/* select box issue in IE */
select::-ms-expand { display: block; }
/* fixed positions for .cust-inner-nav pages - start */
#secondaryNav.is-fixed.cust-inner-nav {
	position: fixed;
}
/* fixed positions for .cust-inner-nav pages - end */
@media only screen and (max-width: 767px) {
    /* fixed positions for .cust-inner-nav pages - start */
	#secondaryNav.is-fixed.cust-inner-nav {
		position: relative;
		top: auto !important;
	}
	#secondaryNav.is-fixed.cust-inner-nav + #secondaryNavDummy {
		height: 0px !important;
	}
	/* fixed positions for .cust-inner-nav pages - end */
}

@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.main-navigation .dropdown-toggle {
		top: 0 !important;
		height: 100%;
	}
	.main-navigation .dropdown-toggle:after {
		font-size: 26px;
		color: #fff;
		top: 50%;
		position: absolute;
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}

/* Mobile Menu styles updated - start */
/*@media only screen and (max-width: 1023px) and (min-width: 320px) {
	.main-navigation li {
		clear: both;
	}
	.main-navigation ul ul {
		padding-bottom: 0;
	}
	.main-navigation ul ul li>ul {
		position: relative;
		padding-bottom: 0px !important;
	}
}*/
/* Mobile Menu styles updated - end */