html, body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  background-color: #f3f3f3;
  color: #000000;
}

button:active, button:focus, .button:active, .button:focus {
  outline: none !important;
}
button:active, button:focus, button::-moz-focus-inner, .button:active, .button:focus, .button::-moz-focus-inner {
  outline: none !important;
}

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#app-container {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 40px 1fr;
  grid-template-columns: 1fr;
  justify-items: stretch;
  align-items: stretch;
}
#app-container .content-container {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr min-content;
}
#app-container .content-container .inner {
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: start;
  overflow: hidden;
}

.banner-container {
  background-color: #9b0000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 15px;
}
.banner-container, .banner-container a {
  color: #FFFFFF;
}
.banner-container h1 {
  height: 100%;
  margin: 0;
  padding: 0 10px 0 0;
  line-height: 40px;
  display: inline-block;
  font-size: 2vw !important;
}
@media only screen and (min-width: 800px) {
  .banner-container h1 {
    font-size: 16px !important;
  }
}
.banner-container h1 {
  float: left;
}
.banner-container h1 a {
  height: 40px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: 1fr;
  justify-items: stretch;
  align-items: stretch;
}
.banner-container h1 a > span:first-child {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 15px;
  border-bottom: solid 1px #9b0000;
}
.banner-container h1 img {
  height: 30px;
}
.banner-container + * {
  clear: both;
}
.banner-container a {
  text-decoration: none;
}

body.-menu_is_visible .primary-menu ul {
  display: block;
}

.primary-menu {
  text-align: center;
}
.primary-menu, .primary-menu ul {
  box-sizing: border-box;
  height: 100%;
}
.primary-menu ul {
  display: none;
}
.primary-menu ul, .primary-menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.primary-menu ul {
  padding: 1em 2em;
  background-color: #272727;
}
.primary-menu li {
  padding-bottom: 1em;
}
.primary-menu a {
  text-decoration: none;
  color: white;
}

.mobile-menu-button {
  font-size: 0;
  height: 30px;
  box-sizing: content-box;
  cursor: pointer;
  white-space: nowrap;
  padding: 0;
  background: transparent;
  color: white;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.mobile-menu-button .label {
  font-size: 19px;
}
.mobile-menu-button .icon {
  position: relative;
  height: 100%;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-menu-button svg {
  width: 30px;
  height: 100%;
}
.mobile-menu-button svg use {
  fill: white;
}

.mobile-menu-button .close-icon {
  margin-top: -1px;
}

.mobile-menu-button, .mobile-menu-button:focus {
  border: none;
  outline: none !important;
}
.mobile-menu-button::-moz-focus-inner {
  border: none;
  outline: none !important;
}

.mobile-menu-button {
  position: relative;
}
.mobile-menu-button svg {
  position: absolute;
}

body .mobile-menu-button .close-icon {
  display: none;
}
body .mobile-menu-button .open-icon {
  display: inline-block;
}

body.-menu_is_visible .mobile-menu-button .close-icon {
  display: inline-block;
}
body.-menu_is_visible .mobile-menu-button .open-icon {
  display: none;
}

#handiv {
  position: absolute;
  top: 0;
}

#handiv .setframe {
  -webkit-appearance: none;
  width: 400px;
  height: 8px;
  cursor: pointer;
  border-radius: 5px;
  background: blue;
}

#handiv .setframe:focus {
  outline: none;
}

#handiv .setframe::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 15px;
  width: 15px;
  border: 1px solid black;
  border-radius: 5px;
  background: white;
  cursor: pointer;
}

#handiv .setframe::-moz-range-thumb {
  height: 10px;
  width: 10px;
  background: white;
  border: 1px solid white;
  border-radius: 3px;
  cursor: pointer;
}

/*# sourceMappingURL=app.css.map */
