

/*** School Crosslink With List ***/
.school-crosslink-with-list {
    margin-top: 60px;
}
.school-crosslink-with-list .schoolMainCard__heightPadding__container {
    position: relative;
    height: 900px;
}
.school-crosslink-with-list .schoolMainCard {
    border-radius: var(--global-border-radius);
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--light-grey);
}
.school-crosslink-with-list .schoolMainCard {
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, max-height 0.35s ease, visibility 0s linear 0.35s;
}
.school-crosslink-with-list .schoolMainCard.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.35s ease, max-height 0.35s ease;
}

@media(min-width: 1200px) {
    .school-crosslink-with-list .schoolMainCard {
        padding-left: 0;
        padding-right: 0;
    }
}
@media(min-width: 992px) {
    .school-crosslink-with-list .schoolMainCard div.image-16by9 {
        height: 100%;
        padding-bottom: 0;
    }
}


@media(max-width: 991.98px) {
    .school-crosslink-with-list .schoolMainCard div.image-16by9 {
        margin-top: 20px;
    }
}
@media(max-width: 767.98px) {
    .school-crosslink-with-list .schoolMainCard.container {
        padding: 30px;
        padding-bottom: 10px;
    }
}
@media(max-width: 575.98px) {
    .school-crosslink-with-list .schoolMainCard div.image-16by9 {
        margin-top: 0;
    }
}

/*** =========== Main School Card Colours ===========  ***/

/*** Primary ***/
#main .school-crosslink-with-list .tab_select_buttons ul.button_row > li.active#Primary__select > a {
    background-color: var(--secondary-orange);
}
.school-crosslink-with-list .schoolMainCard#Primary__select__card {
    background-color: var(--secondary-orange);
}
.school-crosslink-with-list .schoolMainCard#Primary__select__card .main-content-column *:not(.button) {
    color: var(--white);
}
/*** Secondary ***/
#main .school-crosslink-with-list .tab_select_buttons ul.button_row > li.active#Middle-School__select > a {
    background-color: #34D171;
}
.school-crosslink-with-list .schoolMainCard#Middle-School__select__card {
    background-color: #34D171;
}
.school-crosslink-with-list .schoolMainCard#Middle-School__select__card .main-content-column *:not(.button) {
    color: var(--white);
}
/*** GCSE / Senior School ***/
#main .school-crosslink-with-list .tab_select_buttons ul.button_row > li.active#Senior-School-GCSE__select > a {
    background-color: #397CCF;
}
.school-crosslink-with-list .schoolMainCard#Senior-School-GCSE__select__card {
    background-color: #397CCF;
}
.school-crosslink-with-list .schoolMainCard#Senior-School-GCSE__select__card .main-content-column *:not(.button) {
    color: var(--white);
}
/*** A-levels ***/
#main .school-crosslink-with-list .tab_select_buttons ul.button_row > li.active#A-Levels__select > a {
    background-color: #143256;
}
.school-crosslink-with-list .schoolMainCard#A-Levels__select__card {
    background-color: #143256;
}
.school-crosslink-with-list .schoolMainCard#A-Levels__select__card .main-content-column *:not(.button) {
    color: var(--white);
}
/*** IB Diploma ***/
#main .school-crosslink-with-list .tab_select_buttons ul.button_row > li.active#IB-Diploma__select > a {
    background-color: #72849A;
}
.school-crosslink-with-list .schoolMainCard#IB-Diploma__select__card {
    background-color: #72849A;
}
.school-crosslink-with-list .schoolMainCard#IB-Diploma__select__card .main-content-column *:not(.button) {
    color: var(--white);
}



/*** Selects & dropdowns for schools ***/
.school-crosslink-with-list .tab_select_buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
.school-crosslink-with-list .tab_select_buttons .button_row {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.school-crosslink-with-list .tab_select_buttons .select_options {
    display: none;
    width: 250px;
    max-width: 100%;
}
@media(max-width: 991.98px) {
    #main .school-crosslink-with-list  .tab_select_buttons ul.button_row {
        display: none;
    }
    #main .school-crosslink-with-list .tab_select_buttons .select_options {
        display: block;
    }
    .school-crosslink-with-list .tab_select_buttons {
        margin-bottom: 40px;
    }
    .school-crosslink-with-list .main-content-column {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 500px;
        max-width: 100%;
        margin: 0 auto;
        flex: unset;
    }
}
@media(max-width: 575.98px) {
    .school-crosslink-with-list .tab_select_buttons .select_options {
        width: 100%;
    }
    .school-crosslink-with-list .tab_select_buttons {
        margin-bottom: 30px;
    }
}

.school-crosslink-with-list .key_differences_button > a.button {
    margin: 0px;
}
.school-crosslink-with-list .key_differences_button {
    margin-top: 45px;
}

.school-crosslink-with-list .checklist-box {
    border-radius: var(--global-border-radius-small);
    padding: 60px 50px 70px;
}
@media(min-width: 1599.98px) {
    .school-crosslink-with-list .checklist-box h4.column-heading {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 45px;
    }
}

.school-crosslink-with-list .school_icon_image {
    width: 120px;
    margin-bottom: 30px;
}

.school-crosslink-with-list .main-content-column div.pill {
    color: #397CCF;
}

.school-crosslink-with-list .custom_padding {
    padding: 120px 0px;
}

.school-crosslink-with-list .checklist-box .checklist-item-setting {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.school-crosslink-with-list .checklist-box p::after {
    content: '';
    background-image: url('assets/tick.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: calc(50% - 10px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    width: 26px;
    height: 20px;
}
.school-crosslink-with-list .checklist-box p {
    position: relative;
    padding-right: 41px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--text-black);
}
.school-crosslink-with-list .checklist-box p:last-of-type {
    margin-bottom: 0px;
}
.school-crosslink-with-list h4.h5style {
    margin-bottom: 30px;
}
@media(max-width: 1599.98px) {
    .school-crosslink-with-list .checklist-box {
        padding: 45px 40px;
    }
    .school-crosslink-with-list .custom_padding {
        padding: 80px 0;
    }
    .school-crosslink-with-list .school_icon_image {
        width: 90px;
        margin-bottom: 20px;
    }
    .school-crosslink-with-list h2 {
        margin-bottom: 25px;
    }
    .school-crosslink-with-list h4.h5style {
        margin-bottom: 25px;
    }
    .school-crosslink-with-list .column-heading.alt {
        margin-bottom: 30px;
    }

}
@media(max-width: 1199.98px){
    .school-crosslink-with-list .custom_padding {
        padding: 60px 0px;
    }
    .school-crosslink-with-list {
        margin-top: 45px;
    }
    .school-crosslink-with-list .checklist-box {
        padding: 35px;
    }
}
@media(max-width: 991.98px){
    .school-crosslink-with-list .custom_padding {
        padding: 40px 0px;
    }
    .school-crosslink-with-list .checklist-box {
        padding: 40px 30px;
    }
    .school-crosslink-with-list {
        margin-top: 40px;
    }
    .school-crosslink-with-list .key_differences_button {
        margin: 30px 0px;
    }
    .school-crosslink-with-list h2 {
        margin-bottom: 20px;
    }
    .school-crosslink-with-list h4.h5style {
        margin-bottom: 20px;
    }
}
@media(max-width: 767.98px){
    .school-crosslink-with-list .custom_padding {
        padding: 30px 0px;
        padding-bottom: 20px;
    }
    .school-crosslink-with-list .image-16by9 {
        margin-bottom: 10px;
    }
    .school-crosslink-with-list .checklist-box {
        padding: 30px 20px;
        margin-top: 20px;
    }
    .school-crosslink-with-list {
        margin-top: 30px;
    }
    .school-crosslink-with-list .checklist-box .checklist-item-setting {
        padding-bottom: 13px;
        margin-bottom: 13px;
    }
}
@media(max-width: 575.98px){
    .school-crosslink-with-list {
        margin-top: 30px;
    }
    .school-crosslink-with-list .checklist-box p::after {
        width: 18px;
        height: 15px;
    }
    .school-crosslink-with-list .school_icon_image {
        width: 80px;
        margin-bottom: 20px;
    }
    .school-crosslink-with-list h2 {
        margin-bottom: 15px;
    }
    .school-crosslink-with-list h4.h5style {
        margin-bottom: 15px;
    }
    .school-crosslink-with-list a.button.primary-button {
        width: 100%;
        margin: 0;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .school-crosslink-with-list .image-16by9 {
        margin-bottom: 0;
    }
    .school-crosslink-with-list .column-heading.alt {
        margin-bottom: 20px;
    }
}


.school-crosslink-with-list:has(+ .crosslink-text-based) {
    margin-bottom: 60px;
}


.spacer_heading_2024__gutenburg_block:has(+ .school-crosslink-with-list) p:last-of-type {
    margin-bottom: 0;
}

@media(max-width: 1599.98px) {
    .spacer_heading_2024__gutenburg_block:has(+ .school-crosslink-with-list) + .school-crosslink-with-list {
        margin-top: 30px;
    }
}

@media(max-width: 1199.98px) {
    .spacer_heading_2024__gutenburg_block:has(+ .school-crosslink-with-list) + .school-crosslink-with-list {
        margin-top: 10px;
    }
}

@media(max-width: 575.98px) {
    .spacer_heading_2024__gutenburg_block:has(+ .school-crosslink-with-list) + .school-crosslink-with-list {
        margin-top: 0;
    }
}
