body {
    margin: 0px 0 0 0;
    padding: 0;
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #aaa;
    font-size: 18px;
}

h1 {
    color: #719e40;
    letter-spacing: -3px;
    font-family: 'Lato', sans-serif;
    font-size: 100px;
    font-weight: 200;
    margin-bottom: 0;
}

.hero {
    margin-left: 10px;
    margin-bottom: 5px;
}

.has-bg-img {
    background: url('/logo.png');
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
}

div.select.is-fullwidth::after {
  display:none !important;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  height: 35px !important;
}

.select2-container .select2-selection--single {
    height: 36px !important;
}

@media (min-width: 768px) and (max-width: 1024px) {

  /* MIKE: Force Flex even for iPad Portrait */
  .level {
    display: flex;
  }
  .level-left {
    display: flex;
  }

  .level-right {
    display: flex;
  }

}