/* staiano update 2023-09-13 */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400 !important;0,700 !important;1,400 !important;1,700&display=swap'); */

body[funnel_id="15"].solid-bg #wrapper,
body[funnel_id="16"].solid-bg #wrapper {
    background: #02412c;
}
body[funnel_id="36"].solid-bg #wrapper {
    background: #960101;
}
body[funnel_id="37"].solid-bg #wrapper {
	background: #ffd35e;
}
body[funnel_id="46"].solid-bg #wrapper {
	background: #18728f;
}

body[data-source^="tiktok"] #wrapper {
    background-color: #004f90;
    background-image: none;
}


/*========================= */
/* GENERAL */
/* ========================= */
*{
	outline:none;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	color:#272525;
	line-height:1.3;
	font-size:15px;
}
a{
	transition:all 0.3s;
	color:#76c700;
}
a:hover{
	color: #000;
}
a, a:hover{
	text-decoration:none;
}
img{
	max-width:100%;
	height:auto;
	vertical-align:text-bottom;
}
h1{
	font-size:54px;
}
h2{
	font-size:48px;
}
h3{
	font-size:36px;
}
h4{
	font-size:24px;
}
h5{
	font-size:20px;
}
h6{
	font-size:16px;
}

h1, h2, h3, h4, h5, h6, ul, p{
	margin-top:0;
	font-weight: normal;
}
h1, h2{
	margin-bottom: 0.5em;
}
h3, h4, h5, h6, ul, p{
	margin-bottom:1em;
}

i, em {
	font-style: italic
}

hr{
	margin:0 auto;
	color: #e4dcd8;
	background-color: #e4dcd8;
	height: 1px;
	border: 0;
	margin-bottom:25px;
}

input.err {
	border: 1px solid #FF0000!important;
}

object {
	display:none;
}

.hideOpt {
	display:none;
}

.btn-fb-login {
    background: #3b5998;
    display: inline-block;
    text-decoration: none;
    width: 105px;
    height: 48px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    line-height: 2.6em;
    border-radius: 8px;
}

.nomargin{
	margin:0 !important;
}
.nopadding{
	padding:0 !important;
}

.landing_wrapper,
.inner_wrapper{
	background:no-repeat center top;
	background-size:cover;
	background-attachment:fixed;
}

.landing_wrapper{
	background-image:url(../images/landing-bg.jpg);
}

.inner_wrapper{
	background-image:url(../images/inner-bg.jpg);
}

#wrapper {
	min-height: 100%;
	margin-bottom: -60px;
	position: relative;
}
.container, .container-smaller{
	width:auto;
	padding:0 15px;
	margin:auto;
}
.container{
	max-width:1100px;
	min-width: 1100px;
}
.container-smaller{
	max-width:850px;
}

.pull-left{
	float:left;
}
.pull-right{
	float:right;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; clear: both; }

.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}

a#skip.arrows {
	margin-top: 40px;
	display: block;
}
/* ========================= */
/* GRID */
/* ========================= */
.row{
	margin-left:-15px;
	margin-right:-15px;
	overflow:hidden;
}

.smaller_row{
	margin-left:-5px;
	margin-right:-5px;
	overflow:hidden;
}

.col-4, .col-8, .col-12, .col-4-xs, .col-8-xs{
	position:relative;
	min-height:1px;
	padding-left:15px;
	padding-right:15px;
	float:left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.smaller_row .col-4,
.smaller_row .col-8,
.smaller_row .col-12,
.smaller_row .col-4-xs,
.smaller_row .col-8-xs{
	padding-left:5px;
	padding-right:5px;
}


.col-4, .col-4-xs{
	width:33.33%;
}
.col-8, .col-8-xs{
	width:66.67%;
}
.col-12{
	width:100%;
}



/* ========================= */
/* HEADER */
/* ========================= */
#header {
	background: #fff;
	padding:7px 0 0;
}
.steps{
	list-style:none;
	padding:15px 0 0;
	margin:0;
	text-align:right;
	width: -moz-calc(100% - 280px);
	width: -webkit-calc(100% - 280px);
	width: -o-calc(100% - 280px);
	width: calc(100% - 280px);
	overflow:hidden;
	font-size:0;
}
.steps li{
	display:inline-block;
	font-size:16px;
	color:#d5d5d5;
	line-height:42px;
	margin:0;
	padding:0 2% 0 2%;
	position:relative;
	overflow:hidden;
}
.steps li:first-child{
	padding-left:0;
}
.steps li:last-child{
	padding-right:0;
}
.steps li.active{
	color:#7cc913;
	background:url(../images/arrow.png) no-repeat left center;
	padding:0 2% 0 4%;
}
.steps em{
	font-size:35px;
	display:inline-block;
	border:1px solid #dff2c4;
	width:42px;
	height:42px;
	text-align:center;
	font-family: 'Avenir Next LT Pro Bold', 'Montserrat', sans-serif;
	float:right;
	font-style:normal;
}
.steps li.active em{
	border-color:#7cc913;
}
.steps span{
	float:right;
	text-transform:uppercase;
	margin-left:15px;
}

.top_links{
	text-align: center;
}
.top_links ul{
	list-style:none;
	padding:0;
	position:relative;
	font-size: 13px;
	margin-bottom: 0;
	display: inline-block;
	background: rgba(0,0,0,0.5);
	padding: 5px 15px;
}
.top_links li{
	display:inline-block;
}

.top_links li + li{
	margin-left:6px;
}
.top_links li + li::before{
	content: "|";
	margin-right:8px;
	color: #fff;
}
.top_links a{
	color: #fff;
}
.top_links a:hover{
	color: #76c700;
}


/* ========================= */
/* CONTENT */
/* ========================= */
#content {
	padding-bottom: 65px;
}

.vertical_content_wrap{
	display:table;
	width:100%;
	height: 84vh;
}
.vertical_content{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}

.content_wrapper{
	background:#fff;
	padding:35px 40px;
	margin:60px auto;
}

.grey_box, .white_box{
	padding:30px;
	border:1px solid #dadada;
	margin-bottom:20px;
}
.grey_box{
	background:#f6f6f6;
}
.ad_box .single_ad {
	margin: 10px 0;
}
.white_box{
	background:#fff;
}

.bordered_head{
	border-bottom:1px solid #dbdbdb;
	margin-bottom:20px;
}

.head_with_sub{
	overflow:hidden;
}

.head_with_sub h1,
.head_with_sub h2{
	float:left;
	line-height:50px;
}
.head_with_sub h1{
	border-right:1px solid #dbdbdb;
	padding-right:20px;
	font-weight: 400;
}
.head_with_sub h2{
	font-size:28px;
	padding-left:20px;
	font-weight: 400;
}
.head_with_instruction h1, .head_with_instruction h2{
	margin-bottom: 15px;
}
.req_field{
	display: block;
	margin-bottom: 15px;
	font-size: 15px;
}
.req_field span {
    color: #76c700;
}
.offer_num{
	line-height:50px;
}
.current_num, .total_num{
}
.current_num{
	color:#76c700;
}
.content_wrapper strong{
	/*color:#76c700;*/
	color: #05461f;
}


/* ========================= */
/* FORM */
/* ========================= */

.form_row{
	margin-bottom:15px;
    clear: both;
}
.form_row::after{
	clear: both;
}

.form_row label, .smaller_row label{
	display:block;
	margin-bottom:4px;
}

.form_row input[type='radio'] + label,
.form_row input[type='checkbox'] + label{
	display:inline-block;
	font-weight:bold;
}

.form_row label span,
.smaller_row label span,
.form_head{
	color:#76c700;
}
.form_head{
	margin: 30px 0 10px;
}

input[type='text'],
input[type='email'],
input[type='password'],
textarea,
select{
	width:100%;
	border:1px solid #cacac9;
	padding:10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}

input[type='submit'],
input[type='button']{
	width:100%;
	max-width: 480px;
	height: 48px;
	background:url('../images/btn_bg.jpg');
	border:3px solid #fff;
	color:#000;
	padding:0 10px;
	cursor:pointer;
	transition:all 0.3s;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 24px;
	margin: auto;
    display: block;
	box-shadow: 0 10px 10px #ddd;
	border-radius: 4px;
}

.big_btn input[type='submit'],
.big_btn input[type='button']{
	height: 56px;
	background:url('../images/big_btn_bg.jpg') center center;
	box-shadow: 0 10px 10px #666;
	font-size: 30px;
	max-width: none;
}

input[type='submit']:hover,
input[type='button']:hover{
	color: #fff;
}
.js-vldtr-error{
	border-color:#76c700 !important;
}
.js-vldtr-alert{
	color:#f00;
	font-size:12px;
}



/* ========================= */
/* LANDING PAGE */
/* ========================= */

.landing_rel{
	position: relative;
	margin-top: 100px;
}
.landing_logo{
	position: absolute;
	top:-70px;
	left: 0;
	right: 0;
	text-align: center;
}

.landing_wrap{
	width:auto;
	max-width:740px;
	border:5px solid #5f5f5f;
	margin:auto;
}
.landing_wrap strong{
	color:#ff9973;
}
.landing_wrap_in{
	background:url(../images/gradient_bg.jpg) repeat-x center bottom #fff;
	border:1px solid #fff;
}
.landing_text{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.landing_title{
	margin: 10px 25px 0;
	background:url(../images/line-3-border.jpg) repeat-x center bottom;
}

.landing_title h1{
	text-align: center;
	font-weight: 800;
	font-size: 56px;
	color: #76c700;
	margin-bottom: 0;
	padding-bottom: 20px;
}

.landing_text{
	padding:15px 50px 30px;
	border-left:1px solid #cec0b7;
}

.landing_text h3{
	font-size:30px;
	font-weight: 800;
	margin-bottom:0;
	text-align: center;
}
.landing_timer{
	font-size:50px;
	font-weight: 800;
	text-align: center;
	line-height: inherit;
}

.landing_email{
	/*padding:5px 0 20px 0;	*/
    padding: 5px 0 0px 0;
}


.email_div{
	/*width: 100%;*/
	/*float:left;*/
	text-align: center;
	margin:10px 0;
}
.email_div .or {
	padding: 0 15px;
}
.landing_email input[type='email']{
	width: 460px;
	padding:10px 15px;
}
.landing_email span.or_text{
	display:inline-block;
	width:40px;
	font-size:16px;
	text-align:center;
	line-height:51px;
	float:left;
}

.sweepstakes{
	max-width:760px;
	margin: 20px auto 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: rgba(255, 255, 255, .65);
	padding:10px 10px 5px;
}
.sweepstakes p{
	margin-bottom: 12px;
}

.sweepstakes a{
	color: #000;
	text-decoration: underline;
}
.sweepstakes a:hover{
	/*text-decoration: none;*/
}
.winner-circle {
	max-width: 445px;
	margin:auto;
}
.winner-circle h4 {
	color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0 10px;
    text-shadow: 0 3px 9px #060606;
    text-align: center;
}
.winner-circle h4 > span {
	color: #6ae229
}
.winner-circle .featured-winner {
    background-color: rgba(0, 0, 0, 0.10);
    border: 1px solid #fff;
    box-shadow: 0 1px 5px 0 #060606;
    -moz-box-shadow: 0 1px 5px 0 #060606;
    -webkit-box-shadow: 0 1px 5px 0 #060606;
    padding: 15px;
}
.winner-circle .featured-winner img {
	vertical-align: middle;
	margin-right:20px;
	min-height: 70px;
	min-width: 70px;
}
.winner-circle .blurb {
	display:inline-block;
	max-width: 315px;
	vertical-align: middle;
}
.winner-circle .blurb p {
	display:inline;
	color: #fff;
    font-size: 18px;
}
.winner-circle .blurb .winner-name {
	font-size:14px;
	font-weight: bold;
}
.winner-circle .more {
	display: block;
    text-align: center;
}
.winner-circle .more a {
	background-color: transparent;
    border: 0 none;
    color: #68eb21;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin: 10px auto;
    outline: 0 none;
    text-shadow: 0 3px 9px #060606;
	vertical-align: middle;
}
.winner-circle .more img {
	display:inline-block;
	vertical-align: initial;
}

.secure-data {
    color: #05461f;
    text-align: center;
    font-size: 1.2em;
    margin: 1.5em 0;
}

.secure-data > p {
	font-weight: bold;
}

/* ========================= */
/* ABOUT PAGE */
/* ========================= */
.about_left{
	float:left;
	width: -moz-calc(100% - 350px);
	width: -webkit-calc(100% - 350px);
	width: -o-calc(100% - 350px);
	width: calc(100% - 350px);
	min-width: 500px;
}
.about_right{
	float:right;
	min-width: 328px;
}
.about_right_wrap{
	background:#f2ebd1;
	max-width:326px;
	margin:0 auto;
	border: 1px solid #272525;
}
.hurry_div{
	padding:10px 15px 25px;
	/*background: #76c700;
	background: -moz-linear-gradient(top,  #76c700 0%, #4c8200 100%);
	background: -webkit-linear-gradient(top,  #76c700 0%,#4c8200 100%);
	background: linear-gradient(to bottom,  #76c700 0%,#4c8200 100%);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76c700', endColorstr='#4c8200',GradientType=0 );*/
	background: #84de04;
	color: #000;
}

.hurry_div h3, .hurry_div h4{
	margin-bottom:0;
}
.hurry_div h3{
	font-size: 70px;
	font-weight: 800;
}
.hurry_div h4{
	font-size: 25px;
	font-weight: 700;
}

.timer_div{
	/*color: #fff;*/
	/*font-size: 65px;*/
	/*font-weight: 800;*/
	border: 1px solid #272525;
	padding: 0 10px;
	line-height: normal;
	margin-top: 15px;
}

.about_text{
	padding:25px 15px 0;
}
.about_text h2{
	font-size:54px;
	line-height:1;
	margin-bottom:0;
	color: #76c700;
	font-weight:700;
}
.about_text h2 strong{
	font-size:100px;
	font-weight:800;
}

.about_green{
	background: #76c700;
	color: #fff;
	padding: 40px 15px;
}
.about_green p{
	font-size: 18px;
	margin-bottom: 0;
}
.about_green h5{
	font-size: 27px;
	margin-bottom: 0;
	font-weight: 800;
}
#offers.mp_offers div.offer{
	padding:15px 0;
}
#offers.mp_offers div.offer .opt{
	margin:5px 0 0;
}
#offers.mp_offers div.offer .opt label{
	margin: 0 5px;
}
#offers.mp_offers .image, #offers.mp_offers img {
	display: none;
}
div.offer:not([data-show-img="true"]) .image > img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#MP .submit{
	margin-top:30px;
}
#optin690 {
	padding:10px 0 15px;
	font-size:14px;
}
#optin690 .checkbox {
	/*padding-left: 20px; */
}
#optin690 .checkbox label {
	display: inline-block;
	position: relative;
	padding-left: 5px;
}
#optin690 .checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 14px;
	height: 14px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
#optin690 .checkbox label.error {
	color:#FF0000;
}
#optin690 .checkbox label.error::before {
	border: 1px solid #FF0000;
}
#optin690 .checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 14px;
	height: 14px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 2px;
	font-size: 11px;
	color: #555555;
}
#optin690 .checkbox input[type="checkbox"] {
	opacity: 0;
	z-index: 1;
}
#optin690 .checkbox input[type="checkbox"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
#optin690 .checkbox input[type="checkbox"]:checked + label::after {
	font-family: 'FontAwesome';
	content: "\f00c";
}
#optin690 .checkbox input[type="checkbox"]:disabled + label {
	opacity: 0.65;
}
#optin690 .checkbox input[type="checkbox"]:disabled + label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}
#optin690 .checkbox.checkbox-circle label::before {
	border-radius: 50%;
}
#optin690 .checkbox.checkbox-inline {
	margin-top: 0;
}
#optin690 .checkbox.checkbox-single label {
	height: 17px;
}
#optin690 .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #3f862b;
    border-color: #05431e;
}
#optin690 .checkbox-success input[type="checkbox"]:checked + label::after {
	color: #fff;
}

/* ========================= */
/* OFFER FLOW PAGE */
/* ========================= */

#OF:not([offer-section-type="linkout"]) .offer {
	display:none;
}

#OF .offer_details {
	overflow:hidden;
}

#OF .offer_details .image {
    position: relative;
    text-align: center;
    width: 15%;
    min-height: 90px;
    min-width: 190px;
    float: initial!important;
    padding: 0!important;
    height: auto!important;
}

#OF .offer_details .image,
#OF .offer_details .offer_text {
    /* display: inline-block;
    vertical-align: middle; */
}

#OF .offer_details .image,
#OF .offer_details .image + .offer_text {
    width: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

#OF .offer_details .offer_text, #OF .offer_details .offer_text p {
	text-align: center;
}

/* #OF .offer_details .image, #OF .offer_details .offer_text {
    display: inline-block;
    vertical-align: middle;
} */

#OF:not([offer-section-type="linkout"]) div.offer div.opt {
    text-align: center;
    width: auto!important;
    padding: 15px!important;
    margin-left: auto;
    margin-right: auto;
    color: #05461f;
    font-weight: bold;
    border-radius: 4px;
}

#OF[offer-section-type="linkout"] div.offer div.opt {
    text-align: center;
    width: auto;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    color: #05461f;
    font-weight: bold;
    border-radius: 4px;
}

#OF .offer_details + .opt {
    margin-top: 5px!important;
    padding-top: 5px!important;
}
#OF .offer_details+.opt input[type=radio],
#OF .extras .opt input[type=radio] {
    display: none;
}

#OF .offer_details+.opt label,
#OF .offer > .extras .opt input[type=button],
#OF .offer > .extras .opt input[type=radio] + label,
#OF .extras a.next {
    /* text-shadow: 1px 1px 1px #FFF;
    margin: 0 25px 0 5px!important;
    font-size: 1.6em;
	background: #c5debb;
    border: 1px solid #05461f!important;
    cursor: pointer!important;
    border-radius: 15px!important;
    height: 30px;
    width: 155px;
    display: inline-block;
    vertical-align: middle;
	padding: 8px 0;
    text-align: center;
    color: #05461f;
	font-weight: bold; */
	/* staiano update 2023-09-13 */
	font-family: Roboto, 'Lucida Sans', verdana, arial, sans-serif !important;
	font-weight: bold !important;
	text-shadow: 1px 1px 1px #50a369 !important;
	margin: 0 10px 10px 10px !important;
	font-size: 1.6em !important;
	background: #06451f;
	border: 1px solid #c5debb !important;
	cursor: pointer !important;
	border-radius: 22px !important;
	height: auto !important;
	min-height: 30px !important;
	width: auto !important;
	min-width: 55px !important;
	display: inline-block !important;
	vertical-align: middle !important;
	padding: 15px 20px 15px 20px !important;
	text-align: center !important;
	color: #c5debb;
}

#OF .offer_details+.opt label:hover,
#OF .offer > .extras .opt input[type=button]:hover,
#OF .offer_details+.opt input[type=radio]:checked + label,
#OF .offer > .extras .opt input[type=radio] + label:hover,
#OF .offer > .extras .opt input[type=radio]:checked + label,
#OF .extras a.next:hover {
    /* text-shadow: 1px 1px 1px #000;
    background: #05461f!important;
    color: #FFF!important; */
	/* staiano update 2023-09-13 */
	text-shadow: 1px 1px 1px #50a369;
	background: #c5debb;
	border: 1px solid #06451f;
	color: #06451f;
}

#OF .offer_details+.opt label,
#OF .offer > .extras .opt input[type=button],
#OF .offer > .extras .opt input[type=radio] + label,
#OF .extras a.next {
    padding: 18px 30px!important;
    font-size: 1.4em!important;
    margin: 0 20px!important;
    min-width: auto!important;
    min-height: auto!important;
    float: unset!important;
}



#OF .extras select, #OF .extras input {
	width:60%;
}
#OF .extras p {
	text-align: center;
}

#OF .extras a.submit, #OF .extras a.submit2 {
    /* text-shadow: 1px 1px 1px #FFF;
    margin: 0 auto!important;
    font-size: 1.6em!important;
    background: #c5debb!important;
    border: 1px solid #05461f!important;
    cursor: pointer!important;
    border-radius: 15px!important;
    height: 30px;
    width: 155px;
    display: inline-block;
    vertical-align: middle;
    padding: 8px 0;
    text-align: center;
    color: #05461f;
    font-weight: bold; */
	/* staiano update 2023-09-13 */
	font-family: Roboto, 'Lucida Sans', verdana, arial, sans-serif !important;
	font-weight: bold !important;
	text-shadow: 1px 1px 1px #50a369;
	margin: 0 10px 10px 10px !important;
	font-size: 1.6em !important;
	background: #06451f;
	border: 1px solid #c5debb !important;
	cursor: pointer !important;
	border-radius: 22px !important;
	height: auto !important;
	min-height: 30px !important;
	width: auto !important;
	min-width: 55px !important;
	display: inline-block !important;
	vertical-align: middle !important;
	padding: 15px 20px 15px 20px !important;
	text-align: center !important;
	color: #c5debb;
}

#OF .extras a.submit:hover, #OF .extras a.submit2:hover {
    /* text-shadow: 1px 1px 1px #000;
    background: #05461f!important;
    color: #FFF!important; */
	/* staiano update 2023-09-13 */
	text-shadow: 1px 1px 1px #50a369;
	background: #c5debb;
	border: 1px solid #06451f !important;
	color: #06451f;
}

.thanks_content .grey_box h1 {
	/*margin-bottom:.2em;*/
}
.thanks_content h4 {
	font-size:inherit;
}
.thanks_content .grey_box h4 {
	color: #76c700;
    font-weight: bold;
    display: initial;
}

.thanks_content .grey_box h5.center {
	border-top: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
    padding: 1em 0em;
    margin: 1em 2em;
	line-height: 2em;
}

.thanks_content .grey_box h5.center strong {
	color:#000;
}

.thanks_content .grey_box .countdown {
	padding: 0em 0em 1em;
	margin: 0em 2.75em 1em;
	border-bottom: 1px solid #b7b7b7;
}

.thanks_content .grey_box .countdown span {
    font-size: 1.4em;
    font-weight: bold;
    vertical-align: middle;
    position: relative;
    top: 5px;
}

.thanks_content .grey_box .countdown img {
	vertical-align: middle;
}

.thanks_content .grey_box h5.increase_chances {
    margin-bottom: 0.5em;
}

.thanks_content .grey_box h5.increase_chances a {
	text-decoration: underline;
	font-weight: bold;
}

/* ========================= */
/* FOOTER */
/* ========================= */
#footer {
	overflow: hidden;
	background: #fff;
	width: 100%;
	height: 50px;
	position: relative;
	bottom: 0;
	left: 0;
	font-size:12px;
	color:#999999;
	padding-top:10px;
}
#footer p, #footer ul{
	display:inline-block;
	margin-bottom:10px;
}

#footer ul{
	list-style:none;
	padding:0;
	position:relative;
}
#footer li{
	display:inline-block;
}
#footer li a {
	border-right: 1px solid #afafaf;
    padding-right: 4px;
}
#footer li a:last-child {
	border-right: none;
	padding-right: 0;
}
#footer li + li{
	margin-left:6px;
}
#footer li + li::before{
	content: "|";
	margin-right:8px;
}

/* ========================= */
/* MEDIA QUERY */
/* ========================= */


@media all and (min-width:1200px){
	.hidden-lg{
		display: none !important;
	}
}

/*@media all and (min-width:992px) and (max-width:1199px){
	.hidden-md{
		display: none !important;
	}
}*/

.hidden-md{
		display: none !important;
	}

/*@media all and (min-width:992px){
	.logo img{
		max-width: 280px;
	}
}*/

.logo img{
	max-width: 280px;
}

@media all and (min-width:768px) and (max-width:991px){
	.hidden-sm{
		display: none !important;
	}
}

/*@media all and (min-width:768px){*/


	#footer p{
		padding-right:15px;
	}
	#footer ul{
		padding-left:25px;
	}
	#footer ul::before{
		content:"\2013";
		position:absolute;
		left:0;
	}
/*}*/


/*@media all and (max-width:1199px){
	.steps li{
		padding: 0 1% 0 3%;
		font-size: 14px;
		line-height:36px;
	}
	.steps span{
		margin-left:10px;
	}
	.steps em{
		font-size: 30px;
		width: 36px;
    	height: 36px;
	}
}


@media all and (max-width:991px){

	.container, .container-smaller{
		padding: 0;
	}

	h1, h2{
		font-weight: bold;
	}

	h1, h2, h3, h4, h5, h6{
		font-size:1.5em;
	}
	.home_landing{
		padding: 0 10px;
	}

	.home_landing .landing_title{
		margin-left: 15px;
		margin-right: 15px;
	}
	.home_landing .landing_text{
		padding-left: 10px;
		padding-right: 10px;
	}
	#header{
		padding:15px 0 0;
		background: #d1aa40;
		background: -moz-linear-gradient(top,  #d1aa40 0%, #fac334 100%);
		background: -webkit-linear-gradient(top,  #d1aa40 0%,#fac334 100%);
		background: linear-gradient(to bottom,  #d1aa40 0%,#fac334 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1aa40', endColorstr='#fac334',GradientType=0 );
		border-bottom: 3px solid #5a5a5a;
	}
	.logo, .steps{
		display:block;
		width:auto;
		float:none;
		text-align:center;
	}
	.mobile_head h2{
		font-size: 30px;
		font-weight: 800;
		color: #76c700;
		border-bottom: 1px solid #5a5a5a;
		margin: 0;
		padding: 5px 0;
	}

	.inner_wrapper{
		background: none;
		border: 3px solid #5a5a5a;
		background: url(../images/gradient_footer.jpg) repeat-x bottom;
	}
	.content_wrapper{
		padding: 10px 15px 15px;
		margin: 0 auto;
		background: transparent;
	}

	#content {
		padding-bottom: 0;
	}

	.head_with_sub{
		text-align: center;
	}
	.head_with_sub h1,
	.head_with_sub h2,
	.offer_num{
		display: inline-block;
		float: none;
	}

	.head_with_sub h1{
		font-size: 28px;
	}
	.offer_num{
		padding-left: 20px;
	}


	.offer_wrap h3{
		font-weight: 400;
	}

	.no_grey_mobile{
		border: none;
		padding: 0;
		background: transparent;
	}

	.no_border_mobile{
		border: none;
	}

	.more_stuffs{
		border: solid #dadada;
		border-width: 1px 0;
		padding-top: 1em;
	}


}

@media all and (max-width:767px){

	.top_links ul{
		background: none;
		padding: 0;
		font-size: 12px;
	}

	.vertical_content_wrap{
		height:auto;
		padding:10px 0 120px;
	}

	.ad_box .row{
		display:block;
	}

	.col-4, .col-8{
		width:100%;
	}


	.landing_rel{
		margin-top: 30px;
	}

	.landing_wrapper,
	.inner_wrapper{
		background-attachment:scroll;
	}

	.landing_wrapper{
		background-image: url(../images/landing_bg.jpg);
		background-position: center bottom;
	}

	.landing_logo{
		top: -30px;
	}

	.landing_logo img{
		width:100%;
		height: auto;
	}

	.landing_title{
		margin-top: 15%;
	}

	.landing_title h1{
		line-height: 1em;
		font-size: 40px;
	}

	.landing_text h3{
		font-size: 20px;
	}

	.landing_timer{
		font-size: 36px;
	}
	.big_btn input[type='submit'], .big_btn input[type='button']{
		font-size: 24px;
	}

	.steps li{
		padding: 0 1% 0 3%;
		line-height:24px;
	}
	.steps span{
		margin-left:5px;
	}
	.steps em{
		font-size: 20px;
		width: 24px;
    	height: 24px;
	}



	.about_left, .about_right{
		float:none;
		width:100%;
	}

	.about_left{
		margin-bottom:0;
	}

	.offer_wrap img{
		float:none;
		display:block;
		margin:0 auto 15px;
	}

	.ad_box .col-4{
		margin-bottom:30px;
	}

	.ad_box .col-4:last-child{
		margin-bottom:0;
	}

	.smaller_row .col-4{
		margin-bottom:5px;
	}

	.landing_logo,
	.landing_text{
		width:100%;
		float:none;
	}
	.landing_logo{
		text-align:center;
	}
	.landing_text{
		border-left:none;
		border-top:1px solid #e7e7e7;
	}

	#footer{
		position: relative;
		padding-bottom: 10px;
	}
	#footer p, #footer ul{
		display:block;
		margin-bottom: 0;
	}
	#footer a{
		color: #fff;
	}
	#footer a:hover{
		color: #76c700;
	}
	#footer li::before{
		color: #fff;
	}
	.hidden-xs{
		display: none !important;
	}
}


@media all and (max-width:639px){
	.steps{
		margin:auto;
	}
	.steps li{
		margin-bottom:10px;
		padding:0 20px !important;
	}

	.about_text h2 strong{
		font-size:60px;
	}
}
@media all and (max-width:479px){
	h3, h4, h5, h6{
		font-size:1em;
	}
	.head_with_sub h2{
		font-size:1em;
	}

	input[type='button'].fb_btn{
		float:none;
		margin:0 auto;
		display:block;
	}
	.email_div{
		width:100%;
		display:block;
	}
	.landing_email span.or_text{
		display:block;
		width:100%;
	}
}*/
/*
#optIn input {
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

#optIn input, #optIn textarea, #optIn select, #optIn button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    font: 11px BlinkMacSystemFont;
}

/* ========================= */
/* MOE */
/* ========================= */

#moe-push-div {
	display: none;
}

/* ========================= */
/* ARCAMAX */
/* ========================= */

.arcamax-logo {
	background: #8d2425;
	color: #FFF;
	width: 181px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 400 30px/50px Vollkorn,serif;
	letter-spacing: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: inset -1px 0 0 0 #791919;
	-moz-box-shadow: inset -1px 0 0 0 #791919;
	-ms-box-shadow: inset -1px 0 0 0 #791919;
	-o-box-shadow: inset -1px 0 0 0 #791919;
	box-shadow: inset -1px 0 0 0 #791919;
	/*border-right: 1px solid #c54c4c;*/
	border: 1px solid #662828;
}

.readonly-item input, .readonly-item select {
	background: #8e8b8b;
	color: #FFF;
}

/**
** TraverseContainer Pixel Nonsense
**/
.traverseContainer,
.traverse,
#traverse-container {
	display:none
}

/* .opt.multi-btn label, */
.offer.multi-btn .extras label {
	color:inherit!important;
    background: #c5debb!important;
    border: 1px solid #05461f!important;
    font-weight: bold;
    cursor: pointer!important;
}

/* .opt.multi-btn label:hover, */
.offer.multi-btn .extras label:hover {
	text-shadow: 1px 1px 1px #000;
    background: #05461f!important;
    color: #FFF!important;
}

[id$="Language"][class="tcpa-language"],
[id$="Langauge"][class="tcpa-language"] {
    font-size: 11px;
    display: block;
    margin: 20px 0;
    text-align: center;
    line-height: 16px!important;
}

[id$="Language"][class="tcpa-language"] > p,
[id$="Langauge"][class="tcpa-language"] > p {
    margin: auto;
    text-align: inherit;
    line-height: inherit!important;
}

/* [id$="_Extras"] div.extras.skipOffer {
    margin-top: 20px;
    text-align: center;
} */

[id$="_Extras"] div.extras {
    margin-top: 20px;
    text-align: center;
}
/* .opt.multi-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.opt.multi-btn label {
    text-shadow: 1px 1px 1px #000;
    background: #05461f!important;
    color: #c5debb!important;
}

.opt.multi-btn label:hover,
.opt.multi-btn input:active + label {
    color: #06451f!important;
    background: #c5debb!important;
    border: 1px solid #05461f!important;
}

.opt.multi-btn.mobile {
    height: auto;
}

.opt.multi-btn div {
    margin: auto;
}

.opt.multi-btn label {
    padding: 18px 30px!important;
    font-size: 16px !important;
    margin: 12px auto!important;
    min-width: auto!important;
    min-height: auto!important;
    display: block!important;
    border-radius: 15px!important;
} */

div.offer:not([data-show-img="true"]) .image {
    display: none!important;
}

div[data-device="desktop"][data-show-img="true"] .image {
    display: block!important;
    width: fit-content!important;
    height: fit-content!important;
	min-width: fit-content !important;
  	min-height: fit-content !important;
}

div[data-device="desktop"][data-show-img="true"] .image > img {
    display: block!important;
    margin: auto 20px!important;
}

div[data-device="desktop"][data-show-img="true"] > .offer_details {
    display: flex;
    justify-content: center;
    align-items: center;
}

div[data-device="desktop"][data-show-img="true"] > .offer_details .offer_text {
    width: calc(100% - 200px)!important;
}

div[data-device="desktop"][data-show-img="true"] > .offer_details .offer_text > p {
    text-align: left!important;
}
