﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}

html {
    height: 100%;
    margin: 0;}


body {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #0c315a;
}


.hero-image {
    background-image: url("../../graphics/fireslide.png");
    background-color: #cccccc;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.small-hero-image {
    background-image: url("../../graphics/kidsrun.png");
    background-color: #cccccc;
    height: 370px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.small-hero-text {
    text-align: center;
    position: absolute;
    topppp: 50%;
    left: 50%;
    transform: translate(-50%, 10%);
    color: #F4F10B;
}


#percy-volunteer {
    background-image: url("../../graphics/PercyVolunteer3.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    position: relative;
    width: 704px;
    height: 506px;
    top: 14px;
    z-index: 10000;
    display: block;
}



.content {
    min-height: calc(100vh - 5px);
}

.hidden {
    display: none;}

.volunteer-main {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 3px 0px 0px 0px;
    position: relative;
    text-align: center;
    color: white;
    margin: 0px auto;
    font-size: 28px;
}

.volunteer-main-small {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 3px 0px 0px 0px;
    position: relative;
    text-align: center;
    color: white;
    margin: 0px auto;
    font-size: 28px;
    font-weight:bold;
    display:none;
}

.header-bar-alt {
    display: none;
    padding-top: 10px;
    padding-left: 10px;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 75px;
    width: 100%;
    z-index: 2222;
    background-color: #FFFA99;
}

.header-bar-alt-placeholder {
    height: 75px;
    position: relative;
    display: none;
    background-color: #FFFA99;
}

.header-bar {
    position: relative;
    display: block;
    width: 100%;
    height: 87px;
    margin: 0 auto;
    padding: 10px 0px 0px 0px;
    background-color: #FFFA99;
    background-repeat: no-repeat;
    background-position: center;
}

.header-contents {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding-left: 10px;
    vertical-align: middle;
    background-color: #FFFA99;
}

.banner-logo-standard {
    display: inline-block;
}

.banner-logo-alt {
    position: fixed;
    left: 52px;
    top:3px;
    padding-left: 10px;
    padding-bottom: 2px;
    width: 200px;
    background-color: #FFFA99;
}

.banner-logo-alt-small {
    display: none;
    position: fixed;
    left: 52px;
    top: 0px;
    padding-left: 10px;
    padding-bottom: 0px;
    width: 200px;
    height: 30px;
    background-color: #FFFA99;
}

.banner-logo-alt-very-small {
    display: none;
    position: fixed;
    left: 52px;
    top: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    width: 200px;
    background-color: #FFFA99;
}

.banner-menu {
    position: relative;
    display: inline-block;
    float: right;
    padding-top: 10px;
    vertical-align: middle;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 9px 0px;
    height: 95px;
}

li {
    text-align: left;
    display: inline;
    font-size: 24px;
    font-weight: bold;
}

    li a {
        color: #0C315A;
        padding: 18px 20px 20px 20px;
        text-decoration: none;
    }

        li a:hover {
            background-color: #0c315a;
            color: #ffffff;
        }



.lower-page-section {
    background-color: #A6A6A6;
}

.lower-page-section-contents {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 20px 10px 20px 10px;
}

.lower-page-section-blue {
    background-color: #049EE1;
}

.lower-page-section-blue-contents {
    position: relative;
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    max-width: 1350px;
    margin: 0 auto;
    padding: 5px 10px 10px 10px;
}

.lower-page-section-brightblue {
    background-color: #3946E4;
}

.lower-page-section-brightblue-contents {
    position: relative;
    display: block;
    width: 100%;
    color: #FAF10B;
    font-size: 32px;
    font-weight: bold;
    max-width: 1350px;
    margin: 0 auto;
    padding: 5px 10px 10px 10px;
}


.lower-page-section-yellow {
    background-color: #FFFA99;
}

.lower-page-section-yellow-contents {
    position: relative;
    display: block;
    width: 100%;
    color: #0C315A;
    font-size: 32px;
    font-weight: bold;
    max-width: 1350px;
    margin: 0 auto;
    padding: 5px 10px 10px 10px;
}

.lower-page-section-white {
    background-color: white;
}

.lower-page-section-white-contents {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 20px 10px 20px 10px;
    font-size: 24px;
    background-color: white;
}


.footer-brightblue {
    background-color: #3946E4;
    color: #ffffff;
}

.footer-blue {
    background-color: #0c315a;
    color: #ffffff;
}

.footer {
    background-color: gray;
}

.footer-contents {
    position: relative;
    display: block;
    width: 100%;
    font-size: 20px;
    max-width: 1335px;
    margin: 0 auto;
    padding: 40px 0px 35px 10px;
    vertical-align: top;
}

.footer-address {
    position: relative;
    display: inline-block;
    width: 32%;
    vertical-align: top;
}

.footer-map {
    position: relative;
    display: inline-block;
    width: 35%;
    vertical-align: top;
    text-align:center;
}

.footer-business {
    position: relative;
    display: inline-block;
    width: 32%;
    text-align: right;
    vertical-align: top;
}

.copyright {
    background-color: black;
}

.copyright-contents {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 7px 10px 7px 10px;
    text-align: center;
    color: white;
    font-size: 14px;
}



.lower-hero-header {
    position: relative;
    text-align: center;
    text-shadow: 3px 3px #595959;
    color: #F4F10B;
    margin: 0px auto;
    font-size: 48px;
    font-weight: bold;
}

.lower-hero-text {
    padding-top: 17px;
    position: relative;
    text-align: center;
    text-shadow: 3px 3px #595959;
    color: white;
    margin: 0px auto;
    font-size: 64px;
    font-weight: bold;
}

.lower-hero-button-holder {
    padding-top: 30px;
    position: relative;
    text-align: center;
    margin: 0px auto;
}

.lower-hero-button {
    width: 300px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
    padding: 13px 20px 5px 20px;
    background-color: #F4F10B;
    color: #0c315a;
    font-weight: bold;
}

.action-button {
    width: 170px;
    padding: 10px 20px;
    background-color: #0C315A;
    color: #ffffff;
    font-size: 24px;
}


.classroom-assignments-button {
    display: inline-block;
    margin: 0 auto;
    width: 400px;
    padding: 10px 20px;
    background-color: #0C315A;
    color: #ffffff;
    font-size: 24px;
}

.classroom-button {
    display: inline-block;
    margin: 0 auto;
    width: 300px;
    padding: 10px 20px;
    background-color: #0C315A;
    color: #ffffff;
    font-size: 24px;
}

.vertical-divider {
    background-color: #ffffff;
    width: 2px;
    height: 200px;
    margin-top: 20px;
}

.game-link {
    width: 200px;
    background-color: #296795;
    color: white;
    font-size: 18px;
    padding: 4px 10px;
    margin: 8px;
    text-align: center;
    vertical-align:top;
    cursor: pointer;
    display: inline-block;
}

.game-link a {
    text-decoration: none;
    color: white;
}

.classroom-link {
    width: 200px;
    background-color: #296795;
    color: white;
    font-size: 18px;
    padding: 6px 10px;
    margin: 8px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

.classroom-link a {
    text-decoration: none;
    color: white;
}

.food-link {
    width: 200px;
    background-color: #296795;
    color: white;
    font-size: 18px;
    padding: 4px 10px;
    margin: 8px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

.food-link a {
    text-decoration: none;
    color: white;
}
.signup-genius-button-holder {
    width: 300px;
    text-align: center;
    margin: auto;
    position: relative;
}

.signup-genius-button {
    padding: 0px 0px 20px 0px;
    color: #0C315A;
    text-align: center;
    margin: auto;
    lefttt: -50px;
    width: 400px;
    position: relative;
}

.instructions-small{
    display: none;
    font-size: 12px;
}

.food-instructions-small {
    display: none;
    font-size: 12px;
}

.Popup-game-booths {
    border: solid 1px black;
    position: fixed;
    left: 50%;
    top: 30%;
    background-color: white;
    z-index: 3333;
    height: 580px;
    margin-top: -220px;
    width: 760px;
    margin-left: -380px;
    display: none;
    padding: 20px 0px 0px 0px;
    border: 5px solid #296795;
    text-align: center;
    color: #296795;
}

.Popup-food-sug {
    border: solid 1px black;
    position: fixed;
    left: 50%;
    top: 30%;
    background-color: white;
    z-index: 3333;
    height: 300px;
    margin-top: -120px;
    width: 300px;
    margin-left: -150px;
    display: none;
    padding: 20px 0px 0px 0px;
    border: 5px solid #296795;
    text-align: center;
    color: #296795;
}

.Popup-classroom-assignments {
    border: solid 1px black;
    position: fixed;
    left: 50%;
    top: 30%;
    background-color: white;
    z-index: 3333;
    height: 450px;
    margin-top: -220px;
    width: 760px;
    margin-left: -380px;
    display: none;
    padding: 20px 0px 0px 0px;
    border: 5px solid #296795;
    text-align: center;
    color: #296795;
}

.Popup-classroom-single {
    border: solid 1px black;
    position: fixed;
    left: 50%;
    top: 30%;
    font-size: 28px;
    font-weight: bold;
    background-color: white;
    z-index: 3333;
    height: 370px;
    margin-top: -220px;
    width: 700px;
    margin-left: -350px;
    display: none;
    padding: 20px 0px 0px 0px;
    border: 5px solid #296795;
    text-align: center;
    color: #296795;
}


.Popup-classroom-double {
    border: solid 1px black;
    position: fixed;
    left: 50%;
    top: 30%;
    font-size: 28px;
    font-weight: bold;
    background-color: white;
    z-index: 3333;
    height: 470px;
    margin-top: -220px;
    width: 700px;
    margin-left: -350px;
    display: none;
    padding: 20px 20px 0px 20px;
    border: 5px solid #296795;
    text-align: center;
    color: #296795;
}

.PopupBG {
    border: solid 1px black;
    position: fixed;
    left: 0;
    top: 0;
    background-color: gray;
    z-index: 3330;
    height: 100%;
    width: 100%;
    opacity: 0.75;
    display: none;
}



.wufoo-action-button {
    width: 200px;
    height: 80px;
    padding-top: 23px;
    color: #0C315A;
    font-weight: bold;
    font-size: 28px;
    text-decoration: none;
    background-color: #FFFA99;
    text-align: center;
    margin: 10px auto;
    border-radius: 8px;
}

.wufoo-action-button:hover {
    color: white;
    background-color: #0C315A;
}

.wufoo-button-holder-right {
    display: inline-block;
    padding-left: 50px;
}



@media all and (max-width: 1350px) {
    .footer-contents {
        max-width: 1110px;
        font-size: 18px;
    }
}

@media all and (max-width: 1130px) {
    .footer-contents {
        max-width: 900px;
        text-align: center;
        margin: 0px auto;
    }
    .footer-address {
        display: block;
        padding-bottom: 30px;
        width: 100%;
    }
    .footer-map {
        display: block;
        padding-bottom: 30px;
        width: 100%;
    }
    .footer-business {
        display: block;
        padding-bottom: 30px;
        text-align: center;
        width: 100%;
    }
}



@media all and (max-width: 1235px) {
    li {font-size: 20px;}
}
@media all and (max-width: 1125px) {
    li {font-size: 18px;}
}
@media all and (max-width: 1070px) {
    li {font-size: 16px;}
}
@media all and (max-width: 1020px) {
    .header-bar {display: none;}
    .header-bar-alt {display: block;}
    .header-bar-alt-placeholder {display: block;}
}
@media all and (max-width: 960px) {
    .lower-hero-text {font-size: 28px;}
}
@media all and (max-width: 915px) {
    .volunteer-main {font-size: 22px;}
    .action-button {font-size: 22px;}
    .classroom-assignments-button {font-size: 22px;}
    .vertical-divider {
        height: 150px;
        margin-top: 5px;
    }
}
@media all and (max-width: 875px) {
    #percy-volunteer {height: 301px; width: 420px;}
    .hero-image {height: 335px;}
    .Popup-game-booths {
        width: 560px;
        margin-left: -280px;
        height: 630px;
        margin-top: -150px;
    }
    .Popup-classroom-assignments {
        width: 560px;
        margin-left: -280px;
        height: 530px;
        margin-top: -200px;
    }
    .Popup-classroom-single {
        width: 560px;
        margin-left: -280px;
        height: 350px;
        margin-top: -150px;
        font-size: 22px;
    }
    .Popup-classroom-double {
        width: 560px;
        margin-left: -280px;
        padding-right: 20px;
        padding-left: 20px;
        height: 430px;
        margin-top: -150px;
        font-size: 22px;
    }
    .signup-genius-button {
        padding: 0px 0px 20px 0px;
        color: #0C315A;
        text-align: center;
        margin: auto;
        max-width: 300px;
        position: relative;
    }
    .game-link, .classroom-link, .food-linkkkk {
        margin: 4px;
    }
    .instructions {display: none;}
    .instructions-small {display: block;}
}

@media all and (max-width: 715px) {
    .volunteer-main {
        font-size: 18px;
    }
    .action-button {
        font-size: 18px;
        width: 130px;
    }
    .classroom-assignments-button {
        font-size: 18px;
        width: 300px;
    }
    .vertical-divider {
        height: 150px;
        margin-top: 5px;
    }
}


@media all and (max-width: 675px) {
    #percy-volunteer {
        height: 269px;
        width: 375px;
        top: 10px;
    }
    .hero-image {
        height: 300px;
    }
}

@media all and (max-width: 660px) {
    .Popup-classroom-single {
        width: 460px;
        margin-left: -230px;
        height: 270px;
        margin-top: -150px;
        font-size: 18px;
    }
    .Popup-classroom-double {
        width: 460px;
        margin-left: -230px;
        padding-right: 20px;
        padding-left: 20px;
        height: 430px;
        margin-top: -150px;
        font-size: 22px;
    }
    .classroom-button {
        padding: 8px 16px;
        font-size: 20px;
        width: 230px;
    }
}

@media all and (max-width: 600px) {
    .volunteer-main {
        display:none;
    }
    .volunteer-main-small {
        display: block;
        font-size: 14px;
    }
    .action-button {
        font-size: 14px;
        padding: 10px 10px;
        width: 100px;
    }
    .classroom-assignments-button {
        font-size: 14px;
        width: 250px;
    }
    .vertical-divider {
        height: 110px;
        margin-top: 5px;
    }
    .Popup-game-booths {
        width: 470px;
        margin-left: -235px;
        height: 590px;
        top: 30%;
    }
    .Popup-classroom-assignments {
        width: 400px;
        margin-left: -200px;
        height: 470px;
        top: 30%;
    }
    .game-link, .classroom-link, .food-linkkkk {
        margin: 4px;
        font-size: 14px;
        width: 160px;
    }
}


@media all and (max-width: 540px) {
    .Popup-classroom-single {
        width: 360px;
        margin-left: -180px;
        height: 270px;
        margin-top: -150px;
        font-size: 18px;
    }
    .Popup-classroom-double {
        width: 360px;
        margin-left: -180px;
        height: 370px;
        margin-top: -100px;
        font-size: 18px;
    }
    .classroom-button {
        padding: 8px 16px;
        font-size: 18px;
        width: 200px;
    }
}

@media all and (max-width: 520px) {
    .wufoo-action-button {
        font-size: 28px;
    }

    .wufoo-button-holder-right {
        padding-left: 15px;
    }
}


@media all and (max-width: 480px) {
    .Popup-game-booths {
        width: 400px;
        margin-left: -200px;
        height: 590px;
        top: 30%;
    }
    .Popup-classroom-assignmentsss {
        width: 400px;
        margin-left: -200px;
        height: 590px;
        top: 30%;
    }
    .game-link, .classroom-link, .food-linkkkk {
        margin: 4px;
        font-size: 14px;
        width: 160px;
    }
    .Popup-classroom-single {
        width: 360px;
        margin-left: -180px;
        height: 270px;
        margin-top: -150px;
        font-size: 18px;
    }
    .Popup-classroom-double {
        width: 260px;
        margin-left: -130px;
        height: 370px;
        margin-top: -100px;
        font-size: 16px;
    }
    .classroom-button {
        padding: 8px 16px;
        font-size: 14px;
        width: 150px;
    }
    .signup-genius-button {
        padding: 0px 0px 20px 0px;
        color: #0C315A;
        text-align: center;
        margin: auto;
        font-size: 14px;
        max-width: 200px;
        position: relative;
    }
}

@media all and (max-width: 470px) {
    .volunteer-main-small {
        font-size: 12px;
    }
    .action-button {
        font-size: 12px;
        padding: 5px 5px;
        width: 80px;
    }
    .classroom-assignments-button {
        font-size: 12px;
        width: 220px;
        padding: 8px 10px;
    }
}

@media all and (max-width: 450px) {
    #percy-volunteer {
        height: 215px;
        width: 300px;
    }
    .hero-image {
        height: 250px;
    }
    .banner-menu {
        display: none;
    }
}

@media all and (max-width: 420px) {
    .volunteer-main {
        font-size: 10px;
    }
    .action-button {
        font-size: 10px;
        padding: 5px 5px;
        width: 60px;
    }
    .classroom-assignments-button {
        font-size: 10px;
        width: 190px;
        padding: 6px 8px;
        text-align:center;
    }
    .vertical-divider {
        height: 85px;
        margin-top: 5px;
    }
}

@media all and (max-width: 415px) {
    .Popup-game-booths {
        width: 250px;
        margin-left: -125px;
        height: 500px;
        top: 30%;
    }
    .Popup-classroom-assignments {
        width: 250px;
        margin-left: -125px;
        height: 350px;
        top: 30%;
    }
    .game-link {
        margin: 2px;
        font-size: 10px;
        width: 100px;
    }
    .classroom-link {
        margin: 2px;
        font-size: 9px;
        width: 100px;
    }
    .food-linkkkk {
        margin: 2px;
        font-size: 9px;
        width: 100px;
    }
}

@media all and (max-width: 400px) {
    .Popup-classroom-single {
        width: 300px;
        margin-left: -150px;
        height: 270px;
        margin-top: -150px;
        font-size: 18px;
    }
    .Popup-food-sug {
        height: 270px;
    }
    .food-instructions {display: none;}
    .food-instructions-small {display: block;}
}


@media all and (max-width: 350px) {
    #percy-volunteer {
        height: 179px;
        width: 250px;
        top: 0px;
    }

    .hero-image {
        height: 200px;
    }
}

@media all and (max-width: 335px) {
    #header-logo-image {
        width: 200px;
        height: 49px;
    }
    .header-bar {
        height: 65px;
    }
    .Popup-classroom-double {
        width: 200px;
        margin-left: -100px;
        height: 370px;
        margin-top: -100px;
        font-size: 14px;
    }
    .signup-genius-button {
        padding: 0px 0px 20px 0px;
        color: #0C315A;
        text-align: center;
        margin: auto;
        font-size: 12px;
        max-width: 150px;
        position: relative;
    }
}

@media all and (max-width: 320px) {
    #footer-map-image {
        width: 200px;
    }
    .Popup-classroom-single {
        width: 250px;
        margin-left: -125px;
        height: 230px;
        margin-top: -150px;
        font-size: 14px;
    }
    .classroom-assignments-button {
        width: 130px;
        padding: 6px 8px;
        text-align: center;
    }
}



@media all and (max-width: 260px) {
    #percy-main-sign {
        height: 143px;
        width: 200px;
        top: -50px;
    }

    .hero-image {
        height: 260px;
    }
}

@media all and (max-width: 250px) {
    .scriptbanner {
        font-size: 24px;
    }
}

@media all and (max-width: 215px) {
    .scriptbanner {
        font-size: 18px;
    }
}

