h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Open Sans;
  text-transform: uppercase;
}

.featured .yp-title, 
.yp-container [class$="_body-title"].yp-title, .yp-container [class$="_header"] .yp-title {
  font-size: 40px;
}

.list-item > li .yp-articles-list__body-title {
  font-weight: 600;
  text-transform: var(--title-text-transform);
  font-size: 14px;
}

.dropdown-menu, 
.yp-navbar__dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: black;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}

@media screen and (min-width: 992px) {
  .yp-container--header .header__logo img {
    max-height: 145px;
  }
}
.list-item > li .yp-articles-list__body-title {
    font-weight: 600;
    text-transform: var(--title-text-transform);
    font-size: 13px;
}