.rm-slider {
  padding-bottom: 30px;
  .rm-slider__title {
    margin-left: 5px;
    font-size: 21px;
    font-weight: 400;
  }
  .rm-slider__subtext {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 24px;
  }
  .slider {
    .noUi-handle {
      border-radius: 50px;
    }
    .col-xs-9 {
      padding-top: 15px
    }
    .number_of_events {
      padding-top: 10px;
      font-size: 18px;
      font-weight: 400;
    }
  }
}

.rm-pricing_contact {
  max-width: 400px;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #c7c7c7;
  padding: 25px 25px 25px 25px;
  font-size: 16px;
  font-weight: 300;
}

.rm-totals_titles {
  font-size: 24px;
  font-weight: 300;
  padding-bottom: 10px;
}

.rm-total {
  font-size: 35px;
  font-weight: 300;
}

.rm-totals_price {
  font-size: 24px;
  font-weight: 500;
}

.rm-totals_total_price {
  font-size: 35px;
  font-weight: 500;
  color: $primary;
}

.rm-dbuser__title {
  font-size: 18px;
  font-weight: 300;
}

.rm-dbuser__subtext {
  font-size: 16px;
  font-weight: 300;
}

.rm-subscription__users {
  font-size: 16px;
  font-weight: 300;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.rm-subscription__users__inde {
  border-radius: 2px;
  margin-left: -6px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #c7c7c7;
  transition: .5s ease all;
}

.rm-subscription__users__inde:hover {
  color: $white;
  text-decoration: none;
  background-color: $primary;
}

.rm-subscription__users__inde__middle {
  border-radius: 2px;
  margin-left: -6px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #c7c7c7;
  background: #f6f6f6;
}

.rm-subscription__bumper {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  text-align: center;
  background: #f6f6f6;
  color: white !important;
}

.rm-subscription-input__input {
  border: none;
  width: 100%;
  height: 40px;
  text-align: center;
  font-weight: 600;
  font-size: 21px;
  background: $white;
}

.rm-subscription__bumper .increment,
.rm-subscription__bumper .decrement {
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-left: 2px solid;
  border-color: #e9e9e9;
}

.rm-subscription__bumper .increment {
  border-bottom: 2px solid #e9e9e9;
}

.rm-subscription__bumper a:link {
  color: #a3abae !important;
}

.tile {
  margin: 10px 15px;
  padding: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #c7c7c7;
  img {
    width: 100px;
    height: auto;
  }
  span {
    position: absolute;
    color: $primary;
    font-size: 30px;
    margin-top: -8px;
    margin-left: 30px;
    background-color: white;
    line-height: 0;
  }
}

.rm-slider__slider {
  width: 65%;
  margin: 10px auto 0 auto;
  border-radius: 10px;
  background-color: $primary;
  .noUi-origin {
    border-radius: 10px;
  }
  .noUi-handle {
    box-shadow: none;
    width: 28px;
  }
  .noUi-handle:before,
  .noUi-handle:after {
    height: 0;
  }
  .noUi-background {
    box-shadow: none;
  }
}

.rm-subscription-math {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  margin-top: 25px;
  hr {
    margin: 10px auto;
    width: 70%;
  }
  span {
    font-weight: 400;
    color: $neutral;
    font-size: 14px;
  }
}

.whisper-text {
  font-weight: 400;
  color: $neutral;
  font-size: 14px;
  margin-bottom: 20px;
}

.rm-pricing-col {
  border-right: 1px solid $light-neutral;
  border-top: 1px solid $light-neutral;
  border-bottom: 1px solid $light-neutral;
  height: 250px;
  padding: 0;
  padding-top: 20px;
  h4 {
    margin-bottom: 22px;
  }
}

.rm-pricing-col-total {
  padding-top: 5px;
  hr {
    margin: 10px 0 7px 0;
  }
}

.whisper-text-dark {
  color: $black;
  font-size: 10px;
  font-weight: 600;
}

.rm-pricing-amount-line {
  margin: 15px 0 10px 0;
  clear: both;
}

.rm-pricing-subtotal {
  font-size: 20px;
  font-weight: 500;
}

.rm-pricing-total {
  font-weight: 500;
  font-size: 28px;
}

.rm-pricing-discount {
  color: $blue;
  font-style: italic;
}

.rm-text-color {
  color: $primary;
}

.rm-pricing-col-prev-totals {
  background-color: $light-neutral;
}

.rm-pricing-btn {
  border-radius: 0;
  width: 95%;
  height: 40px;
  margin-top: 25px;
  font-size: 16px;
  padding-top: 8px;
  font-weight: 300;
}

.rm-btn-grey {
  background-color: $neutral;
  color: $white;
}

.rm-btn-grey:hover {
  color: $white;
  background-color: $dark-neutral;
}

.rm-btn-grey:focus {
  color: $white;
}

.rm-tos-checkbox {
  width: 90%;
  margin: 36px auto 10px auto;
  color: $neutral;
  font-style: italic;
  text-align: center;
}

.event-img-container {
  width: 30%;
  margin: 0 auto;
}

.rm-subscription-prousers {
  margin: 40px 10px 15px 10px;
}

.rm-subscription-spacing-box {
  width: 85%;
  max-width: 200px;
  margin: 0 auto;
}

