body {
  background-color: #FBFCFD;
}

p {
  margin: 0;
}

.item-spacing {
  margin-bottom: 2rem;
}

.item-spacing-sm {
  margin-bottom: 1rem;
}

.item-spacing-lg {
  margin-bottom: 4rem;
}

.card.card-4 {
  height: 20.375rem;
}
.card.card-5 {
  height: 20.125rem;
}
.card.card-5.card-5-no-img {
  height: auto;
}
.card.card-7 {
  height: 43rem;
}
.card.card-11 {
  width: 48.875rem;
  height: 7.25rem;
}
.card.card-11.card-11-no-img {
  height: 5.625rem;
}
.card.card-third {
  height: 4.875rem;
}
.card.card-magazine {
  height: 35.75rem;
}
.card.card-magazine-list {
  height: 4.875rem;
}
.card.card-border {
  border-radius: 1rem;
}
.card.card-border-none {
  border: none;
}
.card.card-scroll {
  width: 16.5rem;
  height: 19.375rem;
}
.card.card-scroll.card-scroll-no-img {
  height: auto;
}

.advert {
  background-color: #CCCFD1;
  color: white;
}
.advert.ad-banner-sm {
  width: 29.25rem;
  height: 3.75rem;
}
.advert.ad-banner-md {
  width: 18.75rem;
  height: 15.625rem;
}
.advert.ad-banner-lg {
  width: 45.5rem;
  height: 5.625rem;
}
.advert.ad-right-strip {
  width: 7.5rem;
  height: 37.5rem;
}

.card-body.padding-0 {
  padding: 0;
}
.card-body.padding-2 {
  padding: 2rem;
}
.card-body.card-profile {
  padding: 0 0 1rem 0;
}
.card-body.list-padding {
  padding: 0 0 0 2rem;
}

.card-title {
  margin-bottom: 0;
}
.card-title.card-title-sm {
  margin-top: 0.5rem;
}
.card-title.card-title-lg {
  margin: 1rem 0;
}

.content_paragraph p {
  margin-bottom: 2rem;
  font-weight: normal;
}

.content_paragraph p:last-child {
  margin-bottom: 0;
  font-weight: normal;
}

.card-buttons {
  display: flex;
  justify-content: space-between;
}

.playback {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}

.profile-layout {
  margin-left: 2rem;
}

.profile-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.profile-column {
  display: flex;
  flex-direction: column;
}

.listing-row {
  display: flex;
  gap: 0.5rem;
}

.listing-column {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.selectors {
  display: flex;
  justify-content: space-between;
}

.playback-items {
  margin-top: 0;
  margin-right: 0.5rem;
  margin-bottom: 0;
  margin-left: 0;
}

.sponsored-label {
  line-height: normal;
  white-space: nowrap;
}

@media screen and (max-width: 768px) { /*Tablet*/
  .cm-heading-tablet {
    color: #212529;
    font-family: "Merriweather", serif;
    line-height: 1.6875rem;
    font-size: 1.125rem;
    font-weight: bold;
  }
}
.button-row {
  padding-bottom: 0.5rem;
}

.heading-bar-baseline {
  display: flex;
  gap: 1rem;
  align-items: baseline;
}

.heading-bar-center {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.magazine-gap {
  gap: 1.5rem;
}

.subscribe-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.radio-margin {
  margin-right: 1rem;
}

hr {
  margin: 1rem 0 0;
}

.newsletter-signup {
  display: flex;
  width: 100%;
}
.newsletter-signup .input {
  width: inherit;
  height: 2rem;
  border-radius: 8px;
}

.abstract-arrow:hover {
  fill: #E30A17;
}

.vjs-big-play-button {
  background: rgba(230, 8, 18, 0.85) !important;
  font-size: 1em !important;
  border: none !important;
  color: #FFF !important;
  text-shadow: 0 0 0 #000 !important;
  box-shadow: none !important;
  width: 4em;
}

.vjs-big-play-button:before {
  text-shadow: none !important;
  box-shadow: none !important;
}

.lead-caption {
  position: absolute;
  display: flex;
  justify-content: center;
  padding: 0.5rem;
  width: 100%;
  margin-top: -38px;
  background: rgba(225, 228, 230, 0.75);
  font-weight: bold;
}
.lead-caption.newsletter-caption {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.showroom-link:hover {
  color: #E30A17;
}/*# sourceMappingURL=cards.css.map */