*, *: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: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -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%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.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;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .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: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -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%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .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: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -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%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* 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 ;
    }
}
@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.content-wrapper,
.dnd-section > .row-fluid,
.page-center,
.header_container,
.footer_container{
  margin: 0 auto;
  width:100%;

}

.dnd-section .dnd-column {
  padding: 0 20px;
}

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

body {
  line-height: 1.5;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  line-height: 1;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

img{
  max-width:100%;
}


html {
  font-size: calc(0.625rem + 0.41666666666666663vw);

} 



@media screen and (max-width: 1920px){
  html {
    font-size: calc(0.625rem + 0.41666666666666674vw);
  }
}

@media screen and (max-width: 1440px){
  html {
    font-size: calc(0.8126951092611863rem + 0.20811654526534862vw);
  }
}


@media screen and (max-width: 479px){
  html {
    font-size: calc(0.7494769874476988rem + 0.8368200836820083vw);
  }
}
button,
.button {
  background: #c0dcd6;
  border-color: #c0dcd6;
  color: #0D0D0D;
  font-size: 12px;
  line-height: 12px;
  font-family: Work Sans;
  border-radius: 0;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  padding: 12px 24px;
  border-style: solid;
  border-width: 1px;
}

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;
}
form.hs-form .input a.hs-button {
  margin-top: 15px;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: auto;
  padding: 10px 7px;
}
form .inputs-list>li {
  margin: 5px 0;
}
/* Form fields */

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

/* Labels */

form label {
  font-family: Work Sans;
  font-size: 14px;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  color: #0D0D0D;
}

/* Help text - legends */

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 {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  width: 100%;
  max-width: 100%;
  background-color: #f5f8fa;
  display: inline-block;
  height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  outline: none;
  border-color: #52a8eccc;
}

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

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

.hs-form {
  margin-bottom: 20px;
}

/* 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: #c87872;
}


.hs_error_rollup ul li label{
  color: #f2545b;
}

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background: #c0dcd6;
  border-color: #c0dcd6;
  color: #0D0D0D;
  font-size: 12px;
  line-height: 12px;
  font-family: Work Sans;
  border-radius: 23px 23px 23px 0px!important;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  padding: 12px 24px;
  border-style: solid;
  border-width: 1px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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;
}
header.custom_header {
  display: flex;
  width: 100%;
  min-height: 4.5rem;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #024340;
  background-color: #024340;
  position: relative;
  z-index: 99;
}


header.custom_header.header_no_nav  .top_bar .top_content {
  padding: 27px 0;
}

.header_outer_wrapper {
  width: 100%;
  padding: 0 5%;
}

header.custom_header .top_bar {
  position: relative;
  width: 100%;
  background-color: #1e7877;
  padding-left: 5%;
  padding-right: 5%;
}

header.custom_header .top_bar .top_content ul {
  display: flex;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  margin-top: -3px;
}
header.custom_header .bottom_bar {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1rem;
  justify-content: space-between;
  align-items: flex-end;
} 

header.custom_header .bottom_bar .logo {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
  padding-left: 0px;
}

header.custom_header .bottom_bar .logo img {
  position: relative;
  display: block;
  max-width: 100%;
  margin-bottom: 1rem;
  vertical-align: middle;
  width: 125.56px !important;
}

header.custom_header .bottom_bar .primary_menu {
  position: static;
  display: flex;
  height: 100%;
  margin-left: 1.5rem;
  align-items: center;
  align-self: center;
  flex: 1;
  background-color: transparent;
  float: right;

}


header.custom_header .top_bar .top_content {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
}

header.custom_header .top_bar .top_content a {
  max-width: 100%;
  display: inline-block;
  text-decoration: inherit;
  color: #eae54b;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

header.custom_header .top_bar .top_content a img {
  width: 1rem;
  height: 1rem;
  position: relative;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  margin-top: -2px;
}




/*  search form*/

.mainnav_search {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100%;
  padding: 1rem 5%;
  flex-direction: column;
  grid-row-gap: 0.5rem;
  background-color: #024340;
}

.mainnav_search .mainnav_search_close {
  display: flex;
  max-width: 80rem;
  justify-content: flex-end;
}

.mainnav_search .mainnav_search_close .mainnav_search_close_icon {
  width: 2rem;
  height: 2rem;
  color: #eae54b;
  cursor: pointer;
}

.mainnav_search form {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 80rem;
  align-items: flex-start;
  grid-column-gap: 1rem;
  margin: 0 0 15px;
}

.mainnav_search form input {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
  height: 3rem;
  margin-bottom: 0px;
  display: block;
  width: 100%;
  padding: 8px 12px;
  line-height: 1.42857143;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  outline:none
}

.search_open .mainnav_search {
  display: flex;
}

.mainnav_search form input::placeholder {
  color: #999999;
}


.mainnav_top_bar_bg{
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;  
}




.primary_menu .hs-menu-wrapper>ul {
  display: flex;
  padding-bottom:1rem;
}

.primary_menu .hs-menu-wrapper>ul>li {
  position: relative;
}

.primary_menu .hs-menu-wrapper>ul>li>a {
  padding: 1rem 2.25rem 1rem 0.5rem;
  transition: opacity 1000ms ease;
  color: #c0dcd6;
  font-size: 0.875rem;
  line-height: 1.15;
  font-weight: 600;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  position: relative;
  vertical-align: top;
  text-decoration: none;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}



.dropdown-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  width: 0.75rem;
  height: 0.75rem;
  margin-top: auto;
  margin-right: 1rem;
  margin-bottom: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 200ms ease-in-out;
}



.dropdown-icon path {
  fill: #c0dcd6;
}


.primary_menu .hs-menu-wrapper>ul>li>ul>li>a {
  color: #1e7877;
  font-size: 1.125rem;
  line-height: 1.125;
  font-weight: 700;
  text-decoration: none;
}

.primary_menu .hs-menu-wrapper>ul>li>ul>li {
  padding-bottom: 12px;
}

.primary_menu .hs-menu-wrapper>ul>li>ul>li {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
}

.primary_menu .hs-menu-wrapper>ul>li>ul>li>ul {
  right: 0;
  left: 100%;
  top: 0;
  width: 300px;
}




.primary_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
  display: block;
  white-space: break-spaces;
  border-bottom: 1px solid #0d0d0d;
  padding-bottom: 0.5rem;
}

.primary_menu .hs-menu-wrapper>ul>li>ul>li>ul>li {
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}


.mobile_menu_wrapper {
  display: none;
}

.mobile_right_side {
  display: none;
}
.mobile_links.mobile {
  display: none;
}



@media (min-width:992px) and (max-width:1282px){
  .primary_menu .hs-menu-wrapper>ul>li:nth-child(4)>ul,
  .primary_menu .hs-menu-wrapper>ul>li:nth-child(5)>ul,
  .primary_menu .hs-menu-wrapper>ul>li:last-child>ul{
    left: auto;
    right: 0;
  }
}



@media (min-width:992px){
  .primary_menu .hs-menu-wrapper>ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 23px;
    background-color: #dee8e3;
    width: 394px;
    padding: 1rem 0;
  }


  .primary_menu .hs-menu-wrapper>ul>li:hover>ul {
    display: block;
  }
  .primary_menu .hs-menu-wrapper>ul>li>ul>li:hover>ul {
    display:block;
  }

  .primary_menu .hs-menu-wrapper>ul>li:hover .dropdown-icon {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }

}



@media (max-width:1700px){
/*   header.custom_header .top_bar .top_content {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  } */


  header.custom_header.header_no_nav  .top_bar .top_content {
    padding: 24.4px 0;
  }
}


@media (max-width:991px){

  header.custom_header .top_bar{
    display:none;
  }



  header.custom_header .bottom_bar {
    padding-top: 0rem;
    align-items: center;
  }

  header.custom_header .bottom_bar .mobile_menu_wrapper {
    display: none;
    position: absolute;
    overflow: auto;
    height: 100vh;
    margin-left: 0rem;
    padding: 1rem 5% 5rem;
    align-items: flex-start;
    border-bottom: 1px solid #000;
    background-color: #dee8e3;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    top:100%;
    max-width: 100%;
    width: 100%;
    left: 0;
  }

  .mobile_right_side {
    display: flex;
    align-items: center;
    grid-column-gap: 2rem;
  }

  .mobile_right_side .mobile_links {
    display: flex;
    align-self: center;
    grid-column-gap: 2rem;
  }

  .mobile_right_side .mobile_links ul {
    display: flex;
    align-self: center;
    grid-column-gap: 2rem;
    margin-top: -5px;
  }

  .mobile_right_side .mobile_links ul li a {
    color: #eae54b;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: inherit;
    border-color: #202124;
    font-family: 'Work Sans', sans-serif;
  }

  .humburger {
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 24px;
    position: relative;
    float: right;
    padding: 0rem;
    display: block;
  }

  .humburger .menu-icon {
    display: flex;
    width: 48px;
    height: 48px;
    margin-right: -0.5rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .humburger .menu-icon .menu-icon_line-top {
    width: 24px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #c0dcd6;
  }

  .humburger .menu-icon .menu-icon_line-middle {
    display: flex;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-right: 0px;
    padding-bottom: 0px;
    justify-content: center;
    align-items: center;
    background-color: #c0dcd6;
  }

  .humburger .menu-icon .menu-icon_line-middle .menu-icon_line-middle-inner {
    width: 4px;
    height: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .humburger .menu-icon .menu-icon_line-bottom {
    width: 24px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #c0dcd6;
  }

  header.custom_header .bottom_bar .logo {
    margin-top: 1rem;
  }

  .mobile_menu .hs-menu-wrapper>ul {
    flex-direction: column;
  }



  .dropdown-icon {
    margin-right: 0px;
    top: -3px;
  }

  .dropdown-icon path {
    fill: #024340;
  }


  .mobile_menu .hs-menu-wrapper>ul ul {
    display: none;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>a {
    display: flex;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0rem;
    align-items: center;
    grid-column-gap: 0.5rem;
    color: #024340;
    font-size: 1.125rem;
    padding-right: 2.25rem;
    transition: opacity 1000ms ease;
    line-height: 1.15;
    font-weight: 600;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    position: relative;
    vertical-align: top;
    text-decoration: none;
  }

  .mobile_menu .hs-menu-wrapper>ul>li {
    width: 100%;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #024340;
    position: relative;
  }


  .mobile_menu .hs-menu-wrapper>ul ul li {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    display: grid;
    padding: 1rem 2rem;
    align-content: space-between;
    grid-auto-columns: 1fr;
    grid-column-gap: 0.5rem;
    grid-row-gap: 2rem;
    position: relative;
    border-radius: 23px;
    background-color: #dee8e3;
  }

  .mobile_menu .hs-menu-wrapper>ul ul li a {
    font-size: 1.125rem;
    line-height: 1.125;
    font-weight: 700;
    text-decoration: none;
    color: #024340;
  }



  .child-trigger {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 200ms ease-in-out;
    display: flex;
    position: absolute;
    right: 0;
    top: 16px;
    cursor: pointer;
    width: 100%;
    height: 47px;
  }

  .child-trigger svg {
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    right: 0;
    top: -1px;
    transition: all 400ms;
  }

  .child-trigger svg path {
    fill: #024340;
  }

  .menu-open .humburger .menu-icon .menu-icon_line-top {
    transform: translate3d(0px, 8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }

  .menu-open  .humburger .menu-icon .menu-icon_line-middle {
    width: 0;
  }

  .menu-open  .humburger .menu-icon .menu-icon_line-bottom {
    transform: translate3d(0px, -8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }


  .child-trigger.nav-active svg {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }

  .mobile_menu .hs-menu-wrapper>ul li:first-child ul li:last-child a {
    color: #1e7877;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
  }
  header.custom_header .bottom_bar .primary_menu {
    display: none;
  }


}


@media (max-width:479px){
  .mobile_right_side .mobile_links {
    display: none;
  }
  .mobile_links.mobile {
    display: block;
  }
  .mobile_links.mobile {
    position: absolute;
    left: 0%;
    top: 0;
    right: 0%;
    bottom: auto;
    justify-content: space-between;
    background-color: #1b6564;
    grid-column-gap: 2rem;
    z-index: 99;
    padding: 0.8rem 10% 0.9rem;
  }

  header.custom_header .bottom_bar .mobile_menu_wrapper {
    padding-top: 4rem;
  }

  .mobile_links.mobile ul li a {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #eae54b;
    border-color: #202124;
    font-family: 'Work Sans', sans-serif;
  }

  .mobile_links.mobile ul {
    display: flex;
    justify-content: space-between;
    grid-column-gap: 2rem; 
    margin-top: -2px;

  }

  .mobile_menu .hs-menu-wrapper>ul ul {
    padding-top: 1rem;
    padding-bottom: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

}
footer.custom_footer {
  position: relative;
  z-index: 9;
  padding-right: 5%;
  padding-left: 5%;
  border-top: 2px solid #fff;
  background-color: #f4f2ed;
}

footer.custom_footer .footer_inner_wrap {
  padding: 5rem 0;
}

footer.custom_footer .top_footer {
  align-items: start;
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  display: grid;
  grid-auto-columns: 1fr;
}

footer.custom_footer 
.bottom_footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

footer.custom_footer .bottom_footer .footer_links {
  display: grid;
  justify-content: center;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-columns: max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  white-space: normal;
}

footer.custom_footer .bottom_footer .footer_links .footer_menu_wrapper .hs-menu-wrapper>ul {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-columns: max-content max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

footer.custom_footer .bottom_footer .footer_links .social_links ul {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: max-content max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.footer_menu_wrapper .hs-menu-wrapper>ul>li>a {
  color: #024340;
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
}



footer.custom_footer .bottom_footer .footer_links .social_links ul li a {
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  max-width: 100%;
  display: inline-block;
  text-decoration: inherit;
  font-size: inherit;
  color: #202124;
  font-weight: 500;
}

footer.custom_footer .bottom_footer .footer_links .social_links ul li a img {
  width: 2rem;
  height: 2rem;
  align-self: flex-end;
  position: relative;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

footer.custom_footer .bottom_footer .copyright {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}


.bottom_footer .copyright .copyright_text p {
  font-size: 0.875rem;
  font-style: italic;
  margin-bottom:0;
}

footer.custom_footer .bottom_footer .empty_div {
  padding: 2rem 0 0;
}

footer.custom_footer .top_footer .subscribe {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  display: flex;
  flex-direction: column;
}




footer.custom_footer .top_footer .subscribe .subscribe_text h4 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 0rem;
}



footer.custom_footer .top_footer .subscribe .subscribe_text p {
  margin-bottom: 1.5rem;
  font-family: 'Work Sans', sans-serif;
  color: #202124;
  font-size: 1rem;
  line-height: 1.5;
}

footer.custom_footer .empty_divs {
  padding: 6rem 0 0;
}

footer.custom_footer.footer_no_nav .bottom_footer .copyright {
  display: block;
}
footer.custom_footer.footer_no_nav .bottom_footer .empty_div {
  padding: 0;
}


/*  form*/

.subscribe_form {
  max-width: 35rem;
  margin-bottom: 0px;
  /*   margin: 0 0 15px; */
}

.subscribe_form form {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0.75rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr -webkit-max-content;
  -ms-grid-columns: 1fr max-content;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.subscribe_form form .input input {
  text-decoration: inherit;
  font-size: inherit;
  color: #202124;
  height: 54px;
  min-height: 2.75rem;
  padding: 0.5rem 0.75rem;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  background-color: transparent;
  line-height: 1.6;
  display: block;
  width: 100%;
  vertical-align: middle;
  border-bottom: 1px solid #cccccc;
}

.subscribe_form h3 {
  display: none;
}
.subscribe_form form label {
  margin: 0;
}
.subscribe_form form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  margin: 0;
} 

.subscribe_form form .input input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.subscribe_form form .hs_submit.hs-submit {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  position: relative;
  width: 3rem;
  height: 3rem;
  background-color: #1e7877;
}

.subscribe_form form .hs_submit.hs-submit input.hs-button.primary.large {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  padding: 0rem;
  background-color: transparent;
  background-image: url(https://6162194.fs1.hubspotusercontent-na1.net/hubfs/6162194/raw_assets/public/Craft3_March2023/images/subscribe.svg);
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size:0;
}

.subscribe_form form .input input:focus {
  border-color: #3898EC;
  outline: 0;
}
.subscribe_form form .hs_error_rollup {
  order: 3;
  margin: 0;
}

.subscribe_form form .hs_error_rollup li label {
  margin: 0;
  color: #ef6b51;
}

a#back-to-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  display: flex;
  width: 3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  background-color: #c0dcd6;
  max-width: 100%;
  z-index:99;
}

a#back-to-top:after {
  background-image:url(https://6162194.fs1.hubspotusercontent-na1.net/hubfs/6162194/raw_assets/public/Craft3_March2023/images/chevron_up.svg);    
  width: 1.5rem;
  height: 1.5rem;
  background-repeat:no-repeat;
  background-size:cover;
  content:"";
}

@media (max-width:991px){
  footer.custom_footer .top_footer {
    grid-row-gap: 4rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  footer.custom_footer .top_footer .subscribe .subscribe_text h4 {
    font-size: 1.75rem;
  }

  footer.custom_footer .empty_divs {
    padding: 5rem 0 0;  
  }

  footer.custom_footer .bottom_footer .footer_links {
    grid-row-gap: 2rem;
    -ms-grid-columns: -webkit-max-content;
    -ms-grid-columns: max-content;
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  footer.custom_footer .bottom_footer .footer_links .footer_menu_wrapper .hs-menu-wrapper>ul {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  .subscribe_form form .input input {
    height: auto;
  }

  footer.custom_footer .footer_inner_wrap {
    padding: 4.5rem 0;
  }

  .footer_menu_wrapper .hs-menu-wrapper>ul>li:nth-child(2) {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  .footer_menu_wrapper .hs-menu-wrapper>ul>li:nth-child(3) {
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

}



@media (max-width:767px){
  footer.custom_footer .top_footer .subscribe .subscribe_text h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }




  footer.custom_footer .footer_inner_wrap {
    padding: 3rem 0;
  }

  footer.custom_footer .top_footer .subscribe .subscribe_text h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  footer.custom_footer .top_footer {
    grid-row-gap: 3rem;
  }

  footer.custom_footer .empty_divs {
    padding: 3.5rem 0 0;
  }

  footer.custom_footer .bottom_footer {
    padding-bottom: 1rem;
    flex-direction: column-reverse;
    align-items: flex-start;
    grid-row-gap: 2rem;
  }

  footer.custom_footer .bottom_footer .empty_div {
    padding: 1.5rem 0 0;
  }

  footer.custom_footer .bottom_footer .footer_links {
    grid-auto-flow: row;
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
  }

  footer.custom_footer .bottom_footer .copyright {
    margin-top: 1.5rem;
  }

  footer.custom_footer .bottom_footer .footer_links .footer_menu_wrapper .hs-menu-wrapper>ul {
    grid-auto-flow: row;
    -ms-grid-columns: -webkit-max-content -webkit-max-content;
    -ms-grid-columns: max-content max-content;
    grid-template-columns: -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }


  footer.custom_footer .top_footer .footer_image .footer_link-list-wrap {
    grid-column-gap: 1.5rem;
  }

  .footer_menu_wrapper .hs-menu-wrapper>ul>li:nth-child(2) {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  .footer_menu_wrapper .hs-menu-wrapper>ul>li:nth-child(3) {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

}



@media (max-width:479px){
  footer.custom_footer .bottom_footer .footer_links .footer_menu_wrapper .hs-menu-wrapper>ul {
    -ms-grid-columns: -webkit-max-content;
    -ms-grid-columns: max-content;
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
  }

 
}
/* Menu and simple menu */

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