header.Page-header {
	position: relative;
	padding-top: 0px;
    padding-bottom: 0px !important;
    max-width: 1200px;
    margin: 0 auto;
}
header.Page-header .Page-navigation .Navigation .Navigation-items .NavigationItem .NavigationItem-text {
	padding: 0.6em 0;
}
.trending-topics {
	border-bottom: none !important;
}
nav.FixedHeader {
	background: none;
	height: 0px;
	padding: 0px;
}
nav.FixedHeader .FixedHeader-sideNav {
	top: 0px;
}
nav.FixedHeader .FixedHeader-hat {
	display: none !important;
}
nav.FixedHeader .FixedHeader-search .FixedHeader-search-container {
	top: 0px !important;
}
nav.FixedHeader .FixedHeader-search .FixedHeader-search-container .FixedHeader-search-close-label {
	float: left;
	font-size: 22px;
	line-height: 48px;
	color: #000000;
	font-weight: bold;
	width: 22px;
	height: 22px;
	cursor: pointer;
	margin-right: 10px;
}
nav.FixedHeader .FixedHeader-search .FixedHeader-search-container .FixedHeader-search-close-label:before {
	content: 'X';
}
.menu-left, .float-menu-left,
.menu-right, .float-menu-right {
	font-size: 26px;
	color: #636c72;
	font-family: FontAwesome,serif;
	line-height: 16px;
}
.menu-left, .menu-right {
	position: absolute;
	top: 60px;
}
.menu-left a, .float-menu-left a,
.menu-right a, .float-menu-right a {
	font-family: FontAwesome,serif;
}
.menu-left {
	float: left;
	left: 0px;
	padding-left: 15px;
}
.menu-right {
	float: right;
	right: 0px;
	font-size: 16px;
	padding-right: 15px;
}
.menu-left .FixedHeader-button, .float-menu-left .FixedHeader-button, 
.menu-left .FixedHeader-logo, .float-menu-left .FixedHeader-logo,
.menu-left .FixedHeader-search-label, .float-menu-left .FixedHeader-search-label {
	display: inline-block;
	margin-right: 30px;
}
.menu-left .FixedHeader-button, .float-menu-left .FixedHeader-button {
	font-size: 16px;
	line-height: 16px;
	border: none;
	background: transparent;
	padding: 0px;
	position: relative;
	top: -4px;
}
.menu-left .FixedHeader-button:before, .float-menu-left .FixedHeader-button:before {
	content: '\f0c9';
}
.menu-left .FixedHeader-logo, .float-menu-left .FixedHeader-logo {
	font-size: 11px;
	line-height: 16px;
	height: 16px;
}
.menu-left .FixedHeader-logo svg, .float-menu-left .FixedHeader-logo svg {
	width: auto;
	height: 16px;
}
.menu-left .FixedHeader-search-label, .float-menu-left .FixedHeader-search-label {
	font-size: 16px;
	color: #000000;
	margin-bottom: 0px;
	line-height: 16px;
	position: relative;
	top: -4px;
}
.menu-left .FixedHeader-search-label:before, .float-menu-left .FixedHeader-search-label:before {
	content: '\f002';
}
.menu-right a.SocialLink {
	display: inline-block;
	margin-left: 30px;
}
.menu-right .SocialLink[data-social-service=facebook]:before {
	content: '\f09a';
}
.menu-right .SocialLink[data-social-service=twitter]:before {
	content: '\f099';
}
.menu-right .SocialLink[data-social-service=linkedin]:before {
	content: '\f0e1';
}

.float-menu {
	position: fixed;
	border-bottom: 1px solid #eceeef;
	padding: 4px 0px;
	top: -52px;
	background-color: #FFFFFF;
	z-index: 10;
	width: 100%;
	border-bottom: 1px solid #eceeef;
	height: 52px;
	overflow:hidden;
}
.float-menu .float-menu-inner {
	max-width: 1320px;
	margin: 0px auto;
	position: relative;
	top: -44px;
}
.float-menu-left {
	float: left;
	width: 33%;
}
.float-menu-center {
	width: 34%;
	text-align: center;
	float: left;
}
.float-menu-right {
	float: right;
	width: 33%;
	text-align: right;
}
.float-menu-left .FixedHeader-logo svg {
	height: 40px;
}
.float-menu-left .FixedHeader-button, .float-menu-left .FixedHeader-search-label {
	top: -12px;
}
.float-menu-left .menu-link {
	font-family: Montserrat,serif;
	font-size: 12.8px;
	display: inline-block;
	margin-right: 30px;
	font-weight: bold;
	position: relative;
	top: -12px;
}
.float-menu-center img {
	height: 40px;
}