.grid-child.container-nav {
	border-top: 1px solid rgb(243, 151, 27);
	border-bottom: 1px solid rgb(243, 151, 27);
	font-weight: bold;
	padding-bottom: 8px;
}


.header.container-header {
  background: #fafafa;
}
.nav-item.active {
  color: rgb(243, 151, 27);
}

.container-header .mod-menu > li.active::after, .container-header .mod-menu > li:hover::after {
  background: rgb(243, 151, 27);
  left: 0;
  right: 2px;
}