@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@400;500;700&display=swap');

body {
    margin: 0;
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #251010;
    text-align: left;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #89016F;
}

h1, .h1 {
    font-size: 3rem;
}

h2, .h2 {
    font-size: 2.25rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.25rem;
}

h5, .h5 {
    font-size: 1rem;
}

h6, .h6 {
    font-size: 1rem;
}

a {
    color: #ff2c20;
    text-decoration: none;
    background-color: transparent;
}

    a:hover, a:focus {
        color: #d30b00;
        text-decoration: underline;
    }

    a.navbar-brand:hover, a.navbar-brand:active {
        text-decoration: none;
    }

.btn-primary, .btn-secondary, .btn-red, .btn-pink {
    border-radius: 7px;
    font-weight: bold;
    border: none;
}

.btn-secondary {
    color: #fff;
    background-color: #89016F;
}

.btn-red {
    background-color: #FF0000;
    color: #fff;
}

    .btn-red:active, .show > .btn-red.dropdown-toggle {
        color: #fff;
        background-color: #FF0000;
        border-color: #FF0000;
    }

.btn-red:focus {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000;
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-red:hover {
    color: #fff;
    background-color: #FF0000;
}

.btn-pink {
    color: #FF1552!important;
    background-color: #FFEBEB;
}

    .btn-pink:active, .show > .btn-pink.dropdown-toggle {
        color: #FF1552 !important;
        background-color: #FFEBEB;
        border-color: #FFEBEB;
    }

    .btn-pink:focus {
        color: #FF1552 !important;
        background-color: #FFEBEB;
        border-color: #FFEBEB;
        box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
    }

    .btn-pink:hover {
        color: #FF1552 !important;
        background-color: #FFEBEB;
    }

.btn-white {
    background-color: #fff;
}

    .btn-white:active, .show > .btn-white.dropdown-toggle {
        background-color: #fff;
        border-color: #fff;
    }

    .btn-white:focus {
        background-color: #fff;
        border-color: #fff;
        box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
    }

    .btn-white:hover {
        background-color: #fff;
    }

.text-info {
    color: #89016F !important;
}

.text-primary {
    color: #ff2c20 !important;
}

.text-secondary {
    color: #89016f !important;
}

.border-red {
    border-color: #FF0000 !important;
}

.border-pink {
    border-color: #FF1552 !important;
}

.border-secondary {
    border-color: #89016F !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

header nav {
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, #fff 16px, #fff 72px);
}

header .navbar-brand {
    display: inline-block;
    width: 191px;
    height: 33px;
    background-repeat: no-repeat;
    background-size: contain;
}

header .btn-login {
    box-sizing: padding-box !important;
    padding: 4px 10px;
    border: 2px solid #89016F !important;
    background-color: #fff !important;
    color: #89016F !important;
}

header button.navbar-toggler {
    border: 2px solid #fff;
    background-color: #89016F;
    padding: 4px 6px 2px 4px;
}

    header button.navbar-toggler span {
        background-image: url("/images/collapse-menu.png");
        background-size: cover;
    }

@media (max-width: 991px) {
    header {
        background-color: #89016F;
    }

        header nav {
            background-image: none;
            background-color: #89016F !important;
        }

        /* header .navbar-brand {
            background-image: url("/images/logo_menu@2x.png");
        }*/

        header .btn-register {
            border-color: #fff !important;
            background-color: #fff !important;
            color: #89016F !important;
            padding: 10px 16px !important;
            margin: 15px 0;
        }

        header .btn-login {
            border-color: #fff !important;
            background-color: #89016F !important;
            color: #fff !important;
            padding: 10px 16px !important;
        }

        header li {
            text-align: center;
        }

        header .nav-link {
            color: #fff;
            font-weight: 700;
        }
}

@media (min-width: 992px) {
    header li .nav-link {
        color: #251010;
        font-weight: 700;
        margin-bottom: 4px;
        padding: 6px 0 2px 0 !important;
        border-bottom: 2px solid #fff;
    }

        header li .nav-link.active {
            border-bottom-color: #89016F;
        }

    .nav-link:hover, .nav-link:focus {
        color: #251010 !important;
        text-decoration: none;
    }
}

main {
    margin-top: 70px;
}

.page-footer h4 {
    color: #FF2C20;
    font-size: 1rem;
}

.page-footer .logo-column {
    min-height: 150px;
}

@media (max-width: 768px) {
    .page-footer .logo-column {
        min-height: 80px;
    }
}

.page-footer .logo-column #footerLogo {
    width: 191px;
    max-width: 100%;
}

@media (max-width: 576px) {
    .page-footer .logo-column #footerLogo {
        max-width: 45%;
        width: 45%;
    }
}

.page-footer .logo-column #footerFlag {
    width: 188px;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 15px;
}

@media (max-width: 768px) {
    .page-footer .logo-column #footerFlag {
        bottom: auto;
        top: 0;
        left: auto;
        right: 0;
    }
}

@media (max-width: 576px) {
    .page-footer .logo-column #footerFlag {
        max-width: 45%;
        width: 45%;
    }
}



.page-footer .footer-copyright {
    color: #251010;
    font-size: smaller;
    font-weight: 400;
    position: absolute;
    bottom: 5px;
    left: 15px;
}

.page-footer ul li {
    display: block;
    margin-top: 0;
}

    .page-footer ul li a {
        font-weight: 700;
        font-size: 0.875rem;
        color: #251010;
        line-height: 28px;
    }

.page-footer ul.social-list {
    margin-top: -5px;
}

.banner-left, .banner-right div {
    padding: 50px 15px;
    text-align: center;
}

    .banner-left h1, .banner-left h2, .banner-left h3, .banner-left h4, .banner-right div h1, .banner-right div h2, .banner-right div h3, .banner-right div h4 {
        color: #fff;
    }

    .banner-left h1, .banner-right div h1 {
        margin-bottom: 30px;
    }

    .banner-left p.h1-banner, .banner-right div p.h1-banner {
        font-size: 4rem;
        font-weight: 700;
    }

@media (max-width: 992px) {
    .banner-left p.h1-banner, .banner-right div p.h1-banner {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .banner-left p.h1-banner, .banner-right div p.h1-banner {
        font-size: 2rem;
    }
}

.banner-left .btn-banner, .banner-right div .btn-banner {
    background-color: #fff;
    color: #FF2C20;
    font-weight: 700;
    font-size: 1.25rem;
}


.banner-left, .banner-right div {
    padding: 50px 15px;
    text-align: center;
}

.bg-gradient {
    background-image: linear-gradient(90deg, #FF1552 0%, #FF383C 50%, #FF6222 100%) !important;
}

@media (max-width: 539px) {
    .gradient-banner .banner-right {
        background-color: #F7DEDB;
        padding-left: 0;
        padding-right: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

        .gradient-banner .banner-right.is-image {
            height: 360px !important;
        }

        .gradient-banner .banner-right h1, .gradient-banner .banner-right h2, .gradient-banner .banner-right h3, .gradient-banner .banner-right h4 {
            color: #FF2C20;
        }

        .gradient-banner .banner-right div {
            width: 100%;
            height: 100%;
            background-position-y: top;
            background-repeat: no-repeat;
            background-size: contain;
            background-image: url("/images/divider-horiz.png");
        }

            .gradient-banner .banner-right div.hirer {
                background-image: url("/images/divider-horiz-pink.png");
            }
}

@media (min-width: 540px) {
    .gradient-banner .banner-left {
        width: calc(50% - 20px);
    }

    .gradient-banner .banner-right {
        width: calc(50% + 20px);
        background-color: #F7DEDB;
        padding-left: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

        .gradient-banner .banner-right h1, .gradient-banner .banner-right h2, .gradient-banner .banner-right h3, .gradient-banner .banner-right h4 {
            color: #FF2C20;
        }

        .gradient-banner .banner-right div {
            width: 100%;
            height: 100%;
            background-position-x: left;
            background-repeat: no-repeat;
            background-size: contain;
            background-image: url("/images/divider-vert.png");
        }

            .gradient-banner .banner-right div.hirer {
                background-image: url("/images/divider-pink-vert.png");
            }
}

.full-width-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 360px;
}

    .full-width-banner row {
        padding-top: 50px;
        padding-bottom: 50px;
        min-height: 360px;
    }

.media .media-body {
    color: #888888;
    font-size: 14px;
}

.media .author-photo {
    width: 50px;
    height: 50px;
    border-radius: 25px;
}

.article-search .select2-selection {
    font-weight: 700;
    border: none;
    height: 37px;
    border-radius: 18px;
    color: #89016F;
    background-color: #F1F0F0;
}

select.select-css {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #89016F;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: none;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
    border-radius: 1.5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("/images/chevron-down.png"), linear-gradient(to bottom, #f1f0f0 0%, #f1f0f0 100%);
    background-repeat: no-repeat, repeat;
    background-position: right 1.2em top 50%, 0 0;
    background-size: 1em auto, 100%;
}

/* Hide arrow icon in IE browsers */
.select-css::-ms-expand {
    display: none;
}

/* Hover style */
.select-css:hover {
    border-color: #888;
}

/* Focus style */
.select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px #F7DEDB;
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #89016F;
    outline: none;
}

.select-css option {
    font-weight: normal;
}

/*.page-splitter h3, .page-splitter p {
    color: #fff;
}*/

.page-splitter .splitter-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 200px;
}

.page-statements {
    background-color: #c9c3c3;
}

    .page-statements p {
        color: #89016F;
    }

    .page-statements .carousel-indicators {
        list-style-type: circle;
        list-style-position: inside;
    }

        .page-statements .carousel-indicators li {
            height: auto;
            text-indent: 0;
            background: none;
            border: none;
            font-size: 32px;
            font-weight: 700;
            line-height: 12px;
            color: #89016F;
            padding-left: 12px;
        }

.child-content {
    padding-top: 50px;
    padding-bottom: 15px;
    background-color: #c9c3c3;
}

.link-block-widget .link-button {
    height: 65px;
}

    .link-block-widget .link-button a {
        line-height: 1.25rem;
    }

#video-wrapper {
    padding: 56.25% 0 0 0;
    position: relative;
}

#video-player {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.social-list a:hover span, .social-list a:focus span {
    text-decoration: underline !important;
}

.block-quote {
    border-left: 5px solid #FF2C20;
    padding: 50px 50px 32px 50px;
    margin: 0 15px;
}

    .block-quote p.main-text {
        font-size: 20px;
        font-weight: 700;
        text-indent: -10px;
    }

        .block-quote p.main-text span {
            display: inline-block;
            padding: 0;
            margin: 0;
            width: 10px;
        }

.linked-explainer a {
    text-decoration: none;
}

    .linked-explainer a h3, .linked-explainer a h4 {
        color: #FF2C20;
    }

    .linked-explainer a p {
        color: #251010;
    }

    .linked-explainer a img.plain {
        display: inline-block;
    }

    .linked-explainer a img.hover {
        display: none;
    }

    .linked-explainer a:hover h3, .linked-explainer a:hover h4, .linked-explainer a:hover p {
        color: #89016F;
    }

    .linked-explainer a:hover img.plain {
        display: none;
    }

    .linked-explainer a:hover img.hover {
        display: inline-block;
    }

.jobs-header {
    font-weight: bold;
}

@media (max-width: 992px) {
    .jobs-header {
        display: none;
    }
}

.job-row .job-action a {
    width: auto;
}

@media (min-width: 576px) {
    .job-row .job-action {
        text-align: right;
    }

        .job-row .job-action a {
            width: 100%;
        }
}

@media (max-width: 576px) {
    .job-row div {
        text-align: center;
    }

        .job-row div.job-sector {
            font-size: smaller;
            margin-bottom: 5px;
        }

        .job-row div.job-salary {
            font-size: larger;
        }
}

.job-row .job-label {
    font-weight: bold;
}

@media (min-width: 992px) {
    .job-row .job-label {
        display: none;
    }
}

section, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1400px !important;
    margin: 0 auto;
}

.relative-content {
    position: relative;
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}

.media {
    display: flex;
    align-items: flex-start;
}

.faq-container {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a.faq:active, a.faq:focus, a.faq:hover {
    text-decoration: none;
}

#explainer-subtext ul li {
    text-align: left;
}