/* Landing page
*************************************************/
.landing_page {}
	
	.splash_image {
		height: 700px;
		margin-bottom: 1px;
		margin-top: 1px;
		overflow: hidden;
		position: relative;
		width: 100%;
	}

		.splash_slider { position: absolute; }

		.splash_slide {
			background-position: center 56%;
			background-repeat: no-repeat;
			background-size: 100% auto;
			float: left;
			height: 520px;
		}
			
		.splash_copy {
			position: absolute;
			text-align: center;
			top: 165px;
			width: 100%;
			z-index: 2;
		}

		.splash_copy h1 {
			color: #fff;
			font-family: 'Magra', sans-serif;
			font-size: 60px;
			text-transform: uppercase;
		}

		.splash_copy .sub_title {
			font-size: 32px;
			color: #ccc;
		}

		.splash_copy h1,
		.splash_copy .sub_title {
			text-shadow: 0px 1px 3px rgba(0, 0, 0, .7);
		}

		.or_treatment {
			color: #fff;
			font-family: 'Magra', sans-serif;
			font-size: 16px;
			font-weight: bold;
			left: 50%;
			margin-left: -50px;
			position: absolute;
			text-align: center;
			top: 350px;
			width: 100px;
			z-index: 2;
		}

		.or_bar_top,
		.or_bar_bottom {
			background-color: #666;
			height: 45px;
			left: 50%;
			margin-left: -1px;
			position: absolute;
			width: 2px;
		}

		.or_bar_top { top: -63px; }
		.or_bar_bottom { top: 35px; }

		.navigation_selector {
			position: absolute;
			text-align: center;
			top: 330px;
			width: 100%;
			z-index: 2;
		}

			.navigation_selector .large_pop_cta {
				display: inline-block;
				font-size: 16px;
				margin: 0px 50px;
				padding: 20px 14px;
				width: 210px;
			}

		.landing_gradient {
			background-image: url(../../images/patterns/soft_gradient_landing.png);
			background-repeat: repeat-x;
			bottom: 0px;
			height: 171px;
			position: absolute;
			width: 100%;
			z-index: 1;
		}

	.splash_btm {
		background: url(../../images/patterns/double.gif) repeat-x 0px 0px;
		height: 3px;
		width: 100%;
	}

/* Video container
*************************************************/
.video_container {
	background-color: #000;
	left: 0px;
	min-height: 700px;
	position: absolute;
	top: 0px;
	width: 100%;
}

	.splash-image {
		background-image: url(../../images/splash_image.jpg);
		background-size: cover;
		height: 100%;
		margin: auto;
		position: absolute;
		width: 100%;
		z-index: 1;
	}

/* Pagination arrows
*************************************************/
.splash_image .arrow_splash_back_cta,
.splash_image .arrow_splash_forward_cta {
	background-image: url(../../images/patterns/arrow_splash_sprite.png);
	position: absolute;
	text-indent: -9999px;
	height: 100px;
	width: 88px;
	top: 225px;
	z-index: 2;
}

.splash_image .arrow_splash_back_cta {
	background-position: 0px 0px;
	left: 40px;
}

.splash_image .arrow_splash_forward_cta {
	background-position: -98px 0px;
	right: 40px;
}

/* Pagination dots
*************************************************/
.pagination_container {
	position: absolute;
	top: 20px;
	width: 100%;
}

	.pagination_container ul { margin: 0px auto; }

		.pagination_container li { float: left; margin-right: 8px; }


			.pagination_container li.selected a { background-color: #333; }

			.pagination_container li a {
				background-color: #fff;
				border-radius: 10px;
				display: block;
				height: 10px;
				width: 10px;
				-webkit-border-radius: 10px;
				-webkit-box-shadow: 0px 0px 23px 1px #333;
				box-shadow: 0px 0px 23px 1px #333;
			}

/* Landing sectional
*************************************************/
.landing_sectional h3 {
	color: #333;
	padding-top: 40px;
	padding-bottom: 40px;
	font-family: 'Magra', sans-serif;
	font-size: 32px;
	text-transform: uppercase;
	text-align: center;
}

	.landing_sectional .temp {
		background-color: #e4e4e4;
		height: 200px;
	}

/* How it works
*************************************************/
.landing_how_it_works { margin-bottom: 40px; }

	.how_it_works_header {
		height: 269px;
		width: 300px;
		position: relative;
	}

		.how_it_works_header img {
			display: block;
			position: absolute;
			top: 0px;
			left: 0px;
		}
		
		.how_it_works_header_copy {
			bottom: 10px;
			color: #fff;
			font-size: 21px;
			font-weight: bold;
			left: 10px;
			line-height: 26px;
			padding: 0px 10px;
			position: absolute;
		}

			.how_it_works_header_copy .left_quote { position: absolute; left: -2px; }
	
	.how_it_works_content {
		background-color: #dfdfdf;
		box-sizing: border-box;
		font-size: 16px;
		height: 265px;
		padding: 20px 20px;
	}
	
	.how_it_works_content p {
		color: #000;
		font-size: 21px;
		line-height: 26px;
		text-align: center;
	}

	.how_it_works_content ul { margin-left: 15px; }

		.how_it_works_content li {
			list-style: disc;
			line-height: 22px;
			padding-bottom: 10px;
		}

/* Mission container
*************************************************/
.landing_mission_container {
	background-color: #fff;
	margin-bottom: 20px;
	padding-bottom: 0px;
}

	.mission_container_row {
		height: 269px;
		margin-top: 3px;
		position: relative;
		width: 100%;
	}

	.last_mission_container_row { 
		height: 269px;
	}

	.mission_container_row img {
		height: 269px;
		display: block;
		left: 0px;
		position: relative;
		top: 0px;
		width: 100%;
	}

	.mission_container_row_content {
		box-sizing: border-box;
	/*	height: 100%;*/
		padding: 0px 20px;
		position: absolute;
		top: 75px;
		width: 100%;
		z-index: 1;
	}

	.mission_container_row_right { text-align: right; }

	.mission_container_row_content h4 {
		color: #fff;		
		font-size: 32px;
		/*font-weight: bold;*/
		line-height: 45px;
	}

	.mission_container_row_content p {
		color: #cecece;
		font-size: 26px;
		line-height: 45px;
		padding-right: 300px;
		width: auto;
	}

	.mission_container_row_right p { padding-left: 400px; padding-right: 0px; }
