@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBook.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

* {
    /* Colors */
    --lapis-blue: #196293;
    --ateneo-blue: #034571;
    --sky-blue: #64AEE2;
    --pastel-blue: #5C88DA;
    --deep-blue: #132948;
    --nickel-grey: #707372;
    --bright-grey: #EFEFEF;
    --light-grey: #E8E8E8;
    --mauve-purple: #641F45;
    --black: #000000;
    --maize-yellow: #FFCB4F;
    --dark-blue-grey: #132948;
}

/* General */
.main-nav-outter {
    z-index: 9997;
}

.mt-1 {
    margin-top: 10px !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mt-3 {
    margin-top: 30px !important;
}

.mt-4 {
    margin-top: 40px !important;
}

.mt-5 {
    margin-top: 50px !important;
}

.mt-6 {
    margin-top: 60px !important;
}

.mt-7 {
    margin-top: 70px !important;
}

.mt-8 {
    margin-top: 80px !important;
}

.mt-9 {
    margin-top: 90px !important;
}

.mt-10 {
    margin-top: 100px !important;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.mb-5 {
    margin-bottom: 50px !important;
}

.mb-6 {
    margin-bottom: 60px !important;
}

.mb-7 {
    margin-bottom: 70px !important;
}

.mb-8 {
    margin-bottom: 80px !important;
}

.mb-9 {
    margin-bottom: 90px !important;
}

.mb-10 {
    margin-bottom: 100px !important;
}

.display-flex {
    display: flex;
}

.comp--tray {
    margin: 20px 0 40px 0;
}

.gotham-copy {
    font-family: Gotham, sans-serif;
}

    .gotham-copy p {
        font-size: 16px;
        font-weight: normal;
    }

    .gotham-copy h2 {
        font-size: 30px;
        font-weight: 900;
    }

.center-content {
    justify-content: center;
}

.no-deco, .no-deco:hover {
    text-decoration: none;
}


/* Buttons */
.box-button,
.box-button[type=submit],
.body-copy a.box-button {
    font-family: Gotham, sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    width: fit-content;
    min-height: 48px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

    .box-button i {
        padding-left: 30px;
    }

    .box-button:hover {
        cursor: pointer;
    }

.button--yellow,
.button--yellow[type=submit],
a.button--yellow {
    background: var(--maize-yellow);
    color: var(--deep-blue);
}

    .button--yellow:hover,
    .button--yellow[type=submit]:hover,
    a.button--yellow:hover {
        text-decoration: underline;
        color: var(--deep-blue);
    }

a.button--light-blue,
.button--light-blue {
    background-color: var(--deep-blue);
    color: white;
}

    a.button--light-blue:hover,
    .button--light-blue:hover {
        background-color: var(--lapis-blue);
        text-decoration: underline;
    }

    .body-copy a.button--light-blue,
    a.button--light-blue,
    .button--light-blue:hover {
        font-weight: bold;
        color: white;
    }

/* Banner */
.banner.half-banner .image--background-image {
    height: 300px;
}

@media (max-width: 768px) {
    .banner.half-banner .image--background-image {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
}

/* Breadcrumbs */
#breadcrumbs {
    font-family: Gotham, sans-serif;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding-top: 35px;
    white-space: nowrap;
}

    #breadcrumbs span.pipe {
        color: var(--sky-blue);
        line-height: 2.5;
    }

    #breadcrumbs a,
    #breadcrumbs a.on {
        color: var(--lapis-blue) !important;
        line-height: 2.5;
    }

        #breadcrumbs a:hover,
        #breadcrumbs a.on:hover {
            text-decoration: underline !important;
        }

    #breadcrumbs .container {
        display: flex;
        flex-wrap: wrap;
    }

/* Title */
.top-content-wrapper {
    background: var(--light-grey)
}

#title.subpage {
    display: block;
    background: var(--light-grey);
}

#title h1.large-title {
    font-family: Gotham, sans-serif;
    color: var(--deep-blue);
    text-align: left;
    font-weight: 900;
    font-size: 48px;
    line-height: 40px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

    #title h1.large-title:after {
        background: var(--sky-blue);
        bottom: -20px;
        content: " ";
        display: block;
        height: 6px;
        left: 0;
        position: relative;
        width: 60px;
    }

#title p.intro-subtitle {
    padding-top: 20px;
    font-family: Gotham, sans-serif;
    font-weight: 900;
    color: var(--deep-blue);
    font-size: 25px;
    text-transform: uppercase;
}

/* Anchor bar */
.anchor-bar {
    font-family: Gotham, sans-serif;
    margin: 25px 0px 25px 0px;
    width: 100%;
}

    .anchor-bar .tabs {
        display: flex;
        flex-wrap: wrap;
        row-gap: 15px;
        flex-direction: column;
    }

    .anchor-bar .tab {
        background: var(--deep-blue);
    }

        .anchor-bar .tab:hover {
            background: var(--ateneo-blue);
            cursor: pointer;
        }

        .anchor-bar .tab.on {
            background: var(--lapis-blue);
        }

    .anchor-bar .tab-content {
        padding: 15px 35px;
        color: var(--bright-grey);
        font-size: 15px;
        line-height: 18px;
        text-transform: uppercase;
        min-width: 200px;
        display: flex;
        justify-content: space-between;
    }

        /* .anchor-bar .tab.on .tab-content:after {
            border-right: solid 15px transparent;
            border-left: solid 15px transparent;
            border-top: solid 10px var(--lapis-blue);
            transform: translateX(-50%);
            position: relative;
            z-index: 10;
            content: '';
            top: 45px;
            left: 60%;
            height: 0;
            width: 0;
        } */

        .anchor-bar .tab-content i {
            color: var(--maize-yellow);
            margin-left: 15px;
        }

    .anchor-bar .button-container {
        display: none;
    }

.anchor-wrapper .form-wrapper #form_description {
    display: none;
}

.anchor-bar .request-button,
.anchor-wrapper .form-wrapper .form_button_submit {
    text-transform: uppercase;
    text-decoration: none;
    background-color: var(--maize-yellow);
    color: var(--deep-blue);
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-weight: bold;
    padding: 0px 20px;
    border: none;
}

    .anchor-bar .request-button.inner {
        width: 100%;
        height: 50px;
    }

.anchor-bar .floating-menu {
    position: absolute;
    z-index: 100;
    background: transparent linear-gradient(320deg, var(--lapis-blue) 0%, #1B446E 100%) 0% 0% no-repeat padding-box;
    color: white;
    width: 100%;
    z-index: 9998;
    bottom: 0;
    flex-direction: column;
}

    .anchor-bar .floating-menu .form-content {
        padding: 20px 30px 0px 30px;
    }

.anchor-bar .form-wrapper select {
    height: 50px;
}

.anchor-bar .floating-menu.open {
    display: block;
}

.anchor-bar .floating-menu .heading {
    width: 100%;
    font-size: 23px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 20px;
}

.anchor-bar .floating-menu form {
    display: flex;
    width: 100%;
    flex-direction: column;
}

    .anchor-bar .floating-menu form input,
    .anchor-bar .floating-menu form span {
        width: 100%;
    }

    .anchor-bar .floating-menu form input {
        color: var(--deep-blue);
        height: 40px;
        padding: 0 10px;
        margin: 0px;
        font-family: Gotham, sans-serif;
        font-weight: 100;
        font-size: 13px;
    }

        .anchor-bar .floating-menu form input::placeholder {
            font-size: 13px;
            color: var(--nickel-grey);
            font-weight: normal;
            font-family: Gotham, sans-serif;
        }

    .anchor-bar .floating-menu form button {
        width: 75%;
        height: 48px;
        margin-top: 10px;
        padding: 0 15px;
    }

.mobile-request-button {
    display: none;
    margin-bottom: 10px;
}

/* Faculty */
.rounded--portrait {
    position: relative;
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 4px;
    align-self: center;
    flex: 0 0 auto;
}

    .rounded--portrait img {
        width: 100%;
        height: inherit;
        object-fit: cover;
    }

.tray--faculty-listing .faculty-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tray--faculty-listing {
    margin: 50px 0px 60px 0px;
    font-family: Gotham, sans-serif;
}

    .tray--faculty-listing .profile-name {
        font-size: 23px;
        color: var(--ateneo-blue);
        font-weight: bold;
        margin-bottom: 30px;
        font-family: Gotham, sans-serif;
    }

        .tray--faculty-listing .profile-name:after {
            background: var(--sky-blue);
            bottom: -15px;
            content: " ";
            display: block;
            height: 6px;
            left: 0;
            position: relative;
            width: 60px;
        }

    .tray--faculty-listing .profile-title {
        font-size: 17px;
        font-weight: bold;
        color: var(--lapis-blue);
        margin: 0 0 5px 0px;
        font-family: Gotham, sans-serif;
    }

    .tray--faculty-listing .aoe {
        font-weight: bold;
    }

    .tray--faculty-listing .profile-img-container,
    .tray--faculty-listing .content-container {
        align-items: center;
    }

    .tray--faculty-listing .profile-img-container {
        display: flex;
        justify-content: center;
    }

/* Feature Card Tray */
.tray--feature-card {
    background-color: var(--bright-grey);
}

    .tray--feature-card.white-bg {
        background-color: white;
    }

    .tray--feature-card.card-grid.full-width {
        padding: 80px 50px;
    }

    .tray--feature-card.card-grid.partial-width {
        padding: 50px 50px;
    }

    .tray--feature-card.partial-width .intro-row {
        flex-direction: column;
        align-items: start;
        margin-bottom: 40px;
    }

    .tray--feature-card.partial-width .title-block {
        margin-bottom: 40px;
    }

    .tray--feature-card.partial-width .content {
        width: 100%;
    }

    .tray--feature-card .intro-row {
        display: flex;
        align-items: center;
        margin-bottom: 50px;
        flex-direction: column;
    }

    .tray--feature-card .title {
        font-size: 40px;
        color: var(--deep-blue);
        font-style: italic;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0px;
        line-height: 40px;
        word-break: normal;
        hyphens: auto;
    }

    .tray--feature-card .title-block {
        margin-bottom: 40px;
    }

    .tray--feature-card .yellow-line {
        border-left: 6px solid var(--maize-yellow);
        height: 100%;
    }

    .tray--feature-card .content {
        max-width: 90rem;
    }

    .tray--feature-card .card {
        padding: 30px;
        border-bottom: solid 7px var(--ateneo-blue);
        margin-bottom: 50px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 0px 20px #0000001A;
        flex-direction: column;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

        .tray--feature-card .card .card-title {
            margin-bottom: 20px;
            color: var(--deep-blue);
            font-size: 23px;
            font-weight: 900;
            text-decoration: none;
            cursor: pointer;
        }

            .tray--feature-card .card .card-title a {
                color: var(--deep-blue);
                font-size: 23px;
                font-weight: 900;
                text-decoration: none;
                cursor: pointer;
            }

                .tray--feature-card .card .card-title a i {
                    padding-right: 10px;
                }

                .tray--feature-card .card .card-title a:hover {
                    text-decoration: underline;
                }

    .tray--feature-card .button {
        margin-top: 40px;
    }

    .tray--feature-card.card-grid .card-row {
        display: flex;
        flex-wrap: wrap;
    }

    .tray--feature-card .card-container {
        display: flex;
        justify-content: stretch;
    }

.swiper-pagination.floating-pagination {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0;
}

    .swiper-pagination.floating-pagination .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
    }

    .swiper-pagination.floating-pagination .swiper-pagination-bullet-active {
        width: 22px;
        height: 22px;
    }

.tray--testimonial-slider.partial-width .swiper-pagination.floating-pagination {
    margin-top: 0px;
}

/* Feature Card Slider */
.card-slider .intro-row {
    padding: 80px 30px 0 50px;
}

.card-slider.partial-width .intro-row {
    padding: 0px 50px 0 50px;
}

.card-slider.partial-width .card-swiper-container {
    margin: 0 20px;
}

@media (min-width:768px) {
    .banner.half-banner .image--background-image {
        height: 450px;
    }
}

@media (min-width:1200px) {
    .banner.half-banner .image--background-image {
        height: 600px;
    }
}

@media (min-width:992px) {
    .card-slider .card-swiper-container, .card-slider.partial-width .card-swiper-container {
        margin: 0 50px;
    }
}

.card-swiper {
    overflow: hidden;
    position: relative;
}

    .card-swiper .card-container {
        width: 100%;
        max-width: 500px;
    }

    .card-swiper .swiper-container {
        width: 100%;
        height: 100%;
    }

    .card-swiper .swiper-slide {
        display: flex;
        justify-content: center;
        height: auto;
    }

.card-swiper-wrapper {
    position: relative;
    padding-bottom: 100px;
}

.card-slider .card-swiper-container {
    margin: 0 50px;
}

.card-slider .swiper-button-prev {
    background: var(--sky-blue) 0% 0% no-repeat padding-box;
    left: 0;
}

.card-slider .swiper-button-next {
    background: var(--sky-blue) 0% 0% no-repeat padding-box;
    right: 0;
}

.swiper-button-prev:after {
    color: white;
    padding-right: 20px;
    font-size: 30px;
    font-weight: bold;
}

.swiper-button-next:after {
    color: white;
    padding-left: 20px;
    font-size: 30px;
    font-weight: bold;
}

.semi-circle {
    height: 10rem;
    width: 7rem;
}

    .semi-circle.right {
        border-radius: 0rem 5rem 5rem 0;
    }

    .semi-circle.left {
        border-radius: 5rem 0rem 0rem 5rem;
    }

/*Related Content Tray*/
.tray--related-content {
    width: 100%;
    padding: 0;
    height: 100%;
    position: relative;
    overflow: hidden;
}

    .tray--related-content .row {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .tray--related-content .title {
        margin-bottom: 20px;
    }

        .tray--related-content .title a {
            color: var(--dark-blue-grey);
            text-decoration: none;
            font-size: 24px;
            font-weight: bold;
            font-style: italic;
            cursor: pointer;
        }

            .tray--related-content .title a:hover {
                color: var(--dark-blue-grey);
                text-decoration: underline;
            }

        .tray--related-content .title.no-deco a:hover {
            color: var(--dark-blue-grey);
            text-decoration: none;
            cursor: default;
        }

        .tray--related-content .title i {
            padding-right: 10px;
        }

    .tray--related-content .bg-img-wrapper {
        clip-path: none;
        height: 50rem;
        width: 100%;
        overflow: hidden;
    }

        .tray--related-content .bg-img-wrapper img {
            border-radius: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .tray--related-content .content {
        background-color: var(--bright-grey);
        width: auto;
        height: auto;
        padding: 35px;
        flex-direction: column;
        clip-path: none;
        margin: -150px 30px 0 30px;
    }

    .tray--related-content .related-content-swiper {
        overflow: hidden;
    }

    .tray--related-content .swiper-wrapper {
        z-index: 0;
    }

    .tray--related-content .swiper-pagination {
        justify-content: center;
        align-items: center;
        display: flex;
        position: relative;
        bottom: 0;
        margin-top: 20px;
    }

    .tray--related-content .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
    }

    .tray--related-content .swiper-pagination-bullet-active {
        width: 22px;
        height: 22px;
        margin: 0px;
    }

    .tray--related-content.partial-width {
        padding: 0px 0px;
    }

    .tray--related-content .heading-link {
        display: flex;
        align-items: center;
    }

/*Testimonial Slider*/
.tray--testimonial-slider {
    background-color: white;
}

    .tray--testimonial-slider .intro-row {
        align-items: baseline;
        display: flex;
        margin: 0 50px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .tray--testimonial-slider.full-width .intro-row {
        margin-bottom: 20px;
    }

    .tray--testimonial-slider .content-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 10px 30px 0px 30px;
        padding: 20px 40px;
    }

    .tray--testimonial-slider.partial-width {
        margin-top: 70px;
        padding: 20px 0;
    }

        .tray--testimonial-slider.partial-width .content-container {
            width: 100%;
            margin: 0px 30px 0px 30px;
            padding: 20px 40px;
        }

        .tray--testimonial-slider.partial-width .intro-row {
            padding: 0px 0px 0 0px;
        }

    .tray--testimonial-slider.tray--feature-card.partial-width .intro-row {
        margin-bottom: 15px;
    }

    .tray--testimonial-slider .card-bottom {
        align-self: auto;
        width: 100%;
        z-index: 2;
        display: flex;
    }

    .tray--testimonial-slider.full-width .card-bottom {
        flex-direction: column;
    }

    .tray--testimonial-slider .card-bottom .row {
        flex-direction: column-reverse;
        display: flex;
        width: 100%;
    }

    @media (min-width: 992px) {
        .tray--testimonial-slider.partial-width .card-bottom .row {
            flex-direction: row;
        }
    }

    @media (min-width: 772px) {
        .tray--testimonial-slider.full-width .card-bottom .row {
            flex-direction: row;
        }
    }

    .tray--testimonial-slider .full-img {
        display: none;
    }

    .tray--testimonial-slider .mobile-img {
        display: flex;
        object-fit: contain;
    }

    .tray--testimonial-slider .slide-row {
        height: 100%;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .tray--testimonial-slider .testimonial-swiper {
        overflow: hidden;
    }

    .tray--testimonial-slider .card-swiper-wrapper {
        padding-bottom: 30px;
    }

    .tray--testimonial-slider.card-slider .swiper-button-prev {
        background: #2F618F 0% 0% no-repeat padding-box;
        left: 0;
    }

    .tray--testimonial-slider.card-slider .swiper-button-next {
        background: #2F618F 0% 0% no-repeat padding-box;
        right: 0;
    }

    .tray--testimonial-slider .card {
        padding: 0;
        border: 0;
        box-shadow: none;
    }

    .tray--testimonial-slider .quote {
        font-size: 25px;
        padding-bottom: 10px;
    }

.tray--testimonial-slider .attribution-wrapper {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media (min-width:992px) {
    .tray--testimonial-slider .attribution-wrapper {
        width: 100%;
    }
}

.tray--testimonial-slider .author,
.tray--testimonial-slider .quote-date {
    margin: 0px;
    color: #2F618F;
    font-size: 23px;
    font-weight: bold;
}

.tray--testimonial-slider .button--light-blue {
    background-color: #2F618F;
}

.tray--testimonial-slider img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

.tray--testimonial-slider .img-container {
    overflow: hidden;
}

.tray--testimonial-slider .title:after {
    background: var(--sky-blue);
    bottom: -20px;
    content: " ";
    display: block;
    height: 6px;
    left: 0;
    position: relative;
    width: 60px;
}

.tray--testimonial-slider .mobile-img {
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.tray--testimonial-slider .mobile-img img {
    object-fit: contain;
    width: 100%;
    max-height: 260px;
}

.tray--testimonial-slider .full-img {
    height: 500px;
    position: unset;
    z-index: 1;
    width: 100%;
}

@media (min-width:992px) {
    .tray--testimonial-slider .quote {
        font-size: 30px;
    }
}

/* Next Steps Tray */
.tray--next-steps {
    background-color: var(--ateneo-blue);
}

    .tray--next-steps .title {
        color: white;
    }

    .tray--next-steps .card {
        padding: 0;
        border-bottom: solid 7px var(--sky-blue);
    }

    .tray--next-steps .card-bottom {
        background-color: var(--bright-grey);
        padding: 30px;
        font-style: italic;
        height: 100%;
    }

    .tray--next-steps .card .card-title {
        align-self: center;
        margin-bottom: 0px;
    }

    .tray--next-steps .card-top img {
        width: 100%;
        object-fit: cover;
        height: 250px;
    }

    .tray--next-steps .card-top {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: flex;
    }

/*Highlights Tray*/
.tray--highlights {
    padding: 5% 10%;
}

    .tray--highlights .highlight-row {
        height: 100%;
        flex-direction: column;
    }

    .tray--highlights .content-wrapper {
        background-color: var(--bright-grey);
        padding: 40px 60px;
    }

    .tray--highlights .stat-heading,
    .tray--highlights div.stat-content,
    .tray--highlights div.stat-content p {
        font-weight: bold;
        color: var(--dark-blue-grey);
    }

    .tray--highlights .stat-heading {
        font-size: 40px;
        font-style: italic;
    }

    .tray--highlights .stat-content,
    .tray--highlights .stat-content p {
        font-size: 19px;
    }

    .tray--highlights .vertical-line {
        background-color: white;
        width: 90px;
        height: 10px;
        margin: 30px 0;
    }

    .tray--highlights .heading-wrapper {
        background-color: var(--ateneo-blue);
        font-size: 15px;
        color: white;
        font-weight: bold;
        width: fit-content;
        padding: 20px 30px;
        transform: skew(-14deg);
        margin-bottom: -30px;
        margin-left: -20px;
        text-transform: uppercase;
    }

    .tray--highlights .highlight-content {
        flex-wrap: wrap;
    }

/*Feature Button Tray*/
.tray--feature-button {
    margin: 5% 0%;
    overflow: hidden;
}

    .tray--feature-button .content {
        padding: 5% 12%;
        background-color: var(--bright-grey);
        flex-wrap: wrap;
        flex-direction: column;
    }

    .tray--feature-button .content-wrapper {
        border-left: 6px solid var(--maize-yellow);
        height: 60%;
        padding-left: 30px;
        max-width: 75%;
    }

    .tray--feature-button .title {
        font-size: 40px;
        font-style: italic;
        font-weight: bold;
        color: var(--dark-blue-grey);
        text-transform: uppercase;
        margin-bottom: 15px;
        word-break: normal;
    }

    .tray--feature-button .button-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: baseline;
    }

        .tray--feature-button .button-wrapper .box-button {
            width: 300px;
            margin: 10px 10px 10px 0px;
            padding: 30px;
        }

/*Accordion Tray*/
.tray--accordion .panel-heading .accordion-toggle.top-level:after {
    font-family: FontAwesome;
    content: "\f068";
    float: right;
    color: var(--lapis-blue);
}

.tray--accordion .panel-heading .accordion-toggle.top-level.collapsed:after {
    font-family: FontAwesome;
    content: "\f067";
    color: var(--lapis-blue);
}

.tray--accordion .panel {
    border-radius: 0px;
    background-color: var(--bright-grey);
    border: 0px;
}

.tray--accordion .opened.panel .panel-heading {
    background-color: white;
}

.tray--accordion .panel-heading {
    padding: 20px 25px;
}

.tray--accordion .heading {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 20px;
    color: var(--dark-blue-grey);
}

.tray--accordion .panel-title {
    font-family: "Gotham";
    text-transform: uppercase;
    color: var(--lapis-blue);
    font-size: 19px;
    text-decoration: none;
}

.tray--accordion .accordion-toggle,
.tray--accordion .accordion-toggle:hover {
    text-decoration: none;
}

.tray--accordion .nested-accordion .nested:last-child {
    margin-left: 0px;
}

.tray--accordion .panel-body {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding: 30px;
    background-color: white;
    border: 2px solid var(--bright-grey);
}

.tray--accordion .nested-accordion .panel-heading {
    background-color: white;
    border-bottom: var(--bright-grey) solid 2px;
}

.tray--accordion .nested-accordion .nested {
    color: black;
    font-size: 16px;
    margin-right: 20px;
    width: fit-content;
}

.tray--accordion .accordion-toggle.nested.collapsed .arrow {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 13px solid var(--maize-yellow);
    margin-right: 20px;
}

.tray--accordion .accordion-toggle.nested .arrow {
    align-self: center;
    display: flex;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 13px solid var(--maize-yellow);
    margin-right: 25px;
}

.tray--accordion .accordion-toggle.nested .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.tray--accordion .nested-accordion .panel-body {
    border: 0px;
    border-bottom: var(--bright-grey) solid 2px;
}

/* sets the link to the width of the entire panel title */
.panel-title > a {
    display: block;
}

/* Misc. */
.slant-container {
    transform: unset;
}

.hero-main-igx.sub-banner {
    z-index: 9999;
}

.clickable {
    cursor: pointer;
}

/* LG Classes */
@media (min-width:1200px) {
    .tray--highlights.full-width .highlight-row {
        flex-direction: row;
    }

    .tray--highlights.full-width .highlight-content {
        flex-wrap: nowrap;
    }

    .tray--highlights.full-width .vertical-wrapper {
        display: flex;
    }

    .tray--highlights.full-width .vertical-line {
        background-color: white;
        width: 10px;
        height: 90px;
        margin: 0px 0;
    }

    .tray--testimonial-slider.full-width .intro-row {
        margin-bottom: 50px;
    }

    .tray--testimonial-slider.full-width .full-img {
        display: flex;
    }

    .tray--testimonial-slider.full-width .mobile-img {
        display: none;
    }

    .tray--testimonial-slider.full-width .card-bottom {
        align-self: end;
        margin-bottom: unset;
    }

    .tray--testimonial-slider.full-width .content-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 50px 30px 90px 30px;
        padding: 0 60px;
    }

    .tray--testimonial-slider.full-width .slide-row {
        flex-direction: row;
    }

    .tray--faculty-listing .profile-img-container {
        margin-right: 0px;
    }

    .circular--portrait {
        position: relative;
        width: 180px;
        height: 180px;
        overflow: hidden;
        border-radius: 50%;
    }

        .circular--portrait img {
            width: 100%;
            height: inherit;
            object-fit: cover;
        }

    .tray--related-content.full-width .row {
        flex-direction: row;
        padding: 5% 15%;
    }

    .tray--related-content.full-width .bg-img-wrapper img {
        border-radius: 0rem 15rem 0rem 0rem;
    }

    .tray--related-content.full-width .bg-img-wrapper {
        clip-path: polygon(0 0%, 100% 0, 85% 100%, 0 100%);
        height: 50rem;
        margin-right: -25%;
        width: 125%;
    }

    .tray--related-content.full-width .content {
        background-color: var(--bright-grey);
        position: relative;
        display: flex;
        height: auto;
        padding: 60px;
        flex-direction: column;
        clip-path: polygon(0 0%, 100% 0, 90% 100%, 0 100%);
        margin: -0px 0px 0 -30px;
    }
}

/* MD Classes */
@media (min-width:992px) {
    .tray--feature-button.full-width .content {
        flex-direction: row;
    }

    .tray--feature-button.full-width .content-wrapper {
        height: 100%;
    }

    .tray--feature-button.full-width .button-wrapper {
        justify-content: center;
        align-items: center;
    }

    .anchor-bar .floating-menu form button {
        width: 65%;
    }

    .tray--feature-card .intro-row {
        flex-direction: row;
    }

    .tray--feature-card .title-block {
        margin-bottom: 0px;
    }

    .tray--feature-card .title {
        font-size: 35px;
    }

    .tray--feature-card.full-width .content {
        padding-left: 40px;
    }

    .tray--feature-card.card-grid.full-width {
        padding: 60px 180px;
    }

    .card-slider .intro-row {
        padding: 110px 180px 0 180px;
    }

    .tray--feature-card .title {
        word-break: normal;
    }

    .card-slider .card-swiper-container {
        margin: 0 180px;
    }
}

/* SM Classes */
@media (min-width:768px) {
    /* Title */
    .top-content-wrapper {
        background: white;
    }

    #title.subpage {
        display: block;
        background: white;
    }

    .tray--related-content.partial-width {
        padding: 0 50px;
    }

    .tray--related-content .content {
        padding: 60px;
    }

    /* Anchor bar */
    .anchor-bar {
        margin: 25px 0px 25px 0px;
        width: 100%;
        background: var(--deep-blue);
    }

        .anchor-bar .tabs {
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            row-gap: 0px;
            height: 100%;
        }

        .anchor-bar .tab {
            background: var(--deep-blue);
        }

            .anchor-bar .tab:hover {
                background: var(--ateneo-blue);
                cursor: pointer;
            }

            .anchor-bar .tab.on {
                background: var(--lapis-blue);
            }

        .anchor-bar .tab-content {
            padding: 15px 35px;
            color: var(--bright-grey);
            font-size: 15px;
            line-height: 18px;
            text-transform: uppercase;
            min-width: 200px;
        }

        .anchor-bar .tab.on .tab-content:after {
            transform: skew(14deg);
            border-right: solid 15px transparent;
            border-left: solid 15px transparent;
            border-top: solid 10px var(--lapis-blue);
            transform: translateX(-50%);
            position: absolute;
            z-index: -1;
            content: '';
            top: 100%;
            left: 85%;
            height: 0;
            width: 0;
        }

        .anchor-bar .tab-content i {
            transform: skew(14deg);
            color: var(--maize-yellow);
            margin-left: 15px;
        }

    /* Misc. */
    .slant-container {
        transform: skew(-14deg);
    }

    .tray--faculty-listing .faculty-row {
        flex-direction: row;
    }

    .tray--faculty-listing .profile-img-container {
        margin-bottom: 0;
    }

    .tray--faculty-listing {
        margin: 50px 0px 60px 0px;
    }

    .anchor-bar .button-container {
        display: flex;
        min-height: 50px;
    }

    .tray--faculty-listing .profile-img-container {
        margin-right: 30px;
    }
}

@media (max-width: 991px) {
    .card-slider .swiper-button-prev {
        display: none;
    }

    .card-slider .swiper-button-next {
        display: none;
    }
}

@media (max-width: 768px) {
    .mobile-request-button {
        display: flex;
    }

    .tray--faculty-listing .profile-img-container .circular--portrait {
        width: 160px;
        height: 160px;
    }
}

@media (max-width: 480px) {
    .tray--faculty-listing .faculty-row {
        flex-direction: column;
    }

    .tray--faculty-listing .profile-img-container {
        margin-bottom: 4rem;
    }

    .tray--faculty-listing {
        margin: 30px 0px 10px 0px;
    }

        .tray--faculty-listing .content-container {
            width: 100%;
        }

    .tray--accordion .nested-accordion .nested:last-child {
        margin-left: 40px;
    }

    .tray--feature-button .title,
    .tray--feature-card .title {
        font-size: 30px;
    }

    .tray--feature-card.card-grid.partial-width, .card-slider.partial-width .intro-row {
        padding: 50px 10px;
    }

    .tray--feature-card.partial-width .intro-row {
        padding: 0px 20px;
    }
}

@media (max-width:360px) {
}



/* SM Classes End */
