.usa-alert {
    background-color: #f1f1f1;
    background-position: 2rem 2rem;
    background-repeat: no-repeat;
    background-size: 5.2rem;
    padding: 2rem 2rem 1.4rem 3rem;
    position: relative;
    border-bottom: 1px solid black;
}

    .usa-alert:before {
        background-color: #8b8b8b;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 1rem;
    }

    .usa-alert a {
        color: #205493;
    }

        .usa-alert a:focus, .usa-alert a:hover {
            color: #112e51;
        }

    .usa-alert ul {
        margin-bottom: 0;
        margin-top: 1rem;
        padding-left: 1rem;
    }

.usa-alert-slim {
    background-position: 2rem 1rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

    .usa-alert-slim .usa-alert-text:only-child {
        margin-bottom: .5rem;
        padding-top: .5rem;
    }

.usa-alert-icon {
    display: table-cell;
    padding-right: 1rem;
}

.usa-alert-body {
    display: table-cell;
    padding-left: 5rem;
    vertical-align: top;
}

.usa-alert-heading {
    margin-top: 0;
    margin-bottom: 0;
}

.usa-alert-text {
    font-family: Source Sans Pro,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    margin-bottom: 0;
    margin-top: 0;
}

    .usa-alert-text:only-child {
        margin-bottom: 1rem;
        padding-top: .5rem;
    }

.usa-alert-success {
    background-color: #e7f4e4;
    background-image: url(../Images/Alerts/success.png);
    background-image: url(../Images/Alerts/success.svg);
}

    .usa-alert-success:before {
        background-color: #2e8540;
    }

.usa-alert-warning {
    background-color: #fff1d2;
    background-image: url(../Images/Alerts/warning.png);
    background-image: url(../Images/Alerts/warning.svg);
}

    .usa-alert-warning:before {
        background-color: #fdb81e;
    }

.usa-alert-error {
    background-color: #f9dede;
    background-image: url(../Images/Alerts/error.png);
    background-image: url(../Images/Alerts/error.svg);
}

    .usa-alert-error:before {
        background-color: #e31c3d;
    }

.usa-alert-info {
    background-color: #e1f3f8;
    background-image: url(../Images/Alerts/info.png);
    background-image: url(../Images/Alerts/info.svg);
}

    .usa-alert-info:before {
        background-color: #02bfe7;
    }

.usa-alert-no_icon {
    background-image: none;
}

.usa-alert-paragraph {
    width: 66ch;
}

 h3.usa-alert-heading  {
    clear: both;
    font-family: Merriweather,Georgia,Cambria,Times New Roman,Times,serif;
    line-height: 1.3;    
    font-size: 2rem;
    font-weight: 700;
    color: #212121;
}

/*.usa-alert {
    margin-top: 1.5em;
}*/
