.hoenig {
  display: none; }

.no-js .top-bar {
  display: none; }
@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block; }
  .no-js .title-bar {
    display: none; } }

@media screen and (max-width: 39.9375em) {
  table.smallstack thead, table.smallstack tfoot {
    display: none; }
  table.smallstack tr, table.smallstack th, table.smallstack td {
    display: block; }
  table.smallstack td {
    border-top: 0; } }
.button.white-hollow {
  border: 2px solid white;
  color: white;
  background-color: transparent;
  transition: border 0.5s ease;
  margin: 0 .5rem 1rem 0;
  padding: 0.85em 1em; }
  .button.white-hollow:hover, .button.white-hollow:active, .button.white-hollow:focus {
    border: 2px solid #b3b3b3;
    transition: border 0.5s ease; }

.button.dark-hollow {
  border: 2px solid black;
  color: black;
  background-color: transparent;
  transition: border 0.5s ease;
  margin: 0 .5rem 1rem 0;
  padding: 0.85em 1em; }
  .button.dark-hollow:hover, .button.dark-hollow:active, .button.dark-hollow:focus {
    border: 2px solid #4d4d4d;
    transition: border 0.5s ease; }

.hero-full-screen {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: url("images/DSC_0141.JPG") center center no-repeat;
  background-size: cover; }
  .hero-full-screen .middle-content-section {
    text-align: center;
    color: white; }
    .hero-full-screen .middle-content-section h1, .hero-full-screen .middle-content-section h2, .hero-full-screen .middle-content-section h3, .hero-full-screen .middle-content-section h4, .hero-full-screen .middle-content-section h5, .hero-full-screen .middle-content-section h6 {
      color: white; }
  .hero-full-screen .top-content-section {
    width: 100%; }
  .hero-full-screen .bottom-content-section {
    padding: 1rem; }
    .hero-full-screen .bottom-content-section svg {
      height: 3.75rem;
      width: 3.75rem;
      fill: white; }
  .hero-full-screen .top-bar, .hero-full-screen .title-bar {
    background: transparent; }
    .hero-full-screen .top-bar .menu, .hero-full-screen .title-bar .menu {
      background: transparent; }
      .hero-full-screen .top-bar .menu .submenu, .hero-full-screen .title-bar .menu .submenu {
        background: darkgray; }
      .hero-full-screen .top-bar .menu.dropdown.vertical > li.opens-right > a::after, .hero-full-screen .top-bar .menu.dropdown.vertical > li.opens-left > a::after, .hero-full-screen .title-bar .menu.dropdown.vertical > li.opens-right > a::after, .hero-full-screen .title-bar .menu.dropdown.vertical > li.opens-left > a::after {
        border-color: white transparent transparent transparent; }
      .hero-full-screen .top-bar .menu.dropdown.vertical:hover > li.opens-right > a::after, .hero-full-screen .top-bar .menu.dropdown.vertical:hover > li.opens-left > a::after, .hero-full-screen .title-bar .menu.dropdown.vertical:hover > li.opens-right > a::after, .hero-full-screen .title-bar .menu.dropdown.vertical:hover > li.opens-left > a::after {
        border-color: lightgrey transparent transparent transparent; }
      .hero-full-screen .top-bar .menu a, .hero-full-screen .title-bar .menu a {
        color: white;
        font-weight: bold; }
        .hero-full-screen .top-bar .menu a:hover, .hero-full-screen .title-bar .menu a:hover {
          color: lightgrey; }
    .hero-full-screen .top-bar .menu-text, .hero-full-screen .title-bar .menu-text {
      color: white; }

.top-bar {
  position: relative;
  z-index: 100; }

.top-bar, .top-bar ul, .title-bar {
  background-color: #373737; }
  .top-bar a, .top-bar h1, .top-bar h2, .top-bar h3, .top-bar h4, .top-bar ul a, .top-bar ul h1, .top-bar ul h2, .top-bar ul h3, .top-bar ul h4, .title-bar a, .title-bar h1, .title-bar h2, .title-bar h3, .title-bar h4 {
    color: #ffffff; }
  .top-bar a:hover, .top-bar ul a:hover, .title-bar a:hover {
    color: darkgray; }

.dropdown.menu .submenu {
  min-width: 300px;
  background: lightgray; }
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #ffffff transparent transparent transparent !important; }
.dropdown.menu > li.is-dropdown-submenu-parent:hover > a::after {
  border-color: darkgray transparent transparent transparent !important; }

.button-icon-badge {
  padding: 1rem 2rem; }
  .button-icon-badge .button-icon-badge-text {
    padding: 0 0.5rem; }
  .button-icon-badge .badge {
    font-size: 0.8em;
    padding: 0.4rem; }
  .button-icon-badge .fa {
    color: white;
    font-size: 1rem; }

.pagination-circular li.current, .pagination-circular li.disabled, .pagination-circular a {
  border-radius: 5000px;
  padding: 0.285em 0.8em;
  font-size: 18px; }
.pagination-circular li.current {
  background: #373737; }
.pagination-circular li.disabled {
  border: 1px solid #fefefe; }
.pagination-circular li:not(.disabled):hover a {
  background: #0b93d4;
  color: #ffffff; }
.pagination-circular li a {
  transition: background 0.15s ease-in, color 0.15s ease-in;
  border: 1px solid #373737; }

.pagination li.current, .pagination li.ellipsis, .pagination li.firstpage, .pagination li.lastpage {
  display: inline-block; }

footer, .dark {
  background-color: #373737; }
  footer a, footer h1, footer h2, footer h3, footer h4, .dark a, .dark h1, .dark h2, .dark h3, .dark h4 {
    color: #ffffff; }
  footer a:hover, .dark a:hover {
    color: darkgray; }

.menu-icon.dark {
  background-color: #ffffff;
  color: black; }

h1, h2, h3, h4, h5, h6 {
  color: #373737; }

a {
  color: #373737; }
  a:hover {
    color: darkgray; }

a.standout {
  color: #1779ba; }
  a.standout:hover {
    color: #126195; }

.popuppage {
  background-color: #ffffff;
/*  color: white; }
  .popuppage a, .popuppage h1, .popuppage h2, .popuppage h3, .popuppage h4, .popuppage h5, .popuppage h6 {
    color: white; }
  .popuppage a:hover {
    color: darkgray; }
  .popuppage section#uploadBox {
    border: 2px dashed white;
    color: white; }
*/
.notesdisplayB {
  font-weight: bold; }

.notesdisplayG {
  color: green; }

.notesdisplayR {
  color: red; }

.accordion-title {
  font-size: 1rem;
  background-color: #e3e6dd;
  color: #373737; }

/*styles for layer popup windows*/
.SimpleBlue h2 {
  padding: 1.25rem 1rem;
  font-size: 0.75rem;
  font-weight: bolder;
  color: #ffffff;
  /* color for the font, if white backgroun d maybe 0a0a0a (greyish) else probably white (ffffff) */
  background-color: #373737;
  /* a color or maybe white (ffffff) */
  box-sizing: border-box;
  -moz-box-sizing: border-box; }
.SimpleBlue .closeHandle {
  font-size: 1.6rem;
  right: 2rem;
  height: 2rem;
  line-height: 2rem;
  background-image: none; }
.SimpleBlue .closeHandle::Before {
  color: #ffffff;
  /* color for the font, if white backgroun d maybe 0a0a0a (greyish) else probably white (ffffff) */
  content: 'X'; }

.flip-card {
  perspective: initial;
  border: 0;
  background: transparent; }
  .flip-card:hover .flip-card-inner, .flip-card.hover .flip-card-inner {
    transform: rotateY(180deg); }

.flip-card,
.flip-card-inner-front,
.flip-card-inner-back {
  width: 100%;
  height: 48vh; }

.flip-card-inner {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  backface-visibility: hidden; }

.flip-card-inner-front,
.flip-card-inner-back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }

.flip-card-inner-front {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center; }
  .flip-card-inner-front span {
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 0.25rem 0;
    font-size: 1.25rem;
    font-weight: bold; }

.flip-card-inner-back {
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: transparant;
  padding: 1rem; }

.sticky-topbar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7); }

.orbit-overlay {
  position: absolute;
  top: 0;
  padding-top: 30px;
  width: 100%;
  color: white;
  text-align: center; }

.orbit-bullets.internal {
  margin-top: -3rem; }

.orbit-bullets.none {
  display: none; }

.graph {
  width: 100%;
  height: 55%;
  /*padding-bottom: 26.35%; /* needs to be calculated for each image as bg-height / bg-width * 100   */ }

/*# sourceMappingURL=mystyle.css.map */
