﻿@charset "utf-8";
/* CSS Document */

/* =Fonts 
-------------------------------------------------------------- */

/* Bring in the Brand fonts!*/
        
@media screen {
@font-face {
		font-family: 'Cadillac Gothic';
		src: url('../fonts/CadillacGothic-Medium.woff2') format('woff2'), url('../fonts/CadillacGothic-Medium.woff') format('woff'), url('../fonts/CadillacGothic-Medium.ttf') format('truetype'), url('../fonts/CadillacGothic-Medium.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: 'CadillacGothicWide';
		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;
	}
}


/* =Base
-------------------------------------------------------------- */

html, body {
	height: 100%;
	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;
}

html, body {
	overflow-x: hidden;
}

a {
	color: #000000 !important;
	text-decoration: underline;
}

.form-wrapper {
    margin: 0 auto;
    display: block;
    background-color: #000000;
}

.required-bar {
	border-left: 0.6em solid #2C28E8;
}

h1, h2 {
	font-family: 'Cadillac Gothic', Arial, Helvetica, sans-serif;
}

h3 {
	font-family: 'Cadillac Gothic Bold', Arial, Helvetica, sans-serif;
    font-style: normal;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}

sup {
    top: -0.4em;
    font-size: 70%;
}

.no-padding {
	padding: 0 !important;
}

input:required {
	border-left: 0.6em solid #2C28E8;
}
select:required {
	border-left: 0.6em solid #2C28E8;
}

.invalid {
    background-color: #F1F1F1 !important;
    border: 2px solid #F1F1F1 !important;
	color: #959495 !important;
}
.chkAgree-req {
	border-left: 0.6em solid #2C28E8;
	padding-left: 5px;
}

.invalid-check {
	border-left: 0.6em solid #FF0000!important;
	padding-left: 5px;
}

.invalid-check .legal-highlight {
	color: red !important;
}

.invalid-field {
	border-left: 0.6em solid #FF0000 !important;
}

#btnLan {
	color: #ffffff !important;
}


/* =header
-------------------------------------------------------------- */

.jumbotron {
    padding: 0;
	background-color: #2B2B2A;
	margin: 0;
}

.form .hero-box {
	background-color: #000000;
	align-items: center;
}

form .hero-box h2 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 1em;
    font-family: 'Cadillac Gothic Bold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.form .hero-box .fr h2 {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 1em;
	font-family: 'Cadillac Gothic Bold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#P2 .form .hero-box .fr h2 {
	font-size: 32px;
}

.form .hero-box p {
	font-size: 12px;
	font-family: 'Cadillac Gothic Bold', Arial, Helvetica, sans-serif;
	padding-bottom: 0;
	margin-bottom: 0;
}

.hero-box-left {
	padding: 2rem; 
	width: 53%;
}

.hero-box-right {
	padding: 0; 
	width: 50%;
	overflow: hidden;
}

.hero-box-right img {
	object-fit: cover;
}

/* =nav
-------------------------------------------------------------- */

.preheader {
    height: 90px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.footer {
    height: 60px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.preheader img.logo {
	width: 182px;
}

.preheader {
	margin-bottom: 1.5em;
}
.preheader img {
	margin: auto;
	display: block;
}


/* =buttons
-------------------------------------------------------------- */

.button {
	background-color: #000000;
	border: 2px solid #000000;
	color: #fff;
	padding: 0.2em 1.3em 1px 1.3em;
	font-family: 'Cadillac Gothic Bold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

.btn-primary {
	background-color: #ffffff;
	border: 2px solid #000000;
	border-radius: 0;
	color: #000000;
}

.button:hover, .button:active, .button:focus {
    background-color: #000000 !important;
    border: 2px solid #000000 !important;
}


/* =main
-------------------------------------------------------------- */

.link {
	cursor: pointer;
}

.grey-text {
	color: #373f42;
}


/* =forms
-------------------------------------------------------------- */

.dealer {
	background: #002b4f;
	color: #fff;
	margin: 0;
	margin-bottom: -16px;
	padding: 40px 3% 20px 3%;
}

.questions {
	background: #7a7a7a;
    display: block;
    margin: auto;
    padding: 5% 7% 7% 7%;
}

.contact {
	/*background: #f1f1f1;*/
	color: #000;
	padding: 0 7% 0 7%;
}

.help {
	background: #ffffff;
	color: #000;
	padding: 2% 7% 1% 7%;
}

.rules {
	background: #ffffff;
	color: #000;
	padding: 0 7% 0 7%;
}

.bonus {
	display: none;
}

.form {
	background: #fff;
}

.form-group {
	margin-bottom: 0;
}

.form-control, .custom-select {
	border-radius: 0;
}

.custom-select {
	cursor: pointer;
}

.form-check-label.custom {
	margin-top: 1em;
	padding: 1em;
}

.form-check-label {
	cursor: pointer;
}


.custom-form-check-input {
    position: absolute;
    margin-top: -3rem;
    right: 2em;
	cursor: pointer;
}

.precheck {
	position: absolute;
	margin-top: -4rem;
	margin-left: -0.8em;
	font-size: larger;
	font-family: 'Cadillac Gothic', Arial, Helvetica, sans-serif;
    font-style: normal;
	color: #000;
	background-color: #fff;
	padding: 10px 0.8em;
    width: 95%;
}

.precheck-rules {
	position: absolute;
	margin-top: -4.2rem;
	margin-left: 20px;
	font-family: 'Cadillac Gothic', Arial, Helvetica, sans-serif;
    font-style: normal;
	color: #000;
	background-color: #f1f1f1;
	padding: 10px 0em;
    width: 75%;
	text-align: right;
}

.large-label {
	font-size: x-large;
	font-family: 'Cadillac Gothic', Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-style: normal;
}

.msgDealerSelect {
	display: none;
	font-size: 15px !important;
	height: auto;
	padding: 0;
	margin-top: 1em;
	margin-left: 2.2em;
}

.validation {
	display: none;
	transition: all 0.3s ease-in-out;
	color: red;
	font-weight: normal;
}

.label-text {
	padding-right: 2%;
	font-size: 1.1rem;
}
#txtPostalCode {
	width: 75%;
	vertical-align: top;
	/*height: 85%;
	min-height: 2em;*/
}

.go {
    vertical-align: top;
    height: 100%;
    min-height: 2.70em;
	margin-left: -1em;
	margin-right: -2em;
}

.gmit-gf-search-result-list {
	border: 2px solid #000000;
	margin: 2em -35px 0 -35px;
	background: #f1f1f1;
}

.gmit-gf-label-text {
	font-size: 14px;
}

#divDealer {
	max-height: 40vh;
}

hr {
	border: 1px solid #000000;
	background-color: #fff;
	opacity: 1;
}

.gmit-gf-input-checkbox {
	vertical-align: top;
}

.gmit-gf-label-text {
	width: 90%;
	margin-left: 2%;
	margin-top: -2px;
	color: #000000;
}
.gmit-gf-result-item {
	padding: 0.5em;
	padding-left: 1.1em;
}

.btn-submit {
	border-radius: 0;
	font-size: 16px;
	padding: 0.4em 8em;
	display: block;
	margin: auto;
	text-decoration: none !important;
	margin-bottom: 10%;
}

.button:active, .button:focus {
	box-shadow: 0 0 0 0.2rem rgb(114 115 114 / 50%) !important;
}

#btnprint:-webkit-autofill {
	color: #fff !important;
}

#btnStartAgain {
    display: inline-block;
}

.q-animate {
	visibility: visible;
}

.mapContainer {
	position: relative;
	width: 100%;
	height: 720px;
	overflow: hidden;
}

#map {
	position: relative;
	/*width: 800px;*/
	height: 500px;
}

#divDealer {
	max-height: 280px;
	overflow-y: scroll;
	overflow-x: hidden;
	background: #f1f1f1;
}

.legend {
	position: relative;
	top: 8px;
	/*left: 5px;*/
	width: 220px;
	height: 15px;
	font-family: 'Cadillac Gothic', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: rgba(245, 245, 245, 0.8);
	border-color: black;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	padding: 3px;			
}

#MicrosoftNav {
	width: auto;
	height: 1px;
}

#legendCanvas {
	width: 220px;
	height: 15px;
}

.legend-max {
	position: relative;
	float: right;
}

.legend-center {
	text-align: center;
}

#footer {
	position: relative;
	/*width: 800px;*/
	height: 60px;
}
.gmit-gf-search-result div.gmit-gf-result-item:first-child {
	padding-top: 0 !important;
	margin-top: 0;
}

.select.form-control {
    display: block;
    width: 100%;
    padding: .58rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form.pad.gmit-gf-group-box {
	padding-top: 2.5em;
	padding-bottom: 1.5em;
}

.form.pad.post-footer {
    background: #000000;
    padding: 20px 6% 2em 6%;
	color: #fff;
}

.tagline {
	max-width: 250px !important
}

.thankyou.form, .thankyou.form p {
	font-size: 16px;
}

.cert_number {
	font-size: 50px;
	color: #0077D9;
	font-family: 'Cadillac Gothic Bold', Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.legal-highlight {
	font-family: 'Cadillac Gothic Bold', Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

form p.legal {
	font-size: 10px;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	border: 1px solid #000000;
	border-left: 0.6em solid #2C28E8;
	-webkit-text-fill-color: #000000;
	-webkit-box-shadow: 0 0 0px 1000px #f1f1f1 inset;
	transition: background-color 5000s ease-in-out 0s;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #2C28E8;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(43, 13, 253, .25);
}

@media screen and (max-width: 767px) {
	.mapContainer {
		position: relative;
		width: 99%;
		height: 40vh;
		overflow: hidden;
	}

	#map {
		position: relative;
		height: 40vh;
	}

	#divDealer {
		height: 40vh;
		max-height: 345px;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	
}

/* =checkbox
-------------------------------------------------------------- */


/* The checkbox wrapper */
.wrapper {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.wrapper input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -1.4em;
    right: 1.5em;
    height: 35px;
    width: 32px;
    background-color: #7a7a7a;
	font-size: 28px;
}

.checkmark.left {
    position: absolute;
    top: -1.5em;
    left: 0.4em;
    height: 35px;
    width: 32px;
    background-color: #2c2c2b;
	font-size: 28px;
}

.wrapper:hover input ~ .checkmark {
  	background-color: #7a7a7a;
}

.wrapper input:checked ~ .checkmark {
	background-color: #7a7a7a;
}

.rules-check .checkmark {
    background-color: #f1f1f1;
	border: 2px solid #7a7a7a;
}

.wrapper.rules-check:hover input ~ .checkmark {
  	background-color: #f1f1f1;
	border: 2px solid #7a7a7a;
}

.wrapper.rules-check input:checked ~ .checkmark {
	background-color: #f1f1f1;
	border: 2px solid #7a7a7a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "√";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.wrapper input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.wrapper .checkmark:after {
	left: 8px;
	top: 3px;
	width: 5px;
	height: 10px;
	font-family: 'Cadillac Gothic', Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-style: normal;
	color: #fff;
}

.wrapper.rules-check .checkmark:after {
	left: 6px;
	top: 1px;
	width: 5px;
	height: 10px;
	font-family: 'Cadillac Gothic', Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-style: normal;
	color: #7a7a7a;
}

.dlr-label {
	margin-left: 40px;
	font-size: large;
}

.rules-check {
	margin-top: 48px !important;
}



/* =footer
-------------------------------------------------------------- */

.cslogo {
	max-width: 80%;
	display: block;
	margin: auto;
}



/* =Overlay Toast
-------------------------------------------------------------- */

.disclaimers {
	display: none;
}
.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 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;
	font-family: 'Cadillac Gothic', Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.overlay-content {
    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;
}

.entry {
	font-size: 3vw;
	font-family: 'Cadillac Gothic', Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-style: normal;
	text-align: center;
	padding-top: 30vh;
	overflow: hidden;
}


/* =Responsive Images
-------------------------------------------------------------- */
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}


/* =Alignments Extras
-------------------------------------------------------------- */
.left {
  float: left;
}

.right {
  float: right;
}

.none {
  display: none;
}

.hideme {
	display: none !important;
}

.desptop {
	display: block;
}

.mobile {
	display: none;
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
.widget-wrapper:after,
.widget-wrapper:before {
  content: ' ';
  display: table;
}

.clearfix:after,
#container:after,
.widget-wrapper:after {
  clear: both;
}

.ie7 .clearfix,
.ie7 #container,
.ie7 .widget-wrapper {
  zoom: 1;
}

.clear {
  clear: both;
}

/* =Responsive Design
-------------------------------------------------------------- */
@media (min-width: 2000px) {

}

@media (min-width: 1920px) {

}
@media screen and (min-width: 1000px) and (max-width: 1250px) {

}

@media (max-width: 1367px) {
	.form.pad.post-footer {
		padding: 20px 9.5% 2em 9.5%;
	}
}
@media (max-width: 1250px) {

}

@media screen and (max-width: 1150px) {
	.precheck-rules {
		margin-left: 0;
	}

}

@media (max-width: 1100px) {
	#btnLan {
		color: #000 !important;
	}
	.lang-bar {
		margin-bottom: 1em;
	}
}

@media screen and (max-width: 980px) {
	
	#header {
		margin-bottom: 1.75em;
	}
	#txtPostalCode {
		width: 65%;
	}
	.text-left-mobile {
		text-align: left !important;
	}
	.mobile-center {
		display: flex;
		justify-content: center;
	}
	.chev {
		max-height: 50px; 
		padding-top: 0.5em; 
		float: none;
		margin: auto;
	}
	.gmc {
		max-height: 45px; 
		float: none;
		margin: auto;
		padding-top: 1em;
	}
	.entry {
    	font-size: 6vw;
	}
	.dlr-label {
		margin-left: 40px;
		font-size: large;
	}
	h3 {
		font-size: large;
		padding-bottom: 10px;
	}
	.btn-submit {
		width: 90%;
		padding: 0;
		padding-top: 5px;
	}
	.precheck-rules {
		width: 60%;
		font-size: smaller;
	}
	.tagline {
		width: 100% !important;
	}
	.cert_number {
		font-size: 30px;
	}
	.gmit-gf-input-checkbox {
		vertical-align: top;
	}

}

/* (tablets) */
@media screen and (max-width: 1025px) and (min-width: 650px) {
	.btn-submit {
		margin-bottom: 10%;
	}
}



/* Medium devices (desktops, 992px and down) */
@media (max-width: 992px) {
	.btn-submit {
		margin-bottom: 10%;
	}
}



/* Small devices (tablets, 767px and down) */
@media screen and (max-width: 767px) {
	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
	
	.form .hero-box p {
		font-size: 18px;
		padding-bottom: 0;
	}
	
	.hero-box-left {
		padding: 2rem; 
		width: 100%;
	}
	
	.hero-box-right {
		padding: 0; 
		width: 100%;
		overflow: hidden;
	}
	
	.hero-box-right img {
		object-fit: cover;
		margin-top: -65px;
	}
}

/* Small devices (tablets, 768px and up) */
@media screen and (max-width: 320px) {
	.precheck {
		font-size: large;
	}
	large-label {
		font-size: larger;
	}
	.dlr-label {
		margin-left: 40px;
		font-size: large;
	}

}

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) { ... }

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { ... }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { ... }


@media only screen and (min-width: 480px) {

}

@media only screen and (min-width: 767px) {

}


@media only screen and (min-width: 1025px) {

}
@media only screen and (max-width: 767px) {

}
@media only screen and (min-width: 481px) and (max-width: 1024px) {

}
@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 360px) {

}
@media only screen and (min-width: 1450px) {

}
