.academyHeading h1 {
    font-family: 'Gelasio';
    text-transform: none;
    font-size: clamp(3.90625rem, 3.35vw + 3.225rem, 6.25rem);
    letter-spacing: initial;
    word-spacing: normal;
    padding-left: 0;
}

.academyHeading::after {
    content: '';
    display: none;/**can be updated later.. TBD**/
    width: 90%;
    max-width: 400px;
    height: 80px;
    background-image: url('/wp-content/themes/arpa/assets/img/colourband.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -40px;
    right: 80px;
}

@media (max-width: 550px) {
    .academyHeading::after {
        right: 20px;
        height: 40px;
        bottom: -20px;
    }
}

.academyHeading {
    position: relative;
    height: 95vh;
    display: flex;
    min-height: 500px;
    max-height: 780px;
    align-items: end;
    padding: 5vw;
}

.academyHeading::before {
    content: '';
    position: absolute;
    top: 80px;
    left: 5vw;
    width: 52%;
    height: 80px;
    max-width: 200px;
    background-image: url('/wp-content/themes/arpa/assets/img/ARPAAcademy-LogoWhite-scaled.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 550px) {
    .academyHeading::before {
        left: 0;
        right: 0;
        top:10px;
        width: 100%;
        height: 74px;
    }
}

.editor-visual-editor{
    background:white;
}

.academySection .btn, .academyHeading .btn {
    background: #c7453f;
    color:white;
    border-color:#c7453f;
    border-radius: 0.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top:0.4rem;
    padding-bottom:0.4rem;
}
.academySection .btn{
    width: 100%;
}

.academySection img, .academyHeading img {
    border-radius: 1rem;
}

.academySection .academyColourBlob img{
    border-radius:0;
}
@media (max-width: 576px) {
    .academySection p, .academyCTASection p, .academyHeading p {
        font-size: 12pt;
    }
}


.academyCTASection {
    background-image: url('/wp-content/themes/arpa/assets/img/ARPAAcademy-Web-ImageEdit (1).webp');
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #2e2a51;
}

section.academyCTASection, header.academyHeading {
    color: #eee;
}

section.academyCTASection p, section.academySection p, header.academyHeading p {
    font-family: 'Gelasio' !important;
    letter-spacing: initial;
    word-spacing: initial;
}

section.academyCTASection h1, section.academySection h1, header.academyHeading h1 {
    font-family: 'Gelasio' !important;
    letter-spacing: initial;
    word-spacing: initial;
    text-transform: none;
    font-style:initial;
    zoom:1;
}

section.academyCTASection h2, section.academySection h2, header.academyHeading h2 {
    font-family: 'Gelasio' !important;
    letter-spacing: initial;
    word-spacing: initial;
    text-transform: none;
    font-style:initial;
    zoom:1;
}

.academyColourBlob {
    border-radius: 1rem;
    margin: 1rem;
    padding: 2rem;
}

.academyFooter {
    width: 100%;
    height: 25vw;
    background-color: #2d2c55;
    background-image: url('/wp-content/themes/arpa/assets/img/ARPAAcademy-LogoWhite-scaled.png');
    background-size: 150px;
    background-repeat: no-repeat;
    background-position: center center;
    max-height: 250px;
}

.academyVideo video{
    border-radius: 1rem;
    box-shadow: 0px 2px 6px #cf5339b8;
    border: 9px solid #2d2c54;
}