/*
Theme Name: St Thomas More Theme
Description: A Wordpress theme made for St Thomas More Catholic School
Version:: 1.0
Author: Mr S Errington
*/


:root {
    --text-primary: #2E2E2D;
    --bg-primary: #1c4665;
    --accent-primary: #FCE01A;
}

::-webkit-scrollbar {
    width: 12px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--bg-primary);

    border-radius: 10px;
    border: 3px solid #f1f1f1;
  }


  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&family=Vollkorn:wght@400;500;700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
@media screen and (max-width:1366px) {
    html {
        font-size: 50%;
    }
}
body {
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-weight: 400;
    color: var(--text-primary);
    font-size: 1.6rem;
    line-height: 1.8;
    overflow-y: scroll;
    overflow-x: hidden;
    min-width: 360px;
}
body table,
body table sup {
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.8;
}
h2 {
    color: var(--text-primary);
    font-size: 2.4rem;
}
hr,
.wp-block-separator {
    margin: 3rem 0;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}


.container {
    display: grid;
    grid-template-rows: min-content repeat(3, min-content);
    grid-template-columns: [full-start] minmax(3rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12rem) [col-end]) [center-end] minmax(3rem, 1fr) [full-end];
}



.info {
    grid-column: full-start / full-end;
    display: grid;
    grid-template-columns: [full-start] minmax(3rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12rem) [col-end]) [center-end] minmax(3rem, 1fr) [full-end];

    background-color: var(--bg-primary);
    color: #fff;

    width: 100%;
    height: 40px;
    position: fixed;

    z-index: 99999;
}
.info i {
    margin-right: 5px;
}
.info__content {
    grid-column: col-start 1 / col-end 10;

    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info__content__contact {
    display: flex;
}
.info__content a {
    text-decoration: none;
    color: #fff;
}
.info__phone {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.info__mail {
    display: flex;
    align-items: center;
}
.logstatus {
    display: flex;
    column-gap: 4rem;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width:768px) {
    .info__content {
        justify-content: flex-end;
    }
    .info__content__contact {
        display: none;
    }
}



.nothomenav {
    background: #fff;
    color: var(--text-primary);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.nothomenav .navigation__content nav a,
.nothomenav .navigation__content .logo,
.nothomenav .navigation__content i  {
    color: var(--text-primary);
}
.nothomenav .burger div {
    background-color: var(--text-primary);
}


.navscrolled {
    background: #fff;
    color: var(--text-primary);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.navscrolled .navigation__content nav a,
.navscrolled .navigation__content .logo,
.navscrolled .navigation__content i  {
    color: var(--text-primary);
}
.navscrolled .burger div {
    background-color: var(--text-primary);
}
.navigation {
    grid-column: full-start / full-end;
    display: grid;
    grid-template-columns: [full-start] minmax(3rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12rem) [col-end]) [center-end] minmax(3rem, 1fr) [full-end];

    margin-top: 40px;
    width: 100%;
    height: 9rem;
    position: fixed;
    color: #fff;

    z-index: 10;
    transition: all .3s ease;
}
.navigation:hover {
    background: #fff;
}
.navigation:hover a,
.navigation:hover > .navigation__content nav i {
    color: var(--text-primary);
}
.navigation:hover > .navigation__content nav .burger div {
    background-color: var(--text-primary) !important;
}
.navigation__content {
    grid-column: col-start 1 / col-end 10;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navigation__content img {
    height: 6.5rem;
}

.navigation__content nav ul {
    display: flex;
    list-style: none;
}
.navigation__content .logo {
    text-decoration: none;
    font-size: 1.6rem;
    color: #fff;
}
.navigation__content nav a {
    text-decoration: none;
    font-size: 1.6rem;
    color: #fff;
}
.navigation__content nav li {
    display: flex;
    align-items: center;

    height: 9rem;
    padding: 0 20px;
    font-weight: 500;

    transition: all .3s ease;
}
.navigation__content .sub-menu li {
    display: block;
    height: auto;
    padding: 0;
    border: 0;

    margin: 0 5px;
    width: 100%;
    font-weight: 400;

}
.navigation__content .sub-menu li:hover {
    background-color: #fff;
    color: var(--text-primary);
}
.navigation__content nav li:hover {
    background-color: #eeeeee;
    cursor: pointer;
}

.navigation__content nav {
    display: flex;
    align-items: center;
}
.fa-search {
    margin-left: 20px;
}
.navigation__content nav ul li .sub-menu {
    left: 0;
    top: 9rem;
    width: 100%;


    display: none;
    flex-direction: row;
    justify-content: space-evenly;
    text-align: left;


    background: #fff;
    position: absolute;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);

    transition: all .3s ease;


    padding: 5px 5px;
}
.navigation__content nav .nav-active a {
	color: var(--text-primary);
}
.navigation__content nav ul li:hover .sub-menu {
    display: flex;
}

.navigation__content nav ul li .sub-menu li a {
    margin-left: 0;
    padding: 5px 10px;

    display: block;
    background-color: var(--bg-primary);
    color: #fff;
}

.navigation__content nav ul li .sub-menu .sub-menu {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: none;

    top: 0;

    position: relative;
    width: auto;
}
.navigation__content nav ul li .sub-menu .sub-menu li {
    width: 100%;
    margin: 0;
}
.navigation__content nav ul li .sub-menu .sub-menu li a {
    padding: 5px 10px;
    background: none;
    color: var(--text-primary);
    display: block;

    font-size: 1.6rem;
}
.navigation__content nav ul li .sub-menu .sub-menu li a:hover {
    background-color: #eeeeee;
}

@media screen and (max-width:576px) {
    .logo__text p {
        display: none;
    }
}






.burger div {
    width: 25px;
    height: 2px;
    background-color: #fff;
    margin: 5px;
}
.burger {
    display: none;
    margin-left: 40px;
    cursor: pointer;
}


#menu-main-menu li ul li {
    border-bottom: none !important;
}
.nothomenav #menu-main-menu li {
    border-bottom: 2px solid #fff;
    transition: all .3s ease;
}
.nothomenav #menu-main-menu .current-menu-ancestor,
.nothomenav #menu-main-menu .current_page_item,
.nothomenav #menu-main-menu li:hover {
    border-bottom: 2px solid var(--bg-primary);
}
.nothomenav #menu-main-menu .current_page_item {
    background-color: #eeeeee;
}



@media screen and (max-width:1024px) {
    .navigation__content nav ul {
        display: none;
    }
    .fa-search {
        margin-right: 50px;
    }
}





.mobMenu {
    background-color: #fff;
    height: 100%;
    width: 250px;
    position: fixed;
    top: 0;
    right: -300px;
    z-index: 99999;
    transition: all .3s ease;
    padding: 2rem;

    display: flex;
    flex-direction: column;
}
.nav-active {
    right: 0 !important;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.nav-active .menu-main-menu-container ul {
    list-style: none !important;
}
.nav-active .menu-main-menu-container ul li a {
    text-decoration: none;
    color: var(--text-primary);
    font-weight: 700;
}
.nav-active .menu-main-menu-container ul li .mob-active {
    display: block;
}
.nav-active .menu-main-menu-container ul li {
    padding: 1rem 0;
}
.nav-active .menu-main-menu-container ul li ul li {
    border-bottom: 1px solid #eeeeee;
    padding: .5rem 0 .5rem 2rem;
}
.nav-active .menu-main-menu-container ul li ul li a {
    font-weight: 500;
}
.nav-active .menu-main-menu-container ul li ul {
    margin-top: 1rem;
    display: none;
}
.nav-active .menu-main-menu-container ul li a i {
    display: none;
}




.logo {
    display: flex;
    align-items: center;
    line-height: 1.2;

    text-decoration: none;

    height: 100%;
}
.logo__text {
    display: flex;
    flex-direction: column;
    justify-content: center;

    margin-left: 10px;
}
.logo__text h3 {
    font-size: 2rem;
    font-weight: 500;
}
.logo__text p {
    font-size: 1.6rem;
    font-weight: 500;
}




.hero {
    grid-column: full-start / full-end;

    margin-top: -130px;
    min-height: 600px;
    height: 100vh;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;

    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
	
}
.hero__img1 {
	height: 100%;
	width: 500%;
	left: 0;

	position: absolute;
	overflow: hidden;
	animation: 60s slidy infinite;

	display: flex;
}
.hero__img1 figure {
	width: 20%;
	height: 100%;
}
.hero__img1 figure img {
	height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left center;

	
}




.hero__text {
    grid-column: col-start 1 / col-end 4;

    font-weight: 700;
    line-height: 1.2;
    max-width: 500px;
    text-align: center;

    animation: slideInFromLeft .5s ease-in;
	animation-timing-function: ease;

    display: flex;
    flex-direction: column;
    align-items: center;

    z-index: 5;
}
.hero__text p {
    font-size: 1.4rem;
    color: #9E9E9E;
    text-transform: uppercase;

    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.hero__text h1 {
    font-size: 4.8rem;
    color: #fff;

    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.hero__buttons {
    display: flex;
    align-items: center;
}

@media screen and (max-width:1336px) {
    .hero__text h1 {
        font-size: 3.6rem;
    }
}
@media screen and (max-width:768px) {
    .hero {
        /* background-image: linear-gradient(rgba(28, 70, 101, 0.93), rgba(28, 70, 101, 0.93)), url(img/img1.jpg); */
        background-image: url(img/img1.jpg);
        background-position: center;
    }
	.hero__img1 {
		display: none;
	}
    .hero__slideshow {
        display: none;
    }
    .hero__bg {
        grid-column: full-start / full-end;
        margin: 0;
        height: 100%;
        background: none;

        display: grid;
        grid-template-columns: [full-start] minmax(3rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12rem) [col-end]) [center-end] minmax(3rem, 1fr) [full-end];
    }
    .hero__text {
        grid-column: col-start 1 / col-end 10 !important;
        margin: 0;
    }
    .hero__text h1 {
        font-size: 3.2rem;
    }
}
@media screen and (max-width:576px) {
    .hero__buttons .btn-secondary {
        display: none;
    }
}




.frontLinks {
    grid-column: full-start / full-end;
    display: grid;
    grid-template-columns: [full-start] minmax(3rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12rem) [col-end]) [center-end] minmax(3rem, 1fr) [full-end];
    background-color: var(--bg-primary);
}
.frontLinks__inner {
    grid-column: col-start 1 / col-end 10;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.frontLinks__inner a {
    padding: 1.5rem 0;
    text-decoration: none;
    color: #fff;
    transition: all .3s ease;
}
.frontLinks__inner a:hover {
    color: #F9F7F6;
    transform: scale(.98);
}
@media screen and (max-width:1024px) {
    .frontLinks {
        display: none;
    }
}




.welcomeinfo {
	margin-top: 10rem;
    grid-column: full-start / full-end;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: [full-start] minmax(3rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12rem) [col-end]) [center-end] minmax(3rem, 1fr) [full-end];
}
.welcomeinfo h6 {
    font-size: 1.6rem;
    color: #9E9E9E;
    font-weight: 700;
}
.welcomeinfo h6 {
    text-transform: uppercase;
}
.welcomeinfo__head {
    grid-column: col-start 4 / col-end 10;
    grid-row: 1;
    
    background-image: linear-gradient(rgba(28, 70, 101, 0.93), rgba(28, 70, 101, 0.93)), url('img/building.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.welcomeinfo__head__info h2 {
    color: #fff;
}
.welcomeinfo__head__info {
    grid-column: col-start 6 / col-end 9;
    grid-row: 1;
    padding: 100px 0;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.welcomeinfo__head__info p {
    color: #fff;
}

.welcomeinfo__image {
    grid-column: col-start 1 / col-end 4;
    grid-row: 1;
	z-index: 3;

	display: flex;
	justify-content: center;
	align-items: center;
}
.welcomeinfo__image figure {
	height: 80%;
	width: 100%;
}
.welcomeinfo__image figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.welcomeinfo__head__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

    width: 100%;
    height: 80px;
}
.welcomeinfo__head__top img {
    border-radius: 50%;
    height: 80px;
}

@media screen and (max-width:1024px) {
    .welcomeinfo {
        grid-template-rows: 1fr min-content !important;
    }
    .welcomeinfo__head {
        grid-column: col-start 1 / col-end 10 !important;
    }
    .welcomeinfo__head__info {
        grid-column: col-start 2 / col-end 9 !important;
    }
    .welcomeinfo__image {
        display: none;
    }
}




#tempText {
    grid-column: col-start 1 / col-end 10;
    margin-top: 7rem;
}
#tempVideo {
    grid-column: col-start 1 / col-end 10;
    width: 100%;
    min-height: 50rem;
}




.lettersvid {
    grid-column: full-start / full-end;
    display: grid;
    grid-template-rows: min-content 1fr;
    grid-template-columns: [full-start] minmax(3rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12rem) [col-end]) [center-end] minmax(3rem, 1fr) [full-end];
}
.letters {
    grid-row: 2 / 3;
    grid-column: full-start / col-end 12;
    
    background-image: linear-gradient(rgba(28, 70, 101, 0.93), rgba(28, 70, 101, 0.93)), url('img/class.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.letters__text {
    grid-column: col-start 1 / col-end 10;
    grid-row: 2 / 3;
    padding: 100px 0;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.letters__text a {
    color: #fff;
    text-decoration: none;
}
.letters__text a:hover {
    text-decoration: underline;
}
.letters__letters {
    display: flex;
    flex-direction: column;
}
.lettersvid h6 {
    text-transform: uppercase;
    font-size: 1.6rem;
    color: #9E9E9E;
    font-weight: 700;
}
.letters__text h2 {
    color: #fff;
}




.welcomebanner {
    padding: 1rem 0;
    margin-top: 10rem;
    display: grid;
    grid-row: 1 / 1;
    grid-template-columns: [full-start] minmax(3rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12rem) [col-end]) [center-end] minmax(3rem, 1fr) [full-end];
    grid-column: full-start / full-end;
    background-color: var(--bg-primary);
    text-align: center;
}
.welcomebanner__content {
    grid-column: col-start 1 / col-end 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.welcomebanner h2 {
    color: #fff;
}
.welcomebanner span {
    font-size: 1.6rem;
    font-weight: 400;
}






.homeCalendarbg {
    padding: 100px 0;
    grid-row: 2 / 3;
    grid-column: col-start 7 / full-end;
    background-color: #F9F7F6;
}
.ics-calendar-title,
.ics-calendar-label,
.time-inline {
    display: none !important;
}
.homeCalendar {
    padding: 100px 0;
    grid-row: 2 / 3;
    grid-column: col-start 8 / col-end 10;
}

.homeCalendar .recurrence {
    display: none;
}
.ics-calendar-date-wrapper {
    display: grid;
    grid-template-columns: 15rem 1fr;
}
.ics-calendar-date-wrapper h4 {
    white-space: nowrap;
    margin: 0 !important;
}
.ics-calendar-date-wrapper dl {
    margin: 0 !important;
}
.ics-calendar-list-wrapper .ics-calendar-date,
.ics-calendar dl.events {
    padding: 0;
    margin: 0;
}
.ics-calendar .event .descloc,
.ics-calendar .event .descloc div,
.all-day-indicator {
    display: none;
}


@media screen and (max-width:1024px) {
    .welcomebanner span {
        display: none;
    }
    .lettersvid {
        grid-template-rows: min-content min-content min-content;
    }
    .letters {
        grid-row: 2 / 3;
        grid-column: full-start / full-end;
    }
    .letters__text {
        grid-column: col-start 1 / col-end 10;
    }
    .homeCalendarbg {
        grid-row: 3 / 4;
        grid-column: full-start / full-end;
    }
    .homeCalendar {
        grid-row: 3 / 4;
        grid-column: col-start 1 / col-end 10;
    }
}



.news {
    padding: 100px 0;
    grid-column: col-start 1 / col-end 10;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.newsHead {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.news h2 {
    font-size: 3.2rem;
    line-height: 1;
}
.news__articles {
    width: 100%;
    display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 5rem;
    line-height: 1.4;
}
.news__article {
    height: 400px;
    background: #F9F7F6;
    position: relative;

    transition: transform .3s ease;
}
.news__article:hover {
    transform: scale(0.98);
}
.article__thumbnail {
    background-image: url(img/default.jpg);
    background-size: cover;
    width: 100%;
    height: 180px;
}
.article__thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.article__title {
    background: var(--bg-primary);
    width: 85%;
    height: 70px;
    margin: 0 auto;

    transform: translateY(-50%);    

    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}
.article__title p {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
}
.article_wrap {
    width: 85%;
    margin-top: -50px;
    margin: -20px auto 0 auto;
}
.article__preview {
    width: 100%;
    height: 80px;
}
.article__preview p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.article__date p {
    display: block;
    font-size: 1.2rem;
}
.article__link {
    text-align: center;
}
.article__link a {
    text-decoration: none;
    display: inline-block;
}










.gallery {
    background-color: #F9F7F6;
    grid-column: full-start / full-end;
    display: grid;
    grid-template: repeat(7, 5vw)/repeat(8, 1fr);
    grid-gap: 1.5rem;
    padding: 1.5rem;
}
.gallery__item--1 {
    grid-row: 1 / span 2;
    grid-column: 1 / span 2;
}
.gallery__item--2 {
    grid-row: 1 / span 3;
    grid-column: 3 / span 3;
}
.gallery__item--3 {
    grid-row: 1 / span 2;
    grid-column: 6 / 7;
}
.gallery__item--4 {
    grid-row: 1 / span 2;
    grid-column: 7 / -1;
}
.gallery__item--5 {
    grid-row: 3 / span 3;
    grid-column: 1 / span 2;
}
.gallery__item--6 {
    grid-row: 4 / span 2;
    grid-column: 3 / span 2;
}
.gallery__item--7 {
    grid-row: 4 / 5;
    grid-column: 5 / 6;
}
.gallery__item--8 {
    grid-row: 3 / span 2;
    grid-column: 6 / span 2;
}
.gallery__item--9 {
    grid-row: 3 / span 3;
    grid-column: 8 / -1;
}
.gallery__item--10 {
    grid-row: 6 / span 2;
    grid-column: 1 / 2;
}
.gallery__item--11 {
    grid-row: 6 / span 2;
    grid-column: 2 / span 2;
}
.gallery__item--12 {
    grid-row: 6 / span 2;
    grid-column: 4 / 5;
}
.gallery__item--13 {
    grid-row: 5 / span 3;
    grid-column: 5 / span 3;
}
.gallery__item--14 {
    grid-row: 6 / span 2;
    grid-column: 8 / -1;
}
.gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}





.footer {
    grid-column: full-start / full-end;
    display: grid;
    grid-template-columns: [full-start] minmax(3rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12rem) [col-end]) [center-end] minmax(3rem, 1fr) [full-end];
    background-color: #eeeeee;
    padding: 5rem 0;
    z-index: 3;

    font-size: 1.4rem;
}
.footer h6 {
    color: var(--text-primary);
    font-size: 1.6rem;;
    font-weight: 700;
}
.footer__content {
    color: var(--text-primary);
    grid-column: col-start 1 / col-end 10;

    display: grid;
    grid-template-columns: 2fr 1fr 3fr;
	column-gap: 7rem;
}
.footer__content a {
    color: var(--text-primary);
    text-decoration: none;
}
.footer__content a:hover {
    text-decoration: underline;
}
.footer__address img {
    width: 50px;
}
.footer__address__con {
    display: flex;
    column-gap: 10px;
}
.footer__links {
    display: flex;
    flex-direction: column;
}
.footer__links__a {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}
.footer__images {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    height: 70px;
    margin: 10px 0;
}
.footer__images a {
    height: 100%;
}
.footer__images img {
    height: 100%;
}
@media screen and (max-width:1024px) {
    .footer__content {
        grid-template-columns: 1fr 1fr;
    }
    .footer__awards {
        grid-column: 1 / 3;
        margin-top: 20px;
    }
}
@media screen and (max-width:768px) {
    .footer__content {
        grid-template-columns: 1fr;
    }
    .footer__awards {
        grid-column: 1 / 1;
        margin-top: 20px;
    }
    .footer__content {
        justify-items: center;
        text-align: center;
    }
    .footer__links {
        margin-top: 20px;
    }
    .footer__address__con {
        justify-content: center;
    }
    .footer__images {
        justify-content: center;
        max-height: 10vw;
    }
}








.legal {
    grid-column: full-start / full-end;
    display: grid;
    grid-template-columns: [full-start] minmax(3rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12rem) [col-end]) [center-end] minmax(3rem, 1fr) [full-end];
    background-color: #181818;
    border-top: 1px solid #2E2E2D;
    padding: 20px 0;
}
.legal__content {
    color: #fff;
    grid-column: col-start 1 / col-end 10;

    display: flex;
    justify-content: space-between;
    align-items: center;

    font-size: 1.4rem;
    line-height: 1;
}
.legal__content a {
    color: #fff;
}
@media screen and (max-width:768px) {
    .legal__content {
        text-align: center;
        flex-direction: column;
        gap: 10px;
    }
}
@media screen and (max-width:576px) {
    #google_translate_element .skiptranslate {
        display: flex;
        flex-direction: column;
    }
}

.skiptranslate {
    display: flex;
    align-items: center;
    gap: 10px;
}
.skiptranslate select {
    border: 0;
    padding: 5px;
    border-radius: 5px;
    font-weight: 700;
}


.whiteP {
    color: #fff;
}
.homeLetters {
    padding-left: 2rem;
    color: #fff;
}
.homeLetters li a {
    font-weight: 500;
}
.homeLetters li span {
    font-size: 1.2rem;
    color: #9E9E9E;
    font-weight: 500;
}
.page h2 {
    color: var(--bg-primary);
    border-left: 3px solid var(--accent-primary);
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}
.page ul,
.page ol {
    padding-left: 2rem;
}
.page {
    min-height: calc(100vh - 512px);
    margin-top: 13rem;
    grid-column: full-start / full-end;
    display: grid;
    grid-template-rows: 40rem 1fr;
    grid-template-columns: [full-start] minmax(3rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12rem) [col-end]) [center-end] minmax(3rem, 1fr) [full-end];
}

.page__sidebar {
    grid-column: col-start 1 / col-end 3;
    grid-row: 2 / 3;
    border-right: 1px solid #eeeeee;
    padding: 2rem 0;
}
.page__sidebar > :nth-child(2) {
    border-top: 1px solid #eeeeee;
}
.sidebar__article {
    display: flex;
    column-gap: 10px;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
}
.sidebar__article:hover {
    background-color: #eeeeee;
}
.sidebar__article a {
    font-size: 1.6rem;
    line-height: 1;
    text-decoration: none;
    color: var(--text-primary);
    font-weight: 500;
}
.sidebar__article p {
    font-size: 1.2rem;
    color: #9E9E9E;
}
.sidebar__article h2 {
    font-size: 2.4rem;
    padding: 0;
    margin: 0;
}


.page__content .wpContent h2 {
    margin-top: 3rem;
}
.page__content .wpContent h2:first-of-type {
    margin-top: 0;
}
.page__content a {
    color: var(--text-primary);
    text-decoration: none;
}
.page__content a:hover {
    text-decoration: underline;
}
.page__bg__cover {
    grid-column: full-start / full-end;
    grid-row: 2 / 3;
    background-color: #fff;
    z-index: 1;
    height: 100%;
}
.page__content {
    grid-column: col-start 1 / col-end 10;
    grid-row: 2 / 3;
    position: relative;
    z-index: 5;

    display: flex;
}
.page__content .wpContent {
    width: 100%;
    margin: 4rem 0 4rem 2rem;
}
@media screen and (max-width:1024px) {
    .page__content .wpContent {
        margin: 4rem 0 4rem 0;
    }
}
.page__content-wide {
    grid-column: col-start 1 / col-end 10;
    grid-row: 2 / 3;
    padding: 10px 0;
    position: relative;
    z-index: 5;
}
.search__content__wide {
    grid-column: col-start 1 / col-end 10;
    position: relative;
    background-color: #fff;
    grid-row: 2 / 3;
    z-index: 5;
}
.editbtn {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    right: 0;
}
.editbtn a {
    padding: 5px 15px;
    text-decoration: none;
    color: #fff !important;
    background: #444444;
    transition: color .3s ease;
}
.editbtn a:hover {
    color: #9E9E9E;
}

.page__content p {
    margin-bottom: 10px;
}
.page__content ul {
	margin-bottom: 10px;
}











.search__results {
    display: flex;
    flex-direction: column;
}
.search__results .result {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 5fr;
    grid-template-rows: 1fr 2fr;
    column-gap: 1rem;
}
.search__results .result .thumbnail {
    grid-row: 1 / span 2;
    grid-column: 1;
    width: 100%;
    height: 100%;
}
.search__results .result a {
    grid-row: 1;
    grid-column: 2;
}
.search__results .result p {
    grid-row: 2;
    grid-column: 2;
}
.search__results .result .thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: .5rem;
}







.page__title {
    grid-column: col-start 1 / col-end 10;
    grid-row: 1 / 1;
    height: 100%;

    display: flex;
    align-items: center;

    animation: slideInFromLeft .5s ease-in;
	animation-timing-function: ease;
}
.page__title h1 {
    text-transform: uppercase;
    font-size: 4.8rem;
    background: #fff;
    padding: 18px 24px 12px 24px;
    border-bottom: 8px solid var(--bg-primary);
    color: #9E9E9E;
    z-index: 4;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.page__thumbnail {
    grid-column: full-start / full-end;
    grid-row: 1 / 1;
    width: 100%;
    height: 40rem;
    border-right: 1px solid #eeeeee;

    position: fixed;
    z-index: 0;
}
.page__thumbnail iframe {
    width: 100%;
    height: 100%;
}
.page__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.page__content__title {
    text-align: center;
    font-size: 3.2rem;
    font-weight: bold;
}

@media screen and (max-width:1024px) {
    .page__sidebar {
        display: none;
    }
    .page__content {
        grid-column: col-start 1 / col-end 10;
        border-right: none;
    }
}
@media screen and (max-width:768px) {
    .page__title h1 {
        font-size: 3.2rem;
    }
}
@media screen and (max-width:576px) {
    .page__title h1 {
        font-size: 2.4rem;
    }
}





.staffApps {
    z-index: 20;

    position: fixed;
    right: 0;
    top: 260px;

    display: flex;
    align-items: flex-start;

}
.staffAppsApps {
    width: 180px;
    height: min-content;
    background-color: var(--bg-primary);

    display: none;
}
.staffAppsOpen {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.staffApps_tool {
    width: 52px;
    height: 52px;

    padding: .5rem;
}
.staffApps_tool img {
    width: 100%;
    height: 100%;
    transition: transform .3s ease;
}
.staffApps_tool img:hover {
    transform: scale(.98);
}
.toolicon {
    background-color: var(--bg-primary);
    width: 52px;
    height: 52px;

    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.staffApps i {
    color: var(--accent-primary);
}




.js-search-trigger,
.search-overlay__close {
    cursor: pointer;
}
.search-overlay {
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .65);
    color: #fff;

    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1.09);
            transform: scale(1.09);
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s, visibility .3s;
    transition: opacity .3s, transform .3s, visibility .3s, -webkit-transform .3s;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: center;
  }
.search-overlay h2 {
    background-color: var(--bg-primary);
    color: #fff;
    width: 100%;
    text-align: center;
    padding: .5rem 1rem;
	font-size: 2.4rem;
    font-weight: 400;

    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}
.search-overlay__top {
    width: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: .5rem;
}
.search-overlay--active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
.search__center {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 1rem;
    font-size: 2.4rem;
}
.search__center input {
    border: 0;
    padding: .5rem;
    width: 50%;
    font-size: 2.4rem;
    width: 100%;

    background-color: #F9F7F6;
    border-radius: .5rem;
    transition: background-color .3s ease;
}
.search__center input:focus {
    outline: none;
    background-color: #eeeeee;
}
.search__center form {
    padding: 0 1rem 1rem 1rem;
    row-gap: 1rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}






.content {
    min-height: calc(100vh - 512px);
    margin-top: 130px;
    grid-column: full-start / full-end;
    display: grid;
    grid-template-columns: [full-start] minmax(3rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12rem) [col-end]) [center-end] minmax(3rem, 1fr) [full-end];
}




.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: all 2s ease;
}
.reveal.active {
    transform: translateY(0px);
    opacity: 1;
}



.btn {
    cursor: pointer;

    transition: transform .3s ease;
}
.btn:hover {
    transform: scale(0.98);
}
.btn-primary {
    border: 0;
    padding: 13px 33px;
    background-color: var(--accent-primary);
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--bg-primary);
}
.btn-secondary {
    border: 2px solid #fff;
    padding: 9px 24px;
    background: transparent;
    font-weight: 700;
    color: #fff;
}
.btn-third {
    border: 2px solid var(--bg-primary);
    padding: 9px 24px;
    background: transparent;
    font-weight: 700;
    color: var(--bg-primary);
}
.btn-fourth {
    border: 2px solid var(--accent-primary);
    padding: 9px 24px;
    background: transparent;
    font-weight: 700;
    color: var(--accent-primary);
}


.mb-1 {
    margin-bottom: 10px;
}
.mb-2 {
    margin-bottom: 20px;
}
.ml-1 {
    margin-left: 10px;
}
.ml-2 {
    margin-left: 20px;
}






.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}





.circle {
    border-radius: 50%;
    background-color: var(--bg-primary);
    position: absolute;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.35);
    transition: transform .3s ease;
}
.circle:hover {
    transform: scale(.98);
}
.circle1 {
    height: 35rem;
    width: 35rem;
    left: -175px;
    bottom: 100px;

    animation: slideInFromLeft .5s ease-in;
	animation-timing-function: ease;
}
.circle2 {
    height: 20rem;
    width: 20rem;
    right: -50px;
    bottom: 50px;

    animation: slideInFromRight .5s ease-in;
	animation-timing-function: ease;
}
.circle3 {
    height: 30rem;
    width: 30rem;
    left: 50%;
    bottom: 50%;
    z-index: 2;

    animation: slideInFromTop .5s ease-in;
	animation-timing-function: ease;
}
.circle4 {
    height: 15rem;
    width: 15rem;
    left: 60%;
    bottom: 48%;

    animation: slideInFromTop .5s ease-in;
	animation-timing-function: ease;
}
@media screen and (max-width:768px) {
    .circle,
    .circle1,
    .circle2,
    .circle3,
    .circle4 {
        display: none;
    }
}






.lettershort {
    display: flex;
    flex-direction: column;
}



.body-no-scroll {
    overflow: hidden;
    
}




@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes slideInFromTop {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes slideInFromBottom {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}









@keyframes slidy {
	0%{
		left: 0%;
	}
	10% {
		left: 0%;
	}
	12% {
		left: -100%;
	}
	22% {
		left: -100%;
	}
	24% {
		left: -200%;
	}
	34% {
		left: -200%;
	}
	36% {
		left: -300%;
	}
	46% {
		left: -300%;
	}
	48% {
		left: -400%;
	}
	58% {
		left: -400%;
	}
	60% {
		left: -300%;
	}
	70% {
		left: -300%;
	}
	72% {
		left: -200%;
	}
	82% {
		left: -200%;
	}
	84% {
		left: -100%;
	}
	94% {
		left: -100%;
	}
	96% {
		left: 0%;
	}
}





.img-left {
    float: left;
    margin-right: 15px;
}
.page__content img {
    border-radius: .5rem;
}
.wp-block-quote {
    border-left: 5px solid #2e2e2d;
    background-color: #F9F7F6;
    padding: 10px 20px 10px 20px;
    font-style: italic;

    margin-bottom: 10px;
}
.wp-block-quote cite {
    font-size: 1.2rem;
}




.page__content table {
    border-collapse: collapse;
    padding: 1rem;
    box-sizing: border-box;
}
.page__content table thead {
    text-align: left;
    border-bottom: 2px solid #2e2e2d;
    background-color: #fff;
}
.page__content table tr th:first-of-type {
    padding-left: 10px;
}
.page__content table tr th:last-of-type {
    padding-right: 10px;
}
.page__content table tr td:first-of-type {
    padding-left: 10px;
}
.page__content table tr td:last-of-type {
    padding-right: 10px;
}
.page__content th {
    padding: 1rem 0;
    border: 0;
}
.page__content table td {
    padding: .5rem;
    vertical-align: top;
    border: 0;
}
.page__content table tr:nth-child(odd) {
    background-color: #eeeeee;
}


.wp-block-table {
    margin-bottom: 2rem;
}
.wp-block-table table thead tr:nth-child(1) {
    background-color: var(--bg-primary);
    color: #fff;

    font-size: 1.6rem;
}
.wp-block-table table tr td,
.wp-block-table table tr th {
    padding: 1rem 1.5rem !important;
}




.webNotice {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .65);
    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center;

}
.webNotice__content {
    background-color: #fff;
    width: 360px;
    padding-bottom: .5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    border-radius: .5rem;
	box-shadow: 0 15px 25px rgba(0, 0, 0, 0.35);
}
.webNotice__content h2 {
    width: 100%;
    background-color: var(--bg-primary);
    color: #fff;
    padding: .5rem 1rem;
	font-size: 2.4rem;
    font-weight: 400;
}
.webNotice__content p {
    padding: .5rem 1rem;
}

#staffdnotice {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;

    padding: 1rem;
}
#staffdnotice textarea {
    align-self: stretch;
    padding: .5rem 1rem;
    border-radius: .5rem;
    resize: vertical;

    border: 2px solid var(--bg-primary);
}
#staffdnotice textarea:focus {
    outline: none;
}




.cookiewrap {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .65);
    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center;
}
.cookiewrap h2 {
    width: 100%;
    color: #fff;
	font-size: 2.4rem;
    font-weight: 400;
}
.cookielaw {
    background-color: var(--bg-primary);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);

    color: #fff;
    width: 320px;

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    border-radius: .5rem;

    padding: 10px;
    transition: transform .3s ease;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.35);
}
.cookiebtns {
    display: flex;
    gap: 1rem;
}






.staffWelcome {
    width: 100%;
    background-color: var(--bg-primary);
    border-radius: .5rem;

    color: #fff;
    font-size: 1.8rem;
    
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.staffWelcome p {
    padding: .5rem;
}




.page__content a {
    color: blue;
}
.su-tabs-pane {
    font-size: 1.6rem !important;
    line-height: 1.6 !important;
}





.wp-block-group__inner-container {
    gap: 0 !important;
}

.wp-block-buttons {
    gap: 0 !important;
    margin-bottom: 0 !important;
}
.wp-block-button {
    width: 100%;
    margin-bottom: 1rem !important;
}
.wp-block-button a {
    width: 100%;
    border-radius: 0;
    background-color: #eeeeee;
    color: var(--text-primary);
    text-align: left;
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
    transition: all .3s ease;
    font-weight: 700;
    position: relative;
}
.wp-block-button a::after {
    content: " ";
    color: var(--bg-primary);
    background-image: url("img/link.png");
    background-size: contain;
    font-weight: bold;
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
}
.wp-block-button a:hover {
    transform: scale(.98);
    color: var(--text-primary);
}
.wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.wp-block-button__link:visited {
    color: var(--text-primary);
}






#contact-form {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

#contact-form input,
#contact-form textarea {
    padding: .5rem;
    border: 0;
    background-color: #F9F7F6;
    border-radius: .5rem;
    border: 1px solid var(--bg-primary);
}

#contact-form input:focus,
#contact-form textarea:focus,
#contact-form select:focus {
    outline: none;
}

#contact-form select {
    align-self: flex-start;
    
    padding: .5rem;
    border: 0;
    background-color: #F9F7F6;
    border-radius: .5rem;
    border: 1px solid var(--bg-primary);
}


.form-group-h {
    display: grid;
    grid-template-columns: 150px 1fr;
}


.lunchOrder span {
    font-weight: 500;
}
.lunchOrder__flex input[type=text],
.lunchOrder__flex input[type=email] {
    padding: .5rem;
    border: 0;
    background-color: #F9F7F6;
    border-radius: .5rem;
    border: 1px solid var(--bg-primary);

    width: 270px;
}
.studentEmailBlock {
    pointer-events: none;
}
.lunchOrder__flex {
    display: flex;
    align-items: center;
    column-gap: 2rem;
}






h6 {
    font-size: 1.2rem !important;
}
.wp-block-buttons {
    margin-bottom: .5rem;
}








.mobmenu-content .fa-caret-down {
    display: none;
}
.mobmenu-content #mobmenuright a {
    font-weight: 500;
    font-family: 'Montserrat', Helvetica, sans-serif;
}
.mobmenu-content #mobmenuright .sub-menu a {
    color: var(--text-primary) !important;
}
.mobmenu-content #mobmenuright .sub-menu {
    background-color: transparent !important;
}
.mobmenu-content #mobmenuright li:hover {
    background-color: transparent !important;
}
.mobmenu-content #mobmenuright li a:hover {
    font-weight: 700 !important;
    background-color: transparent !important;
    color: var(--text-primary) !important;
}
.mobmenu-right-panel li, .rightmbottom, .rightmtop {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.mobmenu-content #mobmenuright li {
    border-top: 1px solid #9E9E9E !important;
}
.mobmenu-content #mobmenuright li:first-of-type,
.mobmenu-content #mobmenuright li li {
    border-top: none !important;
}
.mobmenu-content #mobmenuright li li a {
    font-size: 10px;
}
.mobmenur-container i {
    color: var(--text-primary) !important;
}














.the__page__sidebar {
    background-color: #eeeeee;
    padding: 0 2rem;
    height: 100%;
    width: 40rem;
    border-right: 1px solid #eeeeee;
    z-index: 5;
}
.sideWrap {
    position: sticky;
    top: 14rem;
}
.sideWrap .current_page_item a {
    font-weight: 700;
}
.the__page__sidebar a {
    text-decoration: none;
    color: var(--text-primary);
}
.the__page__sidebar ul .current_page_item {
    font-weight: 500;
}
.the__page__sidebar ul li {
    border-top: 1px solid #9E9E9E !important;
    padding: .5rem 0;
}
.the__page__sidebar ul li:last-of-type {
    border-bottom: 1px solid #9E9E9E !important;
}
.the_page__sidebar ul li .children {
    display: none !important;
}
.the__page__sidebar h2 {
    margin-top: 4rem;
}



@media screen and (max-width:1024px) {
    .the__page__sidebar {
        display: none;
    }
    .page__content {
        padding: 0;
    }
}






.has-grey-background-color {
    background-color: #eeeeee;
    padding: 1rem;
}








.downLink {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    position: absolute;
    bottom: 3rem;
    color: #fff;
    text-decoration: none;
    animation: slideInFromBottom .5s ease-in;
	animation-timing-function: ease;
}
.down-arrow {
    display: block;
    height: 4rem !important;
    margin: 1rem auto;
    cursor: pointer;
    transition: 0.2s;
    animation: bounce 2s infinite;
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0); transform: translateY(0);}
    40% {-moz-transform: translateY(-30px); transform: translateY(-30px);}
    60% {-moz-transform: translateY(-15px); transform: translateY(-15px);}
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0); transform: translateY(0);}
    40% {-webkit-transform: translateY(-30px); transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px); transform: translateY(-15px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0); transform: translateY(0);}
    40% {-moz-transform: translateY(-30px); -ms-transform: translateY(-30px); -webkit-transform: translateY(-30px); transform: translateY(-30px);}
    60% {-moz-transform: translateY(-15px); -ms-transform: translateY(-15px); -webkit-transform: translateY(-15px); transform: translateY(-15px);}
}



















.post h2 {
    border-left: .5rem solid var(--bg-primary);
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    font-size: 2.4rem;
}
.postTitle {
    background-color: var(--bg-primary);
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 3rem 0;

    margin-top: 13rem;
    grid-column: full-start / full-end;
}
.postTitle h1 {
    font-size: 3.2rem;
}
.post {
    grid-column: col-start 3 / col-end 8;

    margin: 2rem auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.post figure {
    width: 100%;
    height: 40rem;
}
.post figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.post__date {
    padding: 1rem 2rem;
    font-weight: 700;
    background-color: #eee;
    color: var(--text-primary);
}
.post__content {
    padding: 3rem 2rem;
}
.post__content p {
    margin-bottom: 1.5rem;
}



.post__content figure {
    height: auto !important;
}


















figure {
    margin: 0;
}















#awards {
    grid-column: full-start / full-end;
    grid-template-columns: [full-start] minmax(3rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12rem) [col-end]) [center-end] minmax(3rem, 1fr) [full-end];
    background-color: #eee;
    min-height: 10rem;
    padding: 2rem 0;
    z-index: 99999 !important;
}
.awards__inner {
    grid-column: col-start 1 / col-end 10;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5rem;
}
.awards__inner img {
    padding: 1rem;
    background-color: #fff;
    width: 100%;
    height: 100%;
}