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


@font-face { 
font-family: "Font Awesome 5 Brands";
 src: url("https://19837093.fs1.hubspotusercontent-na2.net/hubfs/19837093/Lightstream_May2021_Folder/Fonts/fa-brands-400.eot") format("embedded-opentype"), 
 url(https://19837093.fs1.hubspotusercontent-na2.net/hubfs/19837093/raw_assets/public/Lightstream_May2021/Fonts/fa-brands-400.woff2) format("woff2"),
 url(https://19837093.fs1.hubspotusercontent-na2.net/hubfs/19837093/raw_assets/public/Lightstream_May2021/Fonts/fa-brands-400.woff) format("woff"), 
 url(https://19837093.fs1.hubspotusercontent-na2.net/hubfs/19837093/raw_assets/public/Lightstream_May2021/Fonts/fa-brands-400.ttf) format("truetype"),
 url(https://19837093.fs1.hubspotusercontent-na2.net/hubfs/19837093/raw_assets/public/Lightstream_May2021/Fonts/fa-brands-400.svg) format("svg");
 font-style: normal; 
 font-weight: 400; 
 font-display: auto; 
 }
@font-face { 
 font-family: "Montserrat"; 
 src: url("//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_aZA3gnD_g.woff2") format("woff2"); 
 font-style: normal; 
 font-weight: 200; 
 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: "Montserrat"; 
 src: url("//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD3gnD_g.woff2") format("woff2"); 
 font-style: normal;
 font-weight: 300; 
 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: "Montserrat"; 
 src: url("//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2") format("woff2");
 font-style: normal; 
 font-weight: 500; 
 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: "Gotham"; 
  src: url(https://19837093.fs1.hubspotusercontent-na2.net/hubfs/19837093/raw_assets/public/Lightstream_May2021/Fonts/Gotham-Book.woff2) format("woff2"),
    url(https://19837093.fs1.hubspotusercontent-na2.net/hubfs/19837093/raw_assets/public/Lightstream_May2021/Fonts/Gotham-Book.woff) format("woff"); 
  font-style: normal; 
  font-weight: 400;
  font-display: swap; 
}
@font-face {
  font-family: "Montserrat";
  src: url("//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2") format("woff2");
  font-style: normal; 
  font-weight: 700; 
  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: "Font Awesome 5 Free"; 
  src: url("https://19837093.fs1.hubspotusercontent-na2.net/hubfs/19837093/Lightstream_May2021_Folder/Fonts/fa-solid-900.eot") format("embedded-opentype"),
    url(https://19837093.fs1.hubspotusercontent-na2.net/hubfs/19837093/raw_assets/public/Lightstream_May2021/Fonts/fa-solid-900.woff2) format("woff2"), 
    url(https://19837093.fs1.hubspotusercontent-na2.net/hubfs/19837093/raw_assets/public/Lightstream_May2021/Fonts/fa-solid-900.woff) format("woff"),
    url(https://19837093.fs1.hubspotusercontent-na2.net/hubfs/19837093/raw_assets/public/Lightstream_May2021/Fonts/fa-solid-900.ttf) format("truetype"), 
    url(https://19837093.fs1.hubspotusercontent-na2.net/hubfs/19837093/raw_assets/public/Lightstream_May2021/Fonts/fa-solid-900.svg) format("svg");
  font-style: normal;
  font-weight: 900; 
  font-display: auto; 
}

html {
  line-height: 1.15;
}

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

p {
  margin-top: 0;
  margin-bottom: 27px;
  font-family: Lato, serif;
}

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

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

h1 {
  font-size: 2.1rem;
  line-height: 1.15;
  letter-spacing: -.3px;
  margin-bottom: 15px;
}

h2 {
  font-size: 1.6rem;
  margin-bottom: 32px;
  line-height: 1.1;
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 32px;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  margin-bottom: 18px;
}

h5 {
  font-size: 1rem;
  margin-bottom: 15px;
}

h6 {
  font-size: .9rem;
  margin-bottom: 15px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin:20px 0 20px 20px;
  padding:0;
}

ul li,
ol li {
  line-height: 1.65;
}

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}
::selection {
    background: #002C6A;
    color: #fff;
}
/* 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: none;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
}
.hs-error-msgs label {
    color: #f2545b !important;
}
.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  
  text-decoration: none;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  font-weight: 700;
  transition: all .15s linear;
  text-align: center;
  text-decoration:none;
  margin:0 0 20px;
  width:auto !important;
}

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

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


.hs-form label {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

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

form input, form select, form textarea, .hs-input {
  display: block;
  width: 100% !important;
  max-width:500px;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  background: none;
  border-bottom: 2px solid #cad5e2;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}
[type=checkbox],
[type=radio]{
  width:auto !important;
  display:inline-block;
}
.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;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}


@media(max-width:767px){
 form input, form select, form textarea, .hs-input {
   max-width:100%;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}

.hs-menu-item.active a {
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.dnd-section > .row-fluid,
.page-center,
.content-wrapper{
  padding:0 10px; 
}
ul.no-list.hs-error-msgs {
  margin-left: 0;
}
.banner-area .dnd-section>.row-fluid {
  padding: 0;
}
p.header {
  background: transparent;
}
.no-banner .body-wrapper {
  padding-top: 78px;
}
@media (max-width: 1199px){
  h1 {
    font-size: 58px !important;
  }
}
@media(max-width:1085px){
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper{
    padding:0 20px; 
  } 
}
@media (max-width: 767px){
  h1 {
    font-size: 48px !important;
    line-height: 1.13;
  }

}
@media (max-width: 374px){
  h1 {
    font-size: 42px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

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

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

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

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

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  height: auto;
  margin-left: 22px;
  margin-right: auto;
  overflow: hidden;
}

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

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

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* Styles for the Search Bar */

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

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

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

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

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

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

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

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

/* Styles for the Language Switcher Component */

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

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

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

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

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

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

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

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

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

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

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

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

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

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

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

/* Tablet Styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }

  .header__logo--main {
    display: none;
  }

  .header__logo--tablet {
    display: block;
  }
}

/* Mobile Styles */

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 20px 0 0;
  }

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

  .header__logo {
    width: 100%;
    margin: 0 auto;
  }

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

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

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

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

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

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

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

  .header__column {
    position: relative;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .header__close--toggle.show {
    display: block;
  }
}

header.header {
  padding: 20px 0 18px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 111;
}
.header-main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.header-left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.header-right {
  position: relative;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.header-left .logo {
  width: 165px;
  position: relative;
  z-index: 1;
}

.header-left .site-navigation {
  width: calc(100% - 165px);
  padding-left: 61px;
}

.header-left .site-navigation .hs-menu-wrapper ul {
  margin: 0;
}

.header-left .site-navigation .hs-menu-wrapper > ul > li > ul {
  /*   display: none; */
}

.site-navigation .hs-menu-wrapper > ul > li >a {
  position: relative;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -.1px;
  position: relative;
  display: block;
  line-height: 40px;
  text-align: center;
}

.site-navigation .hs-menu-wrapper > ul > li >a:before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: -15px;
  right: -44px;
  background: #E09A56;
  height: 3px;
  width: 0;
  -webkit-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -moz-transition: width 0.5s;
  transition: width 0.5s;
  font-family: dashicons;
  margin: 0 6px 0 0;
}
.site-navigation .hs-menu-wrapper > ul > li >a:hover:before {
  width: calc(100% + 26px);
}
.site-navigation .hs-menu-wrapper > ul > li.hs-item-has-children >a:after {
  content: "";
  background: url(https://19837093.fs1.hubspotusercontent-na2.net/hubfs/19837093/raw_assets/public/Lightstream_May2021/images/down-arrow.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  position: static;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 6px;
}
.site-navigation .hs-menu-wrapper > ul > li.hs-item-has-children >a:hover:after {
  background-image: url(https://19837093.fs1.hubspotusercontent-na2.net/hubfs/19837093/raw_assets/public/Lightstream_May2021/images/down-arrow-green.svg);
}
.search-container {
  text-align: right;
  padding-bottom: 5px;
}
.search-container a {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  position: relative;
  z-index: 111;
}

.search-active .search-form-container {
  opacity:1;
  visibility:visible;
}
.search-form-container {
  opacity:0;
  visibility:hidden;
  transition:0.3s ease all;
  position: absolute;
  right: -19px;
  top: -7px;
  bottom: 0;
  width: calc(100% + 19px);
  z-index: 11;
  overflow: visible !important;
}
.search-form-container input[type="text"] {
  border-radius: 50px;
  border-color: transparent;
  padding-left: 20px;
  padding-right: 50px;
}
.search-form-container input[type="submit"] {
  font-size: 0;
  background: transparent;
  color: transparent;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -7px;
  width: 46px !important;
  min-width: 1px;
  cursor: pointer;
  z-index: 1;
  box-shadow: none;
  border: none;
  font-weight: 700;
  line-height: 18px;
  border-radius: 50px;
  letter-spacing: -.25px;
}
.site-navigation .hs-menu-wrapper > ul > li:first-child {
  padding-left: 0;
}
.site-navigation .hs-menu-wrapper > ul > li {
  line-height: 1.7;
  padding: 0 18px;
}
.search-form-container input[type="text"] {
  border-width: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 16px;
  font-size: 14px;
  border-style: solid;
  font-family: 'Montserrat';
}
.site-navigation .hs-menu-wrapper>ul>li>ul {
  opacity: 0;
  transform: translate(0,10px);
  transition: opacity 200ms ease-in,transform 200ms ease-in,visibility 200ms ease-in;
  padding: 20px 19px 0;
  -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
  position: absolute;
  width: 100%;
  visibility: hidden;
  top: calc(100% + 18px);
  min-width: 682px;
  left: 3px;
}
.site-navigation .hs-menu-wrapper>ul>li:first-child>ul {
  left: -15px;
  min-width: 626px;
}
.site-navigation .hs-menu-wrapper>ul>li {
  position: relative;
}
.site-navigation .hs-menu-wrapper>ul>li:first-child>ul>li,
.site-navigation .hs-menu-wrapper>ul>li:first-child>ul>li:first-child{
  width: 50%;
  float: left;
}
.site-navigation .hs-menu-wrapper>ul>li>ul>li >ul>li {
  padding: 15px 21px 18px;
  width: 100%;
  font-family: inherit;
  font-size: 14px;
  display: block;
}
.site-navigation .hs-menu-wrapper>ul>li.open>ul {
  opacity: 1;
  transform: translate(0,0);
  visibility: visible;
}
.site-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>a,
.site-navigation .hs-menu-wrapper>ul>li:first-child>ul>li:last-child>ul>li:last-child>a{
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  margin-bottom: 6px;
  padding: 0 0 5px 0;
  letter-spacing: 0;
}
.site-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li>a,
.site-navigation .hs-menu-wrapper>ul>li:first-child>ul>li:last-child>ul>li:last-child>ul>li>a{
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 17px;
  font-family: Montserrat;
  border-bottom: 0;
  font-weight: 300;
}
.site-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li:last-child>a ,
.site-navigation .hs-menu-wrapper>ul>li:first-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a{
  font-weight: 400;
  font-size: 16px;
  background: url(https://19837093.fs1.hubspotusercontent-na2.net/hubfs/19837093/raw_assets/public/Lightstream_May2021/images/pink-arrow.svg) no-repeat center right;
  padding-right: 27px;
}
.site-navigation .hs-menu-wrapper>ul>li.open.hs-item-has-children>a:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(https://19837093.fs1.hubspotusercontent-na2.net/hubfs/19837093/raw_assets/public/Lightstream_May2021/images/down-arrow-green.svg);
}
.site-navigation .hs-menu-wrapper>ul>li>ul>li:first-child {
  width: 66.66667%;
}
.site-navigation .hs-menu-wrapper>ul>li>ul>li {
  width: 33.33333%;
}
.site-navigation .hs-menu-wrapper>ul>li>ul>li:last-child>ul>li:last-child {
  padding-left: 36px;
  padding-top: 19px;
}
.site-navigation .hs-menu-wrapper>ul>li:first-child>ul>li>ul>li, 
.site-navigation .hs-menu-wrapper>ul>li:first-child>ul>li:last-child>ul>li:last-child {
  padding: 15px 21px 18px;
}
.site-navigation .hs-menu-wrapper>ul>li>ul>li:last-child>ul>li:last-child>a {
  font-size: 12px;
  color: #707070;
  letter-spacing: .9px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.site-navigation .hs-menu-wrapper>ul>li>ul>li:last-child>ul>li:last-child>ul>li {
    line-height: .8;
}
.site-navigation .hs-menu-wrapper>ul>li>ul>li:last-child>ul>li:last-child>ul>li>a {
  font-family: 'Gotham';
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  margin-bottom: 19px;
  line-height: 1.5;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.site-navigation .hs-menu-wrapper>ul>li>ul>li:last-child>ul>li:last-child>a:hover {
  color: #707070;
}
.site-navigation .hs-menu-wrapper>ul>li>ul>li:last-child>ul>li:last-child>ul >li {
  display: block;
  width: 100%;
}
.site-navigation .hs-menu-wrapper>ul>li:first-child>ul>li:last-child>ul>li:last-child>ul>li {
  width: auto;
}
.site-navigation .hs-menu-wrapper>ul>li>ul>li:last-child>ul>li:last-child>ul>li:last-child >a {
  background: none;
  padding-right: 0;
}
.site-navigation .hs-menu-wrapper>ul>li>ul>li:last-child>ul>li:last-child>ul>li>a:hover {
  border-color: #D4E73B;
}
.logo img {
  position: relative;
  top: 1px;
}
.site-navigation .hs-menu-wrapper>ul>li>ul>li:last-child>ul>li:last-child>ul>li>a {
  display: inline-block;
}
.naigation-menu.site-navigation {
  display: none;
}
header.header.header-no-nav {
  padding: 23px 0 20px;
}
header.header.scrolled {
  position: fixed;
  animation: slideDown 0.5s linear 0s;
  -webkit-animation: slideDown 0.5s linear 0s;
  -moz-animation: slideDown 0.5s linear 0s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%)
  }

  100% {
    transform: translateY(0%)
  }
}

@-webkit-keyframes slideDown {
  0% {
    transform: translateY(-100%)
  }

  100% {
    transform: translateY(0%)
  }
}

@-moz-keyframes slideDown {
  0% {
    transform: translateY(-100%)
  }

  100% {
    transform: translateY(0%)
  }
}
.search-form-container input[type="text"]::placeholder {
    color: rgba(0,44,106,1.0);
}
.site-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li:last-child>a:hover, 
.site-navigation .hs-menu-wrapper>ul>li:first-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a:hover {
    padding-right: 36px;
}
@media(min-width:768px){
  .site-navigation .hs-menu-wrapper > ul > li.open >a:before{
    width: calc(100% + 26px);
  } 
  .naigation-menu.site-navigation {
    display: none !important;
  }
}
@media(max-width:1390px){
  .header__container {
    padding: 0 20px;
  }
  .header-left .site-navigation {
    padding-left: 59px;
  } 
  .search-form-container {
    right: -9px;
    width: 155px;
  }
}
@media(max-width:1199px){
  .site-navigation .hs-menu-wrapper>ul>li {
    padding: 0 9px;
  }
  .header-left .site-navigation {
    padding-left: 61px;
  }
  .site-navigation .hs-menu-wrapper>ul>li>ul {
    min-width: 505px;
    left: -6px;
  }
  .site-navigation .hs-menu-wrapper>ul>li>ul>li:last-child>ul>li:last-child {
    padding-left: 0;
  } 
}
@media(max-width:991px){
  .header-left .site-navigation {
    padding-left: 30px;
  }
  .site-navigation .hs-menu-wrapper>ul>li {
    padding: 0 7px;
  }
  .site-navigation .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
  }
  .site-navigation .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    margin-left: 2px;
  } 
  .site-navigation .hs-menu-wrapper>ul>li>ul {
    padding: 20px 0 0;
  }
  .site-navigation .hs-menu-wrapper>ul>li:first-child>ul {
    min-width: 560px;
  }
  .site-navigation .hs-menu-wrapper>ul>li>ul {
    min-width: 330px;
    left: -8px;
  }
  .site-navigation .hs-menu-wrapper>ul>li>ul>li:first-child,
  .site-navigation .hs-menu-wrapper>ul>li>ul>li {
    width: 100%;
  }
  .site-navigation .hs-menu-wrapper>ul>li>ul>li:last-child>ul>li:last-child {
    padding-left: 21px;
  }
  .header-left {
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  .header-right {
    flex: 0 0 40px;
    max-width: 40px;
  }
}
@media(max-width:779px){
  .header-left .site-navigation {
    padding-left: 19px;
  } 
}
@media(max-width:767px){
  header.header {
    padding: 14px 0 7px;
  }
  .header__container {
    padding: 0 10px;
  }
  .logo img {
    position: relative;
    top: 0;
  }
  .header-left {
    width: calc(100% - 96px);
    flex: 0 0 calc(100% - 96px);
    padding-left: 15px;
  }
  .header-right {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    right: 36px;
    top: -4px;
  }
  .header-left .logo {
    width: 135px;
  }
  .header-left .logo img {
    width: 135px !important;
  }
  .header-left .site-navigation {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17px;
    width: 100%;
    padding-left: 0;
    display: none;
  }
  .header-main {
    margin-right: -10px;
    margin-left: -10px;
  }
  .header-main * {
    flex: 1;
  } 
  div#mobile-trigger {
    width: 21px;
    position: absolute;
    right: 17px;
    height: 50px;
    top: -1px;
    margin: auto;
    font-weight: 300;
    font-size: 28px;
    color: #fff;
    background: url(https://19837093.fs1.hubspotusercontent-na2.net/hubfs/19837093/raw_assets/public/Lightstream_May2021/images/menu-ic.png) no-repeat center center;
    background-size: 21px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    cursor:pointer;
  }
  .search-form-container {
    top: -4px;
    right: -10px;
  }
  .search-form-container input[type="text"] {
    padding-right: 40px;
  }
  .header-left .site-navigation {
    background: #222;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    height: 100%;
    display:none !important;
  }
  body.mobile-open {
    overflow: hidden;
  }
  .header-left .site-navigation .hs-menu-wrapper ul {
    display: block;
  }
  .header-left .site-navigation .hs-menu-wrapper>ul>li>ul,
  .header-left .site-navigation .hs-menu-wrapper>ul>li:first-child>ul {
    position: relative;
    left: 0;
    right: 0;
    visibility: visible;
    opacity: 1;
    transform: none;
    top: 0;
  }
  .naigation-menu.site-navigation .hs-menu-wrapper > ul {
    margin: 0;
    display: block;
    background: #222;
    margin-top: 7px;
    overflow-y: auto;
    max-height: calc(100vh - 52px);
    overflow-x: hidden;
  }
  .naigation-menu.site-navigation .hs-menu-wrapper > ul > li > a {
    font-size: 16px;
    padding: 15px 20px;
    line-height: 1;
    border-bottom: 1px solid rgba(255,255,255,.2);
    text-align: left;
  }
  .site-navigation .hs-menu-wrapper>ul>li>a:before {
    content: none;
  }
  .site-navigation .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    right: 20px;
    display: block!important;
    float: right;
  }
  .site-navigation .hs-menu-wrapper>ul>li {
    padding: 0;
  }
  .mobile-open header.header {
    padding-bottom: 0;
  }
  .naigation-menu.site-navigation .hs-menu-wrapper > ul > li > a:hover {
    background: #002C6A;
    color: #fff;
  }
  .site-navigation .hs-menu-wrapper>ul>li.hs-item-has-children>a:hover:after {
    background: url(https://19837093.fs1.hubspotusercontent-na2.net/hubfs/19837093/raw_assets/public/Lightstream_May2021/images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .site-navigation .hs-menu-wrapper>ul>li>ul, .site-navigation .hs-menu-wrapper>ul>li:first-child>ul {
    position: relative;
    visibility: visible;
    opacity: 1;
    left: 0;
    margin: 0;
    display: none;
    padding: 20px 0 0;
    background: rgba(0,0,0,.79);
    overflow: hidden;
  }
  .site-navigation .hs-menu-wrapper>ul>li.open>ul, .site-navigation .hs-menu-wrapper>ul>li.open:first-child>ul {
    display: block;
  }
  .site-navigation .hs-menu-wrapper ul {
    margin: 0;
  }
  .site-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>a ,
  .site-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li>a, 
  .site-navigation .hs-menu-wrapper>ul>li:first-child>ul>li:last-child>ul>li:last-child>ul>li>a,
  .site-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li:last-child>a,
  .site-navigation .hs-menu-wrapper>ul>li:first-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a{
    color: #fff !important;
  }
  .site-navigation .hs-menu-wrapper>ul>li>ul>li:last-child>ul>li:last-child>a{
    color: #707070 !important;
  }
  .site-navigation .hs-menu-wrapper>ul>li:first-child>ul>li:last-child>ul>li:last-child>a{
   color:#fff !important; 
  }
  .site-navigation .hs-menu-wrapper>ul>li:first-child>ul>li:last-child>ul>li:last-child>a {
    color: #fff;
  }
  .naigation-menu.site-navigation .hs-menu-wrapper>ul>li.open>a {
    background: #002C6A;
    color: #fff;
    border-color: #fff;
  }
  .site-navigation .hs-menu-wrapper>ul>li.open.hs-item-has-children>a:after {
    background: url(https://19837093.fs1.hubspotusercontent-na2.net/hubfs/19837093/raw_assets/public/Lightstream_May2021/images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .site-navigation .hs-menu-wrapper>ul>li>ul>li:first-child,
  .site-navigation .hs-menu-wrapper>ul>li>ul>li {
    width: 50%;
    float: left;
  }
  .mobile-open div#mobile-trigger {
    background: url(https://19837093.fs1.hubspotusercontent-na2.net/hubfs/19837093/raw_assets/public/Lightstream_May2021/images/white-close-ic.svg);
    background-repeat: no-repeat;
    margin: auto;
    background-position: center center;
    background-size: 15px;
    top: 0;
  }
  .site-navigation .hs-menu-wrapper>ul>li:first-child>ul>li,
  .site-navigation .hs-menu-wrapper>ul>li:first-child>ul>li:first-child {
    width: 100%;
    float: none;
  }
  .site-navigation .hs-menu-wrapper>ul>li>ul, .site-navigation .hs-menu-wrapper>ul>li:first-child>ul {
    padding: 0 0 15px;
  }
  .site-navigation .hs-menu-wrapper>ul>li:first-child>ul>li>ul>li,
  .site-navigation .hs-menu-wrapper>ul>li:first-child>ul>li:last-child>ul>li:last-child {
    padding: 15px 21px 0;
  }
  .site-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li:last-child>a, 
  .site-navigation .hs-menu-wrapper>ul>li:first-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a {
    margin-bottom: 0;
  }
  .site-navigation .hs-menu-wrapper>ul>li>ul>li:first-child, 
  .site-navigation .hs-menu-wrapper>ul>li>ul>li {
    width: 100%;
    float: none;
  }
  .site-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li {
    padding: 15px 21px 0;
  }
  .site-navigation .hs-menu-wrapper>ul>li>ul>li:last-child>ul>li:last-child>ul>li:first-child>a {
  }
  .site-navigation .hs-menu-wrapper>ul>li>ul>li:last-child>ul>li:last-child>a {
    margin-bottom: 5px;
  }
  .site-navigation .hs-menu-wrapper>ul>li:first-child>ul {
    min-width: 100%;
  }
  header.header.header-no-nav {
    padding: 14px 0 7px;
  }
}

@media (max-width: 374px){
  .search-form-container {
    width: calc(100% + 77px);
  } 
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}
.footer__container {
  margin: 0 auto;
}
.footer__copyright {
}
footer.footer {
  border-top: 3px solid #002f49;
  padding: 43px 0 16px;
}
.footer__container {
  padding-right: 10px;
  padding-left: 10px;
}
.footer-main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.footer-col {
  padding-right: 40px;
  padding-left: 0;
  flex: 0 0 25%;
  max-width: 25%;
}
.footer-logo {
  margin-bottom: 20px;
}
.footer-col p {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 17px;
}
.footer-main h5 {
  margin: 17px 0 17px;
  font-weight: 500;
}
.footer-col ul {
  margin: 0;
  display: block;
}
.footer-col ul li {
  list-style: none;
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 300;
  font-family: 'Montserrat',sans-serif;
}
.footer-col:last-child {
  padding-right: 10px;
}
.footer-col .social-links {
  margin-top: 27px;
  margin-left:0;
}
.footer-col .social-links li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.social-links li:first-child {
  margin-left: 0;
}
.footer-col ul li {
  list-style: none;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 300;
  font-family: 'Montserrat',sans-serif;
  border-bottom: 1px solid transparent;
  line-height: 1.5;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.social-links li a {
  width: 31px;
  height: 31px;
  display: block;
  vertical-align: top;
  text-align: center;
  border-radius: 100%;
  font-size: 16px;
  line-height: 32px;
}
.fa, .fas, .far, .fal, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.copyright-section {
  margin-top: 23px;
  margin-bottom: 6px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  width: 100%;
}
.footer-logo img {
  vertical-align: middle;
}
.copyright-section #hs_cos_wrapper_footer_copyright_text_ {
  font-size: 12px;
  letter-spacing: -.1px;
  margin-bottom: 20px;
  display: block;
  width: 100%;
}
.copyright-section * {
  flex: 1;
}
.copyright-section #hs_cos_wrapper_footer_copyright_text_ a {
  margin: 0 9px;
  margin-left: 24px;
}
.footer-col p a {
  display: inline-block;
  vertical-align: top;
  letter-spacing: -.25px;
}
.footer .social-links li a:hover {
  -webkit-box-shadow: 0 9px 13px 0 rgb(255 0 199 / 40%);
  box-shadow: 0 9px 13px 0 rgb(255 0 199 / 40%);
}
@media(max-width:1085px){
  .footer__container {
    padding: 0 20px;
  } 
}
@media(max-width:991px){
  .footer-col {
    padding-left: 10px;
    padding-right: 20px;
  }
  .copyright-section {
    padding: 0 10px;
    margin-top: 9px;
  }
  .social-links li a {
    width: 29px;
    height: 29px;
  }
  .footer-col .social-links li {
    margin: 0 3px;
  }
  .footer-col .social-links li:first-child {
    margin-left: 0;
  } 
  .footer-col p br {
    display: none;
  }
}
@media(max-width:767px){
  footer.footer {
    padding: 41px 0 32px;
  }
  .copyright-section {
    margin-top: 13px;
    text-align: left;
  }
  .copyright-section #hs_cos_wrapper_footer_copyright_text_ {
    letter-spacing: 0;
    margin-bottom: 0;
    line-height: 2.5;
  }
  .copyright-section #hs_cos_wrapper_footer_copyright_text_ span {
    display: block;
  }
  .copyright-section #hs_cos_wrapper_footer_copyright_text_ a {
    margin-left: 0;
  }
  .footer-col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 35px;
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-col:last-child {
    margin-bottom: 0;
    padding-right: 10px;
  }
  .footer-col h5 {
    margin: 17px 0 12px;
  }
  .footer-col:last-child p {
    line-height: 1.5;
    margin-bottom: 13px;
  }
  .footer-col p br {
    display: block;
  }
  .footer-col .social-links {
    margin-top: 13px;
    margin-bottom: 7px;
  }
  .social-links li {
    margin: 0 11px;
  }
  .social-links li a {
    width: 47px;
    height: 47px;
    font-size: 24px;
    line-height: 47px;
  }
  .footer-col .social-links li {
    margin: 0 9px;
    margin-bottom: 24px;
  }
  .footer-col ul li {
    margin-bottom: 16px;
  }
  .footer-col:after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 10px;
    right: 10px;
    background: #545861;
    opacity: .7;
    height: 1px;
  }
  .footer-col:last-child:after {
    content: none;
  }
  .footer-col:nth-child(3) ul li:last-child {
    margin-bottom: 0;
  }
  .footer-col ul li:last-child {
    margin-bottom: 25px;
  }
  .footer-col p {
    line-height: 1.7;
    margin-bottom: 26px;
  } 
}
@media(max-width:374px){
  .footer__container {
    padding: 0 10px;
  } 
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

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

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

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

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

.blog-index {
  padding: 20px 0 0;
  margin-right: -10px;
  margin-left: -10px;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {

  text-align: center;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

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

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

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

.blog-recent-posts {

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

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

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}
.custom-banner-area .page-center .banner-inner .sub-page-icon {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .9px;
  position: relative;
  z-index: 1;
  line-height: 1.4;
  margin-bottom: 45px;
}

.custom-banner-area .page-center .banner-inner .sub-page-icon:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  height: 4px;
  background: #E09A56;
  width: 37px;
  margin: 0 auto;
  border-radius: 10px;
}

section.event-header.onView {
  text-align: center;
  padding: 17px 0 18px;
  background: #fff;
  line-height: normal;
}

section.event-header.onView .main {
  max-width: 1045px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}

section.event-header.onView .main a {
  color: #002C6A;
  display: inline-block;
  vertical-align: top;
  background: url(https://19837093.fs1.hubspotusercontent-na2.net/hubfs/19837093/raw_assets/public/Lightstream_May2021/images/pink-arrow.svg) no-repeat center right 1px;
  padding-right: 28px;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1.15;
}

.resource-filter-main {
  background: #FAFAFA;
  padding: 24px 0 236px;
}

.resource-filter-main .content-wrapper {
  padding-right: 10px;
  padding-left: 10px;
}

.filter-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  -ms-align-items: center;
  align-items: center;
}

.filter-section .left-head {
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
}

.filter-section .right-head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex: 0 0 75%;
  max-width: 75%;
  padding-right: 10px;
  padding-left: 10px;
}

.filter-section .left-head h6 {
  margin: 7px 0 0;
}

.filter-dropdown {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 68.44%;
  margin-right: 0;
  text-align: center;
}

.filter-text-box {
  width: 31.56%;
}

.filter-text-box input[type="text"] {
  padding: 13px 40px 11px 20px;
  background: #F6F6F6;
  color: #002C6A;
  border: none;
  border-radius: 20px;
  letter-spacing: .7px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 16px;
  font-family: 'Montserrat',sans-serif;
}

.topic-container {
  width: 191px;
  display: none;
}

.filter-topic {
  width: 191px;
  position: relative;
  margin-right: 20px;
}

.filter-topic h6 {
  display: block;
  height: 40px;
  left: 0;
  line-height: 30px;
  outline: none;
  top: 0;
  width: 100%;
  font-size: 14px;
  font-family: 'Montserrat',sans-serif;
  padding: 7px 34px 7px 20px;
  letter-spacing: .1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 171px;
  -webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
  border-radius: 25px;
  text-decoration: none;
  color: #002C6A;
  margin:0;
}

.filter-topic h6:before {
  content: "";
  position: absolute;
  top: 0;
  left: auto  ;
  right: 21px;
  bottom: 0;
  background: url(https://19837093.fs1.hubspotusercontent-na2.net/hubfs/19837093/raw_assets/public/Lightstream_May2021/images/blue-down-arrow.svg);
  background-repeat: no-repeat;
  background-position:center right;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 15px;
  width: 56px;
  display: block;
  height: 40px;
  cursor:pointer;
}
.post-listing{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; 
}
.filter-text-box button {
  width: 52px;
  padding: 0;
  font-size: 0;
  background-color: transparent;
  min-width: 1px;
  background-image: url(https://19837093.fs1.hubspotusercontent-na2.net/hubfs/19837093/raw_assets/public/Lightstream_May2021/images/blue-search-ic.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor:pointer;
  right: 0;
  background-size: 18px;
}

.filter-text-box button svg {
  display: none;
}
.blog-index-post {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 10px;
  padding-left: 10px;
}
.blog-index-post-inner-card {
  width: 100%;
  margin-right: 0%;
  -webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
  margin-bottom: 30px;
  height: calc(100% - 30px);
  min-height: 340px;
  position: relative;
}
.feature-image {
  min-height: 125px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.image-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #FF00C7;
  padding: 7px 20px 7px;
  position: relative;
  z-index: 1;
}
.col-content {
  padding: 25px 28px 24px;
}
.col-content {
  font-size: 18px;
  line-height: 1.38;
  margin-bottom: 11px;
  color: #000;
}
.col-content .primary-link {
  color: #002C6A;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  background: url(https://19837093.fs1.hubspotusercontent-na2.net/hubfs/19837093/raw_assets/public/Lightstream_May2021/images/pink-arrow.svg) no-repeat center right 1px;
  padding-right: 28px;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
}
a.link-post {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.blog-index-post-inner-card:hover .col-content span.primary-link {
  padding-right: 37px;
}
.col-content .content {
  margin-bottom: 8px;
}
.respg_loadmore.show-more-link {
  background: transparent;
  width: 100%;
  margin-top: 31px;
  margin-bottom: -151px;
  position: relative;
  padding: 18px 0 12px;
  font-size: 14px;
  font-weight: 500;
  color: #002C6A;
  text-transform: capitalize;
  text-align: center;
}
.respg_loadmore.show-more-link span.btn {
  width: 60px;
  height: 60px;
  min-width: 1px;
  padding: 0;
  display: block;
  margin: 0 auto 17px;
  background: #0F0 url(https://19837093.fs1.hubspotusercontent-na2.net/hubfs/19837093/raw_assets/public/Lightstream_May2021/images/blue-down-arrow-1.svg) no-repeat top 23px center;
  background-size: 23px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  color: #002C6A;
  border: 2px solid transparent;
  line-height: 16px;
  border-radius: 50px;
  text-align: center;
  -webkit-box-shadow: 0 13px 20px 0 rgb(0 255 0 / 25%);
  box-shadow: 0 13px 20px 0 rgb(0 255 0 / 25%);
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.filter-text-box input[type="text"]::placeholder {
  color: #002c6a !important;
  opacity:1;
}

.respg_loadmore.show-more-link a {
  color: #002c6a;
  cursor: text;
}

.respg_loadmore.show-more-link span.btn:hover {
  -webkit-box-shadow: 0 13px 20px 0 rgb(0 255 0 / 40%);
  box-shadow: 0 13px 20px 0 rgb(0 255 0 / 40%);
}
.topic-container {
  position: absolute;
  background: #fff;
  color: #002C6A;
  border-radius: 25px;
  -webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
  z-index: 2;
  overflow-y: auto;
  max-height: 217px;
}

.topic-container ul {
  list-style: none;
  text-align: left;
  margin: 0;
}
.topic-container ul li {
  padding: 0;
}
.topic-container ul li a {
  border-top: 1px solid #dededf;
  padding: 11px 0 11px 20px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: 'Montserrat',sans-serif;
  letter-spacing: .1px;
  position: relative;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.filter-topic h6.active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: none;
}
.filter-topic h6.active:before {
  transform: rotateX(180deg);
}
.topic-container ul li a:hover {
  background: #002C6A;
  color: #fff;
}
.filter-text-box ul.hs-search-field__suggestions {
  position: absolute;
  z-index: 2;
  background: #fff;
  width: 100%;
}
.row.breadcrumb {
  margin-bottom: -20px;
  position: relative;
  text-align: left;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  margin-top: -2px;
  font-weight: 400;
}

.row.breadcrumb a {
  letter-spacing: .5px;
  color: #fff;
}
.row.breadcrumb a:hover{
  text-decoration:underline; 
}
.hs-blog-post .custom-banner-area .page-center .banner-inner h1 {
  font-size: 48px;
  margin-bottom: 10px;
}
.blog-page-sec.onView {
  padding: 97px 0 80px;
}

.blog-page-sec.onView .content-wrapper {
  padding: 0 10px;
}

.blog-page-sec.onView .content-wrapper .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.blog-page-sec.onView .content-wrapper .row .left {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex-order: 2;
  order: 2;
}

.blog-page-sec.onView .content-wrapper .row .right {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 10px;
  padding-left: 10px;
}
.author-sec {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 11px;
}

.author-img {
  width: 68px;
  margin-top: 1px;
}

.author-img img {
  display: block;
  border-radius: 100%;
  max-width: 100%;
}

.author-info {
  width: calc(100% - 78px);
  padding-left: 18px;
  padding-top: 10px;
}

.author-info h4 {
  margin-bottom: 8px;
}

.author-info p {
  margin-bottom: 16px;
  color: #333132;
  font-size: 16px;
}

.author-info p span {}

.contact-lightstream {
  padding-top: 21px;
}
.blog-comments form {
  border-top: 0 !important;
}
.contact-lightstream h3.form-title {
  color: #012f6b;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 18px;
}

.hs-blog-post {
  background: #fff !important;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field .grecaptcha-badge {margin: 0 0 40px;}

.contact-lightstream form select, .contact-lightstream form textarea {
  background-color: #f5f8fa;
  color: #bfbfbf;
  border: 1px solid #cbd6e2;
  border-radius: 3px;
}

.contact-lightstream form textarea {
  border: 0;
  border-bottom: 2px solid #cbd6e2;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin-top: 10px;
}

.keep-informed h3.form-title {
  font-size: 16px;
  font-weight: 700;
  color: #012f6b;
  margin-bottom: 18px;
  font-family: 'Montserrat',sans-serif;
}

.keep-informed form .hs-input {
  max-width: 100%;
  margin-bottom: 35px;
}

.keep-informed form .hs-button.primary {
  background: #ff7a59;
  border-color: #ff7a59;
  margin-bottom: 35px;
}

.resource-detail-content  ul.social-links {
  margin: 20px 0 20px 20px;
  list-style: none;
}

.resource-detail-content  ul.social-links li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
  margin-right: 3px;
}
.resource-detail-content  .social-links li:first-child {
  margin-left: 0;
}
section.event-header.onView .main a:hover {
  padding-right: 37px;
}
.filter-text-box input[type="text"]::placeholder {
  color: #002c6a;
}
.resource-detail-content .social-links li a {
  width: 31px;
  height: 31px;
  background: #F2F3F5;
  display: block;
  vertical-align: top;
  text-align: center;
  color: #002C6A;
  border-radius: 100%;
  font-size: 16px;
  line-height: 32px;
}

.resource-detail-content .social-links li a:hover {
  color: #fff;
  background: #FF00C7;
  -webkit-box-shadow: 0 9px 13px 0 rgb(255 0 199 / 40%);
  box-shadow: 0 9px 13px 0 rgb(255 0 199 / 40%);
}

.section.post-footer .hs-input {
  max-width: 100%;
}

.three-block-sec.grey-bg.onView {
  background: #FAFAFA;
  padding: 92px 0 74px;
}

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

.row.three-block-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 23px 0 0;
  justify-content: flex-start;
  margin-right: -10px;
  margin-left: -10px;
}

.row.three-block-row .col-12.col-lg-4.col-md-6 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 10px;
  padding-left: 10px;
}

.three-block-sec.grey-bg.onView > .content-wrapper {
  padding: 0;
}

.row.three-block-row .col-12.col-lg-4.col-md-6 .three-col {
  width: 100%;
  margin-right: 0%;
  -webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
  margin-bottom: 30px;
  height: calc(100% - 30px);
  min-height: 340px;
  position: relative;
}

.row.three-block-row .col-12.col-lg-4.col-md-6 .three-col a.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.row.three-block-row .col-12.col-lg-4.col-md-6 .three-col:hover .col-content span.primary-link {
  padding-right: 37px;
}
.fa, .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.fa-envelope:before {
  content: "\f0e0";
}
.blog-post__body img {
  max-width: 100%;
}
.three-col.resource-social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.resource-social h3 {
  margin-bottom: 0;
  font-weight: 200;
  font-size: 24px;
}

.resource-social .social-links {
  padding: 0 74px;
  margin: 35px 0 0 0;
  list-style: none;
}

.resource-social .social-links li {
  width: 50%;
  text-align: center;
  margin: 0 0 30px;
  color: #002c6a;
  display: inline-block;
  vertical-align: middle;
}

.resource-social .social-links li a {
  margin: 0 auto;
  width: 62px;
  height: 62px;
  font-size: 31px;
  line-height: 64px;
  background: #F2F3F5;
  display: block;
  vertical-align: top;
  text-align: center;
  color: #002C6A;
  border-radius: 100%;
}
.blog-pagination {
    display: block !important;
}
.resource-social .social-links li a:hover {
  color: #fff;
  background: #FF00C7;
  -webkit-box-shadow: 0 9px 13px 0 rgb(255 0 199 / 40%);
  box-shadow: 0 9px 13px 0 rgb(255 0 199 / 40%);
}
@media(max-width:1390px){
  .hs-blog-post .custom-banner-area .page-center {
    padding-left: 20px;
    padding-right: 20px;
  } 
}
@media(max-width:1085px){
  .resource-filter-main .content-wrapper,
  .blog-page-sec.onView .content-wrapper,
  .hs-blog-post .custom-banner-area .page-center,
  .blog-recent-posts .content-wrapper {
    padding: 0 20px;
  } 
}
@media(max-width:991px){
  .filter-section .left-head {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 35px;
  }
  .blog-page-sec.onView .content-wrapper .row .left {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .blog-page-sec.onView .content-wrapper .row .right {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .filter-section .right-head {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: flex-start;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }
  .filter-dropdown {
    justify-content: flex-start;
  }
  .blog-index-post {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .resource-filter-main {
    padding: 24px 0 206px;
  } 
  .blog-page-sec.onView {
    padding: 67px 0 50px;
  }
  .three-block-sec.grey-bg.onView{
    padding: 62px 0 74px;
  }
  .row.three-block-row .col-12.col-lg-4.col-md-6{
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media(max-width:767px){
  .custom-banner-area.blog-banner-area {
    padding: 69px 0 39px;
  }
  .custom-banner-area.blog-banner-area .page-center .banner-inner {
    padding: 44px 8px 0;
  }
  .custom-banner-area.blog-banner-area .page-center .banner-inner .sub-page-icon {
    margin-bottom: 66px;
  }
  .resource-filter-main {
    padding: 54px 0 194px;
  }
  .filter-section .right-head {
    padding: 0 20px;
    justify-content: flex-start;
  }
  .filter-dropdown {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .filter-topic h6:before {
    right: 14px;
  }
  .filter-text-box {
    width: 100%;
  }
  .blog-index {
  }
  .blog-index-post {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.event-header.onView .main{
    padding-left:20px;
    padding-right:20px;
  }
  .blog-index-post-inner-card {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    min-height: 1px;
    height: auto;
  } 
  .blog-page-sec.onView {
    padding: 62px 0 40px;
  }
  .row.breadcrumb {
    margin-bottom: 8px;
    margin-top: 1px;
  }
  .hs-blog-post .custom-banner-area.blog-banner-area .page-center .banner-inner .sub-page-icon {
    line-height: 1.48;
    margin-bottom: 44px;
  }
  .hs-blog-post .custom-banner-area .page-center .banner-inner h1 {
    font-size: 36px !important;
    line-height: 1.1;
    margin-bottom: 35px;
  }
  .blog-page-sec.onView .content-wrapper .row .left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    order: 1;
  }
  .resource-detail-content {
    padding-top: 34px;
  }
  .blog-page-sec.onView .content-wrapper .row .right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-lightstream form fieldset {
    max-width: 100% !important;
  }
  .three-block-sec.grey-bg.onView {
    padding: 57px 0 60px;
  }
  .row.three-block-row .col-12.col-lg-4.col-md-6 {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.three-block-row .col-12.col-lg-4.col-md-6 .three-col {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    min-height: 1px;
    height: auto;
  }
  .author-sec.visible-phone {
    display: flex !important;
    padding-bottom: 30px;
  }
  .blog-index-post-inner-card.social {
    min-height: 364px;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }
}
@media(max-width:639px){
  .filter-topic {
    width: 100%;
    margin: 0;
  }
  .filter-dropdown {
    margin-top: 4px;
  } 

}

@media(max-width:479px){
  section.event-header.onView .main a {
    line-height: 1;
  }

}
@media(max-width:374px){
  section.event-header.onView .main a {
    background-position: top 2px right 1px;
  }
  .filter-section .right-head {
    padding: 0;
  }
  .resource-social .social-links {
    padding: 0 30px;
  }
  .resource-filter-main .content-wrapper {
    padding: 0 20px ;
  }
  .filter-section {
    margin: 0;
  }
  .blog-index-post {
    padding-left: 10px;
    padding-right: 10px;
  }   
  .blog-page-sec.onView .content-wrapper, 
  .hs-blog-post .custom-banner-area .page-center, 
  .blog-recent-posts .content-wrapper {
    padding: 0 10px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

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

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

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 20px;
}



.hs_cos_wrapper_type_member_register {
  max-width: 500px;
  display: block;
}
.hs_cos_wrapper_type_member_register label,
.hs_cos_wrapper_type_password_reset label,
.hs_cos_wrapper_type_member_login label{
  display: block;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
.hs_cos_wrapper_type_member_register .hs-input,
.hs_cos_wrapper_type_password_reset .hs-input, 
.hs_cos_wrapper_type_member_login .hs-input,
.hs_cos_wrapper_type_password_reset_request .hs-input,
.hs_cos_wrapper_type_member_login .hs-input{
  margin-top: 10px;
  margin-bottom: 15px;
}

.hs_cos_wrapper_type_member_register .hs-button, 
.hs_cos_wrapper_type_password_reset .hs-button, 
.hs_cos_wrapper_type_member_login .hs-button ,
.hs_cos_wrapper_type_password_reset_request .hs-button,
.hs_cos_wrapper_type_member_login .hs-button{
  margin-bottom: 10px;
}

.hs_cos_wrapper_type_member_register , 
.hs_cos_wrapper_type_password_reset , 
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_member_login{
  max-width: 500px;
  display: block;
}
input#hs-login-widget-remember ~ label {
  display: inline-block;
}

ul.hs-search-field__suggestions {
  max-width:  500px;
  border-color:  #ccc !important;
}
ul.hs-search-field__suggestions a {
  padding:  10px;
}
li#results-for {
  padding:  10px;
}
ul#hsresults li {
  margin-top: 15px;
}
[type="checkbox"], [type="radio"] {
  display: inline-block;
  width: auto;
}
@media(max-width:767px){
  input.email-edit.hs-input {
    width: 100% !important;
  } 
  .hs_cos_wrapper_type_member_register , 
  .hs_cos_wrapper_type_password_reset , 
  .hs_cos_wrapper_type_member_login,
  .hs_cos_wrapper_type_password_reset_request,
  .hs_cos_wrapper_type_member_login {
    max-width: 100%;
    display: block;
  }
  .systems-page .page-header h1 {
    font-size: 30px;
  }

  .systems-page .page-header h2 {
    font-size: 21px;
  }

  .systems-page .success {
    min-width: 100%;
  }
}