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











































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

@font-face {
  font-family: HelveticaNeue;
  src:  url("https://5631553.fs1.hubspotusercontent-na1.net/hubfs/5631553/Daf_April2020_Theme/Fonts/HelveticaNeueLTW1G-Th.woff2") format("woff2"),
    url("https://5631553.fs1.hubspotusercontent-na1.net/hubfs/5631553/Daf_April2020_Theme/Fonts/HelveticaNeueLTW1G-Th.eot") format("embedded-opentype"), 
    url("https://5631553.fs1.hubspotusercontent-na1.net/hubfs/5631553/Daf_April2020_Theme/Fonts/HelveticaNeueLTW1G-Th.woff") format("woff"),
    url("https://5631553.fs1.hubspotusercontent-na1.net/hubfs/5631553/Daf_April2020_Theme/Fonts/HelveticaNeueLTW1G-Th.ttf") format("truetype"), 
    url("https://5631553.fs1.hubspotusercontent-na1.net/hubfs/5631553/Daf_April2020_Theme/Fonts/HelveticaNeueLTW1G-Th.svg") format("svg");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: HelveticaNeue;
  src: url("https://5631553.fs1.hubspotusercontent-na1.net/hubfs/5631553/Daf_April2020_Theme/Fonts/HelveticaNeueLTW1G-Roman.woff2") format("woff2"),
    url("https://5631553.fs1.hubspotusercontent-na1.net/hubfs/5631553/Daf_April2020_Theme/Fonts/HelveticaNeueLTW1G-Roman.eot") format("embedded-opentype"), 
    url("https://5631553.fs1.hubspotusercontent-na1.net/hubfs/5631553/Daf_April2020_Theme/Fonts/HelveticaNeueLTW1G-Roman.woff") format("woff"),
    url("https://5631553.fs1.hubspotusercontent-na1.net/hubfs/5631553/Daf_April2020_Theme/Fonts/HelveticaNeueLTW1G-Roman.ttf") format("truetype"), 
    url("https://5631553.fs1.hubspotusercontent-na1.net/hubfs/5631553/Daf_April2020_Theme/Fonts/HelveticaNeueLTW1G-Roman.svg") format("svg");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: HelveticaNeue;
  src: url("https://5631553.fs1.hubspotusercontent-na1.net/hubfs/5631553/Daf_April2020_Theme/Fonts/HelveticaNeueLTW1G-Md.woff2") format("woff2"),
    url("https://5631553.fs1.hubspotusercontent-na1.net/hubfs/5631553/Daf_April2020_Theme/Fonts/HelveticaNeueLTW1G-Md.eot") format("embedded-opentype"), 
    url("https://5631553.fs1.hubspotusercontent-na1.net/hubfs/5631553/Daf_April2020_Theme/Fonts/HelveticaNeueLTW1G-Md.woff") format("woff"),
    url("https://5631553.fs1.hubspotusercontent-na1.net/hubfs/5631553/Daf_April2020_Theme/Fonts/HelveticaNeueLTW1G-Md.ttf") format("truetype"), 
    url("https://5631553.fs1.hubspotusercontent-na1.net/hubfs/5631553/Daf_April2020_Theme/Fonts/HelveticaNeueLTW1G-Md.svg") format("svg");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: HelveticaNeue;
  src: url("https://5631553.fs1.hubspotusercontent-na1.net/hubfs/5631553/Daf_April2020_Theme/Fonts/HelveticaNeueLTW1G-Bd.woff2") format("woff2"),
    url("https://5631553.fs1.hubspotusercontent-na1.net/hubfs/5631553/Daf_April2020_Theme/Fonts/HelveticaNeueLTW1G-Bd.eot") format("embedded-opentype"), 
    url("https://5631553.fs1.hubspotusercontent-na1.net/hubfs/5631553/Daf_April2020_Theme/Fonts/HelveticaNeueLTW1G-Bd.woff") format("woff"),
    url("https://5631553.fs1.hubspotusercontent-na1.net/hubfs/5631553/Daf_April2020_Theme/Fonts/HelveticaNeueLTW1G-Bd.ttf") format("truetype"), 
    url("https://5631553.fs1.hubspotusercontent-na1.net/hubfs/5631553/Daf_April2020_Theme/Fonts/HelveticaNeueLTW1G-Bd.svg") format("svg");
  font-style: normal;
  font-weight: 700;
}

html {
  font-size: 16px;
}

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

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 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
}

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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


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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}
.content-wrapper,
.inner{
  max-width: 990px;
  margin:0 auto;
}
.dnd-section>.row-fluid{
  padding-right: 10px;
  padding-left: 10px;

}
@media(max-width:1199px){
  body .dnd-section>.row-fluid,
  body .footer__container,
  body .page-center,
  body .content-wrapper,
  body .inner{
    max-width: 952px;
  }
}
@media(max-width:991px){
  body .dnd-section>.row-fluid,
  body .footer__container,
  body .page-center,
  body .content-wrapper,
  body .inner{
    max-width: 728px;
  }
}

@media(max-width:767px){
  body .dnd-section>.row-fluid,
  body .footer__container,
  body .page-center,
  body .content-wrapper,
  body .inner{
    max-width: 536px;
  }
}
@media(max-width:575px){
  body .dnd-section>.row-fluid,
  body .footer__container,
  body .content-wrapper,
  body .inner{
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 500px;
  font-family: Lato, sans-serif;
}

.hs-button, .button--primary{
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  position: relative;
  text-align: center;
  -webkit-transition: background-image .1s ease-in-out;
  -o-transition: .1s background-image ease-in-out;
  transition: background-image .1s ease-in-out;
  line-height: 1.6;
  font-size: 1.25rem;
  padding: .6875rem 1.25rem;
  
  text-decoration: none;
  white-space:normal;
  text-decoration: none !important;
  margin: 10px 0;
  outline: 0;
  font-weight: 500;
}

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

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


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

form .hs-error-msgs label {
  margin-top: .5rem;
  color: #dc3545!important;
  margin-top: .8125rem;
  padding: .5rem 0 0!important;
  font-size: .875rem;
  line-height: 1.28571;
}

.hs-input ,
.hs-search-field__input,
form .hs-input[type="text"],
form input[type="text"],
form input[type="password"],
form select,
form textarea,
.hs-input {
  display: block;
  width: 100% !important;
  padding: .3125rem 2.5rem .3125rem .9375rem;
  font-size: 16px;
  font-weight: normal;
  height: 42px !important;
  line-height: 19px;
  -webkit-box-shadow: 0 0 4px transparent, inset 0 2px 2px rgba(0,0,0,.1);
  box-shadow: 0 0 4px transparent, inset 0 2px 2px rgba(0,0,0,.1);
}

.systems-page .success {
  min-width: 100% !important;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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: #dc3545;
}
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: 1px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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

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


.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: 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 a {
  text-decoration: none;
}
.header {
  background-color: #F8FAFC;
}

.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

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

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

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

/* Styles for the Logo */


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

.mobile_menu_wrap {
  display: none;
}

.header_top {
  font-family: Arial,Helvetica Neue,sans-serif;
  font-size: .75rem;
}
.header_top ul {
  margin: 0;
  justify-content: flex-end;
  font-size: .75rem;
}
.header_top ul ul {
  position: absolute;
}
.header_top .hs-menu-wrapper>ul>li.hs-item-has-children>a {
  padding-right: 1.875rem;
}

.header_top .hs-menu-wrapper>ul>li>a {
  text-transform: uppercase;
  padding: .625rem .9375rem;
  position: relative;
  line-height: 1.5;
  font-family: Arial, "Helvetica Neue", sans-serif;
}
.header_top .hs-menu-wrapper>ul>li.hs-item-has-children>a > span {
  width: 18px;
  height: 18px;
  color: inherit;
  fill: inherit;
  position: absolute;
  top: 9px;
  right: 8px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header_top .hs-menu-wrapper>ul>li.hs-item-has-children>a span  svg{
  color: inherit;
  fill: inherit;  
}
.header_top .hs-menu-wrapper>ul ul li a {
  border-bottom: 1px solid #ced4da;
  padding: 10px 14px;
  font-weight: 400;
  text-align: inherit;
  font-family: Arial, "Helvetica Neue", sans-serif;
  line-height: 18px;
}
.header_top .hs-menu-wrapper>ul ul li:last-child a {
  border: 0;
}
.desk_menu_wrap a.btn.btn--dealerlocator:before {
  content: "";
  display: inline-block;
  border-left: 1px solid #f1f1f1;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -20px;
}
.header_top .hs-menu-wrapper>ul ul {
  margin: 0;
  padding: 0;
  border-left: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  border-top: 0 solid #ced4da;
  border-bottom: 1px solid #ced4da;
  font-size: .75rem;
  max-height: 117px;
  overflow-x: auto;
  display: none;
  line-height: 18px;
  z-index: 99;
}
.header_top .hs-menu-wrapper>ul li:last-child > ul {
  left: auto !important;
  right: 0;
  text-align: right;
}
.header_top .hs-menu-wrapper>ul li:hover ul{
  display: block;
}
.header_bottom {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #dbdedf;
  padding: 0 16px;
  position: relative;
  border-top: 1px solid transparent;
  height: 62px;
}
.header__logo {
  max-width: 100px;
  width: 100px;
  margin-left: .625rem;
  margin-right: 1.875rem;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: 1.25rem;
}
.custom-menu-primary nav.navigation-primary ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.custom-menu-primary nav.navigation-primary > ul > li > a {
  display: inline-block;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-top: .9375rem;
  padding-bottom: .9375rem;
  border-bottom: 4px solid #fff;
  font-size: 1.0625rem;
  line-height: 1.5;
}
.custom-menu-primary nav.navigation-primary > ul > li {
  position: relative;
}
.custom-menu-primary nav.navigation-primary > ul > li:before {
  content: "";
  display: inline-block;
  border-left: 1px solid #ced3d6;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-navigation__right {
  position: absolute;
  right: 0;
  top: 0px;
  height: 100%;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.desk_menu_wrap  form.form {
  position: relative;
  opacity: 0;
  display: inline-block;
  margin-right: -250px;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  border: 0 !important;
  padding: 0 !important;
}

.header__logo > div, .header__logo span {
  height: 100%;
}

.header__logo a{
  display: flex;
  align-items: center;
  height: 100%;
}
.desk_menu_wrap a.btn.btn--dealerlocator {
  background-color: transparent;
  border-radius: 0;
  color: #656b6f;
  font-weight: 400;
  padding: 11px 20px;
  height: 60px;
  font-size: 1.25rem;
  border: 1px solid transparent;
  display: inline-block;
  line-height: 40px;
}
.icon--dealerlocator {
  width: 24px;
  height: 24px;
  color: #656b6f;
  fill: #656b6f;
  position: relative;
  top: 5px;
  margin-right: 3px;
  display: inline-block;
}
.desk_menu_wrap a.btn.btn--dealerlocator svg {
  width: 100%;
  height: 100%;
}
span.main-navigation__searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.desk_menu_wrap .js-toggleclass-trigger span svg {
  width: 100%;
  height: 100%;
}

.desk_menu_wrap .js-toggleclass-trigger span {
  width: 32px;
  height: 32px;
  color: #656b6f;
  fill: #656b6f;
  position: relative;
  top: 3px;
  display: inline-block;
}
.desk_menu_wrap .js-toggleclass-trigger:hover {
  color: #656b6f;
  background-color: #f9f9f9;
}
.desk_menu_wrap .js-toggleclass-trigger {
  border: 0;
  border-left: 1px solid #f1f1f1;
  height: 60px;
  padding-left: 1.25rem;
  padding-right: .9375rem;
  background-color: transparent;
  border-radius: 0;
  color: #656b6f;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.25rem;
  padding: 11px 15px 11px 20px;
  margin-right: 25px;
  cursor: pointer;
}
.desk_menu_wrap a.btn.btn--dealerlocator:hover {
  background-color: #f9f9f9;
}
.desk_menu_wrap  .search_active form.form {
  opacity: 1;
  margin-right: 5px;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search_active .js-toggleclass-trigger {
  display: none;
}
.desk_menu_wrap  form.form input#Query {
  height: 42px;
  -webkit-box-shadow: 0 0 4px transparent, inset 0 2px 2px rgba(0,0,0,.1);
  box-shadow: 0 0 4px transparent, inset 0 2px 2px rgba(0,0,0,.1);
  padding: .3125rem 2.5rem .3125rem .9375rem;
  padding-right: 2.8125rem;
}
.desk_menu_wrap  form.form .btn--secondclick span svg {
  width: 100%;
  height: 100%;
}

.desk_menu_wrap  form.form .btn--secondclick span {
  width: 32px;
  height: 32px;
  color: #656b6f;
  fill: #656b6f;
  position: relative;
  top: 0;
  display: inline-block;
}
.desk_menu_wrap form.form .btn--secondclick {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  padding: 0 .9375rem 0 0;
  background: transparent;
  cursor: pointer;
}
.desk_menu_wrap form.form .btn--secondclick span svg {
  width: 100%;
  height: 100%;
}
.desk_menu_wrap form.form .btn--secondclick span {
  width: 32px;
  height: 32px;
  color: #656b6f;
  fill: #656b6f;
  position: relative;
  top: 0;
  display: inline-block;
}
.desk_menu_wrap form.form .btn--secondclick {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  padding: 0 .9375rem 0 0;
  background: transparent;
}
input#Query::placeholder {
  color: #ced3d6;
  opacity: 1;
}
input#Query:-moz-placeholder {
  color: #ced3d6;
}
input#Query::-webkit-input-placeholder {
  color: #ced3d6;
}

.no_nav .header_top {
  min-height: 38px;
}
.desk_menu_wrap .search_active form.form {
  border: 0 !important;
  padding: 0 !important;
}



@media (max-width: 1240px) {
  .custom-menu-primary nav.navigation-primary>ul>li>a {
    padding-left: 10px;
    padding-right: 10px;
  }


}
@media (max-width: 1040px) {
  .custom-menu-primary nav.navigation-primary>ul>li>a {
    font-size: 15px;
  }


}
.custom-menu-primary .submenu.level-1>li .menu_arrow_icon {
  display: none;
}

@media (min-width: 992px) {
  .custom-menu-primary ul ul li a {
    padding: 5px;
    display: block;
  }
  .custom-menu-primary ul ul {
    position: absolute;
    width: 100%;
    padding: 10px !important;
    display: none !important;
  }
  .custom-menu-primary ul li:hover ul {
    display: block !important;
  }

}
@media (max-height: 500px) {
  .mobilenav-searchbar form {
    background: #dbdedf;
  }
  .mb_menu {
    height: auto !important;
  }
}
@media (max-width: 991px) {
  .mb_menu_top_link ul li {
    display: none;
  }
  .mb_menu .navigation-primary>ul>li.active-branch {
    border-bottom: 2px solid #00529c;
  }
  .mb_menu .navigation-primary>ul>li.active-branch>a {
    font-weight: 500;
  }
  .mb_menu_top_link ul li.active {
    display: inline-block;
  }

  .header_bottom {
    padding-right: 0;

  }
  .menu_arrow_icon {
    width: 20px;
    height: 20px;
    color: #00529c;
    fill: #00529c;
    position: absolute;
    top: 22px;
    right: 5px;
  }

  .mb_menu .navigation-primary>ul ul li {
    border-bottom: 1px solid #ced3d6;
    margin-left: 1.875rem;
    margin-right: 1.875rem;
    list-style: none;
    color: #00529c;
  }

  .mb_menu .navigation-primary>ul ul li a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #00529c;
    line-height: 1.25;
    font-size: 1rem;
    font-weight: 100;
    padding: .9375rem .625rem;
  }
  .mb_menu .navigation-primary>ul ul {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .mb_menu .navigation-primary>ul>li {
    border-bottom: 1px solid #ced3d6;
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .mb_menu .navigation-primary ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mb_menu .navigation-primary>ul>li> a {
    line-height: 1.33333;
    position: relative;
    display: block;
    text-decoration: none;
    color: #00529c;
    font-size: 1.3125rem;
    font-weight: 700;
    padding: 1.25rem .625rem;
  }
  .mb_menu .navigation-primary>ul {
    margin: 0;
    padding: 0;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .mb_menu .navigation-primary>ul.active {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out;
  }
  .mb_menu .navigation-primary>ul li>ul {
    display: none;
  }
  .mb_menu .navigation-primary>ul li.active > ul {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    display: block;
  }
  .mb_menu .navigation-primary>ul li.active2 > ul {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    display: block;
  }
  .desk_menu_wrap {
    display: none;
  }
  .icon--submenu {
    width: 22px;
    height: 14px;
    position: relative;
    margin: 10px auto;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    padding-top: .8125rem;
    padding-bottom: .8125rem;
  }
  .icon--submenu, .icon--submenu span {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .icon--submenu, .icon--submenu span {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .icon--submenu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background-color: #00529c;
    opacity: 1;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .icon--submenu span:nth-child(odd) {
    left: 0;
  }
  .icon--submenu span:first-child, .icon--submenu span:nth-child(2) {
    top: 6px;
  }
  .icon--submenu span:nth-child(2n) {
    left: 50%;
  }
  .icon--submenu span:nth-child(3), .icon--submenu span:nth-child(4) {
    top: 12px;
  }

  .icon--submenu span:nth-child(5), .icon--submenu span:nth-child(6) {
    top: 18px;
  }
  .mb_trigger {
    margin-left: auto;
    white-space: normal;
    font-size: 1rem;
    font-weight: 500;
    padding: .5rem .9375rem;
    border-radius: 4px;
    line-height: 2;
    border-color: transparent;
    padding-right: 21px;
  }
  .icon--submenu.is-open span:first-child {
    left: 2px;
    top: 8px;
  }
  .icon--submenu.is-open span:nth-child(2) {
    left: calc(50% - 2px);
    top: 8px;
  }
  .icon--submenu.is-open span:nth-child(2), .icon--submenu.is-open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .icon--submenu.is-open span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }
  .icon--submenu.is-open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }
  .icon--submenu.is-open span:nth-child(5) {
    left: 2px;
    top: 15px;
  }
  .icon--submenu.is-open span:nth-child(6) {
    left: calc(50% - 2px);
    top: 15px;
  }
  .icon--submenu.is-open span:first-child, .icon--submenu.is-open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  .mobile_menu_wrap {
    position: fixed;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out;
    left: 0;
    right: 0;
    height: calc(100vh - 65px);
    z-index: 99;
    display: block;
    margin: 0;
    padding: 0;
    background: #dbdedf;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),to(#dbdedf));
    background: -o-linear-gradient(top,#fff 0,#dbdedf 100%);
    background: linear-gradient(180deg,#fff 0,#dbdedf);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$top,endColorstr=$bottom,GradientType=0);
    top: 104px;
  }
  .mb_menu_open .mobile_menu_wrap {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100vh - 104px);
    top: 104px;
    overflow-y: auto;
  }
  .mb_menu_open {
    overflow: hidden;
  }
  .mb_menu .navigation-primary>ul.active2 {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out;
  }
  .mb_menu_top_link ul {
    margin: 0;
  }
  .mobile-navigation__footer.mb_menu_bottom {
    width: 100%;
  }
  .mb_menu {
    height: 100%;
  }
  ul.list-unstyled {
    -webkit-column-count: 2;
    column-count: 2;
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    margin: 0;
  }
  .meta-navigation.meta-navigation--mobile:before {
    content: "";
    position: absolute;
    height: 90px;
    background-color: #404953;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1px;
  }
  .meta-navigation.meta-navigation--mobile {
    padding: 0;
    background-color: #353c45;
    font-family: Arial,Helvetica Neue,sans-serif;
    font-size: .75rem;
    position: relative;
    min-height: 135px;
  }
  .meta-navigation.meta-navigation--mobile ul.list-unstyled {
    -webkit-column-count: 2;
    column-count: 2;
    padding: 0;
    line-height: normal;
    padding-bottom: 1.5625rem;
    padding-top: 1.5625rem;
    margin: 0;
    height: 100%;
    padding-bottom: 33px;
  }
  li.text-right {
    text-align: right;
    padding-right: .25rem;
  }
  li.text-left {
    text-align: left;
    position: relative;
    top: -8px;
    padding-left: .25rem;
  }
  .meta-navigation.meta-navigation--mobile ul.list-unstyled .icon--chevron-right {
    width: 18px;
    height: 18px;
    color: #b9c1c6;
    fill: #b9c1c6;
    position: absolute;
    top: 7px;
    -webkit-transform: rotate(90deg) translateY(-5px);
    -ms-transform: rotate(90deg) translateY(-5px);
    transform: rotate(90deg) translateY(-5px);
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    display: inline-block;
  }
  .meta-navigation.meta-navigation--mobile ul.list-unstyled .icon--chevron-right svg {
    fill: inherit !important;
  }
  .meta-navigation.meta-navigation--mobile ul.list-unstyled li a {
    color: #b9c1c6;
    text-decoration: none;
    font-family: Arial,Helvetica Neue,sans-serif;
    font-size: .75rem;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: .5rem 1rem;
    line-height: 1.5;
  }
  .dropdown-menu.rounded-0 {
    display: none;
  }
  .mobilenav-buttons ul.list-unstyled {
    -webkit-columns: 100px 2;
    columns: 100px 2;
    padding-top: .875rem;
    padding-bottom: .875rem;
    margin: 0;
    padding-left: 0;
    list-style: none;
  }
  .mobilenav-searchbar {
    display: none;
  }
  .mobilenav-buttons ul.list-unstyled a {
    padding-left: 1.875rem;
    padding-right: .625rem;
    background-color: transparent;
    border-radius: 0;
    color: #00529c;
    display: inline-block;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 34px;
  }
  .mobilenav-buttons {
    background-color: #fff;
    position: relative;
    min-height: 60px;
  }

  .mobilenav-buttons ul.list-unstyled li {
    line-height: inherit;
    text-align: center;
  }

  .mobilenav-buttons span.icon.icon--search svg {
    width: 100%;
    height: 100%;
    fill: inherit !important;
  }
  .mobilenav-buttons .js-toggleclass-trigger span {
    width: 20px;
    height: 20px;
    color: #00529c;
    fill: #00529c;
    position: absolute;
    left: 0;
    top: 2px;
  }
  .mobilenav-buttons .js-toggleclass-trigger {
    background-color: transparent;
    border-radius: 0;
    color: #656b6f;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
    line-height: 2;
    display: inline-block;
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    padding-left: 1.875rem;
    padding-right: .625rem;
  }
  p.mb-0.d-inline-block {
    margin: 0;
  }

  p.mb-0.d-inline-block {
    margin: 0;
  }
  .mobile-navigation__footer .mobilenav-buttons:before {
    content: "";
    position: absolute;
    height: 35px;
    background-color: #dbdedf;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1px;
  }
  .mobilenav-buttons .js-toggleclass-trigger p.mb-0.d-inline-block {
    font-size: 1.125rem;
    color: #00529c;
    display: inline-block;
    line-height: 1.5;
  }
  .meta-navigation.meta-navigation--mobile ul.list-unstyled li {
    line-height: normal;
    list-style: none;
  }
  .mb_menu_top_link ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mb_menu_top_link ul .icon--chevron-left svg {
    fill: inherit;
  }
  .mb_menu_top_link ul li a {
    color: #00529c;
    font-weight: 500;
    padding: 1.0625rem .3125rem;
    display: block;
    position: relative;
    font-size: 1.125rem;
    text-transform: capitalize;
  }
  .mb_menu_top_link ul .icon--chevron-left {
    width: 20px;
    height: 20px;
    color: #00529c;
    fill: #00529c;
    position: relative;
    top: 3px;
    display: inline-block;
    margin-right: 5px;
  }

  .mb_menu_top_link ul li.at .icon--chevron-left {
    color: #80a9ce;
    fill: #80a9ce;
  }
  ul.submenu.level-2 .menu_arrow_icon {
    top: 17px;
  }
  .mb_menu_top_link ul li.at a {
    color: #80a9ce;
  }
  .mb_menu_top_link ul li.at a:after {
    display: none;
  }

  .mb_menu_top_link ul li a:after {
    content: "";
    border-bottom: 2px solid #80a9ce;
    display: block;
    width: calc(100% - 25px);
    position: relative;
    left: 25px;
  }
  .mb_menu_top_link.active ul {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    height: auto;
    border-bottom: 1px solid #ced3d6;
    display: flex;
        flex-wrap: wrap;
  }
  .mb_menu_top_link ul {
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    height: 0;
    width: 100%;
    white-space: nowrap;
  }
  span.text {
    display: inline-block;
    padding-bottom: 2px;
  }
  .mb_menu .navigation-primary {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .mobilenav-buttons ul.list-unstyled a:hover,
  .mobilenav-buttons .js-toggleclass-trigger:hover{
    background-color: #f9f9f9;
  }

  .mb_search .mobilenav-searchbar {
    display: block;
  }
  .mobilenav-searchbar form {
    max-width: 100%;
    border: 0 !important;
    padding: 5px;
    display: block;
    position: relative;
  }
  .mobilenav-searchbar input#Query {
    padding: .3125rem 2.5rem .3125rem .9375rem!important;
    background-color: #fff;
    color: #21252b;
    height: 42px;
    -webkit-box-shadow: 0 0 4px transparent, inset 0 2px 2px rgba(0,0,0,.1);
    box-shadow: 0 0 4px transparent, inset 0 2px 2px rgba(0,0,0,.1);
    font-size: 1rem;
    line-height: 1.2;
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .mobilenav-searchbar form button.btn.btn--search span svg {
    fill: inherit !important;
  }
  .mobilenav-searchbar form button.btn.btn--search span {
    margin: 7px 0;
    fill: #868e96;
    top: 5px;
    display: inline-block;
    width: 24px;
    height: 24px;
  }
  .mobilenav-searchbar form button.btn.btn--search {
    text-align: center;
    display: inline-block;
    padding: 2px 15px;
    font-size: 1rem;
    line-height: 2;
    border-color: transparent;
    border-radius: 0;
    color: #656b6f;
    font-weight: 400;
    background-color: transparent;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    bottom: 5px;
  }
  .mobilenav-searchbar form button.btn.btn--search:hover {
    background-color: #f9f9f9;
  }

  .language-list a:hover {
    background-color: #f8f9fa;
  }

  .language-list a {
    display: block;
    width: 100%;
    color: #b9c1c6;
    text-decoration: none;
    font-family: Arial,Helvetica Neue,sans-serif;
    font-size: .75rem;
    text-transform: uppercase;
    position: relative;
    padding: .5rem 1rem;
  }
  .language-list {
    position: absolute;
    bottom: 20px;
    right: 0;
    background: #353c45;
    display: none;
    width: 49%;
  }
  .md_lang .language-list {
    display: block;
  }
  .meta-navigation.meta-navigation--mobile.md_lang ul.list-unstyled {
    padding-bottom: 85px;
  }
  .meta-navigation.meta-navigation--mobile.md_lang ul.list-unstyled {
    padding-bottom: 85px;
  }





}
/* Mobile Styles */
.header_height {
  min-height: 100px;
}
.header_group {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
  width: 100%;
  z-index: 99;
}
.scroll .header_group {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

@media (max-width: 767px) {
  .header_height {
    min-height: 65px;
  }
  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    width: 100%;
  }
  .header_bottom {
    height: 65px;
  }
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

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

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

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

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

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

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

  .header__column {
    position: relative;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .header__close--toggle.show {
    display: block;
  }
  .header_top {
    display: none;
  }
  .mb_menu_open .mobile_menu_wrap {
    height: calc(100vh - 65px);
    top: 65px;
  }

  li.text-left {

    top: 0;
  }











}

@media (max-width: 390px) {

  .meta-navigation.meta-navigation--mobile.md_lang ul.list-unstyled {
    padding-bottom: 110px;
  }
  .language-list {
    width: 48%;
  }
  .meta-navigation.meta-navigation--mobile ul.list-unstyled {
    padding-bottom: 1.5625rem;
  }


}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}
.footer__container {
  margin: 0 auto;
}

.footer_bottom a {
  color: inherit !important;
}
.footer a{
  text-decoration: none;
}
.ft_top a svg ,
.ft_top a{
  -webkit-transition: color .1s ease-in-out,fill .1s ease-in-out;
  -o-transition: color .1s ease-in-out,fill .1s ease-in-out;
  transition: color .1s ease-in-out,fill .1s ease-in-out;
}
.footer_bottom {
  padding-right: 10px;
  padding-left: 10px;
}
.footer_bottom a span {
  font-size: 1rem;
  display: block;
  line-height: 1.625;
  padding: 1.0625rem 1.25rem 1.0625rem 0;
}
.footer_bottom a strong {
  margin-right: .3125rem;
}
.footer_bottom {
  border-top: 1px solid #656b6f;
}
.footer__copyright ul li a {
  line-height: 1.14286;
  font-size: .875rem;
  position: relative;
  padding: .5rem .625rem .5rem 0;
  -webkit-transition: color .1s ease-in-out,fill .1s ease-in-out;
  -o-transition: color .1s ease-in-out,fill .1s ease-in-out;
  transition: color .1s ease-in-out,fill .1s ease-in-out;
  cursor: pointer;
  display: inline-block;
}
footer.footer.no_nav {
  padding-bottom: 25px;
}
.footer__copyright ul li:not(:first-child):before {
  content: "-";
  position: absolute;
  top: .4375rem;
  left: -.125rem;
  font-weight: 500;
}
.footer__copyright ul li:first-child {
  padding: .5rem .625rem .5rem 0;
  cursor: default;
}
.footer__copyright ul li {
  line-height: 1.14286;
  font-size: .875rem;
  position: relative;
  padding-left: .625rem;
}
.footer__copyright ul {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  display: flex;
}
.footer__copyright {
  margin: .4375rem 0;
  padding: 0 10px;
}
.ft_top_inner:after, .ft_top_inner:before {
  display: none;
}
.ft_top_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ft_top_inner .span3 {
  width: 25%;
  margin-left: 0;
  padding: 0 10px;
}
.ft_top_inner .span9 {
  width: 75%;
}

.ft_menu .hs-menu-wrapper > ul > li {
  width: 33.3%;
  padding: 0 10px;
  margin-bottom: 1.625rem;
}
.ft_menu .hs-menu-wrapper > ul {
  margin: 0;
}
.ft_menu .hs-menu-wrapper > ul > li > a,
h3.footer-links__title{
  margin: 0 0 1.125rem;
  padding: 0 0 .375rem;
  color: inherit !important;
  font-size: 1rem;
  line-height: 2.5;
  font-weight: 400;
  border-bottom: 1px solid #4d545a;
  cursor: default;
}
.ft_menu .hs-menu-wrapper > ul ul {
  display: block;
}
.ft_menu .hs-menu-wrapper > ul ul li {
  display: block;
}
.ft_menu .hs-menu-wrapper > ul ul li a {
  display: block;
  padding: .5rem 1rem;
  padding-left: 0;
  font-size: .875rem;
  line-height: 1.14286;
}
.ft_top {
  padding-top: 2.375rem;
}
.social-links li a {
  display: block;
  padding: .5rem 1rem;
  font-size: .875rem;
  line-height: 1.14286;
  padding-left: 0;
}
.social-links {
  margin-top: -.5rem;
  max-width: 180px;
  margin-bottom: 1.625rem;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.social-links li a .icon {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  pointer-events: none;
}


@media(max-width:991px){

  .ft_top_inner .span3 {
    width: 50%;
  }
  .ft_top_inner .span3 {
    width: 50%;
    margin-left: 0;
    padding: 0 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    min-height: 331px;
  }
  .ft_top_inner {
    position: relative;
  }
  .ft_menu .hs-menu-wrapper>ul>li {
    width: 50%;
  }
  .ft_top_inner .span9 {
    width: 100%;
  }






}

@media(max-width:767px){
  .ft_menu .hs-menu-wrapper>ul>li,
  .ft_top_inner .span3{
    width: 100%;
    padding-bottom: 1.5625rem;
  }
  .ft_top_inner .span3 {
    min-height: auto;
    position: static;
  }
  .footer_bottom a strong {
    display: block;
  }
  .footer_bottom {
    padding-bottom: 1.5625rem;
  }
  .footer__copyright ul {
    justify-content: center;
    padding-bottom: 1.5625rem;
  }
  footer.footer.no_nav {
    padding-bottom: 1px;
  }


}
@media(max-width:767px){
  .footer_bottom {
    padding-right: 30px;
    padding-left: 30px;
  }
  .ft_menu .hs-menu-wrapper>ul>li,
  .ft_top_inner .span3 {
    padding-left: 0;
    padding-right: 0;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  margin: 0 auto;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

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

.blog-header__form {
  margin: 0 1rem;
}

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


@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}


.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.blog-pagination a span svg {
  fill: inherit !important;
}
.blog-pagination a span {
  width: 16px;
  height: 16px;
  vertical-align: bottom;
  fill: #00529c;
  display: inline-block;
}
.blog-pagination a:hover {
  color: #00529c;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.blog-pagination a:last-child {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.blog-pagination a:first-child {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.blog-pagination a {
  position: relative;
  display: block;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #dee2e6;
  text-decoration: none;
  cursor: pointer;
  padding: .5rem .75rem;
  color: #00529c;
  font-size: .875rem;
}
.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
a.blog-pagination__prev-link--disabled span,
a.blog-pagination__next-link--disabled span{
  color: #b9c1c6;
  fill: #b9c1c6;
}
a.blog-pagination__prev-link--disabled,
a.blog-pagination__next-link--disabled{
  color: #b9c1c6;
  pointer-events: none;
  cursor: auto;
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
  padding-top: 20px;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

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

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

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


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

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
/* Custom Css */

.recent-post-item:after {
  background: -owg-linear-gradient(90deg,#000 0,transparent 100%);
  background: -o-linear-gradient(90deg,#000 0,transparent 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0,#000),to(transparent));
  background: -o-linear-gradient(left,#000 0,transparent 100%);
  background: linear-gradient(90deg,#000,transparent);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  content: "";
}
.recent-post-item {
  min-height: 650px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}
.banner_inner {
  position: relative;
  width: 100%;
  z-index: 9;
  color: #fff;
}
.b_banner_content {
  max-width: 480px;
}
.b_banner_content h1 {
  text-shadow: 0 1px 1px transparent, 0 0 150px rgba(0,0,0,.75);
  color: #fff;
  margin-bottom: 1.25rem;
  line-height: .9375;
  font-size: 4rem;
}
.b_banner_content p {
  text-shadow: 0 0 0 rgba(0,0,0,.25), 0 0 60px rgba(0,0,0,.75);
  line-height: 1.33333;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: inherit;
}
.meta {
  font-weight: 400;
  line-height: 1.5625;
  font-size: 1rem;
  text-shadow: 0 0 0 rgba(0,0,0,.25), 0 0 60px rgba(0,0,0,.75);
  margin-bottom: 1.375rem;
  color: #fff;
}
a.learn_more:hover {
  background-image: -owg-linear-gradient(180deg,#215f96 0,#004583 100%)!important;
  background-image: -o-linear-gradient(180deg,#215f96 0,#004583 100%)!important;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#215f96),to(#004583))!important;
  background-image: -o-linear-gradient(top,#215f96 0,#004583 100%)!important;
  background-image: linear-gradient(180deg,#215f96,#004583);
  border-color: transparent;
  color: #fff;
}
.post_top_content .post_meta {
  color: #212529;
}
a.learn_more {
  transition: background-image .1s ease-in-out;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-color: #fff;
  margin-top: 1.25rem;
  display: inline-block;
  border-radius: 4px;
  line-height: 1.6;
  font-size: 1.25rem;
  padding: .6875rem 1.25rem;
  font-weight: 500;
  text-decoration: none !important;
}

.b_top_wrap {
  background: linear-gradient(rgb(241, 241, 241) 0px, rgb(219, 222, 223));
}
.inner {
  padding-left: 10px;
  padding-right: 10px;
}
.breadcrumb .icon--arrow-back svg {
  width: 100%;
  height: 100%;
}
.breadcrumb .icon--arrow-back {
  width: 22px;
  height: 22px;
  color: #00529c;
  fill: #00529c;
  position: relative;
  top: 4px;
  margin-right: 5px;
  display: inline-block;
}
.breadcrumb {
  min-height: 70px;
  border-bottom: 1px solid #dbdedf;
  display: flex;
  align-items: center;
}

.breadcrumb p {
  margin: 0;
}
.breadcrumb .inner {
  width: 100%;
}
.breadcrumb p a svg {
  fill: inherit;
}
.breadcrumb p a {
  text-decoration: none;
  color: #00529c;
  padding-top: .75rem;
  padding-bottom: .75rem;
}
.breadcrumb p {
  margin: 0;
}
.topic_wrap .icon--chevron-right svg {
  width: 100%;
  height: 100%;
  fill: inherit !important;
}
.topic_wrap ul li:hover {
  background-color: #fff;
}
.topic_wrap ul li a {
  color: #00529c;
  text-decoration: none;
  display: block;
  padding-top: .5rem;
  padding-bottom: .5625rem;
  padding-left: .6875rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  cursor: pointer;
}
.topic_wrap ul li {
  border-bottom: 1px solid #ced3d6;
  position: relative;
  height: 41px;
}
.topic_wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-column-count: 3;
  column-count: 3;
}
.topic_wrap {
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}
.topic_wrap .icon--chevron-right {
  width: 16px;
  height: 16px;
  color: #00529c;
  fill: #00529c;
  position: relative;
  top: 1px;
  display: inline-block;
}
.box_item_wrap:after {
  clear: both;
  display: block;
  content: "";
}
.blog-index > h1 {
  line-height: .9375;
  font-size: 4rem;
  color: #353c45;
  font-weight: 700;
  margin: 0 0 1.5625rem;
  padding-top: 25px;
}
.hs-blog-listing {
  background-color: #f1f1f1;
}
body .icon--right svg {
  width: 100%;
  height: 100%;
  fill: inherit !important;
}
a.more .icon--right {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: #fff;
  position: relative;
  top: 4px;
}
.blog-pagination {
  padding-bottom: 80px;
}
.f_img {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}

a.more:hover {
  background-image: -owg-linear-gradient(180deg,#215f96 0,#004583 100%)!important;
  background-image: -o-linear-gradient(180deg,#215f96 0,#004583 100%)!important;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#215f96),to(#004583))!important;
  background-image: -o-linear-gradient(top,#215f96 0,#004583 100%)!important;
  background-image: linear-gradient(180deg,#215f96,#004583)!important;
}
a.more {
  font-weight: 500;
  color: #fff !important;
  border-radius: 4px;
  line-height: 1.6;
  font-size: 1.25rem;
  padding: .6875rem 1.25rem;
  background-image: -owg-linear-gradient(180deg,#266cab 0,#00529c 100%)!important;
  background-image: -o-linear-gradient(180deg,#266cab 0,#00529c 100%)!important;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#266cab),to(#00529c))!important;
  background-image: -o-linear-gradient(top,#266cab 0,#00529c 100%)!important;
  background-image: linear-gradient(180deg,#266cab,#00529c)!important;
  border: 0;
  -webkit-transition: background-image .1s ease-in-out;
  -o-transition: .1s background-image ease-in-out;
  transition: background-image .1s ease-in-out;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
}
a.blog-index-inner:hover {
  -webkit-box-shadow: 0 0 78px 0 rgba(0,0,0,.25);
  box-shadow: 0 0 78px 0 rgba(0,0,0,.25);
}
.blog-index-inner {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  text-decoration: none !important;
}
.cart_body {
  padding: 1.25rem;
}
.cart_body h2 {
  text-align: left;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.33333;
  color: #353c45;
}
.cart_meta {
  color: #656b6f;
  font-size: .875rem;
  font-weight: 400;
  margin-bottom: .3125rem;
  font-family: Arial,Helvetica Neue,sans-serif;
  display: block;
}

.blog_item {
  margin-bottom: 20px;
  width: 25%;
  padding: 0 10px;
  float: left;
}
.top_wrap .blog_item:nth-of-type(1), 
.top_wrap .blog_item:nth-of-type(2) {
  width: 50%;
}
.banner_inner {
  padding: 2.1875rem 2.3125rem .9375rem;
}
.post_b.breadcrumb p a {
  color: #b9c1c6;
}
.post_page_inner {
  max-width: 66.66667%;
  padding: 0 10px;
  margin-left: 8.33333%;
  margin-bottom: 100px;
}
.post_top_content {
  display: flex;
  flex-direction: row-reverse;
}
.post_meta {
  width: 79.66667%;
  padding: 0 10px;
}
.downloads-bar__container {
  width: 33.3%;
  padding: 0 10px;
}
.icon--camera svg {
  width: 100%;
  height: 100%;
}
.icon--camera {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  fill: #656b6f;
  color: #656b6f;
  height: 18px;
  width: 18px;
}
a.downloads-bar__link:hover {
  background-color: rgba(0,82,156,.1);
  border-radius: 50%;
  color: #1b4770;
}

a.downloads-bar__link {
  height: 38px;
  width: 38px;
  margin-left: 3px;
  margin-right: 3px;
  position: relative;
  text-decoration: none;
  text-align: center;
}
.downloads-bar__container >div {
  border: 1px solid #b9c1c6;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 10px;
  padding: 0 10px 0 20px;
  height: 46px;
}
a.downloads-bar__link:hover .icon--camera, a.downloads-bar__link:hover .icon--camera svg {
  color: #00529c;
  fill: #00529c !important;
}
.blog-post > h1 {
  line-height: .9375;
  font-size: 4rem;
  margin-bottom: 1.5625rem;
  font-weight: 700;
}
.post_top_content {
  padding: 25px 0 20px;
}
.post_top_content {
  max-width: calc(100% - 8.33333%);
  margin-left: 8.33333%;
}
.post_page_content_wrap {
  position: relative;
}
.content-wrapper {
  position: relative;
}
.overlay {
  background-color: #f1f1f1;
  height: 50%;
  position: absolute;
  top: 0;
  width: 100%;
}
span.downloads-bar__title {
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 15px;
  color: #656b6f;
  font-size: 1rem;
}
.blog-comments .grecaptcha-badge {
  margin-left: 0 !important;
}
.blog-pagination a.blog-pagination__link--active {
  pointer-events: none;
  cursor: auto;
  color: #fff;
  background-color: #00529c;
  border-color: #00529c;
}

@media (max-width:991px){
  .blog_item {
    width: 50%;
  }
  .blog-pagination a {
    padding: .5rem .625rem;
  }
  a.blog-pagination__prev-link,
  a.blog-pagination__next-link{
    font-size: 0;
  }

  .post_top_content {
    padding: 20px 0 20px;
  }
  .top_wrap .blog_item:nth-of-type(1), 
  .top_wrap .blog_item:nth-of-type(2) {
    width: 100%;
  }
  .rec_img:after {
    background: -owg-linear-gradient(90deg,#000 0,transparent 100%);
    background: -o-linear-gradient(90deg,#000 0,transparent 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#000),to(transparent));
    background: -o-linear-gradient(left,#000 0,transparent 100%);
    background: linear-gradient(90deg,#000,transparent);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    content: "";
  }
  .recent-post-item {
    min-height: auto;
    background: none !important;
    background-color: #fff !important;
  }
  .rec_img {
    min-height: 315px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
  }
  .recent-post-item:after{
    display:none;
  }
  .b_banner_content {
    margin: auto;
  }

  .b_banner_content h1 {
    color: #353c45;
    margin-bottom: 1.25rem;
    line-height: .97368;
    margin: 0 0 1.5625rem;
    font-size: 2.375rem;
    font-weight: 700;
    text-shadow: none;
  }
  .b_banner_content p {
    line-height: 1.55556;
    margin: 0 0 1.25rem;
    font-size: 1.125rem;
    font-weight: 500;
    color: #353c45;
    text-shadow: none;
  }
  .meta {
    margin-bottom: 1.375rem;
    font-size: .875rem;
    line-height: 1.5;
    font-weight: 400;
    color: #656b6f;
    text-shadow: none;
  }
  a.learn_more {
    text-align: center;
    box-shadow: none;
    white-space: normal;
    font-size: 1rem;
    font-weight: 500;
    padding: .5rem .9375rem;
    border-radius: 4px;
    line-height: 2;
    margin-bottom: 1.875rem;
    border-color: #00529c;
    color: #00529c;
    margin-top: 1.25rem;
  }
  a.learn_more:hover {
    color: #fff;
  }
  .post_top_content {
    flex-wrap: wrap;
  }
  .post_top_content > div {
    width: 100%;
  }
  .breadcrumb p {
    font-size: .875rem;
    line-height: 1.5;
  }
  .breadcrumb {
    min-height: 67px;
    border-bottom: 1px solid #dbdedf;
    display: flex;
    align-items: center;
  }

  .header_bottom {
    height: 65px;
  }
  .blog-post>h1 {
    line-height: .97368;
    margin: 0 0 1.5625rem;
    font-size: 2.375rem;
    font-weight: 700;
    margin-bottom: 1.5625rem;
  }
  .post_page_inner .blog-post__body{
    font-size: .875rem;
    line-height: 1.5;
    font-weight: 400;
    color: #656b6f;
  }

}


@media (max-width:767px){

  .b_banner_content {
    text-align: center;
  }
  .topic_wrap ul {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .breadcrumb p {
    font-size: .875rem;
    line-height: 1.5;
    font-weight: 400;
  }

  .blog-index>h1 {
    color: #353c45;
    line-height: .97368;
    margin: 0 0 1.5625rem;
    font-size: 2.375rem;
    font-weight: 700;
  }

  .blog_item {
    width: 100%;
  }
  a.more {
    font-size: 1rem;
    font-weight: 500;
    padding: 5px 15px 8px;
    border-radius: 4px;
    line-height: 2;
    height: auto;
  }

  a.more .icon--right {
    top: 7px;
  }
  .blog-pagination {
    padding-bottom: 65px;
  }
  .b_top_wrap {
    padding-bottom: 0.1px;
  }
  .post_b.breadcrumb {
    margin-bottom: 1.5625rem;
    min-height: 64px;
  }
  span.downloads-bar__title {
    font-weight: 500;
    margin-bottom: 0;
    margin-right: 15px;
    font-size: .875rem;
    color: #656b6f;
  }
  .icon--camera {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    fill: #656b6f;
    color: #656b6f;
    height: 18px;
    width: 14px;
  }
  .downloads-bar__container>div {
    padding: 0 5px 0 15px;
  }
  a.downloads-bar__link {
    height: 40px;
    width: 40px;
    margin-left: 0;
    margin-right: 0;
  }

}


@media (max-width:575px){
  .banner_inner {
    padding: 2.1875rem 2.3125rem .9375rem !important;
  }

  .b_banner_content {
    text-align: left;
    padding-bottom: 65px;
  }
  .b_top_wrap {
    display: none;
  }
  .blog_item {
    padding: 0;
  }
  .post_top_content {
    max-width: 100%;
    margin-left: 0;
  }
  .post_top_content > div {
    padding: 0;
    margin-bottom: 1.5625rem;
  }
  .downloads-bar__container>div {
    height: 40px;
    margin: 0;
  }

  .post_page_inner {
    max-width: 100%;
    padding: 0;
    margin-left: 0;
    margin-bottom: 50px;
  }

  a.downloads-bar__link {
    height: 32px;
    width: 32px;
  }
  .post_meta {
    padding: 0;
    font-size: .75rem;
  }
  .blog-post {
    padding-top: 0;
  }




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

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: "HelveticaNeue";
  font-size: 20px;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}

.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}