@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
/* Town Seal Green - 01390C */
/* Old Dark Green - 17423B */
.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);
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.eot');
    src: 
        url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Medium.woff2') format('woff2'),
        url('fonts/Gotham-Medium.woff') format('woff'),
        url('fonts/Gotham-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('fonts/GothamBook.eot');
    src: local('Gotham Book'), local('GothamBook'),
        url('fonts/GothamBook.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamBook.woff2') format('woff2'),
        url('fonts/GothamBook.woff') format('woff'),
        url('fonts/GothamBook.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('fonts/GothamRounded-Light.eot');
    src: local('Gotham Rounded Light'), local('GothamRounded-Light'),
        url('fonts/GothamRounded-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamRounded-Light.woff2') format('woff2'),
        url('fonts/GothamRounded-Light.woff') format('woff'),
        url('fonts/GothamRounded-Light.ttf') format('truetype');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'Alegreya';
    src: url('fonts/Alegreya-Medium.eot');
    src: local('Alegreya Medium'), local('Alegreya-Medium'),
        url('fonts/Alegreya-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Alegreya-Medium.woff2') format('woff2'),
        url('fonts/Alegreya-Medium.woff') format('woff'),
        url('fonts/Alegreya-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1 {font-family: Georgia, Times, "Times New Roman", serif;}
h2 {font-family: Georgia, Times, "Times New Roman", serif;}
h3 {font-family: Georgia, Times, "Times New Roman", serif;}


body {
	margin:0px; 
	padding:0px;
	font-size: 1em;
	background: #DDDACB url('../Images/new/headerbg4.jpg') no-repeat top;
	background-size: contain;
	background-attachment: fixed;
} 

a, a:active, a:visited {
	/*color: #158901;*/
	/*color: #01390C;*/
	color: #137901;
}

.nav-skip {
	color: white;
}

.header {
	font-family: 'Lato', serif;
	line-height: 1em;
}

.header .header-top {
	background: #B6BB93;
	/*padding: 1.5em 1em;*/
	/*padding: 1em;*/
	padding: 10px;
	text-align: right;
	color: white;
	font-style: italic;

}

.header .header-top .search-bar {
	display: inline-block;
	background: #FFFFFA;
	color: #9FAEB7;
	margin-left: 5px;
	padding: 3px;
}

.search-bar {
	background: white;
	padding: 2px;
	margin-right: 0.3em;
	width: 250px;
}

.search-bar input {
	border: none;
	outline: none;
	vertical-align: middle;
	font-size: 1.2em;
}

.search-bar input#keyword {
	width: 215px;
}

.search-bar input#keyword::placeholder {
	/*opacity: 0;*/
}

.livesearchresults{
	color: #222;
    /*font-family: gotham;*/
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
	top: 41px;
    position: absolute;
    left: auto; 
    /*right: 1em;*/
    width: 715px;
    max-width: 715px;
    line-height: 1em;
}

#google_translate_element {
    vertical-align: top;
    /*margin: 0 1em 0 0;*/
    background-color: #fdfbf5;
    padding: 0 5px;
    display: inline-block;
}
#google_translate_element div {
    display: inline-block;
}

.googleSearchContainer {
	display: flex;
}

.socialContainer {
	display: none;
}

.socialContainerDesktop {
	display: flex;
	justify-content: center;
}

.socialIcons {
	width: 40px;
	padding-top: 1px;
}
.socialIcons img {
	width: 100%;
}

#nixleIcon, #smartIcon {
	width: 73px;
	
}

.header .header-bottom {
	border-bottom: #B6BB93 1em solid;;
}

.header-bottom img {
	width: 100%;
}

.header-bottom h1 {
	display:none;
	color: #2C5486;
}

.overflow-wrap {
	border-bottom: 3px solid #01390C;
	/*border-top: 3px solid #01390C;*/
	font-size: 10px;
	background-color: #dddacb;
}


.header .nav {
	display: flex;
	margin: 0;
	padding: 0 10%;
	justify-content:center;
}

#backgroundTop {
	/*background: rgba(0,0,0,0) url(../Images/new/headerbg4.jpg) no-repeat top;*/
    width: 100%;
    /*position: absolute;
    top: 13.4em;*/
    /*height: 400px;*/
    /*z-index: -1;*/
    background-size: 100%;
    padding-top: 1em;
}

#headerUtilities {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	width: 600px;
	background-color: #5C7A50;
	padding: 5px;
	border-radius: 5px;
	margin: 0 calc(54% - 740px) 0 auto;
}
.socialContainer a {
	margin-left: 3px;
}

.socialContainerDesktop a {
	margin-left: 7px;
}

#banner {
	color: gold;
	font-weight: bold;
	font-family: Book Antiqua, serif;
	text-align: center;
	display: block;
	/*font-size: calc(1.2em + calc(100vw / 128));*/
	font-size: 1.8em;
	margin: 0;
	margin-top: -0.2em;
	/*margin-bottom: calc(100vw / 5.231607 - 1em - calc(1.5 * calc(1.6em + calc(100vw / 128))));*/

}

#banner > div {
	font-size: 1.9em;
	display: inline-block;
	text-align: right;
}

#banner > div > div > img {
	margin-right: 15px;
}

#banner > div > div > span {
	text-shadow: -3px 0px 4px #000000;
	border-bottom: 3px solid white;
	line-height: 1;
	/*display:inline-block;*/
	letter-spacing: 4px;
	/*font-size: 2.5em;*/
	white-space: nowrap;
}

#banner > div > div > span::first-letter {
	font-size: 120%;
}

#banner > div > span {
	text-shadow: -2px 0px 2px #000000;
	margin-top: -5px;
	/*font-family: gotham;*/
    font-family: Book Antiqua, sans-serif;
	font-size: 0.5em;
	display: block;
}

.townSealContainer {
	width: 150px;
}

.townSeal {
	width: 150px;
}

.menu-arrow {
	height: 30px;
	width: auto;
	/*display:none;*/
	transition: transform 0.5s;
	margin-left: -0.4em;
}

.emergency-message-holder {
	padding-top: 10px;
}

.emergency-message-holder span {
	color: #01390C;
}


.sidebar {
	/*display: inline-block;*//*Caused issues with firefox, does nothing for chrome*/
	width: 23%;
	margin: 0 2% 0 5%;
	vertical-align: top;
	padding: 1em 1em;
	/*padding: 10px 10px 100px;*/
	list-style: none;
	background: #01390C; /*#2C5486;*/
	color: #FFFFFA;
	position: absolute;
	top: 25px;
	border-radius: 8px;
}


.sidebar a {
	color: white;
	display: flex;
    align-items: center;
}

.sidebar a:visited {
	color: white;
}

.sidebar li {
	margin: 1em 0;
}

.sidebar > div {
	/*bottom: 10px;*/
	/*position: absolute;*/
	margin: 0 auto;
	text-align: center;
	width: 100%;
	margin-left: -10px;
}

.sidebar > div > h4 {
	margin: 0;
	line-height: 1.2em;
}

.sidebar .sidebarIcon {
	background: #B6BB93;
	border-radius: 50%;
}

.sidebar .sidebarText {
	align-self: center;
	padding-left: 1em;
}

.sidebar .contentBox h4, .sidebar .contentBox p {
	margin: 0;
}

.sidebar .contentHR {
	display: none;
}

.main-wrapper {
	display: inline-block;
	width: 65%;
	margin: 25px 5% 0 30%;
	background: #FFFFFA;
	padding: 5px 25px 25px;
	min-height: 816px;
	border-radius: 8px;
}

.defaultContentEditor {
	background:  #FFFFFA;
}
#home .main-wrapper {
	background: none;
	padding: 0 0 25px 0;
}
.slideshow {
	background: #FFFFFA;
	position: relative;
	border: 4px solid #01390C;  
	/*border: 4px solid #FFFFFA;*/

}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #01390C;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  /*height: 324px;*/
  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%;
  /*max-width: 855px;*/
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 54%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/new/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;
  }

div#body {
	max-width: 1480px;
	margin: auto;
	margin-top: 2em;
	padding: 0 0 2em;
	/*background: linear-gradient(0deg, #74ADCA, #AFCCD3);*/
}

.content {
	margin: 2em 0;
}

.content .header-bar{
	display: flex;
	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 > .header-bar > h2 {
	font-family: Georgia, Times, "Times New Roman", serif;
	display: inline-block;
	padding: 0.5em 1em;
	margin: 0;
	/*background: #01390C;*/
    background-color: #B6BB93;
	/*color: #FFFFFA;*/
	color: #333333;
	/*border-right: 2px solid white;*/
	border-radius: 10px 10px 0 0;
    margin-right: .25em;
}

/*.content > .header-bar > h2:last-of-type {
	border-right: none;
}*/

.content > .header-bar > h2.active {
	/*background: #FFFFFA;
	color:#01390C;*/

    background: #01390C;
    color: white;
}

.content > .header-bar > h2.santaTab {
	background: #fd8383;

}
.content > .header-bar > h2.active.santaTab {
    background: #01390C;
    color: white;
}


/*#about {
	display: flex;
	flex-direction: column;
}*/
#backend {
	padding: 5px;
	margin: auto;
}
.content > div {
	background: #FFFFFA;
	/*font-family: gotham;*/
    font-family: 'Montserrat', sans-serif;
	margin: 0;
	display: none;
	padding: 1em;
	min-height: 300px;
}

.content > div.active {
	display: block;
    border: 3px solid #01390C;
}

#news a, #Legal a {
	color: #333333;
}

.aroundTownRight {
	border: 4px solid #3A5F7E;
	margin-bottom: 15px;
	width: 200px;
}

.caption {
	text-align: center;
	background: #3A5F7E;
	color: white;
	padding: 3px;
}

.pad5 {
	padding: 5px;
}

#news h3, #Legal h3 {
	margin-bottom: 0;
	font-family: Georgia, Times, "Times New Roman", serif;
}

#news .newsListContainer, #Legal .newsListContainer {
	list-style: none;
	padding-left: 0;
}

#news .newsListContainer li,#Legal .newsListContainer li  {
	display: flex;
	flex-direction: column-reverse;
	margin-top: 18px;
}

#news .headline,#Legal .headline {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 18px;
	font-weight: bold;
}

#news .newsTitle,#Legal .newsTitle {
	display: none;
}

#news #seeMore,#Legal #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: 5px;
	text-align: center;
	background: #01390C;
}

#news #seeMore a, #Legal #seeMore a{
	color: #FFFFFA;
}

#news #seeMore a:after,#Legal #seeMore a:after {
	content: 'More News...';
}

#news .date,#Legal .date {
	font-size: 0.9em;
	color: #6e8491;
	display: block;
}
#news p, #Legal p{
	margin-top: .2em;
}

.pre-footer {
	line-height: 2.5em;
	background: #9faeb7;
	text-align: center;
	padding: 5px;
}

.pre-footer p {
	display: inline-block;
	margin: 0;
}

.pre-footer .contentBox {
	display: inline-block;
	margin: 1em 0.8%;
}

.pre-footer a{
/*	margin: 1em;*/
	/*color: #67221B;*/
	color: #900000;
	font-weight: bold;
}

.pre-footer .contentHR {
	display: none;
}

.footer-container {
	font-family: 'Lato', sans-serif;
	background-color: #01390C;
	border-top: #B6BB93 1em solid;
}

.footer-container .wrapper {
	display: flex;
	justify-content: space-around;
}

.footer-container .footer-content {
	display: inline-block;
}

.footer-container .footer-content ul {
	border-left: #B6BB93 2px solid;
	padding-left: 5px;
	list-style-type: none;
}

.footer-container h3 {
	font-weight: bold;
	color: #B6BB93;
}

.poweredby {
	width: 200px;
	margin: auto;
	background: white;
	border-radius: 5px;
}

#main-menu {
	display:none;
	transition: background-color ease 0.5s;
	background:#01390C;
	color: white;
	text-align: center;
}

.nav-wrapper {
	width:100%;
    background: #B6BB93;
    border-top: 3px solid #01390C;
	border-bottom: 3px solid #01390C;
}
.cbp-hrmenu {
	max-width: 1336px;
	margin-top: 0em;
	margin:auto;
	border-bottom: 0px solid #47a3da;
	background:#B6BB93;
	z-index: 5;
}

/* general ul style */
.cbp-hrmenu ul {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.cbp-hrmenu ul li ul {
	text-align:left;
}

/* first level ul style */
/*.cbp-hrmenu > ul,*/
.cbp-hrmenu .cbp-hrsub-inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 1.5em;
}

.cbp-hrmenu > ul > li {
	display: inline-block;
	padding:0px 2.75%;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	/*width: 20%;*/
	position:static;
	/*padding: 0;*/
}
.cbp-hrmenu > ul > li h4 {
	text-align:left;
}

.cbp-hrmenu > ul > li > a {
	font-weight: 700;
	padding: .75em .25em;
	color: #231f20;
	display: inline-block;
	font-size: 1.5em;
	line-height:0.8em;
	transition: background .4s ease;
	width: 100%;
}

.cbp-hrmenu > ul > li > a:hover {
	color: #01390C;
}

.cbp-hrmenu > ul > li > .cbp-hrsub a {
	color: #fff;
}
.cbp-hrmenu > ul > li.cbp-hropen > a:hover,.cbp-hrmenu > ul > li.cbp-hropen > a {
	color: #fff;
	background: #01390C;
	border-bottom: 3px rgba(49,82,108,0.0);
	z-index: 1;
	margin-bottom: -3px;
}

.cbp-hrmenu > ul > li > .cbp-hrsub h4 a{
	color:#DDDACB;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.8em;
}
/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	/*width: 90%;*/
	/*margin-left:5%;*/
	/*margin-right:5%;*/
	width: 100%;
	display: none;
	position: absolute;
	background: #01390C;
	left: 0;
	padding-bottom: 3em;
    border: #DDDACB 3px solid;
}

.cbp-hropen .cbp-hrsub {
	/*display: block;*/

}

.cbp-hrmenu .cbp-hrsub-inner > 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 > 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:#01390C;
	color: white;
	text-align: center;
}

.side-menu-copy {
	display: none;
}
#side-menu-copy {
	display:none;
}

.dept-header {
	background-color: #01390C;
}
.jumpselect {
	background-color: #01390C;
}
.res_table_def caption, .res_table_def tbody tr td.cat1spacer {
	background-color: #01390C;
}
.modmeetings .tab {
	background: #01390C;
}
.modmeetings .inactiveTab {
	background: #eee;
}

.formelement input#accountNum, .formelement input#accountNum2, .formelement input#BankAccountNumber, .formelement input#BankAccountNumber2, .formelement input#accountNumber1, .formelement input#accountNumber2 {
    /*background-color: black;*/
    /*color: black;*/
    width: 30px;
}
.formelement input#accountNum:focus, .formelement input#accountNum2:focus, .formelement input#BankAccountNumber:focus, .formelement input#BankAccountNumber2:focus, .formelement input#accountNumber1:focus, .formelement input#accountNumber2:focus {
    /*background-color: white;*/
    width: auto;
}
.modreservations span#NameSpan {
  display: none;
}

.modreservations #NameLabel:after {
  content: 'Name Responsible Contact:';
}
.modreservations span#EmailSpan {
  display: none;
}

.modreservations #EmailLabel:after {
  content: 'Email Responsible Contact:';
}
.modreservations span#PhoneSpan {
  display: none;
}

.modreservations #PhoneLabel:after {
  content: 'Phone Responsible Contact:';
}
/*

████████  ██████    █████  ██    █   █████
██     █  █    █      █    █ █   █     █
███████   █████       █    █  █  █     █
██        ███         █    █   █ █     █
██        ██ ██       █    █    ██     █
██        ██  ██    █████  █     █     █


 */


@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;}
}


/*
███████╗███╗   ███╗ █████╗ ██╗     ██╗         ██╗    ██╗██╗██████╗ ████████╗██╗  ██╗
██╔════╝████╗ ████║██╔══██╗██║     ██║         ██║    ██║██║██╔══██╗╚══██╔══╝██║  ██║
███████╗██╔████╔██║███████║██║     ██║         ██║ █╗ ██║██║██║  ██║   ██║   ███████║
╚════██║██║╚██╔╝██║██╔══██║██║     ██║         ██║███╗██║██║██║  ██║   ██║   ██╔══██║
███████║██║ ╚═╝ ██║██║  ██║███████╗███████╗    ╚███╔███╔╝██║██████╔╝   ██║   ██║  ██║
╚══════╝╚═╝     ╚═╝╚═╝  ╚═╝╚══════╝╚══════╝     ╚══╝╚══╝ ╚═╝╚═════╝    ╚═╝   ╚═╝  ╚═╝                                                    
*/

@media screen AND (max-width: 1480px) {
	#headerUtilities {
		margin-right: 4%;
	}
}

@media screen and (max-width: 1200px) {
	.cbp-hrmenu > ul > li {
	    padding: 0px 1.65%;
	}
	.pre-footer .contentBox {
		margin: 1em 0.1%;
	}
}

@media screen and (max-width: 1099px) {

	#headerUtilities {
		margin-right: 2%;
	}
	#banner {
		font-size: 1.5em;
	}
	.main-wrapper {
	    width: 68%;
	    margin: 25px 2% 0 30%;
	}
	.sidebar {
	    width: 26%;
	    margin: 0 2% 0 2%;
	}
	.pre-footer .contentBox {
		margin: 1em 0.2%;
	}

}
@media screen and (max-width: 1075px) {
	.pre-footer .contentBox {
		margin: 1em 2%;
	}
}
@media screen and (max-width: 1023px) {

	.header .header-top > .search-bar input#keyword {
		width: calc(100% - 25px);
	}

	.header .header-top > .search-bar input#keyword::placeholder {
		opacity: 1;
	}
	.header-top > span{display: none;}

	#headerUtilities {
		margin-left: auto;
		margin-right: 0;
	}
	#banner {
		font-size: 1.2em;
		margin: 0 0;
		padding: 1em 0
	}

	#banner div div img{
		width: 125px;
	}

	#banner > div > div > span {
		border-bottom: 1px solid white;
	}
	#banner > div > span {
		/*font-size: 0.75em;*/
		margin-top: 0;
	}
	#backgroundTop {
		/*display: none;*/
		height: auto;
		padding-top:0;
	}

	div#body {
		margin-top: 0;
	}

	.main-wrapper {
		display: inline-block;
		width: 100%;
		padding: 0 5%;
		margin: 0;
		border-radius: 0;
	}

	.footer-container .wrapper {
	display: block;
	}

	.footer-container .footer-content {
	display: block;
	font-size: 1.5em;
	margin: 0 auto;
	}

	.footer-content > img {
		display: none;
	}

	.sidebar {
		width: 99%;
		margin: 0;
		top: 0;
		padding: 1em 1em 5em 1em;
		text-align: left;
		position: relative;
		border-radius: 0;
	}

	.sidebar li {
		max-width: 300px;
		margin: 15px auto;
	}


	.cbp-hrmenu > ul > li {
	    padding: 0px .3%;
	}

	.cbp-hrmenu > ul > li > a {
	    font-size: 1.3em;

	}
}


/*

███╗   ███╗ ██████╗ ██████╗ ██╗██╗     ███████╗
████╗ ████║██╔═══██╗██╔══██╗██║██║     ██╔════╝
██╔████╔██║██║   ██║██████╔╝██║██║     █████╗  
██║╚██╔╝██║██║   ██║██╔══██╗██║██║     ██╔══╝  
██║ ╚═╝ ██║╚██████╔╝██████╔╝██║███████╗███████╗
╚═╝     ╚═╝ ╚═════╝ ╚═════╝ ╚═╝╚══════╝╚══════╝                      
 */


@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);
	}

	.header .header-top {
		padding: 0;
	}

	.header-top > span{display: none;}

	.header-bottom h1 {
    	font-family: 'Montserrat', sans-serif;
    	font-weight: bold;
    	font-size: 1.8em;
    	font-variant: small-caps;
		display: block;
		margin: 0;
		text-align: center;
		line-height: 2em;
		cursor: pointer;
	}

	#banner {
		font-size: 1em;
		margin: 0 0;
		padding: 1em 0
	}

	.main-wrapper {
		display: inline-block;
		width: 100%;
		padding: 0 5px;
		margin: 0;
	}

	#home .main-wrapper {
		padding: 0;
	}

	#headerUtilities {
		flex-direction: column;
		width: 100%;
		background: none;
	}
	.googleSearchContainer, .socialContainer {
	    justify-content: flex-end;
	}
	.googleSearchContainer {
		margin-bottom: 3px;
	}
	.socialContainer {
		display: flex;
	}

	.socialContainerDesktop, .header-top{
		display: none; 
	}

	#google_translate_element {
		display: block;
		font-size: 0.8em;
		margin: 0;
	}

	.search-bar {
		margin: 0;
		margin-right: 5px;
	}



	.livesearchresults{
		/*right: auto;*/
		/*width: 95%;*/
		width: 560px;
		top: 36px;
	}

	.content .header-bar {
		flex-direction: column;
	}
	
/*	.content {border: 3px solid #01390C;}*/

	.content h2 {
		display: block;
		border-right: none;
		border-bottom: 2px solid #FFFFFA;
		width: 100%;
	}

	.content h2:last-of-type {
		border-bottom: 2px solid #2C5486;
		
	}

	.content h2.active {
		
	}

	.content > .header-bar > h2 {
		border: none;
		margin-right: 0;
	}
	#newsHead {
		/*border-bottom: 2px solid white;
		border-top: 2px solid white;*/
	}

	.nav {flex-direction: column; cursor: pointer;}
	.nav {}
	.nav > li {padding: 0;display: block; border-top: 1px #FFFFFA dotted;}
	.nav ul > li.home {display: inline-block;}
	.nav > li > h2 {margin: 0; padding: 1em 0;}
	.nav > li > ul {position: relative;left: 0;transform: scaleY(1);width: 100%;}
	.nav > li > ul > li {width: 100%;border-top: 1px #FFFFFA dotted; padding: 0.5em;}

	* > li.inactive .menu-arrow {
		transform: rotate(0deg) !important;
	}

	.nav > li .menu-arrow {
		transform: rotate(90deg);
		transition-delay: none;
		width: 15px;
	}

	.nav > li > ul > li .menu-arrow {
		display: inline;
	}

	div.slideshow {display: none;}

	.sidebar {
		text-align: left;
	}

	.sidebar li {
		margin: 0.5em 0.5em;
		padding-left: 2em;
		max-width: none;
	}

	.sidebar img {
		width: 30px;
	}

	.sidebar > div {
	    width: 90%;
	    margin: 0;
	    /* margin-left: -10px; */
	}

	.active {
		flex-direction: column;
	}

	#info {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	

	.pre-footer > a {
		display: block;
	}

		.optically-obfuscated {
  		/*This is just visually hidden but it only activates after this breakpoint.*/
    	border: 0;
    	clip: rect(0 0 0 0);
    	height: 1px;
    	margin: -1px;
    	overflow: hidden;
    	padding: 0;
    	position: absolute;
	}

	.menu-arrow {
		display:block;
		position:absolute;
		right:0;
		height:40px;
		vertical-align:baseline;
		z-index: 101;
		top: calc(50% - 18px);
		/*border-left: #afdefa 1px solid;*/
	}

	.cbp-hrmenu {
		font-size: 120%;
		border: none;
		/*line-height:2em;*/
	}

	.cbp-hrmenu > ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		/*padding: 0 2em;*/
		/*font-size: 75%;*/
	}
	
	.cbp-hrmenu > ul > li.cbp-hropen > a:hover,.cbp-hrmenu > ul > li.cbp-hropen > a {
		border: none;
		margin-bottom: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner > div a {
		font-size: 1.2em;
		line-height: 1em;
		padding: 5px 0;
		/*display: block;*/
	}
	.cbp-hrmenu .cbp-hrsub-inner > div ul a {
		padding: 5px 0;
		display: block;
	}	

	.cbp-hrmenu > ul > li {
		display: block;
		border-bottom: 4px solid #01390C;
		text-align:left;
		width:100%;
	}

	.cbp-hrmenu > ul > li > a { 
		display: block;
		text-align:center;
		font-size:1.2em;
		padding:0;
		line-height: 2em;
		width: 100%;
	}
	.cbp-hrmenu > ul > li > .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 > ul > li {
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner > div {
		width: 100%;
	}

	.cbp-hrsub-inner-section {
		border-top: 1px solid #DDDACB;
	}

	.cbp-hrsub-inner-section > ul > li {
		padding-left: 18px;
		text-indent: -18px;
	}
	.cbp-hrmenu > ul > li h4 {
		padding: 8px 0;
	}

	.cbp-hropen .cbp-hrsub {
		border: none;
		padding: 0;
	}

	#main-menu{
		display: block;
		
	}

	#main-menu a {
		color:white;
		line-height: 2em;
		font-size: 1.75em;
	}
	.custom-header nav span {
		top: 4px;
	}
/*}

@media screen and (max-width: 630px) {*/
	body {
		background:  #DDDACB;
		padding: 0;
	}
	#headerUtilities {
		padding: 0;
		background: none;
	}
	.googleSearchContainer {
		flex-direction: column;
	}
	#google_translate_element {
		margin-bottom: 3px;
		margin-right: 0;
	}
	.search-bar {
		margin: 0;
		margin-bottom: 3px;
		width: 100%;
		display: inline;
	}
	.search-bar input#keyword {
		width: calc(100% - 25px);
	}
	.livesearchresults {
		right: 2.5%;
	}
	.socialContainer {
		justify-content: flex-end;
		margin-top: -35px;
		margin-right: 5px;
	}
	.socialContainer a{
		margin-left: 3px;
	}
	#banner {
		/*font-size: 1em;*/
	}
	#banner div {
		text-align: center;
	}
	#banner div div img {
	    width: 20%;
	}
	#banner > div > span {
		margin-top: 3px;
	}
/*}*/

@media screen and (max-width: 520px) {

	#banner {
		font-size: .7em;
	}
}

@media screen AND (max-width: 508px) {
	.socialContainer {
		margin-top: 0;
	}
	#google_translate_element {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 480px){
	.fc-calendar .fc-row>div>span.fc-date {
	    top: 36%;
	    left: 50%;
	}

	.fc-calendar .fc-row > div.fc-content:after {
	    left: 52%;
	    bottom: 20%;
	}
}
@media screen and (max-width: 445px) {
	/*.socialContainer {
		margin-top: 0;
	}*/
	#banner {
		font-size: .7em;
	}
}

@media screen and (max-width: 360px) {
	#banner > div > div > span {white-space: normal;}
	/*#banner {
		font-size: .6em;
	}*/
	#banner > div > span {font-size: 0.8em;}
	#banner div div img {
	    display: block;
	    margin:auto;
	}
}

@media screen and (max-width: 350px) {
	#info {
		flex-direction: column;
	}

	.aroundTownRight {
		
		margin: auto;
	}

	#state {
		margin-bottom: 10px;
	}
}