@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Other CSS Files */

@import url('new/footer.css');
@import url('new/header.css');
@import url('new/home.css');

/*
Light Blue: #4699A9
Red: #892A41
*/

body { margin: 0; font-family: 'Open Sans', sans-serif; font-size: 18px; line-height: 32px; color: #000000; }

h1 { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 58px; line-height: 64px; text-transform: uppercase; }
h2 { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 38px; line-height: 44px; text-transform: uppercase; }
h3 { font-weight: 600; color: #892A42; }

@media screen and (max-width: 600px) { 
  h1 { font-size: 42px; line-height: 48px; }
  h2 { font-size: 34px; line-height: 40px; }
}

a { color: #892A42; }
a:hover, a:active { color: #5A0020; text-decoration: none; }

a.button { background: #F2A73D; display: inline-block; padding: 6px 16px; border-radius: 5px; color: #000000; text-decoration: none; border: 2px solid #F2A73D; margin: 0 0 4px 4px; }
a.button:hover { background: none; transition: 500ms; }


.clear { clear: both; }
hr { margin-block-start: 20px; margin-block-end: 20px; border: 0px; border-top: 1px solid #CCC !important; }

.content { padding-top: 80px; min-height: calc(100vh - 400px); }
.content.noMinimum { min-height: 0; }

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

/* Homepage */



.homeNewsSlider, .homeCalendarSlider { width: 100%; max-width: 1440px; margin: 0 auto; }
.homeNewsSlider nl-slider { padding: 20px 4rem 30px; }
.homeNewsSlider nl-slider .glide__slides, .homeCalendarSlider nl-slider .glide__slides { margin: 0; }
.homeCalendarSlider .homeDateArrow.glide__arrow { margin-top: initial; }
.homeCalendarSlider .homeDateArrow.glide__arrow i { font-size: 60px; }

.blueBar { width: 100%; background: #4699A9; }
.grayBar { width: 100%; background: #F6F6F6; width: calc(100% + 40px); margin: 0 -20px; }


.homeNewsHeader.conservation h2 { margin: 10px 0 20px !important; }
.homeNews { width: 100%; padding: 20px 0 20px; max-width: 1440px; margin: 0 auto; display: flex; flex-wrap: wrap; }
.homeNewsLink { width: 100%; text-align: center; padding: 0 0 20px; }
.homeNewsLink a { display: inline-block; background: #FFFFFF; color: #892A41; padding: 2px 20px; text-decoration: none; font-weight: 700; }

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

/* Page Headers */
.pageHeaderContainer { width: 100%; background-position: center center; background-size: cover; aspect-ratio: 3 / 1; position: relative; }
.pageHeaderContainer video { object-fit: cover; position: absolute; top: 0; left: 0; width: 100%; aspect-ratio: 3 / 1; }
#sectionHeader { width: calc(100% - 40px); max-width: 1400px; margin: 20px auto 0; position: relative; z-index: 1; }
.sectionParent a { display: inline-block; background: #F2A73D; color: #000000; padding: 4px 16px; color: #000000; text-decoration: none; border: 2px solid #F2A73D; border-radius: 5px; }
.sectionParent a:hover { background: none; transition: 500ms; }
.sectionPageHeader h1 { display: block; margin: 10px 0 0; }
.pageHeaderContainer.slim .sectionPageHeader h1 { color: #000; }
.sectionPageHeader h1 a { text-decoration: none; }
.pageHeaderContainer.slim .sectionPageHeader h1 a { color: #892A41; }

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

h2.staffList { margin: 10px 0 20px; }
h2.staffList a { text-decoration: none; color: #000000; }
.staffRow { width: 100%; border-top: 1px solid #EEE; padding: 5px 0; }
.staffName { width: calc(100% - 130px); float: left; }
.staffPhone { width: 130px; float: right; text-align: right; }

/* Departments */
.departmentAlert { background: #F7E6EA; border: 5px solid #892A42; padding: 20px; margin-bottom: 1em; border-radius: 20px; }
.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: 25px 20px 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; line-height: 30px; order: 1; }
.departmentNavInfo { background: #E9F4F2; border-radius: 20px; padding: 1px 0; margin: 25px 0; }
.departmentInfo { padding: 0 20px; }
.departmentStaffLeft { margin-top: 10px; padding: 20px 20px 10px; }
.departmentStaffLeft h3:first-child { margin: 0 0 1em; }
.departmentStaffLeft img { width: 100%; height: auto; margin-bottom: 10px; }
.deptStaffMember { margin-bottom: 10px; }
.deptStaffMember p { font-size: 14px; line-height: 21px; margin-top: 5px; }
.deptStaffMember a { font-size: 15px; }
.departmentLeft img { margin-left: 10px; }

.departmentIcons { margin-bottom: 1em; padding: 10px 0; display: flex; flex-wrap: wrap; }
.departmentIcons .qlIcon { width: 20%; margin: 0 0 30px; }
.departmentIcons .qlIcon a { width: 145px; }

/* Departments - Map */
.departmentMap { height: 500px; width: 100%; overflow: hidden; margin: 0 auto -40px; }
.departmentMap iframe { width: 100%; height: 500px; border: 0; }

/* Department and Services */
.departmentAlert {  }

/* Modules - Cities */
#communities { display: flex; flex-wrap: wrap; margin: -10px; width: calc(100% + 20px); }
.city { width: calc(33.3% - 20px); margin: 10px; border-radius: 20px; overflow: hidden; background: #E9F4F2; }
.cityImage { width: 100%; }
.cityImage img { width: auto; height: auto; max-width: 100% !important; }
.cityDetail { padding: 10px; line-height: 25px; }
.cityDetail h3 { margin: 0 0 8px; }
.cityLink { width: 25%; float: left; text-align: center; font-size: 16px; line-height: 24px; font-weight: 700; }
.cityLink3x { width: 33.3%; }
.cityLink2x { width: 50%; }
.cityLink1x { width: 100%; }
.cityLink a { text-decoration: none; display: block; padding: 10px 0; }
.cityLink a svg { display: block; margin: 0 auto 2px; width: 20px; height: 20px; }

.boardMembers { display: flex; flex-wrap: wrap; }
.boardMember { width: 33.3%; float: left; margin: 0 0 20px; padding: 0 0 20px; border-bottom: 1px dotted #EEE; }

/* Calendar */
.eventListing { width: calc(100% - 10px); padding: 20px 5px; margin: 0 auto; border-bottom: 1px solid #E9F4F2; }
.eventListing .eventImage { width: 300px; float: right; height: 200px; background-size: cover; background-position: center center; }
.eventListing h3 { margin: 0; }
.eventListing p, .newsListing p { margin: .5em 0; }
.eventListing p.eventButton, .newsListing p.newsButton { margin: 1em 0 0; }
a.eventButtonRight { display: block; width: calc(100% - 20px); font-size: 22px; padding: 6px 10px; }

/* Services */
#servicePage { display: flex; flex-wrap: wrap; width: calc(100% - 20px); max-width: 1440px; margin: 0 auto; min-height: calc(100vh - 319px - 156px - 86px - 450px) }
.serviceDetail { width: calc(100% - 360px); 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; }
.serviceNav { width: 320px; line-height: 24px; order: 1; }
.serviceNavInfo { background: #E9F4F2; border-radius: 20px; padding: 1px 0; margin: 25px 0 0; }
.serviceNav h3 { margin: 20px; color: #000000; font-size: 22px; }
.serviceNav h3 a { color: #000000; text-decoration: none; padding: 0; }
.serviceNav a { display: block; padding: 10px 20px; color: #000000; text-decoration: none; font-weight: 700; font-size: 16px; display: flex; align-items: flex-start; }
.serviceNav a svg { width: 20px; height: 20px; margin: -5px 5px 0 0; padding: 8px; width: 18px !important; height: 18px; border: .5px solid #000000; }
.serviceNav a i { margin-right: 8px; font-size: 20px; line-height: 28px; }
.serviceNav a.active { text-decoration: underline; }
.serviceNav a:hover { color: #000000; text-decoration: underline; }
.serviceNav a.active svg, .serviceNav a:hover svg { background: #4799A9; color: #000000; border: .5px solid #4799A9; }
.serviceNav a span { width: calc(100% - 40px); }
.serviceNav h3 a:hover { background: none !important; color: #006970; }
.serviceDivider { border-top: 1px solid #006970; height: 10px; margin: 10px auto 0; width: calc(100% - 20px); }

/* Content Pages - with No Navigation */
#standardPage { width: calc(100% - 40px); max-width: 1400px; padding: 20px; margin: 0 auto; }
#standardPage img, #servicePage img, .departmentLeft img { max-width: 100%; height: auto; }
#standardPage figure, #servicePage figure { max-width: 100%; margin: 0 0 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 .serviceNavInfo { padding: 1px 0 10px; }
.standardPageNav { width: 320px; }
.standardPageNav h3 { margin: 20px; color: #000000; font-size: 22px; }
.standardPageNav h3 a { color: #000000; text-decoration: none; padding: 0; }

.standardPageNav a { display: block; padding: 5px 20px; color: #000000; text-decoration: none; font-weight: 700; font-size: 16px; display: flex; align-items: flex-start; cursor: pointer; }
.standardPageNav a i { margin-right: 8px; font-size: 20px; line-height: 28px; }
.standardPageDetail { width: calc(100% - 360px); padding: 20px; }
.standardPageNav a.activebtn { font-weight: 700; text-decoration: underline; }
.standardPageNav a:hover { color: #000000; text-decoration: underline; }
.serviceNav h3 a:hover { background: none !important; color: #006970; }

/* Modules - Section Corners */
#townshipMap { width: 1074px; height: 873px; display: flex; flex-wrap: wrap; align-items: center; border: 3px solid #213159; background-image:url(/images/county_map.png); background-size: calc(100% + 7px); background-position: -3px -3px; }
.township { width: calc(25% - 1px); text-align: center; border-right: 1px solid #213159; border-bottom: 1px solid #213159; background: rgba(196,224,200,.4); }
.townshipLastColumn { width: 25%; border-right: 0; }
.townshipLastRow { border-bottom: 0; }
.township a { padding: 94px 0 0; display: block; height: 123.5px; font-weight: 700; }
.township a i { display: inline-block; text-decoration: none; margin-left: 5px; }
.township a:hover, .townshipCurrent { background: rgba(221, 221, 221, .8); }

/* Modules - Township */
.townshipList { display: flex; flex-wrap: wrap; } .townshipIndiv { width: 25%; } @media screen and (max-width:1050px) { .townshipIndiv { width: 50%; } }
.townshipTaxes { float: right; width: 250px; padding: 20px; background: #E9F4F2; border-radius: 20px; margin-left: 10px; }
.townshipTaxes h4 { margin: 0; }
.townshipTaxes ul { margin: 10px 0 0; }
@media screen and (max-width: 660px) { 
  .townshipTaxes { float: none; width: calc(100% - 40px); margin: 0 0 20px; }
}

/* Content Pages - All */
.standardPageIntro { border-bottom: .5px solid #000000; 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: #8D3048; 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: 'Open Sans', sans-serif; border: 2px solid #EEE; width: 100%; padding: 5px; font-size: 18px; margin: 0 0 .5em; border-radius: 5px; }
.faqSection h2.faqFirst { margin-top: .5em; }
.faqSection h4 { margin: 1em 0; }
#filterContainer, .#myBtnContainer.filterContainer { margin: -5px 0 calc(2em - 5px); padding-left: 8px; }
#myBtnContainer.filterContainer .btn { background: #F2A73D; display: inline-block; padding: 6px 16px; border-radius: 5px; color: #000000; text-decoration: none; border: 2px solid #F2A73D; margin: 0 0 4px 4px; cursor: pointer; }
#myBtnContainer.filterContainer .btn:hover, #myBtnContainer.filterContainer .btn.activebtn, #myBtnContainer.filterContainer .btn.activebtn:hover { background: none; transition: 500ms; }
.listHidden { display: none !important; }
.filterDiv { display: none; }
.show { display: block; }
.highlightedFAQ { background: rgba(62, 122, 194, 0.3); padding: 10px; }
.highlightedFAQ .faqQA { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.highlightedFAQ h4 { margin-top: 0; }
input.fullSearch { width: 100%; padding: 2px 8px; border: 2px solid #CCC; font-size: 18px; font-family: 'Open Sans', sans-serif; }

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

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

/* Modules - Upcoming Meetings */
.meetingGrid { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.meetingList { width: calc(50% - 60px); margin: 10px; }
.meetingList h3 { background: #892A42; color: #FFFFFF; padding: 20px; margin: -20px -20px 10px; border-radius: 20px 20px 0 0; }
.meetingList h3 a { color: #FFFFFF; text-decoration: none; display: block; margin: -20px; padding: 20px; }
.meetingList h3 a svg { float: right; width: 32px; height: 32px; }

.meetingList { padding: 17px; border-radius: 20px; border: 3px solid #E9F4F2; background: #E9F4F2; }
.meetingList .boardDate { width: calc(100% - 250px); }

@media screen and (max-width: 1220px) {
	.meetingList { width: calc(100% - 30px); }
}

/* Forms */
#contactForm i { font-style: normal; color: #C00; font-weight: 700; }
#contactForm ol { margin: 0; list-style-type: none; padding: 0; }
#contactForm ol label { display: block; font-size: 15px; line-height: 24px; }
#contactForm ol input[type="text"], #contactForm ol input[type="email"] { font-family: 'Open Sans', sans-serif; font-size: 16px; width: 100%; padding: 5px; border: 1px solid #DDD; margin-bottom: 1em; }
#contactForm input[type="submit"] { display: block; width: 150px; font-family: 'Open Sans', sans-serif; font-size: 16px; color: #FFF; text-align: center; border: 0; background: #892A41; padding: 10px 0; margin: 1.5em 0 0; cursor: pointer; scroll-margin-top: 100px; }
#contactForm ol select { font-family: 'Open Sans', sans-serif; font-size: 16px; width: 100%; padding: 5px; border: 1px solid #DDD; margin-bottom: 1em; }
#contactForm ol textarea { font-family: 'Open Sans', sans-serif; font-size: 16px; width: 100%; padding: 5px; border: 1px solid #DDD; margin-bottom: 1em; }

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

.boardDate { width: calc(100% - 375px); }
.boardDate.board2x { width: calc(100% - 250px); }
.meetingNotes { font-size: 14px; line-height: 17px; display: block; margin: 0 0 5px; }
.boardDetail { width: 125px; text-align: center; }

/* Modules - Code Ordinances */
.codeSearch input[type="text"], input.instantSearch[type="text"] { font-family: 'Open Sans', sans-serif; border: 1px solid #000000; width: 100%; padding: 5px 10px; font-size: 18px; margin: 0 0 1em; border-radius: 10px; }
.codeRow { width: calc(100% - 10px); display: flex; flex-wrap: wrap; border-bottom: 1px solid #EEE; padding: 5px; }
.codeRow:hover { background: #F6F6F6; }
.codeChapter { width: 120px; }
.codeTitle { width: calc(100% - 120px); }
.codeTitle p { margin: 7.5px 0 0; font-size: 16px; line-height: 24px; }

/* Modules - Parks */
.serviceDetail.parks p:nth-child(2) { margin-top: 0; }
.serviceDetail.parks h3 { margin-top: 1.5em; }
.serviceDetail.parks h4 { color: #4699A9; }
#facilityInfo { float: right; width: 300px; padding: 10px; margin-left: 10px; background: #E9F4F2; border-radius: 10px; }
#facilityInfo img { width: 100%; height: auto; margin: 0 0 1em; border-radius: 10px; }
.parkDivider { padding-top: 5px; border-top: 1px solid #CCC; margin: 20px 0 -10px; }
.parkListing { display: flex; flex-wrap: wrap; width: calc(100% + 15px); margin: -7.5px; }
.park { width: calc(33.3% - 15px); margin: 7.5px; }
.parkFeaturedPhoto { width: 400px; max-width: 50%; height: auto; float: right; margin: 0 0 10px 10px; }
.park.right { margin-right: 0; }
.parkPhoto a { width: 100%; padding-bottom: 60%; display: block; text-decoration: none; }
.parkInfo { text-align: center; font-size: 15px; line-height: 24px; }

.park h3 { margin: 5px 0 1px; }
.parkType { background: #F2A73D; color: #000000; font-size: 13px; line-height: 20px; padding: 0 5px; text-transform: uppercase; font-weight: 700; display: inline-block; border-radius: 5px; margin: 5px 0 0 5px; }
img.parkPhoto { width: 400px; max-width: 50%; height: auto; float: right; margin: 0 0 10px 10px; }
.parkMap, .parkVideo { min-height: 500px; overflow: hidden; }
.parkMap { margin: 20px 0 -50px; }
.parkMap iframe { width: 100%; height: 500px; border: 0; overflow: hidden; }
.parkMap #map { width: 100%; height: 500px; border: 0; overflow: hidden; }
.parkVideo { min-height: none; }
.parkHunting { display: block; font-size: 13px; line-height: 18px; }
#facilityAmenities { display: flex; flex-wrap: wrap; }
.facilityIcon { width: calc(100% / 3); float: left; line-height: 30px; margin: 0 0 15px; font-size: 14px; }
.facilityIcon img { width: 30px; height: 30px; display: inline-block; margin: 0 15px 0 0; float: left; }

/* Modules - Officials */
.officialList { width: calc(100% - 40px); margin: 1em 0 0; background: #E9F4F2; border-radius: 20px; overflow: hidden; padding: 20px; }
.officialList.dedicatedPage { background: #FFF; border-radius: 0; margin: -10px -20px 0; width: 100%; }
.officialList h2 { background: #892A42; color: #FFF; margin: -20px -20px 10px; padding: 20px; border-radius: 20px 20px 0 0; }
.officialList p { margin: 0; padding: 0 0 10px; font-size: 16px; line-height: 24px; }
.offRow { width: 100%; display: flex; flex-wrap: wrap; border-top: .5px solid #000000; padding: 5px 0; }
.offRow:hover { background: #EEE; }
.offRow.dedicatedPage:hover { background: #FFF; }
.offInfo { width: 66.6%; }
.offTerm { width: 33.3%; text-align: right; }
.offName, .offContact { width: 50%; }
.offName { float: left; }
.offName.noContact { width: 100%; }
.offContact.collapse { width: 0%; }
.offContact { float: right; text-align: center; }
.committeeInfo { font-size: 12px; line-height: 15px; }
.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: calc(((100% - 1400px) / 2) + 10px); font-size: 15px; line-height: 22px; }
a.termLengthInfo { cursor: pointer; }
a:hover.termLengthInfo + div.termLengthDescription { display: block; }

/* Modules - Departments */
.listDepartment { border-bottom: 1px solid #E9F4F2; padding: 10px 5px; }
.listDepartment:hover, .listLink:hover { background: #F6F6F6; }
.listDepartment h2 { font-size: 30px; line-height: 36px; 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 { float: left; margin: 5px 15px 5px 0; }
.listServiceIcon a { display: inline-flex; text-decoration: none; align-items: center; }
.listServiceIcon a svg { width: 20px; height: 20px; margin: 0 5px 0 0; padding: 8px; width: 18px !important; height: 18px; border: .5px solid #000000; color: #000000; }
.listServiceIcon a:hover svg { background: #4799A9; }

@media screen and (max-width: 900px) { 
  .listServiceIcon { width: 100%; float: none; margin: 0 0 10px; }
}

/* Modules - Credits & Exemptions */
.creditRow { width: calc(100% - 10px); padding: 5px; border-bottom: 1px dotted #EEE; display: flex; flex-wrap: wrap; }
.creditRow.header { font-weight: 700; background: #EEE; border-bottom: 1px dotted #DDD; 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 - Virtual Program */
.virtualProgram { width: 100%; margin: 5px 0 20px; }
.virtualProgram h3 { padding: 5px 10px; margin: 0; background: #006970; color: #FFF; border-radius: 5px 5px 0 0; }
.virtualProgramInfo { padding: 5px 10px; border-radius: 0 0 5px 5px; background: #F6F6F6; }
.virtualOverlay { width: 800px; max-width: 100%; }
.virtualOverlay h3:first-child { margin: 0 0 5px; }
.virtualOverlay a { font-weight: 700; }
.videoThumbnail { width: 300px; height: 200px; line-height: 200px; text-align: center; float: right; margin-left: 10px; }
.videoThumbnail i { color: rgba(255, 255, 255, .5); font-size: 70px; text-shadow: 0 0 10px #000; line-height: 200px; }
.videoThumbnail:hover i { color: #FFF; }
a.videoLink { background: #f2a73d; display: inline-block; padding: 6px 16px; border-radius: 5px; color: #000; text-decoration: none; margin-left:-5px; }
p.dateAdded { display: block; font-size: 13px; line-height: 18px; margin: 10px 0 0; }

/* Modules - Resource Connection */
.resource { width: calc(100% - 10px); padding: 5px; border-bottom: 1px solid #EEE; display: flex; flex-wrap: wrap; }
.resourceName { width: calc(100% - 190px); }
.resourceContact { width: 190px; text-align: right; }

/* Modules - Sheriff Sales*/
#sheriffSales { width: 100%; }
.sheriffSalesRow { width: calc(100% - 2px); display: flex; flex-wrap: wrap; padding: 4px 1px 16px; border-bottom: 1px solid #AAA; }
.sheriffSalesRow.header { background: #DDD; font-weight: 700; align-items: flex-end; padding-bottom: 4px; }
.sheriffSalesRow.alt { background: #F6F6F6; }
.sheriffSalesRow:hover { background: #EEE; }
.sheriffSalesRow.header:hover { background: #DDD; }
.salesNumber { width: 130px; padding: 0 1px; }
.salesName { width: calc(100% - 604px); padding: 0 5px 0 1px; }
.salesDate { width: 110px; padding: 0 1px; }
.salesDate b { color: #C00; }
.salesAddress { width: 230px; padding: 0 1px; }
.salesAmount { width: 120px; padding: 0 1px; }
.highlight { background: #892A41; color: #FFF; padding: 0px 2px; display: inline-block; line-height: 20px; }

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

/* Canoeing */
.canoeLink { width: 100%; padding: 0 0 1em; margin: 1em 0; border-bottom: 1px solid #EEE; }
.canoeLink img { float: right; width: 300px; height: auto; margin-left: 20px; }
img.parkAmenityPhoto { display: block; float: right; max-width: 300px !important; height: auto; margin: 0 0 0 1em; }

/* Footer */
.infoFooter { display: none; }

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

/* Events Widgets */
.widgetEventBox { width: calc((100% - 170px) / 5); padding: 10px 12px 10px; margin: 0 10px 0 0; background: #FFF; color: #000; float: left; font-size: 12px; line-height: 19px; border-radius: 5px; border: 1px solid #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: #892A41; text-decoration: none; font-weight: 700; }
.widgetEvent a.mapLink { color: #892A41; 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 #892A41; }
.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: #892A41; 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; }

.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: 651px; margin: 0 auto; }
  .township a { padding: 70px 0 0; height: 92px; }
}

@media screen and (max-width: 1280px) { 
  .departmentIcons .qlIcon { width: 25%; }
}

@media screen and (max-width: 1200px) {
  .city { width: calc(50% - 20px); margin: 10px; }
  .facilityIcon { width: 50%; }
  #facilityAmenities.extended { width: 100%; }
  #facilityAmenities.extended .facilityIcon { width: 33.3%; }
}

@media screen and (max-width: 1110px) { 
  .departmentIcons .qlIcon { width: calc(100% / 3); }
}

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

/* Screen Sizes */
@media screen and (max-width: 1050px) {
  .boardMember { width: 50%; }
  a.homeLink { display: none; }
  .departmentIcons .qlIcon { width: 50%; }
  
  .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%; }
}
@media screen and (max-width: 950px) {
.eventListing .eventImage { width: 100%; float: none; display: block; margin: 10px auto; max-width: 400px; }

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


  .offInfo { width: calc(100% - 175px); }
  .offName { width: calc(100% - 125px); }
  .offName.noContact { width: 100%; }
  .offContact { width: 125px; }
  .offContact.collapse { width: 0; }
  .offTerm { width: 175px; }
}

@media screen and (max-width: 900px) {
  .boardMember { width: 100%; }
  .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; }
  /* Parks */
  .parkFeaturedPhoto { width: 400px; max-width: 100%; height: auto; float: none; margin: 0 auto 10px; }
}

@media screen and (max-width: 850px) {
  .standardPageNav.navCollapse, #myBtnContainer { display: none; }
  #myBtnContainer.filterContainer { display: block; }
  .standardPageDetail.navCollapse, .officialDetails { width: 100%; }
}
@media screen and (max-width: 840px) {
  /* Modules - Bridge Data */
  #townshipMap { width: 600px; height: 488px; margin: 0 auto; }
  .township a { padding: 50px 0 0; height: 72px; font-size: 14px; }
  .canoeLink img { float: none; display: block; width: 480px; max-width: 100%; height: auto; margin: 0 auto 10px; }
}

@media (max-width: 800px) {
  .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) {
  .departmentStaffLeft { padding: 10px; }
  .departmentLeft { width: calc(100% - 20px); float: none; padding: 10px; }
  .departmentNav { width: 100%; float: none; padding: 0; }
  .departmentInfo { padding: 0 10px; }
  .serviceNav { width: 100%; order: 2; }
  .serviceNavInfo { border-radius: 0; }
  .serviceDetail { width: calc(100% - 40px); padding: 10px 20px; order: 1; }
  #servicePage { width: 100%; }
  .boardMeeting { flex-wrap: wrap; }
  .boardDate, .boardDate.board2x { width: 100%; float: none; }
  .boardDetail { width: 33.3%; text-align: center; float: right; margin-top: 5px; }
  .widgetEventBoxes { width: 100%; margin: 0; }
  .widgetEventBox { width: calc(100% - 26px); margin: 0 0 10px 0; }
  .city { width: calc(100% - 20px); }

  .homeAbout { flex-wrap: wrap; margin: 20px auto; }
  .homeInfoLogo { width: 100%; text-align: center; }
  .homeInfoText { width: 100%; margin: 30px 0 0 0; }

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

}

@media (max-width: 640px) {
  #facilityInfo { float: none; width: calc(100% - 20px); margin: 0 0 20px; }

  .listDepartment { padding: 1em 0; }

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

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

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

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

  #standardPage figure, #servicePage figure { float: none !important; max-width: 100%; display: block; margin: 0 auto 20px; text-align: center; }

}

@media screen and (max-width: 500px) {
  .facilityIcon, #facilityAmenities.extended .facilityIcon { width: 100%; }
}

@media screen and (max-width: 400px) {
  #rotator.rotator > .rotator__video-overlay { font-size: 20px; }
  #rotator.rotator > .rotator__video-overlay h1 { font-size: 28px; line-height: 38px; }
}

.employmentApplication { width: 800px; max-width: calc(100% - 20px); padding: 10px; margin: 0 auto; box-shadow: 0 0 10px rgba(0,0,0,.5); }
.employmentApplication h2 { width: 100%; padding: 10px; background: #35485E; color: #FFF; margin: 10px -10px; }
.employmentApplication h2:first-child { margin-top: -10px; }

/* Conservation */

.home100 { width: 100%; text-align: center; }
.home100.bottom { margin: 30px 0 0; }