.donations-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #151f47;
}

.donations-container .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.donations-left {
  background: #f3f4f4;
  padding-left: 80px;
  padding-right: 20px;
  display: table-cell;
  padding-top: 50px;
  padding-bottom: 50px;
}

.donations-left h2 {
  font-weight: 600;
  color: #9d9d9d;
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 20px;
}

.donations-left h3 {
  font-size: 18px;
  margin: 0;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1a2146;
}

.donations-right {
  display: table-cell;
}

.clear {
  clear: both;
}

.first {
  text-align: left;
}

.last {
  text-align: right;
}

.donation-box {
  background: #e0e0e0;
  color: #444;
  max-width: 500px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  margin: 50px auto;
  border: 5px solid #fff;
}

.donation-box .message,
.donation-box .money,
.donation-box .bar {
  padding: 10px;
}

.donation-box .money {
  margin: 10px 0;
}

.donation-box .money .raised,
.donation-box .money .goal {
  width: 49%;
}

.donation-box .money span {
  font-style: italic;
  color: gray;
}

.donation-box .money h3 {
  margin: 0px 5px 5px 5px;
  color: #2c3d97;
  font-weight: 600;
}

.donation-box .money .raised {
  float: left;
  border-right: 2px dotted #1a2146;
}

.donation-box .money .goal {
  float: right;
}

.donation-box .message {
  border-bottom: 1px solid #444;
}

.donation-box .message h3 {
  font-size: 18px;
  margin: 10px 0 0 0;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1a2146;
}

.donation-box .message p {
  margin: 0;
  font-weight: 600;
  color: #9d9d9d;
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 20px;
}

#progressbar {
  border: 0;
}

.donation-box .bar .ui-widget-header {
  background: #fe4605;
  margin: 0;
  border: 0;
}

.donation-box .bar span {
  margin: 10px 0 0 0;
  font-style: italic;
  width: 33%;
  display: inline-block;
}

.donation-box .button {
  background: lightgray;
  padding: 20px 0;
  border-radius: 5px;
}

.donation-box .button a {
  background: #fdce06;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  color: #1982d1;
  font-weight: 700;
}

.donation-box .button a:hover {
  background: #fdd838;
}

.pum-container .pum-content > :first-child {
  line-height: 0 !important;
}

/* Archive, category and single styles */
.archive.category .container {
  padding-top: 30px;
  padding-bottom: 70px;
}
.page-header.archive-header {
  background-image: url("https://www.sbstanks.com/wp-content/uploads/2021/06/Build-for-Better-1.jpg");
  width: 100%;
  position: relative;
  text-align: center;
  padding: 100px 30px;
  background-size: cover;
  background-position: center;
}
.archive-header .archive-title {
  color: #fff;
  font-size: 2em;
  text-transform: uppercase;
}
.archive-header .archive-description p {
  color: #fff;
}
article.post-card.col-55:nth-last-child(4n + 0) {
  clear: both;
  content: "";
  display: table;
}
.archive.category article.post-card {
  margin-bottom: 15px;
  margin-right: 7px;
  margin-left: 7px;
  padding: 0;
  border: 1px solid #bdbdbd;
  /* height: 560px;
    min-height: 400px; */
  background-color: #f2f4f4;
}
.archive.category article .post-excerpt {
  /* background-color: #f2f4f4; */
  padding: 15px;
}
.post-excerpt h3 {
  line-height: 22px;
  display: block;
  min-height: 70px;
  margin: 0px !important;
}
.blog-archive .post-card-title {
  color: #1a2146;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  /*     word-break: break-all; */
}
.post-card em.post-date,
em a {
  color: #9d9d9d;
  font-size: 12px;
}
.blog-archive .post-card-img img {
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-card-img {
  width: 100%;
  height: 200px;
}
.post-excerpt .btn {
  margin-top: 20px;
  padding: 12px 45px;
}

/* Sidebar styles */
.archive.category .sidebar,
.single-post .sidebar {
  background-color: #f2f4f4;
}

.sidebar-module-inset h3.widget-title,
.sidebar-module h4 {
  color: #1a2146;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  margin: 40px 0;
}

.sidebar-module h4:after {
  display: inline-block;
  content: "";
  border-top: 3px solid #eb330c;
  width: 4rem;
  margin: 0 0 0 2rem;
  transform: translateY(-4px) translateX(-25px);
}

.sidebar-module-inset h3.widget-title:after {
  display: inline-block;
  content: "";
  border-top: 3px solid #eb330c;
  width: 3rem;
  transform: translateY(-5px) translateX(5px);
  position: relative;
}

.sidebar-module-inset .widget-content > ul,
.sidebar-module ul,
.sidebar-module ul .cat-item,
.sidebar-module ul.postsbycategory {
  list-style: none;
  padding-left: 0;
}

.sidebar-module-inset .widget-content ul {
  list-style: none;
}

.sidebar-module-inset ul ul {
  padding-inline-start: 20px;
}

.sidebar-module-inset ul > li.cat-item a:before,
.sidebar-module ul > li.cat-item a:before {
  content: "\f054";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 15px;
}
.sidebar-module-inset ul > li a,
.sidebar-module ul > li a {
  color: #1a2146;
  padding: 10px 10px 1px;
  display: block;
  text-decoration: none;
  font-size: 16px;
}
.sidebar-module ul > li a:hover {
  color: #eb330c;
}
.sidebar-module .postsbycategory li {
  padding-bottom: 5px;
}
.sidebar-module .postsbycategory img {
  margin-right: 5px;
}

.postid-429 .applications.energy,
.postid-267 .applications.energy,
.postid-311 .applications.energy,
.postid-266 .applications.energy,
.postid-428 .applications.energy {
  display: none !important;
}

.postid-429 #case-studies.energy-solutions,
.postid-267 #case-studies.energy-solutions,
.postid-311 #case-studies.energy-solutions,
.postid-266 #case-studies.energy-solutions,
.postid-428 #case-studies.energy-solutions {
  display: none !important;
}

.postid-4016 .applications.water,
.postid-4019 .applications.water,
.postid-4015 .applications.water,
.postid-4017 .applications.water,
.postid-4018 .applications.water,
.postid-4014 .applications.water {
  display: none !important;
}

.postid-4016 #case-studies.water-solutions,
.postid-4019 #case-studies.water-solutions,
.postid-4015 #case-studies.water-solutions,
.postid-4017 #case-studies.water-solutions,
.postid-4018 #case-studies.water-solutions,
.postid-4014 #case-studies.water-solutions {
  display: none !important;
}

/* --- Mega menu styles --- */
.ubermenu-skin-minimal {
  background: #2a368f !important;
}
body:not(.rtl)
  .ubermenu-skin-minimal.ubermenu-horizontal
  .ubermenu-item-level-0
  > .ubermenu-target {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.ubermenu-target-text {
  text-transform: uppercase !important;
}
.menu-top-parent-item span.ubermenu-target-title,
.ubermenu-item-5136 a {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  transition: all 0.2s ease-in-out;
}
.menu-top-parent-item span.ubermenu-target-title:hover,
.ubermenu-item-5136 span:hover {
  color: #eb330c !important;
}
.menu-top-parent-item span.ubermenu-target-title:before,
.ubermenu-item-5136 span::before {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  content: "";
  background-color: #1a2146;
  -webkit-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
  z-index: -99;
}
.menu-top-parent-item span.ubermenu-target-title:hover:before,
.ubermenu-item-5136 span:hover::before {
  height: 100%;
}
.menu-top-parent-item span.ubermenu-target-title:active:before,
.ubermenu-item-5136 span:active::before {
  height: 100%;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
  color: #fff !important;
}

ul.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
  position: absolute;
  left: -11rem;
  width: 114%;
}
.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-tab.ubermenu-active > .ubermenu-target {
  background: transparent !important;
}

li.ubermenu-item-4541,
li.ubermenu-item-4550 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
li.ubermenu-item-4541:hover {
  background-color: #1a2146 !important;
}
li.ubermenu-item-4541:before {
  content: "";
  border-left: 10px solid #1a2146 !important;
  padding-bottom: 120px !important;
  margin-bottom: 12px !important;
}
li.ubermenu-item-4550:hover {
  background-color: #eb330c !important;
}
li.ubermenu-item-4550:before {
  content: "";
  border-left: 10px solid #eb330c !important;
  padding-bottom: 120px !important;
  margin-bottom: 12px !important;
}

/* li.ubermenu-item-4541 .menu-subparent-tab:before {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background-color: #1a2146;
    -webkit-transition: width 0.2s ease-in-out;
    -o-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
    z-index: -99;
}
.menu-subparent-tab:hover:before {
    width: 100%;
}
a.menu-subparent-tab:active:before {
    width: 100%;
} */

.menu-subparent-tab span.ubermenu-target-title {
  color: #1a2146 !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  margin-bottom: 15px;
  transition: all 0.2s ease-in-out;
}
.menu-subparent-tab span.ubermenu-target-description {
  color: #1a2146 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  transition: all 0.2s ease-in-out;
}

li.ubermenu-item-4541:hover span.ubermenu-target-title,
li.ubermenu-item-4550:hover span.ubermenu-target-title,
li.ubermenu-item-4541:hover span.ubermenu-target-description,
li.ubermenu-item-4550:hover span.ubermenu-target-description {
  color: #fff !important;
}

ul.ubermenu-submenu-id-4541,
ul.ubermenu-submenu-id-4550 {
  background: #f9f9f9 !important;
  padding: 10px !important;
}

li.menu-child-title .ubermenu-target span.ubermenu-target-text {
  font-size: 14px !important;
  color: #1a2146 !important;
  font-weight: 600 !important;
}
li.menu-child-item .ubermenu-target span.ubermenu-target-text {
  font-size: 12px !important;
  color: #1a2146 !important;
  font-weight: 500 !important;
}
li.menu-child-item .ubermenu-target span.ubermenu-target-text:hover {
  color: #eb330c !important;
}

.ubermenu-skin-minimal .ubermenu-submenu.ubermenu-submenu-drop {
  border: none !important;
}

/* .touchy-by-bonfire ul li.current-menu-item > a, .touchy-by-bonfire .sub-menu .current-menu-item > a {
    color: #2a368f;
} */

/* Video=============== */
.page-id-4719 .secondary,
.page-id-4719 .pagination-container {
  display: none;
}
.page-id-4719 .wrapper {
  padding-top: 80px;
}
.page-id-4719 .wplp_container .thumbnail {
  max-height: 205px;
}
#vidBackground {
  position: relative;
}
#vidBackground .solution-cover-button {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
#vidBackground .solution-cover-button:hover > img {
  display: none;
}
#vidBackground .solution-cover-button:hover > span {
  display: inline-flex !important;
  height: 100px;
  width: 309px;
  align-items: center;
  padding-left: 66px;
  color: #fff !important;
}
#vidBackground video#video {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #000000;
  object-fit: cover;
}

.wc-barometer {
  margin-top: 122px;
  background-color: #152048;
  margin-bottom: -125px;
  padding: 50px 0;
  position: relative;
}

.wc-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 30px;
  justify-content: center;
}

.wc-logo {
  padding: 0 50px 0 0;
  width: 27%;
}

.wc-logo img {
  width: 100%;
}

.wc-info {
  width: 26%;
  padding: 20px;
}

.wc-info span {
  color: #fff;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -1px;
  max-width: 300px;
  display: block;
  margin-bottom: 15px;
}

.wc-info a {
  background-color: #2d3e99;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 20px 9px;
  border-radius: 30px;
  letter-spacing: 0.8px;
  font-size: 15px;
  transition: 0.35s ease all;
}

.wc-info a:hover {
  background-color: #eb330c;
}

.wc-target {
  width: 50%;
  padding-left: 20px;
  /* position: absolute; */
  /* right: 0; */
  position: relative;
  top: 12px;
}

.wc-target h3 {
  text-align: center;
  font-size: 28px;
  margin: 0 0 20px;
}

.wc-target p {
  text-align: center;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wc-target p.current {
  margin: 0 0 20px;
}

.wc-target p.target {
  font-size: 28px;
  margin: 20px 0 0;
}

.wc-target img {
  width: 100%;
}

.wc-bar {
  width: 100%;
  height: 75px;
  border: 9px solid #2d3e99;
  border-right: none;
  border-top-left-radius: 55px;
  border-bottom-left-radius: 55px;
  background-color: #d9d9d9;
}

.east-africa-map {
  display: flex;
  width: 100%;
}

.east-africa-map .col-12,
.east-africa-map .col-4,
.east-africa-map .col-8 {
  padding: 0;
}

.east-africa-map .col-12 {
  display: flex;
  background-color: #f2f4f4;
}

.east-africa-map .col-4 {
  padding: 30px 20px 30px 80px;
  align-self: center;
}

.east-africa-map h3 {
  color: #1a2146;
  font-weight: 600;
  font-size: 18px;
  margin-top: 0;
}

.east-africa-map .btn-container {
  margin-top: 35px;
}

@media (max-width: 1199px) {
  .wc-barometer {
    margin-top: 0;
  }
  .home .wrapper {
    padding-top: 0;
  }
  body .header {
    display: none;
  }
}
@media only screen and (min-width: 968px) and (max-width: 1492px) {
  article.post-card.col-55:nth-last-child(2n + 0) {
    clear: both;
    content: "";
    display: table;
  }
}

@media (max-width: 1000px) {
  .east-africa-map .col-12 {
    flex-wrap: wrap;
  }
  .east-africa-map .col-4,
  .east-africa-map .col-8 {
    width: 100%;
  }
  .east-africa-map .col-4 {
    padding: 30px 40px;
    text-align: center;
  }
  .tanks-desc {
    padding: 35px 0;
  }
  .lime-content .content-wrapper {
    padding: 54px 30px;
  }
}
@media only screen and (max-width: 992px) {
  .archive.category .container {
    padding: 30px 15px 70px 1px;
  }
  .archive.category .sidebar {
    margin: 7px;
  }
}

@media (max-width: 960px) {
  .wc-wrapper {
    max-width: 600px;
  }
  .wc-barometer {
    margin-bottom: 0;
  }
  .wc-logo {
    padding: 0;
    width: 50%;
  }
  .wc-info {
    width: 50%;
    padding: 20px;
  }
  .wc-target {
    width: 100%;
    padding-left: 0;
    position: relative;
    margin-top: 20px;
  }
  .wc-bar {
    width: calc(100% + 30px);
  }
}
@media only screen and (max-width: 736px) {
  .donations-left {
    text-align: center;
    padding: 30px;
  }
  .page-header {
    background-position: center center !important;
  }
  .post-excerpt .btn {
    display: block;
    text-align: center;
  }
  #vidBackground .solution-cover-button {
    font-size: 20px;
    min-width: 230px;
    text-align: center;
  }
}
@media (max-width: 639px) {
  .wc-logo {
    padding: 20px 0;
    width: 100%;
    text-align: center;
  }
  .wc-logo img {
    max-width: 300px;
  }
  .wc-info {
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }
  .wc-info span {
    margin: 0 auto 15px;
  }
  .wc-bar {
    height: 62px;
    border: 7px solid #2d3e99;
  }
}
