.parallax-callout .item-header { text-align: center; }
.parallax-callout .item-header .title {
	color: #004250;
	font-family: "proxima-nova", sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2;
	text-transform: uppercase;
}
.parallax-callout .item-header hr {
	margin: 15px auto 30px;
	max-width: 60%;
}
.parallax-callout .item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	min-height: 840px;
	text-align: center;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
.parallax-callout .item .item-content {
	display: inline-block;
	padding: 50px;
	color: #fff;
	font-family: "proxima-nova", sans-serif;
	font-size: 28px;
	font-weight: lighter;
	text-transform: uppercase;
	text-align: center;
}
.parallax-callout .item .item-content .title,  .parallax-callout .item .item-content .description  { 
	text-shadow: 0px 4px 3px rgba(0,0,0, 0.5)
}
.parallax-callout .item .item-content .title { 
	margin-bottom: 15px;
	font-family: "adobe-garamond-pro",serif;
	font-size: 60px;
	line-height: 58px;
	letter-spacing: 3px;
	margin-bottom: 40px;
	color: #fff; 
}
.parallax-callout .item .item-content .title a { color: inherit; font-size: inherit; font-weight: inherit; }
.parallax-callout .item .item-content .play-btn {
	display: inline-block;
	height: 90px;
	width: 90px;
	background-image: url(/includes/public/assets/video-play-btn.png);
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.75));
	        filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.75));
}
@media (min-width: 64.063em) {
	.parallax-callout .item .item-content {
		max-width: 50%;
	}
}
@media (max-width: 64.063em) {
	.parallax-callout .item {
		min-height: 400px;
	}
}

.parallax-callout .button {
	font-family: "proxima-nova",sans-serif;
    font-size: 16px;
    line-height: 17px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    background-color: #aeaa6c;
    padding: 22.5px 20px;
    display: block;
    margin: auto;
    margin-bottom: 70px;
	margin-top: 11px;	
}
.parallax-callout .button:hover {
    background-color: #686300;
}
