/*	==================================
	MIXINS :: BREAKPOINTS
=================================== */
.section--download-masterplan {
  background-color: #FBFBFD;
  margin-bottom: 4em;
  margin-top: -2em;
}
@media only screen and (min-width: 60rem) {
  .section--download-masterplan {
    margin-bottom: 6.25em;
    max-height: 580px;
  }
}
.section--download-masterplan .container {
  display: flex;
  flex-wrap: wrap;
}
.section--download-masterplan-left, .section--download-masterplan-right-desktop, .section--download-masterplan-right-mob {
  width: 100%;
}
@media only screen and (min-width: 60rem) {
  .section--download-masterplan-left, .section--download-masterplan-right-desktop, .section--download-masterplan-right-mob {
    width: 50%;
  }
}
.section--download-masterplan-left .download-masterplan-section-title {
  color: #898C90;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.5em;
  display: block;
}
.section--download-masterplan-left .download-masterplan-subtitle {
  font-size: 2em;
  font-family: "Publico Headline", Times New Roman, serif;
  line-height: 1;
}
@media only screen and (min-width: 75rem) {
  .section--download-masterplan-left .download-masterplan-subtitle {
    font-size: 2.5em;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 100rem) {
  .section--download-masterplan-left .download-masterplan-subtitle {
    font-size: 3em;
  }
}
.section--download-masterplan-left .download-masterplan-button-holder {
  padding-top: 3.625em;
  margin-bottom: 4em;
}
.section--download-masterplan-left .download-masterplan-button-holder a {
  font-family: "Publico Headline", Times New Roman, serif;
  color: white;
  text-decoration: none;
  background-color: #FFB549;
  border: 1px solid white;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1em 1em;
  font-family: "Cera", Helvetica Neue, Helvetica, Calibri, Arial, sans-serif;
  -webkit-transition: All 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: All 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (min-width: 60rem) {
  .section--download-masterplan-left .download-masterplan-button-holder a {
    padding: 1em 4em;
  }
}
.section--download-masterplan-left .download-masterplan-button-holder a:hover {
  background-color: #63666A;
}
.section--download-masterplan-right-desktop {
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 60%;
  background-size: contain !important;
}
@media only screen and (min-width: 60rem) {
  .section--download-masterplan-right-desktop {
    padding-bottom: 30%;
  }
}


.banner-wrapper {
  width: 100%;
  margin-top: 80px;
  height: calc(100vh - 126px);
}
@media only screen and (min-width: 60rem) {
  .banner-wrapper {
    height: calc(100vh - 155px);
    margin-top: 155px;
    min-height: 500px;
  }
}
@media only screen and (min-width: 75rem) {
  .banner-wrapper {
    min-height: 650px;
  }
}
@media only screen and (min-width: 90rem) {
  .banner-wrapper {
    min-height: 650px;
  }
}
@media only screen and (min-width: 100rem) {
  .banner-wrapper {
    min-height: 750px;
  }
}
@media only screen and (min-width: 120rem) {
  .banner-wrapper {
    min-height: 1000px;
  }
}
.banner-wrapper .slick-track {
  height: calc(100vh - 126px);
}
@media only screen and (min-width: 60rem) {
  .banner-wrapper .slick-track {
    height: calc(100vh - 155px);
  }
}
.banner-wrapper .slick-dots {
  text-align: left;
  left: 4.5em;
  bottom: 3.625em;
}
@media only screen and (min-width: 90rem) {
  .banner-wrapper .slick-dots {
    left: 6.25em;
  }
}
.banner-wrapper .slick-dots li {
  height: 10px;
  width: 10px;
  background-color: #ffffff;
  margin: 0 0.625em 0 0;
}
.banner-wrapper .slick-dots .slick-active {
  background-color: #FFB549;
}
.banner-wrapper .banner-slide {
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 60rem) {
  .banner-wrapper .banner-slide {
    min-height: 500px;
  }
}
@media only screen and (min-width: 75rem) {
  .banner-wrapper .banner-slide {
    min-height: 650px;
  }
}
@media only screen and (min-width: 90rem) {
  .banner-wrapper .banner-slide {
    min-height: 650px;
  }
}
@media only screen and (min-width: 100rem) {
  .banner-wrapper .banner-slide {
    min-height: 750px;
  }
}
@media only screen and (min-width: 120rem) {
  .banner-wrapper .banner-slide {
    min-height: 1000px;
  }
}
.banner-wrapper .banner-slide .banner-slide-desktop {
  position: absolute;
  height: 100%;
  background-size: cover;
  width: 100%;
  display: none;
  background-position: center bottom;
}
@media only screen and (min-width: 50rem) {
  .banner-wrapper .banner-slide .banner-slide-desktop {
    display: block;
  }
}
.banner-wrapper .banner-slide .banner-slide-mobile {
  position: absolute;
  height: 100%;
  background-size: cover;
  width: 100%;
  display: block;
  background-position: center bottom;
}
@media only screen and (min-width: 50rem) {
  .banner-wrapper .banner-slide .banner-slide-mobile {
    display: none;
  }
}
.banner-wrapper .banner-slide .banner-image-logo {
  position: absolute;
  top: 0;
  right: 0;
}
.banner-wrapper .banner-slide a .banner-roundel {
  height: 100px;
  width: 100px;
  background-size: cover;
  position: absolute;
  transform: translate(50%, 50%);
  top: 24px;
  right: 20px;
  display: grid;
  justify-content: center;
  align-content: center;
  text-align: center;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
}
@media only screen and (min-width: 50rem) {
  .banner-wrapper .banner-slide a .banner-roundel {
    height: 200px;
    width: 200px;
  }
}
@media only screen and (min-width: 75rem) {
  .banner-wrapper .banner-slide a .banner-roundel {
    top: 108px;
    right: 100px;
  }
}
.banner-wrapper .banner-slide a .banner-roundel span {
  color: #ffffff;
  font-family: "Cera", Helvetica Neue, Helvetica, Calibri, Arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.25em;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (min-width: 50rem) {
  .banner-wrapper .banner-slide a .banner-roundel span {
    font-size: 1.5em;
  }
}
.banner-wrapper .banner-slide .banner-text-button-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 450px;
  height: 350px;
  padding-left: 1.5em;
  display: grid;
  background-size: 120% 120%;
  background-repeat: no-repeat;
  grid-template-rows: 13fr 9fr;
  background-position: -100px 50px;
}
@media only screen and (min-width: 30rem) {
  .banner-wrapper .banner-slide .banner-text-button-holder {
    grid-template-rows: 12fr 10fr;
    padding-left: 4.5em;
    background-position: 0 0;
    background-size: 100% 100%;
  }
}
@media only screen and (min-width: 40rem) {
  .banner-wrapper .banner-slide .banner-text-button-holder {
    width: 450px;
    height: 350px;
  }
}
@media only screen and (min-width: 60rem) {
  .banner-wrapper .banner-slide .banner-text-button-holder {
    width: 600px;
    height: 467px;
    bottom: -3em;
  }
}
@media only screen and (min-width: 90rem) {
  .banner-wrapper .banner-slide .banner-text-button-holder {
    width: 695px;
    height: 541px;
    padding-left: 6.25em;
  }
}
.banner-wrapper .banner-slide .banner-text-button-holder .banner-image-heading {
  text-align: left;
  align-self: end;
}
.banner-wrapper .banner-slide .banner-text-button-holder .banner-image-heading h2 {
  font-family: "Publico Headline", Times New Roman, serif;
  color: white;
  font-size: 2em;
  line-height: 1em;
  width: 300px;
}
@media only screen and (min-width: 40rem) {
  .banner-wrapper .banner-slide .banner-text-button-holder .banner-image-heading h2 {
    font-size: 2.25em;
    width: 100%;
  }
}
@media only screen and (min-width: 60rem) {
  .banner-wrapper .banner-slide .banner-text-button-holder .banner-image-heading h2 {
    font-size: 2.65em;
  }
}
@media only screen and (min-width: 90rem) {
  .banner-wrapper .banner-slide .banner-text-button-holder .banner-image-heading h2 {
    font-size: 3.25em;
  }
}
.banner-wrapper .banner-slide .banner-text-button-holder .banner-image-button-holder {
  margin-top: 1.5em;
}
@media only screen and (min-width: 40rem) {
  .banner-wrapper .banner-slide .banner-text-button-holder .banner-image-button-holder {
    margin-top: 2.1em;
  }
}
.banner-wrapper .banner-slide .banner-text-button-holder .banner-image-button-holder a {
  font-family: "Publico Headline", Times New Roman, serif;
  color: white;
  text-decoration: none;
  background-color: #FFB549;
  border: 1px solid white;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1em;
  font-family: "Cera", Helvetica Neue, Helvetica, Calibri, Arial, sans-serif;
  -webkit-transition: All 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: All 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.banner-wrapper .banner-slide .banner-text-button-holder .banner-image-button-holder a:hover {
  background-color: #63666A;
}

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