
.tertiary-nav {
	background-color: #222
}

.tertiary-nav--title {
	color: #fff;
	font-size: 15px;
	height: 40px;
	padding: 0 20px;
	position: relative;
	text-align: left;
	width: 100%;
	background-color: transparent;
	border: none
}

.tertiary-nav--title:after {
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 15' width='15' height='15'%3E%3Cpath d='M 0 0 14 0 7 7' fill='%23fff'/%3E%3C/svg%3E");
	position: absolute;
	right: 19px;
	top: 50%;
	-webkit-transform: translateY(-30%);
	transform: translateY(-30%)
}

@media (min-width:860px) {
	.tertiary-nav--title {
		display: none
	}
}

.tertiary-nav .tertiary-nav-container {
	-webkit-transition: all .35s ease-out;
	transition: all .35s ease-out
}

.tertiary-nav .tertiary-nav-container[aria-hidden=true] {
	height: 0;
	min-height: 0;
	overflow: hidden
}

.tertiary-nav .tertiary-nav-container[aria-hidden=false] {
	height: 100vh;
	min-height: 100vh
}

@media (min-width:860px) {
	.tertiary-nav .tertiary-nav-container {
		min-height: 40px;
		overflow: hidden
	}

	.tertiary-nav .tertiary-nav-container[aria-hidden=true] {
		height: 43px;
		min-height: 40px;
		overflow: hidden
	}

	.tertiary-nav .tertiary-nav-container[aria-hidden=false] {
		height: 43px;
		min-height: 40px;
		overflow: hidden
	}
}

.tertiary-nav .tertiary-nav-container ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0
}

@media (min-width:860px) {
	.tertiary-nav .tertiary-nav-container ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		min-height: 42px;
		overflow: hidden
	}
}

.tertiary-nav .tertiary-nav-container ul li {
	border: 0;
	margin: 0;
	padding: 5px 0 5px 20px
}

.tertiary-nav .tertiary-nav-container ul li[aria-current=true] {
	background: #000;
	border-left: 3px solid #49b0f2;
	border-bottom: 0
}

.tertiary-nav .tertiary-nav-container ul li[aria-current=true] a {
	color: #fff
}

@media (min-width:860px) {
	.tertiary-nav .tertiary-nav-container ul li[aria-current=true] {
		background-color: #000;
		border-left: 0;
		-webkit-box-shadow: inset 0 -3px 0 0 #49b0f2;
		box-shadow: inset 0 -3px 0 0 #49b0f2
	}
}

@media (min-width:860px) {
	.tertiary-nav .tertiary-nav-container ul li {
		padding: 5px 10px
	}
}

.tertiary-nav .tertiary-nav-container ul li:hover {
	color: #fff;
	-webkit-box-shadow: inset 0 -3px 0 0 #49b0f2;
	box-shadow: inset 0 -3px 0 0 #49b0f2;
	text-decoration: none
}

.tertiary-nav .tertiary-nav-container ul li:hover a {
	color: #fff
}

.tertiary-nav .tertiary-nav-container ul li a {
	color: #bcbcbc;
	display: inline-block;
	padding: 9px 0 4px 0;
	font-size: 15px;
	border-bottom: 0;
	text-decoration: none;
	width: 100%
}