/* Application Form */

.app-form .section {
    margin-bottom: 30px;
    background-color: #F8F8F8;
    border: 1px solid #CCCCCC;
}

.app-form .section:last-child {
    margin-bottom: 0;
}

.app-form .section-header {
    padding: 5px 10px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    background-color: #242424;
    border-bottom: 1px solid #CCCCCC;
}

.app-form .section-content {
    padding: 20px 20px;
}

.app-form label {
    font-size: 16px;
    line-height: 150%;
}

.app-form .form-group {
    margin-bottom: 10px;
}

.app-form hr {
    border-top: 1px solid #a4a4a4;
}