.background-green{
    background: #65A21A;
}
.background-blue{
    background: #089DD9;
}
.background-purple{
    background: #40008D;
}
.background-orange{
    background: #F7931D;
}
.background-pink{
    background: #EC008B;
}
.background-dark-blue{
   background: #0071BB;
}
.colouredcards .card-header button {
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
    display: block;
    color: #FFF;
    margin: 0;
}
#content-column h3.coloured-card-title{
    margin:0;
    font-size: 1.5rem;
    color: #FFF;
}
#content-column h3.coloured-card-title:after {
    display: block;
    content: '';
    width: 60px;
    height: 4px;
    background: #FFF;
    margin-top: 24px;
}
.colouredcards h4{
    font-size: 1.125rem;
}
.colourededcards .card-header {
    padding: 24px;
    border-radius: 0;
    border: none;
}
.colourcards .card-footer {
    background: none;
    border: none;
    border-radius: 0;
}
.btn-link {
    width: 100%;
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
}
.btn-link a.btn-link:visited{
    text-decoration: none;
}
.btn-link:hover,a.btn-link:hover {
    color: #000;
    cursor: pointer;
    box-shadow: none;
    text-decoration: none;
}
.btn-link,a.btn-link {
    color: #222;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    text-align: left;
    border-radius: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-width: 0;
}
.btn-link.btn-arrow:after {
    display: inline-block;
    float:right;
    font: var(--fa-font-solid);
    content: "\f055";
    transform: rotate(-360deg);
    transition: all 2s ease;
}
.colouredcards .collapse.show+.card-footer .btn-link.btn-arrow:after {
    font: var(--fa-font-solid);
    content: "\f056";
    font-weight: 900; 
    transition: all 2s ease;
}
.content-center{
    justify-content: center;
}
.colouredcards.card-shadow {
    box-shadow: 0 0 36px rgba(94, 106, 113, 0.2);
    border: 1px solid #dbdbdd;
    border-radius: 20px;
}
.colouredcards.card-shadow:hover {
    box-shadow: 0 0 36px rgba(94, 106, 113, 0.4);
    border-color: #ccc;
}
.card-header:first-child{
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.card-footer{
    background-color: initial;
}