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

/* Core Styles */
body { margin: 0; font-family: 'Source Sans Pro', sans-serif; font-size: 16px; line-height: 28px; color: #000; }
a { color: #408F7D; }
a:hover, a:active { color: #005240; }
hr { margin-block-start: 20px; margin-block-end: 20px; border: 0px; border-top: 1px solid #BDBCCB !important; }
h1, h2, h3 { font-family: 'Tinos', sans-serif; font-weight: 600; }
h1 { font-size: 45px; line-height: 52px; }
h2 { font-size: 32px; line-height: 40px; }
h3 { font-size: 22px; line-height: 29px; }
.mobileIcon { display: none; }
/* Prevent anchor links from being hidden by header when navigated to via URL(#) */
a[id] {  scroll-margin-top: 130px; }
.hidePrint { display: inline; }
.showPrint, .showPrintIntro { display: none; }

/* Buttons */
a.button { background: #4B4960; display: inline-block; padding: 6px 14px; font-size: 15px; border-radius: 5px; color: #FFF; text-decoration: none; font-weight: 700; margin: 0 5px 5px 0; text-transform: uppercase; }
a.buttonRed { background: #C00; display: inline-block; padding: 6px 14px; border-radius: 5px; color: #FFF; text-decoration: none; color: #FFF; font-weight: 700; }
a.button:hover { background: #000; transition: .5s;  }

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

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

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

/* Header - Main Container */
.headerContainer { width: 100%; transition: all 250ms ease-out; height: 132px; border-top: 2px solid #408F7D; background: #FFF; }
#header { width: 100%; padding: 0; margin: 0 auto; display: flex; }
.headerLogo { width: calc(100% - 250px); height: 90px; }
.headerLogo img { float: left; height: 80px; width: auto; margin: 6px 10px 4px; }
.headerLogo a { color: #000; text-decoration: none; }
.headerLinks { width: 250px; font-size: 24px; text-align: right; margin: 33px 0 0; height: 30px; }
.headerLinks a { color: #050504; margin: 0 10px 0 0; }
.headerLinks a i { line-height: 30px; }
.headerLinks a.payBill { background: #ABC1C4; display: inline-block; text-transform: uppercase; text-decoration: none; line-height: 30px; padding: 0 10px; font-size: 18px; }

.headerSearch { background: #408F7D; padding: 4px 0 2px; }

.searchForm2 { display: flex; width: calc(100% - 20px); max-width: 535px; margin: 0 10px 0 10px; float: right; }
.searchForm2 input { margin: 0; border: 0; padding: 4px 8px; height: 30px; font-size: 16px; width: 100%; font-family: 'Source Sans Pro', sans-serif; border-radius: 0; }
.searchForm2 button { width: 100px; background: #ABC1C4; height: 30px; padding: 4px 4px; font-size: 16px; font-weight: 400; color: #000; font-family: 'Source Sans Pro', sans-serif; border: 0; border-radius: 0; text-transform: uppercase; }

button#searchButton { cursor: pointer; text-transform: uppercase; color: #FFF; }
#homeSearch { background: #4B4960; width: calc(100% - 40px); padding: 20px; position: fixed; top: 134px; z-index: 500; transition: 0.5s all; }
.sticky + .content #homeSearch { top: 124px; }

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

@media screen and (max-width: 925px) {
  button#searchButton { color: #FFF; }
  #homeSearch { top: 322px; background: #408F7D; }
  .sticky + .content #homeSearch { top: 322px; }
}

/* Header - Sticky w/ Scrolling */
.sticky { position: fixed; top: 0; width: 100%; z-index: 10; height: 122px; transition: .5s all; box-shadow: 0 0 10px rgba(0,0,0,.2); }
.sticky + .content { padding-top: 120px; }
.sticky .headerLogo { height: 80px; }
.sticky .headerLogo img { height: 70px; transition: .5s all; }

/* Header - Navigation */
.topnav { width: calc(100% - 2px); margin: 0 1px; }
.topnav a { float: left; color: #FFF; text-align: center; padding: 6px 0 5px; text-decoration: none; text-transform: uppercase; margin: 1px; font-size: 18px; width: calc((100% / 6) - 2px); background: #4c4a62; font-weight: 700; }
.topnav a:hover { color: #FFF; }
.topIcon { display: none; }
.dropdown { float: left; overflow: hidden; width: calc(100% / 6); }

.dropdown .dropbtn { font-size: 18px; border: none; outline: none; padding: 6px 0 5px; background-color: #4c4a62; line-height: inherit; font-family: inherit; margin: 1px; text-align: center; width: calc(100% - 2px); font-weight: 700; }
.dropdown .dropbtn a { display: block; }

.topnav a.standard i { line-height: inherit; }
.dropdown .dropbtn a { padding: 0; float: none; display: block; text-align: center; width: 100%; margin: 0; }
.dropdown .dropbtn i { margin-left: 5px; }

.dropdown-content { display: none; position: absolute; background-color: #61607F; z-index: 10; overflow: hidden; margin: -1px 0 0 1px; width: calc((100% - 2px) / 6 - 2px); }
.topnav .dropdown-content a { float: none; color: #FFF; padding: 6px 12px; text-decoration: none; display: block; text-align: left; text-transform: none !important; font-size: 14px; line-height: 20px; margin-left: 0; background: none; width: auto; margin: 0; }
.dropdown-content a.last { border-bottom: 0; }
.dropdown-content.dropdown-dept a { padding: 6px 12px; width: 161px; float: left; }
.topnav a:hover, .dropdown:hover .dropbtn, .dropdown:hover .dropbtn a { background-color: #61607F; color: #FFF; }
.dropdown .dropbtn a:hover { color: #FFF; }
.dropdown-content a:hover { background: #4c4a62; transition: .5s; }
.dropdown:hover .dropdown-content { display: block; }
.dropdown:hover .dropdown-content.dropdown-dept { display: flex; }

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

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

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

/* Content Pages - with Two Columns */
.contentColumns { display: flex; flex-wrap: wrap; margin: -20px 0; }
.contentColumns.news { margin:-20px; }
.contentLeft { width: calc(100% - 360px); margin-right: 20px; padding: 20px 0; }
.contentLeft.news { width: calc(100% - 380px); margin-right: 0; padding: 20px; }
.contentLeft h2:first-child, .contentLeft h3:first-child, .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; }
.contentLeft img.newsFullImage { display: block; margin: 1em auto; width: 100%; max-width: 100%; height: auto; }
.contentRight { width: 300px; background: #BDBCCB; 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; }
.contentRight a, .contentRight a:hover { color: #000000; }
.contentRight a.button, .contentRight a.button:hover { color: #FFFFFF; }

/* Content Pages - Headers */
.pageHeaderContainer { width: 100%; padding: 16.66% 0; background-position: center center; background-size: cover; }
.pageHeaderVideoContainer { width: 100%; padding: 10% 0 20px; position: relative; overflow: hidden; }
.pageHeaderVideoContainer video { object-fit: cover; position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
.pageHeaderContainer.slim { padding: 40px 0 20px; background: #333; }
.pageHeaderContainer.slim #sectionHeader { margin: 0 auto; }

.sectionHeaderContainer { background: #4c4a62; padding: 20px 0; }
#sectionHeader { width: calc(100% - 40px); max-width: 1400px; margin: 0 auto; position: relative; }
.sectionParent a { display: inline-block; background: #FFF; color: #4c4a62; padding: 0px 4px 0; text-transform: uppercase; font-weight: 700; text-decoration: none; margin: 0 0 10px; }
.sectionPageHeader h1 { display: block; margin: 0; line-height: 38px; color: #FFF; }
.pageHeaderContainer.slim .sectionPageHeader h1 { color: #FFF; text-shadow: none; }
.sectionPageHeader h1 a { color: #FFF; text-decoration: none; }
.pageHeaderContainer.slim .sectionPageHeader h1 a { color: #4c4a62; }

/* Homepage - Rotator */
.rotatorContainer, #rotator { height: 600px; max-height: calc(100vh - 268px); position: relative; }
#rotator { display: flex; align-items: center; vertical-align: middle; }
.rotatorContainer { overflow: hidden; }
.rotatorContent { z-index: 100; margin-left: 65px; width: calc(100% - 130px); white-space: normal; }
.rotatorContent h2 { color: #FFF; text-shadow: 0 0 5px #000; font-size: 50px; line-height: 50px; margin: 0 0 20px; }
.rotatorContent a { background: #c6dada; color: #040707; text-decoration: none; display: inline-block; padding: 6px 12px; text-transform: uppercase; font-weight: 700; }

.homeFilter { background: #4b4a62; width: 100%; padding: 10px 0; }
.filterDropdowns { width: calc(100% - 20px); max-width: 1460px; margin: 0 auto; display: flex; }
.filterDropdown { width: calc(33.3% - 20px); margin: 10px; }

@media screen and (max-width: 700px) {
  .filterDropdowns { flex-wrap: wrap; }
  .filterDropdown { width: calc(100% - 20px); }
}

/* Homepage - Icons */
.trendingContainer { width: 100%; margin: 10px 0; }
.trendingIcons { width: 100%; max-width: 1200px; margin: 0 auto; display: flex; position: relative; z-index: 8; }
.trendingIcons .icon { width: 25%; text-align: center; }
.trendingIcons .icon a { text-decoration: none; color: #000; background: #ABC1C4; display: block; text-align: center; padding: 15px 0; font-size: 14px; line-height: 20px; font-weight: 700; width: calc(100% - 20px); margin: 10px; border-radius: 10px; }
.trendingIcons .icon a i { font-size: 55px; margin: 0 auto 5px; line-height: 70px; display: block; }
.trendingIcons .icon a:hover { background: #8DABAF; transition: 1s; }

.homePlaceholder { width: 100%; padding: 60px 0; text-align: center; }

.homeProviders { width: 100%; padding: 20px 0 40px; background: #BDBCCB; line-height: 24px; }
.homeProviders h2 { text-align: center; }
.homeProvidersList { width: 100%; display: flex; max-width: 1400px; margin: 0 auto; }
.homeProvider, .standaloneProvider { width: calc(25% - 20px); margin: 10px; text-align: center; line-height: 24px; }
.rightProvider { line-height: 24px; margin: 0 0 20px; }
.homeMoreProviders { text-align: center; margin: 20px 0 0; }
.homeMoreProviders a { color: #000; text-decoration: none; text-transform: uppercase; font-weight: 700; }
.homeMoreNews { margin: 20px 0 0; text-align: right; width: 100%; }
.homeMoreNews a { color: #000; text-decoration: none; text-transform: uppercase; font-weight: 700; }

.clinicProviderList, .standaloneProviderList { flex-wrap: wrap; width: calc(100% + 20px); margin: -10px -10px 0; }
.standaloneProviderList { margin: 0 -10px; }
.clinicProvider { width: calc(33.3% - 20px); margin: 10px; text-align: center; }
.staffProvider { width: calc(25% - 20px); margin: 10px; text-align: center; }
.rightProvider { width: 100%; }
.homeProvider img, .clinicProvider img, .standaloneProvider img, .rightProvider img { width: 100%; aspect-ratio: 5/7; object-fit: cover; margin: 0 0 10px; object-position: top center; }
.staffProvider img { aspect-ratio: 5/7; }
.staffPlaceholder { width: 100%; aspect-ratio: 5/7; background: #BDBCCB; background-image: url(/images/logo_faded.png); background-repeat: no-repeat; background-position: center; background-size: 100px; margin: 0 0 10px; display: flex; align-items: center; vertical-align: middle; }
.staffProvider .staffPlaceholder { aspect-ratio: 5/7; }
.homeProvider a.button, .clinicProvider a.button, .standaloneProvider a.button, .rightProvider a.button { margin-top: 10px; }

@media screen and (max-width: 1100px) {
  .standaloneProvider { width: calc(33.3% - 20px); }
  .clinicProvider { width: calc(50% - 20px); }
  .staffProvider { width: calc(33.3% - 20px); }
}
@media screen and (max-width: 1000px) {
  .homeProvidersList { flex-wrap: wrap; }
  .homeProvider { width: calc(50% - 20px); }
}
@media screen and (max-width: 800px) {
  .clinicProviderList { max-width: 300px; margin: 0 auto 10px; }
  .clinicProvider { width: calc(100% - 20px); }
  .standaloneProvider { width: calc(50% - 20px); }
}
@media screen and (max-width: 600px) {
  .homeProvidersList { max-width: 400px; margin: 0 auto; }
  .homeProvider, .standaloneProvider { width: calc(100% - 20px); }
  .homeProvider img, .standaloneProvider img, .clinicProvider img { height: 425px !important; }
}

.staffBio { padding: 0; }
.staffBioContent { display: flex; flex-wrap: nowrap; vertical-align: center; }
.staffBioImage { width: 300px; min-height: 300px; background: #BDBCCB; background-image: url(/images/logo_faded.png); background-repeat: no-repeat; background-position: center; background-size: 100px; }
.staffBioInfo { width: calc(100% - 340px); padding: 20px; }
.staffBio img { float: none; width: 100%; }

@media screen and (max-width: 700px) {
  .staffBio { max-width: 400px; }
  .staffBioContent { flex-wrap: wrap; }
  .staffBioImage { width: 100%; padding-bottom: 133.3%; min-height: 0; }
  .staffBioImage.noImage { display: none; }
  .staffBioInfo { padding: 10px; widtH: calc(100% - 20px); }
  .staffBioInfo h3 { margin-top: 0; }
  .staffBioInfo p { margin-bottom: 0; }
}

/* My Chart */
.mychartGrid { display: flex; margin: 0 -10px; width: calc(100% + 20px); flex-wrap: wrap; }
.mychartItem { width: calc(50% - 40px); margin: 10px; padding: 9px; border: 1px solid #B2BAC9; text-align: center; }
.mychartItem i.fa-light { font-size: 55px; line-height: 75px; color: #4c4a62; }
.mychartItem h3 { color: #4c4a62; margin: 0 0 10px; }
.mychartItem p { margin: 10px 0 0; }
.mychartItem a.button { margin-top: 15px; }
.mychartItem img { width: 100px; height: 100px; margin: 0 0 10px; }
.mychartItem:hover { background: repeating-linear-gradient(135deg, #FFF, #FFF 4px, #e9e9f5 4px, #e9e9f5 5px); }

@media screen and (max-width: 1200px) {
  .mychartGrid.gridAlt .mychartItem { width: calc(100% - 40px); }
}
@media screen and (max-width: 1000px) {
  .mychartItem { width: calc(100% - 40px); }
}

/* Departments */
.departmentAlertContainer { background: #000; width: 100%; padding: 20px 0; font-weight: 500; }
.departmentAlert { max-width: 1400px; width: calc(100% - 40px); margin: 0 auto; color: #FFF; font-size: 18px; line-height: 34px; }
.departmentAlert h3 { margin: 0 0 10px; }
.departmentAlert p { margin: 0; line-height: 24px; }
.departmentAlert a { color: #E5E5E5; }

.department { display: flex; flex-wrap: nowrap; width: 100%; max-width: 1440px; margin: 0 auto; }
.departmentIntro { font-size: 18px; line-height: 34px; border-bottom: 1px solid #CCC; padding: 0 0 20px; margin: 0 0 20px; }
.departmentContact { padding: 20px; width: 302.5px; order: 2; background: #BDBCCB; line-height: 26px; }
.departmentContent { padding: 20px; width: calc(100% - 380px); order: 1; }
.departmentContent h2:first-child, .departmentContact h2:first-child, .departmentContact h4 { margin-top: 0; }
.departmentContact p { margin: 0 0 60px; }
.departmentContact p a i { margin-left: 5px; text-decoration: none; }
.departmentContact h4 { margin: -20px -20px 20px; padding: 0 5px; line-height: 34px; font-size: 14px; background: #408F7D; color: #FFF; display: block; text-transform: uppercase; text-align: center; }
.departmentContact h4 i { font-size: 18px; line-height: 34px; }
.departmentContent .intro { font-size: 20px; line-height: 34px; border-bottom: 1px solid rgba(70, 153, 169, .3); padding-bottom: 20px; margin-bottom: 20px; }
.departmentContactStaff { margin: 0 0 20px 26.25px; }
.staffSpacer { width: 100%; height: 5px; }

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

.departmentMapContainer { background: repeating-linear-gradient(135deg, #FFF, #FFF 4px, #e9e9f5 4px, #e9e9f5 5px); width: 100%; }
.departmentMapSubcontainer { width: calc(100% - 40px); max-width: 1400px; padding: 20px; margin: 0 auto; }
.departmentMapSubcontainer h3 { margin-top: 0; }
.departmentMap { height: 450px; overflow: hidden; background: }
.departmentMap iframe { width: 100%; height: 450px; border: 0; }

/* Departments - Listing */
input.fullSearch { width: 100%; padding: 2px 8px; border: 2px solid #CCC; font-size: 18px; font-family: 'Source Sans Pro', sans-serif; margin: 0 0 10px; }
.listDepartment { border-bottom: 1px dotted #CCC; padding: 10px 5px; }
.listDepartment:hover, .listLink:hover { background: #E5E5E5; transition: 0.5s all; }
.listDepartment h3 { margin: 0 0 5px; }
.listDepartmentInfo { float: left; width: 340px; }
.listDepartmentServices, .listDepartmentSocial { float: right; width: calc(100% - 340px); }
.listDepartmentInfo.bos { margin-bottom: 1em; float: none; width: 100%; }
.listDepartmentInfo.listSocial h3 { margin: 0 !important; }
.listDepartmentSocial a i { font-size: 1.5rem; }
.listDepartmentSocial .listIcon { display: inline-block; float: right; margin: 0; width: 40px; text-align: center; }
a.listServiceIcon { color: #FFF; display: inline-block; margin: 0 5px 5px 0; background: linear-gradient(145deg, rgba(0,54,80,1) 35%, rgba(43,95,84,1) 100%);; padding: 2px 6px; border-radius: 5px; font-weight: 500; text-decoration: none; }
a.listServiceIcon i { margin-right: 5px; text-decoration: none !important; }
a.listServiceIcon:hover { background: linear-gradient(145deg, rgba(0,54,80,1) 0%, rgba(43,95,84,1) 100%); text-decoration: underline; transition: 250ms all; }

/* Services */
#servicePage { display: flex; flex-wrap: wrap; width: 100%; max-width: 1440px; margin: 0 auto; min-height: calc(100vh - 319px - 156px - 86px - 450px) }

.servicesList { display: flex; flex-wrap: wrap; width: calc(100% + 20px); margin: -10px; }
.service { width: calc(33.3% - 20px); padding: 10px; text-align: center; }
.serviceImg { width: 100%; }
.serviceImg a { display: block; padding-bottom: 66.6%; }
.service h3 { margin: 10px 0 0; }
.service h3 a { text-decoration: none; }

@media screen and (max-width: 1000px) {
  .service { width: calc(50% - 20px); }
}

@media screen and (max-width: 600px) {
  .servicesList { max-width: 400px; margin: -10px auto; }
  .service { width: calc(100% - 20px); }
}

.servicesColumns { display: flex; flex-wrap: wrap; margin: -10px; width: calc(100% + 20px); }
.serviceColumn { width: calc(33.3% - 20px); padding: 10px; }
.serviceColumn h2 { margin: 0 0 20px; padding: 5px; text-align: center; background: repeating-linear-gradient(135deg, #FFF, #FFF 4px, #e9e9f5 4px, #e9e9f5 5px); }
.serviceLink { border: 1px solid #C9D7D9; margin: 0 0 20px; }
.serviceLink a { display: block; text-decoration: none; width: calc(100% - 14px); padding: 4px 6px; }
.serviceLink:hover { background: #C9D7D9; border: 1px solid #408F7D; }

@media screen and (max-width: 800px) {
  .servicesColumns { flex-wrap: wrap; }
  .serviceColumn { width: calc(50% - 20px); }
}
@media screen and (max-width: 600px) {
  .serviceColumn { width: calc(100% - 20px); }
}

/* Clinics */
.clinicsList { display: flex; flex-wrap: wrap; width: calc(100% + 20px); margin: -10px; }
.clinic { width: calc(50% - 20px); padding: 10px; }
.clinicImg { width: 100%; }
.clinicImg a { display: block; padding-bottom: 66.6%; }
.clinic h3 { margin: 10px 0 0; }
.clinic h3 a { text-decoration: none; }

/* FAQ */
.faqLabel { float: left; width: 40px; font-size: 24px; text-align: center; padding-top: 15px; }
.faqText { float: left; width: calc(100% - 40px); }
.faqText img { max-width: 100%; height: auto !important; }
.faqTextQ { font-weight: 700; }
.faqQA { border-bottom: 1px solid #BDBCCB; padding-bottom: 1em; margin-bottom: 1em; }
.faqLast { border-bottom: none; }
#myBtnContainer.filterContainer { margin: 15px -2.5px; }
#myBtnContainer.filterContainer .btn { display: inline-block; margin: 2.5px; background: #bdbccb; padding: 2px 5px; border-radius: 5px; cursor: pointer; }
#myBtnContainer.filterContainer a.btn { color: #000; }
#myBtnContainer.filterContainer .btn:hover { background: #4c4a62; color: #FFF !important; }
#myBtnContainer.filterContainer .btn.activebtn, #myBtnContainer.filterContainer .btn.activebtn:hover { background: #4c4a62; color: #FFF; font-weight: 700; }

/* Footer */
.footerPrint { display: none; }
.footerContainer { width: calc(100% - 80px); background: #4B4960; color: #FFF; padding: 40px; display: flex; align-items: center; }
.footerLogo { width: calc(100% - 475px); }
.footerLogo img  { height: 80px; }
.footerLinks { width: 200px; flex-wrap: wrap; display: flex; margin: 20px 0 0; }
.footerLinks a { color: #FFF; text-decoration: none; }
.footerLinksLeft, .footerLinksRight { width: 50%; }
.footerLinksFull { width: 100%; margin: 20px 0 0; font-size: 20px; }
.footerLinksFull a i { margin-right: 10px; }
.footerMission { width: 475px; }
.footerMission p.mission { font-family: 'Tinos'; font-size: 25px; line-height: 29px; }
.footerMission p.mission a { color: #FFF; text-decoration: none; }
.footerMission h3, .footerMission p.mission b { letter-spacing: 1.5px; }

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

/* Modules - Council Meetings */
.boardMeeting { text-decoration: none; padding: 5px 0; border-bottom: 1px solid #BDBCCB; display: block; width: 100%; }
.boardMeeting:hover { background: #F6F6F6; }
.boardMeeting a i { margin-left: 5px; text-decoration: 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; }

/* Forms */
#contactForm i { font-style: normal; color: #4c4a62; 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: 'Source Sans Pro', 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: 'Source Sans Pro', sans-serif; font-size: 16px; color: #FFF; text-align: center; border: 0; background: #4c4a62; padding: 10px 0; margin: 1.5em 0 0; cursor: pointer; }
#contactForm ol select { font-family: 'Source Sans Pro', sans-serif; font-size: 16px; width: 100%; padding: 5px; border: 1px solid #BDBCCB; margin-bottom: 1em; }
#contactForm ol textarea { font-family: 'Source Sans Pro', sans-serif; font-size: 16px; width: 100%; padding: 5px; border: 1px solid #BDBCCB; 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; }

.collapsible { margin: 20px 0 0; background: linear-gradient(145deg, rgba(0,54,80,1) 35%, rgba(43,95,84,1) 100%); color: #FFF; padding: 5px 5px; border-radius: 5px 5px 0 0; }
.collapsible i { float: right; line-height: 28px; padding-right: 1px; }
.collapsible i.fa-minus-circle { display: none; }
.collapsible.active i.fa-minus-circle { display: inline; }
.collapsible.active i.fa-plus-circle { display: none; }
.sectionContent { padding: 5px; background: #F6F6F6; margin: 0 0 20px; border-radius: 0 0 5px 5px; }
.sectionContent p:last-child { margin-bottom: 0; }

/* Modules - Jobs/Employment */
.jobListing { padding: 0 0 20px; border-bottom: 1px solid #BDBCCB; margin: 0 0 20px; }
.jobListing h3:first-child { padding-top: 0; margin-top: 0; }
.jobListing p:last-child { padding-bottom: 0; margin-bottom: 0; }
.jobPlaceholder { width: 150px; height: 100px; background: #BDBCCB; background-image: url(/images/logo_faded.png); background-repeat: no-repeat; background-position: center; background-size: 60px; margin: 0 10px 0 0; display: flex; align-items: center; vertical-align: middle; }
img.employmentPhoto { width: 400px; float: right; margin: 0 0 20px 20px; }
@media screen and (max-width: 700px) { 
  img.employmentPhoto { width: 100%; float: none; display: block; margin: 20px 0; }
}

/* Home - Gallery */
.homeGallery { width: 100%; padding: 60px 0; }
.homeGallery h2 { margin: 0 auto 30px; text-align: center; }
.carousel { color: #4c4a62; --carousel-button-bg: #fff; --carousel-button-width: 34px; --carousel-button-height: 34px; --carousel-button-svg-width: 21px; --carousel-button-svg-height: 21px; --carousel-button-svg-stroke-width: 1.5;
--carousel-button-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px
      0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px
      4px -1px;
}
.carousel__slide { display: flex; align-items: center; justify-content: center; margin-right: 6px; height: 500px; width: var(--carousel-slide-width, 40%); }

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

.homeFeatures { width: calc(100% - 40px); max-width: 1440px; margin: 0 auto 20px; display: flex; align-items: baseline; }
.homeFeatureCalendar, .homeVideo { width: calc(50% - 20px); }
.homeFeatureCalendar { margin: 0 10px 0 -4px; }
.homeFeatureCalendar h2, .homeVideo h2 { margin: 20px 0; }

.sectionNews { width: 100%; max-width: 1060px; margin: 0 auto; display: flex; flex-wrap: wrap; }
.sectionNews h2 { width: calc(100% - 40px); margin: 0 auto 20px; text-align: center; }
.sectionNewsItem { width: calc(50% - 40px); margin: 20px; }
.sectionNewsPhoto a { display: block; padding-bottom: 66.6%; }
.sectionNewsPhotoDate { display: inline-block; margin: 5px; font-size: 13px; line-height: 19px; background: #4c4a62; color: #FFF; text-transform: uppercase; padding: 0 4px; font-weight: 700; }
.sectionNewsItem h3 { font-size: 22px; margin: 5px 0; }

.homeFeatureCalendar { display: flex; flex-wrap: wrap; }
.homeFeatureCalendar h2 { width: calc(100% - 4px); margin-left: 4px; }
.homeFeatureCalendar .eventDate { width: calc((100% / 3) - 14px); padding: 5px; margin: 2px; background: #ECF7FA; line-height: 24px; min-height: 118px; }
.homeFeatureCalendar .eventDate b { display: block; margin: 0 0 5px; padding: 0 0 5px; border-bottom: 1px dotted #BBB; }

@media screen and (max-width: 1280px) { 
  .homeFeatureCalendar .eventDate.box6, .homeFeatureCalendar .eventDate.box7, .homeFeatureCalendar .eventDate.box8 { display: none; }
}

/* Home - TTK */
.homeNewsContainer { padding: 40px 0; }
.homeNews { width: calc(100% - 40px); max-width: 1440px; margin: 0 auto; }
.homeNews h2 { letter-spacing: 1px; margin: 0 0 20px; }
.homeNews h2 .latest { font-weight: 400; display: block; }

/* Homepage - News */
.homeNewsItems { width: calc(100% + 20px); margin: 0 -10px; padding: 0 0 20px; display: flex; }
.homeNewsItems.newsPage { flex-wrap: wrap; }
.homeNewsItem { width: calc(33.33% - 20px); margin: 10px; }
.homeNewsItem.item3 { display: none; }
.homeNewsItem a { position: relative; display: block; text-decoration: none; color: #000; }
.homeNewsPhoto { width: 100%; padding: 0 0 80%; background-size: cover; background-position: center center; }
.homeNewsDetails { padding: 20px 15px 0; width: calc(100% - 30px); background: #FFF; }
.homeNewsHeadline { font-size: 22px; line-height: 30px; font-weight: 700; display: block; }
.homeNewsDate, .homeNewsReadMore { margin: 12px 0 0; display: block; font-size: 16px; }

.homeNewsButtons { margin: 0; text-align: center; }
.homeNewsButtons a.button { font-size: 24px; margin: 0 10px; padding: 10px 25px; }

@media screen and (max-width: 1000px) { 
    .homeNewsItems { flex-wrap: wrap; }
    .homeNewsItem { width: calc(50% - 20px); }
    .homeNewsItem.item3 { display: block; }
}
@media screen and (max-width: 700px) { 
    .homeNewsItem { width: 400px; margin: 0 auto 20px; }
    .homeNewsItem.item3 { display: none; }
}
@media screen and (max-width: 580px) { 
    .homeEvents h2, .homeNews h2 { font-size: 36px; line-height: 36px; }
}


/* Home */
.homeTestimonials { width: calc(100% - 40px); padding: 40px 20px; max-width: 1000px; margin: 0 auto; display: flex; align-items: center; }
.testimonialPhoto { width: 200px; margin-right: 20px; }
.testimonialPhoto img { width: 200px; height: 200px; border-radius: 50%; }
.testimonialText { width: calc(100% - 220px); }
.testimonialText.noPhoto { width: 100%; }
.testimonialText h3 { margin-top: 0; }

@media screen and (max-width: 600px) {
  .homeTestimonials { flex-wrap: wrap; padding: 40px 20px 20px; }
  .testimonialPhoto { width: 100%; margin: 0 0 10px; }
  .testimonialPhoto img { display: block; margin: 0 auto; }
  .testimonialText { width: 100%; }
}

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

@media screen and (max-width: 1075px) {
  a.homeLink { display: none; }
  .dropdown { width: calc(100% / 5); }
  .dropdown-content { width: calc((100% - 2px) / 5 - 2px); }
}

@media screen and (max-width: 1060px) {
  .sectionNewsContainer { width: calc(100% - 20px); padding: 40px 10px; }
  .sectionNews { width: calc(100% + 20px); margin: 0 -10px; }
  .sectionNewsItem { width: calc(50% - 20px); margin: 10px; }
  .homeGallery { width: 100%; padding: 40px 0; }
}
@media screen and (max-width: 1000px) {
  #header { width: calc(100% - 20px); }
  .dropdown .dropbtn { margin-left: 0; }
  .dropdown-content { margin-left: 0; }
}

@media screen and (max-width: 950px) {
  .departmentIcons .qlIcon { width: calc(33.3% - 20px); }
  #standardPage figure, #servicePage figure, figure { margin: 5px; }
  .footerContainer { width: calc(100% - 40px); padding: 20px; }

  .homeFeatures { width: calc(100% - 20px); flex-wrap: wrap; }
  .homeFeatureCalendar, .homeVideo { width: 100%; }
  .homeFeatureCalendar { margin: 0;}
  .homeVideo { margin-left: 0; }
}

@media screen and (max-width: 925px) {
  .headerSearch { background: #4b4a62; }
  .searchForm2 { width: calc(100% - 8px); margin: 0 4px; }
  .searchForm2 button { background: #BDBCCB; }
  .headerContainer { height: 90px; border-top: 2px solid #4b4a62; }
  .headerLogo { width: calc(100% - 340px); }
  .headerLogo img { height: 80px; }
  .headerLinks { margin: 27px 0 0; width: calc(100% - 380px); z-index: 10; }

  .topnav a, .dropdown .dropbtn { display: none; }
  .topIcon { display: block; margin: 0 -10px 0 0; float: right; background: #408F7D; z-index: 10; position: relative; width: 70px; }
  .topIcon a.icon { float: right; display: block; color: #FFF; height: 90px; font-size: 26px; padding: 0 22px; width: auto !important; }
  .topIcon a.icon i { line-height: 90px !important; }
  .topnav.responsive { z-index: 500; background: #408F7D; padding: 0; position: relative; width: 100%; margin: -1px 0; }
  .sticky .topnav.responsive { }

  .topnav.responsive a { float: none; display: inline-block; text-align: left; margin: 0; color: #FFF; padding: 2.5px 5px; width: auto; background: none; }
  .topnav.responsive .dropdown { float: none; width: 100%; }
  .topnav.responsive .dropdown .dropbtn { background: none; margin: 0; padding: 2.5px 5px; }
  .topnav.responsive .dropdown .dropbtn a { padding: 0; }
  .topnav.responsive .dropdown:hover .dropbtn a { background: none !important; }

  .mobileIcon { display: inline-block; color: #FFF; }

  .topnav.responsive .dropdown-content {position: relative; max-width: none !important; width: 100% !important; margin-left: 0; border-radius: 0 !important; background: #ABC1C4; }
  .dropdown-content.dropdown-dept { height: 216px; }
  .dropdown:hover, .topnav a.standard { border-radius: 0; }

  .topnav.responsive .dropdown .dropbtn { display: block; width: 100%; text-align: left; margin-left: 0; }
  .topnav.responsive .dropdown-content a { padding: 2.5px 5px; color: #000; width: calc(100% - 5px); }

  .departmentIcons .qlIcon { width: calc(50% - 20px); }
  .boardDate { width: 100%; float: none; }
  .boardDetail { width: 50%; text-align: center; float: right; margin-top: 5px; }

  .footerContainer { flex-wrap: wrap; padding-bottom: 30px; }
  .footerLogo { width: 100%; order: 2; }
  .footerLogo img { max-width: 100%; }
  .footerMission { width: 100%; order: 1; padding-bottom: 20px; margin-bottom: 30px; border-bottom: 1px solid rgba(255, 255, 255, .3); }
  .footerMission h3 { margin-top: 10px; }
  .footerMission p.mission { margin-bottom: 10px; }
}

@media screen and (max-width: 800px) {
  .headerLinks { margin: 16px 0 0; width: 130px; line-height: 24px; }
  .headerLogo { width: calc(100% - 190px); }

  .listDepartmentInfo { float: none; width: 100%; margin-bottom: 1em; }
  .listDepartmentServices, .listDepartmentSocial { float: none; width: 100%; }
  .listDepartmentSocial .listIcon { float: none; }
  .listDepartmentSocial .listIcon.collapse { display: none; }
}

@media screen and (max-width: 750px) {
  .pageHeaderContainer { padding: 25% 0; }

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

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

  .meetingNotes { font-size: 13px; color: #666; line-height: 16px; display: block; margin: 0 0 5px; }

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

}

@media (max-width: 640px) {
  #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) {

  .headerContainer { height: 110px; }
  #header { width: 100%; flex-wrap: wrap; }

  .headerLinks { width: 100%; order: 1; margin: 0; text-align: center; height: 30px; line-height: 20px; font-size: 18px; background: #C9D7D9; }
  .headerLogo { order: 2; width: calc(100% - 70px); height: 80px; }
  .headerLogo img { height: 70px; }
  .topIcon { order: 3; }
  .topIcon { margin-right: -5px; }
  .topIcon a.icon { height: 80px; }
  .topIcon a.icon i { line-height: 80px !important; }
  .topnav a, .dropdown .dropbtn { padding: 5px 20px; }
  .headerLinks a.secondary { display: none; }

  .headerContainer.sticky { height: 100px; }
  .sticky .topIcon { height: 70px; }
  .sticky .topIcon a.icon { height: 70px; }
  .sticky .topIcon a.icon i { line-height: 70px !important; }
  .sticky .headerLogo { height: 70px; }
  .sticky .headerLogo img { height: 60px; }

  .trendingContainer { width: 100%; max-width: 400px; margin: 0 auto; }
  .trendingIcons { flex-wrap: wrap; }
  .trendingIcons .icon { width: 50%; }

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

  .qlIcon { width: 50%; }

  .homeFeatureCalendar .eventDate { width: calc(50% - 14px); }


}

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

@media screen and (max-width: 500px) {
  #headerTop { line-height: 24px; padding: 5px 0; }
}

/* Homepage Select Dropdowns */
@arrowColor: #FFFFFF;
@arrow: escape('@{arrowColor}');

.filterDropdown select {
  background-color: #4b4a62;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  border-radius:2px;
  border: 2px solid #FFF;
  color: #ffffff;
  padding: 10px 30px 10px 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 15px;
  width: 100%;
  // disable default appearance
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  &::-ms-expand { display: none };
}

// remove dotted firefox border
@-moz-document url-prefix() {
	.filterDropdown select {
		color: rgba(0,0,0,0);
		text-shadow: 0 0 0 #ffffff;
	}
}

.singleProvider { width: 100%; display: flex; }
.singleProviderImage { width: 300px; margin-right: 20px; }
.singleProviderImage img { margin: 0; width: 100%; }
.singleProviderInfo { width: calc(100% - 320px); }

@media screen and (max-width: 600px) {
  .singleProvider { flex-wrap: wrap; }
  .singleProviderImage { width: 100%; margin: 0 0 20px; }
  .singleProviderImage img { max-width: 300px !important; display: block; margin: 0 auto; }
  .singleProviderInfo { width: 100%; }
}

/* Calendar */
.widgetEvent { display: block; margin: 12px 0 0; }
.widgetEvent a { text-decoration: none; font-weight: 700; }
.widgetEvent a.mapLink { color: #0F1910; margin-left: 2px; }
.calEventBoxes { width: 100%; }
.calEventBox { width: calc(100% / 7); padding: 5px; background: #FFF; display: table-cell; font-size: 14px; line-height: 21px; }
.calEventBox.box0 { margin-left: 0; }
.calEventBox:hover, .calEventBox.calToday { background: #ECF7FA; padding: 4px; border: 1px solid #ABC1C4; }
.calDate { display: block; border-bottom: 1px dotted #BBB; font-weight: 700; }
.calEvent { display: block; margin: 12px 0 0; }
.calEvents { min-height: 100px; }
.headerBox, .headerBox:hover { background: #ABC1C4; color: #000000; font-weight: 700; padding: 5px; border: 0; }
.emptyBox, .emptyBox:hover { background: #ECF7FA; 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; }
#calendarFooter { width: 100%; margin: 17px 0 34px; padding: 17px 0 0; border-top: 1px solid #ECF7FA; }
#calendarFooter .nextMonth { margin: 0; line-height: 22px; }
.event-overlay { width: 600px; max-width: 100%; }

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

.fancybox__content { display: block !important; }
.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%; }
.listHidden { display: none !important; }
.filterDiv { display: none; }
.show { display: block; }
