.navbar {
	min-height: 60px;
}

.m-logo-retina {
    height: 45px;
}

/* Indents and shrinks Community Hub navigation items */
.nav-child {
    margin-left: 2em;
    font-size: .9em;
}

/* hide the create account button on the login page */
.m-login a[href*="nc__createaccount"] {
	display: none;
}