.ballen-idxs-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ballen-idxs-clearfix:before {
  content: " ";
  display: table;
}

.ballen-idxs-clearfix:after {
  clear: both;
  content: " ";
  display: table;
}

.ballen-idxs-container {
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0;
  padding: 16px 16px 16px 16px;
}

.ballen-idxs-cta-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7px;
  margin-left: -7px;
}

.ballen-idxs-cta-col {
  position: relative;
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
}

.ballen-idxs-cta-btn {
  border: 2px solid #dc1c2e;
  border-radius: 0;
  color: #ffffff !important;
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
  padding: 2px 6px;
  text-align: center;
  text-decoration: none;
}

.ballen-idxs-cta-btn:hover,
.ballen-idxs-cta-btn:focus,
.ballen-idxs-cta-btn:active {
  background-color: #dc1c2e;
  color: #ffffff !important;
}

.ballen-idxs-form {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0;
  padding: 16px 16px 1px 16px;
}

.ballen-idxs-form .ballen-idxs-col {
  float: left;
  margin-left: 2.564102564102564%;
  margin-bottom: 0;
  width: 31.623931623931625%;
}

.ballen-idxs-form .ballen-idxs-col:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}

.ballen-idxs-sidebar-form .ballen-idxs-col {
  float: none;
  margin: 0;
  width: auto;
}

button.ballen-idxs-btn-primary {
  background-color: #dc1c2e;
  border: 1px solid #dc1c2e;
  border-radius: 0;
  color: #fff;
  height: 36px;
  line-height: normal;
  padding: 4px 12px;
  text-decoration: none;
}

button.ballen-idxs-btn-primary:hover,
button.ballen-idxs-btn-primary:focus {
  background-color: #333333;
  border: 1px solid #333333;
  color: #fff;
}

.ballen-idxs-container .ballen-idxs-btn-primary {
  width: 100%;
}

.ballen-idxs-sidebar-form .ballen-idxs-btn-primary {
  margin-bottom: 16px;
}

.ballen-idxs-group {
  background-color: #fff;
  border: 1px solid #cccccc;
  margin-bottom: 15px;
}

.ballen-idxs-input-group {
  display: table;
  border-collapse: separate;
  position: relative;
  width: 100%;
}

.ballen-idxs-form-control {
  border: none;
  display: table-cell;
  float: left;
  margin-bottom: 0;
  outline: none;
  position: relative;
  width: 100%;
}

.ballen-idxs-input-group-addon {
  background-color: #eee;
  background-image: url("../../assets/images/idxs-icons-sprite.png");
  background-repeat: no-repeat;
  background-size: 100px;
  border-right: 1px solid #cccccc;
  border-radius: 0;
  color: #666;
  display: table-cell;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  white-space: nowrap;
}

.ballen-idxs-lp-addon,
.ballen-idxs-hp-addon {
  background-position: -4px 0;
}

.ballen-idxs-bd-addon {
  background-position: -38px 0;
}

.ballen-idxs-tb-addon {
  background-position: -71px 0;
}

.ballen-idxs-city-addon {
  background-position: -5px -33px;
}

.ballen-idxs-input-group input[type="text"],
.ballen-idxs-input-group select {
  height: 36px;
  background-color: #fff;
  border: none;
  color: #777;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  padding: 5px 10px;
  width: 100%;
}

@media (min-width: 769px) {
  .ballen-idxs-cta-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .ballen-idxs-container {
    padding: 7px 7px 7px 7px;
  }

  .ballen-idxs-form {
    padding: 7px 7px 0 7px;
  }

  .ballen-idxs-cta-btn {
    margin-bottom: 7px;
  }

  .ballen-idxs-form .ballen-idxs-col {
    float: left;
    margin-left: 2.564102564102564%;
    margin-bottom: 0;
    width: 48.717948717948715%;
  }

  .ballen-idxs-form .ballen-idxs-col:nth-child(3n+1) {
    clear: none;
    margin-left: 2.564102564102564%;
  }

  .ballen-idxs-form .ballen-idxs-col:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }

  .ballen-idxs-group {
    margin-bottom: 7px;
  }
}
