/*
 * Default variables for SASS
 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 5, src/utils/ie11.scss */
  html,
  body {
    height: 100%; }
  /* line 10, src/utils/ie11.scss */
  .full-width-ad {
    clear: both; }
  /* line 15, src/utils/ie11.scss */
  .tease-list--mosaic .tease {
    display: block; }
  /* line 19, src/utils/ie11.scss */
  .tease-list--slider {
    display: block !important; }
    /* line 22, src/utils/ie11.scss */
    .tease-list--slider .tease {
      width: calc(50% - 22px);
      float: left;
      margin: 0 10px 30px; }
      /* line 27, src/utils/ie11.scss */
      .tease-list--slider .tease .tease__content {
        height: 8vw;
        min-height: 100px; }
  /* line 35, src/utils/ie11.scss */
  .slider-arrow-left,
  .slider-arrow-right {
    display: none !important; }
  /* line 40, src/utils/ie11.scss */
  .container.slider-container-reformatted {
    width: auto;
    max-width: auto; }
  /* line 45, src/utils/ie11.scss */
  .story-header--gallery .tease__img {
    flex: 1 0 auto; }
  /* line 49, src/utils/ie11.scss */
  .weather-list {
    display: flex; }
    /* line 52, src/utils/ie11.scss */
    .weather-list .list-item {
      float: left; }
      /* line 55, src/utils/ie11.scss */
      .weather-list .list-item + .list-item {
        margin-left: 20px; }
  /* line 62, src/utils/ie11.scss */
  nav.hamburger .weather-widget {
    display: none; }
  /* line 68, src/utils/ie11.scss */
  .weather-current-affiliate {
    display: block; }
    /* line 73, src/utils/ie11.scss */
    .weather-current-affiliate__item--1 {
      width: 100%; }
  /* line 81, src/utils/ie11.scss */
  .weather-7-day .weather-list .list-item {
    min-width: 134px; }
  /* line 89, src/utils/ie11.scss */
  .weather-hourly .weather-list .list-item {
    min-width: 110px; } }

@media screen and (-ms-high-contrast: active) and (max-width: 1023px), (-ms-high-contrast: none) and (max-width: 1023px) {
  /* line 98, src/utils/ie11.scss */
  footer.one-site .footer-menu {
    display: block; }
  /* line 102, src/utils/ie11.scss */
  footer.one-site .footer-sub {
    height: auto;
    display: block; } }

@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  /* line 110, src/utils/ie11.scss */
  .grid {
    display: flex;
    flex-direction: row; }
    /* line 114, src/utils/ie11.scss */
    .grid .grid__item {
      width: 100%; }
    /* line 120, src/utils/ie11.scss */
    .grid--2-col .grid__item-1 {
      margin-right: 10px; }
    /* line 124, src/utils/ie11.scss */
    .grid--2-col .grid__item-2 {
      margin-left: 10px; }
    /* line 130, src/utils/ie11.scss */
    .grid--3-col-40-40-rail {
      display: block; }
      /* line 133, src/utils/ie11.scss */
      .grid--3-col-40-40-rail:after {
        content: "";
        display: table;
        clear: both; }
      /* line 140, src/utils/ie11.scss */
      .grid--3-col-40-40-rail .grid__item-1, .grid--3-col-40-40-rail .grid__item-2 {
        width: calc(100% - 320px);
        float: left; }
      /* line 146, src/utils/ie11.scss */
      .grid--3-col-40-40-rail .grid__item-3 {
        width: 300px;
        float: right; } }

@media screen and (-ms-high-contrast: active) and (min-width: 1024px), (-ms-high-contrast: none) and (min-width: 1024px) {
  /* line 159, src/utils/ie11.scss */
  .grid--2-col .grid__item {
    width: 50%; }
    /* line 162, src/utils/ie11.scss */
    .grid--2-col .grid__item-1 {
      margin-right: 10px; }
    /* line 166, src/utils/ie11.scss */
    .grid--2-col .grid__item-2 {
      margin-left: 10px; }
  /* line 174, src/utils/ie11.scss */
  .grid--2-col-right-rail .grid__item-1 {
    margin-right: 10px;
    width: calc(100% - 300px); }
  /* line 179, src/utils/ie11.scss */
  .grid--2-col-right-rail .grid__item-2 {
    margin-left: 10px;
    width: 300px; }
  /* line 188, src/utils/ie11.scss */
  .grid--3-col-40-40-rail .grid__item-1 {
    margin-right: 10px;
    width: calc(50% - 170px); }
  /* line 193, src/utils/ie11.scss */
  .grid--3-col-40-40-rail .grid__item-2 {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 170px); }
  /* line 199, src/utils/ie11.scss */
  .grid--3-col-40-40-rail .grid__item-3 {
    width: 300px;
    margin-left: 10px; }
  /* line 207, src/utils/ie11.scss */
  .tease-list {
    display: flex;
    flex-direction: column;
    clear: both; }
    /* line 212, src/utils/ie11.scss */
    .tease-list__heading {
      clear: both; }
    /* line 216, src/utils/ie11.scss */
    .tease-list--2-cols.tease-list--left-image, .tease-list--3-cols.tease-list--left-image, .tease-list--4-cols.tease-list--left-image, .tease-list--2-cols.tease-list--top-image, .tease-list--3-cols.tease-list--top-image, .tease-list--4-cols.tease-list--top-image {
      flex-direction: row;
      flex-wrap: wrap; }
    /* line 226, src/utils/ie11.scss */
    .tease-list--2-cols.tease-list--left-image {
      flex: 0 1 50%; }
      /* line 230, src/utils/ie11.scss */
      .tease-list--2-cols.tease-list--left-image .tease:nth-child(odd) {
        padding-right: 10px; }
      /* line 234, src/utils/ie11.scss */
      .tease-list--2-cols.tease-list--left-image .tease:nth-child(even) {
        padding-left: 10px; }
    /* line 240, src/utils/ie11.scss */
    .tease-list--3-cols.tease-list--left-image {
      flex: 0 1 33.3%; }
      /* line 244, src/utils/ie11.scss */
      .tease-list--3-cols.tease-list--left-image .tease:nth-child(3n+1) {
        padding-right: 10px; }
      /* line 248, src/utils/ie11.scss */
      .tease-list--3-cols.tease-list--left-image .tease:nth-child(3n+2) {
        padding-left: 10px;
        padding-right: 10px; }
      /* line 253, src/utils/ie11.scss */
      .tease-list--3-cols.tease-list--left-image .tease:nth-child(3n+3) {
        padding-left: 10px; }
    /* line 259, src/utils/ie11.scss */
    .tease-list--4-cols.tease-list--left-image {
      flex: 0 1 25%; }
      /* line 263, src/utils/ie11.scss */
      .tease-list--4-cols.tease-list--left-image .tease:nth-child(4n+1) {
        padding-right: 10px; }
      /* line 267, src/utils/ie11.scss */
      .tease-list--4-cols.tease-list--left-image .tease:nth-child(4n+2), .tease-list--4-cols.tease-list--left-image .tease:nth-child(4n+3) {
        padding-left: 10px;
        padding-right: 10px; }
      /* line 273, src/utils/ie11.scss */
      .tease-list--4-cols.tease-list--left-image .tease:nth-child(4n+4) {
        padding-left: 10px; }
    /* line 281, src/utils/ie11.scss */
    .tease-list--2-cols.tease-list--top-image .tease {
      flex: 1 1 48%; }
      /* line 284, src/utils/ie11.scss */
      .tease-list--2-cols.tease-list--top-image .tease:nth-child(odd) {
        padding-right: 10px; }
      /* line 288, src/utils/ie11.scss */
      .tease-list--2-cols.tease-list--top-image .tease:nth-child(even) {
        padding-left: 10px; }
    /* line 295, src/utils/ie11.scss */
    .tease-list--3-cols.tease-list--top-image .tease {
      flex: 1 1 31%; }
      /* line 298, src/utils/ie11.scss */
      .tease-list--3-cols.tease-list--top-image .tease:nth-child(3n+1) {
        padding-right: 10px; }
      /* line 302, src/utils/ie11.scss */
      .tease-list--3-cols.tease-list--top-image .tease:nth-child(3n+2) {
        padding-left: 10px;
        padding-right: 10px; }
      /* line 307, src/utils/ie11.scss */
      .tease-list--3-cols.tease-list--top-image .tease:nth-child(3n+3) {
        padding-left: 10px; }
    /* line 314, src/utils/ie11.scss */
    .tease-list--4-cols.tease-list--top-image .tease {
      flex: 1 1 23%; }
      /* line 317, src/utils/ie11.scss */
      .tease-list--4-cols.tease-list--top-image .tease:nth-child(4n+1) {
        padding-right: 10px; }
      /* line 321, src/utils/ie11.scss */
      .tease-list--4-cols.tease-list--top-image .tease:nth-child(4n+2), .tease-list--4-cols.tease-list--top-image .tease:nth-child(4n+3) {
        padding-left: 10px;
        padding-right: 10px; }
      /* line 327, src/utils/ie11.scss */
      .tease-list--4-cols.tease-list--top-image .tease:nth-child(4n+4) {
        padding-left: 10px; }
    /* line 333, src/utils/ie11.scss */
    .tease-list--mosaic {
      display: block; }
      /* line 336, src/utils/ie11.scss */
      .tease-list--mosaic .tease {
        height: 23vw;
        padding-top: 32px;
        margin: 0 15px 15px 0;
        width: calc(28.57% - 10px);
        float: left; }
        /* line 343, src/utils/ie11.scss */
        .tease-list--mosaic .tease:nth-child(2), .tease-list--mosaic .tease:nth-child(4) {
          width: calc(42.85% - 10px); }
        /* line 348, src/utils/ie11.scss */
        .tease-list--mosaic .tease:nth-child(3), .tease-list--mosaic .tease:nth-child(6) {
          margin-right: 0; }
    /* line 356, src/utils/ie11.scss */
    .tease-list--left-image .tease__img {
      flex: 1 0 50%;
      width: 50%; }
    /* line 362, src/utils/ie11.scss */
    .tease-list--left-image.tease-list--2-cols .tease {
      width: 50%; }
    /* line 368, src/utils/ie11.scss */
    .tease-list--left-image.tease-list--3-cols .tease {
      width: 33.3%; }
    /* line 374, src/utils/ie11.scss */
    .tease-list--left-image.tease-list--4-cols .tease {
      width: 25%; }
    /* line 380, src/utils/ie11.scss */
    .tease-list--four-item-feature, .tease-list--five-item-feature, .tease-list--five-item-feature-no-photo {
      display: block;
      clear: both; }
      /* line 386, src/utils/ie11.scss */
      .tease-list--four-item-feature .tease, .tease-list--five-item-feature .tease, .tease-list--five-item-feature-no-photo .tease {
        width: 50%;
        float: right;
        clear: right; }
      /* line 392, src/utils/ie11.scss */
      .tease-list--four-item-feature .tease:nth-child(1), .tease-list--five-item-feature .tease:nth-child(1), .tease-list--five-item-feature-no-photo .tease:nth-child(1) {
        clear: left;
        float: left; }
        /* line 396, src/utils/ie11.scss */
        .tease-list--four-item-feature .tease:nth-child(1) .tease__img, .tease-list--five-item-feature .tease:nth-child(1) .tease__img, .tease-list--five-item-feature-no-photo .tease:nth-child(1) .tease__img {
          width: 100% !important; }
      /* line 405, src/utils/ie11.scss */
      .tease-list--four-item-feature .tease:nth-child(2) .tease__img,
      .tease-list--four-item-feature .tease:nth-child(3) .tease__img,
      .tease-list--four-item-feature .tease:nth-child(4) .tease__img,
      .tease-list--four-item-feature .tease:nth-child(5) .tease__img, .tease-list--five-item-feature .tease:nth-child(2) .tease__img,
      .tease-list--five-item-feature .tease:nth-child(3) .tease__img,
      .tease-list--five-item-feature .tease:nth-child(4) .tease__img,
      .tease-list--five-item-feature .tease:nth-child(5) .tease__img, .tease-list--five-item-feature-no-photo .tease:nth-child(2) .tease__img,
      .tease-list--five-item-feature-no-photo .tease:nth-child(3) .tease__img,
      .tease-list--five-item-feature-no-photo .tease:nth-child(4) .tease__img,
      .tease-list--five-item-feature-no-photo .tease:nth-child(5) .tease__img {
        flex: 1 0 50%; }
    /* line 414, src/utils/ie11.scss */
    .tease-list--five-item-feature.tease-list--2-cols .tease:nth-child(2),
    .tease-list--five-item-feature.tease-list--2-cols .tease:nth-child(3),
    .tease-list--five-item-feature.tease-list--2-cols .tease:nth-child(4),
    .tease-list--five-item-feature.tease-list--2-cols .tease:nth-child(5), .tease-list--five-item-feature.tease-list--3-cols .tease:nth-child(2),
    .tease-list--five-item-feature.tease-list--3-cols .tease:nth-child(3),
    .tease-list--five-item-feature.tease-list--3-cols .tease:nth-child(4),
    .tease-list--five-item-feature.tease-list--3-cols .tease:nth-child(5) {
      width: 23%;
      float: left;
      margin: 0 10px 20px; }
      /* line 422, src/utils/ie11.scss */
      .tease-list--five-item-feature.tease-list--2-cols .tease:nth-child(2) .tease__text,
      .tease-list--five-item-feature.tease-list--2-cols .tease:nth-child(3) .tease__text,
      .tease-list--five-item-feature.tease-list--2-cols .tease:nth-child(4) .tease__text,
      .tease-list--five-item-feature.tease-list--2-cols .tease:nth-child(5) .tease__text, .tease-list--five-item-feature.tease-list--3-cols .tease:nth-child(2) .tease__text,
      .tease-list--five-item-feature.tease-list--3-cols .tease:nth-child(3) .tease__text,
      .tease-list--five-item-feature.tease-list--3-cols .tease:nth-child(4) .tease__text,
      .tease-list--five-item-feature.tease-list--3-cols .tease:nth-child(5) .tease__text {
        min-height: 100px; }
    /* line 430, src/utils/ie11.scss */
    .tease-list--five-item-feature-no-photo .tease-list__heading {
      clear: none;
      width: 50%;
      float: right;
      padding: 0 30px 8px; }
    /* line 439, src/utils/ie11.scss */
    .tease-list--five-item-feature-no-photo.tease-list--2-cols .tease-list__heading, .tease-list--five-item-feature-no-photo.tease-list--3-cols .tease-list__heading {
      padding: 0 0 8px; }
    /* line 443, src/utils/ie11.scss */
    .tease-list--five-item-feature-no-photo.tease-list--2-cols .tease:nth-child(3),
    .tease-list--five-item-feature-no-photo.tease-list--2-cols .tease:nth-child(4),
    .tease-list--five-item-feature-no-photo.tease-list--2-cols .tease:nth-child(5),
    .tease-list--five-item-feature-no-photo.tease-list--2-cols .tease:nth-child(6), .tease-list--five-item-feature-no-photo.tease-list--3-cols .tease:nth-child(3),
    .tease-list--five-item-feature-no-photo.tease-list--3-cols .tease:nth-child(4),
    .tease-list--five-item-feature-no-photo.tease-list--3-cols .tease:nth-child(5),
    .tease-list--five-item-feature-no-photo.tease-list--3-cols .tease:nth-child(6) {
      width: 23%;
      float: left;
      margin: 0 10px 20px; }
      /* line 451, src/utils/ie11.scss */
      .tease-list--five-item-feature-no-photo.tease-list--2-cols .tease:nth-child(3) .tease__text,
      .tease-list--five-item-feature-no-photo.tease-list--2-cols .tease:nth-child(4) .tease__text,
      .tease-list--five-item-feature-no-photo.tease-list--2-cols .tease:nth-child(5) .tease__text,
      .tease-list--five-item-feature-no-photo.tease-list--2-cols .tease:nth-child(6) .tease__text, .tease-list--five-item-feature-no-photo.tease-list--3-cols .tease:nth-child(3) .tease__text,
      .tease-list--five-item-feature-no-photo.tease-list--3-cols .tease:nth-child(4) .tease__text,
      .tease-list--five-item-feature-no-photo.tease-list--3-cols .tease:nth-child(5) .tease__text,
      .tease-list--five-item-feature-no-photo.tease-list--3-cols .tease:nth-child(6) .tease__text {
        min-height: 100px; }
  /* line 459, src/utils/ie11.scss */
  .main-nav__item--selected {
    z-index: 1; }
  /* line 463, src/utils/ie11.scss */
  .main-nav__flyout-subnav {
    flex-direction: column; }
  /* line 469, src/utils/ie11.scss */
  .grid--2-col-weather .grid__item--cw {
    float: left;
    width: calc(100% - 330px); }
  /* line 474, src/utils/ie11.scss */
  .grid--2-col-weather .grid__item--rr {
    float: right;
    width: 300px; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 484, src/utils/ie11.scss */
  .weather-page .grid--2-col-weather .grid__item--rr {
    margin-left: 30px; }
  /* line 488, src/utils/ie11.scss */
  .weather-page .ad-container.sticky-element {
    top: 0; }
  /* line 493, src/utils/ie11.scss */
  .weather-current {
    display: -ms-grid;
    -ms-grid-columns: 1fr 2fr 1fr; }
    /* line 497, src/utils/ie11.scss */
    .weather-current__item {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      padding-bottom: 60px; }
      /* line 503, src/utils/ie11.scss */
      .weather-current__item--1 {
        -ms-grid-column: 1; }
      /* line 507, src/utils/ie11.scss */
      .weather-current__item--2 {
        -ms-grid-column: 2; }
      /* line 511, src/utils/ie11.scss */
      .weather-current__item--3 {
        -ms-grid-column: 3; }
  /* line 519, src/utils/ie11.scss */
  .weather-current-affiliate__item--1 {
    width: 75%;
    float: left; }
  /* line 524, src/utils/ie11.scss */
  .weather-current-affiliate__item--2 {
    height: 100%;
    width: 25%;
    float: right; }
  /* line 533, src/utils/ie11.scss */
  .weather-list {
    margin: 0 -10px;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
    justify-content: space-between; }
    /* line 540, src/utils/ie11.scss */
    .weather-list .list-item {
      margin: 0 10px 20px; }
      /* line 543, src/utils/ie11.scss */
      .weather-list .list-item + .list-item {
        margin-left: 10px; }
  /* line 551, src/utils/ie11.scss */
  .weather-7-day .weather-list .list-item {
    min-width: 90px;
    width: calc(14.2% - 20px); }
  /* line 560, src/utils/ie11.scss */
  .weather-hourly .weather-list .list-item {
    min-width: 90px;
    width: calc(24.9% - 20px); }
  /* line 567, src/utils/ie11.scss */
  .weather-video {
    margin-left: 10px; }
  /* line 571, src/utils/ie11.scss */
  .weather-radar {
    clear: both; } }

@media screen and (-ms-high-contrast: active) and (min-width: 1160px), (-ms-high-contrast: none) and (min-width: 1160px) {
  /* line 580, src/utils/ie11.scss */
  .weather-hourly .weather-list .list-item {
    width: calc(16.6% - 20px); } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 589, src/utils/ie11.scss */
  .staffmember__card .card {
    display: block !important;
    width: 200px;
    float: left;
    margin-right: 30px; } }

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