@font-face {
    font-family: 'SharpSans';
    font-weight: 700;
    src: url('../../../../../../../../../hubfs/fonts/SharpSans-Bold.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SharpSans';
    font-weight: 400;
    src: url('../../../../../../../../../hubfs/fonts/SharpSans-Medium.html') format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SharpSans';
    src: url('../../../../../../../../../hubfs/fonts/SharpSans-Light.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../../../../../../../../../hubfs/fonts/Figtree-Regular.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    font-weight: 700;
    src: url('../../../../../../../../../hubfs/fonts/Figtree-Bold.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    font-weight: normal;
    src: url('../../../../../../../../../hubfs/fonts/Figtree-Italic.ttf') format('truetype');
    font-style: italic;
    font-display: swap;
}

/* Theme base styles */

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

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

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
    margin: 0;
    line-height: 1.33;
}

/**
 * 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 {}

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

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

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

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

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

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

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

a {
    background-color: transparent;
}

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

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

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

b,
strong {
    font-weight: bolder;
}

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

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

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

small {
    font-size: 80%;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

img {
    border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
    vertical-align: baseline;
}

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

textarea {
    overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
    display: block;
}

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

summary {
    display: list-item;
}

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

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

template {
    display: none;
}

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

[hidden] {
    display: none;
}

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

/* Responsive grid */

.row-fluid {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

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

.clearfix:after {
    clear: both;
}

/* Visibilty classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive visibilty classes */

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

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

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

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

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

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

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

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

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

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

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

.content-wrapper {
    margin: 0 auto;
    padding: 0 1rem;
}

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

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

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

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

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

/* Custom Font Colors */

.font-lime {
    color: var(--cs-lime);
}

.font-orange {
    color: var(--bs-orange);
}

body {
    line-height: 1.33;
    overflow-wrap: break-word;
    font-family: var(--bs-font-sans-serif);
    color: #000;
}

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

/* Paragraphs */

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

p.bigger,
ul.bigger li {
    font-size: 1.25rem;
}

/* Anchors */

a {
    cursor: pointer;
    color: var(--bs-teal);
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--cs-header-font);
}

h2 {
    font-size: 1.5rem;
}

h4,
.h4 {
    color: #282827;
}

h5.summary,
.h5.summary {
    color: var(--bs-teal);
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
}

/* Lists */

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

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

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

/* Code blocks */

pre {
    overflow: auto;
}

code {
    vertical-align: bottom;
}

/* Blockquotes */

blockquote {
    margin: 0 0 0;
    padding-left: 1.2rem;
}

blockquote {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    font-family: var(--cs-header-font);
}

blockquote p {
    font-size: 1.25rem;
}

blockquote small {}

.blockquote-footer {
    font-weight: 700;
    margin-top: 20px !important;
    color: #000 !important;
}

/* Horizontal rules */

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

/* Breadcrumb */

.breadcrumb-item.active,
.breadcrumb-item>a {
    color: var(--bs-dark) !important;
}

.breadcrumb-item>a {
    text-decoration: underline !important;
    font-weight: 700 !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "../../../../../../../../../index.html");
}

/* Image alt text */

img {
    font-size: 0.583rem;
    word-break: normal;
}

.disclaimer {
    color: #141414;
    font-size: .625rem;
    opacity: .4;
}

.notation {
    color: #000000;
    font-size: .625rem;
}

@media (max-width: 576px) {

    p.bigger,
    ul.bigger li {
        font-size: 1.00rem;
    }

    blockquote p {
        font-size: 1.00rem;
    }
}

button,
.button {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    transition: all 0.15s linear;
    white-space: normal;
}

button:disabled,
.button:disabled {}

/* No button */

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

/* ==========================================================================
 BUTTONS                                        
========================================================================== */

.btn {
    border-radius: 3px !important;
    border-width: 1.5px !important;
    font-weight: 700 !important;
}

.btn-secondary {
    background-color: var(--bs-orange) !important;
    border-color: var(--bs-orange) !important;
}

button {
    outline: none;
}

.btn-link {
    padding-left: 0px !important;
}

.btn-link:after {
    content: ">";
    font-weight: bold;
    margin-left: 5px;
    margin-bottom: 10px;
    vertical-align: center;
}

.btn-cta-primary {
    font-weight: 700;
    background-color: var(--brand-cta-orange);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    color: #fff;
    padding: 8px 25px;
}

/* Fields */

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

/* Labels */

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

/* Help text */

form legend {
    font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
    display: inline-block;
    padding: 0.6rem;
    width: 100%;
    border-radius: 3px !important;
    border: 1px solid #CCC;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - date picker */

.hs-dateinput {
    position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    transition: all 0.15s linear;
    white-space: normal;
    padding: 0.5rem 1.25rem;
    border-radius: 3px !important;
}

/* Captcha */

.grecaptcha-badge {
    margin: 0 auto;
}

/********** Old CSS ***********************************/

/* =============== Global Form Styles =============== */

.body-container form {
    width: 100%;
}

/* Form Field */

.hs-form-field {}

/* Descriptions */

.hs-field-desc {}

/* Labels and Legends */

/* Separate Styles for Multiple Line Inputs */

textarea {}

textarea:focus {}

/* Separate Styles for Drop Downs */

select {}

select:focus {}

/* Multiple Selection Inputs */

form.hs-form .hs-form-field ul.inputs-list {
    list-style: none;
    padding: 0;
}

form.hs-form .hs-form-field ul.inputs-list li input {}

input[type="radio"] {}

input[type="checkbox"] {}

/* Required */

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {}

/* Error */

.hs-error-msgs label {}

.hs-error-msgs label {}

ul.hs-error-msgs.inputs-list {
    padding: 0;
    list-style: none;
    margin: 10px 0;
}

.hs-error-msgs label {
    display: block;
    float: none;
    white-space: normal;
    font-weight: normal;
    color: #f2545b;
    font-size: 13px;
}

input.hs-input.error {}

/* Placeholder Text */

::-webkit-input-placeholder {}

/* Webkit Browsers */

:-moz-placeholder {}

/* Firefox 18- */

::-moz-placeholder {}

/* Firefox 19+ */

:-ms-input-placeholder {}

/* IE10 */

/* Table */

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

/* Table cells */

td,
th {
    vertical-align: top;
}

/* Table header */

thead th {
    vertical-align: bottom;
}

/* Bootstrap Overrides */

.card-footer {
    background-color: unset !important;
    border-top: none !important;
}

.card {
    border-radius: 16px !important;
    border: 0px !important;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header .dnd-section {
    padding: 0;
}

/* Top Promo Bar */

#top-banner-promo-text,
#top-banner-promo-cta {
    font-size: .85rem !important;
    color: 'white' !important;
}

.custom-header {
    height: unset !important;
}

/* Header container */

.header__container {
    display: flex;
    justify-content: space-between;
}

.header__row-1 {
    padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
    .header__column {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .header__container {
        flex-direction: column;
        padding: 1rem 0 0;
    }

    .header__column {
        position: relative;
    }

    .header__row-1 {
        padding-top: 0;
    }

    .header__row-2 {
        justify-content: center;
        padding: 1.05rem;
    }
}

/* Navigation skipper */

.header__skip {
    height: 1px;
    left: -1000px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: -1000px;
    width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
    height: auto;
    left: 0;
    overflow: visible;
    top: 0;
    width: auto;
}

/* Logo */

.header__logo {
    align-items: center;
    display: flex;
    height: auto;
    margin-right: auto;
    max-width: 200px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .header__logo {
        margin: 0 auto;
        width: 100%;
    }
}

.header__logo img {
    max-width: 100%;
}

.header__logo .logo-company-name {
    font-size: 1.167rem;
    margin-top: 0.7rem;
}

.header__logo--main {
    padding-top: 1rem;
}

/* Search bar */

.header__search {
    padding: 0 1rem;
    width: auto;
}

.header__search .hs-search-field__input {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-position: center right 15px;
    background-repeat: no-repeat;
    height: 45px;
    padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
    background-color: #FFF;
    border: 2px solid #D1D6DC;
    border-radius: 0 0 6px 6px;
    border-top-width: 1px;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.header__search .hs-search-field__suggestions li {
    border-top: 1px solid #D1D6DC;
    font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
    display: none;
}

@media (min-width: 767px) {
    .header__search form {
        align-items: center;
        display: flex;
        flex-direction: row;
    }

    .header__search label {
        margin: 0 1rem 0 0;
    }

    .header__search .hs-search-field__input {
        width: auto;
    }
}

@media (max-width: 767px) {
    .header__search {
        border-top: 2px solid #CED4DB;
        order: 1;
        padding: 1.05rem;
    }
}

/* Language switcher */

.header__language-switcher {
    cursor: pointer;
    padding-right: 1.4rem;
}

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

.header__language-switcher .lang_list_class {
    border: 2px solid;
    border-radius: 3px;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
    display: block;
    left: calc(100% - 24px);
    opacity: 0;
    min-width: 100px;
    padding-top: 0;
    text-align: left;
    top: 100%;
    transition: opacity 0.3s;
    visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
    opacity: 1;
    transition: opacity 0.3s;
    visibility: visible;
}

.header__language-switcher .lang_list_class:before {
    left: 70%;
    top: -25px;
}

.header__language-switcher .lang_list_class:after {
    left: 70%;
    top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
    top: -22px;
    transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
    border: none;
    font-size: 18px;
    padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
    border-radius: 6px 6px 0 0;
    border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
    border-bottom: none;
    border-radius: 0 0 6px 6px;
}

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

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

.header__language-switcher--label-current {
    align-items: center;
    display: flex;
    font-size: 0.75rem;
    margin-bottom: 0.175rem;
    margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #494A52;
    content: "";
    display: block;
    height: 0px;
    margin-left: 0.7rem;
    margin-top: 0.175rem;
    width: 0px;
}

@media (max-width: 767px) {
    .header__language-switcher {
        border-top: 2px solid #CED4DB;
        padding-left: 1.05rem;
        padding-right: 0;
    }

    .header__language-switcher .lang_list_class {
        border: none;
        box-shadow: unset;
        display: block;
        left: 30px;
        opacity: 1;
        padding: 0 1.05rem;
        top: 0;
        visibility: visible;
    }

    .header__language-switcher .lang_list_class li {
        background-color: inherit;
        font-size: 0.917rem;
    }

    .header__language-switcher--label-current {
        display: none;
    }

    .header__language-switcher .globe_class {
        background-image: none;
    }

    .header__language-switcher .lang_list_class li:hover {
        background-color: inherit;
    }

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

/* Navigation */

#nav-toggle {
    display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {

    .header__navigation,
    .header__search,
    .header__language-switcher {
        display: none;
        width: 100%;
    }

    .header__navigation.open,
    .header__search.open,
    .header__language-switcher.open {
        background-color: #F8FAFC;
        display: block;
        left: 0;
        min-height: calc(100vh - 115px);
        position: absolute;
        right: 0;
        top: 75px;
        z-index: 2;
    }

    .header__navigation--toggle,
    .header__search--toggle,
    .header__language-switcher--toggle,
    .header__close--toggle {
        cursor: pointer;
        margin: 0 5vw;
        position: relative;
    }

    .header__navigation--toggle.hide,
    .header__search--toggle.hide,
    .header__language-switcher--toggle.hide {
        display: none;
    }

    .header__navigation--toggle.open,
    .header__search--toggle.open,
    .header__language-switcher--toggle.open {
        display: block;
        margin-left: 0;
        margin-right: auto;
    }

    .header__navigation--toggle:after,
    .header__search--toggle:after,
    .header__language-switcher--toggle:after {
        display: none;
        font-size: 1.083rem;
        font-weight: 600;
        position: absolute;
        left: 40px;
        text-transform: uppercase;
        top: -10px;
    }

    .header__navigation--toggle.open:after,
    .header__search--toggle.open:after,
    .header__language-switcher--toggle.open:after {
        display: block;
        word-break: normal;
    }

    .header__navigation--toggle {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
        background-size: cover;
        height: 25px;
        width: 25px;
    }

    .header__navigation--toggle:after {
        content: "Menu";
    }

    .header__language-switcher--toggle {
        background-image: url(../../../../../../../../../../static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
        background-size: cover;
        height: 25px;
        width: 25px;
    }

    .header__language-switcher--toggle:after {
        content: "Language";
    }

    .header__search--toggle {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
        background-size: cover;
        height: 25px;
        width: 25px;
    }

    .header__search--toggle:after {
        content: "Search";
    }

    .header__close--toggle {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
        background-repeat: no-repeat;
        background-size: 110%;
        display: none;
        height: 25px;
        margin-right: 0;
        width: 25px;
    }

    .header__close--toggle.show {
        display: block;
    }
}

/* ################ Begin new header code, cleanup starts before this block ################### */

.custom-header {
    font-family: var(--cs-header-font) !important;
    color: #000;
    /* line-height: 2 !important; */
    height: 95px;
    background-color: #fff !important;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 3%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 3%);
    left: 0;
    position: fixed;
    top: 0;
    width: 100% !important;
    font-size: 0.875rem;
    padding-bottom: 3px;
    border-bottom: opx solid;
    border-color: #fff !important;
    z-index: 9999;
    vertical-align: middle;
}

.custom-header-inner>*>.row-fluid {
    height: 89px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 0px solid #fff !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.header-login-link {
    color: 000 !important;
}

.custom-signUp-links .hs-menu-wrapper>ul>li:first-child>a,
.custom-signUp-links .hs-menu-wrapper>ul>li:first-child>a:hover {
    font-family: var(--cs-header-font) !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    color: #000 !important;
    text-transform: none !important;
    opacity: 1 !important;
    padding-right: 30px !important;
    line-height: 2 !important;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
    color: #fff !important;
    background-color: #266A6E;
}

.custom-menu-primary .hs-menu-wrapper>ul ul {
    text-transform: none !important;
}

@media screen and (min-width: 992px) {

    .custom-menu-primary .hs-menu-wrapper>ul>li>a,
    .custom-menu-primary .hs-menu-wrapper>ul {
        font-family: var(--cs-header-font) !important;
        font-size: 0.875rem !important;
        color: #000 !important;
        text-transform: none !important;
        text-transform: uppercase;
        margin: 0.25rem 0.5rem !important;
    }

    .widget-span.custom-menu-primary {
        margin-left: 0;
        margin-right: 6px !important;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
        color: #266A6E !important;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-child):after {
        border-right: 0px !important;
        content: "";
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul.hs-menu-children-wrapper {
        text-transform: none !important;
        font-size: 0.875rem !important;
        background-color: #ffffff !important;
        top: 26px !important;
        left: 0;
        -webkit-box-shadow: 0 0 0 !important;
        box-shadow: 0 0 0 !important;
        /* webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
box-shadow: 0 2px 4px rgb(0 0 0 / 25%); */
        border-bottom: unset;
        border: 1px solid #D9D8CA;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
        border: 0;
        content: '';
        display: inline-block;
        width: 0px !important;
        content: "" !important;
        font-family: 'FontAwesome';
        font-size: 0.875rem !important;
        top: 2px;
        margin-left: 0px !important;
        position: absolute;
        border-width: initial;
        border-style: none;
        border-color: initial;
        -o-border-image: initial;
        border-image: initial;
        vertical-align: 0.255em;
    }

    .custom-signUp-links .hs-menu-wrapper>ul>li:last-child>a {
        border-radius: 3px !important;
        padding: 10px;
        -webkit-box-shadow: 0 0 0 !important;
        box-shadow: 0 0 0 !important;
        background-color: #000 !important;
        color: #fff;
        text-transform: none !important;
        white-space: nowrap !important;
        font-family: var(--cs-header-font) !important;
        font-size: 0.875rem !important;
        font-weight: 700;
        line-height: 22px;
        font-style: normal;
        font-stretch: normal;
        cursor: pointer;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul {
        padding: 0 !important;
        border-radius: 3px !important;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:not(:last-child):after {
        margin-left: 0rem !important;
    }
}

@media (max-width: 992px) {

    /* chevron/triangle indicator after active sub menu item */
    .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.children-open>a:after {
        color: #266A6E;
    }

    /* 
font-family: var(--cs-header-font)!important;
  */
    .custom-menu-primary .hs-menu-wrapper>ul ul li a {
        font-family: var(--cs-header-font) !important;
    }

    .custom-menu-primary .hs-menu-wrapper>ul * {
        font-family: var(--cs-header-font)important;
    }

    .animated-mobile-icon,
    .animated-mobile-icon span {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-top: 3px !important;
    }

    .custom-mobile-footer-menu ul>li:nth-child(2)>a {
        color: #fff;
        background-color: #000 !important;
    }

    .animated-mobile-icon span {
        display: block;
        position: absolute;
        height: 3px !important;
        width: 100%;
        border-radius: 1px;
        background-color: #141414 !important;
        top: 3px;
        left: 0;
        -webkit-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .widget-span.custom-header .page-center.header-mobile-center {
        /*         padding-right: 0px !important;
padding-left: 0px !important; */
    }

    .custom-menu-primary .hs-menu-wrapper>ul {
        text-transform: none !important;
    }
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 !important;
}

/* fix for slick (and like) sliders */

.container {
    width: 100%;
}

/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

@media (max-width: 767px) {

    .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper,
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
        left: 0;
        opacity: 1;
        position: relative;
        top: auto;
    }
}

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

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

/*****************************************/

/* Old Nav    */

/*****************************************/

/* =============== Header =============== */

.header-container-wrapper {}

.header-container {}

.widget-span.widget-type-cell.custom-header-wrapper {
    min-height: var(--cs-nav-height);
}

.custom-header {
    color: #fff;
    /* height: var(--cs-nav-height);*/
    background-color: #0e223a;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
    left: 0;
    position: fixed;
    top: 0;
    width: 100% !important;
    border-bottom: 1px solid transparent;
    font-size: .875rem;
    padding-bottom: 3px;
    border-color: #bc9c5c;
    z-index: 9999;
}

.custom-header {}

/* .widget-span.custom-header .page-center {
  width: 80vw;
  max-width: 100% !important;
  padding: 0;
} */

.custom-header-inner {}

.custom-header-inner>*>.row-fluid {
    height: 89px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #bc9c5c;
}

.custom-header-inner>*>.row-fluid {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.custom-header-inner .page-center>*>.row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.custom-header-inner>*>.row-fluid:after,
.custom-header-inner>*>.row-fluid:before,
.custom-header-inner .page-center>*>.row-fluid:after,
.custom-header-inner .page-center>*>.row-fluid:before {
    content: none;
}

.custom-header-inner .page-center>*>.row-fluid>.widget-span:first-child {
    width: auto;
    margin-right: auto;
    margin-top: 9px;
}

.custom-header-inner .page-center>*>.row-fluid>.widget-span {
    width: auto;
    float: none;
}

.widget-span.custom-menu-primary {
    margin-left: 0;
    margin-right: 1em;
    margin-right: 16px;
}

.custom-logo a {
    color: #fff;
    display: block;
}

.custom-logo a svg #cs {
    fill: #ffffff !important;
}

.custom-logo a svg g#connect {
    fill: #bc9c5c;
    display: none;
}

/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */

@media screen and (min-width:992px) {

    /* =============== Custom Menu Primary =============== */
    /* Parent List */
    .custom-menu-primary .hs-menu-wrapper>ul {
        /*     font-family: 'Pragati Narrow'; */
        font-family: SharpSans, san-serif;
        font-size: 0.875rem;
        text-transform: uppercase;
        font-weight: bold;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-line-pack: center;
        align-content: center;
        list-style-type: none;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0px !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-left: 40px;
    }

    /*   .custom-menu-primary .hs-menu-wrapper > ul > li{
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 0 0;
  padding: 0 0;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  float: none !IMPORTANT;
} */
    .custom-menu-primary .hs-menu-wrapper>ul>li {
        padding: 0;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        float: none !IMPORTANT;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-child):after {
        height: 15px;
        width: 2px;
        border-right: solid 2px #979797;
        opacity: .3;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 2px;
        flex: 0 0 2px;
        content: '';
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:not(:last-child):after {
        margin-left: 1rem;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        color: #fff;
        font-weight: 700;
        position: relative;
        padding: unset;
        margin: .5rem 1rem;
        -webkit-transition: background 250ms ease-in-out, color 250ms ease-in-out;
        -o-transition: background 250ms ease-in-out, color 250ms ease-in-out;
        transition: background 250ms ease-in-out, color 250ms ease-in-out;
        text-transform: uppercase;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
        border: none;
        display: inline-block;
        margin-left: 5px;
        position: absolute;
        width: 10px !important;
        height: 10px;
        /*content: "\f0d7"!important;
      font-family: 'FontAwesome'!important;*/
        content: url('../../../../../../../../../hubfs/icons/caret-down.svg') !important;
        color: #000 !important;
        font-size: 0.825rem !important;
        top: 1px !important;
        margin-left: 5px !important;
        position: absolute;
        border-width: initial;
        border-style: none;
        border-color: initial;
        -o-border-image: initial;
        border-image: initial;
        vertical-align: 0.255em;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li.active>a:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        right: 0;
        margin: auto;
        background: #bc9c5c;
        height: 4px;
        width: 100%;
        width: calc(100% + 15px);
        width: -webkit-calc(100% + 15px)
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
        color: #bc9c5c;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li.active>a {
        color: #bc9c5c;
    }

    /* Child List */
    .custom-menu-primary .hs-menu-wrapper>ul ul {
        background-color: #fff;
        font-size: .8125rem;
        background-color: #fafafa;
        position: absolute;
        min-width: 12em;
        width: auto;
        top: 5px !important;
        left: 0;
        z-index: 99;
        margin: 1px 0;
        padding: 3px 0 5px 0;
        border-radius: 2px;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
        box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
        border-bottom: unset;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul li {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0 0;
        padding: 0 0;
        text-align: center;
        white-space: nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        display: block;
        width: 100%;
        padding: .25rem 1.5rem;
        clear: both;
        -webkit-transition: background 250ms ease-in-out, color 250ms ease-in-out;
        -o-transition: background 250ms ease-in-out, color 250ms ease-in-out;
        transition: background 250ms ease-in-out, color 250ms ease-in-out;
        color: #656565;
        text-align: left;
        font-weight: bold;
        width: 100% !important;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
        color: #2e96d9;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul li a:active {
        color: white !important;
        background-color: #0e223a;
    }

    /* Override max width on menu links */
    .custom-menu-primary .hs-menu-wrapper>ul li a {}

    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        overflow: visible !important;
        max-width: none !important;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        margin: .25rem 2rem .25rem 0 !important;
    }

    .custom-menu-primary .hs-menu-wrapper>ul {
        margin: .25rem 1.5rem .25rem 0 !important;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul.hs-menu-children-wrapper {
        left: -9999px;
    }

    /* Fix menu disappearing on desktop after toggling mobile menu */
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper>ul ul {
        display: block;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) and (min-width: 992px) {
    .custom-menu-primary.desktop-view {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .custom-menu-primary.desktop-view>*,
    .custom-menu-primary.desktop-view>*>*,
    .custom-menu-primary.desktop-view>*>*>* {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .custom-menu-primary .hs-menu-wrapper>ul,
    .custom-menu-primary .hs-menu-wrapper>ul>li,
    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        /*     display:block; */
        width: 100%;
    }

    /*   .custom-menu-primary .hs-menu-wrapper > ul > li{
    display:block;
    float:left !important;
  } */
    .custom-menu-primary .hs-menu-wrapper>ul>li>a,
    .custom-menu-primary .hs-menu-wrapper>ul {
        margin: .25rem 2rem .25rem 0 !important;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul.hs-menu-children-wrapper {
        left: -9999px;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-child):after {
        height: 15px;
        width: auto;
        border-right: solid 2px #979797;
        opacity: .3;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        content: '';
    }

    .custom-menu-primary .hs-menu-wrapper>ul:after,
    .custom-menu-primary .hs-menu-wrapper>ul:before {
        content: none;
    }
}

/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */

.mobile-trigger,
.child-trigger {
    display: none;
}

@media (max-width: 991px) {

    /* Menu Reset */
    .custom-signUp-links {
        display: none !important;
    }

    /* ===== Mobile Toggle Button ===== */
    .mobile-trigger {
        margin: 0;
        display: block;
        font-family: inherit;
        padding: .25rem 0rem;
        outline: 0;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        -webkit-appearance: none;
        -webkit-appearance: none;
        margin-top: -8px;
    }

    .widget-span.custom-header .page-center {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 1.5rem !important;
    }

    .custom-signUp-links ul {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 1.5rem !important;
    }

    .custom-header.header-lp button.navbar-toggler.mobile-trigger {
        display: none;
    }

    .mobile-trigger:hover {}

    .animated-mobile-icon {
        width: 40px;
        height: 25px;
        position: relative;
        margin: 0px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    .animated-mobile-icon span {
        display: block;
        position: absolute;
        height: 5px;
        width: 100%;
        border-radius: 1px;
        background-color: rgba(225, 225, 225, .3);
        left: 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .animated-mobile-icon span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }

    .animated-mobile-icon span:nth-child(2) {
        top: 10px;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }

    .animated-mobile-icon span:nth-child(3) {
        top: 20px;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }

    .mobile-open .animated-mobile-icon span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0px;
        left: 12px;
        width: 30px;
        background-color: rgba(225, 225, 225, 1);
    }

    .mobile-open .animated-mobile-icon span:nth-child(2) {
        width: 0;
        opacity: 0;
    }

    .mobile-open .animated-mobile-icon span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 21px;
        left: 12px;
        width: 30px;
        background-color: rgba(225, 225, 225, 1);
    }

    /* ===== Mobile Child Toggle Buttons ===== */
    .child-trigger {
        display: block !important;
        cursor: pointer;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 13%;
        min-width: 13%;
        height: 58px !important;
        padding: 0 !important;
        border-left: 1px dotted rgba(255, 255, 255, .20);
        z-index: 55;
    }

    .child-trigger:hover {
        text-decoration: none;
    }

    .child-trigger i {
        position: relative;
        top: 50%;
        /* Centers icon inside button */
        margin: 0 auto !important;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .child-trigger i:after {
        position: absolute;
        content: '';
    }

    .child-trigger i,
    .child-trigger i:after {
        width: 10px;
        /* Icon line width */
        height: 1px;
        /* Icon line height */
        background-color: #fff;
        /* Icon color */
        display: block;
    }

    .child-trigger i:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .child-trigger.child-open i {}

    .child-trigger.child-open i:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

@media (max-width: 1099px) {
    .custom-menu-primary .hs-menu-wrapper>ul {
        padding-left: 0;
    }
}

@media (min-width: 992px) {

    /*   .widget-span.custom-signUp-links.tab-view {
  display: none;
}
  */
    /*========== haeder right links==========*/
    .widget-span.custom-signUp-links {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0;
    }

    .custom-signUp-links>*,
    .custom-signUp-links>*>*,
    .custom-signUp-links>*,
    .custom-signUp-links>*>*>* {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .custom-signUp-links .hs-menu-wrapper>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-transform: uppercase;
        list-style-type: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .custom-signUp-links .hs-menu-wrapper>ul>li>a {
        display: block;
        padding: 0.5rem 1rem;
        color: #fff;
        font-weight: 700;
        -webkit-transition: background 250ms ease-in-out, color 250ms ease-in-out;
        -o-transition: background 250ms ease-in-out, color 250ms ease-in-out;
        transition: background 250ms ease-in-out, color 250ms ease-in-out;
    }

    .custom-signUp-links .hs-menu-wrapper>ul>li:first-child>a {
        opacity: 0.5;
        font-size: 0.75rem;
    }

    .custom-signUp-links .hs-menu-wrapper>ul>li:last-child>a {
        border-radius: 2px !important;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
        background-color: #bc9c5c;
        color: white;
        text-transform: uppercase;
        white-space: nowrap !important;
        /*     font-family: 'Pragati Narrow'; */
        font-family: SharpSans, san-serif font-size: 0.75rem;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        cursor: pointer;
    }

    .custom-signUp-links .hs-menu-wrapper>ul>li:last-child>a:hover {
        background-color: #9e8145;
    }

    .custom-signUp-links .hs-menu-wrapper>ul>li:first-child>a:hover {
        color: #bc9c5c;
    }
}

@media (max-width: 991px) {

    /*========== Header =========*/
    .custom-header {
        /*     height: 139px; */
    }

    .widget-span.custom-header-inner {
        /*     margin-top: 43px; */
    }

    .widget-span.custom-signUp-links {
        position: absolute;
        left: 0px;
        height: 43px;
        width: 100% !important;
        background-color: rgba(255, 255, 255, .05);
        top: 0;
        margin-left: 0 !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .custom-signUp-links>*,
    .custom-signUp-links>*>*,
    .custom-signUp-links>*>*>* {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        height: inherit;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .custom-signUp-links ul {
        text-transform: uppercase;
        list-style-type: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 80%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: unset;
    }

    .custom-signUp-links ul>li:last-child>a {
        -webkit-transition: background 250ms ease-in-out, color 250ms ease-in-out;
        -o-transition: background 250ms ease-in-out, color 250ms ease-in-out;
        transition: background 250ms ease-in-out, color 250ms ease-in-out;
        padding: 0;
        color: white;
        text-transform: uppercase;
        white-space: nowrap !important;
        font-family: SharpSans, san-serif;
        font-size: 0.75rem;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        cursor: pointer;
        display: block;
    }

    .custom-signUp-links ul>li:first-child>a {
        opacity: 0.5;
        font-size: 0.75rem;
        font-weight: 700;
        color: #fff;
        -webkit-transition: background 250ms ease-in-out, color 250ms ease-in-out;
        -o-transition: background 250ms ease-in-out, color 250ms ease-in-out;
        transition: background 250ms ease-in-out, color 250ms ease-in-out;
    }

    .custom-signUp-links ul>li:first-child>a:hover {
        color: #bc9c5c;
    }

    .custom-signUp-links ul>li {
        width: auto;
    }

    /*   .widget-span.custom-menu-primary {
  margin: 0;
}
  */
    .custom-menu-primary .hs-menu-wrapper>ul {
        padding-left: 40px;
    }

    /*   .widget-span.custom-menu-primary {
  margin-right: 1rem;
  margin-left: 0;
} */
}

@media (max-width: 992px) {
    .custom-title-search-wrapper {
        margin-top: 95px;
    }
}

/* =============== Screen sizes smaller than 992px =============== */

@media (min-width: 992px) {
    .scroll-header .custom-header {
        /*     position: absolute; */
    }
}

@media (max-width: 991px) {
    body .span12.widget-span.widget-type-cell.custom-header {
        top: 0 !important;
    }
}

/* =============== Landscape tablet and smaller devices =============== */

@media (min-width: 992px) {
    .widget-span.mobile-menu-wrapper {
        display: none;
    }

    .custom-title-search-wrapper>div>.row-fluid {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .custom-title-search-wrapper>div>.row-fluid>.widget-span {
        margin-left: 0;
        width: auto;
    }

    .custom-title-search-wrapper>div>.row-fluid>.widget-span:last-child {
        float: right;
    }
}

@media (max-width: 991px) {
    body.mobile-open {
        overflow: hidden;
    }

    /*=============== header ==========*/
    .custom-header-inner .page-center>*>.row-fluid>.widget-span:first-child {
        width: 100%;
        position: relative;
    }

    .custom-header-inner .page-center>*>.row-fluid>.widget-span:first-child .hs_cos_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .custom-logo {
        width: auto;
    }

    .widget-span.custom-menu-primary.desktop-view {
        display: none;
        min-height: 0px !important;
    }

    /* ===== Mobile Menu Styles ===== */
    .widget-span.mobile-menu-wrapper {
        height: 100vh;
        position: fixed;
        background-color: #f6f6f6;
        /*     top: 139px; */
        left: 0px;
        z-index: 22;
        /*     max-height: calc( 100vh - 139px); */
        overflow-x: hidden;
        overflow-y: auto;
        width: 0;
        -webkit-transition: width .3s;
        -o-transition: width .3s;
        transition: width .3s;
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s;
        -webkit-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        padding-bottom: 25px;
    }

    .mobile-open .widget-span.mobile-menu-wrapper {
        width: 100%;
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    .custom-mobile-footer-menu ul {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        text-align: center;
        padding-left: 40px;
    }

    .custom-mobile-footer-menu ul>li {
        margin-top: 15px;
    }

    .custom-mobile-footer-menu ul>li>a {
        display: block;
        padding: 0.5rem 1rem;
        width: 80% !important;
        text-transform: uppercase;
        font-weight: bold;
        border-radius: 2px;
        -webkit-transition: background 250ms ease-in-out, color 250ms ease-in-out;
        -o-transition: background 250ms ease-in-out, color 250ms ease-in-out;
        transition: background 250ms ease-in-out, color 250ms ease-in-out;
    }

    .custom-mobile-footer-menu ul>li:nth-child(1)>a {
        color: #656565;
        background-color: white;
        border: solid 1px #dbdbdb;
    }

    .custom-mobile-footer-menu ul>li:nth-child(2)>a {
        color: white;
        background-color: #bc9c5c;
    }

    /*==============*/
    .custom-menu-primary.js-enabled {
        position: relative;
        margin: 0;
    }

    /* Hide menu on mobile */
    .custom-menu-primary.js-enabled .hs-menu-wrapper {}

    .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
        display: none;
    }

    /* Make child lists appear below parent items */
    .custom-menu-primary ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        display: none;
    }

    /* Mobile Menu Styles */
    .custom-menu-primary.js-enabled .hs-menu-wrapper {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
    }

    .custom-menu-primary.js-enabled .hs-menu-wrapper:after {
        content: '';
        display: block;
        width: 100%;
        height: 5px;
        height: 10px;
        opacity: 0.25;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
        background-image: -o-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
        background-image: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));
    }

    .custom-menu-primary .hs-menu-wrapper {
        width: 100%;
        /* Full screen width */
    }

    .custom-menu-primary .hs-menu-wrapper>ul {
        /*     font-family: 'Pragati Narrow'; */
        font-family: SharpSans, san-serif font-size: 0.875rem;
        text-transform: uppercase;
        font-weight: bold;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0px !important;
        background-color: #f6f6f6;
        padding-top: 10px;
        width: 100%;
        padding-left: 0px;
    }

    /* Level 1 Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper>ul>li {
        position: relative;
        background-color: #ffffff;
        text-align: left;
        padding: .5rem 0 .5rem 10%;
        margin-bottom: 2px;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li.children-open {
        padding-bottom: 0;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        display: block;
        padding: 0.5rem 1rem;
        color: #656565;
        padding-left: 0;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        position: relative;
        z-index: 50;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
        font-size: 0.625rem;
        top: 2px;
        margin-left: 6px;
        text-align: center;
        speak: none;
        font-size: 1.0rem;
        color: #b4b4b4;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        /*content: "\f0da";*/
        content: url('../../../../../../../../../hubfs/icons/caret-down.svg') !important;
        top: 4px;
        right: 10.3%;
        color: #2e96d9;
        top: 4px;
        color: #b4b4b4;
        display: inline-block;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.children-open>a:after {
        color: #2e96d9;
    }

    /* Level 1 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper>ul li {}

    .custom-menu-primary .hs-menu-wrapper>ul li a {}

    .custom-menu-primary .hs-menu-wrapper>ul li a:hover {}

    /* Level 2 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper>ul ul {
        min-width: 10rem;
        padding: calc(.5rem + .125rem) 0 .5rem 0;
        /* margin: .125rem; */
        font-size: 1rem;
        color: #0e223a;
        text-align: left;
        list-style: none;
        background-color: #fff;
        margin-left: -11%;
        margin-right: -10%;
        padding-bottom: 0;
        position: relative;
        border: 0;
        -webkit-transition: all 1.3s ease-in-out;
        -o-transition: all 1.3s ease-in-out;
        transition: all 1.3s ease-in-out;
        width: 100% !important;
        margin-bottom: 0;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul li {
        padding: .25rem 0;
        background-color: #f6f6f6;
        display: block;
        width: 100%;
        border-bottom: white;
        border-bottom-width: 2px;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul li a {
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        display: block;
        width: 100%;
        padding: 0.25rem 1.5rem;
        clear: both;
        text-align: left;
        font-weight: bold;
        padding-left: 15%;
        color: #656565;
        font-size: 0.875rem;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
        text-decoration: none;
        background-color: #f8f9fa;
    }

    /* Level 3 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper>ul ul ul li a {
        text-indent: 30px;
        /* Indent Child lists */
    }

    /* Level 4 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper>ul ul ul ul li a {
        text-indent: 50px;
        /* Indent Child lists */
    }
}

@media (max-width: 539px) {}

/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 576px) {}

/*****************************************/

/*    Footer                             */

/*****************************************/

/* =============== Footer =============== */

/* ################ Begin new footer code, cleanup starts after this block ################### */

#footer-wrapper {
    background-color: var(--bs-dark);
}

.footer-legal a,
.footer-legal a:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #999999;
}

.logo-full {
    width: 220px;
    /* width="261" height="24" viewBox="0 0 261 24" */
}

.full-bldg.red {
    width: 40px;
    /* width="37.568" height="23.42" */
}

.logo-full.red #logo-left path {
    fill: #E07400;
}

.logo-full.red #logo-right path {
    fill: #B84900;
}

.logo-full.blue #logo-left path {
    fill: #266A6E;
}

.logo-full.blue #logo-right path {
    fill: #B84900;
}

/* Footer */

#logo-footer-full {
    /*  width="258" height="55" */
    width: 258px;
    padding: 10px;
}

.footer {
    padding: 20px;
    background-color: #141414;
    text-align: center;
}

.footer-white {
    background-color: #FFFFFF;
}

.footer-logo {
    padding: 0px 0px 30px 0px;
}

.footer-social {
    padding: 20px 10px 50px 10px;
}

.social-icon-footer {
    padding-right: 12px;
}

.footer-outer {
    display: inline-block;
    text-align: center;
    width: 100%;
    max-width: 1320px;
}

.footer-inner {
    display: inline-block;
    text-align: center;
    padding: 30px;
    width: 100%;
    max-width: 1260px;
    border-bottom: 1px solid #7C7C79;
}

.footer-left {
    width: 100%;
}

.footer-right {
    width: 100%;
    padding-top: 4px;
}

.widget-span.widget-type-cell.custom-footer-col {
    text-align: left !important;
}

.custom-footer-col h5,
.custom-footer-col .h5 {
    margin-top: 0;
    font-family: SharpSans, san-serif !important;
    color: #fff !important;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    font-size: .875rem;
    margin-bottom: 1.0rem;
}

.widget-span.custom-footer-col.custom-footer-col-1 {
    display: none;
}

.widget-span.custom-footer-col:not(.custom-footer-col-1) {
    text-align: center;
}

.footer-flex-center {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.footer-flex-column {
    flex: 20%;
}

.footer-text {
    color: #999999;
    font-size: 0.75rem;
    display: inline-flex;
    align-items: flex-start;
    padding: 30px;
    width: 100%;
    max-width: 1320px;
    text-align: left;
}

.footer-text a,
.footer-text p {
    font-size: 0.75rem;
    color: #999999;
}

.footer-copyright {
    text-align: left;
    width: 50%;
}

.footer-legal-links {
    text-align: right;
    width: 50%;
}

@media screen and (min-width: 992px) {
    .logo-full {
        padding-bottom: 10px;
    }
}

@media (min-width: 1300px) {
    .footer-inner {
        display: inline-flex;
        align-items: flex-start;
        padding: 30px;
        width: 100%;
    }

    .footer-left {
        width: 20%;
    }

    .footer-right {
        width: 80%;
        padding-top: 4px;
    }

    .widget-span.custom-footer-col:not(.custom-footer-col-1) {
        width: unset !important;
    }

    .widget-span.custom-footer-col.custom-footer-col-1 {
        display: block;
        text-align: center;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (max-width: 600px) {
    .footer-social {
        padding: 0px 10px 0px 10px;
    }

    .footer-inner,
    .footer-text {
        padding: 20px;
    }

    .footer-flex-column {
        flex: 50%;
    }

    .footer-text {
        display: inline-block;
    }

    .footer-copyright {
        text-align: center;
        width: 100%;
    }

    .footer-legal-links {
        text-align: center;
        width: 100%;
        padding-top: 20px;
    }

    .widget-span.custom-footer-col:not(.custom-footer-col-1) {
        /* width: 25%; */
        margin-right: 0px !important;
        display: inline-block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 1rem;
        margin-top: 2rem;
    }
}

@media (max-width: 768px) {
    /* .footer-flex-center {
			display: inline-block;

		} */
    /* .footer-flex-column {
			flex: 50%;
		} */
}

/* Mobile Menu */

@media (max-width: 991px) {
    .widget-span.mobile-menu-wrapper {
        height: 100vh;
        position: fixed;
        background-color: #f6f6f6;
        left: 0;
        z-index: 22;
        max-height: calc(100vh - var(--cs-nav-height));
        overflow-x: hidden;
        overflow-y: auto;
        width: 0;
        -webkit-transition: width .3s;
        -o-transition: width .3s;
        transition: width .3s;
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s;
        -webkit-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        padding-bottom: 25px;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul li {
        background-color: #fff !important;
    }
}

/* ################ End new footer code ################### */

.footer-container-wrapper {}

.footer-container {}

.custom-footer {
    color: #f6f6f6;
    font-size: .8125rem;
    padding-top: 1.5rem;
    background-color: #0e223a;
    font-family: 'Lato', san-serif;
}

.widget-span.custom-footer-wrapper .page-center {
    padding: 0;
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
}

.widget-span.custom-footer .page-center>div {}

.custom-footer .page-center>div {}

.custom-footer-wrapper .page-center>div>.row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.custom-footer-wrapper .page-center>div>.row-fluid:before,
.custom-footer-wrapper .page-center>div>.row-fluid:after,
.custom-footer-middle>div>.row-fluid:after,
.custom-footer-middle>div>.row-fluid:before,
.custom-footer-bottom>div>.row-fluid:after,
.custom-footer-bottom>div>.row-fluid:before {
    content: none;
}

.custom-footer-wrapper .page-center>div>.row-fluid>.widget-span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    /* max-width: 83.3333333333%; */
    padding: 0 15px;
    padding-bottom: 0.5rem;
}

/*============Footer Top =============*/

.custom-footer-top {
    background: #fff;
}

.custom-footer-wrapper .page-center>div>.row-fluid>.widget-span.custom-footer-form-wrapper {
    padding: 0;
}

.custom-footer-wrapper .custom-footer-top .page-center {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
}

.custom-footer-form-wrapper>div {}

.custom-footer-form-wrapper>div>.row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.custom-footer-form-wrapper>div>.row-fluid>.widget-span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    vertical-align: middle !important;
    margin: 0;
    padding: 0 15px;
    padding-bottom: 0.5rem;
}

.custom-footer-form-tagline p {
    margin: 0;
}

.custom-footer-form-wrapper {
    font-family: Lato;
    font-size: 1rem;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    color: #222;
}

.custom-footer-form form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    /*   margin-bottom: 1rem; */
    padding-bottom: 1rem;
    /*   height: 40px; */
}

.custom-footer-form form .hs-form-field>label {
    display: none;
}

.custom-footer-form form .hs_email {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.custom-footer-form form .hs_email .input {
    border: 1px solid #dbdbdb;
    border-radius: 2px;
}

.custom-footer-form form .hs_email input {
    height: 40px;
    font-family: Lato;
    font-size: 1rem;
    font-weight: 300;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background: transparent;
    /*   border: 1px solid #dbdbdb;
  border-radius: 2px; */
}

.widget-span.custom-footer-form {
    padding-bottom: 0 !important;
}

.actions {}

.custom-footer-form form input.hs-button {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    border-radius: 0;
    border: 1px solid transparent;
    background-color: #2e96d9;
    color: #fff;
    font-family: pragati narrow !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: .75rem !important;
    height: 38px;
    padding: .5rem 2rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
    height: 40px;
    -webkit-transition: color 0.25s ease-in-out, background 0.25s ease-in-out, border-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, background 0.25s ease-in-out, border-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out, background 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, background 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, background 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
}

.custom-footer-form form .hs_email input:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(14, 34, 58, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(14, 34, 58, 0.25);
}

.custom-footer-form form ul.hs-error-msgs.inputs-list {
    padding: 0;
    list-style: none;
    margin-top: 0px;
    position: absolute;
    left: 0;
    top: auto;
}

.custom-footer-form form .hs-error-msgs label {
    font-size: 1em;
    font-weight: normal;
    display: block;
    color: inherit;
}

/*============Footer Middle =============*/

.custom-footer-middle>div>.row-fluid {
    padding: 0 15px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 3rem;
    background-clip: padding-box;
    margin-bottom: 15px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom: 2px solid rgba(255, 255, 255, .2);
}

.widget-span.custom-footer .page-center .widget-span.custom-footer-middle {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.custom-footer-middle>div>.row-fluid>.widget-span {
    margin-left: 0;
}

.widget-span.custom-footer-col {
    width: auto;
}

.row-fluid {}

.widget-span.custom-footer-col.custom-footer-col-1 {
    text-align: center;
    padding-left: 2rem;
    padding-right: 2rem;
}

.widget-span.custom-footer-col {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.footer-brand-logo {
    display: inline-block;
    height: auto;
    /* below commented out by Tim 20210819 because it doesn't work with the new logo and shouldn't be spec'd anway */
    /*width: 186px;*/
}

.tagline.pt-3 {
    color: #dbdbdb;
    font-size: 14px;
    line-height: 1.43;
    width: 200px;
    font-weight: 300;
    text-align: center;
    margin: 0 auto;
    padding-top: 1rem;
    margin-bottom: 0px;
}

.social-media {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    margin-bottom: unset;
    margin-top: unset;
    width: unset;
    line-height: 1;
    font-size: 1.3125rem;
}

.social-media a {
    color: #fff;
    -webkit-transition: background 250ms ease-in-out, color 250ms ease-in-out;
    -o-transition: background 250ms ease-in-out, color 250ms ease-in-out;
    transition: background 250ms ease-in-out, color 250ms ease-in-out;
}

.social-media span.align-middle {
    vertical-align: middle;
}

.social-media a:hover {
    color: #bc9c5c;
}

.social-media span i {
    font-size: .875rem;
    border: 1px solid #dbdbdb;
    display: inline-block;
    border-radius: 60px;
    padding: .5em .6em;
}

.social-media span i.fa-facebook {
    padding: .5em .7em;
}

.fa-twitter:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}

.social-media a+a {
    margin-left: 1rem;
}

.custom-footer-menu ul {}

.custom-footer-menu ul>li {
    margin-bottom: .211rem !important;
    margin-right: .9375rem;
}

.custom-footer-menu ul>li>a {
    font-size: .75rem;
    color: #dbdbdb;
    -webkit-transition: background 250ms ease-in-out, color 250ms ease-in-out;
    -o-transition: background 250ms ease-in-out, color 250ms ease-in-out;
    transition: background 250ms ease-in-out, color 250ms ease-in-out;
    display: inline !important;
}

/*============Footer Bottom =============*/

.custom-footer-bottom {}

.custom-footer-bottom>div>.row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.custom-footer-bottom>div:first-child {
    padding-bottom: 0.5rem;
}

.custom-dislcalimer p {
    margin: 0;
    color: #b4b4b4 !important;
    font-size: .5625rem !important;
    font-family: Lato;
}

.custom-copyright p {
    margin: 0;
    color: inherit;
    color: #b4b4b4;
}

.widget-span.custom-copyright {
    font-size: .6875rem;
    vertical-align: top;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: unset;
    width: unset;
}

.widget-span.custom-no_nav__links {
    margin: 0;
    width: auto;
    color: #b4b4b4 !important;
    font-size: .5625rem;
    font-family: Lato;
}

.widget-span.custom-no_nav__links ul {
    list-style: none;
    margin: 0 0 1.5625rem 0;
    padding: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    white-space: nowrap;
}

.widget-span.custom-no_nav__links ul li {
    margin-bottom: .5rem;
    margin-right: .9375rem;
    margin-bottom: .2rem;
}

.widget-span.custom-no_nav__links ul li a {
    font-size: .75rem;
    color: #dbdbdb;
    font-family: Lato;
    -webkit-transition: background 250ms ease-in-out, color 250ms ease-in-out;
    -o-transition: background 250ms ease-in-out, color 250ms ease-in-out;
    transition: background 250ms ease-in-out, color 250ms ease-in-out;
}

/****************************************************************/

/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */

@media (min-width: 992px) {
    .custom-footer-middle>div>.row-fluid>.widget-span {
        width: auto;
    }
}

@media (max-width: 991px) {
    .container-fluid .row-fluid .page-center {
        max-width: 960px;
    }

    /*========== footer =======*/
    .widget-span.custom-footer-col.custom-footer-col-1 {
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    .custom-footer-middle>div>.row-fluid {
        padding-bottom: 3rem;
    }

    .widget-span.custom-footer-col {
        margin-bottom: 2rem !important;
    }

    .custom-footer-menu ul>li {
        margin-bottom: .2rem !important;
    }

    .footer-brand-logo {
        width: 100%;
        max-width: 255px;
    }

    /*====== Blog ===========*/
    .post-item {
        width: 50%;
    }

    .related-post-item {
        width: 100%;
    }

    .related-post-item .post-featured-image-wrapper {
        max-height: none !important;
    }

    .section.post-body p>img {
        float: none !important;
        width: 100% !important;
    }
}

@media (max-width: 1030px) {}

@media (max-width: 992px) {
    .custom-title-search-wrapper {
        margin-top: 95px;
    }
}

/* =============== Screen sizes smaller than 992px =============== */

@media (min-width: 992px) {
    blockquote {
        font-size: 1.44rem;
        padding-left: 3.75rem;
    }

    .body-container-wrapper .page-center {
        padding: 0 0px;
    }

    .body-container-wrapper .page-center>div>div {
        margin-left: 8.33333%;
        padding: 0 15px;
        width: 83.3333%;
    }
}

@media (max-width: 991px) {
    .container-fluid .row-fluid .page-center {
        max-width: 720px;
    }

    /*======= footer =========*/
    .custom-footer-wrapper .page-center>div>.row-fluid>.widget-span.custom-footer-bottom {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .widget-span.custom-no_nav__links ul,
    .custom-footer-menu ul {
        margin: 0 0 1.5625rem 0 !important;
    }

    .custom-copyright p {
        font-size: .5625rem;
    }

    .social-media {
        margin-bottom: 0.5rem;
        margin-top: 1.8rem;
    }

    /*========== Blog ==========*/
    .blog .body-container-wrapper .page-center {
        padding: 0 15px !important;
    }

    .custom-title-search-wrapper {
        margin-top: 37px;
    }

    .custom-categories ul {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .post-item {
        width: 100%;
    }

    .post-featured-image-wrapper {
        max-height: none !important;
    }

    .blog-pagination ul {
        margin-bottom: 2.1875rem;
        margin-top: 2.1875rem;
    }

    .blog-pagination ul>li a {
        padding: .6rem .8rem;
    }

    .sectio_.post-header-wrapper,
    .section.post-footer,
    .section.post-body-wrapper,
    .rel-post-author-wrapper {
        max-width: 100%;
        margin-left: 0;
        padding: 0;
        margin-left: 0;
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0;
    }

    .blog-section.csutom-post-section {
        padding-top: 0;
    }

    .section.post-header {
        padding: 2rem;
        margin-bottom: 2.75rem;
    }

    p.small {
        line-height: 1.928;
        font-size: 90%;
    }

    .social-share {
        display: none;
    }

    .entry-author {
        margin-bottom: .6875rem;
        padding: 2.1875rem 3.125rem;
    }

    .modal-body.text-center {
        padding: 1rem;
        margin-top: -2px;
    }
}

/* =============== Landscape tablet and smaller devices =============== */

@media (min-width: 768px) {
    .custom-title-search-wrapper>div>.row-fluid {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .custom-title-search-wrapper>div>.row-fluid>.widget-span {
        margin-left: 0;
        width: auto;
    }

    .custom-title-search-wrapper>div>.row-fluid>.widget-span:last-child {
        float: right;
    }
}

@media (max-width: 991px) {

    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    input[type="file"],
    textarea,
    select {
        max-width: 100%;
        width: 100%;
    }

    .body-container .hs_cos_wrapper_type_password_prompt,
    .body-container .hs_cos_wrapper_type_blog_subscribe,
    .body-container .hs_cos_wrapper_type_email_simple_subscription,
    .body-container .hs_cos_wrapper_type_form,
    .body-container .widget-type-google_search,
    .body-container .hs-search-field__bar,
    .body-container .hs_cos_wrapper_type_password_prompt,
    .body-container .hs_cos_wrapper_type_blog_subscribe,
    .body-container .hs_cos_wrapper_type_email_simple_subscription,
    .body-container .hs_cos_wrapper_type_form,
    .body-container .widget-type-google_search,
    .body-container .hs-search-field__bar,
    .body-container form {
        max-width: 100%;
        width: 100%;
        max-width: 100%;
        width: 100%;
    }

    .section.post-body p>img {
        float: none !important;
        width: 100% !important;
    }

    body.mobile-open {
        overflow: hidden;
    }

    .container-fluid .row-fluid .page-center {
        max-width: 540px;
    }

    /*====== footer ==========*/
    .custom-footer-wrapper .page-center>div>.row-fluid>.widget-span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .widget-span.custom-footer-col:not(.custom-footer-col-1) {
        width: 40%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 2rem;
    }

    .custom-footer-menu ul>li {
        margin-right: .9375rem;
        width: auto !important;
    }

    .custom-footer-form-wrapper>div>.row-fluid {
        display: block;
    }

    .custom-footer-form-wrapper>div>.row-fluid>.widget-span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .custom-footer-form form .hs_email {
        width: 100%;
    }

    .custom-footer-form form input.hs-button {
        position: absolute;
        right: 0;
        top: 1px;
    }

    /*========== Blog =============*/
    .custom-title-search-wrapper>div>.row-fluid {
        display: block;
        text-align: center;
    }

    .blog-title h2 {
        text-align: center;
    }

    .custom-site-search-wrapper .row-fluid>.widget-span {
        float: none;
        width: 100%;
    }

    .popup-modal-trigger-wrapper {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .hs-search-field.custom-site-search {
        text-align: center;
    }

    a.toggle-search.search-open {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .hs-search-field.custom-site-search .hs-search-field__bar {
        margin-right: 0 !important;
    }

    .hs-search-field.custom-site-search .hs-search-field__bar form {
        margin-bottom: 1rem;
    }

    /* ===== Mobile Menu Styles ===== */
    .widget-span.mobile-menu-wrapper {
        height: 100vh;
        position: fixed;
        background-color: #f6f6f6;
        top: 139px;
        left: 0px;
        z-index: 22;
        max-height: calc(100vh - 139px);
        overflow-x: hidden;
        overflow-y: auto;
        width: 0;
        -webkit-transition: width .3s;
        -o-transition: width .3s;
        transition: width .3s;
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s;
        -webkit-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        padding-bottom: 25px;
    }

    .mobile-open .widget-span.mobile-menu-wrapper {
        width: 100%;
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    .widget-span.custom-mobile-footer-menu {
        margin-top: 1rem;
        font-size: 1rem;
    }

    .custom-mobile-footer-menu,
    .custom-mobile-footer-menu>*,
    .custom-mobile-footer-menu>*>*,
    .custom-mobile-footer-menu>*>*>* {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        width: 100%;
    }

    .custom-mobile-footer-menu ul {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        text-align: center;
        padding-left: 40px;
    }

    .custom-mobile-footer-menu ul>li {
        margin-top: 15px;
    }

    .custom-mobile-footer-menu ul>li>a {
        display: block;
        padding: 0.5rem 1rem;
        width: 80% !important;
        text-transform: uppercase;
        font-weight: bold;
        border-radius: 2px;
        -webkit-transition: background 250ms ease-in-out, color 250ms ease-in-out;
        -o-transition: background 250ms ease-in-out, color 250ms ease-in-out;
        transition: background 250ms ease-in-out, color 250ms ease-in-out;
    }

    .custom-mobile-footer-menu ul>li:nth-child(1)>a {
        color: #656565;
        background-color: white;
        border: solid 1px #dbdbdb;
    }

    .custom-mobile-footer-menu ul>li:nth-child(2)>a {
        color: white;
        background-color: #bc9c5c;
    }

    /*==============*/
    /* Make child lists appear below parent items */
    .custom-menu-primary ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        display: none;
    }

    /* Mobile Menu Styles */
    .custom-menu-primary.js-enabled .hs-menu-wrapper {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
    }

    .custom-menu-primary.js-enabled .hs-menu-wrapper:after {
        content: '';
        display: block;
        width: 100%;
        height: 5px;
        height: 10px;
        opacity: 0.25;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
        background-image: -o-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
        background-image: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));
    }

    .custom-menu-primary .hs-menu-wrapper {
        width: 100%;
        /* Full screen width */
    }

    .custom-menu-primary .hs-menu-wrapper>ul {
        font-family: 'Pragati Narrow';
        font-size: 0.875rem;
        text-transform: uppercase;
        font-weight: bold;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0px !important;
        background-color: #f6f6f6;
        padding-top: 10px;
        width: 100%;
        padding-left: 0px;
    }

    /* Level 1 Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper>ul>li {
        position: relative;
        background-color: #ffffff;
        text-align: left;
        padding: .5rem 0 .5rem 10%;
        margin-bottom: 2px;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li.children-open {
        padding-bottom: 0;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        display: block;
        padding: 0.5rem 1rem;
        color: #656565;
        padding-left: 0;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        position: relative;
        z-index: 50;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
        font-size: 0.625rem;
        margin-left: 6px;
        /*font-family: 'FontAwesome';
        content: "\f0da";*/
        content: url('../../../../../../../../../hubfs/icons/caret-down.svg') !important;
        width: 10px !important;
        height: 10px;
        text-align: center;
        speak: none;
        font-size: 1.0rem;
        color: #b4b4b4;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        top: 4px;
        right: 10.3%;
        color: #2e96d9;
        color: #b4b4b4;
        display: inline-block;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.children-open>a:after {
        color: #2e96d9;
    }

    /* Level 1 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper>ul li {}

    .custom-menu-primary .hs-menu-wrapper>ul li a {}

    .custom-menu-primary .hs-menu-wrapper>ul li a:hover {}

    /* Level 2 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper>ul ul {
        min-width: 10rem;
        padding: calc(.5rem + .125rem) 0 .5rem 0;
        /* margin: .125rem; */
        font-size: 1rem;
        color: #0e223a;
        text-align: left;
        list-style: none;
        background-color: #fff;
        margin-left: -11%;
        margin-right: -10%;
        padding-bottom: 0;
        position: relative;
        border: 0;
        -webkit-transition: all 1.3s ease-in-out;
        -o-transition: all 1.3s ease-in-out;
        transition: all 1.3s ease-in-out;
        width: 100% !important;
        margin-bottom: 0;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul li {
        padding: .25rem 0;
        background-color: #f6f6f6;
        display: block;
        width: 100%;
        border-bottom: white;
        border-bottom-width: 2px;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul li a {
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        display: block;
        width: 100%;
        padding: 0.25rem 1.5rem;
        clear: both;
        text-align: left;
        font-weight: bold;
        padding-left: 15%;
        color: #656565;
        font-size: 0.875rem;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
        text-decoration: none;
        background-color: #f8f9fa;
    }

    /* Level 3 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper>ul ul ul li a {
        text-indent: 30px;
        /* Indent Child lists */
    }

    /* Level 4 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper>ul ul ul ul li a {
        text-indent: 50px;
        /* Indent Child lists */
    }
}

@media (max-width: 539px) {
    .container-fluid .row-fluid .page-center {
        max-width: 100%;
    }
}

/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 576px) {
    .container-fluid .row-fluid .page-center {
        max-width: 100%;
    }

    .widget-span.custom-mobile-footer-menu {
        font-size: 0.875rem;
    }

    .popup-modal {
        max-width: 100%;
        padding-left: 15px;
    }
}

@media (max-width: 479px) {
    .widget-span.custom-footer-col:not(.custom-footer-col-1) {
        width: 100%;
        display: block;
    }

    .widget-span.custom-footer-col:not(.custom-footer-col-1):last-child {
        margin-bottom: 0 !important;
    }
}

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

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

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

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