/* ******************************************************************************
*********************************************************************************
Glacial Skin Theme - Main CSS Configuration
Updated for Glacial Skin brand identity with modern design standards
Based on glacialskin.com design system
*********************************************************************************
****************************************************************************** */





















































/* ******************************************************************************
*********************************************************************************
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: "entypo-fontello";
  src: url("https://7608785.fs1.hubspotusercontent-na1.net/hubfs/7608785/R2_Technologies_July2020/fonts/entypo-fontello.eot") format("embedded-opentype"),
    url("https://7608785.fs1.hubspotusercontent-na1.net/hubfs/7608785/R2_Technologies_July2020/fonts/entypo-fontello.woff") format("woff"), 
    url("https://7608785.fs1.hubspotusercontent-na1.net/hubfs/7608785/R2_Technologies_July2020/fonts/entypo-fontello.woff2") format("woff2"),
    url("https://7608785.fs1.hubspotusercontent-na1.net/hubfs/7608785/R2_Technologies_July2020/fonts/entypo-fontello.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: auto;
}


html {
  font-size: 16px;
}

body {
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  color: #444444;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: 600;
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  color: #081f41;
  word-break: break-word;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.3;
  text-transform:uppercase;
}

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

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

h4 {
  font-family: 'Inter', sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {}

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
  padding-left: 20px;
  margin-bottom: 1em;
  margin-right: 1em;
  font-size: 1.235em;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  .dnd-section > .row-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 85%;
    max-width: 85% !important;
  }
  h1 {
    font-size: 31px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 'Inter', sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #9ed9e1;
  border-color: #9ed9e1;
  color: #081f41;
  border-style: solid;
  border-width: 1px;
  
  text-decoration: none !important;
  font-family:Arial;
  font-size:13px;
  font-weight:400;
  margin: 15px 0;
}

.hs-button:hover, .hs-button:focus {
  background-color: #081f41;
  border-color: #081f41;
  
  color: #081f41;
}

.hs-button:active {
  background-color: #0d3a6e;
  border-color: #0d3a6e;
}



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

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

.hs-input {
  display: inline-block;
  width: 100% !important;
  font-weight: normal;
  line-height: 22px;
  color: #444444;
  border: 1px solid;
  box-sizing: border-box;
  margin-bottom: 40px;
  font: 1em "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 8px 6px !important;
}

.systems-page form input[type="password"]{
  display: inline-block;
  width: 100% !important;
  font-weight: normal;
  line-height: 22px;
  color: #444444;
  border: 1px solid;
  box-sizing: border-box;
  margin-bottom: 40px;
  font: 1em "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 8px 6px !important;
  height: 100% !important;
  margin-top: 0 !important;
  border-color: #ebebeb;
  background-color: #f8f8f8;
}

.systems-page form input[type="password"]:focus{
  outline: none;
  border-color: #ebebeb !important;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}
.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: #999999;
}

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: #ebebeb !important;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}

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: #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: #b02a37;
}

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


.hs-field-desc {
  color: #5a5a5a;
  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: #444444;
}
.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: 'Inter', 'Helvetica Neue', Arial, sans-serif;
}

.body-container-wrapper .row-fluid form {
  vertical-align: top;
  padding: 30px 15% 30px 30px;
}


.form-title {
  font-size: 50px;
  font-family: "work sans", HelveticaNeue, "Helvetica Neue", Helvetica-Neue, Helvetica, Arial, sans-serif;
  line-height: 55px;
  font-weight: 600;
  padding: 10px;
}

ul.hs-error-msgs li label.hs-error-msg,
ul.hs-error-msgs li label.hs-main-font-element {
  font-family: "open sans", HelveticaNeue, "Helvetica Neue", Helvetica-Neue, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 26px;
  padding: 0;
  margin: 0;
  color: red;
}


form {
  max-width: 500px;
}



.hs-input[type=checkbox], .hs-input[type=radio]{
  width: auto !important;
}

.systems-page form a,
.systems-page p a{
  color: #000;
  text-decoration: none;
}

.form-input-validation-message ul li label {
  font-family: "open sans", HelveticaNeue, "Helvetica Neue", Helvetica-Neue, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}
.form-input-validation-message ul {
  padding: 0;
  margin: 0;
}



@media (max-width: 767px){
  form {
    max-width: 100% !important;
  }
  .systems-page .success {
    min-width: 100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
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: transparent;
}

.header.cm-header {
  width: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}


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

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

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

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

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  height: auto;
}

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

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

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 0;
}

/* Styles for the Search Bar */

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

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

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

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

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

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-size: 22px;
}

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

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

/* Styles for the Language Switcher Component */

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

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

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

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

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

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

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

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

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

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

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

.header__language-switcher .lang_list_class li a {
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  color: #444444;
}

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

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

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


.header__logo img{
  max-width: 79px !important;
  width: 100% !important;
}

.header__logo > div {
  line-height: 0;
}

.header__column.cm-navigation .navigation-primary > ul{
  padding:0;
  margin:0;
  white-space: normal;
}
.header__column.cm-navigation .navigation-primary > ul > li{
  padding:0;
  margin:0;
  text-transform: capitalize;
  float: left;
}
.header__column.cm-navigation .navigation-primary > ul > li > a {
  padding: 0;
  margin: 0;
  padding: 0 13px;
  display: block;
  height: 90px;
  line-height: 90px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "open sans",HelveticaNeue,"Helvetica Neue",Helvetica-Neue,Helvetica,Arial,sans-serif;
  letter-spacing: 0;
  font-weight: 600;
}

.header__column.cm-navigation .navigation-primary > ul > li > ul{
  padding: 0;
  margin: 0;
  white-space: normal;
}
.header__column.cm-navigation .navigation-primary > ul > li > ul > li {
  border: none;
  border-radius: 0 !important;
}

.header__column.cm-navigation .navigation-primary > ul > li > ul > li > a {
  padding: 0 !important;
  margin: 0;
  border-radius: 0 !important;
  padding: 0 13px !important;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "open sans",HelveticaNeue,"Helvetica Neue",Helvetica-Neue,Helvetica,Arial,sans-serif;
}



.header__column.cm-navigation .navigation-primary > ul > li > ul {
  padding: 0;
  margin: 0;
  border: none;
  top: 100%;
  left: 0;
  box-shadow: none;
  border-radius: 0;
  transform: translateX(0%);
  width: 121px;
}

.header__column.cm-navigation{
  line-height: 0;
  display: flex;
  align-items: center;
}

.header__column.cm-navigation .header__row-2{
  padding-right: 25px;
  margin-right: 17px;
}
.cm-social-icon{
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  top: -1px;
}
.cm-social-icon li {
  padding: 0;
  margin: 0;
}
.cm-social-icon li a {
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
  min-height: 30px;
  height: 100%;
  width: 30px;
  line-height: 30px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.cm-social-icon li a:before{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  content: attr(data-av_icon);
  speak: none;
  content: '';
  font-family: 'entypo-fontello';
}

.avia_hidden_link_text {
  display: none;
}





/* Tablet Styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__logo--tablet {
    display: block;
  }
}

@media only screen and (max-width: 989px) and (min-width: 768px){
  .header__column.cm-navigation .navigation-primary > ul > li > a {
    padding: 0 10px;
  }
}





/* Mobile Styles */

@media (min-width: 769px) {
  .no-banner .header.cm-header {
    background-color: #2b2b2b;
  }
  .no-banner .cm-height {
    min-height: 90px !important;
  }
}
@media (min-width: 768px) {
  .header--toggle.header__navigation--toggle {
    display: none;
  }
  .no-banner .header__column.cm-navigation .navigation-primary > ul > li > ul > li > a {
    background-color: #2b2b2b !important;
  }
}

@media (max-width: 768px) {
  .header.cm-header {
    background-color: #4fb4de;
  }
}

@media (max-width: 767px) {

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

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

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
  }

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

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

  .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;
    cursor: pointer;
    background-image:none;
  }

  .header__navigation--toggle:after {}

  .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__container {
    padding-left: 0;
    padding-right: 0;
    width: 85%;
    max-width: 85%;
  }
  .header__logo {
    height: 80px !important;
    float: none;
    padding: 0;
    border: none;
    width: 80%;
    display: block;
    max-width: 100% !important;
  }
  .header__logo img {
    max-width: 70px !important;
    width: 100% !important;
    margin-top: 5% !important;
  }


  .header--toggle.header__navigation--toggle a {
    display: block;
    -webkit-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    height: 80px;
    line-height: 80px;
    min-width: 0;
    padding: 0 0 0 20px;
    margin: 0;
    border-style: none;
    border-width: 0;
    color: inherit;
    border-color: inherit;
    background: inherit;
  }

  .header--toggle.header__navigation--toggle a .av-hamburger {
    padding: 0 0 0 0;
    display: inline-block;
    cursor: pointer;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    border-color: #ebebeb;
  }

  .header--toggle.header__navigation--toggle a .av-hamburger .av-hamburger-box {
    width: 35px;
    height: 24px;
    display: inline-block;
    position: relative;
    height: 8px;
    border-color: #ebebeb;
  }

  .header--toggle.header__navigation--toggle a .av-hamburger .av-hamburger-box .av-hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
    width: 40px;
    height: 3px;
    background-color: #000;
    border-radius: 3px;
    position: absolute;
    transition: transform 0.15s ease;
    width: 100%;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    background-color: #ffffff;
  }

  .header--toggle.header__navigation--toggle a .av-hamburger .av-hamburger-box strong {
    display: none;
  }

  .header--toggle.header__navigation--toggle a .av-hamburger .av-hamburger-box .av-hamburger-inner:before, 
  .header--toggle.header__navigation--toggle a .av-hamburger .av-hamburger-box .av-hamburger-inner:after {
    width: 40px;
    height: 3px;
    background-color: #000;
    border-radius: 3px;
    position: absolute;
    transition: transform 0.15s ease;
    content: "";
    display: block;
    background-color: #ffffff;
    width: 100%;
  }

  .header--toggle.header__navigation--toggle a .av-hamburger .av-hamburger-box .av-hamburger-inner:before {
    top: -10px;
    transition: top 0.1s 0.34s ease-in,opacity 0.1s ease-in,background-color 0.15s ease;
  }

  .header--toggle.header__navigation--toggle a .av-hamburger .av-hamburger-box .av-hamburger-inner:after {
    bottom: -10px;
    transition: bottom 0.1s 0.34s ease-in,transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19) ,background-color 0.15s ease;
  }

  .header__column.cm-navigation .header__row-2 {
    padding-right: 25px;
    margin-right: 26px;
  }
  .cm-social-icon{
    top: 0;
  }
  .mobile-open .header--toggle.header__navigation--toggle a .av-hamburger .av-hamburger-box .av-hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
  }
  .mobile-open .header--toggle.header__navigation--toggle a .av-hamburger .av-hamburger-box .av-hamburger-inner:before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out,opacity 0.1s 0.14s ease-out,background-color 0.15s ease;
  }
  .mobile-open .header--toggle.header__navigation--toggle a .av-hamburger .av-hamburger-box .av-hamburger-inner:after{
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out,transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1),background-color 0.15s ease;
  }

  .header__navigation.header--element {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #4fb4de !important;
    -webkit-transition: all 0.5s cubic-bezier(0.75,0,0.25,1);
    transition: all 0.5s cubic-bezier(0.75,0,0.25,1);
    width: 100%;
    max-width: 350px;
    -webkit-transform: translateX(350px);
    transform: translateX(350px);
    z-index: 9;
    overflow-y: auto !important;
    max-height: calc(100vh - 0px);
  }

  .mobile-open .header__navigation.header--element {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .overlay {
    vertical-align: middle;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    position: fixed;
    opacity: .3;
    cursor: pointer;
    z-index: 9;
    display:none;
    -webkit-transition: all 0.5s cubic-bezier(0.75,0,0.25,1);
    transition: all 0.5s cubic-bezier(0.75,0,0.25,1);
  }
  .mobile-open .overlay {
    display:block;
  }
  .header--toggle.header__navigation--toggle a:hover {
    opacity: 0.8;
  }

  .header--toggle.header__navigation--toggle {
    position: relative;
    z-index: 99;
  }

  .header__column.cm-navigation .navigation-primary > ul > li {
    float: none;
    border: none;
  }
  .header__column.cm-navigation .navigation-primary > ul > li > a {
    text-transform: capitalize;
    padding: 15px 50px;
    text-align: left;
    line-height: 1.3em;
    height: auto;
    font-weight: 400;
    font-family: "work sans",HelveticaNeue,"Helvetica Neue",Helvetica-Neue,Helvetica,Arial,sans-serif;
    border-color: #ebebeb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 100%;
  }
  .header__column.cm-navigation .navigation-primary > ul {
    list-style: none outside;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    padding: 80px 0px;
  }
  .navigation-primary {
    display: table !important;
    width: 100%;
    height: 100vh;
  }
  .header__column.cm-navigation .navigation-primary > ul > li > a:hover {
    border-color: #ebebeb;
    background-color: #f8f8f8;
    color: #ffffff;
  }
  .header.cm-header{
    position: relative;
  }

  .child-trigger:before, .child-trigger:after {
    position: absolute;
    top: 50%;
    right: 1em;
    display: inline-block;
    width: 1em;
    height: 2px;
    margin-top: -1px;
    content: '';
    background-color: #50a298;
    transition: transform .2s ease-in-out;
    font-size: 1rem;
    background-color: #fff;
  }


  .child-trigger:after {
    display: inline-block;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e904a";
    margin-left: .45rem;
    font-size: .5em;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 1em;
    display: inline-block;
    width: 1em;
    height: 2px;
    margin-top: -1px;
    content: '';
    background-color: #fff;
    transition: transform .2s ease-in-out;
    font-size: 1rem;
    transform: rotate(90deg);
  }

  .header__column.cm-navigation .navigation-primary>ul>li.child-open .child-trigger:after {
    transform: rotate(0);
  }

  .child-trigger {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    cursor: pointer;
  }

  .header__column.cm-navigation .navigation-primary > ul > li > ul {
    width: 100%;
    background-color: transparent;
  }
  .header__column.cm-navigation .navigation-primary > ul > li > ul > li {
    border: 0;
    border-radius: 0 !important;
    background-color: transparent;
  }
  .header__column.cm-navigation .navigation-primary > ul > li > ul > li > a {
    border-color: #ebebeb;
    color: #ffffff;
    transition: none;
    position: relative;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    line-height: 1.3em;
    height: auto;
    padding: 15px 50px !important;
    display: block;
    text-align: left;
    font-size: 16px;
    font-family: "work sans",HelveticaNeue,"Helvetica Neue",Helvetica-Neue,Helvetica,Arial,sans-serif;
    font-weight: 400;
    text-transform: capitalize;
  }
}


@media (max-width: 479px) {
  .cm-social-icon {
    display: none;
  }
  .header__column.cm-navigation .header__row-2 {
    padding-right: 0;
    margin-right: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
  text-align: left;
}
.footer__container {
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}

.footer.cm-footer {
  width: 100%;
  display: block;
}
.footer.cm-footer .cm-footer-group {
  padding-top: 50px;
  padding-bottom: 50px;
}
.cm-footer-logo {
  float: left;
  width: 47%;
  position: relative;
  min-height: 1px;
}

.cm-footer-social {
  float: left;
  position: relative;
  min-height: 1px;
  margin-left: 6%;
  width: 47%;
}
.clear{
  clear:both;
}
.cm-footer-logo p,
.cm-footer-social p {
  padding: 0;
  margin: 0;
  margin: 0.85em 0;
  font-family: "open sans", HelveticaNeue, "Helvetica Neue", Helvetica-Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.cm-footer-social ul li a {
  padding: 0;
}
.cm-footer-social ul li {
  padding: 0;
  margin: 0;
  padding-right: 18px;
}
.cm-footer-social ul {
  padding: 0;
  margin: 0;
}

.cm-footer-social ul li a {
  font-family: "work sans", HelveticaNeue, "Helvetica Neue", Helvetica-Neue, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.cm-footer-logo a {
  display: inline-block;
  padding-bottom: 3px;
}

.cm-footer-social > div#hs_cos_wrapper_footer_block2 > span#hs_cos_wrapper_footer_block2_ p a {
  display: inline-block;
  padding-bottom: 7px;
}
.cm-footer-social > div#hs_cos_wrapper_footer_block2 > span#hs_cos_wrapper_footer_block2_ p {
  margin-top: 14.6px;
  margin-bottom: 12.6px;
  line-height: 26.4px;
  font-size: 16px;
}

.cm-footer-social p {
  line-height: 21.45px;
  font-size: 13px;
}

#toTop {
  max-width: 100%;
  position: fixed;
  border-radius: 2px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  opacity: 0;
  right: 50px;
  bottom: 50px;
  z-index: 1;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ebebeb;
}

#toTop:hover{
  background-color: #f8f8f8;
  color: #4fb3de;
  border: 1px solid #ebebeb;
}

#toTop:before {
  font-family: 'entypo-fontello';
}



[data-av_icon]:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  content: attr(data-av_icon);
  speak: none;
}

#toTop.active {
  opacity: 0.7;
  visibility: visible;
  -webkit-animation: avia_pop 0.3s 1 cubic-bezier(0.175,0.885,0.320,1.275);
  animation: avia_pop 0.3s 1 cubic-bezier(0.175,0.885,0.320,1.275);
}


@-webkit-keyframes avia_pop {
  0% {
    -webkit-transform: scale(0.8)
  }

  100% {
    -webkit-transform: scale(1)
  }
}

@keyframes avia_pop {
  0% {
    transform: scale(0.8)
  }

  100% {
    transform: scale(1)
  }
}

@-webkit-keyframes avia_pop_small {
  0% {
    -webkit-transform: rotate(-175deg) scale(0.2)
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1)
  }
}

@keyframes avia_pop_small {
  0% {
    transform: rotate(-175deg) scale(0.2)
  }

  100% {
    transform: rotate(0deg) scale(1)
  }
}

@-webkit-keyframes avia_pop_loader {
  0% {
    -webkit-transform: rotate(0deg) scale(0.2)
  }

  100% {
    -webkit-transform: rotate(720deg) scale(1)
  }
}

@keyframes avia_pop_loader {
  0% {
    transform: rotate(0deg) scale(0.2)
  }

  100% {
    transform: rotate(720deg) scale(1)
  }
}

@-webkit-keyframes avia_shrink {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  75% {
    opacity: 0.7
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
  }
}

@keyframes avia_shrink {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  75% {
    opacity: 0.7
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
  }
}

@-webkit-keyframes av-load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes av-load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}




@media (max-width: 767px) {
  .footer__container {
    width: 85%;
    max-width: 85%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    float: none;
  }
  .cm-footer-logo {
    float: none;
    width: 100%;
    padding-bottom: 20px;
  }
  .cm-footer-social {
    float: none;
    width: 100%;
    padding-bottom: 20px;
    margin-left: 0;
  }
  .cm-footer-social > div#hs_cos_wrapper_footer_block2 > span#hs_cos_wrapper_footer_block2_ p {
    margin-top: 12.6px;
    margin-bottom: 14.6px;
    line-height: 26.4px;
    font-size: 16px;
  }
  #toTop{
    display:none;
  }
}
/* ******************************************************************************
*********************************************************************************
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 ;
  margin: 0 auto;
  padding-bottom: 70px;
  padding-top: 70px;
  padding-left: 50px;
  padding-right: 50px;
}

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

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

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

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-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.5rem;
}
.blog-index__post-content p {
  font-family: 'Inter', sans-serif;
}
.blog-index__post-content a {
  color: #444444;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

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

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #444444;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.blog-post__tags {
  font-family: 'Inter', 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: 0;
  background-color: transparent;
  padding: 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: #444444;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

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


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

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


.blog-index__post-content h2{
  font-size: 1.25rem;
}
.blog-index__post-content--small h2 a,
.blog-index__post-content h2 a{
  color: #000;  
  text-decoration:none;
  font-family: work sans;
}

.blog-index__post-content.blog-index__post-content--large,
.blog-index__post-content p{
  font-family: Open Sans;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.blog-index__post-image.blog-index__post-image--small.no-image {
  padding-bottom: 0;
}

.grecaptcha-badge {
  margin: inherit;
}

.blog-comments .hs-submit {
  text-align: left;
}

.blog-comments .hs-button:hover {
  background-color: #4fb3de;
  color: #ffffff;
  border-color: #4fb3de;
}
.blog-comments .hs-button {
  background-color: #4fb3de;
  color: #ffffff;
  border-color: #4fb3de;
}


.blog-recent-posts .content-wrapper {
  padding-top: 0;
}

.blog-recent-posts__post {
  color: #000;
}

.blog-recent-posts__title {
  font-family: work sans;
  font-size: 1.25rem;
  color: #000;
  text-decoration: none;
}

.post-description h2,
.blog-sidebar h3{
  font-size: 1.25rem;
  color:#000;
}
.post-description h2 a{
  color:#000;
  text-decoration:none;
}

.featured-image-wrapper.span4.no-image img {
  display: none;
}
.post-description.span8.no-image {
  flex-basis: 100%;
  margin-left: 0;
}
@media(max-width: 999px){
  .blog-recent-posts__list {
    display: flex;
    flex-flow: wrap;
  }
}

@media(max-width: 767px){
  .content-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 85%;
    max-width: 85% !important;
  }
  .blog-index__post {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-recent-posts__post {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-blog-sidebar-layout .post-item .page-center {
      display: block;
  }
}

.cm-banner-area {
  background-color: #2b2b2b;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center right;
  width: 100%;
  background-size: cover;
}

.cm-banner-area .page-center {
  margin: 0 auto;
  padding: 0px 50px;
  clear: both;
  position: relative;
  -webkit-transition: opacity 0.6s ease-in;
  transition: opacity 0.6s ease-in;
  padding-top: 116px;
  min-height: 250px;
}

.banner-inner {
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  min-height: 1px;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  float: none !important;
  width: 100%;
  border: none;
  margin-left: auto;
  padding-left: 0;
  margin-right: auto;
}

.banner-inner h1 {
  line-height: 1.1em;
  font-family: 'work sans','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
  white-space: normal;
  float: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 60px;
  padding-bottom: 10px;
  display: block;
}


@media (max-width: 767px) {
  .banner-inner h1 {
    font-size: 48px !important;
    margin-bottom: 20px;
  }
  .cm-banner-area .page-center {
    padding-left: 0;
    padding-right: 0;
    -webkit-transition: opacity 0.6s ease-in;
    transition: opacity 0.6s ease-in;
    display: table;
    table-layout: fixed;
    width: 85%;
    max-width: 85%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    float: none;
    height: 250px;
    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: 'Inter', sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 0;
}
.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: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.25rem;
  color: #444444;
  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: #444444;
}

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

/* ============================================================================
   GLACIAL SKIN CUSTOM STYLES & CSS CUSTOM PROPERTIES
   ============================================================================ */

:root {
  /* Glacial Skin Brand Colors */
  --gs-primary: #081f41;
  --gs-accent: #9ed9e1;
  --gs-text: #444444;
  --gs-text-secondary: #5a5a5a;
  --gs-light-bg: #f8fbfc;
  --gs-white: #ffffff;
  --gs-border: #e0e0e0;

  /* Typography */
  --gs-font-body: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  --gs-font-heading: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  --gs-font-size-base: 16px;
  --gs-line-height: 1.6;

  /* Spacing Scale */
  --gs-spacing-xs: 8px;
  --gs-spacing-sm: 16px;
  --gs-spacing-md: 24px;
  --gs-spacing-lg: 40px;
  --gs-spacing-xl: 60px;
  --gs-spacing-2xl: 80px;

  /* Border Radius */
  --gs-radius-sm: 4px;
  --gs-radius-md: 8px;
  --gs-radius-lg: 12px;
  --gs-radius-full: 9999px;

  /* Shadows */
  --gs-shadow-sm: 0 1px 3px rgba(8, 31, 65, 0.08);
  --gs-shadow-md: 0 4px 12px rgba(8, 31, 65, 0.1);
  --gs-shadow-lg: 0 8px 24px rgba(8, 31, 65, 0.12);

  /* Transitions */
  --gs-transition: 0.2s ease;
  --gs-transition-slow: 0.3s ease;
}

/* Base Styles */
html {
  font-size: var(--gs-font-size-base);
  scroll-behavior: smooth;
}

body {
  font-family: var(--gs-font-body);
  font-size: 1rem;
  line-height: var(--gs-line-height);
  color: var(--gs-text);
  background-color: var(--gs-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--gs-font-heading);
  color: var(--gs-primary);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1rem;
}

h1 { font-size: 2.5rem; font-weight: 700; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }
h5 { font-size: 1.125rem; }
h6 { font-size: 1rem; }

p {
  margin-bottom: 1rem;
  color: var(--gs-text);
}

a {
  color: var(--gs-primary);
  text-decoration: none;
  transition: color var(--gs-transition);
}

a:hover,
a:focus {
  color: var(--gs-accent);
}

/* Glacial Skin Button System */
.gs-btn,
.hs-button,
input[type="submit"],
button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  font-family: var(--gs-font-body);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  border-radius: var(--gs-radius-md);
  border: 2px solid transparent;
  cursor: pointer;
  transition: all var(--gs-transition);
  white-space: nowrap;
}

.gs-btn--primary,
.hs-button,
input[type="submit"],
button[type="submit"] {
  background-color: var(--gs-accent);
  color: var(--gs-primary);
  border-color: var(--gs-accent);
}

.gs-btn--primary:hover,
.gs-btn--primary:focus,
.hs-button:hover,
.hs-button:focus,
input[type="submit"]:hover,
button[type="submit"]:hover {
  background-color: var(--gs-primary);
  color: var(--gs-white);
  border-color: var(--gs-primary);
  transform: translateY(-1px);
  box-shadow: var(--gs-shadow-md);
}

.gs-btn--secondary {
  background-color: transparent;
  color: var(--gs-primary);
  border-color: var(--gs-primary);
}

.gs-btn--secondary:hover,
.gs-btn--secondary:focus {
  background-color: var(--gs-primary);
  color: var(--gs-white);
}

.gs-btn--white {
  background-color: var(--gs-white);
  color: var(--gs-primary);
  border-color: var(--gs-white);
}

.gs-btn--white:hover,
.gs-btn--white:focus {
  background-color: var(--gs-accent);
  border-color: var(--gs-accent);
}

/* Container */
.gs-container,
.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Cards */
.gs-card {
  background: var(--gs-white);
  border-radius: var(--gs-radius-lg);
  box-shadow: var(--gs-shadow-sm);
  padding: var(--gs-spacing-lg);
  transition: all var(--gs-transition);
}

.gs-card:hover {
  box-shadow: var(--gs-shadow-md);
  transform: translateY(-2px);
}

/* Form Enhancements */
.hs-form input[type="text"],
.hs-form input[type="email"],
.hs-form input[type="tel"],
.hs-form input[type="password"],
.hs-form select,
.hs-form textarea,
.hs-input {
  width: 100%;
  padding: 12px 16px;
  font-family: var(--gs-font-body);
  font-size: 15px;
  color: var(--gs-text);
  background-color: var(--gs-white);
  border: 2px solid var(--gs-border);
  border-radius: var(--gs-radius-md);
  transition: all var(--gs-transition);
}

.hs-form input:focus,
.hs-form select:focus,
.hs-form textarea:focus,
.hs-input:focus {
  outline: none;
  border-color: var(--gs-accent);
  box-shadow: 0 0 0 3px rgba(158, 217, 225, 0.2);
}

.hs-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  color: var(--gs-primary);
  font-size: 14px;
}

.hs-form .hs-field-desc {
  font-size: 13px;
  color: var(--gs-text-secondary);
  margin-top: 4px;
}

/* Error Page Styling */
.error-page {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: var(--gs-spacing-2xl) var(--gs-spacing-md);
}

.error-page__code {
  font-size: 120px;
  font-weight: 700;
  color: var(--gs-accent);
  line-height: 1;
  margin-bottom: var(--gs-spacing-md);
}

.error-page_heading,
.error-page__title {
  font-size: 36px;
  color: var(--gs-primary);
  margin-bottom: var(--gs-spacing-sm);
}

.error-page__message {
  font-size: 18px;
  color: var(--gs-text-secondary);
  margin-bottom: var(--gs-spacing-lg);
  max-width: 500px;
}

.error-page__actions {
  display: flex;
  gap: var(--gs-spacing-sm);
  flex-wrap: wrap;
  justify-content: center;
}

/* System Pages Styling */
.systems-page {
  max-width: 500px;
  margin: var(--gs-spacing-2xl) auto;
  padding: var(--gs-spacing-lg);
  background: var(--gs-white);
  border-radius: var(--gs-radius-lg);
  box-shadow: var(--gs-shadow-md);
  text-align: center;
}

.systems-page h4 {
  font-size: 24px;
  color: var(--gs-primary);
  margin-bottom: var(--gs-spacing-sm);
}

.systems-page .introduction {
  color: var(--gs-text-secondary);
  margin-bottom: var(--gs-spacing-lg);
}

.systems-page .form-container {
  text-align: left;
}

/* Social Icons */
.gs-social-icons {
  display: flex;
  gap: 12px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gs-social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(158, 217, 225, 0.15);
  color: var(--gs-accent);
  transition: all var(--gs-transition);
}

.gs-social-icons a:hover {
  background-color: var(--gs-accent);
  color: var(--gs-primary);
}

/* Responsive Typography */
@media (max-width: 767px) {
  :root {
    --gs-font-size-base: 15px;
  }

  h1 { font-size: 2rem; }
  h2 { font-size: 1.75rem; }
  h3 { font-size: 1.375rem; }

  .error-page__code {
    font-size: 80px;
  }

  .error-page_heading,
  .error-page__title {
    font-size: 28px;
  }

  .gs-btn,
  .hs-button {
    width: 100%;
    max-width: 300px;
  }

  .error-page__actions {
    flex-direction: column;
    align-items: center;
  }

  .systems-page {
    margin: var(--gs-spacing-lg) var(--gs-spacing-sm);
    padding: var(--gs-spacing-md);
  }
}

/* Print Styles */
@media print {
  .header,
  .footer,
  .gs-social-icons {
    display: none;
  }

  body {
    font-size: 12pt;
    color: #000;
  }
}