/**
 * @global
 * Globally used variables
 */
/**
 * @colours
 * Colour palette main
 */
/**
 * @file
 * Development Page Banner
 */
.cpt-development-page-banner {
  background-color: #25535B;
  position: relative;
}

.development-page-banner-wrap nav ol {
  margin: 0;
  padding: 0;
}
.development-page-banner-wrap nav ol li {
  display: inline-block;
}
.development-page-banner-wrap nav ol li:not(:last-child):after {
  content: "/";
}
.development-page-banner-wrap nav ol a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.35em;
}
.development-page-banner-wrap nav ol a:hover, .development-page-banner-wrap nav ol a:focus {
  text-decoration: none;
}
.development-page-banner-wrap h1 {
  color: #c4d600;
}
.development-page-banner-wrap .development-page-banner-content {
  color: #fff;
}
.development-page-banner-wrap .development-page-banner-content .banner-strapline {
  font-size: 1.136em;
  margin: 2em 0;
}
.development-page-banner-wrap .development-page-banner-content .development-features {
  display: flex;
}
.development-page-banner-wrap .development-page-banner-content .development-features > div {
  margin-right: 20px;
}
.development-page-banner-wrap .development-page-banner-content .available-properties,
.development-page-banner-wrap .development-page-banner-content .address,
.development-page-banner-wrap .development-page-banner-content .development-price {
  display: flex;
  align-items: center;
}
.development-page-banner-wrap .development-page-banner-content .development-icon {
  flex-shrink: 0;
  display: block;
  width: 33px;
  height: 33px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 14px;
}
.development-page-banner-wrap .development-page-banner-content .development-icon.available-properties-icon {
  background-image: url("../../images/icon-house-small.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.development-page-banner-wrap .development-page-banner-content .development-icon.address-icon {
  background-image: url("../../images/icon-location.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px;
}
.development-page-banner-wrap .development-page-banner-content .development-icon.price-icon {
  background-image: url("../../images/icon-price.svg");
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 1170px) {
  .development-page-banner-wrap {
    position: static;
    display: flex;
    align-items: flex-end;
    max-width: 1160px;
    margin: 0 auto;
    overflow: hidden;
    height: 425px;
    padding-bottom: 40px;
    box-sizing: border-box;
  }
  .development-page-banner-wrap::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 45%;
    transform: translateX(-66px);
    height: 100%;
    width: 308px;
    z-index: 2;
    background-image: url("../../images/s-sanctuary-dark.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 0;
  }
  .development-page-banner-wrap .development-page-banner-content {
    position: relative;
    z-index: 3;
    width: 45%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 60px 20px 0;
  }
  .development-page-banner-wrap .development-page-banner-image {
    position: absolute;
    z-index: 1;
    background-color: #25535B;
    top: 0;
    left: 45%;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
  }
  .development-page-banner-wrap .development-page-banner-image article,
.development-page-banner-wrap .development-page-banner-image div {
    height: 100%;
  }
  .development-page-banner-wrap .development-page-banner-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }
}
@media (min-width: 1400px) {
  .development-page-banner-wrap {
    max-width: 1320px;
    height: 625px;
    padding-bottom: 100px;
  }
  .development-page-banner-wrap::after {
    transform: translateX(-70px);
    width: 455px;
  }
}
@media (min-width: 720px) and (max-width: 1169px) {
  .cpt-development-page-banner {
    padding: 0 24px;
  }

  .development-page-banner-wrap {
    position: static;
    display: flex;
    align-items: center;
    margin: 0 auto;
    overflow: hidden;
    height: 400px;
  }
  .development-page-banner-wrap::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-66px);
    height: 100%;
    width: 49%;
    z-index: 2;
    background-image: url("../../images/s-sanctuary-dark.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 0 50%;
  }
  .development-page-banner-wrap .development-page-banner-content {
    position: relative;
    z-index: 3;
    width: 55%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 60px 20px 0;
    color: #fff;
  }
  .development-page-banner-wrap .development-page-banner-content .development-icon {
    margin-right: 4px;
  }
  .development-page-banner-wrap .development-page-banner-image {
    position: absolute;
    z-index: 1;
    background-color: #25535B;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
  }
  .development-page-banner-wrap .development-page-banner-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }
}
@media (max-width: 719px) {
  .development-page-banner-wrap {
    position: static;
    margin: 0 auto;
    overflow: hidden;
  }
  .development-page-banner-wrap .development-page-banner-content {
    position: relative;
    z-index: 3;
    padding: 36px 36px 36px 24px;
    color: #fff;
    overflow: hidden;
  }
  .development-page-banner-wrap .development-page-banner-content .coh-paragraph {
    max-width: 400px;
  }
  .development-page-banner-wrap .development-page-banner-content::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 85%;
    transform: translateX(-66px);
    height: 100%;
    width: 180px;
    z-index: -1;
    background-image: url("../../images/s-sanctuary-dark.svg");
    background-repeat: no-repeat;
    background-size: auto 102%;
    background-position: 0 50%;
  }
  .development-page-banner-wrap .development-page-banner-content .banner-strapline {
    margin: 1em 0;
  }
  .development-page-banner-wrap .development-page-banner-content .development-features {
    flex-direction: column;
  }
  .development-page-banner-wrap .development-page-banner-content .available-properties,
.development-page-banner-wrap .development-page-banner-content .address,
.development-page-banner-wrap .development-page-banner-content .development-price {
    margin-bottom: 20px;
  }
  .development-page-banner-wrap .development-page-banner-image {
    background-color: #25535B;
    overflow: hidden;
  }
  .development-page-banner-wrap .development-page-banner-image img {
    display: block;
  }
}
/*# sourceMappingURL=../maps/components/development-page-banner.css.map */
