/* pixel range is defined in the .master */

.globalHeader {
    font-size: 3.5vw;
    width: 116vw;
    margin-left: -11vw;
}
.proEducationSection .small {
    line-height: 1.25em;
}
.webinar {
    flex: 1 1 calc(50% - 1em);
    margin: 0;
}
.webinarsContainer {
    margin-top: 2em;
}
img.proEduLogo {
    width: 48vw;
}
.bottomBar {
    width: 39em;
    text-indent: 0;
    padding-left: 1em;
    bottom: -0.75em;
    font-size: 2.65vw;
}
.topBar {
    width: 15em;
}
.regTitle {
    font-size: 16px;
}
.prizesContainer {
    max-width: 95vw;
    margin: auto;
}
.grandPrize {
    width: 50%;
}
img.van {
    display: block;
    width: 78%;
    margin: 0em auto 0;
}
img.prize {
    width: 40%;
}
.secondaryPrizes {
    width: 50%;
}

.landingBTN {
    width:95%;
    padding:2vw;
}

.landingBTN i {
    font-size:50px;
    margin:5px;
}

.landingBTN .text .title {
    text-transform:uppercase;
    font-size:16px;
}

body {
    width:100%;
    max-width:100%;
}
.totalWidth {
    width:100%;
}
.playOptions {
    width:100%;
}
.regBoxWidth {
    width:100%;
    max-width:100%;
}
.regBox {
    /*min-width:90vw;*/
    width:100%;
    max-width:100%;
    clear:both;
    /*float:left;*/
    height:auto;
    text-align:center;
    position:relative;
    margin:0 auto;
}
.instructionsArea {
    width:100%;
    max-width:100%;
    float:left;
    height:auto;
    line-height:0;
}
.yui3-js-enabled{width:793px;max-width:793px;}

.dB {
    display:initial;
}
.fB {
    display:block;
}