@media (min-width: 1200px) {
	.home-section-features { max-width: 710px; min-height: 640px }
}
@media (min-width: 1420px) {
	.home-section-features { max-width: 910px; min-height: 640px }
}

.home-card-image-top, .home-card-video-top {
	border-radius: 3px 3px 0 0;
}
.home-card-image, .home-card-image-top, .home-card-shim-square {
	display: block;
	background-color: #162b40;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: auto;
	max-height: 400px;
	max-width: 100%;
}
.home-card-shim-square {
	width: 100%;
}
.home-card-image[data-url], .home-card-image-top[data-url], .home-card-image[data-mfp-src], .home-card-image-top[data-mfp-src] {
	cursor: pointer;
}
.home-card-features {
	color: white; 
}
.home-card-features .home-card-image-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
	position: relative;
	border-bottom:10px solid #ce0505;
}
.home-card-features .home-card-image, .home-card-features .home-card-image-top {
	background-image: url(../images/features_default.jpg);
	/*box-shadow: 0 0 150px rgba(0, 0, 0, .5) inset;*/
}
.home-card-video, .home-card-video-top {
	background-color: #444;
}
.home-card-play-btn {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;

	background-image: url('../images/btn-play.png');
	background-repeat: no-repeat;
	background-size: 100px;
	background-position: center;
	cursor: pointer;
	display: block;
	opacity: .65;
}
.home-card-play-btn:hover {
	opacity: .9;
}
.home-card-play-btn img {
	height: auto;
	max-width: 100%;
}

.home-card-title {
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
	margin-bottom: 13px;
	color: inherit;
}
.home-card-title a:link, .home-card-title a:visited {
	color: inherit;
}


.home-card-btn, .home-card-alt-btn {
	color: #47c0ff;
}
.home-card-btn:hover, .home-card-alt-btn:hover {
	color: #47c0ff;
}
.home-card-btn-group .home-card-btn, .home-card-btn-group .home-card-alt-btn {
	display: inline-block;
	font-weight: bold;
}
.home-card-alt-btn {
	float: right;
}


.home-card-features .home-card-block {
	padding: 30px 20px;
}
@media only screen and (min-width : 768px) {
	.home-card-features .home-card-block {
		padding: 30px 0;
	}
}
.home-card-features .home-card-meta {
	font-size: 18px;
	line-height: 22px;
	text-align: right;
}
.home-card-features .home-card-title {
	font-size: 28px;
	font-weight: 900;
	line-height: 36px;
}

#feature-carousel-next, #feature-carousel-prev {
	position: absolute;
	top: 0;
	z-index: 1;

	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 400px;
	opacity: .5;
	width: 40px;
}
#feature-carousel-next {
	right: 0;
	background-image: url(../images/carousel_arrow_next.png);
}
#feature-carousel-prev {
	left: 0;
	background-image: url(../images/carousel_arrow_prev.png);
}
#feature-carousel-next:hover, #feature-carousel-prev:hover {
	opacity: 1;
}
@media (min-width: 768px) {
	#feature-carousel-next, #feature-carousel-prev {
		width: 60px;
	}
}

.owl-carousel.owl-theme .owl-controls {
	display: none;
	margin: 0;
}
.owl-theme .owl-controls .owl-pagination {
	position: absolute;
	top: 320px;
	right: 0;
	left: 0;

	display: none;
	margin: 0;
}
@media (min-width: 768px) {
	.owl-theme .owl-controls .owl-pagination {
		display: block;
	}

}
.owl-theme .owl-controls .owl-pagination {
	height: 70px;
}
.owl-theme .owl-controls .owl-pagination .owl-page {
	position: relative;
}
.owl-theme .owl-controls .owl-pagination .owl-page span {
	background-color: #ebebeb;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border: 0;
	border-radius: 0;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
	display: block;
	height: 70px;
	margin: 0 5px;
	opacity: 1;
	width: 70px;
}
.owl-theme .owl-controls .owl-pagination .owl-page span::after {
	content: " ";
	position: absolute;
	right: 5px;
	bottom: 0;
	left: 5px;

	background-color: #da0000;
	height: 5px;
	opacity: .65;
}
.owl-theme .owl-controls .owl-pagination .owl-page:hover span::after, .owl-theme .owl-controls .owl-pagination .owl-page.active span::after {
	content: " ";
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	left: 5px;

	height: auto;
}

#feature-carousel-progress-bar {
	background-color: #6db9ff;
	border-radius: 3px 0 0 0;
	height: 10px;
	max-width: 100%;
	width: 0%;
}
#feature-carousel-progress {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;

	background-color: #0084ff;
	border-radius: 3px 3px 0 0;
	z-index: 5;
}


.home-section-news { 
	padding: 60px 30px 100px;
	background:url(../images/bg_pressreleases.jpg); 
	background-size: cover;
}
.home-section-news .home-section-title h2 {
	margin: 0 0 30px 0;
	font-size: 40px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
}
.home-section-news .home-section-title h2 a {
	color: inherit;
}
.home-section-news .home-section-title h2 a:hover {
	text-decoration: none;
}
.home-news-image-wrapper {
	background: #0c3d59;
}
.home-news-carousel .home-news-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width:100%;
	height: auto;
	opacity: 0.6;
	cursor: pointer;
}
.home-news-carousel .item:hover .home-news-image { opacity: 0.8; }
.home-news-carousel .home-news-image:before {
	content: "";
	display: block;
	padding-top: 150%;
}
.home-section-news .item {
	position: relative;
	padding:0 1px;
}
.home-news-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	color: white;
}
.home-news-content a {
	color: inherit;
}
.home-news-title {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}
.home-news-title a:hover {
	text-decoration: none;
}

@media (min-width: 1200px) {
	.home-news-carousel {
		padding:0 50px;
	}
	.home-news-carousel .home-news-image:before {
		padding-top: 66.6667%;
	}
}

#news-carousel-next, #news-carousel-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;

	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	
	opacity: .5;
	width: 40px;
}
#news-carousel-next {
	right: 0;
	background-image: url(../images/press_arrow_right_mobile.png);
}
#news-carousel-prev {
	left: 0;
	background-image: url(../images/press_arrow_left_mobile.png);
}
#news-carousel-next:hover, #news-carousel-prev:hover {
	opacity: 1;
}
@media (min-width: 768px) {
	#news-carousel-next, #news-carousel-prev {
		width: 60px;
	}
}
@media (min-width: 1200px) {
	#news-carousel-next {
		background-image: url(../images/press_arrow_right.png);
	}
	#news-carousel-prev {
		background-image: url(../images/press_arrow_left.png);
	}
}

.module#hurricane {
	background: url(../images/bg_hurricane.jpg) center center no-repeat;
	background-size: cover;
	border-top: 10px solid #ce0505;
	color: #0c3d59;
	font-size: 20px;
	line-height: 24px;
	padding:60px 0;
}
.module#hurricane .header h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
}
.module#hurricane .header h2 a {
	color: inherit;
}
.module#hurricane .header h2 a:hover {
	text-decoration: none;
}
.module#hurricane .text {
	margin-bottom: 15px;
}
.module#hurricane .read-more a {
	color: #47c0ff;
	font-weight: bold;
}

@media (min-width: 768px) {
	.module#hurricane .content {
		max-width: 50%;
	}
}

.module#social {
	border-top:1px solid white;
}
#social .module {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	padding: 60px 15px;
	text-align: center;

	-webkit-box-flex: 1;

	    -ms-flex: 1;

	        flex: 1;
	display: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#social .module .inner {
	max-width: 100%;
}
.module#social h3 {
	display: inline-block;
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.module#social h3 a {
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	padding: 90px 0 0 0;
}
.module#social h3 a:hover {
	text-decoration: none;
}
.module#social a {
	color: inherit;
}
.module#social h3 strong {
	display: block;
	position: relative;
    padding-bottom: 3px;
}

.module#social h3 strong:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: white;
	height: 0;
	width: 0;
	transition: width .25s, height 0s .25s;
}
.module#social a:hover strong:before {
	height: 2px;
	width: 100%;
	transition: width .25s, height 0s;
}
.module#facebook {
	background-image: url(../images/bg_facebook.jpg);
}
.module#facebook h3 a {
	background-image: url(../images/icon_fb_footer.png);
}
.module#twitter {
	background-image: url(../images/bg_twitter.jpg);
	display: block;
}
.module#twitter h3 a {
	background-image: url(../images/icon_tw_footer.png);
}
.module#instagram {
	background-image: url(../images/bg_instagram.jpg);
}
.module#instagram h3 a {
	background-image: url(../images/icon_ig_footer.png);
}
.module#youtube {
	background-image: url(../images/bg_youtube.jpg);
}
.module#youtube h3 a {
	background-image: url(../images/icon_yt_footer.png);
}

@media (min-width: 768px) {
	.module#facebook { display: block; }
	.module#twitter { display: block; }
	.module#instagram { display: block; }
	.module#youtube { display: block; }
}
@media (min-width: 992px) {
	.module#social {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#social .module {
		padding: 120px 15px;
	}
	.module#facebook { display: -webkit-box; display: -ms-flexbox; display: flex; }
	.module#twitter { display: -webkit-box; display: -ms-flexbox; display: flex; }
	.module#instagram { display: -webkit-box; display: -ms-flexbox; display: flex; }
	.module#youtube { display: -webkit-box; display: -ms-flexbox; display: flex; }
}