/*---Hide Breadcrumbs on page load---*/
.cms-our-solutions .breadcrumbs {
    display: none;
}

.breadcrumbs-repositioned .breadcrumbs {
    display: block !important;
    opacity: 0;
    transition: ease all 600ms;
}

.cms-our-solutions #breadcrumbs-in-header {
    width: 100%;
}

.cms-our-solutions #breadcrumbs-in-header .breadcrumbs-content {
    margin-bottom: 17px;
}

.cms-our-solutions .breadcrumbs {
    margin-bottom: 0;
    padding-left: 0;
}

.cms-our-solutions .breadcrumbs li,
.cms-our-solutions .breadcrumbs li a,
.cms-our-solutions .breadcrumbs strong {
    color: #ffffff !important;
    font-weight: 400 !important;
    font-size: 14px;
    text-decoration: none;
    /*text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3) !important;*/
}

/*---Header Banner Styling--*/
.cms-our-solutions #solutions-page-header-text {
    display: block;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3) !important;
}

.cms-our-solutions #header-column .inner-container {
    width: fit-content;
    margin: 0 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.cms-our-solutions #header-column {
    min-height: 240px;
}

.cms-our-solutions #solutions-page-header-text h1 {
    margin-bottom: 0;
}

.cms-our-solutions #solutions-header-block {
    width: 100%;
    min-height: 240px;
    max-height: 240px;
    background-image: url(https://boltfast.co.za/fishgate/images/solutions/solutions-header-banner.jpg);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: cover;
}

.cms-our-solutions #header-image {
    position: absolute;
    top: 20px;
    left: -10px;
    width: 186px;
    min-width: 186px;
    max-height: 301px;
}

#banner-image-container {
    position: relative;
    min-height: 240px;
    overflow: visible;
}

/*---Solutions Grid Styling---*/
.cms-our-solutions .container-flex-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.cms-our-solutions .container-flex-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.cms-our-solutions .grid-item {
    width: 298px;
    position: relative !important;
    max-height: 60px;
    margin: 15px;
    transition: ease all 1000ms;
}

.cms-our-solutions .grid-item.open {
    width: 298px;
    position: relative !important;
    max-height: 800px;
    margin: 15px;
    transition: ease all 1000ms;
}

.cms-our-solutions .element-header {
    width: calc(100% - 73px);
}

.cms-our-solutions .toggle-header {
    cursor: pointer;
}

.cms-our-solutions .element-header .element-header-text {
    width: 100%;
    font-size: 20px;
    color: #00ADEF;
    display: block;
    margin: 0 0 0 0;
    padding: 0 16px 0 0;
    position: relative;
    line-height: 22px;
}

.cms-our-solutions .element-header .element-header-text:before {
    content: '';
    display: block;
    width: 2px;
    height: 15px;
    background-color: #00ADEF;
    transform: rotate(-45deg);
    position: absolute;
    right: 26px;
    top: calc(50% - 8px);
}

.cms-our-solutions .element-header .element-header-text:after {
    content: '';
    display: block;
    width: 2px;
    height: 15px;
    background-color: #00ADEF;
    transform: rotate(45deg);
    position: absolute;
    right: 16px;
    top: calc(50% - 8px);
}

.cms-our-solutions .grid-item.open .element-header .element-header-text:before {
    content: '';
    display: block;
    width: 2px;
    height: 15px;
    background-color: #00ADEF;
    transform: rotate(45deg);
    position: absolute;
    right: 26px;
    top: calc(50% - 8px);
}

.cms-our-solutions .grid-item.open .element-header .element-header-text:after {
    content: '';
    display: block;
    width: 2px;
    height: 15px;
    background-color: #00ADEF;
    transform: rotate(-45deg);
    position: absolute;
    right: 16px;
    top: calc(50% - 8px);
}

.cms-our-solutions .element-container {
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    background-color: #ffffff;
    position: relative;
    z-index: 2;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 14px), calc(100% - 9px) 100%, 0% 100%);
}

.cms-our-solutions .border-container {
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    background-color: #000000;
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 15px), calc(100% - 10px) 100%, 0% 100%);
}

.cms-our-solutions .toggle-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.cms-our-solutions .element-img-container {
    background-color: transparent;
    width: 73px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cms-our-solutions .grid-item:nth-child(1) .element-img-container img {
    display: block;
    width: 42px;
    height: 35px;
}

.cms-our-solutions .grid-item:nth-child(2) .element-img-container img {
    display: block;
    width: 40px;
    height: 33px;
}

.cms-our-solutions .grid-item:nth-child(3) .element-img-container img {
    display: block;
    width: 40px;
    height: 43px;
}

.cms-our-solutions .grid-item:nth-child(4) .element-img-container img {
    display: block;
    width: 27px;
    height: 38px;
}

.cms-our-solutions .grid-item:nth-child(5) .element-img-container img {
    display: block;
    width: 37px;
    height: 37px;
}

.cms-our-solutions .grid-item:nth-child(6) .element-img-container img {
    display: block;
    width: 43px;
    height: 33px;
}

.cms-our-solutions .grid-item:nth-child(7) .element-img-container img {
    display: block;
    width: 50px;
    height: 25px;
}

.cms-our-solutions .grid-item:nth-child(8) .element-img-container img {
    display: block;
    width: 38px;
    height: 43px;
}

.cms-our-solutions .grid-item:nth-child(9) .element-img-container img {
    display: block;
    width: 34px;
    height: 37px;
}

.cms-our-solutions .element-content {
    width: 100%;
    padding: 0 12px;
    margin-bottom: 0;
    max-height: 0;
    transition: ease all 1000ms;

}

.cms-our-solutions .element-content {
    width: 100%;
    padding: 0 25px;
    margin-bottom: 0;
    overflow: hidden;
    max-height: 0;
    transition: ease all 1000ms;

}

.cms-our-solutions .element-content.open {
    width: 100%;
    padding: 10px 25px 25px 25px;
    margin-bottom: 0;
    overflow: hidden;
    max-height: 800px;
    transition: ease all 1000ms;
}

.cms-our-solutions .element-text {
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    display: block;
    padding: 0;
}

/*---Mobile Styling---*/

@media only screen and (min-width: 769px) and (max-width: 980px) {

    .cms-our-solutions .mobile-full-width {
        width: 80% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: unset !important;
    }


}

@media only screen and (min-width: 481px) and (max-width: 768px) {

    .cms-our-solutions .mobile-full-width {
        width: 80% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: unset !important;
    }

}


@media only screen and (min-width: 320px) and (max-width: 480px) {

    .cms-our-solutions #solutions-header-block {
        background-position-x: 68% !important;
    }

    .cms-our-solutions #solutions-page-header-text h1 { max-width: 245px !important; }

    .cms-our-solutions #about-page-header-text h1,
    .cms-our-solutions #about-page-header-text h1 strong {
        margin-bottom: 0;
        font-size: 35px !important;
        line-height: 40px !important;
        padding-right: 20px;
    }

    .cms-our-solutions .mobile-full-width {
        width: 90% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: unset !important;
    }

    .cms-our-solutions #solutions-toggle-section .solutions-toggle-section-inner {
        padding-top: 50px !important;
        padding-bottom: 10px !important;
    }

}