﻿@import url('https://fonts.googleapis.com/css?family=Poppins');

@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/TrinidadWashed-bw.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media(max-width: 600px) {

    .FullScreenOne {
        background-image: url("img/TrinidadWashed-bw2.jpg");
        background-attachment: inherit;
        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;
    }

.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) {
    .sliderText {
        font-size: 100%;
        padding-top: 10px;
    }
}

.FullScreenThree {
    background-image: url("img/Classroom-BlackAndWhite.png");
    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/Classroom-BlackAndWhite.png");
        background-attachment: initial;
        background-position: center;
        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%;
    }
}
.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);
    }
}
