/*INSTRUCTIONS FOR ADDING MEGA MENU*/
/*Menus - Add Menu
Structure - TB MEGA MENU - Assign to Menu
Structure - Block Layout - Add block to 'banner' section using 'TB Mega' menu
Activate this Stylesheet on the Domain Below.
DO NOT MAKE CHANGES TO THIS STYLE SHEET. OVERWRITE ALL CHANGES ON SITE SPECIFIC CSS*/

.block-tb-megamenu .tbm {
	background-color: #0054a6;
}

.tbm-link.level-1:hover,
.tbm-link.level-1:focus,
.tbm-link.level-1:active {
	background-color: #0b4884;
	color: white;
}

a.tbm-link.level-1 {
	color: white;
}

@media screen and (max-width: 992px) {

	/*Mega Menu*/
	.block-tb-megamenu .tbm {
		background-color: transparent;
	}

	.block-tb-megamenu {
		position: absolute;
		top: 0em;
		width: 100%;
		z-index: 8000 !important;
	}

	.tbm.tbm--mobile .tbm-collapse {
		margin-left: 0em;
		padding-top: 0em;
	}

	.tbm-button {
		margin-top: .5em;
	}

	/*Move Ent Header to Right*/
	.enterprise-header .block--collection-enterpriseheaderleft {
		position: absolute;
		left: 7em;
	}

	.enterprise-header a {
		z-index: 9999 !important;
		position: relative;
	}

	.enterprise-header {
		min-height: 5em;
	}

	.tbm-link.level-1 {
		background-color: #0b4884;
		color: white;
	}

	.tbm-link.level-1:hover {
		background-color: #07396b;
		color: white;
	}

	.block-tb-megamenu .tbm-collapse a.tbm-link.level-1 {
		padding-left: 1em;
	}

	.tbm--mobile button.tbm-button {
		margin-left: 1em;
	}
}


@media screen and (max-width: 768px) {
	.enterprise-header .block--collection-enterpriseheaderleft {
		right: 1em;
	}

	.entlogo {
		float: right;
	}

}

