
.header {    
    background-color: #fff;
}
.header .container {
    border: none;
}
.header-links {
    top: 0;
}
.header .mobile-logo {
    height: 38px;
}

.header .header-container {
    padding: 15px 0px !important;
}


#already-member-header-link img {
    width: 26px;
    height: 26px;
    float: none !important;
    margin: -3px 5px 0 0;    
}

#already-member-header-link {
    margin-bottom: 10px;
    min-height: 36px !important;
    height: 36px !important;
    border-radius: 18px !important;
    padding: 7px 25px !important;

    font-size: 14px !important;
    line-height: 20px !important;
    font-family: 'Gotham A' !important;
    font-weight: 325 !important;
}

.header .header-content {
    font-family: 'Gotham A' !important;
    margin-top: 0px !important;
    font-size: 13px !important;
    line-height: 19px !important;
    margin: 18px 0;
    font-weight: 600 !important;
    text-align: right;

}

.header .header-content .phone-number {
    font-size: 13px !important;
    line-height: 19px !important;
    font-weight: 400;
    float: none;
}

.header .header-subtitle {
    font-size: 12px !important;
    line-height: 18px !important;
    font-weight: 350;
    float: none;
}

.header-links {
    display: flex;
    flex-direction: column;
    height: fit-content !important;
    width: 100%;
    align-items: end;
}

.header .container .row {
    margin: 0px !important
}
.header #header-link-application {
    width: 100%;
}
.header .mobile-logo {
    height: 35px;
}

.header .header-container {
    display: flex;
    flex-direction: row;
    padding: 10px 15px;
    width: 100%;
}

@media screen and (max-width: 567px) {
    .header .header-container {
        display: flex;
        flex-direction: column;
        padding: 10px 15px;
        width: 100%;
    }

    .header-content {
        text-align: left !important;
        padding-top: 15px !important;
    }
}