/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Open 3rd level menu items of last 1st level menu item to the left instead of the right */
@media (min-width: 1300px) and (max-width: 1600px) {
	.pwr-header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-menu-depth-1:last-child li.hs-menu-depth-2 ul.hs-menu-children-wrapper {
		left: auto;
		right: calc(100% + 5px);
	}
}

/* Allow vertical scroll on 3rd level menu items */
@media (min-width: 1300px) and (max-width: 1600px) and (max-height: 901px) {
	.pwr-header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts li.hs-menu-depth-2 ul.hs-menu-children-wrapper {
		max-height: 75vh;
		overflow: auto;
	}
}
top:-100px !important;
}