.absolute {
  position: absolute;
  top: 0px;
  left: 10;
   border: none;
	z-index: 1;
}

.beige{background-color: white;
}

.clear {
	clear: initial;
}

.orange{
   background-color: #d38909;
}

.tangerine{
   color: #d38909;
   font-weight: bold;
}

#element {
    width: 20px;
    height: 20px;
    background: red;
}

#element a {
    display: none;
    padding-left: 30px;
}

#element:hover a {
    display: block;
}

.palegreen{
   background-color: #D5F5E3;
}

div.relative10{
    position: relative;
    top: 10px;    
}

.child {
  margin: 0 auto;
}

.fullwidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}

.video {
  width: 100%    !important;
}

.white{
    color: #ffffff;
}

.black{
    color: #000000;
}

.25%{
      filter: brightness(-75%);
}

.claret{
      background-color: #9f5d4f;
}

.paleblue {
    background-color: #4b99db;
}

.darkblue {
    background-color: #133771;
}

.grey{
      background-color: #abb7c5;
}

.dull{
      color: #abb7c5;
      font-weight: bold;
}

.brick{
      background-color: #9f5d4f;
}

.brick2{
      background-color: #a9624e;
}

.menu{
    background-color: white;
    color=#000000;
}

.foundation-5-top-bar {
  background: white;
  color: #000000;
}

.foundation-5-top-bar .menu {
  background: white;
      color: #fefefe;
}

.foundation-5-top-bar .menu a {
  color: white;
      color: #fefefe;
}

.foundation-5-top-bar .is-dropdown-submenu {
  border: 0;
}

.foundation-5-top-bar .is-dropdown-submenu-item.opens-right a::after {
  border-color: transparent transparent transparent #fefefe;
}

.foundation-5-top-bar .js-drilldown-back > a::before {
  border-color: transparent #fefefe transparent transparent;
}

.foundation-5-top-bar .is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #fefefe;
}

.foundation-5-top-bar .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #fefefe transparent transparent;
}

