.l-globalNav {
	display: flex;
	line-height: 1.3;
	background-color: #fff;
}

.l-globalNav_wrapper {
	background: linear-gradient(to right, #2ab4fd 0%, #2ab4fd 50%, #fff 50%, #fff 100%);
	position: relative;
	overflow: hidden;
}

.l-globalNav_heading {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #2ab4fd;
	width: 78px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-right: 6px;
	padding-left: 6px;
}

.l-globalNav_heading::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 45px solid transparent;
	border-bottom: 45px solid transparent;
	border-left: 18px solid #2ab4fd;
	border-right: 0;
	position: absolute;
	top: calc(50% - 45px);
	right: -12px;
}

.l-globalNav_container {
	flex: 1;
	display: flex;
	padding-left: 12px;
}

.l-globalNav_item {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 9px 12px;
}

.l-globalNav_item + .l-globalNav_item {
	position: relative;
}

.l-globalNav_item + .l-globalNav_item::before {
	content: '';
	display: block;
	width: 1px;
	height: 42px;
	background-color: #ccc;
	position: absolute;
	left: 0;
	top: calc(50% - 21px);
}

.l-globalNav_itemLink {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #2ab4fd;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	transition: all, 0.3s;
}

.l-globalNav_itemLink:hover,
.l-globalNav_itemLink:visited {
	color: #2ab4fd;
}

.l-globalNav_itemLink.is-current {
	color: #0046a0;
	background-color: #fffab5;
}

.l-container {
	width: 100%;
	padding-left: 4.2667vw;
	padding-right: 4.2667vw;
}

.u-text-white {
	color: #fff;
}

.u-text-orange {
	color: #ff9600;
}

.u-text-teal {
	color: #00bebc;
}

.u-text-red {
	color: #f00;
}

.u-text-black {
	color: #333;
	color: var(--color-black);
}

.u-font-bold {
	font-weight: bold;
}
.u-responsiveImg {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 767px) {
	.l-globalNav_wrapper {
		border-color: #2ab4fd;
		border-style: solid;
		border-width: 1px 0;
	}

	.l-globalNav {
		max-width: 91.4667vw;
		margin-right: auto;
		margin-left: auto;
	}

	.l-globalNav_heading {
		width: 108px;
		font-size: 18px;
	}

	.l-globalNav_itemLink {
		font-size: 18px;
	}

	.l-globalNav_itemLink:hover {
		background-color: #fffab5;
	}

	.l-container {
		max-width: 91.4667%;
		padding-left: 0;
		padding-right: 0;
		margin-right: auto;
		margin-left: auto
	}

	.u-only-mobile {
		display: none;
	}
}

@media screen and (min-width: 991px) {
	.l-globalNav {
		max-width: 992px;
	}

	.l-container {
		max-width: 992px
	}

	.u-only-tablet {
		display: none;
	}

	.u-lower-tablet {
		display: none;
	}
}

@media screen and (max-width: 992px) {
	.u-only-desktop {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.u-only-tablet {
		display: none;
	}
	.u-upper-tablet {
		display: none;
	}
}
