﻿/***** AUTOMATIC STYLES THAT CAME WITH STYLESHEET *****/

#siteTitleMobile {
	display:none;
}

#siteNav {
	display:none;
}
img#siteBanner {
	display:none;
}

/* Text Banner */
#bannerWrapper .textBanner {display: block !important} /* turn on the text banner */
a#homeLink {display: none;} /* turn off the image banner */
#bannerWrapper {
	background-color: #623f99 !important;
	background-image: url(/SiteAssets/images/DepartmentBannerBG.png) !important;
	background-repeat: repeat-x;
	cursor: pointer;
}


/***** FIND GEN ED COURSES VIDEO STYLES *****/

#innerContainer #findGenEdCoursesVideo {
	width: 95% !important;
	max-width: 720px !important;
	border: 3px solid #4D4D4F !important;
}

/***** CUSTOM GENERIC STYLES *****/

#innerContainer h1, #innerContainer h2 {
	font-weight: normal !important;
}

#innerContainer p {
	line-height: 1.25em !important;
}

#innerContainer ul li, #innerContainer ol li {
	line-height: 1.25em !important;
	margin-top: 7px !important;
}

#gepDiagram {
	margin: 10px 0 !important;
	width: 100% !important;
}

#gepHeader {
	margin: 0 !important;
	width: 100% !important;
}

/***** CONTACT STYLES *****/

#gepDirHolder {
	float: left !important;
	position: relative !important;
	background-color: #DDD !important;
	width: 50% !important;
	padding: 1.5% !important;
	margin-bottom: 25px !important;
	margin-right: 15px !important;
}

#gepDirImg {
	float: left !important;
	position: relative !important;
	margin: 0 !important;
	margin-right: 15px !important;
}

#gepDirName {
	font-size: 1.05em !important;
	margin-top: 10px !important;
}

#gepDirTitle {
	font-size: 0.95em !important;
	margin: 10px 0 20px !important;
}

#gepDirPhone, #gepDirEmail {
	font-size: 0.8em !important;
	margin: 5px 0 !important;
}

#gepContactMap {
	border: 1px solid #4D4D4F !important;
	width: 80% !important;
	height: 300px !important;
	margin-left: 10% !important;
}

/* PROPOSED CHANGES PAGE */

#innerContainer .gepInfoSessionsTbl {
	width: 55% !important;
	max-width: 55% !important;
	margin-left: 3% !important;
	font-size: 0.9em !important;
}

#innerContainer .gepInfoSessionsTbl tr td {
	vertical-align: top !important;
	padding-bottom: 10px !important;
}

#innerContainer .gepInfoSessionsTbl tr:nth-child(4) td {
	padding-bottom: 0px !important;
}


#innerContainer .gepInfoSessionsTbl tr td:nth-child(1) {
	width: 5% !important;
	text-align: center !important;

}

#innerContainer .gepInfoSessionsTbl tr td:nth-child(2) {
	width: 40% !important;
}

#innerContainer .gepInfoSessionsTbl tr td:nth-child(3) {
	width: 55% !important;
}




@media only screen and (max-width: 825px) {
#gepDirHolder {
	width: 100% !important;
}
#gepLoc {
	clear: left !important;
	width: 100% !important;
}

/* PROPOSED CHANGES PAGE */

#innerContainer .gepInfoSessionsTbl {
	width: 98% !important;
	max-width: 98% !important;
	margin-left: 1% !important;
	margin-right: 1% !important;
}

#innerContainer .gepInfoSessionsTbl tr td:nth-child(1) {
	width: 10% !important;
}

#innerContainer .gepInfoSessionsTbl tr td:nth-child(2) {
	width: 45% !important;
}

#innerContainer .gepInfoSessionsTbl tr td:nth-child(3) {
	width: 45% !important;
}

}