/* ******************************************************************************
*********************************************************************************
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. Update.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "Encode Sans";
  src: url("//f.hubspotusercontent10.net/hubfs/5943619/Dragos_November_2020/font/EncodeSans-VariableFont_wdth,wght.ttf") format("ttf");
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
  font-display: swap;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Encode Sans";
  src: url("//f.hubspotusercontent10.net/hubfs/5943619/Dragos_November_2020/font/EncodeSansCondensedThin-Regular-1.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Encode Sans";
  src: url("//f.hubspotusercontent10.net/hubfs/5943619/Dragos_November_2020/font/EncodeSansCondensedThin-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: icons;
  src: url("//f.hubspotusercontent10.net/hubfs/5943619/Dragos_November_2020/font/icons.eot") format("embedded-opentype"),
    url("//f.hubspotusercontent10.net/hubfs/5943619/Dragos_November_2020/font/icons.woff2") format("woff2"), 
    url("//f.hubspotusercontent10.net/hubfs/5943619/Dragos_November_2020/font/icons.woff") format("woff"), 
    url("//f.hubspotusercontent10.net/hubfs/5943619/Dragos_November_2020/font/icons.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

html {
  font-size: 24px;
}

body {
  font-family: Encode Sans, Lucida Sans, sans-serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Encode Sans, Lucida Sans, sans-serif;
}

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

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

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

blockquote {
  border: none;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

blockquote:before {
  content: "\f10d";
  display: block;
  font-family: icons;
  font-size: 2.357rem;
  padding-bottom: 1rem;
}



.body-container-wrapper ul li ,  .blog-post__body ul li  {
  padding: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
  list-style: none;
}

.body-container-wrapper ul li:before , .blog-post__body ul li:before {
  background: #198d85;
  border-radius: 2px;
  content: "\200B";
  display: inline-block;
  height: 8px;
  margin-right: 1.5rem;
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
}



.body-container-wrapper ol li , .blog-post__body ol li {
  counter-increment: dragos-counter;
  margin-bottom: 1.5rem;
  position: relative;
  margin-left: 2em;
  list-style: none;
}

.body-container-wrapper ol li:before , .blog-post__body ol li:before {
  position: absolute;
  border-right: 1px solid #e3e7e7;
  content: counter(dragos-counter) " ";
  color: #198d85;
  display: inline-block;
  font-weight: 700;
  left: -2em;
  margin-right: 1rem;
  min-width: 2.5rem;
  padding-right: .75rem;
}

.body-container-wrapper ul , .blog-post__body ul  {
  margin-bottom: 4rem;
}
ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
}

ul.no-list.hs-error-msgs.inputs-list li  {
  padding: 0;
  margin: 0;
}
.systems-page ul.no-list.hs-error-msgs li {
  padding-left: 0px !important;
}
ul.no-list.hs-error-msgs.inputs-list li:before , .systems-page ul.no-list.hs-error-msgs li:before {
  display: none !important;
}

/* 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 ,  .content-wrapper{
  padding-left:2rem;
  padding-right:2rem
}
.no-banner .body-wrapper {
  margin-top:70px;
}
.no-banner .hs-blog-post {
  margin: 0;
}
@media (min-width: 576px){
  .dnd-section>.row-fluid ,  .content-wrapper{
    max-width: 540px;
  }
  .footer__container {
    max-width: 540px;
  }
}
@media (min-width: 768px){
  .dnd-section>.row-fluid ,  .content-wrapper{
    max-width: 720px;
  }
  .footer__container {
    max-width: 720px;
  }
}

@media (min-width: 992px){
  .dnd-section>.row-fluid ,  .content-wrapper{
    max-width: 960px;
    padding-left: 8rem;
    padding-right: 8rem
  }
  .footer__container {
    max-width: 960px;
  }
}


@media (min-width: 1025px){
  .header__container {
    max-width: 96rem;
  }
  .no-banner .body-wrapper {
    margin-top: 100px;
  }
  .no-banner .hs-blog-post {
    margin: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
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: Encode Sans, Lucida Sans, sans-serif;
}
h3.form-title {
  font-size: 2.5rem;
}
.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-style: solid;
  text-decoration: none !important;
  white-space: normal !important;
  margin-bottom: 10px;
}

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

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

.hs-input , .password-page input#hs-pwd-widget-password {
  display: inline-block;
  width: 100% !important;
  height: auto;
  padding: 9px 10px;
  color: #33475b;
  background-color: #fff;
  border: 1px solid;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.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: #c87872;
}
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;
  text-align: left;
  white-space: 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: Encode Sans, Lucida Sans, sans-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);
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

/*Fixes line-height on form text fields*/
input  {
  line-height:100%!important;
}

/*Fixes list style on form inputs*/
.body-container-wrapper .input ul li:before {
    background: #fff;
}

/*One Color LP Style*/
.body-container__one-color { 
  background-color:#06161c;
}

.body-container__one-color p {
  color:#fff!important;
}

*.body-container__one-color a {
  color:#fff!important;
}

.body-container__one-color li {
  color:#fff!important;
}

.body-container__one-color h1, .body-container__one-color h2, .body-container__one-color h3, .body-container__one-color h5 {
  color:#fff!important;
  line-height:1.6;
}

.body-container__one-color .hs-form label {
  color: #049995;
}

.body-container__one-color .hs-input {
  border-color: #049995;
  color: #fff;
  background-color: #06161c;
  border-radius:2px;
}

.body-container__one-color .cookie-reset-container { 
  color:#fff;
}

.body-container__one-color .hs-richtext {
  color: #fff;
}

.body-container__one-color .hs-button, .button--primary {
  background-color: #049995;
  border-radius: 3px;
  border: 1px solid #049995!important;
  color: #06151b;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif!important;
  text-transform:uppercase;
  font-size: 1.8rem!important;
  font-weight: 500;
  letter-spacing: .17rem;
}

.body-container__one-color .hs-button:hover, .hs-button:focus {
  background-color: transparent;
  color: #049995;
}

.lp-footer__one-color {
  background-color:#06161c!important;
  color:#fff:
}

.lp-footer__one-color a {
  color:#666;
}

.yir__gradient {
  text-transform: uppercase;
  background-color: #9ee44d;
  background-image: -webkit-gradient(linear,right top,left top,from(#9ee44d),to(#52d7c7));
  background-image: linear-gradient(270deg,#9ee44d,#52d7c7);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}


/*Center Header LP*/
@media (min-width: 1200px) {
  .header__container.header-center {
    max-width: 200px;
}
}

@media (min-width: 1025px) {
 .header__container.header-center {
    max-width: 10rem;
}
}


@media (min-width: 320px) {
 .header__container.header-center {
    max-width: 17rem;
}
}

@media (min-width: 768px) {
 .center-banner .banner-title {
    -webkit-box-flex: 0;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
}

}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your website pages
look if there is anything specific to your website pages.
*********************************************************************************
****************************************************************************** */
.header {
  background-color: transparent;
}

.header__container {
  margin: 0 auto;
}

.header-group {
  display: block;
  background-color: transparent;
  font-size: 0;
  position: fixed;
  left: 0;
  -webkit-transform: none;
  transform: none;
  top: 0;
  height: 6.5rem;
  width: 100%;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  z-index: 99950;
  padding: 0 1.6rem;
  text-align: left;
}



.header-group:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 9rem);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #06151b;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  transition: transform .6s;
  transition: transform .6s,-webkit-transform .6s;
}

.header__container {
  width: 100%;
  height: 100%;
  position: relative;
}

.custom-logon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999999;
}

.header__logo {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 3.2rem;
  line-height: 1.2;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
}

.header__logo a {
  color: inherit;
  text-decoration: none;
  display: block;
  position: relative;
  pointer-events: auto;
  background-repeat: no-repeat;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.header__menu-toggle {
  cursor: pointer;
  position: absolute;
  right: -1.2rem;
  top: 50%;
  width: 4.4rem;
  height: 4.4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background-color: transparent;
  border: none;
  padding:0;
  outline:0;
}
.header__menu-toggle__bar {
  width: 2rem;
  height: .2rem;
  position: absolute;
  background-color: #52d7c7;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}
.header__menu-toggle__bar:after, .header__menu-toggle__bar:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #52d7c7;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-220%) rotate(0);
  transform: translateY(-220%) rotate(0);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s,-webkit-transform .4s;
}
.header__menu-toggle__bar:after {
  -webkit-transform: translateY(220%) rotate(0);
  transform: translateY(220%) rotate(0);
}
.header-menu-group {
  background-color: #06151b;
  left: -1.6rem;
  top: 100%;
  position: absolute;
  width: calc(100% + 3.2rem);
  z-index: 999999;
  display: none;
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  transition: transform .6s;
  transition: transform .6s,-webkit-transform .6s;
}
.header__flyout__container {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  left: 0;
  top: 6.5rem;
  height: calc(100vh - 6.5rem);
  padding: 1.6rem 1.6rem 14.8rem;
  margin: 0 auto;
  pointer-events: auto;
  z-index: 9999999;
  background-color: #06151b;
}


.header_main-menu {
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  transition: transform .6s;
  transition: transform .6s,-webkit-transform .6s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  height: auto;
  pointer-events: auto;
}



.headertop-menu {
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
}

.headertop-menu .hs-menu-wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  margin: 0;
}



.headertop-menu .hs-menu-wrapper > ul > li {
  border: 1px solid transparent;
  color: #fff;
  display: block;
  letter-spacing: .028rem;
  font-size: 1.4rem;
  width: 50%;
  margin: 1rem 0;
  position: relative;
  z-index: 100;
  line-height: 1;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
}



.headertop-menu .hs-menu-wrapper > ul > li > a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  padding: 0;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  font-weight: 400;
  line-height: 1;
}


.headertop-menu .hs-menu-wrapper > ul > li:last-child > a {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  border: 1px solid #46b2a5;
  border-radius: 4px;
  color: #fff;
  padding: 1rem;
  -webkit-transition: color .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;
  transition: color .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;
  transition: box-shadow .25s ease-in-out,color .25s ease-in-out;
  transition: box-shadow .25s ease-in-out,color .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;
}

.headertop-menu .hs-menu-wrapper > ul > li > a:after {
  content: "";
  background-color: #46b2a5;
  bottom: -.8rem;
  display: block;
  height: .2rem;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
  width: 100%;
}

.headertop-menu .hs-menu-wrapper > ul > li:last-child:hover > a {
  color: #46b2a5;
  -webkit-box-shadow: 0 0 8px 5px #000;
  box-shadow: 0 0 8px 5px #000;
}

.headertop-menu .hs-menu-wrapper > ul > li > a:hover:after {
  opacity: 1;
}
.header_main-menu .hs-menu-wrapper > ul {
  margin: 0;
  display: block;
}

.header_main-menu .hs-menu-wrapper > ul > li {
  -webkit-transition: height .3s;
  transition: height .3s;
  overflow: hidden;
  border-top: 1px solid #0a3b3e;
  display: block;
  width: 100%;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}


.header_main-menu .hs-menu-wrapper > ul > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .11em;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  padding: 2.8rem 5.6rem 2.8rem 0;
  position: relative;
  display: block;
  width: 100%;
  pointer-events: auto;
  text-align: left;
  z-index: 50;
  -webkit-transition: color .3s;
  transition: color .3s;
  line-height:1;
}


.header_main-menu .hs-menu-wrapper > ul > li > a:after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  right: .8rem;
  top: 50%;
  border-right: .3rem solid #52d7c7;
  border-top: .3rem solid #52d7c7;
  -webkit-transform: translateY(-75%) rotate(135deg);
  transform: translateY(-75%) rotate(135deg);
  -webkit-transition: color .3s,opacity .3s,-webkit-transform .3s;
  transition: color .3s,opacity .3s,-webkit-transform .3s;
  transition: transform .3s,color .3s,opacity .3s;
  transition: transform .3s,color .3s,opacity .3s,-webkit-transform .3s;
}


.header_main-menu .hs-menu-wrapper > ul > li >a:hover {
  color: #52d7c7;
}

.header_main-menu .hs-menu-wrapper > ul > li >a:hover:before {
  display: block;
}
.header-search {
  -webkit-transition: height .3s;
  transition: height .3s;
  overflow: hidden;
  border-top: 1px solid #0a3b3e;
  display: block;
  width: 100%;
  margin: 0;
  padding: 3.2rem 0;
  border: none;
}


.header__toggle-search {
  background: transparent;
  border-radius: 0;
  line-height: inherit;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .11em;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  position: relative;
  pointer-events: auto;
  z-index: 50;
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #fff;
  font-size: 2.2rem;
  -webkit-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  text-align: center;
  margin: 0;
  display: none;
  padding: 0;
  outline:0;
}


#header_search_toggle {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
}

#header_search_toggle:before {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e809";
}


.header__search-input #form-main-search {
  max-width: 100%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}


.header__search-input #form-main-search #form-main-search__input {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #46b2a5;
  padding: 1rem 0;
  -webkit-appearance: none;
  width: 100%;
  border-radius: 0;
  font-size: 1.8rem;
  font-family: Encode Sans,sans-serif;
  line-height: 2.2rem;
  color: #fff;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}



.header__search-input #form-main-search button.btn {
  background: transparent;
  border: 1.5px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .17rem;
  line-height: 1.4rem;
  padding: 1.4rem 3.2rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: absolute;
  pointer-events: none;
  right: -6px;
  bottom: 0;
  padding: 0 0 .7rem;
  pointer-events: all;
}
.header__flyout__container__item__children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 2.8rem;
}
.header_main-menu .hs-menu-wrapper>ul>li:hover > .header__flyout__container__item__children {
  opacity: 1;
  pointer-events: auto;
}


.header__flyout__container__item__children  > ul {
  margin: 0;
  display: block;
  list-style: none;
  width: 100%;
}

.header__flyout__container__item__children:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 1px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  -webkit-box-shadow: 0 0 10px 4px rgba(0,0,0,.45);
  box-shadow: 0 0 10px 4px rgba(0,0,0,.45);
  display: none;
}


.header__flyout__container__item__children > ul > li {
  color: #46b2a5;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}

.header__flyout__container__item__children > ul > li:first-child {
  margin-bottom: 6rem;
}

.header__flyout__container__item__children > ul > li >  a {
  margin-bottom: 2.4rem;
  margin-top: 2.4rem;
  padding: 0;
  color: #46b2a5 !important;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  line-height: 1;
}



.header__flyout__container__item__children > ul > li:first-child > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}


.header__flyout__container__item__children > ul > li:first-child > ul > li {
  color: #fff;
}


.header__flyout__container__item__children > ul > li:first-child > ul > li:last-child {
  margin-right: 0;
}

.nav-link-cell {
  background-image: linear-gradient(320deg,#52d7c7 40%,#9ee44d 90%);
  padding: 1px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}


.header__flyout__container__item__children > ul > li:first-child > ul > li .nav-link-cell a {
  color: inherit;
  text-decoration: none;
  background: #06151b;
  -webkit-box-shadow: 0 2px 13px 0 transparent, inset 0 0 23px transparent;
  box-shadow: 0 2px 13px 0 transparent, inset 0 0 23px transparent;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-transition: -webkit-box-shadow .25s ease-in-out;
  transition: -webkit-box-shadow .25s ease-in-out;
  transition: box-shadow .25s ease-in-out;
  transition: box-shadow .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;
}

.header__flyout__container__item__children > ul > li:first-child > ul > li .nav-link-cell a {
  font-size: 1.8rem;
  line-height: 2rem;
}


.header__flyout__container__item__children > ul > li:first-child > ul > li .nav-link-cell a .description {
  display: none;
}


.header__flyout__container__item__children > ul > li:first-child > ul > li .nav-link-cell a:hover {
  -webkit-box-shadow: 0 2px 13px 0 rgba(158,228,77,.45), inset 0 0 13px rgba(158,228,77,.45);
  box-shadow: 0 2px 13px 0 rgba(158,228,77,.45), inset 0 0 13px rgba(158,228,77,.45);
}

.header__flyout__container__item__children > ul > li:first-child > ul > li .nav-link-cell a:after {
  content: "\e800";
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #9ee44d;
  opacity: 0;
  position: absolute;
  right: 1rem;
  top: 1rem;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}

.header__flyout__container__item__children > ul > li:first-child > ul > li .nav-link-cell a:hover:after {
  opacity: 1;
}
.header__flyout__container__item__children>ul>li:last-child > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}


.header__flyout__container__item__children>ul>li:last-child > ul > li {
  color: #fff;
}


.header__flyout__container__item__children>ul>li:last-child > ul > li img {
  border-style: none;
  display: block;
  max-width: 100%;
  height: auto;
}

.header__flyout__container__item__children>ul>li:last-child > ul > li > a {
  color: inherit;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
}


.header__flyout__container__item__children>ul>li:last-child > ul > li > a .title {
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
}

.header__flyout__container__item__children>ul>li:last-child > ul > li > a .description {
  display: none;
}



.header_main-menu .hs-menu-wrapper>ul>li:nth-child(2)>.header__flyout__container__item__children > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}



.header_main-menu .hs-menu-wrapper>ul>li:nth-child(2)>.header__flyout__container__item__children > ul > li {
  color: #fff;
  width: 100%;
  margin-bottom: 1rem;
}




.header_main-menu .hs-menu-wrapper>ul>li:nth-child(2)>.header__flyout__container__item__children > ul > li .nav-link-cell a {
  color: inherit;
  text-decoration: none;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  text-transform: none;
}


.header_main-menu .hs-menu-wrapper>ul>li:nth-child(2)>.header__flyout__container__item__children > ul > li .nav-link-cell a {
  background: #06151b;
  -webkit-box-shadow: 0 2px 13px 0 transparent, inset 0 0 23px transparent;
  box-shadow: 0 2px 13px 0 transparent, inset 0 0 23px transparent;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-transition: -webkit-box-shadow .25s ease-in-out;
  transition: -webkit-box-shadow .25s ease-in-out;
  transition: box-shadow .25s ease-in-out;
  transition: box-shadow .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;
}


.header_main-menu .hs-menu-wrapper>ul>li:nth-child(2)>.header__flyout__container__item__children > ul > li .nav-link-cell a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 1.5rem;
}

.header_main-menu .hs-menu-wrapper>ul>li:nth-child(2)>.header__flyout__container__item__children > ul > li .nav-link-cell a {
  min-height: 170px;
}

.header_main-menu .hs-menu-wrapper>ul>li:nth-child(2)>.header__flyout__container__item__children > ul > li .nav-link-cell a img {
  border-style: none;
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: 2rem;
  max-height: 4rem;
}



.header_main-menu .hs-menu-wrapper>ul>li:nth-child(2)>.header__flyout__container__item__children > ul > li .nav-link-cell a:after {
  content: "\e800";
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #9ee44d;
  opacity: 0;
  position: absolute;
  right: 1rem;
  top: 1rem;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}


.header_main-menu .hs-menu-wrapper>ul>li:nth-child(2)>.header__flyout__container__item__children > ul > li .nav-link-cell a:hover {
  -webkit-box-shadow: 0 2px 13px 0 rgba(158,228,77,.45), inset 0 0 13px rgba(158,228,77,.45);
  box-shadow: 0 2px 13px 0 rgba(158,228,77,.45), inset 0 0 13px rgba(158,228,77,.45);
}

.header_main-menu .hs-menu-wrapper>ul>li:nth-child(2)>.header__flyout__container__item__children > ul > li .nav-link-cell a:hover:after {
  opacity: 1;
}


.header_main-menu .hs-menu-wrapper>ul>li:nth-child(3) .header__flyout__container__item__children > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}


.header_main-menu .hs-menu-wrapper>ul>li:nth-child(3) .header__flyout__container__item__children > ul > li {
  color: #fff;
  margin-bottom: 0;
}


.header_main-menu .hs-menu-wrapper>ul>li:nth-child(3) .header__flyout__container__item__children > ul > li:last-child > a {
  color: inherit;
  text-decoration: none;
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 40px;
  position: relative;
  -webkit-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  text-transform: none;
}
.header_main-menu .hs-menu-wrapper>ul>li:nth-child(3) .header__flyout__container__item__children>ul>li > a .description {
  display: none;
  font-weight: 400;
  margin-top: 2.4rem;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
}
.header__resources {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}



.header__resources ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header__resources ul li {
  width: 25%;
}


.header__resources ul li a {
  text-decoration: none;
  color: #fff !important;
  font-size: 1.4rem;
  line-height: 1.8rem;
  -webkit-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
  padding: 0;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
}
.header__resources ul li a:hover {
  color: #46b2a5 !important;
}


.header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}



.header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children > ul > li {
  color: #fff;
  grid-row: 1;
  margin-bottom: 0;
}

.header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children > ul > li:first-child {
  grid-column: 1;
}

.header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children > ul > li:nth-child(2) {
  grid-column: 2;
}

.header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children > ul > li:nth-child(3) {
  grid-row: 2;
  grid-column: 1;
}

.header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children > ul > li:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}

.header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children > ul > li:nth-child(5) {
  grid-row: 3;
  grid-column: 1;
}

.header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children > ul > li:nth-child(6) {
  grid-column: 2;
  grid-row: 3;
}

.header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children > ul > li:nth-child(7) {
  grid-column: 3/5;
  grid-row: 1/4;
}



.header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children > ul > li > a {
  color: #fff !important;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 40px;
  position: relative;
  -webkit-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
  text-transform: none;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
}


.header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children > ul > li > a .description {
  display: none;
  font-weight: 400;
  margin-top: 2.4rem;
}


.header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children > ul > li > a:hover {
  color: #46b2a5 !important;
}

.header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children > ul > li > a:after {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #46b2a5;
  content: "\e800";
  opacity: 0;
  position: absolute;
  right: 2rem;
  top: 0;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}

.header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children > ul > li > a:hover:after {
  opacity: 1;
}

.header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children > ul > li:last-child > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 3rem;
}





.header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children > ul > li:last-child > ul > li {
  color: #fff;
  font-weight: 400;
  -webkit-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children > ul > li:last-child > ul > li > a {
  font-size: 1.8rem;
  line-height: 2rem;
}

.header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children > ul > li:last-child > ul > li > a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 40px;
  position: relative;
  -webkit-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
}

.header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children > ul > li:last-child > ul > li > a:hover {
  color: #46b2a5;
}

.header__toggle-search:hover {
  color: #52d7c7;
  cursor: pointer;
}


.header__toggle-search:before ,.header__toggle-search:after {
  content: "";
  display: block;
  width: 50%;
  height: .2rem;
  background-color: #52d7c7;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  border: none;
  right: 0;
  display: none;
}

.header__toggle-search:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}



.search-open .header__toggle-search:before, .search-open .header__toggle-search:after {
  display: block;
  opacity: 1;
}

.search-open .header__search-input {
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
  opacity: 1;
  pointer-events: auto;
}

.header-group:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 9rem);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #06151b;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  transition: transform .6s;
  transition: transform .6s,-webkit-transform .6s;
}

.search-open .header-group:before {
  -webkit-transform: none;
  transform: none;
}

.search-open #header_search_toggle {
  display: none;
}

.search-open .header-search {
  top: 0;
}

.header__search-input #form-main-search #form-main-search__input:focus {
  border-color: #fff;
  outline: 0;
}

.header__search-input #form-main-search button.btn:after {
  content: "\e809";
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #52d7c7;
  font-size: 3rem;
}

.header__search-input #form-main-search #form-main-search__input::placeholder {
  font-weight: 700;
  color: #fff;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
}

.scroll-header .header-group:before {
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}

@media(min-width:550px){
  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(2)>.header__flyout__container__item__children > ul > li {
    width: calc(50% - .8rem);
  } 
}
@media (min-width: 768px){
  .header__logo a {
    background-size: 149px 36px;
    height: 36px;
    width: 149px;
  }
}
@media(min-width:992px){
  .header__flyout__container__item__children>ul>li:last-child > ul > li > a {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(2)>.header__flyout__container__item__children > ul > li .nav-link-cell a {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(3) .header__flyout__container__item__children > ul > li:last-child > a {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(3) .header__flyout__container__item__children>ul>li > a .description {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-top: 1rem;
    font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  }
  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children > ul > li > a {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children > ul > li > a .description {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-top: 1rem;
  }

}

@media (min-width: 1024px){
  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(3) .header__flyout__container__item__children > ul {
    width: 25%;
  }
}
@media (min-width: 1025px){
  .scroll-header .header-group:before {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);

  }

  .header-group {
    text-align: right;
    height: 10rem;
  }
  .header__logo a {
    -webkit-transform: translateY(2.4rem);
    transform: translateY(2.4rem);
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s,-webkit-transform .6s;
  }
  .custom-logon {
    left: 1.6rem;
  }
  .header__menu-toggle {
    display: none;

  }
  .header-menu-group {
    display: block;
    pointer-events: none;
    background-color: transparent;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
  }
  .header_main-menu {
    position: absolute;
    width: 100%;
    top: 6.8rem;
    left: 0;
    z-index: 19;
    vertical-align: middle;
  }

  .header__flyout__container {
    top: 0;
    position: relative;
    overflow: visible;
    height: auto;
    padding: 0;
    background-color: transparent;
    width: calc(100% - 3.2rem);
  }
  .headertop-menu .hs-menu-wrapper > ul {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    z-index: 20;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s,-webkit-transform .6s;
    font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  }
  .headertop-menu .hs-menu-wrapper > ul > li {
    margin: 0 2rem 0 0;
    color: #46b2a5;
    width: auto;
    display: inline-block;
  }

  .header_main-menu .hs-menu-wrapper > ul > li {
    display: inline-block;
    width: auto;
    border: none;
    overflow: visible;
    vertical-align: middle;
  }
  .header_main-menu .hs-menu-wrapper > ul > li > a {
    display: inline-block;
    width: auto;
    padding: 0 1.6rem;
    outline: 0;
  }
  .header_main-menu .hs-menu-wrapper > ul > li >a:before {
    content: "";
    width: 100%;
    height: 8rem;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    outline: 0;
  }
  .header_main-menu .hs-menu-wrapper > ul > li >a:hover:after {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  .header_main-menu .hs-menu-wrapper > ul > li > a:after {
    width: calc(100% - 3.2rem);
    height: .2rem;
    right: 1.6rem;
    top: auto;
    bottom: -1.2rem;
    border: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    background-color: #52d7c7;
    opacity: 0;
    outline: 0;
  }
  .header__toggle-search {
    display: inline-block;
    height: 2.5rem;
  }

  .header__search-input {
    position: absolute;
    width: 72rem;
    top: 100%;
    right: 1rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .6s,-webkit-transform .4s;
    transition: opacity .6s,-webkit-transform .4s;
    transition: transform .4s,opacity .6s;
    transition: transform .4s,opacity .6s,-webkit-transform .4s;
    z-index: 200;
  }
  .header__search-input #form-main-search {
    padding-top: 3.2rem;
    margin-top: -3.2rem;
  }
  .header__search-input #form-main-search #form-main-search__input {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .header-search {
    display: inline-block;
    width: auto;
    border: none;
    overflow: visible;
    vertical-align: middle;
    width: 4.4rem;
    margin: 0 -1.4rem 0 .2rem;
    padding: 0;
    position: relative;
    top:-6px;
  }
  .header_main-menu .hs-menu-wrapper>ul>li:hover .header__flyout__container__item__children {
    opacity: 1;
    pointer-events: auto;
  }
  .header__flyout__container__item__children {
    padding-top: 7.2rem;
    padding-bottom: 5.6rem;
    opacity: 0;
    pointer-events: none;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    -webkit-transform: translateY(-.8rem) translateZ(0);
    transform: translateY(-.8rem) translateZ(0);
    z-index: -1;
    -webkit-backface-visibility: hidden;
  }

  .header__flyout__container__item__children:before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #06151b;
    width: 100vw;
    height: calc(100% + 10rem);
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
  }
  .header__flyout__container__item__children:after {
    display: block;
  }
  .header__flyout__container__item__children > ul > li > a {
    margin-bottom: 0;
    margin-top: 0;
  }
  .header__flyout__container__item__children > ul > li:first-child > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: -3rem auto 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 0;
  }

  .header__flyout__container__item__children > ul > li:first-child > ul > li {
    margin-top: 3rem;
    margin-right: 2.5%;
    width: 23%;
    min-width: 250px;
    margin-bottom: 2%;
    min-width: 27.5%;
    width: 31.5%;
  }
  .header__flyout__container__item__children > ul > li:first-child > ul > li .nav-link-cell a {
    font-weight: 700;
    padding: 7rem 2.5rem 3rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 2rem;
    text-transform: none;
  }
  .header__flyout__container__item__children > ul > li:first-child > ul > li .nav-link-cell a .title {
    padding-right: 8rem;
    line-height: 2.2rem;
    font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  }

  .header__flyout__container__item__children > ul > li:first-child > ul > li .nav-link-cell a .title {
    padding-right: 0;
  }
  .header__flyout__container__item__children > ul > li:first-child > ul > li .nav-link-cell a .description {
    display: block;
    margin-top: 2.4rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8rem;
    font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  }

  .headertop-menu .hs-menu-wrapper > ul > li:last-child {
    margin-right: 0;
  }
  .header__flyout__container__item__children>ul>li:last-child > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: -3rem auto 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 0;
    text-transform: none;
  }

  .header__flyout__container__item__children>ul>li:last-child > ul > li {
    margin-top: 3rem;
    margin-bottom: 2%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48%;
    margin-right: 4%;
  }

  .header__flyout__container__item__children>ul>li:last-child > ul > li:last-child {
    margin-right: 0;
  }
  .header__flyout__container__item__children>ul>li:last-child > ul > li img {
    margin-right: 2rem;
    max-width: 4rem;
  }
  .header__flyout__container__item__children>ul>li:last-child > ul > li > a .description {
    display: block;
    margin-top: 2.4rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8rem;
    font-family: Roboto,Helvetica Neue,Arial,sans-serif;
    margin-top: 1rem;
  }
  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(2)>.header__flyout__container__item__children > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: -3rem auto 0;
    margin-left: -1.6rem;
    width: auto;
  }
  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(2)>.header__flyout__container__item__children > ul > li {
    margin-top: 3rem;
    margin-right: 2.5%;
    width: 23%;
    min-width: 250px;
  }

  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(2)>.header__flyout__container__item__children > ul > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20%;
    margin-right: 0;
    padding-left: 1.6rem;
    min-width: 0;
  }
  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(2)>.header__flyout__container__item__children > ul > li .nav-link-cell a {
    font-weight: 700;
    padding: 7rem 2.5rem 3rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(2)>.header__flyout__container__item__children > ul > li .nav-link-cell a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1.8rem;
    padding: 2.2rem 1.8rem;
  }
  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(2)>.header__flyout__container__item__children > ul > li .nav-link-cell a img {
    margin-bottom: 2rem;
    max-height: 4rem;
  }
  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(2)>.header__flyout__container__item__children > ul > li:last-child {
    margin-right: 0;
  }

  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(3) .header__flyout__container__item__children > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: -3rem auto 0;
  }
  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(3) .header__flyout__container__item__children > ul > li {
    margin-top: 3rem;
    margin-right: 2%;
    min-width: 225px;
  }

  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(3) .header__flyout__container__item__children > ul > li:last-child {
    margin-right: 0;
  }
  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(3) .header__flyout__container__item__children > ul > li:last-child > a {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(3) .header__flyout__container__item__children>ul>li > a .description {
    display: block;
    margin-top: 1rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8rem;
    font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  }
  .header__resources {
    width: 75%;
  }
  .header__resources ul {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .header__resources ul li {
    margin-bottom: 2.1rem;
  }
  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: -3rem auto 0;
    display: grid !important;
    grid-template-columns: repeat(4,25%);
  }
  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children > ul > li {
    margin-top: 3rem;
    padding-right: 2rem;
  }

  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children > ul > li > a {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children > ul > li > a .description {
    display: block;
    margin-top: 1rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8rem;
  }
  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children > ul > li:last-child > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: -3rem auto 0;
  }

  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children > ul > li:last-child > ul {
    margin-top: 1rem;
  }

  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children > ul > li:last-child > ul > li {
    margin-top: 3rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
    width: 33.3%;
  }
  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children > ul > li:last-child > ul > li > a {
    line-height: 2.2rem;
  }
  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children > ul > li:last-child > ul > li:nth-child(n+4) {
    margin-top: 2rem;
  }
  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(3) .header__flyout__container__item__children>ul>li:last-child>a:hover {
    color: #46b2a5 !important;
}

.header_main-menu .hs-menu-wrapper>ul>li:nth-child(3) .header__flyout__container__item__children>ul>li:last-child>a:hover:after {
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #46b2a5;
    content: "\e800";
    opacity: 0;
    position: absolute;
    right: 2rem;
    top: 0;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    opacity: 1;
}
}

@media(min-width:1200px){
  .headertop-menu .hs-menu-wrapper > ul > li {
    margin-right: 3rem;
  }
  .header_main-menu .hs-menu-wrapper > ul > li > a {
    padding: 0 2.4rem;
  }
  .header_main-menu .hs-menu-wrapper > ul > li > a:after {
    width: calc(100% - 4.8rem);
    right: 2.4rem;
  }

  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(2)>.header__flyout__container__item__children > ul {
    margin-left: -2.4rem;
  }
  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(2)>.header__flyout__container__item__children > ul > li {
    padding-left: 2.4rem;
  }
  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(2)>.header__flyout__container__item__children > ul > li .nav-link-cell a {
    padding: 2.5rem 2.75rem;
    font-size: 2rem;
  }
}

@media(max-width:1024px){
  .mobile-open .header__menu-toggle__bar {
    background-color: transparent;
  }

  .mobile-open .header__menu-toggle__bar:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }

  .mobile-open .header__menu-toggle__bar:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }

  .mobile-open .header-menu-group {
    display: block;
  }

  .mobile-open .header-group {
    background-color: #06151b;
  }

  .header__flyout__container {
    width: 100%;
    overflow-x: hidden;
  }

  .header_main-menu {
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s,-webkit-transform .6s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: auto;
    pointer-events: auto;
  }

  .header_main-menu .hs-menu-wrapper>ul>li {
    height: 70px;
  }

  .header__search-input {
    position: relative;
    width: 100%;
  } 
  .header_main-menu .hs-menu-wrapper>ul>li.hs-item-has-children.child-open {
    height: auto;
  }

  .header__flyout__container__item__children>ul>li:first-child {
    margin-bottom: 1rem;
  }

  .header__flyout__container__item__children>ul>li:first-child>ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .header__flyout__container__item__children>ul>li:first-child>ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .header__flyout__container__item__children>ul>li:first-child>ul>li {
    margin-bottom: 2%;
    margin-right: 2.5%;
    min-width: 31.375%;
    width: 31.375%;
  }

  .header__flyout__container__item__children>ul>li:first-child>ul>li .nav-link-cell a {
    padding: 3rem 2.5rem 1rem 1rem;
    text-transform: none;
    line-height: 2.6rem;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: normal;
    font-size: 2rem;
    padding: 2.5rem;
    text-transform: none;
    font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  }

  .header__flyout__container__item__children>ul>li:last-child>ul>li {
    margin-bottom: 3rem;
  }

  .header__flyout__container__item__children>ul>li:last-child>ul>li img {
    display: none;
  }

  .header__flyout__container__item__children>ul>li:last-child>ul>li>a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 40px;
    position: relative;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    font-size: 1.8rem;
    line-height: 2.2rem;
    display: block;
    letter-spacing: normal;
    font-family: Roboto,Helvetica Neue,Arial,sans-serif;
    text-transform: none;
  }

  .header__flyout__container__item__children>ul>li:last-child>ul>li>a:after {
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #46b2a5;
    content: "\e800";
    opacity: 0;
    position: absolute;
    right: 2rem;
    top: 0;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    opacity: 1;
    display: inline-block;
    position: static;
    color: #52d7c7;
    padding-left: .5rem;
  }

  .header__flyout__container__item__children>ul>li:last-child>ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header_main-menu .hs-menu-wrapper>ul>li.hs-item-has-children.child-open > a:after {
    -webkit-transform: translateY(-25%) rotate(-45deg);
    transform: translateY(-25%) rotate(-45deg);
  }
  .header__flyout__container__item__children>ul>li:last-child>ul>li>a:hover {
    color: #46b2a5;
  }
  .header__flyout__container__item__children>ul>li:last-child>ul>li>a:hover {
    color: #46b2a5;
  }

  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(2)>.header__flyout__container__item__children>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(2)>.header__flyout__container__item__children>ul>li .nav-link-cell a {
    padding: 3rem 2.5rem 1rem 1rem;
    text-transform: none;
    line-height: 2.6rem;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 1.5rem;
    min-height: auto;
  }
  .header__flyout__container__item__children>ul>li:last-child>ul>li>a:hover {
    color: #46b2a5;
  }

  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(2)>.header__flyout__container__item__children>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(2)>.header__flyout__container__item__children>ul>li .nav-link-cell a {
    padding: 3rem 2.5rem 1rem 1rem;
    text-transform: none;
    line-height: 2.6rem;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 1.5rem;
    min-height: auto;
  }

  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(3) .header__flyout__container__item__children>ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(3) .header__flyout__container__item__children>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(3) .header__flyout__container__item__children>ul>li {
    text-transform: none;
    margin-bottom: 1.5rem;
  }

  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(3) .header__flyout__container__item__children>ul>li:last-child>a {
    font-size: 1.8rem;
    line-height: 2.2rem;
    display: block;
    letter-spacing: normal;
    margin: 0;
  }

  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(3) .header__flyout__container__item__children>ul>li:last-child>a:after {
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #46b2a5;
    content: "\e800";
    opacity: 0;
    position: absolute;
    right: 2rem;
    top: 0;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    opacity: 1;
    display: inline-block;
    position: static;
    color: #52d7c7;
    padding-left: .5rem;
  }

  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(3) .header__flyout__container__item__children>ul>li:last-child>a:hover {
    color: #52d7c7 !important;
  }

  .header__resources ul li {
    text-transform: none;
    padding-right: 1rem;
  }

  .header__resources ul li a {
    color: #fff;
    display: block;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
    letter-spacing: .03rem;
    padding-top: 2.5rem;
    position: relative;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
  }
  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children>ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children>ul>li {
    text-transform: none;
    margin-bottom: 4rem;
  }

  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children>ul>li>a {
    font-size: 1.8rem;
    line-height: 2.2rem;
    display: block;
    letter-spacing: normal;
    padding-right: 1rem;
    letter-spacing: normal;
    margin: 0;
  }

  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children>ul>li>a:after {
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #46b2a5;
    content: "\e800";
    opacity: 0;
    position: absolute;
    right: 2rem;
    top: 0;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    opacity: 1;
    display: inline-block;
    position: static;
    color: #52d7c7;
    padding-left: .5rem;
  }
  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children>ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children>ul>li {
    text-transform: none;
    margin-bottom: 4rem;
  }

  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children>ul>li>a {
    font-size: 1.8rem;
    line-height: 2.2rem;
    display: block;
    letter-spacing: normal;
    padding-right: 1rem;
    letter-spacing: normal;
    margin: 0;
  }

  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children>ul>li>a:after {
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #46b2a5;
    content: "\e800";
    opacity: 0;
    position: absolute;
    right: 2rem;
    top: 0;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    opacity: 1;
    display: inline-block;
    position: static;
    color: #52d7c7;
    padding-left: .5rem;
  }

  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children>ul>li:last-child>ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3rem;
    -ms-flex-direction: none;
    flex-direction: initial;
  }

  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children>ul>li:last-child>ul>li {
    font-size: 1.4rem;
    line-height: 1.8rem;
    letter-spacing: .03rem;
    width: 50%;
    text-transform: none;
    padding-right: 1.5rem;
    margin-bottom: 2.5rem;
  }

  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children>ul>li:last-child>ul>li>a:after {
    display: none;
  }

  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(4) .header__flyout__container__item__children>ul>li:last-child>ul>li>a {
    line-height: 2.2rem;
  }

}

@media(max-width:767px){
  .header__logo a {
    background-size: 165px 40px;
    height: 40px;
    width: 165px;
  }
  .header_main-menu .hs-menu-wrapper>ul>li:nth-child(3) .header__flyout__container__item__children>ul {
    width: 100%;
}
}

@media(max-width:600px){
  .header__flyout__container__item__children>ul>li:first-child>ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header__flyout__container__item__children>ul>li:first-child>ul>li {
    min-width: 100%;
    width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  font-size: 1.4rem;
  padding: 5rem 0 4rem;
  font-weight: 400;
  line-height: 1;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
}

.footer__container {
  padding-left: 2rem;
  padding-right: 2rem;
}

.footer__copyright {
  font-style: normal;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.5;
}

.footer__copyright p {
  font-size: 1.1rem;
  margin-bottom: 0;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
}
.footer__secondary-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.footer__secondary-left {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 0;
  padding-left: 0;
}

.footer__secondary-left {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  -webkit-box-flex: 0;
}



.footer__secondary-right {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  -webkit-box-flex: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 0;
  padding-left: 0;
}


.footer__secondary-left ul {
  margin: 0;
  padding: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 0;
  padding-left: 0;
  list-style: none;
}


.footer__secondary-left ul li {
  font-size: 1.4rem;
  margin-right: 0;
  margin-bottom: 2.5rem;
}



.footer__secondary-left ul li a {
  color: #313d3f;
  text-decoration: none;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  font-weight: 400;
  line-height: 1;
}

.footer__secondary-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 0;
  padding-left: 0;
}


.footer__secondary-right ul li {
  font-size: 1.4rem;
  margin-right: 0;
  margin-bottom: 2.5rem;
}


.footer__secondary-right ul li a {
  color: inherit;
  text-decoration: none;
  font-weight: 400;
  line-height: 1;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
}
.footer__main-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #e3e7e7;
  margin-bottom: 4rem;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  margin-right: 0;
  margin-left: 0;
}


.footer_menu {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}


.footer__twitter {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  border-top: 1px solid #e3e7e7;
  padding: 4rem 0 2rem;
}

.footer__menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}



.footer__menu-1 {
  padding-right: 3rem;
  position: relative;
  grid-column: 1;
  grid-row: 1;
}

.footer__menu-2 {
  grid-column: 2;
  grid-row: 1/span2;
  position: relative;
  padding-right: 3rem;
}

.footer__menu-3 {
  grid-column: 3;
  grid-row: 1;
  position: relative;
  padding-right: 3rem;
}

.footer__menu-container button {
  background: transparent;
  border: none;
  border-radius: 0;
  font-family: inherit;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .07rem;
  line-height: 2;
  margin-bottom: 2rem;
  text-align: left;
  text-transform: capitalize;
  width: 100%;
  padding: 0;
  border: none;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
}



.footer__menu-container .hs-menu-wrapper > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  margin-right: -15px;
  margin-left: -15px;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
}

.footer__menu-container .hs-menu-wrapper > ul > li {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  -webkit-box-flex: 0;
  font-size: 1.4rem;
  line-height: 1.25;
  margin-bottom: 2.5rem;
}


.footer__menu-container .hs-menu-wrapper > ul > li > a {
  color: inherit;
  text-decoration: none;
  padding: 0;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
}

.footer__menu-container .hs-menu-wrapper > ul > li > a:hover {
  font-weight: 600;
}

.footer__twitter__card {
  display: flex;
  max-width: 500px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
}
#footer-menu-industry {
  padding-right: 3rem;
  position: relative;
  grid-column: 1;
  grid-row: 2;
}

.footer__industry {
  margin-top: -3rem;
}

.footer__industry ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.footer__industry ul li {
  position: relative;
}

.footer__industry ul li a {
  border: 1px solid #e3e7e7;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #313d3f;
  display: block;
  padding: .5rem 1rem;
  white-space: nowrap;
  text-decoration: none;
}

.footer__industry ul li a:after {
  display: inline-block;
  border: none;
  content: "\f107";
  font-family: icons;
  margin: 0 0 0 3rem;
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
  vertical-align: 0;
}

.footer__industry-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1.6rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  font-size: 1.4rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.footer__industry-dropdown-menu a {
  margin: 0;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: .25rem 1.5rem !important;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0 !important;
  padding-top: .7rem !important;
  padding-bottom: .7rem !important;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
}
.footer__industry-dropdown-menu a:after {
  display: none !important;
}

.footer__industry-dropdown-menu  a:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.footer__industry {
  font-weight: 400;
  line-height: 1;
  text-align: left;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  color: #313d3f;
  font-size: 1.4rem;
}

.footer__industry ul li a {
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
}

.menu-open .footer__industry-dropdown-menu {
  right: auto;
  bottom: auto;
  display: block;
}

.menu-open .footer__industry ul li a:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.footer__menu-container .child-open button:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 0;
}

.footer__menu-container .hs-menu-wrapper>ul {
  display: flex;
}
@media(min-width:1025px){
 .footer__twitter__card iframe#twitter-widget-1{
       height: 365px !important;
  }

 .footer__twitter__card iframe#twitter-widget-1  .r-phn5h3 {
    width: 46px !important;
  } 
}

@media (min-width: 992px){

  .footer__container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .footer__secondary-right ul li:last-child {
    margin-right: 0;
  }
  .footer__secondary-right ul li {
    font-size: 1.2rem;
    margin-right: 3.6rem;
    margin-bottom: 0;
  }
  .footer__secondary-right ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer__secondary-left ul li {
    font-size: 1.2rem;
    margin-right: 3.6rem;
    margin-bottom: 0;
  }

  .footer__secondary-left ul li:last-child {
    margin-right: 0;
  }

  .footer__secondary-left ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer__secondary-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .footer__secondary-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .footer__twitter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .footer__twitter {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer_menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .footer__main-row {
    border-top: none;
    margin-bottom: 2.5rem;
    padding-bottom: 5.8rem;
  }
  .footer__menu-container {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-template-rows: auto auto;
  }
  .footer__menu-container button {
    color: #126968;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 3rem;
    text-transform: uppercase;
  }
  .footer__menu-container .hs-menu-wrapper > ul > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1.4rem;
  }
  .footer__menu-container .hs-menu-wrapper>ul>li:last-child {
    margin-bottom: 0;
  }
  .footer__twitter--mobile {
    display: none;
  }
}
@media (max-width: 1199.98px){

  .footer__menu-1 {
    margin-bottom: 1rem;
  }

  #footer-menu-industry {
    margin-bottom: 1rem;
  }

  .footer__menu-3 {
    margin-bottom: 1rem;
  }

  .footer__menu-2 {
    margin-bottom: 1rem;
  }
}



@media(max-width:991px){
  .footer__menu-container button:after {
    color: #198d85;
    content: "\f107";
    display: block;
    font-family: icons;
    font-size: 3rem;
    line-height: 1;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0;
    -webkit-transform: none;
    transform: none;
  }

  #footer-menu-industry {
    display: none;
  }
  .footer__twitter--desktop {
    display: none;
  }
  .footer__twitter--mobile {
    width: 60%;
  }

  .footer__twitter__head {
    font-weight: 700;
    font-family: Roboto,Helvetica Neue,Arial,sans-serif;
    font-size: 2rem;
    line-height: 1.25;
    margin-bottom: 1.5rem;
    color: #000;
  }

  .footer__menu-container .hs-menu-wrapper {
    display: none;
  }
}

@media(min-width:768px){
  .footer__twitter__head {
    font-size: 2.2rem;
  }
}

@media(max-width:767px){
  .footer__copyright p br {
    display: none;
  }
}

@media(max-width:360px){
  .footer__secondary-left , .footer__secondary-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
  }
}
.content-wrapper {
  margin: 0 auto;
}

.blog-post-page-wrapper {
  padding-top: 10rem;
}

.hs-blog-post .header-group {
  background-color: #06151b;
  position: fixed;
}

.hs-blog-post .header-group:before {
  transition: transform .6s,-webkit-transform .6s;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 9rem);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #06151b;

}
.content-wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.post-content-wrapper {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}



.meta-category {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4rem;
  padding: .7rem 1.5rem;
  background: #198d85;
  margin-bottom: 2rem;
  margin-top: 4.6rem;
}
.resource__header {
  margin-bottom: 4rem;
}

.resource__title {
  margin-bottom: .5em;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: Encode Sans,sans-serif;
}

.resource__byline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: .02em;
}

.resource__byline img {
  border-style: none;
  display: block;
  max-width: 100%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 1em;
}

.resource__author {
  font-weight: 500;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  line-height: 1;
  margin: 0;
  margin-right: 1em;
}

.resource__date {
  opacity: .6;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  line-height: 1;
}
.blog-post-wysiwyg {
  font-family: Encode Sans,sans-serif;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 400;
}

.blog-post-wysiwyg .content-wrapper {
  padding-right: 15px;
  padding-left: 15px;
}

.resource__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.resource__share {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  padding-left: 0;
}

.resource__share {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.social-share__a2a {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  outline: 0;
  -webkit-transition: opacity .2s linear,visibility .2s linear,top .5s linear;
  transition: opacity .2s linear,visibility .2s linear,top .5s linear;
  visibility: visible;
  opacity: 1;
  line-height: 32px;
}

.social-share__a2a a {
  cursor: pointer;
  clear: left;
  display: block;
  overflow: hidden;
  padding: 4px;
  text-decoration: none;
  padding-top: 0;
  color: #06151b;
}

.social-share__a2a a:first-child {
  padding-top: 0;
}

.social-share__a2a a i {
  color: #198d85;
  font-size: 3.2rem;
  font-size: 2rem;
}

.social-share__a2a a i:before {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin-squared:before {
  content: "\f30c";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook-official:before {
  content: "\f230";
}

.icon-mail-squared:before {
  content: "\f199";
}

.resource__main {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}


.resource__main p {
  margin-bottom: 2rem;
  margin-top: 0;
  line-height: 2.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #06151b;
}



.post-footer form {
  max-width: 100%;
  border-top: none !important;
}

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

.resource-meta {
  text-align: center;
}

.resource-meta__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}



.resource-meta__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.resource-meta-wrapper {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}


.resource-meta__tag-text {
  font-size: 1.4rem;
  letter-spacing: .11em;
  color: #105e5c;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.blog-post__tags a {
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  display: inline-block;
  padding: .4rem 1.2rem;
  text-transform: uppercase;
  border-radius: .3rem;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  letter-spacing: .04em;
  line-height: 1.2rem;
  margin: 0 .5rem 1rem;
  color: #105e5c;
  border: 1px solid #105e5c;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  line-height: 1.4rem;
}

.blog-post__tags a:hover {
  color: #fff;
  background: #105e5c;
}

.resource-meta__hr {
  border: 1px solid #a7a7a7;
  width: 100%;
  margin: 0;
  background-color: transparent;
  height: auto;
}

.resource-meta__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 3em;
  width: 100%;
  margin-bottom: 3em;
}

.resource-meta__social-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}


.resource-meta__social-text {
  font-size: 1.4rem;
  letter-spacing: .11em;
  color: #105e5c;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-weight: 500;
  line-height: 1.2;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
}

.resource-meta__a2a {
  position: relative;
}
.resource-meta__tags {
  width: 100%;
  margin-bottom: 3em;
}

.social-share {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  outline: 0;
  line-height: 32px;
}

.social-share a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

.social-share a i {
  color: #198d85;
  font-size: 3.2rem;
}

.social-share a i:before {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
}

.resource__related-container {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.resource-meta__container.content-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.related-post-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.related-post-group-0 {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}



.resource-next {
  margin: 10rem 0;
}

.resource-next .content-wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.related-title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.related-title-content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}



.related-title-content h3 {
  font-size: 2.2rem;
  font-weight: 700;
  font-size: 3.2rem;
  margin-bottom: .5rem;
  line-height: 1.2;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
}

.resource-next__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 2rem;
}

.related-group-left {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}



.card--post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 3px;
  border: none;
  height: 35rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  -webkit-transition: -webkit-box-shadow .2s linear;
  transition: -webkit-box-shadow .2s linear;
  transition: box-shadow .2s linear;
  transition: box-shadow .2s linear,-webkit-box-shadow .2s linear;
  border-radius: .2rem;
  min-height: 25rem;
  height: 100%;
}

.badge-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

.badge-container a {
  color: inherit;
  text-decoration: none;
}

.badge-container a .badge--dark {
  background: hsla(0,0%,100%,.6);
  border-radius: .3rem;
  display: inline-block;
  font-size: 1.2rem;
  padding: .1rem 1.5rem;
  text-transform: uppercase;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  border-radius: .2rem;
  cursor: pointer;
  padding: .4rem .6rem;
  margin-right: 1rem;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  font-weight: 500;
  line-height: 1.6;
  background: #e3e7e7;
  color: #06151b;
  font-weight: 500;
}

.badge--tag.badge--tag-light {
  border: none;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.7rem;
  height: 2.8rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .4rem;
  width: 2.8rem;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  font-weight: 500;
  line-height: 1.6;
  background: #e3e7e7;
  color: #06151b;
  font-weight: 500;
}

.badge--tag.badge--tag-light i {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.badge--tag.badge--tag-light i:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e80b";
}

.card__tag-overlay {
  background: #e3e7e7;
  display: none;
  height: 100%;
  left: 0;
  padding: 2rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
  border-radius: 0 0 3px 3px;
  overflow: auto;
}

.card__tag-align-items-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  margin-bottom: 1.5rem!important;
}

.col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.col .badge--tag-dark {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background: hsla(0,0%,100%,.6);
  border-radius: .3rem;
  display: inline-block;
  font-size: 1.2rem;
  padding: .1rem 1.5rem;
  text-transform: uppercase;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.7rem;
  height: 2.8rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .4rem;
  width: 2.8rem;
  background: #06151b;
  color: #e3e7e7;
}

.col .badge--tag-dark i {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.text-right {
  text-align: right;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.card__tag-close {
  background: transparent;
  border: none;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  font-size: 3rem;
}

.tags-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.card__tag-tags {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.badge--primary {
  background: hsla(0,0%,100%,.6);
  border-radius: .3rem;
  display: inline-block;
  font-size: 1.2rem;
  padding: .1rem 1.5rem;
  text-transform: uppercase;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  background: #198d85;
  color: #fff;
  font-size: 1.4rem;
  text-transform: uppercase;
  background: #105e5c;
}

.badge--primary a {
  color: inherit;
  text-decoration: none;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  padding: 2rem 2rem 3rem;
  position: relative;
  z-index: 1;
  color: #06151b;
  padding-bottom: 2rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.card-body--left {
  width: 55%;
  position: relative;
  padding: 6rem 2rem;
  overflow: hidden;
}

.card-title {
  margin-bottom: .75rem;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  line-height: 2.2rem;
  font-weight: 700;
  font-size: 2rem;
}

.card-text--date {
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  font-size: 1.2rem;
  letter-spacing: .04em;
  line-height: 1.2rem!important;
  margin: 0;
  margin-bottom: 0;
}

.card-body--right {
  width: 45%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.resource-next__more {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}



.resource-next__more {
  height: auto;
  min-height: 10em;
}

.resource-next__more-inner {
  background: #52d7c7;
  padding: 2rem;
  position: relative;
  height: 100%;
  -webkit-transition: -webkit-box-shadow .2s linear;
  transition: -webkit-box-shadow .2s linear;
  transition: box-shadow .2s linear;
  transition: box-shadow .2s linear,-webkit-box-shadow .2s linear;
  z-index: 1;
}

.resource-next__more-inner > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  text-align: left;
}

.resource-next__header {
  color: inherit;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  line-height: 1.2;
  margin-bottom: .5rem;
  font-size: 2.2rem;
  font-weight: 700;
}

.resource-next__arrow {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  font-size: 3.2rem;
}

.resource-next__arrow i:before {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e800";
}

.card--post:hover {
  -webkit-box-shadow: 0 15px 25px 0 rgba(0,0,0,.2);
  box-shadow: 0 15px 25px 0 rgba(0,0,0,.2);
}

.resource-next__more-inner:hover {
  -webkit-box-shadow: 0 15px 25px 0 rgba(0,0,0,.2);
  box-shadow: 0 15px 25px 0 rgba(0,0,0,.2);
}
.topic-open {}

.topic-open .card__tag-overlay {
  display: block;
}

.col .badge--tag-dark i:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e80b";
}

.card__tag-close i:before {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e808";
}

.badge--primary a:hover {
  color: #fff;
}
.large-cta--bg-image {
  color: #fff;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  position: relative;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}



.large-cta__gradient {
  background-image: -webkit-gradient(linear,left top,right top,from(#0a3b3e),to(#1b0e00));
  background-image: linear-gradient(-270deg,#0a3b3e,#1b0e00);
  background-repeat: repeat-x;
  height: 100%;
  width: 100%;
  opacity: .75;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.large-cta--bg-image .content-wrapper {
  position: relative;
  z-index: 5;
}


.large-cta--bg-image .content-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
}

.large-cta__content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.large-cta__head {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}


.large-cta__header {
  margin-bottom: 0;
  font-weight: 700;
  font-family: Encode Sans,sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.23;
  text-align: center;
  color: #fff;
}


.large-cta__copy {
  font-family: Encode Sans,sans-serif;
  font-weight: 400;
  line-height: 1.625;
  margin-top: 2rem;
  text-align: center;
  margin-bottom: 0;
}

.large-cta__buttons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: -1.5rem;
  margin-top: .5rem;
}

.large-cta__buttons a {
  border: 1.5px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .17rem;
  line-height: 1.4rem;
  padding: 1.4rem 3.2rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background: transparent;
  border: 1px solid #44b3a5;
  color: #fff;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 75%;
  margin: 2.2rem 0;
}


.large-cta__buttons a:hover {
  color: #fff;
  background: #44b3a5;
  text-decoration: none;
}
.blog-listing-wrapper {
  margin-top: 4rem;
  margin-bottom: 4rem;
}



.blog-listing-main {
  margin-bottom: 6rem;
}

.blog-listing-title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.blog-listing-title-inner {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}


.blog-listing-title-inner h5 {
  font-size: 24px;
  color: #06151b;
  line-height: 34px;
  margin-bottom: 10rem;
  font-weight: 500;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
}

.listing-resources__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.listing-resources_main {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}


.resources__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.resources__nav-border {
  border-bottom: 1px solid #e3e7e7;
  width: 100%;
  position: absolute;
  bottom: .1rem;
  z-index: -1;
}

.nav.nav-tabs {
  margin: 0;
  padding: 0;
  width: 60%;
  border: none;
  list-style: none;
}

.nav.nav-tabs li {
  margin-bottom: -1px;
}


.nav.nav-tabs li:first-child a {
  display: inline-block;
  text-decoration: none;
  padding: .5rem 1rem;
  border: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #fff;
  color: #06151b;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  padding-bottom: 1rem;
  border: none;
  border-bottom: 5px solid #46b2a5;
}

.hs-blog-listing, .hs-blog-post {
  background-color: transparent !important;
}

.blog-search-group {
  color: #06151b;
  font-size: 1.4rem;
  width: 40%;
  height: 2.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.resource_type_filter {
  color: #06151b;
  font-size: 1.4rem;
  margin-top: 2.5rem;
  margin-bottom: 4.5rem;
  display: inline-block;
}



.blog-categories a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  display: inline-block;
  padding: .4rem 1.2rem;
  text-transform: uppercase;
  border-radius: .3rem;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  letter-spacing: .04em;
  line-height: 1.2rem;
  margin: 0 .5rem 1rem;
  border-radius: .2rem;
  border: 1px solid #e3e7e7;
  color: #06151b;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: .04em;
  text-decoration: none;
}

.blog-categories a:hover , .blog-categories a.active {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}
.resources__featured-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.featured-post-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}



.card--featured {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 3px;
  border: none;
  height: 35rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  -webkit-transition: -webkit-box-shadow .2s linear;
  transition: -webkit-box-shadow .2s linear;
  transition: box-shadow .2s linear;
  transition: box-shadow .2s linear,-webkit-box-shadow .2s linear;
  border-radius: .2rem;
  margin-bottom: 3rem;
}

.p-card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  color: inherit;
  text-decoration: none;
}

.p-blog-post__tags{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}



.p-blog-post__tags a {
  color: #09161d;
  text-decoration: underline;
}

.p-blog-post__tags a span {
  background: hsla(0,0%,100%,.6);
  border-radius: .3rem;
  display: inline-block;
  font-size: 1.2rem;
  padding: .1rem 1.5rem;
  text-transform: uppercase;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  border-radius: .2rem;
  cursor: pointer;
  padding: .4rem .6rem;
  margin-right: 1rem;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  font-weight: 500;
  line-height: 1.6;
  background: #e3e7e7;
  color: #06151b;
}

.l-card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  padding: 2rem 2rem 3rem;
  position: relative;
  z-index: 1;
  color: #06151b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.l-card-body__left {
  padding: 2rem 2rem 2.5rem;
  width: calc(1140px - 68.5%);
}

.l-card-body__left {
  margin-top: 5rem;
  padding: 4rem 4rem 5rem;
}

.l-card-title {
  font-size: 2rem;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  line-height: 2.2rem;
  font-weight: 700;
}

.l-card-title {
  margin-bottom: 2rem;
}

p.l-card-text.card-text--date {
  font-size: 1.2rem;
  letter-spacing: .04em;
  line-height: 1.2rem!important;
  margin-bottom: 1rem;
  margin-bottom: 0;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
}

.l-card-body__right {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.l-card-body__right {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}

.card--featured:hover {
  -webkit-box-shadow: 0 15px 25px 0 rgba(0,0,0,.2);
  box-shadow: 0 15px 25px 0 rgba(0,0,0,.2);
}

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.blog-index__post.blog-index__post--small {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 2em;
}



.l-card--post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 3px;
  border: none;
  height: 35rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  -webkit-transition: -webkit-box-shadow .2s linear;
  transition: -webkit-box-shadow .2s linear;
  transition: box-shadow .2s linear;
  transition: box-shadow .2s linear,-webkit-box-shadow .2s linear;
  border-radius: .2rem;
}

.lp--card--post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 3px;
  border: none;
  height: 35rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  -webkit-transition: -webkit-box-shadow .2s linear;
  transition: -webkit-box-shadow .2s linear;
  transition: box-shadow .2s linear;
  transition: box-shadow .2s linear,-webkit-box-shadow .2s linear;
  border-radius: .2rem;
}

.lp-card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  color: inherit;
  text-decoration: none;
}

.lp-badge-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

.lp-blog-post__tags {}

.lp-blog-post__tags a {
  color: #09161d;
  text-decoration: underline;
  font-family: Encode Sans,sans-serif;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 400;
}

.lp-blog-post__tags a .lp-badge--dark {
  background: hsla(0,0%,100%,.6);
  border-radius: .3rem;
  display: inline-block;
  font-size: 1.2rem;
  padding: .1rem 1.5rem;
  text-transform: uppercase;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  color: #06151b;
  border-radius: .2rem;
  cursor: pointer;
  padding: .4rem .6rem;
  margin-right: 1rem;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  font-weight: 500;
  line-height: 1.6;
}

.lp-badge.badge--card {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background: hsla(0,0%,100%,.6);
  text-transform: uppercase;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.7rem;
  height: 2.8rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .4rem;
  width: 2.8rem;
  color: #06151b;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  font-weight: 500;
  line-height: 1.6;
  outline: 0;
  border: 0;
}

.lp-badge.badge--card i:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e80b";
}

.lp-badge.badge--card i.lp-icon-tag {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.lp-card__tag-overlay {
  background: #e3e7e7;
  display: none;
  height: 100%;
  left: 0;
  padding: 2rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
  border-radius: 0 0 3px 3px;
  overflow: auto;
}

.l-items-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  margin-bottom: 1.5rem!important;
}

.l-col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.l-col .l-tag-dark {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  text-transform: uppercase;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.7rem;
  height: 2.8rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .4rem;
  width: 2.8rem;
  background: #06151b;
  color: #e3e7e7;
}

.l-col .l-tag-dark i {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.l-text-right {
  text-align: right;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

button.l-card__tag-close {
  background: transparent;
  border: none;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  font-size: 3rem;
}

.l-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.l-card__tag-tags {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.l-badge--primary {
  background: hsla(0,0%,100%,.6);
  border-radius: .3rem;
  display: inline-block;
  font-size: 1.2rem;
  padding: .1rem 1.5rem;
  text-transform: uppercase;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  color: #fff;
  font-size: 1.4rem;
  text-transform: uppercase;
  background: #105e5c;
  margin-bottom: 1rem;
  margin-right: 1rem;
  line-height: 1.5;
}

.l-badge--primary a {
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
}

.l-card-top {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: .2rem;
  border-top-right-radius: .2rem;
  height: 18rem;
}

.blog-index__post.blog-index__post--small .l-card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  padding: 2rem 2rem 3rem;
  position: relative;
  z-index: 1;
  color: #06151b;
}

.l-rowcard-title {
  color: inherit;
  font-size: 2rem;
  margin-bottom: .75rem;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  line-height: 2.2rem;
  font-weight: 700;
}

.l-text--date {
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: .04em;
  line-height: 1.2rem!important;
  margin-bottom: 0;
}

.lp--card--post:hover {
  -webkit-box-shadow: 0 15px 25px 0 rgba(0,0,0,.2);
  box-shadow: 0 15px 25px 0 rgba(0,0,0,.2);
}
.no-image {
  background-color: #9E9E9E;
  height: 18rem;
}
.topic-l-open {}

.topic-l-open .lp-card__tag-overlay {
  display: block;
}

.l-col .l-tag-dark i:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e80b";
}

.l-card__tag-close i:before {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e808";
}

.l-badge--primary a:hover {
  color: #fff;
}
.blog-pagination {
  color: #06151b;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 2em;
}

.blog-pagination a {
  border: 1.5px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .17rem;
  line-height: 1.4rem;
  padding: 1.4rem 3.2rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background: #fff;
  color: #0e5f5d;
  border-color: #198d85;
  cursor: pointer;
  text-decoration: none;
}

.blog-pagination a:hover {
  background: #46b2a5;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  color: #fff;
}

.list-resources__tags {
  background: #e3e7e7;
  padding-top: 7rem;
  padding-bottom: 8rem;
  text-align: center;
}

.list-resources__tags .content-wrapper {
  padding-right: 15px;
  padding-left: 15px;
}

.list-resources-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.list-resources-col-md-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}



.list-resources__icon i {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background: #06151b;
  color: #e3e7e7;
  display: inline-block;
  font-size: 1.5rem;
  padding: .4rem;
  border-radius: 3px;
}

.list-resources__icon i:before {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  content: "\e80b";
}

.list-resources__tag-header {
  color: inherit;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  margin-bottom: .5rem;
  line-height: 1.2;
  font-size: 3.2rem;
  font-weight: 600;
  padding: 1em 0;
}



.mini-cta {
  background: #06151b;
  color: #fff;
  position: relative;
  padding: 5rem 0;
  text-align: center;
}



.mini-cta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.mini-cta-items-center {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.mini-cta-items-center {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.mini-cta-items-center {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}

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



.mini-cta-items-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.mini-cta__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 2rem;
}



.mini-cta__header.heading--3 {
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: .5rem;
  color: #fff;
}
.mini-cta__copy {
  font-family: Encode Sans,sans-serif;
  line-height: 1.25;
}

.mini-cta__buttons {
  margin-top: 3rem;
}

.mini-cta__buttons a {
  text-decoration: none;
  border: 1.5px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .17rem;
  line-height: 1.4rem;
  padding: 1.4rem 3.2rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color: rgba(0,0,0,.2);
  color: #fff;
  border-color: #52d7c7;
}

.mini-cta__buttons a:hover {
  background-color: #0a3b3e;
  border-color: #0a3b3e;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  color: #fff;
}
*, body {
  margin: 0;
  padding: 0;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.content {
  /* centering text just for view */
  display: none;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  color: #105e5c;
  border: 1px solid #105e5c;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  padding: .4rem 1.2rem;
  text-transform: uppercase;
  border-radius: .3rem;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  letter-spacing: .04em;
  line-height: 1.2rem;
  margin: 0 .5rem 1rem;
  border-radius: .2rem;
}
#loadMore {
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .17rem;
  line-height: 1.4rem;
  padding: 1.4rem 3.2rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color: #46b2a5;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  margin-top: 4rem;
  cursor: pointer;
  border: 1.5px solid transparent;
  border-radius: 3px;
  border-color: #46b2a5;
}
.content:first-child , .content:nth-child(2) , .content:nth-child(3) {
  display: inline-block;
}
.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}

.content:hover {
  color: #fff;
  background: #105e5c;
}

#loadMore:hover {
  background-color: #313d3f;
  border-color: #313d3f;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  color: #fff;
}

.blog-search-group form {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-search-group form .hs-search-field__input {
  font-family: inherit;
  font-size: inherit;
  line-height: 21px;
  width: 100%;
  height: 3rem;
  padding-right: 3rem;
  padding-left: .5rem;
  border: 1px solid #0000006e;
}

.blog-search-group > div {
  width: 100%;
}

.blog-search-group form .hs-search-field__input:focus {
  outline-offset: 1px;
  outline: -webkit-focus-ring-color auto 1px;
}

.blog-search-group form .resources__search {
  color: inherit;
  text-decoration: none;
  font-size: 2rem;
  cursor: pointer;
  display: block;
  position: absolute;
  right: 0;
  top: -.4rem;
}

.blog-search-group form .resources__search i:before {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e809";
}
.no-post {
  display: none;
}
.blog-banner-listing .content-wrapper {
  position: relative;
  z-index: 99;
}
.blog-banner-listing {
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  padding-top: 125px;
}



.blog-banner-gradient__overlay {
  height: 100%;
  width: 100%;
  opacity: .75;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(-231deg,#06151b,#0a3b3e 100%,#105e5c 0);
  background-repeat: no-repeat;
}

.blog-banner-listing:after {
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background-image: linear-gradient(-231deg,#06151b,#0a3b3e 100%,#105e5c 0);
  background-repeat: no-repeat;
}

.blog-banner-gradient-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.blog-banner-promo-carousel__eyebrow {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.blog-banner-promo-carousel__eyebrow {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.blog-banner-promo-carousel__eyebrow span {
  -webkit-animation: fadeIn 3.5s ease;
  animation: fadeIn 3.5s ease;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4rem;
  padding: .7rem 1.5rem;
  background: hsla(0,0%,100%,.2);
  margin-bottom: 3.7rem;
  line-height: 1.4rem;
  position: relative;
  z-index: 1;
}

.banner-post-wrapper {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.banner-post-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.banner-promo-7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}


.banner-promo-header {
  color: #fff;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 5.2rem;
  font-family: Encode Sans,sans-serif;
}

.banner-promo__slide-button {
  border: 1.5px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .17rem;
  line-height: 1.4rem;
  padding: 1.4rem 3.2rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background: transparent;
  border: 1px solid #44b3a5;
  color: #fff;
  text-decoration: none;
  margin-top: 2rem;
}

.banner-promo__slide-button:hover {
  color: #fff;
  background: #44b3a5;
  text-decoration: none;
}

.banner-image-group {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.banner-image-group {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.banner-image-promo__slide-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.banner-image-promo__slide-image img {
  max-height: 30rem;
  max-width: 100%;
  opacity: 1;
}

.banner-promo-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.blog-banner-listing {
  height: 632px;
  overflow: hidden;
  position: relative;
}
.resources__nav .facetwp-facet-block_resources_search .facetwp-autocomplete::placeholder {
  color: #06151b;
  opacity: 1;
}

.blog-search-group .hs-search-field__suggestions li {
  padding-left: 10px;
}
/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.p-card-link ,.p-card-link:hover , .p-card-link:focus {
  color: #06151b;
  line-height: 1.5;
}
.card-link {
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: #06151b;
}

.card-link:hover , .card-link:focus {
  color: #06151b;
}
.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@media (min-width: 576px){
  .resource-next__more {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .related-group-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px){
  .meta-category {
    margin-bottom: 3rem;
    margin-top: 6.5rem;
  }
  .resource-meta__social-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .post-content-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .resource-meta-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .resource__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .resource__related-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .resource-next__more {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .related-group-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .related-title-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .related-post-group-0 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-cta--bg-image {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
  .large-cta__head {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-cta__header {
    font-size: 3.6rem;
    line-height: 1.28;
  }
  .large-cta__buttons {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0;
    margin-top: 5rem;
  }

  .large-cta__buttons a {
    margin: 0 5.5rem;
  }
  .blog-listing-wrapper {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .blog-listing-title-inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .listing-resources_main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .nav.nav-tabs li:first-child {
    margin-right: 5rem;
  }

  .featured-post-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .p-blog-post__tags {
    top: 2rem;
    left: 2rem;
  }
  .blog-index__post.blog-index__post--small {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mini-cta {
    padding: 6rem 0;
  }

  .mini-cta__header.heading--3 {
    font-size: 3.2rem;
  }

  .list-resources-col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .banner-promo-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

}
@media(min-width:992px){
  .blog-banner-listing {
    padding-top: 190px;
  }
  .blog-post-page-wrapper .content-wrapper {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .blog-post-wysiwyg .content-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .resource-meta__container {
    padding-top: 15rem;
  }
  .resource-next .content-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .large-cta--bg-image .content-wrapper {
    padding-left: 8rem;
    padding-right: 8rem;
  }


  .blog-index__post.blog-index__post--small {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .mini-cta {
    text-align: left;
  }
  .mini-cta-items-center {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .mini-cta__content {
    margin-right: 5rem;
    margin-bottom: 0;
  }
}
@media(min-width:1025px){
  .hs-blog-post .header-group:before {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
  .no-banner .header-group {
    background-color: rgb(6 21 27);
  }

  .no-banner .header-group:before {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);

  }
  .no-banner.search-open .header-group:before {
    height: calc(100% + 23rem);
  }

}
@media (max-width: 1199.98px){
  .resource-meta__tags {
    margin-top: 7rem;
  }
}
@media(max-width:1024px){
  .hs-blog-post .header-group:before {
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%)
  }
  .no-banner .header-group {
    background-color: rgb(6 21 27);
  }

  .no-banner .header-group:before {
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%)
  }

}

@media (max-width: 991.98px){
  .blog-post-page-wrapper .content-wrapper {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .banner-promo-header {
    font-size: 3.2rem;
  }
  .blog-post-wysiwyg .content-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .resource-next .content-wrapper {
    padding-right: 8rem;
    padding-left: 8rem;
  }
  .large-cta--bg-image .content-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .blog-listing-title-inner h5 {
    margin-bottom: 4rem;
  }

  .nav.nav-tabs {
    width: 100%;
  }

  .blog-search-group {
    width: 100%;
    margin: 1rem 0 4rem;
  }

  .resources__nav {
    webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .l-card-body__left {
    width: 65.5rem;
  }

}

@media(max-width:767px){
  .blog-banner-listing {
    height: 550px;
    overflow: hidden;
    position: relative;
  }

  .blog-post-page-wrapper .content-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .blog-post-wysiwyg .content-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .resource__share {
    display: none;
  }

  .resource-next {
    margin: 5rem 0;
  }

  .resource-next .content-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  a.card-link {
    display: none;
  }

  .card-body--right {
    display: none;
  }

  .card-body--left {
    width: 100%;
  }

  .resource-next__more {
    margin-top: 2rem;
  }

  .large-cta--bg-image .content-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .l-card-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .l-card-body__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
  }

  .l-card-body__right {
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
    height: 18rem;
    width: 100%;
  }

  .mini-cta__copy {
    font-size: 1.4rem;
  }
  .banner-image-group {
    display: none;
  }
}

@media (max-width: 575.98px){
  .blog-post-page-wrapper .content-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .blog-banner-listing {
    height: 480px;
    overflow: hidden;
    position: relative;
  }
}

@media(max-width:480px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: auto;
  }


}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.content-wrapper.sys-page {
  padding-top:11.2rem;
}
.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: Encode Sans, Lucida Sans, 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:1 .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: Roboto, 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;
}

.password-page input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0px !important;
  outline:0;
}

@media(max-width:1024px){
  .content-wrapper.sys-page {
    padding-top: 8.2rem;
  }
}

@media(max-width:767px){
  .error-page_heading {
    font-size: 3rem;
  } 
  .systems-page h1 {
    font-size: 2.5rem;
  }

  .systems-page h3 {
    font-size: 2rem;
  }
}