/*	---------------------------------	//
//		BEGIN FANCY BOX					//
//	---------------------------------	*/
/* ---------------------- FANCYBOX JQUERY ------------------- */
/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
}
.fancybox-inner  div
{
	outline: none;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancyapps-fancyBox-3a66a9b/source/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8020;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancyapps-fancyBox-3a66a9b/source/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('fancyapps-fancyBox-3a66a9b/source/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000;
}

#fancybox-overlay.overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8030;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* fancybox thumbs */
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
}
#homeVideoContainer
{
	position: relative;
	display: block;
	width: 33.3333%;
	float: right;
	margin-left: 10px;
	margin-top: 15px;
	max-width: 320px;
}
#homeVideoContainer2
{
	position: relative;
	display: block;
	width: 33.3333%;
	float: left;
	margin-right: 10px;
	margin-top: 15px;
	max-width: 320px;
}
.fa-play-circle-o{
	font-size: 4em;
	transition: opacity .5s ease-out;
	text-decoration: none;
	position: absolute;
	bottom: 10px;
	right: 10px;
	transition: font-size, .5s;
}
a:hover .fa-play-circle-o{
	opacity: 1;
	font-size: 5em;
	color: #D9AA2A;
}
/*	---------------------------------	//
//		END FANCY BOX					//
//	---------------------------------	*/


#hdContainer
{
	background-color: #441f49;
	margin-top: 0;
}
header
{
	margin: auto auto;
	width: 100%;
	max-width:  1280px;
	padding: 0;
}
header h1
{
	color: #FFF;
	float: left;
	width: auto;
	border-right: 2px solid #ffbd07;
	padding-right: 10px;
}
header h2
{
	color: #ffbd07;
	float: left;
	width: 50%;
	padding-left: 10px;
	margin-top: 17px;
}
header h2 img
{
	padding-top: 3px;
	max-width: 245px;
	padding-bottom: 3px;
}
header h2 span
{
	position: relative;
	bottom: 4px;
}


#head hr, #head .caption, #video .caption
{
	display: none;
}
#head.tile h2
{
	top: 200px;
	left: -275px;
	left: -21.82539682539683%	/* 275/1260	*/
}

#home-content
{
	min-height: 725px;
}



#footer
{
	width: 100%;
	box-shadow: 0px -3px 8px 0px black;
	box-shadow: 0px -3px 8px 0px rgba(0,0,0,.2);
	font-size: 0.85em;
	margin: auto auto;
	background-color: #441f49;
	float: left;
	color: #FFF;
}
#footer a, #footer h2
{
	color: #FFF;
}
#footer h2
{
	font-size: 0.7em;
}
#footer i
{
	font-size: 1.5em;
	padding-right: 10px;
	position: relative;
	top: 3px;
}
#footer .rightSide
{
	text-align: right;
}
.footerContent {
	width: 80%;
	max-width: 1280px;
	margin: auto auto;
}
#footer p
{
	margin-top: 0;
}
/*	*****************************************************************************	*/
/*	FOR 2016																		*/

#veteran.row-responsive, #homeless.row-responsive, #athlete.row-responsive
{
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.grid1-5
{
	width: 20%;
}
#wrapper
{
	position: relative;
}
#qBackground
{
	background-color: #DDD;
	position: absolute;
	right: 0;
	top: 0;
	width: 325px;
	height: 125px;
	z-index: 0;
	opacity: .8
}
#quote
{
	position: absolute;
	right: 0;
	top: 0;
	width: 325px;
	height: 125px;
	z-index: 1;
	padding: 5px;
	color: #000;
}
#quote .fa
{
	margin-right: 5px;
}
/*	*************************************************	ARROWS	*********************************************************	*/
.arrowHolder
{
	position: relative;
	width: 100%;
	height: 300px;
}
.tall
{
	height: 950px;
}
#topArrow
{
	width: 100%;
	height: 300px;
}

#midArrow1
{
	width: 100%;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
}
#midArrow2, #midArrow3, #midArrow4, #midArrow5, #lowArrow1, #lowArrow2
{
	width: 100%;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
}
#lowArrow1, #lowArrow2
{
	height: 950px;
}
/*	*************************************************	TILES	*********************************************************	*/
#detailsMatter
{
	height: 300px;
	border: 1px solid #999;
	overflow-y: scroll;
	padding: 5px;
}
#detailsMatter p
{
	margin-top: 0;
}
#engagement, #unity, #connecting, #beginning, #future
{
	min-height: 125px;
}
#engagement, #unity, #connecting, #beginning, #future, #athlete, #homeless, #veteran
{
	position: relative;
	transition: .15s;
	transition: transform .15s;
}
#homeless, #veteran
{
	clear: left;
}
#homeless
{
	margin-left: 25%;
}
#veteran
{
	margin-left: 50%;
}

.tilesContainer a
{
	display: block;
	height: 100%;
}
.pBanner
{
	position: absolute;
	bottom: 0;
	background-color: #441f49;
	color: #ffbd07;
	display: block;
	width: 100%;
	height: 40px;
	opacity: .75;
}
#athlete:hover, #homeless:hover, #veteran:hover,
#unity:hover, #connecting:hover, #beginning:hover, #future:hover, #engagement:hover
{
	-ms-transform: scale(1.05, 1.05); /* IE 9 */
    -webkit-transform: scale(1.05, 1.05); /* Safari */
    transform: scale(1.05, 1.05);
	z-index: 10;
}
.tilesContainer span
{
	color: #ffbd07;
	position: absolute;
	bottom: 5px;
	left: 5px;
}

#unity:hover, #connecting:hover
{
	z-index: 4;
}

/*	*******************************************	MAIN ELEMENTS	***************************************************	*/
#home-content .row-responsive.pageWrapper,
#wrapper.studentSuccess
{
	margin-top: 5px;
}

#backToHome
{
	margin-bottom: 0;
}
#backToHome i
{
	padding-right: 5px;
}
.goldList
{
	 list-style-image: url('../images/goldArrow.png');
}
.goldList li
{
	font-style: italic;
}
.fRgt
{
	float: right;
	padding-left: 10px;
}
#wrapper.enrichment p:nth-child(2)
{
	margin-top: 0;
}

figure
{
	margin: 0;
}
figcaption
{
	font-size: .75em;
	margin-bottom: 15px;
}
.enrichment figcaption
{
	max-width: 607px;
}
.ieOnly
{
	display: none;
}
/*	*******************************************	SUSTAINABILITY	***************************************************	*/
#wrapper.futureSustainability > div:first-child
{
	border-bottom: 2px dashed #441f49;
}
.futureSustainability h3
{
	clear: both;
}
.futureSustainability .grid11
{
	padding-right: 15px;
}

/*	*******************************************	STUDENT SUCCESS	***************************************************	*/
.studentSuccess div
{
	border-bottom: 1px solid #441f49;
}
.studentSuccess div:last-child
{
	border-bottom: transparent;
}

.studentSuccess div:nth-child(even) img
{
	float: right;
	padding-left: 10px;
}
.studentSuccess figcaption
{
	clear: right;
	max-width: 400px
}
.studentSuccess div:nth-child(odd) img, .fLft
{
	float: left;
	padding-right: 10px
}
.studentSuccess figcaption.fLft
{
	clear: left;
}

/*	END FOR 2016																	*/
/*	*****************************************************************************	*/



@media only screen and (max-width:1550px){
	header
	{
		margin-left: 10%;
	}
	.tall, #lowArrow1, #lowArrow2
	{
		height: 750px;
		overflow: visible;
	}
}

@media only screen and (max-width:1050px){
	#home-content, .footerContent
	{
		width: 95%;
	}

	header
	{
		margin-left: 2.5%;
	}
	#home-wrapper #home-content, #home-wrapper .footerContent
	{
		width: 80%;
	}
}

@media only screen and (max-width:960px){
	#head
	{
		background-position: 75% 0;
		background-size: cover;
	}
	.pBanner + span
	{
		font-size: .75em;
	}
	.tall, #lowArrow1, #lowArrow2
	{
		height: 600px;
	}
}
@media only screen and (max-width:800px){
	#quote
	{
		position: initial;
		width: 100%;
		height: initial;
	}
	#quote i:before,	#quote i:after
	{
		content: "\"";
	}
	#quote>div
	{
		display: inline;
	}
	#home-wrapper #home-content, #home-wrapper .footerContent
	{
		width: 100%;
	}
	.llDS, .arrowHolder, #lowArrow1, #lowArrow2, #qBackground, #quote .fa, .noMobile, #wrapper .ieOnly
	{
		display: none;
	}
	.arrowHolder.tall
	{
		display: block;
	}
	#homeless, #veteran, #athlete
	{
		width: 33.33333%;
	}
	#homeless, #veteran
	{
		clear: none;
		margin: 0;
	}
	#detailsMatter
	{
		width: 100%;
		height: auto;
		overflow: auto;
		border: transparent;
	}
	.tall, #lowArrow1, #lowArrow2
	{
		height: initial;
	}
	#wrapper
	{
		padding: 10px;
	}
}
@media only screen and (max-width:768px){
	.tilesContainer .grid1-5
	{
		width: 20%;
	}
	.tilesContainer .grid3
	{
		width: 25%;
	}
	#footer, #footer .rightSide{text-align: center; margin-top: 0;}
	#home-content .rightContent{margin-left: 0px;}
	#footer, #footer .rightSide{text-align: center; margin-top: 0;}
	header
	{
		margin-left: 5px;
	}
	header img
	{
		width: 100%;
	}
	
	#wrapper.default
	{
		padding-left: 0;
		padding-right: 5px;
		
	}

	#wrapper
	{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.contentHolder
	{
		padding: 0;
	}
	header h1
	{
		border-right: transparent;
		margin-bottom: 10px;
	}
	header h2
	{
		width: 75%;
		margin-top: 0;
		padding-top: 10px;
		font-size: 1em;
		border-top: 1px solid #ffbd07;
	}
	header h2 img
	{
		padding-bottom: 5px;
	}
}
@media only screen and (max-width:600px){
	#heroImg img
	{
		display: none;
	}
	.pBanner + span
	{
		font-size: .7em;
	}
	img.grid3, figure.grid3
	{
		width: 50%;
	}
	img.grid1, figure.grid1
	{
		width: 25%;
	}
	#engagement, #unity, #connecting, #beginning, #future
	{
		min-height: initial;
	}
}
@media only screen and (min-width:600px){
	#athlete span:before, #homeless span:before, #veteran span:before
	{
		content: "Profile: ";
	}
}
@media only screen and (max-width:500px){
	#homeVideoContainer, #homeVideoContainer2
	{
		float: initial;
		width: 100%;
		padding-left: 0;
		min-width: initial;
	}
}
@media only screen and (max-width:420px){
	img.grid3, figure.grid3, img.grid6, figure.grid6
	{
		width: 100%;
	}
	.fRgt, .fLft
	{
		padding: 0;
	}
}


/*	THIS MEDIA QUERY TARGETS IE VERSIONS 10/11 TO SHOW ARROWS ON HOME PAGE	*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#topArrow.llDS
	{
		display: none;
	}
	#ieArrow3Ctr, #ieArrow4Ctr, #ieArrow5Ctr, #ieArrow3Ctr img, #ieArrow4Ctr img, #ieArrow5Ctr img
	{
		position: relative;
	}
	#ieArrow4Ctr img
	{

		top: -6px;
		overflow: show;
	}
	#ieArrow5Ctr img
	{
		top: -13px;
	}
	.ieOnly
	{
		display: block;
	}
}
@media screen and (-ms-high-contrast: active) and (max-width:800px), (-ms-high-contrast: none) and (max-width:800px){
	.tall, #lowArrow1, #lowArrow2
	{
		height: 200px;
	}
}

/*	THIS MEDIA QUERY TARGETS IE EDGE 12+ TO SHOW ARROWS ON HOME PAGE	*/
@supports (-ms-accelerator:true) {
	#topArrow.llDS
	{
		display: none;
	}
	#ieArrow3Ctr, #ieArrow4Ctr, #ieArrow5Ctr, #ieArrow3Ctr img, #ieArrow4Ctr img, #ieArrow5Ctr img
	{
		position: relative;
	}
	#ieArrow4Ctr img
	{

		top: -6px;
		overflow: show;
	}
	#ieArrow5Ctr img
	{
		top: -13px;
	}
	.ieOnly
	{
		display: block;
	}

}

/*	THIS MEDIA QUERY TARGETS SAFARI VERSIONS 6.1+ DESKTOP ONLY TO SHOW ARROWS ON HOME PAGE ; ANIMATION DOES NOT WORK	*/
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ 
	@media {
		_:-webkit-full-screen, #topArrow.llDS
		{
			display: none;
		}
		_:-webkit-full-screen, #ieArrow3Ctr, #ieArrow4Ctr, #ieArrow5Ctr, #ieArrow3Ctr img, #ieArrow4Ctr img, #ieArrow5Ctr img
		{
			position: relative;
		}
		_:-webkit-full-screen, #ieArrow4Ctr img
		{

			top: -6px;
			overflow: show;
		}
		_:-webkit-full-screen, #ieArrow5Ctr img
		{
			top: -13px;
		}
		_:-webkit-full-screen, .ieOnly
		{
			display: block;
		}
	}
}