@charset "utf-8";

/* Google Font */
/*
font-family: 'Overpass', sans-serif;
*/

/* Color Key */
/*
Primary Color =  #e41565
Secondary Colors:
	#ed69a5
*/
/* Color Key  */

/* Default Styles */
*, p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}
html {
	margin: 0px;
	padding: 0px;
	font-size: 75%; /* 1rem = 12px */
}
body {
	font-size: 1rem; /* 1rem = 12px */
	overflow-x: hidden;
}
a:active, a:focus { 
	outline-style: none;
	-moz-outline-style:none; 
}
a, a:link, a:visited  {
	text-decoration:none;
	border: none;
	color: #000;
	vertical-align: top;
}
a:hover {
	transition: background-color 0.1s ease;
	transition: color 0.1s ease;
	transition: color 0.1s ease;
	transition: color 0.1s ease;
}
body,html{
	font-family: 'Overpass', sans-serif !important;
	text-rendering: optimizeLegibility;
}
.btn {
	border-radius: 0;
}
.hidden {
	display: none !important;
}
/* add unicode times to font awesome */
.fa-times-thin:before {
    content: '\00d7';
    font-size: 1.6em;
}
img { 
  object-fit: contain;
}
/* Default Styles */

/* Top Header (Decorative) */
.top_header {
	width: 100%;
	height: 10px;
	background-color: #e41565;
}
/* Top Header (Decorative) */

/* Global class */
.main-content {
	display: flex;/* for ordering if needed */
	flex-direction: column;
}
.main-content section {

}
/* Global Class */

/* Wraps */
.header_wrap, .footer_wrap, .section_wrap, .footer_wrap, .offers_wrap {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.sub_header_wrap, .video_wrap {
	width: 1050px;
	height: auto;
	margin: 0 auto;
}
/* Wraps */

/* Header */
#header_bg {
	width: 100%;
	height: auto;
	background-color: #e5e5e5;
}
#header {
	width: 100%;
	height: 90px;
	display: flex;
}
.logo_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.auto_group_logo {
	width: 100%;
	display: flex;
	align-items: center;
}
.auto_group_logo img {
	width: 145px;
	height: auto;
}
.auto_group_logo h2 {
	margin-left: 6px;
	text-transform: capitalize;
	color: #000;
	font-size: 2.3rem;
	font-weight: 400;
}
.city_container {
	display: flex;
	align-items: center;
}
.city_container h3 {
	margin-top: 3px;
	flex-wrap: wrap;
	font-size: 1.9rem;
	letter-spacing: normal;
	font-style: italic;
}
.header_kba_block {
	margin-left: auto;
	display: flex;
	align-items: center;
}
.h_kba {
	width: auto;
	height: 50px;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.h_kba h6 a:link, .h_kba h6 a:visited {
	padding-top: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 220px;
	height: 50px;
    background: transparent linear-gradient(270deg, rgba(238, 107, 166, 1) 0%, rgba(229, 23, 104, 1) 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: normal;
   	transition: all 0.7s ease-out;
}
.h_kba h6 a:hover {
	transition: all 0.7s ease-out;
	background: #c4c4c4;
	color: #000;
	border: solid 1px #000;
}
.h_kba a:active {
  transform: scale(0.98);
  /* Scaling button to 0.98 to its original size */
  box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
}
/* Header */
/* Sub Header */
#sub_header_bg {
	width: 100%;
	height: auto;
	background-color: #fff;
	border-top: solid 1px #000;
}
#sub_header {
	width: 100%;
	height: 146px;
	display: flex;
	align-items: center;
}
.sub_header_dealer_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
.sub_header_dealer {
	display: flex;
	align-items: center;
}
.sub_header_dealer h1 {
    text-transform: uppercase;
    color: #000;
    font-size: 1.9rem;
    font-weight: bold;
    letter-spacing: normal;
    text-align: center;
}
.sub_header_phone {
	margin-top: 5px;
	display: flex;
	align-items: center;
}
.sub_header_phone p {
    color: #000;
    font-size: 1.3rem;
}
.sub_header_phone p a:link, .sub_header_phone p a:visited {
	color: #000;
    /*color: #e41565; */
}
.sub_header_phone p a:hover {
	color: #ed69a5;
}
.sub_header_address {
	display: flex;
	align-items: center;
}
.sub_header_address > address {
	margin: 0px;
    color: #000;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.6rem;
    text-transform: uppercase;
}
.department_block {
	display: flex;
	margin-left: auto;
	align-items: center;
}
.make_logo {
	width: 100%; /* was 130px */
	height: auto;
}
.make_logo img {
	width: 100%; /* was 130px */
	height: auto;
}
.certified_service {
	margin-left: 10px;
	width: 169px;
	height: auto;
}
.certified_service img {
	width: 169px;
	height: auto;
}
/* Sub Header */

/* Main Video */
.main-video-section {
	margin-top: 10px;
	padding-bottom: 40px;
	display: flex;
	flex-direction: row;
	position: relative;
	background-color: #fff;
}
.video-container {
	background: black;
	flex-basis: 79%;
	position: relative;
	flex-grow: 1;
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
#video_main_container,
#video_bottom_container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	z-index: 1;
}
#video_frame_bg, .video-aspect-placeholder {
	height: auto;
	padding-top:56.25%;
	position:relative;
	width: 100%;
	background: black;
}
#video_XYposition {
	clear :both;
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
}
#video_XYposition .track_ctrl_context_container {
	z-index: 101;
}
#video_XYposition {
	clear :both;
	position: absolute;
	z-index: 6;
}
#video_viewport {
	background-repeat: no-repeat; 
	background-position: center;
	background-color: #000;
}
#video_viewport.errorMsg{ 
	background-image:none;
}
#video_viewport.errorMsg div {
	display:none;
}
#video_viewport.errorMsg:before {
	line-height: 0;
	content: 'Sorry, this video has failed to load.';
	color: white;
	border: 20px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	position: relative;
	z-index: 1000;
}

/* Main Video */

/* Footer */
.footer-container {
	width: 100%;
	height: auto; 
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #e5e5e5;
	border-top: solid 5px #000;
}
.footer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
}
.footer > div {
	flex: 1 1 auto;
	margin-left: 0%;  /* and that, will result in a 10px gap */
}
.footer > div:first-child {
	margin-left: 0%;
}
.footer > div:first-child, .footer > div:nth-child(2) {
	width: 20%;
}
.footer > div:nth-child(3) {
	width: 40%;
}
.footer > div h2 {
	font-size: 2.6rem;
	letter-spacing: .15rem;
	color: #000;
	font-weight: bold;
	letter-spacing: normal;
	text-transform: uppercase;
}
.footer-hours-container {
	margin-top: 47px;
	display: inline-block;
	width: 100%;
}
.footer-hours-container p {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: normal;
}
.dealer-ship-message {
	margin-top: 10px;
	display: inline-block;
	width: 80%;
}
.dealer-ship-message p {
	font-size: .9rem;
	line-height: normal;
	font-weight: bold;
}
#footer_logo {
	margin-top: 25px;
}
#footer_logo h3 {
	font-size: 1.3rem;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
}
.footer-dealer-address {
	display: inline-block;
	width: 80%;
}
.footer-dealer-address p {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.footer-service-container {
	margin-top: 25px;
	display: inline-block;
	width: 80%;
}
.footer-service-container h4 {
	font-size: 1.0rem;
	line-height: normal;
	font-weight: bold;
}
.footer-sales-phone p a:link, .footer-sales-phone p a:visited {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	color: #000;
}
.footer-sales-phone p a:hover {
	color: #ed69a5;
}
.footer-dealer-website {
	margin-top: 25px;
	display: inline-block;
	width: 80%;
}
.footer-dealer-website h4 {
	font-size: 1.0rem;
	line-height: normal;
	font-weight: bold;
}
.footer-dealer-website h6 a:link, .footer-dealer-website h6 a:visited {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: normal;
	color: #000;
}
.footer-dealer-website h6 a:hover {
	color: #ed69a5;
}
#map img {
    width: 100%;
    max-width:100%;
    height: auto;
}
/* Footer */


/* section contents / headers inset and aligned with each other */
/*
.inset-margins,
.section-header {
	margin-left: auto;
	margin-right: auto;
	max-width: calc(100% - 50px);
}
*/


.tray-container{
	position: relative;
	flex-basis: 21%;
	display: flex;
}

.videos-tray{
	position: absolute;
	overflow-y: auto;
	overflow-x: hidden;
	top: 0;
	bottom: 0;
	width: 100%;
}

/*CUSTOM SCROLLBAR*/
/* Works on Firefox */
.custom-scrollbar {
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.11) rgba(0, 0, 0, 0.1);
}

/* Works on Chrome, Edge, and Safari */
.custom-scrollbar::-webkit-scrollbar {
	width: 10px;
}

.custom-scrollbar::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
}

.custom-scrollbar::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.11);
	border-radius: 0px;
	border: 0px solid rgba(0, 0, 0, 0.1);
}
/*CUSTOM SCROLLBAR*/


/*model videos tray*/
.model-videos-tray{ 
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
}

.model-videos-tray ul{
	display: flex;
	list-style: none;
	padding: 0;
	line-height: 1;
	margin: 0;
	justify-content: space-between;
	min-height: 65px;
	flex-direction: row;
}

.model-videos-tray li{
	min-width: 150px;
	flex-grow: 1;
	width: 100%;
	display: flex;
}

.model-videos-tray li a
{
	border-top: 2px solid transparent;
}


.model-videos-tray li .activeVideoButton {
	border-top: 2px solid #d4d4d4;
}

.model-videos-tray li:first-child{
	border-left:none;
}

.model-videos-tray li a{
	width: 100%;
	justify-content: center;
	display: flex;
	padding-top: 10px;
}
.model-videos-tray a span{
	display:inline;
	width:fit-content;
	max-width: 121px;
	text-align: left;
	font-size: 16px;
}

.the-offer-content {
	padding: 10px;
	color: #4b4b4b;
}

.offer-image{    
	width: 100%;
	max-width: fit-content;
}


.make-logo-img {
	max-width: 280px; /* was 115px */ 
}

.kba-btn-contact {
	width: 90px;
	height: 50px;
	display: inline-block;
	float:left;
	font-size: 20px;
	font-weight: bold;
	margin-left:5px;
}

.kba-btn-margin-contact {
	padding: 10px;
	margin-top: 2px;
}

.kba-btn {
	float: left;
	width: 200px;
	height: 50px;
	display: inline-block;
}

.kba-btn-margin {
	padding: 10px;
	margin-top: 2px;
}

.kba-btn-text {
	color: rgb(238, 118, 35);
	float: left;
	font-size: 20px;
}

.kba-btn-ContactUs {
	font-size: 20px;
	float:right;
}

.header-visit-us {
	flex-grow: 1;
	flex-basis: 25%;
	min-width: 170px;
}
.header-visit-us span{
	margin-left: 5px;

}

.header-visit-us-pad {
	padding: 10px;
}

.header-visit-us-text {
	color: rgb(238, 118, 35);
	float: left;
	font-size: 16px;
}

.header-visit-us-icon-container {
	color: #fff;
	margin-top: 4px;
	float: right;
}

.header-visit-us-icon {
	font-size: 26px;
	margin-top: -2px;
}


#logo_table {
	padding-left: 28px;
	padding-right: 28px;
	flex-grow: 1;
	flex-shrink: 1;
	line-height: 1;
	flex-basis: 50%;
}

#logo {align-items: center;}

#logo a{
	font-size: 23px;
}

#logo img {
	max-height: 55px;
	height: auto;
	width: auto;
}

.header-nav.sticky .anchor-navbar{
	position: fixed;
	z-index: 999;
	top: 0;
}

#contact_info_table {
	flex-basis: 33%;
	max-width: 230px;
}

#contact_info {margin-left: 10px;}

#contact_info p {
	line-height: 1;
	padding-bottom: 3px;
	padding-top: 3px;
}

#contact_info p a:link, 
#contact_info p a:visited {
	text-decoration: none;
}

.rewards-disclaimer{
	padding-top:30px;
	font-size:12px;
	line-height:1.4;
	color:#555;
}


.rewards-icon{
	color:hotpink;
	min-height: 30px;
	min-width: 30px;
	margin-left: 0px;
	margin-right: 8px;
	flex-grow: 1;
	flex-shrink: 0;
}



#model {
	float: right;
	height: 68px;
	width: auto;
	display: table;
}
/*
#model_title {
	height: 68px;
	width: auto;
	display: table-cell;
	vertical-align: middle;
}

#model_title p {
	font-size: 16px;
	color: #FFF;
	text-transform: uppercase;
	margin-left: 15px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #747474;
}
*/




	.tray-container a {
		text-decoration: none;
		text-transform: none;
		font-size: 15px;
	}

	.tray-container {
	}

	.tray-container ul {
		width: 100%;
		min-height: 100%;
		list-style-type: none;
		margin: 0;
		padding: 0;
		flex-direction: column;
		display: flex;
		overflow: hidden;
	}

	.tray-container li {
		margin: 18px;
		margin-top: 16px;
		margin-bottom: 0;
		line-height: 1.1;
		list-style-type: none;
		padding: 0;
	}

	.thumbimg {
		margin: 0;
		padding: 0;
		width:100%;
		background-color: #ebebeb;
		background-position: center center;
		background-size: cover;
		display: block;
		position: relative;
		padding-top: 56%;
	}

	.c-button {
		float: none;
		height: 60px;
		width: 353px;
	}

	.off-cont {
		display: inline-block;
		width: 370px;
		min-height: 300px;
	}

	.t_1 {
		display: flex;
		flex-direction: column;
		min-height: 40px;
		justify-content: center;
		font-size: 14px;
	}

	.timedisplay {
		font-size: 9px;
		float: left;
		width: 95%;
		padding-left: 3px;
		padding-bottom: 5px;
	}

	.tray-container li a.activeVideoButton {}

	.tray-container .playarrow{
		display:block;
		position: 	absolute;
		overflow: hidden;
		top: 0;
		background-repeat:no-repeat;
		width:100%;
		height:100%;
		background-position: center center;
		background-image:url('../../../files/images/ui-icons/thumbnail_play.svg');
	}

	.tray-container .activeVideoButton .playarrow{
		background-image:url('../../../files/images/ui-icons/thumbnail_pause.svg');
	}

	a.activeVideoButton .thumbimg{
		box-shadow: -3px -3px 0 inset hotpink, 3px 3px 0 inset hotpink;
	}

	a.activeVideoButton .t_1 {
		color: hotpink;
	}

	.tray-container li a.loading{}
	.tray-container li a.loading:before{ display: none!important; }

/*
	.main_nav {
		height: 25px;
		width: 157px;
	}

	.main_nav a:link,
	.main_nav a:visited {
		background-color: #555555;
		height: 20px;
		width: 152px;
		background-image: url(../../../images/nav_bg.png);
		background-repeat: repeat-x;
		float: left;
		text-align: center;
		font-size: 12px;
		color: #FFF;
		text-decoration: none;
		padding-top: 5px;
		text-transform: uppercase;
		font-weight: bold;
	}

	.main_nav a:hover {
		background-image: none;
	}*/
/*
	#button_1 {
		position: absolute;
		z-index: 4;
		left: 615px;
		top: 30px;
	}

	#button_2 {
		position: absolute;
		z-index: 4;
		left: 785px;
		top: 30px;
	}

	#main_offer_bg {
		background: #000;
		float: left;
	}

	#main_offer_table {
		min-height: 249px;
		width: 413px;
		z-index: 3;
		top: 0px;
		left: 20px;
		display: table;
	}

	#main_offer {
		display: table-cell;
		height: 360px;
		width: 393px;
		vertical-align: middle;
	}

	#main_offer h2 {
		text-align: center;
		height: auto;
		width: 110px;
		border: 1px solid #999;
		color: #FFF;
		background-color: #b50000;
		padding-top: 2px;
		padding-bottom: 2px;
		font-size: 10px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: lighter;
	}

	#main_offer h1 {
		text-align: center;
		height: auto;
		width: 393px;
		border: 1px solid #999;
		color: #FFF;
		background-color: #000;
		padding-top: 4px;
		padding-bottom: 4px;
		font-size: 18px;
		text-transform: uppercase;
		letter-spacing: 3px;
		font-weight: lighter;
		margin-top: -1px;
	}

	#main_offer p {
		color: #FFF;
		font-size: 16px;
		text-transform: none;
		line-height: 21px;
		margin-top: 13px;
	}*/
/*
	a.largebutton:link,
	a.largebutton:visited {
		text-align: center;
		color: #FFF;
		background-color: #b50000;
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: bold;
		text-decoration: none;
		float: left;
		background-image: url(../../../images/test_drive.png);
		background-repeat: repeat-x;
		background-position: 0px 0px;
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 22px;
		padding-right: 22px;
		-moz-box-shadow: 0 0 5px #000;
		-webkit-box-shadow: 0 0 5px #000;
		box-shadow: 0 0 5px #000;
	}

	#flyoutButton{
		position:absolute;
		top:0px;
		left:0px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}


	a.largebutton:hover {
		background-image: none;
	}



	#bubble_1 {
		z-index: 30;
		left: 150px;
		top: 150px;
		display: none;
	}

	#bubble_1 h6 a:link,
	#bubble_1 h6 a:visited {
		text-align: center;
		height: 18px;
		width: 240px;
		color: #FFF;
		background-color: #b50000;
		padding-top: 5px;
		padding-bottom: 4px;
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: bold;
		text-decoration: none;
		float: left;
		background-image: url(../../../images/test_drive.png);
		background-repeat: repeat-x;
		margin-top: 15px;
		-moz-box-shadow: 0 0 5px #000;
		-webkit-box-shadow: 0 0 5px #000;
		box-shadow: 0 0 5px #000;
	}
*/
/*	#vehicle,
	#vehicle1,
	#vehicle2, 
	#vehicle3, 
	#vehicle4, 
	#vehicle5 {
		height: 257px;
		width: 401px;
		position: absolute;
		z-index: 60;
		margin-left: 1268px;
		bottom: -75px;
	}
*/
	#bottom_bg {
		float: left;
		height: auto;
		width: 100%;
	}

	#bottom_wrap {
		height: auto;
		width: 1005px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
	}

	#bottom_contaner {
		width: 1005px;
		height: 600px;
		float: left;
	}

	#left_col {
		float: left;
		height: 600px;
		width: 625px;
	}

	#social_frame {
		float: left;
		height: 51px;
		width: 625px;
		z-index: 100;
		position: relative;
	}

	#facebook_table {
		float: left;
		height: 45px;
		width: 281px;
		display: table;
		margin-top: 6px;
	}

	#facebook_like {
		vertical-align: middle;
		display: table-cell;
		height: 47px;
		width: 281px;
	}

	#social_list_table {
		height: 41px;
		width: auto;
		display: table;
		margin-top: 10px;
		margin-right: 16px;
	}

	#social_list {
		vertical-align: middle;
		display: table-cell;
		height: 43px;
		width: auto;
	}

	#social_list ul {
		list-style-type: none;
	}

	#social_list li {
		display: inline;
	}

	#social_list li a:link, 
	#social_list li a:visited {
		text-decoration: none;
		margin-right: 0px;
		margin-left: 0px;
	}

	#social_list li a:hover {
	}

/*
	#map, #map img {
		width: 100%;
	}
*/
	#disclosure {
		float: left;
		width: 100%;
		margin-top: 30px;
	}

	#disclosure p {
		font-size: 12px;
		color: #000000;
		float: left;
		width: 100%;
		margin-top: 5px;
		line-height: 18px;
	}

	#right_col {
		float: right;
		height: 600px;
		width: 360px;
		position: relative;
	}

	#logo_2_table {
		float: left;
		margin-top: 50px;
		display: table;
		height: 68px;
		width: 360px;
	}

	#logo_2 {
		display: table-cell;
		vertical-align: middle;
		height: 87px;
		width: 360px;
		text-align: center;
		background-repeat: no-repeat;
	}

	#logo_2 img {
		max-height: 65px;
		height: auto;
		width: auto;
		max-width: 330px;
	}

	#info_frame {
		float: left;
		margin-top: 15px;
		height: auto;
		width: 360px;
	}

	#address {
		float: left;
		height: auto;
		/* width: 156px; */
		width: 100%;
		margin-left: 23px;
		padding-bottom: 18px;
	}

	#hours {
		float: left;
		height: auto;
		width: 100%;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #999;
		margin-left: 23px;
		padding-top: 18px;
	}
	.dealer-ship-message p {
		font-size: 12.5px;
		margin-top: 10px;
	}
	.more_info h2 {
		font-size: 16px;
		font-weight: bold;
		color: #000;
	}

	.more_info p {
		font-size: 13px;
		font-weight: normal;
		color: #000;
		float: left;
		margin-top: 5px;
		line-height: 18px;
	}


/*
	section.footer-container {
		width: 100%;
		margin-top: 10px;
		padding-top: 35px;
	}

	.footer-contents {
		padding-top: 20px;
		display: flex;
		flex-direction: row;
	}

	.map-container{
		position: relative;
		flex-basis: 50%;
		flex-grow: 1;
	}

	.footer-dealer-info {
		flex-basis: 50%;
		flex-grow: 1;
	}


	.footer-dealer-address {
		font-size: 15px;
		padding-bottom: 10px;
	}



	.footer-service-contact-flex{
		display: flex;
		flex-direction: row;
	}

	.footer-service-container {
		padding-right: 15px;
		flex-basis: 37%;
		flex-grow: 1;
		border-right: 1px solid #ddd;
	}
	.footer-contact-container {
		margin-left: 15px;
		flex-basis: 63%;
		flex-grow: 1;
	}






	.footer-hours-container {
		display: inline-block;
		width: 100%;
		max-width: 80%;
		margin-top: 10px;
	}

	.footer-dealer-name {

	}

	.footer-dealer-container {
		display: inline-block;
		width: 100%;
		font-size: 14px;
	}

	.footer-service-row {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	/* Privacy Policy CCPA */
	.policy-url-container {
		margin-top:  40px;
		width:  100%;
		height:  auto;
		padding-top:  30px;
		padding-bottom:  30px;
	}

	.privacy_wrap {
		width:  100%;
		height:  auto;
		margin-top:  0px;
		margin-left:  auto;
		margin-bottom:  0px;
		margin-right:  auto;
	}

	.privacy {
		float:  left;
		width:  100%;
		height:  auto;
		margin:  0px;
		padding:  0px;
	}
	.privacy  ul {
		list-style-type: none;
		display:  inline-block;
		margin:  0px;
		padding:  0px;
	}
	.privacy li {
		float:  left;
		width:  auto;
		height:  auto;
		margin-left:  30px;
	}
	.privacy li:first-child { 
		margin-left:  0px;
		padding:  0px;
	}
	.privacy li a:link, .privacy h6 a:visited {
		float:  left;
		width:  auto;
		text-decoration: underline !important;
		font-size: 14px;
		font-weight:  normal;
	}
	.privacy li h6 a:hover {
	}
	/* Privacy Policy CCPA */

	.inv-cont {
		display: inline-block;
		width: 100%;
	}

	.inv-vins-cont {
		width: 1101px;
		margin: 0 auto;
		margin-top: 30px;
	}

	.inv-header {
		border-bottom: 1px solid #333;
		font-weight: bold;
		font-size: 30px;
	}

	.inv-vin-cont {
		width: 260px;
		margin-top: 20px;
		display: inline-block;
		margin-right: 10px;
	}

	.inv-vin-pad {
		padding: 10px;
	}

	.inv-img {
		width: 100%;
		text-align: center;
	}

	.inv-vin-title {
		font-size: 24px;
		font-weight: bold;
		text-transform: uppercase;
	}

	.inv-vin-price {
		font-size: 24px;
	}

	.inv-btn-container {
		width: 100%;
		text-align: center;
		margin-top: 50px;
	}

	.mod-cont {
		display: inline-block;
		width: 100%;
		margin-top:30px;
	}

	.mod-vins-cont {
		width: 1101px;
		margin: 0 auto;
		margin-top: 30px;
	}

	.def-footer {
		width: 100%;
		text-align: center;
		color: #fff;
		background: rgb(85, 86, 90);
		font-size: 12px;
	}


	.mod-header {
		font-weight: bold;
		font-size: 30px;
		cursor: pointer;
	}

	.mod-tab {
		width: 250px;
		display: inline-block;
		font-size:24px;
	}

	#modelDIV a {
		text-decoration: none;
		text-transform: none;
		font-size: 15px;
	}

	.mtul li {
		margin-left:20px;
		margin-top: 20px;
	}

	#modelDIV {
		z-index: 10;
		width: 100%;
		height: auto;
		top: 370px;
		left: -7px;
		margin-top: 5px;
	}

	#modelDIV ul {
		width: 100%;
		display: table;
		table-layout: fixed;
		list-style-type: none;
	}

	#modelDIV li {
		float:left;
		vertical-align:top;
		width: 340px;
		height: 200px;
		list-style-type: none;
		padding-right: 0px;
		background: rgba(0,0,0,.9);
		background-repeat: repeat;
	}

	.modelimg {
		height: 166px;
		width:100%;
		position:inline-block;
		background-position: top center;
		background-size: cover;
	}

	#modelDIV li p {
		color: #FFF;
	}

	#video_pop_up {
		display: none;
		position: fixed;
		right: 94px;
		bottom: 53px;
		z-index: 100;
	}

	#video_thumb_container{
		width: 360px;
		height: 200px;
		background: black;
	}


	#video_pop_up_close {
		cursor: pointer;
		position: absolute;
		z-index: 9999;
		text-align: center;
		font-size: 10px;
		height: 40px;
		width: 40px;
		line-height: 0;
		display: flex;
		align-items: center;
		color: white;
		justify-content: center;
		right: 5px;
		top: 5px;
		background: rgba(0, 0, 0, 0.2) none repeat scroll 0px 0px;
	}

	#video_pop_up #playerContainerUwm .temporaryOverlayUwm{

	}

	#video_pop_up #playerContainerUwm #playerControlsContainerUwm{

	}

	.current-video-info{

	}

	.video-popup-cta{

	}

	.video-popup-cta .btn{
		display:flex;
		width:100%;
		border-radius: 0;
		text-align:center;
		align-items: center;
		justify-content:space-between;
	}

	.video-popup-cta .btn .svgicon{
	}


	.popout {
		animation: popout .5s ease;
		-webkit-animation: popout .5s ease;
	}
	@keyframes popout {
		from{transform:scale(0)}
		90%{transform:scale(1.1)}
		to{transform:scale(1)}
	}
	@-webkit-keyframes popout {
		from{-webkit-transform:scale(0)}
		80%{-webkit-transform:scale(1.1)}
		to{-webkit-transform:scale(1)}
	}

	.goodbye {
		animation: goodbye .4s ease;
		-webkit-animation: goodbye .4s ease;
		animation-name: goodbye ease;
		animation-fill-mode: forwards;
	}

	@keyframes goodbye {
		from{-webkit-transform:scale(1)}
		20%{-webkit-transform:scale(1.1)}
		30%{-webkit-transform:scale(.9)}
		40%{-webkit-transform:scale(.75)}
		60%{-webkit-transform:scale(.5)}
		85%{-webkit-transform:scale(.25)}
		100%{-webkit-transform:scale(0);display:none;}
		to{-webkit-transform:scale(0)}
	}

	.special-add-conv-cont {
		display: inline-block;
	}

	.special-add-conv-icon {
		width: 60px;
		font-size: 12px;
		padding: 10px;
		text-align: center;
		display: inline-block;
		float: left;
	}

 	.scd-container {
		margin-left: 15px;
	} 

	.scd-container img{
		max-height: 40px;
	}

	.main-off-pad {
		padding-left: 15px;
	}

	.sec-container {
		/* display: inline-block; */
		/* width: 100%; */
		/* background-color: #fff; */
	}

	/* only display in mobile view */
	.mobile-only {
		display: none;
	}


	.second-button {
		margin-left: 75px;
	}

	.kba-button-text-one {
		font-size: 20px;
	}

	.defpad {
		padding: 10px;
	}

	.btn-one-arrow,
	.btn-two-arrow {
		display: none;
	}
/*
	a.app-btn{
		width: 100%;
		max-width: 164px;
		border: 1px solid hotpink;
		padding: 9px 6px;
		color: hotpink;
		text-decoration: none;
		letter-spacing: 3px;
		text-transform: uppercase;
		font-size: 1em;
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 164px;
		border-radius: 0;
	}
	img.g-icon {
		position: relative;
		left: 0;
		right: 0;
		width:15px;
		margin-right: 15px;
		height: 22px;
	}

	a.app-btn:hover{
		background:hotpink;
		color:#fff;
	}  
*/
	.KBA-FindYours, .KBA-Current-Offers, .KBA-VisitUs, .KBA-Contact-Us {
		width: 100%;
		border: 1px solid hotpink;
		padding: 9px;
		color: hotpink;
		text-decoration: none;
		text-transform: uppercase;
		display: inline-block;
	}

	.video-thum {
	}
	.video-wrap{
	}

	.video-thum .video-title {
		font-size: 14px;
		font-weight: bold;
	}

	.KBA-FindYours:hover, .KBA-Current-Offers:hover, .KBA-VisitUs:hover, .KBA-Contact-Us:hover{        
		background:hotpink;
		color:#fff;
	}

	.header-nav{
		max-width: 1101px;
		margin: 0 auto;
	}

	.anchor-navbar{
		background: #2b2b2b;
		color: #fff;
		padding-left: 25px;
		padding-right: 7px;
		align-items: baseline;
		line-height: 1.1;
	}
	.anchor-navbar nav,
	.anchor-navbar .navbar-nav{
		display:flex;
		justify-content:space-between;
		align-items: end;
		width:100%;
		height: 100%;
		padding: 0;
	}

	.anchor-navbar li{
		position: relative;
		height: 100%;
		display: flex;
		height: 60px;
	}

    .anchor-navbar li.active:after{
    	content:'';
    	position:absolute;
    	height:2px;
    	width:75%;
    	background:currentColor;
    	bottom:0;
    	left:50%;
    	transform:translateX(-50%);
    }



	.anchor-navbar li:first-child{
		flex-grow:1;
		align-items: center;
	}

	.navbar-toggler{
		font-size: 1em;
	}

	/*navbar icon behavior*/
	.navbar-dark .navbar-toggler{
		color: white;
	}

	.navbar-toggler .fa-angle-down,
	.navbar-toggler.collapsed .fa-angle-up
	{
		display: none;
	}

	.navbar-toggler .fa-angle-up,
	.navbar-toggler.collapsed .fa-angle-down
	{
		display: inline-block;
	}
	/*navbar icon behavior*/

	.nav-item>a {
		width: 100%;
	}
	.anchor-navbar li:first-child a{
		max-width: 289px;
	}

	.anchor-navbar .btn{
		width: 100%;
		max-width: 289px;
		min-width: 200px;
		height: 45px;
		border-radius: 0;
		border:1px solid #fff;
		text-align: center;
		background: transparent;
		color: #fff;
	}

	.anchor-navbar .btn:hover{
		background: rgba(255, 255, 255, 0.1);
	}

	.anchor-navbar .navbar-nav .nav-link{
		color: #fff;
		font-size: 16px;
		align-items: center;
		display: flex;
		letter-spacing: 2.8px;
		padding: 0.52rem 30px;
	}

	.anchor-navbar .navbar-nav .nav-link :last-child{
		padding-right:0px;
	}

	.anchor-navbar .navbar-nav .nav-link:hover,
	.anchor-navbar .navbar-nav .nav-link:active,
	.anchor-navbar .navbar-nav .nav-link:visited{
		color: #fff;

	}

	.anchor-navbar .navbar-nav .nav-link.show,
	.anchor-navbar .navbar-nav .show>.nav-link{
		color: #fff;
		border-bottom: 2px solid #fff;
	}

/*
.logo {
	display: flex;
	width: 170px;
}
*/

/* Banner */
.offer-section-banner {
	width: 100%;
	height: auto;
	background-color: #000;
}
.section-header {
	display: flex;
	justify-content: space-between;
	height: 115px;
	align-items: center;
}
.section-header h2 {
	font-size: 2.7rem;
	letter-spacing: .1rem;
	font-weight: bold;
	letter-spacing: normal;
	text-transform: uppercase;
	color: #fff;
}
.b_kba {
	width: auto;
	height: 50px;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.b_kba h6 a:link, .b_kba h6 a:visited {
	padding-top: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 323px;
	height: 50px;
    background: transparent linear-gradient(270deg, rgba(238, 107, 166, 1) 0%, rgba(229, 23, 104, 1) 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: normal;
}
.b_kba h6 a:hover {
	transition: all 0.7s ease-out;
	background: #c4c4c4;
	color: #000;
	border: solid 1px #000;
}
.b_kba h6 a:active {
  	transform: scale(0.98);
  	/* Scaling button to 0.98 to its original size */
  	box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
}
/* Banner */

/* Offer Section Coupon */
.offer-section-coupons {
	padding-top: 40px;
	padding-bottom: 40px;
	width: 100%;
	height: auto; /* Not sure why height can not be auto */
	background-color: #fff;
}
.coupon-section {
	width:  100%;
	height:  auto;
}
.coupons-ul {
	list-style-type: none;
	display: block;
}
.coupons-li {
    display: inline-block;
}
.coupon_item_wrap {
	width: 352px;
	height: auto;	
	margin: auto 0px;
}
.cp-container, .auth-offer, .auth_login_content {
	float: left;
	max-width: 335px;
	height:  auto;
}
/*
.cp-container img {
	float: left;
	width: 100%;
	height: auto;
}
*/
.cp {
    float: left;
    color: #333132;
    width: 100%;
    height: auto;
}
/*
.cp-pad {
	float: left;
	padding: 20px;
}
*/
/*
.cp-dealer-name {
	text-align: center;
	font-size: 16px;
}
*/
/*
.cp-header {
	font-size: 22px;
	text-align: center;
	margin-top: 15px;
}
*/
.redeemer_coupon_image,
.cp-value {
	width: 100%;
	min-width: 335px; 
	height: 445px;
	background-color: #e5e5e5;
	background: url(../../../../cm_autonation_assets/loading.gif) no-repeat center center;
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.redeemer_coupon_image img,
.cp-value img {
	width: 100%;
	height: auto;
	text-align: center;
	min-width: 335px; 
	min-height: 445px;
	color: white;
	background: transparent;
}

.cp-value img{
	max-width: 335px; 
	max-height: 445px;
}


.redeemer_coupon_image img.errored,
.cp-value img.errored{
	background-color: #e5e5e5;
	background: url(../../../../cm_autonation_assets/MissingOffer.jpg) no-repeat center center;
}


.cp-mid {
	width: 100%;
	height: auto;
}

.cpb {
	margin-top: 20px;
	float: left;
	width: 100%;
	height: auto;
}

.view_details {
	float: left;
	width: 100%;
	height: auto;
}
.view_details h6 {
	float: left;
	width: 100%;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666; /* scary */
	font-size: 1.6rem;
    letter-spacing: normal;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
  	text-decoration-color: #d8d8d8;
  	transition: all 0.7s ease-out;
}
.view_details h6:hover {
	transition: all 0.7s ease-out;
	color: #fff;
	background-color: #000;
}
.coupon_description {
	margin-top: 10px;
	float: left;
	width: 100%;
	height: auto;
	display: none;
}
.coupon_discription p {
	float: left;
	width: 100%;
	height: auto;
	font-size: 1rem;
}
.cp-s-table {
	float: left;
	width: 100%;
	height: auto;
}
.cp-s-table  h6 {
	float: left;
	width: 100%;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #133256; 
	background-color: #dedede; 
	font-size: 1.4rem;
    letter-spacing: normal;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}
.cp-s-table h6:hover {
	transition: all 0.7s ease-out;
	color: #fff;
	background-color: #000;
}
.cp-r-table {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 15px;
}
.cp-r-table h6 {
	float: left;
	width: 100%;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #133256; 
	background-color: #dedede; 
	font-size: 1.2rem;
    letter-spacing: .1rem;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
.cp-r-table h6:hover {
	transition: all 0.7s ease-out;
	color: #fff;
	background-color: #000;
}

/*
.cp-sub-header {
	font-size: 13px;
	text-align: left;
	margin-top: 20px;
}
*/
/*
.cp-r-table {
	display: table;
	width: 100%;
	height: 45px;
}
.cp-r-table-cell {
	display: table-cell;
	width: 100%;
	height: 45px;
	text-align: center;
	vertical-align: middle;
}
*/
/*
.cp-s-table {
	margin-top:  10px;
	display: table;
	width: 100%;
	height: 45px;
	background: #2B7BCD;
}
*/
/*
.cp-disclaimer {
	font-family:'Conv_ProximaNova-Regular',Sans-Serif;
	font-size: 12px;
	text-align: center;
	margin-top: 14px;
	text-align: left;
}
*/
.complimentary {
    font-size: 30px;
}
/* Offer Section Coupon */



	hr.gray{
		border-top: 1px solid #d0d0d0;
	}

	.banner-text {
		display: none;
	}

	.offer-banner .panel{
		background: #ebebeb;
		padding: 30px 28px;
		width: 100%;
		overflow: hidden;
	}

	.offer-banner{
		background: #fff;
		display: flex;
		width: 100%;
	}

	.banner-wrap{
		background: #fff;
		width: 100%;
	}

	.offer-disclaimer{
		font-size:12px;
		padding-top: 30px;
		padding-bottom: 0;
		line-height:1.4;
		color:#555;
	}

	.flex{
		display: flex;
	}

	.offer-and-buttons-container {
		margin-top: 20px;
	}

	.items-center{
		align-items: center;
	}
	.text-center{
		text-align: center;
	}

	.banner{
		flex-basis: 53%;
		flex-shrink: 0;
		flex-grow: 1;
	}
	.offer-action{
		flex-basis:47%;
		flex-grow:1;
		text-align: center;
	}

	.banner-wrap{
		align-items: center;
	}

	.branded-btn{
		height: 40px;
		border-radius: 0;
		border:1px solid hotpink;
		text-align: center;
		background: transparent;
		color: hotpink;
		max-width: 344px;
		width: 100%;
		font-size: 15px;
		text-transform: uppercase;
	}

	.branded-btn:hover{
		background: hotpink;
		color: #fff;
	}

	.branded-btn.black{
		border:1px solid #000;
		color: #000;
	}

	.branded-btn.black:hover{
		background: #000;
		color: #fff;
	}

	.stock{
		padding-top: 20px;
		/* justify-content: space-between; */
	}

	.stock>div:first-child{
		margin-left: 0;
	}

	.stock>div:last-child{
		margin-right: 0;
	}

	.stok-col{
		border:1px solid #d0d0d0;
		width: 100%;
		max-width: 332px;
		display: flex;
		padding: 0;
		justify-content: space-between;
		margin-left: 10px;
		margin-right: 10px;
		flex-direction: column;
	}

	.stok-col .vehicle-image{
		position: relative;
		flex-shrink: 0;
		padding: 0;
		padding-top: 75%;
		width: 100%;
		background: #eee;
	}


	/*VEHICLE IMAGE*/
	.stok-col .vehicle-image .img{
		position: absolute;
		background-size: contain!important;
		background-repeat: no-repeat!important;
		background-position: top center!important;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
	}

	.stok-col .vehicle-image.errored .missing-img{
		position: absolute;
		background-size: contain!important;
		background-repeat: no-repeat!important;
		background-position: top center!important;
	    top: 5%;
	    left: 25%;
	    width: 50%;
	    height: 80%;
		z-index: 0;
		background: rgba(0, 0, 0, 0.2);
		-webkit-mask: url(../../../files/images/ui-icons/missing-car-image.svg) no-repeat center;
		mask: url(../../../files/images/ui-icons/missing-car-image.svg) no-repeat center;
	}

	.stok-col .vehicle-image.errored .missing-img-text:before{
	    content: 'VEHICLE IMAGE NOT AVAILABLE';
	    position: absolute;
	    z-index: 1;
	    letter-spacing: 1px;
	    line-height: 1.1;
	    text-align: center;
	    padding-left: 10px;
	    padding-right: 10px;
	    top: 63%;
	    display: flex;
	    color: rgba(0, 0, 0, 0.3);
	    justify-content: center;
	    align-items: center;
	    width: 100%;
	}
	/*VEHICLE IMAGE*/


	.stok-col .branded-btn{
		min-width: auto;
		width: 100%!important;
	}

	.stok-col .body{
		max-height: 100%;
		padding: 20px;
		display: flex;
		flex-grow: 1;
		flex-direction: column;
		justify-content: space-between;
	}


	.stok-col .body h2{
		text-transform: uppercase;
		font-size: 20px;
		margin-bottom: 12px;
	}

	.stok-col .body p{
		font-size: 15px;
		margin-bottom: 12px;
		flex-grow: 1;
	}

	.my-rewards{
		margin-top: 90px;
	}

	.rewards-banner{
		height: 352px;
		background: #ebebeb;
		position: relative;
		background-size: cover;
	}

	.rewards-card{
		width: 335px;
		flex-direction: column;
		display: flex;
		min-height: 283px;
		justify-content: space-around;
		background: #fff;
		position: absolute;
		padding: 10px;
		top: 30px;
		left: 30px;
	}

	.rewards-box{
		display: flex;
		flex-direction: row;
		width: 100%;
		justify-content: space-between;
	}

	.rewards-text {
		flex-grow: 1;
		flex-basis: 100%;
		padding: 5px;
		margin-top: 4px;
		flex-shrink: 0;
		font-size: 14px;
		text-align: justify;
	}

	.rewards-card h2{
		font-size: 20px;
		text-transform: uppercase;
		margin-bottom: 12px;

	}

	.rewards-card .branded-btn{
		min-width: auto;
		width: 100%;
	}
	.reward-logo-img{    
		max-width: 300px;
	}












	/* Authentication pop-up */
	.lb-page-overlay { /*modal backdrop*/
		position: fixed;
		top: 0;
		width: 100%;
		overflow: hidden;
		height: 100%;
		z-index: 1021;
		background: rgba(0, 0, 0, 0.5);
		display: none;
	}

	.lb-pop-up-message-wraper {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0px;
		z-index: 1022;
		display: none;
		pointer-events: none;/*do not block events below modal*/
	}

	.lb-pop-up-message{
		pointer-events: all;/*do not block events*/
	}

	.action_pop_up_wrapper {
		width:  800px;
		height:  auto;
		margin-top:  0px;
		margin-left:  auto;
		margin-bottom:  0px;
		margin-right:  auto;
	}

	.action-pop-up-container {
		width: 100%;
		margin: 0 auto;
		height: auto;
		background-color: #fff;
	}

	.pop-up-contents {
		float: left;
		display: block;
		width: 100%;
		height: auto;
		background: #fff;
		-moz-box-shadow: 0 0 5px #000;
		-webkit-box-shadow: 0 0 5px #000;
		box-shadow: 0 0 5px #000;
	}
	.pop_up_content {
		float: left;
		width:  100%;
		height:  auto;
		height:  auto;
	}





	/* Inside the popup window */

	/* Auth Login */

	.action-pop-up-container,
	.auth-service-offer > img,
	.offer-text-container 
	{
		width: 100%;
	}

	.auth-service-offer img {
		position: relative;
	}


	.offer-header {
		float: left;
		width:  100%;
		height: auto;
		flex-grow: 1;
		background-color:  #CCC;
		background-repeat: no-repeat;
		background-size: cover;
		align-items: center;
		justify-content: center;
	}
	.offer-header img {
		/* float: left; */
		width:  100%;
		height:  auto;
	}
	.offer-text-container {
		float:  left;
		width:  100%;
		height:  auto;
	}
	.offer-text {
		/* float: left; */
		/* width: 100%; */
		height: auto;
		letter-spacing:  1px;
	}
	.offer-title_bg {
		/* float: left; */
		/* width: 100%; */
		margin-top: 20px;
	}
	.offer-title_wrap {
		width:  35%;
		height:  auto;
		margin-top:  0px;
		margin-left:  auto;
		margin-bottom:  0px;
		margin-right: auto;
	}
	.offer_title {
		float: left;
		width:  100%;
		height:  auto;
	}
	.offer_title h1 {
		float: left;
		width:  100%;
		height:  auto;
		font-size: 17px;
		font-weight:  normal;
		letter-spacing:  1px;
	}
	.offers_bg {
		/* float: left; */
		/* width: 100%; */
		/* height:  auto; */
	}
	.offers_wrap {
		height:  auto;
		margin-top: 0px;
		margin-left:  auto;
		margin-bottom:  0px;
		margin-right: auto;
	}
	.offers {
		float: left;
		width:  100%;
		height:  auto;
	}
	.offers ul {
		list-style-type:  none;
	}
	.offers li {
		float: left;
		margin-top:  10px;
		width: 100%;
		height: auto;
		color: #000;
		font-weight:  bold;
		letter-spacing:  .5px;
	}
	.uppercase {
		text-transform:  uppercase;
	}

	.fa-check {
		color: #2b7bcd;
		font-size: 18px;
		margin-right: 10px;
	}

	.offer_btn_bg {
		margin-top: 20px;
		padding: 15px;
		width: 100%;
	}
	.offer_btn_wrap {
		width:  35%;
		height:  auto;
		margin-top:  0px;
		margin-left:  auto;
		margin-bottom:  0px;
		margin-right:  auto;
	}
	.offer-btn {
		float: left;
		width:  100%;
		height:  auto;
	}
	.offer-btn h6 {
		padding-top:  10px;
		padding-bottom:  10px;
		float: left;
		width:  100%;
		height:  auto;
		font-size:  15px;
		text-align:  center;
		background-color: #2b7bcd;
		color: #fff;
		cursor: pointer;
		text-transform:  uppercase;
	}
	.close_offer_text_bg {
		padding-top: 20px;
		padding-bottom: 20px;
		/* float: left; */
		width:  100%;
		/* height:  auto; */
	}
	.close_offers_text_wrap {
		width:  35%;
		height:  auto;
		margin-top:  0px;
		margin-left:  auto;
		margin-bottom:  0px;
		margin-right:  auto;
	}
	.close-offer-text {
		/* float: left; */
		/* width:  100%; */
		/* height:  auto; */
		cursor: pointer;
	}
	.close-offer-text h6 {
		/* float: left; */
		/* width:  100%; */
		/* height:  auto; */
		text-align:  center;
		font-size:  14px;
	}



	#fb_auth_html {
		width: 100%;
		height: auto;
		display: none;
	}

	/* Controls */
	/*
	.pop-up-close-container {
		width: auto;
		height: auto;
		position:  absolute;
		top:  0px;
		right:  0px;
		z-index:  1;
	}
	*/
	/*
	.pop-up-close-icon {
		color: #4d4d4d;
		font-size: 30px;
		font-weight:  thin;
	}
	.pop-up-close-container, .back-to-offer {
		top: 0px;
		cursor: pointer;
	}
	*/
	.back-to-offer {
		left: 0px;
	}
	/* Controls */
/*
.pop-up-html-section {
	display: block;
}
*/
/* Authentication pop-up */

.fba-header {
	margin-top:  30px;
	/* float:  left; */
	width:  100%;
	height:  auto;
	margin-bottom: 10px;
}
.fba-wrap {
	width: 20%;
	height:  auto;
	margin-top:  0px;
	margin-left:  auto;
	margin-bottom:  0px;
	margin-right:  auto;
}
.fba-logo {
	/* float:  left; */
	width:  100%;
	height:  auto;
}
.fba-logo img {
	/* float: left; */
	width:  100%;
	height:  auto;
}
.fba-sub-text {
	/*float: left;*/
	/*width:  100%;*/
	height:  auto;
}
.fba-sub-text-wrap {
	width:  100%;
	max-width: 350px;
	height:  auto;
	height:  auto;
	margin-top: 30px;
	margin-left:  auto;
	margin-bottom: 30px;
	margin-right:  auto;
}
.fba-sub-text-text {
	/*float: left;*/
	/*width:  100%;*/
	/*height:  auto;*/
}
.fba-sub-text-text h2 {
	/*float: left;*/
	/*width: 100%;*/
	/*height: auto;*/
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align:  center;
	text-transform:  uppercase;
}
.fba-form-pad_bg {
	margin-top: 30px;
	margin-bottom:  30px;
	/*float: left;*/
	/*width:  100%;*/
	/*height:  auto;*/
}
.fba-form-pad_wrap {
	width: 94%;
	max-width: 350px;
	/*height:  auto;*/
	height:  auto;
	margin-top:  0px;
	margin-left:  auto;
	margin-bottom:  0px;
	margin-right:  auto;
}
.fba-form-pad {
	/*float: left;*/
	/* width:  100%; */
	/*height:  auto;*/
}
#custom_login {
	/*float: left;*/
	/* width:  100%; */
	/*height:  auto;*/
}
.fba-error {
	display:  none;
}

.fba-row-label {
	margin-top : 20px;
	/*float: left;*/
	margin-bottom: 5px;
	/*width:  100%;*/
	/*height:  auto;*/
	font-size:  15px;
	font-weight:  normal;
	text-transform: uppercase;
}

.fba-row {
	/*float: left;*/
	/* width:  100%; */
	/*height:  auto;*/
}

.fba-row-input {
	/*float: left;*/
	width: 100%;
	border: 1px solid #d3d3d3;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}

.fba-continue {
	/*float: left;*/
	/*width:  100%;*/
	/*height:  auto;*/
	margin-top: 20px;
}
.fba-continue-button {

	width: 100%;
	line-height: 48px;
	text-align: center;
	background-color: #2b7bcd;
	color: #fff;
}
.button_seperation {
	margin-top:  20px;
	width:  100%;
	height:  1px;
	background-color:  #CCC;
}


.fba-fn,
.fba-ln {

}

.facbook-btn {
	width: 100%;
	line-height: 48px;    
	white-space: nowrap;
	text-align: center;
	background-color: #2c487f;
	color: #fff;
	margin: auto;
}

.google-btn {
	width: 100%;
	white-space: nowrap;
	line-height: 48px;    
	text-align: center;
	color: #000;
	margin: auto;
	border: 1px solid;
	cursor: pointer;
}

.google-btn img {
	position: relative;
	top: 4px;
	width: 18px;
	margin-right: 0px;
}

.fba-disclaimer {
	/* float: left; */
	width:  100%;
	height:  auto;
	margin-top:  20px;
}

.fba-disclaimer p {
	/* float: left; */
	width:  100%;
	height:  auto;
	font-size:  16px;
	font-weight:  bold;
	color:  #000;
	text-align:  center;
}

.close-text {
	padding-top: 20px;
	/* float: left; */
	padding-bottom: 20px;
	width:  100%;
	cursor: pointer;
	height: auto;
}

.close-text h6 {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 14px;
}


/* Inside the popup window */



/* Experiment - custom svg icons that inherit their containers font color */
.svgicon{
	display: inline-block;
	padding: 0;
	margin: 0;
	background-color: currentColor;
}

.map_pin_icon{
	vertical-align: middle;
	width: 1.4em;
	height: 1.4em;
	-webkit-mask: url(../../../files/images/ui-icons/map_pin_icon.svg) no-repeat center;
	mask: url(../../../files/images/ui-icons/map_pin_icon.svg) no-repeat center;
}

.phone_icon{
	vertical-align: middle;
	width: 1.4em;
	height: 1.4em;
	-webkit-mask: url(../../../files/images/ui-icons/phone_icon.svg) no-repeat center;
	mask: url(../../../files/images/ui-icons/phone_icon.svg) no-repeat center;
}

.website_icon{
	vertical-align: middle;
	width: 1.4em;
	height: 1.5em;
	-webkit-mask: url(../../../files/images/ui-icons/website_icon.svg) no-repeat center;
	mask: url(../../../files/images/ui-icons/website_icon.svg) no-repeat center;
}

.circle_star_icon{
	vertical-align: middle;
	width: 1.4em;
	height: 1.4em;
	-webkit-mask: url(../../../files/images/ui-icons/circle_star_icon.svg) no-repeat center;
	mask: url(../../../files/images/ui-icons/circle_star_icon.svg) no-repeat center;
}

.thin_rarrow_icon{
	vertical-align: text-top;
	width: 1.4em;
	height: 1em;
	-webkit-mask: url(../../../files/images/ui-icons/thin_rarrow_icon.svg) no-repeat center;
	mask: url(../../../files/images/ui-icons/thin_rarrow_icon.svg) no-repeat center;
}
/* Experiment - svg icons that inherit their containers font color */

/** use for PC/Mobile view **/
.ro-mobile-add{display: none;}
#save_offer_html .fa-times-thin:before{
    font-weight: 200;
    text-shadow: -1px -1px 0px #000;
    font-size: 1.2em;
	padding: 4px;
}
/*
#save_offer_html .close-btn{
    position: absolute;
    top: 0px;
	cursor: pointer;
	color: #333;
}
*/
#save_offer_html .add-h{
    padding-top: 1px;
    width: 100%;
    background-color: #CCC;
    position: relative;
    top: 8px;
}
#save_offer_html .ro-form-section {
	padding-left: 0px;
    background: #fff !important;
    /* width: 27em !important; */
}
#save_offer_html .form-control{
    border-radius: 0em;
}
#save_offer_html .send_container_wrap button{
	text-transform: uppercase !important; 
}

/* Redeem Offer / Save Offer */
/* Remove Padding */
.remove_padding {
	padding: 0px;
}
/* Remove padding */
/* Modal Window Wrap */

.modal-window-contents {
    width: 100%;
    padding-bottom: 50px;
    margin: 0 auto;
    max-width: 1101px;
    overflow: hidden;
}

.heading-np {
    display: flex;
    width: 100%;
    height: 47px;
}
.pop-up-close-container {
	display: flex;
	margin-left: auto;
}
.pop-up-close-icon {
	margin-right: 12px;
	color: #000;
	font-size: 1.2rem;
	font-weight: bold;
	cursor: pointer;
}

/*
.pop-up-close-container, .back-to-offer {
	top: 0px;
	cursor: pointer;
}
*/
/* Redeem Offer / Save Offer */



.heading-np h5 {
	flex-grow: 1;
	padding-left:  20px;
    padding-right: 20px;
}

/* Redeemer Page */
.redeemer-page {
	padding-top: 0px;
	padding-bottom: 0px;
}

.thank-you-container .redeemer-page {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
    padding-bottom: 0px;
    padding-top: 0px;
    max-width: 800px;
    margin: 0 auto;
}
.thank-you-container .ro-text-container{
	display: flex;
	flex-direction: column;
	text-align:center;
	text-transform: inherit;
}
.thank-you-container .ro-text-container h1{font-size: 30px;font-weight: bolder;}
.thank-you-container .ro-text-container > div{padding: 15px;font-size: 20px;}
.thank-you-container .heading-np {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    height: 50px;
    padding: 0px 15px;
}
.thank-you-container .ro-button-container{display: flex;flex-direction: column;align-items: center;width: 44%;margin: 0px auto;}
.pop-up-close:hover{
	cursor: pointer;
    opacity: .4;
}

.thank-you-container .btn-dark{
	color: #fff;
    background-color: rgba(229, 23, 104, 1) !important;
    border-color: rgba(229, 23, 104, 1) !important;
}
.thank-you-container .ro-schedule-btn{
    float: left;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent linear-gradient(270deg, rgba(238, 107, 166, 1) 0%, rgba(229, 23, 104, 1) 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.2rem;
	font-weight: 800;
    letter-spacing: .2rem;
    border: none;
}

#redeem_offer_html .fa-times-thin:before {
    font-weight: 200;
    text-shadow: -1px -1px 0px #000;
    font-size: 1.2em;
}
#redeem_offer_html .close-btn {
    position: absolute;
    top: 0em;
    cursor: pointer;
}
#redeem_offer_html .add-h {
    padding-top: 1px;
    width: 100%;
    background-color: #CCC;
    position: relative;
    top: 8px;
}
#redeem_offer_html .fa-square-o:before {
    content: '\f096';
}
/* Redeemer Page */