/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 2, 2019, 5:59:54 AM
    Author     : oliver
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 20, 2020, 4:39:52 PM
    Author     : ollie
*/
.slide .hidden {
  visibility: hidden;
}
.slide .slide_header {
  position: relative;
  animation: slideright 1s;
  animation-delay: 1s;
  z-index: 100;
}
.slide .slide_body {
  position: relative;
  animation: slideright 1s;
  animation-delay: 1.25s;
  z-index: 100;
}
.slide .slide_btn {
  position: relative;
  animation: slidedown 1s;
  animation-delay: 2s;
  z-index: 99;
  top: 0;
  transition: top 0.25s;
}
.slide .slide_btn:hover {
  top: -5px;
}

.iconbar dl {
  top: 0px;
  position: relative;
  transition: top 250ms;
}

.iconbar dl:hover {
  top: -10px;
}

@keyframes slideright {
  0% {
    left: 500px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@keyframes slidedown {
  0% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
/* Banner font sizes */
/* main navbar */
/* logo width */
body::-webkit-scrollbar {
  width: 0.25em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.white_bg {
  background-color: #fff;
}

.grey_bg {
  background-color: #ebebeb;
}

.dark_grey_bg {
  background-color: #333;
}

.green_bg {
  background-color: #00c130;
}

a.btn.green_bg:hover {
  background-color: #009209;
}

a, button {
  cursor: pointer;
}

h1 {
  color: #00c130;
  border-bottom: 1px solid #eee;
}

.top_border {
  background-color: #ebebeb;
  font-family: "Exo", sans-serif;
  font-weight: bold;
}

.nav_bgcolor {
  background-color: #fff;
}

.container {
  /*    width:80vw;
      max-width:80vw;*/
}

.container_rs {
  max-width: 50%;
  margin: 0 0 0 auto;
}

.flex-column {
  flex-direction: column;
}

.addthis_toolbox {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.addthis_inline_follow_toolbox {
  width: 205px;
}

nav h1 {
  margin: 0;
  display: block;
}
nav h1 a {
  display: block;
}
nav img {
  height: 70px;
  position: relative;
}
nav .logo {
  position: relative;
  width: 205px;
  padding: 1em 0;
}
nav #top_search {
  align-self: flex-end;
  padding: 1em;
}
nav .search_icon {
  position: relative;
  z-index: 100;
}
nav .search_bar {
  margin-left: -40px;
  padding-left: 40px;
}
nav li, nav p, nav a, nav div, nav button, nav input, nav label, nav textarea, nav select {
  font-family: "Exo", sans-serif;
  font-size: 10pt;
  font-weight: bold;
}
nav li, nav p, nav a, nav div, nav button, nav label {
  text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6, button, label {
  font-family: "Exo", sans-serif;
}

#footer .nav .nav-item, nav .nav-item {
  border-left: 1px solid white;
  padding: 0.5em 1em;
}
#footer .nav .nav-item:first-child, nav .nav-item:first-child {
  border: none;
}
#footer .nav a:hover, nav a:hover {
  color: #0000fe;
  text-decoration: none;
}

.navbar li {
  cursor: pointer;
}

.dropdown-item {
  font-weight: bold;
}

.slides {
  overflow: hidden;
}

.slide {
  position: relative;
  /*.slide_bkgnd { position: absolute; bottom:-130%;}*/
}
.slide .slide_header {
  background-color: #00c130;
  padding: 15px 5em;
}
.slide .slide_body {
  background-color: #009209;
  padding: 15px 5em;
}
.slide h2 {
  color: white;
  font-size: 36px;
  margin-bottom: 0.5em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.slide p {
  color: white;
  font-size: 20px;
  margin-bottom: 2em;
}
.slide .slide_bkgnd {
  background: url(../img/banner-img.webp);
  background-size: cover;
  background-position: 67% 15%;
}
.slide .slide_bkgnd.sixtyyears {
  background: url(../img/pioneers-of-hydrogeology.jpg);
  background-size: cover;
  background-position: 50% 0%;
  min-height: 572px;
}
.slide .container-1 {
  width: calc(576px - 5em);
  /* padding-right: 15px; */
  /* padding-left: 15px; */
  margin-right: auto;
  margin-left: 0vw;
}
.slide .container-2 {
  width: calc(576px - 5em);
}
.slide .slide_content {
  padding: 8rem 0;
  position: relative;
  z-index: 100;
  width: 50vw;
  margin: 0 0 0 50vw;
  -webkit-mask: url(../img/icon_rotatedbw-mask.svg);
  mask: url(../img/icon_rotatedbw-mask.svg);
  -webkit-mask-size: 100%;
  -webkit-mask-position: 0 50%;
}
.slide .slide_content::after {
  content: "";
  background: url(../img/icon_rotatedbw.svg) 0 50% no-repeat transparent;
  background-size: 100%;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.slide .slide_btn {
  text-align: right;
}
.slide .btn {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top: 3px solid #ccc;
}

.at-follow-tbx-element .at300b, .at-follow-tbx-element .at300m {
  padding: 0.4rem;
}

.iconbar {
  position: relative;
  text-align: center;
  margin: auto;
  padding: 0 15px 0;
  background-color: #009209;
  color: white;
  font-family: "Exo", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.iconbar .container {
  margin: auto;
  text-align: center;
  position: relative;
}
.iconbar dl:not(.container) {
  margin: 0;
  padding: 1em;
  display: inline-block;
  width: 15.8333333333%;
}
.iconbar dl {
  cursor: pointer;
}
.iconbar dl a {
  color: white;
  text-decoration: none;
}
.iconbar dl a:hover {
  color: #ccc;
  text-decoration: none;
}
.iconbar svg .cls-1 {
  fill: white;
}
.iconbar h2 {
  font-weight: bold;
}
.iconbar svg {
  height: 60px;
}

.logos img {
  padding: 2%;
  vertical-align: middle;
}

.btn-info {
  background-color: white;
  color: #00c130;
}
.btn-info svg path {
  fill: #00c130;
}

.btn-info:hover {
  background-color: #00c130;
  color: white;
}
.btn-info:hover svg path {
  fill: white;
}

.btn {
  font-weight: bold;
  text-align: left;
  font-family: "Exo", sans-serif;
  font-size: 14px;
  padding: 1em 2em;
}

form .glyphicon svg {
  height: 15px;
  width: 15px;
}

.glyphicon-blue path {
  fill: #0000fe;
}

.glyphicon-white path {
  fill: #fff;
}

.glyphicon_lg {
  padding-left: 3em;
}
.glyphicon_lg svg {
  width: 16px;
  height: 32px;
  vertical-align: middle;
}

#main-content h2 {
  color: #666;
  font-weight: bold;
  position: relative;
}
#main-content h3 {
  color: #bbb;
  font-size: 22px;
}
#main-content h4 {
  color: #aaa;
  font-size: 28px;
}
#main-content p {
  font-size: 18px;
  line-height: 30px;
  padding-top: 15px;
}
#main-content img.float {
  max-width: 100%;
  float: left;
  padding-right: 3rem;
  padding-bottom: 15px;
}
#main-content img {
  max-width: 100%;
}
#main-content .home_pg img {
  width: 100%;
}
#main-content .home_pg p {
  padding-top: 0;
}

#main-content h2, #main-content h3 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.st-linel {
  display: inline-block;
  height: 6px;
  width: 15%;
  background-color: #0000fe;
  position: absolute;
  top: calc(50% + 3px);
  left: 0;
}

.st-liner {
  display: inline-block;
  height: 6px;
  width: 15%;
  background-color: #0000fe;
  position: absolute;
  top: calc(50% + 3px);
  right: 0;
}

#dropaline {
  background-color: #444;
  color: white;
}

.dal {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 30px;
}

.shout-out {
  background-color: #ddd;
}
.shout-out p {
  font-size: 20px;
}
.shout-out .tel {
  font-size: 36px;
  color: #0000fe;
  font-weight: bold;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.form-control {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ced4da;
}

#footer {
  font-size: 14px;
  color: #fff;
}
#footer .nav {
  display: block;
}
#footer .nav a {
  color: white;
  font-weight: normal;
  padding: 0;
}
#footer .nav a:hover {
  color: #00c130;
}
#footer ul {
  flex-direction: column;
  padding: 1em;
}
#footer ul li {
  text-align: left;
  margin: 0;
}
#footer p {
  text-align: right;
}
#footer .nav p {
  text-align: left;
}
#footer .nav-item:first-child {
  padding-left: 0;
}
#footer .btn-info:hover {
  background-color: #00c130;
  color: white;
}
#footer .btn-info:hover svg path {
  fill: white;
}
#footer .btn-info:active {
  background-color: #009209;
  color: white;
}
#footer .btn-info:active svg path {
  fill: white;
}
#footer .copyright {
  align-self: stretch;
  flex-grow: 1;
}

.align-self-end {
  align-self: end;
}

.headerimg img {
  width: 100%;
}

#main-content .bios {
  display: flex;
  flex-wrap: wrap;
  /*    .img, .noimg { min-height:667px;}*/
}
#main-content .bios .bio {
  position: relative;
  padding: 0.5em 2em;
  overflow: hidden;
  min-height: 200px;
}
#main-content .bios img {
  width: 100%;
  padding: 0;
  float: none;
}
#main-content .bios .bio-desc {
  background-color: #00c130;
  position: absolute;
  padding: 1em;
  width: calc(100% - 2em);
  margin-left: -1em;
  border-bottom: 10px solid #009209;
  transition: all 1s ease;
  bottom: 0%;
  overflow-y: auto;
  height: 150px;
}
#main-content .bios .bio-desc h2 {
  color: white;
  border-bottom: 1px solid white;
  text-align: left;
  margin-left: 1em;
  font-size: 24px;
}
#main-content .bios .bio-desc h3 {
  color: #eaeaea;
  text-align: left;
  margin-left: 2em;
}
#main-content .bios .bio-desc p {
  display: none;
  opacity: 0;
  transition: all 0.5s ease;
  color: white;
  font-size: 14px;
}
#main-content .bios .bio-desc::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}
#main-content .bios .bio-desc::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#main-content .bios .bio-desc::-webkit-scrollbar-thumb {
  background: #888;
}
#main-content .bios .bio-desc::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#main-content .bios .bio:hover .bio-desc {
  background-color: rgba(0, 193, 48, 0.7);
  border-bottom: 10px solid #009209;
  height: calc(100% - 8px);
}
#main-content .bios .bio:hover .bio-desc p {
  display: block;
  opacity: 1;
}
#main-content .bios .noimg {
  top: 1em;
  margin-bottom: 0;
  /*                width: 100%;*/
  padding: 1em;
  float: none;
}

#main-content .photo-grid {
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  -ms-flex-wrap: wrap;
  /* IE 10 */
  flex-wrap: wrap;
  padding: 0 4px;
}
#main-content .photo-grid img {
  margin-top: 8px;
  vertical-align: middle;
  float: none;
}
#main-content .photo-grid .img-flex {
  -ms-flex: 50%;
  /* IE 10 */
  flex: 50%;
  padding: 0 4px;
}

/* MOBILE FIX */
@media screen and (max-width: 720px) {
  .container {
    max-width: 100vw;
    margin: 0;
  }

  .iconbar {
    position: relative;
    text-align: center;
    margin: auto;
    padding: 0;
  }
  .iconbar dl:not(.container) {
    width: 47.5%;
  }

  #main-content .bios .bio {
    min-height: 200px;
  }

  .logos img {
    padding: 8%;
    vertical-align: middle;
    display: inline-block;
    width: 47.5%;
  }

  #footer .nav, #footer p, #footer li, #footer .nav p {
    margin: auto;
    text-align: center;
  }

  #main-content .home_pg img, #main-content img {
    max-width: 100%;
    float: none;
    padding-right: 0;
    padding-bottom: 1rem;
  }
  #main-content .home_pg img {
    width: 100%;
  }

  .slide .container-1 {
    width: 100%;
  }
  .slide .container-2 {
    width: 100%;
  }
  .slide .slide_content {
    padding: 8rem 0;
    position: relative;
    z-index: 100;
    width: 100vw;
    margin: 0;
    -webkit-mask: none;
    mask: none;
  }
  .slide .slide_header, .slide .slide_body {
    padding: 15px 1em;
  }
  .slide .slide_header {
    background-color: rgba(0, 193, 48, 0.5);
  }
  .slide .slide_body {
    background-color: rgba(0, 146, 9, 0.5);
  }
  .slide .slide_content::after {
    background: none;
  }
}

/*# sourceMappingURL=theme.css.map */
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
