﻿picture {
    pointer-events: none !important;
}

.main-cta {
    background-color: #c03bc4;
}

.main-carousel h2, .main-carousel h1 {
    color: #c03bc4;
}

.main-carousel p {
    color: #ffffff;
}

.main-carousel .card-background .card-img {
    width: 100% !important;
}

@media(max-width: 1084px) {
    .main-carousel .card-foreground p {
        color: #000;
    }
}

.about-initiative {
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/en-za/emergingpartnerprogramme/images/bg-illustration.jpg');
}

.about-initiative .content {
    text-align: center;
    border-radius: 24px;
    background-color: #fff;
}

.cards-section {
    background-color: #edeffb;
}

.cards-section .card {
    padding: 15px;
    height: 100%;
    background-color: #fff;
}

.graduation-criteria {
    background: linear-gradient(#d6d0f1, #edeffb);
}

.graduation-criteria img {
    border-radius: 24px;
}

.celebrating-successes {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../../images/celebrating.jpg");
}

.celebrating-successes .container {
    position: relative;
    z-index: 2;
}

.celebrating-successes:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(103, 26, 163, 0.4);
}

.celebrating-successes h2, .celebrating-successes p {
    color: #fff;
}

.partner-events {
    background-color: #ebedfc;
}

.partner-events .card.material-backdrop {
    border-radius: 24px;
}

.resources-programs {
    background-color: #ebedfc;
}

.resources-programs .tab-standard .tab-group {
    border: none;
}

.resources-programs .tab-standard .tab-group a.tab-group-item {
    border: none;
    margin: 0;
    padding: 10px 20px;
    border-bottom: 2px solid transparent;
    background-color: transparent;
}

.resources-programs .tab-standard .tab-group a.tab-group-item:hover,
.resources-programs .tab-standard .tab-group a.tab-group-item:focus {
    margin: 0;
    padding: 10px 20px;
}

.resources-programs .tab-standard .tab-group a.tab-group-item.active {
    border-bottom: 2px solid #c03bc4;
}