﻿html{
    width:100%;
    height:100%;
    font-size:62.5%;
    color: #5b7380;
    background-color:#fff;
}

.appBkgd {
    /*background-image: url('../../images/SustainableAgility/BlueMarble_web.jpg');*/
    background-size: auto; /* 415px 735px;*/
    min-height: calc(100vh - 0px);

}

#divCoachSection {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding:5px;
}


.instructionText{
    font-size:1.3rem;
    font-style:italic;
    font-weight:normal;
    margin-bottom:15px;
}

.scaleText{
    font-weight:bold;
}
/*.appWhiteBkgd {
    height: 100%;
}*/
.contentBody {
    /*background-color: transparent;*/
    /*height: 730px;*/
    min-height:calc(100vh - 0px);
}

.contentContainer {
    margin-top: 0px;
    background-color:transparent;
}

.pageContainer {
    background-color: transparent;
}

@media only screen and (max-device-width: 320px)
{
    /*.contentContainer {
        min-height: calc(75vh - 0px);
    }*/

    .colorBkgd .pageContainer {
        min-height: calc(83vh - 0px);
    }

    .whiteBkgd .pageContainer {
        min-height: calc(100vh - 0px);
    }
}

@media only screen and (min-device-width: 321px)
{
    /*.contentContainer {
        min-height: calc(75vh - 0px);
    }*/

    .colorBkgd .pageContainer {
        min-height: calc(70vh - 0px);
    }

    .whiteBkgd .pageContainer {
        min-height: calc(100vh - 125px);
    }
}

@media only screen and (min-device-width: 360px) and (min-device-height: 640px) {
    /*.contentContainer {
        min-height: calc(75vh - 0px);
    }*/

    .colorBkgd .pageContainer {
        min-height: calc(78vh - 0px);
    }

    .whiteBkgd .pageContainer {
        min-height: calc(98vh - 0px);
    }
}

@media only screen and (min-device-width: 360px) and (min-device-height: 800px) {
    /*.contentContainer {
        min-height: calc(75vh - 0px);
    }*/

    .colorBkgd .pageContainer {
        min-height: calc(65vh - 0px);
    }

    .whiteBkgd .pageContainer {
        min-height: calc(85vh - 0px);
    }
}

@media only screen and (min-device-width: 375px) and (min-device-height: 660px) {
    /*.contentContainer {
        min-height: calc(75vh - 0px);
    }*/

    .colorBkgd .pageContainer {
        min-height: calc(65vh - 0px);
    }

    .whiteBkgd .pageContainer {
        min-height: calc(94vh - 0px);
    }
}

@media only screen and (min-device-width: 375px) and (min-device-height: 800px) {
    /*.contentContainer {
        min-height: calc(75vh - 0px);
    }*/

    .colorBkgd .pageContainer {
        min-height: calc(65vh - 0px);
    }

    .whiteBkgd .pageContainer {
        min-height: calc(77vh - 0px);
    }
}

@media only screen and (min-device-width: 401px) and (min-device-height: 700px)
{
    /*.contentContainer {
        min-height: calc(70vh - 0px);
    }*/

    .colorBkgd .pageContainer {
        min-height: calc(70vh - 0px);
    }

    .whiteBkgd .pageContainer {
        min-height: calc(91vh - 40px);
    }
}

@media only screen and (min-device-width: 401px) and (min-device-height: 800px) {
    /*.contentContainer {
        min-height: calc(70vh - 0px);
    }*/

    .colorBkgd .pageContainer {
        min-height: calc(65vh - 0px);
    }

    .whiteBkgd .pageContainer {
        min-height: calc(93vh - 135px);
    }
}

/*iPad Landscape*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /*.contentContainer {
        min-height: calc(75vh - 0px);
    }*/

    .colorBkgd .pageContainer {
        min-height: calc(70vh - 0px);
    }

    .whiteBkgd .pageContainer {
        min-height: calc(100vh - 80px);
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (max-device-height: 1024px) and (orientation : portrait) {
    /*.contentContainer {
        min-height: calc(40vh - 0px);
    }*/

    .colorBkgd .pageContainer {
        min-height: calc(50vh - 0px);
    }

    .whiteBkgd .pageContainer {
        min-height: calc(100vh - 335px);
    }
}

/*iPad Pro*/
@media only screen and (min-device-width : 1024px) and (min-device-height:1025px) and (orientation : portrait) {
    /*.contentContainer {
        min-height: calc(85vh - 0px);
    }*/

    .colorBkgd .pageContainer {
        min-height: calc(39vh - 0px);
    }

    .whiteBkgd .pageContainer {
        min-height: calc(51vh - 10px);
    }
}

@media only screen and (min-device-width : 1025px) and (orientation : landscape) {
    /*.contentContainer {
        min-height: calc(55vh - 0px);
    }*/

    .colorBkgd .pageContainer {
        min-height: calc(50vh - 0px);
    }

    .whiteBkgd .pageContainer {
        min-height: calc(75vh - 80px);
    }
}

@media only screen and (min-device-width : 1100px)  {
    /*.contentContainer {
        min-height: calc(55vh - 0px);
    }*/

    .colorBkgd .pageContainer {
        min-height: calc(100vh - 100px);
    }

    .whiteBkgd .pageContainer {
        min-height: calc(100vh - 0px);
    }
}

hr{
    margin-bottom:7px;
    margin-top:7px;
}


.colorBkgd {
    color: #fff;
}

.whiteBkgd{
    color:#94A7B0;
}

.getStartedBar {
    height: 50px;
    color: #fff;
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    /*margin-top:-45px;*/
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
}

.getStartedText{
    margin-top:10px;
}

.whiteBkgd #divMarkers {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    height: 10px;
    margin-bottom: 40px;
    /*margin-top:20px;*/
    padding-top: 20px;
}

.whiteBkgd .bottomClickBar a {
    text-decoration: none;
    color: #fff;
}

.whiteBkgd .bottomClickBar a:hover, a:active {
    text-decoration: none;
    color: #fff;
}

.coachImgCont {
    width: 125px;
    height: 150px;
    float: left;
    margin-right: 10px;
    text-align: center;
    font-size: 1.2rem;
}

.coachImg {
    width: 125px;
    height: 125px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.coachImg img {
    height:125px;
}


.whiteBkgd .title {
    color: #009FE3;
    text-transform: uppercase;
    padding-top: 10px;
}

.whiteBkgd input, .whiteBkgd select {
    margin-top: 10px;
    border-radius: 2px;
    color: #94a7b0;
    border: none;
    background-color: #f5f8fa;
}

.whiteBkgd .introDesc {
    color: #21343d;
}

.whiteBkgd .divComplete {
    color: #21343d;
}


.whiteBkgd .question {
    color: #333;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 20px;
}

.whiteBkgd .bottomClickBar {
    background-color: #21343d;
    height: 50px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-top: -50px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
}

@media only screen and (max-width: 320px) {
    .whiteBkgd .title {
        font-size: 1.4rem;
    }

    .whiteBkgd input, .whiteBkgd select {
        font-size: 1.4rem;
    }

    .whiteBkgd .introDesc {
        font-size: 1.3rem;
    }

    .whiteBkgd .divComplete {
        font-size: 1.1rem;
    }

    .whiteBkgd .question {
        font-size: 1.7rem;
    }

    .whiteBkgd .bottomClickBar {
        font-size: 2.4rem;
    }

    .contestTerms{
        font-size:1.1rem;
    }

    #emailBtn {
        font-size: 1.3rem;
    }

    #meetBtn {
        font-size: 1.3rem;
    }

    .coachImgCont {
        width: 70px;
        height: 100px;
        font-size: 1rem;
    }

    .coachImg {
        height: 70px;
        width:70px;
    }

    .coachImg img {
        height: 70px;
    }

    #checkInputTerms, #checkInputFuture {
        margin-top: 0px;
    }

    .checkbox label {
        color: #94a7b0;
        font-size: 1.1rem;
    }

    #checkInput {
        margin-top: 5px;
    }
}



@media only screen and (min-device-width: 321px) {
    .whiteBkgd .title {
        font-size: 1.5rem;
    }

    .whiteBkgd input, .whiteBkgd select {
        font-size: 1.6rem;
    }

    .whiteBkgd .introDesc {
        font-size: 1.3rem;
    }

    .whiteBkgd .divComplete {
        font-size: 1.3rem;
    }

    .whiteBkgd .question {
        font-size: 1.9rem;
    }

    .whiteBkgd .bottomClickBar {
        font-size: 2.5rem;
    }

    .contestTerms {
        font-size: 1.3rem;
    }

    #emailBtn {
        font-size: 1.3rem;
    }

    #meetBtn {
        font-size: 1.3rem;
    }

    .coachImgCont {
        width: 90px;
        height: 120px;
        font-size: 1.1rem;
    }

    .coachImg {
        height: 90px;
        width: 90px;
        font-size: 1.1rem;
    }

    .coachImg img {
        height: 90px;
    }

    #checkInputTerms, #checkInputFuture {
        margin-top: 0px;
    }

    .checkbox label {
        color: #94a7b0;
        font-size: 1.2rem;
    }

    #checkInput {
        margin-top: 5px;
    }
}

@media only screen and (min-device-width: 401px) {

    .whiteBkgd .title {
        font-size: 2rem;
    }

    .whiteBkgd input, .whiteBkgd select {
        font-size: 1.8rem;
    }

    .whiteBkgd .introDesc {
        font-size: 1.5rem;
    }

    .whiteBkgd .divComplete {
        color: #21343d;
    }

    .whiteBkgd .question {
        font-size: 2rem;
    }

    .whiteBkgd .bottomClickBar {
        font-size: 2.5rem;
    }

    .contestTerms {
        font-size: 1.4rem;
    }

    #emailBtn {
        font-size: 1.5rem;
    }

    #meetBtn {
        font-size: 1.5rem;
    }

    .coachImgCont {
        width: 90px;
        height: 105px;
        font-size: 1.1rem;
    }

    .coachImg {
        height: 90px;
        width: 90px;
    }

    .coachImg img {
        height: 90px;
    }

    #checkInputTerms, #checkInputFuture {
        margin-top: 0px;
    }

    .checkbox label {
        color: #94a7b0;
        font-size: 1.3rem;
    }

    #checkInput {
        margin-top: 5px;
    }
}

 

    #emailBtn {
        float: left;
        width: 49%;
        background-color: #fff;
        border: 1px solid #21343d;
        padding-top: 5px;
        color: #21343d;
        height: 110%;
        margin-top: -5px
    }

    #meetBtn {
        float: right;
        width: 49%;
    }

#divProgressBarContainer {
    background-color: #ffffff; /*#d0e8ed;*/
    border: solid 1px #dddddd;
    /*border: solid 1px #009FE3; */
    border-radius: 13px; /* (height of inner div) / 2 + padding */
    padding: 0px;
    overflow: hidden;
}

#divProgressBar {
    background-color: #009FE3;
    width: 10%; /*Adjust with JavaScript */
    height: 12px;
    /* border-radius: 10px;*/
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}

.markerEmpty {
    height: 10px;
    border-color: #009FE3;
    border-top: 1px;
    border-bottom: 1px;
    border-left: 0px;
    border-right: 0px;
    border-style: solid;
    float: left;
}

.markerEmptyEnd {
    height: 10px;
    border-color: #009FE3;
    border-top: 1px;
    border-left: 0px;
    border-bottom: 1px;
    border-right: 1px;
    border-style: solid;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    float: left;
}

.markerFullStart {
    height: 10px;
    border-color: #009FE3;
    border-top: 1px;
    border-left: 1px;
    border-bottom: 1px;
    border-right: 0px;
    border-style: solid;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    background-color: #009FE3;
    float: left;
}

.markerFull {
    height: 10px;
    border-color: #009FE3;
    border-top: 1px;
    border-left: 0px;
    border-bottom: 1px;
    border-right: 0px;
    border-style: solid;
    background-color: #009FE3;
    float: left;
}

.markerFullEnd {
    height: 10px;
    border-color: #009FE3;
    border-top: 1px;
    border-left: 0px;
    border-bottom: 1px;
    border-right: 1px;
    border-style: solid;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    background-color: #009FE3;
    float: left;
}

    .videoBox {
        background-color: #eee;
        border-radius: 4px;
        width: 90%;
        height: 150px;
    }

    .completeCheck {
        height: 20px;
        width: 20px;
    }

        .completeCheck svg path {
            fill: #009FE3;
        }
    /*.inputField{
    border-radius:2px;
    font-size:1.8rem;
    color:#21343d;
}*/
    .powerByLogo {
        text-align: center;
        margin-top: 30px;
        width: 170px;
    }



.appTitleEnd {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    padding: 5px;
}

.appTitle {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    padding: 5px;
}

.appTitle .thin, .appTitleEnd .thin {
    font-weight: lighter;
}

.appTitle .thick, .appTitleEnd .thick {
    font-weight: bold;
}

.appSubTitle {
    font-weight: bold;
    text-align: left;
    line-height: 2.5rem;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    padding: 5px;
}

.appPostSubTitle {
    font-weight: bold;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    padding: 5px;
}

.appPostMeet{
    font-weight:bold;
    color:#fff;
    text-align:left;
    margin-top:10px;
}

.appPostSubMeet {
    text-align: left;
}

@media only screen and (max-width: 320px) {
    .appTitleEnd {
        line-height: 4.5rem;
        margin-top: 10px;
    }

    .appTitle {
        line-height: 4.5rem;
        margin-top: 25%;
    }

    .appTitle .thin, .appTitleEnd .thin {
        font-size: 4.4rem;
    }

    .appTitle .thick, .appTitleEnd .thick {
        font-size: 4.7rem;
    }

    .appSubTitle {
        font-size: 1.55rem;
    }

    .appPostSubTitle {
        line-height: 1.9rem;
        font-size: 1.1rem;
    }

    .appPostMeet{
        font-size:1.3rem;
    }

    .appPostSubMeet {
        font-size: 1.3rem;
        line-height: 1.8rem;
    }

    .divFinished{
        margin-top:-5px;
    }
}

@media only screen and (min-device-width: 321px) {
    .appTitleEnd {
        line-height: 5rem;
        margin-top: 10px;
    }

    .appTitle {
        line-height: 5rem;
        margin-top: 25%;
    }

        .appTitle .thin, .appTitleEnd .thin {
            font-size: 5.4rem;
        }

        .appTitle .thick, .appTitleEnd .thick {
            font-size: 5.7rem;
        }

    .appSubTitle {
        font-size: 1.55rem;
    }

    .appPostSubTitle {
        line-height: 2rem;
        font-size: 1.35rem;
    }

    .appPostMeet {
        font-size: 1.5rem;
    }

    .appPostSubMeet {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}

@media only screen and (min-device-width: 401px) {
    .appTitleEnd {
        line-height: 5rem;
        margin-top: 10px;
    }

    .appTitle {
        line-height: 5rem;
        margin-top: 15%;
    }

    .appTitle .thin{
        font-size: 6.4rem;
    }

    .appTitleEnd .thin {
        font-size: 5.4rem
    }
    .appTitle .thick {
        font-size: 6.7rem;
    }
    .appTitleEnd .thick {
        font-size: 5.7rem;
    }

    .appSubTitle {
        font-size: 1.75rem;
    }

    .appPostSubTitle {
        line-height: 2.5rem;
        font-size: 1.45rem;
    }

    .appPostMeet {
        font-size: 1.45rem;
    }

    .appPostSubMeet {
        font-size: 1.45rem;
        line-height: 2rem;
    }
}




    .appDesc {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 1.5rem;
        text-align: left;
        line-height: 2.5rem;
        margin-right: auto;
        margin-left: auto;
        width: 90%;
        padding: 5px;
    }

    #divPage1 center {
        margin-top: 20px;
    }

    #divPage1 a {
        color: #fff;
        text-decoration: none;
        font-size: 3rem;
        font-weight: bold;
    }

    /*************  SLIDER ******************************/
    .slidecontainer {
        margin-top: 15px;
    }

        .slidecontainer input {
            background-color: #c3d0d6;
        }

    .slider {
        -webkit-appearance: none;
        width: 100%;
        height: 15px;
        border-radius: 5px;
        background: #c3d0d6;
        outline: none;
        opacity: 0.7;
        -webkit-transition: .2s;
        transition: opacity .2s;
    }

        .slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            background: #254A5D;
            cursor: pointer;
        }

        .slider::-moz-range-thumb {
            width: 25px;
            height: 25px;
            border-radius: 50%;
            background: #254A5D;
            cursor: pointer;
        }

    .slideLeft {
        margin-top: 5px;
        float: left;
        font-size: 2rem;
        font-weight: bold;
        color: #009FE3;
    }

    .slideRight {
        margin-top: 5px;
        float: right;
        font-size: 2rem;
        font-weight: bold;
        color: #009FE3;
    }


    /****************************************************/


