/*!---------- Custom Styles Here ----------*/
.nav-bar,
  .nav-bar .module-group,
  .nav-bar .module {
    max-height: initial;
  }
.nav-bar.nav-bar--green {
  background-color: #6A7D6C;
}
.nav-bar.nav-bar--green a:visited,
.nav-bar.nav-bar--green a:focus,
.nav-bar.nav-bar--green a:active,
.nav-bar.nav-bar--green a:hover {
  color: #FFFFFF !important;
  text-decoration: none;
  outline: none;
}
.btn:visited {
    color: #FFFFFF;
}
#cta-font {
  color: #FFFFFF !important;
  font-family: "Inconsolata", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px !important;
  font-weight: 700 !important;
}
.underline {
  text-decoration: underline;
}
.announcement img {
  max-width: 720px;
}
@media all and (max-width: 767px) {
.announcement img {
  max-width: 100%;
}
}
.announcement--green {
  background-color: #6A7D6C;
}
.announcement--white {
  background-color: #fff;
  border-radius: 0 4px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  opacity: .85;
}
