/**
* Custom

* Any custom styles implemented in the OmniUpdate environment
* should go here
*/
/*

/* === Custom Front Page CSS === */

#grad-sect img {
	width: 100%;
}

@media (min-width: 769px) {
	#grad-sect img {
		width: 769px;
	}
}

/*
#oDeadlineDates th,
#oDeadlineDates td {
border-bottom: 1px solid #000;
border-spacing: 0;
text-align: left;
}

#oDeadlineDates th,
#oDeadlineDates td {
padding: 15px;

}

#oDeadlineDates th {
font-weight: bold;
}
#oDeadlineDates table {
max-width: 700px;
}
*/

.wrapper { background-color: white; z-index: 99 !important;}
#oualerts-active-alert-display.oualerts-top { z-index: 10 !important;}
@media only screen and (min-width: 700px) and (max-width: 1200px) {
	#oualerts-active-alert-display .oualerts-notify-body { padding-right: 50px;}
}