.l-banner {
  position: relative;
}
.l-banner__container {
  position: relative;
}
.l-banner__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .l-banner__image {
    position: relative;
    width: 100%;
    height: 240px;
  }
}
.l-banner__image.is-form {
  top: -130px;
  right: -218px;
}
@media (max-width: 991px) {
  .l-banner__image.is-form {
    top: -130px;
    right: -218px;
  }
}
@media (max-width: 575px) {
  .l-banner__image.is-form {
    top: -60px;
    left: 52px;
  }
}
.l-banner__text-container {
  display: table-cell;
  height: 560px;
  width: 1000px;
  vertical-align: middle;
  padding: 0 80px 0 0;
}
@media (max-width: 991px) {
  .l-banner__text-container {
    height: 560px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .l-banner__text-container {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 30px 0;
    text-align: left;
  }
}
.l-banner__pre-title {
  font-size: 0.8125em;
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .l-banner__pre-title {
    font-size: 1em;
  }
}
@media (max-width: 575px) {
  .l-banner__pre-title {
    font-size: 1em;
  }
}
.l-banner__title {
  font-size: 2.5em;
  font-weight: 700;
  color: #f6a925;
  margin: 10px 0 0 0;
}
@media (max-width: 991px) {
  .l-banner__title {
    font-size: 3em;
    margin: 10px 0 0 0;
  }
}
@media (max-width: 575px) {
  .l-banner__title {
    font-size: 2.5em;
  }
}
.l-banner__text {
  font-size: 1em;
  font-weight: 300;
  color: #fff;
  margin: 20px 0 0 0;
}
.l-banner__text a {
  color: #ffffff !important;
  text-decoration: underline !important;
}
.l-banner__text a:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .l-banner__text {
    font-size: 0.875em;
    margin: 20px 0 0 0;
  }
}
@media (max-width: 575px) {
  .l-banner__text {
    font-size: 0.875em;
  }
}
.l-banner__button {
  margin: 30px auto 0 auto;
  display: inline-block;
  border-radius: 1px;
  padding: 8px;
  width: 233px;
  height: 38px;
  text-transform: uppercase;
  font-size: 0.875em;
  text-align: center;
  color: #ffffff;
  position: relative;
  background: #f6a925;
  font-weight: bold;
}
.l-banner__button:hover {
  color: #ffffff;
}

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