/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ================================== Global ================================== */

*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body,
[id*="container"] {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

html body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #4D4D4D;
}

h1,
h2 {
  color: #033649;
  margin: 0;
  font-weight: 700;
}


h1 {
  font-size: 1.5em;
  
}

h2 {
  font-size: 1.25em;
}

h3 {
  font-size: 1.1em;
}

p {
  font-size: 1em;
  line-height: 1.2em;
}


ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:link,
a:visited {
    color: #088abb;
}

a:link,
a:visited {
text-decoration: none;
}

a:active,
a:focus {
    text-decoration: none;
}

a:hover {
    color: #06668a;
    text-decoration: underline
}


hr {
  width:100%;
  height: 5px;
  background-color: #031634;
  margin: 0;
  box-sizing: border-box;
}

address {
  text-decoration: none;
  font-style: normal;
  padding-bottom: 8px;
}

/* ================================== Header ================================== */

header {
  background-image: url('/data/layout/developer/images/header-background.png');
  background-size: cover;
  position: relative;
  z-index: 400 /* FIX: megamenu bug */
}

.logo {
  position: relative;
  width: 100%;
  font-size: 0;
}

.logo img {
  padding-left: 50px;
  width: 80%;
  height: 100%;
}

.secondary-logo {
  height: 100px;
  vertical-align: top;
  padding-top: 20px;
  margin-left: 10px;
}

.page-title { 
  font-weight: bold;
  font-size: 2em;
  color: #FFFFFF;
}

.searchbar {
  padding-bottom: 10px;
  padding-left: 10px;
  float: none;
  width: 98%;
}

.searchbar input.gsc-search-button-v2 {
  margin-left: -12px;
  margin-top: 3px;
}

.searchbar .gsc-input-box {
  height: 28px; 
}
 

/* ================================== Home Slideshow ================================== */

[id*="image-slider"] {
  position: relative;
  clear: both;
  border-top: 4px solid #033649;
}

[id*="image-slider"] img {
  width: 100%;
  height: 100%;
  max-width: 1400px;
  display: block;
  margin: 0px auto;
}

/* ================================== Containers ================================== */

.two-col {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.row {
  display: table;
  table-layout: fixed;
  width: 100%;
  
  /* progressive enhancement */
  /* use flex if they got'em */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col {
  display: table-cell;
  
  /* progressive enhancement */
  /* use flex if they got'em */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.outer-content {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

[id*="home-content"] {
  width: 100%;
  background-color: #FFFFFF;
}

[id*="main-content"] {
  width: 100%;
  box-shadow: 4px 0px 2px #ccc;
  background-color: #fff;
}

.island {
  margin: 0 auto;
  max-width: 60rem;
}

.islet {
  padding: 15px 20px 8px 12px; /* Can we unify these values? */
}

.push {
 padding-top: 10px; 
}

/* ================================== Content ================================== */

.ContentTemp_MainCol a {
  font-size: 1em;
  color: #088abb;
}

.ContentTemp_MainCol ul {
   list-style: disc;
   list-style-position: inside;
   padding: 5px 0px;
}

.ContentTemp_SideCol ul > ul {
   list-style: none;
}

.ContentTemp_SideCol ul {
   list-style: disc;
   list-style-position: inside;
}

.ContentTemp_MainCol ul li {
   margin: 0;
   padding-left: 1em;
   text-indent: -1em;
}

.ContentTemp_MainCol ul ul li {
   list-style-type: circle;
   margin: 0;
   padding-left: 1em;
   text-indent: -1em;
}

.ContentTemp_SideCol a {
  font-weight: 700; 
}


.breadcrumbs {
  margin-bottom: 1em; 
}


.view-switcher {
  margin-top: -55px;
}

.view-switcher img {
  position: relative;
  height: 27px;
  opacity: 0.7;
  z-index: 100;
  display: block
}

[data-view-active] {
  position: relative;
}

[data-view-active]:focus {
  outline: none;
}

[data-view-active~=true] img {
  opacity: 1
}

[data-view-active~=true]:after {
  content:'';
  height:0;
  width:0;
  position: absolute; 
  bottom: -13px;
  right: 55%;
  pointer-events: none;
  border-bottom: 10px solid #fff;
  border-left: 9px solid rgba(255, 255, 255, 0);
  border-right: 9px solid rgba(255, 255, 255, 0);
}

.reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.about {
  background: #ccc;
  margin-top: 10px;
}

.about h2 {
  padding-top: 10px;
  padding-left: 15px;
}

.about p {
  float: right;
  padding-right: 25px;
  display: none;
}

[id*="main-image"] {
  position: relative;
  clear: both;
  font-size: 0;
}

[id*="main-image"] img {
  width: 100%;
}

.shadow {  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */  /* Firefox 3.5 - 3.6 */
   box-shadow: 0 1px 5px 1px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.carousel,
.board-carousel,
.voter-carousel,
.treasurer-carousel,
.sheriff-carousel,
.info-carousel,
.planning-carousel,
.parks-carousel,
.human-carousel,
.finance-carousel,
.clerk-carousel {
  padding: 0px 29px;
  overflow: hidden;
}


.carousel img,
.board-carousel img,
.voter-carousel img,
.treasurer-carousel img,
.sheriff-carousel img,
.info-carousel img,
.planning-carousel img,
.parks-carousel img,
.human-carousel img,
.finance-carousel img,
.clerk-carousel img {
  width: auto;
  height: 190px;
}

.owl-pagination {
   display: none
}

.owl-carousel .owl-wrapper-outer {
   padding-bottom: 5px
}

.mobile-images__board,
.mobile-images__showcase,
.mobile-images__voter,
.mobile-images__treasurer,
.mobile-images__sheriff,
.mobile-images__info,
.mobile-images__planning,
.mobile-images__parks,
.mobile-images__human,
.mobile-images__finance,
.mobile-images__clerk {
   display: block;
}

.mobile-images__board img, 
.mobile-images__showcase img,
.mobile-images__voter img,
.mobile-images__treasurer img,
.mobile-images__sheriff img,
.mobile-images__info img,
.mobile-images__planning img,
.mobile-images__parks img,
.mobile-images__human img,
.mobile-images__finance img,
.mobile-images__clerk img {
  width: 100%;
}

.carousel,
.board-carousel,
.voter-carousel,
.treasurer-carousel,
.sheriff-carousel,
.info-carousel,
.planning-carousel,
.parks-carousel,
.human-carousel,
.finance-carousel,
.clerk-carousel,
.about p {
  display: none;
}

.board-carousel,
.voter-carousel,
.treasurer-carousel,
.sheriff-carousel,
.info-carousel,
.planning-carousel,
.parks-carousel,
.human-carousel,
.finance-carousel,
.clerk-carousel {
  padding: 0px 35px;
  max-width: 750px;
  overflow: hidden;
}

.left-arrow {
  padding: 8px;
  background: url("/data/layout/developer/images/left-arrow.png");
}

.right-arrow {
  background: url("/data/layout/developer/images/right-arrow.png"); 
}

.left-arrow,
.right-arrow {
  padding: 5px;
  background-repeat: no-repeat;
}

.disabled .left-arrow,
.disabled .right-arrow {
  opacity: .2;
}

.mailing {
  padding-top: 10px;
  padding-left: 15px;
}

.mailing p {
  margin: 2px 0px 10px 0px; 
}

.mailing table table > tbody > tr { 
  width: 50%;
  float: left;
  padding: .2em 1em;
  margin-top: 0.5em;
}

.mailing-input {
  width: 75%;
  float: left;
}

.mailing-input td {
  width: 400px;
}

.mailing-input input {
  width: 100%;
  border: 1px solid #033649;
  padding: .4em 1em;
}

.mailing-join {
  width: 25%;
  float: left;
  padding-left: 20px;
}

.mailing-join input {
  width: 80%;
  margin: 0 auto;
  background: #ccc;
  border: none;
  height: 30px;
  color: #033649;
  font-weight: 900;
}

.mailing-join,
.mailing-input {
  margin: 1em 0;
}

.mailing label {
  color: #033649;
  font-weight: 900;
  padding: 0 0.5em;
}

.mailing > div > span > table > tbody > tr + tr + tr > td > span > table {
    margin-top: 1.5em
}

.mailing .FORM_LABEL_TEXT,
.mailing .REQUIRED_MARKER {
    display: none
}
.submit-email {
  padding: 15px 0px 20px 0px; 
}

.news {
  position: relative;
  width: 100%;
  background-color: #fff;
  margin-top: 5px;
}

.news ul {
  padding: 5px 0px; 
}

.news img {
  width: 100px;
  height: auto;
  padding-top: 10px;
  padding-left: 10px;
  display: inline-block;
}

.news p {
  margin: 5px 0px 0px 0px; 
}

.news a {
  color: #033649;
  font-size: .9em;
}

.news p a {
  font-size: 1em;
}

ul.upcoming-events {
  list-style: none; 
}

#important-dates .mega-menu,
.news .mega-menu {
  display: block;
  border-top: none;
}

#important-dates ul.mega-menu,
.news ul.mega-menu {
  font-weight: normal;
  padding-top: 5px;
  text-transform: none;
  color: #033649;
  font-family: 'Open Sans', sans-serif;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.NEWS_FEED_DISPLAY_TABLE {
 padding: 10px 0px;
}

.meetings {
  margin-top: 14px;
}

.meetings span a {
  color: #033649;
  padding: 0;
}

ul.eventlist li {
  padding-top: 3px;
}

span.eventname {
  padding-left: 15px; 
}

.meetings_more {
  padding-top: 12px; 
}

.meetings small {
  padding-right: 10px; 
}

.meetings table {
  margin-top: 10px;
}

.padded-rule {
  display: none;
}

.dates h1 {
  margin-left: 0px;
  margin-top: 15px;
}

.dates #important-dates ul {
  padding: 5px 0px 20px 35px;
  list-style-type: disc;
  list-style-position: inside;
}

.dates a {
  padding: 0;
  color: #033649;
  font-size: .9em;
}

#desktop_cal {
  display: block;
}

#mobile_cal {
  display: none;
}

#mobile_cal .MASTERCAL_STYLE {
  margin: 20px 15px 20px 0px;
}

.weather-app {
   overflow: hidden;
}

.weather-app img {
  height: 100px;
  margin-left: -25px;
  margin-top: -5px;
}

.weather-app .grid {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 5px;
}

.weather-app + .grid {
   margin-top: -30px
}


/* ================================== Sidebar ================================== */

.side-title {
  margin-bottom: 10px;
  position: relative;
  background-color: #031634;
  color: #fff;
}

.side-title img {
  max-height: 20px;
  margin-top: 2px;
  padding: 2px 9px 0px 20px;
  float: left;
}

.side-title h2 {
  margin: 0;
  color: #fff;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.side-title a:link {
  vertical-align: middle; 
}

.twitter-header {
  background-color: #033649;
  padding-bottom: 5px;
  position: relative;
}

.twitter-header img {
  max-height: 20px;
  margin-top: 5px;
  padding: 2px 9px 0px 20px;
  float: left;
}

.twitter-header:after {
  display: none;
  position: absolute;
  content: '';
  bottom: -32%;
  right: 84%;
  width: 0; 
  height: 0;
  margin-left: 20px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 10px solid #033649;
}

.twitter-header h2 {
  padding-top: 3px;
  color: #FFF;
}

.twitter-header a {
  display: none;
  color: #FFF;
}

.twitter-feed {
  padding-left: 7px;
  padding-right: 0px;
  display: block;
  
}

.accordion,
.default-sidebar {
  background-color: #e6e6e6;
  margin: 0;
  padding: 15px 5px 10px 15px;
  font-weight: 700;
  font-size: .9em;
}

.accordion li,
.default-sidebar li {
  padding-bottom: 10px;
}

.accordion a,
.default-sidebar a {
  color: #666666;
}

.accordion .mega-menu-sub,
.default-sidebar .mega-menu-sub {
  display: none
}

.ContentTemp_SideCol .mega-menu-sub {
  display: none;
} 

.ContentTemp_SideCol hr {
  width: inherit;
  margin-right: -20px; 
}

.link-list li {
  padding-top: 5px;
  padding-right: 15px;
}

[id*="connect-links"] {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 10px;
  padding-left: 15px;
}

[id*="connect-links"] li {
  line-height:14px; 
}

[id*="connect-links"] img {
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
}

.vertical-line hr {
  display: none;
}

[id*="share-dropdown"] ul {
  list-style:none;
  position:relative;
  float:left;
  margin:0;
  padding-left:0;
}

[id*="share-dropdown"] ul a {
  display:block;
  color:#333;
  text-decoration:none;
  font-weight:700;
  font-size:12px;
  line-height:32px;
}

[id*="share-dropdown"] ul li {
  position:relative;
  float:left;
  margin:0;
  padding: 0;
}

[id*="share-dropdown"] ul ul {
  display:none;
  position: relative;
  float: right;
  top:100%;
  left:0;
  padding:0;
}

[id*="share-dropdown"] ul ul li {
  float:none;
  width:200px;
  padding-top: 0;
  padding-left: 5px;
}

[id*="share-dropdown"] ul ul a {
  line-height:120%;
}

[id*="share-dropdown"] ul li:hover > ul {
  display:block;
}

[id*="social-grid"] {
   min-height: 0;
   color: #088abb;
}

[id*="social-grid"] ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

[id*="social-grid"] li {
  padding: 5px 0px 10px 10px;
}

[id*="social-grid"] li img {
  width: 21px; 
  vertical-align: middle;
  margin-right: 8px;
}

.icons .a2a_s_facebook {
  background-image: url('/data/layout/developer/images/facebook-connect.png');
}

.icons .a2a_s_twitter {
  background-image: url('/data/layout/developer/images/twitter-connect.png');
}

.icons .a2a_s_google_plus {
  background-image: url('/data/layout/developer/images/google-connect.png');
}

.icons .a2a_s_email {
  background-image: url('/data/layout/developer/images/mail-connect.png');
}

.icons .a2a_default_style .a2a_svg {
  border-radius: 0; 
}

.icons .a2a_kit .a2a_svg {
  background-repeat: no-repeat;
}

.icons .a2a_svg {
  height: 21px;
  line-height: 21px;
  width: 21px;
}

.secondary-links{
  display: none;
}

[id*="twitter-widget-0"] {
min-width: 100% !important;
    width: 100% !important
}

.address {
  background-image: url('/data/layout/developer/images/map.png');
}

.address-info {
  text-align: right;
  padding-right: 15px;
}

.location {
  display: inline-block;
  position: absolute;
}

.location img {
  position: relative;
  width: 100%;
  padding-top: 60px; 
}

.border {
  border-top: 4px solid #033649; 
}

/* ================================== Google Results Tweak ================================== */

.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
  padding-left: 0px!important;
  padding-right: 0px!important;
}

/* ================================== Footer ================================== */


footer {
  width: 100%;
  text-align:center;
  overflow: hidden;
}

footer p {
  margin: 0;
  color: #fff;
}

.social-bar {
  display: none;
  font-weight: bold;
  background: #031634;
}

.social-bar p {
  margin-right: 75px;
}

.social-bar img {
  height: 25px;
  width: auto;
  vertical-align: middle;
  padding: 0 5px;

}

.copyright {
  background: #033649;
}

.copyright p {
  font-size: .9em;
}


.copyright img {
  max-height: 75px;
    padding: 3px 0px;
}

.qscend {
  vertical-align: middle;
}

#image-slider .item:after,
span span + span + span.mm-item-expand {
  display: none;
}


.item {
  position: relative
}

.item:after {
  position: absolute;
  content: attr(data-attr);
  bottom: 4px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 5px solid #033649;
  color: #033649;
  width: 100%;
  text-align: center;
}

.ContentTemp_SideCol {
  padding-left: 2em;
}

.ContentTemp_MainCol ul {
  
}

[data-view] {
  min-height: 385px;
}




/* ================================== File Browser ================================== */

.FolderPreText,                 /* Hide "listing files in" text */ 
.FB_Footer,                     /* Hide "times adjusted" footer */ 
.FB_FileListUL li div span {    /* Hide file upload time text */
	display: none;
}

#FB_Footer { display: none; }
#FB h2 { display: none; }
#FB_FB_APPanel h2 { display: none; }
#FB1_FB1_APPanel h2 { display: none; }
#FB2_FB2_APPanel h2 { display: none; }
#FB3_FB3_APPanel h2 { display: none; }
#FB4_FB4_APPanel h2 { display: none; }
#FB5_FB5_APPanel h2 { display: none; }

.FB_FileListUL li {
	list-style-type: none;
	margin:6px;
}

.FB_FileListUL li a {
}

#image-slider.owl-carousel .owl-wrapper-outer {
  padding: 0
}

.ulevents {
  list-style: none;
}

td.ContentTemp_MainCol span > span + a + table td + td {
  width: 75%;
  padding-bottom: .5em;
}

td.ContentTemp_MainCol span > span + a + table td {
  vertical-align: top;
  padding-right: 1em;
}

/* ================== Display to screen width larger than 608px =================== */

@media screen and (min-width: 38em) { 
  
    /* ================================== Containers ================================== */
    
  .grid:after {
    content: '';
    display: block;
    clear: both
  }
  
  .reverse {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .page {
    display: table;
    table-layout: fixed;
    width: 100%;
    min-height: 100%
  }
  
  .sidebar + .content,
  .sidebar.sidebar {
    display: table-cell;
    vertical-align: top;
    float: none;
  }

  .inner-content {
    min-height: 320px;
    background: #fff;
  }
  
  [class*="col-"] {
    float: left;
  }
  
  .col-1-10 {
    width: 10%;
  }
  
  .col-2-10{
    width: 20%;
  }
  
  .col-1-5 {
    width: 20%;
  }
  
  .col-1-4 {
    width: 25%;
  }
  
  .col-3-10 {
    width: 30%;
  }
  
  .col-1-3 {
    width: 33%;
  }
  
  .col-1-2 {
    width: 50%;
  }
  
  .col-2-3 {
    width: 66%;	 
  }
  
  .col-3-4 {
    width: 75%;
  }
  
  .col-4-5 {
    width: 80%;
  }
  
  .col-6-10 {
    width: 60%;
  }
  
  .col-7-10 {
    width: 70%;
  }
  
  .col-8-10 {
    width: 80%;
  }
  
  .col-9-10 {
    width: 90%;
  }
  
  .col-full {
    width: 100%;
  }
  
  /* ================================== Header ================================== */
  
  .logo img {
    padding: 0;
  }
  
  .secondary-logo {
    margin-left: 0;
  }
  
  .page-title { 
    font-size: 1.8em;
    padding-top: 8px;
  }

  .searchbar {
    display: block;
    margin-top: 40px;
    text-align: right;
    float: right;
    max-width: 350px;
  }
  
  /* ================================== Content ================================== */
  
  .news img {
    width: 100%;
    padding: 20px 10px 15px 15px;
  }
  
  
  .mobile-images__board,
  .mobile-images__showcase,
  .mobile-images__voter,
  .mobile-images__treasurer,
  .mobile-images__sheriff,
  .mobile-images__info,
  .mobile-images__planning,
  .mobile-images__parks,
  .mobile-images__human,
  .mobile-images__finance,
  .mobile-images__clerk {
    display: none;
  }
  
  .carousel,
  .board-carousel,
  .voter-carousel,
  .treasurer-carousel,
  .sheriff-carousel,
  .info-carousel,
  .planning-carousel,
  .parks-carousel,
  .human-carousel,
  .finance-carousel,
  .clerk-carousel,
  .about p {
    display: block;
  }
  
  .about {
    margin-top: 0;
  }

  .about p {
    float: right;
    padding-right: 45px;
  }

  .vertical-line hr {
    display: block;
    width: 2px;
    height: 260px;
    float: left;
    background-color: #031634;
    border: none;
    margin-top: 17px;
    margin-right: 20px;
  }

  .padded-rule {
    display: block;
    width: 675px;
    height: 2px;
    margin-left: 8px;
}

.dates h1 {
  margin-left: 6px;
}

.dates ul {
  padding: 5px 0px 20px 50px;
}


/* ================================== Zebra Table ================================== */

.ContentTemp_Zebra {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cccccc;
}
.ContentTemp_Zebra th {							/* Column headings */
  font-weight: bold;
  background: #F4F5FB;
  border-bottom: 1px solid #cccccc;
  text-align: left;
  padding: 6px;
}
.ContentTemp_Zebra tbody td {
  border-left: 1px solid #cccccc;
  padding: 6px;
}
.ContentTemp_Zebra tr:nth-child(even) {			/* Needs jquery fallback */
  background: #f4f4f4;
}
.ContentTemp_Zebra img {						/* constrain images */
  /*max-width: 100px; what does this solve? */
}

/* ================================== Sidebar ================================== */
  
  .sidebar {
    min-width: 16em;
    background: rgba(237,237,237,1);
  } 
  
  [id*="social-grid"] {
    background: rgba(255,255,255,1);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
  }

  [id*="social-grid"] {
    min-height: 260px;
  }
  
  [id*="social-grid"] ul {
    display: inline-block;
    vertical-align: top;
  }
  
  [id*="social-grid"] li {
    padding-left: 15px;
    font-size: 1em;
  }

  .secondary-links {
    font-weight: 700;
    font-size: .9em;
    line-height: 12px;
    display: inherit;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  
  .secondary-links a {
    color: #033649;
  }
  
  .twitter-header:after {
    display: block;
  }

  .twitter-header a:link {
    display: block;
    padding-top: 5px;
  }  

  .link-list li {
    padding-top: 0;
    padding-right: 0;
  }
  
  [id*="connect-links"] {
    display: inherit;
  }
  
  [id*="connect-links"] ul {
    padding-bottom: 8px;
  }

  [id*="share-dropdown"] ul ul {
    position: absolute;
    float: none;
  }

  [id*="share-dropdown"] ul ul li {
    padding-top: 5px;
    padding-left: 0;
  }
  
  .address-info {
    text-align: left;
  }
  
  .address {
    background-image: none;
  }
  
  .location {
    display: none; 
  }
  
  /* ================================== Footer ================================== */
  
  .copyright {
    height: 75px;
  }
  
  .social-bar {
    display: block;
  }

  [id*="image-slider"] {
    position: relative;
    clear: both;
    border-top: 4px solid #033649;
    height: 258px;
  }

  .view-switcher img {
    height: 32px;
  }
  
  [data-view-active~=true]:after {
   bottom: -8px;
}

  .page .content {
    background: #ccc;
  }
  
  /*.content .col-full.about {
    position: absolute;
    bottom: 0;
  }

  .content.shadow {
     box-shadow: none
  }*/
}

@media screen and (max-width: 38em) {
  
 [id*="share-dropdown"] ul li:hover > ul {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
  }

  [id*="share-dropdown"] ul ul li {
    width: auto;
  }
 
  .news img {
    display: none
  }
 
  

  .logo img,
  .searchbar .SEARCH_FORM_BOX {
    width: 98%
  }

  .logo img {
     padding-left: 10px
  }

}

@media screen and (max-width: 930px) {
  .page-title {
    font-size: 1.6em;
    padding-top: 10px;
  }
  
  .padded-rule {
    display: none;
}

  .meetings {
    padding-left: 15px;
  }


}

@media screen and (max-width: 830px) {
  .page-title {
    font-size: 1.4em;
    padding-top: 12px;
  }

  #home-content [role*="main"],
  #home-content aside {
    width: 100%;
  }

  nav[role="navigation"] {
    display: none
  }

  .mobile-nav {
    display: block !important
  }
}

@media (max-width:725px) {
  .ContentTemp_MainCol,
  .ContentTemp_SideCol {
    display: block;
    width: 100%;
    padding: 0;
  }

  .dates h1 {
    margin-left: 8px;
  }

  .meetings {
    padding-left: 20px;
  }
}

@media (max-width:665px) {
 #mobile_cal {
    display: block; 
  }

  #desktop_cal {
    display: none;
  }
  
}

@media (max-width:725px) and (min-width:605px) {
  .page-title {
    font-size: 1.2em;
    padding-top: 15px; 
  }

  .meetings {
    padding-left: 25px;
  }

  .view-switcher {
    margin-top: -55px;
  }

  .view-switcher img {
    height: 28px;
  }
}

@media (max-width: 605px) and (min-width: 530px) {
  .page-title {
    font-size: 1.8em;
    padding-top: 8px;
  }

  .mobile-images__board .two-col,
  .mobile-images__showcase .two-col,
  .mobile-images__voter .two-col,
  .mobile-images__treasurer .two-col,
  .mobile-images__sheriff .two-col,
  .mobile-images__info .two-col,
  .mobile-images__planning .two-col,
  .mobile-images__parks .two-col,
  .mobile-images__human .two-col,
  .mobile-images__finance .two-col,
  .mobile-images__clerk .two-col {
    padding: 0px 30px;
  }
}

@media screen and (max-width: 530px) {
  .page-title {
    font-size: 1.7em;
    padding-top: 8px;
  }

}

@media screen and (max-width: 455px) {
  .page-title {
    font-size: 1.4em;
    padding-top: 12px;
  }

  [id*="main-image"] img {
    min-height: 58px;
  }

}

@media screen and (max-width: 375px) {
  .page-title {
    font-size: 1.2em;
    padding-top: 15px;
  }

  .twitter-feed {
    padding-left:0px;
    overflow: auto;
  }

}

@media screen and (min-width: 830px) {
 .mobile-nav {
    display: none !important
  }
}


@media screen and (min-width: 960px) { 
  [id*=main-image] {
    min-height: 135px
  }
}

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background: #033649;
	padding: 4px 0;
	min-height: 42px;
	z-index: 100;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #033649;
	/*margin-top: 44px;*/
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 17px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(3,54,73,0.9);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}


/**** QCONTENT DEFAULT STYLES *****/
/**** News Feed Display Pop Up
/**** File Browser
/**** Dynamic Menus
/**** Search Box
/**** Site Map
*****/


/* ----------------- DEFAULT NEWS FEEDS & POPUP ------------------- */
/* ---------------------------------------------------------------- */
.NEWS_FEED_DISPLAY_TABLE,
.NEWS_FEED_DISPLAY_DETAILS_TABLE {				/* Containers */
	width: 100%;
},
.NEWS_FEED_DISPLAY_ROW_HEADER, 					/* Category Heading */
.NEWS_FEED_DISPLAY_DETAILS_TITLE {				/* & Pop Up Row Heading */
	font-size: 125%;
	font-weight: bold;
}
.NEWS_FEED_DISPLAY_ROW_HEADER_RSS img,
.NEWS_FEED_DISPLAY_RSS img {					/* RSS Icons */
}
.NEWS_FEED_DISPLAY_EXPANDER {					/* Details +/- Icon */
}

/*.NEWS_FEED_DISPLAY_TITLE {						/* Feed Item Date *//*
  	font-size:14px;
  	color:#1edcc8;
  	font-weight:bold;
    text-shadow: 0 1px 0px rgba(0,0,0,.6);
}*/
.NEWS_FEED_DISPLAY_LINK_TITLE {					/* Feed Item Link */
	text-decoration:none;
  	font-size:15px;
  	color:#383838;
    display: block
}
/*.NEWS_FEED_DISPLAY_ROW_TITLE:hover {
  	background:#08669C;
}
.NEWS_FEED_DISPLAY_ROW_TITLE:hover > .NEWS_FEED_DISPLAY_LINK_TITLE {
	color:#fff;
}*/
.NEWS_FEED_DISPLAY_DETAILS_BODY_ROW {			/* Item Details Row */
}
.NEWS_FEED_DISPLAY_ROW_ARCHIVE {				/* Archive Row */
}
.NEWS_FEED_DISPLAY_LINK_ARCHIVE {				/* Archive Link */
  	font-weight:bold;
  	text-decoration:none;
  	color:#08669C;
    /*float: right;
  padding: 50px 0;*/
}
.NEWS_FEED_DISPLAY_LINK_ARCHIVE:hover {
  	color:#22AEE9;
}
.NEWS_FEED_DISPLAY_DETAILS_BODY_TEXT{
  width: 100%;
  position: relative;
  display: block;
}
.NEWS_FEED_DISPLAY_DETAILS_TITLE,
.NEWS_FEED_DISPLAY_ROW_HEADER_TEXT{
  font-weight: bold;
  font-size: 18px;
  padding: 20px 0;
  display: block;
  color: #08669C;
  text-transform: uppercase;
}
a.archived{
	position: absolute;
    right: 10px;
    top: 10px;
    color: #22AEE9;
    font-size: 21px;
}
a.archived:hover{
	color:#08669C;
}
#news .NEWS_FEED_DISPLAY_ROW_TITLE {
 	padding-left:45px;
  	background:url("/data/layout/images/news_icon.png") top left no-repeat;
  	background-position: 15px 9px;
}
#events .NEWS_FEED_DISPLAY_ROW_TITLE {
 	padding-left:45px;
  	background:url("/data/layout/images/events_icon.png") top left no-repeat;
    background-position: 15px 9px;
}
#news .NEWS_FEED_DISPLAY_ROW_TITLE:hover{
  	padding-left:45px;
  	background:#08669C url("/data/layout/images/news_icon.png") top left no-repeat;
  	background-position: 15px 9px;
}
#events .NEWS_FEED_DISPLAY_ROW_TITLE:hover{
   	padding-left:45px;
    background:#08669C url("/data/layout/images/events_icon.png") top left no-repeat;
    background-position: 15px 9px;
}

.NEWS_FEED_DISPLAY_DETAILS_BODY_TEXT li {
  	line-height:1.375;
	margin-bottom: 10px;
}

a.NEWS_FEED_DISPLAY_LINK_TITLE {
    display: inline-block;
}

.NEWS_FEED_DISPLAY_ROW_ARCHIVE {
    padding-top: 10px; 
}
/* -------------------------- EVENTS LIST ------------------------- */
/* ---------------------------------------------------------------- */
ul.eventlist {
  	width: 100%;
}
ul.eventlist li {
	padding:10px 15px;
   	padding-left:45px;
  	background:url("/data/layout/images/meetings_icon.png") top left no-repeat;
  	background-position: 15px 11px;
}
ul.eventlist li:hover {
    padding-left:45px;
  	background:#08669C url("/data/layout/images/meetings_icon.png") top left no-repeat;
  	background-position: 15px 11px;
}
.eventdate {
  	font-size:14px;
  	color:#1edcc8;
  	font-weight:bold;
    text-shadow: 0 1px 0px rgba(0,0,0,.6);
}
.eventname {
}
.eventname a {
  	text-decoration:none;
  	font-size:15px;
  	color:#383838;
}
ul.eventlist li:hover > .eventname{
  	color:#fff;
}
ul.eventlist li:hover > .eventname a{
    color:#fff;
}

.FORM_LABEL_TEXT {
	font-weight:700;
}

/* --------------------- DEFAULT FILE BROWSER --------------------- */
/* ---------------------------------------------------------------- */
.FolderPreText,									/* Hide "listing files in" text */
.FB_Footer,										/* Hide "times adjusted" footer */
.FB_FileListUL li div span {					/* Hide file upload time text */
	display: none;
}
.FB_FileListUL {								/* FB Unordered List Styles */
}
.FB_FileListUL li {
	list-style-type: none;
}
.FB_FileListUL li a {							/* File Link */
}

#FB_Footer { display: none; }
#FB h2 { display: none; }
#FB_FB_APPanel h2 { display: none; }
#FB1_FB1_APPanel h2 { display: none; }
#FB2_FB2_APPanel h2 { display: none; }
#FB3_FB3_APPanel h2 { display: none; }
#FB4_FB4_APPanel h2 { display: none; }
#FB5_FB5_APPanel h2 { display: none; }



/* --------------------- DEFAULT DYNAMIC MENU --------------------- */
/* ---------------------------------------------------------------- */

.MenuGroup {									/* Menu Container */
	width: 95%;
}
.MenuGroup img {								/* Hide default expand icon */
	display: none;
}
.MenuItem, .MenuItemOver {					/* Menu Item Containers */
	cursor: pointer;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
.MenuItem td, .MenuItemOver td {			/* Menu Item Text */
	font-family: sans-serif;
	font-size: 100%;
	font-weight: bold;
}
.MenuItemOver {									/* Hover Item Container */
	background: white;
}
.MenuItemOver td {								/* Hover Item Text */
}

/* --------------------- SLIDER DYNAMIC MENU --------------------- */
/* ---------------------------------------------------------------- */
.MenuGroupSlider {									/* Menu Container */
	background-color: rgba(0, 0, 0, 0.6);
}
.MenuGroupSlider img {								/* Hide default expand icon */
	display: none;
}
.MenuItemSlider, .MenuItemOverSlider {					/* Menu Item Containers */
	margin:0;
  	padding:0;
}
.MenuItemSlider td, .MenuItemOverSlider td {			/* Menu Item Text */
	display: block;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding:9px 0;
	cursor: pointer;
	width: 159px;
  	margin:0;
}
.MenuItemSlider td:hover, .MenuItemOverSlider td:hover {
	background-color: #1EDCC8;
	color: #000;
}
/* ---------------------- DEFAULT SEARCH BOX ---------------------- */
/* ---------------------------------------------------------------- */

<!-- SEARCH STYLES NOT USED

.SEARCH_FORM_LABEL_TEXT {						/* Search Label */
	color: #ccc;
	float: left;
	margin: 4px 0 0 0;
}
.SEARCH_FORM_BOX {								/* Search Text Field */
	padding: 5px;
	outline: 0;
	margin: 0;
	width: 225px;
	position: relative;
	background: #fff;
	border: 1px solid #fff;
}
.SEARCH_FORM_BOX:focus {
	border: 1px solid #EAF996;
	background: white;
}
.search img {								/* Submit Button (if Image) */
	position: relative;
  	z-index:1;
	vertical-align: middle;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.SUBMIT_BUTTON {								/* Submit Button (if Text) */
}
:focus {
	outline: -webkit-focus-ring-color auto 0px;
}

-->

/* --------------------------- SITE MAP --------------------------- */
/* ---------------------------------------------------------------- */

.SiteMap {
}
.RootNode {
}
.RootNode a {
	color: #666;
}

/* ----------------------- EMERGENCY ALERT ------------------------ */
/* ---------------------------------------------------------------- */

#EmergencyAlert {
	background-color: red;
	font-size: 16px;
	text-align:center;
	font-weight:bold;
	color: #FFF;
	padding: 10px 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;
}
#EmergencyAlert a:hover {
	color: #ffd609;
}

@media (max-width: 480px) {
.NEWS_FEED_DISPLAY_TITLE {
  	font-size:12px;
}
.NEWS_FEED_DISPLAY_LINK_TITLE {
  	font-size:13px;
}
.eventdate {
  	font-size:12px;
}
.eventname a {
  	font-size:13px;
}
}


.panelbar {
  width: 260px !important;
}

.panelbar * {
    white-space: normal !important;
}

.searchbar [type="image"] {
  position: relative;
  box-sizing: content-box;
}

/*.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0;
}

input.gsc-search-button-v2 .search-button-v2 {
  margin-top: 3px;
}

.gsc-search-box *,
.gsc-search-button [type="image"] {
  position: relative;
  box-sizing: content-box;
}

input.gsc-search-button {
  margin-left: 0;
}*/