@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@700&family=Roboto:wght@400;700&display=swap');

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

/* Buttons */
a.button { background: #2C2A2B; display: inline-block; padding: 6px 16px; border-radius: 5px; color: #FFF; text-decoration: none; color: #FFF; font-weight: 700; }
a.buttonRed { background: #C6542D; display: inline-block; padding: 6px 16px; border-radius: 5px; color: #FFF; text-decoration: none; color: #FFF; font-weight: 700; }
a.button:hover { background: #091B2B; transition: 1s;  }

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

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

/* Header - Alert */
.alert { background: #731121; 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% - 40px); padding: 5px 0; margin: 0 auto; }
.headerLogo { float: left; position: relative; z-index: 10; }
.headerLogo img { float: left; height: 150px; width: 150px; transition: all 1s ease-out; }
.headerLogo a { color: #000; text-decoration: none; }

/* Header - Top Links */
.headerLinks { float: right; text-align: right; font-size: 13px; width: calc(100% - 300px); margin: 8px 0 0; }
.headerLinks a { color: #091B2B; display: inline-block; margin: 0 5px 0 10px; text-decoration: none; }
.headerLinks a:hover, .headerLinks a:active { color: #000; transition: 1s; }
.headerLinks br { display: none; }

.headerText { float: left; padding: 12px 0 0; line-height: 20px; text-align: center; font-weight: 700; color: #091B2B; text-transform: uppercase; width: 150px; letter-spacing: .75px; }
.headerText a { text-decoration: none; }
.headerCountyName { line-height: 44px; font-size: 44px; font-family: 'Merriweather'; color: #000 !important; font-weight: 700; letter-spacing: 0; }

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

/* Header - Navigation */
.topnav { overflow: hidden; float: right; margin: 2px -5px 0 0; }
.topnav a { float: left; display: block; color: #000; text-align: center; padding: 5px 10px; text-decoration: none; text-transform: uppercase; margin-left: 10px; font-family: 'Merriweather'; 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: 5px 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: #2C2A2B; min-width: 160px; max-width: 250px; z-index: 10; overflow: hidden; margin-left: 10px; }
.dropdown-content.dropdown-dept { width: 370px; max-width: 370px; display: none; flex-direction: column; flex-wrap: wrap; height: 276px; }
.dropdown-content a { float: none; color: #FFF; padding: 6px 12px; text-decoration: none; display: block; text-align: left; text-transform: none !important; font-size: 14px; line-height: 20px; margin-left: 0;  font-family: 'Roboto' !important; }
.dropdown-content a.last { border-bottom: 0; }
.dropdown-content.dropdown-dept a { padding: 6px 12px; width: 161px; float: left; }
.topnav a:hover, .dropdown:hover .dropbtn, .dropdown:hover .dropbtn a { background-color: #2C2A2B; color: #FFF; }
.dropdown .dropbtn a:hover { color: #FFF; }
.dropdown-content a:hover { background-color: #000; transition: .5s; }
.dropdown:hover .dropdown-content { display: block; }
.dropdown:hover .dropdown-content.dropdown-dept { display: flex; }

/* Header - WX and Search */
.headerWxSearch { width: 100%; background: #92B1C6; height: 40px; }
.headerWeather { float: left; font-weight: 700; margin: 0 0 0 10px; line-height: 40px; color: #FFF; }

.headerSearch { float: right; margin: 6px 25px 0 0; }
.headerSearch input[type="text"]:not(.homeSearchInput) { width: 800px; display: block; margin: -5px auto 10px; font-size: 18px; font-family: 'Roboto'; border: 1px solid #091B2B; border-radius: 5px; padding: 5px 8px;  }
.headerSearch nl-autocomplete, .headerSearch nl-autocomplete .awesomplete { height: auto; }
.headerSearch .homeSearchInput { box-shadow: none; width: 300px; display: block; border-radius: 0.25em; padding: 0 5px; font-size: 14px; font-family: 'Roboto'; border: 1px solid #091B2B; line-height: 26px; background: rgba(255, 255, 255, .6); }

/* Homepage - Rotator */
.homeRotator { width: calc(100% - 40px); padding: 20% 20px; background-image: url(/images/homepage/lyon_county.jpg); background-position: center center; background-size: cover; position: relative; z-index: 0; }
.homeIntro { text-align: center; text-transform: uppercase; font-weight: 700; font-family: 'Merriweather', sans-serif; margin: 0 auto; font-size: 22px; line-height: 22px; text-shadow: 0 0 10px #000; color: #FFF; }
.homeIntro h1 { margin: 0; text-transform: none; line-height: 50px; font-size: 50px; }
.imageCredit { position: absolute; top: 5px; right: 5px; color: #FFF; font-size: 13px; line-height: 15px; background: rgba(0,0,0,.4); display: inline-block; padding: 4px 8px; border-radius: 4px; }

/* Homepage - Icons */
.trendingContainer { width: 100%; margin: -75px 0 0; }
.trendingIcons { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 0 20px; display: flex; position: relative; z-index: 8; }
.trendingIcons .icon { width: 200px; text-align: center; }
.trendingIcons .icon a { text-decoration: none; color: #000; background: #091B2B; width: 130px; height: 120px; color: #FFF !important; display: block; text-align: center; margin: 0 auto; padding: 20px 10px 0; font-size: 14px; line-height: 20px; font-weight: 700; }
.trendingIcons .icon a i { font-size: 55px; margin: 0 auto 5px; line-height: 70px; display: block; }
.trendingIcons .icon a:hover { background: #263E54; transition: 1s; }

.readMore { display: block; margin: 0 -15px 0; background: #091B2B; 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; }

.homeInfo { width: calc(100% - 40px); max-width: 800px; margin: 40px auto; font-size: 18px; line-height: 28px; text-align: center; }
.homeInfo h1 { text-transform: uppercase; font-size: 40px; line-height: 40px; }

.homeCallout { width: 100%; padding: 50px 0; background-image: linear-gradient(to top, rgba(14,27,42,.5), rgba(14,27,42,.5)), url(/images/home/lake_pahoja.jpg); background-position: center center; background-size: cover; font-size: 18px; line-height: 28px; color: #FFF; }
.homeCallout p:first-child { margin-top: 0; }
.homeCallout p:last-child { margin-bottom: 0; }
.homeCallout h2 { margin-top: 5px; text-transform: uppercase; }
.homeCallout a { background: #DFB158; color: #FFF; text-transform: uppercase; display: inline-block; padding: 8px 12px; text-decoration: none; font-weight: 700; }
.homeCalloutFeature { width: calc(100% - 40px); max-width: 1440px; margin: 0 auto; display: flex; }
.homeCalloutPrimary { width: 250px; }
.homeCalloutSecondary { width: calc(100% - 270px); margin-left: 20px; }

/* HOME - FEATURES ---------------------------------- */

.homeFeaturesContainer { background: #E5E5E5; padding: 30px 0; width: 100%; }
.homeFeatures { width: calc(100% - 40px); max-width: 1440px; margin: 0 auto; display: flex; flex-wrap: wrap; }
.homeFeatures h2 { margin-top: 0; text-transform: uppercase; }
.homeEvents { width: calc(100% - 300px); display: flex; flex-wrap: wrap; }
.homeTrending { width: 300px; }

/* HOME - TRENDING ---------------------------------- */
/* HOME - EVENTS ------------------------------------ */

.trendingItem { display: flex; line-height: 40px; margin-bottom: 10px; }
.trendingNumber { width: 40px; background: #0E1B2A; color: #FFF; text-align: center; }
.trendingLink { padding-left: 10px; }
.trendingLink a { text-decoration: none; }

.homeEvents h2 { width: 100%; }
.homeEvent { width: calc(50% - 20px); margin: 0 20px 20px 0; display: flex; }
.homeEventLink { width: calc(50% - 20px); margin: 0 20px 20px 0; }
.homeEventLink a { background: #DFB158; color: #FFF; text-transform: uppercase; display: inline-block; padding: 8px 12px; text-decoration: none; font-weight: 700; }
.homeEventDate { background: #92B1C6; width: 70px; text-align: center; color: #0E1B2A; padding: 10px 0; }
.homeEventMonth { color: #FFF; text-decoration: none; color: #FFF; text-transform: uppercase; font-weight: 700; }
.homeEventDay { font-size: 30px; line-height: 32px; font-weight: 700; }
.homeEventInfo { width: calc(100% - 80px); margin: 0 0 0 10px; font-size: 14px; line-height: 18px; padding: 10px 0; }
.homeEventInfo b { font-family: 'Merriweather'; display: block; font-size: 16px; line-height: 20px; margin: 0 0 5px; }

@media screen and (max-width: 1100px) {
  .homeEvent, .homeEventLink { width: calc(50% - 10px); margin: 0 0 10px 10px; }
}

@media screen and (max-width: 1000px) {
  .homeEvents, .homeTrending { width: 50%; }
  .homeEvent, .homeEventLink { width: 100%; margin: 0 0 10px; }
}

@media screen and (max-width: 800px) {
  .homeEvents, .homeTrending { width: 100%; margin: 0 0 20px; }
  .homeTrending { margin-bottom: 0; }
  .homeEventsLeft { margin: 0 0 20px; }
  .homeCalloutFeature { flex-wrap: wrap; }
  .homeCalloutPrimary { width: 100%; margin: 0 0 20px; }
  .homeCalloutSecondary { width: 100%; margin: 0; }
}

/* HOME - THINGS TO KNOW ---------------------------- */

.homeTTK { width: calc(100% - 40px); max-width: 1440px; margin: 40px auto 10px; display: flex; flex-wrap: wrap; }
.homeTTKHeader { width: 100%; text-align: center; }
.homeTTKHeader h2 { text-transform: uppercase; margin: 0; }
.homeTTKHeader h2 a { text-decoration: none; }

.homeNews { width: 100%; padding: 0 0 30px; max-width: 1440px; margin: 0 auto; }
.homeArrow { width: 60px; color: #FFF; font-size: 60px; line-height: 200px; text-align: center; }
.homeArrow i { line-height: 320px; }
.homeNewsItem { width: calc(33.3% - 40px); background: #FFF; overflow: hidden; display: flex; flex-direction: column; margin: 10px; border: 1px solid #091B2B; }
.homeNewsImage { width: 100%; background:url(/images/homepage/courthouse.jpg); background-size: cover; background-position: center center; padding-bottom: 55%; }
.homeNewsInfo { padding: 10px; font-size: 14px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; line-height: 20px; background: #E5E5E5; }
.homeNewsInfo a { display: block; font-size: 16px; white-space: normal; }
.readMore { display: block; margin: 10px -15px -10px; background: #091B2B; 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; }
.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; }
.homeNewsLinks { text-align: center; padding: 10px 0 5px; }
.homeNewsLinks a { background: #DFB158; color: #FFF; text-transform: uppercase; display: inline-block; padding: 8px 12px; text-decoration: none; font-weight: 700; margin: 0 5px 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: #091B2B; 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: #091B2B; }
.serviceIntro { font-size: 20px; line-height: 32px; padding-bottom: 1em; border-bottom: 1px solid #EEEEEE; margin-bottom: 1em; }

/* 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: #7E0000; 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; }

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

.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: #E5E5E5; line-height: 26px; }
.departmentContent { padding: 20px; width: calc(100% - 380px); order: 2; }
.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: #35485E; }
.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; }
.departmentContact img.phLogo { width: 90%; height: auto; margin: 0 auto 20px; display: block; }

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

.departmentMap { height: 450px; overflow: hidden; }
.departmentMap iframe { width: 100%; height: 450px; border: 0; }

.departmentIcons { margin:-20px -20px 0; display: flex; flex-wrap: wrap; justify-content: flex-start; padding: 10px 0; }
.departmentIcons .qlIcon { width: calc(20% - 20px); margin: 10px; line-height: 22px; text-align: center; padding: 10px 0; }
.departmentIcons .qlIcon a { text-decoration: none; color: #000; font-weight: 700; }
.departmentIcons .qlIcon a i { font-size: 45px; margin: 0 auto 5px; line-height: 90px; width: 90px; height: 90px; border-radius: 50%; color: #FFF !important; display: block; border: 2px solid #FFF; box-shadow: 0 0 5px rgba(0, 0, 0, .4); background: #091B2B; }
.departmentIcons .qlIcon:hover a i { background: #333; transition: 1s; }

/* Departments - Map */
.departmentMapHeader { width: 100%; background: #2C2A2B; 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: #091B2B; 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(50% - 10px); padding: 0; margin: 0 10px 10px 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; }

/* 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: #091B2B; 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: 100%; 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 #091B2B; }
.eventListing h3 { margin: 0; }
.eventListing p, .newsListing p { margin: .5em 0; }
.eventListing p.eventButton, .newsListing p.newsButton { margin: 1em 0 0; }
a.eventButton { background: #2C2A2B; 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; }

.reserveMessage { background: rgba(204, 0, 0, .2); border: 1px solid #C00; text-align: center; width: calc(100% - 40px); max-width: 1920px; margin: 20px auto 0; padding: 10px; }
.reserveMessage h4 { margin: 0 auto 5px; text-align: center; }
.reserveMessage p { margin: 0; }

/* Calendar - Conservation */
.eventDetails, .eventRegistrationForm { order: 1; width: calc(100% - 350px); padding: 0 10px 0 20px; }
.eventInfo { order: 2; width: 300px; padding: 10px; background: #E5E5E5; }
.eventDetails .serviceIntro { margin-top: 20px; }

/* Services */
#servicePage { display: flex; flex-wrap: wrap; width: 100%; max-width: 1440px; margin: 0 auto; min-height: calc(100vh - 319px - 156px - 86px - 450px) }
.serviceDetail { width: calc(100% - 360px); padding: 20px; order: 1; }
.serviceDetail .intro { font-size: 20px; line-height: 34px; border-bottom: 1px solid rgba(70, 153, 169, .3); 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; background: #FFF url(/images/pattern.png) left top repeat; background-size: 5px 5px; }

.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: #FFF !important; border: 1px solid #FFF; box-shadow: 0 0 5px rgba(0, 0, 0, .4); background: #091B2B; }
.serviceNav a i:hover { background: #333; transition: 1s; }
.serviceNav a.active { background: rgba(0, 0, 0, .1) !important; font-weight: 700; }
.serviceNav a:hover { background: rgba(0, 0, 0, .1); }
.serviceNav h3 a:hover { background: none !important; color: #091B2B; }


/* Elections */
.electionYear h2 { margin: 1.5em 0 1em; }
.electionDetails { margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #E5E5E5; }
.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: #E5E5E5; 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: #E5E5E5; 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: #E5E5E5; }
.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: #E5E5E5; }
.electionGraph .graphGraphS { width: calc(100% - 160px); height: 20px; margin: 5px 0; float: left; background: #E5E5E5; }
.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 #E5E5E5; }
.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 #E5E5E5; }
.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 #E5E5E5; width: 100%; padding: 5px; font-size: 18px; font-family: 'Mulish', sans-serif; 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: #E5E5E5; }

/* 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: #091B2B; 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: #091B2B !important; font-weight: 700; color: #FFF; }
.standardPageNav a:hover { background: #091B2B; color: #FFF; }
.serviceNav h3 a:hover { background: none !important; color: #091B2B; }

/* Content Pages - All */
.standardPageIntro { border-bottom: 1px solid #CCC; 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: #091B2B; 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: 'Roboto', 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: rgba(62, 122, 194, 0.3); padding: 2px 5px; border-radius: 5px; cursor: pointer; }
#myBtnContainer.filterContainer .btn:hover { background: #203648; color: #FFF !important; }
#myBtnContainer.filterContainer .btn.activebtn, #myBtnContainer.filterContainer .btn.activebtn:hover { background: #203648; color: #FFF; 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 { width: 100%; padding: 2px 8px; border: 2px solid #CCC; font-size: 18px; font-family: 'Roboto', 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; }

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

/* Forms */
#contactForm i, .contactForm i { font-style: normal; color: #091B2B; font-weight: 700; }
#contactForm ol, .contactForm ol { margin: 0; list-style-type: none; padding: 0; }
#contactForm ol label, .contactForm ol label { display: block; font-size: 15px; line-height: 24px; font-weight: 700; }
#contactForm ol li .checkboxGroup, .contactForm ol li .checkboxGroup { margin-bottom: 0.5em; }
#contactForm ol input[type="text"], #contactForm ol input[type="email"], #contactForm ol input[type="tel"], #contactForm ol input.form-input, .contactForm ol input[type="text"], .contactForm ol input[type="email"], .contactForm ol input[type="tel"], .contactForm ol input.form-input { font-family: 'Roboto', 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"], .contactForm ol input[type="submit"] { display: block; width: 150px; font-family: 'Roboto', sans-serif; font-size: 16px; color: #FFF; text-align: center; border: 0; background: #091B2B; padding: 10px 0; margin: 1.5em 0 0; }
#contactForm ol select, .contactForm ol select { font-family: 'Roboto', sans-serif; font-size: 16px; width: 100%; padding: 5px; border: 1px solid #EEE; margin-bottom: 1em; }
#contactForm ol textarea, .contactForm ol textarea { font-family: 'Roboto', sans-serif; font-size: 16px; width: 100%; padding: 5px; border: 1px solid #EEE; margin-bottom: 1em; }
#contactForm i.fa-solid.fa-asterisk, .contactForm i.fa-solid { position: relative; display: inline-block; top: -7px; left: -3px; font-size: 8px; color: #92B1C6; }

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

@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, .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; }
.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 #CCC; padding: 10px 5px; }
.listDepartment:hover, .listLink:hover { background: #E5E5E5; 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 & 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: 'Roboto', sans-serif; font-size: 16px; width: 100%; padding: 5px; border: 1px solid #E5E5E5; margin-bottom: 1em; }
#notificationsForm input[type="submit"] { display: block; width: 150px; font-family: 'Roboto', 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: 'Montserrat', 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: #92B1C6; 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; }
.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%; background: #091B2B; }
#footer { display: flex; max-width: 1440px; color: #FFF; width: calc(100% - 40px); margin: 0 auto; vertical-align: middle; align-items: center; }
#footer { font-size: 13px; line-height: 21px; }
#footer a { color: #92B1C6; }
.footerLogo, .footerInfo, .footerLinks { width: 33.3%; text-align: center; padding: 20px 0; }
.footerLogo { order: 2; }
.footerCounty a { font-family: 'Merriweather'; font-size: 44px; line-height: 44px; text-transform: uppercase; color: #FFF !important; text-decoration: none !important; }
.footerCountyInfo a { text-transform: uppercase; letter-spacing: 1px; font-weight: 700; color: #DFB158 !important; text-decoration: none; font-size: 15px; }
.footerInfo { order: 1; }
.footerLinks { order: 3; }

#credit { background: #E5E5E5; color: #111; 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: #111; 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: #091B2B; text-decoration: none; font-weight: 700; }
.widgetEvent a.mapLink { color: #091B2B; 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 #091B2B; }
.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: #091B2B; 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 */
  .trendingIcons { flex-wrap: wrap; }
  .trendingIcons .icon { width: 33.3%; padding: 10px 0; }

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

  /* 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) {
  a.homeLink { display: none; }
  .mapLink, .mapLink.right, .mapLink.even { width: calc(100% - 20px); margin: 0 0 20px; }
}

@media screen and (max-width: 950px) {
  #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% - 20px); }

  /* 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: 865px) {
  .departmentIcons .qlIcon { width: calc(50% - 20px); }
  .standardPageNav.navCollapse, #myBtnContainer { display: none; }
  #myBtnContainer.filterContainer { display: block; }
  .standardPageDetail.navCollapse, .officialDetails { width: 100%; }
  .headerLinks { position: absolute; left: 300px; margin: 27px 0 0; width: calc(100% - 380px); z-index: 10; }
  .headerLinks .secondary { display: none; }
  .headerText { position: relative; z-index: 10; }
  .mobileIcon { display: inline; }

  .topnav a, .dropdown .dropbtn { display: none; }
  .topIcon { display: block; margin: -5px -5px -5px 0; float: right; background: #2C2A2B; z-index: 10; position: relative; }
  .topIcon a.icon { float: right; display: block; color: #FFF; 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: -65px -10px 0; z-index: 5; background: #FFF; padding: 65px 0 10px; width: calc(100% + 20px); }
  .sticky .topnav.responsive { margin-top: 0 !important; padding: 10px 0 !important; border-bottom: 2px solid #92B1C6; }
  .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: 216px; }
  .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 8px; }
  .topnav.responsive .dropdown-content.dropdown-dept a { width: calc(50% - 16px); float: left; }

}

@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; }
  .headerLogo img { width: 80px; height: 80px; }
  .headerLinks { left: 240px; width: calc(100% - 320px); }
  .sticky .headerLogo img { width: 60px; height: 60px; }
  .sticky .headerText { padding: 2px 0 0; }
  .sticky .headerCountyName { line-height: 40px; font-size: 40px; }
  .sticky .headerLinks { margin: 15px 0 0; }
  .headerWeather { display: none; }
  .headerSearch { float: none; width: calc(100% - 20px); margin: 0 auto; padding: 5px 0; }
  .headerSearch .homeSearchInput { width: calc(100% - 10px); }
}

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

  .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; }

  .eventInfo { width: 100%; order: 2; }
  .eventDetails { width: calc(100% - 20px); order: 1; padding: 0 10px; }
  .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: 50%; text-align: center; float: right; margin-top: 5px; }
  .widgetEventBoxes { width: 100%; margin: 0; }
  .widgetEventBox { width: calc(100% - 26px); margin: 0 0 10px 0; }
  .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 */
  .trendingContainer { width: 100%; max-width: 400px; margin: 0 auto; }
  .trendingIcons .icon { width: 50%; }

  #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; }

  #footer { flex-wrap: wrap; }
  .footerInfo, .footerLogo, .footerLinks { width: 100%; }
  .footerLogo { padding: 10px 0; }
  .park { width: calc(100% - 15px); }

}

@media screen and (max-width: 550px) {
  #header { width: calc(100% - 10px); }
  .headerLinks { margin: 10px 0 0; line-height: 20px; text-align: right; }
  .headerLinks br { display: inline; }
  .sticky .headerLinks { margin: 0; }
  .headerText { width: 140px; }
  .headerLinks { left: 230px; width: calc(100% - 300px); }
}

@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: 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 > .rotator__video-overlay { font-size: 20px; }
  #rotator.rotator > .rotator__video-overlay h1 { font-size: 28px; line-height: 38px; }
}

/* MODULES - MOST WANTED */
#mostWanted { display: flex; flex-wrap: wrap; width: calc(100% + 20px); max-width: 1100px; margin: 0 -10px; }
#mostWanted.standard { width: 100%; max-width: 100%; margin: 0; }
#mostWanted.standard p:first-child { margin-top: 0; }
.mostWanted { width: calc(33.3% - 40px); padding: 10px; background: #E5E5E5; margin: 0 10px 10px; }
.mostWanted .mostWantedPhoto { width: 100%; font-size: 100px; line-height: 300px; text-align: center; }
.mostWanted .mostWantedPhoto a { width: 100%; display: block; padding-bottom: calc(100% * 30 / 23); }
.mostWanted h3 { margin: 10px 0 5px; }
.mostWanted ul { margin-top: 0; padding-left: 20px; }
.mostWantedPhoto { width: 310px; order: 2; text-align: center; font-weight: 700; }
.mostWantedPhoto img { width: 300px; border: 5px solid #CCC; margin-bottom: 5px; height: auto; display: block; }
.mostWantedInfo { width: calc(100% - 320px); order: 1; }
.mostWanted p { margin: 0; }

@media screen and (max-width: 1150px) {
  #mostWanted { display: flex; flex-wrap: wrap; width: 100%; max-width: 700px; margin: 0 auto; }
  .mostWanted { width: calc(50% - 40px); }
}
@media screen and (max-width: 850px) {
  #mostWanted.standard .mostWantedPhoto { width: 100%; }
  #mostWanted.standard .mostWantedPhoto img { margin: 0 auto 5px; order: 1; }
  #mostWanted.standard .mostWantedInfo { order: 2; width: 100%; }
}
@media screen and (max-width: 550px) {
  #mostWanted { display: flex; flex-wrap: wrap; max-width: 300px; margin: 0 auto; }
  .mostWanted { width: 100%; margin: 0 0 20px; }
}
