body {
    color: #000;
    background-color: #00AAAB !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    padding-bottom: 35px;
}

h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
}

p {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 40px;
}

.container {
    max-width: 1440px;
    padding: 0 90px;
}

.pad-0 {
    padding: 0px !important;
}

.banner {
    padding: 20px;
}

.banner img {
    width: auto;
    height: 60px;
}

.hero .container {
    position: relative;
}

.hero .ecf-seal {
    position: absolute;
    width: 190px;
    right: 4%;
    top: -70px;
    height: auto;
}

.overview .container {
    background: #fff;
    position: relative;
}

.overview .container .survey-cta-row {
    position: relative;
    top: -60px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    left: 0;
}

.overview .container .survey-cta {
    color: #FFF;
    text-align: center;
    width: 440px;
    background: #00AAAB;
    padding: 50px 25px;
    border-radius: 12px;
    cursor: pointer;
    margin: 0 10px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}


.overview .container .survey-cta:hover {
    background: #009798;
    text-decoration: none;
}
 

.overview .container .survey-cta .main-copy {
    font-size: 30px;
    line-height: 35px;
    margin: 0;
    font-weight: bold;
}

.overview .container .survey-cta .sub-copy {
    font-size: 22px;
    line-height: 27px;
    margin: 0;
}

.overview .container .improvement-row  {
    text-align: center;
    margin-bottom: 40px;
}

.overview .container .improvement-row .icon {
    width: 100%;
    max-width: 150px;
    height: auto;
}

.overview .container .improvement-row .copy {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin-top: 23px;
    color: #054C7C;
}

.meeting-banner {
    padding: 30px 10px;
    border: 4px solid #00AAAB;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.meeting-banner h2 {
    color: #00AAAB;
    margin-bottom: 15px;
}

.meeting-banner p {
    margin-bottom: 10px;
}

.meeting-banner p:last-of-type {
    margin-bottom: 0;
}

.presentation h2 {
    margin-top: 28px;
    margin-bottom: 55px;
}

.presentation .container {
    background: #fff;
}

.presentation .container .social {
    padding-top: 60px;
    padding-bottom: 80px;
}

.presentation .container .social .social-container {
    position: relative;
}

.presentation .container .social .social-container .cta-hover {
    height: 0;
    opacity: 0;
    overflow: hidden;
    display: block;
    position: absolute;
    top: -140px;
    left: -50%;
    margin-left: -10px;
    width: 225px;
    background: #00AAAB;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    color: #FFF;
    text-align: center;
    padding: 0;

}

.presentation .container .social .social-container .cta-hover .main-copy {
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    font-weight: bold;
    margin-bottom: 5px;
}

.presentation .container .social .social-container .cta-hover .sub-copy {
    font-size: 16px;
    line-height: 16px;
    margin: 0;
}

.presentation .container .social .social-container .cta-hover:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    width: 0;
    height: 0;
    border-top: solid 25px #00AAAB;
    border-left: solid 25px transparent;
    border-right: solid 25px transparent;
}

.presentation .container .social .social-container:hover .cta-hover {
    height: auto;
    overflow: visible;
    opacity: 100%;
    padding: 40px 0;
}


.presentation .container .social .social-container .icon {
    padding: 0 15px;
}

.modal-padding {
    padding: 0 15px;
}

.modal-dialogue-width {
    max-width: 975px !important;
}

.story-map-cta-container {
    padding: 40px 0;
    height: 100%;
    width: 100%;
}

.story-map-cta-container .story-map-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00AAAB;
    font-weight: bold;
    color: #00AAAB;
    font-weight: bold;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    transition: 0.5s ease-in-out;
    position: relative;
}

.story-map-cta-container .story-map-cta .arrow {
    position: absolute;
    right: 0;
    transition: 0.5s ease-in-out;
}

.story-map-cta-container .story-map-cta:hover {
    text-decoration: none;
    color: #009798;
}

.story-map-cta-container .story-map-cta:hover .arrow {
    right: -10px;
}

.youtube-embed-container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.youtube-embed-container iframe {
    margin: auto;
    display: block;
    width: 560px;
    height: 315px;
}

@media screen and (max-width: 992px) {
    body {
        padding-bottom: 10px;
    }

    h2 {
        font-size: 22px;
        line-height: 25px;
    }

    p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .container {
        padding: 0 25px;
    }

    .banner img {
        width: auto;
        height: 30px;
    }

    .hero .ecf-seal {
        width: 15%;
        right: 2%;
        top: -7%;
    }

    .overview .container {
        padding-top: 0px;
    }

    .overview .container .survey-cta-row {
        position: relative;
        top: 0px;
        display: flex;
        left: 0;
        margin-bottom: 20px;
    }

    .overview .container .survey-cta {
        width: 310px;
        padding: 25px 0px;
        margin-top: 20px;
        height: fit-content;
    }

    .overview .container .survey-cta .main-copy {
        font-size: 22px;
        line-height: 27px;
    }
    
    .overview .container .survey-cta .sub-copy {
        font-size: 16px;
        line-height: 18px;
    }

    .overview .container .improvement-row {
        margin-bottom: 20px;
    }

    .overview .container .improvement-row .icon {
        max-width: 120px;
    }

    .overview .container .improvement-row .copy {
        font-size: 16px;
        line-height: 20px;
    }

    .presentation h2 {
        margin-bottom: 25px;
    }

    .presentation .container .social {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .presentation .container .social .icon {
        padding: 0 5px;
        width: 80px;
    }
    
    .meeting-banner {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .story-map-cta-container {
        padding: 0;
        max-width: 400px;
        margin: auto;
    }

    .story-map-cta-container .story-map-cta {
        font-size: 16px;
        padding: 0 30px;
        margin-bottom: 30px;
    }

    
    .youtube-embed-container iframe {
        width: 100%;
        height: 48vw;
    }


}

/* Add if printing is necessary */
@media print {}