/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}

/* Color Overlay */

.overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Text Alignments */

.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}

/* Margins */

.margin-auto {
  margin: auto;
}

/* Heights */

.height-100vh {
  height: 100vh;
}
.height-100p {
  height: 100%;
}
.min-height-1000 {
  min-height: 1000px;
}

@media screen and (max-width: 1024px) {
  .lg-min-height-auto {
    min-height: auto !important;
  }
  .lg-hide {
    display: none !important;
  }
}
@media screen and (max-height: 767px) {
  .height-100vh {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .md-min-height-auto {
    min-height: auto !important;
  }
  .md-height-auto {
    height: auto !important;
  }
  .md-hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sm-min-height-auto {
    min-height: auto !important;
  }
  .sm-height-auto {
    height: auto !important;
  }
  .sm-hide {
    display: none !important;
  }
}

/* Widths */

.width-10 {width: 10%;}
.width-15 {width: 15%;}
.width-20 {width: 20%;}
.width-25 {width: 25%;}
.width-30 {width: 30%;}
.width-33 {width: 33.33333%;}
.width-35 {width: 35%;}
.width-40 {width: 40%;}
.width-45 {width: 45%;}
.width-50 {width: 50%;}
.width-55 {width: 55%;}
.width-60 {width: 60%;}
.width-65 {width: 65%;}
.width-70 {width: 70%;}
.width-75 {width: 75%;}
.width-80 {width: 80%;}
.width-85 {width: 85%;}
.width-90 {width: 90%;}
.width-95 {width: 95%;}
.width-100 {width: 100%;}

/* Spacings */

.pxy-0 {padding: 0 !important;}
.pxy-10 {padding: 10px;}
.pxy-20 {padding: 20px;}
.pxy-30 {padding: 30px;}
.pxy-40 {padding: 40px;}
.pxy-50 {padding: 50px;}
.pxy-60 {padding: 60px;}
.pxy-70 {padding: 70px;}
.pxy-80 {padding: 80px;}
.pxy-90 {padding: 90px;}
.pxy-100 {padding: 100px;}
.pxy-110 {padding: 110px;}
.pxy-120 {padding: 120px;}
.pxy-130 {padding: 130px;}
.pxy-140 {padding: 140px;}
.pxy-150 {padding: 150px;}
.pxy-160 {padding: 160px;}
.pxy-170 {padding: 170px;}
.pxy-180 {padding: 180px;}
.pxy-190 {padding: 190px;}
.pxy-200 {padding: 200px;}

.pt-0 {padding-top: 0;} .pt-5 {padding-top: 5px;}
.pt-10 {padding-top: 10px;} .pt-15 {padding-top: 15px;}
.pt-20 {padding-top: 20px;} .pt-25 {padding-top: 25px;}
.pt-30 {padding-top: 30px;} .pt-35 {padding-top: 35px;}
.pt-40 {padding-top: 40px;} .pt-45 {padding-top: 45px;}
.pt-50 {padding-top: 50px;} .pt-55 {padding-top: 55px;}
.pt-60 {padding-top: 60px;} .pt-65 {padding-top: 65px;}
.pt-70 {padding-top: 70px;} .pt-75 {padding-top: 75px;}
.pt-80 {padding-top: 80px;} .pt-85 {padding-top: 85px;}
.pt-90 {padding-top: 90px;} .pt-95 {padding-top: 95px;}
.pt-100 {padding-top: 100px;} .pt-105 {padding-top: 105px;}
.pt-110 {padding-top: 110px;} .pt-115 {padding-top: 115px;}
.pt-120 {padding-top: 120px;} .pt-125 {padding-top: 125px;}
.pt-130 {padding-top: 130px;} .pt-135 {padding-top: 135px;}
.pt-140 {padding-top: 140px;} .pt-145 {padding-top: 145px;}
.pt-150 {padding-top: 150px;} .pt-155 {padding-top: 155px;}
.pt-160 {padding-top: 160px;} .pt-165 {padding-top: 165px;}
.pt-170 {padding-top: 170px;} .pt-175 {padding-top: 175px;}
.pt-180 {padding-top: 180px;} .pt-185 {padding-top: 185px;}
.pt-190 {padding-top: 190px;} .pt-195 {padding-top: 195px;}
.pt-200 {padding-top: 200px;}

.pb-0 {padding-bottom: 0;} .pb-5 {padding-bottom: 5px;}
.pb-10 {padding-bottom: 10px;} .pb-15 {padding-bottom: 15px;}
.pb-20 {padding-bottom: 20px;} .pb-25 {padding-bottom: 25px;}
.pb-30 {padding-bottom: 30px;} .pb-35 {padding-bottom: 35px;}
.pb-40 {padding-bottom: 40px;} .pb-45 {padding-bottom: 45px;}
.pb-50 {padding-bottom: 50px;} .pb-55 {padding-bottom: 55px;}
.pb-60 {padding-bottom: 60px;} .pb-65 {padding-bottom: 65px;}
.pb-70 {padding-bottom: 70px;} .pb-75 {padding-bottom: 75px;}
.pb-80 {padding-bottom: 80px;} .pb-85 {padding-bottom: 85px;}
.pb-90 {padding-bottom: 90px;} .pb-95 {padding-bottom: 95px;}
.pb-100 {padding-bottom: 100px;} .pb-105 {padding-bottom: 105px;}
.pb-110 {padding-bottom: 110px;} .pb-115 {padding-bottom: 115px;}
.pb-120 {padding-bottom: 120px;} .pb-125 {padding-bottom: 125px;}
.pb-130 {padding-bottom: 130px;} .pb-135 {padding-bottom: 135px;}
.pb-140 {padding-bottom: 140px;} .pb-145 {padding-bottom: 145px;}
.pb-150 {padding-bottom: 150px;} .pb-155 {padding-bottom: 155px;}
.pb-160 {padding-bottom: 160px;} .pb-165 {padding-bottom: 165px;}
.pb-170 {padding-bottom: 170px;} .pb-175 {padding-bottom: 175px;}
.pb-180 {padding-bottom: 180px;} .pb-185 {padding-bottom: 185px;}
.pb-190 {padding-bottom: 190px;} .pb-195 {padding-bottom: 195px;}
.pb-200 {padding-bottom: 200px;}

.mxy-0 {margin: 0 !important;}
.mxy-10 {margin: 10px;}
.mxy-20 {margin: 20px;}
.mxy-30 {margin: 30px;}
.mxy-40 {margin: 40px;}
.mxy-50 {margin: 50px;}
.mxy-60 {margin: 60px;}
.mxy-70 {margin: 70px;}
.mxy-80 {margin: 80px;}
.mxy-90 {margin: 90px;}
.mxy-100 {margin: 100px;}
.mxy-150 {margin: 150px;}
.mxy-200 {margin: 200px;}

.mt-0 {margin-top: 0;}
.mt-10 {margin-top: 10px;}
.mt-20 {margin-top: 20px;}
.mt-30 {margin-top: 30px;}
.mt-40 {margin-top: 40px;}
.mt-50 {margin-top: 50px;}
.mt-60 {margin-top: 60px;}
.mt-70 {margin-top: 70px;}
.mt-80 {margin-top: 80px;}
.mt-90 {margin-top: 90px;}
.mt-100 {margin-top: 100px;}
.mt-150 {margin-top: 150px;}
.mt-200 {margin-top: 200px;}

.mb-0 {margin-bottom: 0;}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-100 {margin-bottom: 100px;}
.mb-150 {margin-bottom: 150px;}
.mb-200 {margin-bottom: 200px;}

@media screen and (max-width: 991px) {
  
  .pxy-10 {padding: 5px;}
  .pxy-20 {padding: 10px;}
  .pxy-30 {padding: 15px;}
  .pxy-40 {padding: 20px;}
  .pxy-50 {padding: 25px;}
  .pxy-60 {padding: 30px;}
  .pxy-70 {padding: 35px;}
  .pxy-80 {padding: 40px;}
  .pxy-90 {padding: 45px;}
  .pxy-100 {padding: 50px;}
  .pxy-110 {padding: 55px;}
  .pxy-120 {padding: 60px;}
  .pxy-130 {padding: 65px;}
  .pxy-140 {padding: 70px;}
  .pxy-150 {padding: 75px;}
  .pxy-160 {padding: 80px;}
  .pxy-170 {padding: 85px;}
  .pxy-180 {padding: 90px;}
  .pxy-190 {padding: 95px;}
  .pxy-200 {padding: 100px;}

  .pt-5 {padding-top: 2.5px;}
  .pt-10 {padding-top: 5px;} .pt-15 {padding-top: 7.5px;}
  .pt-20 {padding-top: 10px;} .pt-25 {padding-top: 12.5px;}
  .pt-30 {padding-top: 15px;} .pt-35 {padding-top: 17.5px;}
  .pt-40 {padding-top: 20px;} .pt-45 {padding-top: 22.5px;}
  .pt-50 {padding-top: 25px;} .pt-55 {padding-top: 27.5px;}
  .pt-60 {padding-top: 30px;} .pt-65 {padding-top: 32.5px;}
  .pt-70 {padding-top: 35px;} .pt-75 {padding-top: 37.5px;}
  .pt-80 {padding-top: 40px;} .pt-85 {padding-top: 42.5px;}
  .pt-90 {padding-top: 45px;} .pt-95 {padding-top: 47.5px;}
  .pt-100 {padding-top: 50px;} .pt-105 {padding-top: 52.5px;}
  .pt-110 {padding-top: 55px;} .pt-115 {padding-top: 57.5px;}
  .pt-120 {padding-top: 60px;} .pt-125 {padding-top: 62.5px;}
  .pt-130 {padding-top: 65px;} .pt-135 {padding-top: 67.5px;}
  .pt-140 {padding-top: 70px;} .pt-145 {padding-top: 72.5px;}
  .pt-150 {padding-top: 75px;} .pt-155 {padding-top: 77.5px;}
  .pt-160 {padding-top: 80px;} .pt-165 {padding-top: 82.5px;}
  .pt-170 {padding-top: 85px;} .pt-175 {padding-top: 87.5px;}
  .pt-180 {padding-top: 90px;} .pt-185 {padding-top: 92.5px;}
  .pt-190 {padding-top: 95px;} .pt-195 {padding-top: 97.5px;}
  .pt-200 {padding-top: 100px;}

  .pb-5 {padding-bottom: 2.5px;}
  .pb-10 {padding-bottom: 5px;} .pb-15 {padding-bottom: 7.5px;}
  .pb-20 {padding-bottom: 10px;} .pb-25 {padding-bottom: 12.5px;}
  .pb-30 {padding-bottom: 15px;} .pb-35 {padding-bottom: 17.5px;}
  .pb-40 {padding-bottom: 20px;} .pb-45 {padding-bottom: 22.5px;}
  .pb-50 {padding-bottom: 25px;} .pb-55 {padding-bottom: 27.5px;}
  .pb-60 {padding-bottom: 30px;} .pb-65 {padding-bottom: 32.5px;}
  .pb-70 {padding-bottom: 35px;} .pb-75 {padding-bottom: 37.5px;}
  .pb-80 {padding-bottom: 40px;} .pb-85 {padding-bottom: 42.5px;}
  .pb-90 {padding-bottom: 45px;} .pb-95 {padding-bottom: 47.5px;}
  .pb-100 {padding-bottom: 50px;} .pb-105 {padding-bottom: 52.5px;}
  .pb-110 {padding-bottom: 55px;} .pb-115 {padding-bottom: 57.5px;}
  .pb-120 {padding-bottom: 60px;} .pb-125 {padding-bottom: 62.5px;}
  .pb-130 {padding-bottom: 65px;} .pb-135 {padding-bottom: 67.5px;}
  .pb-140 {padding-bottom: 70px;} .pb-145 {padding-bottom: 72.5px;}
  .pb-150 {padding-bottom: 75px;} .pb-155 {padding-bottom: 77.5px;}
  .pb-160 {padding-bottom: 80px;} .pb-165 {padding-bottom: 82.5px;}
  .pb-170 {padding-bottom: 85px;} .pb-175 {padding-bottom: 87.5px;}
  .pb-180 {padding-bottom: 90px;} .pb-185 {padding-bottom: 92.5px;}
  .pb-190 {padding-bottom: 95px;} .pb-195 {padding-bottom: 97.5px;}
  .pb-200 {padding-bottom: 100px;}
  
  .mt-10 {margin-top: 5px;}
  .mt-20 {margin-top: 10px;}
  .mt-30 {margin-top: 15px;}
  .mt-40 {margin-top: 20px;}
  .mt-50 {margin-top: 25px;}
  .mt-60 {margin-top: 30px;}
  .mt-70 {margin-top: 35px;}
  .mt-80 {margin-top: 40px;}
  .mt-90 {margin-top: 45px;}
  .mt-100 {margin-top: 50px;}
  .mt-150 {margin-top: 75px;}
  .mt-200 {margin-top: 100px;}

  .mb-10 {margin-bottom: 5px;}
  .mb-20 {margin-bottom: 10px;}
  .mb-30 {margin-bottom: 15px;}
  .mb-40 {margin-bottom: 20px;}
  .mb-50 {margin-bottom: 25px;}
  .mb-60 {margin-bottom: 30px;}
  .mb-70 {margin-bottom: 35px;}
  .mb-80 {margin-bottom: 40px;}
  .mb-90 {margin-bottom: 45px;}
  .mb-100 {margin-bottom: 50px;}
  .mb-150 {margin-bottom: 75px;}
  .mb-200 {margin-bottom: 100px;}
}

/* Floats */

.float-left {float: left;}
.float-right {float: right;}
.float-none {float: none;}

/* Flexbox */

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox!important;
  display: -webkit-inline-box!important;
  display: inline-flex!important;
}

.flex-wrap-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-align-items: center !important;
  align-items: center !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-top {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-space-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.flex-direction-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-direction-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-direction-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-direction-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}



@media (min-width: 768px) {
  .xl-d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  
  .xl-d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: -webkit-inline-box!important;
    display: inline-flex!important;
  }
  
  .xl-justify-content-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .xl-justify-content-space-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}

@media (min-width: 992px) {
  .lg-d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  
  .lg-d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: -webkit-inline-box!important;
    display: inline-flex!important;
  }
  .lg-flex-direction-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (max-width: 991px) {
  .tablet-width-100 {
    width: 100%!important;
  }
  
  /* Text Alignments */

  .md-text-center {
    text-align: center !important;
  }
  .md-text-right {
    text-align: right !important;
  }
  .md-text-left {
    text-align: left !important;
  }
  
  .md-d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  
  .md-d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: -webkit-inline-box!important;
    display: inline-flex!important;
  }
  
  .md-flex-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  
  .md-width-47 {
    width: 47%;
  }
  
  .md-width-100 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .sm-d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  
  .sm-d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: -webkit-inline-box!important;
    display: inline-flex!important;
  }
  
  .sm-flex-direction-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  
  .sm-flex-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  
  .sm-width-100 {
    width: 100%;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

/* Fonts */
@font-face {
  font-family: 'didot';
  src: url('https://8195858.fs1.hubspotusercontent-na1.net/hubfs/8195858/Theme%202021/fonts/DidotLH-Roman.ttf') format('truetype'),
       url('https://8195858.fs1.hubspotusercontent-na1.net/hubfs/8195858/Theme%202021/fonts/DidotLH-Roman.woff') format('woff'),
       url('https://8195858.fs1.hubspotusercontent-na1.net/hubfs/8195858/Theme%202021/fonts/DidotLH-Roman.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.font-didot {
  font-family: 'didot', sans-serif;
}

.font-proxima-nova {
  font-family: 'proxima-nova', sans-serif;
}

.font-white, .font-white a, .font-white div, .font-white p, .font-white span, .font-white h1, 
.font-white h2, .font-white h3, .font-white h4, .font-white h5, .font-white h6 {
  color: #ffffff !important;
}

.font-black, .font-black a, .font-black div, .font-black p, .font-black span, .font-black h1, 
.font-black h2, .font-black h3, .font-black h4, .font-black h5, .font-black h6 {
  color: #000000 !important;
}

body {
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* a:hover,
a:focus {
  text-decoration: underline;
} */

a.link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

/* Headings */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  font-family: 'didot', sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  margin: 0 0 1.4rem;
}
h6, .h6 {
  font-family: 'proxima-nova', sans-serif;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}

/* Button style one */

.btn-style-1 a, a.btn-style-1 {
  font-family: 'didot',sans-serif;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 18px 10px;
  min-width: 155px;
  text-align: center;
}

.btn-style-1 a::before, a.btn-style-1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 1px;
  transition: all 500ms ease-in;
}

.btn-style-1 a::after, a.btn-style-1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 50%;
  height: 1px;
  transition: all 500ms ease-in;
}

.blog-index__read-more.btn-style-1 a::before {
  width: 80%;
}
.blog-index__read-more.btn-style-1 a::after {
  width: 20%;
}

.btn-style-1 a::before, a.btn-style-1::before, .btn-style-1 a::after, a.btn-style-1::after {
  background: #ae843c;
  background: -moz-linear-gradient(90deg,rgba(174,132,60,1) 0%,rgba(207,135,0,1) 21%,rgba(251,221,145,1) 55%,rgba(239,182,64,1) 82%,rgba(231,160,18,1) 100%);
  background: -webkit-linear-gradient(90deg,rgba(174,132,60,1) 0%,rgba(207,135,0,1) 21%,rgba(251,221,145,1) 55%,rgba(239,182,64,1) 82%,rgba(231,160,18,1) 100%);
  background: linear-gradient(90deg,rgba(174,132,60,1) 0%,rgba(207,135,0,1) 21%,rgba(251,221,145,1) 55%,rgba(239,182,64,1) 82%,rgba(231,160,18,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae843c",endColorstr="#e7a012",GradientType=1);
}

.btn-style-1 a:hover::before, a.btn-style-1:hover::before, .btn-style-1 a:hover::after, a.btn-style-1:hover::after {
  width: 100%;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 0px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  font-size: 14px;
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all .15s cubic-bezier(0.47, 0, 0.75, 0.72);
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__navigation {
  opacity: 0;
}

.header__navigation > div, .navigation-menu .navigation-primary, 
.navigation-menu .navigation-primary > ul {
  width: 100%;
}

.header__navigation {
  padding: 200px 0 100px;
  overflow: scroll;
}

.header__contact {
  padding-left: 5px;
  padding-right: 5px;
}

/* Shopping Cart */

.shopping-cart-wrap {
  position: relative;
}

.shopping-cart {
  width: 50px;
  height: 50px;
  background-color: #343434;
}

.shopping-cart a {
  display: block;
  width: 50px;
  height: 50px;
}

.shopping-cart a img {
  width: auto !important;
  margin: 10px;
}

/* Header Newsletter Subscribe */

.header__contact_subscribe .form-title {
  font-size: 18px;
  font-weight: 300;
}

.header__contact_subscribe form label {
  margin: 0;
}

.header__contact_subscribe .hs_email {
  width: 60%;
  float: left;
  margin-bottom: 0px;
}

.header__contact_subscribe .hs_submit.hs-submit {
  width: 40%;
  float: left;
}

.header__contact_subscribe form input[type=text], .header__contact_subscribe form input[type=email] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ae843c;
  border-radius: 0;
}

.header__contact_subscribe form input[type=text]:focus, .header__contact_subscribe form input[type=email]:focus, 
.header__contact_subscribe form input[type=submit]:focus, .header__contact_subscribe form .hs-button:focus {
  outline: none;
}
 
.header__contact_subscribe .hs-input.invalid.error {
  border-color: #ef6b51;
}

.header__contact_subscribe form input[type=submit], .header__contact_subscribe form .hs-button {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ae843c;
  border-radius: 0;
  color: #000000;
  width: 100%;
  max-width: 146px;
  padding: 12px 0px;
}

.header__contact_info h3 {
  font-size: 18px;
  font-weight: 300;
}

.header__contact_info p {
  font-size: 14px;
}

.header__pages a {
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    margin-right: 20px;
}

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

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

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

@media (max-width: 767px) {
  .header__column {
    position: relative;
  }

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

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

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  text-align: center;
  max-width: 200px;
  height: auto;
  margin: auto;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

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

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

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

/* Search bar */

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

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

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

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

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

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

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 30px;
  }
}


/* Language switcher */

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

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

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

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

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

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

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

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

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

.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--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

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

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

/* Language switcher - custom */
header .language-switcher {
  position: absolute;
  left: auto;
  right: 0;
  z-index: 99;
  transform: translate(0, -63px);
  padding-right: 60px;
  width: 140px;
}
header .language-switcher::before {
  height: 1px;
  background: #ae843c;
  background: -moz-linear-gradient(90deg,rgba(174,132,60,1) 0%,rgba(207,135,0,1) 21%,rgba(251,221,145,1) 55%,rgba(239,182,64,1) 82%,rgba(231,160,18,1) 100%);
  background: -webkit-linear-gradient(90deg,rgba(174,132,60,1) 0%,rgba(207,135,0,1) 21%,rgba(251,221,145,1) 55%,rgba(239,182,64,1) 82%,rgba(231,160,18,1) 100%);
  background: linear-gradient(90deg,rgba(174,132,60,1) 0%,rgba(207,135,0,1) 21%,rgba(251,221,145,1) 55%,rgba(239,182,64,1) 82%,rgba(231,160,18,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae843c",endColorstr="#e7a012",GradientType=1);
  content: '';
  position: absolute;
  left: auto;
  right: 0;
  width: 45%;
  transform: translate(0, 10px);
}
header .globe_class {
  background-image: none;
}
header .lang_switcher_class {
  display: block;
}
header .lang_list_class {
  padding-top: 0;
  width: 100%;
  display: block !important;
  top: 3px;
}
header .lang_list_class:before, header .lang_list_class:after {
  display: none;
}
header .lang_list_class li {
  padding: 0 0 10px 0;
  border: 0;
  background-color: transparent;
}
header .lang_list_class li:hover a {
  color: #000000;
}
header .lang_list_class li {
  display: none;
}
header .lang_list_class li:first-child {
  display: block;
  border: 0;
  padding-top: 0;
}
header .lang_list_class li:last-child {
  border: 0;
}
header .globe_class:hover .lang_list_class li {
  display: block;
}

/* Navigation */

.navigation-menu {
  position: absolute;
  left: 0;
  width: 100%;
}
body.menu-open {
  overflow: hidden;
}

/* #nav-toggle {
  display: none;
} */

/* Mobile toggles */

/* @media (max-width: 767px) { */
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

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

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

  .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-left: 0;
    margin-right: auto;
  }

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

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

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

/*   .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;
    height: 25px;
    width: 25px;
  }

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

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

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

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

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




/* =================================================== */
/* Navigation Bar */

.top-nav .menu-toggler {
  -webkit-appearance: none;
  appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  outline: 0;
  background-color: transparent;
  padding: 0;
}

.top-nav .menu-toggler .navbar-icon {
  height: 40px;
  width: 40px;
  padding: 4px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.top-nav .menu-toggler .navbar-icon span {
  height: 2px;
  width: 30px;
  border-radius: 3px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.dark-layout .top-nav .menu-toggler .navbar-icon span, .dark-layout-alt .top-nav .menu-toggler .navbar-icon span, .body--search-page .top-nav .menu-toggler .navbar-icon span {
  background-color: #121212;
}
.dark-layout-alt .top-nav .menu-toggler .navbar-icon span {
  background-color: #FFFFFF;
}

body.menu-open .top-nav .menu-toggler .navbar-icon span {
  background-color: #000000;
}

.top-nav .menu-toggler .navbar-icon > span:nth-child(2) {
  margin: 5px auto;
}

/* Navigation Menu */

body [id*="site_logo_prim"], body.menu-open [id*="site_logo_sec"] {
    display: block;
}
body [id*="site_logo_sec"], body.menu-open [id*="site_logo_prim"] {
    display: none;
}
body.dark-layout [id*="site_logo_sec"] {
  display: block;
}
body.dark-layout [id*="site_logo_prim"] {
  display: none;
}

.navbar {
  position: relative;
  z-index: 99;
}

.navigation-menu {
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
}
.navigation-menu .navigation-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}
.navigation-menu .navigation-bg.one {
  width: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.navigation-menu .navigation-bg.two {
  width: 0;
  background-color: #111111;
}
.navigation-menu .navigation-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.navigation-menu-inner {
  height: 100vh;
  padding-left: calc(50% - 750px);
  overflow: scroll;
}
.navigation-menu-inner::-webkit-scrollbar {
  display: none;
}
.navigation-menu-inner {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.navigation-menu .navigation-primary, .navigation-menu .navigation-secondary {
  position: relative;
}
.navigation-menu .navigation-primary .menu-link {
  color: #000000;
  text-transform: normal;
  display: block;
}
.navigation-menu .navigation-secondary .menu-link {
  font-size: 18px;
  color: #fff;
  text-transform: none;
  display: block;
}
.navigation-menu .navigation-primary .menu-link:hover, 
.navigation-menu .navigation-secondary .menu-link:hover, 
.navigation-menu .navigation-primary .menu-link.submenu-open {
  color: #000000;
}
.navigation-primary .submenu.level-1 > li > a.active-item, .navigation-secondary .submenu.level-1 > li > a.active-item {
    color: #000000;
}
.navigation-secondary .submenu.level-1 > li > a.active-item::after {
    display: none;
}

/* Open/close Animation */
.menu-open .top-nav .menu-toggler .navbar-icon span:nth-child(1) {
  transform: rotate(45deg);
  top: 2px;
}
.menu-open .top-nav .menu-toggler .navbar-icon span:nth-child(2) {
  margin: 0;
  opacity: 0;
  height: 0;
}
.menu-open .top-nav .menu-toggler .navbar-icon span:nth-child(3) {
  transform: rotate(-45deg);
  top: -1px;
}

.menu-posts-listing {
  width: 40%;
  height: 100vh;
  opacity: 0;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.menu-posts-listing::-webkit-scrollbar {
  display: none;
}
.menu-posts-item {
  width: 75%;
  margin: auto;
}
.menu-posts-heading h4 {
  font-size: 25px;
  line-height: 32px;
}
.menu-posts-heading h4 a {
  color: #000000;
}
.menu-posts-heading h4 a:hover {
  color: #2d77f3;
}
.menu-posts-image {
  position: relative;
  height: 16vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*============================================
 * Simple Navigation */

.header-simple-menu {
  position: absolute;
  right: 50px;
}
.header-simple-menu-spacer {
  width: 50px;
}
.header-simple-menu li.no-submenu.menu-item {
  font-size: 16px;
  width: 100%;
  padding: 15px;
}
.header-simple-menu a.menu-link {
  font-size: 16px;
  color: #ffffff;
  white-space: nowrap;
}
.header-simple-menu a.menu-link:hover {
  color: #ffffff;
}
body.dark-layout .header-simple-menu a.menu-link {
  color: #000000;
}

@media screen and (max-width: 1799px) {
  .navigation-menu-inner, .primary-logo, .secondary-logo {
    padding-left: calc(50% - 600px);
  }
  .menu-posts-heading h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1730px) {  
  /* Simple Navigation */
  
  header .language-switcher {
    left: 0px;
    right: auto;
  }
  header .language-switcher::before {
    left: 0;
    right: auto;
    transform: translate(0,10px);
  }
  header .lang_list_class {
    left: 100px;
  }
}
@media screen and (max-width: 1230px) {
  .navigation-menu-inner, .primary-logo, .secondary-logo {
    padding-left: calc(50% - 500px);
  }
}
@media screen and (max-width: 1080px) {
  .navigation-menu-inner, .primary-logo, .secondary-logo {
    padding-left: calc(50% - 450px);
  }
}
@media screen and (max-width: 991px) {
  header.header {
    padding: 20px 0 30px 0;
  }
  .hero-padding-left-inner {
    padding: 150px 15px 50px;
  }
  [id*="header-cta"] .cta_button[class*="-cta"] {
    font-size: 16px;
    padding: 10px 10px;
  }
  .navigation-menu-inner, .primary-logo, .secondary-logo {
    padding-left: calc(50% - 370px);
  }
  .navbar img {
    width: 100px !important;
  }
  .top-nav .menu-toggler {
    padding: 4px 8px 0px 0px;
  }
  .top-nav .menu-toggler .navbar-icon {
    width: 45px;
    padding: 4px 4px 4px 0;
  }
  .top-nav .menu-toggler .navbar-icon span {
    width: 35px;
  }
  .top-nav .menu-toggler .navbar-icon > span:nth-child(2) {
    margin: 6px auto;
  }
  body.menu-open .top-nav .menu-toggler .navbar-icon span {
    background-color: #000000;
  }
  .menu-posts-listing {
    display: none;
  }
  .header__pages, .haeder__social, .header__contact_subscribe {
    width: 100%;
    margin-bottom: 30px;
  }
  .haeder__social .social-links {
    justify-content: flex-start;
  }
  .header__pages .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
  [id*="header-cta"] {
    display: none;
  }
  
  .navigation-menu .navigation-primary .menu-link {
    font-size: 16px; !important
  }
  .navigation-primary {
    display: block;
    margin-top: 180px;
  }
  .header-simple-menu .navigation-primary {
    margin-top: 145px;
  }
  .header-simple-menu li.no-submenu.menu-item {
    padding: 0 10px;
  }
  .header-simple-menu .navigation-primary a {
    line-height: 30px;
  }
}

@media screen and (max-width: 480px) { 
  /* Simple Navigation */
  header .language-switcher {
    transform: translate(0,0px);
  }
  .top-nav .menu-toggler {
      padding: 4px 8px 0px 5px;
  }
  .top-nav .menu-toggler .navbar-icon {
    width: 30px;
    height: 30px;
  }
  .top-nav .menu-toggler .navbar-icon span {
    width: 23px;
  }
  [id*="header-cta"] .cta_button[class*="-cta"] {
    font-size: 12px;
    padding: 10px;
  }
 
}

@media screen and (max-width: 320px) {
  [id*="header-cta"] .cta_button[class*="-cta"] {
      padding: 5px 2px;
  }
  .navigation-menu .navigation-secondary .menu-link, .menu-cta .cta_button[class*="-cta"], [class*="video-popup-"] {
    font-size: 16px;
  }
  
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}