#google_translate_element { display: none; }
.navTranslate {
	position: relative;
	cursor: pointer;
}
.translate-dropdown {
	display: none;
	position: absolute;
	left: 0;
	background-color: #FFF;
	left: 50%;
	transform: translateX(-50%);
	top: 28px;
	padding: 10px 20px;
	text-align: left;
}
.translate-dropdown .item a {
	font-family: 'montserrat', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #58585b;
	text-shadow: none;
}
@media only screen and (max-width: 64em) {
	div.sticky .mobile-nav-dropdown .translate-top {
        font-family: 'open-sans', sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 18px;
        color: #58585b;
        text-shadow: none;
	}
	.translateWrapper {
		display: inline-block;
	}
	.translate-dropdown {
		box-shadow: 0px 8px 8px rgba(0,0,0,.09);
		z-index: 1004
	}
}