/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.banner-area .dnd-section,
.banner-area .dnd-section>.row-fluid{
  padding: 0;
  width:100%;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section>.row-fluid,
.page-center,
.header__container,
.footer__container,
.content-wrapper {
  margin:0 auto;
  width:100%;
  padding-left:15px;
  padding-right:15px;
}
.dnd-section .widget-type-cell {}

@media (min-width:768px) {
  .dnd-section>.row-fluid,
  .page-center,
  .footer__container,
  .content-wrapper {
    max-width:750px;
  }
}

@media (min-width:992px) {
  .dnd-section>.row-fluid,
  .page-center,
  .footer__container,
  .content-wrapper {
    max-width:970px;
  }
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face { 
  font-family: "arc";
  src: url("https://6725547.fs1.hubspotusercontent-na1.net/hubfs/6725547/ARCDocumentSolutions_November2020/Fonts/arc.eot") format("embedded-opentype"), 
    url("https://6725547.fs1.hubspotusercontent-na1.net/hubfs/6725547/ARCDocumentSolutions_November2020/Fonts/arc.ttf") format("truetype"),
    url("https://6725547.fs1.hubspotusercontent-na1.net/hubfs/6725547/ARCDocumentSolutions_November2020/Fonts/arc.woff") format("woff"),
    url("https://6725547.fs1.hubspotusercontent-na1.net/hubfs/6725547/ARCDocumentSolutions_November2020/Fonts/arc.svg") format("svg"); 
  font-style: normal; 
  font-weight: normal; 
  font-display: block; 
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(https://6725547.fs1.hubspotusercontent-na1.net/hubfs/6725547/ARCDocumentSolutions_November2020/Fonts/glyphicons-halflings-regular.eot);
  src: url(https://6725547.fs1.hubspotusercontent-na1.net/hubfs/6725547/ARCDocumentSolutions_November2020/Fonts/glyphicons-halflings-regular.eot) format('embedded-opentype'),
    url(https://6725547.fs1.hubspotusercontent-na1.net/hubfs/6725547/raw_assets/public/ARCDocumentSolutions_November2020/fonts/glyphicons-halflings-regular.woff2) format('woff2'),
    url(https://6725547.fs1.hubspotusercontent-na1.net/hubfs/6725547/raw_assets/public/ARCDocumentSolutions_November2020/fonts/glyphicons-halflings-regular.woff) format('woff'),
    url(https://6725547.fs1.hubspotusercontent-na1.net/hubfs/6725547/raw_assets/public/ARCDocumentSolutions_November2020/fonts/glyphicons-halflings-regular.ttf) format('truetype'),
    url(https://6725547.fs1.hubspotusercontent-na1.net/hubfs/6725547/raw_assets/public/ARCDocumentSolutions_November2020/fonts/glyphicons-halflings-regular.svg) format('svg')
}


html {
  font-size: 16px;
  overflow-x:hidden;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.75;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
}

ul li,
ol li {
  line-height: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
  content: "\002a"
}

.glyphicon-plus:before {
  content: "\002b"
}

.glyphicon-eur:before,.glyphicon-euro:before {
  content: "\20ac"
}

.glyphicon-minus:before {
  content: "\2212"
}

.glyphicon-cloud:before {
  content: "\2601"
}

.glyphicon-envelope:before {
  content: "\2709"
}

.glyphicon-pencil:before {
  content: "\270f"
}

.glyphicon-glass:before {
  content: "\e001"
}

.glyphicon-music:before {
  content: "\e002"
}

.glyphicon-search:before {
  content: "\e003"
}

.glyphicon-heart:before {
  content: "\e005"
}

.glyphicon-star:before {
  content: "\e006"
}

.glyphicon-star-empty:before {
  content: "\e007"
}

.glyphicon-user:before {
  content: "\e008"
}

.glyphicon-film:before {
  content: "\e009"
}

.glyphicon-th-large:before {
  content: "\e010"
}

.glyphicon-th:before {
  content: "\e011"
}

.glyphicon-th-list:before {
  content: "\e012"
}

.glyphicon-ok:before {
  content: "\e013"
}

.glyphicon-remove:before {
  content: "\e014"
}

.glyphicon-zoom-in:before {
  content: "\e015"
}

.glyphicon-zoom-out:before {
  content: "\e016"
}

.glyphicon-off:before {
  content: "\e017"
}

.glyphicon-signal:before {
  content: "\e018"
}

.glyphicon-cog:before {
  content: "\e019"
}

.glyphicon-trash:before {
  content: "\e020"
}

.glyphicon-home:before {
  content: "\e021"
}

.glyphicon-file:before {
  content: "\e022"
}

.glyphicon-time:before {
  content: "\e023"
}

.glyphicon-road:before {
  content: "\e024"
}

.glyphicon-download-alt:before {
  content: "\e025"
}

.glyphicon-download:before {
  content: "\e026"
}

.glyphicon-upload:before {
  content: "\e027"
}

.glyphicon-inbox:before {
  content: "\e028"
}

.glyphicon-play-circle:before {
  content: "\e029"
}

.glyphicon-repeat:before {
  content: "\e030"
}

.glyphicon-refresh:before {
  content: "\e031"
}

.glyphicon-list-alt:before {
  content: "\e032"
}

.glyphicon-lock:before {
  content: "\e033"
}

.glyphicon-flag:before {
  content: "\e034"
}

.glyphicon-headphones:before {
  content: "\e035"
}

.glyphicon-volume-off:before {
  content: "\e036"
}

.glyphicon-volume-down:before {
  content: "\e037"
}

.glyphicon-volume-up:before {
  content: "\e038"
}

.glyphicon-qrcode:before {
  content: "\e039"
}

.glyphicon-barcode:before {
  content: "\e040"
}

.glyphicon-tag:before {
  content: "\e041"
}

.glyphicon-tags:before {
  content: "\e042"
}

.glyphicon-book:before {
  content: "\e043"
}

.glyphicon-bookmark:before {
  content: "\e044"
}

.glyphicon-print:before {
  content: "\e045"
}

.glyphicon-camera:before {
  content: "\e046"
}

.glyphicon-font:before {
  content: "\e047"
}

.glyphicon-bold:before {
  content: "\e048"
}

.glyphicon-italic:before {
  content: "\e049"
}

.glyphicon-text-height:before {
  content: "\e050"
}

.glyphicon-text-width:before {
  content: "\e051"
}

.glyphicon-align-left:before {
  content: "\e052"
}

.glyphicon-align-center:before {
  content: "\e053"
}

.glyphicon-align-right:before {
  content: "\e054"
}

.glyphicon-align-justify:before {
  content: "\e055"
}

.glyphicon-list:before {
  content: "\e056"
}

.glyphicon-indent-left:before {
  content: "\e057"
}

.glyphicon-indent-right:before {
  content: "\e058"
}

.glyphicon-facetime-video:before {
  content: "\e059"
}

.glyphicon-picture:before {
  content: "\e060"
}

.glyphicon-map-marker:before {
  content: "\e062"
}

.glyphicon-adjust:before {
  content: "\e063"
}

.glyphicon-tint:before {
  content: "\e064"
}

.glyphicon-edit:before {
  content: "\e065"
}

.glyphicon-share:before {
  content: "\e066"
}

.glyphicon-check:before {
  content: "\e067"
}

.glyphicon-move:before {
  content: "\e068"
}

.glyphicon-step-backward:before {
  content: "\e069"
}

.glyphicon-fast-backward:before {
  content: "\e070"
}

.glyphicon-backward:before {
  content: "\e071"
}

.glyphicon-play:before {
  content: "\e072"
}

.glyphicon-pause:before {
  content: "\e073"
}

.glyphicon-stop:before {
  content: "\e074"
}

.glyphicon-forward:before {
  content: "\e075"
}

.glyphicon-fast-forward:before {
  content: "\e076"
}

.glyphicon-step-forward:before {
  content: "\e077"
}

.glyphicon-eject:before {
  content: "\e078"
}

.glyphicon-chevron-left:before {
  content: "\e079"
}

.glyphicon-chevron-right:before {
  content: "\e080"
}

.glyphicon-plus-sign:before {
  content: "\e081"
}

.glyphicon-minus-sign:before {
  content: "\e082"
}

.glyphicon-remove-sign:before {
  content: "\e083"
}

.glyphicon-ok-sign:before {
  content: "\e084"
}

.glyphicon-question-sign:before {
  content: "\e085"
}

.glyphicon-info-sign:before {
  content: "\e086"
}

.glyphicon-screenshot:before {
  content: "\e087"
}

.glyphicon-remove-circle:before {
  content: "\e088"
}

.glyphicon-ok-circle:before {
  content: "\e089"
}

.glyphicon-ban-circle:before {
  content: "\e090"
}

.glyphicon-arrow-left:before {
  content: "\e091"
}

.glyphicon-arrow-right:before {
  content: "\e092"
}

.glyphicon-arrow-up:before {
  content: "\e093"
}

.glyphicon-arrow-down:before {
  content: "\e094"
}

.glyphicon-share-alt:before {
  content: "\e095"
}

.glyphicon-resize-full:before {
  content: "\e096"
}

.glyphicon-resize-small:before {
  content: "\e097"
}

.glyphicon-exclamation-sign:before {
  content: "\e101"
}

.glyphicon-gift:before {
  content: "\e102"
}

.glyphicon-leaf:before {
  content: "\e103"
}

.glyphicon-fire:before {
  content: "\e104"
}

.glyphicon-eye-open:before {
  content: "\e105"
}

.glyphicon-eye-close:before {
  content: "\e106"
}

.glyphicon-warning-sign:before {
  content: "\e107"
}

.glyphicon-plane:before {
  content: "\e108"
}

.glyphicon-calendar:before {
  content: "\e109"
}

.glyphicon-random:before {
  content: "\e110"
}

.glyphicon-comment:before {
  content: "\e111"
}

.glyphicon-magnet:before {
  content: "\e112"
}

.glyphicon-chevron-up:before {
  content: "\e113"
}

.glyphicon-chevron-down:before {
  content: "\e114"
}

.glyphicon-retweet:before {
  content: "\e115"
}

.glyphicon-shopping-cart:before {
  content: "\e116"
}

.glyphicon-folder-close:before {
  content: "\e117"
}

.glyphicon-folder-open:before {
  content: "\e118"
}

.glyphicon-resize-vertical:before {
  content: "\e119"
}

.glyphicon-resize-horizontal:before {
  content: "\e120"
}

.glyphicon-hdd:before {
  content: "\e121"
}

.glyphicon-bullhorn:before {
  content: "\e122"
}

.glyphicon-bell:before {
  content: "\e123"
}

.glyphicon-certificate:before {
  content: "\e124"
}

.glyphicon-thumbs-up:before {
  content: "\e125"
}

.glyphicon-thumbs-down:before {
  content: "\e126"
}

.glyphicon-hand-right:before {
  content: "\e127"
}

.glyphicon-hand-left:before {
  content: "\e128"
}

.glyphicon-hand-up:before {
  content: "\e129"
}

.glyphicon-hand-down:before {
  content: "\e130"
}

.glyphicon-circle-arrow-right:before {
  content: "\e131"
}

.glyphicon-circle-arrow-left:before {
  content: "\e132"
}

.glyphicon-circle-arrow-up:before {
  content: "\e133"
}

.glyphicon-circle-arrow-down:before {
  content: "\e134"
}

.glyphicon-globe:before {
  content: "\e135"
}

.glyphicon-wrench:before {
  content: "\e136"
}

.glyphicon-tasks:before {
  content: "\e137"
}

.glyphicon-filter:before {
  content: "\e138"
}

.glyphicon-briefcase:before {
  content: "\e139"
}

.glyphicon-fullscreen:before {
  content: "\e140"
}

.glyphicon-dashboard:before {
  content: "\e141"
}

.glyphicon-paperclip:before {
  content: "\e142"
}

.glyphicon-heart-empty:before {
  content: "\e143"
}

.glyphicon-link:before {
  content: "\e144"
}

.glyphicon-phone:before {
  content: "\e145"
}

.glyphicon-pushpin:before {
  content: "\e146"
}

.glyphicon-usd:before {
  content: "\e148"
}

.glyphicon-gbp:before {
  content: "\e149"
}

.glyphicon-sort:before {
  content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"
}

.glyphicon-sort-by-order:before {
  content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154"
}

.glyphicon-sort-by-attributes:before {
  content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"
}

.glyphicon-unchecked:before {
  content: "\e157"
}

.glyphicon-expand:before {
  content: "\e158"
}

.glyphicon-collapse-down:before {
  content: "\e159"
}

.glyphicon-collapse-up:before {
  content: "\e160"
}

.glyphicon-log-in:before {
  content: "\e161"
}

.glyphicon-flash:before {
  content: "\e162"
}

.glyphicon-log-out:before {
  content: "\e163"
}

.glyphicon-new-window:before {
  content: "\e164"
}

.glyphicon-record:before {
  content: "\e165"
}

.glyphicon-save:before {
  content: "\e166"
}

.glyphicon-open:before {
  content: "\e167"
}

.glyphicon-saved:before {
  content: "\e168"
}

.glyphicon-import:before {
  content: "\e169"
}

.glyphicon-export:before {
  content: "\e170"
}

.glyphicon-send:before {
  content: "\e171"
}

.glyphicon-floppy-disk:before {
  content: "\e172"
}

.glyphicon-floppy-saved:before {
  content: "\e173"
}

.glyphicon-floppy-remove:before {
  content: "\e174"
}

.glyphicon-floppy-save:before {
  content: "\e175"
}

.glyphicon-floppy-open:before {
  content: "\e176"
}

.glyphicon-credit-card:before {
  content: "\e177"
}

.glyphicon-transfer:before {
  content: "\e178"
}

.glyphicon-cutlery:before {
  content: "\e179"
}

.glyphicon-header:before {
  content: "\e180"
}

.glyphicon-compressed:before {
  content: "\e181"
}

.glyphicon-earphone:before {
  content: "\e182"
}

.glyphicon-phone-alt:before {
  content: "\e183"
}

.glyphicon-tower:before {
  content: "\e184"
}

.glyphicon-stats:before {
  content: "\e185"
}

.glyphicon-sd-video:before {
  content: "\e186"
}

.glyphicon-hd-video:before {
  content: "\e187"
}

.glyphicon-subtitles:before {
  content: "\e188"
}

.glyphicon-sound-stereo:before {
  content: "\e189"
}

.glyphicon-sound-dolby:before {
  content: "\e190"
}

.glyphicon-sound-5-1:before {
  content: "\e191"
}

.glyphicon-sound-6-1:before {
  content: "\e192"
}

.glyphicon-sound-7-1:before {
  content: "\e193"
}

.glyphicon-copyright-mark:before {
  content: "\e194"
}

.glyphicon-registration-mark:before {
  content: "\e195"
}

.glyphicon-cloud-download:before {
  content: "\e197"
}

.glyphicon-cloud-upload:before {
  content: "\e198"
}

.glyphicon-tree-conifer:before {
  content: "\e199"
}

.glyphicon-tree-deciduous:before {
  content: "\e200"
}

.glyphicon-cd:before {
  content: "\e201"
}

.glyphicon-save-file:before {
  content: "\e202"
}

.glyphicon-open-file:before {
  content: "\e203"
}

.glyphicon-level-up:before {
  content: "\e204"
}

.glyphicon-copy:before {
  content: "\e205"
}

.glyphicon-paste:before {
  content: "\e206"
}

.glyphicon-alert:before {
  content: "\e209"
}

.glyphicon-equalizer:before {
  content: "\e210"
}

.glyphicon-king:before {
  content: "\e211"
}

.glyphicon-queen:before {
  content: "\e212"
}

.glyphicon-pawn:before {
  content: "\e213"
}

.glyphicon-bishop:before {
  content: "\e214"
}

.glyphicon-knight:before {
  content: "\e215"
}

.glyphicon-baby-formula:before {
  content: "\e216"
}

.glyphicon-tent:before {
  content: "\26fa"
}

.glyphicon-blackboard:before {
  content: "\e218"
}

.glyphicon-bed:before {
  content: "\e219"
}

.glyphicon-apple:before {
  content: "\f8ff"
}

.glyphicon-erase:before {
  content: "\e221"
}

.glyphicon-hourglass:before {
  content: "\231b"
}

.glyphicon-lamp:before {
  content: "\e223"
}

.glyphicon-duplicate:before {
  content: "\e224"
}

.glyphicon-piggy-bank:before {
  content: "\e225"
}

.glyphicon-scissors:before {
  content: "\e226"
}

.glyphicon-bitcoin:before {
  content: "\e227"
}

.glyphicon-btc:before {
  content: "\e227"
}

.glyphicon-xbt:before {
  content: "\e227"
}

.glyphicon-yen:before {
  content: "\00a5"
}

.glyphicon-jpy:before {
  content: "\00a5"
}

.glyphicon-ruble:before {
  content: "\20bd"
}

.glyphicon-rub:before {
  content: "\20bd"
}

.glyphicon-scale:before {
  content: "\e230"
}

.glyphicon-ice-lolly:before {
  content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"
}

.glyphicon-education:before {
  content: "\e233"
}

.glyphicon-option-horizontal:before {
  content: "\e234"
}

.glyphicon-option-vertical:before {
  content: "\e235"
}

.glyphicon-menu-hamburger:before {
  content: "\e236"
}

.glyphicon-modal-window:before {
  content: "\e237"
}

.glyphicon-oil:before {
  content: "\e238"
}

.glyphicon-grain:before {
  content: "\e239"
}

.glyphicon-sunglasses:before {
  content: "\e240"
}

.glyphicon-text-size:before {
  content: "\e241"
}

.glyphicon-text-color:before {
  content: "\e242"
}

.glyphicon-text-background:before {
  content: "\e243"
}

.glyphicon-object-align-top:before {
  content: "\e244"
}

.glyphicon-object-align-bottom:before {
  content: "\e245"
}

.glyphicon-object-align-horizontal:before {
  content: "\e246"
}

.glyphicon-object-align-left:before {
  content: "\e247"
}

.glyphicon-object-align-vertical:before {
  content: "\e248"
}

.glyphicon-object-align-right:before {
  content: "\e249"
}

.glyphicon-triangle-right:before {
  content: "\e250"
}

.glyphicon-triangle-left:before {
  content: "\e251"
}

.glyphicon-triangle-bottom:before {
  content: "\e252"
}

.glyphicon-triangle-top:before {
  content: "\e253"
}

.glyphicon-console:before {
  content: "\e254"
}

.glyphicon-superscript:before {
  content: "\e255"
}

.glyphicon-subscript:before {
  content: "\e256"
}

.glyphicon-menu-left:before {
  content: "\e257"
}

.glyphicon-menu-right:before {
  content: "\e258"
}

.glyphicon-menu-down:before {
  content: "\e259"
}

.glyphicon-menu-up:before {
  content: "\e260"
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 20px 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  font-family: "Open Sans", sans-serif;
  border-width: 1px;
  font-size: 14px;
  padding: 6px;
  
  text-decoration: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  text-decoration: none;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: 16px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #a00 !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}


input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select,
.hs-input {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #555 !important;
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 0;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.grecaptcha-badge {
  margin: 0 auto;
  margin-left:0;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.fixed-top {
  padding-top: 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  padding-bottom: 8px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  background: #fff;
}
.custom-header-group {
  min-height: 112.4px;
}
.top-header {
  font-size: 14px;
  padding: 7px 0;
  line-height: 0;
  font-weight: 600;
}
.top-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.top-container:after, .top-container:before {
  display: table;
  content: " ";
  clear: both;
}
.top-header-row {
  margin-right: -15px;
  margin-left: -15px;
}
.top-header-row:after, .top-header-row:before {
  display: table;
  content: " ";
  clear: both;
}
.top-text-right {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  text-align: right;
  padding-right: 15px;
  padding-left: 15px;
}
.headerRight {
  display: block;
  align-items: center;
  width: auto;
} 
.headerRight ul.header-right-menu {
  display: inline;
  margin: 0;
  padding: 0;
}
.headerRight ul.header-right-menu li {
  margin-right: 13px;
  position: relative;
  display: inline-block;
}
span.icon.icon-phone-icon.wp-icon {
  padding-left: 5px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
  font-family: 'arc';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
span.icon.icon-phone-icon.wp-icon:before {
  content: "\e97c";
}
.headerRight ul.header-right-menu li {
  margin-right: 13px;
  position: relative;
  display: inline-block;
  line-height: 22.768px;
  font-family: "Open Sans", sans-serif;
}
.header-Print-Order-btn a:hover {
  text-decoration: none;
}
.header-bottom {
  margin: 0;
  align-items: center;
  justify-content: space-between;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 16px;
  border-radius: 4px;
  min-height: 50px;
  border: 1px solid transparent;
}
.header-bottom a#hs-link-header_logo_hs_logo_widget {
  margin-right: 20px;
  display: inline-block;
  line-height: inherit;
  white-space: nowrap;
  padding: 5px 15px;
  font-size: 20px;
  float: left;
  height: 50px;
}
.header-bottom img.hs-image-widget {
  max-width: 100px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  display: block;
  width: 100%;
  vertical-align: middle;
  border: 0;
}
.cursor-pointer {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  padding-right: 4px;
}
.cursor-pointer div#hs_cos_wrapper_header_reviews {
  line-height: 0;
}
.rating-container {
  width: 76px;
  height: 16px;
  position: relative;
  display: inline-block;
  margin-right: 0;
}
.star-rating {
  width: 76px;
  height: 30px;
  position: relative;
}
.cursor-pointer h3:before {
  background-size: 14px 14px;
  width: 71px;
  background-image: url(https://6725547.fs1.hubspotusercontent-na1.net/hubfs/6725547/raw_assets/public/ARCDocumentSolutions_November2020/images/download.svg);
  background-repeat: repeat-x;
  bottom: 0;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cursor-pointer p.mb-0:hover {
  color: #ed1c24;
}
.cursor-pointer p {
  font-size: 20px;
  line-height: 18px;
  color: #000;
  margin: 0;
  font-weight: 600;
  display: inline-block;
}

.cursor-pointer i.ratingoutOF {
  font-size: 18px;
  color: #8a8a8a;
  display: inline-block;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin-left: -4px;
  line-height: 22.768px;
}
.cursor-pointer p.mb-0 {
  font-size: 12px;
  margin: 0;
  margin-bottom: 0;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400;
  display: block;
}
.cursor-pointer h3 {
  width: 76px;
  height: 16px;
  display: inline-block;
  position: relative;
  margin: 0;
}
.cursor-pointer span#hs_cos_wrapper_header_reviews_content_ {
  line-height: 0;
  display: block;
}
.bottom-headerRight {
  width: auto;
  display: flex;
  align-items: center;
}
.header-left-menu .hs-menu-wrapper>ul {
  display: inline;
  margin: 0;
  padding: 0;
}
.header-left-menu .hs-menu-wrapper>ul>li {
  margin-right: 13px;
  position: relative;
  display: inline-block;
}
.header-left-menu .hs-menu-wrapper>ul>li>a {
  font-size: 13px;
  line-height: 30px;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.header-left-menu .hs-menu-wrapper>ul>li>ul {
  max-height: 422px;
  overflow-y: auto;
  display: none;
  min-width: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0;
  margin: 0;
  border: 1px solid;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.05);
}
.header-left-menu .hs-menu-wrapper>ul>li>ul>li {
  display: block;
}
.header-left-menu .hs-menu-wrapper>ul>li>ul>li>a {
  display: block;
  padding: 12px;
  font-size: 14px;
  line-height: normal;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}
.header-quick-links-menu {
  padding-right: 15px;
  display: block;
  line-height: 0;
}
.header-quick-links-menu .hs-menu-wrapper>ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: 1px solid #e9e9e9;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.05);
}
.header-quick-links-menu .hs-menu-wrapper>ul>li {
  position: relative;
  display: inline-block;
  margin: 0;
  line-height: 0;
  padding: 0;
}
.header-quick-links-menu .hs-menu-wrapper>ul>li>a {
  width: 117px;
  height: 30px;
  border-radius: 3px;
  border: solid 1px;
  line-height: 30px;
  display: inline-block;
  font-size: 13px;                                 
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: 'Open Sans',sans-serif;
  text-align: center;
}
.header-quick-links-menu .hs-menu-wrapper>ul>li:hover>ul {
  display: block;
}
.header-left-menu {
  width: auto;
  display: flex;
  align-items: center;
} 
.header-left-menu>span {
  line-height: 0;
}
.header-quick-links-menu .hs-menu-wrapper>ul>li>ul {
  display: none;
  width: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0;
  margin: 0;
  max-height: 422px;
  overflow-y: auto;
  list-style-type: none;
  border: 1px solid;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.05);
}
span.icon-right-arrow.rotateIcon {
  float: right;
  font-size: 11px;
  padding-top: 5px;
  font-family: 'arc';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
span.icon-right-arrow.rotateIcon:before {
  color: #808080;
  content: "\eac7";
}
.header-quick-links-menu .hs-menu-wrapper>ul>li>ul>li {
  width: 100%;
  position: relative;
  display: inline-block;
}
.header-quick-links-menu .hs-menu-wrapper>ul>li>ul>li>a {
  display: block;
  padding: 12px;
  height: auto;
  line-height: normal;
  border: 0;
  width: 100%;
  border-radius: inherit;
  text-align: left;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: normal;
} 
.header-Print-Order-btn {
  display: block;
  padding-right: 25px;
  line-height: 0;
}
.header-Print-Order-btn a {
  border-radius: 3px;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  padding: 6.5px 0;
  line-height: normal;
  width: 117px;
}
.menu-dropdown {
  width: 26px;
  height: 18px;
}
.menu-dropdown a.lcBttn {
  display: none;
  color: #ed1c24;
}
.header-dropdown-menu .hs-menu-wrapper>ul>li:hover>a>span:before {
  color: #000;
}
.menu-dropdown button#navbarDropdown {
  margin-right: 0;
  width: 100%;
  text-align: left;
  vertical-align: top;
  border-radius: 0;
  padding: 0;
  font-size: 16px !important;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: inherit;
  text-transform: none;
  outline: none !important;
  overflow: visible;
}
em.icon-menu-new {
  font-family: 'arc';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}
em.icon-menu-new:before {
  content: "\eac4";
}
.header-dropdown-menu {
  padding: 0;
  top: 75px;
  background: none;
  border: 0;
  right: 0;
  margin: 0;
  left: auto;
  position: absolute;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.header-dropdown-menu .hs-menu-wrapper>ul {
  width: 100%;
  min-width: 270px;
  margin: 0;
  padding: 0;
  position: relative;
  float: right;
  background: #fff;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.05);
}
.header-dropdown-menu .hs-menu-wrapper>ul>li {
  list-style-type: none;
  display: block;
  width: 100%;
}
.header-dropdown-menu .hs-menu-wrapper>ul>li:nth-child(5)>ul {
  width: 180%;
}
.header-dropdown-menu .hs-menu-wrapper>ul>li:nth-child(5)>ul>li {
  width: 49%;
  display: inline-block;
}
.header-dropdown-menu .hs-menu-wrapper>ul>li>a {
  font-size: 14px;
  font-weight: 300;
  display: block;
  font-family: 'Open Sans', sans-serif;
  padding: 8px 15px;
  line-height: 22.768px;
}
.menu-open em.icon-menu-new:before {
  content: "\eabc";
}
.search-bar-wrap {
  position: relative;
  margin-left: 25px;
  display: block;
}
.search-bar-wrap input.searchbar {
  text-decoration: none;
  color: transparent;
  cursor: pointer;
  width: 22px;
  height: 30px;
  display: block;
  outline: none;
  border: 1px solid transparent;
  padding: 0px 2px 0px 19px;
  position: relative;
  background: transparent !important;
  z-index: 5;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.search-bar-wrap input.searchbar:focus {
  width: 150px;
  color: #000;
  padding: 0px 2px 0px 35px;
  border: 0;
}
.search-bar-wrap:after {
  top: -2px;
  height: auto;
  line-height: 30px;
  font-family: 'arc' !important;
  font-size: 22px;
  color: #000;
  position: absolute;
  left: 0;
  content: "\eac8";
}
.header-left-menu .hs-menu-wrapper>ul>li>a>span.icon-arrow-new{
  font-size: 5px;
  margin-top: -3px;
  margin-left: 6px;
  font-family: 'arc';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
span.icon-arrow-new:before {
  content: "\eac2";
}
.header-quick-links-menu .hs-menu-wrapper>ul>li>a>span.icon-arrow-new{
  font-size: 5px;
  margin-top: -3px;
  margin-left: 3px;
  font-family: 'arc';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.menu-open .header-dropdown-menu {
  display: block;
}
.header-dropdown-menu .hs-menu-wrapper>ul>li>ul {
  width: 90%;
  position: absolute;
  right: 100%;
  top: 0;
  display: none;
  margin: 0;
  padding: 0;
  height: 100%;
  border-radius: 0 0 0 3px;
}
.header-dropdown-menu .hs-menu-wrapper>ul>li>ul>li {
  width: 100%;
  display: block;
  list-style-type: none;
}
.header-left-menu .hs-menu-wrapper>ul>li:hover>ul {
  display: block;
}
.header-dropdown-menu .hs-menu-wrapper>ul>li>ul>li>a {
  font-size: 14px;
  display: block;
  font-weight: 300;
  padding: 8px 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 22.768px;
}


@media(max-width: 1200px){
  .header-left-menu .hs-menu-wrapper>ul>li:not(:last-child) {
    display: none;
  }
  .header-dropdown-menu {
    right: 80px;
  }
}


@media(min-width: 1701px){

  .headerRight ul.header-right-menu li {
    margin-right: 42px;
  }
  .header-Print-Order-btn a{
    width:120px;
  }
  .header-quick-links-menu .hs-menu-wrapper>ul>li>a {
    width: 140px;
  }
  .header-left-menu .hs-menu-wrapper>ul>li {
    margin-right: 42px;
  }
  .search-bar-wrap input.searchbar:focus {
    width: 204px;
  }
}


@media(max-width: 1024px){
  .header-dropdown-menu {
    right: 0;
    padding: 0;
    top: 55px;
  }
  .search-bar-wrap {
    line-height: 2;
  }
  .search-bar-wrap input.searchbar {
    height: 35px;
    padding: 0px 2px 0px 20px;
    margin-right: 25px;
    background: transparent;
  }
  .search-bar-wrap input.searchbar:focus {
    border-bottom: 1px solid #888;
  }
}

@media(max-width: 991px){
  .header-quick-links-menu {
    display: none;
  }
  .header-dropdown-menu .hs-menu-wrapper>ul>li>ul>li {
    margin: 0 10px;
  }
}

@media(min-width: 768px){
  .header-dropdown-menu .hs-menu-wrapper>ul>li:hover>ul {
    display: block;
  }
  .bottom-headerRight .hs-menu-wrapper>ul>li:hover>ul {
    display: block;
  }
}

@media(max-width: 767px){
  .custom-header-group {
    min-height: 155px;
  }
  .fixed-top {
    padding: 0;
  }
  .header-dropdown-menu .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 13px;
    font-weight: 300;
    color: rgb(76, 76, 76);
  }
  .header-dropdown-menu .hs-menu-wrapper>ul>li>ul {
    background: #f7f7f7;
  }
  .child-open span.icon-right-arrow.rotateIcon {
    transform: rotate(90deg);
  }
  .search-bar-wrap {
    margin-left: 120px;
    position: absolute;
    top: 10px;
    right: 0px;
    margin: 0;
    line-height: 1;
    background: #FFF;
    padding: 5px 0;
  }
  .search-bar-wrap input.searchbar {
    height: 22px;
    padding: 0px 2px 0px 25px;
    margin-right: 10px;
  }
  .headerRight {
    width: 100%;
    justify-content: space-between;
    padding: 5px 0;
  }
  .header-bottom a#hs-link-header_logo_hs_logo_widget {
    padding-left: 0;
  }
  .bottom-headerRight {
    width: 100%;
    justify-content: space-between;
    padding: 5px 0;
  }
  .header-left-menu {
    width: 50%;
  }
  .header-left-menu .hs-menu-wrapper>ul>li:last-child {
    width: 100%;
  }
  .header-left-menu .hs-menu-wrapper>ul>li:last-child>a {
    width: 100%;
    height: 30px;
    border-radius: 3px;
    border: solid 1px #565656;
    display: inline-block;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
  }
  .header-left-menu>span {
    width: 100%;
  }
  .header-Print-Order-btn {
    width: 47%;
    padding-right: 0;
  }
  .menu-dropdown {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 15px;
    right: 55px;
  }
  .menu-dropdown a.lcBttn {
    display: inline-block;
    background: #ed1c24;
    margin-right: 12px;
    line-height: 25px;
    color: #FFF;
    padding: 0 7px;
    border-radius: 3px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
  }
  .menu-dropdown>div>span {
    display: flex;
  }
  .header-dropdown-menu .hs-menu-wrapper>ul>li:hover>a {
    color: rgba(0,0,0,1.0);
    background-color: rgba(243,243,243,1.0);
  }
  .header-dropdown-menu {
    padding: 0;
    top: 45px;
    right: -54px;
    overflow: scroll;
    padding-bottom: 10px;
    max-height: calc(100vh - 100px);
    left: auto;
    width: 99vw;
    background-color: #fff;
    height: auto;
    margin: auto 0px;
  }
  .header-dropdown-menu .hs-menu-wrapper>ul>li>ul {
    padding-left: 15px;
    background: #f7f7f7;
    color: #eaeaea;
  }
  .header-dropdown-menu .hs-menu-wrapper>ul {
    box-shadow: none;
    width: 100%;
  }
  .header-dropdown-menu span#hs_cos_wrapper_header_dropdown_menu {
    display: block;
    width: 100%;
  }
  .header-dropdown-menu div#hs_menu_wrapper_header_flyout_menu {
    width: 100%;
  }
  .header-dropdown-menu .hs-menu-wrapper>ul>li>ul {
    position: static;
    width: 100%;
  }
  .header-dropdown-menu .hs-menu-wrapper>ul>li:nth-child(5)>ul {
    width: 100%;
  }
  .header-dropdown-menu .hs-menu-wrapper>ul>li:nth-child(5)>ul>li {
    width: 100%;
  }
  .header-left-menu .hs-menu-wrapper>ul>li:hover>ul {
    display: block;
    height: 250px;
    overflow-y: scroll;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  padding: 70px 0 73px;
  position: relative;
  display: block;
}
.footer-container {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
} 
.footer-container:after, .footer-container:before {
  display: table;
  content: " ";
  clear: both;
}
.footer-row {
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap;
  display: flex;
}
.footer-menu-section {
  flex: 1;
  padding: 0 15px;
}
.footer-row:after, .footer-row:before {
  display: table;
  content: " ";
  clear: both;
}
.footer-menu-section h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-family: 'Open Sans', sans-serif;
}
.footer-menu-section .hs-menu-wrapper>ul {
  padding: 0;
  margin: 0 0 40px;
}
.footer-menu-section .hs-menu-wrapper>ul>li {
  display: block;
  margin: 0 0 4px;
  line-height: 0;
}
.footer-menu-section .hs-menu-wrapper>ul>li>a:hover {
  text-decoration: underline;
}
.footer-menu-section .hs-menu-wrapper>ul>li>a {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  font-family: 'Open Sans', sans-serif;
  line-height: 22.768px;
}
.footer-menu-section ul {
  padding: 0;
  margin: 0 0 40px;
  line-height: 0;
}
.footer-menu-section ul.social-media-outr>li {
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  margin: 0 0 0 20px;
  text-align: center;
  line-height: 22.768px;
}
.footer-menu-section ul.social-media-outr>li>a:hover {
  text-decoration: none;
}
.footer-menu-section ul.social-media-outr>li>a em {
  font-family: 'arc';
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}
i.icon.icon-external-link {
  font-size: 9px;
  padding-left: 9px;
  width: 9%;
  font-family: 'arc';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-stretch: normal;
  transform: translate(0, 0);
}
i.icon.icon-external-link:before {
  content: "\e971";
}
em.icon-facebook:before {
  content: "\ea6d";
}
em.icon-twitter:before {
  content: "\ea8a";
}
em.icon-linkedin:before {
  content: "\ea70";
}
em.icon-youtube:before {
  content: "\ea8b";
}
em.icon-instagram:before {
  content: "\eaba";
}
.footer-menu-section ul.footer-download-section {
  padding: 0;
  margin: 0;
}
.footer-menu-section ul.footer-download-section li {
  margin: 0 0 4px;
  padding: 0 1px;
  width: 96px;
  display: inline-block;
  list-style: none;
  line-height: 0;
}
.footer-menu-section ul.footer-download-section li img {
  max-width: 100%;
  border: 1px solid #C9CFD3;
  border-radius: 4px;
  width: 100%;
}
.footer-bottom {
  margin-top: 40px;
}
.bottom-row {
  margin-right: -15px;
  margin-left: -15px;
}
.bottom-row-inner {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-menu-section ul.social-media-outr>li:first-child {
  margin: 0;
}
.footer-border {
  border-bottom: 1px solid #7c8d9d;
  margin-bottom: 10px;
  padding-bottom: 18px;
}
.row-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.col-inner {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  padding-top: 8px;
}
.row-wrapper:after, .row-wrapper:before {
  display: table;
  content: " ";
  clear: both;
}
.col-inner p {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-top: 9px;
  padding-right: 4px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
}
.col-inner span.gsa-foot {
  display: inline-block;
}
.col-inner span.gsa-foot img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  width: 100%;
}
.bottom-row:after, .bottom-row:before {
  display: table;
  content: " ";
  clear: both;
}
.copyright-text {
  width: 66.66666667%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.copyright-text p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
}
.copyright-link {
  width: 33.33333333%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.textwidget ul.privacy-ftr {
  text-align: right;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.textwidget ul.privacy-ftr li {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
}
.textwidget ul.privacy-ftr li:last-child>a {
  border-right: none;
  padding-right: 0;
}
.textwidget ul.privacy-ftr li>a {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #7c8d9d;
  line-height: 1;
  padding: 0 8px 0 5px;
  font-family: 'Open Sans', sans-serif;
}



@media(max-width: 1199px){
  .footer-container {
    max-width: 970px;
  }
  .footer-menu-section ul.social-media-outr>li {
    margin: 0 0 0 10px;
  }
}



@media(max-width: 1100px){
  .footer-menu-section ul.footer-download-section li {
    width: 78px;
  }
}


@media(max-width: 991px){
  .footer-container {
    max-width: 750px;
  }
  .footer-menu-section ul.social-media-outr>li {
    margin: 0 0 0 5px;
  }
  .copyright-text {
    width: 100%;
  }
  .copyright-link {
    width: 100%;
  }
}


@media(max-width: 767px){
  .footer-container {
    max-width: 100%;
  }
  .footer-menu-section {
    flex: inherit;
  }
  .footer-bottom {
    margin-top: 0px;
    text-align: center;
  }
  .col-inner {
    justify-content: center;
    padding-top: 6px;
  }
  .col-inner p {
    padding-top: 5px;
  }
  .col-inner span.gsa-foot {
    width: 126px;
  }
  .copyright-text p {
    margin-bottom: 16px;
    text-align: center;
    line-height: 28px;
  }
  .textwidget ul.privacy-ftr {
    text-align: center;
  }
  .footer-menu-section ul.footer-download-section li {
    width: 90px;
  }
  .footer-menu-section ul.social-media-outr>li {
    margin: 0 0 0 20px;
  }
}



@media(max-width: 580px){
  .col-inner span.gsa-foot {
    width: 96px;
  }
  .col-inner {
    padding-top: 6px;
  }
  .col-inner p {
    padding-right: 3px;
    padding-top: 3px;
    text-align: center;
  }
}


@media(max-width: 454px){
  .col-inner {
    display: block;
  }
  .col-inner p {
    padding-bottom: 4px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

.comment-date {
  display:block !important;
}

#comments-listing .comment-reply-to {
  padding-left:40px;
  background-position:15px center;
}

.pct-banner-wrap {
  margin-top: -34px;
  position:relative;
  z-index:0;
}

.pct-banner-new {
  height: 100%;
  position: relative;
}

.pct-banner-wrap .pct-banner-new>img {
  max-width: 100%;
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
  height: auto;
  position: static;
  left: 0;
}
/* Added by migrations ticket 4213439 */
.pct-banner-wrap {height:400px;}
.pct-banner-new {height:400px;}
.pct-banner-wrap .pct-banner-new>img {height:400px;}
@media(max-width:767px){
  .pct-banner-wrap {height:unset;}
  .pct-banner-new {height:unset;}
  .pct-banner-wrap .pct-banner-new>img {height:unset;}
}
/* End of code */

.pct-banner-new .banner-inr-new {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: auto;
  z-index: 9;
}

.page-center,
.content-wrapper{
  padding-right: 15px;
  margin:0 auto;
  padding-left: 15px;
}

.blog-banner-inner {
  margin: 0 -15px;
}

.pct-banner-new .banner-inr-new h1 {
  margin-bottom: 40px;
  line-height: 1.034;
}

.pct-banner-new .banner-inr-new p {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.blog-banner-content {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-banner-content .button a {
  display:inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  color: #fff;
  padding: 10px 16px;
  background: #ed1c24;
  border-color: #de1219;
  line-height: 1.5;
  font-weight: 400;
  text-decoration:none;
  font-size: 14px;
  margin: 15px 5px 0px 0;
  min-width: 160px;
  outline:0;
}

.blog-banner-content .button a:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.blog-banner-content .button a:hover {
  background: #c61017;
}

.collateral-pills {
  margin: 50px 0;
}

.collateral-pills .inner {
  margin-right: -15px;
  margin-left: -15px;
}

.collateral-pills .inner .categories-wrapper {
  display: table;
  width: 100%;
}

.blog-page-categories,.blog-page-search {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 100%;
}

.blog-page-categories ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

.blog-page-categories ul li {
  position: relative;
  display: block;
  border: 1px solid #e7e7e7;
  line-height: 1.423em;
}

.blog-page-categories ul li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  text-align: center;
  border-radius: 4px;
  color: #000000;
  font-weight: bold;
}

.blog-page-categories ul li:hover a {
  text-decoration: none;
  background-color: #eee;
}

.blog-page-categories ul li.active a {
  background-color: #e7e7e7;
  color: #000000;
  border-radius: 0;
}

.blog-page-search .navbar-form {
  width: 100%;
  display: block;
  max-width:100%;
  margin:0 0 8px;
}

.blog-page-search .navbar-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}

.blog-page-search .navbar-form .input-group .form-control {
  margin: 0;
  font: inherit;
  background-image: none;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  box-shadow: none;
  position: relative;
  z-index: 2;
  float: left;
  display: table-cell;
  height: 44px;
  border-radius: 0;
  width: 100%;
}

.blog-page-search .navbar-form .input-group .form-control:focus{
  border-color: #66afe9;
  outline: 0;
}

.blog-page-search .navbar-form .input-group .input-group-btn {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.blog-page-search .navbar-form .input-group .input-group-btn .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  position: relative;
  z-index: 2;
  height: 44px;
  border-radius: 0;
  background: #eee;
  border: 1px solid #81c80f;
  border-width: 1px 1px 1px 0;
  color: #000000;
  width: 100%;
}

.collateral-pills .btn i.glyphicon.glyphicon-search,
.event-pills .btn i.glyphicon.glyphicon-search {
  color: #555;
}

.arc-updates.event-updates {
  margin-bottom: 40px;
}

.blog-index {
  margin-right: -15px;
  margin-left: -15px;
}

.post-item {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.post-item .news-box {
  box-shadow: 0 0 10px #cccccc;
  margin-bottom: 40px;
}

.post-item .news-box .pic {
  position: relative;
  height: 97px;
  overflow: hidden;
}

.post-item .news-box .pic img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  vertical-align: middle;
}

.post-item .news-box .post-title h4 {
  margin: 0;
  padding: 6px 30px 7px;
  color: #ffffff;
  background: #adb874;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 1.1;
}

.post-item .news-box .post-title a {
  text-decoration:none;
  display:block;
}

.post-item .news-box .post-title a+a {
  margin-top:5px;
}

.post-item  .news-box .update-text {
  position: relative;
  padding: 30px;
}

.post-item .news-box .update-text h3 {
  font-size: 17px;
  margin: 0 0 2rem;
  overflow: hidden;
  color: #555;
  line-height: 1.35em;
}

.post-item .news-box .update-text h3 a {
  color: #777777;
}

.post-item .news-box .update-text h3 a:hover {
  color: #000000;
  text-decoration: underline;
}

.post-item .news-box .update-text .date-time {
  font-size: 14px;
  margin-bottom: 15px;
  min-height: 40px;
  color: #000000;
}

.post-item .news-box .update-text .date-time span {
  display: block;
  font-weight: bold;
}

.post-item .news-box .update-text .date-time .location {
  margin-right: 10px;
  font-weight: normal;
  position: relative;
}

.post-item .news-box .update-text p {
  color: #575757;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 1rem;
  padding: 0;
  margin: 0 0 15px;
}

.post-item .news-box .update-text .readmore {
  margin-right: -15px;
  margin-left: -15px;
  bottom: 15px;
}

.post-item .news-box .update-text .readmore .readmore-link {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 100%;
}

.post-item .news-box .update-text .readmore .readmore-link a {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border: 1px solid #de1219;
  background: none;
  color: #ed1c24;
}

.post-item .news-box .update-text .readmore .readmore-link a:hover {
  background: #c61017;
  color: #ffffff;
  text-decoration: none;
}

.blog-pagination {
  margin-right: -15px;
  margin-left: -15px;
  text-align: center;
}

.load-more {
  border: 1px solid #cccccc;
  display: inline-block;
  padding: 6px 16px;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle;
  background: #e7e7e7;
  cursor: pointer;
  font-weight: 300;
  color: #000000;
}

.load-more:hover,
.load-more:focus,
.load-more:active{
  color: #000000;
  text-decoration: none;
}

.no-post.load-more {
  background: #000;
  color: #fff;
  cursor: not-allowed;
}

.cp-floating-addthis {
  position: fixed;
  width: 46px;
  z-index: 100;
  top: calc(36%);
  left: 0px;
}

.cp-floating-addthis .addthis_toolbox a {
  width: auto;
  height: 45px;
  display: block;
  line-height: 45px;
  text-align: center;
  background: #ededed;
  color: #8c8c8c;
  margin: 0;
  position: relative;
  cursor:pointer;
}

.icon {
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 1em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'arc';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cp-floating-addthis .addthis_toolbox a .icon {
  font-size: 16px;
}

.cp-floating-addthis .addthis_toolbox a:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 3px;
  background: #333;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(50%, rgba(0, 0, 0, 0.75)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.75) 50%, transparent 100%);
  background: -moz-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.75) 50%, transparent 100%);
  background: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.75) 50%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.75) 50%, transparent 100%);
  background: linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.75) 50%, transparent 100%);
}

.icon-facebook:before {
  content: "\ea6d";
  color: #fff;
}

.cp-floating-addthis .addthis_toolbox a .icon::before {
  color: #8c8c8c;
}

.icon-twitter:before {
  content: "\ea8a";
}

.icon-linkedin:before {
  content: "\ea70";
}

.icon-email:before {
  content: "\e99d";
}


.cp-floating-addthis .addthis_toolbox a:last-child:after {
  background: none;
}

.cp-floating-addthis .addthis_toolbox a:hover {
  background: #eb1d31;
}

.cp-floating-addthis .addthis_toolbox a:hover .icon::before {
  color: #ffffff;
}

.article-details {
  padding: 116px 0 25px;
  position: relative;
}

.article-details .content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-content,.blog-sidebar {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width:100%;
}

.blog-sidebar {
  border-left: 1px solid #dedede;
}

.article-details h1 {
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 40px;
}

.article-details h3 {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 35px;
}

.sep {
  margin: 0 20px;
}

.article-details .subscribe .subscribe-blog {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #de1219;
  color: #fff;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  background: #ed1c24;
  float: right;
  margin-top:10px;
}

.article-details .subscribe .subscribe-blog:focus {
  background-color: #c9302c;
  border-color: #761c19;
  text-decoration:none;
}

.article-details .subscribe .subscribe-blog:hover{
  background: #c61017;
  border-color: #ac2925;
  text-decoration:none;
}

.blog-sidebar .sidebar_col:not(:last-of-type) {
  border-bottom: 1px solid #dedede;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.blog-sidebar .sidebar_col h2,.blog-sidebar .sidebar_col h3 {
  font-size: 18px;
  color: #090909;
  padding-bottom: 20px;
  line-height: 24px;
  margin: 0;
  font-weight: 600;
}

.search-design .search form {
  position: relative;
}

.search-design .search form .form-control {
  margin: 0;
  font: inherit;
  font-weight: 300;
  font-family: inherit;
  border-radius: 0;
  box-shadow: none;
  height: 34px;
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline:0 !important;
}
.search-design .search form .form-control:focus {
  border-color: #66afe9!important;
}
.search-design .search form .form-control::placeholder {
  color:#999;
  opacity:1;
}

.search-design .search form .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 0;
  display: table-cell;
  position: absolute;
  right: 35px;
  top: 0;
}

.search-design .search form .input-group-btn .srch_event_btn {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  padding: 7px 13px 7px 13px;
  background: none;
  color: #ed1c24;
  position: relative;
  z-index: 2;
  margin-left: -1px;
}

.search-design .search form .input-group-btn .srch_event_btn:focus{
  color: #333;
  background-color: #e6e6e6;
}

.search-design .search form .input-group-btn .srch_event_btn:hover{
  background: #c61017;
  color: #ffffff;
}

.blog-sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.blog-category-design ul li {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}

.blog-category-design ul li a {
  font-weight: 400;
  color: #575757;
}

.blog-category-design ul li a:hover {
  color: #575757;
}

.filter-link-count {
  display:none;
}

.recent-blog-design ul li {
  margin: 0px 0px 10px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 15px;
  border-bottom: none;
}

.recent-blog-design ul li .recent-blog-pick {
  margin-right: 15px;
  width: 80px;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

.recent-blog-design ul li .recent-blog-desc {
  width: 71%;
}

.recent-blog-design ul li .recent-blog-desc h4 {
  font-size: 14px;
  color: #575757;
  font-weight: 500;
  line-height: 24px;
  margin: 0px 0px 10px 0px;
  font-family: 'Open Sans', sans-serif;
}

.recent-blog-design ul li .recent-blog-desc h4 a {
  font-weight: 400;
  color: #575757;
  display: block;
}

.archive-design ul {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.5;
}

.archive-design ul li {
  line-height: 1.42857143;
  font-weight: 700;
  margin-bottom: 15px;
}

.archive-design ul li a {
  font-weight: 400;
  color: #898989;
  font-size: 14px;
  display: inline-block;
  position: relative;
  padding-right: 25px;
}

.archive-design ul li a:hover {
  color: #898989;
}

.article-footer {
  border-top: 1px solid #cccccc;
  padding: 70px 0;
}

.article-footer .pagination {
  margin-right: -15px;
  margin-left: -15px;
}

.article-footer .pagination .pagination-inner {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  text-align: center;
}

.article-footer .btn-area {
  padding: 40px 0 0;
}

.article-footer .btn-area a {
  color: #575757;
  padding-right: 5px;
  font-weight: 300;
  text-decoration:none;
}

.article-footer .btn-area .prev-art {
  margin-right: 20px;
}

.text-right {
  text-align: right;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.modal {
  display:none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal .modal-dialog {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.modal {
  display:none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal-open {
  overflow:hidden;
}

.modal-open .modal {
  padding-right: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal .modal-dialog {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.newsletter-modal .modal-header {
  border: none;
}

.close {
  font-family: inherit;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-body {
  position: relative;
  padding: 15px;
  overflow: hidden auto;
  max-height: 510.3px;
}

.modal-inner {
  margin-right: -15px;
  margin-left: -15px;
}

.newsletter-modal .modal-image,
.newsletter-modal .modal-form {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width:100%;
}

.newsletter-modal .modal-image {
  height: 277px;
}

.newsletter-modal .modal-image img {
  position: absolute;
  bottom: -15px;
}

.newsletter-modal .newsletter-content {
  margin: -17px 0 12px 0;
  text-align: center;
}

.newsletter-modal .newsletter-content h3 {
  margin: 0px;
  color: #000000;
  font-weight: 500;
  margin-bottom: -15px;
  line-height: 1.1;
}

.newsletter-modal .newsletter-content hr {
  border: 0;
  border-top: 1px solid #eee;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 0;
}

.newsletter-modal .newsletter-content p {
  text-align: center;
  margin: 0 0 20px;
  line-height: 1.5em;
  color: #000000;
}

.newsletter-modal .hs_cos_wrapper_type_form {
  background: #fff;
  clear: left;
  font: 14px Helvetica,Arial,sans-serif;
  display:block;
}

.newsletter-modal .hs_cos_wrapper_type_form>h3 {
  display:none;
}

.newsletter-modal .newsletter-content form {
  display: block;
  position: relative;
  text-align: left;
  padding: 10px 0 0px 3%;
  margin: 0 0 -22px 0;
}

.newsletter-modal .newsletter-content form h2 {
  padding: 0;
  margin: -39px 0 10px 0;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  line-height: 50px;
  padding:0 15px;
}

.newsletter-modal .newsletter-content form fieldset {
  margin-right: -15px;
  margin-left: -15px;
  max-width:none;
}

.newsletter-modal .newsletter-content form fieldset:after,
.newsletter-modal .newsletter-content form fieldset:before {
  display: table;
  content: " ";
}

.newsletter-modal .newsletter-content form fieldset:after {
  clear: both;
}


.newsletter-modal .newsletter-content form fieldset .hs-form-field {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
  width:100%;
}

.newsletter-modal .newsletter-content form fieldset.form-columns-1 .hs-form-field {
  margin-bottom:0;
}

.newsletter-modal .newsletter-content form fieldset .hs-form-field label {
  display:none;
}

.newsletter-modal .newsletter-content form fieldset .hs-form-field .input {
  clear: left;
  position: relative;
  width: 96%;
  margin: 0;
}

.newsletter-modal .newsletter-content form fieldset.form-columns-1 .hs-form-field .input {
  width:100%;
}

.newsletter-modal .newsletter-content form fieldset .hs-form-field .input input[type="text"],
.newsletter-modal .newsletter-content form fieldset .hs-form-field .input input[type="email"] {
  margin: 0;
  font: inherit;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: normal;
  border: 1px solid #ABB0B2;
  display: block;
  text-indent: 2%;
  color: #000000 !important;
  width: 105%;
  max-width:105%;
  border-radius: 0;
  padding: 8px 12px;
  position: relative;
  top: -5px;
  height:auto;
  font-weight:400;
}

.newsletter-modal .newsletter-content form fieldset .hs-form-field .input input[type="text"]:focus,
.newsletter-modal .newsletter-content form fieldset .hs-form-field .input input[type="email"]:focus {
  border-color: #333;
}

.newsletter-modal .newsletter-content form fieldset .hs-form-field .input input[type="text"]::placeholder,
.newsletter-modal .newsletter-content form fieldset .hs-form-field .input input[type="email"]::placeholder {
  color:#777;
  opacity:1;
}

.newsletter-modal form .hs-submit .hs-button {
  clear: both;
  border: 0 none;
  transition: all 0.23s ease-in-out 0s;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  position: relative;
  top: -30px;
  background: #ed1c24;
  border-color: #de1219;
  border-radius: 0;
  width: 100%;
  margin: 26px 0 -30px 0;
  font-size:15px;
}

.newsletter-modal form .hs-submit .hs-button:hover {
  background: #c61017;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  pointer-events:none;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
  pointer-events:all;
}

@media (min-width:768px) {

  .blog-page-categories ul li {
    display: table-cell;
    width: 1%;
  }

  .blog-page-search .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .blog-page-search .navbar-form .input-group .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .blog-page-search .navbar-form .input-group .input-group-btn {
    width:auto;
  }

  .post-item .news-box .update-text .readmore .readmore-link {
    width:50%;
  }

  .blog-content {
    float: left;
    width: 66.66666667%;
  }

  .blog-sidebar {
    width: 33.33333333%;
    float:left;
  }

  .modal-dialog {
    width: 600px;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }

  .newsletter-modal .modal-image {
    float:left;
    width: 33.33333333%;
  }

  .newsletter-modal .modal-form {
    float:left;
    width: 66.66666667%;
  }

  .newsletter-modal .newsletter-content form .form-columns-2 .hs-form-field {
    float: left;
    width: 50%;
  }

}

@media (min-width:992px) {
  .blog-banner-content {
    width: 50%;
    margin-left: 50%;
    float: left;
  }

  .blog-page-categories {
    width: 75%;
  }

  .blog-page-search {
    width:25%;
  }

  .post-item {
    float: left;
    width: 33.33333333%;
  }

}

@media (min-width:1170px) {
  .article-details .subscribe .subscribe-blog {
    margin-top:-10px;
  }
}

@media (max-width:1200px) {
  .pct-banner-new .banner-inr-new h1 {
    font-size: 36px;
    margin-bottom: 25px;
    line-height: normal;
  }

  .pct-banner-new .banner-inr-new {
    padding:25px;
  }

  .pct-banner-wrap .pct-banner-new .banner-inr-new p {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 20px;
  }

  .article-details .subscribe {
    position: absolute;
    right: 10px;
    top: 110px;
  }

}

@media (max-width:1169px) {
  .cp-floating-addthis {
    width: 54px;
  }

  .article-details .subscribe {
    position: relative;
    left: 0%;
    top: 0px;
  }

  .article-details .subscribe .subscribe-blog {
    float: none;
  }
}

@media (max-width:1200px) and (min-width:1024px) {
  .blog-page-search .navbar-form .input-group .form-control {
    width: calc(100% - 40px);
  }
}

@media (max-width:1023px) {
  .blog-page-search .navbar-form .input-group .form-control {
    width: calc(100% - 40px);
  }

  .collateral-pills {
    margin:40px 0;
  }

}

@media (max-width:1023px) and (min-width:768px) {
  .blog-page-categories ul {
    font-size:0;
  }

  .blog-page-categories ul li {
    display:inline-block;
    width:auto;
    font-size:16px;
  }

  .blog-content {
    width: 65%;
  }
}

@media (max-width:1023px) and (min-width:992px) {

  .blog-page-categories {
    width:50%;
  }

  .blog-page-search {
    width:50%;
  }

}

@media (max-width:991px) {
  .blog-page-search {
    margin-top:15px;
  }

  .post-item .news-box .pic {
    height:auto;
  }

  .post-item .news-box .update-text {
    padding: 20px 30px;
  }

  .pct-banner-new {
    height: auto;
  }


  .pct-banner-wrap .pct-banner-new .banner-inr-new {
    position: static;
    transform: inherit;
    background: #2f4656;
    padding: 25px 0;
    text-align: center;
  }

  .pct-banner-wrap .pct-banner-new .banner-inr-new h1 {
    color: #ffffff;
    font-size: 34px;
    margin-bottom: 15px;
  }

  .pct-banner-wrap .pct-banner-new .banner-inr-new p {
    font-size: 20px;
    color: #ffffff;
  }


  .blog-sidebar {
    border-left: none;
  }

  .article-details h3 {
    font-size: 20px;
  }

}

@media (max-width:991px) and (min-width:768px) {
  .article-details .subscribe .subscribe-blog {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

@media (max-width:767px) {

  .article-details {
    padding: 44px 0 25px;
    position: relative;
  }
  .blog-page-categories ul li a {
    margin-bottom:5px;
  }

  .pct-banner-wrap .pct-banner-new .banner-inr-new h1 {
    font-size:24px;
  }

  .blog-page-search .navbar-form .input-group .form-control {
    width: 100%;
  }

  .blog-page-search .navbar-form .input-group .input-group-btn .btn {
    border-width: 1px;
    margin-top: 10px;
  }
  .collateral-pills {
    margin: 40px 0 10px;
  }

  .post-item .news-box .update-text {
    padding: 10px 15px;
  }

  .post-item .news-box .update-text .readmore .readmore-link a {
    font-size: 16px;
  }

  .pct-banner-wrap .pct-banner-new .banner-inr-new p {
    font-size: 18px;
    line-height:1.5;
  } 

  .cp-floating-addthis {
    display: none;
    right: -202px;
    bottom: 0;
    top: inherit;
    width: 172px;
    transition: all ease-in-out 0.3s;
  }

  .article-details h1 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 25px -10px;
  }

  .article-details h3 {
    font-size: 16px;
  }

  .article-details h3 .sep {
    display: block;
    text-indent: -9999px;
  }

  .article-details .subscribe .subscribe-blog {
    margin: 0;
    font-size:16px;
  }

  .article-footer {
    text-align: center;
    padding: 20px 0;
  }

  .article-footer .btn-area {
    text-align: center;
  }

  .modal .modal-dialog {
    margin-left: 15px;
    margin-right: 15px;
  }

  .modal-content {
    max-height: 90vh;
    box-shadow: none;
  }

  .newsletter-modal .modal-image {
    height: auto;
  }

  .newsletter-modal .modal-image img {
    position: relative;
    bottom: 50px;
  }

  .newsletter-modal .newsletter-content {
    margin: -15px 0 12px 0;
  }

  .newsletter-modal .newsletter-content h3 {
    font-size: 16px;
  }

  .newsletter-modal .newsletter-content  form {
    margin: 0;
  }

}

@media (max-width:767px) and (min-width:481px) {
  .article-details .subscribe .subscribe-blog {
    float: right;
    margin-top: -10px;
  }

  .newsletter-modal .modal-image img {
    left: 20%;
  }

  .newsletter-modal .newsletter-content h3 {
    text-align: center;
  }

  .newsletter-modal .newsletter-content hr {
    width: 250px;
  }

}

@media (max-width: 480px) {
  .hs-recaptcha {
    overflow:auto !important;
  }

  .article-details h1 {
    margin: 0 0 25px 0;
  }

  .article-details .subscribe .subscribe-blog {
    margin: 12px 0 0 0;
  }

}

@media (max-width:320px) {
  .pct-banner-wrap {
    margin-top: 3px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.hs-form-field {
  margin: 0 0 16px;
}
.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #eaebed;
  z-index: -1;
}
input.email-edit.hs-input {
  width: 100% !important;
}
ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
}
p.header {
  position: static;
  background: transparent !important;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
input#hs-pwd-widget-password {
  width: 100%;
  height: 40px !important;
  outline: none;
  padding-left: 20px !important;
  border-width: 1px;
  border-color: #000;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: unset;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

@media(max-width:767px){

  .systems-page h1 {
    font-size: 30px;
  }
  .systems-page h2 {
    font-size: 25px;
  }
  .systems-page h2 {
    font-size: 22px;
  }
}