/* ******************************************************************************
*********************************************************************************
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: visible;
}

/**
 * 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 0px;
}
.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;
}


.content-wrapper,
.page-center,
.header .header__container, 
main .dnd-section>.row-fluid, 
.footer .footer__container{
  padding-left: 15px;
  padding-right: 15px;
}


@media(max-width:1199px){
  div  .content-wrapper,
  div .page-center,
  .header .header__container, 
  main .dnd-section>.row-fluid, 
  .footer .footer__container{
    max-width: 970.0000000002px;
  }

  h2{
    margin-top: 20px;
    margin-bottom: 30px;
  }

  main .dnd-section{
    padding-bottom: 30.0px;
    padding-top: 30.0px;
  }

}



@media(max-width:991px){
  div  .content-wrapper,
  div .page-center,
  .header .header__container, 
  main .dnd-section>.row-fluid, 
  .footer .footer__container{
    max-width: 749.9999999934px;
  }
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }

  div  .content-wrapper,
  div .page-center,
  .header .header__container, 
  main .dnd-section>.row-fluid, 
  .footer .footer__container{
    max-width: 100%;
  }
}


@media(max-width:480px){

  .content-wrapper h1 {
    font-size: 2.5em;
  }
}




/*==============*/
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family: "Caecilia LT W01 45 Light";
  src:     url("https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/fonts/CaeciliaLTW01-45Light.woff2") format("woff2"),
    url("https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/fonts/CaeciliaLTW01-45Light.woff") format("woff"),
      url("https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/fonts/CaeciliaLTW01-45Light.ttf") format("truetype");
        }

@font-face {
  font-family: "Trade Gothic LT W01 Bd CnNo-20";
  src:    url("https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/fonts/TradeGothicLTW01-BdCnNo.20.woff2") format("woff2"),
    url("https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/fonts/TradeGothicLTW01-BdCnNo.20.woff") format("woff"),
      url("https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/fonts/TradeGothicLTW01-BdCnNo.20.ttf") format("truetype");
        }


@font-face {
  font-family: "Trade Gothic LT W01 Bold No-_2";
  src:    url("https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/fonts/TradeGothicLTW01-BoldNo.2.woff2") format("woff2"),
    url("https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/fonts/TradeGothicLTW01-BoldNo.2.woff") format("woff"),
      url("https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/fonts/TradeGothicLTW01-BoldNo.2.ttf") format("truetype");
        }

@font-face {
  font-family: "Trade Gothic W01 Bold";
  src:    url("https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/fonts/TradeGothicW01-Bold.woff2") format("woff2"),
    url("https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/fonts/TradeGothicW01-Bold.woff") format("woff"),
      url("https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/fonts/TradeGothicW01-Bold.ttf") format("truetype");
        }


@font-face {
  font-family: "Trade Gothic W01 Light";
  src:    url("https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/fonts/TradeGothicLTW01-Light.woff2") format("woff2"),
    url("https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/fonts/TradeGothicLTW01-Light.woff") format("woff"),
      url("https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/fonts/TradeGothicLTW01-Light.ttf") format("truetype");
        }

@font-face {
  font-family: "FontAwesome";
  src:    url("https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/fonts/FontAwesome.woff2") format("woff2"),
    url("https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/fonts/FontAwesome.woff") format("woff"),
      url("https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/fonts/FontAwesome.ttf") format("truetype");
        font-style: normal;
        font-weight: normal;
        }


@font-face {
  font-family: "PMNCaeciliaW01-45Light";
  src:    url("https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/fonts/PMNCaeciliaW01-45Light.woff2") format("woff2"),
    url("https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/fonts/PMNCaeciliaW01-45Light.woff") format("woff"),
      url("https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/fonts/PMNCaeciliaW01-45Light.ttf") format("truetype");
        }


@font-face {
  font-family: "PMNCaeciliaW01-55Roman";
  src:    url("https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/fonts/PMNCaeciliaW01-55Roman.woff2") format("woff2"),
    url("https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/fonts/PMNCaeciliaW01-55Roman.woff") format("woff"),
      url("https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/fonts/PMNCaeciliaW01-55Roman.ttf") format("truetype");
        }

@font-face {
  font-family: "Trade Gothic W01 Cn_18";
  src:    url("https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/fonts/TradeGothicW01-Cn18.woff2") format("woff2"),
    url("https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/fonts/TradeGothicW01-Cn18.woff") format("woff"),
      url("https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/fonts/TradeGothicW01-Cn18.ttf") format("truetype");
        }

@font-face {
  font-family: "Trade Gothic W01 Roman";
  src:    url("https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/fonts/TradeGothicW01-Roman.woff2") format("woff2"),
    url("https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/fonts/TradeGothicW01-Roman.woff") format("woff"),
      url("https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/fonts/TradeGothicW01-Roman.ttf") format("truetype");
        }


html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.42857;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0 0 10px;
  font-family: Lato, serif;
}

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

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

h1 {
  font-size: 2.1rem;

}

h2 {
  font-size: 1.6rem;

}

h3 {
  font-size: 1.25rem;

}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 43px;
  text-transform: uppercase;
}

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 {

}

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 {
  margin-top: 26px;
  margin-bottom: 64px;
  border: 0;
  border-top: 1px solid #e2e1df;

}

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

@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: 500px;
  font-family: ;
  font-size: 1em;
}

.btn,
.hs-button {
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border: 2px solid #b5a789;
  line-height: 1.42857;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  font-family: "Trade Gothic W01 Bold", sans-serif;
  font-size: 1.286em;
  text-transform: uppercase;
}

.btn{
  padding: 13px 17px;
  border: 2px solid #000;
  background: transparent;
  border: 2px solid #fff;
}

.btn:hover,.btn.btn-white:focus{
  color:#fff;
}

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

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

a.hs-button {
  text-decoration: none;
}

.hs-button:focus, .button--primary:focus {
  outline: none !important;
}

.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;

  display: inline-block;
  margin-bottom: 9px;
  font-weight: normal;
  font-size: 1.286em;
}

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

input.hs-search-field__input,
input#hs-pwd-widget-password,
.hs-input {
  color: #33475b;
  color: #33475b;
  display: block;
  width: 100%;
  line-height: 1.42857;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  margin-bottom: 26px;
  padding: 10px 25px 5px;
  font-size: 31px;
  height: 53px;
  border: 1px solid #939393;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input#hs-pwd-widget-password {
  height: 53px !important;
  margin-top: 0 !important;
}

.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);
  box-shadow: none;
  outline: 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;
}

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


ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
}

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

.hs-error-msgs label {
  display: block;
  float: none;
  white-space: normal;
  font-weight: normal;
  color: #f2545b !important;
}

.hs-landing-page main .hs-button {
  margin: 10px 0;
}

@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 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  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);
}


@media(min-width:992px){

  .custom-menu-primary {
    display: flex;
    float: right;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    margin: 0;
    padding: 0;
    float: right;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
    display: block;
    float: left;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    position: absolute;
    top: 100%;
    z-index: 1000;
    list-style: none;
    font-size: 1em;
    text-align: left;
    background: #383531;
    right: auto;
    left: 0px;
    margin: 0px;
    padding: 29px 0;
    min-width: 148px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
    opacity: 0;
    visibility: hidden;
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    position: relative;
    display: block;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 50px 35px 47px;
    font-family: "Trade Gothic W01 Bold", sans-serif;
    font-size: 1.429em;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    white-space: nowrap;
    font-family: "Trade Gothic W01 Light", sans-serif;
    font-size: 1.214em;
    text-transform: none;
    padding: 6px 50px;
  }


}

@media(max-width:991px){

  .custom-menu-primary {
  }

  .custom-menu-primary .hs-menu-wrapper ul {
    display: block;
    margin: 0;
    border-color: rgba(0, 0, 0, 0.1);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
    display: block;
    border-color: rgba(0, 0, 0, 0.1);
  }

  .child-trigger {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    box-sizing: border-box;
    height: 40px;
    bottom: auto;
    border-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }

  .child-trigger:after {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-color: inherit;
    content: '';
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: rotate(135deg);
    right: 23px;
    left: auto;
    border-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
  }

  .child-trigger:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-color: inherit;
    pointer-events: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.child-open .child-trigger {
    background: rgba(0, 0, 0, 0.05);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.child-open .child-trigger::after {
    transform: rotate(225deg);
    right: 19px;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
    margin-right: 50px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:after {
    border-color: inherit;
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    left: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li > a {
    color: #000;
    font-size: 1.143em;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    line-height: 20px;
    color: rgba(0, 0, 0, 0.75);
  }

  .custom-menu-primary .hs-menu-wrapper > ul  li a {
    color: rgba(0, 0, 0, 0.75);
  }

  .custom-menu-primary .hs-menu-wrapper ul > li > ul {
    display: none;
    background: rgba(0, 0, 0, 0.05);
    padding: 10px 0 10px 10px;
  }

  .custom-menu-primary .hs-menu-wrapper ul > li > ul > li > a {
    padding: 10px 10px 10px 20px;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper ul > li > ul > li > a:after {
    right: 0;
    bottom: 0;
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 20px;
    border-color: inherit;
    border-color: rgba(0, 0, 0, 0.1);
  }

  .custom-menu-primary .hs-menu-wrapper ul > li > ul > li:last-child > a:after {
    border-color: transparent;
  }


  ul.login-link {
    padding: 0;
    margin: 0;
  }

  ul.login-link > li > a {
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
    font-size: 1.143em;
    color: rgba(0, 0, 0, 0.75);
    position: relative;
  }

  ul.login-link > li {
    line-height: 20px;
  }

  ul.login-link > li > a:after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-color: rgba(0, 0, 0, 0.1);
    left: 20px;
  }


}
/* ******************************************************************************
*********************************************************************************
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: 0px solid #dee2e6;
  border: 0;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}


tbody tr {
  border-style: solid;
  border-spacing: 0;
  border-collapse: unset;
  border: 0;
}

table {
  border-collapse: collapse;
}

tbody tr {
}

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


.banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /*background-position: 50% 0;*/
}

.banner-content {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.banner-content * {
  color: #fff;
}

.banner-content h1 {
  font-size: 5.714em;
  line-height: 73px;
  margin: 0 0 16px 0;
}

.banner-content h4 {
  font-size: 1.571em;
  line-height: 30px;
  text-transform: none;
  margin: 0;
}

.page main ul {
  margin: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

.fa-user:before {
  content: "\f007";
}

@media(min-width:1200px){

  .banner-content {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .banner {
    background-position: center;
  }

  .com-cnct-outlook-page h4 + p {
    font-size: 1.571em;
    margin-bottom: 51px;
  }


}

@media(max-width:1199px){
  .banner-content h1 {
    font-size: 2.857em;
    line-height: 40px;
    margin: 0 0 16px 0;
  }
}

@media(max-width:991px){
  .banner {
    margin: 0;
  }
}

/*============*/


.cm-lay a {
  font-size: 1.143em;
}

a.btn {
  font-size: 1.286em;
}

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

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

main h3{
  margin-top: 20px;
  margin-bottom: 10px;
}

main h2 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.website-container p {
  margin-bottom: 1.5em;
  font-size: 1.143em;
  line-height: 1.6em;
}

.dnd-section.bg-border {
  position: relative;
}

.border-gap {
  border: 0;
  border-top: 100px solid #f8f7f6;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-top: 100px;
  border-color: #f8f7f6;
  border-top-style: solid !important;
}


.contact-main .dnd-section>.row-fluid {
  padding: 0;
}

.contact-main .span5 {
  width: 41.66667%;
  padding: 0 15px !important;
}

.contact-main .span7 {
  width: 58.33333%;
  margin-left: 0;
  padding: 0 15px !important;
}

.contact-main h4 {
  font-size: 2em;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.contact-main .span7 p {
  font-size: 1.286em;
  margin: 0;
  line-height: 30px;
}

.contact-main .span7 form {
  margin-top: 47px;
  max-width: 100%;
  margin-bottom: 15px;
}
.contact-main form .hs-form-field label {
  line-height: inherit;
}

.contact-main .span7 form textarea {
  min-height: 198px;
  resize: vertical;
}

.contact-main .span5 p {
  margin: 0;
  line-height: 30px;
}

.contact-main .span5 p span {
  font-family: "PMNCaeciliaW01-55Roman", sans-serif;
  font-size: 1.286em;
  display: block;
  float: left;
}

.contact-main .span5 p span:first-child {
  min-width: 76px;
}

.contact-main .span5 p span + span {
  font-family: "PMNCaeciliaW01-45Light", sans-serif;
  margin-left: 10px;
}

.contact-main .span5 p:after {
  content: '';
  clear: both;
  display: block;
}

.contact-main .span5 p a {
  font-family: "PMNCaeciliaW01-55Roman", sans-serif;
  font-size: 1.286em;
  color: #659fa1;
}


/*========= blog ==========*/

.post-banner-content {
  padding: 150px 0 150px;
}

.post-banner-content a.blog-post__tag-link {
  font-family: "Trade Gothic W01 Roman", sans-serif;
  font-size: 1.286em;
  line-height: 18px;
  color: #fff !important;
  background-color: #b5a789;
  display: inline-block;
  border-radius: 20px;
  margin-bottom: 23px;
  padding: 4px 21px;
  margin-bottom: 32px;
}

.post-banner-content .cm-post-banner-date {
  font-size: 1.286em;
  display: inline-block;
}

.post-banner-content .cm-post-banner-date i {
  margin-right: 10px;
}

.post-banner-content h1 {
  margin: 11px 0 0 0;
  font-size: 3.571em;
  line-height: 62px;
}

.blog-post__body h1 {
  text-transform: uppercase;
}

.cm-blog-post-title h2 {
  text-transform: initial;
}

.blog h3 i{
  text-transform: uppercase;
}

.breadcrumb {
  background: #f1f0ec;
  margin: 0;
  padding: 20px 0;
  list-style-type: none;
}

.breadcrumb ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.breadcrumb ul:after {
  content: '';
  display: block;
  clear: both;
}

.breadcrumb ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 37px;
  position: relative;
  font-size: 1.214em;
  font-family: "Trade Gothic W01 Cn_18", sans-serif;
  text-transform: uppercase;
}

.breadcrumb ul li:first-child {
  margin-left: 0;
}

.breadcrumb ul li a {
  font-family: "Trade Gothic W01 Cn_18", sans-serif;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 30px;
  color: #b8b8b8;
}

.breadcrumb ul li.active a {
  color: #0f0f0f;
}

.breadcrumb ul li.last-crumb * {
  color: #0f0f0f;
}

.blog-post-body-wrap {
  padding: 100px 0;
  background-color: #f8f7f6;
}

nav.pagination-container {
  background: #f1f0ec;
  text-align: center;
  margin-top: 80px;
  padding: 23px 100px 18px;
}

nav.pagination-container a {
  font-family: "Trade Gothic W01 Bold", sans-serif;
  font-size: 1.286em;
  color: #7b7b7b;
  opacity: .3;
  margin-top: 5px;
  float:left;
}

nav.pagination-container a.pull-left {
  float: right;
}

nav.pagination-container:after {
  content: '';
  display: block;
  clear: both;
}

nav.pagination-container a:hover {
  opacity: 1;
}

/*=====*/


.breadcrumb .hs-breadcrumb-menu-item {
  float: none;
  padding: 0;
}

.breadcrumb .hs-breadcrumb-menu-item span.hs-breadcrumb-menu-divider {
  display: none;
}

.breadcrumb ul li:first-child a {
  padding-left: 0;
}

.breadcrumb ul li a {
  padding-left: 0;
}

/*============Page css =============*/
a.cta_button {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.btn.btn-black {
  border: 2px solid #000;
  color: #000;
}

a.btn.btn-black:hover {
  border: 2px solid #5a5344;
  color: #5a5344;
}

[class*="force-full-width-section"] > .row-fluid  {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.founder-main h4 {
  margin: 47px 0 28px 0;
}

.founder-main {
  font-size: 1.286em;
}

.founder-main p {
  font-family: "PMNCaeciliaW01-45Light", sans-serif;
  font-size: 1.286em;
  line-height: 30px;
}

.founder-main p a {
  text-decoration: underline;
}

.community-main .dnd-module h2{
  padding-top: 10% ;
  margin-top: 0;
  font-size: 2.857em;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

.insight-main .span12 .hs_cos_wrapper_type_rich_text h5 {
  margin-bottom: 26px;
  text-transform: uppercase;
}

.span4:last-of-type h3,.in-rec-post-wrap h3 {
  font-size: 1.571em;
  color: #fff;
  background-color: #b9b8b8;
  margin: 41px 0 26px 0;
  padding: 14px 25px 9px;
  margin-top: 0;
}

.tw-col-ryt-item p.tw-col-ryt-title {
  font-size: 1.143em;
  font-weight: 600;
  margin: 0;
}

.tw-col-ryt-item p.tw-col-ryt-title a {
  font-size: 1.143em;
}


/*========= Home Page =========*/


/*======*/

.insight-sec .quote-txt {
  margin: 0;
  padding: 0;
  padding-left: 9.33333%;
}

.insight-sec .quote-txt .quote-txt-col {
  width: 100%;
  margin-left: 0;
}


.insight-sec .quote-txt .quote p:first-child {
  font-size: 2.357em;
  line-height: 40px;
  font-family: "Trade Gothic LT W01 Bold No-_2";
}

.insight-sec .quote-txt .quote p+p {
  text-align: left;
  font-family: "Trade Gothic LT W01 Bold No-_2";
}

.insight-sec .quote-txt .quote-txt-box {
  padding: 5% 0;
}

.about-middle-sec .hs_cos_wrapper_type_rich_text h4 {
  text-transform: none;
  margin: 0 0 23px 0;
}

.about-middle-sec .hs_cos_wrapper_type_rich_text p {
  font-size: 1.143em;
  line-height: 24px;
  margin: 0;
}

.about-middle-sec .dnd-section {
  padding-bottom: 15%;
}


.com-cnct-outlook-page h3 i {
  padding-top: 10%;
  display: block;
}

.com-cnct-outlook-page h2 {
  text-transform: uppercase;
}

.com-cnct-outlook-page h3+h4 {
  line-height: 1em;
  font-size: 2.857em;
}

.ser-list-main-sec .hs_cos_wrapper_type_rich_text {
}

.ser-list-main-sec .hs_cos_wrapper_type_rich_text h3 i {
  padding-top: 10%;
  display: block;
}

.ser-list-main-sec .hs_cos_wrapper_type_rich_text h2 {
  font-size: 2.357em;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

main ul.rank-list {
  padding: 0;
  list-style-type: none;
  margin: 0;
  text-align: center;
  margin: 0 0 63px 0;
}

ul.rank-list li {
  font-size: 1.857em;
  margin: 13px 0;
}

.btn.ser-btn {
  min-width: 170px;
}

.cntnt-wid-bg h2 {
  text-transform: uppercase;
}

.hom-post-item-in .link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 52;
}

.quote p {
  word-break: break-word;
}

/*=========== endss =============*/


.quote .rdquo {
  background-image: url(https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/images/quote-right-white.png);
}

.quote .ldquo {
  background-image: url(https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/images/quote-left-white.png);
}

.controls button.prev-slide {
  right: 50px;
  background-image: url(https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/images/arrow-prev.png);
}

.controls button.next-slide {
  float: right;
  background-image: url(https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/images/arrow-next.png);
}

.home-slider-item .home-slider-img {
  margin-bottom: -5px;
}

input.email-edit.hs-input {
  width: 100% !important;
}

.home-page .quote-txt-outr-wrap {
  position: relative;
}

/*=========  media queries=======*/

@media(min-width:768px){
  .insight-main .dnd-section {
    padding: 5% 0;
  }

  .home-page .serv-wrap {
    padding-top: 10%;
  }

  .insight-sec .quote-txt-wrap {
    padding: 6.75% 0;
    background: #659fa1;
  }

  .about-middle-sec .dnd-section {
    padding-bottom: 5% !important;
  }

}

@media(min-width:992px){

  .custom-categories span {
    position: relative;
    top: -2px;
  }

  /*----992 endss ----*/
}

@media(min-width:1200px){

  main h2 {
    margin-top: 20px;
    margin-bottom: 50px;
  }


  .about-middle-sec .hs_cos_wrapper_type_rich_text p {
    font-size: 1.571em;
    line-height: 30px;
    margin: 0;
  }

  .ser-list-main-sec .hs_cos_wrapper_type_rich_text h2 {
    font-size: 2.857em;
  }

  /*----1200 endss ----*/
}

@media(max-width:1199px){
  .community-main .dnd-module h2 {
    font-size: 2.357em;
  }

  .about-middle-sec h4 br {
    display: none;
  }

  .com-cnct-outlook-page h3 + h4 {
    font-size: 2.357em;
  }
}

@media(max-width:991px){

  .contact-main .span5,.contact-main .span7 {
    width: 100%;
    float: none;
  }

  .contact-main .span7 {
    margin-top: 40px;
  }

  .contact-main h4 {
    margin-top: 10px;
  }

  .contact-main .span7 h4 {
    margin-top: 0;
  }

  .contact-main .span5 p a {
    word-break: break-word;
  }

  .insight-main .span8,.insight-main .span4 {
    width: 100%;
    float: none;
  }

  .insight-main .in-tag-body span {
    display: block;
    text-align: left;
  }

  /*------991 endss ------*/

}



@media(max-width:767px){

  .community-main .dnd-module h2{
    padding-top: 20% ;
  }

  .insight-main .dnd-section {
    padding: 15% 0 ;
  }

  .quote p:first-child {
    margin-bottom: 10px;
  }

  .insight-sec .quote-txt .quote-txt-box {
    padding: 15% 0;
  }

  .insight-sec .quote-txt {
    padding-top: 15%;
    padding-bottom: 15%;
    padding-left: 0;
  }

  .home-page .quote-txt-wrap {
    padding: 0;
  }

  .insight-sec .quote-txt .quote-txt-col {
    padding-right: 0;
    padding-left: 0;
    width: 83.33333%;
    margin-left: 8.33333%;
  }

  .com-cnct-outlook-page h3 i {
    padding-top: 20%;
  }

  .ser-list-main-sec .hs_cos_wrapper_type_rich_text h3 i {
    padding-top: 20%;
  }

}


@media(max-width:500px){
  .contact-main .span5 p a {
    font-size: 20px;
    display: block;
  }
}

@media(max-width:435px){
  .breadcrumb ul li:nth-child(n + 4) {
    margin-left: 0;
    display: block;
  }

}
/* ******************************************************************************
*********************************************************************************
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__container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

body:not(.loaded) {
  opacity: 0;
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
  body:not(.loaded) {
    opacity: 1;
  }

  .home-page .dnd-section{
    position:relative;
  }

  .header-logo a {
    background:#ddd9d1;
    background: -webkit-gradient(linear,left top, left bottom,from(0),color-stop(0, rgba(212,207,199,1.0)),to(rgba(207,203,198,1.0)));
    background: -o-linear-gradient(0,rgba(212,207,199,1.0) 0,rgba(207,203,198,1.0));
    background: -ms-linear-gradient(0,rgba(212,207,199,1.0) 0,rgba(207,203,198,1.0));
    background: linear-gradient(0,rgba(212,207,199,1.0) 0,rgba(207,203,198,1.0));
  }

}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  height: auto;
  margin-left: 22px;
  margin-right: auto;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}

/* Tablet Styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }

  .header__logo--main {
    display: none;
  }

  .header__logo--tablet {
    display: block;
  }
}

/* Mobile Styles */

@media (max-width: 767px) {


  .header .header__container {
    padding: 0;
  }
  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    width: 100%;
    margin: 0 auto;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: transparent;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }
}

/*======= custom css =========*/

.header__container:after {
  content: '';
  display: block;
  clear: both;
}

.header__container {
  margin: 0 auto;
}

.no-banner header.header {
  padding: 0;
}

.no-banner  .header-inner {
  position: relative;
}


header.header.lp-header {
  padding: 0;
}

.lp-header .header-bottom {
  height: 120px;
}

header.header {
  position: relative;
  z-index: 80;
}

header .header-inner {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.header-logo a {
  background: -webkit-linear-gradient(0, #d4cfc7 0, #cfcbc6);
  background: -o-linear-gradient(0, #d4cfc7 0, #cfcbc6);
  background: -moz-linear-gradient(0, #d4cfc7 0, #cfcbc6);
  background: linear-gradient(0, #d4cfc7 0, #cfcbc6);
  height: auto;
  margin-left: 0;
  display: inline-block;
  padding: 31px 42px 30px 50px;
}
.header-top {
  text-align: center;
}

.header-top a {
  display: inline-block;
  line-height: 20px;
  font-family: "Trade Gothic W01 Bold", sans-serif;
  font-size: 1.214em;
  color: #888275;
  text-transform: uppercase;
  background: none;
  padding: 18px 15px 16px;
  margin-right: -15px;
}

.header-logo {
  position: relative;
}

.header-logo a {
  position: absolute;
  display: block;
}

.header-logo a img {
  width: auto !important;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  display: block;
  max-width: 178px;
}

.header-top .header__container {
  display: block;
}

.header-top p {
  width: 100%;
  text-align: right;
  margin: 0;
}

span.search-icon a {
  text-transform: uppercase;
  padding: 50px 35px 47px 35px;
  background: none;
  z-index: 1;
  font-family: "Trade Gothic W01 Bold", sans-serif;
  font-size: 1.429em;
  display: block;
  line-height: 20px;
  position: relative;
  display: inline-block;
}

span.search-icon {
  float: left;
}

span.search-icon a img {
  display: inline-block;
}

.header-right {
  float: right;
  margin-left: auto;
}


.m-search ul.hs-search-field__suggestions {
  background: #fff;
}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 10px;
}

.hs-search-field--open ul.hs-search-field__suggestions a {
  padding: 5px;
  word-break: break-word;
}

.hs-search-field--open ul.hs-search-field__suggestions:empty {
  padding: 0;
}



@media(min-width:992px){
  .mobile-trigger-wrap {
    display: none;
  }

  .mobile-menu-wrap {
    display: none;
  }

  header.header {
    padding-top: 54px;
  }

  /*======*/

  .header-right span.search-icon .hs-search-field {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 50;
    cursor: pointer;
    opacity: 0;
    z-index: 80;
  }


  .header-right span.search-icon form button {
    position: absolute;
    top: 0;
    height: 53px;
    width: 100%;
    background: #0000006e;
    border: 0;
    padding: 0;
    cursor: pointer;
    width: 40px;
    z-index: 80;
    right: 0;
  }

  span.search-icon {
    position: relative;
  }

  .header-right span.search-icon ul.hs-search-field__suggestions {
    display: none !important;
  }

  .header-right span.search-icon form input {
    display: none !important;
  }


}

@media(max-width:1199px){
  .header-logo a {
    padding: 21px 46px 20px 47px;
  }

  .header-logo a img {
    max-width: 122px;
  }
}



@media(max-width:991px){

  body header.header { position:relative; }
  
  .lp-header .header-bottom {
    height: 79.88px;
  }


  .body-wrapper {
    position: relative;
    z-index: 80;
    background: #fff;
    transition: transform .4s ease;
  }

  .mobile-open .body-wrapper {
    transform: translate3d(-440px, 0, 0);
  }

  body.mobile-open {
    overflow: hidden;
  }

  .header-top {
    display: none;
  }

  .header-logo a {
    height: auto;
    margin-left: 0;
    padding: 15px 25px;
    position: relative;
  }

  .header-logo a img {
    max-width: 80px;
  }

  .header-right .custom-menu-primary {
    display: none;
  }

  .mobile-trigger {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
    color: #000;
    font-size: 1.143em;
    display: block;
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .mobile-trigger .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    position: absolute;
    right: calc(100% - 5px);
  }

  span.sr-only {
    display: none;
  }

  .mobile-trigger .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
  }

  .mobile-trigger .icon-bar + .icon-bar {
    margin-top: 4px;
  }


  .menu-wrap-inr {
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    /* padding: 0 20px; */
    max-height: calc(100vh - 45px );
  }

  .menu-wrap {
    height: 100%;
  }


  .mobile-menu-wrap {
    background: #F6F5F3;
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    position: fixed;
    width: 80%;
    min-width: 140px;
    max-width: 440px;
    left: auto;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
  }

  .m-search {
    height: 41px;
    padding: 7px 10px 0 10px;
    position: relative;
    color: rgba(0, 0, 0, 0.3);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    top: 0;
    z-index: 80;
    border-color: rgba(0, 0, 0, 0.1);
  }

  .m-search ul.hs-search-field__suggestions li {
    padding: 0 5px;
  }

  .m-search .hs-search-field input.hs-search-field__input {
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 4px;
    font: inherit;
    font-size: 1em;
    line-height: 26px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 26px;
    min-height: 26px;
    max-height: 26px;
    margin: 0;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.75);
  }

  .menu-wrap {
    margin-top: -1px;
  }

}

@media(max-width:549px){


  .mobile-open .body-wrapper {
    transform: translate(-80%, 0);
    transform: translate3d(-80%, 0, 0);
  }

}
/* ******************************************************************************
*********************************************************************************
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;
  text-align: center;
}
.footer__container {
  margin: 0 auto;
}
.footer__copyright {
  font-family: Lato, sans-serif;
  font-size: .7rem;
  margin: .5rem 0;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}
.fa-map-marker:before {
  content: "\f041";
}

.footer-top h3 {
  color: inherit;
  margin: 0;
  margin-bottom: 23px;
  text-transform: uppercase;
}

.footer-top {
  padding: 97px 0 71px 0;
  text-align: left;
}

.footer-left-in .social h5 {
  vertical-align: middle;
  font-size: 1.714em;
  display: inline-block;
  margin: 0 18px 0 0;
}


.footer-top .row-fluid > div {
  padding: 0 15px;
}

.footer-top .container-fluid {
  margin: 0 -15px;
}

.footer-top .span7 {
  width: 58.33333%;
  float: left;
}

.footer-top .span5 {
  width: 33.33333%;
  margin-left: 8.33333%;
  float: left;
}

.footer-form form .field .input {
  margin-right: 0 !important;
}

.footer-top .social a {
  margin: 0 18px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.143em;
}

.footer-top .social a i {
  font-size: 2.643em;
}

.footer ul.details {
  padding: 0;
  margin: 0;
  margin: 0 0 26px 0;
  padding: 0;
  list-style: none;
  font-size: 1.143em;
}

.footer ul.details li {
  margin: 11px 0;
  background-repeat: no-repeat;
  background-position: 0 2px;
}

.footer ul.details li i {
  margin-right: 30px;
}

.footer ul.details li.icon-phone {
  font-family: "Trade Gothic LT W01 Bold No-_2";
}


.footer-mid {
  text-align: center;
  padding: 40px 0 34px 0;
}

.footer-logo a {
  display: inline-block;
}

.footer-logo img {
  margin: 0 28px;
  display: inline-block;
}

.footer-form form {
  max-width: 100%;
  margin-bottom: 45px;
  padding-right: 25px;
}

.footer-form form .actions {
  padding-bottom: 3px;
}

.footer-form p {
  margin-bottom: 1.5em;
  font-size: 1.143em;
  line-height: 1.6em;
}

.footer-form form .hs-form-field > label {
  display: none;
}

.footer-form form fieldset.form-columns-2 {
  margin: 0 -15px;
  width: calc(100% + 30px);
  max-width: calc(100% + 30px);
  display: block;
}

.footer-form form fieldset.form-columns-2 .hs-form-field {
  padding: 0 15px;
}

.footer-form .input input {
  background: none;
  border-radius: 0;
  border: 0;
  border-bottom-width: 2px;
  font-size: 1.143em;
  font-weight: bold;
  color: #edeef2;
  padding: 0;
  height: 42px;
  border-bottom-style: solid;
}

.footer-form .input input::-webkit-input-placeholder {
  font-size: 1.143em;
  font-weight: bold;
  color: #edeef2;
}
.footer-form .input input::-moz-placeholder {
  font-size: 1.143em;
  font-weight: bold;
  color: #edeef2;
  opacity:1;
}
.footer-form .input input::-ms-input-placeholder {
  font-size: 1.143em;
  font-weight: bold;
  color: #edeef2;
}

.footer-form form .actions .hs-button {
  margin-bottom: 0;
}

.footer-form form fieldset {
  max-width: 100%;
}

.footer-top .hs-button {
  margin-bottom: 0;
}

.footer-form form .field {
  margin: 0;
}

.footer-form form .hs-recaptcha {
  margin-top: 32px;
  text-align: center;
}

.footer-form form .hs-recaptcha .grecaptcha-badge {
  margin: 0;
}

.footer-top .hs-button {
  border-width: 1px;
  margin: 17px 0;
  padding: 19px 20px;
  min-width: 216px;
}

.footer-top .hs-button:hover {
  border-width: 2px;
  font-family: "Trade Gothic W01 Bold",sans-serif;
  font-size: 1.286em;
  color: #fff ;
  text-transform: uppercase;
  background: none;
  border: 2px solid #fff ;
  border-radius: 0;
  box-shadow: none;
  padding: 18px 17px;
}

.footer-bot .footer__container {
  text-align: center;
  padding: 24px 0 26px 0;
}

.footer-bot p a {
    font-size: 1.286em;
    margin: 0 10px;
    display: inline-block;
}

.cta_button.footer-btn {
  box-sizing: border-box !important;
}
@media(min-width:992px){
  .footer-bot p {
    margin: 0;
  }
}

@media(max-width:1199px){
  .footer-logo img {
    margin: 0 18px;
  }

  .footer-left-in .social h5 {
    display: block;
    margin: 0 0 15px 0;
  }
}


@media(max-width:991px){


  .footer-top .row-fluid > div {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  .footer-top {
    padding: 70px 0 53px 0;
    text-align: center;
  }

  .footer ul.details li i {
    margin-right: 20px;
  }

  .footer-top .span5 {
    margin-top: 40px;
  }

  .footer-left-in {
    padding-bottom: 0.1px;
  }

  .footer .social {
    margin-bottom: 70px;
  }

  .footer-form form {
    padding-right: 0;
  }

  .footer-form form .hs-recaptcha {
    margin-top: 2px;
  }

  .footer-form form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none;
  }

  .footer-mid {
    padding: 10px 0;
  }

  .footer-logo a {
    display: inline-block;
    width: calc(50%);
    padding: 10px;
  }

  .footer-logo img {
    margin: 10px 0;
  }

  .footer-bot p {
    margin: 10px 0;
  }

  .footer-form .input input {
    width: 100% !important;
  }

}

@media(max-width:767px){

  .footer .social {
    margin-bottom: 100px;
  }

  .footer-left-in {
    padding: 0;
  }

}
/* ******************************************************************************
*********************************************************************************
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{
  margin:0 auto;
  font-size: 1.286em;
}

.custom-categories {
  margin: 0;
  padding: 36px 0 31px;
  background: #f1f0ec;
  border-radius: 4px;
}

.custom-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.custom-categories ul li {
  display: inline-block;
}

.custom-categories span {
  font-family: "Trade Gothic W01 Light", sans-serif;
  font-size: 1.214em;
  text-transform: uppercase;
  color: #000;
}

.custom-categories ul li.active a,.custom-categories ul li.active a:hover {
  font-family: "Trade Gothic W01 Bold", sans-serif;
  box-shadow: none;
  border: 2px solid #000;
  color: #000;
}

.custom-categories ul li a{
  font-family: "Trade Gothic W01 Bold", sans-serif;
  text-transform: uppercase;
  background: none;
  border-radius: 0;
  box-shadow: none;
  padding: 13px 17px;
  font-size: 1.143em;
  border: 2px solid #a4a4a4;
  color: #a4a4a4;
}
.blog-index-wrapper{
  margin: 0 -15px;
}
.blog-index {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.hs-blog-post .breadcrumb ul li a {
  padding-left: 30px !important;
  color: #0f0f0f;
}
.blog-index__post.blog-index__post--small {
  width: 33.33%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
  font-size: 85%;
  flex: 0 0 33.33%;
  position: relative;
}

.custom-categories ul li a:hover {
  border: 2px solid #bababa;
  color: #bababa;
}

.post-item-wrapper {
  padding: 30px 0;
  background-color: #f8f7f6;
}

.header-img {
  position: relative;
  width: 100%;
  height: auto;
}

div.image-wrapper {
  width: 100%;
  height: 100%;
}

.inner-img {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50%;
}

.info {
  padding: 2.143em;
  background-color: #fff;
  position: relative;
}

.info h4 {
  margin: 47px 0 28px 0;
  font-size: 2.571em;
  line-height: 43px;
  clear: both;
  font-weight: 400;
  text-transform: uppercase;
  color: inherit;
  font-family: Trade Gothic LT W01 Bd CnNo-20;
}

.info h4 a {
  font-size: 1.0295833em;
  line-height: 35px;
  text-transform: none;
  text-decoration: underline;
}

.info p {
  font-size: 23px;
  line-height: 27px;
  margin-bottom: 1.5em;
}

.info span {
  font-size: 1.071em;
  margin-bottom: 20px;
  display: block;
  font-family: "Caecilia LT W01 45 Light";
  color: #000 !important;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.info span .fa {
  margin-right: 13px;
}

.fa-calendar-o:before {
  content: "\f133";
}

.blog-pagination {
  background: #f1f0ec;
  text-align: center;
  margin-top: 80px;
  overflow: hidden;
  padding: 15px 20px;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  font-family: "Trade Gothic W01 Bold", sans-serif;
  font-size: 1.286em;
  color: #7b7b7b !important;
  opacity: .3;
  margin-top: 5px;
}

.blog-pagination__prev-link{
  float:left;
}
.blog-pagination__next-link{
  float:right;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  font-family: "Trade Gothic W01 Bold", sans-serif;
  font-size: 1.286em;
  color: #7b7b7b;
  opacity: .3;
  margin-top: 5px;
}

.blog-pagination__prev-link{
  float:left;
}
.blog-pagination__next-link{
  float:right;
}
.blog-pagination__number-link {
  font-size: 1em;
  color: #7b7b7b !important;
  background: none;
  border: 0;
  padding: 6px 17px;
  line-height: 1.42857;
  text-decoration: none;
  position: relative;
  top: 7px;
}
.blog-post__body p {
  margin-bottom: 1.5em;
  font-size: 1.143em;
  line-height: 1.6em;
}

.cm-blog-post-title {
  padding: 15% 0 !important;
  text-align: center;
}

.cm-blog-post-title h2 {
  font-family: "Trade Gothic LT W01 Bd CnNo-20" !important;
  font-size: 2.857em;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 1em;
  clear: both;
  font-weight: 400;
  text-transform: initial !important;
}

.blog-post__body ul,.blog-post__body ol {
  font-family: "PMNCaeciliaW01-45Light", sans-serif;
  font-size: 1.286em;
  list-style: none;
  margin:0;
  padding:0;
  margin-bottom: 52px;
  padding-left: 0;
}

.blog-post__body ul li, .blog-post__body ol li {
  padding: 2px 36px;
  position: relative;
}

.blog-post__body ul li:before, .blog-post__body ol li:before {
  content: '\2022';
  position: absolute;
  top: 2px;
  left: 0;
}

.blog-post__body h2 {
  margin-top: 70px;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-family: "Trade Gothic LT W01 Bd CnNo-20" !important;
}

.blog-post__body blockquote {
  border: none !important;
  padding: 15% 15px;
  overflow: hidden;
  margin: 0 0 30px;
  background-color: #66b6bd;
}

.blog-post__body blockquote p {
  margin: 0;
  width: 75%;
  font-family: "PMNCaeciliaW01-45Light", sans-serif;
  font-size: 2.286em;
  position: relative;
  line-height: 1.6em;
  color: #fff;
  margin-left: 16.66667%;
}

.blog-post__body blockquote p span {

  background-image: url(https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/images/quote-left-white.png);
  position: absolute;
  top: 0;
  left: -43px;
  bottom: 0;
  margin-right: 0;
  font-family: "PMNCaeciliaW01-45Light", sans-serif;
  width: 28px;
  height: 22px;
  display: inline-block;
  text-indent: -99999px;
  background-repeat: no-repeat;
}

.blog-post__body p a {
  text-decoration: underline;
}

.blog-post__body blockquote p span:last-child {

  background-image: url(https://7260150.fs1.hubspotusercontent-na1.net/hubfs/7260150/raw_assets/public/Sandstone_June_2020/images/quote-right-white.png);
  bottom: 45px;
  margin-left: 15px;
  width: 28px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  left: auto;
  top: auto;
  right: 0;
  position:static;
}
.banner.post-banner {
  background-color: #b5a789;
}
.blog-post__body blockquote p + p {
  font-size: 1.357em;
}

.blog-post__body h4 {
  margin: 47px 0 28px 0;
}

.cm-blog-post-title p {
  /*   font-family: "PMNCaeciliaW01-45Light", sans-serif; */
  font-size: 1.143em;
  line-height: 24px;
  margin: 0;
}
.blog-post__body ul li ul li:before, .blog-post__body ol li ul li:before {
  content: '\25e6';
  font-size: 1.071em;
}
.hs-responsive-embed-wrapper {
  min-width: 100% !important;
  max-height: 100% !important;
}
.blog-post__body > span > ol {
  list-style: decimal;
  padding-left: 40px;
}

.blog-post__body ol > li:before {
  display: none;
}

.blog-post__body ol > li {
  padding-left: 16px;
}

.blog-index__post.blog-index__post--small:before {
  width: calc(100% - 30px);
  background-color: #fff;
  position: absolute;
  height: 100%;
  content: "";
}

/*=========*/

.blog-post__body h3 {
  text-transform: uppercase;
}

.blog-post-body-wrap .content-wrapper {
  padding-bottom: 0.1px;
}

.blog-post__body img {
  height: auto;
}

.blog-post__body a {
  font-size: 1.143em;
}

.blog-post__body hr {
  margin-top: 73px;
  margin-bottom: 73px;
}

.blog-post__body ul li ul, .blog-post__body ol li ul {
  margin: 0;
}

.hs-blog-listing .banner-content h1 {
  text-transform: uppercase;
}

.blog-pagination__next-link--disabled,
.blog-pagination__prev-link--disabled {
  pointer-events: none;
}

.blog-pagination__prev-link:hover, .blog-pagination__next-link:hover {
  opacity: 1;
}

.cm-post-banner-date {
  display: block;
  width: 100%;
}

span.post-bnnr-author {
  text-transform: capitalize;
}

.blog-post__body ul li, .blog-post__body ol li {
  word-break: break-word;
}

.blog-post__body p a {
  word-break: break-word;
}

.table-wrap {
  overflow: hidden;
  overflow-x: auto;
}


table.simple-list {
  border: 0 !IMPORTANT;
  margin: 0;
}

table.simple-list th ,table.simple-list td {
  background: transparent;
  border: 0;
  padding: 0;
}


.gap {
  padding-top: 20%;
}

.table-border * {
  padding: 0;
}

.table-border th {
  text-align: center;
}

.table-border td:not(:first-child) {
  vertical-align: middle;
  border-left: 0;
  border-right: 0;
}

.table-border td {
  border-left: 0;
  border-right: 0;
}


.banner.post-banner {
  position: relative;
}

/*--- post banner overlay ---*/

.banner.post-banner:after {
  /*   content: ''; */
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  top: 0;
  left: 0;
  opacity: 0.0;
}

.banner.post-banner .page-center {
  position: relative;
  z-index: 50;
}

.blog-post {
  padding: 0 15px;
  padding: 0;
}

.table-bg {
  margin-bottom: 0;
}

.table-bg th ,.table-bg td {
  padding: 0;
}

.table-bg th {
  background: transparent;
}

.table-bg td {
  border-left: 0;
  border-right: 0;
  background: transparent;
}
.table-border th {
  vertical-align: middle;
}

.table-border td {
  vertical-align: middle;
}

.table-border {
  margin-bottom: 0;
}

.blog-post__body table td {
    padding-left: 9px;
    padding-right: 9px;
}

/*===========*/

@media (min-width:768px){
  .header-img {
    height: 290px;
  }
  .cm-blog-post-title {
    padding: 5% 0 !important;
  }
  .blog-pagination {
    padding: 23px 100px 18px;
  }
  .inner-img {
    padding: 0;
  }

  .gap {
    padding-top: 10%;
  }

}

@media (min-width: 992px){
  .custom-categories ul li a {
    margin: 0 11px 5px;
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .post-item-wrapper {
    padding: 100px 0;
  }
  .cm-blog-post-title p {
    font-size: 1.571em;
    line-height: 30px;
  }
  .blog-post__body blockquote {
    padding: 5% 15px;
    margin: 0 0 100px;
    margin: 0 0 30px;
  }
  .blog-post__body h2 {
    font-size: 3.571em;
  }
  .cm-blog-post-title h2 {
    font-size: 3.571em;
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .cm-post-banner-date span + span {
    margin-left: 34px;
  }
}

@media (max-width: 1199px) {
  .post-banner-content {
    padding: 100px 0 100px;
  }
  .post-banner-content h1 {
    font-size: 2.857em;
    line-height: 42px;
    margin: 11px 0 0 0;
  }
  .blog-post-body-wrap {
    padding: 30px 0;
  }

  .blog-post__body h2[style*="font-size: 2.857em;"] {
    font-size: 2.357em !important;
  }

  .cm-post-banner-date {
    margin-top: 10px;
  }

  .cm-post-banner-date {
    display: block;
    width: 100%;
  }

  .cm-post-banner-date span + span {
    margin-left: 0;
  }

  span.post-bnnr-author {
    text-transform: capitalize;
  }

  .cm-post-banner-date span {
    display: block;
    margin-left: 0;
  }

  .cm-post-banner-date span:not(:first-child) {
    margin-top: 10px;
  }

  .post-banner-content .cm-post-banner-date i {
    margin-right: 12px;
  }

}

@media (max-width: 991px){
  .custom-categories ul li {
    display: block;
    margin-top: 10px;
  }

  .custom-categories ul li a {
    display: block;
    width: 100%;
  }

  .custom-categories {
    padding: 36px 0;
  }

  .custom-categories span {
    display: block;
  }

  .custom-categories ul {
    display: block;
    text-align: center;
  }

  .blog-index__post.blog-index__post--small {
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }

  .blog-index-wrapper {
    margin: 0;
  }

  .blog-post__body h4 br ,
  .blog-post__body p br {
    display: none;
  }

  .blog-post__body h2 br {
    display: none;
  }

  .blog-post__body h2[style*="padding-top: 13px"] {
    padding-top: 0 !important;
  }

  .blog-post__body p.hidden-desktop {
    display: block !important;
    line-height: 0;
  }

  .blog-post__body img[style*="float: left"] {
    float: none !important;
    margin: 0 !important;
    display: block;
  }

  .custom-categories.in-tag-wrap span {
    display: block !important;
  }

}

@media (max-width: 767px){
  
  .post-banner-content {
    padding: 60px 0;
  }
  
  .blog-pagination__number-link {
    display: none;
  }

  .blog-post__body p + h2 br {
    display: none;
  }

  .blog-post__body p[style*="padding-top:10%;"] {
    padding-top: 20% !important;
  }

  nav.pagination-container {
    padding: 15px 20px;
  }

  .blog-post__body blockquote {
    width: 100%;
    max-width: calc( 100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }

  .blog-post__body blockquote p {
    width: 83.33333%;
    margin-right: auto;
    margin-left: calc(8.33333% + 30px);
  }

  .blog-post__body p[style*="width: 25%"] {
    width: 100% !important;
    float: none !important;
  }



}



@media(max-width:620px){


  .blog-post__body blockquote p {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    margin-left: 20%;
  }

}


@media(max-width:480px){

  .blog-post__body ul li, .blog-post__body ol li {
    padding-left: 20px;
    padding-right: 0px;
  }

  .blog-post__body>span>ol {
    padding-left: 20px;
  }

  .blog-post__body blockquote {
    width: 100%;
    max-width: 100%;
  }

  .blog-post__body blockquote p {
    font-size: 1.5em;
    width: 80%;
  }

  .blog-post__body h4 span {
    display: block;
  }

  .blog-post__body h2{
    font-size: 2.19em;
  }

  .blog-post__body h4 {
    font-size: 2.12em;
  }

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

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

/*============*/


.search-input-box {
  background: #f1f0ec;
  margin: 0;
  padding: 36px 0;
}

.search-input-box .cm-search-input {
  width: 50%;
  padding: 0 15px;
}

.search-input-box .hs-search-field form {
  max-width: 100%;
}

.search-input-box {
}

.search-input-box .row-fluid-wrapper {
  margin: 0 -15px;
}

.cm-search-input {
}

.cm-search-input input.hs-search-field__input {
  font-size: 1.714em;
  height: 53px;
  border: 1px solid #939393;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 26px;
  padding: 10px 25px 5px;
  line-height: 1.42857;
}

.search-input-box .content-wrapper,.search-input-result .content-wrapper {
  font-size: 100%;
}

.search-input-result {
  background-color: #f8f7f6;
}

.systems-page {
  padding: 100px 0;
}

.search-input-result .content-wrapper {
}

.search-input-result p {
  margin-bottom: 1.5em;
  font-size: 1.143em;
  line-height: 1.6em;
}

.search-input-result .hs-search-results {
  margin: 0;
}

.systems-page p {
  margin: 0 0 10px;
  margin-bottom: 1.5em;
  font-size: 1.143em;
  line-height: 1.6em;
}

.hs-landing-page .content-wrapper {
  font-size: 100%;
}

.systems-page p a {
  font-size: 1.143em;
}

.cm-err-page .content-wrapper {
  font-size: inherit;
}

.cm-search-input input::-webkit-input-placeholder {
  color: #999;
}

.cm-search-input input::-ms-input-placeholder {
  color: #999;
}

.cm-search-input input::-moz-placeholder {
  color: #999;
  opacity:1;
}


@media(max-width:1199px){
  .systems-page {
    padding: 30px 0;
  }
}


@media(max-width:991px){
  .search-input-box .cm-search-input {
    width: 100%;
  }
}

@media(max-width:480px){

  .hs-landing-page h2 {
    font-size: 2rem;
  }

  .hs-landing-page h1 {
    font-size: 2.3rem;
  }

}