body {
	font-size: 1rem;
}

ul, ol, p, tr, td, input {
    font-size: 1rem;
}

h2, h3, h4, h5, h6 {
	margin-bottom: 25px;
}

.accordion > div > a {
	font-size: 1.6667rem !important;
}

.sf_pagerNumeric > a:not(.sf_PagerCurrent) {
    background-color: #4E87A0;
    color: white;
}

.sf_pagerNumeric > a {
    border: 1px solid #4E87A0;
    margin: 0 4px;
    padding: 4px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}

#logo img {
	max-width: 250px;
	height: auto;
}

.breadcrumb {
	font-size: smaller;
}
 
.nav-sitemap {
	margin-right: 10px;
	padding: 10px 10px 25px 10px;
	background-color: #fee7c2;
}

.nav-sitemap li {
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

#social {
    margin-top: 20px;
    margin-bottom: 20px;
}

#spotlight {
	/*background-image: url('../images/banner1.jpg');*/
}

a {
	color: #4e87a0;
}

.newsListings ul {
	list-style: none;
	text-align: left;
}

.newsListings ul li h3 {
	text-align: left !important;
	margin-bottom: 25px;
}

.newsListings ul li {
	margin-bottom: 50px;
}

.news div:first-of-type {
	display: none;
}


.btn {
	border: 1px solid #cccccc;
	padding: 5px 10px;
	border-radius: 25px;
}

.btn:hover {
	background-color: #093b60;
	color: #fff;
}

#contactForm .contactFormContainer {
	background-color: #fff;
	padding: 25px;
}

#contactFooter input[type=email], #contactFooter  textarea {
    width: 100%;
    background-color: #cccccc;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
	font-size: 1.3333rem;
}

#contactFooter button[type=submit]{
	padding: 5px 15px;
	font-size: 1.3333rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 996px) {
	.sf_4cols_1_25, .sf_4cols_2_25, .sf_4cols_3_25, .sf_4cols_4_25 {
		float: none;
		width: 100%;
		margin: 0 0 50px 0;
	}
	
	nav .sfNavHorizontal li {
		float: none;
	}
	
	nav .k-menu .k-item, nav .k-menu-scroll-wrapper .k-item, nav .k-menu-scroll-wrapper.horizontal>.k-item, nav .k-popups-wrapper .k-item, nav .k-popups-wrapper.horizontal>.k-item, .k-widget.k-menu-horizontal>.k-item {
		float:none;
	}
	
	nav .sfNavHorizontalDropDown {
		float: none;
	}
}

/* Navigation Overwrites */

footer .sfNavVertical li {
	background-color: transparent !important;
	border: none;
}

.sfNavHorizontal li {
    border-right: 0;
    background-color: transparent !important;
	padding-left: 25px;
}

.sfNavHorizontal li a {
	text-decoration: none;
}

.sfNavHorizontal li a:hover, nav a.k-link:hover {
	color: #003865 !important;
}

.sfNavHorizontalDropDown {
    background-color: transparent !important;
	float: right;
}

.sfNavList {
    display: inline-block !important;
}

.k-menu .k-item, .k-menu-scroll-wrapper .k-item, .k-menu-scroll-wrapper.horizontal>.k-item, .k-popups-wrapper .k-item, .k-popups-wrapper.horizontal>.k-item, .k-widget.k-menu-horizontal>.k-item {
	border: 0;
	border-color: transparent;
	border-style: none;
}

.k-reset {
	font-size: inherit !important;
}

nav ul, nav ul li {
	font-size: 1.6667rem;
}

.sfNavHorizontal a.sfSel, .sfNavHorizontal a.sfSel:hover {
    margin-top: -4px;
    padding-top: 4px;
    background-color: transparent;
}

#mainBody .calendar h2, #mainBody .calendar h2 a {
	text-align: left;
	margin-bottom: 5px;
}

.calendar  ul {
	list-style: none;
}

.calendar li {
	border-bottom: 1px solid #c4c4c4 !important;
	margin-bottom: 25px;
}

#mainBody .department h3 {
	padding: 0;
	margin: 0;
	text-align: left !important;
	color: #fff;
}

#newsContiner .card {
	border: none;
}

#newsContiner .card {
	background-color: #fee7c2;
	margin: 0 10px;
}

#newsletter {
	background-color: #fff;
	padding: 25px;
	border-radius: 25px 0 25px 0;
}

#newsletter p {
	text=align: center;
}

.news ul {
	list-style: none;
	padding-left: 0;
}

.news li {
	background-color: #fee7c2;
	padding: 25px;
}

.news li div {
	padding-bottom: 15px;
}

.news h3, .news h2 {
	font-size: 1.333rem;
	font-family: Lato, Helvetica, Arial, "sans-serif";
	font-weight: 700;
	/*color: #4E87A0; light blue */
	color: #000;
	margin-bottom: 25px;
}

.news div:nth-child(3) {
	max-height: 250px;
	overflow: hidden;
	margin-bottom: 25px;
	text-overflow: ellipsis ellipsis;
}

.news h3 a, .news h2 a {
	color: #000;
	text-decoration: none;
}

.accordion > div > a {
	display: block;
	padding: 25px;
	text-decoration: none;
	color: #4E87A0;
	font-family: Oswald, Arial, Helvetica, "sans-serif";
	font-size: 2.1667rem;
}

.accordion > div {
	border-bottom: 1px solid #c4c4c4;
}

.accordion > div > a:after {
	content: " + ";
	float: right;
}

.accordion > div > a.expanded:after {
	content: " - ";
	float: right;
}
 
.accordion div.sf-Long-text {
	padding: 0 25px 50px 25px;
}

.accordion h3 {
	display: none;
}

.accordion > p:last-child, .accordion > p:nth-last-child(2) {
	color: #0d6efd;
    text-decoration: underline;
	margin-top: 15px;
	clear: both;
}

.accordion > p:last-child:hover, .accordion > p:nth-last-child(2):hover {
	color: #0d6efd;
    text-decoration: none;
}

.accordion {
	width: 100%;
	clear: both;
}

.sfnewsList.sfnewsListTitleDateSummary.sflist #summary-full-story {
	display: block;
}

h1.sfnewsTitle {
	font-size: 24px;
}

.sfnewsSummary {
	white-space: normal !important;
}

footer nav {
	background-color: transparent;
}

footer nav a.nav-link, footer nav a.nav-link:visited, footer nav ul > li > a:link {
	font-family: Lato, Helvetica, Arial, "sans-serif";
	font-size: 1rem !important;
	font-weight: 300;
	color: #000 !important;
}

@media only screen and (min-width: 977px) {
	
	.news ul {
		display: flex;
	}

	.news li {
		flex-basis: 25%;
		background-color: #fee7c2;
		margin: 0 10px;
		padding: 25px;
	}
	
	.accordion.col-2 > div {
		box-sizing: border-box;
		width: 45%;
		float: left;
		margin: 0 25px;
	}
}

@media only screen and (max-width: 996px) {
	footer nav {
		position: relative !important;
		height: auto !important;
	}
}

@media only screen and (max-width: 976px) {
	.news li { 
		margin: 10px 0;
	}
}

/*.sf_2cols_2in_25 {
	width: 80%;
}

.sf_2cols_1in_75 {
	width: 20%;
}*/

@media only screen and (max-width: 720px) {
	.sf_2cols_1_50, .sf_2cols_2_50, .sf_2cols_2_25, .sf_2cols_1_75 {
		width: 100% !important;
		clear: both;
	}
}