.hero-banner {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 115px; }
  .hero-banner-container {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    height: 100%; }
    .hero-banner-container > .col {
      flex: 0 0 auto; }
  .hero-banner-image {
    position: absolute;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .hero-banner-image > .advert {
      height: 100% !important;
      width: 100% !important; }
      .hero-banner-image > .advert > div {
        height: 100% !important;
        width: 100% !important; }
        .hero-banner-image > .advert > div iframe {
          width: 100%;
          height: 100%; }
  .hero-banner-content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 20px;
    width: 100%;
    z-index: 10; }
    .hero-banner-content > * {
      flex-grow: 0; }
  .hero-banner-logo {
    align-self: flex-start; }
    .hero-banner-logo img {
      max-height: 50px; }
  .hero-banner-top {
    justify-content: space-between; }
    .hero-banner-top * {
      z-index: 10; }
  .hero-banner .buttons-col {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end; }
    .hero-banner .buttons-col .hero-banner-top-buttons {
      display: flex;
      flex-flow: column nowrap;
      align-items: center; }
      .hero-banner .buttons-col .hero-banner-top-buttons a.btn {
        margin: 0 !important; }
      .hero-banner .buttons-col .hero-banner-top-buttons a:not(.btn) {
        line-height: 35px; }
    .constructionsales .hero-banner .buttons-col .btn-secondary {
      background-color: #ed1c24;
      border-color: #ed1c24; }
      .constructionsales .hero-banner .buttons-col .btn-secondary:hover {
        background-color: #de1219;
        border-color: #de1219; }
  .hero-banner-bottom {
    position: absolute;
    justify-content: flex-start;
    left: 0;
    bottom: 0;
    width: auto;
    margin: 0 0 28px 28px; }
    .hero-banner-bottom-link {
      display: inline-flex;
      color: #fff;
      align-items: center; }
      .hero-banner-bottom-link:hover {
        text-decoration: none; }
        .hero-banner-bottom-link:hover .bottom-link-text {
          text-decoration: underline; }
      .hero-banner-bottom-link img {
        max-width: 40px;
        margin-right: 16px; }
      .hero-banner-bottom-link .bottom-link-text {
        margin-right: 6px;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        line-height: 15px; }
      .hero-banner-bottom-link .icon {
        width: 15px;
        height: 15px; }
        .hero-banner-bottom-link .icon:before {
          color: #fff; }


/*# sourceMappingURL=hero-banner-assets-aabfe0c40b016593d4c5.css.map*/