/* 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
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nav-menu:hover {
	background-color: #FFF;
	color: #002255;
	font-weight: 400;
	transition-delay: 0.2s;
}
.nav-menu {
	cursor: pointer;
}
.menu {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 350px;
	background-color: #FFF;
	color: #000;
	/*font-family: "Gotham SSm A", "Gotham SSm B";
	font-style: normal;
	font-weight: 400;*/
	text-align: left;
	z-index: 5000;
	box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.50);
<<<<<<< HEAD
	-webkit-transition: all 0s linear .15s;
	transition: all 0s linear .15s;
=======
	-webkit-transition: all 0s linear .25s;
	transition: all 0s linear .25s;
>>>>>>> ccaa8d9ba48aa4d019470fd402f6b369d94014a8
	cursor: default;
}
.nav-menu:hover .menu {
	top: 100%;
	left: calc(-250px + 100%);
	padding: 15px 0px 10px;
	transition-delay: 0.2s;
}
.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu__list {}
.menu__list-item {
	float: left;
	width: 92%;
	margin: 0;
	padding: 0 4%;
}
.menu__list-link {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 500;
	color: #002255;
	padding: 0px 1rem;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.33333rem;
	height: 44px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	line-height: 3;
}
.menu__sub-list {
	float: left;
	width: 100%;
	padding: 0;
}
.menu__sub-list-item {
	height: 50px;
	background-color: #E5E5E5;
	border-bottom: 1px solid #D4D4D4;
	margin: 0px;
	font-size: 1.33333rem;
	letter-spacing: -.0433333rem;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 300;
}
.menu__sub-list-item:hover, .menu__sub-list-item.hover {
	background-color: #38a0b2;
	color: #ffffff;
	font-weight: 500;
}
.menu__sub-list-link {
	padding: 8px 12px;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.menu__sub-list-item:last-child {
	border-bottom: none;
}
#main-menu__quick-link__other-speeches img {
	float: left;
	margin-top: 8px;
}
.menu__sub-list-link {}
.menu__sub-list-item__icon-wrap {
	float: left;
	width: 25px;
	height: 25px;
	box-sizing: border-box;
	margin-right: 20px;
}
.menu__sub-list-item__icon {}
.menu__sub-list-item__text {
	float: left;
	box-sizing: border-box;

	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 35px;
	max-height: 35px;
	text-overflow: ellipses;
	height: 35px;
}
