@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@400;600;700;800&display=swap");
.white-text {
  color: white; }

.blue-text {
  color: #00274C; }

.teal-text {
  color: #00818F; }

.light-bg {
  background-color: #e6fdff; }

.yellow-bg {
  background: #F0D83D; }

body,
html {
  font-family: 'Lexend', sans-serif;
  font-size: 20px;
  color: #414042; }
  body p,
  html p {
    font-size: 1.1rem; }
  @media screen and (max-width: 1199px) {
    body,
    html {
      font-size: 18px; }
      body p,
      html p {
        font-size: 1rem; } }

.callout-text {
  font-size: 1.5rem; }
  @media screen and (max-width: 991px) {
    .callout-text {
      font-size: 1.3rem; } }
  @media screen and (max-width: 767px) {
    .callout-text {
      font-size: 1.2rem; } }
  @media screen and (max-width: 545px) {
    .callout-text {
      font-size: 1rem; } }

.large-text {
  font-size: 1.25rem; }
  @media screen and (max-width: 991px) {
    .large-text {
      font-size: 1rem; } }

.large-title {
  font-size: 2.5rem;
  font-weight: 700; }
  @media screen and (max-width: 991px) {
    .large-title {
      font-size: 2.3rem; } }
  @media screen and (max-width: 767px) {
    .large-title {
      font-size: 2rem; } }
  @media screen and (max-width: 575px) {
    .large-title {
      font-size: 1.7rem; } }

.small-title {
  font-size: 1.6rem;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .small-title {
      font-size: 1.4rem; } }
  @media screen and (max-width: 575px) {
    .small-title {
      font-size: 1.2rem; } }

img {
  max-width: 100%; }

ol, ul {
  padding-left: 1.3rem; }
  ol li, ul li {
    padding-left: .3rem;
    margin-bottom: .5rem; }

button {
  appearance: none;
  border: 0px; }

.gradient-horizontal {
  background: #01284e;
  background: linear-gradient(90deg, #01284e 0%, #1d4982 100%); }

.gradient-vertical {
  background: #01284e;
  background: linear-gradient(180deg, #01284e 0%, #1d4982 100%); }

.pattern-bg {
  background-size: cover;
  background-color: #00818F; }

.button {
  border-radius: 2rem;
  display: inline-block;
  padding: 0.375rem 1.2rem;
  background: #1D4982;
  color: white;
  text-align: center; }
  .button:hover {
    background: #0a2a50;
    color: white;
    text-decoration: none; }
  .button.yellow-button {
    background: #F0D83D;
    color: #00274C;
    font-weight: 600; }
    .button.yellow-button:hover {
      background: #cdb51d; }
  .button.large-button {
    font-size: 1.5rem;
    padding: 0.37rem 2.2rem; }
    @media screen and (max-width: 991px) {
      .button.large-button {
        font-size: 1.25rem;
        padding: 0.37rem 1.2rem; } }
    @media screen and (max-width: 575px) {
      .button.large-button {
        font-size: 1rem; } }

.title-border {
  width: 230px;
  border-top: 5px solid;
  margin-left: 0px; }
  .title-border.blue-border {
    border-color: #00274C; }
  .title-border.yellow-border {
    border-color: #F0D83D; }
  .title-border.teal-border {
    border-color: #00818F; }

.skip-to-content-link {
  background: #F0D83D;
  color: #00274C;
  left: 50%;
  padding: 8px;
  position: absolute;
  z-index: 99;
  transform: translateY(-100%);
  transition: transform 0.3s; }

.skip-to-content-link:focus {
  transform: translateY(0%); }

.js-accordion__panel[aria-hidden=true] {
  display: none; }

.minimalist-accordion__panel[aria-hidden=true] {
  display: none; }

.minimalist-accordion__header {
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  font-size: 1.4rem;
  padding: 4px 8px;
  padding-right: 20px;
  padding-top: 8px;
  margin-top: 8px;
  border-top: 3px solid #00818F;
  color: #00274C;
  font-weight: 700;
  background: transparent; }
  .minimalist-accordion__header:first-child {
    border-top: 0px;
    margin-top: 0px; }

.minimalist-accordion__panel {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding: 4px; }

.minimalist-accordion__title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* title opened */
.minimalist-accordion__header[aria-expanded="true"]:after {
  content: "- ";
  position: absolute;
  right: 5px;
  font-size: 1.5em;
  top: 50%;
  transform: translateY(-50%); }

/* title closed */
.minimalist-accordion__header[aria-expanded="false"]:after {
  content: "+ ";
  position: absolute;
  right: 5px;
  font-size: 1.5em;
  top: 50%;
  transform: translateY(-50%); }

.navbar {
  flex-flow: row wrap;
  padding: 0px; }
  .navbar .break {
    flex-basis: 100%;
    height: 0; }

.navbar-brand {
  width: 50%; }
  .navbar-brand img {
    width: 100%;
    max-width: 304px; }
  @media screen and (max-width: 767px) {
    .navbar-brand {
      width: 70%; } }

.top-nav {
  flex-grow: 1;
  padding: 15px; }

.eyebrow-nav {
  flex-grow: 1; }

.navbar-toggler {
  border: 0px;
  font-size: 32px; }
  .navbar-toggler .toggle-icon {
    color: white; }

.nav-search {
  position: relative;
  margin-right: 10px; }
  .nav-search .form-control {
    border-radius: 40px;
    width: 150px;
    padding-right: 40px; }
  .nav-search button {
    background: #F0D83D;
    appearance: none;
    border-radius: 50%;
    border: 0px;
    position: absolute;
    right: 12px;
    color: #00274C;
    width: 33px;
    height: 33px;
    text-align: center; }

#mainNav {
  background: #e6fdff;
  padding: 8px 0px; }
  #mainNav .container {
    padding: 0px; }
  #mainNav .nav-link {
    font-weight: 600;
    line-height: 1.1em;
    padding: .5rem 0rem; }
    #mainNav .nav-link a {
      color: #00274C; }
  @media screen and (min-width: 992px) {
    #mainNav .nav-link {
      position: relative; }
      #mainNav .nav-link:after {
        content: "";
        position: absolute;
        right: 0;
        height: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 2px;
        background: #00274C; }
      #mainNav .nav-link:last-of-type:after {
        display: none; } }
  @media screen and (max-width: 991px) {
    #mainNav {
      position: absolute;
      top: 100%;
      z-index: 99;
      box-shadow: 0px 0px 13px -2px;
      background: #ecf5f6; }
      #mainNav .nav-links {
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px 15px; }
      #mainNav .button {
        margin-top: 8px; }
      #mainNav .d-lg-none {
        width: 100%;
        padding-top: 8px;
        border-top: 3px solid #00274C;
        margin-top: 8px; }
      #mainNav .nav-search {
        margin-top: 4px;
        width: 100%; }
        #mainNav .nav-search input {
          width: 100%; } }

.footer p,
.footer a {
  color: white; }
.footer .copy {
  color: white;
  font-size: 15px; }

.border-right {
  border-right: 4px solid #05E6FF !important; }
  @media screen and (max-width: 767px) {
    .border-right {
      border-right: 0px !important; } }

.footer-logos img {
  max-width: 100%; }

.footer-nav a {
  display: block;
  color: white;
  margin-bottom: 5px;
  padding-right: 4px; }

.footer-socials a {
  display: block;
  color: white;
  margin-bottom: 11px; }
  .footer-socials a .fa-inverse {
    color: #00274C; }
.footer-socials .fa-stack {
  font-size: .8rem; }
@media screen and (max-width: 767px) {
  .footer-socials a {
    display: inline-block;
    margin: 5px 3px; } }
@media screen and (max-width: 575px) {
  .footer-socials {
    display: inline-block; }
    .footer-socials a {
      display: block;
      text-align: left; } }

.page-header {
  background-color: #e6fdff; }
  .page-header .image-container {
    background-size: cover;
    background-position: center;
    max-width: 1500px;
    margin: 0 auto;
    position: relative; }
    .page-header .image-container .w-100 {
      opacity: 0; }
  .page-header .text-container {
    background: rgba(255, 255, 255, 0.84);
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    display: inline-block;
    padding: 1.5rem;
    transform: translate(-50%, -50%);
    color: #00274C;
    max-width: 680px;
    width: 100%;
    border-radius: 30px; }
  @media screen and (max-width: 767px) {
    .page-header .image-container {
      background-image: none !important; }
      .page-header .image-container .w-100 {
        opacity: 1; }
    .page-header .text-container {
      position: static;
      width: 100%;
      max-width: 100%;
      transform: none;
      padding: .5rem;
      background: none; } }

.home-intro,
.page-intro {
  background: #e6fdff; }

.icon-triptych a {
  color: #00274C; }
.icon-triptych p {
  color: #00274C; }
.icon-triptych img {
  display: block;
  margin: 0 auto;
  max-width: 180px; }
.icon-triptych .small-title {
  display: inline-block;
  padding: 4px 9px;
  border-bottom: 3px solid #00818F; }
@media screen and (min-width: 1199px) {
  .icon-triptych p {
    font-size: 1.1rem; } }

.home-search {
  background-color: #00818F;
  background-size: cover; }
  .home-search form {
    text-align: center; }
    .home-search form .form-control {
      max-width: 380px;
      margin: 10px; }
  .home-search input,
  .home-search select {
    width: 100%;
    color: #00274C;
    font-weight: 600;
    font-size: 1.25rem;
    text-align: center;
    line-height: 1em; }
    .home-search input::placeholder,
    .home-search select::placeholder {
      color: #00274C; }
  .home-search select.form-control:not([size]):not([multiple]) {
    height: auto; }
  .home-search .select-container {
    position: relative; }
    .home-search .select-container select {
      appearance: none;
      padding-right: 1.3em;
      position: absolute; }
    .home-search .select-container:after {
      position: relative;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: ""; }
  .home-search .button {
    width: 240px;
    font-size: 1.25rem;
    padding: 0.375rem 1.2rem; }
  @media screen and (max-width: 991px) {
    .home-search form .form-control {
      display: block !important;
      margin: 10px auto; } }
  @media screen and (max-width: 575px) {
    .home-search form .form-control {
      max-width: 280px;
      font-size: 1.2rem;
      margin-bottom: 15px; } }

.home-policy .container {
  position: relative;
  padding-left: 240px; }
.home-policy .policy-icon {
  position: absolute;
  left: 0;
  top: 0; }
@media screen and (max-width: 991px) {
  .home-policy .container {
    padding-left: 15px; }
  .home-policy .policy-icon {
    position: static;
    display: block;
    margin: 0 auto; } }

.home-services {
  background: #F0D83D; }
  .home-services img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block; }

.home-statistic p {
  max-width: 590px;
  margin: 10px auto; }
.home-statistic .fit-text {
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 1em;
  font-size: 2.75rem; }

.home-initiatives .initiative {
  border-bottom: 2px solid #00274C;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem; }
  .home-initiatives .initiative:last-child {
    border-bottom: 0px;
    margin-bottom: 0rem; }
  .home-initiatives .initiative a {
    color: #00274C;
    text-decoration: underline; }

.member-quote {
  color: #00274C; }
  .member-quote cite {
    font-style: normal;
    display: block; }
    .member-quote cite.author {
      font-weight: 700;
      font-size: 1.1rem; }
  .member-quote hr {
    max-width: 300px;
    margin: 20px auto;
    border-top: 4px solid #00818F; }
  .member-quote .quote-title {
    font-size: 2rem;
    font-weight: 600; }
  .member-quote .quote-container {
    background: #F0D83D;
    position: relative;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border-top-right-radius: 2rem;
    padding: 2rem 1.5rem;
    margin: 0 auto;
    margin-bottom: 60px;
    max-width: 861px; }
    .member-quote .quote-container .quote-tail {
      position: absolute;
      width: 12%;
      top: 99%;
      right: 0px; }

.about-intro hr {
  border-top: 4px solid #F0D83D;
  margin: 10px auto;
  max-width: 320px; }
.about-intro p {
  max-width: 430px;
  margin: 20px auto; }
@media screen and (max-width: 991px) {
  .about-intro {
    max-width: 100%; } }

.about-content .callout-text {
  font-weight: 700; }
.about-content .icon-title {
  margin-bottom: 1rem; }
  .about-content .icon-title img {
    width: 30%;
    max-width: 180px;
    display: inline-block;
    margin-left: -1rem; }
  .about-content .icon-title h2 {
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 4px; }

.form-container .form-control {
  border: 2px solid #09274c; }

.icon-initiative .initiative-icon {
  max-width: 230px;
  margin: 15px auto;
  display: block;
  width: 100%; }

.search-bar {
  background: #00818F;
  color: white; }
  .search-bar .row {
    justify-content: space-between; }
  .search-bar div[data-lastpass-icon-root] {
    display: none; }
  .search-bar .form-group {
    padding: 0px 15px;
    flex-grow: 1; }
  .search-bar .form-control {
    display: inline-block;
    width: 100%;
    max-width: 380px; }

.map-view .svg-map {
  display: none; }
  .map-view .svg-map path {
    cursor: pointer; }
    .map-view .svg-map path:hover {
      opacity: .9; }
  .map-view .svg-map .county-select.active {
    fill: #F0D83D !important;
    opacity: 1; }
.map-view .map-toggle {
  cursor: pointer; }

.search-service {
  border-top: 5px solid #00818F; }
  .search-service .image-container {
    height: 250px;
    max-width: 250px;
    width: 100%;
    margin: 0px auto 20px; }
    .search-service .image-container img {
      object-fit: contain;
      object-position: center center;
      height: 100%;
      width: 100%; }
  .search-service .services-list .icon-service {
    position: relative; }
    .search-service .services-list .icon-service p {
      padding-top: 5px;
      margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .search-service .image-container {
      height: auto; }
      .search-service .image-container img {
        object-fit: initial;
        margin-bottom: 30px; } }

.listing-member .member-image {
  width: 150px;
  height: 150px;
  margin: 0 auto 10px; }
  .listing-member .member-image img {
    object-fit: contain;
    object-position: center center;
    height: 100%;
    width: 100%; }
.listing-member a {
  font-weight: 600;
  color: #00274C;
  font-size: 1.3rem;
  line-height: 1.3em; }
@media screen and (max-width: 575px) {
  .listing-member {
    border-top: 3px solid #00818F;
    padding-top: 24px; }
    .listing-member .member-image {
      height: auto; }
      .listing-member .member-image img {
        object-fit: initial;
        height: auto;
        width: 220px; } }

@media screen and (max-width: 575px) {
  .member-listing .col-sm-6:first-child .listing-member {
    border-top: 0px; } }

.member-page .search-service {
  border-top: 0px; }
.member-page .col-md-9 {
  border-left: 5px solid #00818F; }
@media screen and (max-width: 767px) {
  .member-page .col-md-9 {
    border-left: 0px; } }

/*# sourceMappingURL=main.css.map */
