:root{
    --base: #003c86;
    --primary: #e30521;
    --secondary:#7fa8d1;
    --secondary-light:#7fa8d1;
    --secondary-pale:#f3f7f9;
    --secondary-shine:#92c8e7;
    --gray:#d4d7da;
    --gray-2:#949ba3;
    
}
.bg-circles-tr, .home-activities, .bg-circles-tl-br, .block-half-content, .bg-circles-br{
    background-image: none!important;
}
.hero-banner .hero-circles{
    display: none!important;
}

.figures .bg-secondary{
    background:var(--primary);
}

.footer .footer-logos h5, .footer .footer-copyright{
    color:var(--secondary);
}

.hero-banner{
    background-size: cover;
}
.reasons .nav-tabs a::after{
    border-left: 10px solid var(--base);
}
.reasons .nav-tabs li.is-active a:hover {
    color: var(--secondary);
}
 h2::after {
    background: var(--base);
 }
 h2.no-border::after {display: none}

 .block-overlap-bg {
    padding-bottom: 8%;
}

.header .tagline .tagline-event{
    color: var(--base);
}

@media (min-width: 992px){
    .figures [class*=col]:not(:first-child) {
        border-left: 1px solid #ffffff!important;
    }
    .hero-home .hero-home-content h1.display-title{
        font-size: 5rem;
    }
    .home-fame {
        padding-top: 0    
    }
    .hero-home .slick-active .hero-home-content {
        padding-top: 0%;
    }
}

small {font-size: .8rem;}

.program-navdates li.nav-day {
    width:33%;
    text-transform: uppercase;
}

.program-navdates li a {
    /* color: var(--primary); */
    font-size: .85rem;
}

/* .program-navdates li .active::after {
    background: var(--primary);
} */

.hero-banner h1{
    color: #ffffff;
}
.hero-banner {
    background-image: url(https://www.theafricaceoforum.com/forum-2022/wp-content/uploads/sites/5/2021/11/int1400x720v02-2.jpg);
}

.hero-home .bg {
    background-position: center center;
}

.hero-home .overlay.overlay-base::before {
    background-color: rgba(14,64,101,.15);
}
.figures.overlay.overlay-base::before{
    display: none;
}

.page-summary .program-navdates li a.active{
    background: var(--base);
    color: #FFF;

}
.page-summary .program-navdates::after{
            
        content: "";
        background: var(--base);
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0;
}
.page-summary .program-navdates{
    position: relative;
}
.page-summary .program-navdates li .active::after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    display: block;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 10px solid var(--base);
    left: calc(45% - 10px);
    bottom: -10px;
    background: none;
}
.page-summary .program-navdates{
    align-items: stretch;
}
.page-summary .program-navdates a{
    height: 100%;
    display: flex;
    align-items: center;
    padding: 1rem 1rem;
}


.page-summary .program-navdates li.nav-day {
    margin: 0 5px;
}

.page-summary .program-navdates li a{
    color:var(--base);
}

@media (max-width: 1239.98px){
    .program-list .program-hour-text {
        padding: 0 15px 0 0;
    }
}

@media (max-width: 991.98px){
    .hero-home .hero-home-content {
        bottom: initial;
        transform: none;
        top: 30%;
    }
    .program-navdates li a {
        font-size: .65rem;
    }
    .program-navdates li.nav-day {
        width: 45%;
    }
   
    .program-list .program-hour {
        font-size: .9rem;
    }

}

.header .header-actions .btn-network:hover {
    color: #FFF;
}
