.container{
  max-width: 600px;
}

.section{padding-top: 0px;}

.container.header{
  background-color: #e1e1e1;
}

.logo{
  max-width: 300px;
  margin: 0 auto;
}

.section-title .title {
  color: #ffffff;
  background-color: #63296d;
  text-align: center;
  text-transform: uppercase;
  padding: 20px;
}

.section-employees, .section-business-category, .section-home-or-mobile, .section-sales, .section-estimate, .section-rate {
  background-color: #e1e1e1;
  text-align: center;
  padding-bottom: 30px;
}

.section-employees .title, .section-business-category .title, .section-home-or-mobile .title, .section-sales .title {
  color: #63296d;
  font-size: 20px;
  padding-top: 20px;
}

.section-employees .subtitle, .section-business-category .subtitle, .section-home-or-mobile .subtitle, .section-sales .subtitle {
  font-size: 18px;
  padding-top: 5px;
}

.one-employee, .two-employees, .three-employees, .four-employees, .yes, .no{
  width: 120px;
  height: 102px;
  cursor: pointer;
}

.one-employee {
  background-image: url('../img/one-employee-icon.png');
  margin-left: 20px;
}

.two-employees {
  background-image: url('../img/two-employees-icon.png');
}

.three-employees {
  background-image: url('../img/three-employees-icon.png');
}

.four-employees {
  background-image: url('../img/four-employees-icon.png');
  margin-right: 20px;
}

.one-employee.active {
  background-image: url('../img/one-employee-icon-alt.png');
  margin-left: 20px;
}

.two-employees.active {
  background-image: url('../img/two-employees-icon-alt.png');
}

.three-employees.active {
  background-image: url('../img/three-employees-icon-alt.png');
}

.four-employees.active {
  background-image: url('../img/four-employees-icon-alt.png');
  margin-right: 20px;
}

.section-home-or-mobile .yes{
  background-image: url('../img/yes-icon.png');
  float: right;
}

.section-home-or-mobile .no{
  background-image: url('../img/no-icon.png');
  float: left;
}

.section-home-or-mobile .yes.active{
  background-image: url('../img/yes-icon-alt.png');
}

.section-home-or-mobile .no.active{
  background-image: url('../img/no-icon-alt.png');
}

button.button.estimate, a.button.apply {
  background-color: #f19f26;
  color: #ffffff;
  text-transform: uppercase;
  padding: 25px 30px;
  font-weight: 600;
  font-size: 20px;
}

.chosen-container.chosen-container-single {
  text-align: left;
  width: 86% !important;
}

a.chosen-single {
  height: 40px !important;
  line-height: 40px !important;
  color: #ffffff !important;
  background-color: #00aeef !important;
  background: #00aeef !important;
  border-radius: 0px !important;
}

a.chosen-single div {
  display: none !important;
}

.chosen-drop {
  color: #ffffff !important;
  background: #00aeef !important;
}

.chosen-container-single .chosen-search input[type=text]{
  border: 1px solid #fff !important;
  color: #ffffff !important;
}

.chosen-container .chosen-results {
  background-color: #00aeef !important;
  color: #ffffff !important;
}

.rangeslider__fill {
  background-color: #63296d;
  border-radius: 5px;
}

div#js-rangeslider-0 {
  background-color: #00aeef;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 80px;
}

div#coverage-tooltip {
  position: relative;
  top: 60px;
  left: -32px;;
  background-color: #63296d;
  color: #ffffff;
  width: 100px;
  height: 40px;
  line-height: 38px;
  padding-left: 0px;
}

#coverage-tooltip:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: 39px;
    left: 36px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #63296d;
    border-top: 15px solid transparent;
}

.rangeslider__handle:after {
  background-color: #63296d;
}

.rangeslider__handle {
  background: #fff;
}

.section-rate .title {
  background-color: #63296d;
  color: #ffffff;
  font-size: 24px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

.section-rate .rate-display {
  background-color: #00aeef;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

.section-rate .disclaimer {
  text-align: left;
  padding-left: 20px;
  font-size: 12px;
  margin-top: 40px;
  padding-right: 20px;
}

.section-rate {
  display: none;
}

.minus-icon {
  float: left;
  cursor: pointer;
  top: 15px;
  left: -20px;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #7d7d7d;
}

.plus-icon {
  float: right;
  cursor: pointer;
  top: -105px;
  right: -18px;
  position: relative;
  color: #7d7d7d;
  font-size: 30px;
  font-weight: 700;
}

.section-sales .slider{
  max-width: 500px;
  margin: 0 auto;
}

div#js-rangeslider-0{
  margin-left: 25px;
  margin-right: 25px;
  width: auto;
}

#notification-home-or-mobile, #notification-business-category, #notification-estimate{
  display:none;
}

.notification.is-success.is-light {
  background-color: #effaf5;
  color: #257953;
  width: 100%;
  text-align: center;
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
  -moz-box-shadow:    inset 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
}

.notification.is-success.is-light.active {
  display: block;
}

.notification>.delete {
  right: 20px;
  top: 20px;
}

a.chosen-single {
  border: none !important;
}

.container.test{
  max-width: 800px;
}

@media screen and (max-width: 768px) {
  .one-employee, .two-employees, .three-employees, .four-employees, .no.card, .yes.card {
    float: none !important;
    margin: 0 auto !important;
  }
  select.chosen-select {
    max-width: 100%;
    height: 32px;
    font-size: 20px;
  }
  a.button.apply {
    max-width: 100%;
    white-space: normal;
  }
  section.section {
    padding: 0px;
  }
  .section-rate, .section-sales, .section-business-category {
    padding-left: 20px;
    padding-right: 20px;
  }
  a.button.apply {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .section-sales .slider {
    padding-left: 20px;
    padding-right: 30px;
  }
}
