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

/* Colors

Dk Cream #ECDAC0
*/

/* Core Styles */
body { margin: 0; font-family: 'Lato', sans-serif; font-size: 16px; line-height: 28px; color: #000; }
a { color: #214183; }
a:hover, a:active { color: #2B55AC; }
hr { margin-block-start: 20px; margin-block-end: 20px; border: 0px; border-top: 1px solid #ECDAC0 !important; }
h1, h2, h3 { font-family: 'Josefin Sans'; font-weight: 700; text-transform: uppercase; } /* Potential Alternate Font */
.mobileIcon { display: none; }
.clear { clear: both; }
.mobileOnly { display: none !important; }

/* Buttons */
a.button { background: #DEAD6C; display: inline-block; padding: 6px 16px; border-radius: 5px; color: #FFFFFF; text-decoration: none; color: #000; font-weight: 700; margin: 0 4px 4px 0; text-transform: uppercase; }
a.button:hover { background: #E2C091; transition: .5s; }

/* Anchor Links */
a[id] {  scroll-margin-top: 120px; }

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

/* Header - Main Container */
.headerContainer { width: 100%; background: #FFFFFF; transition: all 250ms ease-out; height: 90px; }
#header { width: calc(100% - 20px); padding: 4px 0; margin: 0 auto; }
.headerLogo { float: left; position: fixed; z-index: 20; }
.headerLogo img { float: left; height: 150px; width: auto; transition: all 1s ease-out; border: 5px solid #FFFFFF; border-radius: 50%; }
.headerLogo.headerITLogo img { height: 140px; border: 10px solid #FFFFFF; border-radius: 0%; }

/* Header - Top Links */
.headerLinks { float: right; text-align: right; font-size: 13px; width: calc(100% - 300px); margin: 10px 0 4px; font-weight: 500; line-height: 16px; }
.headerLinks a { color: #000000; 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 #214183; transition: border-bottom 1s ease; }
.headerLinks br { display: none; }
.headerLinks a.watchLive { background: #8D2B00; color: #FFF; border-radius: 5px; padding: 0 5px; border-bottom: 2px solid #FFF; }
.headerLinks a.watchLive:hover { border-bottom: 2px solid #FFF; }

/* Header - Mobile */
.topIcon { display: none; }
.headerNav a.standard i { line-height: inherit; }
.dropdown .dropbtn i { margin-left: 5px; }

/* Header - Navigation */
.headerNav { overflow: hidden; float: right; margin: 0 -5px 0 0; }
.headerNav a { float: left; display: block; color: #214183; text-align: center; padding: 9px 10px 7px; text-decoration: none; text-transform: uppercase; margin-left: 10px; font-size: 22px; }
.headerNav a.standard { font-weight: 700; font-family: 'Josefin Sans'; }
.headerNav a.standard.portal { color: #456743; }

.headerNav a:hover, .dropdown:hover .dropbtn, .dropdown:hover .dropbtn a { background-color: #214183; color: #FFFFFF; border-radius: 5px 5px 0 0; }
.headerNav a.standard.portal:hover { background-color: #456743; color: #FFFFFF; }

.dropdown { float: left; overflow: hidden; }
.dropdown .dropbtn { font-size: 18px; border: none; outline: none; font-weight: 700; padding: 9px 10px 7px; background-color: transparent; line-height: inherit; font-family: inherit; margin: 0; margin-left: 10px; font-family: 'Josefin Sans'; }
.dropdown .dropbtn a { padding: 0; float: none; display: inline; margin-left: 0; }

.dropdown-content { display: none; position: absolute; background-color: #214183; min-width: 160px; max-width: 250px; z-index: 10; overflow: hidden; margin-left: 10px; }
.dropdown-content.dropdown-dept { display: none; flex-direction: column; flex-wrap: wrap; }
.dropdown-content a { float: none; color: #FFFFFF; padding: 6px 10px; text-decoration: none; display: block; text-align: left; text-transform: none !important; font-size: 14px; line-height: 20px; margin-left: 0; }

.dropdown-content.dropdown-dept a { width: calc(33.33% - 20px); float: left; }

.dropdown-content a i { margin-left: 5px; }
.dropdown-content a:hover { background-color: rgba(255, 255, 255, .2); transition: .5s; border-radius: 0 !important; }

.dropdown:hover .dropdown-content { display: block; }
.dropdown-content.dropdown-about { min-width: 175px; }
.dropdown:hover .dropdown-content.dropdown-dept { display: flex; width: calc(100% - 250px); margin: 0; max-width: calc(100% - 250px); padding: 5px 0 5px 250px; height: 224px; position: absolute; left: 0; }

@media screen and (max-width: 1050px) {
  .dropdown-content.dropdown-dept a { width: calc(50% - 20px); }
  .dropdown:hover .dropdown-content.dropdown-dept { height: 320px; }
}

.headerSiteDivider { width: 100%; height: 10px; background: url(/images/divider.png); background-repeat: repeat-x; background-size: auto 10px; background-position: center right; top: 80px; position: absolute; }

/* Header - Sticky w/ Scrolling */
.sticky { position: fixed; top: 0; width: 100%; z-index: 10; }
.sticky + .content { padding-top: 80px; }
.sticky .headerLogo img { height: 100px; border-width: 2px; }

/* Header - Search */
.headerSearch { width: 80px; height: 80px; float: right; background: #9A572F; text-align: center; font-size: 40px; line-height: 80px; color: #FFFFFF; margin: -4px -10px -4px 10px; }
.headerSearch i { font-size: 40px; line-height: 80px; }
.headerSearch a { color: #FFFFFF; }
.headerSearch button { background: none; border: none; color: #FFF; padding: 0; margin: 0; cursor: pointer; }

#homeSearch { background: #9A572F; width: calc(100% - 40px); padding: 20px; position: fixed; top: 90px; z-index: 5; transition: 0.5s all; }
.sticky + .content #homeSearch { top: 80px; border-top: 2px solid #DEAD6C; }

.searchForm2 { display: flex; width: 100%; max-width: 600px; margin: 0 auto; }
.searchForm2 input { margin: 0; border: 0; padding: 8px 12px; height: 40px; font-size: 16px; width: 100%; font-family: 'Lato', sans-serif; border-top-left-radius: 12px; border-bottom-left-radius: 12px; }
.searchForm2 button { width: 120px; background: #F8F1E7; height: 40px; padding: 8px 4px; font-size: 16px; font-weight: 700; color: #000000; font-family: 'Lato', sans-serif; border: 0; border-radius: 0 12px 12px 0; }

#homeSearch nl-autocomplete { height: auto; width: 100%; }
#homeSearch nl-autocomplete .awesomplete { height: auto }

@media screen and (max-width: 1100px) {
  .searchForm2 { float: right; }
}

/* Header - Alert */
.alert { background: #8D2B00; color: #FFFFFF; padding: 10px 200px; text-align: center; font-size: 18px; font-weight: 700; width: calc(100% - 400px); }
.alert a { color: #FFFFFF; text-decoration: none; }
.alertButton { background: rgba(255,255,255,.2); padding: 0 10px; margin-left: 10px; display: inline-block; }
@media screen and (max-width: 950px) {
  .alert { padding: 15px 10px 10px; width: calc(100% - 20px); }
}

/* Header - Mobile */

@media screen and (max-width: 1330px) {
  a.homeLink { display: none; }
  .headerNav a, .dropdown .dropbtn { margin-left: 5px; }
  .dropdown-content { margin-left: 5px; }
  .dropdown:hover .dropdown-content.dropdown-dept { height: 244px; }
}

@media screen and (max-width: 1240px) { 
  .headerNav.headerPortalNav a, .headerNav.headerPortalNav .dropdown .dropbtn { margin-left: 0; font-size: 20px; }
  .headerNav.headerPortalNav .dropdown-content a { font-size: 14px; }
  .headerNav.headerPortalNav .dropdown-content { margin-left: 0; }
}

@media screen and (max-width: 1125px) {
  .topIcon { display: block; margin: -4px -10px -4px 0; float: right; background: #9A572F; z-index: 10; position: relative; }
  .topIcon a.icon { float: right; display: block; color: #214183; height: 80px; font-size: 26px; padding: 0 22px; width: auto !important; color: #FFF; }
  .topIcon a.icon i { line-height: 80px !important; }
  .headerNav.responsive { position: relative; float: right; text-align: left; width: 100%; margin: 14px -10px 0; z-index: 3; background: #FFFFFF; padding: 22px 0 0; width: calc(100% + 20px); }
  .headerLinks { position: absolute; right: 138px; margin: 18px 0 0; width: 325px; z-index: 10; }
  .headerLinks.withWatchLive { width: 325px; }
  .mobileIcon { display: inline; }
  .headerLogo img { height: 100px; border-width: 2px; }

  .headerLinks a.alternate { display: none; }

  .headerNav a, .dropdown .dropbtn { display: none; }

  .headerSiteDivider { margin: 0; }

  .headerNav.responsive a { float: none; display: block; text-align: left; margin-left: 0; }
  .headerNav.responsive .dropdown .dropbtn a { display: inline; }
  .headerNav.responsive .dropdown {float: none;}
  .headerNav.responsive .dropdown-content {position: relative; max-width: none !important; width: 100% !important; margin-left: 0; border-radius: 0 !important }
  .dropdown:hover, .headerNav a.standard { border-radius: 0; }

  .dropdown:hover .dropdown-content.dropdown-dept { width: 100%; max-width: 100%; padding: 0; position: relative; left: auto; height: 245px; }

  .headerNav.responsive .dropdown .dropbtn { display: block; width: 100%; text-align: left; margin-left: 0; }
  .headerNav.responsive .dropdown-content a { padding: 2px 10px; }

  .headerSearch { background: none; width: 60px; margin: -4px 5px; }
  .headerSearch i { font-size: 24px; }
  .headerSearch button { color: #214183; }
}

@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: 90px; }
  .sticky .headerCountyName { line-height: 40px; font-size: 40px; }
  .sticky .headerSearch { height: 70px; line-height: 70px; }
  .sticky .headerSearch i { line-height: 70px; }
  .sticky .headerLinks { font-size: 12px; line-height: 14px; }
  .sticky .headerSiteDivider { top: 70px; }
}

@media screen and (max-width: 640px) {
  #header { width: calc(100% - 10px); }
  .headerLogo img { width: auto; height: 90px; }
  .headerNav.responsive { padding: 8px 0 0; }
  .sticky .headerNav.responsive { padding: 18px 0 0; }
}

@media screen and (max-width: 600px) {
  .headerLinks { display: none; }
}

@media screen and (max-width: 410px) {
  .headerLinks.withWatchLive { right: 100px; }
  .topIcon.withWatchLive a.icon { padding: 0 14px; }
}

/* BEGIN TO DO */

@media screen and (max-width: 800px) {
  .alert { padding: 10px; }

  .departmentIcons .qlIcon { width: calc(50% - 20px); }
  .standardPageNav.navCollapse, #myBtnContainer { display: none; }
  #myBtnContainer.filterContainer { display: block; }
  .standardPageDetail.navCollapse, .officialDetails { width: 100%; padding: 0; }

}

/* END TO DO */

/* Homepage - Rotator */
.homeRotator { width: 100%; z-index: 0; height: 600px; max-height: calc(100vh - 268px); position: relative; background-size: cover; }
.homeRotatorText { position: absolute; bottom: 50px; left: 20px; z-index: 1; width: calc(100% - 40px); text-align: center; }
.homeRotatorLabel { position: absolute; top: 5px; right: 5px; z-index: 1; background: rgba(0,0,0,.6); color: #FFFFFF; font-size: 13px; line-height: 18px; padding: 4px 10px; border-radius: 4px; }
.homeRotatorWelcome { color: #FFFFFF; line-height: 60px; text-shadow: 0 0 10px #000; }
.homeRotatorWelcome h1 { font-size: 55px; margin: 0; }
.homeRotatorWelcome h1 .welcomeTo { font-size: 22px; text-transform: uppercase; line-height: 24px; margin: 0 0 5px; }
@media screen and (max-width: 600px) {
  .homeRotator { max-height: calc(100vh - 400px); }
  .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 { width: 100%; margin: 0; background: #214183; }
.trendingIcons { width: 100%; max-width: 1440px; margin: 0 auto; padding: 10px 0 0; display: flex; position: relative; z-index: 2; }
.trendingIcons .icon { width: calc(100% / 7); text-align: center; }
.trendingIcons .icon a { text-decoration: none; color: #FFF; width: 150px; height: 110px; display: block; text-align: center; margin: 0 auto; padding: 10px 5px 0; font-size: 14px; line-height: 20px; font-weight: 700; border-radius: 10px; }
.trendingIcons .icon a i.iconLink { font-size: 55px; margin: 0 auto 5px; line-height: 70px; display: block; }
.trendingIcons .icon a i.extLink { margin-left: 2.5px; }
.trendingIcons .icon a:hover { background: rgba(255, 255, 255, .1); transition: .5s; }

.readMore { display: block; margin: 0 -15px 0; background: #214183; color: #FFFFFF; font-weight: 700; text-align: center; width: calc(100% + 30px); padding: 2.5px 0; font-size: 16px; }
.readMore a { color: #FFFFFF; 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 #EEEEEE; }
.newsItem h4 { margin-top: 5px; }

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

.homeFeaturesContainer { background: #F9F4EA;; padding: 50px 0 30px; width: 100%; }
.homeEvents { width: calc(100% - 140px); max-width: 1340px; margin: 0 auto; display: flex; flex-wrap: wrap; }
.homeEventsHeader { width: 350px; }
.homeEventsHeader h2 { margin: 5px 0 0; text-transform: uppercase; font-size: 32px; }
.homeEventsHeader a.button { background: #214183; color: #FFF; }
.homeEventsList { width: calc(100% - 370px); margin: 0 0 0 20px; display: flex; flex-wrap: wrap; }
.homeEventSpacer { display: inline-block; width: 20.5px; }
.homepageSpacer { width: 100%; height: 30px; }


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

.homeEvents h2 { width: 100%; }
.homeEvent { width: calc(50% - 20px); margin: 0 20px 20px 0; }
.homeEventLink { width: calc(50% - 20px); margin: 0 20px 20px 0; }
.homeNewsLinks { text-align: center; width: 100%; }
.homeEventLink a, .homeNewsLinks a { margin: 2px 6px; }
.homeEventDate { display: inline; margin: 0 0 0 10px; color: #FFF; background: #9A572F; font-family: 'Josefin Sans'; text-transform: uppercase; line-height: 20px; padding: 3px 5px 0; left: 5px; border-radius: 5px; }
.homeEventMonth { text-decoration: none; font-weight: 700; }
.homeEventDay { font-size: 30px; line-height: 32px; font-weight: 700; }
.homeEventInfo { width: calc(100% - 20px); padding: 15px 10px 10px; margin: -10px 0 0; font-size: 14px; line-height: 20px; background: #FFF; border-bottom: 5px solid #214183; border-radius: 5px; }
.homeEventInfo b { display: block; font-size: 16px; margin: 0 0 5px; }
.homeEventInfo a { font-weight: 700; color: #000; text-decoration: none; }
.homeFlagStatus { width: calc(100% - 20px); padding: 40px 10px 10px; text-align: center; }
.homeFlagStatus h3 { margin-bottom: 0; }
.homeFlagStatus p { margin-top: 0; }

@media screen and (max-width: 1000px) {
  .homeEvent { width: calc(100% - 20px); }
}
@media screen and (max-width: 850px) {
  .homeEventsHeader { width: 100%; }
  .homeEventsList { width: 100%; margin: 20px 0 0; }
}
@media screen and (max-width: 600px) {
  .homeEvents { width: calc(100% - 60px); }
  .homeEvent { width: 100%; }
}

/* HOME - THINGS TO KNOW ---------------------------- */
.homeTTK { width: 100%; max-width: 1440px; margin: 40px auto; display: flex; flex-wrap: wrap; }
.homeTTKHeader { width: calc(100% - 140px); margin: -20px 70px 20px; }
.homeTTK h2 { width: 100%; margin: 10px 0 0; text-transform: uppercase; font-size: 32px; }
.homeTTK h2 a { color: #000; text-decoration: none; }
.homeTTKItem { width: calc(33.3% - 20px); margin: 0 20px 20px 0; }
.homeTTKLink { width: calc(100% - 4px); background: #F8F1E7; text-align: center; padding: 5px 2px; height: 90px; position: relative; }
.homeTTKLink a { font-weight: 700; }
.homeTTKDate { font-size: 13px; bottom: 0; position: absolute; width: 100%; text-align: center; }

.homeTTKLinks { text-align: center; width: 100%; padding: 10px 0 0; }
.homeTTKLinks a { background: #000000; color: #FFFFFF; text-transform: uppercase; display: inline-block; padding: 4px 20px 2px; text-decoration: none; font-weight: 700; margin: 0 5px 5px; }

.homeNews { width: 100%; max-width: 1440px; margin: 0 auto; }
.homeArrow { width: 60px; color: #FFFFFF; font-size: 60px; line-height: 200px; text-align: center; }
.homeArrow i { line-height: 320px; }
.homeNewsItem { width: calc(33.3% - 40px); background: #FFFFFF; overflow: hidden; display: flex; flex-direction: column; margin: 10px; border-radius: 5px; }
.homeNewsImage { width: 100%; background:url(/images/homepage/courthouse.jpg); background-size: cover; background-position: center center; position: relative; }
.homeNewsImage a { display: block; padding-bottom: 56.25%; }
.homeNewsDepartment { display: inline; position: absolute; bottom: -10px; color: #FFF; background: #9A572F; font-family: 'Josefin Sans'; text-transform: uppercase; line-height: 20px; padding: 3px 5px 0; left: 5px; border-radius: 5px; }
.homeNewsInfo { padding: 15px 10px 10px; font-size: 14px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; line-height: 20px; background: #F8F1E7; }
.homeNewsInfo a { display: block; font-size: 15px; white-space: normal; color: #000; text-decoration: none; }
.readMore { display: block; margin: 10px -15px -10px; background: #CCDC2A; font-weight: 700; text-align: center; width: calc(100% + 30px); padding: 2.5px 0; font-size: 16px; }
.readMore a { color: #000; text-decoration: none; margin: 2.5px 0; }
.mainNews b { margin-bottom: 10px; display: block; font-weight: 400; font-size: 14px; line-height: 20px; }

@media screen and (max-width: 1000px) {
  .homeTTKItem { width: calc(100% - 20px); }
  .homeTTKLink { height: auto; }
  .homeTTKDate { position: relative; }
}
@media screen and (max-width: 700px) {
  .homeTTK { width: 100%; }
  .homeTrending { width: 100%; }
  .homeEvents { margin-bottom: 0; }
  .homeTTKItem { width: 100%; margin: 0 0 15px; }
  .homeNewsLinks { width: calc(100% - 10px); margin: 0 auto; }
  .homeNewsLinks a.button { margin: 0 0 5px; }
}


/* Content Pages - Headers */
.pageHeaderContainer { width: 100%; padding: 10% 0 0; background-position: center center; background-size: cover; }
#sectionHeader { width: calc(100% - 40px); max-width: 1440px; margin: 30px auto 0; }
.sectionParent a { display: inline-block; font-family: 'Josefin Sans'; background: #9A572F; color: #FFFFFF; padding: 3px 6px 0; text-transform: uppercase; font-weight: 700; color: #FFFFFF; text-decoration: none; margin: 0 0 5px; border-radius: 5px; }
.sectionPageHeader h1 { display: block; margin: 0; line-height: 38px; color: #FFFFFF; text-shadow: 0 0 10px #000; }
.sectionPageHeader h1 a { color: #FFFFFF; text-decoration: none; }
.headerDivider { width: 100%; padding: 10px 0 0; }
.headerDivider img { width: 100%; height: 60px; }

.serviceIntro { font-size: 20px; line-height: 32px; padding-bottom: 1em; border-bottom: 1px solid #ECDAC0; margin-bottom: 1em; }

/* Contact Page */
.contactInfo { margin: 0 0 20px; border-bottom: 1px solid #ECDAC0; font-size: 14px; line-height: 22px; padding: 0 0 20px; display: flex; flex-wrap: wrap; }
.contactInfo h3 { margin: 0; width: 100%; }
.contactInfo .intro { width: 100%; margin-bottom: 5px; }

.staffRow { width: calc(25% - 20px); background: #F8F1E7; border-radius: 5px; margin: 5px; padding: 5px; }
@media screen and (max-width: 1200px) { .staffRow { width: calc(33.3% - 20px); } }
@media screen and (max-width: 900px) { .staffRow { width: calc(50% - 20px); } }
@media screen and (max-width: 600px) { .staffRow { width: calc(100% - 10px); margin: 0 0 5px; } }

/* Departments */
.departmentAlertContainer { background: #8D2B00; width: 100%; padding: 0 0 20px; margin: 0 0 10px; }
.departmentAlert { max-width: 1400px; width: calc(100% - 40px); margin: 0 auto; color: #FFFFFF; }
.departmentAlert h2:first-child { margin: 0 0 10px; }
.departmentAlert h3 { margin: 0; }
.departmentAlert p { margin: 0; }
.departmentAlert a { color: #F8F1E7; }

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

.department { display: flex; flex-wrap: nowrap; width: calc(100% - 20px); max-width: 1440px; margin: 5px auto 0; }
.departmentContact { width: 340px; order: 1; line-height: 26px; }
.departmentContactItems { padding: 20px; width: 300px; background: #F8F1E7; border-radius: 10px; }
.departmentContent { padding: 20px; width: calc(100% - 380px); order: 2; }
.departmentContent.noLeft { margin: 0 auto; }
.departmentContent h2:first-child, .departmentContact h2:first-child, .departmentContact h4 { margin-top: 0; }
.departmentContact i { margin-right: 5px; }
.departmentContact p { margin: 0 0 25px; }
.departmentContact p a i { margin-left: 5px; text-decoration: none; }
.departmentContact h4 { font-family: 'Josefin Sans'; margin-bottom: 2.5px; font-size: 18px; text-transform: uppercase; }
.departmentContent .intro { font-size: 20px; line-height: 34px; border-bottom: 1px solid #ECDAC0; padding-bottom: 20px; margin-bottom: 20px; }
.departmentContactStaff { margin: 0 0 20px; }
.departmentContactStaff img { width: 100%; margin: 10px 0; height: auto; }

.departmentStaff { margin-top: 1em; padding-top: 1em; border-top: 1px solid #EAE8E3; }
.departmentStaff.withPhotos { display: flex; flex-wrap: wrap; }
.departmentStaff.withPhotos h2 { width: 100%; }
.departmentStaff.withPhotos .staffWithPhotos { width: 300px; margin-right: 20px; }
.departmentStaff.withPhotos .staffWithPhotos.multiple { width: 100%; margin: 0; display: flex; flex-wrap: wrap; }
.departmentStaff.withPhotos .staffWithPhotos.multiple .staffMember { width: calc(33.3% - 20px); padding: 10px; }
.departmentStaff.withPhotos .staffWithPhotos img { width: 100%; height: auto; }
.departmentStaff.withPhotos .staffWithoutPhotos { max-width: calc(100% - 320px); }
.departmentStaff.withPhotos .staffMainPhoto { width: calc(33.3% - 10px); margin: 5px; }
@media screen and (max-width: 1000px) { .departmentStaff.withPhotos .staffMainPhoto { width: calc(50% - 10px); } }
@media screen and (max-width: 600px) { .departmentStaff.withPhotos .staffMainPhoto { width: calc(100% - 10px); } }

.staffSpacer { width: 100%; height: 5px; }

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

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

.departmentIcons { margin:-40px -10px 0; display: flex; flex-wrap: wrap; padding: 10px 0; }
.departmentIcons .qlIcon { width: calc(16.6% - 20px); margin: 10px; line-height: 22px; text-align: center; }
.departmentIcons .qlIcon a { text-decoration: none; color: #000; height: 120px; display: block; text-align: center; margin: 0 auto; padding: 20px 10px 0; font-size: 14px; line-height: 20px; font-weight: 700; border-radius: 10px; }
.departmentIcons .qlPortalIcon a { color: #456743; }
.departmentIcons .qlIcon a i.iconLink { font-size: 55px; margin: 0 auto 5px; line-height: 70px; display: block; }
.departmentIcons .qlIcon a:hover { background: #214183; color: #FFF; }
.departmentIcons .qlIcon2 a:hover { background: #3c53a4; }
.departmentIcons .qlIcon3 a:hover { background: #4166b0; }
.departmentIcons .qlIcon4 a:hover { background: #3f81c3; }
.departmentIcons .qlIcon5 a:hover { background: #499ad5; }
.departmentIcons .qlIcon6 a:hover { background: #33c6f4; }
.departmentIcons .qlPortalIcon a:hover { background: #456743; }
.departmentIcons .qlIcon a i.extLink { margin-left: 2.5px; }

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

.departmentBackLink { width: 100%; margin: 20px 0; }
.departmentBackHeader img { width: 100%; height: auto; }
.departmentBackContent { background: #F9F4EA; text-align: center; font-weight: 700; }
.departmentBackContent a { color: #9A572F; }
.departmentBackFooter img { width: 100%; height: auto; }

.fancybox-slide--iframe .fancybox-content { width: 400px !important; height: 500px !important; max-width: calc(100% - 40px); max-height: 90%; margin: 0; }

/* Modules - Cities */
#communities { display: flex; flex-wrap: wrap; margin: -10px; width: calc(100% + 20px); }
.city { background: #9A572F; width: calc(33.3% - 20px); margin: 10px; border-radius: 5px; }
.cityImage { width: 100%; background: #F8F1E7; background-position: center center !important; background-size: cover !important; border-radius: 5px 5px 0 0; }
.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: #F8F1E7; }
.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; 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 #ECDAC0; }

/* Departments - Board Members */
.boardMembers { display: flex; flex-wrap: wrap; margin: 0 auto; width: 100%; text-align: center; font-size: 14px; line-height: 22px; }
.boardMember { width: calc(33.3% - 20px); padding: 0; margin: 0 10px 30px; }
.boardMember b { display: block; font-size: 16px; }
.boardMember img { width: 250px; max-width: 90%; height: 350px !important; margin: 0 0 5px; object-fit: cover; }
.boardMember img.departmentEmail { width: auto; height: 14px !important; margin: 4px 0 3px; object-fit: contain; }
.boardSection { margin: 0 0 10px; }
.boardCanceled { color: #8D2B00; }

/* Calendar */
.eventListing { width: calc(100% - 10px); padding: 20px 5px; margin: 0 auto; border-bottom: 1px dotted #ECDAC0; color: #666; }
.eventListing .eventImage { width: 300px; float: right; height: 200px; background-size: cover; background-position: center center; border-bottom: 5px solid #214183; }
.eventListing h3 { margin: 0; }
.eventListing p, .newsListing p { margin: .5em 0; }
.eventListing p.eventButton, .newsListing p.newsButton { margin: 1em 0 0; }
a.eventButton { background: #000000; padding: 2px 10px; border-radius: 10px; color: #FFFFFF; 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: calc(100% - 20px); max-width: 1440px; margin: 5px auto 0; }
.serviceDetail { width: calc(100% - 380px); padding: 20px; order: 2; }
.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, .serviceDetail p:first-child { margin-top: 0; }

.serviceNav { width: 340px; line-height: 24px; order: 1; }
.serviceNavItems { width: 100%; background: #F8F1E7; padding: 5px 0 15px; border-radius: 10px; }

.annivNav { width: calc(100% + 40px); margin: -10px -20px 0; }
.serviceNav h3, .annivNav h3 { margin: 15px 20px; }
.serviceNav h3 a, .annivNav h3 a { color: #000; text-decoration: none; padding: 0; font-size: 18px; }

.serviceNav a, .annivNav a { display: block; padding: 7.5px 15px; color: #000; text-decoration: none !important; font-size: 17px; line-height: 32px; }
.serviceNav a i, .annivNav a i { margin-right: 7.5px; font-size: 17px; line-height: 30px; width: 30px; }
.serviceNav a i.extSvcLink { margin-left: 5px; }
.serviceNav a.active, .annivNav a:active { background: #214183 !important; font-weight: 700; color: #FFF; }
.serviceNav a:hover, .annivNav a:hover { background: #214183; color: #FFF; }
.serviceNav h3 a:hover, .annivNav h3 a:hover { background: none !important; color: #000 !important; }
.serviceNav a.slPortal { color: #456434; }
.serviceNav a.slPortal.active { background: #456743 !important; color: #FFF !important; }
.serviceNav a.slPortal:hover { background: #456743; color: #FFF !important; }

/* Content Pages - with No Navigation */
#standardPage { width: calc(100% - 20px); max-width: 1440px; padding: 10px; 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: calc(100% - 20px); max-width: 1440px; padding: 10px; margin: 0 auto; }
.standardPageNav { width: 340px; }
.standardPageNavItems { width: 100%; background: #F8F1E7; padding: 5px 0 15px; border-radius: 10px; }
.standardPageNavItems.content { width: calc(100% - 40px); padding: 20px; }
.standardPageNav h3 { margin: 15px 20px; }
.standardPageNav a { display: block; padding: 7.5px 20px; color: #000; text-decoration: none !important; font-size: 17px; line-height: 32px; cursor: pointer; }
.standardPageNavItems.content a { display: inline-block; }
.standardPageDetail { width: calc(100% - 380px); padding: 20px; }
.standardPageNav a.activebtn { background: #214183 !important; font-weight: 700; color: #FFF; }
.standardPageNav a:hover { background: #214183; color: #FFF; }
.standardPageNavItems.content a:hover { background: #DEAD6C; color: #000; }
.serviceNav h3 a:hover { background: none !important; color: #111111; }

/* Content Pages - All */
.standardPageIntro { border-bottom: 1px solid #EAE8E3; 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: #214183; padding: 14px 0; }
.faqText { float: left; width: calc(100% - 40px); }
.faqTextQ { font-weight: 700; }
.faqText p { margin: 1rem 0 !important; }
.faqQA { border-bottom: 1px solid #F8F1E7; padding-bottom: 1em; margin-bottom: 1em; }
.faqLast { border-bottom: none; }
.faqSection input[type="text"] { font-family: 'Lato', sans-serif; border: 2px solid #F8F1E7; 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: 0 0 1em; }
#myBtnContainer.filterContainer .btn { display: inline-block; margin: 2.5px; background: #000000; color: #FFFFFF; padding: 2px 8px; border-radius: 5px; cursor: pointer; }
#myBtnContainer.filterContainer .btn:hover { background: #000000; color: #FFF !important; }
#myBtnContainer.filterContainer .btn.activebtn, #myBtnContainer.filterContainer .btn.activebtn:hover { background: #9A572F; color: #FFFFFF; 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 #F8F1E7; font-size: 18px; font-family: 'Lato', 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: -10px 0 -20px; }
.contentColumns.news { margin: 0 0 -20px; }
.contentLeft { width: calc(100% - 360px); margin-right: 20px; padding: 10px 0 20px; }
.contentLeft.news { width: calc(100% - 380px); margin-right: 0; padding: 20px; }
.contentLeft h2 { font-size: 34px; line-height: 40px; margin: 40px 0 30px; }
.contentLeft h2:first-child, .contentLeft h3:first-child, .contentLeft p: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: #F8F1E7; padding: 20px; font-size: 15px; line-height: 24px; margin: 0 -10px 10px 0; border-radius: 10px; }
.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: #000000; 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: 'Lato', 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: 'Lato', sans-serif; font-size: 16px; color: #FFFFFF; text-align: center; border: 0; background: #214183; padding: 10px 0; margin: 1.5em 0 0; cursor: pointer; }
#contactForm ol select { font-family: 'Lato', sans-serif; font-size: 16px; width: 100%; padding: 5px; border: 1px solid #EEEEEE; margin-bottom: 1em; }
#contactForm ol textarea { font-family: 'Lato', sans-serif; font-size: 16px; width: 100%; padding: 5px; border: 1px solid #EEEEEE; 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; }

@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 #ECDAC0; display: block; width: 100%; }
.boardMeeting:hover { background: #F8F1E7; }
.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; }

.meetingMinutesIntro { width: calc(100% - 60px); max-width: 800px; margin: 0 auto 20px; }
.meetingMinutesIntro h3 { margin: 20px 0 5px; }
.meetingMinutesIntro ul { margin-top: 0; }

.meetingMinutes { width: calc(100% - 60px); max-width: 800px; margin: 0 auto; box-shadow: 0 0 10px rgba(0,0,0,.4); padding: 20px; }
.meetingMinutes p:first-child { margin-top: 0; }
.meetingMinutes p:last-child { margin-bottom: 0; }

@media screen and (max-width: 600px) {
  .meetingMinutes { width: 100%; box-shadow: none; padding: 0; }
  .meetingMinutesIntro { width: 100%; margin: 10px 0; padding: 10px 0 0; border-top: 1px solid #ECDAC0; }
}

span.copyFiled { color: #8D2B00; font-weight: 700; }
a span.copyFiled { font-weight: 700; color: #214183; }

/* Modules - Departments */
.listDepartment { border-bottom: 1px dotted #F8F1E7; padding: 10px 5px; }
.listDepartment:hover, .listLink:hover { background: #F8F1E7; 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: #FFFFFF; display: inline-block; margin: 0 5px 5px 0; background: #333; padding: 2px 6px; border-radius: 5px; font-weight: 500; text-decoration: none; }
a.listServiceIcon.listServiceIconPortal { background: #456743; }
a.listServiceIcon i { margin-right: 5px; text-decoration: none !important; }
a.listServiceIcon:hover { background: #222222; text-decoration: underline; transition: 250ms all; }
a.listServiceIcon.listServiceIconPortal:hover { background: #364A35; }

/* Modules - Credits & Exemptions */
.creditRow { width: calc(100% - 10px); padding: 5px; border-bottom: 1px dotted #F8F1E7; display: flex; flex-wrap: wrap; }
.creditRow.header { font-weight: 700; background: #F8F1E7; border-bottom: 1px dotted #F8F1E7; 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: #F8F1E7; }
.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: 'Lato', sans-serif; font-size: 16px; width: 100%; padding: 5px; border: 1px solid #EEEEEE; margin-bottom: 1em; }
#notificationsForm input[type="submit"] { display: block; width: 150px; font-family: 'Lato', sans-serif; font-size: 16px; color: #FFFFFF; text-align: center; border: 0; background: #25274D; padding: 10px 0; margin: 1.5em 0 0; cursor: pointer; }

/* Modules - Elected Officials */
.electedOfficials { display: flex; flex-wrap: wrap; margin: -10px; }
.officialDirectory { width: calc(33.3% - 40px); background: #F8F1E7; border-top: 5px solid #F8F1E7; 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 #ECDAC0; 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 #222222; 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: #F8F1E7; }
.cityList ul li a, .leftNav ul li a { display: block; border-bottom: 1px solid #ECDAC0; padding: 5px; cursor: pointer; text-decoration: none;}
.cityList ul li a:hover, .leftNav ul li a:hover { background: #F8F1E7; }
.leftNav h3 a { color: #222222; text-decoration: none; }
.officialDetails { padding-top: 0; }
.officialDetails input[type="text"], .rightContent input[type="text"] { display: block; border: 2px solid #F8F1E7; width: calc(100% - 180px); padding: 5px; font-size: 18px; margin: 1.5em 0; border-radius: 5px; } /* Potential Alternate Font */
.boardList { margin: 10px 0 20px; }
.cityDetails h2, .officialDetails h2, .filterDiv.detailList h2 { background: #000000; color: #FFFFFF; padding: 10px; border-radius: 10px 10px 0 0; margin: 1em 0 0; line-height: 1.5em; }
.cityDetails h2 a, .officialDetails h2 a { color: #FFFFFF; }
.officialDetails h2 i { font-size: 20px; margin-left: 5px; }
.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 #ECDAC0; }
.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 #222222; padding-top: 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: #FFFFFF; }
.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; }


@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: #F8F1E7; 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 ---- */

/* Events Widgets */
.widgetEventBox { width: calc((100% - 170px) / 5); padding: 10px 12px 10px; margin: 0 10px 0 0; background: #FFFFFF; color: #222222; float: left; font-size: 12px; line-height: 19px; border-radius: 5px; border: 1px solid #EEEEEE; }
.widgetEventBox.boxNo5 { margin: 0; }
.widgetEventBox:hover { background: #F8F1E7; }
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: #214183; text-decoration: none; font-weight: 700; }
.widgetEvent a.mapLink { color: #214183; margin-left: 2px; }
.calEventBoxes { width: 100%; }
.calEventBox { width: calc(100% / 7); padding: 5px; background: #FFFFFF; display: table-cell; font-size: 12px; line-height: 19px; }
.calEventBox.box0 { margin-left: 0; }
.calEventBox:hover, .calEventBox.calToday { background: #F8F1E7; padding: 4px; border: 1px solid #214183; }
.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: #214183; color: #FFFFFF; font-weight: 700; padding: 5px; border: 0; }
.emptyBox, .emptyBox:hover { background: #F8F1E7; 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; }

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

@media screen and (max-width: 1200px) {
  /* Homepage */
  .trendingIcons { flex-wrap: wrap; max-width: 720px; }
  .trendingIcons .icon { width: 25%; padding: 10px 0; }
  .trendingIcons .icon.qlIcon5 { margin-left: 12.5%; }
  .trendingIcons .icon.qlIcon7 { margin-right: 12.5%; }
  .departmentIcons .qlIcon { width: calc(25% - 20px); }

  .boardMember { width: calc(50% - 20px); }
}

@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; }
  .wxText.wxPortal { display: none; }
}

@media screen and (max-width: 950px) {
  .wxText { display: none; }
  #headerTop, #header { width:calc(100% - 20px); }
  .eventListing .eventImage { width: 100%; float: none; display: block; margin: 10px auto; max-width: 400px; }
  .city { 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: #FFFFFF; text-align: left; }
  .township a { display: block; padding: 0; height: auto; }

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

@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: 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; }

  .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: 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 { 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% - 30px); margin: 0 auto; padding: 10px; font-size: 15px; line-height: 24px; }
  .contentRight ul, .contentRight ol { padding-inline-start: 30px; }
  .annivNav { width: 100%; margin: 0; }

}

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

@media screen and (max-width: 600px) {
  /* Homepage */
  .trendingContainer { width: 100%; padding: 30px 0 0; }
  .trendingIcons .icon { width: 33.3%; padding: 0; }
  .trendingIcons .icon.qlIcon5 { margin-left: 0; }
  .trendingIcons .icon.qlIcon7 { margin-left: 33.3%; margin-right: 33.3%; }

  #sectionHeader { width: calc(100% - 20px); }
  #standardPage { width: calc(100% - 20px); padding: 10px; margin: 0; box-shadow: none; border-radius: 0; background: none; }
  .department { width: calc(100% - 20px); padding: 10px; margin: 0; box-shadow: none; border-radius: 0; background: none; }
  #servicePage { width: calc(100% - 20px); padding: 10px; margin: 0; box-shadow: none; border-radius: 0; background: none; }
  .contentRight { width: calc(100% + 30px); padding: 10px; margin: 0 -5px 20px; border-radius: 5px; }
  .departmentContact { width: calc(100% + 30px); padding: 10px; margin: 10px -5px 20px; border-radius: 5px; }
  .departmentContent { width: 100%; padding: 0; }
  .serviceDetail { width: 100%; padding: 0; }

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

  .headerSearch { width: 65px; }
  .headerSearch i { font-size: 32px; font-weight: 700; }
  .headerNav.responsive .mobileOnly { display: block !important; }
  .topIcon a.icon i { font-size: 32px; font-weight: 700; }

}


@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) {
  .trendingContainer { padding: 20px 0 0; width: 100%; }
  .trendingIcons .icon { width: 50%; }
  .trendingIcons .icon.qlIcon7 { margin-left: 25%; margin-right: 25%; }
}

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

  .headerLogo { margin-left: -8px; }

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

/* Footer - 2022 */

.footerContainer { width: 100%; background: url(/images/footer.png); background-position: center bottom; background-size: auto 100%; background-repeat: no-repeat; }
.footerContainer h3 { font-size: 26px; line-height: 26px; margin: 0 0 15px; }
.footerPrint { display: none; }

#cta { width: 100%; }
.ctaContent { width: 100%; max-width: 600px; margin: 0 auto 40px; text-align: center; }
a.ctaButton { background: #DEAD6C; color: #000; display: inline-block; padding: 6px 16px; border-radius: 5px; text-decoration: none; font-weight: 700; text-transform: uppercase; }
.ctaContent h3 { line-height: 40px; }
.ctaContent h3 img { width: auto; height: 50px; margin: 0 2px -16px 0; }

@media screen and (max-width: 400px) {
  .ctaContent h3 { line-height: inherit; }
  .ctaContent h3 img { margin: 0 auto 20px; display: block; width: auto; height: 60px; }
}

#footer { width: calc(100% - 140px); max-width: 1100px; margin: 0 auto; display: flex; align-items: center; padding: 40px 0; }
#footer b { font-family: 'Josefin Sans'; text-transform: uppercase; }
#footer a { color: #9A572F; font-weight: 700; }
.footerAbout { background: rgba(255, 255, 255, .9); width: 600px; padding: 20px; border-radius: 10px; }
.footerSpacer { width: calc(100% - 940px); }
.footerContact { background: rgba(255, 255, 255, .9); width: 260px; padding: 20px; border-radius: 10px; text-align: center; font-size: 15px; line-height: 22px; }

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

@media screen and (max-width: 1050px) {
  .ctaContent { width: calc(100% - 40px); }
  #footer { width: calc(100% - 60px); }
  #footer { padding-bottom: 30px; }
  .footerAbout { width: calc(100% - 300px); }
  .footerSpacer { width: 30px; }
  .footerContact { width: 190px; }
}

@media screen and (max-width: 750px) {
  .footerContainer { background: url(/images/footer_mobile.png); background-size: cover; }
  #footer { flex-wrap: wrap; }
  .footerAbout { width: calc(100% - 30px); padding: 15px; }
  .footerSpacer { width: 100%; height: 15px; }
  .footerContact { width: calc(100% - 30px); padding: 15px; }
}

@media screen and (max-width: 640px) {
  #credit .copyright { width: 100%; float: none; text-align: center; line-height: 20px; padding: 0; }
  #credit .poweredBy { width: 100%; text-align: center; line-height: 20px; }
  #credit img { height: 20px; }
}
