:root {
	--icc-blue: #00bce3;
}

header {
	width:100%;
	background:#000;			
	position: fixed;
	top: 0;
	left: 0;			
	transition: .2s ease all;
	border-bottom: 1px solid #fff;
	z-index: 5000;
	padding-left: 0;
	padding-right:0;
}

header li {
	display: inline-block;
	padding-left: 15px;
	width: 100%;
}

header a:link, header a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.header-arrow:after {
	content: '▲';
	color: #fff;
	position: absolute;
	transform: translateX(-200%);
	bottom: -7px;
	font-size: 22px;	
}

header a:hover, header a:active, header a:focus {
	color: var(--icc-blue);
	text-decoration: none;
}

header p {
	color: #666;
}

.nav-wrapper {
	padding:10px 30px 10px 30px;
	height: 100%;
	display: flex;
	align-items: flex-start;
}

.top-height {
	height: 80px;
}

.sticky-height {
	height: 50px;
}

.icc-site-logo {
	width: 20%;
}

.icc-site-logo img {
	max-height: 59px;
	padding: 5px;
	width: auto;
	transition: all .2s ease;
}


.desktop-nav {
	margin: auto;
	margin-right: auto;
	margin-right: 0;
	width: 80%;
	text-align: right;
}

.desktop-nav ul {
	display: inline-block;
	margin-bottom: 0;
}

.desktop-nav a {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	margin-left: 25px;
	transition: all .2s ease;
	text-transform: uppercase;
}

.position-fixed {
	position: fixed;
}

.position-static {
	position: static;
}

.mobile-menu-btn {
	text-align: right;
}

.mobile-menu-btn, .mobile-menu {
	display: none;
}

.mobile-menu {
	background-color: #fff;
	padding:0;
	display: none;
	max-height: 100vh;
	overflow-y: scroll;
	padding-bottom: 100px;
}

.mobile-nav a {
	color: #000!important;
	font-size: 16px;
}

.mobile-menu-item {
	width: 100%;
	display: inline-block;
	height: 60px;
	padding-top:20px;
	border-top: 1px solid #939393;
	text-transform: uppercase;
	color:#000;
	font-weight:600;
	padding-left:10px;
	padding-right:10px;
}
	
.mobile-menu-item:hover {
	color:#000;
	text-decoration: none;
	cursor: pointer;
}

.about-mobile, .programs-mobile, .events-mobile {
	display: none;
	background-color:#fff;
	padding:0;
	box-shadow: 0 0 15px #d9d9d9 inset;
	border-top: 1px solid #939393;
}

.nav-visibility {
	display: inline-block;
}



#about-menu, #programs-menu, #events-menu {
	background-color: rgb(255,255,255);
	padding-top: 40px;
	padding-bottom: 40px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 30px inset;
	border-top: 1px solid #fff;
	display: none;
}

#about-menu a, #programs-menu a, #events-menu a {
	color: #000;
}

#about-menu a:hover, #about-menu a:focus, #about-menu a:active, #programs-menu a:hover, #programs-menu a:focus, #programs-menu a:active, #events-menu a:hover, #events-menu a:focus, #events-menu a:active {
	color: var(--icc-blue);
}

.sub-menu-title a {
	width: 100%;
	display: inline-block;
	background-color: rgb(202, 246, 255);
	transition: .2s ease all;
}
.sub-menu-title a:hover {
	background-color: rgb(238, 252, 255);
	color: #000!important;
}
.sub-menu-list {
	padding-left: 0!important;
}
.sub-menu-list li a {
	font-weight: 400;
	width: 100%;
	display: inline-block; 
}
.sub-menu-list li a:hover {
	text-decoration: underline;
	color: #000!important;
}
.navigationLabel {
	scroll-margin-top: 100px;
}

.scroll-lock {
	overflow-y: hidden;
}

.darken {
	background:rgba(0,0,0,.5);
	transition: .2s all ease;
}

.layout-promotional {
	margin-top: 60px;
}

.small-logo {
	max-height: 32px!important;
}

#epi-quickNavigator {
	display: none!important;
}

@media only screen and (max-width: 1199px) {

	.nav-wrapper {
		padding:10px;
	}

	.nav-visibility {
		display: none;
	}

	.icc-site-logo img {
		max-height: 39px;
		height: auto;
	}

	.mobile-menu-btn, .mobile-menu {
		display: inline;
		font-size: 2em;
	}

	.top-height {
		height: 60px;
	}

	.sticky-height {
		height: 60px;
	}

	#about-menu, #programs-menu, #events-menu {
		display: none!important;
	}

	.about-mob, .programs-mob, .events-mob,.mobile-menu {
		display: none;
	}

	.small-logo {
	max-height: 39px!important;
}

}