/* ---------------

PROGRAM OVERVIEW - NO IMAGE
Overview - 50%
Stats - 50%

--------------- */
#programs-wrap {
	float: left;
}
#program-overview, #program-features {
	float: left;
	width: 50%;
	padding: 10px 40px 30px;
	min-height: 340px;
} 
#programs-wrap, #program-overview {
	background: #ebebeb;
}
#program-overview p {
	font-size: 16px;
	line-height: 28px;
	color: #333;
}
#program-features {
	background: #592c87;
	color: #ffffff;
	text-align: center;
}
span.small {
	display: block;
	font-style: italic;
	color: #ccc;
}
#program-features .stats {
	float: left;
	width: 50%;
	text-align: center;
	margin-bottom: 20px;
}
#program-features .stats:nth-child(4), #program-features .stats:nth-child(5) {
	margin-bottom: 0;
}
.stats h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	margin: 0;
}
.stats h4:after {
	content: '';
	background: #fbad2f;
	display: block;
	height: 3px;
	width: 80px;
	margin: 10px auto 0;
}
.stats p {
	font-size: 18px;
	font-weight: 300;	
}

/* Location Pages */
.page-id-1500 .has-image #program-img,
.page-id-1474 .has-image #program-img,
.page-id-699 .has-image #program-img,
.page-id-704 .has-image #program-img,
.page-id-706 .has-image #program-img,
.page-id-708 .has-image #program-img,
.page-id-710 .has-image #program-img,
.page-id-712 .has-image #program-img, 
.page-id-1516 .has-image #program-img, 
.page-id-1523 .has-image #program-img {
	float: left;
	width: 50%;
	min-height: 800px;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: center center;


}
@media only screen and (max-width: 900px) {
	.page-id-1500 .has-image #program-img,
	.page-id-699 .has-image #program-img,
	.page-id-704 .has-image #program-img,
	.page-id-706 .has-image #program-img,
	.page-id-708 .has-image #program-img,
	.page-id-710 .has-image #program-img,
	.page-id-712 .has-image #program-img, 
	.page-id-1516 .has-image #program-img, 
	.page-id-1523 .has-image #program-img {
		width: 100%;
		min-height: 400px;
		margin: 0;
	}
}
/* ---------------

PROGRAM OVERVIEW - WITH IMAGE
Overview - 50%
Image - 50%
Stats - 100%

--------------- */
#programs-wrap.has-image {
	float: left;
	background: #ebebeb;
	-webkit-box-shadow: 0px 5px 12px 0px rgba(51,51,51,1);
	-moz-box-shadow: 0px 5px 12px 0px rgba(51,51,51,1);
	box-shadow: 0px 5px 12px 0px rgba(51,51,51,1);
}
.has-image #program-overview {
	float: left;
	width: 50%;
	padding: 10px 40px 10px;
	min-height: 340px;
}
.has-image #program-img {
	width: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: right center;
}
.has-image #program-img img {
	height: 100%;
	width: auto;
}
.has-image #program-overview h2 {
	font-size: 2em;
	margin-bottom: 0;
}
.has-image #program-overview p {
	font-size: 16px;
	line-height: 28px;
}
#program-features-full {
	float: left;
	width: 100%;
	padding: 10px 40px 30px;
	text-align: center;
	min-height: 0;
	background: #592c87;
	color: #fff;
}
#program-features-full .stats {
	float: left;
	width: 25%;
	text-align: center;
	margin: 20px 0;
}
#program-features-full .stats h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 48px;
}
#program-features-full .stats h4:after {
	content: '';
	background: #fbad2f;
	display: block;
	height: 3px;
	width: 60px;
	margin: 10px auto 0;
}

/* ----- MEDIA QUERIES ----- */
@media only screen and (max-width: 1200px) {
	
	#program-overview p {
		font-size: 16px;
		line-height: 26px;
	}
	.has-image #program-img {
		max-height: 450px;
	}
	.has-image #program-overview p {
		font-size: 14px;
		line-height: 24px;
	}
	
}

@media only screen and (max-width : 1024px)  { 
	
	
}

@media only screen and (max-width: 992px) {
	
	#program-overview, #program-features {
		min-height: 360px;
	}
	#program-overview {
		padding-left: 20px;
		padding-right: 20px;
	}
	.has-image #program-overview {
		padding: 15px 30px 0;
	}
	.has-image #program-img {
		min-height: 430px;
		max-height: 1000px;
	}
	
}

@media only screen and (max-width: 900px) {
	
	#program-overview, #program-features {
		width: 100%;
		min-height: 0;
	}
	#program-overview {
		padding: 10px 40px 30px;
	}
	.has-image #program-overview {
		width: 100%;
		min-height: 0;
	}
	.has-image #program-img {
		width: 100%;
		min-height: 300px;
	}
	.has-image #program-overview {
		padding: 10px 40px 20px;
	}
	.has-image #program-overview p {
		font-size: 16px;
		line-height: 28px;
	}
	.has-image #program-img img {
		width: 100%;
		height: auto;
	}
	#program-features-full .stats {
		width: 50%;
	}

}

@media only screen and (max-width: 768px) {
	
	.has-image #program-overview, #program-features-full {
		min-height: 0;
	}
	.stats {
		margin: 10px 0 0;
	}
	.stats p {
		font-size: 18px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.full .stats {
		margin: 10px 0 0;
	}
	.full .stats p {
		font-size: 18px;
	}
	
}

@media only screen and (max-width: 480px) {
	
	#program-features .stats, #program-features-full .stats {
		width: 100%;
		margin: 20px 0 10px;
	}
	
}

.introduction {
	padding-top: 50px;
}

@media only screen and (max-width: 900px) {
	.introduction .col-1-2 {
		width: 100%;
	}
}

.icon-panel a.icon-container {
	text-decoration: none;
	transition: .35s;
	display: block;
}

.icon-panel a.icon-container:hover {
	background: rgba(204, 204, 204, .35);
}