﻿
/*DESKTOP STYLES*/
@media only screen and (min-width: 767px) {
	.heroDog

{
	height: 0;
}

#heroText {
	position: relative;
	top: -252px;
	left: 5px;
	z-index: 3;
	width: 100%;
}

	#heroText h2 {
		color: #ffffff;
		font-weight: bold;
		font-size: 40px;
		line-height: 44px;
		font-style: normal;
		font-family: 'Open Sans';
	}

	#heroText h4 {
		color: #ffffff;
		font-size: 20px;
		line-height: 35px;
		width: 390px;
		font-family: 'Open Sans';
	}

#heroQuoteWrapper {
	top: 10px;
}

.commonConditions h2 {
	color: #4f4f4f;
	font-weight: 700;
	font-size: 24px;
	line-height: normal;
	font-style: normal;
	font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans', sans-serif;
	text-align: center;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	padding: 10px 0;
}

.conditionP {
	color: #4f4f4f;
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
	font-style: normal;
	font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans', sans-serif;
	text-align: left;
}



.conditionColumn {
	float: left;
	width: 33.33%;
}

	.conditionColumn a:link, .conditionColumn a:visited, .conditionColumn a:hover, .conditionColumn a:active {
		color: #6158DF;
		text-decoration: underline;
	}

	.conditionColumn img {
		height: 155px;
		width: 223px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.conditionColumn ul {
		list-style-type: disc;
	}

		.conditionColumn ul li {
			color: #4f4f4f;
			font-weight: 400;
			font-size: 18px;
			line-height: 27px;
			font-style: normal;
			font-family: 'OpenSans', 'Open Sans', sans-serif;
			text-align: left;
			margin-left: 20px;
		}

.conditionColumnLeft {
	padding-left: 15px;
	padding-right: 15px;
	height: 410px;
}

.conditionColumnCenter {
	border-right: 1px solid #D7D7D7;
	border-left: 1px solid #D7D7D7;
	padding-left: 15px;
	padding-right: 15px;
	height: 410px;
}

.conditionColumnRight {
	padding-left: 15px;
	padding-right: 15px;
	height: 410px;
}

.conditionGreen {
	color: #34A350;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	text-align: center;
	font-weight: 700;
}

	.greyBackground {
		/*	background-color: #F2F2F2;*/
		background-color: rgba(242, 242, 242, 1);
	}

.caseStudies h2 {
	color: #4f4f4f;
	font-weight: 700;
	font-size: 24px;
	line-height: normal;
	font-style: normal;
	font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans', sans-serif;
	text-align: left;
	padding: 10px 0;
}

/*NEW CAROUSEL CODE*/
.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

	.carousel-inner > .item {
		-webkit-transition: -webkit-transform .5s ease-in-out;
		-o-transition: -o-transform .5s ease-in-out;
		transition: transform .5s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
		display: none;
	}

#realCostSavings .slide-inner {
	height: 430px;
	margin: 40px 40px 0px 40px;
	padding: 0px 50px;
}

	#realCostSavings .slide-inner .slide-image img {
		height: 229px;
		width: 330px;
	}

	#realCostSavings .slide-inner .slide-image {
		float: left;
		text-align: center;
		width: 50%;
	}

	#realCostSavings .slide-inner .slide-content {
		float: right;
		width: 50%;
	}


		#realCostSavings .slide-inner .slide-content h3 {
			color: #34A350;
			font-size: 26px;
			line-height: 21px;
		}


		#realCostSavings .slide-inner .slide-content p:not(.copy) {
			color: #4F4F4F;
			font-size: 18px;
			line-height: 27px;
			padding-top: 10px;
		}

		#realCostSavings .slide-inner .slide-content h4 {
			color: #34A350;
			font-size: 36px;
			font-weight: 700;
			line-height: 48px;
		}

		#realCostSavings .slide-inner .slide-content .copy {
			color: #4F4F4F;
			padding-top: 15px;
		}

		#realCostSavings .slide-inner .slide-content a {
			color: #6158DF;
		}

		.carousel-inner > .item.active {
			left: 0;
			transform: translate3d(0,0,0);
			display: block;
		}

.left {
	float: left;
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	background-color: rgba(0,0,0,0);
	filter: alpha(opacity=50);
	opacity: .5;
}

	.carousel-control.right {
		right: 0;
		left: auto;
	}

.right {
	float: right;
}


#realCostSavings .carousel-control {
	background: none;
	line-height: 18;
	opacity: 1;
	text-shadow: none;
}

	a.left.carousel-control:focus {
		outline: 2px solid #222222;
		outline-offset: 2px;
		border-radius: 4px;
	}

	a.right.carousel-control:focus {
		outline: 2px solid #222222;
		outline-offset: 2px;
		border-radius: 4px;
	}


.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

/*END NEW CAROUSEL CODE*/

}



/*MOBILE STYLES*/
@media only screen and (max-width: 767px) {

	#heroImgContainer {
/*		height: 260px !important;*/
		height: 100% !important;
	}

	.heroDog {
		height: 0;
	}

	#heroText {
		position: relative;
		top: -195px;
	}

	.heroTextInner {
		position: relative;
		top: -40px;
		left: 5px;
		z-index: 3;
		width: 70%;
		text-align: left;
	}

	.outside {
		position: absolute;
		display: table;
	}

	.inside {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}

	#heroText h2 {
		color: #ffffff;
		font-weight: bold;
		font-size: 24px;
		line-height: 27px;
		font-style: normal;
		font-family: 'Open Sans';
	}

	#heroText h4 {
		color: #ffffff;
		font-size: 15px;
		font-weight: bold;
		line-height: 22px;
		font-family: 'Open Sans';
	}

	.payouts {
		margin-top: 20px;
	}

	.commonConditions h2 {
		color: #4f4f4f;
		font-weight: 700;
		font-size: 16px;
		line-height: 18px;
		font-style: normal;
		font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans', sans-serif;
		text-align: left;
		border-top: none;
		border-bottom: none;
		padding: 10px 0;
	}

	.conditionP {
		color: #4f4f4f;
		font-weight: 700;
		font-size: 14px;
		line-height: 18px;
		font-style: normal;
		font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans', sans-serif;
		text-align: left;
	}



	.conditionColumn {
		float: none;
		width: 100%;
	}

		.conditionColumn a:link, .conditionColumn a:visited, .conditionColumn a:hover, .conditionColumn a:active {
			color: #6158DF;
			text-decoration: underline;
		}

		.conditionColumn img {
			display: none;
		}

		.conditionColumn ul {
			list-style-type: disc;
		}

			.conditionColumn ul li {
				color: #4f4f4f;
				font-weight: 400;
				font-size: 14px;
				line-height: 18px;
				font-style: normal;
				font-family: 'OpenSans', 'Open Sans', sans-serif;
				text-align: left;
				margin-left: 20px;
			}

	.conditionColumnLeft {
		height: 140px;
	}

	.conditionColumnCenter {
		border-right: none;
		border-left: none;
		height: 120px;
	}

	.conditionColumnRight {
		height: 150px;
	}

	.conditionGreen {
		color: #34A350;
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: none;
		border-bottom: none;
		text-align: left;
		font-weight: 700;
	}

	.greyBackground {
		background-color: #F2F2F2;
	}

	.caseStudies h2 {
		color: #4f4f4f;
		font-weight: 700;
		font-size: 16px;
		line-height: 20px;
		font-style: normal;
		font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans', sans-serif;
		text-align: left;
		padding: 10px 0;
	}

	/*NEW CAROUSEL CODE*/
	.carousel {
		position: relative;
	}

	.carousel-inner {
		position: relative;
		width: 100%;
		overflow: hidden;
	}

		.carousel-inner > .item {
			-webkit-transition: -webkit-transform .5s ease-in-out;
			-o-transition: -o-transform .5s ease-in-out;
			transition: transform .5s ease-in-out;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			-webkit-perspective: 1000px;
			perspective: 1000px;
			display: none;
		}

	#realCostSavings .slide-inner {
		height: 588px;
		margin: 0;
		padding: 0px 50px;
		text-align: center;
	}

		#realCostSavings .slide-inner .slide-image {
			float: none;
			text-align: center;
		}

			#realCostSavings .slide-inner .slide-image img {
				width: 100%;
			}


		#realCostSavings .slide-inner .slide-content h3 {
			color: #34A350;
			font-size: 18px;
			line-height: 25px;
			text-align: left;
			padding-top: 10px;
		}


		#realCostSavings .slide-inner .slide-content p:not(.copy) {
			color: #4F4F4F;
			font-size: 14px;
			line-height: 18px;
			text-align: left;
			padding-top: 10px;
		}

		#realCostSavings .slide-inner .slide-content h4 {
			color: #34A350;
			font-size: 30px;
			line-height: 34px;
			font-weight: 700;
			text-align: left;
		}

		#realCostSavings .slide-inner .slide-content .copy {
			color: #4F4F4F;
			font-size: 14px;
			line-height: 18px;
			text-align: left;
			padding-top: 10px;
		}

		#realCostSavings .slide-inner .slide-content a {
			color: #6158DF;
		}

	.carousel-inner > .item.active {
		left: 0;
		transform: translate3d(0,0,0);
		display: block;
	}

	.left {
		float: none;
	}

	.carousel-control {
		position: absolute;
		top: -100px;
		bottom: 0;
		left: 0;
		width: 15%;
		font-size: 20px;
		color: #fff;
		text-align: center;
		text-shadow: 0 1px 2px rgba(0,0,0,.6);
		background-color: rgba(0,0,0,0);
		filter: alpha(opacity=50);
		opacity: .5;
	}

		.carousel-control.right {
			right: 0;
			left: auto;
		}

	.right {
		float: none;
	}


	#realCostSavings .carousel-control {
		background: none;
		line-height: 18;
		opacity: 1;
		text-shadow: none;
	}

	.sr-only {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0,0,0,0);
		border: 0;
	}

	/*END NEW CAROUSEL CODE*/


	.miniGetMyQuoteContainer {
		margin-top: 10px;
	}
}


