#home-content #leftColumn{padding-right: 10px;}

/********** COMMUNITY GROWTH **********/
#home-content .chapterGrowthImg{
	display: block;
	margin: 0 auto;
}

#home-content .grid6{
	padding-right: 20px;
}
.tabContentContainer{
	float: left;
}
#home-content .tabContentContainer .pdfIcon{
	display: none;
}
#home-content .tabContentContainer .fileListItem:before{
	display: none;
}

/********** DEFAULT **********/
#home-content .newsUpdates{
	background: #EEE;
	border: 1px solid #DDD;
	padding: 10px;
}
#home-content .homeCouncils .grid3{
	padding: 0 10px;
}
#home-content .homeVideo img{
	display: block;
	margin: 0 auto;
}
#home-content .homeVideo img.playBtn{
	display: none;
}
#home-content .homeCalendar{
	margin-top: 10px;
}
#home-content .calBtn{
	width: 100%;
}
#home-content .socialMediaFraternitySorority{ 
	display: inline-block; 
	float: right;
}

/*********** PROSPECTIVE MEMBERS **********/
#home-content .hideText{
	display: none;
}
#home-content .joinBtn{
	padding: 0 10%;
}

/********** VALUES ***********/
#home-content .awards{
	text-align: center;
}
#home-content .awards h3{
	text-align: left;
}
#home-content .awards ul{
	list-style-type: none;
	margin-left: 0;
}

/********** RESOURCES **********/
#home-content .tabContainer{
	float: left;
	width: 100%;
}

/********** CHAPTERS **********/
#home-content .chapters .bubbleTrigger{
	text-decoration: none;
	font-weight: bold;
	font-size: .9em;
	padding: 0 10px;
	background: #763775;
	color: #FFF;
	border-radius: 50%;
}

@media only screen and (max-width:768px){
	#home-content #leftColumn{padding-right: 0;}
}

/********** ALUMNI **********/
#home-content .alumniVideo img{
	display: block;
	margin: 0 auto;
}

#home-content .alumniVideo {
	padding-right: 15px;
}

/********** DEFAULT **********/
#home-content .homeCouncils .grid3{
	width: 50%;
}
}

@media only screen and (max-width:480px){
	/********** DEFAULT **********/
	#home-content .homeCouncils .grid3{
		width: 100%
	}
	#home-content .homeCouncils .grid3 img{
		display: block;
		margin: 0 auto;
	}
}





/*	FSL STAFF	*/
#fslStaff img{
	margin-top: 40px;
}
#home-content #fslStaff p{
	padding-bottom: 2px;
}
#home-content .fslTitle{
	font-size: 1.4em;
	color: rgba(68, 31, 73, .75);
}
#home-content .fslTitle a{
	font-size: .7em;
}


/*****************************
************ GLOBAL **********
*****************************/
.gPadding{padding-right: 20px;}
h2 em{font-family: 'OpenSansItalic';}
em{font-family: 'OpenSansSemiboldItalic';}
/*****************************
************ HOME ************
*****************************/
#slideshow{margin:20px 0;}
.news{
	background-color: #eee;
	border:1px solid #ccc;
	margin: 16px 0 0;
}
.news p{padding-left: 10px !important;}
.news ul{margin: 0;}
.news ul li{
	list-style-type: none;
	padding:10px;
}
.news ul li a{display: block;}
.news ul li:nth-child(even){
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.news img{
	padding: 0 5px;
}
.governingCouncilLogos{text-align: center;}
.governingCouncilLogos a{margin: 0 15px;}
.greekSocialMedia{text-align: right;}
.greekSocialMedia a{
	text-decoration: none;
	font-size: 3em;
	margin: 0 5px;
}
.greekSocialMedia a:hover{opacity: .75;}
#home-content .fslCalendar{margin-top: 10px;}
#home-content .fslCalendar iframe{width: 100%;}
#home-content .fslCalendar .btnMain{width: 100%; margin-top: 0;}
/*****************************
********* EXPERIENCE *********
*****************************/
.charters{text-align: center;}
.charters span{
	display: block;
	text-align: center;
}
.charters a{display: block;}
.charters a:hover img{
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transform: scale(1.1); 
}
.joinWrapper a{
	display: block;
	margin:30px 10px;
	position: relative;
}
.joinWrapper a:hover{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.joinWrapper a span{
	position: absolute;
	bottom: 5px;
	text-align: center;
	max-width: 500px;
	width: 100%;
	color: white;
	padding:20px 0;
	font-size: 3em;
	text-shadow:0px 2px 0px black;
	background:rgba(68, 31, 73, .75);
}
.hideJoin{
	display: none;
}
.backBtn{
	font-size:1.2em;
}
/*****************************
********* ALUMNI *********
*****************************/
.alumniList li{margin-bottom: 10px;}
/*****************************
********* VALUES *********
*****************************/
.whiteBG{
	background: white;
	box-shadow: 0px 0px 3px #ccc;
	padding: 10px;
	float: left;
	margin: 10px 0;
	text-align: center;
}
hr.clear{
	border-color:transparent!important;
}
.awards .grid6,.awards .grid12{
	margin:10px 0;
}
/*****************************
********* RESOURCES *********
*****************************/
.staffTab{display: inline-block;}
.staffTab .grid3{padding-right: 20px;}

/*****************************
********* CHAPTERS *********
*****************************/
.chaptersTable{
	width: 100%;
	border:1px solid rgba(0,0,0,.1);
}
.chaptersTable th
{
	text-align: left;
}
.chaptersTable thead{
	text-align: left;
	background-color: #eee;
}
.chaptersTable thead th{
	padding: 10px 5px;
	text-align: left;
}
.chaptersTable td{
	padding:10px 5px;
}
.chaptersTable tr:nth-child(even){
	background-color: #EEE;
}
.greekLetter{
	font-family: symbol;
}
.horizontalMenu{
	/*Change Menu Background Colors ONLY Here*/
}
.horizontalMenu .l_tinynav1 a{
	/*Change Menu Text Colors ONLY Here*/
}
.activeMenu{
	/*Change Active Menu Text Color Only Here*/
	/*color: red !important;*/
}

.bubbleWrap .bubbleTrigger .fa {
	padding-left: 5px;
}
#reEval
{
	list-style-type: none;
	margin-left: 7px;
}
.tableInfo .fa-info-circle, #reEval .fa-info-circle
{
	padding-right: 10px;
}
.tableInfo .bubbleInfo, #reEval .bubbleInfo
{
	left: -15px;
}
#mContainer, #mContainer a
{
	position: relative;
	text-align: center;
}
#mContainer .fa.fa-play-circle-o
{
	font-size: 4em;
	-webkit-transition: opacity .5s ease-out;
	text-decoration: none;
	position: absolute;
	bottom: 10px;
	right: 10px;
	transition: font-size,.5s;
}
#mContainer:hover .fa.fa-play-circle-o
{
	color: #ffbd07;
	font-size: 5.5em;
}
#home-content .greekLifeChart{
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width:768px){
	/*Media Query Example*/
	.gPadding{padding-right: 0;}
	.joinWrapper a{
		text-align: center;
	}
	.hideJoin h2{
		font-size: 1.5em;
	}
	.chaptersTable td
	{
		display: block;
		padding:10px;
		position: relative;
		padding-left: 45px;
		font-size: .9em;
	}
	.chaptersTable tr
	{
		border-bottom: 1px solid #F00;
	}
	.chaptersTable tr td:first-child
	{
		font-weight: bold;
	}
	.grid12.councilLogos .grid4{
		width: 33.3333%;
	}
	.staffTab img{display: none;}

	.tableInfo  {
		float: none;
		max-width: 320px;
	}
	.tableInfo .bubbleInfo, #reEval .bubbleInfo
	{
		top: 28px;
		position: absolute;
		width: 250px;
		min-width: 200px;
	}

	.chaptersTable td:first-child
	{
		padding-left: 15px;
	}
	.chaptersTable thead
	{
		display: none;
	}
	#mContainer
	{
		display: block;
		margin: 0 auto;
	}
	#home-content .fslCalendar iframe{width: 100%;}
	#fslStaff img{
		margin-top: 20px;
	}
}
/*@media only screen and (max-width:480px){
.grid12.councilLogos .grid3{
width: 50%;
}
}*/




/*NEW BRAND CSS*/

#home-content .videoBox{
	width:500px;
	margin:auto;
}

.wcuSplitBlockContainer img, .ovBlockContainer img {
	width: 100%;
}


.centerH2{
	text-align: center;
}
.purplePara .wcuLink svg, .pyPara2 .grid6:last-of-type .wcuLink svg, .pyPara1 .grid6:first-of-type .wcuLink svg{
	fill: #F5F5F5;
}
.purplePara, .pyPara2, .pyPara1{
	padding: 3.5%;
}
.pyPara2, .pyPara1{
	display: flex;
}
.pyPara2 .grid6:first-of-type, .pyPara1 .grid6:last-of-type{
	background-color: #FFE800;
	height: 100%;
}
.pyPara2 .grid6:last-of-type, .pyPara1 .grid6:first-of-type{
	background-color: #382140;
	height: 100%;
}
.pyPara1 .silverFont, .pyPara1 .silverFont svg{
	color: #F5F5F5;
	fill: #F5F5F5;
}
#home-content #vidArea {
	width: 100%;
	position: relative;
	display: flex;
}
#home-content #vidArea .grid8, #home-content #vidArea .grid4{

}
#home-content .cc1 .videoContainer{
	width: 100%;
}
#home-content .cc1 .videoContainer img{
	display: block;
	margin: 0 auto;
}


#home-content .vidSpLit .grid6{
	padding: 0px 0px;
}
#home-content .vidSpLit .grid6:last-of-type li, #home-content .vidSpLit .grid6:last-of-type a, #home-content .vidSpLit .grid6:last-of-type .wcuLink, #home-content .vidSpLit .grid6:last-of-type div.wcuLink{
	color: #FFF;
	fill: #382140;
	font-weight: bold;
}
*/

@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 .sideLinks{
		margin-top: 10px;
		padding-right: 0px;
		position: relative;
		top: auto;
	}

}

#home-content .homeHeader em {
	font-family: "myriad-pro", Arial, sans-serif;
}


/* SIDE MENU */
#home-content .hideMenu{
	display: none;
}

#home-content .sideLinks{
	margin-top: 10px;
	padding-right: 20px;
}
#home-content .sideLinks .grid12{
	margin: 0;
}
#home-content .sideLinks a{
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #575757;
	font-weight: bold;
	padding-left: 13px;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
#home-content .sideLinks .accordion a a{
	padding: 0px;
	padding-left: 0px !important;
	border-bottom: none;
	border-right: none;
}
#home-content .sideLinks .accordion a{
	padding-left: 30px;
}
#home-content .sideLinks .accordion a:hover a{
	border-left: none !important;
}
#home-content .sideLinks .accordion h3{
	font-size: 1em;
	font-family: "myriad-pro", Arial, sans-serif
}
#home-content .sideLinks > .grid12:first-of-type > a{
	border-top: 1px solid #DDD;
}
#home-content .sideLinks .subSideLink{
	font-size: .9em;
	padding: 5px 10px 3px 30px;
	border-left: 0;
	font-weight: bold;
	text-indent: -10px;
	line-height: 20px;
	border-top: none;
	border-bottom: none;
}
#home-content .sideLinks .subSideLink:before{
	content: "\203A"; 
	padding-right: 5px; 
	position: relative;
	top: -1px;
	color: #6e3061;
}
#home-content .subLinks{
	border-bottom: 1px solid #DDD;
}
#home-content .sideLinks .grid12 a:hover{
	color: #6e3061;
	border-left: 3px solid #FFE800;
}
#home-content .sideLinks .activeSideLink{
	color: #6e3061;
	border-left: 3px solid #6e3061;
}
#home-content .inactive{
	display: none;
}
#home-content .active{
	display: block;
}
