@media screen and (min-width: 0) and (max-width: 578px) {
  #video,
  #spotlight,
  #events {
    display: block !important;
  }
}
#events_placeholder a {
  color: #629de3;
}

#events_placeholder h2 {
  color: #62707e;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  margin: 0;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  #events_placeholder h2 {
    font-size: 27px;
    font-weight: 400;
    line-height: 42px;
    margin: 0 0 10px;
    padding: 5px 5px 0 10px;
  }
}

#events_placeholder h3 {
  color: #b4c3d1;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  #events_placeholder h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px;
    padding: 0 0 0 10px;
  }
}

#spotlightarea .ui-widget-header {
  background: none;
  border: 0;
}
#spotlightarea a.no_active {
  color: #fff;
}
#spotlightarea a.no_active:hover {
  color: #fff;
}
#spotlightarea a.disabled {
  cursor: default;
  pointer-events: none;
}
#spotlightarea .tabs_content_wrapper {
  background: rgb(180, 210, 241) !important;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  padding: 10px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 579px) {
  #spotlightarea .tabs_content_wrapper {
    border: 1px solid #034;
    margin-top: 0;
    top: -16px;
  }
}
#spotlightarea .tabs_menu {
  display: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: -16px;
}
@media screen and (min-width: 579px) {
  #spotlightarea .tabs_menu {
    display: block;
  }
}
#spotlightarea .tabs_menu li {
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#spotlightarea .tabs_menu li a {
  border-bottom: none;
  float: left;
  font-weight: 700;
  height: 39px;
  margin: -3px -45px -23px 27px;
  outline: none;
  padding: 20px 0 0 26px;
  text-decoration: none;
  width: 129px;
}
#spotlightarea .ui-state-default {
  background: url("../images/tabs/button.png") no-repeat;
  background-position: 0 0;
  border: none;
  height: 39px;
  padding: 5px 0 0 0;
  position: relative;
  width: 100px;
}
#spotlightarea .ui-state-default a {
  color: #fff;
}
#spotlightarea .ui-tabs-active, #spotlightarea .ui-state-active {
  background: url("../images/tabs/active.png") no-repeat;
  float: left;
  padding: 0;
  position: relative;
  top: 3px;
  width: 180px;
  z-index: 150 !important;
}
#spotlightarea .ui-tabs-active a, #spotlightarea .ui-state-active a {
  color: #000;
}
#spotlightarea .tabs_menu .first {
  width: 160px;
  z-index: 99;
}
#spotlightarea .tabs_menu .second {
  left: -32px;
  width: 160px;
  z-index: 98;
}
#spotlightarea .tabs_menu .third {
  left: -65px;
  width: 175px;
  z-index: 97;
}

#events {
  order: 3;
}

#video {
  order: 1;
}

#spotlight {
  order: 2;
}

.ui-state-active .tabs_menu .second {
  left: -29px;
}

#button_lines {
  background-position: left 0;
  padding: 20px 0 60px 0;
  width: 100%;
}
@media screen and (min-width: 579px) {
  #button_lines {
    background: url("../images/button_lines.png") no-repeat;
    height: 30px;
    margin: 0 0 15px 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -6px;
    width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  #button_lines {
    top: -8px;
  }
}

.donatebutton_flat {
  background-color: #b52b24;
  border: 1px solid #34231a;
  color: #fff !important;
  float: left;
  font-size: 13px;
  margin: 0;
  padding: 10px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 579px) {
  .donatebutton_flat {
    cursor: pointer;
    font-family: arial;
    font-weight: 700;
    margin: 0;
    padding: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    width: 139px;
    z-index: 999;
  }
}

.donatebutton_flat:hover {
  background-color: #d6392d;
  color: #fff;
  text-decoration: none;
}