﻿/* computer styles - meant to be seen on a laptop or workstation; not a mobile device */





.sectionTop {
    background-color: #fff;
    padding: 0px 8px;
    text-align: center;
    float: right;
}

.circle {
    width: 100px;
    margin: 6px auto;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

    .circle strong {
        position: absolute;
        top: 30px;
        left: 0;
        width: 100%;
        text-align: center;
        line-height: 40px;
        font-size: 30px;
    }


/*About Page*/

.fullBody {
    height: 100vw;
}

span.topicProgress {
    border: solid 2px;
    width: 100px;
    margin: auto;
 
}


.aboutContainer{
    margin: auto;
    max-width: 80%;
    text-align: center;
   padding-bottom: 50px;
    padding-top: 50px;
}

.section p{
    line-height: 1.3;
    text-align: left;
}

.aboutContent{
    margin: 20px auto;

    
}
.faqContainer{
    max-width: 100vw;
    background-color: #fff;
    height: 100vh;
    padding-top:20px;
}
.faq{
    max-width: 80%;
    margin: auto;
}

.faqContent{
    background-color: #fff;
    padding: 10px 30px 45px;
    

    position: relative;
    
}

/*End About Page*/

/* Reg Page - Prizes */
.regPrizes{
    max-width: 600px;
    margin: auto;
    padding: 0 10px;
}

.regPrizes li, ul{
    text-align: center;
    padding-bottom: 20px;
}

.regPrizes h2{
    font-family: 'HighVoltage-Rough';
    font-size: 3em;
    color: #451721;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
}

.regPrizeImage {
    text-align: center;
    padding-bottom: 20px;
}
.regPrizeImage img {
    width: 60%;
}

/* END Reg Page - prizes */

/* Home Page - Default */


.dashNavSignUP, .dashNavSignUP:visited{
    color:#fff;
    background-color:#b7922e;
    border:2px solid #b7922e;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    -webkit-appearance: none;
    text-decoration: none !important;
    text-align: center;
    font-size:19px;
    padding:4px 0px;
    min-width:120px;
    margin-right: 5vw;
    float: right;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    cursor:pointer;
    display:inline-block;
}
.dashNavSignUP:hover{
    color: #b7922e;
    background-color:transparent;
    border-color: #b7922e;
}

.dashNavBTN{
    color: #b7922e;
    padding: 0 10px;
    font-size: 1.5em;
    text-decoration: none;
}

.dashNavBTN:hover{
    color: #b7922e;
    text-decoration: underline;
}

.dashNavRight{
    display: inline;
    margin-left: 48%;
}

.dashNav{
    margin-left: 9%;
    padding-top: 56px;
    max-width: 1010px;
    margin: auto;
    padding-left: 50px;
    padding-right: 50px;

}

.introButton, .introButton:visited{
    color:#fff;
    background-color:#451721;
    border:2px solid #451721;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    -webkit-appearance: none;
    text-decoration: none !important;
    text-align: center;
    font-size:19px;
    padding:10px 18px;
    min-width:120px;
    margin:10px 10px 0 0;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    cursor:pointer;
    display:inline-block;
}
.introButton:hover{
    color: #451721;
    background-color:transparent;
    border-color: #451721;
}

.dashboardHeader{
    max-width: 100%;
    background-color: #fff;
    height: 143px;
    margin-top: -10px;
    padding-top: 5px;
    

}

.homelogo{
    position: absolute;
    background-color: #fff;
    left: 45%;
    padding: 9px;   
}

.dashPicture{
    width: 100%;
    display: inline-block;
    background: url(../media/BeerAdvisor/header-brew.jpg) center top no-repeat;
    background-size: cover;
    padding-bottom: 2vw;
}

.dashContainer{
    max-width: 100vw;
    background-color: #fff;
    height: auto;
}

.innerConatiner{
    max-width: 1140px;
    margin: auto;
}

.embed-responsive {
    border: 10px solid hsla(0,0%,100%,.2);
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}



.bg-shape{
    height: 100%;
    position: absolute;
    left: 0;
}

svg{

    overflow: hidden;
    vertical-align: middle;
}

.bg-shape g {
    fill: hsla(0,0%,100%,.5);
    z-index: 1;
}

section.section-home-img .home-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-bottom: 1.5rem;
    z-index: 1;
}


.innerContainer{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.introContent{
    z-index: 2;
    position: relative;
}

.introLeft{
    max-width: 33%;
    float: left;
    margin: 9% 0 0 9%;
}

.introLeft h1 {
    font-family: 'HighVoltage-Rough';
    font-size: 4em;
    color: #451721;
    font-weight: 500;
    line-height: 1.1;
}

.introLeft p{
    font-size: 1.2em;
    color: #000;
    line-height: 1.3;
}


.introRight{
    max-width: 50%;
    float: right;
    padding-right: 20px;
}

.dashContent{
    width: 100%;
    display: inline-block;
    background: url(../media/BeerAdvisor/about_bg.png) center bottom no-repeat;
    background-size: cover;
    padding-bottom: 2vw;
}

.innerConatiner h2{
    font-family: 'HighVoltage-Rough';
    font-size: 3em;
    color: #451721;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
}
.dashCats {
    
    margin: auto;
    max-width: 1010px;
    position: relative;
}
.dashCard h3{
    font-family: 'HighVoltage-Rough';
    font-size: 1.7em;
    color: #451721;
    font-weight: 500;
    line-height: 1.1;
    text-align: left;
}

.dashCard {
    max-width: 20%;
    display: inline-grid;
    padding: 15px;
}



.cardTitle {
    height: 90px;
    margin-bottom: -25px;
}
.prizeImage {
    text-align: center;
}
.prizeImage img {
    width: 70%;
}

/* END Home Page - Default */

.videoContainer {
    position: relative;
    max-width: 30vw;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
    padding-bottom: 20px;
}

    .videoContainer.large {
        max-width: 80vw;
    }

.video {
    width: 100%;
    margin: 0 auto;
    display: block;
}

a.topicPrev {
    color: #b8912e;
}

div#topicNav {
    font-size: 14px;
    font-weight: 900;
}

.toc{
    text-align: center;
    font-size: 14px;
    font-weight: 900;
}

.playVideoBTN {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 1000;
    cursor: pointer;
}

    .playVideoBTN:hover {
        transform: scale(1.05);
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
    }

    .playVideoBTN .playBTN, .playVideoBTN .text {
        vertical-align: text-top;
        display: inline-block;
    }

    .playVideoBTN .playBTN {
        font-size: 14px;
        padding: 20px;
        border: 2px solid #fff;
        box-sizing: border-box;
        background-color: #111;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
    }

    .playVideoBTN .text {
        font-size: 32px;
        margin-left: 15px;
        padding-top: 10px;
    }









sup {
    font-size:.5em;
}



.frmfld label.labelFocused {
    color:#b7922e !important;
}

.courseContent li {
    text-align: left;
}


.buttonBig, .buttonBig:visited, .buttonSmall, .buttonSmall:visited {
    color:#fff;
    background-color:#b7922e;
    border:2px solid #b7922e;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-appearance: none;
    text-decoration: none !important;
    text-align: center;
    font-family: 'RobotoSlab';
}
.buttonBig:hover, .buttonSmall:hover {
    color: #fff;
    background-color:#a58329;
}

.buttonBig.noHover {
    pointer-events:none;
}

.logoHeader{
    padding: 0 20px;
    position: relative;
    width: 75vw;
    margin: auto;
}

.logoImg{
    max-height: 120px;
    padding-top: 20px;
    display: table-cell;
    vertical-align: middle;
}

.container{
    max-width: 1010px;
    margin: auto;
    padding: 0 20px 0 20px;
    min-height: 100vh;
}

.containerReg{
    max-width: 1010px;
    margin: auto;
    padding: 0 20px 0 20px;
    
}

.dashboardContainer{
    max-width: 1010px;
    margin: auto;
}

.pageHeader{
    display: table;
    table-layout: fixed;
    max-width: 1010px;
    position: relative;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 0 20px 0 20px;
}

.courseTitle{
    display: table-cell;
    height: 100px;
    width: 70%;
    padding: 37px 20px 0 0;
    margin: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    word-wrap: break-word;
    
}

.courseContent{
    background-color: #fff;
    padding: 65px 30px 45px;
    margin: 20px auto;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
    position: relative;
    
}

.dashboardContent{
    margin: 20px auto;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
    
}

.startCourse{ 
    float: right;
}

.startCourse .buttonBig{
    margin: 0 !important;
}

.courseContent h3{
    font-size: 30px;
    font-weight: 700;
    font-family: 'RobotoSlab';
    font-style: normal;
    text-decoration: none;
    color: #b7922e;
    background-color: transparent;
    margin-top: 0;
}

.courseContent p{
    font-size: 25px;
}

.videoContainer{
    margin: auto;
    width: 100%;
    text-align:center;
}

.videoContainer iframe{
    max-width: 100%;
    height: auto;
}

.courseContent ul {
    font-size: 20px;
}

.row.video-editor{
    margin: auto !important;
    width: 100% !important;
    text-align:center !important;
}
.row.video-editor iframe{
    max-width: 100% !important;
}

.row.video-editor {
    padding-bottom: 0px !important;
}

.row p{
    font-size: 16px;
    text-align: left;
}

.column p{
    font-size: 16px;
    text-align: left;
}

.eg-expandable-block {
    font-size: 28px;
    text-decoration: underline;
    padding-bottom: 15px;
}

.title {
    background-color: #e0e0e0;
    padding: 5px 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    color: #858585;
    margin-bottom: 10px;
}

.sectionTopic {
    font-size: 25px;
    font-weight: 900;
}

.sectionTopic .subTitle {
    font-size: 25px;
    font-weight: 900;
    padding-bottom: 20px
}

.section{
    line-height: 2em;
    background-color: #fff;
    display: inline-grid;
    width: 290px;
    height: 350px;
    position: relative;
    margin: 20px;
    text-align: center;
    font-weight: 900;
}

.tileImageHolder:hover .buttonBig, .buttonBig:hover{
    margin-top: 25%;
    display: inline-block;
}


.tileImageHolder .buttonBig{
    display: none;
}

.dashboardContent h3 {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
}

.dashboardContent h2 {
    font-size: 23px;
    text-align: center;
}

.float.buttonBig, .float.buttonBig:hover {
    float: left;
    margin-left: 18%;
}


.tileImageHolder{
    transition: .5s ease;
    position: relative;
    vertical-align: middle;
    width: 100%;
    height: 170px;
    overflow: hidden;
    
    
}

.tileImage1{
    background: url(../ba/media/6282f7c7-594b-421f-aabc-3595eb251e2d.jpg);
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-background-size: initial initial;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.tileImage2{
    background: url(../ba/media/4b086c28-b8e4-4d0b-bac6-c2da609d2216.jpg);
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-background-size: initial initial;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.tileImage3{
    background: url(../ba/media/ef16c4a8-6a99-44a5-8d1a-6c0cd91b2911.jpg);
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-background-size: initial initial;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.tileImage4{
    background: url(../ba/media/e630127e-081c-462a-b8cb-942b4abe8a8e.jpg);
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-background-size: initial initial;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.tileImage5{
    background: url(../ba/media/4fceace2-8936-45e6-a4a8-a950df9c5e29.jpg);
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-background-size: initial initial;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.tileImage6{
    background: url(../ba/media/b11b1b8a-a0be-4d10-84a1-9467d6231c49.jpg);
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-background-size: initial initial;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.tileImage7{
    background: url(../ba/media/d2bb6ddc-4569-469b-9561-a28d46c57c38.jpg);
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-background-size: initial initial;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.tileImage8{
    background: url(../ba/media/ed2ab4cf-fc3b-45f8-ae93-7128c0688bff.jpg);
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-background-size: initial initial;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.tileImage9{
    background: url(../ba/media/928cbd1f-ffa3-4ecb-9397-4f84a6a1b12d.jpg);
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-background-size: initial initial;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.tileImage10{
    background: url(../ba/media/888f2729-9144-4b88-8511-ca74313d76c6.jpg);
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-background-size: initial initial;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.tileImage11{
    background: url(../ba/media/9cf30cee-4274-4c38-a042-d92e1570ae21.jpg);
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-background-size: initial initial;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.tileImage12{
    background: url(../ba/media/f915a749-3daf-427d-ab40-7919f7841c99.jpg);
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-background-size: initial initial;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.tileImage13{
    background: url(../ba/media/f93f5f0a-55b9-4e94-8ee3-1507669242e7.jpg);
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-background-size: initial initial;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.tileImage14{
    background: url(../ba/media/53b05e96-3e34-4a28-ab39-5ce1c3557c2c.jpg);
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-background-size: initial initial;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.tileImage15{
    background: url(../ba/media/cd5d68ef-1225-4580-983c-d6c12e51389a.jpg);
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-background-size: initial initial;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.tileImage16{
    background: url(../ba/media/7cbdb0f1-4b9e-430b-9a3b-64471104c85e.jpg);
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-background-size: initial initial;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}


a.btnSubmitAnswer.buttonBig {
    margin-top: 20px;
}

.answer {
    text-align: left;
    padding-top: 10px;
    display: block;
    padding: 1px 2px;
    margin-left: 16px;
    text-indent: -29px;
}

.feedback p {
    text-align: left;
    font-size: 18px;
}

.statement .answer{
    text-align: center;
}

fieldset {
    display: inline-block;
    
    border: 0 !important;
}

.feedback.incorrect .subTitle {
    color: red;
    text-transform: uppercase;
}

.feedback.correct .subTitle {
    color: green;
    text-transform: uppercase;
}

.imgSmall {
    width: 300px !important;
    height: 300px !important;
    padding-top: 0 !important;
}

.bold {
}

.sponsorColor {
    color:#b7922e;
}

i.fas.fa-long-arrow-alt-right {
    margin: 0 0px 0 33px;
}




.hidden, .showInIframe, .hdnTB, #ctl00_ContentPlaceHolder1_FormView1_GuessBox_WinningList_10_V2_Items {
    display: none;
}

/* removing :hover, due to iOS device problem
.buttonBig:hover, .buttonSmall:hover {
    background-color:#b7922e !important;
    color:#fff !important;
    background-position: 0 -100%;
}*/
.topNavOuter, .hknFooter  {
    background-color:rgba(0,0,0,0.9);
}

.hknFooter {
    position:fixed;
    bottom:0px;
    width:100%;
    display:block;
    padding:8px 0px;
    box-sizing:border-box;
    text-transform: uppercase;
}

.hknFooter .footerLink {
    padding:0px 10px;
    border-right:1px solid #666;
}

.hknFooter .footerLink:hover {
    text-decoration: underline;
}

.hknFooter .footerLink:last-child {
    border-right:0px;
}
.menu ul.dropit-submenu a:hover {
    background: #b7922e;
    color:#fff;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
li.dropit-open > a {
    color: #b7922e !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.menu ul.dropit-submenu::before {
    border-bottom: solid 15px rgba(0,0,0,0.9);
}
.menu ul.dropit-submenu {
    background-color:rgba(0,0,0,0.9);
} 
.menu ul.dropit-submenu a {
    display: block;
    line-height: 25px;
    color: rgba(255,255,255,0.9);
    padding:0px;
    padding-left:5px;
}

input[type=text]:hover, textarea:hover, #ctl00_ContentPlaceHolder1_FormView1_ddlState:hover, #ctl00_ContentPlaceHolder1_FormView1_ddlState1:hover, .dobmm:hover, .dobdd:hover, .dobyy:hover {
    border-color:#a9a9a9 !important;
}

input[type=text]:focus, textarea:focus, #ctl00_ContentPlaceHolder1_FormView1_ddlState:focus, #ctl00_ContentPlaceHolder1_FormView1_ddlState1:focus, .dobmm:focus, .dobdd:focus, .dobyy:focus {
    border-bottom:solid 2px #b7922e !important;
    border-color: #b7922e !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



body {
    font-family: 'RobotoSlab', Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background: url(../media/BeerAdvisor/beeradvisor_bg.jpg);
    background-color:#fff;
    color:#b7922e;
    margin:0px;
    padding-top:41px; /*make sure this correlates with the margin-top of the .logincontent below (should be 10px less)*/
    background-repeat:no-repeat; 
    background-position:top center;
    padding-bottom: 27px;
    background-attachment: fixed;
}



/*.formview1, #aspnetForm {width:99%;border:solid 1 blue;}*/
/*table.formview1 td{padding:0px;}*/
img.imgLanding {
    max-width:100%;
}
.instructionsArea, .regBox {
    /*height:730px;*/
    box-sizing:border-box;
}
.instructionsArea {
    max-width:550px;
    float:left;
    line-height:0;
}
.regBox {
    
    background-image: none !important;
    
}
.totalWidth, .topNav, .playOptions {
    width:1010px;
    margin:0 auto;
}


/* 793 version
.instructionsArea {
    max-width:793px;
    float:none;
}
.regBox {
    width:793px;
    float:none;
}
.totalWidth, .topNav, .playOptions {
    width:793px;
}
img.regHeader {
    display:none;
}
*/











.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: none !important;
}










.globalHeader {
    max-width:1010px;
    margin:0px auto;
    font-size:40px;
    line-height:100%;
    padding-left: 20px;
}

.globalHeader .headerLogo {
    max-width:250px;
    margin-bottom:15px;
}

.globalHeader .title {
    font-size:2em;
    line-height:1.1em;
}

.globalHeader .subTitle.small {
    font-size:.7em;
    line-height:1em;
}


.errorTitle{
    color: red;
}


.bottles, .disclaimer {
    display: none !important;
}



.bottles {
    position:fixed;
    bottom:1vw;
    left:1vw;
    width:14vw;
}

.disclaimer {
    margin:30px auto;
}











.totalWidth {
    background-color:#fff;
}

.regTitle {
    padding:0px;
    box-sizing:border-box;
    max-width:95%;
    text-align:center;
    margin:0 auto;
    margin-top:15px;
    margin-bottom:10px;
    font-size:18px;
    text-transform: uppercase;
}

.regTitle .large {
    font-size:2em !important;
}

.regTitle .small {
    font-size:.7em !important;
}

/*.regHeader {
    height:434px; set this height when using the dlTable
}*/

/*img.regHeader {
    display:none;
}*/






/*Link Colors*/
a {
    text-decoration: underline;
    color:#ff0000;
}
.regBox .rulesRead a:hover {
    filter:alpha(opacity=80);
    -moz-opacity:.80;
    opacity:.80;
}





/*Required Field Colors*/
.requiredField {
    color:#ff0000;
}







.landingBTN {
    width:30%;
    box-sizing:border-box;
    display:inline-block;
    border:1px solid #555;
    -moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
    border-radius: 5px;
    padding:20px;
    margin:1%;
}

.landingBTN i {
    font-size:50px;
    margin:5px;
}

.landingBTN .text .title {
    text-transform:uppercase;
    font-size:16px;
}


.regOptions {
    width:440px;
    margin:0 auto;
    padding-bottom:15px;
}

.regBoxWidth {max-width:450px;}

table.dlTable {
    width:550px;
    height:350px;
    background:url(../media/project_dl.png) no-repeat left top;
    position:relative;
}

div.colLeftThx {
    float:left;
    width:300px;
}
div.colRightThx {
    text-align:left;
    float:right;
    padding-left:0px;
    margin-left:20px;
}
div.colLeft {
    float:left;
    padding-top:2px;
}
div.colRight {
    text-align:left;
    float:right;
    padding-left:0px;
    padding-top:2px;
}



img.imgThxCoupon {
    z-index:1;
    width:500px;
}
.thxOuterSocial {
    width:821px;
}






.formFieldWatermark {
    color:          #868686;
    /*font-size:		10pt;
    font-family: calibri, Arial, Helvetica, sans-serif;*/
}
input.formFieldOnFocus, input[type=text].formFieldOnFocus {
    width:400px;
    font-size:		20pt;
    z-index:12;
    background-color:blue;
    position:relative;
    left:-260px;
    margin-right:-260px;
}
.divFakeCheckBox, .showOnMobile {display:none;}


input[type="radio"] {
    margin: 6px 8px !important;
}


input[type="checkbox"] {
    width:14px;
    height:14px;
    margin: 6px 8px !important;
}
#ctl00_ContentPlaceHolder1_FormView1_Question1, #ctl00_ContentPlaceHolder1_FormView1_Question4, #ctl00_ContentPlaceHolder1_FormView1_Question7 {
    width:300px;
    height:40px;
}
textarea, select, input, input[type=select], input[type=text], input[type=select].errorHighlight, input[type=text].errorHighlight, input.errorHighlight, textarea {
    -moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
    font-size:		12px;
}
textarea, input[type=text], input[type=select]:focus, input[type=text]:focus, input[type=select].errorHighlight, input[type=text].errorHighlight {
    padding-left:6px;
    box-sizing:border-box;
    height:40px;
    /*    border:solid 2px #e6e6e6;
    border-top:inset 1px #e6e6e6;
    border-bottom:inset 1px #e6e6e6;*/
}
.frmfld input[type=text], .frmfld input[type=password], .frmfld input[type=number] {
    padding-top:15px;
}
textarea, input[type=select], input[type=text], input[type=select]:focus, input[type=text]:focus, textarea:focus {
    background-color:#fff;
    box-shadow: 0 0 0px #fff !important;
    -moz-box-shadow: 0 0 0px #fff !important;
    -webkit-box-shadow: 0 0 0px #fff !important;
    outline:0;
}
textarea, textarea:focus {
    width: 98%;
    box-sizing:border-box;
    padding:6px;
    padding-top:20px;
    min-height: 80px;
}

.dobmm, .dobdd, .dobyy, #ctl00_ContentPlaceHolder1_FormView1_ddlState, #ctl00_ContentPlaceHolder1_FormView1_ddlState1, textarea, textarea:focus, input[type=select], input[type=text], input[type=select]:focus, input[type=text]:focus, select {
    border:solid 1px rgba(0,0,0,0.15);
    border-bottom:solid 2px rgba(0,0,0,0.15);
}






.frmfld input[type=select].errorHighlight, .frmfld input[type=text].errorHighlight {
    border-bottom:solid 1px red !important;
    background-color: #fff;
}

input[type=text] {
    width:205px;    
}


.frmfld label {
    position:absolute;
    padding-top:13px;
    left:8px;
    cursor:text;
    color:#444;
    display:inline-block !important;
    opacity:1 !important;
    letter-spacing:.025em;
}

.frmfld label.labelFocused {
    padding-top:3px;
    left:5px;
    font-size:smaller;
    -webkit-transition: all 0.05s ease;
    -moz-transition: all 0.05s ease;
    -o-transition: all 0.05s ease;
    transition: all 0.05s ease;
    letter-spacing:0px;
}

.frmfld label {
    font-size:13px;
}


#ctl00_ContentPlaceHolder1_FormView1_ddlState, #ctl00_ContentPlaceHolder1_FormView1_ddlState1 {
    width:205px;
    height:40px;
    -moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
    padding:1px 0 1px 0;  
    margin-top:0px;
}
.dob br {
    display:none;
}
.dob label, .dobmm, .dobdd, .dobyy {
    font-size:8pt;
    padding:1px 0px 1px 0px !important;
    line-height: 18px;
    height:40px;
    /*margin:2px 0;*/
    /*margin:0px 0px 3px 1px;*/
}
select, input[type=select], #ctl00_ContentPlaceHolder1_FormView1_ddlState, #ctl00_ContentPlaceHolder1_FormView1_ddlState1, .dobmm, .dobdd, .dobyy {
    line-height:18px;
    outline:0;
    -moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}



.dobmm {
    width:52px;
}
.dobdd {
    width:47px;
}
.dobyy {
    width:56px;
}







input.dobTextBox, #ctl00_ContentPlaceHolder1_FormView1_DOB {
    width: 0px !important;
    padding: 0px !important;
}
/*.zipCodeTextBox {
    width:50px;
}*/
input.textboxBig, input.textboxBig:focus {
    font-size:          16pt;
    font-weight:        bold;
    text-align:center;
    height:38px;
    width:122px;
    position:absolute;
    top:14.5%;
    left:69%;
}
input.button {
	cursor:pointer;
	padding:5px;
	font-size:		    14px;
	font-weight:		bold;
    -webkit-appearance: none;
}
/*.addthis_button_facebook_like {
}*/
.thx_SocialColumn {
    background-color:#fff;
}
.captcha {
    border:solid 1px #868686;
    background-color:#fff;
    color:#000;
    width:330px;
    height:50px;
    text-align:center;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.captcha input {width:60px;}
.captchaDiv {
    align:center; 
    margin-top:5px
}

.footer {
    text-align:center;
    color:#fff;
    background-color: #000;
    height: 30px;
    position: fixed;
    bottom: 0px;
    left: 0vw;
    right: 0px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0px;
    padding: 10px 0px;
    z-index: 100;
}

.footer a{
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    font-size: 12px;
}

a.footerLink {color:#f6f6f6;}
.RadioButtonWidth label { margin:0 30px 0 10px; }      


.notRequiredField {
    padding-right:3px;
}
.errorBox {
	border-width:		1px;
	border-color:		#e92222;
	border-style:		solid;
	color:			    #000;
	font-size:		    12px;
	font-weight:		bold;
	padding:            3px;
	text-align:         left;
	background-color:   #e6e6e6;
	/*margin:30px 0 10px 0;*/
	z-index:1000;
	position:absolute;  /*fixed;*/
    margin:5px 0px 0px 6px;
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
}  
#ctl00_ContentPlaceHolder1_FormView1_ValidationSummary2 {color:#000;}
.errorBox ul { 
    list-style-type: disc;
    padding: 1em 1em 1em 1em;
    font-weight:		normal;
    color:#000;
 }
.errorBox li { 
    padding:0 0 1em 1em;
    margin-left:1em;
    color:#000;
}
.validationSummary {
    max-width:400px;
}
.submitBtn {
	cursor:pointer;
    -webkit-appearance: none;
}
.rulesLinks {
	cursor:pointer;
}
.privacyLinks {
	cursor:pointer;
}
.labelColumnRight {
    padding-left:10px;
}
.scoreBoardText {
 position:relative;
 top:67px;
 left:146px;
 z-index:30;
 width:300px;
 height:90px;
 text-align:center;
 font-size:14pt;
 font-weight:bold;
 color:#fff;
 padding-top:10px;
}
.guessBox, .ddl1, .ddl2, .ddl3, .ddl4, .ddl5, .ddl6, .ddl7 {
   	color:Black;
	font-size:16pt;
	font-weight:bold;
}
.ddl1, .ddl2, .ddl3, .ddl4, .ddl5, .ddl6, .ddl7 {
    position:absolute;
    width:10%;
    top:5px;
}
.ddl1 {
 right:70%;
 z-index:21;
}
.ddl2 {
 right:60%;
 z-index:22;
}
.ddl3 {
 right:50%;
 z-index:23;
}
.ddl4 {
 left:50%;
 z-index:24;
}
.ddl5 {
 left:60%;
}
.ddl6 {
 left:70%;
}
.ddl7 {
 top:95px;
 left:150px;
}
.question {
    padding-top:10px;
    line-height: 100%;   
}

.optinQuestion1, .optinQuestion2, .optinQuestion3, .optinQuestion4, .optinQuestion5, .optinQuestion6, .optinQuestion7, .optinQuestion8, .optinQuestion9, .optinQuestion10, .optinQuestion11, .optinQuestion12, .optinQuestionGender {
    padding-top:10px;
    clear:both;
    text-align:left;
}
.rulesRead, .subscription1, .subscription2 {
    padding-top:10px;
    clear:both;
    text-align:left;
    padding-left:25px;
    text-indent: -25px;
}
.optinAnswer1, .optinAnswer2, .optinAnswer3, .optinAnswer4, .optinAnswer5, .optinAnswer6, .optinAnswer7, .optinAnswer8, .optinAnswer9, .optinAnswer10, .optinAnswer11, .optinAnswer12, .optinAnswerGender {
    padding-top:5px;
    font-weight:normal;
    text-align:left;
}
.optinQuestionGender, .optinAnswerGender {
    float:left;
}
.mainContentTAF {
	text-align:center;
}
.validationSummaryTAF {
    text-align:left;
    border:solid 1px red;
    margin-left:50px;
    margin-right:50px;
    padding-left:20px;
    padding-right:20px;
    background-color:#fff;
}

img.regTopRound {
/*    height:24px;*/

	visibility: hidden;
	display: none;
}
img.regBottomRound {
	visibility: hidden;
	display: none;
}

div.disclaimerText {
    max-width:90%;
    margin:0 auto;
    font-size:10px;
    font-weight:normal;
    text-align:justify;
    margin-top:10px;
    line-height: 100%;
    filter:alpha(opacity=90);
    -moz-opacity:.90;
    opacity:.90;
} 

#flash_envelope {
    margin:0 auto; 
    /*visibility:hidden;*/
    text-align:center;
    background:transparent url(../media/ajax-loader-lg.gif) no-repeat center center;
    background-position:center;
    z-index:1;
}
.swfObject { 
    z-index:1;
    width:100%;
    height:100%;
}
.showOnPrint {
	visibility: hidden;
	display: none;
	}
	
.hideOnPrint {
	visibility: visible;
	
	}	
/*#errorMSG {
    position:absolute;
    top: 1200px;
}	*/
/*.socialBox { }*/
.socialBox .outerDiv, .socialBox .outerDiv .semiTransparentDiv {
    height:75px;
}
.socialBox .outerDiv {
    position: relative; 
    width: 425px;
    margin-bottom:8px;
}
.thx_SocialColumn .socialBox .outerDiv {
    width: 99%; 
}
.socialBox .outerDiv .semiTransparentDiv {
    width: 100%;
    position: absolute; 
    top:0px;
    left:0px;
    background-color: #fff; 
    filter:alpha(opacity=70);
    -moz-opacity:.70;
    opacity:.70; 
    z-index: 1;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.socialBox .outerDiv .contentDiv {
    position: relative; 
    z-index: 2; 
    padding:5px 2px 2px 2px; 
    color: #3B5998; 
    font-weight: bold;
    font-size:12pt; 
    text-align:left;
}
.socialBox .outerDiv .contentDiv .contentDivTop .colLeft {
    float:left;
    vertical-align:top;
    width:181px;
}
.thx_SocialColumn .socialBox .outerDiv .contentDiv .contentDivTop .colLeft {
    width:99%;
    padding:0 0 0 13px;
}
.socialBox .outerDiv .contentDiv .contentDivTop .colRight {
    float:right;
    width:211px;
    padding:0 0 0 13px;
}
.socialBox .outerDiv .contentDiv .contentDivBottom .colLeft {
    float:left;
    width:100%;
}
.socialBox .outerDiv .contentDiv .contentDivTop {
    height:70px;
}
.fbPost {
	display: block;
	width: 48px;
	height: 20px;
	background: url(../media/social/fb_post_hover_both.png) top;
	text-indent: -99999px;
}
.fbPost:hover {
	background-position: bottom;
}
.custom_images a.thickbox img:hover {
    opacity:0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
}
.headerShare {
    background:transparent url(../media/social/headerShare.png) top left no-repeat;
    border-left:dashed 1px #a6a6a6;
    padding:7px 0 0 13px;
}
.thx_SocialColumn .headerShare {
    margin-bottom:5px;
    border:0px;
}
a.fbPost {
    text-decoration:none;
    margin-left:5px;
}
.loading {
    padding:10px 0 100px 0;
    margin:30px;
    z-index:99;
}
#divFBPostFill {
    margin:0 40px 0 40px;
}
#fbImg {
    width:25px;
    height:25px;
    float:left;
}
.colLeftheaderShare {
    float:left;
    color:#36C;
    font-weight:bold;
    margin:10px 2px 5px 10px;
}



/* error validation */
.CustomValidatorCalloutStyle div, 
.CustomValidatorCalloutStyle td { 
    background-color: #e4e4e4;  
    color: #000;
    border:solid 1px #e92222;
}
input[type=text].errorHighlight, input[type=select].errorHighlight, .errorHighlight, select.errorHighlight, input.errorHighlight, #ctl00_ContentPlaceHolder1_FormView1_ddlState.errorHighlight, #ctl00_ContentPlaceHolder1_FormView1_ddlState1.errorHighlight { 
    border-bottom:solid 1px #e92222;
}
.lnkValSummaryExpand, .lnkValSummaryCollapse {
    width:20px;
    height:20px;
    margin-left:10px;
    padding-left:20px;
}
.lnkValSummaryExpand {
    background:transparent url(../media/navsprite.png) left repeat-y;
    background-position:0px -240px; 
}
.lnkValSummaryCollapse {
    background:transparent url(../media/navsprite.png) left repeat-y;
    background-position:0px -264px; 
}
.textboxes {
    display:none;
}

#ctl00_ContentPlaceHolder1_FormView1_ddlState, #ctl00_ContentPlaceHolder1_FormView1_ddlState1 {
    font-size:12px;
}

#ctl00_ContentPlaceHolder1_FormView1_ddlState, #ctl00_ContentPlaceHolder1_FormView1_ddlState1, .dobmm, .dobdd, .dobyy {
    color:#111;
    background-color: #fff;
}

.frmfld { position:relative; padding-top:15px; }
.frmfld br { display: none; }



.frmfld label, .colLeft label, .colRight label {font-weight:normal;}

.buttonBig, .buttonBig:visited, .buttonBig:hover {
    font-size:19px;
    padding:10px 18px;
    min-width:150px;
    margin:10px;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor:pointer;
    display:inline-block;
}
.buttonSmall, .buttonSmall:visited {
    font-size:13px;
    padding:4px 10px;
    margin:4px;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    min-width:86px;
    cursor:pointer;
    display:inline-block;
}


#divVidUploaded, #divImgUploaded {
    border:1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin:15px auto;
    padding:5px;
    box-sizing:border-box;
    max-width:80%;
}


img.imgUploaded {
    max-width:75px !important;
    max-height:75px !important;
}



/*icons*/


.topNavOuter .fa, .topNavOuter .far, .topNavOuter .fas, .topNavOuter .fab {
    margin:3px;
}

.fa-lg {
    margin:0px 3px 0px 0px;
}
.topNavFollow .fa-lg {
    margin:0px;
    font-size:18px;
}

/*large icons*/
.fa-3x {
    margin:0px 3px 0px 0px;
}


.topNavOuter {
    position:fixed;
    top:0px;
    width:100%;
    height:34px;
    z-index:2;
}
.topNav {
    font-size:12px;
    z-index:100;
    vertical-align:text-bottom;
}
.topNavLinks {
    text-align:left;
    padding:10px 0px 0 0px;
    margin-left:4px;
    margin-right:13px;
    vertical-align:text-bottom;
    float:left;
    height:22px;
}
.topNavFollow {
    margin:3px 2px;
    padding:8px 0px 0 0px;
    height:24px;
    display:inline-block;
}
.rightLinks {
    float:right;
}

.topNavLinks a, .topNavLinks a:visited, .topNavFollow a, .topNavFollow a:visited, .addthis_MDMTopNav a, .addthis_MDMTopNav a:visited, .hknFooter a  {
    text-decoration: none;
    /*text-transform: uppercase;*/
    color:rgba(255,255,255,0.7);
}
.topNavLinks a:hover, .topNavFollow a:hover, .addthis_MDMTopNav a:hover, .hknFooter a:hover {
    color:#fff;
}
.topNavLinks ul {
    float:left;
}
.menu ul.dropit-submenu-left::before, .menu ul.dropit-submenu-right::before {
    z-index: -1;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
}
.menu ul.dropit-submenu-left::before {
    top: -15px;
    left: 10px;
}
.menu ul.dropit-submenu-right::before {
    top: -15px;
    right: 5px;
}
.menu ul { 
    display: none; } /* Hide before plugin loads */
.menu ul.dropit-submenu {
    padding: 3px;
    margin: 17px 2px 0 2px;
    text-align: left;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}          

.shareLink ul.dropit-submenu {
    padding: 7px;
}
ul.menu > li {
    padding-bottom:10px;
}

/*SHARE LINKS*/
i.fa.fa-facebook-official.fa-3x.shareFB, i.fa.fa-twitter-square.fa-3x.shareTW, i.fa.fa-paper-plane.fa-3x.shareEM {
    display: block;
    padding:8px 14px;
    float:left;
    color: #fff;
    text-decoration: none;
} 
i.fa.fa-facebook-official.fa-3x.shareFB:hover, i.fa.fa-twitter-square.fa-3x.shareTW:hover, i.fa.fa-paper-plane.fa-3x.shareEM:hover {
    background:#fff;
} 

/*FACEBOOK*/
i.fa.fa-facebook-official.fa-3x.shareFB {
    background:#747474;
}
i.fa.fa-facebook-official.fa-3x.shareFB:hover {
    color: #49659f;
}

/*TWITTER*/
i.fa.fa-twitter-square.fa-3x.shareTW {
    background:#868686;
}
i.fa.fa-twitter-square.fa-3x.shareTW:hover {
    color: #2caae1;
}

/*EMAIL*/
i.fa.fa-paper-plane.fa-3x.shareEM {
    background:#727272;
}
i.fa.fa-paper-plane.fa-3x.shareEM:hover {
    color: #cc181e;
}



.addthis_MDMTopNav {
    float:right;
    margin:0 20px 0 20px;
    width:350px;
    position:absolute;
    top:0px;
    left:700px;
}
.dropit {
    list-style: none;
    padding: 0;
    margin: 0;
}
.dropit .dropit-trigger { position: relative; }
.dropit .dropit-submenu {
    position: absolute;
    top: 100%;
    /*left: 0; dropdown left or right */
    z-index: 1000;
    display: none;
    min-width: 180px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.dropit .dropit-submenu-left {
   left: 0; /* dropdown left or right */
}
.dropit .dropit-submenu-right {
    right: 0; /* dropdown left or right */
}
.dropit .dropit-open .dropit-submenu { display: block; }
.share-button {
    float:left;
}
.hidden, .showInIframe, .hdnTB, #ctl00_ContentPlaceHolder1_FormView1_GuessBox_WinningList_10_V2_Items {
    display: none;
}

.ajax__validatorcallout_popup_table_row {
    text-indent:0px;
}

.ajax__validatorcallout_icon_cell {
    width: 136px !important;
}

.ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv {
    text-align:right !important;
}

/*Heineken - #b7922e*/
/*Dos Equis - #F2D69B (should make the buttonBig darker though*/
/*Tecate - #ed3023*/


@font-face {
  font-family: "FontAwesome";
  src:  url("/cdn/media/fonts/font-awesome/4.4.0/fontawesome-webfont.eot?v=4.4.0");
  src:  url("/cdn/media/fonts/font-awesome/4.4.0/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("/cdn/media/fonts/font-awesome/4.4.0/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("/cdn/media/fonts/font-awesome/4.4.0/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("/cdn/media/fonts/font-awesome/4.4.0/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("/cdn/media/fonts/font-awesome/4.4.0/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: "FuturaCondensedBold";
    src:url("/cdn/media/fonts/futura-condensed-bold.eot");
    src:url("/cdn/media/fonts/futura-condensed-bold.eot?#iefix") format("embedded-opentype"), url("/cdn/media/fonts/futura-condensed-bold.woff2") format("woff2"), url("/cdn/media/fonts/futura-condensed-bold.woff") format("woff"), url("/cdn/media/fonts/futura-condensed-bold.ttf") format("truetype"), url("/cdn/media/fonts/futura-condensed-bold.svg#futura-condensed-bold") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "FuturaCondensed";
    src:url("/cdn/media/fonts/futura-condensed.eot");
    src:url("/cdn/media/fonts/futura-condensed.eot?#iefix") format("embedded-opentype"), url("/cdn/media/fonts/futura-condensed.woff2") format("woff2"), url("/cdn/media/fonts/futura-condensed.woff") format("woff"), url("/cdn/media/fonts/futura-condensed.ttf") format("truetype"), url("/cdn/media/fonts/futura-condensed.svg#futura-condensed") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "RobotoSlab";
    src:url("/cdn/media/fonts/robotoslab-400.eot");
    src:url("/cdn/media/fonts/robotoslab-400.eot?#iefix") format("embedded-opentype"), url("/cdn/media/fonts/robotoslab-400.woff2") format("woff2"), url("/cdn/media/fonts/robotoslab-400.woff") format("woff"), url("/cdn/media/fonts/robotoslab-400.ttf") format("truetype"), url("/cdn/media/fonts/robotoslab-400.svg#robotoslab-400") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "HighVoltage-Rough";
    src:url("/cdn/media/fonts/HighVoltage-Rough.eot");
    src:url("/cdn/media/fonts/HighVoltage-Rough.eot?#iefix") format("embedded-opentype"), url("/cdn/media/fonts/HighVoltage-Rough.woff2") format("woff2"), url("/cdn/media/fonts/HighVoltage-Rough.woff") format("woff"), url("/cdn/media/fonts/HighVoltage-Rough.ttf") format("truetype"), url("/cdn/media/fonts/HighVoltage-Rough.svg#HighVoltage-Rough") format("svg");
    font-weight: normal;
    font-style: normal
}




/*Engage Futura

.buttonBig, .buttonSmall,.buttonBig:hover, .buttonSmall:hover, .regTitle {
    font-family: "FuturaCondensedBold";
    font-size:1.25em;
}

.buttonSmall {
    font-size:1em !important;
}

body {
    font-family: "FuturaCondensed";
    font-size:1em;
    letter-spacing:.015em;
}

.topNav {
    text-transform:uppercase;
}
*/


/*Colors*/

/*

Heineken: b7922e
DosXX: de0a12
Tecate: e60f1d
Newcastle: cc1c30

*/