* {
    margin: 0;
    padding: 0;
}

@font-face {
  font-family: "abril-tiling";
  src: url(fonts/abril-titling/AbrilTitlingEb.ttf);
}

@font-face {
  font-family: "inter";
  src: url(fonts/inter/Inter-Regular.otf)
}

@font-face {
  font-family: "inter-bold";
  src: url(fonts/inter/Inter-Bold.otf)
}

@font-face {
  font-family: "Times New Roman";
  src: url(fonts/times-new-roman/times.ttf)
}

html,body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

h1 {
    font-family: "abril-tiling", serif;
    font-weight: 400 !important;
}

h2 {
  font-family: "inter-bold", sans-serif;
}

h3, h4, h5, h6, p {
    font-family: "inter", sans-serif;
  }

h5, h6 {
  font-weight: 400;
}

h5 {
    background-color: #f8f8ff;
    padding: 10px;
    border-left: 5px solid #e0e1e0;
}

hr {
  border-top: 1px solid #fdfdfd!important;
}


.article-gallery {
  margin-top: 20px; /* adjust to taste */
}

/* IMAGE WRAP AROUND */

.article-image-left {
  float: left;
  margin-right: 15px;
}

.article-image-right {
  float: right;
  margin-left: 15px;
}

/* POST ADDITIONS */

/* Memo Bullet (for Municipal Memos, etc.) */
ul.memo {
  list-style-type: none;
}

ul.memo li:before {
  position: absolute;
  font-family: 'FontAwesome';
          /*  Use the Name of the Font Awesome free font, e.g.:
           - 'Font Awesome 5 Free' for Regular and Solid symbols;
           - 'Font Awesome 5 Brand' for Brands symbols.
           - 'Font Awesome 5 Pro' for Regular and Solid symbols (Professional License);
          */
  content: "\f138"; /* Unicode value of the icon to use: */
  font-weight: 500; /* This is important, change the value according to the font family name
                       used above. See the link below  */
  margin:0 5px 0 -30px;
}

/* Sidebar (for more info, ads, etc.) */

.article-sidebar {
  background-color: #fafafa;
  border-left: 5px solid #3e5a9d;
  padding: 10px 12px 0px 12px;
  margin-bottom: 20px;
}

.article-sidebar p, .article-sidebar h1, .article-sidebar h2, .article-sidebar h3, .article-sidebar h4 {
  margin-bottom: 10px!important;
}


/* Live Section -- Turn OFF */
.livesection {display: none;}


h3.tagline {
  font-size: 30px;
  margin-top: -50px;
  padding: 0 3% 20px 3%;
}

h3.tagline a {
color: #595959;
text-decoration-color: rgba(255,255,255,.2);
transition: 0.25s ease-in-out;
}


h3.tagline a:hover {
text-decoration-color: rgba(20,20,20,0.2);
transition: 0.25s ease-in-out;
}

.more {
 margin-left: auto;
 padding: 40px 3%;
}
.more h2 {
  font-size: 14px;
  text-transform: uppercase;
}

.more h2 a {
  color: #4f4f4f;
  text-decoration: none;
}

.more h2 a:hover {
  color: #BEBEBE;
}

.more-neighbors {
  padding-top: 20px;
  background-color: rgba(224, 224, 224, .3);
  width: 100%;
  float: right;
  border-bottom: 1px solid #e0e0e0;
}

span.arrow-size {
  font-size: 8x!important;
}


hr.section-divider {
  margin: 0 3%;
  border-top: 1px solid #fdfdfd;
}

span.tiny-arrow {
  vertical-align: middle;
  font-size: 9px;
}

article ul li {
  font-size: 1.25rem;
  font-family: "Times New Roman", georgia, garamond, serif;
  line-height: 1.6;
  margin-bottom: 18px;
}

.a2a_kit {
  padding-top: 10px;
  padding-right: 5px;
}

.a2a_button_facebook, .a2a_button_x, .a2a_button_linkedin, .a2a_button_email, .a2a_button_copy_link { 
  padding-right: 5px; 
}

.topic-header-container {
  margin: 0px 0px 20px 0px;
}

.topic-header-container .block-title {  
  border-bottom: 1px solid #333333!important;
  width: 95%;
}

.topic-header-container .block-title h2 {
  font-size: 2.5rem;
  letter-spacing: -3px;
}

.topic-header-container .block-title h2 a {
  color: black!important;
  text-decoration: none!important;
}

.newsfeed-header-wrapper {
  margin: 0 auto;
  width: 97%;
}

.newsfeed-header-top {
  max-width: 1220px;
  margin: 0 auto!important;
  /*padding: 60px 20px 20px 20px!important;*/
}


.newsfeed-header-top .right-line {
        width: 100%;
        margin-top: 0;
        margin-bottom: 30px;
        border-bottom: 4px solid #eff0e8;
        text-align: left;  
}


span.calendar-items {
    font-family: "inter-bold", sans-serif;
    text-transform: uppercase;
    font-size: 17px;
}

/* IMAGE POPUP INFO STYLES
=====================================*/
  /* Popup Styles */
    .header-image { position: relative; }
    .magnify-btn {
      position: absolute;
      top: 75px;   /* 50px down */
      right: 25px; /* 20px from right */
      font-size: 28px;
      cursor: pointer;
      border: none;
      background: none;
      color: #fff;
      text-shadow: 0 0 5px rgba(0,0,0,0.5);
      transition: transform 0.2s ease, color 0.2s ease;
    }
    .magnify-btn:hover { transform: scale(1.2); color: #778BBA; }
    .popup-overlay {
      display: none; position: fixed!important; top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(11,11,11,0.6);
      justify-content: center; align-items: center;
      z-index: 9999;
    }
    .popup-content {
      background:#000; 
      color: #fff;
      padding: 10px 0px;
      padding: 25px;
      max-width: 700px; 
      width: 70%;
      border-radius: 0px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.9);
      position: relative;
      animation: fadeIn 0.3s ease-in-out;
      line-height: 1.5;
      font-family: "inter", sans-serif;
    }

  
    
    .popup-close {
      position: absolute; top: 10px; right: 15px;
      font-size: 30px; cursor: pointer; color: #fff; text-shadow: 0 0 5px rgba(0,0,0,0.5);
    }
    .popup-close:hover { color: #9e9e9e; }
    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(-10px); }
      to { opacity: 1; transform: translateY(0); }
    }


 .popup-content img {
  width: 100%!important;
  padding-bottom: 10px!important;
 }

.popup-content p {
   color: #fff;
   padding: 10px 0px;
}

span.photographer {
    font-family: "inter-bold", sans-serif;
    color: #afafaf;
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: uppercase;
  }
  
  span.photographer a {
    color: #949494;
    text-decoration: underline;
    text-decoration-color: #afafaf;
    text-decoration-thickness: .5px;
    text-underline-offset: 3px;
  }

/* LIVE SECTION 
====================*/

.livesection {
  border-top: 1px solid lightgray;
  margin-top: 66px;
  padding: 10px 3%;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
  background-color: #000;
}

p.livealert {
  color: rgba(234, 0, 23, 1)!important;
}

.livesection ul {
  text-decoration: none;
 
}

.livesection ul li {
  display: inline-block;
  padding: 0px 15px;
  margin: 0 auto;
}

.livesection ul li.alert {
  color:rgba(234, 0, 23, 1);
}

.livesection ul li a {
  color: white;
  text-decoration: none;
}

.livesection ul li a:hover {
  color: #eee; 
}



/* HOMEPAGE
==============================*/


/*.main-story-transparent {
  background: rgba(0,0,0,.3);
}*/

/* Top Story on Main Page
-------------------------------*/

.topstory {
  width: 55%;
  bottom: 0;
  padding: 8% 5%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.topstory h1 {
    font-size: 65px;
    line-height: 1.15;
    text-shadow: 2px 2px rgba(118,123,141,0.2);
}


.topstory h2 {
  color: #9eafd8; /* #d3d4d8; #ebecf0; 9fb0d9;*/
  padding: 20px 0px;
}

.topstory h3 {
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

.topstory h4 {
  color: #c1c2c7;
}

.topstory img.portrait {
  width: 30px;
  border-radius: 50%;
  vertical-align: middle;
}

span.byline {
padding-left: 10px;
}

span.byline a {
  color: #e5eaf5;
}

span.date {
  padding-left: 15px;
}

.topstory h1 a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color:rgba(255,255,255,.2);
  text-decoration-thickness: 8px;
  
}

.topstory  h1 a:hover {
  text-decoration-color: #3e5a9d /*#004aad*/;
  transition: 0.25s ease-in-out;
}




h2.section  {
  color: #3e5a9d;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke: 2px #3e5a9d;
  font-size: 70px;
  padding: 1% 3%;
}


/* News Feed Section
------------------------*/
.newsfeed {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.newsfeed-list-spacer {
  margin-top:60px; 
  margin-bottom:0px;
  padding:0px 10px;
}

.newsfeed-header-left {
  width: 13px;
  float: left;
  padding-top: 5px;
}

.newsfeed-header-left-line {
    border-left: 5px solid #3e5a9d;
    height: 16px;
  }


  .newsfeed-header-right h3 {
    text-transform: uppercase;
    color: #3b3b3b;
    font-weight: 500;
  }

.latest {
  background-color: #eee;
  margin: 40px 5% 0 0;
  padding: 20px;
  border: 1px solid #e0e0e0;
}

.latest h1 {
  color: #000;
  font-size: 25px;
}

.latest p {
  color: #000; 
}

h2.section-news {
  color: #3e5a9d;
  -webkit-text-fill-color: #eee; /* Will override color (regardless of order) */
  -webkit-text-stroke: 1px rgba(62,90,157,.5);
  font-size: 40px;
  padding: 1% 3%;
}




.latest-news-item {
  width: 100%;
  padding: 20px 0px;
  display: block;
  clear: both;
}

.latest-news-item-left {
  width: 40%;
  float: left;
}

.latest-news-item-left img {
  max-width: 100%;
}

.latest-news-item-right {
  width: 55%;
  float: right;
}

.latest-news-item-right h3 {
  font-size: 15px;
  font-weight: 500;
}

.latest-news-item-right h3 a {
  color: black;
  text-decoration: none;
  /*text-decoration-color: rgba(43, 42, 42, 0.2);*/
}

.latest-news-item-right h3 a:hover {
  text-decoration: underline;
  text-decoration-color: #3e5a9d;
  transition: 0.25s ease-in-out;
}

.latest-news-item-right h4 {
  color: #949494;
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
}

h3.tagline-blue {
  color: #3e5a9d;
  font-size: 18px;
  margin-top: -28px;
  padding: 0 3% 10px 3%;
}

span.red-alert {
  color: #D0021B;
  font-size: 10px;
}

span.red-alert-author {
  font-size: 10px;
}

hr.gray-line {
  border-top: 1px solid lightgray;
}


.feed-post {
  border: 1px solid lightgray;
  background-color: #fff;
  border-radius: 10px;
  padding: 8px;
  box-shadow: 2px 4px rgba(190, 207, 219, .2);
  margin: 15px 0;
}

.feed-byline {
  width: 100%;
}

.feed-byline-left {
  width: 10%;
  float: left;
}

img.portrait-feed {
  width: 22px;
  border-radius: 50%;
  vertical-align: middle;
}

.feed-byline-right h3 {
  color: #bebebe;
  font-size: 9px;
}

.feed-byline-right h4 {
  color: #808080;
  text-transform: uppercase;
  font-size: 10px;
}



.feed-byline-right {
  width: 90%;
  float: right;
}

.feed-post .feed-item {
  padding: 27px 0 0 0;
}

.feed-item p, .feed-item img {
  padding: 6px 0px;
}
.feed-post .feed-item img {
  width: 100%;
}

.feed-more p {
  font-size: 15px;
  font-weight: bold;
  float: right;
}

.feed-more p a {
  color: #3e5a9d;
  text-decoration: none;
}

.feed-more p a:hover {
  color: gray;
}












/* MORE PAGES NEWS FEED SECTION
-----------------------------------*/

.newsfeed-more {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 40px;
  margin-bottom: 50px;
}

.read-more {
  padding: 0;
}

.read-more .newsfeed-more {
  padding-top: 0px!important;
  margin-bottom: 0px!important;
}

.read-more .newsfeed-more .latest-more {
  width: 100%!important;
  padding: 0px!important;
  margin-bottom: 30px;
}

.read-more h3 a {
  font-weight: 400!important;
  font-size: 24px!important;
}

.newsfeed-header-left-more {
  width: 13px;
  float: left;
  padding-top: 5px;
}

.newsfeed-header-left-line-more {
    border-left: 5px solid #3e5a9d;
    height: 15px;
  }

  .newsfeed-header-left-line-more-communities {
    border-left: 5px solid #2f6146;
    height: 15px;
  }

  .newsfeed-header-left-line-more-neighbors {
    border-left: 5px solid #702a4f;
    height: 15px;
  }

  .newsfeed-header-left-line-more-living {
    border-left: 5px solid #faaf3b;
    height: 15px;
  }

  .newsfeed-header-right-more h3 {
    text-transform: uppercase;
    color: #3b3b3b;
    font-weight: 500;
  }

.latest-more {
  width: 90%;
  margin: 0 auto;
  padding: 0px;
}

.latest-more h1 {
  color: #000;
  font-size: 25px;
}

.latest-more p {
  color: #000; 
}

.latest-news-item-right-more {
  padding-left: 10px;
}

.latest-news-item-right-more h2 .news-more {
  font-family: "inter-bold", sans-serif;
  color: #3e5a9d;
  text-transform: uppercase;
  font-size: .75rem;
}

.latest-news-item-right-more h2 span.other-more {
  color: #aaaaaa;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 400;
}

.latest-news-item-right-more h2 .obituaries-more {
  color: #3e5a9d;
  text-transform: uppercase;
  font-size: .75rem;
}

.latest-news-item-right-more h2 .communities-more {
  color: #3e5a9d;
  text-transform: uppercase;
  font-size: .75rem;
}

.latest-news-item-right-more h2 .valley-life-more {
  color: #3e5a9d;
  text-transform: uppercase;
  font-size: .75rem;
}


h2.section-news-more {
  color: #3e5a9d;
  -webkit-text-fill-color: #eee; /* Will override color (regardless of order) */
  -webkit-text-stroke: 1px rgba(62,90,157,.5);
  font-size: 40px;
  padding: 1% 3%;
}




.latest-news-item-more {
  width: 100%;
  padding: 0px;
  display: block;
  clear: both;
}

.more-divider-container {
  display: block;
  clear:both;
  width: 100%;
  padding: 5px 0px;
}

.more-divider-container:nth-last-of-type(1){
  display: none;
}

hr.more-divider {
  border-top: 1px solid #fdfdfd;
}

.latest-news-item-left-more {
  width: 25%;
  float: left;
}

.latest-news-item-left-more img {
  max-width: 100%;
  padding-left: 0px;
  padding-top: 0!important;
}

.latest-news-item-right-more {
  width: 73%;
  float: right;
}

.latest-news-item-right-more h2 {
  color: #3e5a9d;
  font-size: .7rem;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.latest-news-item-right-more h3 {
  font-size: 1.5rem;
  line-height: 1.25;
  font-family: "abril-tiling", serif;
  padding: 0 0 5px 0;
}

.latest-news-item-right-more h3 a {
  color: black;
  text-decoration: none;
}

.latest-news-item-right-more h3 a:hover {
  color: #3e5a9d;
  transition: 0.25s ease-in-out;
}

.latest-news-item-right-more h4 {
  font-family: "inter", sans-serif;
  color: #515151;
  font-size: 0.9rem;
  font-weight: 400;
}

.latest-news-item-right-more h4 a {
  color: #3e5a9d;
  text-decoration: none;
}

.latest-news-item-right-more h4 .date-small-more {
  padding-left: 10px;
}



.latest-news-item-right-more  img.portrait-small-more {
  border-radius: 50%;
  height: 25px;
  vertical-align: middle;
}



hr.gray-line {
  border-top: 1px solid lightgray;
}


.feed-post {
  border: 1px solid lightgray;
  background-color: #fff;
  border-radius: 10px;
  padding: 8px;
  box-shadow: 2px 4px rgba(190, 207, 219, .2);
  margin: 15px 0;
}


.topic {
  padding: 25px 0;
}



/* LOCAL SECTION
===================*/

/*.local {
    background-color: #3e5a9d; 
}*/


/*Front Page Section Headers
--------------------------------*/

.topic-header-container .block-title .block-title-local h2, .topic-header-container .block-title .block-title-local h2 a {
  text-decoration: underline 7px #3e5a9d!important;
  -webkit-text-decoration: underline;
  -webkit-text-decoration-color: #3e5a9d!important;
  -webkit-text-decoration-style: 7px;
  text-underline-offset: 10.5px;
}


.local-header-container, .communities-header-container, .neighbors-header-container, .living-header-container, .topic-header-container {
  width: 100%;
  padding: 0px 3% 15px 3%;
}

.local-header-container-left, .communities-header-container-left, .neighbors-header-container-left, .living-header-container-left, .topic-header-container-left {
  width: 20px;
  float: left;
}

.local-left-line, .topic-left-line {
  border-left: 6px solid #3e5a9d;
  height: 60px;
  margin-top: 22px;
}

.communities-left-line {
  border-left: 6px solid #2f6146;
  height: 60px;
  margin-top: 22px;
}

.neighbors-left-line {
  border-left: 6px solid #702a4f;
  height: 60px;
  margin-top: 22px;
}

.living-left-line {
  border-left: 6px solid #faaf3b;
  height: 60px;
  margin-top: 22px;
}

/*.local-header-container-right {
  width: 90%;
}*/

h2.section-local, h2.section-topic {
    color: transparent;
    -webkit-text-fill-color: transparent; /* Will override color (regardless of order) #3e5a9d*/
    -webkit-text-stroke: 1px rgba(66,66,66,.5);
    font-size: 70px;
    
  }

  .topic-header-container {
    margin-top: 45px;
  }

  .local-tagline, .topic-tagline {
    /*color: #3e5a9d;*/
    color: #424242;
  }

  .communities-tagline {
    color: #2f6146;
  }

  .neighbors-tagline {
    color: #702a4f;
  }

  .living-tagline {
    color: #faaf3b;
  }

  .local-post { border: 1px solid  #3e5a9d;}

/* ============================
----------- BLOG --------------
=============================*/

.blog, .blog-life, .blog-community, .blog-local {
  width: 100%;
  margin: 0 auto;
}

img.portrait-small {
  width: 20px;
  border-radius: 50%;
  vertical-align: middle;
}

/*span.byline-small {
  padding-left: 5px;
}*/


span.byline-small a {
  color: #3e5a9d;
  text-decoration: none;;
}

.blog-page  {
    margin: 0 auto;
    max-width: 1200px;
    padding: 50px 0px 0px 0px;
  }
  

  .blog, .blog-community, .blog-life {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0px;
  }

  /*.blog {
    background-color: #3e5a9d;
  }*/

.blog-community {
  background-color: #fff;
}

.blog-life {
  background-color: #fff;
}

.blog-post {
    display: flex;
    flex-direction: column;
    width: 32%;
    justify-content: space-around;
    margin: 0 auto;
    padding: 0 3px;
    
  }

.blog-community .blog-post, .blog-life .blog-post {
    width: 30%;
  }
  
  .blog-post-top img {
      max-width: 100%;
      max-height: 100%;
      top: 0!important;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      /*border: 5px solid rgba(224, 224, 224, .3);*/
  
  }

/*.blog-post-top img.local-img:hover {
  border: 5px solid rgba(62, 90, 157, 1);
}

.blog-post-top img.communities-img:hover {
  border: 5px solid #2f6146;
}

.blog-post-top img.living-img:hover {
  border: 5px solid #faaf3b;
}*/

  /*.blog-post-top img:hover {
    border: 10px solid rgba(255,255,255,1)!important;
    transition: 0.25s ease-in-out;

  }*/
  
  .blog-post-bottom {
    height: 100%;
    padding: 20px;
    background-color: #fff;
    margin: -30px 5% 20px 5%;
  }


.local .blog-post-bottom h1, .communities .blog-post-bottom h1, .living .blog-post-bottom h1 {
  font-size: 1.6rem;
}

  .blog-post-bottom h1 {
    padding: 10px 0px;
  }
  
  .blog-post-bottom h3, .blog-post-bottom h4 {
    padding: 0;
  }
  
  .blog-post-bottom h2 {
    font-size: .75rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #3e5a9d;
  }
  
span.news, span.community, span.life, span.neighbors, span.business  {
    background-color: white;
    padding: 3px 0px;
}

  .blog-post-bottom h1 {
    line-height: 1.25;
    padding-top: 7px;
    font-size: 1.6rem;
  }
  
  /*.blog-post-bottom h1 a {
    color: black;
    text-decoration: none;
    /*text-decoration-color: rgba(43, 42, 42, 0.2);
  }*/
  
  .blog-post-bottom h1 a:hover {
      text-decoration-color: #3e5a9d /*#004aad*/;
      transition: 0.25s ease-in-out;
  }
  
  .blog-post-bottom h3 {
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.375rem;
    font-style: normal;
    padding-top: 7px;
  }
  
  .blog-post-bottom h4 {
    font-size: 0.6875rem;
    font-weight: 500;
    line-height: 0.75rem;
    text-transform: uppercase;
    margin: 0;
    color: #999;
    padding-top: 7px;
  }
  
  /* --- Page Navigation --- */
  .page-nav {
    display: flex;
    margin-top: 40px;
    width: 100%;
  }
  
  .page-nav-left {
    display: flex;
    width: 48%;
    align-items: flex-start;
  }
  
  .page-nav-right {
    display: flex;
    width: 48%;
    justify-content: flex-end!important;
  }
  
  .page-nav .page-nav-left h2 a, .page-nav .page-nav-right h2 a {
    text-decoration: none!important;
    color: gray!important;
  }
  
  .page-nav .page-nav-left h2 a:hover, .page-nav .page-nav-right h2 a:hover  {
    text-decoration: underline;
  }



/* Story tip 
--------------------------------*/
.story-tip {
  border: 1px solid lightgray;
  border-radius: 10px;
  padding: 20px 15px;
  margin-top: 50px;
  display: flex;
}

.story-tip-left {
  float: left;
  width: 20%;
  align-content: center;
  padding-right: 10px;
}

.story-tip-left img {
  width: 100%!important;
  padding-top: 0!important;
}

.story-tip-right {
  float: right;
  width: 80%;
  align-content: center;
}

.story-tip-right h3 {
  font-size: 1.15rem; 
  line-height: 1.5;
  padding-bottom: 5px;
  font-family: "inter-bold", sans-serif;
}

.story-tip-right p {
  line-height: 1.5;
  font-size: 1rem;
  font-family: "inter", sans-serif;
}


  /* COMMUNITIES 
  ========================*/
  .communities {
    /*background-color: #2f6146;*/
    /*width: 99%;*/
  }

  h2.section-communities {
    color: #fff;
    -webkit-text-fill-color: #fff; /* Will override color (regardless of order) */
    -webkit-text-stroke: 1px rgba(47,97,70,.5);
    font-size: 70px;
  }

  .topic-header-container .block-title .block-title-communities h2,   .topic-header-container .block-title .block-title-communities h2 a {
    text-decoration: underline 7px #2f6146;
    -webkit-text-decoration: underline;
    -webkit-text-decoration-color: #2f6146;
    -webkit-text-decoration-style: 7px;
    text-underline-offset: 10.5px;
  }

  
  /* NEIGHBORS 
  ========================*/

  .topic-header-container .block-title .block-title-neighbors h2, .topic-header-container .block-title .block-title-neighbors h2 a {
    text-decoration: underline 7px #702a4f;
    -webkit-text-decoration: underline;
    -webkit-text-decoration-color: #702a4f;
    -webkit-text-decoration-style: 7px;
    text-underline-offset: 10.5px;
  }

  h2.section-neighbors {
    /*color: rgba(224, 224, 224, .3);*/
    -webkit-text-fill-color: rgba(224, 224, 224, 0); /* Will override color (regardless of order)*/
    -webkit-text-stroke: 1px rgba(112,42,79,.5);
    font-size: 70px;
}

#neighbors {
  padding-bottom: 40px;
}

  .neighbors {
    width: 100%;
    background-color: rgba(224, 224, 224, .3);
    /*padding-bottom: 40px;*/
  }



  .neighbors-front {
    padding: 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    background-color: rgba(224, 224, 224, .3);
    border-bottom: 1px solid #e0e0e0;
  }

  .neighbor-front-posts {
    width: 100%;
    padding-bottom: 10px;
  }

  .neighbor-post {
    display: inline-flex;
    flex-direction: column;
    width: 7%;
    justify-content: space around;
    margin: 0 auto;
    padding: 0 3px;
  }

  .neighbor-post h2, .neighbor-post h3 {
    margin: 0 auto;
  }

  .neighbor-post h2 {

   font-size: 15px;
   color: #fff;
   text-align: center;
  }

  .neighbor-post h3 {
    font-family: "Old Standard TT", serif;
    font-style:italic;
   color: #fff;
   text-align: center;
   font-size: 15px;
  }

  .neighbor-post img {
    position: relative; 
    width: 120px; 
    height: 120px; 
    overflow: hidden; 
    border-radius: 50%;
    border: 3px solid rgba(224, 224, 224,.8);

  }

  .neighbor-post img:hover {
    border: 3px solid rgba(112,42,79,.8);
    transition: 0.25s ease-in-out;
  }


  /*Obituaries
  --------------------------------*/


.topic-header-container .block-title {  
  border-bottom: 1px solid #333333!important;
  padding-bottom: 2px;
  width: 95%;
}

.topic-header-container .block-title h2 {
  font-size: 2.5rem;
  letter-spacing: -3px;
}

.topic-header-container .block-title .block-title-neighbors h2, .topic-header-container .block-title .block-title-neighbors h2 a {
  text-decoration: underline 7px #702a4f!important;
  -webkit-text-decoration: underline;
  -webkit-text-decoration-color: #702a4f!important;
  -webkit-text-decoration-style: 7px;
  text-underline-offset: 10.5px;
}


  .obituaries-container {
    background-color:#f0e9ed; 
    width: 95%;
    margin: 0 auto;
    border: 1px solid #d4bfca;
  }
  .obituaries-header {
    padding: 20px 3% 10px 3%;

  }

  .obituaries-header-left {
    width: 13px;
    float: left;
    padding-top: 2px;
  }
  
  .obituaries-header-left-line {
      border-left: 5px solid #702a4f;
      height: 15px;
      margin-top: 4px;
    }
  
  
    .obituaries-header-right h3 {
      text-transform: uppercase;
      color: #3b3b3b;
      font-weight: 500;
    }

    .more-obituaries {
      margin-left: auto;
      padding: 10px 0 0 0;
     }
     
     .more-obituaries h2 {
      font-size: 14px;
      text-transform: uppercase;
     }

     .more-obituaries h2 a {
       color: #702a4f;
       text-decoration: none;
     }
     
     .more-obituaries h2 a:hover {
       color: #c5a9b8;
     }

  /* LOCAL LIVING
  ================================*/

  h2.section-living {
    color: #fff;
    -webkit-text-fill-color: #fff; /* Will override color (regardless of order) */
    -webkit-text-stroke: 1px rgba(250, 175, 59,.5);
    font-size: 70px;
}
  .living {
    background-color: #fff;
    width: 98%;
  }

  .topic-header-container .block-title .block-title-life h2, .topic-header-container .block-title .block-title-life h2 a {
    text-decoration: underline 7px #faaf3b;
    -webkit-text-decoration: underline;
    -webkit-text-decoration-color: #faaf3b;
    -webkit-text-decoration-style: 7px;
    text-underline-offset: 10.5px;
  }


  /* FOOTER SECTION
  
  .footer {
      width: 100%;
  }

  footer {
    background-color: #141414;
  }

  footer p {
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
  }

  footer p a {
    color: #eee;
    text-decoration: none;
  }

  footer p a:hover {
    text-decoration: underline;
  }

  .footer-bottom {
padding: 20px 3%;
  }

  hr.footer {
    border-top: 1px solid #3f3f3f!important;
  }
===================================*/

  /* -------------------------
  | REGULAR AARTICLE PAGE    |
  ---------------------------*/

hr.page-hr {
  border-top: 1px solid #f7f7f7;
}

.about-image .post-page-container .header-image img {
  width: 100%!important;
}

.post-page-container .header-image img {
   padding-top: 55px!important;
   width: 100vw;
   z-index: -1;
}

/*.post-page-container img {
  width: 100vw;
  z-index: -1;
}*/



.article-container {
  background-color: #fff;
  padding: 20px 20px 30px 20px;
  border-radius: 4px;
  margin-top: -25%!important;
  width: 750px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.article-container a {
  color: black;
  text-decoration: underline;
  text-decoration-color: #3e5a9d;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}


/*article, .headline, .byline, .bio {
  margin: 0 auto;
  max-width: 800px;
}*/

  .headline h1 {
    font-family: "abril-tiling", serif;
    font-weight: 400!important;
    font-size: 3rem;
    line-height: 3.4rem;
  }

  .headline h2 {
    font-family: "inter-bold", sans-serif;
    color: #3e5a9d;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 10px;
  }

  .headline h3 {
    font-family: "inter", sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.8125rem;
    letter-spacing: 0;
    padding: 10px 0px;
    line-height: 1.5;
    color: #444;
  }


  article h1 {
    font-family: "abril-tiling", serif;
    font-weight: 400!important;
    font-size: 1.75rem!important;
    padding: 15px 0px 25px 0px!important;
  }

  article h2 {
    font-family: "inter-bold", sans-serif;
    padding-bottom: 12px;
  }

  article .dateline {
    font-family: "inter-bold", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
  }

  article p {
    font-size: 1.3rem;
    font-family: "Times New Roman", georgia, garamond, serif;
    line-height: 1.6;
    margin-bottom: 25px;
    font-weight: 400!important;
    color: #111;
    text-rendering: optimizeLegibility;
  }

  article ul li {
    margin-left: 7%;
  }

article .dateline {
  margin: 40px 0 0 0;
}

article .dateline p {
  margin-bottom: 10px;
}

  .firstcharacter {
    color: #000;
    float: left;
    font-family: "inter-bold", sans-serif;
    font-weight: bold;
    font-size: 85px;
    line-height: 122px;
    height: 70px;
    padding-top: 0px;
    padding-right: 10px;
  }

  /*article h1 {
    font-size: 1.75rem!important;
    padding: 15px 0px 25px 0px!important;
  }*/



  /* Photo Coding 
  ----------------------------------*/

  .article-container figure {
    margin-left: -80px;
    margin-right: -80px;
  }
  
  figure {
    background-size: cover;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 25px;
  }

  figure img {
    width: 100%!important;
    padding-bottom: 10px!important;
  }
  
  figcaption {
    font-family: "inter", sans-serif;
    font-size: .85rem;
    margin-top: 0px;
    color: #444;
    max-width: 100%;
    line-height: 1.5;
    margin: 0 20px;
  }
  
  
  /*span.photographer {
    font-family: "inter-bold", sans-serif;
    color: #7a7a7a;
    font-size: 0.6rem;
    font-weight: 400;
    text-transform: uppercase;
  }
  
  span.photographer a {
    color: #a9a9a9;
    text-decoration: underline;
    text-decoration-color: #3e5a9d;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
  }*/
   
  figcaption.full {
    margin-left: 0px;
    margin-right: 0px;
  }
  






  .section-description h2 {
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    line-height: 1.5;
    text-transform: none;
  }
  

  .blogmedia {
      margin-top:-50px;
  }


  
.article-byline {
  display: flex; 
}
 

.article-byline-left {
  display: flex;
  width: 90px;
  padding-right: 10px;
}

.article-byline-left img {
  max-height: 85px;
  border-radius: 50%;
  padding-top:0!important;
}
  
.article-byline-right {

  display: flex;
  flex-direction: column;
}
  .article-byline-right h4, .article-byline-right h5 {
    font-family: "Open Sans", sans-serif;
    margin: 0;
    padding-top: 5px;
    background-color: #fff!important;
    padding: 5px 0 0 0!important;
    border-left: none!important;
    color: #949494;
  }
  
  .article-byline-right h4 {
    font-weight: 600;
  }
  
  .article-byline-right h5 {
    color: #828282;
    text-decoration: solid;
    text-decoration-color: rgba(43, 42, 42, 0.2);
  }


  
  .sharethis-inline-share-buttons {
    padding: 12px 0px 0px 0px;
  }
  
  hr {
    border-top: 1px solid #e2e2e2;
    margin: 20px 0px 15px 0px;
  }
  
  hr.style1 {
    border-top: 1px solid #ebebeb;
    margin: 10px 0px 0px 0px;
  }
  
  hr.style2 {
    border-top: 2px solid black;
    margin: 0px 0px 35px 0px;
  }
  
 /* .bio {
    padding: 15px;
    border-top: 3px solid #16161d;
    border-bottom: 1px solid lightgray;
    background-color: #efefef; 
  }
*/

.bio {
  width: 100%;
  display: flex;
  margin-top: 50px;
  padding-bottom: 20px;
}



.bio-left {
  float: left;
  width: 100px;
}

.bio-left img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding-top: 0!important;
}

.bio-right {
  float: right;
  padding-left: 15px;
  margin-top: -40px;
}

.bio-right .right-line {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        border-bottom: 4px solid #eff0e8;
        text-align: left;    
}

.bio-right .right-line .right-text h2 {
        display: inline;
        padding: 0 12px 0 0;
        background-color: white;
        font-family: "inter-bold", sans-serif;
        font-size: 1.8rem;
        font-weight: bold;
        position: relative;
        letter-spacing: -1.5;
        top: +16px;
    }    

.message {
    padding: 15px;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    background-color: #eee;
  }
  
.message p {
    font-family: "inter", sans-serif;
    font-size: .9rem;
    line-height: 1.6;
}

.bio p {
  font-family: "Times New Roman", georgia,garamond, serif;
  font-size: 1.2rem;
  line-height: 1.6;
}

audio {
  width: 100%;
}

.slug {
  font-family:"inter-bold", sans-serif; 
  font-size: 1.1rem;
}

.slug .fa-solid {
  font-weight: 900;
  margin-right: 5px;
  color: rgba(62,90,157, 0.8);
  font-size: 16px;
}

/* ====================================
OBITUARIES PAGE
======================================*/

.obituary {
  display: block;
  position: relative;
  border: 1px solid #ddd;
  padding: 10px;
  height: 100px;
  /*box-shadow: 2px 2px rgba(190, 207, 219, .2);*/
  box-shadow: 2px 3px rgba(190, 207, 219, .2);
  margin: 15px 0px 25px 0px;
}
.obituary a {
  text-decoration: none;
}

.obituary a p {
  color: #000;
}
.obituary:hover {
  background-color: #f8f9f5;
  border: 1px solid #eee;
}

.obituary-left {
  float: left;
}

.obituary-left img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    overflow: hidden;
    margin-right: 20px;
}

.obituary-right {
  height: 100%;              /* take full height of the parent */
  display: flex;             /* enable flex just for this div */
  flex-direction: column;    /* stack heading + paragraph */
  justify-content: center;   /* center them vertically */
  text-align: left;          /* keep text left-aligned */
}

.obituary-right h3 {
  font-family: "abril-tiling", serif;
  font-weight: 100;
  color: #444;
}

.obituary-right p {
  font-family: georgia, garamond, "Times New Roman", serif;
  font-size: 20px;
  color: #858585!important;
  margin: 0;
  padding: 0!important;
  vertical-align: middle;
}

.obituary-right p a {
  color: #000!important;
}

.obituary-right h3:hover {
  color: #3e5a9d!important; 
  transition: 0.25s ease-in-out!important;
}




.community-briefs-front {
  margin: 0 4%;
  padding: 0 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background-color: #fafafa;
  /*border: 1px solid rgba(47, 97, 70, .2)*/
  border: 1px solid #e0e0e0;
  width: 100%!important;
  padding-bottom: -50px!important;
}

.community-briefs-front  .newsfeed-more .latest-more-community .latest-news-item-more {
  padding: 0!important;
}

.community-briefs-front  .newsfeed-more .latest-more-community .latest-news-item-more .latest-news-item-right-more h3 {
  padding: 0!important;
}




.latest-more-community {
  width: 100%;
  margin: 0 auto;
  margin-bottom: -21px;
}

.latest-more-community hr {
  border-top: 1px solid #e0e0e0;
}
.community-briefs-front .newsfeed-more {margin-bottom: 0!important;}

.newsfeed-header-more-other {
  padding-left: 4%;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}



.newsfeed-header-more .right-line {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        border-bottom: 4px solid #eff0e8;
        text-align: left;    
}

.newsfeed-header-more .right-line .right-text h3 {
        display: inline;
        padding: 0 12px 0 0;
        background-color: white;
        font-family: "inter-bold", sans-serif;
        font-size: 1.5rem;
        font-weight: bold;
        position: relative;
        letter-spacing: -1.5;
        top: +13px;
        color: #444;
    }    









/* BYLINE ON NEWS BRIEFS */


ul#news-byline li {
    display: inline-block;
    margin: 0 auto;
    padding-right: 5px;
  }

ul#news-byline li img {
    width: 20px!important;
    border-radius: 50%;
    vertical-align: middle;
  }


ul#news-byline li h1 {
    font-family: "Old Standard TT", serif;
    font-size: 15px!important;
    font-style:italic;
    font-weight:400;
  }



  /* SUPPORT SECTION */


.support {
  /*border: 1px solid #ffdd00;*/
  margin-top: 30px;
  padding: 20px;
  background-color: #1d1d1d;
  clear: both;
  margin-bottom: 40px;
}

.support-container {
  width: 100%;
}

.support-container a {
    color: white;
    text-decoration: underline;
    text-decoration-color: #ffdd00!important;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}


img.support-right {
  width: 10%;
  float: right;
margin-top: -35px;
margin-right: -5px;
}

.support h2 {
  color: #FFDD00;
  font-family: "inter-bold", sans-serif;
}

.support p {
  margin-top: 10px;
  color: white;
  line-height: 1.5;
  font-family: "inter", sans-serif;
}

.support p a {
  color: white;
  font-weight: bold;
  text-decoration: underline 2px solid #ffdd00;
}


  /* DON'T KNOW IF I NEED THIS YET
  ========================================
 
  

  hr {
    border-top: 1px solid #e2e2e2;
    margin: 20px 0px 15px 0px;
  }
  
  hr.style1 {
    border-top: 1px solid #ebebeb;
    margin: 10px 0px 0px 0px;
  }
  
  hr.style2 {
    border-top: 2px solid black;
    margin: 0px 0px 35px 0px;
  }

.sharethis-inline-share-buttons {
    padding: 5px 0px 0px 0px;
  }

  figure  img.responsive {
    width: 100%;
    height: auto;
  }
  
  figure img.responsive-shadow {
      width: 100%;
      height: auto;
      box-shadow: 2px 2px 18px -4px rgb(0 0 0 / 22%);
  }

  .bio {
    padding-bottom: 50px;
  }
  
  .bio h2 {
    font-size: 1rem!important;
    line-height: 1.375rem!important;
    font-weight: 500;
    text-transform: none!important;
  }
  
  .bio h4 {
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(102, 102, 102);
    font-weight: 400;
  }
  */



  /* ====================================
  | QUIZ PAGE ELEMENTS                  |
  =====================================*/





  /* ====================================
  | RESPONSIVE DESIGN ELEMENTS          |
  =====================================*/

  @media screen and (max-width: 1170px) {
    .topstory h1 { font-size: 50px; justify-content: center;}
  }




  @media screen and (max-width: 1139px) {
  
    .neighbor-post {
      display: inline-flex;
      flex-direction: row;
      width: 15%;
    }

  }

  @media screen and (max-width: 1040px) {
    .tagline-part2 {display: none;}
  }

  @media screen and (max-width: 950px) {
      .main-story {width: 100%;}
      .topstory {width: 45%!important;}
      .newsfeed {width:45%;}
      .frontpage-left-content h2 {font-weight: 500;}
    }

  @media screen and (max-width: 910px) {
    header .nav-left ul li.tag { display: none;}
    .communities .blog-post-bottom h1, .blog-life .blog-post-bottom h1  {font-size: 20px;}
  }

  @media screen and (max-width: 865px) {
    .article-container {max-width: 92%!important; padding: 15px; margin-top: -5%!important;}
    .article-container figure {margin-left: -20px!important; margin-right: -20px!important;}
    figure img {width: 105%!important; margin-left:-10px;}
    .article-container .headline h1 {font-size: 2.5625rem; line-height: 2.8125rem;}
    article p {font-size: 1.2rem;}
    article ul li {font-size: 1.15rem;}
    .firstcharacter {font-size: 70px; line-height: 90px; height: 70px; padding-top: 12px;}
    .obituary-right {/*padding-top: 15px;*/}
    .obituary-right h3 {font-size: 18px;}
    .obituary-right p {font-size: 16px;}
    .comunnity-sections .community-briefs, .comunnity-sections .community-metro, .comunnity-sections .community-ukv, .comunnity-sections .community-elk-river {width: 45%!important;}
}

  @media screen and (max-width: 840px) {
    .topstory {width: 30%!important;}
    .topstory h1 {font-size: 45px;}
    .newsfeed {width:60%;}
    /*.header-left {width: 60%;}
    .header-left ul li.tagline {display: none;}*/
    .blog .blog-post-bottom h1 {font-size: 1.8rem;}
  }


  @media screen and (max-width: 800px) {
    .main-story {display: block; width: 100%; padding-bottom: 50px; margin-top: 40px;}
    .topstory { width: 100%!important; }
    .newsfeed {width: 92%; margin: 0 auto!important;} 
    .latest {margin: 40px 0 0 0!important;}

    .latest-news-item-right h4 {
      font-size: 12px;
    }
    .latest-news-item-right h3 {
      font-size: 1.3rem;
    }
  }

  @media screen and (max-width: 775px) {
    .header-left .tagline {display:none;}
    .neighbor-post {width: 22%;}
    .newsfeed-header-left-more {padding-top: 3px!important;}
  }

   @media screen and (max-width: 650px) {
    .nav-left {padding: 5px 0px;}
    .hamburger {top: 0;}
    #main-story {height:auto;}
    .topstory h1 {font-size: 45px;}
    .topstory h4 {font-size:14px;}
    h2.section-local, h2.section-communities, h2.section-living, h2.section-neighbors, h2.section-topic {font-size:45px;}
    h3.tagline {font-size: 20px; margin-top:-28px!important;}
    .blog, .blog-community, .blog-life {/*flex-direction: column;*/ width: 100%; margin: 0 auto;}
    .blog-post, .blog-community .blog-post, .blog-life .blog-post {width: 100%; /*padding: 0px 20px;*/}
    .blog-post-top, .blog-community .blog-post-top, .blog-life .blog-post-top {width: 95%; margin: 0 auto; }
    .blog-post-top img, .blog-community .blog-post-top img, .blog-life .blog-post-top img {border:none; }
    .blog-post-top img:hover, .blog-community .blog-post-top img:hover, .blog-life .blog-post-top img:hover {border: none!important; }
    .blog-post-bottom, .blog-community .blog-post-bottom, .blog-life .blog-post-bottom {width: 90%; margin-left: 0 auto;}
    .blog-post-bottom h1, .blog-community .blog-post-bottom h1, .blog-life .blog-post-bottom h1 {font-size: 25px;}
    /*.obituary {height: 120px;}
    .obituary-left {width: 120px;}
    .obituary-left img {width: 100px; height: 100px;}*/
    .obituary-right h3 {font-size: 17px!important;}
    .obituary-right p {font-size: 14px!important;}
    .more {margin: 0 auto; border: 1px solid #e0e0e0; background-color: #eee; padding: 10px 15px;  margin-top: 40px; margin-bottom: 40px;}
    .more h2, .more-obituaries h2 {font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin: 0}
    .more-obituaries {margin: 0 auto; border: 1px solid #702a4f; padding: 10px 15px; margin-top: 30px; margin-bottom: 20px;}
    .more-obituaries h2 a {color: #702a4f;}
    .more h2 a {color: #55565b;}
    .more:hover,  .more-obituaries:hover {background-color: #000; transition: 0.25s ease-in-out;}
    .more:hover a,  .more-obituaries:hover a {color: #fff!important;}
    .local-left-line, .communities-left-line,  .neighbors-left-line, .communities-left-line, .living-left-line {height: 43px; margin-top: 10px;}
    .latest-news-item-left-more {width: 40%;}
    .latest-news-item-right-more {width: 55%;}
    .latest-news-item-right-more h3 {font-size: 1.2rem;}
    .latest-news-item-right-more h4 .date-small-more {padding-left: 0px!important;}
    .latest-news-item-right-more img.portrait-small-more, .latest-news-item-right-more .byline-small-more {display: none;}
    article .dateline {font-size: 16px;}
    .community-briefs-front  .newsfeed-more .latest-more-community .latest-news-item-more .latest-news-item-left-more {display: none;}
    .community-briefs-front  .newsfeed-more .latest-more-community .latest-news-item-more .latest-news-item-right-more {width: 100%;}
    .community-briefs-front  .newsfeed-more .latest-more-community .latest-news-item-more .latest-news-item-right-more h2 {padding-bottom: 3px;}
    .community-briefs-front  .newsfeed-more .latest-more-community .latest-news-item-more .latest-news-item-right-more h3 {line-height: 1.5;}
    .community-sections .community-briefs, .community-sections .community-metro, .community-sections .community-ukv, .community-sections .community-elk-river {width: 100%!important; padding-bottom: 20px;}
    .latest-news-item-more { width: 100%!important;}
    .more-divider-container {width: 100%!important;}
  }
  
  @media screen and (max-width: 620px) {
    .article-container {max-width: 88%!important; /**370px!important;*/ padding: 10px!important; margin-top:-5%!important;}
    .article-container .headline h1 {font-size: 1.8625rem; line-height: 2.2rem;}
    .article-container .headline h3 {font-size: 1rem!important; line-height: 1.5rem!important;}
    article p {line-height: 1.5;}
    article ul li {line-height: 1.5;}
    /*sfigure img {width: 100%!important; margin-left:-10px;}*/
    .bio {margin-top: 35px!important;}
    .bio-left img { width: 60px; height: 60px; }
    .bio-right .right-line .right-text h2 {font-size: 1.2rem; letter-spacing: -1; top: +12px;}    
    .bio p {font-size: 1rem; margin-top: -5px; line-height: 1.5;}
    .story-tip {margin-top: 25px!important;}
    .story-tip-left {width: 35%;}
    .story-tip-right {width:64%;}
    .newsfeed-header-more .right-line .right-text h3 {font-size:1.4rem; top: +12px;}
 

 }
    


  @media screen and (max-width: 535px) {
    .audio-headlines {display:none;}
    .audio-button {padding-right: 15px;}
    button.morning-report {display: none;}
  }

  @media screen and (max-width: 520px) {
    .neighbor-post { display: inline-flex; flex-direction: row; width: 30%;}
  }

  @media screen and (min-width: 501px) {
    .digest h1 ul li {
      list-style: none;
    }
 
  }

  @media screen and (max-width: 500px) {
    button.subscribe {display: none;}
    .obituaries-container {width: 90%;}
    .latest-news-item-right h4 {font-size: 9px;}
    .latest-news-item-right h3 {font-size: 15px;}
    .obituaries-header {padding: 20px 3% 10px 5%!important;}

    .digest {
      background-color: white;
      border-top: none;
      border-bottom: none;
      padding-bottom: 30px;
    }

    .digest .digest-one-photo img{
      display: none;
    }

    .digest .digest-one-headline {
      padding: 0 0 5px 0!important;
      border-top: none;
      border-left: none;
      border-right: none;
      margin-bottom: 0;
    }

    .digest h1 {
      font-weight: 400;
      font-size: 20px!important;
      margin-top: -12px;
    }

    .digest h1 ul li {
      margin-left: 35px;
    }

    .digest h3 {
      display: none;
    }

  }

  @media screen and (max-width: 400px) {
    /*.article-container {max-width: 320px!important; padding: 5%;}*/
    .article-byline-left {width: 60px}
    .article-byline-left img {max-height:60px;}
    /*figure img {width: 105%!important; margin-left:-10px;}*/
    .neighbor-post {display: inline-flex; flex-direction: row; width: 45%;}
  }

  @media screen and (max-width: 340px) {
    .mobile-container {width: 90%; float: right; margin-top: -58px;}
    .topnav p.subscribe {font-size: 11px;}
  }