@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff'),
        url('../fonts/Roboto-Light.ttf') format('truetype'),
        url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.eot');
    src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/Roboto-Thin.woff') format('woff'),
        url('../fonts/Roboto-Thin.ttf') format('truetype'),
        url('../fonts/Roboto-Thin.svg#Roboto-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*@font-face {
  font-family: "proxima_novabold";
  src: url("../fonts/fontsfree-net-proxima-nova-bold-webfont.eot");
  src: url("../fonts/fontsfree-net-proxima-nova-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/fontsfree-net-proxima-nova-bold-webfont.woff") format("woff"),
    url("../fonts/fontsfree-net-proxima-nova-bold-webfont.ttf")
      format("truetype"),
    url("../fonts/fontsfree-net-proxima-nova-bold-webfont.svg#proxima_novabold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_novalight";
  src: url("../fonts/fontsfree-net-proxima-nova-light-webfont.eot");
  src: url("../fonts/fontsfree-net-proxima-nova-light-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/fontsfree-net-proxima-nova-light-webfont.woff") format("woff"),
    url("../fonts/fontsfree-net-proxima-nova-light-webfont.ttf")
      format("truetype"),
    url("../fonts/fontsfree-net-proxima-nova-light-webfont.svg#proxima_novalight") 
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_novaregular";
  src: url("../fonts/fontsfree-net-proximanova-regular-webfont.eot");
  src: url("../fonts/fontsfree-net-proximanova-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/fontsfree-net-proximanova-regular-webfont.woff")
      format("woff"),
    url("../fonts/fontsfree-net-proximanova-regular-webfont.ttf")
      format("truetype"),
    url("../fonts/fontsfree-net-proximanova-regular-webfont.svg#proxima_novaregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_novaextrabold";
  src: url("../fonts/fontsfree-net-proxima-nova-xbold-webfont.eot");
  src: url("../fonts/fontsfree-net-proxima-nova-xbold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/fontsfree-net-proxima-nova-xbold-webfont.woff") format("woff"),
    url("../fonts/fontsfree-net-proxima-nova-xbold-webfont.ttf")
      format("truetype"),
    url("../fonts/fontsfree-net-proxima-nova-xbold-webfont.svg#proxima_novaextrabold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}*/

body {
  font-family: proxima-nova, sans-serif;
}
a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
h1, h2, h3 {
    line-height: 40px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
      margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}
.row {
  margin-bottom: 0;
}
body .container {
  padding-left: 15px;
  padding-right: 15px;
}
.moduletable form {
  margin: 0;
}
.form-control:focus {
  box-shadow: none;
}
button:focus {
  outline: none;
}
.header-customer {
  background-color: #257acc;
  color: #fff;
  height: 0px;
  overflow: hidden;
}
.header-customer-inner {
  padding: 25px 0;
}
.header-customer-inner li a {
  display: inline-block;
}
/* .header-inner.customer-section h6 {
  color: #1c568e;
} */
.header-inner.customer-section h6, .header-inner.customer-section h2 {
  color: #1c568e;
}
.header-inner.customer-section .down {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  top: 21px;
  border: solid #1c568e;
  border-width: 0 3px 3px 0;
}
.customer-head h3 {
  margin: 0;
  font-family:"proxima-nova";
  font-weight: 300;
  font-size: 22px;
}
.customer-head .nav a {
  color: #fff;
}
.customer-head .nav li {
  display: block;
  width: 100%;
}
.customer-head .nav li a:focus {
  background-color: transparent;
  outline: none;
}
.customer-head .nav {
  margin-bottom: 0;
}
.header-border ul {
  border-right: 1px solid #1c568e;
  padding: 13px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
.header-border:not(:first-child) ul {
  margin-top: 40px;
  margin-left: 20px;
}
.header-border:last-child ul {
  border-right: none;
}
.header-top {
  background-color: #1c568e;
}
.header-top li a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  transition: 0.3s ease;
  font-family:"proxima-nova";
  font-weight:300;
}
.top-nav .nav {
  margin-bottom: 0;
  margin-top: 0px;
}
.top-nav .nav > li > a {
  display: inline-block;
}
.header-top li a:hover,
.services-list li a:hover {
  color: #63b63b;
}
.top-nav li {
  margin-right: 10px;
}
.top-nav .item-429 {
  padding-left: 7px;
}
.top-nav .item-653 {
  padding-left: 6px;
}
.top-nav .item-429,
.top-nav .item-653 {
  font-weight: 800;
  position: relative;
}
.top-nav .item-429 a,
.top-nav .item-653 a {
  font-family:"proxima-nova";
  font-weight:800;
}
.top-nav .item-429:before {
  content: "";
  color: #fff;
  position: absolute;
  left: -3px;
  top: 6px;
  border: 0.5px solid #fff;
  width: 1px;
  height: 9px;
}
.top-nav .item-653:before {
  content: "";
  color: #fff;
  position: absolute;
  left: -4px;
  top: 6px;
  border: 1px solid #fff;
  width: 1px;
  height: 9px;
}
.main-nav ul a {
  padding: 0;
}
.main-nav ul li {
  padding: 0;
  padding-right: 21px;
}
.main-nav ul li a:hover {
  color: #bec2c5 !important;
}
.main-nav ul .parent ul {
  top: 98%;
  left: -9px;
  background-color: #bec2c5;
}
.main-nav ul .parent ul li a:hover {
  color: #63b63b !important;
}
.main-nav ul li.parent:hover:after {
  bottom: 0px;
  border-bottom: 10px solid #bec2c5;
}
.social-icons-list ul {
  margin: 0;
  display: inline-flex;
}
.main-nav ul {
  padding-left: 0;
}
.main-nav li:last-child {
  padding-right: 0;
}
.main-nav li a {
  color: #424e59;
  font-family:"proxima-nova";
  text-transform: uppercase;
  font-size: 15px;
  padding-bottom: 20px;
  font-weight:800;
}
.main-nav ul .parent:last-child ul {
  left: -53px;
}
.custom-navbar {
  padding-top: 13px;
}
.search-section {
  padding-top: 9px;
}
.search {
  margin-bottom: 0;
}
.inputbox.input-medium {
  width: 220px;
}
.account-sec li {
  margin-right: 11px;
}
.account-sec ul {
  padding-top: 3px;
  padding-left: 6px;
}
.account-sec li a {
  font-weight: 600;
}
.header-top .account-sec li:last-child {
  position: relative;
  padding-left: 14px;
}
.header-top .account-sec li:last-child:after {
  content: "";
  color: #fff;
  position: absolute;
  left: 0;
  top: 9px;
  border: 1px solid #fff;
  width: 1px;
  height: 9px;
}
.search-section #search {
  height: 30px;
  border-radius: 22px;
  box-shadow: none;
  border: none;
  padding-right: 37px;
  font-size: 14px;
}
.search-section input[type="image"] {
  position: absolute;
  right: 27px;
  top: 17px;
  color: #1c568e;
}
.customer-care-sec {
  display: inline-block;
}
.customer-care-sec h2, .customer-care-sec h6 {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  padding-left: 3px;
  margin: 0;
  line-height: 20px;
}
.customer-section {
  padding: 13px 17px;
  background-color: #63b63b;
  position: relative;
  cursor: pointer;
}
.customer-care-sec h2 span, .customer-care-sec h6 span {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: 19px;
  top: 16px;
}
.arrow {
  border: solid #fff;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 7px;
}
.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
/*header bottom section*/
.header-bottom {
  padding: 30px 0 0;
}
.weather-details img {
  margin-bottom: 3px;
  padding-right: 3px;
}
.month-detail {
  text-transform: uppercase;
}
.time-details {
  position: relative;
  padding-left: 6px;
}
.time-details:before {
    border: 0.6px solid;
    content: "";
    height: 9px;
    width: 0.5px;
    position: absolute;
    top: calc(50% - 5px);
    left: 0px;
}
.weather-details span {
  font-size: 12px;
  color: #424e59;
  padding-right: 7px;
  font-weight: 600;
}
.social-icons-list li {
  margin-right: 1px;
}
.social-icons-list li a {
  background-color: #257acc;
  color: #fff;
  border-radius: 50%;
  padding: 5px 10px;
  font-size: 15px;
}
.social-icons-list ul li a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  margin: 0 3px;
  width: 31px;
  height: 31px;
  text-indent: -9999px;
}
.social-icons-list .home {
  background: url(../images/landing_page/home_Blue.png);
}
.social-icons-list .twitter {
  background: url(../images/landing_page/facebook_Blue.png);
}
.social-icons-list .facebook {
  background: url(../images/landing_page/twiter_Blue.png);
}
.social-icons-list .youtube {
  background: url(../images/landing_page/youtube_Blue.png);
}
.social-icons-list .rss {
  background: url(../images/landing_page/rss-Feed_blue.png);
}
/*banner section*/
#banner-slider {
  position: relative;
}
.banner-txt {
  /*  position: absolute; */
  top: 30%;
  color: #fff;
  max-width: 510px;
}
.banner-txt a:hover {
  text-decoration: none;
}
.banner-txt h1 {
  font-size: 39px;
  font-weight: 800;
  margin-bottom: 10px;
  font-family:"proxima-nova";
}
.banner-txt h2 {
  font-size: 39px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family:"proxima-nova";
}
.banner-txt h3 {
  font-size: 34px;
  font-weight: 300;
  margin-bottom: 25px;
  font-family:"proxima-nova";
}
.banner-txt h1 strong{
  font-weight: 800 !important;
}
.more-info {
  padding: 9px 22px;
  background-color: #fff;
  color: #000;
  border-radius: 30px;
  min-width: 130px;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 16px;
  transition: 0.3s ease;
  font-family:"proxima-nova";
}
.more-info:hover {
  background-color: #1c568e;
  color: #fff;
  text-decoration: none;
}
/*banner bottom content*/
.banner-bottom-content {
  background-color: #63b63b;
}
.img-sec {
  color: #fff;
  text-transform: uppercase;
  padding: 18px 0;
  border-left: 1px solid #80c45f;
}
.img-sec:last-child {
  border-right: 1px solid #80c45f;
}
.img-sec h3, .img-sec h5 {
  font-weight: 600;
  font-size: 16px;
  margin-top: 13px;
  margin-bottom: 3px;
  color: #fff;
  display: block;
  line-height: 20px;
}
.img-sec h4, .img-sec h6 {
  font-weight: 400;
  font-size: 13px;
  margin: 0;
  color: #fff;
}
.banner-section .slide-desc-bg-default,
.customer-head .nav a:hover {
  background: transparent;
}
.slide-desc {
  bottom: 25% !important;
  left: 6% !important;
}
.djslider-default .navigation-container {
  top: 50% !important;
}
.banner-section .djslider-default .navigation-container .prev-button {
  left: 15px;
  outline: none;
}
.banner-section .djslider-default .navigation-container .next-button {
  right: 15px;
  outline: none;
}
/*Liquid news*/
.liquid-news-sec {
  padding: 30px 0;
}
.liquid-news-sec .item-page a:visited {
  color: #257acc;
}
.liquid-news-inner h3,
.liquid-news-topnews h3,
.liquid-top-right-bg h3 {
  background: url(../images/landing_page/liquid_small.png) no-repeat;
  background-position: left center;
  padding-left: 37px;
  margin: 0 0 10px 0;
  color: #257acc;
  font-weight: bold;
}
.readon,
.readon:visited,
.readon:active {
  background-color: #257acc;
  color: #fff;
  min-width: 84px;
  border-radius: 18px;
  padding: 9px 27px;
  text-transform: uppercase;
  font-weight: 600;
  height: 33px;
  line-height: 17px;
}
.readon:hover {
  background-color: #257acc;
  color: #80c45f;
  text-decoration: none;
}
.liquid-quick-links-sec {
  padding: 20px 15px 20px 45px;
}
.liquid-quick-links {
  background-color: #257acc;
  color: #fff;
  padding: 25px 35px;
}
.liquid-quick-links h2, .liquid-quick-links h3 {
  margin: 0;
  background: url(../images/landing_page/edit_icon.png) no-repeat;
  background-position: 0%;
  padding-left: 14%;
  font-size: 30px;
}
.liquid-quick-links ul {
  margin-left: 0;
}
.liquid-quick-links-sec ul li:first-child {
  padding-top: 30px;
}
.liquid-quick-links-sec ul li {
  padding-bottom: 30px;
}
.liquid-quick-links-sec ul li a {
  color: #fff;
  font-size: 17px;
}
.moduletable .aidanews2_date {
  color: #257acc;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  font-family:"proxima-nova";
  font-size: 12px;
}
.liquid-news-inner .moduletable .aidanews2 img,
.project-highlight .moduletable .aidanews2 img {
  margin-right: 26px;
}
.moduletable .aidanews2_title {
  font-size: 19px;
  line-height: 25px;
  display: block;
  font-family:"proxima-nova";
  color: #424e59;
  font-weight:400;
}
.liquid-news-inner .aidanews2_title,
.project-highlight .aidanews2_title {
  margin: 10px 0;
}
.liquid-related .aidanews2_title {
  margin: 4px 0 15px;
}
.liquid-news-inner .aidanews2_title .liquid-news-inner .aidanews2_title a:link,
.liquid-related .aidanews2_title a:link {
  font-family:"proxima-nova";
  font-weight:400;
}
.liquid-quick-links-sec ul li a:hover,
.img-sec a:hover,
.img-sec a:focus,
.aidanews2_title a:hover,
.aidanews2_title a:focus {
  text-decoration: none;
}
.aidanews2_title a {
  color: #424e59;
  font-weight: bold;
}
.aidanews2_text {
  color: #424e59;
  font-family:"proxima-nova";
  font-size: 15px;
  line-height: 24px;
  font-weight:400;
}
.liquid-news-inner .aidanews2_text,
.project-highlight .aidanews2_text {
  display: block;
  font-size: 14px;
  line-height: 24px;
}
.aidanews2_line,
.slide-title {
  display: none;
}
.liquid-news-inner .aidanews2 .readon,
.project-highlight .aidanews2 .readon,
.liquid-news-topnews .aidanews2 .readon {
  margin-top: 18px;
  display: inline-block;
}
.moduletable .aidanews2 img,
.moduletable .aidanews2_table .aidanews2_tabrow .aidanews2_art {
  border: none;
  margin-right: 0;
  padding: 0;
}
/*liquid related news*/
.moduletable .aidanews2 .even,
.footer-list .nav > li > a:hover,
.footer-list .nav > li > a:focus,
.top-nav .nav > li > a:hover,
.top-nav .nav > li > a:focus,
.main-nav ul li a:hover {
  background-color: transparent;
}
.liquid-related .aidanews2 img,
.liquid-related .aidanews2,
.liquid-news-inner .aidanews2_mainR,
.project-highlight .aidanews2_mainR {
  float: none;
}
.liquid-related .aidanews2 img {
  min-height: 136px;
  max-height: 136px;
}
.liquid-related .aidanews2_mainL {
  width: 33%;
  float: left;
  margin-bottom: 40px;
}
.liquid-related .aidanews2_mainR {
  float: right;
  width: 64%;


}
.liquid-related .aidanews2_date,
.liquid-related .aidanews2_title,
.header-inner-open.header-customer {
  display: block;
}
.liquid-right-bg {
  background: url(../images/landing_page/right_plan.png) no-repeat;
  /* 	position:relative; */
  min-height: 500px;
  margin-top: 25px;
}
.liquid-right-txt {
  position: absolute;
  bottom: 11%;
  width: 256px;
  left: 8%;
  color: #fff;
}
.liquid-right-txt h2, .liquid-right-txt h4 {
  font-size: 15px;
}
.liquid-right-txt h3,
.liquid-right-txt h2,
.liquid-right-txt h4 {
  margin: 0;
  text-transform: uppercase;
  line-height: 25px;
}
.liquid-right-txt p {
  margin: 8px 0px 28px;
}
.readon .aidanews2_readmore i {
  padding-left: 6px;
  vertical-align: text-top;
}
.board-meeting-latest h2, .board-meeting-latest h3 {
  margin: 0;
  background: url(../images/landing_page/board_calendar.png) no-repeat;
  background-position: 0%;
  padding-left: 5%;
  font-size: 30px;
  color: #257acc;
}
.today-event h3 {
  margin: 0;
  background: url(../images/landing_page/today_event.png) no-repeat;
  background-position: 0%;
  padding-left: 10%;
  font-size: 30px;
  color: #257acc;
}
.project-highlight h3 {
  margin: 0 0 10px 0;
  background: url(../images/landing_page/pipe.png) no-repeat;
  background-position: 0%;
  padding-left: 5%;
  font-size: 30px;
  color: #257acc;
}
.board-left-sec {
  float: left;
  width: 10%;
  display: inline-block;
  padding-top: 20px;
}
.board-left-sec .mod_events_latest_date {
  color: #257acc;
  font-family:"proxima-nova";
  font-size: 18px;
  text-transform: uppercase;
  font-weight:400;
}
.board-right-sec {
  float: right;
  width: 87%;
  display: inline-block;
}
.board-date {
  color: #257acc;
  font-weight: 600;
  text-transform: uppercase;
}
.mod_events_latest_table tr td {
  border-bottom: 1px solid #dcdcdc;
  border-color: #dcdcdc !important;
  border-width: 0 0 1px 0;
  padding: 30px 0px 2px 2px;
}
.mod_events_latest_table tr:last-child td {
  border-width: 0;
}
.mod_events_latest_content,
.board-right-sec p {
  color: #424e59;
  font-family:"proxima-nova";
  font-size: 18px;
  font-weight:400;
}
.mod_events_latest_content {
  margin: 13px 0;
  display: inline-block;
}
table.jevbootstrap .mod_events_latest_date,
table.jevbootstrap .mod_events_latest_content {
  margin-top: 13px;
}
.board-left-sec .board-date,
.board-left-sec .board-month {
  display: block;
}
.jevbootstrap .board-right-sec p {
  margin: 0 0 15px;
}
.new-project-related .aidanews2_art:first-child {
  display: inline-block;
  float: left;
}
.new-project-related .aidanews2_art:nth-child(2),
.new-project-related .aidanews2_art:last-child {
  float: left;
  display: inline-block;
  clear: right !important;
}
.new-project-related .aidanews2_art {
  margin-right: 15px;
}
.new-project-related .aidanews2_art:last-child {
  margin-right: 0;
}
.new-project-related .aidanews2_topL,
.new-project-related .aidanews2_botL {
  width: 100%;
  float: none;
}
.new-project-related .aidanews2_title {
  max-width: 222px;
  display: inline-block;
}
.new-project-related .aidanews2_mainL .aidanews2_date {
  margin: 15px 0 3px;
}
.new-project-related .aidanews2_positions {
  float: left;
}
/*Latest events*/
.today-event table tr td {
  padding: 30px 0px 38px 2px;
}
.today-event .mod_events_latest_content {
  margin: 13px 0 7px 0;
}
.today-event-content {
  padding-top: 18px;
  display: block;
  color: #424e59;
  font-family:"proxima-nova";
  font-size: 13px;
  font-weight:400;
}
.today-event-date {
  color: #257acc;
  font-weight: 600;
  text-transform: uppercase;
}
.today-event-date .mod_events_latest_date:not(:first-child) {
  text-transform: lowercase;
}
.time-icon {
  vertical-align: text-bottom;
}
/*Footer*/
.new-footer {
  background-color: #257acc;
  color: #fff;
  padding: 35px 0 75px;
}
.footer-social-list ul li {
  display: inline-block;
}
.footer-social-list ul li a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  margin: 0 1px;
  width: 31px;
  height: 31px;
  text-indent: -9999px;
}
.footer-social-list .footer-home {
  background: url(../images/landing_page/home_White.png);
}
.footer-social-list .footer-twitter {
  background: url(../images/landing_page/facebook_White.png);
}
.footer-social-list .footer-facebook {
  background: url(../images/landing_page/twiter_White.png);
}
.footer-social-list .footer-youtube {
  background: url(../images/landing_page/youtube_White.png);
}
.footer-social-list .footer-rss {
  background: url(../images/landing_page/rss-Feed_White.png);
}
.footer-social-list ul {
  margin: 0;
}
/* .social-icons-list ul li a {
	margin-right: 30px;
    position: relative;
}
.social-icons-list ul li a::after  {
	content: "\f08e";
    font: normal normal normal 14px/1 FontAwesome;
    color: #257acc;
    position: absolute;
    right: -20px;
    bottom: 0px;
	text-indent: 0px;
} */

/* .slide-text h1 span a { */
    /* color: #000 !important; */
/* } */

/* .footer-social-list ul li a {
    margin-right: 30px;
    position: relative;
} 
.footer-social-list ul li a::after {
    content: "\f08e";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    position: absolute;
    right: -20px;
    bottom: 0px;
	text-indent: 0px;	
} */
 
/* .item-page p a[target="_blank"]  {
 position:relative;	
}
.item-page p a[target="_blank"]::after {
content: "\f08e";
font: normal normal normal 14px/1 FontAwesome;
color: inherit;
padding:0 5px;
} */
 

.new-footer h4,
.new-footer h5 {
  margin: 0;
  font-family:"proxima-nova";
  font-weight: 400;
}
.new-footer h6 {
  margin: 0;
  font-family:"proxima-nova";
  font-weight: 300;
}
.new-footer h3 {
  margin: 0 0 10px 0;
  font-family:"proxima-nova";
  font-weight:800;
  font-size: 21px;
  line-height: 26px;
}
.footer-social-list {
  padding-top: 20px;
  font-family:"proxima-nova";
  font-weight: 300;
}
.footer-social-list p {
  margin-bottom: 20px;
}
.footer-list li {
  display: block;
  width: 100%;
}
.footer-list li a {
  color: #fff;
  font-size:14px;
}
.footer-list li a:hover {
  color: #80c45f;
}
ul.nav {
  margin-bottom: 0;
}
.footer-menu:not(:first-child) ul {
  margin-top: 40px;
}
.footer-menu {
  width: 150px;
  display: inline-block;
  margin-right: 53px;
}
.footer-menu:last-child {
  margin-right: 0;
}

/*Liquid news */
.liquid-news-topnews .aidanews2_botL,
.liquid-middle-featured .aidanews2_botL,
.liquid-news-bottom .aidanews2_botL {
  width: 100%;
}
.liquid-news-topnews .moduletable .aidanews2_date,
.liquid-news-topnews .aidanews2_date,
.liquid-news-bottom .aidanews2_date,
.liquid-middle-featured .aidanews2_date {
  margin: 13px 0 7px;
}
.liquid-news-topnews .aidanews2_title {
  margin-bottom: 10px;
}
.liquid-middle-featured .aidanews2_art {
  margin-bottom: 20px;
}
.rightscape-sec {
  background: url(../images/liquid-news/right_space_banner.png);
}
.liquid-middle-featured h3 {
  margin: 0 0 10px 0;
  background: url(../images/liquid-news/featured_news_icon.png) no-repeat;
  background-position: 0%;
  padding-left: 5%;
  font-size: 30px;
  color: #257acc;
}
.liquid-news-service h3 {
  margin: 0 0 45px 0;
  background: url(../images/liquid-news/featured_news_icon.png) no-repeat;
  background-position: 0%;
  padding-left: 5%;
  font-size: 30px;
  color: #257acc;
  clear: both;
}
.featured-news-six.liquid-news-service h3 {
  padding-left: 3%;
}
.liquid-top-right .aidanews2_title {
  line-height: 22px;
  font-size: 16px;
}
.liquid-top-right .aidanews2_positions {
  padding: 0 !important;
}
.liquid-top-right .aidanews2_topL {
  padding-left: 15px;
}
.liquid-top-right .aidanews2_topR {
  padding-left: 30px;
}
.liquid-top-right .aidanews2 img {
  padding: 0;
  margin-right: 0;
}
.liquid-top-right .aidanews2_art {
  padding: 25px 0 25px;
  border-bottom: 1px solid #dcdcdc;
}
.liquid-top-right .aidanews2_art:first-child {
  padding-top: 0;
}
.liquid-top-right .aidanews2_art:last-child {
  border-bottom: none;
}
.liquid-rightscape {
  padding: 40px 0;
  color: #fff;
}
.liquid-rightscape h3 {
  text-transform: uppercase;
  margin: 20px 0 10px;
  font-size: 41px;
}
.liquid-rightscape p {
  font-size: 17px;
}
.liquid-rightscape .more-info {
  padding-top: 10px;
  display: inline-block;
}
.liquid-news-bottom .aidanews2_title {
  min-height: 49px;
}
.liquid-middle-featured .aidanews2 img,
.liquid-news-bottom .aidanews2 img {
  /* 	max-width: 350px;
	min-width: 350px; */
  max-height: 210px;
  min-height: 210px;
}
.liquid-news-bottom .aidanews2 .aidanews2_art.odd.first {
  padding-right: 15px;
}
.liquid-news-bottom .aidanews2 .aidanews2_art.even {
  padding-left: 15px;
  padding-right: 15px;
}
.liquid-news-bottom .aidanews2 .aidanews2_art.odd.last {
  padding-left: 15px;
}
.liquid-middle-featured .aidanews2 .aidanews2_art.odd {
  padding-right: 15px;
}
.liquid-middle-featured .aidanews2 .aidanews2_art.even {
  padding-left: 15px;
}
.liquid-news-bottom .aidanews2_art {
  margin-bottom: 40px;
}
.liquid-middle-featured .aidanews2_title,
.liquid-news-bottom .aidanews2_title {
  margin-bottom: 10px;
}
.moduletable .aidanews2_positions {
  padding: 0px !important;
}

/*Liquid news view section*/

/*Services section*/
.services-cont table td { 
	vertical-align:top;
	padding:15px;
	width:33.33%; 
}
.services-cont table td p {
	width:100%;
	display:inline-block;
	padding-right:0px !important;
}
.services-cont table td p img {
	float:none !important;
	margin:0px !important;
	width:100%;
}

.what-a-year-sec {
  padding: 20px 15px 20px 25px;
}
.liquid-top-right.liquid-top-right-bg .aidanews2_topL {
  padding-left: 0;
}
.liquid-top-right.liquid-top-right-bg h3 {
  margin-bottom: 35px;
}
.article-info .published {
  color: #257acc;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  font-family:"proxima-nova";
  font-size: 12px;
  margin-left: 0;
}

/*breadcrumbs*/
.breadcrumb-sec,
.breadcrumbs ul li a,
.breadcrumbs a,
.breadcrumbs span {
  color: #7e868d;
  font-size: 17px;
  font-family:"proxima-nova";
  font-weight: 400;
}
.page .header-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.icons-social .at-icon-wrapper {
  width: 35px !important;
  height: 35px !important;
  border-radius: 50%;
  line-height: 48px !important;
}
.at-icon {
  width: 34px !important;
  height: 22px !important;
}
.addthis_button_googleplus {
  background: url(../images/liquid_news_interior/googleplus_share.png);
  width: 31px;
  height: 31px;
}

.item-page h2 {
  line-height: 8px;
}

/*28-02-2019*/
.item-page p img {
  float: left;
}

/*27-02-19*/
.liquid-news-feature .aidanews2_botL {
  margin-bottom: 15px;
}

.liquid-middle-featured.liquid-news-feature .aidanews2_art.aidacat_39 {
  margin-bottom: 50px;
}

/*1-3-19*/
.liquid-news-sec .item-page p img {
  margin-right: 26px;
  margin-bottom: 10px;
}

.gkTabsContainer .gkTabsItem.gk-opacity h2 {
  font-size: 16px !important;
  display: none !important;
}

.liquid-news-sec .item-page h2 {
  margin: 11px 0 12px 0;
  line-height: 24px;
  font-size: 30px;
  color: #424e59;
  font-family:"proxima-nova";
  font-weight: 400;
}

.liquid-news-sec .item-page .liquid-inside-heading {
  margin: 13px 0 13px 0;
}
.liquid-news-sec .item-page p {
  color: #424e59;
  font-family:"proxima-nova";
  font-weight: 400;
  font-size: 13px;
  padding-right: 25px;
}
.liquid-news-sec .tabcontent p {
  padding-right: 0;
}
.water-leaks img {
  margin-bottom: 30px;
  width: 100%;
}
.date-sec {
  color: #257acc;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  font-family:"proxima-nova";
  font-size: 12px;
}
/*water leaks tab css*/
.tab {
  float: left;
  border-style: solid;
  border-width: 1px 1px 0px 0px;
  border-color: #dcdcdc;
  width: 30.7%;
  margin: 6% 0 7% 0;
  display: inline-block;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  font-family:"proxima-nova";
  font-weight: 700;
  background-color: inherit;
  color: #646d75;
  padding: 19px 13px 19px 35px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  border-bottom: 1px solid #dcdcdc;
}
.tab button:last-child {
  border-bottom: none;
}
/* Change background color of buttons on hover */
.tab button:hover,
.tab button.active {
  color: #257acc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 40px 34px;
  border-top: 1px solid #dcdcdc;
  width: 69.3%;
  border-left: none;
  color: #646d75;
  font-family:"proxima-nova";
  font-weight: 400;
  margin: 6% 0 9% 0;
  display: inline-block;
}
.tabcontent h5 {
  font-size: 28px;
  line-height: 26px;
}
.tabcontent p {
  font-size: 13px;
}
.tableborder {
  border: 2px solid #000 !important;
}

/*updates*/
.eng-links {
  margin: 0px;
  padding: 0px;
}
.eng-links li {
  margin: 8px 0 !important;
  padding: 0px;
  list-style: none !important;
}
.eng-links li a {
  color: #4e6cb4;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-align: left !important;
  line-height: 16px;
}
.liquid-news-sec .item-page .eng-heads h2 {
  margin: 0 0 18px 0;
  line-height: 40px;
}
.liquid-related.liquid-news-service {
  clear: both;
}
#trans div#btntrans {
  display: none;
}
.top-nav #trans div {
  min-height: 0;
}
.top-nav #panel {
  /* display: inline-block; */
  overflow: hidden;
  top: 10px;
  right: 37%;
}
.top-nav #langflags ul li {
  height: 25px;
  padding: 6px 4px !important;
  border-bottom: none;
}
.top-nav #panel li:hover {
  background: transparent;
}
/* 
#trans div#langflags{
	min-height:130px !important;
    height: 300px !important;
}
#panel{
	top: 29px;
} */

.drop-water-img .drop-water {
  float: left;
  margin: 0 20px 10px 0;
}
.by-number {
  position: relative;
  margin-bottom: 60px;
}
.cities-inc {
  clear: both;
  position: relative;
  width: 40%;
  margin-left: 65px;
  padding-top: 25px;
}
.cities-inc h4 {
  color: #054470;
  font-family: "RobotoRegular";
  font-size: 15px !important;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}
.one-half {
  color: inherit;
  font-weight: inherit;
  float: left;
  font-family: "RobotoRegular";
  font-size: 13px;
  width: 50%;
}
.about-us-sec .cities-inc > p.italic {
  clear: both;
  color: #404040;
  font-style: italic;
  padding-top: 10px;
  font-size: 13px;
  font-weight: 100;
}

.about-us-map {
  position: absolute;
  right: 15px;
  top: 35px;
}
.header-top li .nav-header {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  transition: 0.3s ease;
  font-family:"proxima-nova";
  text-shadow: none;
  font-weight: 300;
  padding: 1px 0;
  cursor: pointer;
}
/*about us*/
.polygon-container {
  background: url(../images/Polygon-bg.png) no-repeat scroll 0 0
    rgba(0, 0, 0, 0);
  padding-bottom: 102px;
  padding-top: 20px;
  margin-top: 20px;
}
.about-us-sec.custom-container .one-three div {
  width: 30%;
  float: left;
  padding: 0 4%;
}
.about-us-sec .container .three.columns {
  width: 160px;
}
.about-us-sec .one-three .abt-divisions {
  text-align: center;
  font-size: 15px;
  /*  font-family: "RobotoBold"; */
  color: #424e59;
  padding-right: 0;
}
.about-us-sec .one-three img {
  display: block;
  margin: 10% 10% 10% 25%;
}
.about-us-sec .one-three .abt-values {
  /* font-family: "RobotoBold"; */
  color: #054470;
  display: block;
  font-size: 45px;
  text-align: center;
}
.about-us-sec .polygon-container .six.columns {
  width: 340px;
  display: inline-block;
}
.about-us-sec .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

.about-us-sec ul li .water-values {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4%;
}
.about-us-sec .value-content {
  padding-left: 15px;
  padding-top: 10px;
}
.about-us-sec .water-value-heading {
  font-family: "RobotoBold";
  font-size: 45px;
  color: #fff;
  width: 125px;
}
.about-us-sec .value-content h4,
.value-content p {
  text-align: right;
}
.about-us-sec .value-content p {
  color: #404040;
  font-size: 15px;
  float: right;
  padding-right: 8px;
}
.about-us-sec .value-content,
.about-us-sec .img-values,
.about-us-sec .core-content {
  display: table-cell;
  vertical-align: middle;
}
.about-us-sec .img-values img {
  margin-top: 10px;
}
.about-us-sec .water-values,
.core-values {
  margin-bottom: -14px;
  margin-left: -30px;
  overflow: hidden;
  margin-top: 15px;
}
.about-us-sec .ula-align .miles-values {
  padding-left: 25px;
  text-align: center;
}
.about-us-sec .ul-align {
  padding: 4% 14%;
}
.about-us-sec .ula-align .pa-R-aligns {
  padding-left: 25px;
  text-align: center;
}
.about-us-sec .ula-align > li {
  padding-top: 21%;
}
.about-us-sec .ula-align .miles-values {
  /* font-family: "RobotoBold"; */
  color: #404040;
  font-size: 45px;
  margin-top: -8px;
  padding-left: 35px;
  text-align: left;
}
.about-us-sec ul li .miles-values {
  color: #404040;
  font-size: 45px;
  margin-top: -8px;
  padding-left: 35px;
  text-align: center;
}
.about-us-sec .ula-align .pa-R-aligns {
  color: #404040;
  font-size: 15px;
  line-height: 1;
  padding-left: 35px;
  padding-top: 5px;
  text-align: left;
}
.about-us-sec .mission-values .img-values {
  display: inline-block;
  float: left;
  padding-right: 20px;
}
/*image gallery alignment*/
.sigFreeClassic .sigFreeThumb {
  margin-right: 19px !important;
}
.sigFreeClassic .sigFreeThumb:last-child {
  margin-right: 0 !important;
}
.sigFreeThumb a {
  width: 166px !important;
}

/*updates*/
.featured-news-six.liquid-related .aidanews2 img {
  min-height: 205px;
  max-height: 205px;
  width: 100%;
}
.featured-news-six.liquid-related .aidanews2_mainL {
  width: 97%;
  margin-bottom: 5px;
}
.featured-news-six.liquid-related .aidanews2_title {
  min-height: 50px;
}
.featured-news-six .aidanews2_topL {
  padding: 10px 0 0 0;
}
.featured-news-six.liquid-related .aidanews2_title {
  margin: 0px 0 15px;
}
.liquid-news-sec .addthis_toolbox {
  float: right;
}
.featured-news-six .moduletable .aidanews2_positions {
  padding: 0 0 40px !important;
}
.featured-news-six
  .moduletable
  .aidanews2_table
  .aidanews2_tabrow
  .aidanews2_art {
  width: 30% !important;
  margin-right: 55px;
}
.featured-news-six
  .moduletable
  .aidanews2_table
  .aidanews2_tabrow
  .aidanews2_art.lastinrow {
  margin-right: 0;
}
.custom-breadcrumb {
  /* padding-bottom:60px; */
}

.latest-right-sec .mod_events_latest_content a {
  line-height: 19px;
}
.latest-right-sec .mod_events_latest_content a:hover {
  text-decoration: none;
}
.liquid-news-sec .item-page ul li {
  color: #424e59;
  font-family:"proxima-nova";
  font-weight: 400;
  font-size: 13px;
}
.public-business-list li,
.water-quality-list li {
  list-style: disc;
}
.water-quality-list {
  margin-left: 40px;
  margin-right: 10px;
}
.liquid-quick-links-sec .quick_links ul li:last-child {
  padding-bottom: 0;
}
.liquid-news-sec .item-page .service-table h2 {
  margin: 0;
  font-size: 24px;
  width: 86%;
  display: inline-block;
  padding-top: 6px;
  float: left;
}
.liquid-news-sec .item-page .service-table td img {
  display: inline-block;
  width: 10%;
  float: left;
}
.urban-runoff-table .runoff-img-sec {
  width: 64%;
}
.urban-runoff-table .runoff-text-sec {
  vertical-align: top;
  padding-top: 10px;
  width: 34%;
}
.sitemap ul li a {
  color: #257acc;
}
.sitemap .level_0 a {
  width: 100%;
  line-height: 24px;
}
.sitemap .level_1 a {
  line-height: 16px;
}
.sitemap ul.level_0 li {
  width: 50%;
  margin: 13px 0 0 0;
}
.sitemap ul.level_1 li {
  width: 100%;
}
.sitemap ul.level_0 li:nth-child(3n + 1) {
  clear: right;
}
.liquid-news-sec .item-page input[type="text"],
.liquid-news-sec .item-page select {
  height: 30px;
  box-shadow: none;
  transition: none;
}
.liquid-news-sec .item-page textarea {
  height: 90px;
  width: 100%;
  box-shadow: none;
  transition: none;
  margin-bottom: 8px;
}
.liquid-news-sec .item-page input[type="radio"] {
  width: 20px;
  display: inline-block;
  float: left;
}
.liquid-news-sec .item-page label {
  /* float: left;
  display: inline-block;
  margin: 1px 5px; */
  line-height: 21px;
}
.liquid-news-sec .item-page textarea:focus,
.liquid-news-sec .item-page input[type="text"]:focus,
.liquid-news-sec .item-page input[type="password"]:focus,
.liquid-news-sec .item-page input[type="datetime"]:focus,
.liquid-news-sec .item-page input[type="datetime-local"]:focus,
.liquid-news-sec .item-page input[type="date"]:focus,
.liquid-news-sec .item-page input[type="month"]:focus,
.liquid-news-sec .item-page input[type="time"]:focus,
.liquid-news-sec .item-page input[type="week"]:focus,
.liquid-news-sec .item-page input[type="number"]:focus,
.liquid-news-sec .item-page input[type="email"]:focus,
.liquid-news-sec .item-page input[type="url"]:focus,
.liquid-news-sec .item-page input[type="search"]:focus,
.liquid-news-sec .item-page input[type="tel"]:focus,
.liquid-news-sec .item-page input[type="color"]:focus,
.liquid-news-sec .item-page.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
}
.liquid-news-sec div.formBody textarea.rsform-error {
  border: 1px solid #d4d4d4;
}
.liquid-news-sec .formResponsive select.rsform-error {
  border-color: #d4d4d4;
}
table.acymailing_lists tbody tr:nth-child(odd) {
  background-color: #e5e5e5;
}
table.acymailing_lists tbody tr:nth-child(even) {
  background-color: #f3f3f3;
}
table.acymailing_lists tbody tr td:first-child {
  padding-right: 0;
}
table.acymailing_lists tbody tr td {
  padding: 10px;
}
table.acymailing_lists tbody tr td p {
  margin-bottom: 0;
}
table.acymailing_form {
  background-color: #f3f3f3;
  display: block;
  padding: 20px;
  width: 100%;
  margin-top: 30px;
}
table.acymailing_form tr {
  display: block;
  float: left;
}
table.acymailing_form tr td input[type="submit"],
table.acymailing_form tr td input[type="button"] {
  background: none repeat scroll 0 0 #00adef;
  border: medium none;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  padding: 8px 20px;
}

table.acymailing_form tr td input[type="text"] {
  border: 1px solid #e5e5e5;
  border-radius: 1px 1px 1px 1px;
  -moz-border-radius: 1px 1px 1px 1px;
  -webkit-border-radius: 1px 1px 1px 1px;
  color: #414141;
  margin-right: 10px;
  padding: 8px;
  width: 220px !important;
}
@media only screen and (max-width: 1280px) {
.sss-ifrmae  iframe#iFrameSSS {
	height:1550px;
}
}
@media only screen and (max-width: 1024px) {
	.sss-ifrmae  iframe#iFrameSSS {
		height:1600px;
	}
}
@media only screen and (max-width: 992px) {
	.sss-ifrmae  iframe#iFrameSSS {
    /*height:2100px;*/
    height: 2280px;
	}
}
/*San Joaquin Marsh page*/

.sanJoaquinMarsh_page  {
	padding-right:0;
}
.sanJoaquinMarsh_page .sanJoaquinMarsh_top a {
	margin-top:20px;
	background: url('../images/download_icon.png') no-repeat 12px center; display: block !important; text-decoration: none !important; background-color: #cd5c5c; padding: 12px 45px 12px 55px !important; font-size: 14px; line-height: 20px; color: #ffffff; font-family:"proxima-nova"; font-weight:300;
}
.sanJoaquinMarsh_page .sanJoaquinMarsh_top h1{
	margin:25px 0; font-size: 18px; line-height: 25px; color: #707070; font-family:"proxima-nova"; font-weight:800;
}
.sanJoaquinMarsh_page p {
	padding-right:0px;
}

.sanJoaquinMarsh_page .blu_hours_block h2{
	font-size: 30px;
	line-height: 30px;
	color: #257acb;
	font-weight:800;
	font-family:"proxima-nova";
}
.sanJoaquinMarsh_page .blu_hours_block h4{
	font-size: 18px;
	line-height: 27px;
	text-transform:uppercase;
	color: #257acb;
	font-weight:800;
	font-family:"proxima-nova";
}
.sanJoaquinMarsh_page .blu_hours_block {
	padding:20px 33px;
	background:#e7f2fc;
}
.sanJoaquinMarsh_page .blu_hours_block table td {
	border:none;
	background-color:#fff;
	padding:10px;
	padding-left:50px;
	background-repeat:no-repeat;
	background-position:12px center;
	font-size: 16px !important;
	line-height: 18px !important;
	color: #257acb;
	letter-spacing:1px;
	text-transform:uppercase;
	font-family:"proxima-nova" !important;
	border-right:10px solid #e7f2fc;
  font-weight:800;
}
.sanJoaquinMarsh_page .blu_hours_block table td span {
	display:block;
	font-size: 15px;
	line-height: 16px;
	text-transform:none;
	letter-spacing:-0.75px;
	color: #333333;
	font-family:"proxima-nova" !important;
  font-weight:400;
}
.sanJoaquinMarsh_page .blu_hours_block table {
	margin-left:0px;
	border:none;
}
.sanJoaquinMarsh_page .blu_hours_block table td.san_hours_icon { background-image:url(../images/san_hours_icon.png); margin-right:10px;}
.sanJoaquinMarsh_page .blu_hours_block table td.san_dollar_icon { background-image:url(../images/san_dollar_icon.png); margin-right:10px;}
.sanJoaquinMarsh_page .blu_hours_block table td.san_addres_icon { background-image:url(../images/san_addres_icon.png);}
.san_image_banner .san_image_cont {
    padding: 25px 35px;
    background-color: #fff;
    border-radius: 30px;
    margin-top: -40px;
    box-shadow: 0px 5px 114px 0px rgba(183, 183, 183, 0.16);
    position: relative;
}
.liquid-news-sec .item-page .sanJoaquinMarsh_page p { 
	font-size: 16px;
    line-height: 25px;
    color: #424e59;
    font-family:"proxima-nova";
	padding-right:0px;
  font-weight:400;
}
.liquid-news-sec .item-page .sanJoaquinMarsh_page p strong {
	color: #424e59;
	font-family:"proxima-nova";
	font-weight:800;
}
.san_image_banner img {
	width:100%;
}
.san_image_banner .san_image_cont p {
    font-size: 16px;
    line-height: 25px;
    color: #424e59;
    font-family:"proxima-nova";
	margin-bottom:0px;
	padding-right:0px;
  font-weight:400;
}
.san_image_banner .san_image_cont p strong{ 
	color:#424e59;
	font-family:"proxima-nova";
	font-weight:800;
}
.san_image_banner .san_image_cont {
    padding: 25px 35px;
    background-color: #fff;
    border-radius: 30px;
    margin-top: -40px;
    box-shadow: 0px 5px 114px 0px rgba(183, 183, 183, 0.16);
    position: relative;
}

.sanJoaquinMarsh_page .san_links_block table td span { 
	display:block;
	font-family:"proxima-nova" !important;
  font-weight:800;
}
.sanJoaquinMarsh_page .san_links_block table a{ 
	margin-left:0px;
	border:none;
}
.sanJoaquinMarsh_page .san_links_block table td a {   
	border:none;
	padding:15px 10px 15px;
	padding-left:90px;
	background-repeat:no-repeat;
	background-position:20px center;
	font-size: 20px !important;
	line-height: 24px !important;
	color: #fff !important;
	text-transform:uppercase;
	font-family:"proxima-nova" !important;
	display: block;
	text-decoration:none!important;
    width: 100%;
    border-radius: 11px;
    font-weight:300;
}
.sanJoaquinMarsh_page .san_links_block table td {
    padding-top: 10px;
    padding-bottom: 25px;
}
.sanJoaquinMarsh_page .san_links_block table td.trail_marsh_icon a { background-color:#cf5b5c; background-image:url(../images/trail_marsh_icon.png); box-shadow: 0px 5px 12px 0px rgba(252, 195, 196, 0.78);}
.sanJoaquinMarsh_page .san_links_block table td.guide_marsh_icon a{background-color:#71478e;  background-image:url(../images/guide_marsh_icon.png); box-shadow: 0px 5px 12px 0px rgba(214, 163, 249, 0.78);}
.sanJoaquinMarsh_page .san_links_block table td.campus_marsh_icon a {background-color:#257acb; background-image:url(../images/campus_marsh_icon.png); box-shadow: 0px 5px 12px 0px rgba(175, 208, 239, 0.78);}
.sanJoaquinMarsh_page .san_links_block table td.trail_marsh_icon, .sanJoaquinMarsh_page .san_links_block table td.guide_marsh_icon {
	padding-right:8px;
}
.cc-revoke, .cc-window  {
	/* position:static!important; */
/* 	background:#257acc !important; */
}

.cc-banner a.cc-link {
	background:none;
	color:#fff;
	opacity: 1;
}
/*backflow-prevention page*/

.liquid-news-sec .item-page h2 {
	font-size:30px;
	line-height:35px;
	color:#257acb;
	font-family:"proxima-nova";
  font-weight:800;	
}
.liquid-news-sec .item-page .backflow-prevention > img { 
	margin-bottom:20px;
}
.liquid-news-sec .item-page .backflow-prevention p, .liquid-news-sec .item-page .backflow-prevention li { 
	color:#424e59;
	font:16px/24px proxima-nova;
	margin-bottom:20px;
	padding-right:0px;
  font-weight:400;
}
.liquid-news-sec .item-page .backflow-prevention ul {
	margin-bottom:30px;
	
}
.liquid-news-sec .item-page .backflow-prevention li {
	list-style:circle;
	margin-bottom:15px;
}
.liquid-news-sec .item-page .backflow-prevention h3 {
	color:#257acb;
	position:relative;
	font:22px/24px proxima-nova;
	text-transform:uppercase;
	z-index: 2;
    background: #fff;
	letter-spacing:0.5px;
    display: inline-block;
    padding-right: 10px;
    font-weight:800;
}
.liquid-news-sec .item-page .backflow-prevention h3 span {text-transform:none;}

.header_strip hr {
	margin:0px;
	padding:0px;
	border:2px solid #257acb;
	margin: 0px;
    position: relative;
    top: -22px;
}
.liquid-news-sec .item-page .backflow-prevention h3::before {
	content:"";
	background:#257acb;
	border-radius:50%;
	margin:0px;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 7px;
    vertical-align: 1px;
}
.liquid-news-sec .item-page .backflow-prevention .important_box {
    padding: 35px;
    border: 1px solid #257acb;
    border-radius: 10px;
    background: #f2f9ff;
	margin-top:65px;
	margin-bottom:120px;
}
.liquid-news-sec .item-page .backflow-prevention .important_box h3::before {
    display: none;
}
.liquid-news-sec .item-page .backflow-prevention .important_box h3 {
    font: 34px/40px proxima-nova;
    text-transform: none;
    margin-top: 0;
	background:none;
  font-weight:800;
}
.liquid-news-sec .item-page .backflow-prevention .important_box li {list-style: none;margin-bottom: 10px;}

.liquid-news-sec .item-page .backflow-prevention .important_box ul {
    margin-left: 0;
	margin-bottom:0px;
}
.liquid-news-sec .item-page .backflow-prevention .important_box ul li a {
    color: #257acb;
    font: 16px/25px proxima-nova;
    margin-left: 6px;
    display: inline-block;
    vertical-align: middle; 
    font-weight:800;
}

/* .liquid-news-sec .item-page .backflow-prevention h3 span:after { 
	content:"";
	border-top:10px solid #257acb;
	display:inline-block;
	width:100%;
	margin-top:-20px 
} */

/*--- 27-11-2021 --*/

.switcher {
    font-family: Arial;
    font-size: 10pt;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    width:  200px !important;
    line-height: 17px;
    left: -71px;
    right: 0;
    position: absolute;
    margin: 0 auto;
    top: 49px;
}

.switcher .option {
    width: 198px !important;
    background: #fff !important;
    color: #448AFF !important;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.switcher .option a {   
    padding: 3px 5px;
    font-size: 14px;
    color: #448AFF !important;
    text-transform: uppercase;
    transition: 0.3s ease;
    font-weight: 700;
}
.switcher .option a.selected {
    background: transparent !important;
   /*  color: #00f !important; */
}
.switcher .option a:hover {
    background: #fff !important;
	 color: #00f !important;
}
.switcher .selected a {
    border: 1px solid #CCCCCC;  
    padding: 3px 5px;
    width: 188px !important;
    border-bottom: 0px;
    border-radius: 5px;    
}
.switcher .selected {   
    background-image: none !important;    
}
.switcher .selected a {
    display: none;
}
.top-nav li.item-429 a {
    vertical-align: text-bottom;
}

/*--- 27-11-2021 --*/
.switcher .option
{
	max-height: unset !important;
}
.cc-btn.cc-allow {
    z-index: 999 !important;
}

.aidanews2_mainL {
    width: auto;
    float: left;
    }
.liquid-news-service .aidanews2_art {
    width: 28%;
    margin-right: 55px;
}

.acc_heading_square .accordion_box {
    padding: 0px 0px !important;
    color: white;
    cursor: pointer;
    margin: 0 0 1px;
}
.acc_heading_square .accordion_box a {
    color: #eeeeee;
    background: #32ADE1;
    position: relative;
    width: 100%;
    padding: 16px 25px;
    display: block;
    font-weight: bold;
    color: #FFF !important;
    cursor: pointer;
    font-family: arial !important;
    font-size: 14px !important;
    font-weight: bold;
    text-decoration: none;
    border-bottom: none !important;
}

.acc_heading_square .accordion-section-content {
   
    background: #f7f7f7;
}
.eb_vertical_accordion {
    padding-bottom: 14px;
}
@media only screen and (max-width: 767px) {
	.sanJoaquinMarsh_page .blu_hours_block table td, .sanJoaquinMarsh_page .san_links_block table td {
		display: block;
		margin-bottom: 5px;
		width: 100%;
	}
	.san_image_banner .san_image_cont {
		padding:15px;
	}
}

/*==========================================*/
/*----------------04-07-2022----------------*/
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(82,168,236,0.8) !important;
    outline: 0 !important;
    outline: thin dotted \9 !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(82 168 236 / 60%) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6) !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(82 168 236 / 60%) !important;
}
section.header-top .searcharea form label.element-invisible {
    display: none;
}
section.header-top .searcharea form input.search-query {
    width: 100%;
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
}
.customer-section {
    display: flex !important;
    align-items: center;
}
.customer-care-sec h2, .customer-care-sec h6 {
    padding-left: 7px;
    line-height: 20px !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.social-icons-list .top-social ul li a {
    background-position: inherit !important;
    background-repeat: no-repeat !important;
}
section.header-bottom .col-sm-3 img {
    width: 100%;
}
section.header-bottom .col-sm-3 a {
    display: flex;
}
span.month-detail, span.time-details,
.img-sec h4, .img-sec h6,
.img-sec h3, .img-sec h5{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 20px !important;
}
.img-sec h3, .img-sec h5{
    margin-top: 6px;
}
.img-sec h4, .img-sec h6{
    margin: 0;
}
.main-nav ul li a {
    line-height: 20px;
}
.top-nav .item-429:before {
    top: calc(50% - 4.5px);
}
.liquid-news-sec img {
    height: auto;
}
.liquid-news-inner h3, 
.liquid-news-topnews h3, 
.liquid-top-right-bg h3 {
    line-height: 40px;
        font-size: 24.5px;
}
.liquid-quick-links h2, .liquid-quick-links h3 {
    line-height: 40px;
}
.liquid-quick-links-sec ul li a {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 20px;
    font-weight: 400;
}
.liquid-quick-links-sec ul li:first-child {
    padding-top: 28px;
}
.liquid-quick-links-sec ul li {
    padding-bottom: 26px;
}
.liquid-related .aidanews2 img {
    object-fit: cover;
    object-position: center;
}
.moduletable .aidanews2_title {
    line-height: 25px !important;
}
.aidanews2_readmore, .liquid-right-txt p, .footer-list li a {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.liquid-right-txt h3, .liquid-right-txt h2, .liquid-right-txt h4 {
    line-height: 25px !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.mod_events_latest_table tr {
    border-bottom: none !important;
}
body a {
    color: #08c;
    text-decoration: none;
}
.new-footer .footer-social-list h5, .new-footer .footer-social-list p {
    color: #fff !important;
}
.footer-list li a {
    display: block;
    line-height: 20px;
}
.footer-menu {
    padding: 0 !important;
}
.new-footer h3 {
    line-height: 26px !important;
}
.new-footer h4, .new-footer h5 {
    font-size: 17.5px;
}
.new-footer h6 {
    font-size: 11.9px;
}
.footer-social {
    margin: 0;
}
.new-footer .footer-social-list p {
    font-size: 16px;
}
.new-footer .footer-social-list h5 {
    font-size: 14px;
}
.footer-social-list ul li a {
    margin: 0 3px;
}
.icons-social .at-icon-wrapper {
    line-height: 35px !important;
}
.breadcrumb-sec .breadcrumbs nav ol.breadcrumb {
    margin: 0;
    padding: 0 !important;
    background: none;
}
.by-number h3 {
    font-size: 24.5px;
    line-height: 40px;
}
.about-us-sec .one-three .abt-values,
.san_links_block table tr td a {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
h5.mission-heading {
    font-size: 14px;
}
.readon {
    font-size: 13px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.liquid-news-sec .item-page h2 {
    line-height: 35px !important;
}
.liquid-news-sec h1 {
    line-height: 30px !important;
}
.liquid-news-sec h4 {
    font-size: 17.5px;
}
.contactinfo h4, .emailinfo h4 {
    font-size: 24px !important;
}
.breadcrumb-sec .breadcrumbs nav ol.breadcrumb li.breadcrumb-item.active {
    padding: 0;
}
.breadcrumb-sec .breadcrumbs nav ol.breadcrumb li.breadcrumb-item.active:before {
    padding: 0 3px;
    font-size: 18px;
    line-height: 18px;
}
.jwts_tabberlive .jwts_tabbertab {
    border: none;
    border-top: 1px solid #ddd;
    padding: 0;
}
ul.jwts_tabbernav li a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
}
ul.jwts_tabbernav li a, ul.jwts_tabbernav li a:hover, ul.jwts_tabbernav li a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
ul.jwts_tabbernav li a:hover, ul.jwts_tabbernav li a:focus {
    border-color: #eee #eee #ddd;
}
ul.jwts_tabbernav li a:hover, ul.jwts_tabbernav li a:focus {
    text-decoration: none;
    background-color: #eee !important;
    color: #555 !important;
}
ul.jwts_tabbernav li a {
    background: none;
}
ul.jwts_tabbernav li a {
    background: none !important;
    border: 1px solid transparent  !important;
    color: #007ab7 !important;
    font-size: 13px !important;
}
ul.jwts_tabbernav li.jwts_tabberactive a {
    background: #fff !important;
    border: 1px solid #ddd !important;
    border-bottom: 1px solid #fff !important;
}
ul.jwts_tabbernav {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
}

.liquid-news-sec .item-page ul li {
    float: left !important;
    line-height: 20px !important;
    display: flex !important;
    margin-bottom: -3px !important;
}
ul.jwts_tabbernav li.jwts_tabberactive a {
    color: #555 !important;
}
.liquid-news-sec .board_of_directors table h6,
.liquid-news-sec .item-page table tr td h6 {
    font-size: 11.9px;
}
.liquid-news-sec .item-page ul {
    display: block !important;
    float: left;
    width: 100%;
}
.liquid-news-sec .item-page ul li {
    display: list-item !important;
}
.liquid-news-sec .item-page h3 {
    font-size: 24.5px;
}
.liquid-news-sec .item-page .eb_vertical_accordion {
    margin-top: 26px;
    float: left;
    width: 100%;
    padding-bottom: 0 !important;
}
.liquid-news-sec .item-page .eb_vertical_accordion .accordion-section-content {
    padding: 10px 0px;
}

.liquid-news-sec .item-page .eb_vertical_accordion .accordion-section {
    float: left;
    display: block;
    width: 100%;
}
.liquid-news-sec .item-page .eb_vertical_accordion .accordion-section .accordion-section-content {
    height: auto;
    float: left;
}
.liquid-news-sec .item-page .eb_vertical_accordion .accordion-section .accordion-section-content ul li {
    display: block;
    width: 100%;
    /*list-style: disc !important;*/
    position: relative;
}

/*.liquid-news-sec .item-page .eb_vertical_accordion .accordion-section .accordion-section-content ul li ul li:before,
.liquid-news-sec .item-page .eb_vertical_accordion .accordion-section .accordion-section-content ul ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #424e59;
    position: absolute;
    border-radius: 6px;
    left: -10px;
    top: calc(50% - 2px);
}*/
.liquid-news-sec .item-page .eb_vertical_accordion .accordion-section .accordion-section-content ul {
    padding: 0;
    margin-left: 25px;
}
.liquid-news-sec .item-page .eb_vertical_accordion .accordion-section .accordion-section-content ul li a {
    line-height: 22px;
}
.liquid-news-sec .item-page .eb_vertical_accordion .accordion-section .accordion-section-content ol li, 
.liquid-news-sec .item-page .eb_vertical_accordion .accordion-section .accordion-section-content ul ul li {
    float: left;
    position: relative;
}

.liquid-news-sec .item-page table td.archive ul li, 
.liquid-news-sec .item-page ul li ul li,
.liquid-news-sec .item-page ul li {
    display: block;
    width: 100%;
}
.liquid-news-sec .item-page ul.i-list li {
    margin-bottom: 10px !important;
}
.liquid-news-sec .item-page table.eng-heads ul.eng-links li {
    width: 100%;
    display: block !important;
    margin: 8px 0 !important;
}
.liquid-news-sec .item-page table.eng-heads ul.eng-links li {
    width: 100%;
    display: block !important;
    margin: 4px 0 !important;
}

.liquid-news-sec .item-page table.eng-heads h2 {
    line-height: 40px !important;
}
.liquid-news-sec .item-page > h6 > a {
    font-size: 11.9px;
}
.liquid-news-sec .item-page h3 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.liquid-news-sec .item-page > h4 > span {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.liquid-news-sec .item-page > h5 {
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.liquid-news-sec .item-page p img {
    max-width: 100%;
    height: auto;
}
.liquid-news-sec .item-page ul.sigFreeClassic li img {
    width: 100% !important;
}
.liquid-news-sec .item-page ul.sigFreeClassic {
    display: flex !important;
    justify-content: space-between;
}
.liquid-news-sec .item-page .three-column.baseline,
.liquid-news-sec .item-page .rightcol strong,
.liquid-news-sec .item-page .rightcol  {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.liquid-news-sec .item-page .two-column {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.liquid-news-sec .item-page .eb_vertical_accordion .accordion-section .accordion-section-content ul li p {
    margin-bottom: 10px;
}
.liquid-news-sec .item-page table tr td h5 {
    font-size: 14px;
}
.img-fulltext-left img {
    max-width: 100%;
}

.liquid-news-sec .item-page .eb_vertical_accordion .accordion-section .accordion-section-content p {
    margin-bottom: 10px;
}

.liquid-news-sec .item-page .ntsh h2 {
    line-height: 20px !important;
}
.liquid-news-sec .item-page ul.sigFreeClassic {
    justify-content: flex-start;
    flex-wrap: wrap;
}

.liquid-news-sec .item-page ul.sigFreeClassic li.sigFreeThumb {
    width: auto;
    float: left !important;
    margin-top: 4px;
}
.liquid-news-sec .item-page h1 {
    font-size: 38.5px;
    line-height: 40px !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.liquid-news-sec .item-page table iframe {
    width: auto;
    max-width: 100%;
}
.liquid-news-sec .item-page ul.jwts_tabbernav {
    display: flex !important;
    float: none;
}
.liquid-news-sec .item-page ul.jwts_tabbernav li {
    display: flex !important;
    width: auto !important;
    margin-bottom: -3px !important;
    cursor: pointer !important;
}
ul.jwts_tabbernav li a {
    cursor: pointer !important;
}
/*----------------04-07-2022----------------*/
/*----------------07-07-2022----------------*/
div.jwts_toggleControlContainer a.jwts_toggleControl {
font-family: arial !important;
font-size: 14px !important;
font-weight: bold !important;
padding: 17px 25px !important;
text-decoration: none !important;
background: #32ade1 !important;
color: #fff !important;
border: 1px solid #ffffff;
margin-bottom: -1px;
}

div.jwts_toggleControlContainer a.jwts_toggleOn span.jwts_toggleControlNotice {
  display: none !important;
}
div.jwts_toggleControlContainer a.jwts_toggleOn span.jwts_toggleControlTitle,
div.jwts_toggleControlContainer a.jwts_toggleOff span.jwts_toggleControlTitle {
    background: none !important;
    padding: 0;
}
.jwts_toggleContent .jwts_content {
    background-color: #f7f7f7 !important;
    border: none !important;
    border-top: 1px solid #e5e5e5 !important;
    padding: 15px !important;
    overflow-y: hidden!important;
    overflow-x: auto;
}
a#instrumentation span {
    line-height: 20px !important;
}
liquid-news-sec .board_of_directors table h6, .liquid-news-sec .item-page table tr td h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgb(51, 51, 51);
}
div#jevents .twelve-columns ul {
    display: flex !important;
    padding: 0;
    margin-bottom: 20px;
}
div#jevents .twelve-columns ul li {
    width: auto;
}
div#jevents .twelve-columns ul li span {
    font-family:"proxima-nova";
    font-size: 13px;
    font-weight: 400;
    line-height: 20px !important;
    color: rgb(66, 78, 89);
}

/*----------------08-07-2022----------------*/
.breadcrumbs h6 a {
  margin: 0 2px 0 5px;
}

.breadcrumb-sec .breadcrumbs nav ol.breadcrumb > li.mod-breadcrumbs__divider span {
  padding: 0;
}

.gkTabsWrap.vertical ol, .gkTabsWrap.horizontal > ol {
  min-height: 28px;
  margin: 0!important;
  padding: 0 0 8px!important;
  background: none repeat scroll 0 0 #0099ff;
  padding: 3px 1% 3px 1% !important;
  display: inline-block;
    width: 98%;
}
.gkTabsWrap.vertical ol li {
  border-radius: 3px;
  color: #ffffff !important;
  font-weight: 100 !important;
  text-shadow: none !important;
  padding-left: inherit !important;
}
.gkTabsWrap.vertical ol li, .gkTabsWrap.horizontal ol li {
  cursor: pointer;
  float: left;
  font-size: 13px;
  list-style-type: none;
  margin: 3px !important;
  padding: 4px 6px !important;
  position: relative;
  color: #fff;
  text-shadow: none;
  background: none repeat scroll 0 0 #848484;
  border-radius: 4px;
  line-height: 1.5em !important;
  font-weight: 100 !important;
  border: none;
}

.gkTabsWrap.vertical ol li.active, 
.gkTabsWrap.horizontal ol li.active, .gkTabsWrap.vertical ol li:hover, 
.gkTabsWrap.horizontal ol li:hover {
  background: #eeeeee;

  color: #333333 !important;
}

.gkTabsWrap.vertical .gkTabsItem.gk-opacity  p strong {
  font-weight: normal !important;
}

.twelve-columns .head-display {
  background: none;
}

.twelve-columns .head-display tbody td span.cal_head_title {
  font-weight: normal !important;
}

.liquid-news-sec .item-page p {
  margin: 4px 0 10px 0 !important;
}
.gkTabsContainer .gkTabsItem {
  padding: 20px 22px;
}

.liquid-news-sec .item-page a#instrumentation span {
  font-family:"proxima-nova";
  font-size: 32px !important;
  font-weight: 400;
  line-height: 48px;
  color: rgb(66, 78, 89);
}

.liquid-news-sec .item-page table tbody tr td div img, .liquid-news-sec .item-page table tbody tr td img {
  margin: 0 !important;
}
.liquid-news-sec .item-page table tbody tr td div {
  width: max-content;
}
.gkTabsWrap.vertical ol li, .gkTabsWrap.horizontal ol li {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 4px 6px !important;
}
.gkTabsWrap.vertical ol li:first-child, .gkTabsWrap.horizontal ol li:first-child {
  padding-left: 6px !important;
}

.liquid-top-right .aidanews2_topL {
    padding-left: 15px;
}
.aidanews2_topL, .aidanews2_botL {
    float: left;
    width: 50%;
    text-align: left;
}

.liquid-news-feature .aidanews2_art {
    width: 28%;
    margin-right: 55px;
}
/*13-07-2022*/
form.formResponsive fieldset .formSpan12 label.formControlLabel {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: rgb(51, 51, 51);
}
form.formResponsive fieldset .formSpan12 .formControls input#Submit {
	border-radius: 20px;
    padding: 12px 30px;
    color: #fff;
    background-color: #0074cc;
    background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
    background-image: -o-linear-gradient(top, #0088cc, #0055cc);
    background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
    background-image: linear-gradient(top, #0088cc, #0055cc);
    background-repeat: repeat-x;
    border-color: #0055cc #0055cc #003580;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}
form.formResponsive fieldset .formSpan12 .formControls input#Submit:hover {
    background-color: #0055cc;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}
/*14-07-2022*/
.liquid-news-sec .item-page table tbody tr td .vl_tooltip {
    width: 272px;
}
.osmap-sitemap ul.level_0 > li {
    width: 50%;
    margin: 17px 0 0 0;
}
.osmap-items > ul {
    margin: 0 0 10px 0;
    padding-left: 25px;
}
.osmap-items > ul ul {
    margin: 0 0 10px 25px;
}
.osmap-sitemap ul.level_0 > li a {
    width: auto;
    line-height: 16px;
        margin: 0 0 0 0;
}
.osmap-sitemap ul.level_0 > li a {
    color: #257acc;
}
.osmap-sitemap ul.level_0 > li a:hover{
  text-decoration: underline;
}
/*15-07-2022*/
.customer-head .nav li a {
    font-weight: 600;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 20px;
}
.customer-head h3 {
    padding: 0;
    background: none !important;
    text-align: left;
}
.liquid-right-txt h3 {
    font-size: 24.4px;
}
.liquid-quick-links div.custom > ul {
    margin-bottom: 6px;
}
.liquid-right-txt p {
    line-height: 20px;
}
.jevbootstrap .board-right-sec p {
    line-height: 1;
}
.liquid-news-service .aidanews2_art {
    width: 29.8%;
    margin-right: 55px;
}
.liquid-news-service .aidanews2_art:nth-child(3n+3) {
    margin-right: 0 !important;
}
.liquid-news-sec .item-page .addres_div h3 {
    font-size: 13px;
}
.liquid-news-sec .item-page .moffice h3,
.liquid-news-sec .item-page .operoffice h3,
.liquid-news-sec .item-page .wildlife h3,
.liquid-news-sec .item-page .hotline h3 {
    font-family: "Roboto-Light";
    font-size: 24px;
    font-weight: 100;
    margin: 0;
}
.liquid-news-sec .item-page p iframe {
    width: 100%;
}
.acymailing_module form table.acymailing_lists td label,
.acymailing_module form table.acymailing_form tbody {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.acymailing_module form table.acymailing_form tbody {
    display: flex;
    align-items: center;
}
.acymailing_module form table.acymailing_form tbody td.acysubbuttons input.button {
    margin-right: 5px;
    font-size: 14px;
}
.acymailing_module form table.acymailing_form tbody td.acysubbuttons {
    display: flex;
}
.liquid-news-sec .item-page > div > img {
    max-width: 100%;
}
.liquid-news-sec .item-page > h5 > img {
    max-width: 100%;
}
.liquid-news-sec .item-page table.table_campus h6 img {
    width: auto;
}
div#jevents .twelve-columns table.cal_table.get_cal_table td.vlan_cal_td .vlanmulti_event, 
div#jevents .twelve-columns table.cal_table.get_cal_table td.vlan_cal_td .vlanmulti_event div {
    width: auto;
}
.Acord_base.acc_heading_square .accordion-section:first-child .accordion-section-content {
    width: 100%;
}
.Acord_base.acc_heading_square .accordion-section:first-child .accordion-section-content table tr td a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #08c;
}
.Acord_base.acc_heading_square .accordion-section:first-child .accordion-section-content table tr td a:hover, 
.Acord_base.acc_heading_square .accordion-section:first-child .accordion-section-content table tr td a:focus {
    color: #005580;
    text-decoration: underline;
}
/*==========================================*/
/*----------------18-07-2022----------------*/
.liquid-news-sec .item-page p iframe {
    width: 100%;
}
.liquid-news-sec .item-page > .GroupWiseMessageBody {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.liquid-news-sec .item-page div > form.formResponsive fieldset.formContainer.formHorizontal input[type="file"] {
    height: auto;
}
.liquid-news-sec .item-page div > form.formResponsive fieldset.formContainer.formHorizontal .rsform-block input[type="file"], 
.liquid-news-sec .item-page div > form.formResponsive fieldset.formContainer.formHorizontal .rsform-block > label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
}
/*----------------18-07-2022----------------*/


/**********Award css************/

.liquid-news-sec .moduletable .containerdatar .rowdata .col-sm-12 {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.liquid-news-sec .moduletable .containerdatar .rowdata .col-sm-12 .col-sm-4 {
    position: relative;
    padding: 7px;
}
.liquid-news-sec .moduletable .containerdatar .rowdata .col-sm-12 .col-sm-4 h2 {
    position: absolute;
    bottom: 20px;
    left: 25px;
    font-size: 18px;
    margin: 0;
    color: #fff;
    font-family:"proxima-nova";
    width: 80%;
    line-height: 28px;
    font-weight:400;
}
.containerdata .rowdata .col-sm-12 {
    padding: 0;
}
.containerdata .rowdata .col-sm-12 .imagebig img {
    width: 100%;
    height: auto;
}

.categories-list .first {
    display: none;
}
.categories-list .category-desc.base-desc {
    padding: 0 7px;
}
.liquid-news-sec .moduletable .containerdatar .rowdata .col-sm-12 .col-sm-4 .image-thumb {
    position: relative;
}
.liquid-news-sec .moduletable .containerdatar .rowdata .col-sm-12 .col-sm-4 .image-thumb:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}
.liquid-news-sec .moduletable .containerdatar .rowdata .col-sm-12 .col-sm-4 .image-thumb img {
    width: 100%;
    height: auto;
}
.liquid-news-sec .moduletable .containerdatar .rowdata .col-sm-12 .col-sm-4.activec .image-thumb {
    border: 1px solid #257acc;
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}
.containerdata .rowdata h2.title a {
    text-decoration: none;
}
.containerdata .rowdata h2.title {
    margin: 20px 0 10px 0;
    font-size: 30px;
    line-height: 35px;
    color: #257acb;
    font-family:"proxima-nova";
    font-weight:800;
}
.containerdata .rowdata .discription p {
    color: #424e59;
    font-family:"proxima-nova";
    font-weight: 400;
    font-size: 13px;
    padding-right: 25px;
}
/*08-03-2022*/
.moduletable span.backurl {
    margin-bottom: 30px;
    display: block;
}
.moduletable span.backurl a {
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 30px;
}
.item-page {
    padding-bottom: 6px;
}
/*09-03-2022*/
.liquid-news-sec .pagination {
    justify-content: center;
    margin: 20px 0;
}
.liquid-news-sec .pagination ul.pagination-list li {
    padding: 0;
}
.liquid-news-sec .pagination ul.pagination-list {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*new design for years section*/
.hexhacontainer .slick-list .slick-track .slick-slide .year {
    margin: 15px 13px;
    background: #F5FAFF;
    text-align: center;
    color: #2571cb;
    font-size: 18px;
    font-style: normal !important;
    font-family:"proxima-nova";
    border-radius: 5px;
    padding: 20px 10px;
    box-shadow: 0 3px 6px hsl(0deg 0% 0% / 16%);
    border: 1px solid #2571cb;
    cursor: pointer;
    font-weight:400;
}
.hexhacontainer .slick-list .slick-track .slick-slide .year.select1 {
    background: #2571cb !important;
    color: #fff !important;
}
.hexhacontainer .containerm button.slide-arrow {
    position: absolute;
    top: -25px;
    right: 10px;
    background: #257ACB;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    padding: 0;
}
.hexhacontainer .containerm button.slide-arrow.prev-arrow {
    right: 60px;
    z-index: 1;
}
.hexhacontainer .containerm {
    margin-top: 90px;
    padding-top: 25px;
    margin-bottom: 45px;
}
.hexhacontainer .containerm button.slide-arrow svg {
    width: 36px;
    height: 36px;
}
/*.liquid-news-sec .item-page p {
    font-size: 18px !important;
    line-height: 28px;
    margin-bottom: 25px;
}*/
/*----------------------------*/
/*22-07-2022*/
.liquid-news-sec .item-page ul li, .liquid-news-sec .item-page ul {
    float: none !important;
}
.banner-section .slider-container ul li a img {
    width: 100% !important;
    height: auto !important;
}
img {
    max-width: 100%;
}
.mod_events_latest_table tr td {
    padding: 21px 0px 2px 2px;
}
.news-block {
    margin-bottom: 15px !important;
}
.liquid-news-inner .aidanews2 .readon, .project-highlight .aidanews2 .readon, .liquid-news-topnews .aidanews2 .readon {
    margin-top: 12px;
}
.about-us-sec.custom-container .one-three div span.abt-values {
    line-height: 20px !important;
}
.about-us-sec.custom-container .row .one-three {
    display: block;
    padding: 0;
    margin: 0;
    width: auto;
}
.liquid-related .aidanews2_mainL {
    font-size: 0;
}
.liquid-news-sec .col-sm-8 .liquid-related {
    margin-top: 0 !important;
}
.about-us-sec .polygon-container .six.columns:nth-child(2) ul.ula-align {
    padding-left: 0px;
}
.about-us-sec .ula-align .miles-values {
    margin-top: -8px !important;
}
.about-us-sec .polygon-container .six.columns ul {
    margin: 0 0 10px 15px;
}
/*25-07-2022*/
.custom-navbar {
    padding-top: 13px;
}
.customer-section {
    padding: 13.5px 17px;
}
.liquid-quick-links h2, .liquid-quick-links h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.liquid-quick-links-sec ul li:first-child {
    padding-top: 30px;
}
.liquid-quick-links-sec ul li {
    padding-bottom: 30px;
    line-height: 20px;
}
.liquid-quick-links-sec ul li a {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    line-height: 1;
}
body{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.readon, .readon:visited, .readon:active {
    padding: 9px 27.5px;
}
.liquid-related .aidanews2_mainR a.readon {
    height: 37px !important;
    display: inline-block;
    padding: 9px 27.5px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.readon .aidanews2_readmore i {
    padding-left: 2px;
}
.liquid-related .aidanews2_title {
    margin: 4px 0 6px;
}
.moduletable .aidanews2_date {
    line-height: 20px;
}
.liquid-related .aidanews2_mainR a.readon span {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.liquid-related .aidanews2_date, .liquid-related .aidanews2_title, .header-inner-open.header-customer {
    line-height: 21px;
}
.liquid-quick-links div.custom > ul {
    margin-bottom: 10px;
}
.liquid-quick-links div.custom > ul {
    margin-bottom: 10px;
}
.mod_events_latest_table tr td {
    padding: 27px 0px 0px 2px !important;
}
.mod_events_latest_content {
    margin: 9px 0 14px 0 !important;
    display: inline-block;
}
.jevbootstrap .board-right-sec p {
    line-height: 20px;
}
.liquid-right-txt p {
    margin: 8px 0px 25px;
}
.liquid-right-txt {
    bottom: 10.6%;
}
.board-left-sec .board-date, .board-left-sec .board-month {
    line-height: 20px;
}
.board-left-sec {
    padding-top: 24px;
}
.liquid-news-sec > .container > .row > .col-sm-8.pl-0 > a.readon {
    padding: 10.5px 29px;
}
.todays-event.no-card span.mod_events_latest_content {
    margin: 14px 0 3px 0 !important;
}
.mod_events_latest_table tr:last-child .board-right-sec > p:last-child {
    margin-bottom: 12px;
}
.today-event table tr td {
    padding: 27px 0px 36px 2px !important;
}
.footer-social-list {
    padding-top: 22px;
}
.footer-social ul {
    display: inline-block;
    margin-left: -2px;
    margin-top: -2px;
}
.breadcrumbs ul li, .breadcrumbs span {
    padding: 0 6px;
}
.custom-container.about-us-sec p {
    line-height: 20px;
}
.by-number h3 {
    margin-top: 2px;
}
.cities-inc h4 {
    margin-bottom: 1px;
}
.about-us-sec .one-three .abt-divisions {
    margin-top: 0px !important;
}
.about-us-sec.custom-container .one-three .three.columns img {
    margin-bottom: 11px;
}
.liquid-news-sec .item-page ul li {
    margin-bottom: 0px !important;
    margin-left: -2px;
}
.about-us-sec .polygon-container .six.columns:first-child ul.ul-align li {
    margin-left: 1px;
    margin-top: 16px !important;
    margin-bottom: -2px !important;
}
.about-us-sec .water-value-heading {
    margin-bottom: 9px !important;
}
.mission-values > .nav-columns {
    padding: 0;
}
.mission-values .six.columns .core-values h6.more-about {
    font-size: 11.9px;
}
.mission-values .six.columns .core-values {
    margin-bottom: -12px;
    margin-left: -35px;
    margin-top: 16px;
}
.liquid-related.liquid-news-service.featured-news-six {
    margin-top: -6px;
}
.liquid-related.liquid-news-service.featured-news-six .aidanews2_positions > .aidanews2_head {
    font-size: 0 !important;
}
.liquid-related.liquid-news-service.featured-news-six .aidanews2_positions > .aidanews2_foot a.readon {
    padding: 10.5px 27.5px;
}
.liquid-news-sec .item-page #jevents ul li {
    margin-left: 20px !important;
}
.liquid-news-sec .item-page .ntsh.ftshead h2 {
    line-height: 35px !important;
}
/*--------------*/
/*-----media query-----*/
@media only screen and (max-width: 1199px) {
main .liquid-news-sec .col-sm-8.pl-0.pr-0 {
    padding-right: 15px !important;
}
.liquid-news-sec .item-page td p, .liquid-news-sec .item-page th p {
    font-size: 12px;
}
.polygon-container .row {
    display: flex;
    flex-wrap: nowrap;
}
}
@media only screen and (max-width: 991px) {
.liquid-news-sec .col-sm-8.pl-0.pr-0, 
.liquid-news-sec .col-sm-4.liquid-quick-links-sec {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.liquid-news-sec .item-page .accordion-inner table {
    height: auto !important;
}

.liquid-news-sec .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.liquid-news-sec .col-sm-4.liquid-quick-links-sec {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
}

/*----------*/
/*03-08-2022*/

.moduletable .breadcrumbs nav li, .moduletable .breadcrumbs nav li span {
    padding: 0 !important;
}
.moduletable .breadcrumbs nav li::before {
    padding-right: 3px;
    padding-left: 3px;
    font-size: 17px;
    position: absolute;
    left: 0;
}
.breadcrumbs h6 a {
    margin: 0 -7px 0 0;
}

.moduletable .breadcrumbs nav li {
    display: inline;
    padding-left: 12px !important;
    position: relative;
}
.breadcrumb-sec .breadcrumbs nav ol.breadcrumb {
    display: inline;
}
.moduletable .breadcrumbs nav li:first-child, .moduletable .breadcrumbs nav li:nth-child(2) {
    padding-left: 0 !important;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
    font-size: 12px;
    color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.liquid-news-sec .item-page ul.tkio, .liquid-news-sec .item-page ul.tkio ul {
    padding-left: 25px;
    margin-left: 2px;
}
/*03-08-2022*/
/*05-08-2022*/
.liquid-related .aidanews2_mainR a.readon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.readon .aidanews2_readmore i {
    line-height: 16px;
}
/*******Award css end***********/





/*media Queries*/
@media only screen and (min-width: 768px) {
.top-nav .nav li.nav-item {
    display: inline-flex;
    align-items: center;
}
  .top-nav li.item-429 a {
    line-height: 1px;
}
}
@media only screen and (min-width: 1810px) {
  .slide-desc {
    bottom: 30% !important;
    left: 19% !important;
  }
  .main-nav ul.menu {
    white-space: nowrap; 
    float: none;
    display: block;
  }
  .main-nav ul.menu li {
    padding-right: 21px;
    float: none;
    /* overflow: auto; */
    display: inline-block;
    white-space: normal;
  } 
}
@media only screen and (min-width: 1200px) {
  body .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .about-us-sec {
    padding-right: 15px;
  }
  .about-us-map {
    right: 7px;
    top: 56px;
    width: 71%;
  }
  div.formBody input[type="text"],
  div.formBody input[type="password"],
  .rsform-input-box {
    width: 233px;
  }
  .liquid-news-sec .item-page textarea {
    width: 90%;
  }
  .liquid-news-sec .item-page select {
    width: 200px;
  }
  .liquid-news-sec .item-page fieldset.formFieldset ol.formContainer li {
    padding: 8px 12px;
  }
  .liquid-news-sec .item-page .img-fulltext-left {
    width: 91%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .customer-care-sec h2,
  .weather-details span {
    font-size: 9px;
  }
  .account-sec ul {
    padding-top: 2px;
  }
  .top-nav li {
    margin-right: 8px;
  }
  .top-nav li a {
    font-size: 10px;
  }
  .top-nav .item-429:before {
    left: -1px;
  }
  .top-nav .item-653:before {
    left: -2px;
    top: 6px;
  }
  .main-nav ul li {
    padding: 0;
    padding-right: 14px;
  }
  .main-nav ul li a {
    font-size: 13px;
    font-weight: 600;
  }
  .slide-desc {
    bottom: 12% !important;
  }
  .customer-care-sec h2 span {
    top: 18px;
  }
  .liquid-quick-links-sec {
    padding: 20px 0 20px 20px;
  }
  .liquid-quick-links {
    padding: 9px;
  }
  .mod_events_latest_content,
  .board-right-sec p {
    font-size: 16px;
  }
  .header-border:not(:first-child) ul {
    margin-left: 6px;
  }
  .liquid-middle-featured .aidanews2 img,
  .liquid-news-bottom .aidanews2 img {
    /* max-width: 285px;
		min-width: 285px; */
  }
  .footer-menu {
    width: 130px;
    margin-right: 35px;
  }

  /*updates*/
  .about-us-sec .polygon-container .six.columns {
    width: 300px;
  }
  .sigFreeThumb a {
    width: 133px !important;
  }
  .featured-news-six
    .moduletable
    .aidanews2_table
    .aidanews2_tabrow
    .aidanews2_art {
    width: 29% !important;
  }
  .featured-news-six.liquid-related .aidanews2_title {
    min-height: 75px;
  }
  .tab button {
    font-size: 13px;
  }
  .tabcontent h5 {
    font-size: 24px;
  }
}
.environmental_nccp p {
  margin-bottom: 0;
}
.environmental_nccp ul,
.environmental_nccp_tabs .gkTabsItem ul {
  margin-bottom: 15px;
}
.environmental_nccp_tabs .gkTabsItem p {
  margin: 0 0 !important;
}
@media only screen and (max-width: 1199px) {
  .new-project-related .aidanews2_art {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .collapse {
    display: none;
  }
  .collapse.show {
    display: block;
  }
.header_strip hr {
    top: 0;
    margin: 10px 0 20px;
    border: 1px solid #257acb;
}
  .mean-container .mean-bar {
    padding: 0;
  }
  .mean-container a.meanmenu-reveal {
    padding: 13px 17px 13px 13px;
  }
  .mean-container .mean-nav ul li a.mean-expand {
    height: 23px;
  }
  .header-nav,
  .header-nav-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .liquid-quick-links-sec {
    padding: 0px 15px 0px 15px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav {
    margin-bottom: 10px;
  }
  .search-section input[type="image"] {
    right: 42%;
    top: 14px;
  }
  .customer-care-sec h2,
  .weather-details span {
    font-size: 10px;
  }
  .account-sec ul {
    padding-top: 0;
  }
  .account-sec li {
    margin-right: 4px;
  }
  .account-sec li a {
    font-size: 8px;
  }
  .services-list li {
    padding-right: 12px;
  }
  .services-list li a {
    font-size: 10px;
  }
  .header-top .account-sec li:last-child:after {
    left: 3px;
    top: 11px;
  }
  .banner-txt {
    top: 13%;
    max-width: 520px;
  }
  .banner-txt h1,
  .banner-txt h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .banner-txt h3 {
    margin-bottom: 13px;
    font-size: 26px;
    line-height: 30px;
  }
  .slide-desc {
    bottom: 9% !important;
  }
  .img-sec {
    padding: 15px 0;
  }
  .img-sec h3,.img-sec h5 {
    font-size: 13px;
    margin-top: 9px;
  }
  .img-sec h4, .img-sec h6 {
    font-size: 10px;
  }
  .liquid-news-inner .aidanews2_title,
  .liquid-related .aidanews2_title {
    font-size: 16px;
    line-height: 29px;
  }
  .liquid-quick-links h2, .liquid-quick-links h3 {
    background-position: 0%;
    padding-left: 30px;
    font-size: 20px;
  }
  .liquid-quick-links-sec ul li:first-child {
    padding-top: 20px;
  }
  .liquid-quick-links-sec ul li {
    padding-bottom: 20px;
  }
  .liquid-quick-links {
    padding: 25px;
  }
  .liquid-right-txt {
    width: 204px;
  }
  .services-list-mobile.row {
    margin-left: -40px;
    margin-right: -40px;
  }
  table.jevbootstrap .mod_events_latest_content {
    line-height: 24px;
  }
  .userpost h3 {
    padding-left: 8%;
  }
  .customer-head .nav a {
    font-size: 12px;
  }
  .header-border {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .header-border:nth-child(even) ul {
    border-right: none;
  }
  .header-border:nth-child(odd) ul {
    margin-left: 0;
  }
  .search-section {
    padding-top: 6px;
  }
  .top-nav .nav {
    padding-left: 14px;
  }
  .board-meeting-latest h2, .board-meeting-latest h3,
  .project-highlight h3 {
    padding-left: 8%;
  }
  .today-event h3 {
    padding-left: 15%;
    font-size: 24px;
  }
  .liquid-middle-featured .aidanews2_topL,
  .liquid-news-bottom .aidanews2_topL {
    width: 100%;
  }
  .liquid-middle-featured .aidanews2 img,
  .liquid-news-bottom .aidanews2 img {
    /* max-width: 221px;
		min-width: 221px; */
    max-height: 190px;
    min-height: 190px;
  }
  .aidanews2_table .aidanews2_tabrow .aidanews2_art {
    width: 220px !important;
  }

  /*updates*/
  .polygon-container {
    background-size: cover;
    background-position: center;
    padding-bottom: 0;
  }
  .about-us-sec .polygon-container .six.columns {
    width: 200px;
  }
  .about-us-sec .water-value-heading {
    width: 89px;
  }
  .about-us-sec .ul-align {
    padding: 4% 4%;
  }
  .about-us-sec .ula-align > li {
    padding-top: 35%;
  }
  .about-us-sec .mission-values .six.columns {
    width: 231px;
  }
  .about-us-sec .value-content p {
    padding-right: 5px;
  }
  .about-us-sec .about-us-map {
    width: 289px;
  }
  .about-us-sec.custom-container .one-three div {
    width: 100%;
    float: left;
    padding: 3% 0;
  }
  .about-us-sec .one-three img {
    margin: 0 auto;
  }
  .about-us-sec .one-three .abt-divisions {
    padding-right: 0;
  }
  .sigFreeThumb a {
    width: 97px !important;
  }
  .featured-news-six
    .moduletable
    .aidanews2_table
    .aidanews2_tabrow
    .aidanews2_art {
    width: 28% !important;
  }
  .featured-news-six.liquid-related .aidanews2_title {
    min-height: 87px;
  }
  .tab button {
    font-size: 13px;
  }
  .tabcontent h5 {
    font-size: 20px;
  }
  .featured-news-six.liquid-news-service h3 {
    padding-left: 4%;
  }
  .top-nav #panel {
    top: 60px;
  }
  .about-us-map {
    top: 86px;
  }
  .about-us-sec .mission-values .row {
    margin-left: -15px;
  }
  .liquid-news-sec .item-page .service-table h2 {
    font-size: 20px;
    width: 81%;
  }
  .liquid-news-sec .item-page .service-table td img {
    width: 15%;
    margin: 0 !important;
  }
  .urban-runoff-table .runoff-img-sec {
    width: 50%;
  }
  .urban-runoff-table .runoff-img-sec img {
    width: 86%;
  }
  .urban-runoff-table .runoff-text-sec {
    vertical-align: top;
    padding-top: 10px;
    width: 40%;
  }
  .sitemap .level_0 a {
    line-height: 24px;
    font-size: 18px;
  }
  .sitemap .level_1 a {
    line-height: 16px;
    font-size: 12px;
  }
  .sitemap ul.level_0 li {
    margin: 13px 0 0 0;
  }
  .sitemap ul.level_0 li:nth-child(3n + 1) {
    clear: right;
  }
  div.formBody input[type="text"],
  div.formBody input[type="password"],
  .rsform-input-box {
    width: 170px;
  }
  .liquid-news-sec .item-page textarea {
    width: 90%;
  }
  .liquid-news-sec .item-page select {
    width: 180px;
  }
  .liquid-news-sec .item-page fieldset.formFieldset ol.formContainer li {
    padding: 8px 12px;
  }
/*--27-11-2021 --*/
.switcher {
    top: 94px;
} 
  
}
@media only screen and (max-width: 959px) and (min-width: 768px){
  .main-nav ul li a {
      padding: 6px 7px;
      font-size: 16px;
  }
  .main-nav ul li{
    margin-bottom:10px;
  }
  .main-nav ul li.deeper .main_menu_arrow{
    top: 13px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .container {
    max-width: 100%;
  }
  .new-project-related .aidanews2_art {
    margin-right: 0px;
  }
  .services-list {
    display: inline-block !important;
  }
  .services-list li {
    padding-right: 8px;
  }
  .services-list li a {
    font-size: 10px;
  }
  .banner-txt {
    top: 3%;
    max-width: 250px;
    left: 35px;
  }
  .banner-txt h1,
  .banner-txt h2 {
    font-size: 22px;
    line-height: 25px;
  }
  .banner-txt h3 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
  }
  .custom-navbar {
    padding-top: 0;
  }
  .liquid-quick-links-sec {
    padding: 20px 25px 20px 25px;
  }
  .new-project-related .aidanews2_title {
    max-width: 270px;
  }
  .project-highlight .aidanews2 .aidanews2_mainR,
  .liquid-news-inner .aidanews2 .aidanews2_mainR,
  .liquid-related .aidanews2_mainL,
  .liquid-related .aidanews2_mainR {
    width: 100% !important;
  }
  .liquid-related .aidanews2_mainL {
    margin-bottom: 0;
  }
  .liquid-related .aidanews2_mainR {
    margin-bottom: 30px;
  }
  l.iquid-news-inner .aidanews2_date,
  .liquid-related .aidanews2_date,
  .project-highlight .aidanews2_date {
    margin-top: 7px;
  }
  .top-nav .item-429,
  .top-nav .item-653 {
    padding-left: 0px;
  }
  .top-nav .item-429:before,
  .top-nav .item-653:before {
    border: none;
  }
  .liquid-news-inner .aidanews2_title,
  .project-highlight .aidanews2_title {
    margin: 10px 0 !important;
  }
  .liquid-related .aidanews2_title {
    margin: 10px 0 15px !important;
  }
  .liquid-news-inner h3 {
    padding-left: 29px;
  }
  .board-meeting-latest h2, .board-meeting-latest h3,
  .project-highlight h3,
  .liquid-middle-featured h3 {
    padding-left: 10%;
    font-size: 26px;
  }
  .board-left-sec {
    width: 16%;
  }
  .board-right-sec {
    width: 78%;
  }
  table.jevbootstrap .mod_events_latest_content {
    line-height: 21px;
  }
  .footer-social-list p,
  .footer-social-list ul {
    margin-bottom: 10px;
  }
  .footer-social-list {
    padding-top: 10px;
  }
  .top-nav .nav {
    padding: 10px 15px;
  }
  .img-sec {
    border-left: none;
  }
  .banner-section .dj-image,
  .djslider,
  .djslider-in li {
    height: 300px !important;
  }
  .djslider-loader-default {
    padding-bottom: 0 !important;
  }
  .banner-section .djslider-default .navigation-container .prev-button {
    left: 3px;
  }
  .banner-section .djslider-default .navigation-container .next-button {
    right: 3px;
  }
  .slide-desc {
    bottom: 14% !important;
  }
  header {
    padding-bottom: 0 !important;
  }
  .liquid-news-inner .moduletable .aidanews2 img,
  .project-highlight .moduletable .aidanews2 img {
    margin-right: 13px;
  }
  .liquid-news-bottom .aidanews2 .aidanews2_art.odd.last {
    padding-left: 0;
  }
  .liquid-news-sec .liquid-news-service.pl-0 {
    padding-left: 0 !important;
  }
  .liquid-news-service h3 {
    margin: 35px 0 45px 0;
    padding-left: 10%;
    font-size: 26px;
  }
  .liquid-news-sec .item-page h2 {
    font-size: 22px;
  }

  /*updates*/
  .about-us-sec .about-us-map {
    width: 189px;
    top: 92px;
  }
  .about-us-sec.custom-container .one-three div {
    width: 100%;
    float: left;
    padding: 3% 0;
  }
  .about-us-sec .one-three img {
    margin: 0 auto;
  }
  .polygon-container {
    background-size: cover;
    background-position: center;
    padding-bottom: 18px;
    padding-top: 63px;
  }
  .liquid-news-sec .addthis_toolbox {
    float: left;
    margin-top: 11px;
  }
  .tab button {
    padding: 19px 13px 19px 15px;
  }
  .tab button {
    font-size: 13px;
  }
  .tabcontent h5 {
    font-size: 20px;
  }
  .about-us-sec .mission-values .img-values {
    padding-right: 9px;
    padding-left: 8px;
  }
  .about-us-sec .water-values .img-values img {
    margin-top: 0;
  }
  .about-us-sec .mission-values .row {
    margin-left: 0;
  }
  div.formBody input[type="text"],
  div.formBody input[type="password"],
  .rsform-input-box {
    width: 100%;
  }
  .liquid-news-sec .item-page textarea {
    width: 100%;
  }
  .liquid-news-sec .item-page select {
    width: 100%;
  }
  .liquid-news-sec .item-page fieldset.formFieldset ol.formContainer li {
    padding: 8px 12px;
  }
  .more-info {
    font-size: 13px;
}
.banner-txt {
    max-width: 320px;
}
body .banner-section .slider-container ul li img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}
.liquid-news-sec .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.liquid-news-sec .col-sm-4.liquid-quick-links-sec {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.polygon-container .row {
    flex-wrap: wrap;
}
.polygon-container {
    padding-bottom: 40px;
}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .header-border {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .header-border:nth-child(even) ul {
    border-right: none;
  }
  .header-border:nth-child(odd) ul {
    margin-left: 0;
  }
  .search-section {
    margin-bottom: 10px;
  }
  .img-sec h3, .img-sec h5 {
    font-size: 12px;
  }
  .footer-menu {
    width: 150px;
    margin-right: 30px;
  }

  .aidanews2_table .aidanews2_tabrow .aidanews2_art {
    width: 390px !important;
  }
  .footer-social-sec .footer-social-list ul li a {
    background-size: 97%;
    font-size: 7px;
    width: 28px;
    height: 26px;
  }
  .liquid-middle-featured .aidanews2 .aidanews2_art.even,
  .liquid-news-bottom .aidanews2 .aidanews2_art.even {
    padding-left: 0;
  }
  .today-event h3 {
    padding-left: 17%;
    font-size: 20px;
  }
  .weather-details span {
    font-size: 9px;
    padding-right: 6px;
  }
  .liquid-quick-links {
    padding: 25px 20px;
  }
  .liquid-quick-links h2, .liquid-quick-links h3 {
    padding-left: 19%;
    font-size: 21px;
  }
  .img-sec h6 {
    font-size: 9px;
  }
  .pl-0 {
    padding-left: 15px !important;
  }
  .pr-0 {
    padding-right: 15px !important;
  }
  .liquid-quick-links-sec {
    padding: 20px 27px 20px 30px;
  }
  .featured-news-six
    .moduletable
    .aidanews2_table
    .aidanews2_tabrow
    .aidanews2_art {
    width: 27% !important;
  }
  .featured-news-six.liquid-related .aidanews2_title {
    min-height: 126px;
  }
  .featured-news-six.liquid-news-service h3 {
    padding-left: 6%;
  }
  .liquid-news-sec .item-page .service-table h2 {
    font-size: 19px;
    width: 79%;
  }
  .liquid-news-sec .item-page .service-table td img {
    width: 18%;
    margin: 0 !important;
  }
  .urban-runoff-table .runoff-img-sec {
    width: 50%;
  }
  .urban-runoff-table .runoff-img-sec img {
    width: 86%;
  }
  .urban-runoff-table .runoff-text-sec {
    width: 40%;
  }
  .liquid-right-txt {
    width: 178px;
  }
  .liquid-right-txt h3,
  .liquid-right-txt h2,
  .liquid-right-txt h4  {
    font-size: 19px;
  }
  .sitemap .level_0 a {
    line-height: 24px;
    font-size: 18px;
  }
  .sitemap .level_1 a {
    line-height: 16px;
    font-size: 12px;
  }
  .sitemap ul.level_0 li {
    margin: 13px 0 0 0;
  }
  .sitemap .level_0 .level_1 {
    margin: 0 0 10px 14px;
  }
  .sitemap ul.level_0 li:nth-child(3n + 1) {
    clear: right;
  }
 
  
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .footer-menu:first-child,
  .footer-menu:last-child {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .top-nav li {
    display: inline-block;
    /* width: 100%; */
  }
  header {
    height: 100%;
  }
  .search-section {
    padding-bottom: 10px;
  }
  .header-bottom {
    padding: 20px 0 0;
    text-align: center;
  }
  .header-social {
    margin-top: 10px;
    padding-left: 0 !important;
    text-align: center;
    /* display: block !important; */
  }
  .weather-details {
    padding-top: 10px;
    align-items: center !important;
    justify-content: center !important;
    /* display: block !important; */
  }
  .header-border ul {
    border-right: none;
  }
  .header-border:not(:first-child) ul {
    margin-left: 0;
    margin-top: 0px;
  }
  /* .liquid-middle-featured .aidanews2 img, .liquid-news-bottom .aidanews2 img {
		max-width: 296px;
		min-width: 296px;
	} */
  .liquid-news-top .pl-0,
  .liquid-middle-featured.pl-0,
  .liquid-news-bottom .pl-0,
  .new-footer .pl-0,
  .liquid-news-sec .pl-0 {
    padding-left: 15px !important;
  }
  .liquid-news-sec .pr-0 {
    padding-right: 15px !important;
  }
  .liquid-news-view-featured.pl-0 {
    padding-left: 0 !important;
  }
  .liquid-middle-featured .aidanews2 .aidanews2_art.odd,
  .liquid-news-bottom .aidanews2 .aidanews2_art.odd {
    padding-right: 0;
  }

  .liquid-middle-featured .aidanews2 .aidanews2_art.even,
  .liquid-news-bottom .aidanews2 .aidanews2_art.even {
    padding-left: 0;
  }
  .liquid-rightscape {
    padding: 40px 15px;
  }
  .liquid-rightscape h3 {
    font-size: 34px;
  }
  .liquid-middle-featured .aidanews2_topL,
  .liquid-news-bottom .aidanews2_topL {
    width: 100%;
  }
  .footer-menu {
    width: 100%;
    margin-right: 0;
    margin-left: 15px;
  }
  .liquid-quick-links {
    padding: 25px 20px;
  }
  .time-details:before {
    top: 2px;
    left: -2px;
  }
  .liquid-top-right.pr-0 {
    padding-right: 15px !important;
  }
  .aidanews2_table .aidanews2_tabrow .aidanews2_art {
    width: 290px !important;
  }
  .liquid-top-right .aidanews2_topL {
    padding-left: 0;
  }
  .tab {
    width: 36%;
  }
  .tabcontent {
    width: 64%;
    padding: 40px 25px;
  }
  .liquid-news-sec .item-page .eng-heads h2 {
    line-height: 20px !important;
  }
  .featured-news-six
    .moduletable
    .aidanews2_table
    .aidanews2_tabrow
    .aidanews2_art {
    width: 100% !important;
    margin-right: 0;
  }
  .featured-news-six.liquid-news-service h3 {
    padding-left: 8%;
  }
  .liquid-news-sec .item-page .service-table h2 {
    font-size: 18px;
    width: 75%;
  }
  .liquid-news-sec .item-page .service-table td img {
    width: 18%;
    margin: 0 !important;
  }
  .urban-runoff-table .runoff-img-sec {
    width: 50%;
  }
  .urban-runoff-table .runoff-img-sec img {
    width: 86%;
  }
  .urban-runoff-table .runoff-text-sec {
    width: 40%;
  }
  .sitemap ul.level_0 li {
    width: 100%;
  }
  .sitemap .level_0 .level_1 {
    margin: 0 0 10px 14px;
  }
/*---27-11-2021 --*/
.switcher {    
  left: 166px;    
  top: 29px;
} 
  
}
@media only screen and (min-width: 736px) and (max-width: 767px) {
  .search-section input[type="image"] {
    right: 66%;
  }
/*---27-11-2021 --*/  
.switcher {  
    top: 33px;
}  
  
}
@media only screen and (min-width: 640px) and (max-width: 735px) {
  .search-section input[type="image"] {
    right: 63%;
  }
  .sigFreeThumb a {
    width: 83px !important;
  }
}
@media only screen and (min-width: 568px) and (max-width: 639px) {
  .search-section input[type="image"] {
    right: 56%;
  }
  .sigFreeThumb a {
    width: 114px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 560px) {
  .search-section input[type="image"] {
    right: 48%;
  }
  .sigFreeThumb a,
  .sigFreeThumb a img {
    width: 92px !important;
    height: 100px !important;
  }
  .top-nav #panel {
    top: 98px;
    right: 56%;
  }
}
@media only screen and (min-width: 411px) and (max-width: 479px) {
  .search-section input[type="image"] {
    right: 40%;
  }
  .top-nav #panel {
    top: 99px;
    right: 49%;
  }
}
@media only screen and (min-width: 375px) and (max-width: 410px) {
  .search-section input[type="image"] {
    right: 34%;
  }
}
@media only screen and (max-width: 379px) {
  .aidanews2_date {
    padding-top: 6px;
  }
  .sigFreeThumb a,
  .sigFreeThumb a img {
    width: 52px !important;
    height: 62px !important;
  }
  .top-nav #panel {
    top: 98px;
    right: 44%;
  }
}
@media only screen and (min-width: 360px) and (max-width: 374px) {
  .search-section input[type="image"] {
    right: 31%;
  }
}


/*main menu*/
@media only screen and (max-width: 959px){
  .services-list .dskmenu {
      display: block;
  }
  .services-list .dskmenu .navigation {
      display: block;
  }
  .services-list .dskmenu .moduletable {
      display: block !important;
  }
  .main-nav ul li{
    padding-right: 0;
    display: block;
    width: 100%;
  }
  .main-nav ul .parent:last-child ul{
    left: 0;
  }
  .main-nav ul li a {
    display: inline-block;
}

  .main-nav ul li.deeper .main_menu_arrow{
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: 2px;
    top: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .main-nav ul .parent:hover ul{
    display: none;
  }
  .main-nav ul li.parent:hover:after{
    /* bottom: 0px;
    border-bottom: 10px solid #bec2c5; */
    bottom: 0px;
    border-bottom: none; 
  }
  .services-list{
    padding: 0 15px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  .main-nav ul .parent ul{
    left: 3px;
    width: 100%;
  }
  
}


@media only screen and (min-width: 768px){
  .mobile-header{
    display: none;
  }
  .desktop-header{
    display: block;
  }
}
@media only screen and (max-width: 767px){
  .navigation li a {
    border-top: none;  
  }
  .main-nav ul li{
    text-align: left;
  }
  .main-nav ul li a{
    padding: 0;
    font-size: 22px;
  }
  .main-nav li:last-child {
      margin-bottom: 8px;
  }
  .mobile-header{
    display: block;
  }
  .desktop-header{
    display: none;
  }
  .header-social{
    display: none !important;
  }

  /*mobile header*/
  .mobile-header .header-customer{
    background-color: #739c53;
  }
  .mobile-header .search-section {
      padding-bottom: 20px;
  }
  .mobile-header .weather-details{
    text-align: right;
  }
  .mobile-header .time-details:before{
    display: none;
  }
  .mobile-header .mobile-menu-toggle .toggle-icon-one, .mobile-header .mobile-menu-toggle .toggle-icon-two, .mobile-header .mobile-menu-toggle .toggle-icon-three{
    position: relative;
    margin-bottom: 4px;
  }
  .mobile-menu-toggle.active {
    background-color: #1c568e;
  }
  .toggle-icon{
    width: 35px;
    height: 5px;
    background-color: #1c568e;
    margin: 6px 0;
    cursor: pointer;
  }
  .mobile-header .mobile-menu-toggle {
      padding: 1px 7px;
      width: 51px;
      margin-top: 15px;
  }
  .mobile-header .mobile-menu-toggle.active .toggle-icon{
    background-color: #fff;
  }
  .mobile-header .mobile-menu-toggle .toggle-icon-one:before{
    top: 0;
  }
  .mobile-header .mobile-menu-toggle .toggle-icon-two:before{
    top: 13px;
  }
  .mobile-header .mobile-menu-toggle .toggle-icon-three:before{
    top: 25px;
  }
  .mobile-header .services-list-mobile{
    display: none;
  }
  
  .mobile-header .services-list .deeper.parent {
    border-top: 1px solid #cacaca;
    padding: 18px 20px;
  }
  .services-list {
      padding: 0 0 !important;
  }
  .mobile-header .services-list .deeper.parent:last-child{
    margin-bottom: 0;
  }
  .mobile-logo img{
    width: 64px;
    height: 60px;
  }
  .main-nav ul .parent ul li a{
    font-size: 15px;
  }
  .customer-care-sec h2{
    padding-left: 9px;
  }
  .header-inner.customer-section .down{
    top: 23px;
  }
  .header-border{
    width: 50%;
  }
  .header-border.header-border-second{
    display: flex;
    align-items: flex-end;  
  }
  .customer-care-mobile .header-border-first ul, .customer-care-mobile .header-border-third ul{
    border-right: 1px solid #658b47;
  }
  .customer-head .nav {
      margin-bottom: 30px;
  }
  .header-border:not(:first-child) ul {
      margin-top: 0px;
      margin-left: 30px;
  }
  .search-section, .customer-section{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px){
  .main-nav ul .parent ul{
    left: 3px;
    width: 100%;
  }
  .main-nav ul li.deeper .main_menu_arrow{
    top: 23px;
    right: 22px;
  }
  .top-nav .nav {
      padding: 10px 0px;
  }
}
@media only screen and (max-width: 480px){
  .main-nav ul li.deeper .main_menu_arrow{
    top: 22px;
    right: 23px;  
  }
  .main-nav ul .parent ul{
    width: 100%;
    left: 0;
  }
  .customer-head .nav a{
    font-size: 11px;
  }
  .header-border:not(:first-child) ul {
      margin-top: 0px;
      margin-left: 0;
  }
  .liquid-news-sec .item-page .improvement-project tr td p{
    padding-right: 0;
  }
}
@media only screen and (max-width: 375px){
  .customer-head .nav a{
    font-size: 10px;
  }
}
@media only screen and (max-width: 359px) {
  .search-section input[type="image"] {
    right: 65px;
  }
  .top-nav #panel {
    right: 34%;
  }
  .main-nav ul li a {
      font-size: 19px;
  }
  .header-border{
    width: 100%;
  }
  .header-border.header-border-second{
    display: flex;
    align-items: flex-end;  
  }
  .customer-care-mobile .row:first-child .header-border:first-child ul{
    border-right: none;
  }
  .header-border ul{
    padding: 0;
    margin-bottom: 30px;
  }
  .customer-head .nav {
      margin-bottom: 20px;
  }
  .header-border-four .customer-head .nav{
    margin-bottom: 0;
  }
  .customer-head .nav a{
    font-size: 11px;
  }
}
@media (max-width: 1199.98px) {
.liquid-news-service .aidanews2_art {
    width: 29.3%;
    margin-right: 55px;
}
.mission-values .nav-columns {
    display: flex;
}
.liquid-news-sec .item-page table tbody tr td div {
    width: auto;
}
.acymailing_module form table.acymailing_form tbody tr:nth-child(1), 
.acymailing_module form table.acymailing_form tbody tr:nth-child(2) {
    width: 30%;
}
.acymailing_module form table.acymailing_form tbody tr td {
    display: block;
}
.acymailing_module form table.acymailing_form tbody tr td input {
    width: 100% !important;
}
}
@media (max-width: 991.98px) {
section.header-top .searcharea form input.search-query {
    width: 240px;
}
.main-nav ul li {
    padding-right: 20px;
}
.liquid-related .aidanews2_mainL {
    overflow: hidden;
}
.liquid-news-service .aidanews2_art {
    width: 28%;
}
div#jevents .twelve-columns ul {
    flex-wrap: wrap;
    margin-left: 0;
}
.liquid-news-sec .item-page > div > table > tbody > tr > td {
    width: auto !important;
}
.liquid-news-sec .item-page h3 img {
    max-width: 100%;
}
.liquid-news-sec .item-page > .services-cont > table > tbody > tr > td {
    width: 33.33% !important;
    display: inline-block;
}
.liquid-news-sec .item-page > .services-cont > table > tbody > tr > td p {
    word-break: break-word;
}
.liquid-news-sec .item-page > div > table > tbody > tr > td.runoff-img-sec {
    width: 50% !important;
}
}

@media (max-width: 767.98px) {
.mobile-header .search-section form.form-inline {
    position: relative;
    width: 240px;
    align-items: center;
}
.search-section input[type="image"] {
    right: 10px;
    top: 8px;
}
.mobile-header .search-section {
    padding-bottom: 0;
    margin-bottom: 0;
}
.mission-values .nav-columns {
    flex-wrap: wrap;
}
.featured-news-six .moduletable .aidanews2_positions .aidanews2_head {
    overflow: hidden;
}
.liquid-news-service .aidanews2_art {
    width: 27.9%;
}
.acymailing_module form table.acymailing_form tbody {
    flex-wrap: wrap;
}
.acymailing_module form table.acymailing_form tbody > tr {
    display: block;
    width: 100%;
}
.acymailing_module form table.acymailing_form tbody tr:nth-child(1), .acymailing_module form table.acymailing_form tbody tr:nth-child(2) {
    width: 50%;
}
.liquid-news-sec .item-page > div > table > tbody > tr > td {
    width: auto !important;
}
.liquid-news-sec .item-page p a {
    word-break: break-word;
}
.liquid-news-sec .item-page > .services-cont > table > tbody > tr > td {
    width: 50% !important;
    display: inline-block;
}
}
@media (max-width: 675.98px) {
.liquid-news-service .aidanews2_art:nth-child(3n+3) {
    margin-right: 55px !important;
}
.liquid-news-service .aidanews2_art:nth-child(2n+2) {
    margin-right: 0 !important;
}
.liquid-news-service .aidanews2_art {
    width: 44%;
}
}
@media (max-width: 575.98px) {
.new-project-related .moduletable .aidanews2_main .aidanews2_mainL, 
.new-project-related .moduletable .aidanews2_main .aidanews2_mainR {
    clear: both;
    width: 100% !important;
}
.liquid-news-service .aidanews2_art:nth-child(3n+3) {
    margin-right: 55px !important;
}
.liquid-news-service .aidanews2_art:nth-child(2n+2) {
    margin-right: 0 !important;
}
.liquid-news-service .aidanews2_art {
    width: 44%;
}
.emailinfo span,
.contactinfo span {
    width: auto;
}
.mainoffice a.gmap, .operationoffice a.gmap1,
.operoffice, .moffice {
    width: 100%;
}
/* .liquid-news-sec .item-page table tr td p {
    word-break: break-word;
} */
.liquid-news-sec .item-page .eb_vertical_accordion .accordion-section .accordion-section-content ul {
    width: auto;
}
body .banner-section .slider-container ul li .slide-desc h1 span {
    font-size: 26pt !important;
}
.banner-section .dj-image, .djslider, .djslider-in li {
    height: 210px !important;
}
}
@media (max-width: 480.98px) {
.aidanews2 img {
    width: 100% !important;
    height: auto !important;
}
.liquid-related .aidanews2 img {
    max-width: 100%;
    max-height: none;
}
.footer-social-sec .footer-social ul {
    display: inline-block;
}
.footer-menu {
    margin-right: 0;
    margin-left: 0;
    padding: 0 15px !important;
}
.liquid-news-service .aidanews2_art {
    width: 100%;
    margin-right: 0 !important;
}
.liquid-news-service .aidanews2_art:nth-child(2n+2),
.liquid-news-service .aidanews2_art:nth-child(3n+3) {
    margin-right: 0 !important;
}
body .liquid-news-sec > .container > .row > .col-sm-8 > .item-page > table.eng-heads {
    width: 100% !important;
    min-width: 100%;
}
.liquid-news-sec .item-page > .services-cont > table > tbody > tr > td {
    width: 100% !important;
    display: inline-block;
}
.osmap-sitemap ul.level_0 > li {
    width: 100%;
}
}
@media (max-width: 425.98px) {
.banner-section .dj-image, .djslider, .djslider-in li {
    height: 162px !important;
}
body .banner-section .slider-container ul li .slide-desc h1 {
    line-height: 1 !important;
}
body .banner-section .slider-container ul li .slide-desc h1 span {
    font-size: 21pt !important;
}
.more-info {
    font-size: 10px;
}
}
@media only screen and (min-width: 768px) and (max-width: 959px){
.aidanews2_mainR {
    width: auto;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.container {
    width: 100%;
}
}
@media only screen and (max-width: 767px){
.container {
    width: 100%;
}
}

.embed-youtube {
    position: relative;
    padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

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

.liquid-news-sec .moduletable .containerdatar .rowdata .col-sm-12 {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.liquid-news-sec .moduletable .containerdatar .rowdata .col-sm-12 .col-sm-4 {
    position: relative;
    padding: 7px;
}
.liquid-news-sec .moduletable .containerdatar .rowdata .col-sm-12 .col-sm-4 h2 {
    position: absolute;
    bottom: 20px;
    left: 25px;
    font-size: 18px;
    margin: 0;
    color: #fff;
    font-family:"proxima-nova";
    width: 80%;
    line-height: 28px;
    font-weight:400;
}
.containerdata .rowdata .col-sm-12 {
    padding: 0;
}
.containerdata .rowdata .col-sm-12 .imagebig img {
    width: 100%;
    height: auto;
}

.categories-list .first {
    display: none;
}
.categories-list .category-desc.base-desc {
    padding: 0 7px;
}
.liquid-news-sec .moduletable .containerdatar .rowdata .col-sm-12 .col-sm-4 .image-thumb {
    position: relative;
}
.liquid-news-sec .moduletable .containerdatar .rowdata .col-sm-12 .col-sm-4 .image-thumb:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}
.liquid-news-sec .moduletable .containerdatar .rowdata .col-sm-12 .col-sm-4 .image-thumb img {
    width: 100%;
    height: auto;
}
.liquid-news-sec .moduletable .containerdatar .rowdata .col-sm-12 .col-sm-4.activec .image-thumb {
    border: 1px solid #257acc;
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}
.containerdata .rowdata h2.title a {
    text-decoration: none;
}
.containerdata .rowdata h2.title {
    margin: 20px 0 10px 0;
    font-size: 30px;
    line-height: 35px;
    color: #257acb;
    font-family:"proxima-nova";
    font-weight:800;
}
.containerdata .rowdata .discription p {
    color: #424e59;
    font-family:"proxima-nova";
    font-weight: 400;
    font-size: 13px;
    padding-right: 25px;
}
/*08-03-2022*/
.moduletable span.backurl {
    margin-bottom: 30px;
    display: block;
}
.moduletable span.backurl a {
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 30px;
}
.item-page {
    padding-bottom: 6px;
}
/*09-03-2022*/
.liquid-news-sec .pagination {
    justify-content: center;
    margin: 20px 0;
}
.liquid-news-sec .pagination ul.pagination-list li {
    padding: 0;
}
.liquid-news-sec .pagination ul.pagination-list {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*new design for years section*/
.hexhacontainer .slick-list .slick-track .slick-slide .year {
    margin: 15px 13px;
    background: #F5FAFF;
    text-align: center;
    color: #2571cb;
    font-size: 18px;
    font-style: normal !important;
    font-family:"proxima-nova";
    border-radius: 5px;
    padding: 20px 10px;
    box-shadow: 0 3px 6px hsl(0deg 0% 0% / 16%);
    border: 1px solid #2571cb;
    cursor: pointer;
    font-weight:400;
}
.hexhacontainer .slick-list .slick-track .slick-slide .year.select1 {
    background: #2571cb !important;
    color: #fff !important;
}
.hexhacontainer .containerm button.slide-arrow {
    position: absolute;
    top: -25px;
    right: 10px;
    background: #257ACB;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    padding: 0;
}
.hexhacontainer .containerm button.slide-arrow.prev-arrow {
    right: 60px;
    z-index: 1;
}
.hexhacontainer .containerm {
    margin-top: 90px;
    padding-top: 25px;
    margin-bottom: 45px;
}
.hexhacontainer .containerm button.slide-arrow svg {
    width: 36px;
    height: 36px;
}
/*.liquid-news-sec .item-page p {
    font-size: 18px !important;
    line-height: 28px;
    margin-bottom: 25px;
}*/
/*----------------------------*/
/*22-07-2022*/
.liquid-news-sec .item-page ul li, .liquid-news-sec .item-page ul {
    float: none !important;
}
.hexhacontainer .containerm .slick-slide {
   
    height: auto !important;
    
}

.liquid-news-sec li.field-entry.select-year span {
    display: none !important;
}

/*----------------------------*/
/*22-02-2023*/
.cc-color-override-1350661439.cc-window:not(.cc-color-override-1350661439.cc-window.cc-invisible) {
    display: block !important;
}
.cc-color-override-1350661439.cc-window {
    color: #424e59 !important;
    background-color: #ffffff !important;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    bottom: 2em !important;
}
.cc-floating .cc-message span.cc-message-text {
    line-height: 20px;
}

div.cc-compliance > a.cc-btn {
    background-color: #257acc !important;
    color: #fff !important;
    text-transform: uppercase;
    height: 33px !important;
    border-radius: 18px !important;
    text-decoration: none !important;
}
.cc-color-override-1350661439 .cc-btn:hover, .cc-color-override-1350661439 .cc-btn:focus {
    background-color: #63b63b !important;
}
.cc-color-override-1350661439 .cc-link, .cc-color-override-1350661439 .cc-link:active, .cc-color-override-1350661439 .cc-link:visited {
    color: #257acc !important;
}
.cc-color-override-1350661439.cc-window > a.cc-link {
    width: max-content;
}
.cc-color-override-1350661439 .cc-link label, .cc-color-override-1350661439 .cc-link:active label, .cc-color-override-1350661439 .cc-link:visited label {
    margin-left: 5px;
    color: rgb(60 71 81) !important;
    font-size: 14px;
    margin-top: 0px !important;
}
div.cc-settings-label, span.cc-cookie-settings-toggle {
    font-size: 18px;
    font-weight: 700;
    color: #424e59 !important;
    opacity: 1;
    margin-bottom: 15px !important;
}
.cc-window.cc-floating .cc-compliance {
    margin-bottom: 20px;
}

.cc-color-override-1350661439 span.cc-close {
    color: #fd0000 !important;
    text-shadow: rgb(255 0 0) 0px 0px 0px !important;
}
.search-section .moduletable form .gsearch-buttons input.reset {
    display: none;
}
/*22-02-2023*/

/*27-02-2023*/
.error-main {
    position: relative;
    text-align: center;
    padding: 4em 0 2em 0;
}
.liquid-news-sec .item-page .error-main h1 {
    font-size: 430px !important;
    display: block;
    z-index: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    color: #EBEBED;
}
.liquid-news-sec .item-page .error-main > img {
    z-index: 1;
    position: relative;
}
.liquid-news-sec .item-page .error-main h3 {
    color: #2A2A2A;
    font-size: 50px;
    line-height: 97px !important;
    margin: 0;
}
.error-main a {
    padding: 11px 30px;
    text-transform: uppercase;
    font-weight: 600;
    height: 40px;
    font-size: 13px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    border-radius: 18px;
    background: #63b63b;
    color: #fff;
    display: inline-block;
    transition: .3s ease;
}
.error-main a:hover {
    background: #2196f3;
}
.liquid-news-sec .item-page .error-main h2 {
    font-size: 190px !important;
    display: block;
    line-height: .6 !important;
    color: #323232;
    margin: 0;
}
.liquid-news-sec .item-page .error-main p {
    color: #717171;
    line-height: 20px;
    margin: 0px auto !important;
    margin-bottom: 60px !important;
    font-size: 18px;
    max-width: 442px;
    padding: 0 !important;
    display: block;
}
.error-page .liquid-news-sec > .container .row > .col-sm-8,
.error-page-bg .liquid-news-sec > .container .row > .col-sm-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 !important;
}
.error-page .liquid-news-sec > .container .row > .col-sm-4.liquid-quick-links-sec,
.error-page-bg .liquid-news-sec > .container .row > .col-sm-4.liquid-quick-links-sec {
    display: none;
}
.error-main.with-bg > .container > .col-md-6 {
    position: absolute;
    left: 0;
    top: 120px;
    width: max-content;
}
.error-page-bg .liquid-news-sec > .container {
    max-width: 100%;
    width: 100%;
}
.error-page-bg .liquid-news-sec > .container .col-sm-8 > .item-page > h2,
.error-page-bg .liquid-news-sec > .container .row.custom-breadcrumb {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
.error-page-bg .liquid-news-sec > .container .col-sm-8 > .item-page .error-main.with-bg {
    padding: 0em 0 0em 0;
}
.error-page-bg .liquid-news-sec > .container .col-sm-8 > .item-page {
    padding-bottom: 0;
}
.error-page-bg .liquid-news-sec {
    padding-bottom: 0;
    margin-bottom: -15px;
    background: #f9f9fb;
}
/*01-03-2023*/
.error-page .liquid-news-sec, 
.error-page-bg .liquid-news-sec {
    padding: 0;
}

.error-page .liquid-news-sec div#system-message-container,
.error-page-bg .liquid-news-sec div#system-message-container,
.error-page .liquid-news-sec .row.custom-breadcrumb, 
.error-page-bg .liquid-news-sec .row.custom-breadcrumb {
    display: none;
}
.error-main {
    padding: 7em 0 4em 0;
}
.error-page-bg .liquid-news-sec .error-main.with-bg > img {
    width: 100%;
}
.error-main.with-bg > .container > .col-md-6 {
    z-index: 2;
}
.error-page .liquid-news-sec > .container, .error-page-bg .liquid-news-sec > .container {
    overflow: hidden;
}
.error-page .liquid-news-sec > .container > .row, .error-page-bg .liquid-news-sec > .container > .row {
    margin-left: -16px;
    margin-right: -16px;
}
/*01-03-2023*/

/*03-03-2023*/
.gt_switcher {
    font-family: Arial;
    font-size: 10pt;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    width:  200px !important;
    line-height: 17px;
    left: -71px;
    right: 0;
    position: absolute;
    margin: 0 auto;
    top: 49px;
}

.gt_switcher .gt_option {
    width: 198px !important;
    background: #fff !important;
    color: #448AFF !important;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.gt_switcher .gt_option a {   
    padding: 3px 5px;
    font-size: 14px;
    color: #448AFF !important;
    text-transform: uppercase;
    transition: 0.3s ease;
    font-weight: 700;
}
.gt_switcher .gt_option a.gt_current {
    background: transparent !important;
   /*  color: #00f !important; */
}
.gt_switcher .gt_option a:hover {
    background: #fff !important;
   color: #00f !important;
}
.gt_switcher .gt_selected a {
    border: 1px solid #CCCCCC;  
    padding: 3px 5px;
    width: 188px !important;
    border-bottom: 0px;
    border-radius: 5px;    
}
.gt_switcher .gt_selected {   
    background-image: none !important;    
}
.gt_switcher .gt_selected a {
    display: none !important;
}
.gt_switcher .gt_option
{
  height: auto !important;
  max-height: unset !important;
}
.gt_switcher .gt_option.langhu {
    display: block !important;
}
@media only screen and (min-width: 736px) and (max-width: 767px) {
.gt_switcher {  
    top: 33px;
}  
  
} 
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gt_switcher {
    top: 94px;
} 
}
@media only screen and (max-width: 480px) {
.gt_switcher {    
  left: 166px;    
  top: 29px;
}
}

/*03-03-2023*/

/*27-02-2023*/
@media (max-width: 1199.98px) {
.liquid-news-sec .item-page .error-main h1 {
    font-size: 400px !important;
}
.error-main.with-bg > .container > .col-md-6 {
    top: 60px;
}
.liquid-news-sec .item-page .error-main.with-bg h2 {
    font-size: 170px !important;
}
.error-page-bg .liquid-news-sec > .container .col-sm-8 > .item-page > h2, 
.error-page-bg .liquid-news-sec > .container .row.custom-breadcrumb {
    padding: 0 15px !important;
}
.liquid-news-sec .item-page .error-main.with-bg p {
    margin-bottom: 40px !important;
}
.liquid-news-sec .item-page .error-main.with-bg h3 {
    font-size: 40px;
    line-height: 80px !important;
}
}
@media (max-width: 991.98px) {
.liquid-news-sec .item-page .error-main h1 {
    font-size: 300px !important;
}
.liquid-news-sec .item-page .error-main h2 {
    font-size: 140px !important;
}
.liquid-news-sec .item-page .error-main p {
    margin-top: 0px !important;
    margin-bottom: 30px !important;
}
.error-page-bg .liquid-news-sec > .container .col-sm-8 > .item-page .error-main.with-bg {
    padding: 0em 0 0em 0;
}
.error-main.with-bg > .container > .col-md-6 {
    top: 4em;
}
.liquid-news-sec .item-page .error-main.with-bg p {
    margin-bottom: 20px !important;
}
.liquid-news-sec .item-page .error-main.with-bg h2 {
    font-size: 130px !important;
}
/*03-04-2023*/
.vl_tooltip {
    padding: 3px !important;
    width: 106px !important;
    top: 100% !important;
    left: 50% !important;
    transform: translate(-50%, 5%);
}
.vl_tooltip h4 {
    margin: 0 !important;
    line-height: 1 !important;
    font-size: 12px !important;
}
.liquid-news-sec .item-page .vl_tooltip > p {
    margin: 5px 0px 0px 0px !important;
    padding: 0 !important;
}
.vl_tooltip:before {
    top: -13px !important;
    left: 50% !important;
    transform: translate(-50%, 0%) rotate(90deg) !important;
}
.vl_tooltip:after {
    top: -13px !important;
    left: 50% !important;
    transform: translate(-50%, 0%) rotate(90deg) !important;
}
}
@media (max-width: 767.98px) {
.liquid-news-sec .item-page .error-main h1 {
    font-size: 230px !important;
}
.liquid-news-sec .item-page .error-main img {
    max-width: 545px;
}
.liquid-news-sec .item-page .error-main.with-bg > img {
    max-width: 100% !important;
}
.error-main.with-bg > .container > .col-md-6 {
    width: 50%;
    text-align: center;
}
.liquid-news-sec .item-page .error-main.with-bg h2 {
    font-size: 100px !important;
}
.liquid-news-sec .item-page .error-main.with-bg h3 {
    font-size: 30px;
    line-height: 60px !important;
}
.liquid-news-sec .item-page .error-main.with-bg p {
    margin-bottom: 20px !important;
    font-size: 16px;
}
}
@media (max-width: 574.98px) {
.liquid-news-sec .item-page .error-main h1 {
    font-size: 190px !important;
}
.liquid-news-sec .item-page .error-main img {
    max-width: 420px;
}
.liquid-news-sec .item-page .error-main h3 {
    font-size: 40px;
}
.error-main.with-bg > .container > .col-md-6 {
    width: 60%;
}
.liquid-news-sec .item-page .error-main.with-bg h2 {
    font-size: 80px !important;
}
.liquid-news-sec .item-page .error-main.with-bg h3 {
    font-size: 30px;
}
.error-main.with-bg > .container > .col-md-6 {
    top: 20px;
}
.liquid-news-sec .item-page .error-main.with-bg h2 {
    font-size: 60px !important;
}
.liquid-news-sec .item-page .error-main.with-bg h3 {
    font-size: 20px;
    line-height: 30px !important;
}
.liquid-news-sec .item-page .error-main.with-bg p {
    margin-bottom: 5px !important;
}
.error-main a {
    padding: 5px 15px;
    font-size: 10px;
    height: 25px;
}
}
@media (max-width: 479.98px) {
.liquid-news-sec .item-page .error-main h1 {
    font-size: 140px !important;
        top: 50px;
}
.liquid-news-sec .item-page .error-main img {
    max-width: 320px;
}
.liquid-news-sec .item-page .error-main h3 {
    font-size: 30px;
}
.liquid-news-sec .item-page .error-main.with-bg h2 {
    font-size: 60px !important;
}
.liquid-news-sec .item-page .error-main.with-bg h3 {
    font-size: 25px;
    line-height: 50px !important;
}
.liquid-news-sec .item-page .error-main.with-bg p {
    font-size: 12px;
    line-height: 1;
}
.error-main.with-bg > .container > .col-md-6 {
    top: -44px;
  }
.error-main a {
    padding: 5px 15px;
    font-size: 10px;
    height: 25px;
}
.liquid-news-sec .item-page .error-main p {
    width: 74%;
}
.error-page-bg .liquid-news-sec {
    margin-bottom: -10px;
}
.liquid-news-sec .item-page .error-main.with-bg h3 {
    font-size: 20px;
    line-height: 30px !important;
}
.error-main.with-bg > .container > .col-md-6 {
    top: 20px;
}
.liquid-news-sec .item-page .error-main.with-bg p {
    margin-bottom: 5px !important;
}
.error-page-bg .liquid-news-sec > .container .col-sm-8 > .item-page .error-main.with-bg {
    padding: 0em 0 0em 0;
}

}
@media (max-width: 374.98px) {
.liquid-news-sec .item-page .error-main h1 {
    font-size: 120px !important;
        top: 50px;
}
.liquid-news-sec .item-page .error-main img {
    max-width: 260px;
}
.liquid-news-sec .item-page .error-main h3 {
    font-size: 25px;
}
}
/*27-02-2023*/
/*----------------------------*/
.liquid-related .new-liquid-related .moduletable .aidanews2 .aidanews2_art:first-child {
    display: none;
}
/*11-04-2023*/
form#userForm #rsform_32_page_0 .rsform-block-serviceaddress .formBody,
form#userForm #rsform_4_page_0 .rsform-block-address .formBody {
    position: relative;
    width: max-content;
    max-width: 100%;
}
form#userForm #rsform_32_page_0 .rsform-block-serviceaddress .formBody input, 
form#userForm #rsform_4_page_0 .rsform-block-address .formBody input {
    cursor: text !important;
}
form#userForm #rsform_32_page_0 .formBody input, 
form#userForm #rsform_4_page_0 .formBody input {
    padding-right: 20px;
}
form#userForm #rsform_32_page_0 .rsform-block-serviceaddress .formBody input#ServiceAddress_cu,
form#userForm #rsform_4_page_0 .rsform-block-address .formBody input#Address_cu {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background: rgb(255, 255, 255) !important;
}
/*12-04-2023*/
form#userForm #rsform_32_page_0 .rsform-block-serviceaddress .formBody:before,
form#userForm #rsform_4_page_0 .rsform-block-address .formBody:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    right: 14px;
    top: 19px;
}
form#startuserForms .left-form input,
form#startuserForms .right-form input {
    padding-right: 15px;
}
form#startuserForms .add_search_fie:before {
    right: 0px;
}

form#userForm #rsform_32_page_0 .formBody,
form#userForm #rsform_4_page_0 .formBody {
    position: relative;
}
form#userForm #rsform_32_page_0 .formBody span.formValidation,
form#userForm #rsform_4_page_0 .formBody span.formValidation {
    position: absolute;
    display: block !important;
    bottom: -14px;
}
form#userForm #rsform_32_page_0 .rsform-block-captcha .formBody span.formValidation,
form#userForm #rsform_4_page_0 .rsform-block-captcha .formBody span.formValidation {
    bottom: -20px;
}
@media (max-width: 767.98px) {
form#userForm #rsform_32_page_0 .formBody, 
form#userForm #rsform_4_page_0 .formBody,
form#userForm #rsform_32_page_0 .rsform-block-serviceaddress .formBody, 
form#userForm #rsform_4_page_0 .rsform-block-address .formBody {
    position: relative;
    width: calc(100% - 10px);
}
form#userForm #rsform_32_page_0 .rsform-block-serviceaddress .formBody:before,
form#userForm #rsform_4_page_0 .rsform-block-address .formBody:before {
    right: 0px;
    top: 19px;
}
form#userForm #rsform_32_page_0 .formBody input[type="text"], form#userForm #rsform_4_page_0 .formBody input[type="text"] {
    padding-right: 20px;
    width: 95% !important;
}
}

/*13-04-2023*/
.tableborder {
    position: relative;
}
.tableborder .mobiletooltips {
    position: absolute;
    top: 0;
    left: 110px;
    display: none;
    width: 272px;
    background: #dbdbdb;
    z-index: 999;
    padding: 10px;
    border: 1px solid #bbbbbb;
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
    color: #181818;
    font-size: 12px;
}
.tableborder .mobiletooltips h4 {
    font-family: RobotoBold;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    color: rgba(24, 24, 24, 0.8);
}
.tableborder .mobiletooltips > br {
    display: none;
}
.tableborder .mobiletooltips > p {
    margin-bottom: 20px !important;
}
.tableborder .mobiletooltips:before {
    position: absolute;
    display: inline-block;
    border-top: 9px solid transparent;
    border-right: 9px solid #eee;
    border-bottom: 9px solid transparent;
    border-right-color: #bbbbbb;
    left: -9px;
    top: 15px;
    content: "";
}
.tableborder .mobiletooltips:after {
    position: absolute;
    display: inline-block;
    border-top: 8px solid transparent;
    border-right: 8px solid #dbdbdb;
    border-bottom: 8px solid transparent;
    left: -8px;
    top: 16px;
    content: "";
}

@media (max-width: 991.98px) {
.vl_tooltip {
    display: none;
}
.tableborder .mobiletooltips {
    display: block;
    padding: 3px !important;
    width: 106px !important;
    top: 100% !important;
    left: 50% !important;
    transform: translate(-50%, 5%);
}
.tableborder .mobiletooltips:before {
    top: -13px !important;
    left: 50% !important;
    transform: translate(-50%, 0%) rotate(90deg) !important;
}
.tableborder .mobiletooltips:after {
    top: -13px !important;
    left: 50% !important;
    transform: translate(-50%, 0%) rotate(90deg) !important;
}
.tableborder .mobiletooltips h4 {
    margin: 0 !important;
    line-height: 1 !important;
    font-size: 12px !important;
}
}
/*13-04-2023*/
li.mod-breadcrumbs__item.breadcrumb-item:nth-child(2) {
    padding-left: 12px !important;
    margin-left: 12px;
}
#rsform_32_page_0 #Date {
    cursor: text !important;
}

/*04-05-2023*/
form#userForm #rsform_4_page_0 .rsform-block-city, 
form#userForm #rsform_4_page_0 .rsform-block-state, 
form#userForm #rsform_4_page_0 .rsform-block-zip {
    display: none;
}
form#userForm #rsform_32_page_0 .rsform-block-city, 
form#userForm #rsform_32_page_0 .rsform-block-state, 
form#userForm #rsform_32_page_0 .rsform-block-zip-code {
    display: none;
}
form#userForm #rsform_32_page_0 .rsform-block-payment .formBody select#Payment {
    width: 294px;
    height: 30px;
    box-shadow: none;
    transition: none;
    border: 1px solid #d4d4d4;
    padding: 6.5px;
    background: none !important;
    padding-right: 20px;
}
@media (max-width: 991.98px) {
form#userForm #rsform_32_page_0 .rsform-block-payment .formBody select#Payment {
    width: 170px;
}
}
@media (max-width: 767.98px) {
form#userForm #rsform_32_page_0 .rsform-block-payment .formBody select#Payment {
    padding-right: 20px;
    width: 95% !important;
}
}
/*04-05-2023*/

/*23-06-2023*/
body.widetemplate .event_blog_new p {
    color: #717171;
    font-size: 22px !important;
    max-width: 800px;
    margin: 0 auto 20px;
    text-align: center !important;
    font-weight: 300 !important;
}
body.widetemplate .upCom_content {
    position: absolute;
    top: 0;
    padding: 20px;
    width: 100%;
    left: 0;
    right: 0;
}
body.widetemplate .home_blog_new h1 {
    text-align: center;
    color: #636466!important;
    margin: 5px 0 25px;
    font-family: 'Roboto' !important;
    font-size: 31px;
    font-weight: 300 !important;
}
body.widetemplate .upCom_content .upCom_cont_lft {
    float: left;
    width: 65%;
}
body.widetemplate .upCom_content .upCom_cont_rgt {
    float: right;
    width: 30%;
    text-align: right;
}
body.widetemplate .upCom_grid .upCom_content .upCom_cont_lft h3 {
    font-size: 22px;
}
body.widetemplate .upCom_grid .upCom_content .upCom_cont_lft span.dateTime {
    font-size: 15px;
	font-weight: 300;
    color: #fff;
}
body.widetemplate .event_container p {
    text-align: center !important;
    margin-top: 16px;
    color: #000 !important;
    font-weight: 500!important;
    margin-bottom: 0px;
    font-size: 17px !important;
}
body.widetemplate .event_container {
    max-width: 950px;
    margin: 0 auto;
    text-align: center !important;
}
body.widetemplate .event-detail {
    position: relative;
    /* padding-bottom: 200px; */
    padding-bottom: 40px;
    display: inline-block;
    width: 100%;
}
body.widetemplate .item-page .event-detail .pull-left.item-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 425px;
    overflow: hidden;
    width: 62%;
    z-index: 1;
}
body.widetemplate .item-page .event-detail .pull-left.item-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 425px;
    overflow: hidden;
    width: 62%;
    z-index: 1;
}

/*23-06-2023*/
body.widetemplate .event_blog_new p {
    font-family: 'Roboto', sans-serif !important;
}
body.widetemplate .event_blog_new .upcomingClasses .upCom_img {
    position: relative;
}
body.widetemplate .upCom_grid .upCom_content .upCom_cont_lft h3 {
    margin: 0;
    line-height: 1.1 !important;
    font-family: 'Roboto', sans-serif !important;
    color: rgb(255, 255, 255) !important;
    font-size: 22px;
}
body.widetemplate .upCom_content .upCom_cont_rgt a {
    line-height: 1.1 !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 21px !important;
        color: rgb(255, 255, 255) !important;
}
body.widetemplate .upCom_grid .upCom_content .upCom_cont_lft span.dateTime {
    font-family: 'Roboto', sans-serif !important;
}
body.widetemplate #system-message-container {
    background-position: left;
}
body.widetemplate .event_blog_new .upcomingClasses .col-md-6.upCom_grid {
    margin-bottom: 24px;
}
body.widetemplate .item-page .event-detail .left.item-image {
    transform: none !important;
    position: absolute;
    top: 0;
    left: 0;
    height: 425px;
    overflow: hidden;
    width: 64.666667%;
    z-index: 1;
    float: none !important;
    margin: 0 !important;
}
body.widetemplate .item-page .event-detail .left.item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
body.widetemplate .event-detail .col-md-8.eventCont p {
    color: #636466 !important;
    font-weight: 300;
    font-size: 17px !important;
    margin: 0 0 10px !important;
    font-family: 'Roboto', sans-serif !important;
}
body.widetemplate .event-detail .eventContent span.dateTime {
    font-family: "Roboto", Helvetica, Arial, sans-serif !important;
    color: #636466;
    font-weight: bold;
    font-size: 17px !important;
}
body.widetemplate .event-detail .col-md-8.eventCont p strong {
    font-weight: 700;
    font-size: 17px !important;
    margin: 0 0 10px !important;
    font-family: 'Roboto', sans-serif !important;
}
body.widetemplate .event-detail .eventContent h2 {
    color: #000!important;
    margin: 5px 0 5px;
    font-family: 'Roboto' !important;
    font-size: 32px !important;
    font-weight: 300 !important;
}
body.widetemplate .item-page .event-detail .eventContent {
    width: 100%;
    float: left;
    background: none !important;
    padding: 0px 0 0 !important;
}
body.widetemplate .item-page .event-detail .eventContent h2:not(.rss-form-action h2) {
    position: absolute;
    top: 430px;
}
body.widetemplate .item-page .event-detail .eventContent span.dateTime:not(.rss-form-action span) {
    position: absolute;
    top: 475px;
}
body.widetemplate .item-page .event-detail .eventContent .col-md-8.eventCont {
    padding-top: 510px !important;
}

body.widetemplate .eventContent .rss-form-action {
    position: absolute;
    top: 0px;
    width: 35%;
    right: 0px;
    padding: 0px;
}
body.widetemplate .eventContent .rss-form-action {
    position: static !important;
}
body.widetemplate .rss-form-action .form-inner {
    margin: 0 auto;
    background: #ebebeb;
    padding: 20px 50px 50px;
}
body.widetemplate .item-page .rss-form-action h2 {
    display: block;
    text-align: center;
    color: #717171!important;
    margin: 15px 0!important;
    font-family: 'Roboto' !important;
    font-size: 30px!important;
    font-weight: 300!important;
}
body.widetemplate .rss-form-action .rsform-block.rsform-block-first-name {
    float: left;
    width: 48% !important;
    height: auto;
    margin-right: 4%;
    clear: none;
}
body.widetemplate .rss-form-action .rsform-block-last-name {
    float: left !important;
    width: 48% !important;
    clear: none;
    height: auto;
}
body.widetemplate .formResponsive .formHorizontal .formControlLabel {
    float: none !important;
    width: auto !important;
    padding-top: 0 !important;
    text-align: left !important;
}
body.widetemplate .rss-form-action .rsform-block label {
    display: none !important;
}

body.widetemplate .formResponsive .formHorizontal .formControls {
    margin-left: 22%;
}
body.widetemplate .rss-form-action .rsform-block input, 
body.widetemplate .rss-form-action .rsform-block div, 
body.widetemplate .rss-form-action .rsform-block select {
    width: 100% !important;
    border: none;
    font-size: 18px;
    font-weight: 300 !important;
    font-family: 'Roboto' !important;
}
body.widetemplate .rss-form-action .rsform-block .formBody .rsform-input-box, 
body.widetemplate .rss-form-action .rsform-block .formBody .rsform-input-box, 
body.widetemplate .rss-form-action .rsform-block .formBody .rsform-input-box, 
body.widetemplate .rss-form-action .rsform-block .formBody .rsform-select-box {
    width: 100% !important;
    height: 36px !important;
    box-sizing: border-box;
    border: 1px solid #CFCFCF;
    margin-bottom: 0px;
    font-size: 18px !important;
    font-weight: 300 !important;
    font-family: 'Roboto' !important;
    background-color: #ffffff !important;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    border-radius: 0;
}
body.widetemplate .event-detail .formResponsive .formHorizontal .formControls {
    margin-left: 0;
}
body.widetemplate .event-detail .formResponsive .formHorizontal .rsform-block {
    margin-bottom: 0 !important;
}
body.widetemplate .event-detail .rss-form-action .rsform-block .rsform-submit-button {
    width: auto !important;
    background: #5fbc47;
    border-radius: 50px;
    padding: 15px 40px;
}

body.widetemplate .event-detail .rsform-block .formBody .rsform-select-box {
    appearance: none;
    -webkit-appearance: none;
    padding: 5px 10px;
    background: #fff url(https://rightscape.com/templates/rightscape/images/select_arrow.png)no-repeat 95% center;
    font: 300 16px/21px Roboto !important;
}
body.widetemplate p.formRed {
    color: red !important;
    font-weight: bold !important;
    font-size: 15px !important;
}
@media (max-width: 992.98px){
body.widetemplate .item-page .event-detail .left.item-image {
    position: static;
    height: auto;
    width: 100%;
    margin-bottom: 20px !important;
}
body.widetemplate .item-page .event-detail .left.item-image, 
body.widetemplate .item-page .event-detail .eventContent h2:not(.rss-form-action h2), 
body.widetemplate .item-page .event-detail .eventContent span.dateTime:not(.rss-form-action span) {
    position: static;
}
body.widetemplate .item-page .event-detail .eventContent .col-md-8.eventCont {
    padding-top: 0 !important;
}
body.widetemplate .eventContent .rss-form-action {
    position: static;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    float: none;
}
body.widetemplate .rss-form-action .form-inner {
    padding: 20px 30px 30px;
}
body.widetemplate .event-detail .eventContent {
    text-align: center !important;
}
body.widetemplate .event-detail .eventCont {
    width: 100% !important;
    float: none;
    margin-bottom: 30px;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
}
@media screen and (max-width: 767px){
body.widetemplate .upCom_content .upCom_cont_rgt a, 
body.widetemplate .upCom_grid .upCom_content .upCom_cont_lft span.dateTime {
    font-size: 15px !important;
}
body.widetemplate .event_blog_new .upcomingClasses .col-md-6.upCom_grid {
    margin-bottom: 12px;
}
body.widetemplate .upCom_content .upCom_cont_lft span.dateTime {
    white-space: nowrap;
}
}




/***24-06-2023****/
body.widetemplate .waterstar_page .waterstar_banner {
    position: relative;
}
body.widetemplate .waterstar_page .waterstar_banner .wsr_top_img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    top: -10px;
}
body.widetemplate .waterstar_page .waterstar_banner video {
    width: 100%;
    height: 548px;
    object-fit: cover;
}
body.widetemplate .waterstar_page .waterstar_banner .wsr_banner_content {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
    top: 35%;
    text-align: center;
}
body.widetemplate .waterstar_page .waterstar_banner .wsr_banner_content h1 {
    text-align: center;
    font: bold 25px/32px Roboto !important;
    letter-spacing: 2px;
    color: #F5F5F5 !important;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 0px;
}
body.widetemplate .waterstar_page .waterstar_banner .wsr_banner_content h2 {
    text-align: center;
    font: 300 25px/32px Roboto !important;
    letter-spacing: 2px;
    color: #F5F5F5 !important;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 25px;
}
body.widetemplate .learn_more_btn {
    text-align: center;
}
body.widetemplate .learn_more_btn a.btn.btn-white {
    background: #F5F5F5;
    color: #0061A7 !important;
}
body.widetemplate .learn_more_btn a.btn {
    border-radius: 31px;
    text-align: center;
    font: 500 15px/20px Roboto !important;
    letter-spacing: 0px;
    border: none;
    padding: 12px 50px;
    opacity: 1;
    border: 1px solid transparent;
    margin-right: 109px;
    box-shadow: none;
    text-shadow: none;
}
body.widetemplate .learn_more_btn a.btn.btn-blue {
    background: #0061A7;
    color: #fff !important;
}
body.widetemplate .learn_more_btn a.btn:last-child {
    margin-right: 0px;
}
body.widetemplate .learn_more_btn a.btn {
    border-radius: 31px;
    text-align: center;
    font: 500 15px/20px Roboto !important;
    letter-spacing: 0px;
    border: none;
    padding: 12px 50px;
    opacity: 1;
    border: 1px solid transparent;
    margin-right: 109px;
    box-shadow: none;
    text-shadow: none;
}
body.widetemplate .header_top {
    margin-top: -2px;
}
body.widetemplate .waterstar_welcome {
    padding: 40px 0;
}
body.widetemplate .wsr_welcome_inner_wrap, .wsr_company_inner_wrap, .wsr_certified_inner_wrap, .wsr_submit_inner_wrap, .wsr_related_inner_wrap {
    max-width: 1180px !important;
    margin: 0 auto;
    padding: 0 15px;
}
body.widetemplate .waterstar_welcome .wsr_wel_left img:last-child {
    margin-top: 10px;
}
body.widetemplate .waterstar_welcome .wsr_wel_right h2 {
    text-align: left;
    font: bold 20px/28px Roboto !important;
    letter-spacing: 2.64px;
    color: #0061AB !important;
    opacity: 1;
    margin-bottom: 30px !important;
}
body.widetemplate .waterstar_welcome .wsr_wel_right p {
    text-align: left;
    font: 300 14px/30px Roboto;
    letter-spacing: 0px;
    color: #414141;
    opacity: 1;
}
body.widetemplate .wsr_company_wrap .wsr_company_inner_wrap h2, 
body.widetemplate .wsr_certified_wrap .wsr_certified_inner_wrap h2, 
body.widetemplate .wsr_submit_wrap .wsr_submit_inner_wrap h2 {
    text-align: center;
    font: bold 30px/42px Roboto !important;
    letter-spacing: 4.2px;
    color: #0061A7 !important;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 30px !important;
}
body.widetemplate .wsr_certified_wrap .wsr_certified_grid {
    padding: 0 30px;
}
body.widetemplate .wsr_certified_wrap .wsr_certified_grid {
    text-align: center;
    margin-bottom: 50px;
}
body.widetemplate .wsr_certified_wrap .wsr_certified_grid img {
    height: 100px;
}
body.widetemplate .wsr_certified_wrap .wsr_certified_grid h3 {
    text-align: center;
    font: 300 20px/28px Roboto !important;
    letter-spacing: 2.64px;
    color: #0061AB;
    text-transform: uppercase;
    margin-bottom: 20px !important;
}
body.widetemplate .wsr_certified_wrap .wsr_certified_grid h3 span {
    display: block;
    font: bold 20px/28px Roboto !important;
}
body.widetemplate .wsr_certified_wrap .wsr_certified_grid p {
    text-align: center !important;
    font: 300 14px/24px Roboto !important;
    letter-spacing: 0px;
    color: #414141 !important;
    opacity: 1;
    max-width: 320px;
    margin: 0 auto !important;
}

body.widetemplate .wsr_submit_wrap {
    padding: 60px 0;
    text-align: center;
}
body.widetemplate .wsr_company_wrap .wsr_company_inner_wrap h2, 
body.widetemplate .wsr_certified_wrap .wsr_certified_inner_wrap h2, 
body.widetemplate .wsr_submit_wrap .wsr_submit_inner_wrap h2 {
    text-align: center;
    font: bold 30px/42px Roboto !important;
    letter-spacing: 4.2px;
    color: #0061A7 !important;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 30px !important;
}
body.widetemplate .wsr_submit_wrap p, 
body.widetemplate .wsr_submit_wrap ul li a {
    text-align: center !important;
    font: 300 14px/24px Roboto !important;
    letter-spacing: 0px;
    color: #414141 !important;
    opacity: 1;
    max-width: 500px;
    margin: 0 auto 10px !important;
}
body.widetemplate .wsr_submit_wrap ul {
    margin-left: 0px;
    margin-bottom: 20px !important;
}
body.widetemplate .wsr_submit_wrap ul li.wsr_mail_icon {
    background: url(/images/mail_icon.png) no-repeat left center;
}
body.widetemplate .wsr_submit_wrap ul li.wsr_phone_icon {
    background: url(/images/phone_icon.png) no-repeat left center;
}
body.widetemplate .wsr_submit_wrap ul li {
    display: inline-block !important;
    padding-left: 35px;
    width: auto;
}
body.widetemplate .learn_more_btn {
    text-align: center;
}
body.widetemplate .learn_more_btn a.btn.btn-blue {
    background: #0061A7;
    color: #fff !important;
}
body.widetemplate .learn_more_btn a.btn:last-child {
    margin-right: 0px;
}
body.widetemplate .learn_more_btn a.btn {
    border-radius: 31px;
    text-align: center;
    font: 500 15px/20px Roboto !important;
    letter-spacing: 0px;
    border: none;
    padding: 12px 50px;
    opacity: 1;
    border: 1px solid transparent;
    margin-right: 109px;
    box-shadow: none;
    text-shadow: none;
}
body.widetemplate .learn_more_btn a.btn.btn-blue:hover, 
body.widetemplate .wsr_related_wrap .wsr_related_grid a.btn.btn-blue:hover, 
body.widetemplate .wsr_submit_inner_wrap .learn_more_btn a.btn.btn-blue:hover {
    background: #001947;
    border: 1px solid #001947;
    color: #fff!important;
}

body.widetemplate .wsr_submit_wrap ul, 
body.widetemplate .wsr_submit_wrap ol {
    padding: 0 !important;
    margin-bottom: 20px !important;
}
body.widetemplate .wsr_submit_wrap ul li:after {
    content: "";
    border-right: 2px solid #71CBF3;
    border: 1px solid #71CBF3;
    margin-right: 40px;
    margin-left: 40px;
}
body.widetemplate .wsr_submit_wrap ul li:last-child:after {
    display: none;
}
body.widetemplate .wsr_company_wrap, 
body.widetemplate .wsr_related_wrap {
    padding: 0px;
    text-align: center;
    background: rgb(244,244,244);
    background: -moz-linear-gradient(180deg, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4",endColorstr="#ffffff",GradientType=1);
}
body.widetemplate .wsr_company_wrap .wsr_company_inner_wrap, 
body.widetemplate .wsr_related_wrap .wsr_related_inner_wrap {
    padding: 80px 0 120px;
    max-width: 100% !important;
}
body.widetemplate .wsr_related_wrap .wsr_related_inner_wrap {
    padding-top: 64px;
    background: url(/images/related_bg.png) no-repeat top center;
}

body.widetemplate .wsr_related_wrap .wsr_related_inner_wrap .container {
    background: transparent;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
body.widetemplate .wsr_related_wrap .wsr_related_inner_wrap h2 {
    margin-bottom: 35px;
}
body.widetemplate .wsr_related_wrap .wsr_related_inner_wrap h2, 
body.widetemplate .wsr_related_wrap .wsr_related_grid h3 {
    text-align: center !important;
    font: bold 20px/28px Roboto !important;
    letter-spacing: 2.64px;
    color: #0061AB !important;
    text-transform: uppercase;
    opacity: 1;
}
body.widetemplate .wsr_related_wrap .wsr_related_grid {
    text-align: center;
}
body.widetemplate .wsr_related_wrap .wsr_related_inner_wrap h2, 
body.widetemplate .wsr_related_wrap .wsr_related_grid h3 {
    text-align: center !important;
    font: bold 20px/28px Roboto !important;
    letter-spacing: 2.64px;
    color: #0061AB !important;
    text-transform: uppercase;
    opacity: 1;
}
body.widetemplate .wsr_related_wrap .wsr_related_grid h3 {
    font: 300 20px/28px Roboto !important;
    text-transform: none;
    letter-spacing: normal;
}
body.widetemplate .wsr_related_wrap .wsr_related_grid h3 span {
    display: block;
}
body.widetemplate .wsr_related_grid h3 {
    margin-bottom: 17px;
}
body.widetemplate .wsr_related_wrap .wsr_related_grid p {
    text-align: center !important;
    font: 300 14px/24px Roboto !important;
    letter-spacing: 0px;
    color: #414141;
    margin-bottom: 12px;
}

body.widetemplate .wsr_related_wrap .wsr_related_grid a.btn {
    border-radius: 31px;
    text-align: center;
    font: 500 14px/24px Roboto !important;
    letter-spacing: 0px;
    border: none;
    padding: 10px 50px;
    opacity: 1;
    border: 1px solid transparent;
    text-shadow: none;
    box-shadow: none;
}
body.widetemplate .wsr_related_wrap .wsr_related_grid a.btn.btn-blue {
    background: #0061A7;
    color: #fff !important;
}
body.widetemplate .learn_more_btn a.btn.btn-blue:hover, 
body.widetemplate .wsr_related_wrap .wsr_related_grid a.btn.btn-blue:hover, 
body.widetemplate .wsr_submit_inner_wrap .learn_more_btn a.btn.btn-blue:hover {
    background: #001947;
    border: 1px solid #001947;
    color: #fff!important;
}

body.widetemplate .wsr_border_hr {
    max-width: 1300px;
    padding: 0 16px;
    height: 0px;
    border-top: 1px solid #CFCFCF;
    margin: 0 auto;
}

/*Modal Form */  
body.widetemplate div#wsrModalForm.modal {
    left: 0;
    right: 0;
    margin-left: 0px;
  background:none;
  border:none;
  width:100%;
  border-radius:0px;
  z-index: 10002 !important;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog, 
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner{
    max-width: 1284px;
    margin: 0px auto !important;
  display: -ms-flexbox;
    display: flex;
  width:100%;
    -ms-flex-align: center;
    align-items: center; 
  background:transparent;
  padding:0px;
    min-height: calc(100% - 1rem);  
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .modal-content {
    box-shadow: 0px 0px 20px #000000; 
    border: none;
  height: 604px !important;
    border-radius: 0px;
  overflow-y:auto;  
}
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content {
  box-shadow: 0px 0px 20px #000000;
    border: none;
  border-radius: 0px;
  background:#fff;
  position:relative;
}

body.widetemplate div#wsrModalForm.modal .modal-dialog .modal-header {
    padding: 0;
    border: none;
    height: 0px;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .modal-content button.close,
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .rsfp_thankou_popup_close_btn{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 40px;
    font-weight: 300;
    vertical-align: text-top;
    line-height: inherit; 
  z-index:99; 
  line-height: 20px;
}

body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner input#rsfp-thankyou-popup-return-link + .rsfp_thankou_popup_close_btn {
    display: none;
}

body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .rsfp_thankou_popup_close_btn {
  top: 20px;
  color:#959595; 
}

body.widetemplate div#wsrModalForm.modal .modal-dialog .modal-body {
    padding: 0;
  overflow: visible;
    min-height: auto;
  max-height: 100%;
  width:100%;
}

body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content .wsr_form_lft,
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content .wsr_form_lft
{
    background: #001C37 url('/images/popup_bg_pattern.png') no-repeat top center; 
    padding: 140px 60px 120px;
  background-size:cover;
}
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content .wsr_form_lft h3 {
  display:none;
}


body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content .wsr_form_top_img, 
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content .wsr_form_top_img {  
  position:absolute;
  left:0px; 
  right:0px;
  width:100%;
  text-align:center !important;
  top:-10px; 
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content .row, 
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content .row {
  margin:0px;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content h1,
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content h1 {
  text-align: left;
  font:300 24px/39px Roboto !important; 
  letter-spacing: 2.4px;
  color: #F5F5F5;
  margin-top:30px;
  margin-bottom:38px;
  text-transform:uppercase;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content .wsr_form_rgt,
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content .wsr_form_rgt{ 
  padding: 39px;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content ul { 
  margin-left:0px !important;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content .rsform-block {
  margin-bottom:20px !important;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content .rsform-block-business-type p{
  text-align:center !important; 
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content p, 
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content ul li a,
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content p, 
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content ul li a {
  text-align: left;
  font: 300 16px/30px Roboto !important;
  letter-spacing: 0px; 
  color: #fff !important;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content p.formRed {
  color: red !important;
  max-width:684px;
  margin:0 auto;
}

body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content ul li, 
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content ul li {
  list-style:none;  
  padding-left: 35px;
}

body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content ul li.wsr_form_mail_icon,
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content ul li.wsr_form_mail_icon {
  background:url("/images/mail_icon_wh.png") no-repeat left center;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content ul li.wsr_form_phone_icon, 
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content ul li.wsr_form_phone_icon {
  background:url("/images/phone_icon_wh.png") no-repeat left center;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .rsform-block.rsform-block-business-step-list, 
body.widetemplate div#wsrModalForm.modal .modal-dialog .rsform-block.rsform-block-business-step-list1, 
body.widetemplate div#wsrModalForm.modal .modal-dialog .rsform-block.rsform-block-business-step-list2, 
body.widetemplate div#wsrModalForm.modal .modal-dialog .rsform-block.rsform-block-business-step-list3,
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content .rsform-block.rsform-block-submit-steps-list
/*div#wsrModalForm.modal .modal-dialog .rsform-block.rsform-block-water-usage1*/{  
  margin-bottom:0px !important; 
}

body.widetemplate div#wsrModalForm.modal .modal-dialog .rsform-block ul.business_steps_list, 
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .wsr_step_one ul.business_steps_list, 
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content .submittedFormText ul.business_steps_list {
    padding-left: 0px;
    padding-bottom: 30px;
    border-bottom: 1px solid #CFCFCF;
    margin-bottom: 0px;
    display: flex !important;
    justify-content: space-between;
    display: -ms-flex !important;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .rsform-block ul.business_steps_list li span,
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .wsr_step_one ul.business_steps_list li span,
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content .submittedFormText ul.business_steps_list span{
  vertical-align: 2px;
  width: 25px;
  height: 25px;
  display:inline-block;
  background: #f5f5f5;
  border-radius: 4px;
  font: 11px/15px Roboto;
  text-align:center;
  color: #d5d5d5;
  margin-right:5px;  
  padding: 5px;
} 
body.widetemplate div#wsrModalForm.modal .modal-dialog .rsform-block ul.business_steps_list li,
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .wsr_step_one ul.business_steps_list li,
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content .submittedFormText ul.business_steps_list li{
    text-align: left;
    font: 300 16px/30px Roboto;
    letter-spacing: 0px;
    color: #d5d5d5;
    padding-left: 0px;
    display: inline-block !important;
    padding-right: 19px;
    background: url(/images/step_arrow.png) no-repeat right center;
    margin-right: 22px;
} 
body.widetemplate div#wsrModalForm.modal .modal-dialog .rsform-block ul.business_steps_list li:last-child,
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .wsr_step_one ul.business_steps_list li:last-child,
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content .submittedFormText ul.business_steps_list li:last-child{
    margin-right: 0px;
}

body.widetemplate div#wsrModalForm.modal .modal-dialog .rsform-block ul.business_steps_list li.active span,
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .wsr_step_one ul.business_steps_list li.active span,
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content .submittedFormText ul.business_steps_list li.active span{
  background: #0061A7;
} 
body.widetemplate div#wsrModalForm.modal .modal-dialog .rsform-block ul.business_steps_list li.active,
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .wsr_step_one ul.business_steps_list li.active,
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content .submittedFormText ul.business_steps_list li.active{
  color: #414141; 
}

body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content .rsform-block.rsform-block-restaurant-previous,
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content .rsform-block.rsform-block-res-next-step-3,
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content .rsform-block.rsform-block-next-step-2,
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content .rsform-block.rsform-block-business-previous{
    margin-bottom: 0 !important;
}

body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content .submittedFormText {
  text-align:center;
}
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content .submittedFormText ul.business_steps_list {
    margin-bottom: 120px !important;
}
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block.rsform-block-submit {
    margin-bottom: 0px !important;
}
/*Thank Popup*/

body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content .submittedFormText .rsfp_thankou_popup_close_btn {
  position:static; 
}


body.widetemplate .submittedFormText  h3 {
  text-align: center;
  font: bold 24px/39px Roboto;
  letter-spacing: 2.4px;
  color: #0061A7;
  text-transform: uppercase; 
  opacity: 1;
  margin-bottom:21px;
}
body.widetemplate .submittedFormText  h3 span{
  display:none; 
}
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content .submittedFormText p {
    text-align: center !important;
    font: 300 16px/21px Roboto;
    letter-spacing: 0px;
    color: #414141 !important;
    margin-bottom: 20px;
}
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content .submittedFormText a {
  border-radius: 31px;
    text-align: center;
    font: 500 15px/20px Roboto !important;
    letter-spacing: 0px;
    border: none;
  color: #fff !important;
    background: #0061A7 !important;
    padding: 12px 63px;
    opacity: 1;
    border: 1px solid transparent;
}
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content .submittedFormText a:hover {
  border-color:#0061A7 !important;
  color:#0061A7 !important;
  background:#fff;
}
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block.rsform-block-res-agree-term-condition label.formControlLabel {
  display: none !important;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content .wsr_form_lft .moduletable h3 {
    display: none;
}

body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .wsr_step_one {
    max-width: 678px;
    margin: 0 auto;
}


body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block h3, 
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .wsr_step_one h3 {
    text-align: left;
    font: bold 24px/39px Roboto !important;
    letter-spacing: 2.4px;
    color: #0061A7;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 0px !important;
}
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .wsr_step_one h3 {
    margin-bottom: 40px!important;
}
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block h3 span, 
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .wsr_step_one h3 span {
    text-align: left;
    font: normal normal 300 14px/30px Roboto;
    letter-spacing: 0px;
    color: #9F9F9F;
    opacity: 0.51;
    text-transform: none;
    padding-left: 30px;
    display: inline-block;
    vertical-align: middle;
}
body.widetemplate .wsr_step_one .radio_button {
    width: 50%;
    text-align: center;
    float: left;
    margin-bottom: 40px;
}
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block-business-type .formBody label, 
body.widetemplate .wsr_step_one .radio_button label {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: auto;
    display: inline-block !important;
    width: auto;
}
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block-business-type input[type="radio"], 
body.widetemplate .wsr_step_one .radio_button label input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
	cursor: pointer;
}
body.widetemplate .wsr_step_one .radio_button label input[type="radio"] + span {
    width: 327px;
    height: 213px;
    display: inline-block;
    background-color: #f5f5f5;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
}
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block-business-type .formBody input#business_type0 + span, 
body.widetemplate .wsr_step_one .radio_button label input[value="Restaurant"] + span {
    background-image: url(/images/resturent_blu.png);
}
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block-business-type .formBody input[type="radio"]:checked + span, 
body.widetemplate .wsr_step_one .radio_button label input[type="radio"]:checked + span {
    background-color: #27549A;
}
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block-business-type .formBody input#business_type0:checked + span, 
body.widetemplate .wsr_step_one .radio_button label input[value="Restaurant"]:checked + span {
    background-image: url(/images/resturent_wh.png);
}
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block-business-type .formBody input#business_type1 + span, 
body.widetemplate .wsr_step_one .radio_button label input[value="Business"] + span {
    background-image: url(/images/business_blu.png);
}
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block-business-type .formBody input#business_type1:checked + span, 
body.widetemplate .wsr_step_one .radio_button label input[value="Business"]:checked + span {
    background-image: url(/images/business_wh.png);
}
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block-business-type .formBody input#business_type0 + span, 
body.widetemplate .wsr_step_one .radio_button label input[value="School"] + span {
    background-image: url(/images/graduation_cap_blue.png);
}

body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block-business-type .formBody input#business_type0:checked + span, 
body.widetemplate .wsr_step_one .radio_button label input[value="School"]:checked + span {
    background-image: url(/images/graduation_cap_white.png);
}


body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block-business-type .formBody label b, 
body.widetemplate .wsr_step_one .radio_button label strong {
    display: block;
    text-align: center;
    font: 300 16px/21px Roboto;
    letter-spacing: 0px;
    color: #414141;
    margin-top: 25px;
}
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block-business-type .formBody input[type="radio"]:checked ~ b, 
body.widetemplate .wsr_step_one .radio_button label input[type="radio"]:checked ~ strong {
    color: #27549A;
}

body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block .formBody .rsform-button, 
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block .formBody .rsform-button-prev, 
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block .formBody .rsform-submit-button, 
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .wsr_step_one button#NextStep {
    border-radius: 31px !important;
    text-align: center;
    font: 500 15px/20px Roboto !important;
    letter-spacing: 0px;
    border: none;
    padding: 11px 63px !important;
    opacity: 1;
    border: 1px solid transparent;
    color: #fff;
    background: #0061A7 !important;
    margin-top: 0px !important;
    visibility: visible;
    margin-left: 0px !important;
    text-shadow: none;
}
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block .formBody .rsform-button-next, 
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block .formBody .rsform-submit-button, 
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .wsr_step_one button#NextStep {
    float: right;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content ul li, 
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content ul li {
    list-style: none;
    padding-left: 35px;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content ul li.wsr_form_mail_icon, 
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content ul li.wsr_form_mail_icon {
    background: url(/images/mail_icon_wh.png) no-repeat left center;
}

body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content ul li, 
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content ul li {
    list-style: none;
    padding-left: 35px;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content ul li.wsr_form_phone_icon, 
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content ul li.wsr_form_phone_icon {
    background: url(/images/phone_icon_wh.png) no-repeat left center;
}

body.widetemplate div#wsrModalForm.modal .wsr_form_rgt h2 {  
  display:none !important;
}
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .formResponsive .rsform-block-business-type > label.formControlLabel {
  display:none !important;
}
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .formResponsive .formContainer , 
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content .submittedFormText {
    max-width: 678px;
    margin: 0 auto;
}
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block {
    display: inline-block;
    width: 100%;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content .rsform-block {
    margin-bottom: 20px !important;
}
@media screen and (min-width: 993px){
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block {
    position: relative;
}
}
body.widetemplate .formResponsive .formHorizontal .rsform-block {
    margin-bottom: 0 !important;
    width: 100%;
}
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block .formControlLabel, 
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block .formControlLabel, 
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block .formControlLabel {
    text-align: left !important;
    font: 300 16px/21px Roboto !important;
    letter-spacing: 0px;
    height: auto;
    color: #414141 !important;
    margin-top: 0px !important;
    display: block;
}
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block strong.formRequired {
    font-weight: normal !important;
}
body.widetemplate div#wsrModalForm.modal .formResponsive .formHorizontal .formControls {
    margin-left: 0% !important;
}
body.widetemplate div#wsrModalForm.modal .rsform-block .formBody .rsform-input-box, 
body.widetemplate div#wsrModalForm.modal .rsform-block .formBody .rsform-input-box, 
body.widetemplate div#wsrModalForm.modal .rsform-block .formBody .rsform-input-box, 
body.widetemplate div#wsrModalForm.modal .rsform-block .formBody .rsform-select-box {
    width: 100% !important;
    height: 36px !important;
    box-sizing: border-box;
    border: 1px solid #CFCFCF;
    margin-bottom: 0px;
    border-radius: 0 !important;
}
@media screen and (min-width: 993px) {
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block span.formValidation {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #FFF;
}
}
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block p.formDescription {
    margin: 0px !important;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content p label {
    color: #424e59 !important;
}
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block .formBody {
    text-align: left;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content .rsform-block.rsform-block-how-do-you-pay-for-water .rsformgrid2 {
    width: 32.66666%;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content .rsform-block.rsform-block-water-uses .rsformgrid3 {
    width: 50%;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content .wsr_form_lft ul li {
    text-align: left;
}
@media screen and (max-width: 992px){
body.widetemplate .learn_more_btn a.btn {
    padding: 12px 20px;
    margin-right: 20px;
}
body.widetemplate .wsr_certified_wrap .wsr_certified_grid h3 {
    font: 300 17px/25px Roboto !important;
}
body.widetemplate .wsr_company_wrap .wsr_company_inner_wrap h2, 
body.widetemplate .wsr_certified_wrap .wsr_certified_inner_wrap h2, 
body.widetemplate .wsr_submit_wrap .wsr_submit_inner_wrap h2 {
    font: bold 24px/32px Roboto !important;
    margin-bottom: 20px!important;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog, 
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner {
    min-height: auto;
    display: block;
    max-width: 390px;
    padding: 0 18px;
    margin-top: 40px !important;
    /* height: 90vh; */
    overflow: auto;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .modal-content {
    box-shadow: none;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .modal-content button.close, 
body.widetemplate div#wsrModalForm.modal .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .rsfp_thankou_popup_close_btn {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 39px;
    font-weight: 300;
    line-height: 27px;
    z-index: 99;
    background: #fff url(/images/modal_close_icon.png) no-repeat center;
    opacity: 1;
    padding: 0px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    color: #aaa;
    text-indent: -9999px;
    background-size: 18px;
}

body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content .wsr_form_lft, 
body.widetemplate div#wsrModalForm.modal .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content .wsr_form_lft {
    background: #001C37 url(/images/waterpoupbg_new.png) no-repeat top center;
    background-size: 100%;
    padding: 120px 24px 30px;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content .wsr_form_rgt, 
body.widetemplate div#wsrModalForm.modal .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content .wsr_form_rgt {
    width: 100%;
    padding: 20px 20px 30px;
    display: inline-block;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content .wsr_form_lft, 
body.widetemplate div#wsrModalForm.modal .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content .wsr_form_lft {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;   
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content h1, 
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content h1 {
    text-align: center;
    font-size: 20px !important;
    margin-bottom: 20px;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content ul {
    margin-top: 30px;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content .wsr_form_rgt, 
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content .wsr_form_rgt {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 20px 30px;
    display: inline-block;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .rsform-block ul.business_steps_list, 
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .wsr_step_one ul.business_steps_list, 
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content .submittedFormText ul.business_steps_list {
    display: block;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .rsform-block ul.business_steps_list,
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .wsr_step_one ul.business_steps_list, 
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content .submittedFormText ul.business_steps_list {
    display: none;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .rsform-block ul.business_steps_list li, 
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .wsr_step_one ul.business_steps_list li, 
body.widetemplate .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .wsr_form_modal_content .submittedFormText ul.business_steps_list li {
    width: 100%;
}
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block h3, 
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .wsr_step_one h3 {
    margin-top: 0px;
    margin-bottom: 30px !important;
    font: bold 16px/22px Roboto !important;
    letter-spacing: 1px;
}
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block h3 span, 
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .wsr_step_one h3 span {
    float: right;
}
body.widetemplate .wsr_step_one .radio_button {
    width: 46%;
    margin: 0 2%;
}
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block-business-type .formBody label, 
body.widetemplate .wsr_step_one .radio_button label {
    width: 100%;
}
body.widetemplate .wsr_step_one .radio_button label input[type="radio"] + span {
    height: 161px;
}
body.widetemplate .wsr_step_one .radio_button label input[type="radio"] + span {
    width: 100%;
    max-width: 320px;
    display: inline-block;
}
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .wsr_step_one .radio_button + button#NextStep {
    margin-top: 20px !important;
}
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block .formBody .rsform-button, 
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block .formBody .rsform-button-prev, 
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block .formBody .rsform-submit-button, 
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .wsr_step_one button#NextStep {
    padding: 15px 20px !important;
    width: 45% !important;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .formResponsive .formRow .formSpan6 {
    width: 100%;
    margin: 0 !important;
}

body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block .formBody .rsform-button#next_step_2Next, 
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block .formBody .rsform-button#business_previous, 
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block .formBody .rsform-button#res_next_step_3Next, 
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block .formBody .rsform-button#restaurant_previous {
    width: 100% !important;
    padding: 15px 20px !important;
}
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block .formBody .rsform-button#business_previous, 
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block .formBody .rsform-button#restaurant_previous, 
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block .formBody .rsform-button-prev {
    background: #f5f5f5!important;
    color: #0061A7 !important;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content .rsform-block.rsform-block-water-uses .rsformgrid3 {
    width: 100%;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content .rsform-block.rsform-block-how-do-you-pay-for-water .rsformgrid2 {
    width: 100%;
}
body.widetemplate div#wsrModalForm.modal {
    overflow: auto;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .modal-content {
    height: auto !important;
    box-shadow: none;;
}
}
@media screen and (max-width: 767px){
body.widetemplate .wsr_submit_wrap ul li {
    background-size: 18px!important;
    padding-left: 21px;
    margin-right: 14px;
}
body.widetemplate .wsr_submit_wrap ul li:after {
    display: none !important;
}
body.widetemplate .wsr_related_wrap .wsr_related_grid {
    margin-bottom: 20px;
}
body.widetemplate .waterstar_page .waterstar_banner .wsr_banner_content h1, 
body.widetemplate .waterstar_page .waterstar_banner .wsr_banner_content h2 {
    font-size: 20px !important;
    line-height: 25px !important;
}
body.widetemplate .wsr_company_wrap .wsr_company_inner_wrap h2, 
body.widetemplate .wsr_certified_wrap .wsr_certified_inner_wrap h2, 
body.widetemplate .wsr_submit_wrap .wsr_submit_inner_wrap h2 {
    font: bold 24px/32px Roboto !important;
    margin-bottom: 20px!important;
}
}
body.widetemplate div#companySlider.owl-carousel .owl-item a {
    display: inline-block;
}
body.widetemplate div#companySlider.owl-carousel .owl-item img {
    width: auto;
    height: 180px;
    filter: grayscale(1);
    opacity: 0.5;
}
body.widetemplate .wsr_company_wrap, 
body.widetemplate .wsr_related_wrap {
    padding: 0px;
    text-align: center;
    background: rgb(244,244,244);
    background: -moz-linear-gradient(180deg, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4",endColorstr="#ffffff",GradientType=1);
}
body.widetemplate .wsr_company_wrap .wsr_company_inner_wrap h2, 
body.widetemplate .wsr_certified_wrap .wsr_certified_inner_wrap h2, 
body.widetemplate .wsr_submit_wrap .wsr_submit_inner_wrap h2 {
    text-align: center;
    font: bold 30px/42px Roboto !important;
    letter-spacing: 4.2px;
    color: #0061A7 !important;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 30px !important;
}
body.widetemplate .wsr_company_wrap .wsr_company_inner_wrap h2, 
body.widetemplate .wsr_certified_wrap .wsr_certified_inner_wrap h2, 
body.widetemplate .wsr_submit_wrap .wsr_submit_inner_wrap h2 {
    text-align: center;
    font: bold 30px/42px Roboto !important;
    letter-spacing: 4.2px;
    color: #0061A7 !important;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 30px !important;
}
body.widetemplate div#companySlider.owl-carousel .owl-item a:hover img {
    filter: none;
    opacity: 1;
}
body.widetemplate div#companySlider.owl-carousel .owl-nav {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0;
}
body.widetemplate div#companySlider.owl-carousel .owl-nav button.owl-prev {
    float: left;
    left: -5px;
}
body.widetemplate div#companySlider.owl-carousel .owl-nav button.owl-next {
    float: right;
    right: -5px;
}

body.widetemplate div#companySlider.owl-carousel .owl-nav button span {
    text-indent: -9999px;
    width: 25px;
    height: 48px;
    outline: none !important;
    display: inline-block;
}
body.widetemplate div#companySlider.owl-carousel .owl-nav button.owl-next span {
    background: url(/images/right_arw.png) no-repeat center;
}
body.widetemplate div#companySlider.owl-carousel .owl-nav button.owl-prev span {
    background: url(/images/left_arw.png) no-repeat center;
}
body.widetemplate .wsr_company_wrap .wsr_company_inner_wrap > p {
    text-align: center !important;
    font: 300 14px/24px Roboto !important;
    letter-spacing: 0px;
    color: #414141;
    opacity: 1;
    max-width: 500px;
    margin: 0 auto !important;
    margin-bottom: 24px !important;
}

/*single page*/
body.widetemplate .wsr_business_n_res {
    padding: 0 0 60px;
    display: inline-block;
    width: 100%;
}
body.widetemplate .wsr_business_n_res .wsr_business_n_res_banner, 
body.widetemplate .waterstarArticlePage {
    position: relative;
    display: inline-block;
    width: 100%;
}
body.widetemplate .wsr_business_n_res .wsr_business_n_res_banner .wsr_top_img, 
body.widetemplate .waterstarArticlePage .wsr_top_img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    top: -10px;
    z-index: 5;
}
body.widetemplate .item-image {
    margin: 0 20px 18px 0;
        transform: none !important;
    -webkit-transform: none !important;
}
body.widetemplate .wsr_business_n_res .wsr_business_n_res_banner .item-image {
    float: none;
    width: 100%;
    margin-bottom: 0px;
}
body.widetemplate .wsr_business_n_res .wsr_business_n_res_banner .item-image img {
    width: 100%;
}
body.widetemplate .wsr_business_n_res .container .col-md-4.wsr_bus_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
body.widetemplate .wsr_business_n_res .container .col-md-8.wsr_bus_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

body.widetemplate .wsr_business_n_res .container {
    padding: 50px 0 30px !important;
}
body.widetemplate .wsr_business_n_res .wsr_bus_left .item-image {
    float: none !important;
    margin: 0 auto;
    width: 60%;
    display: block;
}
body.widetemplate .wsr_business_n_res .wsr_bus_right h3 {
    font: bold 20px/28px Roboto !important;
    letter-spacing: 2.64px;
    color: #0061AB !important;
    text-transform: uppercase;
    margin-bottom: 20px !important;
}
body.widetemplate .wsr_business_n_res .wsr_bus_right ul {
  list-style-type: disc !important;
}
body.widetemplate .wsr_business_n_res .wsr_bus_right p, 
body.widetemplate .wsr_business_n_res .wsr_bus_right ul li, 
body.widetemplate .wsr_business_n_res .wsr_bus_right ol li {
    font: 300 14px/24px Roboto !important;
    letter-spacing: 0px;
    color: #414141;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}
body.widetemplate .wsr_business_n_res .wsr_bus_right a.back_to_home {
    margin-top: 32px;
    display: inline-block;
    font: 300 14px/24px Roboto !important;
    letter-spacing: 0px;
    color: #0061A7 !important;
    text-align: left;
}
body.widetemplate .wsr_business_n_res .pagenavigation {
    width: 100%;
    margin: 0 auto;
    max-width: 1300px;
    float: none;
}
body.widetemplate .wsr_business_n_res .pagenavigation .previous {
    float: left;
}
body.widetemplate .wsr_business_n_res .pagenavigation .next {
    float: right;
}
body.widetemplate .wsr_business_n_res .pagenavigation  a {
    background: none !important;
    border: none;
    text-align: right;
    font: 700 24px/32px Roboto;
    letter-spacing: 2.64px;
    color: #9F9F9F !important;
    border: none;
    text-transform: uppercase;
}
body.widetemplate .wsr_business_n_res .pagenavigation  a:focus{
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
body.widetemplate .wsr_business_n_res .pagenavigation a.next {
    padding: 10px 0;
    padding-right: 70px;
    background: url(/images/right_arw.png) no-repeat right center !important;
}
body.widetemplate .wsr_business_n_res .pagenavigation a.previous {
    padding: 10px 0;
    padding-left: 70px;
    background: url(/images/left_arw.png) no-repeat left center !important;
    text-align: left;
}
body.widetemplate .wsr_business_n_res .pagenavigation a span.visually-hidden, 
body.widetemplate .wsr_business_n_res .pagenavigation a span.visually-hidden {
    display: block !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
}
body.widetemplate .wsr_business_n_res .pagenavigation a span.visually-hidden, 
body.widetemplate .wsr_business_n_res .pagenavigation a span.visually-hidden {
    font: 300 20px/24px Roboto !important;
}

body.widetemplate .wsr_business_n_res .pagenavigation span.pagination {
    justify-content: space-between;
}

@media screen and (max-width: 767.98px){
body.widetemplate .wsr_business_n_res .container .col-md-8.wsr_bus_right,
body.widetemplate .wsr_business_n_res .container .col-md-4.wsr_bus_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
body.widetemplate .wsr_business_n_res .wsr_business_n_res_banner .wsr_top_img, 
body.widetemplate .waterstarArticlePage .wsr_top_img img {
    width: 60px;
}
}
/*26-06-2023*/
body.widetemplate div#companySlider.owl-carousel .owl-nav button.owl-next:hover, body.widetemplate div#companySlider.owl-carousel .owl-nav button.owl-prev:hover {
    background: none;
}
body.widetemplate .drought_page {
    margin: auto;
    width: 1100px;
}
body.widetemplate .drought_page > .col-md-8, body.widetemplate .drought_page > .col-md-4 {
    float: left;
}
body.widetemplate .commercialprop p, 
body.widetemplate .drought_page li {
    font-size: 15px !important;
}
body.widetemplate .drought_page a {
    color: #647ebd;
    font-size: 13px;
    text-decoration: underline;
}
body.widetemplate .drought_page a {
    font-size: 15px;
    line-height: 1;
}
body.widetemplate .commercialprop h3 {
    font-size: 22px !important;
    font-family: 'Roboto condensed', sans-serif !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}
body.widetemplate .drought_page .side-img {
    width: 320px;
    float: right;
    margin-bottom: 30px;
}
body.widetemplate .drought_page a {
    font-size: 15px;
    line-height: 1;
}
body.widetemplate .drought_page .side-img a {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: bold;
    text-decoration: none !important;
}
body.widetemplate .drought_page .side-img p {
    background: #3889cf;
    padding: 5px;
    margin: 0px !important;
}
body.widetemplate .drought_page li {
    font-family: "Roboto", Helvetica, Arial, sans-serif !important;
    line-height: 28px;
    list-style-type: decimal;
}
body.widetemplate .drought_page .form-commercial form#userForm h2 {
    color: #3889cf !important;
    font-size: 21px !important;
    font-family: 'Roboto condensed', sans-serif !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

body.widetemplate .drought_page .formResponsive fieldset {
    margin-left: 2%;
}
body.widetemplate .drought_page .formResponsive .formHorizontal .rsform-block,
body.widetemplate .drought_page .uk-form-horizontal .rsform-block {
    margin-bottom: 0 !important;
}
body.widetemplate .drought_page .formResponsive .formHorizontal .formControlLabel,
body.widetemplate .drought_page .uk-form-horizontal .formControlLabel {
    float: none !important;
    width: auto !important;
    padding-top: 0 !important;
    text-align: left !important;
    height: 18px;
    margin: 3px 5px 3px 0;
    padding: 0;
}
body.widetemplate .drought_page strong.formRequired {
    font-weight: bold;
    font-style: normal;
    margin-left: 3px;
}
body.widetemplate .drought_page .formControls {
    margin-left: 0px !important;
}
body.widetemplate .drought_page div.formBody {
    display: block;
    float: left;
}
body.widetemplate .drought_page .rsform-block .formBody .rsform-input-box, 
body.widetemplate .drought_page .rsform-block .formBody .rsform-input-box, 
body.widetemplate .drought_page .rsform-block .formBody .rsform-input-box, 
body.widetemplate .drought_page .rsform-block .formBody .rsform-select-box {
    width: 100% !important;
    height: 36px !important;
    box-sizing: border-box;
    border: 1px solid #CFCFCF;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 18px;
    color: #555;
    padding: 4px 6px;
    vertical-align: middle;
    display: inline-block;
}
body.widetemplate .drought_page .formResponsive .formHorizontal .formControlLabel,
body.widetemplate .drought_page .uk-form-horizontal .formControlLabel {
    font-weight: 300 !important;
    font-family: "Roboto", Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
}
body.widetemplate .drought_page .formResponsive .formHorizontal .formRow .formSpan12 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
body.widetemplate .drought_page .formResponsive .formHorizontal .rsform-block {
    width: 48%;
}
body.widetemplate .drought_page .formResponsive .formHorizontal .rsform-block input,
body.widetemplate .drought_page .uk-form-horizontal .rsform-block input {
    width: 100%;
}
body.widetemplate .drought_page .formResponsive .formHorizontal .rsform-block select,
body.widetemplate .drought_page .uk-form-horizontal .rsform-block select {
    border: 1px solid #d4d4d4;
    padding: 3.5px 6.5px;
    background: none !important;
    width: 100%;
    height: 30px;
    box-shadow: none;
    transition: none;
}
body.widetemplate .drought_page .formResponsive .formHorizontal .rsform-block input#Submit,
body.widetemplate .drought_page .uk-form-horizontal .rsform-block input#Submit {
    background-color: #3889CF !important;
    background-image: none !important;
    border: medium none !important;
    border-radius: 0 !important;
    color: #fff !important;
    padding: 10px 30px !important;
    text-shadow: unset !important;
    width: auto;
}
body.widetemplate .drought_page .formResponsive .formHorizontal .rsform-block.rsform-block-submit .formBody,
body.widetemplate .drought_page .uk-form-horizontal .rsform-block.rsform-block-submit .formBody {
    text-align: left;
}
body.widetemplate .drought_page .side-img > a {
    display: block;
}
body.widetemplate .drought_page .side-img > a img {
    display: block;
    width: 100%;
}
@media screen and (max-width: 1199.98px){
body.widetemplate .drought_page {
    margin: auto;
    width: 100%;
    padding: 0 0px;
}
body.widetemplate .drought_page > br {
    display: none;
}
body.widetemplate .drought_page > .col-md-8 p {
    padding-right: 0;
}
}
@media screen and (max-width: 991.98px){
body.widetemplate .drought_page > .col-md-8, body.widetemplate .drought_page > .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
body.widetemplate .drought_page > .col-md-4 .side-img {
    float: left;
    margin-right: 10px;
    width: calc(50% - 10px);
}
body.widetemplate .drought_page .formResponsive .formHorizontal .rsform-block.rsform-block-captcha,
body.widetemplate .drought_page .uk-form-horizontal .rsform-block.rsform-block-captcha {
    width: 100%;
}
}
@media screen and (max-width: 575.98px){
body.widetemplate .drought_page > .col-md-4 .side-img {
    margin-right: 0px;
    width: calc(100% - 0px);
}
}

body.page.widetemplate .inner_howdo_page {
    margin: 0 auto;
    width: 1100px;
}
body.page.widetemplate .howdo_inner_banner {
    display: block;
    margin: 0 auto;
    width: 100%;
}
body.page.widetemplate .inner_howdo_page > h4 {
    background: none !important;
    font-family: 'Roboto condensed', sans-serif !important;
    color: #333 !important;
}
body.page.widetemplate .inner_howdo_page .commercialprop p, 
body.page.widetemplate .inner_howdo_page li {
    font-size: 15px !important;
}
body.page.widetemplate .inner_howdo_page {
    font-family: "Roboto", Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
}
body.page.widetemplate .inner_howdo_page h1 {
    font-size: 38px;
    font-family: 'Roboto condensed', sans-serif !important;
    font-weight: 700 !important;
}
body.page.widetemplate .inner_howdo_page > h4 a:hover {
    text-decoration: underline;
}
body.page.widetemplate .inner_howdo_page p {
    font-size: 15px !important;
}
body.page.widetemplate .inner_howdo_page .col-md-12 {
    display: flex;
    flex-wrap: wrap;
}
body.page.widetemplate .inner_howdo_page .col-md-12 h3.price {
    font-family: 'Roboto condensed', sans-serif !important;
    font-weight: 700 !important;
    margin: 10px 0px 0px 0px;
    font-size: 24px;
    line-height: 1.1 !important;
    text-rendering: optimizelegibility;
}

body.page.widetemplate .inner_howdo_page .col-md-12 h4.title {
    font-family: 'Roboto', sans-serif !important;
    margin: 9px 0 10px;
    font-size: 18px;
    line-height: 1.1;
    text-rendering: optimizelegibility;
}
body.page.widetemplate .inner_howdo_page .col-md-12 .col-md-6 a {
    font-family: 'Roboto ', sans-serif !important;
    color: #2182C2 !important;
    background-color: transparent;
    text-decoration: none !important;
    line-height: 1.42857143;
    font-size: 13px !important;
}
body.page.widetemplate .inner_howdo_page .col-md-12 .col-md-6 a:hover {
    text-decoration: underline !important;
}
body.page.widetemplate .inner_howdo_page .col-md-12 .col-md-6.margin {
    margin-bottom: 30px;
}
body.page.widetemplate .inner_howdo_page .col-md-12 .rebutestxt {
    padding-left: 0%;
    width: 80%;
    margin-bottom: 30px;
}
body.page.widetemplate .inner_howdo_page .col-md-12 .rebutestxt h3 a {
    font-family: 'Roboto ', sans-serif !important;
    color: #2182C2 !important;
    background-color: transparent;
    text-decoration: none;
    line-height: 1.42857143;
}
body.page.widetemplate .inner_howdo_page .col-md-12 .rebutestxt h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}
body.widetemplate > main > .liquid-news-sec > .container > .row > .col-sm-12.pl-0.pr-0 > .item-page > .col-md-12 > .col-md-12 table {
    width: 890px !important;
    max-width: 100% !important;
    height: 399px;
    margin-top: 30px;
}
body.widetemplate > main > .liquid-news-sec > .container > .row > .col-sm-12.pl-0.pr-0 > .item-page > .col-md-12 > .col-md-12 table td {
    padding-left: 30px !important;
    border: 1px solid #808080;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
body.widetemplate > main > .liquid-news-sec > .container > .row > .col-sm-12.pl-0.pr-0 > .item-page > .col-md-12 > .col-md-12 table td h4 {
    font-family: 'Roboto condensed', sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.1;
}
body.widetemplate > main > .liquid-news-sec > .container > .row > .col-sm-12.pl-0.pr-0 > .item-page > .col-md-12 > .col-md-12 table td a {
    font-family: 'Roboto ', sans-serif !important;
    font-size: 13px !important;
}
body.widetemplate > main > .liquid-news-sec > .container > .row > .col-sm-12.pl-0.pr-0 > .item-page > .col-md-12 > .col-md-12 table td a:hover {
    text-decoration: underline !important;
}
body.widetemplate > main > .liquid-news-sec > .container > .row > .col-sm-12.pl-0.pr-0 > .item-page > .col-md-12 > .col-md-12 table td {
    font-family: 'Roboto ', sans-serif !important;
    font-size: 13px !important;
}
@media screen and (max-width: 1199.98px){
body.page.widetemplate .inner_howdo_page {
    max-width: 100%;
}
}

@media screen and (max-width: 767.98px){
body.page.widetemplate .inner_howdo_page .col-md-12 {
    padding: 0;
}
body.page.widetemplate .inner_howdo_page .col-md-12 .col-md-6.margin {
    width: 50%;
}
body.widetemplate > main > .liquid-news-sec > .container > .row > .col-sm-12.pl-0.pr-0 > .item-page > .col-md-12 > .col-md-12 {
    padding: 0;
}
body.widetemplate > main > .liquid-news-sec > .container > .row > .col-sm-12.pl-0.pr-0 > .item-page > .col-md-12 > .col-md-12 table td {
    padding-left: 15px !important;
}
}
@media screen and (max-width: 575.98px){
body.page.widetemplate .inner_howdo_page .col-md-12 .col-md-6.margin {
    width: 100%;
    padding: 0;
}
}

body.widetemplate .drought_page > .col-md-8 h2 {
    color: #3889cf !important;
    font-size: 21px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    font-family: 'Roboto condensed', sans-serif !important;
    font-weight: 700 !important;
}
body.widetemplate .drought_page > .col-md-8 > p:nth-child(2) > strong, 
body.widetemplate .drought_page > .col-md-8 > p:nth-child(2) > strong > span {
    display: block;
    text-align: left;
}
body.widetemplate .drought_page > .col-md-8 p {
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px !important;
    color: #000000 !important;
    margin-top: 0 !important;
}
body.widetemplate .drought_page > .col-md-8 > p:nth-child(2) > strong{
    color: #000000 !important;
}

body.widetemplate .drought_page > .col-md-8 h2 > strong {
    color: #3889cf !important;
    font-size: 21px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    font-family: 'Roboto condensed', sans-serif !important;
    font-weight: 700 !important;
}

body.widetemplate .drought_page  .uk-form-row+.uk-form-row {
    margin-top: 15px;
    font-family: "Roboto", Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
}
body.widetemplate .drought_page .uk-form-horizontal .rsform-block input {
    height: 35px !important;
    width: 280px !important;
}
body.widetemplate .drought_page .uk-form-horizontal .rsform-block input#terms_conditions0 {
    height: 14px !important;
    width: 14px !important;
}

body.widetemplate .drought_page .uk-form-horizontal .rsform-block {
    display: flex;
    flex-wrap: wrap;
}
body.widetemplate .drought_page .uk-form-horizontal .formControlLabel {
    width: 200px !important;
    margin-top: 5px;
    float: left;
}
body.widetemplate .drought_page .formControls textarea#acno {
    width: 100%;
}
body.widetemplate .drought_page .uk-form-horizontal .rsform-block.rsform-block-term-desc .formControls.uk-form-controls {
    width: 100%;
}
body.widetemplate .drought_page .uk-form-horizontal .rsform-block.rsform-block-term-desc .formControls.uk-form-controls textarea#term_desc {
    width: 80%;
    height: 200px;
    cursor: not-allowed;
    background-color: #eee;
}

body.widetemplate .drought_page > .col-md-4 h2.font_tab_right {
    color: #000000 ! important;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 21px !important;
    line-height: 1.1 !important;
    font-family: 'Roboto condensed', sans-serif !important;
    font-weight: 700 !important;
}
body.widetemplate .drought_page > .col-md-4 .right-b {
    margin-bottom: 20px !important;
}
body.widetemplate .drought_page > .col-md-4 .right-b p {
    font-size: 13px !important;
    margin: 0px !important;
}
body.widetemplate .drought_page > .col-md-4 .right-b p a.lin {
    font-size: 13px !important;
    text-decoration: none !important;
}

@media screen and (max-width: 767.98px){
body.widetemplate .drought_page .uk-form-horizontal .formControlLabel {
    width: 100% !important;
    float: none !important;
}
body.widetemplate .drought_page .uk-form-horizontal .formControls.uk-form-controls, body.widetemplate .drought_page .uk-form-horizontal .rsform-block input {
    width: 100% !important;
}
body.widetemplate .drought_page .uk-form-horizontal .rsform-block.rsform-block-term-desc .formControls.uk-form-controls textarea#term_desc {
    width: 100%;
}
}


/*13-07-2023*/
.moduletable .rowdata.hideinmobile .col-sm-12 .col-sm-4 h2 {
    line-height: 1.5 !important;
}
@media screen and (min-width: 768px){
.moduletable span.backurl.showinmobile {
    /*display: none;*/
}
}
@media screen and (max-width: 767.98px){
.moduletable .rowdata.hideinmobile {
    display: none;
}
.containerdatar span.backurl {
    display: inline-block;
}
.containerdatar span.backurl a {
    padding: 9px 20px;
}
}
@media screen and (max-width: 575.98px){
.liquid-news-sec .moduletable .rowdata.hideinmobile .col-sm-12 .col-sm-4 {
    width: 50%;
}
.liquid-news-sec .moduletable .rowdata.hideinmobile .col-sm-12 .col-sm-4 a, 
.liquid-news-sec .moduletable .rowdata.hideinmobile .col-sm-12 .col-sm-4 a .image-thumb {
    display: block;
    height: 100%;
}
.liquid-news-sec .moduletable .rowdata.hideinmobile .col-sm-12 .col-sm-4 a .image-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
}

/*27-07-2023*/
body.page.widetemplate div#custTraining>img.bannerImage {
  width: 100%;
}

/* Customer Training Center */
body.page.widetemplate #custTraining {
  /*width: 83%;*/
  margin: auto;
}

body.page.widetemplate .bannerImage {
  width: 100%;
}

body.page.widetemplate #custNav li a {
  text-align: left;
  padding: 5px 15px !important;
  font-size: 16px !important;
  color: #b7b7b7;
}

body.page.widetemplate #custTraining .container-fluid {
  margin-top: 50px;
}

body.page.widetemplate #custTraining .nav-stacked>li.active {
  opacity: 1 !important;
}

body.page.widetemplate .before a {
  color: #a8c72d !important;
}

body.page.widetemplate #custTraining .nav-stacked>li.active a {
  color: #2785c3 !important;
}

body.page.widetemplate #custTraining .nav-stacked {
    border: 0 !important;
    flex-wrap: wrap;
}

body.page.widetemplate .clear {
  float: none !important;
}
body.page.widetemplate .custImage {
    margin: 25px 0;
    margin-right: 20px;
}
body.page.widetemplate .custButton {
  border: 0px none;
  background-color: #3889CF !important;
  color: #FFF;
  padding: 10px 30px;
  float: right;
  margin: 20px 0;
}

body.page.widetemplate .custButton:hover {
  background-color: #3889CF !important;
  color: #fff !important;
  text-decoration: none;
  opacity: 0.9;
}

body.page.widetemplate #custTraining .col-md-3,
body.page.widetemplate #custTraining .col-md-9 {
  padding: 0 !important;
}

body.page.widetemplate #custForm .form-group {
  width: 50%;
  float: left;
}

body.page.widetemplate #custForm input {
  height: 33px !important;
}

body.page.widetemplate .formPadding {
  padding-right: 25px;
}

body.page.widetemplate #custState {
  width: 20% !important;
}

body.page.widetemplate #custZip {
  width: 30% !important;
}

body.page.widetemplate #understandTable {
  width: 50%;
  border: 1px solid #fff !important;
  margin: 30px 0;
}

body.page.widetemplate #understandTable td {
    padding: 5px 30px !important;
    border: 1px solid #fff !important;
    font-size: 13px !important;
    line-height: 1.42857143;
    vertical-align: middle;
    font-family: "Roboto", Helvetica, Arial, sans-serif !important;
}

body.page.widetemplate #understandTables {
  width: 48%;
  border: 1px solid #fff !important;
  margin: 30px 0;
}

body.page.widetemplate #understandTables td {
  padding: 5px 7px;
  border: 1px solid #fff !important;
}

body.page.widetemplate .blueTable td {
  background-color: #2182c2;
  color: #fff;
}

body.page.widetemplate .greyTable td {
  background-color: #ececec;
  color: #054470;
}

body.page.widetemplate .blackTable td {
  background-color: #231f20;
  color: #fff !important;
  font-weight: 700;
}
body.page.widetemplate #headingTable {
    font-size: 25px !important;
    font-weight: 300;
    font-family: "Roboto", Helvetica, Arial, sans-serif !important;
    letter-spacing: normal !important;
    text-align: left;
}

body.page.widetemplate #understandImages img {
  display: block;
  margin: auto;
  float: none !important;
}

body.page.widetemplate #understandImages h5 {
    text-align: center;
    font-weight: bold;
    background-color: transparent !important;
    color: #2a2a2a !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
}
body.page.widetemplate #understandImages p {
    text-align: left;
}

body.page.widetemplate #understandImages p {
  text-align: center;
}

body.page.widetemplate .question h5 {
  font-weight: bold;
  background-color: transparent !important;
  color: #2a2a2a !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}

body.page.widetemplate .question p {
  font-weight: bold;
}

body.page.widetemplate .question input {
  margin: 0 13px 0 0 !important;
}

body.page.widetemplate #custTraining ol {
  list-style-position: outside;
}

body.page.widetemplate #toilet {
  background: url('../images/toilet.png') no-repeat left center;
  padding: 40px 0 40px 40px;
}

body.page.widetemplate #sink {
  background: url('../images/sink.png') no-repeat left center;
  padding: 40px 0 40px 55px;
}
body.page.widetemplate #resultValue {
    color: #6eab2d !important;
    font-size: 36px !important;
    font-weight: normal !important;
    font-family: "Roboto", Helvetica, Arial, sans-serif !important;
    display: inline-block !important;
}

body.page.widetemplate #custNav li a {
  cursor: default;
}

body.page.widetemplate .txt-green {
  color: #6eab2d !important;
}

body.page.widetemplate .download-link {
  background-color: #2182c2;
  border-radius: 18px;
  color: #fff;
  font-size: 16px;
  padding: 5px;
  text-align: center;
  width: 175px;
}

body.page.widetemplate .custom-waterguide .download-link-active {
  background-color: #18c11d;
  border-radius: 18px;
  color: #fff !important;
  font-size: 15px;
  padding: 7px 12px;
  text-align: center;
  margin: 5px;
}

body.page.widetemplate .custom-waterguide .download-link {
  background-color: #e7e7e7;
  border-radius: 18px;
  color: #fff !important;
  font-size: 15px;
  padding: 7px 12px;
  text-align: center;
  margin: 5px;
}

body.page.widetemplate .custom-waterguide .download-link-active a:hover {
  text-decoration: none;
}

body.page.widetemplate .custom-waterguide .download-link a:hover {
  text-decoration: none;
}

body.page.widetemplate .custom-waterguide .download-link a {
  color: #004372 !important;
}

body.page.widetemplate .custom-waterguide .download-link-active a {
  color: #fff !important;
}

body.page.widetemplate .custom-waterguide table tr th,
body.page.widetemplate td {
  padding-left: 30px !important;
}

body.page.widetemplate .water-schedule #understandTable td {
  padding: 5px 20px !important;
}

body.page.widetemplate .water-schedule table {
  float: left;
}

body.page.widetemplate .water-txt {
  float: left;
  padding: 30px;
  text-align: justify;
  width: 45%;
}

body.page.widetemplate .wrong-ans {
  color: red !important;
}

body.page.widetemplate .alt-cus-info {
  color: red;
  font-size: 16px;
}

body.page.widetemplate .tab-pane.fade {
  padding-right: 100px !important;
  text-align: justify;
}

body.page.widetemplate .rebutes_img {
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
}

body.page.widetemplate .rebutes_page p,
body.page.widetemplate .rebutes_bold {
  padding-left: 0%;
}

body.page.widetemplate .default_page {
  margin: auto;
  width: 1100px;
  max-width: 100%;
}
body.page.widetemplate .drought_page {
    margin: auto;
    width: 1100px;
    max-width: 100%;
}

body.page.widetemplate .droughtLeft {
  float: left;
  width: 50%;
}

body.page.widetemplate .drought_page a {
  color: #647ebd;
  font-size: 13px;
  text-decoration: underline;
}

body.page.widetemplate .section-one {
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  height: 100%;
  float: left;
  padding-bottom: 20px;
}

body.page.widetemplate .section-two {
  width: 100%;
  height: 100%;
  float: left;
  padding: 60px 0;
}

body.page.widetemplate .price {
  margin: 10px 0px 0px 0px;
}

body.page.widetemplate .title {
  margin: 9px 0 10px;
}

body.page.widetemplate .small-text {
  font-size: 13px !important;
  margin: 0px;
  position: absolute;
  top: 191px;
  left: 16px;
}

body.page.widetemplate .small-text-new {
  margin: 0 0 13px;
}

body.page.widetemplate .margin {
  margin-bottom: 30px;
}

body.page.widetemplate .section-two .bottom-text {
  margin: 40px 0 10px 0;
  float: left;
  border-top: 1px solid #e0e0e0;
  padding-top: 30px;
  width: 100%;
}

body.page.widetemplate .top-text-sec {
  margin: 0 0 58px 0;
  /*float:left;*/
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}

body.page.widetemplate .top-text-sec p {
  padding: 0px !important;
  margin: 10px 0 !important;
}

body.page.widetemplate .bottom-text .price {
  color: #333 !important;
}

body.page.widetemplate .bottom-text p {
  margin: 10px 0;
}

body.page.widetemplate .bottom-text h4 {
  margin: 25px 0 0 0;
}

body.page.widetemplate .text-placeholder {
  /*float:left;*/
  padding: 0 0 0 14px !important;
  margin: 0 0 29px 0 !important;
}

body.page.widetemplate .rebutestxt {
  padding-left: 0%;
  width: 80%;
  margin-bottom: 30px;
}

body.page.widetemplate .rebutestxt p {
  padding: 0
}

body.page.widetemplate .rebutestxt>img {
  display: block;
  margin: 0 auto 0 50px;
}

body.page.widetemplate .rebutestxt h2 {
  text-align: left;
}

body.page.widetemplate hr {
  margin: 20px auto;
  width: 80% !important;
}

body.page.widetemplate .section-one .sec-text {
  margin: 4px 0 10px 10px;
  float: left;
}

body.page.widetemplate .sec-text .price {
  color: #333 !important;
}

body.page.widetemplate .sec-text p {
  margin: 10px 0;
}

body.page.widetemplate .sec-text h4 {
  margin: 25px 0 0 0;
}

body.page.widetemplate #custTraining .nav-stacked > li.active {
    opacity: 1 !important;
}
body.page.widetemplate .nav.nav-tabs.nav-stacked li {
    padding-left: 0;
    margin-top: 2px;
    margin-left: 0;
    display: block !important;
    width: 100%;
}
body.page.widetemplate #custTraining .nav-stacked > li.active a {
    color: #2785c3 !important;
}
body.page.widetemplate #custNav li a {
    cursor: default;
}
body.page.widetemplate #custNav li a {
    text-align: left;
    padding: 5px 15px 5px 0px !important;
    font-size: 16px !important;
    color: #2182C2 !important;
    display: block;
    margin-right: 2px;
    line-height: 1.42857143;
}
body.page.widetemplate #custTraining .col-md-9 form div#rsform_59_page_0 {
    margin: 6px;
    padding: 0px 40px;
}
body.page.widetemplate #custTraining .col-md-9 form div#rsform_68_page_0 {
    margin: 6px;
    padding: 0px 40px;
}
body.page.widetemplate #custTraining .col-md-9 form .formContainer {
    margin-left: 2%;
}
body.page.widetemplate #custTraining .col-md-9 form .formContainer .tab-content {
    overflow: visible;
    padding-left: 20px;
}
body.page.widetemplate #custTraining .col-md-9 form .formContainer .tab-content .tab-pane h3,
body.page.widetemplate #custTraining .col-md-9 .formContainer .tab-pane h3 {
    font-size: 24px !important;
    line-height: 1.1 !important;
    margin-top: 0 !important;
}
body.page.widetemplate #custTraining .col-md-9 form .formContainer .tab-content .tab-pane.fade {
    padding-right: 100px !important;
    text-align: justify;
}
body.page.widetemplate #custTraining .col-md-9 form .formContainer .tab-content .tab-pane p,
body.page.widetemplate #custTraining .col-md-9 .formContainer p {
    font-size: 15px !important;
    line-height: 1.42857143;
    color: #333 !important;
    margin: 0 0 10px !important;
}
body.page.widetemplate #custTraining .col-md-9 .formContainer p b, 
body.page.widetemplate #custTraining .col-md-9 .formContainer p strong {
    font-weight: 700 !important;
}
body.page.widetemplate button#IntroductionNext {
    background-color: #3889CF !important;
    background-image: none !important;
    border: medium none !important;
    border-radius: 0 !important;
    color: #fff !important;
    margin-left: 68% !important;
    padding: 10px 30px !important;
    text-shadow: unset !important;
}
body.page.widetemplate button#IntroductionNext:hover {
    color: #fff !important;
    opacity: 0.6;
}
body.page.widetemplate #custNav .before a {
    color: #a8c72d !important;
}
body.page.widetemplate #custTraining .col-md-9 form .formContainer h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1 !important;
}
body.page.widetemplate #custTraining .col-md-9 form .formContainer label,
body.page.widetemplate .drought_page form.eventsform label  {
    float: none !important;
    width: auto !important;
    padding-top: 0 !important;
    text-align: left !important;
    height: 18px;
    margin: 3px 5px 3px 0;
    padding: 0;
    font-size: 13px !important;
    line-height: 18px;
    font-family: "Roboto", Helvetica, Arial, sans-serif !important;
    max-width: 100%;
    display: block;
}
body.page.widetemplate #custTraining .col-md-9 form .formContainer#rsform_59_page_1 input,
body.page.widetemplate .drought_page form.eventsform input[type="text"],
body.page.widetemplate .drought_page form.eventsform input[type="email"],
body.page.widetemplate .drought_page form.eventsform select {
    width: 100% !important;
    height: 36px !important;
    box-sizing: border-box;
    border: 1px solid #CFCFCF;
    background-color: #ffffff !important;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    padding: 4px;
    display: inline-block;
    font-size: 13px !important;
    line-height: 18px;
    color: #555555;
    border-radius: 0;
    margin: 0 !important;
}
body.page.widetemplate #custTraining .col-md-9 form .formContainer#rsform_68_page_1 input,
body.page.widetemplate .drought_page form.eventsform input[type="text"],
body.page.widetemplate .drought_page form.eventsform input[type="email"],
body.page.widetemplate .drought_page form.eventsform select {
    width: 100% !important;
    height: 36px !important;
    box-sizing: border-box;
    border: 1px solid #CFCFCF;
    background-color: #ffffff !important;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    padding: 4px;
    display: inline-block;
    font-size: 13px !important;
    line-height: 18px;
    color: #555555;
    border-radius: 0;
    margin: 0 !important;
}
body.page.widetemplate .drought_page form.eventsform textarea {
      width: 100% !important;
    box-sizing: border-box;
    border: 1px solid #CFCFCF;
    background-color: #ffffff !important;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    padding: 4px;
    display: inline-block;
    font-size: 13px !important;
    line-height: 18px;
    color: #555555;
    border-radius: 0;
    margin: 0 !important;
}
body.page.widetemplate .drought_page form.eventsform input#attachment-upload {
    width: auto !important;
}
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls {
    margin-left: 0;
}
body.widetemplate .formResponsive .formHorizontal .rsform-block.rsform-block-first-name, body.widetemplate .formResponsive .formHorizontal .rsform-block.rsform-block-last-name {
    float: left;
    width: 100% !important;
    /*height: 72px;*/
    overflow: hidden;
}
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formRow .formSpan12 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

body.page.widetemplate #custTraining .col-md-9 form .formContainer .formRow .rsform-block.rsform-block-email-address, 
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formRow .rsform-block.rsform-block-confirm-email-address {
    width: 49%;
}
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formRow:nth-last-child(2) .formSpan12 > .rsform-block {
    width: 49%;
}
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formRow:nth-last-child(2) .formSpan12 > .rsform-block.rsform-block-zip {
    width: 100%;
}
body.page.widetemplate #custTraining .col-md-9 form .formContainer#rsform_59_page_1 .formRow .formSpan12 .formBody,
body.page.widetemplate #custTraining .col-md-9 form .formContainer#rsform_59_page_2 .rsform-type-pagebreak .formControls .formBody,
body.page.widetemplate #custTraining .col-md-9 form .formContainer#rsform_59_page_3 .rsform-type-pagebreak .formControls .formBody,
body.page.widetemplate #custTraining .col-md-9 form .formContainer#rsform_59_page_4 .rsform-type-pagebreak .formControls .formBody  {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
body.page.widetemplate #custTraining .col-md-9 form .formContainer#rsform_68_page_1 .formRow .formSpan12 .formBody,
body.page.widetemplate #custTraining .col-md-9 form .formContainer#rsform_68_page_2 .rsform-type-pagebreak .formControls .formBody,
body.page.widetemplate #custTraining .col-md-9 form .formContainer#rsform_68_page_3 .rsform-type-pagebreak .formControls .formBody,
body.page.widetemplate #custTraining .col-md-9 form .formContainer#rsform_68_page_4 .rsform-type-pagebreak .formControls .formBody  {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

body.page.widetemplate #custTraining .col-md-9 form .formContainer .formRow .formSpan12 .formBody input#CustomerpagePrev, 
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formRow .formSpan12 .formBody input#CustomerpageNext,
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls input#UnderstandPrev, 
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls input#UnderstandNext,
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls input#WaterWastedPrev, 
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls input#WaterWastedNext,
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls input#LeakDetectionPrev, 
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls input#LeakDetectionNext,
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls input#CheckingLeaksPrev, 
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls input#CheckingLeaksNext,
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls input#Submit,
body.page.widetemplate .drought_page form.eventsform button#Send {
    background: #3889CF !important;
    background-image: none !important;
    border: medium none !important;
    border-radius: 0 !important;
    color: #fff !important;
    padding: 10px 30px !important;
    text-shadow: unset !important;
    width: auto !important;
}
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formRow .formSpan12 .formBody input#CustomerpagePrev:hover, 
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formRow .formSpan12 .formBody input#CustomerpageNext:hover,
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls input#UnderstandPrev:hover, 
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls input#UnderstandNext:hover,
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls input#WaterWastedPrev:hover, 
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls input#WaterWastedNext:hover,
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls input#LeakDetectionPrev:hover, 
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls input#LeakDetectionNext:hover,
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls input#CheckingLeaksPrev:hover, 
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls input#CheckingLeaksNext:hover,
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls input#Submit:hover,
body.page.widetemplate .drought_page form.eventsform button#Send:hover {
color: #fff !important;
    opacity: 0.6;
}
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formRow .formSpan12 .formBody input#CustomerpagePrev, 
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls input#UnderstandPrev, 
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls input#WaterWastedPrev, 
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls input#LeakDetectionPrev, 
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls input#CheckingLeaksPrev,
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls input#SubmitPrev {
  visibility: hidden !important; 
}
body.page.widetemplate #custTraining .col-md-9 form div#rsform_59_page_0 .rsform-block {
    width: 100%;
}
body.page.widetemplate #custTraining .col-md-9 form div#rsform_68_page_0 .rsform-block {
    width: 100%;
}
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formRow .formSpan12 .rsform-block.rsform-type-freetext {
    width: 100%;
}
body.page.widetemplate div#understand {
    padding-right: 100px !important;
    text-align: justify;
}
body.page.widetemplate .tab-pane h3 {
    margin-top: 0 !important;
}
body.page.widetemplate #understandTable {
    width: 50% !important;
    border: 1px solid #fff !important;
    margin: 30px 0;
}
body.widetemplate .formResponsive .formHorizontal .rsform-block.rsform-type-radiogroup {
    width: 100% !important;
}
body.widetemplate .formResponsive .formHorizontal .rsform-block.rsform-type-radiogroup label {
    height: auto !important;
    min-height: 18px !important;
}
body.page.widetemplate #custTraining .col-md-9 form .formContainer#rsform_59_page_3 .formSpan12 .rsform-block.rsform-type-radiogroup {
    width: 50% !important;
}
body.page.widetemplate #custTraining .col-md-9 form .formContainer#rsform_68_page_3 .formSpan12 .rsform-block.rsform-type-radiogroup {
    width: 50% !important;
}
body.page.widetemplate #custTraining .col-md-9 .formContainer ol {
    padding: 0;
    margin: 0 0 9px 25px;
}
body.page.widetemplate #custTraining .col-md-9 .formContainer ol li {
    font-family:"proxima-nova" !important;
    font-size: 15px !important;
    list-style: decimal;
    font-weight:400;
}
div#results {
    margin-left: 8%;
}
body.page.widetemplate #custTraining .col-md-9 div#results p {
    font-size: 15px !important;
    line-height: 1.42857143;
    color: #333 !important;
    margin: 0 0 10px !important;
    font-family: "Roboto", Helvetica, Arial, sans-serif !important;
}
div#results h5 {
    font-size: 14px !important;
    font-family: "Roboto", Helvetica, Arial, sans-serif !important;
    font-weight: 700 !important;
    background-color: transparent !important;
    color: #2a2a2a !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}
body.page.widetemplate #custTraining .col-md-9 div#results .question > p {
    font-weight: bold;
    font-size: 15px !important;
    font-family: 'Roboto', sans-serif !important;
    margin: 0 0 10px !important;
    text-align: left !important;
}
body.page.widetemplate #custTraining .col-md-9 div#results .question label, 
body.page.widetemplate #custTraining .col-md-9 div#results .question span {
    font-size: 13px !important;
    font-family: "Roboto", Helvetica, Arial, sans-serif !important;
    line-height: 18px !important;
}
.Thappu {
    color: red !important;
}
body.page.widetemplate #custTraining .col-md-9 div#results .col-md-12 p,
body.page.widetemplate .drought_page p {
    text-align: left !important;
    font-weight: bold;
    font-size: 16px !important;
    font-family: 'Roboto', sans-serif !important;
    margin: 15px 0 10px !important;
}
body.page.widetemplate #custTraining .col-md-9 div#results .col-md-12 p a {
    display: inline-block;
    color: #2182C2 !important;
}
body.page.widetemplate #custTraining .col-md-9 div#results .col-md-12 h3 {
    font-size: 24px !important;
}
body.page.widetemplate #custTraining .col-md-9 div#results > p {
    font-weight: bold;
}
body.page.widetemplate #custTraining .col-md-9 div#results {
    padding-right: 100px !important;
}
body.page.widetemplate .inner_howdo_page > p {
    padding: 0;
}
body.page.widetemplate .inner_howdo_page table td iframe {
    width: 100%;
}
body.page.widetemplate .drought_page h2 {
    background: none !important;
    font-size: 21px !important;
    margin-bottom: 10px;
    font-family: "Roboto", Helvetica, Arial, sans-serif !important;
    font-weight: 700;
}
body.page.widetemplate .drought_page p {
    text-align: left !important;
    font-size: 16px !important;
    font-family: 'Roboto', sans-serif !important;
    margin: 0px 0 10px !important;
    padding: 0;
    line-height: 1.1;
}
body.page.widetemplate .drought_page a {
    font-size: 15px !important;
    line-height: 1;
    color: #2182C2 !important;
}
body.page.widetemplate .drought_page form.eventsform {
    margin: 0 0 0 0px;
    font-size: 15px;
    border-left: none;
}
body.page.widetemplate td div {
    font-size: 16px !important;
    max-width: 100% !important;
    width: 100% !important;
}
body.page.widetemplate .inner_howdo_page table tr td:nth-child(2) {
    padding-left: 1% !important;
}
body.page.widetemplate .inner_howdo_page table tr td:first-child {
    padding-right: 1% !important;
}
body.page.widetemplate .drought_page form.eventsform h2 {
    color: #3889cf !important;
    font-size: 21px !important;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1 !important;
}
body.page.widetemplate .drought_page form.eventsform .formContainer > .row > .col-sm-12 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
body.page.widetemplate .drought_page form.eventsform .formContainer > .row > .col-sm-12 > .form-group {
    width: 100%;
}
body.page.widetemplate .drought_page form.eventsform .formContainer > .row > .col-sm-12 > .form-group.rsform-block-address, 
body.page.widetemplate .drought_page form.eventsform .formContainer > .row > .col-sm-12 > .form-group.rsform-block-email-address, 
body.page.widetemplate .drought_page form.eventsform .formContainer > .row > .col-sm-12 > .form-group.rsform-block-phone-number, 
body.page.widetemplate .drought_page form.eventsform .formContainer > .row > .col-sm-12 > .form-group.rsform-block-reason {
    width: 49%;
}
body.page.widetemplate .drought_page form.eventsform .formContainer > .row > .col-sm-12 > .form-group.rsform-block.rsform-block-conditions label p * {
    font-size: 10px !important;
}
body.page.widetemplate .drought_page form.eventsform .formContainer > .row > .col-sm-12 > .form-group.rsform-block.rsform-block-conditions label {
    height: auto !important;
}
body.page.widetemplate #custTraining .col-md-9 form .formContainer label strong.formRequired, body.page.widetemplate .drought_page form.eventsform label strong.formRequired {
    display: inline-block !important;
    font-size: 10px !important;
}
body.page.widetemplate td {
    padding: 0 !important;
}
/*27-07-2023*/
/*27-07-2023*/
.drought_page {margin: auto;width: 1100px;}
.drought_page a {color: #647ebd;font-size: 13px;text-decoration: underline;}
.drought_page .title > font[style]:hover{  background:none !important; color:#FFF !important;}
.drought_page h2[style]{ background:none !important; color:#333 !important}
.drought_page h2[style]:hover{ background:none !important; color:#333 !important}
.drought_page h4[style]:hover{ background:none !important; color:#333 !important}
.drought_top1 li[style]:hover{  background:none !important; color:#333 !important}
.drought_page span[style]:hover{ background:none !important; }
.drought_page p[style]:hover{ background:none !important; }
.drought_page li[style]:hover{  background:none !important; color:#333 !important}
.drought_page font[style]:hover{  background:none !important; color:#333 !important}
.drought_page strong[style]:hover{  background:none !important; color:#333 !important}
.drought_page h6 {font-size: 22px !important;font-weight: normal !important;}
.drought_page a {font-size: 15px;line-height: 1;}
.drought_page li {line-height: 28px;}
.drought_page ul li {font-size: 15px !important;padding-left: 2em;font-family: 'Roboto', sans-serif !important; }
.drought_page p {font-size: 16px;}
/*27-07-2023*/
@media (min-width:320px) and (max-width:1023px){
.drought_top1 {width: 100%;}
.droughtLeft {
    width:100%;
}
.drought_page ul li {
    padding-right: 2px;
  word-wrap:break-word;
}
.drought_page {margin: auto;width: 100%; padding:0 20px;}
}
}

@media (min-width:1024px) and (max-width:1025px){
.drought_page {
  width: auto;
  padding:0 20px;
}
}

@media (max-width: 767.98px) {
body.page.widetemplate .inner_howdo_page table tr td {
    width: 100% !important;
    display: block;
    padding: 0 !important;
}
body.page.widetemplate .drought_page form.eventsform {
    width: 100% !important;
    margin: 0px auto;
}
body.page.widetemplate .drought_page form.eventsform .formContainer > .row > .col-sm-12 > .form-group.rsform-block-address, 
body.page.widetemplate .drought_page form.eventsform .formContainer > .row > .col-sm-12 > .form-group.rsform-block-email-address, 
body.page.widetemplate .drought_page form.eventsform .formContainer > .row > .col-sm-12 > .form-group.rsform-block-phone-number, 
body.page.widetemplate .drought_page form.eventsform .formContainer > .row > .col-sm-12 > .form-group.rsform-block-reason {
    width: 100%;
}
body.page.widetemplate #custTraining .col-md-3, body.page.widetemplate #custTraining .col-md-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
body.page.widetemplate .nav.nav-tabs.nav-stacked li {
    padding-left: 0%;
}
body.page.widetemplate #custTraining .col-md-9 form div#rsform_59_page_0 {
    margin: 6px;
    padding: 10px 10px;
}
body.page.widetemplate #custTraining .col-md-9 form div#rsform_68_page_0 {
    margin: 6px;
    padding: 10px 10px;
}
body.page.widetemplate #custTraining .col-md-9 form .formContainer .tab-content {
    padding: 0;
}
body.page.widetemplate button#IntroductionNext {
    margin-left: auto !important;
    display: block;
}
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formRow .rsform-block.rsform-block-email-address, 
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formRow .rsform-block.rsform-block-confirm-email-address {
    width: 100%;
}
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formRow:nth-last-child(2) .formSpan12 > .rsform-block {
    width: 100%;
}
body.page.widetemplate div#understand {
    padding-right: 0 !important;
}
body.page.widetemplate #understandImages p {
    padding: 0;
}
body.page.widetemplate #custTraining .col-md-9 form .formContainer#rsform_59_page_3 .formSpan12 .rsform-block.rsform-type-radiogroup {
    width: 100% !important;
}
body.page.widetemplate #custTraining .col-md-9 form .formContainer#rsform_68_page_3 .formSpan12 .rsform-block.rsform-type-radiogroup {
    width: 100% !important;
}
body.page.widetemplate #custTraining .col-md-9 div#results {
    padding-right: 0px !important;
    margin-left: 0 !important;
}
body.page.widetemplate .inner_howdo_page table tr td:nth-child(2) {
    padding-left: 0% !important;
}
body.page.widetemplate .inner_howdo_page table tr td:first-child {
    padding-right: 0% !important;
}
body.page.widetemplate .inner_howdo_page table tr td:nth-child(2) {
    margin-top: 15px;
}
}

/*01-08-2023*/
body.page.widetemplate .drought_page.commercialprop > .col-md-8 p strong a {
    color: rgb(255, 255, 255) !important;
}
body.page.widetemplate .drought_page.commercialprop > .col-md-8 p {
    color: #333 !important;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 1.3;
}
body.page.widetemplate .drought_page.commercialprop > .col-md-4 .side-img p {
    background: #3889cf !important;
    padding: 5px;
    margin: 0px !important;
    font-size: 14px !important;
}
body.page.widetemplate .drought_page.commercialprop > .col-md-4 .side-img p a {
    background: #3889cf !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: bold;
    text-decoration: none !important;
    font-family: 'Roboto', sans-serif !important;
    padding: 4px 0;
    display: block;
}
body.page.widetemplate .drought_page.commercialprop form .rsform-block-captcha label {
    width: 100% !important;
}
body.page.widetemplate .drought_page.commercialprop form .rsform-block-submit button#submit {
    border-radius: 0 !important;
    padding: 5px 28px;
    color: #fff !important;
}
/*01-08-2023*/
.custom-breadcrumb .breadcrumb-sec .breadcrumbs {
    display: inline-flex;
    align-items: center;
    font-size: 17px !important;
}
.custom-breadcrumb .breadcrumb-sec .breadcrumbs h6 a {
    margin: 0 6px 0 0;
}
.board-meeting-latest {
    margin-bottom: 15px;
}
@media (max-width: 1199.98px) {
.liquid-news-feature .aidanews2_art .aidanews2_head img {
    object-fit: cover;
    object-position: center;
}
.liquid-news-feature .aidanews2_art {
    width: calc(33.33% - 55px);
}
}
@media (max-width: 767.98px) {
.liquid-news-feature .aidanews2_art {
    width: calc(50% - 35px);
    margin-right: 35px;
}
.liquid-news-feature .aidanews2_art .aidanews2_head img {
    width: 100% !important;
}

}
@media (max-width: 575.98px) {
.liquid-news-feature .aidanews2_art {
    width: calc(100% - 0px);
    margin-right: 0px;
}
}
@media (max-width: 480.98px) {
.custom-breadcrumb {
    padding: 0 15px;
}
}

/*03-08-2023 landscape*/
.landscape div#slider-wrapper {
    padding: 40px 0;
}
.landscape #slider-wrapper #layerslider .ls-slide h1,
.landscape #slider-wrapper #layerslider .ls-slide h2 {
    line-height: unset !important;
}
.landscape div#containersd {
    height: auto !important;
    padding-bottom: 100px;
}
.landscape div#slider-wrapper p.ls-l span {
    font-size: unset !important;
}
@media (max-width: 767.98px) {
.landscape .slickModal {
    width: 95%;
    left: 0;
    right: 0;
    margin: auto;
}
.landscape .slickModal .window .popup_text {
    width: 95% !important;
    left: 0;
    right: 0;
    margin: auto;
}
.landscape .slickModal .window .popup_text {
    width: 95% !important;
    left: 0;
    right: 0;
    margin: auto;
    height: 300px;
    overflow: auto;
}
}
@media (max-width: 575.98px){
.landscape .slickModal .window > .cta {
    display: none !important;
}
.landscape .slickModal .window .close::after, .landscape .slickModal .window .close::before {
    background: #fff !important;
    height: 2px !important;
}
.landscape .slickModal .window .close {
    opacity: 1 !important;
}
}
@media (max-width: 480.98px) {
body.page.widetemplate > header {
    height: auto !important;
}
.bottom_header,
.bottom_box {
    max-width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    top: -85px;
}
.bottom_box .bottom_text {
    display: flex;
    justify-content: space-around;
}
.bottom_box .bottom_text span {
    width: 50px !important;
    font-size: 11px !important;
    display: flex !important;
}
.landscape .ls-v6 .ls-bottom-slidebuttons a {
    width: 60px;
}
.landscape .bottom_header {
    left: 0 !important;
    right: 0 !important;
    text-align: center !important;
    top: -88px !important;
}
.landscape div#slider-wrapper .ls-bottom-nav-wrapper span.ls-bottom-slidebuttons {
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.landscape div#slider-wrapper .ls-bottom-nav-wrapper {
    width: 100% !important;
}
.landscape div#slider-wrapper .ls-bottom-nav-wrapper span.ls-bottom-slidebuttons a {
    width: 50px !important;
    background-position: -147px -150px;
}
.landscape div#slider-wrapper .ls-bottom-nav-wrapper span.ls-bottom-slidebuttons a.ls-nav-active {
    background-position: -81px -150px !important;
}
.landscape .bottom_bracket > figure {
    padding-left: 80px !important;
    width: 100% !important;
    margin-left: 0;
}
.landscape .bottom_bracket > figure img {
    width: 180px !important;
    display: block;
    margin-left: auto;
    margin-right: 15px;
}
}
@media (max-width: 428.98px){
.landscape .bottom_bracket > figure img {
    width: 205px !important;
    margin-right: 27px;
}
}
@media (max-width: 393.98px){
.landscape .bottom_bracket > figure img {
    width: 185px !important;
    margin-right: 27px;
}
}
/*03-08-2023 landscape*/
@media (max-width: 575.98px){
.landscape .slickModal .window > .cta {
    display: none !important;
}
.landscape .slickModal .window .close::after, .landscape .slickModal .window .close::before {
    background: #fff !important;
    height: 2px !important;
}
.landscape .slickModal .window .close {
    opacity: 1 !important;
}
}

/*04-08-2023*/
body.widetemplate .upCom_content .upCom_cont_rgt a {
    white-space: nowrap;
}
.upCom_grid {
    margin-bottom: 15px;
}
.upcomingClassslider.owl-carousel .owl-nav {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0;
}

.upcomingClassslider.owl-carousel .owl-nav button {
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    color: #000 !important;
    margin: 0;
    position: relative;
    background: none !important;
    border: none !important;
    outline: none !important;
}
.upcomingClassslider.owl-carousel .owl-nav button.owl-prev {
    float: left;
    left: -35px;
}
.upcomingClassslider.owl-carousel .owl-nav button.owl-next {
    float: right;
    right: -35px;
}
.upcomingClassslider.owl-carousel .owl-nav button span {
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    outline: none !important;
    display: inline-block;
}
.upcomingClassslider.owl-carousel .owl-nav button.owl-prev span {
    background: url(../images/prev_arrw.png) no-repeat center;
}
.upcomingClassslider.owl-carousel .owl-nav button.owl-next span {
    background: url(../images/next_arrw.png) no-repeat center;
}
@media (max-width: 1024.98px){
.upcomingClassslider.owl-carousel .owl-nav button span {
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: #fff !important;
}
.upcomingClassslider.owl-carousel .owl-nav button.owl-prev {
    left: 20px;
}
.upcomingClassslider.owl-carousel .owl-nav button.owl-next {
    right: 20px;
}
}
@media (max-width: 767.98px){
.upcomingClassslider.owl-carousel .owl-nav button span {
    width: 30px;
    height: 30px;
    background-size: 40% !important;
}
.upcomingClassslider.owl-carousel .owl-nav button.owl-prev {
    left: 20px;
}
.upcomingClassslider.owl-carousel .owl-nav button.owl-next {
    right: 20px;
}
}
/*04-08-2023*/

/*08-08-2023*/
body.page.widetemplate #custNav li a {
    font-family:"proxima-nova";
    color: #000 !important;
    font-weight:400;
}
body.page.widetemplate #custNav .before a {
    color: #0061a7 !important;
}
body.page.widetemplate #custTraining .nav-stacked > li.active a {
    color: #333 !important;
}
/*green bar*/
.banner-bottom-content {
    max-width: 1200px !important;
    margin-left: auto;
    margin-right: auto;
}
/*green bar*/
.liquid-news-sec .moduletable .containerdatar .rowdata h2.viewbycategories,
.liquid-news-sec .moduletable .hexhacontainer h2.yearsliderheading {
    font-size: 30px !important;
    line-height: 35px !important;
    color: #257acb;
    font-family:"proxima-nova";
    font-weight:800;
}
.hexhacontainer .containerm,
.liquid-news-sec .moduletable .hexhacontainer h2.yearsliderheading {
    margin-top: 45px;
}

.containerdata .rowdata a.readonaward {
    color: #08c;
    font-weight: 700;
}
.containerdata .rowdata a.readonaward:hover {
    text-decoration: underline !important;
}
.containerdata .rowdata .col-sm-12 .imagebig img {
    max-width: 500px;
}

.liquid-news-sec .pagination {
    justify-content: center;
    margin: 20px 0;
}
.liquid-news-sec .pagination ul.pagination-list li {
    padding: 0;
}
.liquid-news-sec .pagination ul.pagination-list {
    display: flex;
    justify-content: center;
    align-items: center;
}
.liquid-news-sec .pagination ul.pagination-list li {
    width: 30px;
    height: 30px;
    font-family:"proxima-nova";
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #257acc;
    margin: 0 5px;
    color: #257acc;
    font-weight:400;
}
.liquid-news-sec .pagination ul.pagination-list li.active, 
.liquid-news-sec .pagination ul.pagination-list li:hover, 
.liquid-news-sec .pagination ul.pagination-list li:hover a {
    background: #257acc !important;
    color: #fff !important;
}
body.page.widetemplate #custTraining .col-md-9 div#results p,
body.page.widetemplate #custTraining .col-md-9 div#results .col-md-12 p {
    font-weight: 400;
}

body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls #UnderstandPrev, 
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls #UnderstandNext,
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls #WaterWastedPrev, 
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls #WaterWastedNext,
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls #LeakDetectionPrev, 
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls #LeakDetectionNext,
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls #CheckingLeaksPrev, 
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls #CheckingLeaksNext,
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls #Submit,
body.page.widetemplate .drought_page form.eventsform button#Send {
    background: #3889CF !important;
    background-image: none !important;
    border: medium none !important;
    border-radius: 0 !important;
    color: #fff !important;
    padding: 10px 30px !important;
    text-shadow: unset !important;
    width: auto !important;
}

body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls #UnderstandPrev:hover, 
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls #UnderstandNext:hover,
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls #WaterWastedPrev:hover, 
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls #WaterWastedNext:hover,
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls #LeakDetectionPrev:hover, 
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls #LeakDetectionNext:hover,
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls #CheckingLeaksPrev:hover, 
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls #CheckingLeaksNext:hover,
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls #Submit:hover,
body.page.widetemplate .drought_page form.eventsform button#Send:hover {
color: #fff !important;
    opacity: 0.6;
}
body.page.widetemplate #custNav .before a {
    cursor: pointer !important;
}
/*no sidebar*/
body.page.widetemplate .nosidebarclass#custTraining .col-md-9.col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
body.page.widetemplate .nosidebarclass#custTraining .col-md-9.col-sm-9 div#results {
    margin-left: 0;
    padding-right: 0px !important;
}
/*no sidebar*/
/*green bar*/
@media (min-width: 1200px){
.banner-bottom-content > .container {
    max-width: 1200px !important;
}
}
/*green bar*/
@media (max-width: 767.98px){
.liquid-news-sec .moduletable .containerdatar .rowdata h2.viewbycategories,
.liquid-news-sec .moduletable .hexhacontainer h2.yearsliderheading {
    font-size: 22px !important;
}
}
/*08-08-2023*/
body.page.widetemplate .nosidebarclass#custTraining .col-md-9.col-sm-9 div#results h2 {
    font-size: 28px !important;
    line-height: 1 !important;
    color: #257acb !important;
    margin-bottom: 0px !important;
    font-weight: 800 !important;
    font-family:"proxima-nova" !important;
}
body.page.widetemplate .nosidebarclass#custTraining .col-md-9.col-sm-9 div#results h2#resultValue {
    color: #257acb !important;
    font-size: 28px !important;
    font-weight: normal !important;
    font-family: "Roboto", Helvetica, Arial, sans-serif !important;
    display: inline-block !important;
    margin-bottom: 15px !important;
    font-weight: 800 !important;
    font-family:"proxima-nova" !important;
}
body.page.widetemplate .nosidebarclass#custTraining .col-md-9.col-sm-9 div#results h2#resultValue span {
    font-size: 28px !important;
    font-weight: 800 !important;
    font-family:"proxima-nova" !important;
}
/*.moduletable .aidanews2_title a {
    font-weight: 500;
}*/

.rowdata.hideinmobile {
display:none;
}

/*05-09-2023*/
@media (min-width: 768px){
.containerdatar span.backurl {
    display: inline-block;
}
.containerdatar span.backurl:not(:last-child) {
    margin-right: 10px;
}
}
/*05-09-2023*/

/*14-09-2023*/
body.widetemplate .event_container > .row > .col-sm-3.col-xs-6 {
    margin-bottom: 15px;
}
body.widetemplate .event_container > .row > .col-sm-3.col-xs-6 > a > img {
    max-height: 103px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

/*14-09-2023*/
/*25-09-2023*/
.liquid-news-sec .item-page ul.mod-menu.nav {
    display: flex !important;
    flex-wrap: wrap;
    padding: 0 30px;
}
.liquid-news-sec .item-page ul.mod-menu.nav li {
    padding: 0;
    padding-right: 21px;
    width: auto;
    position: relative;
}
.liquid-news-sec .item-page ul.mod-menu.nav li:last-child {
    padding-right: 0 !important;
}
.liquid-news-sec .item-page ul.mod-menu.nav li a {
    font-size: 15px !important;
    line-height: 20px;
    color: #424e59;
    font-family: "proxima-nova";
    text-transform: uppercase;
    font-weight: 800;
    padding-bottom: 20px;
    display: inline-block;
}
.liquid-news-sec .item-page ul.mod-menu.nav li a:hover {
    color: #bec2c5 !important;
}
.liquid-news-sec .item-page ul.mod-menu.nav li ul.mod-menu__sub {
    display: none !important;
    position: absolute;
    width: 200px;
    top: 98%;
    left: -9px;
    background-color: #bec2c5;
    padding: 0;
    z-index: 1000;
}
.liquid-news-sec .item-page ul.mod-menu.nav li ul.mod-menu__sub li a {
    filter: none;
    display: block;
    line-height: 120%;
    padding: 8px 10px;
    font-size: 12px !important;
    color: #FFF;
    font-family: "proxima-nova";
    text-transform: uppercase;
    font-weight: 800;
}
.liquid-news-sec .item-page ul.mod-menu.nav li ul.mod-menu__sub li a:hover {
    color: #63b63b !important;
}
.liquid-news-sec .item-page ul.mod-menu.nav li.parent:hover:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #bec2c5;
    margin-left: -10px;
}
.liquid-news-sec .item-page ul.mod-menu.nav li.parent:hover ul.mod-menu__sub {
  display: block !important;
}
@media (max-width: 575.98px){
.liquid-news-sec .item-page ul.mod-menu.nav li ul.mod-menu__sub {
    left: -45px;
}
}
/*25-09-2023*/

body.widetemplate .orbit-container {
	background: none;
	overflow: hidden;
	position: relative;
	width: 100%;
	}
body.widetemplate .orbit-container .orbit-slides-container {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	}
body.widetemplate .orbit-container .orbit-slides-container > *:first-child {
	margin-left: 0;
	}
body.widetemplate .orbit-container .orbit-slides-container > * {
	position: absolute;
	top: 0;
	width: 100%;
	margin-left: 100%;
	}
body.widetemplate .orbit-container .orbit-slides-container img {
	display: block;
	max-width: 100%;
	}
	body.widetemplate .orbit-container .orbit-prev, 
  body.widetemplate .orbit-container .orbit-next {
	background-color: transparent;
	color: white;
	height: 60px;
	line-height: 50px;
	margin-top: -25px;
	position: absolute;
	text-indent: -9999px !important;
	top: 45%;
	width: 36px;
	z-index: 10;
	}
	body.widetemplate .orbit-container .orbit-prev {
	left: 0;
	}
	body.widetemplate .orbit-container .orbit-next {
	right: 0;
	}
	body.widetemplate .orbit-container .orbit-timer {
	position: absolute;
	top: 12px;
	right: 10px;
	height: 6px;
	width: 100px;
	z-index: 10;
	}
	body.widetemplate .orbit-container .orbit-prev > span, 
  body.widetemplate .orbit-container .orbit-next > span {
	border: inset 10px;
	display: block;
	height: 0;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	width: 0;
	}
	body.widetemplate .orbit-container .orbit-prev > span {
	border-right-style: solid;
	border-color: transparent;
	border-right-color: #FFFFFF;
	}
	body.widetemplate .orbit-container .orbit-next > span {
	border-color: transparent;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	left: 50%;
	margin-left: -4px;
	}
	body.widetemplate .orbit-container .orbit-timer > span {
	border: solid 4px #FFFFFF;
	border-bottom: none;
	border-top: none;
	display: none;
	height: 14px;
	position: absolute;
	top: 0;
	width: 11px;
	right: 0;
	}
	body.widetemplate .orbit-container .orbit-timer.paused > span {
	top: 0;
	width: 11px;
	height: 14px;
	border: inset 8px;
	border-left-style: solid;
	border-color: transparent;
	border-left-color: #FFFFFF;
	right: -4px;
	}
	body.widetemplate .orbit-container .orbit-timer .orbit-progress {
	height: 3px;
	background-color: rgba(255, 255, 255, 0.3);
	display: block;
	width: 0;
	position: relative;
	right: 20px;
	top: 5px;
	}
	body.widetemplate .orbit-bullets-container {
	text-align: center;
	}
	body.widetemplate .orbit-bullets {
	display: block;
	float: none;
	margin: 0 auto 30px auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	top: 10px;
	}
	body.widetemplate .orbit-bullets li {
	background: #CCCCCC;
	cursor: pointer;
	display: inline-block;
	float: none;
	height: 0.5625rem;
	margin-right: 6px;
	width: 0.5625rem;
	border-radius: 1000px;
	}
	body.widetemplate .orbit-bullets li.active {
	background: #999999;
	}
	body.widetemplate .column, body.widetemplate .columns {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 100%;
	float: left;
	}
	body.widetemplate .column, body.widetemplate .columns {
	position: relative;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	float: left;
	}
	body.widetemplate .small-12 {
	width: 100%;
	}
	body.widetemplate .small-12.columns .text-center {
	text-align: center !important;
	}
	body.widetemplate .small-12.columns h4 {
	font-size: 24px;
	font-weight: bold;
	}
	body.widetemplate .column + .column:last-child, 
  body.widetemplate .columns + .column:last-child, 
  body.widetemplate .column + .columns:last-child, 
  body.widetemplate .columns + .columns:last-child {
	float: right;
	}
	body.widetemplate .small-4 {
	width: 33.33333%;
	}
	body.widetemplate .photopadding {
	margin-bottom: 12px;
	}
	body.widetemplate .right_main a img {
	border: none;
	}
	body.widetemplate .right_main .row:before, 
  body.widetemplate .right_main .row:after {
	content: " ";
	display: table;
	}
	body.widetemplate .right_main .row:after {
	clear: both;
	}
body.widetemplate .right_main .center {
    text-align: center;
    padding: 0 !important;
}
body.widetemplate #LandingPages {
    background-color: #f1f1f1;
    padding-bottom: 96px;
    padding-top: 64px;
    max-width: 1090px;
    margin: 0px auto;
}
	body.widetemplate .photocaption {
	line-height: 30px;
	display: block;
	margin-top: 12px;
	}
	body.widetemplate .right_main a:hover, 
  body.widetemplate .right_main a:focus {
	color: #0078a0 !important;
	}
	@media only screen and (min-width: 40.0625em){
	body.widetemplate .column, 
  body.widetemplate .columns {
	position: relative;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	float: left;
	}
	}
	@media only screen and (min-width: 64.0625em){
	body.widetemplate .column, 
  body.widetemplate .columns {
	position: relative;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	float: left;
	}
	}
body.widetemplate .item-page .djslider-loader-default .djslider-default {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 55px;
}
body.widetemplate .item-page .djslider-loader-default .djslider-default .slide-desc {
    display: none;
}
body.widetemplate .item-page .djslider-default .navigation-container-custom, 
body.widetemplate .item-page .djslider-default .navigation-numbers {
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
    width: max-content;
    top: inherit;
}
body.widetemplate .item-page .right_main .small-4.columns {
    margin: 0;
}
body.widetemplate .item-page .right_main .small-4.columns a img {
    display: block;
    float: none;
    margin: auto !important;
}
body.widetemplate .item-page .right_main .small-4.columns a {
    text-decoration: none !important;
    color: #5f716e !important;
}
body.widetemplate .item-page .right_main .small-4.columns a:hover, 
body.widetemplate .item-page .right_main .small-4.columns a:focus {
    color: #0078a0 !important;
}
.tooltipContent {
    padding: 15px 15px 15px 15px;
}
.tooltipContent h3 {
    line-height: 1.2 !important;
    font-size: 20px !important;
}

/*----------14-10-2023----------*/
.liquid-news-sec .item-page.resourceapiarticle h2,
.liquid-news-sec .item-page.resourceapiarticle h3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-family: "proxima-nova";
}
.liquid-news-sec .item-page.resourceapiarticle h1 {
    text-align: center;
    font-size: 1.1em !important;
    margin-bottom: 0.8em !important;
    margin-top: 0px !important;
    line-height: normal !important;
    color: #000 !important;
}
.liquid-news-sec .item-page.resourceapiarticle p {
    color: #000 !important;
    font-size: 15px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    line-height: 24px !important;
    margin: 0 0 20px 0 !important;
}
.liquid-news-sec .item-page.resourceapiarticle ul {
    font-size: 15px !important;
    margin-bottom: 0 !important;
}
.liquid-news-sec .item-page.resourceapiarticle ul li {
    list-style: disc !important;
    margin: 0 0 10px 0 !important;
    color: #000 !important;
    font-size: 15px !important;
    padding-left: 15px !important;
    line-height: 24px !important;
}
.liquid-news-sec .item-page.resourceapiarticle table {
    max-width: calc(100% - 30px);
    margin: 0px auto;
}
.liquid-news-sec .item-page.resourceapiarticle table caption {
    font-size: 13px !important;
    font-weight: bold;
    padding: 0.1em 0 0.9em 0;
    color: #333;
    text-align: left;
    line-height: 1.2em;
}
.liquid-news-sec .item-page.resourceapiarticle table img {
    max-width: 100% !important;
    height: auto !important;
    border: 1px solid #B2C4DE;
}
.liquid-news-sec .item-page.resourceapiarticle h2:not(:first-child),
.liquid-news-sec .item-page.resourceapiarticle h3 {
    font-size: 1.1em !important;
    margin-bottom: 0.8em !important;
    margin-top: 0px !important;
    line-height: normal !important;
    color: #000 !important;
    font-family: "proxima-nova";
    color: #000 !important;
}
.liquid-news-sec .item-page.resourceapiarticle p img {
    float: none !important;
    border: 1px solid #B2C4DE;
}
.liquid-news-sec .item-page.resourceapiarticle p strong {
    color: #000 !important;
    font-size: 15px !important;
}
.liquid-news-sec .item-page.resourceapiarticle ol {
    list-style: auto;
}
.liquid-news-sec .item-page.resourceapiarticle ol li {
    color: #000 !important;
    font-size: 15px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    line-height: 24px !important;
    margin: 0 0 20px 0 !important;
    font-family: "proxima-nova" !important;
}
.liquid-news-sec .item-page.resourceapiarticle table {
    border: none;
    font-family: "proxima-nova" !important;
    font-weight: bold;
    color: #000 !important;
}
.liquid-news-sec .item-page.resourceapiarticle table[border="1"] td {
    width: 15%;
}
.liquid-news-sec .item-page.resourceapiarticle table[border="1"] td:first-child {
    width: 70%;
}
.liquid-news-sec .item-page.resourceapiarticle table td p {
    padding: 0 !important;
    font-size: 0.80em !important;
    font-weight: bold;
    color: #333 !important;
    text-align: left;
    line-height: 1.2em !important;
}

/*----------14-10-2023----------*/
/*----------16-10-2023----------*/

.liquid-news-sec .col-md-3.left_section {
    border-right: 1px solid #000;
}
.liquid-news-sec .col-md-3.left_section h3 {
    text-decoration: none;
    color: #1c568e;
    display: block;
    padding: 0.4em 0 0.4em 0.5em;
    font-size: 14px !important;
    line-height: 1 !important;
    margin: 0 !important;
}
.liquid-news-sec .col-md-3.left_section > ul {
    padding: 0 0 0 0;
    font-weight: 700;
    font-family: "proxima-nova";
}
.liquid-news-sec .col-md-3.left_section > ul > li {
    text-decoration: none;
    color: #1c568e;
    display: block;
    padding: 0.5em 0 0.5em 0.5em;
    font-size: 14px !important;
    line-height: 1 !important;
    margin: 0 !important;
    font-family: "proxima-nova";
    font-weight: 700;
}
.liquid-news-sec .col-md-3.left_section > ul li a {
    font-size: 14px !important;
    font-weight: 400;
    color: #1c568e;
    padding: 0.5em 0 0.5em 0;
    display: block;
    line-height: 1;
}
.liquid-news-sec .col-md-3.left_section > ul li a:hover {
    color: #257acc;
}
.liquid-news-sec ul.mod-menu.nav {
    display: flex !important;
    flex-wrap: wrap;
    padding: 0 30px;
}
.liquid-news-sec ul.mod-menu.nav li {
    padding: 0;
    padding-right: 21px;
    width: auto;
    position: relative;
}
.liquid-news-sec ul.mod-menu.nav li:last-child {
    padding-right: 0 !important;
}
.liquid-news-sec ul.mod-menu.nav li a {
    font-size: 15px !important;
    line-height: 20px;
    color: #424e59;
    font-family: "proxima-nova";
    text-transform: uppercase;
    font-weight: 800;
    padding-bottom: 20px;
    display: inline-block;
}
.liquid-news-sec ul.mod-menu.nav li a:hover {
    color: #bec2c5 !important;
}
.liquid-news-sec ul.mod-menu.nav li ul.mod-menu__sub {
    display: none !important;
    position: absolute;
    width: 200px;
    top: 98%;
    left: -9px;
    background-color: #bec2c5;
    padding: 0;
    z-index: 1000;
}
.liquid-news-sec ul.mod-menu.nav li ul.mod-menu__sub li a {
    filter: none;
    display: block;
    line-height: 120%;
    padding: 8px 10px;
    font-size: 12px !important;
    color: #FFF;
    font-family: "proxima-nova";
    text-transform: uppercase;
    font-weight: 800;
}
.liquid-news-sec ul.mod-menu.nav li ul.mod-menu__sub li a:hover {
    color: #63b63b !important;
}
.liquid-news-sec ul.mod-menu.nav li.parent:hover:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #bec2c5;
    margin-left: -10px;
}
.liquid-news-sec ul.mod-menu.nav li.parent:hover ul.mod-menu__sub {
  display: block !important;
}
@media (max-width: 767.98px){
.liquid-news-sec .col-md-3.left_section{
  border-right: none !important;
}
}
@media (max-width: 575.98px){
.liquid-news-sec ul.mod-menu.nav li ul.mod-menu__sub {
    left: -45px;
}
}
/*----------14-10-2023----------*/
/*----------08-12-2023----------*/
.commonbyname div#criteria {
    display: block;
    width: 100%;
    padding: 0 14px 14px 14px;
}
.commonbyname:has(div#criteria) > span {
    display: flex;
    align-items: flex-end;
}
.topnavigation {
    top: -53px;
    position: absolute !important;
}


@media (max-width: 575.98px){
.topnavigation {
    top: -40px;
}
.commonbyname:has(div#criteria) > span {
    align-items: center;
}
.liquid-news-sec .item-page ul.mod-menu.nav {
    margin-top: 30px !important;
}
}
/*----------08-12-2023----------*/
/*----------13-12-2023----------*/
.commonbyname > .col-sm-3 .imagedaarcoomonplant {
    position: relative;
}
.commonbyname > .col-sm-3 .imagedaarcoomonplant .listnative {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 60px;
    width: 60px;
    border: none;
    z-index: 10;
}
.single-plant #contents #plantnames {
    position: relative;
}

.single-plant #contents #plantnames .eplantnative {
    position: absolute;
    top: 0px;
    right: 130px;
}
.single-plant #contents #plantnames td p.botanical {
    width: calc(100% - 100px);
}

@media (max-width: 575.98px){
.single-plant #contents #plantnames td p.botanical {
    width: calc(100% - 100px);
}
.single-plant #contents #plantnames td p.botanical {
    width: calc(100% - 50px);
}
.single-plant #contents #plantnames td.addbutton a.myButton {
    white-space: nowrap;
}
}
/*----------13-12-2023----------*/

/*----------30-12-2023----------*/
@charset "utf-8";
/* CSS Document */

/* Global Styles */
.factsheetcontent #wrapper {
  position: relative;
  width: 1200px;
  margin: 0px auto;
  color: #000000;
  margin-bottom: 20px;
  font-family: "proxima-nova";
  font-size: 15px;
}

.factsheetcontent #wrapper a:link, 
.factsheetcontent #wrapper a:visited {
  text-decoration: none;
  color: #2B65D9;
}

.factsheetcontent #wrapper a:hover {
  text-decoration: none;
  color: #396;
}
.factsheetcontent #wrapper p {
    padding: 0px !important;
    font-size: 1.0em !important;
    line-height: 1.2em !IMPORTANT;
    margin-bottom: 0.7em !important;
}

.factsheetcontent #wrapper ol li, 
.factsheetcontent #wrapper ul li  {
  margin-left: 25px;
  font-size: 1.0em;
  line-height: 1.3em;
  margin-bottom: 0.7em;
}

.factsheetcontent #contents {
  height: 1400px;
  margin-top: 0px;
}

.factsheetcontent #page1Left {
  position: absolute;
  left: 55px;
  top: 265px;
  width: 315px;
}

.factsheetcontent #page1Left2 {
  position: absolute;
  left: 55px;
  top: 1000px;
  width: 615px;
}


.factsheetcontent #page1Middle1 {
  position: absolute;
  left: 400px;
  top: 275px;
  width: 320px;
}

.factsheetcontent #page1Middle2 {
  position: absolute;
  left: 385px;
  top: 880px;
  width: 300px;
}

.factsheetcontent #page1Right1 {
  position: absolute;
  left: 780px;
  top: 260px;
  width: 280px;
}

.factsheetcontent #contentsP2 {
  position: relative;
  page-break-before: always;
}

.factsheetcontent #contentsP3 {
  position: relative;
  page-break-before: always;
}

.factsheetcontent #page2Left1 {
  position: absolute;
  left: 25px;
  top: 280px;
  width: 675px;
}

.factsheetcontent #page2Left2 {
  position: absolute;
  left: 25px;
  top: 325px;
  width: 345px;
}

.factsheetcontent #page2Left3 {
  position: absolute;
  left: 25px;
  top: 630px;
  width: 675px;
}

.factsheetcontent #page2Left4 {
  position: absolute;
  left: 25px;
  top: 1150px;
  width: 675px;
}

.factsheetcontent #page2Middle1 {
  position: absolute;
  left: 390px;
  top: 1035px;
  width: 300px;
}

.factsheetcontent #page2Right1 {
  position: absolute;
  left: 765px;
  top: 480px;
  width: 295px;
}

.factsheetcontent #page2Right2 {
  position: absolute;
  left: 775px;
  top: 970px;
  width: 280px;
}

.factsheetcontent #page3Left1 {
  position: absolute;
  left: 25px;
  top: 310px;
  width: 675px;
}

.factsheetcontent #page3Left2 {
  position: absolute;
  left: 25px;
  top: 355px;
  width: 325px;
}

.factsheetcontent #page3Middle1 {
  position: absolute;
  left: 405px;
  top: 635px;
  width: 300px;
}

.factsheetcontent #page3Right1 {
  position: absolute;
  left: 775px;
  top: 280px;
  width: 280px;
}

.factsheetcontent .purpletext {
  color: #7874a3;
}

.factsheetcontent .greentext {
  color: #6d8d23;
}

.factsheetcontent .bluetext {
  color: #005187;
}

.factsheetcontent .whitetext {
  color: #FFF;
}

.factsheetcontent #footer {
  color: #999;
  text-align: center;
  font-size: 0.75em;
  margin-top: 50px;
  padding-bottom: 20px;
}

.factsheetcontent #footer a:link, 
.factsheetcontent #footer a:visited {
  text-decoration: none;
/*  color: #6CF; */
  color: #CCF;
}

.factsheetcontent #footer a:hover {
  text-decoration: none;
  color: #396;
}

/* Headings */
.row.factsheetcontent .item-pagefundamentals-page > div#wrapper > div#contents h1, 
.row.factsheetcontent .item-pagefundamentals-page > div#wrapper > div#contentsP2 h1 {
    padding-bottom: 0.2em;
    font-size: 1.4em !important;
    line-height: 1.7em !important;
    color: #257acc !important;
    margin: 0 !important;
}

.row.factsheetcontent .item-pagefundamentals-page > div#wrapper > div#contents h2 {
  font-size: 18px;
  line-height: 20px;
}

.row.factsheetcontent .item-pagefundamentals-page > div#wrapper > div#contents h3 {
  font-size: 0.98em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}


.row.factsheetcontent .item-pagefundamentals-page > div#wrapper > div#contents hr {
  color: #000;
  background-color: #000;
}

/* Common Styles */
/* ------------- */
.factsheetcontent .smaller {
  font-size: 10px;
}

.factsheetcontent .center {
  text-align: center;
}

.factsheetcontent .bold {
  font-weight: bold;
}

.factsheetcontent .red {
  color: #F00;
}

.factsheetcontent .clear {
  clear: both;
}

.factsheetcontent .rightjustify {
  text-align:right;
}

.factsheetcontent .border {
  border: 1px solid black;
}
.factsheetcontent #wrapper * {
    text-align: left;
}

/*2nd*/
body.drought-page .row.factsheetcontent div#wrapper #page1Left {
  position: absolute;
  left: 25px;
  top: 280px;
  width: 650px;
}
body.drought-page .row.factsheetcontent div#wrapper #page1Left2 {
  position: absolute;
  left: 25px;
  top: 460px;
  width: 310px;
}

body.drought-page .row.factsheetcontent div#wrapper #page1Left3 {
  position: absolute;
  left: 25px;
  top: 750px;
  width: 650px;
}


body.drought-page .row.factsheetcontent div#wrapper #page1Left2 ul {
  height: auto;
  position: relative;
  float: none;
  clear: both;
}

body.drought-page .row.factsheetcontent div#wrapper #page1Left2 li {
  margin-bottom: 6px;
  margin-left: 14px;
  list-style: square;
}

body.drought-page .row.factsheetcontent div#wrapper #page1Middle {
  position: absolute;
  left: 410px;
  top: 300px;
  width: 320px;
}

body.drought-page .row.factsheetcontent div#wrapper #page1Middle ul {
  height: auto;
  position: relative;
  float: none;
  clear: both;
}

body.drought-page .row.factsheetcontent div#wrapper #page1Middle li {
  margin-bottom: 6px;
  margin-left: 14px;
  list-style: square;
  float: none;
  clear: both;
}

body.drought-page .row.factsheetcontent div#wrapper #page1Right {
  position: absolute;
  left: 742px;
  top: 278px;
  width: 315px;
}

body.drought-page .row.factsheetcontent div#wrapper #page1Right ul {
  height: auto;
  position: relative;
  float: none;
  clear: both;
}

body.drought-page .row.factsheetcontent div#wrapper #page1Right li {
  margin-bottom: 6px;
  margin-left: 14px;
  list-style: square;
}

body.drought-page .row.factsheetcontent div#wrapper #page1Right2 {
  position: absolute;
  left: 900px;
  top: 1290px;
  width: 160px;
}

body.drought-page .row.factsheetcontent div#wrapper #contentsP2 {
  position: relative;
  page-break-before: always;
}

body.drought-page .row.factsheetcontent div#wrapper #page2Left {
  position: absolute;
  left: 62px;
  top: 35px;
  width: 640px;
  height: 60px;
}

body.drought-page .row.factsheetcontent div#wrapper #page2Middle {
  position: absolute;
  left: 300px;
  top: 145px;
  width: 430px;
}

body.drought-page .row.factsheetcontent div#wrapper #page2Left2 {
  position: absolute;
  left: 62px;
  top: 950px;
  width: 655px;
  height: 60px;
}

body.drought-page .row.factsheetcontent div#wrapper #page2Left3 {
  position: absolute;
  left: 62px;
  top: 1250px;
  width: 655px;
}

body.drought-page .row.factsheetcontent div#wrapper #page2Right {
  position: absolute;
  left: 760px;
  top: 510px;
  width: 315px;
}

body.drought-page .row.factsheetcontent div#wrapper #page2Right2 {
  position: absolute;
  left: 900px;
  top: 890px;
  width: 175px;
}

body.drought-page .row.factsheetcontent div#wrapper #page2Right3 {
  position: absolute;
  left: 760px;
  top: 1020px;
  width: 315px;
}

body.drought-page .row.factsheetcontent div#wrapper .purpletext {
  color: #7874a3;
}
body.drought-page .row.factsheetcontent div#wrapper .greentext {
    color: #257acc !important;
}
body.drought-page .row.factsheetcontent div#wrapper .browntext {
    color: #63b63b;
}

body.drought-page .row.factsheetcontent div#wrapper #footer {
  color: #999;
  text-align: center;
  font-size: 0.75em;
  margin-top: 50px;
  padding-bottom: 20px;
}

body.drought-page .row.factsheetcontent div#wrapper #footer a:link, 
body.drought-page .row.factsheetcontent div#wrapper #footer a:visited {
  text-decoration: none;
/*  color: #6CF; */
  color: #CCF;
}

body.drought-page .row.factsheetcontent div#wrapper #footer a:hover {
  text-decoration: none;
  color: #396;
}

/* Headings */
body.drought-page .row.factsheetcontent div#wrapper h1 {
  padding-top: .3em !important;
  padding-bottom: .3em !important;
  font-size: 1.3em !important;
  line-height: 1.5em !important;
}

body.drought-page .row.factsheetcontent div#wrapper h2 {
  font-size: 18px;
  line-height: 20px;
}

body.drought-page .row.factsheetcontent div#wrapper h3 {
  font-size: 0.98em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}


body.drought-page .row.factsheetcontent div#wrapper hr {
  color: #000;
  background-color: #000;
}

/* Common Styles */
/* ------------- */
body.drought-page .row.factsheetcontent div#wrapper .smaller {
  font-size: 10px;
}

body.drought-page .row.factsheetcontent div#wrapper .center {
  text-align: center;
}

body.drought-page .row.factsheetcontent div#wrapper .bold {
  font-weight: bold;
}

body.drought-page .row.factsheetcontent div#wrapper .red {
  color: #F00;
}

body.drought-page .row.factsheetcontent div#wrapper .clear {
  clear: both;
}

body.drought-page .row.factsheetcontent div#wrapper .border {
  border: 1px solid black;
}
/*3rd*/
body.renovation-page .row.factsheetcontent > .item-pagerenovation-page > div#wrapper #page1Left {
  position: absolute;
  left: 25px;
  top: 245px;
  width: 675px;
}


body.renovation-page .row.factsheetcontent > .item-pagerenovation-page > div#wrapper #page1Left2 {
  position: absolute;
  left: 25px;
  top: 505px;
  width: 675px;
}

body.renovation-page .row.factsheetcontent > .item-pagerenovation-page > div#wrapper #page1Left3 {
  position: absolute;
  left: 25px;
  top: 775px;
  width: 675px;
}

body.renovation-page .row.factsheetcontent > .item-pagerenovation-page > div#wrapper #page1Left4 {
  position: absolute;
  left: 25px;
  top: 995px;
  width: 675px;
}

body.renovation-page .row.factsheetcontent > .item-pagerenovation-page > div#wrapper #page1Left5 {
  position: absolute;
  left: 25px;
  top: 1180px;
  width: 675px;
}

body.renovation-page .row.factsheetcontent > .item-pagerenovation-page > div#wrapper #contentsP2 {
  position: relative;
  page-break-before: always;
}

body.renovation-page .row.factsheetcontent > .item-pagerenovation-page > div#wrapper #page2Left1 {
  position: absolute;
  left: 25px;
  top: -9px;
  width: 675px;
}

body.renovation-page .row.factsheetcontent > .item-pagerenovation-page > div#wrapper #page2Left2 {
  position: absolute;
  left: 25px;
  top: 205px;
  width: 675px;
}

body.renovation-page .row.factsheetcontent > .item-pagerenovation-page > div#wrapper #page2Left3 {
  position: absolute;
  left: 25px;
  top: 470px;
  width: 675px;
}

body.renovation-page .row.factsheetcontent > .item-pagerenovation-page > div#wrapper #page2Left4 {
  position: absolute;
  left: 25px;
  top: 670px;
  width: 675px;
}

body.renovation-page .row.factsheetcontent > .item-pagerenovation-page > div#wrapper #page2Left5 {
  position: absolute;
  left: 25px;
  top: 887px;
  width: 675px;
}

body.renovation-page .row.factsheetcontent > .item-pagerenovation-page > div#wrapper #page2Left6 {
  position: absolute;
  left: 25px;
  top: 1125px;
  width: 675px;
}

body.page.widetemplate .row.factsheetcontent > .resourceapiarticle > div#wrapper .greentext {
    color: #257acc !important;
}
body.page.widetemplate .row.factsheetcontent > .resourceapiarticle > div#wrapper h1 {
    padding-top: 0.5em !important;
    padding-bottom: 0.3em !important;
    font-size: 1.4em !important;
    line-height: 1.8em !important;
    margin: 0 !important;
}
/*4th*/
body.wisely-page .row.factsheetcontent > .item-pagewisely-page > div#wrapper #page1Left {
  position: absolute;
  left: 25px;
  top: 255px;
  width: 325px;
}


body.wisely-page .row.factsheetcontent > .item-pagewisely-page > div#wrapper #page1Middle1 {
  position: absolute;
  left: 370px;
  top: 260px;
  width: 300px;
}

body.wisely-page .row.factsheetcontent > .item-pagewisely-page > div#wrapper #page1Middle2 {
  position: absolute;
  left: 370px;
  top: 880px;
  width: 300px;
}

body.wisely-page .row.factsheetcontent > .item-pagewisely-page > div#wrapper #page1Right1 {
  position: absolute;
  left: 730px;
  top: 260px;
  width: 330px;
}

body.wisely-page .row.factsheetcontent > .item-pagewisely-page > div#wrapper #contentsP2 {
  position: relative;
  page-break-before: always;
}

body.wisely-page .row.factsheetcontent > .item-pagewisely-page > div#wrapper #contentsP3 {
  position: relative;
  page-break-before: always;
}

body.wisely-page .row.factsheetcontent > .item-pagewisely-page > div#wrapper #page2Left1 {
  position: absolute;
  left: 25px;
  top: 290px;
  width: 675px;
}

body.wisely-page .row.factsheetcontent > .item-pagewisely-page > div#wrapper #page2Left2 {
  position: absolute;
  left: 25px;
  top: 335px;
  width: 365px;
}

body.wisely-page .row.factsheetcontent > .item-pagewisely-page > div#wrapper #page2Left3 {
  position: absolute;
  left: 25px;
  top: 630px;
  width: 675px;
}

body.wisely-page .row.factsheetcontent > .item-pagewisely-page > div#wrapper #page2Middle1 {
  position: absolute;
  left: 390px;
  top: 1035px;
  width: 300px;
}

body.wisely-page .row.factsheetcontent > .item-pagewisely-page > div#wrapper #page2Right1 {
  position: absolute;
  left: 775px;
  top: 280px;
  width: 280px;
}

body.wisely-page .row.factsheetcontent > .item-pagewisely-page > div#wrapper #page2Right2 {
  position: absolute;
  left: 775px;
  top: 970px;
  width: 280px;
}

body.wisely-page .row.factsheetcontent > .item-pagewisely-page > div#wrapper #page3Left1 {
  position: absolute;
  left: 25px;
  top: 310px;
  width: 675px;
}

body.wisely-page .row.factsheetcontent > .item-pagewisely-page > div#wrapper #page3Left2 {
  position: absolute;
  left: 25px;
  top: 355px;
  width: 325px;
}

body.wisely-page .row.factsheetcontent > .item-pagewisely-page > div#wrapper #page3Middle1 {
  position: absolute;
  left: 405px;
  top: 635px;
  width: 300px;
}

body.wisely-page .row.factsheetcontent > .item-pagewisely-page > div#wrapper #page3Right1 {
  position: absolute;
  left: 775px;
  top: 280px;
  width: 280px;
}

/*5th*/
body.your-soil-page .row.factsheetcontent > .item-pageyour-soil-page > div#wrapper #page1Left {
  position: absolute;
  left: 25px;
  top: 315px;
  width: 325px;
}

body.your-soil-page .row.factsheetcontent > .item-pageyour-soil-page > div#wrapper #page1Left2 {
  position: absolute;
  left: 25px;
  top: 715px;
  width: 650px;
}


body.your-soil-page .row.factsheetcontent > .item-pageyour-soil-page > div#wrapper #page1Middle1 {
  position: absolute;
  left: 370px;
  top: 260px;
  width: 300px;
}

body.your-soil-page .row.factsheetcontent > .item-pageyour-soil-page > div#wrapper #page1Middle2 {
  position: absolute;
  left: 370px;
  top: 880px;
  width: 300px;
}

body.your-soil-page .row.factsheetcontent > .item-pageyour-soil-page > div#wrapper #page1Right1 {
  position: absolute;
  left: 755px;
  top: 314px;
  width: 300px;
}

body.your-soil-page .row.factsheetcontent > .item-pageyour-soil-page > div#wrapper #contentsP2 {
  position: relative;
  page-break-before: always;
}

body.your-soil-page .row.factsheetcontent > .item-pageyour-soil-page > div#wrapper #contentsP3 {
  position: relative;
  page-break-before: always;
}

body.your-soil-page .row.factsheetcontent > .item-pageyour-soil-page > div#wrapper #page2Left1 {
  position: absolute;
  left: 25px;
  top: 325px;
  width: 575px;
}

body.your-soil-page .row.factsheetcontent > .item-pageyour-soil-page > div#wrapper #page2Left2 {
  position: absolute;
  left: 25px;
  top: 700px;
  width: 575px;
}

body.your-soil-page .row.factsheetcontent > .item-pageyour-soil-page > div#wrapper #page2Left3 {
  position: absolute;
  left: 25px;
  top: 1030px;
  width: 575px;
}

body.your-soil-page .row.factsheetcontent > .item-pageyour-soil-page > div#wrapper #page2Middle1 {
  position: absolute;
  left: 390px;
  top: 1035px;
  width: 300px;
}

body.your-soil-page .row.factsheetcontent > .item-pageyour-soil-page > div#wrapper #page2Right1 {
  position: absolute;
  left: 775px;
  top: 280px;
  width: 280px;
}

body.your-soil-page .row.factsheetcontent > .item-pageyour-soil-page > div#wrapper #page2Right2 {
  position: absolute;
  left: 775px;
  top: 970px;
  width: 280px;
}

body.your-soil-page .row.factsheetcontent > .item-pageyour-soil-page > div#wrapper #page3Left1 {
  position: absolute;
  left: 25px;
  top: 300px;
  width: 355px;
}

body.your-soil-page .row.factsheetcontent > .item-pageyour-soil-page > div#wrapper #page3Left2 {
  position: absolute;
  left: 55px;
  top: 755px;
  width: 925px;
}

body.your-soil-page .row.factsheetcontent > .item-pageyour-soil-page > div#wrapper #page3Middle1 {
  position: absolute;
  left: 395px;
  top: 600px;
  width: 300px;
}

body.your-soil-page .row.factsheetcontent > .item-pageyour-soil-page > div#wrapper #page3Right1 {
  position: absolute;
  left: 758px;
  top: 301px;
  width: 295px;
}
body.your-soil-page .row.factsheetcontent > .item-pageyour-soil-page > div#wrapper h2 {
    font-size: 18px;
    line-height: 20px;
}
.factsheetcontent #wrapper ol {
    list-style: auto !important;
}
.factsheetcontent #wrapper ul {
    list-style: disc;
}

/*6th*/
body.soil-and-plants-page .row.factsheetcontent > .item-pagesoil-and-plants-page > div#wrapper #page1Left {
  position: absolute;
  left: 55px;
  top: 265px;
  width: 315px;
}

body.soil-and-plants-page .row.factsheetcontent > .item-pagesoil-and-plants-page > div#wrapper #page1Left2 {
  position: absolute;
  left: 53px;
  top: 597px;
  width: 615px;
}


body.soil-and-plants-page .row.factsheetcontent > .item-pagesoil-and-plants-page > div#wrapper #page1Middle1 {
  position: absolute;
  left: 397px;
  top: 875px;
  width: 320px;
}

body.soil-and-plants-page .row.factsheetcontent > .item-pagesoil-and-plants-page > div#wrapper #page1Middle2 {
  position: absolute;
  left: 385px;
  top: 880px;
  width: 300px;
}

body.soil-and-plants-page .row.factsheetcontent > .item-pagesoil-and-plants-page > div#wrapper #page1Right1 {
  position: absolute;
  left: 775px;
  top: 494px;
  width: 280px;
}

body.soil-and-plants-page .row.factsheetcontent > .item-pagesoil-and-plants-page > div#wrapper #contentsP2 {
  position: relative;
  page-break-before: always;
}

body.soil-and-plants-page .row.factsheetcontent > .item-pagesoil-and-plants-page > div#wrapper #contentsP3 {
  position: relative;
  page-break-before: always;
}

body.soil-and-plants-page .row.factsheetcontent > .item-pagesoil-and-plants-page > div#wrapper #page2Left1 {
  position: absolute;
  left: 25px;
  top: 280px;
  width: 353px;
}

body.soil-and-plants-page .row.factsheetcontent > .item-pagesoil-and-plants-page > div#wrapper #page2Left2 {
  position: absolute;
  left: 26px;
  top: 665px;
  width: 703px;
}

body.soil-and-plants-page .row.factsheetcontent > .item-pagesoil-and-plants-page > div#wrapper #page2Left3 {
  position: absolute;
  left: 25px;
  top: 630px;
  width: 675px;
}

body.soil-and-plants-page .row.factsheetcontent > .item-pagesoil-and-plants-page > div#wrapper #page2Left4 {
  position: absolute;
  left: 25px;
  top: 1150px;
  width: 675px;
}

body.soil-and-plants-page .row.factsheetcontent > .item-pagesoil-and-plants-page > div#wrapper #page2Middle1 {
  position: absolute;
  left: 390px;
  top: 1035px;
  width: 300px;
}

body.soil-and-plants-page .row.factsheetcontent > .item-pagesoil-and-plants-page > div#wrapper #page2Right1 {
  position: absolute;
  left: 772px;
  top: 270px;
  width: 295px;
}

body.soil-and-plants-page .row.factsheetcontent > .item-pagesoil-and-plants-page > div#wrapper #page2Right2 {
  position: absolute;
  left: 775px;
  top: 970px;
  width: 280px;
}

body.soil-and-plants-page .row.factsheetcontent > .item-pagesoil-and-plants-page > div#wrapper #page3Left1 {
  position: absolute;
  left: 25px;
  top: 310px;
  width: 675px;
}

body.soil-and-plants-page .row.factsheetcontent > .item-pagesoil-and-plants-page > div#wrapper #page3Left2 {
  position: absolute;
  left: 25px;
  top: 355px;
  width: 325px;
}

body.soil-and-plants-page .row.factsheetcontent > .item-pagesoil-and-plants-page > div#wrapper #page3Middle1 {
  position: absolute;
  left: 405px;
  top: 635px;
  width: 300px;
}

body.soil-and-plants-page .row.factsheetcontent > .item-pagesoil-and-plants-page > div#wrapper #page3Right1 {
  position: absolute;
  left: 775px;
  top: 280px;
  width: 280px;
}
 /*7th*/
 body.mulch-page .row.factsheetcontent > .item-pagemulch-page > div#wrapper #page1LeftCaption {
  position: absolute;
  left: 62px;
  top: 545px;
  width: 310px;
}

 body.mulch-page .row.factsheetcontent > .item-pagemulch-page > div#wrapper #page1Left {
  position: absolute;
  left: 25px;
  top: 321px;
  width: 345px;
}


 body.mulch-page .row.factsheetcontent > .item-pagemulch-page > div#wrapper #page1Left2 {
  position: absolute;
  left: 25px;
  top: 629px;
  width: 690px;
}

 body.mulch-page .row.factsheetcontent > .item-pagemulch-page > div#wrapper #page1Left3 {
  position: absolute;
  left: 25px;
  top: 833px;
  width: 300px;
}

 body.mulch-page .row.factsheetcontent > .item-pagemulch-page > div#wrapper #page1Middle {
  position: absolute;
  left: 351px;
  top: 833px;
  width: 365px;
}


 body.mulch-page .row.factsheetcontent > .item-pagemulch-page > div#wrapper #page1Right {
  position: absolute;
  left: 765px;
  top: 280px;
  width: 300px;
}

 body.mulch-page .row.factsheetcontent > .item-pagemulch-page > div#wrapper #page1Right2 {
  position: absolute;
  left: 740px;
  top: 1260px;
  width: 315px;
}

/*8th*/
body.Pest-page .row.factsheetcontent > .item-pagePest-page > div#wrapper #page1Left {
  position: absolute;
  left: 64px;
  top: 300px;
  width: 310px;
}

body.Pest-page .row.factsheetcontent > .item-pagePest-page > div#wrapper #page1Left2 {
  position: absolute;
  left: 64px;
  top: 960px;
  width: 310px;
}

body.Pest-page .row.factsheetcontent > .item-pagePest-page > div#wrapper #page1Left2 ul {
  height: auto;
  position: relative;
  float: none;
  clear: both;
}

body.Pest-page .row.factsheetcontent > .item-pagePest-page > div#wrapper #page1Left2 li {
  margin-bottom: 6px;
  margin-left: 14px;
  list-style: square;
}

body.Pest-page .row.factsheetcontent > .item-pagePest-page > div#wrapper #page1Middle {
  position: absolute;
  left: 410px;
  top: 300px;
  width: 320px;
}

body.Pest-page .row.factsheetcontent > .item-pagePest-page > div#wrapper #page1Middle ul {
  height: auto;
  position: relative;
  float: none;
  clear: both;
}

body.Pest-page .row.factsheetcontent > .item-pagePest-page > div#wrapper #page1Middle li {
  margin-bottom: 6px;
  margin-left: 14px;
  list-style: square;
  float: none;
  clear: both;
}

body.Pest-page .row.factsheetcontent > .item-pagePest-page > div#wrapper #page1Right {
  position: absolute;
  left: 756px;
  top: 590px;
  width: 315px;
}

body.Pest-page .row.factsheetcontent > .item-pagePest-page > div#wrapper #page1Right ul {
  height: auto;
  position: relative;
  float: none;
  clear: both;
}

body.Pest-page .row.factsheetcontent > .item-pagePest-page > div#wrapper #page1Right li {
  margin-bottom: 6px;
  margin-left: 14px;
  list-style: square;
}

body.Pest-page .row.factsheetcontent > .item-pagePest-page > div#wrapper #page1Right2 {
  position: absolute;
  left: 900px;
  top: 1290px;
  width: 160px;
}

body.Pest-page .row.factsheetcontent > .item-pagePest-page > div#wrapper #contentsP2 {
  position: relative;
  page-break-before: always;
}

body.Pest-page .row.factsheetcontent > .item-pagePest-page > div#wrapper #page2Left {
  position: absolute;
  left: 62px;
  top: 35px;
  width: 640px;
  height: 60px;
}

body.Pest-page .row.factsheetcontent > .item-pagePest-page > div#wrapper #page2Middle {
  position: absolute;
  left: 300px;
  top: 145px;
  width: 430px;
}

body.Pest-page .row.factsheetcontent > .item-pagePest-page > div#wrapper #page2Left2 {
  position: absolute;
  left: 62px;
  top: 950px;
  width: 655px;
  height: 60px;
}

body.Pest-page .row.factsheetcontent > .item-pagePest-page > div#wrapper #page2Left3 {
  position: absolute;
  left: 62px;
  top: 1250px;
  width: 655px;
}

body.Pest-page .row.factsheetcontent > .item-pagePest-page > div#wrapper #page2Right {
  position: absolute;
  left: 760px;
  top: 510px;
  width: 315px;
}

body.Pest-page .row.factsheetcontent > .item-pagePest-page > div#wrapper #page2Right2 {
  position: absolute;
  left: 900px;
  top: 890px;
  width: 175px;
}

body.Pest-page .row.factsheetcontent > .item-pagePest-page > div#wrapper #page2Right3 {
  position: absolute;
  left: 760px;
  top: 1020px;
  width: 315px;
}
body.Pest-page .row.factsheetcontent > .item-pagePest-page > div#wrapper h2 {
    font-size: 1.1em !important;
    line-height: 1.15em !important;
}
body.page .row.factsheetcontent div#wrapper .browntext {
    color: #63b63b !important;
}
body.page .row.factsheetcontent div#wrapper .clear {
    visibility: visible !important;
    width: auto;
    height: auto;
}
/*9th*/
body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page1LeftCaption {
  position: absolute;
  left: 62px;
  top: 545px;
  width: 310px;
}

body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page1Left {
  position: absolute;
  left: 63px;
  top: 280px;
  width: 620px;
}


body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page1Left2 {
  position: absolute;
  left: 62px;
  top: 850px;
  width: 620px;
}

body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page1Middle {
  position: absolute;
  left: 400px;
  top: 343px;
  width: 300px;
}

body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page1Middle ul {
  height: auto;
  position: relative;
  float: none;
  clear: both;
}

body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page1Middle li {
  margin-bottom: 6px;
  margin-left: 36px;
  list-style: disc;
  font-size: 1.1em;
}

body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page1RightCaption {
  position: absolute;
  left: 760px;
  top: 540px;
  width: 330px;
}

body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page1Right {
  position: absolute;
  left: 740px;
  top: 765px;
  width: 315px;
}

body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page1Right2 {
  position: absolute;
  left: 740px;
  top: 1260px;
  width: 315px;
}

body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #contentsP2 {
  position: relative;
  page-break-before: always;
}

body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #contentsP3 {
  position: relative;
  page-break-before: always;
}

body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #contentsP4 {
  position: relative;
  page-break-before: always;
}

body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page2Left {
  position: absolute;
  left: 62px;
  top: 35px;
  width: 490px;
}

body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page2Left2 {
  position: absolute;
  left: 62px;
  top: 75px;
  width: 310px;
}

body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page2Left2 ul {
  height: auto;
  position: relative;
  float: none;
  clear: both;
}

body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page2Left2 li {
  margin-bottom: 6px;
  margin-left: 32px;
  list-style: square;
}


body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page2Middle {
  position: absolute;
  left: 390px;
  top: 75px;
  width: 300px;
}

body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page2Left3 {
  position: absolute;
  left: 0px;
  top: 1200px;
  width: 675px;
}

body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page2Right {
  position: absolute;
  left: 700px;
  top: 800px;
  width: 295px;
}

body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page2Right2 {
  position: absolute;
  left: 900px;
  top: 890px;
  width: 175px;
}

body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page2Right3 {
  position: absolute;
  left: 760px;
  top: 1020px;
  width: 315px;
}

body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page3Left {
  position: absolute;
  left: 62px;
  top: 35px;
  width: 305px;
}

body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page3Left2 {
  position: absolute;
  left: 62px;
  top: 750px;
  width: 310px;
}

body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page3Middle {
  position: absolute;
  left: 380px;
  top: 35px;
  width: 205px;
}

body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page3Middle2 {
  position: absolute;
  left: 380px;
  top: 350px;
  width: 340px;
}

body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page3Right {
  position: absolute;
  left: 765px;
  top: 275px;
  width: 300px;
}

body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page3Right ul {
  height: auto;
  position: relative;
  float: none;
  clear: both;
}

body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page3Right li {
  margin-bottom: 8px;
  margin-left: 15px;
  list-style: square;
  line-height: 24px;
}

body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page3Right2 {
  position: absolute;
  left: 910px;
  top: 1250px;
  width: 150px;
}

body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page4Left {
  position: absolute;
  left: 62px;
  top: 15px;
  width: 315px;
}

body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page4Left2 {
  position: absolute;
  left: 62px;
  top: 965px;
  width: 700px;
}


body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page4MiddleCap1 {
  position: absolute;
  left: 410px;
  top: 395px;
  width: 315px;
}

body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page4MiddleCap2 {
  position: absolute;
  left: 410px;
  top: 745px;
  width: 315px;
}

body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page4Middle {
  position: absolute;
  left: 410px;
  top: 780px;
  width: 315px;
}

body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page4Middle2 {
  position: absolute;
  left: 62px;
  top: 1230px;
  width: 680px;
}

body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page4Right {
  position: absolute;
  left: 775px;
  top: 15px;
  width: 300px;
}

/*10th*/
body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page1LeftCaption {
  position: absolute;
  left: 62px;
  top: 545px;
  width: 310px;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page1Left {
  position: absolute;
  left: 50px;
  top: 540px;
  width: 320px;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #contents ol li {
  list-style: decimal;
  margin-left: 20px;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page1Left ul {
  height: auto;
  position: relative;
  float: none;
  clear: both;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page1Left li {
  margin-bottom: 6px;
  margin-left: 32px;
  list-style: square;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page1Left li li {
  margin-bottom: 6px;
  margin-left: 32px;
  list-style: disc;
  float: none;
  clear: both;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page1Left2 {
  position: absolute;
  left: 50px;
  top: 1000px;
  width: 200px;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page1Middle {
  position: absolute;
  left: 400px;
  top: 290px;
  width: 320px;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page1RightCaption {
  position: absolute;
  left: 760px;
  top: 540px;
  width: 330px;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page1Right {
  position: absolute;
  left: 760px;
  top: 285px;
  width: 315px;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page1Right2 {
  position: absolute;
  left: 900px;
  top: 1250px;
  width: 175px;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #contentsP2 {
  position: relative;
  page-break-before: always;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #contentsP3 {
  position: relative;
  page-break-before: always;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #contentsP4 {
  position: relative;
  page-break-before: always;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page2Left {
  position: absolute;
  left: 62px;
  top: 35px;
  width: 490px;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page2Left2 {
  position: absolute;
  left: 62px;
  top: 75px;
  width: 310px;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page2Left2 ul {
  height: auto;
  position: relative;
  float: none;
  clear: both;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page2Left2 li {
  margin-bottom: 6px;
  margin-left: 32px;
  list-style: square;
}


body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page2Middle {
  position: absolute;
  left: 390px;
  top: 75px;
  width: 300px;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page2Left3 {
  position: absolute;
  left: 0px;
  top: 1200px;
  width: 675px;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page2Right {
  position: absolute;
  left: 700px;
  top: 800px;
  width: 295px;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page2Right2 {
  position: absolute;
  left: 900px;
  top: 890px;
  width: 175px;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page2Right3 {
  position: absolute;
  left: 760px;
  top: 1020px;
  width: 315px;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page3Left {
  position: absolute;
  left: 62px;
  top: 35px;
  width: 305px;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page3Left2 {
  position: absolute;
  left: 62px;
  top: 750px;
  width: 310px;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page3Middle {
  position: absolute;
  left: 380px;
  top: 35px;
  width: 205px;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page3Middle2 {
  position: absolute;
  left: 380px;
  top: 350px;
  width: 340px;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page3Right {
  position: absolute;
  left: 765px;
  top: 275px;
  width: 300px;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page3Right ul {
  height: auto;
  position: relative;
  float: none;
  clear: both;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page3Right li {
  margin-bottom: 8px;
  margin-left: 15px;
  list-style: square;
  line-height: 24px;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page3Right2 {
  position: absolute;
  left: 910px;
  top: 1250px;
  width: 150px;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page4Left {
  position: absolute;
  left: 62px;
  top: 15px;
  width: 315px;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page4Left2 {
  position: absolute;
  left: 62px;
  top: 965px;
  width: 700px;
}


body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page4MiddleCap1 {
  position: absolute;
  left: 410px;
  top: 395px;
  width: 315px;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page4MiddleCap2 {
  position: absolute;
  left: 410px;
  top: 745px;
  width: 315px;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page4Middle {
  position: absolute;
  left: 410px;
  top: 780px;
  width: 315px;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page4Middle2 {
  position: absolute;
  left: 62px;
  top: 1230px;
  width: 680px;
}

body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page4Right {
  position: absolute;
  left: 775px;
  top: 15px;
  width: 300px;
}

/*11th*/
body.fertilization-page .row.factsheetcontent > .item-pagefertilization-page > div#wrapper #page1LeftCaption {
  position: absolute;
  left: 62px;
  top: 545px;
  width: 310px;
}

body.fertilization-page .row.factsheetcontent > .item-pagefertilization-page > div#wrapper #page1Left {
  position: absolute;
  left: 25px;
  top: 321px;
  width: 345px;
}


body.fertilization-page .row.factsheetcontent > .item-pagefertilization-page > div#wrapper #page1Left2 {
  position: absolute;
  left: 25px;
  top: 844px;
  width: 690px;
}

body.fertilization-page .row.factsheetcontent > .item-pagefertilization-page > div#wrapper #page1Left3 {
  position: absolute;
  left: 25px;
  top: 833px;
  width: 300px;
}

body.fertilization-page .row.factsheetcontent > .item-pagefertilization-page > div#wrapper #page1Middle {
  position: absolute;
  left: 403px;
  top: 316px;
  width: 311px;
}


body.fertilization-page .row.factsheetcontent > .item-pagefertilization-page > div#wrapper #page1Right {
  position: absolute;
  left: 749px;
  top: 287px;
  width: 313px;
}

body.fertilization-page .row.factsheetcontent > .item-pagefertilization-page > div#wrapper #page1Right2 {
  position: absolute;
  left: 740px;
  top: 1260px;
  width: 315px;
}
body.fertilization-page .row.factsheetcontent > .item-pagefertilization-page > div#wrapper h2 {
    font-size: 18px;
    line-height: 20px;
}
/*12th*/
body.right-place-page .row.factsheetcontent > .item-pageright-place-page > div#wrapper #page1Left {
  position: absolute;
  left: 26px;
  top: 301px;
  width: 315px;
}

body.right-place-page .row.factsheetcontent > .item-pageright-place-page > div#wrapper #page1Left2 {
  position: absolute;
  left: 55px;
  top: 1000px;
  width: 615px;
}


body.right-place-page .row.factsheetcontent > .item-pageright-place-page > div#wrapper #page1Middle1 {
  position: absolute;
  left: 366px;
  top: 909px;
  width: 320px;
}

body.right-place-page .row.factsheetcontent > .item-pageright-place-page > div#wrapper #page1Middle2 {
  position: absolute;
  left: 385px;
  top: 880px;
  width: 300px;
}

body.right-place-page .row.factsheetcontent > .item-pageright-place-page > div#wrapper #page1Right1 {
  position: absolute;
  left: 735px;
  top: 299px;
  width: 314px;
}

body.right-place-page .row.factsheetcontent > .item-pageright-place-page > div#wrapper #contentsP2 {
  position: relative;
  page-break-before: always;
}

body.right-place-page .row.factsheetcontent > .item-pageright-place-page > div#wrapper #contentsP3 {
  position: relative;
  page-break-before: always;
}

body.right-place-page .row.factsheetcontent > .item-pageright-place-page > div#wrapper #page2Left1 {
  position: absolute;
  left: 23px;
  top: 305px;
  width: 376px;
}

body.right-place-page .row.factsheetcontent > .item-pageright-place-page > div#wrapper #page2Left2 {
  position: absolute;
  left: 25px;
  top: 325px;
  width: 345px;
}

body.right-place-page .row.factsheetcontent > .item-pageright-place-page > div#wrapper #page2Left3 {
  position: absolute;
  left: 25px;
  top: 630px;
  width: 675px;
}

body.right-place-page .row.factsheetcontent > .item-pageright-place-page > div#wrapper #page2Left4 {
  position: absolute;
  left: 25px;
  top: 1150px;
  width: 675px;
}

body.right-place-page .row.factsheetcontent > .item-pageright-place-page > div#wrapper #page2Middle1 {
  position: absolute;
  left: 414px;
  top: 709px;
  width: 300px;
}

body.right-place-page .row.factsheetcontent > .item-pageright-place-page > div#wrapper #page2Right1 {
  position: absolute;
  left: 756px;
  top: 297px;
  width: 295px;
}

body.right-place-page .row.factsheetcontent > .item-pageright-place-page > div#wrapper #page2Right2 {
  position: absolute;
  left: 775px;
  top: 970px;
  width: 280px;
}

body.right-place-page .row.factsheetcontent > .item-pageright-place-page > div#wrapper #page3Left1 {
  position: absolute;
  left: 25px;
  top: 310px;
  width: 675px;
}

body.right-place-page .row.factsheetcontent > .item-pageright-place-page > div#wrapper #page3Left2 {
  position: absolute;
  left: 25px;
  top: 355px;
  width: 325px;
}

body.right-place-page .row.factsheetcontent > .item-pageright-place-page > div#wrapper #page3Middle1 {
  position: absolute;
  left: 405px;
  top: 635px;
  width: 300px;
}

body.right-place-page .row.factsheetcontent > .item-pageright-place-page > div#wrapper #page3Right1 {
  position: absolute;
  left: 775px;
  top: 280px;
  width: 280px;
}

@media (max-width: 1199.98px){
  .factsheetcontent #wrapper {
    max-width: 100%;
}
.factsheetcontent #page1Left {
    left: 43px;
    top: 240px;
    width: 300px;
}
.factsheetcontent #page1Middle1 {
    left: 364px;
    top: 255px;
    width: 290px;
}
.factsheetcontent #page1Right1 {
    left: 679px;
    top: 239px;
    width: 272px;
}
.factsheetcontent #page1Left2 {
    left: 31px;
    top: 865px;
    width: 615px;
}
.factsheetcontent #page2Left1 {
    left: 25px;
    top: 229px;
    width: 604px;
}
.factsheetcontent #page2Left2 {
    left: 25px;
    top: 287px;
    width: 307px;
}
.factsheetcontent #page2Left3 {
    left: 25px;
    top: 557px;
    width: 613px;
}
.factsheetcontent #page2Left4 {
    left: 25px;
    top: 1022px;
    width: 613px;
}
.factsheetcontent #page2Right1 {
    left: 669px;
    top: 418px;
    width: 284px;
}
/*---------*/
body.renovation-page .row.factsheetcontent > .item-pagerenovation-page > div#wrapper #page1Left {
    left: 11px;
    top: 220px;
    width: 620px;
}
body.renovation-page .row.factsheetcontent > .item-pagerenovation-page > div#wrapper #page1Left2 {
    left: 11px;
    top: 455px;
    width: 620px;
}
body.renovation-page .row.factsheetcontent > .item-pagerenovation-page > div#wrapper #page1Left3 {
    left: 11px;
    top: 693px;
    width: 620px;
}
body.renovation-page .row.factsheetcontent > .item-pagerenovation-page > div#wrapper #page1Left4 {
    left: 11px;
    top: 889px;
    width: 620px;
}
body.renovation-page .row.factsheetcontent > .item-pagerenovation-page > div#wrapper #page1Left5 {
    left: 10px;
    top: 1050px;
    width: 620px;
}
body.renovation-page .row.factsheetcontent > .item-pagerenovation-page > div#wrapper #page2Left1 {
    left: 11px;
    top: -13px;
    width: 620px;
}
body.renovation-page .row.factsheetcontent > .item-pagerenovation-page > div#wrapper #page2Left2 {
    left: 11px;
    top: 204px;
    width: 620px;
}
body.renovation-page .row.factsheetcontent > .item-pagerenovation-page > div#wrapper #page2Left3 {
    left: 11px;
    top: 423px;
    width: 620px;
}
body.renovation-page .row.factsheetcontent > .item-pagerenovation-page > div#wrapper #page2Left4 {
    left: 11px;
    top: 607px;
    width: 620px;
}
body.renovation-page .row.factsheetcontent > .item-pagerenovation-page > div#wrapper #page2Left5 {
    left: 11px;
    top: 796px;
    width: 620px;
}
body.renovation-page .row.factsheetcontent > .item-pagerenovation-page > div#wrapper #page2Left6 {
    left: 11px;
    top: 1012px;
    width: 620px;
}

/*--------*/
body.drought-page .row.factsheetcontent div#wrapper #page1Left {
    left: 11px;
    top: 240px;
    width: 615px;
}
body.drought-page .row.factsheetcontent div#wrapper #page1Left2 {
    position: absolute;
    left: 11px;
    top: 414px;
    width: 310px;
}
body.drought-page .row.factsheetcontent div#wrapper #page1Left3 {
    position: absolute;
    left: 11px;
    top: 643px;
    width: 615px;
}
body.drought-page .row.factsheetcontent div#wrapper #page1Right {
    position: absolute;
    left: 659px;
    top: 232px;
    width: 280px;
}
body.drought-page .row.factsheetcontent #contents {
    height: auto;
}
/*---------*/
body.wisely-page .row.factsheetcontent > .item-pagewisely-page > div#wrapper #page1Left {
    position: absolute;
    left: 11px;
    top: 242px;
    width: 300px;
}
body.wisely-page .row.factsheetcontent > .item-pagewisely-page > div#wrapper #page1Middle1 {
    position: absolute;
    left: 292px;
    top: 250px;
    width: 310px;
}
body.wisely-page .row.factsheetcontent > .item-pagewisely-page > div#wrapper #page1Middle2 {
    position: absolute;
    left: 310px;
    top: 770px;
    width: 300px;
}
body.wisely-page .row.factsheetcontent > .item-pagewisely-page > div#wrapper #page1Right1 {
    position: absolute;
    left: 643px;
    top: 231px;
    width: 300px;
}
body.wisely-page .row.factsheetcontent > .item-pagewisely-page > div#wrapper div#contents {
    height: auto;
}
body.wisely-page .row.factsheetcontent > .item-pagewisely-page > div#wrapper #page2Left1 {
    position: absolute;
    left: 11px;
    top: 243px;
    width: 640px;
}
body.wisely-page .row.factsheetcontent > .item-pagewisely-page > div#wrapper #page2Left2 {
    position: absolute;
    left: 11px;
    top: 306px;
    width: 330px;
}
body.wisely-page .row.factsheetcontent > .item-pagewisely-page > div#wrapper #page2Left3 {
    position: absolute;
    left: 11px;
    top: 560px;
    width: 630px;
}
body.wisely-page .row.factsheetcontent > .item-pagewisely-page > div#wrapper #page2Middle1 {
    position: absolute;
    left: 345px;
    top: 900px;
    width: 300px;
}
body.wisely-page .row.factsheetcontent > .item-pagewisely-page > div#wrapper #page2Right1 {
    position: absolute;
    left: 685px;
    top: 229px;
    width: 255px;
}
body.wisely-page .row.factsheetcontent > .item-pagewisely-page > div#wrapper #page2Right2 {
    position: absolute;
    left: 685px;
    top: 845px;
    width: 261px;
}
body.wisely-page .row.factsheetcontent > .item-pagewisely-page > div#wrapper #page3Right1 {
    position: absolute;
    left: 685px;
    top: 227px;
    width: 260px;
}
body.wisely-page .row.factsheetcontent > .item-pagewisely-page > div#wrapper #page3Middle1 {
    position: absolute;
    left: 368px;
    top: 573px;
    width: 260px;
}
/*----------*/
body.your-soil-page .row.factsheetcontent > .item-pageyour-soil-page > div#wrapper #contents {
    height: auto;
}
body.your-soil-page .row.factsheetcontent > .item-pageyour-soil-page > div#wrapper #page1Left {
    position: absolute;
    left: 11px;
    top: 292px;
    width: 310px;
}
body.your-soil-page .row.factsheetcontent > .item-pageyour-soil-page > div#wrapper #page1Right1 {
    position: absolute;
    left: 675px;
    top: 287px;
    width: 270px;
}
body.your-soil-page .row.factsheetcontent > .item-pageyour-soil-page > div#wrapper #page1Left2 {
    position: absolute;
    left: 11px;
    top: 615px;
    width: 620px;
}
body.your-soil-page .row.factsheetcontent > .item-pageyour-soil-page > div#wrapper #page1Left2 {
    position: absolute;
    left: 11px;
    top: 615px;
    width: 620px;
}
body.your-soil-page .row.factsheetcontent > .item-pageyour-soil-page > div#wrapper #page2Left2 {
    position: absolute;
    left: 10px;
    top: 600px;
    width: 530px;
}
body.your-soil-page .row.factsheetcontent > .item-pageyour-soil-page > div#wrapper #page2Left3 {
    position: absolute;
    left: 11px;
    top: 880px;
    width: 575px;
}
body.your-soil-page .row.factsheetcontent > .item-pageyour-soil-page > div#wrapper #page3Left1 {
    position: absolute;
    left: 11px;
    top: 247px;
    width: 330px;
}
body.your-soil-page .row.factsheetcontent > .item-pageyour-soil-page > div#wrapper #page3Middle1 {
    position: absolute;
    left: 322px;
    top: 546px;
    width: 317px;
}
body.your-soil-page .row.factsheetcontent > .item-pageyour-soil-page > div#wrapper #page3Right1 {
    position: absolute;
    left: 664px;
    top: 249px;
    width: 285px;
}
body.your-soil-page .row.factsheetcontent > .item-pageyour-soil-page > div#wrapper #page3Left2 {
    position: absolute;
    left: 40px;
    top: 658px;
    width: 925px;
}
/*---------*/
body.soil-and-plants-page .row.factsheetcontent > .item-pagesoil-and-plants-page > div#wrapper #contents {
    height: auto;
}

body.soil-and-plants-page .row.factsheetcontent > .item-pagesoil-and-plants-page > div#wrapper #contents {
    height: auto;
    margin-top: 0px;
}
body.soil-and-plants-page .row.factsheetcontent > .item-pagesoil-and-plants-page > div#wrapper #page1Left2 {
    position: absolute;
    left: 30px;
    top: 545px;
    width: 615px;
}
body.soil-and-plants-page .row.factsheetcontent > .item-pagesoil-and-plants-page > div#wrapper #page1Middle1 {
    position: absolute;
    left: 347px;
    top: 768px;
    width: 305px;
}
body.soil-and-plants-page .row.factsheetcontent > .item-pagesoil-and-plants-page > div#wrapper #page1Right1 {
    position: absolute;
    left: 686px;
    top: 422px;
    width: 254px;
}
body.soil-and-plants-page .row.factsheetcontent > .item-pagesoil-and-plants-page > div#wrapper #page2Right1 {
    position: absolute;
    left: 686px;
    top: 231px;
    width: 254px;
}
body.soil-and-plants-page .row.factsheetcontent > .item-pagesoil-and-plants-page > div#wrapper #page2Left1 {
    position: absolute;
    left: 25px;
    top: 234px;
    width: 310px;
}
body.soil-and-plants-page .row.factsheetcontent > .item-pagesoil-and-plants-page > div#wrapper #page2Left2 {
    position: absolute;
    left: 25px;
    top: 565px;
    width: 626px;
}
/*------------*/
body.mulch-page .row.factsheetcontent > .item-pagemulch-page > div#wrapper #page1Left {
    position: absolute;
    left: 25px;
    top: 284px;
    width: 310px;
}
body.mulch-page .row.factsheetcontent > .item-pagemulch-page > div#wrapper #page1Left2 {
    position: absolute;
    left: 25px;
    top: 552px;
    width: 613px;
}
body.mulch-page .row.factsheetcontent > .item-pagemulch-page > div#wrapper #page1Left3 {
    position: absolute;
    left: 25px;
    top: 755px;
    width: 300px;
}
body.mulch-page .row.factsheetcontent > .item-pagemulch-page > div#wrapper #page1Middle {
    position: absolute;
    left: 351px;
    top: 755px;
    width: 300px;
}
body.mulch-page .row.factsheetcontent > .item-pagemulch-page > div#wrapper #page1Right {
    position: absolute;
    left: 665px;
    top: 250px;
    width: 294px;
    background: #c7d2e7;
    padding: 0px 15px;
}

/*--------*/
body.Pest-page .row.factsheetcontent > .item-pagePest-page > div#wrapper #page1Left {
    position: absolute;
    left: 25px;
    top: 231px;
    width: 310px;
}
body.Pest-page .row.factsheetcontent > .item-pagePest-page > div#wrapper #page1Middle {
    position: absolute;
    left: 352px;
    top: 231px;
    width: 300px;
}
body.Pest-page .row.factsheetcontent > .item-pagePest-page > div#wrapper #page1Right {
    position: absolute;
    left: 685px;
    top: 510px;
    width: 250px;
}
body.Pest-page .row.factsheetcontent > .item-pagePest-page > div#wrapper #page1Left2 {
    position: absolute;
    left: 25px;
    top: 865px;
    width: 308px;
}
body.Pest-page .row.factsheetcontent > .item-pagePest-page > div#wrapper div#contents {
    height: auto;
}
/*--------*/
body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page1Left {
    position: absolute;
    left: 57px;
    top: 241px;
    width: 570px;
}
body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page1Middle {
    position: absolute;
    left: 345px;
    top: 307px;
    width: 286px;
}
body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page1Left2 {
    position: absolute;
    left: 57px;
    top: 744px;
    width: 554px;
}
body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page1Right {
    position: absolute;
    left: 665px;
    top: 687px;
    width: 275px;
}
body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper #page1Right2 {
    position: absolute;
    left: 665px;
    top: 1124px;
    width: 275px;
}
body.surfaces-page .row.factsheetcontent > .item-pagesurfaces-page > div#wrapper div#contents {
    height: auto;
}

/*--------*/
body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page1Left {
    position: absolute;
    left: 44px;
    top: 485px;
    width: 286px;
}
body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page1Left2 {
    position: absolute;
    left: 45px;
    top: 874px;
    width: 200px;
}
body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page1Middle {
    position: absolute;
    left: 354px;
    top: 265px;
    width: 295px;
}
body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper #page1Right {
    position: absolute;
    left: 670px;
    top: 247px;
    width: 250px;
}
body.problems-page .row.factsheetcontent > .item-pageproblems-page > div#wrapper div#contents {
    height: auto;
}
/*--------*/

body.fertilization-page .row.factsheetcontent > .item-pagefertilization-page > div#wrapper #page1Left {
    position: absolute;
    left: 25px;
    top: 265px;
    width: 309px;
}
body.fertilization-page .row.factsheetcontent > .item-pagefertilization-page > div#wrapper #page1Middle {
    position: absolute;
    left: 359px;
    top: 281px;
    width: 275px;
}
body.fertilization-page .row.factsheetcontent > .item-pagefertilization-page > div#wrapper #page1Left2 {
    position: absolute;
    left: 25px;
    top: 744px;
    width: 600px;
}
body.fertilization-page .row.factsheetcontent > .item-pagefertilization-page > div#wrapper #page1Right {
    position: absolute;
    left: 650px;
    top: 259px;
    width: 309px;
    background: #c6d7eb;
    padding: 0 15px;
}
body.fertilization-page .row.factsheetcontent > .item-pagefertilization-page > div#wrapper div#contents {
    height: auto;
}
body.fertilization-page .row.factsheetcontent > .item-pagefertilization-page > div#wrapper #page1Right ul {
    padding-left: 0rem;
}
/*--------*/
body.right-place-page .row.factsheetcontent > .item-pageright-place-page > div#wrapper #page1Left {
    position: absolute;
    left: 26px;
    top: 284px;
    width: 290px;
}
body.right-place-page .row.factsheetcontent > .item-pageright-place-page > div#wrapper #page1Right1 {
    position: absolute;
    left: 645px;
    top: 265px;
    width: 300px;
}
body.right-place-page .row.factsheetcontent > .item-pageright-place-page > div#wrapper #page1Middle1 {
    position: absolute;
    left: 324px;
    top: 785px;
    width: 282px;
}
body.right-place-page .row.factsheetcontent > .item-pageright-place-page > div#wrapper #page2Right1 {
    position: absolute;
    left: 670px;
    top: 254px;
    width: 282px;
}
body.right-place-page .row.factsheetcontent > .item-pageright-place-page > div#wrapper #page2Left1 {
    position: absolute;
    left: 15px;
    top: 265px;
    width: 335px;
}
body.right-place-page .row.factsheetcontent > .item-pageright-place-page > div#wrapper #page2Middle1 {
    position: absolute;
    left: 363px;
    top: 631px;
    width: 270px;
}
body.right-place-page .row.factsheetcontent > .item-pageright-place-page > div#wrapper div#contents {
    height: auto;
}
}
@media (max-width: 991.98px){
.factsheetcontent #wrapper {
    max-width: 960px;
}
}
/*----------30-12-2023----------*/

/*----------04-04-2023----------*/
@media (min-width: 486px){
.mobilecountview {
    display: none !important;
}
}
@media (max-width: 991.98px){
.mobilecountview {
    font-size: 12px !important;
    top: 15px;
    position: relative;
    color: #000;
    font-weight: bold;
    padding: 0px;
    text-align: center;
}

.editlinktip {
    display: block;
    height: 14px !important;
}

.tableborder .mobiletooltips p {
    padding-right: 0 !important;
}

}
/*----------04-04-2023----------*/

div#jevents .twelve-columns ul li p {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
}
.vlan_legend_container ul li span.legend_check {
    font-size: 0px !important;
}

/*----------13-06-2023----------*/
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .formResponsive .formContainer .formRow:has(button) {
    width: calc(50% - 5px);
    display: inline-block;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content .rsform-block.rsform-block-next-step-2:has(button) {
    margin-bottom: 20px !important;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content .rsform-block.rsform-block-business-previous {
    margin-bottom: 20px !important;
}
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .formResponsive .formContainer#rsform_83_page_1 .formRow:has(button),
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .formResponsive .formContainer#rsform_83_page_2 .formRow:has(button) {
    width: 100%;
}
@media (max-width: 992.98px){
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .formResponsive .formContainer .formRow:has(button) {
    width: 100%;
    display: inline-block;
}
body.widetemplate div#wsrModalForm.modal .wsr_form_rgt .rsform-block .formBody .rsform-button {
    width: 100% !important;
}
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content .rsform-block:has(button), 
body.widetemplate div#wsrModalForm.modal .modal-dialog .wsr_form_modal_content .rsform-block.rsform-block-next-step-2:has(button) {
    margin-bottom: 0 !important;
}
}


/*----------15-06-2023----------*/
body.widetemplate .wsr_step_one .radio_button {
    width: 33.33%;
}
body.widetemplate .wsr_step_one .radio_button label {
    width: 100%;
}
body.widetemplate .wsr_step_one .radio_button label input[type="radio"] + span {
    width: calc(100% - 10px);
}
@media screen and (max-width: 992px) {
body.widetemplate .wsr_step_one .radio_button {
    width: 50%;
    margin: 0;
}
}
.waterstarRestuarant .formResponsive .formContainer#rsform_65_page_1 .formRow:has(button) {
    width: 100% !important;
    display: inline-block;
}

.waterstarBusiness .formResponsive .formContainer#rsform_64_page_1 .formRow:has(button) {
    width: 100% !important;
    display: inline-block;
}
.waterstarBusiness .formResponsive .formContainer#rsform_64_page_2 .formRow:has(button) {
    width: 100% !important;
    display: inline-block;
}
.waterstarSchool .formResponsive .formContainer#rsform_88_page_1 .formRow:has(button) {
    width: 100% !important;
    display: inline-block;
}.waterstarSchool .formResponsive .formContainer#rsform_88_page_2 .formRow:has(button) {
    width: 100% !important;
    display: inline-block;
}


/*04-12-2024*/
.header-customer {
    background-color: #2373c1 !important;
}

.banner-bottom-content {
    background-color: #478329;
}
.customer-section {
    background-color: #478329;
}
.header-inner.customer-section h2, .header-inner.customer-section h6 {
    color: #ffffff;
}

.header-inner.customer-section .down {
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
}

.footer-list li {
    padding: 10px 2px;
}
.search-section input[type="image"] {
    position: absolute;
    right: 15px;
    top: 9px;
    padding: 7px;
}
.cc-floating .cc-message span.cc-message-text {
    color: #000000 !important;
}

div.cc-compliance > a.cc-btn {
  background-color: #2373c1 !important;
}
/*05-12-2024*/
/*new*/
.moduletable .aidanews2_date,
.board-date, .today-event-date,
.board-left-sec .mod_events_latest_date {
    color: #2373c1;
}

.readon, .readon:active, .readon:visited,
.liquid-quick-links, .new-footer {
    background-color: #2373c1;
}

body a {
    color: #007ab7;
}
.cc-color-override-1350661439 .cc-link label, .cc-color-override-1350661439 .cc-link:active label, .cc-color-override-1350661439 .cc-link:visited label,
div.cc-settings-label, span.cc-cookie-settings-toggle, .cc-header p {
    color: #000 !important;
}


.customer-head h1 {
    margin: 0;
    font-family: "proxima-nova";
    font-weight: 300;
    font-size: 22px;
    color: #fff;
    cursor: default !important;
    padding: 0;
    background: none !important;
    text-align: left;
}

.new-footer h5 {
    font-size: 11.9px;
    margin: 0;
    font-family: "proxima-nova";
    font-weight: 300;
}

body.front a:focus {
    box-shadow: 0 0 5px 2px rgb(28 86 142 / 37%) !important;
}

body.front .liquid-quick-links-sec ul li a:focus,
body.front .customer-head .nav li a:focus,
body.front .header-top li .nav-header:focus,
body.front .footer-list li a:focus,
body.front .footer-social-list ul li a:focus {
    box-shadow: 0 0 5px 2px rgb(255 255 255 / 37%) !important;
}

.customer-head .nav li a {
    padding: 2px 7px;
}
.main-nav ul li a {
    padding: 10px 5px;
}
.img-sec a {
    display: block;
    width: max-content;
    margin: auto;
    padding: 5px;
}
.aidanews2_title a {
    display: flex;
    padding: 0 4px;
}
a.aidanews2_img1:focus {
    box-shadow: none !important;
}
.banner-txt h1 a {
    display: flex;
    line-height: .8;
}
.cc-link, .cc-color-override-1350661439 .cc-link, .cc-color-override-1350661439 .cc-link:active, .cc-color-override-1350661439 .cc-link:visited {
    color: #00305e !important;
}

/* .cc-color-override-1350661439 a.cc-privacy, .cc-color-override-1350661439 a.cc-privacy:active, .cc-color-override-1350661439 a.cc-privacy:visited { */
    /* color: #00305e !important; */
/* } */





/*13-12-2024*/
.breadcrumb-sec, .breadcrumbs ul li a, .breadcrumbs a, .breadcrumbs span {
    color: #6b7277 !important;
}

.breadcrumbs h3 a {
    font-size: 12px;
    float: left;
    line-height: 12px;
    background: url(../images/breadcrumbs-home-icon.png);
    width: 16px;
    height: 16px;
    text-indent: -99999px;
    margin: 0 5px 0;
}
.custom-breadcrumb .breadcrumb-sec .breadcrumbs h3 a {
    margin: 0 6px 0 0;
}
.new-footer .col-sm-4 h3{
    font-size: 17.5px;
}
.new-footer .col-sm-4 h3 {
    margin: 0;
    font-family: "proxima-nova";
    font-weight: 400;
    line-height: 20px !important;
}
.new-footer .col-sm-4 h4 {
    font-size: 11.9px;
    margin: 0;
    font-family: "proxima-nova";
    font-weight: 300;
}
.commonbyname > .col-sm-3 .discription a {
    color: #007ab7 !important;
}
body div#maincontent .content h1 small {
    color: #717171 !important;
}

body div#maincontent .content .tab-content .tab-pane .jumbotron button#getstarted {
  background-color: #006ee5;
    border-color: #006ee5;
}
.custom-navbar {
    padding-top: 5px;
}

.inner-article p a.contreading:hover, .main-nav ul .parent ul li:hover a, .main-nav ul li.active a, dt.result-title a {
    color: #007aa5 ;
}
.custom-container.about-us-sec p a {
    text-decoration: underline;
}
.main-nav ul .parent ul {
    background-color: #747779;
}

/*16-12-2024*/
.liquid-news-sec .item-page p a, .liquid-news-sec .item-page ul li a, .liquid-news-sec .item-page ul li span a {
    text-decoration: underline !important;
    color: #006da4 !important;
}
.liquid-news-sec .item-page p a[title="Careers@IRWD.com"] {
    color: #006da4;
}
.liquid-news-sec .item-page a[title="IRWD.COM/FOG"] {
    color: #006da4;
    text-decoration: underline !important;
}
.acymailing_module form table.acymailing_form tbody td.acysubbuttons input.button,
.liquid-news-sec .item-page .formRow .rsform-type-submitbutton .formBody button#Send {
    background: #007dad;
}
.acc_heading_square .accordion_box a {
    background: #227da2;
}
body.page.widetemplate button#IntroductionNext {
    background-color: #2f74b0 !important;
}
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls button.rsform-button-next {
    background: #418541 !important;
    border-color: #418541 !important;
}
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls button.rsform-button-prev {
    background: #946a2e !important;
    border-color: #946a2e !important;
}
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls #UnderstandPrev, 
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls #UnderstandNext, 
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls #WaterWastedPrev, 
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls #WaterWastedNext, 
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls #LeakDetectionPrev, 
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls #LeakDetectionNext, 
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls #CheckingLeaksPrev, 
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls #CheckingLeaksNext, 
body.page.widetemplate #custTraining .col-md-9 form .formContainer .formControls #Submit, 
body.page.widetemplate .drought_page form.eventsform button#Send {
    background: #2f74b0 !important;
}
.liquid-news-sec > .container > .row > .col-sm-8.pl-0.pr-0 > .item-page > .container > .row > .col-md-6.align-items-center > p > span > a,
.liquid-news-sec > .container > .row > .col-sm-12.pl-0.pr-0 > .item-page > .container > .row > .col-md-4.align-items-center > p > span > a {
    background-color: #4e8136 !important;
}
.liquid-news-sec > .container > .row > .col-sm-8.pl-0.pr-0 > .item-page .accordion_container .accordion_head {
    background-color: #227da2;
}
.liquid-news-sec .item-page p a.readon {
    color: #fff !important;
    text-decoration: none !important;
}
.liquid-news-sec .item-page ul li a span {
    color: #2373c0 !important;
}
.gkTabsWrap.vertical ol li, .gkTabsWrap.horizontal ol li {
    background: none repeat scroll 0 0 #767676;
}
.liquid-news-sec .item-page p a#annualPdf {
    color: #fff !important;
}
.header-nav.col-sm-7.pl-0.d-inline-block.custom-navbar {
    display: flex !important;
    align-items: center;
    padding-top: 0;
}
div.jwts_toggleControlContainer a.jwts_toggleControl {
  background: #227da2 !important;
}
/*16-12-2024*/

.header-top .top-nav a
{
padding: 10px;
}


.liquid-news-sec .item-page .specialpopup .modal-content p {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 1.5rem !important;
    display: block;
}
.liquid-news-sec .item-page .specialpopup .modal-content {
    padding: 1rem;
}
.liquid-news-sec .item-page .specialpopup .modal-content a.btn {
    font-size: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 9px 27.5px;
    background: #2373c1 !important;
    text-transform: uppercase;
    font-weight: 600;
}

.liquid-news-sec .item-page .specialpopup .modal-content a.btn:hover {
    background: #80c45f !important;
}

.liquid-news-sec .item-page .specialpopup.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.widetemplate .spinner_gall
 {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
.widetemplate .loader_gall {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}