/* Table of Contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Menu
*/


/* Old Breakpoints
––––––––––––––––––––––––––––––––––––––––––––––––––
0-639		single column
640-1023	2 columns
1024+		standard layout, but changing margins/padding/type-size
1800+		extra large layout

*/

/* Breakpoints
––––––––––––––––––––––––––––––––––––––––––––––––––
0-374		2 columns
375-639		6 columns
640-1023	12 columns
1024-1439	12 columns
1440+		12 columns

*/

/* Wordpress Admin Bar Height-Change Breakpoints
––––––––––––––––––––––––––––––––––––––––––––––––––
0-782		46px tall
783-...		32px tall

*/


/* Menu
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mobile_nav_button .menu {
	min-width: 250px;
	width: 100%;
}

.mobile_nav_button .menu__list-link__see-all {
	letter-spacing: 0;
	font-size: 1.0833333rem;
	line-height: 3.5;
	text-align: center;
	color: #38A0B2;
	text-transform: uppercase;
}
.mobile_nav_button .menu__list-link__see-all:hover {
	color: #000000;
}
.mobile_nav_button .text-area__glass {
	margin-bottom: 1rem;
	width: 100%;
	border-radius: 0;
}
.mobile_nav_button .menu__list-item .fa-search {
	position: absolute;
	right: 20px;
	top: 25px;
	color: #38a0b2;
}

.mobile_nav_button {
	background-color: #38a0b2;
	color: #FFF;
	font-weight: 400;
	height: 32px;
}

.mobile_nav_button.nav-menu .menu {
	transition-delay: 0.15s;
	visibility: hidden;
}
/* BYU Header 2
–––––––––––––––––––––––––––––––––––––––––––––––––– */
