/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@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: CenturyGothic;
  src: url(//5236426.fs1.hubspotusercontent-na1.net/hubfs/5236426/Instron_October2020/fonts/CenturyGothic.eot) format("embedded-opentype"),
    url(//5236426.fs1.hubspotusercontent-na1.net/hubfs/5236426/Instron_October2020/fonts/CenturyGothic.woff) format("woff"),
    url(//5236426.fs1.hubspotusercontent-na1.net/hubfs/5236426/Instron_October2020/fonts/CenturyGothic.ttf) format("truetype"), 
    url(//5236426.fs1.hubspotusercontent-na1.net/hubfs/5236426/Instron_October2020/fonts/CenturyGothic.svg#open_sans-bold) format("svg");
  font-weight: 400; 
  font-style: normal
}

@font-face {
  font-family: CenturyGothic bold;
  src: url(//5236426.fs1.hubspotusercontent-na1.net/hubfs/5236426/Instron_October2020/fonts/century-gothic-bold.eot#iefix) format("embedded-opentype"),
    url(//5236426.fs1.hubspotusercontent-na1.net/hubfs/5236426/Instron_October2020/fonts/century-gothic-bold.woff) format("woff"),
    url(//5236426.fs1.hubspotusercontent-na1.net/hubfs/5236426/Instron_October2020/fonts/century-gothic-bold.svg#open_sans-bold) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: font awesome;
  src: url(//5236426.fs1.hubspotusercontent-na1.net/hubfs/5236426/Instron_October2020/fonts/fontawesome-webfont.eot) format("embedded-opentype"),
    url(//5236426.fs1.hubspotusercontent-na1.net/hubfs/5236426/Instron_October2020/fonts/fontawesome-webfont.woff) format("woff"),
    url(//5236426.fs1.hubspotusercontent-na1.net/hubfs/5236426/Instron_October2020/fonts/fontawesome-webfont.svg#open_sans-bold) format("svg");
  font-weight: 400;
  font-style: normal
}


html {
  font-size: 24px;
}

body {
  font-family: CenturyGothic, sans-serif;
  font-size: 1rem; 
  line-height: 1.4;
  background-color: #fff;
  height: 100vh;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

p {
  margin-top: 0; 
  margin-bottom: 10px;
  font-family: CenturyGothic, sans-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: 10px;
  line-height: 1.2;
  font-weight: 700;
  font-family: CenturyGothic, sans-serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  text-transform: uppercase;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
}

h4 {
  font-family: CenturyGothic, sans-serif;
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
  line-height: inherit;
}

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;
} 

:focus {
  outline: auto; 
  outline-color: green;  
}

.disable-focus-styles :focus {
  outline: none;
}  
.body_container .dnd-section > .row-fluid, .page-center { 
  padding-left:20px;
  padding-right:20px;
} 

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
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: CenturyGothic, sans-serif;
} 

.hs-button {
  margin:15px 0;
  cursor: pointer; 
  display: inline-block;
  position: relative; 
  text-align: center;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-style: solid;
  text-decoration: none !important;
  white-space:normal !important;
  
  font-size: 1.3em;
  margin-bottom: .6em;
  padding: 8px 12px;
  text-transform: uppercase;
  outline: 0;
}

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

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


.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto; 
  text-align: left;
  padding-top: 0; 
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

form input.hs-input, form select, form textarea, input.hs-search-field__input, input#hs-pwd-widget-password  {
  font: inherit;
  display: block;
  width: 100% !important;
  margin-top: 0 !important;
  position: relative;
  padding: 8px 12px!important;
  outline: 0;
}
input, select, textarea {
  font: normal 14px/1.4 Arial,Helvetica,Verdana,sans-serif;
  font-family: century gothic,CenturyGothic,AppleGothic,sans-serif;
}
input[type=password] { 
  width:100% !important; 
  height:100% !important;
  padding: 8px 12px !important;
}
ul.no-list.hs-error-msgs.inputs-list {
  margin: 10px 0;
  padding: 0; 
  color: #DE4B53;
  font-size: 16px;
  font-weight: 300;
}
ul.no-list.hs-error-msgs.inputs-list li label {
  color: inherit;
  margin: 0;
  font-weight: inherit;
  font-family: stratos-lights, sans-serif;
  font-size: inherit;
}
.invalid {
  border-color: #DE4B53 !important;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer; 
  width: auto!important;
  height: auto!important;
  padding: 0; 
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  display: inline-block;
}

.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);
}
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

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;
}
form {
  max-width: 700px;
}
.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;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.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: CenturyGothic, sans-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-left: 0;
  margin: 0;
  list-style: none;
}



@media (min-width:993px) {
  .desktopNav .hs-menu-wrapper > ul > li.hs-item-has-children > a + div + ul {
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: calc(100vw - 160px);
    margin-left: 80px;
    margin-right: 80px;
    padding-top: 0px;
    margin-top: 9px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    display: none;
  } 

  .desktopNav .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a + div + ul {
    display: block;
  }

  .desktopNav .hs-menu-wrapper > ul > li.hs-item-has-children > a + div + ul .sub-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    flex-wrap: wrap;
    -webkit-box-shadow: 0 6px 30px 0 rgba(0,0,0,.12);
    box-shadow: 0 6px 30px 0 rgba(0,0,0,.12);
    padding: 30px 50px;
    cursor: default;
  }
  .desktopNav .hs-menu-wrapper > ul > li.hs-item-has-children > a + div + ul .sub-nav > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column; 
    flex-direction: column;
    margin: 0 40px 20px 0; 
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .desktopNav .hs-menu-wrapper > ul > li.hs-item-has-children > a + div + ul .sub-nav > li:last-child {
    margin: 0 0 20px;
  }

  .desktopNav .hs-menu-wrapper > ul > li.hs-item-has-children > a + div + ul .sub-nav > li > a {
    font-family: Roboto,sans-serif;
    letter-spacing: .65px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #c2002f;
    text-align: left;
    padding-bottom: 5px;
    text-decoration: none;
    cursor: pointer;
  }

  .desktopNav .hs-menu-wrapper > ul > li.hs-item-has-children > a + div + ul .sub-nav > li > a + ul {
    font-family: century gothic,sans-serif;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    text-transform: none;
    display: grid;
    grid-auto-flow: column; 
    grid-template-rows: repeat(4,auto);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    grid-column-gap: 12px; 
    max-height: 100%;
  }

  .desktopNav .hs-menu-wrapper > ul > li.hs-item-has-children > a + div + ul .sub-nav > li > a + ul > li a {
    display: block;
    width: 145px;
    margin: 20px 0 0;
    padding-left: 15px;
    margin-left: -13px;
    border-left: 3px solid transparent;
  }

  .desktopNav .hs-menu-wrapper > ul > li.hs-item-has-children > a + div + ul .sub-nav > li > a + ul > li a:hover {
    border-left: 3px solid #c2002f;
    text-decoration: none;
    font-family: century gothic bold,sans-serif;
    padding-left: 15px;
  }
  .desktopNav .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(3) > a + div + ul .sub-nav > li:nth-child(1) > a + ul > li > a {
    font-family: Roboto,sans-serif; 
    letter-spacing: .65px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase; 
    border-bottom: 1px solid #c2002f;
    text-align: left;
    padding-bottom: 5px;
    margin: 0 0 30px; 
    width: auto;
    white-space: nowrap;
    padding-left: 0;
    border-left: 0;
  }
  .desktopNav .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(3) > a + div + ul .sub-nav > li:nth-child(1) > a {
    display: none;
  }
  .desktopNav .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(4) > a + div + ul .sub-nav > li:nth-child(1) > a + ul > li:last-child > a {
    margin-bottom: 0;
  }
  .desktopNav .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(4) > a + div + ul .sub-nav > li:nth-child(1) > a {
    display: none;
  }
  .desktopNav .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(4) > a + div + ul .sub-nav > li:nth-child(1) > a + ul > li:last-child > a {
    margin-bottom: 0;
  }
  .desktopNav .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(4) > a + div + ul .sub-nav > li:nth-child(1) > a + ul > li > a {
    font-family: Roboto,sans-serif;
    letter-spacing: .65px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #c2002f;
    text-align: left;
    padding-bottom: 5px;
    margin: 0 0 30px; 
    width: auto;
    white-space: nowrap;
    padding-left: 0; 
    border-left: 0;
  }
  .desktopNav .hs-menu-wrapper > ul > li.hs-item-has-children > a + div + ul .sub-nav > li > a:hover {
    font-family: century gothic bold,sans-serif;
  }


}



@media (max-width: 1280px) {
  .desktopNav .hs-menu-wrapper > ul > li.hs-item-has-children > a + div + ul {
    max-width: calc(100vw - 134px);
    margin-left: 67px;
    margin-right: 67px;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto; 
}
header.header {
  font-family: CenturyGothic,sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}

.header_logo img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  height: auto;
  max-width: 232px;
  margin-left: 80px;
}

.custom-menu {
  height: 100%; 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header.header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center; 
  align-items: center;
  height: auto;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,.12);
  box-shadow: 0 10px 30px 0 rgba(0,0,0,.12);
  font-family: Roboto,sans-serif;
  letter-spacing: .65px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.mobile_trigger {
  color: #c2002f;
  border-right: none;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 20px;
  cursor: pointer;
}

.search_global {
  padding: 0 20px;
  min-width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 68px;
}

.search_global > div {
  width: 10px;
  display: none; 
}

.search_global form input { 
  transform: translateX(-106%);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  height: 3em;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
  padding: 1px 3px !important;
  right: 5px;
  border-color: rgb(118, 118, 118) !important;
  border-radius: 2px;
  border: 1px solid;
  box-shadow: none;
  font-weight: normal;
}
.search_global form input:focus {
  outline: 0;
} 
.search-open .search_global > div {
  display: block;
}
.search_global a {
  position: relative;
  display: inline-block;
  right: -5px;
}
.desktopNav .hs-menu-wrapper > ul {
  padding: 0;
  margin: 11px 0 0;
  max-height: 600px;
  overflow-y: auto;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.desktopNav .hs-menu-wrapper > ul > li {
  display: inline-block;
  list-style-type: none;
  padding: 15px;
  min-width: 100px;
  text-align: center; 
  cursor: pointer;
}
.desktopNav .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
  font-family: Roboto,sans-serif;
}
.desktopNav .hs-menu-wrapper > ul > li > a .hover-border {
  visibility: hidden; 
  width: 60%;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  opacity: 0;
}
.desktopNav .hs-menu-wrapper > ul > li.Home {
  display: none;
}
.desktopNav .hs-menu-wrapper > ul > li > a:hover .hover-border { 
  visibility: visible;
  opacity: 1;
}
.desktopNav .hs-menu-wrapper > ul > li:last-child > a div {
  display: none;
}
.desktopNav .hs-menu-wrapper > ul > li:last-child > a i {
  padding-right: 4px;
}
.desktopNav .hs-menu-wrapper > ul > li:last-child {
  padding: 15px;
  margin-left: 20px;
  border-left: 1px solid #bdbdbd; 
  border-right: 1px solid #bdbdbd; 
  cursor: pointer;
}

.desktopNav .hs-menu-wrapper > ul > li:last-child > a:hover {
  text-decoration: underline;
}
.No_Banner .header__height {
  min-height: 68px;
}

.banner {
  padding-top: 2px;
  text-align: center; 
}
.banner .page-center {
  padding-top: 3%;
}
.banner h1 {
  font-weight: 700;
  font-size: 350%;
  margin: 0;
}
.banner p {
  font-size: 150%;
  line-height: 1.6;
  color: #8a8a8d;
  margin-bottom: 1.4em;
}

.region-selector {
  background: rgba(0,0,0,.8);
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: auto;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity .5s, background .5s, visibility 0.5s;
  -moz-transition: opacity .5s, background .5s, visibility 0.5s;
  -o-transition: opacity .5s, background .5s, visibility 0.5s;
  transition: opacity .5s, background .5s, visibility 0.5s;
  z-index: 9999;
  visibility: hidden;
} 

.region-selector .modal-content {
  background: #fff;
  margin: 10% auto;
  max-width: 1023px;
  padding: 1px 20px 20px;
  position: relative;
}

.region-selector .modal-content h2 {
  border-bottom: solid 2px #e7e7e8;
  color: #717073;
  margin-top: 1em;
  padding-bottom: 6px;
  text-transform: uppercase;
  font-size: 1.7em; 
  margin-bottom: 35px;
}

.region-selector .modal-content .dismiss-region-selector {
  color: #fff;
  display: block;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 20px;
}

.region-selector .modal-content .dismiss-region-selector span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.region-selector .modal-content .dismiss-region-selector i {
  background: #717073;
  border-radius: 15px;
  height: 27px;
  width: 27px;
  overflow: hidden;
  display: inline-block;
}

.region-selector .modal-content .dismiss-region-selector i:before {
  font-weight: 400;
  content: '\00D7';
  display: block;
  font-size: 26px;
  line-height: 27px;
  font-style: normal;
}

.region-selector .modal-content .dismiss-region-selector:hover i {
  background: #c10435;
}

.region-selector .modal-content .grid {
  margin: 0 -17px;
}

.region-selector .hs-menu-wrapper > ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  min-height: 30px;
  padding: 0 17px;
  width: 33.33333333%;
}
.popup-open {
  overflow: hidden;
}

.popup-open .region-selector { 
  opacity: 1;
  visibility: visible;
}

.region-selector .hs-menu-wrapper > ul:after,
.region-selector .hs-menu-wrapper > ul:before {
  display: block;
  clear: both;
  content: '';
}
.region-selector .hs-menu-wrapper > ul > li > a {
  cursor: text;
  color: #231f20;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: .2em;
  margin-top: 26px;
  font-family: century gothic,CenturyGothic,AppleGothic,sans-serif;
  line-height: 1.2;
}

.region-selector .hs-menu-wrapper > ul ul {
  margin-bottom: 19px;
}

.region-selector .hs-menu-wrapper > ul ul > li {
  list-style-type: none;
  margin-top: 8px;
  padding-left: 15px;
}

.region-selector .hs-menu-wrapper > ul ul > li a {
  font-weight: 700;
  margin: 0;
}

.region-selector .hs-menu-wrapper > ul ul > li a:before {
  color: #a0a0a4;
  display: inline-block;
  margin-left: -15px;
  width: 15px;
  content: '\2022';
  font-size: 1.2em;
  line-height: 1;
  vertical-align: middle;
  padding-right: 19px;
}

.region-selector .hs-menu-wrapper > ul li:nth-child(1) ul > li.hs-item-has-children > a:before {
  display: none;
}

.region-selector .hs-menu-wrapper > ul li:nth-child(1) ul > li.hs-item-has-children {
  padding-left: 0;
  margin-top: 20px;
}

.region-selector .hs-menu-wrapper > ul li:nth-child(1) ul > li.hs-item-has-children > a {
  color: #231f20;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: .2em;
  margin-top: 1em;
  line-height: 1.2;
}

.region-selector .hs-menu-wrapper > ul li:nth-child(2) ul > li.hs-item-has-children > a {
  color: #000000;
  cursor: text;
  display: inline-block;
}

.region-selector .hs-menu-wrapper > ul li:nth-child(2) ul > li.hs-item-has-children ul {
  margin: 0;
  display: inline-block;
}

.region-selector .hs-menu-wrapper > ul li:nth-child(2) ul > li.hs-item-has-children ul > li {
  padding: 0;
  margin: 0; 
  display: inline-block;
}

.region-selector .hs-menu-wrapper > ul li:nth-child(2) ul > li.hs-item-has-children ul > li > a {
  font-weight: 400;
  margin: 0 4px;
  line-height: 20px;
}

.region-selector .hs-menu-wrapper > ul li:nth-child(2) ul > li.hs-item-has-children ul > li > a:before {
  display: none;
}

.region-selector .hs-menu-wrapper > ul li:nth-child(2) ul > li.hs-item-has-children ul > span:last-child {
  display: none;
} 
.nonav_header .header_logo {
  padding-bottom: 9px;
  padding-top: 9px;
}



/* Tablet Styles */ 

@media (min-width: 993px) {
  .custom-menu .mobileNav {
    display: none !important;
  }
}

@media (min-width: 1201px) {
  .search_global form input {
    width: 65em !important;
  }

}

@media (max-width: 1327px) and (min-width: 1281px) { 
  .desktopNav .hs-menu-wrapper > ul > li {
    padding: 15px 6px;
  }

  .desktopNav .hs-menu-wrapper > ul {
    font-size: 0; 
  }

  .desktopNav .hs-menu-wrapper > ul > li > a {
    font-size: 12px;
  }

  .desktopNav .hs-menu-wrapper>ul>li:last-child {
    margin-left: 0;
    padding: 15px 8px;
  }   

}

@media (max-width: 1200px) and (min-width: 993px) {
  .search_global form input {
    width: 59vw !important;
  }
}


@media (max-width: 1280px) {
  .search_global {
    min-width: auto;
    max-width: 56px;
  }
  .desktopNav .hs-menu-wrapper>ul>li:last-child {
    padding: 15px 8px;
    font-size: 12px;
    min-width: auto;
    margin-left: 0;
  }
  .desktopNav .hs-menu-wrapper>ul>li {
    padding: 15px 8px; 
    font-size: 12px;  
    min-width: auto;
  }
  .header_logo img {
    margin-left: 15px;
    max-width: 200px;
  }
  .search-open .search_global { 
    max-width: 66px; 
  } 
  .nonav_header .header_logo {
    padding-bottom: 13px;
    padding-top: 12px;
  }

}


@media (max-width: 1010px) and (min-width: 993px) { 
  .desktopNav .hs-menu-wrapper>ul>li, .desktopNav .hs-menu-wrapper>ul>li:last-child {
    font-size: 11px;
    padding: 15px 6px;
  }
}


@media (min-width: 993px) { 
  .region-top-content{
    display: none;
  }
}


/* Mobile Styles */

@media (max-width: 992px) { 
  .region-top-content-desktop{
    display: none;
  }
  .No_Banner .header__height {
    min-height: 48px; 
  }
  .header_logo img {
    height: auto;
    width: 183px;
    margin: 0 15px;
  }

  .mobile_trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 65px;
  }

  .search_global {
    height: 48px;
    border-right: 1px solid #bdbdbd;
    padding: 5px 20px;
  }

  .mobile-open .mobile_trigger {
    height: 100%;
    background-color: #c2002f;
  }

  .mobile-open .mobile_trigger i:before {
    color: #fff;
    content: ""!important;
  } 

  .custom-menu .mobileNav {
    overflow: hidden; 
    -webkit-box-shadow: inset 0 10px 30px -10px rgba(0,0,0,.12);
    box-shadow: inset 0 10px 30px -10px rgba(0,0,0,.12);
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    margin: 0!important; 
    background-color: #fff;
    padding: 0;
  }
  .search_global form input {
    min-width: 100%!important;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #c2002f;  
    padding-bottom: 14px !important;
    height: 2em!important;
    top: -50px;
    position: absolute;
    transform: translateX(46%);
    margin: 15px 25px;
    font-family: Roboto,sans-serif;
    font-weight: 300;
    font-style: italic;
    letter-spacing: .65px;
    width: 55vw !important;
    transform: translateX(48%)!important;
    right: auto;
    top: -35px;
    border-radius: 0;
    line-height:20px:
  } 

  .search_global>div {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 48px;
    height: 100vh;
    background-color: #fff;
    width: 0;
  } 

  .search-open .search_global {
    max-width: 56px;
  }
  .mobile-open .custom-menu .mobileNav {
    display: block;
  }

  .custom-menu .hs-menu-wrapper > ul {
    margin: 0;
  }

  .custom-menu .hs-menu-wrapper > ul > li {
    margin: 0 25px;
    padding: 18px 0 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 8px;
  }

  .mobileNav .hs-menu-wrapper>ul>li.Home {
    display: block;
  }

  .custom-menu .hs-menu-wrapper > ul > li > a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify; 
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #bdbdbd;
  }

  .custom-menu .hs-menu-wrapper > ul > li > a div {
    display: none;
  }

  .custom-menu .hs-menu-wrapper > ul > li.GlobalSite {
    border-left: 0;
    border-right: 0;
    margin: 0;
    padding: 18px 25px 0;
    border: 0!important;
    background-color: #bcbcbc !important;
    padding-right: 8px;
  }

  .custom-menu .hs-menu-wrapper > ul > li.GlobalSite > a { 
    justify-content: end;
    margin-top: -1px;
    color: rgba(29,24,50,1.0) !important;
  }

  .custom-menu .hs-menu-wrapper > ul > li.GlobalSite > a:hover i {
    color: rgba(194,0,47,1.0);
    text-decoration: none;
  }

  .nonav_header .header_logo {
    padding-bottom: 4px;
    padding-top: 4px; 
  } 
  .custom-menu .hs-menu-wrapper>ul>li.ContactUs > a {
    border: 0;
  }
  .custom-menu .desktopNav {
    display: none !important;
  }
  .custom-menu .hs-menu-wrapper > ul > li > a { 
    font-family: Roboto,sans-serif;
    font-size: 12px;
    text-decoration: none;
  }

  .custom-menu .hs-menu-wrapper>ul>li.GlobalSite>a i {
    padding-right: 3.5px;
  }

  .custom-menu .hs-menu-wrapper>ul>li.GlobalSite>a {
    padding-top: 1px;
  }

  .custom-menu .hs-menu-wrapper>ul>li.GlobalSite:after {
    font-family: font awesome;
    font-weight: 400;
    content: "";
    position: relative;
    top: -10px;
    font-size: 12px;
  }

  .mobileNav .hs-menu-wrapper>ul>li.Home > a {
    color: #c10435;
  }

  .mobileNav .hs-menu-wrapper>ul>li.Home > a:hover {
    text-decoration: underline;
  }

  .custom-menu .hs-menu-wrapper>ul>li.GlobalSite>a:hover {
    text-decoration: underline;
    color: #c2002f !important;
  }
  .custom-menu .hs-menu-wrapper > ul.hs-menu-children-wrapper { 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    z-index: -1;
  }    
  .custom-menu .hs-menu-wrapper > ul.dl-menuopen {
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
  }    
  .custom-menu .hs-menu-wrapper > ul.go-left {
    opacity: 0;
    z-index: -1;
  }    
  .custom-menu .hs-menu-wrapper > ul.hs-menu-children-wrapper.active {
    z-index: 2;
    opacity: 1;
  }
  .custom-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {  
    font-family: font awesome;
    font-weight: 400;
    content: "";
  }
  .custom-menu .hs-menu-wrapper > ul > li.dl-back.Back {
    padding: 18px 25px;
    background-color: #1d1832;
    color: #fff;
    cursor: pointer;
    margin: 0;
  }

  .custom-menu .hs-menu-wrapper > ul > li.dl-back.Back a {
    color: inherit; 
    padding: 0;
    border: 0; 
    display: block;
    font-size: 14px;
  }

  .custom-menu .hs-menu-wrapper > ul > li.dl-back.Back a:before {
    font-family: font awesome;
    font-weight: 400;
    content: "";
    margin-right: 5px;
  }
  .custom-menu .hs-menu-wrapper>ul.hs-menu-children-wrapper li.GlobalSite {
    display: none !important;
  }
  .custom-menu .hs-menu-wrapper>ul.hs-menu-children-wrapper li.hs-item-has-children > a:hover {
    font-family: century gothic bold,sans-serif;
  }

  .custom-menu .hs-menu-wrapper>ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 > a {
    letter-spacing: .65px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700; 
    text-transform: uppercase;
    text-align: left;
    padding: 18px 0 18px 15px;
  }
  .custom-menu .hs-menu-wrapper>ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2  {
    padding: 0;
  }
  .custom-menu .hs-menu-wrapper>ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-3 {
    padding: 0;
  }
  .custom-menu .hs-menu-wrapper>ul.hs-menu-children-wrapper li ~ li.hs-menu-item.hs-menu-depth-3 > a {
    display: block;
    width: 100%;
    padding: 8px 22px;
    margin: 10px 0 10px -6px;
    border-left: 3px solid transparent;
    color: #3d3834 !important;
    border-bottom: 0;
    font-family: Roboto,sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
  }

  .custom-menu .hs-menu-wrapper>ul.hs-menu-children-wrapper li ~ li.hs-menu-item.hs-menu-depth-3 {
    border-bottom: 1px solid #bdbdbd;
  }

  .custom-menu .hs-menu-wrapper>ul.hs-menu-children-wrapper li ~ li.hs-menu-item.hs-menu-depth-3 > a:hover {
    border-left: 3px solid #c2002f;
    font-family: Roboto,sans-serif;
    text-decoration: none;
    padding-left: 22px;
  }
  .custom-menu .hs-menu-wrapper > ul {
    overflow: hidden;
    overflow-y: auto;
  }
  .custom-menu .hs-menu-wrapper>ul>li.GlobalSite:hover {
    color: #c2002f !important;
  }
  .popup-open ul.dl-menuopen.active > li {
    display: none;
  }
  .popup-open ul.dl-menuopen.active > li:last-child {
    display: flex; 
  }
  .popup-open li.GlobalSite {
    display: none !important;
  }
  .region-back-icon {
    padding: 18px 25px;
    background-color: #1d1832;
    color: #fff;
    cursor: pointer;
    font: normal 14px/1.4 Arial,Helvetica,Verdana,sans-serif;
    margin: -5px -20px;
    letter-spacing: .65px;
    text-transform: uppercase;
    font-family: Roboto,sans-serif;
    line-height: 16px;
    font-weight: 700;
  }
  .region-back-icon:before {
    font-family: font awesome;
    font-weight: 400;
    content: "";
    margin-right: 5px;
  }
  .nav-item-title.title-only {
    background-color: #c2002f;
    color: #fff;
    padding: 18px 30px;
    margin: 5px -25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: none;
    font-size: 12px;
    margin-bottom: 12px;
  }
  .nav-item-title.title-only a {
    color: #3d3834;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .65px;
    font-family: Roboto,sans-serif;
  }
  .region-selector .modal-content {
    margin-top: 52px;
  }

} 

@media (max-width: 768px) { 
  .region-selector .hs-menu-wrapper>ul>li {
    float: none;
    margin-bottom: 20px; 
    margin-left: 0;
    width: 100%;  
    max-width: 100%;
  }

}




@media (max-width: 749px) { 
  .search_global form input {
    width: 34vw !important; 
    transform: translateX(87%)!important; 
    margin: 13px 30px!important;
    top: -50px;
  }

}

@media (max-width: 560px) {
  .search_global form input {
    width: 94vw !important;
    transform: translateX(0%) !important;
    top: 0px;
    margin-left: 10px !important;
    margin-right: 0 !important;
    padding-right: 20px !important;
    padding-top: 10px !important;
    height: auto !important;
    margin-top: 0 !important;
  }
}


@media (max-width: 340px) { 
  .header_logo img {
    margin-right: -10px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
}
.footer__container {
  margin: 0 auto;
}
.footer__copyright {
  font-family: CenturyGothic, sans-serif;
}
footer.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: century gothic,sans-serif;
  font-size: 14px;
  letter-spacing: .58px;
  line-height: 20px;
}

.footer-bottom {
  height: 95px;
  width: 100%;
  font-size: 12px;
  letter-spacing: .24px;
  line-height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 45px 160px;
  list-style: none;
  margin: 0;
}

.footer-bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-bottom-container b {
  font-weight: 400;
  letter-spacing: 0.24px;
  font-family: CenturyGothic;
}

.footer-bottom a {
  margin: 0 0 0 6px;
  padding: 0 10px;
  border-left: 1px solid #3d3834;
}

.footer-bottom ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.footer-bottom ul li {
  border-right: 1px solid #3d3834;
  list-style: none;
}

.footer-bottom ul li:last-child {
  border-right: none;
}

.footer-bottom ul li a {
  margin: 0;
  border: none;
}

.footer-bottom a:hover {
  font-weight: 700;
}

footer .footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#9d162e),color-stop(rgba(0,0,0,0)),to(#9d162e)),-webkit-gradient(linear,left top,right bottom,color-stop(50%,#9d162e),color-stop(50%,#c2002f));
  background-image: linear-gradient(#9d162e,rgba(0,0,0,0),#9d162e),linear-gradient(to right bottom,#9d162e 50%,#c2002f 50%);
  max-width: 100%;
}

footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 160px 80px 0;
}

.footer-subscripation-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
  padding-bottom: 80px;
}

.footer-subscripation-form > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-subscripation-form h3 {
  font-family: Roboto,sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 19px;
  margin-right: 40px;
  margin-bottom: 0;
}

.footer-subscripation-form form {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-subscripation-form form .hs_email {
  margin: 0;
  margin-top: -10px;
}

.footer-subscripation-form form .hs_email > label {
  display: none; 
}

.footer-subscripation-form form .hs_email .input input {
  margin-top: 8px !important;
  min-width: 450px;
  height: 49px;
  padding: 15px 20px !important;
  font-size: 16px;
  border-color: rgba(216,219,221,1.0);
}

.footer-subscripation-form form .hs_email .input input:focus {
  outline: 0;
} 

.footer-subscripation-form form input.hs-button {
  font: normal 14px/1.4 Arial,Helvetica,Verdana,sans-serif;
  height: 50px;
  padding: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  font-family: CenturyGothic bold,sans-serif;
  font-size: 16px;
  letter-spacing: .5px;
  line-height: 20px;
  margin-left: 10px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 0;
  border-width: 2px;
  border-image: initial;
  border-style: outset;
  border-top-color: #767676;
  border-left-color: #767676;
  padding-right: 35px;
  text-transform: none;
}


.footer-subscripation-form form .actions {
  position: relative;
}

.footer-subscripation-form form .actions:after { 
  font-family: font awesome;
  margin-left: 20px;
  margin-right: -10px; 
  content: "";
  position: absolute;
  right: 14px;
  top: 15px;
  color: #3d3834; 
  font-size: 16px;
  letter-spacing: .5px; 
}
.footer_logo a {
  pointer-events: none;
}

.footer_logo a img {
  max-width: 100%;
  vertical-align: middle;
  border: 0; 
  -ms-interpolation-mode: bicubic;
  height: 60px;
  width: auto;
}

footer .footer-content .footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
footer .footer-content .mobile-only {
  display: none;
}
footer .footer-content .footer-column {
  margin: 0 0 0 85px;
} 
footer .footer-content .footer-column p {
  margin: 20px 0 0;
  line-height: 1.6;
}
footer .footer-content .footer-column p a {
  font-family: Roboto,sans-serif;
  letter-spacing: .58px;
  line-height: 20px;
  text-decoration: underline;
}

footer .footer-content .footer-column p a:hover {
  text-decoration: none;
}
footer .footer-content .footer-column ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; 
  -ms-flex-flow: column-wrap;
  flex-flow: column-wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: wrap;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  height: 180px;
}

footer .footer-content .footer-column ul li {
  margin: 0 45px 10px 0;
} 

footer .footer-content .footer-column ul li a {
  padding: 10px 0 0;
}
footer .footer-content  h6 {
  font-family: Roboto,sans-serif;
  letter-spacing: 1.5px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
}

footer .footer-content .footer-right p {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .footer-content .footer-right p a {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center; 
  align-items: center;
  border: 3px solid #fff;
  border-radius: 21px;
  margin: 0 10px;  
}

footer .footer-content .footer-right p a:first-child {
  margin: 0 10px 0 0;
}

footer .footer-content .footer-right p a:last-child {
  margin: 0 0 0 10px;
}
footer .footer-content .footer-right p a {
  text-decoration:none;
}

footer .footer-content .footer-right p a i {
  font-size: 22px;
  cursor: pointer;
}
footer .footer-content .footer-right p a:hover {
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

footer .footer-content .footer-right p a:hover i {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

 

@media (min-width: 993px) {
  .footer-subscripation-form form ul.no-list.hs-error-msgs.inputs-list {
    position: absolute; 
    left:0;
    bottom: -35px;
  }
  .footer-subscripation-form form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
    bottom: -63px;
  }
}




@media (max-width: 1280px) {
  .footer-bottom {
    padding: 45px 60px;
  }

  footer .footer-content {
    padding: 160px 60px 0;
  }

  footer .footer-content .footer-column {
    margin: 0 0 0 50px;
  }

  footer {
    font-size: 12px;
  }

  footer .footer-content h6 {
    font-size: 12px;
  }

  footer .footer-content .footer-column ul li {
    margin: 0 30px 8px 0;
    line-height: 19px;
    padding-bottom: 1px;
  }

  footer .footer-content .footer-column ul li a {
    font-size: 12px;
  }

  footer .footer-content .footer-column p {
    font-size: 12px;
    margin: 12px 0 0;
  }

  footer .footer-content .footer-right p a i {
    font-size: 14px;
  }

  footer .footer-content .footer-right p a {
    height: 30px;  
    width: 30px;
  } 


} 


@media (max-width: 992px) {
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 77px;
    margin: 0;
    padding: 17px 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
    justify-items: center;
    text-align: center;
  }

  .footer-bottom ul {
    display: none;
  }

  .footer-bottom-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-bottom a {
    border-left: none!important;
    margin: 0;
    padding: 0;
    line-height: 20px;
  }

  .footer-bottom-container b {
    display: block;
  }

  .footer-subscripation-form, .footer-subscripation-form > span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0;
  }

  .footer-subscripation-form h3 {
    margin: 0;
    font-size: 14px;
  }

  .footer-subscripation-form form {
    display: block;
  }

  footer.footer {
    width: 100%;
  }

  footer .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 100px 0 0;
  }

  .footer-subscripation-form {
    width: auto;
    padding: 25px;
  }

  .footer-subscripation-form form .hs_email {
    margin-top: 17px;
    width: 100%;
  }

  .footer-subscripation-form form .hs_email .input input {
    min-width: 231px;
    margin-top: 25px !important;
  }

  .footer-subscripation-form form input.hs-button {
    margin: 30px 0 15px;
    margin-left: 0;
    border-radius: 25px;
    display: inline-block;
  }

  .footer-subscripation-form form .actions {
    text-align: center;
    max-width: 107px;
    margin: 0 auto;
  }

  .footer-subscripation-form form .actions:after {
    top: 45px;
    right: 14px;
  }

  footer .footer-content .footer-right {
    width: calc(100% - 26px);
    margin: 0 13px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  footer .footer-content h6 {
    padding: 25px 12px;
    width: 100%;
  }

  footer .footer-content .footer-right p {
    padding: 0 12px 30px;
    margin: 0;
  }

  footer .footer-content .footer-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer_logo img {
    height: 60px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .footer_logo {
    width: 100%;
    text-align: center;
  }

  footer .footer-content .footer-column {
    width: calc(100% - 26px);
    margin: 0 13px;
    border-top: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  footer .footer-content .mobile-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  footer .footer-content .footer-left h6:after {
    font-family: font awesome;
    content: "";
  }

  footer .footer-content .footer-left h6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 17px 12px;
    width: 100%;
  }

  footer .footer-content .footer-column ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin: 0 12px 17px;
    display: none;
  }

  footer .footer-content .footer-column ul li {
    padding: 5px 10px;
    margin: 5px 0;
    padding-bottom: 6.5px;
  }

  footer .footer-content .footer-column ul li:first-child {
    padding: 0 10px 5px;
    margin: 0 0 5px;
  }

  footer .footer-content .footer-column ul li:last-child {
    padding: 5px 10px 0;
    margin: 5px 0 0;
  }

  footer .footer-content .footer-column p:nth-child(2) {
    margin: 0;
  }
 
  footer .footer-content .footer-column p {
    padding-left: 22px;
    padding-right: 22px;
    display: none;
  }

  footer .footer-content .footer-column p:last-child {
    padding-bottom: 17px;
  }
  footer .footer-content .footer-column .footer_menu ul,
  footer .footer-content .footer-column .footer_menu p {
    display: flex;
  }

  footer .footer-content .footer-column .footer_menu h6:after {
    content: "";
  } 
  footer .footer-content .footer-column p a {
    padding-left: 4px;
  }
  footer .footer-content .footer_menu ul, footer .footer-content .footer_menu p {
    display: flex;
  }
  footer .footer-content .footer_menu h6:after {
    content: "";
  } 

}
/* ******************************************************************************
*********************************************************************************
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 */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  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__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: CenturyGothic, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: CenturyGothic, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.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-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: CenturyGothic, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

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

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

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

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

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

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%; 
    padding: 30px;
  }
}

/* Blog Comments */

.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;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}


/* Blog custom style start here */


.banner-section .row-fluid {
  padding: 0 !important;
}

.banner figure.full-background-img {
  background: rgba(255,255,255,.7);
  color: #1d1832;
  bottom: 0;
  margin: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  text-align: center;
}

.banner figure.full-background-img:before {
  bottom: 0;
  content: '';
  display: block;
  height: 37%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.banner figure.full-background-img img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  height: auto;
  max-width: none;
}

nav.navBreadcrumb {
  color: #717073;
  font-size: .85em; 
  padding: 10px 0;
}

nav.navBreadcrumb .content-wrapper {
  position: relative;
  max-width: calc(1183px + 30px);
  padding: 0 15px;
}

nav.navBreadcrumb .content-wrapper a {
  color: #717073;
}

nav.navBreadcrumb .content-wrapper .separator {
  font-size: 1.2em;
  line-height: 1;
  margin: 0 6px;
}

nav.navBreadcrumb .content-wrapper strong { 
  font-weight: 400; 
}
.content-wrapper.blog_listing {
  padding: 30px 0 125px;
}
.hs-blog-listing .body_container { 
  overflow: hidden;
}

.blog_listing .row-fluid {
  width: auto;
  margin: 0 -17px;
}

.blog_listing .row-fluid > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  min-height: 30px;
  padding: 0 17px;
}

.blog_listing .row-fluid .blog__index {
  width: 70%;
  float: right;
}

.blog_listing .blog--sidebar {
  width: 30%; 
  float: left;
}
.blog--sidebar nav.side-navigation {
  background: #eaeaeb;
  font-family: century gothic,CenturyGothic,AppleGothic,sans-serif;
}

.blog--sidebar nav.side-navigation .mobile-only.show-nav {
  color: #231f20;
  padding: 8px 14px;
  text-decoration: none;
  display: none;
}

.blog--sidebar nav.side-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog--sidebar nav.side-navigation ul li {
  list-style-type: none;
}

.blog--sidebar nav.side-navigation ul li.parent > a {
  color: #231f20;
  padding: 8px 14px;
  text-decoration: none;
  display: none;
}

.blog--sidebar nav.side-navigation ul ul li > a {
  color: #231f20;
  padding: 8px 14px;
  display: block;
  text-decoration: none;
  font-size: 1.15em;
}

.blog--sidebar nav.side-navigation ul ul li.active {
  background: #f8f8f8;
  border-left: solid 3px #c10435;
  margin-left: -3px;
}

.blog--sidebar nav.side-navigation ul ul li a:hover {
  background: #f8f8f8;
}

.blog--sidebar .cta {
  background: #eaeaeb;
  overflow: hidden;
  padding: 75px 20px 4px;
  position: relative;
  margin-bottom: 30px;
}

.blog--sidebar .cta:before {
  background: #9d162e;
  border-top: solid 8px #fff;
  bottom: -45px;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 36px;
  -webkit-transform: skewY(10deg);
  -moz-transform: skewY(10deg);
  -ms-transform: skewY(10deg);
  -o-transform: skewY(10deg);
  transform: skewY(10deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.blog--sidebar .cta a {
  color: #fff;
  display: block;
  font-family: century gothic,CenturyGothic,AppleGothic,sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  position: relative;
  text-transform: uppercase;
}

.blog--sidebar .cta a:after {
  border-left: 5px solid #c10435;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  content: '';
  display: inline-block;
  height: 0;
  margin-left: 6px;
  width: 0;
  border-left-color: #fff;
  border-width: 6px;
}

.blog--sidebar h3 {
  font-size: 2.1em;
  font-family: century gothic,CenturyGothic,AppleGothic,sans-serif;
  line-height: 1.2;
  margin-bottom: .6em;
  color: #000000;
  text-transform: none;
}

.blog--sidebar .filter-section {
  margin-bottom: 20px;
  padding: 10px 10px 1px 20px;
  background: #eaeaeb;
}

.blog--sidebar .filter-section h4 {
  font-family: century gothic,CenturyGothic,AppleGothic,sans-serif;
  line-height: 1.2;
  margin-bottom: .6em;
  font-size: 1.2em;
  font-weight: 700;
  color: #000000;
}

.blog--sidebar .filter-section h4 a {
  position: relative;
  display: block;
  color: #231f20;
  font-size: 14px;
  text-decoration: none;
  padding: 8px 0;
}

.blog--sidebar .filter-section h4 a:after {
  content: '+';
  display: block;
  font-family: Courier,Monaco,monospace;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  position: absolute;
  right: 10px;
  top: 0;
} 

.blog--sidebar .filter-section h3 {
  display: none;
}

.blog--sidebar .filter-section ul {
  margin: 0;
  padding: 0;
  border: 0;
  display: none;
  overflow: hidden;
  padding-bottom: 10px;
  list-style: none;
}

.blog--sidebar .filter-section ul li {
  padding: 4px 0;
}
.blog__index div#pageTitle h1 {
  font-family: century gothic,CenturyGothic,AppleGothic,sans-serif;
  line-height: 1.2;
  margin-bottom: .6em;
  font-size: 2.1em;
  color: #000000;
}

.blog__index article.rich-text p {
  margin-bottom: 1.4em;
  line-height: 1.6;
}

.blog__index .article-list {
  margin: 30px 0;
}

.blog-index_post {
  font-family: century gothic,CenturyGothic,AppleGothic,sans-serif;
  margin-bottom: 30px;
}

.blog-index_post h3 {
  font-family: century gothic,CenturyGothic,AppleGothic,sans-serif;
  line-height: 1.2;
  margin-bottom: .6em;
  font-size: 1.4em;
  font-weight: 700;
  text-transform: none;
}

.blog-index_post p {
  margin-bottom: 1.4em;
  line-height: 1.6;
} 

.blog-index_post .posted-on {
  margin-bottom: .2em;
}
.blog_pagination {
  text-align: right;
  margin-bottom: 1em;
}

.blog_pagination a {
  display: inline-block;
  margin-left: 15px;
}

.blog_pagination a:first-child {
  margin-left: 0;
}

.blog_pagination a.blog-link--disabled {
  display: none;
}

.blog_pagination a.blog--active {
  pointer-events: none;
  color: #000000;
}
.blog--sidebar nav.side-navigation .mobile-only.show-nav.blog_mmenu:after {
  content: '-'; 
}
.blog__post_wrapper nav.navBreadcrumb {
  margin-top: 2px;
}
.blog-post__body h2 {
  border-bottom: solid 2px #e7e7e8;
  color: #717073;
  margin-top: 1em; 
  padding-bottom: 6px;
  text-transform: uppercase;
  font-size: 1.7em;
  margin-bottom: .6em;
}

.blog-post__body p {
  margin-bottom: 1.4em;
  line-height: 1.6;
}
.blog-comments form .input input, .blog-comments form .input textarea {
  background: #FFFFFF;
  border: 2px solid #dbdfe4;
  transition: all .2s linear;
  padding: 5px 9px;
  margin: 0; 
  border-radius: 4px;
  font-size: 13px;
  color: #000000;
  height: 32px;
  font-family: "Helvetica Neue",arial,sans-serif;
}

.blog-comments form .input input:focus, .blog-comments form .input textarea:focus {
  border: 2px solid #c2c6cc;
  outline: 0;
}

.blog-comments form .input textarea {
  min-height: 150px;
}

.blog-comments form  input.hs-button {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
  line-height: 1.1; 
  border-radius: 3px;
  font-weight: 500;
  transition: background .2s;
  text-shadow: none;
  background: rgba(29,47,58,.6);
  display: inline-block;
  height: 32px;
  padding: 9px 20px;
  width: auto;
  text-align: center;
  font-family: "Helvetica Neue",arial,sans-serif;
}

.blog-comments form input.hs-button:hover {
  background: rgba(29,47,58,.7);
  color: #fff;
}
.blog-comments form .input input.invalid, 
.blog-comments form .input textarea.invalid {
  border-color: #f05f70 !important;
}

.blog-comments form ul.no-list.hs-error-msgs.inputs-list {
  display: block;
  position: relative;
  padding: 15px 13px;
  margin-top: 15px;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1.5em;
  border-radius: 4px;
  border-color: #cf4847;
  background-color: #cf4847;
  color: #fff;
  font-size: 13px;
}

.blog-comments form ul.no-list.hs-error-msgs.inputs-list:after {
  content: "";
  position: absolute;
  left: 15px;
  top: -5px;
  width: 10px;
  height: 10px;
  background-color: inherit;
  transform: rotate(45deg);
}
.related_content h3 {
  font-weight: 700;
  margin-bottom: .2em;
  margin-top: 1em;
  color: #231f20;
  font-size: 200%;
  border-bottom: 2px solid;
  line-height: 1.2;
}

.blog-recent-posts_list {
  margin: 0 -17px;
  width: auto;
  margin-bottom: 40px;
}

.blog-recent-posts_list > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  min-height: 30px;
  padding: 0 17px;
}

.blog-recent-posts_list .col-3 {
  width: 30%;
  text-align: center;
}

.blog-recent-posts_list .col-9 {
  width: 70%;
}

.blog-recent-posts_list .col-3 img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  outline: none;
  border: 1px solid #dad8d6;
}

.blog-recent-posts_list h3 {
  color: #231f20;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: .2em;
  margin-top: 1em;
  font-family: century gothic,CenturyGothic,AppleGothic,sans-serif;
  line-height: 1.2;
}

.blog-recent-posts_list p {
  margin-bottom: 1.4em;
  line-height: 1.6;
}

.blog-recent-posts_list a.btn {
  background: #c10435;
  color: #fff;
  display: inline-block;
  font-size: 1.3em;
  margin-bottom: .6em;
  padding: 8px 12px; 
  text-transform: uppercase;
  border: none;
}

.blog-recent-posts_list a.btn:hover {
  background: #9d162e;
  text-decoration: none;
}
.blog__post_wrapper {
  overflow: hidden;
}

.blog__post_wrapper .blog_listing {
  overflow: unset;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: hidden;
  overflow-x: auto;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field .grecaptcha-badge {
  margin-left: 0;
}
.comment-date {
  display: block;
  text-align: left; 
} 
.banner.listing-banner {
  min-height: 380px;
  padding: 80px 0 0;
  position: relative;
  margin-top: 70px;
  overflow: hidden;
}

.banner.listing-banner .page-center {
  padding: 0;
}

.banner.listing-banner .page-center > div {
  margin: 0 -17px;
  width: auto;
}

.banner.listing-banner .page-center > div .col-7 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  min-height: 30px;
  padding: 0 17px;
  width: 56.66666667%;
} 

.banner.listing-banner .page-center > div .col-7 > div {
  font-family: century gothic,CenturyGothic,AppleGothic,sans-serif;
  padding: 18px;
  background: rgba(29,24,50,.9);
  color: #fff;
  position: relative;
  text-align: left;
}

.banner.listing-banner h2 {
  border-bottom: none;
  color: #fff;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: .6em;
  text-transform: uppercase;
  font-size: 1.7em;
  font-family: century gothic,CenturyGothic,AppleGothic,sans-serif;
  line-height: 1.2;
}

.banner.listing-banner p {
  line-height: 1.6;
  margin-bottom: 1.4em;
  font-size: inherit;
  color: #ffffff;
}
.blog--sidebar .filter-section .filter-link-count {
  display: none;
}




 




@media (min-width: 769px) {
  .blog--sidebar nav.side-navigation ul {
    display: block !important;
  }
}


@media (max-width: 1080px) {
  .banner .page-center {
    margin: 0 30px; 
  }
  nav.navBreadcrumb .content-wrapper {
    max-width: 1183px;
    margin: 0 30px; 
    padding: 0;
  }
  .content-wrapper.blog_listing {
    margin: 0 30px;
  }

}

@media (max-width: 992px) {
  .blog--sidebar nav.side-navigation .mobile-only.show-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  aside.desktop-only {
    display: none;
  }
  .blog__post_wrapper nav.navBreadcrumb {
    margin-top: 22px;
  }



}



@media (max-width: 768px) {
  .banner .page-center .grid > div { 
    float: none;
    margin-bottom: 20px; 
    margin-left: 0;
    width: 100%;
  }
  .content-wrapper.blog_listing { 
    padding-top: 12px;
  }

  .blog_listing .row-fluid .blog__index {
    float: none;
    width: 100%;
  } 

  .blog_listing .row-fluid {
    display: flex;
    flex-direction: column-reverse !important;
  }

  .blog_listing .blog--sidebar {
    width: 100%;
    float: none;
  }

  .blog--sidebar nav.side-navigation .mobile-only.show-nav {
    background: #eaeaeb;
    color: #231f20;
    font-size: 14px;
    position: relative;
    text-transform: none;
  }

  .blog--sidebar nav.side-navigation > ul {
    border-top: solid 1px #fff;
    display: none;
    overflow: hidden;
    padding-left: 4px;
  }

  .blog--sidebar nav.side-navigation ul ul li:not(.active):not(.document-type) {
    display: none;
  }

  .blog--sidebar nav.side-navigation ul li.parent>a {
    display: block;
    text-transform: uppercase;
    padding-left: 25px;
  }

  .blog--sidebar nav.side-navigation ul li.parent>a:before {
    content: '\2039';
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    line-height: 1;
    margin-left: -10px;
    margin-right: 4px;
  }

  .blog--sidebar nav.side-navigation ul ul li.active a { 
    padding-left: 25px;
  }
 
  .blog--sidebar .cta {
    padding-top: 110px;
  }

  .blog--sidebar .cta:before {
    bottom: -60px; 
    top: 60px;
  }

  .blog--sidebar nav.side-navigation .mobile-only.show-nav:after {
    content: '+';
    display: block;
    font-family: Courier, Monaco, monospace;
    font-size: 24px;
    line-height: 35px;
    position: absolute;
    right: 10px;
    top: 0;
  }
  .blog-recent-posts_list .col-9, .blog-recent-posts_list .col-3 {
    float: none;
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .banner.listing-banner .page-center>div .col-7 {
    float: none;
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
  }

}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.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: CenturyGothic, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #bcbcbc;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.systems-page p {
  background-color: transparent;
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  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: CenturyGothic, sans-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;
}

.systems-page ul.no-list.hs-error-msgs {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .systems-page .success {
    min-width: 100%; 
  }
  .systems-page h1 {
    font-size: 30px;
  }
  .systems-page h2 {
    font-size: 25px;
  }
  .error-page {
    padding: 5rem 0;
  }
}