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

.dnd-section {
    padding: 80px 20px;
}

.dnd-section>.row-fluid {
    margin-left: auto;
    margin-right: auto;
    max-width: 1315px;
}

.dnd-section .widget-type-cell {
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 767px) {
    .dnd-section .widget-type-cell {
        padding-left: 0;
        padding-right: 0;
    }
}

html {
    font-size: 22px;
}

body {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    line-height: 28px;
    word-break: break-word;
}

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

/* Paragraphs */

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

strong {
    font-weight: 700;
}

/* Links */

a {
    color: #3262e9;
    cursor: pointer;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #72e0d0;
    text-decoration: underline;
}

a:active {
    color: #72e0d0;
    text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 700;
}

h1 {
    font-size: 120px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 22px;
}

/* Lists */

ul,
ol {
    margin: 1rem 0;
}

ul li,
ol li {
    font-size: 22px;
    line-height: 28px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin: 0;
    padding-left: 1.8rem;
}

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

/* Code Blocks */

code {
    vertical-align: bottom;
}

/* Blockquotes */

blockquote {
    border-left: 1rem solid #ffe890;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    padding: 1.5rem 2.8rem;
}

/* Horizontal Rules */

hr {
    border: 0 none;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

/* Subscripts and Superscripts */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Focus State */

:focus {
    outline: none;
}

.disable-focus-styles :focus {
    outline: none;
}

/* Primary Button */

button,
.button,
.hs-button {
    align-items: center;
    background-color: #00c6ab;
    border: 1px solid #00c6ab;
    border-radius: 80px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    fill: #fff;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 1.5rem;
    padding: 0.7rem 2.8rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.15s linear;
}

button:disabled,
.button:disabled,
.hs-button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled,
    {
    border: 1px solid #d0d0d0;
    color: #e6e6e6;
    pointer-events: none;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
    background-color: #d0d0d0;
}

.button.button--secondary:disabled {
    background-color: inherit;
}

.button.button--simple:disabled {
    background-color: inherit;
    border: inherit;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button: focus {
    /*   background-color: #009e83; */
    border-color: #009e83;
    color: #fff;
    text-decoration: none;
}

button:active,
.button:active,
.hs-button:active {
    /*   background-color: #50eed3; */
    border-color: #50eed3;
    color: #fff;
    text-decoration: none;
}

/* Secondary Button */

.button.button--secondary {
    background-color: transparent;
    border: 1px solid #00c6ab;
    color: #00c6ab;
    fill: #00c6ab;
}

.button.button--secondary:hover,
.button.button--secondary:focus {
    background-color: transparent;
    border-color: #009e83;
    color: #009e83;
    fill: #009e83;
}

.button.button--secondary:active {
    background-color: transparent;
    border-color: #50eed3;
    color: #50eed3;
    fill: #50eed3;
}

/* Simple Button */

.button.button--simple {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #00c6ab;
    fill: #00c6ab;
    font-size: 1rem;
    font-style: normal;
    position: relative;
    text-decoration: none;
}

.button.button--simple:after {
    background-color: #00c6ab;
    content: none;
    left: 0;
    position: absolute;
    width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus {
    background-color: transparent;
    border: none;
    color: #009e83;
}

.button.button--simple:active {
    background-color: transparent;
    border: none;
    color: #50eed3;
}

/* Button Sizing */

.button.button--small {
    font-size: 0.875rem;
}

.button.button--large {
    font-size: 1.125rem;
}

/* Button Icons */

.button .button__icon svg {
    display: block;
    fill: inherit;
    height: 1.25rem;
    margin-right: 1rem;
}

.button.button--icon-right .button__icon {
    order: 1;
}

.button.button--icon-right .button__icon svg {
    margin-left: 1rem;
    margin-right: 0;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .button .button__icon svg {
        width: 1.25rem;
    }
}

.mc_button_simple-coral {
    background-color: #ef424a;
    border: solid 2px #ef424a;
    border-radius: 3px;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    transition: linear all 200ms;
}

.mc_button_simple-coral:hover,
.mc_button_simple-coral:focus,
.mc_button_simple-coral a:hover,
.mc_button_simple-coral a:focus {
    background-color: #fff !important;
    color: #ef424a !important;
    text-decoration: none !important;
}

/* Base */

form {
    background-color: #00326d;
    border: none;
    border-radius: 18px;
    padding: 2.8rem;
}

.hs-form-field {
    margin-bottom: 1.5rem;
    position: relative;
}

/* Form Title */

.form-title {
    background-color: #00326d;
    border-radius: 18px 18px 0 0;
    color: #fff;
    margin: 0;
    padding: 2.8rem;
    text-align: center;
}

.form-title~div>form {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* Labels */

.hs-form-field>label {
    color: #fff;
    display: block;
    padding: 6px 0;
    text-align: left;
    width: auto;
}

/* Help Text - Legends */

.hs-form-field legend {
    color: #fff;
    font-size: 0.875rem;
}

/* Inputs */

.input {
    position: relative;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: none !important;
    border: 1px solid #d2e9fc;
    border-radius: 4px;
    color: #000 !important;
    display: inline-block;
    padding: 0.75rem;
    width: 100% !important;
    line-height: 28px;
}

select::-ms-expand {
    display: none;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='file']:focus,
select:focus,
textarea:focus {
    outline: none;
}

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

::-moz-placeholder {
    color: #d0d0d0;
}

:-ms-input-placeholder {
    color: #d0d0d0;
}

::placeholder {
    color: #d0d0d0;
}

/* Inputs - Checkbox/Radio */

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

form .inputs-list:not(.no-list) label {
    color: #fff;
}

.inputs-list>li {
    display: block;
    margin: 0.7rem 0 0.7rem 0.7rem;
    padding: 0;
    width: 100%;
}

input[type='checkbox'],
input[type='radio'] {
    border: none;
    cursor: pointer;
    height: auto;
    line-height: normal;
    margin-right: 0.35rem;
    padding: 0;
    width: auto;
}

/* Inputs - Select */

.hs-fieldtype-select .input:after {
    content: '\25BE';
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

/* Inputs - Datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
    color: #1e2b33;
    content: '\01F4C5';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

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

.fn-date-picker td.is-today .pika-button {
    color: #00326d;
}

.fn-date-picker td.is-selected .pika-button {
    background: #fff9e3;
    border-radius: 0;
    box-shadow: none;
    color: #00326d;
}

.fn-date-picker td .pika-button:hover {
    background-color: #00c6ab !important;
    border-radius: 0 !important;
}

/* Headings and Text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
    color: #fff;
}

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

form .header {
    background-color: transparent;
    border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display>span,
.legal-consent-container .hs-form-booleancheckbox-display>span p {
    font-size: 0.875rem;
    line-height: 1.25;
}

/* Validation */

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

.hs-error-msg,
.hs-error-msgs {
    color: #ef6b51;
    margin-top: 0.35rem;
}

/* Submit */

form input[type='submit'],
form .hs-button {
    background-color: #00c6ab;
    border: 1px solid #00c6ab;
    border-radius: 80px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 1.5rem;
    padding: 0.7rem 2.8rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    transition: all 200ms linear;
    white-space: normal;
    width: auto;
    line-height: 28px;
    outline: none !important;
}

form input[type='submit']:hover,
form input[type='submit']:focus,
form .hs-button:hover,
form .hs-button:focus {
    background-color: #009e83;
    border-color: #009e83;
}

form input[type='submit']:active,
form .hs-button:active {
    background-color: #50eed3;
    border-color: #50eed3;
}

/* Captcha */

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

@media (max-width:319px) {
    .grecaptcha-badge {
        width: 240px !important;
        margin: 0 !important;
    }
}

@media (min-width: 480px) {
    fieldset.form-columns-3 .hs-form-field {
        width: 33.3% !important;
    }
}

/* Inline Thank You Message */

.submitted-message {
    background-color: #00326d;
    border-color: transparent;
    color: #000;
    padding: 2.8rem;
}

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
    line-height: 20px;
}

/* Tables */

table {
    background-color: #fff;
    border: 1px solid #72e0d0;
    border-spacing: 0;
}

th,
td {
    border: 1px solid #72e0d0;
    vertical-align: top;
}

table th {
    font-weight: normal;
}

thead th,
thead td {
    background-color: #72e0d0;
    border: none;
    border-bottom-width: 2px;
    color: #ffffff;
}

thead th {
    border-bottom: none;
    vertical-align: bottom;
    background-color: #72e0d0;
}

tbody+tbody {
    border-top: none;
}

/* Table Footer */

tfoot td {
    background-color: #fff;
    color: #000;
}

/* Header Container */

.header {
    background-color: #fff;
}

.header__container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
}

.header--landing-page .header__container {
    justify-content: center;
}

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

@media screen and (max-width: 767px) {
    .header__container {
        padding: 20px;
    }
}

/* Logo */

.header__logo {
    margin-right: 0;
    max-width: 322px;
}

.header__logo .logo-company-name {
    color: #00326d;
    font-size: 28px;
    margin-bottom: 0;
}

/* Navigation Menu */

.header__menu {
    display: flex;
    flex-direction: column;
    width: -webkit-calc(100% - 322px);
    width: -moz-calc(100% - 322px);
    width: calc(100% - 322px);
    align-items: flex-end;
}

.search-main-container {
    display: flex;
    align-items: center;
}

.header__menu .btn-search {
    width: 14px;
    height: 14px;
    margin-top: 1px;
    background-image: url(../../../../../MediaCulture/search-icon.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: left center;
    opacity: 1;
    -webkit-appearance: none;
    appearance: none;
    outline: 0 !important;
    border-bottom: 2px solid transparent;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    transition-duration: 200ms;
    border: none;
    cursor: pointer;
}

.header__menu .hs-search-field form input[type='text'] {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    padding: 0;
    line-height: 24px;
    font-weight: 700;
    width: 100% !important;
    text-transform: none;
    max-width: 0;
    /*   background-image: url(../../../../../MediaCulture/search-icon.png);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: left center; */
    opacity: 1;
    -webkit-appearance: none;
    appearance: none;
    outline: 0 !important;
    border-bottom: 2px solid transparent;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    transition-duration: 200ms;
    border: none;
    cursor: pointer;
}

@media (min-width: 767px) {
    .header__menu .hs-search-field form input[type='text'] {
        color: #fff !important;
    }
}

.header__menu .hs-search-field form input[type='text']::-webkit-input-placeholder {
    /* Edge */
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.header__menu .hs-search-field form input[type='text']:-ms-input-placeholder {
    /* Internet Explorer */
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.header__menu .hs-search-field form input[type='text']::placeholder {
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.header__menu .hs-search-field form input[type='text'].active {
    max-width: 265px;
    border-color: #fff;
    padding: 0 0 0 14px;
    cursor: text;
}

.header__menu .submenu.level-1>li {
    margin-right: 0;
    line-height: 24px;
    margin-left: 54px;
    margin-bottom: 0;
}

/* .hs-menu-item .hs-menu-depth-2, .hs-menu-item .hs-menu-depth-3, .hs-menu-item .hs-menu-depth-4, .hs-menu-item .hs-menu-depth-4 {
display: none!important;
} */

.navigation-primary .hs-menu-item a {
    line-height: 24px;
    opacity: 1;
    transition: all 200ms linear;
}

.navigation-primary .hs-menu-item a:hover,
.navigation-primary .hs-menu-item a:active {
    opacity: .6;
}

}

/* Language Switcher */

.header__language-switcher {
    cursor: pointer;
    margin-left: 50px;
}

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

.header__language-switcher .lang_switcher_class .globe_class {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-top: 5px;
}

.header__language-switcher .lang_list_class {
    border: 1px solid #eff7ff;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 23px 50px -14px rgba(0, 0, 0, 0.21);
    display: block;
    left: auto;
    min-width: 100%;
    opacity: 0;
    overflow: hidden;
    padding-top: 0;
    right: 0;
    text-align: left;
    top: 100%;
    transform: none;
    visibility: hidden;
}

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

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

.header__language-switcher .lang_list_class li {
    background-color: transparent;
    border: none;
    line-height: 2;
    margin: 0;
    padding: 10px;
}

.header__language-switcher .lang_list_class li:first-child {
    border-top: none;
    padding-top: 10px;
}

.header__language-switcher .lang_list_class li:last-child {
    border-bottom: none;
}

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

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
    color: #00326d;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    text-decoration: none;
}

.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
    color: #000a45;
}

.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
    color: #285a95;
}

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

.header__language-switcher-label-current {
    align-items: center;
    display: flex;
    line-height: 2;
    margin-left: 10px;
}

.header__language-switcher-label-current:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #00326d;
    content: '';
    display: block;
    height: 0;
    margin: 0 0 0 10px;
    width: 0;
}

@media (max-width: 767px) {
    .header__language-switcher {
        margin-left: auto;
        margin-right: 20px;
        order: 2;
    }
    .header__language-switcher .lang_switcher_class .globe_class {
        height: 24px;
        margin-top: 0;
        width: 24px;
    }
    .header__language-switcher .lang_list_class {
        background-color: #fff;
        border: 0;
        border-radius: 0 0 18px 18px;
    }
    .header__language-switcher:hover .lang_list_class {
        opacity: 0;
        visibility: hidden;
    }
    .header__language-switcher .lang_list_class li {
        padding: 10px 30px;
    }
    .header__language-switcher .lang_list_class li:hover {
        background-color: #eff7ff;
    }
    .header__language-switcher-label {
        position: static;
    }
    .header__language-switcher-label-current {
        display: none;
    }
    .header__language-switcher.open .lang_list_class {
        opacity: 1;
        visibility: visible;
    }
    .hs-search-field__suggestions {
        position: absolute;
        left: 0;
        margin: 0 !important;
        z-index: 11 !important;
    }
    .header__menu .hs-search-field form input[type='text'].active {
        padding: 7px 20px 7px 34px !important;
    }
    .header__menu .hs-search-field form input[type='text'] {
        opacity: 1;
    }
}

.header {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    padding: 54px 0 30px;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    transition-duration: 200ms;
    z-index: 9;
}

.header__container {
    padding: 0 15px;
    align-items: flex-end;
}

.header.nav-down {
    position: fixed;
    background-color: #040456;
    z-index: 6;
    -webkit-box-shadow: 0px 3px 8px 0px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 3px 8px 0px rgb(0 0 0 / 35%);
}

.header .header__menu .custom-menu-primary-new ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header .header__menu .custom-menu-primary-new ul li {
    margin: 0;
    padding: 10px 0 0 20px;
    float: left;
}

.header.nav-up {
    top: -176px;
}

@media screen and (max-width: 1199px) {
    .header .header__menu .custom-menu-primary-new ul li {
        padding: 10px 0 0 36px;
    }
}

@media screen and (max-width: 991px) {
    .header__logo {
        max-width: 176px;
    }
    .header__menu {
        width: -webkit-calc(100% - 176px);
        width: -moz-calc(100% - 176px);
        width: calc(100% - 176px);
    }
    .header {
        padding: 34px 0 20px;
    }
    .header .header__menu .custom-menu-primary-new ul li {
        padding: 10px 0 0 20px;
    }
    .header.nav-up {
        top: -134px;
    }
}

@media (min-width: 768px) {
    /*  used to be 961 - need to change back? */
    a.mobile-trigger-new,
    a.child-trigger-new {
        display: none !important;
        /* Hide button on Desktop */
    }
    .header .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal {
        display: block !important;
    }
    .search-main-container {
        display: flex !important;
    }
    .header__menu .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal .search-block {
        display: none !important;
    }
}

@media (max-width: 767px) {
    /* used to be 960 - need to change back?  */
    /* Variables
  ========================================================================== */
    /* Set Mobile Menu Background Color */
    /* Set Link Color */
    /* Set Link Hover Color */
    /* Toggle Button
  ========================================================================== */
    .header .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal {
        display: none;
    }
    .search-main-container {
        display: none;
    }
    a.mobile-trigger-new {
        display: inline-block !important;
        cursor: pointer;
        position: absolute;
        top: 6px;
        right: 15px;
        width: 30px;
        height: 20px;
        padding: 0;
        background: transparent;
        z-index: 99999999999;
        -webkit-transition: background-color .2s linear;
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        text-transform: uppercase;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
        border: none;
    }
    a.mobile-trigger-new:hover {
        text-decoration: none;
        /* Removes link text underline on button */
        color: #E2E2E2;
        border-color: #E2E2E2 !important;
    }
    a.mobile-trigger-new span {
        display: inline;
    }
    a.mobile-trigger-new span:before {
        position: absolute;
        content: 'Menu';
        /* Change the text on the closed toggle button */
        display: none;
    }
    a.mobile-trigger-new span:after {
        position: relative;
        right: 2px;
        content: 'Close';
        /* Change the text on the open toggle button */
        background-color: #000;
        opacity: 0;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
        display: none
    }
    /* Change button when menu is open */
    .mobile-open a.mobile-trigger-new {
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
        background: transparent;
        /* Changes button background to be slightly darker than open menu color */
    }
    .mobile-open a.mobile-trigger-new span:after {
        opacity: 1;
    }
    /* Toggle Button Icon & Animations
  ========================================================================== */
    a.mobile-trigger-new i {
        display: inline;
        position: relative;
        top: -7px;
        margin-left: 0px;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
    }
    a.mobile-trigger-new i:before,
    a.mobile-trigger-new i:after {
        position: absolute;
        content: '';
    }
    a.mobile-trigger-new i,
    a.mobile-trigger-new i:before,
    a.mobile-trigger-new i:after {
        width: 30px;
        /* Icon line width */
        height: 2px;
        /* Icon line height */
        background-color: #ffffff;
        /* Icon color */
        display: inline-block;
    }
    a.mobile-trigger-new i:before {
        margin-top: -8px;
        /* Position top line */
        -webkit-transition-property: margin, -webkit-transform;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
    }
    a.mobile-trigger-new i:after {
        margin-top: 8px;
        /* Position bottom line */
        -webkit-transition-property: margin, -webkit-transform;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
    }
    .mobile-open a.mobile-trigger-new i {
        background-color: rgba(0, 0, 0, 0.0);
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    }
    .mobile-open a.mobile-trigger-new i:before {
        margin-top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    }
    .mobile-open a.mobile-trigger-new i:after {
        margin-top: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    }
    /* Child Toggle Button
  ========================================================================== */
    a.child-trigger-new {
        display: block !important;
        Hide button on Desktop cursor: pointer;
        Mouse pointer type on hover position: absolute;
        top: 0px;
        right: 0px;
        width: 55px !important;
        / min-width: 55px !important;
        height: 45px !important;
        padding: 0 !important;
        border-left: 1px dotted rgba(255, 255, 255, .20);
    }
    a.child-trigger-new:hover {
        text-decoration: none;
    }
    /* Child Toggle Button Icon & Animations
  ========================================================================== */
    a.child-trigger-new span {
        position: relative;
        top: 50%;
        margin: 0 auto !important;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
    }
    a.child-trigger-new span:after {
        position: absolute;
        content: '';
    }
    a.child-trigger-new span,
    a.child-trigger-new span:after {
        width: 15px;
        height: 1px;
        background-color: #E2E2E2;
        display: block;
    }
    a.child-trigger-new span:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
    }
    a.child-trigger-new.child-open span:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
    }
    a.child-trigger-new.child-open span {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
    }
    .header {
        background-color: #040456 !important;
        padding: 24px 0;
    }
    .header.nav-up {
        top: 0;
    }
    .navigation-primary .hs-menu-item a:hover {
        border-bottom: transparent;
    }
    .navigation-primary .submenu.level-1 .hs-menu-item .menu-link:hover,
    .navigation-primary .submenu.level-1 .hs-menu-item .menu-link:focus {
        opacity: 0.9;
    }
    .submenu.level-1 {
        padding: 40px 30px 20px;
    }
    .submenu.level-1>li>a {
        padding: 10px 15px !important;
        border: none;
    }
    .header__menu .submenu.level-1>li {
        margin: 0;
    }
    body .header__navigation-toggle .header__mobile-menu-close-icon svg {
        fill: #ef424a;
    }
    .header__container {
        flex-wrap: wrap;
    }
    .header__menu {
        width: 100%;
        display: block;
    }
    .header .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal {
        position: absolute;
        width: 100%;
        background-color: #ef424a;
        top: 52px;
        left: 0;
        height: -webkit-calc(100vh - 75px);
        height: -moz-calc(100vh - 75px);
        height: calc(100vh - 75px);
    }
    .header .header__menu .custom-menu-primary-new ul {
        margin-right: 0;
        margin: 40px 0 22px 20px;
    }
    .header .header__menu .custom-menu-primary-new ul li {
        padding: 10px 30px;
        float: none;
        width: 100%;
        position: relative;
    }
    .navigation-primary .hs-menu-item a {
        font-size: 22px !important;
        line-height: 1;
        border: none;
    }
    .navigation-primary .hs-menu-item a:hover {
        opacity: 0.9;
    }
    .search-block form {
        background-color: rgba(255, 255, 255, 0.3);
        max-width: 260px;
        margin-left: 30px;
    }
    .header__menu .hs-search-field form input[type='text'] {
        font-size: 22px;
        padding: 7px 20px 7px 34px;
        line-height: 24px;
        max-width: 100%;
        background-size: 18px;
        border: 0;
        background-image: url(../../../../../MediaCulture/search-icon.png);
        background-repeat: no-repeat;
        background-position: 2% center;
        /*     opacity: 0.5; */
    }
    .header__menu .hs-search-field form input[type='text']::-webkit-input-placeholder {
        /* Edge */
        color: rgba(255, 255, 255, 1);
    }
    .header__menu .hs-search-field form input[type='text']:-ms-input-placeholder {
        /* Internet Explorer */
        color: rgba(255, 255, 255, 1);
    }
    .header__menu .hs-search-field form input[type='text']::placeholder {
        color: rgba(255, 255, 255, 1);
    }
    .header__menu .hs-search-field form input[type='text']:focus {
        opacity: 0.9;
    }
    .header__menu .hs-search-field form input[type='text']:focus::-webkit-input-placeholder {
        /* Edge */
        color: rgba(255, 255, 255, 0.6);
    }
    .header__menu .hs-search-field form input[type='text']:focus:-ms-input-placeholder {
        /* Internet Explorer */
        color: rgba(255, 255, 255, 0.6);
    }
    .header__menu .hs-search-field form input[type='text']:focus::placeholder {
        color: rgba(255, 255, 255, 0.6);
    }
    .mobile-open a.mobile-trigger-new i:before,
    .mobile-open a.mobile-trigger-new i:after {
        background-color: #ef424a;
    }
    .header__menu>.search-block {
        display: none;
    }
    .header__menu .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal .search-block {
        display: block !important;
    }
}

.header .header__menu .custom-menu-primary-new ul li:hover>a {
    opacity: .6;
}

.header .header__menu .custom-menu-primary-new ul li li {
    display: block;
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.6s;
    position: absolute;
    z-index: 10;
    left: 0;
    width: auto;
    min-width: 225px;
}

.hs-menu-children-wrapper {
    display: block;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.header .header__menu .custom-menu-primary-new ul li {
    position: relative;
}

.header .header__menu .custom-menu-primary-new ul ul {
    transition: color 0.25s;
}

.header .header__menu .custom-menu-primary-new ul ul {
    transition: color 0.25s;
}

.header .header__menu .custom-menu-primary-new ul ul::before {
    box-sizing: inherit;
    content: "";
    position: absolute;
    top: -21px;
    left: 10px;
    width: auto;
    height: 0;
    border-left: 2px solid #ef424a;
    transition: all 0.3s ease-in-out;
}

.header .header__menu .custom-menu-primary-new ul li:hover ul::before {
    width: auto;
    height: 100%;
    height: calc(100% + 21px);
    height: -moz-calc(100% + 21px);
    height: -webkit-calc(100% + 21px);
}

.header .header__menu .custom-menu-primary-new ul li li>a {
    text-transform: capitalize;
    text-shadow: 1px 0px #000, 0px 1px #000, -1px 0px #000, 0px -1px #000;
}

/*-------------- 12/06/2021 ----------------*/

.header {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media screen and (max-width: 1199px) {
    .header .header__menu .custom-menu-primary-new ul li:hover ul::before {
        left: 25px;
    }
}

/*-------- 1199 ends here ----------*/

@media screen and (max-width: 991px) {
    .header .header__menu .custom-menu-primary-new ul li:hover ul::before {
        left: 10px;
    }
}

/*-------- 991 ends here ----------*/

@media screen and (max-width: 767px) {
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible;
        opacity: 1;
        position: static !important;
        margin: 20px 0 0;
        padding: 0;
        display: none;
        transition: none;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        display: block;
        padding-right: 0px;
        padding-left: 0px;
        text-align: center;
    }
    .child-trigger-new {
        display: block !important;
        cursor: pointer;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 55px !important;
        min-width: 55px !important;
        height: 45px !important;
        padding: 0 !important;
        border-left: 1px dotted rgba(255, 255, 255, .20);
    }
    .header .header__menu .custom-menu-primary-new ul li li {
        padding: 10px 20px;
    }
    .header .header__menu .custom-menu-primary-new ul li li .child-trigger-new {
        display: none !important;
    }
    .header .header__menu .custom-menu-primary-new ul li li>a {
        text-shadow: none;
    }
}

/*-------- 767 ends here ----------*/

@media screen and (max-width: 630px) {
    .header .header__menu .custom-menu-primary-new ul li li {
        padding: 10px 10px;
    }
}

/*-------- 630 ends here ----------*/

/* Footer Container */

.footer {
    padding: 50px 0 30px;
}

.footer__container {
    padding: 0 15px;
    margin: 0 auto;
}

.footer__logo {
    max-width: 322px;
    margin-right: 28px;
    width: 100%;
}

.footer__navigation a {
    line-height: 24px;
}

.footer__navigation a:hover,
.footer__navigation a:focus {
    opacity: 0.9;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a,
.footer div,
.footer span {
    color: #fff;
}

.footer__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer__navigation {
    display: flex;
    width: -webkit-calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: calc(100% - 350px);
    justify-content: flex-end;
}

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

.footer .hs-menu-wrapper li {
    margin: 0;
    line-height: 24px;
    padding: 0 0 0 54px;
    float: left;
}

.footer .hs-menu-wrapper li a:hover {
    text-decoration: none;
}

.copyright-text-block span,
.copyright-text-block a {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
}

.copyright-text-block a:hover,
.copyright-text-block a:focus {
    text-decoration: none;
    opacity: 0.9;
}

.footer-row-three img {
    border-radius: 10px;
}

.footer__row.footer__row--one {
    margin-bottom: 22px;
}

.social-links {
    margin-right: -10px;
}

.social-links__link {
    margin: 7px 10px 3px;
}

#hs_cos_wrapper_footer__follow-me .social-links__icon {
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer.footer__landing-page h1,
.footer.footer__landing-page h2,
.footer.footer__landing-page h3,
.footer.footer__landing-page h4,
.footer.footer__landing-page h5,
.footer.footer__landing-page h6,
.footer.footer__landing-page p,
.footer.footer__landing-page div,
.footer.footer__landing-page a,
.footer.footer__landing-page span {
    color: #ffffff;
}

.footer__navigation .search-block {
    display: none;
}

@media screen and (max-width: 991px) {
    .footer {
        padding: 64px 0 48px;
    }
    .footer__logo {
        max-width: 200px;
        margin-right: 20px;
    }
    .footer__navigation {
        width: -webkit-calc(100% - 220px);
        width: -moz-calc(100% - 220px);
        width: calc(100% - 220px);
    }
    .footer .hs-menu-wrapper li {
        padding: 0 0 0 36px;
    }
    #hs_cos_wrapper_footer__follow-me .social-links__icon svg {
        width: 24px !important;
        height: 24px !important;
    }
    #hs_cos_wrapper_footer__follow-me .social-links__icon {
        width: 34px;
        height: 34px;
    }
}

@media screen and (max-width: 767px) {
    .footer__row {
        flex-wrap: wrap;
    }
    .footer__navigation,
    .footer__form,
    .footer__follow-me,
    .footer .widget-type-header,
    .footer .widget-type-simple_menu,
    .footer .social-links {
        text-align: center;
        width: 100%;
    }
    .footer {
        padding: 36px 0 30px;
    }
    .footer__logo {
        margin: 0 auto 12px;
    }
    .footer__navigation {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer .hs-menu-wrapper ul {
        margin: 0 auto;
    }
    .footer .hs-menu-wrapper li {
        padding: 0 10px 4px;
        float: none;
        text-align: center;
    }
    .copyright-text-block {
        text-align: center;
        margin: 0 auto;
    }
    .footer__row.footer__row--two {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
    .social-links {
        justify-content: center;
        margin-bottom: 12px;
        margin-right: 0;
    }
    .footer__row.footer__row--one {
        margin-bottom: 8px;
    }
    .footer-row-three {
        display: flex;
        justify-content: center;
    }
    .copyright-text-block>div>span {
        font-size: 14px;
        max-width: 230px;
    }
    .copyright-text-block div span.hs_cos_wrapper_type_rich_text {
        max-width: 100%;
        font-size: 16px;
    }
    .social-links__link {
        margin: 7px 5px 3px;
    }
    #hs_cos_wrapper_footer__follow-me .social-links__icon {
        width: 22px;
        height: 22px;
    }
    #hs_cos_wrapper_footer__follow-me .social-links__icon svg {
        width: 18px !important;
        height: 18px !important;
    }
    .footer__navigation .search-block {
        display: none;
    }
}

/* Blog Typography */

.blog-post-styles h1 {
    font-size: 60px;
}

.blog-post-styles h2,
.blog-post-styles h2 a {
    font-size: 32px;
}

.blog-post-styles h3,
.blog-post-styles h3 a {
    font-size: 28px;
}

.blog-post-styles h4,
.blog-post-styles h4 a {
    font-size: 24px;
}

.blog-post-styles h5,
.blog-post-styles h5 a {
    font-size: 22px;
}

.blog-post-styles h6,
.blog-post-styles h6 a {
    font-size: 18px;
}

.blog-post-styles p,
.blog-post-styles p a,
.blog-post-styles a {
    font-size: 18px;
    line-height: 24px;
}

.blog-post-styles ul li,
.blog-post-styles ol li {
    font-size: 18px;
    line-height: 24px;
}

.blog-post-styles blockquote {
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 767px) {
    .blog-post-styles h1 {
        font-size: 42px;
    }
    .blog-post-styles h2,
    .blog-post-styles h2 a {
        font-size: 28px;
    }
    .blog-post-styles h3,
    .blog-post-styles h3 a {
        font-size: 24px;
    }
    .blog-post-styles h4,
    .blog-post-styles h4 a {
        font-size: 22px;
    }
    .blog-post-styles h5,
    .blog-post-styles h5 a {
        font-size: 18px;
    }
    .blog-post-styles h6,
    .blog-post-styles h6 a {
        font-size: 18px;
    }
}

@media (max-width: 420px) {
    .blog-post-styles h1 {
        font-size: 36px;
    }
}

/* Blog Container */

.content-wrapper {
    margin: 0 auto;
    max-width: 1275px;
    padding: 0 20px;
}

.content-wrapper--narrow {
    max-width: 890px;
}

/* Blog Header */

.blog-post-banner {
    background-color: #040456;
    padding: 240px 20px 160px;
    position: relative;
}

.blog-post-banner::before {
    content: '';
    background-image: url(../../../../../Coral-lines.png);
    width: 470px;
    height: 214px;
    background-size: cover;
    position: absolute;
    right: 0px;
    bottom: -74px;
    z-index: 2;
}

@media screen and (max-width: 1199px) {
    .blog-post-banner::before {
        width: 310px;
        height: 160px;
        bottom: -54px;
    }
}

@media screen and (max-width: 991px) {
    .blog-post-banner::before {
        width: 210px;
        height: 120px;
        bottom: -44px;
    }
}

@media screen and (max-width: 767px) {
    .blog-post-banner::before {
        width: 130px;
        height: 80px;
        bottom: -30px;
    }
    .blog-post-banner {
        padding: 160px 20px 120px;
    }
    .blog-post__top-info {
        margin-bottom: 40px !important;
    }
    .blog-post__body-margin {
        margin-top: 80px !important;
    }
}

.blog-post__body-margin {
    margin-top: 120px;
}

.blog-post__top-info {
    margin-bottom: 60px;
}

.blog-header {
    background-color: #fff;
    margin-bottom: 2.8rem;
    padding: 4.2rem 0 1.5rem;
}

.blog-header__title {
    text-align: center;
}

.blog-header__navigation {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 40px;
}

.blog-header__tag-filter,
.blog-header__search {
    width: 50%;
    border:
}

.blog-header__search {
    background-color: transparent;
    border: none;
    margin-left: auto;
    max-width: 300px;
    padding: 0;
}

.blog-header__search form {
    background-color: transparent;
    border: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .blog-header__navigation {
        flex-wrap: wrap;
        margin: 80px 0 0;
    }
    .blog-header__tag-filter,
    .blog-header__search {
        width: 100%;
    }
    .blog-tag-filter,
    .blog-header__search {
        margin: 0 auto 1.5rem;
    }
    .blog-subheader {
        margin: 0 0 2rem !important;
        text-align: center;
    }
}

/* Typography */

h1.blog {
    font-size: 70px;
}

@media (max-width: 767px) {
    h1.blog {
        font-size: 42px;
    }
}

/* Blog Author/Tag Content */

.blog-subheader {
    margin: 3rem 0 1rem;
}

.blog-subheader__author-links {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.blog-subheader__author-links a {
    background-color: #00c6ab;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    margin: 0 10px;
    position: relative;
    width: 40px;
}

.blog-subheader__author-links a:first-of-type {
    margin-left: 0;
}

.blog-subheader__author-links a:hover {
    background-color: #00a18b;
}

.blog-subheader__author-links a svg {
    fill: #fff;
    height: 15px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

/* Blog Listing */

.blog-card {
    border-top: 2px solid #72e0d0;
    display: inline-block;
    vertical-align: top;
    padding: 2rem 0 !important;
    width: calc(50% - 1rem);
    min-height: 400px;
}

.blog-card-normal {
    border-top: 2px solid #72e0d0;
    display: inline-block;
    vertical-align: top;
    padding: 2rem 0 !important;
    width: calc(50% - 1rem);
    min-height: 400px;
}

.blog-card:nth-child(1) {
    margin: .75rem .75rem .5rem 0 !important;
    border-top: none;
}

.blog-card-normal:nth-child(1) {
    border-top: none;
}

.blog-card-normal:nth-child(2) {
    border-top: none;
}

.blog-card-normal:nth-child(3) {
    border-top: none;
}

.blog-card:nth-child(2) {
    margin: .75rem 0 .5rem .75rem !important;
    border-top: none;
}

.blog-card:nth-child(3) {
    border-top: none;
}

.blog-card:nth-child(4) {
    border-top: none;
}

.blog-card:nth-child(5) {
    border-top: none;
}

.blog-card:nth-child(even),
.blog-card-normal:nth-child(even) {
    margin: .75rem .75rem .5rem 0;
}

.blog-card:nth-child(odd),
.blog-card-normal:nth-child(odd) {
    margin: .75rem 0 .5rem .75rem;
}

.blog-card__post-summary {
    padding-bottom: 20px;
}

.blog-listing-author-filter {
    display: flex;
    align-items: center;
}

.blog-listing-author-headshot {
    width: 200px;
    margin: 20px auto;
}

@media (max-width: 767px) {
    .blog-card,
    .blog-card-normal {
        display: block;
        padding: 2rem 0 !important;
        width: calc(100% - 1rem);
    }
    .blog-card,
    .blog-card-normal,
    .blog-card:nth-child(1),
    .blog-card:nth-child(2),
    .blog-card:nth-child(odd),
    .blog-card:nth-child(even),
    .blog-card-normal:nth-child(odd),
    .blog-card-normal:nth-child(even) {
        margin: .5rem !important;
    }
    .blog-card:nth-child(2),
    .blog-card:nth-child(5),
    .blog-card-normal:nth-child(2),
    .blog-card-normal:nth-child(3) {
        border-top: 2px solid #72e0d0;
    }
    .blog-listing-author-filter {
        display: block;
        text-align: center;
    }
}

/*.blog-card__image-wrapper,
.blog-card__content {
  width: calc(50% - 2.5rem);
}*/

/*@media (max-width: 767px) {
 .blog-card__content {
    padding: 1.5rem 1.5rem 0;
  }
}*/

.blog-card__content--full-width {
    width: 100%;
}

.blog-card__image-wrapper {
    display: flex;
    margin: 0 0 40px;
    height: 300px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
}

@media (max-width: 767px) {
    .blog-card__image-wrapper {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .blog-card__image-wrapper {
        height: 200px;
    }
}

.blog-card__image {
    height: 300px;
    width: 100%;
}

@media (max-width: 767px) {
    .blog-card__image {
        position: static;
    }
}

/*.blog-card__content {
  margin: 0 30px;
}*/

.blog-card__title a {
    color: #ef424a !important;
    font-weight: inherit;
}

.blog-card__title a:hover,
.blog-card__title a:focus {
    color: #ef424a;
    font-weight: inherit;
    text-decoration: none;
}

.blog-card__title a:active {
    color: #ef424a;
}

.blog-card__tags {
    border-bottom: 2px solid #eff7fe;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}

.blog-card__tag-link,
.blog-card__tag-link:hover {
    font-weight: 300;
}

@media (max-width: 767px) {
    .blog-card,
    .blog-card-normal {
        flex-wrap: wrap;
    }
    .blog-card__content {
        margin-left: 0;
        width: 100%;
    }
}

.blog-card__author-image,
.blog-post__author-image {
    background-size: cover;
    border-radius: 50%;
    height: 45px;
    margin-right: 10px;
    width: 45px;
}

.blog-card__author-image,
.blog-post__author-name {
    display: inline-block;
    vertical-align: middle;
}

.blog-post__author-name,
.blog-post__author-links {
    margin-bottom: 1rem;
}

.blog-post__author-links a:not(:last-of-type) {
    margin-right: 0.5rem;
}

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

.blog-post__author-links svg {
    fill: #00326d;
}

.blog-post__author-links a:hover svg {
    fill: #00c6ab;
}

.blog-card__author {
    display: block;
    margin-bottom: 1.5rem;
}

/* Blog Pagination */

.blog-pagination {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 3rem 0 6rem;
    text-align: center;
}

@media (max-width: 767px) {
    .blog-pagination {
        align-items: center;
        display: inline-block;
        justify-content: center;
    }
}

.blog-pagination__link {
    color: #ef424a !important;
    display: inline-flex;
    margin: 0.35rem;
    padding: 0.5rem 1rem !important;
    border: solid 2px #ef424a99 !important;
    border-radius: 3px;
    text-decoration: none;
}

.blog-pagination__link--active {
    background-color: #ef424a99 !important;
    color: #fff !important;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
    background-color: #ef424a33 !important;
    text-decoration: none;
}

.blog-pagination__link--active:hover,
.blog-pagination__link--active:focus {
    background-color: #ef424a99 !important;
    color: #fff !important;
    cursor: default;
}

/*.blog-pagination__prev-link,
.blog-pagination__next-link {
  align-items: center;
  display: inline-flex;
}
.blog-pagination__prev-link {
  display: inline-block;
  float: left!important;
}
.blog-pagination__next-link {
  display: inline-block;
  float: right!important;
}
*/

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
    display: none !important;
}

/*.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #00326d;
  margin: 0 5px;
}

.blog-pagination__link:hover svg,
.blog-pagination__link:focus svg {
  fill: #00326d;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #d0d0d0;
}
*/

/* Blog Post */

.blog-post {
    margin-top: 60px;
    position: relative;
}

.blog-post__header {
    margin-bottom: 1.5rem;
}

.blog-post__tags {
    margin-bottom: 0.7rem;
}

.blog-post__tag-link {
    display: inline-block;
    margin-right: 30px;
}

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

.blog-post__meta {
    margin-bottom: 1.5rem;
}

.blog-post__date {
    border-right: 2px solid;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
}

.blog-post__author-name:hover,
.blog-post__author-name:focus,
.blog-post__author-name:active {
    text-decoration: none;
}

.blog-post__image {
    height: 420px;
    margin: -160px 0 3rem;
    position: relative;
    width: 100%;
    border-radius: 0 !important;
}

@media screen and (min-width: 786px) {
    .blog-post__image {
        height: 420px;
    }
}

@media (max-width: 767px) {
    .blog-post__image {
        height: 260px;
    }
}

@media (max-width: 420px) {
    .blog-post__image {
        height: 200px;
    }
}

.blog-post__comments-listing {
    margin-bottom: 5.6rem;
}

.comment {
    padding-top: 2em;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus,
#comments-listing .comment-reply-to:active {
    background-color: transparent;
    border: none;
}

@media screen and (min-width: 1300px) {
    .blog-post__social-sharing .social-links {
        display: inline-flex;
        flex-direction: column;
    }
    .blog-post__social-sharing {
        left: -7rem;
        margin-bottom: 0;
        position: absolute;
        text-align: left;
        top: 9rem;
    }
}

.blog-post__author {
    display: flex;
    border-top: 2px solid #72e0d0;
    padding: 45px 40px 30px;
    margin: 120px 0;
    align-items: center;
}

@media screen and (max-width: 1000px) {
    .blog-post__author {
        flex-direction: column;
        margin: 3rem 0;
        padding: 20px;
    }
}

.blog-post__author-image {
    border-radius: 0% !important;
    flex: 0 0 auto;
    height: 200px;
    overflow: hidden;
    width: 200px;
}

.blog-post__author-image img {
    height: 100%;
    width: auto;
}

.blog-post__author-image~.blog-post__author-about {
    margin-left: 35px;
}

@media screen and (max-width: 1000px) {
    .blog-post__author-image~.blog-post__author-about {
        margin-left: 0;
        margin-top: 1.5rem;
    }
}

/* Error Pages */

.subscribe-options .header,
.email-prefs .header {
    position: relative !important;
    background-color: #ffffff00 !important;
}

.white-system-text h1,
.white-system-text h2,
.white-system-text h3,
.white-system-text h4,
.white-system-text h5,
.white-system-text h6,
.white-system-text p,
.white-system-text ul li,
.white-system-text ol li,
.white-system-text input,
.white-system-text .hs-form label,
.white-system-text input[type='text'],
.white-system-text input[type='email'],
.white-system-text input[type='password'],
.white-system-text input[type='tel'],
.white-system-text input[type='number'],
.white-system-text select,
.white-system-text textarea {
    background-color: #ffffff00;
    border-color: #fff;
    color: #fff !important;
}

.error-page {
    padding: 10rem 0;
    position: relative;
    text-align: center;
}

.error-page:before {
    color: #f3f6f9;
    content: attr(data-error);
    font-size: 40vw;
    font-weight: bold;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
}

.error-navy-bg {
    background-color: #040456;
    padding: 240px 0 100px;
}

.error-navy-bg h1,
.white-system-text h1 {
    font-size: 60px;
}

#hs_cos_wrapper_password_prompt_ {
    color: #fff;
    padding-bottom: 20px;
}

@media screen and (min-width: 1100px) {
    .error-page:before {
        font-size: 20rem;
    }
}

@media screen and (max-width: 767px) {
    .error-navy-bg {
        padding: 120px 0 80px;
    }
    .error-navy-bg h1,
    .white-system-text h1 {
        font-size: 42px;
    }
}

@media (max-width: 420px) {
    .error-navy-bg h1,
    .white-system-text h1 {
        font-size: 36px;
    }
}

/* System Pages */

.systems-page {
    margin: 0 auto;
    max-width: 600px;
    padding: 3rem 20px;
}

.systems-page--search-results {
    max-width: 100%;
}

.systems-page .success {
    background-color: #cde3cc;
    border: 1.5px solid #4f7d24;
    border-radius: 6px;
    color: #4f7d24;
    display: inline-block;
    margin: 2rem 0;
    min-width: 650px;
    padding: 0.1rem 0.75rem;
}

.systems-page form input {
    max-width: 100%;
}

form#email-prefs-form {
    max-width: none;
}

form#email-prefs-form .header {
    background-color: transparent;
}

form#email-prefs-form .item.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

form#email-prefs-form .item.disabled input:disabled {
    cursor: not-allowed;
}

form#email-prefs-form input#submitbutton {
    line-height: 1.25rem;
    max-width: 400px;
    white-space: unset;
}

/* Search Pages */

.hs-search-field__bar {
    position: relative;
}

.hs-search-field__suggestions {
    background-color: #fff;
    max-width: 360px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
}

.hs-search-results {
    margin-top: 2rem;
}

.hs-search-results__listing li {
    margin-bottom: 2rem;
}

.hs-search-results__pagination a {
    color: #00326d;
}

.hs-search-results__title {
    color: #00326d;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
    text-decoration: underline;
}

.hs-search-results__title:hover {
    text-decoration: none;
}

.hs-search-results__description {
    padding-top: 0.5rem;
}

.hs-search-highlight {
    font-weight: bold;
}

/* Password Prompt */

.password-prompt input[type='password'] {
    height: auto !important;
    margin: 1rem 0 1.55rem !important;
    background-color: #ffffff00;
}

/* Backup Unsubscribe */

.backup-unsubscribe #email-prefs-form div {
    padding-bottom: 0 !important;
}

.backup-unsubscribe input[type='email'] {
    margin-bottom: 1.55rem;
    padding: 15px 12px !important;
}

#email-prefs-form,
#email-prefs-form h1,
#email-prefs-form h2 {
    color: #fff;
}

/* Membership Pages */

#hs-membership-password-requirements ul {
    margin-bottom: 20px;
    padding-left: 0;
}

#hs-membership-password-requirements ul li {
    margin: 0;
    line-height: 1.5;
}

.systems-page .hs-login-widget-show-password,
.systems-page .hs-register-widget-show-password,
.systems-page .hs-reset-widget-show-password {
    display: block;
    margin-bottom: 0.5rem;
}

.systems-page #hs-login-widget-remember,
.systems-page #hs-login-widget-remember~label {
    display: inline-block;
    margin-bottom: 3px;
}

.systems-page #hs_login_reset {
    display: block;
    margin-bottom: 0.625rem;
}

a {
    /* display: inline-block; */
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

a:focus,
button:focus,
input:focus {
    outline: 0;
}

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

.button,
button,
.hs-button {
    position: relative;
    line-height: 28px;
    margin: 0;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}

.button span.ani-span,
button span.ani-span,
.hs-button span.ani-span {
    height: 22px;
    width: 4px !important;
    top: 3px;
    left: 8px;
    position: absolute;
    -webkit-transition: 150ms linear;
    -moz-transition: 150ms linear;
    -o-transition: 150ms linear;
    transition: 150ms linear;
}

.button span.skew-class::before,
button span.skew-class::before,
.hs-button span.skew-class::before {
    position: absolute;
    height: 22px;
    width: 4px;
    top: 3px;
    left: 0;
    content: '';
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}

.button span.skew-class::after,
button span.skew-class::after,
.hs-button span.skew-class::after {
    position: absolute;
    height: 22px;
    width: 4px;
    top: 3px;
    left: 16px;
    content: '';
    -webkit-transition: 100ms linear;
    -moz-transition: 100ms linear;
    -o-transition: 100ms linear;
    transition: 100ms linear;
}

.button span.skew-class,
button span.skew-class,
.hs-button span.skew-class {
    -webkit-transform: skewX(-4deg);
    -moz-transform: skewX(-4deg);
    transform: skewX(-4deg);
    display: inline-block;
    background-color: transparent;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.button:hover span.ani-span,
button:hover span.ani-span,
.hs-button:hover span.ani-span {
    left: -webkit-calc(100% - 8px);
    left: -moz-calc(100% - 8px);
    left: calc(100% - 8px);
}

.button:hover span.skew-class::after,
button:hover span.skew-class::after,
.hs-button:hover span.skew-class::after {
    left: 100%;
}

.button:hover span.skew-class::before,
button:hover span.skew-class::before,
.hs-button:hover span.skew-class::before {
    left: -webkit-calc(100% - 16px);
    left: -moz-calc(100% - 16px);
    left: calc(100% - 16px);
}

/* ------------------End Buttons Style---------------------- */

.header__menu .hs-search-field__suggestions {
    opacity: 0;
}

.header__menu .hs-search-field__suggestions.active {
    opacity: 1;
    z-index: 11 !important;
}

.hs-search-field__suggestions li {
    font-size: 14px !important;
    padding: 0 20px !important;
    margin: 5px !important;
}

.hs-search-results__title {
    color: #000 !important;
}

.header__menu .hs-search-field form button {
    width: 14px !important;
    height: 14px !important;
    margin-top: 1px !important;
    background-image: url(../../../../../MediaCulture/search-icon.png) !important;
    background-size: 14px !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    opacity: 1 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    outline: 0 !important;
    border-bottom: 2px solid transparent !important;
    -webkit-transition-duration: 200ms !important;
    -moz-transition-duration: 200ms !important;
    transition-duration: 200ms !important;
    border: 0 !important;
    cursor: pointer !important;
    padding: 0 !important;
    opacity: 0 !important;
    position: absolute;
    top: 7px;
    left: -14px;
    z-index: -1;
}

.header__menu .hs-search-field form button.active {
    z-index: 2;
}

.header__menu .hs-search-field__bar button svg {
    display: none;
}

/* header.header {
  overflow: unset !important;
} */

@media (max-width: 767px) {
    .header__menu .hs-search-field form button {
        width: 18px !important;
        height: 18px !important;
        background-size: 18px !important;
        opacity: 1 !important;
        position: absolute;
        top: 9px;
        left: 36px;
        z-index: 1;
    }
}