@charset "UTF-8";
.search-icon > svg {
  fill: #B81F24;
  width: 20px;
}

.thm-navbar-mobile #search-mobile button[type=submit] {
  position: absolute;
  /*left: 15px;*/
  margin-left: 6px;
  background: transparent;
  border: 0;
  top: auto;
}
.thm-navbar-mobile #search-mobile input[type=search] {
  position: relative;
  width: 100%;
  color: #808080;
  background: transparent;
  font-size: 14px;
  text-align: left;
  border: 3px solid #6c757d;
  border-radius: 15px;
  margin: 0 auto;
  padding: 8px 8px 8px 35px;
  outline: none;
}

.thm-navbar-main .thm-search a {
  right: 8px;
  top: 3px;
}

.thm-tags .btn-group-sm > .btn, .thm-tags .btn-sm {
  margin: 3px;
}
.thm-tags .btn-light {
  color: #6c757d !important;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}

.thm-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.96);
  z-index: 1200;
  transition: all 0.5s ease-in-out;
  transform: translate(0, -100%) scale(0, 0);
  opacity: 0;
}
.thm-search .search-icon > svg {
  fill: #B81F24;
  width: 45px;
}
.thm-search form {
  max-width: 970px;
  position: relative;
  margin: 0 auto;
  top: 30%;
}
.thm-search .close {
  margin-right: 10px;
  font-size: 55px;
}
.thm-search input[type=search] {
  position: relative;
  width: 90%;
  color: #808080;
  background: transparent;
  font-size: 50px;
  text-align: left;
  border: 3px solid #6c757d;
  border-radius: 40px;
  margin: 0 auto;
  padding: 25px 25px 25px 80px;
  outline: none;
}
.thm-search button[type=submit] {
  background: transparent;
  border: 0;
  left: 65px;
  position: absolute;
}

.open {
  transform: translate(0, 0) scale(1, 1);
  opacity: 1;
}

.thm-vip-badge {
  content: url(https://cdn.townhall.com/web/thm/subscriptions-premium-icon.svg);
  top: -36px;
  left: 5px;
  z-index: 10;
  position: absolute;
  width: 13px;
  height: 13px;
}

.thm-vip-menu > svg {
  height: 12px;
  position: relative;
  display: inline-block;
  margin: 0 0 3px 0px;
}

.thm-vip-sublevel {
  height: 12px;
  position: relative;
  top: 0;
  display: block;
  margin: 8px auto;
}

.columnists-header h1 {
  font-family: "museo-sans", Arial, Sans-serif;
  color: #B81F24;
  font-weight: 300;
  letter-spacing: 3px;
  display: block;
}

.thm-sc {
  /*.btn.fb {
      background-color: $facebook-blue;
      color: #FFF;

      > .fb-icon {
          width: 25px;
          fill: #FFF;
      }
  }*/
  /*.btn {
      font-size: 14px;
      padding: 4px 8px;
      margin-right: 0.70rem;
  }*/
}
.thm-sc .btn {
  margin-right: 0.5rem;
}
.thm-sc .btn.tw:hover {
  background-color: #30a9f3;
}
.thm-sc .btn.fb:hover {
  background-color: #2b82f3;
}
.thm-sc .btn.tw {
  background-color: #1da1f2;
  color: #FFF;
}

.thm-comments {
  color: #B81F24;
}
.thm-comments i > svg {
  width: 17px;
  fill: #B81F24;
}

#thm-comments::before {
  display: block;
  content: " ";
  margin-top: -200px;
  height: 200px;
  visibility: hidden;
  pointer-events: none;
}

.ad-header {
  margin: 0 auto 0 auto;
  text-align: center !important;
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ad-90 {
  min-height: 90px;
}

.ad-250 {
  min-height: 250px;
}

.live-overlay {
  /*font-family: $font-sans-serif-bold;*/
  font-size: 12px;
  letter-spacing: 1px;
  color: white;
  background: #c90110;
  position: absolute;
  display: block;
  margin: 10px;
  padding: 3px 8px;
  z-index: 1;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 12px;
  white-space: nowrap;
  transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
}

.thm-pill {
  text-transform: uppercase;
  font-weight: normal;
  font-family: "museo-sans", Arial, Sans-serif;
  color: #fff;
  background-color: #B81F24;
  border-color: #B81F24;
  padding: 6px;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
}

.separator::before, .separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #6c757d;
}

.separator::before {
  margin-right: 0.25em;
}

.separator::after {
  margin-left: 0.25em;
}

article {
  font-family: Helvetica, sans-serif;
  color: #333333;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 768px) {
  article {
    font-family: Helvetica, sans-serif;
    color: #333333;
    font-size: 17px;
    line-height: 26px;
  }
}
article figcaption {
  line-height: 100%;
  padding: 3px 5px;
}
article h1 {
  font-size: 36px;
}
article h3 {
  font-size: 30px;
}
article h4 {
  font-size: 24px;
}
article h1, article h2, article h3, article h4, article h5 {
  font-family: "minion-pro", "Times New Roman", Times, serif;
  color: #393939;
  font-weight: bold;
  margin-bottom: 15px;
}
article .post-header h1 {
  font-family: "minion-pro", "Times New Roman", Times, serif;
  color: #393939;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 52px;
}
article .post-header .thm-vip-sublevel {
  margin: 8px 0;
  height: 18px;
}
@media (max-width: 768px) {
  article .post-header h1 {
    font-size: 34px;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  article .post-header__img {
    margin-left: -15px;
    margin-right: -15px;
  }
}
article .post-header__byline {
  position: relative;
  letter-spacing: 0px;
  /*text-transform: uppercase;*/
  font-size: 14px;
  margin: 5px 0 15px 0;
}
article .post-header__byline img {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  vertical-align: middle;
  margin-right: 10px;
}
article .post-header__byline a {
  color: #7a7a7a;
  font-weight: bold;
}
article .post-header__byline a:hover {
  color: #000000;
}
article .post-header__category {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
article .post-body .wp-caption-text {
  font-size: 80%;
  font-weight: 400;
  color: #6c757d !important;
}
article .post-body blockquote {
  border-left: none;
  font-size: 100%;
  margin: 26px;
  padding: 10.5px 21px;
  background-color: #f1f1f1;
  border-left: 5px solid #B81F24;
}
article .post-body blockquote p:last-of-type {
  margin-bottom: 0;
}
article .post-body .twitter-tweet, article .post-body .fb-post, article .post-body .fb-video, article .post-body .instagram-media {
  text-align: center !important;
  margin: 10px auto !important;
  display: block;
}
article .post-body div {
  max-width: 100%;
}
article .post-body figure {
  max-width: 100%;
}
article .post-body figure figcaption {
  line-height: 150%;
  font-style: italic;
}
article .post-body img {
  max-width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  display: block;
}
article .post-body iframe {
  display: block;
  margin: 0 auto;
  text-align: center;
}
article .post-body a {
  color: #B81F24;
  text-decoration: underline;
  font-weight: normal;
}
article .post-body a:hover {
  color: #393939;
  text-decoration: none;
}
article .post-body .pullquote {
  display: block;
  border-left: 10px solid #B81F24;
  padding-left: 20px;
  padding-right: 20px;
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 30px;
}
article .post-body .pullquote a {
  font-weight: bold;
  text-decoration: none;
}
article .post-footer .author-bar {
  font-size: 14px;
  background-color: #f1f1f1;
  padding: 20px;
  border-radius: 5px;
  margin: 10px 0;
}
article .post-footer .author-bar img {
  width: 100px;
  height: auto;
}
article .post-footer .author-bar a {
  color: #B81F24;
  text-decoration: underline;
}
article .post-footer .author-bar a:hover {
  color: #393939;
  text-decoration: none;
}
@media (max-width: 768px) {
  article .post-footer .author-bar {
    background-color: #f1f1f1;
    margin: 0px;
    padding: 8px;
    font-size: 14px;
    line-height: 22px;
  }
  article .post-footer .media img {
    width: 75px;
    height: auto;
  }
}
article .author-bio {
  font-size: 16px;
}
article .read-more {
  color: #B81F24;
}

.come-in {
  visibility: visible !important;
  transform: translateY(0) !important;
}

.thm-navbar {
  padding: 0;
  text-transform: uppercase;
  font-family: "museo-sans", Arial, Sans-serif;
  font-weight: normal;
  /*letter-spacing: 0.1em;*/
}
.thm-navbar .navbar-vip-logo .vip-logo--stars {
  fill: #8fa0d1;
}
.thm-navbar .navbar-vip-logo .vip-logo--stripes {
  fill: #b12025;
}
.thm-navbar .navbar-vip-logo .vip-logo--text {
  fill: #FFF;
}
.thm-navbar .active {
  background-color: #FFF;
  color: #B81F24;
  position: relative;
}

.thm-navbar-scroll {
  border-bottom: 1px solid #dadada;
  transform: translateY(-200%);
  transition: 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  padding: 0;
  width: 100%;
  z-index: 100;
  /*.btn {
      font-size: 1rem;
      padding: 0;
      margin: 0;
      border-radius: 0;
      padding: 6px;
      border: 1px solid transparent;
  }*/
}
.thm-navbar-scroll .headline {
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 600px;
}
@media (max-width: 1024px) {
  .thm-navbar-scroll .headline {
    width: 490px;
  }
}
.thm-navbar-scroll .header-logo {
  width: 125px;
  height: auto;
}

.thm-navbar-scroll .active.nav-link .thm-vip-menu .vip-logo--text, .thm-navbar-mobile .active.nav-link .thm-vip-menu .vip-logo--text {
  fill: #FFF !important;
}
.thm-navbar-scroll .navbar-vip-logo .vip-logo--stars, .thm-navbar-mobile .navbar-vip-logo .vip-logo--stars {
  fill: #8fa0d1;
}
.thm-navbar-scroll .navbar-vip-logo .vip-logo--stripes, .thm-navbar-mobile .navbar-vip-logo .vip-logo--stripes {
  fill: #b12025;
}
.thm-navbar-scroll .navbar-vip-logo .vip-logo--text, .thm-navbar-mobile .navbar-vip-logo .vip-logo--text {
  fill: #B81F24 !important;
}

.thm-navbar-mobile {
  background-color: #ffffff !important;
  padding: 5px 10px;
  border-bottom: 1px solid #dadada;
  /*    height: 50px;*/
  font-size: 15px;
  font-family: "minion-pro", "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-weight: 500;
}
.thm-navbar-mobile .thm-vip-menu > i > svg {
  height: 15px;
}
.thm-navbar-mobile .thm-vip-login {
  margin: 0 0 0 12px;
  padding: 3px 0;
}
.thm-navbar-mobile .navbar-brand {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 6px;
  line-height: inherit;
  white-space: nowrap;
}
.thm-navbar-mobile .navbar-brand .header-logo {
  width: 110px;
}
.thm-navbar-mobile .btn {
  font-size: 15px;
}
.thm-navbar-mobile .nav-link {
  font-size: 15px;
  padding: 0.3rem 0;
}
.thm-navbar-mobile .mobile-ft {
  font-size: 12px;
  letter-spacing: initial;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  background-color: #fff;
  padding: 0;
  /* border-bottom: 1px solid #000; */
}
.thm-navbar-mobile .column-list {
  columns: 2;
  -moz-columns: 2;
  -webkit-columns: 2;
  column-gap: 10px;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  background-color: #f8f9fa;
  position: relative;
  letter-spacing: initial;
  padding: 8px;
}
.thm-navbar-mobile .column-list a {
  display: block;
  text-transform: none;
  font-size: calc(100% - 2px);
}

.thm-navbar-mobile .navbar-nav .nav-link[data-toggle=collapse][aria-expanded=true]:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.thm-navbar-mobile .navbar-nav .nav-link[data-toggle=collapse]:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.thm-navbar-main {
  background-color: #FFF;
  border-bottom: 1px solid #dadada;
  height: 75px;
}
.thm-navbar-main .nav-link {
  padding: 0.9rem 1.8rem;
}
.thm-navbar-main .nav-vip {
  height: 15px;
}
.thm-navbar-main .navbar-brand {
  /*margin:20px 0;*/
}
.thm-navbar-main .header-logo {
  width: 170px;
  height: auto;
}
.thm-navbar-main > a:hover {
  color: #B81F24;
}

footer {
  font-size: 13px;
}
footer .footer-links {
  text-align: center;
  font-weight: normal;
  margin: 5px 0;
}
footer .footer-logo {
  width: 115px;
  height: auto;
}
footer .footer-brands {
  background-color: #e2e2e2;
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
footer .footer-brands ul {
  display: table;
  width: 100%;
  text-align: center;
}
footer .footer-brands li {
  display: table-cell;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-brands li img {
    max-width: 80%;
  }
}

.footer-ad {
  position: fixed !important;
  text-align: center;
  bottom: 15px !important;
  margin: 0 auto;
  left: 0;
  width: 100% !important;
  z-index: 11;
  max-height: 50px !important;
  box-sizing: border-box;
  opacity: 1 !important;
  background-image: none !important;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2) !important;
  margin-bottom: 0 !important;
}
.footer-ad__close {
  position: absolute;
  width: 28px;
  height: 28px;
  top: -28px;
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='13' viewBox='341 8 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%234F4F4F' d='M354 9.31L352.69 8l-5.19 5.19L342.31 8 341 9.31l5.19 5.19-5.19 5.19 1.31 1.31 5.19-5.19 5.19 5.19 1.31-1.31-5.19-5.19z' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 13px 13px;
  background-position: 9px;
  background-color: #fff;
  background-repeat: no-repeat;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 12px 0 0 0;
}

#thm-account {
  min-height: 900px;
}
#thm-account iframe {
  min-height: 900px !important;
}

.thm-piano-nl-hpfixed {
  background-color: transparent;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.thm-piano-mop, .thm-piano-mop-premium {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

.thm-piano-mop-premium .tp-container-inner:before {
  position: relative;
  content: "";
  height: 100px;
  width: 100%;
  display: block;
  margin-top: -100px;
  /*background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.001) 0%, #fff 5%, #fff 100%);*/
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 99%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 99%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 99%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.thm-piano-eop {
  width: 100%;
}

.thm-piano-pfixed {
  background-color: transparent;
  position: fixed;
  bottom: 0;
  left: 10px;
  width: 350px;
  z-index: 1000;
}

.thm-piano-top {
  width: 100%;
  position: fixed;
  top: 10px;
  z-index: 1000;
}

.thm-piano-bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1000;
}

.tp-container-inner {
  display: inline;
}

.fb-social {
  background-color: #1877f2;
  color: #FFF !important;
}
.fb-social i > svg {
  width: 22px;
  fill: #FFFFFF;
  position: relative;
  top: -1px;
}
.fb-social i > svg:hover {
  fill: #FFF;
}
.fb-social:hover {
  background-color: #2b82f3;
}

.tw-social {
  background-color: #1da1f2;
  color: #FFF !important;
}
.tw-social i > svg {
  width: 22px;
  fill: #FFFFFF;
}
.tw-social i > svg .svg-tw-circle {
  fill: #1da1f2;
}
.tw-social i > svg:hover {
  fill: #FFF;
}
.tw-social:hover {
  background-color: #30a9f3;
}

.pl-social {
  background-color: #b63f44;
  color: #FFF !important;
}
.pl-social i > svg {
  width: 20px;
  fill: #FFFFFF;
}
.pl-social i > svg:hover {
  fill: #FFF;
}
.pl-social:hover {
  background-color: #c0494e;
}

.em-social {
  background-color: #989898;
  color: #FFF !important;
}
.em-social i > svg {
  width: 20px;
  fill: #FFF;
}
.em-social i > svg:hover {
  fill: #FFF;
}
.em-social:hover {
  background-color: #d7d7d7;
}

.rss-social {
  background-color: #ff6500;
  color: #FFF !important;
}
.rss-social i > svg {
  width: 20px;
  fill: #FFF;
}
.rss-social i > svg:hover {
  fill: #FFF;
}
.rss-social:hover {
  background-color: #fc751c;
}

.controls-social {
  cursor: pointer;
  background-color: transparent;
  color: #FFF !important;
}
.controls-social i > svg {
  width: 25px;
  fill: #989898;
}
.controls-social i > svg:hover {
  fill: #B81F24;
}
.controls-social:hover {
  background-color: transparent;
}

.fb-icon > svg {
  width: 20px;
  fill: #989898;
}
.fb-icon > svg .svg-fb-path {
  fill: #989898;
}
.fb-icon > svg .svg-fb-path:hover {
  fill: #1877f2;
}
.fb-icon > svg:hover {
  fill: #1877f2;
}

.tw-icon > svg {
  width: 20px;
}
.tw-icon > svg .svg-tw-bird {
  fill: #FFFFFF;
}
.tw-icon > svg .svg-tw-circle {
  fill: #989898;
}
.tw-icon > svg .svg-tw-circle:hover {
  fill: #1da1f2;
}

.icon-election .red {
  fill: #FB9E9E;
}
.icon-election .pole {
  fill: #cccccc;
}
.icon-election .blue {
  fill: #577FBC;
}

/*.social-bar {
    .btn {
        border-radius: 50%;
        width: 30px;
        height: 30px;
        padding: 0;
        margin: 0 6px 0 0;
        line-height: 1.65rem;
    }

    .fb-social {
        background-color: $facebook-blue;
        color: #FFF !important;

        i > svg {
            width: 20px;
            fill: #FFFFFF;

            &:hover {
                fill: #FFF;
            }
        }

        &:hover {
            background-color: $facebook-blue-lighter;
        }
    }

    .tw-social {
        background-color: $twitter-blue;
        color: #FFF !important;

        i > svg {
            width: 18px;
            fill: #FFFFFF;

            .svg-tw-circle {
                fill: $twitter-blue;
            }

            &:hover {
                fill: #FFF;
            }
        }

        &:hover {
            background-color: $twitter-blue-lighter;
        }
    }

    .em-social {
        background-color: $muted-text-menu-color;
        color: #FFF !important;

        i > svg {
            width: 16px;
            fill: #FFF;

            &:hover {
                fill: #FFF;
            }
        }

        &:hover {
            background-color: $menu-divider;
        }
    }

    .rss-social {
        background-color: #ff6500;
        color: #FFF !important;

        i > svg {
            width: 16px;
            fill: #FFF;

            &:hover {
                fill: #FFF;
            }
        }

        &:hover {
            background-color: #fc751c;
        }
    }

    .controls-social {
        cursor: pointer;
        background-color: transparent;
        color: #FFF !important;

        i > svg {
            width: 25px;
            fill: $muted-text-menu-color;

            &:hover {
                fill: $primary-color;
            }
        }

        &:hover {
            background-color: transparent;
        }
    }

    .fb-icon > svg {
        width: 20px;
        fill: $muted-text-menu-color;

        .svg-fb-path {
            fill: $muted-text-menu-color;

            &:hover {
                fill: $facebook-blue;
            }
        }

        &:hover {
            fill: $facebook-blue;
        }
    }

    .tw-icon > svg {
        width: 20px;

        .svg-tw-bird {
            fill: #FFFFFF;
        }

        .svg-tw-circle {
            fill: $muted-text-menu-color;

            &:hover {
                fill: $twitter-blue;
            }
        }
    }
}


.icon-election {
    .red {
        fill: #FB9E9E;
    }

    .pole {
        fill: #cccccc;
    }

    .blue {
        fill: #577FBC;
    }
}*/
.banner {
  margin: 0 auto;
  text-align: center;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 4rem;
}

@media (max-width: 768px) {
  .gpt-ad-b:after {
    content: "Advertisement";
    display: block;
    margin-bottom: 15px;
    padding-top: 5px;
    text-align: center;
    width: 100%;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: 11px;
    line-height: 1;
    /*.ad.ad--epic [id^=ad_] > div:first-child:after {
    }*/
  }

  .gpt-ad-b {
    border-bottom: 1px solid #808080;
    margin-bottom: 20px;
  }
}
.hero-h1 {
  font-size: 58px;
  font-weight: 700;
  font-family: "minion-pro", "Times New Roman", Times, serif;
  margin-bottom: 50px;
  /*font-style: italic;*/
}
@media (max-width: 768px) {
  .hero-h1 {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #989898;
  }
}
.hero-h1__author a {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  color: #7a7a7a;
  font-family: "Open Sans", sans-serif;
}

.wp-card-huge {
  font-family: "minion-pro", "Times New Roman", Times, serif;
  position: relative;
}
@media (max-width: 768px) {
  .wp-card-huge {
    border-bottom: 1px solid #989898;
    margin-bottom: 20px;
  }
}
.wp-card-huge__category {
  display: block;
  margin: 15px 0;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
}
.wp-card-huge__category a {
  color: #393939;
}
.wp-card-huge__img {
  height: auto;
}
.wp-card-huge__title {
  margin: 10px 0 10px 0;
  display: block;
  text-align: center;
}
.wp-card-huge__title a {
  font-size: 45px;
  line-height: 47px;
  font-weight: bold;
  color: #393939;
}
@media (max-width: 768px) {
  .wp-card-huge__title a {
    font-size: 24px !important;
    line-height: 26px !important;
  }
}
.wp-card-huge__author {
  color: #393939;
  letter-spacing: 0px;
  font-size: 14px;
  margin: 0 0 15px 0;
  display: block;
  text-align: center;
}
.wp-card-huge__author a {
  color: #B81F24;
  font-weight: bold;
}
.wp-card-huge__author a:hover {
  color: #B81F24;
  text-decoration: underline;
}

.wp-card-hero {
  position: relative;
  background-color: #000;
  font-family: "minion-pro", "Times New Roman", Times, serif;
}
.wp-card-hero__overlay {
  position: absolute;
  top: 10px;
  width: 70%;
  left: 20px;
  color: #FFF;
}
.wp-card-hero__overlay a:hover {
  color: #FFF;
  text-decoration: underline;
}
.wp-card-hero__category {
  margin: 15px 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
}
.wp-card-hero__category a {
  color: #FFF;
}
.wp-card-hero__img {
  height: auto;
}
.wp-card-hero__img img {
  opacity: 0.7;
}
.wp-card-hero__title {
  text-align: center;
  margin: 10px 0 25px 0;
}
.wp-card-hero__title a {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  color: #FFF;
}
.wp-card-hero__author {
  color: #fff;
  letter-spacing: 0px;
  font-size: 14px;
  margin: 10px 0 15px 0;
  text-align: center;
}
.wp-card-hero__author a {
  color: #fff;
  font-weight: bold;
}
.wp-card-hero__author a:hover {
  color: #fff;
  text-decoration: underline;
}

.wp-card {
  font-family: "minion-pro", "Times New Roman", Times, serif;
}
@media (max-width: 768px) {
  .wp-card {
    border-bottom: 1px solid #989898;
    margin-bottom: 20px;
  }
}
.wp-card__vip-badge {
  position: absolute;
  width: 0;
  height: 0;
  z-index: 10;
  border-top: 40px solid #e6e6e6;
  border-right: 40px solid transparent;
}
.wp-card__category {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  margin: 10px 0 0 0;
}
.wp-card__img {
  height: auto;
}
.wp-card__title {
  text-align: center;
  margin-top: 10px;
}
.wp-card__title a {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #393939;
}
.wp-card__author {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  letter-spacing: 0px;
  /*text-transform: uppercase;*/
  font-size: 14px;
  margin: 5px 0 15px 0;
}
.wp-card__author a {
  color: #7a7a7a;
  font-weight: bold;
}
.wp-card__author a:hover {
  color: #000000;
}

.widget-list {
  background-color: #FFF;
}
.widget-list__header {
  text-align: center;
  background-color: #FFF;
  width: 40%;
  border-bottom: 1px solid #dadada;
  margin: auto;
  padding-bottom: 5px;
}
.widget-list__header img {
  width: 20px;
}
.widget-list__header-title {
  color: #B81F24;
  display: inline-block;
  font-family: "museo-sans", Arial, Sans-serif;
  font-size: 16px;
  padding: 0;
  text-transform: uppercase;
}
.widget-list__body {
  margin: 0;
  display: block;
  clear: both;
  font-family: "minion-pro", "Times New Roman", Times, serif;
}
.widget-list__body-title {
  color: #000000;
  font-weight: bold;
}
.widget-list__body-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 80px;
  display: inline-block;
  margin-right: 15px;
}
.widget-list__count {
  color: #B81F24;
  font-weight: bold;
  font-size: 45px;
  width: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #B81F24;
  border-color: #B81F24;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(184, 31, 36, 0.25);
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(184, 31, 36, 0.5);
}

.btn-outline-primary {
  color: #B81F24;
  border-color: #c92227;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #B81F24;
  border-color: #B81F24;
}

.btn {
  font-family: "museo-sans", Arial, Sans-serif;
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.9rem;
  padding-left: 0.9rem;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.9rem 1.8rem;
  }
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  /*padding: 0;*/
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #e6e6e6;
  background-clip: padding-box;
  /*border: 1px solid rgba(0,0,0,.15);*/
  border-radius: 0;
}
.dropdown-menu a {
  color: #B81F24;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 1px;
}
.dropdown-menu a:hover {
  color: #000000;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #f8f9fa;
}

.trending__title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #B81F24;
  display: inline-block;
  margin: 0 0 10px 0;
}
.trending .xl-story {
  position: relative;
}
.trending .xl-story__summary {
  pointer-events: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 15px 0 15px;
  background-image: linear-gradient(-180deg, transparent 0, #000000 100%);
}
.trending .xl-story__summary h1 {
  margin: 0 auto 0 auto;
  padding: 0;
  font-size: 26px;
  line-height: 30px;
}
.trending .xl-story__summary a {
  color: #FFF;
}
.trending .xl-story__summary h5 {
  margin: 0 auto 10px auto;
  color: #FFF;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.trending .xl-story__img a {
  display: block;
  background-repeat: no-repeat;
  background-position: top;
  height: 250px;
  position: relative;
  padding-bottom: 0;
  background-size: cover;
}
.trending .sm-story {
  padding-bottom: 15px;
}
.trending .sm-story__text {
  margin: 20px 0 0 0;
}
.trending .sm-story__text a {
  font-family: "minion-pro", "Times New Roman", Times, serif;
  font-weight: bold;
  /*color: rebeccapurple;*/
  font-size: 20px;
  line-height: 24px;
}
.trending .sm-story__text:hover {
  color: #B81F24 !important;
}
.trending .sm-story__flavor {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 3px;
  color: #8a8a8a;
}
.trending .tothm-card {
  font-family: "minion-pro", "Times New Roman", Times, serif;
}
@media (max-width: 768px) {
  .trending .tothm-card {
    border-bottom: 1px solid #989898;
    margin-bottom: 20px;
  }
}
.trending .tothm-card__vip-badge {
  position: absolute;
  width: 0;
  height: 0;
  z-index: 10;
  border-top: 40px solid #e6e6e6;
  border-right: 40px solid transparent;
}
.trending .tothm-card__category {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  margin: 10px 0 0 0;
}
.trending .tothm-card__img {
  height: auto;
}
.trending .tothm-card__img-cover a {
  display: block;
  background-repeat: no-repeat;
  background-position: top;
  height: 150px;
  position: relative;
  padding-bottom: 0;
  background-size: cover;
}
.trending .tothm-card__title {
  text-align: left;
  margin-top: 10px;
}
.trending .tothm-card__title a {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #393939;
}
.trending .tothm-card__title a:hover {
  color: #B81F24 !important;
}
.trending .tothm-card__author {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: 5px 0 10px 0;
}

.mpw-bordered {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px 0 25px;
  border: 1px solid #ddd;
  float: left;
  margin-bottom: 25px;
}

.mpw-bordered > .mpw {
  margin: 10px 0 15px 0;
}

.mpw-bordered > .mpw {
  margin: 10px 0 15px 0;
}

.mpw {
  margin: 0 auto 30px auto;
  clear: both;
}
.mpw .top-pad {
  padding-top: 10px;
}
.mpw ul li {
  /* margin-top: 10px; */
  line-height: 20px;
  padding: 10px 0;
}
.mpw__domain {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 5px;
  color: #8a8a8a;
}
.mpw__title {
  font-family: "minion-pro", "Times New Roman", Times, serif;
  font-size: 18px;
  color: #00a99d;
  display: inline-block;
  margin: 0;
  border: 0;
  border-bottom: 2px solid white;
}
.mpw__title .star-box {
  top: 2px;
}
.mpw__story {
  font-family: "minion-pro", "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 7px 0 0 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #B81F24;
}

.hamburger-box {
  width: 30px;
  height: 21px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #B81F24;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -9px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}

.headroom--pinned {
  transform: translateY(0%);
}

.headroom--unpinned {
  transform: translateY(-100%);
}

.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}

.hr-scroll--pinned {
  transform: translateY(0%);
  visibility: visible !important;
}
.hr-scroll--unpinned {
  transform: translateY(0%);
}
.hr-scroll--top {
  transform: translateY(-200%);
}

#wpadminbar {
  font-family: "Open Sans", sans-serif;
  background: #23282D;
  font-size: 13px;
}

#wpadminbar.bg-dark {
  background: #23282D !important;
}

#wpadminbar span.navbar-brand {
  margin-right: 0.4em;
}

#wpadminbar a.nav-link {
  color: #EEE;
  line-height: 20px;
}

#wpadminbar a.nav-link::before, #wpadminbar span.nav-link--wordpress::before {
  font-size: 19px;
  font-family: dashicons;
  vertical-align: middle;
  padding-right: 4px;
}

#wpadminbar span.nav-link--wordpress::before {
  color: #a0a5aa;
}

#wpadminbar .dropdown-menu {
  font-size: unset;
  border-radius: unset;
  background-color: #23282D;
  border: none;
  margin-top: -3px;
}

#wpadminbar a.dropdown-item {
  background-color: transparent !important;
  color: #b4b9be;
  padding: 0.25rem 1rem;
}

#wpadminbar a.dropdown-item:hover, #wpadminbar a.nav-link:hover {
  color: #00B9EB;
}

/* Menu icons */
#wpadminbar span.nav-link--wordpress::before {
  content: "";
}

#wpadminbar a.nav-link--new::before {
  content: "";
}

#wpadminbar a.nav-link--edit::before {
  content: "";
}

/* Media Queries */
@media only screen and (max-width: 575px) {
  #wpadminbar img.avatar {
    display: none;
  }

  #wpadminbar .navbar-brand {
    padding-top: 2px;
    padding-bottom: 0;
  }

  #wpadminbar span.nav-link--wordpress::before {
    font-size: 25px;
  }

  .thm-fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
}
@media only screen and (min-width: 576px) {
  body.has-admin-bar {
    padding-top: 56px;
  }

  #wpadminbar {
    height: 32px;
  }
}
.ec-menu {
  background-color: white;
  height: 35px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 0px;
  padding: 0;
}
@media (max-width: 768px) {
  .ec-menu {
    overflow-x: scroll;
    margin-top: 45px;
    padding: 0 15px;
    margin-bottom: 15px;
  }
}
.ec-menu a {
  text-transform: uppercase;
}
.ec-menu div {
  padding-right: 20px;
}

.eheader {
  font-weight: 800;
  font-family: Helvetica, sans-serif;
  font-size: 28px;
  margin-bottom: -5px;
  color: #000;
}

/*.ebutton {
    text-align: center;
    font-size: 130%;
    line-height: 1.6;
    font-weight: bold;
    padding: 7px 14px;
    border-radius: 16px;
}*/
.ebutton-off {
  background: #cecece;
  color: #000 !important;
}

.ebutton-on {
  background: #9f2629;
  color: #fff !important;
}

.erow {
  height: 130px;
}

#election-results-main {
  min-height: 500px;
}

#election-liveblog-widget {
  min-height: 500px;
  width: 100%;
}

.eanchor {
  display: block;
  position: relative;
  top: -25px;
  visibility: hidden;
}

.thm-author-list .card-body {
  padding: 6px 1px;
}

/*:root {
    --primary-color: #0d0b52;
    --secondary-color: #3458b9;
    --font-color: #424242;
    --bg-color: #ffffff;
    --heading-color: #292922;
    --white-color: #ffffff;
}*/
body {
  color: #393939;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

a {
  color: #393939;
  text-decoration: none;
}
a:hover {
  color: #B81F24;
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

main {
  min-height: 500px;
  margin-bottom: 25px;
  padding-top: 25px;
}
@media (max-width: 991px) {
  main {
    margin-top: 65px;
    padding-top: 0;
  }
}

.loadmore {
  overflow-anchor: none;
}

.thm-button {
  color: #fff;
  background-color: #B81F24;
  border-color: #c92227;
}
.thm-button:hover {
  color: #fff;
  background-color: #c92227;
  border-color: #c92227;
}

.rs-h1 {
  font-family: "museo-sans", Arial, Sans-serif;
  color: #B81F24;
  font-weight: 300;
  letter-spacing: 3px;
  margin-bottom: 30px;
  display: block;
}
.rs-h1 h1 {
  display: inline;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 768px) {
  .rs-h1 h1 {
    font-size: 25px;
  }
}

.columnists-img {
  width: 100px;
  height: auto;
}

.page-header {
  margin: 10px 0 25px 0px;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 20px;
  display: block;
}
.page-header span {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #989898;
  font-weight: bold;
  padding-bottom: 14px;
  display: block;
}

.category-banner {
  background: black;
  margin-bottom: 25px;
}
.category-banner h1 {
  color: white;
  text-align: center;
  display: block;
  padding: 30px 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: bold;
}

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