/*
 * Theme Name: Northeastern University Theme
 * Author: NewCity Team
*/

/* non-deployment styles */

/*
 * header CTAs in local header search wrapper
 */

.mobile-nav-header__search {
    display: flex;
    justify-content: flex-end;
}

form.search-form { flex: 1; }

.mobile-nav-header { flex-direction: column; }

.mobile-nav-header__button {
    display: flex;
    max-width: 6rem;
    padding: 0.125rem 0.75rem;
}

.menu-toggle { margin-bottom: 1rem; }

.lh-cta {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    padding: 0.125rem 1rem;
    font-size: 0.75rem;
    font-weight: bold;
}


.lh-cta:hover { color: #fff; }

.bg-red { background-color: #c50000; }
.bg-black { background-color: #333333;}

.bg-red:hover { background-color: #811a12; }
.bg-black:hover { background-color: #000;}

form.search-form .search-field {
    background-color: #dfdfdf;
    max-width: none !important;
}

@media print, screen and (min-width: 40em) {
    .mobile-nav-header {
        justify-content: flex-end !important;
        flex-direction: row;
    }

    .mobile-nav-header__search {
        max-width: 30rem;
    }
}
