* {
	box-sizing: border-box;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.BTN-BACK-TOP {
	display: none !important;
}

.Stream-Model-Page {
	width: 100% !important;
	max-width: 1600px !important;
	margin: 0 auto;
	padding: 5px;
	background-color: #ffffff;
}

.Full-Width-Section {
	width: 100%;
	margin-bottom: 30px !important;
	min-height: 100px;
	background-color: #ffffff;
}

.Dare-to-Compare {
	margin: 0 0 15px;
	text-align: center;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 300;
}

.Dare-to-Compare.heading-border:after {
	display: block;
	content: '';
	height: 2px;
	width: 70%;
	margin: 15px auto!important;
}

#animated_div-review {
	width: 100%;
	max-width: 700px !important;
	margin-top: -10px !important;
	padding: 5px;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

#animated_div-review img {
	max-width: 100%;
}

.Intro-Grey-Block {
	background-color: #f5f5f5;
	width: 100%;
	margin: 0 auto !important;
	min-height: 200px;
	display: block;
	flex-basis: 100%;
}

.Intro-Grey-Block-Inner {
	padding: 40px;
}

.heading-border:after {
	display: block;
	content: '';
	height: 2px;
	width: 70%;
	margin: 15px 0;
}

.Intro-Full-Width-Container {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.Half-Width-Section {
	width: 50%;
	padding: 8px;
	margin: 0 auto !important;
	float: left !important;
}

.Third-Width-Section {
	width: 33%;
	padding: 10px 0px 0px 0px;
	margin: 0 auto !important;
	float: left !important;
	background-color: inherit !important;
}

.TwoThirds-Width-Section {
	width: 66%;
	padding: 10px;
	margin: 0 auto !important;
	float: left !important;
	background-color: inherit !important;
}

.Half-Width-Comparison-Images {
	width: 50%;
	padding: 8px;
	margin: 0 auto !important;
	float: left !important;
}

.Half-Width-Comparison-Images img {
	max-width: 100%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;
	margin: auto !important;
}


.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-bottom: 15px !important;
}

.QuickStats-Container-Full {
	width: 100%;
	margin: 0 auto 20px !important;
	padding: 0px !important;
	flex-basis: 100%;
	text-align: center;
	background-color: #111111 !important;
	clear: both;
}

.QuickStats-Container-Full p {
	margin: 0;
}

.Quick-Stat-Block {
	width: 25%;
	min-height: 100px;
	margin: 0 auto !important;
	float: left !important;
	padding: 0px 0px 20px 0px;
}

.comparisonStats .Quick-Stat-Block {
	width: 33.3%;
	min-height: 100px;
	margin: 0 auto !important;
	float: left !important;
	padding: 0px 0px 25px 0px;
}

.Divider {
	margin-bottom: 10px;
	vertical-align: center;
	font-size: 52px;
	line-height: 54px;
	color: #eaeaea;
	font-weight: 300;
}

.Quick-Stat-Icon-Container {
	padding: 20px 0px !important;
	min-height: 145px;
	margin: 0 auto !important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.Quick-Stat-Icon {
	text-align: center;
	width: 100%;
	max-width: 70px !important;
	vertical-align: middle;
	display: block !important;
	margin-bottom: 10px;
}

.Quick-Stat-Title {
	text-align: center;
	vertical-align: bottom;
	font-size: 22px;
	line-height: 23px;
	font-weight: bold;
	color: #fff;
}

.Stats-Small-Color {
	color: #fff!important;
}

.Stats-Color {
	margin: 10px 0px 5px 0px;
	vertical-align: bottom;
	font-size: 52px;
	line-height: 54px;
	color: #ffffff;
	font-weight: bold;
}

.Stats-Models-Color {
	margin-top: 15px;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	font-weight: normal;
}

.Stats-Small-HP {
	font-size: 20px !important;
}

/* Style the tab */
.tab {
	overflow: hidden;
	width: 99.9%;
	min-height: 130px;
	margin: 0 auto 15px !important;
	border: 1px solid #eaeaea;
	background-color: #eaeaea;
}


/* Style the buttons inside the tab */
.tab button {
	width: 33.3% !important;
	max-width: 800px !important;
	float: left !important;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	font-weight: normal;
	min-height: 130px;
	margin: 0 auto !important;
	font-size: 26px;
	background-color: #ffffff;
	color: #111111;
	border: 1px solid #eaeaea;
}


/* Change background color of buttons on hover */
.tab button:hover {
	float: left;
	margin: 0 auto !important;
	background-color: #111111;
	color: #ffffff;
	font-weight: normal;
}


/* Create an active/current tablink class */
.tab button.active {
	float: left;
	margin: 0 auto !important;
	background-color: #111111;
	color: #ffffff;
	font-weight: normal;
}

.CTA-BTN-Large-Full {
	border: none;
	clear: both !important;
	padding: 16px 32px;
	text-align: center;
	display: block;
	text-decoration: none !important;
	opacity: 100%;
	width: 100%;
	margin-bottom: 15px !important;
	margin-top: 10px !important;
	font-size: 16px;
	font-weight: normal;
}


.CTA-BTN-Large-Full:hover {
	opacity: 0.85;
	text-decoration: none !important;
	width: 100%;
}


.CTA-BTN-Small {
	border: none;
	padding: 8px 15px;
	max-width: 120px;
	text-align: center;
	margin: 15px auto 0 !important;
	opacity: 1;
	transition: 0.3s;
	display: block;
	text-decoration: none;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
}


.CTA-BTN-Small:hover {
	opacity: 0.75;
	text-decoration: none;
}

/* Style the tab content */
.tabcontent {
	display: none;
	align-content: center;
	margin: 0 auto !important;
}

.Full-Width-Tab {
	width: 100%;
	padding: 25px 0;
	min-height: 300px;
}

.Grey-BG {
	background-color: #eaeaea;
	margin: 0 auto 30px !important;
	min-height: 100px;
	height: auto;
	padding: 40px;
}

.tabimage {
	width: 100%;
	max-width: 800px !important;
	margin: 10px auto 20px;
	display: block;
}

.Tab-SubImage {
	width: 100%;
	height: auto;
	min-height: 275px;
	overflow: hidden;
}

.FullImage-BG {
	width: 100%;
	height: auto;
	min-height: 300px;
	position: static;
	overflow: hidden;
	padding: 60px 40px 60px 40px;
}

.FullImage-BG .custom-h2,
.FullImage-BG .custom-h3,
.FullImage-BG .p-text {
	color: #fff !important;
}

.Image-Text {
	width: 66%;
	float: left !important;
	padding: 0px 15px;
	height: auto;
	text-align: left;
}

.Outro-Jellybean {
	width: 100%;
	max-width: 300px !important;
	padding: 0px 10px 0px 0px !important;
	float: left !important;
}

.Image-Link-Section {
	width: 33%;
	float: left !important;
	padding: 0px 15px;
	height: auto;
	text-align: left;
}


.custom-h1 {
	margin: 10px 0;
	text-align: center;
	font-size: 48px;
	line-height: 52px;
	letter-spacing: 1px;
	font-weight: bold;
}

.custom-h2 {
	margin-bottom: 10px;
	text-align: left;
	font-size: 34px;
	line-height: 36.5px;
	letter-spacing: 1px;
	font-weight: bold;
}

.custom-h3 {
	margin-bottom: 10px;
	text-align: left;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 1px;
	font-weight: bold;
}

.custom-h4 {
	margin-bottom: 10px;
	text-align: left;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: bold;
}

.custom-h5 {
	margin: 15px 0 10px;
	text-align: left;
	font-weight: bold;
}

.custom-h5,
.FullImage-BG .Image-Text .p-text {
	font-size: 18px !important;
	line-height: 22px !important;
	letter-spacing: 1px;
	font-weight: bold;
}

.p-text {
	text-align: left;
	margin: 20px 0 10px;
	font-size: 16px !important;
	line-height: 22.5px !important;
	font-weight: normal;
}

.Disclaimer-Text {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
}

.text-bold {
	font-weight: bold;
}

.Chart-Settings {
	background: #ffffff;
	margin: 20px auto;
	padding: 5px;
	width: 100%;
	position: relative;
	z-index: 1;
}

.Table-Vehicle-Row {
	border-bottom: 1px solid #ffffff;
}


.Table-Model-Title-Dark {
	text-align: center;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}


.Table-Model-Title-Light {
	text-align: center;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}


.Table-BlankBlock-BG {
	width: 33.3%;
	border: 1px solid #fff;
}


.Table-ModelImage-BG {
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	width: 33.3%;
}


.Table-ComparisonImage-BG {
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	width: 33.3%;
	background-color: #ffffff;
	color: #111111;
	border-right: #eaeaea 1px solid;
}


.Table-Category-Block {
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	width: 33.3%;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	background: #111111;
	color: #ffffff;
}


.Table-Row {
	border-top: 1px solid #ffffff;
	/* border-collapse: collapse; */
	border-bottom: 1px solid #ffffff;
}


.Table-White-Cell {
	background-color: #ffffff;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #ffffff;
	width: 33.3%;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
}

.Table-Grey-Cell {
	background-color: #eaeaea;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	line-height: 16px;
	border-right: 1px solid #ffffff;
	width: 33.3%;
	font-weight: normal;
}

.Quiz-iFrame {
	border: 1px #495f2e solid !important;
	padding: 5px;
	width: 85% !important;
	height: 550px !important;
	overflow: scroll !important;
}

/***** TABLET CSS *****/
@media screen and (max-width: 1025px) {

	.BTN-BACK-TOP {
		display: block !important;
	}

	.Intro-Full-Width-Container {
		min-height: 100px;
		display: block;
	}

	.Half-Width-Section {
		width: 100%;
		padding: 0px;
		float: none !important;
		display: block;
	}

	.Half-Width-Comparison-Images {
		padding: 2px;
	}


	.Third-Width-Section {
		width: 100%;
		padding: 10px 0px;
		float: none !important;
		display: block;
	}

	.TwoThirds-Width-Section {
		width: 100%;
		padding: 15px 0px;
		float: none !important;
		display: block;
	}

	.QuickStats-Container-Full {
		padding: 20px !important;
	}

	.Quick-Stat-Block {
		width: 50%;
		padding: 20px;
	}
	
	.Quick-Stat-Block:nth-of-type(odd) {
		clear: both;
	}

	.comparisonStats .Quick-Stat-Block {
		width: 100%;
		float: none !important;
	}

	.tab button {
		padding: 7px;
		min-height: 170px;
	}

	.Full-Width-Tab {
		padding: 0px;
	}

	.Tab-SubImage {
		min-height: 60vw;
	}

	.Intro-Grey-Block,
	.Intro-Grey-Block-Inner {
		padding: 20px;
	}

	.Grey-BG {
		padding: 20px;
	}

	.FullImage-BG {
		padding: 25px;
	}


	.Image-Text {
		width: 100%;
		float: none !important;
	}

	.Outro-Jellybean {
		max-width: 500px !important;
		padding: 0px;
		float: none !important;
		display: block;
	}

	.Image-Link-Section {
		width: 100%;
		float: none !important;
		padding: 15px;
	}

	.Chart-Settings {
		padding: 0px;
	}


	.Table-ModelImage-BG {
		padding: 10px;
	}

	.Table-ComparisonImage-BG {
		padding: 10px;
	}

	.Table-Category-Block {
		padding: 10px 5px;
	}


	.Table-White-Cell {
		padding: 10px 5px;
	}


	.Table-Grey-Cell {
		padding: 10px 5px;
	}

	.custom-h1 {
		font-size: 36px;
		line-height: 39px;
	}

	.custom-h2 {
		font-size: 28px;
		line-height: 30px;
	}

	.custom-h5,
	.FullImage-BG .Image-Text .p-text {
		font-size: 16px !important;
		line-height: 18px !important;
	}


	.p-text {
		font-size: 15px !important;
		line-height: 21px !important;
	}

	.Quick-Stat-Title {
		font-size: 18px;
		line-height: 20px;
	}

	.Stats-Color {
		font-size: 48px;
		line-height: 50px;
	}

	.Stats-Small-HP {
		font-size: 18px !important;
	}


	.tab button {
		font-size: 22px;
	}

	.CTA-BTN-Small {
		font-size: 13px;
	}

	.Table-Model-Title-Dark {
		font-size: 14px;
		line-height: 16px;
	}

	.Table-Model-Title-Light {
		font-size: 14px;
		line-height: 16px;
	}


	.Table-Category-Block {
		font-size: 12px;
		line-height: 14px;
	}

	.Table-White-Cell {
		font-size: 10px;
		line-height: 12px;
	}


	.Table-Grey-Cell {
		font-size: 10px;
		line-height: 12px;
	}
}


/***** MOBILE CSS *****/
@media screen and (max-width: 619px) {

	.Dare-to-Compare {
		margin-top: 25px !important;
	}

	.Intro-Full-Width-Container {
		min-height: 10px;
	}

	.Third-Width-Section {
		padding: 0px;
	}

	.Grey-BG {
		padding: 10px;
	}

	.Intro-Grey-Block,
	.Intro-Grey-Block-Inner {
		padding: 10px;
	}

	.FullImage-BG {
		padding: 10px;
	}

	.Quick-Stat-Block {
		width: 100%;
		float: none !important;
	}


	.Image-Text {
		padding: 15px;
	}

	.custom-h1 {
		line-height: 35px;
	}

	.custom-h2 {
		font-size: 24px;
		line-height: 27px;
	}

	.custom-h3 {
		font-size: 18px;
		line-height: 20px;
	}
	
	.custom-h4 {
		font-size: 18px;
		line-height: 20px;
	}

	.custom-h5,
	.FullImage-BG .Image-Text .p-text {
		font-size: 16px !important;
		line-height: 18px !important;
	}

	.p-text {
		font-size: 14px !important;
		line-height: 20px !important;
	}

	.Stats-Color {
		font-size: 38px !important;
		line-height: 40px;
	}

	.Stats-Small-HP {
		font-size: 16px !important;
	}

	.tab button {
		font-size: 11px;
	}

	.CTA-BTN-Small {
		font-size: 12px;
	}
}