/*----------------------------SITE MENU STYLES added by Anne----------------------------*/

/*Use pixel font size to maintain consistency across the different menus in different parts of the site*/
body > div:nth-child(14) {
	/* 111 pixels is the total in pixels of the brand and the strip before they were converted to em*/
	clear:both;
	margin-top: 130px;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	z-index: -1;
}

.thrips_header {
	margin-top: -10px;
}
.site_menu_holder {
	font-size: 1rem;
}

@media screen and (min-width: 995px) {
	body > div:nth-child(14) {
		margin-top: 115px;
	}

}
/*need to overide the top margin from the fact sheet menus and return it too the website pages*/
.thrips_header h1 {
	margin-top: 0.3rem;
}
