/* $link-color: #0274B7; */
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i|Roboto:400,500,700");
@import url("https://use.fontawesome.com/releases/v5.0.8/css/all.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.3.5/jquery.fancybox.min.css");
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.full-width {
  width: 100%; }

.hideon-AO,
.hideon-AO-new {
  display: none; }

@media (min-width: 1024px) {
  .hide-for-desktop {
    display: none; } }

[class^="_magnetRelConrel_"] {
  width: 100%; }

.twitter-tweet {
  width: 100% !important; }
  @media (min-width: 768px) {
    .twitter-tweet {
      width: 500px !important; } }

[class^="_magnetRecConrecom_"] > div:nth-child(2) div div {
  width: 100% !important; }

._magnetRecConrecom_323-1 > div:nth-child(2) > div div {
  width: 100% !important; }

.follow_related-dialog {
  box-shadow: 0 0 4px rgba(51, 51, 51, 0.5); }

*,
*::before,
*::after {
  box-sizing: border-box; }

body {
  font-family: "Lato", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.1875;
  color: #333333; }

header {
  display: flex;
  background: #333333;
  color: #ffffff; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin: 0 0 12px 0;
  color: #333333; }

h2 {
  font-size: 20px; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

a {
  text-decoration: none;
  color: #333333;
  transition: 0.4s;
  display: inline-block; }
  @media (min-width: 1025px) {
    a:hover:not(.btn), a:hover:not(.introjs-button:hover) {
      color: #c71f1f; } }
  a.bi-line-link {
    color: #c71f1f;
    font-weight: 700;
    font-style: italic;
    font-size: 12px; }
  a.default-link {
    color: #c71f1f; }
  .featured-section__top-story-title a,
  .latest__article-title a,
  .recommended__article-title a,
  .featured__gallery-title a,
  .category-title a {
    transition: 0.4s; }
    @media (min-width: 1025px) {
      .featured-section__top-story-title a:hover,
      .latest__article-title a:hover,
      .recommended__article-title a:hover,
      .featured__gallery-title a:hover,
      .category-title a:hover {
        color: #c71f1f; } }

p,
span {
  line-height: 24px;
  word-wrap: break-word;
  width: 100%; }

p {
  color: #333333;
  padding: 0 16px;
  word-wrap: break-word; }
  @media (min-width: 1024px) {
    p {
      padding: 0 0 16px 0; } }

select {
  outline-style: none;
  border: 1px solid #333333;
  height: 40px;
  font-family: "Lato", sans-serif;
  width: 100%;
  display: block;
  border-radius: 4px;
  font-size: 16px; }
  select[multiple] {
    height: 96px; }

label {
  font-size: 12px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 900;
  display: block; }

input {
  padding: 8px;
  font-size: 16px;
  border-radius: 4px; }
  input[type="text"], input[type="date"], input[type="email"], input[type="password"], input[type="number"] {
    border: 1px solid #333333;
    height: 40px;
    font-family: "Lato", sans-serif;
    width: 100%;
    display: block;
    font-size: 16px; }

button {
  height: 40px;
  border-radius: 4px;
  text-transform: capitalize;
  box-shadow: 0 0 4px rgba(51, 51, 51, 0.2);
  transition: .4s; }
  button:hover {
    cursor: pointer;
    box-shadow: 0 0 4px rgba(51, 51, 51, 0.4); }
  button:active {
    cursor: pointer;
    box-shadow: 0 0 6px rgba(51, 51, 51, 0.6); }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.embed-container-custom {
  margin: 16px 0; }
  .embed-container-custom > iframe {
    width: 100%; }

main {
  display: block;
  margin-bottom: 16px; }

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px; }
  @media (min-width: 1201px) {
    .container {
      max-width: 1200px; } }

.section-featured {
  color: #fff;
  padding: 16px;
  background: gray;
  border-radius: 4px;
  grid-column-start: 1;
  grid-column-end: -1; }

.featured {
  display: grid;
  grid-template-columns: 65% 35%; }

.most-recent img {
  width: 100%; }

@media (min-width: 768px) {
  .most-recent-article-image {
    height: 334px; } }

.latest {
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr; }
  @media (min-width: 768px) {
    .latest {
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 16px;
      padding: 0; } }
  @media (min-width: 1024px) {
    .latest {
      grid-template-columns: repeat(2, 1fr); } }
  .latest-article {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px #ECECEC solid;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .latest-article {
        flex-direction: column-reverse;
        justify-content: flex-end;
        border: none; } }
    .latest-article-image {
      min-width: 120px;
      height: 69px; }
      @media (min-width: 768px) {
        .latest-article-image {
          min-width: 160px;
          height: 80px;
          width: 100%; } }

.add-position-top {
  margin: 24px 0; }

.left-and-right-rail {
  display: flex;
  flex-wrap: wrap; }
  .left-and-right-rail p {
    padding: 8px 0;
    margin: 0; }
    .left-and-right-rail p > a {
      color: #c71f1f; }
    .left-and-right-rail p > i > a {
      color: #c71f1f; }
    .left-and-right-rail p > b > a {
      color: #c71f1f; }
  @supports (display: grid) {
    .left-and-right-rail {
      display: grid;
      grid-template-columns: 1fr; }
      @media (min-width: 1024px) {
        .left-and-right-rail {
          grid-template-columns: 65% 1fr;
          grid-column-gap: 16px; } } }

.left-rail {
  padding: 16px; }
  @media (min-width: 1024px) {
    .left-rail {
      width: 65%;
      padding: 0; }
      @supports (display: grid) {
        .left-rail {
          width: initial; } } }

.right-rail {
  padding: 16px; }
  @media (min-width: 768px) {
    .right-rail {
      width: 100%; } }
  @media (min-width: 1024px) {
    .right-rail {
      width: calc(35% - 16px);
      margin-left: 16px;
      padding: 0; }
      @supports (display: grid) {
        .right-rail {
          width: initial;
          margin-left: initial; } } }

.flatpage {
  display: flex;
  flex-wrap: wrap; }
  .flatpage p {
    padding: 8px 0;
    margin: 0; }
    .flatpage p > a {
      color: #c71f1f; }
  @supports (display: grid) {
    .flatpage {
      display: grid;
      grid-template-columns: 1fr; } }

.recommended-article {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .recommended-article {
      flex-direction: row; } }
  .recommended-article-image {
    min-width: 120px;
    height: 69px; }
    @media (min-width: 768px) {
      .recommended-article-image {
        min-width: 242px;
        height: 121px; } }
  .recommended-article-info {
    display: flex;
    flex-direction: column;
    padding-right: 16px; }
    @media (min-width: 768px) {
      .recommended-article-info {
        width: initial; } }
    .recommended-article-info > span {
      margin-bottom: 8px; }
  .recommended-article-category {
    font-size: 10px;
    font-weight: 900;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 4px; }
  .recommended-article-title {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    line-height: 1.25; }
  .recommended-article-bi-line {
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    color: #656565;
    letter-spacing: .25px; }
  .recommended-article img {
    width: 100%;
    max-width: 212px;
    height: 106px; }

.featured-galleries,
.featured-videos {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px; }
  @supports (display: grid) {
    .featured-galleries,
    .featured-videos {
      display: grid;
      grid-template-columns: 1fr; } }
  @media (min-width: 1024px) {
    .featured-galleries,
    .featured-videos {
      padding: 0; } }

.featured-gallery img {
  width: 100%; }

.featured-gallery span {
  display: flex;
  flex-direction: column; }
  .featured-gallery span .media-category {
    font-size: 10px;
    font-weight: 900;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 4px; }
  .featured-gallery span .media-title {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    line-height: 1.25; }

.categories {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  @supports (display: grid) {
    .categories {
      display: grid;
      grid-template-columns: 1fr;
      grid-column-gap: 16px; } }
  @media (min-width: 768px) {
    .categories {
      flex-direction: row;
      justify-content: space-between; }
      @supports (display: grid) {
        .categories {
          grid-template-columns: repeat(3, 1fr);
          grid-column-gap: 16px; } } }
  @media (min-width: 1024px) {
    .categories {
      padding: 0; } }

.category-image {
  height: 267px;
  min-width: 309px; }

@media (min-width: 768px) {
  .category {
    width: calc(33% - 8px); }
    @supports (display: grid) {
      .category {
        width: initial; } } }

.add-position-top-desktop {
  display: none; }
  @media (min-width: 768px) {
    .add-position-top-desktop {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin: 16px 0 24px; }
      .add-position-top-desktop > img {
        border: 1px #333333 solid; }
      .add-position-top-desktop > span {
        text-align: center; } }

.add-position-top-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 16px 0; }
  .add-position-top-mobile:first-of-type {
    margin-top: 0; }
  @media (min-width: 768px) {
    .add-position-top-mobile {
      display: none; } }
  .add-position-top-mobile > img {
    width: 100%; }
  .add-position-top-mobile > span {
    text-align: center; }

.add-position-right {
  display: none;
  margin: 32px 0; }
  .add-position-right:first-of-type {
    margin-top: 0; }
  @media (min-width: 768px) {
    .add-position-right {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; } }

.category-image {
  min-width: 201px;
  height: 132px; }

.other-news {
  padding: 16px; }
  @media (min-width: 1024px) {
    .other-news {
      padding: 16px 0;
      max-width: 350px;
      margin: 0 auto; } }
  .other-news-article {
    display: flex;
    flex-direction: column;
    padding: 0 0 16px 0; }

.other-category {
  font-size: 10px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 4px;
  font-family: "Roboto", sans-serif; }

.other-title {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 1.35; }

.other-biline {
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  color: #656565;
  letter-spacing: .25px; }

.sticky-wrapper {
  display: none; }
  @media (min-width: 1024px) {
    .sticky-wrapper {
      display: block; } }

.jobs-widget {
  display: none;
  padding: 16px;
  margin: 24px 0; }
  @media (min-width: 768px) {
    .jobs-widget {
      display: block; } }
  @media (min-width: 768px) {
    .jobs-widget {
      padding: 0; } }

.hidden {
  display: none; }

.inline-meter {
  width: 100%; }

.grid {
  display: grid;
  grid-template-columns: 1fr; }
  .grid--span-12 {
    grid-column: 1 / -1; }
  @media (min-width: 1024px) {
    .grid {
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 16px; } }

.grid--span-first-1 {
  grid-column: 1 / -1; }
  @media (min-width: 1024px) {
    .grid--span-first-1 {
      grid-column: 1/2; } }

.grid--span-first-2 {
  grid-column: 1 / -1; }
  @media (min-width: 1024px) {
    .grid--span-first-2 {
      grid-column: 1/3; } }

.grid--span-first-3 {
  grid-column: 1 / -1; }
  @media (min-width: 1024px) {
    .grid--span-first-3 {
      grid-column: 1/4; } }

.grid--span-first-4 {
  grid-column: 1 / -1; }
  @media (min-width: 1024px) {
    .grid--span-first-4 {
      grid-column: 1/5; } }

.grid--span-first-5 {
  grid-column: 1 / -1; }
  @media (min-width: 1024px) {
    .grid--span-first-5 {
      grid-column: 1/6; } }

.grid--span-first-6 {
  grid-column: 1 / -1; }
  @media (min-width: 1024px) {
    .grid--span-first-6 {
      grid-column: 1/7; } }

.grid--span-first-7 {
  grid-column: 1 / -1; }
  @media (min-width: 1024px) {
    .grid--span-first-7 {
      grid-column: 1/8; } }

.grid--span-first-8 {
  grid-column: 1 / -1; }
  @media (min-width: 1024px) {
    .grid--span-first-8 {
      grid-column: 1/9; } }

.grid--span-first-9 {
  grid-column: 1 / -1; }
  @media (min-width: 1024px) {
    .grid--span-first-9 {
      grid-column: 1/10; } }

.grid--span-first-10 {
  grid-column: 1 / -1; }
  @media (min-width: 1024px) {
    .grid--span-first-10 {
      grid-column: 1/11; } }

.grid--span-first-11 {
  grid-column: 1 / -1; }
  @media (min-width: 1024px) {
    .grid--span-first-11 {
      grid-column: 1/12; } }

.grid--span-last-1 {
  grid-column: 1 / -1; }
  @media (min-width: 1024px) {
    .grid--span-last-1 {
      grid-column: 12 / -1; } }

.grid--span-last-2 {
  grid-column: 1 / -1; }
  @media (min-width: 1024px) {
    .grid--span-last-2 {
      grid-column: 11 / -1; } }

.grid--span-last-3 {
  grid-column: 1 / -1; }
  @media (min-width: 1024px) {
    .grid--span-last-3 {
      grid-column: 10 / -1; } }

.grid--span-last-4 {
  grid-column: 1 / -1; }
  @media (min-width: 1024px) {
    .grid--span-last-4 {
      grid-column: 9 / -1; } }

.grid--span-last-5 {
  grid-column: 1 / -1; }
  @media (min-width: 1024px) {
    .grid--span-last-5 {
      grid-column: 8 / -1; } }

.grid--span-last-6 {
  grid-column: 1 / -1; }
  @media (min-width: 1024px) {
    .grid--span-last-6 {
      grid-column: 7 / -1; } }

.grid--span-last-7 {
  grid-column: 1 / -1; }
  @media (min-width: 1024px) {
    .grid--span-last-7 {
      grid-column: 6 / -1; } }

.grid--span-last-8 {
  grid-column: 1 / -1; }
  @media (min-width: 1024px) {
    .grid--span-last-8 {
      grid-column: 5 / -1; } }

.grid--span-last-9 {
  grid-column: 1 / -1; }
  @media (min-width: 1024px) {
    .grid--span-last-9 {
      grid-column: 4 / -1; } }

.grid--span-last-10 {
  grid-column: 1 / -1; }
  @media (min-width: 1024px) {
    .grid--span-last-10 {
      grid-column: 3 / -1; } }

.grid--span-last-11 {
  grid-column: 1 / -1; }
  @media (min-width: 1024px) {
    .grid--span-last-11 {
      grid-column: 2 / -1; } }

.staffer__name {
  margin-right: 16px; }
  @supports (display: grid) {
    .staffer__name {
      margin-right: initial; } }

/*
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 72px;
  padding: 16px;
  transition: 0.4s;
  width: 100%;
  z-index: 2;

  @include mq(medium) {
    height: 80px;
  }

  @include mq(desktop-hd) {
    padding: 0;
    max-width: 1200px;
  }

  &__menu-and-search {
    display: flex;
    align-items: center;
  }

  &__menu {
    align-items: center;
    display: flex;
    justify-content: center;

    @include mq(medium) {
      cursor: pointer;
    }

    @include mq(desktop) {
      padding: 0;
    }
  }

  &__menu-btn {
    @include subheaderLinkStyle(flex);
    justify-content: center;
    min-height: 40px;
    min-width: 40px;
  }

  &__menu-btn-text {
    display: none;
    color: $white;

    @include mq(medium) {
      display: block;
    }
  }

  &__menu-icon {
    fill: $white;
    width: 16px;
    height: 16px;

    @include mq(medium) {
      width: 16px;
      height: 16px;
      margin-right: 8px;
    }

    .bottom {
      transition: .4s;
    }
    .top {
      transition: .4s;
    }

    .middle {
      transition: .4s;
    }

    &.is-active {
      .bottom {
        transform: rotate(-45deg) translateX(1px) translateY(1px);
        transform-origin: 0 100%;
      }

      .top {
        transform: rotate(45deg) translateX(1px) translateY(-.35px);
        transform-origin: 0 0;
      }

      .middle {
        opacity: 0;
      }
    }
  }



  &__logo {
    max-width: 229px;

    @include mq(medium) {
      height: 32.99px;
      max-width: 419px;
    }
  }

  &__link {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 72px;
    top: 0;
    z-index: 2;

    @include mq(medium) {
      width: 425px;
      top: 4px;
    }
  }

  &__alt {
    background: $white;
    border-bottom: 1px solid #ececec;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
  }

  &__search-desktop {
    display: none;

    @include mq(desktop-search) {
      display: block;
    }
  }
}
*/
.sections,
.e-edition {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-width: 80px;
  line-height: 1;
  height: 40px; }

/*
.subheader {
  display: flex;
  max-width: 1200px;
  align-items: baseline;
  height: 56px;
  justify-content: flex-start;
  padding: 16px;
  border-bottom: 1px solid #ECECEC;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  position: relative;

  a {
    white-space: nowrap;
  }

  &::-webkit-scrollbar {
    display: none;
  }

  &::-webkit-scrollbar-corner {
    background: rgba(0,0,0,0);
  }

  @include mq(medium) {
    margin: 0 auto;
    width: initial;
    align-items: inherit;

    &::-webkit-scrollbar {
      display: initial;
    }
  }

  @include mq(desktop-hd) {
    padding-left: 0;
    padding-right: 0;
  }

  &__link {
    white-space: nowrap;
    margin-right: 16px;
    font-family: $display-font;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .25px;

    &--e-edition {
      margin-right: 16px;
      font-family: $display-font;
      font-weight: 700;
      font-size: 16px;
      letter-spacing: .25px;
      display: none;

      em {
        margin-right: 4px;
      }

      @include mq(medium) {
        display: block;
      }
    }

    &--marketplace {
      display: none;

      @include mq(medium) {
        display: block;
      }
    }

    &--school-closings {
      display: none;
      color: red;

      @include mq(medium) {
        display: block;
      }
    }
  }

  &__menu {
    &-icon {
      fill: $white;
      width: 16px;
      height: 16px;

      @include mq(medium) {
        width: 16px;
        height: 16px;
        margin-right: 8px;
      }

      .bottom {
        transition: .4s;
      }

      .top {
        transition: .4s;
      }

      .middle {
        transition: .4s;
      }

      &.is-active {
        .bottom {
          transform: rotate(-45deg) translateX(1px) translateY(1px);
          transform-origin: 0 100%;
        }

        .top {
          transform: rotate(45deg) translateX(1px) translateY(-.35px);
          transform-origin: 0 0;
        }

        .middle {
          opacity: 0;
        }
      }
    }

    &-btn {
      @include subheaderLinkStyle(flex);
      justify-content: center;
      min-height: 40px;
      min-width: 40px;
    }

    &-btn-text {
      display: none;

      @include mq(medium) {
        display: block;
      }
    }
  }

  &__e-edition {
    @include subheaderLinkStyle(none);

    @include mq(large) {
      display: flex;

      em {
        margin-right: 4px;
      }
    }
  }

  &__special-link {
    font-style: italic;
    font-weight: 700;
    color: red;
    border-bottom: 2px solid red;
    padding-bottom: 4px;
    transition: .4s;

    &:hover {
      border-bottom: 2px solid $link-color;
    }
  }
}
*/
.indicator {
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  border-bottom-right-radius: 8px;
  height: 40px;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
  width: 24px;
  z-index: 2;
  display: none; }

.settings {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 40px;
  height: 40px; }
  @media (min-width: 1024px) {
    .settings {
      width: 200px; } }
  .settings__group-for-mobile {
    position: relative; }
    @media (min-width: 1024px) {
      .settings__group-for-mobile {
        display: none; } }
  .settings__group-for-desktop {
    display: none; }
    @media (min-width: 1024px) {
      .settings__group-for-desktop {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 200px; } }
  .settings__mobile, .settings__desktop {
    background-color: #ffffff;
    width: 240px;
    box-shadow: 0 0 16px rgba(51, 51, 51, 0.25);
    right: 8px;
    border-radius: 4px;
    padding: 16px;
    position: absolute;
    z-index: 2;
    top: 44px;
    display: none;
    animation-name: fadein;
    animation-duration: .5s; }
    .settings__mobile:before, .settings__desktop:before {
      content: "\A";
      border-style: solid;
      border-width: 15px 15px 15px;
      border-color: transparent transparent #ffffff transparent;
      position: absolute;
      top: -20px;
      right: -2px;
      border-radius: 4px; }
    .settings__mobile-icon, .settings__desktop-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px;
      position: relative; }
      @media (min-width: 768px) {
        .settings__mobile-icon, .settings__desktop-icon {
          width: initial; } }
    .settings__mobile-is-expanded, .settings__desktop-is-expanded {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
  .settings__signed-in {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    width: 40px;
    height: 40px; }
    @media (min-width: 768px) {
      .settings__signed-in {
        width: 200px; } }
    .settings__signed-in-for-mobile {
      position: relative; }
      @media (min-width: 768px) {
        .settings__signed-in-for-mobile {
          display: none; } }
    .settings__signed-in-for-desktop {
      display: none;
      font-family: "Lato", sans-serif;
      cursor: pointer; }
      @media (min-width: 768px) {
        .settings__signed-in-for-desktop {
          display: flex;
          align-items: center; } }
    .settings__signed-in-text {
      font-family: "Lato", sans-serif;
      margin-left: 8px; }

.btn {
  outline: none;
  padding: 8px 16px;
  box-shadow: 0 0 2px rgba(51, 51, 51, 0.25);
  background-color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  text-align: center;
  min-width: 40px;
  height: 40px;
  border: 0.5px solid rgba(51, 51, 51, 0.25);
  border-radius: 4px;
  white-space: nowrap; }
  .btn--primary {
    background-color: #c71f1f;
    color: #ffffff; }
    .btn--primary:hover, .btn--primary:active {
      color: #ffffff; }
  .btn--subscribe {
    background-color: #F8E517;
    color: #333333;
    margin-top: 16px; }
    .btn--subscribe-header {
      background-color: #F8E517;
      color: #333333; }
  .btn--subscribe-comments {
    background-color: #F8E517;
    color: #333333; }
  .btn--sign-in {
    color: #ffffff;
    background: transparent;
    font-weight: 500; }
  .btn--full-width {
    width: 100%; }
  .btn--comment-submit {
    margin: 4px 0; }
  .btn--obits {
    margin-bottom: 16px; }
  .btn--settings {
    margin-bottom: 16px; }
  .btn--search {
    border: 1px solid #ffffff;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px; }

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ececec;
  padding-bottom: 8px; }

.nav__header {
  background: #ffffff;
  box-shadow: 0 4px 4px rgba(51, 51, 51, 0.5);
  position: absolute;
  top: 72px;
  width: 100%;
  display: none;
  left: 0;
  animation-name: fadein;
  animation-duration: .5s; }
  @media (min-width: 768px) {
    .nav__header {
      top: 80px; } }
  .nav__header-search {
    padding: 16px 8px; }
    @media (min-width: 1160px) {
      .nav__header-search {
        display: none; } }
  .nav__header-search-group {
    height: 44px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    max-width: 1200px; }
  .nav__header-search-input {
    background: #FFFFFF;
    border: 1px solid #333333;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%; }
  .nav__header-search-btn {
    background: #333333;
    border: 1px solid #333333;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #ffffff;
    width: 44px; }
  .nav__header-menu {
    padding: 16px 8px;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    @supports (display: grid) {
      .nav__header-menu {
        display: grid;
        grid-template-columns: 1fr; } }
    @media (min-width: 1024px) {
      .nav__header-menu {
        flex-direction: row; }
        @supports (display: grid) {
          .nav__header-menu {
            grid-template-columns: repeat(4, 1fr);
            grid-column-gap: 40px; } } }
    @media (min-width: 1201px) {
      .nav__header-menu {
        padding: 16px 0; } }
  @media (min-width: 1024px) {
    .nav__header-menu-item {
      width: calc(25% - 32px);
      justify-content: space-between;
      margin-right: 32px;
      margin-bottom: 16px; }
      .nav__header-menu-item:nth-of-type(4n) {
        margin-right: 0; }
      @supports (display: grid) {
        .nav__header-menu-item {
          width: initial;
          margin-right: initial; } } }
  .nav__header-menu-text {
    border-bottom: .5px solid #CACACA;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    padding: 16px 0 16px 0;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between; }
    .nav__header-menu-text:last-child {
      border-bottom: none; }
  .nav__header-menu-link {
    display: inline-block;
    width: 100%; }
  .nav__header-sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: 0.4s; }
    @media (min-width: 768px) {
      .nav__header-sub-menu {
        display: flex;
        flex-wrap: wrap; }
        @supports (display: grid) {
          .nav__header-sub-menu {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-column-gap: 16px; } } }
    @media (min-width: 1024px) {
      .nav__header-sub-menu {
        max-height: 1000px; }
        @supports (display: grid) {
          .nav__header-sub-menu {
            grid-template-columns: repeat(2, 1fr); } } }
    .nav__header-sub-menu li {
      padding: 1rem 0;
      max-height: 44px; }
      @media (min-width: 768px) {
        .nav__header-sub-menu li {
          width: 33%;
          display: inline-block; }
          @supports (display: grid) {
            .nav__header-sub-menu li {
              width: initial; } } }
      @media (min-width: 1024px) {
        .nav__header-sub-menu li {
          padding: 10px 0 0 0;
          max-height: 56px;
          width: 50%; }
          @supports (display: grid) {
            .nav__header-sub-menu li {
              width: initial; } } }
      .nav__header-sub-menu li a {
        transition: 0.4s; }
        @media (min-width: 1025px) {
          .nav__header-sub-menu li a:hover {
            color: #c71f1f; } }
    @media (min-width: 768px) {
      .nav__header-sub-menu--marketplace {
        display: none; } }

.nav__footer {
  background: #ffffff;
  box-shadow: 0 4px 4px rgba(51, 51, 51, 0.5);
  position: absolute;
  top: 72px;
  width: 100%;
  display: none;
  left: 0;
  animation-name: fadein;
  animation-duration: .5s; }
  @media (min-width: 768px) {
    .nav__footer {
      top: 80px; } }
  .nav__footer-search {
    padding: 16px 8px; }
  .nav__footer-search-group {
    height: 44px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    max-width: 1200px; }
  .nav__footer-search-input {
    background: #FFFFFF;
    border: 1px solid #333333;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%; }
  .nav__footer-search-btn {
    background: #333333;
    border: 1px solid #333333;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #ffffff;
    width: 44px; }
  .nav__footer-menu {
    padding: 16px 8px;
    margin: 0 auto;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr; }
    @media (min-width: 1024px) {
      .nav__footer-menu {
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 40px; } }
    @media (min-width: 1201px) {
      .nav__footer-menu {
        padding: 16px 0; } }
  @media (min-width: 1024px) {
    .nav__footer-menu-item {
      width: calc((100% / 6) - 40px);
      margin-right: 40px;
      margin-bottom: 16px; }
      .nav__footer-menu-item:last-child {
        margin-right: 0; }
      @supports (display: grid) {
        .nav__footer-menu-item {
          width: initial;
          margin-right: initial; } } }
  .nav__footer-menu-text {
    border-bottom: .5px solid #CACACA;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    padding: 16px 0;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between; }
    .nav__footer-menu-text:last-child {
      border-bottom: none; }
  .nav__footer-menu-link {
    display: inline-block;
    width: 100%; }
  .nav__footer-sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: 0.4s; }
    @media (min-width: 768px) {
      .nav__footer-sub-menu {
        display: flex;
        flex-wrap: wrap; } }
    @media (min-width: 1024px) {
      .nav__footer-sub-menu {
        max-height: 1000px; } }
    .nav__footer-sub-menu li {
      padding: 1rem 0;
      max-height: 44px; }
      @media (min-width: 768px) {
        .nav__footer-sub-menu li {
          width: 33%; } }
      @media (min-width: 1024px) {
        .nav__footer-sub-menu li {
          padding: 10px 0 0 0;
          max-height: 56px;
          width: 100%; } }
      .nav__footer-sub-menu li a {
        word-break: break-word;
        transition: 0.4s; }
        @media (min-width: 1025px) {
          .nav__footer-sub-menu li a:hover {
            color: #c71f1f; } }

@media (min-width: 768px) {
  .marketplace {
    display: none; } }

.is-active {
  display: block;
  z-index: 1; }

.search-results {
  display: inline-block;
  margin: 8px 0 24px 0;
  font-style: italic; }

.search-group {
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 16px; }

.menu {
  padding: 16px 8px;
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr; }
  @media (min-width: 1024px) {
    .menu {
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 32px; } }
  @media (min-width: 1201px) {
    .menu {
      padding: 16px 0; } }

.is-active {
  display: block;
  z-index: 1; }

.is-expanded {
  max-height: 1000px; }

.caret {
  transition: .4s; }
  @media (min-width: 1024px) {
    .caret {
      display: none; } }

.is-open {
  transform: rotate(-180deg); }

.article-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  @media (min-width: 768px) {
    .article-list {
      flex-direction: row;
      flex-wrap: wrap; } }

.article-single {
  display: flex;
  padding: 16px 16px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
  flex-direction: row-reverse;
  justify-content: space-between; }
  .article-single.first-article {
    display: block;
    padding: 0; }
    .article-single.first-article img {
      height: initial; }
      @media (min-width: 768px) {
        .article-single.first-article img {
          width: 65%;
          margin-bottom: 0; } }
    .article-single.first-article .article-info {
      padding: 16px;
      width: initial; }
      @media (min-width: 768px) {
        .article-single.first-article .article-info {
          padding: 0 16px; } }
    @media (min-width: 768px) {
      .article-single.first-article {
        display: flex;
        flex-direction: row;
        padding: 16px;
        width: 100%;
        border-bottom: none; }
        .article-single.first-article img {
          height: 217px; } }
    @media (min-width: 1024px) {
      .article-single.first-article {
        width: 65%;
        flex-direction: column; }
        .article-single.first-article img {
          width: 100%; }
        .article-single.first-article .article-info {
          padding: 16px 0 0 0; } }
  .article-single img {
    max-width: 100%;
    height: 63.22px; }
  @media (min-width: 768px) {
    .article-single {
      width: 25%;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start; }
      .article-single img {
        height: initial;
        margin-bottom: 12px; } }
  @media (min-width: 1024px) {
    .article-single {
      width: 17.5%; } }

.article-info {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .article-info {
      width: initial; } }
  .article-info > span {
    margin-bottom: 8px; }

.article-category {
  font-size: 10px;
  font-weight: 900;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 4px; }

.article-title {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  line-height: 1.25; }

.article-bi-line {
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  color: #656565;
  letter-spacing: .25px; }

.category-link {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: #0074B8;
  font-weight: 900;
  font-style: italic; }

footer {
  background: #F6F6F6;
  padding: 16px;
  margin-top: 16px;
  margin-bottom: -32px; }
  footer-nav-heading {
    font-family: Lato-Bold;
    font-size: 12px;
    color: #000000;
    text-transform: uppercase; }

.recommended-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  @media (min-width: 768px) {
    .recommended-list {
      flex-direction: row;
      flex-wrap: wrap; } }

.recommended .article-single {
  width: initial; }

.media-heading {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  padding: 0 16px; }

.media-list {
  display: flex;
  flex-direction: column; }

.media-single {
  display: flex;
  padding: 16px 16px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
  flex-direction: row-reverse;
  justify-content: space-between; }
  .media-single img {
    width: 100%;
    max-width: 120px;
    height: 63.22px; }

.media-info {
  display: flex;
  flex-direction: column;
  width: 200px; }
  .media-info > span {
    margin-bottom: 8px; }

.media-category {
  font-size: 10px;
  font-weight: 900;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 4px; }

.media-title {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  line-height: 1.25; }

.featured {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 16px;
  border-bottom: 1px #ECECEC solid; }
  @supports (display: grid) {
    .featured {
      display: grid;
      grid-template-columns: 1fr; } }
  @media (min-width: 1024px) {
    @supports (display: grid) {
      .featured {
        grid-template-columns: 65% 1fr;
        grid-column-gap: 16px; } } }
  .featured-section {
    padding-bottom: 16px;
    border-bottom: 1px #ECECEC solid; }
    @media (min-width: 768px) {
      .featured-section {
        margin-bottom: 16px; } }
    .featured-section__top-story {
      display: flex;
      flex-direction: column;
      border-bottom: 1px solid #ececec; }
      @media (min-width: 768px) {
        .featured-section__top-story {
          border: none;
          width: 100%; } }
      @media (min-width: 1024px) {
        .featured-section__top-story {
          width: 65%;
          justify-content: flex-end; }
          @supports (display: grid) {
            .featured-section__top-story {
              width: 100%; } } }
    .featured-section__top-story-image {
      background: top center / cover no-repeat;
      min-height: 198px; }
      @media (min-width: 768px) {
        .featured-section__top-story-image {
          height: 348px;
          min-width: 462px; } }
      @media (min-width: 1024px) {
        .featured-section__top-story-image {
          background: center / 100% no-repeat;
          height: 334px;
          flex-grow: 1; } }
      @media (min-width: 1025px) {
        .featured-section__top-story-image:hover {
          background-size: 105%; } }
    .featured-section__top-story-info {
      display: flex;
      flex-direction: column;
      padding: 8px 16px; }
      @media (min-width: 1024px) {
        .featured-section__top-story-info {
          padding: 8px 0 0; } }
    .featured-section__top-story-category {
      font-size: 12px;
      font-weight: 500;
      color: #333333;
      font-family: "Roboto", sans-serif; }
    .featured-section__top-story-title {
      font-family: "Roboto", sans-serif;
      font-size: 24px;
      font-weight: 500;
      color: #333333;
      line-height: 1.25; }
      @media (min-width: 1024px) {
        .featured-section__top-story-title {
          font-size: 32px; } }
    .featured-section__top-story-bi-line {
      font-weight: 400;
      font-style: italic;
      font-size: 12px;
      color: #656565;
      letter-spacing: .25px; }
    .featured-section__top-story-lead {
      padding: 8px 0; }
  .featured-media {
    display: flex;
    flex-direction: column;
    margin: 16px 0; }
    .featured-media-image {
      height: 198px;
      background-position: center;
      background-size: 100%;
      background-repeat: no-repeat;
      margin-bottom: 8px; }
      @media (min-width: 768px) {
        .featured-media-image {
          height: 203px;
          min-width: 352px; } }
      @media (min-width: 1024px) {
        .featured-media-image {
          height: 203px;
          min-width: 309px; } }
      @media (min-width: 1025px) {
        .featured-media-image:hover {
          background-size: 110%; } }
    .featured-media-info {
      display: flex;
      flex-direction: column;
      padding: 0 16px; }
      @media (min-width: 768px) {
        .featured-media-info {
          padding: 0; } }
    .featured-media-category {
      font-size: 12px;
      font-weight: 500;
      color: #333333;
      font-family: "Roboto", sans-serif; }
    .featured-media-title {
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      font-weight: 500;
      color: #333333;
      line-height: 1.35; }
    @media (min-width: 768px) {
      .featured-media {
        border: none; } }
  .featured__section-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    line-height: 24px; }
    @media (min-width: 768px) {
      .featured__section-header {
        padding: 0; } }
    .featured__section-header > h2 {
      font-size: 17px;
      background-color: #333333;
      padding: 1px 5px;
      color: white; }
  .featured-gallery span {
    display: flex;
    flex-direction: column; }
  .featured__gallery {
    width: 100%;
    margin: 0 0 16px 0; }
    @media (min-width: 768px) {
      .featured__gallery {
        width: calc(50% - 8px); }
        @supports (display: grid) {
          .featured__gallery {
            width: initial; } } }
    @media (min-width: 1024px) {
      .featured__gallery {
        padding: 0; } }
  .featured__gallery-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline; }
    @media (min-width: 768px) {
      .featured__gallery-header {
        padding: 0; } }
  .featured__gallery-image {
    height: 180px;
    background: top center / 135% no-repeat;
    width: 100%;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .featured__gallery-image {
        height: 203px; } }
    @media (min-width: 1024px) {
      .featured__gallery-image {
        height: 203px; } }
    @media (min-width: 1025px) {
      .featured__gallery-image:hover {
        background-size: 140%; } }
  .featured__gallery-info {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .featured__gallery-info {
        padding: 0; } }
  .featured__gallery-title {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 1.35; }

.most-recent {
  display: flex;
  padding: 0;
  flex-direction: column; }
  .most-recent-article {
    margin-bottom: 16px; }
    .most-recent-article:last-child {
      margin-bottom: 0; }
    .most-recent-article-image {
      margin-bottom: 8px;
      background-position: top center;
      background-size: 101%;
      background-repeat: no-repeat; }
      @media (min-width: 1025px) {
        .most-recent-article-image:hover {
          background-size: 110%; } }
    .most-recent-article-info {
      display: flex;
      flex-direction: column;
      padding: 16px; }
      @media (min-width: 768px) {
        .most-recent-article-info {
          padding: 0 16px; } }
    .most-recent-article-subhead {
      display: none; }
      @media (min-width: 768px) {
        .most-recent-article-subhead {
          display: block; } }
    .most-recent-article-category {
      font-size: 12px;
      font-weight: 500;
      color: #333333;
      font-family: "Roboto", sans-serif; }
    .most-recent-article-title {
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      font-weight: 500;
      color: #333333;
      line-height: 1.35; }
    .most-recent-article-bi-line {
      font-weight: 400;
      font-style: italic;
      font-size: 12px;
      color: #656565;
      letter-spacing: .25px;
      line-height: 1.35; }
  @media (min-width: 768px) {
    .most-recent {
      padding: 0 16px 16px 16px; } }
  @media (min-width: 1024px) {
    .most-recent {
      padding: 0; } }
  @media (min-width: 768px) {
    .most-recent-article-title {
      font-size: 36px; } }
  @media (min-width: 768px) {
    .most-recent-article-image {
      height: 217px;
      min-width: 462px; } }
  @media (min-width: 1024px) {
    .most-recent-article-image {
      height: 334px; } }
  @media (min-width: 768px) {
    .most-recent-article-info {
      padding: 16px 0 0 0; } }

.latest-article {
  margin-bottom: 16px; }
  .latest-article:last-child {
    margin-bottom: 0; }
  .latest-article-image {
    margin-bottom: 8px;
    background-position: top center;
    background-size: 101%;
    background-repeat: no-repeat; }
    @media (min-width: 1025px) {
      .latest-article-image:hover {
        background-size: 110%; } }
  .latest-article-info {
    display: flex;
    flex-direction: column;
    padding: 0; }
    @media (min-width: 768px) {
      .latest-article-info {
        padding: 0; } }
  .latest-article-subhead {
    display: none; }
    @media (min-width: 768px) {
      .latest-article-subhead {
        display: block; } }
  .latest-article-category {
    font-size: 12px;
    font-weight: 500;
    color: #333333;
    font-family: "Roboto", sans-serif; }
  .latest-article-title {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 1.35; }
  .latest-article-bi-line {
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    color: #656565;
    letter-spacing: .25px;
    line-height: 1.35; }

.latest-article-image {
  margin-left: 16px; }
  @media (min-width: 768px) {
    .latest-article-image {
      margin-left: 0; } }

.recommended-article {
  margin-bottom: 16px;
  border-bottom: 1px #ECECEC solid;
  padding-bottom: 16px; }
  .recommended-article:last-child {
    margin-bottom: 0; }
  .recommended-article-image {
    margin-bottom: 0;
    background-position: top center;
    background-size: 101%;
    background-repeat: no-repeat; }
    @media (min-width: 1025px) {
      .recommended-article-image:hover {
        background-size: 110%; } }
  .recommended-article-info {
    display: flex;
    flex-direction: column;
    padding: 0; }
    @media (min-width: 768px) {
      .recommended-article-info {
        padding: 0; } }
  .recommended-article-subhead {
    display: none; }
    @media (min-width: 768px) {
      .recommended-article-subhead {
        display: block; } }
  .recommended-article-category {
    font-size: 12px;
    font-weight: 500;
    color: #333333;
    font-family: "Roboto", sans-serif; }
  .recommended-article-title {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 1.35; }
  .recommended-article-bi-line {
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    color: #656565;
    letter-spacing: .25px;
    line-height: 1.35; }

@media (min-width: 768px) {
  .recommended-article {
    margin-bottom: 16px;
    border-bottom: 1px #ECECEC solid;
    padding-bottom: 16px; }
    .recommended-article:last-child {
      margin-bottom: 0; }
    .recommended-article-image {
      margin-bottom: 0;
      background-position: top center;
      background-size: 101%;
      background-repeat: no-repeat; } }
    @media (min-width: 768px) and (min-width: 1025px) {
      .recommended-article-image:hover {
        background-size: 110%; } }

@media (min-width: 768px) {
    .recommended-article-info {
      display: flex;
      flex-direction: column;
      padding: 0; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .recommended-article-info {
        padding: 0; } }

@media (min-width: 768px) {
    .recommended-article-subhead {
      display: none; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .recommended-article-subhead {
        display: block; } }

@media (min-width: 768px) {
    .recommended-article-category {
      font-size: 12px;
      font-weight: 500;
      color: #333333;
      font-family: "Roboto", sans-serif; }
    .recommended-article-title {
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      font-weight: 500;
      color: #333333;
      line-height: 1.35; }
    .recommended-article-bi-line {
      font-weight: 400;
      font-style: italic;
      font-size: 12px;
      color: #656565;
      letter-spacing: .25px;
      line-height: 1.35; } }

.recommended-article-image {
  margin-left: 16px; }

.categories {
  border-bottom: 1px #ECECEC solid; }

.category {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column; }
  .category-image {
    height: 180px;
    background: top center / 140% no-repeat;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .category-image {
        height: 234.66px / 2;
        max-width: 352px; } }
    @media (min-width: 1024px) {
      .category-image {
        height: 206px / 2;
        min-width: 33%; } }
    @media (min-width: 1025px) {
      .category-image:hover {
        background-size: 145%; } }
  .category-title {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 1.35; }
  @media (min-width: 768px) {
    .category-info {
      padding: 0; } }

.inner-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @supports (display: grid) {
    .inner-grid {
      display: grid;
      grid-template-columns: 1fr; }
      @media (min-width: 768px) {
        .inner-grid {
          grid-template-columns: 1fr 1fr;
          grid-column-gap: 16px; } } }

.article-header {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px #ECECEC solid; }
  @media (min-width: 768px) {
    .article-header {
      grid-template-columns: 65% 1fr;
      grid-column-gap: 16px;
      padding: 0 16px 16px 0;
      margin-bottom: 16px; } }
  @media (min-width: 1024px) {
    .article-header {
      padding: 0 0 16px 0; } }
  .article-header-image {
    width: 100%;
    height: 198px; }
    @media (min-width: 768px) {
      .article-header-image {
        height: 223px; } }
    @media (min-width: 1024px) {
      .article-header-image {
        height: 334px; } }
  .article-header-2 {
    display: grid;
    grid-template-columns: 1fr;
    border-bottom: 1px #ECECEC solid; }
    @media (min-width: 768px) {
      .article-header-2 {
        grid-column-gap: 16px;
        padding: 0 16px 16px 16px;
        margin-bottom: 16px; } }
    @media (min-width: 1024px) {
      .article-header-2 {
        padding: 0 16px 16px 0; } }

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline; }
  @media (min-width: 768px) {
    .section-heading {
      padding: 0; } }

.section-page-title {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 1.35;
  padding: 0 16px; }
  @media (min-width: 768px) {
    .section-page-title {
      font-size: 40px; } }
  @media (min-width: 1024px) {
    .section-page-title {
      padding-left: 0; } }

.related-article {
  display: flex;
  flex-direction: column;
  margin: 16px 0;
  padding: 16px 0;
  justify-content: center;
  align-items: center;
  border-bottom: 1px #ECECEC solid;
  border-top: 1px #ECECEC solid; }

.articles-left {
  font-style: italic;
  font-size: 20px;
  color: #000000;
  margin-bottom: 16px;
  text-align: center; }

.subscribe-link {
  font-style: italic;
  font-size: 16px;
  color: #0074B8;
  text-align: center; }

.pagination {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .pagination li {
    border: 1px #ECECEC solid;
    min-width: 40px;
    min-height: 40px; }
    .pagination li:first-child {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .pagination li:last-child {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
    .pagination li a {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 8px;
      width: 100%;
      height: 100%; }
    .pagination li.active a {
      background-color: #c71f1f;
      color: #ffffff; }
    @media (min-width: 1025px) {
      .pagination li:hover a {
        background-color: #851515;
        color: #ffffff; } }

.article-image {
  width: 100%;
  margin: 0 0 16px 0; }
  .article-image-group {
    display: flex;
    flex-direction: column;
    margin: 16px 0; }
  .article-image-vertical {
    display: flex;
    justify-content: center;
    background-color: #ECECEC; }
    .article-image-vertical > img {
      max-width: 400px;
      width: 100%; }
  .article-image-credit {
    color: #656565;
    font-size: 12.75px;
    margin-top: 4px;
    letter-spacing: .125px;
    padding: 0;
    line-height: 1.15; }
    @media (min-width: 768px) {
      .article-image-credit {
        padding: 0 16px;
        /*font-size: 10px;*/ } }
    @media (min-width: 1024px) {
      .article-image-credit {
        padding: 0; } }

.ad {
  color: #656565;
  font-size: 10px;
  padding-bottom: 0;
  text-align: center; }

.latest {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  width: 100%; }
  @supports (display: grid) {
    .latest {
      display: grid;
      grid-template-columns: 1fr; }
      @media (min-width: 768px) {
        .latest {
          grid-template-columns: repeat(4, 1fr);
          grid-column-gap: 16px; } } }
  @media (min-width: 768px) {
    .latest {
      flex-direction: row;
      padding: 0 16px;
      align-items: baseline; } }
  @media (min-width: 1024px) {
    .latest {
      flex-wrap: wrap;
      width: calc(35% - 16px);
      margin-left: 16px;
      padding: 0;
      justify-content: space-between; }
      @supports (display: grid) {
        .latest {
          grid-template-columns: repeat(2, 1fr);
          margin-left: 0;
          width: 100%;
          grid-auto-rows: minmax(min-content, max-content); } } }
  .latest-article {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px #ECECEC solid;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .latest-article {
        flex-direction: column-reverse;
        justify-content: flex-end;
        border: none; } }
    .latest-article__image {
      background: top center / 101% no-repeat;
      min-width: 120px;
      height: 69px; }
      @media (min-width: 768px) {
        .latest-article__image {
          min-width: 160px;
          min-height: 80px;
          width: 100%; } }
  .latest__article {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    border-bottom: 1px #ECECEC solid;
    margin-bottom: 16px; }
    .latest__article:last-of-type {
      border: none;
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .latest__article {
        flex-direction: column-reverse;
        justify-content: flex-start;
        border: none;
        margin-bottom: 0;
        width: 25%;
        margin-right: 16px; }
        .latest__article:last-of-type {
          margin-right: 0; }
        @supports (display: grid) {
          .latest__article {
            width: initial;
            margin-right: initial; } } }
    @media (min-width: 1024px) {
      .latest__article {
        width: calc(50% - 8px);
        justify-content: flex-end; }
        .latest__article:first-of-type, .latest__article:nth-of-type(2) {
          margin-bottom: 8px; }
        .latest__article:nth-of-type(2), .latest__article:nth-of-type(4) {
          margin-right: 0; }
        @supports (display: grid) {
          .latest__article {
            width: initial;
            margin-right: initial; } } }
    .latest__article-info {
      display: flex;
      flex-direction: column;
      padding: 8px 16px; }
      @media (min-width: 768px) {
        .latest__article-info {
          padding: 4px 0; } }
    .latest__article-category {
      font-size: 12px;
      font-weight: 500;
      font-family: "Roboto", sans-serif;
      color: #333333; }
    .latest__article-title {
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      font-weight: 500;
      color: #333333;
      line-height: 1.35;
      font-size: 24px;
      font-weight: 500; }
      @media (min-width: 768px) {
        .latest__article-title {
          font-size: 18px;
          font-weight: 500; } }
    @media (min-width: 768px) {
      .latest__article-lead {
        display: none; } }
    .latest__article-bi-line {
      font-weight: 400;
      font-style: italic;
      font-size: 12px;
      color: #656565;
      letter-spacing: .25px; }
    .latest__article-image {
      background: center / 130% no-repeat;
      min-height: 198px;
      transition: .4s; }
      @media (min-width: 768px) {
        .latest__article-image {
          min-width: 160px;
          min-height: 90px;
          width: 100%;
          margin-left: 0;
          display: initial; } }
      @media (min-width: 1024px) {
        .latest__article-image {
          min-height: 128px; } }
      @media (min-width: 1025px) {
        .latest__article-image:hover {
          background-size: 135%; } }

.recommended {
  padding: 16px 0; }
  .recommended__article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 1px #ECECEC solid;
    margin-bottom: 16px; }
    .recommended__article.first {
      flex-direction: column-reverse; }
      .recommended__article.first .recommended__article-image {
        height: 180px;
        margin: 0 0 8px 0;
        display: initial;
        background-position: center; }
        @media (min-width: 768px) {
          .recommended__article.first .recommended__article-image {
            min-width: 242px;
            height: 121px;
            margin-left: 8px; } }
        @media (min-width: 1025px) {
          .recommended__article.first .recommended__article-image {
            height: 151px; }
            .recommended__article.first .recommended__article-image:hover {
              background-size: 110%; } }
      @media (min-width: 768px) {
        .recommended__article.first {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          border-bottom: 1px #ECECEC solid;
          margin-bottom: 16px; } }
    .recommended__article-info {
      display: flex;
      flex-direction: column;
      padding: 0; }
    .recommended__article-title {
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      font-weight: 500;
      color: #333333;
      line-height: 1.35; }
    .recommended__article-bi-line {
      font-weight: 400;
      font-style: italic;
      font-size: 12px;
      color: #656565;
      letter-spacing: .25px;
      line-height: 1.35; }
    .recommended__article-image {
      margin-left: 8px;
      background: top center / 101% no-repeat;
      min-width: 120px;
      height: 69px;
      display: none; }
      @media (min-width: 768px) {
        .recommended__article-image {
          min-width: 242px;
          height: 121px;
          display: initial; } }
      @media (min-width: 1025px) {
        .recommended__article-image:hover {
          background-size: 105%; } }
    @media (min-width: 768px) {
      .recommended__article {
        flex-direction: row; } }

.comments-and-share {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }
  @media (min-width: 768px) {
    .comments-and-share {
      margin-top: 4px; } }

.comments__number {
  padding: 16px 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 16px; }
  @media (min-width: 768px) {
    .comments__number {
      margin-right: 16px;
      padding: 0; } }

.comments__icon {
  position: relative;
  padding: 2px 8px;
  border: 1.95px solid #c71f1f;
  background: #fff;
  border-radius: 4px;
  margin-right: 8px;
  min-width: 30px; }
  .comments__icon::before {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: #c71f1f transparent;
    border-width: 8px 8px 0;
    bottom: -8px;
    left: 0px; }
  .comments__icon::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: #fff transparent;
    border-width: 8px 8px 0;
    bottom: -6.5px;
    left: 0px; }

.share-section {
  height: 21px; }
  .share-section img {
    height: 100%; }

.subhead {
  font-size: 16px;
  margin: 0 0 4px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400; }
  @media (min-width: 768px) {
    .subhead {
      font-size: 20px; } }

.article__insert {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.article__body a {
  display: inline; }

.most__commented {
  margin-bottom: 24px; }

.recommended {
  margin-bottom: 24px; }

@media (min-width: 768px) {
  .article__insert-latest {
    display: none; } }

.select-wrapper {
  display: flex;
  flex-direction: column-reverse;
  position: relative; }
  .select-wrapper select {
    appearance: none;
    background: transparent;
    border: 1px solid #333333;
    border-radius: 4px;
    color: #333333;
    font-size: 16px;
    height: 40px;
    padding: 8px;
    position: relative;
    transition: 0.4s; }
    .select-wrapper select::-ms-expand {
      display: none; }
    .select-wrapper select.multiple {
      padding: 0;
      height: 160px; }
      .select-wrapper select.multiple option {
        padding: 8px; }
  .select-wrapper em {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    top: 46%; }

.filter-and-sort {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 16px; }

.three-x-one {
  grid-template-columns: repeat(3, 1fr); }

.four-x-one {
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
  padding: 0 8px 16px 8px; }
  .four-x-one span {
    margin-bottom: 16px; }
    .four-x-one span:first-child {
      grid-column-start: 1;
      grid-column-end: 3; }
  @media (min-width: 1024px) {
    .four-x-one {
      grid-template-columns: repeat(4, 1fr);
      padding: 0 0 16px 0; }
      @supports (display: grid) {
        .four-x-one span {
          margin-bottom: 0; }
          .four-x-one span:first-child {
            grid-column-start: auto;
            grid-column-end: auto; } } }
  .four-x-one button {
    grid-column-start: 1;
    grid-column-end: 3;
    background: #c71f1f;
    color: #ffffff; }
    @media (min-width: 1024px) {
      .four-x-one button {
        grid-column-start: auto;
        grid-column-end: auto; } }

.input__control {
  margin: 8px 0; }
  .input__control input[type=radio],
  .input__control input[type=checkbox] {
    margin-right: 8px; }

.input__radio {
  width: initial; }

.input__text--error {
  color: #E20000;
  font-size: 12px;
  font-weight: 700; }

.input__group {
  margin-bottom: 16px; }
  .input__group a {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }

.options__multiple {
  padding: 8px; }

.time-radio-group {
  display: flex; }
  .time-radio-group input {
    width: initial;
    margin-right: 8px; }

.error input {
  border-color: #E20000;
  border-width: 2px; }

.search-input__active {
  padding: 8px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #333333;
  height: 40px;
  font-family: "Lato", sans-serif;
  width: 100%;
  display: none;
  justify-content: flex-start;
  align-items: center;
  background: #ffffff;
  font-size: 16px;
  color: #333333;
  margin-left: 16px; }
  .search-input__active input {
    background: transparent;
    border: none; }
    .search-input__active input:focus {
      outline: none; }

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 16px; }
  @supports (display: grid) {
    .gallery {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 16px; } }
  @media (min-width: 768px) {
    @supports (display: grid) {
      .gallery {
        grid-template-columns: repeat(4, 1fr); } } }
  @media (min-width: 1024px) {
    .gallery {
      padding: 0; }
      @supports (display: grid) {
        .gallery {
          grid-template-columns: repeat(4, 1fr); } } }
  .gallery__link {
    min-width: 143px; }
    @media (min-width: 768px) {
      .gallery__link {
        width: calc(25% - 16px);
        margin-right: 16px; }
        .gallery__link:last-of-type {
          margin-right: 0; } }
    @media (min-width: 1025px) {
      .gallery__link {
        min-width: 183px; } }
    @supports (display: grid) {
      .gallery__link {
        width: initial;
        margin-right: initial;
        min-width: initial; } }
  .gallery__thumbnail {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 152px; }
    @media (min-width: 768px) {
      .gallery__thumbnail {
        height: 172px; } }
    @media (min-width: 1024px) {
      .gallery__thumbnail {
        height: 150.5px; } }
    @media (min-width: 1025px) {
      .gallery__thumbnail {
        height: 183px; } }
  .gallery-info {
    width: 100%;
    font-size: 16px;
    margin: 8px 0 16px; }
    @supports (display: grid) {
      .gallery-info {
        grid-column: span 2; }
        @media (min-width: 768px) {
          .gallery-info {
            grid-column: span 4; } } }

.img-fluid {
  max-width: 100%;
  height: auto; }

.ad-block-section {
  margin: 8px 0; }
  @media (min-width: 768px) {
    .ad-block-section {
      margin: 8px 0 16px; } }
  .ad-block-section__top-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .ad-block-section__top-mobile > img {
      max-width: 320px; }
    @media (min-width: 768px) {
      .ad-block-section__top-mobile {
        display: none; } }
    .ad-block-section__top-mobile > span {
      text-align: center; }
  .ad-block-section__top-desktop {
    display: none; }
    @media (min-width: 768px) {
      .ad-block-section__top-desktop {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .ad-block-section__top-desktop > span {
          text-align: center; } }

.comments {
  margin: 24px 0; }
  @media (min-width: 1024px) {
    .comments {
      padding: 0; } }
  .comments__textarea {
    width: 100%;
    border-radius: 4px;
    min-height: 108px;
    padding: 8px;
    font-size: 16px; }
  .comments__form {
    padding: 8px;
    border: 1px solid #ececec;
    margin-bottom: 16px;
    border-radius: 4px; }
  .comments__list {
    border-top: 1px solid #ececec;
    padding-top: 8px; }
  .comments__auth-section {
    display: flex;
    align-items: center;
    justify-content: center; }
    .comments__auth-section button:first-child {
      margin-right: 16px; }
  .comments__guest {
    background: #ececec;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #ececec;
    margin-bottom: 16px;
    border-radius: 4px; }
    .comments__guest--text {
      font-weight: 700;
      font-size: 16px;
      margin-bottom: 16px; }

.comment {
  padding: 8px 0 16px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ececec; }
  .comment__bi-line {
    background: transparent;
    color: #333333;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 4px; }
  .comment__publisher {
    margin-right: 8px;
    color: #c71f1f; }
  .comment__message {
    margin: 4px 0 0 0;
    padding: 0 0 8px 0; }
    .comment__message p {
      word-wrap: break-word; }
  .comment__actions {
    background: #ececec;
    padding: 0;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    display: flex;
    height: 40px; }
    .comment__actions a {
      display: flex;
      height: 40px;
      padding: 0 8px;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
  .comment__number {
    font-weight: 700;
    margin-left: 4px; }

.flat-page {
  padding: 16px;
  margin: 0 auto;
  max-width: 1200px; }
  @media (min-width: 768px) {
    .flat-page {
      padding-top: 0; } }
  @media (min-width: 768px) {
    .flat-page {
      padding: 0 0 16px 0; } }
  .flat-page--empty-left-rail {
    display: flex;
    flex-wrap: wrap; }
    @supports (display: grid) {
      .flat-page--empty-left-rail {
        display: grid;
        grid-template-columns: 1fr; } }
    .flat-page--empty-left-rail .left-rail {
      padding: 0; }
    @media (min-width: 1024px) {
      @supports (display: grid) {
        .flat-page--empty-left-rail {
          grid-template-columns: 65% 1fr;
          grid-column-gap: 16px; } } }

.obits__search {
  padding: 16px 0;
  border-bottom: 1px solid #ececec; }
  .obits__search > * {
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .obits__search > * {
        margin-bottom: 0; } }
  .obits__search > form {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
    align-items: end; }
    @media (min-width: 768px) {
      .obits__search > form {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 16px; } }

.obits__list-item {
  display: grid;
  padding: 16px 0;
  grid-template-columns: 48px 1fr;
  grid-column-gap: 16px;
  align-items: center;
  border-bottom: 1px solid #ececec; }

.obits__list-item-image {
  margin-right: 16px; }

.obits__list-item-info {
  display: grid; }
  @media (min-width: 768px) {
    .obits__list-item-info {
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 16px; } }

.obits__list-item-info-name {
  font-weight: 700;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  width: 100%; }

.obits__sort-group {
  display: flex; }
  .obits__sort-group-wrapper {
    display: flex;
    flex-direction: column; }

.obits__sort-group-label {
  border: 1px solid #333333;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  position: relative;
  width: 33%;
  margin-bottom: 0;
  cursor: pointer;
  transition: 0.2s; }
  .obits__sort-group-label:first-of-type {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .obits__sort-group-label:last-of-type {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .obits__sort-group-label--psuedo {
    font-size: 12px;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-weight: 900; }

.obits__sort-group-radio {
  display: none; }
  .obits__sort-group-radio:checked + label {
    background: #c71f1f;
    color: #ffffff;
    border-color: #c71f1f; }

.obits__link {
  color: #c71f1f; }

.mugshots {
  display: grid; }
  @media (min-width: 768px) {
    .mugshots {
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 16px; } }
  .mugshots a {
    display: inline; }
  .mugshots__image {
    width: 100%; }

.newsletter,
.inline {
  display: grid; }
  @media (min-width: 768px) {
    .newsletter,
    .inline {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 16px; } }
  .newsletter__block,
  .inline__block {
    margin-top: 16px;
    margin-bottom: 16px;
    border-radius: 4px;
    padding: 16px;
    background: #ececec; }
    @supports (display: grid) {
      .newsletter__block:last-of-type,
      .inline__block:last-of-type {
        /* margin-bottom: 0; */ }
      @media (min-width: 768px) {
        .newsletter__block,
        .inline__block {
          margin-bottom: initial; } } }
    .newsletter__block-type,
    .inline__block-type {
      font-size: 12px;
      margin-bottom: 4px;
      text-transform: uppercase;
      font-weight: 900; }
    .newsletter__block-title,
    .inline__block-title {
      margin-bottom: 8px; }
    .newsletter__block--feed,
    .inline__block--feed {
      display: flex;
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center;
      border-radius: 4px;
      padding: 16px;
      background: #ececec; }
      @media (min-width: 768px) {
        .newsletter__block--feed,
        .inline__block--feed {
          flex-direction: row;
          align-items: flex-start; }
          .newsletter__block--feed .feed_img,
          .inline__block--feed .feed_img {
            margin-right: 16px; } }
  .newsletter__title,
  .inline__title {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    font-weight: 500; }
  .newsletter__input,
  .inline__input {
    margin-bottom: 8px; }
  .newsletter__info,
  .inline__info {
    padding-bottom: 0; }

.newsletter {
  margin-bottom: 16px; }
  .newsletter__block {
    display: grid;
    grid-template-rows: auto auto 1fr; }
    .newsletter__block > .register__select {
      margin-top: 16px; }

._magnetRelLkrel_323-2 {
  font-size: 16px;
  color: #333333; }

._magnetRelConrel_323-2 ul li div a div {
  padding: 0 !important; }

.feed_list {
  padding: 0 16px; }

.staffer__list-item {
  display: grid;
  grid-template-columns: 1fr;
  padding: 16px 0;
  border-bottom: 1px solid #ECECEC; }
  @media (min-width: 768px) {
    .staffer__list-item {
      grid-template-columns: 20% 20% 20% 1fr;
      grid-column-gap: 16px; } }
  .staffer__list-item:last-child {
    border: none;
    margin-bottom: 24px; }

.staffer__info {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px; }

.staffer__position {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  margin: 8px 0 0;
  font-weight: 700; }

.staffer__phone {
  display: none; }
  @media (min-width: 768px) {
    .staffer__phone {
      display: block; } }

@media (min-width: 768px) {
  .staffer__phone--mobile {
    display: none; } }

.staffer__photos {
  margin-bottom: 32px; }

.staffer__recent-stories {
  margin-bottom: 16px; }
  .staffer__recent-stories h2 {
    margin-bottom: 16px; }

.staffer__email {
  word-wrap: break-word; }

.weather__block {
  margin: 24px 0;
  border-bottom: 1px solid #ECECEC;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  @supports (display: grid) {
    .weather__block {
      display: grid;
      grid-template-columns: 1fr; } }
  @media (min-width: 768px) {
    .weather__block {
      flex-direction: row; }
      @supports (display: grid) {
        .weather__block {
          grid-template-columns: 20% 20% 1fr;
          grid-column-gap: 16px; } } }
  @media (min-width: 1024px) {
    @supports (display: grid) {
      .weather__block {
        grid-template-columns: 20% 20% 1fr; } } }
  .weather__block--hourly, .weather__block--7Day {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #ECECEC;
    padding: 16px 0;
    min-width: 111.42px; }
    @media (min-width: 1024px) {
      .weather__block--hourly, .weather__block--7Day {
        min-width: inherit;
        width: calc(100% / 7.1); }
        @supports (display: grid) {
          .weather__block--hourly, .weather__block--7Day {
            width: initial; } } }
  .weather__block--hourly-forecast-group {
    margin-bottom: 16px;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    width: calc(100vw - 32px);
    border-right: 1px solid #ECECEC; }
    @supports (display: grid) {
      .weather__block--hourly-forecast-group {
        display: grid;
        grid-template-columns: repeat(14, minmax(111.433px, 1fr)); } }
    @media (min-width: 1024px) {
      .weather__block--hourly-forecast-group {
        overflow-x: auto;
        box-shadow: none;
        width: auto;
        flex-wrap: wrap;
        border: 1px solid transparent; }
        @supports (display: grid) {
          .weather__block--hourly-forecast-group {
            grid-template-columns: repeat(7, 1fr); } } }
  .weather__block--7-day-forecast-group {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    width: calc(100vw - 32px);
    border-right: 1px solid #ECECEC;
    margin-bottom: 16px; }
    @supports (display: grid) {
      .weather__block--7-day-forecast-group {
        display: grid;
        grid-template-columns: repeat(7, 1fr); } }
    @media (min-width: 1024px) {
      .weather__block--7-day-forecast-group {
        overflow-x: auto;
        box-shadow: none;
        width: auto;
        border: 1px solid transparent; } }

.weather__current {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 96px;
  display: inline-block;
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .weather__current {
      width: 20%; }
      @supports (display: grid) {
        .weather__current {
          width: initial; } } }
  @media (min-width: 1024px) {
    .weather__current {
      width: 25%; }
      @supports (display: grid) {
        .weather__current {
          width: initial; } } }
  .weather__current-degree {
    font-size: 64px;
    vertical-align: 24px; }

.weather__icon {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 96px;
  align-self: baseline; }
  .weather__icon span {
    text-transform: capitalize;
    font-weight: 700;
    margin: 16px 0;
    font-size: 20px; }
  .weather__block > .weather__icon {
    width: 20%; }
    @supports (display: grid) {
      .weather__block > .weather__icon {
        width: initial; } }
  .weather__icon--clear--day {
    background: url("../img/weather_icons_clear-day.svg") no-repeat;
    display: inline-block;
    height: 96px;
    width: 96px;
    margin: 8px 0; }
    @media (min-width: 768px) {
      .weather__icon--clear--day {
        height: 64px;
        width: 64px; } }
  .weather__icon--clear--night {
    background: url("../img/weather_icons_clear-night.svg") no-repeat;
    display: inline-block;
    height: 96px;
    width: 96px;
    margin: 8px 0; }
    @media (min-width: 768px) {
      .weather__icon--clear--night {
        height: 64px;
        width: 64px; } }
  .weather__icon--cloudy {
    background: url("../img/weather_icons_cloudy.svg") no-repeat;
    display: inline-block;
    height: 96px;
    width: 96px;
    margin: 8px 0; }
    @media (min-width: 768px) {
      .weather__icon--cloudy {
        height: 64px;
        width: 64px; } }
  .weather__icon--extreme {
    background: url("../img/weather_icons_extreme-weather.svg") no-repeat;
    display: inline-block;
    height: 96px;
    width: 96px;
    margin: 8px 0; }
    @media (min-width: 768px) {
      .weather__icon--extreme {
        height: 64px;
        width: 64px; } }
  .weather__icon--fog {
    background: url("../img/weather_icons_fog.svg") no-repeat;
    display: inline-block;
    height: 96px;
    width: 96px;
    margin: 8px 0; }
    @media (min-width: 768px) {
      .weather__icon--fog {
        height: 64px;
        width: 64px; } }
  .weather__icon--frigid {
    background: url("../img/weather_icons_frigid-temp.svg") no-repeat;
    display: inline-block;
    height: 96px;
    width: 96px;
    margin: 8px 0; }
    @media (min-width: 768px) {
      .weather__icon--frigid {
        height: 64px;
        width: 64px; } }
  .weather__icon--haze {
    background: url("../img/weather_icons_haze.svg") no-repeat;
    display: inline-block;
    height: 96px;
    width: 96px;
    margin: 8px 0; }
    @media (min-width: 768px) {
      .weather__icon--haze {
        height: 64px;
        width: 64px; } }
  .weather__icon--hot {
    background: url("../img/weather_icons_hot-temp.svg") no-repeat;
    display: inline-block;
    height: 96px;
    width: 96px;
    margin: 8px 0; }
    @media (min-width: 768px) {
      .weather__icon--hot {
        height: 64px;
        width: 64px; } }
  .weather__icon--partly-cloudy--day {
    background: url("../img/weather_icons_partly-cloudy-day.svg") no-repeat;
    display: inline-block;
    height: 96px;
    width: 96px;
    margin: 8px 0; }
    @media (min-width: 768px) {
      .weather__icon--partly-cloudy--day {
        height: 64px;
        width: 64px; } }
  .weather__icon--partly-cloudy--night {
    background: url("../img/weather_icons_partly-cloudy-night.svg") no-repeat;
    display: inline-block;
    height: 96px;
    width: 96px;
    margin: 8px 0; }
    @media (min-width: 768px) {
      .weather__icon--partly-cloudy--night {
        height: 64px;
        width: 64px; } }
  .weather__icon--rain {
    background: url("../img/weather_icons_rain.svg") no-repeat;
    display: inline-block;
    height: 96px;
    width: 96px;
    margin: 8px 0; }
    @media (min-width: 768px) {
      .weather__icon--rain {
        height: 64px;
        width: 64px; } }
  .weather__icon--sleet-hail {
    background: url("../img/weather_icons_sleet-hail.svg") no-repeat;
    display: inline-block;
    height: 96px;
    width: 96px;
    margin: 8px 0; }
    @media (min-width: 768px) {
      .weather__icon--sleet-hail {
        height: 64px;
        width: 64px; } }
  .weather__icon--snow {
    background: url("../img/weather_icons_snow.svg") no-repeat;
    display: inline-block;
    height: 96px;
    width: 96px;
    margin: 8px 0; }
    @media (min-width: 768px) {
      .weather__icon--snow {
        height: 64px;
        width: 64px; } }
  .weather__icon--thunderstorms {
    background: url("../img/weather_icons_thunderstorms.svg") no-repeat;
    display: inline-block;
    height: 96px;
    width: 96px;
    margin: 8px 0; }
    @media (min-width: 768px) {
      .weather__icon--thunderstorms {
        height: 64px;
        width: 64px; } }
  .weather__icon--tornado {
    background: url("../img/weather_icons_tornado.svg") no-repeat;
    display: inline-block;
    height: 96px;
    width: 96px;
    margin: 8px 0; }
    @media (min-width: 768px) {
      .weather__icon--tornado {
        height: 64px;
        width: 64px; } }
  .weather__icon--windy {
    background: url("../img/weather_icons_windy.svg") no-repeat;
    display: inline-block;
    height: 96px;
    width: 96px;
    margin: 8px 0; }
    @media (min-width: 768px) {
      .weather__icon--windy {
        height: 64px;
        width: 64px; } }
  @media (min-width: 768px) {
    .weather__icon {
      width: initial; } }

.weather__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  @supports (display: grid) {
    .weather__info {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
      grid-column-gap: 16px;
      grid-column-start: 0;
      grid-column-end: -1; } }
  .weather__info span {
    padding: 8px 0;
    width: calc(50% - 16px);
    margin-right: 16px; }
    @supports (display: grid) {
      .weather__info span {
        width: initial; } }
  @media (min-width: 768px) {
    .weather__info {
      width: 60%; }
      .weather__info span {
        padding: 16px 0; }
      @supports (display: grid) {
        .weather__info {
          width: initial; } } }
  @media (min-width: 768px) {
    .weather__info {
      width: 55%; }
      @supports (display: grid) {
        .weather__info {
          width: initial; } } }

.weather__high-low {
  margin-top: 16px;
  display: flex;
  flex-direction: column; }

span[id^="hourlyHour"] {
  text-transform: lowercase; }

[class^="weather__block--"] em + span {
  text-transform: capitalize;
  font-weight: 700;
  margin: 16px 0;
  font-size: 20px; }

.breaking-news {
  background: #E20000;
  color: #ffffff;
  padding: 16px; }
  .breaking-news__container {
    display: flex;
    align-items: center; }
  .breaking-news__text {
    text-align: center; }
    .breaking-news__text a, .breaking-news__text a:hover {
      color: #ffffff; }
  .breaking-news__start {
    margin-right: 2px;
    font-weight: 700; }
  .breaking-news__link {
    color: #ffffff;
    margin-left: 4px; }
    .breaking-news__link:hover:not(.btn) {
      color: #ffffff; }

.school-closings__filter-and-sort {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 0 16px 0;
  border-bottom: 1px solid #ececec;
  margin-bottom: 16px; }
  .school-closings__filter-and-sort > * {
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .school-closings__filter-and-sort > * {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .school-closings__filter-and-sort {
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 16px; } }

.school-closings__block {
  margin-bottom: 24px; }

.school-closings__list-item {
  padding: 16px 0;
  border-bottom: 1px solid #ECECEC; }
  .school-closings__list-item:last-child {
    border-bottom: none; }

.school-closings__name {
  font-weight: 700; }

.school-closings__sort-group {
  display: flex; }
  .school-closings__sort-group-wrapper {
    display: flex;
    flex-direction: column; }

.school-closings__sort-group-label {
  border: 1px solid #333333;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  position: relative;
  width: 33%;
  margin-bottom: 0;
  cursor: pointer;
  transition: 0.2s; }
  .school-closings__sort-group-label:first-of-type {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .school-closings__sort-group-label:last-of-type {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .school-closings__sort-group-label--psuedo {
    font-size: 12px;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-weight: 900; }

.school-closings__sort-group-radio {
  display: none; }
  .school-closings__sort-group-radio:checked + label {
    background: #c71f1f;
    color: #ffffff;
    border-color: #c71f1f; }

.sign-in__body {
  background: url("../img/sign-in-body-bg.jpg") bottom right/cover no-repeat;
  height: 100vh; }

.sign-in__form {
  margin: 64px 8px 0;
  max-width: 640px;
  box-shadow: 0 0 4px 4px rgba(51, 51, 51, 0.25);
  border-radius: 4px;
  padding: 16px;
  background: #ffffff; }
  @media (min-width: 768px) {
    .sign-in__form {
      margin: 64px auto 0; } }

.sign-in__forgot-password {
  display: block;
  margin-bottom: 16px; }

.sign-in__get-account {
  display: block;
  margin-bottom: 16px; }

.sign-in-remember-user {
  display: flex;
  align-items: center;
  margin-bottom: 16px; }

.sign-in__checkbox {
  margin: 0 8px 0 0; }

/*
.footer {
  &__logo {
    max-width: 229px;
    margin: 0 auto 16px;
    display: block;

    @include mq(medium) {
      height: 32.99px;
      max-width: 419px;
    }
  }

  &__nav {
    padding: 0;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;

    @supports (display: grid) {
      display: grid;
      grid-template-columns: 1fr;
    }

    @include mq(large) {
      flex-direction: row;

      @supports (display: grid) {
        grid-template-columns: repeat(auto-fill, minmax(124px, 1fr));
        grid-column-gap: 32px;
      }
    }

    @include mq(desktop) {
      flex-direction: row;

      @supports (display: grid) {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        grid-column-gap: 40px;
      }
    }

    @include mq(desktop-hd) {
      padding: 16px 0;
    }
  }

  &__links {
    display: flex;
    flex-direction: column;
    margin: 16px 0;

    @include mq(medium) {
      flex-direction: row;
      margin: 4px 0;
    }

    a {
      margin-bottom: 16px;

      &:last-of-type {
        margin-bottom: 0;
      }

      @include mq(medium) {
        margin-right: 16px;
        
        &:last-of-type {
          margin-right: 0;
        }
      }
    }
  }
}
*/
.legal {
  font-size: 12px;
  margin-bottom: 0;
  padding: 0; }

.register {
  padding-top: 32px; }
  .register__info {
    padding: 0; }
  .register__select {
    margin-bottom: 16px; }
  .register__subscriber {
    margin-bottom: 24px; }
    @media (min-width: 1024px) {
      .register__subscriber {
        margin-bottom: 0; } }
