﻿@import url('https://fonts.googleapis.com/css?family=Poppins');

@font-face {
    font-family: Annabelle;
    src: url('fonts/AdabelleHandwriting-Regular.ttf') format('truetype');
}

@media(min-width: 600px) {
    .bannerImage {
        width: 100%;
        height: auto;
    }

    .header {
        font-size: 65px;
        color: rgb(0,2,42);
        padding-top: 57px;
        font-weight: bold;
        text-shadow: 2px 2px 5px rgb(175, 175, 175);
    }
}

@media(max-width: 600px) {
    .bannerImage {
        width: 100vw;
        height: auto;
        padding-top: 75px;
    }

    .header {
        font-size: 35px;
        color: rgb(0,2,42);
        padding-top: 40px;
        padding-bottom: 40px;
        font-weight: bold;
        text-shadow: 2px 2px 5px rgb(175, 175, 175);
    }
}



.FullScreenOne {
    background-image: url("img/Culture_bw.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 900px) {
    .FullScreenOne {
        background-image: url("img/Culture_bw2.jpg");
        background-attachment: initial;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.ContentOne {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.LeftBox {
    width: 50%;
    text-align: center;
}

    .LeftBox h1 {
        text-align: left;
        padding-left: 5%;
    }

    .LeftBox p {
        text-align: left;
        padding-left: 5%;
    }

.RightBox {
    width: 50%;
    overflow-y: auto;
    text-align: center;
    margin-right: 5%;
}

@media(max-width: 600px) {

    .rowFullscreenContentOne {
        display: inline-block;
        text-align: center;
    }

    .LeftBox {
        width: 100%;
        padding-bottom: 5%;
    }

    .RightBox {
        width: 100%;
    }
}

/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #252a32;
    background: #fff;
}
*/
.SlideContainer {
    max-width: 75rem;
    width: 100%;
    padding: 4rem 2rem;
    margin: 0 auto;
}

@media(max-width: 600px) {
    .SlideContainer {
        padding: 0px;
    }
}

.main .SlideContainer .swiper-container .swiper-wrapper .swiper-slide .card-image {
    background: #fff;
    border: none;
    outline: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    border-radius: 2px;
}

    .main .SlideContainer .swiper-container .swiper-wrapper .swiper-slide .card-image img {
        display: block;
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.main .SlideContainer .swiper-container .swiper-pagination-bullet {
    opacity: 0.8;
    background: #252a32;
}
/*
.swiper-pagination-bullet {
    opacity: 0.8;
    background: #252a32;
}*/


.swiper-pagination-bullet {
    display: none;
}


.main .SlideContainer .swiper-container .swiper-pagination-bullet-active {
    background: #fff;
}

.main .SlideContainer .swiper-container .swiper-button-next, .main .container .swiper-container .swiper-button-prev {
    background-image: none;
    background-size: 0;
    background-repeat: no-repeat;
    background-position: 0;
    margin-top: -1rem;
}

    .main .SlideContainer .swiper-container .swiper-button-next .arrow-icon, .main .SlideContainer .swiper-container .swiper-button-prev .arrow-icon {
        font-size: 2rem;
        color: #fff;
    }

@media(min-width: 600px) {
    .sliderCaption {
        margin-left: 11%;
        margin-right: 11%;
        padding-bottom: 44px;
    }

    .sliderText {
        font-size: 150%;
        color: rgb(0,2,42);
        padding-bottom: 25px;
        text-align: justify;
        font-weight: bold;
        padding-bottom: 20px;
        line-height: 1.5;
    }
}

@media(max-width: 600px) {
    .sliderCaption {
        margin-left: 11%;
        margin-right: 11%;
        padding-bottom: 20px;
    }

    .sliderText {
        color: rgb(0,2,42);
        padding-top: 10px;
        padding-bottom: 15px;
        text-align: justify;
        font-weight: bold;
        padding-bottom: 20px;
        line-height: 1.5;
    }
}

.FullScreenThree {
    background-image: url("img/AcETripStudents_bw.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 900px) {
    .FullScreenThree {
        background-image: url("img/AcETripStudents_bw2.jpg");
        background-attachment: initial;
        background-position-x: 50%;
        background-position-y: 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.FullScreenThreeContent {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding-top: 57px;
    padding-bottom: 57px;
}


@media only screen and (min-width: 900px) {
    .ThreeHeader {
        font-size: 300%;
        color: rgb(0,2,42);
        padding-bottom: 20px;
        font-weight: bold;
        text-shadow: 2px 2px 5px rgb(175, 175, 175);
    }

    .ThreeText {
        color: rgb(0,2,42);
        font-size: 150%;
        text-align: justify;
        margin-left: 10%;
        margin-right: 10%;
        line-height: 150%;
        width: 80%;
    }
}

@media only screen and (max-width: 900px) {
    .ThreeHeader {
        font-size: 35px;
        color: rgb(0,2,42);
        padding-bottom: 20px;
        font-weight: bold;
        text-shadow: 2px 2px 5px rgb(175, 175, 175);
    }
    .ThreeText {
        color: rgb(0,2,42);
        font-size: initial;
        text-align: justify;
        margin-left: 10%;
        margin-right: 10%;
        line-height: 150%;
        width: 80%;
    }
}

.ThreeSlider {
    color: rgb(0,2,42);
    font-size: 150%;
    text-align: justify;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
}

@media only screen and (max-width: 900px) {
    .ThreeSlider {
        color: rgb(0,2,42);
        font-size: initial;
        text-align: justify;
        margin-left: 0%;
        margin-right: 0%;
        width: 100%;
    }
}

@media only screen and (min-width: 900px) {
    .MobileSlider {
        display: none;
    }
}

.slider {
    height: 50vh;
    width: 100%;
    border-top: solid;
    border-bottom: solid;
    border-width: thick;
    border-color: rgb(0,2,42);
    margin-top: 5%;
    display: block;
}

@media only screen and (max-width: 900px) {
    .MobileSlider {
        height: 70vh;
        width: 100%;
        border-top: solid;
        border-width: thick;
        border-color: rgb(0,2,42);
        margin-top: 5%;
    }

    .slider {
        display: none;
    }
}

.slide_viewer {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.slide_group {
    height: 100%;
    position: relative;
    width: 100%;
}

.slide {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
    color: white;
    font-size: 110%;
    font-family: Annabelle;
}

    .slide:first-child {
        display: block;
    }

    .slide:nth-of-type(1) {
        background: rgb(0,2,42);
    }

    .slide:nth-of-type(2) {
        background: rgb(0,2,42);
    }

    .slide:nth-of-type(3) {
        background: rgb(0,2,42);
    }

    .slide:nth-of-type(4) {
        background: rgb(0,2,42);
    }

    .slide:nth-of-type(5) {
        background: rgb(0,2,42);
    }

    .slide:nth-of-type(6) {
        background: rgb(0,2,42);
    }

    .slide:nth-of-type(7) {
        background: rgb(0,2,42);
    }

    .slide:nth-of-type(8) {
        background: rgb(0,2,42);
    }

.slide_buttons {
/*    left: 0;
    position: absolute;
    right: 0;*/
    text-align: center;
}

a.slide_btn {
    color: rgba(0,2,42, 0.5);
    font-size: 42px;
    margin: 0 0.175em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
    color: rgb(0,2,42);
    cursor: pointer;
}

.directional_nav {
    margin: 0 auto;
    max-width: 940px;
    position: relative;
    display: flex;
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .directional_nav {
        display: none;
    }

    .mobile_directional_nav {
        margin: 0 auto;
        max-width: 940px;
        position: relative;
        margin-top: 10px;
    }

    .mobile_slide_buttons {
        /*    left: 0;
    position: absolute;
    right: 0;*/
        text-align: center;
    }

    .btns {
        display: flex;
    }

    a.mobile_slide_btn {
        color: rgba(0,2,42, 0.5);
        font-size: 30px;
        margin: 0 0.175em;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .mobile_slide_btn.active, .mobile_slide_btn:hover {
        color: rgb(0,2,42);
        cursor: pointer;
    }

    .mobile_previous_btn {
        bottom: 0;
        margin: auto;
        position: relative;
        top: 0;
    }

    .mobile_next_btn {
        bottom: 0;
        margin: auto;
        position: relative;
        top: 0;
    }
}

.previous_btn {
    bottom: 0;
    margin: auto;
    position: relative;
    top: 0;
}

.next_btn {
    bottom: 0;
    margin: auto;
    position: relative;
    top: 0;
}

.previous_btn, .next_btn {
    cursor: pointer;
    height: 65px;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 65px;
}

    .previous_btn:hover, .next_btn:hover {
        opacity: 1;
    }

@media only screen and (max-width: 767px) {
    .mobile_previous_btn, .mobile_next_btn {
        cursor: pointer;
        height: 65px;
        opacity: 0.5;
        -webkit-transition: opacity 0.4s ease-in-out;
        -moz-transition: opacity 0.4s ease-in-out;
        -ms-transition: opacity 0.4s ease-in-out;
        -o-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out;
        width: 65px;
    }

        .mobile_previous_btn:hover, .mobile_next_btn:hover {
            opacity: 1;
        }
    
    .mobile_previous_btn {
        left: 50px;
    }

    .mobile_next_btn {
        right: 50px;
    }
}

@media only screen and (min-width: 767px) {
    .mobile_previous_btn {
        display: none;
    }

    .mobile_next_btn {
        display: none;
    }
}


.StudentContainer {
    display: flex;
}

.StudentCaption {
    width: 50%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 15px;
}

.smallerCaption {
    font-size: 75%;
}

.smallerCaption1 {
    font-size: 90%;
}

.smallerCaption2 {
    font-size: 80%;
}

.Student {
    width: 22.5%;
    border-left: solid;
    border-width: thick;
    border-color: rgb(0,2,42);
}

.Letter {
    width: 22.5%;
    border-right: solid;
    border-width: thick;
    border-color: rgb(0,2,42);
}

.Student img {
    width: 100%;
}

.Letter img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .Student {
        width: 50%;
        height: 30vh;
    }

    .Letter {
        width: 50%;
        height: 30vh;
    }

    .Student img {
        width: 100%;
        height: 100%;
    }

    .Letter img {
        width: 100%;
        height: 100%
    }
    .StudentCaption {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 15px;
    }
}

.heading-primary {
    font-size: 2em;
    padding: 2em;
    text-align: center;
}

.accordion dl, .accordion-list {
    border: 1px solid rgb(0,2,42);
    margin-block-start: 0;
    margin-block-end: 0;
}

    .accordion dl:after, .accordion-list:after {
        content: "";
        display: block;
        height: 1em;
        width: 100%;
        background-color: rgb(0,2,42);
    }

.accordion dd, .accordion__panel {
    background-color: #eee;
    font-size: 150%;
    line-height: 1.5em;
}

.accordion p {
    padding: 1em 2em 1em 2em;
}

.accordion {
    position: relative;
    background-color: #eee;
}

.accordionContainer {
    max-width: 100vw;
    margin: 0 auto;
}

.accordionTitle, .accordion__Heading {
    background-color: rgb(0,2,42);
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    padding: 2em;
    display: block;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.5s ease-in-out;
    border-bottom: 1px solid rgb(0,2,42);
}

    .accordionTitle:before, .accordion__Heading:before {
        content: "+";
        font-size: 1.5em;
        line-height: 0.5em;
        float: left;
        transition: transform 0.3s ease-in-out;
    }

    .accordionTitle:hover, .accordion__Heading:hover {
        background-color: rgb(0,2,42);
    }

    .accordionTitleActive, .accordionTitle.is-expanded {
        background-color: rgb(0,2,42);
    }

        .accordionTitleActive:before, .accordionTitle.is-expanded:before {
            transform: rotate(-225deg);
        }

.accordionItem {
    height: auto;
    overflow: auto;
    max-height: 50em;
    transition: max-height 1s;
}

@media only screen and (max-width: 900px) {
    .accordionTitle, .accordion__Heading {
        font-size: 15px;
    }

    .accordion dd, .accordion__panel {
        font-size: 12px;
        text-align: justify;
    }

    .accordion p {
        padding: 1em 3em 1em 0em;
    }
}

@media screen and (min-width: 48em) {
    .accordionItem {
        max-height: 15em;
        transition: max-height 0.5s;
    }
}

.accordionItem.is-collapsed {
    max-height: 0;
}

.no-js .accordionItem.is-collapsed {
    max-height: auto;
}

.animateIn {
    animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
    animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@keyframes accordionIn {
    0% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
        transform-origin: 50% 0;
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes accordionOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
    }
}

.techSchoolContainer {
    background-color: rgb(0,2,42);
    padding-top: 57px;
    padding-bottom: 57px;
    text-align: center;
}

.techSchoolContent {
}

.techImgContainer{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.techSchoolImage {
    width: 80%;
}

.TechHeader {
    font-size: 300%;
    color: white;
    padding-bottom: 20px;
    font-weight: bold;
}

.techSchoolText {
    color: white;
    font-size: 150%;
    text-align: justify;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    line-height: 150%;
}

@media only screen and (max-width: 900px) {
    .TechHeader {
        font-size: 35px;
        color: white;
        padding-bottom: 20px;
        font-weight: bold;
    }

    .techSchoolText {
        color: white;
        font-size: initial;
        text-align: justify;
        margin-left: 5%;
        margin-right: 5%;
        line-height: 150%;
        width: 80%;
    }
}