.card.light-burgundy a:link,
.card.light-burgundy a:visited {
  text-decoration: none;
  color: #1b1b1b;
  display: block;
}

.card.charcoal a:link,
.card.charcoal a:visited {
  text-decoration: none;
  color: #ffffff;
  display: block;
}

.card.light-burgundy {
  display: grid;
  grid-template-rows: 1fr 320px 52px;
}

.card.charcoal {
  display: grid;
  grid-template-rows: 1fr 210px 53px;
}

.card.light-burgundy .content,
.card.charcoal .content {
  padding: 1.5rem;
  padding-bottom: 1rem;
  display: grid;
  align-items: start;
  justify-content: end;
  align-content: start;
}

.card.light-burgundy .content {
	margin-bottom: auto;
}

.card.light-burgundy .extra.content,
.card.charcoal .extra.content {
	margin-bottom: auto;
  align-content: center;
}

.cta.green a:link,
.cta.green a:visited {
	text-decoration: none !important;
}

@media screen and (max-width: 1880px) {
  .card.light-burgundy {
   grid-template-rows: 1fr 360px 53px;
  }
}

@media screen and (max-width: 1400px) {
  .card.light-burgundy {
   grid-template-rows: 1fr 380px 53px;
  }
}

@media screen and (max-width: 1270px) {
  .card.light-burgundy {
    grid-template-rows: 1fr 428px 53px;
  }
}

@media screen and (max-width: 1024px) {
  .card.light-burgundy {
    grid-template-rows: 1fr 230px 53px;
  }
}

@media screen and (max-width: 840px) {
  .card.light-burgundy {
    grid-template-rows: 1fr 260px 53px;
  }
}

@media screen and (max-width: 640px) {
 .card.light-burgundy {
  grid-template-rows: 1fr 210px 53px;
 }
}

@media screen and (max-width: 420px) {
  .card.light-burgundy {
   grid-template-rows: 1fr 260px 53px;
  }
}

@media screen and (max-width: 320px) {
  .card.light-burgundy {
   grid-template-rows: 1fr 360px 53px;
  }
}

.youtube-video {
  aspect-ratio: 16 / 9;
  max-width: 100%;
  max-height: 515px; 
  width: 100%;
}

.article-content .topics-print-share-sect { 
 border-bottom: 1px solid #fff;
 border-top: 1px solid #fff;
 display: none !important;
}

