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

/* Core Styles */
body { margin: 0; font-family: 'Mulish', sans-serif; font-size: 16px; line-height: 28px; color: #000; }
a { color: #09466E; }
a:hover, a:active { color: #0A2B40; }
hr { margin-block-start: 20px; margin-block-end: 20px; border: 0px; border-top: 1px solid #EEE !important; }
h1, h2, h3 { font-family: 'Montserrat', sans-serif; font-weight: 600; }
h1 { font-size: 45px; line-height: 52px; }
h2 { font-size: 35px; line-height: 40px; }
h3 { font-size: 25px; line-height: 29px; }
.mobileIcon { display: none; }

/* Buttons */
a.button { background: #09466E; color: #FFF; display: inline-block; padding: 3px 8px; font-weight: 700; text-decoration: none; font-size: 18px; }
a.buttonRed { background: #C00; display: inline-block; padding: 6px 16px; border-radius: 5px; color: #FFF; text-decoration: none; color: #FFF; font-weight: 700; }

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

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

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

/* Header - Main Container */
.headerContainer { width: 100%; background: #FFF; transition: all 250ms ease-out; height: 100px; border-top: 2px solid #F59B1D; }
#header { width: calc(100% - 40px); padding: 5px 0; margin: 0 auto; }
.headerLogo { float: left; position: relative; z-index: 10; }
.headerLogo img { float: left; height: 90px; width: auto; transition: all 1s ease-out; }
.headerLogo a { color: #000; text-decoration: none; }

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

/* Header - Sticky w/ Scrolling */
.sticky { position: fixed; top: 0; width: 100%; z-index: 10; height: 80px; box-shadow: 0 0 5px #000; }
.sticky + .content { padding-top: 80px; }
.sticky .headerLogo img { height: 70px; }
.sticky .headerLinks { margin: 6px 0 0; }

/* Header - Navigation */
.topnav { overflow: hidden; float: right; margin: 3px -5px 0 0; }
.topnav a { float: left; display: block; color: #F49B1E; text-align: center; padding: 5px 10px; text-decoration: none; font-weight: 700; margin-left: 5px; font-family: 'Montserrat', sans-serif; font-size: 18px; }
.topnav a:hover { }
.topIcon { display: none; }
.dropdown { float: left; overflow: hidden; }
.dropdown .dropbtn { font-size: 18px; border: none; outline: none; padding: 5px 10px; background-color: transparent; line-height: inherit; font-family: inherit; margin: 0; margin-left: 10px; }
.topnav a.standard { }
.topnav a.standard i { line-height: inherit; }
.dropdown .dropbtn a { padding: 0; float: none; display: inline; margin-left: 0; }
.dropdown .dropbtn i { margin-left: 5px; }
.dropdown-content { display: none; position: absolute; background-color: #ED1A39; max-width: 200px; z-index: 10; overflow: hidden; margin-left: 10px; }
.dropdown-content a { float: left; color: #FFF; width: 180px; padding: 6px 10px; text-decoration: none; display: block; text-align: left; text-transform: none !important; font-size: 14px; line-height: 20px; margin-left: 0; font-family: 'Mulish' !important; }
.topnav a:hover, .dropdown:hover .dropbtn { color: #ED1A39; transition: .5s; }
.dropdown .dropbtn a:hover { color: #ED1A39; transition: .5s; }
.dropdown-content a:hover { background-color: #c70c27; transition: .5s; color: #FFF; }
.dropdown:hover .dropdown-content { display: block; }
a.headerButton { background: #B3BA34; color: #FFF; }
a.headerButton:hover { background: #09466E; color: #FFF; transition: .5s; }

/* 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: #EEE; }
.standardPageNav h3 { margin: 20px; color: #000; font-size: 22px; }
.standardPageNav a { display: block; padding: 8px 20px; color: #09466E; 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: #09466E !important; font-weight: 700; color: #FFF; }
.standardPageNav a:hover { background: #09466E; color: #FFF; }
.serviceNav h3 a:hover { background: none !important; color: #09466E; }

/* 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; }
.contentRight { width: 300px; background: #EEEEEE; padding: 20px; font-size: 15px; line-height: 24px; }
.contentRight h2:first-child, .contentRight h3:first-child, .contentRight p:first-child { margin-top: 0; }
.contentRight ul, .contentRight ol { padding-inline-start: 30px; }
.rightSponsors { margin: -20px -20px -20px; padding: 20px; background: #FFF; border-bottom: 2px solid #DDD;  text-align: center; }
.rightSponsors h3 { margin-bottom: 0; }
.rightSponsors b { margin-top: 10px; display: block; border-top: 1px dotted #EEE; padding-top: 10px; }
.rightSponsors img { margin-bottom: 10px; }

/* Content Pages - Headers */
.pageHeaderContainer { width: 100%; padding: 10% 0 20px; 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; }
#sectionHeader { width: calc(100% - 40px); max-width: 1400px; margin: 30px auto 0; position: relative; }
.sectionParent a { display: inline-block; background: #003552; color: #FFF; padding: 2px 6px 0; text-transform: uppercase; font-weight: 700; color: #FFF; text-decoration: none; margin: 0 0 5px; }
.sectionPageHeader h1 { display: block; margin: 0; line-height: 38px; color: #FFF; text-shadow: 0 0 10px #000; }
.pageHeaderContainer.slim .sectionPageHeader h1 { color: #FFF; text-shadow: none; }
.sectionPageHeader h1 a { color: #FFF; text-decoration: none; }
.pageHeaderContainer.slim .sectionPageHeader h1 a { color: #003552; }
.serviceIntro { font-size: 20px; line-height: 32px; padding-bottom: 1em; border-bottom: 1px solid #EEE; margin-bottom: 1em; }

/* Homepage - Rotator */
.homeRotator { width: 100%; z-index: 0; height: 600px; max-height: calc(100vh - 268px); position: relative; }
.homeRotatorText { position: absolute; bottom: 40px; left: 20px; z-index: 1; width: calc(100% - 40px); text-align: center; }
.homeRotatorWelcome { color: #FFF; line-height: 60px; text-shadow: 0 0 10px #000; }
.homeRotatorWelcome h1 { font-size: 55px; margin: 0; }
.homeRotatorWelcome h1 .welcomeTo { font-family: 'Mulish'; font-size: 22px; text-transform: uppercase; line-height: 24px; }
@media screen and (max-width: 600px) {
  .homeRotatorWelcome { line-height: 45px; }
  .homeRotatorWelcome h1 { font-size: 40px; }
  .homeRotatorWelcome h1 .welcomeTo { font-size: 18px; }
}
.homeRotator video { width: 100%; height: 100%; position: absolute; object-fit: cover; z-index: 0; }
.homeRotator.sticky video { margin-left: 0 !important; }

/* Homepage - Icons */
.trendingContainer { width: 100%; margin: 0; }
.trendingIcons { width: 100%; margin: 0 auto; display: flex; position: relative; z-index: 8; }
.trendingIcons .icon { width: 25%; text-align: center; background: #09466E; padding: 25px 0; }
.trendingIcons .icon.icon2 { background: #F49B1E; }
.trendingIcons .icon.icon3 { background: #ED1A39; }
.trendingIcons .icon.icon4 { background: #B3BA34; }
.trendingIcons .icon a { text-decoration: none; color: #FFF !important; display: block; text-align: center; margin: 0 auto; font-size: 14px; line-height: 20px; font-weight: 700; }
.trendingIcons .icon a i { font-size: 55px; margin: 0 auto 5px; line-height: 70px; display: block; }
.trendingIcons .icon a:hover { transition: 1s; }

/* Homepage - Intro Text */
.homeInfo { width: calc(100% - 40px); max-width: 840px; margin: 40px auto; font-size: 18px; line-height: 28px; text-align: center; }
.homeInfo h1 { font-size: 40px; line-height: 40px; }

/* Departments */
.departmentAlertContainer { background: #000; width: 100%; padding: 20px 0; font-family: 'Montserrat', sans-serif; font-weight: 500; }
.departmentAlert { max-width: 1400px; width: calc(100% - 40px); margin: 0 auto; color: #FFF; font-size: 18px; line-height: 34px; }
.departmentAlert p { margin: 0; }
.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: #EEE; 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; }

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

.departmentIcons { margin:-20px -20px 0; display: flex; flex-wrap: wrap; justify-content: stretch; padding: 10px 0; }
.departmentIcons .qlIcon { width: calc(20% - 20px); margin: 10px; line-height: 22px; text-align: center; padding: 10px 0; }
.departmentIcons .qlIcon a { text-decoration: none; color: #000; font-weight: 700; }
.departmentIcons .qlIcon a i { font-size: 45px; margin: 0 auto 5px; line-height: 90px; width: 90px; height: 90px; border-radius: 50%; color: #FFF !important; display: block; border: 1px solid #FFF; box-shadow: 0 0 5px rgba(0, 0, 0, .4); background: linear-gradient(145deg, rgba(0,54,80,1) 35%, rgba(43,95,84,1) 100%); }
.departmentIcons .qlIcon:hover a i { background: linear-gradient(145deg, rgba(0,54,80,1) 0%, rgba(43,95,84,1) 100%); transition: 250ms; }

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

/* Departments - Listing */
input.fullSearch { width: 100%; padding: 2px 8px; border: 2px solid #CCC; font-size: 18px; font-family: 'Mulish', 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) }
.serviceDetail { width: calc(100% - 360px); padding: 20px; order: 1; }
.serviceDetail .intro { font-size: 20px; line-height: 34px; border-bottom: 1px solid rgba(70, 153, 169, .3); padding-bottom: 20px; margin-bottom: 20px; }
.serviceDetail h2:first-child, .serviceDetail h3:first-child { margin-top: 0; }

.serviceNav { width: 320px; line-height: 24px; order: 2; background: #EEE; }

.serviceNav h4 { margin: 0; padding: 5px 0; line-height: 34px; font-size: 14px; background: #408F7D; color: #FFF; display: block; text-transform: uppercase; text-align: center; }
.serviceNav h4 a { color: #FFF; text-decoration: none; padding: 0; }

.serviceNav a { display: block; padding: 7.5px 15px; color: #333; text-decoration: none !important; font-size: 17px; line-height: 32px; }
.serviceNav a i { margin-right: 7.5px; font-size: 17px; line-height: 30px; width: 30px; border-radius: 50%; border-radius: 50%; color: #FFF !important; border: 1px solid #FFF; box-shadow: 0 0 5px rgba(0, 0, 0, .4); background: linear-gradient(145deg, rgba(0,54,80,1) 35%, rgba(43,95,84,1) 100%); }
.serviceNav a i:hover { background: linear-gradient(145deg, rgba(0,54,80,1) 0%, rgba(43,95,84,1) 100%); }
.serviceNav a.active { background: rgba(0, 0, 0, .1) !important; font-weight: 700; }
.serviceNav a:hover { background: rgba(0, 0, 0, .1); }
.serviceNav h4 a:hover { background: none !important; }

/* Footer */
.infoFooter { display: none; }
#mission { width: calc(100% - 40px); max-width: 860px; margin: 0 auto; font-family: 'Montserrat', sans-serif; font-size: 30px; line-height: 40px; color: #003552; text-align: center; padding: 60px 0 40px; }
.footerContainer { width: 100%; background: #E5E5E5; background-position: bottom center; background-size: 100%; background-repeat: no-repeat; }
#footer { display: flex; max-width: 1440px; width: calc(100% - 40px); margin: 0 auto; vertical-align: middle; align-items: center; }
#footer { font-size: 13px; line-height: 21px; }
.footerLogo, .footerInfo, .footerLinks { width: 33.3%; text-align: center; padding: 20px 0; }
.footerLogo img { width: 100px; display: block; height: auto; margin: 0 auto; }
.footerLogo { order: 2; }
.footerInfo { order: 1; }
.footerLinks { order: 3; }

#credit { background: #09466E; color: #FFF; font-size: 12px; line-height: 20px; padding: 5px 10px; width: calc(100% - 20px); text-align: center; }
#credit .container { width: 100%; max-width: 1440px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; }
#credit .copyright { width: calc(100% - 200px); float: left; text-align: left; }
#credit .poweredBy { width: 200px; float: right; text-align: right; }
#credit a { color: #FFF; 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 #EEE; 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, b.redLabel { font-style: normal; color: #ED1A39; 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: 'Mulish', 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: 'Mulish', sans-serif; font-size: 16px; color: #FFF; text-align: center; border: 0; background: #09466E; padding: 10px 0; margin: 1.5em 0 0; font-weight: 700; }
#contactForm ol select { font-family: 'Mulish', sans-serif; font-size: 16px; width: 100%; padding: 5px; border: 1px solid #EEE; margin-bottom: 1em; }
#contactForm ol textarea { font-family: 'Mulish', sans-serif; font-size: 16px; width: 100%; padding: 5px; border: 1px solid #EEE; 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; }

/* Home - Gallery */
.homeGallery { width: 100%; padding: 60px 0; }
.homeGallery h2 { margin: 0 auto 30px; text-align: center; }
.carousel { color: #003552; --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; }

.homeNews { width: calc(33.3% - 24px); float: left; margin: 12px; background: #FFF; box-shadow: 0 0 5px rgba(0,0,0,.4); font-size: 16px; line-height: 24px; }
.homeNewsImage { width: 100%; margin: 0; background-size: cover !important; background-position: center center; }
.homeNewsImage a { padding-bottom: 60%; display: block; width: 100%; position: relative; }
.homeNewsText { padding: 10px 15px; background: rgba(237, 26, 57, .85); color: #FFF; position: absolute; bottom: 0; width: calc(100% - 30px); text-decoration: none; font-weight: 700; }
.homeNewsDate { font-size: 14px; line-height: 18px; text-transform: uppercase; display: block; margin: 5px 0 0; }
.news2 .homeNewsText { background: rgba(179, 186, 52, .85) }
.news3 .homeNewsText { background: rgba(244, 155, 30, .85) }

@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: 1200px) {
  .departmentIcons .qlIcon { width: calc(25% - 20px); }
  .carousel__slide { height: 500px; width: var(--carousel-slide-width, 50%); }
}

@media screen and (max-width: 1075px) {
  a.homeLink { display: none; }
}

@media screen and (max-width: 1060px) {
  .homeNewsContainer { width: calc(100% - 20px); padding: 40px 10px; }
  .homeNews { width: calc(100% + 20px); margin: 0 -10px; }
  .homeNewsItem { width: calc(50% - 20px); margin: 10px; }
  .carousel__slide { height: 450px; width: var(--carousel-slide-width, 60%); }
  .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; }
}

@media screen and (max-width: 925px) {
  .headerContainer { height: 90px; }
  .headerLogo img { height: 80px; }
  .conditionText { display: none; }
  .headerLinks { position: absolute; left: 300px; margin: 27px 0 0; width: calc(100% - 380px); z-index: 10; }

  .headerText { position: relative; z-index: 10; }
  .mobileIcon { display: inline; color: #FFF; }

  .topnav a, .dropdown .dropbtn { display: none; }
  .topIcon { display: block; margin: -5px -10px 0 0; float: right; background: #F49B1E; z-index: 10; position: relative; }
  .topIcon a.icon { float: right; display: block; color: #FFF; height: 90px; font-size: 26px; padding: 0 22px; width: auto !important; }
  .topIcon a.icon i { line-height: 90px !important; }
  .topnav.responsive { position: relative; float: right; text-align: left; width: 100%; margin: 0 -10px 0; z-index: 5; background: #F49B1E; padding: 0; width: calc(100% + 20px); }
  .sticky .topnav.responsive { margin-top: 0 !important; padding: 10px 0 !important; border-bottom: 2px solid #92B1C6; }
  .topnav.responsive a { float: none; display: block; text-align: left; margin-left: 0; color: #FFF; }
  .topnav.responsive .dropdown .dropbtn a { display: inline; }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative; max-width: none !important; width: 100% !important; margin-left: 0; border-radius: 0 !important }
  .dropdown-content.dropdown-dept { height: 216px; }
  .dropdown:hover, .topnav a.standard { border-radius: 0; }
  .topnav.responsive .dropdown .dropbtn { display: block; width: 100%; text-align: left; margin-left: 0; }
  .topnav.responsive .dropdown-content a { padding: 2px 8px; }
  .topnav.responsive .dropdown-content.dropdown-dept a { width: calc(50% - 16px); float: left; }

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

@media screen and (max-width: 920px) {
  .headerLinks { margin: 16px 0 0; width: 240px; left: auto; right: 85px; line-height: 24px; }
}

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

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

  .serviceNav { width: 100%; order: 2; }
  .serviceDetail { width: calc(100% - 20px); padding: 10px; order: 1; }
  .meetingNotes { font-size: 13px; color: #666; line-height: 16px; display: block; margin: 0 0 5px; }

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

}

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

  .homeRotator { max-height: calc(100vh - 410px); }

  .trendingIcons { flex-wrap: wrap; }
  .trendingIcons .icon { width: 50%; }

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

  .qlIcon { width: 50%; }

  #footer { flex-wrap: wrap; }
  .footerInfo, .footerLogo, .footerLinks { width: 100%; }
  .footerLogo { padding: 10px 0; }
  .carousel__slide { width: var(--carousel-slide-width, 80%); }

  #header { width: calc(100% - 10px); }
  .headerLinks { width: 190px; }
  .headerLinks a { margin: 0 2.5px 0 5px; }
  .topIcon { margin-right: -5px; }
  .topnav.responsive { margin: 0 -5px 0 0; width: calc(100% + 10px); }
  .topnav a, .dropdown .dropbtn { padding: 5px 10px; width: calc(100% - 16px); }
}

@media screen and (max-width: 550px) {
  .headerLogo img { height: 60px; }
  .headerContainer { height: 70px; }
  .headerWx { display: none; }
  .headerLinks { margin: 5px 0 0; text-align: right; }
  .headerLinks br { display: inline; }
  .headerLinks a.secondary { display: none; }
  .headerLinks { width: 120px; right: 75px; }
  .headerLinks a { margin: 0 0 0 3px; }
  .sticky .headerLinks { margin: 0; }
  .headerText { width: 140px; }
  .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; }
}

@media screen and (max-width: 450px) {
  .headerLinks { width: 110px; right: 75px; }
  .headerLogo img { height: 57.5px; margin: 1.25px 0 0; }
  .headerLinks a { margin: 0 0 0 2px; }
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content { width: 400px !important; height: 500px !important; max-width: calc(100% - 40px); max-height: 90%; margin: 0; padding: 0px; }

/* Home Styles */

/* Homepage - Features */
.homeFeatureSection { width: 100%; padding: 30px 0 40px; }
#homeFeature h3 { text-align: center; margin: 0 auto 10px; }
#homeFeature { width: calc(100% - 40px); max-width: 1440px; margin: 0 auto; }
#homeFeature.news h3 { display: block; width: 100%; }
#homeFeature.events h3 { display: block; width: 100%; }

.homeButtons { width: 100%; margin: 15px 0 0; text-align: center; }
.homeButtons.events a { background: #09466E; color: #FFF; display: inline-block; padding: 3px 8px; font-weight: 700; text-decoration: none; font-size: 18px; margin: 0 2.5px; }
.homeButtons.news a { background: #09466E; color: #FFF; display: inline-block; padding: 3px 8px; font-weight: 700; text-decoration: none; font-size: 18px; margin: 0 2.5px; }

/* Calendar - Home */

.homeCalendarContainer { background: #E5E5E5; width: 100%; }
.homeCalendar { width: calc(100% - 40px); padding: 20px; max-width: 1440px; margin: 0 auto; }
.homeCalendar h3 { width: 100%; text-align: center; }
.calendarDates { display: flex; flex-wrap: wrap; margin: 0 0 20px; }

.calendarDay { background: #09466E; padding: 20px 15px 0; color: #FFF; font-size: 22px; font-weight: 700; }
.calendarDate { border-top: 5px solid #F49B1E; width: 33%; margin-top: -20px; padding-top: 15px; }
.calendarDate2 { border-top: 5px solid #ED1A39; }
.calendarDate3 { border-top: 5px solid #B3BA34; }
.calendarMonth { background: #09466E; padding: 0 15px 20px; font-size: 18px; color: #FFF; }
.calendarEvent { background: #FFF; padding: 15px 20px; font-size: 14px; line-height: 23px; }
.calendarEvent a { font-weight: 700; }

.home100 { width: 100%; text-align: center; padding: 0 0 20px; }
.home100 a {  background: #B3BA34; color: #FFF; display: inline-block; padding: 3px 8px; font-weight: 700; text-decoration: none; font-size: 18px; margin: 0 2.5px; }

.homeDate { width: calc(25% - 15px); margin-right: 20px; }
.homeDate.last { margin-right: 0; }

@media screen and (max-width: 900px) {
  .homeDate { width: calc(50% - 15px); margin: 7.5px; background: #f0f0f1; }
  .homeDate.last { margin-right: 7.5px; }
}
@media screen and (max-width: 550px) {
  .homeDate { width: 100%; margin: 0 0 15px; }
  .homeDate.last { margin-right: 0; }
}

.homeCTA { width: calc(100% - 40px); max-width: 1400px; margin: 0 auto; text-align: center; }
.homeCTA h3 { font-size: 30px; line-height: 40px; margin-bottom: 10px; }
.homeCTA a { background: #09466E; color: #FFF; display: inline-block; padding: 3px 8px; font-weight: 700; text-decoration: none; font-size: 18px; }

.homeSponsors { width: calc(100% - 40px); padding: 10px 0 40px; display: flex; margin: 0 auto; max-width: 1000px; flex-wrap: wrap; }
.homeSponsorsHeader { width: 100%; text-align: center; margin: 0 0 20px; }
.homeSponsor { width: 33.333%; text-align: center; }
.homeSponsor img { display: block; max-height: 150px; width: auto; margin: 0 auto; }

.sponsorList { display: flex; width: calc(100% + 20px); margin: 0 -10px; flex-wrap: wrap; }
.sponsorListing { width: calc(33.3% - 20px); margin: 10px; background: #FFF; box-shadow: 0 0 5px rgba(0,0,0,.4); font-size: 16px; line-height: 24px; }
.sponsorListing a { padding-bottom: 60%; display: block; width: 100%; position: relative; }
.homeNewsText { padding: 10px 15px; background: rgba(237, 26, 57, .85); color: #FFF; position: absolute; bottom: 0; width: calc(100% - 30px); text-decoration: none; font-weight: 700; }
.homeNewsDate { font-size: 14px; line-height: 18px; text-transform: uppercase; display: block; margin: 5px 0 0; }
.news2 .homeNewsText { background: rgba(179, 186, 52, .85) }
.news3 .homeNewsText { background: rgba(244, 155, 30, .85) }
.news4 .homeNewsText { background: rgba(9, 70, 110, .85); }

@media screen and (max-width: 900px) {
  .sponsorListing { width: calc(50% - 20px); }
}
@media screen and (max-width: 660px) {
  .sponsorListing { width: calc(100% - 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%; }


/* Events Widgets */
.widgetEventBox { width: calc((100% - 170px) / 5); padding: 10px 12px 10px; margin: 0 10px 0 0; background: #FFF; color: #000; float: left; font-size: 12px; line-height: 19px; border-radius: 5px; border: 1px solid #EEE; }
.widgetEventBox.boxNo5 { margin: 0; }
.widgetEventBox:hover { background: #EEEEEE; }
h3.widgetEventHeader a { display: block; text-decoration: none; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; padding: 0 0 5px; border-bottom: 1px solid #22336B; }
.widgetDate { display: block; font-weight: 700; font-size: 14px; text-align: center; }
.widgetEvent { display: block; margin: 12px 0 0; color: #666; }
.widgetEvent a { color: #F49B1E; text-decoration: none; font-weight: 700; }
.widgetEvent a.mapLink { color: #F49B1E; margin-left: 2px; }
.calEventBoxes { width: 100%; }
.calEventBox { width: calc(100% / 7); padding: 5px; background: #FFF; display: table-cell; font-size: 12px; line-height: 19px; }
.calEventBox.box0 { margin-left: 0; }
.calEventBox:hover, .calEventBox.calToday { background: #EEEEEE; padding: 4px; border: 1px solid #F49B1E; }
.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: #F49B1E; color: #FFF; font-weight: 700; padding: 5px; border: 0; }
.emptyBox, .emptyBox:hover { background: #EEEEEE; padding: 5px; border: 0; }
.calRow { display:table; border-spacing: 1px; width: 100%; }
#calendarHeader { width: 100%; margin: 1em auto; }
#calendarHeader h2 { float: left; width: auto; margin: 0; }
.nextMonth { float: right; line-height: 31px; margin: 5px 0 0; width: 300px; text-align: right; }
.nextMonth a, #calendarFooter a { text-decoration: none; }
.lastMonth { float: left; line-height: 22px; margin: 0; width: 150px; }
.printMonth { float: left; width: calc(100% - 300px); text-align: center; }
#calendarFooter { width: 100%; margin: 17px 0 34px; padding: 17px 0 0; border-top: 1px solid #EEEEEE; }
#calendarFooter .nextMonth { margin: 0; line-height: 22px; }
.event-overlay { display: block; width: 600px; max-width: 100%; }
.event-overlay h2 { margin-top: 0; }
.event-overlay-block { display: block; }

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


@media screen and (max-width: 1000px) {
  .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; }
}

/* Annual Events */
.annualEventPhoto { width: calc(100% - 10px); padding: 5px; background: #003552; max-width: 600px; margin: 0 auto; }
.annualEventPhoto img { margin-top: 0; }

/* Blog Gallery */
.blogGallery { display: flex; flex-wrap: wrap; max-width: 1050px; margin: 10px auto; }
.galleryImage { width: calc(33.3% - 20px); margin: 10px; position: relative; }
.galleryImage.even { margin-right: 0; }
.galleryImage a { display: block; background: rgba(75, 79, 84, .4); color: #FFF; padding-bottom: 100%; }
.galleryImage a:hover { background: none; transition: 1s; }
.galleryImage a > .photoCaption { position: absolute; bottom: 10px; left: 10px; width: calc(100% - 20px); text-align: center; font-weight: 700; }

.fancybox-caption { font-family: 'Muli', sans-serif; }

@media screen and (max-width: 700px) {
  .galleryImage { width: calc(50% - 20px); }
}
@media screen and (max-width: 500px) {
  .galleryImage { width: calc(100% - 20px); }
}
