a.menubar--skip {
	display: inline-block;
    padding: 6px;
    position: absolute;
    top: -50px;
    left: 0px;
    color: #000;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-bottom-right-radius: 8px;
    background: transparent;
    -webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
	text-decoration: underline;
    z-index: 100;
}

a.menubar--skip:focus {
    left: 0px;
    top: 0px;
    outline-color: transparent;
    -webkit-transition: top .1s ease-in;
    transition: top .1s ease-in;
}

.menubar--hamburger {
	position: relative;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	-webkit-tap-highlight-color: transparent;
}

.menubar--hamburger:before {
	content: "";
	position: absolute;
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
}

.menubar--hamburger:focus,
.menubar--hamburger:hover {
	outline: none;
}
  
.menubar--hamburger span {
	width: 40px;
	height: 3px;
	background-color: currentColor;
	border-radius: 0px;
	position: relative;
	margin: 3px auto;
	transition-property: transform;
	transition-duration: 0.15s, 3s;
	transform-origin: center center;
}

.menubar--hamburger span:nth-child(1),
.menubar--hamburger span:nth-child(3) {
	transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.menubar--hamburger span:nth-child(2) {
	transition: opacity 0.15s 0.4s ease;
	transition-delay: .2s;
}

.menu-active .menubar--hamburger span:nth-child(1) {
	transform: translate3d(0,9px,0) rotate(135deg);
	transition-delay: 0.1s;
}

.menu-active .menubar--hamburger span:nth-child(3) {
	transform: translate3d(0,-9px,0) rotate(-135deg);
	transition-delay: 0.1s;
}

.menu-active .menubar--hamburger span:nth-child(2) {
	transition-delay: 0s;
	opacity: 0;
}

.admin-bar .menubar--section {
	top: 46px;
}

@media (min-width: 783px) {
	.admin-bar .menubar--section {
		top: 32px;
	}
}

.menubar--section {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 4;
	transition: background-color .3s;
}

.menubar--menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menubar--logo path {
	transition: fill .3s;
}

.dark-blue-menu-mod,
.dark-white-menu-mod {
	color: var(--theme-dk-blue)
}

.white-white-menu-mod {
	color: #fff;
}

.after-scroll .menubar--section {
	background: #fff;
	background: #fffffff5;
	color: var(--theme-dk-blue);
	box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.3);
}

.dark-white-menu-mod .menubar--logo-letters path,
.dark-white-menu-mod .menubar--logo-shape path { fill: currentColor; }

.dark-blue-menu-mod .menubar--logo-letters path,
.dark-blue-menu-mod .menubar--logo-shape path {	fill: currentColor;}

.white-white-menu-mod .menubar--logo-shape path {fill: var(--theme-lt-blue);}
.white-white-menu-mod .menubar--logo-letters path {fill: currentColor;}
	
.after-scroll .menubar--logo-letters path,
.after-scroll .menubar--logo-shape path {
		fill: currentColor;
}

.menubar--logo-wrap {
	align-self: center;
	line-height: 0;
}

@media (max-width: 1100px) {
	
	.menubar--container {
		padding: 12px 30px 10px;
		display: flex;
		justify-content: space-between;
	}
	
	.menubar--logo {
		max-width: 130px;
		height: auto;
		position: relative;
		z-index: 1;
	}
	
	.menubar--menu-wrap {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		opacity: 0;
		visibility: hidden;
		transition: opacity .3s;
		/* background: var(--theme-lt-blue); */
		background: #3CA4D4F5;
		color: #fff;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.menu-active .menubar--menu-wrap {
		opacity: 1;
		visibility: visible;
		padding-top: 15px;
		padding-bottom: 15px;
		box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3)
	}
	
	.menubar--menu {
		list-style-type: none;
		padding: 0;
		margin: 0;
		font-size: 1.375rem;
		letter-spacing: .05em;
		max-width: 450px;
	}
	
	.menubar--menu > li {
		border-bottom: 1px solid rgba(255,255,255,.3);
		padding: 11px 0 9px;
		position: relative;
	}
	
	.menubar--menu > li:last-child {
		border-bottom: 0;
	}

	.menubar--menu ul {
		display: none;
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	
	.menubar--menu ul li {
		padding: 11px 0 9px;
	}
	
	.menubar--menu .sfHover > a {
		color: var(--theme-dk-blue);
	}
	
	.superfish--closer {
		display: block;
		width: 44px;
		height: 100%;
		background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.01178 0.847168L7.05884 8.40599L13.1059 0.847168' stroke='%23ffffff' stroke-width='1.51176'/%3E%3C/svg%3E%0A");
		position: absolute;
		top: 0;
		right: 0;
		background-repeat: no-repeat;
		background-position: right 22px;
	}
	
	.sfHover .superfish--closer {
		background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.01178 0.847168L7.05884 8.40599L13.1059 0.847168' stroke='%23001C33' stroke-width='1.51176'/%3E%3C/svg%3E%0A");
	}
	
	.menubar--buttons {
		display: none;
	}
}

@media (min-width: 1101px) {
	
	.menubar--container {
		padding: 22px 30px 18px;
		display: flex;
		justify-content: space-between;
	}
	
	.menubar--logo {
		max-width: 175px;
		height: auto;
	}	
	
	.menubar--hamburger {
		display: none;
	}
	
	.menubar--menu-wrap {
		display: flex;
		justify-content: flex-end;
		align-self: center;
	}
	
	.menubar--menu {
		display: flex;
		list-style-type: none;
		justify-content: flex-end;
		letter-spacing: .05em;
		margin: 0;
		padding: 0;
	}
	
	.menubar--menu > li {
		display: flex;
		position: relative;
		margin: 0 20px;
	}
	
	.menubar--menu ul li.current-menu-item,
	.menubar--menu > li.current-menu-item {
		font-weight: 700;
	}
	
	.superfish--closer {
		display: block;
		align-self: center;
		order: 2;
		width: 8px;
		height: 5px;
		background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.01178 0.847168L7.05884 8.40599L13.1059 0.847168' stroke='%23ffffff' stroke-width='1.51176'/%3E%3C/svg%3E%0A");
		background-size: contain;
		background-repeat: no-repeat;
		margin: 0 0 .1em .5em;
	}
	
	.dark-white-menu-mod .superfish--closer,
	.dark-blue-menu-mod .superfish--closer,	
	.after-scroll .superfish--closer {
		background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.01178 0.847168L7.05884 8.40599L13.1059 0.847168' stroke='%23001C33' stroke-width='1.51176'/%3E%3C/svg%3E%0A");
	}

	.sub-menu {
		display: none;
		font-weight: 400;
		position: absolute;
		top: 100%;
		left: 0;
		color: #fff;
		background: #3CA4D4f5;
		padding: 16px 24px 8px;
		list-style-type: none;
		margin: 0;
		min-width: 230px;
		margin-top: 10px;
		box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1)
	}
	
	.sub-menu:before {
		content: "";
		position: absolute;
		font-size: 10px;
		height: 1em;
		top: -1em;
		left: 0;
		right: 0;
	}
	
	.sub-menu > li {
		padding: 8px 0;
	}
	
	.sub-menu > li > a:hover {
		transition: color .3s;
		color: var(--theme-dk-blue);
	}

	.menubar--buttons {
		align-self: center;
		display: flex;
		list-style-type: none;
		padding: 0;
		margin: 0 -6px 0 0;
	}
	
	.menubar--buttons li {
		margin: 0 6px;
	}
	
	.menubar--buttons li a {
		border: 1px solid var(--theme-lt-blue);
		letter-spacing: .05em;
		padding: 12px 1em 6px;
		transition: all .3s;
	}
	
	.white-white-menu-mod .menubar--buttons li a {
		border: 1px solid var(--theme-lt-blue);
		color: #fff;
	}
	
	.white-white-menu-mod .menubar--buttons li:last-child a {
		border: 1px solid var(--theme-lt-blue);
		background: var(--theme-lt-blue);
		color: var(--theme-dk-blue);
	}
	
	.white-white-menu-mod .menubar--buttons li a:hover {
		background: var(--theme-lt-blue);
	}
	
	.white-white-menu-mod .menubar--buttons li:last-child a:hover {
		background: transparent;
		color: #fff;
	}
	
	.dark-white-menu-mod .menubar--buttons li a {
		color: var(--theme-dk-blue);
		border-color: #fff;
	}
	
	.dark-white-menu-mod .menubar--buttons li a:hover {
		background: #fff;
	}

	.dark-white-menu-mod .menubar--buttons li:last-child a {
		background: #fff;
		color: var(--theme-dk-blue);
		border-color: #fff;
	}
	
	.dark-white-menu-mod .menubar--buttons li:last-child a:hover {
		border-color: #fff;
		background: transparent;
	}

	.after-scroll .menubar--buttons li a {
		border: 1px solid var(--theme-lt-blue);
		color: var(--theme-dk-blue);
	}
	
	.after-scroll .menubar--buttons li a:hover {
		background: var(--theme-lt-blue);
	}
	
	.after-scroll .menubar--buttons li:last-child a:hover {
		border: 1px solid var(--theme-lt-blue);
		background: #fff;
		color: var(--theme-dk-blue);
	}
	
	.dark-blue-menu-mod .menubar--buttons li a:hover {
		background: var(--theme-lt-blue);
	}
	
	.dark-blue-menu-mod .menubar--buttons li:last-child a:hover {
		background: #fff;
	}
	
	.dark-blue-menu-mod .menubar--buttons li:last-child a,
	.after-scroll .menubar--buttons li:last-child a {
		border: 1px solid var(--theme-lt-blue);
		background: var(--theme-lt-blue);
		color: var(--theme-dk-blue);
	}
	

}