/*
* Mixin for easy media queries
* @include bp(tablet-only) { SCSS here };
* Default css is for mobile screens
*/

@font-face {
    font-family: "AlwynNewW00";
    font-weight: 300;
    font-style: normal;
    src: url("/fonts/AlwynNewW00/AlwynNewW00-Light.eot");
    src: url("/fonts/AlwynNewW00/AlwynNewW00-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/AlwynNewW00/AlwynNewW00-Light.woff") format("woff"), url("/fonts/AlwynNewW00/AlwynNewW00-Light.ttf") format("truetype"), url("/fonts/AlwynNewW00/AlwynNewW00-Light.svg#AlwynNewW00") format("svg");
}

@font-face {
    font-family: "AlwynNewW00";
    font-weight: 300;
    font-style: italic;
    src: url("/fonts/AlwynNewW00/AlwynNewW00-LightItalic.eot");
    src: url("/fonts/AlwynNewW00/AlwynNewW00-LightItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/AlwynNewW00/AlwynNewW00-LightItalic.woff") format("woff"), url("/fonts/AlwynNewW00/AlwynNewW00-LightItalic.ttf") format("truetype"), url("/fonts/AlwynNewW00/AlwynNewW00-LightItalic.svg#AlwynNewW00") format("svg");
}

@font-face {
    font-family: "AlwynNewW00";
    font-weight: 400;
    font-style: normal;
    src: url("/fonts/AlwynNewW00/AlwynNewW00-Regular.eot");
    src: url("/fonts/AlwynNewW00/AlwynNewW00-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/AlwynNewW00/AlwynNewW00-Regular.woff") format("woff"), url("/fonts/AlwynNewW00/AlwynNewW00-Regular.ttf") format("truetype"), url("/fonts/AlwynNewW00/AlwynNewW00-Regular.svg#AlwynNewW00") format("svg");
}

@font-face {
    font-family: "AlwynNewW00";
    font-weight: 400;
    font-style: italic;
    src: url("/fonts/AlwynNewW00/AlwynNewW00-Italic.eot");
    src: url("/fonts/AlwynNewW00/AlwynNewW00-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/AlwynNewW00/AlwynNewW00-Italic.woff") format("woff"), url("/fonts/AlwynNewW00/AlwynNewW00-Italic.ttf") format("truetype"), url("/fonts/AlwynNewW00/AlwynNewW00-Italic.svg#AlwynNewW00") format("svg");
}

@font-face {
    font-family: "AlwynNewW00";
    font-weight: 500;
    font-style: normal;
    src: url("/fonts/AlwynNewW00/AlwynNewW00-Medium.eot");
    src: url("/fonts/AlwynNewW00/AlwynNewW00-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/AlwynNewW00/AlwynNewW00-Medium.woff") format("woff"), url("/fonts/AlwynNewW00/AlwynNewW00-Medium.ttf") format("truetype"), url("/fonts/AlwynNewW00/AlwynNewW00-Medium.svg#AlwynNewW00") format("svg");
}

@font-face {
    font-family: "AlwynNewW00";
    font-weight: 700;
    font-style: normal;
    src: url("/fonts/AlwynNewW00/AlwynNewW00-Bold.eot");
    src: url("/fonts/AlwynNewW00/AlwynNewW00-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/AlwynNewW00/AlwynNewW00-Bold.woff") format("woff"), url("/fonts/AlwynNewW00/AlwynNewW00-Bold.ttf") format("truetype"), url("/fonts/AlwynNewW00/AlwynNewW00-Bold.svg#AlwynNewW00") format("svg");
}

@font-face {
    font-family: "icomoon";
    font-weight: 400;
    font-style: normal;
    src: url("/fonts/icomoon/icomoon.eot");
    src: url("/fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("/fonts/icomoon/icomoon.woff") format("woff"), url("/fonts/icomoon/icomoon.ttf") format("truetype"), url("/fonts/icomoon/icomoon.svg#icomoon") format("svg");
}

/*Sass Variables---------------------------------------------------------------------------*/

/*=Global
---------------------------------------*/

html {
    font-size: 48.5%;
    scroll-behavior: smooth;
}

body {
    line-height: 1.411;
    /*font-weight: 500;*/
    color: #380D34;
    font-family: "AlwynNewW00", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.6rem;
}

@-ms-viewport {
    width: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1.7rem;
    line-height: 1.2;
    font-weight: bold;
    color: #380D34;
}

    h1 a:not(:hover),
    h2 a:not(:hover),
    h3 a:not(:hover),
    h4 a:not(:hover),
    h5 a:not(:hover),
    h6 a:not(:hover) {
        color: inherit;
    }

h1 {
    font-size: 4.8rem;
}

h2 {
    font-size: 4rem;
}

h3 {
    font-size: 3.4rem;
}

h4 {
    font-size: 2.8rem;
}

h5 {
    font-size: 2.2rem;
}

h6 {
    font-size: 1.8rem;
}

p {
    margin: 0 0 3rem 0;
}

    p a {
        color: #FF55F7;
        text-decoration: underline;
    }

        p a:hover {
            color: #6611D1;
            text-decoration: underline;
        }

b,
strong {
    font-weight: bold;
}

ul {
    padding: 0 0 0 17px;
    margin: 0 0 3rem;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
}

::-webkit-input-placeholder {
    color: #707070;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #707070;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #707070;
}

:-ms-input-placeholder {
    color: #707070;
}

input:focus {
    outline: none;
}

.flexcontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

a {
    color: #6611D1;
    -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, transform 0.4s ease-in-out, border 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, transform 0.4s ease-in-out, border 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

    a:focus,
    a:hover {
        outline: 0;
        text-decoration: none;
        color: #6611D1;
    }

.form-group {
    margin-bottom: 1.5rem;
}

.form-control {
    height: 8rem;
    border-radius: 0;
    border: 2px solid #707070;
    padding: 1.5rem;
    font-weight: 500;
    color: #380D34;
    font-size: 2.6rem;
}

    .form-control:focus {
        box-shadow: none;
    }

textarea.form-control {
    height: 25rem;
}

.btn {
    min-width: 11.6rem;
    font-size: 2rem;
    font-weight: 500;
    border-radius: 0;
    padding: 0.7rem 1rem;
    line-height: 1;
    -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, transform 0.4s ease-in-out, border 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, transform 0.4s ease-in-out, border 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.btn-primary {
    border-color: #6611D1;
    background-color: #6611D1;
    color: #ffffff;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:not(:disabled):not(.disabled):active {
        box-shadow: none;
        background-color: #430b8a;
        border-color: #430b8a;
        color: #ffffff;
    }

.btn-outline-primary {
    border-color: #6611D1;
    color: #6611D1;
}

    .btn-outline-primary:hover,
    .btn-outline-primary:focus,
    .btn-outline-primary:not(:disabled):not(.disabled):active {
        background: #6611D1;
        border-color: #6611D1;
        color: #ffffff;
    }

.btn-white {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #6611D1;
}

    .btn-white:hover,
    .btn-white:focus,
    .btn-white:not(:disabled):not(.disabled):active {
        box-shadow: none;
        border-color: #96FF7D;
        background-color: #96FF7D;
        color: #ffffff;
    }

.gutters-20 {
    margin-left: -1rem;
    margin-right: -1rem;
}

    .gutters-20 > .col,
    .gutters-20 > [class*=col-] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

.custom-post-wrapper .row:not(.no-gutters) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

    .custom-post-wrapper .row:not(.no-gutters) > .col,
    .custom-post-wrapper .row:not(.no-gutters) > [class*=col-] {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

.custom-post {
    margin-bottom: 1.4rem;
}

    .custom-post.highlighted-custom-post {
        margin-bottom: 5rem;
    }

        .custom-post.highlighted-custom-post .custom-post__box {
            padding: 3rem;
            min-height: 33rem;
        }

        .custom-post.highlighted-custom-post .custom-post__content h2.title {
            font-weight: 400;
        }

    .custom-post.grid-col-span-2 .custom-post__box {
        min-height: 30rem;
    }

.custom-post__box {
    position: relative;
    height: 100%;
    min-height: 22rem;
    background-color: #96FF7D;
    padding: 1.5rem 1.7rem 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.8rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.custom-post--xl .custom-post__box {
    min-height: 30rem;
}

.custom-post .floating-icons .nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-post .floating-icons li:not(:last-child) {
    margin-right: 1.4rem;
}

.custom-post .floating-icons li a {
    font-size: 2.2rem;
    color: #ffffff;
    display: block;
    line-height: 1;
}

    .custom-post .floating-icons li a:hover {
        color: #380D34;
    }

    .custom-post .floating-icons li a img {
        max-height: 3.2rem;
    }

.custom-post .tagline {
    background-color: #96FF7D;
    width: 18.3rem;
    color: #380D34;
    padding: 0.6rem 1.5rem;
    position: absolute;
    right: 0;
    top: 3.3rem;
    font-size: 2rem;
    font-weight: bold;
}

.custom-post .content-box {
    background-color: #ffffff;
    padding: 0.5rem 1.5rem;
    margin-top: auto;
    min-height: 7.5rem;
}

    .custom-post .content-box > *:last-child {
        margin-bottom: 0;
    }

    .custom-post .content-box .title-helper {
        font-size: 1.7rem;
        color: #6F6F6F;
        line-height: 1.294;
    }

    .custom-post .content-box .title {
        font-size: 1.8rem;
        line-height: 1.33;
    }

.custom-post.grid-col-span-2 .content-box {
    max-width: 31rem;
}

.custom-post__content {
    color: #FF55F7;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.25;
}

    .custom-post__content .title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .custom-post__content .yes-no-form {
        font-size: 1.6rem;
        color: #380D34;
        font-weight: 500;
        padding-top: 0.5rem;
    }

        .custom-post__content .yes-no-form .form-group label {
            margin-bottom: 0;
            cursor: pointer;
            display: block;
        }

        .custom-post__content .yes-no-form .form-group input {
            vertical-align: middle;
            margin-right: 0.5rem;
        }

    .custom-post__content .yes-no-result-box__title {
        background-color: #ffffff;
        color: #6611D1;
        padding: 0.45rem 1rem;
        font-size: 1.8rem;
        margin-bottom: .8rem;
        text-align: center;
    }

    .custom-post__content .yes-no-result-box .result-items {
        color: #380D34;
        background-color: #ffffff;
        font-size: 1.6rem;
        font-weight: 500;
        text-align: center;
    }

        .custom-post__content .yes-no-result-box .result-items .result-item {
            margin: 0.85rem 0;
        }

        .custom-post__content .yes-no-result-box .result-items .value {
            color: #6611D1;
            font-size: 3.6rem;
            line-height: 1;
            font-weight: bold;
        }

.custom-post .read-comic-strip .image-holder {
    margin-left: 1.5rem;
}

    .custom-post .read-comic-strip .image-holder img {
        border: 1rem solid #ffffff;
    }

.infobox blockquote {
    margin: 7rem 0;
    color: #6611D1;
}

.infobox-title {
    color: #6611D1;
    margin-bottom: 3rem;
}

.infobox .btn-wrapper {
    margin-bottom: 5rem;
}

    .infobox .btn-wrapper .btn {
        min-width: 23.2rem;
        padding: 1.6rem;
    }

.cardholder {
    margin: 3rem 0;
}

    .cardholder .card.no-border .card-body {
        padding: 2rem;
    }

.blogpost {
    margin: 3rem 0 6rem 0;
    font-weight: 400;
}

.blogpost__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.blogpost__title-tags {
    margin: 0;
    padding: 0;
}

    .blogpost__title-tags li {
        display: inline-block;
        border-right: 2px solid #FF55F7;
        line-height: 1.2;
        padding-right: 2.5rem;
    }

        .blogpost__title-tags li a {
            color: #FF55F7;
            font-weight: 400;
        }

            .blogpost__title-tags li a:hover {
                color: #6611D1;
            }

        .blogpost__title-tags li:last-child {
            border: none;
            padding-left: 2rem;
        }

.blogpost__title-time {
    font-weight: 400;
    color: #707070;
}

.blogpost__content {
    margin-top: 1.5rem;
}

.modal-dialog .custom-post__box {
    height: inherit;
    min-height: inherit;
}

.modal-dialog p {
    margin-bottom: 1.5rem;
}

.modalform,
.contactform {
    margin: 3rem 0;
    color: #707070;
}

    .modalform textarea,
    .contactform textarea {
        width: 100%;
        height: 25rem;
    }

    .modalform input,
    .contactform input {
        max-width: 100%;
    }

    .modalform .form-group,
    .contactform .form-group {
        font-weight: 400;
        color: #707070;
        margin-bottom: 1.5rem;
    }

    .modalform .btn.upload-btn,
    .contactform .btn.upload-btn {
        font-size: 3rem;
        min-width: 34rem;
        padding: 1.2rem 1rem;
    }

    .modalform .btn,
    .contactform .btn {
        min-width: 16.8rem;
        padding: 1.7rem;
    }

button.close {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 9;
    background: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 3rem;
    opacity: 1;
    padding: 0 !important;
    margin: 0 !important;
    text-shadow: none;
    font-weight: normal;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#formblog .modal-header {
    padding: 0;
    border: none;
}

textarea {
    resize: none;
}

.modal-body {
    padding: 3rem;
}

.closetmain .blogpost {
    padding: 2rem;
    position: relative;
}

.closetmain .blogpost__title {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.closetmain .blogpost__title-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.closetmain .blogpost__title .uodownwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.closetmain .blogpost__title-white {
    color: #ffffff;
}

.closetmain .blogpost__title-purple {
    color: #6611D1;
}

.closetmain .blogpost__title-gray {
    color: #6F6F6F !important;
}

.custommodal {
    box-shadow: 0 0 8px #aeaeae;
    margin: 10rem auto;
    max-width: 100rem;
    color: #380D34;
    font-weight: 400;
}

    .custommodal .fieldset-wrapper fieldset .fieldset__inner {
        min-height: 40rem;
    }

    .custommodal .fieldset-wrapper fieldset .action-buttons {
        margin-top: 3rem;
    }

    .custommodal fieldset:not(:first-of-type) {
        display: none;
    }

    .custommodal fieldset .btn {
        font-size: 2.5rem;
        padding: 1.4rem 2.5rem;
        box-shadow: none;
    }

.custommodal__head {
    text-align: right;
    color: #000000;
}

    .custommodal__head h2,
    .custommodal__head h3,
    .custommodal__head h4,
    .custommodal__head h5,
    .custommodal__head h6 {
        color: inherit;
    }

    .custommodal__head.withimage {
        background: url("/images/kinderen/every_color_counts.jpg");
        height: 55rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 3rem;
    }

        .custommodal__head.withimage .infobox {
            background: #ffffff;
            margin: 2rem auto;
            padding: 2rem 4rem;
        }

            .custommodal__head.withimage .infobox h3 {
                margin-bottom: 0.5rem;
            }

            .custommodal__head.withimage .infobox p {
                margin: 0;
            }

        .custommodal__head.withimage .custommodal-close {
            background: #ffffff;
            padding: 1rem 1.5rem;
        }

.custommodal__body {
    padding: 0 4rem;
}

    .custommodal__body .steptitle {
        color: #000000;
        font-size: 3.4rem;
        display: inline-block;
        position: relative;
    }

    .custommodal__body .inputgroup,
    .custommodal__body .form-group {
        color: #707070;
        margin-bottom: 2.5rem;
    }

.custommodal__foot {
    padding: 0 4rem 4rem;
}

.custommodal-close {
    font-size: 1.7rem;
    color: #171725;
    margin: 2rem 2rem 0 0;
}

.custommodal input[type=radio] {
    margin: 0 auto;
}

.custommodal .inputgroup {
    margin-bottom: 2rem;
}

.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.stepindicator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4rem;
}

.stepindicator__sign {
    width: 9.2rem;
    height: 1.2rem;
    background-color: #92929D;
    margin: 0.5rem;
}

    .stepindicator__sign.completed {
        background-color: #6611D1;
    }

.radioimage {
    width: 17rem;
    height: 20rem;
}

    .radioimage img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.various-elements .card {
    margin-bottom: 5rem;
}

    .various-elements .card .card-body {
        padding: 2.5rem 4rem 2rem;
    }

.comic-photo-slider {
    width: 80rem;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
}

    .comic-photo-slider .swiper-button-prev,
    .comic-photo-slider .swiper-button-next {
        height: auto;
        width: auto;
    }

    .comic-photo-slider .swiper-button-prev {
        left: 1rem;
    }

    .comic-photo-slider .swiper-button-next {
        right: 1rem;
    }

    .comic-photo-slider .swiper {
        height: 100%;
        padding-top: 4.3rem !important;
        padding-bottom: 7rem !important;
    }

    .comic-photo-slider .swiper-pagination-wrapper {
        font-size: 1.7rem;
        margin-bottom: 1rem;
        line-height: 1;
    }

        .comic-photo-slider .swiper-pagination-wrapper .swiper-pagination-label {
            border-right: 2px solid #380D34;
        }

    .comic-photo-slider .swiper-horizontal > .swiper-pagination-bullets,
    .comic-photo-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
    .comic-photo-slider .swiper-pagination-custom,
    .comic-photo-slider .swiper-pagination-fraction {
        position: static;
    }

    .comic-photo-slider .swiper-slide {
        background-color: #ffffff;
        padding: 3rem 5rem;
        height: 55rem !important;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .comic-photo-slider .swiper-slide img {
            max-height: 100% !important;
            margin: auto;
        }

    .comic-photo-slider .swiper-wrapper {
        text-align: center;
    }

    .comic-photo-slider .swiper-button-next:after,
    .comic-photo-slider .swiper-button-prev:after {
        display: none;
    }

.customcard {
    position: relative;
}

.steptitle__icon {
    position: absolute;
    top: -2rem;
    border-radius: 50%;
    border: 1px solid #6F6F6F;
    width: 2rem;
    height: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    right: -2rem;
    font-size: 1.3rem;
    color: #6F6F6F;
    cursor: pointer;
}

.steptitle__info {
    width: 40rem;
    box-shadow: 0 0 0.5rem #6F6F6F;
    padding: 2rem;
    border: 1px solid #6F6F6F;
    position: absolute;
    left: 10rem;
    display: none;
    background: #ffffff;
    top: 0;
}

    .steptitle__info.showbody {
        display: block;
    }

.steptitle__info-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #171725;
}

.steptitle__info-body {
    font-size: 2.2rem;
}

    .steptitle__info-body p {
        margin: 0;
    }

.steptitle__info-close {
    cursor: pointer;
}

    .steptitle__info-close:hover {
        color: #6611D1;
    }

.site-footer {
    margin-top: 6rem;
    text-align: center;
}

.follow-us {
    margin-bottom: 2rem;
}

    .follow-us .title {
        text-align: center;
    }

.gray-listing {
    line-height: 1;
}

    .gray-listing ul li {
        border-right: 1px solid #75757C;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 0 10px;
    }

        .gray-listing ul li:last-child {
            padding-right: 0;
            border: none;
        }

        .gray-listing ul li a {
            color: #75757C;
            font-size: 2rem;
        }

            .gray-listing ul li a:hover {
                color: #6611D1;
            }

.main-footer {
    background: #EDEDED;
    border-bottom: 2px solid #fff;
    padding: 3rem 0;
}

    .main-footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .main-footer ul li {
            line-height: 1.3;
        }

            .main-footer ul li a {
                color: #6611D1;
                font-size: 1.8rem;
            }

                .main-footer ul li a:hover {
                    color: black;
                }

    .main-footer p {
        font-size: 1.8rem;
        font-weight: 300;
    }

.foot-links {
    background: #EDEDED;
    padding: 2rem 0;
}

    .foot-links .nav {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .foot-links .nav li a {
            font-size: 1.7rem;
            color: #380D34;
            line-height: 1;
            font-weight: normal;
        }

.footer2 .foot-links .nav li a:not(:hover) {
    color: #191919;
}

.foot-links .nav li a:hover {
    color: #6611D1;
}

.foot-logo-wrapper {
    background: #6611D1;
    padding: 2rem 0;
}

    .foot-logo-wrapper .site-logo-caption {
        margin-top: auto;
        color: #ffffff;
        font-size: 1.8rem;
    }

.support-block {
    padding: 2rem 0;
    background-color: #EDEDED;
}

    .support-block .label {
        font-weight: 400;
        margin-bottom: 1rem;
        color: #75757C;
    }

.footer2 .support-block .label {
    color: #191919;
}

.support-block ul {
    margin: 0 -1rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .support-block ul li {
        padding: 1rem;
        width: 33.33%;
    }

        .support-block ul li a {
            display: block;
            width: 100%;
            height: 6.5rem;
            padding: 0.5rem;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            background-color: #ffffff;
        }

            .support-block ul li a img {
                margin: auto;
                max-width: 100%;
                max-height: 100%;
            }

.site-header {
    background: #ffffff;
    padding: 1.5rem 0;
    position: -webkit-sticky;
    position: sticky;
    background: #ffffff;
    width: 100%;
    z-index: 9;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    top: 0;
}

    .site-header.is-sticky {
        padding: 1rem 0;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .site-header .site-logo {
        display: block;
        width: 10rem;
    }

    .site-header .nav {
        display: inherit;
    }

    .site-header .main-menu {
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.2;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
    }

        .site-header .main-menu .menu-item {
            position: relative;
        }

            .site-header .main-menu .menu-item.current-menu-item > a {
                color: #ffffff;
                border-bottom-color: #FF55F7;
            }

            .site-header .main-menu .menu-item a {
                display: block;
                padding: 1.3rem 0;
                text-transform: capitalize;
                color: #A895A7;
                border-bottom: 2px solid transparent;
                border-top: 2px solid transparent;
            }

                .site-header .main-menu .menu-item a:hover {
                    color: #380D34;
                }

            .site-header .main-menu .menu-item li {
                border-bottom: 1px solid rgba(255, 255, 255, 0.25);
            }

                .site-header .main-menu .menu-item li:last-child {
                    border-bottom: none;
                }

                .site-header .main-menu .menu-item li a {
                    margin: 0;
                    padding: 1rem 0;
                }

    .site-header .header-search {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }

        .site-header .header-search .form-control {
            border: none;
            height: 5.3rem;
            border-radius: 1.8rem;
            background-color: #EAEAEA;
            font-size: 2rem;
            width: 100%;
        }

.header-functional-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nav-opener {
    width: 26px;
    height: 20px;
    position: relative;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}

    .nav-opener:after,
    .nav-opener:before,
    .nav-opener span {
        -webkit-transition: .55s;
        transition: .55s;
        background: #6611D1;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 3px;
    }

    .nav-opener:before {
        content: "";
        top: 0;
    }

    .nav-opener:after {
        content: "";
        top: auto;
        bottom: 0;
    }

    .nav-opener span {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.hgroup-right {
    margin-top: auto;
    margin-bottom: auto;
}

.hidden {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
}

.nav-active .nav-opener span {
    opacity: 0;
}

.nav-active .nav-opener span {
    opacity: 0;
}

.nav-active .nav-opener:after {
    -webkit-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    transform: rotate(-405deg);
    bottom: auto;
}

.nav-drop {
    -webkit-transition: opacity .2s ease-out,visibility .2s ease-out,-webkit-transform .3s ease-out;
    transition: opacity .2s ease-out,visibility .2s ease-out,-webkit-transform .3s ease-out;
    transition: transform .3s ease-out,opacity .2s ease-out,visibility .2s ease-out;
    transition: transform .3s ease-out,opacity .2s ease-out,visibility .2s ease-out,-webkit-transform .3s ease-out;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #000;
    padding: 2rem 0;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .nav-drop .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

.nav-active .nav-drop {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

#nav ul a {
    color: #fff;
    padding: 10px 0;
    display: inline-block;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.card {
    margin-bottom: 2rem;
}

    .card p {
        font-weight: 400;
    }

    .card.no-border {
        border: none;
        padding: 0;
    }

        .card.no-border .card-body {
            padding: 0;
        }

.card-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8rem;
}

.card-icon__title {
    margin-bottom: 1rem;
}

.card-icon__body {
    margin-left: 2rem;
}

.circle-box {
    width: 50px;
    height: 50px;
    border: 3px solid #75757C;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
}

    .circle-box .icon-heart {
        font-size: 2.2rem;
        color: #75757C;
        margin-top: auto;
        margin-bottom: auto;
    }

.graybox {
    background: #EBEBEB;
    padding: 7rem 2rem 1rem;
    margin-bottom: 4.5rem;
}

    .graybox .card-icon {
        margin-bottom: 2.5rem;
    }

blockquote {
    font-weight: 400;
    margin-bottom: 3rem;
}

figure {
    margin: 0 0 2rem;
}

.hero-banner {
    margin-bottom: 4.5rem;
}

    .hero-banner img {
        width: 100%;
        min-height: 15rem;
        -o-object-fit: cover;
        object-fit: cover;
    }

.hero-banner--video {
    margin-bottom: 5.5rem;
    background: #151515;
    padding: 2rem 0;
}

.infobox {
    margin-bottom: 5rem;
}

.playbtn {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 40px;
}

    .playbtn:hover .playbg {
        fill: #6611D1;
    }

.custom-post-video .title {
    margin: auto 0;
}

.custom-post-video .content-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.topbreadcrumb .breadcrumb {
    background: none;
    color: #380D34;
    padding: 0;
    margin: 1rem 0 2rem 0;
    font-size: 1.7rem;
}

.imgcontentbox {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.subtitle.color {
    color: #FF55F7;
}

.underlinetext {
    text-decoration: underline;
    color: #380D34;
    margin-right: 2rem;
}

label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    label .pname {
        margin-left: 1rem;
    }

input[type=radio],
input[type=checkbox] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    -moz-appearance: none;
    appearance: none;
    /* For iOS < 15 */
    background-color: #ffffff;
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 30px;
    height: 30px;
    border: 2px solid #75757C;
    border-radius: 50%;
    -webkit-transform: translateY(-0.075em);
    -ms-transform: translateY(-0.075em);
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

    input[type=radio]::before,
    input[type=checkbox]::before {
        content: "";
        width: 12px;
        height: 12px;
        border-radius: 50%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: 120ms -webkit-transform ease-in-out;
        transition: 120ms -webkit-transform ease-in-out;
        transition: 120ms transform ease-in-out;
        transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
        box-shadow: inset 1em 1em #75757C;
        /* Windows High Contrast Mode */
        background-color: CanvasText;
    }

    input[type=radio]:checked::before,
    input[type=checkbox]:checked::before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

input[type=checkbox] {
    border-radius: 0;
}

    input[type=checkbox]::before {
        border-radius: 0;
    }

.yes-no-form input[type=radio],
.yes-no-form input[type=checkbox] {
    width: 2rem;
    height: 2rem;
}

.bg-purple {
    background-color: #6611D1 !important;
}

    .bg-purple .title {
        color: #ffffff;
    }

.bg-pink {
    background-color: #FF55F7 !important;
}

.bg-green {
    background-color: #87D7CE !important;
}

.attacharrow {
    margin-bottom: 5rem;
    padding: 3rem;
}

    .attacharrow:before {
        content: "";
        display: block;
        border-top: 20px solid #6611D1;
        width: 40px;
        height: 40px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        position: absolute;
        bottom: -37px;
        left: 0;
        right: 0;
        margin: auto;
    }

.attacharrowup {
    margin-bottom: 5rem;
}

    .attacharrowup:before {
        content: "";
        display: block;
        border-bottom: 20px solid #87D7CE;
        width: 40px;
        height: 40px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        position: absolute;
        top: -37px;
        left: 0;
        right: 0;
        margin: auto;
    }

.pinkarrow {
    color: #FF55F7;
    font-size: 2rem;
}

    .pinkarrow:hover {
        color: #6611D1;
    }

.dflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .dflex label {
        margin-right: 4rem;
    }

.minicontainer {
    width: 38rem;
    margin: 0 auto;
    max-width: 100%;
}

body.template2 {
    font-family: "Ubuntu", sans-serif;
    color: #191919;
}

    body.template2 h1,
    body.template2 h2,
    body.template2 h3,
    body.template2 h4,
    body.template2 h5,
    body.template2 h6 {
        font-weight: 500;
    }

        body.template2 h1.fb,
        body.template2 h2.fb,
        body.template2 h3.fb,
        body.template2 h4.fb,
        body.template2 h5.fb,
        body.template2 h6.fb {
            font-weight: 700;
        }

    body.template2 h4 {
        font-size: 2.4rem;
    }

    body.template2 h6 {
        font-size: 1.7rem;
    }

    body.template2 .custom-post .tagline {
        background: #FF007E;
        color: #ffffff;
    }

    body.template2 .custom-post .content-box .title-helper {
        font-size: 1.6rem;
        font-weight: 500;
    }

    body.template2 .custom-post .content-box .title {
        font-weight: 700;
        color: #191919;
    }

    body.template2 .custom-post__box {
        background: #0072D1;
    }

    body.template2 .custom-post__content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        font-weight: 500;
        color: #ffffff;
    }

        body.template2 .custom-post__content .title {
            color: #ffffff;
            font-weight: 700;
            margin-bottom: 0;
            font-size: 2.4rem;
        }

        body.template2 .custom-post__content .title-helper {
            font-weight: 500;
            font-size: 2rem;
            margin-bottom: 1.5rem;
        }

        body.template2 .custom-post__content .yes-no-result-box {
            margin-top: auto;
        }

        body.template2 .custom-post__content .text-black {
            color: #191919;
        }

.site-header.header2 {
    padding: 1.7rem 0;
}

    .site-header.header2 .site-logo {
        width: 15rem;
    }

    .site-header.header2 .main-menu .menu-item > a {
        color: #ffffff;
    }

.header2 .top-search .form-group {
    position: relative;
}

    .header2 .top-search .form-group input {
        background-color: #EAEAEA;
        border: none;
        height: 4.7rem;
        margin: 3px 0;
        padding: 1rem 5rem 1rem 1rem;
        position: relative;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: 100%;
        font-size: 1.7rem;
    }

    .header2 .top-search .form-group .submitbtn {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        border: none;
        height: auto;
        background-color: transparent;
        cursor: pointer;
        width: 5rem;
        text-align: center;
        -webkit-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out;
    }

        .header2 .top-search .form-group .submitbtn:hover {
            opacity: 0.75;
        }

.header2 .tophead {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 3px solid #EAEAEA;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

    .header2 .tophead .searcharea {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

.header2 .headnote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .header2 .headnote h4 {
        margin: 0;
        font-size: 1.5rem;
        font-weight: 500;
        margin-right: 2rem;
    }

.header2 .hgroup-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .header2 .hgroup-right .headerlogin {
        margin-right: 2rem;
    }

.header2 .nav-drop .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.headerlogin {
    color: #008557;
    font-size: 1.5rem;
    font-weight: 500;
    margin-left: 2rem;
}

    .headerlogin:hover {
        color: #FF007E;
    }

.footer2 .main-footer {
    border: 3px solid #fff;
}

.footer2 .follow-us {
    margin-bottom: 3rem;
}

.footer2 .main-footer p {
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1.5;
}

.footer2 .main-footer ul li a {
    font-size: 1.7rem;
    color: #191919;
    font-weight: 600;
}

    .footer2 .main-footer ul li a:hover {
        color: #FF007E;
    }

.footer2 .main-footer .title {
    margin-bottom: 0;
}

.footer2 .foot-links li a {
    font-size: 1.7rem;
    font-weight: 400;
}

    .footer2 .foot-links li a:hover {
        color: #FF007E;
    }

.footer2 .foot-links .nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer2 .foot-logo-wrapper {
    background: #191919;
    padding: 6rem 0 2rem;
}

.footer2 .support-block .label {
    font-weight: 400;
}

@media (min-width: 576px) {
    .support-block ul li {
        width: 25%;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 52.5%;
    }

    body {
        font-size: 2.8rem;
    }

    .form-control {
        height: 9.2rem;
        font-size: 2.8rem;
        padding: 1.5rem 3rem;
    }

    .gutters-50 {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }

        .gutters-50 > .col,
        .gutters-50 > [class*=col-] {
            padding-left: 2.5rem;
            padding-right: 2.5rem;
        }

    .gutters-70 {
        margin-left: -3.5rem;
        margin-right: -3.5rem;
    }

        .gutters-70 > .col,
        .gutters-70 > [class*=col-] {
            padding-left: 3.5rem;
            padding-right: 3.5rem;
        }

    .masonry-post-grid {
        display: grid;
        gap: 1.5rem;
        grid-template-columns: repeat(6, 1fr);
    }

        .masonry-post-grid .custom-post {
            margin-bottom: 0;
            grid-column: span 2;
        }

            .masonry-post-grid .custom-post.grid-col-span-2 {
                grid-column: span 3;
            }

            .masonry-post-grid .custom-post.grid-row-span-2 {
                grid-row: span 2;
            }

    .custom-post.highlighted-custom-post .custom-post__content h2 {
        font-size: 4.8rem;
    }

    .custom-post__box {
        min-height: 20rem;
    }

    .modal-dialog {
        max-width: 768px;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .closetmain .blogpost__title-left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .custommodal .fieldset-wrapper fieldset .fieldset__inner {
        min-height: 65rem;
    }

    .stepindicator__sign {
        margin: 1rem;
        height: 1.6rem;
    }

    .comic-photo-slider {
        max-width: 80%;
    }

        .comic-photo-slider .swiper-button-prev,
        .comic-photo-slider .swiper-button-next {
            color: #ffffff;
            font-size: 6rem;
        }

        .comic-photo-slider .swiper-button-prev {
            left: -2rem;
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%);
        }

        .comic-photo-slider .swiper-button-next {
            right: -2rem;
            -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
            transform: translateX(100%);
        }

    .gray-listing ul li {
        border-right: 0.3rem solid #75757C;
    }

    .support-block ul li {
        width: 20%;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 57.5%;
    }

    body {
        font-size: 3rem;
    }

    .form-control {
        font-size: 3rem;
    }

    .cardholder {
        margin: 8rem 0;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .custommodal__body {
        padding: 0 8rem;
    }

    .custommodal__foot {
        padding: 0 2rem 2rem;
    }

    .comic-photo-slider {
        max-width: 90%;
    }

    .site-footer {
        text-align: inherit;
    }

    .support-block ul li {
        width: 16.66%;
    }

    .site-header {
        padding: 4.45rem 0;
    }

        .site-header .site-logo {
            width: 16.2rem;
        }

        .site-header .nav {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

        .site-header .main-menu {
            -webkit-box-ordinal-group: inherit;
            -webkit-order: inherit;
            -ms-flex-order: inherit;
            order: inherit;
            width: auto;
        }

            .site-header .main-menu .menu-item:not(:last-child) {
                margin-right: 4.5rem;
            }

            .site-header .main-menu .menu-item.current-menu-item > a {
                color: #380D34;
            }

            .site-header .main-menu .menu-item li {
                border-bottom: 1px solid #bcbcbc;
            }

                .site-header .main-menu .menu-item li a {
                    padding: 1rem;
                }

            .site-header .main-menu .menu-item:hover ul {
                opacity: 1;
                visibility: visible;
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
            }

            .site-header .main-menu ul ul {
                margin: 0;
                padding: 0;
                list-style: none;
                background: #ffffff;
                box-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 0.1);
                border-radius: 5px;
                min-width: 20rem;
                position: absolute;
                top: 100%;
                z-index: 9999;
                font-size: 0.9em;
                opacity: 0;
                visibility: hidden;
                -webkit-transform: translateY(10px);
                -ms-transform: translateY(10px);
                transform: translateY(10px);
                -webkit-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

        .site-header .header-search {
            margin-left: 4.5rem;
            -webkit-box-ordinal-group: inherit;
            -webkit-order: inherit;
            -ms-flex-order: inherit;
            order: inherit;
            width: auto;
        }

            .site-header .header-search .form-control {
                width: 26.5rem;
            }

    .nav-opener {
        display: none;
    }

    .nav-drop {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        opacity: 1;
        visibility: visible;
        position: static;
        background: none;
        padding: 0;
    }

        .nav-drop .container {
            max-width: initial;
            padding: 0;
            margin: 0;
        }

    .hero-banner--video {
        padding: 6rem 0;
    }

    .site-header.header2 {
        padding-bottom: 0;
    }

        .site-header.header2 .site-logo {
            width: 39rem;
        }

        .site-header.header2 .main-menu .menu-item > a {
            color: #191919;
            padding: 0.25rem 0;
        }

    .header2 .top-search .form-group input {
        width: 23.7rem;
    }

    .header2 .tophead {
        margin-bottom: 0;
    }

    .header2 .headnote h4 {
        font-size: 2rem;
        font-weight: 700;
        margin-right: 0;
    }

    .header2 .flexcontainer {
        padding: 1.4rem 0;
    }

    .headerlogin {
        font-size: 2rem;
        font-weight: 700;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 62.5%;
    }

    body {
        font-size: 3.0rem;
    }

    .container {
        max-width: 122.5rem;
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .form-control {
        font-size: 3.4rem;
    }

    .support-block ul li {
        width: 14.28%;
    }
}

@media (max-width: 991px) {
    .site-header .main-menu .menu-item li:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.25);
    }
}

@media (max-width: 767px) {
    .foot-links {
        line-height: 0.8;
    }

        .foot-links .nav li {
            margin-bottom: 1rem;
        }

            .foot-links .nav li a {
                font-size: 1.5rem;
            }

    .site-header .main-menu .menu-item:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    }
}