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

html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.675;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;

}

/* Anchor Links */
a {
  color: #0270E0;
  transition: all .5s ease-out;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
}
img {
  max-width:100%;
  height:auto;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height:normal;
  letter-spacing: -1px;
}

h2 {
  font-size: 1.6rem;
  line-height:normal;
  letter-spacing: -1px;
}

h3 {
  font-size: 1.25rem;
  letter-spacing: -.79px;
  line-height:normal;

}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 2;
  line-height:normal;
  letter-spacing: -.3px;
}

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: 0 1rem;
}
figure {
  margin: 1rem 0;
}
/* 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;
}

.dnd-section > .row-fluid ,  .footer__container , .content-wrapper ,   .header__container {
  padding-left: 30px;
  padding-right: 30px;
  max-width:100%;
}
@media only screen and (min-width: 992px){
  .dnd-section > .row-fluid ,  .footer__container , .content-wrapper  ,   .header__container {
    padding-left: 13px;
    padding-right: 13px;
    max-width:960px;

  }

}
/* ******************************************************************************
*********************************************************************************
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: 700px;
  font-family: Lato, sans-serif;
}
.form-title {
  line-height: normal;
}
.hs-button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  border-style: solid;
  line-height: 1;
  margin: 16px 0;
  font-size: 16px;
  transition: all .15s ease-in;
  text-decoration: none !important;
  letter-spacing: -.27px;
  font-weight: 600;
  font-family: arial,sans-serif;
  white-space: normal !important;
   outline:0;
}

.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;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  transition: all .3s ease-in-out;
  padding: 3px 0 0;
  
}

form .hs-error-msgs label {
  margin-top: .5rem;
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  font-size: 13px;
  line-height: 24px;
}

.hs-input , .password-page input#hs-pwd-widget-password {
  display: inline-block;
  width: 100% !important;
  height: auto;
  box-sizing: border-box;
  border-width: 0 0 2px;
  border-bottom: 2px solid #000;
  padding: 7px 0;
  letter-spacing: normal;
  margin-bottom: 2px;
  background: transparent;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  outline:0;
}


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

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

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

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

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

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: #790000;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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

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

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}

.mobile-menu-primary-container .hs-menu-depth-3 a{
  color: #222830;
  font-weight: 700;
  font-size: .875rem;
  line-height: 1.6875rem;
  pointer-events: none;
  text-transform: uppercase;
  padding: 0 0 0 .5em;
}

.mobile-menu-primary-container .hs-menu-depth-3 > a[href^="http"]{
  color: #00809b;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25rem;
  padding: 10px 0;
}

.mobile-menu-primary-container .hs-menu-depth-3 a[href^="http"]::after{
  content: "→";
  margin-left: 0.3125rem;
}

.mobile-menu-primary-container .hs-menu-depth-4{
  width: 100%;
}

.mobile-menu-primary-container .hs-menu-depth-4 a{
  color: #00809b;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 10px 0 10px 1em;
  margin-bottom: 0;
  pointer-events: auto;
  width: 100%;
}

.mobile-menu-primary-container .hs-menu-depth-4 a::after{
  content: "→";
  margin-left: 0.3125rem;
}

.menu-primary-container .hs-menu-depth-3 a{
  color: #222830;
  font-weight: 700;
  font-size: .875rem;
  line-height: 1.6875rem;
  margin-bottom: .5rem;
  pointer-events: none;
  text-transform: uppercase;
  padding: 0;
}

.menu-primary-container .hs-menu-depth-3 > a[href^="http"]{
   color: #00809b;
   font-weight: 700;
   font-size: 1.25rem;
   line-height: 1.25rem;
   margin-top: 1em;
   pointer-events: auto;
}
.menu-primary-container .hs-menu-depth-3 > a[href^="http"]:hover span{
 text-decoration: underline; 
}

.menu-primary-container .hs-menu-depth-3 > a[href^="http"]::after{
  content: "→";
  margin-left: 0.3125rem;
}

.menu-primary-container .hs-menu-depth-4 a{
  color: #00809b;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 1rem;
  pointer-events: auto;
  text-transform: none;
}

.menu-primary-container .hs-menu-depth-4 a:hover span{
  text-decoration: underline; 
}

.menu-primary-container .hs-menu-depth-4 a::after{
  content: "→";
  margin-left: 0.3125rem;
}

.menu-primary-container .hs-menu-depth-2{
 position: relative; 
}

.menu-primary-container .hs-menu-depth-2 > .hs-menu-children-wrapper{
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  background: rgba(255,255,255,1.0);
  padding: 55px 58px;
  box-shadow: 10px 0 10px rgb(0 0 0 / 10%);
  min-width: 476px;
  opacity: 0;
  transition: left .5s ease-in-out, opacity .5s ease-in-out;
  pointer-events: none;
}

.menu-primary-container .hs-menu-depth-2:hover > .hs-menu-children-wrapper{
  opacity: 1;
  left: calc( 100% - 58px );
  pointer-events: auto;
  display: flex;
}

.menu-primary-container .hs-menu-depth-2 > .hs-menu-children-wrapper > .hs-item-has-children{
  width: 45%;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.header {
  background-color: transparent;
}

.header__container {
  margin: 0 auto;
}
.header-group {
  transition: all .5s ease-out;
  transition-property: background;
  position: -webkit-sticky;
  position:fixed;
  z-index: 100;
  top: 0;
  /*   height: 110px; */
  line-height: 1;
  font-size: 16px;
  width:100%;
}

.header_cover {
  display: none;
  height: 100%;
}

.header_larger {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -13px;
  margin-left: -13px;
  height: 100%;
}

.header-logo {
  position: relative;
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}



.site-branding {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

.site-branding a {
  color: #e9001f;
  transition: all .5s ease-out;
  text-decoration: none;
  display: block;
}

.site-branding a img {
  height: auto;
  max-width: 100%;
  transition: all .5s ease-out;
}

.header-menu-group {
  position: relative;
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.site-navigation {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  transition: all .5s ease-out;
}



.menu-primary-container .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  line-height: 1;
}

.menu-primary-container .hs-menu-wrapper > ul > li {
  font-size: 1rem;
  line-height: 1.5rem;
  position: static;
  margin: 0;
}

.menu-primary-container .hs-menu-wrapper > ul > li > a {
  transition: all .5s ease-out;
  text-decoration: none;
  color: #002d36;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: -.2px;
  width: 100%;
  position: relative;
  padding: 0 1.0625rem 0 1rem;
  display: inline;
}



.Header-request-button {
  position: relative;
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}


.extra-navigation {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  transition: all .5s ease-out;
}



.menu-utility-container.mobile-links ul {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  line-height: 1;
}

.menu-utility-container.mobile-links ul li {
  font-size: 1rem;
  line-height: 1.5rem;
  position: static;
  margin: 0 0 0 1.4375rem;
}

.menu-utility-container.mobile-links ul li a {
  color: #e9001f;
  transition: all .5s ease-out;
  text-decoration: none;
  color: #002d36;
  font-weight: 600;
  font-size: .75rem;
  line-height: .9375rem;
  letter-spacing: -.2px;

}

.menu-utility-container.mobile-links ul li a:hover {
  text-decoration: underline;

}

.menu-buttons-container {
  width: 100%;
}

.button-nav {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button-nav a {
  vertical-align: baseline;
  border-radius: 7px;
  cursor: pointer;
  padding: .9375rem 1.9375rem;
  transition: all .15s ease-in;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  letter-spacing: -.27px;
  font-weight: 600;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  border: 2px solid #002d36;
  color: #002d36;
  margin: 0;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.header-group:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.header-group:after {
  transition: all .5s ease-out;
  position: absolute;
  height: 10px;
  pointer-events: none;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  z-index: -2;
  opacity: 0;
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.menu-primary-container .hs-menu-wrapper>ul>li>a span {
  position: relative;
}

.menu-primary-container .hs-menu-wrapper>ul>li>a span:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  height: 3px;
  background: transparent;
  transition: all .5s ease-out;
  pointer-events: none;
  z-index: 20;
}

.menu-primary-container .hs-menu-wrapper>ul>li:hover>a span:after {
  background: #e9001f;
}

.menu-primary-container .hs-menu-wrapper>ul>li:hover>a {
  color: #e9001f;
}
.wrap-child-menu {
  transition: all .5s ease-out;
  transition: transform .3s ease-out .2s,opacity .2s linear .2s;
  position: absolute;
  left: -55px;
  top: 100%;
  padding: 3.4375rem;
  opacity: 0;
  pointer-events: none;
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  transform: translateY(-25px);
  z-index: -1;
}
.menu-primary-container .hs-menu-wrapper>ul>li:hover .wrap-child-menu {
  display: block;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-1px);
}

.menu-primary-container .hs-menu-wrapper>ul>li> .wrap-child-menu > ul > li {
  margin: 0 0 .375rem 1.125rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-left: 0;
  position: static;
}

.menu-primary-container .hs-menu-wrapper>ul>li> .wrap-child-menu > ul > li > a {
  transition: all .5s ease-out;
  text-decoration: none;
  color: #222830;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25rem;
  padding: 1.3125rem 1.3125rem 1.375rem;
  background: rgba(0,45,54,.03);
  border-radius: 7px;
  display: block;
  margin-bottom: .9375rem;
}

.menu-primary-container .hs-menu-wrapper>ul>li> .wrap-child-menu > ul > li > a:hover {
  color: #fff;
  background: #00809b;
}
.menu-primary-container .hs-menu-wrapper>ul>li> .wrap-child-menu > ul > li>a:after {
  content: "→";
  margin-left: .3125rem;
}
.wrap-child-menu ul {
  display: block;
  width: 341px;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.menu-primary-container .hs-menu-wrapper>ul>li.hs-item-has-children {
  position: relative;
}
.wrap-child-menu {
  left: -68px;
}

.header-group.menu-open:after {
  background: rgba(124,131,152,.1);
  background: linear-gradient(
    180deg
    ,rgba(124,131,152,.1),rgba(124,131,152,0));
  opacity: 1;
}

.mobile-header-group {
  display: block;
  padding-top: 1.25rem;
  overflow: hidden;
  width: 100vw;
  font-size: 16px;
  line-height: 1;
}

.mobile-header-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -13px;
  margin-left: -13px;
}

.mobile-header-logo {
  position: relative;
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.mobile-site-branding {
  width: 140px;
}

.mobile-site-branding a {
  color: #e9001f;
  transition: all .5s ease-out;
  text-decoration: none;
}

.mobile-site-branding a img {
  height: auto;
  max-width: 100%;
}

.mobile-trigger-group {
  position: relative;
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.mobile-menu-toggle {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mobile-menu-toggle button {
  border-radius: 7px;
  cursor: pointer;
  transition: all .15s ease-in;
  text-decoration: none;
  letter-spacing: -.27px;
  font-weight: 600;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-family: Inter,sans-serif;
  border: none;
  padding: 0;
  background: none;
  color: #000;
  font-size: 2rem;
  line-height: 1;
  outline: 0;
}





.scroll-header .header-group:after {
  background: rgba(124,131,152,.1);
  background: linear-gradient(
    180deg
    ,rgba(124,131,152,.1),rgba(124,131,152,0));
  opacity: 1;
}


.scroll-header .site-branding {
  -ms-flex-align: center;
  align-items: center;
}

.scroll-header .site-branding a img {
  height: 50px;
  width: auto !important;
}

.scroll-header .site-navigation {
  -ms-flex-align: center;
  align-items: center;
}

.scroll-header .extra-navigation {
  -ms-flex-align: center;
  align-items: center;
}

.scroll-header .menu-utility-container.mobile-links ul {
  display: none;
}

.blog-banner {
  background-color: #e9001f;
}

.hs-blog-listing .menu-utility-container.mobile-links ul li a , .hs-blog-post .menu-utility-container.mobile-links ul li a {
  color: #fff;
  opacity: .8;
}

.hs-blog-listing .menu-utility-container.mobile-links ul li a:hover , .hs-blog-post .menu-utility-container.mobile-links ul li a:hover {
  opacity: 1;
  color: #fff;
}

.hs-blog-listing .button-nav a , .hs-blog-post .button-nav a {
  color: #fff;
  border-color: #fff;
  background: transparent;
}

.hs-blog-listing .button-nav a:hover , .hs-blog-post .button-nav a:hover {
  color: #e9001f;
  background: #fff;
  border-color: #fff;
}


.scroll-header .hs-blog-post .header-group {
  background-color: transparent;
}

.scroll-header .hs-blog-post .header-group {
  opacity: 0;
}

.menu-primary-container .hs-menu-wrapper>ul>li>.wrap-child-menu>ul>li:hover > a {
  color: #fff;
  background: #00809b;
}

/* .menu-primary-container .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2) .wrap-child-menu > ul > li > ul {
left: calc( 100% - 55px );
} */

.menu-primary-container .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2) .wrap-child-menu > ul > li > ul > li:first-child {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 1rem;
  position: static;
}


.menu-primary-container .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2) .wrap-child-menu > ul > li > ul > li:nth-child(2) {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 2.6875rem;
  margin-bottom: 1rem;
  position: static;
}

.menu-primary-container .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2) .wrap-child-menu > ul > li > ul > li > a {
  margin: 0;
  display: inline;
}

.menu-primary-container .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2) .wrap-child-menu > ul > li> ul > li:first-child > ul , 
.menu-primary-container .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2) .wrap-child-menu > ul > li > ul > li:nth-child(2) > ul {
  opacity: 1;
  position: static;
  margin: 1rem 0 0;
  line-height: 1;
  width: 100%;
}

.menu-primary-container .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2) .wrap-child-menu > ul > li > ul > li:first-child > ul > li ,
.menu-primary-container .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2) .wrap-child-menu > ul > li > ul > li:nth-child(2) > ul > li {
  position: static;
  margin: 0 0 .375rem 1.125rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-left: 0;
}

.menu-primary-container .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2) .wrap-child-menu > ul > li > ul > li:first-child > ul > li > a , 
.menu-primary-container .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2) .wrap-child-menu > ul > li > ul > li:nth-child(2) > ul > li > a {
  margin: 0;
  display: inline;
}
.menu-primary-container .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2) .wrap-child-menu>ul>li>ul>li:nth-child(3) {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: -6px;
}

.menu-primary-container .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2) .wrap-child-menu>ul>li>ul>li:nth-child(3) > a {
  color: #00809b;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-transform: none;
  display: inline;
}
.menu-primary-container .hs-menu-wrapper>ul>li:nth-child(4) .wrap-child-menu {
  left: auto;
  right: 42%;
}
.menu-primary-container .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2) .wrap-child-menu>ul>li:nth-child(3)>ul , 
.menu-primary-container .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2) .wrap-child-menu>ul>li:nth-child(4)>ul {
  min-height: 482px;
  display: block;
}

.menu-primary-container .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2) .wrap-child-menu>ul>li:nth-child(3)>ul > li:first-child , 
.menu-primary-container .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2) .wrap-child-menu>ul>li:nth-child(4)>ul > li:first-child {
  width: 50.5%;
}

.menu-primary-container .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2) .wrap-child-menu>ul>li:nth-child(3)>ul > li:last-child , 
.menu-primary-container .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2) .wrap-child-menu>ul>li:nth-child(4)>ul > li:last-child {
  padding-left: 0;
  margin-bottom: 0;
}

.menu-primary-container .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2) .wrap-child-menu>ul>li:nth-child(3)>ul > li:last-child > a ,
.menu-primary-container .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2) .wrap-child-menu>ul>li:nth-child(4)>ul > li:last-child > a {
  text-transform: none;
}
.menu-primary-container .hs-menu-depth-2>.hs-menu-children-wrapper {
  display: block;
  z-index: -2;
  transition-duration: .25s;
  padding-right: 55px;
}

.menu-primary-container .hs-menu-depth-2:hover>.hs-menu-children-wrapper {
  z-index: -1;
}
.wrap-child-menu {
  visibility: hidden;
}

li:hover>.wrap-child-menu {
  visibility: visible;
}
.menu-primary-container .hs-menu-depth-2:hover>.hs-menu-children-wrapper {

  left: calc( 100% - 55px );

}
@media only screen and (min-width: 768px){
  .button-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 992px){
  .mobile-header-group {
    display: none;
  }
  .header-wrap {
    min-height: 140px;
  }
  .header__container {
    height: 100px;
  }

  .header_cover {
    display: block;
  }
  .Header-request-button {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .header-logo {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .scroll-header .header-group {
    background: #fff;
    position: fixed;
    width: 100%;
  }

  .scroll-header .header-group .header_cover {
    background: #fff;
  }
  .scroll-header  .header__container {
    height: 70px;
  }
  .header-group {
    min-height: 140px;
  }

  .scroll-header .header-group {
    min-height: 70px;
  }
  .hs-blog-listing .menu-primary-container .hs-menu-wrapper>ul>li>a , 
  .hs-blog-post .menu-primary-container .hs-menu-wrapper>ul>li>a {
    color: #fff;
  }
  .hs-blog-listing .menu-open .menu-primary-container .hs-menu-wrapper>ul>li>a , 
  .hs-blog-post .menu-open .menu-primary-container .hs-menu-wrapper>ul>li>a , 
  .scroll-header .hs-blog-listing .menu-primary-container .hs-menu-wrapper>ul>li>a , 
  .scroll-header .hs-blog-post .menu-primary-container .hs-menu-wrapper>ul>li>a {
    color: rgba(0,45,54,1.0);
  }

  .hs-blog-listing .menu-open .menu-utility-container.mobile-links ul li a ,
  .hs-blog-post .menu-open .menu-utility-container.mobile-links ul li a , 
  .scroll-header .hs-blog-listing .menu-utility-container.mobile-links ul li a , 
  .scroll-header .hs-blog-post .menu-utility-container.mobile-links ul li a {
    color: rgba(0,45,54,0.5);
  }

  .hs-blog-listing .menu-open .menu-utility-container.mobile-links ul li a:hover  , 
  .hs-blog-lpost .menu-open .menu-utility-container.mobile-links ul li a:hover , 
  .scroll-header .hs-blog-listing .menu-utility-container.mobile-links ul li a:hover , 
  .scroll-header .hs-blog-post .menu-utility-container.mobile-links ul li a:hover {
    color: #002d36;
  }

  .hs-blog-listing .menu-open .button-nav a  ,
  .hs-blog-post .menu-open .button-nav a ,
  .scroll-header .hs-blog-listing  .button-nav a , 
  .scroll-header .hs-blog-post  .button-nav a {
    color: rgba(0,45,54,1.0);
    background-color: rgba(255,255,255,1.0);
    border-color: rgba(0,45,54,1.0);
  }

  .hs-blog-listing .menu-open .button-nav a:hover  ,  
  .hs-blog-post .menu-open .button-nav a:hover , 
  .scroll-header .hs-blog-listing .button-nav a:hover , 
  .scroll-header .hs-blog-post .button-nav a:hover {
    color: rgba(255,255,255,1.0);
    background-color: rgba(0,45,54,1.0);
    border-color: rgba(0,45,54,1.0); 
  }

  .hs-blog-listing .site-branding #hs_cos_wrapper_header_logo , .hs-blog-post .site-branding #hs_cos_wrapper_header_logo {
    display: none;
  }

  .hs-blog-listing #hs_cos_wrapper_header_white_logo , .hs-blog-post #hs_cos_wrapper_header_white_logo {
    position: relative;
    top: 2px;
    display: block;
  }

  #hs_cos_wrapper_header_white_logo {
    display: none;
  }

  .hs-blog-listing .menu-open #hs_cos_wrapper_header_white_logo , .hs-blog-post .menu-open #hs_cos_wrapper_header_white_logo {
    display: none;
  }

  .hs-blog-listing .menu-open .site-branding #hs_cos_wrapper_header_logo ,  .hs-blog-post .menu-open .site-branding #hs_cos_wrapper_header_logo {
    display: block;
  }

  .scroll-header .hs-blog-listing .site-branding #hs_cos_wrapper_header_logo , .scroll-header .hs-blog-post .site-branding #hs_cos_wrapper_header_logo {
    display: block;
    top: 1px;
    position: relative;
  }

  .scroll-header .hs-blog-listing #hs_cos_wrapper_header_white_logo , .scroll-header .hs-blog-post #hs_cos_wrapper_header_white_logo {
    display: none;
    top: 0;
  }
  .hs-blog-listing .mobile-menu-toggle button , .hs-blog-post .mobile-menu-toggle button {
    color: #fff;
  }
	.menu-primary-container .hs-menu-wrapper>ul>li .wrap-child-menu {
    transition: .5s all cubic-bezier(0.72, 0.01, 0.26, 0.99);
  }
  .menu-primary-container .hs-menu-wrapper>ul>li:nth-child(2) .wrap-child-menu {
    left: -187px;
  }
  .menu-primary-container .hs-menu-wrapper>ul>li:nth-child(3) .wrap-child-menu {
    left: -287px;
  }
  .header_cover {
    min-height: inherit;

  }
  .header_cover {
    pointer-events: none;
  }
  .header_cover .header__container {
    pointer-events: all;
  }
  .header-group.menu-open {
    background-color:#fff;
  }
  .scroll-header .menu-primary-container .hs-menu-wrapper>ul>li.hs-item-has-children:before {
    content: "";
    width: 100%;
    height: 47px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transition: transform .3s ease-out .2s,opacity .2s linear .2s;
    opacity: 0;
    visibility: hidden;
  }
  .scroll-header .menu-primary-container .hs-menu-wrapper>ul>li.hs-item-has-children:hover:before {
    opacity: 1;
    visibility: visible;
  }
  .menu-primary-container .hs-menu-wrapper>ul>li:nth-child(2):before {
    left: -187px;
  }
  .menu-primary-container .hs-menu-wrapper>ul>li:nth-child(3):before {
    left: -287px;
  }
}

@media only screen and (min-width: 1200px){
  .button-nav a {
    padding-left: 1.9375rem;
    padding-right: 1.9375rem;
  }

}
@media only screen and (min-width: 1440px){
  .header_larger {
    margin-left: -103px;
    margin-right: -103px;
  }

}

@media(max-width:991px){
  .hs-blog-post .header-group.menu-open {
    background-color: transparent;
  }
  #hs_cos_wrapper_header_white_logo {
    display: none;
  }
  .hs-blog-listing #hs_cos_wrapper_header_white_logo , .hs-blog-post #hs_cos_wrapper_header_white_logo {
    display: block;
  }
  .header-wrap {
    min-height: 110px;
  }
  .scroll-header .header-group {
    background-color: #fff;
  }
  .header-group {
    min-height: 110px;
  }
  .header-group {
    position: fixed;
    width: 100%;
    top:0;
  }
  .header-mobile-menu-wrap {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    padding-top: 1.25rem;
    padding-bottom: 4.75rem;
    height: 100vh;
    z-index: 150;
    opacity: 0;
    transition: transform .5s,visibility 0ms,opacity .2s;
    transform: translateX(100%);
    visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    overflow-y: scroll;
  }

  .mobile-open .header-mobile-menu-wrap {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
    transition: transform .5s,visibility 0ms,opacity .2s;
  }

  .mobile-branding {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -13px;
    margin-left: -13px;
    margin-bottom: 2.125rem;
  }

  .mobile-menu-logo {
    position: relative;
    width: 100%;
    padding-right: 13px;
    padding-left: 13px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .mobile-menu-branding {
    width: 140px;
  }

  .mobile-menu-branding a {
    color: #e9001f;
    transition: all .5s ease-out;
    text-decoration: none;
  }

  .mobile-menu-branding a img {
    height: auto;
    max-width: 100%;
  }

  .mobile-menu-close-group {
    position: relative;
    width: 100%;
    padding-right: 13px;
    padding-left: 13px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .mobile-menu-close {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .mobile-menu-close button {
    border-radius: 7px;
    cursor: pointer;
    transition: all .15s ease-in;
    text-decoration: none;
    letter-spacing: -.27px;
    font-weight: 600;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-family: Inter,sans-serif;
    border: none;
    padding: 0;
    background: none;
    color: #000;
    font-size: 2rem;
    line-height: 1;
  }

  .mobile-menu-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -13px;
    margin-left: -13px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: scroll;
  }

  .mobile-menu-col {
    position: relative;
    width: 100%;
    padding-right: 13px;
    padding-left: 13px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .mobile-navigation {
    display: block;
  }



  .mobile-menu-primary-container .hs-menu-wrapper > ul {
    line-height: 1;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mobile-menu-primary-container .hs-menu-wrapper > ul > li {
    margin: 0 0 .375rem 1.125rem;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-left: 0;
    position: static;
    margin-bottom: 1.4375rem;
  }

  .mobile-menu-primary-container .hs-menu-wrapper > ul > li > a {
    transition: all .5s ease-out;
    text-decoration: none;
    font-weight: 700;
    font-size: 2.0625rem;
    line-height: 1.5rem;
    letter-spacing: -.5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    color: #002d36;
  }

  .mobile-menu-primary-container .hs-menu-wrapper > ul > li > ul {
    margin: 0;
    padding: 0;
    line-height: 1;
    display: none;
    margin-top: 30px;
  }

  .mobile-menu-primary-container .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    color: #e9001f;
  }

  .mobile-menu-button-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -13px;
    margin-left: -13px;
  }

  .mobile-menu-button-col {
    position: relative;
    width: 100%;
    padding-right: 13px;
    padding-left: 13px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .mobile-menu-utility-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2.5rem;
  }

  .mobile-menu-utility-container ul li {
    font-size: 1rem;
    line-height: 1.5rem;
    position: static;
    margin: 0;
  }

  .mobile-menu-utility-container ul li a {
    transition: all .5s ease-out;
    text-decoration: none;
    color: #002d36;
    font-weight: 600;
    font-size: .9375rem;
    line-height: 1.75rem;
    opacity: .5;
  }

  .menu-buttons-container {
  }

  .mob-button-group {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mob-button-group {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mob-button-group a {
    border-radius: 7px;
    cursor: pointer;
    padding: .9375rem 1.9375rem;
    transition: all .15s ease-in;
    font-size: 1rem;
    line-height: 1;
    text-decoration: none;
    letter-spacing: -.27px;
    font-weight: 600;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    border: 2px solid #002d36;
    color: #002d36;
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }

  .mob-button-group a:hover {
    color: #fff;
    background: #002d36;
    border: 2px solid #002d36;
  }
  .mobile-menu-primary-container .hs-menu-wrapper>ul>li>a svg {
    fill: currentColor;
    width: 20px;
    height: 12px;
    margin-left: .5rem;
    transition: all .5s ease-out;
    stroke: none;
  }

  .mobile-menu-primary-container .hs-menu-wrapper>ul>li>a svg path {
    fill: #e9001f;
  }
  .mobile-menu-primary-container .hs-menu-wrapper>ul>li>ul > li > a {
    transition: all .5s ease-out;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: -.5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    color: #002d36;
  }

  .mobile-menu-primary-container .hs-menu-wrapper>ul>li>ul > li {
    margin: 0 0 .375rem 1.125rem;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-left: 0;
    position: static;
    margin-bottom: 1.4375rem;
  }
  .child-trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 24px;
    margin: 0;
    cursor:pointer;
  }
  .mobile-menu-primary-container .hs-menu-wrapper ul>li.hs-item-has-children {
    position: relative;
  }

  .child-open svg {
    transform: rotate(
      180deg
    );
  }

  .mobile-menu-primary-container .hs-menu-wrapper>ul>li.child-open>ul {
    display: block;
  }
  .hs-blog-listing .mobile-menu-toggle button ,  .hs-blog-post .mobile-menu-toggle button {
    color: #fff;
  }

  .scroll-header .mobile-menu-toggle button {
    color: #000;
  }
  .hs-blog-listing #hs_cos_wrapper_header_logo ,  .hs-blog-post #hs_cos_wrapper_header_logo {
    display: none;
  }

  .scroll-header .hs-blog-listing #hs_cos_wrapper_header_logo , .scroll-header .hs-blog-lpost #hs_cos_wrapper_header_logo {
    display: block;
  }

  .scroll-header .hs-blog-listing #hs_cos_wrapper_header_white_logo , .scroll-header .hs-blog-post #hs_cos_wrapper_header_white_logo {
    display: none;
  }

  .hs-blog-listing .mobile-menu-branding a img ,  .hs-blog-post .mobile-menu-branding a img {
    display: none;
  }
}
/* ******************************************************************************
*********************************************************************************
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;

}
.footer__container {
  margin: 0 auto;
}
.footer-group {
  padding-top: 45px;
  padding-bottom: 45px;
}


.copyright {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -13px;
  margin-left: -13px;
}

.copyright-inner {
  position: relative;
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  display: -ms-flexbox!important;
  display: flex!important;
  color: #002d36;
  font-size: .75rem;
  line-height: 1.375rem;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.copyright .year {
  margin-right: 1.625rem;
}



.menu-legal-container ul {
  list-style: none;
  line-height: 1;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}



.menu-legal-container ul li {
  font-size: 1rem;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.menu-legal-container ul li+li {
  padding-left: 20px;
}


.menu-legal-container ul li a {
  transition: all .5s ease-out;
  letter-spacing: -.28px;
  color: #002d36;
  font-weight: 400;
  font-size: .75rem;
  line-height: 1.375rem;
  text-decoration: underline;
}
.footer__main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -13px;
  margin-left: -13px;
}

.footer-logo-section {
  position: relative;
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.f-logo {
  max-width: 150px;
  margin-bottom: 1.875rem;
  line-height: 1;
}



.f-logo img {
  width: 1024px;
  aspect-ratio: auto 1024 / 424;
  height: auto;
  max-width: 100%;
}



.footer-logo-section p:first-child {
 font-size: .9375rem;
  line-height: 1.5rem;
  letter-spacing: -.22px;
  margin-bottom: 1.5625rem;
}



.footer-logo-section p:nth-child(2) {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: .9375rem;
  line-height: 1.5rem;
  letter-spacing: -.22px;
}



.footer-logo-section p:last-child {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: .9375rem;
  line-height: 1.5rem;
  letter-spacing: -.22px;
  margin-bottom: 3.125rem;
}



.footer-menu-section {
  position: relative;
  width: 100%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}



.footer-social-group {
  position: relative;
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}



.social-networks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.875rem;
}



.social-networks a {
  transition: all .5s ease-out;
  text-decoration: none;
  color: #00809b;
  font-weight: 800;
  font-size: .875rem;
  line-height: 1.875rem;
  letter-spacing: -.28px;
  display: block;
}

.social-networks a:hover {
  text-decoration: underline;
}


.footer-menu-section .hs-menu-wrapper > ul {
  line-height: 1;
  margin: 0 0 1rem;
  padding: 0;
  margin-bottom: 1.3125rem;
  flex-wrap: unset;
}

.footer-menu-section .hs-menu-wrapper > ul {
  padding-top: 45px;
  margin-bottom: 0;
}

.footer-menu-section .hs-menu-wrapper > ul > li {
  -ms-flex: 0 0 25%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 13px;
  padding-left: 13px;
}

.footer-menu-section .hs-menu-wrapper > ul > li > a {
  padding: 0;
}

.footer-menu-section .hs-menu-wrapper > ul > li > ul {
  display: block;
}

.footer-menu-section .hs-menu-wrapper > ul > li > ul > li {
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
}

.footer-menu-section .hs-menu-wrapper > ul > li > ul > li > a {
  transition: all .5s ease-out;
  text-decoration: none;
  padding: 0;
  color: #002d36;
  font-weight: 800;
  font-size: .875rem;
  line-height: 1.125rem;
  letter-spacing: -.28px;
  display: inline;
}
.footer-menu-section .hs-menu-wrapper>ul>li:nth-child(2) > ul {
  margin-left: .8125rem;
}

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

@media only screen and (min-width: 768px){
  .copyright-inner {
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: .875rem;
    line-height: 1.25rem;
  }
  .menu-legal-container ul li+li {
    padding-left: 26px;
  }

  .menu-legal-container ul li a {
    font-size: .875rem;
    line-height: 1.25rem;
  }
  .menu-legal-container ul li a {
    letter-spacing: -.25px;
  }
  .footer-logo-section {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .f-logo {
    margin-bottom: 2.4375rem;
  }
  .footer-logo-section p:first-child {
    font-size: 1.0625rem;
    line-height: 1.875rem;
    letter-spacing: -.25px;
  }
  .footer-logo-section p:nth-child(2) {
    font-size: 1.0625rem;
    line-height: 1.875rem;
    letter-spacing: -.25px;
  }
  .footer-logo-section p:last-child {
    font-size: 1.0625rem;
    line-height: 1.875rem;
    letter-spacing: -.25px;
  }
  .footer-menu-section {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .social-networks a {
    font-size: 1.0625rem;
    line-height: 1.875rem;
    letter-spacing: -.25px;
  }
  .footer-menu-section .hs-menu-wrapper > ul > li > ul > li > a {
    font-size: 1.0625rem;
    line-height: 1.875rem;
    letter-spacing: -.25px;
  }
  .footer-group {
    padding-bottom: 55px;
  }

}

@media only screen and (min-width: 992px){
  .copyright-inner {
    padding-top: 96px;
  }
  .footer-logo-section {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .footer-logo-section p:last-child {
    margin-bottom: 0;
  }
  .footer-social-group {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .social-networks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 66px;
    padding-top: 45px;
    margin-bottom: 0;
  }
  .social-networks a {
    width: 100%;
  }
}
@media(max-width:767px){
  .footer-menu-section .hs-menu-wrapper>ul>li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .footer-menu-section .hs-menu-wrapper>ul>li:last-child {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .footer-menu-section .hs-menu-wrapper>ul>li>ul {
    margin-bottom: 1.3125rem;
  }

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

@media(max-width:480px){
  .footer-menu-section .hs-menu-wrapper>ul>li , .footer-menu-section .hs-menu-wrapper>ul>li:last-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-menu-section .hs-menu-wrapper>ul {
    display: block;
  }

  .footer-menu-section .hs-menu-wrapper>ul>li:nth-child(2)>ul {
    margin-left: 0;
  }
}


@media(max-width:360px){
  .social-networks {
    display: block;
  }
}
.banner-wrapper {
  padding-bottom: 50px;
  margin-top: -110px;
  font-size: 16px;
  line-height: 1;

}
.content-wrapper {
  margin: 0 auto;
}
.banner-wrapper .banner-inner {
  position: relative;
}

.banner-wrapper .content-wrapper {
  min-height: 510px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner-wrapper .banner-inner-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -13px;
  margin-left: -13px;
}

.banner-wrapper .banner-content-left {
  position: relative;
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}


.banner-wrapper .banner-subtitle {
  color: #e9001f;
  font-weight: 700;
  font-size: .75rem;
  line-height: 1.6875rem;
  letter-spacing: 0;
  margin-bottom: 1rem;
  text-transform: uppercase;
  transform: translateY(0px);
  opacity: 1;
}



.banner-wrapper .banner-title {
  font-family: Inter,sans-serif;
  color: #222830;
  font-weight: 800;
  font-size: 3.125rem;
  line-height: 3.125rem;
  letter-spacing: -1.15px;
  margin-bottom: 1.625rem;
  transform: translateY(0px);
  opacity: 1;
}



.banner-wrapper .banner-summary {
  transform: translateY(0px);
  opacity: 1;
}

.banner-wrapper .banner-image-wrap {
  margin-right: -30px;
  line-height: 0;
  overflow: hidden;
  padding-top: 3.125rem;
}


.banner-wrapper .banner-image-wrap img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 60px 0 0 60px;
  transform: translateX(0px);
  opacity: 1;
}


.banner-wrapper .banner-summary p {
  color: #222830;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin: 0;
}
.banner-wrapper {
  padding-top: 110px;
  margin-top: -110px;
}
.blog-banner .banner-title {
  color: #fff;
}

.blog-banner .banner-summary p {
  color: #fff;
}
.listing-wrapper {
  padding-top: 4.25rem;
}



.listing-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -13px;
  margin-left: -13px;
}

.blog-index {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
}

.blog-filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -13px;
  margin-left: -13px;
  -ms-flex-pack: center;
  justify-content: space-between;
  margin-bottom: 2.0625rem;
}

.blog-filters {
  margin-bottom: 2.8125rem;
}

.search-wrap {
  position: relative;
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  order: 0;
}

.filter-expand-link {
  display: none;
}

.styled-search {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.875rem;
  transform: translateY(0px);
  opacity: 1;
}

.styled-search {
  margin-bottom: 3.0625rem;
}

.styled-search div {
  width: 100%;
}

.styled-search form {
  max-width: 100%;
}

.styled-search form .hs-search-field__input {
  position: relative;
  width: 100%;
  border-width: 0 0 2px;
  border-bottom: 2px solid #000;
  padding: 7px 4px 15px;
}



.tages-group {
  position: relative;
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}



.tages-group h3 {
  display: none;
}

.tages-group ul.l_tinynav1 {
  display: none;
}

.tages-group  select {
  font-family: Inter,sans-serif;
  width: 100%;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -.3px;
  line-height: 1.2;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 7px;
  cursor: pointer;
  padding: 1.0625rem 2.3125rem 1.125rem 1.625rem;
  transition: all .15s ease-in;
  border: 2px solid #000;
  color: #000;
  font-size: 1.0625rem;
  font-weight: 500;
  outline: 0;
}

.resource-cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -13px;
  margin-left: -13px;
}

.resource-section {
  position: relative;
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1.3125rem;
}

.resource-section {
  margin-bottom: 2.125rem;
}

.resource-section-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -13px;
  margin-left: -13px;
}

.blog-index__post {
  position: relative;
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}



.card.card--single-link {
  height: 100%;
  padding-bottom: 1rem;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  padding-bottom: 2.0625rem;
  transform: translateY(0px);
  opacity: 1;
}

.card__header {
  margin-bottom: 1.5625rem;
  overflow: hidden;
  border-radius: 7px;
}

.card__header .hover-border {
  position: relative;
  height: 222px;
}

.card__header .hover-border img {
  max-width: 100%;
  border-radius: 7px;
  transition: all .5s ease-out;
  height: 222px;
  object-fit: cover;
  object-position: 50% 50%;
  width:100%;
}


.card__header .hover-border:after {
  transition: all .5s ease-out;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 4px solid transparent;
}

.card.card--single-link:hover .card__header .hover-border img {
  transform: scale(1.05);
}

.card.card--single-link:hover .card__header .hover-border:after {
  border: 4px solid #ff991d;
  border-radius: 7px;
}

.card__body {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -ms-flexbox;
  display: flex;
}

.card__body .categories {
  color: #ff991d;
  font-weight: 600;
  font-size: .625rem;
  text-transform: uppercase;
  margin-bottom: .5625rem;
}


.card__body .categories a {
  text-decoration: none;
  color: inherit;
}

.card__body .categories a:hover {
  color: inherit;
}

.entry-title {
  color: #e9001f;
  transition: all .5s ease-out;
  text-decoration: none;
}

.card__title {
  color: #222830;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: -.56px;
  margin-bottom: .625rem;
}

.card--single-link a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.wysiwyg {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.wysiwyg p {
  opacity: .7;
  font-size: .875rem;
  line-height: 1.25rem;
  color: #222830;
}

.read-more {
  padding-top: .875rem;
  font-size: 16px;
  line-height: 1;
}

.read-more a {
  transition: all .5s ease-out;
  color: #00809b;
  text-decoration: underline;
  font-size: .875rem;
  font-weight: 600;
}

.read-more a:hover {
  color: #00809b;
}
.blog-pagination {
  position: relative;
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transform: translateY(0px);
  opacity: 1;
}

.blog-pagination a {
  transition: all .5s ease-out;
  color: #00809b;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1;
}

.blog-pagination a:hover {
  color: #00809b;
  text-decoration: underline;
}

.page-count {
  margin: 0 1.25rem;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}

.blog-pagination__prev-link--disabled , .blog-pagination__next-link--disabled {
  color: rgba(0,0,0,.3) !important;
  text-decoration: none !important;
}

.tages-group svg {
  fill: currentColor;
  stroke: none;
  position: absolute;
  width: 11px;
  right: 28px;
  top: 31px;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all .15s ease-in;
  color: #000;
}

.tages-group svg path {
  transition: all .15s ease-in;
  fill: #000;
}

.styled-search form .hs-search-field__input {
  outline: 0;
}

.styled-search form button {
  border: 2px solid transparent;
  border-radius: 7px;
  cursor: pointer;
  transition: all .15s ease-in;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  letter-spacing: -.27px;
  font-weight: 600;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  background: transparent;
  padding: 0;
  margin-left: -25px;
  position: relative;
  top: 9px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important;
}

.styled-search form button svg {
  width: 20px;
  height: auto;
  fill: currentColor;
  stroke: currentColor;
}

.styled-search form button:hover svg path {
  stroke: #00809b;
  fill: #00809b;
}
.styled-search form .hs-search-field__input::placeholder {
  opacity: 1;
  color: #000;
}

.styled-search form .hs-search-field__input {
  font-size: 16px;
  line-height: 16px;
}
.tages-group:hover select {
  background: #fff;
  border-color: #00809b;
  color: #00809b;
}

.tages-group:hover svg path {
  fill: #00809b;
}
.post-entry-header {
  background: #e9001f;
  padding: 8.25rem 0 4.6875rem;
  margin-top: -110px;
}




.post-entry-larger {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -13px;
  margin-left: -13px;
}



.post-entry-col {
  position: relative;
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.post-entry-col a {
  transition: all .5s ease-out;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.0625rem;
}

.post-entry-title {
  clear: both;
  font-family: Inter,sans-serif;
  color: #fff;
  font-weight: 800;
  font-size: 3.125rem;
  line-height: 3.125rem;
  letter-spacing: -1.15px;
  padding-top: 2.25rem;
  transform: translateY(0px);
  opacity: 1;
}
.post-entry-larger {
  line-height: 1;
  font-size: 16px;
}
.post-entry-col a:hover {
  color: #fff;
}

.post-banner-title-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -13px;
  margin-left: -13px;
  line-height: 1;
  font-size: 16px;
}

.post-banner-title-col {
  position: relative;
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.post-entry-title {
  margin-bottom: 0;
}

.entry-post-page {
  padding: 5.9375rem 0 6.25rem;
  font-size: 16px;
  line-height: 1;
}



.entry-post-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -13px;
  margin-left: -13px;
}

.entry-main-column {
  position: relative;
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  transform: translateY(0px);
  opacity: 1;
}


.entry-meta {
  color: #222830;
  font-weight: 600;
  font-size: .75rem;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}

.entry-callout {
  margin-bottom: 3.75rem;
}

.entry-callout p {
  color: #222830;
  font-weight: 800;
  font-size: 2rem;
  line-height: 2.4375rem;
  margin: 0;
}

.post-thumbnail {
  margin-bottom: 3.75rem;
}

.post-thumbnail img {
  height: auto;
  max-width: 100%;
}

.blog-post__body {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #000;
}

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

.post-footer form .actions {
  text-align: center;
}

.author-wrap .content-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 45px;
  border-top: 2px
}
.author-wrap .content-wrapper hr{
  width: 100%;
  margin-bottom: 45px;
  background-color: rgba(34,40,48,.3);
}
.author-info {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.author-image {
  width: 156px;
  border-radius: 50%;
  padding-bottom: 156px;
  flex-shrink: 0;
}
.author-bio-wrap {
  padding-left: 26px;
  display: flex;
  flex-direction: column;
}
.author-info .author-name {
  font-size: 18px;
  line-height: 30px;
}
.author-bio {
  font-size: 14px;
  line-height: 18px;
  padding-top: 23px;
}

.author-wrap .back-button {
  background-color: #FFF;
  color: rgba(0,128,155,1.0);
}
.author-wrap .back-button:hover {
  background-color: rgba(0,128,155,1.0);
  color: #FFF;
}

.author-wrap + .related-post {
  padding-top: 75px;
  
}

.related-post {
  padding-top: .5625rem;
  padding-bottom: 1.5rem;
}

.hs-blog-post .card.card--single-link:hover .card__header .hover-border:after {
  border: 4px solid #00809b;
  border-radius: 7px;
}

.search-wrap .hs-search-field__suggestions li {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.search-wrap .hs-search-field__suggestions li a:hover {
  background-color: transparent !important;
}
.post-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -13px;
  margin-left: -13px;
}

.post-bottom-col {
  position: relative;
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.post-bottom-col .entry-hr {
  border: 0;
  height: 1px;
  color: #000;
  background-color: rgba(34,40,48,.3);
}
.blog-top-title {
  position: relative;
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.blog-title {
  font-family: Inter,sans-serif;
  color: #e9001f;
  font-weight: 800;
  font-size: 2.375rem;
  line-height: 2.875rem;
  letter-spacing: -.79px;
  margin-bottom: 3.0625rem;
  transform: translateY(0px);
  opacity: 1;
}

@media only screen and (max-width: 500px){ 
  .author-info {
    flex-wrap: wrap;
  }
  .author-bio-wrap {
    padding-left: 0;
    padding-top: 20px;
  }
  .author-wrap + .related-post {
    padding-top: 45px;
  }
}

@media only screen and (min-width: 650px) {
  .author-info {
    width: 70%;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px){
  .banner-wrapper {
    padding-bottom: 90px;
  }
  .banner-wrapper .banner-content-left {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .banner-wrapper .content-spacer {
    padding-right: 1.875rem;
  }

  .blog-title {
    font-size: 3rem;
    line-height: 3.6875rem;
    letter-spacing: -1px;
    margin-bottom: 3.1875rem;
  }
  .blog-filters {
    justify-content: space-betwen;
  }
  .banner-wrapper .banner-image-wrap img {
    border-radius: 25px 0 0 25px;
  }

  .banner-wrapper .banner-image-wrap {
    margin-right: 0;
    padding-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 56.25%;
    text-align: left;
  }
  .blog-index__post {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .search-wrap {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    order: 2;
  }
  .tages-group {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .post-entry-title {
    font-size: 3.5rem;
    line-height: 4.375rem;
    letter-spacing: -1.3px;
  }
  .entry-main-column {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    margin-left: 16.66667%;
  }

}

@media only screen and (min-width: 992px){
  .entry-post-page .content-wrapper {
    padding-left: 13px;
    padding-right: 13px;
  }
  .banner-wrapper {
    padding-top: 140px;
    margin-top: -140px;
  }
  .banner-wrapper {
    padding-bottom: 3.125rem;
  }
  .banner-wrapper .content-wrapper {
    padding-left: 13px;
    padding-right: 13px;
  }
  .banner-wrapper .banner-subtitle {
    font-size: .875rem;
    line-height: 1.6875rem;
    letter-spacing: 0;
    margin-bottom: 1.4375rem;
  }
  .banner-wrapper .banner-title {
    font-size: 4.375rem;
    line-height: 4.375rem;
    letter-spacing: -1.62px;
    margin-bottom: 1.875rem;
  }
  
  .card__header .hover-border {
    height: 200px;
  }

  .card__header .hover-border img {
    height: 200px;
  }

  .blog-index__post {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .card__body .categories {
    font-size: .75rem;
  }
  .listing-wrapper .content-wrapper {
    padding-left: 13px;
    padding-right: 13px;
  }
  .listing-wrapper {
    padding-top: 5.125rem;
  }
  .post-entry-header .content-wrapper {
    padding-left: 13px;
    padding-right: 13px;
  }
  .post-entry-header {
    padding-top: 140px;
    margin-top: -140px;
  }
}

@media only screen and (min-width: 1440px){
  .post-entry-larger {
    margin-left: -103px;
    margin-right: -103px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

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

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.no-list.hs-error-msgs {
  padding-left: 0;
}
.password-page input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0px !important;
  outline:0;
  }
@media(max-width:767px){
  .error-page_heading {
    font-size: 2rem;
  }
  .systems-page h1 {
    font-size: 1.5rem;
  }
  .systems-page h2 {
    font-size: 1.1rem;
  }
  .systems-page h3 {
    font-size: 1.2rem;
  }
}