html {
    scroll-behavior: smooth;
}

.sidebar-tools a img{
    margin-right: 10px;
}

#bannerBackground {
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 340px;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.45);
    font-size: 60px;
    font-weight: 400;
    line-height: 76px;
    text-transform: uppercase;
    margin-top: 90px;
}

.accordion-title::before {
    float: right !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068";
}

.accordion-title.collapsed::before {
    content: "\f067";
}

.accordion-title .header-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    margin-left: 1rem;
    margin-bottom: 0 !important;
}

.card-header {
    padding: 0;
    border-bottom: none;
    background-color: #fafafa;
}

.accordion .card {
    border: none;
    border-bottom: 1px solid #dee2e6;
}

.accordion > .card > .card-header {
    border-top: 1px solid #dee2e6;
    border-bottom: 0px;
}

.accordion .card-body {
    border-left: none;
    border-right: none;
    padding-left: 40px;
    padding: 0px 100px 30px 20px;
}

.card {
    background-color: #FAFAFA;
    border-left: 0px;
    border-right: 0px;
}

#iColourAccordion .card:first-child {
    border-top: 0px;
}

#iColourAccordion .card:last-child {
    border-bottom: 0px;
}
 
#iColourAccordion .card:nth-child(2), 
#iColourAccordion .card:last-child {
    border-top: 0px;
}

#stickyImage {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
}

.download-image {
    width: 80%;
}

@media only screen and (max-width: 991.98px) {
    .download-image {
        width: 100%;
    }
}

@media only screen and (max-width: 767.98px) {
    .accordion .card-body {
        padding: 0 0 30px 0;
    }
    
    .download-image {
        width: 60%;
        margin: 0 auto;
        gap: 10px;
    }
}