.entry-content .slick-slider-wrapper .slick-slider .slick-slide .slide__inner {
  background-color: white;
}
.entry-content .slick-slider-wrapper .slick-slider .slick-slide .slide__inner img {
  max-height: none;
}
.entry-content .slick-slider-wrapper .slick-slider .slick-slide .slide__inner .slide__caption {
  position: static;
  bottom: inherit;
  padding: 8px 0;
  color: #2e303c;
}
.entry-content .slick-slider-wrapper .slick-slider .slick-arrow.slick-next, .entry-content .slick-slider-wrapper .slick-slider .slick-arrow.slick-prev {
  width: 28px;
  height: 28px;
  overflow: visible;
  background: black;
  border-radius: 50%;
}
.entry-content .slick-slider-wrapper .slick-slider .slick-arrow.slick-next:before, .entry-content .slick-slider-wrapper .slick-slider .slick-arrow.slick-prev:before {
  font-size: 36px;
  line-height: 30px;
  color: white;
  position: absolute;
  opacity: 1;
  left: -3px;
  top: 2px;
}
.entry-content .slick-slider-wrapper .slick-slider .slick-arrow.slick-next:hover, .entry-content .slick-slider-wrapper .slick-slider .slick-arrow.slick-prev:hover {
  background: #333333;
}
.entry-content .slick-slider-wrapper .slick-slider .slick-dots {
  position: static;
  bottom: inherit;
}
.entry-content .slick-slider-wrapper .slick-slider .slick-list {
  overflow: visible;
}
.entry-content .slick-slider-wrapper .slick-slider.slick-dotted {
  margin-bottom: 20px;
  margin-top: 20px;
}

/** Custom CSS **/
@media only screen and (min-width: 1350px) {
  .wp-caption.align-wide {
    margin-left: -10%;
    margin-right: -10%;
    max-width: none;
    width: 120% !important;
  }
  .wp-caption.align-wide > img {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
  img.align-wide {
    margin-left: -10%;
    margin-right: -10%;
    max-width: none;
    width: 120%;
  }
}
@media only screen and (min-width: 1650px) {
  .wp-caption.align-wide {
    margin-left: -30%;
    margin-right: -30%;
    max-width: none;
    width: 160% !important;
  }
  .wp-caption.align-wide > img {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
  img.align-wide {
    margin-left: -30%;
    margin-right: -30%;
    max-width: none;
    width: 160% !important;
  }
}
@media only screen and (min-width: 1350px) {
  .wp-caption.align-full > img, img.align-full {
    margin-left: calc((70.25rem - 100vw) / 2) !important; /** 80rem main content width, 4.375 side padding, 1 rem scroll bar width **/
    width: 100vw !important;
    max-width: none;
  }
}
@media screen and (min-width: 75em) {
  .featured-hero {
    padding-bottom: 1000px;
  }
}
.slick-slider-wrapper {
  overflow: hidden;
}

span.indentation {
  display: inline-block;
  width: 50px;
}

.taxonomy-daily-column-info .cell {
  margin-bottom: 45px;
}
.taxonomy-daily-column-info .term_image img {
  width: 100%;
}
.taxonomy-daily-column-info .term_author_image {
  margin-bottom: 15px;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 75em) {
  .taxonomy-daily-column-info .term_author_image {
    margin-left: 0;
  }
}

.j-icon {
  border: 1px solid #d6d6d6;
  padding: 8px 10px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5em;
}
.j-icon span.jcitation {
  width: 15px;
  height: 13px;
  display: inline-block;
  margin: 0 1px 0 0;
  background: url(./j_cite_30x26.png) no-repeat;
  background-size: cover;
}

.article-meta.cell {
  position: relative;
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .article-meta.cell {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

.article-share-container-compact {
  width: 125px;
  margin-top: 10px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
}
.article-share-container-compact svg#share-icon {
  margin-right: 3px;
}
.article-share-container-compact svg#share-icon path {
  fill: white;
}
.article-share-container-compact svg {
  display: inherit;
  vertical-align: inherit;
}
.article-share-container-compact .share-options {
  visibility: hidden;
  z-index: 1;
  width: 100%;
  position: absolute;
  border: 1px solid white;
  transition: all 0.2s ease-in-out;
  margin-top: 5px;
}
.article-share-container-compact .share-options a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6em;
  width: 100%;
  text-align: left;
  background: #F9F8F6;
  border-top: 0;
  border-bottom: 1px solid #D1CFC8;
  padding: 2px;
  color: #444444;
}
.article-share-container-compact .share-options a:hover {
  text-decoration: none;
  color: black;
  background-color: #e7e7e7;
  border-color: inherit !important;
}
.article-share-container-compact .share-options a > span.icon {
  font-size: 12px;
  display: inline-block;
  width: 36px;
  text-align: center;
}
.article-share-container-compact > span {
  border: 1px solid #ab0101;
  padding: 2px;
  text-align: center;
  display: block;
  cursor: pointer;
  color: white;
  background-color: #ab0101;
  transition: all 0.2s ease-in-out;
}
.article-share-container-compact > span > span {
  font-size: 14px;
}
.article-share-container-compact:hover svg#share-icon path {
  fill: #ab0101;
}
.article-share-container-compact:hover > span {
  color: #ab0101;
  background-color: white;
}
.article-share-container-compact:hover .share-options {
  visibility: visible;
}

/** membership button on top navvar **/
.site-navigation.top-bar .top-bar-right .menu > li.member.desktop {
  display: block;
}
.site-navigation.top-bar .top-bar-right .menu > li.member.mobile {
  display: none;
}
.site-navigation.top-bar .top-bar-right .menu > li.member > a {
  background: #27CAE1;
  display: inline-block;
  padding: 5px 20px 7px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid transparent;
  color: black;
}
.site-navigation.top-bar .top-bar-right .menu > li.member > a:hover {
  color: white;
  border-color: #27CAE1;
  background-color: transparent;
  text-decoration: none;
}

.top-bar .menu {
  padding-right: 20px;
  position: static;
}
@media screen and (min-width: 880px) {
  .top-bar .menu {
    padding-right: 36px;
  }
}

.top-bar-container .top-bar .top-bar-right {
  min-width: 340px;
}

@media screen and (max-width: 639px) {
  .site-navigation.top-bar .top-bar-right .menu > li.member {
    position: absolute;
    right: 0;
    top: 48px;
  }
  .site-navigation.top-bar .top-bar-right .menu > li.member.desktop {
    display: none;
  }
  .site-navigation.top-bar .top-bar-right .menu > li.member.mobile {
    display: block;
  }
  .site-navigation.top-bar .top-bar-right .menu > li.member > a {
    padding: 3px 5px 5px;
    font-size: 12px;
    width: 76px;
    text-align: center;
  }
  .site-navigation.top-bar .top-bar-right .menu > li.newsletter {
    top: 16px;
  }
  .site-navigation.top-bar .top-bar-right .menu > li.newsletter > a {
    width: 76px;
    text-align: center;
  }
}
.daily-explore.story-list .description {
  margin-bottom: 15px;
}
.daily-explore.story-list .story-list-header {
  margin-bottom: 15px;
}
.daily-explore.story-list.rounded-corner {
  border-radius: 15px;
}
.daily-explore.story-list.bg-color-blue {
  background-color: #79DEEC;
  padding: 25px;
}
.daily-explore.story-list.bg-color-red {
  background-color: #FC9C9C;
  padding: 25px;
}
.daily-explore.story-list.bg-color-gray {
  background-color: #EAE8E2;
  padding: 25px;
}
.daily-explore.story-list.bg-color-navy {
  background-color: #0D3071;
  color: white;
  padding: 25px;
}
.daily-explore.story-list.bg-color-navy h1, .daily-explore.story-list.bg-color-navy h2, .daily-explore.story-list.bg-color-navy h3, .daily-explore.story-list.bg-color-navy h4, .daily-explore.story-list.bg-color-navy a {
  color: white !important;
}
.daily-explore.story-list .article-tease:last-of-type {
  margin-bottom: 0;
}

.homepage_sidebar_banner {
  margin: 40px 0;
}
