/* 
This is the section css for
Criterions History 
*/

#home-content .centerContent{
	padding: 0% 4% 3.5% 4%;
}
.contentMid{
	padding: 0px 4% 0px 4%;
	float: left;
	width: 100%;
	display: block;
}
#home-content .smallBtn{
	font-size: .8em;
}

/** TIMELINE **/
#home-content #timeline h2{
	font-size: 2.7em;
	text-align: center;
	margin-bottom: 5%;
}
#home-content .timeline{
	position: relative;
	width: 100%;
}

#home-content .timeline .right .reduce, #home-content .timeline .left .reduce{
	display: block;
	margin: 10px auto;
	max-width: 500px;
}
#home-content .timeline h3{
	border-bottom: none;
	margin: 0;
	margin-bottom: 10px;
	padding-top: 10px;
	color: #441F49;
	font-size: 1.8em;
}
#home-content .timeline h4{
	border-bottom: 3px solid #441F49;
}
#home-content .timeline h3:after{
	display: none;
}
#home-content .timeline:after{
	content: '';
	position: absolute;
	width: 6px;
	margin-left: -3px;
	background-color: #441F49;
	top: 0;
	bottom: 0;
	left: 50%;
}
#home-content .timeline > .grid12{
	margin: 20px 0;
	position: relative;
}
#home-content .timeline > .grid12:first-of-type{
	margin-top: 10px;
}
#home-content .timeline p{
	margin-top: 0;
}
#home-content .timeline blockquote{
	font-size: .8em;
	font-style: italic;
}
#home-content .timeline > .grid12.left{
	padding-right: 20px;
	width: 50%;
	clear: left;
}
#home-content .timeline > .grid12.right{
	padding-left: 20px;
	width: 50%;
	clear: right;
	margin-top: 250px;
}
#home-content .timeline .date{
	border: 2px solid #EEE;
	padding: 1% 10px 2% 10px;
	position: relative;
	box-shadow: 0px 0px 5px 2px #888888;
	font-size: 1.1em;
}
#home-content .timeline > .grid12 > .grid12:after{
	content: '';
	width: 20px;
	height: 20px;
	background: #FFF;
	border: 4px solid #6e3061;
	position: absolute;
	border-radius: 50%;
	top: -15px;
	z-index: 1;
}
#home-content .timeline .left > .grid12:after{
	right: -35.5px;
}
#home-content .timeline .right > .grid12:after{
	left: -35.5px;
}
#home-content .timeline .right img,
#home-content .timeline .left img{
	display: block;
	margin: 10px auto;
	max-width: 700px;
	width: 100%;
}
#home-content .timeline .right .short, #home-content .timeline .left .short{
	max-width: 500px;
}
#home-content .timeline .right .minusPad, #home-content .timeline .left .minusPad{
	margin-top: -20px;
}
#home-content .timeline .right .grid6:first-of-type, #home-content .timeline .left .grid6:first-of-type{
	padding-left: 0px;
	padding-right: 10px;
}
#home-content .timeline .right .grid6:last-of-type, #home-content .timeline .left .grid6:last-of-type{
	padding-left: 10px;
	padding-right: 0px;
}
#home-content .timeline .right .img50, #home-content .timeline .left .img50{
	display: inline-block;
	max-width: 48%;
	padding-right: 10px;
}


/*	ARTIFACTS PAGE	*/
#home-content #artifacts .grid3{
	padding: 15px;
}

/*	ALUMNI PAGE	*/
#home-content .alumni .grid4{
	padding: 25px;
}
#home-content .alumni .grid4:hover > h4{
	text-decoration: underline;
}

/*	FANCYBOX INFO	*/

.fancybox-opened{
	width: 90% !important;
	height: 90% !important;
	min-width: 90% !important;
	min-height: 90% !important;
	top: 5% !important;
	left: 5% !important;
}
.fancybox-skin{
	height: 95% !important;
	min-height: 95% !important;
}
.fancybox-outer{
	height: 100% !important;
	min-height: 100% !important;
}
.fancybox-inner{
	width: 100% !important;
	height: 100% !important;
}
.fancybox-inner img{
	max-width: 550px;
	position: relative; 
	display: block;
	margin: 0 auto;
}
.fancybox-inner  h4{
	text-align: center;
}
.fancybox-inner > div{
	width: auto;
	min-width: 75%;
	position: absolute;
	top: 50%; 
	left: 50%;
	transform: translate(-50%,-50%);
}
.fancybox-inner > div .grid6{
	padding: 0px 30px;
}
.fancybox-inner > div .grid6:last-of-type{
	padding: 30px;
}
.fancybox-inner > div h2{
	text-align: center;
	font-size: 3em;
}
.fancybox-next span, .fancybox-prev span{
	visibility: visible;
}
.fancybox-prev span{
	left: 0px;
}
.fancybox-next span{
	right: 0px;
}
.fancybox-nav{
	width: 75px;
	height: 100%;
}

/** jazz library **/
#home-content .jazzVideo{
	padding: 0 10px;
}
#home-content .jazzVideo p.videoTitle{
	text-align: center;
	clear: both;
}

#home-content #gallery-page .grid3{
	padding: 10px 10px;
}
#home-content #gallery-page .grid3 div{
	margin-top: 0px;
	margin-bottom: 0px;
}

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


