/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Member Edit Page */
.tpf-member-edit {
    width: 80%;
    margin: auto;
    margin-top: 40px;
}

.tpf-member-edit-header {
    display: flex;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.tpf-button,
.acf-button {
    padding: 10px 20px;
    background: rgb(36, 60, 141);
    color: white;
    border: none;
}

.tpf-member-edit-form {
    padding: 40px;
    border: 1px solid rgb(36, 60, 141);
    border-radius: 6px;
    background: #f6f7f7;
}

/* Home Page Header */
#home-header .hundred-percent-height {
    overflow-y: auto !important;
}

@media only screen and (max-width: 820px) {
    #home-header h1.fusion-responsive-typography-calculated {
        font-size: 30px;
    }
}

.btma-supported-label {
    background: #85A9C8;
    color: white;
    text-align: center;
    padding: 10px;
}