/* fonts */
@import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,500,700,400italic,500italic,700italic);

/* Import section stylesheets */
@import url("/data/layout/css/new_contentstyle.css");
@import url("/data/layout/css/new_calstyle.css");
@import url("/data/layout/css/tabs.css");
/* body */
body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000;
}
img {
	border: 0;
}
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1200px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	top: 0;
	z-index: -99;
	left: 0;
}

/** ---------- CONTENT --------- **/
/* ------------------------------ */
#content {
	width: 100%;
	position: relative;
	margin: 0 auto;
	max-width: 960px;
}
/** ---------- MAIN ----------- **/
/* ----------------------------- */
#main {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	max-width: 100%;
}
#utilities {
	width: 100%;
	display: block;
	position: relative;
	min-height: 30px;
}
#utilities .breadcrumbs {
	display: inline-block;
	font-size: 13px;
	color: #a99b9b;
	line-height: 1.2;
	width: 540px;
	padding-top: 10px;
}
#utilities .breadcrumbs a {
	color: #a99b9b;
}
#utilities .utilities {
	float: right;
	display: inline-block;
	position: relative;
}
#utilities .addthis_default_style {
	display: inline-block;
}
#utilities .icons {
	display: inline-block;
}
#utilities .fa {
	color: #A99B9B;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	margin-left: 5px;
	text-decoration: none;
}
#utilities .fa:hover {
	color: #00703C;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
/** --------- HEADER ---------- **/
/* ----------------------------- */
#header {
	position: relative;
}
#header .logo {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 239px;
	max-height: 104px;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
#header .logo:hover {
	opacity: .7;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
#header .search {
	float: right;
	top: 10px;
	position: relative;
}
#social {
	float: right;
	margin-right: 1%;
}
#social .alert {
	position: relative;
	display: inline-block;
	width: 109px;
	height: auto;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	right: 5px;
}
#social .alert:hover {
 opacity:.9;
  -webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
#social .facebook {
	position: relative;
	display: inline-block;
	width: 28px;
	height: auto;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
#social .twitter {
	position: relative;
	display: inline-block;
	width: 28px;
	height: auto;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
#social .facebook:hover {
	opacity: .9;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
#social .twitter:hover {
	opacity: .9;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
/** --------- NAVIGATION --------- **/
/* -------------------------------- */
nav {
	position: relative;
	display: block;
	width: 100%;
	z-index: 4;
}
nav ul {
	position: relative;
	display: block;
	list-style: none;
	width: 100%;
	background: #00703C;
	height: 55px;
	margin: 0;
	padding: 10px 0;
	border-bottom: solid 2px #EBDF1B;
}
nav ul:before {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
	-webkit-transform: rotate(-3deg) skew(-0deg);
	-moz-transform: rotate(-3deg) skew(-0deg);
	-ms-transform: rotate(-3deg) skew(-0deg);
	-o-transform: rotate(-3deg) skew(-0deg);
	transform: rotate(-3deg) skew(-0deg);
}
nav ul:after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 15px;
	right: 10px;
	width: 50%;
	height: 20%;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
	-webkit-transform: rotate(3deg) skew(0deg);
	-moz-transform: rotate(3deg) skew(0deg);
	-ms-transform: rotate(3deg) skew(0deg);
	-o-transform: rotate(3deg) skew(0deg);
	transform: rotate(3deg) skew(0deg);
}
nav ul li {
	display: inline-block;
}
nav ul li a {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 29px;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	line-height: 53px;
	padding: 0 21px;
	text-shadow: 0 2px 2px #000000;
	border: solid 1px #00703C;
}
nav ul li a:hover {
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #405e74; /* Old browsers */
	background: -moz-linear-gradient(top, #405e74 1%, #405e74 92%, #354d60 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #405e74), color-stop(92%, #405e74), color-stop(100%, #354d60)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #405e74 1%, #405e74 92%, #354d60 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #405e74 1%, #405e74 92%, #354d60 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #405e74 1%, #405e74 92%, #354d60 100%); /* IE10+ */
	background: linear-gradient(to bottom, #405e74 1%, #405e74 92%, #354d60 100%); /* W3C */
	border: solid 1px #fff;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
nav ul li a:first-child {
	margin-left: 10px;
}
nav span {
	display: none;
}
nav img {
	top: 7px;
	position: relative;
}
#abo nav ul li a.abo, #cit nav ul li a.cit, #vis nav ul li a.vis, #bus nav ul li a.bus, #cal nav ul li a.cal {
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #405e74; /* Old browsers */
	background: -moz-linear-gradient(top, #405e74 1%, #405e74 92%, #354d60 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #405e74), color-stop(92%, #405e74), color-stop(100%, #354d60)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #405e74 1%, #405e74 92%, #354d60 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #405e74 1%, #405e74 92%, #354d60 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #405e74 1%, #405e74 92%, #354d60 100%); /* IE10+ */
	background: linear-gradient(to bottom, #405e74 1%, #405e74 92%, #354d60 100%); /* W3C */
	border: solid 1px #fff;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
/** --------- SLIDESHOW --------- **/
/* ------------------------------ */
#slideshows {
	position: relative;
	width: 100%;
	z-index: 2;
}
/** --------- POPULAR LINKS --------- **/
/* ----------------------------------- */
#popular_links {
	z-index: 3;
	position: relative;
	display: block;
	width: 100%;
	height: 63px;
	border-top: solid 2px #405E74;
	background: #a5b3be; /* Old browsers */
	background: -moz-linear-gradient(top, #a5b3be 0%, #405e74 91%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5b3be), color-stop(91%, #405e74)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a5b3be 0%, #405e74 91%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a5b3be 0%, #405e74 91%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a5b3be 0%, #405e74 91%); /* IE10+ */
	background: linear-gradient(to bottom, #a5b3be 0%, #405e74 91%); /* W3C */
	-webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,.8);
	box-shadow: 0 1px 2px 1px rgba(0,0,0,.8);
}
/** --------- DROPDOWN MENUS --------- **/
/* ------------------------------------ */
#dropdowns h2 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 28px;
	color: #a99b9b;
	margin: 15px 0;
}
/** --------- CONTACT US --------- **/
/* -------------------------------- */
#contact {
	font-size: 13px;
}
#contact h2 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 28px;
	color: #a99b9b;
	margin: 15px 0;
	margin-top: 25px;
}
#contact span {
	margin-bottom: 10px;
	display: block;
}
#contact strong {
	color: #00703c;
}
#contact a {
	color: #405e74;
	padding: 5px 0;
	padding-left: 29px;
	margin-top: 5px;
	background: url("/data/layout/images/map.png") center left no-repeat;
}
/** ---------- MAIN CONTENT --------- **/
/* ----------------------------------- */
#main_content {
	position: relative;
	background: #FDFAF4;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	min-height: 400px;
	-webkit-box-shadow: 0 6px 4px 3px rgba(0,0,0,.3);
	box-shadow: 0 6px 4px 3px rgba(0,0,0,.3);
	padding-bottom: 10px;
  	z-index: 2;
}
#main_content a.cal_button {
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 30px;
	font-weight: bold;
	font-size: 15px;
	background: #405e74; /* Old browsers */
	background: -moz-linear-gradient(top, #405e74 0%, #405e74 93%, #405e74 93%, #243542 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #405e74), color-stop(93%, #405e74), color-stop(93%, #405e74), color-stop(100%, #243542)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #405e74 0%, #405e74 93%, #405e74 93%, #243542 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #405e74 0%, #405e74 93%, #405e74 93%, #243542 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #405e74 0%, #405e74 93%, #405e74 93%, #243542 100%); /* IE10+ */
	background: linear-gradient(to bottom, #405e74 0%, #405e74 93%, #405e74 93%, #243542 100%); /* W3C */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 8px;
}
#main_content a.cal_button:hover {
	background: #405e74; /* Old browsers */
	background: -moz-linear-gradient(top, #00703C 0%, #00703C 93%, #00703C 93%, #00592F 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00703C), color-stop(93%, #00703C), color-stop(93%, #00703C), color-stop(100%, #00592F)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00703C 0%, #00703C 93%, #00703C 93%, #00592F 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00703C 0%, #00703C 93%, #00703C 93%, #00592F 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00703C 0%, #00703C 93%, #00703C 93%, #00592F 100%); /* IE10+ */
	background: linear-gradient(to bottom, #00703C 0%, #00703C 93%, #00703C 93%, #00592F 100%); /* W3C */
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
#main_content p {
	font-size: 100%;
}
.reusable_content_area h1 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #00703C;
	margin-top: 0;
}

/* Accordion Content Template */

.accordion-container{
	width: 100%;
	margin: 10px auto 30px auto;
	text-align: left;
}
.accordion-container label{
	position: relative;
	z-index: 20;
	display: block;
	min-height: 30px;
	cursor: pointer;
	color: #000;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.accordion-container label:hover{
	background: rgba(0, 112, 60, .1);
}

.accordion-container label:after,
.accordion-container input:checked + label:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 10px;
	background: transparent url('/data/layout/images/arrow_down.png') no-repeat center center;	
}
.accordion-container input:checked + label:after{
	background-image: url('/data/layout/images/arrow_up.png');
}
.accordion-container input{
	display: none;
}
.accordion-container section{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	max-height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: max-height .1s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: max-height .1s ease-in-out, box-shadow 0.6s linear;
	-o-transition: max-height .1s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: max-height .1s ease-in-out, box-shadow 0.6s linear;
	transition: max-height .1s ease-in-out, box-shadow 0.6s linear;
}
.accordion-container section p{
	color: #2a3e40;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.accordion-container input:checked ~ section {
	-webkit-transition: max-height .8s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: max-height .8s ease-in-out, box-shadow 0.1s linear;
	-o-transition: max-height .8s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: max-height .8s ease-in-out, box-shadow 0.1s linear;
	transition: max-height .8s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}

.accordion-container input:checked ~ section.accordion-content {
    max-height: 1500px;
}

.accordion-container .title {
    font-size: 16px;
    padding: 5px 20px;
    background: rgba(0, 112, 60, .1);
    border-bottom: 1px solid #ccc;
}

.accordion-container .title img {
    vertical-align: middle;
    padding-right: 10px;
}

.accordion-container .description {
    background: #fff;
    padding: 5px 20px;
}

.accordion-row {
    padding-bottom: 15px;
}



/** ---------- GOOGLE SEARCH FILTER --------- **/
/* ----------------------------- */
#NoDocsSearch {
  	color: white;
  	font-weight: 700;
  	display:inline-block;
  	background-color: #405e74;
	border-radius: 4px;
	margin: 20px 0 0 0;
	padding: 5px 10px;
  	cursor:pointer;
}

#NoDocsSearch:hover {
  	background-color: #00703C;
}

/** ---------- FOOTER --------- **/
/* ----------------------------- */
#footer {
	clear: both;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	background: #00703C;
	border-top: solid 3px #EBDF1B;
	margin-top: 60px;
}
#footer img {
	vertical-align: middle;
}
#footer h3 {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	margin-top: 5px;
}
#footer a {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	color: #EBDF1B;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 15px;
}

#footer ul li{
 	padding:1px 0; 
}
#part1 {
	background: url("/data/layout/images/seal.png") top center no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 10px;
	height: 170px;
}
#part1 span {
	display: block;
	padding-top: 95px;
	font-size: 13px;
	padding-bottom: 5px;
}
#part1 span a:hover {
	color: #EBDF1B;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
/** -------------------------------------Weather------------------------------------- **/
/** --------------------------------------------------------------------------------- **/
#weather {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 280px;
}
.weather {
	float: right;
	width: 100%;
	padding: 10px 15px 0 0;
}
.weatherFeed {
	font-size: 13px;
	margin: 0;
	width: 100%;
}
.weatherFeed a {
	color: #fff;
	text-decoration: none;
}
.weatherFeed a:hover {
	color: #4584D3;
	text-decoration: none;
}
.weatherItem {
	padding: 0;
	text-align: right;
	width: 100%;
}
.weatherCity {
	display: none;
}
.weatherTemp {
	font-weight: normal;
	font-size: 68px;
	padding: 5px 0;
	line-height: 1;
	color: #ebdf1b;
	text-shadow: 0 2px 2px #000000;
}
.weatherDesc {
	font-size: 11px;
	line-height: 1;
	color: #fff;
}
.weatherRange {
	font-size: 11px;
	clear: both;
	display: block;
	color: #fff;
}
.weatherWind {
	display: none;
}
.weatherLink {
	text-align: right;
	font-size: 11px;
	color: #fff;
}

/** ------------ MEDIA QUERIES ---------- **/
/* -------------------------------------- */
/* tablet, landscape iPad, lo-res laptops ands desktops */
@media (max-width: 960px) {
nav ul li a {
	padding: 0 22px;
	font-size: 25px;
}
nav img {
	top: 6px;
	width: 37px;
}
#part1 {
	background: none;
	width: 165px;
	padding-left: 1%!important;
}
#part1 span {
	padding-top: 5px;
}
#part2 {
	width: 100px;
}
#part3 {
	width: 217px;
}
#part4 {
	width: 150px;
}
#part5 {
	display: none;
}
#sidebar {
	margin-left: 1%!important;
	margin-right: 0!important;
}
#main_content {
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}
}
@media (max-width: 912px) {
#utilities .breadcrumbs {
	display: inline-block;
	font-size: 13px;
	color: #a99b9b;
	line-height: 1;
	width: 470px;
	padding-top: 10px;
}
}
@media (max-width: 883px) {
nav ul li a {
	padding: 0 16px;
	font-size: 23px;
	line-height: 54px;
}
}
@media (max-width: 865px) {
  #dropdowns h2{
   	font-size:22px; 
  }
  #contact h2{
   	font-size:22px; 
  }
}
@media (max-width: 854px) {
#utilities .breadcrumbs {
	display: inline-block;
	font-size: 13px;
	color: #a99b9b;
	width: 329px;
	padding-top: 10px;
}
}
@media (max-width: 771px) {
nav img {
	top: 4px;
	width: 33px;
}
nav ul li a {
	padding: 0 12px;
	font-size: 23px;
	line-height: 54px;
}
#main_content a.cal_button > span {
	display: none;
}
}
@media (max-width: 719px) {
nav ul li a {
	padding: 0 7px;
	font-size: 22px;
	line-height: 53px;
}
#part1 {
	width: 175px;
}
#part2 {
	display: none;
}
}
@media (max-width: 685px) {
  #dropdowns h2{
   	font-size:20px; 
  }
  #contact h2{
   	font-size:20px; 
  }
}
  /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
@media (max-width: 640px) {
#header .logo {
	display: block;
	width: 80%;
	width: 50%;
	margin: 10px auto;
}
#social {
	width: 173px;
	position: relative;
	display: block;
	margin: 10px auto;
	float: none;
}
#header .search {
	float: none;
	position: relative;
	display: block;
	margin: 0 auto;
	width: 225px;
	width: 195px;
	top: 0;
	margin-bottom: 10px;
}

nav ul {
	background: none;
	height: auto;
	border: none;
}
nav ul:before {
	box-shadow: none;
}
nav ul:after {
	box-shadow: none;
}
nav ul li {
	display: inline-block;
	margin: 5px 0;
	width: 49.7%;
}
nav ul li a {
	font-family: 'Oswald', sans-serif;
	text-transform: none;
	font-size: 20px;
	display: block;
	color: #fff;
	line-height: 1.5;
	padding: 2px 0;
	text-shadow: 0 2px 2px #000000;
	width: 100%;
	background: #00703C;
	text-align: center;
	border: none;
	border-bottom: solid 2px #EBDF1B;
  	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
nav ul li a:hover {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom: solid 2px #fff;
}
nav ul li a:first-child {
	margin-left: 0;
}
nav span {
	display: inline-block;
}
nav img {
	display: none;
}
#slideshows {
	display: none;
}
#popular_links {
	height: auto;
	background: #405E74!important;
}
#main_content {
	background: none;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	min-height: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#main_content a.cal_button > span {
	display: inline;
}
#utilities .breadcrumbs {
display:none;
}
  #dropdowns h2{
   	font-size:28px; 
  }
  #contact h2{
   	font-size:28px; 
  }
}
@media (max-width: 600px) {
  nav ul li {
	margin: 5px 0;
	width: 49.6%;
}
#part1 {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	height: 90px;
}
#part2 {
	display: inline-block;
}
#part3 {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}
#part4 {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}
#part5 {
	display: inline-block;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}
}
  /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
@media (max-width: 480px) {
    nav ul li {
	display: block;
	margin: 5px 0;
	width: 100%;
}
}
  /* smartphones, iPhone, portrait 480x320 phones */ 
@media (max-width: 320px) {
}


/* ================== Emergency Alert =================== */

.EmergencyAlert {
  background-color: red;
  font-size: 16px;
  text-align:center;
  font-weight:bold;
  color: #FFF;
  padding: 20px;
  z-index: 1;
}
.EmergencyAlert p {
  font-size: 16px;
  line-height:1.2;
  color: #FFF;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
.EmergencyAlert a {
  color: #ffdf3c;
  text-decoration:none;
  border-bottom: 1px dotted #ffdf3c;

}
.EmergencyAlert a:hover {
  color: #ffd609;
  text-decoration:none;
  border-bottom: 1px solid #ffd609;
}