﻿body.blog-detail-layout .heroWrapper {
  border-bottom: 1px solid #6A0032;
}
body.blog-detail-layout .heroWrapper .hero-image-wrapper {
  max-height: 480px;
}
body.blog-detail-layout .heroWrapper:after {
  content: url("/ResourcePackages/lib/img/accents/AngledLinesRed.svg");
  position: absolute;
  bottom: -7px;
}

.blog-detail-layout {
  margin-top: 0;
}
.blog-detail-layout .col-lg-3 {
  padding-left: 20px;
  padding-right: 20px;
}
.blog-detail-layout .col-lg-3 .blog-hot-topic-cards {
  margin-bottom: 10px;
}
.blog-detail-layout .col-lg-3 .blog-hot-topic-cards .row {
  margin-bottom: 0px;
  justify-content: space-around;
}
.blog-detail-layout .col-lg-3 .blog-hot-topic-cards .row .col-md-6,
.blog-detail-layout .col-lg-3 .blog-hot-topic-cards .row .col-sm-12 {
  padding-left: 20px;
  padding-right: 20px;
}
.blog-detail-layout .col-lg-3 .sidebar-share {
  margin-bottom: 0;
  margin-top: 60px;
}
.blog-detail-layout .col-lg-3 .sidebar-share .social-share {
  border-bottom: none;
}

.container.blog-detail {
  margin-bottom: 65px;
}
.container.blog-detail .col-lg-8 {
  padding: 0;
}
.container.blog-detail .blog-title-wrapper {
  padding: 50px 20px 22px;
  background-position-y: -12px;
  background-size: 200%;
  margin-left: -20px;
  margin-right: -20px;
}
.container.blog-detail .blog-subtitle-wrapper {
  padding: 0px;
}
.container.blog-detail .blog-subtitle-wrapper h2 {
  margin: 0 0 26px;
}
.container.blog-detail .blog-content {
  padding: 0px 20px 30px;
}
.container.blog-detail .blog-content ul {
  padding-left: 16px;
}

.blog-detail {
  margin-top: 60px;
  margin-bottom: 75px;
}
.blog-detail .col-lg-3 .blog-hot-topic-cards {
  margin-bottom: 30px;
}
.blog-detail .col-lg-3 .sidebar-share .headline:after {
  content: " This Blog";
}
.blog-detail .blog-title-wrapper {
  padding: 50px 0px 20px 20px;
  background: url("/ResourcePackages/lib/img/accents/AngledLinesLtBlue-short.svg") repeat-x top;
  background-size: 580px 26px;
  border-top: 1px solid #6A0032;
  background-position-y: -5px;
}
.blog-detail .blog-subtitle-wrapper {
  padding: 12px 0px 30px;
}
.blog-detail .blog-subtitle-wrapper h2 {
  margin-bottom: 0;
}
.blog-detail .blog-content {
  font-size: 16px;
  line-height: 26px;
  padding: 0px 0px 50px 0px;
  text-align: left;
  background: url("/ResourcePackages/lib/img/accents/AngledLinesLtBlue-short.svg") repeat-x bottom;
  background-size: 580px 26px;
  background-position: 0px calc(100% + 5px);
  overflow: hidden;
  margin-bottom: 0px;
}
.blog-detail .blog-content ul li {
  list-style: none;
  text-indent: -15px;
}
.blog-detail .blog-content ul li:before {
  content: "";
  position: relative;
  height: 5px;
  border-radius: 50%;
  padding-right: 5px;
  background: black;
  display: inline-block;
  top: -3px;
  margin-right: 10px;
}
.blog-detail figcaption {
  padding: 0 10px;
}
.blog-detail .card-date {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-detail .card-date .blog-date {
  font-weight: 700;
}
.blog-detail .card-date a {
  font-weight: 400;
}
.blog-detail .faux-bottom-border {
  margin: 0px 0 55px;
  height: 1px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #6A0032;
}
.blog-detail .author-disclaimer {
  font-size: 13px;
  line-height: 19px;
  color: #757575;
  margin-bottom: 30px;
}

.publication-name-wrapper {
  margin: -8px 0 0;
}
.publication-name-wrapper .eyebrow-wrapper {
  display: inline-block;
  width: 32px;
  position: relative;
  margin-right: 7px;
  vertical-align: top;
  margin-top: 9px;
}
.publication-name-wrapper .publication-name-text {
  font-size: 40px;
  line-height: 42px;
  font-family: Barlow Condensed, impact, sans-serif;
  font-weight: 800;
  color: #264348;
}
.publication-name-wrapper .publication-name {
  font-size: 38px;
  line-height: 42px;
  font-family: Barlow Condensed;
  color: #757575;
  font-weight: 700;
}

.subscribe-wrapper {
  display: none;
}

.subscribe-wrapper.show {
  display: block;
}

.envelope-icon {
  margin: 0 auto 40px !important;
  display: block;
  width: 140px;
}

.subscribe-wrapper .h6 {
  color: #6a0032;
}

.subscribe-text {
  font-size: 14px;
}

.subscribe-disclaimer {
  font-size: 13px;
  line-height: 0px;
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 768px) {
  body.blog-detail-layout .heroWrapper .hero-image-wrapper {
    max-height: 635px;
  }
  .container.blog-detail .blog-title-wrapper {
    padding: 50px 20px 22px;
    background-size: 580px 26px;
    background-position-y: -5px;
  }
  .container.blog-detail .blog-content {
    padding: 0px 0px 50px 0px;
  }
  .container.blog-detail .blog-content ul {
    padding-left: 16px;
  }
  .container.blog-detail .blog-content ul li {
    list-style: none;
    text-indent: 0px;
  }
  .container.blog-detail .blog-content img {
    margin-bottom: 24px;
  }
  .card-date {
    -webkit-line-clamp: 2;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///D:/a/1/s/Renderer/wwwroot/lib/cmu/src/scss/one-offs/blogs/blog-detail.scss%22,%22file:///D:/a/1/s/Renderer/wwwroot/lib/cmu/src/scss/globals/_vars.scss%22,%22file:///D:/a/1/s/Renderer/wwwroot/lib/cmu/src/scss/globals/_mixins.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAKQ;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;;AAMhB;EACI;;AAEA;EACI;EACA;;AAEA;EACI;;AAEA;EACI;EACA;;AAEA;AAAA;EAEI;EACA;;AAKZ;EACI;EACA;;AAEA;EACI;;;AAOZ;EACI;;AAGA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;;AAIR;EACI;;AAEA;EACI;;;AAMhB;EACI;EACA;;AAGI;EACI;;AAKI;EACI;;AAMhB;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAUI;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKZ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA,OC7LD;ED8LC;;;AAIR;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA,aC9KS;ED+KT;EACA,OCxMK;;AD2MT;EACI;EACA;EACA;EACA,OC1ND;ED2NC;;;AAIR;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AEjMI;EFwMQ;IACI;;EASR;IACI;IACA;IACA;;EAGJ;IACI;;EAEA;IACI;;EAEA;IACI;IACA;;EAIR;IACI;;EAMhB;IACI%22%7D */