/* ==========================================================================
   ACCORDIONS
   ========================================================================== */
.accordion .accordion-panel {
  display: block;
}

/* ==========================================================================
   TABS
   ========================================================================== */
.tab {
  margin-bottom: 1rem;
}

.tabcontent, .vertical-tabs .tabcontent {
  display: block;
  border: 1px solid #0095FF;
}

.vertical-tabs .tabcontent {
  width: 100%;
  min-height: 0;
}

/* ==========================================================================
   REVEAL
   ========================================================================== */
.reveal {
  width: 100%;
  height: 100%;
  max-height: 300px;
  position: relative;
  border: 1px solid #0095FF;
  overflow: scroll;
  padding: 1rem;
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
@media (max-width: 700px) {
  .navbar-links {
    display: block;
  }

  .subnav {
    display: block;
  }
}
li.has-submenu > a:after {
  display: inline-block;
  width: 0;
  height: 0;
  font-size: 1rem;
  vertical-align: middle;
  border-top: 8px dashed #fefefe;
  border-bottom: none;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  margin-left: 10px;
}
