
/* ==========================================================================
	subnavigation	
   ========================================================================== */	

.secondary-menu {
	float: left;
	padding: 1.5rem;
	padding-bottom: 1.6rem;
	width: calc(100% - 3rem);
	font-size: 1rem;
	line-height: 1.3rem;
	font-weight: 300;
}

.secondary-menu-wrapper {
	width: 100%;
	float: left;
}

.secondary-menu-head {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		padding-top: 1.5rem;
}

.secondary-menu-head h4 {
	margin: 0;
	color: rgb(0,99,180);
	font-size: 1.3rem;
	line-height: 1.5rem;
	font-weight: 500;
}

.secondary-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.secondary-menu ul li {
	position: relative;
}

.secondary-menu ul li a {
	padding-bottom: 0.15rem;
	padding-top: 0.25rem;
}

.secondary-menu > ul > .menu-item-has-children:before {
	right: 0;
}

.secondary-menu .menu-item-has-children.current-menu-parent:before {
	color: rgb(0,99,180);
}

.secondary-menu li {
	margin-left: 1.4rem;
}

.secondary-menu > ul > li  {
	margin-left: 0;
}

.secondary-menu ul li a {
	border-color: rgb(230,230,230);
	border-width: 1px;
	border-bottom-style: solid;
	width: 100%;
	display: inline-block;
}


.secondary-menu > ul > li:not(.current-menu-parent) > a,
.secondary-menu > ul > li.empty {
	border-color: rgb(170, 170, 170);
	padding-bottom: 0.4rem;
}

.secondary-menu > ul > li > a {
	border-top-color: rgb(170, 170, 170);
}

.secondary-menu > ul > li.empty {
	border-bottom-style: solid;
	border-width: 1px;
}

.secondary-menu > ul > li:first-child > a {
	border-top-style: solid;
}

.secondary-menu ul .menu-item-has-children:after {	
	display: block;
	position: absolute;
	text-align: center;
	right: 0;
	top: 0;
	width: 0.7rem;
	height: 1rem;
	padding-top: 0.3rem;
	padding-bottom: 0.2rem;
	font-family: 'sgn-icons';
	font-size: 85%;
	line-height: 100%;
}

.secondary-menu ul .menu-item-has-children > a {
	width: calc(100% - 1rem);
	padding-right: 1rem;
}

.secondary-menu ul .menu-item-has-children:after {
	content: '→';
}

.secondary-menu ul .menu-item-has-children.current-menu-parent:after {
	content: none;
}
.secondary-menu ul .menu-item-has-children.current-menu-parent > a {
	padding-right: 0;
	width: 100%;
}

.secondary-menu ul li:hover > a,
.secondary-menu ul .menu-item-has-children:hover:after {
	color: rgb(0,99,180);
	cursor: pointer;
}

.secondary-menu > ul li.empty:before {
	content: '';
}

.secondary-menu ul li.current-archive-menu-parent > a,
.secondary-menu ul li.current-menu-parent > a {
	color: rgb(0,99,180);
}

.secondary-menu ul .current-menu-item > a,
.secondary-menu ul .current-menu-item:after {
	color: rgb(0,99,180);
	font-weight: 600;
}

/* only for testing and dev */
/*
.secondary-menu > ul li:not(.current-menu-parent) ul {
	display:none;
}	
*/

.burger main aside.aside-right {
	display: none;
}



@media only screen and (min-width: 105em) {

	.secondary-menu {
		padding: 1.5rem;
		padding-bottom: 1.6rem;
		width: calc(100% - 3rem);
		font-size: 1.2rem;
		line-height: 1.5rem;
	}
	
	.secondary-menu-head h4 {
		font-size: 1.3rem;
		line-height: 1.5rem;
	}

	
}	


@media only screen and (max-width: 90em) {

	.secondary-menu ul li a {
	-webkit-hyphens: auto;
        -ms-hyphens: auto;
	    -moz-hyphens: auto;

}


	
}	

		
