/* COLORS */
/* TYPE SIZE */
.tb {
  width: 100%;
  display: table; }

.tc {
  display: table-cell;
  vertical-align: middle; }

.tb-alt {
  min-height: 70px; }

.fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

a:hover, a:focus {
  text-decoration: none; }

.btn {
  line-height: 30px;
  height: 30px;
  padding: 0 15px;
  border-radius: 4px; }
  .btn.outline {
    border-size: 1px;
    border-style: solid; }
  .btn.gray {
    border-color: #dfdfdf; }
  .btn.btn-xs {
    padding: 0 10px; }


.th-logo-mobile {
	display: none;
}


#mast {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  z-index: 100;
  position: relative;
  background-color: white; }
  #mast.night {
    background-color: #282b30;
    color: white; }
  .no-scroll #mast {
    z-index: 0; }

#main-page-container {
  position: relative;
  z-index: 99; }

.main-nav-scrolled {
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: white; }
  .night .main-nav-scrolled {
    background-color: #282b30; }
  .main-nav-scrolled .main-nav {
    padding-top: 20px;
    background-color: white; }
    .night .main-nav-scrolled .main-nav {
      background-color: #282b30; }

.nav-top {
  text-align: center;
  padding: 10px 0; }
  @media (max-width: 767px) {
    .nav-top {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background-color: white;
      z-index: 4000;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
      .night .nav-top {
        background-color: #282b30; } }
  @media (min-width: 768px) {
    .nav-top {
      padding: 20px 0 0 0; } }
  .nav-top .container {
    position: relative;
    height: 35px; }
  @media (max-width: 767px) {
    .nav-top svg {
      position: relative;
      top: 5px;
      width: 220px; }
	#mast.night {
      color: #333 !important; } }
  .nav-top svg path {
    fill: #333; }
    .night .nav-top svg path {
      fill: white; }


nav {
  position: relative;
  text-align: center;
  display: none; }
  nav.fixed {
    position: fixed;
    top: 32px;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 999; }
  @media (min-width: 768px) {
    nav {
      display: block; } }

img {
  vertical-align: middle; }

#nav-left {
  position: relative; }
  @media (max-width: 767px) {
    #nav-left {
      float: left;
      position: relative;
      top: 9px; } }
  @media (min-width: 768px) {
    #nav-left {
      position: absolute;
      top: 0;
      left: 15px; } }
  #nav-left img {
    margin-right: 10px; }
  #nav-left a {
    vertical-align: middle; }
  #nav-left .icons {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
    cursor: pointer; }
    #nav-left .icons img {
      transition: 0.3s; }
    #nav-left .icons #nav-close {
      opacity: 0;
      visibility: hidden; }
  #nav-left .more {
    display: none; }
    @media (min-width: 768px) {
      #nav-left .more {
        display: inline; } }

#nav-right {
  position: absolute;
  top: 0;
  right: 0; }
  @media (max-width: 767px) {
    #nav-right {
      display: none; } }
  @media (max-width: 850px) {
    #nav-right {
      width: 200px; } }
  #nav-right a {
    color: #333;
    margin-right: 2px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    font-size: 1.2rem; }
    #nav-right a:last-child {
      margin: 0; }
    .night #nav-right a {
      color: white; }
  #nav-right .link {
    display: none; }
    @media (min-width: 992px) {
      #nav-right .link {
        display: inline; } }
  #nav-right #subscribe-button {
    background-color: #02afff;
    line-height: 32px;
    color: white;
    border: 0;
    font-weight: 500; }
  @media (min-width: 768px) {
    #nav-right {
      float: right; } }

.full-page-nav {
  background-color: white; }

.screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white; }

.main-nav {
  max-width: 1024px;
  padding-top: 30px; }
  @media (max-width: 767px) {
    .main-nav {
      padding-bottom: 80px; } }
  @media (min-width: 768px) {
    .main-nav {
      padding-right: 0; } }
  .main-nav .links {
    position: relative; }
    @media (max-width: 767px) {
      .main-nav .links {
        overflow: hidden; } }
    .main-nav .links a {
      position: relative;
      float: left;
      font-weight: 600;
      border-bottom: 3px solid white;
      margin-right: 18px;
      height: 35px; }
      @media (min-width: 992px) {
        .main-nav .links a {
          margin-right: 25px; } }
      @media (min-width: 1200px) {
        .main-nav .links a {
          margin-right: 45px; } }
      .night .main-nav .links a {
        border-bottom: 3px solid #282b30; }
      .main-nav .links a:first-child {
        padding-left: 0; }
      .main-nav .links a:last-child {
        margin: 0; }
      .main-nav .links a:hover {
        border-bottom: 3px solid #bfbfbf;
        color: inherit; }
        .main-nav .links a:hover.news {
          border-color: #02afff; }
        .main-nav .links a:hover.sports {
          border-color: #f58220; }
        .main-nav .links a:hover.life {
          border-color: #fdb913; }
        .main-nav .links a:hover.business {
          border-color: #1aaf42; }
        .main-nav .links a:hover.politics {
          border-color: #ff002b; }
        .main-nav .links a:hover.dynamic {
          border-color: #333; }
        .main-nav .links a:hover.opinion {
          border-color: #b80dff; }
        .main-nav .links a:hover.obits {
          border-color: #c8255d; }
        .main-nav .links a:hover.drop {
          border-bottom: 3px solid white; }
        .main-nav .links a:hover .count {
          top: -8px; }
      .main-nav .links a img {
        padding-left: 5px; }
      .main-nav .links a span {
        background-color: transparent; }
      .main-nav .links a .count {
        position: relative;
        top: -5px;
        font-size: 10px;
        font-weight: 500;
        display: inline-block;
        height: 17px;
        width: 17px;
        line-height: 17px;
        color: white;
        border-radius: 34px;
        transition: 0.3s; }
      .main-nav .links a.news span:last-child {
        background-color: #02afff; }
      .main-nav .links a.sports span:last-child {
        background-color: #f58220; }
      .main-nav .links a.life span:last-child {
        background-color: #fdb913; }
      .main-nav .links a.obits span:last-child {
        background-color: #c8255d; }
      .main-nav .links a.business span:last-child {
        background-color: #1aaf42; }
      .main-nav .links a.politics span:last-child {
        background-color: #ff002b; }
      .main-nav .links a.dynamic span {
        background-color: #333; }
      .main-nav .links a.opinion span:last-child {
        background-color: #b80dff; }
      .main-nav .links a.obits span:last-child {
        background-color: #c8255d; }
  .main-nav .drop {
    position: relative;
    float: left;
    cursor: context-menu;
    height: 32px; }
    .main-nav .drop:hover .subnav {
      display: block; }
    .main-nav .drop.submit {
      margin-right: 25px; }
    .main-nav .drop img {
      padding-left: 5px; }
    .main-nav .drop .subnav {
      position: absolute;
      top: -8px;
      left: -15px;
      margin-top: 32px;
      width: 165px;
      color: #333;
      background-color: transparent;
      text-align: left;
      display: none;
      z-index: 100;
      border: 1px solid #efefef;
      box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2); }
      .main-nav .drop .subnav a {
        display: block;
        width: 100%;
        padding: 10px 15px;
        border-bottom: 1px solid #efefef;
        background-color: white;
        margin: 0;
        height: auto; }
        .main-nav .drop .subnav a:hover {
          background-color: #efefef; }
        .main-nav .drop .subnav a:last-child {
          border-bottom: 0; }
  .main-nav .middle, .main-nav .city, .main-nav .header, .main-nav .time, .main-nav .btn, .main-nav .sub-section, .main-nav .nav-footer, .main-nav .nav-footer-links {
    display: none; }
  .main-nav .degrees, .main-nav .td-contain {
    display: inline-block; }
  .main-nav .weather {
    position: relative;
    float: right;
    top: -12px;
    display: none;
    height: 35px; }
    @media (min-width: 992px) {
      .main-nav .weather {
        display: block; } }
    .main-nav .weather a {
      /*vertical-align: middle;*/ }
    .main-nav .weather .top-weather-link img {
      width: 35px;
      height: 35px;
      margin-right: 10px; }
    @media (min-width: 768px) {
      .main-nav .weather .weather-ad {
        display: inline-block;
        vertical-align: middle; } }
    .main-nav .weather .weather-ad img {
      width: 85px; }

.full-nav {
  overflow: hidden; }
  @media (max-width: 767px) {
    .full-nav {
      position: fixed; } 
   }
  .full-nav nav {
    overflow: scroll; }
    @media (max-width: 767px) {
      .full-nav nav {
        height: 100% !important;
        display: block;
        position: fixed;
        background-color: white;
        width: 100%;
        top: 56px;
        z-index: 4000; } }
  .full-nav .main-nav {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto; }
    .full-nav .main-nav:after {
      content: " ";
      display: block;
      clear: both; }
    @media (min-width: 992px) {
      .full-nav .main-nav {
        padding: 30px 80px 40px 80px; } }
    @media (min-width: 768px) {
      .full-nav .main-nav .links {
        width: 23.7288135593%;
        float: left;
        margin-right: 1.6949152542%; } }
    .full-nav .main-nav .links a {
      width: 100%;
      display: block;
      text-align: left;
      font-size: 35px;
      font-size: 3.5rem;
      margin-top: 10px;
      margin-right: 0;
      border: 0;
      transition: 0.3s; }
      .full-nav .main-nav .links a:first-child {
        margin-top: 0; }
      .full-nav .main-nav .links a:hover.news {
        color: #02afff;
        border: 0; }
      .full-nav .main-nav .links a:hover.sports {
        color: #f58220;
        border: 0; }
      .full-nav .main-nav .links a:hover.life {
        color: #fdb913;
        border: 0; }
      .full-nav .main-nav .links a:hover.business {
        color: #1aaf42;
        border: 0; }
      .full-nav .main-nav .links a:hover.politics {
        color: #ff002b;
        border: 0; }
      .full-nav .main-nav .links a:hover.dynamic {
        color: #333;
        border: 0; }
      .full-nav .main-nav .links a:hover.opinion {
        color: #b80dff;
        border: 0; }
      .full-nav .main-nav .links a:hover.obits {
        color: #c8255d;
        border: 0; }
      .full-nav .main-nav .links a .count {
        display: none; }
    .full-nav .main-nav .links .drop {
      width: 100%;
      display: block;
      text-align: left;
      font-size: 35px;
      font-size: 3.5rem;
      font-weight: 700;
      margin-top: 10px;
      margin-right: 0;
      border: 0;
      transition: 0.3s;
      cursor: pointer; }
      .full-nav .main-nav .links .drop:hover {
        color: #02afff; }
        .full-nav .main-nav .links .drop:hover .subnav {
          display: none; }
      .full-nav .main-nav .links .drop img {
        display: none; }
    .full-nav .main-nav .header {
      font-size: 15px;
      font-weight: 500;
      display: block; }
  .full-nav .middle {
    display: none;
    width: 44.9152542373%;
    float: left;
    margin-right: 1.6949152542%;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    min-height: 380px;
    padding: 0 30px;
    text-align: left; }
    @media (min-width: 768px) {
      .full-nav .middle {
        display: block; } }
    .full-nav .middle input {
      background-image: url(../images/search-icon.svg);
      background-repeat: no-repeat;
      background-position: 15px 50%;
      width: 100%;
      padding: 10px 45px;
      background-color: white;
      border: 1px solid #cdcdcd;
      box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      margin: 10px 0 20px 0;
      font-weight: 300; }
    .full-nav .middle a {
      position: relative;
      margin-top: 20px;
      color: #a8a8a8; }
      .full-nav .middle a span {
        display: block;
        margin-left: 10px; }
    .full-nav .middle .image {
      height: 45px;
      width: 75px;
      background-size: cover;
      background-position: center; }
  .full-nav .weather {
    width: 27.9661016949%;
    float: right;
    margin-right: 0;
    padding-top: 15px;
    padding-left: 30px;
    text-align: left;
    display: none; }
    @media (min-width: 768px) {
      .full-nav .weather {
        display: block; } }
    .full-nav .weather span {
      display: block; }
    .full-nav .weather .header {
      text-align: left; }
    .full-nav .weather .icon {
      width: 62px;
      display: inline-block; }
    .full-nav .weather .city {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 300;
      border-bottom: 1px solid #dfdfdf;
      margin-top: 10px;
      margin-bottom: 20px;
      padding-bottom: 10px;
      text-align: left;
      display: block; }
    .full-nav .weather .time {
      font-size: 15px;
      font-size: 1.5rem;
      display: block; }
    .full-nav .weather .degrees {
      line-height: 30px;
      line-height: 3rem;
      clear: left;
      font-size: 37px;
      font-size: 3.7rem;
      font-weight: 700;
      letter-spacing: -2px; }
      .full-nav .weather .degrees span {
        display: inline;
        font-weight: 300; }
    .full-nav .weather .weather-ad {
      margin-top: 20px;
      margin-bottom: 20px;
      padding-top: 20px;
      border-top: 1px solid #dfdfdf; }
      .full-nav .weather .weather-ad img {
        margin-top: 40px; }
    .full-nav .weather .td-contain {
      display: inline-block;
      vertical-align: top;
      margin-left: 10px; }
    .full-nav .weather .btn {
      display: block; }
  .full-nav .nav-footer {
    width: 100%;
    display: block;
    clear: both;
    border-top: 1px solid #dfdfdf;
    color: #333;
    font-weight: 300;
    margin-top: 20px;
    padding: 20px 20px 20px 0; }
    @media (min-width: 768px) {
      .full-nav .nav-footer {
        float: left;
        padding: 0;
        color: #bfbfbf; } }
    .full-nav .nav-footer .th-media {
      display: none; }
      @media (min-width: 768px) {
        .full-nav .nav-footer .th-media {
          position: relative;
          top: -4px;
          display: inline-block;
          padding-right: 20px;
          margin: 0; } }
    .full-nav .nav-footer .contact-us {
      text-align: left; }
      @media (min-width: 768px) {
        .full-nav .nav-footer .contact-us {
          display: inline-block;
          border-left: 1px solid #dfdfdf;
          border-right: 1px solid #dfdfdf;
          padding: 20px; } }
      .full-nav .nav-footer .contact-us div {
        display: block;
        text-align: left; }
        @media (min-width: 768px) {
          .full-nav .nav-footer .contact-us div {
            display: inline-block;
            margin-left: 20px; } }
        .full-nav .nav-footer .contact-us div span {
          font-size: 20px;
          font-size: 2rem;
          display: block;
          margin-top: 10px; }
          @media (min-width: 768px) {
            .full-nav .nav-footer .contact-us div span {
              font-size: 10px;
              font-size: 1rem;
              margin-top: 0; } }
        .full-nav .nav-footer .contact-us div a {
          font-size: 18px;
          font-size: 1.8rem; }
          @media (min-width: 768px) {
            .full-nav .nav-footer .contact-us div a {
              font-size: 14px;
              font-size: 1.4rem; } }
    .full-nav .nav-footer .social {
      position: relative; }
      @media (max-width: 767px) {
        .full-nav .nav-footer .social {
          text-align: left;
          padding-top: 20px; } }
      @media (min-width: 768px) {
        .full-nav .nav-footer .social {
          top: -6px;
          display: inline-block;
          padding-left: 20px; } }
      .full-nav .nav-footer .social img {
        position: relative;
        top: -2px; }
        .full-nav .nav-footer .social img:first-child {
          margin-left: 5px; }
  .full-nav .nav-footer-links {
    border-top: 1px solid #dfdfdf;
    text-align: left;
    float: left;
    display: block;
    width: 100%;
    clear: both;
    padding: 0 0 20px 0;
    color: #333;
    font-size: 15px;
    font-size: 1.5rem; }
    @media (min-width: 768px) {
      .full-nav .nav-footer-links {
        padding: 30px 0; } }
    @media (min-width: 768px) {
      .full-nav .nav-footer-links .sub-links {
        width: 18.6440677966%;
        float: left;
        margin-right: 1.6949152542%; }
        .full-nav .nav-footer-links .sub-links:last-child {
          width: 18.6440677966%;
          float: right;
          margin-right: 0; } }
    .full-nav .nav-footer-links .header {
      font-size: 18px;
      font-size: 1.8rem;
      margin: 20px 0 10px 0; }
      @media (min-width: 768px) {
        .full-nav .nav-footer-links .header {
          margin: 0 0 10px 0; } }
    .full-nav .nav-footer-links a {
      display: block;
      color: gray;
      margin-bottom: 5px; }
  .full-nav .nav-hover .sub-section a {
    display: block;
    text-align: left;
    padding-left: 0;
    color: inherit;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 20px;
    line-height: 2rem;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px; }
    .full-nav .nav-hover .sub-section a:hover {
      font-weight: 500; }
  .full-nav .nav-hover .sub-section .column {
    width: 48%;
    float: left; }
    .full-nav .nav-hover .sub-section .column:last-child {
      width: 48%;
      float: right; }
  .full-nav .nav-hover.news .sub-news {
    color: #02afff;
    display: block; }
  .full-nav .nav-hover.sports .sub-sports {
    color: #f58220;
    display: block; }
  .full-nav .nav-hover.life .sub-life {
    color: #fdb913;
    display: block; }
  .full-nav .nav-hover.business .sub-business {
    color: #1aaf42;
    display: block; }
  .full-nav .nav-hover.politics .sub-politics {
    color: #ff002b;
    display: block; }
  .full-nav .nav-hover.opinion .sub-opinion {
    color: #b80dff;
    display: block; }
  .full-nav .nav-hover.obits .sub-obits {
    color: #c8255d;
    display: block; }
  .full-nav .nav-hover.drop .sub-find {
    color: #02afff;
    display: block; }
  .full-nav .ad-location {
    display: none; }

.section-nav {
  border-top: 1px solid #dfdfdf; }
  @media (max-width: 767px) {
    .section-nav {
      margin-top: 53px; } }
  .night .section-nav {
    border-top: 1px solid black; }
  .section-nav #section-arrow {
    transition: 0.3s; }
    .section-nav #section-arrow.active {
      transform: rotate(-180deg); }
  .sports .section-nav {
    border-bottom: 5px solid #f58220; }
  .section-nav .container {
    min-height: 70px; }
    @media (max-width: 768px) {
      .section-nav .container {
        width: 100%;
        padding: 0 20px; } }
    @media (min-width: 769px) {
      .section-nav .container {
        border-right: 1px solid #dfdfdf; } }
    .night .section-nav .container {
      border-right: 1px solid black; }
  .section-nav .section-name {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    height: 100%;
    cursor: pointer; }
    @media (min-width: 768px) {
      .section-nav .section-name {
        width: 16.1016949153%;
        float: left;
        margin-right: 1.6949152542%; } }
    .section-nav .section-name i {
      position: relative;
      top: -5px;
      margin-left: 15px;
      font-size: 13px;
      font-size: 1.3rem;
      color: #b3b3b3; }
    .section-nav .section-name .tc div {
      vertical-align: inherit;
      display: inline-block;
      max-width: 74%;
      width: auto; }
  .section-nav .section-top-story {
    padding: 15px 15px 15px 20px;
    border-left: 1px solid #dfdfdf;
    font-weight: 500;
    height: 100%;
    width: 25.4237288136%;
    float: left;
    margin-right: 1.6949152542%; }
    @media (max-width: 767px) {
      .section-nav .section-top-story {
        display: none; } }
    .section-nav .section-top-story:last-child {
      width: 25.4237288136%;
      float: right;
      margin-right: 0; }
    .section-nav .section-top-story:hover {
      text-decoration: underline; }
    .night .section-nav .section-top-story {
      border-left: 1px solid black; }
    .obits .section-nav .section-top-story {
      padding-top: 20px;
      padding-bottom: 20px; }
    .section-nav .section-top-story .image {
      display: inline-block;
      width: 75px;
      height: 75px;
      margin-right: 10px;
      background-size: cover;
      background-position: left top; }

.section-nav-expanded {
  background-color: white;
  padding: 30px 0;
  display: none;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.2); }
  .section-nav-expanded.active {
    display: block; }
  @media (min-width: 769px) {
    .section-nav-expanded .subnav {
      width: 17.7966101695%;
      float: left;
      margin-right: 1.6949152542%; } }
  .sports .section-nav-expanded .subnav {
    color: #f58220; }
  .section-nav-expanded .subnav a {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 26px;
    line-height: 2.6rem;
    display: block; }
  .section-nav-expanded .section-article {
    width: 80.5084745763%;
    float: right;
    margin-right: 0;
    display: none; }
    @media (min-width: 769px) {
      .section-nav-expanded .section-article {
        display: block; } }
  .section-nav-expanded .image {
    height: 300px;
    background-size: cover;
    background-position: center;
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%; }
    .section-sports .section-nav-expanded .image {
      height: 450px; }
    .section-nav-expanded .image.vertical {
      background-position: left top; }
    .section-nav-expanded .image img {
      max-width: 100%; }
  .section-nav-expanded .content {
    width: 47.4576271186%;
    float: right;
    margin-right: 0; }
    .news .section-nav-expanded .content {
      color: #02afff; }
    .sports .section-nav-expanded .content {
      color: #f58220; }
    .life .section-nav-expanded .content {
      color: #fdb913; }
    .business .section-nav-expanded .content {
      color: #1aaf42; }
    .politics .section-nav-expanded .content {
      color: #ff002b; }
    .dynamic .section-nav-expanded .content {
      color: #333; }
    .opinion .section-nav-expanded .content {
      color: #b80dff; }
    .obits .section-nav-expanded .content {
      color: #c8255d; }
    .section-nav-expanded .content .headline {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 300;
      padding-left: 5px;
      display: block; }
      .section-nav-expanded .content .headline span {
        color: #333;
        font-size: 30px;
        font-size: 3rem;
        line-height: 32px;
        line-height: 3.2rem;
        display: block;
        font-weight: 700; }
    .section-nav-expanded .content .subhead {
      font-size: 15px;
      font-size: 1.5rem;
      color: #666666;
      padding-left: 5px;
      margin-top: 5px;
      margin-bottom: 30px; }
    .section-nav-expanded .content .more p {
      padding-left: 5px; }
    .section-nav-expanded .content .more a {
      display: block;
      padding: 10px 10px 10px 5px;
      border-top: 1px solid #dfdfdf;
      color: #333; }
      .section-nav-expanded .content .more a:last-child {
        border-bottom: 1px solid #dfdfdf; }

.th-alert {
  background-color: white;
  padding: 10px 0 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  cursor:pointer; }
  .th-alert a {
    display: block;
    color: white; }
  @media (max-width: 767px) {
    .th-alert span {
      display: block; } }
  .th-alert.red {
    background-color: #ff002b;
    color: white; }
  .th-alert.purple {
    background-color: #710193;
    color: white; }
  .th-alert .alert-title {
    font-weight: 500; }
  .th-alert .headline {
    margin: 0 40px; }
  .th-alert .read {
    position: relative;
    font-weight: 500;
    display: block;
    padding-top: 5px; }
    @media (min-width: 992px) {
      .th-alert .read {
        border-left: 1px solid rgba(0, 0, 0, 0.2);
        text-align: right;
        display: inline;
        padding: 5px 0 5px 20px; } }
    .th-alert .read img {
      margin-left: 10px; }

body {
  background: #f2f2f2;
  line-height: inherit;
  height: 100%;
  color: #333;
  font-family: "franklin-gothic-urw",sans-serif;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 200px; }
  body.blox-asset {
    background: white; }
  body.no-scroll {
    overflow: hidden; }

@media (min-width: 992px) {
  .container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto; }
    .container:after {
      content: " ";
      display: block;
      clear: both; } }

a {
  color: inherit; }

.ad-location {
  text-align: center;
  padding-top: 10px;
  display: none; }
  @media (min-width: 768px) {
    .ad-location {
      display: block; } }
  .ad-location img {
    max-width: 100%; }

.news-stream {
  position: relative;
  padding: 70px 0 20px 0;
  z-index: -1; }
  @media (min-width: 768px) {
    .news-stream {
      height: 475px;
      padding: 20px 0; } }
  .news-stream .container {
    position: relative;
    height: 100%; }
    @media (max-width: 767px) {
      .news-stream .container {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 992px) {
      .news-stream .container {
        padding-right: 0; } }
  .news-stream .video {
    position: relative;
    background-size: cover;
    height: 100%;
    text-align: center;
    color: white;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    padding: 20px 0; }
    @media (min-width: 768px) {
      .news-stream .video {
        float: left;
        width: 60%;
        padding: 0; } }
    @media (min-width: 992px) {
      .news-stream .video {
        float: left;
        width: 70%; } }
    .news-stream .video .fill {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(125, 126, 125, 0.25) 20%, #0e0e0e 100%);
      opacity: 0.3; }
    @media (max-width: 991px) {
      .news-stream .video .news-stream-icon {
        width: 140px;
        display: block; } }
    @media (min-width: 992px) {
      .news-stream .video .news-stream-icon {
        position: absolute;
        top: 40px;
        left: -10px; } }
    .news-stream .video .play-icon {
      width: 100px;
      display: block;
      margin: 40px auto 0 auto; }
      @media (min-width: 992px) {
        .news-stream .video .play-icon {
          position: absolute;
          top: 80px;
          left: 50%;
          margin-left: -68px;
          cursor: pointer;
          padding: 0;
          width: auto;
          display: inline;
          margin: 0; } }
    .news-stream .video .headline {
      text-align: left;
      font-size: 10vw;
      font-weight: 500;
      padding: 10px 20px 0 20px; }
      @media (min-width: 768px) {
        .news-stream .video .headline {
          position: absolute;
          left: 20px;
          bottom: 20px;
          font-size: 50px;
          font-size: 5rem;
          line-height: 50px;
          line-height: 5rem;
          padding: 0; } }
      @media (min-width: 992px) {
        .news-stream .video .headline {
          max-width: 70%; } }
      .news-stream .video .headline span {
        display: block;
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 19px;
        line-height: 1.9rem;
        font-weight: 300;
        padding-left: 5px; }
  .news-stream .stories {
    position: relative;
    background-color: #1a1a1a;
    height: 100%;
    position: relative;
    text-align: center;
    color: #666666; }
    @media (min-width: 768px) {
      .news-stream .stories {
        float: left;
        width: 40%; } }
    @media (min-width: 992px) {
      .news-stream .stories {
        float: left;
        width: 30%; } }
    .news-stream .stories img {
      padding: 50px 0; }
    .news-stream .stories a {
      display: block;
      text-align: left;
      border-top: 1px solid #3f444c;
      background-color: #1c1f22;
      padding: 15px 20px;
      color: #dfdfdf;
      transition: 0.3s;
      font-size: 15px;
      font-size: 1.5rem; }
      .news-stream .stories a:hover {
        background-color: #111214; }
    .news-stream .stories i {
      color: #4d4d4d;
      float: right; }
    @media (min-width: 768px) {
      .news-stream .stories .content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; } }
    .news-stream .stories .content i {
      position: relative;
      margin-right: 10px; }
    .news-stream .stories .content span {
      display: block;
      padding-bottom: 10px;
      letter-spacing: 2px; }

@media (max-width: 767px) {
  #main-page-container {
    position: relative;
    margin: 60px 0 !important; } }

#th-feed {
  position: relative;
  min-height: 500px;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  background-color: white;
  padding: 0;
  height: 600px;
  overflow: hidden;
  font-size: 15px;
  font-size: 1.5rem;
  color: #666666;
  height: 100%; }
  #th-feed.locked {
    transition: height 0.3s; }
  .active #th-feed {
    height: 100vh;
    width: 100%;
    background-color: white;
    top: -1px;
    bottom: initial;
    right: 0;
    border-radius: 0; }
  @media (max-width: 991px) {
    #th-feed {
      height: 62px;
      min-height: 0;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      border-radius: 0; } }
  #th-feed .stories {
    overflow: scroll;
    height: 100%; }
  #th-feed .channel-news-to-you, #th-feed .channel-most-recent {
    display: none; }
  #th-feed.most-recent .channel-most-recent {
    display: inline; }
  #th-feed.news-to-you .channel-news-to-you {
    display: inline; }
  #th-feed .header {
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #dfdfdf;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500; }
    #th-feed .header i {
      position: relative;
      top: -1px;
      padding-left: 2px;
      font-size: 13px;
      font-size: 1.3rem;
      color: inherit;
      transition: 0.3s; }
    #th-feed .header .dropdown {
      position: relative;
      display: inline-block;
      background-color: transparent;
      cursor: pointer; }
      #th-feed .header .dropdown:hover i {
        color: black; }
      #th-feed .header .dropdown i {
        padding-left: 10px;
        transition: 0.3s; }
    #th-feed .header .dropdown-contain {
      padding-top: 10px;
      display: none;
      position: absolute; }
    #th-feed .header .dropdown-content {
      background-color: transparent;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      border: 1px solid #efefef; }
      #th-feed .header .dropdown-content div {
        border-bottom: 1px solid #efefef;
        padding: 10px 15px;
        background-color: white;
        font-size: 15px;
        font-size: 1.5rem; }
        #th-feed .header .dropdown-content div:last-child {
          border-bottom: 0; }
        #th-feed .header .dropdown-content div:hover {
          background-color: #efefef; }
   /* #th-feed .header .dropdown:hover .dropdown-contain {
      display: block;
      z-index: 1; }*/
    #th-feed .header #filter-icon {
      float: right;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 25px;
      line-height: 2.5rem;
      font-weight: 300;
      cursor: pointer; }
      #th-feed .header #filter-icon:hover i {
        color: black; }
  #th-feed .search {
    padding: 0 10px 0 10px; }
    #th-feed .search input {
      width: 100%;
      margin: 0 auto;
      display: block;
      padding: 10px;
      border-radius: 4px;
      border: 1px solid #dfdfdf;
      box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); }
  #th-feed .story {
    position: relative;
    padding: 20px 40px 20px 20px;
    border-bottom: 1px solid #dfdfdf;
    color: #999999;
    transition: 0.3s; }
    #th-feed .story:hover {
      background-color: #fafafa; }
    #th-feed .story .tc {
      vertical-align: top; }
    #th-feed .story .sponsored {
      color: #666666;
      text-transform: uppercase; }
    #th-feed .story.news .dot {
      background-color: #02afff; }
    #th-feed .story.sports .dot {
      background-color: #f58220; }
    #th-feed .story.life .dot {
      background-color: #fdb913; }
    #th-feed .story.business .dot {
      background-color: #1aaf42; }
    #th-feed .story.politics .dot {
      background-color: #ff002b; }
    #th-feed .story.opinion .dot {
      background-color: #b80dff; }
    #th-feed .story.obits .dot {
      background-color: #c8255d; }
  #th-feed img {
    margin-right: 15px; }
  #th-feed .sponsored {
    display: block;
    font-size: 12px;
    font-size: 1.2rem; }
  #th-feed .dot-contain {
    padding-right: 15px;
    width: 10px;
    height: 10px; }
  #th-feed .dot {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    vertical-align: top; }
  #th-feed .time {
    position: absolute;
    right: 8px;
    bottom: 8px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #cccccc; }
  #th-feed .ad {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #dfdfdf; }
  #th-feed #filter {
    display: none;
    color: #999999;
    background-color: white;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 0;
    background: #f3f3f3; }
    #th-feed #filter.active {
      display: block; }
  #th-feed #towns {
    display: none; }
    #th-feed #towns.active {
      display: block; }
  #th-feed .filter-header {
    padding: 20px 15px 15px 10px;
    cursor: pointer; }
    #th-feed .filter-header:hover {
      font-weight: 500; }
    #th-feed .filter-header.active i {
      transform: rotate(-135deg); }
    #th-feed .filter-header i {
      float: right;
      font-weight: 100;
      transition: 0.3s; }
  #th-feed .filter-tab {
    text-align: center;
    border-bottom: 1px solid #dfdfdf; }
    #th-feed .filter-tab div {
      position: relative;
      float: left;
      width: 50%;
      padding: 10px 0;
      transition: 0.3s;
      cursor: pointer;
      background-color: #f2f2f2;
      color: #cccccc; }
      #th-feed .filter-tab div:first-child {
        border-right: 1px solid #dfdfdf; }
      #th-feed .filter-tab div.active {
        background-color: white;
        color: inherit;
        font-weight: 500; }
      #th-feed .filter-tab div:hover {
        color: inherit; }
  #th-feed .filter-section {
    position: relative;
    line-height: 25px;
    line-height: 2.5rem; }
    #th-feed .filter-section.section {
      border-bottom: 1px solid #dfdfdf; }
    #th-feed .filter-section .circle {
      margin-right: 5px;
      width: 10px;
      height: 10px;
      border: 2px solid #dfdfdf;
      border-radius: 10px;
      display: inline-block; }
    #th-feed .filter-section .item-contain {
      height: 0;
      opacity: 0;
      transition: 0.3s;
      overflow: hidden; }
      #th-feed .filter-section .item-contain.active {
        height: auto;
        opacity: 1;
        padding: 20px; }
        #th-feed .filter-section .item-contain.active .filter-item {
          opacity: 1;
          transition-delay: 0.6s;
          transition: 0.6s; }
    #th-feed .filter-section .item-set {
      width: 30.5084745763%;
      float: left;
      margin-right: 1.6949152542%;
      vertical-align: top; }
      #th-feed .filter-section .item-set:last-child {
        width: 30.5084745763%;
        float: right;
        margin-right: 0; }
    #th-feed .filter-section .state-header {
      color: #02afff;
      font-weight: 500;
      margin-bottom: 5px; }
    #th-feed .filter-section .filter-item {
      opacity: 0;
      transition-delay: 0;
      cursor: pointer;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17px;
      line-height: 1.7rem;
      margin-bottom: 5px; }
      #th-feed .filter-section .filter-item .tc {
        vertical-align: top; }
        #th-feed .filter-section .filter-item .tc:first-child {
          width: 20px; }
      #th-feed .filter-section .filter-item:hover {
        transition: 0.3s; }
        #th-feed .filter-section .filter-item:hover.news {
          color: #02afff; }
        #th-feed .filter-section .filter-item:hover.sports {
          color: #f58220; }
        #th-feed .filter-section .filter-item:hover.life {
          color: #fdb913; }
        #th-feed .filter-section .filter-item:hover.business {
          color: #1aaf42; }
        #th-feed .filter-section .filter-item:hover.politics {
          color: #ff002b; }
        #th-feed .filter-section .filter-item:hover.dynamic {
          color: #333; }
        #th-feed .filter-section .filter-item:hover.opinion {
          color: #b80dff; }
        #th-feed .filter-section .filter-item:hover.obits {
          color: #c8255d; }
      #th-feed .filter-section .filter-item.chosen {
        transition: 0.3s; }
        #th-feed .filter-section .filter-item.chosen .circle {
          background-color: #dfdfdf; }
        #th-feed .filter-section .filter-item.chosen.news {
          color: #02afff; }
          #th-feed .filter-section .filter-item.chosen.news .circle {
            background-color: #02afff;
            border-color: #02afff; }
        #th-feed .filter-section .filter-item.chosen.sports {
          color: #f58220; }
          #th-feed .filter-section .filter-item.chosen.sports .circle {
            background-color: #f58220;
            border-color: #f58220; }
        #th-feed .filter-section .filter-item.chosen.life {
          color: #fdb913; }
          #th-feed .filter-section .filter-item.chosen.life .circle {
            background-color: #fdb913;
            border-color: #fdb913; }
        #th-feed .filter-section .filter-item.chosen.business {
          color: #1aaf42; }
          #th-feed .filter-section .filter-item.chosen.business .circle {
            background-color: #1aaf42;
            border-color: #1aaf42; }
        #th-feed .filter-section .filter-item.chosen.politics {
          color: #ff002b; }
          #th-feed .filter-section .filter-item.chosen.politics .circle {
            background-color: #ff002b;
            border-color: #ff002b; }
        #th-feed .filter-section .filter-item.chosen.dynamic {
          color: #333; }
          #th-feed .filter-section .filter-item.chosen.dynamic .circle {
            background-color: #333;
            border-color: #333; }
        #th-feed .filter-section .filter-item.chosen.opinion {
          color: #b80dff; }
          #th-feed .filter-section .filter-item.chosen.opinion .circle {
            background-color: #b80dff;
            border-color: #b80dff; }
        #th-feed .filter-section .filter-item.chosen.obits {
          color: #c8255d; }
          #th-feed .filter-section .filter-item.chosen.obits .circle {
            background-color: #c8255d;
            border-color: #c8255d; }
      #th-feed .filter-section .filter-item .circle {
        transition: 0.3s; }

#th-feed .th-dfp-adblock {
  padding: 20px 0;
  border-bottom: 1px solid #dfdfdf; }

#tncms-region-index-primary .th-dfp-adblock, #tncms-region-front-primary .th-dfp-adblock {
  margin-bottom: 20px; }

#site-footer-container {
  display: none; }

.blox-asset .asset-header h1 {
  font-weight: 700; }
.blox-asset h3 {
  margin: 40px 0 10px; }
.blox-asset .photo-carousel .caption-container {
  padding: 20px 20px 10px 20px; }
.blox-asset .asset .asset-body p {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 20px;
  font-weight: 300; }
  @media (max-width: 767px) {
    .blox-asset .asset .asset-body p {
      font-size: 4.5vw;
      line-height: 6.5vw; } }
.blox-asset .asset .related-sidebar p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px; }
.blox-asset .related-sidebar {
  margin-top: 55px; }
.blox-asset .share-container.content-above {
  display: none; }
.blox-asset .asset-body {
  margin-top: 30px; }
.blox-asset .label-flag-breaking, .blox-asset .label-flag-alert, .blox-asset .label-flag-weather_alert {
  background-color: #ff002b; }

.obit-dateline {
  font-size: 34px;
  font-size: 3.4rem;
  padding: 20px 0;
  font-weight: 700;
  clear: both; }

.night #main-top-container {
  background-color: #282b30; }

#syncronex-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: rgba(255, 255, 255, 1);
  height: 100%;
  width: 100%; }

#syncronex-loginScreen {
  background-color: white;
  padding: 50px;
  border: 1px solid #cdcdcd;
  width: 300px;
  position: relative;
  left: 50%;
  margin-left: -150px;
  top: 20px;
  border-radius: 4px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  text-align: center; }
  #syncronex-loginScreen .btn {
    display: block;
    margin-top: 10px; }

.card {
  display: block;
  background: white;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  transition: 0.2s;
 /* opacity: 0.25;*/
  transform: translateY(-5px);
  transform-origin: bottom; }
  .card a:hover {
    text-decoration: underline; }
  @media (min-width: 768px) {
    .section-obituaries .card {
      width: 49.1525423729%;
      float: left;
      margin-right: 1.6949152542%;
      height: 120px;
      overflow: hidden; } }
  @media (min-width: 768px) {
    .section-obituaries .card:nth-child(even) {
      width: 49.1525423729%;
      float: right;
      margin-right: 0; } }
  .section-obituaries .card .section, .section-obituaries .card .content {
    display: block;
    width: auto;
    border: 0;
    text-align: left;
    padding: 0;
    margin: 0; }
  .section-obituaries .card .image-contain {
    width: 90px;
    height: 120px;
    background-size: cover;
    background-position: left top !important;
    background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .section-obituaries .card .tc {
      display: table-cell; } }
  .card.cshow {
    opacity: 1;
    transition: 0.5s;
    transform: translateY(0); }
  .card .tc {
    display: block; }
    @media (min-width: 768px) {
      .card .tc {
        display: table-cell; } }
  .card:hover {
    box-shadow: 0 2px 5px rgba(100, 100, 100, 0.1); }
  .card.news .copy .section {
    color: #02afff; }
  .card.news .section-links {
    background-color: #02afff; }
  .card.sports .copy .section {
    color: #f58220; }
  .card.sports .section-links {
    background-color: #f58220; }
  .card.life .copy .section {
    color: #fdb913; }
  .card.life .section-links {
    background-color: #fdb913; }
  .card.obits .copy .section {
    color: #c8255d; }
  .card.obits .section-links {
    background-color: #c8255d; }
  .card.business .copy .section {
    color: #1aaf42; }
  .card.business .section-links {
    background-color: #1aaf42; }
  .card.politics .copy .section {
    color: #ff002b; }
  .card.politics .section-links {
    background-color: #ff002b; }
  .card.opinion .copy .section {
    color: #b80dff; }
  .card.opinion .section-links {
    background-color: #b80dff; }
  .card.image .section {
    font-size: 14px;
    font-size: 1.4rem;
    padding-right: 0;
    text-align: left;
    border: 0;
    margin-bottom: 5px; }
  .card.image .content {
    padding-left: 0; }
  .card.todays {
    position: relative; }
    .card.todays .photo {
      position: relative;
      height: 400px;
      width: 100%; }
    .card.todays .video {
      position: relative;
      /*height: 400px;*/
      width: 100%; }
  .card#image-gallery-card .photo .single-photo {
    width: 100%;
    height: 400px;
    opacity: 0;
    transition: 0.3s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #333; }
    .card#image-gallery-card .photo .single-photo.vertical {
      background-size: contain; }
  .card#image-gallery-card .photo .active {
    display: inline-block;
    opacity: 1; }
  .card#video-gallery-card .video .single-video {
    width: 100%;
    /*height: 400px;*/
    opacity: 0;
    transition: 0.3s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
	display:none;}
  .card#video-gallery-card .video .active {
    opacity: 1; }
  .card.featured .image-contain {
    height: 200px;
    width: 100%;
    background-position: center; }
    @media (min-width: 768px) {
      .card.featured .image-contain {
        height: 350px; } }
    @media (min-width: 768px) {
      .card.featured .image-contain.tc {
        width: 350px;
        height: 350px; } }
  .card.featured h2 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 25px;
    line-height: 2.5rem; }
    @media (min-width: 768px) {
      .card.featured h2 {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 35px;
        line-height: 3.5rem; } }
  .card.featured .copy {
    padding: 30px; }
  .card.main-section h2 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 25px;
    line-height: 2.5rem; }
    @media (min-width: 768px) {
      .card.main-section h2 {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 35px;
        line-height: 3.5rem; } }
  .card.main-section .image-contain {
    height: 400px;
    width: 100%;
    background-position: center; }
    @media (min-width: 768px) {
      .card.main-section .image-contain.tc {
        width: 350px;
        height: 100%; } }
  .card.main-section .section {
    font-size: 14px;
    font-size: 1.4rem;
    padding-right: 0;
    text-align: left;
    border: 0;
    width: auto;
    margin-bottom: 5px; }
  .card.main-section .content {
    padding-left: 0; }
  .card.main-section .copy {
    padding: 30px; }
  .card.main-section .more {
    text-transform: uppercase;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px; }
  .card.main-section .base-section {
    position: relative;
    font-size: 18px;
    font-size: 1.8rem; }
    @media (min-width: 768px) {
      .card.main-section .base-section {
        float: left; } }
    .card.main-section .base-section:hover {
      text-decoration: none; }
      .card.main-section .base-section:hover i {
        left: 5px; }
    .card.main-section .base-section i {
      position: relative;
      transition: 0.3s;
      left: 0; }
    .card.main-section .base-section span {
      font-weight: 500; }
  .card.main-section .subsections {
    position: relative;
    margin-top: 15px;
    font-size: 13px;
    font-size: 1.3rem;
    display: none;
    letter-spacing: 0.05rem; }
    @media (min-width: 768px) {
      .card.main-section .subsections {
        float: right;
        margin-top: 0;
        display: inline-block; } }
    .card.main-section .subsections span {
      display: none; }
      @media (min-width: 768px) {
        .card.main-section .subsections span {
          display: inline; } }
    .card.main-section .subsections a {
      display: block;
      margin-top: 10px; }
      .card.main-section .subsections a:hover {
        text-decoration: underline; }
      @media (min-width: 768px) {
        .card.main-section .subsections a {
          display: inline;
          margin-top: 0; } }
  .card.main-section .section-links {
    color: white;
    padding: 20px 30px;
    font-size: 16px;
    font-size: 1.6rem;
    overflow: hidden; }
    @media (min-width: 768px) {
      .card.main-section .section-links {
        padding: 20px 40px; } }
    .card.main-section .section-links a {
      font-weight: 300; }
      .card.main-section .section-links a:hover {
        color: inherit; }
  .card h2 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 25px;
    line-height: 2.5rem;
    font-weight: 700;
    letter-spacing: -1px;
    color: #333;
    margin-bottom: 0; }
  .card .section {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #02afff;
    text-transform: uppercase;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .card .section {
        font-size: 20px;
        font-size: 2rem;
        text-align: right;
        padding-right: 60px;
        border-right: 1px solid #dfdfdf;
        width: 200px;
        margin-bottom: 0; } }
  .card .copy {
    color: #666666;
    padding: 25px 20px; }
    @media (min-width: 1200px) {
      .card .copy {
        padding: 30px 60px 30px 40px; } }
  @media (min-width: 768px) {
    .card .content {
      padding-left: 20px; } }
  @media (min-width: 1200px) {
    .card .content {
      padding-left: 60px; } }
  .card .subhead {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 10px 0 0 0; }
  .card .image-contain {
    width: 200px;
    height: 100%;
    background-size: cover;
    background-position: center; }
    .section-obituaries .card .image-contain {
      background-position: center; }
    @media (max-width: 767px) {
      .card .image-contain {
        height: 200px;
        width: 100%; } }
    @media (min-width: 1200px) {
      .card .image-contain {
        width: 240px; } }
  .card .related {
    border-top: 1px solid #dfdfdf;
    margin-top: 15px;
    padding-top: 35px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    line-height: 1.8rem; }
    .card .related a {
      transition: 0.3s; }
      .card .related a:hover {
        color: #444; }
    .card .related .item {
      padding-top: 5px;
      vertical-align: top; }
      @media (min-width: 768px) {
        .card .related .item {
          border-right: 1px solid #dfdfdf;
          padding: 5px 20px; } }
      .card .related .item:first-child {
        padding-left: 0; }
      .card .related .item:last-child {
        padding-right: 0;
        border-right: 0; }
      .card .related .item i {
        margin-right: 5px; }
      .card .related .item span {
        margin-right: 5px;
        font-weight: 700;
        text-transform: uppercase; }
  .card .prev {
    position: absolute;
    height: 60px;
    line-height: 60px;
    top: 50%;
    left: 0;
    margin-top: -30px;
    padding: 0 15px;
    border: 1px solid #dfdfdf;
    border-left: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: rgba(255, 255, 255, 0.8);
    transition: 0.3s; }
    .card .prev:hover {
      background-color: white; }
    .card .prev i {
      color: #02afff;
      font-size: 18px; }
  .card .next {
    position: absolute;
    height: 60px;
    line-height: 60px;
    top: 50%;
    right: 0;
    margin-top: -30px;
    padding: 0 15px;
    border: 1px solid #dfdfdf;
    border-right: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: rgba(255, 255, 255, 0.8);
    transition: 0.3s; }
    .card .next:hover {
      background-color: white; }
    .card .next i {
      color: #02afff;
      font-size: 18px; }

.card.business {
  border-top: 1px solid #dfdfdf;
  margin: 0 0 20px 0; }
  
  @media (max-width: 767px)
  {
   .th-logo {
	 display: none;
   }
   .th-logo-mobile {
	 display: inline;
   }  
  }
  
  @media screen and (min-device-width: 600px) and (max-device-width: 1200px) { 
    /* STYLES HERE */
	.asset-paging-container {display: none !important;}
}

	#news-feed-close {
			display: none; /*inline-block;*/
			width: 100%;
			background-color:blue;
			font-size:16px;
			height:25px;
			font-family:"franklin-gothic-urw", sans-serif;
			cursor:pointer;
			text-align:center;
	}
	
	#news-feed-close span {
			color:white;
			line-height:25px;
	}

a.mobile_only_nav_link{
	display: none;	
}

  @media screen and (max-device-width: 600px){ 
	.mobile_only_nav_link {
		display: block;	
	}
}
