/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap'); */
.drawer h2 {
  font-size: 18px;
  line-height: 1.3;
}

.drawer h3 {
  font-size: 18px !important;
  font-weight: 400;
}

.drawer h2, .drawer h3 {
  color: #000000;
  font-weight: 400;
  line-height: 1.4;
  margin: 8px 0;
  position: relative;
}

.drawer h2 a, .drawer h3 a {
  color: inherit;
}

.drawer h2 .story-label, .drawer h3 .story-label {
  color: #D01100;
  display: inline-block;
  font-size: smaller;
  font-weight: bold;
  text-transform: uppercase;
}

.drawer .headline-bold h2, .drawer .headline-bold h3 {
  font-weight: 600;
}

.drawer h5 {
  color: #646464;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1;
  margin: 0.5rem 0 0.3rem 0;
  text-transform: uppercase;
}

.drawer h5 a {
  color: inherit;
}

.drawer .story {
  margin-bottom: 2rem;
}

.drawer .sponsor-text {
  color: #a4a4a4;
  font-size: 0.8rem;
  font-weight: 400;
}

.large-image-50 iframe {
  width: 450px;
  height: auto !important;
  aspect-ratio: auto 3/2;
}

@media only screen and (max-width: 767px) {
  .large-image-50 iframe {
    width: 100% !important;
  }
}

.large-image-50 figure img {
  width: 100%;
}

figure {
  position: relative;
}

.front-page-drawer-outer {
  padding: 0 0 1.3rem 0;
  /*border-bottom: 1px solid #ccc;*/
}

.front-page-drawer-outer.no-border {
  border-width: 0;
}

.front-page-drawer-outer:first-child {
  padding-top: 0;
}

.drawer-header {
  border-bottom: 1px solid #000000;
  color: #000000;
  font-weight: bold;
  margin: 8px 8px 16px 8px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .focal.large-image {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding: 0 1rem 1rem 1rem;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .focal.large-image iframe {
    width: 100% !important;
  }
}

.focal figure {
  margin-bottom: 1rem;
  position: relative;
}

.focal .drawer-excerpt {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}

.focal .drawer-excerpt a {
  color: #000000;
  text-decoration: none !important;
}

.ancillary-stack {
  display: block;
  width: 30%;
}

@media only screen and (max-width: 767px) {
  .ancillary-stack {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    width: 100%;
  }
}

.ancillary-stack .ancillary {
  border-bottom: 1px solid #BBBCBE;
}

.ancillary-stack .ancillary:last-child {
  border-bottom: none;
}

.ancillary {
  padding: 0 0 1rem 0;
}

@media only screen and (max-width: 767px) {
  .ancillary {
    padding: 1rem 1rem 0 1rem;
  }
}

.ancillary a {
  color: #000000;
}

.ancillary figure {
  margin-bottom: 0.5rem;
}

.ancillary h3 {
  display: initial;
}

.ancillary h3 a {
  color: inherit;
}

.ancillary:first-child h5 {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .ancillary:first-child h5 {
    margin-top: 0.5rem;
  }
}

.ancillary-rows {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .ancillary-rows {
    display: block;
  }
}

.ancillary-rows .ancillary figure {
  margin-bottom: 1rem;
}

/* For desktop 3 across grid */
.desktop-row-3 .ancillary-rows .ancillary {
  width: 30%;
}

@media only screen and (max-width: 767px) {
  .desktop-row-3 .ancillary-rows .ancillary {
    padding: 0.5rem 1rem !important;
  }
  .desktop-row-3 .ancillary-rows .ancillary:not(.slick-slide) {
    width: 100% !important;
  }
  .desktop-row-3 .ancillary-rows .ancillary figure {
    margin: 0 auto;
  }
  .desktop-row-3 .ancillary-rows .ancillary figure img {
    width: 100%;
    margin: 0 auto;
  }
}

/* For desktop 4 across grid */
.desktop-row-4 .ancillary-rows .ancillary {
  width: 22%;
}

@media only screen and (max-width: 767px) {
  .desktop-row-4 .ancillary-rows .ancillary {
    padding: 0.5rem 1rem !important;
  }
  .desktop-row-4 .ancillary-rows .ancillary:not(.slick-slide) {
    width: 100% !important;
  }
  .desktop-row-4 .ancillary-rows .ancillary figure {
    margin: 0 auto;
  }
  .desktop-row-4 .ancillary-rows .ancillary figure img {
    width: 100%;
    margin: 0 auto;
  }
}

.focal h2[data-icon="audio"]:before, .focal h2[data-icon="photo"]:before, .focal h2[data-icon="updated"]:before, .focal h2[data-icon="video"]:before, .ancillary h3[data-icon="audio"]:before, .ancillary h3[data-icon="photo"]:before, .ancillary h3[data-icon="updated"]:before, .ancillary h3[data-icon="video"]:before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #D01100;
  content: '';
  display: table-cell;
  float: left;
  height: 1.2rem;
  margin: 8px 4px 0 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 18px;
          mask-size: 18px;
  width: 1.5rem;
}

.focal h2[data-icon="audio"]:before, .ancillary h3[data-icon="audio"]:before {
  -webkit-mask-image: url(../../../assets/img/icons/post-icon-audio.svg);
  mask-image: url(../../../assets/img/icons/post-icon-audio.svg);
}

.focal h2[data-icon="photo"]:before, .ancillary h3[data-icon="photo"]:before {
  -webkit-mask-image: url(../../../assets/img/icons/post-icon-photo-2.svg);
  mask-image: url(../../../assets/img/icons/post-icon-photo-2.svg);
}

.focal h2[data-icon="updated"]:before, .ancillary h3[data-icon="updated"]:before {
  -webkit-mask-image: url(../../../assets/img/icons/post-icon-update-1.svg);
  mask-image: url(../../../assets/img/icons/post-icon-update-1.svg);
}

.focal h2[data-icon="video"]:before, .ancillary h3[data-icon="video"]:before {
  -webkit-mask-image: url(../../../assets/img/icons/post-icon-video-1.svg);
  mask-image: url(../../../assets/img/icons/post-icon-video-1.svg);
}

.ancillary h3[data-icon="audio"]:before, .ancillary h3[data-icon="photo"]:before, .ancillary h3[data-icon="updated"]:before, .ancillary h3[data-icon="video"]:before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: '';
  display: table-cell;
  height: 1.1rem;
  margin: 5px 4px 0 0;
  width: 1.5rem;
}

.small-image-50 {
  margin-right: 1%;
  width: 49%;
}

.small-image-50 iframe {
  width: 180px;
  height: auto !important;
  aspect-ratio: auto 3/2;
}

@media only screen and (max-width: 767px) {
  .small-image-50 iframe {
    width: 100% !important;
  }
}

.small-image-50 figure img {
  width: 100%;
}

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