/* ------------------------------------------------------
   Table of Contents

---- Layout
---- Media Queries


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


/* ---- Layout ---- */


body {
	background-image: url(../images/bg_html_home.svg);
	background-size: auto 645px;
}

html.no-svg body {
	background-image: url(../images/bg_html_home.png);
}


.banner {
	background: #d0d9dd;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZTZlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMGQ5ZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-image: -o-linear-gradient(top,  #e8e6e5 0%,#d0d9dd 100%);
	background-image: -ms-linear-gradient(top,  #e8e6e5 0%,#d0d9dd 100%);
	background-image: linear-gradient(to bottom,  #e8e6e5 0%,#d0d9dd 100%);
	min-height: 440px;
}

.lt-ie9 .banner {
	margin-top: -45px;
}

.banner-img,
.banner-img-tag {
	position: absolute;
	bottom: 0;
	width: 62.60162601626%;  /* 770/1230 */
}

.home-news-events {
	background: #F3F4F4;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iODglIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image: -o-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,1) 88%,rgba(255,255,255,1) 100%);
	background-image: -ms-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,1) 88%,rgba(255,255,255,1) 100%);
	background-image: linear-gradient(to bottom,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,1) 88%,rgba(255,255,255,1) 100%);
	width: 34.959349593496%; /* 430px at full width */
	margin-right: 2.439024390244%;  /*  60/1230 */
	float: right;
	-webkit-box-shadow: 0 0 10px 0 rgba(66,60,60,.25);
	box-shadow: 0 0 10px 0 rgba(66,60,60,.25);
	padding-top: 50px;
	padding-left: 02.439024390244%;
	padding-right: 02.439024390244%;
	min-height: 448px;
	position: relative;
}


.lt-ie9 .home-news-events {
	min-height: 403px;
}

.home-news-events h2 {
	font-size: 32px;
	font-size: 3.2rem;
	color: #38758f;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.home-news-events .boxed-highlight {
	width: 16.75%;
	float: left;
	margin-top: 2px;
}
	.boxed-highlight__icon {
		min-height: 68px;
		display: block;
		background-image: url(../images/icon_info.png);
		background-repeat: no-repeat;
		background-position: center;
	}

	.calendar-date-text {
		font-size: 32px;
		font-size: 3.2rem;
	}

.home-news-events__item {
	padding-bottom: 8px;
}

.home-news-events__item {
	margin-bottom: 10px;
}

.home-news-events__item:last-child {
	margin-bottom: 0;
}

.home-news-events__item__content {
	width: 77.5%;
	float: right;
	line-height: 1.3;
	font-size: 15px;
}
	.home-news-events__item__content h3 {
		margin: 0;
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.1;
	}

	.home-news-events__item__content p {
		margin-bottom: 5px;
	}

@media screen and (min-width: 1000px) and (max-width: 1170px ) {
	.home-news-events {
		padding-top: 40px;
	}
	.home-news-events__item__content h3 {
		font-size: 19px;
		font-size: 1.9rem;
	}
	.home-news-events__item__content {
		line-height: 1.3;
		font-size: 14px;
	}
	.calendar-date-text {
		font-size: 30px;
		font-size: 3rem;
	}
	.home-news-events__item__content {
		width: 79%;
		float: right;
		line-height: 1.3;
		font-size: 14px;
	}
}

.content {
	padding-top: 65px;
	padding-bottom: 0;
}

.content__wrap {
	margin: 0 04.878048780488% 15px;
}

	.content__col-one,
	.content__col-two {
		float: left;
		margin-bottom: 30px;
	}

	.content__col-one {
		width: 44.594594594595%; /* 495px at full width */
		padding-top: 25px;
	}

	.content__col-two,
	.content__col-three {
		width: 24.324324324324%; /* 270px at full width */
		min-height: 320px;
	}
	.content__col-two {
		margin-left: 04.054054054054%;  /* 45px at full width */
		-webkit-box-shadow: 0 0 10px 0 #DDDBDB;
		box-shadow: 0 0 10px 0 #DDDBDB;
	}
	.content__col-three {
		float: right;
		margin-bottom: 30px;

	}

.content__col-one h2 {
	font-size: 50px;
	font-size: 5rem;
	color: #38758f;
	position: relative;
}

.content__col-one h2:before {
	content: ' ';
	top:0;
	right: 0;
	width: 156px;
	height: 46px;
	position: absolute;
}

.content__col-two h3 {
	margin: 0;
	padding: 30px 0 0 25px;
	text-transform: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 21px;
	font-size: 2.1rem;
}

.content__col-two a {
	min-height: 320px;
	display: block;
	text-decoration: none;
}



@media screen and (max-width: 530px) {
	.content__col-one h2:before {
		background-size: 70% auto;
	}
	.content__col-one h2 {
		padding-top: 30px;
	}
}


@media screen and (min-width: 1001px) and (max-width: 1160px) {
	.content__col-one h2:before {
		background-size: 70% auto;
	}
}


.program-partners h2 {
	color: #000;
	width: 22%;
	float: left;
	padding-top: 50px;
}

.program-partners ul {
	float: right;
	width: 75%;
	padding: 0;
}

.program-partners li {
	margin-left: 7.207207207207%;
}
.program-partners li:first-child {
	margin-left: 0;
}



/* ---- Media Queries ---- */

/* medium breakpoints */

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

	.banner-img-wrap {
		position: relative;
	}

	.banner-img{
		width: 100%;
		position: relative;
		margin-top: -60px;
	}
	.banner-img-tag {
		width: 100%;
		left: 0;
	}
	.home-news-events {
		width: 100%;
		margin: 0;
		padding-top: 35px;
		padding-left: 4.87805%;
		padding-right: 4.87805%;
		min-height: 0;
	}

	.content__col-one {
		width: 100%;
	}

	.content__col-two {
		margin-left: 0;
		width: 41.095890410959%; /* 270/657 */
	}

	.content__col-three {
		width: 55%;
	}

	.program-partners h2 {
		float: none;
		width: auto;
		padding-top: 10px;
	}

	.program-partners ul {
		float: none;
		width: 100%;
	}

	.program-partners ul li {
		width: 24.25%;
		padding: 0 20px;
		margin: 0
	}
	.program-partners ul li:first-child {
		padding-left: 0;
	}
	.program-partners ul li:last-child {
		padding-right: 0;
	}

}

@media screen and (min-width: 700px) and (max-width: 1000px) {

	.home-news-events__item {
		padding-left: 15px;
		padding-right: 15px;
	}

		.boxed-highlight {
			max-width: 68px;
		}

		.home-news-events__item__content {
			width: 87%;
		}

}

/*  smaller breakpoints  */

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

	.content__col-one,
	.content__col-two,
	.content__col-three {
		float: none;
	}

	.content__col-two {
		width: 270px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.content__col-three {
		width: 100%;

	}

	.program-partners ul li {
		width: auto;
		padding: 0 20px;
		margin: 0
	}

	.program-partners ul li:first-child {
		padding-left: 20px;
	}

	.program-partners ul li:last-child {
		padding-right: 20px;
	}

}
