@charset "UTF-8";
/* CSS Document */

/***COLORS & FONTS

Text: #3e4d66
Navy: #144767 or rgba(20, 71, 103, 1)
Skyish Blue: #8abddd or rgba(138, 189, 221, 1)
Light Blue: #cae1f0 or rgba(138, 189, 221, .45)
Mid Blue: #538aa6 or rgba(83, 138, 166, 1)
Red: #bb5f4b or rgba(187, 95, 75, 1)
Yellow-Orange: #e59c46 or rgba(229, 156, 70, 1)
Light Yellow-Orange: #f2d69c or rgba(242, 214, 156, 1)
Grey: #9daebc or rgba(157, 174, 188, 1)
Light Blue Grey: #eaf6f4 or rgba(234, 246, 244, 1)
Very Light Grey: #ebf7f7
Beige: #f4f4e9 or rgba(244, 244, 233, 1)

Freight Sans Pro:
Book: font-family: 'freight-sans-pro', sans-serif; font-weight: 400; font-style: normal;
Book Italic: font-style: italic;
Bold: font-family: 'freight-sans-pro', sans-serif; font-weight: 700; font-style: normal;
Medium: font-family: 'freight-sans-pro', sans-serif; font-weight: 500; font-style: normal;
Semibold: font-family: 'freight-sans-pro', sans-serif; font-weight: 600; font-style: normal;
Italic: font-style: italic;

FreightSansCmpPro: 
Book: font-family: 'freight-sans-compressed-pro', sans-serif; font-weight: 400; font-style: normal;
Book Italic: font-style: italic;
Semi: font-family: 'freight-sans-compressed-pro', sans-serif; font-weight: 600; font-style: normal;
Semi Italic: font-style: italic;

***/



:root {

    --gswsa-error: #bb5f4b;
    --gswsa-error-rgb: 187,95,75;
    --gswsa-red: #bb5f4b;
    --gswsa-red-rgb: 187,95,75;
	
	--gswsa-accent1: #e59c46;
	--gswsa-accent1-rgb: 229, 156, 70;
	
    --gswsa-navy: #144767;
	--gswsa-navy-rgb: 20, 71, 103;
	
    --gswsa-light-blue: #cae1f0;
	--gswsa-light-blue-rgb: 138, 189, 221;
	
	--gswsa-medium-blue: #538aa6;
	--gswsa-medium-blue-rgb: 83, 138, 166;
	
    --gswsa-light-yellow: #f2d69c;
    
    --gswsa-light-color-1: #f4f4e9;
    --gswsa-light-color-1-rgb: 244, 244, 233;
    
    --gswsa-default-text-color: #3e4d66;
	
	--gswsa-caution-rgb: 229, 156, 70;
	--gswsa-danger-rgb: 188, 52, 21; 
	
	--default-text-color: var(--gswsa-default-text-color);
    
}

.-lucee-dump { z-index: 1000000; }


body{font-family: 'freight-sans-pro', sans-serif; font-weight: 300; color: var(--gswsa-default-text-color); font-variant-numeric: lining-nums; -moz-font-feature-settings: "lnum"; -webkit-font-feature-settings: "lnum"; font-feature-settings: "lnum";}
body.scroll-off {overflow: hidden;}

/***TYPE***/
h1, h2, h3{font-family: 'freight-sans-compressed-pro', sans-serif; font-style: normal; text-transform: uppercase; color:#144767; font-weight: 600; margin-bottom:15px; line-height: 1;}
h1, h2{letter-spacing:2px; font-size:32px;}
h3{letter-spacing:2px; font-size: 28px; margin-bottom:20px;}
h4, h5{font-family: 'freight-sans-pro', sans-serif; text-transform:uppercase; font-style:normal; margin-bottom: 15px;}
h4{font-size:21px; letter-spacing: 1.5px; color:var(--gswsa-medium-blue); font-weight: 600;}
.card h4{color:#144767;}
h5{font-size:12px; font-weight:700; letter-spacing:1.25px; color:#538aa6;}
h6{font-size:12px; font-weight:400; letter-spacing:1.25px; color:#538aa6;}
p{color:#3e4d66; font-size:16px; line-height: 28px; margin-bottom:25px; font-weight: 300; font-family: 'freight-sans-pro', sans-serif;}
a{font-family: 'freight-sans-pro', sans-serif; font-weight: 600; transition:all .3s; color: #8abddd;}
a:hover{color: var(--gswsa-accent1); opacity:.75; text-decoration: none;}

li{color:#3e4d66; list-style: none;}

h1.big, .carousel-caption h1, .carousel-caption h2{font-size: 36px;}
h1.extra-big{font-size: 42px;}
h1.lead{text-transform: lowercase;}
.carousel-caption h1, .carousel-caption h2{margin-bottom:10px;}
h3.alternate-h3{font-size:24px;}
h1.reversed, h2.reversed, h3.reversed, h4.reversed, h6.reversed, p.reversed, .reversed{color:#ffffff !important;}
h5.reversed, .mid-blue-bg h5, .reversed p{color:#ebf7f7;}

.lowerlevel .pagebody h1, .lowerlevel .pagebody h2{margin-top:45px;}
.lowerlevel .pagebody h1:first-child, .lowerlevel .pagebody h1:first-of-type, .lowerlevel .pagebody h2:first-child, .lowerlevel .pagebody h5 + h2{margin-top:0px;}

.light-grey-bg h5 { color: #538aa6; text-align: center; }

a.reversed{color:#fff;}
a.no-opacity:hover{opacity:1;}
.sky-blue{color:#8abddd}
p.big{font-size:18px;}
p.lead{font-size:24px; letter-spacing: 1px; color:#5489a5; font-weight: 500;}
p>span{text-transform:uppercase; letter-spacing: 1px; font-weight:600;}
.lowercase{text-transform: none !important;}

strong { font-weight: 700; }

ul, ol { margin: 0; padding: 0; margin-bottom: 20px; }
li { list-style: none; padding-left: 15px; padding-right: 15px; }
li:before { content: "\f043"; font-size: 9px; vertical-align: 10%; margin-right: 10px; font-weight: 700; font-family: 'Font Awesome 5 Pro', FontAwesome !important; color: #e59c46; margin-left: -15px; }
.no-margin + ul{padding-left:40px;}

/***BACKGROUNDS***/
.white-bg{background-color:#fff !important;}
.navy-bg{background-color:#144767}
.light-blue-bg{background-color:#cae1f0;}
.mid-blue-bg{background-color:#538aa6;}
.beige-bg{background-color:#f4f4e9;}
.light-grey-bg{background-color:#ebf7f7; padding:35px; position: relative; z-index: 1;}
.sky-blue-bg{background-color:#8abddd;}

.water-bg{background-image: url("/themes/gswsa/images/water-bg.jpg"); background-size:cover; background-repeat: no-repeat;}

.wavy-bg{background-image: url("../images/wavy-opacity.png"); background-size: 300px 300px; background-repeat: repeat;}
.navy-wavy-bg{background-color:#144767; background-image: url("../images/wavy-opacity.png"); background-size: 300px 300px; background-repeat: repeat;}
.navy-wavy-bg h1, .navy-wavy-bg h2, .navy-wavy-bg h3, .navy-wavy-bg h6, .navy-wavy-bg p{color:#ffffff;}
.navy-wavy-bg h4, .navy-wavy-bg h5, .navy-wavy-bg i, .navy-row-card h5{color:#8abddd !important;}

.border-bottom-blue{border-bottom:5px solid #8abddd;}
.border-bottom-yellow{border-bottom:5px solid #e59c46;}

/***GRAPHICS AND DOODADS***/
.grey-vert-rule{background-color:#ebf7f7; /*width: calc(100% - 60px);*/ width: 100%; height: 2px; margin: 30px auto;}
.mid-blue-rule{border-right:2px solid #538aa6;}
.bottom-border{border-bottom:2px solid #ebf7f7; padding-bottom:30px; margin-bottom:30px;}
.top-border{border-top:2px solid #ebf7f7; padding-top:30px; margin-top:30px;}

.wavy-shadow{position: relative; height:100%; width:100%; padding-left: 30px; padding-bottom: 30px;}
.wavy-shadow:after{content: ""; background-image: url("../images/wavy-blue.png"); background-repeat: repeat; background-size: 300px 300px; height: calc(100% - 30px); width: calc(100% - 30px); position: absolute; left: 0; bottom: 0; opacity: .25; /*z-index: -1;*/}
.wavy-shadow-yellow:after{background-image: url("../images/wavy-yellow.png") !important;}
.shadow-rev:after{background-image: url("../images/wavy.png");}
.shadow-top-right{padding-left: 0px; padding-bottom: 0px; padding-right:30px; padding-top:30px;}
.shadow-top-right:after{left:auto; bottom: auto; top:0; right:0;}

.great-seal{position:relative;}
.great-seal:before{content:url("../images/GSWSA-tap-seal.svg"); height:auto; position:absolute; opacity:.4; z-index: 2; width: 150px; top: -30px; right: -15px;}
.great-blue:before{content:url("../images/GSWSA-tap-seal-blue.svg");}

.gs-seal{position:relative; overflow: hidden;}
.gs-seal:before{content:url("../images/GSWSA-seal-rev.svg"); width:175px; height:auto; position:absolute; bottom: -25px; left: -20px; opacity: .3; transform: rotate(345deg);}
.gs-blue:before{content:url("../images/GSWSA-seal-blue.svg");}
.gs-right:before{left:auto; right:-15px; transform: rotate(20deg);}

.top-wave:before{content:url("../images/GSWSA-wave.svg"); display:block; width:60px; height:auto; line-height:20px; margin-bottom:30px;}
.top-yellow-wave:before{content:url("../images/GSWSA-wave-yellow.svg");}
.center-wave:before{margin-left:auto; margin-right:auto;}
.bottom-wave:after{content:url("../images/GSWSA-wave.svg"); display:block; width:60px; height:auto; line-height:20px; margin: 25px auto 30px auto;}
.bottom-yellow-wave:after{content:url("../images/GSWSA-wave-yellow.svg");}

.clip-path-wave{clip-path: url(#wave1);}

.badge-primary { background-color: rgba( var(--gswsa-navy-rgb), 1);}
.badge-secondary { background-color: rgba( var(--gswsa-medium-blue-rgb), 1);}
.badge-caution { background-color: rgba(var(--gswsa-caution-rgb), 1); color: #ffffff; }
.badge-danger { background-color: rgba(var(--gswsa-danger-rgb), 1); color: #ffffff; }

/***SVG FILLS***/
.white-opacity-fill{fill:rgba(255, 255, 255, .9);}
.white-fill{fill:#ffffff;}
.sky-blue-fill{fill:#8abddd !important;}
.light-blue-fill{fill:#cae1f0 !important;}
.mid-blue-fill{fill:#538aa6 !important;}
.navy-fill{fill:#144767 !important;}

.swoosh{margin-top: -35px; position: relative; z-index: 2;}
.swoosh-container{/*margin-top:-1px;*/ margin-top:-2px;}
.swoosh-top{margin-bottom:-2px;}
.swoosh + div, .swoosh + section{margin-top: -40px;}
.swoosh-container svg{height: 25px; width: 100%;}

/***EFFECTS***/
.drop-effect img{-webkit-transform: translateZ(0); transform: translateZ(0);}
.drop-effect:hover img{opacity: 0; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; webkit-animation-name: hvr-icon-drop; animation-name: hvr-icon-drop; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);}

@-webkit-keyframes hvr-icon-drop {
  0% {opacity: 0;}
  50% {opacity: 0; -webkit-transform: translateY(-100%); transform: translateY(-100%);}
  51%, 100% {opacity: 1;}
}

@keyframes hvr-icon-drop {
  0% {opacity: 0;}
  50% {opacity: 0; -webkit-transform: translateY(-100%); transform: translateY(-100%);}
  51%, 100% {opacity: 1;}
}

.rotate270{transform: rotate(270deg);}

/***PADDING AND MARGINS***/
.padding-top-bottom-xs{padding-top:15px; padding-bottom:15px;}
.padding-top-xs{padding-top:15px;}

.padding-top-bottom-sm{padding-top:40px; padding-bottom:45px;}
.padding-top-sm{padding-top:40px;}
.padding-bottom-sm{padding-bottom:45px;}

.padding-top-bottom-md{padding-top:50px; padding-bottom:60px;}
.padding-top-md{padding-top:50px;}
.padding-bottom-md{padding-bottom:60px;}

.padding-top-bottom{padding-top:70px; padding-bottom:70px;}
.padding-top{padding-top:70px;}
.padding-bottom{padding-bottom:70px;}

.ex-padding-top{padding-top: 215px;}

.no-margin{margin:0px;}
.negative-margin{margin-top:-165px;}
.margin-bottom{margin-bottom:30px;}
.margin-top{margin-top:30px;}

.col-275{position: relative; max-width: 275px; padding-right: 15px; padding-left: 15px; margin: 0 auto;}

/***COLUMNS***/
.two-columns, .three-columns, .four-columns {column-count: 1; column-gap: 50px;}

/***BUTTONS AND LINKS***/

button { border: none;  min-height: 25px; min-width: 25px;}

.btn-row{margin-top:40px;}

.btn{letter-spacing: 2px; color:#144767; font-weight: 600; text-transform:uppercase; padding: 8px 30px; box-shadow: 0px 3px #8abddd; position:relative; font-size: 14px; line-height: 16px; border-radius: 0;}
.btn:hover{opacity:1; background-color:transparent;}
.btn-primary{border:1px solid #144767;  background-color:transparent;}
.btn-primary:hover{border:1px solid #8abddd; color:#ffffff; z-index: 1;}
.btn-primary:before, .btn-secondary:before, .btn-reversed:before {content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; background: #144767; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;}
.btn-primary:hover:before, .btn-primary:focus:before, .btn-primary:active:before, .btn-secondary:hover:before, .btn-secondary:focus:before, .btn-secondary:active:before, .btn-reversed:hover:before, .btn-reversed:focus:before, .btn-reversed:active:before {-webkit-transform: scaleX(1); transform: scaleX(1); }

.btn-primary:focus, .btn-primary:active { background-color: #8abddd; }

.btn-secondary{background-color:#144767; color:#fff; border:1px solid #144767; z-index: 1;}
.btn-secondary:hover{color:#144767; border:1px solid #144767; }
.btn-secondary:before{background:#fff;}

.btn-reversed{background-color:#fff; border:1px solid #fff; z-index: 1;}
.btn-reversed:hover{border:1px solid #fff; color:#fff; background-color:#fff;}

.btn-close { background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;}


/***NAV***/
.navbar{height:100px; /*background-color:rgba(255, 255, 255, .9);  clip-path: url(#wave1);*/ overflow:hidden;}
.nav-item { list-style: none !important; padding-left: 0; padding-right: 0; margin-bottom: 0;  }
.nav-item:before { display: none; }
.nav-open{height:100vh; padding: 0; background: #fff; transition: all .4s ease-in-out;}
.nav-closed{height:100px; padding: .5rem 1rem; background:transparent; transition: all 1s ease-in-out;}
.nav-shadow{background-color: rgba(138, 189, 221, .2); position: fixed; top: -10px; left: -1px; height: 120px; z-index: 999; width: 100%; clip-path: url(#wave1); transform: rotate(-1deg);}
.nav-bg{position:fixed; top:0; width:100%; background-color:rgba(255, 255, 255, .9);  clip-path: url(#wave1); height: 100px; z-index: 1000; transition:all .5s;}
.scrolling .nav-bg{background-color:rgba(255, 255, 255, 1);}
.nav-bg .sky-blue-bg{width: 100px; position:absolute; right:0; top:0; bottom:0;}
.navbar-brand{max-width: 150px; width:150px; position: absolute; left: 20px; top: 20px; z-index: 10000; transform: none; transition:all .3s linear .2s;}
.navbar-brand.center-logo{left:50%; transform:translateX(-50%)}
.navbar-brand img{width:100%;}

.navbar-collapse, .overlay-navigation {flex-basis: 100%; flex-grow: 1; align-items: center;}
.navbar-toggler i {font-size: 30px;}
.navbar-expand-xl .navbar-nav .nav-item{/*padding-left:20px; padding-right:20px;  position:relative; z-index: 10000;*/opacity:0;}
.navbar-expand-xl .navbar-nav .nav-link, .bill-pay .nav .nav-link, .subnav .nav-link{font-family: 'freight-sans-pro', sans-serif; font-weight: 500; text-transform: uppercase; letter-spacing: 2.5px; color:#144767; font-size:14px; margin-bottom:15px; transition: all 1s; position: relative; padding:10px 20px; opacity:1; text-align: center;}
.navbar-expand-xl .navbar-nav .nav-link:after, .bill-pay .nav .nav-link:after, .subnav .nav-link:after {position: absolute; bottom: 0; left: 0; right: 0; margin: auto; width: 0%; content: '.'; color: transparent; background: #fff; height: 1px; border:none;}
.navbar-expand-xl .navbar-nav .nav-link:hover, .bill-pay .nav .nav-link:hover, .dropdown.show .nav-link, .subnav .nav-link:hover {color: #fff; z-index: 1;}
.navbar-expand-xl .navbar-nav .nav-link:hover:after, .bill-pay .nav .nav-link:hover:after, .dropdown.show .nav-link:after, .subnav .nav-link:hover:after {z-index: -10; animation: fill .7s forwards; -webkit-animation: fill .7s forwards; -moz-animation: fill .7s forwards; opacity: 1;}
.nav-open .nav-item/*, .nav-open .nav-link*/{position:static !important;}

@-webkit-keyframes fill {
  0% {width: 0%; height: 1px;}
  50% {width: 100%; height: 1px;}
  100% {width: 100%; height: 100%; background: #144767;}
}

.slide-in-nav-item {opacity: 1 !important; transition: opacity 0.7s linear 0s;}
.slide-in-nav-item-delay-1 { opacity: 1 !important; transition: opacity 0.7s linear .2s;}
.slide-in-nav-item-delay-2 { opacity: 1 !important; transition: opacity 0.7s linear .4s;}
.slide-in-nav-item-delay-3 { opacity: 1 !important; transition: opacity 0.7s linear .6s;}
.slide-in-nav-item-delay-4 { opacity: 1 !important; transition: opacity 0.7s linear .8s;}
.slide-in-nav-item-delay-5 { opacity: 1 !important; transition: opacity 0.7s linear 1s;}
.slide-in-nav-item-reverse { opacity: 0; transition: opacity 0.4s linear .5s;}
.slide-in-nav-item-delay-1-reverse { opacity: 0; transition: opacity 0.4s linear .5s;}
.slide-in-nav-item-delay-2-reverse {opacity: 0; transition: opacity 0.4s linear .4s;}
.slide-in-nav-item-delay-3-reverse {opacity: 0; transition: opacity 0.4s linear .3s;}
.slide-in-nav-item-delay-4-reverse {opacity: 0; transition: opacity 0.4s linear .2s;}
.slide-in-nav-item-delay-5-reverse {opacity: 0; transition: opacity 0.4s linear .1s;}

.navbar-toggler, .open-overlay{z-index: 10001; margin-right:5px; position: absolute; right: 110px; top: 21px; transition:all .3s linear .2s;}
.overlay-active + .open-overlay{right: 15px; top: 25px;}
.open-overlay p{margin-top: 8px; font-size: 11px; letter-spacing: 2px; font-weight: 700; color: #144767; margin-bottom: 5px; line-height: 1; z-index: 10001; opacity:1; transition:all .3s;}
a.open-overlay span { display: block; height: 3px; background: #144767; cursor: pointer; margin-top: 8px; transition: background .3s;}
a.open-overlay:hover span{background:#8abddd;}
p.animate-white{/*color:#fff; cursor: pointer;*/ opacity:0;}
a.open-overlay:hover p{color:#8abddd;}

.overlay-navigation {/*position: fixed; z-index: 1050; top: 0; left: 0; width: 100%; height: 100%; background-color:#ffffff; transform: translateX(-200%);*/ /*display:none;*/ visibility: hidden; opacity: 0; transition: opacity .4s;}
.overlay-active{display:block; visibility: visible; opacity: 1;}
.overlay-navigation:before{content:url("../images/GSWSA-seal-blue.svg"); width:175px; height:auto; position:absolute; /*bottom: -60px;*/ bottom: 115px; left: -20px; opacity: .3; transform: rotate(345deg); z-index:1;}
/*.overlay-slide-down {transition: all .4s ease-in-out;transform: translateX(0); }
.overlay-slide-up {transition: all 1s ease-in-out;transform: translateX(-200%)}*/
.navbar-expand-xl .navbar-nav {margin-bottom: 50px;}
.overlay-navigation .navy-wavy-bg{position: absolute; width: 100%; padding-bottom: 30px; /*clip-path: url(#wave3);*/ z-index: 1; bottom: -100px; /*bottom:-270px; padding-top: 50px;*/ padding-top: 40px; height: 0px; transition: all .4s ease-in-out .4s;}
.overlay-navigation .navy-wavy-bg.slide-up{height: 250px;}
.overlay-navigation .navy-wavy-bg.slide-down{height: 0px; transition-delay:.4s;}
.overlay-navigation .navy-wavy-bg .social-icons{text-align: center;}
.overlay-navigation .navy-wavy-bg .social-icons a:first-of-type i{margin-right:10px;}
.overlay-navigation .navy-wavy-bg .social-icons a:last-of-type i{margin-left:10px; margin-right:0px;}

.animate-top-bar {animation: animate-top-bar .3s linear 1 both;}
.animate-bottom-bar {animation: animate-bottom-bar .3s linear 1 both;}
.animate-out-top-bar { animation: animate-out-top-bar .3s linear 1 both}
.animate-out-bottom-bar { animation: animate-out-bottom-bar .3s linear 1 both}

@keyframes animate-top-bar {
  0% { -webkit-transform: rotate(0) translate(0px, 0px); transform: rotate(0) translate(0px, 0px);}
  100% { -webkit-transform: rotate(45deg) translate(2px, 2px); transform: rotate(45deg) translate(2px, 2px);}
}

@keyframes animate-bottom-bar {
  0% { -webkit-transform: rotate(0) translate(0px, 0px); transform: rotate(0) translate(0px, 0px);}
  100% { -webkit-transform: rotate(-45deg) translate(5px, -5px); transform: rotate(-45deg) translate(5px, -5px);}
}

@keyframes animate-out-top-bar {
  0% { -webkit-transform: rotate(45deg) translate(2px, 2px); transform: rotate(45deg) translate(2px, 2px);}
  100% { -webkit-transform: rotate(0) translate(0px, 0px); transform: rotate(0) translate(0px, 0px);}
}

@keyframes animate-out-bottom-bar {
  0% {-webkit-transform: rotate(-45deg) translate(5px, -5px); transform: rotate(-45deg) translate(5px, -5px);}
  100% { -webkit-transform: rotate(0) translate(0px, 0px); transform: rotate(0) translate(0px, 0px);}
}

.bill-item{position:absolute; right:0; top:10px; bottom:0; /*background-color:#8abddd; justify-content: center;*/ display: flex; align-items: center; flex-direction: column; width:100px; padding-right: 12px; padding-left: 12px; line-height: 1; transition: all .3s}
.nav-open .bill-item{opacity: 0; z-index: -1; justify-content:flex-start;}
.bill-item img, .bill-item svg{display: block; margin: 0 auto; margin-bottom: 5px; width: 25px; height: auto;}
.bill-item svg .st0{fill:#EAF6F4; transition: all 1.5s;}
.bill-item svg .st1{fill:#144767; transition: all 1.5s;}
.bill-item .bill-link{font-size: 12px; text-align: center; font-weight: 700; letter-spacing: 1px; padding:0px; font-family: 'freight-sans-pro', sans-serif; text-transform: uppercase; color: #144767; margin-bottom: 15px; transition: all 1.5s; position: relative; opacity: 1;}
.bill-item .bill-link:after{content:none;}
.bill-item .bill-link:hover{color:#fff;}
.bill-item .bill-link:hover svg .st0{fill:#144767;}
.bill-item .bill-link:hover svg .st1{fill:#EAF6F4;}


/*** PILL NAV ***/
.nav-pills .nav-item { margin-right: 8px;}
.nav-pills .nav-item:last-child { margin-right: 0;}
.nav-pills .nav-link.active, 
.nav-pills .nav-item.show .nav-link, 
.nav-pills .nav-item .nav-link { color: #144767; background-color: transparent; border-color: transparent; border: none; border-bottom: 3px solid #f2d69c; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; font-size: 16px; line-height: 20px; padding: 15px 15px 15px 15px; border-radius: 0px; }
.nav-pills .nav-link.active, .nav-pills .nav-item.show .nav-link { border-bottom: 3px solid #e59c46; color: #fff; background-color: #8abddd; border-radius: 0;}	

/***DROPDOWN***/
.dropdown-menu{transform: translateX(-200%); display: flex; height: 0px; padding: 0px; transition: transform .4s; border-radius: 0px;}
.dropdown-menu.show{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin-top: 0px; border: none; box-shadow: none; /*display: flex;*/ display:block; flex-direction: column; align-items: center; justify-content: center; padding: .5rem 0; /*padding-top: 220px; padding-top:335px;*/ padding-bottom:0px; height: 100%; overflow-y: scroll; transform:translateX(0)}

/*.dropdown-menu.show:before{display: block; content: "Customer Service"; font-size: 22px; font-family: 'freight-sans-compressed-pro', sans-serif; font-weight: 500; margin: 0 auto; margin-top:15px; margin-bottom:30px; color: #8abddd; letter-spacing: 2px; text-transform: uppercase; text-align:center;}*/


.dropdown-menu.show .menu-title { display: none; }
.dropdown-menu.show .menu-title {/*content: "Customer Service";*/ font-size: 22px; font-family: 'freight-sans-compressed-pro', sans-serif; font-weight: 500; display: block; margin: 0 auto; /*margin-top: 50px;*/ margin-top:15px; margin-bottom:30px; color: #8abddd; letter-spacing: 2px; text-transform: uppercase; text-align:center;}

.dropdown-menu .dropdown-swoosh, .dropdown-menu .swoosh-container, .dropdown-menu .grey-vert-rule{display:none;}
.dropdown-menu .dropdown-swoosh svg{opacity:.2; }
.dropdown .back-to-menu{position: fixed; left: 25px; top: 17px; font-size: 32px; visibility: hidden; height:0px; opacity:0; transition:opacity .4s linear .2s;}
.dropdown.show .back-to-menu{opacity:1; height:auto; visibility: visible; z-index: 10000;}

.dropdown-submenu{border-top: 2px solid #EAF6F4; margin-top: 20px; padding-top: 20px;}
.submenu{display: flex; flex-direction: column;}
.dropdown-item, .submenu-item, .dropdown-menu h5{font-family: 'freight-sans-pro', sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: 2.5px; color:#144767; font-size:14px; position: relative; /*padding:10px 20px;*/ text-align: center;opacity:0; transition:opacity .4s linear .2s, color .3s;} 
.dropdown-menu.show .dropdown-item, .dropdown-menu.show .submenu-item, .dropdown-menu.show h5{opacity:1;}
/*.dropdown-item:hover,*/ .submenu-item:hover{background-color:#8abddd; color:#fff;}
.dropdown-item:hover{color:#fff; background-color: transparent;}
.dropdown-item{padding:15px; white-space: normal;}
.dropdown-menu h5{ padding-top:15px; padding-left:10px;}
.submenu-item{color:#538aa6; font-weight: 500; padding:10px;}

.nav-quicklinks{display: flex; flex-direction: column; /*justify-content: space-between;*/ background-color: #8abddd; padding: 20px; margin-top: 25px;}
.nav-quicklinks h5{padding-left:15px;}
.nav-quicklinks .dropdown-item{padding:10px; padding-left:75px; white-space: normal; text-align:left;}
.nav-quicklinks div{display: flex; align-items:center; padding: 12px;}
.nav-quicklinks div:before{content:url("../images/GSWSA-dig.svg"); display:block; height: 50px; width:50px; margin-right:7px; margin-left:10px; position:absolute; opacity:0; transition:opacity .4s linear .3s;}
.nav-quicklinks .icon-811:before{content:url("../images/GSWSA-dig.svg");}
.nav-quicklinks .icon-water:before{content:url("../images/GSWSA-water-qual.svg");}
.nav-quicklinks .icon-employ:before{content:url("../images/GSWSA-employee.svg");}
.nav-quicklinks .icon-care:before{content:url("../images/GSWSA-customer-care.svg");}
.dropdown-menu.show .nav-quicklinks div:before{opacity:1;}

.dropdown-item:before {content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #8abddd; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;}
.dropdown-item:hover:before, .dropdown-item:focus:before, .dropdown-item:active:before {-webkit-transform: scaleX(1); transform: scaleX(1);}

/***BILL PAY***/
.bill-pay{position: fixed; top: 0; width:100%; z-index: 10000; -webkit-transform: translateY(-100%); transform: translateY(-100%); transition: box-shadow 0.7s ease,-webkit-transform 0.7s cubic-bezier(0.75, 0, 0.4, 1) 0s; transition: transform 0.7s cubic-bezier(0.75, 0, 0.4, 1) 0s,box-shadow 0.7s ease; transition: transform 0.7s cubic-bezier(0.75, 0, 0.4, 1) 0s,box-shadow 0.7s ease, -webkit-transform 0.7s cubic-bezier(0.75, 0, 0.4, 1) 0s;}
.bill-pay.open{-webkit-transform: translateY(0); transform: translateY(0);}

.bill-pay .left-side.mid-blue-rule{display:none;}
.bill-pay .left-side>div{margin-bottom:30px;}
.bill-pay .left-side>div:last-child{margin-bottom:0px;}
.bill-pay h3{margin-bottom:10px;}
.bill-pay p{margin-bottom:0px; letter-spacing: .75px;}
.bill-pay .left-side .social-icons h3{margin-bottom:0px;}
.bill-pay .left-side .social-icons i, .social-icons i{font-size:21px; margin-top: 2px;}
.bill-pay .left-side .d-flex a{margin-left:30px;}

.bill-pay .right-side{display: flex; flex-direction: column; justify-content: center;}
.bill-pay .right-side h5{font-size:14px; margin-bottom:30px;}
.bill-pay .right-side .form-group a, .bill-pay .right-side .form-group p.small{font-size:13px; text-transform: uppercase; letter-spacing: 1.5px; line-height: 1;}
.bill-pay .right-side .btn-row{margin-top:30px;}

.close-bill{position: absolute; top: 40px; right: 40px; transition: transform .3s ease-in-out;}
.close-bill:hover{/*transform: rotate(360deg);*/ transform:scale(1.25);}
.close-bill i{font-size:36px; color:#8abddd; transition: transform .3s ease-in-out;}
.close-bill:hover i{color: #eaf6f4}

.bill-pay .navy-bg{padding-top:20px; padding-bottom:10px;}
.bill-pay .nav .nav-link{color:#fff; margin-bottom:0px;}
.bill-pay .nav .nav-link:hover {color: #144767;}
.bill-pay .nav .nav-link:hover:after {animation: billfill 1s forwards; -webkit-animation: billfill 1s forwards; -moz-animation: billfill 1s forwards; }

@-webkit-keyframes billfill {
  0% {width: 0%; height: 1px;}
  50% {width: 100%; height: 1px;}
  100% {width: 100%; height: 100%; background: #ffffff;}
}


/*** force bootstrap table styles on all tables ***/
table {  width: 100%; color: #212529; margin-bottom: 30px; border: 1px solid #dee2e6; }
table th,
table td { padding: 0.75rem; vertical-align: top; border-top: 1px solid #dee2e6; color:#3e4d66}
table thead th, table th { vertical-align: bottom; border-bottom: 2px solid #dee2e6; font-family: 'freight-sans-pro', sans-serif; text-transform: uppercase; font-style: normal; margin-bottom: 15px; font-size: 12px; font-weight: 700; letter-spacing: 1.25px; color: #538aa6; }
table tbody + tbody { border-top: 2px solid #dee2e6; }


/*** FORMS ***/
/*
.form-control{background-color: #ffffff; border: 1px solid #144767; box-shadow: 0px 3px #e59c46; padding: 10px 20px; background-clip: border-box;}
input, .form-control{border-radius:0px;}
::placeholder{color:#538aa6 !important; font-weight:600; text-transform:uppercase !important; letter-spacing: 1.5px !important; font-size:16px !important;}*/

.form-control{background-color: #ffffff; border: 1px solid rgba(20, 71, 103, .3); box-shadow: 0px 3px #e59c46; padding: 10px 20px; background-clip: border-box;}
input, .form-control{border-radius:0px;}
::placeholder{/*color:#144767!important;*/ color:#538aa6 !important; font-weight:600; text-transform:uppercase !important; letter-spacing: 1.5px !important; font-size:16px !important;}
.form-control:focus {color: inherit; background-color: #fff; border-color: var(--gswsa-accent1); outline: 0; box-shadow: none;}
label span { color: var(--gswsa-error); margin-left: 2px; font-size: 105%; }
.mid-blue-bg label{color:#eaf6f4;}
label{font-weight: 500;}
.mid-blue-bg form input[type=radio]{color:#eaf6f4; margin-left: 20px;}
table label{margin-bottom:0px;}
.form-holder .form-group>h3, .form-holder fieldset>h3{color:#fff; margin-top:35px;}

.submitting:after, .submitting:hover:after { content: '\f110'; position: relative; display: inline-block; font-family: 'Font Awesome 5 Pro'; color: var(--gswsa-accent1); -webkit-animation: a 2s infinite linear; animation: a 2s infinite linear; margin-left: 10px }
.submitting:focus:after, .submitting:hover:after { color: #fff }

.btn.submitting:hover { color: #ffffff; }
.btn.submitting:before { background-color: #144767; }


.submitBut{margin-top:40px;}

.form-control.error { box-shadow: 0px 3px var(--gswsa-error); border-color: var(--gswsa-error);}
label.error { color: var(--gswsa-error); margin-top: 5px; font-size: 13px;  }
label.error::before { content: '\f06a'; color: var(--gswsa-error); display: inline-block; font-family: 'Font Awesome 5 Pro', FontAwesome !important; font-size: inherit; margin-right: 4px; font-weight: 700;}
.mid-blue-bg label.error::before { color: #fff;}
.mid-blue-bg label.error {color: #fff; background-color: var(--gswsa-error); margin-top: 0px; padding: 7px;}

.bill-pay .right-side .form-control{/*background-color: rgba(255, 255, 255, .75);*/border: none;box-shadow: none;border-bottom: 3px solid #8abddd; }

.formResults { background-color: #fff; box-shadow: 0px 0px 10px rgb(0, 0, 0, .25); padding: 30px; position: relative; }
/*.formResults::before { content: ''; display: inline-block; margin-right: 8px; width: 45px; height: 45px; background-image: url("/themes/gswsa/images/GSWSA-check.svg"); background-size: contain; background-repeat: no-repeat; }*/
.formResults p { margin-bottom: 0; }

/***** File List *****/

/*.file-list { padding-top: 0; padding-bottom: 100px; }*/

/****** Customer Care Form *******/
/*.customer-care-form { padding-top: 100px; padding-bottom: 130px; background-color: var(--gswsa-light-yellow); }

.customer-care-form form { padding: 40px; }*/


/***** Docs *****/

.docs li { list-style: none; padding: 0; }
.docs li:before { display: none; }

.docs a { position: relative; color: var(--gswsa-medium-blue); background-color: var(--gswsa-light-color-1) !important; padding: 10px; padding-left: 50px; display: block; margin-bottom: 10px; font-size: 18px; font-weight: 500; border-bottom: solid 3px var(--gswsa-accent1); cursor: pointer; }
.docs a p { margin: 0; padding: 0;}
.docs a:not('.btn') { color: var(--default-text-color);  }
.docs a:before { content: '\f1c1'; font-weight: 300; font-size: 22px; display: flex; flex-direction: column; justify-content: center; align-items: center; font-family: 'Font Awesome 5 Pro', FontAwesome; background-color: var(--gswsa-accent1); color: var(--gswsa-light-color-1);  width: 40px; height: 100%; position: absolute; top: 0; bottom: 0; left: 0;  }

.docs .pdf:before { content: '\f1c1'; }
.docs .doc:before { content: '\f1c2'; }
.docs .doc:before, .docx:before, .docm:before, .dot:before { content: '\f1c2'; }
.docs .ppt:before { content: '\f1c4'; }
.docs .mp3:before { content: '\f8b6'; }
.docs .xls:before { content: '\f1c3'; }
.docs .txt:before { content: '\f15c'; }
.docs .csv:before { content: '\f6dd'; }
.docs .jpg:before, .docs .jpeg:before, .docs .tif:before, .docs .png:before { content: '\f1c5'; }
.docs .mp4:before, .docs .mpeg:before, .docs .webm:before, .docs .mov:before { content: '\f1c8'; }
.docs .zip:before { content: '\f1c6'; }


/**** PAGE TITLE ****/
.page-title { position: relative; /*background-color: rgba(20, 71, 103, 1); #ebf7f7;text-align: center; padding-top: 50px;*/ margin-top: -50px; z-index: 100; }
.page-title-container { /*padding-top: 20px; padding-bottom: 30px;*/ padding-top: 30px; z-index: 4; }
.page-title h1 { margin-bottom: 10px; }
/*.page-title-shadow { background-color: #144767; position: absolute; bottom: -30px; left: 0; right: 0; height: 120px; z-index: 1; width: 100%; clip-path: url(#wave1); transform: rotate(-1deg); }

.page-title .col-lg-11 .row{margin-bottom:-40px;}
.page-title .left-side{display: flex; flex-direction: column; justify-content: center; *margin-bottom: 30px;*}
.page-title .left-side .breadcrumb-item:first-child{padding-left:0px;}
.page-title .left-side .breadcrumb{justify-content:flex-start;}
.page-title .right-side img{height:325px;}*/

.page-title .hero, .page-title .carousel{padding: 0px; height: 300px; margin-top: -25px; overflow: hidden; /*padding-top:120px;clip-path: url(#wave1);*/ }
.page-title .carousel-item{height: 375px;}
.page-title .bottom-wave:after{margin-top:10px; margin-bottom: 20px;}
.page-title .hero img{width: 100%; height:100%; object-fit: cover;}
.page-title .swoosh-container{position: relative; z-index: 1;}
.page-title .swoosh-container .shadow {-webkit-filter: drop-shadow( 0px 0px 12px rgba(0, 0, 0, .25)); filter: drop-shadow( 0px 0px 12px rgba(0, 0, 0, .25));}
.page-title .light-blue-bg{padding-top:15px; padding-bottom:15px;}
.page-title .carousel + div, .page-title .hero + div{margin-top: -25px;}

.page-title + .carousel { margin-top: 0; }
.page-title + .carousel .carousel-item { height: 380px; }

/*.page-title + .padding-top-bottom{*margin-top:-40px; padding-top: 175px;* padding-top:150px; margin-top: -65px; }

.page-title + .child-page-list { margin-top: 100px; }*/

.breadcrumb { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 6px 0; margin-bottom: 0; list-style: none; border-radius: 0; background-color: transparent; justify-content: center; }
.breadcrumb-item { font-family: 'freight-sans-pro', sans-serif; text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: 1.25px; color: #538aa6; }
.breadcrumb-item a { font-weight: 700; }
.breadcrumb-item:first-child::before { display: none; }
.breadcrumb-item+.breadcrumb-item::before { float: left; padding-right: 0.5rem; color: #da9f56; content: "/"; font-size: 12px; vertical-align:100%; margin-right: 0; }


/******* list view *******/

.list-view .row {   }
.list-view figure { border-bottom: var(--gswsa-light-blue) solid 1px; padding-bottom: 20px; display: block; margin-bottom: 20px; }
.list-view figure:last-child { border-bottom: none; }
.list-view figure figcaption { padding-top: 0; align-items: center; padding-left: 15px; }
.list-view .img-thumbnail { width: 100%; height: auto; object-fit: cover; margin-right: 0; }
        
.nav.list-toggle { color: #7e1822; text-align: center; justify-content: center; margin-bottom: 20px; }
.nav.list-toggle .nav-item a { color: #7e1822; font-size: 18px; padding: 0 10px; }

.list-view.personnel { padding-bottom: 5px; /*margin-bottom: 50px;*/  }
.list-view.personnel figure {padding-bottom: 8px; margin-bottom: 0px; padding-top: 8px;  }
.list-view.personnel figure:nth-child(even){background-color:#ebf7f7}
.list-view.personnel figcaption > div { flex: 1 1 0px; flex-grow: 1; }

.list-view.personnel .department { margin-top: 30px; }
.list-view.personnel .department:first-child { margin-top: 0px; }
.list-view.personnel h5 { font-size: 14px; margin-bottom: 0; }
.list-view.personnel h6 { font-size: 12px; margin-bottom: 0; }

.list-view.personnel .phone { text-align: center; }
.list-view.personnel .button-holder { text-align: right; }
.list-view.personnel .btn { border-bottom: 0; box-shadow: none; padding: 8px 15px;}

/***** modal *****/
.modal{z-index: 1080;}

.modal-header { background-color: var(--gswsa-navy); color: #fff; align-items: center; z-index: 10; }
.modal-header h5 { color: #fff;}
.modal-header .btn-close { background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.modal_form_result { background-color: var(--gswsa-medium-blue); color: #fff !important; text-align: center; justify-content: center; display: flex; align-content: center; justify-content: center; align-items: center; position: absolute; width: 100%; height: 100%; z-index: 2; padding-top: 60px; padding-left: 30px; padding-right: 30px; }
.modal_form_result .formResults { background-color: transparent; padding: 0; color: #ffffff !important; box-shadow: none; }
.modal_form_result .formResults p { color: #fff; }


/***CAROUSEL***/
.carousel{margin-top:-150px;}
.carousel.fade-out .carousel-item{opacity:0; transition: opacity .5s}
.carousel.fade-out .carousel-item.active{opacity:1;}
.carousel-item, .hero{height: calc(100vh - 15px);}
.carousel-item img{height:100%; object-fit: cover; overflow: hidden;}
.carousel-overlay, .image-overlay{background-color:rgba(20, 71, 103, .4); position:absolute; top:0; bottom: 0; left:0; right:0; height:100%; width:100%; z-index: 1;}

.carousel-caption{text-align: right; right: 7%; left: auto; margin-bottom: 20px; max-width: 220px;}
.carousel-caption p{display: none;}
.caption-bg{position: absolute; bottom: 0; display: block; z-index: 2; width: 150%; height: 275px; left: -140px;}
.caption-bg svg{height:100%; width:100%;}
.caption-bg .st0{opacity:0.9;fill:#FFFFFF;}
.caption-bg .st1{opacity:0.2;fill:#8ABDDD;}

.carousel-control-prev, .carousel-control-next{width:auto; opacity: 0; left:30px;}
.carousel-control-next{left:auto; right:30px;}
.carousel:hover .carousel-control-prev, .carousel:hover .carousel-control-next{opacity:.75;}
.carousel-control-prev i, .carousel-control-next i{font-size:36px;}

.carousel-fade .carousel-item {opacity: 0; transition-duration: .6s; transition-property: opacity; display:block;}
.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {transform: translateX(0); transform: translate3d(0, 0, 0);}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {opacity: 1;}

/***CARDS***/
.row-card{display:flex; flex-direction:row; justify-content: center; align-items: center;}
.row-card-body{max-width:200px;}

.card{border: none; border-bottom: 5px solid #8abddd; height:100%; box-shadow: 0px 0px 10px rgb(0, 0, 0, .25); margin-bottom: 30px; border-radius: 0;}
.card-body{display:flex; flex-direction:column; justify-content: center; align-items:center;}
.card-body p{margin-bottom:0px; font-size:14px; line-height: 24px;}

.card-img, .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	max-height: 450px; object-fit: cover; 
}


/***COL QUICKLINKS***/
.row-icon{width:auto; height:75px; margin-right: 30px;}
.row-card-body h3{margin-bottom:0px;}

.col-quicklinks .swoosh-container:last-of-type{margin-top:-2px;}

.drop-effect .row-card-body{transition:all .3s;}
.drop-effect:hover .row-card-body{opacity:.75;}

/***ABOUT***/
.about-container [class*=col-]{min-height:400px;}
.about-container .right-side img, .wavy-shadow img{width:100%; height:100%; object-fit: cover; position: relative; z-index: 2;}

.about-container .left-side{padding-left:15px; padding-top:50px;}
h1.big.lowercase{letter-spacing: 1px; margin-bottom:25px;}
.about-container h1.top-wave:before{margin-bottom:50px;}

/***OVERLAPPING COLUMNS***/
.column-overlap .row.ex-padding-left-right{z-index: 3; position:relative;}
.column-overlap.beige-bg.padding-top-bottom-sm{padding-bottom: 155px;}
.column-overlap h2, .container .row.justify-content-center .col-sm-10 h2{max-width:450px; margin:0 auto;}

.column-overlap .bottom-wave + .row .card{height: 275px;}
.column-overlap .card-body{display: flex; flex-direction: column; justify-content: center; padding: 35px;}
.card-icon:before{content:url("../images/GSWSA-service.svg"); display: block; width:60px; height:auto; margin:0 auto 20px auto;}
.text-left .card-icon:before{margin:0 0 20px 0;}
.column-overlap [class*=col-]:nth-child(2) .card-icon:before{content:url("../images/GSWSA-rural.svg");}
.column-overlap [class*=col-]:nth-child(3) .card-icon:before{content:url("../images/GSWSA-turf.svg");}

.column-overlap .card.slide-up{border-bottom: 5px solid #8abddd;}
.column-overlap .slide-up p{transition: all .5s; transform: translateY(0); opacity: 1; visibility: visible; height:auto;}
.column-overlap .card.slide-up:hover{opacity:1;}
.column-overlap .card.slide-up:after{background: #8abddd;}
.column-overlap .slide-up:hover .card-icon:before {transform: translateY(0) scale(1.15); opacity: 1; visibility: visible; max-height: none; z-index: 10; margin: 0 auto 20px auto;}
.column-overlap .slide-up:hover h4{z-index: 10; position: relative; margin-bottom:0px; color:#fff; transform:scale(1.15)}
.column-overlap .slide-up:hover p{transform: translateY(100%); opacity:0; visibility: hidden; line-height:0px;}


/***PIPELINE***/
.pipeline-container.negative-margin, .column-overlap + .underneath{margin-top:-350px; padding-top:250px}
.pipeline-container.underneath{padding-top:0px;}
.pipeline-container h2{margin-bottom:50px;}
.nav-tabs {border-bottom: none; flex-direction: column;}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-item .nav-link {color: #144767; background-color: transparent; border-color: transparent; border: none; border-left:3px solid #f2d69c; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; font-size:16px; line-height:20px; padding: 15px 0px 15px 25px; border-radius: 0px;}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{border-left:3px solid #e59c46; color:#538aa6;}
.nav-tabs .nav-item .nav-link:hover{opacity:.75;}

.pipeline-container #newsContent .tab-pane{position: relative; z-index: 1;}
.pipeline-container #newsContent h3{max-width: 400px; margin: 0 auto 20px auto;}
.pipeline-container #newsContent .btn-primary{z-index: 100;}
.pipeline-container .left-side, .child-tabs .left-side{margin-bottom:30px;}

.pipeline-container .gs-seal{overflow:visible;}

/***MAP***/
.map-overlay{position:absolute; width:100%;}
.map-overlay .navy-wavy-bg{padding: 40px 20px; max-width:500px; border-bottom: 5px solid #8abddd; box-shadow: 0px 0px 10px rgb(0, 0, 0, .25); position: relative; z-index: 2;}
.map-overlay .navy-wavy-bg h2{margin-bottom:15px;}
.map-overlay .navy-wavy-bg h3.alternate-h3{margin-bottom:10px;}
.map-overlay .navy-wavy-bg p{margin-bottom:0px;}
.navy-wavy-bg i{margin-right:7px;}
.d-sm-flex + h5, .map-overlay .navy-wavy-bg h5{margin-bottom:7px;}
.map-overlay .navy-wavy-bg .d-sm-flex + h5{margin-top:15px;}
.map-overlay .top-wave.center-wave{margin-top:20px;}

.map-holder{height:600px;}
.home .map-holder{padding:0px;}
#map_canvas_full{background-image: url("../images/map-bg.jpg"); background-repeat: no-repeat; background-size: cover; background-position: bottom;}

.mapPopup h5{color: #538aa6;}



/**************** SERVICE AREA MAP *****************/

.map-holder { margin-top: 0; margin-bottom: 0; padding: 15px; }
.service-area-map  #map, .map, .map_canvas { height: 100%; width: 100%; }
.service-area-map #capture { height: 360px; width: 480px; overflow: hidden; background-color: #ECECFB; border: thin solid #333; border-left: none; display: none; }
.map-key { background-color: rgba(255,255,255,1); position: absolute; top: 30px; /*transform: translateY(-50%);*/ left: 50%; transform: translateX(-50%); bottom: auto; right: auto; height: auto; width: 250px; z-index: 100; -webkit-box-shadow: 2px 2px 15px -4px rgba(0,0,0,0.69); box-shadow: 2px 2px 15px -4px rgba(0,0,0,0.69); display: flex; align-content: center; align-items: center; justify-content: center; padding: 15px; border-bottom: 5px solid #e59c46; }
.map-key ul { margin-bottom: 0; }
.map-key li { position: relative; line-height: 24px; margin-bottom: 0; }
.map-key li::before { font-size: 20px; position: relative; line-height: 0; }
.map-key li.water-sewer::before { color: #205999}
.map-key li.sewer::before { color: #009e88}
@media (min-width: 768px){
    .map-holder { margin-top: 0; margin-bottom: 0; padding: 30px; } 
    .map-key { top: 50px; /*transform: translateY(-50%);*/ left: 60px; transform: translateX(0%); bottom: auto; right: auto; height: auto; width: auto; padding: 15px; }
}


/***BILL STUFFER SLIDER***/
#stuffer-carousel {margin-top:0px;}
#stuffer-carousel .carousel-inner{height:400px;}
#stuffer-carousel .carousel-item{background-repeat: no-repeat; background-size: cover; height: 100%; background-position: center; /*display: flex; align-items: center;*/}
#stuffer-carousel .carousel-item [class*=col-].text-center{z-index: 2; position: absolute; top: calc(50% - 15px); transform: translateY(-50px);}
#stuffer-carousel [class*=col-].text-center h1, #stuffer-carousel [class*=col-].text-center h2, #stuffer-carousel [class*=col-].text-center h3, #stuffer-carousel [class*=col-].text-center h4, #stuffer-carousel [class*=col-].text-center h5, #stuffer-carousel [class*=col-].text-center h6, #stuffer-carousel [class*=col-].text-center p{color:#ffffff;}

#stuffer-carousel .has-icon .white-box{display: flex; flex-wrap: wrap; justify-content: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background-color: rgba(255, 255, 255, .75); z-index: 2; padding: 30px; width:90%;}
#stuffer-carousel .has-icon .left-side, #stuffer-carousel .has-icon .middle-side {display: none;}
#stuffer-carousel .has-icon .left-side img{width:100%;}
#stuffer-carousel .has-icon .middle-side .grey-vert-rule{height: 100%;}
#stuffer-carousel .has-icon .right-side{display: flex; flex-direction: column; justify-content: center;}
#stuffer-carousel .has-icon .right-side h2{margin-bottom:0px;}
#stuffer-carousel .has-icon .right-side h1, #stuffer-carousel .has-icon .right-side h2, #stuffer-carousel .has-icon .right-side h3, #stuffer-carousel .has-icon .right-side h4, #stuffer-carousel .has-icon .right-side h5, #stuffer-carousel .has-icon .right-side h6{text-align:center;}
#stuffer-carousel .has-icon .right-side .btn-row{margin-top:30px; text-align: center;}
#stuffer-carousel .carousel-control-next, #stuffer-carousel .carousel-control-prev{z-index: 3;}

#stuffer-carousel .carousel-item .carousel-overlay, .image-overlay{background-color:rgba(20, 71, 103, .6); mix-blend-mode: multiply;}

/***CHILD TABS***/
.lowerlevel .child-tabs .tab-pane{position: relative; z-index: 1;}
.lowerlevel .child-tabs + .swoosh-container{position: relative; z-index: 2;}
.lowerlevel .lead-copy + .child-tabs + .swoosh-container .white-fill{fill:#538aa6!important;}
.lowerlevel .child-tabs + .swoosh-container + div, .lowerlevel .child-tabs + .swoosh-container + section{margin-top:-25px;}
/*.child-tabs{overflow: auto;}*/

/***PAGEBODY***/
.lead-copy + .child-tabs{background-color:#538aa6!important;}
.lead-copy + .child-tabs .nav-tabs .nav-link.active, .lead-copy + .child-tabs .nav-tabs .nav-item.show .nav-link, .mid-blue-bg .nav-tabs .nav-item.show .nav-link, .mid-blue-bg .nav-tabs .nav-link.active{color:#fff;}
.lead-copy.gs-seal{overflow:visible;}
.pagebody p:last-of-type, .pagebody p:last-child{margin-bottom:0px;}


.pagebody img{ max-width: 100%; margin: 0 auto; display: block;}

.pagebody + .child-page-list, .pagebody + .service-area-map{padding-top:0px; /*margin-top: -15px;*/}

/***IMPORTANT INFO AND ALERTS***/
.important-alert {margin-top:30px; margin-bottom:30px; }
.important-alert {color: #fff; font-weight: 500; font-style: italic; background-color: #bb5f4b; padding: 15px; margin-top: 50px; position: relative; line-height: 1;}

.important-alert::before{content:'\f06a'; color:#fff; width: 40px; height: 32px; display: block; position:relative; left: 50%; top: 50%; transform: translate(-50%,-50%); font-size: 32px; line-height: 32px; font-family: 'Font Awesome\ 5 Pro'; font-style: normal; font-weight: 300; opacity: .75; margin-top: 15px; }

.important-alert p {color: #fff; font-weight: 500; font-style: italic; background-color: transparent; padding: 0; padding-top: 0; position: relative; line-height: 24px;}

.important-alert p>span{text-transform: uppercase; font-weight: 600; font-style: normal; letter-spacing: 1px;}

/***BEIGE TWO COLS***/
.two-col-row [class*=col-]{margin-top: 30px;}
.two-col-row .beige-bg{height: 100%; padding: 30px; display: flex; flex-direction: column; justify-content: center; border-bottom: 5px solid #8abddd;}
.two-col-row .beige-bg h4{text-align:center;}
.two-col-row .beige-bg p{margin-bottom:0px}

/***THREE COLS***/
.three-col-row [class*=col-]{margin-bottom: 30px;}
.three-col-row [class*=col-]:last-child{margin-bottom: 0px;}

/***CHILD LIST***/


/***LOWERLEVEL PAGES***/
/*.trucked-waste-page .pagebody{padding-bottom:40px;}*/
.form-holder h2.bottom-wave:after, .faq h2.bottom-wave:after{margin-top:10px;}

.faq .card{margin-bottom:10px;}
.faq .card:last-child{margin-bottom:0px;}
.faq .card .card-body{align-items:flex-start; padding-bottom:15px;}



/***** Docs *****/

.faq li { list-style: none; padding: 0; }
.faq li:before { display: none; }

.faq .card { border-bottom: none; }
.faq .card-body { padding: 30px; }

.faq a { position: relative; color: var(--gswsa-medium-blue); background-color: var(--gswsa-light-color-1) !important; padding: 10px; padding-left: 50px; display: block; margin-bottom: 0; font-size: 18px; font-weight: 500; border-bottom: solid 3px var(--gswsa-accent1); }
.faq p { font-size: 16px; line-height: 28px; margin-bottom: 20px; }

.faq a p { margin: 0; padding: 0;}


.faq a:not('.btn') { color: var(--default-text-color);  }
.faq a:before { content: '\f128'; font-weight: 300; font-size: 22px; display: flex; flex-direction: column; justify-content: center; align-items: center; font-family: 'Font Awesome 5 Pro', FontAwesome; background-color: var(--gswsa-accent1); color: var(--gswsa-light-color-1);  width: 40px; height: 100%; position: absolute; top: 0; bottom: 0; left: 0;  }



.file-list h3{margin-top:45px;}
.file-list h3:first-child, .file-list h3:first-of-type{margin-top:0px;}

.customer-care-form .right-side .mid-blue-bg{padding:25px; box-shadow: 0px 0px 10px rgb(0, 0, 0, 25%);}
.customer-care-form #pictures h3.reversed{margin-top:45px;}

.child-thumbs .card-body h5{text-align: center;}

/*.smoke-testing .important-alert{margin-top:30px;}*/

.board-meeting .card.beige-bg h3{margin-bottom:0px;}
.board-meeting .card.beige-bg .d-flex{justify-content: center; width: 100%;}
.board-meeting .card.beige-bg .d-flex a{display: block; margin: 0px 10px; margin-top: 15px;}

.list-group-item:first-child {border-top-left-radius: 0px; border-top-right-radius: 0px;}
.list-group-item:last-child {border-bottom-right-radius: 0px; border-bottom-left-radius: 0px;}
.list-group-item { background-color: rgba(244, 244, 233, 1); border: none; margin-bottom: 30px; padding: 30px;  }

.list-group { margin-bottom: 30px !important; }
.list-group-item:last-child, .list-group-item p:last-child{margin-bottom:0px;}
.list-group-item h2, .list-group-item h3, .list-group-item h4 { text-align: center; }
.list-group-item:before{content:url("../images/GSWSA-wave-yellow.svg") !important; display:block; width:60px; height:auto; line-height:20px; margin-bottom:30px; margin-left:auto; margin-right:auto; }


.news-body{padding:25px;}
.news-body h5{margin-bottom: 10px;}
.news-body h3, .news-body p{margin-bottom: 15px;}

/***FOOTER***/
footer{position: relative; z-index: 1;}
footer a {font-weight: 500;}
footer a:hover{text-decoration:none;}

.footer-nav, .footer-nav + div, .footer-nav + div + div{display:flex; justify-content: center; flex-wrap:wrap;}
.footer-nav{padding-inline-start:0px !important; padding-left:0px !important; border-bottom: 2px solid #ebf7f7; padding-bottom: 30px; margin-bottom: 30px;}
.footer-nav, .footer-item{list-style: none;}
.footer-item{padding:5px 10px;}
.footer-item::before { display: none; }
.footer-item:first-child{padding-left:0px;}
.footer-item:last-child{padding-right:0px;}
.footer-link, footer p, footer a{color:#fff; text-transform:uppercase; letter-spacing: 1px;}

footer .bottom-border a{font-size:16px; display: flex; align-items: center; margin-bottom: 10px;}
footer .bottom-border a>i{font-size:21px;}
footer .bottom-border .social-icons i {margin-right:0px;}
footer .bottom-border .social-icons a{display:inline;}
/*footer .bottom-border .social-icons a:first-child{padding-right:10px;}
footer .bottom-border .social-icons a:last-child{padding-left:10px;}*/

.credit-row{justify-content: space-between;}
.credit-row p, .credit-row a{font-size: 12px; line-height: 24px; text-align: center; margin-bottom: 15px; margin-left: 5px; margin-right: 5px;}
.credit-row a{font-weight: 600;}

footer .navy-bg img{max-width: 125px; max-height: 90px; margin-bottom:30px;}
footer .navy-bg .d-flex{flex-direction:column;}
footer .navy-bg a:last-child img{margin-bottom:0px;}

footer + svg{position: absolute; bottom: 0; z-index: -1;}

/***LIVE CHAT***/
.fixed-icon{position: fixed; left: 15px; bottom: 15px; z-index: 100; transform: scale(1); transition: transform .3s; background-color:#eaf6f4; border-radius: 100px; box-shadow: 0px 0px 12px rgba(0, 0, 0, 25%);}
.chat-container{display: flex; align-items: center; padding: 3px 12px 3px 3px; transition: transform .3s, padding .3s ease-in-out 1.25s;}
.scrolling .chat-container{padding:0px;}
.fixed-icon:hover{transform: scale(1.15);}
.fixed-icon img{/*width:50px;*/ width:55px;}
.fixed-icon h3{margin-bottom:0px; color:#5489a5; transition:all .3s ease-in-out 1.25s; max-width: 50px; font-size: 22px; line-height: 20px;}
.fixed-icon a.chat-collapse{position: absolute; right: -20px; top: -5px;}
.fixed-icon .fa-times{font-size: 24px; transition:opacity .2s;}
.chat-closed{padding:5px;}
.chat-closed h3, .scrolling .chat-container h3{opacity:0; font-size:0px; visibility:hidden; letter-spacing:0px;}
.chat-closed .fa-times{opacity:0;}


/************** sitemap ****************/

.sitemap ul li { padding-left: 0; padding-right: 0;}
.sitemap ul li::before { display: none; }
.sitemap ul li a { font-family: 'freight-sans-compressed-pro', sans-serif; color: var(--default-text-color); font-size: 22px; }
.sitemap ul li a:hover { color: var(--gswsa-accent1); font-weight: 700; }
    
.sitemap ul li ul li { margin-bottom: 0; }
.sitemap ul li ul li { padding-left: 15px; padding-right: 15px; }
    
.sitemap ul li ul li::before { display: inline; }
.sitemap ul li ul li a { font-family: 'freight-sans-pro', sans-serif; font-weight: 300; font-size: 14px; }   
    
.sitemap ul li ul li > ul li { margin-bottom: 0; }

@media (min-width: 768px){
    .sitemap ul li ul li { padding-left: 25px; padding-right: 25px; }
}



/******************************************************MICROSITE******************************************************/


.report-home .navigation-container{overflow: hidden; /*position: relative;*/ position: absolute; width: 100%; height: 100%;}
.report-home .navbar-expand-xl, .report-home .nav-bg, .report-home .nav-shadow{position:absolute !important;} 
.report-home .navbar-expand-xl.nav-open{position:fixed !important;}

/***HERO***/
.hero{/*margin-top: -150px;*/padding-top: 60px; height:auto; display: flex; align-items: center; overflow: hidden;}
.hero .container-fluid{padding-left:0px; padding-right: 0px;}
.hero .row.ex-padding-left-right{flex-direction: column-reverse;}
.hero .left-side{margin-top:35px; padding-left: 45px; padding-right: 45px;}
.hero .left-side .top-wave:before{margin-bottom: 40px;}
.hero .left-side .btn{margin-bottom:5px;}

.hero .right-side{max-height: 430px;}
.hero .right-side .wavy-shadow:after{z-index: -1;}
.hero .right-side .wavy-shadow img{z-index: 4; max-height: 400px;}

.hero .position-absolute{right: -105px; z-index: 10; display:none;}
.hero .position-absolute i{margin-right:15px; margin-left:10px;}
.hero .position-absolute a{color:#5489a5; text-transform: uppercase; letter-spacing: 3px; font-weight: 500;display: flex; align-items: center; transform: scale(1); transition: transform .3s;}
.hero .position-absolute a:hover{color:#5489a5; transform: scale(1.1);}

.hero + section, .hero + div {/*margin-top: -212px; */ margin-top: 50px; z-index: 3;}

/***SUBNAV***/
.subnav-container{position:sticky; top: -25px; z-index: 3;}
/*.subnav-container .navbar, .scrolling .subnav-container .navbar{height: 120px;}
.subnav-container .navbar{height: 105px;}*/
.subnav-container .navbar{overflow-x: scroll; scrollbar-color: #8abddd #cae1f0; /*margin-right: 50px;*/ margin-right: 61px;}
*::-webkit-scrollbar-thumb{background:#8abddd}
.scrolling .subnav-container .navbar{height: 120px;}
.subnav-container.is-pinned .navbar{height: 70px; box-shadow: 0px 0px 10px rgb(0, 0, 0, 25%);}
.subnav { flex-direction:row; justify-content: space-between; width:100%; align-items: center;}
.subnav .nav-item{min-width: 200px;}
.subnav .nav-item:after{content:''; background-color:#ebf7f7; width: 2px; height:50px; display:block; position: absolute; top: 50%; transform: translateY(-50%);}
.subnav .nav-item:first-child:after{content:none;}
.subnav .nav-item .nav-link{margin-bottom:0px; font-weight: 600; margin-left: 15px; margin-right: 15px;}
.subnav .nav-item:first-child .nav-link{margin-left:0px;}
.subnav .nav-item:last-child .nav-link{margin-right:0px;}
.subnav-container.is-pinned .subnav .nav-item .nav-link{padding: 7px 20px;}

.swipe-mobile{position: absolute; right: 0; padding: 10px 15px; background-color: #cae1f0; height: 100%; display: flex; align-items: center; box-shadow: -7px 0px 5px -6px rgb(0, 0, 0, .25); top:0;}
.swipe-mobile i:first-child{animation: swipe 1.2s infinite linear; -webkit-animation: swipe 1.2s infinite linear; -moz-animation: swipe 1.2s infinite linear; transition:all .3s; font-size:18px; margin-top:5px;}
.swipe-mobile .fa-chevron-right{margin-left: 5px; font-size: 20px;}
.subnav-container.is-pinned .swipe-mobile i:first-child{animation:none; transform: rotate(-45deg);}

.flip-image{transform:scaleX(-1)}

@-webkit-keyframes swipe {
  0% {transform: rotate(-45deg);}
  50% {transform: rotate(0deg);}
  100% {transform: rotate(20deg);}
}


/************ WATER QUALITY REPORT ************/
.page-title.no-image .swoosh-flipped{ margin-top: -25px;}
.water-quality-info { margin-top: -20px; }	
.water-quality-info .nav-tabs { top: 0 !important; margin-top: 0 !important; }
.water-quality-info .tab-content { background-color: #ffffff; }
	
.water-samples .nav-tabs { flex-direction: row; position: static !important; top: 0 !important; margin-top: 0 !important; }
.water-samples .nav-tabs .nav-item .nav-link { font-size: 18px; line-height: 21px; padding: 20px 15px 20px 15px; border-left: none; border-top: 3px solid #e59c46;  }
	
.water-samples .nav-tabs .nav-item .nav-link { background-color: rgba(138, 189, 221, 1); border-top: 3px solid #144767;  }
.water-samples .nav-tabs .nav-item .nav-link.active { background-color: rgba(138, 189, 221, 0); color: #144767; border-top: 3px solid #e59c46;  }
	
.water-samples .tab-pane { padding: 30px; }
.water-samples .tab-pane .row [class*=col-]{padding-left:5px; padding-right:5px;}

.water-samples .slide-up.card { height: auto; min-height: 250px; justify-content: flex-start; }

.water-samples .card h3 { margin-bottom: 8px;  }
.water-samples .card h6 { margin-bottom: 8px; text-transform: uppercase; font-weight: 700;  }
	
.water-samples .card-body { display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; flex-direction: column; padding: 0; align-items: flex-start}

.water-samples .card-left {padding: 25px; padding-right:50px; padding-bottom: 0px; /*padding: 25px 50px 0px 0px*/ width:100%;}
.water-samples .card-right {padding: 25px; padding-bottom:40px; width:100%;}
	
.water-samples .slide-up:after{content: ""; display: none; }
	
.water-samples .slide-up:hover .hidden-text{ cursor: pointer; max-height:none; opacity:1; visibility:visible; z-index: 100; margin-top:0; transition: all .5s ease-in-out .1s;}
.water-samples .slide-up h3{ margin-bottom: 20px; font-size: 28px; transition: all .5s ease-in-out;  /*transition: none;*/}
.water-samples ul { margin-bottom: 0;}
.water-samples ul.sample-list {padding-left:10px;}
.water-samples .sample-list li { font-size: 16px; line-height: 16px; text-align: left; display: flex; align-items: center; border-bottom: var(--gswsa-light-yellow) solid 1px; padding: 10px 0; }
.water-samples .sample-list li:last-child { border-bottom: none; }
.water-samples .label { text-align: left; display: block; width: 75%;}
.water-samples .badge, .water-samples .sample-list .sample { /*float: right;*/ font-size: 14px; text-align: right; display: block; width: 25%;}

.water-samples .hidden-text { background: #e59c46; width: 100%; height: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; padding: 25px; margin-top: 0; max-height: none; }
.water-samples .hidden-text h3, .water-samples .slide-up:hover h3 { font-size: 28px; }
.water-samples .hidden-text h3{padding-right:50px;}
.water-samples .hidden-text h6 { color: #ffffff; letter-spacing: 0; text-transform: uppercase; font-weight: 700; margin-bottom: 0; }
.water-samples .hidden-text p { color: #fff; font-size: 14px; line-height: 18px;  }
.water-samples .amount-found { line-height: 1; }
.water-samples .amount-found span.amount { display: block; font-size: 44px; color: #e59c46; }
.water-samples .amount-found span.unit { display: inline; font-size: 12px; color: #e59c46; }
.water-samples .card .date-tested { position: absolute; bottom: 0; right: 0; padding: 2px 8px; background-color: #e59c46;  font-weight: 700; color: #fff; letter-spacing: 0; font-size: 10px; text-transform: uppercase; }
	
.pass-or-fail { display: flex; font-weight: 700; font-size: 14px; text-transform: uppercase; color: #538aa6; letter-spacing: 1px; margin-top: 20px; }
.pass-or-fail::before { content: ''; display: inline-block; margin-right: 8px; width: 25px; height: 25px; background-image: url("/themes/gswsa/images/GSWSA-check.svg"); background-size: contain; background-repeat: no-repeat; }

.violation { color: #bb5f4b; }
.no-violation::before { background-image: url("/themes/gswsa/images/GSWSA-check.svg"); }
.violation::before { background-image: url("/themes/gswsa/images/GSWSA-x-red.svg"); }

.hidden-text { position: relative; }
.hidden-text .info-icon,
.water-samples .card-right .info-icon { position: absolute; top: 10px; right: 10px; bottom: auto; width: 40px; height: 40px; background-color: #fff; border-radius: 50%; box-shadow: 0px 0px 12px rgba(0, 0, 0, 25%); }

.water-samples .card-right .info-icon { box-shadow: none; }

/***ABOUT***/
.report-about-container.gs-seal:before{content:url("../images/GSWSA-seal-blue.svg"); /*width:175px;*/ height:auto; position:absolute; bottom: -50px; left: auto; right: 10px; opacity: .3; transform: rotate(20deg); mix-blend-mode: multiply; z-index:1;}
.report-about-container p{max-width: 775px; margin: 0 auto 25px auto;}
.report-about-container .btn-primary {background-color: white; z-index: 1;}

/***SQUIGGLY LINE CIRCLE***/
.source-container{position:relative;}
.source-container:after{content: ""; background-image: url("../images/wavy.png"); background-repeat: repeat; background-size: 300px 300px; height: 100%; width: 100%; position: absolute; left: 0; bottom: 0; opacity: .15; /*z-index: -1;*/}
.source-container .container{position: relative; z-index: 1;}
.source-container .column-overlap h2{max-width: 475px;}
.source-container h5.text-center{color:#144767 !important;}
.source-container .bottom-wave:after {margin: 15px auto 25px auto;}

.squiggly-line-circle .row{align-items: center; /*padding-bottom:75px; padding: 30px;*/ }
.navy-box{margin-bottom: 35px; margin-top: 35px; background-color: rgba(20, 71, 103, .75); box-shadow: 0px 0px 10px rgb(0, 0, 0, 25%); position:relative;}
.squiggly-line-circle .row:nth-child(even){flex-direction: row-reverse;}
.squiggly-line-circle .row:nth-child(even) [class*=col-]{text-align: right;}
/*.squiggly-line-circle .row:last-child{padding-bottom:0px;}
.squiggly-line-circle [class*=col-]{display:flex; flex-direction: column; justify-content: center;}*/
.squiggly-line-circle p{margin-bottom:0px;}

.ex-padding-middle .row{margin-right: -25px; margin-left: -25px;}
.ex-padding-middle [class*=col-]:first-child{padding-right:25px;}
.ex-padding-middle [class*=col-]:last-child{padding-left:25px;}

.squiggly-line-circle .row:nth-child(even) [class*=col-]:first-child{padding-right:15px; padding-left:25px;}
.squiggly-line-circle .row:nth-child(even) [class*=col-]:last-child{padding-right:25px; padding-left:15px;}

.navy-row-card .card .card-body{padding:25px; /*margin-top: 30px;*/}
.navy-row-card .card{background-color: rgba(20, 71, 103, 1); border-bottom: none; align-items: center; justify-content: flex-end; margin-top: 35px; margin-bottom: 50px;}
.navy-row-card .card:first-child{margin-top:40px;}
.navy-row-card .card .card-img-top{width:auto; height: 100%; margin-top: -10px; margin-left: -10px; margin-right: -10px; max-height: none;}
.navy-row-card .card .card-img-top img{display: block; height: 335px;}
.navy-row-card .card .card-body h5{margin-bottom:10px;}
.navy-row-card .card .card-body h3{margin-bottom:15px;}


/***OVERLAPPING CONTAINER***/
.source-container.column-overlap .padding-top-bottom{padding-bottom: 105px;}
.source-container.column-overlap .position-absolute-sm .map-holder{padding: 25px; height: 400px; width: 100%; box-shadow: 0px 0px 10px rgb(0, 0, 0, 25%); position:relative;}
/*.source-container.column-overlap .position-absolute-sm .map-holder img{height: 100%; object-fit: cover;}*/

.source-container .form-inline{position: absolute; bottom: 45px; width: 100%; left: 50%; transform: translateX(-50%); justify-content: center; flex-direction:column;}
.source-container .form-inline label{width: 75%; background-color: #144767; color: #fff; text-transform: uppercase; letter-spacing: 1px; text-align: center; padding: 10px; font-size: 13px; line-height: 16px; margin-bottom: 0px;}
.source-container .form-inline input{width: 75%; background-color: #ffffff; border: 1px solid #144767; box-shadow: 0px 3px #e59c46; padding:8px 30px;}
.source-container .form-inline ::placeholder{color:transparent !important; font-weight:600; text-align: center;}
.source-container .form-inline .btn{padding: 9px 30px; box-shadow: 0px 3px #e59c46; margin-top: 15px;}

/***VERSUS CONTAINER***/
.versus-container.ex-padding-top, .versus-container.underneath, .source-container + .underneath{margin-top:0px; padding-top: 250px;}
.versus-container .left-side{margin-bottom:40px; display: flex; /*align-items: flex-end;*/ align-items:center;}
.versus-container .left-side .top-wave{/*height: 100%; display: flex; flex-direction: column; justify-content: flex-end;*/ margin-top: -2px;}
/*.versus-container .left-side .top-wave h5{margin-top:60px;}*/
.versus-container .left-side p{margin-bottom:0px;}

.report-home .right-side .row:last-child{margin-bottom:0px;}
.slide-up.card {border-bottom: 5px solid #e59c46; height: 250px; min-height: 250px; justify-content: center;}
.versus-container .right-side [class*=col-]:last-child .card{margin-bottom:0px}
.versus-container .right-side .card .card-icon{position:relative; flex: unset; z-index: 2; overflow: hidden;}
.versus-container .right-side .card .card-body{display:block;}
.versus-container .right-side .card h3{margin-bottom:0px;}

/*
.versus-container .right-side .row:first-child [class*=col-]:first-child .card-icon:before{content:url("../images/GSWSA-expensive.svg");}
.versus-container .right-side .row:first-child [class*=col-]:last-child .card-icon:before{content:url("../images/GSWSA-environment.svg");}
.versus-container .right-side .row:last-child [class*=col-]:first-child .card-icon:before{content:url("../images/GSWSA-contaminants.svg");}
.versus-container .right-side .row:last-child [class*=col-]:last-child .card-icon:before{content:url("../images/GSWSA-plastic.svg");}
*/

.icon-expensive::before { content:url("../images/GSWSA-expensive.svg"); }
.icon-environment::before { content:url("../images/GSWSA-environment.svg"); }
.icon-contaminants::before { content:url("../images/GSWSA-contaminants.svg"); }
.icon-plastic::before { content:url("../images/GSWSA-plastic.svg"); }


.slide-up:after{content: ""; position: absolute; /*z-index: -1;*/ top: 0; left: 0; right: 0; bottom: -1px; background: #e59c46; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;}
.slide-up h3{transition: all .5s ease-in-out .1s;}
.slide-up h5, .slide-up .card-icon:before{transform:translateY(0); transition: all .5s;}
.slide-up:hover:after{-webkit-transform: scaleY(.98);transform: scaleY(.98); z-index: 1;}
.slide-up:hover h3{color:#ffffff; font-size:21px;}
.slide-up:hover h5, .slide-up:hover .card-icon:before{transform:translateY(-100%); opacity:0; visibility:hidden; z-index: -1; max-height:0; margin-bottom:0px;}

.slide-up .hidden-text{opacity:0; visibility:hidden; z-index: -1; max-height:0; margin-bottom:0px; color:#ffffff; line-height:21px;}
.slide-up .hidden-text p { color: #ffffff; }
.slide-up:hover .hidden-text{max-height:150px; opacity:1; visibility:visible; z-index: 100; margin-top:10px;}

/***ALERT SIGNUP***/
.alert-signup{position:relative;}
.alert-signup .container-fluid{position: relative; z-index: 2;}
.alert-signup .form-row .form-control{border-color:#fff; padding:8px 20px; }
.alert-signup .form-row .btn{min-height:38px; width: 100%;}
.alert-signup [class*=col-]{z-index:2;}
.water-bg .great-seal:before {right: 0; top: -100px;}

/***WATER QUALITY TEASER***/
.report-teaser h5{color: var(--gswsa-accent1); text-shadow: 0px 0px 10px #000000;}
.report-teaser h2{text-shadow: 0px 0px 10px #000000;}
.report-teaser [class*=col-]{z-index: 2; text-align: center;}

/***LIVE CHAT***/
/*.chat-container {top: 650px; position:absolute; bottom:auto;}*/

/***GLOSSARY***/

.glossary-container .modal-content{border-radius: 0; border: none; border-bottom: 5px solid #8abddd;}
.glossary-container .modal-content .modal-body, .glossary-container .modal-content .modal-header{padding: 30px;}
.glossary-container .modal-content .modal-header{flex-direction: column; border-radius: 0px; border-bottom:none;}
.glossary-container .modal-content .modal-header p.big{margin-bottom: 0px;}
.glossary-container .modal-content .modal-header .close{position:absolute; top:30px; right:30px; transition: transform .3s ease-in-out; text-shadow: none; opacity: 1;}
.glossary-container .modal-content .modal-header .close:hover{transform:scale(1.25);}
.glossary-container .modal-content .modal-header .close i{font-size: 36px; color:#8abddd; transition: color .3s ease-in-out;}
.glossary-container .modal-content .modal-header .close:hover i{color: #eaf6f4;}

.glossary-container .modal ul{padding-inline-start: 0px !important;}
.glossary-container .modal li{padding-bottom:10px; margin-bottom:10px; border-bottom:2px solid #ebf7f7;}
.glossary-container .modal li>span{font-weight:600;}


/******************************************************END MICROSITE CSS*******************************************************/





/***MEDIA QUERIES***/
@media (min-width: 576px){
	#stuffer-carousel .has-icon .white-box{top: calc(50% - 15px);}
	#stuffer-carousel .has-icon .left-side {display: flex; align-items: center;}
	#stuffer-carousel .has-icon .middle-side{display: flex; justify-content: center;}
	#stuffer-carousel .has-icon .right-side h1, #stuffer-carousel .has-icon .right-side h2, #stuffer-carousel .has-icon .right-side h3, #stuffer-carousel .has-icon .right-side h4, #stuffer-carousel .has-icon .right-side h5, #stuffer-carousel .has-icon .right-side h6, #stuffer-carousel .has-icon .right-side .btn-row{text-align:left;}
	#stuffer-carousel .has-icon .middle-side .grey-vert-rule {height: 100%;width: 2px;margin: 0;}
	#stuffer-carousel .has-icon .left-side img{object-fit: fill;}
	#stuffer-carousel .carousel-item [class*=col-].text-center{top: calc(50% - 45px);}
	
	.table-responsive{display:table;}
}

@media (min-width: 768px){
	h1, h2, h3{margin-bottom:20px;}
	h1, h2{/*letter-spacing:3px;*/ font-size:36px;}
	h1.big, .carousel-caption h1, .carousel-caption h2{font-size:48px; }
	h1.extra-big{font-size: 48px;}
	
	.two-columns, .three-columns, .four-columns {column-count: 2; column-gap: 50px;}
	
	/***GRAPHICS***/
	.grey-vert-rule{width: 2px; height:110px; background-color:#ebf7f7; margin: 0px;}
	
	.gs-seal:before{width:250px;}
	
	.great-seal:before{right:-30px;}
	
	.top-wave:before, .bottom-wave:after{width:70px;}
	
	.swoosh-container svg{height: 40px;}
	
	/***PADDING AND MARGINS AND STUFF***/
	.col-275 {margin: 0;}
	.position-absolute-sm{position: absolute !important;}
	
	.padding-top-bottom-xs{padding-top:30px; padding-bottom:30px;}
	.padding-top-xs{padding-top:30px;}

	.padding-top-bottom-sm{padding-top:55px; padding-bottom:60px;}
	.padding-top-sm{padding-top:55px;}
	.padding-bottom-sm{padding-bottom:60px;}
	
	.padding-top-bottom-md{padding-top:70px; padding-bottom:90px;}
	.padding-top-md{padding-top:75px;}
	.padding-bottom-md{padding-bottom:90px;}

	.padding-top-bottom{padding-top:100px; padding-bottom:100px;}
	.padding-top{padding-top:100px;}
	.padding-bottom{padding-bottom:100px;}
	
	.ex-padding-top{padding-top:230px;}
	
	/***BTN***/
	.btn{font-size:16px; line-height: 18px;}
	
	/***NAV***/
	.navbar, .nav-bg{height: 120px;}
	.navbar, .nav-bg, .nav-shadow, .navbar-brand{transition: all .4s;}
	.scrolling .navbar, .scrolling .nav-bg{height:90px;}
	.scrolling .navbar-brand:not(.center-logo){width:175px; top:10px;}
	.scrolling .nav-shadow {height: 110px;}
	.nav-open, .scrolling .nav-open { height: 100vh;}
	.nav-shadow {height: 140px;}
	.navbar-brand{max-width: 200px; width:200px;}
	.navbar-expand-xl .navbar-nav {margin-bottom: 70px;}
	.navbar-expand-xl .navbar-nav .nav-link{font-size: 24px; margin-bottom: 25px; letter-spacing: 4px;}
	.overlay-navigation:before{width: 250px;}
	.overlay-navigation .navy-wavy-bg{bottom: -230px; padding-top: 65px; height: 400px; clip-path: url(#wave3);}
	.overlay-navigation .navy-wavy-bg.slide-up{height: 450px; padding-top: 80px;}
	.overlay-navigation .navy-wavy-bg h3.alternate-h3, .overlay-navigation .navy-wavy-bg .social-icons i{font-size: 28px;}
	.overlay-active + .open-overlay{right: 25px; top: 30px;}
	.scrolling div:not(.overlay-active) + .open-overlay{top: 15px;}
	
	
	.bill-item {top: 20px;}
	.scrolling .bill-item{top: 10px;}
	.bill-item, .nav-bg .sky-blue-bg{width:165px;}
	.bill-item{padding-left:25px; padding-right:25px;}
	.bill-item .bill-link{font-size: 13px; letter-spacing: 2px;}
	.bill-item img, .bill-item svg{width: 30px; margin-bottom: 7px; transition:all .4s;}
	.scrolling .bill-item img, .scrolling .bill-item svg{width:25px;}
	
	.navbar-toggler, .open-overlay{right: 185px; /*top: 30px;*/ top:25px;}
	
	/***DROPDOWN***/
	.dropdown-menu.show{padding-top:0px; display:flex;}
	/*.dropdown-menu .container [class*=col-]{max-width:80%;}*/
	.dropdown-menu.show:before {font-size: 32px; margin-bottom: 40px;}
	.dropdown-item, .submenu-item, .dropdown-submenu, .dropdown-menu.show h5{text-align: left;} 
	.dropdown-item, .submenu-item, .dropdown-menu h5 {font-size: 18px;}
	.dropdown-submenu{border: none; margin-top: 0; padding-top: 0px;}
	.dropdown .back-to-menu {left: 35px; top: 20px}
	.dropdown-menu .justify-content-between>div{max-width:50%; margin-right:20px;}
	
	.nav-quicklinks{align-items: center; margin-top: 35px;}
	
	/***BILL PAY***/
	.bill-pay .left-side.mid-blue-rule{display:block;}
	/*.bill-pay .left-side .d-flex{flex-wrap:wrap;}*/
	.bill-pay .right-side{padding-left: 50px;}
	
	/***PAGE TITLE***/
	.page-title-container {padding-top: 55px;}
	.page-title .hero, .page-title .carousel{margin-top: -40px; height: 375px;}
	.page-title .carousel + div, .page-title .hero + div{margin-top: -35px;}
	
	/***CAROUSEL***/
	.carousel-caption{text-align: right; right: 7%; margin-bottom:0px; max-width: 425px; height: 275px; display: flex; flex-direction: column; justify-content: center;}
	.carousel-caption h1, .carousel-caption h2 {margin-bottom: 25px;}
	.caption-bg{left:auto; right: 0; height: 330px; width: 105%;}

	/***COL QUICKLINKS***/
	.col-quicklinks .col-275:last-of-type{margin: 40px auto 0 auto;}
	.col-quicklinks .grey-vert-rule:nth-child(4){display:none;}
	.row-icon{height:85px;}
	
	/***CARDS***/
	.card{margin-bottom: 0px;}
	
	/***ABOUT***/
	.great-seal:before{width:200px;}
	
	/***OVERLAPPING COLUMNS***/
	.bottom-wave + .row [class*=col-]:nth-child(1), .bottom-wave + .row  [class*=col-]:nth-child(3){margin-top:-40px;}
	.column-overlap .bottom-wave + .row .card{height: 315px;}
	.column-overlap .card-body{padding: 20px;}
	
	/***PIPELINE***/
	.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-item .nav-link {font-size:18px; line-height:21px; padding:20px 0px 20px 25px;}
	
	/***NAV TABS***/
	.lowerlevel .nav-tabs{position: sticky; top: 140px; margin-top: 30px;}
	.lowerlevel .child-tabs + .swoosh-container + div, .lowerlevel .child-tabs + .swoosh-container + section{margin-top:-40px;}
	
	/***MAP***/
	.map-overlay .navy-wavy-bg{padding:55px; margin: -10px auto 0 auto;}
	.d-sm-flex p:first-child{padding-right:15px;}
	.d-sm-flex p:last-child{padding-left:15px;}
    
    
    #map_canvas_full{ background-position: center;}
    
	
	/***STUFFER***/
	#stuffer-carousel .carousel-item{/*background-size: 100%;*/ background-size: cover;}
	#stuffer-carousel .has-icon .white-box{width:80%}
	
	/***LOWERLEVEL PAGES***/
	.customer-care-form .right-side .mid-blue-bg{padding:40px;}
	
	.two-col-row:first-of-type [class*=col-]{margin-top: 0px;}
	p + .two-col-row:first-of-type [class*=col-]{margin-top: 30px;}
	.three-col-row [class*=col-]{margin-bottom: 0px;}
	
    
    .important-alert { padding-left: 60px; }
    
    .important-alert::before{content:'\f06a'; color:#fff; width: 40px; height: 32px; position:absolute; left: 20px; top: 50%;transform: translateY(-50%); font-size: 32px; line-height: 32px; font-family: 'Font Awesome\ 5 Pro'; font-style: normal; font-weight: 300; opacity: .75; margin-top: 0;}
    
	
	.important-alert p:before{ left:15px; top:50%; transform:translateY(-50%);}
	
	.list-group-item {padding: 50px;}
	
    .fixed-icon:hover { cursor: pointer; }
	.fixed-icon, .scrolling .chat-container{padding:3px;}
	.chat-container{padding: 3px 12px 3px 3px;}
	.fixed-icon img{width:60px;}
	.fixed-icon h3{max-width: none; font-size: 28px; line-height: 1;}
	
	/***FOOTER***/
	footer{clip-path: url(#wave3); margin-top:-50px;}
	.footer-nav{margin-bottom:35px; border-bottom: none; padding-bottom: 0px; }
	footer .bottom-border a{font-size:18px; margin-bottom: 10px; padding-left: 15px; padding-right: 15px;}
	.credit-row p, .credit-row a{font-size: 14px; line-height: 28px; margin-bottom:0px; padding-left: 15px; padding-right: 15px;}
	.credit-row p>a{padding-left:0px; padding-right:0px;}
	footer .navy-bg .d-flex{flex-direction:row;}
	footer .navy-bg img{margin-bottom:0px;}
	
	
	/******************************************************MICROSITE******************************************************/
	
	/***HERO***/
	.hero .left-side {padding-right: 100px;}
	/*.hero .left-side .top-wave:before{margin-bottom:75px;}*/
	
	.hero .right-side{max-height: 600px;}
	.hero .right-side .wavy-shadow img {max-height: 500px;}
		
	.hero .position-absolute{right: -80px; display: block; /*bottom: 240px;*/ top:760px;}
	
	/***SUBNAV***/
	.subnav-container{top:-40px;}
	
	/***ABOUT***/
	.report-about-container.gs-seal{overflow:visible;}
	.report-about-container.gs-seal:before{width:200px; bottom: -60px; left:auto; right: 40px;}
	
	/***SQUIGGLY LINE CIRCLE***/
	.navy-row-card .card{flex-direction: row; }
	.navy-row-card .card:nth-child(even){flex-direction: row-reverse;}
	.navy-row-card .card .card-body{max-width: 50%; flex: 0 0 50%; justify-content: flex-end;  margin-top: 0px;}
	.navy-row-card .card .card-img-top{/*position: absolute; left: -15px; top: -12px; bottom: -15px;*/margin-top: 0px; margin-left:-15px; margin-right: auto;}
	.navy-row-card .card:nth-child(even) .card-img-top{/*left:auto; right:-15px;*/ margin-right:-15px; margin-left:auto;}
	
	.squiggly-line-circle .card:after{content:''; position: absolute; right: -60px; /*top: 150px;*/ top: 115px; width: 575px; height: 475px; border-bottom-right-radius: 100%; border-top-right-radius: 100%; border: 3px solid #cae1f0; border-color: transparent #cae1f0 transparent transparent; z-index: -1;}
	.squiggly-line-circle .card:nth-child(even):after{right: auto; left: -60px; border-bottom-right-radius: 0; border-top-right-radius: 0;  border-bottom-left-radius: 100%; border-top-left-radius: 100%; border-color: transparent transparent transparent #cae1f0;}
	.squiggly-line-circle .card.aos-init:after{opacity:0; transition: opacity .3s linear 1s;}
	.squiggly-line-circle .card.aos-animate:after{opacity:1;}
	
	/***LOCATOR MAP***/
	.source-container.column-overlap .position-absolute-sm{width:100%;}
	
	.source-container .form-inline{flex-direction:row; bottom: 60px;}
	.source-container .form-inline label{display:none;}
	.source-container .form-inline ::placeholder{color:#538aa6 !important;}
	.source-container .form-inline .btn{margin-top: 0px;}
	
	.source-container.column-overlap .padding-top-bottom{padding-bottom: 175px;}
	
	/***BOTTLED VS TAP***/
	
	.report-home .right-side .row{margin-bottom:30px;}
	.slide-up.card {/*height: 215px; min-height: 215px; justify-content: flex-start;*/ height: 230px; min-height: 230px;}
	.versus-container .left-side .top-wave:before {/*position: absolute; top: 0;*/ margin-bottom:70px;}
	.versus-container .right-side [class*=col-]:nth-child(-n+2){margin-bottom:30px;}
	
	/***GLOSSARY***/
	
	.glossary-container .modal-dialog{max-width: 90%;}
	.glossary-container .modal-content .modal-header p.big{max-width: 70%;}
	
	.water-bg .great-seal:before {top: -140px;}
	
	/***WATER QUALITY REPORT***/
	.water-quality-info { margin-top: -30px; }
	.page-title.no-image .swoosh-flipped{ margin-top: -30px;}
	
	.water-samples .slide-up.card{margin-bottom:30px;}
	.water-samples .card-body {flex-direction: row;}
	.water-samples .card-left { -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; padding: 40px; }
	.water-samples .card-right { -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%; padding: 40px 40px; }
	.water-samples .hidden-text {padding: 40px; }
	.water-samples .hidden-text h3{padding-right:0px;}
	.water-samples ul.sample-list {padding-left:0px;}
	.water-samples .tab-pane .row [class*=col-]{padding-left:15px; padding-right:15px;}
	
	
	/******************************************************END MICROSITE CSS*******************************************************/
}

@media (min-width: 904px){
	
	.col-quicklinks .col-275:last-of-type{margin: 0;}
	.col-quicklinks .grey-vert-rule:nth-child(4){display:block;}
	
}

@media (min-width:768px) and (max-width: 991px){
	.navy-row-card .card .card-body h3 {font-size:21px;}
	
	.left-side .nav-tabs {flex-direction: row;}
	.left-side .nav-tabs .nav-item{width:50%;}
}

@media (min-width: 991px){
	
	h1.extra-big{font-size: 58px;}
	
	.two-columns {column-count: 2; column-gap: 50px;}
	.three-columns {column-count: 3; column-gap: 50px;}
	.four-columns {column-count: 4; column-gap: 50px;}
	
	.ex-padding-top{padding-top:250px;}
	
	.great-seal:before{width:200px; top:0px;}
	
	.bill-pay .left-side .d-lg-flex p{margin-left:30px;}
	.bill-pay .d-lg-flex p:first-child{margin-left:0px;}
	
	.carousel-caption{max-width: 450px; height: 310px; /*padding-left: 60px;*/}
	.carousel-caption h1, .carousel-caption h2 {margin-bottom: 10px;}
	.carousel-caption p{display: block;}
	.caption-bg{height: 375px; width: 95%;}
	
	.about-container .left-side{padding-left:30px; padding-top:100px; display: flex; flex-direction: column; justify-content: flex-end;}
	.about-container [class*=col-]{min-height:535px;}
	.about-container h1.top-wave:before{margin-bottom:90px;}
	
	.column-overlap .card-body{padding: 35px;}
	
	.pipeline-container #newsContent .tab-pane .light-grey-bg{height:500px;}
	.pipeline-container .right-side{padding-left:45px;}
	.pipeline-container .left-side, .child-tabs .left-side{margin-bottom:0px;}
	
	.map-holder{height:500px;}
	
	.lead-copy.gs-seal:before{z-index: 100;}
	
	.footer-nav, .footer-nav + div, .footer-nav + div + div{justify-content: space-between;}
	.footer-nav{margin-bottom:50px;}
	.footer-item{padding:0px;}
	footer .bottom-border a, .credit-row p, .credit-row a{padding-left:0px; padding-right:0px;}
	
	/***LIVE CHAT***/
	.fixed-icon{left:40px; bottom:40px;}
	
	
	/******************************************************MICROSITE******************************************************/
	
	.hero{padding-top: 165px; overflow: auto;}
	.hero .container-fluid{padding-left:15px; padding-right: 15px;}
	.hero .row.ex-padding-left-right{flex-direction: row;}
	.hero p.lead{font-size: 26px; line-height: 36px;}
	.hero .left-side .btn{margin-bottom:0px;}
	.hero .right-side .wavy-shadow img{max-height: none;}
	.hero .right-side .wavy-shadow{padding-left: 0px; padding-bottom: 0px; padding-right:30px; padding-top:30px;}
	.hero .right-side .wavy-shadow:after{left:auto; bottom: auto; top:0; right:0;}
	.hero .position-absolute{right: -90px; top:auto;}
	
	.hero + section, .hero + div, .page-title .carousel + div {margin-top: -35px;}
	
	.report-about-container.gs-seal:before{width:250px;}
	
	.navy-row-card .card{height: 325px; margin-bottom: 70px;}
	.navy-row-card .card .card-img-top{/*position: absolute; left: -15px; top: -12px; bottom: -15px;*/margin-top: -30px;}
	.navy-row-card .card .card-img-top img{/*height: 400px;*/ height: 355px;}
	.navy-row-card .card .card-body{padding:30px; max-width: 55%; flex: 0 0 55%; }
	
	.squiggly-line-circle .card:after{right: -75px;}
	.squiggly-line-circle .card:nth-child(even):after{left: -75px;}
	
	.source-container.column-overlap .position-absolute-sm .map-holder{padding: 30px;}
	
	.slide-up.card {/*height: 250px; min-height: 250px; justify-content: flex-start;*/ height: 275px; min-height: 275px;}
	.versus-container .left-side{margin-bottom:0px;}
	
	.glossary-container .fixed-icon{bottom:110px}
	/*.glossary-container .modal.show{display:flex !important; align-items: center;}*/
	.glossary-container .modal-dialog{max-width: 75%;}
	
	#stuffer-carousel .has-icon .white-box{width:70%}
	
	/***REPORT TEASER***/
	.report-teaser [class*=col-]{display:flex; flex-direction: column; justify-content: center; text-align: left;}
	.report-teaser .btn-reversed{margin-left:50px;}
}

@media (min-width: 1024px){
	.map-overlay .navy-wavy-bg{margin: 0;}
	
	.subnav-container .navbar{overflow-x: hidden; margin-right: 0px;}
	.subnav .nav-item{max-width:20%; flex: 0 0 20%;}
	.swipe-mobile{display:none;}
}

@media (min-width: 1025px){
	/*.versus-container.ex-padding-top{padding-top: 215px;}
	.slide-up.card {height: 240px; min-height: 240px;}
	.carousel-caption{max-width: 475px;}*/
	.versus-container .left-side .top-wave h5{margin-top:0px;}
}

@media (min-width: 1100px){
	/*.carousel-caption{right: 7%;}*/
	
	footer{margin-top:-45px;}
	
	.hero .left-side .top-wave:before{margin-bottom:75px;}
}

@media (min-width: 1200px){
	
	.great-seal:before{right:-75px;}
	
	.row.ex-padding-left-right{margin-right: -30px; margin-left: -30px;}
	.ex-padding-left-right [class*=col-]{padding-left:30px; padding-right:30px;}
	
	.navbar{overflow: visible;}
	.open-overlay{display:none;}
	.overlay-navigation{background-color: transparent; position: static; transform: none; width: auto; height: auto; display: flex !important; flex-basis: auto; padding-right: 160px; opacity:1; visibility: visible;}
	.overlay-navigation:before{content:none;}
	.navbar-expand-xl .navbar-nav {margin-bottom: 0px;}
	.navbar-expand-xl .navbar-nav .nav-item{animation:none !important; opacity:1;}
	.navbar-expand-xl .navbar-nav .nav-link{letter-spacing: 2px; /*padding: 10px 15px;*/ font-size: 14px; margin-bottom: 15px;}
	.overlay-navigation .navy-wavy-bg{display:none;}
	.dropdown-menu.show .menu-title {display: none;}
	
	.dropdown{position:initial;}
	.dropdown-menu{width:100%; border:none; box-shadow: none; z-index: -1; margin-top: 0px; top: 99px !important; background: transparent; display: block; transform: translateY(-200%); opacity: 0; transition: opacity .3s; height:auto; bottom:auto !important;}
	.scrolling .dropdown-menu {top: 75px !important;}
	.dropdown-menu.show{transform: translateY(0); background: #fff; opacity:1; transition: opacity .3s; height:auto; padding-top: 0px; overflow: visible;}
	.dropdown-menu.show:before {content: none;}
	.dropdown-menu:after{content:url("../images/GSWSA-seal-blue.svg"); width: 225px; height: auto; position: absolute; bottom: -35px; left: -20px; opacity: .2; transform: rotate(345deg); z-index:1;}
	.dropdown-menu .dropdown-swoosh{bottom: auto !important; top: 0; display:block;}
	.dropdown-menu .swoosh-container{position: absolute; display:block; width: 100%; bottom: -40px;}
	.dropdown-menu .row{padding-top: 60px; padding-bottom: 30px;}
	.dropdown-menu .container + .swoosh-container svg{-webkit-filter: drop-shadow( 0px 5px 3px rgba(0, 0, 0, 0.05)); filter: drop-shadow( 0px 5px 3px rgba(0, 0, 0, 0.05));}
	.dropdown-menu .justify-content-between>div{margin-right:0px;}
	.dropdown-item, .submenu-item, .dropdown-menu h5 {font-size: 14px;}
	.dropdown-menu .grey-vert-rule{display:block; height:100%;}
	.nav-quicklinks{background-color: transparent; padding: 0px; margin-top: 0px; align-items: flex-start;}
	.nav-quicklinks div{padding:0px;}
	.back-to-menu{display:none;}
	
	.bill-item{z-index: 10000; top: 0; justify-content: center;}
	.scrolling .bill-item{top: 5px;}
	
	.caption-bg{width: 90%;}
	
	.hero .position-absolute{right: -60px;}
	.hero .left-side .top-wave:before {margin-bottom: 40px;}
	.navy-row-card .card .card-body{padding:35px; max-width: 60%; flex: 0 0 60%; }
	.slide-up.card {/*height: 275px; min-height: 275px;*/ height: 260px; min-height: 260px;}
	
}

@media (min-width: 1300px){
	
	.overlay-navigation{padding-right: 175px;}
	.navbar-expand-xl .navbar-nav .nav-link{letter-spacing: 2.5px;}
	
	.caption-bg{width: 80%;}
	
	#stuffer-carousel [class*=col-].text-center h1, #stuffer-carousel [class*=col-].text-center h2, #stuffer-carousel [class*=col-].text-center h3, #stuffer-carousel [class*=col-].text-center h4, #stuffer-carousel [class*=col-].text-center h5, #stuffer-carousel [class*=col-].text-center h6, #stuffer-carousel [class*=col-].text-center p{max-width: 550px; margin: 0 auto;}
	#stuffer-carousel h5{margin-bottom:15px;}
	
	.hero .left-side .top-wave:before {margin-bottom: 75px;}
	/*.slide-up.card {height: 250px; min-height: 250px;}*/
	.slide-up.card {height: 275px; min-height: 275px;}
	.versus-container .col-xxl-9 {-ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%;}
	
	#stuffer-carousel .has-icon .white-box{width:60%}
	
}

@media (min-width: 1400px){
	.slide-up.card {height: 250px; min-height: 250px;}
}

@media (min-width: 1500px){
	.slide-up.card {/*height: 215px; min-height: 215px; justify-content: flex-start;*/ height: 230px; min-height: 230px; justify-content: center;}
	
	.caption-bg{width: 75%;}
	
	#stuffer-carousel .has-icon .white-box{width:50%}
}

@media (min-width: 1550px){
	.caption-bg{width: 70%;}
}

@media (min-width: 1675px){
	.caption-bg{width: 60%;}
	
	#stuffer-carousel .has-icon .left-side{-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
	#stuffer-carousel .has-icon .right-side{-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;}
}

@media (max-width: 576px){
	nav .container{padding-left:15px; padding-right:15px;}
	.container, .container-fluid{padding-left:30px; padding-right:30px;}
	
	.col-quicklinks .padding-top-bottom-sm{padding-bottom:70px;}
	
	.about-container .right-side{padding-left: 0px; padding-right: 0px; margin-left: -15px;}
	
	/*.column-overlap .position-absolute {left: 50%; transform: translateX(-50%); width: 100%; margin: 0;}*/
	.column-overlap .position-absolute-sm [class*=col-]:last-of-type{margin-bottom:-320px; z-index: 3;}
	
	.pipeline-container .right-side, .child-tabs .right-side{padding-left: 15px; padding-right: 0px; margin-right: -15px; width: auto;}
	
	.map-row .container-fluid{padding-left:15px; padding-right:15px;}
	
	footer .padding-top{padding-top:40px;}
}

@media (max-width: 325px){
	.navbar-brand{max-width:130px; width:130px; left: 15px;}
}

.ms-only{display:none; height:0px; visibility: hidden; z-index: -1000; opacity:0;}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.start-animation .ms-only{display:flex; height: auto; visibility: visible; background-color: #e26f37; padding: 15px; flex-direction: column; align-items: center; position: absolute; width: 100%; top: 0; margin-top: 122px; z-index:100; opacity:1; transition: all .5s; -webkit-animation: fade-out 5s ease-out 10s both; -moz-animation: fade-out 5s ease-out 10s both; animation: fade-out 5s ease-out 10s both;}
	.ms-only.close-alert{height:0px !important; visibility: hidden !important; z-index: -1000 !important; opacity:0;}
	.ms-only .position-relative{width: 100%;}
	.ms-only h4{color:#ffffff; font-size:16px; opacity: 1; transition: opacity .1s;}
	.ms-only p{text-align: center; color:#ffffff; font-weight: 400; margin-bottom:0px; line-height: 24px; opacity: 1; transition: opacity .1s;}
	.ms-only.close-alert h4, .ms-only.close-alert p{opacity: 0px;}
	.ms-only .position-relative a{position: absolute; top: 0; right: 0; color:#fff; font-size: 24px; line-height: 24px;}
	.ms-only .position-relative a:hover{color:#fff;}
}

@-webkit-keyframes fade-out {
		0% { opacity: 1; }
		20% {opacity: 0;}
  		50% { opacity: 0; }
  		80% { opacity: 0; }
  		100% { opacity: 0; }
	}
	@-moz-keyframes fade-out {
		0% { opacity: 1; }
		20% {opacity: 0;}
  		50% { opacity: 0; }
  		80% { opacity: 0; }
  		100% { opacity: 0; }
	}
	@keyframes fade-out {
		0% { opacity: 1; }
  		20% {opacity: 0;}
  		50% { opacity: 0; }
  		80% { opacity: 0; }
  		100% { opacity: 0; }
	}
