.s4-ca {
	margin: 0;
}
#topZone .ms-PartSpacingVertical {
	margin-top: 0;
}
.adRotator img {
	display: block;
}
.blueBand {
	background-color: #175575;
	font-size: 13px;
	margin: 0;
}
.blueBand ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 2px 10px;
}
.blueBand p {
	margin: 0px;
	padding: 2px 10px;
}
.blueBand a:link, .blueBand a:visited {
	color: #fff !important;
	padding-top: 3px;
}
.blueBand a:hover {
	color: #ffc423 !important;
	text-decoration: none;
}
.contentDiv {
	padding-bottom: 20px;
}
#mainContent {
	padding: 35px 30px 0;
}
#leftColumn {
	min-width: 197px;
	padding-right: 20px;
	/* padding-top: 10px; */
	background: url(../Images/system/bg_vertical.png) no-repeat right top;
	min-height: 400px;
	float: left;
	box-sizing: content-box;
}
#centerColumn {
	width: 427px;
	margin-left: 20px;
	padding-right: 26px;
	background: url("../Images/system/bg_vertical.png") no-repeat right top;
	min-height: 400px;
	float: left;
	box-sizing: content-box;
}
#rightColumn {
	margin-left: 720px;
	padding-top: 10px;
}
a:hover .board-mtg-text, a:focus .board-mtg-text {
	color: #ffc423;
}
.board-mtg-box {
	position: relative;
	width: 998px;
	height: 187px;
}
.board-mtg-background {
	position: absolute;
	width: 998px;
	height: 187px;
}
.board-mtg-fade {
	position: absolute;
	background: -moz-linear-gradient(left, rgba(163, 14, 34, 1) 44%, rgba(147, 30, 61, 1) 53%, rgba(79, 96, 177, 0.54) 91%, rgba(63, 112, 205, 0.54) 100%);
	background: -webkit-linear-gradient(left, rgba(163, 14, 34, 1) 44%, rgba(147, 30, 61, 1) 53%, rgba(79, 96, 177, 0.54) 91%, rgba(63, 112, 205, 0.54) 100%);
	background: linear-gradient(to right, rgba(163, 14, 34, 1) 44%, rgba(147, 30, 61, 1) 47%, rgba(79, 96, 177, 0.3) 57%, rgba(63, 112, 205, 0) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a30e22', endColorstr='#8a3f70cd', GradientType=1);
	width: 100%;
	height: 90px;
	top: 20px;
}
.board-mtg-text {
	position: absolute;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	text-shadow: -2px 2px 3px #000;
	line-height: 1.5em;
	top: 30px;
	left: 90px;
	color: #fff;
	z-index: 2;
}
.board-mtg-fade-right {
	position: absolute;
	top: 0;
	left: 0;
	width: 725px;
	height: inherit;
	background: linear-gradient(to right, rgba(163, 14, 34, 1) 0%, rgba(163, 14, 34, 1) 75%, rgba(163, 14, 34, 0) 100%);
}
@media screen and (max-width: 768px) {
	.board-mtg-box {
		width: 320px;
	}
	.board-mtg-fade {
		background: linear-gradient(to right, rgba(163, 14, 34, 1) 93%, rgba(79, 96, 177, 0.3) 96%, rgba(63, 112, 205, 0) 98%);
	}
	.board-mtg-text {
		font-size: 1em;
		top: 28px !important;
	}
}
.home-page-box {
	position: relative;
	width: 100%;
}
.home-page-background {
	height: 183px;
	background-image: url("/_web-items/images/banners/nursing-bldg.png");
}
.home-page-notice {
	position: absolute;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-shadow: -2px 2px 3px #000;
	line-height: 1.6em;
	top: 30px;
	left: 30px;
	color: #fff;
	z-index: 2;
	padding: 3px 10px;
	background-color: rgb(163, 14, 34);
}
.home-page-text {
	font-size: small;
	margin: 0px;
	padding: 10px;
	background-color: #ffc423;
	color: #000 !important;
}
#codWebPart11 .ms-listviewtable tr:nth-child(2n) {
	background-color: #f8eed3;
}
#codWebPart11 .cod-state-field {
	font-size: small;
}
.power-circle {
	color: rgb(37, 93, 46);
	text-shadow: 0px 1px 1px rgba(250, 250, 250, 0.1);
	display: block;
	position: absolute;
	bottom: 20px;
	left: 65%;
	text-decoration: none;
	background: #89c541;
	background: -moz-radial-gradient(center, ellipse cover, #89c541 59%, #255d2e 87%);
	background: -webkit-radial-gradient(center, ellipse cover, #89c541 59%, #255d2e 87%);
	background: radial-gradient(ellipse at center, #89c541 59%, #255d2e 87%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c541', endColorstr='#255d2e', GradientType=1);
	box-shadow: 0px 3px 0px 0px rgb(34, 34, 34), /* 1st Shadow */ 0px 7px 10px 0px rgb(17, 17, 17), /* 1nd Shadow */ inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5), /* 3rd Shadow */ inset 0px -12px 35px 0px rgba(0, 0, 0, 0.5);
	/* 4th Shadow */
	width: 50px;
	height: 50px;
	border: 0;
	border-radius: 35px;
	text-align: center;
	line-height: 50px;
	transition: color 350ms, text-shadow 350ms;
	-o-transition: color 350ms, text-shadow 350ms;
	-moz-transition: color 350ms, text-shadow 350ms;
	-webkit-transition: color 350ms, text-shadow 350ms;
}
a:hover .power-circle, a:focus .power-circle {
	box-shadow: 0px 0px 0px 0px rgb(34, 34, 34), /* 1st Shadow */ 0px 3px 7px 0px rgb(17, 17, 17), /* 2nd Shadow */ inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2), /* 3rd Shadow */ inset 0px -10px 35px 5px rgba(0, 0, 0, 0.5);
	/* 4th Shadow */
	background-color: rgb(83, 87, 93);
	bottom: 22px;
	color: #fff;
	text-shadow: 0px 0px 3px rgb(250, 250, 250);
}
.comm-text-gold2 {
	color: #ffc423 !important;
}
.comm-text-white2 {
	color: #fff !important;
}
a:hover .comm-text-white2, a:focus .comm-text-white2 {
	color: #ffc423 !important;
}
a:hover .comm-text-gold2, a:focus .comm-text-gold2 {
	color: #fff !important;
}
.banner-backround-yellow-top {
	position: relative;
	display: inline-block;
	background-color: #a30e22;
	width: 100%;
	height: fit-content;
	border-top: #ffc423 solid 10px;
}
.comm-text2 {
	font-family: "CondBold", "Roboto Condensed";
	font-size: 2.5em;
	font-style: normal;
	font-weight: 700;
	text-shadow: -2px 2px 3px #000;
	line-height: 1.25em;
	padding: 10px;
	z-index: 2;
}

.academic-calendar-cells td, .academic-calendar-cells th {
	padding: 5px;
}