/* 
This is the section css for
IO Lab
*/

#home-content .grid12{
	margin-bottom: 20px;
}
#home-content .grid4{
	padding: 0px 30px;
}
#home-content .grid10{
	padding-left: 20px;
}
#home-content .grid4 img{
	display: block;
	margin: 0 auto;
}
#home-content .lab{
	float: right;
	width: 30%;
}
/** image captions **/
#home-content .imgRight{
	float: right;
	padding-left: 10px;
}
#home-content .imgLeft{
	float: left;
	padding-right: 10px;
}
#home-content .imgCenter{
	display: block;
	margin: 0 auto;
}
#home-content .imgRight > p,
#home-content .imgLeft > p,
#home-content .imgCenter > p{
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0 5px;
}

#home-content .tiles .panelTitle{
	width: 75%;
}
#home-content .grid12 .tiles .grid3{
	display: block;
	margin: 0 auto;
}



#home-content .border-quote{
	float: left;
	padding: 20px;
	border: 5px solid;
}
#home-content .yellow-q{
	border: 5px solid #ffe800;
}
#home-content .purple-q{
	border: 5px solid #6e3061;
}
#home-content .border-quote strong{
	color: #6e3061;
}

#home-content #test-area{
	float: left;
	width: 100%;
	display: block;
}
#home-content #test-area .grid6{
	padding: 20px;
}
#home-content #test-area .grid6 img{
	display: block;
	margin: 0 auto;
}
#home-content #test-area blockquote {
	font-family: Georgia, serif;
	position: relative;
	margin: 0.5em;
	padding: 0.5em 2em 0.5em 3em;
	border-left: none;
}
/* Thanks: http://callmenick.com/post/styling-blockquotes-with-css-pseudo-classes */
#home-content #test-area blockquote:before {
	font-family: Georgia, serif;
	position: absolute;
	font-size: 6em;
	line-height: 1;
	top: 0;
	left: 0;
	content: "\201C";
}
#home-content #test-area blockquote:after {
	font-family: Georgia, serif;
	position: absolute;
	/* display: block; don't use this, it raised the quote too high from the bottom - defeated line-height? */
	float:right;
	font-size:6em;
	line-height: 1;
	right:0;
	bottom:-0.5em;
	content: "\201D";
}
#home-content #test-area blockquote footer {
	padding: 0 2em 0 0;
	text-align:right;
	margin-top: 10px;
}
#home-content #test-area blockquote cite:before {
	content: "\2013";
}
#home-content #test-area .grid4:nth-of-type(4){
	clear: left;
}
#home-content #test-area .grid4 .border-quote{
	margin-bottom: 10px;
}
.conf-image-pad{
	padding: 0px 10px;
}


@media only screen and (max-width:1600px){
	#home-content .tiles .panelTitle{
		width: 80%;
	}
}

@media only screen and (max-width:1500px){
	#home-content .tiles .panelTitle{
		width: 85%;
	}
}
@media only screen and (max-width:1366px){
	#home-content #test-area .grid4{
		width: 50%;
	}
}
@media only screen and (max-width:1350px){
	#home-content .tiles .panelTitle{
		width: 100%;
	}

	#home-content .tiles .grid3{
		padding-right: 20px;
	}
}
@media only screen and (max-width:768px){
	#home-content .tiles .panelTitle{
		width: 45%;

	}
	#home-content .tiles .grid3{
		padding-bottom: 20px;
	}
	#home-content #test-area .grid4{
		width: 100%;
	}
	#home-content #test-area .grid4:nth-of-type(3){
		clear: both;
	}
	#home-content #test-area .grid4 .border-quote{
		margin-bottom: 20px;
	}
}








/*****************************************************/
/*****************************************************/
/*					NEW BRAND CSS					*/
/*****************************************************/
/*****************************************************/
#hp .grid2 img, .grid2 img{
	display: block;
	margin: 0 auto;
}
.centerH2{
	text-align: center;
}
#home-content .borderContent{
	padding: 5% 20%;
}
#home-content .borderContent .border{
	padding: 2.5% 5%;
}
.centerContent .grid4{
	padding: 0px 10px;
}
.purplePara, .pyPara2, .pyPara1{
	padding: 3.5%;
}
.pyPara2, .pyPara1{
	display: flex;
}
.pyPara2 .grid6:first-of-type, .pyPara1 .grid6:last-of-type{
	background-color: #FFE800;
}
.pyPara2 .grid6:last-of-type, .pyPara1 .grid6:first-of-type{
	background-color: #382140;
	height: 100%;
}
#home-content .grid12.acSocialMediaMenu{
	padding-bottom: 1%;
}
.fac-section{
	float: left;
	width: 100%;
	display: block;
	padding: 0% 2.5% 1% 2.5%;
}
.fac-section .grid10{
	padding-left: 30px;
}

@media only screen and (min-width:768px){
	#hp .grid2 img, .grid2 img{
		width: 100%;
	}
	#home-content #hp .borderContent{
		padding: 2% 30%;
		padding-bottom: 2.5%;
	}
}

@media only screen and (max-width:1024px){
	#home-content .borderContent{
		padding: 5% 10%;
	}
	#home-content .borderContent .border{
		padding: 2.5% 3.5%;
	}
}
@media only screen and (max-width:768px){
	.purplePara{
		padding: 20% 5% 20% 5%;
	}
	.pyPara2, .pyPara1{
		display: block;
	}
	.pyPara2 .grid6:first-of-type{
		background-color: #382140;
	}
	.pyPara2 .grid6:last-of-type{
		background-color: #FFE800;
	}
	#home-content .borderContent{
		padding: 5% 5%;
	}
	#home-content .borderContent .border{
		padding: 2.5% 2.5%;
	}
}



