li {
	list-style: none;
}



/*****Start code for school website*****/


.about-us-sec h1, .announcements h1, .about-school h1 {
	text-transform: uppercase;
	font-size: 135%;
	font-weight: bold;
}

	.announcements h1 > a {
		color: #28367c;
		font-size: 90%;
		margin-left: 10px;
	}

	.about-us-sec h1:after, .announcements h1:after, .about-school h1:after {
		content: '';
		display: block;
		max-width: 100px;
		eight: 7px;
		margin-top: 7px;
	}

.marquee-vertical {
	position: relative !important;
	height: 473px !important;
	float: left;
	right: 80px;
	width: 100% !important;
	min-width: 440px;
}

@media only screen and (max-width: 1400px) {
	.marquee-vertical {
		position: relative !important;
		height: 473px !important;
		float: left;
		right: 70px;
		width: 100% !important;
		min-width: 360px !important;
	}
}
.announcements h1:before {
	content: "\f073";
	font-family: FontAwesome;
	color: #333333;
	margin-right: 5px;
}

.announcements h1 {
	font-weight: normal;
	padding-left: 25px;
}

.announcements ul {
	width: 100%;
}

	.announcements ul li {
		background: #f7f6f2;
		border: 1px solid #e9e9e9;
		width: 78%;
		float: right;
		min-height: 80px;
		margin: 5px 0;
		position: relative;
		height: 150px;
	}

.date-col {
	background: #28367c;
	width: 62px;
	height: 70px;
	position: absolute;
	left: -40px;
	top: 22px;
	text-align: center;
	padding-top: 15px;
	font-size: 15px;
}

	.date-col span {
		display: block;
		color: #fff;
		line-height: normal;
	}

		.date-col span:nth-child(1):after {
			content: '';
			border: 1px solid #fff;
			display: block;
			width: 30px;
			margin: 0 auto;
		}

.content-col {
	padding: 15px 0 5px 45px;
	height: auto;
	width: auto;
}

	.content-col h2 {
		font-size: 14px;
		margin: 0;
		font-weight: 500;
		padding: 0 5px 5px;
	}

	.content-col p {
		margin-bottom: 10px;
	}

.announcements .pdf-doc {
	font-size: 90%;
	padding: 2px 0;
}

	.announcements .pdf-doc a {
		color: orangered;
	}
