
  /* ************************************ */
 /* ** Devices 768px wide and greater ** */
/* ************************************ */
@media (min-width: 768px) {
		
/* *********************** */
/* OVERALL MENU STYLES */
/* *********************** */


	/* Mega menu wrapper positioning */
	
	#mega-menu-wrap-secondary {
	float: right;
	clear: none;
	margin-bottom: 10px;
	margin-top: 40px;
	}
	
	/* adjust the size of the divider bar on secondary menu top level items */
	
	#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item {
	  border-left: 2px solid #fff;
	  
	}


/* *********************** */
/* TECHNOLOGY MEGA MENU */
/* *********************** */

	
	/* tech menu background - not needed! */
	
	#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-megamenu > ul.mega-sub-menu {
	/* 	background: white; */
	}
	
	/* tech menu overview link */
	#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-tech-overview > a.mega-menu-link {
		padding-top: 10px;
		text-align: left;
		font-size: 20px;
	}
	
	
	/* tech menu section labels */
	
	#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-section-label > a.mega-menu-link,
	#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-section-label > a.mega-menu-link:hover
	 {
		cursor: default;
		color: black;
		
		border-bottom: 1px solid #63bfe0;
		margin-bottom: 10px;
		padding-bottom: 5px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		background: #dff2ff;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
	}
	
	/* tech menu child links */
	#mega-menu-wrap-secondary #mega-menu-secondary  > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
		line-height: 20px;
		}


#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-flyout ul.mega-sub-menu {
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
}


}/* end 768px */