/* HOMEPAGE STYLE - 2020
===========================================*/

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

#home-featured {

}



/* width setting grid overrides */
@media screen and (min-width: 1024px) {
  #top-homepage-sidebar {
    width: 20%;
  }
/*  #home-featured .col.four {
    width: 32%;
  }
  #home-featured .col.six {
    width: 48%;
  }
*/
  #home-featured .lead-story .col.five {
    width: 39%;
  }
  #home-featured .lead-story .col.seven {
    width: 61%;
  }
  #home-featured .post-meta {
    padding-left: 22px;
  }

  #home-featured .post-meta h1 {
    font-size: 220%;
    line-height: 1.05em;
    margin: 24px 0px 12px 0px;
  }
  #home-featured .post-meta h1.longer {
    font-size: 200%;
  }

  #homepage-mobile-sidebar {
    display: none;
  }


}

@media screen and (max-width: 1024px) {
  #home-featured .post-meta h1 {
    font-size: 200%;
    margin: 18px 0px 8px 0px;
  }

  #home-featured .post-meta .excerpt {
    margin: 12px 0px;
    line-height: 1.35;
  }
}

#top-homepage-sidebar {
  border-right: 1px solid #bdbdbd;
}

#home-featured .post-meta h1 a {
  color: black;
}

#home-featured .post-meta .excerpt {
  font-size: 1.1em;
  margin: 18px 0px;
  line-height: 1.28;
}

#home-featured .post-image-wrapper {
  padding-left: 18px;
  margin-bottom: 22px;
}

#home-featured .post-image-wrapper img {
  width: 100%;
}
#home-featured .byline {
  font-size: 12px;
  margin-bottom: 1rem;
}
#home-featured .byline a {
  color: #767676;
}


#home-body {
  padding-bottom: 12px;
  display: flex;
  /* to make columns equal height */
}
#home-body .article-list .post-meta .topic-link {
  margin-bottom: 4px;
}
#home-body .article-list .post-meta h3 {
  font-size: 1.56em;
  line-height: 1.12em;
}
#home-body .article-list .post-meta .date {
  margin-bottom: 2px;
}
#home-body .article-list .post-meta .byline {
  margin-top: 0px;
}
#home-body .article-list .post-meta .byline a {
  color: #767676;
}
#home-body .sidebar-wrapper {
  display: flex;
  align-items: stretch;
}
#home-body .sidebar-wrapper .sidebar {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between;   */
}


#homepage-mobile-sidebar {
  float: left;
  margin: 6px 0px 22px;
}


.homepage .home-header,
.section-header .home-header {
  font-size: 1.4em;
  color: #777777;
  padding-bottom: 4px;
  border-bottom: 1px solid #bdbdbd;
  text-transform: uppercase;
  margin-bottom: 14px;
}


#top-right-panel {
  border-left: 1px solid #bdbdbd;
}
@media screen and (max-width: 1024px) {
  #top-right-panel {
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  #top-right-panel .home-header {
    border-bottom: 0px solid white;
  }
  #top-right-panel .horizontal-list .col:first-of-type {
    border-bottom: 0px solid white;
    margin-bottom: 4px;
  }

}

#home-featured .lead-story-wrapper {
  display: flex;
  flex-direction: column;
}


#homepage-sidebar {
  width: 100%;
  clear: both;
}
#homepage-sidebar .sidebar {
  padding-left: 0px;
}

@media screen and (max-width: 1024px) {

  #home-featured #top-homepage-sidebar {
    display: none;
  }

  #homepage-mobile-sidebar {
    display: block;
  }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
   #home-featured .lead-story .col.seven,
   #home-featured .lead-story .col.five {
    width: 50%;
  } 
}

@media screen and (max-width: 768px) {
   #home-featured .post-meta.col.four {
    margin-bottom: 12px;
  } 
  #home-featured .post-meta h1 {
    font-size: 180%;
    line-height: 1.05em;
    margin: 14px 0px 12px 0px;
  }  
  #home-featured .post-image-wrapper {
    padding-left: 0px;
    margin-bottom: 0px;
  }
  #home-featured .flex-grid .tag {
    z-index: 80000;
  }
  #home-featured .post-meta .excerpt {
    margin: 0px 0px 12px;
  }  
  #home-featured .post-meta .topic-link {
    display: none; /* turn off display of topic tag */
  }
}



/* LEAD EXTRA */
.lead-extra {
  width: 100%;
  padding: 16px 0px 22px 22px;
}
.lead-extra-thumb {
  width: 100%;
}
.lead-extra-content {
  padding-left: 22px;
}
.lead-extra-content h2 {
  margin-bottom: 6px; 
  line-height: 1.2em; 
}
.lead-extra-content h2 a {
  color: black;
}
.lead-extra-content .excerpt {
  margin: 6px 0px 10px;
  font-size: 1.1em;
  line-height: 1.28;  
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
   .lead-extra .col.four {
    width: 40%;
   }
   .lead-extra .col.eight {
    width: 60%;
  }   
}
@media screen and (max-width: 1024px) {
  .lead-extra {
    padding: 22px 0px;
  }
}
@media screen and (max-width: 768px) {
  .lead-extra {
    width: 100%;
    padding: 22px 0px;
  }  
  .lead-extra-image {
    margin-bottom: 18px;
  }
  .lead-extra-content {
    padding-left: 0px;
  }
  #home-2023 .lead-extra .lead-extra-content h2 {
    font-size: 130%;
    font-weight: 200;
  }
  #home-2023 .lead-extra .lead-extra-content p {
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.37;
    margin-top: 5px;
  }
}

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

#home-featured #top-homepage-sidebar .widget {
  margin-right: 16px;
  margin-top: 12px;
  margin-bottom: 0px;
}

#home-featured #top-homepage-sidebar .widget:first-of-type {
  margin-top: 0px;
}

#home-featured .widget_recent_episodes {
  border-bottom: 1px solid lightgray;
}
#home-featured .widget_recent_episodes h3 {
  border-bottom: 4px solid #e4e4e4;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 6px;
  padding-bottom: 2px;  
  margin-bottom: 10px;
  color: #b81516;
  font-size: 16px;
  background-image: url('/wp-content/themes/nakatomi/assets/icons/podcast-icon_gray-sq.png');  
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 30px;
}
#home-featured .widget_recent_episodes ul {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
  margin-top: 10px;
  margin-bottom: 10px;  
}
#home-featured .widget_recent_episodes ul li {
  font-size: .92em;
  line-height: 1.06;
}
#home-featured .widget_recent_episodes ul li a {
  color: black; 
  font-weight: bold;
}
#home-featured .widget_recent_episodes ul li .post-date {
  margin-top: 6px;
  display: block;
  color: #747474;
  font-size: 13px;
  text-transform: uppercase;  
  font-weight: 600;
}


#home-featured .data-ad-widget .topic-link {
  margin-bottom: 6px;
  font-size: 14px;
  letter-spacing: 1px;
}


/* visual topics menu */
#visual-topics-menu {
  padding: 22px 0px 0px;
}
#visual-topics-menu h2 {
  font-size: 1.2em;
  color: #b81516;
  text-align: center;
  border-bottom: 1px solid #b81516;  
}
#visual-topics-menu-slideshow {
  display: flex;
  padding: 12px 0px 0px;
}
#visual-topics-menu-slideshow .slick-slide .slide {
  width: 25%;
  padding: 0px 18px 4px;
}
#visual-topics-menu-slideshow .slick-active .slide {
  border-left: 1px solid #bdbdbd;
}
#visual-topics-menu-slideshow .slick-current .slide {
  border-left: none;
}
@media screen and (max-width: 768px) {
  #visual-topics-menu-slideshow .slide {
    width: 50%;
    padding: 0px 16px 4px;
  }
}
#visual-topics-menu-slideshow .slide a {
  color: #333;
}
#visual-topics-menu-slideshow .slide h3 {
  padding-top: 6px;
  text-transform: uppercase;
}

#visual-topics-menu-slideshow button.slick-arrow {
  background-repeat: no-repeat;
  background-size: 100%;
}
#visual-topics-menu-slideshow button.slick-arrow.slick-prev,
#visual-topics-menu-slideshow button.slick-arrow.slick-next {
  width: 20px;
  height: 40px;
}
#visual-topics-menu-slideshow button.slick-arrow.slick-prev {
  left: -18px;
  background-image: url('/wp-content/themes/nakatomi/assets/icons/simple-arrow_left_gray.png');  
  background-position: top right;  
}
#visual-topics-menu-slideshow button.slick-arrow.slick-next {
  right: -18px;
  background-image: url('/wp-content/themes/nakatomi/assets/icons/simple-arrow_right_gray.png');  
  background-position: top left;  
}
#visual-topics-menu-slideshow button.slick-arrow.slick-prev:before,
#visual-topics-menu-slideshow button.slick-arrow.slick-next:before {
  content: none;  
}

@media screen and (max-width: 768px) {

  #visual-topics-menu-slideshow .slide h3 {
    font-size: 1em;
  }

}






/* podcast box for homepage */
#podcast-box {

}
#podcast-box .container {
 /* padding-top: 32px;*/
  padding-bottom: 0px;
  display: flex;
}
#podcast-box .container .col {
  border-top: 1px solid #d5d5d5;
  padding-top: 22px;
  margin-top: 16px;
}
#podcast-box .podcast-box-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#podcast-box .podcast-box-sidebar .top-section {
  padding-right: 16px;
}
#podcast-box .podcast-box-sidebar img {
  width: 100%; 
  box-shadow: 2px 2px 4px 0px rgba(0,0,0,.1);
  margin-bottom: 12px;
}
#podcast-box .podcast-box-sidebar h3 {
  font-size: .9em;
  font-weight: 600;
  line-height: 1.15em;
}
#podcast-box .podcast-box-sidebar h2 {
  margin-top: 48px;
  font-size: 1.46em;
  padding-bottom: 4px;
  border-bottom: 4px solid #e5e5e5;
  margin-bottom: 18px;
}
#podcast-box .subscribe-buttons img {
  width:47%; 
  float:left;
}
#podcast-box .subscribe-buttons a:first-of-type img {
  margin-right: 6%;   
}
#podcast-box a {
  color: black;
}
#podcast-box a:hover {
  color: black;
}
#podcast-box .podcast-box-main {
  padding-left: 32px;
}
#podcast-box .podcast-box-main .header {
  position: relative;  
  border-bottom: 4px solid #e5e5e5;  
  margin-bottom: 18px;
  padding-right: 62px;
} 
#podcast-box .podcast-box-main h1 {
  font-size: 1.65em;
    padding-top: 14px;
    margin-bottom: 10px;
}
@media screen and (min-width:1200px) {
  #podcast-box .podcast-box-main h1 {
    font-size: 1.75em;      
  }
}
#podcast-box .podcast-box-main .podcast-icon {
  position: absolute;
  bottom: -3px;
  right: 0;
}
#podcast-box .podcast-box-main .entry-title {
  font-size: 1.52em;
  margin-top: 24px;
  margin-bottom: 6px;
}
#podcast-box .podcast-box-main .entry-summary {
  max-width: 700px;
  margin-bottom: 12px;
}
#podcast-box .podcast-box-main .soundcloud {
  margin-top: 22px;
  padding: 8px 12px 4px 8px;
  background: #ebebeb;  
}
#podcast-box .podcast-box-main .soundcloud > div {
  display: none;
}

#podcast-box .podcast-box-main hr {
  margin-top: 10px;
  margin-bottom: 14px;  
  border-top: 1px solid #e5e5e5;
}    
#podcast-box .podcast-box-main .subscribe-buttons {
  float: left;
  margin-top: 32px;
  width: 236px;
}
#podcast-box .podcast-box-main .view-more.button {
  float: right;
  display: block;
  border-radius: 3px;
  background-color: #ed3c3c;
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  margin-top: 32px;
}

@media screen and (max-width: 960px) {

  #podcast-box .container {
    display: block;
  }
  #podcast-box .container .col {
    padding-top: 12px;
  }  
  #podcast-box .podcast-box-main {
    padding-left: 0px;
    padding-bottom: 22px;
  }
  #podcast-box .podcast-box-sidebar {
    display: none;
  }

}
@media screen and (max-width: 768px) {

  #podcast-box .podcast-box-main h1 {
    font-size: 1.45em;
  }
  #podcast-box .podcast-box-main .entry-title {
    font-size: 1.32em;
    line-height: 1.1em;    
  }
  #podcast-box .podcast-box-main .subscribe-buttons {
    max-width: 63%;
  }

}








/* homepage video slideshow */

#video-box {
  background-color: #656565;  
  margin-bottom: 32px;  
}
#video-box > h3 {
  padding: 14px 24px 12px 24px;
  background-color: #535353;  
  color: white;
  margin-bottom: 0px;
}
#video-box .video-box-wrapper {
  /* inset box shadow */
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
  box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
  padding: 0px 22px;
}

#video-box #homepage-video-slideshow {
  display: flex;
  width: 100%;
  margin-bottom: 18px;
}  
#video-box #homepage-video-slideshow .slide {
  
}
#video-box #homepage-video-slideshow .slide .responsive-iframe-wrapper {
  margin-bottom: -12px;
}  
#video-box #homepage-video-slideshow .slide h3.video-post-title {
  display: block;
  text-align: center;
  margin-top: -22px;
}  
#video-box #homepage-video-slideshow .slide h3.video-post-title a {
  color: white;  
  text-shadow: 2px 2px 3px #303030;
}  
#video-box .controls-container {
  float: left;
  height: 34px;
  width: 38%;
  position: relative;  
  margin-bottom: 22px;
}
#video-box .slick-dots {
    bottom: 27%;
    width: 60%;
    left: 22%;  
}
#video-box .slick-dots li {
  width: 32px;
}
#video-box .slick-dots li button:before {
  font-family: 'slick';
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: white;
    -webkit-font-smoothing: antialiased;
}
#video-box .slick-dots li.slick-active button:before {
    opacity: .68;
}
#video-box .controls-container .slick-prev:before,
#video-box .controls-container .slick-next:before {
    content: none;  
}
#video-box .controls-container .slick-prev,
#video-box .controls-container .slick-next {
  width: 20px;
  height: 32px;  
  background-size: cover;
}
#video-box .controls-container .slick-prev {
  left: 0px;
  background-image: url('/wp-content/themes/nakatomi/assets/icons/simple-arrow_left_gray.png');
  background-position: top right;
}
#video-box .controls-container .slick-next {
  right: 0px;
  background-image: url('/wp-content/themes/nakatomi/assets/icons/simple-arrow_right_gray.png');
  background-position: top left;  
}

#video-box .view-more.button {
  background-color: #eaeaea;
  color: #c82830;
  text-transform: none;
  border-radius: 5px;
  float: right;
  margin-bottom: 22px;
  padding: 5px 9px;
  font-weight: 600;
  font-size: 20px;
  box-shadow: 2px 2px 3px rgba(0,0,0, 0.7);  
}


@media screen and (max-width: 768px) {

  #video-box .video-box-wrapper {
    padding: 0px;
  } 
  #video-box #homepage-video-slideshow {
    margin-bottom: 12px;
  }
  #video-box .video-slide .responsive-iframe-wrapper {
      min-height: 226px;
  }  
  #video-box #homepage-video-slideshow .slide h3.video-post-title {
      margin-top: -12px;
      margin-right: 6px;
      margin-left: 6px;
  }  

  #video-box .controls-container {
    width: 50%;
    margin-left: 12px;    
  }

  #video-box .view-more.button {
    margin-right: 12px;
    font-size: 16px;
  }

}








/* Homepage commentaries box  */

#commentaries-box {
  margin-bottom: 22px;
}
#commentaries-box h3.subheading {
  color: #666666;
}
#commentaries-box .commentary-list-entry {
  border: 1px solid #bfbfbf;
  padding: 30px 22px 34px;
  width: 100%;
  box-shadow: 1px 1px 2px #bfbfbf;
  margin-bottom: 26px;
  display: flex;
}
#commentaries-box .commentary-list-entry:last-of-type {
  margin-bottom: 0px;
}

#commentaries-box .commentary-thumbnail-wrapper {
  width: 23%;
  max-width: 114px;
}
#commentaries-box .commentary-thumbnail {
  border-radius: 100px;
  margin: 0px auto;
  padding-bottom: 100%;
  width: 100%;
  background-size: cover;
  /* inset box shadow */
  box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);  
}
#commentaries-box .commentary-list-entry-text {
  width: 77%;
  display: flex;  
  align-items: center;
  justify-content: left;  
  padding: 0px 12px 0px 22px;
}
#commentaries-box .commentary-list-entry .commentary-list-entry-title {
  font-size: 1.5em;  
}
#commentaries-box .commentary-list-entry .commentary-list-entry-title a {
  color: #00000b;  
}
#commentaries-box .commentary-list-entry-text .mini-byline {
  font-size: 78%;
  position: relative;
  top: -3px;
}

#commentaries-box .homepage-multiple-commentary-author {
  width: 15%;
  max-width: 100px;
  padding-bottom: 8px;
}
#commentaries-box .homepage-multiple-commentary-author .commentary-thumbnail-wrapper {
  width: 100%;
}
#commentaries-box .homepage-multiple-commentary-author:nth-child(1),
#commentaries-box .homepage-multiple-commentary-author:nth-child(3) {
    position: relative;
    top: -2px;
}
#commentaries-box .homepage-multiple-commentary-author:nth-child(2),
#commentaries-box .homepage-multiple-commentary-author:nth-child(4) {
  position: relative;
  top: 20px;
  margin-left: -4px;
}
#commentaries-box .homepage-multiple-commentary-author:nth-child(3) {
  position: relative;
  margin-left: -4px;
}
#commentaries-box .homepage-multiple-commentary-author-byline {
  width: 100%;
  text-align: center;
  padding-top: 6px;
  text-transform: uppercase;
  font-size: .72em;
}

#commentaries-box .more-link {
  float: right;
  padding: 22px 0px 12px 0px;
}

@media screen and (max-width: 1024px) {

  #commentaries-box {
    margin-bottom: 32px;
  }

}

@media screen and (max-width: 768px) {

  #commentaries-box .commentary-thumbnail-wrapper {
    width: 30%;
  }
  #commentaries-box .commentary-list-entry .commentary-list-entry-title {
    font-size: 1.35em;
    line-height: 1.175em;    
  }

}



/* Homepage lower featured topic  */

#lower_featured_section {
  
}
#lower_featured_section .horizontal-list .col:first-of-type {
    padding-right: 22px;
}
#lower_featured_section .horizontal-list .col:last-of-type {
    padding-left: 22px;
}
#lower_featured_section .horizontal-list .image-bg {
  box-shadow: 2px 2px 2px #5959595e;
  transition: box-shadow .5s;
}
#lower_featured_section .horizontal-list .image-bg:hover {
  box-shadow: 2px 2px 2px #595959b3;
}
#lower_featured_section .more-link {
  float: right;
}

@media screen and (max-width: 768px) {
  #lower_featured_section .horizontal-list .col:first-of-type {
    padding-right: 0px;
    border-bottom: 0px solid white;
  }
  #lower_featured_section .horizontal-list .col:last-of-type {
    padding-left: 0px;
  }


}






/* homepage block #2 */
#homepage-block-two {
  border-bottom: none;  
  padding-bottom: 0px;
}


/* homepage block #3 */
#homepage-block-three {
  padding-bottom: 42px;
}





@media screen and (max-width: 1024px) {
  #home-body {
    display: block;
    /* to deactivate */
  }

  #home-body .article-list {
    padding-bottom: 22px;
    border-bottom: 1px solid #bdbdbd;    
    margin-bottom: 22px;
  }

}

/* homepage sidebars */

#home-body .sidebar-wrapper,
#homepage-block-two .sidebar-wrapper
 {
  border-left: 1px solid #bdbdbd;  
}
#homepage-block-three .sidebar-wrapper
 {
  border-right: 1px solid #bdbdbd;  
  margin-right: 22px;
}
#homepage-block-three .col.four {
  width: 33.33%;
  margin-right: 0px;
  
}
#homepage-block-three .sidebar-wrapper {

}


#homepage-block-three .left-sidebar {
  padding-right: 22px;
}


@media screen and (max-width: 1024px) {
  
  #home-body .sidebar-wrapper,
  #homepage-block-two .sidebar-wrapper {
    border-left: 0px solid #bdbdbd;  
  }
  #homepage-block-two .sidebar-wrapper {
    padding-bottom: 22px;
  }


  #homepage-block-three .sidebar-wrapper
   {
    border-right: 0px solid #bdbdbd;  
    margin-right: 0px;
  }
  #homepage-block-three .col.four {
    width: 100%;    
  }


}



/* recent posts extended - custom styles for homepage  */
.home_sidebar .recent-posts-extended {
  background-color: #eaeaea;
  text-align: left;
  clear:both;
}
/* clearfix */
.home_sidebar .recent-posts-extended:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;  
}
.home_sidebar .recent-posts-extended h3 {
  background-color: #e1e1e1;
  text-align: left;
  padding: 16px 22px;
}
.home_sidebar .recent-posts-extended h3.rpwe-title {
  text-transform: none;
  font-size: 1.4em !important;
  font-weight: 600;
  background-color: transparent;
  padding: 0px;
}
.home_sidebar .recent-posts-extended .rpwe-block {
  padding: 0px 18px;
}
.home_sidebar .recent-posts-extended .rpwe-block ul {
  padding: 6px;
  list-style: none !important;
}
.home_sidebar .recent-posts-extended .rpwe-block ul li {
  background-image: url("/wp-content/themes/nakatomi/assets/icons/redsquare.png");
  background-repeat: no-repeat;
  background-position: 0px 6px;
  padding-left: 28px;
  margin-bottom: 12px;
}
.home_sidebar .recent-posts-extended h3 a {
  color: black;
}
.home_sidebar .recent-posts-extended .more-link {
  float: right;
  padding: 0px 18px 22px 0px;
}



#content .home.content {
  padding-bottom: 8px;  
}
.home.content {
  border-bottom: 1px solid #bdbdbd;
}

.home.content .divider {
  margin: 22px 0px;
}
@media screen and (max-width: 1024px) {

  .home.content .divider {
    margin: 0px 0px 22px;
  }

}



@media screen and (max-width: 768px) {

/*  #home-featured .flex-grid {
    flex-direction: column-reverse;
    align-items: flex-start;
    position: relative;
  }
*/
  #home-featured .lead-story {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    position: relative;
  }

  #home-featured .post-image-wrapper {
    margin-left: 0px;
  }

  #home-featured .flex-grid .tag {
    position: absolute;
    top: 0;
    left: 0;
  }


/* special report section */

  #specialReportSection h1 {
    font-size: 220%;
    margin-top: 20px;
  }

  #specialReportSection .flex-grid {
    flex-direction: column-reverse;
    align-items: flex-start;
    position: relative;
  }

  #specialReportSection .post-image-wrapper {
    margin-left: 0px;
  }

  #specialReportSection .flex-grid .tag {
    position: absolute;
    top: 0;
    left: 0;
  }

  #specialReportSection .specialTag {
    margin-left: 30%;
    margin-right: 30%;
  }

  .special-small:last-of-type {
    border: none !important;
  }

  #specialReportSection .special-small {
    border-right: none;
    border-top: 1px solid #ffffffa8;
  }
}

@media screen and (max-width: 480px) {
  #home-featured .post-meta h1 {
    font-size: 180%;
  }

  #specialReportSection h1 {
    font-size: 180%;
    margin-top: 20px;
  }

  #specialReportSection .specialTag {
    margin-left: 30%;
    margin-right: 30%;
  }

  .special-small:last-of-type {
    border: none !important;
  }

  /* DarkTheme */
  #specialReportSection .special-small {
    border-right: none;
    border-top: 1px solid #ffffffa8;
  }

  /* LightTheme */
  /* #specialReportSection .special-small{
			border-right:none;
			border-top:1px solid :#2c2c2c36;
		} */
}

@media screen and (min-width: 1420px) {
  #home-featured .post-meta h1.longer {
    font-size: 220%;
  }
  #home-featured .post-meta .excerpt {
    font-size: 1.2em;
  }
}





