/**** SCOREBOARD ****/
.mod-scoreboard.style7 .card {color:#222; border:0;}


/**** BANNER ****/
.mod-graphic-carousel.style5 .bg-light { background-color: #0B1A3B !important;}
.mod-graphic-carousel.style5 .controls .control.active {color: #fff; background: #0B1A3B;}
.mod-graphic-carousel.style5 .controls .control {color: #000; background: #ffff;}

/**** VIDEO ****/
.mod-recent-videos style1 .btn-outline-secondary, a.btn-outline-secondary {border-color: #41B6E6; color: #41B6E6;}
.mod-recent-videos style1 .btn-outline-secondary, a.btn-outline-secondary:hover,
.mod-recent-videos style1 .btn-outline-secondary, a.btn-outline-secondary:focus {border-color: #41B6E6; color: #fff;background-color: #41B6E6;}

.mod-recent-videos style1 .slick-prev .btn .btn-outline-secondary .slick-arrow {border-color: #41B6E6; color: #fff;background-color: #41B6E6;}
.mod-recent-videos style1 .slick-prev .btn .btn-outline-secondary .slick-arrow:hover,
.mod-recent-videos style1 .slick-prev .btn .btn-outline-secondary .slick-arrow:focus {border-color: #41B6E6; color: #41B6E6;}

.mod-recent-videos style1 .mod-recent-videos .video-thumbnail .fa {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 3rem;
    color: #dd0000;
    opacity: 0.8;
}

/**** MORE NEWS ****/
.mod-more-news.style2 .card {color: #000;}
.mod-news-rotator.style5 .story-box {background-color:rgba(5,20,35,0.8);}  


.btn-outline-primary, a.btn-outline-primary { border-color: var(--color-white); color: var(--color-white); }
.btn-outline-secondary, a.btn-outline-secondary { border-color: #fff; color: #fff; }

.section.footer .mod-site-footer.style4 .footer-contents .footer-address {   margin-top: 0;    font-size: 1.25rem;}
.section.footer .mod-site-footer.style4 .footer-contents > .p-5:first-child {      padding-top: 0rem !important;   padding-bottom: 1rem !important; }
.sr-only{background:#000;color: #fff;}

@media(min-width:992px){ 
    .header .mod-site-header .navbar-primary .navbar-logo img {  margin-top: -10px;     transition: all 0.1s;}
    html:not(.sticky-nav-primary) .header .mod-site-header .navbar-primary .navbar-logo img {    max-height: 130px;    margin-top: -42px; }
}