<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/css2?family=Montserrat:wght@400;700&amp;family=Roboto+Slab:wght@400;700&amp;display=swap');

/* Core Styles */
body { margin: 0; font-family: 'Montserrat', sans-serif; font-size: 16px; line-height: 28px; color: #000; }
a { color: #094823; }
a:hover, a:active { color: #0F7539; }
hr { margin-block-start: 20px; margin-block-end: 20px; border: 0px; border-top: 1px solid #F6F6F6 !important; }
h1, h2, h3 { font-family: 'Roboto Slab', sans-serif; }
.mobileIcon { display: none; }

.awesomplete&gt;ul { z-index: 4 !important; }

/* Buttons */
a.button { background: #802D40; display: inline-block; padding: 6px 16px; border-radius: 5px; color: #FFF; text-decoration: none; color: #FFF; font-weight: 700; }
a.button:hover { background: #A63A53; transition: 1s;  }

/* Content - Minimum Height */
.content { min-height: calc(100vh - 271px); }
.content.noMinimum { min-height: 0; }

/* Clear */
.clear { clear: both; }

/* Header - Alert */
.alert { background: #000; color: #FFF; padding: 10px 10px; text-align: center; font-size: 18px; font-weight: 700; }
.alert a { color: #FFF; text-decoration: none; }
.alertButton { background: rgba(255,255,255,.2); padding: 0 10px; margin-left: 10px; display: inline-block; }

/* Header - Main Container */
.headerContainer { width: 100%; background: #FFF; transition: all 250ms ease-out; height: 90px; }
#header { width: calc(100% - 20px); padding: 5px 0; margin: 0 auto; }

/* Header - Top Links */
.headerLinks { float: right; text-align: right; font-size: 13px; width: calc(100% - 240px); margin: 12px 0 4px; line-height: 16px; }
.headerLinks a { color: #000; display: inline-block; margin: 0 5px 0 10px; text-decoration: none; border-bottom: 2px solid transparent; }
.headerLinks a:hover, .headerLinks a:active { border-bottom: 2px solid #094823; transition: border-bottom 1s ease; }
.headerLinks br { display: none; }

.headerLogo { float: left; width: 240px; }
.headerLogo img { height: 110px; width: auto; transition: ease all 1s; margin: 6px 0 0; }

/* Header - Sticky w/ Scrolling */
.sticky { position: fixed; top: 0; width: 100%; z-index: 10; border-bottom: 3px solid #3B4E51; }
.sticky + .content { padding-top: 90px; }

/* Header - Navigation */
.topnav { overflow: hidden; float: right; margin: 2px -5px 0 0; }
.topnav a { float: left; display: block; color: #333; text-align: center; padding: 4px 10px; text-decoration: none; text-transform: uppercase; margin-left: 10px; font-family: 'Roboto Slab'; font-size: 18px; }
.topnav a:hover { color: #FFF; }
.topIcon { display: none; }
.dropdown { float: left; overflow: hidden; }
.dropdown .dropbtn { font-size: 18px; border: none; outline: none; font-weight: 700; padding: 4px 10px; background-color: transparent; line-height: inherit; font-family: inherit; margin: 0; margin-left: 10px; }
.topnav a.standard { font-weight: 700; }
.topnav a.standard i { line-height: inherit; }
.dropdown .dropbtn a { padding: 0; float: none; display: inline; margin-left: 0; }
.dropdown .dropbtn i { margin-left: 5px; }
.dropdown-content { display: none; position: absolute; background-color: #094823; min-width: 160px; max-width: 250px; z-index: 10; overflow: hidden; margin-left: 10px; }
.dropdown-content.dropdown-officials { width: 201px; }
.dropdown-content.dropdown-dept { display: none; flex-direction: column; flex-wrap: wrap; height: 337px; width: 370px; max-width: 370px; }
.dropdown-content a { float: none; color: #FFF; padding: 6px 10px; text-decoration: none; display: block; text-align: left; text-transform: none !important; font-size: 14px; line-height: 20px; margin-left: 0; font-family: 'Montserrat'; font-weight: 400; }
.topnav a:hover, .dropdown:hover .dropbtn, .dropdown:hover .dropbtn a { background-color: #094823; color: #FFF; }
.dropdown .dropbtn a:hover { color: #FFF; }
.dropdown-content a:hover { background-color: #0F7539; transition: .5s; }
.dropdown:hover .dropdown-content { display: block; }
.dropdown:hover .dropdown-content.dropdown-dept { display: flex; z-index: 100; }
.dropdown:hover .dropdown-content.dropdown-dept a { width: 169px; float: left; padding: 3.5px 8px; font-size: 12px; }

/* Header - WX and Search */
.headerWxSearch { width: 100%; background: #802D40; height: 40px; }
.headerWeather { float: right; margin: 0 20px 0 0; line-height: 40px; color: #FFF; font-size: 14px; }

/* Header Search Styles */
.headerSearch { float: right; margin: 6px 10px 0 0; display: flex; align-items: center; }
.headerSearch input[type="text"]:not(.homeSearchInput) { width: 800px; display: block; margin: -5px auto 10px; font-size: 18px; font-family: 'Montserrat'; border: 1px solid #094823; border-radius: 5px; padding: 5px 8px;  }
.headerSearch nl-autocomplete, .headerSearch nl-autocomplete .awesomplete { height: auto; }
.headerSearch .homeSearchInput { box-shadow: none; width: 320px; display: block; border-radius: 0.25em; padding: 0 6px 0 28px; margin-left: -24px; font-size: 14px; font-family: 'Montserrat'; border: 2px solid #FFF; line-height: 26px; background: #FFF; color: #094823; }
.headerSearch .homeSearchInput::placeholder { color: #094823; }
.headerSearch i, .headerSearch .fa { color: #094823; position: relative; z-index: 1; }

@media screen and (max-width: 625px) {
  .headerSearch { float: none; display: flex; align-items: center; width: calc(100% - 55px); margin: 0 auto; padding: 5px 0 0 35px; }
  .headerSearch .homeSearchInput { width: calc(100% - 10px); }
  .headerLogo img { height: 70px; }
}

@media screen and (min-width: 751px) {
  .headerSearch .awesomplete ul[role=listbox] { left: calc(max(634px - 100vw, -500px)); right: 0; }
  .headerSearch .awesomplete&gt;ul:before { left: initial; right: 298px !important; }
}

/* Homepage - Rotator */
.homeRotator { width: 100%; z-index: 0; height: 600px; max-height: calc(100vh - 268px); position: relative; }
.homeRotatorText { position: absolute; bottom: 80px; left: 20px; z-index: 1; width: calc(100% - 40px); text-align: center; }
.homeRotatorLabel { position: absolute; top: 5px; left: 5px; z-index: 1; background: rgba(0,0,0,.6); color: #FFF; font-size: 13px; line-height: 18px; padding: 4px 10px; border-radius: 4px; }
.homeRotatorWelcome { color: #FFF; line-height: 60px; text-shadow: 0 0 10px #000; }
.homeRotatorWelcome h1 { font-size: 55px; margin: 0; }
.homeRotatorWelcome h1 .welcomeTo { font-family: 'Montserrat'; font-size: 22px; text-transform: uppercase; line-height: 24px; }
@media screen and (max-width: 600px) {
  .homeRotatorWelcome { line-height: 45px; }
  .homeRotatorWelcome h1 { font-size: 40px; }
  .homeRotatorWelcome h1 .welcomeTo { font-size: 18px; }
}
.homeRotator video { width: 100%; height: 100%; position: absolute; object-fit: cover; z-index: 0; }
.homeRotator.sticky video { margin-left: 0 !important; }

/* Homepage - Icons */
.trendingContainer { position: relative; width: calc(100% - 40px); max-width: 900px; padding: 0; margin: -60px auto 0; z-index: 2; }
.trendingIcons { width: 100%; display: flex; background: #FFF; border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0,.25); }
.trendingIcons .icon { width: calc(16.66% - 20px); text-align: center; padding: 10px; font-size: 13px; line-height: 16px; }
.trendingIcons .icon:hover { background: #cec08d; transition: .5s; }
.trendingIcons .icon a { text-decoration: none; font-weight: 700; color: #094823; }
.trendingIcons .icon a i { font-size: 50px; margin: 0 auto; line-height: 70px; width: 90px; height: 70px; display: block; }

.homeFeatures { width: calc(100% - 40px); max-width: 1440px; display: flex; margin: 20px auto 20px; }
.homeEvents { width: 400px; }
.homeNews { width: calc(100% - 400px); }
.homeFeatureHeader { text-align: center; padding: 20px 0; }
.homeNews .homeFeatureHeader { padding: 20px 0 0 20px; }
.homeFeatureHeader h2 { text-transform: uppercase; margin: 0; }
.homeFeatureHeader p { margin: 0; }

.homeEvent { width: 100%; margin: 0 0 10px 0; display: flex; align-items: center; border-bottom: 2px solid #802D40; background: #FFF; border-radius: 4px; }
.homeEvent a { color: #000; text-decoration: none; }
.homeEventDate { width: 70px; text-align: center; padding: 10px 0; }
.homeEventMonth { text-decoration: none; text-transform: uppercase; font-weight: 700; }
.homeEventDay { font-size: 30px; line-height: 32px; font-weight: 700; }
.homeEventInfo { width: calc(100% - 80px); margin: 0; font-size: 14px; line-height: 20px; padding: 8px 0 8px 10px; }
.homeEventInfo b { font-family: 'Roboto Slab'; display: block; font-size: 16px; line-height: 20px; margin: 0 0 5px; }

.homeNewsFeatures { width: 100%; display: flex; flex-wrap: wrap; margin: 20px 0 0; }
.homeNewsItem { width: calc(50% - 20px); margin: 0 0 20px 20px; padding-bottom: 30%; position: relative; }
.homeNewsInfo { width: calc(100% - 20px); padding: 10px; position: absolute; background: rgba(0, 0, 0, .8); border-bottom: 4px solid #802D40; bottom: 0; color: #FFF; font-size: 14px; line-height: 20px; }
.homeNewsInfo a { color: #FFF; font-family: 'Roboto Slab'; font-size: 18px; line-height: 26px; margin: 5px 0 10px; text-decoration: none; display: block; font-weight: 700; }
.hnDepartment { float: left; background: #cec08d; color: #000; font-size: 13px; text-transform: uppercase; line-height: 18px; padding: 0 5px; font-weight: 700; }
.hnPostDate { float: right; font-weight: 700; font-size: 13px; text-transform: uppercase; line-height: 18px; }

.homeNewsLinks { width: 100%; text-align: center; }
.homeNewsLinks a { background: #094823; color: #FFF; text-decoration: none; display: inline-block; padding: 2px 16px; border-radius: 4px; font-weight: 700; }
.homeNewsLinks a.plainLink { background: none; color: #802D40; }

@media screen and (max-width: 1200px) {
  .homeFeatures { flex-wrap: wrap; width: calc(100% - 10px); }
  .homeCalendar { display: flex; flex-wrap: wrap; }
  .homeEvents { width: 100%; margin: 0 0 20px; }
  .homeEvent { margin: 5px; width: calc(50% - 10px); }
  .homeNews { width: 100%; }
  .homeNewsItem { margin: 0 10px 20px; }
}
@media screen and (max-width: 700px) {
  .homeEvent { width: calc(100% - 20px); }
  .homeNewsItem { width: 100%; margin: 0 0 10px; padding-bottom: 60%; }
}

/* Homepage - About + CTA */
.homeCTA { width: 100%; display: flex; margin: 0; }
.homeAbout { width: calc(100% - 450px); padding: 50px; background: url(/images/courthouse_background.jpg); background-position: center center; background-size: cover; color: #FFF; }
.homeAbout h2, .homeConnect h2 { text-transform: uppercase; margin-top: 0; }
.homeAbout a { color: #EEE; font-weight: 700; }
.homeConnect { background: #802D40; width: 250px; padding: 50px; color: #FFF; }
.homeConnect a.button { background: #cec08d; color: #000; }

.readMore { display: block; margin: 0 -15px 0; background: #094823; color: #FFF; font-weight: 700; text-align: center; width: calc(100% + 30px); padding: 2.5px 0; font-size: 16px; }
.readMore a { color: #FFF; text-decoration: none; margin: 2.5px 0; }
.rightNews h4, .mainNews h4 { margin-bottom: 0; }
.rightNews b { margin-bottom: 10px; display: block; font-weight: 400; }
.rightNews { font-size: 14px; line-height: 22px; }
.mainNews b { margin-bottom: 10px; display: block; font-weight: 400; font-size: 14px; line-height: 20px; }
.newsItem { border-bottom: 1px solid #EEE; }
.newsItem h4 { margin-top: 5px; }

/* Content Pages - Headers */
.pageHeaderContainer { width: 100%; padding: 10% 0 20px; background-position: center center; background-size: cover; }
.pageHeaderContainer.slim { padding: 40px 0 20px; background: #333; }
.pageHeaderContainer.slim #sectionHeader { margin: 0 auto; }
#sectionHeader { width: calc(100% - 40px); max-width: 1400px; margin: 30px auto 0; }
.sectionParent a { display: inline-block; background: #094823; color: #FFF; padding: 2px 6px 0; text-transform: uppercase; font-weight: 700; color: #FFF; text-decoration: none; margin: 0 0 5px; }
.sectionPageHeader h1 { display: block; margin: 0; line-height: 38px; color: #FFF; text-shadow: 0 0 10px #000; }
.pageHeaderContainer.slim .sectionPageHeader h1 { color: #FFF; text-shadow: none; }
.sectionPageHeader h1 a { color: #FFF; text-decoration: none; }
.pageHeaderContainer.slim .sectionPageHeader h1 a { color: #094823; }
.serviceIntro { font-size: 20px; line-height: 32px; padding-bottom: 1em; border-bottom: 1px solid #EEEEEE; margin-bottom: 1em; }
.serviceDivider { border-top: 1px solid #D0C08C; height: 10px; margin: 10px auto 0; width: calc(100% - 20px); }

/* Contact Page */
.contactInfo { margin: 0 0 20px; border-bottom: 1px solid #CCC; font-size: 14px; line-height: 22px; padding: 0 0 20px; }
.contactInfo h3 { margin: 0; }
.contactInfo .intro { margin-bottom: 5px; }

.staffRow { width: 100%; border-top: 1px solid #EEEEEE; padding: 5px 0; }
.staffName { width: calc(100% - 130px); float: left; }
.staffPhone { width: 130px; float: right; text-align: right; }

/* Departments */
.departmentAlertContainer { background: #802D40; width: 100%; padding: 20px 0; }
.departmentAlert { max-width: 1400px; width: calc(100% - 40px); margin: 0 auto; color: #FFF; }
.departmentAlert h3 { margin: 0; }
.departmentAlert p { margin: 0; }
.departmentAlert a { color: #EEEEEE; }

.departmentIntro { font-size: 18px; line-height: 30px; padding: 0 0 20px; margin: 0 0 20px; border-bottom: 1px solid #F6F6F6; }

.department { display: flex; flex-wrap: nowrap; width: 100%; max-width: 1440px; margin: 0 auto; }
.departmentContact { padding: 20px 20px 20px 17.5px; width: 302.5px; order: 1; background: #F6F6F6; line-height: 26px; }
.departmentContent { padding: 20px; width: calc(100% - 380px); order: 2; }
.departmentContent.fullWidth { width: calc(100% - 40px); }
.departmentContent h2:first-child, .departmentContact h2:first-child, .departmentContact h4 { margin-top: 0; }
.departmentContact i { margin-right: 5px; }
.departmentContact p { margin: 0 0 20px 26.25px; }
.departmentContact p a i { margin-left: 5px; text-decoration: none; }
.departmentContact h4 { margin-bottom: 2.5px; font-size: 17px; color: #094823; }
.departmentContent .intro { font-size: 20px; line-height: 34px; border-bottom: 1px solid rgba(70, 153, 169, .3); padding-bottom: 20px; margin-bottom: 20px; }
.departmentContactStaff { margin: 0 0 20px 26.25px; }
.departmentContactStaff img { width: calc(100% - 26.25px); margin: 10px 0; height: auto; }
.staffSpacer { width: 100%; height: 5px; }

.departmentStaff { margin-top: 1em; padding-top: 1em; border-top: 1px solid #F6F6F6; }

.departmentInfoContainer { width: 100%; background: #094823; color: #FFF; }
.departmentInfo { width: calc(100% - 20px); max-width: 1460px; display: flex; margin: 0 auto; }
.departmentColumn { width: calc(33.3% - 20px); padding: 20px 10px; text-align: center; }
.departmentColumn h4 { margin: 10px 0 0; font-size: 17px; color: #FFF; }
.departmentColumn p { margin: 10px 0; }
.departmentColumn a i { margin-left: 5px; text-decoration: none; }
.dept1x { width: calc(100% - 20px); }
.dept4x { width: calc(25% - 20px); }
.departmentInfo a { color: #F6F6F6; }

.departmentMapHeader { width: 100%; background: #F6F6F6; text-align: center; padding: 10px 0; }
.departmentMapHeader h2 { margin: 10px 0; }
.departmentMap { height: 450px; overflow: hidden; }
.departmentMap iframe { width: 100%; height: 450px; border: 0; }

.departmentIcons { margin:-10px -10px 0; display: flex; flex-wrap: wrap; justify-content: stretch; padding: 10px 0; }
.departmentIcons .qlIcon { width: calc(20% - 30px); margin: 10px; line-height: 16px; text-align: center; padding: 10px 5px; font-size: 13px; }
.departmentIcons .qlIcon a { text-decoration: none; font-weight: 700; color: #094823; }
.departmentIcons .qlIcon a i { font-size: 50px; margin: 0 auto; line-height: 70px; width: 90px; height: 70px; display: block; }
.departmentIcons .qlIcon:hover { background: #D0C08C; border-radius: 10px; transition: 1s; } */

/* Departments - Map */
.departmentMapHeader { width: 100%; background: #A73D20; padding: 5px 0; }
.departmentMapHeader h3, .departmentMapHeader p { width: calc(100% - 40px); max-width: 1440px; color: #FFF; text-align: center; }
.departmentMapHeader h3 { margin: 10px auto; }
.departmentMapHeader h3 a { color: #EEEEEE; }

/* Modules - Cities */
#communities { display: flex; flex-wrap: wrap; margin: -10px; width: calc(100% + 20px); }
.city { background: #EEE; width: calc(33.3% - 20px); margin: 10px; }
.cityImage { width: 100%; background: #CCC; background-position: center center !important; background-size: cover !important; }
.cityImage.noLink { width: 100%; padding-bottom: 66.6%; }
.cityImage a { width: 100%; display: block; padding-bottom: 66.6%; }
.cityDetail { padding: 10px; font-size: 15px; line-height: 22px; background: #DDD; }
.cityDetail h3 { margin: 0 0 2px; }
.cityLink { width: 25%; float: left; text-align: center; font-size: 14px; line-height: 22px; font-weight: 700; }
.cityLink3x { width: 33.3%; }
.cityLink2x { width: 50%; }
.cityLink1x { width: 100%; }
.cityLink a { text-decoration: none; display: block; padding: 13px 0 5px; }
.cityLink a:hover { background: #094823; color: #FFF; }
.cityLink a i { display: block; margin: 0 0 2px; font-size: 20px; }
.cityDivider { width: 100%; clear: both; margin: 5px 0; border-bottom: 1px solid #F6F6F6; }

/* Departments - Board Members */
.boardMembers { display: flex; flex-wrap: wrap; margin: 0 auto; width: 100%; }
.boardMember { width: calc(33.3% - 20px); padding: 0; margin: 0 20px 30px 0; font-size: 15px; line-height: 22px; }
.boardMember b { font-size: 17px; display: block; margin: 0 0 5px; }
.boardMember img { width: 100%; height: auto; margin: 0 0 5px; }
.boardSection { margin: 0 0 10px; }

/* Departments - Conservation */
/* Modules - Parks */
.serviceDetail.parks p:nth-child(2) { margin-top: 0; }
.serviceDetail.parks h3 { margin-top: 1.5em; }
.serviceDetail.parks h4 { color: #4699A9; }
#facilityInfo { float: right; width: 300px; padding: 10px; margin-left: 10px; background: #EEE; }
#facilityInfo img { width: 100%; height: auto; margin: 0 0 1em; }
.parkDivider { padding-top: 5px; border-top: 1px solid #CCC; margin: 20px 0 -10px; }
.parkListing { display: flex; flex-wrap: wrap; width: calc(100% + 15px); margin: -7.5px;) }
.park { width: calc(33.3% - 15px); margin: 7.5px; }
.parkFeaturedPhoto { width: 400px; max-width: 50%; height: auto; float: right; margin: 0 0 10px 10px; }
.park.right { margin-right: 0; }
.parkPhoto { margin: 0 0 10px; }
.parkPhoto a { width: 100%; padding-bottom: 60%; display: block; text-decoration: none; }
.parkInfo { text-align: center; font-size: 15px; line-height: 24px; }
.park h3 { margin: 5px 0 1px; }
.parkType { background: #006970; color: #FFF; font-size: 13px; line-height: 20px; padding: 0 5px; text-transform: uppercase; font-weight: 700; display: inline-block; border-radius: 5px; margin: 5px 0 0 5px; }
.parkInfo a.moreInfo { display: block; margin: 5px auto 20px; background: #094823; border-radius: 5px; padding: 2px 4px; width: 100px; color: #FFF; text-decoration: none; }
img.parkPhoto { width: 400px; max-width: 50%; height: auto; float: right; margin: 0 0 10px 10px; }
.parkMapHeader h3 { text-align: center; margin-bottom: 5px; }
.parkMap, .parkVideo { min-height: 450px; overflow: hidden; padding: 5px; background: #EEE; border-radius: 5px; }
.parkMap iframe { width: 100%; height: 450px; border: 0; border-radius: 5px; overflow: hidden; }
.parkMap #map { width: 100%; height: 450px; border: 0; border-radius: 5px; overflow: hidden; }
.parkVideo { min-height: none; }
.parkHunting { display: block; font-size: 13px; line-height: 18px; }
#facilityAmenities { width: calc(100% - 330px); display: flex; flex-wrap: wrap; }
.facilityIcon { width: calc(100% / 3); float: left; line-height: 30px; margin: 0 0 15px; font-size: 14px; }
.facilityIcon img { width: 30px; height: 30px; display: inline-block; margin: 0 15px 0 0; float: left; }

/* Calendar */
.eventListing { width: calc(100% - 10px); padding: 20px 5px; margin: 0 auto; border-bottom: 1px dotted #CCC; color: #666; }
.eventListing .eventImage { width: 300px; float: right; height: 200px; background-size: cover; background-position: center center; border-bottom: 5px solid #094823; }
.eventListing h3 { margin: 0; }
.eventListing p, .newsListing p { margin: .5em 0; }
.eventListing p.eventButton, .newsListing p.newsButton { margin: 1em 0 0; }
a.eventButton { background: #A73D20; padding: 2px 10px; border-radius: 10px; color: #FFF; text-decoration: none; font-weight: 700; margin: 0 auto; width: 145px; text-align: center; }
a.eventButtonRight { display: block; width: 100%; font-size: 22px; padding: 6px 10px; }
.event-overlay h3 { margin-top: 0; }
.event-overlay img { width: 200px; float: right; margin: 0 0 10px 10px; }

/* Services */
#servicePage { display: flex; flex-wrap: wrap; width: 100%; max-width: 1440px; margin: 0 auto; min-height: calc(100vh - 619px) }
.serviceDetail { width: calc(100% - 360px); padding: 20px; order: 1; }
.serviceDetail .intro { font-size: 20px; line-height: 34px; border-bottom: 1px solid #D0C08C; padding-bottom: 20px; margin-bottom: 20px; }
.serviceDetail h2:first-child, .serviceDetail h3:first-child { margin-top: 0; }

.serviceNav { width: 320px; line-height: 24px; order: 2; }

.serviceNav h3 { margin: 15px; font-size: 22px; }
.serviceNav h3 a { color: #000; text-decoration: none; padding: 0; }
.serviceNav h3 a:hover { color: #333; }

.serviceNav a { display: block; padding: 7.5px 15px; color: #333; text-decoration: none !important; font-size: 17px; line-height: 32px; }
.serviceNav a i { margin-right: 7.5px; font-size: 17px; line-height: 30px; width: 30px; border-radius: 50%; border-radius: 50%; color: #094823 !important; }
.serviceNav a.active { background: #D0C08C !important; font-weight: 700; }
.serviceNav a:hover { background: #D0C08C; }
.serviceNav h3 a:hover { background: none !important; color: #094823; }


/* Elections */
.electionYear h2 { margin: 1.5em 0 1em; }
.electionDetails { margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #F6F6F6; }
.electionDetails b, .precinct b.lead, .precinctAlt b.lead { display: block; font-size: 18px; padding: 0 0 5px; }
.electionInfo { float: left; width: 50%; }
.electionLinks { float: right; width: 50%; }
.electionLinks a { display: block; font-weight: 700; }
.precinct a, .precinctAlt a { font-weight: 700; }
.electionLinks a i, .precinct a i, .precinctAlt a i { text-decoration: none; margin-right: 5px; }
.electionTypeDescription { display: none; position: absolute; width: calc(50% - 20px); z-index: 100; background: #F6F6F6; border: 2px solid #BBB; border-radius: 5px; padding: 10px; }
a.electionTypeInfo { cursor: pointer; }
a:hover.electionTypeInfo + div.electionTypeDescription { display: block; }
a.precinctInfoIcon { cursor: pointer; }
a:hover.precinctInfoIcon + div.precinctInfoDescription { display: block; }

/* Elections - Detail Page */
.electionPage h3 { margin: 1.5em 0; font-size: 20px; }
.electionResults h3 { margin: 2em 0 1.5em; }
.resultsLink, .resultsCount { width: calc((100% - 60px) / 2); margin: 10px; float: left; padding: 20px 5px; background: #F6F6F6; border-radius: 5px; text-align: center; font-weight: 700; }
.resultsLink a { text-decoration: none; display: block; }
.resultsLink a i { margin-left: 10px; }
.resultsLink:hover { background: #F6F6F6; }
.electionsBack { margin: 2em 0 0; text-align: center; }
#ballots:before { height: 80px; display: block; content: ''; margin-top: -80px; }
.electionGraph h3 { margin: 2em 0 1.5em; }
.electionGraph .graphCat, .electionGraph .graphCatS, .electionGraph .graphNum, .electionGraph .graphNumS { height: 30px; line-height: 30px; float: left; font-weight: 700; font-size: 12px; }
.electionGraph .graphCat { width: 160px; text-align: right; margin-right: 5px; }
.electionGraph .graphCatS { width: 95px; text-align: right; margin-right: 5px; }
.electionGraph .graphNum { width: 55px; text-align: left; margin-left: 5px; }
.electionGraph .graphGraph { width: calc(100% - 225px); height: 20px; margin: 5px 0; float: left; background: #F6F6F6; }
.electionGraph .graphGraphS { width: calc(100% - 160px); height: 20px; margin: 5px 0; float: left; background: #F6F6F6; }
.electionGraph strong { color: #666; font-size: 18px; display: block; margin: 30px 0 5px; }
.graphSpacing { margin: 10px 0; }

.homeElectionTurnout .registerToVote a { width: 150px; color: #FFF; padding: 10px; margin: 1.5em auto 0; display: block; background: #11437F; text-align: center; text-decoration: none; font-weight: 700; border-radius: 10px; }
.voterReg { margin: 0 auto; padding: 20px 0 50px; border-top: 1px solid #F6F6F6; }
.voterReg .registerToVote { text-align: center; }
.voterReg .registerToVote a i { text-decoration: none; margin-right: 5px; }
.voterReg h3 { text-align: center; }
.voterReg .graphSpacing { margin: 10px auto 30px; max-width: 800px; }
.graphFill { height: 20px; float: left; background: #E02121; }
.graphMetric { height: 30px; margin: -5px 5px; line-height: 30px; float: left; font-weight: 700; }
.graphDivider { height: 10px; margin-bottom: 10px; border-bottom: 1px solid #F6F6F6; }
.graphHeader { margin: 2em 0 1em; font-size: 14px; }
.graphHeader h4 { margin: 0; font-size: 16px; }

/* Ballots */
.serviceDetail.elections input[type="text"], input[type="text"].searchElections, .listFilter input[type="text"], input.instantSearch[type="text"] { display: block; border: 2px solid #F6F6F6; width: 100%; padding: 5px; font-size: 18px; margin: 20px 0; border-radius: 5px; }
.listFilter input[type="text"] { margin-top: 0; }
.ballotRow { width: 100%; padding: .5em 0; border-bottom: 1px dotted #CCC; font-size: 14px; }
.ballotRow a { display: block; font-size: 16px; }
.ballotRow a i { text-decoration: none; margin-right: 5px; }

/* Maps */
.countyMaps { width: calc(100% + 20px); margin: 20px -10px 0; display: flex; flex-wrap: wrap; }
.countyMaps h2 { width: calc(100% - 20px); text-align: center; margin: 20px auto 10px; }
.countyMaps .map { width: calc(25% - 30px); margin: 10px 10px 20px; text-align: center; text-decoration: none; line-height: 24px; font-weight: 700; }
.countyMaps .map a { text-decoration: none !important; display: block; }
.mapLink:hover, .mapLink.right:hover { background: #F6F6F6; }

/* Registered Voters */
.registeredVoters { background: #F6F6F6; width: 360px; float: right; padding: 10px; margin-left: 10px; margin-bottom: 10px; }
.registeredVoters h3 { margin-top: 0; text-align: center; }


/* Modules - Jobs/Employment */
.jobListing { padding: 0 0 20px; border-bottom: 1px solid #EEE; margin: 0 0 20px; }
.jobListing h3:first-child { padding-top: 0; margin-top: 0; }
.jobListing p:last-child { padding-bottom: 0; margin-bottom: 0; }

/* Content Pages - with No Navigation */
#standardPage { width: calc(100% - 40px); max-width: 1400px; padding: 20px; margin: 0 auto; }
#standardPage img, #servicePage img, .departmentContent img { max-width: 100%; height: auto; }
#standardPage figure, #servicePage figure, figure { max-width: 100%; margin: 10px 0 10px 10px; height: auto;  }
figure img { margin: 0 !important; }
figcaption { font-size: 14px; line-height: 20px; }

/* Content Pages - with Left Navigation */
#standardPageNav { display: flex; flex-wrap: wrap; width: 100%; max-width: 1440px; margin: 0 auto; }
.standardPageFull { width: calc(100% - 40px); padding: 20px; }
.standardPageNav { width: 320px; background: #F6F6F6; }
.standardPageNav h3 { margin: 20px; color: #000; font-size: 22px; }
.standardPageNav a { display: block; padding: 8px 20px; color: #094823; text-decoration: none !important; font-size: 17px; cursor: pointer; }
.standardPageNav a i { text-decoration: none; margin-right: 8px; }
.standardPageDetail { width: calc(100% - 360px); padding: 20px; }
.standardPageNav a.activebtn { background: #094823 !important; font-weight: 700; color: #FFF; }
.standardPageNav a:hover { background: #094823; color: #FFF; }
.serviceNav h3 a:hover { background: none !important; color: #094823; }

/* Content Pages - All */
.standardPageIntro { border-bottom: 1px solid #F6F6F6; font-size: 20px; line-height: 32px; margin: 0 auto 20px; padding: 0 0 20px; }

/* Content - General */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Modules - FAQ */
.faqLabel { float: left; width: 40px; font-size: 24px; text-align: center; color: #094823; padding: 14px 0; }
.faqText { float: left; width: calc(100% - 40px); }
.faqTextQ { font-weight: 700; }
.faqText p { margin: 1rem 0; }
.faqQA { border-bottom: 1px solid #C4DBDF; padding-bottom: 1em; margin-bottom: 1em; }
.faqLast { border-bottom: none; }
.faqSection input[type="text"] { font-family: 'Montserrat', sans-serif; border: 2px solid #EEEEEE; width: 100%; padding: 5px; font-size: 18px; margin: 0 0 .5em; border-radius: 5px; }
.faqSection h2.faqFirst { margin-top: .5em; }
.faqSection h4 { margin: 1em 0; }
#filterContainer, #myBtnContainer.filterContainer { margin: -5px 0 calc(2em - 5px); padding-left: 8px; }
#myBtnContainer.filterContainer .btn { display: inline-block; margin: 5px; background: #094823; color: #FFF; padding: 2px 5px; border-radius: 5px; cursor: pointer; }
#myBtnContainer.filterContainer .btn:hover { background: #000; color: #FFF !important; }
#myBtnContainer.filterContainer .btn.activebtn, #myBtnContainer.filterContainer .btn.activebtn:hover { background: #000; font-weight: 700; }
.listHidden { display: none !important; }
.filterDiv { display: none; }
.show { display: block; }
.highlightedFAQ { background: rgba(210, 0, 0, 0.3); padding: 10px; }
.highlightedFAQ .faqQA { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.highlightedFAQ h4 { margin-top: 0; }
input.fullSearch, input.instantSearch[type="text"] { width: 100%; padding: 5px 8px; border: 2px solid #094823; font-size: 18px; font-family: 'Montserrat', sans-serif; margin: 0 0 10px; }
a.anchor { display: block; position: relative; top: -100px; visibility: hidden; }

/* Content Pages - with Two Columns */
.contentColumns { display: flex; flex-wrap: wrap; margin: -20px 0; }
.contentColumns.news { margin:-20px; }
.contentLeft { width: calc(100% - 360px); margin-right: 20px; padding: 20px 0; }
.contentLeft.news { width: calc(100% - 380px); margin-right: 0; padding: 20px; }
.contentLeft h2:first-child, .contentLeft h3:first-child { margin-top: 0; }
.contentLeft img { margin: 1em 0 0; }
.contentLeft img.newsImage, .serviceDetail img.newsImage { display: block; margin: 1em auto; width: 500px; max-width: 100%; height: auto; }
.contentRight { width: 300px; background: #EEEEEE; padding: 20px; font-size: 15px; line-height: 24px; }
.contentRight h2:first-child, .contentRight h3:first-child, .contentRight p:first-child { margin-top: 0; }
.contentRight ul, .contentRight ol { padding-inline-start: 30px; }
.virtualOverlay { width: 800px; }

.rightNews h4, .mainNews h4 { margin-bottom: 0; }
.rightNews b { margin-bottom: 10px; display: block; font-weight: 400; }
.rightNews { font-size: 14px; line-height: 22px; }
.mainNews b { margin-bottom: 10px; display: block; font-weight: 400; font-size: 14px; line-height: 20px; }

/* Forms */
#contactForm i { font-style: normal; color: #A73D20; font-weight: 700; }
#contactForm ol { margin: 0; list-style-type: none; padding: 0; }
#contactForm ol label { display: block; font-size: 15px; line-height: 24px; font-weight: 700; }
#contactForm ol li .checkboxGroup { margin-bottom: 0.5em; }
#contactForm ol input[type="text"], #contactForm ol input[type="email"], #contactForm ol input.form-input { font-family: 'Montserrat', sans-serif; font-size: 16px; width: 100%; padding: 5px; border: 1px solid rgb(209,213,219); margin-bottom: 1em; box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
#contactForm ol input[type="submit"] { display: block; width: 150px; font-family: 'Montserrat', sans-serif; font-size: 16px; color: #FFF; text-align: center; border: 0; background: #094823; padding: 10px 0; margin: 1.5em 0 0; }
#contactForm ol select { font-family: 'Montserrat', sans-serif; font-size: 16px; width: 100%; padding: 5px; border: 1px solid #EEE; margin-bottom: 1em; }
#contactForm ol textarea { font-family: 'Montserrat', sans-serif; font-size: 16px; width: 100%; padding: 5px; border: 1px solid #EEE; margin-bottom: 1em; }

#contactForm li.width50 { width: 49%; float: left; margin-right: 1%; }
#contactForm li.width40 { width: 39%; float: left; margin-right: 1%; }
#contactForm li.width33 { width: 32.3%; float: left; margin-right: 1%; }
#contactForm li.width30 { width: 29%; float: left; margin-right: 1%; }
#contactForm li.width25 { width: 24%; float: left; margin-right: 1%; }
#contactForm li.width20 { width: 19%; float: left; margin-right: 1%; }
#contactForm li.width50.right { width: 50%; margin-right: 0%; }
#contactForm li.width40.right { width: 40%; margin-right: 0%; }
#contactForm li.width33.right { width: 33.3%; margin-right: 0%; }
#contactForm li.width30.right { width: 30%; margin-right: 0%; }
#contactForm li.width25.right { width: 25%; margin-right: 0%; }
#contactForm li.width20.right { width: 20%; margin-right: 0%; }
#contactForm hr { margin-block-start: 10px; border-top-color: #D0C08C; }

@media screen and (max-width: 600px) {
  #contactForm li.width50, #contactForm li.width40, #contactForm li.width33, #contactForm li.width30, #contactForm li.width25, #contactForm li.width20, #contactForm li.width40.right, #contactForm li.width33.right, #contactForm li.width30.right, #contactForm li.width25.right, #contactForm li.width20.right {
    width: 100% !important;
    margin: 0 !important;
    float: none;
  }
}

/* Modules - Minutes */
.boardMeeting { text-decoration: none; padding: 5px 0; border-bottom: 1px solid #EEEEEE; display: block; width: 100%; }
.boardMeeting:hover { background: #EEEEEE; }
.boardMeeting a i { margin-left: 5px; text-decoration: none; }
.boardMeeting.last { border-bottom: none; }

.boardDate { width: calc(100% - 250px); float: left; }
.boardDate3x { width: calc(100% - 375px); }
.meetingNotes { font-size: 13px; color: #666; line-height: 16px; display: block; margin: 0 0 5px; }
.boardDetail { width: 125px; text-align: center; float: right; }

/* Modules - Departments */
.listDepartment { border-bottom: 1px dotted #F6F6F6; padding: 10px 5px; }
.listDepartment:hover, .listLink:hover { background: #F6F6F6; transition: 0.5s all; }
.listDepartment h3 { margin: 0 0 5px; }
.listDepartmentInfo { float: left; width: 340px; }
.listDepartmentServices, .listDepartmentSocial { float: right; width: calc(100% - 340px); }
.listDepartmentInfo.bos { margin-bottom: 1em; float: none; width: 100%; }
.listDepartmentInfo.listSocial h3 { margin: 0 !important; }
.listDepartmentSocial a i { font-size: 1.5rem; }
.listDepartmentSocial .listIcon { display: inline-block; float: right; margin: 0; width: 40px; text-align: center; }
a.listServiceIcon { color: #FFF; display: inline-block; margin: 0 5px 5px 0; background: #333; padding: 2px 6px; border-radius: 5px; font-weight: 500; text-decoration: none; }
a.listServiceIcon i { margin-right: 5px; text-decoration: none !important; }
a.listServiceIcon:hover { background: #000; text-decoration: underline; transition: 250ms all; }

/* Modules - Credits &amp; Exemptions */
.creditRow { width: calc(100% - 10px); padding: 5px; border-bottom: 1px dotted #EEEEEE; display: flex; flex-wrap: wrap; }
.creditRow.header { font-weight: 700; background: #EEEEEE; border-bottom: 1px dotted #EEE; margin-top: 10px; }
.creditName { width: 250px; }
.creditTime { width: 100px; }
.creditContact { width: calc(100% - 500px); }
.creditDeadline { width: 150px; text-align: center; }
.creditDescription { width: 100%; }
.creditDescription p { margin: 5px 0; font-size: 15px; line-height: 26px; }
.creditDetail { display: none; }

/* Modules - Permits */
.permit { padding: 7.5px 5px; border-bottom: 1px solid #DDD; }
.permit:hover { background: #F6F6F6; }
.permitLast { border-bottom: 0; }
.permit p { margin: 0; }
.permitList { margin-bottom: 2em; }
.permitList h3 { margin: 10px 0 0 !important; }

/* Modules - Notifications */
form#notificationsForm { display: block; max-width: 800px; width: 100%; margin: 0 auto; }
#notificationsForm ol { margin: 0; list-style-type: none; padding: 0; }
#notificationsForm ol label { display: block; font-size: 15px; line-height: 24px; }
#notificationsForm ol input[type="text"], #notificationsForm ol input[type="email"] { font-family: 'Montserrat', sans-serif; font-size: 16px; width: 100%; padding: 5px; border: 1px solid #F6F6F6; margin-bottom: 1em; }
#notificationsForm input[type="submit"] { display: block; width: 150px; font-family: 'Montserrat', sans-serif; font-size: 16px; color: #FFF; text-align: center; border: 0; background: #25274D; padding: 10px 0; margin: 1.5em 0 0; }

/* Modules - Elected Officials */
.electedOfficials { display: flex; flex-wrap: wrap; margin: -10px; }
.officialDirectory { width: calc(33.3% - 40px); background: #F6F6F6; border-top: 5px solid #CCC; margin: 10px; padding: 0 10px 20px; text-align: center; }
.officialDirectory a { text-decoration: none; }


.serviceDetail h3:first-child { margin-top: 0; }
.offRow { width: 100%; border-bottom: 1px solid #CCC; padding: 4px 0; margin: 2px 0; }
.offRowLast { border-bottom: 0; }
.offInfo { width: 66.6%; float: left; padding: 1px 0; }
.offInfo4x { width: 75%; float: left; padding: 1px 0; }
.offTerm { width: 33.4%; float: right; text-align: right; position: relative; }
.offTerm4x { width: 25%; float: right; text-align: right; }
.offName { width: 50%; float: left; }
.offName.noContact { width: 100%; }
.offContact.collapse { width: 0; }
.committeeInfo { font-size: 12px; line-height: 15px; }
.offContact { width: 50%; float: right; text-align: center; }
.offContact a { font-size: 14px; line-height: 18px; }
.offContact4x { width: 33.3%; float: left; text-align: center; }
.offContactName { text-align: left; }
.offTopDivider { margin-top: 10px; border-top: 1px solid #000; padding-top: 10px; }

/* Modules - Officials */

.cityList, .leftNav { width: 260px; float: left; }
.cityList h3, .leftNav h3 { padding: 5px; display: block; margin: 1.5em 0 10px; }
.cityList ul, .leftNav ul { margin: 0; padding: 0; list-style-type: none; }
.cityList ul li a:hover, .leftNav ul li a:hover { background: #F6F6F6; }
.cityList ul li a, .leftNav ul li a { display: block; border-bottom: 1px solid #DDD; padding: 5px; cursor: pointer; text-decoration: none;}
.cityList ul li a:hover, .leftNav ul li a:hover { background: #F6F6F6; }
.leftNav h3 a { color: #000; text-decoration: none; }
.officialDetails { padding-top: 0; }
.officialDetails input[type="text"], .rightContent input[type="text"], .precinct input[type="text"] { display: block; border: 2px solid #EEE; width: calc(100% - 180px); padding: 5px; font-size: 18px; font-family: 'Roboto Slab', sans-serif; margin: 1.5em 0; border-radius: 5px; }
.precinctPage input[type="text"] { width: 100% !important; }
.boardList { margin: 10px 0 20px; }
.cityDetails h2, .officialDetails h2, .filterDiv.detailList h2 { background: #3B4E51; color: #FFF; padding: 10px; border-radius: 10px 10px 0 0; margin: 1em 0 0; line-height: 1.5em; }
.cityDetails h2 a, .officialDetails h2 a { color: #FFF; }
.officialDetails h2 i { font-size: 20px; margin-left: 5px; }
.officialDetails h2 a { text-decoration: none; }
.cityInfo, .officialInfo, .officialInfo { padding: 10px; }
.officialColumn { float: left; width: 25%; }
.officialColumn a i, .officialColumn3 a i, .fedColumn1 a i, .officialColumn3 i { margin: 0 3px; text-decoration: none; }
.officialRight a i { margin: 0; }
.officialColumn3 { float: left; width: 33.33%; padding: 1px 0; }
.officialRow { margin-bottom: 5px; padding: 2px 0; border-bottom: 1px solid #DDD; }
.fedColumn1 { float: left; width: 33.33%; }
.fedColumn2 { float: left; width: calc(100% - 160px - (100% / 3)); }
.fedColumn3 { float: left; width: 160px; text-align: right; }
.cityContact { float: left; width: 50%; }
.cityContact.numbers { text-align: right; }
.cityContact.numbers a i { margin-left: 5px; text-decoration: none; }
.positionTitle { float: none; width: 100%; font-weight: 700; padding: 3px 0; }
.positionName { float: left; width: 33.33%; padding: 3px 0; border-bottom: 1px solid #DDD; }
.positionEmail { float: left; width: 33.33%; text-align: center; padding: 3px 0; border-bottom: 1px solid #DDD; }
.termEnds { float: left; width: 33.33%; text-align: right; padding: 3px 0; border-bottom: 1px solid #DDD; }
.positionName.school { width: 30%; border-bottom: 0; }
.positionEmail.school { width: 40%; border-bottom: 0; }
.positionName.schoolA, .positionEmail.schoolA, .termEnds.schoolA { border-bottom: 0 !important; }
.termEnds.school { width: 30%; border-bottom: 0; }
.officialInfo p:first-child { margin-top: 0; }

.officialsCity { margin-top: 10px; border-top: 1px solid #000; padding-top: 10px; }
.officialDetails .filterDiv, .filterDiv.detailList, .officialDetails .listContainer { background: #F6F6F6; border-radius: 0 0 10px 10px; }
.officialCenter { text-align: center; }
.officialRight { text-align: right; }
.officialBreak { clear: both; height: 20px; }
.officialParty { width: 22px; display: inline-block; border-radius: 50%; text-align: center; height: 22px; line-height: 22px; }
.officialPartyR { color: #C00; border: 1px #C00 solid; }
.officialPartyD { color: #00F; border: 1px #00F solid; }
.officialPartyAlt { width: 12px; display: inline-block; text-align: center; height: 16px; line-height: 17px; color: #FFF; }
.officialPartyAltR { background: #C00; }
.officialPartyAltD { background: #00F; }
.officialPartyAltI, .officialPartyAltO { background: #666; }
.officialPartyAltL { background: #FFDF00; color: #000; }

.termLengthDescription { display: none; position: absolute; width: 175px; z-index: 100; background: #DDD; border: 2px solid #BBB; border-radius: 5px; padding: 4px; text-align: center; right: 0; font-size: 15px; line-height: 22px; }
.offRow.dedicatedPage .termLengthDescription { right: inherit; }
a.termLengthInfo { cursor: pointer; }
a:hover.termLengthInfo + div.termLengthDescription { display: block; }
.officialInfoDescription { display: none; position: absolute; width: 165px; z-index: 100; background: #DDD; border: 2px solid #BBB; border-radius: 5px; padding: 4px; text-align: center; }
a.officialInfoDescriptionInfo { cursor: pointer; }
a:hover.officialInfoDescriptionInfo + div.officialInfoDescription { display: block; }

/* Precincts */
.precinct { width: calc(100% - 20px); padding: 10px; border-bottom: 1px solid #C6C6C6; }
.precinct:hover { background: #EEE; }
.precinct b.precName { display: block; margin-bottom: 5px; color: #213159; width: 100%; }
.corePrecinctInfo a i { text-decoration: none; margin-right: 5px; }

@media screen and (max-width: 865px) {
  .officialDirectory { width: calc(50% - 40px); }
  .officialColumn, .officialColumn3, .fedColumn1, .fedColumn2, .fedColumn3, .offInfo, .offTerm, .offContact4x { width: 100%; text-align: left; }
  .fedColumn1, .fedColumn2 { margin-bottom: 1em !important; }
  .officialColumn.collapse, .officialColumn3.collapse { height: 0; }
  .offContact { text-align: right; }

  .offInfo, .offInfo4x { width: calc(100% - 145px); }
  .offName { width: calc(100% - 125px); }
  .offName.noContact { width: 100%; }
  .offContact { width: 125px; }
  .offContact.collapse { width: 0; }
  .offTerm { width: 145px; text-align: right; }
}
@media screen and (max-width: 700px) {
  .officialDirectory { width: calc(100% - 20px); padding: 0 10px 10px; }
  .officialDetails { font-size: 14px; line-height: 22px; }
  .officialBreak { height: 0; }
}

/* ELECTION MAPS */

.mapLink { float: left; width: calc(((100% - 40px) / 3) - 20px); float: left; margin: 0 20px 20px 0; padding: 25px 10px; background: #EEE; border-radius: 5px; text-align: center; }
.mapLink a { text-decoration: none !important; display: block; }
.mapLink a i { display: block; font-size: 30px; line-height: 30px; margin-bottom: 10px; }
.mapLink:hover, .mapLink.right:hover { background: #DDD; }
.mapLink.right { margin-right: 0; }

/* ---- END ELECTED OFFICIALS ---- */

/* Job Openings */
.jobOpening { padding: 1em 0; border-bottom: 1px solid #EEEEEE; }
.jobOpening h3 { margin: 0 0 .5em; }
.jobOpening .jobButtons a i { text-decoration: none; margin-left: 5px; }

/* Footer */
.infoFooter { display: none; }
.footerContainer { width: 100%; }
#footer { display: flex; max-width: 1440px; width: calc(100% - 40px); margin: 0 auto; vertical-align: middle; align-items: center; }
#footer { font-size: 13px; line-height: 21px; }
#footer b { font-size: 15px; line-height: 24px; font-family: 'Roboto Slab'; }
.footerInfo { width: calc(100% - 150px); text-align: left; order: 1; }
.footerLogo { width: 150px; text-align: right; order: 2; }
.footerLogo img { width: auto; height: 100px; padding: 20px 0; }

#credit { background: #094823; color: #FFF; font-size: 12px; line-height: 30px; padding: 5px 10px; width: calc(100% - 20px); text-align: center; }
#credit .container { width: 100%; max-width: 1440px; margin: 0 auto; }
#credit .copyright { width: calc(100% - 200px); float: left; text-align: left; }
#credit .poweredBy { width: 200px; float: right; text-align: right; }
#credit .poweredBy a { color: #DDD; text-decoration: none; }
#credit img { height: 30px; width: auto; margin: 0 0 0 10px; vertical-align: middle; border: none; }

/* Events Widgets */
.widgetEventBox { width: calc((100% - 170px) / 5); padding: 10px 12px 10px; margin: 0 10px 0 0; background: #FFF; color: #000; float: left; font-size: 12px; line-height: 19px; border-radius: 5px; border: 1px solid #EEE; }
.widgetEventBox.boxNo5 { margin: 0; }
.widgetEventBox:hover { background: #EEEEEE; }
h3.widgetEventHeader a { display: block; text-decoration: none; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; padding: 0 0 5px; border-bottom: 1px solid #22336B; }
.widgetDate { display: block; font-weight: 700; font-size: 14px; text-align: center; }
.widgetEvent { display: block; margin: 12px 0 0; color: #666; }
.widgetEvent a { color: #094823; text-decoration: none; font-weight: 700; }
.widgetEvent a.mapLink { color: #094823; margin-left: 2px; }
.calEventBoxes { width: 100%; }
.calEventBox { width: calc(100% / 7); padding: 5px; background: #FFF; display: table-cell; font-size: 12px; line-height: 19px; }
.calEventBox.box0 { margin-left: 0; }
.calEventBox:hover, .calEventBox.calToday { background: #EEEEEE; padding: 4px; border: 1px solid #094823; }
.calDate { display: block; border-bottom: 1px dotted #BBB; font-weight: 700; }
.calEvent { display: block; margin: 15px 0 0; }
.calEvents { min-height: 100px; }
.calDivider { clear: both; height: 20px; }
.headerBox, .headerBox:hover { background: #094823; color: #FFF; font-weight: 700; padding: 5px; border: 0; }
.emptyBox, .emptyBox:hover { background: #EEEEEE; padding: 5px; border: 0; }
.calRow { display:table; border-spacing: 1px; width: 100%; }
#calendarHeader { width: 100%; margin: 1em auto; }
#calendarHeader h2 { float: left; width: auto; margin: 0; }
.nextMonth { float: right; line-height: 31px; margin: 5px 0 0; width: 300px; text-align: right; }
.nextMonth a, #calendarFooter a { text-decoration: none; }
.lastMonth { float: left; line-height: 22px; margin: 0; width: 150px; }
.printMonth { float: left; width: calc(100% - 300px); text-align: center; }
#calendarFooter { width: 100%; margin: 17px 0 34px; padding: 17px 0 0; border-top: 1px solid #EEEEEE; }
#calendarFooter .nextMonth { margin: 0; line-height: 22px; }
.event-overlay { width: 600px; max-width: 100%; }

.fancybox-slide iframe { width: 100%; display: block; margin-top: 20px; border: 0; }
.widgetEvent a:hover { text-decoration: underline; }

@media screen and (max-width: 1440px) {
  #townshipMap { width: 800px; height: 811px; margin: 0 auto; }
  .township a { padding: 90px 0 0; height: 112px; }
}

@media screen and (max-width: 1200px) {
  /* Homepage */

  .departmentIcons .qlIcon { width: calc(25% - 30px); }

  /* Module - Maps */
  .countyMaps .map { width: calc(33.3% - 30px); }
}

@media screen and (max-width: 1150px) {
  /* Modules - Bridge Data */
  #townshipMap { width: 600px; height: 608px; margin: 0 auto; }
  .township a { padding: 60px 0 0; height: 91px; font-size: 14px; }
  .mapLink, .mapLink.right { width: calc(((100% - 20px) / 2) - 20px); margin: 0 20px 20px 0; }
  .mapLink.even { margin-right: 0; }
}

@media screen and (max-width: 1100px) {
  .sheriffSalesRow.header { display: none; }
  .salesNumber { width: 100%; font-weight: 700; }
  .salesName { width: calc(100% - 474px); }
}


/* Modules - Budgets */
.financialTaxFilter { margin-bottom: 1em; }
.financialTaxInfo { display: flex; flex-wrap: wrap; }
.financialTaxInfo .leftColumn { width: 48%; }
.financialTaxInfo .rightColumn { width: 50%; margin-left: 2%; }

/* Screen Sizes */
@media screen and (max-width: 1050px) {
  #homeQuickLinks { width: 600px; padding: 40px 0 20px; }
  .qlIcon { width: 33.33%; margin-bottom: 20px; }
  .creditRow.header { display: none; }
  .creditName { font-weight: 700; width: 100%; }
  .creditTime, .creditContact, .creditDeadline { width: 100%; text-align: left; }
  .creditDetail { display: inline-block; margin-right: 5px; }
  .financialTaxInfo .leftColumn { width: 100%; }
  .financialTaxInfo .rightColumn { width: 100%; margin-left: 0%; }
  .videoThumbnail { float: none; margin: 0 auto 15px; display: block; }
  .park { width: calc(50% - 15px); }
  #facilityAmenities.extended .facilityIcon { width: 50%; }
  .homeFeatureLeft { width: calc(50% - 80px); }
  .homeFeatureRight { width: 50%; }
}

@media screen and (max-width: 1000px) {
  .mapLink, .mapLink.right, .mapLink.even { width: calc(100% - 20px); margin: 0 0 20px; }
  .departmentInfo { flex-wrap: wrap; }
  .departmentColumn { width: calc(100% - 20px); }
  .departmentColumn.dept4x { width: calc(50% - 20px); }
}

@media screen and (max-width: 950px) {
  a.homeLink { display: none; }
  #headerTop, #header { width:calc(100% - 20px); }
  .eventListing .eventImage { width: 100%; float: none; display: block; margin: 10px auto; max-width: 400px; }
  .city { background: #EEEEEE; width: calc(50% - 20px); margin: 10px; }

  .salesName, .salesDate, .salesAddress, .salesAmount { width: 100%; margin-top: 5px; }
  .salesName { margin-top: 0; }

  /* Department Pages */
  .departmentIcons .qlIcon { width: calc(33.3% - 30px); }

  /* Departments */
  .phoneDetail4x { width: 50%; }
  #standardPage figure, #servicePage figure, figure { margin: 5px; }

  /* Module - Maps */
  .countyMaps .map { width: calc(50% - 30px); }

  #townshipMap { width: 100%; height: auto; border: 0; background-image: none; }
  .township { width: 100%; border: 0; background: #FFF; text-align: left; }
  .township a { display: block; padding: 0; height: auto; }

  .boardMember { width: 100%; margin: 0 0 20px; }
}

@media screen and (max-width: 900px) {
  /* Homepage - Icons */
  .trendingContainer { max-width: 450px; }
  .trendingIcons { flex-wrap: wrap; }
  .trendingIcons .icon { width: calc(33.3% - 20px); text-align: center; padding: 10px; font-size: 13px; line-height: 16px; }
}

@media screen and (max-width: 850px) {
  .departmentIcons .qlIcon { width: calc(50% - 30px); }
  .standardPageNav.navCollapse, #myBtnContainer { display: none; }
  #myBtnContainer.filterContainer { display: block; }
  .standardPageDetail.navCollapse, .officialDetails { width: 100%; }
  .headerLinks { position: absolute; right: 75px; margin: 25px 0 0; width: 250px; z-index: 10; }
  .mobileIcon { display: inline; }

  .topnav a, .dropdown .dropbtn { display: none; }
  .topIcon { display: block; margin: -5px -5px -5px 0; float: right; background: #FFF; z-index: 10; position: relative; }
  .topIcon a.icon { float: right; display: block; color: #802D40; height: 90px; font-size: 26px; padding: 0 22px; width: auto !important; }
  .topIcon a.icon i { line-height: 90px !important; }
  .topnav.responsive { position: relative; float: right; text-align: left; width: 100%; margin: 5px -10px -30px; z-index: 5; background: #FFF; padding: 0; width: calc(100% + 20px); border-bottom: 2px solid #3B4E51; }
  .sticky .topnav.responsive { margin-top: 0 !important; padding: 10px 0 0 !important; }
  .topnav.responsive a { float: none; display: block; text-align: left; margin-left: 0; }
  .topnav.responsive .dropdown .dropbtn a { display: inline; }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative; max-width: none !important; width: 100% !important; margin-left: 0; border-radius: 0 !important }
  .dropdown-content.dropdown-dept { height: 324px; }
  .dropdown:hover, .topnav a.standard { border-radius: 0; }
  .topnav.responsive .dropdown .dropbtn { display: block; width: 100%; text-align: left; margin-left: 0; }
  .topnav.responsive .dropdown-content a { padding: 2px 10px; }
  .topnav.responsive .dropdown-content.dropdown-dept a { width: calc(50% - 16px); float: left; }

  .translate_link { display: none !important; }

}

@media (max-width: 800px) {
  .homeCalendarItem { width: calc(100% - 22px); }
  .listDepartmentInfo { float: none; width: 100%; margin-bottom: 1em; }
  .listDepartmentServices, .listDepartmentSocial { float: none; width: 100%; }
  .listDepartmentSocial .listIcon { float: none; }
  .listDepartmentSocial .listIcon.collapse { display: none; }
  .departmentLeft img { margin-left: 0; }
  .facilityIcon { width: 100%; }
}

@media screen and (max-width: 750px) {
  .headerContainer.sticky { height: 70px; }
  .sticky .topIcon a.icon { height: 70px; }
  .sticky .topIcon a.icon i { line-height: 70px !important; }
  .sticky .headerLogo img { width: auto; height: 60px; margin-top: 0; transform: 0.5s all; }
  .sticky .headerCountyName { line-height: 40px; font-size: 40px; }
  .sticky .headerLinks { margin: 15px 0 0; }
  .headerWeather { display: none; }
}

@media screen and (max-width: 700px) {

  .homeCTA { flex-wrap: wrap; }
  .homeAbout, .homeConnect { width: calc(100% - 40px); padding: 20px; }
  .homeAbout h2, .homeConnect h2 { margin-top: 20px; }

  .department { flex-wrap: wrap; }
  .departmentContact { order: 2; width: calc(100% - 20px); padding: 10px; }
  .departmentContent { order: 1; width: calc(100% - 20px); padding: 10px; }

  #standardPage figure, #servicePage figure, figure, .departmentContent figure { width: 100%; margin: 20px 0; }
  figure img { display: block; margin: 0 auto !important; }
  figure figcaption { text-align: center; }

  .serviceNav { width: 100%; order: 2; }
  .serviceDetail { width: calc(100% - 20px); padding: 10px; order: 1; }
  .boardDate { width: 100%; float: none; }
  .meetingNotes { font-size: 13px; color: #666; line-height: 16px; display: block; margin: 0 0 5px; }
  .boardDetail { width: 33.3%; text-align: center; float: right; margin-top: 5px; }
  .widgetEventBoxes { width: 100%; margin: 0; }
  .widgetEventBox { width: calc(100% - 26px); margin: 0 0 10px 0; }
  #communities { max-width: 400px; margin-left: auto; margin-right: auto; }
  .city { background: #EEEEEE; width: calc(100% - 20px); margin: 10px; }

  /* Content Pages - with Two Columns */
  .contentColumns.news { margin: -10px; }
  .contentLeft { width: 100%; margin-right: 0; padding: 20px 0; }
  .contentLeft.news { width: calc(100% - 20px); margin-right: 0; padding: 10px; }
  .contentRight { width: calc(100% + 20px); margin: -10px -10px 0; background: #EEEEEE; padding: 10px; font-size: 15px; line-height: 24px; }
  .contentRight ul, .contentRight ol { padding-inline-start: 30px; }

}

@media (max-width: 640px) {
  .listDepartment { padding: 1em 0; }
  .listServiceIcon { margin: -5px 2.5px 2.5px -5px; font-size: 14px; line-height: 20px; padding: 2px 4px; display: inline; }

  #credit .copyright { width: 100%; float: none; text-align: center; line-height: 20px; padding: 5px 0; }
  #credit .poweredBy { width: 100%; text-align: center; }
}

@media screen and (max-width: 600px) {
  /* Homepage */

  #sectionHeader { width: calc(100% - 20px); }
  #standardPage { width: calc(100% - 20px); padding: 10px; }

  #homeQuickLinks { width: 400px; max-width: 100%; }
  .qlIcon { width: 50%; }

  .offRow { font-size: 15px; line-height: 23px; }
  .offName { width: 100%; }
  .offContact { width: 100%; text-align: left; }
  .offInfo.noTerm { width: 100%; }
  .offTerm.noTerm { width: 0; }

  .departmentColumn.dept4x { width: calc(100% - 20px); }
  .park { width: calc(100% - 15px); }

}

@media screen and (max-width: 550px) {
  #header { width: calc(100% - 10px); }
  .headerLinks { margin: 0 0; }
  .headerLinks .secondary { display: none; }
  .headerLinks br { display: inline; }
  .sticky .headerLinks { margin: 1px 0; font-size: 11px; line-height: 13px; }
  .headerLinks { right: 62px; width: 100px; }
  .homeRotator { max-height: calc(100vh - 325px); }
}

@media screen and (max-width: 500px) {
  #headerTop { line-height: 24px; padding: 5px 0; }
  .facilityIcon, #facilityAmenities.extended .facilityIcon { width: 100%; }

  /* Module - Maps */
  .countyMaps .map { width: calc(100% - 30px); }
}

@media screen and (max-width: 450px) {
  .headerContainer { height: 80px; }
  .headerLogo img { height: 60px; }
  .headerLinks { margin: 0; }
  .topIcon a.icon { height: 80px; }
  .topIcon a.icon i { line-height: 80px !important; }
}

@media screen and (max-width: 400px) {

  .calRow { display: block; width: 100%; border-spacing: 0; }
  .calEventBox { width: calc(100% - 10px); display: block; margin-bottom: 10px; }
  .calEvents { min-height: 0; }
  .headerBox, .emptyBox { display: none !important; }
  /* Events Widget */
  .widgetEventBox { width: calc((100% - 134px) / 4); }
  .widgetEventBox.boxNo4 { margin: 0; }
  .boxNo5 { display: none; }

  #rotator.rotator &gt; .rotator__video-overlay { font-size: 20px; }
  #rotator.rotator &gt; .rotator__video-overlay h1 { font-size: 28px; line-height: 38px; }
}

@media screen and (max-width: 900px) {
.calRow { display: block; width: 100%; border-spacing: 0; }
.calEventBox { width: calc(100% - 10px); display: block; margin-bottom: 10px; }
.calEvents { min-height: 0; }
.headerBox, .emptyBox { display: none !important; }
}

@media screen and (max-width: 900px) {
  /* Events Widget */
  .widgetEventBox { width: calc((100% - 134px) / 4); }
  .widgetEventBox.boxNo4 { margin: 0; }
  .boxNo5 { display: none; }
}

@media screen and (max-width: 700px) {
  .widgetEventBoxes { width: 100%; margin: 0; }
  .widgetEventBox { width: calc(100% - 26px); margin: 0 0 10px 0; }
}

/* TRENDING */
.homeTrending { width: 100%; background: #FFF; padding: 40px 0; }
.homeTrending h2 { text-transform: uppercase; text-align: center; margin: 0 0 20px; }
.homeTrendingContainer { margin: 0 auto; width: calc(100% - 20px); max-width: 1000px; display: flex; flex-wrap: wrap; }
.trendingItem { width: calc(33.33% - 20px); margin: 10px; padding: 0; background: #E6E6E6; display: flex; vertical-align: middle; align-items: center; }
.trendingNumber { background: #094823; color: #FFF; font-size: 30px; line-height: 50px; font-family: 'Roboto Slab'; width: 50px; text-align: center; }
.trendingLink { line-height: 25px; width: calc(100% - 60px); margin-left: 10px; }
.trendingLink a { display: block; color: #000; text-decoration: none; }
@media screen and (max-width: 700px) {
  .trendingItem { width: calc(50% - 20px); }
  .homeNewsLinks { margin: 10px 0 16px; }
  .homeNewsLinks a { margin-bottom: 4px; }
}
@media screen and (max-width: 480px) {
  .trendingItem { width: calc(100% - 20px); }
}

/* MEETING GRID */
.meetingGrid { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.meetingList { width: calc(50% - 40px); margin: 10px; }
.meetingList h2 { background: #3B4E51; color: #FFF; padding: 10px; border-radius: 10px 10px 0 0; margin: -10px -10px 0; line-height: 1.5em; }
.meetingList { background: #F6F6F6; padding: 10px; border-radius: 0 0 10px 10px; }
.meetingList .boardDate { width: calc(100% - 200px); }
.meetingList .boardDate.boardDate3x { width: calc(100% - 300px); }
.meetingList .boardDetail { width: 100px; }
.meetingList h2 a { color: #FFF; text-decoration: none; }
@media screen and (max-width: 1200px) {
	.meetingList { width: calc(100% - 40px); margin: 5px auto 15px; }
}
@media screen and (max-width: 700px) {
  .meetingList .boardDate { float: left; }
  .meetingList .boardDetail { margin-top: 0; }
}
@media screen and (max-width: 600px) { 
  .meetingList .boardDate, .meetingList .boardDate.boardDate3x { width: 100%; }
  .meetingList .boardDetail { width: 50%; }
  .meetingList .boardDetail.single3x { width: calc(100% / 3); }
}</pre></body></html>