﻿@charset "utf-8";
/* CSS Document */


.btn {
	height: 54px !important;
	font-size: 22px;
}

input[type="text"] {
	/*font-size: 28px !important*/
}

select, .form-control select {
	font-size: 22px !important;
	height: auto !important;
}

select option {
  	font-size: 18px !important;
}

.bonus-entry-box, .contest-entry-box  {
	font-size: 23px !important;
}

.question-text, .section-header, .bonus-title {
	font-size: 23px;
}

.bonus-title {
	font-size: 70px !important;
	text-transform: uppercase !important;
}

.optin-heading {
	text-transform: uppercase !important;
}

.section__text {
	width: 100%;
}

#btnSubmit {
	width: 100% !important;
}

.page-1#navbar {
	position: absolute;
}

.btn-back {
	width: 65%;
}

#P1 .sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
    height: 85%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

#P3 .sidebar {
	position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
    height: 100vh;
    display: flex;
	padding-left: 6em;
	padding-right: 4em;
    flex-wrap: wrap;
    align-content: flex-start;
}

#P3 .btn-explore {
	margin: 2em 0;
    min-width: 45%;
	padding-top: 12px;
}

#P3 .sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 56vw;
	background-color: #000000;
	padding-left: 6em;
	color: #ffffff;
}

.right-section {
	width: 100%;
}

.part-1 {
	display: block;
}
.captcha-image {
	width: 100%;
	max-width: 230px;
}
.part-2 {
	/*visibility: hidden;*/
	padding-left: 15px;
}
.page-2 .page-container {
	margin-top: 22vh;
}
#chkAgreeMsg {
	display: none !important;
}
.section__img__inner {
	width: 46%;
	margin: 0;
}
.big-text {
	font-size: 1em;
}
.section__text {
	/*padding: 7vw 5vw;*/
	padding: 0;
}
#Main .entry-tab {
	top: -1.10rem;
}
.overlay-content {
	padding: 4rem 4rem 1rem 4rem;
	overflow-y: hidden;
}
.legal-consent-footer {
	width: unset;
	position: unset;
	padding: 2em 4em;
	font-size: 11px;
	background: #f1f1f1;
	margin-top: 1em;
}

label {
	margin-bottom: 0rem;
	text-transform: initial;
}

.opt-in-now {
	font-size: 25px !important;
	margin: 0.5em 0 1em 0;
}

.mobile, .chev, .buick, .gmc, .cad {
	display: none;
}

@media screen and (max-width: 800px) {
	.navbar .container-fluid {
		justify-content: flex-end;
	}

	#toastContent {
		font-size: 12px !important;
	}
	#Main .entry-tab.optional.mobile {
		display: inline-block;
		left: 0;
	}
	.be-headline {
		margin: 0 0 2em 115px;
	}
	.desktop {
		display: none;
	}
	.navbar .container-fluid {
		justify-content: flex-end;
	}	
}

@media screen and (max-width: 1024px) {
	#btnLan {
		margin: 0 auto !important;
	}
	li.nav-item {
		text-align: center !important;
	}	
	.question-text, .section-header, .bonus-title {
		font-size: 22px !important;
	}
	.overlay-content {
		padding: 0 !important;
		padding-top: 1em !important;
	}	
	.overlay .closebtn {
    	top: 12px !important;
    	right: 28px !important;
	}
	.opt-in-now {
		font-size: 18px !important;
	}
	.part-1 label {
		font-size: 14px !important;
	}
	#P3 .sidebar h1 {
    	font-size: 3em !important;
    	line-height: 90% !important;
	}
	#P3 p {
		font-size: 18px !important;
		line-height: normal !important;
	}
	.navbar .container-fluid {
		justify-content: flex-end;
	}
	.navbar-brand {
        width: 100%;
        max-width: 250px;
        margin: 0 auto !important;
    }
}

@media (max-height: 767px) and (min-width: 801px) {
	#Main .section__text {
		padding: 11vw 5vw 8vw 5vw;
	}
}

@media screen and (min-width: 2400px) {
	#Main .entry-tab {
		top: -1.6rem;
	}
	.be-headline {
		font-size: 1.25em;
	}
	label {
		margin-bottom: -0.75rem;
	}
	.radio-container {
		font-size: 22px;
	}
}
@media only screen and (min-height: 1080px) and (orientation: portrait) { 
	.section__img__inner {
		background-size: contain; 
	}
}
@media only screen 
and (min-device-width: 1024px) 
and (max-device-width: 1366px) 
and (-webkit-min-device-pixel-ratio: 2) 
and (orientation: landscape) { 
	.section__img__inner {
		background-size: contain; 
	}
}