:root {
    --brown-1: #be9877;
    --brown-2: #8b816e;
    --brown-3: #f1eee0;
    --blue-1: #3e4692;
    --blue-2: #271b44;
    --blue-3: #a2cdea;
}

/* COLORS */
.text-brown-1 {
    color: var(--brown-1) !important;
}
.bg-brown-1 {
    background-color: var(--brown-1) !important;
}

.text-brown-2 {
    color: var(--brown-2) !important;
}
.bg-brown-2 {
    background-color: var(--brown-2) !important;
}

.text-brown-3 {
    color: var(--brown-3) !important;
}
.bg-brown-3 {
    background-color: var(--brown-3) !important;
}

.text-blue-1 {
    color: var(--blue-1) !important;
}
.bg-blue-1 {
    background-color: var(--blue-1) !important;
}

.text-blue-2 {
    color: var(--blue-2) !important;
}
.bg-blue-2 {
    background-color: var(--blue-2) !important;
}

.text-blue-3 {
    color: var(--blue-3) !important;
}
.bg-blue-3 {
    background-color: var(--blue-3) !important;
}

.weight-100 {
    font-weight: 100 !important;
}
.weight-200 {
    font-weight: 200 !important;
}
.weight-300 {
    font-weight: 300 !important;
}
.weight-400 {
    font-weight: 400 !important;
}
.weight-500 {
    font-weight: 500 !important;
}
.weight-600 {
    font-weight: 600 !important;
}
.weight-700 {
    font-weight: 700 !important;
}
.weight-800 {
    font-weight: 800 !important;
}
.weight-900 {
    font-weight: 900 !important;
}

/* a,
a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} */

.letter-spacing-1 {
    letter-spacing: 1px;
}
.letter-spacing-2 {
    letter-spacing: 2px;
}
.letter-spacing-3 {
    letter-spacing: 3px;
}
.letter-spacing-4 {
    letter-spacing: 4px;
}
.letter-spacing-5 {
    letter-spacing: 5px;
}

.georgia {
    font-family: "georgia";
    font-style: italic;
}

a,
a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hero1 {
    /* background: rgba(var(--x-dark-rgb)) url(../img/pages/hero1.jpg) center
        center fixed; */
    background-size: cover;
    height: 100vh;
    overflow: hidden;
}

.dark-banner {
    position: absolute;
    width: 100%;
    background: var(--blue-1);
    height: 90px;
}

.application-form-wrapper {
    iframe {
        margin: 0 auto;
    }
}

video#heroVideo {
    position: fixed;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#heroVideoOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(10 0 0 / 45%);
    top: 0;
    z-index: 0;
}

.long-description-copy p,
.application_description_copy p {
    margin-bottom: 1em;
    font-weight: 300;
}
.long-description-copy h4,
.application_description_copy h4 {
    margin-bottom: 1em;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 1.3em;
}

.long-description-copy h4 {
    color: #000;
}
.long-description-copy p {
    color: #454545;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.bg-style-1 {
    border-radius: 0 0 10em 10em;
}

.hero-section-2 {
    /* height: 80vh; */
    position: relative;
    /* z-index: 0; */
}

.hero-section-2 img {
    width: 100%;
    height: 100%;
    /* max-height: 70vh; */
    object-fit: cover;
}

.display-0 {
    font-size: 5.5em;
}

.primary_nav.navbar-nav > .nav-item > .nav-link,
.navbar-nav > .nav-item > .nav-link {
    background: transparent !important;
}

.owl-block {
    width: 100%;
    max-width: 200px;
}

.card_badge .badge {
    padding: 10px 20px;
    font-size: 0.9em;
    font-weight: 400;
}
.card_badge {
    position: absolute;
    top: 2em;
    left: 2em;
}
img.card-controlled-image {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.article-content p {
    margin-bottom: 2em;
}
.object-fit-cover {
    object-fit: cover;
}
.hero-content {
    z-index: 1;
}
.how-block img {
    max-width: 90px;
    margin: 0 auto;
    margin-bottom: 1em;
}
.how-block h5 {
    color: white;
    margin-bottom: 1em;
}
.how-block p {
    opacity: 0.7;
    font-weight: 300;
}

.content-B p.lead,
blockquote p {
    font-size: 1.5em;
    margin-bottom: 1em;
}

.responsive-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.auth-wrapper .card-header {
    border-bottom: 0px;
    padding-bottom: 0px;
    font-size: 1.3em;
    font-weight: 500;
}

ul.nav.footer_nav a.nav-link:hover {
    background: #fff;
}

.primary_nav a.nav-link.active,
.footer_nav a.nav-link.active {
    background: rgb(255 255 255 / 50%) !important;
    border-radius: 1000px;
}

.pull-up-1 {
    margin-top: -20vh;
    z-index: 1;
    position: absolute;
    bottom: -30vh;
    left: 0;
    right: 0;
    margin: auto;
}

.cursor-pointer {
    cursor: pointer;
}

blockquote p {
    font-family: georgia;
    font-style: italic;
    font-size: 1.6em;
}

.module_list ul li {
    display: inline-block;
    background-image: url(../img/pages/check.png);
    background-repeat: no-repeat;
    list-style: none;
    padding-left: 2.5em;
    margin-bottom: 10px;
    width: 100%;
}
.module_list ul {
    padding-left: 0px;
}

.partner-logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 60px;
}

.avatar-xxl {
    width: 9rem !important;
    height: 9rem !important;
    font-size: calc(1.2625rem + 0.15vw) !important;
}

.profile-content p {
    margin-bottom: 1em;
}

img.pdf_document_image {
    height: auto;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 7 / 9;
}

.application_description_copy ul {
    list-style: none; /* remove default bullets */
    padding: 0;
    margin: 0;
}

.application_description_copy ul li {
    position: relative;
    padding-left: 3.5em;
    margin-bottom: 1em;
}
.application_description_copy ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0.15em;
    width: 1.4em;
    height: 1.4em;
    border-radius: 50%;
    background: #000000;
    color: #fff;
    font-size: 0.9em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5em;
    box-sizing: border-box;
}

.media-gallery-icon-2 {
    background: #fff;
    width: 40px;
    height: 40px;
    font-size: 1.4em;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10px;
    right: 10px;
}

.dark-banner {
    position: absolute;
    width: 100%;
    background: var(--blue-1);
    height: 90px;
}

.h-style-A {
    height: 100vh;
}
.h-content-section {
    height: 100%;
    overflow-y: auto;
}
.h-image-section {
    height: 100%;
    overflow: hidden;
}
.h-image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.programe_meta {
    position: fixed;
    width: 100%;
    /* background: rgb(255 255 255 / 30%); */
    /* background: rgb(92 96 245 / 25%); */
    left: 0px;
    bottom: 0px;
    padding: 10px 5px;
    backdrop-filter: blur(50px);
}
.application-form-wrapper {
    iframe {
        margin: 0 auto;
    }
}
.text-xxs {
    font-size: 0.65em;
}

#owl-home-logos .owl-item img {
    display: block;
    width: auto;
    max-height: 80px;
}

.flckty img {
    width: 100%;
    height: auto;
}

.top-ribbon-white {
    background: url(../img//brand/pattern-white-2.png) top center repeat-x;
    width: 100%;
    height: 50px;
    opacity: 0.1;
    background-size: contain;
    position: absolute;
    margin-top: 0;
}

.bottom-ribbon-white {
    background: url(../img//brand/pattern-white-2.png) top center repeat-x;
    width: 100%;
    height: 50px;
    opacity: 0.1;
    background-size: contain;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.article-content img {
    float: left;
    margin-right: 2em;
    margin-bottom: 2em;
}

.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5 {
    margin-bottom: 0.5em;
    margin-top: 1em;
    width: 100%;
    clear: both;
}

.form_control {
    position: absolute;
    left: 5000px;
}

span.about_number {
    font-size: 3.2em;
    font-family: georgia;
    font-style: italic;
    margin-top: -30px;
    margin-right: -30px;
    font-weight: normal;
}

.icon-style-3 img {
    max-width: 50px;
    margin-bottom: 1em;
}

.t1-icon img {
    border: 6px solid rgb(85 87 224 / 25%);
    max-width: 100px;
    border-radius: 100px;
    padding: 15px;
}

.why-bespoke-section {
    background: var(--blue-2) url(../img/pages/training-bg-1.jpg) center center
        fixed;
    background-size: cover;
}

.square-box {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: lightgray;
    object-fit: cover;
}

.cohort_header {
    position: absolute;
    bottom: 0;
    background: #000;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    width: 100%;
}

.cohort_header a {
    color: #fff;
    padding: 0 1.5em;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
    object-fit: contain;
}

.gallery_image_block a {
    display: block;
    background: #000;
}
.gallery_image_block a:hover img {
    opacity: 0.5;
}

@media (min-width: 576px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .owl-block {
        text-align: center;
        margin: 0 auto;
    }
    h1,
    .h1 {
        font-size: 1.3em;
    }
    .pull-up-1 {
        bottom: -27vh;
    }
    a.navbar-brand {
        max-width: 70px;
        margin-left: 0.75em;
        padding: 0px;
    }
}

@media (max-width: 980px) {
    .user-groups {
        width: 100% !important;
        margin: 0 auto !important;
    }
    .display-0 {
        font-size: 2.5em;
    }

    nav.primary_nav.navbar-dark #navbarCollapse {
        background: rgb(17 14 24 / 94%);
    }

    #navbarCollapse {
        padding: 0.5em 2em 1.5em;
        border-radius: 1em;
    }

    blockquote p {
        font-size: 1.4em;
    }

    .icon-A {
        margin: 0 auto;
    }

    .t-wrapper {
        padding-left: 1.5em;
    }

    .full_on_mobile {
        width: 100%;
    }

    .programe_meta .btn {
        padding: 10px 15px;
    }

    .h-style-A {
        height: auto;
    }

    .application-form-wrapper iframe {
        width: 100% !important;
    }

    .navbar-dark .navbar-collapse::before {
        display: none;
    }

    nav.primary_nav .admin_nav {
        margin-left: 0px !important;
        margin-top: 0.5em;
    }
    .user-groups h4 {
        font-size: 0.9em;
    }
    .user-groups figure img {
        max-width: 60px;
    }
    .user-groups figure {
        padding: 1em 1em 0;
    }
    .user-block {
        border: 1px solid rgb(255 255 255 / 8%);
        padding: 0 1em 0.5em 1em;
    }
    footer.footer {
        text-align: center;
    }
    .address-bar.row {
        display: block !important;
    }
    .address-bar img {
        max-width: 80px;
    }
    /* ul.footer_nav.nav.justify-content-end {
        justify-content: center !important;
    } */
    ul.footer_nav.nav a.nav-link {
        padding: 10px 11px;
        font-size: 0.8em;
    }
}
