@charset "UTF-8";

.bd-placeholder-img {
  font-size: 1.75rem;
  font-weight: 600;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.card {
  min-height: 500px !important;
}

.btn-group {
  position: absolute;
  bottom: 15px;

}

.mr {
  margin-right: 3rem;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

@media (max-width: 768px) {

  .custom-bg-01,
  .custom-bg-02 {
    background-image: none !important;
  }
}

@media (max-width: 767px) {
  footer {
    vertical-align: baseline !important;
  }
}

.row>* {
  margin-bottom: 3px !important;
}

.modal {
  --bs-modal-width: 1080px !important;
}

.type-fat {
  font-weight: 600;
  color: #007c8a;
}

.placeholder {
  background-color: #fff !important;
}

#mc {
  background-color: var(--bs-gray-300) !important;
  font-size: 14px;
}

.custom-bg {
  /*background-image: url(../img/owtp-mock.png);*/
  background-color: var(--bs-gray-300) !important;
  background-size: 375px auto;
  background-repeat: no-repeat;
  background-position: right 25%;
}

.custom-bg-01 {
  background-image: url(../img/owtp-mock.png);
  background-color: var(--bs-gray-300) !important;
  background-size: 375px auto;
  background-repeat: no-repeat;
  background-position: right 25%;
}

.custom-bg-02 {
  background-color: var(--bs-gray-300) !important;
  background-image: url(../img/marker-4-sp.png);
  background-size: 450px auto;
  background-repeat: no-repeat;
  background-position: right 25%;
}

.custom-bg-03 {
  background-image: url(../img/urban-water-cycle-multiply-20.png);
  background-color: var(--bs-gray-900) !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.custom-bg-04 {
  background-image: url(../img/water-cycle-multiply-20.png);
  background-color: var(--bs-gray-900) !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.hr-light {
  border-color: #fff;
}

#owp-symbol {
  margin-right: .5rem;
}

.icon-top {
  position: absolute;
  width: 20%;
  max-width: 110px;
  margin: 1rem;
}

.btn-custom {
  padding: .5rem 1rem;
  background-color: #007c8a;
  color: #fff;
  font-weight: 600;
}

.btn-custom:hover,
.btn-custom:focus {
  background-color: #8a762f;
  color: #fff;
  font-weight: 600;
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

footer {
  background-color: #000;
  bottom: 0px;
  padding: 20px 0 0 0;
}

footer > .container {
  padding: 0;
}

footer > div > .row {
  padding: 20px;
}

footer a,
footer a:hover {
  color: rgba(0, 132, 83, 1.0);
  font-weight: 700;
}

footer .logo {
  width: 200px;
  height: 52px;
  margin: 0 0 1em;
}

footer .social-icon-white {
  text-decoration: none;
}

footer p {
  margin: 7px 0 7px 0;
}

footer .nav-links {
  margin-top: 0;
  margin-left: 1.25rem;
  list-style: none;
  padding: 0;
  line-height: 28px;
}

#footercol1 {
  width: 20%;
  float: left;
  border-right: 2px solid white;
  height: 100px;
}

#footercol2 {
  padding-left: 2.5%;
  padding-right: 2.5%;
  width: 25%;
  float: left;
}

#footercol3 {
  width: 20%;
  float: left;
  padding-left: 2%;
  padding-right: 0;
}

#footercol4 {
  width: 30%;
  float: left;
}
.animation-footer {
  padding: 2.5rem;
  color: #fff;
  text-align: left;
  background-color: #839794;

}

.animation-footer p:last-child {
  margin-bottom: 0;
}

#sac-state-logo-container {
  display:flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

#sac-state-logo-container > div {
  padding: 0;
  background: white;
  margin: 0 !important;
}

.top-row-container {
  display: flex;
  align-items: center;
  width: 100%;
}
.sac-logo {
  float: left;
  margin: 15px;
  flex: 1;
}

.search-container {
  flex: 0.25;
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  min-width: 150px;
  max-width: 300px;
  margin-right: 1em;
}

.dropdown-menu {
  position: absolute;
  top: 100%; 
  left: 0;
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  display: none;
  z-index: 1000;
  box-sizing: border-box; 
}

.dropdown-menu a {
  display: block;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
}

.dropdown-menu a:hover {
  background: #f1f1f1;
}

.extra {
  padding: 2em;
  margin-top: 2em;
}

.extra a {
  color: rgba(0, 132, 83, 1.0);
}

.show-all {
  display:block;
  text-align: center;
  padding:10px;
  color: #007bff;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  border-top: 1px solid #ddd;
}

.search-form {
  width: 100%;
  display: flex;
  flex: 1;
}

.search-input {
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 16px;
  width:100%;
}

.search-button {
  background: none;
  border: 1px;
  cursor: pointer;
  color: #284c44;
  margin-right: 1em;
  font-size: 2em;
}

.search-button i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.search-button:hover {
  filter: brightness(150%);
}

.sac-logo img {
  height: 35px;
}

.footer-links {
  margin-top: 0.5em;
}

.footer-links a {
  color: #a3bdb4;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

#water-program {
  background: rgba(38, 78, 68, 1.0);
  padding-left: 1em;
  padding-top: 1em;
  min-height: 7em;
}

#water-program ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: table;
  table-layout: fixed;
  line-height: 1.15;
}

#water-program ul #owp-logo {
  width: 325px;
}

#menu {
  color: white;
  font-weight: 700;
  margin-top: 7px;
  cursor: pointer;
  padding: 1em;
}

#menu > * {
  font-size: 14px;
}

#water-program ul #menu {
  width: 75px;
}

#water-program ul li {
  padding-left: 0;
  margin-left: 0;
  display: table-cell;
  width: auto;
}

#water-program ul .fill {
  display: inline-table;
}

#water-program ul #cart{
  color:#fff;
  font-weight:bold;
  width:40px;
  height:35.5px;
  background-position:center;
  background-image:url(/svg/icons/cart-empty-wht.svg);
  background-repeat: no-repeat;
  vertical-align:middle
}

#water-program ul #cart a{
  color:#fff;
  display:block;
  margin-bottom:10px
}

#water-program ul #userLogin {
  color: #ccc;
  width: 150px;
  padding-left:25px;
  vertical-align: middle;
}

#water-program ul #userLogin a {
  color: #fff;
}

.sidenav {
  height: calc(100vh);
  position:absolute;
  z-index: 11;
  top: 163px;
  left: 0;
  width: 0;
  background: rgba(247, 247, 247, 0.98);
  overflow: auto;
  transition: width 0.5s;
  padding-top: 60px;
}

.fixed-side-nav {
  position: fixed;
  top: 0;
  left: 0;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 36px;
  margin-left: 50px;
  width: 4rem;
  height: 3.75rem;
  text-align: center;
}

.sidenav a {
  padding: 0;
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
  display: block;
  transition: 0.3s;
  font-size: 15px;
}

.sidenav a:hover {
  color: #FFF !important;
  background: rgba(0, 78, 56, 0.75);
}

.is-drilldown {
  min-height: 840px !important;
  max-width: 100% !important;
  overflow: hidden;
  width: 500px;
  height: 100px;
  position: relative;
}

#m1 {
  max-width: 100%;
  padding-left: 0;
}

.menu {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.menu > li > a {
  line-height: 20px;
  font-weight: 700;
  display: block;
  padding: .7rem 1rem;
}

.sidenav li {
  text-decoration: none;
  font-size: 20px;
  color: black;
  display:block;
  transition: 0.3s;
  border-bottom: 1px dotted #666;
  cursor: pointer;
}

.drilldown-submenu-cover-previous {
  min-height: 100%;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform .15s linear;
}

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%)
}

.is-drilldown-submenu.is-closing {
  transform: translateX(100%)
}

.is-drilldown-submenu-parent > a {
  position: relative;
}

.is-drilldown-submenu-parent > a:after {
  display: block;
  width: 0;
  height: 0;
  border: 6px inset;
  content: "";
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.is-drilldown-submenu-parent > a::after {
  border-left-style: solid;
  border-color: transparent transparent transparent #70bf49;
}

.js-drilldown-back > a:before {
  width: 0;
  height: 0;
  border: 6px inset;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: .75rem;
  border-left-width: 0;
}

.js-drilldown-back > a::before {
  border-right-style: solid;
  border-color: transparent #70bf49 transparent transparent;
}

#supportedProjects a {
  background: rgba(235, 235, 235, 0.98);
}

#supportedProjects a:hover {
  background: rgba(247, 247, 247, 0.98);
}

.menu-header {
  padding: 0px !important;
}

.menu-header > a {
  margin: 8px;
  font-size: 17px;
  text-decoration: underline;
}