/* Full Width Divider, move this over to main stylesheets */
html, body {overflow-x:hidden;}
.full-width-image-divider {
	width: 500%;
	margin-left: -200%;
	height: 325px;
	padding-top: 50px;
}
.full-width-image-divider-bg {
	height: 350px;
	width: 100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
}
.full-width-image-divider-content {
	margin-top: -275px;
	padding:0;
}
.full-width-image-divider-title {
	font-family: 'AvenirNext', Helvetica, sans-serif;
	display:block;
	max-width: 50%;
	margin-top: -75px;
	padding: 30px 30px 20px 0;
	background-color: #fff;
	float: left;
}
.full-width-image-divider-title h2 {
	font-weight: 900;
	line-height: 1.2;
	color: #000;
	margin-bottom:0;
	font-size: 32px;
}
.full-width-image-divider-title span {
	display:inline-block;
}
.full-width-image-divider-title:after {
	clear:both;
	content:'';
	display:block;
}

@media only screen and (max-width: 1200px) {
	.full-width-image-divider {
		margin-left: auto;
		width: 100%;
	}
	.full-width-image-divider-title {
		margin-left: -30px;
	}
}

@media only screen and (max-width: 768px) {
	.full-width-image-divider {
		display:none;
	}	
	
	.full-width-image-divider-content {
		margin-top:0;
		width: 100%;
		padding:0;
	}
	.full-width-image-divider-bg {
		height: 250px;
	}
	.full-width-image-divider-title {
		max-width: 85%;
		margin-top: -50px;
		margin-bottom:0;
		padding: 20px 20px 20px 0;
		margin-left: auto;
	}
}


/* Yellow Button, move this over to main stylesheets */

.btn-yellow,
.btn.btn-yellow {
	background-color: #FFC629;
	color: #000;
	transition: all .2s ease-in-out;
	font-weight: 800;
	text-shadow:none;
}
.btn-yellow:hover,
.btn.btn-yellow:hover {
	background-color:#FCD771;
}