.misc a {
  text-decoration: underline;
}

.top-popular h1 a {
  color: white;
}

.entry-body .image img {
  width: 100%;
}

#entry .entry-body .image {
  padding-bottom: 10px;
  padding-top: 10px;
}

#entry .entry-body .image figcaption,
#entry .entry-body .image figcaption * {
  color: #666;
  font-size: 11px;
  font-style: italic;
}

.entry-body .image.align-left {
  float: left;
  padding-right: 20px;
  width: 50%;
}

.entry-body .image.align-right {
  float: right;
  padding-left: 20px;
  width: 50%;
}

.entry-body .image.align-center {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.entry-body p img {
  width: 100%;
}

.entry-body .image.align-center img,
.entry-body .image.align-center figcaption {
  align-self: center;
  width: 50%;
}

.blog .content-inner > #search-results {
  margin: 0;
}

.nine-seventy-ads {
  display: none;
  height: 0px;
  margin-top: -7.5px;
  transition: 1s;
}

.embed__nbc {
  height: 0px;
  padding-bottom: 56.25%;
  position: relative;
}

.embed__nbc iframe {
  position: absolute;
}

.entry-strip-label {
  align-items: center;
  box-sizing: border-box;
  color: white;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  justify-content: flex-end;
  margin-bottom: 15px;
  max-width: 640px;
  padding-right: 15px;
  width: 100%;
}

#entry .content-inner .entry-strip-label__link:link {
  text-decoration: none;
}

.entry-strip-label--grey {
  background-color: #888888;
}

.entry-strip-label--blue {
  background-color: #3375fa;
}

#entry .content-inner a:visited {
  color: #6C7579;
}

.in-house-promos__promo--single {
  display: block;
  height: 355px;
  width: 300px;
  margin: 0 auto;
  margin-top: 8px;
}

@media only screen and (max-width: 480px) {
  .in-house-promos__promo--single {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 320px) {
  .in-house-promos__promo--single {
    left: -10px;
    position: relative;
  }
}


.in-house-promos__promo--single img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.in-house-promos__promo--pair {
  margin-top: 8px;
  height: 160px;
  width: 300px;
}

#sign-up-newsletter {
  align-items: center;
  background-color: #212121;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 172px;
  margin-top: 10px;
}

#sign-up-newsletter #sign-up-newsletter__header {
  color: white;
}

#sign-up-newsletter #sign-up-newsletter__form {
  display: flex;
  flex-direction: column;
}

#sign-up-newsletter #sign-up-newsletter__form #sign-up-newsletter__email {
  font-size: 13px;
  height: 30px;
  margin-bottom: 10px;
  margin-top: 15px;
  padding-left: 10px;
  width: 210px;
}

#sign-up-newsletter #sign-up-newsletter__form #sign-up-newsletter__sign-up {
  background-color: #3472fb;
  border: none;
  color: white;
  font-size: 13px;
  height: 30px;
}

.sponsored-element {
  background-color: #f6f6f6;
  margin: 10px 0;
  padding: 5px 15px 15px 15px;
}

.sponsored-element__tag {
  align-items: center;
  background-color: #808080;
  color: white;
  content: "SPONSORED";
  display: flex;
  font-family: ArialNarrow;
  font-size: 13px;
  height: 17px;
  justify-content: center;
  margin-top: 15px;
  padding-top: 1.5px;
  width: 80px;
}