section.range-slider {
  position: relative;
  width: 200px;
  height: 35px;
  text-align: center;
}

section.range-slider input {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 15px;
  width: 200px;
  outline: none;
  height: 18px;
  margin: 0;
  padding: 0;
}

section.range-slider input::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
}

section.range-slider input::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 9px;
}

section.range-slider input::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: black;
  border: 0;
}

section.range-slider input:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}

section.range-slider input[type=range]::-moz-focus-outer {
  border: 0;
}

body.template-type--landing main,
body.template-type--landing main.mobile-menu-fixed {
  padding-top: 0;
}

@media (min-width: 768px) {
  body.template-type--landing main,
  body.template-type--landing main.mobile-menu-fixed {
    padding-top: 102px;
  }
}

@media (max-width: 879.98px) {
  .webform-submission-form label.custom-control-label:not(.option) {
    font-size: 1.5rem !important;
  }
}

#header--middle .col-12.col-md-7 {
  display: none !important;
}

#header--mobile--nav-links {
  display: none !important;
}

