@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://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/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);
}

.top-margin {
  margin-top: 12px;
}

.mb-24 {
  margin-bottom: 24px;
}

.olive-logo {
  margin-right: 4px;
}

.special-section__top {
  border-bottom: 0.0625rem solid #ececec;
  padding: 16px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

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

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

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

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

a {
  color: #333333;
  display: inline-block;
  text-decoration: none;
  transition: 0.4s;
}
@media (min-width: 1025px) {
  a:hover:not(.btn), a:hover:not(.introjs-button:hover) {
    color: #0274B7;
  }
  a.btn.primary--button.btn--full:hover:not(.introjs-button:hover) {
    color: #fff;
  }
}
a.bi-line-link {
  color: #0274B7;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
}
a.default-link {
  color: #0274B7;
}
.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: #0274B7;
  }
}

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

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

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

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

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

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

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

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

main {
  display: block;
}

hr {
  color: #f6f6f6;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 1rem;
}

.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;
}

.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: #0274B7;
}
@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;
    }
  }
}

.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 {
  /* Donut cookie gummies: */
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  line-height: 1.25;
}
.recommended-article-bi-line {
  /* by Associated Press: */
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  color: #656565;
  letter-spacing: 0.25px;
}
.recommended-article img {
  width: 100%;
  max-width: 212px;
  height: 106px;
}

.featured-galleries,
.featured-videos {
  display: flex;
  flex-direction: column;
}
@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 > 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;
  }
}
.other-news-article {
  display: flex;
  flex-direction: column;
  padding: 16px 0;
  border-bottom: 1px #ECECEC solid;
}

.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: 0.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__container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  position: relative;
  height: 72px;
  transition: 0.4s;
  width: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .header__container {
    height: 80px;
    padding: 16px;
    grid-template-columns: 90px auto 90px;
  }
}
@media (min-width: 1201px) {
  .header__container {
    padding: 0;
    max-width: 1200px;
    grid-template-columns: 1fr auto 1fr;
  }
}
.header__menu-and-search {
  display: flex;
  align-items: center;
}
.header__menu {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .header__menu {
    cursor: pointer;
  }
}
@media (min-width: 1025px) {
  .header__menu {
    padding: 0;
  }
}
.header__menu-btn {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-width: 80px;
  line-height: 1;
  height: 40px;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
}
.header__menu-btn-text {
  display: none;
  color: #ffffff;
}
@media (min-width: 768px) {
  .header__menu-btn-text {
    display: block;
  }
}
.header__menu-icon {
  fill: #ffffff;
  width: 16px;
  height: 16px;
}
@media (min-width: 768px) {
  .header__menu-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
}
.header__menu-icon .bottom {
  transition: 0.4s;
}
.header__menu-icon .top {
  transition: 0.4s;
}
.header__menu-icon .middle {
  transition: 0.4s;
}
.header__menu-icon.is-active .bottom {
  transform: rotate(-45deg) translateX(1px) translateY(1px);
  transform-origin: 0 100%;
}
.header__menu-icon.is-active .top {
  transform: rotate(45deg) translateX(1px) translateY(-0.35px);
  transform-origin: 0 0;
}
.header__menu-icon.is-active .middle {
  opacity: 0;
}
.header__logo {
  max-width: 229px;
}
@media (min-width: 768px) {
  .header__logo {
    height: 32.99px;
    max-width: 419px;
  }
}
.header__logo--nwadg {
  max-width: 229px;
}
@media (min-width: 768px) {
  .header__logo--nwadg {
    height: 56px;
    max-width: 419px;
  }
}
.header__link img {
  width: 100%;
}
.header__alt {
  background: #ffffff;
  border-bottom: 1px solid #ececec;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
}
.header__search-desktop {
  display: none;
}
@media (min-width: 1160px) {
  .header__search-desktop {
    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;
}
.subheader a {
  white-space: nowrap;
}
.subheader::-webkit-scrollbar {
  display: none;
}
.subheader::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  .subheader {
    margin: 0 auto;
    max-width: 768px;
    min-width: 768px;
    width: initial;
    align-items: inherit;
  }
  .subheader::-webkit-scrollbar {
    display: initial;
  }
}
@media (min-width: 1024px) {
  .subheader {
    max-width: 1024px;
    min-width: 1024px;
  }
}
@media (min-width: 1201px) {
  .subheader {
    padding-left: 0;
    padding-right: 0;
    max-width: 1200px;
    min-width: 1200px;
  }
}
.subheader__link {
  white-space: nowrap;
  margin-right: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.subheader__link--e-edition {
  margin-right: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.25px;
  display: none;
}
.subheader__link--e-edition em {
  margin-right: 4px;
}
@media (min-width: 768px) {
  .subheader__link--e-edition {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.subheader__link--marketplace {
  display: none;
}
@media (min-width: 768px) {
  .subheader__link--marketplace {
    display: block;
  }
}
.subheader__link--school-closings {
  display: none;
  color: red;
}
@media (min-width: 768px) {
  .subheader__link--school-closings {
    display: block;
  }
}
.subheader__menu-icon {
  fill: #ffffff;
  width: 16px;
  height: 16px;
}
@media (min-width: 768px) {
  .subheader__menu-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
}
.subheader__menu-icon .bottom {
  transition: 0.4s;
}
.subheader__menu-icon .top {
  transition: 0.4s;
}
.subheader__menu-icon .middle {
  transition: 0.4s;
}
.subheader__menu-icon.is-active .bottom {
  transform: rotate(-45deg) translateX(1px) translateY(1px);
  transform-origin: 0 100%;
}
.subheader__menu-icon.is-active .top {
  transform: rotate(45deg) translateX(1px) translateY(-0.35px);
  transform-origin: 0 0;
}
.subheader__menu-icon.is-active .middle {
  opacity: 0;
}
.subheader__menu-btn {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-width: 80px;
  line-height: 1;
  height: 40px;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
}
.subheader__menu-btn-text {
  display: none;
}
@media (min-width: 768px) {
  .subheader__menu-btn-text {
    display: block;
  }
}
.subheader__e-edition {
  align-items: center;
  display: none;
  justify-content: space-between;
  min-width: 80px;
  line-height: 1;
  height: 40px;
}
@media (min-width: 1024px) {
  .subheader__e-edition {
    display: flex;
  }
  .subheader__e-edition em {
    margin-right: 4px;
  }
}
.subheader__special-link {
  font-style: italic;
  font-weight: 700;
  color: red;
  border-bottom: 2px solid red;
  padding-bottom: 4px;
  transition: 0.4s;
}
.subheader__special-link:hover {
  border-bottom: 2px solid #0274B7;
}

.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 {
  display: flex;
  justify-content: flex-end;
}
.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: 0.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;
}
.settings__mobile-icon-user, .settings__desktop-icon-user {
  margin-right: 4px;
}
@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__mobile {
  right: -2px;
}
.settings__signed-in {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
}
.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;
    position: relative;
  }
}
.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: #0274B7;
  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;
}

.cbSearchButton {
  border-radius: 4px !important;
  height: 40px !important;
}

.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: 0.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 8px;
  }
}
@media (min-width: 1024px) {
  .nav__header-menu-item {
    width: calc(25% - 32px);
    justify-content: space-between;
    margin-right: 32px;
  }
  .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: 0.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__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: 16px 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 {
    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: #0274B7;
  }
}
@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: 0.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;
  }
  .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: 0.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: 16px 0;
  max-height: 44px;
}
@media (min-width: 768px) {
  .nav__footer-sub-menu li {
    width: 33%;
  }
}
@media (min-width: 1024px) {
  .nav__footer-sub-menu li {
    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: #0274B7;
  }
}

@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: 0.4s;
}
@media (min-width: 1024px) {
  .caret {
    display: none;
  }
}

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

.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 {
  /* Donut cookie gummies: */
  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) {
    .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 {
    flex-direction: column;
    width: 65%;
  }
  @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: top center/100% no-repeat;
    height: 334px;
  }
}
@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: 0.25px;
}
.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-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-header-title {
  background: #ececec;
  border: 0.25px solid rgba(51, 51, 51, 0.25);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  width: initial;
  border-radius: 4px;
  padding: 2px 8px;
  line-height: 24px;
}
.featured__gallery-link {
  color: #0274B7;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 900;
}

.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: 0.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: 0.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: 0.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;
  }
}
@media (min-width: 768px) {
  .recommended-article-title {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 1.35;
  }
}
@media (min-width: 768px) {
  .recommended-article-bi-line {
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    color: #656565;
    letter-spacing: 0.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 {
  /* 3 More Free Articles: */
  font-style: italic;
  font-size: 20px;
  color: #000000;
  margin-bottom: 16px;
  text-align: center;
}

.subscribe-link {
  /* Subscribe now for un: */
  font-style: italic;
  font-size: 16px;
  color: #0074b8;
  text-align: center;
}

.pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.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: #0274B7;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .pagination li:hover a {
    background-color: #01446b;
    color: #ffffff;
  }
}

.article-image {
  width: 100%;
  max-width: 800px;
}
.article-image-group {
  display: flex;
  flex-direction: column;
}
.article-image-credit {
  color: #656565;
  font-size: 12.75px;
  margin-top: 4px;
  letter-spacing: 0.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-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: 0.25px;
  line-height: 1.35;
}
.latest-article-image {
  margin-left: 16px;
}
@media (min-width: 768px) {
  .latest-article-image {
    margin-left: 0;
  }
}

.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%;
  }
}

.the-article-featured {
  border-bottom: none;
}

.the-article-featured > .featured-section__top-story {
  flex-direction: row;
  width: 90%;
  margin: auto;
}

.the-article-container > .the-article-content {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  width: 95%;
  margin: 0 auto;
}

.the-article-container > h2 {
  width: 95%;
  margin: auto;
}

@media (min-width: 1024px) {
  .the-article-container > .the-article-content {
    grid-template-columns: repeat(3, minmax(250px, 1fr));
  }

  .article-email-signup > div {
    width: 56%;
  }

  .article-email-signup {
    max-width: 90%;
  }

  .device-image-span {
    background-size: 30rem !important;
    width: 29rem !important;
    height: 16rem;
    margin: 0 -8rem -4rem 5rem;
  }
}
@media (min-width: 768px) {
  .device-image-span {
    background-size: 19rem;
    width: 19rem;
    margin: 2rem -2rem -1rem 1rem;
  }

  .the-article-featured > .featured-section__top-story > .featured-section__top-story-image {
    height: 10rem;
    min-width: 35%;
    margin-right: 1rem;
  }

  .article-email-signup {
    display: flex;
    max-width: 80%;
    margin: auto;
    padding: 0.5rem;
    background: #ddd;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .article-email-signup > div {
    width: 55%;
    margin: 0.5rem;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
  }

  .article-email-signup > div > h2 {
    text-align: center;
  }

  .article-email-signup > div > input::placeholder {
    text-align: center;
  }
}
.article-pagination {
  display: flex;
  justify-content: center;
  margin: 1rem;
}

.article-view-more-button {
  line-height: 2;
  padding: 1.2rem 2.25rem;
  height: 4.5rem;
  color: #e86a80;
  border: 2px solid #e86a80;
  border-radius: 30px;
  -webkit-box-shadow: 6px 8px 0 -1px #f74463;
  -moz-box-shadow: 27px 27px 0 -16px black;
  box-shadow: 6px 8px 0 -1px #e86a80;
}

.follow-the-article {
  background: #084f70;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 2rem auto;
  padding: 0.4rem;
}

.follow-the-article > a {
  align-self: center;
  color: #fff;
}

.follow-the-article h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 0.25rem;
}

.follow-the-article .fa-instagram {
  font-size: 2.5rem;
  padding-top: 0.4rem;
  padding-bottom: 0.5rem;
  color: #fff;
}

@supports (display: grid) {
  @media (min-width: 768px) {
    .the-article-sub-feature {
      width: 95%;
      margin: 4rem auto;
    }

    .the-article-sub-feature > .latest {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 1rem;
    }

    .the-article-sub-feature .latest__article-image {
      min-height: 18rem;
    }

    .follow-the-article {
      margin: 4rem auto;
      padding: 0.4rem;
    }

    .article-author-blue-callout {
      display: flex;
      background: #084f70;
      width: 85%;
      margin: 2rem auto;
      padding: 2rem;
    }

    .article-author-blue-callout img {
      height: auto;
      width: 11rem;
      margin-right: 1.5rem;
      align-self: center;
    }

    .article-author-blue-callout h3,
.article-author-blue-callout p {
      color: #fff;
    }

    .the-article-signup-button {
      background: #ddd;
      border-color: #ababab;
      box-shadow: none;
      width: 40%;
    }
  }
}
.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: self-start;
  }
}
@media (min-width: 1024px) {
  .latest {
    flex-wrap: wrap;
    width: calc(35% - 16px);
    margin-left: 16px;
    padding: 0;
    justify-content: space-between;
    align-items: self-start;
  }
  @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: 0.25px;
}
.latest__article-image {
  background: top center/130% no-repeat;
  min-height: 198px;
  transition: 0.4s;
}
.latest__article-image.lazy {
  background-image: none !important;
  background-color: gray !important;
}
@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%;
  }
}

@media (min-width: 1024px) {
  .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;
}
@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: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: 0.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 #0274B7;
  background: #fff;
  border-radius: 4px;
  margin-right: 8px;
  min-width: 30px;
}
.comments__icon::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #0274B7 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;
}

.most__commented {
  margin-bottom: 24px;
}

.recommended {
  margin-bottom: 24px;
}
.recommended__list-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.recommended__list-title {
  background: #ececec;
  border: 0.25px solid rgba(51, 51, 51, 0.25);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  width: initial;
  border-radius: 4px;
  padding: 2px 8px;
  line-height: 24px;
}
.recommended__list-link {
  color: #0274B7;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 900;
}

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

.inline__block {
  width: 100% !important;
}

.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 {
  height: 160px;
  padding: 0;
}
.select-wrapper select.multiple option {
  padding: 8px;
}
.select-wrapper em {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 46%;
  width: 40px;
  z-index: -1;
}

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

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

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

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

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

div[class~=flatpickr-input] {
  position: relative !important;
}

span.cbFormCalendar {
  left: 19.5rem;
  position: absolute !important;
  top: -0.0125rem !important;
  width: 50px;
}
@media (min-width: 414px) {
  span.cbFormCalendar {
    left: 26rem;
  }
}
@media (min-width: 768px) {
  span.cbFormCalendar {
    left: 30.5rem;
  }
}
@media (min-width: 1024px) {
  span.cbFormCalendar {
    left: 40.5rem;
  }
}
@media (min-width: 1025px) {
  span.cbFormCalendar {
    left: 14.5rem;
  }
}

.flatpickr-current-month .numInputWrapper {
  width: 77px !important;
}

.cbFormFieldCell img {
  margin-left: inherit !important;
}

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

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

.ad-block-section {
  margin: 8px 0;
  border-bottom: 1px solid #ececec;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .ad-block-section {
    margin: 16px 0 16px;
    padding-bottom: 24px;
  }
}
.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: #0274B7;
}
.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-top: 24px;
}

.newsletter__block {
  background-color: #ececec;
  border-radius: 4px;
  width: 100%;
}

.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;
}

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

.footer__logo {
  display: block;
  margin: 0 auto 16px;
  max-width: 229px;
}
@media (min-width: 768px) {
  .footer__logo {
    height: 32.99px;
    max-width: 419px;
  }
}
.footer__nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
}
@supports (display: grid) {
  .footer__nav {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1024px) {
  .footer__nav {
    flex-direction: row;
  }
  @supports (display: grid) {
    .footer__nav {
      grid-column-gap: 32px;
      grid-template-columns: repeat(auto-fill, minmax(124px, 1fr));
    }
  }
}
@media (min-width: 1025px) {
  .footer__nav {
    flex-direction: row;
  }
  @supports (display: grid) {
    .footer__nav {
      grid-column-gap: 40px;
      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
  }
}
@media (min-width: 1201px) {
  .footer__nav {
    padding: 16px 0;
  }
}
.footer__links {
  display: flex;
  flex-direction: column;
  margin: 16px 0;
}
@media (min-width: 768px) {
  .footer__links {
    flex-direction: row;
    margin: 4px 0;
  }
}
.footer__links a {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .footer__links a {
    margin-right: 16px;
  }
  .footer__links a:last-of-type {
    margin-right: 0;
  }
}
.footer__links a:last-of-type {
  margin-bottom: 0;
}

.legal {
  font-size: 12px;
  margin-bottom: 0;
  padding: 0;
}

.section-page-header {
  border-bottom: 1px solid #ececec;
  margin-bottom: 32px;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .section-page-header {
    padding: 0;
  }
}
.section-page-header h1 {
  margin: 8px 0;
}
.section-category {
  margin-bottom: 8px;
}
.section-more {
  display: flex;
  height: 40px;
  justify-content: flex-end;
}
.section-more a {
  color: #0274B7;
}

table {
  width: 100%;
  border-collapse: collapse;
}

td,
th {
  border: 1px solid #333333;
  padding: 0.5rem;
  text-align: left;
  cursor: pointer;
  font-size: 12px;
}
td i,
th i {
  margin-left: 4px;
}
@media (min-width: 768px) {
  td,
th {
    font-size: 16px;
  }
}

td[data-name] a {
  font-weight: 600;
}

thead {
  background: #ffffff;
  color: #333333;
}

tbody tr:nth-child(odd) {
  background: rgba(51, 51, 51, 0.1);
}
tbody tr:nth-child(even) {
  background: #ffffff;
}

.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;
}

.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: #0274B7;
}
@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-and-right-rail.no-right-rail {
      grid-template-columns: 1fr;
    }
  }
}

.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;
    }
  }
}
.no-right-rail .right-rail {
  display: none;
}

.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 {
  /* Donut cookie gummies: */
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  line-height: 1.25;
}
.recommended-article-bi-line {
  /* by Associated Press: */
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  color: #656565;
  letter-spacing: 0.25px;
}
.recommended-article img {
  width: 100%;
  max-width: 212px;
  height: 106px;
}

.featured-galleries,
.featured-videos {
  display: flex;
  flex-direction: column;
}
@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 > 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;
  }
}
.other-news-article {
  display: flex;
  flex-direction: column;
  padding: 16px 0;
  border-bottom: 1px #ececec solid;
}

.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: 0.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;
  }
}

.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;
}

.special {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.special__subheader {
  background-color: #e20000;
  border-bottom: 0.0625rem #ececec solid;
  border-top: 0.0625rem #ececec solid;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
  text-align: center;
  width: 100%;
}
.special__list {
  width: calc(50% - 0.5rem);
}
.special__items {
  width: calc(50% - 0.5rem);
}

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

html {
  font-size: 100%;
}

/*# sourceMappingURL=dev-index.css.map */
