@font-face {
    font-family: Rifton;
    src: url(../fonts/Rifton-Norm/Rifton-Norm.ttf);
}

body{
    background-color: #000000;
    color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
}
h1, h2, h3, h4, h5{
    color: #FFFFFF;
}
.main-font{
    color: #000000;
}
a:hover, a:focus {
    color: #000;
}
.error{
    color: #f41a27;
    font-weight: 600;
}
.list-cont{
    max-width: 320px;
    margin: auto;
}
.main-btn {
    font-size: 20px;
    width: 100%;
    max-width: 320px;
    padding: 0.65em 1em;
    background: #FFFFFF;
    color: #000000;
}

.main-btn:hover, .main-btn:focus {
    background: #FFFFFF;
    color: #000000;
}
.home-btn {
    font-size: 31px;
    background: #FFFFFF;
    color: #000000;
    padding: 15px 25px;
    font-family: Rifton;
}
.main-font-fm{
    font-family: Rifton;
}
.home-btn:hover, .home-btn:focus{
    background: #FFFFFF;
    color: #000000;
}
.head-products-section {
    margin: 0px auto;
    padding: 0 15px;
}
.color-white{
    color: #FFFFFF;
}
.color-yellow{
    color:#2f80ed;
}
.color-black{
    color:#000000;
}
.color-red{
    color:red;
}

strong, b {
    font-weight: bold;
    line-height: inherit;
}
.gif-icon{
    max-width: 150px;
    margin: auto;
    margin-top: 20px;
}
a{
    color: #000;
}
.header-section{
    width: 100%;
}
.header-section>div{
    width: 100%;
    margin: auto;
}
.text-uppercase{
    text-transform: uppercase;
}
.text-underline{
    text-decoration: underline;
}
.info-container{
    max-width: 820px;
}
.first-footer-row a{
    padding:7px 4px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}
.second-footer-row a, .second-footer-row li {
    padding: 7px 4px;
    color: #ffffff;
    text-transform: uppercase;
}
.head-title h1{
    margin: 0;
    line-height: 1.2;
}
.language-selector {
    position: absolute;
    top: 0;
    right: 4%;
}
div#timer {
    font-size: 130px;
    font-weight: 500;
    text-align: center;
}
.timer-section h3{
    margin: 0;
    font-weight: 600;
    margin-bottom: -20px;
}
.labels-timer{
    display: flex;
    justify-content: space-between;
    max-width: 760px;
    margin: auto;
}
.labels-timer h3 {
    width: 33%;
}
.timer-section {
    margin: 80px;
}
.language-selector__list{
    font-size: 26px;
    height: auto;
    padding: 0.5rem 1.6rem 0.5rem 1.2rem;
    border: none;
    color: #00a5e5;
    box-shadow: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill:rgb%280%2C165%2C229%29'></polygon></svg>");
}
.input-section {
    margin-top: 0%;
    margin-bottom: 50px;
}
.font-md{
    font-size: 23px;
}
.red-box-section a{
    line-height: 1.5;
    color: #fff;
}
.red-box-section p{
    line-height: 1.5;
    color: #fff;
    margin: 0.5rem 0;
    cursor: pointer;
}
.instructions-container {
    margin-top: 120px;
}
.red-box-section {
    background: #c21523;
    border-radius: 7px;
    -webkit-box-shadow: 0px 1px 3px 0px black;
    box-shadow: 0px 1px 3px 0px black;
    color: #fff;
    width: 100%;
    text-align: center;

    padding: 6px 10px;
    max-width: 351px;
    line-height: 1.5;
    cursor: pointer;
    border: 3px solid transparent;
}
.red-box-section.active {
    border: 3px solid #000;
}
.flex-column-center{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.flex-products {
    margin: 25px auto;
}
.flex-products {
    margin: 25px auto;
    display: flex;
    justify-content: space-between;
    max-width: 780px;
}
a.button.large.button-primary {
    font-size: 2.65rem;
    background-color: #303131;
    color: #f3b6cb;
    margin-bottom: 6rem;
    padding: 0.85em 1.3em;
    font-weight: 900;
    height: auto;
}
.home-step>h2{
    margin-bottom: 15px;
    margin-top: 15px;
    background-image: url('../images/footer_back.jpg');
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 3.4em;
    background-size: contain;
    background-repeat: no-repeat;
    font-family: Rifton;
}

.home-step {
    position: relative;
    width: 33%;
    padding: 0 3%;
}
.home-steps img {
    max-height: 290px;
    margin-bottom: 15px;
}

#captcha_error{
    color:red;
}
.button.medium.button-primary {
    font-size: 1.85rem;
    background-color: #303131;
    color: #f3b6cb;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 90px;
    padding-left: 90px;
    font-weight: 900;
    height: auto;
    letter-spacing: 1px;
}
input#code, .cell input, .cell select{
    /*text-align: center;*/
    /*height: 53px;*/
    /*font-size: 24px;*/
    /*border: 1px solid #939598;*/
}

.smaller-text{
    font-weight: 600;
}
.footer {
    margin-top: 14%;
    background: #000000;

}
.footer-bg{
    background-image: url("../images/footer_back.jpg");
}
.footer-page, .footer-home {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
}
.bottom-text{
    max-width: 90%;
    margin: 25px auto;
}
.head-title {
    margin-top: 30px;
    margin-bottom: 50px;
}
.submit-wrapper {
    width: 100%;
}
input.btn-submit{
    height: 53px;
    font-size: 20px;
    color: #fff;
    background: #000000;
    border: 0;
    cursor: pointer;
    margin-left: 10px;
    width: 100%;
    max-width: 320px;
    margin: auto;
    display: block;
    padding: 1% 6%;
    font-weight: 600;
}
.steps-info-title {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 17.3%;
    color: #00A5E5;
    font-size: 30px;
}
.product-items-select select {
    max-width: 95px;
    margin: auto;
    display: block;
}
.product-items-select {
    margin-bottom: 10px;
    text-align: center;
}
button.btn-submit{
    height: 53px;
    font-size: 20px;
    padding: 0 3%;
    color: #fff;
    background: #00a5e5;
    border: 0;
    cursor: pointer;
    margin-left: 10px;
    max-width: 350px;
    margin: auto;
    display: block;
    border-radius: 7px;
}
.hidden{
    display: none;
}
input.btn-submit--regist{
    background: #000000;
    max-width: 270px;
}
.change-box{
    cursor: pointer;
    color: #FFFFFF;
    margin: 0.7em 0 1em;
    text-decoration: underline;
    font-weight: 600;
    font-size: 16px;
}
.box-body--method {
    border: 2px solid transparent;
    padding: 2px;
    cursor: pointer;
    width: 100%;
}
.buttons-sections {
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttons-sections > div {
    width: 35%;
}
.buttons-sections > div > h3 {
    margin-bottom: 25px;
}
.box-body--method.active {
    border: 2px solid #939598;
}
.next-btn{
    font-size: 20px;
text-transform: uppercase;
    color: #fff;
    background: #000000;
    border: 0;
    cursor: pointer;
    margin-left: 10px;
    max-width: 230px;
    width: 100%;
    margin: auto;
    display: block;
    font-weight: 600;
    padding: 0;
}
.next-btn a{
    color: #fff;
    width: 100%;
    display: block;
    padding: 0.85em 1em;
}
.next-btn:hover, .next-btn:focus{
    background: #000000;
    opacity: 0.9;
}
.info-contest-section {
    padding-top: 10px;
    margin-top: 60px;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}
#codeError {
    margin-bottom: 10px;
    font-size: 17px;
    color: red;
}
.cell.small-12.smallText {
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 5px;
}
input#payment_method_mail, input#payment_method_paypal {
    height: auto;
    transform: scale(1.5);
    margin-left: 15px;
    margin-top: 12px;
}
.payment-method-section label{
    font-size: 18px;
}
.axe-logo img, .walmart-logo img{
    padding: 0 40px;
}
select#state {
    font-size: 18px;
}
.first-footer-row li:last-child a:after{
 display: none;
}
.enjoy-text, .small-container {
    max-width: 100%;
    padding: 0 15px;
    margin: 3% auto;
}
.warning {
    color: red;
    margin-top: -10px;
}
.box-body{
    color:#fff;
    position: relative;
}
.box-instr {
    padding: 20px 20px 0;
}
.receipts-boxes .box-instr {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
}
.change-box-redeem {
    cursor: pointer;
    text-decoration: underline;
    margin: 0.7em 0 1em;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 30px;
}
.steps-info{
    position: absolute;
    width: 100%;
    top: 29.3%;
    padding: 0 15px;
    font-size: 15px;
}
.box-image {
    border-bottom: 3px solid #FFF;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.box-title {
    padding:15px;
    background: #fff;
}
.box-title h2{
    margin: 0;
}
.box-title h2:before {
    font-size: 23px;
    background: #000;
    color: #fff;
    height: 30px;
    width: 30px;
    content: "1";
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    vertical-align: middle;
    margin-bottom: 0.5rem;
}
.upload-box-title h2:before{
    content: '2';
}
.receive-box-title h2:before{
    content: '3';
}
.instr-heading{
    border-bottom: 2px solid #2EB3AE;
    padding-bottom: 2%;
}
input.bigText {
    padding: 0.8% 12.6%;
    height: 60px;
    font-size: 20px;
    color: #fff;
    background: #c21523;
    border: 0;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 1px 3px 0px black;
    box-shadow: 0px 1px 3px 0px black;
}
input.bigText:hover, input.bigText:focus{
    background: #c21523;
}
button#fileSelect {
    background: #fff;
    border-radius: 0;
    width: 100%;
    color: #505c67;
    margin-top: 15px;
    border: 1px solid #505c67;
}
.footer-info {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
}
.home-step>h5{
    max-width: 320px;
    margin: auto;
}
.menu-sections {
    width: 100%;
}
.second-footer-row {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.first-footer-row {
    margin-bottom: 20px;
}
.bg-gray{
    background: #FFFFFF;
    background-image: url("../images/gradient_line.jpg.jpg");
    background-repeat: no-repeat;
    margin-bottom: 30px;
    padding-top: 45px;
    background-position: top;
    background-size: 100% 20px;
}
.page-container {
    margin-top: 50px;
}
h1, h2, h3, h4, .h4 {
    line-height: 1.2;
}
.age-form-container {
    margin-top: 40px;
}
.form-wrapper {
    display: flex;
    max-width: 400px;
    width: 100%;
    margin: 10px auto;
    background: #f3b6cb;
}
.form-wrapper select {
    border: none;
    background: transparent;
    padding: 0;
    height: 4.6rem;
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0;
    width: 100%;
    text-align-last: center;
    margin-top: 15px;
    border-right: 3px solid;
    margin-bottom: 15px;
}
.form-wrapper select>option {
    font-size: 1.8rem;
    font-weight: 600;
}
.first-footer-row a:after {
    content: "|";
    padding-left: 9px;
    display: inline-block;
}
.first-footer-row li:last-child a:after{
    opacity: 0;
}
.form-wrapper select:last-child {
    border: none;
}
span.num-span {
    width: 15px;
    height: 15px;
    padding: 2px 4.3px;
    background: #000000;
    color: #fff;
    margin-right: 4px;
    border-radius: 50%;
    font-size: 9px;
}
.flex-receipt-note{
    display: flex;
    align-items: flex-start;
}
.flex-receipt-note>img{
    max-width: 35px;
    margin-right: 10px;
}
.bg-cont {
    background: #ccecfb;
    border: 4px solid #000;
    border-radius: 6px;
    padding: 40px;
    margin-bottom: 60px;
}
.right-upload-form{
    color: #fff;
}
.box-body--receipt {
    padding: 20px 30px;
    margin-left: 30px;
    color: #000000;
    background: #e4e4e4;
    border-top: 7px solid #333333;
}
.upload-section-register {
    background-image: none;
    padding: 20px 15px;
    color: #000000;
}
.payment-methods {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.img-upload {
    text-align: center;
    background: #fff;
    padding: 20px;
    border: 3px solid #000;
    border-radius: 6px;
}
.img-upload img {
    max-width: 150px;
}
.payment-methods div {
    cursor: pointer;
    padding: 0 15px;
}
.via-mail label {
    font-size: 19px;
    margin-right: 40px;
}
.via-venmo label {
    font-size: 19px;
}
select#product-count {
    font-size: 17px;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.logos-cont>div{
    margin: 15px;
}
.enjoy-bg-cont {
    padding: 45px 24%;
}
.logos-cont{
    margin: auto;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 440px;
}
body.lang-es .cell.small-12.smallText {
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
}

.head-box-title h2{
    margin: 23px 0 12px;
    color: #de6627;
}
.receipts-text {
    font-size: 14.5px;
}
.box-desc h5{
    font-weight: bold;
}
img.number-img{
    display: block;
    margin: auto;
    margin-bottom: 30px;
}
.main-font-number > span {
    width: 30px;
    height: 28px;
    padding: 2px 4.3px;
    background: #DE6328;
    color: #fff;
    margin-right: 4px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    display: inline-block;
}
.bg-gray-inner{
    max-width: 350px;
    width: 100%;
    margin: auto;
    font-weight: 700;
    font-size: 18px;
}
.bg-gray-inner h4{
    margin-bottom: 25px;
}
.bg-gray-inner h5{
   color: #949494;
}
.light-gray{
    padding: 15px;
}
.checkboxes-section{
    max-width: 620px;
    margin: auto;
    display: block;
    color: #000;
    padding: 0 15px;
}
input#terms, input#newsletter {
    margin: 0;
}
.error-input {
    border: 2px solid red;
}
.redeem-bg-cont>h3{
    margin-bottom: 30px;
}
.box-instr{
    display: flex;
}
.step-desc{
    font-weight: 600;
}
.content-section > h2 {
    font-weight: 600;
    color: #fff;
}
.redeem-bg-cont {
    padding-bottom: 50px;
}
.number-section > p{
    width: 50px;
    height: 50px;
    background: #000;
    font-size: 31px;
    font-weight: 600;
    border-radius: 100%;
}
.home-bg-cont{
    margin-bottom: 45px;
}
.p-0{
    padding: 0;
}
.content-section a{
    color: #FFFFFF;
    text-decoration: underline;
}
.content-section p{
    line-height: 1.4;
}
.receipts-boxes {
    margin-top: 15px;
    justify-content: center;
    padding-bottom: 10px;
}
.bottom-text {
    position: relative;
    bottom: 12px;
}
::placeholder {
    /*color: #4c4c4c;*/
    opacity: 1; /* Firefox */
    font-size: 19px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    /*color: #4c4c4c;*/
    font-size: 19px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    /*color: #4c4c4c;*/
    font-size: 19px;
}
.main-fields input, .main-fields select{
    border:1px solid #939598;
    height: 48px;
    font-size: 20px;
}

.input-wrapper {
    padding: 15px 15px 2px;
}
.home-steps {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 45px 0;
}
.terms-section {
    margin: auto;
    margin-bottom: 15px;
}
#uploadErrorText {
    color: #ffffff;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
@media screen and (max-width: 801px) {
    input#code {
        margin-bottom: 7px;
    }
    .submit-wrapper {
        width: 100%;
    }
    .input-section h4{
        margin-bottom: 20px;
    }
    .menu-sections {
        margin: 20px 0;
    }
    h1, .h1 {
        font-size: 1.9rem;
    }
    h2, .h2 {
        font-size: 2.15rem;
    }
    .next-btn {
        font-size: 21px;
    }
    .payment-methods {
        flex-wrap: wrap;
    }
    .payment-methods div {
        margin-bottom: 24px;
    }
}
@media screen and (max-width:1024px){
    .buttons-sections {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    div#timer {
        font-size: 80px;
    }
    .labels-timer h3 {
        width: 33%;
        font-size: 25px;
    }
    .timer-section h3 {
        margin-bottom: -13px;
    }
    .labels-timer {
        max-width: 470px;
    }
    .buttons-sections > div {
        width: 100%;
        margin-bottom: 55px;
    }
}
@media screen and (max-width:670px){
    .first-footer-row li {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .axe-logo img {
        margin-bottom: 30px !important;
    }

    input#zip-valid {
        margin: 0;
    }
    .red-box-section{
        margin-bottom: 20px !important;
    }
    .form-wrapper select {
        font-size: 2rem;
    }
    .box-body--receipt {
        margin-left: 0;
        padding: 20px 15px;
    }
    .receipt-example{
        max-width: 220px;
        margin: auto;
        display: block;
    }
    div#timer {
        font-size: 50px;
    }
    .timer-section {
        margin: 30px 30px 50px;
    }
    .labels-timer h3 {
        width: 33%;
        font-size: 15px;
    }
    .labels-timer {
        max-width: 290px;
    }
    .timer-section h3 {
        margin-bottom: -6px;
    }
    .footer {
        margin-top: 50%;
    }
    span.num-span {
        padding: 2px 6.3px;
        margin-right: 4px;
        border-radius: 50%;
        font-size: 15px;
    }
    .choose-payment-method h2 br {
        display: none;
    }
    .choose-payment-method h2 {
        font-size: 26px;
    }
    .flex-receipt-note>img {
        max-width: 55px;
        margin-right: 10px;
    }
    .upload-bg-cont {
        padding: 40px 20px;
    }
    .change-box {
        padding-left: 0;
    }
    .main-font-number {
        display: flex;
        text-align: left;
    }
    .main-font-number img {
        margin-right: 10px;
    }
    .main-font-number > span {
        width: 41px;
    }
    .flex-products {
        margin: 35px auto;
        display: flex;
        justify-content: center;
        max-width: 780px;
        flex-wrap: wrap;
    }
    .flex-column-center{
        margin: 26px auto;
        width: 100%;
    }
    .home-steps{
        flex-wrap: wrap;
    }
    .home-step {
        width: 100%;
        padding: 0 5.9%;
        margin-bottom: 35px;
    }
    .enjoy-bg-cont {
        padding: 40px 10%;
    }
    .enjoy-bg-cont br{
        display: none;
    }
    .home-bg-cont {
        padding: 10px 0px;
        margin-bottom:0;
    }
    .main-fields {
        margin-top: 0rem;
    }
    .left-upload-form.in-store-left {
        margin-bottom: 2rem;
    }
    .redeem-bg-cont {
        padding: 25px 15px;
    }
    .redeem-bg-cont>h3{
        margin-bottom: 15px;
    }
    .input-wrapper {
        padding: 15px 15px 10px;
    }
    .home-bg-cont>h2 br{
        display: none;
    }
}
@media screen and (max-width:480px){
    .form-wrapper {
        max-width: 340px;
    }
    .button.medium.button-primary {
        padding-right: 60px;
        padding-left: 60px;
    }
}
@media screen and (max-width:340px) {
    .button.medium.button-primary {
        padding-right: 30px;
        padding-left: 30px;
    }
}
