/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');*/

:root {
    --black: #000000;
    --blue-lt: #68CDF1;
    --blue-md: #22A1DB;
    --blue-dk: #0D58A0;
    --blue-black: #1D384B;
    --green-bright: #75E1A0;
    --gray0: #EFEFEF;
    --gray1: #BDBDBD;
    --gray2: #AAAAAA;
    --gray3: #4F5B62;
    --white: #FFFFFF;
    --contentBreakpoint: 1280px;
    --marginBreakpoint1: 50px;
    --defaultPaddingLeftAndRight: 0px;
    --defaultPaddingTopAndBottom: 60px;
    --marginBreakpoint2: 30px;
    --headerHeight: 150px;
    --headerHeightMobile: 150px;
    --headerBgColor: #0d58a0;
    --logoWidth: 80px;
    --logoWidthMobile: 80px;
    --subheaderHeight: px;
    --footerBgColor: #22a1db;
    --footerHeight: px;
    --h1_Color: #ffffff;
    --h1_FontSizeDesktop: 38px;
    --h1_FontWeightDesktop: 700;
    --h1_LineHeightDesktop: 40px;
    --h1_BottomMarginDesktop: 15px;
    --h1_FontSizeMobile: 34px;
    --h1_FontWeightMobile: 700;
    --h1_LineHeightMobile: 36px;
    --h1_BottomMarginMobile: 15px;
    --h2_Color: #0d58a0;
    --h2_FontSizeDesktop: 36px;
    --h2_FontWeightDesktop: 700;
    --h2_LineHeightDesktop: 38px;
    --h2_BottomMarginDesktop: 30px;
    --h2_FontSizeMobile: 36px;
    --h2_FontWeightMobile: 700;
    --h2_LineHeightMobile: 38px;
    --h2_BottomMarginMobile: 10px;
    --h3_Color: #0d58a0;
    --h3_FontSizeDesktop: 22px;
    --h3_FontWeightDesktop: 500;
    --h3_LineHeightDesktop: 24px;
    --h3_BottomMarginDesktop: 10px;
    --h3_FontSizeMobile: 20px;
    --h3_FontWeightMobile: 500;
    --h3_LineHeightMobile: 22px;
    --h3_BottomMarginMobile: 10px;
}

/* ELEMENTS */
.height_three_hundred {
    height: 300px !important;
}
.height_four_hundred {
    height: 400px !important;
}
.height_five_hundred {
    height: 500px !important;
}

blockquote {
    border-left: none !important;
}
b,
strong {
    font-weight: bold !important;
}
p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
p:empty {
    display: none;
}
p.indented, blockquote {
    font-size: 14px !important;
    padding: 0 20px 0 20px !important;
}

a {
    border: none !important;
    outline: none !important;
    text-decoration: underline !important;
    color: var(--blue-dk);
}
a:hover {
    color: var(--blue-md);
}
a.alt1 {
    color: var(--black);
}
a.alt1:hover {
    color: var(--gray3);
}

img {
    border: none;
    outline: none;
}
.clear {
    clear: both;
}
.center {
    text-align: center !important;
}
.centered {
    margin: 0 auto;
}

/* ACCESSIBILITY */
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*	HEADINGS */
h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
    margin-top: 0;
}
h1,
.main_color h1 {
    position: relative;
    color: var(--h1_Color);
    font-size: var(--h1_FontSizeDesktop);
    font-weight: var(--h1_FontWeightDesktop);
    line-height: var(--h1_LineHeightDesktop);
    margin-bottom: var(--h1_BottomMarginDesktop);
}
h1.site_map {
    font-size: 22px !important;
    text-align: left;
    margin-bottom: 0;
}
h1.large {
    font-size: 52px !important;
    line-height: 56px !important;
}
h1.bold {
    font-weight: 500 !important;
}
h1.blue {
    color: #0d58a0;
}
h2,
.main_color h2 {
    color: var(--h2_Color);
    font-size: var(--h2_FontSizeDesktop);
    font-weight: var(--h2_FontWeightDesktop);
    line-height: var(--h2_LineHeightDesktop);
    margin-bottom: var(--h2_BottomMarginDesktop);
}
h2.large {
    font-size: 36px !important;
}
h1.center, h2.center, h3.center, h4.center {
    text-align: center;
}
h2.normal {
    font-size: 30px !important;
    margin-bottom: 20px !important;
}
h3,
.main_color h3 {
    color: var(--h3_Color);
    font-size: var(--h3_FontSizeDesktop);
    font-weight: var(--h3_FontWeightDesktop);
    line-height: var(--h3_LineHeightDesktop);
    margin-bottom: var(--h3_BottomMarginDesktop);
}
h3.small {
    font-size: 15px !important;
    font-weight: 500 !important;
}
h4,
.main_color h4 {
    color: var(--h4_Color);
    font-size: var(--h4_FontSizeDesktop);
    font-weight: var(--h4_FontWeightDesktop);
    line-height: var(--h4_LineHeightDesktop);
    margin-bottom: var(--h4_BottomMarginDesktop);
}
h5,
.main_color h5 {
    color: var(--h5_Color);
    font-size: var(--h5_FontSizeDesktop);
    font-weight: var(--h5_FontWeightDesktop);
    line-height: var(--h5_LineHeightDesktop);
    margin-bottom: var(--h5_BottomMarginDesktop);
}
h6, .main_color h6 {
    color: var(--h6_Color);
    font-size: var(--h6_FontSizeDesktop);
    font-weight: var(--h6_FontWeightDesktop);
    line-height: var(--h6_LineHeightDesktop);
    margin-bottom: var(--h6_BottomMarginDesktop);
}

/* BUTTONS */
button {
    font-size: 12px !important;
    margin-top: 5px !important;
    padding: 6px 10px;
    border: none;
    background-color: var(--blue-lt);
    color: #FFF !important;
    min-width: 90px;
    transition: all .5s;
}
button.white_blue_border {
    color: var(--blue-md) !important;
    background-color: var(--white);
    border: 1px solid var(--blue-lt);
    border-radius: 20px;
    font-weight: bold;
    font-size: 13px !important;
}
button.white_blue_border:hover {
    color: #FFF !important;
    background-color: var(--blue-lt);
}
button:hover {
    background-color: var(--blue-md);
    cursor: pointer;
}
button:focus {
    /*border: 1px dashed #666;*/
    outline: 0 !important;
    border: none !important;
}

/* COLORS */
.main_color strong {
    color: unset;
}
.black {
    color: var(--black);
}
.gray {
    color: var(--gray2);
}
.white {
    color: var(--white) !important;
}
.lt_blue {
    color: var(--blue-lt);
}
.blue {
    color: var(--blue-md);
}
.dk_blue {
    color: var(--blue-dk);
}
.bg_black {
    background-color: var(--black);
}
.bg_lt_blue {
    background-color: var(--blue-lt);
}
.bg_blue {
    background-color: var(--blue-md);
}
.bg_dk_blue {
    background-color: var(--blue-dk);
}

.no_padding {
    padding: 0 !important;
}
.no_margin {
    margin: 0 !important;
}

.width_20 {
    width: 20% !important;
    vertical-align: top;
}
.width_25 {
    width: 24.5% !important;
    vertical-align: top;
}
.width_33 {
    width: 33% !important;
    vertical-align: top;
}
.width_40 {
    width: 40% !important;
    vertical-align: top;
}
.width_50 {
    width: 50% !important;
    vertical-align: top;
}
.width_60 {
    width: 60% !important;
    vertical-align: top;
}
.width_66 {
    width: 66% !important;
    vertical-align: top;
}
.width_70 {
    width: 70% !important;
    vertical-align: top;
}
.width_75 {
    width: 75% !important;
    vertical-align: top;
}
.width_80 {
    width: 80% !important;
    vertical-align: top;
}
.width_90 {
    width: 90% !important;
    vertical-align: top;
}
.width_100 {
    width: 100% !important;
}
.width_20.center_alt,
.width_25.center_alt,
.width_33.center_alt,
.width_40.center_alt,
.width_50.center_alt,
.width_60.center_alt,
.width_66.center_alt,
.width_70.center_alt,
.width_75.center_alt,
.width_80.center_alt,
.width_90.center_alt {
    margin: 0 auto !important;
}

.spacer_5 {
    margin-top: 5px !important;
}
.spacer_10 {
    margin-top: 10px !important;
}
.spacer_15 {
    margin-top: 15px !important;
}
.spacer_20 {
    margin-top: 20px !important;
}
.spacer_25 {
    margin-top: 25px !important;
}
.spacer_30 {
    margin-top: 30px !important;
}
.spacer_35 {
    margin-top: 35px !important;
}
.spacer_40 {
    margin-top: 40px !important;
}
.spacer_45 {
    margin-top: 45px !important;
}
.spacer_50 {
    margin-top: 50px !important;
}
.spacer_55 {
    margin-top: 55px !important;
}
.spacer_60 {
    margin-top: 60px !important;
}
.spacer_70 {
    margin-top: 70px !important;
}
.spacer_80 {
    margin-top: 80px !important;
}

#errorMsg, #errorMsg1 {
    margin-top: 25px;
    color: #990000;
    font-weight: normal;
    text-align: center;
}

/* MAIN */
#main  {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
#main .landing-page {
    min-height: calc(100vh - 214px);
}
.container, .content {
    padding: 0;
    border: none;
}
.content {
    padding: 0 0 30px 0;
}
.av-layout-grid-container {
    max-width: var(--contentBreakpoint);
    margin: 0 auto;
}
.avia_image {
    border-radius: 0;
}
.avia_textblock {
    line-height: 24px !important;
}

/* FULL PAGE SECTIONS WITH TILES AND CONTENT BREAKPOINT */
.tile-section_full-page-width_with-contentBreakpoint_left {
    padding-left: 40px !important;
}
.tile-section_full-page-width_with-contentBreakpoint_right {
    padding-right: 40px !important;
}

/* HERO */
#home_hero {
    max-width: 100%;
}
#home_hero.hero .flex_cell {
    width: 100%;
    padding: 0;
    display: table-cell !important;
}
#home_hero.hero .flex_cell #hero_main {
    position: relative;
    max-width: var(--contentBreakpoint);
    margin: 0 auto;
    margin-top: -25px;
}
#home_hero.hero .flex_cell_inner {
    height: 100%;
}
#home_hero#home_hero.hero .copy {
    position: relative;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    height: 358px;
}
#home_hero.hero #faucet {
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 100%;
    text-align: right;
}
#home_hero.hero #faucet img {
     width: 332px;
}
#home_hero.hero #water_spout {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
#home_outer {
    max-width: 100%;
}
#home_hero.hero #waves_outer {
    position: absolute;
    bottom: -8px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}
@-moz-document url-prefix() {
    #home_hero.hero #waves_outer {
        bottom: -51px;
    }
}
#home_hero.hero #waves {
    width: 101%; /* 101% instead of 100% to satisfy IE */
    margin-left: -10px; /* to satisfy IE */
}
#home_hero.hero #waves img {
    width: 100%;
}

/* CELLS */
.flex_cell {
    padding: 60px 0;
    width: 100%;
}

/* FULL BACKGROUND */
.background-full:before {
    content: "" !important;
    position: absolute;
    left: -100%;
    top: 0;
    bottom: 0;
    background: var(--gray1);
    width: 100% !important;
    height: 100% !important;
    visibility: visible !important;
}
.background-full:after {
    content: "" !important;
    position: absolute;
    right: -100%;
    top: 0;
    bottom: 0;
    background: var(--gray1);
    width: 100% !important;
    height: 100% !important;
    visibility: visible !important;
}
.background-full.bg_dk_blue:before,
.background-full.bg_dk_blue:after {
    background: var(--blue-dk);
}

/* VIDEOS */
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*!* AVIA SLIDER *!*/
/*.avia-fullscreen-slider,*/
/*.avia-fullscreen-slider .avia-slideshow*/
/*{*/
/*    height: 400px !important;*/
/*}*/
/*.avia-slideshow ul,*/
/*.avia-slideshow ul li {*/
/*    margin-left: 0 !important;*/
/*    margin-right: 0 !important;*/
/*}*/
/*.avia-slideshow ul li:nth-child(1),*/
/*.avia-slideshow ul li:nth-child(3) {*/
/*    background-position: top !important;*/
/*}*/

/*!* SLIDER *!*/
/*.slider .content {*/
/*    height: 100%;*/
/*}*/
/*.slider .copy-outer {*/
/*    position: relative;*/
/*    height: 100%;*/
/*    pointer-events: none;*/
/*    !**/
/*    opacity: 0;*/
/*    top: 40px;*/
/*    *!*/
/*}*/
/*.slider .copy {*/
/*    margin: 0 auto;*/
/*    height: 100%;*/
/*    !*margin: 50px 0 0 80px;*!*/
/*    !*margin-top: 30px;*!*/
/*    !*padding: 0 15px;*!*/
/*    color: #444;*/
/*    !*text-shadow: 1px 1px 15px #666;*!*/
/*    !*line-height: 45px;*!*/
/*    !**/
/*    font-family: "Roboto", sans-serif;*/
/*    font-weight: 500;*/
/*    font-size: 45px;*/
/*    text-transform: uppercase;*/
/*    *!*/
/*}*/
/*.slider.grayscaleSliderMargin {*/
/*    margin-left: 25%;*/
/*    margin-right: 25%;*/
/*}*/
/*.slider_outer, .bx-viewport, .slide, .slider_inner {*/
/*    height: auto;*/
/*}*/
/*.slider_outer.full_height {*/
/*    !*min-height: calc(100vh - 60px);*!*/

/*    !* For creating page space prior to slider load - see functions_main.js - section.carousel.full_height - for setting actual slider height. *!*/
/*    min-height: 90vh;*/
/*    max-height: 90vh;*/
/*}*/
/*.slider_outer.full_section_height {*/
/*    min-height: 100%;*/
/*    max-height: 100%;*/
/*}*/
/*.slide {*/
/*    cursor: pointer;*/
/*}*/
/*.slide_inner {*/
/*    height: 100%;*/
/*}*/
/*.slide_inner img {*/
/*    width: 100%;*/
/*}*/
/*!* IE9, IE10, IE11 *!*/
/*@media screen and (min-width:0\0) {*/
/*    .slide_inner .content {*/
/*        width: 100%; !* IE Fix to make centered *!*/
/*    }*/
/*}*/
/*.slide_bg {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-size: cover;*/
/*}*/

@media only screen and (max-width: 1920px) {
    #home_hero.hero #waves {
        width: 1925px;
    }
}

@media only screen and (max-width: 1360px) {
    /* PAGE STRUCTURE */
    .av-layout-grid-container {
        padding-left: var(--marginBreakpoint1) !important;
        padding-right: var(--marginBreakpoint1) !important;
    }
    #home_hero.av-layout-grid-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #home_hero.av-layout-grid-container #hero_main {
        padding-left: var(--marginBreakpoint1) !important;
        padding-right: var(--marginBreakpoint1) !important;
    }
    /* FULL PAGE SECTIONS WITH TILES AND CONTENT BREAKPOINT */
    .tile-section_full-page-width_with-contentBreakpoint_left {
        padding-left: 100px !important;
    }
    .tile-section_full-page-width_with-contentBreakpoint_right {
        padding-right: 100px !important;
    }
}
@media only screen and (max-width: 992px) {
    /* HERO */
    #home_hero.hero .main_copy {
        width: 50% !important;
    }

    /* ELEMENTS */
    .width_20 {
        margin: 0 auto;
        margin-top: 40px;
        width: 70% !important;
        padding: 0;
    }
    .width_20:first-of-type {
        margin-top: 0px;
    }
    .width_25 {
        margin: 0 auto;
        margin-top: 40px;
        width: 70% !important;
        padding: 0;
    }
    .width_25:first-of-type {
        margin-top: 0px;
    }
    .width_33 {
        margin: 0 auto;
        margin-top: 40px;
        width: 70% !important;
        padding: 0;
    }
    .width_33.narrow {
        width: 50% !important;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    .width_33:first-of-type {
        margin-top: 0px;
    }
    .width_40 {
        width: 90% !important;
    }
    .width_50 {
        width: 90% !important;
    }
    .width_50.fixed {
        width: 50% !important;
    }
    .width_60 {
        width: 90% !important;
    }
    .width_66 {
        width: 90% !important;
    }
    .width_70 {
        width: 90% !important;
    }
    .width_75 {
        width: 90% !important;
    }
    .width_80 {
        width: 90% !important;
    }
}
@media only screen and (max-width: 900px) {
    #home_hero.hero #faucet img {
        width: 285px;
    }
    #home_hero.hero #waves {
        width: 1500px;
    }
}
@media only screen and (max-width: 835px) {
    #home_hero.hero #faucet img {
        width: 260px;
    }
}
@media only screen and (max-width: 805px) {
    #home_hero.hero #faucet {
        bottom: -14px;
    }
}
@media only screen and (max-width: 780px) {
    #home_hero.hero #faucet img {
        width: 235px;
    }
}
@media only screen and (max-width: 768px) {
    /* FULL BACKGROUND */
    .background-full:before,
    .background-full:after {
        position: relative;
    }

    .width_20 {
        width: auto !important;
    }
    .width_25 {
        width: auto !important;
    }
    .width_33 {
        width: auto !important;
    }
    .width_40 {
        width: auto !important;
    }
    .width_50 {
        width: auto !important;
    }
    .width_50.fixed {
        width: auto !important;
    }
    .width_60 {
        width: auto !important;
    }
    .width_66 {
        width: auto !important;
    }
    .width_70 {
        width: auto !important;
    }
    .width_75 {
        width: auto !important;
    }
    .width_80 {
        width: auto !important;
    }
    .width_90 {
        width: auto !important;
    }

    .av-layout-grid-container {
        padding-left: var(--marginBreakpoint2) !important;
        padding-right: var(--marginBreakpoint2) !important;
    }
    #home_hero.av-layout-grid-container #hero_main {
        padding-left: var(--marginBreakpoint2) !important;
        padding-right: var(--marginBreakpoint2) !important;
    }

    h1 {
        font-size: 36px !important;
    }

    .flex_cell {
        padding-bottom: var(--marginBreakpoint1) !important;
    }

    /* HERO */
    #home_hero.hero .flex_cell {
        padding-bottom: 0 !important;
    }
    @-moz-document url-prefix() {
        #home_hero.hero #waves_outer {
            bottom: -10px;
        }
    }
    #home_hero.hero .copy {
        width: 100%;
        font-size: 14px !important;
        line-height: 22px !important;
    }

/*    !* SLIDER *!*/
/*    .slider.grayscaleSliderMargin {*/
/*        margin-left: 28%;*/
/*        margin-right: 28%;*/
/*    }*/
}
@media only screen and (max-width: 767.9px) {
    .width_20 {
        width: auto !important;
    }
    .width_25 {
        width: auto !important;
    }
    .width_33 {
        width: auto !important;
    }
    .width_40 {
        width: auto !important;
    }
    .width_50 {
        width: auto !important;
    }
    .width_50.fixed {
        width: auto !important;
    }
    .width_60 {
        width: auto !important;
    }
    .width_66 {
        width: auto !important;
    }
    .width_70 {
        width: auto !important;
    }
    .width_75 {
        width: auto !important;
    }
    .width_80 {
        width: auto !important;
    }
    .width_90 {
        width: auto !important;
    }
}
@media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .av-flex-cells .no_margin {
        display: block;
        padding-left: 0 !important;
        padding-right: 0 !important;
        height: 100% !important;
    }
    .responsive #top #wrap_all .container {
         width: 100%;
         max-width: 100%;
    }

    /* HERO */
    #home_hero.hero #faucet {
        bottom: -10px;
    }
}
@media only screen and (max-width: 600px) {
    /* HERO */
    #home_hero.hero #faucet img {
        width: 200px;
    }
}
@media only screen and (max-width: 550px) {
    .height_three_hundred {
        height: 550px !important;
    }
    .height_four_hundred {
        height: 550px !important;
    }
    .height_five_hundred {
        height: 550px !important;
    }


    /* HERO */
    #home_hero.hero .main_copy {
        width: 100% !important;
    }
    #home_hero.hero #faucet {
        display: none;
    }
    #home_hero.hero #water_spout {
        display: block;
        width: 200px;
        bottom: 75px;
        top: unset;
    }
}
/*@media only screen and (max-width: 450px) {*/
/*    #home_hero.hero p,*/
/*    #home_hero.hero div {*/
/*        line-height: 20px !important;*/
/*    }*/
/*}*/
@media only screen and (max-width: 360px) {
    #home_hero.hero #water_spout {
        width: 170px;
    }
}
@media only screen and (max-width: 318px) {
    #home_hero.hero #water_spout {
        width: 140px;
    }
    #home_hero.hero .main_copy {
        font-size: 12px;
    }
}