﻿/* computer styles - meant to be seen on a laptop or workstation; not a mobile device */
/*fonts*/
body, select, input, input option, textarea, .ajax__validatorcallout_error_message_cell {
    font-family: "acumin-pro-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.buttonBig, .buttonSmall {
    font-family: "quiz", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.bold {
    font-family: "quiz", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.slant {
    transform: skewX(-8deg);
}


.headerText {
    max-width: 90vw;
    width: 20em;
}

.products {
    max-width: 103vw;
    position: relative;
    /* left: 50%; */
    /* transform: translate(-50.5%); */
    width: 30em;
    display: block;
    margin: auto;
    margin-top: -3.6em;
    margin-bottom: -1em;
}

@media only screen and (max-width: 850px) {
    .products {
        left: 50%;
        transform: translate(-50.5%);
    }
}

.ten {
    height: 1.5em;
    rotate: 6deg;
    padding-left: 6px;
}

.rotate {
    rotate: -5deg;
}

/* Base Style for the Validator */
#ctl00_ContentPlaceHolder1_FormView1_rfvQuestion2,
#ctl00_ContentPlaceHolder1_FormView1_rfvQuestion3,
#ctl00_ContentPlaceHolder1_FormView1_rfvQuestion5,
#ctl00_ContentPlaceHolder1_FormView1_rfvQuestion6,
#ctl00_ContentPlaceHolder1_FormView1_rfvQuestion7,
#ctl00_ContentPlaceHolder1_FormView1_rfvQuestion8,
#ctl00_ContentPlaceHolder1_FormView1_cblrfvQuestion11 {
    font-weight: bold;
    color: #fff !important;
    background-color: #c62027;
    padding: .5em 1em;
    border-radius: 8px;
    margin-top: 1em;
    width: fit-content;
    /* Transition effects */
    opacity: 0;
    transition: opacity 0.5s ease;
}

    /* Force Block Display when ASP.NET triggers it */
    #ctl00_ContentPlaceHolder1_FormView1_rfvQuestion2[style*="display: inline"],
    #ctl00_ContentPlaceHolder1_FormView1_rfvQuestion2[style*="display: block"],
    #ctl00_ContentPlaceHolder1_FormView1_rfvQuestion3[style*="display: inline"],
    #ctl00_ContentPlaceHolder1_FormView1_rfvQuestion3[style*="display: block"],
    #ctl00_ContentPlaceHolder1_FormView1_rfvQuestion5[style*="display: inline"],
    #ctl00_ContentPlaceHolder1_FormView1_rfvQuestion5[style*="display: block"],
    #ctl00_ContentPlaceHolder1_FormView1_rfvQuestion6[style*="display: inline"],
    #ctl00_ContentPlaceHolder1_FormView1_rfvQuestion6[style*="display: block"],
    #ctl00_ContentPlaceHolder1_FormView1_rfvQuestion7[style*="display: inline"],
    #ctl00_ContentPlaceHolder1_FormView1_rfvQuestion7[style*="display: block"],
    #ctl00_ContentPlaceHolder1_FormView1_rfvQuestion8[style*="display: inline"],
    #ctl00_ContentPlaceHolder1_FormView1_rfvQuestion8[style*="display: block"],
    #ctl00_ContentPlaceHolder1_FormView1_cblrfvQuestion11[style*="display: inline"],
    #ctl00_ContentPlaceHolder1_FormView1_cblrfvQuestion11[style*="display: block"] {
        display: block !important;
        opacity: 1;
        visibility: visible;
    }

#ctl00_ContentPlaceHolder1_FormView1_vceQuestion3_popupTable, 
#ctl00_ContentPlaceHolder1_FormView1_vceQuestion6_popupTable, 
#ctl00_ContentPlaceHolder1_FormView1_vceQuestion8_popupTable,
#ctl00_ContentPlaceHolder1_FormView1_vceQuestion2_popupTable,
#ctl00_ContentPlaceHolder1_FormView1_vceQuestion11_popupTable,
#ctl00_ContentPlaceHolder1_FormView1_vceQuestion5_popupTable,
#ctl00_ContentPlaceHolder1_FormView1_vceQuestion7_popupTable {
    display: none;
    visibility: hidden;
}

/*colors*/
:root {
    --primary: #ffcd23;
    --secondary: #223f83;
    --red: #d2232a;
    --orange: #ff6600;
    --yellow: #ffcd23;
    --green: #10bb00;
    --teal: #00baba;
    --blue: #223f83;
    --navy: #092356;
    --lightblue: #adb5d4;
    --purple: #4b0082;
    --magenta: #ff00ff;
    --lightGray: #f5f7f8;
    --darkGray: #111;
    --white: #fff;
    --black: #000;
    --shadow: rgba(0,0,0,0.8);
}

.primary {
    color: var(--primary);
}

.secondary {
    color: var(--secondary);
}

.lightblue {
    color: var(--lightblue);
}

.buttonBig, .buttonSmall {
    color: var(--red);
    background-color: var(--primary);
    border: 2px solid var(--primary);
}

    .buttonBig:hover, .buttonSmall:hover {
        color: var(--teal);
        background-color: var(--white);
        border-color: var(--white);
    }

.textShadow {
    text-shadow: 0em 0em .5em var(--shadow);
}

.svgShadow {
    filter: drop-shadow(0em 0em .5em var(--shadow));
}

.boxShadow {
    box-shadow: 0em 0em .5em var(--shadow);
}

hr {
    background-color: var(--teal);
    /* background-color:#fff; */
}


.frmfld label.labelFocused {
    color: var(--teal) !important;
}


.menu ul.dropit-submenu a:hover {
    background: #fff;
    color: var(--secondary);
    letter-spacing: .04em;
}

li.dropit-open > a {
    color: var(--primary) !important;
}

.menu ul.dropit-submenu::before {
    border-bottom: solid 10px var(--primary);
}

.menu ul.dropit-submenu {
    background-color: var(--primary);
}

.topNavOuter, .hknFooter {
    background-color: var(--secondary);
}

input[type='radio'], input[type='checkbox'] {
    accent-color: var(--primary);
}

a, .requiredField {
    color: var(--primary);
}

.mfp-bg.mfp-ready {
    background-color: rgba(0,0,0,0.6);
    backdrop-filter: blur(6px) brightness(60%);
}

.mfp-content {
    background-color: var(--blue) !important;
    color: var(--white) !important;
}


/*font sizes*/
body {
    font-size: 16px;
}

.globalHeader {
    font-size: 28px;
}

.regTitle {
    font-size: 22px;
}

.buttonBig {
    font-size: 22px;
}

.buttonSmall {
    font-size: 14px;
}

.topNav {
    font-size: 13px;
}

.frmfld label.labelFocused {
    font-size: 12px;
}

#ctl00_ContentPlaceHolder1_FormView1_ddlState, #ctl00_ContentPlaceHolder1_FormView1_ddlState1, #ctl00_ContentPlaceHolder1_FormView1_ddlState2, .frmfld label, .dob label, .dobmm, .dobdd, .dobyy, select, input {
    font-size: 14px;
}

.dob label {
    font-size: 12px;
}


body {
    background-color: #223f83;
    color: #fff;
    margin: 0px;
    padding-top: 34px; /*make sure this correlates with the margin-top of the .logincontent below (should be 10px less)*/
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    /* background-image:none !important; */
}


.totalWidth {
    /* background-color: rgba(255,255,255,1); */
    /* color: #000; */
    padding: 15px 0px;
    margin: 10px auto;
    border-collapse: separate;
    border-radius: 0px;
    /* backdrop-filter: blur(5px); */
    overflow-x: clip;
    position: relative;
    z-index: 1;
}

.topNav {
    width: 99%;
}



/*buttons*/
.buttonBig, .buttonSmall {
    padding: .5em .75em;
    min-width: 9em;
    border-radius: 6px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    -webkit-appearance: none;
    text-decoration: none !important;
    border-style: solid;
}

.buttonBig {
    margin: 20px 5px;
}

    .buttonBig.inline {
        margin: 5px;
    }

.buttonSmall {
    margin: 4px;
}





/*globalHeader*/
.globalHeader {
    background: url(../media/globalHeader.jpg) no-repeat center center;
    background-size: cover;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: clip;
    padding-bottom: 2em;
    margin-bottom: -3.25em;
}
    /* Slanted bottom edge */
    .globalHeader::before {
        content: "";
        position: absolute;
        left: -10%;
        bottom: -.5em;
        width: 120%;
        height: 7em;
        background: url(../media/sazsipandsave/sazsipandsave_bg.jpg) no-repeat center center;
        transform: rotate(-5deg);
        transform-origin: center top;
        z-index: 1;
        margin-bottom: -3em;
    }
    /* Border following the slanted edge */
    .globalHeader::after {
        content: "";
        position: absolute;
        left: -10%;
        bottom: calc(4.5em - 1px);
        width: 120%;
        height: 4px;
        background: #fff;
        transform: rotate(-5deg);
        transform-origin: center bottom;
        z-index: 2;
        margin-bottom: -1em;
    }

.regTitle {
    margin: 0 auto .5em;
    box-sizing: border-box;
    text-align: center;
    text-wrap: balance;
}

    .regTitle.inline {
        margin: 0 auto;
    }

    .regTitle ul {
        padding-inline-start: 1.75em;
        margin-block-start: 0em;
        margin-block-end: 0em;
    }

        .regTitle ul li {
            margin-bottom: .35em;
        }

            .regTitle ul li:last-of-type {
                margin-bottom: 0;
            }


hr {
    display: block;
    border: 0px;
    height: 2px;
    width: 17em;
    max-width: 95%;
    margin: 1em auto 1.5em;
}

.logo {
    max-width: 90vw;
    width: 10em;
}

.narrow, .narrower, .narrowest, .disclaimerText {
    margin: 0 auto;
    max-width: 80vw;
}

.narrow {
    width: 600px;
}

.narrower {
    width: 450px;
}

.narrowest {
    width: 300px;
}


.footer {
    text-align: center;
}

    .bottles, img.disclaimer, .footer .logo {
        display: none !important;
    }

.bottles {
    position: fixed;
    bottom: 1vw;
    left: 1vw;
    width: 14vw;
    pointer-events: none;
}

@media only screen and (max-width: 1500px) {
    .bottles {
        position: static;
        bottom: auto;
        left: auto;
        right: auto;
        width: 450px;
        max-width: 60vw;
        margin: 20px auto;
        display: block;
    }
}

img.disclaimer {
    margin: 30px auto;
    width: 400px;
    max-width: 90%;
    /*
    -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, .8));
    filter: drop-shadow( 3px 3px 6px rgba(0, 0, 0, .8));
    */
}





/*game*/
#scratch-item {
    width: 14.00em !important;
    height: 14.00em !important;
    margin: 0 auto;
}

.selectItem {
    width: 200px;
    max-width: 25%;
    margin: 2%;
    margin-top: 20px;
}

    .selectItem:hover {
        transform: scale(1.05);
        cursor: pointer;
    }

    .selectItem.unClickable {
        transform: scale(.98);
        filter: grayscale(0.80);
        pointer-events: none;
        margin: 0;
    }

.gamePopup {
    width: 100%;
    display: block;
    padding: 30px 0px;
    box-sizing: border-box;
    z-index: 11;
}

.gameOverlay {
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: var(--shadow);
    backdrop-filter: blur(6px);
    z-index: 10;
    align-items: center;
    display: flex;
}

    .gameOverlay.landing {
        align-items: normal;
    }

    .gameOverlay i.closePopup {
        position: fixed;
        top: .75em;
        right: .75em;
        opacity: .9;
        cursor: pointer;
    }

        .gameOverlay i.closePopup:hover {
            opacity: 1;
        }





/*Link Colors*/
a {
    text-decoration: underline;
}
/*Required Field Colors*/
.requiredField {
    vertical-align: top;
}

.regBox .rulesRead a:hover {
    opacity: .80;
}








table {
    border-collapse: collapse;
}

    table, tbody, table td, table tr {
        border: none;
        border-spacing: 0px;
    }

iframe.ifrmLogin {
    width: 210px;
    height: 90px;
    overflow: hidden;
    border: none;
}

a.skip {
    padding: 0 0.5em;
    display: inline;
    z-index: 2;
    text-decoration: none;
    position: absolute;
    width: 14em;
    left: -200em;
    color: #d60000;
}

    a.skip:focus, a.skip:active {
        position: absolute;
        left: 0.5em;
    }


/*.formview1, #aspnetForm {width:99%;border:solid 1 blue;}*/
/*table.formview1 td{padding:0px;}*/
table.formview1 {
    margin: auto;
}

img.imgLanding {
    max-width: 100%;
}

.instructionsArea, .regBox {
    /*height:730px;*/
    box-sizing: border-box;
}

.instructionsArea {
    max-width: 550px;
    float: left;
    line-height: 0;
}

.regBox {
    width: 460px;
    float: left;
    background-image: none !important;
}




.playOptions {
    margin: 15px auto;
}


.landingBTN {
    width: 30%;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 20px;
    margin: 1%;
}

    .landingBTN .buttonSmall {
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
    }

.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;
}

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="checkbox"] {
    width: 14px;
    height: 14px;
}

#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, #ctl00_ContentPlaceHolder1_FormView1_ddlState, #ctl00_ContentPlaceHolder1_FormView1_ddlState1, #ctl00_ContentPlaceHolder1_FormView1_ddlState2, select, input[type=select], #ctl00_ContentPlaceHolder1_FormView1_ddlState, #ctl00_ContentPlaceHolder1_FormView1_ddlState1, #ctl00_ContentPlaceHolder1_FormView1_ddlState2, .dobmm, .dobdd, .dobyy {
    border-radius: 4px;
}

.optinAnswer12 tr {
    margin-bottom: 1em;
    display: inline-block;
}

    .optinAnswer12 tr:last-of-type {
        margin-bottom: 0;
    }

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, #ctl00_ContentPlaceHolder1_FormView1_ddlState, #ctl00_ContentPlaceHolder1_FormView1_ddlState1, #ctl00_ContentPlaceHolder1_FormView1_ddlState2, .dobmm, .dobdd, .dobyy {
    background-color: #fff;
    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, #ctl00_ContentPlaceHolder1_FormView1_ddlState2, 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.2);
            border-bottom: solid 1px rgba(0,0,0,0.2);
        }

            input[type=text]:hover, textarea:hover, #ctl00_ContentPlaceHolder1_FormView1_ddlState:hover, #ctl00_ContentPlaceHolder1_FormView1_ddlState1:hover, #ctl00_ContentPlaceHolder1_FormView1_ddlState2:hover, .dobmm:hover, .dobdd:hover, .dobyy:hover, select:hover {
                border-color: var(--primary);
                background-color: #f5f7f8;
            }

            input[type=text]:focus, textarea:focus, #ctl00_ContentPlaceHolder1_FormView1_ddlState:focus, #ctl00_ContentPlaceHolder1_FormView1_ddlState1:focus, #ctl00_ContentPlaceHolder1_FormView1_ddlState2:focus, .dobmm:focus, .dobdd:focus, .dobyy:focus {
                border-color: var(--primary) !important;
            }

.frmfld label, #ctl00_ContentPlaceHolder1_FormView1_ddlState, #ctl00_ContentPlaceHolder1_FormView1_ddlState1, #ctl00_ContentPlaceHolder1_FormView1_ddlState2, .dobmm, .dobdd, .dobyy {
    color: #111;
}



.frmfld input[type=select].errorHighlight, .frmfld input[type=text].errorHighlight, .frmflda input[type=select].errorHighlight {
    border-bottom: solid 1px red !important;
    background-color: #fff;
}

input[type=text] {
    width: 205px;
}

.frmfld label {
    position: absolute;
    padding-top: 12px;
    left: 5px;
    cursor: text;
    display: inline-block !important;
    opacity: 1 !important;
    /*letter-spacing:.025em;*/
    pointer-events: none;
}

    .frmfld label.labelFocused {
        padding-top: 3px;
        left: 5px;
    }


#ctl00_ContentPlaceHolder1_FormView1_ddlState, #ctl00_ContentPlaceHolder1_FormView1_ddlState1, #ctl00_ContentPlaceHolder1_FormView1_ddlState2 {
    width: 205px;
    height: 40px;
    padding: 1px 0 1px 0;
    margin-top: 0px;
}

.dob br {
    display: none;
}


#ctl00_ContentPlaceHolder1_FormView1_ddlState, #ctl00_ContentPlaceHolder1_FormView1_ddlState1, #ctl00_ContentPlaceHolder1_FormView1_ddlState2, .frmfld label, .dob label, .dobmm, .dobdd, .dobyy, select, input {
    letter-spacing: .03em;
}


.dob label, .dobmm, .dobdd, .dobyy {
    padding: 1px 0px 1px 0px !important;
    line-height: 18px;
    height: 40px;
    vertical-align: middle;
    /*margin:2px 0;*/
    /*margin:0px 0px 3px 1px;*/
}

.dobmm, .dobdd {
    margin-right: 5px;
}

select, input[type=select], #ctl00_ContentPlaceHolder1_FormView1_ddlState, #ctl00_ContentPlaceHolder1_FormView1_ddlState1, #ctl00_ContentPlaceHolder1_FormView1_ddlState2, .dobmm, .dobdd, .dobyy {
    line-height: 18px;
    outline: 0;
}



.dobmm {
    width: 50px;
}

.dobdd {
    width: 50px;
}

.dobyy {
    width: 50px;
}

select option {
    background-color: #fff;
    color: #111;
    font-family: calibri, Arial, Helvetica, sans-serif;
}






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;
}

.thx_SocialColumn {
    background-color: #fff;
}

.captcha {
    border: solid 1px #868686;
    background-color: #fff;
    color: #000;
    width: 330px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
}

    .captcha input {
        width: 60px;
    }

.captchaDiv {
    margin-top: 5px
}

.grecaptcha-badge {
    z-index: 100;
}

a.footerLink {
    color: #f6f6f6;
}

.RadioButtonWidth label {
    margin: 0 20px 0 5px;
}


.notRequiredField {
    padding-right: 3px;
}

.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: justify;
    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;
}

img.regTopRound {
    /*    height:24px;*/

    visibility: hidden;
    display: none;
}

img.regBottomRound {
    visibility: hidden;
    display: none;
}

div.disclaimerText {
    margin: 1em auto;
    font-size: 13px;
    max-width: 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;
    opacity: .70;
    z-index: 1;
    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;
}



/*
.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;
}



.frmfld {
    position: relative;
    padding-top: 15px;
}

    .frmfld br {
        display: none;
    }



    .frmfld label, .colLeft label, .colRight label {
        font-weight: bold;
    }




#divVidUploaded, #divImgUploaded {
    border: 1px solid #205527;
    border-radius: 8px;
    margin: 1em auto;
    padding: 1em;
    box-sizing: border-box;
    max-width: 80%;
}


img.imgUploaded {
    max-width: 200px !important;
    max-height: 200px !important;
}



/*icons*/


.topNavOuter .fa, .topNavOuter .far, .topNavOuter .fas, .topNavOuter .fab {
    /*margin:3px;*/
    vertical-align: middle;
    margin-bottom: .1em;
}

.fa-lg {
    margin: 0px 3px 0px 0px;
}

.topNavFollow .fa-lg {
    margin: 0px;
}

/*large icons*/
.fa-3x {
    margin: 0px 3px 0px 0px;
}


.topNavOuter {
    position: fixed;
    top: 0px;
    width: 100%;
    height: auto;
}

.topNavOuter, .hknFooter {
    z-index: 2;
}

.topNav {
    z-index: 100;
    vertical-align: text-bottom;
}

.topNavFollow svg, .rightLinks svg, .topNavLinks svg {
    width: 1.11em;
    margin: 0px .2em;
    height: auto;
    vertical-align: middle;
}

.topNavLinks {
    text-align: left;
    padding: 10px 0px;
    margin-left: 4px;
    margin-right: 13px;
    vertical-align: text-bottom;
    float: left;
}

.topNavFollow {
    margin: 0px 1px;
    padding: 10px 0px;
    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 a {
    display: block;
    line-height: 25px;
    color: var(--blue);
    padding: 0px;
    padding-left: 5px;
    padding-bottom: 2px;
    border-radius: 0px;
}

.menu ul.dropit-submenu-left::before, .menu ul.dropit-submenu-right::before {
    z-index: -1;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
}

.menu ul.dropit-submenu-left::before {
    top: -10px;
    left: 0px;
    border-left: solid 0px transparent;
    border-right: solid 16px transparent;
}

.menu ul.dropit-submenu-right::before {
    top: -10px;
    right: 0px;
    border-left: solid 16px transparent;
    border-right: solid 0px transparent;
}

.menu ul {
    display: none;
}
    /* Hide before plugin loads */
    .menu ul.dropit-submenu {
        padding: 4px;
        margin: 27px 2px 0 2px;
        border-radius: 6px;
    }

    .menu ul.dropit-submenu-left {
        border-top-left-radius: 0px;
    }

    .menu ul.dropit-submenu-right {
        border-top-right-radius: 0px;
    }

.dropit .dropit-submenu-left {
    left: 6px; /* dropdown left or right */
}

.dropit .dropit-submenu-right {
    right: 6px; /* dropdown left or right */
}

.shareLink ul.dropit-submenu {
    padding: 7px;
}

.dropit .dropit-submenu li a {
    padding: .4em;
    box-sizing: border-box;
}

.dropit .dropit-submenu li a {
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

.dropit .dropit-submenu li:last-of-type a {
    border-bottom: 0;
}

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: 170px;
        list-style: none;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }

    .dropit .dropit-open .dropit-submenu {
        display: block;
    }

.share-button {
    float: left;
}

.hidden, .showInIframe, .hdnTB, #ctl00_ContentPlaceHolder1_FormView1_GuessBox_WinningList_10_V2_Items {
    display: none;
}

h1 {
    font-weight: normal !important;
}

sup {
    font-size: .5em;
    line-height: .5em;
}

    sup.small {
        font-size: .2em;
        vertical-align: text-top;
        line-height: 4em;
    }

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: none !important;
}

.hidden, .showInIframe, .hdnTB, #ctl00_ContentPlaceHolder1_FormView1_GuessBox_WinningList_10_V2_Items {
    display: none;
}


.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 rgba(255,255,255,0.7);
    }

        .hknFooter .footerLink:hover {
            text-decoration: underline;
        }

        .hknFooter .footerLink:last-child {
            border-right: 0px;
        }


/*send magnific popup to top of page, limit height, and scroll through overflow content - good for iFrames*/
.mfp-iframe-holder .mfp-content {
    max-height: 90vh;
}

.mfp-content {
    vertical-align: top !important;
    margin-top: 8vw !important;
}

.mfp-iframe-scaler iframe {
    overflow: scroll;
}

.mfp-close {
    cursor: pointer !important;
}



.buttonBig, .buttonBig:hover, input[type=text]:focus, textarea:focus, #ctl00_ContentPlaceHolder1_FormView1_ddlState:focus, #ctl00_ContentPlaceHolder1_FormView1_ddlState1:focus, #ctl00_ContentPlaceHolder1_FormView1_ddlState2:focus, .dobmm:focus, .dobdd:focus, .dobyy:focus, .menu ul.dropit-submenu a:hover, li.dropit-open > a, .buttonSmall, .frmfld label.labelFocused, .topNavLinks a, .topNavFollow a, .selectItem, .photos-wrapper:hover img {
    transition: all 0.1s ease-in;
}

/*hide screen-reader content*/
.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


@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: 'Dos Equis';
    src: url('/cdn/media/fonts/DosEquis.eot');
    src: url('/cdn/media/fonts/DosEquis.eot?#iefix') format('embedded-opentype'), url('/cdn/media/fonts/DosEquis.woff2') format('woff2'), url('/cdn/media/fonts/DosEquis.woff') format('woff'), url('/cdn/media/fonts/DosEquis.ttf') format('truetype'), url('/cdn/media/fonts/DosEquis.svg#DosEquis') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IndustryMedium';
    src: url('/cdn/media/fonts/Industry-Medium.eot');
    src: url('/cdn/media/fonts/Industry-Medium.eot?#iefix') format('embedded-opentype'), url('/cdn/media/fonts/Industry-Medium.woff2') format('woff2'), url('/cdn/media/fonts/Industry-Medium.woff') format('woff'), url('/cdn/media/fonts/Industry-Medium.ttf') format('truetype'), url('/cdn/media/fonts/Industry-Medium.svg#Industry-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Absolut Headline';
    src: url('/cdn/media/fonts/AbsolutHeadline.eot');
    src: url('/cdn/media/fonts/AbsolutHeadline.eot?#iefix') format('embedded-opentype'), url('/cdn/media/fonts/AbsolutHeadline.woff2') format('woff2'), url('/cdn/media/fonts/AbsolutHeadline.woff') format('woff'), url('/cdn/media/fonts/AbsolutHeadline.ttf') format('truetype'), url('/cdn/media/fonts/AbsolutHeadline.svg#AbsolutHeadline') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}








/* Top Down version*/

.instructionsArea {
    max-width: 793px;
    float: none;
}

.regBox {
    width: 793px;
    float: none;
}

.totalWidth, .topNav, .playOptions {
    /*width:1010px;*/
    margin: 0 auto;
}

.totalWidth, .playOptions {
    width: 793px;
}

.regOptions {
    width: 555px;
}


input[type=text], #ctl00_ContentPlaceHolder1_FormView1_ddlState, #ctl00_ContentPlaceHolder1_FormView1_ddlState1, #ctl00_ContentPlaceHolder1_FormView1_ddlState2 {
    width: 265px;
}


.dobmm, .dobdd, .dobyy {
    width: 65px;
}

div.colLeft, div.colRight {
    padding-top: 11px;
}

.optinQuestion1, .optinQuestion2, .optinQuestion3, .optinQuestion4, .optinQuestion5, .optinQuestion6, .optinQuestion7, .optinQuestion8, .optinQuestion9, .optinQuestion10, .optinQuestion11, .optinQuestion12, .optinQuestionGender, .rulesRead, .subscription1, .subscription2 {
    padding-top: 35px;
}



/* HKN Green Colored top nav and footer
.topNavOuter, .hknFooter {
    background: #0000 linear-gradient(90deg,#005d1f 0,#277816 50%,#005d1f) 0 0 no-repeat padding-box;
}
li.dropit-open > a {
    color: #fff !important;
}
.menu ul.dropit-submenu::before {
    border-bottom: solid 15px #277816;
}
.menu ul.dropit-submenu {
    background-color:#277816;
} 
.menu ul.dropit-submenu a:hover {
    background: #111;
    color:#fff;
}
@media only screen and (max-width: 1000px) {
    .menulink.showInIframe {
        margin-left:75px;
    }
}
.topNav {
    max-width:793px;
}
*/










/* Visually Hides the <h1> Tag that must be on sites that adhear to WCAG
h1.accessibility-text-hidden {
    font-size: 0;
    width: 1px;
    height: 1px;
    display: inline-block;
    overflow: hidden;
    position: absolute!important;
    border: 0!important;
    padding: 0!important;
    margin: 0!important;
    clip: rect(1px,1px,1px,1px);
}*/




/*
@media only screen and (max-width: 1200px) {
}
*/




/* error validation */
.CustomValidatorCalloutStyle div,
.CustomValidatorCalloutStyle td,
.errorBox,
.ajax__validatorcallout_popup_table .ajax__validatorcallout_popup_table_row td, .validationSummaryTAF {
    background-color: #c62027;
    color: #fff;
}

input[type=text].errorHighlight, input[type=select].errorHighlight, .errorHighlight, select.errorHighlight, input.errorHighlight, #ctl00_ContentPlaceHolder1_FormView1_ddlState.errorHighlight, #ctl00_ContentPlaceHolder1_FormView1_ddlState1.errorHighlight, #ctl00_ContentPlaceHolder1_FormView1_ddlState2.errorHighlight {
    border: solid 1px #c62027;
}

.errorBox, .errorBox a {
    color: #fff;
}

.errorBox {
    border-width: 0px;
    border-style: solid;
    padding: 3px;
    text-align: left;
    z-index: 1000;
    position: relative;
    width: 95%;
    margin: 2em auto 1em;
    box-shadow: 0.15em 0.15em 0.4em rgb(0 0 0 / 25%);
    padding: 15px;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
}

    .errorBox .errorHeader {
        max-width: 90%;
    }

    .errorBox .errorBG {
        font-size: 200px;
        position: absolute;
        right: -30px;
        top: -50px;
        display: block;
        pointer-events: none;
        color: #e1262e;
        z-index: -1;
    }

    .errorBox .errorIcon {
        position: absolute;
        top: .75em;
        right: .75em;
    }

.ajax__validatorcallout_popup_table .ajax__validatorcallout_popup_table_row td:nth-child(2) {
    border-radius: 8px 0px 0px 8px;
}

.ajax__validatorcallout_popup_table .ajax__validatorcallout_popup_table_row td:last-child {
    border-radius: 0px 8px 8px 0px;
    overflow: hidden;
}

.ajax__validatorcallout_error_message_cell {
    /*font-size: 12px !important;
    padding: 8px !important;*/
}

#ctl00_ContentPlaceHolder1_FormView1_ValidationSummary2 {
    /*color:#000;*/
}

.errorBox ul {
    list-style-type: disc;
    padding: 0;
    padding-top: 1em;
}

.errorBox li {
    padding-top: .25em;
    margin-left: .5em;
}

    .errorBox li:first-child {
        padding-top: 0;
    }

.validationSummary {
    /*max-width:400px;*/
}

.validationSummaryTAF {
    width: 500px;
    max-width: 80vw;
    padding: 20px;
    box-sizing: border-box;
    margin: 1em auto;
    background-color: #c62027;
    color: #fff !important;
}

/*Error Box styling*/
div.colLeft, div.colRight, .rulesRead, .subscription1, .subscription2, .optinQuestion1, .optinQuestion2, .optinQuestion3, .optinQuestion4, .optinQuestion5, .optinQuestion6, .questionEssay, .optinQuestion7, .optinQuestion8, .optinQuestion9, .optinQuestion10, .optinQuestion11, .optinQuestion12, .optinQuestionGender, .joinField {
    position: relative;
}

.ajax__validatorcallout_popup_table {
    left: 0px !important;
    top: -40px !important;
    line-height: initial;
}

.rulesRead .ajax__validatorcallout_popup_table, #ctl00_ContentPlaceHolder1_vceFriendsCodeTextBox_popupTable {
    top: -60px !important;
}

#ctl00_ContentPlaceHolder1_FormView1_vcerfvEssay_popupTable {
    top: -75px !important;
}

#ctl00_ContentPlaceHolder1_FormView1_vceQuestion3_popupTable, #ctl00_ContentPlaceHolder1_FormView1_vceQuestion6_popupTable, #ctl00_ContentPlaceHolder1_FormView1_vceQuestion9_popupTable {
    top: auto !important;
    bottom: 0em;
    width: 99%;
}

#ctl00_ContentPlaceHolder1_FormView1_vcecvcheckboxPernodRicard_popupTable {
    top: -100px !important;
}

.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;*/
    box-sizing: border-box;
    padding: 0 !important;
    width: auto !important;
}

    .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv img {
        vertical-align: top;
        margin-top: 5px;
        margin-right: 5px;
    }

.photos-wrapper * {
    color: #111 !important;
}

.photos-wrapper {
    background-color: rgba(255,255,255,0.8);
}

.photos-wrapper {
    background-color: #fff !important;
    border-radius: 8px;
}

    .photos-wrapper:hover img {
        transform: scale(1.01);
    }

.white {
    color: #fff;
}

.black {
    color: #000;
}

.dB {
    display: block;
}


.titler {
    font-size: 4em;
}

.title {
    font-size: 3em;
}

.largest {
    font-size: 2.75em;
}

.larger {
    font-size: 2.5em;
}

.large {
    font-size: 2em;
}

.med {
    font-size: 1.5em;
}

.nudge {
    font-size: 1.25em;
}

.small {
    font-size: .75em;
}

.smaller {
    font-size: .55em;
}

.smallest {
    font-size: .4em;
}

.titler, .title, .large, .larger, .largest, .med, .nudge, .small, .smaller, .smallest {
    line-height: 1em;
}

.lessSpacing {
    letter-spacing: -.1em;
}

.moreSpacing {
    letter-spacing: .025em;
}

.lessHeight {
    line-height: .8em;
}

.moreHeight {
    line-height: 1.25em;
}

.space0 {
    height: .5em;
}

.space1 {
    height: 1em;
}

.space2 {
    height: 2em;
}

.space3 {
    height: 3em;
}

.space4 {
    height: 4em;
}

.space5 {
    height: 5em;
}

.space6 {
    height: 6em;
}

.space7 {
    height: 7em;
}

.space8 {
    height: 8em;
}

.space9 {
    height: 9em;
}




.block {
    display: block;
}

.inlineBlock {
    display: inline-block;
    vertical-align: top;
    line-height: 1em;
}

.unClickable {
    pointer-events: none;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.noMargin {
    margin: 0 auto !important;
}


.vAlignTop {
    vertical-align: top;
}

.vAlignMiddle {
    vertical-align: middle;
}

.vAlignBottom {
    vertical-align: text-bottom;
}

.alignLeft {
    text-align: left;
}

.alignCenter {
    text-align: center;
}

.alignRight {
    text-align: right;
}

.justify {
    text-align: justify;
}

.bal {
    text-wrap: balance;
}

#ctl00_ContentPlaceHolder1_FormView1_vceQuestion12_popupTable,
#ctl00_ContentPlaceHolder1_FormView1_vceQuestion11_popupTable,
#ctl00_ContentPlaceHolder1_FormView1_vceQuestion10_popupTable {
    width: 99%;
    position: relative !important;
    top: -209px !important;
}

#ctl00_ContentPlaceHolder1_FormView1_vceQuestion3_popupTable,
#ctl00_ContentPlaceHolder1_FormView1_vceQuestion6_popupTable,
#ctl00_ContentPlaceHolder1_FormView1_vceQuestion9_popupTable {
    top: auto !important;
    bottom: 0em;
    width: 99%;
}