.home-body {
	/*background-color: rgba(255, 204, 153, 0.5);*/
}

.home-section {
	margin-bottom: 30px;
}

.home-section-title {
	display: flex;
	justify-content: center;
	align-items: flex-start;

	margin-bottom: 1em;
}
.home-section-title h2 {
	/*color: #262626;*/
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1.5px;
	line-height: 24px;
	/*height: 24px;*/
	margin: 0 1em;
	/*text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5);*/
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
	text-transform: uppercase;
}
.home-section-title::before, .home-section-title::after {
	content: " ";

	border-bottom: 1px solid rgba(0, 0, 0, 0.35);
	flex-grow: 1;
	height: 12px;
}
.home-section-title h2 a {
	color: #fff;
}
.home-section-title h2 a:hover, .home-section-title h2 a:focus {
	color: #fff;
	opacity: .75;
	text-decoration: none;
}

.home-card {
	position: relative;
	
	display: flex;
	flex-direction: column;

	background-color: #fff;
	border-radius: 3px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
	margin-bottom: 15px;
	overflow: hidden;
}
.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 {
	background-color: #043c7f;
}
.home-card-features .home-card-image, .home-card-features .home-card-image-top {
	background-image: url(../images/features_default.jpg);
	opacity: .8;
	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%;
}
@media (min-width: 480px) {
	.home-section-news .home-card-play-btn {
		background-size: 75px;
	}
}
.home-card-block {
	padding: 20px;
}
.home-card-features .home-card-block {
	background-color: #fff;
}
.home-card-meta {
	color: #727678;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}
.home-card-title {
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
	margin-bottom: 13px;
}
.home-card-title a:link, .home-card-title a:visited {
	color: #162c41;
}
.home-card-title a:hover, .home-card-title a:active, .home-card-title a:focus {
	color: #2ca3ff;
	text-decoration: none;
}
/*.home-card-title::after {
	content: '';
	display: block;

	background-color: #162b40;
	height: 3px;
	margin-top: 10px;
	width: 33%;

	transition: background-color .2s, color .2s;
}*/
.home-card-title:hover::after {
	background-color: #2ca3ff;
}
.home-card-text {
	display: block;
	font-size: 16px;
	font-weight: 300;
	line-height: 19px;
	margin: 0;
	margin-bottom: 20px;
	word-break: break-word;
}
@media only screen and (min-width : 768px) {
	.home-card-features .home-card-text {}
}


.home-card-square {
	position: relative;
}
.home-card-square::before {
	content: '';

	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	background-color: rgba(0, 71, 158, .65);
	display: block;

	transition: background-color .2s, color .2s;
}
.home-card-square:hover::before {
	background-color: rgba(0, 71, 158, .35);
}
.home-card-square .home-card-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	padding-right: 20%;
}
a.home-card-link {
	color: #fff;
}
a.home-card-link:hover, a.home-card-link:focus {
	text-decoration: none;
}
.home-card-link .home-card-title {
	font-family: "Paytone One";
	font-size: 24px;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}
.home-card-link .home-card-text {
	font-family: "Lato";
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
a.home-card-link:hover .home-card-title, a.home-card-link:focus .home-card-title {
	text-decoration: underline;
}
@media only screen and (min-width : 1200px) {
	.home-card-link .home-card-text {
		font-size: 15px;
	}
}

.home-card-btn-group {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -5px 0 -5px;
}
.home-card-btn-group .home-card-btn, .home-card-btn-group .home-card-alt-btn {
	flex-grow: 1;
	margin: 5px;
}
/*@media only screen and (min-width : 768px) {
	.home-card-btn-group {
		margin: 0 -15px 0 -15px;
	}
	.home-card-btn-group .home-card-btn, .home-card-btn-group .home-card-alt-btn {
		margin: 5px 15px;
	}
}*/
@media (min-width: 992px) and (max-width : 1199px) {
	.home-card-btn-group {
		flex-wrap: none;
	}
}



.home-card-btn, .home-card-alt-btn {
	/*border: 1px solid #ffffff;*/
	border-radius: 2px;
	font-size: 18px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	padding: 0 26px;
	text-transform: uppercase;
}
a.home-card-btn, a.home-card-btn:link, a.home-card-btn:visited {
	background-color: #ebebeb;
	border: 1px solid #d7d7d7;
	color: #262626;
}
a.home-card-btn:hover, a.home-card-btn:active, a.home-card-btn:focus {
	background-color: #d9d9d9;
	color: #777;
	text-decoration: none;
}
a.home-card-alt-btn, a.home-card-alt-btn:link, a.home-card-alt-btn:visited {
	background-color: #ebebeb;
	border: 1px solid #d7d7d7;
	color: #262626;
}
a.home-card-alt-btn:hover, a.home-card-alt-btn:active, a.home-card-alt-btn:focus {
	background-color: #d9d9d9;
	color: #777;
	text-decoration: none;
}

.home-card-btn .btn-caret, .home-card-alt-btn .btn-caret {
	color: #999;
	font-size: 18px;
	margin-left: 7px;
}

@media only screen and (min-width : 768px) {
	.home-cards-columns {
		display: flex;
		justify-content: space-between;
	}
	.home-cards-columns>.home-card {
		width: 31.33%;
		margin: 10px 0;
	}
}

@media only screen and (min-width : 768px) {
	.home-cards-columns.stacked {
		/*display: flex;*/
		/*flex-direction: column;*/
		flex-wrap: wrap;
		/*justify-content: flex-start;*/
		/*align-content: space-between;*/
		/*margin: 0;*/
		/*max-height: 100vw;*/
		/*max-height: 999px;*/
		/*overflow: hidden;*/
	}
	.home-cards-columns.stacked>.home-card {
		width: 48.5%;
		/*margin: 10px 1%;*/
	}
	/*.home-cards-columns.stacked>.home-card:first-child {
		order: -1;
	}
	.home-cards-columns.stacked>.home-card:nth-child(3)
	, .home-cards-columns.stacked>.home-card:nth-child(5) {
		order: 1;
	}
	.home-cards-columns.stacked>.home-card:nth-child(2)
	, .home-cards-columns.stacked>.home-card:nth-child(4)
	, .home-cards-columns.stacked>.home-card:nth-child(6) {
		order: 2;
	}*/
}
@media only screen and (min-width : 985px) {
	/*.home-cards-columns.stacked {
		max-height: 1000px;
	}*/
	.home-cards-columns.stacked>.home-card {
		width: 31.33%;
	}
	/*.home-cards-columns.stacked>.home-card:nth-child(4) {
		order: 1;
	}
	.home-cards-columns.stacked>.home-card:nth-child(2)
	, .home-cards-columns.stacked>.home-card:nth-child(5) {
		order: 2;
	}
	.home-cards-columns.stacked>.home-card:nth-child(3)
	, .home-cards-columns.stacked>.home-card:nth-child(6) {
		order: 3;
	}*/
}
@media only screen and (min-width : 1200px) {
	/*.home-cards-columns.stacked {
		max-height: 1500px;
	}*/
	.home-cards-columns.stacked>.home-card {
		width: 48.5%;
	}
	/*.home-cards-columns.stacked>.home-card:nth-child(3)
	, .home-cards-columns.stacked>.home-card:nth-child(5) {
		order: 1;
	}
	.home-cards-columns.stacked>.home-card:nth-child(2)
	, .home-cards-columns.stacked>.home-card:nth-child(4)
	, .home-cards-columns.stacked>.home-card:nth-child(6) {
		order: 2;
	}*/
}
@media only screen and (min-width : 1420px) {
	/*.home-cards-columns.stacked {
		max-height: 1000px;
	}*/
	.home-cards-columns.stacked>.home-card {
		width: 31.33%;
	}
	/*.home-cards-columns.stacked>.home-card:nth-child(4) {
		order: 1;
	}
	.home-cards-columns.stacked>.home-card:nth-child(2)
	, .home-cards-columns.stacked>.home-card:nth-child(5) {
		order: 2;
	}
	.home-cards-columns.stacked>.home-card:nth-child(3)
	, .home-cards-columns.stacked>.home-card:nth-child(6) {
		order: 3;
	}*/
}

/*
Big Feature:
copy:   two column  except in mobile size.
*/

.home-card-features .home-card-block {
	padding: 30px 20px;
}
@media only screen and (min-width : 768px) {
	.home-card-features .home-card-block {
		padding: 30px 40px;
	}
}
.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;
}
@media (min-width: 768px) {
	.home-card-features .home-card-title {
		text-align: right;
	}

}

#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;
}


/* SUBSCRIBE */
.home-card-subscribe {
	background: #6db960 url('../images/bg_newsletter.png') no-repeat 0 20px;
	color: #fff;
	min-height: 90px;
}
.home-card-subscribe h3 {
	font-size: 28px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 0 0 20px 40px;
}
.home-card-subscribe h3 strong {
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
}
.home-card-subscribe h3::after {
	display: none;
}
.home-card-subscribe form {
	position: relative;

	display: block;
	height: 50px;
	margin: 0;
	padding: 0;
}
.home-card-subscribe label {
	display: none;
}
.home-card-subscribe input {
	border: 0;
	height: 50px;
	line-height: 50px;
}
.home-card-subscribe .subscribe-btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;

	background: transparent url('../images/carat_newsletter.png') no-repeat center center;
	border: 0;
	border-radius: 0 3px 3px 0;
	text-indent: -9999px;
	width: 38px;
}
@media only screen and (min-width : 860px) {
	.home-card-subscribe .home-card-block {
		display: flex;
		flex-direction: row;
		align-items: center;
		padding-left: 60px;
	}
	.home-card-subscribe .home-card-block h3, .home-card-subscribe .home-card-block form {
		flex-grow: 1;
		flex-basis: 0%;
	}
	.home-card-subscribe .home-card-block h3 {
		padding: 0;
	}
}


/*
"SIGNUP"   uppercase,  28px,   font-weight: 300,   italic
"for"  all lowercase,    28px,   font-weight: 300,     italic
"EMAILUPDATES"    uppercase,    28px,    font-weight:  900,    lineheight:  24px,
background color  #6db960  (green)
*/


/* TWITTER */
.home-card-twitter {
	background-color: #21b0ec;
	color: #fff;
}
.home-card-twitter .home-card-head {
	background: #1e9ed4;
	border-bottom: 1px solid rgba(255, 255, 255, .35);
	height: 85px;
	padding-top: 15px;
	text-align: center;
}
.home-card-twitter .home-card-head h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	line-height: 70px;
	margin: 0;
}
.home-card-twitter .home-card-head a {
	display: inline-block;
	line-height: 22px;
}
.home-card-twitter .home-card-head h3 small {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 700;
	opacity: .65;
}
@media (min-width: 580px) {
	.home-card-twitter .home-card-head {
		padding-top: 10px;
	}
	.home-card-twitter .home-card-head a {
		background: transparent url('../images/icon_tweet.png') no-repeat 0 50%;
		padding: 0 40px;
	}
	.home-card-twitter .home-card-head h3 small {
		display: inline-block;
	}
}
.home-card-twitter .home-card-head h3 a, .home-card-twitter .home-card-head h3 a:link, .home-card-twitter .home-card-head h3 a:visited {
	color: #fff;
}
.home-card-twitter .home-card-head h3 a:hover, .home-card-twitter .home-card-head h3 a:active, .home-card-twitter .home-card-head h3 a:focus {
	color: #fff;
	text-decoration: none;
}
.home-card-twitter .home-card-head h3 a small, .home-card-twitter .home-card-head h3 a:link small, .home-card-twitter .home-card-head h3 a:visited small {
	opacity: .65;
}
.home-card-twitter .home-card-head h3 a:hover small, .home-card-twitter .home-card-head h3 a:active small, .home-card-twitter .home-card-head h3 a:focus small {
	opacity: 1;
	text-decoration: underline;
}
.home-card-twitter .home-card-block {
	padding: 0 40px 30px;
}
.home-card-tweet {
	border-bottom: 1px dashed rgba(255, 255, 255, .35);
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
.home-card-tweet:last-of-type {
	border-bottom-width: 0;
}
@media (min-width: 768px) {
	.home-card-tweet {
		border-right: 1px dashed rgba(255, 255, 255, .35);
		border-bottom-width: 0;
		float: left;
		margin: 40px 0;
		padding: 0 20px;
		width: 33.333%;
	}
	.home-card-tweet:last-of-type {
		border-right-width: 0;
	}
}
.home-card-tweet a, .home-card-tweet a:link, .home-card-tweet a:visited {
	color: #fff;
}
.home-card-tweet a:hover, .home-card-tweet a:active, .home-card-tweet a:focus {
	color: #fff;
	text-decoration: underline;
}
.home-card-twitter .home-card-btn {
	display: flex;
	justify-content: center;

	clear: both;
	height: 60px;
	line-height: 60px;
	margin-top: 20px;
	text-transform: uppercase;
}
.home-card-twitter a.home-card-btn, .home-card-twitter a.home-card-btn:link, .home-card-twitter a.home-card-btn:visited {
	background-color: #fff;
	color: #21b0ec;
}
.home-card-twitter a.home-card-btn:hover, .home-card-twitter a.home-card-btn:active, .home-card-twitter a.home-card-btn:focus {
	background-color: #e6f8ff;
	color: #21b0ec;
	text-decoration: none;
}
.home-card-twitter .home-card-btn .icon {
	display: inline-block;
	background: url('../images/share_icon_twitter.png') no-repeat center center;
	margin-right: 5px;
	min-height: 24px;
	min-width: 24px;
}
.home-card-disclaimer {
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 20px;
	word-break: break-word;
}

/* Hide Featured Post Dates - See 41515 */
.home-card-features h4.home-card-meta.hidden-xs {
	display: none;
}