/**
 * Top banner
 */

body.home #content .banner {
	height: auto;
	margin-bottom: 0; 
}

body.home #content .banner img {
	object-fit: cover;
	height: 60vw;
}

body.home #content .banner .banner-overlay {
	background: rgba(0,0,0,.75);
	color: #fff !important;
	padding: 20px;
	position: absolute;
	top: 50px;
	max-width: 600px;
	width: 100%
}

body.home #content .banner .banner-overlay p {
	color: #fff !important;
	font-size: 1.5em;
	margin: 0;
}


/**
 * Featured content area
 */

.home-featured-content {
	background: #EEE;
	padding: 50px 0;
}

#content .home-featured-content p {
	margin: 0;
}

.home-featured-content img {
	height: auto;
	max-width: 100%;
}

.home-featured-content .feature {
	background: #fff;
	height: 100%;
	position: relative;
}

.home-featured-content .feature .feature-text-container {
	padding: 15px 15px 30px;
}

.home-featured-content .label {
	font-size: 0.75em;
	color: #666;
	text-transform: uppercase;
}

#content .home-featured-content h3 {
	margin: 10px 0 8px;
}

#content .home-featured-content a {
	display: block;
	height: 100%;
	text-decoration: none;
}

#content .home-featured-content .read-more {
	margin-top: 0px;
	line-height: 1.5em;
	text-align: right;
	position: absolute;
	bottom: 15px;
	right: 15px;
}


/**
 * Get Connected Section
 * NOTE: TO BE PHASED OUT
 */
body.home a.get-connected-blurb { display: block; text-align: center; height: 100%; padding: 10px; text-decoration: none; color: #fff !important; background: #FD7A24; }
body.home a.get-connected-blurb img { width: 30%; margin: 30px auto 10px; }
body.home a.get-connected-blurb .get-connected-title { font-size: 1.3em; margin-bottom: 5px; padding: 0 20px; }
body.home a.get-connected-blurb .get-connected-description { font-size: 0.95em; font-style: italic; margin-bottom: 30px; padding: 0 20px; }

body.home a.get-connected-blurb { 	color: #262626 !important;
	background: #f0cf51; }
}

@media screen and (max-width: 991px) {
	body.home a.get-connected-blurb {
		color: #262626 !important;
		background: #f0cf51;
	}
}


/**
 * View size modifications
 */

/* DESKTOP */
@media screen and (min-width: 992px) {
	body.home #content .banner img {
		height: 400px;
	}
}

/* WIDE DESKTOP */
@media screen and (min-width: 1400px) {
}