/* Central/ Shared High Contrast Style sheet
* for new Gateway pages ( i.e. President and FacStaff), new landing pages (i.e.undergrad)
* MSPIA TODO
*/

/*Alternate Styles for High Contrast version of the following
* Page: Gateway
* For Undergrad & Housing & Seek
*/

.home-column h2, #content h2, .breadcrumbs > * {
/*	color: #000000!important;*/
/*	color: #005390!important;*/
	color:#013360!important;
}
/*changes orange buttons in normal and hover, focus state*/
/*blue from theme's hover color*/
.button {
	background: #005390!important;
}
/*darkblue on light blue - same as accordian*/
.button:hover, .button:focus {
	background-color: #92BCF2!important;
	color: #222!important;
}
.sidebar-block h4, .sidebar-block a {
	color:#013360!important;
}
/*Alternate Styles for High Contrast version of the following
* Page: Gateway
* For facstaff with 2 section left nav
*/

.lowcontrast #quick-links li a {
 color:#1c4377!important;
}
.lowcontrast #quick-links h4 {
	color: #102745!important;
}
