/* 
This is the section css for
Moon Shot for Equity 
*/

/* side menu */
#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;
}
#home-content .hideHeader{
	position: absolute;
	left: -9999px;
	top: -9999px;
}


#home-content .grid9, #home-content .grid6, #home-content .grid3, #home-content .grid8{
	padding-right: 20px;
} 
#home-content .grid2 img{
	display: block;
	margin: 0 auto;
}
#home-content .grid10{
	padding-left: 20px;
}
#home-content .border .grid6{
	padding: 0px 30px;
}
#home-content .moonIcons{
	fill: #763775;
	width: 75px;
	display: block;
	margin: 0 auto;
}
.WIM .grid4 img{
	display: block;
	margin: 0 auto;
}
#home-content .WIM .grid4{
	padding: 0px 20px;
}
#home-content .WIM .grid4 .videoContainer{
	width: 100%;
}
#home-content .WIM .grid4 p{
	display: block;
}
#home-content .goals{
	text-align: center;
}
#home-content .goals h3{
	border-bottom: none;
	text-transform: uppercase;
	color: #441F49;
	font-size: 1.5em;
}
#home-content .goals h3:after{
	display: none;
}
#home-content .goals h4{
	border-bottom: none;
	font-size: 1.3em;
}

.borderContent .border{
	float: left;
	width: 100%;
}

/*
WCU Goals Styling
*/

#home-content .goalsSectionMoon{
	text-align: center;
}

#home-content .goalsSectionMoon hr{
	border: 5px solid #FFE800;
	width: 20%;
}


#home-content .goalsSectionMoon .row-responsive .grid5{
	width:50%
}

#home-content .goalsSectionMoon .row-responsive .outer {
	padding: 10px;
}

#home-content .goalsSectionMoon .row-responsive .inner {
	border: 4px solid #FFE800;
	height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;	
	text-align: center;
}


#home-content .goalsSectionMoon .row-responsive .grid4 img{
	filter: invert(75%) sepia(44%) saturate(727%) hue-rotate(352deg) brightness(84%) contrast(99%);
	width: 100px;
	height: auto;
	margin-top: 30px;
	align-self: center;
}

#home-content .goalsSectionMoon .row-responsive .grid4 a{
	width: 70%;
	align-self: center;
	margin-bottom: 30px;
}

#home-content .goalsSectionMoon .row-responsive .grid5 img{
	filter: invert(75%) sepia(44%) saturate(727%) hue-rotate(352deg) brightness(84%) contrast(99%);
	width: 100px;
	height: auto;
	margin-top: 30px;
	align-self: center;
}

#home-content .goalsSectionMoon .row-responsive .grid5 a{
	width: 70%;
	align-self: center;
	margin-bottom: 30px;
}

.poster-section{
	float: left;
	width: 100%;
	display: block;
	padding: 1% 5%;
}
.poster-section img{
	max-width: 92%;
	display: block;
	margin: 0 auto;
}

/** moon shot week **/
#home-content .gridLeft{
	padding-right: 10px;
}
#home-content img.imgCenter{
	display: block;
	margin: 0 auto;
}
#home-content .btnFull{
	width: 100%;
}

@media only screen and (max-width:768px){
	/** moon shot week **/
	#home-content .gridLeft{
		padding-right: 0;
	}
}