﻿@charset "utf-8";
/* CSS Document */
\

/* BRING THE BRAND FONTS */

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
		url('../fonts/Gotham-Bold.woff') format('woff'),
		url('../fonts/Gotham-Bold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-BookItalic.woff2') format('woff2'),
		url('../fonts/Gotham-BookItalic.woff') format('woff'),
		url('../fonts/Gotham-BookItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Book.woff2') format('woff2'),
		url('../fonts/Gotham-Book.woff') format('woff'),
		url('../fonts/Gotham-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TradeGothicLTStd';
	src: url('../fonts/TradeGothicLTStd-BdCn20.woff2') format('woff2'),
		url('../fonts/TradeGothicLTStd-BdCn20.woff') format('woff'),
		url('../fonts/TradeGothicLTStd-BdCn20.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'overpass';
  src: url('../fonts/overpass-regular.eot');
  src: url('../fonts/overpass-regular.eot?#iefix') format('embedded-opentype'),
	   url('../fonts/overpass-regular.woff2') format('woff2'),
	   url('../fonts/overpass-regular.woff') format('woff'),
	   url('../fonts/overpass-regular.ttf')  format('truetype');
	   font-weight: 500;
	   font-style: normal;
}


/* =Base
-------------------------------------------------------------- */

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
    font-family: 'Gotham', 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;
}

html, body {
	overflow-x: hidden;
}

a {
	color: #1375cf;
	text-decoration: underline;
}

h3 {
	font-family: 'Gotham';
    font-style: normal;
	font-weight: normal;
}

.rules h3 {
	font-size: 1.15em;
}

.rules h5 {
	font-size: 1.05em;
}

.rules p {
	font-size: smaller;
}

.rules li {
	font-size: smaller;
}

sup {
    top: -0.4em;
    font-size: 70%;
}

.no-padding {
	padding: 0 !important;
}


/* =header
-------------------------------------------------------------- */

.jumbotron {
    padding: 0;
	background-color: #2B2B2A;
	margin: 0;
}

/* =nav
-------------------------------------------------------------- */



/* =buttons
-------------------------------------------------------------- */

.button {
	background-color: #1d91ea;
	border: 2px solid #1d91ea;
	color: #fff;
	padding: 0.2em 1.3em 1px 1.3em;
	font-family: 'TradeGothicLTStd';
	font-weight: normal;
    font-style: normal;
}


/* =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% 4% 7%;
}

.contact {
	background: #f1f1f1;
	color: #000;
	padding: 4% 7% 3% 7%;
}

.contact label {
	font-size: 14px;
	cursor: pointer;
}

.help {
	background: #ffffff;
	color: #000;
	padding: 3% 7% 2% 7%;
}

.rules {
	background: #ffffff;
	color: #000;
	padding: 0 7% 0 7%;
}

.bonus {
	display: none;
}

.form-group {
	margin-bottom: 1rem;
}

.form-control, .custom-select {
	border-radius: 0;
}

.custom-select {
	cursor: pointer;
}

.form-check-label.custom {
	margin-top: 1em;
	padding: 1em;
}

.custom-form-check-input {
    position: absolute;
    margin-top: -3rem;
    right: 2em;
	cursor: pointer;
}

.questions .form-group { 
	position: relative;
	font-family: 'Gotham', sans-serif;
	font-weight: 400;
}

.questions .form-group input {
	display: block;
	outline: none;
	width: 100%;
	background: #fff;
	padding: 20px 15px 10px;
	font-size: 16px;
	font-family: inherit;
	cursor: pointer;
	/*border-radius: 6px;*/
}

.questions .form-group select {
	display: block;
	outline: none;
	width: 100%;
	background: #fff;
	padding: 14px 15px 2px 9px;
	font-size: 16px;
	font-family: inherit;
	cursor: pointer;
	/*border-radius: 6px;*/
}

.questions .form-group label {
	cursor: pointer;
	display: block;
	position: absolute;
	left: 16px;
	top: 10px;
	font-size: 16px;
	font-family: 'Gotham', sans-serif;
	font-weight: 400;
	/*-webkit-transition: .2s;*/
	/*transition: .2s;*/
	/*stop need to click outside or double click label*/
	pointer-events: none;
}


.questions .form-group select.value + label,
.questions .form-group select:focus + label,
.questions .form-group input.value + label,
.questions .form-group input:focus + label {
	top: 3px;
	left: 16px;
	font-size: 12px;
}

.questions .form-group select:autofill + label,
.questions .form-group select:-webkit-autofill + label,
.questions .form-group input:autofill + label,
.questions .form-group input:-webkit-autofill + label {
	top: 3px;
	left: 16px;
	font-size: 12px;
}

.precheck {
	position: absolute;
	margin-top: -4rem;
	margin-left: -0.8em;
	font-size: larger;
	font-family: 'Gotham';
    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: 'Gotham';
    font-style: normal;
	color: #000;
	background-color: #f1f1f1;
	padding: 10px 0em;
    width: 75%;
	text-align: right;
	font-weight: bold;
}*/

#chkAgree, #chkOptIn {
	width: 35px;
	height: 35px;
}

#btnSubmit {
	display: block;
	margin: auto;
}

.precheck-rules {
    position: absolute;
    margin-top: -4.2rem;
    margin-left: 3.5em;
    font-family: 'Gotham';
    font-style: normal;
    color: #000;
    background-color: #f1f1f1;
    padding: 10px 0em;
    width: 75%;
    text-align: left;
    font-weight: normal;
    font-size: 13px;
}

.checkmark {
    position: absolute;
    top: -1.4em;
    left: 0.5em;
    height: 35px;
    width: 32px;
    background-color: #7a7a7a;
    font-size: 28px;
}

.large-label {
	font-size: x-large;
	font-family: 'Gotham';
    font-weight: 800;
    font-style: normal;
	padding-left: 2em;
}

.msgDealerSelect {
	display: none;
	font-size: 1.2rem;
	height: auto;
	padding: 0;
	margin-top: 1em;
	margin-left: 1em;
}

.validation {
	display: none;
	transition: all 0.3s ease-in-out;
	color: #b82d33;
	font-weight: bold;
}

.label-text {
	padding-right: 2%;
	font-size: 1.1rem;
}
#txtPostalCode {
	width: 80%;
	vertical-align: top;
	height: 85%;
	min-height: 2em;
}

.go {
	vertical-align: top;
	height: 85%;
	min-height: 2em;
}

.gmit-gf-search-result-list {
	border: 2px solid #767778;
	margin: 0 3%;
	font-size: 75%;
}

#divDealer {
	max-height: 40vh;
}

hr {
	border: 1px solid #b2b2b2;
	background-color: #fff;
}

.gmit-gf-input-checkbox {
	vertical-align: top;
	cursor: pointer;
}

.gmit-gf-label-text {
	width: 90%;
	margin-left: 2%;
	margin-top: -2px;
	cursor: pointer;
}
.gmit-gf-result-item {
	padding: 0.5em;
}

.btn-submit {
	border-radius: 0;
	font-size: x-large;
	padding: 0.4em 5em;
}

.button:hover, .button:active, .button:focus {
	background-color: inhert !important;
	border: 2px solid #1d91ea !important;
}

.button:active, .button:focus {
	box-shadow: 0 0 0 0.2rem rgb(114 115 114 / 50%) !important;
}

.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: #f4f4f4;
	color: #000000;
}

.legend {
	position: relative;
	top: 8px;
	/*left: 5px;*/
	width: 220px;
	height: 15px;
	font-family: Arial;
	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;
}

label.form-check-label.custom.wrapper.optin {
	font-size: 13px;
}

@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;
}

.optin .checkmark {
    position: absolute;
    top: -1.5em;
    left: 0.5em;
    height: 35px;
    width: 32px;
    background-color: #7a7a7a;
	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: 'Overpass';
    font-weight: 800;
    font-style: normal;
	color: #fff;
}

.wrapper.rules-check .checkmark:after {
	left: 6px;
	top: 1px;
	width: 5px;
	height: 10px;
	font-family: 'Overpass';
    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: 92%;
	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: 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: 1vw;
	font-family: 'Gotham';
    font-weight: 800;
    font-style: normal;
	text-align: center;
	padding-top: 30vh;
	overflow: hidden;
}

.thankyou .masthead {
	font-size: 1vw;
	font-family: 'Gotham';
    font-weight: 800;
    font-style: normal;
	text-align: center;
	padding-bottom: 2em;;
	overflow: hidden;
	max-width: 1200px;
	display: block;
	margin: 0 auto;
}

.thankyou .content {
	font-family: 'Gotham';
    font-weight: 800;
    font-style: normal;
	text-align: center;
	padding-bottom: 2em;;
	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) {

}
@media (max-width: 1250px) {

}

@media screen and (max-width: 1150px) {
	/*.precheck-rules {
		margin-left: 0;
	}*/

}

@media screen and (max-width: 980px) {
	#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;
	}
	.btn-submit {
		width: 90%;
		padding: 0;
		/*padding-top: 5px;*/
	}
	/*.precheck-rules {
		width: 60%;
		font-size: smaller;
	}*/
	img {
		max-width: 100% !important
	}

}

/* (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;
	}
	.questions .form-group label {
		font-size: 12px;
	}
}

/* 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) {

}
