/*
	$rembase = 16
	$line-height-base = 26
*/

html {
	font-size: 62.5;
}
body {
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	font-size: 16px; /* fallback for IE */
	font-size: 1.6rem;
	line-height: 1.625;
	position: static;
}
h1 {
	font-size: 24px; /* fallback for IE */
	font-size: 1.5rem;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h2 {
	font-size: 22px; /* fallback for IE */
	font-size: 1.375rem;
	text-transform: uppercase;
}
h3 {
	font-size: 20px; /* fallback for IE */
	font-size: 1.25rem;
	text-transform: uppercase;
}
.fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}
.bgblue {
	background-color: #0c4e8c;
}
.bgdkblue {
	background-color: #03223f;
}
.bggold {
	background-color: #daa126;
}

/* Navigation */
nav {
	border-bottom: 5px solid #daa126;
	border-top: 10px solid #03223f;
	font-family: "Droid Serif", "Times New Roman", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	height: 98px;
	padding: 18px;
	padding: 1.125rem;
	text-transform: uppercase;
}
/* Centered Menu */
.amiant-css3-menu-navigation-bar {
	width: 960px;
	margin: 0 auto;
}
.mobileMenu {
	display: none;
}

.hero {
	text-align: center;
}
.subPage {
	border-bottom: 6px solid #daa126;
}
.ctaSection {
	border-bottom: 6px solid #daa126;
	border-top: 10px solid #daa126;
	height: 136px;
}
.button {
	padding: 12px 2rem;
	margin: 0;
}
.ctaButtons ul {
	text-align: center;
}
.ctaButtons ul li{
	padding-bottom: 0;
}

/* Calendar */
.fc-grid .fc-event-time, .fc-event-title {
  font-size: .6em;
}


/* Weather */
.embWeather h3 {
	color: #ffffff;
	text-shadow: 2px 2px 2px rgba(150, 150, 152, 1);
}
.embWeatherOverlay1 {
	background: url("../img/weather-logo.png") no-repeat right bottom;
	border: 2px solid #0c4e8c;
	height: 120px;
	position: relative;
	margin-top: -126px;
	width: 100%;
	z-index: 11;
}
.embWeatherOverlay2 {
	border-top: 6px solid #daa126;
	height: 6px;
	position: relative;
	margin-top: 0;
	width: 100%;
	z-index: 10;
}

/* sidebar */
.sidebar, .sidebar h3 {
	color: #ffffff;
}
.sidebar h3 {
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
.sidebar li a {
	color: #ffffff;
}
.sidebar, .mainContent, footer {
	padding: 24px;
	padding: 2.4rem;
}
.announcements {
	margin-bottom: 48px;
	margin-bottom: 4.8rem;
}
.sidebar .smallcal .title h4 , .sidebar .smallcal .description p, .sidebar .smallcal .eventfoot, .sidebar .smallcal .title  h4 a, .sidebar .smallcal .eventfoot a, .sidebar .smallcal .local, .sidebar .smallcal .time {
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif !important;
	text-transform: none;
	color: #ffffff;
}
.sidebar .smallcal .description p {
	font-size: 16px !important; /* fallback for IE */
	font-size: 1.0rem !important;
	line-height: 1.625;
}
div.ccm-pagination {
  clear: both;
}

.file_attachment p {
	margin-bottom: 5px;
}
.file-pdf:before {
    content: "";
    display: block;
    background: url("../img/pdf.png") no-repeat;
    width: 41px;
    height: 20px;
    float: left;
    margin-top: 4px;
	 margin-right: 5px;
}
.file-xls:before {
    content: "";
    display: block;
    background: url("../img/xls.png") no-repeat;
    width: 41px;
    height: 20px;
    float: left;
    margin-top: 4px;
	 margin-right: 5px;
}
.file-doc:before {
    content: "";
    display: block;
    background: url("../img/doc.png") no-repeat;
    width: 41px;
    height: 20px;
    float: left;
    margin-top: 4px;
	 margin-right: 5px;
}

footer {
	clear: both;
}
footer p {
	color: #daa126;
	font-size: 14px; /* fallback for IE */
	font-size: .875rem;
}
footer a {
	color: #daa126;
}
footer a:hover {
	color: #ffffff;
}


@media only screen and (max-width: 980px) {
	.mobileMenu {
		display: block;
		position: absolute;
		right: 15px;
		top: 24px;
	}
	.amiant-css3-menu-navigation-bar .navigation-menu {
		float: none;
	}
	.amiant-css3-menu-navigation-bar .navigation-menu li {
		float: none;
	}
	.amiant-css3-menu-navigation-bar .navigation-menu ul, .amiant-css3-menu-navigation-bar .navigation-menu ul ul { /*sub and sub-sub menu bars*/
		position: relative;
		top: 0;
		width: 90%;
		left: 5%;
		right: 5%;
	}
	.amiant-css3-menu-navigation-bar { /* main menu bar */
		background-color: #03223f;
		margin-left: 0;
		width: 90%;
		left: 5%;
		position: relative;
		right: 5%;
		top: 70px;
		z-index: 12;
	}
	.nav-selected .nav-path-selected .nav-with-sub  ul{
		position: absolute;
		left: 0;
	}
}


@media only screen and (max-width: 520px) {
	.default-flex .flexslider .slides img.flex-slide-img {
		min-height: 150px;
	}
	.slides img.flex-slide-img {
		min-width: 800px;
	}
}


@media only screen and (max-width: 498px) {
	.button {
		padding: 13px .4rem;
	}
	.embWeatherOverlay1 {
		height: 206px;
		margin-top: -212px;
	}
}