:root {
    --background: #101136;
    --background: #1c1d4f;
    --backgroundDark: #05061e;
    --backgroundAlt: #5773b5;
    --degreePrimary: #a0fcd8;
    --degreeSecondary: #0f3281;
    --degreeGreen: #0f3281;
    --degreePurple: #590130;
    --degreeFont: #b8b8c3;
    --degreeButtonText: #343735;
}

/*
GLOBAL
--------------------------------------------------------------------------------------------- */

html, 
body {
    overflow-x: initial;
}

#degree {
    width: 100%;
}

body .breakdance,
.pt-content.bg-white {
    background: var(--background);
    color: var(--degreeFont);
}

.pt-content.bg-white * {
    color: #fff;
}

.border-radius {
    border-radius: 10px;
}

.img-no-radius img {
    border-radius: 0;
}

section {
    position: relative;
}

.page-title2.no-bg,
.footer-main,
.footer-bot,
.header-sticky #dr_header .header-main, 
#dr_header.mega-menu-open .header-main {
    background: var(--backgroundAlt);
}

/*
Tooltips
--------------------------------------------------- */

.tooltip .tooltip-text {
    background: var(--background);
    color: #fff;
    box-shadow: 0 0 8px -2px rgba(255,255,255,.4);
}

.tooltip .tooltip-text:before {
    border-top-color: var(--background);
}

/*
Forms
--------------------------------------------------- */

.degree input,
.degree select,
.degree .upload-files-trigger{
    border-radius: 40px !important;
}

.degree textarea {
    border-radius: 10px !important;
}

/*
Background
--------------------------------------------------- */

.bg-primary {
    background-color: var(--degreePrimary);
}

.bg-secondary {
    background-color: var(--degreeSecondary);
}

.bg-green {
    background-color: var(--degreeGreen);
}

.degree .bg-purple {
    background-color: var(--degreePurple);
}

.bg-alt {
    background-color: var(--backgroundAlt);
}

.degree .bg-dark {
    background-color: var(--backgroundDark);
}

.txt-button {
    color: var(--degreeButtonText);
}

.audition-process strong {
    color: #fff
}

.padding-default {
    padding: 30px;
}

/*
Carousel
--------------------------------------------------- */

.degree .new-carousel {
    padding-top: 80px;
}

.degree .new-carousel .arrow {
    top: 0;
    transform: none;
    right: 15px;
    left: auto;
    border-color: var(--degreePrimary);
    margin-top: 0;
    color: var(--degreePrimary);
}

.degree .new-carousel .arrow.left {
    margin-right: 95px;
}

.degree .new-carousel .arrow:hover {
    box-shadow: none;
    background: var(--degreePrimary);
    color: #fff;
}

/*
Titles
--------------------------------------------------- */

.page-title-degree h1 {
    font-size: 80px;
}

h2 {
    font-size: 56px;
}

.degree-title {
    position: relative;
    line-height: 1;
}

.degree-title:not(.no-circle):before {
    content: '';
    position: absolute;
    height: 500px;
    width: 500px;
    background: rgba(255,255,255,.05);
    border-radius: 50%;
    top: 20px;
    left: 50px;
    transform: translateX(-100%);
    pointer-events: none;
}

.degree-title span:nth-child(1) {
    display: block;
}

.degree-title:not(.txt-center) span:nth-child(2) {
    margin-left: 40px;
}

.degree-title span:not(:nth-child(1)) {
    display: inline-block;
    color: var(--degreePrimary);
    font-size: 200%;
}

.degree-title-alt span:not(:nth-child(1)) {
    color: var(--degreeSecondary);
}

.degree-title-light span:not(:nth-child(1)) {
    color: #fff;
}

.degree-subtitle > * {
    display: block;
    max-width: 900px;
}

.degree-subtitle {
    position: relative;
    padding-bottom: 50px;
    border-bottom: solid 1px var(--degreeFont);
    margin-bottom: 50px;
    transition: all .6s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

/*.degree-subtitle:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border: solid 1px var(--degreeFont);
    border-width: 1px 0 0 1px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 0;
}*/

.in-vp .degree-subtitle {
    opacity: 1;
    visibility: visible;
    transition-delay: .7s;
}

/*
Degree Button
--------------------------------------------------- */

.button.button-degree {
    background: var(--degreePrimary);
    border-radius: 30px;
    padding: 0;
    z-index: 2;
}

.button.button-degree .button-text {
    position: relative;
    display: block;
    padding: 20px 90px 20px 30px;
    color: var(--degreeButtonText);
}

/*
Hovering
------------------------- */

.button.button-degree:hover {
    box-shadow: none !important;
    transform: none !important;
}

.button.button-degree:after {
    content: '';
    position: absolute;
    height: 59px;
    width: 59px;
    /*border-radius: 50%;*/
    transform: skew(-18deg);
    background: #fff;
    opacity: .5;
    top: 0;
    right: 0;
    transition: all .2s ease-in-out;
    z-index: -1;
}

.button.button-degree svg {
    position: absolute;
    top: 50% !important;
    right: 20px !important;
    height: 20px;
    width: auto;
    margin-top: -10px;
    transform: none !important;
}

.button.button-degree:hover:after {
    width: 105%;
    right: -2% !important;
    opacity: .1;
}

.button.button-degree .button-text,
.button.button-degree svg {
    transition: all .3s ease-in-out;
}

.button.button-degree:hover .button-text {
    transform: translateX(12px);
}

.button.button-degree:hover .button-text svg {
    transform: translateX(-30px) !important;
}

/*
Small
------------------------- */

.button.button-degree.small {
    padding: 0;
}

.button.button-degree.small.no-icon:after {
    right: -59px;
}

.button.button-degree.small .button-text {
    padding: 12px 20px;
}

.button.button-degree.small:hover .button-text {
    transform: none;
}

/*
Light
------------------------- */

.button.button-degree.light:after {
    background: var(--degreePrimary);
}

/*
Modals
--------------------------------------------------- */

.video-modal .modal-bg {
    background: var(--background);
}

.video-modal .neon-light {
    display: none
}

.degree .video-modal iframe {
    width: 95%;
    height: 95%;
}

/*
PAGE TITLE
--------------------------------------------------------------------------------------------- */

.no-pt-header-clear {
    display: none;
}

/*
Setup
--------------------------------------------------- */

.page-title-degree {
    position: relative;
    background-color: var(--background);
}

.page-title-degree:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.6) 60%, rgba(0,0,0,.4));
    background: -o-linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.6) 60%, rgba(0,0,0,.4));
    background: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.6) 60%, rgba(0,0,0,.4));
}

/*
Content
--------------------------------------------------- */

.page-title-degree .content-wrap {
    position: relative;
    min-height: 70vh;
    z-index: 2
}

.page-title-degree .content {
    position: absolute;
    bottom: 12.5vh;
    left: 15px;
    right: 15px;
    padding-bottom: 80px;
}

.page-title-degree .trigger-video {
    margin-left: 50px;
}

.page-title-degree .word:nth-child(2):after {
    content: '';
    display: table;
    clear: both;
}

/*
Play Video Icon
--------------------------------------------------- *

.page-title-degree .play-video {
    position: absolute;
    height: 200px;
    width: 200px;
    background: var(--purple);
    bottom: 0;
    right: 0;
    border-radius: 50%;
    transform: rotate(18deg);
}

.page-title-degree .play-video .play-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
}

.page-title-degree .play-video svg {
    display: block;
    height: 60px;
    width: auto;
    margin-bottom: 16px;
}

.page-title-degree .play-video p {
    white-space: nowrap;
    font-size: 16px;
}

/*
DEGREE BREAKDOWN
--------------------------------------------------------------------------------------------- */

.degree-breakdown {
    border-top: solid 8px var(--degreeSecondary);
}

.degree-breakdown-inner {
    position: relative;
    background: var(--degreeSecondary);
    padding: 30px 0 10px;
    /*border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.3);*/
    margin-top: 0 !important;
    z-index: 10;
    opacity: 0;
    transition: opacity .35s ease-in-out;
    transition-delay: 1.5s;
}

.in-vp .degree-breakdown-inner {
    opacity: 1;
}

.degree-breakdown-item {
    flex: 1 1;
    border-right: solid 1px #fff;
    padding: 0 30px;
    margin-bottom: 20px;
}

.degree-breakdown-item:last-child {
    border-right: none;
}

.degree-breakdown .breakdown-title {
    font-weight: 600;
    color: #fff;
    display: block;
    font-size: 12px;
}

.degree-breakdown .breakdown-content {
    color: #fff;
}

/*
QUICK LINKS
--------------------------------------------------------------------------------------------- */

.quick-links-wrap {
    padding: 60px 0 0;
}

.quick-links-inner {
    justify-content: space-between;
    width: calc(100% - 200px);
    overflow: auto;
}

.quick-links-inner::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.quick-links-inner {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.quick-links a:not(.button) {
    color: var(--degreeFont);
    text-transform: capitalize;
    margin-right: 30px;
    white-space: nowrap;
}

.quick-links a.active {
    color: #fff
}

.active-border {
    position: absolute;
    height: 3px;
    background: #fff;
    bottom: -1px;
    z-index: 10;
    transition: width .4s ease, left .4s ease;
}

/*
Buttons
--------------------------------------------------- */

.quick-link-section.section-buttons {
    width: 250px;
    justify-content: flex-end;
}

.quick-link-section.section-buttons .button.button-degree {
    width: auto;
    margin-left: 10px !important;
    white-space: nowrap;
}

.quick-link-section.section-buttons .button.button-degree.alt {
    border: solid 1px var(--degreePrimary) !important;
    background: transparent;
}

.quick-link-section.section-buttons .button.button-degree.alt .button-text {
    padding-top: 11px;
    padding-bottom: 11px;
    color: var(--degreePrimary);
}

/*
Logo
--------------------------------------------------- */

.quick-links .arts1-logo {
    visibility: hidden;
    opacity: 0;
    color: #fff;
}

.quick-links .arts1-logo svg {
    position: absolute;
    height: 80%;
    width: auto;
    top: 10%;
    left: 15px;
    transition: all .3s ease-in-out;
    display: none;
}

.is-stuck .quick-links .arts1-logo {
    opacity: 1;
    visibility: visible;
}

/*
Stuck
--------------------------------------------------- */

.quick-links-wrap.is-stuck .quick-links {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--background);
    padding: 15px 0;
    z-index: 100;
}

.quick-links-wrap .quick-links:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--degreeFont);
}

.quick-links-wrap.is-stuck .quick-links:after {
    width: 100%;
}

/*
Responsive
--------------------------------------------------- */

.quick-links-wrap {
    position: relative;
}

.quick-links-reponsive-toggle {
    margin-left: -15px;
    padding-left: 15px;
    min-height: 66px;
    cursor: pointer;
}

.quick-links-responsive svg {
    display: block;
    height: 30px;
    width: auto;
    top: 0;
}

.quick-links-responsive .current-name {
    font-weight: 600;
    margin-left: 20px;
    color: #fff;
    font-size: 16px;
}

.quick-links-responsive .dropdown-items {
    position: fixed;
    bottom: auto;
    top: 65px;
    left: 0;
    background: var(--background);
    padding: 20px 20px 10px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 6px 16px -2px rgba(0,0,0,.4);
    z-index: 10;
    width: 300px;
    max-width: calc(100vw - 30px);
    border: solid 1px var(--degreeFont);
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
}

.quick-links-responsive .dropdown-items a {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    margin-right: 0 !important;
    border-radius: 10px;
    transition: all .2s ease-in-out;
}

.quick-links-responsive .dropdown-items a.active {
    padding: 0 10px;
    background: rgba(255,255,255,.3);
}

.quick-links-responsive .dropdown-items a:after {
    display: none !important;
}

.quick-links-responsive.dropdown-open .dropdown-items {
    opacity: 1;
    visibility: visible;
    left: 15px;
}

.quick-links-wrap:not(.is-stuck) .quick-links-responsive .dropdown-items {
    position: absolute;
    bottom: -14px;
    left: 0;
    transform: translateY(100%);
    top: auto;
}

/*
COLUMN ANIMATION
--------------------------------------------------------------------------------------------- */

.col {
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    transition: all .3s linear;
}

.in-vp .col {
    transform: translateY(0);
    opacity: 1;
    transition-delay: .8s;
}

.in-vp .col-2 {
    transition-delay: 1.1s;
}

.in-vp .col-3 {
    transition-delay: 1.4s;
}

.in-vp .col-4 {
    transition-delay: 1.7s;
}

/*
SECTION OVERVIEW
--------------------------------------------------------------------------------------------- */

.section-overview .cta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 30px;
    cursor: pointer;
}

.section-overview .cta svg {
    position: absolute;
    bottom: 15px;
    right: 30px;
    height: 20px;
    width: auto;
}

.degree-cost h3 {
    font-size: 50px;
    line-height: 1;
}

/*

.section-overview:after {
    content: '';
    position: absolute;
    height: 140vh;
    width: 140vh;
    border: solid 10px var(--backgroundAlt);
    border-radius: 50%;
    bottom: 0;
    left: 60%;
    transform: translateY(81.77%);
    z-index: -1;
}

/*
SECTION WHAT YOU WILL STUDY
--------------------------------------------------------------------------------------------- */

/*
Toggles
--------------------------------------------------- */

.wwws-toggles span {
    color: #fff;
    margin-right: 20px;
    cursor: pointer;
}

.wwws-toggles span.current {
    font-weight: 600;
}

.wwws-toggles span.current {
    border: solid 2px;
    padding: 4px 12px;
}

/*
Background
--------------------------------------------------- */

.study-step {
    padding: 30px;
    background: var(--backgroundDark);
    border-radius: 10px;
    height: 100%;
}

.new-carousel .study-step {
    cursor: pointer;
}

.new-carousel .study-step .study-content {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.study-step .year,
.modal .year {
    background: #fff;
    padding: 2px 12px;
    border-radius: 4px;
    color: var(--backgroundDark);
    color: #fff;
    font-size: 14px;
    margin-bottom: 6px;
}

.modal .year {
    margin-bottom: 20px;
    font-size: 18px;
    background: #fff;
}

.modal .year1,
.study-step .year.year1 {
    background: var(--degreePrimary);
}

.modal .year2,
.study-step .year.year2 {
    background: var(--degreeSecondary);
}

.modal .year3,
.study-step .year.year3 {
    background: var(--degreePurple);
}

/*
MODAL
--------------------------------------------------------------------------------------------- */

.modal.open .modal-bg {
    opacity: 1;
    visibility: visible;
}

.modal-side .modal-inner {
    position: absolute;
    right: 0;
    width: 1200px;
    max-width: 100%;
    background: var(--background);
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 10;
    transform: translateX(100%);
    padding: 60px;
}

.modal .modal-bg,
.modal-side .modal-inner {
    transition: all .3s ease-in-out;
}

.modal-side.open .modal-inner {
    transform: translateX(0);
}

.video-modal .close.close-video-modal svg,
.modal-side.open .modal-inner .modal-close svg {
    position: fixed;
    top: 0;
    right: 0;
    height: 60px;
    width: auto;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

.video-modal .close-video-modal:before,
.modal-side.open .modal-inner .modal-close:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    border: solid 2px var(--backgroundDark);
    background: var(--backgroundDark);
    margin: -80px -80px 0 0;
}

.modal .study-content {
    cursor: pointer;
}

/*
SECTION OPEN DAYS
--------------------------------------------------------------------------------------------- */

.section-open-days {
    overflow: hidden;
}

.open-day-date {
    padding: 30px;
    border-radius: 10px;
    /*background: #8383e4*/
    /* background: #3a5592 */
}

.open-day-date .arrow-right-wrap svg {
    position: absolute;
    bottom: 30px;
    right: 30px;
    top: auto;
    transform: translateY(-50%);
    transition: all .2s ease-in-out;
}

.open-day-date:hover .arrow-right-wrap svg {
    right: 20px;
}

.open-day-date p.time {
    margin: 10px 0 0 20px;
}

.open-day-link,
.open-day-link-border {
    position: absolute;
    height: 140vh;
    width: 140vh;
    top: 50%;
    left: 60%;
    transform: translateY(-50%);
    border-radius: 50%;
    overflow: hidden;
    border: solid 10px var(--background);
}

.open-day-link .video-wrap-open-day,
.open-day-link .video-wrap-open-day iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.open-day-link .video-wrap-open-day {
    padding-top: 177%;
    height: auto;
}

.open-day-link .video-wrap-open-day:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .4;
    z-index: 10;
}

.open-day-link .video-wrap-open-day iframe {
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    filter: grayscale(1)
}

.open-day-content {
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-weight: 600;
    z-index: 11;
    width: 40%;
    padding: 0 15px;
}

/*
MASTERCLASS
--------------------------------------------------------------------------------------------- */

.carousel-degree-masterclasses .scroller {
    display: flex;
}

.degree-masterclass {
    border-radius: 10px;
    overflow: hidden;
    background: var(--degreePrimary);
    height: 100%;
}

.degree-masterclass .content {
    color: #fff;
    padding: 20px;
}

.degree-masterclass img {
    border-radius: 0
}

/*
FACILITIES
--------------------------------------------------------------------------------------------- */

/*
Background
--------------------------------------------------- */

.facility-bg {
    transition: all .4s ease-in-out;
    opacity: 0;
}

.facility-bg.active {
    opacity: 1;
}

/*
Toggles
--------------------------------------------------- */

.facilities-toggles {
    padding: 30px;
    border-radius: 10px 10px 0 0;
}

.facilities-toggles-inner {
    position: sticky;
    top: 100px;
}

.facilities-toggles .facility-toggle {
    font-size: 16px;
    color: var(--degreeButtonText);
    padding: 8px 0;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.facilities-toggles .facility-toggle.current {
    font-weight: 600;
    background: rgba(255,255,255,.5);
    padding: 8px 16px;
}

/*
Cotnetn
--------------------------------------------------- */

.facilities-content .content-inner {
    position: relative;
    padding: 30px;
    background: var(--background);
    border-radius: 10px 10px 0 0;
    margin: -90px 30px 0;
    z-index: 10;
}

/*
CTA -- CUTOUT
--------------------------------------------------------------------------------------------- */

.cta-cutout img {
    position: absolute;
    height: 95%;
    width: auto;
    bottom: 0;
    left: 25%;
    transform: translateX(-50%);
    z-index: 10
}

/*
TEAM
--------------------------------------------------------------------------------------------- */

/*
Index Number
--------------------------------------------------- */

.staff .index-number {
    position: absolute;
    top: 30px;
    left: 10px;
    transform: rotate(-90deg) translateY(-100%);
    font-size: 100px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    color: var(--backgroundAlt);
}

/*
Toggles
--------------------------------------------------- */

.staff .staff-toggle {
    position: absolute;
    height: 40px;
    width: 40px;
    bottom: 0;
    left: 0;
    background: var(--background);
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin: 0 0 -50px -50px;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.staff .staff-toggle.right {
    left: auto;
    right: 0;
    margin: 0 -50px -50px 0;
}

.staff .staff-toggle svg {
    position: absolute;
    top: 25%;
    right: 25%;
}

.staff .staff-toggle.right svg {
    right: auto;
    left: 25%;
}

.staff .staff-toggle:hover {
    background: var(--backgroundAlt);
}

/*
Alt */

.bg-alt .staff .staff-toggle {
    background: var(--backgroundAlt);
}

.bg-alt .staff .index-number {
    color: var(--background);
}

.bg-alt .staff .staff-toggle:hover {
    background: var(--background);
}

/*
Content
--------------------------------------------------- */

.staff .job-title {
    margin-left: 30px;
}

/*
SVG
--------------------------------------------------- */

.section-staff .arts1-logo svg {
    position: absolute;
    bottom: 0;
    /* left: 0; */
    top: auto;
    height: 60%;
    width: auto;
    right: 0;
    z-index: -1;
    color: var(--backgroundDark);
}

/*
Animate
--------------------------------------------------- */

.staff-image,
.index-number,
.staff-content {
    transition: all .3s ease-in-out;
}

.staff-image {
    transform: translateY(30px);
    opacity: 0;
}

.animate .staff-image {
    transform: translateY(0);
    opacity: 1;
}

.staff .index-number {
    left: 200px;
}

.staff.animate .index-number {
    left: 10px;
    transition-delay: .3s;
}

.staff-content {
    opacity: 0;
}

.animate .staff-content {
    opacity: 1;
    transition-delay: .3s;
}

/*
ENTRY REQUIREMENTS
--------------------------------------------------------------------------------------------- */

/*
UCAS
--------------------------------------------------- */

.ucas-points {
    position: relative;
    padding: 80px 0 40px;
}

.ucas-points:before {
    content: '';
    position: absolute;
    top: -50px;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--degreePurple);
    background: linear-gradient(0deg, var(--degreePurple) 0%, transparent 100%);
    border-radius: 0 0 10px 10px;
}

.ucas-points h4 {
    color:#fff;
    font-size: 70px;
}

/*
Entry Requirements
--------------------------------------------------- */

.entry-requirements-optional {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.entry-requirements-optional .content {
    padding: 50px 30px;
}

.entry-requirements-optional .flex > div {
    flex: 1 1;
}

/*
RESPONSIVE
--------------------------------------------------------------------------------------------- */

/*
Typography
--------------------------------------------------- */

@media ( max-width: 1400px ) {
    
    .page-title-degree h1 {
        font-size: 60px;
    }
    
    h2.degree-title {
        font-size: 40px;
    }
    
}

@media ( max-width: 991px ) {
    
    .degree .page-title2,
    .page-title-degree {
        margin-top: 0 !important;
    }
    
    .page-title-degree h1 {
        font-size: 50px;
    }
    
    h2.degree-title {
        font-size: 40px;
    }
    
    .degree-title span:not(:nth-child(1)) {
        font-size: 140%;
    }
    
}

@media ( max-width: 767px ) {
    
    .page-title-degree h1 {
        font-size: 40px;
    }
    
    h2.degree-title {
        font-size: 26px;
    }
    
    .degree-title span:not(:nth-child(1)) {
        font-size: 170%;
    }
    
    .degree-title:not(.txt-center) span:nth-child(2) {
        margin-left: 0;
    }
    
    p,
    .lead, .lead p {
        font-size: 18px;
    }
    
}

@media ( max-width: 375px ) {
    
    .page-title-degree h1 {
        font-size: 36px;
    }
    
    h2.degree-title {
        font-size: 24px;
    }
    
    .degree-title span:not(:nth-child(1)) {
        font-size: 130%;
    }
    
}

/*
Misc
--------------------------------------------------- */

.hide-md,
.quick-links-responsive {
    display: none;
}

@media ( max-width: 1600px ) {
    
    .active-border {
        display: none;
    }
    
    .quick-links {
        line-height: 38px;
    }
    
    .quick-links a {
        display: block;
        
        position: relative;
    }
    
    .quick-links a.active:after {
        content: '';
        position: absolute;
        height: 3px;
        left: 0;
        right: 0;
        bottom: 0px;
        background: #fff;
    }
    
}

@media ( max-width: 1200px ) {
    
    .staff .index-number,
    .hide-sm {
        display: none
    }
    
    .show-sm {
        display: block;
    }
    
}

/*
iPAD
--------------------------------------------------- */

@media ( max-width: 991px ) {
    
    html, body {
        overflow-x: hidden;
    }
    
    .open-day-link {
        position: relative;
        top: auto;
        left: 0;
        transform: none;
        height: auto;
        width: 100%;
        border-radius: 0;
        border: none;
    }
    
    /*
    Page Title */
    
    .page-title-degree .trigger-video {
        margin-top: 40px;
        margin-left: 0;
        justify-content: center
    }
    
    .page-title-degree .content {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0 0 10vh;
    }
    
    .page-title-degree .banner-play .play-icon {
        width: 60px; 
        height: 60px;
    }
    
    .page-title-degree .banner-play .play-icon .svg-play {
        padding: 15px;
    }
    
    .page-title-degree .content-wrap {
        min-height: 0;
    }
    
    /*
    Open Days */
    
    .section-open-days {
        padding-bottom: 0 !important;
    }
    
    .open-day-content {
        bottom: 25vh;
        top: auto;
        transform: translateY(50%);
        width: 100%;
    }
    
    .open-day-link .video-wrap-open-day iframe {
        left: 0;
    }
    
    /*
    Facilities */
    
    .facilities-toggles {
        border-radius: 10px;
        margin-bottom: 60px;
    }
    
    .facilities-toggles .facility-toggle:last-child {
        margin-bottom: 0;
    }
    
    /*
    Staff */
    
    .section-staff .arts1-logo svg {
        height: 50vh;
    }
    
    /*
    Parent */
    
    .degree .parent-large {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    
    /*
    Quick Links */
    
    .is-stuck .quick-links .container {
        width: 100%;
    }
    
    .quick-links .arts1-logo svg {
        left: auto;
        right: 15px;
    }
    
    .quick-links-responsive {
        display: flex;
    }
    
    .quick-links-inner {
        display: none;
    }
    
}

@media ( max-width: 767px ) {
    
    .degree-breakdown-inner .flex {
        display: block;
    }
    
    .degree-breakdown-item {
        border-right: none
    }
    
    .page-title-degree .button .icon-wrap,
    .page-title-degree .button.button-degree:after {
        display: none;
    }
    
    .page-title-degree .content {
        padding: 10vh 0;
    }
    
    .facilities-content .content-inner {
        margin: -30px 15px 0;
    }
    
    .quick-links-inner {
        width: calc(100% - 180px);
    }
    
    .page-title-degree .button.button-degree .button-text {
        padding-right: 30px;
    }
    
    .modal-side .modal-inner {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .button.button-degree .button-text {
        font-size: 14px;
    }
    
    /*
    Carousel */
    
    .degree .new-carousel {
        padding-top: 60px;
    }
    
    .degree .new-carousel .arrow {
        height: 40px;
        width: 40px;
        padding: 10px;
    }
    
    .degree .new-carousel .arrow svg {
        display: block
    }
    
    .degree .new-carousel .arrow.left {
        margin-right: 65px;
    }
    
    /*
    Animation */
    
    .col-1,
    .col-2,
    .col-3,
    .col-4 {
        transition-delay: .3s !important;
    }
    
    /*
    Open Days */
    
    .open-day-link.video-bg {
        padding: 30vh 0;
    }
    
    .open-day-content {
        bottom: 30vh;
    }
    
    /*
    Quick Links */
    
    .quick-links {
        padding: 0 !important;
    }
    
    .quick-links .button.button-degree.small .button-text {
        font-size: 12px;
    }
    
    .quick-links-responsive svg {
        height: 20px;
    }
    
    .is-stuck .quick-links .container {
        padding-right: 15px;
    }
    
    .quick-links-responsive .current-name {
        font-size: 14px;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1;
        margin-left: 15px;
    }
    
    .quick-links .arts1-logo svg {
        display: none;
    }
    
    .quick-link-section .button {
        white-space: nowrap;
    }
    
}