@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;700;900&display=swap");

/*=== COLOURS ===*/

.bg-blue1 {
    background-color: #2A9CD1;
}

.bg-blue2 {
    background-color: #007DB7;
}

.bg-blue3 {
    background-color: #256091;
}

.bg-blue4 {
    background-color: #1D446B;
}

.bg-white {
    background-color: #ffffff;
}

.bg-grey1 {
    background-color: #F0F3F8;
}

.bg-grey2 {
    background-color: #D7DFE5;
}

.bg-grey3 {
    background-color: #B2C1CE;
}

.bg-grey4 {
    background-color: #8497A8;
}

.bg-grey5 {
    background-color: #5A6D7E;
}


.txt-blue1 {
    color: #2A9CD1;
}

.txt-blue2 {
    color: #007DB7;
}

.txt-blue3 {
    color: #256091;
}

.txt-blue4 {
    color: #1D446B;
}

.txt-white {
    color: #ffffff;
}

.txt-grey1 {
    color: #F0F3F8;
}

.txt-grey2 {
    color: #D7DFE5;
}

.txt-grey3 {
    color: #B2C1CE;
}

.txt-grey4 {
    color: #8497A8;
}

.txt-red {
    color: #b70c0c;
}

.txt-error{
    color: #b70c0c;
    font-style: italic;
    font-weight: 500;
}

.font-bold { font-weight: 700; }
.font-med {font-weight: 500; }
.font-reg { font-weight: 300; }

/*=== ERRORS ===*/
.field-validation-error {
    color: #b70c0c;
    font-size: 0.875rem;
    font-weight: 500;
    font-style: italic;
    margin-top: -15px;
    display: block;
    margin-bottom: 25px;
}


.message-error {
        color: #b70c0c;
        font-style: italic;
        font-weight: 500;
        line-height: 1.4;
        margin: 0 0 25px;
    }
.message-error ul {
    margin-left: 15px;
}

select.input-validation-error {
    border-color: #b70c0c;
}

.form-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=number]):not([type=search]).input-validation-error, 
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=number]):not([type=search]).input-validation-error {
    border-color: #b70c0c;
}


/*=== RESET ===*/

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smooth: auto;
    text-rendering: optimizeLegibility;
    margin: 0;
    padding: 0;
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-weight: normal;
}

figcaption,
figure,
main {
    display: block;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

b,
strong {
    font-weight: inherit;
}

small {
    font-size: 80%;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}
li.list-none {
    list-style: none;
}
span.nowrap {
    white-space: nowrap;
}

/*=== TYPOGRAPHY ===*/


h1 {
    font-size: 3.75rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 30px 0;
}

@media (max-width: 1439px) {
    h1 {
        font-size: 3.375rem;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 3rem;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 2.75rem;
    }
}

h1.display {
    font-size: 4.688rem;
    line-height: 1;
    text-align: left;
}

@media (max-width: 1439px) {
    h1.display {
        font-size: 4rem;
    }
}

@media (max-width: 1199px) {
    h1.display {
        font-size: 3.75rem;
    }
}

@media (max-width: 991px) {
    h1.display {
        font-size: 3.5rem;
    }
}

@media (max-width: 767px) {
    h1.display {
        font-size: 3rem;
    }
}

@media (max-width: 575px) {
    h1.display {
        font-size: 2.5rem;
    }
}

h2 {
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    margin: 10px 0;
}

@media (max-width: 1439px) {
    h2 {
        font-size: 2.225rem;
    }
}

@media (max-width: 1199px) {
    h2 {
        font-size: 2rem;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 1.95rem;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 1.75rem;
    }
}

h3 {
    font-size: 1.75rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 10px 0;
}

@media (max-width: 767px) {
    h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 575px) {
    h3 {
        font-size: 1.375rem;
    }
}

h4 {
    font-size: 1.375rem;
    font-weight: 700;
    margin: 10px 0;
    line-height: 1.3;
    letter-spacing: 0.03em;
}

@media (max-width: 1439px) {
    h4 {
        font-size: 1.3rem;
    }
}

@media (max-width: 1199px) {
    h4 {
        font-size: 1.2rem;
    }
}

@media (max-width: 991px) {
    h4 {
        font-size: 1.125rem;
    }
}

h5 {
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0 15px;
}

h6 {
    font-size: 1rem;
}

p {
    line-height: 1.7;
    letter-spacing: 0.02em;
    margin: 12px 0;
}

@media (max-width: 991px) {
    p {
        font-size: 0.875rem;
    }
}

.lg {
    font-size: 1.5rem;
}

@media (max-width: 1439px) {
    .lg {
        font-size: 1.25rem;
    }
}

@media (max-width: 1199px) {
    .lg {
        font-size: 1.125rem;
    }
}

@media (max-width: 991px) {
    .lg {
        font-size: 1rem;
    }
}

.md {
    font-size: 1.125rem;
}

@media (max-width: 1439px) {
    .md {
        font-size: 1rem;
    }
}

.sm {
    font-size: 0.875rem;
}

.xs{
    font-size: 0.75rem;
}



/*=== BASE ===*/

html, body {
    height: 100%;
}

body {
    position: relative;
    font-size: 16px;
    font-family: "Red Hat Display", sans-serif;
    background: #F0F3F8;
    color: #5A6D7E;
}

    body.noscroll,
    body.carousel-no-scroll {
        overflow: hidden;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

a {
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

main ul, .main ul{
    margin: 10px 0;
    letter-spacing: 0.02em;
}

main li, .main li {
    list-style: none;
    line-height: 1.6;
    margin: 10px 0 10px 20px;
}

    main li::before, .main li::before{
        content: '';
        display: inline-block;
        background: url(../assets/list-arrow.svg) no-repeat center center/contain;
        width: 7px;
        height: 10px;
        margin-left: -20px;
        margin-right: 13px;
        opacity: 0.5;
    }

main a, .main a {
    color: #007DB7;
    font-weight: 700;
}

.content--section {
    margin-bottom: 50px;
}

.hidden {
    display: none !important;
}

    .hidden.show {
        display: block;
    }

    .show {
        display: block !important;
    }

strong {
    font-weight: 700;
}


/*=== FAQ ===*/

.faq {
    text-align: left;
    margin: 30px 0;
}

    .faq > li {
        list-style: none;
        padding: 30px 0 15px;
        margin-left: 0;
        position: relative;
        border-top: 2px solid rgba(215, 223, 229, 0.75);
    }

        .faq > li::before {
            content: "";
            display: block;
            position: absolute;
            width: 0%;
            margin-left: 0;
            height: 2px;
            left: 0;
            background: #007DB7;
            top: -2px;
            -moz-transition: 0.5s ease all;
            -o-transition: 0.5s ease all;
            -webkit-transition: 0.5s ease all;
            transition: 0.5s ease all;
        }

        .faq > li.active::before {
            width: 100%;
        }

        .faq > li div {
            display: none;
            margin-bottom: 20px;
        }

            .faq > li div p:first-child {
                margin-top: 0;
            }

            .faq > li div p:last-child {
                margin-bottom: 0;
            }

.faq--toggle {
    display: block;
    color: #007DB7;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1.125rem;
    cursor: pointer;
    position: relative;
    padding-right: 35px;
}

    .faq--toggle::after {
        content: "";
        display: block;
        position: absolute;
        background: url(../assets/accordion-toggle.svg) no-repeat center/contain;
        width: 12px;
        height: 12px;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -moz-transition: 0.5s ease all;
        -o-transition: 0.5s ease all;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all;
    }

    .faq--toggle.open::after {
        -webkit-transform: translate(0, -50%) rotate(45deg);
        -moz-transform: translate(0, -50%) rotate(45deg);
        -ms-transform: translate(0, -50%) rotate(45deg);
        transform: translate(0, -50%) rotate(45deg);
    }


/*=== FORM ACCORDION ===*/


.scroll-stop::before{
    display: block;
    content:"";
    margin-top: -150px;
    height: 150px;
    visibility: hidden;
    pointer-events: none;
}


.form-accordion li {
    list-style: none;
}

.form-accordion > li::before {
    display: block;
    content:"";
    margin-top: -200px;
    height: 200px;
    visibility: hidden;
    pointer-events: none;
}

.form-accordion__tab {
    margin: 4px 0;
}

.form-accordion__tab--title {
    display: block;
    background: #ffffff;
    color: #1D446B;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 25px 30px;
    cursor: pointer;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.form-accordion__tab.active .form-accordion__tab--title {
    background: #1D446B;
    color: #ffffff;
}

    @media (max-width: 991px) {
        .form-accordion__tab--title {
        padding: 20px 30px;
    }
}

.form-accordion__tab--title .accordion-title {
    text-align: left !important;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.5px;
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.form-accordion__tab--title .accordion-arrow {
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

    .form-accordion__tab--title .accordion-arrow svg {
        width: 15px;
    }

    .form-accordion__tab--title .accordion-arrow path {
        fill: #1D446B;
    }

.form-accordion__tab--title.open {
    background: #1D446B;
    color: #ffffff;
}

    .form-accordion__tab--title.open .number {
        color: #ffffff;
    }

    .form-accordion__tab.active .accordion-arrow {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

.form-accordion__tab.active .form-accordion__tab--title .accordion-arrow path {
    fill: #ffffff;
}

.form-accordion__tab--title .number {
    font-weight: 500;
    padding-right: 20px;
    display: inline-block;
    color: #B2C1CE;
}

.form-accordion__tab--content {
    text-align: left;
    display: none;
}

.enter-address .edit-address {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

#lblDesc p:not(:first-of-type) {
    margin: 2px 0;
    font-size: 0.875rem;
}


/*=== BREADCRUMBS ===*/

.breadcrumbs {
    padding: 30px 0;
}

@media (max-width: 1199px) {
    .breadcrumbs {
        padding: 20px 0;
    }
}

@media (max-width: 991px) {
    .breadcrumbs {
        padding: 15px 0;
    }
}

.breadcrumbs.txt-white {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

    .breadcrumbs.txt-white a {
        color: #ffffff;
    }

    .breadcrumbs.txt-white svg {
        stroke: #ffffff;
    }

.breadcrumbs.txt-grey5 {
    border-bottom: 1px solid #D7DFE5;
}

    .breadcrumbs.txt-grey5 a {
        color: #5A6D7E;
    }

    .breadcrumbs.txt-grey5 svg {
        stroke: #5A6D7E;
    }

.breadcrumbs.txt-blue4 {
    border-bottom: 1px solid #D7DFE5;
}

    .breadcrumbs.txt-blue4 a {
        color: #1D446B;
    }

    .breadcrumbs.txt-blue4 svg {
        stroke: #1D446B;
    }

.breadcrumbs li {
    display: inline-block;
}

    .breadcrumbs li:last-child a {
        font-weight: 900;
    }

    .breadcrumbs li:first-child a {
        margin-left: 0;
    }

    .breadcrumbs li a {
        display: inline-block;
        text-transform: uppercase;
        font-size: 0.75rem;
        font-weight: 500;
        letter-spacing: 0.03em;
        margin: 0 15px;
    }

    .breadcrumbs li svg {
        display: inline-block;
        fill: none;
    }


/*=== BUTTONS + LINKS ===*/

button {
    font-family: "Red Hat Display", sans-serif;
}

.btn {
    padding: 20px 35px;
    color: #ffffff;
    font-family: "Red Hat Display", sans-serif;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 0.85rem;
    cursor: pointer;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.btn:focus {
    outline: none;
}

@media (max-width: 1439px) {
    .btn {
        font-size: 0.75rem;
    }
}

@media (max-width: 991px) {
    .btn {
        font-size: 0.7rem;
        padding: 18px 25px;
    }
}

.btn--sm {
    padding: 16px 35px;
}

.btn.filled {
    border: none;
    position: relative;
    z-index: 1;
}

    .btn.filled::after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 100%;
        z-index: -1;
        left: 0;
        top: 0;
        -moz-transition: 0.5s ease all;
        -o-transition: 0.5s ease all;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all;
    }

    .btn.filled:hover::after {
        width: 100%;
    }


.btn.filled--white {
    background-color: #ffffff;
    color: #5A6D7E;
}

    .btn.filled--white::after {
        background: #edf0f6;
    }

.btn.filled--blue2 {
    background-color: #007DB7;
    color: #ffffff;
}

    .btn.filled--blue2::after {
        background: #256091;
    }

.btn.filled--blue3 {
    background-color: #256091;
    color: #ffffff;
}

    .btn.filled--blue3::after {
        background: #1D446B;
    }

.btn.filled--blue4 {
    background-color: #1D446B;
    color: #ffffff;
}

    .btn.filled--blue4::after {
        background: #122b43;
    }

.btn.filled--grey1 {
    background-color: #F0F3F8;
    color: #5A6D7E;
}

    .btn.filled--grey1::after {
        background: #8497A8;
    }

    .btn.filled--grey1:hover {
        color: #ffffff;
    }

.btn.filled--grey5 {
    background-color: #5A6D7E;
    color: #ffffff;
}

    .btn.filled--grey5::after {
        background: #8497A8;
    }

.btn.filled--red {
    background-color: #b70c0c;
    color: #ffffff;
}

    .btn.filled--red::after {
        background: #980707;
    }

.btn.outline {
    border: 2px solid;
    z-index: 1;
    position: relative;
}

    .btn.outline::after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 100%;
        z-index: -1;
        left: 0;
        top: 0;
        -moz-transition: 0.5s ease all;
        -o-transition: 0.5s ease all;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all;
    }

    .btn.outline:hover::after {
        width: 100%;
    }

.btn.outline--white {
    border-color: #ffffff;
    color: #ffffff;
}

    .btn.outline--white::after {
        background: #ffffff;
    }

    .btn.outline--white:hover {
        border-color: #ffffff;
        color: #5A6D7E;
    }

.btn.outline--blue2 {
    border-color: #007DB7;
    color: #007DB7;
}

    .btn.outline--blue2::after {
        background: #007DB7;
    }

    .btn.outline--blue2:hover {
        border-color: #007DB7;
        color: #ffffff;
    }

.btn.outline--blue3 {
    border-color: #256091;
    color: #256091;
}

    .btn.outline--blue3::after {
        background: #256091;
    }

    .btn.outline--blue3:hover {
        border-color: #256091;
        color: #ffffff;
    }

.btn.outline--blue4 {
    border-color: #1D446B;
    color: #1D446B;
}

    .btn.outline--blue4::after {
        background: #1D446B;
    }

    .btn.outline--blue4:hover {
        border-color: #1D446B;
        color: #ffffff;
    }

.btn.outline--grey4 {
    background: none;
    border-color: #8497A8;
    color: #8497A8;
}

    .btn.outline--grey4::after {
        background: #8497A8;
    }

    .btn.outline--grey4:hover {
        border-color: #8497A8;
        color: #ffffff;
    }

.btn.outline--grey5 {
    background: none;
    border-color: #5A6D7E;
    color: #5A6D7E;
}

    .btn.outline--grey5::after {
        background: #5A6D7E;
    }

    .btn.outline--grey5:hover {
        border-color: #5A6D7E;
        color: #ffffff;
    }

.btn-group a, .btn-group button {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}

.link {
    font-size: 0.875rem;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 15px 0;
    cursor: pointer;
    position: relative;
    background: none;
    border: none;
}

@media (max-width: 1439px) {
    .link {
        font-size: 0.75rem;
    }
}

@media (max-width: 991px) {
    .link {
        font-size: 0.7rem;
    }
}

.link svg {
    position: absolute;
    margin-left: 10px;
    right: -27px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    vertical-align: middle;
    display: inline-block;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

    .link svg path {
        fill: currentColor;
    }

.link::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.link:hover::after {
    width: 100%;
}

.link:hover svg {
    right: -40px;
}

.link--white {
    color: #ffffff;
    fill: #ffffff;
}

    .link--white::after {
        background-color: #ffffff;
    }

.link--blue1 {
    color: #2A9CD1;
    fill: #2A9CD1;
}

    .link--blue1::after {
        background-color: #2A9CD1;
    }

.link--blue2 {
    color: #007DB7;
    fill: #007DB7;
}

    .link--blue2::after {
        background-color: #007DB7;
    }

.link--blue3 {
    color: #256091;
    fill: #256091;
}

    .link--blue3::after {
        background-color: #256091;
    }

.link--blue4 {
    color: #1D446B;
    fill: #1D446B;
}

    .link--blue4::after {
        background-color: #1D446B;
    }

.link--grey1 {
    color: #F0F3F8;
    fill: #F0F3F8;
}

    .link--grey1::after {
        background-color: #F0F3F8;
    }

.link--grey2 {
    color: #D7DFE5;
    fill: #D7DFE5;
}

    .link--grey2::after {
        background-color: #D7DFE5;
    }

.link--grey3 {
    color: #B2C1CE;
    fill: #B2C1CE;
}

    .link--grey3::after {
        background-color: #B2C1CE;
    }

.link--grey4 {
    color: #8497A8;
    fill: #8497A8;
}

    .link--grey4::after {
        background-color: #8497A8;
    }

.link--grey5 {
    color: #5A6D7E;
    fill: #5A6D7E;
}

    .link--grey5::after {
        background-color: #5A6D7E;
    }


/*=== CALLOUT ===*/

.callout {
    position: relative;
    padding: 70px 140px 50px;
}

    .callout h4 {
        margin-top: 0;
    }

    .callout a.btn {
        display: block;
    }

@media (max-width: 991px) {
    .callout a.btn {
        display: inline-block;
    }
}

@media (max-width: 1439px) {
    .callout {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (max-width: 991px) {
    .callout {
        padding-left: 50px;
        padding-right: 50px;
        text-align: center;
    }
}

.callout::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../assets/arrow-cutout-blue4.svg) no-repeat top center/contain;
    width: 100px;
    height: 52px;
    top: -27px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.bg-grey1 .callout::before {
    background: url(../assets/arrow-cutout-bg-grey1-blue4.svg) no-repeat top center/contain;
}

/*=== First Time User Carousel ===*/
.carousel-modal {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: rgba(90, 109, 126, 0.5);
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

    .carousel-modal.open {
        visibility: visible;
        opacity: 1;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .carousel-modal.open .carousel-modal__inner {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .carousel-modal__inner {
        max-width: 100%;
        width: 700px;
        margin: 60px auto;
        background: #ffffff;
        overflow: hidden;
        position: relative;
        -moz-transition: 0.5s ease all;
        -o-transition: 0.5s ease all;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all;
        -webkit-transform: translate(0, -100px);
        -moz-transform: translate(0, -100px);
        -ms-transform: translate(0, -100px);
        transform: translate(0, -100px);
    }

        .carousel-exit {
            position: absolute;
            right: 34px;
            top: 34px;
            cursor: pointer;
            z-index: 5;
        }

        .carousel-modal-content {
            position: relative;
            left: 0px;
            padding: 50px 50px;
            display: grid;
            grid-template-columns: 100% 100% 100% 100% 100% 100%;
            gap: 100px;
            height: 675px;
            transition: 0.5s ease-in-out;
        }

        .carousel-modal-content.slide-1-fr {
            height: 750px !important;
        }

        .carousel-modal-content.slide-2-fr,
        .carousel-modal-content.slide-5-fr {
            height: 520px !important;
        }

        .carousel-modal-content.slide-3-fr {
            height: 500px !important;
        }

        .carousel-modal-content.slide-4-fr {
            height: 545px !important;
        }

        .carousel-modal-content.slide-6-fr {
            height: 300px !important;
        }

        .carousel-modal-content.slide-2,
        .carousel-modal-content.slide-3,
        .carousel-modal-content.slide-4,
        .carousel-modal-content.slide-5 {
            height: 500px !important;
        }

        .carousel-modal-content.slide-6 {
            height: 300px !important;
        }

            .slider-header {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
            }

                .carousel-semi-bold {
                    font-weight: 500;
                }

            .slider-header > *,
            .slide-content.centered > * {
                text-align: center;
                width: 100%;
            }

            .carousel-list > li {
                list-style: inside !important;
            }

            .carousel-list > li::marker {
                margin-right: 50px;
            }

        .carousel-modal-footer {
            position: relative;
            display: flex;
            justify-content: center;
            background: #F0F3F8 url(../assets/footer-arrows.svg) no-repeat right 0% bottom/200px auto;
        }

            .carousel-controls {
                position: absolute;
                top: -44px;
                display: flex;
                justify-content: center;
            }

            .carousel-pager {
                width: 14px;
                height: 14px;
                border-radius: 14px;
                border: solid 1px #1D446B;
                margin: 0px 5px;
                cursor: pointer;
                transition: 0.5s ease-in-out;
            }

                .carousel-pager.active {
                    background-color: #007DB7;
                }

    @media screen and (max-width: 720px) {
        .carousel-modal__inner {
            margin: 0px;
            width: 100%;
        }

        .carousel-modal-content {
            padding: 10px;
            height: 735px;
        }

        .carousel-exit {
            top: 10px;
            right: 10px;
        }

        .carousel-modal-content.slide-2,
        .carousel-modal-content.slide-3,
        .carousel-modal-content.slide-4,
        .carousel-modal-content.slide-5,
        .carousel-modal-content.slide-6 {
            height: 535px !important;
        }
    }

/*=== MODAL ===*/

.modal {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: rgba(90, 109, 126, 0.5);
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

    .modal.open {
        visibility: visible;
        opacity: 1;
        overflow-x: hidden;
        overflow-y: auto;
    }

        .modal.open .modal__inner {
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        }

.modal__inner {
    max-width: 100%;
    width: 700px;
    margin: 60px auto;
    padding: 50px;
    background: #ffffff;
    position: relative;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    -webkit-transform: translate(0, -100px);
    -moz-transform: translate(0, -100px);
    -ms-transform: translate(0, -100px);
    transform: translate(0, -100px);
}

    .modal__inner .close {
        position: absolute;
        top: 50px;
        right: 50px;
        font-size: 2.5rem;
        cursor: pointer;
        -moz-transition: 0.5s ease all;
        -o-transition: 0.5s ease all;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all;
    }

        .modal__inner .close:hover {
            opacity: 0.5;
        }


/*=== TABLES ===*/

table {
    width: 100%;
    border-collapse: collapse;
}

    table.review-info {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }

        table.review-info > tbody > tr > td, table.review-info > tbody > tr > th {
            padding: 14px 7px 14px 0;
            line-height: 1.4;
        }

        table.review-info > tbody > tr:not(:last-child) > td, table.review-info > tbody > tr:not(:last-child) > th {
            border-bottom: 1px solid #D7DFE5;
        }

        table.review-info > tbody > tr > th {
            padding-top: 17px;
        }

        table.review-info th {
            text-align: left;
            text-transform: uppercase;
            font-size: 0.75rem;
            letter-spacing: 1px;
            width: 200px;
            vertical-align: baseline;
            color: #1D446B;
            padding-right: 25px;
            min-width: 100px;
        }

        table.review-info td {
            font-weight: 500;
        }

            table.review-info td a.link {
                margin: 10px 0 0;
            }

    table.tablesorter {
        border-collapse: collapse;
        width: 100%;
        overflow-x: auto;
    }

@media (max-width: 1439px) {
    table.tablesorter {
        /* display: block; */
    }
}

@media (max-width: 991px) {
    table.tablesorter {
        display: table;
    }
}

@media (max-width: 991px) {
    table.tablesorter thead {
        border-bottom: 10px solid #F0F3F8;
    }
}

table.tablesorter th {
    background: #8497A8;
    color: #ffffff;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 25px 25px 25px 45px;
    text-align: left;
    outline: none;
    border-bottom: 5px solid #F0F3F8;
}

@media (max-width: 991px) {
    table.tablesorter th {
        overflow: hidden;
        position: absolute;
        display: inline-block;
        margin: 2px 0;
        padding: 10px 25px 10px 45px;
        border: none;
    }

        table.tablesorter th:last-child {
            display: none;
            margin-bottom: 10px;
        }
}

@media (max-width: 991px) {
    table.tablesorter tr {
        display: block;
    }
}

table.tablesorter td {
    background: #ffffff;
    padding: 18px 30px;
    border-top: 3px solid #F0F3F8;
    /*white-space: nowrap;*/
}

@media (max-width: 991px) {
    table.tablesorter td {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-top: 0;
        padding: 10px 25px;
    }

        table.tablesorter td:first-child {
            padding-top: 25px;
        }

        table.tablesorter td:last-child {
            padding-bottom: 25px;
            border-bottom: 6px solid #F0F3F8;
        }

        table.tablesorter td::before {
            -webkit-box: 1;
            -moz-box: 1;
            -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto;
            text-align: left;
            display: inline-block;
            width: 50%;
            font-weight: 700;
            color: #5A6D7E;
            text-transform: uppercase;
            font-size: 0.65rem;
            margin-bottom: 6px;
            letter-spacing: 1px;
            content: attr(data-label);
        }
}

table.tablesorter td[data-label=Supplier] {
    white-space: initial;
}

@media (max-width: 991px) {
    table.tablesorter td[data-label=Supplier] {
        text-align: right;
    }
}

table.tablesorter td .link {
    margin: 0;
}

table.tablesorter.js-tablesorter .tablesorter-header {
    position: relative;
}

    table.tablesorter.js-tablesorter .tablesorter-header::after, table.tablesorter.js-tablesorter .tablesorter-header::before {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        left: 27px;
    }

table.tablesorter.js-tablesorter .tablesorter-headerDesc::after {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ffffff;
}

table.tablesorter.js-tablesorter .tablesorter-headerAsc::before {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #ffffff;
}

table.tablesorter.js-tablesorter .tablesorter-headerUnSorted::before {
    top: calc(50% - 4px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #ffffff;
}

table.tablesorter.js-tablesorter .tablesorter-headerUnSorted::after {
    top: calc(50% + 3px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ffffff;
}

table.data-table {
    border-collapse: collapse;
    border-spacing: 0;
}

    table.data-table th {
        background: #8497A8;
        color: #ffffff;
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 700;
        padding: 20px 25px;
        text-align: left;
        outline: none;
        border-width: 0;
    }

    table.data-table td {
        background: #ffffff;
        padding: 20px 25px;
        color: #5A6D7E;
        border: none;
        border-bottom: 1px solid #D7DFE5;
        border-left: 1px solid #d7dfe5;
        border-right: 1px solid #d7dfe5;
    }

        table.data-table td p:first-of-type {
            margin-top: 0;
        }

        table.data-table td p:last-of-type {
            margin-bottom: 0;
        }

    table.data-table a {
        font-weight: 700;
        color: #007DB7;
        margin: 0;
    }

        table.data-table a:hover {
            text-decoration: none;
        }



/*=== PAGINATION ===*/

.pagination {
    width: 100%;
    margin: 40px 0;
}

.pagination svg {
    fill: #8497A8;
    height: 8px;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.pagination svg:hover {
    fill: #007DB7;
}

.pagination ul {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
}

.pagination ul li {
    display: inline-block;
    list-style: none;
    margin: 0;
}

.pagination ul li::before {
    display: none;
    margin: 0;
}

.pagination ul li.current a {
    background: #007DB7;
    color: #ffffff;
}

.pagination ul li a {
    font-size: 0.75rem;
    margin: 0 5px;
    font-weight: 500;
    color: #5A6D7E;
    letter-spacing: 2px;
    padding: 10px 9px;
}

@media(min-width: 768px){
    .pagination ul li a {
        padding: 10px 15px;
    }
}

.pagination ul li a:hover {
    background: #D7DFE5;
}


/*=== MAIN FOOTER ===*/

.main-footer {
    background: #F0F3F8 url(../assets/footer-arrows.svg) no-repeat right calc(50% - 200px) bottom/400px auto;
    padding-top: 100px;
    border-top: 1.5px solid rgba(215, 223, 229, 0.5);
    position: relative;
    top: 157px;
}

@media (max-width: 991px) {
    .main-footer {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .main-footer {
        background: none;
        text-align: center;
    }
}

.main-footer li {
    list-style: none;
}

@media (max-width: 767px) {
    .main-footer .nav__footer--section:not(:first-of-type) h6 {
        border-top: 1px solid #D7DFE5;
    }
}

.main-footer .nav__footer--section h6 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 10px;
}

@media (max-width: 767px) {
    .main-footer .nav__footer--section h6 {
        cursor: pointer;
        margin-bottom: 0;
        padding: 20px 0;
        font-size: 0.875rem;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .main-footer .nav__footer--section h6::after {
        content: '+';
        float: right;
    }
}

@media (max-width: 767px) {
    .main-footer .nav__footer--section.open h6::after {
        content: '-';
    }
}

@media (max-width: 767px) {
    .main-footer .nav__footer--section.open ul {
        visibility: visible;
        opacity: 1;
        height: auto;
        max-height: 300px;
        padding-bottom: 20px;
        text-align: left;
        -moz-transition: max-height 0.25s ease-in !important;
        -o-transition: max-height 0.25s ease-in !important;
        -webkit-transition: max-height 0.25s ease-in !important;
        transition: max-height 0.25s ease-in !important;
    }
}

@media (max-width: 767px) {
    .main-footer .nav__footer--section ul {
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        -moz-transition: max-height 0.25s ease-out;
        -o-transition: max-height 0.25s ease-out;
        -webkit-transition: max-height 0.25s ease-out;
        transition: max-height 0.25s ease-out;
    }
}

.main-footer .nav__footer--section a {
    display: block;
    color: #5A6D7E;
    padding: 7px 0;
    font-size: 0.875rem;
    font-weight: 400;
}

    .main-footer .nav__footer--section a:hover {
        color: #1D446B;
    }

.main-footer h4 {
    font-weight: 700;
}

.main-footer .btn {
    margin: 15px 0;
}

@media (max-width: 767px) {
    .main-footer .btn {
        display: block;
    }
}

.main-footer a {
    color: #1D446B;
    font-weight: 700;
}

    .main-footer a:hover {
        color: #007DB7;
    }

.main-footer__bottom {
    margin-top: 115px;
}

@media (max-width: 767px) {
    .main-footer__bottom {
        margin-top: 0;
    }
}

.main-footer__bottom .social {
    margin-left: 0;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .main-footer__bottom .social {
        margin-bottom: 50px;
    }
}

.main-footer__bottom .legal {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .main-footer__bottom .legal {
        display: block;
    }
}

.main-footer__bottom .legal p {
    margin: 0 30px 0 0;
    font-size: 0.75rem;
}

.main-footer__bottom .legal ul:first-of-type li {
    display: inline-block;
    margin: 0 10px 0 0;
}

    .main-footer__bottom .legal ul:first-of-type li a {
        font-size: 0.75rem;
        color: #5A6D7E;
        font-weight: 500;
    }

        .main-footer__bottom .legal ul:first-of-type li a:hover {
            color: #1D446B;
        }

@media (max-width: 991px) {
    .main-footer__bottom .legal .lang {
        display: none;
    }
}

.lang {
    margin-left: auto;
}

@media (max-width: 991px) {
    .lang {
        width: 100%;
        text-align: right;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .lang {
        text-align: center;
    }
}

.lang li {
    display: inline-block;
}

    .lang li a {
        display: block;
        text-transform: uppercase;
        font-size: 0.75em;
        letter-spacing: 1px;
        color: #8497A8;
        font-weight: 700;
        margin-left: 15px;
        position: relative;
    }

@media (hover: hover) {
    .lang li a::after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 2px;
        bottom: -5px;
        background: #1D446B;
        -moz-transition: 0.5s ease all;
        -o-transition: 0.5s ease all;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all;
    }
}

.lang li a:hover {
    color: #007DB7;
}

    .lang li a:hover::after {
        background: #007DB7;
        width: 100%;
    }

.lang li a.selected {
    color: #1D446B;
}

    .lang li a.selected::after {
        width: 100%;
    }


/*==== FORMS ===*/

.form-field {
    margin: 0 0 15px;
    position: relative;
}

@media (max-width: 1199px) {
    .form-field {
        margin-bottom: 15px;
    }
}

.form-field--input-wrap {
    position: relative;
}

    .form-field--input-wrap input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=number]) {
        padding-left: 40px !important;
    }

    .form-field--input-wrap img, .form-field--input-wrap .icon {
        position: absolute;
        bottom: 14px;
        font-weight: 900;
        width: 20px;
    }

.form-field input[type=date], .form-field input[name=postal_code] {
    text-transform: uppercase;
}

.form-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=number]):not([type=search]),
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=number]):not([type=search]) {
    background: none;
    border: none;
    border-bottom: 1.5px solid #B2C1CE;
    display: block;
    width: 100%;
    padding: 20px 0 10px;
    margin-bottom: 25px;
    font-size: 1rem;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 700;
    outline: none;
    color: #256091;
    -moz-transition: 0.5s ease all;
    -o-transition: .5s ease all;
    -webkit-transition: .5s ease all;
    transition: 0.5s ease all;
}

    .form-field input:-webkit-autofill,
    .form-field input:-webkit-autofill:hover,
    .form-field input:-webkit-autofill:focus,
    .form-field input:-webkit-autofill:active,
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px white inset !important;
        -webkit-text-fill-color: #256091 !important;
    }

    .form-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
    input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
        border-color: #007DB7;
    }

.form-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).placeholder {
    color: rgba(29, 68, 107, 0.3);
}

.form-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder {
    color: rgba(29, 68, 107, 0.3);
}

.form-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder {
    color: rgba(29, 68, 107, 0.3);
}

.form-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):disabled {
    border: none;
    color: #5A6D7E;    
}

.form-field input:disabled {
    color: #b2c1ce !important;
}

.form-field input[type=file].multiple {
    width: 100%;
    border: 1px dashed #B2C1CE;
    padding: 30px;
    text-align: center;
    outline: none;
}

.form-field span.required {
    position: absolute;
    right: 10px;
    color: #b70c0c;
    top: 0;
}

label, .inputs label {
    font-size: 0.75rem;
    color: #5A6D7E;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    text-align: left;
    position: relative;
}

@media (max-width: 1199px) {
    label {
        font-size: 0.75rem;
    }
}

label span {
    color: #1D446B;
}

label::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #007DB7;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

label.input-focus::after {
    width: 100%;
}

label.checkbox {
    padding-left: 35px;
}

label.checkbox input[type=checkbox] {
    margin-left: -35px;
}

input[type=checkbox] {
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    margin-right: 20px;
}

    input[type=checkbox]:hover ~ .checkmark {
        border-color: #007DB7;        
    }

input[type=checkbox]:not(.remove-from-cart):checked ~ .checkmark {
    border-color: #007DB7;
    background: #007DB7 url(../assets/checkmark.svg) no-repeat center center/30px auto;
}

    input[type=checkbox].remove-from-cart {
        width: 20px;
        height: 25px;
    }

        input[type=checkbox].remove-from-cart + .checkmark svg {
            fill: #8497A8;
            transition: .5s ease;
        }

        input[type=checkbox].remove-from-cart:hover + .checkmark svg {
            fill: #b70c0c;
        }
        input[type=checkbox].remove-from-cart + .checkmark {
            border: none;
            height: 25px;
            top: 10px;
        }

.checkmark {
    border: 2px solid #B2C1CE;
    position: absolute;
    top: -2px;
    left: 0;
    width: 20px;
    height: 20px;
    -moz-transition: 0.5s ease border-color;
    -o-transition: 0.5s ease border-color;
    -webkit-transition: 0.5s ease border-color;
    transition: 0.5s ease border-color;
}

.radio {
    padding-left: 30px;
}

.radio__active {
    border: 2px solid #B2C1CE;
    position: absolute;
    border-radius: 30px;
    top: -2px;
    left: 0;
    width: 20px;
    height: 20px;
    -moz-transition: 0.5s ease border-color;
    -o-transition: 0.5s ease border-color;
    -webkit-transition: 0.5s ease border-color;
    transition: 0.5s ease border-color;
}

    .radio__active::after {
        content: "";
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        background: transparent;
        border-radius: 30px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.radio__label {
    margin-left: 10px;
}

.radio input[type=radio] {
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    vertical-align: -2px;
    margin-left: -26px;
}

    .radio input[type=radio]:hover ~ .radio__active {
        border-color: #007DB7;
    }

    .radio input[type=radio]:checked ~ .radio__active {
        border-color: #007DB7;
    }

        .radio input[type=radio]:checked ~ .radio__active::after {
            background: #007DB7;
        }

.quantity input[type=number] {
    border: none;
    font-family: "Red Hat Display", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    padding: 18px 15px;
    text-align: center;
    color: #5A6D7E;
    max-width: 78px; 
}

/* Chrome, Safari, Edge, Opera */
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.quantity input[type=number] {
    -moz-appearance: textfield;
}

.quantity input[type=number]:focus {
    outline: none;
    border: none;
}

.quantity {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #ffffff;
    text-align: center;
    margin: 10px 0;
}

    .quantity input {
        -webkit-box: 1;
        -moz-box: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

.quantity--sub,
.quantity--add {
    width: 45px;
    color: #5A6D7E;
    font-size: 1.125rem;
    padding: 20px 15px;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
}

.shipped-quantity {
    width: 150px !important;
}

select {
    border: 1.5px solid #B2C1CE;
    border-radius: 0;
    background: #ffffff url(../assets/select-arrow.svg) no-repeat right 20px center/10px auto;
    box-shadow: none;
    color: #1D446B;
    width: 100%;
    height: auto;
    display: block;
    font-size: 0.875rem;
    padding: 17px 40px 17px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 700;
}

    select.list-box {
        background-image: none;
    }

select[multiple] {
        background: none;
        text-transform: none;
        letter-spacing: 0.03em;
        color: #5A6D7E;
        text-transform: none;
        letter-spacing: 0;
        font-weight: 500;
        min-height:145px;
        padding: 15px 20px;
    }

select[disabled] {
    color: #b2c1ce;
}

    select:focus {
        border-color: #1D446B;
    }

    select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #1D446B;
    }

textarea {
    background: #fff;
    border: 1.5px solid #B2C1CE;
    width: 100%;
    max-width: 100%;
    padding: 20px 25px;
    margin-bottom: 30px;
    font-size: 1rem;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
    color: #1D446B;
    outline: none;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

    textarea:focus {
        border-color: #1D446B;
    }

.file-upload--wrap {
    position: relative;
    width: 100%;
}
    .file-upload--wrap::before {
        content: attr(data-text);
        position: relative;
        margin-left: 225px;
        padding: 20px 15px 32px;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        width: 300px;
        max-width: 100%;
        pointer-events: none;
        z-index: 20;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .file-upload--wrap::after {
        content: "Browse for File";
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        height: 60px;
        background: #ffffff;
        color: #5A6D7E;
        font-weight: 700;
        z-index: 25;
        font-size: 0.85rem;
        letter-spacing: 1px;
        padding: 20px 35px;
        text-transform: uppercase;
        pointer-events: none;
        -moz-transition: .5s ease all;
        -o-transition: .5s ease all;
        -webkit-transition: .5s ease all;
        transition: .5s ease all;
    }
    /*.file-upload--wrap:hover:after {
        background-color: #5A6D7E;
        color: #ffffff;
    }*/

    .file-upload--wrap input {
        opacity: 0;
        position: absolute;
        z-index: 21;
        margin: 0;
        padding: 24px 25px;
        left: 0;
        top: 0;
        display: inline-block;
        cursor: pointer;
        width: auto;
    }
    .file-upload--wrap > button.btn {
        position: relative;
        z-index: 23;
    }

hr {
    border-top: 1px solid #D7DFE5;
    margin: 30px 0;
    border-right: 0;
    border-left: 0;
    padding: 0;
}

address {
    font-style: normal;
    line-height: 1.4;
}

.js__btn--add {
    cursor: pointer;
}

.js__btn--remove {
    float: right;
}

.js__file-upload--input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.js__file-upload--btn {
    outline: none;
}

.js__file-upload--text {
    margin-left: 20px;
    font-weight: 500;
    font-size: 0.875rem;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #F0F3F8;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #B2C1CE;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #2A9CD1;
    }

.amount {
    font-family: "Red Hat Display", sans-serif;
    font-size: 1rem;
    color: #5A6D7E;
    background: none;
    font-weight: 500;
}

.slider-range {
    background: #D7DFE5;
    height: 10px;
    margin-top: 15px;
    position: relative;
}

    .slider-range .ui-slider-range {
        position: absolute;
        background: linear-gradient(90deg, #256091 0%, #007DB7 20%, #007DB7 80%, #256091 100%);
        height: 100%;
        top: 0;
        margin-left: 11px;
    }

    .slider-range .ui-slider-handle {
        background: #256091;
        box-shadow: 0 0 0 3px #ffffff;
        font-weight: normal;
        position: absolute;
        width: 15px;
        height: 15px;
        top: -2px;
        border-radius: 40px;
        cursor: default;
        outline: none;
        -ms-touch-action: none;
        touch-action: none;
    }

.list-box {
    max-height: 125px;
    overflow: auto;
    border: 1px solid #D7DFE5;
    padding: 10px;
}

    .list-box .label {
        color: #5A6D7E;
        text-transform: none;
        letter-spacing: 0;
        font-weight: 500;
    }

.store-search {
    background: #ffffff;
    width: 100%;
    display: block;
    position: relative;

   
}

@media(min-width: 768px) {
    .store-search {
        padding-right: 20px;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}

    .store-search > svg:first-child {
        position: absolute;
        left: 30px;
        top: 36px;
    }


@media(min-width: 768px) {
    .store-search > svg:first-child {
        top: auto;
    }
}



    .store-search input[type=search] {
        border: none;
        padding: 35px 30px 35px 70px;
        font-size: 1rem;
        font-family: "Red Hat Display", sans-serif;
        -webkit-box: 1;
        -moz-box: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        outline: none;
        color: #5A6D7E;
        font-weight: 500;
        width: 100%;
    }

@media(min-width: 768px) {
    .store-search input[type=search] {
        width: auto;
    }
}

.store-search .btn{
    width: 100%;
}

@media(min-width: 768px) {
    .store-search .btn {
        width: auto;
    }
}

.store-search .input-validation-error ~ button {
    background: #B70c0c;
}

        .store-search .input-validation-error ~ button::after {
            background: none;
        }

        .store-search .input-validation-error ~ button::before {
            content: "Invalid ";
        }


    .store-search .filter-btn {
        color: #1D446B;
        display: block;
        font-weight: 700;
        padding: 35px 30px;
        text-transform: uppercase;
        font-size: 0.85rem;
        letter-spacing: 1px;
        border-left: 2px solid #F0F3F8;
    }

        .store-search .filter-btn img {
            display: inline-block;
            vertical-align: -6px;
        }

.store-search__filters {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    top: 89px;
    background: #ffffff;
    width: 100%;
    border-top: 2px solid #F0F3F8;
    padding: 25px 35px;
    -moz-transition: transform 0.1s ease, opacity 0ms linear 0.1s, visibility 0ms linear 0.1s;
    -o-transition: transform 0.1s ease, opacity 0ms linear 0.1s, visibility 0ms linear 0.1s;
    -webkit-transition: transform 0.1s ease, opacity 0ms linear 0.1s, visibility 0ms linear 0.1s;
    transition: transform 0.1s ease, opacity 0ms linear 0.1s, visibility 0ms linear 0.1s;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top center;
    box-shadow: 0 20px 20px rgba(90, 109, 126, 0.1);
}

        .store-search__filters.open {
            visibility: visible;
            opacity: 1;
            -webkit-transform: scaleY(1);
            -moz-transform: scaleY(1);
            -ms-transform: scaleY(1);
            transform: scaleY(1);
            -moz-transition: transform 0.25s ease, opacity 0ms, visibility 0ms;
            -o-transition: transform 0.25s ease, opacity 0ms, visibility 0ms;
            -webkit-transition: transform 0.25s ease, opacity 0ms, visibility 0ms;
            transition: transform 0.25s ease, opacity 0ms, visibility 0ms;
        }

            .store-search__filters.open > div:first-child {
                opacity: 1;
                -webkit-transform: translate(0, 0);
                -moz-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                transform: translate(0, 0);
                -moz-transition: transform 0.3s ease, opacity 0.2s linear;
                -o-transition: transform 0.3s ease, opacity 0.2s linear;
                -webkit-transition: transform 0.3s ease, opacity 0.2s linear;
                transition: transform 0.3s ease, opacity 0.2s linear;
                -moz-transition-delay: 0.2s;
                -o-transition-delay: 0.2s;
                -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s;
            }

        .store-search__filters > div:first-child {
            opacity: 0;
            -webkit-transform: translate(0, -10px);
            -moz-transform: translate(0, -10px);
            -ms-transform: translate(0, -10px);
            transform: translate(0, -10px);
            -moz-transition: transform 0.1s, opacity 0.1s;
            -o-transition: transform 0.1s, opacity 0.1s;
            -webkit-transition: transform 0.1s, opacity 0.1s;
            transition: transform 0.1s, opacity 0.1s;
            -moz-transition-delay: 0s;
            -o-transition-delay: 0s;
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
        }

        .store-search__filters p {
            font-weight: 700;
            line-height: 1;
            margin: 0 0 10px;
            font-size: 0.875rem;
        }

    .m-cats {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .m-cats button {
            border: none;
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            width: 100%;
            font-family: 'Red Hat Display', sans-serif;
            margin-bottom: 10px;
        }

@media(min-width: 471px) {
    .m-cats button {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
    }
}

@media(min-width: 768px) {
    .m-cats button {
        -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        width: 33%;
    }
}

@media(min-width: 991px) {
    .m-cats button {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%;
    }
}

        .m-cats [type="radio"]:checked,
        .m-cats [type="radio"]:not(:checked) {
            position: absolute;
            left: -9999px;
            width: 0;
            height: 0;
            visibility: hidden;
        }

        .m-cats label {
            position: relative;
            display: block;
            padding: 20px 20px;
            background: #ffffff;
            height: 100%;
        }

    @media (max-width: 767px) {
        .m-cats label {
            padding: 20px 20px;
        }
    }


    .m-cats label::after {
        content: "";
        display: block;
        position: absolute;
        background: url(../assets/icon-check.svg) no-repeat center center/contain;
        width: 30px;
        height: 30px;
        top: 20px;
        left: 20px;
        opacity: 0;
        -moz-transition: 0.5s ease all;
        -o-transition: 0.5s ease all;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all;
    }



    @media (max-width: 1439px) {
        .m-cats label h4 {
            font-size: 1rem;
        }
    }


    .m-cats .m-cat:checked + label,
    .m-cats .m-cat:not(:checked) + label {
        -webkit-box: 1;
        -moz-box: 1;
        -webkit-flex: 0 0 calc(25% - 8px);
        -ms-flex: 0 0 calc(25% - 8px);
        flex: 0 0 calc(25% - 8px);
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        min-height: 250px;
        margin: 4px;
        text-align: center;
        cursor: pointer;
        color: #5A6D7E;
        border: 2px solid transparent;
        -moz-transition: 0.5s ease all;
        -o-transition: 0.5s ease all;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all;
    }

    @media (max-width: 1199px) {
        .m-cats .m-cat:checked + label, .m-cats .m-cat:not(:checked) + label {
            -webkit-flex: 0 0 calc(33.33% - 8px);
            -ms-flex: 0 0 calc(33.33% - 8px);
            flex: 0 0 calc(33.33% - 8px);
        }
    }

    @media (max-width: 991px) {
        .m-cats .m-cat:checked + label, .m-cats .m-cat:not(:checked) + label {
            -webkit-flex: 0 0 calc(50% - 8px);
            -ms-flex: 0 0 calc(50% - 8px);
            flex: 0 0 calc(50% - 8px);
        }
    }

    @media (max-width: 575px) {
        .m-cats .m-cat:checked + label, .m-cats .m-cat:not(:checked) + label {
            -webkit-flex: 0 0 calc(100% - 8px);
            -ms-flex: 0 0 calc(100% - 8px);
            flex: 0 0 calc(100% - 8px);
        }
    }

    .m-cats .m-cat:checked + label img,
    .m-cats .m-cat:not(:checked) + label img {
        height: 100px;
        display: block;
        margin: 0 auto 20px;
    }

    .m-cats .m-cat:not(:checked) + label {
        background: #ffffff;
    }

        .m-cats .m-cat:not(:checked) + label:hover {
            border-color: #D7DFE5;
        }

    .m-cats .m-cat:checked + label {
        background-color: #ffffff;
        border-color: #007DB7;
        color: #007DB7;
    }

        .m-cats .m-cat:checked + label::after {
            opacity: 1;
        }


    /*=== HEADER ===*/
    .master-header-fixed {
        position: fixed;
        width: 100%;
        z-index: 500;
        top: 0px;
    }

    .header {
        background-color: #ffffff;
        position: relative;
    }

        .header li {
            list-style: none;
            height: 100%;
        }

    .header__top {
        border-bottom: 1px solid #D7DFE5;
    }

    .header__main {
        position: relative;
    }

        .header__main .container {
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }

        .header__main .logo {
            width: 235px;
            height: 42px;
            display: block;
            margin: 33px 20px 33px 0px;
            transition: 0.3s linear;
            transition-delay: 0ms, -2s, -2s;
            transition-property: width, height, margin;
        }
        .header__main .logo img {
            display: block;
            max-width: 100%;
        }
        .header-links {
            position: relative;
        }

    @media (max-width: 1439px) {
        .header__main .logo {
            width: 200px;
        }
    }

    /*=== HEADER FIXED ===*/

    .header.grow-logo {
        box-shadow: 0 10px 60px rgba(0,0,0,0.2);
    }
    .header.grow-logo .logo {
        width: 150px;
        margin: 10px 20px 10px 0px;
        display: flex;
    }
    .master-header-fixed .nav__primary > li > a {
/*        padding-top: 35px;
        padding-bottom: 35px;*/
        padding-right: 35px;
        height: 100%;
        line-height: 108px;
    }
    .header.fixed .nav__primary > li.has-children:hover .nav__sub {
        padding: 20px 0;
    }


    /*=== NAVIGATION ===*/

    .nav__secondary {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    @media (max-width: 1199px) {
        .nav__secondary {
            display: block;
        }
    }

    .nav__secondary .admin-login,
    .nav__secondary .current-fund-amount {
        color: #5A6D7E;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        padding: 13px 20px 13px 0;
        border-right: 1px solid #D7DFE5;
        font-size: 0.75rem;
        font-weight: 500;
    }

    .nav__primary {
        -webkit-box: 1;
        -moz-box: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 108px;
    }

    @media (max-width: 1199px) {
        .nav__primary {
            display: none;
        }
    }

    .nav__primary > li.has-children:hover .nav__sub {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -moz-transition: transform 0.25s ease, opacity 0ms, visibility 0ms;
        -o-transition: transform 0.25s ease, opacity 0ms, visibility 0ms;
        -webkit-transition: transform 0.25s ease, opacity 0ms, visibility 0ms;
        transition: transform 0.25s ease, opacity 0ms, visibility 0ms;
    }

    .nav__primary > li.has-children.no-hover:hover .nav__sub {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -moz-transition: transform 0.25s ease, opacity 0ms, visibility 0ms;
        -o-transition: transform 0.25s ease, opacity 0ms, visibility 0ms;
        -webkit-transition: transform 0.25s ease, opacity 0ms, visibility 0ms;
        transition: transform 0.25s ease, opacity 0ms, visibility 0ms;
    }

        .nav__primary > li.has-children:hover .nav__sub .container {
            opacity: 1;
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            -moz-transition: transform 0.3s ease, opacity 0.2s linear;
            -o-transition: transform 0.3s ease, opacity 0.2s linear;
            -webkit-transition: transform 0.3s ease, opacity 0.2s linear;
            transition: transform 0.3s ease, opacity 0.2s linear;
            -moz-transition-delay: 0.2s;
            -o-transition-delay: 0.2s;
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }

    .nav__primary > li > a {
        display: block;
        font-weight: 700;
        color: #1D446B;
/*        padding: 45px 20px;*/
        padding: 0px 20px;
        position: relative;
        -moz-transition: 0.5s ease color, 0.5s ease background-color;
        -o-transition: 0.5s ease color, 0.5s ease background-color;
        -webkit-transition: 0.5s ease color, 0.5s ease background-color;
        transition: 0.5s ease color, 0.5s ease background-color;
    }

    @media (max-width: 2400px) {
        .nav__primary > li > a {
            font-size: 0.85rem;
        }
    }

    @media (max-width: 1439px) {
        .nav__primary > li > a {
            /*padding: 45px 10px;*/
            padding-right: 35px;
            font-size: 0.75rem;
        }
    }

    

    .nav__primary > li > a:hover {
        color: #007DB7;
    }

    .nav__primary > li > a.current {
        color: #007DB7;
    }

        .nav__primary > li > a.current svg {
            width: 10px;
            margin-top: 5px;
            fill: #007DB7;
            display: block;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            position: absolute;
        }

    .nav__sub {
        border-top: 1px solid #D7DFE5;
        white-space: nowrap;
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        visibility: hidden;
        opacity: 0;
        padding: 35px 0;
        background: #ffffff;
        z-index: 10;
        -moz-transition: transform 0.1s ease, opacity 0ms linear 0.1s, visibility 0ms linear 0.1s;
        -o-transition: transform 0.1s ease, opacity 0ms linear 0.1s, visibility 0ms linear 0.1s;
        -webkit-transition: transform 0.1s ease, opacity 0ms linear 0.1s, visibility 0ms linear 0.1s;
        transition: transform 0.1s ease, opacity 0ms linear 0.1s, visibility 0ms linear 0.1s;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        transform-origin: top center;
    }

        .nav__sub:not(.cols) {
            text-align: center;
        }

            .nav__sub:not(.cols) li {
                display: inline-block;
                margin: 0 15px;
            }

        .nav__sub .container {
            display: block;
            opacity: 0;
            -webkit-transform: translate(0, -10px);
            -moz-transform: translate(0, -10px);
            -ms-transform: translate(0, -10px);
            transform: translate(0, -10px);
            -moz-transition: transform 0.1s, opacity 0.1s;
            -o-transition: transform 0.1s, opacity 0.1s;
            -webkit-transition: transform 0.1s, opacity 0.1s;
            transition: transform 0.1s, opacity 0.1s;
            -moz-transition-delay: 0s;
            -o-transition-delay: 0s;
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
        }

            .nav__sub .container .row {
                max-width: 1100px;
                margin-left: auto;
                margin-right: auto;
            }

            .nav__sub .container > ul > li > a {
                display: block;
            }

                .nav__sub .container > ul > li > a h5 {
                    font-size: 0.875rem;
                    color: #007DB7;
                    font-weight: 900;
                    margin: 5px 0;
                }

                .nav__sub .container > ul > li > a img {
                    display: block;
                    margin-top: 10px;
                }

            .nav__sub .container > ul > li ul {
                margin-bottom: 20px;
            }

            .nav__sub .container > ul > li a {
                display: block;
                color: #5A6D7E;
                font-weight: 500;
                padding: 4px 0;
            }

                .nav__sub .container > ul > li a:hover {
                    color: #1D446B;
                }

    @media (max-width: 1199px) {
        .utility {
            -webkit-box: 1;
            -moz-box: 1;
            -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto;
            text-align: right;
        }
    }

    .utility li {
        display: inline-block;
        vertical-align: middle;
    }

    .utility > li:not(:last-child) > a {
        display: block;
/*        padding: 42px 30px;*/
        padding: 0px 30px;
        -moz-transition: 0.5s ease color, 0.5s ease background-color;
        -o-transition: 0.5s ease color, 0.5s ease background-color;
        -webkit-transition: 0.5s ease color, 0.5s ease background-color;
        transition: 0.5s ease color, 0.5s ease background-color;
    }

    .header.fixed .utility > li:not(:last-child) > a {
        padding: 22px 30px;
    }

    /*.utility li:not(:last-child) a.open {
        background: #F0F3F8;
    }*/

    @media (max-width: 1439px) {
        .utility li:not(:last-child) a {
            padding: 0px 15px;
        }
    }

    @media (max-width: 1199px) {
        .utility li:not(:last-child) a {
            padding: 0px 15px;
        }
    }

    @media (max-width: 1199px) {
        .utility li.support-link {
            display: none;
        }
    }

    .utility li.support-link a {
        display: block;
        padding: 20px 0 20px 20px;
        text-transform: uppercase;
        font-size: 0.85rem;
        
        letter-spacing: 1px;
        font-weight: 700;
        color: #007DB7;
    }

    @media (max-width: 1439px) {
        .utility li.support-link a {
            padding-left: 10px;
            font-size: 0.75rem;
        }
    }

    @media (max-width: 1199px) {
        .utility .search-icon {
            display: none;
        }
    }

    .utility .menu-icon {
        display: none;
    }

    @media (max-width: 1199px) {
        .utility .menu-icon {
            display: inline-block;
        }
    }

    .search-bar {
        margin-top: 20px;
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        visibility: hidden;
        opacity: 0;
        padding: 15px 0;
        background: #F0F3F8;
        z-index: 2;
        -moz-transition: transform 0.1s ease, opacity 0ms linear 0.1s, visibility 0ms linear 0.1s;
        -o-transition: transform 0.1s ease, opacity 0ms linear 0.1s, visibility 0ms linear 0.1s;
        -webkit-transition: transform 0.1s ease, opacity 0ms linear 0.1s, visibility 0ms linear 0.1s;
        transition: transform 0.1s ease, opacity 0ms linear 0.1s, visibility 0ms linear 0.1s;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        transform-origin: top center;
    }

        .search-bar .container {
            display: block;
            opacity: 0;
            -webkit-transform: translate(0, -10px);
            -moz-transform: translate(0, -10px);
            -ms-transform: translate(0, -10px);
            transform: translate(0, -10px);
            -moz-transition: transform 0.1s, opacity 0.1s;
            -o-transition: transform 0.1s, opacity 0.1s;
            -webkit-transition: transform 0.1s, opacity 0.1s;
            transition: transform 0.1s, opacity 0.1s;
            -moz-transition-delay: 0s;
            -o-transition-delay: 0s;
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
        }

        .search-bar.open {
            visibility: visible;
            /*width: 405px;*/
            opacity: 1;
            -webkit-transform: scaleY(1);
            -moz-transform: scaleY(1);
            -ms-transform: scaleY(1);
            transform: scaleY(1);
            -moz-transition: transform 0.25s ease, opacity 0ms, visibility 0ms;
            -o-transition: transform 0.25s ease, opacity 0ms, visibility 0ms;
            -webkit-transition: transform 0.25s ease, opacity 0ms, visibility 0ms;
            transition: transform 0.25s ease, opacity 0ms, visibility 0ms;
        }

            .search-bar.open .container {
                opacity: 1;
                -webkit-transform: translate(0, 0);
                -moz-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                transform: translate(0, 0);
                -moz-transition: transform 0.3s ease, opacity 0.2s linear;
                -o-transition: transform 0.3s ease, opacity 0.2s linear;
                -webkit-transition: transform 0.3s ease, opacity 0.2s linear;
                transition: transform 0.3s ease, opacity 0.2s linear;
                -moz-transition-delay: 0.2s;
                -o-transition-delay: 0.2s;
                -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s;
            }

        .search-bar form {
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            width: 100%;
        }

            .search-bar form svg {
                margin-right: 20px;
            }

            .search-bar form input {
                -webkit-box: 1;
                -moz-box: 1;
                -webkit-flex: 1 0 auto;
                -ms-flex: 1 0 auto;
                flex: 1 0 auto;
                border: none;
                background: none;
                font-family: "Red Hat Display", sans-serif;
                color: #1D446B;
                font-weight: 500;
                font-size: 1rem;
                padding-right: 30px;
            }

                .search-bar form input:focus {
                    outline: none;
                }

                .search-bar form input.placeholder {
                    color: #5A6D7E;
                }

                .search-bar form input:-moz-placeholder {
                    color: #5A6D7E;
                }

                .search-bar form input::-webkit-input-placeholder {
                    color: #5A6D7E;
                }

    .mobile-menu .overlay {
        background: rgba(29, 68, 107, 0.7);
        -webkit-backdrop-filter: blur(7px);
        backdrop-filter: blur(7px);
        opacity: 0;
        z-index: 10;
        visibility: hidden;
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -moz-transition: opacity 0.25s, visibility 0s linear 0.25s;
        -o-transition: opacity 0.25s, visibility 0s linear 0.25s;
        -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
        transition: opacity 0.25s, visibility 0s linear 0.25s;
    }

    @media (max-width: 1199px) {
        .mobile-menu.open .nav__mobile {
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        }
    }

    @media (max-width: 1199px) {
        .mobile-menu.open .overlay {
            opacity: 1;
            visibility: visible;
            -moz-transition: opacity 0.8s ease, visibility 0s;
            -o-transition: opacity 0.8s ease, visibility 0s;
            -webkit-transition: opacity 0.8s ease, visibility 0s;
            transition: opacity 0.8s ease, visibility 0s;
        }
    }

    .nav__mobile {
        background: #ffffff;
        position: fixed;
        right: 0;
        z-index: 10;
        -webkit-transform: translate(320px, 0);
        -moz-transform: translate(320px, 0);
        -ms-transform: translate(320px, 0);
        transform: translate(320px, 0);
        -moz-transition: transform 0.25s;
        -o-transition: transform 0.25s;
        -webkit-transition: transform 0.25s;
        transition: transform 0.25s;
        top: 0;
        height: 100vh;
        width: 320px;
    }

    .nav__mobile--search {
        position: relative;
    }

        .nav__mobile--search svg {
            position: absolute;
            left: 25px;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            width: 16px;
        }

        .nav__mobile--search input {
            border: none;
            padding: 20px 20px 20px 55px;
            width: 100%;
            outline: none;
            background: #F0F3F8;
            font-family: "Red Hat Display", sans-serif;
            font-weight: 500;
            color: #5A6D7E;
            font-size: 0.875rem;
        }

    .nav__mobile > ul {
        position: relative;
        margin: 30px 0;
    }

        .nav__mobile > ul > li a {
            font-size: 0.875rem;
            color: #1D446B;
            font-weight: 700;
            display: block;
            padding: 8px 36px;
            cursor: pointer;
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }

            .nav__mobile > ul > li a svg {
                height: 12px;
                fill: #1D446B;
                margin-left: auto;
            }

        .nav__mobile > ul > li > a {
            font-size: 1.125rem;
        }

        .nav__mobile > ul > li div {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100vh;
            z-index: 3; 
            background: #ffffff;
            -moz-transition: 0.5s ease all;
            -o-transition: 0.5s ease all;
            -webkit-transition: 0.5s ease all;
            transition: 0.5s ease all;
            -webkit-transform: translate(320px, 0);
            -moz-transform: translate(320px, 0);
            -ms-transform: translate(320px, 0);
            transform: translate(320px, 0);
        }

            .nav__mobile > ul > li div > a:first-child {
                color: #5A6D7E;
                text-transform: uppercase;
                font-size: 12px;
                letter-spacing: 1px;
                font-weight: 700;
                border-bottom: 1px solid #F0F3F8;
                display: block;
                padding-bottom: 15px;
                margin-bottom: 15px;
            }

                .nav__mobile > ul > li div > a:first-child svg {
                    height: 12px;
                    fill: #5A6D7E;
                    vertical-align: -1px;
                    margin-right: 10px;
                }

            .nav__mobile > ul > li div.active {
                -webkit-transform: translate(0, 0);
                -moz-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                transform: translate(0, 0);
            }

        .nav__mobile > ul > li.alt:not(:last-child) {
            margin-top: 15px;
        }

        .nav__mobile > ul > li.alt a {
            color: #007DB7;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 0.875rem;
        }

    .nav__mobile .nav__account a:first-child {
        padding: 10px 36px 20px;
        border-bottom: 1px solid rgba(215, 223, 229, 0.7);
        margin-bottom: 20px;
    }

    .nav__mobile .lang {
        margin: 25px 20px 30px;
        text-align: left;
    }

    .nav__mobile .social {
        margin-left: 36px;
    }


@media(max-width: 1199px) {
    .social, .nav__account, .nav__lang {
        display: none;
    }
    .nav__secondary--funds{
        text-align: center;
    }
    .nav__secondary .current-fund-amount{
        padding-right: 0;
        border: none;
    }
}

.social {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    z-index: 2;
    position: relative;
    font-size: 0.75rem;
}


        .social li {
            display: inline-block;
            vertical-align: middle;
        }

            .social li:last-of-type a {
                margin-left: 10px;
            }

            .social li:first-of-type a {
                padding-left: 0;
            }

            .social li a {
                display: block;
                padding: 0 6px;
                color: #5A6D7E;
                font-weight: 500;
            }

                .social li a img {
                    max-height: 15px;
                }

    .nav__account {
        border-right: 1px solid #D7DFE5;
    }

.nav__account > a:first-child {
    display: block;
    z-index: 2;
    position: relative;
    text-transform: none;
    letter-spacing: 0.02em;
    color: #5A6D7E;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 8px 20px;
    cursor: pointer;
    -moz-transition: 0s ease all;
    -o-transition: 0s ease all;
    -webkit-transition: 0s ease all;
    transition: 0s ease all;
}

            .nav__account > a:first-child.open {
                color: #ffffff;
            }

        .nav__account img {
            display: inline-block;
            vertical-align: -8px;
            margin-right: 5px;
            width: 26px;
        }

    .nav__account--sub {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        z-index: 1;
        background: #1D446B;
        min-width: 167px;
        top: 0;
        padding: 0 20px 20px;
        -moz-transition: 0.5s ease all;
        -o-transition: 0.5s ease all;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all;
        -webkit-transform: translate(0, -10px);
        -moz-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
        transform: translate(0, -10px);
    }

        .nav__account--sub.open {
            visibility: visible;
            opacity: 1;
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        .nav__account--sub a {
            display: block;
            color: #ffffff;
            text-align: center;
            padding: 7px 0;
            font-size: 0.875rem;
            font-weight: 700;
        }

        .nav__account--sub li:first-child a {
            text-transform: none;
            font-size: 0.75rem;
            letter-spacing: 0.02em;
            visibility: hidden;
            opacity: 0;
        }

    .nav__lang {
        font-size: 0.75rem;
    }

        .nav__lang > a:first-child {
            display: block;
            z-index: 2;
            position: relative;
            text-transform: none;
            letter-spacing: 0.02em;
            color: #5A6D7E;
            font-weight: 700;
            padding: 8px 0 8px 20px;
            -moz-transition: 0s ease all;
            -o-transition: 0s ease all;
            -webkit-transition: 0s ease all;
            transition: 0s ease all;
        }

            .nav__lang > a:first-child.open {
                color: #ffffff;
            }

                .nav__lang > a:first-child.open svg {
                    fill: #ffffff;
                }

            .nav__lang > a:first-child svg {
                fill: #5A6D7E;
                vertical-align: -2px;
                margin-right: 3px;
            }

    .nav__lang--sub {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        z-index: 1;
        background: #5A6D7E;
        top: 0;
        padding: 40px 20px 10px;
        -moz-transition: 0.5s ease all;
        -o-transition: 0.5s ease all;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all;
        -webkit-transform: translate(0, -10px);
        -moz-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
        transform: translate(0, -10px);
    }

        .nav__lang--sub.open {
            visibility: visible;
            opacity: 1;
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        .nav__lang--sub a {
            display: block;
            color: #ffffff;
            text-align: center;
            padding: 7px 0 7px 21px;
            font-weight: 700;
        }

    /*=== ADMIN BAR ===*/
    .admin-header-links {
        z-index: 10;
        position: relative;
        background: #5A6D7E;
        text-align: center;
    }

        .admin-header-links.fixed {
            position: fixed;
            transition: 1s ease all;
            box-shadow: 0 10px 60px rgba(0,0,0,0.2);
            width: 100%;
            top: 0px;
            z-index: 999;
        }

        .admin-header-links a {
            color: #ffffff;
            padding: 7px 5px;
            display: inline-block;
            font-weight: 600;
            font-size: 0.875rem;
        }

    /*=== IMPERSONATE DEALER ===*/

    .impersonate {
        padding: 5px 0;
        background: #007DB7;
        color: #ffffff;
    }

        .impersonate .finish-impersonation {
            font-size: 0.875rem;
            letter-spacing: 0.1rem;
            margin-left: 10px;
        }

    /*=== PAGE HEADER ===*/

    /*.page-header__inner {
        padding-top: 50px;
        padding-bottom: 70px;
        background-repeat: no-repeat;
        background-position: right calc(50% - 520px) bottom;
        background-size: 640px auto;
    }

    @media (max-width: 1199px) {
        .page-header__inner {
            padding-top: 30px;
            padding-bottom: 70px;
            background-size: 550px auto;
            background-position: right calc(50% - 480px) bottom;
        }
    }*/

    .page-header__inner {
        padding-top: 30px;
        padding-bottom: 50px;
        background-repeat: no-repeat;
        background-position: right calc(50% - 520px) bottom;
        background-size: 640px auto;
    }

    @media (max-width: 1199px) {
        .page-header__inner {
            padding-top: 30px;
            padding-bottom: 50px;
            background-size: 550px auto;
            background-position: right calc(50% - 480px) bottom;
        }
    }

    @media (max-width: 991px) {
        .page-header__inner {
            padding-top: 10px;
            padding-bottom: 50px;
        }
    }

    .page-header__inner li {
        list-style: none;
        line-height: 1.6;
        margin: 10px 0 10px 20px;
    }

        .page-header__inner li::before {
            content: '';
            display: inline-block;
            background: url(../assets/list-arrow.svg) no-repeat center center/contain;
            width: 7px;
            height: 10px;
            margin-left: -20px;
            margin-right: 13px;
        }

.inner-li {
    list-style: none;
    line-height: 1.6;
}

.inner-li::before {
    content: '';
    display: inline-block;
    background: url(../assets/list-arrow.svg) no-repeat center center/contain;
    width: 7px;
    height: 10px;
    margin-left: 20px;
    margin-right: 13px;
}

    .page-header.bg-blue2 .page-header__inner {
        background-image: url(../assets/blue2-arrows.svg);
    }

    @media (max-width: 767px) {
        .page-header.bg-blue2 .page-header__inner {
            background-image: none !important;
        }
    }

    .page-header.bg-blue3 .page-header__inner {
        background-image: url(../assets/blue3-arrows.svg);
    }

    @media (max-width: 767px) {
        .page-header.bg-blue3 .page-header__inner {
            background-image: none !important;
        }
    }

    .page-header.bg-blue4 .page-header__inner {
        background-image: url(../assets/blue4-arrows.svg);
    }

        .page-header.bg-blue4 .page-header__inner.page-header__inner--no-image {
            background-image: none !important;
        }

    @media (max-width: 767px) {
        .page-header.bg-blue4 .page-header__inner {
            background-image: none !important;
        }
    }



    /*==== SIDENAV ====*/

.sidenav.js-sidebar .back-top {
    background: #F0F3F8;
    position: relative;
    padding-top: 30px;
    padding-left: 40px;
}
    .sidenav.js-sidebar .back-top::after {
        content: "";
        background: url(../assets/select-arrow.svg) no-repeat left center / 14px auto;
        width: 16px;
        height: 12px;
        transform: rotate(180deg) translateX(-50%);
        position: absolute;
        left: 0;
        top: 50%;
    }
    .sidenav.js-sidebar .back-top a {
        color: #1D446B;
        font-weight: bold;
        font-size: 0.75rem;
    }

    .sidenav {
        background: #ffffff;
        margin: 30px 0;
        max-width: 344px;
        width: 100%;
        z-index: 1;
    }

        .sidenav.js-sidenav {
            position: absolute;
        }

    @media (max-width: 991px) {
        .sidenav.js-sidenav {
            position: relative;
        }
    }

    @media (max-width: 1439px) {
        .sidenav {
            max-width: 285px;
        }
    }

    @media (max-width: 991px) {
        .sidenav {
            max-width: 720px;
            margin-bottom: 30px;
        }
    }

    .sidenav li {
        margin: 0;
    }

        .sidenav li::before {
            display: none;
        }

    .sidenav.fixed {
        position: fixed;
        top: 0;
    }

    @media (max-width: 991px) {
        .sidenav.fixed {
            position: relative;
        }
    }

    .sidenav > ul {
        margin: 0;
        list-style: none;
    }

        .sidenav > ul > li {
            padding: 19px 27px;
        }

    @media (max-width: 991px) {
        .sidenav > ul > li {
            padding: 17px 25px;
        }
    }

    .sidenav > ul > li:not(:last-of-type) {
        border-bottom: 2px solid #F0F3F8;
    }

    @media (max-width: 991px) {
        .sidenav > ul > li:not(:last-of-type) {
            border-width: 1px;
        }
    }

    .sidenav > ul > li > a:first-child {
        text-transform: uppercase;
        color: #5A6D7E;
        line-height: 1.2;
        font-size: 0.875rem;
        font-weight: 700;
        padding-right: 35px;
        letter-spacing: 1px;
        display: block;
        background-repeat: no-repeat;
        background-position: center right;
    }

        .sidenav > ul > li > a:first-child.active {
            background-image: url(../assets/sidebar-active-arrow.svg);
            color: #007DB7;
        }

    .sidenav > ul > li ul {
        margin-bottom: 0;
        margin-top: 20px;
    }

        .sidenav > ul > li ul li a {
            display: block;
            color: #5A6D7E;
            font-weight: 400;
            line-height: 1.4;
            padding-right: 35px;
            background-repeat: no-repeat;
            background-position: center right;
        }

            .sidenav > ul > li ul li a.active {
                background-image: url(../assets/sidebar-active-arrow.svg);
                color: #007DB7;
                font-weight: 500;
            }



    /*=== LOGIN ===*/
    .login {
        height: 100%;
        background: #1D446B url(../assets/login-bg.svg) no-repeat left calc(50% - 355px) bottom calc(50% - 100px)/1200px auto;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: auto;
        position: fixed;
        width: 100%;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    @media (max-width: 991px) {
        .login {
            background-image: none;
            background-color: #F0F3F8;
        }
    }

    @media (max-width: 767px) {
        .login {
            display: block;
        }
    }

    .login::before {
        content: "";
        display: block;
        position: absolute;
        background: linear-gradient(180deg, #1d446b 50%, rgba(29, 68, 107, 0) 100%);
        height: 500px;
        top: 0;
        left: 0;
        width: 100%;
    }

    @media (max-width: 991px) {
        .login::before {
            background-color: #1D446B;
        }
    }

    .login::after {
        content: "";
        display: block;
        position: fixed;
        background: #ffffff;
        height: 100%;
        width: calc(50% - 100px);
        right: 0;
    }

    @media (max-width: 991px) {
        .login::after {
            display: none;
        }
    }

    .login > .container {
        -webkit-box: 1;
        -moz-box: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        position: relative;
        z-index: 1;
        padding-top: 90px;
        padding-bottom: 70px;
    }

    @media (max-width: 991px) {
        .login > .container {
            padding-top: 50px;
            padding-bottom: 20px;
        }
    }

    @media (max-width: 767px) {
        .login > .container {
            padding-bottom: 40px;
        }
    }

    .login > .container .row {
        height: 100%;
    }

    @media (max-width: 991px) {
        .login > .container .row {
            height: auto;
        }
    }

    .login h1 {
        font-size: 3rem;
    }

    @media (max-width: 991px) {
        .login h1 {
            font-size: 2.75rem;
        }
    }

    @media (max-width: 767px) {
        .login h1 {
            font-size: 2.5rem;
        }
    }

    .login .logo img {
        width: 150px;
    }

    .login .legal {
        color: #ffffff;
        font-size: 12px;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    @media (max-width: 991px) {
        .login .legal {
            color: #5A6D7E;
            display: block;
        }
    }

    @media (max-width: 575px) {
        .login .legal {
            text-align: center;
        }
    }

    .login .legal p {
        margin: 0;
    }

    .login .legal ul {
        margin-left: auto;
    }

        .login .legal ul li {
            display: inline-block;
        }

            .login .legal ul li a {
                color: #ffffff;
                margin-right: 15px;
            }

    @media (max-width: 991px) {
        .login .legal ul li a {
            color: #5A6D7E;
        }
    }

    @media (max-width: 575px) {
        .login .legal ul li a {
            margin: 5px 5px;
            display: block;
        }
    }

    .login footer {
        position: relative;
        z-index: 1;
    }

    .login-left {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }

    @media (max-width: 991px) {
        .login-left {
            text-align: center;
        }
    }

    .login-right {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        padding: 60px 30px 60px 70px;
    }

    @media (max-width: 991px) {
        .login-right {
            background: #ffffff;
            padding: 60px 70px;
        }
    }

    @media (max-width: 767px) {
        .login-right {
            padding: 40px 50px;
        }
    }

    @media (max-width: 575px) {
        .login-right {
            padding: 30px 35px;
        }
    }

    .login-right form {
        margin-top: auto;
        margin-bottom: auto;
    }

        .login-right form a.forgot-pass {
            float: right;
            color: #007DB7;
            text-transform: none;
            letter-spacing: 0;
        }

    /*=== HOME : TOPIC BLOCK ===*/
    .home-page .topic-block {
        margin: 0;
        position: relative;
        z-index:1;
    }

    .topic-block p {
        text-align: left;
    }

    .topic-block a {
        text-decoration: none;
    }

    /*=== HOME : KEY BENEFITS ===*/

    .key-benefits {
        color: #ffffff;
        background: linear-gradient(75deg, #007DB7 0%, #006593 100%);
        padding: 170px 0 0;
    }

    @media (max-width: 1439px) {
        .key-benefits {
            padding-top: 0;
        }
    }

    .key-benefits ul {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    @media (max-width: 991px) {
        .key-benefits ul {
            display: block;
            padding: 40px 0;
        }
    }

    .key-benefits ul > li {
        list-style: none;
        padding: 100px 100px 100px 0;
    }

    @media (max-width: 1439px) {
        .key-benefits ul > li {
            padding: 50px 50px 50px 0;
        }
    }

    @media (max-width: 991px) {
        .key-benefits ul > li {
            padding: 20px 0;
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }
    }

    .key-benefits ul > li:not(:first-of-type) {
        padding-left: 100px;
    }

    @media (max-width: 1439px) {
        .key-benefits ul > li:not(:first-of-type) {
            padding-left: 50px;
        }
    }

    @media (max-width: 991px) {
        .key-benefits ul > li:not(:first-of-type) {
            padding-left: 0;
        }
    }

    .key-benefits ul > li:not(:last-of-type) {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    @media (max-width: 991px) {
        .key-benefits ul > li:not(:last-of-type) {
            border: none;
        }
    }

    .key-benefits ul > li h4 {
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }

    .key-benefits ul > li img {
        margin-bottom: 20px;
    }

    @media (max-width: 1199px) {
        .key-benefits ul > li img {
            height: 90px;
        }
    }

    @media (max-width: 991px) {
        .key-benefits ul > li img {
            margin-right: 30px;
            width: 110px;
        }
    }


    /*=== HOME : FEATURED PRODUCTS ===*/

    .featured-products {
        overflow: hidden;
        position: relative;
    }

        .featured-products h2 {
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }

            .featured-products h2 a {
                margin-left: auto;
            }

    .featured-products__slider {
        margin-top: 60px;
    }

        .featured-products__slider .slick-track {
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

        .featured-products__slider .slick-list {
            overflow: visible !important;
        }

        .featured-products__slider li.slick-slide {
            height: auto;
            list-style: none;
            -webkit-box: 1;
            -moz-box: 1;
            -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto;
            opacity: 0.5;
        }

            .featured-products__slider li.slick-slide.slick-active {
                opacity: 1;
            }

            .featured-products__slider li.slick-slide::before {
                display: none;
            }

    .featured-products__slider--arrows {
        position: absolute;
        bottom: calc(50% - 110px);
        width: 85px;
        right: calc(50% - 720px);
        -webkit-transform: translate(0, 50%);
        -moz-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        transform: translate(0, 50%);
    }

    @media (max-width: 1439px) {
        .featured-products__slider--arrows {
            right: calc(50% - 600px);
        }
    }

    @media (max-width: 1199px) {
        .featured-products__slider--arrows {
            right: calc(50% - 490px);
        }
    }

    @media (max-width: 991px) {
        .featured-products__slider--arrows {
            display: none;
        }
    }

    @media (hover: none) {
        .featured-products__slider--arrows {
            display: none;
        }
    }

    .featured-products__slider--arrows a {
        background: #007DB7;
        display: inline-block;
        padding: 20px 25px;
        cursor: pointer;
        margin: 4px 0;
        box-shadow: 0 0 60px rgba(0, 125, 183, 0.3);
    }

        .featured-products__slider--arrows a:hover {
            background: #2A9CD1;
        }


    /*=== HOME : HERO BANNER ===*/


    .hero-banner {
        width: 100%;
        position: relative;
    }

    .hero-banner__wrap {
        position: relative;
        z-index: 1;
    }

    .hero-banner .hero-slider div.slick-slide {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 760px;
        padding-bottom: 180px;
    }

    @media (max-width: 1439px) {
        .hero-banner .hero-slider div.slick-slide {
            height: 580px;
            padding-bottom: 80px;
        }
    }

    @media (max-width: 767px) {
        .hero-banner .hero-slider div.slick-slide {
            height: 500px;
        }
    }

    .hero-banner .hero-slider div.slick-slide .container, .hero-banner .hero-slider div.slick-slide .row {
        height: 100%;
        z-index: 2;
        position: relative;
    }

    .hero-banner .hero-slider div.slick-slide .banner-content {
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .hero-banner .hero-slider div.slick-slide::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        background: linear-gradient(45deg, rgba(0, 0, 0, 0.45) 70%, rgba(0, 0, 0, 0.3) 100%);
        z-index: 1;
    }

    .hero-banner .hero-slider div.slick-slide::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 300px;
        bottom: 0;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 30%, rgba(0, 0, 0, 0) 100%);
        z-index: 1;
    }

    @media (max-width: 1439px) {
        .hero-banner .hero-slider div.slick-slide::before {
            height: 150px;
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 30%, rgba(0, 0, 0, 0) 100%);
        }
    }

    .hero-banner__intro {
        padding: 60px 0 60px 0;
        z-index: 2;
        position: relative;
        color: #ffffff;
        margin-top: -135px;
        margin-bottom: -170px;
    }

    @media (max-width: 1439px) {
        .hero-banner__intro {
            margin-top: 0;
            margin-bottom: 0;
        }
    }

    @media (max-width: 1199px) {
        .hero-banner__intro {
            padding: 40px 0;
        }
    }

    .hero-banner__intro::after {
        content: "";
        display: block;
        position: absolute;
        background: #007DB7;
        width: calc(50% + 703px);
        height: 100%;
        top: 0;
        z-index: -1;
    }

    @media (max-width: 1439px) {
        .hero-banner__intro::after {
            width: 100%;
        }
    }

    .hero-banner .hero-nav {
        position: absolute;
        width: 100%;
        bottom: 130px;
        padding-bottom: 30px;
    }

    @media (max-width: 1439px) {
        .hero-banner .hero-nav {
            bottom: 0;
        }
    }

    .hero-banner .hero-nav .container {
        position: relative;
        z-index: 3;
    }

    .hero-banner .slick-arrows {
        position: absolute;
        right: 15px;
        bottom: 0;
    }

        .hero-banner .slick-arrows a {
            margin: 0 10px;
        }

            .hero-banner .slick-arrows a svg {
                height: 10px;
            }

    @media (max-width: 767px) {
        .hero-banner .slick-dots {
            display: none;
        }
    }

    .hero-banner .slick-dots li {
        display: inline-block;
        list-style: none;
        margin: 0 5px;
    }

        .hero-banner .slick-dots li.slick-active button {
            opacity: 1;
        }

        .hero-banner .slick-dots li button {
            background-color: #ffffff;
            outline: none;
            opacity: 0.3;
            text-indent: -999px;
            overflow: hidden;
            width: 8px;
            height: 8px;
            border: none;
        }


    /*=== HOME : NEWS/LATEST UPDATES ===*/
    .latest-updates {
        background-image: url(../assets/latest-updates-door-img.jpg);
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 1000px auto;
        padding-top: 200px;
        padding-bottom: 50px;
        margin-top: -100px;
    }

    @media (max-width: 1439px) {
        .latest-updates {
            background-size: 900px auto;
        }
    }

    @media (max-width: 1199px) {
        .latest-updates {
            background-size: 800px auto;
        }
    }

    @media (max-width: 991px) {
        .latest-updates {
            background-size: 700px auto;
            background-position: right -200px top;
        }
    }

    @media (max-width: 767px) {
        .latest-updates {
            background: none;
        }
    }

    .latest-updates h2 {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .latest-updates h2 a.btn {
            margin-left: auto;
        }

    .latest-updates ul {
        margin: 35px 0 0;
    }

        .latest-updates ul li {
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            list-style: none;
            padding: 30px 0;
        }

    @media (max-width: 991px) {
        .latest-updates ul li {
            padding: 20px 0;
        }
    }

    .latest-updates ul li svg {
        margin-right: 30px;
        width: 50px;
    }

    @media (max-width: 991px) {
        .latest-updates ul li svg {
            height: 20px;
        }
    }

    .latest-updates ul li:not(:last-of-type) {
        border-bottom: 1px solid rgba(90, 109, 126, 0.2);
    }

    .latest-updates ul li a {
        color: #1D446B;
        font-size: 1.25rem;
        line-height: 1.3;
        font-weight: 700;
    }

    @media (max-width: 1199px) {
        .latest-updates ul li a {
            font-size: 1.125rem;
        }
    }

    @media (max-width: 991px) {
        .latest-updates ul li a {
            font-size: 1rem;
        }
    }

    .latest-updates ul li a:hover {
        color: #007DB7;
    }

    .post__meta {
        font-size: 0.875rem;
        margin-bottom: 10px;
    }

    @media (max-width: 991px) {
        .post__meta {
            font-size: 0.75rem;
        }
    }

    .post__meta--date {
        color: #007DB7;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 1px;
        margin-right: 20px;
    }

    .post__meta--cat {
        font-weight: 500;
    }


    /*=== STORE ===*/

    .store-top {

    }

@media (min-width: 768px) {
    .store-top {
        padding: 0 0 20px;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}

    .store-top__filter-toggle {
        -webkit-box: 1;
        -moz-box: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin-bottom: 30px;
    }

    @media(min-width: 768px) {
        .store-top__filter-toggle {
            display: inline-block;
            margin-bottom: 0;
        }
    }

    .store-top__filter-toggle button {
        border: none;
        background: none;
        color: #1D446B;
        font-family: "Red Hat Display", sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 0.1rem;
        outline: none;
    }

        .store-top__filter-toggle button span {
            display: inline-block;
            vertical-align: middle;
        }

        .store-top__filter-toggle button.toggle .icon-filter::after {
            -webkit-transform: translate(-2px, 10px);
            -moz-transform: translate(-2px, 10px);
            -ms-transform: translate(-2px, 10px);
            transform: translate(-2px, 10px);
            box-shadow: currentcolor 8px -7px 0px 0;
        }

    .store-top__sort {
        display: inline-block;
    }

        .store-top__sort label {
            margin-right: 10px;
            display: inline-block;
        }

        .store-top__sort select {
            width: auto;
            display: inline-block;
            min-width: 250px;
            margin: 0;
        }

    .icon-filter {
        width: 16px;
        height: 15px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        position: relative;
    }

        .icon-filter::before {
            content: "";
            display: block;
            position: absolute;
            color: #1D446B;
            width: 2px;
            height: 100%;
            background: #1D446B;
            box-shadow: currentcolor 8px 0px 0px 0px;
            top: 0;
            left: 0px;
        }

        .icon-filter::after {
            content: "";
            display: block;
            position: absolute;
            color: #1D446B;
            width: 6px;
            height: 2px;
            background: #1D446B;
            box-shadow: currentcolor 8px 7px 0px 0px;
            top: 0px;
            left: 0px;
            -webkit-transform: translate(-2px, 3px);
            -moz-transform: translate(-2px, 3px);
            -ms-transform: translate(-2px, 3px);
            transform: translate(-2px, 3px);
            -moz-transition: transform 200ms ease, box-shadow 200ms ease;
            -o-transition: transform 200ms ease, box-shadow 200ms ease;
            -webkit-transition: transform 200ms ease, box-shadow 200ms ease;
            transition: transform 200ms ease, box-shadow 200ms ease;
        }



    @media(min-width: 768px) {
        .store-results {
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }
    }

    .store-results .product-grid {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex: 1;
        flex-grow: 1;
    }

        .store-results .product-grid > li {
            -webkit-box: 0;
            -moz-box: 0;
            -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
        }

    @media (max-width: 1439px) {
        .store-results .product-grid > li {
            -webkit-box: 0;
            -moz-box: 0;
            -webkit-flex: 0 0 33.3%;
            -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
        }
    }

    @media (max-width: 768px) {
        .store-results .product-grid > li {
            -webkit-box: 0;
            -moz-box: 0;
            -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        }
    }

    .product-grid {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -4px 0;
        -moz-transition: 0.5s ease all;
        -o-transition: 0.5s ease all;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all;
    }

        .product-grid > li {
            -webkit-box: 0;
            -moz-box: 0;
            -webkit-flex: 0 0 33.33%;
            -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
            margin: 4px 0;
        }

    @media (max-width: 991px) {
        .product-grid > li {
            -webkit-flex-basis: 50%;
            flex-basis: 50%;
        }
    }

    @media (max-width: 767px) {
        .product-grid > li {
            -webkit-flex-basis: 100%;
            flex-basis: 100%;
        }
    }

    .product-grid > li::before {
        display: none;
        margin: 0;
    }

    .left-nav {
        position: relative;
        -moz-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        -webkit-transition: 0.3s ease all;
        transition: 0.3s ease all;
    }

    @media(min-width: 768px) {
        .left-nav {
            max-width: 300px;
            min-width: 300px;
        }
    }

.left-nav.in-active {
    display: none;
}

@media(min-width: 768px) {
    .left-nav.in-active {
        display: block;
        margin-left: -300px;
        -webkit-transform: translate(-300px, 0);
        -moz-transform: translate(-300px, 0);
        -ms-transform: translate(-300px, 0);
        transform: translate(-300px, 0);
    }
}


    .left-nav__categories {
        margin-top: 20px;
    }

        .left-nav__categories .category-label {
            color: #ffffff;
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: 0.15rem;
            font-size: 0.75rem;
            padding: 20px 30px;
        }

        .left-nav__categories .tags {
            padding: 0 30px;
        }

            .left-nav__categories .tags li {
                display: inline-block;
            }

            .left-nav__categories .tags a {
                display: inline-block;
                background: #fff;
                color: #007DB7;
            }

                .left-nav__categories .tags a:hover {
                    background: #fff;
                }

        .left-nav__categories ul {
            margin: 0;
        }

        .left-nav__categories li {
            margin: 0;
        }

            .left-nav__categories li::before {
                margin: 0;
                display: none;
            }

        .left-nav__categories a {
            color: #ffffff;
            display: block;
            padding: 10px 30px;
            font-weight: 500;
            font-size: 1.125rem;
        }

            .left-nav__categories a:hover {
                background: rgba(29, 68, 107, 0.3);
            }

            .left-nav__categories a.selected {
                background: rgba(29, 68, 107, 0.6);
            }

    .left-nav__filters {
        margin: 30px 0 0;
    }

        .left-nav__filters .filter-group {
            padding: 30px 30px 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
        }

        .left-nav__filters .filter-group__label {
            color: #ffffff;
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: 0.15rem;
            font-size: 0.75rem;
            margin-bottom: 20px;
        }

        .left-nav__filters .filter-group__content {
            color: #ffffff;
        }

        .left-nav__filters input[type=checkbox]:hover ~ .checkmark {
            border-color: #ffffff;
        }

        .left-nav__filters input[type=checkbox]:checked ~ .checkmark {
            border-color: #ffffff;
            background-image: url(../assets/checkmark.svg);
        }

        .left-nav__filters .checkmark {
            border: 1px solid rgba(255, 255, 255, 0.5);
        }

    .store-footer {
        text-align: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    @media(min-width: 768px) {
        .store-footer {
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }
    }

    .store-footer > p {
        -webkit-box: 1;
        -moz-box: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .store-footer .pagination {
        width: auto;
        text-align: right;
    }


    /*=== STORE : PRODUCTS ===*/

    .product {
        background: #ffffff;
        margin: 0 4px;
        height: 100%;
        position: relative;
    }

    .product__top {
        width: 100%;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .product__top .icon__add {
        position: absolute;
        top: 0;
        right: 0;
        padding: 22px 15px;
        margin-left: auto;
        cursor: pointer;
    }

    @media(min-width: 768px) {
        .product__top .icon__add {
            padding: 22px 30px;
        }
    }

    .product__middle {
        /*margin-bottom: auto;*/
        text-align: center;
    }

        .product__middle a {
            outline: none;
            display: block;
            padding: 36px 50px 30px;
        }

        .product__middle img {
            max-height: 315px;
            max-width: 100%;
            margin: auto;
            display:block;
            /*border: 1px solid #8497A885;*/
        }

    @media (max-width: 1439px) {
        .product__middle img {
            max-height: 300px;
        }
    }

    .product__bottom {
        padding: 0 30px 25px;
        text-align: left;
    }

        .product__bottom a {
            display: block;
            line-height: 1.3;
            text-align: left;
            font-weight: 700;
            padding-right: 20px;
            font-size: 0.95rem;
            margin-bottom: 5px;
        }

            .product__bottom a span {
                display: block;
                text-transform: uppercase;
                font-weight: 700;
                color: #8497A8;
                letter-spacing: 0.1rem;
                font-size: 0.75rem;
                margin-top: 8px;
            }

        .product__bottom div {
            font-size: .875rem;
        }

        .product__bottom--price .price {
            background: #F0F3F8;
            font-weight: 700;
            display: inline-block;
            padding: 10px 15px;
            font-size: 0.875rem;
        }


        .on-demand {
            text-transform: uppercase;
            font-weight: 700;
            color: #1D446B;
            letter-spacing: 1px;
            font-size: 0.75rem;
            text-align: left;
            padding: 0;
            display: inline-block;
        }

            .on-demand img {
                display: inline-block;
                vertical-align: -4px;
                margin-right: 10px;
            }

.product-single ul:not(.product-single__header-lang) {
    margin-left: 15px;
}
    .product-single ul:not(.product-single__header-lang) li {
        letter-spacing: 0.02em;
        margin: 8px 0;
        line-height: 1.4;
    } .product-single__header h1 {
        margin-bottom: 10px;
        font-size: 2.75rem;
        margin-top: 0;
    } .product-single__header h2 {
        color: #007DB7;
        margin-bottom: 30px;
        font-size: 1.75rem;
        font-weight: 700;
    } .product-single__header-lang li{
        display: inline-block;
        margin-right: 10px;
    } .product-single__header-lang a {
    display: block;
    background: #B2C1CE;
    color: #fff;
    padding: 8px 20px;
} .product-single__header-lang a:not(.active):hover {
    background: #5A6D7E;
} .product-single__header-lang a.active {
            background: #007DB7;
        } .product-single__specs {
        margin: 30px 0;
        border-top: 1px solid #D7DFE5;
        border-bottom: 1px solid #D7DFE5;
    } .product-single__specs h4 {
        font-size: 1.125rem;
        margin: 0 0 20px;
    } .product-single__specs--section {
        margin: 30px 0;
    }


        .product-single__specs--section .select2-selection.select2-selection--single {
            min-height: unset;
            padding: 8px 10px 8px 8px;
        }
      
      
      .product-single__specs--section a.btn:not(:last-of-type) {
        margin-bottom: 8px;
    } .product-single__specs--section .option-list {
        padding-left: 1em;
    } .product-single__specs--section .option-list input[type=checkbox][disabled]{
        position: absolute;
        width: 1px;
        height: 1px;
        left: -9999px;
    } .product-single .product-price {
        font-size: 1.5rem;
        letter-spacing: 2px;
        color: #007DB7;
        font-weight: 500;
        margin: 10px 0;
    } .product-single .product-quantity {
        display: inline-block;
    }

.product-single .tier-prices {
    margin-top: 20px;
    margin-bottom: 40px;
}

.product-single .product-price-tier {
    letter-spacing: 2px;
    color: #5a6d7e;
    margin: 10px 0;
}

.product-single .prices-table .field-header {
    padding-bottom: 10px;
}

    .product-single .product-add-to-cart {
        display: inline-block;
    } .table-field {
        color: #1D446B;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 5px 0;
    } .table-field label {
            display: inline-block;
            -webkit-box: 0;
            -moz-box: 0;
            -webkit-flex: 0 0 200px;
            -ms-flex: 0 0 200px;
            flex: 0 0 200px;
        } .product-gallery__thumbs-container {
        min-width: 65px;
    } .product-gallery__thumbs {
        padding-top: 45px;
        width: 100px !important;
    } .product-gallery__thumb a {
        display: block;
        width: 100px;
        height: 100px;
        background: #ffffff;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid transparent;
    } .product-gallery__thumb a.active {
            border-color: #007DB7;
        } .product-gallery__thumb img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        max-height: 100%;
    } .product-gallery__assets {
        position: relative;
        margin-right: 10px;
    } .product-gallery__asset {
        background: #ffffff;
        padding: 70px;
        display: block;
        position: relative;
        text-align: center;
    } .product-gallery__asset:not(:last-of-type) {
            margin-bottom: 4px;
        } .product-gallery__asset img {
            display: block;
            margin: 0 auto;
            max-width: 100%;
            max-height: 700px;
            border: 1px solid #8497A8;
        } .mfp-figure:after {
    top: 0;
    bottom: 0;
    background: #010101;
} .mfp-image-holder .mfp-close {
    right: 20px;
    top: 11px;
    font-size: 2rem;
    opacity: 1;
} .mfp-bottom-bar {
    padding: 30px 30px;
    display: block;
    bottom: 0;
    top: inherit;
} .mfp-title {
    text-align: center;
    padding-right: 0;
} img.mfp-img {
    padding-bottom: 65px;
}
/*=== STICKY ITEM ===*/
.js-sticky {
    top: 0;
    z-index: 1;
} .js-sticky.is_stuck {
            position: fixed;
        }
/*=== STORE : CATEGORIES ===*/
.list-categories .container > ul {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    } .list-categories .container > ul > li {
            -webkit-box: 1;
            -moz-box: 1;
            -webkit-flex: 0 0 calc(25% - 8px);
            -ms-flex: 0 0 calc(25% - 8px);
            flex: 0 0 calc(25% - 8px);
            list-style: none;
            position: relative;
            margin: 4px;
        } @media (hover: none) {
        .list-categories .container > ul > li {
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-direction: normal;
            -webkit-box-orient: vertical;
            -moz-box-direction: normal;
            -moz-box-orient: vertical;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    } @media (max-width: 991px) {
        .list-categories .container > ul > li {
            -webkit-flex: 0 0 calc(33.33% - 8px);
            -ms-flex: 0 0 calc(33.33% - 8px);
            flex: 0 0 calc(33.33% - 8px);
        }
    } @media (max-width: 767px) {
        .list-categories .container > ul > li {
            -webkit-flex: 0 0 calc(50% - 8px);
            -ms-flex: 0 0 calc(50% - 8px);
            flex: 0 0 calc(50% - 8px);
        }
    } @media (max-width: 430px) {
        .list-categories .container > ul > li {
            -webkit-flex: 0 0 calc(100% - 8px);
            -ms-flex: 0 0 calc(100% - 8px);
            flex: 0 0 calc(100% - 8px);
        }
    } .list-categories .container > ul > li > a:first-child {
        background: #ffffff;
        text-align: center;
        display: block;
    } @media (hover: none) {
        .list-categories .container > ul > li > a:first-child {
            padding: 60px 50px 20px;
        }
    } @media (hover: hover) {
        .list-categories .container > ul > li > a:first-child {
            padding: 60px 50px;
            height: 100%;
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-direction: normal;
            -webkit-box-orient: vertical;
            -moz-box-direction: normal;
            -moz-box-orient: vertical;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
        }
    } @media (hover:hover) and (max-width: 1439px) {

        .list-categories .container > ul > li > a:first-child {
            padding: 30px 40px;
        }
    } @media (hover:none) and (max-width: 1439px) {
        .list-categories .container > ul > li > a:first-child {
            padding: 30px 40px 10px;
        }
    } @media (max-width: 1439px) {
        .list-categories .container > ul > li > a:first-child h4 {
            font-size: 1.15rem;
        }
    } .list-categories .container > ul > li > a:first-child img {
        max-width: 100%;
        width: 200px;
        margin: 0 auto 20px;
    } .list-categories .container > ul > li > a:first-child h4 {
        color: #5A6D7E;
        margin: 0;
    } .list-categories .container > ul > li:last-child a:first-child {
        background: #5A6D7E;
        -webkit-box: 1;
        -moz-box: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    } .list-categories .container > ul > li:last-child a:first-child h4 {
            color: #ffffff;
        } @media (hover: none) {
        .list-categories .container > ul > li > div {
            background: #ffffff;
            -webkit-box: 1;
            -moz-box: 1;
            -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto;
            padding-bottom: 40px;
        }
    } @media (hover: hover) {
        .list-categories .container > ul > li > div {
            visibility: hidden;
            opacity: 0;
            background: #007DB7 url(../assets/cat-hover-arrow.svg) no-repeat center top/60px auto;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-direction: normal;
            -webkit-box-orient: vertical;
            -moz-box-direction: normal;
            -moz-box-orient: vertical;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            padding: 50px;
            -moz-transition: transform 0.1s ease, opacity 0ms linear 0.1s, visibility 0ms linear 0.1s;
            -o-transition: transform 0.1s ease, opacity 0ms linear 0.1s, visibility 0ms linear 0.1s;
            -webkit-transition: transform 0.1s ease, opacity 0ms linear 0.1s, visibility 0ms linear 0.1s;
            transition: transform 0.1s ease, opacity 0ms linear 0.1s, visibility 0ms linear 0.1s;
            -webkit-transform: scaleY(0);
            -moz-transform: scaleY(0);
            -ms-transform: scaleY(0);
            transform: scaleY(0);
            transform-origin: top center;
        }
    } @media (hover: hover) {
        .list-categories .container > ul > li > div ul {
            opacity: 0;
            -webkit-transform: translate(0, -10px);
            -moz-transform: translate(0, -10px);
            -ms-transform: translate(0, -10px);
            transform: translate(0, -10px);
            -moz-transition: transform 0.1s, opacity 0.1s;
            -o-transition: transform 0.1s, opacity 0.1s;
            -webkit-transition: transform 0.1s, opacity 0.1s;
            transition: transform 0.1s, opacity 0.1s;
            -moz-transition-delay: 0s;
            -o-transition-delay: 0s;
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
        }
    } .list-categories .container > ul > li > div ul li {
        list-style: none;
    } .list-categories .container > ul > li > div ul li a {
            display: block;
            width: 100%;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 0.85rem;
            padding: 10px;
            font-weight: 700;
            text-align: center;
        } @media (hover: none) {
        .list-categories .container > ul > li > div ul li a {
            color: #5A6D7E;
        }
    } @media (hover: hover) {
        .list-categories .container > ul > li > div ul li a {
            color: #ffffff;
        }
    } .list-categories .container > ul > li:hover > div {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -moz-transition: transform 0.25s ease, opacity 0ms, visibility 0ms;
        -o-transition: transform 0.25s ease, opacity 0ms, visibility 0ms;
        -webkit-transition: transform 0.25s ease, opacity 0ms, visibility 0ms;
        transition: transform 0.25s ease, opacity 0ms, visibility 0ms;
    } @media (hover: hover) {
        .list-categories .container > ul > li:hover > div ul {
            opacity: 1;
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            -moz-transition: transform 0.3s ease, opacity 0.2s linear;
            -o-transition: transform 0.3s ease, opacity 0.2s linear;
            -webkit-transition: transform 0.3s ease, opacity 0.2s linear;
            transition: transform 0.3s ease, opacity 0.2s linear;
            -moz-transition-delay: 0.2s;
            -o-transition-delay: 0.2s;
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }
    }
/*=== ACCOUNT ===*/
.user-claim .status {
        display: inline-block;
        vertical-align: 3px;
    } .status {
        text-transform: uppercase;
        font-size: 0.75rem;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
        color: #ffffff;
        display: block;
        padding: 10px 15px;
        max-width: 140px;
    } @media (max-width: 991px) {
        .status {
            max-width: none;
            display: inline-block;
        }
    } .status.complete, .status.approved {
        background: #0CB79D;
    } .status.processing, .status.pending {
        background: #007DB7;
    } .status.cancelled {
        background: #B70C0C;
    }
/*=== SEARCH RESULTS ===*/
.search-results__pages header, .search-results__products header {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    } .search-results__pages header .pagination, .search-results__products header .pagination {
            width: auto;
            margin: 0 0 0 30px;
            -webkit-box: 1;
            -moz-box: 1;
            -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto;
            text-align: right;
        } .search-results__pages > ul {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    } .search-results__pages > ul > li {
            list-style: none;
            -webkit-box: 0;
            -moz-box: 0;
            -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            margin: 5px 0 25px;
            padding-right: 40px;
        } .search-results__pages > ul > li::before {
                display: none;
                margin: 0;
            } .search-results__pages > ul > li > h4 a {
                color: #007DB7;
            } .search-results__pages > ul > li > h4 a:hover {
                    color: #1D446B;
                }
/*=== MARKETING TOOLS : TERM GLOSSARY ===*/
.glossary {
        z-index: 2;
    } .glossary__legend {
        background: #007DB7;
        padding: 10px 30px;
    } .glossary__legend ul {
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin: 10px 0;
            list-style: none;
        } @media (min-width: 992px) {
        .glossary__legend ul {
            list-style: none;
            color: #FFF;
        }
    } .glossary__legend li {
        margin: 0 5px;
        -webkit-box: 1;
        -moz-box: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    } .glossary__legend li::before {
            display: none;
            margin-left: 0;
        } @media (max-width: 767px) {
        .glossary__legend li {
            -webkit-box: 0;
            -moz-box: 0;
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }
    } .glossary__legend a {
        color: #ffffff;
    }

      .term-anchor {
          position: absolute;
          top: -150px;
      }
/*=== NEWS ===*/
.news-items .news-item {
        padding: 50px 0;
        margin: 0;
        text-align: left;
    } .news-items .news-item:not(:last-of-type) {
            border-bottom: 1px solid rgba(90, 109, 126, 0.2);
        } .news-body {
        margin: 0;
        padding: 0;
    } .news-title {
        color: inherit;
        font-size: inherit;
        margin: 10px 0;
        padding: 0;
        color: #1D446B;
        font-size: 1.25rem;
        line-height: 1.3;
        font-weight: 700;
    } .news-title:hover {
            color: #007DB7;
        } .news-date {
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 1px;
        margin: 0;
        font-size: 0.875rem;
        padding: 0;
        background: none;
        font-style: normal;
    } .news-body p {
        text-align: left;
    }
/* === SELECT 2 === */
.select2-container.select2-container--default {
    max-width: 100%;
} .select2-container--default.select2-container .select2-selection--multiple {
    border: 1.5px solid #B2C1CE;
    border-radius: 0;
    background: #ffffff url(../assets/select-arrow.svg) no-repeat right 20px center/10px auto;
    color: #1d446b;
    width: 100%;
    display: inline-block;
    font-size: 0.875rem;
    padding: 7px 37px 7px 6px;
    min-height: 55px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    outline: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 700;
} .select2-container--default.select2-container.select2-container--focus .select2-selection--multiple {
        border: 1.5px solid #1d446b;
    } .select2-dropdown {
    border: 1.5px solid #1d446b;
    border-radius: 0;
} .select2-container--default.select2-container .select2-results__option--highlighted.select2-results__option--selectable {
        background-color: #1d446b;
    } .select2-container--default.select2-container .select2-results__option--selected {
        background-color: #D7DFE5;
        color: #5A6D7E;
    } .select2-container .select2-results__option {
        padding: 12px 15px;
        font-size: 0.875rem;
    } .select2-container--default.select2-container .select2-selection--multiple .select2-selection__choice {
        margin: 2px;
        background: #D7DFE5;
        border-radius: 0;
        border: none;
        padding: 0;
    } .select2-container--default.select2-container .select2-selection--multiple .select2-selection__choice__display {
    padding: 8px 15px 8px 0;
    display: inline-block;
} .select2-container--default.select2-container .select2-selection--multiple .select2-selection__choice__remove {
        border: none;
        padding: 7px 10px;
        display: inline-block;
        vertical-align: middle;
        color: #5A6D7E;
        border-radius: 0;
        margin-top: -1px;
        margin-left: -1px;
        transition: .5s ease all;
    } .select2-container--default.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
            background: #1d446b;
            color: #fff;
        }
/* single select*/
.select2-container--default.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: normal;
} .select2-container--default.select2-container .select2-selection--single {
    height: auto;
}
/* === IMAGE LIBRARY === */
.img-library-grid {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
} .img-library-grid .img-library-grid--single {
            -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-direction: normal;
            -webkit-box-orient: vertical;
            -moz-box-direction: normal;
            -moz-box-orient: vertical;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        } @media (max-width: 1199px) {
        .img-library-grid .img-library-grid--single {
            -webkit-flex: 0 0 33.33%;
            -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
        }
    } .img-library-grid .img-library-grid--single figure {
        background: #D7DFE5;
        margin: 4px;
        transition: .5s ease all;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    } .img-library-grid .img-library-grid--single figure:hover {
            box-shadow: 0 0 0 2px #8497A8;
        } .img-library-grid .img-library-grid--single figure > a {
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            height: 260px;
        } @media (max-width: 1439px) {
        .img-library-grid .img-library-grid--single figure > a {
            height: 200px;
        }
    } @media (max-width: 1199px) {
    } @media (max-width: 991px) {
    } @media (max-width: 767px) {
    } @media (max-width: 575px) {
        .filter-padding-mobile {
            padding: 0px 10px 10px;
        }
    } .img-library-grid .img-library-grid--single figure a img {
        max-height: 100%;
        max-width: 100%;
        display: block;
        margin: auto;
    } .img-library-grid .img-library-grid--single figure figcaption {
        background: #fff;
        padding: 25px 25px;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    } .img-library-grid .img-library-grid--single figure figcaption a {
            margin-bottom: 5px;
            display: block;
        } .img-library-grid .img-library-grid--single figure figcaption p {
            line-height: 1.4;
            margin-top: 0;
        } .img-library-grid .img-library-grid--single figure figcaption span {
            font-size: 0.875rem;
            letter-spacing: 0.03em;
            font-weight: 500;
            color: #1D446B;
        }
/* === IMAGE LIBRARY: SINGLE === */
.img-single__header h1 {
        margin-bottom: 10px;
    } .img-single__header h2 {
        color: #007DB7;
        margin-bottom: 30px;
        font-size: 1.75rem;
        font-weight: 700;
    } .img-single h4 {
        font-size: 1.125rem;
        margin: 0 0 20px;
    } .img-single__formats {
        margin: 30px 0 30px;
        padding: 0 0 50px;
        border-bottom: 1px solid #D7DFE5;
    } .img-single__format {
        background: #ffffff;
        padding: 10px 10px 10px 30px;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        color: #1D446B;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 0.875rem;
    } .img-single__format:not(:last-of-type) {
            margin-bottom: 4px;
        } .format-title {
        letter-spacing: 1px;
        padding-right: 20px;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        word-break: break-word;
    }
    @media (max-width: 576px) {
        .img-single__format {
            flex-wrap: wrap;
            padding: 10px;
        }

        .format-download-btn {
            margin-top: 10px;
            width: 100%
        }
    }   
    .format-size {
        font-weight: 300;
        padding-right: 30px;
        ;
    } .img-single__image {
        background: #ffffff;
        padding: 50px;
    } .img-single__image img{
            margin: 0 auto;
            display: block;
            max-width: 100%;
        } .img-single__tags, .tags {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 10px;
        margin-left: -2px;
    } .img-single__tags a, .tags a {
            display: block;
            background: #B2C1CE;
            color: #ffffff;
            padding: 10px 14px;
            font-size: 0.875rem;
            font-weight: 500;
            letter-spacing: 0.03em;
            margin: 2px;
        }
        .img-single__tags a:hover, .tags a:hover {
            background: #5A6D7E;
        }
/*=== CART : FLYOUT ===*/
.flyout-cart {
        display: none;
        box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        top: 65%;
        right: 0;
        position: absolute;
        z-index: 100;
        width: 400px;
        max-width: 100%;
        background-color: #ffffff;
    } @media(min-width: 1765px) {
        .flyout-cart {
            right: inherit;
        }
    } @media (min-width: 1001px) {
        .flyout-cart.active {
            display: block;
        }
    } .mini-shopping-cart {
        padding: 25px 30px;
        font-size: 0.875rem;
    } .mini-shopping-cart .count {
            padding: 0px 25px 20px;
            margin: 0 -30px -20px
        } .mini-shopping-cart .count a {
                color: #5A6D7E;
                display: inline;
                font-weight: 700;
                font-size: 0.75rem;
            } .mini-shopping-cart .count + .items {
                border-top: 1px solid #f0f3f8;
            } .mini-shopping-cart .items {
            border: none;
            padding-top: 20px;
            margin: 20px -30px 30px;
        } .mini-shopping-cart .item {
            padding: 10px 30px;
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        } .mini-shopping-cart .item > a {
                display: block;
                width: 50px;
                margin-right: 15px;
                -webkit-flex: 0 0 50px;
                -ms-flex: 0 0 50px;
                flex: 0 0 50px;
            } .mini-shopping-cart .item > a img {
                    width: 100%;
                    border: 1px solid #8497a885;
                } .mini-shopping-cart .picture {
            width: 50px;
        } .mini-shopping-cart .picture a::before {
                display: none;
            } .mini-shopping-cart .picture img {
                position: relative;
            } .mini-shopping-cart .picture + .product {
                margin-left: 65px;
            } .mini-shopping-cart .name {
            margin-bottom: 5px;
        } .mini-shopping-cart .name a {
                color: #1D446B;
                font-weight: 700;
                text-transform: uppercase;
                letter-spacing: 1px;
                font-size: 0.75rem;
            } .mini-shopping-cart .name a:hover {
                    color: #007DB7;
                }   
              .mini-shopping-cart .product > div:last-child{
                  text-align: right;
              }
              .mini-shopping-cart .totals {
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -moz-box-align: end;
            -ms-flex-align: end;
            -webkit-align-items: flex-end;
            align-items: flex-end;
        } .mini-shopping-cart .totals .title {
                text-transform: uppercase;
                letter-spacing: 0.03em;
                font-size: 0.75rem;
                font-weight: 500;
            } .mini-shopping-cart .totals .subtotal {
                -webkit-flex: 1 0 auto;
                -ms-flex: 1 0 auto;
                flex: 1 0 auto;
                color: #1D446B;
                text-align: right;
                font-weight: 700;
                font-size: 1rem;
            } .mini-shopping-cart .buttons button {
            width: 100%;
            padding: 15px 25px;
        } @media (min-width: 1001px) {
        #topcartlink {
            display: inline-block;
            width: auto;
            margin: 0;
            padding: 0 18px;
        }
    } #topcartlink > a:first-child {
        /*background: url(../images/shopping-bag.png) left center no-repeat;*/
        padding: 0 0 20px;
        position: relative;
    } #topcartlink > a {
        background: none;
        padding: 0;
        display: initial;
    } #topcartlink > a:first-child span {
            position: absolute;
            right: -15px;
            top: -15px;
            padding: 5px 4px;
            background: #007DB7;
            color: #fff;
            width: 22px;
            font-size: 10px;
            text-align: center;
            border-radius: 50%;
            height: 22px;
        }
/*=== STORE : CART ===*/
table.cart th {
        background: none;
        border: none;
        border-bottom: 1px solid #d7dfe5;
        text-transform: uppercase;
        font-size: 0.875rem;
        font-weight: 700;
        letter-spacing: 1px;
        display: table-cell;
        padding: 0 10px 20px;
        margin: 0;
    } table.cart th:first-of-type {
            padding-left: 0;
        } table.cart td {
        color: #5a6d7e;
        border: none;
        font-weight: 500;
        padding: 5px 20px;
    } table.cart td:first-of-type {
            padding-left: 0;
        } table.cart td.product {
            background: none;
        } table.cart tr:first-of-type td {
        padding-top: 40px;
    } table.cart tr:last-of-type td {
        border-bottom: 1px solid #d7dfe5;
        padding-bottom: 40px;
    } table.card td a {
        color: #007db7;
    } table.cart a:hover {
        color: #1d446b;
    } table.cart .product {
        display: table-cell;
        line-height: 1.4;
    } table.cart .product a {
            margin-bottom: 5px;
            display: block;
            color: #5a6d7e;
        } table.cart .product a.product-name {
                font-size: 1.125rem;
                color: #007DB7;
            } table.cart .product a.product-name:hover {
                    color: #1d446b;
                } table.cart td .edit-link {
        margin-bottom: 0;
        color: #5a6d7e;
        display: inline-block;
    } table.cart td .edit-link:hover {
            color: #007db7;
        } table.cart td .quantity {
        border: 2px solid #F0F3F8;
    } table.cart td.sku {
        min-width: 180px;
    } table.cart .sku-number {
        color: #007db7;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 10px 0 5px;
        display: block;
        font-size: 0.875rem;
    } table.cart .product-meta {
        font-size: 0.875rem;
    } .table.cart tr:first-of-type td.product-picture, table.cart td.product-picture {
        padding-left: 10px;
    } .product-picture a {
        display: block;
        padding: 20px 20px 20px 0;
    } .product-picture a img {
            margin: auto;
            display: block;
            border: 1px solid #8497A885;
        } .cart-options {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    } .cart-footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        text-align: right;
    } 
      table.cart tr:first-of-type td.product-qty {
          width: 135px;
      }
      @media (max-width: 767px) {
        .cart-footer {
            margin-top: 40px;
        }
    } .checkout-button {
        width: 400px;
        max-width: 100%;
    } @media (max-width: 767px) {
        .checkout-button {
            width: 100%;
        }
    } .cart-total td {
        padding: 0;
        vertical-align: 1px;
    } .cart-total-left label {
        text-align: right;
    } @media (max-width: 767px) {
        .cart-total-left label {
            text-align: left;
        }
    } .cart-total-right {
        min-width: 150px;
        text-align: right;
    } .terms-of-service {
        margin: 30px 0;
    } #read-terms {
        margin: 0;
    }
/* Estimate Shipping Popup */
.mfp-bg {
        background: rgba(29, 68, 107, 0.7);
        -webkit-backdrop-filter: blur(7px);
        backdrop-filter: blur(7px);
        opacity: 0;
        z-index: 10;
        visibility: hidden;
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -moz-transition: opacity 0.25s linear 0.25s, visibility 0s linear 0.25s;
        -o-transition: opacity 0.25s linear 0.25s, visibility 0s linear 0.25s;
        -webkit-transition: opacity 0.25s linear 0.25s, visibility 0s linear 0.25s;
        transition: opacity 0.25s linear 0.25s, visibility 0s linear 0.25s;
    } .mfp-bg.mfp-ready {
            visibility: visible;
            opacity: 1;
        } .mfp-content {
        position: initial;
    } .estimate-shipping-popup {
        background: #ffffff;
        width: 320px;
        max-width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: translate(320px, 0);
        -moz-transform: translate(320px, 0);
        -ms-transform: translate(320px, 0);
        transform: translate(320px, 0);
        -moz-transition: transform 0.25s;
        -o-transition: transform 0.25s;
        -webkit-transition: transform 0.25s;
        transition: transform 0.25s;
    } .mfp-ready .estimate-shipping-popup {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
/* QUICK QUOTE */
.qq-head {
        margin-bottom: 150px;
        margin-top: 75px;
    } .qq-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -4px;
        margin-left: -4px;
    } .qq-container {
        margin-top: 4rem;
    } .qq-filter {
        background: rgb(29,68,107);
        background: linear-gradient(180deg, rgba(29,68,107,1) 0%, rgba(29,68,107,1) 50%, rgba(240,243,248,1) 50%, rgba(240,243,248,1) 100%);
    } .qq-filter__list {
        display: block;
    } @media (min-width: 992px) {
        .qq-filter__list {
            display: flex;
            justify-content: space-between;
            font-size: 0.75rem;
        }
    } .qq-filter__list__item {
        cursor: pointer;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1rem;
        letter-spacing: 0.05em;
        display: block;
        margin-bottom: 25px;
        border-bottom: transparent 3px solid;
    }
        .qq-filter__list__item:hover {
            color: #007DB7;
        }
      
      @media (min-width: 992px) {
        .qq-filter__list__item {
            margin-bottom: 0;
        }
    } .qq-filter__list__item.active {
        color: #007DB7;
        border-color: #007Db7;
    } 

    .single-qq-item_icon img{
        width: 30px;
    }
/* PAGINATION */
.pager {
        margin: 40px 0;
        text-align: center;
        width: 100%;
    } .pager li {
            display: inline-block;
            padding: 0;
            margin: 0 5px;
        } .pager li::before {
                display: none;
            } .pager li.current-page span {
                background: #007db7;
                color: #fff;
            } .pager li:not(.previous-page) a, .pager li:not(.next-page) a, .pager li.current-page span {
                display: block;
                padding: 10px 15px;
                font-size: 0.875rem;
                font-weight: 500;
            }
/* FORM FIELDS AND SELECT2 */
.select2-selection.select2-selection--single {
        border: 1.5px solid #B2C1CE !important;
        border-radius: 0;
        /* background: #ffffff url(../assets/select-arrow.svg) no-repeat right 20px center/10px auto; */
        box-shadow: none;
        color: #1D446B;
        width: 100%;
        height: auto;
        display: block;
        font-size: 0.875rem;
        padding: 17px 40px 17px 20px;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
        outline: none;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-family: "Red Hat Display", sans-serif;
        font-weight: 700;
        min-height: 52px;
        border-radius: 0 !important;
    }

    .select2-container--default.select2-container .select2-selection--single .select2-selection__arrow {
        height: 51px !important;
        position: absolute;
        top: 50%;
        right: 1px;
        width: 40px !important;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    } .select2-container--default.select2-container .select2-selection--single .select2-selection__arrow b {
            border: none !important;
            left: 15px !important;
        } .select2-container--default.select2-container .select2-selection--single .select2-selection__arrow b:after {
                content: '';
                background-image: url(../assets/select-arrow.svg);
                background-size: 10px 5px;
                width: 10px;
                height: 5px;
                position: absolute;
            } .prod-meta {
        order: 1;
    } @media(min-width: 768px) {
        .prod-meta {
            order: 2;
        }
    } .prod-img {
        order: 2;
    } @media(min-width: 768px) {
        .prod-meta {
            order: 1;
        }
    } .prod-img .product-gallery {
    position: sticky;
    top: 200px;
} .order-details-area {
    display: block;
}

  .df-preview-button-wrap {
      top: 200px !important;
  }
/*@media(min-width: 768px) {
    .order-details-area {
        display: flex;
    }
}*/
.order-details-page .totals {
    text-align: right;
}
/* TEXT HELPERS */
.text-uppercase {
        text-transform: uppercase;
    } .font-weight-bold {
        font-weight: 700;
    } .list-unstyled {
        list-style: none;
        padding-left: 0;
    }
/* FLEX */
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
} .flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
} .flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
} .flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
} .flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
} .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
} .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
} .justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
} .justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
} .justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
} .justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
} .justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
} .align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
} .align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
} .align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
} .align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
} .align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
} .align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
} .align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
} .align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
} .align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
} .align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
} .align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
} .align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
} .align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
} .align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
} .align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
} .align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
} .align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
} @media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
} @media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
} @media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
} @media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
/* DISPLAY */
.flex-grow-1 {
    -ms-flex-grow: 1;
    flex-grow: 1;
    width: 100%;
} .d-none {
    display: none !important;
} .d-inline {
    display: inline !important;
} .d-inline-block {
    display: inline-block !important;
} .d-block {
    display: block !important;
} .d-table {
    display: table !important;
} .d-table-row {
    display: table-row !important;
} .d-table-cell {
    display: table-cell !important;
} .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
} .d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
} .w-auto{
    width: auto!important;
} @media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
} @media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
} @media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
} @media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
} .ui-dialog {
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
} .ui-dialog-titlebar {
    background: #007DB7;
    border-radius: 0;
    color: #FFF;
    border: none;
} .ui-dialog-titlebar-close {
    background: transparent;
    border: none;
} .ui-dialog-content {
    border-right: 2px solid #F0F3F8;
    border-left: 2px solid #F0F3F8;
    border-bottom: 2px solid #F0F3F8;
    font-size: 16px;
} @media(min-width: 992px) {
    .sidenav.js-sidebar {
        position: sticky;
        top: 200px;
    }
}
/*grid color statuses*/
span.grid-report-item {
    padding: 6px 23px;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    margin-right:15px;
} span.grid-report-item.yellow {
        background-color: #ceb87b;
        color: #fff;
    } span.grid-report-item.blue {
        background-color: #2A9CD1;
        color: #fff;
    } span.grid-report-item.green {
        background-color: #0cb79D;
        color: #fff;
    } span.grid-report-item.red {
        background-color: #b70c0c;
        color: #fff;
    }
/* Autocomplete */
ul.ui-autocomplete.ui-widget.ui-widget-content {
    border: none;
    background: #ffffff;
    width: 1185px !important;
    font-family: 'Red Hat Display', sans-serif;
    margin-left: -40px;
    color: #1D446B;
    top: 254px !important;
    position: fixed;
    box-shadow: 0 0 40px rgba(0,0,0,0.3);
} ul.ui-autocomplete.ui-widget.ui-widget-content .ui-menu-item:not(:last-of-type) {
        border-bottom: 1px solid #F0F3F8;
    } ul.ui-autocomplete.ui-widget.ui-widget-content .ui-menu-item-wrapper {
        display: flex;
        align-items: center;
        padding: 13px 16px;
    } ul.ui-autocomplete.ui-widget.ui-widget-content .ui-menu-item-wrapper.ui-state-active {
            background: #f7f8fa;
            border-bottom: none;
            font-weight: normal;
            margin: 0;
            color: #1D446B;
        } ul.ui-autocomplete img {
        width: 30px;
        margin-right: 15px;
    }
/*zooom*/
.zoom-container span {
    width: 100%;
}

/* Global Styles*/
.hide {
    display: none;
}

.d-flex {
    display: flex;
}

/* Review Tiles */
.product-review-item {
    background-color: #ffffff;
}

.review-content > .review-info > .date > label,
.review-content > .review-info > .user > label {
    margin: 0px;
}

.form-fields > .inputs {
    display: flex;
    flex-wrap: wrap;
}

.form-fields > .inputs > .required {
    margin: 0px 5px 0px 0px !important;
}


/*.product-review-links a {
    color:#1D446B;
    font-weight: 700;
}

a.review-user {
    color: #007DB7 !important;
}*/

.clearance-item{
    width: 50px;
    position: relative;
    top: -60px;
    left: 80px;
    border-width: 0px !important;
}