/* CORE COLORS

Light Blue = #0093B2 | #025A8E
Dark Blue = #002F6C | #042A76
Green = #84BD00 | #749D2D

*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700');

/* Core Styles */
body { margin: 0; font-family: 'Montserrat', sans-serif; font-size: 16px; line-height: 28px; }
a { color: #0093B2; }
a:hover, a:active { color: #025A8E; text-decoration: none; }
h3 { color: #002F6C; }
.clear { clear: both; }
.divider { border-top: 1px solid #EEE; margin: 1em 0; width: 100%; }
a.button { background: #0093B2; display: inline-block; padding: 6px 16px; border-radius: 5px; color: #FFF; text-decoration: none; }
a.button:hover { background: #025A8E; }

/* Global Slider Styles */
body nl-slider .glide .glide__slides { overflow: visible; }
body nl-slider .glide .glide__arrows .glide__arrow { font-size: 60px; }

/* Header */
.headerTopContainer { width: 100%; background: #0093B2; }
#headerTop { width: calc(100% - 40px); max-width: 1440px; font-size: 13px; text-transform: uppercase; line-height: 38px; margin: 0 auto; color: #FFF; }
#headerTop a { color: #FFF; text-decoration: none; display: inline-block; }
#headerTop a:hover, #headerTop a:active { background: #002F6C; }
#headerTop a i { line-height: 38px; }
.headerInfo { float: left; }
.headerInfo i { font-size: 16px; }
.headerLinks { float: right; text-align: right; }
.headerInfo a { padding: 0 5px; }
.headerLinks a { padding: 0 5px; }
.rightHeader { margin-right: 10px; }
.wxIcon { margin-right: 2.5px; }

.headerContainer { width: 100%; background: #FFF; }
#header { width: calc(100% - 40px); padding: 5px 0; max-width: 1440px; margin: 0 auto; position: relative; }
.headerLogo { float: left; height: 80px; overflow: hidden; }
.headerLogo img { width: auto; height: 80px; }

.sticky { position: fixed; top: 0; width: 100%; z-index: 10; }
.sticky + .content { padding-top: 90px; }

/* Navigation */
.topnav { overflow: hidden; float: right; margin-top: 21px; }
/* Style the links inside the navigation bar */
.topnav a { float: left; display: block; color: #0093B2; text-align: center; padding: 6px 12px; text-decoration: none; text-transform: uppercase; }
.topnav a:hover { color: #FFF; }
.topIcon { display: none; }
.dropdown { float: left; overflow: hidden; }
.dropdown .dropbtn { font-size: 16px; border: none; outline: none; color: #0093B2; font-weight: 700; padding: 6px 12px; background-color: transparent; line-height: inherit; font-family: inherit; margin: 0; text-transform: uppercase; }
.topnav a.standard { font-weight: 700; border-radius: 5px; }
.topnav a.standard i { line-height: inherit; }
.dropdown .dropbtn a { padding: 0; float: none; display: inline; }
.dropdown .dropbtn i { margin-left: 5px; }
.dropdown-content { display: none; position: absolute; background-color: #0093B2; min-width: 160px; max-width: 250px; z-index: 1; border-radius: 0 5px 5px 5px; overflow: hidden; }
.dropdown-content.dropdown-dept { width: 352px; max-width: 352px; }
.dropdown-content.dropdown-eo { width: 193px; }
.dropdown-content a { float: none; color: #FFF; padding: 6px 12px; text-decoration: none; display: block; text-align: left; border-bottom: 1px solid rgba(255,255,255,.1); text-transform: none !important; font-size: 14px; line-height: 26px; }
.dropdown-content a.last { border-bottom: 0; }
.dropdown-content.dropdown-dept a { padding: 5px 8px; width: 160px; float: left; }
.topnav a:hover, .dropdown:hover .dropbtn, .dropdown:hover .dropbtn a { background-color: #0093B2; color: #FFF; }
.dropdown:hover { border-radius: 5px 5px 0 0; }
.dropdown .dropbtn a:hover { color: #FFF; }
.dropdown-content a:hover { background-color: #002F6C; }
.dropdown:hover .dropdown-content { display: block; }
#header a.watchLive { background: #C00; color: #FFF; border-radius: 5px; padding: 6px 12px; text-decoration: none; text-transform: uppercase; font-weight: 700; position: absolute; right: 590px; margin-top: 21px; margin-right: 10px; }
@media screen and (max-width: 1050px) {
  #header a.watchLive { right: 540px; }
}
@media screen and (max-width: 950px) {
  #header a.watchLive { margin-top: 20px; right: 85px; }
}
@media screen and (max-width: 650px) {
  #header a.watchLive { margin-top: 10px; right: 80px; }
}

/* Homepage */
#homeRotator { width: 100%; height: 600px; max-height: 60vh; background: #CCC; background-image:url(/images/photos/aerial.jpg); background-size: cover; background-position: center center; }
#homeRotator a { display: block; width: 100%; height: 100%; }

#homeAlert { width: calc(100% - 20px); min-height: 24px; background: #84BD00; color: #FFF; text-align: center; line-height: 24px; font-size: 18px; padding: 8px 10px; font-weight: 700; }

#homeIcons { width: 100%; max-width: 1480px; display: flex; flex-wrap: wrap; margin: 0 auto; }
.homeIcon { width: 16.66%; float: left; text-align: center; font-weight: 700; text-align: center; padding: 30px 0; }
.homeIcon:hover { background: #EEE; transition: 1s; }
.homeIcon a { text-decoration: none; color: #666; }
.homeIcon a i { font-size: 50px; line-height: 90px; width: 90px; height: 90px; border-radius: 50%; display: block; float: none; margin: 0 auto 10px; color: #FFF;  }

#homeNews { width: 100%; background: #002F6C; }
#homeNews nl-slider, #homeNotices nl-slider { padding-bottom: 30px; max-width: 1360px; margin: 0 auto; }
#homeNews nl-slider .homeNewsItem { white-space: normal; display: flex; flex-direction: column; }
.homeNewsHeader h2 { font-size: 22px; text-transform: uppercase; margin: 0 0 10px; padding: 30px 0 0; color: #FFF; text-align: center; }
.homeNewsHeader h2 a { color: #FFF; text-decoration: none; }
.homeNews { width: 100%; padding: 20px 0 50px; max-width: 1440px; margin: 0 auto; display: flex; flex-wrap: wrap; }

.homeArrow { width: 60px; color: #FFF; font-size: 60px; line-height: 200px; text-align: center; }
.homeArrow i { line-height: 320px; }
.homeNewsItem { width: calc(33.3% - 60px); background: #FFF; border-radius: 5px; overflow: hidden; box-shadow: 0 0 10px rgba(0,0,0,.5); }
.homeNewsItem.last { margin-right: 0; }
.homeNewsImage { width: 100%; background:url(/images/photos/aerial.jpg); background-size: cover; background-position: center center; padding-bottom: 50%; }
.homeNewsInfo { padding: 10px 15px; font-size: 14px; flex-grow: 1; display: flex;  flex-direction: column; justify-content: space-between; }
.homeNewsInfo a { display: block; margin-bottom: 5px; font-size: 16px; }
.readMore { display: block; margin: 10px -15px -10px; background: #0093B2; font-weight: 700; text-align: center; width: calc(100% + 30px); padding: 2.5px 0; font-size: 16px; }
.readMore a { color: #FFF; text-decoration: none; }
.rightNews h4, .mainNews h4 { margin-bottom: 0; }
.mainNews h4:first-child { margin-top: 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.newsFull { padding-bottom: 10px; margin-bottom: 10px; }
.newsItem img { width: 240px; height: auto; float: right; }
.newsItem h4 { margin-top: 5px; }

#homeConnect { width: calc(100% - 120px); max-width: 1360px; display: flex; flex-wrap: wrap; margin: 0 auto; }
.homeConnect { width: 100%; margin-bottom: 25px; }
.homeConnectHeader { width: 100%; text-align: center; }
.homeConnectHeader h2 { font-size: 22px; text-transform: uppercase; margin: 0 0 30px; padding: 30px 0 0; color: #002F6C; }
.homeConnectIcon { width: calc(33.3% - 20px); margin-right: 30px; margin-bottom: 15px; float: left; text-align: center; font-weight: 700; text-align: center; padding: 27.5px 0 17.5px; border-radius: 5px; }
.homeConnectIcon.last { margin-right: 0; }

.homeConnectIcon.dkBlue { background: #002F6C; }
.homeConnectIcon.dkBlue:hover { background: #025A8E; transition: 1s; }
.homeConnectIcon.ltBlue { background: #0093B2; }
.homeConnectIcon.ltBlue:hover { background: #042A76; transition: 1s; }
.homeConnectIcon.green { background: #84BD00; }
.homeConnectIcon.green:hover { background: #749D2D; transition: 1s; }
.homeConnectIcon a { text-decoration: none; color: #FFF; }
.homeConnectIcon a i { font-size: 50px; line-height: 50px; width: 50px; height: 50px; display: block; float: none; margin: 0 auto 5px; color: #FFF;  }

#homeNotices { width: 100%; background: #84BD00; }
#homeNotices nl-slider .homeNotice { white-space: normal; }
.homeNoticesHeader h2 { font-size: 22px; text-transform: uppercase; margin: 0 0 10px; padding: 30px 0 0; color: #FFF; text-align: center; }
.homeNotices { width: 100%; padding: 20px 0 50px; max-width: 1440px; margin: 0 auto; display: flex; flex-wrap: wrap; }

.homeNotices .homeArrow { width: 60px; color: #FFF; font-size: 60px; line-height: 150px; text-align: center; }
.homeNotices .homeArrow i { line-height: 150px; }
.homeNotice { width: calc(33.3% - 100px); padding: 20px; background: #FFF; border-radius: 5px; overflow: hidden; box-shadow: 0 0 10px rgba(0,0,0,.5); }
.homeNoticeDate, .homeNoticeInfo { margin-top: 5px; font-size: 14px; }
.homeNoticeInfo a { font-weight: 700; }
.homeNotice.last { margin-right: 0; }

/* Home - Info */
.homeInfo { background:linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url(/images/photos/sunset.jpg); background-size: cover; background-position: center center; width: 100%; padding: 20px 0; }
.homeAbout { width: 800px; margin: 70px auto; color: #FFF; max-width: calc(100% - 40px); }
.homeAbout h2 { font-size: 24px; text-transform: uppercase; margin: 0 0 .5em; }
.homeAbout a { color: #EEE; font-weight: 700; }

/* Pages */
.pageHeaderBackground { width: 100%; }
#pageHeader { width: calc(100% - 40px); max-width: 1440px; margin: 0 auto; padding: 40px 0 20px; }
#pageHeader .parentPage { display: inline-block; background: #0093B2; color: #FFF; font-size: 14px; line-height: 20px; padding: 4px 5px; margin: 0 0 5px -5px; text-transform: uppercase; font-weight: 700; }
#pageHeader .parentPage a { color: #FFF; text-decoration: none; }
#pageHeader h1 { margin: 0 0 15px; color: #FFF; font-size: 32px; line-height: 42px; }
#pageHeader h1 a i { color: #FFF; }
#pageContent { width: 100%; max-width: 1480px; margin: 0 auto; padding: 0; display: flex; }
#pageContentLeft { width: calc(100% - 360px); padding: 20px; }
#pageContentRight { width: 300px; padding: 20px; background: #EEE; margin-left: 20px; }
#pageContentRight h3:first-child { margin-top: 0; }
.pageIntro { font-size: 18px; line-height: 30px; border-bottom: 1px solid #EEE; padding-bottom: 15px; }
.listHidden { display: none !important; }

/* Content Pages - with Two Columns */
.contentColumns { display: flex; flex-wrap: wrap; margin: -20px 0; }
.contentColumns.news { margin:-20px; }
.contentLeft { width: calc(100% - 360px); padding: 20px 20px 20px 0; }
.contentLeft.form { width: calc(100% - 350px); padding: 20px 10px 20px 0; }
.contentLeft.news { width: calc(100% - 380px); margin-right: 0; padding: 20px; }
.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: #EEE; 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; }

/* Modules */
.violations input { width: 100%; font-size: 18px; padding: 4px; font-family: 'Montserrat', sans-serif; margin: -5px 0 10px; }
.violations h3 { margin: 5px 0 15px; }
.violationRow { display: flex; flex-wrap: wrap; }
.violationRow.alt { background: #F6F6F6; }
.violationRow:hover { background: #EEE; transition: 1s; }
.violationName { width: calc(100% - 460px); padding: 10px; }
.violationFine, .violationCourtCosts, .violationTotal, .violationOrdinance { width: 90px; text-align: center; padding: 10px; }

/* Search */
.headerInfo nl-search-popover:not(.hydrated) { visibility: hidden; display: none; }
.headerInfo nl-search-popover { display: inline-block; margin-left: .1725em; }
.headerInfo nl-search-popover nl-autocomplete { font-size: 1.25em; text-transform: none; }
.headerInfo nl-search-popover [nl-search-popover-trigger] { outline: none; text-transform: uppercase; }
.headerInfo nl-search-popover button { border: none; background: #0093B2; color: #FFF; }
.tippy-content { background: #006392; border-radius: 5px; }
.awesomplete>input { font-size: 18px; font-family: 'Montserrat'; }

/* Modules - Departments */
.listDepartment { border-bottom: 1px dotted #CCC; padding: 10px 5px; }
.listDepartment:hover, .listLink:hover { background: #F6F6F6; }
.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; }
.listServiceIcon { display: inline-block; float: left; margin: 5px; background: #E6E6E6; padding: 2px 6px; border-radius: 5px; }
.listServiceIcon a i { margin-right: 5px; text-decoration: none; }

/* Content Pages - with No Navigation */
#standardPage { width: calc(100% - 40px); max-width: 1440px; padding: 20px; margin: 0 auto; }
#standardPage img, #servicePage img { max-width: 100%; height: auto; }
#standardPage figure, #servicePage figure { max-width: 100%; margin-inline-start: 20px; margin-inline-end: 20px; }
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; }
.standardPageNav { width: 320px; background: #F6F6F6; }
.standardPageNav h3, .serviceNav h3 { margin: 20px; color: #002F6C; font-size: 22px; }
.standardPageNav a, .serviceNav a { display: block; padding: 8px 20px; color: #0093B2; text-decoration: none !important; font-size: 17px; cursor: pointer; }
.standardPageNav a i, .serviceNav a i { text-decoration: none; margin-right: 8px; }
.standardPageDetail { width: calc(100% - 360px); padding: 20px; }
.standardPageNav a.activebtn, .serviceNav a.active { background: #006392 !important; font-weight: 700; color: #FFF; }
.standardPageNav a:hover, .serviceNav a:hover { background: #006392; color: #FFF; }
.serviceNav h3 a:hover, .serviceNav h3 a:hover { background: none !important; color: #006392; }

/* 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% - 390px); 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 p:first-child, .serviceDetail h2:first-child, .serviceDetail h3:first-child { margin-top: 0; }
.serviceDetail.faqPage p:first-child { margin-top: 1em; }
.serviceNav { width: 350px; background: #F6F6F6; line-height: 24px; order: 1; }

/* 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%; }

/* Departments */
.departmentAlert { background:rgba(243,168,62,.3); border: 5px solid #F3A83E; padding: 10px; margin-bottom: 1em; }
.departmentAlert h3 { color: #000; }
.departmentAlert h3:first-child, .departmentAlert p:first-child { margin-top: 0; }
.departmentAlert p:last-child { margin-bottom: 0; }

.department { display: flex; flex-wrap: wrap; width: 100%; max-width: 1440px; margin: 0 auto; }
.departmentLeft { width: calc(100% - 390px); float: right; padding: 20px; order: 2; }
.departmentLeft h2:first-child { margin-top: 0; }
.departmentLeft .intro { font-size: 20px; line-height: 34px; border-bottom: 1px solid rgba(70, 153, 169, .3); padding-bottom: 20px; margin-bottom: 20px; }
.departmentNav { width: 350px; float: left; background: #F6F6F6; line-height: 26px; order: 1; }
.departmentHead { padding: 20px; background: #A4D4DB; margin-bottom: 10px; }
.departmentHead img { width: 100%; height: auto; margin-bottom: 10px; }
.departmentInfo { padding: 0 20px; }
.departmentHead b, .departmentInfo b { color: #0093B2; }

.departmentIcons { margin-bottom: 1em; padding: 10px 0; display: flex; flex-wrap: wrap; }
.departmentIcons .qlIcon { width: 25%; float: left; text-align: center; font-weight: 700; text-align: center; padding: 30px 0; }
.departmentIcons .qlIcon:hover { background: #EEE; transition: 1s; }
.departmentIcons .qlIcon a {  text-decoration: none; color: #666; }
.departmentIcons .qlIcon a i { font-size: 50px; line-height: 90px; width: 90px; height: 90px; border-radius: 50%; display: block; float: none; margin: 0 auto 10px; color: #FFF; }
.departmentIcons .qlIcon a i.dkBlue { background: #002F6C; }
.departmentIcons .qlIcon a i.ltBlue { background: #0093B2; }
.departmentIcons .qlIcon a i.green { background: #84BD00; }

/* Departments - Map */
.departmentMapHeader { width: 100%; background: #002F6C; padding: 5px 0; }
.departmentMapHeader h3, .departmentMapHeader p { width: calc(100% - 40px); max-width: 1440px; color: #FFF; text-align: center; }
.departmentMapHeader h3 { margin: 10px auto 0; }
.departmentMapHeader p { margin: 0 auto 10px; }
.departmentMap { height: 450px; overflow: hidden; }
.departmentMap iframe { width: 100%; height: 450px; border: 0; }

/* Department and Services */
.departmentAlert {  }

/* Modules - FAQ */
.faqLabel { float: left; width: 40px; font-size: 24px; text-align: center; color: #84BD00; padding: 14px 0; }
.faqText { float: left; width: calc(100% - 40px); }
.faqTextQ { font-weight: 700; }
.faqText p { margin: 1rem 0; }
.faqQA { border-bottom: 1px solid #C4DBDF; padding-bottom: 1em; margin-bottom: 1em; }
.faqLast { border-bottom: none; }
.faqSection input[type="text"] { font-family: 'Montserrat', sans-serif; border: 2px solid #EEE; width: 100%; padding: 5px; font-size: 18px; margin: 0 0 .5em; border-radius: 5px; }
input[type="text"].searchPage { font-family: 'Montserrat', sans-serif; border: 2px solid #EEE; width: calc(100% - 14px); padding: 5px; font-size: 18px; margin: 0 0 1em; 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: #EEE; 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: 'Montserrat', sans-serif; }

/* Modules - Budgets */
.budgetAudits { width: 450px; max-width: 100%; margin: 0 0 2em; }
.budgetRow { width: 100%; padding: 4px 0 2px; display: block; border-bottom: 1px solid #CCC; display: flex; }
.budgetRow:hover { background: #EEE; }
.budgetYear, .budgetBudget, .budgetAudit { width: 33.3%; text-align: center; }
.budgetYear { font-weight: 700; text-align: left; }
.budgetBudget { text-align: center; }
.budgetAudit { text-align: right; }

/* Modules - Leagues */
.leagues { display: flex; flex-wrap: wrap; }
.leaguesLeft { width: 49%; margin-right: 1%; }
.leaguesRight { width: 50%; }
.youthLeague { background: #EEE; margin: 10px 0; padding: 10px; font-size: 14px; line-height: 21px; }
.youthLeague h2 { font-size: 20px; line-height: 27px; }
.youthLeague h2:first-child { margin-top: 0; }
.youthLeague h3 { font-size: 18px; line-height: 24px; }

/* Modules - No-Call List */
.noCallList { margin: 1em 0 0; }
.noCallRow { width: 300px; border-bottom: 1px solid #DDD; display: flex; flex-wrap: wrap; padding: 3px 4px; }
.noCallRow:hover { background: #EEE; }
.noCallRow.header { font-weight: 700; background: #CCC; }
.noCallHouse { width: 80px; }
.noCallDir { width: 50px; }
.noCallStreet { width: 170px; }

/* Modules - Parks */
.qlDivider { border-top: 1px solid #0093B2; height: 10px; margin: 10px auto 0; width: calc(100% - 20px); }

/* Forms */
#contactForm i { font-style: normal; color: #C00; font-weight: 700; }
#contactForm ol { margin: 0; list-style-type: none; padding: 0; }
#contactForm label { display: block; font-size: 14px; }
#contactForm input[type="text"], #contactForm input[type="email"], #contactForm input[type="tel"] { font-family: 'Montserrat', sans-serif; font-size: 16px; width: calc(100% - 10px); padding: 5px; border: 1px solid #DDD; }
#contactForm input[type="submit"] { display: block; width: 150px; font-family: 'Montserrat', sans-serif; font-size: 16px; color: #FFF; text-align: center; border: 0; background: #0093B2; padding: 10px 0; margin: 1em 0 0; }
#contactForm select { font-family: 'Montserrat', sans-serif; font-size: 16px; width: calc(100% - 10px); padding: 4px; border: 1px solid #DDD; }
#contactForm textarea { font-family: 'Montserrat', sans-serif; font-size: 16px; width: calc(100% - 10px); padding: 5px; border: 1px solid #DDD; }
#contactForm .formInfo { margin: -.9em 0 1em; font-size: 14px; line-height: 24px; }
#contactForm .formDivider { border-top: 1px solid #EEE; margin: 5px 0 1em; width: calc(100% - 10px); }
#contactForm .formFull { width: 100%; margin-bottom: 1em; }
#contactForm .formFull h3 { margin-bottom: 0; }
#contactForm .form70 { width: 70%; margin-bottom: 1em; }
#contactForm .form60 { width: 60%; margin-bottom: 1em; }
#contactForm .form50 { width: 50%; margin-bottom: 1em; }
#contactForm .form40 { width: 40%; margin-bottom: 1em; }
#contactForm .form33 { width: 33.3%; margin-bottom: 1em; }
#contactForm .form30 { width: 30%; margin-bottom: 1em; }
#contactForm .form20 { width: 20%; margin-bottom: 1em; }

.formLayout { display: flex; flex-wrap: wrap; }

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

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

/* Modules - Jobs */
.jobInfo { float: left; width: calc(100% - 270px); }
.jobOpenings { width: calc(100% - 20px); padding: 10px; background: #F6F6F6; margin: 2em 0; }
.jobOpenings h2 { margin: 0; }
.jobOpening { padding: 1em 0; border-bottom: 1px solid #CCC; }
.jobOpening.noBorder { padding-bottom: 0; border-bottom: 0; }
.jobOpening h4 { font-weight: 700; margin: 0 0 10px; }
.jobButtons { float: right; width: 270px; text-align: right; }
.jobButtons a, .jobRight a { display: inline-block; padding: 4px 10px; background: #3E7AC2; color: #FFF; margin: 26px 0 0 5px; }
.jobButtons a i, .jobRight a i { margin-left: 2px; }
.jobButtons a:hover, .jobRight a:hover { text-decoration: none; background: #203648; }
.jobRight { float: right; width: 300px; margin: 0 0 15px 15px; text-align: center; }
.jobAtAGlance { padding: 15px; background: #E6E6E6; text-align: left; }
.jobAtAGlance b { text-transform: uppercase; color: #3E7AC2; }
.largeButton { text-align: center; }
a.largeButton { display: inline-block; padding: 10px 20px; font-size: 24px; background: #3E7AC2; color: #FFF; margin: 1em 0; }
a.largeButton i { margin-left: 10px; }
a.largeButton:hover { text-decoration: none; background: #203648; }

/* Modules - Events */
.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 #DDD; }
.widgetEventBox.boxNo5 { margin: 0; }
.widgetEventBox:hover { background: #F6F6F6; }
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: #002F6C; text-decoration: none; font-weight: 700; }
.widgetEvent a.mapLink { color: #002F6C; 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: #F6F6F6; padding: 4px; border: 1px solid #002F6C; }
.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: #002F6C; color: #FFF; font-weight: 700; padding: 5px; border: 0; }
.emptyBox, .emptyBox:hover { background: #EEE; 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 #EEE; }
#calendarFooter .nextMonth { margin: 0; line-height: 22px; }

.event-overlay { width: 600px; max-width: 100%; }
.event-overlay img { width: 200px; height: auto; float: right; margin: 10px; }

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

/* Content Page - Bid Notices */
.bidNotice { padding: 1em 0; border-bottom: 1px dotted #CCC; }
.bidNotice h3 { margin-top: 0; }

/* Departments - Staff */
.staffListing { width: 100%; display: flex; flex-wrap: wrap; }
.staffListing h2 { width: 100%; margin: 2em 0 1em; color: #002F6C; padding-top: 1em; border-top: 1px solid #EEE; }
.staffCard { width: 50%; display: flex; flex-wrap: wrap; margin-bottom: 50px; }
.staffMember { width: 200px; text-align: center; }
.staffMember img { width: 100%; height: auto; display: block; }
.staffInfo { width: calc(100% - 215px); margin-left: 15px; }
.staffInfo p { margin: 0; padding: 0 0 10px; }
.staffInfo.noPhoto { width: 100%; }
.staffMember b { color: #EEE; }

/* Footer */
.infoFooter { display: none; }
.footerContainer { width: 100%; background: #FFF; border-top: 1px solid #CCC; }
#footer { display: flex; max-width: 1440px; width: calc(100% - 40px); margin: 0 auto; }
#footer { font-size: 13px; line-height: 21px; }
#footer a { color: #002F6C; }
.footerLogo, .footerInfo, .footerLinks { width: 33.3%; text-align: center; padding: 20px 0; }
.footerLogo { order: 2; }
.footerLogo img { width: auto; height: 60px; margin: 0 auto; }
.footerInfo { order: 1; }
.footerLinks { order: 3; }

#credit { background: #DDD; color: #333; 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: #666; text-decoration: none; }
#credit img { height: 30px; width: auto; margin: 0 0 0 10px; vertical-align: middle; border: none; }

@media screen and (max-width: 1420px) {
  .staffCard { width: 100%; margin-bottom: 25px; }
}

@media screen and (max-width: 1050px) {
  #headerTop { width: 100%; }
  .headerLinks a { padding: 0 7.5px; }
  a.homeLink { display: none; }
  .homeIcon { width: 33.3%; }
  .departmentIcons .qlIcon { width: 50%; }
}

@media screen and (max-width: 950px) {
  #header { width: calc(100% - 20px); }

  .contentLeft.form { width: 100%; padding: 20px 0; }
  .contentRight.form { width: 100%; padding: 20px; margin: -20px -20px 0;; }

  .topnav a, .dropdown .dropbtn { display: none; }
  .topIcon { display: block; margin: -5px -10px -5px 0; float: right; background: #002F6C; }
  .topIcon a.icon { float: right; display: block; color: #FFF; height: 90px; font-size: 24px; padding: 0 20px; }
  .topIcon a.icon i { line-height: 90px !important; }
  .topnav.responsive { position: relative; float: none; text-align: left; width: 100%; margin: 90px 0 0; }
  .topnav.responsive a { float: none; display: block; text-align: left; }
  .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 0 5px 5px !important }
  .topnav.responsive .dropdown .dropbtn { display: block; width: 100%; text-align: left; }
  .topnav.responsive .dropdown-content a { padding: 2px 8px; }
  .topnav.responsive .dropdown-content.dropdown-dept a { width: calc(50% - 16px); float: left; }

  .boardDate.wide { width: 100%; }
  .boardDetail { width: 50%; }
}

@media screen and (max-width: 1050px) { 
  #headerTop, #headerTop a i { line-height: 28px; }
  .headerInfo, .headerLinks { float: none; width: 100%; text-align: center; }
}

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

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

@media screen and (max-width: 800px) {
  a.translate { display: none !important; }
  .homeConnectIcon { width: calc(50% - 20px) !important; }
  .homeConnectIcon.last { margin-right: 30px; }
  .homeConnectIcon.even { margin-right: 0 !important; }
  .newsItem.newsFull img { float: none; display: block; margin: 0; width: 100%; max-width: 400px; }
  .listDepartmentInfo { float: none; width: 100%; margin-bottom: 1em; }
  .listDepartmentServices { float: none; width: 100%; }
  .departmentLeft img { margin-left: 0; }
  .facilityIcon { width: 100%; }
}

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

  /* Content Pages - with Two Columns */
  #homeRotator { height: 300px; }

  .contentColumns { margin: 0; }
  .contentColumns.news { margin: -10px; }
  .contentLeft, .contentLeft.form { width: 100%; margin-right: 0; padding: 0 0 20px; }
  .contentLeft.news { width: 100%; margin-right: 0; padding: 10px; }
  .contentRight, .contentRight.form { width: 100%; background: #EEE; padding: 10px; font-size: 15px; line-height: 24px; margin: 10px -10px -10px; }
  .contentRight ul, .contentRight ol { padding-inline-start: 30px; }

  .departmentLeft, .serviceDetail { width: calc(100% - 20px); padding: 10px; order: 1; }
  .departmentNav, .serviceNav { width: 100%; padding: 0; order: 2; }

  #contactForm input[type="text"] { width: 100%; }
  #contactForm input[type="submit"] { width: 100%; }
  #contactForm select { width: 100%; }
  #contactForm textarea { width: 100%; }

  .widgetEventBoxes { width: 100%; margin: 0; }
  .widgetEventBox { width: calc(100% - 26px); margin: 0 0 10px 0; }

  .boardDate { width: 100%; }
  .boardDetail { width: 33.3%; }

  #footer { flex-wrap: wrap; }
  .footerLogo, .footerInfo, .footerLinks { width: 100%; }
  .footerLogo { padding: 0; }
}

@media screen and (max-width: 650px) {
  #standardPage { width: calc(100% - 20px); padding: 10px; }

  .homeIcon { width: 50%; }
  .qlSpacer { width: 0%; }
  .homeConnectIcon { width: 400px !important; max-width: 100%; margin: 0 auto 15px !important; float: none; }
  .homeConnectIcon.last, .homeConnectIcon.even { margin: 0 auto 15px !important; }

  .topIcon a.icon { height: 70px; }
  .topIcon a.icon i { line-height: 70px !important; }
  .topnav.responsive { margin-top: 70px; }
  .headerLogo { height: 60px; overflow: hidden; }
  .headerLogo img { height: 60px; }
}

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

  #contactForm .formFull, #contactForm .form70, #contactForm .form60, #contactForm .form50, #contactForm .form40, #contactForm .form33, #contactForm .form30, #contactForm .form20 { width: 100%; }

  .homeIcon { width: calc(100% - 20px); padding: 10px; text-align: left; }
  .homeIcon a i { display: inline; text-align: center; width: 40px; font-size: 24px; height: 40px; line-height: 40px; display: inline-block; margin: 0 10px 0 0; }
  .headerLinks { line-height: 26px; }
  .headerLinks a i { line-height: 26px !important; }

  .staffMember { width: 100px; }
  .staffInfo { margin-left: 10px; width: calc(100% - 110px); font-size: 14px; line-height: 22px; }

  #credit .copyright, #credit .poweredBy { width: 100%; float: none; text-align: center; }

}
