﻿@charset "utf-8";
/* CSS Document */

/* =Fonts 
-------------------------------------------------------------- */

/* Bring in the Brand fonts!*/
        
@media screen {
@font-face {
		font-family: 'Cadillac Gothic';
		src: url('../fonts/CadillacGothic-Regular.woff2') format('woff2'), url('../fonts/CadillacGothic-Regular.woff') format('woff'), url('../fonts/CadillacGothic-Regular.ttf') format('truetype'), url('../fonts/CadillacGothic-Regular.otf') format('opentype');
		font-weight: 300;
		font-style: normal;
	}
	@font-face {
		font-family: 'Cadillac Gothic Bold';
		src: url('../fonts/CadillacGothic-Bold.woff2') format('woff2'), url('../fonts/CadillacGothic-Bold.woff') format('woff'), url('../fonts/CadillacGothic-Bold.ttf') format('truetype'), url('../fonts/CadillacGothic-Bold.otf') format('opentype');
		font-weight: bold;
		font-style: normal;
	}
	@font-face {
		font-family: 'CadillacGothicWide';
		src: url('../fonts/CadillacGothic-WideRegular.woff2') format('woff2'), url('../fonts/CadillacGothic-WideRegular.woff') format('woff'), url('../fonts/CadillacGothic-WideRegular.ttf') format('truetype'), url('../fonts/CadillacGothic-WideRegular.otf') format('opentype');
		font-weight: 300;
		font-style: normal;
		letter-spacing: 4px;
	}
	@font-face {
		font-family: 'CadillacGothicWide';
		src: url('../fonts/CadillacGothic-WideMedium.woff2') format('woff2'), url('../fonts/CadillacGothic-WideMedium.woff') format('woff'), url('../fonts/CadillacGothic-WideMedium.ttf') format('truetype'), url('../fonts/CadillacGothic-WideMedium.otf') format('opentype');
		font-weight: normal;
		font-style: normal;
		letter-spacing: 4px;
	}
	@font-face {
		font-family: 'CadillacGothicWideBold';
		src: url('../fonts/CadillacGothic-WideBold.woff2') format('woff2'), url('../fonts/CadillacGothic-WideBold.woff') format('woff'), url('../fonts/CadillacGothic-WideBold.ttf') format('truetype'), url('../fonts/CadillacGothic-WideBold.otf') format('opentype');
		font-weight: 700;
		font-style: normal;
		letter-spacing: 4px;
	}
}


* {
    box-sizing: border-box;
}
		
html, body {
	overflow-x: hidden;
}

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Cadillac Gothic', Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.3;
    font-size: 100%;
    color: #000000;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

a {
    color: #000000;
}

.cad {
	display: block !important;
}

.btn {
	/*font-size: 24px !important;*/
}


/* Begin .page-1 landing page updates */

/* page content */
#P1 {
	position: relative;
}
#P1 .sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 56vw;
	background-color: #000000;
	height: 85%;
	display: flex;
    flex-wrap: wrap;
    align-content: center;
	padding: 5em;
}

#P1 .landing-content {
	height: 100vh;
	flex-direction: row-reverse;
    justify-content: flex-start;
	width: 100vw;
}

#P1 .landing-logo {
	/*max-width: 80%;*/
	margin: 3vh auto;
}

#P1 .landing-heading {
    color: #ffffff;
    font-family: 'CadillacGothicWideBold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
	font-size: 26px !important;
	line-height: 52px;
}

/*#P1 .image-container {
    width: 50vw;
	background-position: 0px !important;
}*/

#P1 .image-container {
    width: 44vw;
    background-position: center !important;
}

#P1 .contest-accept {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 17vh;;
	background-color: #ffffff;
}
#P3 .content-wrapper {
	background-color: #000;
}

#P3 .image-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 100vh;
    width: 54vw;
    margin-left: 50%;
	background-position: center !important;
	height: 100vh;
    margin-left: 50%;
    min-height: 100vh;
}

#P3 .sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 54vw;
	background-color: #000000;
	padding-left: 6em;
	color: #ffffff;
	align-content: center;
}

#P3 .sidebar h1 {
	text-transform: uppercase;
	font-size: clamp(4em, 4vw, 112px) !important;
	line-height: 1.05 !important;
	font-family: 'CadillacGothicWideBold', Arial, Helvetica, sans-serif;
}

#P3 p {
	font-size: 26px !important;
	font-size: clamp(18px, 2vw, 26px) !important;
	line-height: 52px;
}

/*#P3 .thankyou-logo {
    position: absolute;
    width: 35%;
    bottom: 1em;
    right: 5em;
}*/

#P3 .thankyou-logo {
	width: 70%;
	max-width: 530px;
	margin-top: 4em;
	margin-bottom: 4em;
	text-align: center;
	display: block;
	position: unset;
}

#P3 .btn-explore {
	padding-top: 8px;
}

.page-1 .nav-link, .page-1 .nav-link a {
	color: #000000 !important;
	font-size: small;
}

.btn-agree {
	display: inline; 
	width: 100%;
}

#chkAgreeMsg {
	color: #CC0100;
}

.opt-in-now {
	font-size: 1.25rem;
	color: #393839;
	text-transform: uppercase; 
}

.banner {
	padding: 0;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.question-text, .section-header, .bonus-title {
	text-transform: uppercase !important;
	font-size: 23px;
}


/* End .page-1 landing page updates */

.section {
	min-height: 80vh;
}
.right-section {
    padding: 3rem 0rem;
}

.section-text {
	margin-left: 15px;
}
.bonus-entry-container {
	 /*margin-bottom: 20px; */
	position: relative; /* Allows positioning of the line segments */
	z-index: 1; /* Ensure it's above the h2 content if needed */
	margin-left: -36px;
	margin-top: 2rem;
}

.bonus-entry-container.part-1 {
	margin-top: 0;
}

.entry .line-segment {
	background-color: #FA0137;
	position: absolute; /* Position relative to .container */
}

.line-segment {
	background-color: #393839; /* Yellow color for the line */
	position: absolute; /* Position relative to .container */
}

.line-segment.horizontal {
	width: 30px;
	height: 2px;
	left: 0;
	top: 13px;
}

.line-segment.vertical {
	width: 2px;
	height: calc(100% - 17px); /* Extend beyond the horizontal line to h2 top + margin-bottom of bonus-entry-container */
	left: 0;
	top: 13px;
}

#part2 .line-segment {
	left: 10px;
}

.contest-entry-box {
	background-color: #393839; /* Gray background */
	color: #393839; /* Dark text color */
	padding: 2px 18px;
	font-family: 'CadillacGothic', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3rem;
	color: #ffffff;
	border-radius: 0px;
	white-space: nowrap; /* Prevent text wrapping */
	margin-left: 25px; /* Adjust to clear the line connector */
	display: inline-block;
	text-transform: uppercase;
}

.entry .contest-entry-box {
	background-color: #FA0137;
}

.bonus-entry-box {
	background-color: #FA0137;
	color: #000000; /* Dark text color */
	padding: 2px 18px;
	font-family: 'CadillacGothic', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3rem;
	color: #ffffff;
	border-radius: 0px;
	white-space: nowrap; /* Prevent text wrapping */
	margin-left: 30px; /* Adjust to clear the line connector */
	display: inline-block;
	text-transform: uppercase;
}

.bonus-entry-box.opt-in {
	margin-left: 15px;
}

.question-text {
	color: #000000; /* Dark text color */
	font-family: 'CadillacGothicWideBold', Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 40px;
	padding-left: 36px; /* Align text with the bonus entry box if desired */
}

.question-text.be {
	padding-left: 50px;
}

.bonus-entry-container.part-1 .question-text {
	font-family: 'Cadillac Gothic Bold', Arial, Helvetica, sans-serif;
	font-size: unset;
	font-weight: unset;
}

.optin-heading {
	font-family: 'Cadillac Gothic Bold', Arial, Helvetica, sans-serif;
	line-height: 94%;
}

.chkAgree-req a {
    color: #000000;
}

#Consent a {
    color: #000000;
}

.navbar-nav {
	background: #000000;
	margin: -6px 0;
}

.nav-link {
	color: #ffffff;
	font-family: 'Cadillac Gothic', Arial, Helvetica, sans-serif;
}

.nav-link:focus, .nav-link:hover {
	color: #a0a0a0;
}

img {
    border: 0;
    height: auto;
    line-height: 100%;
    outline: none;
    text-decoration: none;
    max-width: 100%;
}

label {
    display: inline-block;
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
}

span.chkAgree-req {
    display: block;
	/*margin: -26px 0 0 20px;*/
	font-size: 0.8rem;
	color: #000000;
}

span.check-label {
    display: block;
	/*margin: -26px 0 0 20px;*/
	font-size: 0.8rem;
	color: #000000;
}

#chkOptInChk.checkmark {
	top: 4px;
}

/*#Main .form-check-label, #Consent .form-check-label {
	font-size: 0.8rem;
}*/

h1, h2 {
    font-family: 'CadillacGothicWideBold', Arial, Helvetica, sans-serif;
    font-size: 1.0rem;
}

h3 {
    font-family: 'Cadillac Gothic', Arial, Helvetica, sans-serif;
    font-size: 1.0rem;
}

h5 {
    font-family: 'CadillacGothicWideBold', Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
}

p {
	margin-bottom: 0.5rem;
}

.big-text {
	font-family: 'CadillacGothicWideBold', Arial, Helvetica, sans-serif;
	font-size: 1.5rem;
}

#Vehiclesinfo .radio-container {
    text-transform: lowercase;
}

#Vehiclesinfo .radio-container::first-letter {
    text-transform: uppercase;
}

.btn {
	border-radius: 0;
	min-width: 33%;
	font-family: 'Cadillac Gothic', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#btnSubmit {
	width: 75%;
}

select {
	height: 2.85rem;
	padding: .375em .375em .3em .375em !important;
	color: #000000;
}

select option {
	color: #000000;
}

select:not(.req) {
	border: 2px solid #000000;
}

select:has(option:checked:not([value])),
select:has(option:checked:([value=""])) {
	color: #595C5F !important;
}

.form-control:focus {
 	color: #595C5F !important;
}
		
.mob {
    display: none;
}

.btn-primary {
	border: 2px solid #282828;
	background-color: #ffffff;  
	color: #282828;
	
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	border: 2px solid #282828;
	background-color: #282828;
    color: #fcfcfc;
}

.btn-primary:active {
	border: 2px solid #282828 !important;
	background-color: #282828 !important;
    color: #fcfcfc;
}


#btnSubmit:hover,
#btnSubmit:focus,
#btnSubmit:active {
	border: 2px solid #282828;
	background-color: #282828;
    color: #fcfcfc;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary:disabled {
    color: #fff;
    background-color: #c0c0c0 !important;
    border-color: #808080 !important;
}

.btn-light, .btn-dark {
	border: 2px solid #282828;
}

#input_captcha {
    /*text-transform: uppercase;*/
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    text-transform: none;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    text-transform: none;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    text-transform: none;
}

.header h1 {
    /*font-size: 28px;*/
    font-size: 24px;
    text-align: left;
}

.header p {
    font-size: 16px;
    text-align: left;
    padding-bottom: 20px;
}

.input-form-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.form {
    width: 100%;
    font-size: 16px;
    display: inherit;
    flex-direction: column;
    gap: 0.5rem
}

.form h2 {
    /*font-size: 22px;*/
}

.form p {
    font-size: 1rem;
}

.form-group {
	color: #A0A0A0 !important;
}

.form-control {
    border-radius: 0;
    border-color: #000000;
	appearance: auto;
	border: 0px solid;
	border-bottom: 2px solid #000000;
	font-size: 1.35rem;
	color: #000000;
	font-family: 'Cadillac Gothic', Arial, Helvetica, sans-serif;
}

.section-header {
	text-transform: uppercase;
	font-family: 'Cadillac Gothic Bold', Arial, Helvetica, sans-serif;
}

/*#Main .form-control {
	color: #A0A0A0 !important;
}*/

.form-control:focus {
	color: #000000;
}

::placeholder {
  color: #000000 !important;
  opacity: 1; /* Firefox */
}

.row {
	row-gap: 0.35em;
	column-gap: 0;
}

.ty-left {
	row-gap: 2.00em;
}

/*.thankyou-logo {
    position: absolute;
    bottom: 3rem;
}*/

::-ms-input-placeholder { /* Edge 12-18 */
  color: #A0A0A0 !important;
}

.disclaimers {
    padding: 0 6rem;
    font-size: 1rem;
	margin: 0 auto;
	width: 100vw;
}

.dropdown-stack {
	border-left: 0.6em solid #171473;
}

select {
    font-size: 100%;
}

.entry-tab {
    display: block;
    position: absolute;
    top: -1.5rem;
    left: -6.5rem;
	z-index: -1;
}
.entry-tab img {
	max-width: 100px;
}

/* radio container */
.radio-container {
	display: block;
	position: relative;
	padding-left: 40px;
	margin-bottom: 1em;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-top: 0px;
}

/* Hide the browser's default radio button */
.radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
	border: 2px solid #000000;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
	background-color: #2C28E8;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  	display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
    left: 7px;
    top: 0px;
    width: 9px;
    height: 15px;
    border: solid white;
    border-width: 0px 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.skip {
    font-size: 1.35rem;
    color: #000000;
}

a.skip:hover {
	color: #a0a0a0 !important;
}
		
html {
  line-height: 1.618;
}

input::placeholder {
	font-size: 100% !important;
}

#navbar {
	position: fixed;
	top: 0;
	width: 100%;
	display: block;
	transition: top 0.3s;
	z-index: 1000;
}

#navbar.bg-light.page-2 {
	background-color: #000000 !important;
}

#navbar.page-3 {
	display: none;
}

.navbar-brand {
	width: 100%;
	margin-left: 2.5vw;
	max-width: 22vw;
}

.content-wrapper {
	position: relative;
}

#part2 {
	opacity: 0;
  	transition: all 0.5s ease;
	animation-delay: 2s;
}

#part2.show {
	opacity: 1;
	animation-delay: 2s;
	display: block;
	animation: fadeInUp;
  	animation-duration: 0.5s; /* don't forget to set a duration! */
}

.congrats {
	align-items: center;
	color: #ffffff;
	flex-direction: row;
    justify-content: center;
    align-items: center;
}

.background {
	/*background-color: #ffcd03;*/
	position: fixed;
	top: 0;
	left: 0;
	width: 51.65%;
	height: 100vh;
	z-index: 1;
}

.dot-container {
	/*background-color: #ffcd03;*/
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	z-index: 101;
}

.scroll-dots {
    position: absolute;
    top: 50%;
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: .5rem;
}

.dots {
    height: 15px;
    width: 15px;
    background-color: #2C28E8;
    border-radius: 50%;
    display: inline-block;
}

a.dots:hover {
	background-color: #b3b3b3;
	border: 2px solid #2C28E8;
}

a.dots:active {
	background-color: #b3b3b3;
	border: 2px solid #2C28E8;
}

.dots.active {
	background-color: #FFFFFF;
	border: 2px solid #2C28E8;
	transition: ease;
}

.section {
	display: flex;
	/*min-height: 100vh;*/
	position: relative;
	z-index: 2;
}
.section > * {
	/*width: 50%;*/
}
.section__img {
	position: relative;
	display: flex;
	width: 52vw;
}
.section__img__inner {
	height: 100vh;
	position: fixed;
	left: -3px;
	width: 46%;
	top: 0;
	mix-blend-mode: multiply;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.section__body {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 100;
	width: 40vw;
}
.section__text {
    padding: 10vw 5vw;
}

.section__img__inner {
	/*filter: blur(30px);*/
	opacity: 0;
	/*background-position: 40% 50%;*/
	background-position: 50% 50%;
	transition: filter 0.3s ease, opacity 0.3s ease, background-position 0.8s ease;
}

.section.active .section__img__inner {
	opacity: 1;
	background-position: 50% 50%;
	filter: blur(0);
}

.section.spacer {
	min-height: 6vh;
}

#disclaimers{
  z-index: 111;
  position: relative;
  background: #fff;
}

sup {
    top: -0.4em;
    font-size: 70%;
}

/*input:required {
	border-left: 0.6em solid #F2BC18;
}*/

/*select:required {
	border-left: 0.6em solid #F2BC18;
}*/

/*.chkAgree-req {
	border-left: 0.6em solid #F2BC18;
	padding-left: 5px;
}*/

.invalid {
    background-color: #F1F1F1 !important;
    border: 2px solid #F1F1F1 !important;
	color: #959495 !important;
}

.invalid-check {
	border-left: 0.6em solid #E31837!important;
	padding-left: 5px;
}

.invalid-check .legal-highlight {
	color: red !important;
}

.invalid-field {
	border-left: 0.4em solid #E31837 !important;
}

.explre-button {
    bottom: 15%;
    width: 100%;
	max-width: 100vw;
}

.question-text, .section-header, .bonus-title {
	text-transform: initial;
	font-size: 23px;
	margin-bottom: 0.32em;
}

.optin-highlight {
	color: #FA0037;
}

.bonus-title {
	font-size: 50px !important
}



/* =Overlay Toast
-------------------------------------------------------------- */

.overlay {
	height: 0;
	width: 100%;
	position: fixed;
	z-index: 1;
	bottom: 0;
	left: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
	overflow-x: hidden;
	transition: 0.5s;
	z-index: 1050;
}

.overlay-content {
	position: relative;
	color: #fff;
	text-align: left;
}

.overlay-content sup {
	color: #fff;
}

.overlay a {
	color: #ffffff;
	transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
	color: #f1f1f1;
}

.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 50px;
	z-index: 1051;
	text-decoration: none;
}

.overlay-content {
	min-height: 100%;
	margin: 0 auto;
	/*opacity: .8;*/
	overflow-y: auto;
	padding: 2.5rem 6.688rem .9375rem 3.875rem;
	width: 100%;
	max-width: 1800px;
}

.legal-link {
	cursor: pointer;
}

.legal-wrapper {
	display: none;
}

.legal-link.ruleaccept {
	top: 0.009em;
	font-size: 110%;
}

.bonus-wrapper {
	padding: 20px;
}

.bonus-wrapper a {
	color: #393839;
}

.bonus-wrapper a:hover,
.bonus-wrapper a:focus {
	color: #393839;
}

h1.bonus-title {
	color: #FA0037;
	font-size: 46px;
	line-height: 96%;
}

.btn-continue, .btn-continue-skip {
	max-width: 380px !important;
	font-size: 20px;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24' /%3E%3C/svg%3E");

}

/* Layout Fixes */
.section__img {
    position: relative;
    display: flex;
    width: 62vw;
}
.section__img__inner {
	width: 50%;
}
.section__body {
	width: 50vw;
	padding-right: 5vw;
}
.section__body {
	width: 60vw;
	padding-right: 5.5vw;
}
/* End Layout Fixes */

@media screen and (max-width: 450px) {
	html, body {
        font-size: 80% !important;
    }
	
	.disclaimers {
		padding: 0 1rem;
	}
}

@media screen and (max-width: 991px) {
	.page-1 .nav-link, .page-1 .nav-link a {
        color: #FFFFFF !important;
    }
	#P1.page-container {
        margin-top: 94px;
    }
}

@media screen and (max-width: 1024px) {
	#P1 {
		position: relative;
	}
	.bg-light {
		background-color: #000000 !important;
	}
	.landing-content {
		flex-direction: column-reverse;
	}
	.optin-heading {
		font-size: larger;
	}
	#P1 .image-container {
        min-height: 35vh;
		background-size: 140% !important;
		width: 100%;
    }
	#P1 .landing-heading {
		color: #ffffff;
		font-size: 1.25rem !important;
		line-height: 200%;
	}
	#P1 .sidebar {
		position: relative;
		width: 100%;
		padding: 10% 10%;
	}
	#P1 .contest-accept {
        height: 25vh;
        position: relative;
        display: block;
		margin: 20px auto;
		width: 90vw;
    }
	#P1 .landing-content {
		height: auto;
		row-gap: 0px;
		margin: 0 auto;
	}
	
	#P3 .sidebar {
		position: relative;
		width: 100%;
		padding: 10% 10%;
		height: 49vh;
	}
	#P3 .contest-accept {
        height: 25vh;
        position: relative;
        display: block;
		margin: 20px auto;
		width: 90vw;
    }
	#P3 .landing-content {
		height: auto;
	}
	#P3 .landing-content {
		height: auto;
	}
	#P3 .image-container {
		min-height: 63vh;
		margin: 0 auto;
		width: 100vw;
		height: 63vh;
		background-size: 150% !important;
		background-position-y: center !important;
		align-items: flex-start;
	}
	#P3 .sidebar h1 {
    	font-size: 4em !important;
    	line-height: 90%;
	}
	#P3 p {
		font-size: 18px !important;
		line-height: normal !important;
	}
	#P3 .thankyou-logo {
		max-width: 85%;
	}
	
	#Main {
		margin-top: 90px;
	}
	.optin-mobile {
		padding: 0 30px;
	}
	.mobile-margin {
		margin: -5px 5px;
	}
    .right-section {
		padding: 2rem 2rem;
	}
	.bonus-wrapper {
        width: 90vw;
        margin: 0 auto;
    }
	.bonus-entry-container {
		margin-left: 0px;
		margin-right: 15px;
	}
	.bonus-entry-box {
		margin-left: 23px;
		font-size: 1.1rem;
	}
	.question-text {
		padding-left: 18px;
	}
	.question-text.be {
		padding-left: 35px;
	}
	h1.bonus-title {
		font-size: 22px;
		text-align: center;
	}
	.overlay-content {
		padding: 20px;
		margin-top: 3rem;
	}
	.bonus-wrapper .row {
		padding: 1rem;
	}
	.btn-continue {
		font-size: 1rem;
	}
	.opt-in-now {
		padding-top: 15px;
		padding-left: 18px;
	}
	.radio-container {
        display: block;
        position: relative;
        padding-left: 33px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
	#toastContent .radio-container {
		margin-left: -15px;
	}
	#toastContent .bonus-entry-container {
		margin-left: 0;
	}
	.btn-back {
		width: 100%;
	}
	.section__body {
		padding: 0;
	}
	.section > * {
		width: 100%;
	}
	.section__img, .section__img__inner {
		display: none;
	}
	.section__text {
		/*padding: 0 0 !important;*/
	}
	.section-text {
		padding: 0 20px;
	}
	.section-text .col {
		flex: unset;
	}

	#P2 .content-wrapper {
		margin-top: 85px;
	}
	.part-2 {
		visibility: visible;
		opacity: 0;
		display: none;
		transition: opacity 0.5s ease-in-out, visibility 0s linear 0.5s;
	}
	.part-2.visible {
		visibility: visible;
		display: block;
		opacity: 1;
		transition: opacity 0.5s ease-in-out, visibility 0s linear 0.5s;
	}
	#btnSubmit {
		width: 100%;
	}
	.banner {
		position: relative;
	}
	.banner-item {
		position: absolute;
        top: 5px;
        left: 0;
        right: 0;
		color: #fff;
	}
	.banner img {
		/*max-width: 88vw;*/
	}
	.section.spacer {
		display: none;
	}
	.left-content {
        display: none;
    }

    .right-content {
        padding-left: 15px;
    }

    .mob {
        display: flex;
        margin-bottom: 2%;
    }
    .entry-tab {
        display: none;
    }

    .banner-text {
        font-family: 'CadillacGothicWideBold', Arial, Helvetica, sans-serif;
        font-size: 0.85rem !important;
    }
    .fs-1, .fs-2 {
        font-family: 'CadillacGothicWideBold', Arial, Helvetica, sans-serif;
        text-align: center;
    }
    .fs-1 {
        font-size: 3.5rem !important;
        display: block;
        line-height: 3.5rem;
    }
    
    .fs-2 {
        font-size: 1.6rem !important;
    }
	.background, .scroll-dots {
		display: none;
	}
	select {
		width: 100% !important;
	}
	.radio-container {
        display: block;
        position: relative;
        padding-left: 40px;
        margin-bottom: 20px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
	#Main .checkmark {
		top: 4px;
	}
	#chkOptInChk.checkmark {
		top: 7px;
	}
	.contest-legal-wrapper {
		padding: 0 !important;
	}
	
    .preheader img {
        max-width: 90% !important;
    }

    .nav-link {
        display: block;
        padding: 1rem 0.5rem;
    }

    .contest-title {
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .contest-title img {
        max-width: 124% !important;
    }

	.navbar-brand {
        width: 100%;
        margin-left: 2vw;
        max-width: 250px;
    }

    .preheader {
        margin-bottom: 0;
    }

    .header {
        padding: 0%;
        margin: 0.5em -5.5% 1em -5.5%;
    }

    .flex-container {
        display: flex;
        flex-wrap: wrap;
    }

    .flex-item-right,
    .flex-item-left {
        flex: 100%;
        flex-wrap: wrap;
    }

    .flex-item-right img,
    .flex-item-left img {
        width: 80%;
        display: block;
        margin: auto;
    }

    .flex-item-left {
        margin-bottom: 20px;

    }
	
    .footer {
        padding: 20px;
    }

    .desktop {
        display: none;
    }

    .thankyou.form .row {
        margin-top: 2em !important;
    }

	.question-text, .section-header, .bonus-title {
		font-size: 18px !important;
	}
	.bonus-entry-box, .contest-entry-box {
		font-size: 18px !important;
	}
	input, select, select option, .btn {
		font-size: 16px !important
	}
	.radio-container {
        font-size: 16px !important;
        padding-top: 3px !important;
        margin-bottom: 10px !important;
    }
	.dropdown-stack {
		margin-bottom: 16px !important;
	}
	.bonus-entry-box, .contest-entry-box {
		white-space: normal;
		line-height: 1.0;
	}
	.btn {
		font-size: 16px !important;
		height: 40px !important;
	}
	.nav-link {
		font-size: 16px !important;
	}
	span.chkAgree-req, span.check-label {
		font-size: 12px !important;
	}
	
	select {
		font-size: 1.375rem !important;
	}

}

@media (max-width: 1100px) {

    .section__img__inner {
		background-size: contain;
	}

}

@media (max-width: 1400px) {
    html, body {
		font-size: 100%;
	}
}

@media (min-width: 1400px) {
    html, body {
		font-size: 100%;
	}
}

@media (max-height: 600px) {

	.section__img__inner {
		background-size: contain;
	}
}



/*monitors using zoom*/
@media (max-height: 767px) and (min-width: 801px)  {

	.section__img__inner {
		background-size: cover;
	}
	.navbar {
		padding: inherit;
	}
	.nav-link {
		/*font-size: 70%;*/
	}
	.pb-4 {
		padding-bottom: 0.75rem !important;
	}
	.mb-3 {
		margin-bottom: 0.5rem !important;
	}
	h1, h2, .big-text {
		font-size: 0.90rem;
		margin-bottom: 0.1rem;
	}
	.form-control {
		font-size: 100%;
		padding: .175rem .65rem;
	}
	select {
		height: auto !important;
		font-size: 100% !important;
		padding-left: 7px !important;
	}
	.btn {
		height: auto !important;
		font-size: 75% !important;
	}
	span.chkAgree-req, span.check-label {
		font-size: 10px;
	}
	#RadCaptcha1_CaptchaImage {
		max-height: 30px !important;
	}
	.skip {
		font-size: 100%;
	}
	.radio-container {
		font-size: 80%;
		padding-top: 4px;
		margin-bottom: 0;
	}
	/*.section__text {
		padding: 7vw 5vw 7vw 5vw;
	}
	#Main .section__text {
		padding: 8vw 5vw 8vw 5vw;
	}*/

}

@media (min-width: 767px) and (max-width: 1050px) {
	html, body {
		/*font-size: 75%;*/
	}
	.span.check-label {
		line-height: 1.0;
	}
	#P3 .thankyou-logo {
		max-width: 50%;
		margin-top: 1em;
	}
}

@media (min-width: 801px) and (max-width: 1600px) {
	html, body {
		/*font-size: 85%;*/
	}
	#Main {
		margin-top: 105px;
	}
	select {
		font-size: 1rem !important;
	}
	input::placeholder {
	  	/*font-size: 70% !important;*/
	}
}

@media (min-width:1000px) {
    .address {
        display: grid;
        grid-template-columns: 8fr 4fr;
    }
	/*.navbar-brand {
		width: 100%;
		max-width: 250px;
		padding-left: 5%;
	}*/
	.navbar-nav {
		margin-right: 5%;
	}
    
}

/* Surface Duo */
@media screen and (max-width: 540px) and (max-height: 720px) and (orientation: portrait) {
	#P3 .image-container {
		height: 41vh !important;
	}
	#P3 .sidebar {
		height: 80vh !important;
	}
}

/* Next Hub */
@media screen and (max-width: 1025px) and (max-height: 601px) and (orientation: landscape) {
	#P1 .image-container {
		height: 80vh !important;
	}
	#P1 .sidebar {
		padding-top: 5em;
	}
	#P3 .sidebar {
		height: auto !important;
	}
	#P3 .image-container {
		width: 80% !important;
		height: 90vh !important;
	}
	#P3 .thankyou-logo {
		max-width: 50% !important;
		margin-top: em !important;
	}
}

@media screen and (min-height: 800px) and (max-width: 1600px) {
	html, body {
		/*font-size: 85%;*/
	}
	.section__img__inner {
		background-size: contain;
	}
}

@media (min-width: 992px) {
	/* navbar */
	.page-1.navbar {
		background-color: unset !important;
	}
	
	.page-1 .navbar-brand {
		display: none !important;
	}
	
	.page-1 .navbar-nav {
		background-color: unset !important;
		row-gap: 15px;
		column-gap: 25px;
		margin-top: 3vh;
	}
	
	.page-1 li.nav-item {
		background-color: #ffffff !important;
	}
}

@media (min-width: 1400px) {
    html, body {
		font-size: 100%;
	}
	#Main {
		margin-top: 150px;
	}
	.section {
		min-height: 80vh;
	}
	.form-wrapper>.row {
        align-items: center;
    }
	/*.navbar-brand {
        margin-left: 0;
		max-width: 400px;
    }*/
	.form-group label {
		/*font-size: 75%;*/
	}
	.section__img {
		width: 61vw;
	}
	.section__img__inner {
		width: 50%;
	}
	.section__body {
		width: 50vw;
		padding-right: 5vw;
	}
	.section__body {
        width: 60vw;
        padding-right: 5.5vw;
    }
}

@media (min-width: 2400px) {	
	html,
	body {
		font-size: 135%;
	}
	span.check-label {
		display: block;
		/*margin: -30px 0 0 20px;*/
	}	
	#Main .form-check-label, #Consent .form-check-label {
		font-size: 1rem;
	}
	.form-control {
		font-size: 1.5rem;
	}
	/*.chkAgree-req {
		margin-top: -24px !important
	}*/
	/*.navbar-brand {
        max-width: 400px;
    }*/
	.entry-tab {
		position: absolute;
		top: -2rem;
		left: -9rem;
		width: 161.61px;
		z-index: -1;
	}
	.entry-tab img {
		max-width: 161px;
	}
	select {
		height: 2.1em;
	}
}



/* Animation - fade content in */
body {
    -webkit-animation: fadein 1.5s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1.5s;
    /* Firefox < 16 */
    -ms-animation: fadein 1.5s;
    /* Internet Explorer */
    -o-animation: fadein 1.5s;
    /* Opera < 12.1 */
    animation: fadein 1.5s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
