/* 
This is the section css for
Environmental Health and Safety  
*/

/* 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;
}

/* GLOBAL */
#home-content .btnMain {
	margin-right: 20px;
}
#home-content .noList { list-style: none; margin-left: 0; }
#home-content .imgLeft{
	float: left;
	margin-right: 40px;
}

/* CONTACT LIST */
#home-content #contactList .noList { margin-bottom: 1em; }
#home-content #contactList .wcunsfy { font-weight: bold; }

/* SAFETY COMMITTEE */
#home-content #safetyCommittee .wcunsfy { font-weight: bold; }


/* DEFAULT */
#home-content #homepage .grid9 { padding-right: 20px; }

#home-content #homepage .grid3 .linkWrapper{
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
#home-content #homepage .grid3 .gPadding{
	margin-bottom: 10px;
}
#home-content #homepage .grid3 .btn{
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}
#home-content #homepage .floatLeftLogo{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


.sectionMid{
	padding: 0px 0px 2% 0px;
	margin: 2% 0px;
	border-top: 5px solid #6e3061;
	border-bottom: 5px solid #6e3061;
	float: left;
	width: 100%;
	display: block;
}

#home-content .labPage .floatLeft{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	max-width: 250px;
}
#home-content .labPage .grid9{
	padding-left: 30px;
}
#home-content .labPage2 .grid9{
	padding-left: 30px;
}

#home-content .labPage .margBot{
	margin-bottom: 5px;
}
#home-content .labPage .accordion{
	margin-top: 30px;
}
#home-content .labPage .accordion h3{
	margin: 0px 0px;
	border-color: #efefef;
	border-left: 0px;
	font-size: 1em;
}
#home-content .labPage .accordion p:first-child{
	margin-top: 10px;
}
#home-content .labPage .accordion li .wcuLink{
	text-transform: initial;
}
.fbContent{
	padding: 30px;
}
.fbContent .grid6{
	padding: 0px 30px;
}
.fbContent li{
	font-weight: bold;
	margin-bottom: 5px;
}
.fbContent li li{
	margin-left: 10px;
	font-weight: initial;
}

@media only screen and (max-width: 768px) {
	/* DEFAULT */
	#home-content #homepage .grid9 { padding-right: 20px; }
}


#home-content .fireSafety .sideAccordion .sideAccordionMenu .smMobileContain > a {
    padding: 15px; !important!
}