/* CSS Document */

.page-header {
	display: none;
}

.header {
	margin-bottom: 10px;
}

.videos-container .more {
	margin-top: 10px;
}

#block-sparkle-blocks-top-nav-headers {
	background: #eee;
}

/*#block-sparkle-blocks-top-nav-headers .container {
	width: 100%;
}*/

#block-sparkle-blocks-top-nav-headers .container .col-xs-12 {
	padding: 0px;
}

.hero-headlines {
	position: absolute;
	top: 0px;
	right: 15px;
	padding: 10px 20px;
	background: rgba(255, 255, 255, .6);
	height: 100%;
	width: 33%;
}

.hero-headlines h3.title {
	color: #00467f;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
	line-height: 1.2;
}

.hero-headlines h3.black {
	color: #000;
	margin: 10px 0px 10px 0px;
	text-transform: uppercase;
	line-height: 1.2;
}

.hero-headlines .date {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	font-style: italic;
}

.hero-headlines h4 {
	margin-top: 0px;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.2;
}

.hero-headlines h3 {
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	color: #00467f;
}

.hero-headlines ul {
	margin: 0px 0px 10px 0px !important;
}

.hero-headlines li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	list-style: none;
	padding-bottom: 18px;
	line-height: 1.3;
}

.hero-headlines li a {
	color: #203548;
}

.hero-headlines .more {
	font-size: 14px;
	text-align: right;
}

.hero-links h3 {
	margin-bottom: 5px;
	line-height: 1.4;
}

.below-assistance {
	margin: 20px 15px 0px 15px;
	padding: 20px 10px 20px 10px;
}

.below-assistance h3 {
	color: #00447d;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	line-height: 1.2;
}

.hero-headlines .fa-chevron-right, .more .fa-chevron-right,
.below-assistance .fa-chevron-right, .more .fa-chevron-right {
	font-size: 12px;
	color: #fec231;
}

.assistance-photo {
	max-width: 600px;
	position: relative;
}

.assistance-photo img {
	width: 100%;
}

.assistance-photo:after {
	content: '';
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	box-shadow: inset 0px -20px 150px 0px rgba(0,0,0,0.8);
}

.assistance-photo .text {
	position: absolute;
	left: 15px;
	bottom: 10px;
	font-size: 16px;
	line-height: 1.3;
	color: #fff;
	width: 90%;
	text-align: left;
	z-index: 10;
}

.hero-headlines .hero-button,
.below-assistance .hero-button {
	font-family: 'Roboto Slab', sans-serif;
	font-weight: bold;
	font-size: 18px;
	background: #fec231;
	/*background: #00467f;*/
	text-transform: uppercase;
}

.hero-headlines .hero-button a,
.below-assistance .hero-button a {
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	color: #00467f;
}

.hero-headlines .hero-button .fa-angle-double-right,
.below-assistance .hero-button .fa-angle-double-right {
	font-size: 24px;
	color: #765313;
	padding: 0px 0px 5px 3px;
}

.hero-bg {
	width: 100%;
	height: 350px;
	/*background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 744px 250px !important;*/
	background-position: 50% 38% !important; 
	background-size: cover !important;
}

.p1-hero {
	position: relative;
	width: 100%;
	height: 350px;
}

.custom-cta-text input.email {
	font-size: 18px;
	margin-bottom: 15px;
	padding: 5px;
	width: 270px;
	color: #000 !important;
}

.p1-hero-shadow:after {
	content: '';
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	box-shadow: inset 0px -20px 150px 0px rgba(0,0,0,0.8);
}

.custom-hero-text {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 100%;
}

.p1-hero .hero-text-container {
	position: absolute;
	left: 15px;
	bottom: 20px;
	width: 95%;
}

.p1-hero .hero-text {
	width: 50%;
}

.p1-hero .hero-text h2 {
	color: #fff;
	margin: 0px 0px 10px 0px;
	font-size: 26px;
	line-height: 1.1;
	/*text-shadow: 0px 0px 10px rgba(0,0,0,0.8);*/
}

.p1-hero .hero-text h3 {
	font-family: Arial,Helvetica,sans-serif;	
	color: #fff;
	margin: 0px 0px 20px 0px;
	font-size: 14px;
	line-height: 1.2;
	/*text-shadow: 0px 0px 5px rgba(0,0,0,0.8);*/
}

.p1-hero .hero-text-container .cta a {
	background: #fec231;
	padding: 10px 20px;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
	border-radius: 3px;
	/*box-shadow: 0px 0px 10px rgba(0,0,0,0.8);*/
}

.p1-hero .hero-text-container .cta-program, .p1-hero .hero-text-container .cta-service, .p1-hero .hero-text-container .cta-discount {
	font-family: 'Roboto Slab', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.2;
}

.p1-hero .hero-text-container .cta-program a, .p1-hero .hero-text-container .cta-service a, .p1-hero .hero-text-container .cta-discount a {
	color: #fec231;
}

.p1-hero .custom-cta-text {
	width: 50%;
}

.p1-hero .custom-cta-text h3 {
	font-family: Arial,Helvetica,sans-serif;	
	color: #fff;
	margin: 0px 0px 20px 0px;
	font-size: 14px;
	line-height: 1.2;
	/*text-shadow: 0px 0px 5px rgba(0,0,0,0.8);*/
}

.p1-hero .error-text {
	color: #F00;
	font-size: 16px;
	margin-top: 10px;
}

/* Video & News */

.videos-container h3.title, .news-container h3.title {
	color: #00467f;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
}

.video h3, .news h3 {
	font-family: Arial,Helvetica,sans-serif;
	float: left;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.45;
	margin-top: 0px;
	margin-left: 15px;
	width: 50%;
}

.video h4 a, .news h4 a {
	color: #333;
}

.video h4 a:hover, .news h4 a:hover {
	color: #000;
}

.video .thumbnail, .news .thumbnail {
	position: relative;
	float: left;
	width: 40%;
	padding: 0px;
	margin-bottom: 10px;
	border: none;
}

.video .thumbnail img, .news .thumbnail img {
	width: 100%;
}

.feature-video {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
	height: 0;
}

.feature-video iframe,
.feature-video object,
.feature-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.feature-video img {
	width: 100%;
}

.feature-video .text {
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 16px;
	line-height: 1.3;
	width: 100%;
	text-align: left;
	z-index: 1;
	padding: 8px 15px;
  background: rgba(0,0,0,.5);
	text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
}

.feature-video .text a {
	color: #fff;
	display: block;
}

.feature-video .icon {
	position: absolute;
	top: -10%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 50%;
	width: 25%;
	filter: Alpha(Opacity=70); /*IE7 fix*/
	opacity: .7;
}

.video .icon {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 50%;
	width: 30%;
	filter: Alpha(Opacity=70); /*IE7 fix*/
	opacity: .7;
}

.videos-container, .news-container {
	background: #fff;
	padding: 30px 45px 0px 45px !important;
}

.videos-container h3, .news-container h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.1;
}

.videos-container .video-item, .news-container .news-item {
	padding-top: 10px;
}

.more {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
}

/* Newsletter */

.hero-headlines .newsletter-box {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: rgba(183, 187, 193, .7);
	padding: 5px 20px 15px 20px !important;
	width: 100%;
}

.hero-headlines .newsletter-box .title {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 20px;
	color: #00467f;
	text-transform: uppercase;
}

.hero-headlines .newsletter-box .subscribe-form {
	/*float: right;
	width: 70%;*/
}

.hero-headlines .newsletter-box .text {
	display: none;
}

/*.hero-headlines .newsletter-box  .email {
	border-color: #999 !important;
	color: #999 !important;
}*/

.below-newsletter .newsletter-box {
	background: none !important;
	margin: 20px 15px 0px 15px !important;
	padding: 10px 10px 0px 10px;
}

.below-newsletter .newsletter-box .title {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 17px;
	color: #00467f;
	text-transform: uppercase;
}

#primary {
	padding-top: 20px;	
	padding-bottom: 0px;
}

/* REPONSIVE STYLES */

@media (max-width: 768px) {
	
	.front .p1-hero .hero-text {
		width: 62%;
	}
}

@media (min-width: 768px) {
	
	.p1-hero {
		width: 100%;
		height: 450px;
	}
	
	.hero-bg {
		width: 100%;
		height: 450px;
		/*background-repeat: no-repeat !important;
		background-position: center !important;
		background-size: 1339px 450px !important;*/
	}
	
	.video .thumbnail, .news .thumbnail {
		float: none;
		width: 100%;
		margin-bottom: 5px;
	}
	
	.video h3, .news h3 {
		float: none;
		width: 100%;
		margin-left: 0px;
	}
	
	.videos-container h3, .news-container h3 {
		line-height: 1.2;
	}
	
	.p1-hero .hero-text h2 {
		font-size: 34px;
	}

	.p1-hero .hero-text h3 {
		font-size: 20px;
	}
	
	.p1-hero .custom-cta-text h3 {
		font-size: 20px;
	}
	
	.custom-cta-text input.email {
		width: 320px;
	}
	
	.p1-hero .hero-text-container {
		position: absolute;
		left: 20px;
		bottom: 30px;
	}
	
	.p1-hero .hero-text {
		width: 40%;
	}
	
	.front .p1-hero .hero-text {
		width: 50%;
	}
	
	.p1-hero .custom-cta-text {
		width: 40%;
	}
	
	#primary {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.below-assistance {
		max-width: 715px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.below-newsletter {
		max-width: 750px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 992px) {
	
	/*#block-sparkle-blocks-top-nav-headers .container {
		width: 970px;
	}
	
	#block-sparkle-blocks-top-nav-headers .col-xs-12 {
		padding: 0px 15px 0px 15px;
	}*/
	
	.p1-hero .hero-text-container {
		top: 60px;
		left: 40px;
	}
	
	.p1-hero .hero-text {
		width: 33%;
	}
	
	.front .p1-hero .hero-text {
		width: 40%;
	}
	
	.p1-hero .custom-cta-text {
		width: 33%;
	}
	
	.p1-hero .hero-text h2 {
		font-size: 36px;
	}
	
	.video h3, .news h3 {
		font-size: 15px;	
	}
	
	.video .thumbnail, .news .thumbnail {
		padding: 0px;
		margin-bottom: 20px;
	}
	
	.video .last, .news .last {
		margin-bottom: 0px !important;
	}
	
	/*.video .icon {
		position: absolute;
		top: 5px;
		left: 5px;
	}*/
	
	.hero-headlines .newsletter-box {
		margin-top: 10px;
	}
	
	.hero-headlines .newsletter-box .title {
		font-size: 17px;
	}
	
	/*.hero-headlines .newsletter-box .subscribe-form {
		width: 65%;
	}*/
	
	.hero-headlines .newsletter-box .newsletter-error {
		display: none;
		/*font-size: 12px;*/
	}
	
	.news .col-xs-4 {
		padding-right: 0px;
	}
	
	.p1-hero .video .col-xs-4 {
		padding-right: 0px;
	}
	
	.feature-video .icon {
		top: -20%;
	}
	
	.below-assistance {
		max-width: 100%;
	}
	
	.below-newsletter {
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	
	.p1-hero .hero-text-container {
		top: 60px;
		left: 50px;
	}
	
	.p1-hero .hero-text {
		width: 34%;
	}
	
	.front .p1-hero .hero-text {
		width: 40%;
	}
	
	.p1-hero .custom-cta-text {
		width: 34%;
	}
	
	.p1-hero .hero-text h2 {
		font-size: 45px;
	}
	
	.hero-headlines .newsletter-box .title {
		font-size: 20px;
	}
	
	/*.hero-headlines .newsletter-box .subscribe-form {
		width: 68%;
	}*/
	
	.hero-headlines .newsletter-box .newsletter-error {
		display: none;
		/*font-size: 14px;*/
	}
	
	.feature-video .icon {
		top: -10%;
	}
}

@media (min-width: 1400px) {
	
	#block-sparkle-blocks-top-nav-headers .container {
		width: 1370px;
	}
	
	#block-sparkle-blocks-top-nav-headers .col-xs-12 {
		padding: 0px 15px 0px 15px;
	}
	
	.p1-hero .hero-text-container {
		top: 60px;
		left: 50px;
	}
	
	.p1-hero .hero-text {
		width: 29%;
	}
	
	.front .p1-hero .hero-text {
		width: 34%;
	}
	
	.p1-hero .custom-cta-text {
		width: 29%;
	}
	
	.p1-hero-shadow:after {
		position: absolute;
		top: 0px;
		left: 15px;
		width: 1340px;
		height: 450px;
	}
	
	/*.hero-headlines .newsletter-box .subscribe-form {
		width: 72%;
	}*/
}