/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section>.row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  /* nick updated  why is this here? This just causes issues with the site heros */

  /* padding: 0 1rem; */
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
/**
Hamburger
**/
:root {
    --hamburger-padding-y: 15px;
    --hamburger-padding-x: 15px;
    --hamburger-layer-width: 30px;
    --hamburger-layer-spacing: 6px;
    --hamburger-layer-height: 4px;
    --hamburger-layer-color: #000;
    --hamburger-layer-border-radius: 4px;
    --hamburger-hover-opacity: 1;
    --hamburger-active-layer-color: #000; 
    --hamburger-active-hover-opacity: 1;
  }
  
  .hamburger {
    padding: var(--hamburger-padding-y) var(--hamburger-padding-x);
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    height:24px;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    padding: 0;
    cursor: pointer;
  }
  
  .hamburger:hover {
    opacity: var(--hamburger-hover-opacity);
  }
  .hamburger--active {
    opacity: var(--hamburger-active-hover-opacity);
  }
  
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    background-color: var(--hamburger-active-layer-color);
  }
  
  .hamburger-box {
    width: var(--hamburger-layer-width);
    height: calc(
      var(--hamburger-layer-height) * 3 + var(--hamburger-layer-spacing) * 2
    );
    display: inline-block;
    position: relative;
  }
  
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: calc(var(--hamburger-layer-height) / -2);
  }
  
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: var(--hamburger-layer-width);
    height: var(--hamburger-layer-height);
    background-color: var(--hamburger-layer-color);
    border-radius: var(--hamburger-layer-border-radius);
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  
  .hamburger-inner::before,
  .hamburger-inner::after {
    content: "";
    display: block;
  }
  
  .hamburger-inner::before {
    top: calc(
      (var(--hamburger-layer-spacing) + var(--hamburger-layer-height)) * -1
    );
  }
  
  .hamburger-inner::after {
    bottom: calc(
      (var(--hamburger-layer-spacing) + var(--hamburger-layer-height)) * -1
    );
  }
  
  .hamburger .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .hamburger .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  }
  
  .hamburger .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease,
      transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  
  .hamburger--active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .hamburger--active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  }
  .hamburger--active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease,
      transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/



.header {
  position:relative;
  z-index: 3;
  display:flex;
  justify-content: space-between;
  align-items: center;

  padding-bottom: 0;
  border-bottom: 1px solid #ddd;
  flex-wrap:wrap;
}

.header__main {

  padding-top:20px;
  padding-bottom:20px;
}
button.header__hamburger:hover {
  background:none;
}
.header__container {
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding-left:16px;
  padding-right:16px;
  width:100%;
  max-width:1600px;
  margin:0 auto;
}

.header__logo {
  position: relative;
  z-index: 2;
}
.header__logo a {
  display:flex;
}
.header__logo svg {
  max-width:100%;
  height:auto;
}

.header__nav {
  display: flex;
  flex-direction: column;
  min-height:80px;
  position:absolute;
  width:100%;
  height:100vh;
  position: absolute;
  width: 100%;
  background-color:#fff;
  height: 100vh;
  top: 0;
  left: 0;
  padding-top: 100px;
  padding-left:30px;
  padding-right:30px;
  transform:translateX(-100%);
  opacity:0;
  transition:all .4s;
  padding-left:10px;
  padding-right:10px;
}

.header__nav--active {
  opacity:1;
  transform:translateX(0);
}
.nav__list {
  padding:0;
  margin:0;
  overflow-y: visible;
}


.header__search-icon, button.header__search-icon:hover, button.header__search-icon:focus   {
  background-size: 25px 25px;
  background:transparent;
  border: none;
  display: block;
  cursor: pointer;
  height: 18px;
  width: 18px;
  margin-left: 10px;
  padding: 0;
  border-radius: 0;
  background-size:100%;
  background-repeat: no-repeat;
  background-position:center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
}

button.header__search-icon--close, button.header__search-icon--close:hover, button.header__search-icon--close:focus {
  background-size:32px 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23fff' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.header__search-button:hover,.header__search-button:focus {
  background-color: #ee3224;
}

.nav__items {
  list-style-type: none;
  /* font-weight: bold; */
  max-width: 100%;

}
.header__buttons {
  display:flex;
  gap:30px;
  align-items: center;
}
.header__cta {
  display:block;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:30px;
  padding-right:30px;
  color:#fff;
  background-color: #ee3224;
  text-transform: uppercase;
  -webkit-font-smoothing:antialiased;
  text-align:center;
  position:absolute;
  bottom:20px;
  right:30px;
  left:30px;
  border-radius:40px;
}


.nav__items a {
  text-decoration:none;
  color: #434343;
  text-decoration: none;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  padding-bottom:20px;
  display:flex;
  justify-content: space-between;
  font-family: 'Helvetica Neue',sans-serif;
}
.nav__items > a::after {
  content:"";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23fff' class='bi bi-chevron-compact-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.553 6.776a.5.5 0 0 1 .67-.223L8 9.44l5.776-2.888a.5.5 0 1 1 .448.894l-6 3a.5.5 0 0 1-.448 0l-6-3a.5.5 0 0 1-.223-.67z'/%3E%3C/svg%3E");
  background-size:32px 32px;
  height:32px;
  width:32px;
  display:block;
  transition:all .3s;
}


.nav__items:hover a {
  /* color:rgba(0,24,46,1.0); */
  color: #434343;
  font-family: 'Helvetica Neue',sans-serif;
  background-color: transparent;
}

.nav__subnav {
  display: none;
  margin-left: 10px;
  padding-left: 10px;
  font-weight: normal;

  list-style-type: none;
}

.nav__items--show .nav__subnav {
  display: flex;
  flex-direction: column;
}

.nav__subnav-items a {
  font-size: 16px;
  color: #434343;
}


.nav__items > a {
  border-radius:4px;
  padding-left:10px;
  padding-right:10px;
  margin-bottom:10px;
  padding-bottom:10px;
  padding-top:10px;
  text-transform:uppercase;
  font-weight:bold;
  color: #434343;
  font-family: 'Helvetica Neue',sans-serif;


}

.nav__items > a:active, .nav__items > a:hover {
  color: #434343;
  font-weight:bold;
  font-family: 'Helvetica Neue',sans-serif;
}

.nav__items--show > a {
  background-color:rgba(255, 255, 255, 12%);

}

.nav__items--show a::after {
  transform:rotate(180deg);
}

.header__search-heading {
  display:none;
}

.header__search {
  width:100%;
  display:none;
  position: absolute;


  background-color:#F1F2F3;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;


  position: absolute;
  top: 40px;
  width: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 20;
  height: auto;
  border-bottom: 4px solid #ee3224;
}

.header__search--show {
  display:block;
}

.header__search-heading {
  color:#000;
  margin:0;
  font-weight:normal;
  font-weight:600;
  -webkit-font-smoothing:antialiased;
  font-size:28px;
  padding-bottom:15px;
}
.header__search-input {
  width:100%;
  padding-top:10px;
  padding-bottom:10px;
  background-color:#fff;
  padding-left:15px;
  padding-right:15px;
  border:none;
  background-color:#fff;
}
.header__search a {
}
.header__search li {
  margin-bottom:10px;
}
.header__search ul {
  list-style-type: none;
  padding:0;
}
.header__search-form {
  display:flex;
  justify-content: space-between;
  /* gap:20px; */
}

.header__search-form button {
  border-radius:0;
  background-color:;
  fill:#fff;
  border:none;
  border-radius:3px;
  margin-left:20px;
}
.header__search-container {
  max-width:1200px;
  padding-top:40px;
  padding-bottom:40px;
  margin:0 auto;
  padding-left:20px;
  padding-right:20px;
}

@media (min-width: 576px) {
  .nav__items-heading {
    font-size: 16px;
  }
}
.header__menu-wrapper {
  margin-left:auto;
}


/*  Seondary menu */
.header__secondary {
  background-color:#000;
  width:100%;
  display:none;
  border-bottom: 6px solid #ee3224;
}

.header__secondary li {
  padding-bottom:0;
}

.header__menu-items {
  display:inline-flex;
  list-style:none;
  height:100%;

  gap:5px;
  align-items:center;
  margin-left:auto;
  padding: 0;
  margin: 0;
  margin-left:auto;
}
.header__menu-items a {
  color:#fff;
  padding-top:10px;
  padding-bottom:10px;
  font-size:14px;
  display:inline-flex;
  align-items:center;
  padding-left:10px;
  padding-right:10px;
  text-decoration:none;
}
.header__menu-items a:hover, .header__menu-items a:active {
  background-color: #434343;
  color: #fff;
  text-decoration:none;
}


.nav__list {
  list-style-type:none;
}

.nav__cta:hover, a.nav__cta:active  {
  color:#fff;
  background-color: #ee3224;
  font-weight:bold;
  text-decoration:none;
}

.nav__cta {
  display:block;
  padding-left:20px;
  padding-right:20px;
  margin-top: 20px;
  align-self:center;
  margin-left: 10px;
  color: rgb(255, 255, 255);
  background-color: #ee3224;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
  border-radius: 3px;
  font-weight: bold;
  height:auto;
  text-decoration:none;
  font-size: 14px;
}

.header__container {
  padding-left:32px;
  padding-right:32px;
  max-width:1600px;
}

@media (max-width: 767px) {
  .header__container {
    padding-left:16px;
    padding-right:16px;
  }
}


@media screen and (min-width: 1600px) {
  .header__container {
    padding-left:16px;
    padding-right:16px;
  }
}



@media (min-width: 992px) {
  .header {
    display: flex;

    padding-bottom:0;

  }


  .header__main {
    padding-top:0;
    padding-bottom:0;
  }
  .header__secondary {
    display:flex;
  }
  .nav__list {
    display: flex;
    margin:0;
  }

  .nav__items {
    z-index:1;
    padding-right: 0;
    padding-bottom: 0;

  }

  .nav__items > a {
    display:flex;
    align-items:center;
    height:100%;
  }

  /* .nav__items:last-child {
  margin-right: 40px;
} */
  .nav__items:hover a {
    color:rgba(0,24,46,1.0);
    text-decoration:none;
  }
  .nav__items-heading {
    padding: 10px;
    font-size: 20px;
    display:block;

  }
  .nav__items--show .nav__items-heading {
    background-color: #ffffff;
    color: #4EB8C3;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }

  .nav__items a {
    font-size: 16px;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:10px;
    margin-bottom:0;
  }

  .nav__items a::after {
    display:none;
  }

  .nav__subnav-items {
    display:block;
    width:100%;

  }
  .nav__subnav-items a {
    padding-left:15px;
    padding-right:15px;
    font-size:14px;
    padding-top:15px;
    transition: background-color .2s;
    display:block;
    font-size:14px;
  }

  .nav__subnav-items a:hover {
    background-color:#F1F2F3;
  }


  .nav__subnav {
    padding: 0;
    margin: 0;
    background-color: #f7f7f7;
    min-width:220px;
    padding-top:10px;
    padding-bottom:10px;
    position:absolute;

    width:100%;

    border-bottom: 6px solid #ee3224;

    left: 0;
  }

  .nav__items--show .nav__subnav {
    display:grid;
    grid-template-columns:1fr 1fr;

  }
  .nav__subnav-items a {
    color: #364556;
    padding: 5px 5px 5px 10px;
    padding-left:15px;
    padding-top:10px;
    padding-bottom:10px;
    padding-right:15px;
    font-size: 15px;
  }
  .header__nav {
    align-items: stretch;
    flex-direction: row;
    margin-left:auto;
    height:auto;
    width:auto;
    position:static;
    padding-top:0;
    margin-right:0;
    transform:none;
    position:relative;
    padding-left:0;
    padding-right: 0;
    opacity:1;
  }


  .header__hamburger {
    display:none;
  }

  .header__cta {
    display:none;
  }

  .nav__items:hover a {
    background-color: #f7f7f7;
  }

}

.sticky-header {
  top:0;
  position:sticky;
  z-index:4;
}
@media (min-width: 992px) {
/*   .nav__list .nav__items:nth-of-type(4) {
    display: none;
  } */
  
  .nav__list .nav__items.item-mobile {
    display: none;
  }
}

@media(max-width: 991px) {
  .nav__cta {
    font-size: 24px;
    text-align: center;
    padding: 12px 20px;
  }
  
  .nav-items-mobile {
    display: flex;
    flex-direction: column-reverse;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}