/*
 * Constants
 */
@font-face {
  font-family: "univers_lts_std_ex";
  src: url("/wp-content/themes/rigel/fonts/UniversLTStd-Ex.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.Stymie-Reg {
  font-family: Stymie-Reg;
  font-weight: normal;
  font-style: normal;
}

:root {
  /* Font/text values */
  --font-family-adobe-caslon-pro: adobe-caslon-pro;
  --font-family-futura: futura-pt;
  --font-family-adobe-garamond-pro: Adobe Garamond Pro;
  --font-family-helvetica: Helvetica;
  --font-style-normal: normal;
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-weight-medium: medium;
  --font-size-12: 12px;
  --font-size-13: 13px;
  --font-size-14: 14px;
  --font-size-18: 18px;
  --font-size-20: 20px;
  --font-size-21: 21px;
  --font-size-22: 22px;
  --font-size-26: 26px;
  --font-size-30: 30px;
  --font-size-34: 34px;
  --font-size-35: 35px;
  --font-size-40: 40px;
  --font-size-42: 42px;
  --font-size-65: 65px;
  --character-spacing-0: 0px;
  --character-spacing-1-92: 1.92px;
  --character-spacing-2-24: 2.24px;
  --character-spacing-2-88: 2.88px;
  --character-spacing-2-08: 2.08px;
  --character-spacing-0-9: 0.9px;
  --line-spacing-17: 17px;
  --line-spacing-30: 30px;
  --line-spacing-32: 32px;
  --line-spacing-34: 34px;
  --line-spacing-36: 36px;
  --line-spacing-38: 38px;
  --line-spacing-42: 42px;
  --line-spacing-49: 49px;
  --line-spacing-56: 56px;
  --line-spacing-60: 60px;
  --line-spacing-63: 63px;
  --line-spacing-78: 78px;
  --text-transform-uppercase: uppercase;
}

/* Character Styles */
.main-article-subheader {
  font-family: var(--font-family-futura);
  font-style: var(--font-style-normal);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-21);
  line-height: var(--line-spacing-32);
  letter-spacing: var(--character-spacing-0);
  color: #000;
  text-transform: var(--text-transform-uppercase);
}

.quote {
  font-family: var(--font-family-futura);
  font-style: var(--font-style-normal);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-42);
  line-height: var(--line-spacing-63);
  letter-spacing: var(--character-spacing-0);
  color: #000;
}

.list-titles {
  font-family: var(--font-family-futura);
  font-style: var(--font-style-normal);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-22);
  line-height: var(--line-spacing-34);
  letter-spacing: var(--character-spacing-0);
  color: #000;
}

.list-description {
  font-family: var(--font-family-adobe-garamond-pro);
  font-style: var(--font-style-normal);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-22);
  line-height: var(--line-spacing-30);
  letter-spacing: var(--character-spacing-0);
  color: #000;
}

.author-title {
  font-family: var(--font-family-futura);
  font-style: var(--font-style-normal);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-18);
  line-height: var(--line-spacing-42);
  letter-spacing: var(--character-spacing-2-88);
  color: #000;
  text-transform: var(--text-transform-uppercase);
}

.section-headlines {
  font-family: var(--font-family-adobe-caslon-pro);
  font-style: var(--font-style-normal);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-40);
  line-height: var(--line-spacing-56);
  letter-spacing: var(--character-spacing-0);
  color: #000;
}

.hub-headlines {
  font-family: var(--font-family-futura);
  font-style: var(--font-style-normal);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: var(--character-spacing-0);
  color: #000;
}

.secondary-article-titles {
  font-family: var(--font-family-adobe-caslon-pro);
  font-style: var(--font-style-normal);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-30);
  line-height: var(--line-spacing-36);
  letter-spacing: var(--character-spacing-0);
  color: #000;
}

.author-title {
  font-family: var(--font-family-futura);
  font-style: var(--font-style-normal);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-12);
  line-height: var(--line-spacing-42);
  letter-spacing: var(--character-spacing-1-92);
  color: #000;
  text-transform: var(--text-transform-uppercase);
}

.section-title-box {
  font-family: var(--font-family-futura);
  font-style: var(--font-style-normal);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-13);
  line-height: var(--line-spacing-17);
  letter-spacing: var(--character-spacing-2-08);
  color: #000;
  text-transform: var(--text-transform-uppercase);
}

.date {
  font-family: var(--font-family-futura);
  font-style: var(--font-style-normal);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-14);
  line-height: var(--line-spacing-42);
  letter-spacing: var(--character-spacing-2-24);
  color: #000;
  text-transform: var(--text-transform-uppercase);
}

.main-story-titles {
  font-family: var(--font-family-adobe-caslon-pro);
  font-style: var(--font-style-normal);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-30);
  line-height: var(--line-spacing-38);
  letter-spacing: var(--character-spacing-0);
  color: #000;
}
@media (max-width: 1394px) and (min-width: 860px) {
  .main-story-titles {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 860px) {
  .main-story-titles {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 500px) {
  .main-story-titles {
    font-size: 16px;
    line-height: 20px;
  }
}

.main-article-header {
  font-family: var(--font-family-adobe-caslon-pro);
  font-style: var(--font-style-normal);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-65);
  line-height: var(--line-spacing-60);
  letter-spacing: var(--character-spacing-0);
  color: #000;
}

.widget-article-title {
  font-family: var(--font-family-adobe-caslon-pro);
  font-style: var(--font-style-normal);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-26);
  line-height: var(--line-spacing-36);
  letter-spacing: var(--character-spacing-0);
  color: #000;
}

.interior-article-body-text {
  font-family: var(--font-family-adobe-caslon-pro);
  font-style: var(--font-style-normal);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-26);
  line-height: var(--line-spacing-36);
  letter-spacing: var(--character-spacing-0);
  color: #000;
}

.interior-article-subheader {
  font-family: var(--font-family-futura);
  font-style: var(--font-style-normal);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-35);
  line-height: var(--line-spacing-49);
  letter-spacing: var(--character-spacing-0);
  color: #000;
}

.interior-article-headline {
  font-family: var(--font-family-adobe-caslon-pro);
  font-style: var(--font-style-normal);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-65);
  line-height: var(--line-spacing-78);
  letter-spacing: var(--character-spacing-0);
  color: #000;
}

.daily-headlines {
  font-family: var(--font-family-futura);
  font-style: var(--font-style-normal);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-20);
  line-height: var(--line-spacing-30);
  letter-spacing: var(--character-spacing-0);
  color: #000;
}

.buttons {
  font-family: var(--font-family-helvetica);
  font-style: var(--font-style-normal);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-18);
  line-height: var(--line-spacing-34);
  letter-spacing: var(--character-spacing-0-9);
  color: #333;
}

html body {
  background-color: #dad9d9;
}
@media (max-width: 500px) {
  html body .sticky-container .is-anchored + .off-canvas {
    margin-top: 150px;
  }
}
html body .title-bar .title-bar-third.main-logo {
  position: relative;
}
html body .title-bar .title-bar-third.main-logo .crimereads-logo {
  max-height: 50px;
  margin-top: 15px;
  z-index: 500;
}
html body .title-bar .title-bar-third .second_nav.dropdown.menu li a {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: bold;
  color: #dad9d9;
  font-size: 18px;
  letter-spacing: 3px;
}
html body .title-bar .title-bar-third .second_nav.dropdown.menu .submenu {
  background-color: #4E4E4E;
}
html body .title-bar .top-content {
  border-bottom: none;
  background-color: #282828;
}
html body .title-bar .bottom-content {
  background-color: #4E4E4E;
}
html body .site-content {
  background-color: #dad9d9;
}
html body .main-content-well .box-button {
  margin-bottom: 30px;
}
html body .sidebar-content-well .sidebar_widget > li {
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
  border-bottom: #a1a4a8 solid 2px;
  width: 100%;
  color: #000;
}
html body .sidebar-content-well .sidebar_widget .widget_lithub_daily_widget .widgettitle {
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: inherit;
  line-height: inherit;
}
html body .sidebar-content-well .sidebar_widget .widget_crimereads_daily_widget {
  text-align: center;
}
html body .sidebar-content-well .sidebar_widget .widget_crimereads_daily_widget .widgettitle {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 26px;
  margin-top: 4px;
}
html body .sidebar-content-well .sidebar_widget .widget_crimereads_daily_widget h2 {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: bold;
  color: #000;
}
html body .sidebar-content-well .sidebar_widget .widget_crimereads_daily_widget img {
  margin-bottom: 10px;
}
html body .sidebar-content-well .sidebar_widget .widget_crimereads_daily_widget ul {
  margin: 10px 15px 0;
  list-style-type: none;
}
html body .sidebar-content-well .sidebar_widget .widget_crimereads_daily_widget ul li {
  list-style: none;
  margin-bottom: 25px;
  font-family: "futura-pt", sans-serif;
  color: #C01823;
  text-transform: none;
  font-size: 14.5px;
  font-weight: bold;
}
html body .sidebar-content-well .sidebar_widget .widget_crimereads_daily_widget ul li:after {
  content: '';
  border-bottom: #a1a4a8 solid 2px;
  width: 100px;
  display: block;
  padding-top: 20px;
  margin: 0 auto;
}
html body .sidebar-content-well .sidebar_widget .widget_crimereads_daily_widget ul li:last-child:after {
  border: none;
}
html body .sidebar-content-well .sidebar_widget .widget_crimereads_daily_widget ul li a {
  color: #C01823;
}
html body .sidebar-content-well .sidebar_widget .widget_crimereads_daily_widget button {
  font-size: 12px;
  padding: 5px 20px;
  border: 4px #000 solid;
}
html body .sidebar-content-well .sidebar_widget .Custom_Popular_Posts .widgettitle {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: bold;
  color: #000;
  letter-spacing: 3px;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  background: none;
  line-height: initial;
  border-bottom: 1px solid #000;
  padding: 0 5px 20px 5px;
  margin-bottom: 15px;
}
html body .sidebar-content-well .sidebar_widget .Custom_Popular_Posts ul.posts.blog {
  list-style: none;
  margin: 0;
  padding: 0;
}
html body .sidebar-content-well .sidebar_widget .Custom_Popular_Posts ul.posts.blog li {
  clear: both;
  overflow: hidden;
  list-style: none;
  margin-bottom: 25px;
}
html body .sidebar-content-well .sidebar_widget .Custom_Popular_Posts ul.posts.blog li:last-child {
  margin-bottom: 0;
}
html body .sidebar-content-well .sidebar_widget .Custom_Popular_Posts .article_num,
html body .sidebar-content-well .sidebar_widget .Custom_Popular_Posts .post_comment_count,
html body .sidebar-content-well .sidebar_widget .Custom_Popular_Posts .post_type_bg {
  display: none;
}
html body .sidebar-content-well .sidebar_widget .Custom_Popular_Posts .post_circle_thumb {
  position: relative;
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 10px;
  overflow: hidden;
  background: #ebebeb;
}
html body .sidebar-content-well .sidebar_widget .Custom_Popular_Posts .post_circle_thumb img {
  width: 70px;
  height: 70px;
}
html body .sidebar-content-well .sidebar_widget .Custom_Popular_Posts .post_circle_thumb .review_score_bg {
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 30px;
  height: 25px;
  line-height: 25px;
  background: #f4b711;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}
html body .sidebar-content-well .sidebar_widget .Custom_Popular_Posts .post_circle_thumb.large_thumb {
  float: none;
  width: 100%;
  height: auto;
  margin: 0 0 15px;
}
html body .sidebar-content-well .sidebar_widget .Custom_Popular_Posts .post_circle_thumb.large_thumb img {
  width: 100%;
  height: auto;
  display: block;
}
html body .sidebar-content-well .sidebar_widget .Custom_Popular_Posts strong.title {
  display: block;
  margin-left: 80px;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
}
html body .sidebar-content-well .sidebar_widget .Custom_Popular_Posts strong.title a {
  color: #000;
}
html body .sidebar-content-well .sidebar_widget .Custom_Popular_Posts .post_attribute {
  display: block;
  margin-left: 80px;
  margin-top: 5px;
  font-family: "futura-pt", sans-serif;
  font-size: 12px;
  color: #000;
}
html body .sidebar-content-well .sidebar_widget .Custom_Popular_Posts .post_attribute a {
  color: #C01823;
}
html body .sidebar-content-well .sidebar_widget .Custom_Popular_Posts .post_attribute.full {
  margin-left: 0;
  width: 100%;
}
html body .sidebar-content-well .sidebar_widget .Custom_Popular_Posts li:first-child strong.title,
html body .sidebar-content-well .sidebar_widget .Custom_Popular_Posts li:first-child .post_attribute {
  margin-left: 0;
}
html body.home .rotator-content .rotator .flexslider.carousel.stories .rotator-info-container {
  justify-content: center;
}
html body.home .rotator-content .rotator .flexslider.carousel.stories .rotator-info-container .rotator-snipe-container {
  margin: 0 0 40px;
}
html body.home .rotator-content .rotator .flexslider.carousel.stories .rotator-info-container .content-container h2 {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #dad9d9;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}
html body.home .rotator-content .rotator .flexslider.carousel.stories .rotator-info-container .content-container h2 a {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 40px;
  color: #dad9d9;
}
html body.home .rotator-content .rotator .flexslider.carousel.stories .rotator-info-container .content-container h2 a:hover {
  text-decoration: underline;
}
html body.home .rotator-content .rotator .flexslider.carousel.stories .rotator-snipe a {
  color: #dad9d9;
}
html body.home .rotator-content .rotator .flexslider.carousel.stories .rotator-snipe a:visited {
  color: #dad9d9;
}
html body.home .rotator-content .featured-items {
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px #000 solid;
  margin-bottom: 60px;
  text-align: center;
  border-top: none;
  border-bottom: 0.5px #000 solid;
  height: 530px;
  margin-bottom: 15px;
}
@media (max-width: 860px) {
  html body.home .rotator-content .featured-items {
    border: none;
  }
}
html body.home .rotator-content .featured-items .snipe {
  display: inline-block;
  margin: 20px auto 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: "futura-pt", sans-serif;
  color: #C01823;
}
html body.home .rotator-content .featured-items .featured-item {
  padding: 20px 0;
  border-bottom: 1px solid #000;
}
@media (max-width: 860px) {
  html body.home .rotator-content .featured-items .featured-item {
    border: none;
  }
}
html body.home .rotator-content .featured-items .featured-item .featured-item-story {
  padding: 0 20px;
  margin-top: 20px;
}
html body.home .rotator-content .featured-items .featured-item .featured-item-story h2 {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #000;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 0;
}
html body.home .rotator-content .featured-items .featured-item .featured-item-story h2 a {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 26px;
  color: #000;
}
html body.home .rotator-content .featured-items .featured-item .featured-item-story h2 a:hover {
  text-decoration: underline;
}
html body.home .rotator-content .featured-items .featured-item .featured-item-story h4 {
  font-family: "futura-pt", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 42px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  text-align: left;
}
html body.home .rotator-content .featured-items .featured-item .featured-item-story h4 a {
  color: #C01823;
}
html body.home .rotator-content .featured-items .featured-item .featured-item-story h4 .dateline {
  color: #555;
}
html body.home .rotator-content .featured-items .featured-item {
  border-bottom: none;
}
@media (max-width: 860px) {
  html body.home .main-content-well .home-story-container .stories .story-item .story-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
html body.home .main-content-well .home-story-container .stories .story-item .story-content h2 {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}
html body.home .main-content-well .home-story-container .stories .story-item .story-content h2 a {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 22px;
  color: #000;
}
html body.home .main-content-well .home-story-container .stories .story-item .story-content h2 a:hover {
  text-decoration: underline;
}
html body.home .main-content-well .home-story-container .stories .story-item .story-content h4 {
  font-weight: bold;
}
html body.home .main-content-well .home-story-container .stories .story-item .story-content h4 a {
  color: #C01823;
}
html body.home .main-content-well .home-story-container .stories .story-item .story-content h4 a:visited {
  color: #C01823;
}
html body.home .main-content-well .home-story-container .stories .story-item .story-content .story-image-container {
  margin-bottom: 0;
}
html body.home .main-content-well .home-sister-items .featured-items .sister-branding.lithub {
  margin-top: 40px;
}
html body.home .main-content-well .home-sister-items .featured-items .sister-content.crime-reads a {
  color: #C01823;
}
html body.single .grid-container .main-content-well .story-content .story-info h1, html body.page .grid-container .main-content-well .story-content .story-info h1, html body.archive .grid-container .main-content-well .story-content .story-info h1 {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  text-transform: uppercase;
}
html body.single .grid-container .main-content-well .story-content .story-info h2, html body.page .grid-container .main-content-well .story-content .story-info h2, html body.archive .grid-container .main-content-well .story-content .story-info h2 {
  text-transform: inherit;
}
html body.single .grid-container .main-content-well .story-content .byline-date .byline, html body.page .grid-container .main-content-well .story-content .byline-date .byline, html body.archive .grid-container .main-content-well .story-content .byline-date .byline {
  color: #C01823;
  font-weight: bold;
  letter-spacing: 2px;
}
html body.single .grid-container .main-content-well .story-content .byline-date .byline a, html body.page .grid-container .main-content-well .story-content .byline-date .byline a, html body.archive .grid-container .main-content-well .story-content .byline-date .byline a {
  color: #C01823;
  font-weight: bold;
}
html body.single .grid-container .main-content-well .story-content .byline-date .date, html body.page .grid-container .main-content-well .story-content .byline-date .date, html body.archive .grid-container .main-content-well .story-content .byline-date .date {
  color: #C01823;
  font-weight: bold;
  letter-spacing: 2px;
}
html body.single .grid-container .main-content-well .story-content .story-body h1, html body.page .grid-container .main-content-well .story-content .story-body h1, html body.archive .grid-container .main-content-well .story-content .story-body h1 {
  font-family: "futura-pt", sans-serif;
  font-size: 30px;
  line-height: 40px;
}
html body.single .grid-container .main-content-well .story-content .story-body h1.heavy, html body.page .grid-container .main-content-well .story-content .story-body h1.heavy, html body.archive .grid-container .main-content-well .story-content .story-body h1.heavy {
  font-family: "adobe-caslon-pro", serif;
}
html body.single .grid-container .main-content-well .story-content .story-body h1.red, html body.page .grid-container .main-content-well .story-content .story-body h1.red, html body.archive .grid-container .main-content-well .story-content .story-body h1.red {
  color: #C01823;
}
html body.single .grid-container .main-content-well .story-content .story-body h1.gray, html body.page .grid-container .main-content-well .story-content .story-body h1.gray, html body.archive .grid-container .main-content-well .story-content .story-body h1.gray {
  color: #959391;
}
html body.single .grid-container .main-content-well .story-content .story-body h2, html body.page .grid-container .main-content-well .story-content .story-body h2, html body.archive .grid-container .main-content-well .story-content .story-body h2 {
  font-family: "futura-pt", sans-serif;
  font-size: 19px;
  line-height: 25px;
  color: #000;
  letter-spacing: 2.15px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}
html body.single .grid-container .main-content-well .story-content .story-body p, html body.page .grid-container .main-content-well .story-content .story-body p, html body.archive .grid-container .main-content-well .story-content .story-body p {
  font-family: "freight-text-pro", serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 31px;
}
html body.single .site-content .grid-container .main-content-well .grid-x .featured-story h2, html body.single .site-content .grid-container .main-content-well .grid-x .secondary-story h2, html body.single .site-content .grid-container .main-content-well .grid-x .secondary-featured-story h2, html body.single .site-content .grid-container .main-content-well .grid-x .tertiary-story h2, html body.page .site-content .grid-container .main-content-well .grid-x .featured-story h2, html body.page .site-content .grid-container .main-content-well .grid-x .secondary-story h2, html body.page .site-content .grid-container .main-content-well .grid-x .secondary-featured-story h2, html body.page .site-content .grid-container .main-content-well .grid-x .tertiary-story h2, html body.archive .site-content .grid-container .main-content-well .grid-x .featured-story h2, html body.archive .site-content .grid-container .main-content-well .grid-x .secondary-story h2, html body.archive .site-content .grid-container .main-content-well .grid-x .secondary-featured-story h2, html body.archive .site-content .grid-container .main-content-well .grid-x .tertiary-story h2 {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  text-transform: uppercase;
}
html body.single .site-content .grid-container .main-content-well .grid-x .featured-story h2 a, html body.single .site-content .grid-container .main-content-well .grid-x .secondary-story h2 a, html body.single .site-content .grid-container .main-content-well .grid-x .secondary-featured-story h2 a, html body.single .site-content .grid-container .main-content-well .grid-x .tertiary-story h2 a, html body.page .site-content .grid-container .main-content-well .grid-x .featured-story h2 a, html body.page .site-content .grid-container .main-content-well .grid-x .secondary-story h2 a, html body.page .site-content .grid-container .main-content-well .grid-x .secondary-featured-story h2 a, html body.page .site-content .grid-container .main-content-well .grid-x .tertiary-story h2 a, html body.archive .site-content .grid-container .main-content-well .grid-x .featured-story h2 a, html body.archive .site-content .grid-container .main-content-well .grid-x .secondary-story h2 a, html body.archive .site-content .grid-container .main-content-well .grid-x .secondary-featured-story h2 a, html body.archive .site-content .grid-container .main-content-well .grid-x .tertiary-story h2 a {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  text-transform: uppercase;
}
html body.single .site-content .grid-container .main-content-well .grid-x .featured-story h4 a, html body.single .site-content .grid-container .main-content-well .grid-x .secondary-story h4 a, html body.single .site-content .grid-container .main-content-well .grid-x .secondary-featured-story h4 a, html body.single .site-content .grid-container .main-content-well .grid-x .tertiary-story h4 a, html body.page .site-content .grid-container .main-content-well .grid-x .featured-story h4 a, html body.page .site-content .grid-container .main-content-well .grid-x .secondary-story h4 a, html body.page .site-content .grid-container .main-content-well .grid-x .secondary-featured-story h4 a, html body.page .site-content .grid-container .main-content-well .grid-x .tertiary-story h4 a, html body.archive .site-content .grid-container .main-content-well .grid-x .featured-story h4 a, html body.archive .site-content .grid-container .main-content-well .grid-x .secondary-story h4 a, html body.archive .site-content .grid-container .main-content-well .grid-x .secondary-featured-story h4 a, html body.archive .site-content .grid-container .main-content-well .grid-x .tertiary-story h4 a {
  color: #C01823;
  font-weight: bold;
}
html body.single .site-content .grid-container .main-content-well .box-featured-items .featured-items .featured-item .featured-item-story h2, html body.page .site-content .grid-container .main-content-well .box-featured-items .featured-items .featured-item .featured-item-story h2, html body.archive .site-content .grid-container .main-content-well .box-featured-items .featured-items .featured-item .featured-item-story h2 {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  text-transform: uppercase;
}
html body.single .site-content .grid-container .main-content-well .box-featured-items .featured-items .featured-item .featured-item-story h2 a, html body.page .site-content .grid-container .main-content-well .box-featured-items .featured-items .featured-item .featured-item-story h2 a, html body.archive .site-content .grid-container .main-content-well .box-featured-items .featured-items .featured-item .featured-item-story h2 a {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  text-transform: uppercase;
}
html body.single .site-content .grid-container .main-content-well .box-featured-items .featured-items .featured-item .featured-item-story h4 a, html body.page .site-content .grid-container .main-content-well .box-featured-items .featured-items .featured-item .featured-item-story h4 a, html body.archive .site-content .grid-container .main-content-well .box-featured-items .featured-items .featured-item .featured-item-story h4 a {
  color: #C01823;
  font-weight: bold;
}

/*# sourceMappingURL=lithub-prime-cr.css.map */
