#borrow_page_banner {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    width: 60%;
    font-weight: bold;
    text-shadow: 2px 2px 5px #000000;
}

#borrow_banner_text {
    color: #FFFFFF;
    line-height: 45px;
    font-weight: 600;
}

.loan-header {
    padding: 20px 20px;
    margin-bottom: 0;
    background-color: #666666;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    color: #FFFFFF;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 90px;
}

/*vertically center*/
.vertical-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.card-shadow {
    box-shadow: 1px 4px 8px rgba(0, 0, 0, .2);
    border-radius: 8px !important;
}

.shallow-border, .shallow-border > .list-group .list-group-item {
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.program_highlights {
    list-style: none !important;
    color: #bbbbbb !important;
}

.program_highlights > li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    width: 16px;
    margin-right: 8px;
}

.borrow-image {
    background-image: url('/wp-content/plugins/devtac-website-customization/images/background-borrow.jpg');
}
