/* h2.section-title:before {
  display: block;
  content: " ";
  margin-top: -70px;
  height: 70px;
  visibility: hidden;
} */

.nav-inline {
  position: relative;
  z-index: 2;
}

h3 a {
  color: #00446a;
}

.nav-inline>li>a:hover {
  color: #00446a;
  cursor: pointer;
}

.kob-title {
  background-color: #00446a;
  background-size: cover;
  background-position: center center;
  background-image: url(/sites/content/image/2600000609766);
  padding: 1.2em 20px 1em;
  text-align: center;
  line-height: 1;
  font-size: 22px;
}

.icon-wrap a:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

@media (min-width: 480px) {
  .kob-title {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .kob-title {
    font-size: 32px;
  }
}

@media screen and (min-width: 801px) {
  .mobile-nav {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .desktop-nav {
    display: none;
  }
}
