/* pixel range is defined in the .master */

.globalHeader {
    font-size: 3.25vw;
}
.regTitle {
    font-size:3vw;
}
/* .headerimg {
    width: 120%;
    position: relative;
    left: -10vw;
} */
/* .headerText {
    margin-left: calc(50% - 10vw);
    width: 50%;
    margin-top: 2.5vw;
    margin-bottom: 2vw;
} */

.globalheaderimg {
    max-height: 12em;
    overflow: clip;
}

.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, .headertextwidth {
    width:95vw;
}
.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;
}

.globalHeader {
    background: url(../media/globalHeader.jpg) no-repeat top -4.5em center;
    background-size: 130%;
}
.globalHeader .logo {
    max-width: 90vw;
    width: 71vw;
    padding: 18vw 0;
    visibility: hidden;
}