/**
* All of the CSS for your public-facing functionality should be
* included in this file.
*/


.media-parallax h1 {
	float:left;
	width:100%;
}
.media-parallax .h3 {
	width:50%;
	float:left;
}
.media-parallax .featured-press {
	width:45%;
	float:right;
	margin-top:-5em;
}


.featured-press .press-logo {
	max-height:80px;
	margin-top: 1em;
}

.featured-press {
	text-align:center;
	width:80%;
	display:block;
	margin:0 auto;
}

.featured-press h1 {
	margin-bottom:-0.5em;
}

.featured-press span.read-press {
	color:#fff;
	margin-top:1em;
	font-size:12px;
	display:block;
}

.featured-press a {
	text-decoration:none;
}

#press-all .vc_col-sm-4 {
	margin-bottom:2em;
}
.press-card {
	box-shadow:1px 2px 3px rgba(0,0,0,0.3);
	box-sizing: border-box;
	border-radius:4px;
	padding:2em 2em 1em 2em;
	min-height:450px;
}

.press-card img {
	margin-bottom: 2em;
	max-height: 40px;
	/* width: 250px; */
	max-width: 100%;
}

.press-card span.read-press {
	font-size:16px;
	color:#3180ea;
	margin-top:0;
	display:block;
	position:absolute;
	bottom:2em;
	left:0;
	right:0;
}

.home-press p {
 padding: 0em 1em;
 font-size: 16px;
 min-height: 150px;
}

.home-press {
	text-align:center;
}

.home-press .press-logo {
	margin-bottom:0;
	max-height: 50px;
	max-width: 200px;
}

.home-press .h1 {
	margin-bottom:-0.5em;
}

@media only screen and (max-width: 860px) {
	.media-parallax .h3 {
	width: 80%;
	}

	.media-parallax .featured-press {
	width: 75%;
	margin-top: 0px;
	}
}
