.homepageTopCallout {
}
	 .homepageTopCalloutBox {
		margin-top: 130px;
		padding: 30px;
		box-sizing: border-box;
		width: 40%;
		background-color: rgba(255,255,255,.6);
	}
		 .homepageTopCalloutBox h2{
			color: #08008a;
		}
		 .homepageTopCalloutBox p {
			color: #000;
			margin-bottom: 20px;
		}

#introImage, .introPush { 
	min-height: 400px;
}

/* news section */

.upcoming {
	padding-bottom: 40px;
}
	.upcoming:after {
		height: 0; width: 0;
		content: ' ';
		display: block;
		clear: both;
	}

.upcoming .time {
	color: #0C7EFF;
	font-family: 'source_sans_prosemibold';
	font-size: .875em;
}

.upcoming .more {
	float: left;
	color: #0C7EFF;
	display: block;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
	.upcoming .more:hover, .upcoming .more:hover i {
		color: #FF6F19;
	}
	.upcoming .more i {
		color: #0C7EFF;
		font-size: .6em;
		position: relative;
		top: -.1em;
	}

.featured {
	padding-top: 40px;
	overflow: hidden;
	text-align: left;
}
		.featuredImage {
			border-bottom: 5px solid #0D7EFF;
			position: relative;
		}
			.featuredImage i {
				width: 50px; height: 50px;
				position: absolute;
				z-index: 2;
				left: 0; top: 0;
				line-height: 50px;
				text-align: center;
				font-size: 1.6875em;
				color: #fff;
				display: none;
			}
				.featuredImage i:after {
					width: 50px; height: 50px;
					display: block;
					font-family: 'll_icons';
					content: '\E004';
					position: absolute;
					top: 0; left: 0;
					text-align: center;
					color: #0D7EFF;
				}
		
			.featured img {
				width: 100%; height: auto;
				position: relative;
				z-index: 1;
			}
		.featured .time {
			height: 40px;
			display: block;
			line-height: 40px;
			border-bottom: 1px solid #ddd;
		}
		.featured h3, .featured h3 a {
			color: #0D7EFF;
			text-transform: none;
			font-family: 'bariol_regularregular';
			line-height: 1em;
		}
		.featured h3 {
			margin-top: 10px;
			font-size: 1.875em;
		}
			.featured h3 a {
				margin: 0; 
				-webkit-transition: 0.3s ease;
				-moz-transition: 0.3s ease;
				-o-transition: 0.3s ease;
				transition: 0.3s ease;
			}
			.featured h3 a:hover {
				color: #FF6F19;
			}
		.featured p, .featured a {
			margin: 10px 0 0;
			font-family: 'Roboto Slab', serif;
			font-size: 1.0625em;
			line-height: 1.4em;
			float: left;
			letter-spacing: normal;
		}
		.featured p {
			width: 100%;
		}
		.featured ul {
			width: 100%;
			margin: 10px 0 0; padding-left: 30px;
			float: left;
		}
			.featured ul > li {
				list-style-type: disc;
				font-family: 'Roboto Slab', serif;
				font-size: 1.0625em;
				line-height: 1.4em;
			}
		.featured a {
		}
		
.moreUpcoming {
	padding-top: 40px;
	text-align: left;
}
	.moreUpcoming article {
		margin-bottom: 20px;
		position: relative;
		overflow: hidden;
	}
		.moreUpcoming .time {
			line-height: 50px;
			position: absolute;
			top: 0; right: 20px;
			z-index: 2;
		}
		.moreUpcoming .boxLink {
			font-size: 1em;
		}
		.moreUpcoming h3 {
			height: 50px;
			padding: 0 145px 0 70px;
			display: block;
			line-height: 47px;
			position: relative;
			z-index: 1;
			background: #EDF5FC;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			color: #0D7EFF;
			text-transform: none;
			font-family: 'bariol_regularregular';
		}
			.moreUpcoming h3 i {
				height: 50px; width: 50px;
				line-height: 50px;
				position: absolute;
				left: 0; top: 0;
				text-align: center;
				background: url(../../images/triangleFlareBlue.svg) left top no-repeat #0D7EFF;
				background-size: cover;
				color: #fff;
				font-size: 1.5em;
			}
		.moreUpcoming p {
			width: 100%;
			margin-top: 10px;
			font-size: 1em;
			line-height: 1.35em;
			/*letter-spacing: .01em;*/
		}
		.moreUpcoming a {
			margin-top: 5px;
			font-size: .875em;
			font-family: 'source_sans_prosemibold';
		}
	
.introduction {
	padding: 40px 0;
	background: url(../../images/bkgdOrangeDots.png) center top repeat #FF6F19;
}
	.introduction h2, .introduction h5, .introduction p {
		color: #fff;
	}
	.introduction h5 {
		margin: 0 auto;
		max-width: 636px;
		color: #fff;
		line-height: 1.4em;
		text-align: center;
		letter-spacing: normal;
		font-size: 1em;
		font-size: 1.0625em;
	}
	.introTree {
		width: 68%; height: 20px;
		margin: 20px auto 0;
		border: 1px solid #652C0A;
		border-top-color: #764223;
		border-bottom: none;
		opacity: .7;
		-webkit-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px;
	}
		.introTree:after {
			width: 1px; height: 20px;
			content: ' ';
			display: block;
			margin: 0 auto;
			background: #652C0A;
		}
	.introGroup {
		list-style-type: none;
	}
		.introGroup:after {
			height: 0; width: 0;
			content: ' ';
			display: block;
			clear: both;
		}
		.introGroup li {
			width: 33.33%;
			padding: 0 7px;
			float: left;
			text-align: center;
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		.introGroup li:first-child {
			padding: 0 13px 0 0;
		}
		.introGroup li:last-child {
			padding: 0 0 0 13px;
		}
			.introGroup li i {
				width: 120px; height: 125px;
				margin-bottom: 5px;
				line-height: 120px;
				display: inline-block;
				background: url(../../images/homeIconBkgd.png) center center no-repeat;
				background-size: 120px 125px;
				color: #fff;
				font-size: 4.125em;
			}
			.introGroup li p {
				margin-top: 10px;
				font-size: 1em;
				/*letter-spacing: .01em;*/
				line-height: 1.35em;
			}
			
@media only screen 
and (max-width : 1000px) {
	.tagBar {
		height: 50%;
	}
	.homepageTopCalloutBox {
		width: 100%;
		text-align: center;
		margin-top: 50px;
	}
	
}

@media only screen 
and (max-width : 767px) {
	.tab {
		text-indent: -1000px;
	}
		.tab:after {
			padding: 0 20px;
			content: "What's new?";
			line-height: 50px;
			font-family: inherit;
			font-size: 1em;
			position: absolute;
			left: 0; top: 0;
			display: block;
			text-indent: 0;
		}
	.moreUpcoming h3 {
		padding-right: 20px;
	}
	.moreUpcoming .time {
		margin: 10px 0 -5px;
		display: block;
		position: relative;
		right: 0;
		line-height: 1.5em;
	}
}

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

	.upcoming {
		padding-bottom: 20px;
		text-align: center;
	}
		.upcoming .button.blue {
			float: none;
		}
		.featured, .moreUpcoming {
			padding-top: 20px;
		}
	.introduction {
		padding: 20px 0;
	}
	.introTree {
		display: none;
	}
	.introGroup li {
		width: 100%;
		padding: 20px 20px 0;
		margin: 20px -20px 0;
		border-top: 1px solid #FFB78C;
		-moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;
	}
	.introGroup li:first-child, .introGroup li:last-child {
		padding: 20px 20px 0 20px;
	}
	
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    .introGroup li i {
		background: url(../../images/homeIconBkgdRetina.png) center center no-repeat;
		background-size: 120px 125px;
	}
}