.open_call_logo {display:inline-block; margin-right: 10px;}
.open_call_logo > a > img{height: 75px; margin-right: 10px;}

div.well h3 {
    margin: 0px 0px 16px 0px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d2d2d2;
}

form.open_call_form {}
form.open_call_form label {font-weight: bold;}

.participant_wrap {display: none;}
.rep_wrap_2 {display: none;}
.rep_wrap_3 {display: none;}


.waterdrop-image {
    height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*
    CEO Water Mandate blue colors
    #4f6d83
    #385073
    #557889
    #2c5174
*/
html {
    font-size: 14px;
  }

  @media (min-width: 768px) {
    html {
      font-size: 16px;
    }
  }

  .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
  }

  html {
    position: relative;
    min-height: 100%;
  }

  body {
/*      margin-bottom: 60px;*/
      font-family: 'Roboto', sans-serif !important;
      font-size: 18px !important;
      margin-top: 0px;
      /*width: 98.9% !important;*/
  }
  .top_nav {
      /*    background: #1E3250;
      background: -webkit-linear-gradient(bottom, #1E3250, #274169);
      background: -o-linear-gradient(top, #1E3250, #274169);
      background: -moz-linear-gradient(top, #1E3250, #274169);
      background: linear-gradient(to top, #1E3250, #274169);
      */
      color: #fff;
  }
  /* Style the navigation menu */
  .topnav {
      overflow: hidden;
      background: #1E3250;
      /*position: relative;*/
      min-height: 66px;
      padding-top: 5px;
  }
    /* Style navigation menu links */
    .topnav a, .topnav a:hover {
      color: white;
      padding: 10px 10px;
      text-decoration: none;
      font-size: 20px;
      /*display: block;*/
      margin-top: 8px;
  }
  @media all and (max-device-width: 768px){
    .topnav a, .topnav a:hover {
      font-size: 18px;
    }
  }
  @media all and (max-device-width: 640px){
    .topnav a, .topnav a:hover {
        font-size: 16px;
    }
}

@media all and (max-device-width: 320px){
  .topnav a, .topnav a:hover {
        font-size: 14px;
    }
}

/* Style the hamburger menu */
.topnav .toggle_nav_menu {
  float: right;
  margin-top: 10px;
  margin-right: 0px;
}
.topnav a.icon {
    background: #506d88;
  /*display: block;*/
/*          position: absolute;*/
/*          right: 0;*/
/*          top: 0;*/
}

.rrssb-buttons {margin-top: 8px;}
.open_call_wah_logo {height: 50px;}

@media (max-width: 768px) {
  .rrssb-buttons {margin-top: 2px;}
  .open_call_wah_logo {height: 40px;}
}



  .wahmenu {
      overflow: hidden;
      background: #1E3250;
      opacity: .95;
  }

  .wahmenurow {
      position: absolute;
      z-index: 9999;
      right: 0;
      width: -webkit-fill-available;
  }
  /* Hide the links inside the navigation menu (except for logo/home) */
  .wahmenu #myLinks {
      display: none;
      font-size: 18px;
      color: #ffffff;
      right: 0;
  }

  .wahmenu a {
      color: white;
      padding: 10px 10px;
      text-decoration: none;
      font-size: 20px;
      /*display: block;*/
      margin-top: 8px;
  }

  .sliderlink a {
    color: white;
    text-decoration: none;
  }
      .wahmenu a:hover {
          background-color: var(--nbs-light-blue);
          color: var(--nbs-dark-blue);
      }

  .personalizationrow {
/*    background-color: #4f6d88;*/
    background-color: none;
      font-size: 12px;
      font-color: #ffffff;
      padding: 8px;
      right: 0;
  }
  .jointstatementheader {
    background-color: #4f6d88;
      font-size: 18px;
      color: #ffffff;
      padding: 8px;
      right: 0;
  }
  .jointstatementfooter {
    background-color: #4f6d88;
      font-size: 4px;
      font-color: #ffffff;
      padding: 4px;
      right: 0;
  }
  .socialmedia {
      font-size: 16px;
      font-color: #ffffff;
      padding: 20px 8px 8px 8px;
      min-height: 20px;

  }
  .inline-image {
    float: right;
    padding: 10px 0px 10px 10px;
  }
  .main-container {
      margin-top: 30px;
  }
  .top_nav p.ceo a {
      text-decoration: none;
      color: #fff;
      display: inline-block;
      margin: 0;
      padding: 6px 0px 0px 16px;
      font-size: 14px;
      font-weight: bold;
  }
  .cwmlogorow {

  }
  .title {
    padding-bottom: 10px;
  }
  .introtext {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .contentGrid {
    padding: 20px;
  }
  .contentGridTitle {
    padding-bottom: 5px;
    color: #506d88;
    font-weight: bold;
  }
  .contentGridText {
    font-size: 14px !important;
  }
  .btn-sign {
    min-width: 200px;
    padding-right: 10px;
    background-color: #506d88 !important;
  }
  .img-pdf {
    height: 50px !important;
  }
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  .logopanel {
    /*height: 200px !important;*/
  }
  .img-header {
    /*object-fit: none;*/ /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    width: 100%;
    /*max-height: 175px;*/
    margin-bottom: 2rem;
/*    margin-top: 1rem;*/
    margin-top: 0;
  }
  .eventtitle {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
  }
  .basinTable {
      margin-top: 1px;
      color: #000000;
  }
  .basinTableTitle {
      margin-top: 30px;
      font-size: 18px;
      color: #4f6d83;
  }
  .companyHeading {
      margin-top: 30px;
      font-size: 18px;
      font-weight: bold;
      color: #2c5174;
  }
  .formInstructions {
      font-size: 14px;
  }
  footer {
    margin: 0;
    padding: 0;
    background: none !important;
    border: none;
  }
  .footer {
      font-size: 14px;
      color: #1E3250;
      margin-top: 30px;
  }
  .footer_links {
      font-size: 14px;
      color: #1E3250;
  }
  .footer_nav {
      padding-top: 10px;
  }
  .ceo_logo {
      padding-top: 15px;
  }
  .waterdrop-image {
    height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  img.wah_mini_logo {
      height: 48px;
      margin-top: 10px;
  }
  img.cwm_logo {
      height: 100px;
      padding: 10px;
  }
  img.wrc_logo {
      height: 100px;
      padding: 10px;
  }
  .basinformtitle {
      color: #000000;
  }
  .img-pdf-download {
    padding-top: 5px;
  }
  /* for image slider */
  * {box-sizing:border-box}
.footer {
    padding-top: 50px;
}
/* Slideshow container */
.slideshow-container {
  /*max-width: 1080px;*/
  /*width: fit-content;*/
  position: relative;
  /*margin: auto;*/
  /*padding-top: 10px;*/
  margin: 0;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  text-decoration: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 24px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
  /* end image slider */
