/* Includes
-------------------------------------------- */

/* Reset
-------------------------------------------- */

*, *:before, *:after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
/* Normalize
-------------------------------------------- */

/*! 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;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Utilities
-------------------------------------------- */

/* Alignment */

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-justify {
    text-align: justify;
  }
}

/* Embed */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Screen Readers */

.skip-to-content {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index:1313;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}
/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

 .sr-only, .visuallyhidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/* Spacing */

.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 2rem;
}
.mt-2 {
  margin-top: 4rem;
}
.mt-3 {
  margin-top: 6rem;
}
.mt-4 {
  margin-top: 8rem;
}
.mt-5 {
  margin-top: 10rem;
}
.mt-6 {
  margin-top: 12rem;
}

.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 2rem;
}
.mb-2 {
  margin-bottom: 4rem;
}
.mb-3 {
  margin-bottom: 6rem;
}
.mb-4 {
  margin-bottom: 8rem;
}
.mb-5 {
  margin-bottom: 10rem;
}
.mb-6 {
  margin-bottom: 12rem;
}

.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 2rem;
}
.pt-2 {
  padding-top: 4rem;
}
.pt-3 {
  padding-top: 6rem;
}
.pt-4 {
  padding-top: 8rem;
}
.pt-5 {
  padding-top: 10rem;
}
.pt-6 {
  padding-top: 12rem;
}

.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 2rem;
}
.pb-2 {
  padding-bottom: 4rem;
}
.pb-3 {
  padding-bottom: 6rem;
}
.pb-4 {
  padding-bottom: 8rem;
}
.pb-5 {
  padding-bottom: 10rem;
}
.pb-6 {
  padding-bottom: 12rem;
}

/* Colors */

.text-white {
  color: #fff;
}

/* Backgrounds */

.bg-white {
  background-color: #fff;
}
/* CSS Variables
-------------------------------------------- */

:root {
  --color-main: #1A4068;
  --color-second: #2470B8;
  --color-highlight: #FFE400;
  --color-bright: #004c9e;
  --color-light: #75777B;
  --color-dark: #353535;
  --color-grey-medium: #75777B;
  --color-grey-light: #ccc;
  --color-super-light: #F1F2F2;
  --color-white: #fff;
  --c-fourth: #3E83CE;
  --c-form-input: #222222;
  --c-bg-light: #F8F9FB;
  --font-header: 'MuseoSans_700-webfont', sans-serif;
  --font-header-alt: 'MuseoSans_500-webfont', serif;
  --font-body: 'MuseoSans_300-webfont', sans-serif;
  --font-secondary: 'Montserrat', Trebuchet, sans-serif;
  --width-content: 1400px;
  --width-wide: 1600px;
  --width-nav: 900px;
  --width-medium: 992px;
  --width-small: 540px;
}
/* Base
-------------------------------------------- */

html {
    /* 	font-size: 62.5%; */
    scroll-behavior: smooth;
}
body {
    color: #494a52;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    line-height: 1.8;
}

/* Layout
-------------------------------------------- */

.container {
    width: 100%;
    max-width: calc(1400px + 4rem);
    margin-left: auto;
    margin-right: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}
.container--compact {
    width: 100%;
    max-width: calc(840px + 4rem);
    margin-left: auto;
    margin-right: auto;
}

.wide-wrapper {
    max-width: 100rem;
    margin: 0 auto;
}

.video-wrap {
    width: 100%;
    height: 0;
    padding: 56.25% 0 0;
    position: relative;
}
.video-wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.alignfull {
  width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

section {
    padding: 2rem 0;
}
@media (min-width: 992px) {
    section {
        padding: 4rem 0;
    }
}

/* Helpers
-------------------------------------------- */

/* Colors */

.white {
    color: var(--white);
}

/* Background Colors */

.bg-white {
    background-color: var(--white);
}
.bg-blue-light {
    background-color: var(--blue-light);
}
.bg-grey-light,
.bg-gray-light {
    background-color: var(--super-light);
}
.bg-blue-dark {
    background-color: var(--blue-dark);
}
.bg-dark {
    background-color: var(--dark);
}
.template-lp-2024 .accordion_header {
  padding: 24px 16px;
  font-size: 20px;
}
/* Typography
-------------------------------------------- */

@font-face {
  font-family: 'MuseoSans_700-webfont';
  src: url('https://8355555.fs1.hubspotusercontent-na1.net/hubfs/8355555/Font/MuseoSans_700-webfont.woff2') format('woff2');
  src: url('https://8355555.fs1.hubspotusercontent-na1.net/hubfs/8355555/Font/MuseoSans_700-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans_300-webfont';
  src: url('https://8355555.fs1.hubspotusercontent-na1.net/hubfs/8355555/Font/MuseoSans_300-webfont.woff2') format('woff2');
  src: url('https://8355555.fs1.hubspotusercontent-na1.net/hubfs/8355555/Font/MuseoSans_300-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans_500-webfont';
  src: url('https://8355555.fs1.hubspotusercontent-na1.net/hubfs/8355555/Font/MuseoSans_500-webfont.woff2') format('woff2');
  src: url('https://8355555.fs1.hubspotusercontent-na1.net/hubfs/8355555/Font/MuseoSans_500-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* @font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-display: fallback;
  src: url('https://8355555.fs1.hubspotusercontent-na1.net/hubfs/8355555/SAFEbuilt_July22/Font/montserrat-v25-latin-500.woff2') format('woff2');
  font-stretch: normal;
}

@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 500;
  font-display: fallback;
  src: url('https://8355555.fs1.hubspotusercontent-na1.net/hubfs/8355555/SAFEbuilt_July22/Font/montserrat-v25-latin-500italic.woff2') format('woff2');
  font-stretch: normal;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-display: fallback;
  src: url('https://8355555.fs1.hubspotusercontent-na1.net/hubfs/8355555/SAFEbuilt_July22/Font/montserrat-v25-latin-800.woff2') format('woff2');
  font-stretch: normal;
} */

body {
  font-family: var(--font-body);
  font-weight: normal;
  color: var(--color-main);
}
a {
  color: var(--color-bright);
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
a:hover,
a:active,
a:focus {
  color: var(--blue-bright);
  text-decoration: none;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: .75em;
  margin-bottom: .75em;
  font-family: var(--font-header);
  font-weight: normal;
  line-height: 1;
}
p:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1, .h1 {
  font-size: 3rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.25rem;
}
h4, .h4 {
  font-size: 1.125rem;
  font-family: var(--font-header-alt);
  font-weight: normal;
}
h5, .h5 {
  font-size: 1rem;
}
h6, .h6 {
  font-size: 1.5rem;
}
.font-header {
  font-family: var(--font-header);
}
.font-header-alt {
  font-family: var(--font-header-alt);
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 4rem;
  }
  h2, .h2 {
    font-size: 2.25rem;
  }
  h3, .h3 {
    font-size: 1.25rem;
  }
}

strong {
  font-weight: 400;
  font-family: var(--font-header);
}

code {
  vertical-align: bottom;
}

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

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

/* Blockquote */

blockquote {
  margin: 2rem 0;
  padding-left: 2rem;
  border-left: 0.5rem solid #f1f1f1;
}

/* Horizontal Rules */

hr {
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Buttons
-------------------------------------------- */

.btn,
.hs-button {
  display: inline-block;
  padding: 1em 1.75em;
  text-align: center;
  background: var(--color-highlight);
  color: var(--main-color);
  border: none;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1;
  transition: all .3s;
  font-family: var(--font-header);
  text-decoration: none;
}
.btn:hover,
.btn:active,
.btn:focus,
.hs-button:hover,
.hs-button:active,
.hs-button:focus {
  text-decoration: none;
  background: var(--color-main);
  color: var(--color-white);
}
/* .cta_button:hover {
text-decoration: none;
background: var(--blue-dark);
color: var(--color-white);
} */

.btn--secondary {
  background-color: var(--blue-medium);;
  color: var(--color-white);
}
.btn--secondary:hover,
.btn--secondary:active,
.btn--secondary:focus {
  background-color: var(--blue-bright);;
  color: var(--color-white);
}
button {
  cursor: pointer;
}

/* HubSpot Overrides */

.hs-button.secondary {
  display: inline-block;
  padding: 1rem 2rem;
  -webkit-appearance: none;
}
.hs-button.secondary:hover,
.hs-button.secondary:active,
.hs-button.secondary:focus {
  text-decoration: none;
}

/* Sizing */

.btn--sm {
  padding: .5rem 1rem;
  font-size: 1.6rem;
}

.btn--lg {
  padding: 1.5rem 3rem;
  font-size: 2rem;
}

.btn--block {
  display: block;
}
/* Forms
-------------------------------------------- */

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  border: 1px solid #ccc;
/*   background: none; */
}
.hs-form label {
  text-transform: uppercase;
}
input[type="submit"] {
  background: var(--color-highlight);
}

textarea {
  min-height: 10rem;
}

.hs-button {
	cursor: pointer
}

.hs-submit {
  text-align: center;
}

/* Inputs List */

.hs-form ul.inputs-list {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
}
.hs-form .hs-form-field ul.inputs-list .hs-input {
  position: relative;
  top: -2px;
  width: auto !important;
  margin: 0 1rem 0 0;
  height: auto;
  display: inline-block;
}
.hs-form .hs-form-field ul.inputs-list span {
  font-weight: 400;
}

/* Error */

.hs-input.invalid {
  border-color: red;
}
.hs-error-msgs {
  position: relative;
  top: -1rem;
  margin: 0;
  padding: 0 0 0 2rem !important;
  list-style: none;
  color: red;
  font-size: .875em;
  line-height: 1.2;
}
.hs-error-msgs:after {
  position: absolute;
  content: '▴';
  top: 0;
  left: 0;
}

/* Captcha */

.hs_recaptcha {
	margin-bottom: 2rem;
}

/* Fix Column Layouts */

.hs-form fieldset {
	max-width: inherit !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field,
.hs-form fieldset.form-columns-2 .hs-form-field,
.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 100% !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field .input,
.hs-form fieldset.form-columns-2 .hs-form-field .input,
.hs-form fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0 !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field .hs-input:not([type='checkbox']):not([type='radio']),
.hs-form fieldset.form-columns-2 .hs-form-field .hs-input:not([type='checkbox']):not([type='radio']),
.hs-form fieldset.form-columns-3 .hs-form-field .hs-input:not([type='checkbox']):not([type='radio']) {
  width: 100% !important;
}

@media (min-width: 480px) {
  .hs-form fieldset.form-columns-1 .hs-form-field {
    width: 100% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.333% !important;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(3) {
    padding-left: 0.75rem;
  }
}
/* Masthead/Nav
-------------------------------------------- */

/* Header
-------------------------------------------- */
/* Body adjustments due to sticky header size */
body:not(.template-lp) {
  padding-top: 6.125rem;
}
@media (min-width: 1240px) {
  body:not(.template-lp) {
    padding-top: 9rem;
  }
}
.masthead {
  background: var(--white);
  padding: 1.5rem 0 1.25rem;
}

.masthead__logo {
  display: block;
  width: 11.375rem;
  height: 2.875rem;
  padding: 0;
}

.masthead--lp .masthead__logo {
  margin: auto;
}


/* Header V2 */

.masthead-v2 {
  background: transparent;
  background: #1A4068DD;
  position: fixed;
  width: 100%;
  z-index: 1313;
  top: 0;
  transform: translateY(0);
  transition: transform .3s;
}

.masthead-v2[data-scroll-direction=up] {
  transform: translateY(0);
}

.masthead-v2.not-top .masthead__main {
  background: #1A4068DD;
  padding: 1rem;
  backdrop-filter: blur(4px);
}

.masthead-v2:not(.has-open-nav)[data-scroll-direction=down] {
  transform: translateY(-100%);
}

.masthead__top {
  text-align: right;
  padding: 0.375rem 1rem;
  position: relative;
  width: 100%;
  background-color: var(--color-main);
  display: none;
}

.masthead__top .container {
  max-width: 95rem;
  display: flex;
  justify-content: flex-end;
  padding: 0;
}

.masthead__search-toggle {
  display: block;
  padding: 0.25rem 0.5rem;
  border: none;
  background: transparent;
  flex: 0 1 2.5rem;
}

.masthead__search {
  display: none;
}

.masthead__search.is-open {
  display: block;
}
.masthead__search form {
  margin: 0;
  display: flex;
  position: relative;
  justify-content: flex-end;
}

.masthead__search form input[type="search"] {
  padding: 13px 13px;
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-color: transparent;
  margin-right: 113px;
  font-family: sans-serif;
  color: var(--c-form-input);
  line-height: normal;
  font-size: 16px;
  margin: 0 113px 0 0;
  width: 193px;
  flex: none;
  outline-offset: 0;
}


.masthead-search button.hs-search-field__button {
  display: none;
}

.masthead__search button.search-submit {
  display: inline-block;
  padding: 13.5px 1em;
  text-align: center;
  background: var(--color-highlight);
  color: var(--color-main);
  border: none;
  font-family: var(--font-secondary);
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: .1em;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
}

.masthead__search button.search-submit:hover,
.masthead__search button.search-submit:focus{
  text-decoration: none;
  background: var(--color-main);
  color: var(--color-highlight);
}

.masthead__subscribe {
  display: none;
  color: var(--color-white);
}

.masthead__subscribe.is-open {
  display: block;
}

.masthead__subscribe h3 {
  color: var(--color-white);
  padding-right: 1em;
  margin: 0;
  align-self: center;
  font-family: var(--font-secondary);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.05;
}

.header-subscribe-form .hs_cos_wrapper_type_form {
  display: flex;
  align-items: center;
}

.header-subscribe-form form {
  display: flex;
}

.masthead__subscribe input[type="submit"] {
  height: 43.5px;
  white-space: pre-wrap;
  display: inline-block;
  padding: 0.5em 1em;
  text-align: center;
  background: var(--color-highlight);
  color: var(--color-main);
  border: none;
  font-family: var(--font-secondary);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: .1em;
}

.masthead__subscribe input[type="submit"]:hover,
.masthead__subscribe input[type="submit"]:focus{
  text-decoration: none;
  background: var(--color-main);
  color: var(--color-highlight);
}

.header-subscribe-form .hs-input {
  width: 100%;
  padding: 12.5px;
  font-family: var(--font-secondary);
  font-weight: 500;
  background: var(--c-bg-light);
  border: none;
  border-bottom: 2px solid var(--color-main);
  transition: all 0.3s linear;
  color: var(--c-form-input);
  line-height: normal;
  font-size: 16px;
  margin: 0;
  display: block;
}

.header-subscribe-form .hs-form ul.inputs-list {
  margin: 0;
  position: relative;
  top: 4px;
}

.masthead__main {
  padding: 2rem 1rem 1rem;
  background: transparent;
  transition: background .3s;
  position: relative;
  z-index: 1314;
}

.masthead__main .container {
  max-width: 95rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0;
}

.masthead-logo {
  display: block;
  width: 200px;
  height: 51px;
}

.masthead__primary-nav {
  display: none;
}

.header-btn-item .hs-button {
  color: var(--color-main);
  display: none;
  padding: 0.5em 1em;
  text-align: center;
  background: var(--color-highlight);
  border: none;
  font-family: var(--font-secondary);
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: .1em;
}

.header-btn-item .hs-button:hover,.header-btn-item .hs-button:focus {
  text-decoration: none;
  background: var(--color-main);
  color: var(--color-highlight);
}


@media (min-width: 1240px) {
  .masthead__top {
    display: block;
  }

  .masthead__utility-nav {
    display: block;
  }

  .masthead__utility-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .masthead__utility-nav ul li {
    display: inline-block;
  }

  .masthead__utility-nav ul li a {
    display: block;
    font-size: .875rem;
    letter-spacing: .014em;
    padding: 0.5em 0.75em;
    text-transform: uppercase;
    color: var(--color-white);
    font-family: var(--font-secondary);
    font-weight: 500;
    line-height: 1.6;
  }

  .masthead__utility-nav ul li a:hover, 
  .masthead__utility-nav ul li a:active {
    color: var(--color-highlight);
  }

  .masthead__primary-nav {
    display: block;
  }

  .mobile-nav, .mobile-nav__toggle {
    display: none !important;
  }

  .header-header-main-nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
  }

  .header-header-main-nav > ul > li {
    display: flex;
    position: relative;
  }

  .header-header-main-nav > ul > li > a {
    display: block;
    font-size: 1rem;
    letter-spacing: .014em;
    padding: 0.5em 0.75em;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--color-white);
    line-height: 1.6;
    font-family: var(--font-secondary);
  }

  .header-header-main-nav > ul > li > a:hover, .header-header-main-nav > ul > li > a:active {
    color: var(--color-highlight);
  }

  .header-header-main-nav > ul > li > a:after {
    content: "";
    display: block;
    width: 4em;
    height: 6px;
    background: var(--color-highlight);
    position: absolute;
    bottom: 0;
    left: calc(50% - 2em);
    transform: scaleX(0);
    transition: transform .3s;
  }

  .header-header-main-nav > ul > li > a:hover::after, 
  .header-header-main-nav > ul > li > a:focus::after, 
  .header-header-main-nav > ul > li.active > a::after {
    transform: scaleX(1);
  }

  .primary-nav__dropdown {
    position: absolute;
    top: 100%;
    margin: 0;
    padding: 2rem;
    left: calc(50% - 7.5rem);
    background: var(--color-white);
    max-width: 79.5rem;
    text-align: left;
    font-size: 1rem;
    z-index: 13;
    transform: translateY(-0.5rem);
    box-shadow: 0 0.25rem 0.25rem rgba(0,0,0,.15);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    border-left: 0.75rem solid var(--color-highlight);
    list-style: none;
  }

  .masthead__primary-nav ul > li button {
    background: transparent;
    color: var(--color-white);
    border: none;
    position: relative;
    left: -0.5rem;
    margin-right: -0.5rem;
  }

  .masthead__primary-nav > ul > li button svg {
    transform: scaleY(1);
    transition: transform 0.3s ease-out;
  }

  .header-btn-item .hs-button {
    display: block;
  }

  .masthead__primary-nav .header-main-nav__item:hover .primary-nav__dropdown {
    opacity: 1;
    visibility: visible;
  }

  .masthead__primary-nav .nav-level1 > .header-main-nav__dropdown {
    padding: 0;
  }

  .primary-nav__dropdown .header-main-nav__dropdown {
    list-style: none;
    margin: 0 0 0.5rem;
    padding: 0;
    min-width: 15rem;
    flex: 1 1 0;
  }

  .masthead__primary-nav .nav-level2 > ul.header-main-nav__dropdown > li {
    display: block;
    margin: 0;
    padding: 0;
  }

  .masthead__primary-nav .nav-level2 > ul.header-main-nav__dropdown > li > a {
    display: block;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--color-main);
    padding: 0.25em 0;
    font-family: var(--font-secondary);
  }

  .masthead__primary-nav .nav-level2 > ul.header-main-nav__dropdown > li > a:hover,
  .masthead__primary-nav .nav-level2 > ul.header-main-nav__dropdown > li > a:focus {
    color: var(--c-fourth);
  }

  .primary-nav__dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .nav-level2 .header-main-nav__dropdown-link {
    display: none;
  }

  .header-header-main-nav>ul>li:first-child .primary-nav__dropdown {
    width: 1280px;
    margin: 0 -200px;
  }

  .header-header-main-nav>ul>li .primary-nav__dropdown-1 > .header-main-nav__dropdown {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    min-width: auto;
    flex: inherit;
    gap: 2rem;
    width: 100%;
  }

  .header-header-main-nav>ul>li .header-main-nav__dropdown-item.nav-level2 {
    list-style: none;
    margin: 0 0 0.5rem;
    padding: 0;
    min-width: 15rem;
    flex: 1 1 0;
  }

  .nav-level3 .header-main-nav__link {
    display: block;
    font-size: 1rem;
    line-height: 1.25;
    color: var(--color-main);
    padding: 0.25em 0;
    font-weight: 400;
    text-transform: none;
    padding-left: 0.75em;
    position: relative;
    font-family: var(--font-secondary);
  }

  .nav-level3 ul.header-main-nav__dropdown {
    margin: 0 0 0.5rem;
    padding: 0;
  }

  .nav-level3 ul li.header-main-nav__item {
    display: block;
    margin: 0;
    padding: 0;
  }

  .nav-level3 .header-main-nav__link:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 0.75em;
    background-color: currentColor;
    width: 4px;
    height: 4px;
  }

  .nav-level3 .header-main-nav__link:hover,.nav-level3 .header-main-nav__link:focus {
    color: var(--c-fourth);
  }

  .header-main-nav__item--has-children.is-open .primary-nav__dropdown{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .masthead__primary-nav ul li button svg {
    transform: scaleY(1);
    transition: transform 0.3s ease-out;
  }

  .masthead__primary-nav ul li.is-open button svg {
    transform: scaleY(-1);
  }

  .mobile-navv,
  .mobile-nav_toggle{
    display: none;
  }

  .header-subscribe-form form.hs-form label {
    text-transform: none;
  }

  .header-subscribe-form form .hs-error-msgs.inputs-list {
    top: 0;
    color: var(--color-white);
    margin: 0px !important;
  }


  .header-subscribe-form form .hs_error_rollup {
    display: none;
  }
}

@media (max-width: 1239px){
  .mobile-nav_toggle {
    background: transparent;
    width: 2.5rem;
    height: 2.5rem;
    position: relative;
    border: none;
    padding: 0;
    flex: 0 1 2.5rem;
    border: none;
  }

  .mobile-nav_toggle span {
    display: block;
    width: 1.5rem;
    height: 3px;
    border-radius: 2px;
    background: var(--color-highlight);
    position: absolute;
    left: 0.5rem;
    top: calc(50% - 1px);
  }

  .mobile-nav_toggle span:nth-of-type(1) {
    top: 13px;
  }

  .mobile-nav_toggle span:nth-of-type(2) {
    left: 0.75rem;
    width: 1.25rem;
    transform: rotate(0);
    transition: all .5s;
  }

  .mobile-nav_toggle span:nth-of-type(3) {
    top: 25px;
  }

  .mobile-nav_toggle:hover span:nth-of-type(2) {
    left: 0.5rem;
    width: 1.5rem;
  }

  .header-btn-item {
    display: none;
  }

  .mobile-nav_toggle.is-open {
    background: var(--color-highlight);
  }

  .mobile-nav_toggle.is-open span {
    background: var(--color-main);
  }

  .mobile-nav_toggle.is-open span:nth-of-type(2) {
    left: 0.5rem;
    width: 1.5rem;
    transform: rotate(135deg);
  }

  .mobile-navv {
    display: block;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    transform: translateX(100%);
    background: rgba(26, 64, 104, .95);
    backdrop-filter: blur(6px);
    transition: transform .5s;
    left: 0;
    top: 0;
    padding: 7rem 2rem 2rem 2rem;
    z-index: 1313;
  }

  .mobile-navv.is-open {
    transform: translateX(0%);
    visibility: visible;
  }

  .mobile-navv > * {
    opacity: 0;
    transition: opacity .5s;
  }

  .mobile-navv.is-open > * {
    opacity: 1;
  }

  .mobile-nav__primary-nav {
    padding-bottom: 1rem;
  }

  .header-header-main-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.0625em;
  }

  .header-header-main-nav ul .nav-level1.header-main-nav__item--has-children {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .header-header-main-nav ul li a {
    color: var(--color-white);
    display: block;
    max-width: 360px;
    padding: 0.5em 0;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.6;
    font-family: var(--font-secondary);
    font-size: 17px;
  }

  .header-header-main-nav ul li a:hover,.header-header-main-nav ul li a:focus {
    color: var(--color-highlight);
  }

  .mobile-navv .primary-nav__button {
    background: transparent;
    border: none;
    color: var(--color-white);
    position: relative;
    top: 1px;
    right: 0;
    padding: 1rem;
    width: 3rem;
    display: flex;
    justify-content: center;
    cursor: pointer;
    transition: background .3s;
  }

  .mobile-navv .primary-nav__button svg {
    width: 16px;
    height: 10px;
    transition: all .3s;
  }

  .mobile-navv .primary-nav__dropdown {
    display: none;
    width: 100%;
  }


  .mobile-nav__utility-nav {
    max-width: 24rem;
    text-transform: uppercase;
    padding: 1rem 0;
    border-top: 0.125rem solid var(--color-highlight);
  }

  .utility-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .utility-nav ul li a {
    color: var(--color-white);
    display: block;
    max-width: 360px;
    padding: 0.5em 0;
    font-size: 17px;
    font-family: var(--font-secondary);
    font-weight: 500;
    line-height: 1.6;
  }

  .utility-nav ul li a:hover,.utility-nav ul li a:focus {
    color: var(--color-highlight);
  }

  .mobile-nav__subscribe h3,
  .mobile-nav__search h3{
    Color: var(--color-white);
    font-size: 1.5rem;
    font-family: var(--font-secondary);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0;
    margin-bottom: 0.5em;
  }

  .mobile-nav__subscribe form,
  .mobile-nav__search form{
    max-width: 24rem;
    display: flex;
    margin: 0 0 1em;
  }

  .mobile-nav__subscribe .hs-email {
    width: 100vw;
  }

  .mobile-nav__subscribe form input[type="email"],
  .mobile-nav__search form input[type="search"]{
    padding: 0.75em;
    width: 100%;
    background-color: var(--c-bg-light);
    border: none;
    border-bottom: 0.25rem solid var(--c-fourth);
    max-width: none;
    font-family: var(--font-secondary);
    transition: all 0.3s linear;
    color: var(--c-form-input);
    line-height: normal;
    font-size: 16px;
    font-weight: 500;
  }

  .mobile-nav__subscribe form input[type="submit"],
  .mobile-nav__search form button.search-submit{
    height: 46.5px;
    display: inline-block;
    padding: 0.5em 1em;
    text-align: center;
    background: var(--color-highlight);
    color: var(--color-main);
    border: none;
    font-family: var(--font-secondary);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: .1em;
  }

  .mobile-nav__subscribe form input[type="submit"]:hover,
  .mobile-nav__subscribe form input[type="submit"]:focus,
  .mobile-nav__search form button.search-submit:focus,
  .mobile-nav__search form button.search-submit:hover{
    text-decoration: none;
    background: var(--color-main);
    color: var(--color-highlight);
  }

  .masthead-search.mobile-search {
    margin-top: -18px;
  }
  .mobile-nav__search form input[type="search"]{ 
    font-family: sans-serif;
  }

  .mobile-nav__search form button.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 46px;
  }

  .mobile-nav__search form {
    position: relative;
    margin-bottom: 0;
  }

  .mobile-navv li.is-open .primary-nav__button svg {
    transform: rotate(180deg);
  }

  .mobile-navv li.is-open .primary-nav__dropdown {
    display: block;
    list-style: none;
    padding: 0 0 0.5rem;
    margin: 0;
  }

  html {
    font-size: 1em;
  }


  .header-header-main-nav .nav-level1 .primary-nav__dropdown >ul {
    width: 100%;
    display: flex;
    gap: 1rem;
  }

  .nav-level3.header-main-nav__item--has-children .header-main-nav__dropdown {
    padding-left: 1em;
  }

  .header-header-main-nav .nav-level1 .primary-nav__dropdown >ul>li {
    padding-left: 1em;
    border-left: 0.375rem solid var(--color-highlight);
  }

  .header-header-main-nav .nav-level1 .primary-nav__dropdown >ul>li>a {
    padding: 0;
  }

  .nav-level3.header-main-nav__item--has-children .header-main-nav__dropdown li a {
    font-weight: 400;
    text-transform: none;
    font-size: 19.1914px;
  }

  .header-header-main-nav .nav-level2 >.header-main-nav__dropdown > li>a {
    font-size: 18px;
  }

  .header-header-main-nav .nav-level3 >.header-main-nav__dropdown > li>a {
    font-size: 19.1914px;
  }

  .mobile-nav__subscribe form.hs-form label {
    text-transform: none;
  }

  .mobile-nav__subscribe form .hs-error-msgs.inputs-list {
    top: 0;
    color: var(--color-white);
    margin: 0 0 15px !important;
  }


  .mobile-nav__subscribe form .hs_error_rollup {
    display: none;
  }

}


@media (min-width: 960px){
  .mobile-navv li.is-open .primary-nav__dropdown {
    display: flex;
    gap: 1rem;
  }
}

@media (max-width: 959px){
  .header-header-main-nav .nav-level1 .primary-nav__dropdown>ul {
    flex-direction: column;
    gap: 0;
  }

  /*   .header-header-main-nav ul li a,
  .header-header-main-nav ul,
  .header-header-main-nav .nav-level2>.header-main-nav__dropdown>li>a,
  .header-header-main-nav .nav-level3>.header-main-nav__dropdown>li>a{
  font-size: inherit;
} */
}

@media (max-width: 759px){
  .header-header-main-nav ul li a,
  .utility-nav ul li a,
  .header-header-main-nav .nav-level2>.header-main-nav__dropdown>li>a,
  .header-header-main-nav .nav-level3>.header-main-nav__dropdown>li>a,
  .header-header-main-nav .nav-level1 .primary-nav__dropdown>ul>li,
  .nav-level3.header-main-nav__item--has-children .header-main-nav__dropdown{
    font-size: 16px;
  }
}

/* Menus
-------------------------------------------- */

/* Mobile Nav */

.mobile-nav {}

.mobile-nav__toggle {
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.mobile-nav__toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--blue-medium);
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.mobile-nav__toggle span:nth-child(1) {
  top: 8px;
}
.mobile-nav__toggle span:nth-child(2),
.mobile-nav__toggle span:nth-child(3) {
  top: 15px;
}
.mobile-nav__toggle span:nth-child(4) {
  top: 22px;
}
.mobile-nav__toggle.is-open span:nth-child(1) {
  top: 15px;
  width: 0%;
  left: 50%;
}
.mobile-nav__toggle.is-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-nav__toggle.is-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-nav__toggle.is-open span:nth-child(4) {
  top: 15px;
  width: 0%;
  left: 50%;
}

.mobile-nav__list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  margin: 0 -2rem;
  padding: 0;
  list-style: none;
  /* border-bottom: 4px solid var(--super-light); */
  z-index: 113;
}
.mobile-nav__list.is-open {
  display: block;
}
.mobile-nav__item {
  position: relative;
}
.mobile-nav__link {
  display: block;
  padding: 1rem 2rem;
  background-color: var(--super-light);
  border-top: 1px solid var(--grey-light);
  text-transform: uppercase;
}
.mobile-nav__link:hover,
.mobile-nav__link:active,
.mobile-nav__link:focus {
  background-color: var(--blue-bright);
  color: var(--white);
}

.mobile-nav__dropdown-toggle {
  background: var(--white);
  border: none;
  position: absolute;
  top: 1px;
  right: 0;
  height: calc(100% - 1px);
  width: 4rem;
  display: flex;
  justify-content: center;
  cursor: pointer;
  transition: background .3s;
}
.mobile-nav__dropdown-toggle::before,
.mobile-nav__dropdown-toggle::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  border-radius: 2px;
  background-color: var(--blue-medium);
  left: calc(50% - 10px);
  top: 2rem;
  transform: rotate(180deg);
  transition: transform .3s;
}
.mobile-nav__dropdown-toggle::after {
  transform: rotate(90deg);
}

.mobile-nav__dropdown-toggle.is-open {
  background: var(--blue-bright);
}
.mobile-nav__dropdown-toggle.is-open::before {
  transform: rotate(45deg);
}
.mobile-nav__dropdown-toggle.is-open::after {
  transform: rotate(-45deg);
}

.mobile-nav__list .mobile-nav__list {
  position: relative;
  background-color: var(--white);
  margin: 0;
}
.mobile-nav__list .mobile-nav__list .mobile-nav__link {
  background-color: var(--white);
}
.mobile-nav__list .mobile-nav__list .mobile-nav__link:hover,
.mobile-nav__list .mobile-nav__list .mobile-nav__link:active,
.mobile-nav__list .mobile-nav__list .mobile-nav__link:focus {
  background-color: var(--blue-light);
  color: var(--blue-medium);
}

@media (min-width: 1102px) {
  .mobile-nav {
    display: none;
  }
}

/* Main Nav */

.main-nav {
  display: none;
}

@media (min-width: 1102px) {
  .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2.5rem 0 1rem;
  }
  .main-nav__list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .main-nav__list>li {
    position: relative;
  }
  .main-nav__link {
    display: block;
    font-size: 1rem;
    padding: .5rem .625rem;
    color: var(--blue-medium);
    font-weight: 800;
    text-transform: uppercase;
  }
  .main-nav__link.active-branch {
    color: var(--dark);
  }
  .main-nav__link:hover,
  .main-nav__link:active,
  .main-nav__link:focus {
    color: var(--blue-bright);
  }

  .main-nav__dropdown {
    position: absolute;
    right: 0;
    top: -9999px;
    margin: 0;
    padding: 1rem 0;
    border-radius: .75rem 0 .75rem .75rem;
    list-style: none;
    width: 15rem;
    background: var(--blue-medium);
    text-align: right;
    font-size: 1rem;
    z-index: 13;
    transform: translateY(-.5rem);
    transition: transform .3s;
  }
  .main-nav__dropdown::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 .5rem 1rem;
    border-color: transparent transparent var(--blue-medium) transparent;
    position: absolute;
    right: 0;
    top: 0;	
    transition: top .3s;	
  }
  .main-nav__dropdown-item {
    border-top: 1px solid rgba(255,255,255,.1); 
  }
  .main-nav__dropdown-item:first-of-type {
    border-top: none; 
  }
  .main-nav__dropdown-link {
    display: block;
    padding: .25rem 1rem;
    color: var(--white);
    text-transform: uppercase;
  }
  .main-nav__dropdown-link:hover,
  .main-nav__dropdown-link:active,
  .main-nav__dropdown-link:focus {
    color: var(--blue-bright);
  }
  .main-nav__list>li:hover .main-nav__dropdown {
    top: auto;
    transform: translateY(0);
  }
  .main-nav__list>li:hover .main-nav__dropdown::after {
    top: -0.5rem;
  }
}

.masthead-v2 button {
  outline: none !important;
}

.masthead-v2 .utility-nav {
  display: block !important;
}

.masthead-v2 img {
  max-width: 200px !important;
}

@media (max-width: 1239px) {
  .masthead-v2 .mobile-nav__subscribe form.hs-form label {
    margin: 0;
    display: block;
  }
  .masthead-v2 .header-header-main-nav .nav-level1 .primary-nav__dropdown>ul {
    display: block;
  }
}
/* Footer
-------------------------------------------- */
.footer--lp {
  background: var(--color-main);
  color: var(--color-white);
  text-align: center;
}
.footer--lp a {
  color: var(--color-white);
} 
.footer--lp a:hover {
  color: var(--color-second);
}
.footer--lp__disclaimer {
  font-size: .875rem;
  padding: 1em;
  border-top: 1px solid var(--color-white)
}
/* .footer--lp .footer-logos-img {
  width: 500px;
} */
.footer-form form .hs-fieldtype-text input {
  background: var(--color-white);
}
