*, *: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;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.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: 0;
  -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.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.container-fluid {
  *zoom: 1;
}

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

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 1em;
  padding-right: 1em;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 768px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .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: 0;
    -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.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

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

.content-wrapper, .dnd-section > .row-fluid {
    max-width: 100%;
}

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

.dnd-section .dnd-column {
  padding: 0 1em;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 16px;
}

body {
  font-family: ;
  font-size: ;
  color: ;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::selection {
    background: #051d63;
    color: #ffffff;
    text-shadow: none;
}
img {
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
p {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: ;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 32px;
  line-height: 1.2;
  font-weight: ;
  font-family: ;
  color: ;
  word-break: break-word;
}
.body-container-wrapper li{
    margin-bottom: 0.625rem;
}
h1 {
  line-height: 1.25;
  margin-bottom: 1.875rem;
}

h2 {
  line-height: 1.25;
  margin-bottom: 1.25rem;
}

h3 {
  line-height: 1.23;
  margin-bottom: 1.25rem;
}

h4 {
  line-height: 1.45;
  margin-bottom: 0.9375rem;
}

h5 {
  line-height: 1.37;
  margin-bottom: 0.625rem;
}

h6 {
  line-height: 1.75;
  margin-bottom: 0.625rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left:30px;
}

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

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

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}
@media (min-width: 600px){
h1{
        line-height: 1.13;
}
}
@media (min-width: 790px){
  h1{
    line-height: 1.2;
  }
  h2 {
    line-height: 1.13;
  }

  h3 {
    line-height: 1.25;
  }

  h4 {
    line-height: 1.23;
  }

  h5 {
    line-height: 1.3;
  }

  h6 {
    line-height: 1.37;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: 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,
 .submitted-message {
   max-width: ;
   font-family: ;
 }
 
 .hs-button,
 .button--primary {
   border-radius: 24px;
    text-transform: uppercase;
   border-style:unset;
    transition: box-shadow 350ms ease,transform 350ms ease,-webkit-transform 350ms ease;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 1.5rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: normal;
    margin: 15px 0 0.5em;
       outline: 0!important;
   color: white!important; 
   background-color: #051D63!important;
 }
 
 .hs-button:hover,
 .button--primary:hover {
   -ms- box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-transform: translate(0px,-1px);
    -ms-transform: translate(0px,-1px);
    transform: translate(0px,-1px);
   background-color: #15C2F2!important;
   color: white!important;
   
}
 
 
 form label {
    font-size: 0.625rem;
    line-height: 1.6;
    display: block;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin: 0 0 0.625rem 0;
    text-transform: uppercase;
 }
 
 form .hs-error-msgs label {
       margin-top: .5rem;
     color: red !important;
     display: block;
 }
 
 .hs-input,
 input#hs-pwd-widget-password {
   display:block;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #E1E3EA;
    border-radius: 0;
    font-size: 0.9375rem;
    height: 2.75rem;
    line-height: 1.4666666667;
    padding: 0.6666666667em 0;
        outline: 0!important;
    max-width: 100%;
       width: 100%;
 }
 input#hs-pwd-widget-password {
 height: 45px!important;
 }
 .hs-input:focus,
 input#hs-pwd-widget-password:focus {
   outline: 0;
 }
 
 .hs-input[type=checkbox],
 .hs-input[type=radio] {
   cursor: pointer;
   width: auto!important;
   height: auto!important;
   display:inline-block;
   padding: 0;
   margin: 3px 5px 3px 0px;
   line-height: normal;
   border: none;
       vertical-align: middle;
 }
 .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
   margin-bottom:20px;
}
 .hs-input[type=file] {
   background-color: #fff;
   padding: initial;
   border: initial;
   line-height: initial;
   box-shadow: none;
 }
 
 .hs-input:-moz-placeholder {
    color: rgb(117, 117, 117);
 }
 .hs-input::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
 }
 
 textarea.hs-input {
   height: 131px;
 }
 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: red;
 }
 
 
 .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!important;
   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;
 }
 
 .hs-form-field{
   margin-bottom:40px;
 }
 
 .hs-field-desc {
   color: ;
   margin: 0px 0px 6px;
   font-size: 14px;
 }
 
 .hs-form-required {
   color: red;
   margin-left: 4px;
 }
 
 .hs-richtext {
   margin-bottom: 3px;
   line-height: 1.2;
   font-size: ;
   color: ;
 }
 .hs-richtext hr {
   text-align: left;
   margin-left: 0;
   width: 91%;
 }
 
 .grecaptcha-badge {
   margin: 0;
 }
 
 .email-correction, .email-validation {
   padding-top: 3px;
   font-size: 12px;
 }
 .email-correction a,
 .email-validation a {
   cursor: pointer;
 }
 
 #hs-search-module form input {
   margin-bottom: 20px;
 }
 
 
 @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: ;
 }
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* ******************************************************************************
*********************************************************************************
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 .navigation-primary>ul:after,
.header .navigation-primary>ul:before{
  content:"";
  clear:both;
  display:block;
}
header.header{
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 9px 0 rgb(46 50 60 / 9%);
  box-shadow: 0 3px 9px 0 rgb(46 50 60 / 9%);
  width: 100%;
  width: 100%;
  z-index: 100;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  will-change: transform;
  transition: all .2s linear;
}

 header.header.header-hide{
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-bottom: 100px;
}

header.header.header-show{
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
header.header .content-wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
  padding-left: 1em;
  padding-right: 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  min-height: 6.25rem;
  position: relative;
}
.header .header__logo{
  height: 98px;
  overflow: hidden;
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header .hamburger {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  margin: 0;
  overflow: visible;
  padding: 0.9375rem 0.9375rem;
  text-transform: none;
  -webkit-transition-property: opacity,-webkit-filter;
  transition-property: opacity,-webkit-filter;
  -o-transition-property: opacity,filter;
  transition-property: opacity,filter;
  transition-property: opacity,filter,-webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.header .header__logo a {
  display: block;
  max-width: 100%;
}

.header .header__logo img{
  width:130px!important;
  border-style: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.header .header__navigation{
}

.header .navigation-primary>ul{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.header .navigation-primary>ul>li{
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
}
.header .navigation-primary>ul>li:last-child {
  margin-right: 0;
}
.header .navigation-primary>ul>li:last-child>a:hover {
   -ms- box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-transform: translate(0px,-1px);
    -ms-transform: translate(0px,-1px);
    transform: translate(0px,-1px);
}
.header .navigation-primary>ul>li>a{
  font-weight: 400;
  background-color: transparent;
  color: #444;
  text-decoration: none;
  -webkit-transition: color 350ms ease-out;
  -o-transition: color 350ms ease-out;
  transition: color 350ms ease-out;
  outline-offset: 0.125em;
  -webkit-text-decoration-skip: objects;
  font-size: 1rem;
  line-height: 1.75;
  display: block;
  padding: 0.9375rem;
  position: relative;
  text-decoration: none;
}

/*Kate added this*/
.header .navigation-primary>ul>li>a:hover{
  color:#15C2F2;
}


.header .navigation-primary>ul>li>ul{
  -ms-flex-line-pack: center;
  align-content: center;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  background: white;
}


.header .navigation-primary>ul>li>ul>li{
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
}

.header .navigation-primary>ul>li>ul>li>a{
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: color 350ms ease-out;
  -o-transition: color 350ms ease-out;
  transition: color 350ms ease-out;
  outline-offset: 0.125em;
  -webkit-text-decoration-skip: objects;
  font-size: 1rem;
  line-height: 1.75;
  display: block;
  min-width: 100%;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.9375rem;
  position: relative;
  color: #444;
}

/*Kate added this*/
.header .navigation-primary>ul>li>ul>li>a:hover{
  background-color:#15C2F2;
  color:white;
}

.header .child-trigger {
  height: 10px;
  overflow: hidden;
  width: 10px;
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent)),url(//5695628.fs1.hubspotusercontent-na1.net/hubfs/5695628/raw_assets/public/Clear_ballot_December2021/images/mobile-arrow-down.svg);
  background-image: -o-linear-gradient(transparent,transparent),url(//5695628.fs1.hubspotusercontent-na1.net/hubfs/5695628/raw_assets/public/Clear_ballot_December2021/images/mobile-arrow-down.svg);
  background-image: linear-gradient(transparent,transparent),url(//5695628.fs1.hubspotusercontent-na1.net/hubfs/5695628/raw_assets/public/Clear_ballot_December2021/images/mobile-arrow-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  font-size: 100%;
  margin-left: 5px;
  position: absolute;
  right: 0;
  top: 22px;
}
.header .hamburger-box {
  display: inline-block;
  height: 24px;
  position: relative;
  width: 40px;
}

.header .hamburger .hamburger-inner {
  -webkit-transition-duration: 0.22s;
  -o-transition-duration: 0.22s;
  transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
  -o-transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
  transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
  display: block;
  top: 50%;
   transition: all .2s linear;
}
.header .hamburger .hamburger-inner,
.header .hamburger .hamburger-inner::before,
.header .hamburger .hamburger-inner::after {
  background-color: #111111;
  border-radius: 4px;
  height: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  width: 40px;
  transition: all .2s linear;
}
.header .hamburger .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in,opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in,opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in,opacity 0.1s ease-in;
  top: -10px;
}
.header .hamburger .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in,-webkit-transform 0.22s cubic-bezier(0.55,0.055,0.675,0.19);
  transition: bottom 0.1s 0.25s ease-in,-webkit-transform 0.22s cubic-bezier(0.55,0.055,0.675,0.19);
  -o-transition: bottom 0.1s 0.25s ease-in,transform 0.22s cubic-bezier(0.55,0.055,0.675,0.19);
  transition: bottom 0.1s 0.25s ease-in,transform 0.22s cubic-bezier(0.55,0.055,0.675,0.19);
  transition: bottom 0.1s 0.25s ease-in,transform 0.22s cubic-bezier(0.55,0.055,0.675,0.19),-webkit-transform 0.22s cubic-bezier(0.55,0.055,0.675,0.19);
  bottom: -10px;
}
.header .hamburger .hamburger-inner::before, 
.header .hamburger .hamburger-inner::after {
  content: "";
  display: block;
}

.header .hamburger.open .hamburger-inner {
  -webkit-transition-duration: 0.22s;
    -o-transition-duration: 0.22s;
    transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    -o-transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
  -o-transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
  transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
}

.header .hamburger.open .hamburger-inner::before {
  opacity: 0;
  top: 0;
  -webkit-transition: top 0.1s ease-out,opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out,opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out,opacity 0.1s 0.12s ease-out;
}

.header .hamburger.open .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out,-webkit-transform 0.22s 0.12s cubic-bezier(0.215,0.61,0.355,1);
  transition: bottom 0.1s ease-out,-webkit-transform 0.22s 0.12s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: bottom 0.1s ease-out,transform 0.22s 0.12s cubic-bezier(0.215,0.61,0.355,1);
  transition: bottom 0.1s ease-out,transform 0.22s 0.12s cubic-bezier(0.215,0.61,0.355,1);
  transition: bottom 0.1s ease-out,transform 0.22s 0.12s cubic-bezier(0.215,0.61,0.355,1),-webkit-transform 0.22s 0.12s cubic-bezier(0.215,0.61,0.355,1);
}

.header .hamburger:hover {
    opacity: 0.7;
}
@media (min-width: 56.25em){
  .header .hamburger {
    display: none;
  }
  .header .navigation-primary>ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .navigation-primary>ul>li.has-submenu{
    margin-right: 5px;
  }
  .header .navigation-primary>ul>li:last-child>a{
    background-color: #051d63;
    border: 0;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 1.5rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 350ms ease-in;
    -o-transition: background-color 350ms ease-in;
    transition: background-color 350ms ease-in;
    vertical-align: top;
    white-space: normal;
    border-radius: 24px;
    text-transform: uppercase;
    transition: box-shadow 350ms ease,transform 350ms ease,-webkit-transform 350ms ease;
    margin-left: 0.625rem;
  }
  .header .navigation-primary>ul>li:last-child>a:hover{
    background-color:#15C2F2;
  }  
  .header .navigation-primary>ul>li>a{
    font-size: 1rem;
    line-height: 1.37;
  }
  .header .navigation-primary>ul>li>ul{
    border-radius: 8px;
    left: 0;
    position: absolute;
    width: auto;
  }
  .header .navigation-primary>ul>li>ul>li{
    z-index: 2;
  }
  .header .navigation-primary>ul>li>ul>li:first-child>a{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .header .navigation-primary>ul>li>ul>li>a{
    text-decoration: none;
    -webkit-transition: color 350ms ease-out;
    -o-transition: color 350ms ease-out;
    transition: color 350ms ease-out;
    outline-offset: 0.125em;
    -webkit-text-decoration-skip: objects;
    -webkit-transition: background-color 200ms ease,color 200ms ease;
    -o-transition: background-color 200ms ease,color 200ms ease;
    transition: background-color 200ms ease,color 200ms ease;
  }
  .header .navigation-primary>ul>li:hover>ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible;
  }
  .header .navigation-primary>ul>li>ul>li:last-child>a{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
}


@media (min-width: 790px){
  .header .navigation-primary>ul>li>a,
  .header .navigation-primary>ul>li>ul>li>a{
    font-size: 1rem;
    line-height: 1.37;
  }
}

@media (min-width: 900px) and (max-width:1022px){
  .header .navigation-primary>ul>li>a {
    font-size: 14px;
    padding: 11px;
  }
  .header .child-trigger {
    top: 18px;
}
}
@media (max-width:899px){
 .header  .custom-menu-primary{
    display:none;
    background: #ffffff;
    height: 100vh;
    left: 0;
    min-height: 100vh;
    padding: 0 1em;
    position: absolute;
    top: 100px;
    width: 100%;
  }
  .header .custom-menu-primary.open-menu{
  display:block;
  }
  .header .navigation-primary>ul>li>ul>li,
  .header .navigation-primary>ul>li {
    display: block;
    width: 100%;
  }
  .header .navigation-primary>ul>li>ul>li>a,
  .header .navigation-primary>ul>li>a{
    font-size: 1rem;
  }
  .header .navigation-primary>ul>li>ul>li>a:hover{
    color: #051d63!important;
  }
  
  .header .navigation-primary>ul>li>ul>li>a{
    background:transparent!important;
    color: #2E323C!important;
  }

  .header .navigation-primary>ul>li>a:hover{
    color: #2E323C!important;
  }
  .custom-menu-primary nav.navigation-primary>ul>li:last-child>a{
    background:transparent!important;
    box-shadow:none!important;
    /*color: rgba(46,50,60,1.0)!important;*/
    color: #15C2F2!important;
        transform: none!important;
  }
  .header .navigation-primary>ul>li>ul{
    display: none;
    opacity: 1;
    visibility: visible;
    background: #f5f6f9!important;
  }
}
footer.footer {
  border-top: 1px solid #f5f6f9;
  padding: 4.375rem 0;
  width: 100%;
}
.footer li.active.active-branch a{
    text-decoration: underline!important;
}
.footer .top-footer{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 2.5rem;
}

.footer .left-col{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 1.25rem;
  width: 100%;
}

.footer .social-icons{
  width: 100%;
}

.footer_logo img{
   width:130px!important;
}

.footer .footer_logo{
  height: 98px;
  overflow: hidden;
  width: 130px;
  margin: 0 0 0.9375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer .footer-menu-primary{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.footer .footer-menu-primary .hs-menu-wrapper>ul{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 0.9375rem 0;
  padding: 0;
  width: 100%;
  position: relative;
    top: 1px;
}

.footer .privacy-menu .hs-menu-wrapper>ul a:hover,
.footer .footer-menu-primary .hs-menu-wrapper>ul a:hover{
text-decoration: none;
}
.footer .footer-menu-primary .hs-menu-wrapper>ul a{
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: color 350ms ease-out;
  -o-transition: color 350ms ease-out;
  transition: color 350ms ease-out;
  outline-offset: 0.125em;
  -webkit-text-decoration-skip: objects;
  font-size: 0.875rem;
  line-height: 1.42;
  display: block;
  padding: 0.9375rem;
  position: relative;
  text-decoration: none;
}

.footer .footer-menu-primary .hs-menu-wrapper>ul>li:last-child>a{
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1.5rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 350ms ease-in;
  -o-transition: background-color 350ms ease-in;
  transition: background-color 350ms ease-in;
  vertical-align: top;
  white-space: normal;
  border-radius: 24px;
  text-transform: uppercase;
  transition: box-shadow 350ms ease,transform 350ms ease,-webkit-transform 350ms ease;
  margin-left: 0.625rem;
  font-size: 0.875rem;
  text-decoration:none!important;
  background: #C70000;
  color: white;
}
.footer .footer-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover {
     -ms- box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-transform: translate(0px,-1px);
    -ms-transform: translate(0px,-1px);
    transform: translate(0px,-1px);
    background: #15C2F2;
    color: white;
}
.footer .bottom-footer{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f5f6f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.25rem 0;
}
.footer .copyright {
  font-size: 0.75rem;
  line-height: 1.5;
}
.lp-footer .bottom-footer{
padding:35px 0;
}

.footer .privacy-menu .hs-menu-wrapper>ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.footer .privacy-menu .hs-menu-wrapper>ul a{
  font-weight: 400;
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: color 350ms ease-out;
  -o-transition: color 350ms ease-out;
  transition: color 350ms ease-out;
  outline-offset: 0.125em;
  -webkit-text-decoration-skip: objects;
  font-size: 0.75rem;
  line-height: 1.5;
  display: block;
  padding: 0.9375rem;
  position: relative;
  text-decoration: none;
}

@media (min-width: 37.5em){
  .footer .footer_logo{
    height: 75px;
    overflow: hidden;
    width: 100px;
    margin: 0 2.5rem 0 0;
  }
  .footer .footer-menu-primary .hs-menu-wrapper>ul,
  .footer .footer-menu-primary{
    -webkit-box-align: none;
    -ms-flex-align: none;
    align-items: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    width: auto;
  }
  .footer .footer-menu-primary{
    margin-top: -2px;
}
}
@media (min-width: 56.25em){
  .footer .top-footer{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer .left-col{
    padding-bottom: 0;
    width: auto;
  }
  .footer .social-icons{
    width: auto;
  }
  .footer .bottom-footer{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 599px){
.footer .footer-menu-primary{
    margin-top: -1px;
    margin-bottom: 1px;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.IE .home-banner .hero__background{
display:block;
}
.red-button{
  background-color: #c70000!important;
  margin-top:0;
  color: white;
}

/*Kate added this, it did nothing
.red-button .hs-button a {
  border-width: 0px;
}


.red-button .hs-button a:hover {
  color: white!important;
  background-color: #15C2F2;
} */

/* .contact-form-section form .hs_submit.hs-submit{
  margin-bottom: 208px;
} */
body.No_banner {
  padding-top: 100px;
}

.contact-form-section .hs-button{
  margin-top:0;
}
.contact-form-section .contact__image {
  display: none;
}
.hs-contact-main div.widget-type-linked_image img {
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 25% 0%;
  object-position: 25% 0%;
  font-family: "object-fit: cover; object-position: 25% 0%";
  width: 100%;
  height: 100%!important;
  min-height: 584px;
}

.contact-form-section form h2 {
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}

.contact-form-section{
  padding:70px 0;
}
.contact-form-section .contact__form {
  width: 100%;
}

.contact-form-section .contact__image img {
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 25% 0%;
  object-position: 25% 0%;
  font-family: "object-fit: cover; object-position: 25% 0%";
  width: 100%;
  height: 100%!important;
}

.container-fluid.body-container.migration .hs-button{
  margin-bottom:30px;
}
@media (min-width: 50em){
  .contact-form-section .contact__image div{
    display:block;
    height:100%;
  }

  .contact-form-section .contact__form {
    width: 50%;
  }
  .contact-form-section .contact__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-form-section .contact__image {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-height: 600px;
    padding: 0 0 0 3.75rem;
    width: 50%;
  }
}
@media (max-width:799px){
  .contact-form-section form .hs_submit.hs-submit {
    margin-bottom: 0px;
  }
}