﻿@font-face {
    font-family: MerriweatherBlack;
    src: url('fonts/Merriweather-Black.ttf') format('truetype');
}

@font-face {
    font-family: MerriweatherRegular;
    src: url('fonts/Merriweather-Regular.ttf') format('truetype');
}

@media(min-width: 600px) {
    .bannerImage {
        width: 100%;
        height: auto;
    }
}

@media(max-width: 600px) {
    .bannerImage {
        width: 100vw;
        height: auto;
        padding-top: 75px;
    }
}

.FullScreenOne {
    background-image: url("img/bubbles_BW.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media(max-width: 600px) {
    .FullScreenOne {
        background-image: url("img/bubbles_BW2.jpg");
        background-attachment: initial;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media(min-width: 600px) {
    .metrics {
        background-color: rgba(255, 255, 255, 0.8);
        padding-bottom: 40px;
    }

    .metricsRow {
        width: 100%;
        display: flex;
    }

    .metricsRow {
        display: flex;
        text-align: center;
        padding-top: 35px;
        padding-bottom: 50px;
    }

    .metricsLeft {
        width: 25%;
        padding-top: 5px;
    }

    .number {
        font-family: MerriweatherBlack;
        font-size: 50px;
        color: rgb(0,2,42);
    }

    .numberCaption {
        font-family: MerriweatherRegular;
        color: rgb(0,2,42);
        padding-top: 10px;
    }

    .metricsHeader {
        text-align: center;
        color: rgb(0,2,42);
        width: 100%;
        padding-top: 14px;
        text-shadow: 2px 2px 5px rgb(175, 175, 175);
    }

    .metricsHeaderText {
        font-weight: bold;
        font-size: 65px;
    }

    .metricsHeaderCaption {
        font-family: MerriweatherRegular;
        color: rgb(0,2,42);
        padding-top: 5px;
        text-shadow: 4px 4px 7px rgb(175, 175, 175);
    }

    .metricsCaption {
        width: 50%;
        text-align: justify;
        color: rgb(0,2,42);
        font-size: 20px;
        margin-left: 25%;
    }

    .metricsvideo {
        width: 100%;
    }

    .videoDisclaimer {
        color: rgb(0,2,42);
        font-size: 12px;
    }

    .tableDisclaimer {
        color: rgb(0,2,42);
        font-size: 15px;
    }
}

@media(max-width: 600px) {
    .metrics {
        background-color: rgba(255, 255, 255, 0.8);
        padding-bottom: 40px;
    }

    .metricsRow {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .line-break {
        width: 100%;
    }

    .metricsRow {
        text-align: center;
        padding-top: 35px;
        padding-bottom: 30px;
    }

    .metricsLeft {
        width: 50%;
    }

    .number {
        font-family: MerriweatherBlack;
        font-size: 30px;
        color: rgb(0,2,42);
    }

    .numberCaption {
        font-family: MerriweatherRegular;
        color: rgb(0,2,42);
        padding-top: 10px;
        font-size: 12px;
    }

    .metricsHeader {
        text-align: center;
        color: rgb(0,2,42);
        width: 100%;
        padding-top: 14px;
        text-shadow: 2px 2px 5px rgb(175, 175, 175);
    }

    .metricsHeaderText {
        font-weight: bold;
        font-size: 35px;
    }

    .metricsHeaderCaption {
        font-family: MerriweatherRegular;
        color: rgb(0,2,42);
        padding-top: 5px;
        font-size: 15px;
        text-shadow: 4px 4px 7px rgb(175, 175, 175);
    }

    .metricsCaption {
        width: 90%;
        text-align: justify;
        color: rgb(0,2,42);
        font-size: 15px;
        margin-left: 5%;
    }

    .metricsvideo {
        width: 100%;
    }

    .videoDisclaimer {
        color: rgb(0,2,42);
        font-size: 8px;
    }

    .tableDisclaimer {
        color: rgb(0,2,42);
        font-size: 10px;
    }
}

.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);
    }
}

.FullScreenRowThree {
    margin-top: 50px;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 50px;
}

.tableTitle {
    width: 90%;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    color: rgb(0,2,42);
    width: 100%;
    padding-bottom: 30px;
    text-shadow: 2px 2px 5px rgb(175, 175, 175);
}

@media only screen and (max-width: 900px) {
    .tableTitle {
        width: 90%;
        font-weight: bold;
        font-size: 35px;
        text-align: center;
        color: rgb(0,2,42);
        width: 100%;
        padding-bottom: 30px;
        text-shadow: 2px 2px 5px rgb(175, 175, 175);
    }
}

.table {
    height: 100%;
}

.row {
    display: flex;
}

.cell {
    text-align: center;
    width: 12.85vw;
    border: solid;
    border-color: rgb(0,2,42);
    padding: 10px;
}

@media only screen and (max-width: 900px) {

    .table {
        height: 100%;
        overflow: auto;
    }

    .FullScreenRowThree {
        margin-top: 50px;
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 0px;
    }

    .cell {
        width: 25vw;
        font-size: 10px;
        flex-shrink: 0;
    }
}

.blue {
    background-color: rgb(0,2,42);
    color: white;
}

.cell a {
    color: rgb(0,2,42);
}

.FullScreenThree {
    background-image: url("img/FutureGoalsBk.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ThreeContent {
    background-color:rgba(255,255,255,0.8) ;
}

.FutureGoalsHeader {
    text-align: center;
    color: rgb(0,2,42);
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-shadow: 2px 2px 5px rgb(175, 175, 175);
    font-weight: bold;
    font-size: 65px;
}


.futureGoalsRow {
    display: flex;
    padding-bottom: 30px;
    width: 80%;
    margin-left: 10%;
}

.futureGoalsText {
    width: 60%;
    color: rgb(0,2,42);
    font-size: 20px;
    line-height: 150%;
    text-align: justify;
}

.futureGoalsImgContainerLeft {
    width: 40%;
    text-align: left;
}

.futureGoalsImgContainerLeftMobile {
    display: none;
}

.futureGoalsImgContainerRight {
    width: 40%;
    text-align: right;
}

.futureGoalsImg {
    width: 90%;
}

@media only screen and (max-width: 900px) {

    .FullScreenThree {
        background-image: url("img/FutureGoalsBk2.jpg");
        background-attachment: initial;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .FutureGoalsHeader {
        font-size: 35px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .futureGoalsRow {
        display: block;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }

    .futureGoalsText {
        width: 100%;
        color: rgb(0,2,42);
        font-size: 100%;
        line-height: 150%;
        text-align: justify;
    }

    .futureGoalsImgContainerLeft {
        display: none;
    }

    .futureGoalsImgContainerLeftMobile {
        display: block;
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }

    .futureGoalsImgContainerRight {
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }
}