.menu-hover-lines {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.35s ease;
}

.menu-hover-lines li a {
  padding: 0.75rem 0;
  color: rgba(10, 10, 10, 0.5);
  position: relative;
  margin-left: 1rem;
}

.menu-hover-lines li:first-child a {
  margin-left: 0;
}

.menu-hover-lines li.active > a {
  background-color: transparent;
}

.menu-hover-lines a:before,
.menu-hover-lines a::after {
  height: 3px;
  position: absolute;
  content: '';
  transition: all 0.35s ease;
  background-color: #1779ba;
  width: 0;
}

.menu-hover-lines a::before {
  top: 0;
  left: 0;
}

.menu-hover-lines a::after {
  bottom: 0;
  right: 0;
}

.menu-hover-lines a:hover,
.menu-hover-lines li.active > a {
  color: #0a0a0a;
  transition: all 0.35s ease;
}

.menu-hover-lines a:hover::before,
.menu-hover-lines .active a::before,
.menu-hover-lines a:hover::after,
.menu-hover-lines .active a::after {
  width: 100%;
}


.foundation-6-top-bar {
  background: #00aeef;
  background: #fff;
  font-size:14px;
  margin: 0;
  padding: 0.5rem;
}

.foundation-6-top-bar .menu {
  background: #00aeef;
  color: #ffffff;
}

.foundation-6-top-bar .menu a{
  background: #00aeef;
  color: #ffffff;
}

.foundation-6-top-bar .dropdown.menu .is-active > a {
  background: #00aeef;
  color: #ffffff;
}

.foundation-6-top-bar .menu a:visited{
  background: #00aeef;
  color: #ffffff;
}

.foundation-6-top-bar .menu a:hover{
  background: #ffffff;
  color: #404040;
}

.foundation-6-top-bar .is-dropdown-submenu {
	width: 20em;
 	border: 1; 
}

.foundation-6-top-bar .is-dropdown-submenu a{
  background: #00aeef;
  color: #ffffff;
}

.foundation-6-top-bar .is-dropdown-submenu a:visited{
  background: #00aeef;
  color: #ffffff;
}

.foundation-6-top-bar .is-dropdown-submenu a:hover{
	background: #ffffff;
 	color: #00aeef;
}


.foundation-6-top-bar .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
 	border-color: #ffffff transparent transparent transparent;
}


.foundation-6-top-bar .is-dropdown-submenu-item.opens-right a::after {
 	border-color: transparent transparent transparent #fefefe;
}

.foundation-6-top-bar .is-drilldown-submenu-parent > a::after {
	border-color: transparent transparent transparent #fefefe;
}

.foundation-6-top-bar .js-drilldown-back > a::before {
 	border-color: transparent #fefefe transparent transparent;
}

.top-bar-center {
	margin: 0 auto;
}

.logo-small {
    position: relative;
 }

.logo-medium {
    position: relative;
	left: 25px;
 }

.sticky {
  	position: relative;
    z-index: 5;
}


.title-bar {
  padding: 0.5rem;
  background: #ffffff;
  color: #000000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; 
	background: #000000;
	font-family:Arial, Helvetica, sans-serif;

}

.title-bar-left,
.title-bar-right {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; 
 } 

//