
/*Federal Student Aid*/

.brand-content {
    font-family: Helvetica, Arial, sans-serif;
    background: #ffffff;
}

.brand-color-primary {
    font-family: News Cycle;
    font: bold;
    font-size: 36px;
    color: #040E13;
    border-bottom: 1px;
    border-bottom-color: #BDC1C2;
}

.brand-color-secondary {
    font-family: Noto serif;
    font-size: 16px;
    color: #040E13;
}

.brand-button {
    background-color: #227AA7;
    border: none;
    font-family: News Cycle;
    font: bold;
    font-size: 16px;
    color: #ffffff;
}

.alertBox input[type=submit] {
    background: blue;
    border-color: blue;
    color: #ffffff;
}

