/**********************************************************************************
	Fonts
**********************************************************************************/

html, html a {
	-webkit-font-smoothing: antialiased;
/*	text-shadow: 1px 1px 1px rgba(0,0,0,0.004); */
}

/**********************************************************************************
	HTML
**********************************************************************************/

* {
	box-sizing: border-box !important;
}

body {
	color: #555;
	font-family: "Nissan Regular", Verdana, sans-serif !important;
	font-size: 1em;
	margin: 0;
	padding: 0;
	background-color: #000;
}

a {
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

a.reda {
	color: #c10934;
}

a.reda:hover {
	color: #c10934;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Nissan Bold", Verdana, sans-serif;
	line-height: 1.1em;
	font-size: 1.5em;
	color: #000;
	letter-spacing: -0.02em;
}
h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.5em; }

p { margin-top: 0; }

strong,
b {
	font-weight: bold;
	font-weight: 700;
}


/**********************************************************************************
	Main Structure
**********************************************************************************/

#container {
	position: relative;
	width: auto;
	margin: 0 auto;
	background-color: #fff;
}

header,
section,
body:not(.login) footer {
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
}

#carousel-hero > img {
	width: 100%;
}

main {
	text-align: center;
	padding: 10px 0 60px 0;
}



/**********************************************************************************
	Header and Navigation
**********************************************************************************/

.grid-row {
	margin: 0 auto;
	max-width: 1200px;
}

.logo a img {
	max-width: 100%
}

.logo {
	bottom: 0;
	display: block;
	left: 15px;
	margin-bottom: -5px;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	width: 42px;
	z-index: 10;
	-webkit-border-radius: 0;
	border-radius: 0
}

.logo a {
	display: block;
	overflow: hidden;
	max-height: 50px
}

.page-title {
	color: #343434;
	display: none;
	font-family: "Nissan Bold", Verdana, Arial, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
	max-width: 100%;
	overflow: hidden;
	padding-left: 72px;
	padding-top: 12px;
	text-align: left;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.nav-root {
	position: relative
}

.nav-icon {
	height: 18px;
	width: auto;
	border: 0;
	padding-right: 10px;
}

.title-logo-container {
	background-color: #FFF;
	border-bottom: 1px solid #d2d2d2;
	min-height: 0;
	position: relative;
}
.menu-inactive .title-logo-container {
	border-bottom: none;
}

.title-logo-container .show-menu:after {
	content: "\e64f";
	color: #c3002f;
	font-size: 24px;
	line-height: 2.08333333;
	-webkit-font-smoothing: none;
}
.title-logo-container .close-menu:after {
	content: "\e609";
	color: #c3002f;
	font-size: 1.7142857143em;
	line-height: 2.08333333;
}

a.show-menu:after,
a.show-menu:before,
a.close-menu:after,
a.close-menu:before {
	font-family: icon-Nissan-Global;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a.show-menu,
a.close-menu {
    position: relative
}

a.show-menu:after,
a.show-menu:before,
a.close-menu:after,
a.close-menu:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    text-align: center;
    width: 100%
}
a.close-menu:after,
a.close-menu:before {
    top: 6px;
}
@media screen and (max-width: 36.3125em) {
	a.close-menu:after,
	a.close-menu:before {
	    top: -2px;
	}
}
a.show-menu,
a.close-menu {
    border-left: 1px solid #d2d2d2;
    z-index: 1;
    float: right;
    width: 50px;
    height: 50px;
    background-color: #FFF;
    -webkit-border-radius: 0;
    border-radius: 0
}

a.show-menu:after {
    content: "\e64f";
    color: #c3002f;
    font-size: 1.7142857143em;
    line-height: 2.08333333;
    -webkit-font-smoothing: none
}

.menu-active nav,
.menu-inactive nav { display: block; }
@media screen and ( max-width: 60em ) {
	.menu-active nav { display: block; }
	.menu-inactive nav { display: none; }
}

ul#nav-main,
ul.subnav {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
	width: 100%;
	padding: 0 15px;
	text-align: center;
	font-family: "Nissan Bold", Verdana, Arial, sans-serif;
}
ul.subnav {
	padding: 0;
}

ul#nav-main li {
	display: inline-block;
	padding: 0;
	border: none;
	width: auto;
	vertical-align: middle;
	position: relative;
}
ul#nav-main > li.search {
	position: absolute;
	right: 0;
}

ul#nav-main > li:not(.search) a {
	display: block;
	text-transform: uppercase;
	position: relative;
	white-space: nowrap;
	padding: 15px 25px 15px 10px;
	font-size: 14px;
	margin-right: 10px;
	line-height: inherit;
	color: #000;
	vertical-align: top;
	text-decoration: none;
}
ul#nav-main > li:not(.search) > a:after {
	color: #c3002f;
	height: 17px;
	right: 10px; /* .5714285714em */
	top: 18px; /* 1.25em */
	content: "\e610";
	display: block;
	font-family: icon-Nissan-Global;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 22px;
	line-height: 1;
	overflow: hidden;
	position: absolute;
	speak: none;
	text-decoration: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ul#nav-main > li:not(.search):hover > a:after {
	content: "\e67c"
}


ul#nav-main > li.catalog > a:after {
	display: none !important;
}


ul#nav-main > li > ul.subnav {
	display: none;
	width: auto;
}
ul#nav-main > li:hover > ul.subnav {
	display: block;
	background-color: #343434;
	background-color: #fff;
	position: absolute;
}
ul#nav-main > li:not(.search) > ul.subnav li {
	display: block;
	text-align: left;
	border-bottom: 1px solid #4c4c4c;
	border-bottom: 1px solid #ccc;
}
ul#nav-main > li:not(.search) > ul.subnav a {
	color: #fff;
	color: #343434;
	text-align: left;
	padding: 12px 15px;
	font-size: 12px;
	margin: 0;
}
ul#nav-main > li:not(.search) > ul.subnav a:hover {
	background-color: #232323;
	background-color: #fff;
	color: #c3002f;
}

.search input, select, #search-go {
	padding: 5px;
}

#search-vehicle, #search-criteria, #search-go {
	display: none;
}

ul#nav-main .search-btn {
	position: relative;
	display: block;
	text-transform: uppercase;
	padding: 15px 10px 5px 10px;
	font-family: "Nissan Bold",Verdana,Arial,sans-serif;
	font-size: 14px;
	margin-right: 10px;
	line-height: inherit;
	color: #000;
	vertical-align: top;
	border: 0;
	width: 100%;
	text-align: right;
	background: 0 0;
	word-break: normal;
	word-wrap: break-word;
	text-decoration: none;
	overflow: visible;
	-webkit-appearance: button;
	cursor: pointer;
}
ul#nav-main .search-btn:after {
		color: #8a8a8a;
	left: 7px;
	top: 2px;
	font-size: 1.21429em;
	content: "\e670";
	display: inline-block;
	position: relative;
	font-family: icon-Nissan-Global;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


@media screen and (max-width: 60em) {
	.title-logo-container {
		height: 68px;
	}
	ul#nav-main {
		margin: 0;
		padding: 0;
	}
	ul#nav-main li,
	ul#nav-main > li.search {
		display: block;
		padding: 0;
		border: none;
		width: auto;
		vertical-align: middle;
		position: relative;
		right: auto;
		border-bottom: 1px solid #d2d2d2;
		text-align: left;
		padding-bottom: 10px;
	}
	ul#nav-main > li.catalog,
	ul#nav-main > li.search {
		padding-bottom: 0;
	}
	ul#nav-main > li:not(.search) > a {
		font-size: 17px;
		padding: 16px 35px 16px 15px;
	}
	ul#nav-main > li:not(.catalog) > a:after,
	ul#nav-main > li:not(.catalog):hover > a:after {
		color: #c3002f;
		font-size: 13px;
		top: 1.5em;
		right: 1.4166666667em;
		text-decoration: none;
		content: "\e66c";
		position: absolute;
	}
	ul#nav-main > li:not(.search) > a:after,
	ul#nav-main > li:not(.search):hover > a:after {
		color: #c3002f;
		font-size: 13px;
		top: 1.5em;
		right: 1.4166666667em;
		text-decoration: none;
		content: "\e66c";
		position: absolute;
	}
	ul#nav-main li.search button {
		display: block;
		text-transform: uppercase;
		position: relative;
		color: #343434;
		font-size: 17px;
		padding: 16px 35px 16px 15px;
		line-height: 1;
		z-index: 1;
	}


	ul#nav-main > li > ul.subnav,
	ul#nav-main > li:hover > ul.subnav {
		display: block;
		width: auto;
		position: relative;
		background-color: #fff;
		text-align: left;
		padding: 0 10px;
	}
	ul#nav-main > li:not(.search) > ul.subnav li {
		display: inline-block;
		text-align: left;
		border: none;
		margin-right: 4px;
	}
	ul#nav-main > li:not(.search) > ul.subnav a {
		color: #343434;
		text-align: left;
		padding: 15px 15px;
		font-size: 14px;
		margin: 0;
		background-color: #efefef;
	}
	ul#nav-main > li:not(.search) > ul.subnav a:hover {
		background-color: #cdcdcd;
	}

}

@media screen and (max-width: 36.3125em) {
	.title-logo-container {
		height: 50px;
	}
}

ul#nav-main > li a.navbtn {
	color: #000;
	background-color: #c51331;
	border-radius: 5px;
	padding: 5px;
	padding-right: 25px;
}

ul#nav-main > li > a.navbtn:after {
	color: #000;
	top: 9px;
}

/* medium */
@media screen and (min-width: 36.3125em) {
	.logo {
		width: 68px;
		height: 77px;
		overflow: hidden;
	}
	.logo a {
		max-height: 68px;
	}
	.logo a img {
		max-width: 110%;
		max-height: 75px;
	}
	.title-logo-container .show-menu:after {
		color: #c3002f;
		font-size: 24px;
		line-height: 2.833333333em;
		content: "\e64f";
	}
	a.show-menu:after,
	a.close-menu:after {
		color: #c3002f;
		font-size: 1.7142857143em;
		line-height: 2.7083333333em
	}
	a.show-menu,
	a.close-menu {
		width: 68px;
		height: 68px
	}
	a.show-menu:after {
		content: "\e64f"
	}
	.page-title {
		color: #343434;
		font-family: "Nissan Bold", Verdana, Arial, sans-serif;
		font-size: 36px;
		text-align: left;
		padding-left: 100px;
		padding-top: 16px;
	}
}

/* large */
@media screen and (min-width: 60em) {
	.logo {
		left: 0;
		display: inline-block;
		margin-bottom: 0;
		margin-left: 15px;
		margin-top: 0;
		z-index: 1000;
		width: 100px;
		height: 120px;
	}
	.logo a {
		max-height: none;
	}
	.logo a img {
		width: 100%;
		max-width: none;
		max-height: none;
		margin: 0;
	}
	.title-logo-container {
		margin: 0 auto;
		background: 0 0;
		text-align: left;
		width: auto;
		border: none;
/* 		height: 50px; */
		display: block;
		min-height: 0;
		position: relative;
	}
	a.show-menu,
	a.close-menu {
		display: none;
	}
	.page-title {
		padding-left: 0;
		padding-top: 30px;
		font-size: 36px;
		text-align: center;
		display: block;
		line-height: 1;
		margin-bottom: 5px;
	}
	.nav-root {
		background-color: #fff;
		height: 120px;
		position: relative;
		z-index: 100;
	}
}




@media screen and ( max-width: 60em ) {
	body.login .title-logo-container {
		background-color: #fff;
		border-bottom: 1px solid #d2d2d2;
	}
}





/**********************************************************************************
	Dealer Form
**********************************************************************************/

.section_even,
.section_odd {
	padding: 12px;
}

.section_odd { background-color: rgba(0, 0, 0, 0.025); }

.optional-box {
	position: relative;
	background-color: rgba(0, 0, 0, 0.05);
	padding: 24px 12px;
	margin: 24px 0 8px;
}

.optional-box:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: rgba(0, 0, 0, 0.05);
	border-width: 12px;
	margin-left: -12px;
}

#dealer_form table {
	margin: 0;
	width: 100%;
	max-width: 100%;
}

#dealer_form td {
	padding: 5px;
}

#dealer_form thead { font-weight: bold; }

#dealer_form td {
	background-color: rgba(255, 255, 255, 0.75);
}

#dealer_form thead td {
	background-color: rgba(0, 0, 0, 0.05);
}

span.nowrap {
	display: inline-block;
	white-space: nowrap;
	margin: 8px;
}

table.table-3col th,
table.table-3col td {
	width: 33%;
}
table.table-4col th,
table.table-4col td {
	width: 25%;
}

.red_mark { color: #c10934; }

.subinfo {
	font-size: 0.75em;
	font-family: "Nissan Light", "Nissan Regular", Verdana, Arial, sans-serif;
}

#background {
	width: 600px;
	margin: 0 auto 36px;
}

@media screen and (max-width: 600px) {
	#dealer-final-example { display: none; }
}

#background img {
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	width: 600px;
}

.msrp-labor-final-price-container {
	-ms-transform: translate(470px,98px);
	-webkit-transform: translate(470px,98px);
	transform: translate(470px,98px);
	width: 50px;
	text-align: center;
	word-wrap: break-word;
}

.msrp-labor-final-price-table {
	-ms-transform: translate(506px,145px);
	-webkit-transform: translate(506px,145px);
	transform: translate(506px,145px);
	width: 50px;
	text-align: center;
	font-size: 7px;
	word-wrap: break-word;
}




/**********************************************************************************
	Footer
**********************************************************************************/

footer {
	background-color: #000;
	color: #c1c1c1;
	padding: 24px 60px;
	font-size: 0.8em;
}

footer a {
	color: #c1c1c1;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}

footer ul, footer li {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer li {
	display: inline-block;
}
footer .left li {
	margin-right: 24px;
}
footer .right li {
	margin-left: 24px;
}

@media screen and ( max-width: 700px ) {
/*
	footer .left li,
	footer .right li {
		margin: 0;
	}
*/
	footer a {
		display: inline-block;
	}
	footer li {
		display: block;
		padding: 8px;
	}
	footer .right li {
		text-align: right;
	}
}




/**********************************************************************************
	Global Classes
**********************************************************************************/

.left,
.right {
	float: left;
	display: inline-block;
	box-sizing: border-box;
}
.right { float: right; }

/*
@media screen and ( max-width: 700px ) {
	.left,
	.right {
		float: none !important;
		display: block !important;
		width: auto !important;
		margin-bottom: 24px !important;
	}
}
*/

.wrapper {
	width: auto;
	max-width: 1200px;
	margin: 0 auto;
}




/**********************************************************************************
	Vehicles
**********************************************************************************/

@media screen and (max-width:59.9375em) {
	.vehicle-block .vehicle-thumb {
		display: inline;
	}
	.vehicle-thumb img {
		width: 80px;
	}
}

.vehicle-title {
	text-transform: uppercase;
}
.vehicles-container {
	margin: 0 auto;
	text-align: left;
}

.vehicles-container.hidden {
	display: none!important;
	visibility: hidden;
}

.vehicle-block {
	display: inline-block;
	margin: 0;
	vertical-align: top;
	text-align: left;
	width: 100%;
	height: 65px;
	outline: 0;
}

.vehicle-in-category-wrapper {
	display: block;
	vertical-align: middle;
	position: relative;
	padding: 9px 0;
	margin: 0 15px;
	border-bottom: 1px dotted #e3e2e2;
}

.vehicle-in-category-name {
	margin-top: 6px;
}

.vehicle-in-category-name-inner {
	margin: 0;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	padding: 3px 0;
	color: #343434;
	text-transform: uppercase;

}


/* medium */
/* @media screen and (min-width: 36.3125em) { */
	.vehicles-container {
		display: inline-block;
		padding: 10px;
		width: 100%;
		max-width: 1200px;
		text-align: center;
	}
	.vehicle-block {
		width: 24%;
		width: 11%;
		height: auto;
		text-align: center;
		border: none;
		display: inline-block;
		margin: 0 10px;
		margin: 24px;
	}
	.vehicle-in-category-wrapper {
		display: inline-block;
		max-width: 200px;
		padding: 0;
		position: relative;
		margin: 0;
		border-bottom: 0;
	}
	.vehicle-in-category-wrapper:hover {
		position: relative;
		outline: rgba(52, 52, 52, .6) solid 1px;
	}
	.vehicle-in-category-wrapper .vehicle-thumb {
		margin-top: 0;
	}
	.vehicle-in-category-wrapper .vehicle-thumb img {
		width: 100%;
	}
	.vehicle-in-category-wrapper .vehicle-in-category-name {
		position: relative;
		bottom: 13px;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.vehicle-in-category-name-inner {
		margin-left: 0;
		text-align: center;
		line-height: 1;
		vertical-align: top;
		margin-top: 4px;
		padding: 17px 0 0;
		font-family: "Nissan Bold", "Nissan Regular";
		font-size: 0.8em;
	}
/* } */




/* large */
/* @media screen and (min-width: 60em) { */
	.vehicles-container {
		position: absolute;
		display: inline-block;
		z-index: 601;
		width: auto;
		max-width: 550px;
		background: #fff;
		border: 1px solid #6e6e6e;

		position: relative;
		display: block;
		border: none;
		text-align: center;
		max-width: 1200px;

	}
	.vehicle-block {
		width: 130px;
	}
/* } */

@media screen and (max-width: 510px) {
	.vehicle-block {
		margin: 16px;
	}
}


/**********************************************************************************
	Accessories
**********************************************************************************/

#accessories-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-pack: distribute;
	    justify-content: flex-start;

	margin: 0 auto;
	padding: 0;

	width: 100%;
	max-width: 1200px;
}

.accessories-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-pack: distribute;
	    justify-content: center;

	margin: 0 auto;
	padding: 0;

	width: 100%;
	max-width: 1200px;
}

.accessory, .package {
	flex-basis: 22%;
	flex-grow: 0;
	position: relative;
	padding: 0;
	border: 1px solid #c0c0c0;
	margin: 12px;
	color: #343434;
}

#accessorydetail-descriptions {
	white-space: pre-line;
}

#accessorydetail-processing {
	display: none;
	text-align: center;
}

#accessorydetail-disclaimers a {
	color: #000 !important;
	font-size: 0.8em !important;
	text-decoration: none;
}

#accessorydetail-notice {
	font-family: "Nissan Bold", "Nissan Regular";
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

#accessorydetail-note {
	font-family: "Nissan Bold", "Nissan Regular";
	font-weight: bold;
	color: red;
	text-align: center;
}

@media screen and ( max-width: 900px ) {
	#accessories-container {
		justify-content: center;
	}
	.accessory {
		flex-basis: 45%;
	}
}
@media screen and ( max-width: 600px ) {
	.accessory {
		flex-basis: 100%;
	}
}


.accessory-img {
	display: block;
	/*background-color: #eee;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;*/
	max-width: 100%;
	text-decoration: none;
	border: none;
}
.accessory-img img {
	width: 100%;
}
.accessory-content {
	padding: 12px;
	position: relative;
}
.accessory-content * {
	text-align: left;
}
.accessory-partnumber {
	font-family: "Nissan Light", "Nissan Regular";
	font-size: 0.75em;
}
.accessory-moreinfo {
	color: #fff;
	background-color: #000;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	text-align: center;
	font-family: "Nissan Bold", "Nissan Regular";
	line-height: 1.15em;
	top: 8px;
	right: 8px;
	text-decoration: none;
}
.accessory-moreinfo:hover {
	background-color: #090;
}
.accessory-name {
	font-family: "Nissan Bold", "Nissan Regular";
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}
.accessory-desc {
	font-size: 0.8em;
	min-height: 80px;
}
.accessory-price {
	font-family: "Nissan Light", "Nissan Regular";
	font-size: 0.75em;
	margin-top: 8px;
}
.accessory-price strong {
	display: block;
	color: #b80631;
	font-family: "Nissan Bold", "Nissan Regular";
	font-size: 2em;
	line-height: 0.9em;
}




/**********************************************************************************
	Accessory Detail
**********************************************************************************/

.detail-closed,
.detail-opened {
	display: none;
}
.detail-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: auto;
	min-height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1000;
}
.detail-content-container {
	background-color: #fff;
	width: 60%;
	max-width: 1200px;
	min-height: 600px;
	margin: 30px auto;
	padding: 15px 60px;
	color: #343434;
}
.detail-content-container .wrapper {
	max-width: 600px;
	margin: 0 auto;
	padding-top: 30px;
	position: relative;
}


.detail-content-container .category {
	font-family: "Nissan Bold", Verdana, sans-serif;
	line-height: 1.1em;
	font-size: 2em;
	color: #000;
	letter-spacing: -0.02em;
	position: relative;
	padding-top: 30px;
	margin-bottom: 8px;
}

.detail-content-container .category::before {
	background-color: #b90731;
	content: "";
	display: block;
	height: 6px;
	position: absolute;
	width: 50px;
	top: 0;
}

.detail-content-container h1 {
	position: relative;
	padding-top: 30px;
	margin-bottom: 8px;
	font-size: 2.0em;
}
.detail-content-container h1::before {
	background-color: #b90731;
	content: "";
	display: block;
	height: 6px;
	position: absolute;
	width: 50px;
	top: 0;
}
.detail-content-container h3 {
	margin: 0;
}
.detail-img {
	margin: 36px auto 24px;
	padding: 36px 0 0;
	border-top: 2px dashed #c1c1c1;
}
.detail-img img {
	width: 100%;
}
.detail-content {
	font-size: 0.9em;
	line-height: 1.8em;
}
a.detail-close {
	color: #343434;
	display: inline-block;
	font-size: 0.8em;
	letter-spacing: 0.02em;
	position: absolute;
	text-decoration: none;
	text-transform: uppercase;
	top: 0;
	right: 0;
}
a.detail-close img {
	display: inline;
	height: 24px;
	width: 24px;
	vertical-align: middle;
	margin-left: 4px;
}
.detail-payment-wrapper {
	display: inline-block;
	float: right;
	font-size: 0.9em;
	padding: 12px;
	line-height: 1.2em;
}
.detail-payment {
	background-color: #fbffc1;
	border: 1px solid #f1fa28;
}
.detail-payment > strong {

}
.detail-payment > span {
	display: block;
	text-align: right;
	padding-top: 8px;
	padding-right: 8px;
}
.detail-payment > span > em {
	font-style: normal;
	font-size: 2em;
	font-weight: bold;
}
#detail-sunbit img {
  max-width: 175px;
  margin-top: 4px;
}

@media screen and ( max-width: 600px ) {
	.detail-content-container {
		width: auto;
		min-height: 0;
		margin: 20px;
		padding: 60px 30px 100px;
	}
}
@media screen and ( max-width: 500px ) {
	.detail-payment {
		display: block;
		float: none;
		margin-bottom: 12px;
	}
}



/**********************************************************************************
	Login
**********************************************************************************/

#login-content-container {
	display: table;
	width: 100%;
}
#login-content-container > div {
	display: table-cell;
	vertical-align: top;
}
#login-content-logo {
	width: 40%;
	text-align: center;
}
#login-content-form {
	width: 60%;
}

@media screen and (max-width: 700px) {
	#login-content-container,
	#login-content-container > div {
		display: block;
		width: auto !important;;
	}
	#login-content-container > div#login-content-logo {
		display: none;
	}
}




body.login h1 {
	text-transform: uppercase;
}


.white-form {
	background: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 30px;
	/* box-shadow: 0px 0px 5px rgba(0,0,0,0.3); */
	margin-top: 0;
	margin-bottom: 100px;
    font-family: "Nissan Bold", "Nissan Regular", Verdana, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	width: auto;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 14px;
}

@media screen and ( max-width: 800px ) {
	.white-form {
		max-width: 100%;
	}
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	text-align: left;
}

.form-group {
	text-align: left;
	margin-bottom: 15px;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell;
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
}


.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}

.input-group-addon:first-child {
	border-right: 0;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: 0 0 0 0.1428571429em #eee, inset 0 0.1111111111em 0.2222222222em -0.0555555556em rgba(0,0,0,.15);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: normal;
}

.redBtn:visited {
	color: #fff;
	text-decoration: none;
}

.btnMarTop20 {
	margin-top: 15px;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(193, 9, 52,.25) !important;
}

.reBtn:active, reBtn:hover, reBtn:focus, .reBtn:visited, .redBtn {
	background-color: #c10934 !important;
	color: #fff !important;
	font: 15px/42px "NissanBrand-bold", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
	cursor: pointer;
	display: block;
	/* margin: 0 -20px; */
	padding: 0 20px;
	border: none;
	text-decoration: none;
}
.redBtn:hover {
	background-color: #350001;
	color: #fff !important;
	text-decoration: none;
}

.greBtn:active, greBtn:hover, greBtn:focus, .greBtn:visited, .greyBtn {
	background-color: #888;
	color: #fff !important;
	font: 15px/42px "NissanBrand-bold", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
	cursor: pointer;
	display: block;
	/* margin: 0 -20px; */
	padding: 0 20px;
	border: none;
	text-decoration: none;
}
.greyBtn:hover {
	background-color: #111;
	color: #fff !important;
	text-decoration: none;
}

.white-form .left,
.white-form .right {
	float: left;
	display: inline-block;
	box-sizing: border-box;
	width: 45%;
}
.white-form .right {
	float: right;
	text-align: right;
}

.white-form .right a {
	color: #a94442;
	text-decoration: none;
}
.white-form .right a:hover {
	color: #843534;
}

@media screen and ( max-width: 520px ) {
	.white-form .left,
	.white-form .right {
		float: none;
		display: block;
		width: auto;
	}
}




.separator {
	background: url('../images/separator.gif') no-repeat 50% center;
	padding: 5px;
	text-align: center;
	margin: 5px 0;
}

.separator span {
	background: #fff;
	display: inline-block;
	color: #666;
	padding: 10px;
}






/**********************************************************************************
	clearfix
**********************************************************************************/

.group:before,
.group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}


/**********************************************************************************
	custom select
**********************************************************************************/

.selectdiv {
	position: relative;
	min-width: 200px;
}

select::-ms-expand {
    display: none;
}

.selectdiv:after {
	content: "\e610";
	font-family: icon-Nissan-Global;
	color: #c3002f;
	right: 10px;
	top: 18px;
	padding: 0 0 2px;
	border-bottom: 0px solid #fff;
	position: absolute;
	pointer-events: none;
}

.selectdiv select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	min-width: 320px;
	height: 50px;
	float: right;
	margin: 5px 0px;
	padding: 0px 24px;
	font-size: 16px;
	line-height: 1.75;
	color: #333;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	-ms-word-break: normal;
	word-break: normal;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: 0px 0px 2px rgb(169, 169, 169);
}




body.dealer-form nav {
	display: none;
}

.error-message {
	color: #fff;
	padding: 15px;
	background: #c10934;
	font-weight: bold;
	font-size: 16pt;
	display: block;
	width: 500px;
	margin: auto;
}

.success-message {
	color: #fff;
	padding: 15px;
	background: #4BB543;
	font-weight: bold;
	font-size: 16pt;
	display: block;
	width: 500px;
	margin: auto;
}

.alert-message {
	color: #000;
	padding: 10px;
	background: #ddd;
	font-weight: bold;
	font-size: 14pt;
	display: block;
	width: 500px;
	margin: auto;
}


/**********************************************************************************
	tool tips
**********************************************************************************/

:root {
  --tooltipTransform: translate(-5px, 5px);
  --tooltipTransition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
}

[data-tooltip] {
  /*position: relative;*/
}
[data-tooltip]:before {
  content: attr(data-tooltip);
  background: #000;
  position: absolute;
  line-height: normal;
  top: 50%;
  left: 50%;
  -webkit-transform: var(--tooltipTransform);
          transform: var(--tooltipTransform);
  padding: 10px 10px;
  border-radius: 3px;
  opacity: 0;
  font-size: 10pt;
  font-weight: 500;
  min-width: 650px;
  max-width: 650px;
  color: #fff;
  -webkit-transition: var(--tooltipTransition);
  transition: var(--tooltipTransition);
  z-index: 1000;
}
[data-tooltip]:after {
  content: "";
  position: absolute;
  top: calc(100% - 30px);
  left: 50%;
  -webkit-transform: var(--tooltipTransform);
          transform: var(--tooltipTransform);
  opacity: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #000 transparent;
  -webkit-transition: var(--tooltipTransition);
  transition: var(--tooltipTransition);
}
[data-tooltip]:hover, [data-tooltip]:focus {
  --tooltipTransform: translate(-50%, 10px);
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after {
  opacity: 1;
}

/*.detail-breakout, .detail-breakdown {*/
.detail-breakout {
	position: relative;
}

.accessorydetail-disclaimers {
	position: relative;
}

#plp-breakout[data-tooltip]:before {
	min-width: 200px;
	max-width: 200px;
	white-space: pre-line;
	top: 15px;
	left: 125px;
}

#plp-breakout[data-tooltip]:after {
	top: 10px;
	left: 125px;
}

.accessory-disclaimer[data-tooltip]:before {
	top: 60px !important;
	left: 50%;
}

.accessory-disclaimer[data-tooltip]:after {
	top: 55px;
	left: 50%;
}

/* Slider Toggles */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-top: 5px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #c10934;
}

input:focus + .slider {
  box-shadow: 0 0 1px #c10934;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
