/* 
This is the section css for
Intercollegiate Student Chemists Convention 
*/

/* side menu */
#home-content .sideLinks{
	margin-top: 10px;
	padding-right: 20px;
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}
#home-content .sideLinks .grid12{
	margin: 0;
}
#home-content .sideLinks a{
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #575757;
	background-color: #FFF;
	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 .hideMenu{
	display: none;
}


.section{
	float: left;
	width: 100%;
	display: block;
	padding: 2.5% 5% 3.5% 5%;
}
#home-content .center-section p, .center-section h3{
	text-align: center;
}
.center-section img{
	display: block;
	margin: 0 auto;
	max-width: 150px;
}
.purpleBack{
	background-color: #6e3061;
}
#home-content .purpleBack p, #home-content .purpleBack a, .purpleBack h4{
	color: #fff;
}
#home-content .borderContent{
	padding-bottom: 0px;
}
.border{
	float: left;
}
.border img{
	display: block;
	margin: 0 auto;
}
#home-content .border strong{
	color: #6e3061;
}

#home-content .accordion-match-text{
	width: 100%;
	color: #382140;
	margin: 0px 0px;
	font-size: 1.2em;
	position: relative;
	font-weight: bold;
	border-bottom: 1px solid #6e3061;
	float: left; 
	display: block;
	font-family: "myriad-pro", Arial, sans-serif;
    letter-spacing: .15rem;
	line-height: 1.3em;
	padding: 2% 10px 2% 50px;
	background-color: #f3f3f3;
}
#home-content #conference-schedule .accordion h3{
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #6e3061;
	margin: 0px 0px 0px 0px;
	padding: 2% 10px 2% 50px;
}
#home-content #conference-schedule .accordion h3:hover{
	border-left: 5px solid #ffe800;
}
#home-content #conference-schedule .accordion .responsiveTable tr:nth-of-type(odd){
	background: #fff;
}
#home-content #conference-schedule .accordion tr td:first-of-type p:first-of-type{
	font-size: 1.1em;
	color: #6e3061;
	margin-top: 20px;
}
#home-content .left-center h2, #home-content .left-center h3, #home-content .left-center a, #home-content .left-center p{
	text-align: left;
}
#home-content .left-center .grid4{
	padding-right: 2.5%;
}

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

