@charset "UTF-8";
/* CSS Document */
/*Details*/
#gc-detailsMainContainer{ display:block; }
.gc-detailsMainContainer .aaa-left50{
	padding: 24px 24px 24px 0px;
}
/* To remove vertical padding on the more pages. */
.gc-detailsMainContainer .aaa-left50.gc-noUpperPadding{padding-top:0px;padding-bottom:0px}
/*Top/Bottom - Details*/
.gc-breadcrumbContainer{
    float:left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.gc-breadcrumbContainer li{
	display: inline;
}
a.gc-breadCrumbLink{ color:#003893; }
a.gc-breadCrumbLink:hover{ color:#022052; }
a.gc-breadCrumbLink.gc-homeBreadCrumb{font-size:16px;}
a.gc-breadCrumbLink.gc-homeBreadCrumb .material-icons{position: relative;top: 5px;margin-right: 4px;}

/*Deatils Mid*/
.gc-detailMarginTop24{ margin-top:24px; }
.gc-detailMarginTop18{ margin-top:18px; }
.gc-detailMarginTop14{ margin-top:14px; }
.gc-detailMarginTop8{ margin-top:8px; }
.gc-detailMarginTop4{ margin-top:4px; }
.gc-detailFloatLeft{ float:left; }
.gc-detailFloatRight{ float:right; }
.gc-detailsLeftColumn{
	float:left;
	width:38%;
	box-sizing:border-box;
	padding:14px 14px 0px 0px;
}
.gc-strengthsAndWeaknesses .gc-ul li{
	display:list-item;
}
.gc-detailsCenterColumn{
	float:center;
	width:100%;
	box-sizing:border-box;
	border: solid 1px #CCCCCC;
	background-color: #f9f9f9;
	display: table;
	padding: 4px;
	margin: 4px 4px 0px 4px;
	background-color: MistyRose;
}

.gc-detailsCenterColumnNoDisplay{
	float:center;
	width:100%;
	box-sizing:border-box;
	border: solid 1px #CCCCCC;
	background-color: #f9f9f9;
	display: none;
	padding: 4px;
	margin: 4px 4px 0px 4px;
	background-color: MistyRose;
}

.gc-detailsRightColumn{
	float:right;
	width:60%;
	box-sizing:border-box;
	padding:14px 14px 14px 0px;
}
.gc-detailsLeftColumn70{ width:60%; }
.gc-detailsRightColumn30{ width:38%; padding-right:0px; }
.gc-detailsLeftColumn50{ width:48%; }
.gc-detailsRightColumn50{ width:48%; padding-right:0px; }
/*Main top details*/
.gc-TopDetails{ position:relative; }
.gc-carDetailsImg{ width:100%; }
img.gc-detailsGreenRating{ float:right; }
.gc-greenCarRatingDetailTop{
	position:absolute;
	top:25px;
	right:0px;
	left:auto;
	width:74px;
}
.gc-greenCarRatingDetailTop .gc-greenCarRatingOutOf{ text-indent:0px; }
.gc-details div{ padding-top:6px; }
.gc-detailHighlightContainer{ background-color:#F2F1F1; padding:18px; position:relative;}
.gc-detailHighlightFloatRight{ float:right; }
.gc-label{ width:212px; display:inline-block; }
.gc-label2{ width:auto; display:inline-block; }
.gc-vehiclePriceRange{ float:left; }
.gc-vehiclePriceRangeBar{
	float:right;
	height:16px;
	width:140px;
	margin:0px 0px 0px 8px;
	background-color:#FFF;
	border-radius:12px;
	position:relative;
	overflow:hidden;
}
.gc-vehiclePriceRangeBarFill{
	height:16px;
	background: #52d36e; /* Old browsers */
	background: -moz-linear-gradient(top,  #52d36e 0%, #45b248 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#52d36e), color-stop(100%,#45b248)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #52d36e 0%,#45b248 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #52d36e 0%,#45b248 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #52d36e 0%,#45b248 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #52d36e 0%,#45b248 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52d36e', endColorstr='#45b248',GradientType=0 ); /* IE6-8 */
}
.gc-bodyText{ line-height:22px; }
a.gc-buyCarLink{
	color:#003893;
	font-size:18px;
	display:inline-block;
	display:none;
}
img.gc-vehicleRatingImg{
    height:auto;
    width:178px;
}
a.gc-buyCarLink:hover{ color:#014A1D; }
.gc-breakLine{ margin:24px 0px 24px 0px; border-top:1px solid #E3E3E3; }
.gc-bodyContentLeft{ float:left; width:44%; }
.gc-bodyContentRight{ float:right; width:52%; }
.gc-bodyContentLeft2{ float:left; width:50%; }
.gc-bodyContentRight2{ float:right; width:45%; }
ul.gc-ul{
	list-style:disc outside;
	padding:0px 0px 0px 14px;
	line-height:22px;
}
.gc-testDataRange{
	display:inline-block;
	width:100%;
	padding-top:6px;
}
.gc-testDataRangeBar{
	float:right;
	height:16px;
	width:70px;
	margin:0px 0px 0px 8px;
	background-color:#F2F1F1;
	border-radius:12px;
	position:relative;
	overflow:hidden;
}
.gc-testDataRangeBarFill{ height:16px; }
.gc-testRangeGreen{
	background: #52d36e; /* Old browsers */
	background: -moz-linear-gradient(top,  #52d36e 0%, #45b248 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#52d36e), color-stop(100%,#45b248)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #52d36e 0%,#45b248 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #52d36e 0%,#45b248 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #52d36e 0%,#45b248 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #52d36e 0%,#45b248 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52d36e', endColorstr='#45b248',GradientType=0 ); /* IE6-8 */
}
.gc-testRangeYellow{
	background: #fff600; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff600 0%, #fcde00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff600), color-stop(100%,#fcde00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff600 0%,#fcde00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff600 0%,#fcde00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff600 0%,#fcde00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fff600 0%,#fcde00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff600', endColorstr='#fcde00',GradientType=0 ); /* IE6-8 */
}
.gc-testRangeRed{
	background: #ff0000; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff0000 0%, #bf0600 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#bf0600)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff0000 0%,#bf0600 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff0000 0%,#bf0600 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff0000 0%,#bf0600 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff0000 0%,#bf0600 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#bf0600',GradientType=0 ); /* IE6-8 */
}
.gc-dataNumberReturn{
	float:right;
	width:20px;
	margin-left:4px;
	text-align:right;
}
.gc-howRatingWorksParagraph{
	padding:10px;
	font-size:14px;
	border:1px solid #003893;
	color:#003893;
}
a.gc-howRatingWorks{ margin:0px 0px 10px 0px; }
.gc-howRatingsWorkDetailContainer{ margin-bottom:14px; }
.gc-safetyFeaturesDetails{
	position:relative;
}
.gc-safetyFeaturesDetails ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.gc-safetyFeaturesDetails li {
	margin-top: 6px;
}
/* Banner for winning vehicles. */
.gc-winnerBanner {
	padding:14px;
	color:white;
	margin-bottom:14px;
}

.gc-homePage .gc-winnerBanner{
	margin-bottom:0px;
}
/* Green backgroundf or top safety picks and winnign vehicles. */
.gc-greenBackground{
 	background:#003893 !important;
 }

 /* Draw black text as white if they are in the .gc-greenBackground.*/
.gc-greenBackground .blk1, .gc-greenBackground .blk2, .gc-greenBackground .blk3,.gc-greenBackground .blk4,.gc-greenBackground .blk5,
.gc-greenBackground .blk6, .gc-greenBackground .blk7, .gc-greenBackground .blk8{
 	color:white;
 }

 /*The container for the iihs logo.*/
.gc-iihsLogoContainer {
	width:45%;
	float: right;
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-55px;
}

/*The actual iihs logo*/
.gc-iihsLogo {
	width:100%
}

/*The containing div for the nhtsa text and stars*/
.gc-safetyFeaturesNHTSA{
	padding-top:0px;
	margin-top:-8px;
}

/*The NHTSA stars container*/
.gc-nhtsaStarsContainer{
	float:right;
}
@media only screen and (max-width : 1280px){
	/**/
	.gc-testDataRangeBar{
		width: 62px;
	}
}
@media only screen and (max-width : 1280px){

	/*Make the NHTSA stars and text appear together and centered*/
	.gc-nhtsaStarsContainer{ float:none;}
	.gc-nhtsa{ text-align: center;}
}
@media only screen and (max-width : 1024px){
	.gc-nhtsaStarsContainer{
		float:right;
	}
	.gc-nhtsa{
		text-align: left;
	}
	.gc-iihsLogoContainer {
		width: 220px;
		max-width:45%;
		top: 50%;
		margin-top: -55px;
	}
	.gc-safetyFeaturesDetails{
		width:auto;
		max-width:50%;
	}
	.gc-safetyFeatures.gc-greenBackground {

    		min-height: 160px;
	}
	.gc-titleRatingContainer span{ display:inline; }
	img.gc-detailsGreenRating{ float:right; margin-top:0px; }
	.gc-vehicleSpecs .gc-detailFloatRight{
		display:inline-block;
		float:right;
		margin-top:0px;
	}
	.gc-vehiclePriceRangeBar{
		margin:0px 0px 0px 8px;
		float:right;
		width:332px;
	}
	.gc-detailsLeftColumn{
		float:none;
		width:100%;
		padding:0px;
	}
	.gc-detailsRightColumn{
		clear: both;
		display: inline-block;
		float: none;
		overflow: hidden;
		padding: 0px;
		width: 100%;
		position: relative;
		margin-top: 14px;
		height: 228px;
	}
	.gc-detailsRightColumnMore{ clear:none; }
	.gc-leftColumnImg{
		box-sizing:border-box;
		float:left;
		padding:14px 30px 4px 0px;
		width:38%;
	}
	/*Main top details*/
	/*.gc-topMainDetails{ display:inline-block; width:100%; }
	.gc-detailMainCarImage{
		float:left;
		padding-right:14px;
		width:40%;
	}
	.gc-detailTopMainContainer{ float:right; width:58%; }
	.gc-titleRatingContainer{ margin-top:0px; }
	.gc-vehiclePrice{
		float:left;
		width:44%;
		height:140px;
	}
	.gc-fuelEconomy{
		float:right;
		width:44%;
		height:140px;
	}*/
	/*Main top details*/
	.gc-topMainDetails{ display:inline-block; width:100%; }
	.gc-detailMainCarImage{
		float:none;
		padding-right:0px;
		width:100%;
	}
	.gc-detailTopMainContainer{ float:none; width:100%; }
	.gc-titleRatingContainer{ margin-top:24px; }
	.gc-vehiclePrice{
		float:none;
		width:100%;
		height:auto;
		box-sizing:border-box;
	}
	.gc-fuelEconomy{
		float:none;
		width:100%;
		height:auto;
		box-sizing:border-box;
	}
}
@media only screen and (max-width : 768px){
	.gc-vehiclePriceRangeBar{ margin:8px 0px 0px 0px; float:none; }
	.gc-vehiclePriceRangeBar{ width:220px; }
	.gc-TopDetails .gc-testDataRange{ width:100%; }
	.gc-testDataRangeBar{ margin:0px; }
}
@media only screen and (max-width : 640px){
	.gc-titleRatingContainer span{ display:block; }
	img.gc-detailsGreenRating{ float:none; margin-top:8px; }
	.gc-bodyContentLeft{ float:none; width:100%; }
	.gc-bodyContentRight{ float:none; width:100%; }
	.gc-label3{ width:auto; display:inline-block; }
	/*Top - Details*/
	.gc-breadcrumbContainer{ float:none; }
	a.gc-howRatingWorks{
		clear:both;
		display:block;
		float:none;
		margin:14px 0px 14px 0px;
	}
	.gc-vehiclePriceRangeBar{
		float:none;
		width:200px;
		margin:8px 0px 0px 0px;
	}
	.gc-testDataRangeBar{ width:70px; }
	.gc-detailsRightColumn{ padding:18px 0px 0px 0px; }
	.gc-leftColumnImg{
		float:none;
		padding:14px 0px 0px 0px;
		width:100%;
	}
	button.gc-howRatingWorks {
		float: none;
	}
}
@media only screen and (max-width : 768px){
	.gc-label3{ width:120px; }
	.gc-resultReturnContainer{
		margin:0px 0px 14px 0px;
		float:none;
		width:100%;
	}
	.gc-resultsMainContainer{
		padding: 0px;
	}
}

@media only screen and (max-width : 475px){
	.gc-nhtsaStarsContainer{
		float:none;
	}
	.gc-nhtsa{
		text-align: center;
	}
	.gc-iihsLogoContainer {
		margin-top: 14px;
		position: relative;
		width: 100%;
		float: none;
		right: auto;
		top: auto;
		max-width: none;
	}
	.gc-safetyFeaturesDetails{
		width:auto;
		max-width:none;
	}
}
@media only screen and (max-width : 320px){
	.gc-vehicleSpecs .gc-detailFloatRight.gc-engiineSize{
		display:block;
		float:none;
		margin-top:4px;
	}
}