﻿body {
    margin: 0 !important;
    max-width: 100vw !important;
    font-family: var(--font) !important;
    overflow-x: hidden;
    margin-right: 17px;
    /*font-size: 1vw;*/
}
/* poppins-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/poppins-v20-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/poppins-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-800 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/poppins-v20-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*#region  Color Schemes*/
:root {
    --legacy-dark-blue: 40, 45, 98;
    --legacy-dark-blue-text: 27, 37, 87;
    --legacy-light-blue: 42, 123, 176;
    --legacy-search-background: 212, 229, 239;
    --thomas-lighter-blue: 198,217,240;
    --thomas-light-blue: 141,179,226;
    --thomas-lightest-blue: 232,240,249;
    --thomas-blue: 24,92,175;
    --thomas-dark-blue: 6,32,65;
    --thomas-grey: 151, 151, 151;
    --thomas-yellow: 255, 201, 0;
    --font: 'Poppins';
    --ofsted-blue: 41, 38, 89;
    --ofsted-yellow: 251, 188, 65;
}

.ContentLiveClass {
}

.SecLiveClass {
}

.SubSecLiveClass {
}

.pagetitle {
    font-size: 65px;
    position: relative;
    color: rgb(var(--thomas-blue));
    font-weight: normal;
    font-family: var(--font), sans-serif;
    z-index: 1;
    width: 100%;
    text-align: center;
    line-height: 110px;
    margin: 0 auto !important;
}

#header {
    top: 0;
    left: 0;
    background-color: rgb(var(--legacy-dark-blue-text));
    color: white;
    position: relative;
    z-index: 1000;
    width: 100%;
    font-weight: 600;
}

    #header a {
        color: white;
        position: relative;
        z-index: 100;
        font-size: 0.9rem;
    }

        #header a:hover {
            text-decoration: underline;
        }

    #header .sm {
        display: flex !important;
        width: 70% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

#bigQuote{
    font-weight: normal;
}

#menu {
    background-color: rgb(var(--legacy-light-blue));
    width: 100%;
    position: relative;
    z-index: 100;
    padding: 0 10%;
    /*margin-left: auto !important;
    margin-right: auto !important;*/
}
.note-editable {
    font-family: Montserrat !important;
    font-size: 16px !important;
}
.StThomasContentHeader {
    font-family: Montserrat !important;
    font-size: 24px;
    font-weight: bolder;
    color: rgb(24, 92, 175);
}

.StThomasContentBody {
    font-family: Montserrat !important;
    font-size: 16px;
}

.bigImg {
    left: 0;
    position: relative;
    border-color: #000 transparent transparent transparent;
    border-radius: 0 0 240px 50%/60px;
    z-index: 30;
    display: inline-block;
}

    .bigImg .curve {
        margin: 0 auto !important;
    }

    .bigImg .arrow {
        position: relative;
        z-index: 31;
        height: auto;
        width: 3%;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block;
        min-width: 20px;
        padding-bottom: 1%;
        top: -24px;
    }

/*@media only screen and (orientation: portrait){
        .bigImg{
            height: 16vh;
        }
    }*/

#searchArea{
    margin: 0 auto;
    width: fit-content;
    background-color: rgb(var(--legacy-search-background));
    border-radius: 25px;
    position: absolute;
    z-index: 1000;
    left: 60%;
    top: 40%;
}

#smallSearchArea{
    width: 75%;
    margin: 0 auto 15px auto;
    padding: 20px 0;
}

.gradientTime {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    background: -moz-linear-gradient(top, rgba(137,255,241,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(137,255,241,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(137,255,241,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(137,255,241,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(137,255,241,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(137,255,241,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089fff1', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.underImg {
    width: 100%;
    background-color: #A0CB26;
    z-index: -10;
}

.underImgText {
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 2vmax;
    bottom: 0;
    margin-left: 50% !important;
    justify-content: center;
    transform: translate(-50%,-50%);
}

.news {
    background-color: #B71B67;
    width: 15%;
    vertical-align: middle;
    text-align: center;
    height: 60px;
}

.menuDiv {
    z-index: 10;
    position: relative;
    height: 100%;
    padding: 15px 10% 0 10%;
    margin: 0 auto;
}

.mainLogo {
    cursor: pointer;
}

.bubble {
    position: relative;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 24px;
    width: 380px;
    background-color: rgba(183,27,103,0.9);
    border-radius: 15px;
    border: 7px white solid;
    padding: 24px;
    text-align: center;
    color: white;
    margin-bottom: 160px;
    left: 60%;
    top: 53%;
}

    .bubble:before {
        content: "";
        width: 0px;
        height: 0px;
        position: absolute;
        border-left: 27px white solid;
        border-right: 27px solid transparent;
        border-top: 27px white solid;
        border-bottom: 27px solid transparent;
        left: 20px;
        bottom: -55px;
    }

    .bubble:after {
        content: "";
        width: 0px;
        height: 0px;
        position: absolute;
        border-left: 19px solid rgba(183,27,103,0.9);
        border-right: 19px solid transparent;
        border-top: 19px solid rgba(183,27,103,0.9);
        border-bottom: 19px solid transparent;
        left: 26px;
        bottom: -38px;
    }

@media only screen and (max-width: 1050px) {
    .bubble {
        display: none;
    }
}

.quickLinks {
    /*height: 10vh;*/
    width: 11vw;
    color: white;
    text-align: center;
    position: relative;
    left: 15vw;
    font-size: 80%;
    min-width: 150px;
}

    .quickLinks div {
        margin-top: 5px;
        margin-bottom: 5px;
        height: 5vh;
    }

    .quickLinks a {
        color: white;
    }

@media only screen and (orientation: portrait) {
    .quickLinks div {
        height: 5vw;
    }
}

footer {
    /*position: absolute;*/
    left: 0;
    bottom: 0;
    display: inline-block;
}

#content {
    position: static;
    margin-bottom: 30px;
}

#bottomBit {
    background-color: rgb(var(--thomas-dark-blue));
    display: flex;
    font-size: 2.5vmin;
}

    #bottomBit .sm {
        display: flex;
        width: 70%;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-top: 2%;
        color: white;
        margin-bottom: 1%;
    }

    #bottomBit tbody {
        color: white;
        font-size: 60%;
    }

    #bottomBit a {
        color: white;
    }

#middleImgs {
    /*display: flex;*/
}

    #middleImgs .sm {
        width: 70%;
        display: flex;
        text-align: justify;
        margin-left: auto !important;
        margin-right: auto !important;
    }

        /*#middleImgs .sm:after {
            content: "";
            display: inline-block;
            width: 100%;
            height: 0;
        }*/

    #middleImgs .sm img {
        height: 8vh;
        width: auto !important;
        display: inline-block;
        margin: 0 auto !important;
    }

#contactUs {
    background-color: rgb(var(--thomas-blue));
    height: fit-content;
    display: flex;
    margin-top: 5px;
    font-size: 85%;
    color: white;
}

@media only screen and (orientation: portrait) {
    #contactUs {
        font-size: 1.5vw;
    }
}

#contactUs a, h4 {
    font-weight: bold;
}

#contactUs .sm {
    display: flex;
    width: 70%;
    margin-left: auto !important;
    margin-right: auto !important;
    flex-wrap: wrap;
}

    #contactUs .sm div {
        height: fit-content;
    }

#newContact{
    height: 500px;
    margin-bottom: -500px;
    position: relative;
    z-index: 100;
}

/*@media only screen and (max-width: 795px) {
    .map {
        width: 50% !important;
    }
}

@media only screen and (min-width: 796px) {
    .map {
        width: 100% !important;
    }
}
*/

#eightBoxes {
    color: white;
    font-weight: 600;
    font-size: 3vh;
}

    #eightBoxes a {
        color: white !important;
        text-decoration: underline;
    }

    #eightBoxes td {
        width: 25%;
        font-size: 1.5vw;
        height: 25vw;
    }

        #eightBoxes td img {
            width: 100%;
        }

#headMessage {
    color: black;
    display: flex;
    font-weight: 600;
}

    #headMessage .sm {
        display: flex;
        width: 70%;
        margin-left: auto !important;
        margin-right: auto !important;
        flex-wrap: wrap;
    }

    #headMessage img {
        max-width: 100%;
        text-align: right;
    }

    #headMessage .quote {
        margin-bottom: 10px;
    }

    #headMessage a {
        font-size: 1.5vh;
    }

    #headMessage h2{
        color: rgb(var(--legacy-dark-blue));
    }

@media only screen and (orientation: portrait) {
    #headMessage .quote {
        font-size: 1.5vw;
    }
}

#upcoming {
    background-color: rgba(160,203,38,0.3);
    height: fit-content;
}

    #upcoming h4 {
        width: fit-content;
        color: rgb(160,203,38);
        margin-left: auto !important;
        margin-right: auto !important;
        font-weight: 600;
        padding-top: 1%;
        margin-bottom: 1%;
    }

    #upcoming a {
        color: black;
        cursor: pointer;
        padding: 0 10px;
    }

.events {
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center;
}

.eventItem {
    background-color: white;
    width: 10vw !important;
    min-width: 150px;
    /*margin: 0 10px;*/
    font-size: 1.5vh;
    margin: 10px;
    /*margin-left: 10px;
    margin-right: 10px;*/
    padding: 10px;
}

.eventTitle {
    width: fit-content;
    color: rgb(var(--thomas-blue));
    margin-left: auto !important;
    margin-right: auto !important;
    font-weight: 600;
    padding-top: 1%;
    margin-bottom: 1%;
}

@media only screen and (orientation: portrait) {
    .eventItem {
        font-size: 1.5vw;
    }
}

.buttons {
    width: fit-content;
    margin-left: auto !important;
    margin-right: auto !important;
    font-weight: 600;
    text-transform: uppercase;
}

.space {
    background-color: transparent !important;
    width: 40px !important;
    max-width: 40px !important;
}

.carousel {
    margin-bottom: -100%;
    position: unset !important;
    z-index: -100;
}

#carousel, .carousel-inner, .carousel-item {
    height: 65vh;
    min-height: 600px;
    max-height: 900px;
}

#carouselBasicExample * {
    z-index: 0;
}

.carousel-item {
    height: 100%;
}

.carousel-indicators [data-mdb-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.wideBoi {
    width: 100%;
    max-width: 100vw;
}

.vertMid {
    display: flex;
    align-items: center; /* align vertical */
    padding-left: 8px;
    padding-right: 8px;
}

.dot {
    height: 6px;
    width: 6px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px !important;
    background-color: #ca3379;
    border-radius: 50%;
    display: inline-block
}

.contactForm {
    margin-left: auto !important;
    margin-right: auto !important;
}

.insideForm {
    background-color: white;
    width: 95%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 10px;
}

    .insideForm table {
        margin-left: auto !important;
        margin-right: auto !important;
    }

.contactForm .form-control {
    outline: 2px solid transparent;
}

@keyframes TryThis {
    from {
        outline: 2px solid transparent;
    }

    to {
        outline: 2px solid red;
    }
}

.missing {
    animation-name: TryThis;
    animation-duration: 0.5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 11;
    top: 50% !important;
    bottom: 0 !important;
}

marquee {
    color: #8D201E;
    height: 50px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 18px;
}

#FourLinks {
    background-color: white;    
    color: white;
}

    #FourLinks .sm {
        width: 70%;
        display: flex;
        text-align: center;
        height: 70%;
        top: 20%;
        position: relative;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 2%;
    }

    #FourLinks .sm a{
        color: white !important;
    }

.FourLink {
    width: 100% !important;
    max-width: 25%;
    margin: 0px 40px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 150%;
    border-radius: 50px 0 0 0;
    /*height: 170px;*/
}

    .FourLink table{
        min-width: 100px !important;
    }

.FourLink table tbody tr{
    height: 50% !important;
}

.ThreeLink {
    background: linear-gradient(90deg, rgba(42,123,176,1) 0%, rgba(40,45,98,1) 100%);
    color: white;
    font-weight: bold;
    font-size: 2rem;
    width: calc(100% / 3);
}

    .ThreeLink:nth-child(2) {
        margin: 0 15px;
    }

    .ThreeLink table{
        height: 150px;
    }

    .ThreeLink table tbody tr td:nth-child(2){
        width: 30%;
    }

#eventLinks{
    background: rgb(var(--thomas-lighter-blue));
    width: 200%;
    border-radius: 200% 200% 0 0;
    margin-left: -50%;
}

#eventLinks .curve{
    width: 50%;
    margin: 0 auto !important;
}

#eventLinks .sm{
    width: 70%;
    margin: 30px auto !important;
    display: flex;
    flex-wrap: wrap;
}

#eventLinks h1 {
    padding-top: 130px;
    text-align: center;
    color: rgb(var(--thomas-blue));
    font-weight: bold;
}

.eventLink {
    background-color: white;
    max-width: 19%;
    margin: 10px auto !important;
    margin-top: 25px;
    font-family: var(--font);
    min-width: 19%;
    padding: 10px;
}

.eventLink p{
    font-size: 1rem;
}

.eventButtons {
    width: 70%;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-bottom: 50px;
}

.backgroundMap{
    height: 50vh;
}

.button {
    border: 0;
    color: white;
    text-transform: uppercase;
    padding: 5px 20px;
    font-weight: 600;
    font-size: 1rem;
}

.QLbutton {
    width: 90%;
    margin: 5px !important;
    color: rgb(var(--thomas-dark-blue));
    background-color: white;
    border-radius: 8px;
    height: 40px;
    border: none;
    font-size: 0.8rem;
    font-weight: 700;
}

.Grey {
    background-color: rgb(var(--thomas-grey));
}

.Blue {
    background-color: rgb(var(--thomas-blue));
}

.caption {
    text-shadow: 3px 3px rgb(0 0 0 / 70%);
    color: white;
    position: relative;
    font-size: 50px;
    padding: 24px;
    text-align: left;
    /*margin-bottom: 160px;*/
}

.sm-img {
    max-width: 20px;
    height: auto !important;
    cursor: pointer;
}

.row {
    margin-right: 0 !important;
}

#megaMenu {
    position: absolute;
    z-index: 100;
    background-color: rgba(141,32,30,0.9);
    height: 700px;
    max-height: 700px;
    max-width: 100vw !important;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    width: 100%;
    top: 164px;
}

#megaMenu1 {
    position: absolute;
    z-index: 100;
    background-color: rgba(141,32,30,0.9);
    height: 700px;
    max-height: 700px;
    width: 100vw;
    max-width: 100vw !important;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

.list-group-item {
    color: white !important;
    background-color: unset !important;
    padding: 5px;
    border: unset !important;
    font-size: 0.8rem;
}

.level0 {
    padding-left: 16px !important;
    font-weight: 700;
    font-size: 1.25em;
    text-transform: uppercase;
}

.level1 {
    padding-left: 36px !important;
}

.level2 {
    padding-left: 56px !important;
}

.level3 {
    padding-left: 76px !important;
}

.level4 {
    padding-left: 96px !important;
}

.level5 {
    padding-left: 116px !important;
}

.level6 {
    padding-left: 136px !important;
}

.level7 {
    padding-left: 156px !important;
}

.level8 {
    padding-left: 176px !important;
}
@media only screen and (max-width: 1000px) {
    .level0 {
        font-size: 16px;
    }
    .list-group-item {
        font-size: 11px;
        padding: 2px;
    }
}
.searchResult {
    color: red;
    font-weight: bold;
}

@media only screen and (max-width: 991px) {
    #FourLinks .sm{
        width: 80%;
    }

    .FourLink{
        margin: 0px 5px !important;
        font-size: 1.5vmax;
    }

    #contactUs{
        font-size: 2vmax !important;
    }
    
    .quote{
        font-size: 2.5vmin !important;
    }

    #carousel, .carousel-inner, .carousel-item, .bigImg {
        /*height: 50vh;*/
    }

    marquee{
        height: 35px;
    }

    #headMessage .sm{
        width: 70%;
    }
}

@media only screen and (max-width: 881px) {

    #bottomBit .sm{
        width: 90%;
    }

    .space{
        width: 10px !important;
    }

}

@media only screen and (max-width: 683px) {

    #middleImgs .sm{
        width: 100%;
    }

}

@media only screen and (max-width: 600px) {

    #middleImgs .sm img{
        height: 5vh !important; 
    }

}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    #middleImgs .sm {
        max-width: 100vw;
    }

    .space {
        width: 10px;
    }

    @media only screen and (max-width: 881px) {

        #bottomBit .sm {
            width: 90%;
        }

        .space {
            width: 10px !important;
        }
    }

    @media only screen and (max-width: 500px) {

        #bottomBit .sm {
            width: 100%;
        }
    }
}

/* Safari 11+ */
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) and (stroke-color:transparent) {

        #carousel, .carousel-inner, .carousel-item, .bigImg {
            /*height: 85vh;*/
        }
    }
}

/* Safari 10.1 */
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) and (not (stroke-color:transparent)) {

        #carousel, .carousel-inner, .carousel-item, .bigImg {
            /*height: 85vh;*/
        }
    }
}

/* Safari 6.1-10.0 (but not 10.1) */
@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) {
    @media {

        #carousel, .carousel-inner, .carousel-item, .bigImg {
            /*height: 85vh;*/
        }

    }
}

.standFont{
	font-size: 16px;
    font-weight: normal;
}

.headImg{
    margin: 5%;
    width: auto;
}

#quickLinkMenu {
    background-color: rgb(var(--thomas-light-blue));
    z-index: 9;
    height: max-content;
    width: inherit;
    display: none;
    text-align: center;
    padding-bottom: 16px;
    border-radius: 0 0 0 20px;
}

    #quickLinkMenu ul {
        margin-top: 80px;
        margin-left: 10px;
        margin-bottom: 10px;
        width: 90%;
    }

        #quickLinkMenu ul li {
            font-weight: bold;
            border-bottom-color: red;
            border-bottom-style: dashed;
            border-bottom-width: thin;
            padding-top: 5px;
        }

            #quickLinkMenu ul li a {
                color: rgb(var(--primary-font-color));
            }

.quickLinkArch {
    background-color: rgb(var(--thomas-light-blue));
    border-radius: 0 0 0 20px;
    width: 210px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 20px;
    cursor: pointer;
    height: 105px;
    position: absolute;
    z-index: 9999;
    right: 15%;
    color: white;
}

.quickLinks {
    top: 105px;
    height: 120px;
    width: 180px;
    color: white;
    text-align: center;
    right: 15%;
    font-size: 22px;
    font-weight: 400;
}

    .quickLinks a {
        color: white;
    }

.showMenu {
    top: 0px !important;
}

.bottomText {
    font-weight: bold;
    margin-top: 30px;
}

#contactBackground{
    background-color: rgba(var(--legacy-light-blue), 0.2);
    padding: 20px;
    width: 70%;
    border-radius: 25px;
    margin: 0 auto;
}

#contactTable{
    width: 95%;
    margin: 0 auto;
    margin-bottom: 70px;
}

    #contactTable input {
        width: 100%;
        margin: 5px;
    }

#contactMessage {
    width: 100%;
    margin: 5px;
}

#contactSend {
    height: auto;
    background: linear-gradient(90deg, rgba(42,123,176,1) 0%, rgba(40,45,98,1) 100%);
    color: white;
    font-weight: bold;
    text-transform: none !important;
    width: 35% !important;
    min-width: 100px;
}

.homeLink{
    color: rgb(var(--thomas-yellow)) !important;
}

@media only screen and (max-width: 1050px) {
    .bubble {
        display: none;
    }
}

#content ul{
    list-style: initial !important;
}

#ofsted {
    width: 100%;
    cursor: pointer;
    position: relative;
    top: -25%;
    left: 25px;
}

@media screen and (max-width: 1329px) {
    #newContact {
        height: 600px !important;
        margin-bottom: -600px !important;
    }

    .backgroundMap {
        height: 600px !important;
    }
}

@media screen and (max-width: 991px) {
    #header-main-menu-container {
        display: none !important;
    }

    #mobile-menu-container {
        display: flex !important;
    }

    header {
        z-index: auto !important;
    }

    #newContact {
        height: 450px !important;
        margin-bottom: -450px !important;
    }

    .backgroundMap {
        height: 450px !important;
    }
}

.headerImg{
    width: 250px;
    cursor: pointer;
}

#goodLogo {
    position: absolute;
    width: 120px;
    right: 2%;
    cursor: pointer;
}

.date{
    color: rgb(var(--thomas-blue));
}

.miniMenu {
    border-collapse: separate;
    border-spacing: 0 10px;
    width: 70% !important;
    margin: 0 auto;
}

    .miniMenu tbody tr td {
        background-color: rgb(var(--thomas-yellow));
        border-radius: 0 0 25px 25px !important;
        color: white;
        text-transform: uppercase;
        font-size: 0.9em;
        cursor: pointer;
    }

        .miniMenu tbody tr td a {
            color: white !important;
            padding: 20px !important;
            display: block;
            text-align: center;
        }

        .selected, .miniMenu tbody tr td:hover {
            background-color: rgb(var(--thomas-blue)) !important;
        }

.menuTitle {
    color: rgb(var(--thomas-blue));
    text-transform: uppercase;
    font-size: 1.1em;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
}

#contentParentDiv {
    margin: 0 auto !important;
    width: 70%;
}

@media screen and (max-width: 1400px) {
    #contentParentDiv {
        margin: 0 auto !important;
        width: 90%;
    }
}

@media screen and (max-width: 1510px) {
    .carousel-caption{
        display: none !important;
    }
}

@media screen and (max-width: 1016px) {
    .quickLinkArch{
        right: 20% !important;
    }
}

@media screen and (min-width: 1016px) {
    .menu-btn {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .quickLinkArch{
        display: none;
    }
}

.emptySearch {
    border: 1px solid red;
    animation: shake 0.2s ease-in-out 0s 2;
}

@keyframes shake {
    0% {
        margin-left: 0rem;
    }

    25% {
        margin-left: 0.5rem;
    }

    75% {
        margin-left: -0.5rem;
    }

    100% {
        margin-left: 0rem;
    }
}

.selectedPage {
    background-color: rgba(var(--legacy-dark-blue), 0.9);
    border-radius: 10px;
}

    .selectedPage a {
        color: white;
    }

#partBody {
    max-height: 500px;
    overflow-y: auto;
}

#partBody tr td{
    text-align: center;
}

#SearchPagesParent {
    width: 75%;
    margin: 0 auto !important;
    overflow-x: auto;
}

#SearchTableParent {
    width: 75%;
    max-height: 500px;
    overflow-y: auto;
    margin: 0 auto 20px auto;
}

@media screen and (max-width: 768px) {
    #partBody tr td {
        padding: 0 !important;
    }

    #SearchTableParent {
        width: 100%;
    }
}

.carousel-caption { 
    width: 35%;
    font-size: 2rem;
    top: 40%;
    bottom: 35%;
    text-align: left;
    font-weight: 600;
}

.carousel-control-prev, .carousel-control-next{
    height: 100%;
}

#infoUL {
    margin: auto;
    display: grid;
    height: 50%;
}

/* Hide footer contact details by default */
/* Default: Hide the footer contact */
.footer-contact {
    display: none;
}

/* Show footer contact only when the screen size is below 768px */
@media (max-width: 768px) {
    .footer-contact {
        display: flex;
        padding: 0 !important;
    }
}



#footerInfoUL {
    margin: auto;
    display: grid;
    height: 50%;
}