/* ======================================================= */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amarante&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');



/* ============ lfw40 page common css ============== */
@font-face {
    font-family: 'Metrik';
    src: url('fonts/MetrikTrial-Regular.eot');
    src: url('fonts/MetrikTrial-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/MetrikTrial-Regular.woff2') format('woff2'),
        url('fonts/MetrikTrial-Regular.woff') format('woff'),
        url('fonts/MetrikTrial-Regular.ttf') format('truetype'),
        url('fonts/MetrikTrial-Regular.svg#MetrikTrial-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metrik';
    src: url('fonts/MetrikTrial-Bold.eot');
    src: url('fonts/MetrikTrial-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/MetrikTrial-Bold.woff2') format('woff2'),
        url('fonts/MetrikTrial-Bold.woff') format('woff'),
        url('fonts/MetrikTrial-Bold.ttf') format('truetype'),
        url('fonts/MetrikTrial-Bold.svg#MetrikTrial-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


:root {
    --bfc-white: #FFFFFF;
    --bfc-black: #000000;
}
body {
    margin: 0;
}
.h1 {
    font-size: 50px;
    line-height: 60px;
    margin-top: 0px;
    margin-bottom: 30px;
}
.lfw40-main-wrap {
    background-color: var(--bfc-black);
    color: var(--bfc-white);
    font-family: 'Metrik';
    font-weight: normal;
}
.lfw40-main-wrap h1, 
.lfw40-main-wrap h2, 
.lfw40-main-wrap h3 {
    font-weight: bold;
}
.sr-scroll-animation {
    opacity: 0;
}
.sr-scroll-animation-wrapper {
    overflow: hidden;
}

/* Slick Slider */
.slick-slider {
    position: relative;
}
.slick-slider *:focus {
    outline: none;
}

.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.slick-slider .slick-arrow svg {
    display: block;
    fill: var(--bfc-white);
}
.slick-slider .slick-prev {
    left: 20px;
}
.slick-slider .slick-next {
    right: 20px;
}
@media screen and (min-width: 768px) {
    .slick-slider .slick-arrow svg {
        transform: scale(1.5);
    }
}

/* ======================================================= */
/* ============ LFW40 - logo animation (top layer logo animation) ============== */
.lfw40-home-title-layer {
    display: flex;
    align-items: center;
    justify-content: center;
}
.lfw40-home-title span {
    position: relative;
    overflow: hidden;
    display: block;
    line-height: 1.2;
    margin-bottom: 6px;
}
.lfw40-home-title span:nth-of-type(1)::before,
.lfw40-home-title span:nth-of-type(1)::after {
    animation-delay: 0.3s;
}
.lfw40-home-title span:nth-of-type(2)::before,
.lfw40-home-title span:nth-of-type(2)::after {
    animation-delay: 0.6s;
}
.lfw40-home-title span:nth-of-type(3)::before,
.lfw40-home-title span:nth-of-type(3)::after {
    animation-delay: 0.9s;
}
.lfw40-home-title span:nth-of-type(4)::before,
.lfw40-home-title span:nth-of-type(4)::after {
    animation-delay: 1.2s;
}
.lfw40-home-title span:nth-of-type(5)::before,
.lfw40-home-title span:nth-of-type(5)::after {
    animation-delay: 1.5s;
}
@keyframes a-ltr-before {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(200%)
    }
}
.lfw40-home-title span::after {
    content: "";
    width: 0%;
    height: 56px;
    position: absolute;
    transition: all 0.2s linear;
    left: 0%;
    top: 0;
    transition-duration: 0.5s;
    background-color: white;
    animation: a-ltr-after 2s cubic-bezier(.77,0,.18,1) forwards;
}
@keyframes a-ltr-after {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
.width-80 {
    width: 80%;
    animation: width 0.5s ease-in;
}
@keyframes width {
    0% {
        width: 20%;
    }
    100% {
        width: 80%;
    }
}
body {
    height: 100vh;
    overflow: hidden;
}
.lfw40-home-title-layer {
    height: 100vh;
}
.hide {
    transition: all 0.5s linear;
    height: 0;
    opacity: 0 !important;
}


/* ======================================================= */
/* ============ layer 1 (LFW40 - top video with text) ============== */
.lfw40-wrap {
    width: 100%;
    max-width: 1423px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 18px;
}
.split {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: calc(100vh - 235px);
}
.split > .half {
    width: 0%; 
    height: 0%;
    margin: 0 auto;
    transition: width 1000ms ease-in-out, height 1000ms ease-in-out;
}
.split video {
    object-fit: cover;
}
.split > .half.zero {
    width: 25%;
    height: 25%;
}
.split > .half.active {
    width: 100%;
    height: 100%;
}
.lfw40-top-intro {
    padding-top: 40px;
}
.lfw40-top-intro-title h1 {
    font-size: 50px;
    line-height: 60px;
    max-width: 780px;
    margin-top: 0;
}
.lfw40-top-intro-text {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    padding-bottom: 30px;
    letter-spacing: 0.75px;
}
.lfw40-top-intro-text > * {
    width: 50%;
}
.lfw40-top-intro-rhs {
    text-align: right;
}
.lfw40-top-intro-lhs h6 {
    margin: 0 0 15px;
    font-size: 12px;
    line-height: 18px;
}
.cc-logo-wrap {
    text-align: right;
    display: inline-block;
}
.cc-logo-wrap > img {
    max-width: 300px;
    display: inline-block;
    margin-bottom: 20px;
}
.cc-logo-wrap .scroll-text {
    text-align: center;
}
.lfw40-top-intro-lhs p {
    /*font-family: "Dancing Script", cursive;*/
    font-size: 14px;
    text-transform: none;
    opacity: 0;
}
.lfw40-top-intro-lhs p.animate__animated {
    opacity: .6;
}
.lfw40-top-middle-text {
    padding: 150px 0;
}
.lfw40-middle-text-wrap p {
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 20px;
}
.lfw40-middle-text-wrap p span {
    font-weight: inherit !important;
}
.lfw40-middle-text-wrap p:last-child {
    margin: 0;
}
.lfw40-top-middle-text a {
    color: #fff;
    text-decoration: underline;
}
@media screen and (max-width: 767.98px) {
    .split {
        height: 100vh;
    }
    .lfw40-video-with-top-text {
        position: relative;
    }
    .lfw40-top-intro-title-wrap {
        padding: 20px 0;
        width: 100%;
    }
    .lfw40-top-intro-title h1,
    .h1 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 42px;
    }
    .lfw40-top-intro-title-wrap .scroll-text {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.75px;
        margin-bottom: 20px;
        text-transform: uppercase;
        text-align: center;
    }
    .lfw40-top-intro-text > * {
        width: 100%;
    }
    .lfw40-top-intro {
        padding-top: 0;
    }
    .lfw40-top-intro-text {
        padding: 80px 0;
    }
    .lfw40-video-with-top-text .lfw40-top-intro-text {
        padding: 0;
    }
    .lfw40-top-middle-text {
        padding: 80px 0;
    }
    .lfw40-middle-text-wrap p {
        font-size: 28px;
        line-height: 36px;
    }
    .lfw40-top-middle-text {
        margin: 80px 0;
        padding: 0;
    }
    .lfw40-top-intro-rhs {
        text-align: left;
    }
    .cc-logo-wrap > img {
        margin-bottom: 0px;
    }
}
#university_students_modal.only-single-project .modal-header,
#university_students_modal.only-single-project .page-container {
    display: none;
}

/* ======================================================= */
/* ============ participating-universities list ============== */
.lwf40-section-list {
    padding-top: 80px;
    padding-bottom: 150px;
    text-align: center;
}
.p-uni-list a.open-university-modal {
    color: #fff;
}
.university-board {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: "Oswald", sans-serif;
    width: fit-content;
    margin: 100px auto 150px;
    padding: 0 20px;
}
.university-row {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    cursor: pointer;
}
.letter-box {
    width: 26px;
    height: 36px;
    background: #505656;
    color: #DBDFE0;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    perspective: 100px;
}
.letter-box:before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    background: #000;
    z-index: 3;
    margin-top: -1px;
}
.highlight-strip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    pointer-events: none;
    z-index: 1;
    transform-origin: center center;
}
.highlight-static {
    background: #505656 !important;
}
.letter-box span.letter {
    z-index: 2;
}
@keyframes flipFan {
    0% {
        transform: rotateX(0deg);
    }
    50% {
        transform: rotateX(90deg);
    }
    100% {
        transform: rotateX(0deg);
    }
}

@media screen and (min-width: 992px) {
    .university-list-layer-wrap {
        overflow: hidden;
    }
    .university-board {
        position: relative;
    }
    .university-board::before,
    .university-board::after {
        background-image: url('../images/uni-blocks-bg.png');
        content: '';
        position: absolute;
        height: 100%;
        width: 100vw;
    }
    .university-board::before {
        background-position: top right;
        right: calc(100% - 16px);
    }
    .university-board::after {
        left: calc(100% - 20px);
    }
    .university-row-wrapper {
        position: relative;
        z-index: 1;
    }
    .university-row {
        background-image: url('../images/uni-blocks-bg.png');
        background-position: top left -4px;
        row-gap: 10px;
    }
}
/*
responsive screens block set style 991px
@media screen and (max-width: 991px) {
    .university-board {
        row-gap: 8.5px;
    }
    .university-board::before,
    .university-board::after {
        background-size: 26px;
    }
    .university-row {
        background-size: 26px;
        row-gap: 7px;
    }
} */

@media screen and (max-width: 991px) {
    .university-board {
        gap: 15px;
        margin: 50px auto;
    }
    .letter-box {
        width: 22px;
        height: 32px;
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .letter-box {
        width: 18px;
        height: 28px;
        font-size: 17px;
    }
}







/* gp-student-search */
.gp-student-search {
    justify-content: center;
}
.gp-student-search > div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.gp-student-search label.radio-inline {
    line-height: 1.5;
    width: 33.33%;
    padding-bottom: 5px;
    padding-right: 20px;
    margin: 0 !important;
}
.gp-student-search label.radio-inline > input {
    margin-right: 3px;
}
@media screen and (max-width: 767px) {
    .gp-student-search {
        padding: 50px 0 30px;
    }
    .gp-student-search label.radio-inline {
        width: 50%;
    }
}
@media screen and (max-width: 479px) {
    .gp-student-search label.radio-inline {
        width: 100%;
    }
}



/* Search by University - alpha-nav */
.alpha-nav-container {
    margin-bottom: 60px;
}














/* student slider select */
#aspnetForm select {
    font-size: 20px;
    line-height: normal;
    height: auto;
    border-radius: 10px;
    padding: 10px 10px 12px;
    width: auto;
}


/* ======================================================= */
/* ============ layer 2 (LFW40 - University - list) ============== */
.horizontal-slider-layer {
    padding: 100px 0 150px;
}
.horizontal-slider {
    margin: 0 auto;
    overflow: hidden;
}
.horizontal-slider .slick-list {
    padding: 0 20% 0 0;
}
.horizontal-slider .slick-track {
    display: flex;
    flex-wrap: wrap;
}
.horizontal-slider .slider__item {
    cursor: pointer;
    transition: transform .3s cubic-bezier(.4,0,.2,1);
}
.horizontal-slider .slider__item.slick-center.slick-active {
    transform: scale(1);
}
.hs-item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 140%;
    width: 100%;
}
.hs-item img {
    max-width: 100%;
}
.slider__item {
    display: flex;
    flex-direction: column;
}
.horizontal-slider h3,
.brands-slider h3 {
    color: var(--bfc-white);
    display: flex;
    align-items: flex-end;
    flex: 1 1 auto;
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 30px;
    max-width: 350px;
    padding-right: 10px;
}
/* lfw40 - horizontal-slider zomm */
.horizontal-slider.slick-initialized {
    padding-bottom: 5.8%;
}
.horizontal-slider.slick-initialized .slider__item__inner,
.horizontal-slider.slick-initialized .slider__item__inner > a {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.horizontal-slider.slick-initialized .slider__item {
    width: 150px;
}
.horizontal-slider .slider__item h3,
.horizontal-slider .slider__item .hs-item {
    transition: transform 1s cubic-bezier(.19,1,.22,1);
    transform-origin: top;
}
.horizontal-slider .slider__item h3,
.horizontal-slider .slider__item .hs-item {
    transform: translate3d(-10%,0,0);
}
.horizontal-slider .slider__item:hover h3 {
    transform: translate3d(-10%,0,0) translateY(-10px) !important;
}
.horizontal-slider .slick-current ~ .slider__item h3,
.horizontal-slider .slick-current ~ .slider__item .hs-item {
    transform: translate3d(10%,0,0);
}
.horizontal-slider .slick-current ~ .slider__item:hover h3 {
    transform: translate3d(10%,0,0) translateY(-10px) !important;
}
.horizontal-slider .slider__item.slick-current .hs-item {
    transform: translate3d(0,0,0) scale(1.2);
}
@media screen and (max-width: 1300.98px) {
    .horizontal-slider h3 {
        font-size: 24px;
        line-height: 34px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
    .horizontal-slider h3 {
        font-size: 18px;
        line-height: 24px;
    }
}
@media screen and (max-width: 767.98px) {
    .horizontal-slider h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 24px;
    }
    .horizontal-slider.slick-initialized {
        padding-bottom: 10%;
    }
    .horizontal-slider-layer {
        padding: 80px 0;
    }
    .horizontal-slider h3, .brands-slider h3 {
        font-size: 18px;
        line-height: 26px;
        padding: 0 10px;
    }
}
@media screen and (max-width: 560.98px) {
    .horizontal-slider.slick-initialized {
        padding-bottom: 20%;
    }
}
/* lfw40 - University horizontal slider click to open modal */
.modal-backdrop.fade.show {
    opacity: .7;
}
.students-modal-wrap > .modal-dialog {
    max-width: 100%;
    margin: 0 auto;
    /* height: calc(100% - 40px); */
    height: 100%;
    width: 100%;
}
.students-modal-wrap > .modal-dialog > .modal-content {
    background: var(--bfc-black);
    box-shadow: none;
    border: none;
    border-radius: 0;
    height: 100%;
}
/* lfw40 - modal bottom to open css */
.modal .modal-header {
    background: var(--bfc-black);
    color: var(--bfc-white);
    z-index: 1;
}
.modal.bottom > .modal-dialog {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    position: fixed;
}
.modal.bottom.fade > .modal-dialog > .modal-content {
    overflow-y: auto;
}
.modal.bottom.fade > .modal-dialog {
    bottom: -100%;
    -webkit-transition: opacity 0.3s linear, bottom 0.6s ease-out;
    -moz-transition: opacity 0.3s linear, bottom 0.6s ease-out;
    -o-transition: opacity 0.3s linear, bottom 0.6s ease-out;
    transition: opacity 0.3s linear, bottom 0.6s ease-out;
}
.modal.bottom.fade.show > .modal-dialog {
    bottom: -1px;
}
/* lfw40 - Student list Grid Modal */
.modal-header.students-modal-header-wrap {
    background: var(--bfc-white);
    border-bottom: 0.5px solid var(--bfc-black);
    border-top: 0.5px solid var(--bfc-black);
    color: var(--bfc-black);
    padding: 0;
}
.modal-header.students-modal-header-wrap > .students-modal-header-inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.modal-header.students-modal-header-wrap > .students-modal-header-inner > * {
    font-size: 12px;
    letter-spacing: 0.75px;
    padding: 10px 20px 12px;
    text-transform: uppercase;
}
.students-modal-col2 {
    width: 33.30% !important;
}
.students-modal-col1 {
    display: flex;
    justify-content: space-between;
}
.students-modal-col1 a.info {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}
.students-modal-col2 {
    justify-content: center;
}
.students-modal-col3 {
    justify-content: right;
}
.students-modal-col3 .close,
.modal.portfolio-modal .portfolio-content .close {
    color: inherit;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: .75px;
    margin: 0;
    padding: 0;
    height: auto;
    text-shadow: none;
    opacity: 1;
    z-index: 1;
}
.students-modal-col3 .close:focus,
.modal.portfolio-modal .portfolio-content .close:focus {
    outline: none;
}
.student-teaser {
    padding: 20px;
}
.section .student-teaser:first-child {
    padding-top: 60px;
}
.show-real-lines .page-container:nth-child(2) {
    border-left-width: 0.5px;
    border-right-width: 0.5px;
}
.show-real-lines .block {
    border-bottom-width: 0.5px;
}
.page-container {
    /*top: 42px;*/
}
.page-container .section {
    /* height: calc(100vh - 40px - 42px); */
    height: 100vh;
}
.page-container .section > .block.student-teaser:only-child {
    height: 100%;
}
.student-teaser-img img {
    margin: 0 auto;
}
.student-teaser-text {
    max-width: 270px;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: .75px;
    margin-left: auto;
    margin-right: auto;
}
.student-teaser-text > p {
    font-size: 12px;
    line-height: 18px;
    opacity: 0.5;
    margin: 0;
}
.student-teaser-text > h6 {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 2px;
}
@media screen and (min-width: 768px) {
    .modal-header.students-modal-header-wrap > .students-modal-header-inner > * {
        display: flex;
        align-items: center;
        width: 33.33%;
    }
    .modal-header.students-modal-header-wrap > .students-modal-header-inner > *:not(:first-child) {
        border-left: 0.5px solid;
    }
}
@media screen and (max-width: 767.98px) {
    .students-modal-header-wrap .students-modal-col1, 
    .students-modal-header-wrap .students-modal-col2 {
        display: none;
    }
    .students-modal-header-inner .students-modal-col3 {
        width: 100%;
    }
    .students-modal-footer-wrap {
        background: var(--bfc-white);
        border-top: 0.5px solid var(--bfc-black);
        color: var(--bfc-black);
        font-size: 12px;
        line-height: 18px;
        letter-spacing: .75px;
        padding: 10px 20px;
        text-transform: uppercase;
    }
    .students-modal-footer-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer-students-lhs {
        width: 78%;
    }
    .footer-students-rhs {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 22%;
    }
    .footer-students-rhs .info {
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 6px;
    }
    .students-modal-content,
    .students-modal-content > *,
    .students-slider-mobile-layer {
        height: 100%;
    }
    .students-slider-mobile-layer .students-slider-mobile {
        padding: 20px 0;
        height: 100%;
    }
    .students-slider-mobile .students-slider-mobile-item {
        margin: 0px 20px;
    }
    .slick-initialized .students-slider-mobile-item {
        display: block;
    }
    .students-slider-mobile .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0 10% !important;
        height: 100%;
    }
    .students-slider-mobile .slick-track {
        height: 100%;
    }
    .students-slider-mobile-item {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }
    .students-slider-mobile-item > a {
        display: block;
        height: 100%;
    }
    .students-slider-mobile-item .student-teaser-img {
        flex: 1 1 auto;
        position: relative;
        width: 100%;
    }
    .students-slider-mobile-item .student-teaser-img img {
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover;
        object-position: top;
        height: 100%;
        width: 100%;
    }
    .page-container {
        display: none;
    }
}
/* lfw40 - Student Details (Details inside Horizontal Scroll) */
.single-container-spacer {
    background: var(--bfc-black);
}
.single-container-inner {
    background: transparent;
    border-right: 1px solid var(--bfc-white);
}
.font12 {
    font-size: 12px;
    line-height: 16px;
}
.o60 {
    opacity: .6;
}
.single-container .modal-slider * {
    color: var(--bfc-white);
}
.modal-slider .single-container-title {
    background: var(--bfc-black);
    border-left: 1px solid var(--bfc-white);
    border-right: 1px solid var(--bfc-white);
    padding: 20px 0 40px;
    width: 40px;
}
.modal-slider .close-button,
.home-button,
.rhs-content-modal button.close {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .75px;
    position: relative;
    left: 0;
    top: 0;
    writing-mode: tb-rl;
    text-transform: uppercase;
    transform: rotate(180deg);
}
.home-button {
    margin-top: 30px;
}
.single-container-title-inner {
    text-transform: uppercase !important;
    letter-spacing: .75px;
}
.single-project-modules {
    background: var(--bfc-black);
}
.single-project-modules > .module.module-large-text {
    display: flex;
    flex-direction: column;
}
.single-project-modules > .module.module-large-text > * {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.modal-student-text h2 {
    font-size: 50px;
    line-height: 60px;
    margin: 0 0 5px;
}
.modal-student-text-info {
    margin-top: 30px;
}
.modal-student-text-info, 
.modal-student-text-sub {
    letter-spacing: 1px;
}
.modal-student-text-item {
    display: flex;
    gap: 10px;
}
.modal-student-text-item:not(:first-child) {
    margin-top: 10px;
}
.modal-student-text-item > span.o60 {
    min-width: 150px;
}
.social-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.social-list {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
}
.social-list:hover {
    opacity: .8;
}
.modal-student-bottom-btns-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.modal .modal-btn {
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .75px;
    padding: 3px 8px 5px;
    text-transform: uppercase;
}
.modal .modal-btn * {
    color: inherit;
}
.modal .modal-btn svg {
    display: block;
}
.modal .modal-btn-white {
    background: var(--bfc-white);
    color: var(--bfc-black) !important;
}
.modal .modal-btn-outline {
    border-color: transparent;
}
.modal-btn-email {
    display: flex;
}
.modal-btn-email .modal-email-icon {
    margin-left: -1px;
    padding: 4px 5px;
}
.modal-btn-email .modal-email-text {
    border: 1px solid var(--bfc-white);
}
.single-project-modules img {
    max-width: 100%;
    object-fit: cover;
}
.module.module-col-6 {
    width: 50vw;
}
.single-project-modules > div.module.module-col-6 {
    width: auto;
}
.module.module-col-12 {
    width: 100vw;
}
.module-large-inner-image-lhs {
    height: 100%;
    max-width: 50%;
}
.module-large-text-rhs {
    max-width: 50%;
    padding: 0 7.5vw;
    font-size: 14px;
    line-height: 22px;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.module-2image-inner {
    height: 100%;
}
.module-2image-inner > div {
    height: 50%;
    width: 100%;
}
.module-2image-inner > div:first-child {
    padding-bottom: 20px;
}
.module-2image-inner > div:last-child:not(:first-child) {
    padding-top: 20px;
}
.module-2image-inner > div > img {
    height: 100%;
}
.module.module-large-text.module-col-12.single-project-module-mobile {
    display: none;
}
@media screen and (min-width: 768px) {
    .single-project-modules > div.module.module-large-text {
        background-image: none !important;
    }
    .single-project-modules > div.module {
        height: 100%;
        padding: 40px 5vw;
    }
    .single-project-modules > div.module:first-child {
        margin-left: 2.5vw;
        width: 45vw;
    }
    .single-project-modules > div.module:last-child {
        margin-right: 2.5vw;
    }
    .module-arrow > button {
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }
    .module-arrow > button:focus {
        outline: none;
    }
    .module-arrow > button svg {
        display: block;
        fill: var(--bfc-white);
        transform: scale(1.5);
    }
    .module-arrow .module-prev {
        left: 20px;
    }
    .module-arrow .module-next {
        right: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .single-container-inner {
        border: none !important;
        padding-bottom: 0;
    }
    .single-project .single-container-title {
        background: transparent;
        border: none;
        position: fixed;
        top: 0px;
        width: 100%;
    }
    .single-project.modal-slider .close-button, 
    .rhs-content-modal button.close, 
    .home-button {
        transform: none;
        left: -15px;
        right: auto;
        top: 10px;
        background-color: var(--bfc-black);
        padding: 8px;
        writing-mode: inherit;
    }
    .details-side-btns {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        padding-right: 20px;
    }
    .single-project.modal-slider .close-button {
        order: 2;
    }
    .home-button {
        margin-top: 0;
        order: 1;
        margin-right: 10px;
    }
    .home-button svg {
        display: none;
    }
    .rhs-content-modal button.close {
        top: 20px;
    }
    .single-project .single-project-modules {
        padding: 0;
        flex-wrap: wrap;
    }
    .single-project .single-project-modules > * {
        padding: 20px;
        width: 100%;
    }
    .single-project .module-large-image-row {
        height: auto;
        flex-direction: column;
    }
    .single-project-modules > div.module.module-large-text {
        height: 100vh;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        flex-direction: row;
        position: relative;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: cover !important;
    }
    .single-project-data {
        position: relative;
        height: auto !important;
    }
    .modal-student-text h2 {
        font-size: 28px;
        line-height: 36px;
        margin-top: 20px;
    }
    .modal-student-text-item {
        gap: 0;
    }
    .modal-student-text-item > span {
        margin: 4px 0;
    }
    .modal-student-text-item:not(:first-child) {
        margin-top: 6px;
    }
    .single-project-module-mobile .modal-student-text-info {
        margin-top: 16px;
        margin-bottom: 20px;
    }
    .single-project-module-mobile .modal-explore p {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 0.75px;
        text-align: center;
        margin: 40px 0 10px;
    }
    .single-project .single-project-module-mobile:before {
        content: "";
        pointer-events: none;
        position: absolute;
        bottom: 0;
        width: 100%;
        background: url('../images/bg-shadown-bottom.svg');
        height: 100%;
        left: 0;
        background-position: center bottom -150px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .single-project-modules .module-large-text-rhs {
        padding: 20px 0 40px;
        max-width: 100%;
    }
    .module-2image-inner > div {
        height: auto;
    }
    .module-2image-inner > div > img {
        height: 100%;
        width: 100%;
    }
    .module-arrow {
        display: none;
    }
}
/* open to right side modal - portfolio PDF RHS open */
.modal.right {
    background: rgba(0, 0, 0, .8);
}
.modal.right .modal-dialog {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    max-width: 100%;
    height: 100vh;
    width: 500px;
}
.modal.right .modal-content {
    height: 100%;
}
.modal.right.fade .modal-dialog {
    right: -500px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.show .modal-dialog {
    right: 0;
}
.modal.right .modal-dialog.modal-sm {
    width: 300px;
}
.modal.right .modal-dialog.modal-lg {
    width: 800px;
}
.modal.right .modal-dialog.modal-xl {
    width: 1140px;
}
.modal.portfolio-modal .modal-dialog {
    width: 66.66%;
}
.modal-open,
body.remove-scroll {
    overflow: hidden !important;
}
.modal.portfolio-modal .portfolio-content .close {
    background: transparent;
    position: absolute;
    left: -78px;
    top: 20px;
}
.pdf-download {
    background: var(--bfc-black);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 35px;
    top: 15px;
    height: 42px;
    width: 42px;
    display: none;
}
.pdf-download svg {
    height: auto;
    width: 20px;
}
/* PDF fix on mobile - new */
#pdf-container {
    width: 100%;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
}
.pdf-page {
    margin: 20px 0;
    width: 100% !important;
    height: auto !important;
}
.pdf-page > canvas {
    width: 100%;
}
.pdf-text-layer {
    position: absolute;
    top: 0;
    left: 0;
    color: black;
    font-size: 16px;
    line-height: 1.5;
    display: none;
}

@media screen and (max-width: 767.98px) {
    .modal.portfolio-modal .modal-dialog {
        width: 100%;
    }
    .modal.portfolio-modal .portfolio-content .close {
        right: 20px;
        background: var(--bfc-black);
        width: auto;
        left: auto;
        padding: 8px;
        top: 10px;
    }
    .pdf-download {
        left: 15px;
        right: inherit;
    }
}
/* Info modal */
.modal.rhs-content-modal .modal-dialog {
    max-width: calc(100% - 40px);
    width: 100%;
}
.modal.rhs-content-modal .modal-content {
    border-radius: 0;
    border: none;
    background: var(--bfc-black);
    flex-direction: row;
}
.modal.rhs-content-modal .modal-dialog .modal-body {
    background: var(--bfc-black);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 40px;
}
.modal.rhs-content-modal .modal-header {
    border-radius: 0;
    position: sticky;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    width: 40px;
    flex-shrink: 0;
    flex-grow: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    font-weight: 500;
    text-transform: none !important;
    background: var(--bfc-black);
    border-left: 1px solid var(--bfc-white);
    border-right: 1px solid var(--bfc-white);
    border-top: none;
    border-bottom: none;
}
.modal.rhs-content-modal .modal-title {
    writing-mode: tb-rl;
    transform: rotate(180deg);
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .75px;
}
.rhs-content-modal button.close {
    color: var(--bfc-white);
    font-weight: normal;
    margin: 0;
    opacity: 1;
    text-shadow: none;
}
.rhs-content-modal button.close:focus {
    outline: none;
}
.info-modal-content-wrap {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 22px;
    height: 100%;
    align-items: center;
    width: 100%;
}
.info-modal-content-wrap > div {
    max-height: 100%;
}
.info-modal-content-lhs {
    padding: 0 80px 0 40px;
    width: 60%;
    display: flex;
}
.info-modal-content-lhs-inner {
    max-width: 446px;
    margin: 0 auto;
    max-height: 100%;
    overflow: auto;
}
.info-modal-content-lhs h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 5px;
}
.info-modal-content-text p {
    margin: 30px 0 0;
}
.info-modal-content-rhs {
    width: 40%;
    position: relative;
    height: 100%;
}
.info-modal-content-rhs > img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}
.rhs-content-modal .modal-body a {
    color: var(--bfc-white);
    text-decoration: underline;
    opacity: .75;
}
.rhs-content-modal .modal-body a:hover {
    text-decoration: none;
}
@media screen and (min-width: 768px) {
    .rhs-content-modal button.close {
        padding: 0;
    }
}
@media screen and (max-width: 767.98px) {
    .modal.rhs-content-modal .modal-dialog {
        max-width: 100%;
    }
    .modal.rhs-content-modal .modal-dialog .modal-body {
        padding: 88px 20px 80px;
        overflow-y: auto;
        display: inline-block;
    }
    .modal.rhs-content-modal .modal-header {
        position: fixed;
        background: transparent;
        border: none;
        width: 100vw;
        height: 60px;
        line-height: 60px;
        border-right: none;
        padding: 0 10px;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .modal.rhs-content-modal .modal-title {
        display: none;
    }
    .info-modal-content-lhs-inner {
        max-width: 100%;
    }
    .info-modal-content-wrap {
        height: auto;
    }
    .info-modal-content-lhs h2 {
        font-size: 40px;
        line-height: 48px;
    }
    .info-modal-content-wrap > div {
        width: 100%;
        padding: 0;
    }
    .info-modal-content-rhs > img {
        position: static;
    }
    .info-modal-content-wrap > div + div {
        margin-top: 40px;
    }
    .modal.rhs-content-modal {
        background: transparent;
    }
    .modal.rhs-content-modal.fade > .modal-dialog {
        bottom: -100%;
        -webkit-transition: opacity 0.3s linear, bottom 0.6s ease-out;
        -moz-transition: opacity 0.3s linear, bottom 0.6s ease-out;
        -o-transition: opacity 0.3s linear, bottom 0.6s ease-out;
        transition: opacity 0.3s linear, bottom 0.6s ease-out;
        right: auto;
    }
    .modal.rhs-content-modal > .modal-dialog {
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
        position: fixed;
    }
    .modal.rhs-content-modal.fade.show > .modal-dialog {
        bottom: 50%;
        transform: translateY(50%);
    }
}


/* ======================================================= */
/* ============ layer 3 (LFW40 - Brands Slider) ============== */
.brands-slider-layer {
    padding: 70px 0 150px;
}
.brands-slider .slick-arrow {
    z-index: 2;
}
.brands-slider .slick-track {
    display: flex;
    justify-content: center;
    margin: 0 -15px;
}
.brands-slider .slick-track > a {
    padding: 0 15px;
    display: flex;
    align-items: center;
}
.slick-initialized .brands-slider-item {
    background: transparent !important;
    color: #fff;
    border: 1px solid #fff;
    width: 100%;
    padding: 20px 8px !important;
    font-size: 17px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brands-slider .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.brands-slider-item {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.brands-slider .slick-list {
    padding: 0 10% !important;
}
.brands-slider-layer .panel-card {
    background-size: cover;
    padding-top: 140%;
    width: 100%;
    position: relative;
}
.brands-slider-layer .panel-card:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: transparent;
    background-image: linear-gradient(0deg, #000000b3 0%, rgba(255, 255, 255, 0) 60%);
}
.brands-slider-layer .panel-card .panel-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    z-index: 2;
}
.brands-slider-layer .panel-card h3 {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 7px;
    padding-right: 0;
    text-transform: uppercase;
}
.brands-slider-layer .panel-card .panel-card-overlay p {
    color: var(--bfc-white);
    font-size: 16px;
    margin-top: 7px;
}

.brands-slider .slick-list {
    padding: 0 10% !important;
}
@media screen and (max-width: 1024.98px) {
    .brands-slider ::before {
        width: 30%;
    }
    .brands-slider ::after {
        width: 30%;
    }
}
@media screen and (max-width: 767.98px) {
    .brands-slider-layer {
        padding: 0px 0 30px;
    }
    .brands-slider .slick-list {
        padding: 0 10% !important;
    }
    .brands-slider-layer .panel-card h3 {
        padding: 0;
    }
}
@media screen and (max-width: 560.98px) {
    .horizontal-slider .slick-list {
        padding: 0 15% !important;
    }
}
@media screen and (max-width: 480.98px) {
    .horizontal-slider .slick-list {
        padding: 0 15% !important;
    }
    .brands-slider .slick-list {
        padding: 0 15% !important;
    }
    .slick-initialized .brands-slider-item {
        padding: 10px 10px !important;
        font-size: 11px;
    }
}


/* gp-student-slider */
.gp-student-slider .slider__item > a,
.gp-student-slider .slider__item > a > div {
    height: 100%;
}
.gp-student-slider .slider__item > a > div {
    display: flex;
    flex-wrap: wrap;
}
.gp-student-slider .slider__item > a > div .hs-item {
    margin-top: auto;
}
.gp-student-slider > div + .lfw40-wrap {
    margin-top: 50px;
}
.scroll-text {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    padding-bottom: 30px;
    letter-spacing: 0.75px;
}
.gp-student-search-title {
    margin-right: 17px;
}



/* alpha-nav layer */




/* Instagram Handles  */
.scholars-title + div .lfw40-top-middle-text {
    padding: 30px 0 120px;
}
.instagram-handles-layer {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    height: 700px;
    width: 100%;
    cursor: url('../images/black-purple-pointer-40.png') 16 16, auto;
}
.instagram-handles {
    padding: 0;
    margin: 0;
}
.instagram-handles a {
    color: inherit;
    padding: 10px;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Anton', sans-serif;
    letter-spacing: 2px;
}
.instagram-handles {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.instagram-handles a:hover {
  cursor: url('../images/black-purple-pointer-80.png') 16 16, auto;
}
@media screen and (max-width: 991px) {
    .instagram-handles a {
        font-size: 20px;
        letter-spacing: 1.5px;
    }
}
@media screen and (max-width: 767px) {
    .instagram-handles a {
        font-size: 17px;
        letter-spacing: 1.4px;
    }
    .scholars-title + div .lfw40-top-middle-text {
        padding: 0 0 80px;
        margin: 0;
    }
    .lfw40-top-intro-title-wrap.scholars-title {
        margin-top: 50px;
        padding-bottom: 0;
    }
}


/* middle video layer */
.bfc-banner-video-container.position-relative {
    min-height: 100vh;
    margin-bottom: 100px;
}
.bfc-banner-video-container.position-relative video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bfc-banner-video-container .bfc-banner-overlay {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.banner-button {
    padding: 10px 20px;
    border-radius: 0;
    font-size: 18px;
}
.text-overlay-box {
    background-color: #000000; /* solid black */
    color: white;
    padding: 20px;
    border-radius: 4px;
    display: inline-block;
    max-width: 70%;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .bfc-banner-video-container.position-relative {
        margin-bottom: 70px;
    }
    .text-overlay-box {
        max-width: 90%;
    }
    .bfc-banner-video-container .h1 {
        margin-bottom: 15px;
    }
}


/* footer - Social links layer and btn */
.footer-wrap {
    padding: 100px 0 50px;
}
.social-links-layer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}
.social-links-layer > a {
    width: 40px;
    height: 40px;
}
.footer-btn .modal-student-bottom-btns-wrap {
    justify-content: center;
    margin-top: 30px;
}
.footer-btn .modal-btn {
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .75px;
    padding: 3px 8px 5px;
    text-transform: uppercase;
}
.footer-btn .modal-btn-email {
    display: flex;
}
.footer-btn .modal-btn-email .modal-email-text {
    border: 1px solid var(--bfc-white);
}
.footer-btn .modal-btn-white {
    background: var(--bfc-white);
    color: var(--bfc-black) !important;
}
.footer-btn .modal-btn-email .modal-email-icon {
    margin-left: -1px;
    padding: 4px 5px;
}
.footer-btn .modal-btn svg {
    display: block;
}

@media screen and (max-width: 767px) {
    .footer-wrap {
        padding: 70px 0 50px;
    }
}


