﻿
@media (min-width: 960px) {
  .heroBanner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .heroBanner h2{
    font-size: 2em;
  }
  .heroBanner .hero_contentArea{
    font-size: 24px;
    padding: 5% 10% 5% 25%;
    max-width: 943px;
  }
} 
p .statelink{
  display: inline;
}
.sfContentBlock p img{
  
  max-width: 100%;
}
#logo-section #imgTopDeskTopLogo {
    max-width: 280px;
    max-height: 90px;
    height: 90px;
    width: auto;
    object-fit: contain;
}.hero_contentArea{
  text-align: center;
}

.hero_contentArea{
  padding:1em;
}

 .hero_contentArea {
  background-color: #fff;
  text-align: center;
  color: #000;
  margin-left: 0%;
  width: 100%;
  position: relative;  
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -ms-flex-pack: center;
  justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  background: transparent;
  background: -o-linear-gradient(351deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 35%,rgba(255,255,255,1) 63%,rgba(255,255,255,1) 71%,rgba(255,255,255,0) 82%);
  /* background: linear-gradient(99deg, rgba(255,55,255,0) 0%, rgba(255,25,55,0) 35%,rgba(255,25,255,1) 63%,rgba(255,25,255,1) 71%,rgba(255,25,255,0) 82%); */
}

.hero_details{
  display: block;
  width: 100%;
  background-size: contain;
  height: auto;
  background-position-x: left;
  background: #fff url(/Sitefinity/WebsiteTemplates/Framework/App_Themes/Framework/images/layout/interior-header.jpg);
  background-size: contain;
  background-position-y: bottom;
  background-repeat: no-repeat;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  padding-bottom: 20px;
  padding-top: 0em;
}

.hero_details h2 {
  margin: .5em;
  z-index: 1;
  color: #fff;  
  font-family: "Roboto Condensed",sans-serif;
  font-weight: bold;
  font-size: 2em;
  line-height: 1.25em;
}


.hero_details .imageurl{
  /* background: url(https://mbms-updates.idevdesign.net/images/default-source/header-images/larry-buller-jr.jpg?sfvrsn=2); */
  height: 100%;
  /* width: 43%;
  background-position: right !important; */
  width: 50%;
  background-position: top right !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-color: yellow;
  display: block;
}
/* @media (min-width: 1200px){
  .hero_details .imageurl{
    width: 50%;
    background-position: top right !important;
  }
} */

.hero_details h2, .hero_details p, .hero_details h3{
  margin: 15px;
}
@media (min-width: 960px){
  .imageurl:before {
    content: ''; 
    width: 8%;
    height: 100%;
    position: absolute;
    background: -webkit-linear-gradient(351deg, rgba(255,255,255,1) 35%,rgba(255,255,255,0) 63%);
    background: -o-linear-gradient(351deg, rgba(255,255,255,1) 35%,rgba(255,255,255,0) 63%);
    background: linear-gradient(99deg, rgba(255,255,255,1) 35%,rgba(255,255,255,0) 63%);
    }
  .hero_details{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 485px;
    padding-bottom: 0px;
    overflow: hidden;
  }
  .hero_details h2, .hero_details p, .hero_details h3{
    width: 78%;
    margin: 0px;
  } 
  
  .hero_contentArea{
    width: 32%;
    position: absolute;
    margin-left: 15%;
    text-align: left;
    /* background-color: #fff; */
    max-width: 548px;
    margin-top: 1em;
    padding: 0px;
    padding-bottom: 14px;
  }

} 

  .hero_contentArea  .hero-heading{
    font-size: 2em;
    color:#008dc5;
    margin-bottom: .25em;
    margin: 0% 5%;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: .5em;
  }
  .hero_contentArea  .summary{
    font-size:1.5em;
    color: #3d4447;
    margin: 0% 5%;
  }
    .hero_contentArea  img{
    margin:auto;
    text-align: center;
    background-color: #fff;
    max-width: 108px;
    width:100%;
    margin: auto;
  }
  .hero_contentArea  .ComingSoon{
    font-size: 2.5em;
    color:#008dc5;
    display: block;
    text-align: center;
    font-weight: 600;
    margin-bottom: .25em;
  }
 .hero_contentArea  .btn{
    height: 1em;
    min-width: 90%;
    margin:auto;
    padding: 1em !important;
    line-height: 0em;
    margin-left: auto;
    font-size: 1.5em;
    margin-bottom: 1em;
    margin-top: 1em;
  }
 
  .ComingSoon-Container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 100%;
      margin-top: 0em;
  }

  @media (min-width: 960px){
      .ComingSoon-Container {
          margin-top: -1em;
      }
  }
.titleArea {
  background-color: #f1f1f1;
  padding: 4%;
  font-size: 1em;
  position: relative;
}
.titleArea h2, .titleArea p{
  margin: 0px;  
}

/* custom styles GS*/


.body-copy .sfimageWrp img {
  max-width: 100%;
}
.body-copy .sfimageWrp{
  padding-left: 15px;
}
.body-copy h2{
  font-size: 28px;
  color: #002d72;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 10px;
  
  
}
.body-copy ul.abt-list-overview {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.body-copy ul.abt-list-overview li {
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin:0 0 45px;
}
.body-copy ul.abt-list-overview li:before{
  display: none;
}
.abt-item .item-right {
  padding: 0 0 0 30px;
}
.abt-item .item-content{
  color: #555555;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  padding: 0 0 15px;
}
.body-copy .abt-item h2 {
  border: none;
  padding: 0 0 2px;
  margin: 0;
}
#btnLoginToYourAccount {
  padding: 5px 0 0px 0;
}
#btnLoginToYourAccount a{
  font-weight: 500;
  padding: 15px 25px 11px;
  display: inline-block;
  background: #a0cf67;
  color: #fff;
  border-radius: 5px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.3;
}
a.pri-but,
.load-more-btn
{
  font-weight: 500;
  padding: 15px 35px 11px;
  display: inline-block;
  background: #009fe0;
  color: #fff;
  border-radius: 5px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.pri-but.but-green{
  background: #a0cf67;
}
.pri-but.but-green:hover,
#btnLoginToYourAccount a:hover
{
  background: #539503;
}

a.pri-but:hover,
.load-more-btn:hover
{
  background: #002d71;
  color: #fff;
}
.body-copy h1.more-padd{
  margin-bottom: 38px;
}
#social-links .fa-facebook:before{
  content: "\f082";
}
#top-actions #serviceLink {
  background: #dfab3b;
  border-color: #dfab3b;
  font-weight: 700;
  font-size: 18px;
  padding: 0 20px;
  min-height: 45px;
  line-height: 45px;
  text-decoration: none;
}
#top-actions #serviceLink:hover{
  background: #cd8e05;
}

#top-actions #serviceLinkBtn {
  background: #dfab3b;
  border-color: #dfab3b;
  font-weight: 700;
  font-size: 18px;
  padding: 0 15px;
  min-height: 45px;
  line-height: 45px;
  text-decoration: none;
}
#top-actions #serviceLinkBtn:hover{
  background: #cd8e05;
}

#top-actions .greay-header-blue-btn {
  background: #a0cf67;
  border-color: #a0cf67;
  font-weight: 700;
  font-size: 18px;
  padding: 0 20px !important;
  text-decoration: none;
  height: auto;
  min-height: 45px;
  line-height: 45px;
  margin-left: 16px;
}
#top-actions .greay-header-blue-btn:hover{
  background: #72aa2f;
}
#social-links {
  float: left;
  padding-top: 5px;
}


    #social-links #stateSelectionDiv {
        display: none !important;
    }

#top-actions {
  float: right;
}
#nav-section{
  margin: 0 auto;
  padding: 15px 25px;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar .container{
  padding: 0;
}
.mu-container-body #login-widget-div #btnlogin {
  font-size: 14px;
  background: #a0cf67 !important;
  border: 1px solid #a0cf67 !important;
}
.mu-container-body #login-widget-div .sign_in_text{
  text-decoration: underline !important;
}
#news-section{
  display: flex;
  flex-direction: row;
  padding: 16px 25px 0 25px;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}
#news-section h2{
  font-size: 50px;
  line-height: 1;
  font-weight: 600;
  color: #009FDC;
  padding: 0 0 54px;
  margin: 0;
}
.my-ut h2{
  font-size: 50px;
  line-height: 1;
  font-weight: 600;
  color: #009FDC;
  padding: 0 0 20px;
  margin: 0;
}
.my-ut h3{
  font-size: 30px;
  font-weight: 500;
  color: #002C71;
  padding: 0 0 23px;
  margin: 0;
}
.sp-green{
  color: #A0CF67 !important;
}
.d-blue{
  color: #002D72 !important;
}
.l-blue{
  color: #009FDC !important;
}
.event h3 a{
  color: #009FDC;
  text-decoration: underline;
  font-weight: 500;
  font-size: 24px;
}
.news-date {
  font-size: 16px;
  font-weight: 500;
  color: #555555;
}
.news-wrapper .sfCategoriesList{
  list-style: none;
  display: flex;
  padding: 10px 0 15px;
  margin: 0;
  color:#009FDC;
  font-size: 16px;
  font-weight: 500;
  margin-left: -5px;
  flex-wrap: wrap;
}
.news-wrapper .sfCategoriesList li{
  /* border-right: solid 2px #555555; */
  padding: 0 5px 5px;
  line-height: 16px;
}
.news-wrapper .sfCategoriesList li:after {
  display: inline-block;
  content: "";
  width: 2px;
  height: 10px;
  background: #009FDC;
  position: relative;
  right: -5px;
  top: 0px;
}
.news-wrapper .sfCategoriesList li:last-child:after{
  display: none;
}
.news-wrapper .sfCategoriesList li{
  text-decoration: underline;
}
.news-wrapper .sfCategoriesList li:last-child{
  border: none;
}
#news-section h2 span{
  color: #002D72;
  display: block;
}
#news-right {
  width: 80%;
}
#news-left {
  width: 20%;
}
.home-news-list .news-img{
  width: 100%;
}
.home-news-list {
  display: flex;
  margin-right: -20px;
}
.news-item {
  width: 33.33%;
  padding: 0 35px 0 0;
  display: flex;
}
.news-img img {
  width: 100%;
}
.news-wrapper {
  border: solid 1px #cccccc;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
}
.news-wrapper a{
  text-decoration: underline;
}
.a-link-news {
  margin: 10px 0 0;
}
#news-section a.pri-but{
padding: 15px 35px 11px;
}
ul.green-bullet {
  color: #555555;
  font-weight: 500;
  font-size: 18px;
  padding: 0 0 0 15px;
  list-style: none;
  margin: 0;
}
ul.green-bullet li{
  line-height: 1;
  padding: 0;
}
ul.green-bullet li:before {
  content: "• ";
  color: #A0CF67;
  font-size: 38px;
  line-height: 29px;
  position: relative;
  top: 7px;
}
.my-uti-wrapper .pri-but{
  padding: 15px 35px 11px;
  width: 100%;
}
#logi-section {
  display: flex;
  margin-top: 35px;
  align-items: center;
}
#logi-section p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
.row-50{
  width: 50%;
}
.sf_cols.my-uti-wrapper {
  margin-top: 85px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px 65px;
}
.my-ut-right{
  padding: 0 0 0 35px;
}
.sf_cols.my-ut-app-icon {
  text-align: center;
  margin: 15px 0 0 0;
}
.my-ut-right {
  padding: 0 0 0 35px;
}
.my-ut-right img,
.sf_cols.my-ut-app-icon img {
  max-width: 100%;
}
.sf_cols.water-qua-wrap .sfContentBlock,
.sf_cols.water-conser-wrap .sfContentBlock
{
  display: flex;
  align-items: center;
  
}
.sf_cols.water-qua-wrap h2, .sf_cols.water-conser-wrap h2 {
  font-size: 38px;
  font-weight: 600;
  color: #002D72;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 30px;
}
.water-qua-left,
.water-conser-right
{
  width: 40%;
  /* height: 350px; */
  display: flex;
}

.water-qua-left img{
  max-width: 100%;
}
.water-qua-right{
  margin-left: 40px;
  width: 60%;
  /* background: url(../Images/wastewater-infrastructure-tint.jpg) no-repeat center center;
  background-size: cover; */
}
.water-conser-left{
  margin-right: 40px;
  width: 60%;
  /* background: url(../Images/water-infrastructure-tint.jpg) no-repeat center center;
  background-size: cover; */
}
.water-qua-right,
.water-conser-left
{
  padding: 15px 60px;
  min-height: 350px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}
.sf_cols.water-qua-wrap img,
.sf_cols.water-conser-wrap img{
  /* object-fit: cover; */
  width: 100%;
  height: auto;
  max-height: 350px;
  /* height: 100%; */
}
.water-qua-right p, .water-conser-left p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  padding-bottom: 10px;
}
.sf_cols.water-conser-wrap,
.sf_cols.water-qua-wrap
{
  /* margin: 45px 0 0; */
  padding:0 25px;
  margin: 0;
 
}
#ContentPagesPlaceholder_PanelNews.container{
  width: 100%;
  max-width: 100%;
  padding-left:0;
  padding-right: 0;
}
footer #mid-section{
  float: left;
  width: 100%;
  padding: 0 20px;
}
#block-nav ul{
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
#block-nav ul li{
  padding:15px 0 9px;
  border-top: solid 1px #ddd;
}
#block-nav ul li a{
  color: #009FDF;
  font-size: 18px;
  text-decoration: none;
}
#block-nav ul li a:hover{
  text-decoration: underline;
}
#copyright a {
  text-decoration: none;
}
#block-nav {
  width: 20%;
  float: left;
}
#block-contact h2{
  color: #002C71;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
#block-contact #emergencies h2{
  color: #C80000;
}
#block-contact {
  width: 35%;
  float: left;
  padding: 0 0 0 80px;
}
#block-logo {
  width: 40%;
  float: right;
  text-align: right;
}
#f-phone a,
#emergencies a
{
  font-size: 18px;
  color: #555555 !important;
}
#f-email a {
  color: #009FDF;
  font-size: 18px;
  text-decoration: none;
}
#f-email a:hover{
  text-decoration: underline;
}
#emergencies {
  padding: 10px 0 0;
}
#bottom-section {
  float: left;
  width: 100%;
  border-top: solid 2px #132a4c;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  padding: 12px 20px 20px 20px;
}
footer .footer-links{
  color: #555555;
}
#copyright {
  font-size: 16px;
}
#sociallinks .fa-facebook:before {
  content: "\f082";
}
#sociallinks .btn-social-icon {
  color: #009edb;
  padding: 0;
  margin: 2px 10px 0px;
  font-size: 22px;
}

.sflistExpandAllLnkWrp a{
  display: inline-block !important;
  font-size: 18px;
  font-weight: 500;
  color: #009FDC;
  text-decoration: underline;
}
.sflistExpandAllLnkWrp {
  text-align: right;
  padding: 0 0 10px;
}
.sflistExpandAllLnk:after {
  content: "/";
  display: inline-block;
  padding: 0 10px;
  color: #000;
}
.body-copy .sfexpandableListWrp ul li:before{
  display: none;
}
.body-copy .sfexpandableListWrp ul{
  margin: 0;
  padding: 0;
}
.body-copy .sfexpandableListWrp h3{
  font-size: 24px;
  font-weight: 600;
  color: #002D72;
  padding:0;
  margin:0;
}
.body-copy .sfexpandableListWrp h3 a{
  color: #5a5f64;
  display: block;
  padding:20px 75px 13px 25px;
  position: relative;
  text-decoration: none;
}
.body-copy .sfexpandableListWrp h3 a:after{
  display: inline-block;
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  right:20px;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: url(../Images/ui-sprite.png) no-repeat 0 0;
}
.body-copy .sfexpandableListWrp h3 a.sflistListItemExpanded:after,
.body-copy .sfexpandableListWrp h3:hover a:after
{
  background-position: 0 -49px;
}
.body-copy .sfexpandableListWrp ul li{
  border: solid 1px #cccccc;
  margin: 0 0 10px; 
}
.body-copy .sfexpandableListWrp ul li ol li{
  border: none;
}
.body-copy .sfexpandableListWrp .sflistItemContent{
  padding: 10px 25px 0;
}
.body-copy .sfexpandableListWrp .sflistItemContent p span{

  font-weight: 400 !important;
  color: #5a5f64 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  margin-bottom: 12px !important;
  
}
.f-mid-cont{
  padding:35px 0 0 0;
  border-top: solid 30px #009edb;
}
.f-mid-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 25px;
}
.f-top-cont{
  background: url(../Images/phone-bg.jpg) no-repeat 0 0;
  background-size: cover;
  margin: 270px 0 0 0;
}
#top-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 45px 0 380px;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 350px;
}
.water-qua-wrap .sfContentBlock:not(:first-child){
  border: none  !important;
}
.footer-mobile-icon {
  position: absolute;
  left: 40px;
  bottom: 0;
}
#block-two {
  padding: 0 20px;
 
}
#block-two h2 {
  font-size: 30px;
  color: #fff;
  margin: 0 0 10px;
}
#block-two p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
}
#block-two ul{
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
#block-two a.pri-but{
  font-size: 18px;
  padding: 13px 35px 9px;
}
#block-two ul li{
  padding: 0 20px 0 0;
}
#block-one {
  
}
#block-three {
  
}
#block-three ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
#block-three li:first-child{
  margin: 0 0 12px;
}
.news-filter{
  margin: 0;
}
.top-filters {
  width: 20%;
  float: left;
  padding-right: 40px;
  padding-top: 42px;
}
#news-results {
  width: 80%;
  float: left;
  /* margin: -14px 0 0 0; */
}
.load-more-news {
  float: right;
  width: 80%;
  text-align: center;
}
.body-copy ul#news-cat-items{
  list-style: none;
  padding: 0;
  margin: 0;
}
.body-copy ul#news-cat-items li:before{
  display: none;
}
.body-copy ul#news-cat-items li{
  padding: 7px 0;
}
.body-copy ul#news-cat-items li a{
  font-size: 18px;
  font-weight: 500;
  color: #555555;
  display: block !important;
}
.body-copy ul#news-cat-items li a{
  padding: 0 0 0 26px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.body-copy ul#news-cat-items li a:hover{
  color: #009FDC;
}
.body-copy ul#news-cat-items li a:before{
  content: "";
  width: 16px;
  height: 16px;
  border: solid 1px #707070;
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.body-copy ul#news-cat-items li:hover a:after,
.body-copy ul#news-cat-items li a.active:after{
  content: "";
  width: 10px;
  height: 10px;
  background: #009FDC;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 3px;
}
.top-categoires {
  margin: 0 0 43px;
}
.top-archives h2 {
  font-size: 24px;
}

span.sel-cat {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 300px;
}
.body-copy #news-archive-date {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: solid 1px #b9b9b9;
  cursor: pointer;
}
.body-copy #news-archive-date li{
  background: #fff;
  padding: 0;
  margin: 0;
  
}
.body-copy #news-archive-date li:before{
  display: none;
}
.body-copy #news-archive-date li a:hover{
  background: #009fdc;
  color:#fff
}
.body-copy #news-archive-date li a.active:hover{
  background: none;
  color: #009fdc;
}
.body-copy #news-archive-date.open li a.active {
  border: none;
}
.body-copy #news-archive-date li a{
  display: none;
}
.body-copy #news-archive-date li a.active{
  display: block;
  width: 80%;
  border-right: solid 1px #b9b9b9;
  cursor: text;
  pointer-events: none;
}
.body-copy #news-archive-date.open li:nth-child(2){
  border-top: solid 1px #b9b9b9;
}
.body-copy #news-archive-date.open li a{
  display: block;
}
.body-copy #news-archive-date li a{
  font-size: 20px;
  text-decoration: none;
  padding: 9px 10px 9px;
  box-sizing: border-box;
  color: #555555;
  
}
#news-archive-date{
  position: relative;
  border:solid 1px #b9b9b9;
  cursor: pointer;
}
#news-archive-date:after {
  position: absolute;
  border-top: solid 2px #009fdc;
  border-right: solid 2px #009fdc;
  transform: rotate(135deg);
  top: 12px;
  right: 15px;
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  cursor: pointer;
}
#news-archive-date.open:after{
  transform: rotate(-43deg);
  top: 18px;

}
.body-copy ul.list-events{
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: visible;
  column-gap: 30px;
}
.body-copy ul.list-events li:before{
  display: none;
}
.body-copy ul.list-events > li {
  background: none;
  padding: 20px;
  margin: 0 0 30px;
  /* width: 31.4%; */
  box-sizing: border-box;
  flex-grow: 1;
  max-width: 350px;
  border: solid 1px #cccccc;
  flex-basis: calc(33.33% - 30px);
}
.news-item-image img {
  max-width: 100%;
}
.news-item-title a {
  color: #009FDC;
  text-decoration: underline;
  font-weight: 500;
  font-size: 24px;
}
.news-item-date {
  font-size: 16px;
  font-weight: 500;
  color: #555555;
  padding: 0 0 6px;
}
.body-copy .news-item-categories ul{
  list-style: none;
  display: flex;
  padding: 10px 0 15px;
  margin: 0;
  color:#009FDC;
  font-size: 16px;
  font-weight: 500;
  margin-left: -5px;
  flex-wrap: wrap;
}
.body-copy .news-item-categories ul li{
  /* border-right: solid 2px #555555; */
  padding: 0 5px 5px;
  line-height: 16px;
}
.body-copy .news-item-categories ul li:after {
  display: inline-block;
  content: "";
  width: 2px;
  height: 10px;
  background: #009FDC;
  position: relative;
  right: -5px;
  top: 0px;
}
.body-copy .news-item-categories ul li:last-child:after{
  display: none;
}
.body-copy .news-item-categories ul li{
  text-decoration: underline;
}
.body-copy .news-item-categories ul li:last-child{
  border: none;
}
.news-item-summary {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.news-read-more {
  margin: 10px 0 0;
}
.news-read-more a{
  text-decoration: underline;
}
.news-item-title {
  padding: 10px 0 13px;
}
.news-top-wrap {
  margin: 0;
  float: right;
  padding: 25px 0 0 0;
  width: 80%;
  float: right;
}
.filters-head {
  width: 20%;
  padding-right: 40px;
}
.filters-head h2 {
  font-size: 24px;
}
.filters-main-head {
  
}
.filters-main-head h1{
  margin-top: -5px;
}
.news-top,
#alert-detail-top-action
{
  display: flex;
  align-items: center;
  border-bottom: solid 2px #0F2E6E;
  padding: 0 0 20px;
  margin: 0 0 50px;
}
.back-to-list{
  width: 33.33%;
  text-align: left;
}
.back-to-list a {
  font-weight: 500;
  padding: 15px 35px 11px;
  display: inline-block;
  background: #009fe0;
  color: #fff;
  border-radius: 5px;
  font-size: 19px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.back-to-list a:hover{
background: #002d71;
color: #fff;
}
.go-to-pre{
  width: 33.33%;
  text-align: center;
}
.go-to-pre a,
.go-to-next a{
  text-decoration: underline;
  color: #009FDC;
  font-size: 19px;
  position: relative;
}
.go-to-pre a:before,.back-to-list a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #009FDC;
  border-left: solid 2px #009FDC;
  display: inline-block;
  transform: rotate(-45deg)translateY(-50%);
  -webkit-transform: rotate(-45deg)translateY(-50%);
  -moz-transform: rotate(-45deg)translateY(-50%);
  margin: 0;
  position: relative;
  left: -4px;
  top: 3px;
}
.go-to-next a:after{
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #009FDC;
  border-right: solid 2px #009FDC;
  display: inline-block;
  transform: rotate(45deg)translateY(-50%);
  -webkit-transform: rotate(45deg)translateY(-50%);
  -moz-transform: rotate(45deg)translateY(-50%);
  margin: 0 5px 0 0;
  position: relative;
  right:0;
  top: 3px;
} 
.back-to-list a:before{
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
}

.go-to-next{
  width: 33.33%;
  text-align: right;
}
.newsDetails {
  display: flex;
}
.news-img {
  width: 40%;
}
.news-detail {
  width: 60%;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 500;
}
.news-detail h1 {
  margin-top: -8px;
}

.body-copy .news-detail .sfmetainfo .sfCategoriesList{
  list-style: none;
  display: flex;
  padding: 10px 0 25px;
  margin: 0;
  color:#009FDC;
  font-size: 18px;
  font-weight: 500;
  margin-left: -9px;
}
.body-copy .news-detail .sfmetainfo .sfCategoriesList li{
  border-right: solid 2px #555555;
  padding: 0 9px;
  line-height: 16px;
}
.body-copy .news-detail .sfmetainfo .sfCategoriesList li:before{
  display: none;
}
.body-copy .news-detail .sfmetainfo .sfCategoriesList li{
  text-decoration: underline;
}
.body-copy .news-detail .sfmetainfo .sfCategoriesList li:last-child{
  border: none;
}
#login-widget-div .form-group #btnlogin{
  background: #a0cf67 !important;
  background: solid 1px #a0cf67 !important;
}
.container .col-sm-offset-1.full-width-col .container{
  padding: 0;
}
#filter-title {
  font-size: 24px;
  color: #002D72;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: solid 3px #489DD7;
  margin: 0 0 15px;
}
.mu-container-body .col-lg-4{
  z-index: 10;
}
.community-section {
  display: flex;
  align-items: center;
  padding: 0 0 40px;
}
.community-section select {
  height: 70px;
  border: solid 1px #cccccc;
  padding: 0 25px;
  width: 100%;
  max-width: 550px;
  margin: 0 0 0 15px;
  font-size: 18px;
  color: #002D72;
  font-weight: 500;
  background: url(../images/select-arrow.png)no-repeat 95% center;
  appearance: none ;
  -moz-appearance: none;
}
#community-title {
  font-size: 18px;
  color: #002D72;
  font-weight: 500;
}
.doc-icon img{
  width: 90px;
}
.doc-result {
  display: flex;
  justify-content: space-between;
  margin: 0 -35px;
  flex-wrap: wrap;
}
.folder-container {
  width: 50%;
  padding: 0 35px 0;
}
.folder-title {
  font-size: 30px;
  font-weight: 700;
  color: #002D72;
  border-bottom: solid 3px #489dd6;
  padding-bottom: 5px;
}
.doc-list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px 0;
  justify-content: flex-start;
}
.doc-ico-cont {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.doc-title {
  font-size: 18px;
  font-weight: 500;
  color: #555555;
}
.doc-content {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.view-doc {
  padding: 10px 0 0 0;
}
.view-doc a {
  display: inline-block;
  background: #009fe0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 20px 3px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}
.view-doc a:hover{
  background: #002d71;
}
.nav-sidebar .nav{
  padding: 0 0 0 15px;
}
.modal-dialog .modal-content {
  border: solid 8px #489DD7;
}
.modal-dialog footer.gray-bg-bar{
  padding: 5px 15px;
}
.login-model-body div select{
  box-shadow: none;
  height: 45px;
}
#login-widget-div label,
#login-widget-div .Login_box_tab
{
  font-family: 'Catamaran', sans-serif;
}
#login-widget-div #btnlogin{
  
  background: #a0cf67 !important;
  border: 1px solid #a0cf67 !important;
  
}
.main-home .login-model-body .col-md-12 img,
.main-home .login-model-body .col-md-12 h2,
.main-home .modal-content .modal-footer
{
  display: none;
}
.main-home .login-model-body{
  height: 170px;
}
.main-home .modal-dialog .modal-content{
  border: solid 10px #489DD7;
  border-radius: 5px;
}
.main-home .modal-dialog select{
  border-radius: 6px;
  background: url(../images/select-arrow-model.png)no-repeat 95% center;
  background-size: 32px;
  height: 60px;
  padding: 5px 65px 5px 22px;
  border: 1px solid #dcdcdc;
  appearance: none ;
  -moz-appearance: none;
  width: 95%;
  font-family: 'Catamaran', sans-serif;
  font-size: 18px;
  margin-bottom: 12px;
}
.main-home .modal-backdrop{
  background: url(../images/splash-bg.jpg)no-repeat center;
  background-size: cover;
}
.main-home .modal-backdrop.in{
  opacity: 1;
}
.main-home .home-page-container, .main-home header, .main-home .container, .main-home footer{
  display: none !important;
}
.main-home .login-model-body p{
  font-weight: 500;
  text-transform: capitalize;
  font-size: 22px;
  margin-bottom: 10px;
}

/* alert page */
.body-copy h1.alert-h1{
  font-size: 50px;
  color: #0F2E6E;
}

.alert-list h2{
  font-size: 38px;
  color: #002D72;
  border-bottom: solid 3px #489DD7;
  padding: 0 0 8px;
}
.alert-sub-text {
  font-size: 24px;
  color: #555555;
  font-weight: 500;
  padding: 0 0 20px;
}
.body-copy ul.alert-com li:before{
  display: none;
}
ul.alert-com{
  margin:0 -15px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.alert-com li {
  width: 33.33%;
  display: flex;
  margin: 0 0 30px;
  
}
.alert-wrap {
  border: solid 1px #ccc;
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.alert-type-bar {
  padding: 10px 20px 10px;
}

.alert-type-bar.Resolved .alert-img{
  background: url(../images/alert-resolved.svg)no-repeat center;  
}
.alert-type-bar.Medium .alert-img{
  background: url(../images/alert-medium.svg)no-repeat center;  
}
.alert-type-bar.High .alert-img{
  background: url(../images/alert-high.svg)no-repeat center;  
}
.alert-type-bar.Normal .alert-img{
  background: url(../images/alert-general.svg)no-repeat center;  
}
.alert-type-bar.Resolved{
  background: #799a01;
}
.alert-type-bar.Medium{
  background: #eaaa00;
}
.alert-type-bar.High{
  background: #cb2c30;
}
.alert-type-bar.Normal{
  background: #776f64;
}

.alert-img {
  font-size: 0;
  width: 40px;
  height: 40px;
  background-size: 40px !important;
  display: block;
}
.alert-content {
  padding: 0 20px 20px;
}
.alert-content h3{
  font-size: 25px;
  margin: 25px 0 15px;
}
.alert-date {
  display: flex;
  align-items: baseline;
  padding: 0 0 10px;
}
.alert-date span{
  display: inline-block;
  padding: 0 0 0 10px;
  color: #555555;
  font-size: 16px;
}
.alert-date h4{
  margin: 0;
  padding: 0;
  color: #002D72;
  font-size: 16px;
  font-weight: bolder;
  text-transform: uppercase;
}
.alert-learn-more a {
  font-size: 17px;
}
.alert-summary {
  font-size: 18px;
  color: #555555;
  padding: 0 0 35px;
}
#alert-content-area {
  display: flex;
}
#alert-type {
  width: 20%;
}
#alert-content {
  width: 80%;
  padding: 0 0 0 15px;
}
.alert-img-det{
  max-width: 160px;
  width: 100%;
  height: 160px;
  display: block;
  font-size: 0;
  background-size: contain !important; 
}
.Resolved .alert-img-det{
  background: url(../images/alert-detail-resolved.svg)no-repeat center;  
}
.High .alert-img-det{
  background: url(../images/alert-detail-high.svg)no-repeat center;  
}
.Medium .alert-img-det{
  background: url(../images/alert-detail-medium.svg)no-repeat center;  
}
.Normal .alert-img-det{
  background: url(../images/alert-detail-general.svg)no-repeat center;  
}
.alert-detail-wrap #alert-title h1 {
  font-size: 50px;
  color: #00325F;
  margin-top: -5px;
  margin-bottom: 25px;
}
.alert-detail-wrap .alert-date h4,
.alert-detail-wrap .alert-date span{
font-size: 24px;
}
#alert-description {
  font-size: 18px;
  line-height: 28px;
  padding: 15px 0 0 0;
}
.alert-detail-wrap .alert-date {
  padding: 0 0 15px;
}
.overview-banner-image img,
.internal-banner-image img
{
  object-fit: cover;
  height: 260px;
  width: 100%;
}
#ContentPagesPlaceholder_PanelNews .water-qua-wrap .sfContentBlock:not(:first-child),
#ContentPagesPlaceholder_PanelNews .water-conser-wrap .sfContentBlock:not(:first-child)

{
  padding: 25px 0 0 0;
  border: none;
}
#ContentPagesPlaceholder_PanelNews .water-qua-wrap .sfContentBlock,
#ContentPagesPlaceholder_PanelNews .water-conser-wrap .sfContentBlock
{
  padding:45px 0 0;
}

.sf_cols.water-qua-wrap .water-qua-right img,
.sf_cols .water-conser-left img
{
  object-fit: cover;
  min-height: 350px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
}

/* Temp fix for home banner image */

.home-banners-list{
  margin: 0;
  padding: 0;
  list-style: none;
}
/* .home-banners-list li{
  display: none; 
}
.home-banners-list li:last-child{
  display: block;
} */
.home-banners-list li img{
  width: 100%;
  object-fit: cover;
  height: 390px;
}
.top-archives h2 {
  font-size: 24px;
}

/* line survery form */


.line-survey-wrap .smcx-embed,
.line-survey-wrap .smcx-embed>.smcx-iframe-container {
  max-width: 100%;
  height: 750px;
}

.line-survey-wrap input{
  background: #efefef;
  border:solid 1px  #646464;
  box-sizing: border-box;
}
.line-survey-wrap input[type=text]{
  padding: 0 17px;
  height: 54px;
  border-radius: 3px;
  width: 50%;
}
.line-survey-wrap select{
  
  height: 54px;
  border-radius: 3px;
  width: 50%;
}
.line-survey-wrap input[type="radio"]{
  width: 24px;
  height: 24px;
  margin:0 10px 0 0;
}
.line-survey-wrap textarea{
  padding: 13px 17px;
  height: 100px;
  border-radius: 3px;
  width: 100%;
  background: #efefef;
  border:solid 1px  #646464;
  box-sizing: border-box;
}
.line-survey-wrap .sf-fieldWrp {
  width: 100%;
  float: left;
  padding:0;
}
.line-survey-wrap hr {
  float: left;
  background-color: #009edb !important;
  margin: 25px 0;
}
.line-survey-wrap label {
  color: #1e1e1e;
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 5px;
  display: block;
}
.line-survey-wrap label[for="Textbox-9"],
.line-survey-wrap label[for="Textbox-10"]{
  font-weight: bold;
  color: #5a5f64;
}

.line-survey-wrap label[for="Textbox-9"] + input[type=text],
.line-survey-wrap label[for="Textbox-10"] + input[type=text]{
  margin-bottom: 15px;
}
.line-survey-wrap .sf-fieldWrp.sf-Checkboxes{
  margin-bottom: 14px;
}

.line-survey-wrap input[type="checkbox"] {
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  position: relative;
  bottom: -4px;
}
.line-survey-wrap .sf-fieldWrp button {
  background: #009edb;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 35px 15px;
  border: none;
  font-family: 'Catamaran', sans-serif;
  border-radius: 5px;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.line-survey-wrap .sf-fieldWrp button:hover{
  background: #002863;
}
.line-survey-wrap input[type="file"] {
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  max-width: 350px;
  margin-bottom: 20px;
}
footer .statelink{
display:block
}
footer #block-logo a[href="/maryland"] #FooterPlaceHolder_imgFooterDesktopLogo, 
footer #block-logo a[href="/georgia"] #FooterPlaceHolder_imgFooterDesktopLogo{
height:50px
}
footer #block-logo img {
  max-width: 280px;
  width: 100%;
  max-height: 80px;
}
.sf-fieldWrp p[data-sf-role="error-message"] {
  background: red;
  color: #fff;
  padding: 0;
  text-indent: 15px;
  font-size: 15px;
  margin-top: 10px;
}
#logo-section a[href*="/corixtexas"] #imgTopDeskTopLogo {
  max-height: 70px;
}

@media (min-width: 768px){
  .home-mobile-banner-image{
    display: none;
  }
  .sfPageEditor .home-mobile-banner-image{
    display: block;
  }
  
  .internal-mobile-banner-image,
  .overview-mobile-banner-image
  {
    display: none;
  }
  .sfPageEditor .internal-mobile-banner-image,
  .sfPageEditor .overview-mobile-banner-image
  {
    display: block;
  }
  .nav .b-menu-shader{
    display: none;
  }

  div#bannerImage_ForMobile {
    display: none;
}
  .navbar-inverse .navbar-nav > .active > a{
    background: none;
    color: #002D72;
    border-bottom: solid 1px #002D72;
  }
  .mu-container-body{
    padding: 30px 25px 0;
  }
  aside.col-sm-3{
    width:20%;
    max-width: 240px;
    padding-top: 67px;
  }
  .col-sm-offset-1{
    margin: 0;
    width: 80%;
    padding: 35px 0 0 40px;
  }
  .col-sm-offset-1.full-width-col{
    margin-right: auto;
    margin-left: auto;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1400px;
    width: 100%;
  }
  .container .col-sm-offset-1.full-width-col {
    padding-left: 0;
    padding-right: 0;
}
  .body-copy .row{
    margin: 0;
  }
  .navbar-nav{
    padding: 0;
    margin: 0;
    display: flex;
  }
  #logo-section{
    width: 25%;
    max-width: 280px;
  }
  .mu-container-body .col-lg-4{
    max-width: 280px;
    padding: 0;
  }
  #login-widget-div .tab-pan-M{
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.4));
  }

    .main-home .modal-dialog .modal-content {
        height: 305px;
    }
}
@media(max-width: 1024px) and (min-width: 768px) {
  .main-home .login-model-body{
    height: 240px;
  }
}


@media(max-width: 1099px) and (min-width: 768px) {
  .news-top-wrap{
    width: 70%;
  }
  .f-top-cont{
    margin: 100px 0 0 0;
  }
  #top-section{
    padding: 15px 45px 15px 230px;
    min-height: 250px;
  }
  #block-one .footer-mobile-icon img{
    max-width: 175px;
  }
  #block-one img{
    max-width: 100%;
  }
  #block-two a.pri-but{
    padding: 13px 15px 9px;
  }
  #block-three img {
    max-width: 125px;
  }
  .body-copy ul.list-events > li{
    flex-basis: calc(50% - 30px);
  }
  .top-filters{
    width: 30%;
  }
  #news-results{
    width: 70%;
  }
}
@media (max-width: 991px) {
  #news-section{
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #news-left,
  #news-right{
    flex-basis: 100%;
  }
  #news-section h2 span{
    display: inline;
  }
  #news-section h2{
    padding-right: 20px;
    padding-bottom: 25px;
  }
  #news-left{
    padding-bottom: 20px;
  }
  #news-left .sfContentBlock{
    display: flex;
    justify-content: space-between;
  }
  .sf_cols.my-ut-inner-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .my-ut-inner-wrap .sf_colsOut{
    flex-basis: 100%;
    width: 100%;
  }
  .my-ut-right {
    padding: 25px 0 0 0;
  }
  #learn-more-section {
    padding: 20px 0 0 0;
  }
  .sf_cols.my-uti-wrapper {
    margin-top: 50px;
}

}

@media (max-width: 767px){
  .slider-container.home-page-container .home-mobile-banner-image img{
    height: 390px;
    object-fit: cover;
  }
    .main-home .login-model-body {
        /*height:245px;*/
        height: 275px;
    }

    /*.main-home .modal-dialog .modal-content {
        height: 400px;
    }*/

/*    #btnLoginToYourAccount {
        padding: 35px 0 0px 0;
    }*/

    #loginModel .modal-dialog {
        height: 90vh;
    }

    #logo-section a[href*="/corixtexas"] #imgTopDeskTopLogo {
        max-height: 60px;
    }
  #nav-section #logo-section {
    padding-right: 30px;
  }
  .row .sf_2cols_1_50,
  .row .sf_2cols_2_50,
  .row .sf_3cols_1_33,
  .row .sf_3cols_2_34,
  .row .sf_3cols_3_33,
  .row .sf_2cols_1_25,
  .row .sf_2cols_2_75,
  .row .sf_2cols_2_25,
  .row .sf_2cols_1_75
  {
    width: 100% !important;
  }
  


  .body-copy .top-archives h2{
    font-size: 24px;
  }
  .internal-banner-image,
  .overview-banner-image
  {
    display: none;
  }
  .slider-container .internal-mobile-banner-image img{
    height: 250px;
    object-fit: cover;
  }
  .navbar-inverse .navbar-nav > .active > a, 
  .navbar-inverse .navbar-nav > .active > a:hover, 
  .navbar-inverse .navbar-nav > .active > a:focus{
    color: #fff;
    background-color: #007aab !important;
  }
  li.dropdown.open ul li .glyphicon{
    display: none;
  }
  .body-copy ul.abt-list-overview li{
    margin: 0 0 75px;
  }
  .top-archives{
    position: relative;
    z-index: 100;
  }
  .greay-header #social-links{
    margin-left: -5px;
  }
  .greay-header .container{
    padding-left: 15px;
    padding-right: 15px;
  }
  .greay-header .btn-social-icon{
    margin: 2px 5px 0px;
  }
  .navbar-collapse.collapse.navbar-inverse-collapse.in > div.row{
    display: none  !important;
  }
  .body-copy h1.alert-h1,
  .alert-detail-wrap #alert-title h1
  {
    font-size: 35px;
  }
  .alert-detail-wrap .alert-date h4, .alert-detail-wrap .alert-date span{
    font-size: 17px;
  }
  
  .alert-img-det{
    margin: 0 auto;
    max-width: 80px;
    height: 60px;
  }
  #alert-content-area{
    flex-direction: column;
  }
  #alert-content {
    width: 100%;
    padding: 25px 0 0;
  }
  #alert-type {
    width: 100%;
  }
  #alert-detail-top-action{
    padding-top: 30px;
  }
  ul.alert-com{
    flex-direction: column;
  }
  ul.alert-com li{
    width: 100%;
  }
  .body-copy h1.alert-h1{
    padding-top: 30px;
  }
  .mu-container-body {
    display: none;
}
  .doc-result{
    margin: 0;
    flex-direction: column;
  }
  .folder-container {
    width: 100%;
    padding: 0;
}
  .slider-container{
    background: none !important;
  }
  div#bannerImage_ForMobile {
    height: 260px;
}
div#bannerImage_ForMobile img {
  object-fit: cover;
  height: 259px;
}
  .slider-container.home-page-container{
    background: none !important;
    display: flex;
    align-items: flex-end;
  }
  .slider-container.home-page-container div#bannerImage_ForMobile {
    min-height: 350px;
  }
  .slider-container.home-page-container div#bannerImage_ForMobile img {
    object-fit: cover;
    height: 350px;
  }
  .navbar-collapse  {
    overflow: hidden;
    position: fixed;
    right: -100px;
    top: 0;
  }
  .news-top-wrap{
    width: 100%;
  }
  #block-one {
    padding: 0 0 20px;
}
  #block-one img {
    max-width: 100px;
  }
  #block-two ul{
    margin: 0 -5px;
    justify-content: space-between;
  }
  #block-two ul li {
    padding: 0 5px;
    
}
  #block-two{
    padding: 0;
  }
  #block-three img {
    max-width: 165px;
}
  #top-actions .greay-header-blue-btn{
    padding: 0 10px !important;
  }
  #stateSelectionDiv.hidden-xs {
    display: block !important;
}
  .home-news-list{
    margin-right: 0;
  }
  #bottom-section{
    padding-left: 0;
    padding-right: 0;
  }
  #block-logo {
    margin-top: 10px;
}
  #block-nav, #block-contact, #block-logo{
    flex-basis: 100%;
    width: 100%;
    padding: 0;
    text-align: left;
  }
  footer #mid-section{
    padding:0;
    display: flex;
    flex-direction: column;

  }
  .water-qua-left, .water-conser-right, .water-qua-right
  {
    width: 100%;
}
.water-qua-right, .water-conser-left{
  padding: 20px;
}
.water-qua-right{
  margin-left: 0;
}
.water-conser-left{
  margin-right: 0;
  width: 100%;
  order: 2;
}
.water-conser-right{
  order: 1;
  margin-bottom: 25px;
}
.water-qua-left {
  margin-bottom: 25px;
}
  .sf_cols.my-uti-wrapper{
    padding-bottom: 15px;
  }
  .sf_cols.water-qua-wrap .sfContentBlock, .sf_cols.water-conser-wrap .sfContentBlock{
    flex-direction: column;
  }
  .sf_cols.my-ut-app-icon .sfContentBlock {
    display: flex;
    justify-content: space-evenly;
  }
  .sf_cols.my-ut-app-icon .sfContentBlock img {
    max-width: 145px;
  }
  .my-ut h2 span{
    display: block;
  }
  .home-news-list{
    flex-wrap: wrap;
  }
  .home-news-list .news-item{
    width: 100%;
    padding-bottom: 25px;
    padding-right: 0;
  }
  .fancyBtn .btn-primary{
    padding: 10px 0 8px;
  }
  .load-more-news{
    width: 100%;
  }
  .slider-containt .btn-grp{
    position: absolute;
  }
  .newsDetails {
    flex-direction: column;
}
.news-img {
  width: 100%;
  margin-bottom: 25px;
}
.news-detail {
  width: 100%;
  padding-left: 0;

}
.news-top,
#alert-detail-top-action
{
  display: block;
}
.back-to-list{
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.go-to-pre {
  width: 50%;
  text-align: left;
  float: left;
}
.go-to-next {
  width: 50%;
  text-align: right;
  float: left;
}
.news-top,
#alert-detail-top-action
{
  display: block;
  margin: 0 0 30px;
  overflow: hidden;
}
  .news-filter {
    margin: 0;
}
.top-filters {
  
  float: left;
  padding:25px 0 0;
  width: 100%;
}
.body-copy ul#news-cat-items{
  display: flex;
  flex-wrap: wrap;
}
.body-copy ul#news-cat-items li{
  width: 50%;
}
#news-results{
  width: 100%;
  margin: 50px 0 0 0;
}
.body-copy ul.list-events > li{
  flex-basis: 100%;
  max-width: 100%;
}
  .body-copy .sfexpandableListWrp h3{
    font-size: 20px;
  }
  .body-copy h1{
    font-size: 35px;
    padding-top: 25px;
  }
  .body-copy h2{
    font-size: 30px;
  }
  .body-copy h3{
    font-size: 25px;
  }
  .body-copy ul.abt-list-overview li{
    flex-direction: column;
    align-items: flex-start;
  }
  .abt-item .item-right {
    padding: 30px 0 0 0;
  }
  .abt-item img{
    max-width: 100%;
  }
  .footer-mobile-icon{
    display: none;
  }
  #top-section{
    min-height: auto;
    padding: 20px 25px 0;
    flex-wrap: wrap;
  }
  .f-top-cont{
    margin: 50px 0 0 0;
  }
  #block-three ul{
    display: flex;
    justify-content: center;
  }
  #block-three {
    padding: 20px 0 10px;
}
  
}

@media (max-width: 767px) 
{
    .main-home .modal-dialog .modal-content {
        height: 335px;
    }
}

@media(max-width: 374px) and (min-width: 100px) {
    .main-home .login-model-body {
        height: 300px
    }

    .main-home .modal-dialog .modal-content {
        height: 365px;
    }
}
#logo-section a[href="/maryland"] #imgTopDeskTopLogo,
#logo-section a[href="/georgia"] #imgTopDeskTopLogo,
#logo-section a[href="/louisiana"] #imgTopDeskTopLogo
 {
    height: 50px;
}


#btnGoToUtility a {
    font-weight: 500;
    padding: 15px 25px 11px;
    display: inline-block;
    background: #a0cf67;
    color: #fff;
    border-radius: 5px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.3;
}