/* Custom Dynamic CSS */

/* Dynamic Color Settings */
  
  :root {
    --primary: #173463;
    --secondary: #6c747d;
    --success: #28a745;
    --danger: #bd1222;
    --warning: #f4ac00;
    --info: #17a0b8;
    --dark: #343a40;
    --light: #e9eaeb;
    
    --default_body_bg: #ffffff;
    --default_body: #000000;
    --default_link: #0000ff;
    --default_link_hover: #0090ff;
    
    --header_bg: #000000;
    --header: #ffffff;
    --header_link: #c4dcff;
    --header_link_hover: #0090ff;
    
    --footer_bg: #000000;
    --footer: #ffffff;
    --footer_link: #ffffff;
    --footer_link_hover: #ff0000;
    
    --default_nav: #ffffff;
    --default_nav_bg: #333333;
    --default_nav_link: #c2c2c2;
    --default_nav_link_bg: ;
    --default_nav_link_hover: #ffffff;
    --default_nav_link_hover_bg: #8e0000;
    
    --prehead_bg: #646464;
    --prehead: #ffffff;
    --prehead_link: #c4dcff;
    --prehead_link_hover: #0090ff;

    --sub_footer_bg: #ffffff;
    --sub_footer: #444444;
    --sub_footer_link: #000000;
	--sub_footer_link_hover: #0000ff;
	}


body{color: var(--default_body);}
a{color: var(--default_link);}
a:hover{color: var(--default_link_hover);}
header{color: var(--header);background-color: var(--header_bg);}
header a{color: var(--header_link);}
header a:hover{color: var(--header_link_hover);}
footer{color: var(--header);background-color: var(--footer_bg);}
footer a{color: var(--footer_link);}
footer a:hover{color: var(--footer_link_hover) !important;}
.bg-prehead{color: var(--prehead);background-color: var(--prehead_bg);}
.bg-prehead a{color: var(--prehead_link);}
.bg-subfoot{color: var(--sub_footer);background-color: var(--sub_footer_bg);}
.bg-subfoot a{color: var(--sub_footer_link);}
.bg-navbar{color: var(--default_nav);background-color: var(--default_nav_bg);}

.navbar-nav .nav-link{color: var(--default_nav_link);background-color: var(--default_nav_link_bg);}
.navbar-nav .nav-link:hover{color: var(--default_nav_link_hover);background-color: var(--default_nav_link_hover_bg);}
.text-black{color:#000000;}
.bg-black{background-color: #000000;}
.btn-black{background-color: #000000;border-color:#000000}
.btn-black:hover{background-color: #333;}

.text-primary{color: var(--primary)!important;}
.bg-primary{background-color: var(--primary)!important;}
.btn-primary{background-color: var(--primary)!important;border-color: var(--primary);}

.text-secondary{color: var(--secondary)!important;}
.bg-secondary{background-color: var(--secondary)!important;}
.btn-secondary{background-color: var(--secondary)!important;border-color: var(--secondary);}

.text-success{color: var(--success);}
.bg-success{background-color: var(--success)!important;}
.btn-success{background-color: var(--success)!important;border-color: var(--success);}

.text-danger{color: var(--danger)!important;}
.bg-danger{background-color: var(--danger)!important;}
.btn-danger{background-color: var(--danger)!important;border-color: var(--danger);}

.text-warning{color: var(--warning);}
.bg-warning{background-color: var(--warning)!important;}
.btn-warning{background-color: var(--warning)!important;border-color: var(--warning);}

.text-info{color: var(--info);}
.bg-info{background-color: var(--info)!important;}
.btn-info{background-color: var(--info)!important;border-color: var(--info);}

.text-dark{color: var(--dark)!important;}
.bg-dark{background-color: var(--dark)!important;}
.btn-dark{background-color: var(--dark)!important;border-color: var(--dark);}

.text-light{color: var(--light)!important;}
.bg-light{background-color: var(--light)!important;}
.btn-light{background-color: var(--light)!important;border-color: var(--light);}

.btn-primary:hover, 
.btn-secondary:hover, 
.btn-success:hover,
.btn-danger:hover,
.btn-warning:hover,
.btn-info:hover,
.btn-dark:hover,
.btn-light:hover{
	background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}
/* End Dynamic Color Settings */
section.article a {
    color: #d52527;
}

section.article a:hover {
    color: #003b9b;
}



/* Font Settings */

body{
  font-family: Poppins;
  
}
h1, h2, h3, h4, h5, h6{
  
  
}
.text-accent{
  
}
.text-script{
  
}
.navbar-nav .nav-link{
  
  
}

/* End Font Settings */


.scale {
  width: 100%;
  height: auto;
}
  section.first.article {
    padding-top: 150px;
}
img {
  max-width: 100% !important;
  height: auto;
}
.scale-embed {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.scale-embed iframe, .scale-embed object, .scale-embed embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%;
}
.video-embed {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.video-embed iframe, .video-embed object, .video-embed embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%;
}
.meta ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0px;
  font-size: 14px;
}
.meta ul li {
  display: inline-block;
  margin: 0 11px 0px 0px;
}
/*PAGINATION*/

.pagination-controller {
  display: block;
  padding: 0 0 70px;
}
.pagination {
  border-radius: 5px;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1000;
}
.pagination > li {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #333333;
  border-color: #000 !important;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  color: #ffffff;
  float: left;
  line-height: 38px;
  max-height: 40px;
  min-height: 40px;
  min-width: 50px;
  text-align: center;
  text-decoration: none;
}
.pagination li:last-child {
}
.pagination li a {
  background-color: #000000;
  border: medium none;
  color: #ffffff !important;
  display: block;
  text-align: center;
  width: 100%;
}
.pagination > li:hover {
}
.pagination li.previous a, .pagination li.next a {
  padding: 0 10px;
}
.pagination li a:hover, .pagination > li:hover a {
  background-color: #013c74 !important;
  color: #ffffff !important;
}
.pagination li.previous, .pagination li:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination li.next, .pagination li:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.clear-all {
  display: block;
  width: 100%;
  clear: both;
  height: 10px;
}
a.dropdown-toggle > b.caret {
  display: none !important;
}
li.dropdown:hover ul.dropdown-menu {
  display: block;
}
.nav b.caret {
  display: none;
}

section.first {
    padding-top: 150px;
}
  .contact-page {
    margin-top: 110px;
}

  footer a.nav-link:hover {
    color: #fff;
}
  .item-information {
    position: absolute;
    bottom: 0;
}

.item.news-article-block {
    position: relative;
}

a.article-title {
    font-weight: 600;
}

.text-shadow {
    text-shadow: 1px 1px 1px #000;
}

.item-information {
    background-color: rgba(0, 0, 0, .5);
    display: block;
    width: 100%;
    padding-top: 3px;
}
  h1.ruled span {
    color: #000000;
}
  .row.follow-us {
    border-bottom: 1px dotted #000000;
}

.card p {
    font-size: 10px;
}
  .card a.network {
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 13px;
}
  .card a.network {
    transition: all .2s ease-in-out;
}
  .utility-newsletter-button {
    background-color: #316531;
}
 .card a.network:hover {
    background-color: #df2626;
    border-radius: 0;
    transform: scale(1.1);
}
  .sticky-2 {
    position: sticky;
    top: 80px;
}
  a.utility-link {
    color: #316531;
    text-decoration: none;
}

a.utility-link:hover {
    color: #224622;
}
  .bio-font-awesome {
    font-size: 20px;
    color: #ffffff;
}

.bio-font-awesome:hover {
    color: #429042;
}
  .underlay-rev {
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 3%, #ffffff 3%, #3b4a3d 41%, #090909 82%);
    background: -webkit-linear-gradient(left, #ffffff 3%,#ffffff 3%,#3b4a3d 41%,#090909 82%);
    background: linear-gradient(to right, #ffffff 3%,#ffffff 3%,#3b4a3d 41%,#090909 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#243b4c',GradientType=1 );
    border-bottom: 1px solid #9a9898;
    border-top: 1px solid #9a9898;
}
  .bio-hero-background {
    background-color: #ff000000 !important;
    color: #ffffff;
}
  section.bio-body {
    background-color: #ffffff;
}
  section.first.bio-hero {
    background-color: #b4b5b8 !important;
    padding: 90px 0 30px 0;
}
  .mask-right {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 36%);
    mask-image: linear-gradient(to right, transparent 0%, black 36%);
}
  .bio-hero-background {
    padding-top: 0 !important;
}
.bg-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.bg-cover {background-size: cover;    background-position: right;}

.live-area {
    position: relative;
}
.bg-10-white {
    background-color: rgba(246, 246, 246, 0.5);
}
  
 .donation-form input[type=radio], .donation-form input[type=checkbox] {
    display: none;
}
  .donation-form input[type=radio] + label, .donation-form input[type=checkbox] + label {
    display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #d1d1d1;
    background-color:#d1d1d1;
    transition: all 0.5s ease;
  }
  .donation-form input[type=radio] + label:hover, .donation-form input[type=checkbox] + label:hover {
  display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #438843;
    background-color: #438843;
    text-shadow: none;
    transition: all 0.3s ease;
  }
  .utility-title {
    font-size: 30px;
}
  .donation-form input[type=radio]:checked + label, .donation-form input[type=checkbox]:checked + label {
    display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #316431;
    background-color: #316431;
    text-shadow: none;
    transition: all 0.5s ease;
}

  .text-small {
    font-size: medium;
}
  .text-accent {
}
  .text-script{
  }
  h4.text-script.text-accent {
}
  .cover {
    background-size: cover;
}
  .content-body li{
  	margin:0 0 20px 0;
        font-size: 1rem;
  } 
 

.shareaholic-service-parler {
      background-color: #A51300 !important;
}
a.shareaholic-service-parler:before {
    content: "" !important;
    background-image: url(https://mr.cdn.ignitecdn.com/client_assets/templateclone/media/themes/img/parler.png?1621611693);
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
}
a.pminc {
   
}
a.structure {
   
}
  .parler-icon {
    width: 15px;
    vertical-align: unset;
}

.navbar-brand {
    display: block;
    text-indent: -5000px;
 	
      
        
      
      
     
    background-repeat: no-repeat;
    overflow: hidden;
    width: 340px;
    height: 200px;
    background-size: contain;
}

header .header-image {
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    text-align: center;
  transition: all 0.2sease;
}
.main-story {
    padding-top: 110px;
}
.main-story__header {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.main-story__image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    min-width: 300px;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
    max-width: 19%;
  height: fit-content;
}
.main-story__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    position: relative;
    z-index: 1;
    padding: 0px 40px 0 35px;
    color: black;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 42px;
    margin-bottom: 0px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, ul, ol, blockquote, table, embed, iframe, object, video {
    margin-top: 20px;
    margin-bottom: 20px;
}
h1{
    margin-top: 20px !important;
    margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 1.35;
}
.main-story__link {
    display: inline-block;
    text-transform: uppercase;
    color: #df2626;
    font-size: 14px;
    font-weight: 900;
    line-height: 16px;
    margin-top: 20px;
}
.main-story__link-wr {
    display: block;
}
header .header-image img {
        max-width: 290px !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom {
    position: relative;
}
.border-bottom:after {
    content: '';
    background: #df2626;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 110px;
    height: 4px;
    border-radius: 0 20px 0 0;
}
.border-bottom:before {
    content: '';
    background: #eeeeee;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
}
.top-stories__story-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    font-size: 16px;
    font-weight: 600;
}
a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
a:hover, a:focus {
    text-decoration: none;
}
h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.31;
    padding: 20px 0;
    margin: 20px 0;
}
h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.17;
    margin: 20px 0;
}
.top-stories__blocks > div::before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 15px;
    height: 2px;
    width: calc(100% - 30px);
    background-color: #eeeeee;
}
.all-stories ul li a {
    display: inline-block;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}
h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.21;
    padding: 0 0 20px;
}
.all-stories ul li {
    border-bottom: 1px solid #eeeeee;
    position: relative;
}
li {
    font-size: 20px;
    line-height: 1.5;
    list-style: none;
}
.all-video {
    padding-bottom: 90px;
}
#bonginoreport_728x90_970x90_970x250_320x50_BTF, #bonginoreport_728x90_970x90_970x250_320x50_ATF {
    max-width: 970px;
    margin: 0 auto;
}
.all-video__block-video {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
    max-width: 20%;
    padding: 0 15px;
    margin: 20px 0 10px;
}
h6 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}
.all-video__block-video a {
    display: inline-block;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.all-video__block-video a span.image {
    display: inline-block;
    height: 192px;
    position: relative;
    width: 100%;
}
.all-video__block-video a span.image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
img {
    width: 100%;
    max-width: 100%;
}
.all-video__block-video a span.title {
    display: inline-block;
    position: relative;
    padding: 10px 20px 20px;
}
.all-video__block-video a span.title:before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #df2626;
    top: -40px;
    left: 25px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.all-video__block-video a span.title:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 13px;
    border-color: transparent transparent transparent white;
    top: -28px;
    left: 40px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.all-video__block-video h6 {
    margin: 0;
    height: 100%;
    -webkit-box-shadow: 0 2px 34px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 34px 0 rgb(0 0 0 / 10%);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
h6, .h6 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}
.all-video__block-video a span.image:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent transparent white transparent;
}

footer {
    background: #18191d;
    color: white;
    padding: 30px 0 20px;
}
footer .block-logo {
    line-height: 1;
}
footer .footer-logo {
    padding: 0 15px;
    line-height: 1;
}
footer .footer-logo img {
    max-width: 180px !important;
}
footer .right-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    padding: 0;
}
footer .right-block ul li {
    padding-left: 15px;
    padding-bottom: 5px;
}
footer .block-copy p {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}
.all-video__block-video h6:hover {
    -webkit-box-shadow: 0 2px 34px 0 rgb(0 0 0 / 40%);
    box-shadow: 0 2px 34px 0 rgb(0 0 0 / 40%);
}
.all-video__block-video h6:hover span.title:before, .all-video__block-video h6:hover span.title:after {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.all-video__block-video h6:hover a {
    color: #df2626;
}
.all-stories ul li:hover a {
    color: #df2626;
}
.all-stories ul li:nth-last-child(1) {
    border-bottom: none;
}
footer .right-block ul li a {
    font-size: 12px;
}
.image-att-style {
    background-color: #000;
    color: #bfbfbf;
}
a:hover{
    color:#df2626;
}
.attribution.small {color: #8e8e8e;margin: 25px 0;}
.attribution.small a {color: #8e8e8e;}
.attribution.small a:hover {color: #ffffff;}

b, strong {
    font-weight: bold;
}
.page_all .hrader_dark {
    width: 100%;
    height: 140px;
    background: #ffffff;
}
p {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.page_all .page-content {
    padding: 50px 15px;
}
li {
    font-size: 20px;
    line-height: 1.5;
    list-style: none;
}
.ad-image {
    width: auto !important;
}
.main-story__image:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 55%;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 0;
    border-color: transparent transparent #df2626 transparent;
    z-index: 2;
}
.main-story__link:hover {
    text-decoration: underline;
}
.top-stories__blocks > div:nth-child(4)::before, .top-stories__blocks > div:nth-child(5)::before, .top-stories__blocks > div:nth-child(6)::before {
    background-color: transparent;
}

.featured-image .attribution.small {
    margin: 0;
    font-size: 12px;
}

@media screen and (max-width: 1400px){
.main-story__title {
    font-size: 28px;
    line-height: 40px;
}
  .top-stories__blocks > div:nth-child(4)::before {
    background-color: #eeeeee;
}
}
@media screen and (max-width: 1199px){
.main-story__title {
    font-size: 26px;
    line-height: 38px;
    padding: 0px 40px 0 25px;
}
  header .header-image img {
    max-width: 280px !important;
}
}
@media screen and (max-width: 1399px) {
.all-stories__box {
    padding: 0 15px 20px;
}
}

@media screen and (max-width: 1199px) {
.all-video__block-video {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    max-width: 25%;
}
}
@media screen and (max-width: 991px){
.all-video__block-video {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
    max-width: 33%;
}
  h3, .h3 {
    font-size: 28px;
}
  .all-stories ul li a {
    padding: 10px 0;
}
  .main-story__image:before {
    width: 35%;
}
  h4, .h4 {
    font-size: 22px;
}
  header .header-image img {
    max-width: 280px !important;
}
}
@media screen and (max-width: 767px){
.all-video__block-video {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
}
  .top-stories__blocks > div:nth-child(5)::before {
    background-color: #eeeeee;
}
  header .header-image img {
    max-width: 280px !important;
}
  .main-story__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0px 15px;
}
  .all-stories ul li a {
    font-size: 14px;
}
}
@media screen and (max-width: 528px) {
.main-story__image {
    max-width: none;
}
}
@media screen and (max-width: 500px) {
.all-video__block-video {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 400px;
    margin: 10px auto;
}
  h4, .h4 {
    font-size: 20px;
}
  h3, .h3 {
    font-size: 26px;
}
}

span.main-story__link-wr {
margin-left: 35px;
    padding: 0 0 0 2px;
}

footer a:hover{
color:#ff0000;
}

h3.widget-title {
       margin: 0;
    font-size: 20px;
    padding-bottom: 5px;
}
div.br-widget {
    width: 288px !important;
    height: 675px !important;
    border: 1px solid #000000 !important;
    max-width: 400px !important;
}
.br-widget a.top-stories__link-box .top-stories__story-title {
    font-size: 13px !important;
}
.br-widget h2.lead_title {
    font-size: 20px !important;
}
.bug {
    right: 0 !important;
    bottom: 0 !important;
}

.bug a.text-small.text-white.font-weight-bold.text-uppercase {
    font-size: 12px  !important;
}
.homepage-ad-4 {
    margin-top: -50px;
}
section.homepage-ad-4 > div > div > div > div > div > div {
    height: auto !important;
}

h1.lead-story_title {
    line-height: 26px;
    font-size: 19px;
    font-weight: 700;
}
.bg-lighter {
    background-color: #f6f6f6;
}
.page_content.push-down {
    padding: 80px 0 0 0;
}
.feature-article {
    padding: 40px 0 0;
}



.play-btn {
    font-size: 30px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #df2626;
    color: white;
  transition: .3s all;
}

.play-btn svg {
    font-size: 22px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #df2626;
    color: white;
  transition: .3s all;
}

li.videoitem:hover .play-btn {
    width: 50px;
    height: 50px;
}
li.videoitem:hover .play-btn svg{
    font-size: 30px;
}


blockquote {
    margin: 0px 0px 0px 25px !important;
    display: block !important;
    padding: 0 0 0 20px !important;
    border-left: 5px solid #f0f0f0 !important;
}

.article-body ul li {
    list-style: disc !important;
}

.article-body ol li {
    list-style: auto !important;
}

.pod-host-wrapper {
    position: relative;
}
.home-pod-copy {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #00000085;
}
.pod-change-buttons-wrapper {
    margin-top: 10px;
}
.aspect-5-2 {
    aspect-ratio: 5 / 2;
    overflow:hidden;
}

.pod-host-wrapper {
    background-size: contain !important;
    background-repeat:no-repeat
}

.show-brand {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35%;
}

.pod-change-buttons-wrapper {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.hosts-networks-wrapper a {
    color: #fff;
}
.hosts-networks-wrapper svg {
    font-size: 25px;
    margin-left: 7px;
}

#pod-archive-ul .plItem {
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
    display: block;
    border: 1px solid #2e2e2e;
    padding: 10px;
    color: #9b9b9b;
    background-color: #121212;
}
#pod-archive-ul .plItem {
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
    display: block;
    border: 1px solid #2e2e2e;
    padding: 10px;
    color: #9b9b9b;
    background-color: #121212;
}
#pod-archive-ul .plItem:hover {
    color: #ffffff;
    cursor: pointer;
    background-color: #313131;
}
#pod-archive-ul .plItem:hover {
    color: #ffffff;
    cursor: pointer;
    background-color: #313131;
}
#pod-archive-ul span.plTitle {
    top: 0px;
}

@media screen and (max-width: 430px){
.aspect-5-2 {
    aspect-ratio: 5 / 2.5;
    overflow:hidden;
}
}

.networks {
    display: flex;
    justify-content: space-around;
}
.networks a {
    font-size: 25px;
}

.message.container {
    margin: 160px auto -160px;
}