:root {
  --dark-blue: #182645;
  --hover-blue: #057FA5;
  --light-blue: #EEF5F9;
  --dark-green: #495629;
  --medium-green: #596932;
  --light-green: #A0A74F;
  --blue-grey: #839FAF;
}

.panel-body {
  word-break: break-word;
}

table {
  width: 100%;
}

.module-resource p.text-muted.ellipsis {
  display: none;
}

body {
  font-size: 16px;
  background: none;
  background-color: white;
  font-family: 'Open Sans', sans-serif;
  color: var(--dark-blue);
}

.btn, label, .label, .badge {
  font-weight: normal;
}

button[data-target="#main-navigation-toggle"] {
  display: none;
}

.header-image {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header-image .logo {
  margin-right: 10px;
}

.header-image .logo img {
  width: 100%;
}

.site-logo-text {
  color: var(--light-green);
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.94px;
  line-height: 41px;
  text-transform: Uppercase;
}

.branding {
  padding: 10px 0 5px;
}

.branding img {
  width: 100%;
  max-width: 406px;
}

.data-section {
  background-color: var(--light-blue);
}

.account-masthead {
  background-color: var(--dark-blue);
}

.account-masthead .account ul li a:hover {
  color: #7ECAEA;
}

.masthead {
  background-color: #495529;
  margin-bottom: initial;
  color: #fff;
  padding: 0px;
  background-image: none;
}

.hero {
  background-image: url("../../Water-Landing-Banner-2880.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 105px 0;
}

.site-description {
  max-width: 650px;
  color: white;
  font-family: 'Merriweather', serif;
  font-size: 3.12em;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 63px;
  hyphens: auto;
}

.search-form h1 {
  font-family: 'Merriweather', serif;
}

.site-footer {
  border-top: 1px solid var(--blue-grey);
  background: white;
  padding: 50px 0 70px;
  color: var(--dark-blue);
  line-height: 30px;
}

.site-footer label {
  color: var(--dark-blue);
  font-weight: normal;
  font-size: 16px;
}

.site-footer a {
  color: var(--dark-blue);
  text-decoration: underline;
}

.site-footer__branding img {
  width: 100%;
  max-width: 300px;
}

.site-footer__links {
  display: flex;
  justify-content: flex-end;
}

.toolbar .breadcrumb a {
  color: var(--hover-blue);
}

.toolbar .breadcrumb .active a {
  color: var(--dark-blue);
  font-weight: normal;
}

.btn-primary,
.btn-success {
  background-color: #5A6932;
  border-color: #5A6932;
}

.menu {
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu__nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-right: auto;
  display: flex;
}

.menu__nav li a {
  display: block;
  color: var(--dark-blue);
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}

.menu__nav li {
  margin: 0 20px
}

.menu__nav li:first-child {
  margin-left: 0;
}

.menu__nav li:last-child {
  margin-right: 0;
}

.menu li.active ,
.menu li a:hover {
  color: var(--hover-blue);
}

.menu li.active {
  border-bottom: 10px solid var(--hover-blue);
}

.btn-search > i { color: var(--hover-blue); }

.tags a:hover,
.btn-primary:hover,
.btn-success:hover {
  background-color: var(--light-green);
  border-color: var(--light-green);
  box-shadow: none;
}

.tag {
  background-color: #495529;
  border: 1px solid #495529;
  color: white;
  box-shadow: none;
}

.navbar > .container {
  background: url("/header_ripples_set_width.svg") no-repeat right center;
  background-size: auto 100%;
  padding: 30px 15px;
}

.nav-item.active > a,
.nav-item.active > a:hover,
.homepage .module-search .tags,
.badge,
.pill {
  background-color: var(--hover-blue);
}

.module .nav-item.active > a,
.module .nav-item.active > a:hover {
  background-color: var(--dark-blue);
}

.dataset-item {
  border-bottom: 2px dotted var(--hover-blue);
}

.dataset-heading {
  text-transform: uppercase;
}

.homepage .module-search .search-giant input {
  border-color: var(--light-green);
}

.module-heading {
  background-color: var(--light-blue);
  text-transform: uppercase;
}

.nav-item > a {
  color: var(--dark-blue);
  font-size: 14px;
  line-height: 1.42857143;
}

.nav-item.active .badge {
  background-color: var(--hover-blue);
}

.nav-item.active > a:before {
  border-left-color: var(--dark-blue);
}

.nav-simple > li {
  border-bottom: 2px dotted var(--hover-blue);
}

.block--intro {
  padding: 80px 0;
  font-size: 1.5em;
  line-height: 33px;
}

.block-title {
  position: relative;
  top: -20px;
  text-transform: uppercase;
  font-size: 2.25em;
  margin-bottom: 40px
}

.block-title span:before {
  background-color: var(--light-blue);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  width: 25vw;
  z-index: 2;
}

.block-title span {
  background-color: var(--light-blue);
  padding: 40px 70px 0 0;
  position: relative;
}

.block-title:after {
  background-color: var(--hover-blue);
  bottom: 0;
  content: '';
  display: block;
  height: 10px;
  left: 0;
  bottom: -10px;
  position: absolute;
  width: 80px;
}

.card-list {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 80px;
}

.card {
  border: 1px solid transparent;
  padding: 0 20px;
  background-color: white;
  min-height: 260px;
  border-top: 9px solid var(--hover-blue);
  position: relative;
  color: var(--dark-blue);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card:hover {
  border: 1px solid var(--light-green);
  border-top: 9px solid var(--light-green);
  cursor: pointer;
  text-decoration: none;
}

.card__title {
  font-size: 1.12em;
  text-transform: uppercase;
  word-break: break-word;
}

.card__link {
  align-self: flex-end;
  margin-top: 10px;
  background-color: var(--hover-blue);
  padding: 7px 18px;
  color: white;
  text-transform: uppercase;
  font-weight: 800;
  font-size: .75em;
  margin-right: -20px;
}

.card:hover .card__link,
.card__link:focus,
.card__link:hover {
  background-color: var(--light-green);
  color: white;
  text-decoration: none;
}

.more {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 45px;
}

.more__link {
  display: flex;
  align-items: center;
}

.more__link span {
  margin-right: 10px;
  color: var(--dark-blue);
  font-weight: 800;
  text-transform: uppercase;
  font-size: .9em;
}

.more__link i {
  color: var(--hover-blue);
}

/* Responsive */
@media (max-width: 768px) { 

  .card-list {
    grid-template-columns: 1fr;
  }

  .menu {
    flex-direction: column;
  }

  .menu ul {
    flex-direction: column;
  }

  .menu li {
    margin: 0;
  }

  .menu li.active {
    border-bottom: none;
  }

  .menu li.active a {
    color: var(--hover-blue);
  }

  .menu__search {
    margin-bottom: 15px;
    width: 100%;
    max-width: 300px;
  }

  .block--intro {
    padding: 40px 0;
  }

  .block-title {
    top: 0;
  }

  .block-title span {
    padding: 0px;
  }
}

@media (min-width: 769px) and (max-width: 992px) { 

  .card-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

