/*Colors*/
/*.black {
    color: #000;
}



.bg-black {
    background-color: #000;
}*/


.reset-a, .reset-a:hover, .reset-a:visited, .reset-a:focus, .reset-a:active {
    text-decoration: none;
    color: inherit;
    outline: 0;
    cursor: auto;
}

.router-link-exact-active {
    background: #bfeb30 !important;
    color: #002235 !important;
    text-decoration: underline;
}

.main-content-container p a:hover {
    background-color: #00857f;
    color: white;
    text-decoration: none;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: -4px;
    margin-right: -4px;
}

.main-content-container ul {
    margin: 20px 0 40px 20px;
}

    .main-content-container ul li {
        position: relative;
        margin-bottom: 10px;
    }

        .main-content-container ul li::before {
            content: "";
            border-radius: 50%;
            width: 3px;
            height: 3px;
            top: 10px;
            left: -23px;
            background: #000;
            position: absolute;
        }

.main-content-container img {
    height: auto;
}

.main-content-container .compact-table {
    border-collapse: collapse;
    table-layout: fixed;
}

.main-content-container .borderless-table {
    border-style: hidden;
    table-layout: fixed;
}

    .main-content-container .compact-table td, .main-content-container .borderless-table td {
        vertical-align: top;
    }

.main-content-container img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.main-content-container img.left {
    float: left;
    margin-right: 32px;
    margin-bottom: 32px;
}

.main-content-container img.right {
    float: right;
    margin-left: 32px;
    margin-bottom: 32px;
}

.main-content-container .left {
    text-align: left;
}

.main-content-container .center {
    text-align: center;
}

.main-content-container .right {
    text-align: right;
}

.main-content-container .justify {
    text-align: justify;
}

strong {
    font-weight: 600;
}

img {
    object-fit: cover;
    max-width: 100%;
}

@keyframes fade-in {
    0% {
        opacity: 0%;
    }

    100% {
        opacity: 100%;
    }
}

ul.chw-primary-nav__items-wrapper > li {
    position: initial;
    transition: background 0.4s;
}

.chw-primary-nav__link {
    display: flex;
    flex-direction: row;
    gap: 8px;
    position: relative;
    height: 100%;
    border-block: 6px solid transparent;
    background: hsla(0,0%,100%,0);
    padding: 0 8px;
    transition: all .39s cubic-bezier(.25,.46,.45,.94);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
}

    .chw-primary-nav__link:not(.active):is(:hover, :focus-visible) {
        border-bottom-color: #bfeb30;
    }

        .chw-primary-nav__link:not(.active):is(:hover, :focus-visible) .chevron-down {
            color: #bfeb30;
        }

    .chw-primary-nav__link.active {
        border-top-color: #bfeb30;
    }

.navigation-overlay {
    position: absolute;
    width: 100vw;
    max-width: 1350px;
    height: fit-content;
    max-height: calc(100vh - 149px);
    overflow-y: auto;
    scrollbar-width: thin;
    background: white;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    left: 50vw;
    transform: translateX(-50%);
    opacity: 0%;
    display: none;
    gap: 20px 50px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
}

    .navigation-overlay::-webkit-scrollbar {
        background: transparent;
        width: 0px;
    }

ul.chw-primary-nav__items-wrapper > li > .chw-primary-nav__link.active + .navigation-overlay {
    opacity: 100%;
    display: grid;
    animation: fade-in 0.4s;
    animation-fill-mode: forwards;
    box-shadow: 0px 5px 15px rgba(0,0,0, 0.2);
    z-index: -1;
    border-color: #ccc;
    border-style: none solid solid solid;
    border-width: 1px;
}

.chw-primary-nav__link.active {
    background-color: #fff;
}

ul.chw-primary-nav__items-wrapper > li:active > a > .chw-primary-nav__link__text {
    color: initial;
}

.chw-nav-overlay__list > li > a {
    width: 100%;
}

.navigation-overlay > a {
    text-decoration: none;
}

    .navigation-overlay > a > .chw-nav-card__image-wrapper {
        width: 100%;
        height: 120px;
        border-bottom: 4px solid #bfeb30;
        overflow: hidden;
        margin-bottom: 25px;
    }

        .navigation-overlay > a > .chw-nav-card__image-wrapper > img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform: scale(100%);
            transition: transform 0.4s;
        }

    .navigation-overlay > a:hover > .chw-nav-card__image-wrapper > img {
        transform: scale(110%);
        transition: transform 0.4s;
        object-fit: cover;
    }

    .navigation-overlay > a > h2 {
        color: #002235;
        font-size: 24px;
        line-height: 28px;
        font-weight: 500;
        margin-bottom: 7px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        text-decoration: none;
        gap: 10px;
    }

        .navigation-overlay > a > h2 > svg {
            color: #00857f;
        }

    .navigation-overlay > a > p {
        color: #000;
    }

.chw-primary-nav__items-wrapper > li > a > .chevron-down {
    transition: color 0.4s, transform 0.4s;
    transform: rotate(0deg);
}

.chw-primary-nav__items-wrapper > li > a.active {
    color: #000;
}

    .chw-primary-nav__items-wrapper > li > a.active > .chevron-down {
        transition: color 0.4s, transform 0.4s;
        transform: rotate(180deg);
    }

#search:focus {
    border: none;
    outline: none;
}

.rv-card__image {
    width: 100%;
    object-fit: cover;
}

.card-heading {
    margin-bottom: 25px;
}

.title {
    font-weight: 700;
}

.chw-sidebar-nav__middle-level {
    margin: 0;
}

table tbody tr:nth-child(odd) {
    background: rgba(0,0,0,.03);
}

table tbody td {
    font-size: 16px;
    font-weight: 300;
    padding: 8px 25px;
}

table {
    margin-bottom: 50px;
}

.video-embed {
    width: 100%;
    aspect-ratio: 16/9;
}

.image-embed {
    display: block;
    width: 100%;
    min-height: 400px;
}

.rv-carousel__navigation {
    filter: drop-shadow(0 2px 5px rgba(0,0,0,0.4));
}

.rv-carousel__details {
    margin-right: 30px;
}

.rv-carousel__slide {
    max-width: 100%;
}

.chw-sitemap__list--1 > li > a {
    font-weight: 700;
}

.water-storage-levels {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 1024px) {
    .water-storage-levels {
        flex-direction: row;
    }
}

.rv-banner__picture img.rv-banner__image {
    object-position: 75%;
}


ol li {
    margin-bottom: 20px;
}

    ol li::marker {
        font-weight: 700;
    }

.rv-breadcrumbs__item {
    margin-bottom: 0;
}

a {
    color: #00857f;
}

    a[href^="Tel:"] {
        display: inline-block;
    }

.scrollable-overflow-x {
    overflow-x: auto;
    background-image: linear-gradient(90deg,#fff,#fff),linear-gradient(90deg,#fff,#fff),linear-gradient(90deg,rgba(0,0,20,.5),hsla(0,0%,100%,0)),linear-gradient(270deg,rgba(0,0,20,.5),hsla(0,0%,100%,0));
    background-position: 0,100%;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 20px 100%,20px 100%;
    background-attachment: local,local,scroll,scroll;
}

    .scrollable-overflow-x::-webkit-scrollbar {
        border-radius: 10px;
        background: #dddcdd;
        height: 11px;
    }

.NewsDetailPage .main-content-container {
    line-height: 27px;
    font-weight: 300;
}

.share-to-socials .social-list {
    width: fit-content;
}

.social-list {
    gap: 20px;
}

.chw-search-tabs__button {
    transition-property: background-color;
}

.chw-search-tabs__button--hidden:focus-visible {
    border-bottom: solid 4px #bfeb30;
    padding-bottom: 16px;
    outline: none;
}

.chw-search-tabs__button--active:focus-visible {
    border-bottom: solid 4px #00857f;
    padding-bottom: 16px;
    outline: none;
}

.landing-page-navigation--list {
    display: grid;
    width: 100%;
    list-style: none;
    background: #fff;
    margin: 0;
    padding: 0;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(auto, auto);
}

@media (min-width: 1024px) {
    .landing-page-navigation--list {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: minmax(auto,auto);
        row-gap: 0;
        column-gap: 120px;
    }
}

.landing-page-navigation .landing-page-navigation--card-wrapper {
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    color: #000;
}

.landing-page-navigation .landing-page-navigation--card-image-wrapper {
    position: relative;
    margin: auto;
    overflow: hidden;
    height: 116px;
    width: 100%;
}

.landing-page-navigation .landing-page-navigation--card-image {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    height: 116px;
    transform: scale(1);
    transition: transform .42s cubic-bezier(.25,.46,.45,.94);
}

.landing-page-navigation .landing-page-navigation--card-separator {
    border: 2px solid #bfeb30;
    margin: 0 0 14px 0;
    box-sizing: border-box;
}

.landing-page-navigation .landing-page-navigation--card-heading {
    color: #002235;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 7px;
    padding-right: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.landing-page-navigation .landing-page-navigation--card-wrapper:hover .landing-page-navigation--card-image {
    transition: transform .42s cubic-bezier(.25,.46,.45,.94);
    transform: scale(1.1);
}

.landing-page-navigation .landing-page-navigation--card-wrapper .landing-page-navigation--card-arrow {
    transform: translate(-10px,-50%);
    margin-left: 8px;
    position: absolute;
    right: 0;
    top: 15px;
    transition: transform .42s cubic-bezier(.25,.46,.45,.94),-webkit-transform .42s cubic-bezier(.25,.46,.45,.94);
}

.landing-page-navigation .landing-page-navigation--card-wrapper:hover svg {
    transform: translateY(-50%);
}

.landing-page-navigation .landing-page-navigation--card-body {
    margin-top: 0;
    margin-bottom: 32px;
}

.chw-image-and-form-container {
    margin-top: 55px;
}

.chw-image-and-form__image {
    position: relative;
    aspect-ratio: 541 / 454;
}

.chw-image-and-form__img {
    mask-image: url(/img/droplets-mask.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 17.5%;
    width: 63.5%;
    height: 64.5%;
}

.main-content-container .chw-image-and-form__img {
    height: 64.5%;
}

.chw-image-and-form__overlay {
    background-image: url(/img/droplets-overlay.svg);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.chw-image-and-form__wrapper {
    width: 100%;
    display: flex;
}

    .chw-image-and-form__wrapper.vertical {
        flex-direction: column;
        align-items: center;
    }

    .chw-image-and-form__wrapper.horizontal {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px;
    }

    .chw-image-and-form__wrapper textarea.form-control,
    .chw-image-and-form__wrapper input.form-control[type="text"],
    .chw-image-and-form__wrapper input.form-control[type="email"],
    .chw-image-and-form__wrapper select.form-control {
        margin-bottom: 5px;
    }

    .chw-image-and-form__wrapper .ktc-default-section ~ input[type="submit"] {
        margin-top: 15px;
        background-color: #002235;
    }

.chw-image-and-form__image {
    position: relative;
    display: block;
}

.chw-image-and-form__mask {
    position: absolute;
    z-index: 2;
    top: -2px;
    left: -2px;
    width: 50%;
    height: auto;
}

.chw-image-and-formv__img {
    max-width: 48%;
}

.chw-image-and-formv__heading {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.chw-image-and-formv__desc {
    max-width: 58%;
    text-align: center;
}

.chw-image-and-formv__heading-text {
    text-align: center;
}

.chw-image-and-form__desc {
    max-width: 100%;
    text-align: center;
}

.chw-image-and-form__wrapper.vertical .chw-image-and-form__image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.chw-image-and-form__wrapper.vertical .chw-image-and-form__image {
    width: 100%;
    margin-bottom: -15%;
}

.chw-image-and-form__heading-text {
    font-weight: 500;
    text-align: center;
}

@media (min-width: 768px) {
    .chw-image-and-form__image-wrapper,
    .chw-image-and-form__form-wrapper {
        flex: 1;
    }

    .chw-image-and-form__wrapper.vertical .chw-image-and-form__heading-text {
        max-width: 58%;
        display: block;
        font-weight: 500;
        text-align: center;
    }

    .chw-image-and-form__desc {
        position: relative;
        top: 0px;
        max-width: 100%;
        text-align: center;
    }

    .chw-image-and-form__wrapper.vertical .chw-image-and-form__heading {
        min-width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 2;
    }
}

@media (max-width: 768px) {
    .chw-image-and-form__image-wrapper,
    .chw-image-and-form__form-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .chw-image-and-form__image {
        position: relative;
        display: block;
        width: 88%;
        margin-bottom: 80px;
    }

    .chw-image-and-form__mask {
        position: absolute;
        z-index: 2;
        top: -2px;
        left: -2px;
        width: 90%;
        height: auto;
    }

    .chw-image-and-form__wrapper.vertical .chw-image-and-form__heading-text {
        max-width: 90%;
        display: block;
        font-weight: 500;
    }

    .chw-image-and-form__heading-text {
        min-width: 100%;
        display: block;
        text-align: center;
        font-weight: 500;
    }

    .chw-image-and-form__desc {
        position: relative;
        top: 0px;
        max-width: 90%;
        text-align: center;
    }

    .chw-image-and-form__wrapper.vertical .chw-image-and-form__desc {
        max-width: 90%;
    }

    .chw-image-and-form__heading {
        position: relative;
        z-index: 2;
        max-width: 90%;
        text-align: center;
    }

    .chw-image-and-form__image-wrapper div[id^=form-] {
        width: 90%;
    }
}

.chw-image-and-form__image-wrapper .field-validation-error {
    margin-top: 0;
}

.chw-image-and-form__form-wrapper .formwidget-submit-text {
    text-align: center;
}

.profile {
    margin-bottom: 24px;
}
.profile-label {
    border: solid 1px #dcdcdc;
    border-radius: 3px;
    padding: 32px;
    display: flex;
    flex-direction: row;
    gap: 40px;
    cursor: pointer;
}
.profile-content {
    width: min-content;
    flex-grow: 1;
}
.profile-heading {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    color: #002235;
}
.profile-collapsed .profile-label:hover {
    background-color: #002235;
}
.profile-collapsed .profile-label:hover .profile-heading {
    color: #fff;
}
.profile-name {
    font-size: 20pt;
    margin-bottom: 0;
    grid-column: 1 / 2;
    color: inherit;
}
.profile-role {
    grid-column: 1 / 2;
    color: inherit;
}
.profile-appointed-dates {
    grid-column: 1 / 2;
    color: inherit;
}
.profile-button {
    background: none;
    border: none;
    grid-column: 2 / 3;
    grid-row: 1;
    color: inherit;
    cursor: pointer;
}
.profile-expand, .profile-collapse {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 600;
    gap: 15px;
}
.main-content-container .profile-image {
    height: 150px;
    width: auto;
    border-radius: 8px;
    object-fit: contain;
}
 