.srJumbo1 {
    background:url('/2021bb/assets/img/downloadSignpost1.jpg');
    color:#fff!important;
    min-height:137px;
}
.srJumbo1 h2, .srJumbo3 h2 {
    margin-top:27px!important
}
.srJumbo1:hover, .srJumbo2:hover, .srJumbo3:hover {
    opacity:0.7;
}
.srJumbo2 {
    background:url('/2021bb/assets/img/downloadSignpost2.jpg');
    color:#fff!important;
    min-height:137px;
}
.srJumbo3 {
    background:url('/2021bb/assets/img/downloadSignpost3.jpg');
    color:#fff!important;
    min-height:137px;
}
.srJumbo1 p, .srJumbo2 p, .srJumbo3 p {
    color:#fff;
}
.srDownloads h3, .srDownloads a { 
    color:#fff;
    text-decoration:none;
}
.srDownloads a:hover {
    opacity:0.7;
}
.bbAccordion .btn-link svg {
    color:#fff;
    display:none;
}
.bbAccordion .card-header {
    background-color: #A63066;
    color: #fff;
}
.bbAccordion .btn-link {
    color:#fff;
}
.btn-link:hover {
    text-decoration:none;
}
.btn-link:focus {
    outline:none;
    box-shadow:none;
    text-decoration:none;
}
.downloadSR {
    margin-top:5px; 
    max-width:320px;
    display:block;
    text-align:center;
    border-radius: 6px;
    padding: 10px 20px;
    font-family: 'Hero Junior Super';
    border:none;
}
.downloadSR:hover {
    text-decoration: none;
}
.srPurpleButton {
    background-color:#D6C0D5!important;
    color:#7F398F!important;
}
.srPurpleButton:hover {
    background-color:#773E8B!important;
    color:#fff!important;
}
.srYellowButton {
    background-color:#ffe2b9!important;
    color:#FF9E19!important;
}
.srYellowButton:hover {
    background-color:#FF9E19!important;
    color:#fff!important;
}
.srTealButton {
    background-color:#cef6f0!important;
    color:#0BD4B2!important;
}
.srTealButton:hover {
    background-color:#0BD4B2!important;
    color:#fff!important;
}
.srRedButton {
    background-color:#fad6db!important;
    color:#E8334A!important;
}
.srRedButton:hover {
    background-color:#E8334A!important;
    color:#fff!important;
}
.srBlueButton {
    background-color:#d7eef9!important;
    color:#36A9E0!important;
}
.srBlueButton:hover {
    background-color:#36A9E0!important;
    color:#fff!important;
}
.srClaretButton {
    background-color:#edd6e0!important;
    color:#A33165!important;
}
.srClaretButton:hover {
    background-color:#A33165!important;
    color:#fff!important;
}
.srPinkButton {
    background-color:#f9d8e6!important;
    color:#E33E82!important;
}
.srPinkButton:hover {
    background-color:#E33E82!important;
    color:#fff!important;
}
.srGreenButton {
    background-color:#e0efd2 !important;
    color:#62B01E!important;
}
.srGreenButton:hover {
    background-color:#62B01E!important;
    color:#fff!important;
}
.srDownloads  {
    margin-top:40px;
}
@media (min-width: 768px) {
    .bbAccordion .btn-link svg {
        color:#fff;
        display:block;
    }

}