nav.department-nav
{
	background-color: #1f1f1f;
	color: white;
	max-height: 36px;
	font-weight: 700;
	font-size: 0.8rem;
	text-align: center;
	border-bottom: 1px black solid;
	z-index: 100;
}
/*
div.department_menu
{
	max-height: 35px;
	display: block;
}
*/

@media screen and (max-width: 40em) {
	nav.department-nav {
		display: none;
	}
	nav.breadcrumb-nav{
		display: none;
	}
}

@media screen and (min-width: 40em)
		.global-header .global-header__main nav.mobile-breadcrumb-nav {
		display: none;
}

@media screen and (max-width: 40em)
.global-header .global-header__main nav.mobile-breadcrumb-nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}


.department_menu.link-collection ul li
{
	display: inline-block;
	list-style: none;
	text-align: center;
	margin-bottom: 0;
}

.department_menu.link-collection ul { 
	margin: 0;
/*	max-height: 35px;*/
}

.department_menu .button
{
    margin-bottom: 0;
    line-height: 1.35rem;
    border-top-style: hidden;
    border-bottom-style: hidden;
    border-width: 0px;
    color: #fff;
    background-color: #1f1f1f;
    vertical-align: middle;
    border-radius: 0px;
    display: inline-flex;
    font-size: 1rem;
    margin: 0;
    padding: 0.4375rem 0.9375rem;
    box-shadow: none;
}

.department_menu .button:hover
{
	color: #000;
    background-color: #ffc217;
}

/*
.department_menu.link-collection ul li:hover
{
	transition: border-color 0.2s ease-out;
	background-color: #ffc217;
	color: #000;
}


.department_menu.link-collection ul li:hover a
{
	transition: color 0.2s ease-out;
	color: #000;
}
*/

nav.breadcrumb-nav
{
	/*border-top: 2px #1f1f1f solid;
	border-bottom: 2px #1f1f1f solid;*/
	background-color: #ffc217;
	/* max-height: 34px; */
	max-height: 30px;
	font-weight: 700;
	font-size: 0.7rem;
	box-shadow: 0px -15px 30px 0px rgba(0, 0, 0, 0.2);
}

div.breadcrumb_menu .link-collection
{
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
}

a.breadcrumb-link
{
	color: #000;
	border-bottom: none;
}

.breadcrumb_menu.link-collection ul li
{
	display: inline-block;
	list-style: none;
	width: 70px;
	text-overflow: clip;
	white-space: nowrap;
	height: 30px;
	background: #ffc217;
	text-align: center;
	padding: 6px 15px 9px 15px;
	position: relative;
	text-decoration: none;
	box-shadow: -5px 0 5px rgba(0, 0, 0, 0.2);
}

.breadcrumb_menu.link-collection ul li:first-child
{
	padding: 6px 15px 9px 15px;
	box-shadow: none;
}

.breadcrumb_menu.link-collection ul li:first-child a
{
}

.breadcrumb_menu.link-collection ul li a
{
	width: 70px;
	overflow: hidden;
	text-overflow: clip;
}


.breadcrumb_menu.link-collection ul li:last-child
{
	min-width: 70px;
	width: auto;
}

.breadcrumb_menu.link-collection ul li:first-child:before { display: none; }

.breadcrumb_menu.link-collection ul li:hover::before
{
	transition: border-color 0.2s ease-out;
	border-color: #f2f2f2 #f2f2f2 #f2f2f2 transparent;
}

.breadcrumb_menu.link-collection ul li:hover::after
{
	transition: border-left-color 0.2s ease-out;
	border-left-color: #f2f2f2;
}

.breadcrumb_menu.link-collection ul li:hover
{
	transition: background-color 0.2s ease-out;
	background-color: #f2f2f2;
	min-width: 70px;
	width: auto;
}

.breadcrumb_menu a:link, .breadcrumb_menu a:visited {
    color: black;
    border-bottom: none;
}

