.claims-widget {
    margin-top: 50px;
    margin-bottom: 50px;
    h2 {
        text-align: left;
        color: #000;
        font-weight: 100;
        margin: 0 0 20px 0;
    }
    p {
        font-size: 1em;
        text-align: left;
        color: #575a5d;
        font-weight: 400;
        margin-top: 0;
        margin-bottom: 20px;
        a {
            transition: color 0.4s ease;
            font-size: 1em;
            text-align: center;
            color: #575a5d;
            font-weight: 100;
            margin-top: 0;
            margin-bottom: 20px;
            text-decoration: underline;
            &:hover {
                font-size: 1em;
                text-align: center;
                color: #999;
                font-weight: 100;
                margin-top: 0;
                margin-bottom: 20px;
                text-decoration: underline;
            }
        }
    }
    .dropup, 
    .dropdown {
        position: initial;
    }
    i.chevron-down {
        background: url(../images/down-arrow.svg);
        width: 20px;
        height: 15px;
        margin-top: 5px;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
    }
    i.chevron-up {
        background: url(../images/up-arrow.svg);
        width: 20px;
        height: 15px;
        margin-top: 5px;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .dropdown-group {
        position: inherit;
        display: inline-block;
        vertical-align: middle;
        width: 75%;
        float: left;
    }
    button.dropdown-toggle {
        background-color: #f0efed;
        padding: 15px 20px;
        font-size: 1em;
        font-weight: 600;
        color: #575a5d !important;
        float: left;
        border: 1px solid #ffffff;
        text-align: left;
        width: 100%;
        margin-bottom: 20px;
    }
    .dropdown-menu {
        position: absolute;
        top: 55px;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        padding: 0;
        margin: 0;
        list-style: none;
        font-size: 1em;
        font-weight: 600;
        text-align: left;
        background-color: #f0efed;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        width: 100%;
        li {
            margin: 0;
            a {
                display: block;
                margin: 0;
                padding: 15px 20px;
                clear: both;
                font-size: 1em;
                font-weight: 600;
                line-height: 1.42857143;
                color: #575a5d;
                white-space: nowrap;
                &:hover {
                    background: #575a5d;
                    color: #ffffff;
                }
            }
        }
    }
    button {
        &.primary-button {
            padding: 15px 20px;
            width: 25%;
        }
    }
    .claims-sidebar {
        background: #f0efed;
        padding: 40px;
        margin: 40px 0;
        h5, 
        h5.first-h5 {
            color: #575a5d;
            font-weight: 400;
            margin-top: 0;
            a {
                transition: color 0.4s ease;
                font-size: 1em;
                text-align: center;
                color: #575a5d;
                font-weight: 400;
                margin-top: 0;
                margin-bottom: 20px;
                text-decoration: underline;
            }
        }
        h5 {
            a:hover {
                font-size: 1em;
                text-align: center;
                color: #999;
                font-weight: 400;
                margin-top: 0;
                margin-bottom: 20px;
                text-decoration: underline;
            }
        }
        h5.first-h5 {
            margin-bottom: 30px;
        }
        p {
            color: #000;
            font-weight: 700;
            margin-bottom: 10px;
        }
    }
}


@media (max-width: 767px) {
    .claims-widget {
        margin-bottom: 0px;
        .sub-title-link {
            text-align: center !important;
            margin-bottom: 60px;
        }
        button {
            &.primary-button {
                width: 100%;
                margin-bottom: 50px;
                padding: 20px 20px;
            }
            &.dropdown-toggle {
                background-color: #f0efed;
                padding: 15px 20px;
                font-size: 1em;
                font-weight: 600;
                color: #575a5d !important;
                float: left;
                border: 1px solid #ffffff;
                text-align: left;
                width: 100%;
                margin-bottom: 20px;
                margin-top: 20px;
            }
        }
        .dropdown-group {
            position: inherit;
            display: inline-block;
            vertical-align: middle;
            width: 100%;
            float: left;
        }
        h1 {
            font-size: 2.5em !important;
        }
        h2 {
            font-size: 1.75em !important;
            margin: 0 0 10px 0;
        }
        P.sub-title {
            text-align: center;
            margin-bottom: 40px;
        }
        .claims-sidebar {
            background: #f0efed;
            padding: 20px 20px 50px 20px;
            margin: 0 -20px;
        }
  }
}
