:root {
    --gs1-color-blue-dark-1: #001a4d;
    --gs1-color-blue-dark-2: #001335;
    --gs1-color-blue: #002c6c;
    --gs1-color-danger-dark-1: #90151a;
    --gs1-color-danger-dark-2: #750e13;
    --gs1-color-danger-light-1: #ffcccc;
    --gs1-color-danger-light-2: #ffdfdf;
    --gs1-color-danger: #ba1b23;
    --gs1-color-forest-accessible-dark-1: #026b30;
    --gs1-color-forest-accessible-dark-2: #014b22;
    --gs1-color-forest-accessible-light-1: #b3eacb;
    --gs1-color-forest-accessible-light-2: #ccf1dc;
    --gs1-color-forest-accessible: #008037;
    --gs1-color-forest: #00ac4a;
    --gs1-color-gold-accessible-dark-1: #665b0b;
    --gs1-color-gold-accessible-dark-2: #4e4608;
    --gs1-color-gold-accessible: #826f00;
    --gs1-color-gold: #c4b000;
    --gs1-color-grass-accessible-dark-1: #376911;
    --gs1-color-grass-accessible-dark-2: #2c530e;
    --gs1-color-grass-accessible: #417e12;
    --gs1-color-grass: #7ac143;
    --gs1-color-honey-accessible-dark-1: #705517;
    --gs1-color-honey-accessible-dark-2: #594312;
    --gs1-color-honey-accessible: #8d6b19;
    --gs1-color-honey: #b78b20;
    --gs1-color-lavender-accessible-dark-1: #6f4aa8;
    --gs1-color-lavender-accessible-dark-2: #604091;
    --gs1-color-lavender-accessible: #835cbc;
    --gs1-color-lavender: #af96d4;
    --gs1-color-lime-accessible-dark-1: #576111;
    --gs1-color-lime-accessible-dark-2: #3e450c;
    --gs1-color-lime-accessible: #667800;
    --gs1-color-lime: #c1d82f;
    --gs1-color-link-accessible-dark-1: #0a5e7a;
    --gs1-color-link-accessible-dark-2: #084c63;
    --gs1-color-link-accessible: #00799e;
    --gs1-color-link: #008dbd;
    --gs1-color-mint-accessible-dark-1: #276b45;
    --gs1-color-mint-accessible-dark-2: #1f5637;
    --gs1-color-mint-accessible: #3f7c5a;
    --gs1-color-mint: #71b790;
    --gs1-color-mist-accessible-dark-1: #356577;
    --gs1-color-mist-accessible-dark-2: #2a515f;
    --gs1-color-mist-accessible: #41778c;
    --gs1-color-mist: #8db9ca;
    --gs1-color-olive-accessible-dark-1: #576337;
    --gs1-color-olive-accessible-dark-2: #48522e;
    --gs1-color-olive-accessible: #677642;
    --gs1-color-olive: #9dbb68;
    --gs1-color-orange-accessible-dark-1: #a82c05;
    --gs1-color-orange-accessible-dark-2: #912305;
    --gs1-color-orange-accessible: #cd3c0d;
    --gs1-color-orange: #f26334;
    --gs1-color-peach-accessible-dark-1: #855304;
    --gs1-color-peach-accessible-dark-2: #6d4403;
    --gs1-color-peach-accessible: #9d6304;
    --gs1-color-peach: #fbb034;
    --gs1-color-purple-accessible-dark-1: #823d80;
    --gs1-color-purple-accessible-dark-2: #6f346d;
    --gs1-color-purple-accessible: #a2539a;
    --gs1-color-purple: #bd80b7;
    --gs1-color-raspberry-accessible-dark-1: #b32253;
    --gs1-color-raspberry-accessible-dark-2: #961c46;
    --gs1-color-raspberry-accessible: #d12b61;
    --gs1-color-raspberry: #f05587;
    --gs1-color-sky-accessible-dark-1: #095a6b;
    --gs1-color-sky-accessible-dark-2: #074755;
    --gs1-color-sky-accessible: #007b93;
    --gs1-color-sky: #00b6de;
    --gs1-color-slate-accessible-dark-1: #235696;
    --gs1-color-slate-accessible-dark-2: #1c4578;
    --gs1-color-slate-accessible: #3a70bf;
    --gs1-color-slate: #89aadb;
    --gs1-color-tangerine-accessible-dark-1: #7a3d00;
    --gs1-color-tangerine-accessible-dark-2: #663300;
    --gs1-color-tangerine-accessible-light-1: #ffdab3;
    --gs1-color-tangerine-accessible-light-2: #ffe6cc;
    --gs1-color-tangerine-accessible: #a15700;
    --gs1-color-tangerine: #ff8200;
    --gs1-color-teal-accessible-dark-1: #14615f;
    --gs1-color-teal-accessible-dark-2: #104c4b;
    --gs1-color-teal-accessible: #177c7a;
    --gs1-color-teal: #22bcb9;
    --gs1-color-terracotta-accessible-dark-1: #854525;
    --gs1-color-terracotta-accessible-dark-2: #703a1f;
    --gs1-color-terracotta-accessible: #ab5a2f;
    --gs1-color-terracotta: #d18158;
    --gs1-color-white: #ffffff;
    --gs1-color-ui-1: #f0f5fa;
    --gs1-color-ui-2: #e5f0fc;
    --gs1-color-ui-3: #c4d7ed;
    --gs1-color-ui-4: #e5e8eb;
    --gs1-color-ui-5: #a6b0bb;
    --gs1-color-ui-6: #696d73;
    --gs1-color-ui-7: #414345;
    --gs1-color-ui-8: #262626;
}

@media screen and (min-width: 1200px) {
    .carousel-photo-background button.slick-prev {
        right: 60px;
        left: 0;
        margin: auto;
    }
}

@media screen and (min-width: 1200px) {
    .carousel-photo-background button.slick-next {
        right: 0;
        left: 60px;
        margin: auto;
    }
}

.gs1-color-blue {
    color: #002c6c !important;
}

.gs1-background-color-blue {
    background-color: #002c6c !important;
}

.gs1-color-danger {
    color: #ba1b23 !important;
}

.gs1-background-color-danger {
    background-color: #ba1b23 !important;
}

.gs1-color-forest-accessible {
    color: #008037 !important;
}

.gs1-background-color-forest-accessible {
    background-color: #008037 !important;
}

.gs1-color-forest {
    color: #00ac4a !important;
}

.gs1-background-color-forest {
    background-color: #00ac4a !important;
}

.gs1-color-gold-accessible {
    color: #826f00 !important;
}

.gs1-background-color-gold-accessible {
    background-color: #826f00 !important;
}

.gs1-color-gold {
    color: #c4b000 !important;
}

.gs1-background-color-gold {
    background-color: #c4b000 !important;
}

.gs1-color-grass-accessible {
    color: #417e12 !important;
}

.gs1-background-color-grass-accessible {
    background-color: #417e12 !important;
}

.gs1-color-grass {
    color: #7ac143 !important;
}

.gs1-background-color-grass {
    background-color: #7ac143 !important;
}

.gs1-color-honey-accessible {
    color: #8d6b19 !important;
}

.gs1-background-color-honey-accessible {
    background-color: #8d6b19 !important;
}

.gs1-color-honey {
    color: #b78b20 !important;
}

.gs1-background-color-honey {
    background-color: #b78b20 !important;
}

.gs1-color-lavender-accessible {
    color: #835cbc !important;
}

.gs1-background-color-lavender-accessible {
    background-color: #835cbc !important;
}

.gs1-color-lavender {
    color: #af96d4 !important;
}

.gs1-background-color-lavender {
    background-color: #af96d4 !important;
}

.gs1-color-lime-accessible {
    color: #667800 !important;
}

.gs1-background-color-lime-accessible {
    background-color: #667800 !important;
}

.gs1-color-lime {
    color: #c1d82f !important;
}

.gs1-background-color-lime {
    background-color: #c1d82f !important;
}

.gs1-color-link-accessible {
    color: #00799e !important;
}

.gs1-background-color-link-accessible {
    background-color: #00799e !important;
}

.gs1-color-link {
    color: #008dbd !important;
}

.gs1-background-color-link {
    background-color: #008dbd !important;
}

.gs1-color-mint-accessible {
    color: #3f7c5a !important;
}

.gs1-background-color-mint-accessible {
    background-color: #3f7c5a !important;
}

.gs1-color-mint {
    color: #71b790 !important;
}

.gs1-background-color-mint {
    background-color: #71b790 !important;
}

.gs1-color-mist-accessible {
    color: #41778c !important;
}

.gs1-background-color-mist-accessible {
    background-color: #41778c !important;
}

.gs1-color-mist {
    color: #8db9ca !important;
}

.gs1-background-color-mist {
    background-color: #8db9ca !important;
}

.gs1-color-olive-accessible {
    color: #677642 !important;
}

.gs1-background-color-olive-accessible {
    background-color: #677642 !important;
}

.gs1-color-olive {
    color: #9dbb68 !important;
}

.gs1-background-color-olive {
    background-color: #9dbb68 !important;
}

.gs1-color-orange-accessible {
    color: #cd3c0d !important;
}

.gs1-background-color-orange-accessible {
    background-color: #cd3c0d !important;
}

.gs1-color-orange {
    color: #f26334 !important;
}

.gs1-background-color-orange {
    background-color: #f26334 !important;
}

.gs1-color-peach-accessible {
    color: #9d6304 !important;
}

.gs1-background-color-peach-accessible {
    background-color: #9d6304 !important;
}

.gs1-color-peach {
    color: #fbb034 !important;
}

.gs1-background-color-peach {
    background-color: #fbb034 !important;
}

.gs1-color-purple-accessible {
    color: #a2539a !important;
}

.gs1-background-color-purple-accessible {
    background-color: #a2539a !important;
}

.gs1-color-purple {
    color: #bd80b7 !important;
}

.gs1-background-color-purple {
    background-color: #bd80b7 !important;
}

.gs1-color-raspberry-accessible {
    color: #d12b61 !important;
}

.gs1-background-color-raspberry-accessible {
    background-color: #d12b61 !important;
}

.gs1-color-raspberry {
    color: #f05587 !important;
}

.gs1-background-color-raspberry {
    background-color: #f05587 !important;
}

.gs1-color-sky-accessible {
    color: #007b93 !important;
}

.gs1-background-color-sky-accessible {
    background-color: #007b93 !important;
}

.gs1-color-sky {
    color: #00b6de !important;
}

.gs1-background-color-sky {
    background-color: #00b6de !important;
}

.gs1-color-slate-accessible {
    color: #3a70bf !important;
}

.gs1-background-color-slate-accessible {
    background-color: #3a70bf !important;
}

.gs1-color-slate {
    color: #89aadb !important;
}

.gs1-background-color-slate {
    background-color: #89aadb !important;
}

.gs1-color-tangerine-accessible {
    color: #a15700 !important;
}

.gs1-background-color-tangerine-accessible {
    background-color: #a15700 !important;
}

.gs1-color-tangerine {
    color: #ff8200 !important;
}

.gs1-background-color-tangerine {
    background-color: #ff8200 !important;
}

.gs1-color-teal-accessible {
    color: #177c7a !important;
}

.gs1-background-color-teal-accessible {
    background-color: #177c7a !important;
}

.gs1-color-teal {
    color: #22bcb9 !important;
}

.gs1-background-color-teal {
    background-color: #22bcb9 !important;
}

.gs1-color-terracotta-accessible {
    color: #ab5a2f !important;
}

.gs1-background-color-terracotta-accessible {
    background-color: #ab5a2f !important;
}

.gs1-color-terracotta {
    color: #d18158 !important;
}

.gs1-background-color-terracotta {
    background-color: #d18158 !important;
}

.gs1-color-white {
    color: #ffffff !important;
}

.gs1-background-color-white {
    background-color: #ffffff !important;
}

.gs1-color-ui-1 {
    color: #f0f5fa !important;
}

.gs1-background-color-ui-1 {
    background-color: #f0f5fa !important;
}

.gs1-color-ui-2 {
    color: #e5f0fc !important;
}

.gs1-background-color-ui-2 {
    background-color: #e5f0fc !important;
}

.gs1-color-ui-3 {
    color: #c4d7ed !important;
}

.gs1-background-color-ui-3 {
    background-color: #c4d7ed !important;
}

.gs1-color-ui-4 {
    color: #e5e8eb !important;
}

.gs1-background-color-ui-4 {
    background-color: #e5e8eb !important;
}

.gs1-color-ui-5 {
    color: #a6b0bb !important;
}

.gs1-background-color-ui-5 {
    background-color: #a6b0bb !important;
}

.gs1-color-ui-6 {
    color: #696d73 !important;
}

.gs1-background-color-ui-6 {
    background-color: #696d73 !important;
}

.gs1-color-ui-7 {
    color: #414345 !important;
}

.gs1-background-color-ui-7 {
    background-color: #414345 !important;
}

.gs1-color-ui-8 {
    color: #262626 !important;
}

.gs1-background-color-ui-8 {
    background-color: #262626 !important;
}

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

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    overflow-x: hidden;
    position: relative;
    font-weight: 400;
    color: #262626;
}

main {
    display: block;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-color: #c4d7ed;
    border-style: solid;
}

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

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: 600;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.30;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

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

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

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

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

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

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

img {
    max-width: 100%;
    height: auto;
}

h6, .gs1-h6, h5, .gs1-h5, h4, .gs1-h4, h3, .gs1-h3, h2, .gs1-h2, h1, .gs1-h1 {
    font-weight: 300;
    line-height: 1.2;
    color: #002c6c;
}

:root {
    font-family: "Gotham SSm A","Gotham SSm B",Verdana,sans-serif;
    font-variant-numeric: tabular-nums;
    line-height: 1.625;
    color: #262626;
}

html {
    font-size: 100%;
}

body {
    font-size: calc(0.9321428571rem + 0.2571428571vw);
    font-family: "Gotham SSm A","Gotham SSm B",Verdana,sans-serif;
}

/*@media (min-width:1200px) {
    body {
        font-size: 1.125rem;
    }
}*/

.gs1-eyebrow {
    display: block;
    color: #cd3c0d;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-bottom: 0.25rem;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

h1, .gs1-h1 {
    font-size: calc(1.1285714286rem + 1.8285714286vw);
    font-weight: 300;
    margin-bottom: 0.25rem;
}

@media (min-width:1200px) {
    h1, .gs1-h1 {
        font-size: 2.5rem;
    }
}

h1 > .gs1-eyebrow, .gs1-h1 > .gs1-eyebrow {
    font-size: calc(0.95rem + 0.4vw);
    font-weight: 400;
}

@media (min-width:1200px) {
    h1 > .gs1-eyebrow, .gs1-h1 > .gs1-eyebrow {
        font-size: 1.25rem;
    }
}

h2, .gs1-h2 {
    font-size: calc(1.0571428571rem + 1.2571428571vw);
    margin-bottom: calc(0.9857142857rem + 0.6857142857vw);
}

@media (min-width:1200px) {
    h2, .gs1-h2 {
        font-size: 2rem;
    }
}

@media (min-width:1200px) {
    h2, .gs1-h2 {
        margin-bottom: 1.5rem;
    }
}

h2 > .gs1-eyebrow, .gs1-h2 > .gs1-eyebrow {
    font-size: calc(0.9321428571rem + 0.2571428571vw);
}

@media (min-width:1200px) {
    h2 > .gs1-eyebrow, .gs1-h2 > .gs1-eyebrow {
        font-size: 1.125rem;
    }
}

h3, .gs1-h3 {
    font-size: calc(1.0035714286rem + 0.8285714286vw);
    margin-bottom: calc(0.9321428571rem + 0.2571428571vw);
}

@media (min-width:1200px) {
    h3, .gs1-h3 {
        font-size: 1.625rem;
    }
}

@media (min-width:1200px) {
    h3, .gs1-h3 {
        margin-bottom: 1.125rem;
    }
}

h3 > .gs1-eyebrow, .gs1-h3 > .gs1-eyebrow {
    font-size: calc(0.9071428571rem + 0.0571428571vw);
}

@media (min-width:1200px) {
    h3 > .gs1-eyebrow, .gs1-h3 > .gs1-eyebrow {
        font-size: 0.95rem;
    }
}

h4, .gs1-h4 {
    font-size: calc(0.95rem + 0.4vw);
    margin-bottom: calc(0.9321428571rem + 0.2571428571vw);
}

@media (min-width:1200px) {
    h4, .gs1-h4 {
        font-size: 1.25rem;
    }
}

@media (min-width:1200px) {
    h4, .gs1-h4 {
        margin-bottom: 1.125rem;
    }
}

h5, .gs1-h5 {
    font-size: calc(0.9321428571rem + 0.2571428571vw);
    font-weight: 500;
    margin-bottom: 0.5rem;
}

@media (min-width:1200px) {
    h5, .gs1-h5 {
        font-size: 1.125rem;
    }
}

h6, .gs1-h6 {
    font-size: calc(0.9142857143rem + 0.1142857143vw);
    margin-bottom: 0.5rem;
}

@media (min-width:1200px) {
    h6, .gs1-h6 {
        font-size: 1rem;
    }
}

.gs1-display-1 {
    font-size: calc(1.2892857143rem + 3.1142857143vw);
    font-weight: 200;
    letter-spacing: -0.03em;
    margin-bottom: 0.25rem;
}

@media (min-width:1200px) {
    .gs1-display-1 {
        font-size: 3.625rem;
    }
}

.gs1-display-2 {
    font-size: calc(1.2178571429rem + 2.5428571429vw);
    font-weight: 200;
    letter-spacing: -0.03em;
    margin-bottom: 0.25rem;
}

@media (min-width:1200px) {
    .gs1-display-2 {
        font-size: 3.125rem;
    }
}

.gs1-subtitle {
    font-size: calc(0.9857142857rem + 0.6857142857vw);
    line-height: 1.4;
    margin-bottom: calc(1.2rem + 2.4vw);
}

@media (min-width:1200px) {
    .gs1-subtitle {
        font-size: 1.5rem;
    }
}

@media (min-width:1200px) {
    .gs1-subtitle {
        margin-bottom: 3rem;
    }
}

.gs1-intro {
    font-size: calc(0.9678571429rem + 0.5428571429vw);
    margin-top: 1em;
    margin-bottom: calc(0.9857142857rem + 0.6857142857vw);
}

@media (min-width:1200px) {
    .gs1-intro {
        font-size: 1.375rem;
    }
}

@media (min-width:1200px) {
    .gs1-intro {
        margin-bottom: 1.5rem;
    }
}

.gs1-big {
    font-size: calc(0.9678571429rem + 0.5428571429vw);
}

@media (min-width:1200px) {
    .gs1-big {
        font-size: 1.375rem;
    }
}

.gs1-little, figcaption {
    font-size: calc(0.9071428571rem + 0.0571428571vw);
}

@media (min-width:1200px) {
    .gs1-little, figcaption {
        font-size: 0.95rem;
    }
}

.gs1-legal {
    font-size: 0.625rem;
    color: #696d73;
}

.gs1-line-height-tight {
    line-height: 1.4;
}

address, aside, details, dialog, p, pre, blockquote {
    margin-top: 0;
    margin-bottom: 1em;
}

a {
    color: #00799e;
    transition: color 0.1s ease;
}

    a:hover {
        color: #002c6c;
    }

    a:active {
        color: #001335;
    }

    a:focus {
        outline-color: #002c6c;
    }

ol, ul {
    padding-left: 3.25em;
}
li {
    margin-bottom: 0.5rem;
}

.gs1-spacer-1 {
    margin-bottom: 0.25rem !important;
}

.gs1-spacer-2 {
    margin-bottom: 0.5rem !important;
}

.gs1-spacer-3 {
    margin-bottom: calc(0.9321428571rem + 0.2571428571vw) !important;
}

@media (min-width:1200px) {
    .gs1-spacer-3 {
        margin-bottom: 1.125rem !important;
    }
}

.gs1-spacer-4 {
    margin-bottom: calc(0.9857142857rem + 0.6857142857vw) !important;
}

@media (min-width:1200px) {
    .gs1-spacer-4 {
        margin-bottom: 1.5rem !important;
    }
}

.gs1-spacer-5 {
    margin-bottom: calc(1.2rem + 2.4vw) !important;
}

@media (min-width:1200px) {
    .gs1-spacer-5 {
        margin-bottom: 3rem !important;
    }
}

.gs1-spacer-6 {
    margin-bottom: calc(1.3428571429rem + 3.5428571429vw) !important;
}

@media (min-width:1200px) {
    .gs1-spacer-6 {
        margin-bottom: 4rem !important;
    }
}

.gs1-spacer-7 {
    margin-bottom: calc(1.4857142857rem + 4.6857142857vw) !important;
}

@media (min-width:1200px) {
    .gs1-spacer-7 {
        margin-bottom: 5rem !important;
    }
}

:root {
    --gs1-spacer-1: 0.25rem;
    --gs1-spacer-2: 0.5rem;
    --gs1-spacer-3: calc(0.9321428571rem + 0.2571428571vw);
    --gs1-spacer-4: calc(0.9857142857rem + 0.6857142857vw);
    --gs1-spacer-5: calc(1.2rem + 2.4vw);
    --gs1-spacer-6: calc(1.3428571429rem + 3.5428571429vw);
    --gs1-spacer-7: calc(1.4857142857rem + 4.6857142857vw);
}

@media (min-width:1200px) {
    :root {
        --gs1-spacer-3: 1.125rem;
    }
}

@media (min-width:1200px) {
    :root {
        --gs1-spacer-4: 1.5rem;
    }
}

@media (min-width:1200px) {
    :root {
        --gs1-spacer-5: 3rem;
    }
}

@media (min-width:1200px) {
    :root {
        --gs1-spacer-6: 4rem;
    }
}

@media (min-width:1200px) {
    :root {
        --gs1-spacer-7: 5rem;
    }
}

@font-face {
    font-family: "gs1_icons";
    src: url("/themes/custom/gsone_revamp/css/../fonts/gs1_icons.eot?-khbp73");
    src: url("/themes/custom/gsone_revamp/css/../fonts/gs1_icons.eot?#iefix-khbp73") format("embedded-opentype"),url("/themes/custom/gsone_revamp/css/../fonts/gs1_icons.woff?-khbp73") format("woff"),url("/themes/custom/gsone_revamp/css/../fonts/gs1_icons.ttf?-khbp73") format("truetype"),url("/themes/custom/gsone_revamp/css/../fonts/gs1_icons.svg?-khbp73#gs1_icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url("/themes/custom/gsone_revamp/css/../fonts/glyphicons-halflings-regular.eot");
    src: url("/themes/custom/gsone_revamp/css/../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),url("/themes/custom/gsone_revamp/css/../fonts/glyphicons-halflings-regular.woff") format("woff"),url("/themes/custom/gsone_revamp/css/../fonts/glyphicons-halflings-regular.ttf") format("truetype"),url("/themes/custom/gsone_revamp/css/../fonts/glyphicons-halflings-regular.svg#glyphicons-halflings-regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^=icon-], [class*=" icon-"] {
    font-family: "gs1_icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_down_2:before {
    content: "";
}

.icon-arrow_down:before {
    content: "";
}

.icon-arrow_left_2:before {
    content: "";
}

.icon-arrow_left:before {
    content: "";
}

.icon-arrow_right_2:before {
    content: "";
}

.icon-arrow_right:before {
    content: "";
}

.icon-arrow_up_2:before {
    content: "";
}

.icon-arrow_up:before {
    content: "";
}

.icon-backward:before {
    content: "";
}

.icon-ban_circle:before {
    content: "";
}

.icon-barcode:before {
    content: "";
}

.icon-book:before {
    content: "";
}

.icon-bookmark:before {
    content: "";
}

.icon-calculator:before {
    content: "";
}

.icon-calendar:before {
    content: "";
}

.icon-check_file:before {
    content: "";
}

.icon-check:before {
    content: "";
}

.icon-circle_arrow_down:before {
    content: "";
}

.icon-circle_arrow_left:before {
    content: "";
}

.icon-circle_arrow_right:before {
    content: "";
}

.icon-circle_arrow_up:before {
    content: "";
}

.icon-clock:before {
    content: "";
}

.icon-close:before {
    content: "";
}

.icon-cloud_download:before {
    content: "";
}

.icon-cloud_upload:before {
    content: "";
}

.icon-cog:before {
    content: "";
}

.icon-comment:before {
    content: "";
}

.icon-credit_card:before {
    content: "";
}

.icon-dashboard:before {
    content: "";
}

.icon-download:before {
    content: "";
}

.icon-earphone:before {
    content: "";
}

.icon-envelope:before {
    content: "";
}

.icon-excel_file:before {
    content: "";
}

.icon-exclamation_sign:before {
    content: "";
}

.icon-expand:before {
    content: "";
}

.icon-facebook:before {
    content: "";
}

.icon-fast_backward:before {
    content: "";
}

.icon-fast_forward:before {
    content: "";
}

.icon-file:before {
    content: "";
}

.icon-flag:before {
    content: "";
}

.icon-flickr:before {
    content: "";
}

.icon-folder_close:before {
    content: "";
}

.icon-folder_open:before {
    content: "";
}

.icon-forward:before {
    content: "";
}

.icon-globe:before {
    content: "";
}

.icon-google_plus:before {
    content: "";
}

.icon-heart:before {
    content: "";
}

.icon-help:before {
    content: "";
}

.icon-home:before {
    content: "";
}

.icon-inbox:before {
    content: "";
}

.icon-info_sign:before {
    content: "";
}

.icon-instagram:before {
    content: "";
}

.icon-issuu:before {
    content: "";
}

.icon-linkedin:before {
    content: "";
}

.icon-list:before {
    content: "";
}

.icon-location:before {
    content: "";
}

.icon-lock:before {
    content: "";
}

.icon-menu:before {
    content: "";
}

.icon-minus:before {
    content: "";
}

.icon-move:before {
    content: "";
}

.icon-music_file:before {
    content: "";
}

.icon-not_complete:before {
    content: "";
}

.icon-ok_circle:before {
    content: "";
}

.icon-ok_sign:before {
    content: "";
}

.icon-open_in_new_tab:before {
    content: "";
}

.icon-open_lock:before {
    content: "";
}

.icon-paperclip:before {
    content: "";
}

.icon-pause:before {
    content: "";
}

.icon-pdf_file:before {
    content: "";
}

.icon-pencil:before {
    content: "";
}

.icon-play:before {
    content: "";
}

.icon-plus:before {
    content: "";
}

.icon-ppt_file:before {
    content: "";
}

.icon-print:before {
    content: "";
}

.icon-refresh:before {
    content: "";
}

.icon-remove_circle:before {
    content: "";
}

.icon-remove_file:before {
    content: "";
}

.icon-remove_sign:before {
    content: "";
}

.icon-search:before {
    content: "";
}

.icon-share_alt:before {
    content: "";
}

.icon-shopping_cart:before {
    content: "";
}

.icon-skip_next:before {
    content: "";
}

.icon-skip_start:before {
    content: "";
}

.icon-smartphone:before {
    content: "";
}

.icon-sort:before {
    content: "";
}

.icon-star_empty:before {
    content: "";
}

.icon-star:before {
    content: "";
}

.icon-stats:before {
    content: "";
}

.icon-stop:before {
    content: "";
}

.icon-thumbs_down:before {
    content: "";
}

.icon-thumbs_up:before {
    content: "";
}

.icon-transfer:before {
    content: "";
}

.icon-trashcan:before {
    content: "";
}

.icon-twitter:before {
    content: "";
}

.icon-upload:before {
    content: "";
}

.icon-user:before {
    content: "";
}

.icon-video_file:before {
    content: "";
}

.icon-volume_down:before {
    content: "";
}

.icon-volume_off:before {
    content: "";
}

.icon-volume_up:before {
    content: "";
}

.icon-warning_file:before {
    content: "";
}

.icon-warning_sign:before {
    content: "";
}

.icon-word_file:before {
    content: "";
}

.icon-youtube:before {
    content: "";
}

.icon-zoom_in:before {
    content: "";
}

.icon-zoom_out:before {
    content: "";
}

.color-blue-dark-1 {
    color: #001a4d;
}

.color-blue-dark-2 {
    color: #001335;
}

.color-blue {
    color: #002c6c;
}

.color-danger {
    color: #ba1b23;
}

.color-forest {
    color: #00ac4a;
}

.color-gold {
    color: #c4b000;
}

.color-grass {
    color: #7ac143;
}

.color-honey {
    color: #b78b20;
}

.color-lavender {
    color: #af96d4;
}

.color-lime {
    color: #c1d82f;
}

.color-link {
    color: #008dbd;
}

.color-mint {
    color: #71b790;
}

.color-mist {
    color: #8db9ca;
}

.color-olive {
    color: #9dbb68;
}

.color-orange {
    color: #f26334;
}

.color-peach {
    color: #fbb034;
}

.color-purple {
    color: #bd80b7;
}

.color-raspberry {
    color: #f05587;
}

.color-sky {
    color: #00b6de;
}

.color-slate {
    color: #89aadb;
}

.color-tangerine {
    color: #ff8200;
}

.color-teal {
    color: #22bcb9;
}

.color-terracotta {
    color: #d18158;
}

.color-white {
    color: #ffffff;
}

.color-orange-acessible {
    color: #cd3c0d;
}

.bg-blue-dark-1 {
    background-color: #001a4d;
}

.bg-blue-dark-2 {
    background-color: #001335;
}

.bg-blue {
    background-color: #002c6c;
}

.bg-danger {
    background-color: #ba1b23;
}

.bg-forest {
    background-color: #00ac4a;
}

.bg-gold {
    background-color: #c4b000;
}

.bg-grass {
    background-color: #7ac143;
}

.bg-honey {
    background-color: #b78b20;
}

.bg-lavender {
    background-color: #af96d4;
}

.bg-lime {
    background-color: #c1d82f;
}

.bg-link {
    background-color: #008dbd;
}

.bg-mint {
    background-color: #71b790;
}

.bg-mist {
    background-color: #8db9ca;
}

.bg-olive {
    background-color: #9dbb68;
}

.bg-orange {
    background-color: #f26334;
}

.bg-peach {
    background-color: #fbb034;
}

.bg-purple {
    background-color: #bd80b7;
}

.bg-raspberry {
    background-color: #f05587;
}

.bg-sky {
    background-color: #00b6de;
}

.bg-slate {
    background-color: #89aadb;
}

.bg-tangerine {
    background-color: #ff8200;
}

.bg-teal {
    background-color: #22bcb9;
}

.bg-terracotta {
    background-color: #d18158;
}

.bg-white {
    background-color: #ffffff;
}

.bg-ui-1 {
    background-color: #f0f5fa;
}

.bg-color-ui-1 {
    background-color: #f0f5fa;
}

.bg-orange-accessible {
    background-color: #cd3c0d;
}

.btn-bg-blue {
    background-color: #002c6c;
}

    .btn-bg-blue:hover {
        background-color: #001a4d;
    }

    .btn-bg-blue:active {
        background-color: #001335;
    }

.btn-bg-forest-accessible {
    background-color: #008037;
}

    .btn-bg-forest-accessible:hover {
        background-color: #026b30;
    }

    .btn-bg-forest-accessible:active {
        background-color: #014b22;
    }

.btn-bg-gold-accessible {
    background-color: #826f00;
}

    .btn-bg-gold-accessible:hover {
        background-color: #665b0b;
    }

    .btn-bg-gold-accessible:active {
        background-color: #4e4608;
    }

.btn-bg-grass-accessible {
    background-color: #417e12;
}

    .btn-bg-grass-accessible:hover {
        background-color: #376911;
    }

    .btn-bg-grass-accessible:active {
        background-color: #2c530e;
    }

.btn-bg-honey-accessible {
    background-color: #8d6b19;
}

    .btn-bg-honey-accessible:hover {
        background-color: #705517;
    }

    .btn-bg-honey-accessible:active {
        background-color: #594312;
    }

.btn-bg-lavender-accessible {
    background-color: #835cbc;
}

    .btn-bg-lavender-accessible:hover {
        background-color: #6f4aa8;
    }

    .btn-bg-lavender-accessible:active {
        background-color: #604091;
    }

.btn-bg-lime-accessible {
    background-color: #667800;
}

    .btn-bg-lime-accessible:hover {
        background-color: #576111;
    }

    .btn-bg-lime-accessible:active {
        background-color: #3e450c;
    }

.btn-bg-link-accessible {
    background-color: #00799e;
}

    .btn-bg-link-accessible:hover {
        background-color: #0a5e7a;
    }

    .btn-bg-link-accessible:active {
        background-color: #084c63;
    }

.btn-bg-mint-accessible {
    background-color: #3f7c5a;
}

    .btn-bg-mint-accessible:hover {
        background-color: #276b45;
    }

    .btn-bg-mint-accessible:active {
        background-color: #1f5637;
    }

.btn-bg-mist-accessible {
    background-color: #41778c;
}

    .btn-bg-mist-accessible:hover {
        background-color: #356577;
    }

    .btn-bg-mist-accessible:active {
        background-color: #2a515f;
    }

.btn-bg-olive-accessible {
    background-color: #677642;
}

    .btn-bg-olive-accessible:hover {
        background-color: #576337;
    }

    .btn-bg-olive-accessible:active {
        background-color: #48522e;
    }

.btn-bg-orange-accessible {
    background-color: #cd3c0d;
}

    .btn-bg-orange-accessible:hover {
        background-color: #a82c05;
    }

    .btn-bg-orange-accessible:active {
        background-color: #912305;
    }

.btn-bg-peach-accessible {
    background-color: #9d6304;
}

    .btn-bg-peach-accessible:hover {
        background-color: #855304;
    }

    .btn-bg-peach-accessible:active {
        background-color: #6d4403;
    }

.btn-bg-purple-accessible {
    background-color: #a2539a;
}

    .btn-bg-purple-accessible:hover {
        background-color: #823d80;
    }

    .btn-bg-purple-accessible:active {
        background-color: #6f346d;
    }

.btn-bg-raspberry-accessible {
    background-color: #d12b61;
}

    .btn-bg-raspberry-accessible:hover {
        background-color: #b32253;
    }

    .btn-bg-raspberry-accessible:active {
        background-color: #961c46;
    }

.btn-bg-sky-accessible {
    background-color: #007b93;
    color: #002c6c;
}

    .btn-bg-sky-accessible:hover {
        background-color: #095a6b;
        color: #002c6c !important;
    }

    .btn-bg-sky-accessible:active {
        background-color: #074755;
    }

.btn-bg-sky {
    background-color: #00b6de;
    color: #002c6c !important;
}

    .btn-bg-sky:hover {
        background-color: #095a6b;
        color: #002c6c !important;
    }

    .btn-bg-sky:active {
        background-color: #074755;
    }

.btn-bg-slate-accessible {
    background-color: #3a70bf;
}

    .btn-bg-slate-accessible:hover {
        background-color: #235696;
    }

    .btn-bg-slate-accessible:active {
        background-color: #1c4578;
    }

.btn-bg-tangerine-accessible {
    background-color: #a15700;
}

    .btn-bg-tangerine-accessible:hover {
        background-color: #7a3d00;
    }

    .btn-bg-tangerine-accessible:active {
        background-color: #663300;
    }

.btn-bg-teal-accessible {
    background-color: #177c7a;
}

    .btn-bg-teal-accessible:hover {
        background-color: #14615f;
    }

    .btn-bg-teal-accessible:active {
        background-color: #104c4b;
    }

.btn-bg-terracotta-accessible {
    background-color: #ab5a2f;
}

    .btn-bg-terracotta-accessible:hover {
        background-color: #854525;
    }

    .btn-bg-terracotta-accessible:active {
        background-color: #703a1f;
    }

[class^=btn-bg-] {
    color: white;
}

    [class^=btn-bg-]:hover {
        color: white;
    }

    [class^=btn-bg-]:active {
        color: white;
    }

.mt-spacer-1 {
    margin-top: 0.25rem !important;
}

.mt-spacer-2 {
    margin-top: 0.5rem !important;
}

.mt-spacer-3 {
    margin-top: calc(0.9321428571rem + 0.2571428571vw) !important;
}

@media (min-width:1200px) {
    .mt-spacer-3 {
        margin-top: 1.125rem !important;
    }
}

.mt-spacer-4 {
    margin-top: calc(0.9857142857rem + 0.6857142857vw) !important;
}

@media (min-width:1200px) {
    .mt-spacer-4 {
        margin-top: 1.5rem !important;
    }
}

.mt-spacer-5 {
    margin-top: calc(1.2rem + 2.4vw) !important;
}

@media (min-width:1200px) {
    .mt-spacer-5 {
        margin-top: 3rem !important;
    }
}

.mt-spacer-6 {
    margin-top: calc(1.3428571429rem + 3.5428571429vw) !important;
}

@media (min-width:1200px) {
    .mt-spacer-6 {
        margin-top: 4rem !important;
    }
}

.mt-spacer-7 {
    margin-top: calc(1.4857142857rem + 4.6857142857vw) !important;
}

@media (min-width:1200px) {
    .mt-spacer-7 {
        margin-top: 5rem !important;
    }
}

.mb-spacer-1 {
    margin-bottom: 0.25rem !important;
}

.mb-spacer-2 {
    margin-bottom: 0.5rem !important;
}

.mb-spacer-3 {
    margin-bottom: calc(0.9321428571rem + 0.2571428571vw) !important;
}

@media (min-width:1200px) {
    .mb-spacer-3 {
        margin-bottom: 1.125rem !important;
    }
}

.mb-spacer-4 {
    margin-bottom: calc(0.9857142857rem + 0.6857142857vw) !important;
}

@media (min-width:1200px) {
    .mb-spacer-4 {
        margin-bottom: 1.5rem !important;
    }
}

.mb-spacer-5 {
    margin-bottom: calc(1.2rem + 2.4vw) !important;
}

@media (min-width:1200px) {
    .mb-spacer-5 {
        margin-bottom: 3rem !important;
    }
}

.mb-spacer-6 {
    margin-bottom: calc(1.3428571429rem + 3.5428571429vw) !important;
}

@media (min-width:1200px) {
    .mb-spacer-6 {
        margin-bottom: 4rem !important;
    }
}

.mb-spacer-7 {
    margin-bottom: calc(1.4857142857rem + 4.6857142857vw) !important;
}

@media (min-width:1200px) {
    .mb-spacer-7 {
        margin-bottom: 5rem !important;
    }
}

.pt-spacer-1 {
    padding-top: 0.25rem !important;
}

.pt-spacer-2 {
    padding-top: 0.5rem !important;
}

.pt-spacer-3 {
    padding-top: calc(0.9321428571rem + 0.2571428571vw) !important;
}

@media (min-width:1200px) {
    .pt-spacer-3 {
        padding-top: 1.125rem !important;
    }
}

.pt-spacer-4 {
    padding-top: calc(0.9857142857rem + 0.6857142857vw) !important;
}

@media (min-width:1200px) {
    .pt-spacer-4 {
        padding-top: 1.5rem !important;
    }
}

.pt-spacer-5 {
    padding-top: calc(1.2rem + 2.4vw) !important;
}

@media (min-width:1200px) {
    .pt-spacer-5 {
        padding-top: 3rem !important;
    }
}

.pt-spacer-6 {
    padding-top: calc(1.3428571429rem + 3.5428571429vw) !important;
}

@media (min-width:1200px) {
    .pt-spacer-6 {
        padding-top: 4rem !important;
    }
}

.pt-spacer-7 {
    padding-top: calc(1.4857142857rem + 4.6857142857vw) !important;
}

@media (min-width:1200px) {
    .pt-spacer-7 {
        padding-top: 5rem !important;
    }
}

.pr-spacer-1 {
    padding-right: 0.25rem;
}

.pr-spacer-2 {
    padding-right: 0.5rem;
}

.pr-spacer-3 {
    padding-right: calc(0.9321428571rem + 0.2571428571vw);
}

@media (min-width:1200px) {
    .pr-spacer-3 {
        padding-right: 1.125rem;
    }
}

.pr-spacer-4 {
    padding-right: calc(0.9857142857rem + 0.6857142857vw);
}

@media (min-width:1200px) {
    .pr-spacer-4 {
        padding-right: 1.5rem;
    }
}

.pr-spacer-5 {
    padding-right: calc(1.2rem + 2.4vw);
}

@media (min-width:1200px) {
    .pr-spacer-5 {
        padding-right: 3rem;
    }
}

.pr-spacer-6 {
    padding-right: calc(1.3428571429rem + 3.5428571429vw);
}

@media (min-width:1200px) {
    .pr-spacer-6 {
        padding-right: 4rem;
    }
}

.pr-spacer-7 {
    padding-right: calc(1.4857142857rem + 4.6857142857vw);
}

@media (min-width:1200px) {
    .pr-spacer-7 {
        padding-right: 5rem;
    }
}

.pl-spacer-1 {
    padding-left: 0.25rem;
}

.pl-spacer-2 {
    padding-left: 0.5rem;
}

.pl-spacer-3 {
    padding-left: calc(0.9321428571rem + 0.2571428571vw);
}

@media (min-width:1200px) {
    .pl-spacer-3 {
        padding-left: 1.125rem;
    }
}

.pl-spacer-4 {
    padding-left: calc(0.9857142857rem + 0.6857142857vw);
}

@media (min-width:1200px) {
    .pl-spacer-4 {
        padding-left: 1.5rem;
    }
}

.pl-spacer-5 {
    padding-left: calc(1.2rem + 2.4vw);
}

@media (min-width:1200px) {
    .pl-spacer-5 {
        padding-left: 3rem;
    }
}

.pl-spacer-6 {
    padding-left: calc(1.3428571429rem + 3.5428571429vw);
}

@media (min-width:1200px) {
    .pl-spacer-6 {
        padding-left: 4rem;
    }
}

.pl-spacer-7 {
    padding-left: calc(1.4857142857rem + 4.6857142857vw);
}

@media (min-width:1200px) {
    .pl-spacer-7 {
        padding-left: 5rem;
    }
}

.pb-spacer-1 {
    padding-bottom: 0.25rem !important;
}

.pb-spacer-2 {
    padding-bottom: 0.5rem !important;
}

.pb-spacer-3 {
    padding-bottom: calc(0.9321428571rem + 0.2571428571vw) !important;
}

@media (min-width:1200px) {
    .pb-spacer-3 {
        padding-bottom: 1.125rem !important;
    }
}

.pb-spacer-4 {
    padding-bottom: calc(0.9857142857rem + 0.6857142857vw) !important;
}

@media (min-width:1200px) {
    .pb-spacer-4 {
        padding-bottom: 1.5rem !important;
    }
}

.pb-spacer-5 {
    padding-bottom: calc(1.2rem + 2.4vw) !important;
}

@media (min-width:1200px) {
    .pb-spacer-5 {
        padding-bottom: 3rem !important;
    }
}

.pb-spacer-6 {
    padding-bottom: calc(1.3428571429rem + 3.5428571429vw) !important;
}

@media (min-width:1200px) {
    .pb-spacer-6 {
        padding-bottom: 4rem !important;
    }
}

.pb-spacer-7 {
    padding-bottom: calc(1.4857142857rem + 4.6857142857vw) !important;
}

@media (min-width:1200px) {
    .pb-spacer-7 {
        padding-bottom: 5rem !important;
    }
}

.pl-spacer-1 {
    padding-left: 0.25rem !important;
}

.pl-spacer-2 {
    padding-left: 0.5rem !important;
}

.pl-spacer-3 {
    padding-left: calc(0.9321428571rem + 0.2571428571vw) !important;
}

@media (min-width:1200px) {
    .pl-spacer-3 {
        padding-left: 1.125rem !important;
    }
}

.pl-spacer-4 {
    padding-left: calc(0.9857142857rem + 0.6857142857vw) !important;
}

@media (min-width:1200px) {
    .pl-spacer-4 {
        padding-left: 1.5rem !important;
    }
}

.pl-spacer-5 {
    padding-left: calc(1.2rem + 2.4vw) !important;
}

@media (min-width:1200px) {
    .pl-spacer-5 {
        padding-left: 3rem !important;
    }
}

.pl-spacer-6 {
    padding-left: calc(1.3428571429rem + 3.5428571429vw) !important;
}

@media (min-width:1200px) {
    .pl-spacer-6 {
        padding-left: 4rem !important;
    }
}

.pl-spacer-7 {
    padding-left: calc(1.4857142857rem + 4.6857142857vw) !important;
}

@media (min-width:1200px) {
    .pl-spacer-7 {
        padding-left: 5rem !important;
    }
}

@media screen and (min-width:768px) {
    .p-md-spacer-1 {
        padding: 0.25rem !important;
    }

    .p-md-spacer-2 {
        padding: 0.5rem !important;
    }

    .p-md-spacer-3 {
        padding: calc(0.9321428571rem + 0.2571428571vw) !important;
    }
}

@media screen and (min-width:768px) and (min-width:1200px) {
    .p-md-spacer-3 {
        padding: 1.125rem !important;
    }
}

@media screen and (min-width:768px) {
    .p-md-spacer-4 {
        padding: calc(0.9857142857rem + 0.6857142857vw) !important;
    }
}

@media screen and (min-width:768px) and (min-width:1200px) {
    .p-md-spacer-4 {
        padding: 1.5rem !important;
    }
}

@media screen and (min-width:768px) {
    .p-md-spacer-5 {
        padding: calc(1.2rem + 2.4vw) !important;
    }
}

@media screen and (min-width:768px) and (min-width:1200px) {
    .p-md-spacer-5 {
        padding: 3rem !important;
    }
}

@media screen and (min-width:768px) {
    .p-md-spacer-6 {
        padding: calc(1.3428571429rem + 3.5428571429vw) !important;
    }
}

@media screen and (min-width:768px) and (min-width:1200px) {
    .p-md-spacer-6 {
        padding: 4rem !important;
    }
}

@media screen and (min-width:768px) {
    .p-md-spacer-7 {
        padding: calc(1.4857142857rem + 4.6857142857vw) !important;
    }
}

@media screen and (min-width:768px) and (min-width:1200px) {
    .p-md-spacer-7 {
        padding: 5rem !important;
    }
}

@media screen and (min-width:768px) {
    .pr-45 {
        padding-right: 45px !important;
    }
}

@media screen and (max-width:576px) {
    .pb-spacer-1-sm {
        padding-bottom: 0.25rem !important;
    }

    .pb-spacer-2-sm {
        padding-bottom: 0.5rem !important;
    }

    .pb-spacer-3-sm {
        padding-bottom: calc(0.9321428571rem + 0.2571428571vw) !important;
    }
}

@media screen and (max-width:576px) and (min-width:1200px) {
    .pb-spacer-3-sm {
        padding-bottom: 1.125rem !important;
    }
}

@media screen and (max-width:576px) {
    .pb-spacer-4-sm {
        padding-bottom: calc(0.9857142857rem + 0.6857142857vw) !important;
    }
}

@media screen and (max-width:576px) and (min-width:1200px) {
    .pb-spacer-4-sm {
        padding-bottom: 1.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pb-spacer-5-sm {
        padding-bottom: calc(1.2rem + 2.4vw) !important;
    }
}

@media screen and (max-width:576px) and (min-width:1200px) {
    .pb-spacer-5-sm {
        padding-bottom: 3rem !important;
    }
}

@media screen and (max-width:576px) {
    .pb-spacer-6-sm {
        padding-bottom: calc(1.3428571429rem + 3.5428571429vw) !important;
    }
}

@media screen and (max-width:576px) and (min-width:1200px) {
    .pb-spacer-6-sm {
        padding-bottom: 4rem !important;
    }
}

@media screen and (max-width:576px) {
    .pb-spacer-7-sm {
        padding-bottom: calc(1.4857142857rem + 4.6857142857vw) !important;
    }
}

@media screen and (max-width:576px) and (min-width:1200px) {
    .pb-spacer-7-sm {
        padding-bottom: 5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pt-spacer-1-sm {
        padding-top: 0.25rem !important;
    }
}

@media screen and (max-width:576px) {
    .pt-spacer-2-sm {
        padding-top: 0.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pt-spacer-3-sm {
        padding-top: calc(0.9321428571rem + 0.2571428571vw) !important;
    }
}

@media screen and (max-width:576px) and (min-width:1200px) {
    .pt-spacer-3-sm {
        padding-top: 1.125rem !important;
    }
}

@media screen and (max-width:576px) {
    .pt-spacer-4-sm {
        padding-top: calc(0.9857142857rem + 0.6857142857vw) !important;
    }
}

@media screen and (max-width:576px) and (min-width:1200px) {
    .pt-spacer-4-sm {
        padding-top: 1.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pt-spacer-5-sm {
        padding-top: calc(1.2rem + 2.4vw) !important;
    }
}

@media screen and (max-width:576px) and (min-width:1200px) {
    .pt-spacer-5-sm {
        padding-top: 3rem !important;
    }
}

@media screen and (max-width:576px) {
    .pt-spacer-6-sm {
        padding-top: calc(1.3428571429rem + 3.5428571429vw) !important;
    }
}

@media screen and (max-width:576px) and (min-width:1200px) {
    .pt-spacer-6-sm {
        padding-top: 4rem !important;
    }
}

@media screen and (max-width:576px) {
    .pt-spacer-7-sm {
        padding-top: calc(1.4857142857rem + 4.6857142857vw) !important;
    }
}

@media screen and (max-width:576px) and (min-width:1200px) {
    .pt-spacer-7-sm {
        padding-top: 5rem !important;
    }
}

.body-large {
    font-size: calc(0.9321428571rem + 0.2571428571vw) !important;
}

@media (min-width:1200px) {
    .body-large {
        font-size: 1.125rem !important;
    }
}

.body-big-large {
    font-size: calc(0.9678571429rem + 0.5428571429vw) !important;
    line-height: 1.2;
}

@media (min-width:1200px) {
    .body-big-large {
        font-size: 1.375rem !important;
    }
}

.body-little {
    font-size: calc(0.9071428571rem + 0.0571428571vw) !important;
}

@media (min-width:1200px) {
    .body-little {
        font-size: 0.95rem !important;
    }
}

.body-sm {
    font-size: calc(0.9142857143rem + 0.1142857143vw) !important;
}

@media (min-width:1200px) {
    .body-sm {
        font-size: 1rem !important;
    }
}

.body-tiny {
    font-size: 0.75rem;
}

.text-formatted p:last-of-type {
    margin-bottom: 0;
}

p.subtitle {
    font-size: calc(0.9857142857rem + 0.6857142857vw) !important;
}

@media (min-width:1200px) {
    p.subtitle {
        font-size: 1rem !important;
        white-space: pre-line;
    }
}

h2.margin-bottom-basick-block {
    margin-bottom: 0;
}

h2.margin-bottom-basick-block-8 {
    margin-bottom: 8px;
}

p.remove-margin {
    margin-bottom: 0;
    font-size: calc(0.9321428571rem + 0.2571428571vw);
}

@media (min-width:1200px) {
    p.remove-margin {
        font-size: 1.125rem;
    }
}

p.remove-margin a {
    margin-bottom: 4px;
}

a.no-arrow {
    text-decoration: none !important;
}

a.second-link {
    text-decoration: none !important;
    font-weight: bold;
    color: #007B93;
}

.fw-500 {
    font-weight: 500;
}

@media screen and (max-width:576px) {
    .title-barcode {
        font-size: 29px;
        line-height: 38px;
    }
}

.body-barcode {
    font-size: 18px;
}

@media screen and (min-width:768px) {
    .body-barcode {
        font-size: 16px;
    }
}

.node__content {
    margin-top: 0;
    font-size: unset;
}

#backtotop {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23002c6c' class='bi bi-chevron-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
    border: 1px solid #E5F0FC;
    background-color: #F0F5FA;
    box-shadow: 0 2px 3px 0 rgba(0,44,108,0.2);
    border-radius: 100px;
    transition: bottom 0.2s ease;
}

    #backtotop:hover {
        box-shadow: 0px 10px 30px rgba(0,44,108,0.2);
        bottom: 24px;
    }

.shadow-img {
    box-shadow: 0 22px 54px 0 rgba(175,183,190,0.88);
    width: 218px;
}

.special-paddings {
    margin-right: -30px;
    margin-left: -30px;
    padding-right: 15px;
    padding-left: 15px;
}

.single-anual-report {
    padding-left: 15px;
    margin-right: 15px;
}

@media screen and (min-width:768px) {
    .shadow-img {
        width: 186px;
    }

    .single-anual-report {
        width: 216px !important;
    }

    .special-paddings {
        margin-right: -15px;
        margin-left: -15px;
        padding-right: unset;
        padding-left: unset;
    }

    .img-barcode {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 20px;
        right: 0;
    }
}

.field-label-visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    word-wrap: normal;
}

.toolbar-menu li.menu-item {
    margin-bottom: 0;
}

@media screen and (min-width:992px) {
    .h-300 {
        height: 300px;
    }

    .h-364 {
        height: 364px;
    }

    .h-420 {
        height: 420px;
    }

    .h-520 {
        height: 520px;
    }
    .h-582 {
        height: 582px;
    }

    .border-right-grey {
        position: relative;
        padding-left: 30px;
        padding-right: 30px;
    }

        .border-right-grey:first-of-type {
            padding-left: 15px;
        }

        .border-right-grey:last-of-type::before {
            content: unset;
        }

        .border-right-grey::before {
            content: "";
            height: 100%;
            width: 1px;
            position: absolute;
            top: 0;
            right: 0;
            background-color: #B3C1D1;
            display: inline-block;
        }

    .about-banner .feature-banner-default .text-container .banner-title {
        font-size: 3.625rem;
    }
}

.about-banner .feature-banner-default .text-container .banner-title {
    font-size: 1.625rem;
    margin-bottom: calc(0.9857142857rem + 0.6857142857vw);
}

@media (min-width:1200px) {
    .about-banner .feature-banner-default .text-container .banner-title {
        margin-bottom: 1.5rem;
    }
}

@media screen and (min-width:992px) {
    .about-banner .feature-banner-default .text-container .banner-title {
        font-size: 3.625rem;
    }
}

.banner-stop {
    max-width: 1440px;
    margin: auto;
}

.card-block-section .card-block, .card-block-section-small .card-block {
    box-shadow: 0 2px 3px 0 rgba(165,165,167,0.2);
    border: 1px solid #e5f0fc;
    border-radius: 4px;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: white;
}

    .card-block-section .card-block img, .card-block-section-small .card-block img {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        width: 100%;
        height: 170px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .card-block-section .card-block:hover, .card-block-section-small .card-block:hover {
        cursor: pointer;
        transform: translateY(-4px);
        box-shadow: 0 10px 30px 0 rgba(165,165,167,0.6);
    }

    .card-block-section .card-block:focus, .card-block-section-small .card-block:focus {
        border: 1px solid #002c6c;
    }

    .card-block-section .card-block .text-formatted, .card-block-section-small .card-block .text-formatted {
        background-color: white;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        display: grid;
        justify-content: center;
        align-items: center;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

        .card-block-section .card-block .text-formatted h5, .card-block-section-small .card-block .text-formatted h5 {
            margin-top: 0;
        }

        .card-block-section .card-block .text-formatted p, .card-block-section-small .card-block .text-formatted p {
            margin-bottom: 0;
            font-size: 0.95rem;
        }

    .card-block-section .card-block a, .card-block-section-small .card-block a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        color: transparent;
        z-index: 1;
    }

.card-block-section .card-with-bigger-image img, .card-block-section-small .card-with-bigger-image img {
    height: 400px;
}

.card-block-section .card-block-with-video, .card-block-section-small .card-block-with-video {
    box-shadow: 0 2px 3px 0 rgba(0,44,108,0.2);
}

    .card-block-section .card-block-with-video:hover, .card-block-section-small .card-block-with-video:hover {
        cursor: auto;
        transform: none;
        box-shadow: 0 2px 3px 0 rgba(0,44,108,0.2);
    }

    .card-block-section .card-block-with-video .cover-image, .card-block-section-small .card-block-with-video .cover-image {
        position: relative;
    }

        .card-block-section .card-block-with-video .cover-image img, .card-block-section-small .card-block-with-video .cover-image img {
            height: 200px;
        }

        .card-block-section .card-block-with-video .cover-image .play-button, .card-block-section-small .card-block-with-video .cover-image .play-button {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            border-radius: 500px;
            width: 64px;
            height: 64px;
            background-color: white;
            box-shadow: 0 2px 3px rgba(0,44,108,0.2);
            display: flex;
            justify-content: center;
            align-items: center;
            transition: top 0.2s ease;
            z-index: 3;
        }

        .card-block-section .card-block-with-video .cover-image:hover, .card-block-section-small .card-block-with-video .cover-image:hover {
            cursor: pointer;
        }

            .card-block-section .card-block-with-video .cover-image:hover .play-button, .card-block-section-small .card-block-with-video .cover-image:hover .play-button {
                top: -4px;
                box-shadow: 0 10px 30px rgba(0,44,108,0.2);
            }

    .card-block-section .card-block-with-video .remote-video, .card-block-section-small .card-block-with-video .remote-video {
        display: none;
    }

        .card-block-section .card-block-with-video .remote-video iframe, .card-block-section-small .card-block-with-video .remote-video iframe {
            width: 100%;
            height: 200px;
        }

.card-block-section {
    height: 100%;
}

.card-block-section-small {
    height: unset !important;
}

    .card-block-section-small .card-block .text-formatted {
        padding: 18px;
        justify-content: unset;
    }

.standalonelink-block-default a.color-white {
    color: white;
}

    .standalonelink-block-default a.color-white:hover {
        color: white;
    }

        .standalonelink-block-default a.color-white:hover svg {
            margin-left: 10px;
        }

    .standalonelink-block-default a.color-white svg {
        margin-left: 6px;
        transition: margin-left 0.2s ease;
    }

.standalonelink-block-default a:hover {
    cursor: pointer;
    text-decoration: none;
}

    .standalonelink-block-default a:hover svg {
        margin-left: 10px;
    }

.standalonelink-block-default a svg {
    margin-left: 6px;
    transition: margin-left 0.2s ease;
}

.standalonelink-block-default:hover {
    text-decoration: none;
}

.standalonelink-block:hover, .arrow-default:hover {
    text-decoration: none;
}

.standalonelink-block a:hover, .arrow-default a:hover {
    cursor: pointer;
    text-decoration: none;
}

.standalonelink-block::after, .arrow-default::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 8C0 7.69695 0.105345 7.40631 0.292861 7.19202C0.480376 6.97774 0.734701 6.85735 0.999888 6.85735H12.5846L8.29107 1.95309C8.10332 1.73853 7.99784 1.44753 7.99784 1.14409C7.99784 0.840662 8.10332 0.549657 8.29107 0.335098C8.47883 0.120538 8.73347 0 8.99899 0C9.26452 0 9.51916 0.120538 9.70692 0.335098L15.7062 7.191C15.7994 7.29715 15.8732 7.42324 15.9236 7.56206C15.9741 7.70088 16 7.8497 16 8C16 8.1503 15.9741 8.29912 15.9236 8.43794C15.8732 8.57676 15.7994 8.70286 15.7062 8.809L9.70692 15.6649C9.51916 15.8795 9.26452 16 8.99899 16C8.73347 16 8.47883 15.8795 8.29107 15.6649C8.10332 15.4503 7.99784 15.1593 7.99784 14.8559C7.99784 14.5525 8.10332 14.2615 8.29107 14.0469L12.5846 9.14265H0.999888C0.734701 9.14265 0.480376 9.02227 0.292861 8.80798C0.105345 8.59369 0 8.30305 0 8Z' fill='%2300799E'/%3E%3C/svg%3E%0A");
    background-size: cover;
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-left: 6px;
    transition: margin-left 0.2s ease;
}

.standalonelink-block:hover::after, .arrow-default:hover::after {
    margin-left: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 8C0 7.69695 0.105345 7.40631 0.292861 7.19202C0.480376 6.97774 0.734701 6.85735 0.999888 6.85735H12.5846L8.29107 1.95309C8.10332 1.73853 7.99784 1.44753 7.99784 1.14409C7.99784 0.840662 8.10332 0.549657 8.29107 0.335098C8.47883 0.120538 8.73347 0 8.99899 0C9.26452 0 9.51916 0.120538 9.70692 0.335098L15.7062 7.191C15.7994 7.29715 15.8732 7.42324 15.9236 7.56206C15.9741 7.70088 16 7.8497 16 8C16 8.1503 15.9741 8.29912 15.9236 8.43794C15.8732 8.57676 15.7994 8.70286 15.7062 8.809L9.70692 15.6649C9.51916 15.8795 9.26452 16 8.99899 16C8.73347 16 8.47883 15.8795 8.29107 15.6649C8.10332 15.4503 7.99784 15.1593 7.99784 14.8559C7.99784 14.5525 8.10332 14.2615 8.29107 14.0469L12.5846 9.14265H0.999888C0.734701 9.14265 0.480376 9.02227 0.292861 8.80798C0.105345 8.59369 0 8.30305 0 8Z' fill='%23002c6c'/%3E%3C/svg%3E%0A");
}

.standalonelink-block:active::after, .arrow-default:active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 8C0 7.69695 0.105345 7.40631 0.292861 7.19202C0.480376 6.97774 0.734701 6.85735 0.999888 6.85735H12.5846L8.29107 1.95309C8.10332 1.73853 7.99784 1.44753 7.99784 1.14409C7.99784 0.840662 8.10332 0.549657 8.29107 0.335098C8.47883 0.120538 8.73347 0 8.99899 0C9.26452 0 9.51916 0.120538 9.70692 0.335098L15.7062 7.191C15.7994 7.29715 15.8732 7.42324 15.9236 7.56206C15.9741 7.70088 16 7.8497 16 8C16 8.1503 15.9741 8.29912 15.9236 8.43794C15.8732 8.57676 15.7994 8.70286 15.7062 8.809L9.70692 15.6649C9.51916 15.8795 9.26452 16 8.99899 16C8.73347 16 8.47883 15.8795 8.29107 15.6649C8.10332 15.4503 7.99784 15.1593 7.99784 14.8559C7.99784 14.5525 8.10332 14.2615 8.29107 14.0469L12.5846 9.14265H0.999888C0.734701 9.14265 0.480376 9.02227 0.292861 8.80798C0.105345 8.59369 0 8.30305 0 8Z' fill='%23001335'/%3E%3C/svg%3E%0A");
}

.arrow-default {
    text-decoration: none !important;
}

.feature-banner {
    min-height: 355px;
    position: relative;
}

    .feature-banner .banner {
        position: absolute;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        height: 100%;
        min-height: 355px;
        top: 0;
        left: 0;
        width: 100%;
    }

    .feature-banner .text-container {
        margin-top: 34px;
        margin-bottom: 34px;
    }

        .feature-banner .text-container .banner-title {
            margin-top: 0;
            font-size: 1.625rem;
        }

        .feature-banner .text-container .btn-default-arrow {
            font-size: 14px;
            padding-top: 13px;
            padding-bottom: 13px;
            padding-left: 22px;
            padding-right: 42px;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
        }

            .feature-banner .text-container .btn-default-arrow.no-arrow {
                padding-right: 22px;
            }

                .feature-banner .text-container .btn-default-arrow.no-arrow::after {
                    content: "";
                    display: none;
                    width: 0;
                }

        .feature-banner .text-container ul {
            margin-bottom: 0;
        }

            .feature-banner .text-container ul li p {
                margin-bottom: 0;
            }

    .feature-banner .button-containers {
        display: flex;
        flex-direction: column;
    }

        .feature-banner .button-containers .secondary-link {
            margin-top: 15px;
        }

    .feature-banner img {
        height: 170px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.feature-banner-left {
    border-radius: 4px;
}

    .feature-banner-left .row {
        height: inherit;
    }

    .feature-banner-left .banner-background-img {
        background-repeat: no-repeat;
        background-size: cover;
        height: inherit;
        min-height: 170px;
        margin-right: 15px;
        margin-left: 15px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .feature-banner-left .text-container {
        padding-top: 34px;
        padding-bottom: 24px;
    }

        .feature-banner-left .text-container > * {
            padding-left: 15px;
            padding-right: 15px;
        }

        .feature-banner-left .text-container h2 {
            margin-bottom: 0;
        }

        .feature-banner-left .text-container p {
            margin-bottom: 18px;
            line-height: 25px;
        }

        .feature-banner-left .text-container ul {
            margin-bottom: 0;
        }

            .feature-banner-left .text-container ul li p {
                margin-bottom: 0;
            }

.feature-banner-default {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 0;
}

    .feature-banner-default .text-container {
        margin-top: calc(1.3428571429rem + 3.5428571429vw);
        margin-bottom: calc(1.3428571429rem + 3.5428571429vw);
    }

@media (min-width:1200px) {
    .feature-banner-default .text-container {
        margin-top: 4rem;
    }
}

@media (min-width:1200px) {
    .feature-banner-default .text-container {
        margin-bottom: 4rem;
    }
}

.feature-banner-default .text-container h4 {
    margin-bottom: 0.5rem;
    font-size: calc(0.9857142857rem + 0.6857142857vw);
}

@media (min-width:1200px) {
    .feature-banner-default .text-container h4 {
        font-size: 1.5rem;
    }
}

.feature-banner-default .text-container .banner-title {
    margin-top: 0;
}

.feature-banner-default .text-container .gs1-subtitle {
    margin-bottom: 0 !important;
}

.feature-banner-default .text-container ul {
    margin-bottom: 0;
}

    .feature-banner-default .text-container ul li p {
        margin-bottom: 0;
    }

.feature-banner-default .button-containers {
    display: flex;
    flex-direction: column;
    padding-top: calc(1.2rem + 2.4vw);
}

@media (min-width:1200px) {
    .feature-banner-default .button-containers {
        padding-top: 3rem;
    }
}

.feature-banner-default .button-containers .secondary-link {
    margin-top: 15px;
}

.feature-banner-default .button-containers .btn-default-arrow {
    font-size: 14px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 22px;
    padding-right: 42px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

    .feature-banner-default .button-containers .btn-default-arrow.no-arrow {
        padding-right: 22px;
    }

        .feature-banner-default .button-containers .btn-default-arrow.no-arrow::after {
            content: "";
            display: none;
            width: 0;
        }

.feature-banner-default .photo-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: inherit;
}

.feature-banner-default .photo-mobile {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.feature-banner-full-image {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 0;
}

    .feature-banner-full-image .img-div {
        padding-right: 0;
        padding-left: 0;
    }

        .feature-banner-full-image .img-div img {
            height: 100%;
        }

    .feature-banner-full-image.image-left .photo-background {
        background-position: top left;
    }

    .feature-banner-full-image .photo-background {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top right;
        width: 100%;
        height: 260px;
    }

@media screen and (min-width:992px) {
    .feature-banner .bg-color-div {
        background-color: transparent !important;
    }

    .feature-banner .text-container {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

        .feature-banner .text-container .banner-title {
            font-size: 3.125rem;
        }

        .feature-banner .text-container .btn-default-arrow {
            font-size: 15px;
        }

    .feature-banner .button-containers {
        flex-direction: row;
    }

        .feature-banner .button-containers .secondary-link {
            margin-left: 15px;
            margin-top: 0;
        }

    .feature-banner-default {
        flex-direction: row;
    }

        .feature-banner-default .button-containers {
            flex-direction: row;
        }

            .feature-banner-default .button-containers .secondary-link {
                margin-left: 15px;
                margin-top: 0;
            }

    .feature-banner-full-image {
        flex-direction: row;
    }

        .feature-banner-full-image .photo-background {
            background-size: contain;
            height: inherit;
            position: absolute;
            z-index: -1;
        }

    .feature-banner-left {
        height: 288px;
    }

        .feature-banner-left .banner-background-img {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            border-top-right-radius: 0;
            min-height: unset !important;
        }

        .feature-banner-left .text-container {
            padding-top: calc(1.3428571429rem + 3.5428571429vw);
            padding-bottom: calc(1.3428571429rem + 3.5428571429vw);
            padding-left: 110px;
        }
}

@media screen and (min-width:992px) and (min-width:1200px) {
    .feature-banner-left .text-container {
        padding-top: 4rem;
    }
}

@media screen and (min-width:992px) and (min-width:1200px) {
    .feature-banner-left .text-container {
        padding-bottom: 4rem;
    }
}

@media screen and (min-width:992px) {
    .feature-banner-left .text-container > * {
        padding-left: 0;
        padding-right: 0;
    }
}

.carousel-photo-background .slider-photo-background, .carousel-photo-background-next-image-peaking .slider-photo-background {
    position: relative;
    height: 400px;
}

    .carousel-photo-background .slider-photo-background .photo-background, .carousel-photo-background .slider-photo-background .photo-mobile, .carousel-photo-background-next-image-peaking .slider-photo-background .photo-background, .carousel-photo-background-next-image-peaking .slider-photo-background .photo-mobile {
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
        height: inherit;
        position: absolute;
        top: 0;
        z-index: -1;
        width: 100%;
    }

    .carousel-photo-background .slider-photo-background .photo-mobile, .carousel-photo-background-next-image-peaking .slider-photo-background .photo-mobile {
        height: 220px;
    }

    .carousel-photo-background .slider-photo-background .container, .carousel-photo-background-next-image-peaking .slider-photo-background .container {
        position: absolute;
        bottom: 65px;
        z-index: 1;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

        .carousel-photo-background .slider-photo-background .container .card-container, .carousel-photo-background-next-image-peaking .slider-photo-background .container .card-container {
            margin-top: calc(1.3428571429rem + 3.5428571429vw);
            color: transparent !important;
        }

@media (min-width:1200px) {
    .carousel-photo-background .slider-photo-background .container .card-container, .carousel-photo-background-next-image-peaking .slider-photo-background .container .card-container {
        margin-top: 4rem;
    }
}

.carousel-photo-background .slider-photo-background .container .card-container .color-bg, .carousel-photo-background-next-image-peaking .slider-photo-background .container .card-container .color-bg {
    border-radius: 4px;
    padding: 1.5rem 1.125rem;
}

    .carousel-photo-background .slider-photo-background .container .card-container .color-bg .carousel-btns, .carousel-photo-background-next-image-peaking .slider-photo-background .container .card-container .color-bg .carousel-btns {
        display: flex;
        flex-direction: column;
    }

        .carousel-photo-background .slider-photo-background .container .card-container .color-bg .carousel-btns .carousel-button, .carousel-photo-background-next-image-peaking .slider-photo-background .container .card-container .color-bg .carousel-btns .carousel-button {
            height: 47px;
        }

            .carousel-photo-background .slider-photo-background .container .card-container .color-bg .carousel-btns .carousel-button .btn-arrow, .carousel-photo-background-next-image-peaking .slider-photo-background .container .card-container .color-bg .carousel-btns .carousel-button .btn-arrow {
                display: inline-block;
                height: inherit;
                padding: 13px 22px 13px 22px;
                font-size: 0.95rem;
                border-radius: 77px;
            }

                .carousel-photo-background .slider-photo-background .container .card-container .color-bg .carousel-btns .carousel-button .btn-arrow:hover, .carousel-photo-background-next-image-peaking .slider-photo-background .container .card-container .color-bg .carousel-btns .carousel-button .btn-arrow:hover {
                    text-decoration: none;
                    color: white;
                }

                    .carousel-photo-background .slider-photo-background .container .card-container .color-bg .carousel-btns .carousel-button .btn-arrow:hover svg, .carousel-photo-background-next-image-peaking .slider-photo-background .container .card-container .color-bg .carousel-btns .carousel-button .btn-arrow:hover svg {
                        transform: translateX(4px);
                    }

                .carousel-photo-background .slider-photo-background .container .card-container .color-bg .carousel-btns .carousel-button .btn-arrow svg, .carousel-photo-background-next-image-peaking .slider-photo-background .container .card-container .color-bg .carousel-btns .carousel-button .btn-arrow svg {
                    margin-left: 8px;
                    transition: all 0.2s ease;
                }

        .carousel-photo-background .slider-photo-background .container .card-container .color-bg .carousel-btns .carousel-button-secondary, .carousel-photo-background-next-image-peaking .slider-photo-background .container .card-container .color-bg .carousel-btns .carousel-button-secondary {
            margin-top: calc(0.9857142857rem + 0.6857142857vw);
        }

@media (min-width:1200px) {
    .carousel-photo-background .slider-photo-background .container .card-container .color-bg .carousel-btns .carousel-button-secondary, .carousel-photo-background-next-image-peaking .slider-photo-background .container .card-container .color-bg .carousel-btns .carousel-button-secondary {
        margin-top: 1.5rem;
    }
}

.carousel-photo-background button.slick-arrow, .carousel-photo-background-next-image-peaking button.slick-arrow {
    position: absolute;
    bottom: 0;
    z-index: 3;
    background: white;
    border: 1px solid #E5F0FC;
    border-radius: 50%;
    box-shadow: 0 2px 3px 0 rgba(0,44,108,0.2);
    width: 47px;
    height: 47px;
    transition: bottom 0.2s ease;
}

.carousel-photo-background button.slick-next, .carousel-photo-background-next-image-peaking button.slick-next {
    right: 0;
}

.carousel-photo-background button.slick-prev, .carousel-photo-background-next-image-peaking button.slick-prev {
    right: 70px;
}

.carousel-photo-background .slick-next::after, .carousel-photo-background-next-image-peaking .slick-next::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.645978 0.646009C0.692424 0.599446 0.747599 0.562503 0.808344 0.537296C0.86909 0.51209 0.934211 0.499115 0.999978 0.499115C1.06575 0.499115 1.13087 0.51209 1.19161 0.537296C1.25236 0.562503 1.30753 0.599446 1.35398 0.646009L7.35398 6.64601C7.40054 6.69245 7.43748 6.74763 7.46269 6.80838C7.4879 6.86912 7.50087 6.93424 7.50087 7.00001C7.50087 7.06578 7.4879 7.1309 7.46269 7.19164C7.43748 7.25239 7.40054 7.30756 7.35398 7.35401L1.35398 13.354C1.26009 13.4479 1.13275 13.5006 0.999978 13.5006C0.867202 13.5006 0.739865 13.4479 0.645978 13.354C0.552091 13.2601 0.499346 13.1328 0.499346 13C0.499346 12.8672 0.552091 12.7399 0.645978 12.646L6.29298 7.00001L0.645978 1.35401C0.599415 1.30756 0.562472 1.25239 0.537265 1.19164C0.512059 1.1309 0.499084 1.06578 0.499084 1.00001C0.499084 0.934242 0.512059 0.86912 0.537265 0.808375C0.562472 0.74763 0.599415 0.692455 0.645978 0.646009V0.646009Z' fill='%23002C6C'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    display: inline-block;
    height: 16px;
}

.carousel-photo-background .slick-prev::after, .carousel-photo-background-next-image-peaking .slick-prev::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='13' viewBox='0 0 7 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.85314 0.146877C6.8997 0.193317 6.93663 0.248486 6.96183 0.309224C6.98703 0.369962 7 0.435075 7 0.500835C7 0.566595 6.98703 0.631708 6.96183 0.692446C6.93663 0.753184 6.8997 0.808353 6.85314 0.854794L1.20759 6.50013L6.85314 12.1455C6.94701 12.2393 6.99974 12.3667 6.99974 12.4994C6.99974 12.6322 6.94701 12.7595 6.85314 12.8534C6.75928 12.9473 6.63198 13 6.49923 13C6.36649 13 6.23919 12.9473 6.14532 12.8534L0.146856 6.85409C0.100305 6.80765 0.0633711 6.75248 0.0381711 6.69174C0.0129711 6.631 0 6.56589 0 6.50013C0 6.43437 0.0129711 6.36926 0.0381711 6.30852C0.0633711 6.24778 0.100305 6.19261 0.146856 6.14617L6.14532 0.146877C6.19176 0.100319 6.24692 0.0633803 6.30765 0.0381768C6.36838 0.0129733 6.43348 0 6.49923 0C6.56498 0 6.63009 0.0129733 6.69082 0.0381768C6.75155 0.0633803 6.80671 0.100319 6.85314 0.146877V0.146877Z' fill='%23002C6C'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    display: inline-block;
    height: 16px;
}

.carousel-photo-background-next-image-peaking .slider-photo-background {
    height: 560px;
}

    .carousel-photo-background-next-image-peaking .slider-photo-background .color-bg {
        background-color: white !important;
    }

@media screen and (min-width:768px) {
    .carousel-photo-background button.slick-arrow, .carousel-photo-background-next-image-peaking button.slick-arrow {
        bottom: 1.5rem;
    }

        .carousel-photo-background button.slick-arrow:hover, .carousel-photo-background-next-image-peaking button.slick-arrow:hover {
            bottom: 28px;
            box-shadow: 0px 10px 30px rgba(0,44,108,0.2);
        }

        .carousel-photo-background button.slick-arrow:focus, .carousel-photo-background-next-image-peaking button.slick-arrow:focus {
            outline: 2px solid #002c6c;
        }

    .carousel-photo-background .slider-photo-background, .carousel-photo-background-next-image-peaking .slider-photo-background {
        height: 400px;
    }

        .carousel-photo-background .slider-photo-background .container, .carousel-photo-background-next-image-peaking .slider-photo-background .container {
            bottom: unset;
            top: 0;
        }

            .carousel-photo-background .slider-photo-background .container .card-container, .carousel-photo-background-next-image-peaking .slider-photo-background .container .card-container {
                position: unset;
            }

                .carousel-photo-background .slider-photo-background .container .card-container .color-bg, .carousel-photo-background-next-image-peaking .slider-photo-background .container .card-container .color-bg {
                    padding: 0;
                }

                .carousel-photo-background .slider-photo-background .container .card-container .btn-default-arrow, .carousel-photo-background-next-image-peaking .slider-photo-background .container .card-container .btn-default-arrow {
                    padding: 13px 22px;
                }

                .carousel-photo-background .slider-photo-background .container .card-container .carousel-btns, .carousel-photo-background-next-image-peaking .slider-photo-background .container .card-container .carousel-btns {
                    flex-direction: row !important;
                }

                    .carousel-photo-background .slider-photo-background .container .card-container .carousel-btns .carousel-button, .carousel-photo-background-next-image-peaking .slider-photo-background .container .card-container .carousel-btns .carousel-button {
                        margin-top: calc(0.9857142857rem + 0.6857142857vw);
                    }
}

@media screen and (min-width:768px) and (min-width:1200px) {
    .carousel-photo-background .slider-photo-background .container .card-container .carousel-btns .carousel-button, .carousel-photo-background-next-image-peaking .slider-photo-background .container .card-container .carousel-btns .carousel-button {
        margin-top: 1.5rem;
    }
}

@media screen and (min-width:768px) {
    .carousel-photo-background .slider-photo-background .container .card-container .carousel-btns .carousel-button-secondary, .carousel-photo-background-next-image-peaking .slider-photo-background .container .card-container .carousel-btns .carousel-button-secondary {
        margin-left: calc(0.9857142857rem + 0.6857142857vw);
    }
}

@media screen and (min-width:768px) and (min-width:1200px) {
    .carousel-photo-background .slider-photo-background .container .card-container .carousel-btns .carousel-button-secondary, .carousel-photo-background-next-image-peaking .slider-photo-background .container .card-container .carousel-btns .carousel-button-secondary {
        margin-left: 1.5rem;
    }
}

@media screen and (min-width:768px) {
    .carousel-photo-background .slider-photo-background .container .card-container {
        margin-top: calc(1.3428571429rem + 3.5428571429vw);
    }
}

@media screen and (min-width:768px) and (min-width:1200px) {
    .carousel-photo-background .slider-photo-background .container .card-container {
        margin-top: 4rem;
    }
}

@media screen and (min-width:768px) {
    .carousel-photo-background .slider-photo-background .container .card-container .color-bg {
        background-color: unset !important;
    }
}

@media screen and (min-width:768px) {
    .carousel-photo-background-next-image-peaking .slick-list {
        padding: 0 10% 0 0;
    }

    .carousel-photo-background-next-image-peaking .slider-photo-background {
        height: 560px !important;
    }

        .carousel-photo-background-next-image-peaking .slider-photo-background .container {
            position: unset;
        }

            .carousel-photo-background-next-image-peaking .slider-photo-background .container .card-container {
                margin-bottom: calc(1.3428571429rem + 3.5428571429vw);
            }
}

@media screen and (min-width:768px) and (min-width:1200px) {
    .carousel-photo-background-next-image-peaking .slider-photo-background .container .card-container {
        margin-bottom: 4rem;
    }
}

@media screen and (min-width:768px) {
    .carousel-photo-background-next-image-peaking .slider-photo-background .container .card-container .color-bg {
        padding: calc(1.2rem + 2.4vw);
        background-color: white !important;
    }
}

@media screen and (min-width:768px) and (min-width:1200px) {
    .carousel-photo-background-next-image-peaking .slider-photo-background .container .card-container .color-bg {
        padding: 3rem;
    }
}

@media screen and (max-width:576px) {
    .carousel-photo-background .slider-photo-background .container .card-container .btn-default-arrow::after, .carousel-photo-background-next-image-peaking .slider-photo-background .container .card-container .btn-default-arrow::after {
        background-image: none;
        width: 0;
        margin-left: 0;
    }
}

.carousel-multi-column, .carousel-multi-column-bg-white {
    padding-bottom: 3rem;
}

    .carousel-multi-column .slick-track, .carousel-multi-column-bg-white .slick-track {
        display: flex;
    }

        .carousel-multi-column .slick-track .slick-slide, .carousel-multi-column-bg-white .slick-track .slick-slide {
            display: flex;
            height: auto;
            align-items: center;
            justify-content: center;
        }

    .carousel-multi-column button.slick-arrow, .carousel-multi-column-bg-white button.slick-arrow {
        position: absolute;
        z-index: 3;
        bottom: -20px;
        background: white;
        border: 1px solid #E5F0FC;
        border-radius: 50%;
        box-shadow: 0 2px 3px 0 rgba(0,44,108,0.2);
        width: 47px;
        height: 47px;
        transition: top 0.2s ease;
    }

    .carousel-multi-column .slick-next, .carousel-multi-column-bg-white .slick-next {
        right: 15px;
    }

    .carousel-multi-column .slick-prev, .carousel-multi-column-bg-white .slick-prev {
        right: 75px;
    }

    .carousel-multi-column .slick-next::after, .carousel-multi-column-bg-white .slick-next::after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.645978 0.646009C0.692424 0.599446 0.747599 0.562503 0.808344 0.537296C0.86909 0.51209 0.934211 0.499115 0.999978 0.499115C1.06575 0.499115 1.13087 0.51209 1.19161 0.537296C1.25236 0.562503 1.30753 0.599446 1.35398 0.646009L7.35398 6.64601C7.40054 6.69245 7.43748 6.74763 7.46269 6.80838C7.4879 6.86912 7.50087 6.93424 7.50087 7.00001C7.50087 7.06578 7.4879 7.1309 7.46269 7.19164C7.43748 7.25239 7.40054 7.30756 7.35398 7.35401L1.35398 13.354C1.26009 13.4479 1.13275 13.5006 0.999978 13.5006C0.867202 13.5006 0.739865 13.4479 0.645978 13.354C0.552091 13.2601 0.499346 13.1328 0.499346 13C0.499346 12.8672 0.552091 12.7399 0.645978 12.646L6.29298 7.00001L0.645978 1.35401C0.599415 1.30756 0.562472 1.25239 0.537265 1.19164C0.512059 1.1309 0.499084 1.06578 0.499084 1.00001C0.499084 0.934242 0.512059 0.86912 0.537265 0.808375C0.562472 0.74763 0.599415 0.692455 0.645978 0.646009V0.646009Z' fill='%23002C6C'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        width: 16px;
        display: inline-block;
        height: 16px;
    }

    .carousel-multi-column .slick-prev::after, .carousel-multi-column-bg-white .slick-prev::after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg width='7' height='13' viewBox='0 0 7 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.85314 0.146877C6.8997 0.193317 6.93663 0.248486 6.96183 0.309224C6.98703 0.369962 7 0.435075 7 0.500835C7 0.566595 6.98703 0.631708 6.96183 0.692446C6.93663 0.753184 6.8997 0.808353 6.85314 0.854794L1.20759 6.50013L6.85314 12.1455C6.94701 12.2393 6.99974 12.3667 6.99974 12.4994C6.99974 12.6322 6.94701 12.7595 6.85314 12.8534C6.75928 12.9473 6.63198 13 6.49923 13C6.36649 13 6.23919 12.9473 6.14532 12.8534L0.146856 6.85409C0.100305 6.80765 0.0633711 6.75248 0.0381711 6.69174C0.0129711 6.631 0 6.56589 0 6.50013C0 6.43437 0.0129711 6.36926 0.0381711 6.30852C0.0633711 6.24778 0.100305 6.19261 0.146856 6.14617L6.14532 0.146877C6.19176 0.100319 6.24692 0.0633803 6.30765 0.0381768C6.36838 0.0129733 6.43348 0 6.49923 0C6.56498 0 6.63009 0.0129733 6.69082 0.0381768C6.75155 0.0633803 6.80671 0.100319 6.85314 0.146877V0.146877Z' fill='%23002C6C'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: center;
        width: 16px;
        display: inline-block;
        height: 16px;
    }

    .carousel-multi-column .carousel-img, .carousel-multi-column-bg-white .carousel-img {
        display: flex;
        justify-content: center;
    }

        .carousel-multi-column .carousel-img img, .carousel-multi-column-bg-white .carousel-img img {
            width: 80%;
            height: auto;
            margin-left: auto;
            margin-right: auto;
        }

    .carousel-multi-column .carousel-simple, .carousel-multi-column-bg-white .carousel-simple {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

        .carousel-multi-column .carousel-simple .slick-track .slick-slide, .carousel-multi-column-bg-white .carousel-simple .slick-track .slick-slide {
            justify-content: flex-start;
        }

        .carousel-multi-column .carousel-simple > div:nth-child(1), .carousel-multi-column .carousel-simple > div:nth-child(2), .carousel-multi-column-bg-white .carousel-simple > div:nth-child(1), .carousel-multi-column-bg-white .carousel-simple > div:nth-child(2) {
            padding-bottom: 18px;
        }

        .carousel-multi-column .carousel-simple img, .carousel-multi-column-bg-white .carousel-simple img {
            width: 80%;
            margin: 0;
        }

.carousel-multi-column-simple {
    padding-bottom: 0 !important;
}

.carousel-multi-column-bg-white .carousel-img {
    align-items: center;
    background-color: white;
    width: 160px;
    height: 160px;
}

@media screen and (min-width:768px) {
    .carousel-multi-column, .carousel-multi-column-bg-white {
        padding-bottom: 0;
    }

        .carousel-multi-column button.slick-arrow, .carousel-multi-column-bg-white button.slick-arrow {
            bottom: unset;
            top: 50%;
            transform: translateY(-50%);
        }

            .carousel-multi-column button.slick-arrow:hover, .carousel-multi-column-bg-white button.slick-arrow:hover {
                top: calc(50% - 4px);
                box-shadow: 0px 10px 30px rgba(0,44,108,0.2);
            }

            .carousel-multi-column button.slick-arrow:focus, .carousel-multi-column-bg-white button.slick-arrow:focus {
                outline: 2px solid #002c6c;
            }

        .carousel-multi-column .slick-next, .carousel-multi-column-bg-white .slick-next {
            right: 15px;
        }

        .carousel-multi-column .slick-prev, .carousel-multi-column-bg-white .slick-prev {
            right: unset;
            left: 15px;
        }

        .carousel-multi-column .carousel-img img, .carousel-multi-column-bg-white .carousel-img img {
            width: 80%;
            height: unset;
        }

        .carousel-multi-column .carousel-simple, .carousel-multi-column-bg-white .carousel-simple {
            justify-content: space-between;
        }

            .carousel-multi-column .carousel-simple > div:nth-child(1), .carousel-multi-column .carousel-simple > div:nth-child(2), .carousel-multi-column-bg-white .carousel-simple > div:nth-child(1), .carousel-multi-column-bg-white .carousel-simple > div:nth-child(2) {
                padding-bottom: 0;
            }

        .carousel-multi-column-bg-white .carousel {
            padding-left: 0;
            padding-right: 0;
        }
}

@media screen and (max-width:576px) {
    .carousel-multi-column .carousel-simple > div, .carousel-multi-column-bg-white .carousel-simple > div {
        width: 50%;
    }
}

.img-icon {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.text-icon-border-top {
    display: flex;
    align-items: center;
    margin-top: 1.125rem;
}

    .text-icon-border-top img {
        display: block;
        margin-right: auto;
    }

    .text-icon-border-top p {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        margin-bottom: 0;
    }

@media screen and (min-width:768px) {
    .text-icon-border-top {
        margin-top: 0;
    }

        .text-icon-border-top p {
            border-top: 1px solid #C4D7ED;
        }

        .text-icon-border-top img {
            margin-left: auto;
        }
}

.text-formatted a {
    text-decoration: underline;
}

.timeline {
    list-style: none;
    padding: 0;
    position: relative;
}

@media screen and (min-width:992px) {
    .timeline {
        padding-bottom: 90px;
    }
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 32px;
}

@media screen and (min-width:992px) {
    .timeline:before {
        left: 50%;
    }
}

.timeline > li {
    margin-bottom: 30px;
    position: relative;
}

@media screen and (min-width:992px) {
    .timeline > li {
        height: 148px;
        margin-bottom: 0;
    }
}

.timeline > li:before, .timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before, .timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: auto;
    float: left;
    padding: 18px;
    position: relative;
    border: 1px solid #E5F0FC;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 3px 0 rgba(0,44,108,0.2);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,44,108,0.2);
    margin-top: 75px;
}

@media screen and (min-width:992px) {
    .timeline > li > .timeline-panel {
        width: 330px;
        padding: 24px;
        margin-top: 0;
    }
}

.timeline > li > .timeline-badge {
    color: #002C6C;
    font-size: 16px;
    font-weight: bold;
    width: 63px;
    height: 63px;
    line-height: 63px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 32px;
    margin-left: -30px;
    border: 1px solid #E5F0FC;
    background-color: #FFFFFF;
    box-shadow: 0 2px 3px 0 rgba(0,44,108,0.2);
    z-index: 2;
    border-radius: 50%;
}

@media screen and (min-width:992px) {
    .timeline > li > .timeline-badge {
        left: 50%;
    }
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: unset;
}

@media screen and (min-width:992px) {
    .timeline > li.timeline-inverted > .timeline-panel {
        float: right;
    }
}

.timeline-title {
    color: #002C6C;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}

.timeline-body > p {
    color: #262626;
    font-size: 16px;
    font-weight: 400;
}

.timeline-body > p, .timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

#accordion {
    height: unset !important;
}

    #accordion .card {
        position: relative;
        border: none;
        border-bottom: 1px solid #c4d7ed;
        border-radius: 0;
    }

        #accordion .card:first-child {
            border-top: 1px solid #c4d7ed;
        }

        #accordion .card .card-header {
            padding: 0;
            background-color: white;
            border: none;
        }

            #accordion .card .card-header .card-header-info {
                padding: 12px 1.5rem;
                display: flex;
                justify-content: space-between;
            }

                #accordion .card .card-header .card-header-info h5 {
                    display: inline-block;
                    margin-bottom: 0;
                    width: 90%;
                }

                #accordion .card .card-header .card-header-info svg {
                    height: inherit;
                }

                #accordion .card .card-header .card-header-info:not(.collapsed) svg {
                    transform: rotate(180deg);
                }

            #accordion .card .card-header:hover {
                cursor: pointer;
                background-color: #f0f5fa;
            }

            #accordion .card .card-header:focus {
                border: 2px solid #002c6c;
            }

        #accordion .card .card-body {
            padding-left: 1.5rem;
            padding-bottom: 1.5rem;
            padding-right: 0;
            padding-top: 0;
            width: 90%;
        }

        #accordion .card .accordion-bar {
            position: absolute;
            height: 100%;
            width: 4px;
            display: none;
        }

        #accordion .card .collapse.show + .accordion-bar {
            display: block;
        }

.carousel-default .carousel {
    padding-top: calc(1.3428571429rem + 3.5428571429vw);
    padding-bottom: calc(2.4857142857rem + 12.6857142857vw);
}

@media (min-width:1200px) {
    .carousel-default .carousel {
        padding-top: 4rem;
    }
}

@media (min-width:1200px) {
    .carousel-default .carousel {
        padding-bottom: 12rem;
    }
}

.carousel-default .carousel .carousel-default-text p:last-of-type {
    margin-bottom: 0;
}

.carousel-default .slick-track {
    display: flex;
}

    .carousel-default .slick-track .slick-slide {
        display: flex;
        flex-direction: column;
        height: auto;
        align-items: center;
        justify-content: center;
    }

.carousel-default button.slick-arrow {
    position: absolute;
    z-index: 3;
    bottom: 30px;
    background: white;
    border: 1px solid #E5F0FC;
    border-radius: 50%;
    box-shadow: 0 2px 3px 0 rgba(0,44,108,0.2);
    width: 47px;
    height: 47px;
    transition: top 0.2s ease;
}

.carousel-default .slick-next {
    right: 15px;
}

.carousel-default .slick-prev {
    right: 75px;
}

.carousel-default .slick-next::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.645978 0.646009C0.692424 0.599446 0.747599 0.562503 0.808344 0.537296C0.86909 0.51209 0.934211 0.499115 0.999978 0.499115C1.06575 0.499115 1.13087 0.51209 1.19161 0.537296C1.25236 0.562503 1.30753 0.599446 1.35398 0.646009L7.35398 6.64601C7.40054 6.69245 7.43748 6.74763 7.46269 6.80838C7.4879 6.86912 7.50087 6.93424 7.50087 7.00001C7.50087 7.06578 7.4879 7.1309 7.46269 7.19164C7.43748 7.25239 7.40054 7.30756 7.35398 7.35401L1.35398 13.354C1.26009 13.4479 1.13275 13.5006 0.999978 13.5006C0.867202 13.5006 0.739865 13.4479 0.645978 13.354C0.552091 13.2601 0.499346 13.1328 0.499346 13C0.499346 12.8672 0.552091 12.7399 0.645978 12.646L6.29298 7.00001L0.645978 1.35401C0.599415 1.30756 0.562472 1.25239 0.537265 1.19164C0.512059 1.1309 0.499084 1.06578 0.499084 1.00001C0.499084 0.934242 0.512059 0.86912 0.537265 0.808375C0.562472 0.74763 0.599415 0.692455 0.645978 0.646009V0.646009Z' fill='%23002C6C'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    display: inline-block;
    height: 16px;
}

.carousel-default .slick-prev::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='13' viewBox='0 0 7 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.85314 0.146877C6.8997 0.193317 6.93663 0.248486 6.96183 0.309224C6.98703 0.369962 7 0.435075 7 0.500835C7 0.566595 6.98703 0.631708 6.96183 0.692446C6.93663 0.753184 6.8997 0.808353 6.85314 0.854794L1.20759 6.50013L6.85314 12.1455C6.94701 12.2393 6.99974 12.3667 6.99974 12.4994C6.99974 12.6322 6.94701 12.7595 6.85314 12.8534C6.75928 12.9473 6.63198 13 6.49923 13C6.36649 13 6.23919 12.9473 6.14532 12.8534L0.146856 6.85409C0.100305 6.80765 0.0633711 6.75248 0.0381711 6.69174C0.0129711 6.631 0 6.56589 0 6.50013C0 6.43437 0.0129711 6.36926 0.0381711 6.30852C0.0633711 6.24778 0.100305 6.19261 0.146856 6.14617L6.14532 0.146877C6.19176 0.100319 6.24692 0.0633803 6.30765 0.0381768C6.36838 0.0129733 6.43348 0 6.49923 0C6.56498 0 6.63009 0.0129733 6.69082 0.0381768C6.75155 0.0633803 6.80671 0.100319 6.85314 0.146877V0.146877Z' fill='%23002C6C'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    display: inline-block;
    height: 16px;
}

@media screen and (min-width:768px) {
    .carousel-default .carousel {
        padding-bottom: calc(1.3428571429rem + 3.5428571429vw);
    }
}

@media screen and (min-width:768px) and (min-width:1200px) {
    .carousel-default .carousel {
        padding-bottom: 4rem;
    }
}

@media screen and (min-width:768px) {
    .carousel-default button.slick-arrow {
        bottom: unset;
        top: 50%;
        transform: translateY(-50%);
    }

        .carousel-default button.slick-arrow:hover {
            top: calc(50% - 4px);
            box-shadow: 0px 10px 30px rgba(0,44,108,0.2);
        }

        .carousel-default button.slick-arrow:focus {
            outline: 2px solid #002c6c;
        }
}

@media screen and (min-width:768px) {
    .carousel-default .slick-next {
        right: 15px;
    }
}

@media screen and (min-width:768px) {
    .carousel-default .slick-prev {
        right: unset;
        left: 15px;
    }
}

.image-with-caption-default .image-description {
    padding: calc(0.9857142857rem + 0.6857142857vw);
}

@media (min-width:1200px) {
    .image-with-caption-default .image-description {
        padding: 1.5rem;
    }
}

.image-with-caption-with-title .image-bar {
    width: 100%;
    height: 1px;
}

.image-with-caption-with-title .image-title {
    padding-top: calc(0.9857142857rem + 0.6857142857vw);
    font-size: calc(0.9321428571rem + 0.2571428571vw);
    margin-bottom: 12px;
}

@media (min-width:1200px) {
    .image-with-caption-with-title .image-title {
        padding-top: 1.5rem;
    }
}

@media (min-width:1200px) {
    .image-with-caption-with-title .image-title {
        font-size: 1.125rem;
    }
}

.image-with-caption-with-title .image-description {
    margin-top: 12px;
    padding-bottom: calc(0.9857142857rem + 0.6857142857vw);
}

@media (min-width:1200px) {
    .image-with-caption-with-title .image-description {
        padding-bottom: 1.5rem;
    }
}

.list-group.border {
    border-color: #c4d7ed;
}

    .list-group.border .title {
        padding-left: calc(0.9321428571rem + 0.2571428571vw);
        padding-right: calc(0.9321428571rem + 0.2571428571vw);
    }

@media (min-width:1200px) {
    .list-group.border .title {
        padding-left: 1.125rem;
    }
}

@media (min-width:1200px) {
    .list-group.border .title {
        padding-right: 1.125rem;
    }
}

.list-group.border .links .paragraph--type--list-of-links a {
    padding-left: calc(0.9321428571rem + 0.2571428571vw);
    padding-right: calc(0.9321428571rem + 0.2571428571vw);
}

@media (min-width:1200px) {
    .list-group.border .links .paragraph--type--list-of-links a {
        padding-left: 1.125rem;
    }
}

@media (min-width:1200px) {
    .list-group.border .links .paragraph--type--list-of-links a {
        padding-right: 1.125rem;
    }
}

.list-group.border .links .paragraph--type--list-of-bodies p {
    padding-left: calc(0.9321428571rem + 0.2571428571vw);
    padding-right: calc(0.9321428571rem + 0.2571428571vw);
}

@media (min-width:1200px) {
    .list-group.border .links .paragraph--type--list-of-bodies p {
        padding-left: 1.125rem;
    }
}

@media (min-width:1200px) {
    .list-group.border .links .paragraph--type--list-of-bodies p {
        padding-right: 1.125rem;
    }
}

.list-group.collapsible-list .links {
    display: none;
}

.list-group.collapsible-list .title {
    padding-bottom: calc(0.9321428571rem + 0.2571428571vw) !important;
}

@media (min-width:1200px) {
    .list-group.collapsible-list .title {
        padding-bottom: 1.125rem !important;
    }
}

.list-group.collapsible-list .title svg {
    color: #002c6c;
}

    .list-group.collapsible-list .title svg.rotate {
        transform: rotate(180deg);
    }

.list-group.collapsible-list .title:hover {
    background-color: #e5f0fc;
}

.list-group.collapsible-list:hover {
    cursor: pointer;
}

.list-group .title {
    padding-top: calc(0.9321428571rem + 0.2571428571vw);
    padding-bottom: 0.5625rem !important;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}

@media (min-width:1200px) {
    .list-group .title {
        padding-top: 1.125rem;
    }
}

.list-group .links .paragraph--type--list-of-links a {
    padding-bottom: 0.5625rem;
    padding-top: 0.5625rem;
    font-size: calc(0.9071428571rem + 0.0571428571vw);
    color: #00799e;
    display: block;
}

@media (min-width:1200px) {
    .list-group .links .paragraph--type--list-of-links a {
        font-size: 0.95rem;
    }
}

.list-group .links .paragraph--type--list-of-links a:hover {
    text-decoration: none;
    color: #002c6c;
    background-color: #e5f0fc;
}

.list-group .links .paragraph--type--list-of-bodies p {
    padding-bottom: 0.5625rem;
    padding-top: 0.5625rem;
    font-size: calc(0.9071428571rem + 0.0571428571vw);
    margin-bottom: 0;
}

@media (min-width:1200px) {
    .list-group .links .paragraph--type--list-of-bodies p {
        font-size: 0.95rem;
    }
}

.list-group .links .paragraph--type--list-of-bodies p a {
    text-decoration: underline;
}

.list-group .links .paragraph--type--list-of-bodies p:hover {
    cursor: pointer;
    background-color: #e5f0fc;
}

    .list-group .links .paragraph--type--list-of-bodies p:hover a {
        color: #002c6c;
    }

@media screen and (min-width:768px) {
    .list-group .title {
        padding-left: calc(0.9321428571rem + 0.2571428571vw);
        padding-right: calc(0.9321428571rem + 0.2571428571vw);
    }
}

@media screen and (min-width:768px) and (min-width:1200px) {
    .list-group .title {
        padding-left: 1.125rem;
    }
}

@media screen and (min-width:768px) and (min-width:1200px) {
    .list-group .title {
        padding-right: 1.125rem;
    }
}

@media screen and (min-width:768px) {
    .list-group .links .paragraph--type--list-of-links a {
        padding-left: calc(0.9321428571rem + 0.2571428571vw);
        padding-right: calc(0.9321428571rem + 0.2571428571vw);
    }
}

@media screen and (min-width:768px) and (min-width:1200px) {
    .list-group .links .paragraph--type--list-of-links a {
        padding-left: 1.125rem;
    }
}

@media screen and (min-width:768px) and (min-width:1200px) {
    .list-group .links .paragraph--type--list-of-links a {
        padding-right: 1.125rem;
    }
}

@media screen and (min-width:768px) {
    .list-group .links .paragraph--type--list-of-bodies p {
        padding-left: calc(0.9321428571rem + 0.2571428571vw);
        padding-right: calc(0.9321428571rem + 0.2571428571vw);
    }
}

@media screen and (min-width:768px) and (min-width:1200px) {
    .list-group .links .paragraph--type--list-of-bodies p {
        padding-left: 1.125rem;
    }
}

@media screen and (min-width:768px) and (min-width:1200px) {
    .list-group .links .paragraph--type--list-of-bodies p {
        padding-right: 1.125rem;
    }
}

@media screen and (min-width:768px) {
    .list-group.no-border {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media screen and (min-width:768px) {
    .list-group.collapsible-list .links {
        display: block;
    }

    .list-group.collapsible-list .title svg {
        display: none;
    }

    .list-group.collapsible-list .title:hover {
        background-color: transparent;
    }

    .list-group.collapsible-list:hover {
        cursor: auto;
    }
}

.testimonial-default {
    padding-top: calc(1.2rem + 2.4vw);
    padding-bottom: calc(1.2rem + 2.4vw);
    align-items: center;
}

@media (min-width:1200px) {
    .testimonial-default {
        padding-top: 3rem;
    }
}

@media (min-width:1200px) {
    .testimonial-default {
        padding-bottom: 3rem;
    }
}

.testimonial-default img {
    width: 100%;
}

.testimonial-default .quote {
    padding-top: calc(0.9857142857rem + 0.6857142857vw);
}

@media (min-width:1200px) {
    .testimonial-default .quote {
        padding-top: 1.5rem;
    }
}

.testimonial-default .testimonial {
    padding-top: calc(0.9857142857rem + 0.6857142857vw);
}

@media (min-width:1200px) {
    .testimonial-default .testimonial {
        padding-top: 1.5rem;
    }
}

.testimonial-default .testimonial p:first-of-type {
    margin-bottom: 0;
}

.testimonial-elevated {
    border-radius: 4px;
    border: 1px solid #e5f0fc;
    box-shadow: 0 2px 3px rgba(0,44,108,0.2);
    position: relative;
    margin-left: 15px;
    padding: calc(1.2rem + 2.4vw);
}

@media (min-width:1200px) {
    .testimonial-elevated {
        padding: 3rem;
    }
}

.testimonial-elevated .quote-mark {
    position: absolute;
    top: -21px;
    left: -21px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid #e5f0fc;
    box-shadow: 0 10px 30px rgba(0,44,108,0.2);
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .testimonial-elevated .quote-mark svg {
        width: 18px;
    }

.testimonial-elevated .quote .testimonial-attribution {
    padding-top: calc(0.9857142857rem + 0.6857142857vw);
    display: flex;
}

@media (min-width:1200px) {
    .testimonial-elevated .quote .testimonial-attribution {
        padding-top: 1.5rem;
    }
}

.testimonial-elevated .quote .testimonial-attribution img {
    border-radius: 50%;
    width: 58px;
    height: 58px;
}

.testimonial-elevated .quote .testimonial-attribution .text-formatted {
    padding-left: 16px;
}

.testimonial-elevated .quote .testimonial-attribution p:first-of-type {
    margin-bottom: 0;
}

@media screen and (min-width:768px) {
    .testimonial-default .quote {
        padding-top: 0;
    }

    .testimonial-elevated {
        margin-left: 0;
    }

        .testimonial-elevated .quote-mark {
            top: -32px;
            left: -32px;
            width: 64px;
            height: 64px;
        }

            .testimonial-elevated .quote-mark svg {
                width: unset;
            }
}

.tabs-block .nav-tabs {
    border-bottom: 4px solid #e5e8eb;
}

    .tabs-block .nav-tabs .nav-item {
        position: relative;
    }

        .tabs-block .nav-tabs .nav-item .nav-link {
            padding-bottom: 0.5rem;
            padding-top: 0.5rem;
            padding-right: calc(0.9857142857rem + 0.6857142857vw);
            padding-left: calc(0.9857142857rem + 0.6857142857vw);
            border: none;
            color: #262626;
            font-size: calc(0.9071428571rem + 0.0571428571vw);
        }

@media (min-width:1200px) {
    .tabs-block .nav-tabs .nav-item .nav-link {
        padding-right: 1.5rem;
    }
}

@media (min-width:1200px) {
    .tabs-block .nav-tabs .nav-item .nav-link {
        padding-left: 1.5rem;
    }
}

@media (min-width:1200px) {
    .tabs-block .nav-tabs .nav-item .nav-link {
        font-size: 0.95rem;
    }
}

.tabs-block .nav-tabs .nav-item .nav-link:hover {
    background-color: #e5f0fc;
    color: #002c6c;
}

.tabs-block .nav-tabs .nav-item .nav-link.active {
    color: #002c6c;
    font-weight: 500;
}

    .tabs-block .nav-tabs .nav-item .nav-link.active + .tab-line {
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 100%;
        height: 4px;
        border-radius: 2px;
    }

.tabs-block .tab-content .tab-pane {
    padding: calc(1.2rem + 2.4vw);
    border: none;
}

@media (min-width:1200px) {
    .tabs-block .tab-content .tab-pane {
        padding: 3rem;
    }
}

.tabs-block .tab-content .tab-pane p:last-of-type {
    margin-bottom: 0;
}

.video-block {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .video-block .cover-image {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        max-width: 640px;
    }

        .video-block .cover-image .play-button {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            border-radius: 500px;
            width: 64px;
            height: 64px;
            background-color: white;
            box-shadow: 0 2px 3px rgba(0,44,108,0.2);
            display: flex;
            justify-content: center;
            align-items: center;
            transition: top 0.2s ease;
            z-index: 3;
        }

        .video-block .cover-image p {
            display: none;
        }

        .video-block .cover-image .text-overlay {
            position: absolute;
            top: 30px;
            left: 30px;
            color: white;
            width: 40%;
            font-size: 15px;
            line-height: 21px;
        }

        .video-block .cover-image:hover {
            cursor: pointer;
        }

            .video-block .cover-image:hover p {
                display: block;
                position: absolute;
                padding-top: 120px;
                color: white;
                font-weight: 500;
                font-size: 12px;
            }

            .video-block .cover-image:hover .play-button {
                top: -4px;
                box-shadow: 0 10px 30px rgba(0,44,108,0.2);
            }

    .video-block .remote-video {
        width: 100%;
        position: unset;
        z-index: 0;
        top: 0;
        min-height: 300px;
        display: none;
    }

        .video-block .remote-video div {
            width: inherit;
            min-height: inherit;
        }

            .video-block .remote-video div iframe {
                min-height: inherit;
            }

    .video-block video, .video-block iframe {
        display: none;
        width: 100%;
    }

.video-block-default .cover-image .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}

    .video-block-default .cover-image .overlay.variation-blue {
        background: linear-gradient(269deg,rgba(38,38,38,0.2) 0%,#001a4d 100%);
    }

    .video-block-default .cover-image .overlay.variation-default {
        background-color: rgba(38,38,38,0.2);
    }

    .video-block-default .cover-image .overlay:hover {
        opacity: 0.8;
    }

        .video-block-default .cover-image .overlay:hover .play-button {
            opacity: 1;
        }

.video-block-overlay .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}

    .video-block-overlay .overlay.variation-blue {
        background: linear-gradient(269deg,rgba(38,38,38,0.2) 0%,#001a4d 100%);
    }

    .video-block-overlay .overlay.variation-default {
        background-color: rgba(38,38,38,0.2);
    }

.video-block-overlay .cover-image:hover .overlay.variation-blue {
    background: linear-gradient(269deg,rgba(38,38,38,0.5) 0%,#001a4d 100%);
}

.video-block-overlay .cover-image:hover .overlay.variation-default {
    background-color: rgba(38,38,38,0.2);
}

@media screen and (min-width:768px) {
    .video-block .remote-video {
        position: absolute;
    }
}

.structured-list table {
    margin-bottom: 0;
}

    .structured-list table tr th {
        background-color: white;
        border: none;
        border-bottom: 1px solid #c4d7ed;
        color: #002c6c;
        font-size: 0.95rem;
        font-weight: 500;
    }

    .structured-list table td {
        background-color: white;
        border: none;
        border-bottom: 1px solid #c4d7ed;
        font-size: 0.95rem;
        font-weight: 400;
        color: #262626;
    }

.structured-list.striped table tr.odd td {
    background-color: #f0f5fa !important;
}

.structured-list.blue-title thead tr th {
    background-color: #f0f5fa;
}

.structured-list a {
    color: #002c6c;
    font-weight: 500;
}

@media screen and (max-width:576px) {
    .structured-list.scroll {
        width: 90vw;
        overflow: auto;
    }

        .structured-list.scroll .table-responsive {
            width: 900px;
        }

    .structured-list.breakout tr, .structured-list.breakout th, .structured-list.breakout td {
        display: block;
    }

    .structured-list.breakout th, .structured-list.breakout td {
        border-bottom: none;
        padding-left: 18px;
        padding-right: 18px;
    }

        .structured-list.breakout th:not(:first-child), .structured-list.breakout td:not(:first-child) {
            padding-top: 0;
            padding-bottom: 0;
            font-size: 12px;
            color: #414345;
        }

        .structured-list.breakout th:last-child, .structured-list.breakout td:last-child {
            padding-bottom: 12px;
        }

        .structured-list.breakout th:first-child, .structured-list.breakout td:first-child {
            padding-bottom: 4px;
            color: #002c6c;
            font-weight: 500;
        }

    .structured-list.breakout tr {
        padding: 0;
        border-bottom: 1px solid #c4d7ed;
    }
}

.carousel-testimonial-default {
    position: relative;
}

    .carousel-testimonial-default .carousel {
        padding-bottom: calc(1.3428571429rem + 3.5428571429vw);
    }

@media (min-width:1200px) {
    .carousel-testimonial-default .carousel {
        padding-bottom: 4rem;
    }
}

.carousel-testimonial-default .slick-track {
    display: flex;
}

    .carousel-testimonial-default .slick-track .slick-slide {
        display: flex;
        flex-direction: column;
        height: auto;
        align-items: center;
        justify-content: center;
    }

.carousel-testimonial-default button.slick-arrow {
    position: absolute;
    z-index: 3;
    bottom: -30px;
    background: white;
    border: 1px solid #E5F0FC;
    border-radius: 50%;
    box-shadow: 0 2px 3px 0 rgba(0,44,108,0.2);
    width: 47px;
    height: 47px;
    transition: top 0.2s ease;
}

.carousel-testimonial-default .slick-next {
    right: 15px;
}

.carousel-testimonial-default .slick-prev {
    right: 75px;
}

.carousel-testimonial-default .slick-next::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.645978 0.646009C0.692424 0.599446 0.747599 0.562503 0.808344 0.537296C0.86909 0.51209 0.934211 0.499115 0.999978 0.499115C1.06575 0.499115 1.13087 0.51209 1.19161 0.537296C1.25236 0.562503 1.30753 0.599446 1.35398 0.646009L7.35398 6.64601C7.40054 6.69245 7.43748 6.74763 7.46269 6.80838C7.4879 6.86912 7.50087 6.93424 7.50087 7.00001C7.50087 7.06578 7.4879 7.1309 7.46269 7.19164C7.43748 7.25239 7.40054 7.30756 7.35398 7.35401L1.35398 13.354C1.26009 13.4479 1.13275 13.5006 0.999978 13.5006C0.867202 13.5006 0.739865 13.4479 0.645978 13.354C0.552091 13.2601 0.499346 13.1328 0.499346 13C0.499346 12.8672 0.552091 12.7399 0.645978 12.646L6.29298 7.00001L0.645978 1.35401C0.599415 1.30756 0.562472 1.25239 0.537265 1.19164C0.512059 1.1309 0.499084 1.06578 0.499084 1.00001C0.499084 0.934242 0.512059 0.86912 0.537265 0.808375C0.562472 0.74763 0.599415 0.692455 0.645978 0.646009V0.646009Z' fill='%23002C6C'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    display: inline-block;
    height: 16px;
}

.carousel-testimonial-default .slick-prev::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='13' viewBox='0 0 7 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.85314 0.146877C6.8997 0.193317 6.93663 0.248486 6.96183 0.309224C6.98703 0.369962 7 0.435075 7 0.500835C7 0.566595 6.98703 0.631708 6.96183 0.692446C6.93663 0.753184 6.8997 0.808353 6.85314 0.854794L1.20759 6.50013L6.85314 12.1455C6.94701 12.2393 6.99974 12.3667 6.99974 12.4994C6.99974 12.6322 6.94701 12.7595 6.85314 12.8534C6.75928 12.9473 6.63198 13 6.49923 13C6.36649 13 6.23919 12.9473 6.14532 12.8534L0.146856 6.85409C0.100305 6.80765 0.0633711 6.75248 0.0381711 6.69174C0.0129711 6.631 0 6.56589 0 6.50013C0 6.43437 0.0129711 6.36926 0.0381711 6.30852C0.0633711 6.24778 0.100305 6.19261 0.146856 6.14617L6.14532 0.146877C6.19176 0.100319 6.24692 0.0633803 6.30765 0.0381768C6.36838 0.0129733 6.43348 0 6.49923 0C6.56498 0 6.63009 0.0129733 6.69082 0.0381768C6.75155 0.0633803 6.80671 0.100319 6.85314 0.146877V0.146877Z' fill='%23002C6C'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    display: inline-block;
    height: 16px;
}

.carousel-testimonial-default .quote {
    display: flex;
}

    .carousel-testimonial-default .quote .quote-mark {
        padding-right: 40px;
    }

    .carousel-testimonial-default .quote h4 {
        margin-bottom: 0;
    }

@media screen and (min-width:768px) {
    .carousel-testimonial-default .carousel {
        padding-bottom: 0;
    }

    .carousel-testimonial-default button.slick-arrow {
        bottom: unset;
        top: 50%;
        transform: translateY(-50%);
        bottom: 30px;
    }

        .carousel-testimonial-default button.slick-arrow:hover {
            top: calc(50% - 4px);
            box-shadow: 0px 10px 30px rgba(0,44,108,0.2);
        }

        .carousel-testimonial-default button.slick-arrow:focus {
            outline: 2px solid #002c6c;
        }

    .carousel-testimonial-default .slick-next {
        right: 15px;
    }

    .carousel-testimonial-default .slick-prev {
        right: unset;
        left: 15px;
    }
}

.block-card-line .card-w-line {
    position: relative;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: calc(1.2rem + 2.4vw);
}

@media (min-width:1200px) {
    .block-card-line .card-w-line {
        margin-bottom: 3rem;
    }
}

.block-card-line .card-w-line .line {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-radius: 2.5px;
}

.block-card-line .card-w-line .link-card-line {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.block-card-line .card-w-line h5 {
    font-weight: 300;
}

.block-card-line .card-w-line p {
    font-weight: 300;
    margin-bottom: 0;
}

.block-card-line .card-w-line.last {
    margin-bottom: 0;
}

.block-card-line .card-w-line:hover {
    cursor: pointer;
    background-color: white;
}

.block-multi-card .multi {
    margin-bottom: calc(0.9857142857rem + 0.6857142857vw);
}

@media (min-width:1200px) {
    .block-multi-card .multi {
        margin-bottom: 1.5rem;
    }
}

.block-multi-card .multi .multi-card {
    height: 100%;
    background-color: white;
    border: 1px solid #E5F0FC;
    border-radius: 4px;
    box-shadow: 0 2px 3px 0 rgba(0,44,108,0.2);
    padding: calc(0.9857142857rem + 0.6857142857vw);
    position: relative;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

@media (min-width:1200px) {
    .block-multi-card .multi .multi-card {
        padding: 1.5rem;
    }
}

.block-multi-card .multi .multi-card p {
    margin-bottom: 0;
}

.block-multi-card .multi .multi-card a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block-multi-card .multi .multi-card:hover {
    cursor: pointer;
    transform: translateY(-4px);
    box-shadow: 0 10px 30px 0 rgba(165,165,167,0.6);
}

.link-w-popup .standalonelink-block .link {
    border: none;
    background-color: transparent;
    color: #00799e;
    padding: 0;
}

    .link-w-popup .standalonelink-block .link:hover {
        color: #002c6c;
        cursor: pointer;
    }

.link-w-popup .modal {
    background-color: rgba(38,38,38,0.8);
}

    .link-w-popup .modal .modal-dialog {
        max-width: 700px;
    }

    .link-w-popup .modal .modal-content .modal-header {
        padding-top: calc(0.9857142857rem + 0.6857142857vw);
        padding-left: calc(0.9857142857rem + 0.6857142857vw);
        padding-right: calc(1.3428571429rem + 3.5428571429vw);
        border-bottom: none;
        position: relative;
    }

@media (min-width:1200px) {
    .link-w-popup .modal .modal-content .modal-header {
        padding-top: 1.5rem;
    }
}

@media (min-width:1200px) {
    .link-w-popup .modal .modal-content .modal-header {
        padding-left: 1.5rem;
    }
}

@media (min-width:1200px) {
    .link-w-popup .modal .modal-content .modal-header {
        padding-right: 4rem;
    }
}

.link-w-popup .modal .modal-content .modal-header .close {
    position: absolute;
    top: 16px;
    right: 16px;
}

    .link-w-popup .modal .modal-content .modal-header .close:hover {
        background-color: #f0f5fa;
        cursor: pointer;
    }

.link-w-popup .modal .modal-content .modal.body {
    padding-top: 0;
    padding-left: calc(0.9857142857rem + 0.6857142857vw);
    padding-right: calc(0.9857142857rem + 0.6857142857vw);
    padding-bottom: calc(0.9857142857rem + 0.6857142857vw);
}

@media (min-width:1200px) {
    .link-w-popup .modal .modal-content .modal.body {
        padding-left: 1.5rem;
    }
}

@media (min-width:1200px) {
    .link-w-popup .modal .modal-content .modal.body {
        padding-right: 1.5rem;
    }
}

@media (min-width:1200px) {
    .link-w-popup .modal .modal-content .modal.body {
        padding-bottom: 1.5rem;
    }
}

.columns-text-with-graphic .title-box > *, .columns-text-with-graphic .body-box > * {
    margin-bottom: 0;
}

.columns-text-with-graphic img {
    width: 90px;
    height: 90px;
}

.columns-text-with-graphic .line-div {
    position: relative;
}

    .columns-text-with-graphic .line-div .line {
        content: "";
        width: calc(100% - 30px);
        height: 1px;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
    }

    .columns-text-with-graphic .line-div.last {
        padding-bottom: 0 !important;
    }

@media screen and (min-width:768px) {
    .columns-text-with-graphic .line-div .line {
        top: 0;
        height: 100%;
        width: 1px;
    }

    .columns-text-with-graphic .line-div.last {
        display: none;
    }

    .columns-text-with-graphic img {
        width: unset;
        height: unset;
    }
}

.card-with-link {
    padding: 32px 24px;
    height: inherit;
}

    .card-with-link.border {
        border: 1px solid #E5F0FC;
        border-radius: 4px;
        background-color: #FFFFFF;
        box-shadow: 0 2px 3px 0 rgba(0,44,108,0.2);
    }

    .card-with-link .card-link {
        padding-top: 40px;
    }

        .card-with-link .card-link a {
            font-size: 16px;
            font-weight: 400;
            letter-spacing: 0;
            line-height: 22px;
        }

            .card-with-link .card-link a:hover {
                text-decoration: none;
            }

.block-3-columns div .bottom-line-grey {
    border-bottom: 1px solid #B3B3B3;
    margin: auto;
}

.block-3-columns div:last-of-type .bottom-line-grey {
    border-bottom: none;
}

.block-3-columns div ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

    .block-3-columns div ul li {
        display: flex;
        align-items: center;
        font-size: 16px;
        margin-bottom: 8px;
    }

        .block-3-columns div ul li:before {
            content: "•";
            font-size: 14px;
        }

        .block-3-columns div ul li p {
            padding-left: 15px;
            margin-bottom: 0;
        }

.contact-form-block .gsone-location-form {
    display: flex;
    flex-direction: column;
}

    .contact-form-block .gsone-location-form fieldset {
        padding: 0;
        margin: 0;
        width: 100%;
        height: 45px;
        padding-bottom: 20px;
    }

    .contact-form-block .gsone-location-form .form-actions button {
        border: none;
        font-size: 15px;
        height: 45px;
        position: relative;
        padding: 13px 21px;
        text-transform: lowercase;
        font-weight: 500;
    }

        .contact-form-block .gsone-location-form .form-actions button::first-letter {
            text-transform: capitalize;
        }

        .contact-form-block .gsone-location-form .form-actions button::before {
            display: none;
        }

@media screen and (min-width:768px) {
    .contact-form-block .gsone-location-form {
        flex-direction: row;
    }

        .contact-form-block .gsone-location-form fieldset {
            padding-bottom: 0;
            padding-right: 20px;
            width: 280px;
        }
}

.btn-primary {
    color: white;
    padding: 9px 16px;
    background-color: #cd3c0d;
    border-radius: 4px;
}

    .btn-primary:hover {
        text-decoration: none;
        background-color: #a82c05;
    }

    .btn-primary:active {
        text-decoration: none;
        background-color: #912305;
    }

.btn-default-arrow {
    padding: 1.125rem 1.5rem;
    border-radius: 77px;
    position: relative;
}

    .btn-default-arrow:hover {
        cursor: pointer;
        text-decoration: none;
    }

    .btn-default-arrow::after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 8C0 7.69695 0.105345 7.40631 0.292861 7.19202C0.480376 6.97774 0.734701 6.85735 0.999888 6.85735H12.5846L8.29107 1.95309C8.10332 1.73853 7.99784 1.44753 7.99784 1.14409C7.99784 0.840662 8.10332 0.549657 8.29107 0.335098C8.47883 0.120538 8.73347 0 8.99899 0C9.26452 0 9.51916 0.120538 9.70692 0.335098L15.7062 7.191C15.7994 7.29715 15.8732 7.42324 15.9236 7.56206C15.9741 7.70088 16 7.8497 16 8C16 8.1503 15.9741 8.29912 15.9236 8.43794C15.8732 8.57676 15.7994 8.70286 15.7062 8.809L9.70692 15.6649C9.51916 15.8795 9.26452 16 8.99899 16C8.73347 16 8.47883 15.8795 8.29107 15.6649C8.10332 15.4503 7.99784 15.1593 7.99784 14.8559C7.99784 14.5525 8.10332 14.2615 8.29107 14.0469L12.5846 9.14265H0.999888C0.734701 9.14265 0.480376 9.02227 0.292861 8.80798C0.105345 8.59369 0 8.30305 0 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
        background-size: cover;
        width: 11px;
        height: 11px;
        display: inline-block;
        position: absolute;
        right: 18px;
        top: 50%;
        transform: translateY(-50%);
        transition: right 0.2s ease;
    }

    .btn-default-arrow:hover::after {
        right: 14px;
        background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 8C0 7.69695 0.105345 7.40631 0.292861 7.19202C0.480376 6.97774 0.734701 6.85735 0.999888 6.85735H12.5846L8.29107 1.95309C8.10332 1.73853 7.99784 1.44753 7.99784 1.14409C7.99784 0.840662 8.10332 0.549657 8.29107 0.335098C8.47883 0.120538 8.73347 0 8.99899 0C9.26452 0 9.51916 0.120538 9.70692 0.335098L15.7062 7.191C15.7994 7.29715 15.8732 7.42324 15.9236 7.56206C15.9741 7.70088 16 7.8497 16 8C16 8.1503 15.9741 8.29912 15.9236 8.43794C15.8732 8.57676 15.7994 8.70286 15.7062 8.809L9.70692 15.6649C9.51916 15.8795 9.26452 16 8.99899 16C8.73347 16 8.47883 15.8795 8.29107 15.6649C8.10332 15.4503 7.99784 15.1593 7.99784 14.8559C7.99784 14.5525 8.10332 14.2615 8.29107 14.0469L12.5846 9.14265H0.999888C0.734701 9.14265 0.480376 9.02227 0.292861 8.80798C0.105345 8.59369 0 8.30305 0 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
    }

    .btn-default-arrow:active::after {
        right: 14px;
        background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 8C0 7.69695 0.105345 7.40631 0.292861 7.19202C0.480376 6.97774 0.734701 6.85735 0.999888 6.85735H12.5846L8.29107 1.95309C8.10332 1.73853 7.99784 1.44753 7.99784 1.14409C7.99784 0.840662 8.10332 0.549657 8.29107 0.335098C8.47883 0.120538 8.73347 0 8.99899 0C9.26452 0 9.51916 0.120538 9.70692 0.335098L15.7062 7.191C15.7994 7.29715 15.8732 7.42324 15.9236 7.56206C15.9741 7.70088 16 7.8497 16 8C16 8.1503 15.9741 8.29912 15.9236 8.43794C15.8732 8.57676 15.7994 8.70286 15.7062 8.809L9.70692 15.6649C9.51916 15.8795 9.26452 16 8.99899 16C8.73347 16 8.47883 15.8795 8.29107 15.6649C8.10332 15.4503 7.99784 15.1593 7.99784 14.8559C7.99784 14.5525 8.10332 14.2615 8.29107 14.0469L12.5846 9.14265H0.999888C0.734701 9.14265 0.480376 9.02227 0.292861 8.80798C0.105345 8.59369 0 8.30305 0 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
    }

.btn-orange {
    padding: 10px 16px;
    text-decoration: none !important;
    color: white;
    background-color: #cd3c0d;
    border-radius: 4px;
    font-size: 0.875rem;
}

    .btn-orange:hover {
        cursor: pointer;
        background-color: #a82c05;
        color: white;
    }

    .btn-orange:active {
        background-color: #912305;
    }

.btn-standard {
    padding: 13px 22px;
    font-size: 15px;
}

.button-block .btn-arrow {
    display: inline-block;
    height: inherit;
    padding: 10px 16px 10px 16px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
}

    .button-block .btn-arrow:hover {
        text-decoration: none;
        color: white;
    }

        .button-block .btn-arrow:hover svg {
            transform: translateX(4px);
        }

    .button-block .btn-arrow svg {
        margin-left: 8px;
        transition: all 0.2s ease;
    }

    .button-block .btn-arrow.full-width {
        width: 100%;
    }

.archive-tabs .nav.nav-tabs {
    border: none;
}

    .archive-tabs .nav.nav-tabs li {
        padding-bottom: 36px;
    }

        .archive-tabs .nav.nav-tabs li a {
            border: none;
            text-decoration: none;
            font-size: 15px;
            color: #262626;
            font-weight: 400;
            margin-right: 42px;
        }

            .archive-tabs .nav.nav-tabs li a:hover {
                background-color: #f0f5fa;
            }

        .archive-tabs .nav.nav-tabs li:last-of-type a {
            margin-right: 0;
        }

        .archive-tabs .nav.nav-tabs li.active {
            position: relative;
        }

            .archive-tabs .nav.nav-tabs li.active a {
                font-weight: 500;
                color: #002c6c;
            }

                .archive-tabs .nav.nav-tabs li.active a::before {
                    content: "";
                    position: absolute;
                    width: 100%;
                    height: 4px;
                    border-radius: 2px;
                    background-color: #F26334;
                    bottom: 0;
                    left: 0;
                }

.archive-tabs .tab-content .tab-pane {
    border: none;
}

.archive-tabs .tab-content .tab-pane-content div .report-container {
    padding: 18px;
    border-radius: 4px;
    background-color: #f0f5fa;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 400;
}

    .archive-tabs .tab-content .tab-pane-content div .report-container a {
        font-size: 15px;
        font-weight: 400;
        color: #00799e;
        text-decoration: none !important;
    }

@media screen and (min-width:768px) {
    .archive-tabs .nav.nav-tabs li {
        padding-bottom: 28px;
    }

        .archive-tabs .nav.nav-tabs li a {
            margin-left: 32px;
            margin-right: 0;
        }

    .archive-tabs .tab-content .tab-pane-content div {
        padding-left: 0;
    }
}

.select-revamp {
    display: block;
    width: 100%;
}

    .select-revamp .select {
        cursor: pointer;
        display: inline-block;
        border: 0;
        width: 100%;
        position: relative;
    }

        .select-revamp .select:after {
            display: none !important;
        }

    .select-revamp .styledSelect {
        padding: 12px 18px;
        color: #262626;
        font-weight: 400;
        font-size: 15px;
        border-radius: 4px;
        border: 1px solid #c4d7ed;
        background-color: #fff;
        height: 45px;
        position: relative;
    }

        .select-revamp .styledSelect:after {
            content: "";
            width: 18px;
            height: 18px;
            position: absolute;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='002c6c' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            top: 15px;
            right: 20px;
            -moz-transition: 0.5s all;
            -webkit-transition: 0.5s all;
        }

        .select-revamp .styledSelect:active:after, .select-revamp .styledSelect.active:after {
            -moz-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
        }

    .select-revamp .options {
        display: none;
        position: absolute;
        top: 45px;
        right: 0;
        left: 0;
        width: calc(100% - 2px);
        margin: 0 auto;
        padding-top: 38px;
        z-index: 1;
        background-color: white;
        list-style: none;
        border-radius: 4px;
        height: 200px;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0;
        font-size: 15px;
    }

        .select-revamp .options li {
            height: 45px;
            margin: 0 0;
            padding: 10px 18px;
            color: #262626;
            position: relative;
            font-weight: 400;
        }

            .select-revamp .options li:hover {
                background-color: #e5f0fc;
                color: #002c6c;
            }

/*select::-webkit-scrollbar {
    background-color: red;
}*/

/*footer {
    margin: 20px 0;
}*/

    footer p {
        display: block;
        margin: 0;
        font-size: 12px;
    }

    footer a {
        color: #008dbd;
        font-weight: 300;
    }

    footer ul {
        list-style-type: none;
        margin-bottom: 20px;
        padding: 0;
    }

        footer ul li {
            line-height: 1em;
            margin-bottom: 7px;
        }

            footer ul li > a {
                font-size: 14px;
            }

    footer section:first-child {
        margin-bottom: 32px;
    }

    footer a.icon {
        color: #002c6c;
        font-size: 40px;
    }

        footer a.icon:hover {
            text-decoration: none !important;
        }

    footer a:hover {
        color: #008dbd;
    }

    footer a.icon-youtube::before {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' d='M4 6h17v12H4z'/%3E%3Cpath d='M12 0c6.6 0 12 5.4 12 12s-5.4 12-12 12S0 18.6 0 12 5.4 0 12 0zm.193 6.8h-.386c-.895.004-4.652.036-5.707.3-.6.1-1.1.7-1.3 1.3-.265 1.062-.296 3.062-.3 3.51v.18c.004.448.035 2.448.3 3.51.2.6.7 1.1 1.3 1.3 1.055.264 4.812.296 5.707.3h.386c.895-.004 4.652-.036 5.707-.3.6-.2 1.1-.7 1.3-1.3.265-1.062.296-3.062.3-3.51V12v-.09c-.004-.448-.035-2.448-.3-3.51-.2-.6-.7-1.1-1.3-1.3-1.055-.264-4.812-.296-5.707-.3zm-1.693 3l3.9 2.2-3.9 2.2V9.8z' fill='%23002C6C'/%3E%3C/g%3E%3C/svg%3E");
        width: 36px;
        height: 36px;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: cover;
    }

    footer a.icon-youtube:hover::before {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' d='M4 6h17v12H4z'/%3E%3Cpath d='M12 0c6.6 0 12 5.4 12 12s-5.4 12-12 12S0 18.6 0 12 5.4 0 12 0zm.193 6.8h-.386c-.895.004-4.652.036-5.707.3-.6.1-1.1.7-1.3 1.3-.265 1.062-.296 3.062-.3 3.51v.18c.004.448.035 2.448.3 3.51.2.6.7 1.1 1.3 1.3 1.055.264 4.812.296 5.707.3h.386c.895-.004 4.652-.036 5.707-.3.6-.2 1.1-.7 1.3-1.3.265-1.062.296-3.062.3-3.51V12v-.09c-.004-.448-.035-2.448-.3-3.51-.2-.6-.7-1.1-1.3-1.3-1.055-.264-4.812-.296-5.707-.3zm-1.693 3l3.9 2.2-3.9 2.2V9.8z' fill='%23008dbd'/%3E%3C/g%3E%3C/svg%3E");
    }

    footer .footer-links {
        margin-top: 20px;
    }

@media only screen and (min-width:992px) {
    footer .footer-links {
        padding-left: 30px;
    }
}

footer .footer-links hr {
    margin-bottom: 15px;
    margin-top: 0;
}

footer .footer-links .link-pipe {
    color: #008dbd;
    margin: 0 15px;
}

.footer h4 a {
    color: #002c6c;
    font-weight: 500;
    font-size: 19px;
}

.section-spacing footer h4 {
    margin-top: 0;
}

.footer-service-menu ul {
    border-top: 1px solid #b3b3b3;
    margin-left: 0;
    padding-top: 14px;
}

    .footer-service-menu ul li {
        /*border-right: 1px solid #b1b3b3;*/
        padding: 0 22px 0 20px;
    }

@media only screen and (max-width:992px) {
    .footer-service-menu ul li {
        padding: 0 6px 0 4px;
    }
}

.footer-service-menu ul li a {
    padding: 0;
}

    .footer-service-menu ul li a:hover {
        background: none;
    }

.footer-service-menu ul li:first-child {
    padding-left: 0;
}

.footer-service-menu ul li:last-child {
    border: none;
    padding-right: 0;
}

#block-gsone-revamp-socialmediamenu {
    margin-bottom: 30px;
    width: inherit;
}

    #block-gsone-revamp-socialmediamenu a {
        margin-right: 16px;
    }

        #block-gsone-revamp-socialmediamenu a:last-child {
            margin-right: 0;
        }

@media only screen and (min-width:992px) {
    #block-menu-menu-footer-menu .footer-column {
        width: 22%;
        flex: unset;
    }
}

.footer-column ul li a:hover {
    text-decoration: none !important;
}

.footer-column h4 {
    margin-top: 10px;
}

@media only screen and (min-width:992px) {
    .footer-column h4 {
        margin-top: 0;
    }
}

.toolkit footer ul {
    margin-bottom: 0;
}

.nav-link--contact::before {
    content: unset !important;
    background-image: none !important;
    width: 0 !important;
}

.header-top {
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .header-top .region-top-header {
        position: relative;
    }

    .header-top .special-padding {
        padding-top: 50px;
    }

    .header-top .top {
        display: flex;
        flex-wrap: wrap;
        height: 111px;
        position: relative;
    }

        .header-top .top .logo-block .slogan {
            color: #414345;
            font-size: 12px;
            font-weight: 500;
            margin-right:10px;
            letter-spacing: 0;
            line-height: 16px;
        }

        .header-top .top .logo-block img {
            margin-top: 5px;
        }

        .header-top .top #block-gsone-revamp-servicemenu {
            display: none;
        }

            .header-top .top #block-gsone-revamp-servicemenu li {
                margin-bottom: 0;
            }

            .header-top .top #block-gsone-revamp-servicemenu a {
                color: #00799e;
                font-size: 12px;
                font-weight: 500;
                letter-spacing: 0;
                line-height: 16px;
                text-decoration: underline;
                padding-top: 0;
                padding-bottom: 0;
            }

                .header-top .top #block-gsone-revamp-servicemenu a::before {
                    content: "";
                    background-image: none;
                    width: 0;
                    height: 0;
                }

                .header-top .top #block-gsone-revamp-servicemenu a:hover {
                    background: transparent;
                }

        .header-top .top .search-field, .header-top .top .glyphicon-search {
            position: relative;
            margin-top: 25px;
            margin-left: auto;
        }

            .header-top .top .search-field::before, .header-top .top .glyphicon-search::before {
                content: "";
                background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.75 0c5.4 0 9.75 4.35 9.75 9.75a9.72 9.72 0 01-1.883 5.774l.083.076 5.85 5.85c.6.6.6 1.5 0 2.1-.6.6-1.5.6-2.1 0L15.6 17.7l-.073-.086A9.72 9.72 0 019.75 19.5 9.73 9.73 0 010 9.75C0 4.35 4.35 0 9.75 0zm0 1.5c-4.5 0-8.25 3.75-8.25 8.25S5.25 18 9.75 18 18 14.25 18 9.75c0-4.417-3.612-8.11-8-8.246L9.75 1.5z' fill='%23002C6C' fill-rule='evenodd'/%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-size: cover;
                width: 24px;
                height: 24px;
                position: absolute;
                top: -3px;
                right: 0;
                display: inline-block;
            }

            .header-top .top .glyphicon-search::before {
                right: unset !important;
                left: 0;
                margin: 15px;
            }

        .header-top .top #search-block-form {
            position: absolute;
            top: -80px;
            left: 0;
            width: 100%;
            z-index: 12;
        }

            .header-top .top #search-block-form .input-wrapper {
                width: 100%;
                position: relative;
            }

                .header-top .top #search-block-form .input-wrapper input {
                    padding-left: 50px;
                }

                    .header-top .top #search-block-form .input-wrapper input:focus {
                        border: 2px solid #002C6C;
                        box-shadow: none;
                    }

            .header-top .top #search-block-form .close-button {
                width: 20px;
                height: 20px;
            }

                .header-top .top #search-block-form .close-button::before {
                    content: "";
                    display: block;
                    position: absolute;
                    right: 0;
                    top: 0;
                    margin: 10px;
                    font-family: "Glyphicons Halflings";
                    font-style: normal;
                    color: #999;
                }

                .header-top .top #search-block-form .close-button:hover {
                    cursor: pointer;
                }

        .header-top .top .block-gsone-main-menu-block {
            left: 0;
            right: 0;
            position: absolute;
            bottom: 0;
        }

            .header-top .top .block-gsone-main-menu-block .other a {
                width: 100%;
                display: inline-block;
                border-radius: 0;
                text-align: center;
            }

    .header-top .navbar-toggle {
        margin-top: 25px;
        margin-left: 22px;
        margin-right: 0;
        margin-bottom: 25px;
        background-color: transparent;
    }

        .header-top .navbar-toggle .icon-bar {
            width: 30px;
            height: 3px;
            display: block;
            margin-bottom: 5px;
            background-color: #002c6c;
        }

        .header-top .navbar-toggle.collapsed .icon-bar {
            background-color: #002c6c;
        }

header {
    box-shadow: 0 2px 3px 0 rgba(0,44,108,0.2);
}

@media screen and (min-width:992px) {
    .header-top {
        background-color: #f0f5fa;
    }

        .header-top .top {
            height: 28px;
            justify-content: flex-end;
            align-content: center;
        }

            .header-top .top #block-gsone-revamp-servicemenu {
                display: block;
            }

            .header-top .top #search-block-form {
                width: 100%;
                top: -50px;
                width: 100%;
            }

            .header-top .top .search-field, .header-top .top .glyphicon-search {
                margin-top: 4px;
                margin-left: 16px;
            }

                .header-top .top .search-field::before, .header-top .top .glyphicon-search::before {
                    width: 16px;
                    height: 16px;
                }

            .header-top .top .block-gsone-main-menu-block {
                display: none;
            }

    .navbar-toggle {
        display: none;
    }
}

.menu-desktop {
    display: none;
}

@media screen and (min-width:992px) {
    .menu-desktop {
        display: block;
    }
}

.navigation .navbar-default {
    padding: 0;
}

    .navigation .navbar-default .navbar-collapse {
        padding-top: 16px;
    }

.navigation .region-bottom-header .navbar-nav {
    display: flex;
    flex-direction: column;
    left: 0;
    right: 0;
    align-items: baseline;
}

    .navigation .region-bottom-header .navbar-nav li.main-link-div {
        margin-bottom: 0px;
        width: 100%;
        position: relative;
    }

        .navigation .region-bottom-header .navbar-nav li.main-link-div .main-link {
            font-size: 14px;
            line-height:38px;
            color: #002c6c;
            font-weight: 500;
        }

.navigation .region-bottom-header .other {
    display: none;
}

@media screen and (min-width:992px) {
    .navigation .navbar-default {
        display: none;
    }

    .navigation .region-bottom-header {
        height: 106px;
    }

        .navigation .region-bottom-header .logo, .navigation .region-bottom-header .block-gsone-main-menu-block {
            display: flex;
            align-items: center;
        }

        .navigation .region-bottom-header .justify-menu {
            display: flex;
            justify-content: space-between;
        }

        .navigation .region-bottom-header .navbar-nav {
            display: flex;
            flex-direction: row;
            align-items: center;
            position: unset;
        }

            .navigation .region-bottom-header .navbar-nav li.main-link-div {
                margin-bottom: 0;
                width: unset;
                position: unset;
            }

                .navigation .region-bottom-header .navbar-nav li.main-link-div a {
                    padding: 10px 15px;
                    font-size: 14px;
                    color: #002c6c;
                }

                .navigation .region-bottom-header .navbar-nav li.main-link-div .main-link {
                    height: 106px;
                    display: inline-block;
                    line-height: 106px;
                    padding-top: 0;
                    padding-bottom: 0;
                }

        .navigation .region-bottom-header .other {
            display: block;
            align-self: center;
        }

            .navigation .region-bottom-header .other a.buy-a-barcode {
                border-radius: 4px;
                font-size: 14px;
            }

    .navigation .menu-header {
        display: flex;
        flex-direction: row;
        height: unset;
    }
}

.section-breadcrumbs {
    font-size: 0.95rem;
}

    .section-breadcrumbs .ol > * {
        display: none;
    }

    .section-breadcrumbs ol {
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
    }

        .section-breadcrumbs ol li {
            margin-bottom: 0;
            padding-left: 5px;
        }

            .section-breadcrumbs ol li:first-of-type {
                padding-left: 0;
            }

    .section-breadcrumbs .separator::before {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: cover;
        width: 11px;
        height: 11px;
        display: inline-block;
    }

    .section-breadcrumbs .container {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
    }

        .section-breadcrumbs .container li {
            margin-right: 5px;
        }

@media screen and (max-width:767px) {
    .section-breadcrumbs .container li {
        display: none;
    }
}

.section-breadcrumbs .container li:nth-last-child(2) {
    display: inline-block;
}

    .section-breadcrumbs .container li:nth-last-child(2) .separator {
        display: none;
    }

.section-breadcrumbs .container li::after {
    display: none;
}

.section-breadcrumbs .container li:before {
    display: inline-block;
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid #696d73;
    border-left: 1px solid #696d73;
    transform: rotate(-45deg);
    margin-right: 5px;
    margin-bottom: 2px;
}

@media screen and (min-width:768px) {
    .section-breadcrumbs .container > * {
        display: flex;
    }

    .section-breadcrumbs .container li {
        position: relative;
        margin-right: 0;
    }

        .section-breadcrumbs .container li .separator {
            display: inline-block !important;
        }

        .section-breadcrumbs .container li:before {
            display: none;
        }
}

header .navbar-nav li.main-link-div {
    position: unset;
}

header .navbar-nav ul.content-div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
}

    header .navbar-nav ul.content-div ul {
        margin-left: 0px;
        padding-left: 0px;
    }

    header .navbar-nav ul.content-div#mini-panel-standards_submenu {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        padding: 0;
    }

@media (max-width:992px) {
    header .navbar-nav ul.content-div#mini-panel-standards_submenu li.row .mega-menu-featured {
        padding-top: 0;
        padding-left: 16px;
        background-color: white;
    }

        header .navbar-nav ul.content-div#mini-panel-standards_submenu li.row .mega-menu-featured h4 {
            display: none;
        }

        header .navbar-nav ul.content-div#mini-panel-standards_submenu li.row .mega-menu-featured .more-link a::before {
            background-image: none;
            width: 0;
        }

        header .navbar-nav ul.content-div#mini-panel-standards_submenu li.row .mega-menu-featured .more-link a {
            font-weight: 500;
            font-size: 14px;
        }

    header .navbar-nav ul.content-div#mini-panel-standards_submenu li.row .div-links {
        border-bottom-right-radius: 4px;
        padding-top: 0;
        padding-left: 16px;
        padding-bottom: 0;
    }

        header .navbar-nav ul.content-div#mini-panel-standards_submenu li.row .div-links h2 {
            display: none;
        }

    header .navbar-nav ul.content-div#mini-panel-standards_submenu li.row .menu-links {
        padding-left: 0;
        margin-bottom: 30px;
        align-items: flex-start;
    }

        header .navbar-nav ul.content-div#mini-panel-standards_submenu li.row .menu-links:last-child {
            margin-bottom: 0;
        }

        header .navbar-nav ul.content-div#mini-panel-standards_submenu li.row .menu-links h4 {
            font-weight: 500;
            font-size: 14px;
            margin-bottom: 16px;
        }

        header .navbar-nav ul.content-div#mini-panel-standards_submenu li.row .menu-links img {
            display: none;
        }
}

header .navbar-nav ul.content-div#mini-panel-standards_submenu li.row {
    margin-bottom: 0;
    height: 100%;
}

    header .navbar-nav ul.content-div#mini-panel-standards_submenu li.row > div {
        height: 100%;
    }

@media (max-width:992px) {
    header .navbar-nav ul.content-div#mini-panel-standards_submenu {
        padding: 15px 0 0 0;
    }
}

@media (max-width:991px) {
    header .navbar-nav ul.content-div#mini-panel-standards_submenu .mega-menu-featured {
        padding: 0 5px;
    }
}

@media (max-width:992px) {
    header .navbar-nav ul.content-div#mini-panel-standards_submenu .mega-menu-featured {
        margin: 10px 0;
    }
}

header .navbar-nav ul.content-div#mini-panel-standards_submenu .mega-menu-featured .more-link a::before {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 6.99936C0 6.75313 0.085593 6.51699 0.237949 6.34288C0.390306 6.16877 0.596945 6.07096 0.812409 6.07096H10.225L6.7365 2.08625C6.58395 1.91192 6.49825 1.67548 6.49825 1.42894C6.49825 1.1824 6.58395 0.945955 6.7365 0.771626C6.88905 0.597297 7.09595 0.499359 7.31168 0.499359C7.52742 0.499359 7.73432 0.597297 7.88687 0.771626L12.7613 6.34205C12.837 6.42829 12.897 6.53074 12.938 6.64353C12.9789 6.75632 13 6.87724 13 6.99936C13 7.12148 12.9789 7.24239 12.938 7.35519C12.897 7.46798 12.837 7.57043 12.7613 7.65667L7.88687 13.2271C7.73432 13.4014 7.52742 13.4994 7.31168 13.4994C7.09595 13.4994 6.88905 13.4014 6.7365 13.2271C6.58395 13.0528 6.49825 12.8163 6.49825 12.5698C6.49825 12.3232 6.58395 12.0868 6.7365 11.9125L10.225 7.92776H0.812409C0.596945 7.92776 0.390306 7.82995 0.237949 7.65584C0.085593 7.48173 0 7.24559 0 6.99936Z' fill='%23002C6C'/%3E%3C/svg%3E%0A");
    right: -20px;
}

header .navbar-nav ul.content-div#mini-panel-standards_submenu .mega-menu-featured .more-link a:hover::before {
    right: -26px;
}

header .navbar-nav ul.content-div#mini-panel-standards_submenu .mega-menu-featured.featured-light-blue {
    border-bottom-left-radius: 4px;
    padding-top: 24px;
    padding-left: 36px;
}

    header .navbar-nav ul.content-div#mini-panel-standards_submenu .mega-menu-featured.featured-light-blue ul {
        list-style: none;
    }

    header .navbar-nav ul.content-div#mini-panel-standards_submenu .mega-menu-featured.featured-light-blue h4 {
        color: #262626;
        font-size: 16px;
        margin-bottom: 26px;
    }

    header .navbar-nav ul.content-div#mini-panel-standards_submenu .mega-menu-featured.featured-light-blue li {
        margin-bottom: 12px;
    }

        header .navbar-nav ul.content-div#mini-panel-standards_submenu .mega-menu-featured.featured-light-blue li a {
            font-weight: 500;
            color: #002C6C;
            font-size: 16px;
            line-height: 25px;
            padding: 0;
        }

header .navbar-nav ul.content-div#mini-panel-standards_submenu .div-links {
    border-bottom-right-radius: 4px;
    padding-left: 40px;
    padding-top: 24px;
    padding-right: 40px;
    padding-bottom: 45px;
}

header .navbar-nav ul.content-div#mini-panel-standards_submenu .menu-links {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    header .navbar-nav ul.content-div#mini-panel-standards_submenu .menu-links img {
        display: block;
        margin-bottom: 13px;
    }

    header .navbar-nav ul.content-div#mini-panel-standards_submenu .menu-links h4 {
        color: #002C6C;
        margin-bottom: 20px;
        font-size: 16px;
    }

    header .navbar-nav ul.content-div#mini-panel-standards_submenu .menu-links a {
        padding: 0;
        font-weight: 500;
        color: #00799E;
        font-size: 14px;
    }

header .navbar-nav ul.content-div#mini-panel-standards_submenu .title-megamenu {
    line-height: 16px;
}

    header .navbar-nav ul.content-div#mini-panel-standards_submenu .title-megamenu a {
        color: #002C6C;
        font-size: 16px;
        font-weight: 500;
        padding: 0;
    }

        header .navbar-nav ul.content-div#mini-panel-standards_submenu .title-megamenu a:hover {
            text-decoration: none;
        }

    header .navbar-nav ul.content-div#mini-panel-standards_submenu .title-megamenu::after {
        content: "";
        display: block;
        width: calc(100% - 15px);
        height: 1px;
        background-color: #C4D7ED;
        margin-top: 7px;
    }

header .navbar-nav ul.content-div#mini-panel-standards_submenu .links-mobile a {
    font-size: 14px;
    width: 100%;
    display: inline-block;
    margin-bottom: 16px;
    padding-left: 16px;
}

header .navbar-nav ul.content-div#mini-panel-industries_submenu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0;
}

    header .navbar-nav ul.content-div#mini-panel-industries_submenu li.row {
        margin-bottom: 0;
    }

@media (max-width:992px) {
    header .navbar-nav ul.content-div#mini-panel-industries_submenu {
        padding: 15px 0 0 0;
    }
}

header .navbar-nav ul.content-div#mini-panel-industries_submenu .div-links {
    border-bottom-right-radius: 4px;
    padding-left: 40px;
    padding-top: 24px;
    padding-right: 40px;
    padding-bottom: 45px;
}

header .navbar-nav ul.content-div#mini-panel-industries_submenu .menu-links {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    header .navbar-nav ul.content-div#mini-panel-industries_submenu .menu-links img {
        margin-bottom: 16px;
    }

    header .navbar-nav ul.content-div#mini-panel-industries_submenu .menu-links a {
        font-weight: 500;
        padding: 0;
        font-size: 16px;
    }

header .navbar-nav ul.content-div#mini-panel-industries_submenu .title-megamenu {
    line-height: 16px;
}

    header .navbar-nav ul.content-div#mini-panel-industries_submenu .title-megamenu a {
        color: #002C6C;
        font-size: 16px;
        font-weight: 500;
        padding: 0;
    }

        header .navbar-nav ul.content-div#mini-panel-industries_submenu .title-megamenu a:hover {
            text-decoration: none;
        }

    header .navbar-nav ul.content-div#mini-panel-industries_submenu .title-megamenu::after {
        content: "";
        display: block;
        width: calc(100% - 15px);
        height: 1px;
        background-color: #C4D7ED;
        margin-top: 7px;
    }

header .navbar-nav ul.content-div#mini-panel-industries_submenu .links-mobile a {
    font-size: 14px;
    width: 100%;
    display: inline-block;
    margin-bottom: 16px;
    padding-left: 16px;
}

header .navbar-nav ul.content-div#mini-panel-news_submenu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0;
}

    header .navbar-nav ul.content-div#mini-panel-news_submenu li.row {
        margin-bottom: 0;
    }

@media (max-width:992px) {
    header .navbar-nav ul.content-div#mini-panel-news_submenu {
        padding: 15px 0 0 0;
    }
}

@media (min-width:992px) {
    header .navbar-nav ul.content-div#mini-panel-news_submenu .div-links {
        padding-left: 40px !important;
        padding-top: 24px !important;
        padding-right: 40px !important;
        padding-bottom: 45px !important;
    }
}

header .navbar-nav ul.content-div#mini-panel-news_submenu .div-links {
    border-bottom-right-radius: 4px;
    padding-left: 15px;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
}

@media (max-width:992px) {
    header .navbar-nav ul.content-div#mini-panel-news_submenu .div-links #news-events-menu {
        display: none;
    }
}

header .navbar-nav ul.content-div#mini-panel-news_submenu .menu-event-news-block h4 {
    color: #002C6C;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

header .navbar-nav ul.content-div#mini-panel-news_submenu .menu-event-news-block h6 {
    color: #262626;
    font-size: 15px;
}

    header .navbar-nav ul.content-div#mini-panel-news_submenu .menu-event-news-block h6 div {
        display: inline-block;
    }

header .navbar-nav ul.content-div#mini-panel-news_submenu .menu-event-news-block a {
    color: #00799E;
    font-size: 14px;
    padding-left: 0;
    font-weight: 500;
}

header .navbar-nav ul.content-div#mini-panel-news_submenu .menu-links {
    display: flex;
    flex-direction: column;
}

    header .navbar-nav ul.content-div#mini-panel-news_submenu .menu-links a {
        color: #00799e;
        padding: 0;
        font-weight: 500;
        margin-bottom: 16px;
    }

@media (max-width:992px) {
    header .navbar-nav ul.content-div#mini-panel-news_submenu .title-megamenu {
        display: none;
    }
}

header .navbar-nav ul.content-div#mini-panel-news_submenu .mobile-links a {
    display: inline-block;
    padding-left: 16px;
    margin-bottom: 16px;
}

    header .navbar-nav ul.content-div#mini-panel-news_submenu .mobile-links a h4 {
        margin-bottom: 0;
        font-size: 14px;
        color: #00799e;
    }

header .navbar-nav ul.content-div#mini-panel-news_submenu .title-megamenu {
    line-height: 16px;
}

    header .navbar-nav ul.content-div#mini-panel-news_submenu .title-megamenu a {
        color: #002C6C;
        font-size: 16px;
        font-weight: 500;
        padding: 0;
    }

        header .navbar-nav ul.content-div#mini-panel-news_submenu .title-megamenu a:hover {
            text-decoration: none;
        }

    header .navbar-nav ul.content-div#mini-panel-news_submenu .title-megamenu::after {
        content: "";
        display: block;
        width: calc(100% - 15px);
        height: 1px;
        background-color: #C4D7ED;
        margin-top: 7px;
    }

header .navbar-nav ul.content-div#mini-panel-about_submenu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0;
}

    header .navbar-nav ul.content-div#mini-panel-about_submenu li.row {
        margin-bottom: 0;
        height: 100%;
    }

@media (max-width:992px) {
    header .navbar-nav ul.content-div#mini-panel-about_submenu {
        padding: 15px 0 0 0;
    }
}

@media (max-width:991px) {
    header .navbar-nav ul.content-div#mini-panel-about_submenu .mega-menu-featured {
        padding: 0 5px;
    }
}

@media (max-width:992px) {
    header .navbar-nav ul.content-div#mini-panel-about_submenu .mega-menu-featured {
        margin: 10px 0;
    }
}

header .navbar-nav ul.content-div#mini-panel-about_submenu .mega-menu-featured .more-link a::before {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 6.99936C0 6.75313 0.085593 6.51699 0.237949 6.34288C0.390306 6.16877 0.596945 6.07096 0.812409 6.07096H10.225L6.7365 2.08625C6.58395 1.91192 6.49825 1.67548 6.49825 1.42894C6.49825 1.1824 6.58395 0.945955 6.7365 0.771626C6.88905 0.597297 7.09595 0.499359 7.31168 0.499359C7.52742 0.499359 7.73432 0.597297 7.88687 0.771626L12.7613 6.34205C12.837 6.42829 12.897 6.53074 12.938 6.64353C12.9789 6.75632 13 6.87724 13 6.99936C13 7.12148 12.9789 7.24239 12.938 7.35519C12.897 7.46798 12.837 7.57043 12.7613 7.65667L7.88687 13.2271C7.73432 13.4014 7.52742 13.4994 7.31168 13.4994C7.09595 13.4994 6.88905 13.4014 6.7365 13.2271C6.58395 13.0528 6.49825 12.8163 6.49825 12.5698C6.49825 12.3232 6.58395 12.0868 6.7365 11.9125L10.225 7.92776H0.812409C0.596945 7.92776 0.390306 7.82995 0.237949 7.65584C0.085593 7.48173 0 7.24559 0 6.99936Z' fill='%23002C6C'/%3E%3C/svg%3E%0A");
    right: -20px;
}

header .navbar-nav ul.content-div#mini-panel-about_submenu .mega-menu-featured .more-link a:hover::before {
    right: -26px;
}

header .navbar-nav ul.content-div#mini-panel-about_submenu .mega-menu-featured.featured-light-blue {
    border-bottom-left-radius: 4px;
    padding-top: 24px;
    padding-left: 36px;
}

    header .navbar-nav ul.content-div#mini-panel-about_submenu .mega-menu-featured.featured-light-blue ul {
        list-style: none;
    }

    header .navbar-nav ul.content-div#mini-panel-about_submenu .mega-menu-featured.featured-light-blue h4 {
        color: #262626;
        font-size: 16px;
        margin-bottom: 12px;
    }

    header .navbar-nav ul.content-div#mini-panel-about_submenu .mega-menu-featured.featured-light-blue li {
        margin-bottom: 8px;
    }

        header .navbar-nav ul.content-div#mini-panel-about_submenu .mega-menu-featured.featured-light-blue li a {
            font-weight: 500;
            color: #002C6C;
            font-size: 16px;
            line-height: 25px;
            padding: 0;
        }

header .navbar-nav ul.content-div#mini-panel-about_submenu .div-links {
    border-bottom-right-radius: 4px;
    padding-left: 40px;
    padding-top: 24px;
    padding-right: 40px;
}

header .navbar-nav ul.content-div#mini-panel-about_submenu .menu-links {
    display: flex;
    flex-direction: column;
}

    header .navbar-nav ul.content-div#mini-panel-about_submenu .menu-links h4 {
        color: #002C6C;
        font-size: 16px;
    }

    header .navbar-nav ul.content-div#mini-panel-about_submenu .menu-links p {
        flex: 1;
        color: #262626;
        font-size: 15px;
    }

    header .navbar-nav ul.content-div#mini-panel-about_submenu .menu-links a {
        font-weight: 500;
        padding: 0;
        color: #00799E;
        font-size: 14px;
    }

header .navbar-nav ul.content-div#mini-panel-about_submenu .title-megamenu {
    line-height: 16px;
}

    header .navbar-nav ul.content-div#mini-panel-about_submenu .title-megamenu a {
        color: #002C6C;
        font-size: 16px;
        font-weight: 500;
        padding: 0;
    }

        header .navbar-nav ul.content-div#mini-panel-about_submenu .title-megamenu a:hover {
            text-decoration: none;
        }

    header .navbar-nav ul.content-div#mini-panel-about_submenu .title-megamenu::after {
        content: "";
        display: block;
        width: calc(100% - 15px);
        height: 1px;
        background-color: #C4D7ED;
        margin-top: 7px;
    }

header .navbar-nav ul.content-div#mini-panel-about_submenu .links-mobile a {
    font-size: 14px;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 16px;
}

@media screen and (min-width:992px) {
    header .navbar-nav .content-div {
        background-color: white;
        top: 106px;
        border: 1px solid #E5F0FC;
        min-height: 250px;
    }

        header .navbar-nav .content-div#mini-panel-standards_submenu {
            min-height: 280px;
        }

    header .navbar-nav .main-link-div.active .main-link {
        color: #CD3C0D !important;
        position: relative;
    }

        header .navbar-nav .main-link-div.active .main-link:hover {
            text-decoration: none;
            color: unset;
        }

            header .navbar-nav .main-link-div.active .main-link::before, header .navbar-nav .main-link-div.active .main-link:hover::before {
                position: absolute;
                top: 65px;
                height: 4px;
                content: "";
                background-color: #CD3C0D;
                border-radius: 100px;
                width: 80%;
                left: 0;
                margin-left: auto;
                margin-right: auto;
                right: 0;
            }

    header .navbar-nav .main-link-div .main-link {
        position: relative;
    }

        header .navbar-nav .main-link-div .main-link:hover {
            text-decoration: none;
        }

            header .navbar-nav .main-link-div .main-link:hover::before {
                position: absolute;
                top: 37px;
                height: 36px;
                content: "";
                background-color: #e5f0fc;
                border-radius: 4px;
                width: 90%;
                left: 0;
                margin-left: auto;
                margin-right: auto;
                right: 0;
                z-index: -1;
            }
}

.navbar-collapse {
    max-height: none;
}

    .navbar-collapse .buy-a-barcode.menu {
        float: right;
        margin: 10px -15px 0 -15px;
    }

@media (min-width:992px) {
    .main-link-div:hover .content-div {
        display: block !important;
    }
}

.contextual-region.block-gsone-main-menu-block {
    width: unset !important;
    position: unset !important;
}

.bottom-navigation {
    background-color: #F0F5FA;
    margin-right: -15px;
    margin-left: -15px;
}

    .bottom-navigation .site-slogan-div {
        padding-left: 15px;
    }

        .bottom-navigation .site-slogan-div p {
            color: #414345;
            font-size: 12px;
            margin-bottom: 0;
            padding-bottom: 25px;
        }

        .bottom-navigation .site-slogan-div:before {
            content: "";
            width: calc(100% - 15px);
            height: 1px;
            background-color: #C4D7ED;
            display: inline-block;
        }

    .bottom-navigation .service-links {
        padding-top: 25px;
    }

        .bottom-navigation .service-links .nav {
            display: flex;
            flex-direction: column;
            margin-left: 16px;
        }

            .bottom-navigation .service-links .nav li.nav-item:first-child {
                margin-bottom: 16px;
            }

            .bottom-navigation .service-links .nav a {
                color: #00799E;
                font-size: 12px;
                text-decoration: underline;
                padding-left: 0;
                padding-top: 0;
                padding-bottom: 0;
            }

.navbar-toggle {
    border: none;
    background: transparent !important;
    -webkit-appearance: none;
    border-radius: 0;
}

    .navbar-toggle:hover {
        background: transparent !important;
    }

    .navbar-toggle .icon-bar {
        width: 22px;
        transition: all 0.2s;
    }

    .navbar-toggle .top-bar {
        transform: rotate(45deg);
        transform-origin: 10% 10%;
    }

    .navbar-toggle .middle-bar {
        opacity: 0;
    }

    .navbar-toggle .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 10% 90%;
    }

    .navbar-toggle.collapsed .top-bar {
        transform: rotate(0);
    }

    .navbar-toggle.collapsed .middle-bar {
        opacity: 1;
    }

    .navbar-toggle.collapsed .bottom-bar {
        transform: rotate(0);
    }

.open-div {
    position: absolute;
    right: 0;
    top: 0;
}

    .open-div:hover {
        cursor: pointer;
    }

.dn {
    display: none;
}

.ps {
    position: static !important;
}

#sliding-popup .popup-content {
    max-width: 100%;
    text-align: left;
    display: flex;
    justify-content: left;
    align-items: left;
    flex-flow: column;
}

@media (min-width:992px) {
    #sliding-popup .popup-content {
        justify-content: center;
        align-items: center;
        flex-flow: row;
    }
}

#sliding-popup .popup-content .content {
    display: inline-block;
}

#sliding-popup .popup-content #popup-buttons {
    margin-top: 20px;
}

@media (min-width:992px) {
    #sliding-popup .popup-content #popup-buttons {
        margin-top: inherit;
        margin-left: 100px;
    }
}

#sliding-popup .popup-content #popup-buttons button {
    margin-top: 5px;
    background: #f26334;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    border: none;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px;
}

    #sliding-popup .popup-content #popup-buttons button:hover {
        background-color: #f0511c;
    }

    #sliding-popup .popup-content #popup-buttons button.decline-button {
        background: none;
        text-decoration: underline;
    }

        #sliding-popup .popup-content #popup-buttons button.decline-button:hover {
            background: none;
            text-decoration: underline;
        }

#sliding-popup .popup-content #popup-text {
    color: #fff;
    float: left;
    font-weight: 300;
    margin: 0;
}

    #sliding-popup .popup-content #popup-text h3, #sliding-popup .popup-content #popup-text h2, #sliding-popup .popup-content #popup-text p {
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.3;
        margin: 0 0 5px 0;
    }

.eu-cookie-compliance-buttons {
    margin: 0;
}

div#sliding-popup, div#sliding-popup .eu-cookie-withdraw-banner, .eu-cookie-withdraw-tab {
    background: rgba(46,46,46,0.86);
    padding: 15px;
}

.orange-button {
    background-color: #cd3c0d;
    color: white;
    /*border-radius: 77px;*/
    padding: 6px 10px;
    display: inline-block;
    font-size: 12px;
}

.event-block-link, .news-block-link {
    margin-top: 0.5rem;
    min-height: 50px;
}

    .event-block-link a, .news-block-link a {
        font-size: 1rem;
    }

.more-link a {
    position: relative;
}

    .more-link a:hover {
        text-decoration: none;
    }

    .more-link a::before {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 6.99936C0 6.75313 0.085593 6.51699 0.237949 6.34288C0.390306 6.16877 0.596945 6.07096 0.812409 6.07096H10.225L6.7365 2.08625C6.58395 1.91192 6.49825 1.67548 6.49825 1.42894C6.49825 1.1824 6.58395 0.945955 6.7365 0.771626C6.88905 0.597297 7.09595 0.499359 7.31168 0.499359C7.52742 0.499359 7.73432 0.597297 7.88687 0.771626L12.7613 6.34205C12.837 6.42829 12.897 6.53074 12.938 6.64353C12.9789 6.75632 13 6.87724 13 6.99936C13 7.12148 12.9789 7.24239 12.938 7.35519C12.897 7.46798 12.837 7.57043 12.7613 7.65667L7.88687 13.2271C7.73432 13.4014 7.52742 13.4994 7.31168 13.4994C7.09595 13.4994 6.88905 13.4014 6.7365 13.2271C6.58395 13.0528 6.49825 12.8163 6.49825 12.5698C6.49825 12.3232 6.58395 12.0868 6.7365 11.9125L10.225 7.92776H0.812409C0.596945 7.92776 0.390306 7.82995 0.237949 7.65584C0.085593 7.48173 0 7.24559 0 6.99936Z' fill='%2300799E'/%3E%3C/svg%3E%0A");
        background-position: left;
        background-repeat: no-repeat;
        width: 13px;
        height: 13px;
        display: inline-block;
        position: absolute;
        right: -25px;
        top: 4px;
        transition: right 0.2s ease;
    }

    .more-link a:hover::before {
        background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 6.99936C0 6.75313 0.085593 6.51699 0.237949 6.34288C0.390306 6.16877 0.596945 6.07096 0.812409 6.07096H10.225L6.7365 2.08625C6.58395 1.91192 6.49825 1.67548 6.49825 1.42894C6.49825 1.1824 6.58395 0.945955 6.7365 0.771626C6.88905 0.597297 7.09595 0.499359 7.31168 0.499359C7.52742 0.499359 7.73432 0.597297 7.88687 0.771626L12.7613 6.34205C12.837 6.42829 12.897 6.53074 12.938 6.64353C12.9789 6.75632 13 6.87724 13 6.99936C13 7.12148 12.9789 7.24239 12.938 7.35519C12.897 7.46798 12.837 7.57043 12.7613 7.65667L7.88687 13.2271C7.73432 13.4014 7.52742 13.4994 7.31168 13.4994C7.09595 13.4994 6.88905 13.4014 6.7365 13.2271C6.58395 13.0528 6.49825 12.8163 6.49825 12.5698C6.49825 12.3232 6.58395 12.0868 6.7365 11.9125L10.225 7.92776H0.812409C0.596945 7.92776 0.390306 7.82995 0.237949 7.65584C0.085593 7.48173 0 7.24559 0 6.99936Z' fill='%23002c6c'/%3E%3C/svg%3E%0A");
        right: -31px;
    }

@media screen and (max-width:576px) {
    .node--view-mode-teaser, .node--view-mode-revamp-teaser {
        border-bottom: 1px solid #c4d7ed;
        margin-bottom: 18px;
        padding-bottom: 0px;
    }
}

.node--view-mode-revamp-teaser {
    border-bottom: 1px solid #c4d7ed;
    margin-bottom: 18px;
    padding-bottom: 0px;
}

.view-member-board .member-board-subtitle {
    font-weight: 400;
    margin-bottom: calc(1.2rem + 2.4vw);
}

@media (min-width:1200px) {
    .view-member-board .member-board-subtitle {
        margin-bottom: 3rem;
    }
}

@media screen and (max-width:576px) {
    .view-member-board .special-padding {
        padding-left: 0;
        padding-right: 0;
    }
}

.view-member-board .member-board-table {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: solid 1px #C4D7ED;
}

    .view-member-board .member-board-table .member-board-name {
        font-size: 0.875rem;
        line-height: 21px;
        margin-bottom: 0;
        font-weight: 500;
    }

    .view-member-board .member-board-table .member-board-job-title {
        font-size: 0.8125rem;
        line-height: 21px;
        font-weight: 400;
        margin-bottom: 0;
    }

.view-member-board .last-member .member-board-table {
    border-bottom: none !important;
}

@media screen and (min-width:768px) {
    .view-member-board .member-board-table {
        padding-left: 1.5rem;
    }
}

.standard-banner p {
    margin-bottom: 0;
}

.previous-version-standard-block ul {
    list-style: none;
    padding-left: 0;
}

    .previous-version-standard-block ul li {
        margin-bottom: 16px;
        font-size: 15px;
    }

        .previous-version-standard-block ul li a {
            text-decoration: underline;
        }

        .previous-version-standard-block ul li .file-extension {
            text-transform: uppercase;
        }

.block-gsone-standards h3, .block-gsone-standards h4 {
    margin-bottom: 0;
    padding-bottom: calc(0.9857142857rem + 0.6857142857vw);
}

@media (min-width:1200px) {
    .block-gsone-standards h3, .block-gsone-standards h4 {
        padding-bottom: 1.5rem;
    }
}

.block-gsone-standards ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: calc(1.2rem + 2.4vw);
}

@media (min-width:1200px) {
    .block-gsone-standards ul {
        padding-bottom: 3rem;
    }
}

.block-gsone-standards ul li {
    margin-bottom: 0;
    padding-bottom: 16px;
}

    .block-gsone-standards ul li:last-child {
        padding-bottom: 0;
    }

    .block-gsone-standards ul li .node--view-mode-teaser {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .block-gsone-standards ul li p {
        margin-bottom: 0;
    }

    .block-gsone-standards ul li a {
        font-size: calc(0.9071428571rem + 0.0571428571vw);
        text-decoration: underline;
    }

@media (min-width:1200px) {
    .block-gsone-standards ul li a {
        font-size: 0.95rem;
    }
}

.standard-about-block h5 {
    margin-bottom: 18px;
}

.standard-about-block p {
    font-weight: 300;
    margin-bottom: 16px;
    font-size: calc(0.9071428571rem + 0.0571428571vw);
}

@media (min-width:1200px) {
    .standard-about-block p {
        font-size: 0.95rem;
    }
}

.standard-about-block p:last-of-type {
    margin-bottom: 0;
}

.standard-about-block p .label {
    font-weight: 500;
}

.banner-get-a-barcode {
    position: relative;
    display: flex;
    height: 250px;
}

    .banner-get-a-barcode .banner {
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
        height: inherit;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .banner-get-a-barcode .card-container {
        position: absolute;
        z-index: 1;
        top: 220px;
        left: 15px;
        width: calc(100% - 30px);
        border: 1px solid #E5F0FC;
        border-radius: 4px;
        box-shadow: 0 2px 3px 0 rgba(0,44,108,0.2);
    }

        .banner-get-a-barcode .card-container .w-card {
            padding: 18px 0;
        }

    .banner-get-a-barcode .barcode-location-form fieldset {
        padding: 0;
    }

        .banner-get-a-barcode .barcode-location-form fieldset label {
            color: #414345;
        }

.location-block-wrapper .barcode-location-form fieldset {
    padding: 0;
}

    .location-block-wrapper .barcode-location-form fieldset label {
        font-size: calc(0.9071428571rem + 0.0571428571vw);
        margin-bottom: 0;
        padding-bottom: 8px;
    }

@media (min-width:1200px) {
    .location-block-wrapper .barcode-location-form fieldset label {
        font-size: 0.95rem;
    }
}

.location-block-wrapper .barcode-location-form .form-actions button {
    border: none;
    font-size: 15px;
    height: 45px;
    position: relative;
    padding-right: 42px;
}

    .location-block-wrapper .barcode-location-form .form-actions button::before {
        display: none;
    }

    .location-block-wrapper .barcode-location-form .form-actions button::after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 8C0 7.69695 0.105345 7.40631 0.292861 7.19202C0.480376 6.97774 0.734701 6.85735 0.999888 6.85735H12.5846L8.29107 1.95309C8.10332 1.73853 7.99784 1.44753 7.99784 1.14409C7.99784 0.840662 8.10332 0.549657 8.29107 0.335098C8.47883 0.120538 8.73347 0 8.99899 0C9.26452 0 9.51916 0.120538 9.70692 0.335098L15.7062 7.191C15.7994 7.29715 15.8732 7.42324 15.9236 7.56206C15.9741 7.70088 16 7.8497 16 8C16 8.1503 15.9741 8.29912 15.9236 8.43794C15.8732 8.57676 15.7994 8.70286 15.7062 8.809L9.70692 15.6649C9.51916 15.8795 9.26452 16 8.99899 16C8.73347 16 8.47883 15.8795 8.29107 15.6649C8.10332 15.4503 7.99784 15.1593 7.99784 14.8559C7.99784 14.5525 8.10332 14.2615 8.29107 14.0469L12.5846 9.14265H0.999888C0.734701 9.14265 0.480376 9.02227 0.292861 8.80798C0.105345 8.59369 0 8.30305 0 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
        background-size: cover;
        width: 11px;
        height: 11px;
        display: inline-block;
        position: absolute;
        right: 18px;
        top: 50%;
        transform: translateY(-50%);
        transition: right 0.2s ease;
    }

    .location-block-wrapper .barcode-location-form .form-actions button:hover::after {
        right: 14px;
        background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 8C0 7.69695 0.105345 7.40631 0.292861 7.19202C0.480376 6.97774 0.734701 6.85735 0.999888 6.85735H12.5846L8.29107 1.95309C8.10332 1.73853 7.99784 1.44753 7.99784 1.14409C7.99784 0.840662 8.10332 0.549657 8.29107 0.335098C8.47883 0.120538 8.73347 0 8.99899 0C9.26452 0 9.51916 0.120538 9.70692 0.335098L15.7062 7.191C15.7994 7.29715 15.8732 7.42324 15.9236 7.56206C15.9741 7.70088 16 7.8497 16 8C16 8.1503 15.9741 8.29912 15.9236 8.43794C15.8732 8.57676 15.7994 8.70286 15.7062 8.809L9.70692 15.6649C9.51916 15.8795 9.26452 16 8.99899 16C8.73347 16 8.47883 15.8795 8.29107 15.6649C8.10332 15.4503 7.99784 15.1593 7.99784 14.8559C7.99784 14.5525 8.10332 14.2615 8.29107 14.0469L12.5846 9.14265H0.999888C0.734701 9.14265 0.480376 9.02227 0.292861 8.80798C0.105345 8.59369 0 8.30305 0 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
    }

    .location-block-wrapper .barcode-location-form .form-actions button:active::after {
        right: 14px;
        background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 8C0 7.69695 0.105345 7.40631 0.292861 7.19202C0.480376 6.97774 0.734701 6.85735 0.999888 6.85735H12.5846L8.29107 1.95309C8.10332 1.73853 7.99784 1.44753 7.99784 1.14409C7.99784 0.840662 8.10332 0.549657 8.29107 0.335098C8.47883 0.120538 8.73347 0 8.99899 0C9.26452 0 9.51916 0.120538 9.70692 0.335098L15.7062 7.191C15.7994 7.29715 15.8732 7.42324 15.9236 7.56206C15.9741 7.70088 16 7.8497 16 8C16 8.1503 15.9741 8.29912 15.9236 8.43794C15.8732 8.57676 15.7994 8.70286 15.7062 8.809L9.70692 15.6649C9.51916 15.8795 9.26452 16 8.99899 16C8.73347 16 8.47883 15.8795 8.29107 15.6649C8.10332 15.4503 7.99784 15.1593 7.99784 14.8559C7.99784 14.5525 8.10332 14.2615 8.29107 14.0469L12.5846 9.14265H0.999888C0.734701 9.14265 0.480376 9.02227 0.292861 8.80798C0.105345 8.59369 0 8.30305 0 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
    }

.location-block-wrapper.location-block-wrapper-horizontal {
    padding-top: calc(0.9857142857rem + 0.6857142857vw);
}

@media (min-width:1200px) {
    .location-block-wrapper.location-block-wrapper-horizontal {
        padding-top: 1.5rem;
    }
}

.location-block-wrapper.location-block-wrapper-horizontal .barcode-location-form {
    display: flex;
    flex-direction: column;
}

    .location-block-wrapper.location-block-wrapper-horizontal .barcode-location-form label {
        color: white;
    }

@media screen and (min-width:768px) {
    .banner-get-a-barcode {
        height: 380px;
        align-items: center;
        margin-bottom: 0;
    }

        .banner-get-a-barcode .text-container {
            padding-top: 19px;
        }

        .banner-get-a-barcode .card-container {
            position: unset;
        }

    .location-block-wrapper .form-actions {
        display: flex;
        align-self: flex-end;
    }

    .location-block-wrapper.location-block-wrapper-horizontal .barcode-location-form {
        flex-direction: row;
        align-items: end;
    }

        .location-block-wrapper.location-block-wrapper-horizontal .barcode-location-form .select-revamp {
            width: 347px;
            padding-right: 35px;
        }
}
