
.foundation-6-top-bar {
  background: #3333cc;
  font-size:16px;
  margin: 0;
  padding: 8px; 
}

.foundation-6-top-bar .menu {
  background: #3333cc;
  color: #ffffff;
}

.foundation-6-top-bar .menu a{
  background: #3333cc;
  color: #ffffff;
}

.foundation-6-top-bar .dropdown.menu .is-active > a {
  background: #3333cc;
  color: #ffffff;
}

.foundation-6-top-bar .menu a:visited{
  background: #3333cc;
  color: #ffffff;
}

.foundation-6-top-bar .menu a:hover{
  background: #ffffff;
  color: #3333cc;
}

.foundation-6-top-bar .is-dropdown-submenu {
	width: 20em;
 	border: 1; 
}

.foundation-6-top-bar .is-dropdown-submenu a{
  background: #8b0000;
  color: #ffffff;
}

.foundation-6-top-bar .is-dropdown-submenu a:visited{
  background: #8b0000;
  color: #ffffff;
}

.foundation-6-top-bar .is-dropdown-submenu a:hover{
	background: #ffffff;
 	color: #8b0000;
}


.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; 
  

//
