.circleBackground img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: auto;
  object-fit: cover;
}

h6.text-center.text-black.pt-3 {
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
}

.article-title {
  color: #ee3353;
}

.article-row-full-width {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.jumbotron + .article-row-full-width {
  margin-top: -32px;
}
@media (max-width: 767px) {
  .jumbotron + .article-row-full-width {
    margin-top: 0px;
  }
}
.jumbotron.attached-hero + .article-row-full-width {
  margin-top: 0px;
}
.jumbotron.no-title + .article-row-full-width {
  margin-top: -40px;
}

.hero-full-width .card-img-overlay {
  top: 340px;
}

/*.hero-full-width.article-row-full-width {
    margin-top: -35px;
}
    Commenting out since it's likely just to deal with the interior top margin
*/
hr {
  color: #959595;
  border-bottom: 2px solid #959595;
  margin-bottom: 50px;
}

.light-gray-bg {
  background-color: #F4F4F4;
  height: 550px;
}

.authors-bottom {
  height: 100%;
  padding-top: 50px;
  text-align: left;
  font-size: 18px;
}

.row.authors-top {
  font-size: 18px;
  margin-top: 35px;
  margin-bottom: 50px;
}

footer {
  margin-top: 0px;
}

.text-pink {
  color: #EE3353;
}

.list-featured-image {
  margin-bottom: 40px;
}

.list-featured-image img {
  max-width: 100%;
}

.date-line {
  color: #707070;
  font-size: 20px;
}

.article-body {
  font-size: 18px;
  margin-top: 35px;
}

.related-featured-image {
  height: 300px;
  width: 300px;
  object-fit: contain; /*changed from cover to accomodate Training placeholder images AFK 3/18/21*/
}

.gray-featured-content {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sponsor-info {
  text-align: center;
  font-size: 22px;
  color: #3F1833;
}

.featured-stories {
  margin-top: 0;
  padding-top: 0 !important;
}

.thumbnail-header {
  font-size: 18px;
  width: 140px;
}

.more-type-text {
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  font-size: 18px;
}

.more-title {
  font-size: 20px;
}

.more-main-div {
  text-align: left;
  margin-bottom: 25px;
}

.banner-image {
  width: 150%;
  object-fit: cover;
}

.topics-bottom {
  margin-top: 50px;
}

.more-topics {
  margin-top: 10px;
  background: #ee3353;
  max-width: 250px;
  min-width: 100px;
  margin-left: 20px;
  font-size: 16px;
  text-align: center;
  padding: 2px 15px 1px 15px;
}

.gated-container > img {
  top: 0;
  height: 100%;
}

@media (max-width: 768px) {
  .circleBackground img {
    width: 74px !important;
    height: 74px !important;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: auto;
    object-fit: cover;
  }
  .light-gray-bg {
    height: 100%;
  }
  .authors-bottom {
    padding-left: 25px;
    font-size: 16px;
  }
  .authors-bottom .row {
    min-width: 0px !important;
  }
  .row.authors-top {
    margin-bottom: 30px;
  }
  .related-featured-image {
    width: 100%;
  }
  .gray-featured-content {
    width: 100%;
    padding: 20px;
  }
  .more-title {
    font-size: 16px;
  }
}

/*# sourceMappingURL=ArticleShared.css.map */
