﻿

 /*Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .content-box.home {
        top: 20px !important;
        text-align:center!important;
    }
}

 /*Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .content-box.home {
        top: 50px !important;
        text-align: center !important;
    }
}

 /*Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .content-box.home {
        top: 20px !important;
        text-align: center !important;
    }
}

 /*Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .content-box {
        top: 10px!important;
    }
}

 /*Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .content-box {
        top: 0 !important;
    }
}

.footnote {
    height:50px;
    font-size: 0.95em;
}

.emailopt {
    display: none;
    position: absolute;
    top: 3px;
    left: -680px;
    visibility: collapse;
}

.validateError {
    font-size: 1.5em !important;
    font-style: italic !important;
    color: #87314e !important;
    text-align: left !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 40%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.homepage {
    font-size: 3.7em;
    line-height: 1em;
    font-family: 'Raleway', serif;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: capitalize;
}