/* ==================== FOUNDATION HEADER (logo + join only) ==================== */
.fnd-header .header-mainmenu {
    padding-top: 4px;
    padding-bottom: 4px;
}

.fnd-header .header-mainmenu .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
}

.fnd-header .header-navbar {
    justify-content: space-between;
    min-height: 44px;
}

.fnd-header .header-brand .logo img {
    width: auto;
    height: 44px;
}

.fnd-header .header-action .header-btn .edu-btn {
    height: 44px;
    line-height: 44px;
    padding: 0 24px;
    font-size: 17px;
}

@media only screen and (max-width: 1199px) {
    .fnd-header .header-mainmenu .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .fnd-header .header-mainmenu {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .fnd-header .header-mainmenu .container-fluid {
        padding-left: 14px;
        padding-right: 14px;
    }

    .fnd-header .header-navbar {
        min-height: 38px;
    }

    .fnd-header .header-brand .logo img {
        height: 36px;
    }

    .fnd-header .header-action .header-btn {
        display: block;
    }

    .fnd-header .header-action .header-btn .edu-btn {
        height: 38px;
        line-height: 38px;
        padding: 0 18px;
        font-size: 15px;
    }
}
