@font-face {
  font-family: "AFBattersea";
  src: url("../../assets/fonts/AFBattersea-Regular.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "AFBattersea";
  src: url("../../assets/fonts/AFBattersea-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "AFBattersea";
  src: url("../../assets/fonts/AFBattersea-Bold.ttf") format("truetype");
  font-weight: 800;
}
.hireout-header h2 {
  text-align: center;
  color: #434444;
  font-size: 50px;
  margin: 0.3em 0;
}
.hireout-header h3 {
  margin: 0;
  text-align: center;
  color: #8B8B8B;
  font-size: 24px;
}
.hireout-header ul.steps {
  display: flex;
  margin: 2em 0;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.hireout-header ul.steps li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100px;
  height: 50px;
}
.hireout-header ul.steps li span, .hireout-header ul.steps li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hireout-header ul.steps li::before {
  z-index: 1;
  background-color: #F9F9F9;
  transform: skewX(25deg);
}
.hireout-header ul.steps li span {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hireout-header ul.steps li.active {
  color: white;
  font-weight: bolder;
}
.hireout-header ul.steps li.active::before {
  background-color: #0979BE;
}

.hireout-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
}
.hireout-container .spacer {
  width: 100%;
  margin: 1em 0;
}
.hireout-container .one-col,
.hireout-container .two-col,
.hireout-container .three-col,
.hireout-container .slim-col {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.hireout-container .one-col {
  width: 100%;
}
@media (min-width: 600px) {
  .hireout-container .two-col {
    width: calc((100% - 30px)/2);
  }
  .hireout-container .three-col {
    width: calc((100% - 60px)/3);
  }
  .hireout-container .slim-col {
    width: 60%;
    margin: 0 auto 10px;
  }
}
.hireout-container .text-center {
  text-align: center;
}
.hireout-container .hire-excesses {
  color: #D20000;
}

.radio-slider {
  display: none;
}

.hireout-form {
  font-family: "AFBattersea", sans-serif;
  font-weight: 300;
  max-width: 100% !important;
  width: 100% !important;
  background-color: white;
  padding: 100px 0;
}
.hireout-form label {
  width: 100%;
}
.hireout-form input {
  background: transparent;
  border: inherit;
  padding: 0;
}
.hireout-form .note {
  background-color: #FFF3CD;
  color: #856404;
  text-align: center;
  padding: 20px;
  margin: 0 0 2em 0;
}
.hireout-form .field-button {
  background-color: #B1DF51 !important;
  color: white !important;
  padding: 25px 20px;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: bold;
  text-transform: none;
}
.hireout-form .field-button:hover {
  text-decoration: none;
}
.hireout-form label.select .title {
  display: none;
}
.hireout-form label.select select {
  width: 100%;
  background-color: whitesmoke;
  border: none;
  height: 56px;
  border-bottom: 1px solid #8e8e8e;
  padding: 10px;
}
.hireout-form label.file {
  display: block;
  width: 100%;
  background-color: whitesmoke;
  border-bottom: 1px solid #8e8e8e;
  padding: 10px;
  margin-bottom: 1em;
}
.hireout-form label.file input {
  border-bottom: 0;
}

.hireout-modal {
  display: none;
  position: fixed;
  top: 100vh;
  left: 100vw;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  z-index: -200;
}
.hireout-modal.active {
  display: flex;
  z-index: 200;
  top: 0;
  left: 0;
}
.hireout-modal .message {
  background-color: white;
  padding: 40px;
}
.hireout-modal .message h2 {
  margin-top: 0;
}
.hireout-modal .message p {
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */
