.pageHeaderContainer { background: #EFF8FA; color: #0F1910; }
.sectionHeader { width: calc(100% - 40px); max-width: 1440px; margin: 0 auto; padding: 30px 0; }
.sectionParent { margin: 0 0 10px; }
.sectionParent a { color: #00619D; font-weight: 700; font-size: 20px; text-decoration: none; position: relative; }
.sectionParent a::after { content: ''; position: absolute; width: 100%; transform: scaleX(0); height: 2px; bottom: 1px; left: 0; background-color: #00619D; transform-origin: bottom right; transition: transform 0.5s ease-out; }
.sectionParent a:hover::after { transform: scaleX(1); transform-origin: bottom left; }
.sectionPageHeader h1 { margin: 5px 0 0; }
.sectionPageHeader h1 a { color: #FFF; }

.pageAlertContainer { background: #BD4733; color: #FFFFFF; padding: 20px 0; font-size: 18px; }
.pageAlert { width: calc(100% - 40px); max-width: 1440px; margin: 0 auto; }
.pageAlert .alertHeader { font-size: 22px; font-weight: 700; }
.pageAlert a { color: #FFFFFF; font-weight: 700; }
.pageAlert a.button { background: #BD4733; border: 2px solid #FFFFFF; color: #FFF; }
.pageAlert a.button:hover { background: #FFF; color: #BD4733; }
.pageAlert p { }
.pageAlert p:first-child { margin-top: 0; } 
.pageAlert p:last-child { margin-bottom: 0; } 

/* Content Pages - with No Navigation */
#standardPage { width: calc(100% - 40px); max-width: 1440px; margin: 20px auto 100px; position: relative; z-index: 1; }
#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: 15px; line-height: 24px; }

.pageIntro, .standardPageIntro { font-size: 22px; line-height: 36px; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 2px solid #E9E8E8; }

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

.content { padding-top: 160px; }
@media screen and (max-width: 1050px) { 
  .content { padding-top: 85px; }
}

/* Content Pages - with Two Columns */
.contentColumns { display: flex; flex-wrap: wrap; margin: 0 -20px; }
.contentLeft { width: calc(100% - 400px); margin-right: 20px; padding: 20px 0 20px 20px; }
.contentLeft h2:first-child, .contentLeft h3:first-child, .contentLeft p:first-child { margin-top: 0; }
.contentLeft img { margin: 1em 0 0; }
.contentLeft img.newsPhoto { margin: 0 auto 1em; display: block; max-width: 500px !important; }
.contentRight { width: 300px; padding: 20px; font-size: 16px; line-height: 27px; margin: 0 0 20px; background: #DAE7BA; }
.contentRight h2:first-child, .contentRight h3:first-child, .contentRight p:first-child { margin-top: 0; }
.contentRight ul, .contentRight ol { padding-inline-start: 30px; }

/* Forms */
#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="text"], #contactForm ol input[type="email"], #contactForm ol input.form-input { font-family: 'Lato', sans-serif; font-size: 16px; width: 100%; padding: 5px; border: 1px solid #211E1D; margin-bottom: 1em; box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
#contactForm ol select { font-family: 'Lato', sans-serif; font-size: 16px; width: 100%; padding: 5px; border: 1px solid #211E1D; margin-bottom: 1em; }
#contactForm ol input[type="file"] { font-family: 'Lato', sans-serif; font-size: 16px; width: 100%; padding: 5px; margin-bottom: 1em; }
#contactForm ol textarea { font-family: 'Lato', sans-serif; font-size: 16px; width: 100%; padding: 5px; border: 1px solid #211E1D; margin-bottom: 1em; }
#contactForm input[type="submit"] { display: block; width: 150px; font-family: 'Lato', sans-serif; font-size: 16px; color: #FFF; text-align: center; border: 0; background: #0C3142; padding: 10px 0; margin: 1.5em 0 0; cursor: pointer; }

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

#contactForm .required { color: #BD4733; font-weight: 700; }
#contactForm ol .helpText { font-size: 15px; line-height: 24px; margin: 5px 0; }

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

input.fullSearch { width: 100%; padding: 10px 8px; border: 2px solid #E9E8E8; font-size: 18px; font-family: 'Raleway', sans-serif; margin: 0 0 10px; }

/* News */
.newsRight .newsItem { margin: 0 0 20px; }
.newsRight .newsDetail { font-size: 15px; line-height: 22px; }

/* Service Pages */
.svcColumns { width: calc(100% + 20px); margin: -20px -10px 0; display: flex; }
.svcColumn { width: calc(33.3% - 20px); padding: 10px; }
.contentRight.svcNavigation { margin-right: 0; width: 320px; background: none; }
.svcNavigation h3 { color: #0F1910; }
.svcNavigation a { display: block; padding: 5px; border-bottom: 1px solid #E9E8E8; text-decoration: none; }
.svcNavigation a.svcLast { border-bottom: 0; }
.svcNavigation a:hover, a.active { background: #EFF8FA; color: #0F1910; }
.svcNavigation a.active { font-weight: 700; }
.svcNavigation h3 a { border-bottom: 0; text-decoration: none; }
.svcColumn .svcNavigation a.svcLast { margin-bottom: 40px; }

@media screen and (max-width: 1100px) {
  .svcColumns { flex-wrap: wrap; margin: 30px -10px 0; }
  .svcColumn { width: calc(100% - 20px); margin-top: -40px; }
}

/* Service Providers */
.serviceProviders { width: 100%; display: flex; text-align: center; flex-wrap: wrap; position: relative; z-index: 1; margin: 40px auto 0; }
.serviceProviders h2 { width: 100%; margin: 0 0 30px; text-align: left; }
.serviceProvider { width: 330px; height: auto; display: flex; flex-wrap: wrap; margin: 0 20px 40px 0; }
.serviceProviderImage { width: 310px; box-shadow: 20px 20px 0 #DAE7BA; background: #EFF8FA; }
.serviceProviderImage img { width: 310px; height: 460px !important; object-fit: cover; margin: 0 !important; }
.serviceProviderDetails { width: calc(100% - 40px); padding: 20px; background: #EFF8FA; font-weight: 600; }
.serviceProviderDetails b { font-size: 24px; line-height: 32px; font-weight: 700; display: block; }

@media screen and (max-width: 800px) {
    .contentLeft { width: calc(100% - 40px); padding: 20px; margin: 0; }
    .contentRight { width: calc(100% - 40px); padding: 20px; margin: 0 0 20px; border-top: 1px solid #DAE7BA; }
}
/* Homepage Providers */
.providers { width: 100%; max-width: 1400px; margin: 40px auto 0; display: flex; text-align: center; flex-wrap: wrap; position: relative; z-index: 1; }
.providers h2 { width: calc(100% - 20px); margin: 0 auto 30px; text-align: left; }
.providers h3 { width: 100%; margin: 0 0 30px; text-align: left; }
.provider { width: 330px; height: auto; display: flex; flex-wrap: wrap; margin: 10px 10px 30px; }
.homeProvider a, .provider a, .serviceProvider a { text-decoration: none; }
.providerImage { width: 310px; box-shadow: 20px 20px 0 #DAE7BA; background: #EFF8FA; }
.providerImage img { width: 310px; height: 460px !important; object-fit: cover; margin: 0 !important; }
.providerDetails { width: calc(100% - 20px); padding: 20px 10px; background: #EFF8FA; font-weight: 600; }
.providerDetails b { font-size: 20px; line-height: 28px; font-weight: 700; display: block; }

.providerBio { max-width: 700px !important; }
.providerBio h2:first-child { margin-top: 0; }
.providerBio p:last-child { margin-bottom: 0; }
.providerBio img { float: right; width: 300px; margin: 0 0 10px 10px; }

@media screen and (max-width: 1450px) { 
  .serviceProviders { width: 700px; }
}
@media screen and (max-width: 1440px) {
  .providers { max-width: 1050px; }
}

@media screen and (max-width: 1090px) {
  .providers { max-width: 700px; }
  .serviceProviders { max-width: 350px; }
}

@media screen and (max-width: 740px) {
  .providers, .serviceProviders { max-width: 350px; }
  .providerBio img { display: none; }
}

.faqQA { padding: 12px 0; margin-bottom: 4px; border-bottom: 1px solid #E7E6E8; }
.faqQuestion { cursor: pointer; font-weight: 700; display: flex; }
.faqQuestionText { width: calc(100% - 30px); }
.faqQuestionIcon { text-align: right; width: 30px; }
.faqQuestionIcon svg { font-size: 16px; line-height: 1.7em !important; }

.faqLast { border-bottom: none; }
.faqSubSection h2 { margin: 25px 0 20px !important; }
.faqSection h4 { margin: 1em 0; }

.benefitsList { display: flex; flex-wrap: wrap; }
.benefitsList h2 { width: 100%; }
.benefitsList .benefit { width: 20%; text-align: center; margin: 0 0 40px; }
.benefitsList .benefit svg { display: block; margin: 5px auto 10px; font-size: 40px; height: 40px; color: #00619D; }

@media screen and (max-width: 1250px) {
  .benefitsList .benefit { width: 25%; }
}
@media screen and (max-width: 1000px) {
  .benefitsList .benefit { width: 33.3%; }
}
@media screen and (max-width: 750px) {
  .benefitsList .benefit { width: 50%; }
}
@media screen and (max-width: 500px) {
  .benefitsList .benefit { width: 200px; margin: 0 auto 40px; }
}

#myBtnContainer.filterContainer .btn { font-weight: 700; color:#231F20; display: inline-block; margin: 4px 8px 4px 0; background: #5CC2E7; padding: 6px 16px; text-decoration: none; border-radius: 5px; border: 2px solid #5CC2E7; }
#myBtnContainer.filterContainer .btn:hover { transition: all 1s ease; background: #FFF; cursor: pointer; }
#myBtnContainer.filterContainer .btn.activebtn, #myBtnContainer.filterContainer .btn.activebtn:hover { background: #FFF; }
.searchService { padding: 8px 0; border-bottom: 1px solid #DAE7BA; }

.listHidden { display: none !important; }
.filterDiv { display: none; }
.show { display: block; }