/* ******************************************************************************
*********************************************************************************
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 {
  font-family: sans-serif;
  line-height: 1.15;
  -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 20px;
}

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





@media (max-width: 991px) {
  .dnd-section > .row-fluid {
    max-width: 720px !important;
  }
  .dnd-section {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
}

@media (max-width: 767px) {
  .dnd-section > .row-fluid {
    max-width: 540px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 575px) {
  .dnd-section > .row-fluid {
    max-width: 100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "icomoon";
  src: url("https://7098348.fs1.hubspotusercontent-na1.net/hubfs/7098348/Villiger_August2020/Fonts/Icomoon/icomoon.woff2") format("woff2"),
    url("https://7098348.fs1.hubspotusercontent-na1.net/hubfs/7098348/Villiger_August2020/Fonts/Icomoon/icomoon%20%281%29.woff") format("woff"), 
    url("https://7098348.fs1.hubspotusercontent-na1.net/hubfs/7098348/Villiger_August2020/Fonts/Icomoon/icomoon%20%281%29.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}


@font-face {
  font-family: "pt-serif";
  src: url("https://7098348.fs1.hubspotusercontent-na1.net/hubfs/7098348/Villiger_August2020/Fonts/PT-Serif/365299_0_0.eot") format("embedded-opentype"),
    url("https://7098348.fs1.hubspotusercontent-na1.net/hubfs/7098348/Villiger_August2020/Fonts/PT-Serif/365299_0_0.woff2") format("woff2"),
    url("https://7098348.fs1.hubspotusercontent-na1.net/hubfs/7098348/Villiger_August2020/Fonts/PT-Serif/365299_0_0.woff") format("woff"),
    url("https://7098348.fs1.hubspotusercontent-na1.net/hubfs/7098348/Villiger_August2020/Fonts/PT-Serif/365299_0_0.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: proxima-nova;
  src: url("//use.typekit.net/af/437c3d/00000000000000003b9b0932/27/l?primer=e95d2376ff2d7a0e7fdf6b3b6cbefe7e3ca361725ce6d61176678cd9c91d1137&fvd=n3&v=3") format("woff2"),
    url("//use.typekit.net/af/437c3d/00000000000000003b9b0932/27/d?primer=e95d2376ff2d7a0e7fdf6b3b6cbefe7e3ca361725ce6d61176678cd9c91d1137&fvd=n3&v=3") format("woff"), 
    url("//use.typekit.net/af/437c3d/00000000000000003b9b0932/27/a?primer=e95d2376ff2d7a0e7fdf6b3b6cbefe7e3ca361725ce6d61176678cd9c91d1137&fvd=n3&v=3") format("opentype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: proxima-nova;
  src: url("//use.typekit.net/af/4838bd/00000000000000003b9b0934/27/l?primer=e95d2376ff2d7a0e7fdf6b3b6cbefe7e3ca361725ce6d61176678cd9c91d1137&fvd=n4&v=3") format("woff2"),
    url("//use.typekit.net/af/4838bd/00000000000000003b9b0934/27/d?primer=e95d2376ff2d7a0e7fdf6b3b6cbefe7e3ca361725ce6d61176678cd9c91d1137&fvd=n4&v=3") format("woff"), 
    url("//use.typekit.net/af/4838bd/00000000000000003b9b0934/27/a?primer=e95d2376ff2d7a0e7fdf6b3b6cbefe7e3ca361725ce6d61176678cd9c91d1137&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: proxima-nova;
  src: url("//use.typekit.net/af/71f83c/00000000000000003b9b093b/27/l?primer=e95d2376ff2d7a0e7fdf6b3b6cbefe7e3ca361725ce6d61176678cd9c91d1137&fvd=n7&v=3") format("woff2"), 
    url("//use.typekit.net/af/71f83c/00000000000000003b9b093b/27/d?primer=e95d2376ff2d7a0e7fdf6b3b6cbefe7e3ca361725ce6d61176678cd9c91d1137&fvd=n7&v=3") format("woff"),
    url("//use.typekit.net/af/71f83c/00000000000000003b9b093b/27/a?primer=e95d2376ff2d7a0e7fdf6b3b6cbefe7e3ca361725ce6d61176678cd9c91d1137&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: pt-serif;
  src: url("//use.typekit.net/af/740b38/000000000000000000012500/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), 
    url("//use.typekit.net/af/740b38/000000000000000000012500/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), 
    url("//use.typekit.net/af/740b38/000000000000000000012500/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
}



body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #1a1a1a;
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  list-style: none;
  margin-bottom: 50px;
  padding-left: 0;
  line-height: 1.4;
}
ul li{
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}

ul li:before{
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1a1a1a;
  content: '';
  position: absolute;
  left: 0;
}

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

blockquote {
  margin: 0 0 1rem;
}

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

::-mioz-selection{
  background: #d60d10;
  color: #fff;
}

::selection{
  background: #d60d10;
  color: #fff;
}

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


@media(max-width:991px){
  h2 {
    font-size: 30px !important;
  }
  h1 {
    font-size: 48px !important;
    line-height: 1.15;
  }
}


@media(max-width:767px){
  h1 {
    font-size: 35px !important;
    line-height: 1.15;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

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

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  
  text-decoration: none !important;
  border: 0;
  transition: background .2s ease-out,color .2s ease-out;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  line-height:27px;
  border-radius:0 !important;
  margin:20px 0 20px;
}

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

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


.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

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

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

.hs-input,input#hs-pwd-widget-password {
  display: inline-block;
  width: 100%;
  color: #33475b;
  border:0;
  background-color: #ffffff;
  border-bottom: 1px solid #3e3a3a;
  background-color: rgba(255,255,255,.7);
  background-image: none;
  background-clip: padding-box;
  line-height:27px;
  font-size:18px;
  font-family:proxima-nova;
  padding: 7px 10px;
   margin:0 0 20px;
}

.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;
outline: -webkit-focus-ring-color auto 1px;
}

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: #d60d10;
}
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: #1a1a1a;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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

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

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

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

.header {
  background-color: #F8FAFC;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}







/* Header Search */

.header-search-wrapper {
  padding-top: 190px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.search-open .header-search-wrapper {
  pointer-events: auto;
  visibility: inherit;
  opacity: 1;
}

.search-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3e3a3a;
  will-change: transform;
  transform: translate(0%, -100%) matrix(1, 0, 0, 1, 0, 0);
}

.search-open .search-overlay {
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.header-search-wrapper .page-center {
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.header-search-inner {
  height: 100%;
  text-align: center;
  -ms-flex-align: center!important;
  align-items: center!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.header-search-wrapper form {
  margin-top: -190px;
  margin-left: 8.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.header-search-wrapper form .form-group {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.header-search-wrapper form .form-group label.search-label {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: inline-block;
  margin-bottom: .5rem;
}

.header-search-wrapper form .form-group .input-wrapper {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.header-search-wrapper form .form-group label.search-label i {
  font-size: 110px;
  color: #fff;
  opacity: 0;
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header-search-wrapper form .form-group label.search-label i:before {
  content: "\e917";
}

.header-search-wrapper form .form-group .input-wrapper input {
  opacity: 0;
  font-size: 50px;
  padding: 0;
  border: 0;
  background: none;
  color: #fff;
  line-height: inherit;
  width: 100%;
  margin: 0;
  font-family: inherit;  
}

.header-search-wrapper form .form-group .input-wrapper .search-border {
  transform: matrix(0, 0, 0, 1, 0, 0);
  border-bottom: 2px solid rgba(255,255,255,0.7);
  border-width: 4px;
  transform-origin: 0 0;
}

.search-open .header-search-wrapper form .form-group label.search-label i {
  opacity: 0.7;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.search-open .header-search-wrapper form .form-group .input-wrapper input {
  opacity: 1;
}

.search-open .header-search-wrapper form .form-group .input-wrapper .search-border {
  transform: matrix(1, 0, 0, 1, 0, 0);
}

body.search-open {
  overflow-y: hidden;
}















@media (min-width: 992px){
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children .sub_menu_wrapper{
    position: absolute;
    top: 101%;
    left: 0;
    width: 100%;
    font-size:20px;
    display:none;
    overflow:visible !important;
  }
  body.scrolled .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a+.sub_menu_wrapper > .page-center > ul {
    padding-top: 1px;
  }

  body.scrolled .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a+.sub_menu_wrapper {
    background-color: #e7e4e0;
    padding-bottom: 1px;
  }
  body.scrolled .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children ul .sub_menu_wrapper {
    top: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children .sub_menu_wrapper:after{
    position: absolute;
    top: -13px;
    left: 0;
    width: 100%;
    height: 20px;
    display: block;
    background: transparent;
    content: "";
    z-index: 9999;
  }
  header.header { 
    position: fixed;
    padding: 0 30px;
    width: 100%;
    z-index: 99;
    left: 0;
    top: 0;
    font-size: 20px;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-family: 'proxima-nova';
    height: 60px;
    -ms-transition:height .3s ease;
    -moz-transition:height .3s ease;
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
  }

  .scrolled header.header {        
    height:46px;
  }

  .header__container {
    width: 100%;
    -ms-flex-align: center!important;
    align-items: center!important;
    padding-right: 15px;
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
  }

  header.header a.logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    -ms-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
  }

  header.header a.logo svg {
    max-width: 100%;
  }

  .custom-menu-primary {
    margin-left: 80px;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100%;
    align-items: center;

  }

  .header-right-section {
    margin-left: auto;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
  }

  .header-right-section button.nav-search {
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    color: currentColor;
    padding: 0;
    text-align: center;
    cursor: pointer;
    border: 0;
    font-family: inherit;
    background: none;
    line-height: inherit;
    outline:0;
  }

  .header-right-section button.nav-search i.icon-search2 {
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    padding: 6px;
    font-size: 12px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .header-right-section button.nav-search i.icon-search2:before {
    content: "\e917";
  }


  .header-right-section button.nav-search span.close-search {
    position: absolute;
    top: -8px;
    left: -4px;
    margin: 0;
    padding: 5px;
    width: 36px;
    height: 40px;
    display: block;
    opacity: 0;
    pointer-events: none;
  }

  .header-right-section button.nav-search span.close-search span.menu-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 3px;
    margin-bottom: 0;
    transition: transform .2s ease-out;
    will-change: transform;
    display: block;
    background-color: #fff;
  }

  .header-right-section button.nav-search span.close-search span.menu-bar.bar1 {
    transform: translate(-50%,-50%) rotate(-45deg);
  }

  .header-right-section button.nav-search span.close-search span.menu-bar.bar2 {
    transform: translate(-50%,-50%) rotate(45deg);
  }

  .search-open .header-right-section button.nav-search span.close-search{  
    pointer-events: auto; 
    opacity: 1;
  }
  .search-open .header-right-section button.nav-search i.icon-search2{   
    pointer-events: none;
    opacity: 0;
  }

  .header-right-section span.lang-select {
    font-size: 16px;
    position: relative;
    margin-left: 30px;
  }

  .header-right-section span.lang-select button {
    background: none;
    padding: 0;
    border: 0;
    cursor: pointer;
    line-height: 24px;
    display: inline-block;
    outline: none;
  }

  .header-right-section span.lang-select button i.icon-caret-down {
    font-size: 12px;
    margin-left: 2px;
    font-family: 'icomoon' !important;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
  }

  .header-right-section span.lang-select button i.icon-caret-down:before {
    content: "\e918";
  }

  .header-right-section span.lang-select .languages {
    position: absolute;
    top: 45px;
    right: 0;
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2), 0 0 2px rgba(0,0,0,0.1);
    opacity: 0;
    transform: scale(0);
    transform-origin: top right;
    transition: opacity .03s linear,transform .12s cubic-bezier(0,0,.2,1);
    z-index: 1;
  }
  .lang-open .header-right-section span.lang-select .languages {
    opacity: 1;
    transform: scale(1);
  }

  .header-right-section span.lang-select .languages a.lang-link {
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 300;
  }


  .mobile-trigger {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 12px 5px;
    font-size: 16px;
    margin-left: 10px;
    display: block;
    line-height: 24px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    display: inline-block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li {
    position:static;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li a:hover {
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    cursor: default;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
    margin-left: 0;
  }

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


  .srolled header.header {
    min-height: 40px;
  }

  .scrolled header.header {
    min-height: 46px;
  }

  .scrolled header.header a.logo {
    transform: scale(.7);
  }
  .scrolled .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 11px 5px;
  }
  .custom-menu-primary.mobile {
    display: none !important;
  }
  .haeder-wrapper {
    min-height: 60px;
  }

  .scrolled .haeder-wrapper {
    min-height: 46px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children .sub_menu_wrapper .page-center {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children .sub_menu_wrapper ul {
    display: -ms-flexbox;
    display: flex;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul ul li a {
    position: relative;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 700;
    margin-left: 35px;
    line-height: 24px;
    display: block;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul ul li a:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    height: 2px;
    background: #d60d10;
    transition: transform .275s ease-out;
    transform: scaleX(0);
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul ul li a:hover:after {
    transform: scaleX(1);
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul ul > li.active-branch > a:after{
    transform: scaleX(1);
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul ul li:first-child a {
    margin-left: 0;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul ul ul li a:after {
    background: #fff;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul ul ul li a:hover:after {
    transform: scaleX(1);
  }
  .custom-menu-primary .hs-menu-wrapper {
    height: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    height: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    height: 100%;
  }
}


@media(max-width:1199px){
  .header-search-wrapper .page-center {
    max-width:960px;
  }
  .header__container {
    max-width:960px !important;
  }
}


@media(max-width:991px){
  .header-search-wrapper .page-center {
    max-width:720px;
  }
  .header__container {
    max-width:720px !important;
  }

  .custom-menu-primary.desktop {
    display: none !important;
  }
  .header {
    transition: all .275s ease-out;
    will-change: transform;
    height: 70px;
    position:relative;
    z-index:99;
  }

  .header__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 0 25px 0 30px;
    height: 100%; 
  }

  .header a.logo {
    grid-column: 2;
    grid-row: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }

  .header-right-section {
    justify-content: space-between;
    grid-column: 1/span 3;
    grid-row: 1;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
  }

  .mobile-trigger {
    padding: 25px 5px 0;
    margin: 0;
    width: 42px;
    height: 40px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    position: relative;
    display: block;
    background: none;
    outline: none;
    cursor: pointer;
    border: 0;
    font-family: inherit;
  }

  .mobile-trigger span.menu-bar {
    position: absolute;
    top: 0;
    width: 32px;
    height: 3px;
    margin-bottom: 0;
    margin: auto;
    transform: rotate(0);
    transition: transform .2s ease-out;
    will-change: transform;
    background: currentColor;
    display: block;
  }

  .mobile-trigger span.menu-bar.bar2 {
    transform: translateY(8px) rotate(0);
  }

  .mobile-trigger span.menu-bar.bar3 {
    transform: translateY(16px) rotate(0);
  }

  .header-right-section span.lang-select.hidden-md-down {
    display: none;
  }
  .header-right-section button.nav-search {
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    color: currentColor;
    padding: 0;
    text-align: center;
    cursor: pointer;
    border: 0;
    font-family: inherit;
    background: none;
    line-height: inherit;
    outline:0;
  }

  .header-right-section button.nav-search i.icon-search2 {
    display: inline-block;
    margin-right: 10px;
    background: #fff;
    border-radius: 50%;
    padding: 6px;
    font-size: 12px;
    color: #3e3a3a;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .header-right-section button.nav-search i.icon-search2:before {
    content: "\e917";
  }

  .header-right-section button.nav-search span.hidden-md-down {
    color: #fff;
  }

  .header-right-section button.nav-search span.close-search {
    position: absolute;
    top: -8px;
    left: -4px;
    margin: 0;
    padding: 5px;
    width: 36px;
    height: 40px;
    color: #fff;
    display: block;
    opacity: 0;
    pointer-events: none;
  }

  .header-right-section button.nav-search span.close-search span.menu-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 3px;
    margin-bottom: 0;
    transition: transform .2s ease-out;
    will-change: transform;
    display: block;
    background: #fff;
  }

  .header-right-section button.nav-search span.close-search span.menu-bar.bar1 {
    transform: translate(-50%,-50%) rotate(-45deg);
  }

  .header-right-section button.nav-search span.close-search span.menu-bar.bar2 {
    transform: translate(-50%,-50%) rotate(45deg);
  }

  .search-open .header-right-section button.nav-search span.close-search{  
    pointer-events: auto; 
    opacity: 1;
  }
  .search-open .header-right-section button.nav-search i.icon-search2{   
    pointer-events: none;
    opacity: 0;
  }
  .header-right-section button.nav-search i.icon-search2 {
    font-size: 28px;
    background: transparent !important;
    color: #fff !important;
    padding: 0;
  }
  .header-right-section button.nav-search span.hidden-md-down {
    display: none;
  }
  .search-open .mobile-trigger{
    opacity:0;
  }
  .search-open .header-search-wrapper {
  }

  .header-search-wrapper form {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    height: 100%;
  }

  .search-open .header-search-wrapper form .form-group label.search-label i {
    font-size: 90px;
  }

  .header-search-wrapper form .form-group .input-wrapper input {
    font-size: 36px;
  }
  .mobile-trigger span.menu-text {
    position: relative;
    top: -1px;
  }
  .mobile-open .mobile-trigger .menu-bar.bar1 {
    transform: matrix(0.84852, -0.84852, 0.7071, 0.7071, 0, 18);
  }

  .mobile-open .mobile-trigger .menu-bar.bar2 {
    opacity: 0;
    transform: matrix(0, 0, 0, 0, 0, 8);
  }

  .mobile-open .mobile-trigger .menu-bar.bar3 {
    transform: matrix(0.84852, 0.84852, -0.7071, 0.7071, 0, 18);
  }

  .mobile-open .mobile-trigger span.menu-text {
    opacity: 0;
    transform: matrix(0, 0, 0, 0, 0, 0);
  }
  body.mobile-open{
    overflow-y:hidden;
  } 

  .custom-menu-primary .hs-menu-wrapper  ul  li.hs-menu-item.hs-item-has-children > ul {
    position: absolute !important;
    padding: 0 5px !important;
    padding-top: 30px !important;
    transform: translateX(100%);
    top: 0;
    box-shadow: none;
    background: #3e3a3a;
    display: block !important;
    width: 100%;
    height: 100%;
    z-index: 99;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .custom-menu-primary .hs-menu-wrapper  ul  li.child-open.hs-menu-item.hs-item-has-children > ul {
    transform: translateX(0);
    padding-right: 35px !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left:0px;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper ul li.hs-item-has-children > a{
    padding-right: 48px;  
  }

  .custom-menu-primary.mobile .hs-menu-wrapper ul li.corrida > a:after{
    right: 20px !important;
  }
  .custom-menu-primary .hs-menu-wrapper ul li.hs-menu-item.hs-item-has-children>ul ul {
    padding-left: 0 !important;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper>ul ul >li a {
    color: #fff;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper ul li {
    position: static;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper>ul ul>li.dl-back a {  
    color: #ab9f96;
    display: inline-block;
  }

  .header {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform .2s ease-in-out;
    -ms-transition: transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    will-change: transform;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
  }

  .hide-nav-bar .header {
    -webkit-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    -moz-transform: translateY(-120%);
    transform: translateY(-120%);
  }
  .haeder-wrapper {
    min-height: 70px;
  }
  .custom-menu-primary.mobile {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    top: 70px;
    height: calc(100% - 69px);
    z-index: 999;
    background: #3e3a3a;
    border-top: 1px solid #e7e4e0;
    -ms-flex-direction: column;
    flex-direction: column;
    will-change: transform,opacity;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    -moz-transform: translateY(-120%);
    transform: translateY(-120%);
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
  }

  .mobile-open .custom-menu-primary.mobile {  
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }


  .custom-menu-primary.mobile .hs-menu-wrapper {
    position: relative;
    flex: 1 0 auto;
    padding: 30px 15px 10px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .mobile-lang {
    border-top: 1px solid #e7e4e0;
    height: 60px;
    padding: 0 30px 0 25px;
    color: #fff;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;  
    -ms-flex-pack: end; 
    justify-content: flex-end;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li a {
    display: block;
    position: relative;
    font-size: 24px;
    padding: 10px 15px;
    font-weight: 700;
    line-height: 36px;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    padding-right: 48px;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul li.hs-item-has-children > a:after {
    right: 15px;
    transform: translateY(-50%) rotate(-90deg);
    position: absolute;
    top: 50%;
    display: inline-block;
    font-size: 18px;
    content: "\e918";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;    
    -moz-osx-font-smoothing: grayscale;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul li > a:hover{
    color:#d60d10;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li.shop > a:before {
    display: inline-block;
    margin-right: 21px;
    transform: translateY(1px);
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e906";
  }
  li.dl-back a:hover {
    color: #ab9f96 !important;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li a:hover {
    text-decoration: none;
  }



  .mobile-lang span.lang-select {
    font-size: 16px;
    position: relative;
    margin-left: 30px;
  }

  .mobile-lang span.lang-select button {
    background: none;
    padding: 0;
    border: 0;
    cursor: pointer;
    line-height: 24px;
    display: inline-block;
    background: none;
    padding: 0;
    color: currentColor;
    outline: none;
  }

  .mobile-lang span.lang-select button i.icon-caret-down {
    font-size: 12px;
    margin-left: 6px;
    font-family: 'icomoon' !important;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
  }

  .mobile-lang span.lang-select button i.icon-caret-down:before {
    content: "\e918";
  }

  .mobile-lang span.lang-select .languages {
    position: absolute;
    top: 45px;
    right: 0;
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2), 0 0 2px rgba(0,0,0,0.1);
    opacity: 0;
    transform: scale(0);
    transform-origin: top right;
    transition: opacity .03s linear,transform .12s cubic-bezier(0,0,.2,1);
    z-index: 1;
  }
  .lang-open .mobile-lang span.lang-select .languages { 
    opacity: 1;
    transform: scale(1);
  }

  .mobile-lang span.lang-select .languages a.lang-link {
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 300;
  }
  .mobile-lang span.lang-select .languages a.lang-link:hover {
    background: #fff;
    color: #d60d10;
  }
  .mobile-lang span.lang-select button i.icon-caret-down {
    transform: rotate(-180deg);
    display: inline-block;
  }

  .mobile-lang span.lang-select .languages {
    top: auto;
    bottom: 110%;
    transform-origin: bottom right;
    background: #d60d10;
  }

  li.dl-back a {
    padding-left: 48px !important;
  }

  li.dl-back a:before {
    left: 15px;
    transform: translateY(-50%) rotate(-270deg);
    position: absolute;
    top: 50%;
    display: inline-block;
    font-size: 18px;
    content: "\e918";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .custom-menu-primary.mobile > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    will-change: transform,opacity;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .search-open .header-search-wrapper {   
    z-index: 9999999;
  }
  .mobile-open .custom-menu-primary.mobile{
    z-index: 999999;
  }
  .mobile-open .header {
    z-index: 99999999;
  }
  .search-open .header {  
    z-index: 99999999;
  }
}
header.header a.logo {
  top: 5px;
}

@media(max-width:767px){
  .header-search-wrapper .page-center {
    max-width:540px;
  }
  .header__container {
    max-width:540px !important;
  }
  .header-search-wrapper {
    padding-top: 120px;
  }

  .header-search-wrapper .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header__container {
    width: 100%;
  }

  .header-search-inner {
  }

  .header-search-wrapper form .form-group {
    position: relative;
  }

  .header-search-wrapper form .form-group .input-wrapper {
    position: static;
    padding-left: 0;
    padding-right: 0;
  }

  .search-open .header-search-wrapper form .form-group label.search-label i {
    font-size: 48px;
  }

  .header-search-wrapper form .form-group .input-wrapper input {
    font-size: 20px;
    width: 100%;
  }

  .header-search-wrapper form .form-group .input-wrapper .search-border {
    border-width: 2px;
  }

}


@media(max-width:575px){
  .header-search-wrapper .page-center {
    max-width:100%;
  }
  .header__container {
    max-width:100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */


.lp-footer .footer-copyright-section .hs-menu-wrapper>ul>li:nth-child(6), 
.lp-footer .footer-copyright-section .hs-menu-wrapper>ul>li:nth-child(7) {
  display: none;
}


.footer {
  text-align: center;
}
.footer .page-center {
  padding-left:15px;
  padding-right:15px;
}


.footer-bottom {
  position: relative;
  padding: 30px 0 30px;
}

.footer-bottom-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px; 
  margin-left: -15px; 
}

.footer-menu-wrapper {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-button-section {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-social-section {
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: auto;
}


@media(min-width:992px){
  .footer-social-section {
    order: 1;
  }
}


.footer-copyright-section {
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-copyright-section {
}

.footer-copyright-section > nav {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 22.5px;
}

.footer__copyright {
  font-size: 15px;
  line-height: 22.5px;
}

.footer__copyright span span {
  line-height: 22.5px;
  display: block;
}

.footer-copyright-section .hs-menu-wrapper > ul > li > a:before {
  content: "|";
  margin: 0 5px 0 3px;
}

.footer-copyright-section .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
}

.footer-copyright-section .hs-menu-wrapper > ul > li {
  display: inline-block;
  line-height: 22.5px;
}

.footer-copyright-section .hs-menu-wrapper > ul > li:first-child > a:before {
  display: none;
}

.footer-social-section a {
  font-size: 32px;
  margin-right: 20px;
  display: flex;
  transform: translateY(-11px);
  -ms-flex-align: end;
  align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
}

.footer-social-section a:hover{
  text-decoration:none;
}


.footer-social-section a:last-child {
  margin-left: 35px;
  transform: none;
}

.footer-social-section a:last-child svg {
  max-height: 90px;
}

.footer-social-section a i {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

i.icon-youtube:before {
  content: "\ea9d";
}

i.icon-instagram:before {
  content: "\e902";
}

i.icon-facebook:before {
  content: "\e901";
}

i.icon-youtube {
  transform: translateY(3px);
}

.footer-button-section h6 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 8px;
  font-weight: 700;
  color: rgba(255,255,255,0.7);
  font-family: 'proxima-nova';
  text-align: left;
}

.footer-button-section p {
  margin: 0 0 42px;
  text-align: left;
  line-height: 1.5;
}

.footer-button-section p a {
  padding: 9px 14px;
  transition: background .2s ease-out,color .2s ease-out;
  margin-bottom: 25px;
  cursor: pointer;
  text-align: center;
  max-width: 270px;
  font-weight: 700;
  border-radius: 0;
  display: block;
  border: 1px solid #d60d10;
  line-height: 27px;
}

.footer-menu-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer-menu {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-menu h6 {
  line-height: 1.3;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  color: rgba(255,255,255,0.7);
  text-align: left;
  font-family: 'proxima-nova';
}

.footer-menu .hs-menu-wrapper > ul {
  margin: 0 0 42px;
}

.footer-menu .hs-menu-wrapper > ul > li > a {
  font-size: 16px;
  font-weight: 300;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
  text-align: left;
  line-height: 24px;
}

.footer-menu .hs-menu-wrapper > ul > li > a i {
  color: currentColor;
  min-width: 34px;
  min-height: 34px;
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.7);
  border-width: 1px;
  margin-left: 10px;
  transform: rotate(-90deg);
  transition: transform .2s ease-out;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-menu .hs-menu-wrapper > ul > li > a i:before {
  content: "\e90c";
}

.footer-copyright-section .hs-menu-wrapper>ul>li>a:hover {
  text-decoration: none;
}

.footer-menu .hs-menu-wrapper > ul > li > a:hover {
  text-decoration: none;
}

.footer-menu .hs-menu-wrapper > ul > li > a:hover i {
  color: rgba(255,255,255,0.7);
  transform: translateX(5px) rotate(-90deg);
}

.footer-button-section p a:hover {
  text-decoration: none;
}


.brand-logos.logos-ch {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(8,1fr);
  margin-left: 0;
  margin-right: 0;
  grid-row-gap: 30px;
  align-items: center;
  grid-column-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  display: -ms-grid;
  display: grid;
}

.brand-logos.logos-ch > a {
  margin-bottom: 30px;
}

.brand-logos.logos-ch > a:first-child {
  -ms-grid-column: 1;
}

.brand-logos.logos-ch > a:nth-child(2) {
  -ms-grid-column: 2;
}

.brand-logos.logos-ch > a:nth-child(3) {
  -ms-grid-column: 3;
}

.brand-logos.logos-ch > a:nth-child(4) {
  -ms-grid-column: 4;
}

.brand-logos.logos-ch > a:nth-child(5) {
  -ms-grid-column: 5;
}

.brand-logos.logos-ch > a:nth-child(6) {
  -ms-grid-column: 6;
}

.brand-logos.logos-ch > a:nth-child(7) {
  -ms-grid-column: 7;
}

.brand-logos.logos-ch > a:nth-child(8) {
  -ms-grid-column: 8;
}

.brand-logos.logos-ch > a img {
  width: 133.125px !important;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

.brand-logos.logos-ch > a > div:last-child {
  display: none;
}

.brand-logos.logos-ch > a > div {
  display: inline;
}

.footer-top .page-center {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.brand-logos.logos-ch > a:hover > div:last-child {
  display: inline;
}

.brand-logos.logos-ch > a:hover > div:first-child {
  display: none;
}

@media(max-width:1199px){
  .footer .page-center{
    max-width: 960px;
  }
}

@media(max-width:991px){
  .footer .page-center{
    max-width: 720px;
  }
  .footer-menu-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-button-section {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 20px 0 0;
  }

  .footer-social-section {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer-copyright-section {
    margin: 40px 0 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-copyright-section>nav {
    margin-bottom: 20px;
    text-align: left;
  }

  .footer-button-section p a {
    line-height: 30px;
  }

  body {
    font-size: 20px !important;
  }

  .footer-button-section h6 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 8px;
  }

  .footer-menu h6 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .lp-footer .footer-bottom {
    padding: 0px 0 30px;
  }
}


@media(max-width:767px){
  .footer .page-center{
    max-width: 540px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-button-section {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 20px 0 45px;
  }

  .footer-social-section {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-menu {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .brand-logos.logos-ch {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 30px;
    grid-column-gap: 15px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(3,1fr);
    margin: 60px 0 30px;
    align-items: center;
  }

  .brand-logos.logos-ch>a {  
    margin-bottom: 0;
  }

  .brand-logos.logos-ch>a img {   
    width: 156.656px !important;
  }
  a#back-to-top {
    right: 20px !important;
    bottom: 40px !important;
  }
}

@media(max-width:575px){
  .footer .page-center{
    max-width: 100%;
  }
  .brand-logos.logos-ch>a img {  
    width: 162.328px !important;
  }
}


/* @media(max-width:340px){  
.footer-social-section a:last-child {
margin-left: 15px;
}
} */



a#back-to-top {
  right: 50px;
  bottom: 50px;
  position: fixed;
  cursor: pointer;
  border: 0;
  background: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 1px 6px;
}

a#back-to-top i {
  min-width: 34px;
  min-height: 34px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3e3a3a;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a#back-to-top i:before {
  content: "\e90c";
  transform: translate(1px,0) rotate(180deg);
  transition: transform .2s ease-out;
  display: inline-block;
}

a#back-to-top:hover i {
  background-color: #000;
}

a#back-to-top:hover {
  text-decoration: none;
}

a#back-to-top:hover i:before {
  transform: translate(1px,-3px) rotate(180deg);
}

#hs_cos_wrapper_social_links {
  display: flex;
  align-items: end;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 15px;
  margin: 0 auto;
}



/*    ======. Banner Scroll Effect.   ============. */

.content-wrapper .banner-title {
  display: none;
}
.dark-heading .content-wrapper .banner-title {
  display:block;
}
.hs-blog-post .content-wrapper{
  position:relative;
  z-index:1;
}


/*   ========.  End Scroll Effect.  ===============. */

/* Blog Listing */
.banner-title-sentinel h1 {
  text-align: center;
}

.post-listing-simple {
  width: 100%;
}

.post-listing-simple .post-item {  
  width: 100%;
  max-width: 100%;
  display: block;
}

h2.post-listing-simple {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 1.3;
}

h2.post-listing-simple a {
  margin-bottom: 20px;
}

h2.post-listing-simple a:hover {
  text-decoration: none;
}



.hs-featured-image{
  float: none;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.custom-date {
  width: 60px;
}
.content-wrapper-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.topic-title {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.topic-wrapper {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-index {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-listing {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-pagination {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.topic-title h3 {
  font-size: 45px;
  line-height: 1.1;
  margin-bottom: 5px;
  font-weight: 700;
}

.topic-title h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.35;
  margin-bottom: 35px;
  font-family: 'pt-serif','Times New Roman',Times,serif;
}

.topic-wrapper {
}

.topic-inner {
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.topic-wrapper .topic {
  margin-bottom: 55px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.topic-wrapper .topic h6 {
  margin-bottom: 0;
  flex: 0 0 175px;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.topic-wrapper .topic h6 i.hidden-sm-down.icon-arrow-right {
  margin: 0 20px 0 12px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.topic-wrapper .topic h6 i.hidden-sm-down.icon-arrow-right:before {
  display: inline-block;
  transform: rotate(-90deg);
  content: "\e90c";
}

.custom-categories {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -15px;
  display: -ms-flexbox;
  display: flex;
}

.custom-categories ul {
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -15px;
  display: -ms-flexbox;
  display: flex;
}

.custom-categories ul li {
  margin: 0;
  padding: 0;
}

.custom-categories ul li:before {
  display: none;
}

.custom-categories ul li a {
  border-radius: 8px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 400;
  margin: 0 13px 15px 0;
  color: #d60d10;
  border: 1px solid #d60d10;
  position: relative;
  display: block;
  cursor: pointer;
  text-align: center;
  max-width: 270px;
  transition: background .2s ease-out,color .2s ease-out;
  line-height: 24px;
  font-family: proxima-nova;
}

.custom-categories ul li a:hover {
  color: #fff;
  background: #d60d10;
  text-decoration: none;
}

.custom-categories ul li.active a {
}

.post-item {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  width: 100%;
  min-height: 1px;
}

.post-item a {
  margin-bottom: 140px;
  position: relative;
  display: block;
  cursor: pointer;
}

.post-item .hs-featured-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 320px;
}

.post-item .hs-featured-image-wrapper img.hs-featured-image {
  transform: scale(1);
  transition: transform .35s ease-out;
  margin-bottom: 0;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.post-item .post-header {
  transform: translateY(calc(-60% - 10px));
  padding: 35px 30px;
  height: 160px;
  width: 85%;
  max-width: 400px;
  position: absolute;
  color: #fff;
  transition: transform .275s ease-out;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #3e3a3a;
  top: 100%;
}

.post-item .post-header h2 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 1.3;
  color: #fff;
}

.post-item a:hover img {
  transform: scale(1.05);
}

.post-item a:hover .hs-featured-image-wrapper img.hs-featured-image {
  transform: scale(1.05);
}

.post-item a:hover .post-header {
  transform: translateY(calc(-70% - 10px));
}

.blog-pagination a {
  padding: 0 10px;
}

.blog-pagination {
  margin-bottom: 40px;
}





.hs-blog-post .blog-post {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  width: 100%;
  min-height: 1px;
  padding-right: 6px;
  padding-left: 6px;
  margin: 0 auto;
}

.blog-comments {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  width: 100%;
  min-height: 1px;
  padding-right: 6px;
  padding-left: 6px;
  margin: 0 auto;
  margin-bottom: 40px;
}

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

ul.no-list.hs-error-msgs.inputs-list li:before {
  display: none;
}







.blog-post-header .page-center {
  padding-right: 15px;
  padding-left: 15px;
}

.blog-post-title-content {
  margin: 0 -15px;
}

.blog-post-title-content-inner {
  max-width: 58.333333%;
  margin: 0 auto;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-post-title {
  position: relative;
}

.blog-post-title h1.title-fixed {
  color: #fff;
}

.fixed .blog-post-title h1.title-fixed {
  color: #1a1a1a;
}

.blog-post-title h1 {
  font-size: 65px;
  line-height: 1.05;
  margin: 0;
  color: #1a1a1a;
}

.blog-post-title-content-inner h5 {
  font-size: 24px;
  margin-bottom: 6px;
  font-weight: 400;
  line-height: 1.35;
  color: #fff;
  font-family: 'pt-serif','Times New Roman',Times,serif;
}


.blog-post-header.top {
  position: fixed;
  left: 0;
  width: 100%;
  top: 58.4vh;
}

.blog-post-header.bottom {
  visibility: hidden;
  opacity: 0;
}

.bottom .blog-post-title-content-inner {
  max-width: 100%;
  margin-bottom: 47px;
  padding: 0;
}


@media (min-width: 992px) {
  .fixed .blog-post-title-content-inner h5 {
    color: #1a1a1a;
  }

  .fixed .blog-post-header.top {
    display: none;
  }

  .fixed .blog-post-header.bottom {
    visibility: visible;
    opacity: 1;
  }
}


@media(max-width:1199px){
  .content-wrapper {
    max-width: 960px !important;
  }
  .hs-blog-post .blog-post {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .blog-comments {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .post-item .hs-featured-image-wrapper {
    max-height: 254px;
  }
}

@media(max-width:991px){
  .content-wrapper {
    max-width: 720px !important;
  }
  .post-item .hs-featured-image-wrapper {
    max-height: 189px;
  }

  .topic-wrapper .topic {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .topic-wrapper .topic h6 {
    flex: 0 0 175px;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .topic-title h3 {
    font-size: 34px;
    line-height: 1.1;
    margin-bottom: 5px;
  }

  .topic-title h5 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.35;
    margin-bottom: 35px;
  }
  .post-item .post-header h2 {
    font-size: 23px !important;
  }
  .post-item a {
    margin-bottom: 75px;
  }

  .blog-post-header.top {
    top: 74.4vh;
  }

  .blog-post-header.bottom .page-center {
    padding: 0;
  }

  .blog-post-title-content-inner {
    max-width: 75%;
  }

  .fixed-b .blog-post-title-content-inner h5 {
    color: #1a1a1a;
  }

  .fixed-b .blog-post-header.top {
    display: none;
  }

  .fixed-b .blog-post-header.bottom {
    visibility: visible;
    opacity: 1;
  }
}


@media(max-width:767px){
  .content-wrapper {
    max-width: 540px !important;
    padding: 0 20px;
  }
  .hs-blog-post .blog-post {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-comments {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .post-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .post-item .hs-featured-image-wrapper {
    max-height: 100%;
    height: auto;
  }
  .topic-wrapper .topic {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .post-item .post-header {
    height: 110px;
    padding: 20px;
  }

  .post-item .post-header h2 { 
    font-size: 18px !important;
  }

  .blog-post-title-content-inner {
    max-width: 100%;
  }

  .blog-post-title h1 {
    font-size: 48px !important;
    line-height: 1.15;
  }
}

@media(max-width:575px){
  .content-wrapper {
    max-width: 100% !important;
  }

}
/* ******************************************************************************
*********************************************************************************
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: #eaebed;
  z-index: -1;
}
input.email-edit.hs-input {
  width: 100% !important;
}
ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
}
p.header {
  position: static;
  background: transparent !important;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

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

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #1a1a1a;
  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: #1a1a1a;
}

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

.systems-page ul li:before {
  display: none;
}

.systems-page ul li {
  margin: 0;
  padding: 0;
}

@media(max-width:991px){
  .systems-page {
    padding: 2.5rem 0;
  }
}

p.header {
  position: static;
  background: transparent !important;
  transform: none !important;
}