.workflow-step {
    display: none;
}

.bullet-list { padding-left:20px; list-style:circle; }
    .bullet-list li { margin-bottom:10px; }

.logo img {
    max-width: 100%;
    margin-top: 20px;
}

.give-banner img {
    max-width: 100%;
    margin-top: 20px;
}

.new-request button {
    margin-top: 20px;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 160px;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
}

    footer img {
        max-width: 100%;
        max-height: 100%;
    }

    footer .row > div {
        text-align: center;
    }

/* Source: http://www.abeautifulsite.net/whipping-file-inputs-into-shape-with-bootstrap-3/ */    
.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }