/* Formerly onair-wp.css in the oa-plugin */

/* Hide summary if after top news */
.slider-main-content .topnews + .summary
{
  display: none;
}
.slider-main-content .topnews
{
  padding-top: 5px;
}
.slider-main-content .summary .brief_summary > p:first-child
{
  margin-top: 0;
}

/* Top News & Featured content */
.featured .featured_row,
.topnews .tn_row
{
  min-height: 51px;
  padding: 5px 6px 0px 8px;
  margin-top: 7px;
  box-sizing: border-box;
}
.topnews .tn_row:first-child,
.topnews h2 + .tn_row:nth-child(2)
{
  margin-top: 0;
}
/*
div.topnews .tn_row:nth-child(n+7) {
    display: none;
}

div.topnews h2 ~ .tn_row:nth-child(7) {
    display: block;
}
*/
div.topnews h2:nth-child(n+2)
{
  display: none;
}

/* Show TN subheadings and items after 6th on single fullscreen post */
@media (min-width: 782px)
{
  body.single div.topnews h2:nth-child(n+2),
  body.single div.topnews .tn_row:nth-child(n+7)
  {
    display: block;
  }
}


.featured .featured_details,
.topnews .tn_details
{
    display: inline-block;
/*
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
*/
    width: calc(100% - 42px); /* based on icon outer width */
}

.featured .featured_details > span.title,
.topnews .tn_details > span.title
{
  font-size: 12pt;
  font-weight: bold;
}

.featured .featured_details > a,
.topnews .tn_details > a
{
  font-size: 12pt;
}

.featured .featured_summary,
.topnews .tn_summary
{
  display: none;
}

.display-independent > .tn_summary
{
  position: relative;
}

.tn_summary .close.button
{
  display: block;
  position: fixed;
  z-index: 2000;
  top: 47px;
  left: auto;
  right: 5px;
  border: 1px solid #222;
  color: #222;
  background: white;
  padding: 1px 5px;
  border-radius: 4px;
  opacity: 0.9;
  cursor: pointer;
  font-size: 11pt;
  height: 19px;
}

.tn_summary .close.text
{
  display: block;
  position: fixed;
  z-index: 2000;
  top: 51px;
  left: auto;
  right: 7px;
  width: auto;
  border: 0;
  font-weight: 600;
  background: white;
  opacity: 0.8;
  cursor: pointer;
  font-size: 10pt;
  color: #33f;
  height: 19px;
  padding: 2px;
}

.tn_summary.common .close,
.common .tn_summary .close
{
  display: none;
}

.featured .icon,
.topnews .icon
{
    float: left;
    height: 20px;
    width: 20px;
    margin-right: 6px;
  background-position: center;
  background-repeat: no-repeat;
}

.featured .video .icon,
.topnews .Video .icon
{
  background-image: url(../imgs/news-icons/video-icon.png);
  background-size: 19px;
}

.topnews .OnAir .icon
{
  background-image: url(../imgs/news-icons/onair-logo.png);
  background-size: 20px;
}

.featured .quote .icon,
.topnews .Commentary .icon
{
  background-image: url(../imgs/news-icons/Commentary-icon.png);
  background-size: 22px;
}

.topnews .PressRelease .icon,
.topnews .Article .icon
{
  background-image: url(../imgs/news-icons/doc-icon.png);
  background-size: 17px;
}

.topnews .Information .icon
{
  width: 19px;
  height: 19px;
  box-sizing: border-box;
  margin-left: 1px;
  margin-right: 8px;
  background-color: white;
  border-radius: 5px;
  border: 2px solid black;
  color: black;
  font-size: 13pt;
  line-height: 15px;
  font-family: serif;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}

.topnews .Livestream .icon
{
  background-image: url(../imgs/news-icons/livestream-icon.png);
  background-size: 19px;
}

.topnews .Event .icon
{
  background-image: url(../imgs/news-icons/clock.png);
  background-size: 19px;
}

.topnews .Org .icon
{
  background-image: url(../imgs/news-icons/team-icon-50.png);
  background-size: 19px;
}

.topnews .tn_row.live .icon:after
{
  content: 'LIVE';
  opacity: 0;
  transition: opacity 1200ms cubic-bezier(0.25, 0.1, 0.25, 1);
  display: block;
  width: 28px;
  height: 13px;
  position: relative;
  top: 25px;
  left: calc(50% - 14px);
  background: rgb(255,0,0);
  border-radius: 4px;

  font-size: 7pt;
  line-height: 10pt;
  color: white;
  font-weight: 800;
  font-family: sans-serif;
  text-align: center;
}
.topnews .tn_row.live .icon.live:after
{
  opacity: 1;
}

.featured .featured_row.dynamic,
.topnews .tn_row.dynamic
{
  cursor: pointer;
}
.featured .featured_row.dynamic:hover,
.topnews .tn_row.dynamic:hover
{
/*
  color: var(--list-hover-color);
*/
  background-color: var(--list-hover-bg-color);
}
.featured .featured_row.active,
.featured .featured_row.active:hover,
.topnews .tn_row.active,
.topnews .tn_row.active:hover
{
/*
  color: var(--list-selected-color);
*/
  background-color: var(--list-selected-bg-color);
}
.featured_container,
.tn_container
{
  display: none;
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  width: 100%;
  background: rgba(255,255,255,1);
  padding: 10px;
  overflow: auto;
}

.featured_container.featured_content,
.tn_container.tn_summary
{
  border: 3px groove rgb(180,180,180);
}
.tn_row + .tn_container
{
  position: relative;
}

.featured_container.video > p:first-child
{
  display: none;
}

.featured_container.video-embed,
.tn_container.video-embed
{
  padding: 0;
  height: 100%;
}
#content .featured_container > h2:first-child,
#content .tn_container > h2:first-child
{
  margin-top: 0px;
}
#content .featured_container h2,
#content .tn_container h2
{
  margin-top: 5px;
}
#content .featured_container h3,
#content .tn_container h3
{
  margin-top: 5px;
}
.slider-img-container .featured_container,
.slider-img-container .tn_summary.tn_container {
  padding: 10px;
  overflow: auto;
}
.slider-img-container .featured_container h2,
.slider-img.container .tn_container h2
{
  font-size: 21pt;
  line-height: 21pt;
}

/* Event Summary */
.tn_summary div.section,
.tn_summary div.who
{
  margin-bottom: 5px;
}

.tn_summary ul.section-contents,
.tn_summary ul.who-contents
{
  margin-bottom: 3px;
}
.tn_summary .section-label,
.tn_summary .who-label
{
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
}
#content .tn_summary .section-label p,
.tn_summary .section-label p,
#content .tn_summary .who-label p,
.tn_summary .who-label p
{
  margin-bottom: 0;
}

.tn_summary .section-contents,
.tn_summary .who-contents
{
  display: inline-block;
    list-style: none;
    margin-left: 5px;
  margin-bottom: 0;
}
#content .tn_summary .section-contents li:first-child,
.tn_summary .section-contents li:first-child,
#content .tn_summary .who-contents li:first-child,
.tn_summary .who-contents li:first-child
{
  padding-top:0;
}
#content .tn_summary .section-contents li,
.tn_summary .section-contents li,
#content .tn_summary .section-contents p,
.tn_summary .section-contents p,
#content .tn_summary .who-contents li,
.tn_summary .who-contents li,
#content .tn_summary .who-contents p,
.tn_summary .who-contents p
{
  margin-bottom: 0;
}

.tn_summary .who-contents .affiliation
{
  font-style: italic;
}

/* Summary featured items */
.summary .featured .featured_row:first-child
{
  margin-top: 6px;
}
.summary .featured .featured_row
{
  cursor: pointer;
}
.summary .featured .featured_row.dynamic:hover
{
  background-color: var(--list-hover-bg-color);
}
.summary .featured .featured_row.active,
.summary .featured .featured_row.active:hover
{
  background-color: var(--list-selected-bg-color);
}
/*
.summary .featured .featured_row.active
{
  background: ;
}
*/
.summary .featured .featured_row > p
{
  display: none;
}

.featured .featured_content
{
  display: none;
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  width: 100%;
  background: rgba(255,255,255,1);
  /*padding: 10px;*/
  /*overflow: auto;*/
}


/* Widget styling */
.widget .topnews .tn_row
{
  margin-top: 0;
}
.widget .topnews .tn_details,
.widget .topnews .tn_details > span 
{
  font-size: 10pt;
}
.widget .topnews .tn_details > span.title
{
  font-size: 11pt;
}
.widget .cat-post-thumbnail .post-thumbnail{
  width: 100%;
  height: 100%;
}
.widget .tn_container h2
{
  padding-bottom: 0;
  font-size: 13.5pt;
  line-height: 16pt;
}
.widget .tn_container p
{
  margin-bottom: 8px;
  font-size: 10pt;
  line-height: 16pt;
  font-weight: 400;
}

/* - Post view */ 
#content li.pad_bottom{
  margin-bottom: 30px;
}


/* - Slider view */ 
.slider-img-container .tn_container p {
  font-size: 13pt;
  line-height: 17pt;
}
.slider-img-container .tn_container li {
  padding-top: 4px;
  font-size: 11pt;
  line-height: 16pt;
}


/* END Top News */


/* Slider View */
.sliderContainer .slider-main-content .extended_summary:before {
  width: 210px;
  height: 2px;
  margin: 10px auto;
  content: '';
  display: block;
  border-top: 2px solid #999;
}
.sliderContainer .slider-main-content .extended_summary {
  display: none;
  display: block;
}
.sliderContainer .slider-main-content .extended_summary.open {
  display: block;
}
.sliderContainer .slider-main-content .arrow {
  display: none;
  width: 0;
  height: 0;
  margin: 3px auto;
  cursor: pointer;
  padding: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;  
  border-bottom: 10px solid var(--dark-elem-bg-color);
}

.sliderContainer .slider-main-content .arrow.down {
  border-bottom: 0;
  border-top: 10px solid var(--dark-elem-bg-color);
}
.sliderContainer .slider-main-content .arrow:hover {
  border-bottom-color: var(--dark-elem-selected-bg-color);
}
.sliderContainer .slider-main-content .arrow.down:hover {
  border-top-color: var(--dark-elem-selected-bg-color);
}

/*
.sliderContainer .slider-main-content .extended_summary{

}
*/

/* Nav related links */
.related_links
{
  position: relative;
  top: 6px;
  clear: both;
  margin: 0;
  background: rgb(240,240,255);
  padding: 4px 8px;
  list-style: none;
  border-radius: 6px;
}
.related_links > span:first-child
{
  font-weight: bold;
  margin-right: 17px;
}
/*
.related_links ul > li
*/
.related_links li
{
  display: inline-block;
  margin-right: 17px;
}
/*
.related_links ul > li:first-child
{
  margin-left: 0;
}
*/

/* Widget related links */
.post-widget > .related_links
{
  display: none;
}
.post-widget > .main-nav > .related_links
{
  display: block;
  margin: 0 1px;
}

/* Slider widget view */
.cyclenav .navlist div.excerpt {
    height: 135px;
    overflow: auto;
}
/*
.cyclenav > li .brief_summary {
    height: 100px;
    overflow: hidden;
}
*/
.cyclenav > li .extended_summary {
    display: none;
}
.cyclenav > li .extended_summary.open{
    display: block;
}
.cyclenav .excerpt .arrow {
    width: 0;
    height: 0;
    margin: 3px auto;
    cursor: pointer;
    padding: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;  
    border-bottom: 10px solid #555;
}
.cyclenav .excerpt .arrow.down{
    border-bottom: 0;
    border-top: 10px solid #555;
}
.cyclenav > li {
    height: 382px;
    background: white;
}
.cyclenav > li a > span, .cyclenav > li.active a > span, .cyclenav a:hover > span {
    display: block;
    text-align: center;
    padding: 7px;
    background: rgb(230,230,230);
    border: 1px solid rgb(210,210,210);
    border-right: 0;
    border-left: 0;
    font-size: 13pt;
    line-height: 38px;
    font-weight: bold;
    color: rgb(40,40,40);
}


/* Post View */
#content .post-entry div.summary:not(div.topnews + div.summary),
#content .post-entry div.topnews:not(div.summary + div.topnews),
#content .post-entry h1.post_summary:nth-child(3),
#content .post-entry div.summary:nth-child(4)
{
    background: #f2f6e5;
    border-radius: 0 0 7px 7px;
}

#content .post-entry h1.post_summary:nth-child(3)
{
    border-radius: 7px 7px 0 0;
  padding-top: 9px;
  padding-left: 12px;
}

@media (max-width: 782px)
{
  #content .post-entry div.summary,
  #content .post-entry div.topnews{
      background: #f2f6e5;
      border-radius: 0 0 5px 5px;
  }
}
/*
@media (max-width: 767px){
  .post-entry .summary{
    border-radius: 8px;
  }
}
*/

div.onair-post-link
{
  display: none;
  margin-top: 18px;
}
.post.is_shared div.onair-post-link,
.post_widget.is_shared div.onair-post-link,
.slide.is_shared div.onair-post-link
{
  display: block;
}

.summary > .brief_summary > p.source
{
  margin-top: -10px;
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry p,
.post-entry ul,
.post-entry ol
{
  padding-left: 13px;
  padding-right: 13px;
}
.post-entry .summary {
  padding-top: 6px;
  padding-bottom: 6px;
}
.post-entry .brief_summary {
    font-size: 10pt;
/*    margin-bottom: 17px; */
/*    border-radius: 4px; */
    border-radius: 0 0 5px 5px;
    max-width: calc(784px - 24px);
}
.post-entry .section-wrapper.summary .brief_summary,
.post-widget .post-content .brief_summary {
  padding: 0;
}

.post-entry .extended_summary:before {
    width: 180px;
    height: 1px;
    margin: 14px auto 0px auto;
    content: '';
    display: block;
    border-top: 2px solid #999;
}

#content #content-margin .page_title
{
    max-width: 784px;
    margin: 0 auto;
}

#content .post-entry .summary ul {
  margin-left: 31px;
}

.post-entry .extended_summary {
    padding: 0 12px 5px 12px;
    max-width: calc(784px - 24px);
    margin: 0 auto 10px auto;
}

#content .post-entry .extended_summary h2:first-child {
    margin-top: 4px;
    padding-top: 8px;
}

/*#content .post-entry .brief_summary p:last-child, .cyclenav .excerpt p:last-child {*/
#content .post-entry .summary > div p:first-child, 
.post-entry .section-wrapper.summary > div > div p:first-child, 
.cyclenav .excerpt p:first-child {
    margin-top: 2px;
}
#content .post-entry .summary > div p:last-child, 
.post-entry .section-wrapper.summary > div > div p:last-child, 
.cyclenav .excerpt p:last-child {
    margin-bottom: 2px;
}

/* Homepage widget view */
body.home #widgets .extended_summary{
    display: none;
}
body.home #widgets .extended_summary.open{
    display: block;
}
.cat-post-item.hasoverflow .summary:after {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 20px;
    bottom: 15px;
    background: linear-gradient(0deg, white, transparent);
}
body.home #widgets .arrow{
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
    width: 0;
    height: 0;
    padding: 0;
    margin: 3px auto;
    cursor: pointer;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;  
    border-bottom: 10px solid #555;
}
body.home #widgets .arrow.down{
    border-bottom: 0;
    border-top: 10px solid #555;
}

/*
body.home #widgets .extended_summary{

}
*/

/* Summary/Excerpt Styling */
.extended_summary table
{
  border-collapse: collapse;
}

.extended_summary table th, .extended_summary table td
{
  border: 1px solid #999;
  padding: 0.5rem;
}

.extended_summary table th
{
  font-weight: 600;
}

/*
.extended_summary table td
{

}

.title-source-content{}
*/

.title-source-content :first-child + br
{
  line-height: 30px;
}
