.full img{
	max-width: 100%;
}

.joder{
	width: relative;
	height: relative;
}

.msue {
	width: relative;
	height: relative;
	text-align: center;
}
/* boc: commissioner section; */
.thumbhover {
  width: 100%;
}

.thumbhover img {
  width: 225px;
  height: 150px;
  position: absolute;
  -webkit-transition: all .5s;/* For Safari 3.1 to 6.0 */
  transition: all .5s;
  z-index: 5;
}

.thumbhover img:hover {
  width: 480px;
  height: 319px;
  position: absolute;
  z-index: 999;
}

.thumbhover .boc-contact {
  width: calc(100% - 225px);
  height: 155px;
  text-align: left;
  float: right;
}
@media (max-width: 500px) {
  .thumbhover {
    text-align: center;
  }

  .thumbhover img {
    position: relative;
    transition: none;
    float: none;
  }

  .thumbhover img:hover {
    position: relative;
    width: 225px;
    height: 150px;
    transition: none;
  }

  .thumbhover .boc-contact {
    float: none;
    width: 100%;
    padding: 5px 5%;
    box-sizing: border-box;
  }
}
/* end of boc: commissioner section; */

.forms {
	margin-left: 10px;
	margin-right: 10px;
}


.faq  {
	padding: 5px;
	margin: 5px;
}
	

@media screen{
html {
  background: url(../img/back3.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  background-size: cover;
}

/*primary color*/

.bar,
#navi,
button.dl-trigger {
  background: #1c4e1e;
}

/*secondary color*/

.dl-menuwrapper ul,
button.dl-active.dl-trigger,
.ddmenu,
.dl-menuwrapper button:hover {
  background: rgba(65, 65, 65, 0.93);
}

@media screen and (max-width: 1024px) {
  /* Specific to this particular image */

  img.bg {
    left: 50%;
    margin-left: -512px;
    /* 50% */
  }
}

@font-face {
  font-family: 'fontello';
  src: 
       url('../fonts/fontello.ttf?699113') format('truetype'),
       url('../fonts/fontello.svg?699113#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
::selection{
  background:rgba(75, 87, 90, 0.28);
}
	
	video {
		width: 100% !important;
		height: auto !important;
	}
	
	
	body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}

note {
  color: rgba(31, 73, 38, 0.63);
}

p.center {
  text-align: center;
}

img.center {
  display: block;
  margin: 0px auto;
}

ol.alpha li{
	list-style-type:upper-alpha;
}

ol.alpha ol li{
	list-style-type:decimal;
}

ol.alpha ul li{
	list-style-type:disc;
}

ol.alpha ol ol li{
	list-style-type:lower-alpha;
}

ol.alpha ol ul li{
	list-style-type:disc;
}

li {
  list-style-type: none;
}

/*.full>ul, .half>ul, .quart>ul, .most>ul{
  padding:0;
}*/

.nostyle li {
  list-style-type: none;
}

li.liststyle {
  list-style-type: disc;
  margin-right: 5%;
}

.liststyle li {
  list-style-type: disc;
  margin-right: 5%;
}
li.ddtrigger{
  cursor:pointer;
}
a {
  text-decoration: none;
  color: rgb(52, 114, 17);
}

h1 {
  color: white;
  margin: 0;
  font-weight: 300;
}

#title h1 {
  font-size: 2.5em;
}

h3,h2 {
  font-weight:300;
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
h2{
  font-size: 1.8em;
  margin-top:.3em; 
}
h4 {
  font-size: 1.17em;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin-bottom: 0em;
  color: rgb(57, 80, 59);
  font-weight: 400;

}

h4 a {
  text-shadow: none;
}

h5 {
  margin: 0;
}

eiframe {
  width: 85%;
  max-width: 430px;
  min-width: 335px;
  height: 400px;
}

.infonavcont iframe{
	width: 95%;
	max-width: 95%;
}

textarea {
  width: 90%;
}

img.float {
  margin-right: 10px;
}

div.bannercont {
  position: relative;
  overflow: hidden!important;
  max-height: 340px;
}
img.bannerimg {
  height: auto;
  min-width: 100%;
}
img.inline{
  max-width: 90%;
}
select{
  max-width: 98%;
}
ul.bxslider {
  margin: 0;
  padding: 0;
}
div#fontSize{
  float:right;
  background:grey; /*for IE8*/
  background:rgba(128, 128, 128, 0.78);
  padding-right: 4px;
  padding-left: 5px;
  margin-top:34px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#fontSize span{
  margin-right:4px;
  cursor: pointer; 
  cursor: hand;
  color: white;
}
#fontSize span:nth-child(1){
  font-size:1em;
  margin-left: 4px;
}
div.electedOffImg{
  padding-top: 50px;
}
.electedOffImg img{
  margin-top: 12%;
  max-width: 300px;
  width:80%;
  height: auto;
  margin:0 auto;
  border:2px solid rgb(97, 97, 97);
  -webkit-box-shadow:0px 0px 14px rgba(50, 50, 50, 0.7);
  -moz-box-shadow:0px 0px 14px rgba(50, 50, 50, 1);
  box-shadow:0px 0px 14px rgba(50, 50, 50, 0.7);
}
.electedOffImg p{
  padding: 0;
  text-align: center;
  width:80% !important;
  margin-left: 10%;
}


#back {
  position: absolute;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  width: 100%;
  background-color: #D1D1D1;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
}
.dropdowns{
  z-index:998;
}

.right {
  position: absolute;
  margin-left: 25%;
}

.size {
  float: right;
  margin-right: 10px;
}

.nudge {
  margin-left: -10px;
}

.float {
  float: left;
}

.tab {
  margin-left: 20px;
}

.tab150 {
  margin-left: 150px;
}

.infonavcont {
  max-height: 500px;
  min-height:300px;
  background:rgb(204, 204, 204);
  border: 1px solid grey;
  border-radius: 10px;
  padding-left:5px;
  padding-top: 5px;
  margin-top: 57px;
  margin-bottom:50px;
  overflow:auto;
}

.white {
  color: white;
}

#container {
  min-height: 100%;
  height: auto !important;
  width: 70%;
  min-width: 365px;
  max-width: 1335px;
  position: relative;
  margin: 0px auto;
}

#topbar {
  height: 70px;
}

#navi {
  height: 70px;
  width: 105%;
  position: relative;
  left: -2.5%;
  -webkit-box-shadow: 0px 7px 11px rgba(50, 50, 50, 0.39);
  box-shadow: 0px 7px 11px rgba(50, 50, 50, 0.39);
}

#logo {
  background: url("../img/logo.png");
  -webkit-background-size: contain;
  background-size: contain;
  width: 50px;
  height: 50px;
  float: left;
  z-index: 1;
  left: 15px;
  position: relative;
  margin-top: 10px;
  -webkit-transition: -webkit-transform .75s;
  transition: -webkit-transform .75s;
}

#logo:hover {
  -webkit-transition: -webkit-transform .75s;
  transition: -webkit-transform .75s;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

#title {
  position: relative;
  background:grey; /*for IE8*/
  background: rgba(128, 128, 128, 0.78);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  float: left;
  margin: 0;
  left: -50px;
  top: 10%;
  padding-left: 76px;
  padding-right: 10px;
  z-index: 0;
}
#title h1{
  -webkit-font-smoothing: antialiased;
}
#navlist {
  height: 100%;
  width: 95%;
  margin: 0;
  padding-left: 5%;
}

#navlist li {
  display: block;
  position: relative;
  float: left;
  height: 100%;
  width: 22.5%;
  text-align: center;
  -webkit-transition: background 1s;
  transition: background 1s;
  border-right: 3px solid rgba(28, 78, 30, 0);
  -webkit-box-shadow: 8px 0 25px 2px rgba(0,0,0,0.3);
  box-shadow: 8px 0 25px 2px rgba(0,0,0,0.3);
}

.newscont {
  height: auto !important;
  max-height: 350px;

  border-left:none !important;
  border-right:none !important;
  margin-left:-2.2%;
  margin-right:-3%;
}
/*Sanitize different font sizes etc for top news*/
.newscont ul li p{
  margin:0;
  display: inline !important;
}

.newscont h1,.newscont h2,.newscont h3,.newscont h4,.newscont h5{
  color: rgb(31, 73, 38);
  font-size: 1em;
  line-height: 1.4;
  color: rgb(31, 73, 38);
}
#navlist li:hover {
  background: rgba(27, 26, 26, 0.15);
  -webkit-transition: background 1s;
  transition: background 1s;
}

#navlist li span {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding-top: 17px;
  display: block;
  text-decoration: none;
  color: #f0f0f0;
  font-size: 1.3em;
}

.arrow {
  width: 0;
  height: 0;
  line-height: 0;
  border-left: 35px solid transparent;
  border-top: 10px solid rgb(41, 54, 34);
  top: 100%;
  left: 0;
  position: absolute;
  z-index: -1;
}

.arrowright {
  width: 0;
  height: 0;
  line-height: 0;
  border-right: 35px solid transparent;
  border-top: 10px solid rgb(41, 54, 34);
  top: 100%;
  right: 0;
  position: absolute;
  z-index: -1;
}

.arrow-down {
  width: 0;
  height: 0;
  top: 0;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #123313;
}

.arrow:after {
  -webkit-box-shadow: 6px -2px 5px rgba(50, 50, 50, 0.75);
  box-shadow: 6px -2px 5px rgba(50, 50, 50, 0.75);
}

#ddd .arrow-down {
  margin-left: 13%;
}

#cdd .arrow-down {
  margin-left: 36%;
}

#idd .arrow-down {
  margin-left: 58%;
}

#sdd .arrow-down {
  margin-left: 81%;
}

#hours p {
  margin-bottom: 0;
  margin-top: 5px;
}
div.bx-wrapper{
  height:340px !important;
  margin:0!important;
}

.bx-wrapper .bx-viewport {
  border: none !important;
  background: none !important;
  position: static !important;
}

.bx-wrapper .bx-controls-direction a {
  z-index: 5!important;
}

.quart {
  float: left;
  padding-left: 2.5%;
  margin-right: 2.5%;
  width: 22.5%;
  color: rgb(31, 73, 38);
}

.half {
  float: left;
  padding-left: 2.5%;
  margin-right: 2.5%;
  width: 45%;
  color: rgb(31, 73, 38);
}

.most {
  float: left;
  padding-left: 2.5%;
  margin-right: 2.5%;
  width: 67.5%;
  color: rgb(31, 73, 38);
}

.full {
  padding-left: 2%; 
  width: 95%;
  color: rgb(31, 73, 38);
}

.full p,
.half p,
.most p {
  width: 95%;
}

.bar {
  background: #1c4e1e;
  position: absolute;
  height: 5px;
  margin-top: -15px;
  margin-left: -10px;
  margin-left:-2.5%;
}

div.most .bar{
  width:60%;
}
div.full .bar{
  width:80%;
  margin-left: -2.1%;
}
div.quart .bar{
  width:25%;
  margin-left:0;
}
div.half .bar{
  width:45%;
}
.scrollcont {
  height: 300px;
  overflow-y: auto;
  border: solid rgba(255, 255, 255, 0.3);
  width: auto;
}

.scrollcontsmall {
  height: 150px;
  overflow: auto;
}

.scrollcont ul {
  margin: 0;
  padding: 0;
}

.scrollcontsmall ul {
  padding: 0;
}

.scrollcont li:nth-child(2n) {
  background: rgba(134, 134, 134, 0.3);
}

.scrollcontsmall li:nth-child(2n) {
  background: rgba(255, 255, 255, 0.3);
}

.newscont ul li {
  padding-left: 15px;
}

.button{
  position: relative;
  background: rgb(116, 116, 116);
  text-align: center;
  padding:2px;
  color: white;
}
.button:hover{
  background: rgb(82, 82, 82);
}
a.button{
font-size: 1.5em;
height: 75px;
width: 250px;
  top: 21px;
  padding: 10px;
}

#freqbar {
  margin-top: -20px;
}

.freqimgs {
  text-align: center;
}

.freqimgs img {
  border-radius: 5px;
  margin-bottom: 5px;
  width:48%;
  max-width: 150px;
}

.freqimgs img:hover {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: blur(1px);
	}

/*Dropdown Menus*/



.ddmenu {
  z-index: 250;
  /*very high to surpass banner image(s)*/
  position: absolute;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top: none;
  display: none;
  width: 100%;
  -webkit-box-shadow: 0px 9px 15px rgba(50, 50, 50, 1);
  box-shadow: 0px 9px 15px rgba(50, 50, 50, 1);
  background:#414141; 
  /*for IE8*/
  background: rgba(65, 65, 65, 0.93);
}

.ddmenu ul {
  padding-left: 0;
  margin-bottom: 10px;
  margin-left: 0px;
  overflow: hidden;
  margin-top: 15px;
}

.ddpage li, .ddmenu li {
  width: 23%;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-top: 2px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.09);
  float: left;
  margin-left: 10px;
}

.ddpage a, .ddmenu a {
  text-decoration: none;
  color: white;
  display: inline-block;
  width: 100%;
}

.ddpage li:hover, .ddmenu li:hover,.ddpage a.active {
  background: rgba(13, 51, 14, 0.7);
  text-shadow: 0 2px 1px rgba(0,0,0,0.5);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transform: margin-left:;
  -ms-transform: margin-left:;
  transform: margin-left:;
}

.ddpage {
  background:rgba(65, 65, 65, 0.93);
  display: inline-block;
  padding: 0;
  position: relative;
  width: 91%;
  max-width: 250px;
  margin-top: -10px;
  border-radius: 0 0 10px 10px;
  border-top:none;
  -webkit-box-shadow: 0px 6px 12px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 6px 12px rgba(50, 50, 50, 0.75);
}
.ddpage::before{
  content:"";
  background: #1c4e1e;
  position: absolute;
  width: 102%;
  height: 6px;
  margin-top: -6px;
}
.ddpage li{
  width: 97% !important;
  float:none;
  margin: 0 !important;
  padding-left:3% !important;
}


#footer {
  margin-top: 80px;
  color: white;
  text-align: center;
  min-height: 170px;
}

#footer .bar {
  position: static;
  width: 100%;
  margin-left: 0;
  margin-bottom: 10px;
}

#footer li {
  float: left;
  min-width: 165px;
  text-align: left;
  font-size: .8em;
  list-style: square;
  color: rgb(121, 121, 121);
}

#footer ul h4 {
  text-align: left;
  margin-left: -2%;
  margin-bottom:10px;
  color: rgb(60, 60, 60);
  font-weight: 500;
}

#footer select{
  display:none;
  margin: 0 auto;
  width:100%;
  max-width: 400px;
}

#tales {
  position: relative;
}

#tales {
  background-color: rgb(245, 236, 201);
  height: 275px;
  margin:0 auto;
  margin-top: 10px;
  width: 96%;
  max-width: 400px;
  -webkit-box-shadow: 5px 5px 4px rgba(50, 50, 50, 0.75);
  box-shadow: 5px 5px 4px rgba(50, 50, 50, 0.75);
}

#tales div {
  color: black;
  padding: 20px;
  text-align: center;
}

#tnext {
  color: black;
  position: absolute;
  right: 5px;
  bottom: 0;
  cursor: hand;
  cursor: pointer;
}

#tback {
  color: black;
  position: absolute;
  bottom: 0;
  left: 5px;
  cursor: hand;
  cursor: pointer;
}

.halfimg {
  width: 90%;
  max-width: 500px;
}

.electionRes ul{
  display: none;
}

#openAll, #closeAll{cursor:pointer;cursor:hand;text-decoration: underline;}
/*css for icons (fontello.com)*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0;
}

.icon-calendar:before {
  content: '\e800';
}

.icon-facebook-rect:before {
  content: '\e801';
}
.icon-gavel:before { content: '\e80d'; }
.icon-building:before { content: '\e80e'; }
.icon-info:before {
  content: '\e802';
}

.icon-clock:before {
  content: '\e803';
}
.icon-online:before { content: '\e80c'; }
.icon-doc:before {
  content: '\e804';
}

.icon-back:before {
  content: '\e805';
}

.icon-facebook-rect {
  color: rgb(59, 89, 152);
}

.icon-news:before {
  content: '\e807';
}

.icon-user:before {
  content: '\e806';
}

.icon-htm:before {
  content: '\e808';
}

.icon-search:before {
  content: '\e809';
}

.icon-down:before { content: '\e80b'; } 
.icon-right:before { content: '\e80a'; }

.icon-facebook-rect:hover {
  -webkit-transition: -webkit-box-shadow .5s;
  transition: box-shadow .5s;
  -webkit-box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.65);
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.65);
}
.icon-right, .icon-down{
  width: 20px;
  position: absolute;
  height: 22px;
  background: rgba(78, 78, 78, 0.44);
  border-radius: 11px;
  color: rgb(51, 51, 51);
  margin-left: .5em;
  padding-left: 3px;
  cursor: pointer;
}
.icon-down{
  padding-left:1.4px;
  height:21px;
}
.icon-right:before, .icon-down:before{
  margin-right:0;
  width:1.2em;
}
/*Adding Icons: import config.json on fontello.com and add icons. Replace fonts*/

/*end of icons*/

.fb_iframe_widget {
  display: block !important;
  margin: 0 auto;
}
#dl-menu {
  display: none;
  visibility: hidden;
  z-index: 10;
}

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width : 320px) and (max-device-width : 650px) {
  #navlist {
    display: none !important;
    visibility: hidden;
  }

  html {
    background: none;
  }

  #container {
    width: 100% !important;
  }

  .newscont {
    width: 97%;
    margin-left: 0;
    margin-right: 0;
  }
  .newscont{
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding:0;
  }
  .newscont ul li {
    padding-left: 0;
  }
  #title{
    float:inherit;
    left:0;
    padding:0 !important;
    text-align:center;
    width:100%;
    background:inherit;
  }
  #logo{
    left:5px;
  }
  #bg,
  span.arrow,
  span.arrowright,
  .bannercont {
    display: none;
  }

  #navi {
    width: 100% !important;
    left: 0;
  }

  .full,
  .half,
  .most,
  .quart {
    width: 98%;
    margin-right: 0;
    padding-left: 2%;
  }

  #dl-menu {
    visibility: inherit;
    display:inherit;
  }
  .bar{
    width:90% !important;
    margin-left:-2% !important;
  }
  #fontSize{display: none;}

  #footer ul{display:none;}
  #footer select{
    display:inherit;}
}

/* iPads (portrait and landscape) ----------- */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #navlist {
    display: none !important;
    visibility: hidden;
  }

  #navi {
    width: 100%;
    left: 0;
  }

  .half {
    width: 95%;
  }
}

/*Changes to responsive menu from Codrops*/

#dl-menu {
  visibility: visible;
}

.dl-menuwrapper button {
  height: 70px;
  width: 70px;
}

.dl-menuwrapper button:after {
  top: 22px;
  width: 68%;
  height: 4px;
}

/*Changes to search from Codrops*/

#sb-search {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  margin-top: 0;
}

#search {
  padding: 0;
  max-width: 400px;
  min-width: 300px;
}

span.sb-icon-search,
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: #1c4e1e;
}
span.sb-icon-search img{
  display: none;
}
.sb-search-input::-webkit-input-placeholder {
  color: #1c4e1e;
}

.sb-search-open {
  z-index: 200 !important;
}

#datepicker {
  width: 90%;
  text-align: center;
}
#datepicker div.ui-datepicker-inline{margin:0 auto;}
#gmapCanvas{
  width: 96%;
  height: 300px;
}
p.caption{

}
div.mapsInfo p{
  margin: 0;
}

div.mapsInfo p b{
  font-weight: 500;
}

div.bx-pager-item{
  display:none !important;
}

} /*Changes must be made above this bracket to go into effect*/


/*Adjustments made to make pages printer-friendly*/
@media print{
  #navi, .ddpage, .dropdowns, .bannercont, #footer, .noprint {
    display:none !important;
  }
  .full,
  .half {
    width: 100% !important;
    margin-right: 0;
    margin-left: 1%;
  }
  #container{
    width: 80% !important;
  }
}

@media screen and (max-device-width : 1400px){
  #container{
    width:90%;
  }
  #fontSize{
    display:inherit;
  }
  .bannercont, .arrowright, .arrow{
    display:block;
  }
  #navlist{
    display: inherit;
  }
  #navi{
    width:105%;
    left:-2.5%;
  }
  #dl-menu{
    display: none;
    visibility: hidden;
  }
  #footer ul{
    display: inherit;
  }
  #footer select{
    display: none;
  }
  #navlist li span{
    font-size: 1.2em;
    padding-top:21px;
  }
}

@media screen and (max-device-width : 1060px){
  #container{
    width:100%;
  }
  #fontSize{
    display:none;
  }
  .bannercont, .arrowright, .arrow{
    display:none;
  }
  #navlist{
    display: none;
  }
  #navi{
    width:100%;
    left:0;
  }
  #dl-menu{
    display: inherit;
    visibility: visible;
  }
  #footer ul{
    display: none;
  }
  #footer select{
    display: inherit;
  }
  .half,.most,.quart{
    padding-left: 2%; 
    width: 95%;
  }
  
}