/* {# ---------------------Fonts--------------------- #} */
@font-face {
    font-family: 'icomoon';
    src: url('/css/fonts/icomoon.eot?dq86xz');
    src: url('/css/fonts/icomoon.eot?dq86xz#iefix') format('embedded-opentype'),
        url('/css/fonts/icomoon.ttf?dq86xz') format('truetype'),
        url('/css/fonts/icomoon.woff?dq86xz') format('woff'),
        url('/css/fonts/icomoon.svg?dq86xz#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    /* font-display: block; */
}

:root {
    --bws-primary-green: #007e7e;
    --bws-secondary-green: #23527c;
    --bws-primary-yellow: #ffd067;
    --bws-danger: #e22f24;
    --bws-grey: #f6f6f6;
}

[class^='icon-'],
[class*=' icon-'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: '\e92f';
}

.icon-other:before {
    content: '\e900';
}

.icon-envelope:before {
    content: '\e901';
}

.icon-byphone .path1:before {
    content: '\e902';
    color: #e79647;
}

.icon-byphone .path2:before {
    content: '\e903';
    margin-left: -1em;
    color: #ffffff;
}

.icon-satellite .path1:before {
    content: '\e904';
    color: #e79647;
}

.icon-satellite .path2:before {
    content: '\e905';
    margin-left: -1em;
    color: #ffffff;
}

.icon-online .path1:before {
    content: '\e906';
    color: #e79647;
}

.icon-online .path2:before {
    content: '\e907';
    margin-left: -1em;
    color: #ffffff;
}

.icon-inperson .path1:before {
    content: '\e908';
    color: #e79647;
}

.icon-inperson .path2:before {
    content: '\e909';
    margin-left: -1em;
    color: #ffffff;
}

.icon-automatic .path1:before {
    content: '\e90a';
    color: #e79647;
}

.icon-automatic .path2:before {
    content: '\e90b';
    margin-left: -1em;
    color: #ffffff;
}

.icon-mail .path1:before {
    content: '\e90c';
    color: #e79647;
}

.icon-mail .path2:before {
    content: '\e90d';
    margin-left: -1em;
    color: #ffffff;
}

.icon-mail .path3:before {
    content: '\e90e';
    margin-left: -1em;
    color: #ffffff;
}

.icon-mail .path4:before {
    content: '\e90f';
    margin-left: -1em;
    color: #ffffff;
}

.icon-mobile-menu:before {
    content: '\e910';
}

.icon-bws-logo:before {
    content: '\e911';
}

.icon-nixle:before {
    content: '\e912';
}

.icon-youtube:before {
    content: '\e913';
}

.icon-tumblr:before {
    content: '\e914';
}

.icon-instagram:before {
    content: '\e915';
}

.icon-twitter:before {
    content: '\e916';
}

.icon-facebook:before {
    content: '\e917';
}

.icon-topbutton .path1:before {
    content: '\e918';
    color: #404041;
}

.icon-topbutton .path2:before {
    content: '\e919';
    margin-left: -1em;
    color: #ffffff;
}

.icon-topbutton .path3:before {
    content: '\e91a';
    margin-left: -1em;
    color: #ffffff;
}

.icon-topbutton .path4:before {
    content: '\e91b';
    margin-left: -1em;
    color: #ffffff;
}

.icon-topbutton .path5:before {
    content: '\e91c';
    margin-left: -1em;
    color: #ffffff;
}

.icon-logoicon:before {
    content: '\e91d';
}

.icon-meeting:before {
    content: '\e91e';
}

.icon-event:before {
    content: '\e91f';
}

.icon-workshop:before {
    content: '\e920';
}

.icon-twittwr:before {
    content: '\e921';
}

.icon-megaphone:before {
    content: '\e922';
}

.icon-talk:before {
    content: '\e923';
}

.icon-lifesaver:before {
    content: '\e924';
}

.icon-check:before {
    content: '\e925';
}

.icon-angle-up:before {
    content: '\e926';
}

.icon-angle-down:before {
    content: '\e927';
}

.icon-angle-left:before {
    content: '\e928';
}

.icon-angle-right:before {
    content: '\e929';
}

.icon-chevron-circle-left:before {
    content: '\e92a';
}

.icon-chevron-circle-right:before {
    content: '\e92b';
}

.icon-cross:before {
    content: '\e92c';
}

.icon-alert:before {
    content: '\e930';
}

.icon-alert2:before {
    content: '\e931';
}

.icon-alert3:before {
    content: '\e935';
    color: #009f9e;
}

.icon-nextdoor:before {
    content: '\e934';
}

.icon-hnlinfo:before {
    content: '\e933';
}

.icon-nixle2:before {
    content: '\e932';
}

.icon-file-pdf:before {
    content: '\e92e';
}

.icon-dot-single1:before {
    content: '\e92d';
}

/* {# ---------------------Custom Icons--------------------- #} */
.icon-email {
    width: 40px;
    clear: both;
}

/* {# ---------------------Header CSS--------------------- #} */
.gray_header {
    background: var(--bws-grey);
    height: 74px;
}

/* {# ---------------------Global CSS--------------------- #} */
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 24px;
    font-family: 'proxima-nova', sans-serif;
    border-left: 15px solid #404041;
}

img {
    /* display: block; */
    max-width: 100%;
    height: auto;
}

img[alt='external link'],
img[alt='site link'],
img[alt='link to file'] {
    max-width: 1rem;
    max-height: 1rem;
}

h1 {
    font-size: 34px;
    font-family: 'Roboto Slab';
    font-weight: 300;
}

h2 {
    font-size: 26px;
    font-family: 'Roboto Slab';
}

h3 {
    font-size: 22px;
    font-family: 'Roboto Slab';
}

h4 {
    font-size: 18px;
    font-family: 'Roboto Slab';
}

h5 {
    font-size: 16px;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 400;
}

h6 {
    font-size: 12px;
    font-family: 'Roboto Slab';
}

.main-container h2 {
    font-family: 'Roboto Slab';
    font-weight: 300;
    font-size: 26px;
    margin: 2.2em 0 0.5em 0;
}

.main-container h4 {
    font-family: 'Roboto Slab';
    font-weight: 300;
    font-size: 18px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.font-h4 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}

.font-h5 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}

p {
    margin: 0px 0px 27px;
}

b,
strong {
    font-weight: 700;
}

a {
    color: var(--bws-primary-green);
    text-decoration: none;
    transition: all 0.1s ease;
}

a:focus,
a:hover {
    color: var(--bws-secondary-green);
    text-decoration: underline;
}

.btn {
    display: inline-block;
    min-width: 132px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    font-family: 'proxima-nova', sans-serif;
}

.btn:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    text-decoration: none;
}

.btn.btn-primary,
.btn.btn-primary:hover {
    background: var(--bws-primary-green);
    color: #fff;
    border: none;
}

time {
    font-style: italic;
    color: #929497;
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
}

main {
    font-family: 'proxima-nova', sans-serif;
    font-size: 18px;
    margin-bottom: 100px;
}

main tbody,
main td,
main tfoot,
main th,
main thead,
main tr {
    border-width: inherit;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

main ul,
main ol {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    line-height: 1.3;
    padding: 0;
    padding-inline-start: 40px;
}

li {
    margin: 9px 0px;
}

main li {
    margin: 0.5em 0;
    line-height: 1.3;
}

main .file-list {
    list-style: none;
    padding-inline-start: 0;
}

main .file-list-pdf li::before {
    font-family: 'bootstrap-icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    content: '\F63E';
    color: var(--bws-danger);
    line-height: 1;
    text-transform: none;
    display: inline-block;
    width: 22px;
    --webkit-font-smoothing: antialiased;
}

.expandable {
    cursor: pointer;
}

.expandable-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.1s ease-out;
}

.all-bold * {
    font-weight: bold;
}

.for-screen-reader {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}

.vimeo-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.vimeo-responsive iframe,
.vimeo-responsive object,
.vimeo-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

ul.slides1 {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

ul.slides1 li {
    float: left;
}

ul.slides1 li .square {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    background: var(--bws-grey);
    border: 1px solid #c8c8c8;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

ul.slides1 li .square img,
ul.slides1 li .square video {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

ul.slides1 li figcaption {
    font-size: 12px;
    font-style: normal;
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

ul.slides1 li figcaption span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

#mediaModal .item {
    position: relative;
}

#mediaModal .carousel-caption {
    display: block !important;
    background: rgba(0, 0, 0, 0.75);
}

#mediaModal .carousel-caption p,
#mediaModal .carousel-caption a,
#mediaModal .carousel-caption a:active,
#mediaModal .carousel-caption a:visited,
#mediaModal .carousel-caption a:hover {
    color: #fff;
}

#mediaModal .carousel-caption a {
    text-decoration: underline;
}

.imgBorder {
    border-width: 1px;
    border-style: solid;
}

.imgBorderT {
    border-width: 2px;
    border-style: solid;
}

div.dt-datetime table td.selectable button:hover {
    background: var(--bws-primary-green);
    color: white;
}

.dt-paging-button:not(.disabled) button {
    color: var(--bws-primary-green);
}

.dt-paging-button.active button {
    background: var(--bws-primary-green);
    color: white;
}

.dt-search input.form-control-sm {
    font-family: proxima-nova, sans-serif;
    font-size: 18px; /* matches regular form-control */
    padding: 0.375rem 0.75rem;
    height: auto;
    width: 50%;
    border-radius: 0;
    color: #000;
}

.dt-buttons.btn-group .btn {
    background: var(--bws-primary-green);
    color: white;
}

.d-search {
    margin-bottom: 50px;
}

.d-search .text-wrap {
    border: 1px solid #bbb;
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px;
}

.d-search .text-wrap div {
    float: left;
    width: 100%;
    padding: 0 50px 0 0;
}

.d-search .text-wrap .d-text {
    float: left;
    width: 100%;
    border: none;
    padding: 12px 45px 12px 20px;
    height: 50px;
}

.d-search .text-wrap .d-sub {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: var(--bws-primary-green);
    border: none;
    padding: 0;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 20px;
    color: #fff;
}

.d-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: block;
}

.d-list li {
    display: block;
    background: var(--bws-grey);
    padding: 10px 20px;
    margin: 0;
}

.d-list li:nth-child(even) {
    background: #fff;
}

#commonDiv {
    margin: 0 0 60px;
}

#commonDiv h4,
#formHeading h4 {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 500;
    font-size: 18px;
}

#commonDiv h3 button {
    font-size: 24px;
    font-weight: 300;
    color: var(--bws-primary-green);
}

#commonDiv .accordion-button:not(.collapsed) {
    background-color: var(--bws-grey);
}

#commonDiv .accordion-button:not(.collapsed)::after {
}

#commonDiv .accordian-item {
    border-bottom: 1px solid #ccc;
    font-family: 'Roboto Slab';
    background: #fff;
}

#commonDiv .accordion-body p {
    margin: 0 0 10px;
}

.simple-pagination li span,
.simple-pagination li a,
.simple-pagination li .ellipse {
    background: #fff;
    box-shadow: none;
    border-color: rgb(222, 226, 230);
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--bws-primary-green);
    padding: 6px 12px;
}

.simple-pagination li a:hover {
    background: #f8f9fa;
    box-shadow: none;
    border-color: rgb(222, 226, 230);
    color: var(--bws-primary-green);
}

.simple-pagination li .current {
    background: var(--bws-primary-green);
    color: #fff;
}

.simple-pagination li .current.prev,
.simple-pagination li .current.next,
.simple-pagination li .ellipse {
    color: rgba(33, 37, 41, 0.75);
    pointer-events: none;
    background: none;
    background-color: #e9ecef;
}

.simple-pagination li .current,
.simple-pagination li .prev,
.simple-pagination li .next,
.simple-pagination li .ellipse {
    border-color: rgb(222, 226, 230);
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media only screen {
    .for-screen-reader {
        display: none;
    }
}

/* {# ---------------------Modals--------------------- #} */
.modal-content {
    border-radius: 6px;
}

.modal-dialog h3,
.modal-dialog h2,
.modal-dialog p {
    font-family: 'proxima-nova', sans-serif;
    color: #404041;
}

.modal-dialog .modal-title {
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}

.modal-body h2 {
    font-size: 30px;
    margin: 20px 0 10px;
    font-weight: 500;
}

.modal-dialog .btn-close {
    font-size: 8px;
    font-weight: 1000;
    float: right;
    margin-top: 0px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.modal-dialog .btn-close span#close {
    display: none;
}

#mediaModal .btn-close {
    margin-top: 0;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 18px;
}

#mediaModal .btn-close span {
    font-size: 0px;
}

#mediaModal .modal-body {
    padding-top: 45px;
}

#mediaModal .item img {
    margin-left: auto;
    margin-right: auto;
}

#mediaModal .slick-prev {
    left: 10px;
    z-index: 1000;
}
#mediaModal .slick-next {
    right: 25px;
    z-index: 1000;
}

#mediaModal .slick-prev:before,
#mediaModal .slick-next:before {
    font-size: 36px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
}

@media (max-width: 767px) and (min-width: 0) {
    img.img-responsive {
        max-width: 50%;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        min-width: 600px;
        margin: 30px auto;
    }
}

@media (min-width: 768px) and (max-width: 9999px) {
    main .pull-right-50p {
        float: right;
        width: 47%;
        margin-left: 3%;
    }

    main .pull-left-50p {
        float: left;
        width: 47%;
        margin-right: 3%;
    }

    main .pull-left-30p {
        float: left;
        width: 27%;
        margin-right: 3%;
    }

    main .pull-right-30p {
        float: right;
        width: 27%;
        margin-left: 3%;
    }
}

/* {# ---------------------Heading--------------------- #} */
.header-title {
    background: #ffd167;
    display: block;
    border-top: 10px solid var(--bws-primary-green);
}

.header-title h1 {
    font-size: 34px;
    text-transform: uppercase;
    font-family: 'Roboto Slab';
    padding: 21px 0;
    margin: 0;
    line-height: 1.2;
    font-weight: 300;
}

.header-title:before {
    content: '';
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 10px solid #7ad3f7;
}

@media (min-width: 0) and (max-width: 767px) {
    .header-title:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-top: 10px solid #7ad3f7;
    }
    .header-title {
        background: #ffd167;
        position: relative;
        margin-bottom: 56px;
        border-top: 10px solid var(--bws-primary-green);
    }
    .header-title h1 {
        font-size: 34px;
        text-transform: uppercase;
        font-family: 'Roboto Slab';
        padding: 21px 0;
        margin: 0;
        line-height: 1.2;
        font-weight: 300;
        margin-top: 10px;
    }
}

/* {# ---------------------Hero Banner--------------------- #} */
.banner-content {
    font-family: 'Roboto Slab';
    font-weight: 300;
    color: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding-bottom: 11px;
    font-size: 36px;
}

.banner {
    background-size: cover !important;
    height: 346px;
    width: 100%;
    border-bottom: 10px solid var(--bws-primary-green);
}

/* {# ---------------------Pencil Strip--------------------- #} */
#app-pencil-strip {
    background-color: var(--bws-primary-green);
    padding: 4px 0;
}

#app-pencil-strip .pencil-strip-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#app-pencil-strip .right-col {
    display: flex;
    flex-wrap: nowrap;
}

#google_translate_element {
    margin-left: 15px;
}

#google_translate_element img {
    display: inline-block;
}

a.pencil-strip-link {
    color: #fff;
    cursor: pointer;
    font-family: 'proxima-nova', sans-serif;
}

@media (min-width: 992px) {
    #google_translate_element {
        margin-right: 15px;
    }
}

/* {# ---------------------Search Bar--------------------- #} */
.iconbwslogo {
    overflow: hidden;
    opacity: 0.99;
    color: #4facad;
    text-align: left;
    vertical-align: middle;
    width: 210px;
    height: 50px;
    margin-top: 10px;
}

section#top ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    text-align: right;
    font-family: 'proxima-nova', sans-serif;
}

section#top ul li {
    display: inline-block;
    margin: 10px 15px;
    font-size: 15px;
}

section#top .account {
    background: var(--bws-primary-green);
    color: #fff;
    padding: 12px 15px;
}

section#top .account:hover {
    color: #fff;
    padding: 12px 15px;
}

section#top a {
    color: #404041;
    text-decoration: none;
    font-family: 'proxima-nova', sans-serif;
}

section#top a:hover {
    color: var(--bws-primary-green);
    text-decoration: underline;
}

@media (max-width: 990px) {
    section#top ul {
        display: none;
    }
}

/* {# ---------------------Content Body--------------------- #} */
.main-container h2:first-child {
    margin-top: 0px;
}

.main-container ul > li > ul {
    margin-top: 0;
}

.container.has-sidebar,
.container.main-container {
    margin-top: 56px;
}

nav.sub h2 {
    margin-top: 0;
}

nav.sub h2.head {
    margin: 0;
    color: var(--bws-primary-green);
    font-family: 'proxima-nova', sans-serif;
    font-size: 18px;
    display: block;
    border-bottom: 1px solid #e0e1e3;
    padding-bottom: 12px;
    line-height: 1;
}

nav.sub ul {
    margin-top: 0;
}

nav.sub ul li {
    margin-top: 0;
    margin-bottom: 0;
}
nav.sub a {
    display: block;
}

nav.sub ul a,
nav.sub button[type='submit'] {
    font-family: 'Roboto Slab';
    font-weight: 300;
    color: #404041;
    font-size: 15px;
    display: block;
    padding: 12px 10px;
    transition: all 0.1s ease;
}

nav.sub ul a:hover,
nav.sub ul a:focus,
nav.sub button[type='submit']:hover,
nav.sub button[type='submit']:focus {
    color: var(--bws-primary-green);
    text-decoration: underline;
}

nav.sub button:not([type='submit']) {
    position: relative;
    border: none;
    background: none;
    width: 40px;
    height: 44px;
}

nav.sub button[type='submit'] {
    border: none;
    background: none;
    border-bottom: 1px solid #e0e1e3;
    width: 100%;
    text-align: left;
}

nav.sub ul .nav-item > a.nav-link,
nav.sub ul > li.deeper > div:first-child {
    border-bottom: 1px solid #e0e1e3;
}

nav.sub button > i {
    /* display: none; */
    font-size: 0;
}

nav.sub button > i:after {
    color: var(--bws-primary-green);
    font-family: icomoon;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    font-size: 24px;
}

nav.sub button.collapsed > i:after {
    content: '';
}

.container.has-sidebar .sidebar nav h2.head button {
    display: none;
}

.container.has-sidebar .sidebar nav ul.collapse:not(.show) {
    display: flex;
}

nav.sub ul li ul {
    background: #f9f9f9;
}

nav.sub ul li ul a {
    padding-left: 22px;
    padding-right: 30px;
    font-size: 13px;
}

@media (max-width: 767px) {
    main {
        position: relative;
    }

    #mobile-sidebar-placeholder {
        display: block;
        height: 74px;
    }
    .container.has-sidebar .sidebar {
        float: none !important;
        position: absolute;
        top: 17px;
        left: 0;
        width: 100%;
        z-index: 100;
        font-weight: 300;
    }
    .container.has-sidebar {
        max-width: 100%;
    }

    .container.has-sidebar .main-container {
        width: 100%;
    }

    .container.has-sidebar .sidebar nav h2.head {
        background: var(--bws-primary-green);
        font-weight: 300;
        text-align: center;
        line-height: 1;
        padding: 0px;
        position: relative;
        border: none;
    }

    .container.has-sidebar .sidebar nav h2.head a {
        color: #fff;
    }

    .container.has-sidebar .sidebar nav h2.head button {
        display: block;
    }

    .container.has-sidebar .sidebar nav h2.head button > i:after {
        color: #fff;
    }

    .container.has-sidebar .sidebar nav ul.collapse:not(.show) {
        display: none;
    }

    .container.has-sidebar .sidebar nav.sub > ul {
        background: #fff;
        border: 1px solid var(--bws-primary-green);
        display: block;
    }
}

.imgWidth {
    width: 100%;
}

.agencies {
    margin: 0;
}

.agencyDAR {
    height: 90px;
}

.agencySC {
    height: 98px;
}

.agencyHWEA {
    height: 65px;
}

.agencyHFD {
    height: 94px;
}

.leakDetection {
    height: 723px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}

.table.mtable tbody:nth-child(odd) td {
    background: var(--bws-grey);
}
.table.mtable tbody tr:first-child td {
    padding-top: 20px;
}
.table.mtable tbody tr:last-child td {
    padding-bottom: 20px;
}
.table.mtable tbody tr td:last-child {
    padding-right: 30px;
}
.table.mtable tbody tr td:nth-child(1) {
    padding-left: 30px;
}
.table.mtable tbody tr td:nth-child(2) {
    white-space: nowrap;
}
.table.mtable tbody td {
    line-height: 1.15;
    font-size: 16px;
}
.table.mtable h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: -15px;
}
.table.mtable h4 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 2px 0;
}
.mtable h4 {
    margin-bottom: -10px;
}
.mtable tbody,
.mtable td,
.mtable tfoot,
.mtable th,
.mtable thead,
.mtable tr {
    border-style: none;
}

@media (max-width: 576px) {
    .agencyDAR {
        max-width: 152px;
    }
}

@media (min-width: 576px) {
    .agencyCol {
        width: 16.66666667%;
    }
}

@media (min-width: 0) and (max-width: 767px) {
    .leakDetection {
        height: auto;
    }

    .table.mtable {
        display: block;
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
        max-width: none;
    }
    .table.mtable tbody:nth-child(odd) {
        background: var(--bws-grey);
    }
    .table.mtable tbody {
        display: block;
        padding: 20px 15px;
    }
    .table.mtable tbody {
        display: block;
        padding: 20px 15px;
    }
    .table.mtable tbody {
        display: block;
        padding: 20px 15px;
    }
    .table.mtable tbody tr {
        display: block;
        margin-bottom: 20px;
    }
    .table.mtable tbody tr {
        display: block;
        margin-bottom: 20px;
    }
    .table.mtable tbody tr:first-child td {
        padding-top: 20px;
    }
    .table.mtable tbody tr:last-child {
        margin-bottom: 0;
    }
    .table.mtable tbody tr td:last-child {
        padding-right: 30px;
    }
    .table.mtable tbody tr td:nth-child(1) {
        padding-left: 30px;
    }
    .table.mtable tbody tr td {
        display: block;
        padding: 0 !important;
    }
    .table.mtable tbody td {
        line-height: 1.15;
        font-size: 16px;
    }
}

@media (min-width: 767px) {
    .agencyDAR {
        max-width: 152px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .agencySC {
        height: 70px;
    }
    .agencyHWEA {
        height: 50px;
    }
    .agencyHFD {
        height: 60px;
    }
}

.projects-filtered input[type='text'] {
    width: 100%;
}

table.projectsTable {
    float: none;
    width: 100%;
    border-collapse: collapse;
}

table.projectsTable td,
table.projectsTable th {
    padding: 18px 12px;
    border: 1px solid #e0e1e3;
    font-size: 0.825em;
    vertical-align: top;
}

table.projectsTable tr td p {
    margin-bottom: 0.75em;
    line-height: 1.25em;
}

table.projectsTable tr.nodata td,
table.projectsTable tr.nodata th {
    border: none;
}

table.projectsTable td form {
    display: inline;
}
table.projectsTable td button.btn-link {
    display: inline;
    background: none;
    min-width: 0;
    padding: 0;
    margin: 0 0 0 1em;
    border: 0;
    color: var(--bws-primary-green);
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
    font-size: inherit;
    line-height: 22.275px;
}

table.projectsTable td button.btn-link:hover {
    text-decoration: underline;
    color: var(--bws-secondary-green);
}

#projectsTable {
    visibility: hidden;
}

#projectsTable.dataTable {
    visibility: visible;
}

/* {# ---------------------FAQ Articles--------------------- #} */
.article_question {
    color: var(--bws-primary-green);
    font-size: 22px;
    font-weight: 300;
    font-family: 'Roboto Slab', 'sans serif';
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e0e1e3;
    cursor: pointer;
}

.article_question:hover {
    text-decoration: underline;
}

.article_answer {
    font-size: 18px;
    line-height: 1.5;
    font-family: 'proxima-nova', 'sans serif';
    padding: 0 18px;
}

.faq-container .article_answer ul,
.faq-container .article_answer ol {
    margin-top: 0;
}

.news-list-item {
    margin: 0 0 50px 0;
}

ul.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.3;
}

ul.news-list li {
    margin: 0 0 50px 0;
}

ul.news-list li time {
    font-style: italic;
    color: #929497;
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
}

ul.news-list li h2 {
    font-size: 22px;
    font-family: 'Roboto Slab';
    margin: 0 0 0.5em 0;
    line-height: 1.3;
    font-weight: 400;
}

ul.news-list li h2 a {
    color: #404041;
    transition: all 0.1s ease;
}

ul.news-list li a:hover,
ul.news-list li a:active,
ul.news-list li a:focus {
    color: var(--bws-primary-green);
    text-decoration: none;
}

ul.news-list li p {
    margin: 0 0 1.5em;
}

ul.news-list li a.more {
    margin-top: -0.5em;
    display: block;
}

/* {# ---------------------Share Links--------------------- #} */
.share-links .share-title,
#shareOptions > p {
    font-size: 18px;
}

.share-links a,
.share-list a {
    color: #939598;
    font-size: 30px;
    margin-right: 4px;
}

.share-links a:hover,
.share-list a:hover {
    color: var(--bws-primary-green);
    text-decoration: none;
}

ul.share-list {
    margin: 0;
    padding: 0;
    margin-top: -1.5em !important;
    list-style-type: none;
}
.share-list li {
    display: inline-block;
    padding-right: 10px;
}

/* {# ---------------------Top Button--------------------- #} */
#myBtn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    position: relative;
    bottom: 35px;
    float: right;
    right: 230px;
    z-index: 99;
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #404040;
    color: white;
    border-color: #404040;
}

#myBtn:hover {
    background-color: var(--bws-primary-green);
    border-color: var(--bws-primary-green);
}

/* {# ---------------------Contact--------------------- #} */
#contact {
    background: var(--bws-grey);
    border-bottom: 14px solid var(--bws-primary-yellow);
    padding: 60px 0;
}

#contact h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    font-family: 'proxima-nova', sans-serif;
    text-transform: uppercase;
}

#contact .tel {
    font-size: 28px;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.42;
    margin-top: 0;
}

#contact .mail {
    font-size: 16px;
    margin-bottom: 0;
    font-family: 'proxima-nova', sans-serif;
}

#contact {
    text-align: center;
}

/* {# ---------------------Banner Footer portion--------------------- #} */
footer {
    border-bottom: 11px solid #404041;
    text-align: center;
    background: url('/media/aammvbso/bg-footer.jpg') top center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 66px 0 62px 0;
}

@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}

.pr {
    position: relative;
}

.logo {
    object-fit: cover;
    width: 271px;
    height: 103px;
    margin: 0 auto;
}

footer ul.links {
    margin-bottom: 24px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
}

footer ul.links li {
    margin: 0 8px;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

footer ul li {
    display: inline-block;
}

footer ul.social {
    font-size: 30px;
    margin-bottom: 10px;
}

footer ul.social li {
    margin: 0 8px;
}

footer p {
    font-size: 11px;
    margin-bottom: 0;
    font-family: 'proxima-nova', sans-serif;
}

footer a {
    color: #fff;
    font-family: 'proxima-nova', sans-serif;
}

footer a:hover {
    transition: 1ms;
    filter: brightness(0) saturate(100%) invert(35%) sepia(76%) saturate(6672%)
        hue-rotate(167deg) brightness(92%) contrast(102%);
}

footer a:hover img {
    filter: brightness(0) saturate(100%) invert(35%) sepia(76%) saturate(6672%)
        hue-rotate(167deg) brightness(92%) contrast(102%);
}

footer a:focus {
    filter: brightness(0) saturate(100%) invert(9%) sepia(93%) saturate(5972%)
        hue-rotate(13deg) brightness(89%) contrast(117%);
}

footer a:focus img {
    filter: brightness(0) saturate(100%) invert(9%) sepia(93%) saturate(5972%)
        hue-rotate(13deg) brightness(89%) contrast(117%);
}

.invert {
    filter: invert(1);
}

/* {# ---------------------Alerts--------------------- #} */
#alert-bar-container {
    background: #363839;
    color: rgb(255, 138, 128);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

#alert-bar-container p {
    display: inline;
    margin: 0;
}

#alert-bar-container a {
    color: rgb(255, 138, 128);
}

.alert-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 0;
    text-align: center;
}

.alert-bar-separator {
    color: #fff;
}

em.warning-icon:after {
    content: '\e931';
    font-family: icomoon;
    font-style: normal;
    display: block;
    text-align: center;
    position: relative;
    top: -2px;
}

em.warning-icon:after {
    content: '';
}

em.speaker-icon:after {
    content: '';
}

em.speaker-icon:after {
    content: '\e922';
    font-family: icomoon;
    font-style: normal;
    display: block;
    text-align: center;
    position: relative;
    top: 0px;
}

/* {# ---------------------File Lists (PDF UL)--------------------- #} */
.file-list1 {
    list-style: none;
    padding: 0;
    margin: 0.2em 0 0 0;
}

.file-list1 li {
    margin: 0 0 0.8em 1.2em;
    color: #aaa;
    font-size: 16px;
}

.file-list1 li::before {
    font-family: icomoon;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: '\e92e';
    color: rgb(226, 47, 36);
    margin-left: -22px;
    display: inline-block;
    width: 22px;
    font-variant: normal;
}

.file-list1 li.doc:before,
.file-list1 li.docx:before {
    content: '';
    width: 19px;
    height: 20px;
    background: url('/media/wlzmiihy/doc.png');
    margin: 0px 5px -4px -24px;
    background-size: 100% 100%;
}

/* {# ---------------------Sitemap--------------------- #} */
#sitemap {
    font-size: 14px;
}

#sitemap h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0.8em 0;
}

#sitemap ul {
    list-style: none;
    padding: 0;
    margin: 0 0 2em 0;
}

#sitemap ul ul {
    margin: 0 0 0 2em;
}

/* {# ---------------------CCR--------------------- #} */

.ccr-help {
    background: #f8f8f8;
    border: 1px solid #ddd;
}

.ccr-help > div {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ccr-help > div:first-of-type {
    border-right: 1px solid #ddd;
}

.ccr-help p {
    font-size: 13px;
}

/* {# ---------------------Search Form--------------------- #} */
.search-form {
    margin-bottom: 27px;
}

/* {# ---------------------Content Rows--------------------- #} */
.content-row {
    background: var(--bws-primary-green);
    margin: 0.5em 0 6px 0;
    width: 100%;
    color: #fff;
}

.content-row .row-image {
    min-width: 140px;
    max-width: 160px;
    padding: 25px 0;
    align-items: center;
    justify-content: center;
}

.content-row .row-image img {
    width: 86px;
    max-width: 100%;
}

.content-row .row-content a {
    color: var(--bws-primary-yellow);
}

/* {# ---------------------Forms--------------------- #} */

.umbraco-forms-page fieldset {
    margin-bottom: 2em;
}

.umbraco-forms-page fieldset legend {
    font-family: 'Roboto Slab';
    font-weight: 300;
    font-size: 26px;
}

.umbraco-forms-page fieldset .form-group {
    margin: 0 0 1em 0;
}

.umbraco-forms-page fieldset p.help-block {
    margin: 8px 0;
}

.umbraco-forms-page fieldset label:not(.control-label) {
    display: inline;
}

.umbraco-forms-page fieldset label.control-label {
    font-weight: 600;
    margin-bottom: 4px;
}

.umbraco-forms-page fieldset .umbracoForms-Indicator {
    color: var(--bws-primary-green);
}

.field-validation-error {
    color: var(--bws-danger);
    font-size: 16px;
}
