@charset "utf-8";
/* CSS Document */

/* phone up to portrait */
@media only screen and (max-width: 575px) {

    header .main-header ul {

        justify-content: start;
        overflow: auto;

    }

    ul#menu-main-menu-1 {
        top: 100px;
        position: relative;
    }
    .header.side-menu-header-style .side-menu ul.menu li ul.sub-menu {
        transform: none;
    }

    #ctf #ctf-more {

        margin-top: 30px !important;
    }

    .top-nav span.contact-meta {
        font-size: 14px;
    }

    .container-fluid {
        margin: 0 0 50px 0;
    }

    table.term-table td {
        font-size: 15px;
    }

    .header .main-header .side-menu ul li a {
        font-size: 20px !important;
    }

    /*ul#menu-main-menu, ul#menu-main-menu-1 {*/
    /*    padding: 10px;*/
    /*    padding-top: 130px;*/
    /*}*/
    
    .header .side-menu-active .side-menu:after {
        left: -13px;
    }

    .header.side-menu-header-style .side-menu ul.menu li ul.sub-menu {
        top: auto;
        padding: 0;
        position: relative;
        left: 0;
    }

    .desktop-logo {
        display: none;
    }

    .header .logo-wrapper a:nth-child(1) {
        border-right: 0px solid var(--colour-1);
        padding-right: 15px;


    }

    .header.alt-header .logo-wrapper a:nth-child(1) {
        border-right: 0px solid white;
        padding-right: 15px;


    }

    .menu-btn .burger-menu {

        min-width: 40px;
        min-height: 40px;
    }

    .logo-wrapper a:nth-child(1) {
        border-right: 0px solid white;
        padding-right: 15px;
    }



    .term-dates.container {
        max-width: 400px !important;
    }

    .split-content-blocks .split-content-inner .sub-title {
        font-size: 20px;
        line-height: 20px;
        font-weight: 600;
        margin: 0;
        color: var(--colour-1);
        text-transform: uppercase;
    }

    .school-features {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 1.5em;
        margin: 40px 0px;
        position: relative;

    }

    .school-features .feature {
        height: 250px;

    }

    .school-features .feature-title h3 {
        font-size: 1.7rem;
    }

    .subject-row {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 2rem;
        row-gap: 6rem;
    }

    .row.year-group-row {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 1.5em;
    }

    .gallery-bg-square {
        display: none;
    }

    .gallery-image {
        position: relative;
        height: fit-content;
    }

    .vv-gallery-content {
        margin-top: 25px !important;
    }

    body {
        overflow-x: hidden;
    }

    .downloads-list .download-item svg {
        max-width: 40px;
    }

    .container {
        width: 100%;
        max-width: 350px;
    }

    .script-embed-container iframe.isOpened {
        height: 300px !important;
    }

    form.vacancy-list {
        margin-top: 0px;
    }

    .filterable-dropdown-block>span {
        margin-bottom: 10px;
    }

    .contact-page-module .contact-meta .meta-inner.telephone span {
        margin-right: 0px;
    }

    .error-404-block b.title {
        font-size: 14px;
        padding: 9px 15px;
        padding-right: 10px;
        line-height: 1.5;
        margin-bottom: 20px;
        letter-spacing: 2px;
        font-weight: 500;
    }

    .error-404-block h1 {
        font-size: 140px;
        margin-bottom: 14px;
        margin-left: 0px;
        margin-top: 7px;
    }

    .error-404-block .content {
        margin-bottom: 40px;
    }

    .header ul li {
        margin: 0 36px 0 0;
    }

    .cookieconsent-popup {
        max-width: calc(100vw - 20px);
        bottom: 10px;
    }

    .cookieconsent-popup .hidden-mobile {
        display: none;
    }

    .cookieconsent-dialog {
        top: 0%;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        height: 100vh;
        overflow-x: hidden;
        overflow-y: scroll;
        background: #ffffff;
    }

    .cookieconsent-dialog-content {
        width: 100%;
    }

    .footer-top .footer-menus {
        min-width: 230px;
    }

    h1 {
        font-size: 30px;
        margin: 30px 0 18px 0;
    }

    h2 {
        font-size: 25px;
    }

    h4 {
        font-size: 20px;
    }

    h3 {
        font-size: 20px;
    }

    form.filterable_search.post-list article {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hero-plain h1,
    .hero-background-block h1 {
        margin: -9px 0 -9px 0px;
    }

    .hero-plain p#breadcrumbs,
    .hero-background-block p#breadcrumbs,
    .hero.hero-full-image p#breadcrumbs {
        margin-bottom: 20px;
    }

    /*
.full-width-image a.img-filter, .full-width-video a.video-player {
    height: 220px;
}
*/

    .vacancy-post.vacancy-page .vacancy-meta {
        flex-wrap: wrap-reverse;
    }

    .vacancy-post.vacancy-page .vacancy-meta>div {
        min-width: 100%;
        flex: 0 0 100%;
        justify-content: start !important;
    }

    .vacancy-post.vacancy-page .vacancy-meta a.btn {
        float: left;
        margin-bottom: 30px;
    }

    .flexible-article-fields .flexible-row-block {
        margin-bottom: 40px;
    }

    hr {
        margin: 11px 0 17px 0;
    }

    blockquote {
        font-size: 24px;
    }

    blockquote p {
        line-height: 34px;
    }

    .img-grid .img-grid-row .gradient-overlay {
        max-height: 220px;
    }

    .modal-outer .modal-inner {
        padding: 0px;
        background: #ffffff;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .title-row {
        margin-bottom: 35px;
    }

    .title-row h3 {
        margin: -4px 0 -5px 0px;
        font-size: 20px;
        line-height: 1.4;
    }

    .next-posts span.nav-posts span {
        text-align: left;
    }

    .next-posts span.nav-posts a,
    .next-posts span.nav-posts p {
        text-align: left;
    }

    .img-grid .img-grid-row h4 {
        font-size: 18px;
        margin: 15px 0 -7px 0;
    }

    .filterable-dropdown .filterable-dropdown-block {
        position: relative;
        right: 0px;
        top: 0px;
        z-index: 6;
        height: 50px;
        margin-bottom: 30px;
        width: 100%;
    }

    .filterable-dropdown-block .select-block ul {
        width: calc(100% + 2px);
    }

    a.video-player .video-icon {
        width: 40px;
        height: 48px;
    }

    a.video-player .video-icon span {
        border-top: 24px solid transparent;
        border-bottom: 24px solid transparent;
        border-left: 40px solid #ffffff;
        left: 0;
        top: 0;
        width: 0;
        height: 0;
    }

    .half-half-content .img-preview,
    .half-half-content .img-preview img {
        max-height: 360px;
    }

    .link-blocks a {
        height: 300px;
    }


    .standard-post {
        margin-bottom: 60px;
    }

    .post-list .post-inner a.post-thumbnail {
        height: 180px;
        margin-bottom: 22px;
    }

    .section.share {
        margin-top: 25px;
    }

    .post-social-meta {
        margin-top: 40px;
    }

    .section.share b.posted {
        font-size: 14px;
        padding-right: 11px;
    }

    .contact-page-module {
        margin: 0 0 -1px 0;
        padding-bottom: 40px;
    }

    .post-list .post-inner h4 {
        padding: 0 20px;
        font-size: 18px;
        line-height: 1.3;
        margin-top: -5px;
        margin-bottom: 13px;
    }

    .navigation ul {
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .footer-bottom p span {
        margin: 0px 2px 0;
    }

    .scrollable-menu-inner ul li a {
        height: auto;
        padding: 12px 0;
        font-size: 16px;
        line-height: 1.3;
        min-height: 40px;
    }

    .post-list .post-inner span.meta {
        padding: 0 20px 20px;
    }

    .header a#logo-main {
        height: 50px;
    }

    .header .main-header {
        height: 76px;
    }

    .scrollable-menu-inner {
        max-width: 170px;
    }

    .link-blocks a h3 {
        font-size: 18px;
    }

    .modal-outer .modal-inner .modal-block .col {
        flex: 1;
        max-width: 100%;
        min-width: 100%;
    }

    .modal-outer .modal-inner .modal-block .col {
        flex: 1;
        max-width: 100%;
        min-width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: start;
        align-content: start;
    }

    .modal-outer .modal-inner .modal-block a.close-modal {
        right: 20px;
        top: 20px;
    }

    .team-blocks a.team-block .team-meta span {
        font-size: 16px;
    }

    .team-blocks a.team-block .team-meta h6 {
        margin: -4px 0 10px;
    }

    .team-blocks a.team-block .team-meta {
        padding-bottom: 5px;
    }

    .next-prev-posts {
        margin-bottom: 50px;
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .next-posts span.nav-posts a,
    .next-posts span.nav-posts p {
        font-size: 16px;
        margin: -4px 0 -4px 0;
    }

    .downloads-list.global-privacy .download-item {
        font-size: 16px;
        height: auto;
        padding-left: 22px;
        padding-top: 11px;
        padding-bottom: 13px;
    }

    .vacancy-post.singular .flex-grow-1,
    .vacancy-post.singular .flex-grow-0 {
        min-width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }

    .vacancy-post.singular .flex-grow-0 {
        justify-content: start !important;
        margin-top: 35px;
    }

    .downloads-list.global-privacy .download-item img {
        right: 22px;
    }

    .downloads-list.global-privacy {
        margin-bottom: 40px;
        margin-top: 15px;
    }

    .page-template-contact-page .hero-plain h1 {
        font-size: 38px;
        margin: -15px 0 -13px 0px;
    }

    .map-container .map-container-inner {
        top: 0px;
        left: 0px;
        width: 100%;
        position: relative !important;
        height: 350px;
        margin-bottom: 0px;
        display: flex !important;
        justify-content: center;
        align-items: start;
        align-content: start;
    }

    .map-container .map-container-inner iframe {
        height: 100%;
        position: absolute;
        top: 0px;
        width: 100vw;
    }

    .academy-modal.modal-outer .modal-inner .modal-block .img-preview {
        background: none;
        margin-bottom: 40px;
    }

    .academy-modal.modal-outer .modal-inner .modal-block .content {
        margin-bottom: 30px;
    }

    .header a#logo-main .site-title b,
    .header a#logo-main .site-title span {
        white-space: nowrap;
    }

    .header.alt-header nav {
        margin-top: 0px;
    }

    .child-link-blocks {
        margin-top: 40px;
    }

    .contact-page-module ul.social-media {
        margin: 0px;
        margin-bottom: 40px;
    }

    .contact-page-module .contact-meta .meta-inner p br {
        display: none;
    }

    .page-template-contact-page .hero {
        margin-bottom: 40px;
    }

    .contact-page-module .contact-meta .meta-inner span {
        width: 13px;
        overflow: hidden;
        display: inline-block;
        float: left;
        letter-spacing: 10px;
    }

    .contact-page-module .contact-meta {
        margin-bottom: 30px;
    }

    .contact-page-module .contact-meta .meta-inner i {
        font-size: 18px;
    }

    .contact-page-module .contact-meta .meta-inner {
        padding-left: 33px;
        margin-bottom: 20px;
    }

    .contact-page-module .contact-meta .meta-inner.address i {
        top: -4px;
    }

    .hero-home-page h1 {
        font-size: 31px;
        margin: -6px 0 -6px 0;
    }

    .half-half-opening-content h1 {
        font-size: 45px;
        line-height: 1.3;
        margin: -11px 0 30px 0;
    }

    .hero-home-page .container {
        padding-bottom: 50px;
    }

    .home .header.alt-header .main-header {
        background: #242744;
    }

    .hero-home-page {
        height: auto;
        margin-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 79px;
    }

    .hero-home-page .video-container-make-flex .vertical {
        top: 0%;
        transform: none;
    }

    .hero-home-page .container {
        display: none;
    }

    .half-half-opening-content .content-block {
        padding-left: 0;
    }

    .half-half-opening-content .img-preview {
        max-height: 315px;
        min-height: 315px;
        width: 100%;
        margin-top: 80px;
        padding-left: 15px;
        padding-right: 15px;
        background: transparent;
    }

    .half-half-opening-content .content-block h2,
    .half-half-opening-content .content-block h1 {
        font-size: 27px;
        line-height: 1.4;
        margin: -10px 0 21px 0;
    }

    .half-half-opening-content {
        margin-bottom: 0px;
    }

    .half-half-opening-content.active:before {
        height: 395px;
        width: 50%;
    }

    .half-half-opening-content:before {
        top: auto;
        bottom: -40px;
    }

    .stat-counter-blocks .stat-counter-block-inner span, .counter-container {
        font-size: 50px;
        margin: -9px 0;
    }

    .stat-counter-blocks .stat-counter-block-inner b {
        font-size: 18px;
        margin: 20px 0 -3px 0;
    }

    .stat-counter-blocks .stat-counter-block-inner {
        margin-bottom: 35px;
    }

    .stat-counter-blocks .btn-primary {
        margin-top: 00px;
        margin-bottom: 0px;
    }

    .stat-counter-blocks {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .stat-counter-icon img {
        max-height: 60px;
    }

    .stat-counter-icon {
        margin-bottom: 25px;
    }

    .twitter-news-feeds {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .twitter-news-feeds .title-row h3 {
        font-size: 29px;
        margin: -11px 0 -22px 0px;
    }

    .twitter-news-feeds .title-row {
        margin-bottom: 50px;
    }



    .twitter-news-feeds span#load_more {
        margin-top: 15px;
    }

    .footer-top .col.align-content-center {
        order: 1;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .post-list {
        margin-bottom: 40px;
    }

    .twitter-news-feeds {
        margin-bottom: 0px;
    }

    .footer-top .footer-meta {
        order: 2;

    }

    .footer-top .footer-menus {
        order: 3;
    }

    .footer-top .footer-meta,
    .footer-top .footer-menus {
        min-width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .header .menu-main-menu-container {
        display: none;
    }

    a#burgerMenu {
        display: block;
        margin-left: 0px;
    }

    .footer-top a.footer-logo,
    .footer-top a.footer-logo img {
        max-width: 200px;
        min-width: 200px;
    }



    .footer-top a.scrollTop {
        top: 0px;
    }

    .footer-top .footer-section {
        margin-top: 0px;
        width: auto;
        float: right;
        flex: 0;
    }

    .footer-top .footer-menus {
        display: flex;
        justify-content: start;
        align-items: start;
        align-content: start;
        margin-top: 35px;
    }


    .footer-top {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all {
        width: 100% !important;
        margin-bottom: 15px !important;
    }

    .cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all {
        width: 100%;
    }

    .cookieconsent-edit-settings .cookieconsent-cookie-policy-link {
        font-size: 15px;
    }

    .cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels {
        margin-top: 20px;
    }

    /* .top-nav span.contact-meta,
    .header .top-nav ul.social-media {
        display: none !important;
    } */

    .expandable-search .search-form-main form.search-form,
    .header .top-nav .search-form-main input:focus {
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .icon-blocks .icon-blocks-outer .flex-grow-0 {
        flex: 1;
        min-width: 100%;
        display: flex;
        justify-content: center;
        align-items: start;
        align-content: start;
    }

    .icon-blocks .icon-blocks-outer .content {
        margin-top: 30px;
    }


    .mobile-menu {
        max-width: 100vw;
        padding-top: 150px;
    }

    .mobile-menu .mobile-menu-inner {
        padding-top: 143px;
    }

    .mobile-menu .mobile-menu-inner a.dynamic-menu-block {
        height: 200px;
    }

    .mobile-menu .mobile-menu-inner a.dynamic-menu-block img {
        object-fit: cover;
        object-position: center;
    }

    .scrollable-nav-mobiles {
        min-height: 45px;
        margin-bottom: 38px;
        position: relative;
        z-index: 6;
    }

    .scrollable-nav-mobiles .scrollable-menu {
        display: flex !important;
        justify-content: center;
        align-items: start;
        align-content: start;
    }

    .scrollable-menu-inner {
        max-width: 100vw;
        width: 100vw;
        left: auto;
        right: auto;
        margin-left: 32px;
    }

    .scrollable-menu-inner .scrollable-menu-background {
        background: rgb(255 255 255 / 93%);
        max-height: 45px;
        overflow: hidden;
        backdrop-filter: blur(3px);
    }

    .scrollable-menu-inner .scrollable-menu-background.active {
        max-height: none;
    }

    .scrollable-menu-inner span.title {
        padding-left: 20px;
        padding-right: 60px;
        position: relative;
        cursor: pointer;
    }

    .scrollable-menu-inner span.title:before {
        content: "";
        visibility: visible;
        position: absolute;
        width: 12px;
        height: 12px;
        border-left: 1px solid #242744;
        border-top: 1px solid #242744;
        right: 30px;
        top: 12px;
        transform: rotate(226deg);
    }

    .scrollable-menu-inner .scrollable-menu-background.active span.title:before {
        transform: rotate(45deg);
        top: 19px;
    }

    .scrollable-menu-inner ul {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .scrollable-menu-inner.fixed {
        left: 0px;
        margin-left: 0px;
    }

    .modal-outer .modal-inner .modal-block {
        max-width: 100%;
        max-height: 100vh;
        padding: 30px;
    }

    .modal-block .row {
        max-height: none;
    }

    .modal-outer .modal-inner .modal-block .img-preview {
        min-width: 315px;
        max-width: 315px;
        max-height: 200px;
        min-height: 0px;
        display: flex;
        justify-content: center;
        align-items: start;
        align-content: start;
        background: none;
    }

    .accordion-section .acc-title,
    .downloads-list .download-item {
        font-size: 16px;
    }

    .modal-outer .modal-inner .modal-block .img-preview img {
        max-height: 200px;
        min-height: 200px;
    }

    .modal-outer.team-modal .modal-inner .modal-block .img-preview img {
        min-width: 300px;
        max-height: 315px;
    }

    .modal-outer.team-modal .modal-inner .modal-block .img-preview {
        min-height: 315px;
    }

    .accordion-section .acc-title {
        padding-top: 10px;
        padding-bottom: 11px;
        min-height: 50px;
        padding-left: 25px;
    }

    /* .accordion-section .acc-title:after {
    top: 14px;
} */


    p#breadcrumbs a,
    p#breadcrumbs b,
    p#breadcrumbs strong,
    p#breadcrumbs span.breadcrumb_last {
        display: none;
    }

    p#breadcrumbs a.last-breadcrumb {
        display: block;
        position: relative;
        padding-left: 17px;
    }

    p#breadcrumbs a.last-breadcrumb:hover {
        padding-left: 25px;
    }

    p#breadcrumbs a.last-breadcrumb:before {
        content: "<";
        visibility: visible;
        display: block;
        position: absolute;
        left: 0px;
        font-size: 16px;
        top: -2px;
    }

    .modal-outer .modal-inner .modal-block .col.flex-grow-1 {
        padding-left: 15px;
        text-align: left;
        justify-content: start;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .academy-modal .btn {
        width: auto;
        margin-bottom: 20px;
    }

    .featured-image-block {
        margin-bottom: 40px;
        height: 220px;
    }

    .post-list .post-inner a.post-thumbnail:before {
        background-size: 70px;
    }

    .mb-35 {
        margin-bottom: 30px;
    }



    .header.alt-header a#logo-main {
        height: 56px;
    }

    .header.alt-header .main-header .row:after {
        display: none;
    }

    .header a#logo-main .site-title span {
        font-size: 11px;
        font-weight: 100;
    }

    .header a#logo-main .site-title b {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .header.alt-header .main-header {
        height: 90px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .hero-home-page:before {
        height: 100%;
    }

    .header {
        z-index: 99;
    }

    .team-blocks a.team-block .img-preview {
        max-height: 313px;
        min-height: 313px;
    }

    .downloads-list .download-item {
        padding-top: 6px;
        padding-bottom: 9px;
    }


    .no-results-block {
        margin-top: 0px;
        margin-bottom: 60px;
    }

    .no-results-block br {
        display: none;
    }

    .top-nav .container {
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .top-nav .container .row {
        margin: 0px;
    }

    .top-nav .container .row>div {
        padding: 0px;
    }

    .top-nav .container .row .justify-content-start {
        flex: 0;
        padding-left: 10px;
    }

    .top-nav .quick-links {
        margin: 0px;
    }

    .top-nav .container .row .justify-content-end {
        flex: 1;
    }

    .top-nav .expandable-search {
        width: 100%;
    }

    .expandable-search .search-form-main {
        max-width: 100%;
        min-width: 100%;
    }

    .script-embed-container {
        position: relative;
        height: 256px;
    }


    .logo-wrapper {
        display: none;
    }

    .contact-page-full .hero-plain p#breadcrumbs {
        margin-top: 0px;
    }


    .logo-wrapper {
        display: none;
    }

    .footer-top .footer-menus {
        padding-right: 80px;
    }


    .vv-gallery-content h3 {
        font-size: 40px;
        line-height: 1.1;
        margin-bottom: 10px;
    }

    .vv-gallery-content p {
        font-size: 20px;
        margin-top: 2px;
        padding: 0 0px;
    }

    .gallery-next img {
        max-height: 18px;
    }

    .hero-plain h1,
    .hero-background-block h1 {
        font-size: 30px;
        line-height: 1.2;
        margin-top: 0px !important;
    }

    .hero {
        margin-bottom: 35px;
    }


    .standard-content {
        padding: 0 0px;
    }


    .page-id-826 .hero-plain h1,
    .parent-pageid-826 .hero-plain h1,
    .parent-pageid-30748 .hero-plain h1 {
        margin-bottom: 25px;
    }

    .slick-slide {
        margin: 0 0px;
    }

    .flexible-article-fields .flexible-row-block {
        margin-bottom: 30px;
    }



    .hero-plain p#breadcrumbs,
    .hero-background-block p#breadcrumbs,
    .hero.hero-full-image p#breadcrumbs {
        margin-bottom: 10px;
    }

    .hero-plain p#breadcrumbs,
    .hero-background-block p#breadcrumbs,
    .hero.hero-full-image p#breadcrumbs {
        margin-top: 20px;
        margin-bottom: 8px;
    }

    .gallery-image img {
        top: 0px;
        left: 0px;
        height: 315px !important;
    }

    .page-id-865 .hero-plain h1,
    .search-results .hero-plain h1,
    .search-no-results .hero-plain h1 {
        margin: 20px 0 35px;
    }

    .post-list .post-inner:not(.archive-style) h4,
    .post-list .post-inner h4 {
        margin-top: -4px;
        margin-bottom: 13px;
        font-size: 20px;
        line-height: 1.2;
        padding: 0 20px;
    }

    .modal-outer .modal-inner .modal-block a.close-modal {
        right: 30px;
        top: 40px;
        width: 30px;
        height: 30px;
    }

    .modal-outer .modal-inner .modal-block a.close-modal:before,
    .notifications-modal a.close-modal:before,
    .modal-outer .modal-inner .modal-block a.close-modal:after,
    .notifications-modal a.close-modal:after {
        width: 40px;
        top: 14px;
    }

    .flexible-article-fields .container-fluid.flexible-row-block:last-of-type {
        padding-bottom: 50px;
        margin-bottom: 0;
    }

    .accordion-section .acc-title:after {
        right: 20px;
        width: 20px;
        height: 20px;
        top: 16px;
    }

    article.team-blocks .accordions .accordion-section {
        margin: 0 0 10px 0;
    }

    .team-blocks a.team-block {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
    }

    .team-blocks a.team-block .team-meta h6,
    .team-blocks a.team-block .team-meta span {
        text-align: center;
        width: 100%;
        float: left;
    }

    .single-blocks.col-lg-6 a {
        height: 200px;
    }

    .link-blocks a h3 {
        font-size: 22px;
        margin-top: 0px;
    }

    .download-module-bottom {
        margin-bottom: 40px !important;
    }

    .downloads-module {
        width: 100% !important;
    }

    h2.stndard-content-title {
        font-size: 26px;
    }

    .link-blocks a {
        height: 180px;
    }

    .link-blocks .row>div,
    .icon-blocks .icon-blocks-outer>div {
        margin-bottom: 25px;
    }

    .link-blocks a.block-style-grey h3 {
        font-size: 22px;
    }

    .img-grid .img-grid-row .gradient-overlay {
        min-height: 170px;
    }

    .img-grid .img-grid-row .gradient-overlay {
        max-height: 200px;
    }

    .img-grid .img-grid-row h4 {
        font-size: 18px;
    }

    .parent-pageid-31837 .hero-plain h1,
    .page-id-32039 .hero-plain h1,
    .page-id-31835 .hero-plain h1,
    .single-vacancy .hero-plain h1,
    .page-id-31837 .hero-plain h1,
    .page-id-860 .hero-plain h1 {
        margin-top: 0px;
        margin-bottom: 25px;
    }

    .img-grid .img-grid-row {
        margin-bottom: -24px;
    }

    .link-blocks a.block-style-grey:hover h3 {
        transform: translateY(40px);
    }

    .page-id-865 .hero-plain h1,
    .search-results .hero-plain h1,
    .search-no-results .hero-plain h1 {
        margin: 0px 0 30px;
    }

    .hero-home-page {
        margin-bottom: 0px;
    }

    .footer-top .logo-wrapper {
        order: 1;
        min-width: 100%;
        margin-bottom: 25px;
        padding-bottom: 0px;
        justify-content: start !important;
    }

    .logo-wrapper img.footer-logo {
        max-height: 50px;
    }

    .footer-top .footer-menus {
        padding-right: 20px;
    }

    .header.alt-header a#logo-main {
        height: 50px;
    }

    .header.alt-header.fixed a#logo-main {
        height: 50px;
    }

    .header .main-header {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .contact-page-full .hero-plain p#breadcrumbs {
        margin-top: 0px;
    }

    .contact-page-module.no-map ul.social-media {
        margin-bottom: 20px;
    }


    .split-content-quote-block .top-section {
        padding: 30px;
    }

    .split-content-quote-block {
        margin-bottom: 40px;
    }

    .split-content-quote-block .quote {
        max-height: none;
        padding: 25px 30px 30px;
    }

    .split-content-quote-block .image {
        height: 250px;
    }

    .split-content-quote-block p.quote-name {
        margin-bottom: 0px;
        font-size: 18px;
        line-height: 1;
    }

    .split-content-quote-block p.quote-text {
        font-size: 26px;
        line-height: 1.1;
        margin-bottom: 14px;
    }

    .split-content-quote-block .icon img {
        max-height: 60px;
        object-fit: contain;
    }

    .split-content-quote-block .icon-title {
        margin-top: 18px;
        font-size: 20px;
    }

    .split-content-quote-block .top-section .col-md-8 {
        margin: 0px !important;
    }

    .split-content-quote-block .top-section .content p {
        margin-top: 15px;
    }

    .video_style a.video-player {
        aspect-ratio: 1 / 1;
        height: auto !important;
        margin-bottom: 15px;
    }

    a.video-player .video-icon span {
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 40px solid #ffffff;
    }

    a.video-player .video-icon span {
        width: 40px;
        height: 40px;
    }

    a.video-player .video-icon {
        width: 40px;
        height: 40px;
    }

    .flexible-article-fields .container-fluid.flexible-row-block:last-of-type {
        padding-bottom: 50px;
        margin-bottom: 0;
    }

    .img-grid .img-grid-row {
        margin-bottom: -30px;
    }


    .split-50-50 .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .split-content-blocks.split-50-50 .split-content-inner {
        padding: 0px !important;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .image-50-50 img {
        max-height: 350px;
        object-fit: cover;
        object-position: center;
    }

    a.download-item.internal {
        padding-right: 65px;
    }

    a.download-item.internal {
        padding-right: 65px;
        padding-left: 25px;
    }

    .standard-content iframe {
        width: 100%;
        height: auto;
    }

    .downloads-list .download-item svg,
    .downloads-list .download-item img {
        right: 25px;
        max-height: 23px;
    }

    .downloads-list .download-item {
        margin: 0 0 15px 0;
    }

    .academy-modal.modal-outer .modal-inner .modal-block .content {
        margin-bottom: 10px;
    }


    .academy-modal .academy-buttons {
        margin-bottom: 30px;
    }

    .modal-outer .modal-inner .modal-block .col.academy-logos-wrap {
        display: flex !important;
        gap: 15px;
        flex-direction: row !important;
    }

    .modal-outer .modal-inner .modal-block .col.academy-logos-wrap .academy-logo,
    .modal-outer .modal-inner .modal-block .col.academy-logos-wrap .academy-ofsted {
        flex: 1;
        min-width: 0px;
        min-height: 100px;
        max-height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .academy-modal.modal-outer .modal-inner .modal-block .img-preview img {
        min-height: 100px;
        max-height: 100px;
    }

    .academy-modal.modal-outer .modal-inner .modal-block h3 {
        min-width: 100%;
    }

    .img-grid .img-grid-row .gradient-overlay.academy h3 {
        font-size: 24px;
    }

    .modal-outer .modal-inner .modal-block .col.academy-logos-wrap .academy-ofsted {
        justify-content: start !important;
    }

    .modal-outer .modal-inner .modal-block .col.academy-logos-wrap .academy-logo,
    .modal-outer .modal-inner .modal-block .col.academy-logos-wrap .academy-ofsted {
        margin-bottom: 30px;
    }

    .academy-modal.modal-outer .modal-inner .modal-block .meta {
        font-size: 16px;
    }

    .academy-modal.modal-outer .modal-inner .modal-block .meta span.headteacher {
        margin-bottom: 10px;
    }

    form.vacancy-list .filterable-dropdown {
        margin-bottom: 26px;
        margin-top: 20px;
    }

    .modal-outer .frm6 {
        grid-column: span 12 / span 12;
    }

    .vacancy-meta.row>.col-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .vacancy-post .vacancy-meta p {
        margin-bottom: 5px;
    }

    .vacancy-post .vacancy-meta h3 {
        margin: -9px 0 13px 0;
    }

    .vacancy-meta.row .padding-reset {
        margin-top: 20px;
    }

    .application-form-container {
        max-height: none;
        padding-top: 30px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }



    .hero-home-page .hero-home-slider-items .home-slide-item .icon-container img {
        width: 60px;
        height: auto;
    }

    .hero-home-page .hero-home-slider-items .home-slide-item .title {
        font-size: 32px;
        line-height: 36px;
    }

    .hero-home-page .hero-home-slider-items .home-slide-item .icon-container {
        margin-bottom: 25px;
    }

    .half-half-opening-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .half-half-opening-content .row {
        flex-direction: column-reverse;
    }

    .half-half-opening-content .content-block .content {
        margin-bottom: 30px;
    }

    .academies-home .container-fluid {
        margin-bottom: 50px;
    }

    .latest-news-home.post-list .row.title-row h3 {
        font-size: 30px;
        line-height: 1;
    }

    .latest-news-home.post-list .row.title-row {
        margin-bottom: 40px;
        margin-top: 50px;
    }

    .twitter-button-row {
        margin: 30px 0 50px;
    }

    .half-half-opening-content .team-member-bordered {
        max-width: 170px;
        margin-top: 30px;
    }

    .home .academies h3 {
        font-size: 30px;
        padding-top: 40px;
    }

    .container-fluid.latest-news-home.post-list {
        margin-bottom: 0px;
    }

    .half-half-opening-content .content-block {
        padding-left: 0;
        margin-top: 0px;
    }

    .half-half-opening-content .intro-meta {
        text-align: center;
        margin-bottom: 0px;
    }

    .half-half-opening-content .row>div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero-home-page {
        margin-top: 90px;
    }

    .hero-home-page .video-homepage-loader iframe {
        transform: scale(1.5);
    }

    .vacancy-meta.row .flex-grow-1 {
        order: 2;
    }

    .vacancy-meta.row .vac-logo-container {
        order: 1;
    }

    .vac-logo-container {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .vac-logo-container img {
        max-height: 100px;
    }

    .mobile-menu .mobile-menu-inner a.dynamic-menu-block {
        display: none !important;
    }
    
    ul#menu-main-menu {
        max-height: 80vh;
        padding: 130px 50px 0;
    }


}

/* phone up to landscape */
@media only screen and (min-width : 576px) and (max-width : 767px) {
    .split-content-blocks .row.flex-row-reverse {
        min-height: auto;
    }

    header .main-header ul {

        justify-content: start;
        overflow: auto;

    }

    ul#menu-main-menu-1 {
        top: 100px;
        position: relative;
    }
    .header.side-menu-header-style .side-menu ul.menu li ul.sub-menu {
        transform: none;
    }


    .container-fluid {
        margin: 0 0 60px 0;
    }

    .header.side-menu-header-style .side-menu ul.menu li ul.sub-menu {
        top: auto;
        padding: 0;
        position: relative;
        left: 0;
    }

    ul#menu-main-menu, ul#menu-main-menu-1 {
        padding: 10px;
        top: 140px;
    }

    .header .side-menu {
        width: 75%;
    }

    .header .main-header .side-menu ul li a {
        font-size: 20px !important;
    }

    .header .logo-wrapper a:nth-child(1) {
        border-right: 0px solid var(--colour-1);
        padding-right: 15px;


    }

    .header.alt-header .logo-wrapper a:nth-child(1) {
        border-right: 0px solid white;
        padding-right: 15px;


    }

    .desktop-logo {
        display: none;
    }

    .menu-btn .burger-menu {

        min-width: 40px;
        min-height: 40px;
    }

    .logo-wrapper a:nth-child(1) {
        border-right: 0px solid white;
        padding-right: 15px;
    }



    .school-features .feature {
        height: 250px;

    }

    .school-features {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5em;
        margin: 40px 0px;
        position: relative;

    }


    .subject-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem;
        row-gap: 6rem;
    }


    .year-group {
        grid-column: span 1 / span 1;
        position: relative;
        height: 280px;
        overflow: hidden;
    }

    .row.year-group-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5em;
    }

    .gallery-bg-square {
        display: none;
    }

    .gallery-image {
        position: relative;
        height: fit-content;
    }

    .vv-gallery-content {
        margin-top: 40px !important;
    }

    .script-embed-container {
        position: relative;
        height: 450px;
    }

    body {
        overflow-x: hidden;
    }

    .no-results-block {
        margin-top: 0px;
        margin-bottom: 60px;
    }

    .no-results-block br {
        display: none;
    }

    .container {
        width: 100%;
        max-width: 540px;
    }

    .error-404-block b.title {
        font-size: 18px;
        padding: 11px 16px;
        padding-right: 10px;
        margin-bottom: 40px;
    }

    .error-404-block h1 {
        font-size: 190px;
        margin-bottom: 15px;
        margin-left: -6px;
    }

    .error-404-block .content {
        margin-bottom: 50px;
    }

    .header ul li {
        margin: 0 36px 0 0;
    }

    .cookieconsent-popup {
        max-width: 540px;
        bottom: 10px;
    }

    .cookieconsent-popup .hidden-mobile {
        display: none;
    }

    .cookieconsent-dialog {
        top: 0%;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        height: 100vh;
        overflow-x: hidden;
        overflow-y: scroll;
        background: #ffffff;
    }

    .cookieconsent-dialog-content {
        width: 100%;
    }

    .footer-top .footer-menus {
        min-width: 230px;
    }

    h1 {
        font-size: 34px;
        margin: 30px 0 18px 0;
    }

    h2 {
        font-size: 28px;
    }

    h4 {
        font-size: 20px;
    }

    h3 {
        font-size: 20px;
    }

    .hero-plain h1,
    .hero-background-block h1 {
        margin: -9px 0 -9px 0px;
    }

    .hero-plain p#breadcrumbs,
    .hero-background-block p#breadcrumbs,
    .hero.hero-full-image p#breadcrumbs {
        margin-bottom: 15px;
    }

    /*
.full-width-image a.img-filter, .full-width-video a.video-player {
    height: 280px;
}
*/

    .vacancy-post.vacancy-page .vacancy-meta {
        flex-wrap: wrap-reverse;
    }

    .vacancy-post.vacancy-page .vacancy-meta>div {
        min-width: 100%;
        flex: 0 0 100%;
        justify-content: start !important;
    }

    .vacancy-post.vacancy-page .vacancy-meta a.btn {
        float: left;
        margin-bottom: 30px;
    }

    .flexible-article-fields .flexible-row-block {
        margin-bottom: 40px;
    }

    hr {
        margin: 11px 0 17px 0;
    }

    blockquote {
        font-size: 24px;
    }

    blockquote p {
        line-height: 34px;
    }

    .img-grid .img-grid-row .gradient-overlay {
        min-height: 160px;
    }

    .modal-outer .modal-inner {
        padding: 0px;
        background: #ffffff;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .title-row {
        margin-bottom: 35px;
    }

    .title-row h3 {
        margin: -8px 0 -10px 0px;
        font-size: 22px;
    }

    .img-grid .img-grid-row h4 {
        font-size: 18px;
        margin: 15px 0 -7px 0;
    }

    .filterable-dropdown .filterable-dropdown-block {
        position: relative;
        right: 0px;
        top: 0px;
        z-index: 6;
        height: 50px;
        margin-bottom: 20px;
    }

    .filterable-dropdown-block .select-block ul {
        width: calc(100% + 2px);
    }

    .half-half-content .img-preview,
    .half-half-content .img-preview img {
        max-height: 360px;
    }

    .link-blocks a {
        height: 200px;
    }

    .link-blocks .row>div,
    .icon-blocks .icon-blocks-outer>div {
        margin-bottom: 25px;
    }


    .standard-post {
        margin-bottom: 70px;
    }

    .post-list .post-inner a.post-thumbnail {
        height: 150px;
        margin-bottom: 22px;
    }

    .post-list .post-inner h4 {
        padding: 0 20px;
        font-size: 18px;
        line-height: 1.3;
        margin-top: -5px;
        margin-bottom: 13px;
    }

    .navigation ul {
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .footer-bottom p span {
        margin: 0px 10px 0;
    }

    .scrollable-menu-inner ul li a {
        height: auto;
        padding: 12px 0;
        font-size: 16px;
        line-height: 1.3;
        min-height: 40px;
    }

    .post-list .post-inner span.meta {
        padding: 0 20px 24px;
    }

    .scrollable-menu-inner {
        max-width: 170px;
    }

    .link-blocks a h3 {
        font-size: 20px;
    }


    .modal-outer .modal-inner .modal-block .col {
        flex: 1;
        max-width: 100%;
        min-width: 100%;
    }

    .modal-outer .modal-inner .modal-block .col {
        flex: 1;
        max-width: 100%;
        min-width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: start;
        align-content: start;
    }

    .modal-outer .modal-inner .modal-block a.close-modal {
        right: 30px;
        top: 30px;
        width: 30px;
        height: 30px;
    }

    .modal-outer .modal-inner .modal-block a.close-modal:before,
    .notifications-modal a.close-modal:before,
    .modal-outer .modal-inner .modal-block a.close-modal:after,
    .notifications-modal a.close-modal:after {
        width: 40px;
        top: 14px;
    }

    .team-blocks a.team-block .team-meta span {
        font-size: 16px;
    }

    .team-blocks a.team-block .team-meta h6 {
        margin: -4px 0 3px;
    }

    .next-prev-posts {
        margin-bottom: 60px;
        padding-top: 10px;
        padding-bottom: 40px;
    }

    .next-posts span.nav-posts a,
    .next-posts span.nav-posts p {
        font-size: 18px;
        margin: -5px 0 -5px 0;
    }

    .downloads-list.global-privacy .download-item {
        font-size: 18px;
        height: 54px;
        padding-left: 22px;
    }

    .downloads-list.global-privacy .download-item img {
        right: 22px;
    }

    .downloads-list.global-privacy {
        margin-bottom: 40px;
        margin-top: 15px;
    }

    .page-template-contact-page .hero-plain h1 {
        font-size: 40px;
        margin: -15px 0 -13px 0px;
    }

    .map-container .map-container-inner {
        top: 0px;
        width: 100%;
        position: relative !important;
        height: 350px;
        margin-bottom: 0px;
        display: flex !important;
        justify-content: center;
        align-items: start;
        align-content: start;
    }

    .map-container .map-container-inner iframe {
        height: 100%;
        position: absolute;
        top: 0px;
        width: 100vw;
    }

    .academy-modal.modal-outer .modal-inner .modal-block .img-preview {
        background: none;
        margin-bottom: 40px;
    }

    .academy-modal.modal-outer .modal-inner .modal-block .content {
        margin-bottom: 30px;
    }

    .header a#logo-main .site-title b,
    .header a#logo-main .site-title span {
        white-space: nowrap;
    }

    .header.alt-header nav {
        margin-top: 0px;
    }

    .child-link-blocks {
        margin-top: 40px;
    }

    .contact-page-module ul.social-media {
        margin: 0px;
        margin-bottom: 60px;
    }

    .contact-page-module .contact-meta .meta-inner p br {
        display: none;
    }

    .page-template-contact-page .hero {
        margin-bottom: 40px;
    }

    .hero-home-page h1 {
        font-size: 38px;
        margin: -9px 0 -9px 0;
    }

    .hero-home-page .container {
        padding-bottom: 74px;
    }

    .hero-home-page {
        height: 312px;
        margin-top: 95px;
    }

    .hero-home-page:before {
        height: 100%;
    }

    .header.alt-header .main-header {
        background: #242744;
        height: 100px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .header.alt-header .main-header .row:after {
        display: none;
    }

    .half-half-opening-content .content-block {
        padding-left: 0;
        margin-top: 30px;
    }

    .half-half-opening-content .img-preview {
        max-height: 322px;
        min-height: 322px;
        width: 100%;
        margin-top: 120px;
    }

    .half-half-opening-content .content-block h2,
    .half-half-opening-content .content-block h1 {
        font-size: 34px;
        line-height: 1.3;
        margin: -9px 0 25px 0;
    }

    .half-half-opening-content {
        margin-bottom: 0px;
    }

    .half-half-opening-content.active:before {
        height: 442px;
        width: 50%;
    }

    .half-half-opening-content:before {
        top: auto;
        bottom: -60px;
    }

    .stat-counter-blocks .stat-counter-block-inner span, .counter-container {
        font-size: 46px;
    }

    .stat-counter-blocks .stat-counter-block-inner b {
        font-size: 19px;
        margin: 29px 0 -4px 0;
    }

    .stat-counter-icon {
        margin-bottom: 26px;
    }

    .stat-counter-blocks {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .twitter-news-feeds {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .twitter-news-feeds .title-row h3 {
        font-size: 36px;
        margin: -16px 0 -20px 0px;
    }


    .twitter-news-feeds span#load_more {
        margin-top: 15px;
    }

    .footer-top .col.align-content-center {
        order: 1;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .post-list {
        margin-bottom: 40px;
    }

    .twitter-news-feeds {
        margin-bottom: 0px;
    }

    .footer-top .footer-meta {
        order: 2;

    }

    .footer-top .footer-menus {
        order: 3;
    }

    .footer-top .footer-meta,
    .footer-top .footer-menus {
        min-width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }

    .header .menu-main-menu-container {
        display: none;
    }

    a#burgerMenu {
        display: block;
        margin-left: 0px;
    }

    .footer-top a.footer-logo,
    .footer-top a.footer-logo,
    .footer-top a.footer-logo img,
    .footer-top a.footer-logo img {
        max-width: 200px;
        min-width: 200px;
    }

    .footer-top a.scrollTop {
        top: 0px;
    }

    .footer-top .footer-section {
        margin-top: 0px;
        width: auto;
        float: right;
        flex: 0;
    }

    .footer-top .footer-menus {
        display: flex;
        justify-content: end;
        align-items: start;
        align-content: start;
    }

    /* .top-nav span.contact-meta,
    .header .top-nav ul.social-media {
        display: none !important;
    } */

    .expandable-search .search-form-main form.search-form {
        min-width: 150px !important;
    }

    .scrollable-nav-mobiles {
        min-height: 45px;
        margin-bottom: 50px;
        position: relative;
        z-index: 6;
    }

    .scrollable-nav-mobiles .scrollable-menu {
        display: flex !important;
        justify-content: center;
        align-items: start;
        align-content: start;
    }

    .scrollable-menu-inner {
        max-width: 100vw;
        width: 100vw;
        left: auto;
        right: auto;
        margin-left: 32px;
    }

    .scrollable-menu-inner .scrollable-menu-background {
        background: rgb(255 255 255 / 93%);
        max-height: 45px;
        overflow: hidden;
        backdrop-filter: blur(3px);
    }

    .scrollable-menu-inner .scrollable-menu-background.active {
        max-height: none;
    }

    .scrollable-menu-inner span.title {
        padding-left: 20px;
        padding-right: 60px;
        position: relative;
        cursor: pointer;
    }

    .scrollable-menu-inner span.title:before {
        content: "";
        visibility: visible;
        position: absolute;
        width: 12px;
        height: 12px;
        border-left: 1px solid #242744;
        border-top: 1px solid #242744;
        right: 30px;
        top: 12px;
        transform: rotate(226deg);
    }

    .scrollable-menu-inner .scrollable-menu-background.active span.title:before {
        transform: rotate(45deg);
        top: 19px;
    }

    .scrollable-menu-inner ul {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .scrollable-menu-inner.fixed {
        left: 0px;
        margin-left: 0px;
    }

    .modal-outer .modal-inner .modal-block {
        max-width: 100%;
        max-height: 100vh;
        padding: 30px;
    }

    .modal-block .row {
        max-height: none;
    }

    .modal-outer .modal-inner .modal-block .img-preview {
        min-width: 315px;
        max-width: 315px;
        max-height: 315px;
        min-height: 0px;
        display: flex;
        justify-content: center;
        align-items: start;
        align-content: start;
        background: none;
    }

    .accordion-section .acc-title,
    .downloads-list .download-item {
        font-size: 17px;
    }

    .modal-outer .modal-inner .modal-block .img-preview img {
        max-height: 200px;
        min-width: unset;
    }

    .modal-outer .modal-inner .modal-block .col.flex-grow-1 {
        padding-left: 15px;
        text-align: left;
        justify-content: start;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .academy-modal .btn {
        width: auto;
    }

    .featured-image-block {
        margin-bottom: 45px;
        height: 310px;
    }

    .post-list .post-inner a.post-thumbnail:before {
        background-size: 70px;
    }

    .mb-35 {
        margin-bottom: 30px;
    }



    .header {
        z-index: 99;
    }

    .team-blocks a.team-block .img-preview {
        max-height: 238px;
        min-height: 238px;
    }

    form.vacancy-list {
        margin-top: 0px;
    }


    .gallery-bg-square {
        display: none;
    }


    .logo-wrapper {
        display: none;
    }

    .footer-top .footer-menus {
        padding-right: 80px;
    }


    .vv-gallery-content h3 {
        font-size: 40px;
        line-height: 1.1;
        margin-bottom: 10px;
    }

    .vv-gallery-content p {
        font-size: 20px;
        margin-top: 10px;
        padding: 0 20px;
    }

    .gallery-next img {
        max-height: 18px;
    }

    .hero-plain h1,
    .hero-background-block h1 {
        font-size: 38px;
        line-height: 48px;
        margin-top: 0px !important;
    }

    .hero {
        margin-bottom: 40px;
    }

    .standard-content {
        padding: 0 0px;
    }


    .page-id-826 .hero-plain h1,
    .parent-pageid-826 .hero-plain h1,
    .parent-pageid-30748 .hero-plain h1 {
        margin-bottom: 30px;
    }

    .slick-slide {
        margin: 0 0px;
    }

    .flexible-article-fields .flexible-row-block {
        margin-bottom: 30px;
    }

    .flexible-article-fields .container-fluid.flexible-row-block:last-of-type {
        padding-bottom: 60px;
        margin-bottom: 0;
    }

    .accordion-section .acc-title:after {
        right: 28px;
        width: 20px;
        height: 20px;
        top: 20px;
    }

    .single-blocks.col-lg-6 a {
        height: 250px;
    }

    .link-blocks a h3 {
        font-size: 26px;
    }

    .download-module-bottom {
        margin-bottom: 40px !important;
    }

    .downloads-module {
        width: 100% !important;
    }

    h2.stndard-content-title {
        font-size: 26px;
    }

    .img-grid .img-grid-row .gradient-overlay {
        min-height: 134px;
    }

    .img-grid .img-grid-row h4 {
        font-size: 18px;
    }

    .parent-pageid-31837 .hero-plain h1,
    .page-id-32039 .hero-plain h1,
    .page-id-31835 .hero-plain h1,
    .single-vacancy .hero-plain h1,
    .page-id-31837 .hero-plain h1,
    .page-id-860 .hero-plain h1 {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .img-grid .img-grid-row {
        margin-bottom: -24px;
    }

    .link-blocks a.block-style-grey:hover h3 {
        transform: translateY(40px);
    }

    .page-id-865 .hero-plain h1,
    .search-results .hero-plain h1,
    .search-no-results .hero-plain h1 {
        margin: 0px 0 30px;
    }

    .downloads-list .download-item {
        margin: 0 0 15px 0;
    }

    .flexible-article-fields .container-fluid.flexible-row-block.download-module-bottom:last-of-type {
        margin: 0px !important;
    }

    .hero-home-page {
        margin-bottom: 0px;
    }

    .footer-top .logo-wrapper {
        order: 1;
        min-width: 100%;
        margin-bottom: 30px;
    }

    .logo-wrapper img.footer-logo {
        max-height: 50px;
    }

    .footer-top .footer-menus {
        padding-right: 20px;
    }

    .header.alt-header a#logo-main {
        height: 60px;
    }

    .header.alt-header.fixed a#logo-main {
        height: 50px;
    }

    .header .main-header {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .stat-counter-blocks .btn-primary {
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .stat-counter-icon img {
        max-height: 50px;
    }


    .contact-page-full .hero-plain p#breadcrumbs {
        margin-top: 0px;
    }

    .contact-page-module.no-map ul.social-media {
        margin-bottom: 0px;
    }



    .split-content-quote-block .top-section {
        padding: 30px;
    }

    .split-content-quote-block {
        margin-bottom: 50px;
    }

    .split-content-quote-block .quote {
        max-height: none;
        padding: 25px 30px 30px;
    }

    .split-content-quote-block .image {
        height: 250px;
    }

    .split-content-quote-block p.quote-name {
        margin-bottom: 0px;
    }

    .split-content-quote-block p.quote-text {
        font-size: 28px;
        line-height: 1.1;
    }

    .split-content-quote-block .icon img {
        max-height: 60px;
        object-fit: contain;
    }

    .split-content-quote-block .icon-title {
        margin-top: 18px;
        font-size: 20px;
    }

    .split-content-quote-block .top-section .col-md-8 {
        margin: 0px !important;
    }

    .video_style a.video-player {
        aspect-ratio: 1 / 1;
        height: auto !important;
        margin-bottom: 15px;
    }

    a.video-player .video-icon span {
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 40px solid #ffffff;
    }

    a.video-player .video-icon span {
        width: 40px;
        height: 40px;
    }

    a.video-player .video-icon {
        width: 40px;
        height: 40px;
    }

    .flexible-article-fields .container-fluid.flexible-row-block:last-of-type {
        padding-bottom: 60px;
        margin-bottom: 0;
    }

    .img-grid .img-grid-row {
        margin-bottom: -30px;
    }


    .split-50-50 .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .split-content-blocks.split-50-50 .split-content-inner {
        padding: 0px !important;
        padding-top: 30px !important;
    }

    .image-50-50 img {
        max-height: 350px;
        object-fit: cover;
        object-position: center;
    }

    .downloads-list .download-item {
        margin: 0 0 15px 0;
    }

    .academy-modal.modal-outer .modal-inner .modal-block .content {
        margin-bottom: 10px;
    }


    .academy-modal .academy-buttons {
        margin-bottom: 30px;
    }

    .modal-outer .modal-inner .modal-block .col.academy-logos-wrap {
        display: flex !important;
        gap: 15px;
        flex-direction: row !important;
    }

    .modal-outer .modal-inner .modal-block .col.academy-logos-wrap .academy-logo,
    .modal-outer .modal-inner .modal-block .col.academy-logos-wrap .academy-ofsted {
        flex: 1;
        min-width: 0px;
        min-height: 150px;
        max-height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .academy-modal.modal-outer .modal-inner .modal-block h3 {
        min-width: 100%;
    }


    form.vacancy-list .filterable-dropdown {
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .modal-outer .frm6 {
        grid-column: span 12 / span 12;
    }

    .vacancy-meta.row>.col-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .vacancy-post .vacancy-meta p {
        margin-bottom: 5px;
    }

    .vacancy-post .vacancy-meta h3 {
        margin: -9px 0 13px 0;
    }

    .vacancy-meta.row .padding-reset {
        margin-top: 20px;
    }

    .application-form-container {
        max-height: none;
        padding-top: 30px;
    }




    .hero-home-page .hero-home-slider-items .home-slide-item .icon-container img {
        width: 60px;
        height: auto;
    }

    .hero-home-page .hero-home-slider-items .home-slide-item .title {
        font-size: 32px;
        line-height: 36px;
    }

    .hero-home-page .hero-home-slider-items .home-slide-item .icon-container {
        margin-bottom: 25px;
    }

    .half-half-opening-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .half-half-opening-content .row {
        flex-direction: column-reverse;
    }

    .half-half-opening-content .content-block .content {
        margin-bottom: 30px;
    }

    .academies-home .container-fluid {
        margin-bottom: 50px;
    }

    .latest-news-home.post-list .row.title-row h3 {
        font-size: 30px;
        line-height: 1;
    }

    .latest-news-home.post-list .row.title-row {
        margin-bottom: 40px;
        margin-top: 50px;
    }

    .twitter-button-row {
        margin: 30px 0 50px;
    }

    .half-half-opening-content .team-member-bordered {
        max-width: 170px;
        margin-top: 30px;
    }

    .home .academies h3 {
        font-size: 30px;
        padding-top: 40px;
    }

    .container-fluid.latest-news-home.post-list {
        margin-bottom: 0px;
    }

    .half-half-opening-content .content-block {
        padding-left: 0;
        margin-top: 0px;
    }

    .half-half-opening-content .intro-meta {
        text-align: center;
        margin-bottom: 0px;
    }

    .half-half-opening-content .row>div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }


    .mobile-menu .mobile-menu-inner a.dynamic-menu-block {
        display: none !important;
    }

}

/* small tablets / iphone X and up landscape */
@media only screen and (min-width : 768px) and (max-width : 991px) {
    table.term-table td {
        font-size: 18px;
    }


    ul#menu-main-menu,ul#menu-main-menu-1 {
        top: 75px !important;
        padding-left: 20px;
    }

    .header .main-header .side-menu ul li a {
        font-size: 20px !important;
    }

    .split-content-blocks .split-content-inner .sub-title {
        font-size: 20px;
        line-height: 20px;
        font-weight: 600;
        margin: 0;
        margin-bottom: 10px;
        color: var(--colour-1);
        text-transform: uppercase;
    }

    .school-features .feature {
        height: 250px;

    }

    .school-features {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5em;
        margin: 40px 0px;
        position: relative;

    }

    .subject-row {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 2rem;
        row-gap: 6rem;
    }

    .year-group {
        grid-column: span 1 / span 1;
        position: relative;
        height: 280px;
        overflow: hidden;
    }

    .row.year-group-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5em;
    }

    .gallery-image img {
        left: 20px;

        top: 30px;
        height: 250px !important;
    }

    form.vacancy-list {
        margin-top: 0px;
    }

    .container {
        width: 100%;
        max-width: 750px;
    }

    .error-404-block b.title {
        font-size: 18px;
        padding: 11px 16px;
        padding-right: 10px;
        margin-bottom: 40px;
    }

    .error-404-block h1 {
        font-size: 232px;
        margin-bottom: 20px;
        margin-left: -6px;
    }

    .error-404-block .content {
        margin-bottom: 50px;
    }

    .header ul li {
        margin: 0 36px 0 0;
    }

    .cookieconsent-popup {
        max-width: 700px;
        bottom: 10px;
    }

    .footer-top .footer-menus {
        min-width: 230px;
    }

    h1 {
        font-size: 34px;
        margin: 30px 0 18px 0;
    }

    h2 {
        font-size: 28px;
    }

    h4 {
        font-size: 20px;
    }

    h3 {
        font-size: 20px;
    }

    .hero-plain h1,
    .hero-background-block h1 {
        margin: -9px 0 -9px 0px;
    }

    .hero-plain p#breadcrumbs,
    .hero-background-block p#breadcrumbs,
    .hero.hero-full-image p#breadcrumbs {
        margin-bottom: 20px;
    }

    .flexible-article-fields .flexible-row-block {
        margin-bottom: 40px;
    }

    hr {
        margin: 11px 0 17px 0;
    }

    blockquote {
        font-size: 24px;
    }

    blockquote p {
        line-height: 34px;
    }

    .img-grid .img-grid-row .gradient-overlay {
        max-height: 190px;
    }

    .img-grid .img-grid-row .gradient-overlay {
        min-height: 190px;
    }

    .img-grid .img-grid-row h4 {
        font-size: 20px;
    }

    .parent-pageid-31837 .hero-plain h1,
    .page-id-32039 .hero-plain h1,
    .page-id-31835 .hero-plain h1,
    .single-vacancy .hero-plain h1,
    .page-id-31837 .hero-plain h1,
    .page-id-860 .hero-plain h1 {
        margin-top: 0px;
        margin-bottom: 35px;
    }


    .title-row {
        margin-bottom: 35px;
    }

    .title-row h3 {
        margin: -8px 0 -10px 0px;
        font-size: 22px;
    }

    .img-grid .img-grid-row h4 {
        font-size: 18px;
        margin: 15px 0 -7px 0;
    }

    .filterable-dropdown .filterable-dropdown-block {
        position: relative;
        right: 0px;
        top: 0px;
        z-index: 6;
        height: 50px;
        margin-bottom: 20px;
    }

    .filterable-dropdown-block .select-block ul {
        width: calc(100% + 2px);
    }

    a.video-player .video-icon {
        width: 60px;
        height: 60px;
    }

    a.video-player .video-icon span {
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
        border-left: 24px solid #ffffff;
        left: 19px;
        top: 16px;
    }

    .half-half-content .img-preview,
    .half-half-content .img-preview img {
        max-height: 360px;
    }

    .link-blocks a {
        height: 220px;
    }


    .standard-post {
        margin-bottom: 70px;
    }

    .post-list .post-inner a.post-thumbnail {
        height: 190px;
        margin-bottom: 22px;
    }

    .post-list .post-inner h4 {
        padding: 0 20px;
        font-size: 18px;
        line-height: 1.3;
        margin-top: -5px;
        margin-bottom: 13px;
    }

    .navigation ul {
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .footer-bottom p span {
        margin: 0px 10px 0;
    }

    .scrollable-menu-inner ul li a {
        height: auto;
        padding: 12px 0;
        font-size: 16px;
        line-height: 1.3;
        min-height: 40px;
    }

    .post-list .post-inner span.meta {
        padding: 0 20px 24px;
    }

    .scrollable-menu-inner {
        max-width: 170px;
    }

    .link-blocks a h3 {
        font-size: 26px;
    }

    .link-blocks a.block-style-grey h3 {
        font-size: 26px;
    }

    .modal-outer .modal-inner .modal-block {
        max-width: 950px;
    }

    .modal-outer .modal-inner .modal-block a.close-modal {
        right: 0px;
    }

    .team-blocks a.team-block .team-meta span {
        font-size: 16px;
    }

    .team-blocks a.team-block .team-meta h6 {
        margin: -4px 0 3px;
    }

    .next-prev-posts {
        margin-bottom: 60px;
        padding-top: 10px;
        padding-bottom: 40px;
    }

    .next-posts span.nav-posts a,
    .next-posts span.nav-posts p {
        font-size: 18px;
        margin: -5px 0 -5px 0;
    }

    .downloads-list.global-privacy .download-item {
        font-size: 18px;
        height: 54px;
        padding-left: 22px;
    }

    .downloads-list.global-privacy .download-item img {
        right: 22px;
    }

    .downloads-list.global-privacy {
        margin-bottom: 40px;
        margin-top: 15px;
    }

    .page-template-contact-page .hero-plain h1 {
        font-size: 50px;
        margin: -15px 0 -13px 0px;
    }

    .map-container .map-container-inner {
        top: 0px;
        width: 100%;
        position: relative !important;
        height: 350px;
        margin-bottom: 0px;
        display: flex !important;
        justify-content: center;
        align-items: start;
        align-content: start;
    }

    .map-container .map-container-inner iframe {
        height: 100%;
        position: absolute;
        top: 0px;
        width: 100vw;
    }

    .academy-modal.modal-outer .modal-inner .modal-block .img-preview {
        background: none;
        margin-bottom: 40px;
    }

    .academy-modal.modal-outer .modal-inner .modal-block .content {
        margin-bottom: 30px;
    }

    .header a#logo-main .site-title b,
    .header a#logo-main .site-title span {
        white-space: nowrap;
    }

    .header.alt-header nav {
        margin-top: 0px;
    }

    .child-link-blocks {
        margin-top: 40px;
    }

    .contact-page-module ul.social-media {
        margin: 0px;
        margin-bottom: 60px;
    }

    .contact-page-module .contact-meta .meta-inner p br {
        display: none;
    }

    .page-template-contact-page .hero {
        margin-bottom: 40px;
    }

    .hero-home-page h1 {
        font-size: 44px;
        margin: -12px 0 -12px 0;
    }

    .hero-home-page .container {
        padding-bottom: 74px;
    }

    .hero-home-page {
        height: 600px;
    }

    .half-half-opening-content .content-block {
        padding-left: 0;
    }

    .half-half-opening-content .img-preview {
        max-height: 322px;
        min-height: 322px;
    }

    .half-half-opening-content .content-block h2,
    .half-half-opening-content .content-block h1 {
        font-size: 29px;
        line-height: 1.3;
        margin: -5px 0 25px 0;
    }

    .half-half-opening-content h1 {
        font-size: 44px;
        line-height: 54px;
    }

    .half-half-opening-content {
        margin-bottom: 0px;
    }

    .half-half-opening-content.active:before {
        height: calc(100% + 120px);
    }

    .stat-counter-blocks .stat-counter-block-inner span, .counter-container {
        font-size: 60px;
    }

    .stat-counter-blocks .stat-counter-block-inner b {
        font-size: 22px;
        margin: 24px 0 -4px 0;
    }

    .stat-counter-blocks {
        padding-top: 43px;
        padding-bottom: 20px;
    }

    .twitter-news-feeds {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .twitter-news-feeds .title-row h3 {
        font-size: 36px;
        margin: -16px 0 -20px 0px;
    }





    .twitter-news-feeds span#load_more {
        margin-top: 15px;
    }

    .footer-top .col.align-content-center {
        order: 1;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .post-list {
        margin-bottom: 40px;
    }

    .twitter-news-feeds {
        margin-bottom: 0px;
    }

    .footer-top .footer-meta {
        order: 2;

    }

    .footer-top .footer-menus {
        order: 3;
    }

    .footer-top .footer-meta,
    .footer-top .footer-menus {
        min-width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }

    /*.header .menu-main-menu-container {
        display: none;
    }*/

    a#burgerMenu {
        display: block;
        margin-left: 0px;
    }

    .footer-top a.footer-logo {
        max-width: 200px;
    }

    .footer-top a.scrollTop {
        top: 0px;
    }

    .footer-top .footer-section {
        margin-top: 0px;
        width: auto;
        float: right;
        flex: 0;
    }

    .footer-top .footer-menus {
        display: flex;
        justify-content: end;
        align-items: start;
        align-content: start;
    }

    /* .top-nav span.contact-meta,
    .header .top-nav ul.social-media {
        display: none !important;
    } */

    .expandable-search .search-form-main form.search-form {
        min-width: 150px !important;
    }

    .scrollable-nav-mobiles {
        min-height: 45px;
        margin-bottom: 50px;
        position: relative;
        z-index: 6;
    }

    .scrollable-nav-mobiles .scrollable-menu {
        display: flex !important;
        justify-content: center;
        align-items: start;
        align-content: start;
    }

    .scrollable-menu-inner {
        max-width: 100vw;
        width: 100vw;
        left: auto;
        right: auto;
        margin-left: 53px;
    }

    .scrollable-menu-inner .scrollable-menu-background {
        background: rgb(255 255 255 / 93%);
        max-height: 45px;
        overflow: hidden;
        backdrop-filter: blur(3px);
    }

    .scrollable-menu-inner .scrollable-menu-background.active {
        max-height: none;
    }

    .scrollable-menu-inner span.title {
        padding-left: 20px;
        padding-right: 60px;
        position: relative;
        cursor: pointer;
    }

    .scrollable-menu-inner span.title:before {
        content: "";
        visibility: visible;
        position: absolute;
        width: 12px;
        height: 12px;
        border-left: 1px solid #242744;
        border-top: 1px solid #242744;
        right: 30px;
        top: 12px;
        transform: rotate(226deg);
    }

    .scrollable-menu-inner .scrollable-menu-background.active span.title:before {
        transform: rotate(45deg);
        top: 19px;
    }

    .scrollable-menu-inner ul {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .scrollable-menu-inner.fixed {
        left: 0px;
        margin-left: 0px;
    }

    .modal-outer .modal-inner .modal-block {
        max-width: 710px;
        max-height: calc(100vh - 190px);
    }

    .modal-block .row {
        max-height: calc(100vh - 290px);
        overflow-x: hidden;
        overflow-y: auto;
    }

    .modal-outer .modal-inner .modal-block .img-preview {
        min-width: 200px;
        min-height: 200px;
    }

    .featured-image-block {
        margin-bottom: 45px;
        height: 310px;
    }

    .post-list .post-inner a.post-thumbnail:before {
        background-size: 70px;
    }

    .mb-35 {
        margin-bottom: 30px;
    }


    .header {
        z-index: 99;
    }

    .team-blocks a.team-block .img-preview {
        max-height: 200px;
        min-height: 200px;
    }

    .hero-home-page {
        height: 426px;
    }

    .logo-wrapper {
        display: none;
    }

    .footer-top .footer-menus {
        padding-right: 80px;
    }

    .vv-gallery-content h3 {
        font-size: 40px;
        line-height: 1.1;
        margin-bottom: 10px;
    }

    .vv-gallery-content p {
        font-size: 20px;
        margin-top: 10px;
        padding: 0 20px;
    }

    .gallery-next img {
        max-height: 18px;
    }

    .page-id-826 .hero-plain h1,
    .parent-pageid-826 .hero-plain h1,
    .parent-pageid-30748 .hero-plain h1 {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .hero {
        margin-bottom: 40px;
    }

    .download-module-bottom {
        margin-bottom: 50px !important;
    }

    .downloads-module {
        width: 100% !important;
    }


    .link-blocks a.block-style-grey:hover h3 {
        transform: translateY(40px);
    }

    .page-id-865 .hero-plain h1,
    .search-results .hero-plain h1,
    .search-no-results .hero-plain h1 {
        margin: 0px 0 35px;
    }

    .downloads-list .download-item {
        margin: 0 0 15px 0;
    }

    .hero-home-page {
        margin-bottom: 0px;
    }

    .footer-top .logo-wrapper {
        order: 1;
        min-width: 100%;
        margin-bottom: 30px;
    }

    .logo-wrapper img.footer-logo {
        max-height: 50px;
    }

    .stat-counter-blocks .btn-primary {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .contact-page-full .hero-plain p#breadcrumbs {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .contact-page-module.no-map ul.social-media {
        margin-bottom: 60px;
    }

    .contact-page-module.no-map {
        min-height: 30vh;
    }

    .split-content-quote-block .top-section {
        padding: 40px;
    }

    .split-content-quote-block {
        margin-bottom: 60px;
    }

    .split-content-quote-block .quote {
        max-height: none;
        padding: 30px;
        max-width: 40%;
        flex: 0 0 40%;
    }

    .split-content-quote-block .image {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .split-content-quote-block p.quote-name {
        margin-bottom: 0px;
    }

    .split-content-quote-block p.quote-text {
        font-size: 28px;
        line-height: 1.1;
    }


    .video_style a.video-player {
        aspect-ratio: 1 / 1;
        height: auto !important;
    }

    a.video-player .video-icon span {
        border-top: 44px solid transparent;
        border-bottom: 44px solid transparent;
        border-left: 60px solid #ffffff;
    }

    a.video-player .video-icon {
        width: 63px;
        height: 94px;
    }

    .flexible-article-fields .container-fluid.flexible-row-block:last-of-type {
        padding-bottom: 60px;
        margin-bottom: 0;
    }

    .split-content-blocks .split-content-inner {
        padding:30px 30px !important;
    }

    .img-grid .img-grid-row {
        margin-bottom: -30px;
    }


    .split-50-50 .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .split-content-blocks.split-50-50 .split-content-inner {
        padding: 0px !important;
        padding-top: 0px !important;
    }

    .image-50-50 img {
        max-height: 350px;
        object-fit: cover;
        object-position: center;
    }

    .page-id-32369 .hero-plain h1,
    .page-id-32345 .hero-plain h1 {
        margin-top: 0px;
    }

    form.vacancy-list .filterable-dropdown {
        margin-bottom: 30px;
        margin-top: 10px;
    }

    .modal-outer .frm6 {
        grid-column: span 12 / span 12;
    }




    .hero-home-page .hero-home-slider-items .home-slide-item .icon-container img {
        width: 60px;
        height: auto;
    }

    .hero-home-page .hero-home-slider-items .home-slide-item .title {
        font-size: 40px;
        line-height: 1;
    }

    .hero-home-page .hero-home-slider-items .home-slide-item .icon-container {
        margin-bottom: 25px;
    }

    .half-half-opening-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .half-half-opening-content .content-block .content {
        margin-bottom: 30px;
    }

    .academies-home .container-fluid {
        margin-bottom: 70px;
    }

    .latest-news-home.post-list .row.title-row h3 {
        font-size: 34px;
        line-height: 1;
    }

    .latest-news-home.post-list .row.title-row {
        margin-bottom: 45px;
        margin-top: 60px;
    }

    .twitter-button-row {
        margin: 35px 0 60px;
    }

    .half-half-opening-content .team-member-bordered {
        max-width: 170px;
    }

    .home .academies h3 {
        font-size: 34px;
        padding-top: 46px;
    }

    .container-fluid.latest-news-home.post-list {
        margin-bottom: 0px;
    }


    .page-id-32351 .hero-plain h1 {
        margin-top: 0px;
    }

    .slider-controls.arrow {
        margin-top: -0px;
        margin-bottom: -40px;
    }

}


/* small screens and ipad pro portrait */
@media only screen and (min-width : 992px) and (max-width : 1200px) {


    .contact-page-module {
        margin: 0 0 0px 0;
        /* max-height: 450px; */
    }

    ul#menu-main-menu, ul#menu-main-menu-1 {
        top: 80px;
    }

    .header .main-header .side-menu ul li a {
        font-size: 20px !important;
    }

    .split-content-blocks .split-content-inner {
        padding: 0px 30px;
        padding-left: 0 !important;
        padding-right: 20px !important;
    }

    .year-group {
        grid-column: span 1 / span 1;
        position: relative;
        height: 320px;
        overflow: hidden;
    }

    .row.year-group-row {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5em;
    }

    .header {
        z-index: 99;
    }

    /* .header .menu-main-menu-container {
         display: none;
     }*/

    a#burgerMenu {
        display: block;
        margin-left: 0px;
    }

    .container {
        width: 100%;
        max-width: 960px;
    }

    .hero-home-page {
        height: 548px;
    }

    .header ul li {
        margin: 0 36px 0 0;
    }

    .cookieconsent-popup {
        max-width: 920px;
    }

    .footer-top .footer-menus {
        min-width: 230px;
    }

    h1 {
        font-size: 34px;
        margin: 30px 0 18px 0;
    }

    h2 {
        font-size: 28px;
    }

    h4 {
        font-size: 22px;
    }

    h3 {
        font-size: 22px;
    }

    .hero-plain h1,
    .hero-background-block h1 {
        margin: -9px 0 -9px 0px;
    }

    .page-id-826 .hero-plain h1,
    .parent-pageid-826 .hero-plain h1,
    .parent-pageid-30748 .hero-plain h1 {
        color: white;
        margin: 0px 0 40px;
    }

    .hero-plain p#breadcrumbs,
    .hero-background-block p#breadcrumbs,
    .hero.hero-full-image p#breadcrumbs {
        margin-bottom: 16px;
    }

    .hero {
        margin-bottom: 35px;
    }

    .flexible-article-fields .flexible-row-block {
        margin-bottom: 45px;
    }

    blockquote {
        font-size: 28px;
    }

    blockquote p {
        line-height: 38px;
    }

    .img-grid .img-grid-row .gradient-overlay {
        max-height: 240px;
    }

    .img-grid .img-grid-row .gradient-overlay {
        min-height: 240px;
    }

    .img-grid .img-grid-row h4 {
        font-size: 20px;
    }

    .title-row {
        margin-bottom: 35px;
    }

    .half-half-content .img-preview,
    .half-half-content .img-preview img {
        max-height: 360px;
    }

    .link-blocks a {
        height: 180px;
    }



    .standard-post {
        margin-bottom: 80px;
    }

    .post-list .post-inner a.post-thumbnail {
        height: 190px;
        margin-bottom: 22px;
    }

    .post-list .post-inner h4 {
        padding: 0 20px;
        font-size: 18px;
        line-height: 1.3;
        margin-top: -5px;
        margin-bottom: 13px;
    }

    .navigation ul {
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .footer-bottom p span {
        margin: 0px 10px 0;
    }

    .scrollable-menu-inner ul li a {
        height: auto;
        padding: 12px 0;
        font-size: 14px;
        line-height: 1.3;
        min-height: 40px;
    }

    .post-list .post-inner span.meta {
        padding: 0 20px 24px;
    }

    .scrollable-menu-inner {
        max-width: 170px;
    }

    .link-blocks a h3 {
        font-size: 24px;
    }

    .modal-outer .modal-inner .modal-block {
        max-width: 950px;
    }

    .modal-outer .modal-inner .modal-block a.close-modal {
        right: 0px;
    }

    .team-blocks a.team-block .team-meta span {
        font-size: 14px;
    }

    .team-blocks a.team-block .team-meta h6 {
        margin: -4px 0 3px;
    }

    .next-prev-posts {
        margin-bottom: 70px;
        padding-top: 15px;
        padding-bottom: 45px;
    }

    .next-posts span.nav-posts a,
    .next-posts span.nav-posts p {
        font-size: 20px;
    }

    .downloads-list.global-privacy .download-item {
        font-size: 18px;
        height: 54px;
        padding-left: 22px;
    }

    .downloads-list.global-privacy .download-item img {
        right: 22px;
    }

    .downloads-list.global-privacy {
        margin-bottom: 40px;
        margin-top: 15px;
    }

    .map-container .map-container-inner {
        top: -225px;
        width: 58vw;
        height: 560px;
    }

    .child-link-blocks {
        margin-top: 40px;
    }

    .hero-home-page h1 {
        font-size: 50px;
        margin: -12px 0 -15px 0;
    }

    .hero-home-page .container {
        padding-bottom: 90px;
    }

    .half-half-opening-content .content-block h2,
    .half-half-opening-content .content-block h1 {
        font-size: 36px;
        line-height: 1.3;
        margin: -10px 0 28px 0;
    }

    .half-half-opening-content.active:before {
        height: calc(100% + 140px);
    }

    .stat-counter-blocks .stat-counter-block-inner span, .counter-container {
        font-size: 80px;
    }

    .stat-counter-blocks .stat-counter-block-inner b {
        font-size: 26px;
        margin: 30px 0 -6px 0;
    }

    .stat-counter-blocks {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .twitter-news-feeds {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .twitter-news-feeds .title-row h3 {
        font-size: 38px;
        margin: -18px 0 -22px 0px;
    }

    .twitter-news-feeds.post-list .post-inner h4 .tooltip-title {
        padding: 0 20px;
        padding-bottom: 10px;
    }


    .twitter-news-feeds span#load_more {
        margin-top: 15px;
    }

    .team-blocks a.team-block .img-preview {
        max-height: 208px;
        min-height: 208px;
    }

    .vv-gallery-content h3 {
        font-size: 50px;
    }

    .vv-gallery-content p {
        font-size: 22px;
        margin-top: 13px;
        padding: 0 30px;
    }

    .logo-wrapper {
        display: none;
    }

    .parent-pageid-31837 .hero-plain h1,
    .page-id-32039 .hero-plain h1,
    .page-id-31835 .hero-plain h1,
    .single-vacancy .hero-plain h1,
    .page-id-31837 .hero-plain h1,
    .page-id-860 .hero-plain h1,
    .page-id-33242 .hero-plain h1{
        color: white;
        margin: 0px 0 40px;
    }

    .page-id-826 .hero-plain h1,
    .parent-pageid-826 .hero-plain h1,
    .parent-pageid-30748 .hero-plain h1 {
        color: white;
        margin: 0px 0 35px;
    }

    .flexible-article-fields .container-fluid.flexible-row-block:last-of-type {
        padding-bottom: 60px;
        margin-bottom: 0;
    }

    .download-module-bottom {
        margin-bottom: 60px !important;
    }

    .link-blocks a.block-style-grey h3 {
        font-size: 24px;
    }

    .link-blocks a.block-style-grey:hover h3 {
        transform: translateY(50px);
    }

    .page-id-865 .hero-plain h1,
    .search-results .hero-plain h1,
    .search-no-results .hero-plain h1 {
        margin: 0px 0 35px;
    }

    .hero-home-page {
        margin-bottom: 0px;
    }

    .footer-top .footer-meta {
        min-width: 362px;
    }

    .contact-page-full .hero-plain p#breadcrumbs {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .contact-page-module.no-map ul.social-media {
        margin-bottom: 60px;
    }

    .split-content-quote-block {
        margin-bottom: 70px;
    }

    .split-content-quote-block .quote {
        max-height: none;
        padding: 40px;
    }

    .split-content-quote-block p.quote-name {
        margin-bottom: 0px;
    }

    .split-content-quote-block p.quote-text {
        font-size: 32px;
        line-height: 1.1;
    }

    .img-grid .img-grid-row .gradient-overlay.academy h3 {
        padding: 0 30px !important;
        font-size: 26px;
        line-height: 1.2;
    }

    .split-content-blocks .split-content-inner {
        padding: 30px 30px !important;
    }

    .img-grid .img-grid-row {
        margin-bottom: -30px;
    }

    .page-id-32369 .hero-plain h1,
    .page-id-32345 .hero-plain h1 {
        margin-top: 0px;
    }




    .hero-home-page .hero-home-slider-items .home-slide-item .icon-container {
        margin-bottom: 15px;
    }

    .half-half-opening-content {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .half-half-opening-content .content-block .content {
        margin-bottom: 30px;
    }

    .academies-home .container-fluid {
        margin-bottom: 70px;
    }


    .latest-news-home.post-list .row.title-row h3 {
        font-size: 40px;
        line-height: 1;
    }

    .latest-news-home.post-list .row.title-row {
        margin-bottom: 50px;
        margin-top: 70px;
    }

    .twitter-button-row {
        margin: 40px 0 70px;
    }

    .page-id-32351 .hero-plain h1 {
        margin-top: 0px;
    }

}


/* small tablets landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}


/* small tablets portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {}


/* phone landscape */
@media only screen and (max-device-width : 767px) and (orientation : landscape) {

    .mobile-menu .mobile-menu-inner {
        padding-bottom: 30px;
    }

    .mobile-menu-inner .contact-bottom {
        position: relative !important;
        clear: both;
        float: left;
        margin-top: 30px;
    }

}



/* iphone x fixes */
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait) {}

/* iphone x fixes */
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (orientation : landscape) {}


/* iphone 11 pro max fixes */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : landscape) {}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : portrait) {}



/* ful width block fixes for screen sizes between 1200px - 1900px */

@media only screen and (min-width : 1200px) and (max-width : 1365px) {}

@media only screen and (min-width : 1366px) and (max-width : 1600px) {

    .header .main-header .side-menu ul li a {
        font-size: 26px !important;
    }
}

@media only screen and (min-width : 1601px) and (max-width : 1900px) {

    .header .main-header .side-menu ul li a {
        font-size: 26px !important;
        color: white !important;
    }

}

@media screen and (min-width: 992px) {
    .back-container {
        justify-content: end !important;
        margin-bottom: 25px;
    }
    ul#menu-main-menu,ul#menu-main-menu-1 {/* top: 90px; */}

}

ul#menu-main-menu-1{
    position: relative;
}

.header .side-menu {
    padding-top: 0;
}
header .menu-main-menu-container{
    padding: 0!important;
}