.insurance-overview-menu-widget {
    margin-top: 50px;
    margin-bottom: 50px;
    span.chevron-down {
        background: url(../images/down-arrow--white.svg);
        width: 20px;
        height: 15px;
        margin-top: 5px;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
    }
    ul {
        padding-left: 15px;
        margin-top: 10px;
        li {
            a {
                color: #575a5d;
                text-decoration: none;
                &:hover {
                    color: #575a5d;
                    text-decoration: underline;
                }
            }
        }
    }
    .accordion-button {
        a {
            background: #575a5d;
            padding: 50px 30px;
            display: inline-block;
            width: 100%;
            transition: background 0.7s ease;
            margin-bottom: 25px;
            max-height: 220px;
            p, span {
                color: #ffffff;
                text-align: center;
                padding-top: 0;
            }
            span {
                display:block;
            }
            img {
                height: 57px;
                margin: 0 auto;
                display: block;
                max-width: 70px;
                margin-bottom: 25px;
                bottom: 0;
                position: relative;
            }
            &:hover {
                text-decoration: none;
                background: #444648;
            }
        }
    }
}


/* Small devices (tablets, 767px and down) */
@media (max-width: 767px) {
    .insurance-overview-menu-widget {
        padding: 0;
        margin-bottom: 0px;
        span.fa {
            color: #ffffff;
            margin-top: 10px;
        }
        ul {
            padding-left: 30px;
            margin-top: 30px;
            margin-bottom: 40px;
        }
        .accordion-button {
            margin: 0 -20px;
            border-bottom: 1px solid #f0efed;
            a {
                background: #575a5d;
                padding: 15px 30px;
                display: inline-block;
                width: 100%;
                transition: background 0.7s ease;
                margin-bottom: -4px;
                border: none;
                p {
                    color: white;
                    text-align: left;
                    padding-top: 0;
                    display: inline-block;
                    float: left;
                    margin: 8px 15px;
                }
                img {
                    height: 30px;
                    margin: 0;
                    display: inline-block;
                    margin-bottom: 0px;
                    width: auto;
                    float: left;
                }
                &:hover {
                    text-decoration: none;
                    background: #444648;
                }
            }
        }
    }
}
