/**
 * @file
 */
@media only screen and (min-width: 768px) {
  #edit-left {
    float: left;
    padding: 1%;
    width: 48%;
  }

  #edit-right {
    float: right;
    padding: 1%;
    width: 48%;
  }

  #edit-bottom {
    clear: both;
  }

  #edit-details-format {
    display: none;
  }
}

.information-request-form label {
  display: block;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  color: #353633;
  font: 700 10px/15px "Roboto", sans-serif;
}

.information-request-form label.error {
  color: #8c2e0b;
}

.information-request-form input[type="submit"] {
  width: 240px;
  text-align: left;
  border: 0;
  display: inline-block;
  min-width: 240px;
  margin-top: 20px;
  height: 59px;
  box-shadow: 0 13px 14px rgba(0, 0, 0, 0.06);
  border-radius: 110px;
  background-color: #004d72;
  width: auto;
  max-width: 300px;
  color: #fff;
  font: 400 16px/57px "Roboto", sans-serif;
  position: relative;
  padding: 0 35px;
}

select {
  background: url(/themes/custom/idb/html/svg/spritesrc/arrow-select.svg) no-repeat 98% center;
  padding: 5px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 20px;
  height: 52px;
  width: 100%;
}
