<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

:root {
	/*--green-main: #9bcdff;*/
	--green-main: #004730;
	--yellow-main: #ffdc0e;
	--green-logo: #007f00;
	--green-accent: #007D54;
	--max-width: 1336px;
}

.header a, .sidebar a, .nav-skip {
	color: white;
}
hr.contentHR {
	display: none;
}
/* Calendar Overrides */
.custom-header {
	background: #004730;
	border-top: none;
	border-bottom: 3px solid #ffdc0e;
}
#custom-month, #custom-year {
	color: white;
	font-weight: bold;
}
.custom-header nav span::before {
	color: white;
}
.custom-header nav span:hover::before {
	color: #ffdc0e;
}
.custom-inner {
	border: 2px solid #004730;
}
.fc-calendar .fc-head {
	color: #004730;
}
.fc-calendar .fc-row &gt; div &gt; div a, .fc-calendar .fc-row &gt; div &gt; div span {
	color: #004730;
}

.visually-hidden { /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
    position: absolute !important;
    height: 1px; width: 1px; 
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

h1 {font-family: 'Montserrat', sans-serif;}
h2 {font-family: 'Montserrat', sans-serif;}
h3 {font-family: 'Montserrat', sans-serif;}

.res_table_def caption {background-color: #004730;}
.dept-header {background-color: #004730;}
.jumpselect {background-color: #004730;}
.modmeetings .tab {background-color: #004730;}
.modmeetings .inactiveTab {
    background: #eee;
    color: black;
    }
body {
	margin:0px; 
	padding:0px;
	font-size: 1em;
	background: #E3E3E3 url('../Images/bg_new.jpg') no-repeat top;
	background-size: contain;
	background: #E3E3E3 url('../Images/bg3.jpg') no-repeat top;
	background-size: cover;
	background-attachment: fixed;
} 

.poweredby {
	width: 200px;
	margin: auto;
	background: white;
	border-radius: 5px;
}


.utilitiesContainer {
	padding: 4px 0;
	background: #004730;
	z-index: 2;
}
.utilities {
	width: 100%;
	max-width: 1336px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: left;
}

.utilitiesLeft {
	margin-bottom: 3px;
}

.changeFont, .socialMedia {
	display: inline-block;
}

#google_translate_element {
    width: 315px;
    padding: 1px 3px;
    margin: 0;
    background: white;
    border-radius: 3px;
}
.fontSize {
	color: #fff;
}
#default-font {
	font-size: 16px;
}
#large-font {
	font-size: 20px;
}
#larger-font {
	font-size: 24px;
}
.socialMedia img {
	width: 30px;
}

.search-bar {
	display: inline-block;
	color: #9FAEB7;
	background: white;
	padding: 3px 5px;
	width: 250px;
	margin-top: 5px;
}
.search-bar input {
	border: none;
	outline: none;
	vertical-align: middle;
	font-size: 1.2em;
}
.search-bar input#searchsubmit {
	height:  1.2em;
	width: 1.2em;
}
.search-bar form {
	display: flex;
	justify-content: space-between;
}
.search-bar #keyword {
	width: calc(100% - 20px);
}
.livesearchresults{
	z-index: 20;
	color: #222;
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
	top: 32px;
    position: absolute;
    right: 0;
    left: auto;
    width: 600px;
    max-width: 715px;
    line-height: 1em;
}


.headerContainer {
	max-width: 1336px;
	margin: auto;
}

.townSealHeader {
	position: absolute;
	opacity: 0.4;
	width: 220px;
	top: 23px;
	left: 24%;
}

.townContainer {
	font-family: Book Antiqua;
	text-shadow: -5px 5px 4px #004730;
	font-variant: small-caps;
	color: white;
	font-weight: bold;
	text-align: center;
	width: 90%;
	margin: auto;
}
.townContainer a {
	color: white;
	text-decoration: none;
}
hr.townBreak {
	margin: 12px 0;
	box-shadow: -5px 5px 4px #004730;
	border-top: 3px solid #ffdc0e;
}
.townName {
	font-size: 48px;
	line-height: 1em;
	margin-top: 20px;
}
.townInfo {
	font-size: 24px;
	line-height: 1em;
	margin: 20px auto;
	text-align: center;
}

div#body {
	width: 100%;
	max-width: 1336px;
	margin: auto;
	display: flex;
	flex-direction: column;
}

.content {
	width: 100%;
}

.content .header-bar{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	flex-flow: flex-start;
	align-items: flex-end;
	align-content:flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
	cursor: pointer;

}

.content &gt; .header-bar &gt; h2 {
	font-family: Georgia, Times, "Times New Roman", serif;
	display: inline-block;
	padding: 0.5em 1em;
	margin: 0;
    background-color: #004730;
	color: #B9B9B9;
    width: 100%;
	/* $$ Changes 7-13 $$*/
	padding: 10px;
	font-size: 22px;
	font-family: 'Book Antiqua', sans-serif;
	/* $$ Changes 7-20 $$*/
	background-color: #007D54;
	color: white;
	padding: 10px 20px;
}

.content &gt; .header-bar &gt; h2.active {
    background: #007f00;
    color: white;
	/* $$ Changes 7-20 $$*/
	background: #004730;
	font-variant: small-caps;
}

.content &gt; div {
	background: #FFFFFA;
	/*font-family: gotham;*/
    font-family: 'Montserrat', sans-serif;
	margin: 0;
	display: none;
	padding: 1em;
	min-height: 300px;
}

.content &gt; div.active {
	display: block;
    border: 3px solid #004730;
}

#news a {
	color: #333333;
	/* $$ Changes 7-20 $$*/
	color: #004730;
}
#news h3 {
	margin-bottom: 0;
	font-family: Georgia, Times, "Times New Roman", serif;
}

#news .newsListContainer {
	list-style: none;
	padding-left: 0;
}

#news .newsListContainer li {
	display: flex;
	flex-direction: column-reverse;
	margin-top: 18px;
}

#news .headline {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 18px;
	font-weight: bold;
	/* $$ Changes 7-13 $$*/
	font-family: 'Montserrat', sans-serrif;
}

#news .newsTitle {
	display: none;
	/* $$ Changes 7-13 $$*/
	display: block;
	background: #007F00;
	text-align: center;
	color: white;
	padding: 10px;
	border-bottom: 3px solid #FFDC0E;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	font-size: 22px;
	/* $$ Changes 7-20 $$*/
	background: #004730;
	font-family: 'Book Antiqua';
	font-variant: small-caps;
}

.contentBox h2 {
	/* $$ Changes 7-13 $$*/
	background: #007F00;
	text-align: center;
	color: white;
	padding: 10px;
	border-bottom: 3px solid #FFDC0E;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	font-size: 22px;
	/* $$ Changes 7-20 $$*/
	background: #004730;
	font-family: 'Book Antiqua';
}

#news #seeMore {
	/*display: none;*/
	font-family: Georgia, Times, "Times New Roman", serif;
	/*font-size: 18px;*/
	font-weight: bold;
	margin-top: 18px;
	width: 125px;
	border-radius: 8px;
	padding: 3px;
	text-align: center;
	background: #004730;
	/* $$ Changes 7-13 $$*/
	font-family: 'Montserrat', sans-serif;
}

#news #seeMore a {
	color: #FFFFFA;
}

#news #seeMore a:after {
	content: 'More News...';
}

#news .date {
	font-size: 0.9em;
	color: #6e8491;
	display: block;
}
#news p {
	margin-top: .2em;
}

#news #readMore, #news .readMore {
	display: block;
}

.eventsCalContainer #seeMore {
    display: none;
}

.sidebar {
	width: 100%;
	vertical-align: top;
	padding: 0;
	list-style: none;
	color: #FFFFFA;
}


.sidebar a {
	color: white;
	display: flex;
}

.sidebar a:visited {
	color: white;
}

.sidebar .sidebarItem {
	margin: .5em auto;
	padding: 1em;
	/* $$ Changes 7-13 $$*/
	padding: .7em;
	border-radius: 5px;
	background: #004730;
	width: 95%;
	/* $$ Changes 7-20 $$*/
	padding: 0.5em;
	width: 90%;
	border-bottom: 3px solid #ffdc0e;
}
.sidebar .sidebarItem:first-of-type {
	margin-top: 0;
}
.sidebar .sidebarItem:hover {
	background: #007f00;
	/* $$ Changes 7-20 $$*/
	background: #007D54;
}

.sidebar &gt; div {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	margin-left: -10px;
}

.sidebar &gt; div &gt; h4 {
	margin: 0;
	line-height: 1.2em;
}

.sidebar .sidebarText {
	align-self: center;
	padding-left: 1em;
	/* $$ Changes 7-13 $$*/
	padding-left: .7em;
	font-weight: bold;
	font-size: 15px;
}

.sidebar .contentBox h4, .sidebar .contentBox p {
	margin: 0;
}

.sidebar .contentHR {
	display: none;
}

.sidebar {
	text-align: left;
}

.sidebar &gt; div {
    width: 90%;
    margin: 0;
}

article {
	background: white;
	padding: 1em;
	width: 100%;
}

.defaultContentEditor{
  background:white;
}

article:first-child header:first-of-type h1:first-of-type {
	background: #004730;
	color: white;
	text-align: center;
	padding: 10px;
	border-bottom: 3px solid #ffdc0e;
	font-family: 'Book Antiqua';
	font-size: 22px;
}


article:first-child header:first-child h2:first-of-type {
	color: #004730;
}

article.modnews section:first-of-type h2:first-child {
	color: #004730;
	font-size: 18px;
}

.customSubHeading {
	background: #004730;
	color: white;
	text-align: center;
	padding: 10px;
	border-bottom: 3px solid #ffdc0e;
	font-family: 'Book Antiqua';
	font-size: 22px;
}

.customSubHeading a {
	color:  white;
	text-decoration:  none;
}

/* layout emergency message */
body &gt; .header &gt; .overflow-wrap {
	background-color:  #004730;
	border-bottom:  3px solid #ffdc0e;
	border-top:  3px solid #ffdc0e;
	margin-top: 0.5em;
}

.emergency-message-holder span {
	font-size: 1.7em;
}


/* inner page emergency message */
#body header .emergency-message-holder span {
	font-size:  1.5em;
}


/* $$ Changes 7-20 $$*/
/* Pre Footer removed */
.pre-footer {
	line-height: 2.5em;
	background: #007f00;
	text-align: center;
	padding: 5px;
	/* $$ Changes 7-13 $$*/
	line-height: 1.5em;
}

.pre-footer p {
	display: inline-block;
	margin: 0;
}

.pre-footer .contentBox {
	display: inline-block;
	margin: 0;
}

.pre-footer a{
	margin: 1em;
	color: #900000;
	font-weight: bold;
}

.pre-footer .contentHR {
	display: none;
}

.footer-container {
	font-family: 'Lato', sans-serif;
	background-color: #004730;
	border-top: #1a403b 1em solid;
	/* $$ Changes 7-20 $$*/
	border-top: 3px solid #ffdc0e;
}
.footer-container .footer-content ul {
	border-left: #1a403b 2px solid;
	padding-left: 5px;
	list-style-type: none;
}

.footer-container .wrapper {
	display: block;
}

.footer-container .footer-content {
	display: block;
	font-size: 1.5em;
	margin: 0 auto;
}

.footer-content  img {
	display: none;
}

.footer-container h3 {
	font-weight: bold;
	color: #ffcb05;
}

.footer-container a {
	color: white;
}

.footer-container .employeeAccess {
	height: 50%;
	border: 1px solid #808080;
	padding-right: 7px;
	margin-top: 17px;
}

.footer-container .employeeAccess ul {
	margin-top: 0;
}
.footer-container .employeeAccess h3 {
	margin-top: 8px;
}
.poweredby {
	width: 200px;
	margin: auto;
	background: white;
	border-radius: 5px;
}

.grid-container .item {
	margin: 10px;
	width: 90%;
}

.sportContainer {
	border-top: 1px solid rgba(0,0,0,.125);
}

.image {
	width: 90%;
}
.image img {
	width: 100%;
}

.card {
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	background-color: #f8f9fa;
	padding: 10px;
}

.card hr {
	width: 90%;
	margin: auto;
}

.linkButton {
	padding: .25rem .5rem;
	background-color: lightgray;
	color: #212529;
	border-radius: .2rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.linkButton:hover {
	background-color: rgba(37,63,91,1);
	color: white;
	text-decoration: none;
}

/* homepage items */
.tile {
	padding: 5px;
}
.tileTitle {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 1em ;
}
.contentBox {
	padding: 5px;
	/* $$ Changes 7-13 $$*/
	padding: 0;
}


/* Slideshow */
.content &gt; #around {
	padding: 0;
}

.slideshow {
	display:  flex;
	flex-direction:  column;
	height: 280px;
	background: white;
}

.slideshow .slides {
	border-bottom:  3px solid #004730;
	background: #004730;
}

.slideshow .content-header {
	padding:  1em;
	height: 200px;
	overflow-y: scroll;
	background: #004730;
	color:  white;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #004730;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
	width: 100%;
}

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 40%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("../images/Icons/themes.gif") no-repeat left top;
	margin-top: -45px;
}

.callbacks_nav:active {
	opacity: 1.0;
}

.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}


/* Changes for Financial doc/formcenter module */
.modforms ul.dept-list {
	padding: 0;
}

.modforms li.cat-item{
	list-style-type: none;
}

.modforms .cat-head {
	background: lightgray;
	border: 1px solid darkgray;
	margin: 3px 0;
	padding: 3px 0 0;
}

.modforms .cat-head:before {
	content: "+";
	padding: 0 4px 0 6px;
	font-weight: bold;
}

@media screen AND (min-width: 480px) {
	.slideshow {
		height: 400px;
	}
}

@media screen AND (min-width: 769px) {

	article {min-height: 500px;}

	div#body {
		flex-direction: row-reverse;
		margin: 1em auto;
		/* $$ Changes 7-13 $$*/
		justify-content: space-between;
	}
	.utilities {
		flex-direction: row;
	}
	.utilitiesLeft &gt; div {
		display: inline-block;
	}
	#banner {
		font-size: 1.3em;
		margin-top: 15px;
	}
	#banner .townSeal {
		width: 130px;
		display: inline-block;
		margin-right: 15px;
		/* $$ Changes 7-13 $$*/
		margin-right: 110px;
	}
	#banner &gt; div &gt; span {
		text-align: right;
		margin-top: -45px;
		margin-bottom: 45px;
	}

	.slideshow {
		height: 400px;
	}

	.townContainer {
		width: 80%;
	}
	.townInfo {
		width: 90%;
	}
	.sidebar {
		width: 30%;
		/* $$ Changes 7-13 $$*/
		width: 26%;
		margin-top: 0;
		/* $$ Changes 7-20 $$*/
		width: 24%;
	}
	.sidebar .sidebarItem {
		margin: .5em 0;
	}
	.content .header-bar h2 {
		font-size: 18px;
		/* $$ Changes 7-20 $$*/
		font-family: 'Book Antiqua';
		font-variant: small-caps;
	}
	#content {
		width: 72%;
		/* $$ Changes 7-20 $$*/
		width: 76%;
	}
	.content .header-bar {
		flex-direction: row;
	}
	.content .header-bar h2 {
		width: unset;
    	margin-right: .25em;
	}

	.footer-container .wrapper {
		display: flex;
		justify-content: space-around;
	}

	.footer-container .footer-content {
		display: inline-block;
		font-size: 1em;
	}

	.footer-content  img {
		display: block;
		width: 200px;
	}

	.search-bar {
		border-radius: 5px;
		margin-right: ;
	}

	.utilitiesContainer {
		padding: 2px 10px;
		position: sticky;
		top:  0;
		z-index: 6;
	}
}

@media screen AND (min-width: 840px) {
	.townName {
		font-size: 58px;
	}
}

@media screen AND (min-width: 900px) {
	.content .header-bar h2 {
		/*font-size: 22px;*/
	}
}

@media screen AND (min-width: 1024px) {
	.townContainer {
		width: 57%;
	}
	.townName {
		font-size: 68px;
	}

	.slideshow {
		height: 600px;
	}
}

@media screen AND (min-width: 1200px) {
	.sidebar .sidebarItem {
		width: 81%;
	}
}

/***********************************************/
/*               Menu CSS                      */
/***********************************************/
#main-menu {
	display:none;
	transition: background-color ease 0.5s;
	background:#004730;
	color: white;
	text-align: center;
}

.nav-wrapper {
	width:100%;
	max-width: 1336px;
	margin: auto;
    background: #004730;
    border: 3px solid #ffdc0e;
	/* $$ Changes 7-20 $$*/
	border: none;
	border-bottom: 3px solid #ffdc0e;
}
.cbp-hrmenu {
	max-width: 1336px;
	margin-top: 0em;
	margin:auto;
	border-bottom: 0px solid #47a3da;
	z-index: 5;
}

/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.cbp-hrmenu ul li ul {
	text-align:left;
	margin-left: 1.1em;
	text-indent: -1.1em;
}

/* first level ul style */
.cbp-hrmenu &gt; ul,
.cbp-hrmenu .cbp-hrsub-inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 1.5em;
	display: flex;
}

.cbp-hrmenu &gt; ul &gt; li {
	display: inline-block;
	padding:0px 23px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	width: 16.6%;
	position:static;
	padding: 0;
}

.cbp-hrmenu &gt; ul &gt; li h4 {
	text-align:left;
	line-height: 1.1em;
}

.cbp-hrmenu &gt; ul &gt; li &gt; a {
	font-weight: 700;
	padding: .5em 0;
	color: #ffdc0e;
	display: inline-block;
	font-size: 1.5em;
	line-height:1em;
	transition: background .4s ease;
	width: 100%;
	/* $$ Changes 7-20 $$*/
	color: white;
	font-size: 1.3em;
	font-family: 'Book Antiqua';
	font-variant: small-caps;
}

.cbp-hrmenu &gt; ul &gt; li &gt; .cbp-hrsub a {
	color: #fff;
}

/* added/changed rlm 7/19  */
	.cbp-hrmenu &gt; ul &gt; li:hover {
		background:  #007D54;
	}
	.cbp-hrmenu &gt; ul &gt; li &gt; a:hover {
		/*color: white;*/
		text-decoration: none;
	}
	.cbp-hrmenu &gt; ul &gt; li.cbp-hropen &gt; a:hover,.cbp-hrmenu &gt; ul &gt; li.cbp-hropen &gt; a {
		/*color: #fff;*/
		/*background: #004730;*/
		background:  #007D54;
		border-bottom: 3px rgba(49,82,108,0.0);
		z-index: 1;
		margin-bottom: -3px;
	}

.cbp-hrmenu &gt; ul &gt; li &gt; .cbp-hrsub h4 a{
	color: white;
	font-weight: 400;
	font-size: 0.9em;
	line-height: 1em;
}
/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
    width: 100%;
    display: none;
    position: absolute;
    background: #004730;
    left: 0;
    padding-bottom: 3em;
    border: #ffdc0e 3px solid;
    z-index: 1;
    width: 97%;
    margin: 3px 1.5% 0;
    /*width: calc(100% + 6px); */
    /*margin: 0 -3px; */
    box-shadow: 7px 7px 10px 0 #004730;
}

.cbp-hropen .cbp-hrsub {
	/*display: block;*/

}

.cbp-hrmenu .cbp-hrsub-inner &gt; div {
	width: 33%;
	float: left;
	padding: 0 1.2em 0;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner &gt; div a {
	line-height: 1.6em;
	font-size: 1em;
}

.cbp-hrsub h4 {
	color: #afdefa;
	padding: .6em 0 0;
	margin: 0;
	font-size: 1.2em;
	font-weight: 300;
	cursor: pointer;
}

#main-menu {
	display:none;
	transition: background-color ease 0.5s;
	background:#004730;
	color: white;
	text-align: center;
}

.side-menu-copy {
	display: none;
}
#side-menu-copy {
	display:none;
}
.menu-arrow {
    height: 30px;
    width: auto;
    margin-left: -0.5em;
    /* display: none; */
    /*transition: transform 0.5s;*/
}


@media screen AND (max-width: 768px) {
	.optically-obfuscated { /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
	    position: absolute !important;
	    height: 1px; width: 1px; 
	    overflow: hidden;
	    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	    clip: rect(1px, 1px, 1px, 1px);
	}
	.nav {flex-direction: column; cursor: pointer;}
	.nav {}
	.nav &gt; li {padding: 0;display: block; border-top: 1px #FFFFFA dotted;}
	.nav ul &gt; li.home {display: inline-block;}
	.nav &gt; li &gt; h2 {margin: 0; padding: 1em 0;}
	.nav &gt; li &gt; ul {position: relative;left: 0;transform: scaleY(1);width: 100%;}
	.nav &gt; li &gt; ul &gt; li {width: 100%;border-top: 1px #FFFFFA dotted; padding: 0.5em;}

	* &gt; li.inactive .menu-arrow {
		transform: rotate(0deg) !important;
	}

	.nav &gt; li .menu-arrow {
		transform: rotate(90deg);
		transition-delay: none;
		width: 15px;
	}

	.nav &gt; li &gt; ul &gt; li .menu-arrow {
		display: inline;
	}
	.menu-arrow {
		display:block;
		position:absolute;
		right:0;
		height:40px;
		vertical-align:baseline;
		z-index: 101;
		top: calc(50% - 18px);
	}

	.cbp-hrmenu {
		font-size: 120%;
		border: none;
	}

	.cbp-hrmenu &gt; ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
		display: block
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		/*padding: 0 2em;*/
		/*font-size: 75%;*/
	}
	
	.cbp-hrmenu &gt; ul &gt; li.cbp-hropen &gt; a:hover,.cbp-hrmenu &gt; ul &gt; li.cbp-hropen &gt; a {
		border: none;
		margin-bottom: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner &gt; div a {
		font-size: 1.2em;
		line-height: 1em;
		padding: 5px 0;
		/*display: block;*/
	}

	.cbp-hrmenu &gt; ul &gt; li {
		display: block;
		border-bottom: 4px solid #004730;
		text-align:left;
		width:100%;
	}

	.cbp-hrmenu &gt; ul &gt; li &gt; a { 
		display: block;
		text-align:center;
		font-size:1.2em;
		padding:0;
		line-height: 2em;
		width: 100%;
	}
	.cbp-hrmenu &gt; ul &gt; li &gt; .cbp-hrsub h4 a{
		font-size: 1.0em;
		padding-right: 32px;
	}

	.cbp-hrmenu .cbp-hrsub { 
		position: relative;
		border:none;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}
	
	#main-menu{
		display: block;
		
	}

	#main-menu a {
		color:white;
		line-height: 2em;
		font-size: 1.75em;
	}
		
	.cbp-hrmenu &gt; ul &gt; li {
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner &gt; div {
		width: 100%;
	}

	.cbp-hrsub-inner-section {
		border-top: 1px solid #DDDACB;
	}

	.cbp-hrsub-inner-section &gt; ul &gt; li {
		padding-left: 18px;
		text-indent: -18px;
	}
	.cbp-hrmenu &gt; ul &gt; li h4 {
		padding: 8px 0;
		line-height: 1.4em;
	}

	.cbp-hropen .cbp-hrsub {
		border: none;
		padding: 0;
	}

	#main-menu{
		display: block;
		
	}

	#main-menu a {
		color:white;
		line-height: 2em;
		font-size: 1.75em;
	}
}

/*

â–ˆâ–ˆâ–ˆâ–ˆâ–ˆâ–ˆâ–ˆâ–ˆ  â–ˆâ–ˆâ–ˆâ–ˆâ–ˆâ–ˆ    â–ˆâ–ˆâ–ˆâ–ˆâ–ˆ  â–ˆâ–ˆ    â–ˆ   â–ˆâ–ˆâ–ˆâ–ˆâ–ˆ
â–ˆâ–ˆ     â–ˆ  â–ˆ    â–ˆ      â–ˆ    â–ˆ â–ˆ   â–ˆ     â–ˆ
â–ˆâ–ˆâ–ˆâ–ˆâ–ˆâ–ˆâ–ˆ   â–ˆâ–ˆâ–ˆâ–ˆâ–ˆ       â–ˆ    â–ˆ  â–ˆ  â–ˆ     â–ˆ
â–ˆâ–ˆ        â–ˆâ–ˆâ–ˆ         â–ˆ    â–ˆ   â–ˆ â–ˆ     â–ˆ
â–ˆâ–ˆ        â–ˆâ–ˆ â–ˆâ–ˆ       â–ˆ    â–ˆ    â–ˆâ–ˆ     â–ˆ
â–ˆâ–ˆ        â–ˆâ–ˆ  â–ˆâ–ˆ    â–ˆâ–ˆâ–ˆâ–ˆâ–ˆ  â–ˆ     â–ˆ     â–ˆ

 */


@media print {
	.header-top {display: none;}
	.header-bottom {display: none;}
	.nav {display: none;}
	h1#banner {display: block; width: 100%;margin: 0;font-size: 1.5em;}
	div.slideshow {display: none;}
	.main-wrapper{width: 100%; margin: 0;}
	.emergency-message-holder{display: none;}
	.sidebar{display: none;}
	.pre-footer{display: none;}
	.footer-container{display: none;}
}
</pre></body></html>