/* unvisited link */
a:link {
  color: #8ebaa1;
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: #e4ab66;
}

/* selected link */
a:active {
  color: #8ebaa1;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #d9631e; }

.yello {
    color: yellow;
    font-weight: bold;
}

.player {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.yellorange {
    color: #FAC707;
    font-weight: bold;
}

.paleyello {
    color: #FAC707;
    font-weight: bold;
}

.darkorange {
    color: #c45f00;
        font-weight: bold;
}

.bold {
   font-weight: bold;
}

.band {
    color: #d9631e;
}

.band2 {
    color: #e4ab66;
}

.band4 {
    color: lightgray;
}

body {
    background-color: #d9631e;
}

.date {
    color: #197341;
}

.date2 {
    color: #8ebaa1;
}
    
    .absolute {
  position: absolute;
  left: 10;
   border: none;
	z-index: 1;
}

.back {background-color: #d9631e;
}

.clear {
	clear: initial;
}

.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;
}

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

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

.darkblue {
    background-color: #133771;
}

.grey{
      background-color: #abb7c5;
}

.palegrey{
      color: #abb7c5;
}

.left{
   margin-left: 30px; 
}

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

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

.brick2{
      background-color: #a9624e;
}

.band3 {
    color: #d9631e;
}

.menu{
    background-color: #d9631e;
    color: #000000;
}

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

.foundation-5-top-bar .menu {
  background: #d9631e;
      color: #ffffff;
}

.foundation-5-top-bar .menu a {
  background: #d9631e;
      color: #ffffff;
}

.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 #d9631e;
}

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

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

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

.slider {
    background-color: #d9631e;
}

.title-bar {
    background: #d9631e;
}

.off-canvas {
    background: #d9631e;
}

.callout {
    background-color: #d9631e;
        .callout-primary {
            background-color: #d9631e;
    }
}

.imageflex { display: flex; }

.imageflexcontent { margin-left: 5px; margin-top: 0; }

.venue {
  display: inline-block;
  vertical-align: top;
}