/* line 1, ../sass/template/_menu.scss */
header#masthead {
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: #1A0045;
  padding: 5px 4%;
}
/* line 8, ../sass/template/_menu.scss */
header#masthead .container {
  max-width: 2000px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 769px) {
  /* line 8, ../sass/template/_menu.scss */
  header#masthead .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 18, ../sass/template/_menu.scss */
header#masthead .container .navbar {
  justify-content: space-between;
}
/* line 31, ../sass/template/_menu.scss */
header#masthead .container .navbar .open-menu-btn {
  cursor: pointer;
  outline: none;
  z-index: 14;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 8px;
}
/* line 42, ../sass/template/_menu.scss */
header#masthead .container .navbar .open-menu-btn:before, header#masthead .container .navbar .open-menu-btn:after {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #fff;
  content: "";
  left: 0;
  top: 26px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
/* line 57, ../sass/template/_menu.scss */
header#masthead .container .navbar .open-menu-btn:before {
  background-color: #00ADA7;
}
/* line 61, ../sass/template/_menu.scss */
header#masthead .container .navbar .open-menu-btn:after {
  top: 16px;
  background-color: #E85744;
}
/* line 66, ../sass/template/_menu.scss */
header#masthead .container .navbar .open-menu-btn span {
  display: none;
}
/* line 71, ../sass/template/_menu.scss */
header#masthead .container .navbar .off-canvas {
  min-height: 100vh;
  -webkit-transform: translateY(-100vh);
  -ms-transform: translateY(-100vh);
  transform: translateY(-100vh);
  background: #1A0045;
  max-width: 100vw;
  left: unset;
  right: 0;
}
@media (min-width: 980px) {
  /* line 71, ../sass/template/_menu.scss */
  header#masthead .container .navbar .off-canvas {
    min-height: 35vh;
    max-width: 60vw;
    -webkit-transform: translateY(-35vh);
    -ms-transform: translateY(-35vh);
    transform: translateY(-35vh);
  }
}
/* line 90, ../sass/template/_menu.scss */
header#masthead .container .navbar .off-canvas.is-open {
  top: 54px;
  box-shadow: none;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 98, ../sass/template/_menu.scss */
header#masthead .container .navbar .off-canvas .close-button {
  outline: none;
}
/* line 106, ../sass/template/_menu.scss */
header#masthead .container .navbar .off-canvas .off-canvas-wrapper .main-menu .menu-list {
  display: block;
  padding-left: 0vw;
  list-style: none;
}
@media (min-width: 769px) {
  /* line 106, ../sass/template/_menu.scss */
  header#masthead .container .navbar .off-canvas .off-canvas-wrapper .main-menu .menu-list {
    display: inline-flex;
    padding-left: 5vw;
  }
}
/* line 116, ../sass/template/_menu.scss */
header#masthead .container .navbar .off-canvas .off-canvas-wrapper .main-menu .menu-list .menu-item {
  margin: 4vh 20px;
}
@media (min-width: 769px) {
  /* line 116, ../sass/template/_menu.scss */
  header#masthead .container .navbar .off-canvas .off-canvas-wrapper .main-menu .menu-list .menu-item {
    margin: 10px 20px;
  }
}
/* line 123, ../sass/template/_menu.scss */
header#masthead .container .navbar .off-canvas .off-canvas-wrapper .main-menu .menu-list .menu-item img {
  display: inline;
  margin-right: 10px;
  margin-top: -2px;
}
/* line 129, ../sass/template/_menu.scss */
header#masthead .container .navbar .off-canvas .off-canvas-wrapper .main-menu .menu-list .menu-item .nav-link {
  display: inline;
  font-family: "Cadiz-Bold";
  color: #fff;
  outline: none;
  font-size: 24px;
  line-height: 32px;
  padding: 0px;
  transition: color .1s ease-in-out;
}
/* line 139, ../sass/template/_menu.scss */
header#masthead .container .navbar .off-canvas .off-canvas-wrapper .main-menu .menu-list .menu-item .nav-link.orange {
  color: #E85744;
}
/* line 143, ../sass/template/_menu.scss */
header#masthead .container .navbar .off-canvas .off-canvas-wrapper .main-menu .menu-list .menu-item .nav-link:hover {
  color: #E85744;
  text-decoration: none;
}
/* line 149, ../sass/template/_menu.scss */
header#masthead .container .navbar .off-canvas .off-canvas-wrapper .main-menu .menu-list .menu-item .main-menu-subnav {
  padding-left: 0;
  margin-top: 10px;
  list-style: none;
}
/* line 154, ../sass/template/_menu.scss */
header#masthead .container .navbar .off-canvas .off-canvas-wrapper .main-menu .menu-list .menu-item .main-menu-subnav .submenu-item {
  padding: 7px 0px;
}
/* line 161, ../sass/template/_menu.scss */
header#masthead .container .navbar .off-canvas .off-canvas-wrapper .main-menu .menu-list .menu-item .main-menu-subnav .submenu-item .subnav-link {
  color: #fff;
  font-family: "Cadiz-Bold";
  font-size: 17px;
  line-height: 24px;
  transition: color .1s ease-in-out;
}
/* line 168, ../sass/template/_menu.scss */
header#masthead .container .navbar .off-canvas .off-canvas-wrapper .main-menu .menu-list .menu-item .main-menu-subnav .submenu-item .subnav-link:hover {
  color: #E85744;
  text-decoration: none;
}

/* line 185, ../sass/template/_menu.scss */
.menu-open #masthead #burger-menu:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 23px;
}

/* line 191, ../sass/template/_menu.scss */
.menu-open #masthead #burger-menu:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 23px;
}

@font-face {
  font-family: "Cadiz-Regular";
  src: url(../inc/assets/fonts/Cadiz-Regular.otf),
        url(../inc/assets/fonts/CadizWeb-Regular.woff),
        url(../inc/assets/fonts/CadizWeb-Regular.woff2);
}
@font-face {
  font-family: "Cadiz-Bold";
  src: url(../inc/assets/fonts/Cadiz-Bold.otf),
      url(../inc/assets/fonts/CadizWeb-Bold.woff),
      url(../inc/assets/fonts/CadizWeb-Bold.woff2);
}
/* line 11, ../sass/template/_general.scss */
body {
  background-color: #fff;
  font-variant: no-common-ligatures;
}
/* line 15, ../sass/template/_general.scss */
body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url("../inc/assets/svg/pattern-bg.svg") repeat center center;
  -webkit-background-size: initial;
  -moz-background-size: initial;
  -o-background-size: initial;
  background-size: initial;
}
/* line 33, ../sass/template/_general.scss */
body.page-id-177 header#masthead {
  background-color: #35002D;
}
/* line 40, ../sass/template/_general.scss */
body.page-id-177 header#masthead .container .navbar .off-canvas {
  background-color: #35002D;
}
/* line 50, ../sass/template/_general.scss */
body.page-id-265 header#masthead {
  background-color: #283650;
}
/* line 57, ../sass/template/_general.scss */
body.page-id-265 header#masthead .container .navbar .off-canvas {
  background-color: #283650;
}
/* line 65, ../sass/template/_general.scss */
body .cc-banner.cc-bottom {
  align-items: flex-end;
  padding: 20px calc(4% + 15px);
}
/* line 69, ../sass/template/_general.scss */
body .cc-banner.cc-bottom .cc-message {
  font-family: "Cadiz-Regular";
  font-size: 17px;
  line-height: 24px;
}
/* line 74, ../sass/template/_general.scss */
body .cc-banner.cc-bottom .cc-message .cc-link {
  text-decoration: none;
  display: inline-block;
  opacity: 1;
  margin-top: 0px;
  border-bottom: 2px solid #BF1F69;
  outline: none;
}
/* line 82, ../sass/template/_general.scss */
body .cc-banner.cc-bottom .cc-message .cc-link:hover {
  border-bottom: 2px solid #00ADA7;
}
/* line 90, ../sass/template/_general.scss */
body .cc-banner.cc-bottom .cc-compliance .cc-btn {
  border: 2px solid #BF1F69;
  transition: border .2s ease-out;
}
/* line 94, ../sass/template/_general.scss */
body .cc-banner.cc-bottom .cc-compliance .cc-btn:hover {
  border: 2px solid #00ADA7;
  text-decoration: none;
  background-color: #1A0045;
}
/* line 104, ../sass/template/_general.scss */
body #content.site-content {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 108, ../sass/template/_general.scss */
body #content.site-content .container {
  max-width: 2000px;
}
/* line 111, ../sass/template/_general.scss */
body #content.site-content .container .content-area {
  padding-left: 0;
  padding-right: 0;
}
/* line 117, ../sass/template/_general.scss */
body #content.site-content .container .content-area .site-main .entry-content {
  margin: 0;
}
/* line 133, ../sass/template/_general.scss */
body.page-template-fullwidth #content.site-content .container .content-area .site-main {
  background-color: #fff;
}
/* line 136, ../sass/template/_general.scss */
body.page-template-fullwidth #content.site-content .container .content-area .site-main .entry-content {
  max-width: 90%;
  margin: 0 auto;
  padding: 10vh 0;
}
/* line 141, ../sass/template/_general.scss */
body.page-template-fullwidth #content.site-content .container .content-area .site-main .entry-content h3 {
  font-family: "Cadiz-Bold";
  font-size: 36px;
  line-height: 42px;
  color: #1A0045;
  display: inline-block;
  border-bottom: 4px solid #BF1F69;
  margin-bottom: 20px;
}
/* line 151, ../sass/template/_general.scss */
body.page-template-fullwidth #content.site-content .container .content-area .site-main .entry-content h4 {
  font-family: "Cadiz-Bold";
  font-size: 24px;
  line-height: 32px;
  color: #BF1F69;
  display: inline-block;
}
/* line 159, ../sass/template/_general.scss */
body.page-template-fullwidth #content.site-content .container .content-area .site-main .entry-content a {
  color: #BF1F69;
}
/* line 163, ../sass/template/_general.scss */
body.page-template-fullwidth #content.site-content .container .content-area .site-main .entry-content p {
  color: #1A0045;
}
/* line 167, ../sass/template/_general.scss */
body.page-template-fullwidth #content.site-content .container .content-area .site-main .entry-content ul {
  padding-left: 20px;
}
/* line 170, ../sass/template/_general.scss */
body.page-template-fullwidth #content.site-content .container .content-area .site-main .entry-content ul li {
  color: #1A0045;
}
/* line 176, ../sass/template/_general.scss */
body.page-template-fullwidth #content.site-content .container .content-area .site-main .entry-footer {
  display: none;
}

/* line 189, ../sass/template/_general.scss */
.section .container {
  padding: 30px 0px;
}
/* line 192, ../sass/template/_general.scss */
.section .container .row {
  max-width: 90%;
  margin: 0px auto;
}
@media (min-width: 769px) {
  /* line 192, ../sass/template/_general.scss */
  .section .container .row {
    max-width: 92%;
    margin: 30px auto;
  }
}
/* line 201, ../sass/template/_general.scss */
.section .container .row .col-12 {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 769px) {
  /* line 201, ../sass/template/_general.scss */
  .section .container .row .col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 214, ../sass/template/_general.scss */
h4.section-heading {
  font-family: "Cadiz-Bold";
  font-size: 36px;
  line-height: 42px;
}

/* line 220, ../sass/template/_general.scss */
p {
  font-family: "Cadiz-Regular";
  font-size: 17px;
  line-height: 24px;
}
/* line 225, ../sass/template/_general.scss */
p.bold {
  font-family: "Cadiz-Bold";
}

/* line 230, ../sass/template/_general.scss */
.reveal-on-scroll {
  opacity: 1;
}
@media (min-width: 769px) {
  /* line 230, ../sass/template/_general.scss */
  .reveal-on-scroll {
    opacity: 0;
  }
}

@-webkit-keyframes bounce {
  0%,
    100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%,
    100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
/* line 3, ../sass/template/_footer-style.scss */
footer#colophon .container {
  max-width: 2000px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 769px) {
  /* line 3, ../sass/template/_footer-style.scss */
  footer#colophon .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 13, ../sass/template/_footer-style.scss */
footer#colophon .container.downloads {
  background-color: #E8E8E8;
}
/* line 17, ../sass/template/_footer-style.scss */
footer#colophon .container.get-in-touch {
  background-color: #1A0045;
}
/* line 20, ../sass/template/_footer-style.scss */
footer#colophon .container.get-in-touch .section-heading {
  color: #fff;
}
/* line 25, ../sass/template/_footer-style.scss */
footer#colophon .container .section-heading {
  color: #1A0045;
  font-size: 36px;
  line-height: 42px;
  display: inline-block;
  border-bottom: 5px solid #BF1F69;
  margin-left: 5%;
  margin-top: 4vh;
}
@media (min-width: 769px) {
  /* line 25, ../sass/template/_footer-style.scss */
  footer#colophon .container .section-heading {
    margin-left: 4%;
  }
}
/* line 39, ../sass/template/_footer-style.scss */
footer#colophon .container .row {
  max-width: 90%;
  margin: 0px auto;
  padding: 30px 0 4vh;
}
@media (min-width: 769px) {
  /* line 39, ../sass/template/_footer-style.scss */
  footer#colophon .container .row {
    max-width: 92%;
  }
}
/* line 50, ../sass/template/_footer-style.scss */
footer#colophon .container .row.small-footer .col-12 {
  padding-right: 0px;
  padding-left: 0px;
}
@media (min-width: 769px) {
  /* line 50, ../sass/template/_footer-style.scss */
  footer#colophon .container .row.small-footer .col-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* line 61, ../sass/template/_footer-style.scss */
footer#colophon .container .row .downloads-col {
  padding-left: 0;
  padding-right: 0%;
  margin: 10px 0;
}
@media (min-width: 769px) {
  /* line 61, ../sass/template/_footer-style.scss */
  footer#colophon .container .row .downloads-col {
    margin: 0px 0;
    padding-right: 5%;
  }
}
/* line 71, ../sass/template/_footer-style.scss */
footer#colophon .container .row .downloads-col .download {
  outline: none;
  display: inline-block;
  margin-right: 0px;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 769px) {
  /* line 71, ../sass/template/_footer-style.scss */
  footer#colophon .container .row .downloads-col .download {
    margin-bottom: 0px;
    margin-right: 30px;
    max-width: calc(25vw - 30px);
  }
}
@media (min-width: 1025px) {
  /* line 71, ../sass/template/_footer-style.scss */
  footer#colophon .container .row .downloads-col .download {
    max-width: calc(22vw - 30px);
  }
}
/* line 88, ../sass/template/_footer-style.scss */
footer#colophon .container .row .downloads-col .download:hover {
  text-decoration: none;
}
/* line 91, ../sass/template/_footer-style.scss */
footer#colophon .container .row .downloads-col .download:hover .text-block {
  border: 2px solid #00ADA7;
}
/* line 96, ../sass/template/_footer-style.scss */
footer#colophon .container .row .downloads-col .download .text-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  border: 2px solid #BF1F69;
  transition: border .2s ease-out;
  width: 100%;
  margin-bottom: 20px;
}
/* line 107, ../sass/template/_footer-style.scss */
footer#colophon .container .row .downloads-col .download .text-block p {
  color: #1A0045;
  display: inline-block;
  margin-bottom: 0;
}
/* line 113, ../sass/template/_footer-style.scss */
footer#colophon .container .row .downloads-col .download .text-block img {
  display: inline-block;
}
/* line 125, ../sass/template/_footer-style.scss */
footer#colophon .container.get-in-touch .row .contact-col {
  padding-left: 0px;
  padding-right: 0px;
}
/* line 131, ../sass/template/_footer-style.scss */
footer#colophon .container.get-in-touch .row .contact-col .content .contact-logo {
  min-height: 10vh;
  display: flex;
  align-content: center;
}
/* line 137, ../sass/template/_footer-style.scss */
footer#colophon .container.get-in-touch .row .contact-col .content .contact-block {
  margin-bottom: 20px;
  color: #fff;
}
/* line 141, ../sass/template/_footer-style.scss */
footer#colophon .container.get-in-touch .row .contact-col .content .contact-block p {
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  /* line 141, ../sass/template/_footer-style.scss */
  footer#colophon .container.get-in-touch .row .contact-col .content .contact-block p {
    margin-bottom: 5px;
  }
}
/* line 148, ../sass/template/_footer-style.scss */
footer#colophon .container.get-in-touch .row .contact-col .content .contact-block p a {
  color: #fff;
  transition: color .2s ease-out;
  margin-bottom: 10px;
}
/* line 153, ../sass/template/_footer-style.scss */
footer#colophon .container.get-in-touch .row .contact-col .content .contact-block p a:hover {
  color: #BF1F69;
  text-decoration: none;
}
@media (min-width: 769px) {
  /* line 148, ../sass/template/_footer-style.scss */
  footer#colophon .container.get-in-touch .row .contact-col .content .contact-block p a {
    margin-bottom: 5px;
  }
}
/* line 165, ../sass/template/_footer-style.scss */
footer#colophon .container.get-in-touch .row .contact-col .content .bold-orange {
  font-family: "Cadiz-Bold";
  color: #BF1F69;
  margin-top: 60px;
}
@media (min-width: 769px) {
  /* line 165, ../sass/template/_footer-style.scss */
  footer#colophon .container.get-in-touch .row .contact-col .content .bold-orange {
    margin-top: 0px;
  }
}
/* line 175, ../sass/template/_footer-style.scss */
footer#colophon .container.get-in-touch .row .contact-col .content .gpe-logo {
  position: relative;
  bottom: 0;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  /* line 175, ../sass/template/_footer-style.scss */
  footer#colophon .container.get-in-touch .row .contact-col .content .gpe-logo {
    margin-bottom: 0px;
    position: absolute;
  }
}
/* line 189, ../sass/template/_footer-style.scss */
footer#colophon .container.get-in-touch .row.small-footer {
  padding-top: 50px;
  border-top: 1px solid #fff;
}
@media (min-width: 769px) {
  /* line 189, ../sass/template/_footer-style.scss */
  footer#colophon .container.get-in-touch .row.small-footer {
    padding-top: 0;
    border-top: 0px;
  }
}
/* line 198, ../sass/template/_footer-style.scss */
footer#colophon .container.get-in-touch .row.small-footer .bottom-footer-col {
  justify-content: flex-end;
  flex-direction: column;
  display: flex;
  padding-left: 0px;
  padding-right: 0px;
}
/* line 205, ../sass/template/_footer-style.scss */
footer#colophon .container.get-in-touch .row.small-footer .bottom-footer-col .gpe-logo {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  /* line 205, ../sass/template/_footer-style.scss */
  footer#colophon .container.get-in-touch .row.small-footer .bottom-footer-col .gpe-logo {
    margin-bottom: 0px;
  }
}
/* line 213, ../sass/template/_footer-style.scss */
footer#colophon .container.get-in-touch .row.small-footer .bottom-footer-col p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  /* line 213, ../sass/template/_footer-style.scss */
  footer#colophon .container.get-in-touch .row.small-footer .bottom-footer-col p {
    margin-bottom: 0px;
  }
}
/* line 222, ../sass/template/_footer-style.scss */
footer#colophon .container.get-in-touch .row.small-footer .bottom-footer-col p.development-by {
  margin-bottom: 20px;
}

/* line 233, ../sass/template/_footer-style.scss */
#menu-underlay {
  background-color: #1A0045;
  opacity: .5;
  display: block;
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  z-index: 99;
}

/* line 245, ../sass/template/_footer-style.scss */
.menu-open #menu-underlay {
  left: 0;
}

/* line 3, ../sass/template/modules/_hero_section.scss */
.hero-section_module .container {
  padding: 0;
  background-color: #1A0045;
}
/* line 7, ../sass/template/modules/_hero_section.scss */
.hero-section_module .container.has-bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 13, ../sass/template/modules/_hero_section.scss */
.hero-section_module .container.copy {
  display: none;
}
/* line 17, ../sass/template/modules/_hero_section.scss */
.hero-section_module .container .wrapper {
  position: relative;
  display: flex;
  min-height: 95vh;
  margin-top: 0px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 415px) {
  /* line 17, ../sass/template/modules/_hero_section.scss */
  .hero-section_module .container .wrapper {
    min-height: 90vh;
  }
}
@media (min-width: 769px) {
  /* line 17, ../sass/template/modules/_hero_section.scss */
  .hero-section_module .container .wrapper {
    margin-top: 54px;
    min-height: calc(89vh - 60px);
  }
}
/* line 35, ../sass/template/modules/_hero_section.scss */
.hero-section_module .container .wrapper .hero-background-pattern {
  position: absolute;
  top: 0;
  width: 100%;
  height: 31vh;
  background-image: url("../inc/assets/svg/pattern-bg.svg");
  background-repeat: repeat;
  background-size: initial;
}
/* line 46, ../sass/template/modules/_hero_section.scss */
.hero-section_module .container .wrapper .row {
  width: 92%;
}
/* line 51, ../sass/template/modules/_hero_section.scss */
.hero-section_module .container .wrapper .row .home-hero-col.desktop {
  display: none;
}
@media (min-width: 992px) {
  /* line 51, ../sass/template/modules/_hero_section.scss */
  .hero-section_module .container .wrapper .row .home-hero-col.desktop {
    display: block;
  }
}
/* line 59, ../sass/template/modules/_hero_section.scss */
.hero-section_module .container .wrapper .row .home-hero-col.mobile {
  display: block;
}
@media (min-width: 769px) and (max-width: 991px) {
  .hero-section_module .container .wrapper .row .home-hero-col.mobile {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  /* line 59, ../sass/template/modules/_hero_section.scss */
  .hero-section_module .container .wrapper .row .home-hero-col.mobile {
    display: none;
  }
}
/* line 66, ../sass/template/modules/_hero_section.scss */
.hero-section_module .container .wrapper .row .home-hero-col.mobile .col-content {
  position: relative;
  bottom: 0px;
  margin-top: 20px;
}
/* line 74, ../sass/template/modules/_hero_section.scss */
.hero-section_module .container .wrapper .row .home-hero-col .col-content {
  position: absolute;
  bottom: 14vh;
  max-width: 90%;
}
/* line 80, ../sass/template/modules/_hero_section.scss */
.hero-section_module .container .wrapper .row .home-hero-col .col-content .hero-logo {
  margin-bottom: 20px;
}
/* line 84, ../sass/template/modules/_hero_section.scss */
.hero-section_module .container .wrapper .row .home-hero-col .col-content .hero-copy {
  margin-top: 10px;
}
@media (min-width: 769px) {
  /* line 84, ../sass/template/modules/_hero_section.scss */
  .hero-section_module .container .wrapper .row .home-hero-col .col-content .hero-copy {
    margin-top: 0px;
  }
}
/* line 91, ../sass/template/modules/_hero_section.scss */
.hero-section_module .container .wrapper .row .home-hero-col .col-content .hero-copy p {
  font-family: "Cadiz-Bold";
  margin-bottom: 10px;
  text-align: left;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
}
/* line 103, ../sass/template/modules/_hero_section.scss */
.hero-section_module .container .wrapper .row .home-hero-col .col-content .hero-copy p span {
  font-family: "Cadiz-Bold";
  color: #fff;
  border-bottom: 5px solid #BF1F69;
  font-size: 36px;
  line-height: 52px;
}
/* line 116, ../sass/template/modules/_hero_section.scss */
.hero-section_module .container .wrapper .row .hero-address {
  margin-top: 10px;
  position: relative;
  bottom: unset;
  right: unset;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
/* line 125, ../sass/template/modules/_hero_section.scss */
.hero-section_module .container .wrapper .row .hero-address p {
  font-family: "Cadiz-Regular";
  text-align: center;
  font-size: 14px;
}
/* line 133, ../sass/template/modules/_hero_section.scss */
.hero-section_module .container .wrapper .arrow-down {
  left: calc(50% - 11px);
  position: absolute;
  bottom: 5vh;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  display: none;
}
/* line 145, ../sass/template/modules/_hero_section.scss */
.hero-section_module .container .wrapper .arrow-down.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
/* line 170, ../sass/template/modules/_hero_section.scss */
.hero-section_module.home-hero .container.copy {
  display: block;
  padding: 30px 0px;
  background-color: transparent;
}
/* line 175, ../sass/template/modules/_hero_section.scss */
.hero-section_module.home-hero .container.copy .row {
  max-width: 100%;
  background-color: #fff;
  margin: 0px auto;
}
@media (min-width: 769px) {
  /* line 175, ../sass/template/modules/_hero_section.scss */
  .hero-section_module.home-hero .container.copy .row {
    max-width: 92%;
    background-color: transparent;
  }
}
/* line 185, ../sass/template/modules/_hero_section.scss */
.hero-section_module.home-hero .container.copy .row .col-content {
  padding: 5vh 5vw;
  background-color: #fff;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 769px) {
  /* line 185, ../sass/template/modules/_hero_section.scss */
  .hero-section_module.home-hero .container.copy .row .col-content {
    max-width: 75%;
  }
}
/* line 196, ../sass/template/modules/_hero_section.scss */
.hero-section_module.home-hero .container.copy .row .col-content p {
  color: #1A0045;
  font-size: 18px;
  line-height: 26px;
}
/* line 209, ../sass/template/modules/_hero_section.scss */
.hero-section_module.availability-hero .container {
  background-color: #35002D;
}
/* line 214, ../sass/template/modules/_hero_section.scss */
.hero-section_module.availability-hero .container .wrapper .hero-background-pattern {
  background-image: url("../inc/assets/svg/pattern-2.svg");
}
/* line 223, ../sass/template/modules/_hero_section.scss */
.hero-section_module.team-hero .container {
  background-color: #283650;
}
/* line 228, ../sass/template/modules/_hero_section.scss */
.hero-section_module.team-hero .container .wrapper .hero-background-pattern {
  background-image: url("../inc/assets/svg/pattern-3.svg");
}

/* line 5, ../sass/template/modules/_big_image_three_columns.scss */
.big-image-three-columns_module .container .row {
  color: #fff;
  margin: 10px auto;
}
/* line 9, ../sass/template/modules/_big_image_three_columns.scss */
.big-image-three-columns_module .container .row .section-tag {
  font-family: "Cadiz-Bold";
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 6vh;
}
/* line 17, ../sass/template/modules/_big_image_three_columns.scss */
.big-image-three-columns_module .container .row .section-heading {
  display: inline-block;
}
/* line 20, ../sass/template/modules/_big_image_three_columns.scss */
.big-image-three-columns_module .container .row .section-heading span {
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  border-bottom: 5px solid #BF1F69;
}
/* line 28, ../sass/template/modules/_big_image_three_columns.scss */
.big-image-three-columns_module .container .row .section-copy {
  margin: 2vh 0 10vh;
}
/* line 32, ../sass/template/modules/_big_image_three_columns.scss */
.big-image-three-columns_module .container .row .image-caption {
  font-size: 14px;
  text-align: center;
  margin-top: 18px;
}
/* line 38, ../sass/template/modules/_big_image_three_columns.scss */
.big-image-three-columns_module .container .row .copy-col {
  margin-top: 30px;
  padding-right: 5%;
}
@media (min-width: 415px) {
  /* line 38, ../sass/template/modules/_big_image_three_columns.scss */
  .big-image-three-columns_module .container .row .copy-col {
    padding-right: 0%;
  }
}
@media (min-width: 769px) {
  /* line 38, ../sass/template/modules/_big_image_three_columns.scss */
  .big-image-three-columns_module .container .row .copy-col {
    margin-top: 50px;
    padding-right: 5%;
  }
}
/* line 53, ../sass/template/modules/_big_image_three_columns.scss */
.big-image-three-columns_module .container .row .copy-col:nth-of-type(3) img {
  padding: 10px 0;
}
@media (min-width: 769px) {
  /* line 53, ../sass/template/modules/_big_image_three_columns.scss */
  .big-image-three-columns_module .container .row .copy-col:nth-of-type(3) img {
    padding: 0;
  }
}
/* line 62, ../sass/template/modules/_big_image_three_columns.scss */
.big-image-three-columns_module .container .row .copy-col .columns-title {
  font-family: "Cadiz-Bold";
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
}
/* line 69, ../sass/template/modules/_big_image_three_columns.scss */
.big-image-three-columns_module .container .row .copy-col .columns-title:before {
  content: ' ';
  background-image: url(../inc/assets/svg/icon-bullet.svg);
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  margin-left: -25px;
  margin-top: 6px;
}
/* line 84, ../sass/template/modules/_big_image_three_columns.scss */
.big-image-three-columns_module .container .row .copy-col .column-copy p {
  margin-bottom: 0;
}
/* line 87, ../sass/template/modules/_big_image_three_columns.scss */
.big-image-three-columns_module .container .row .copy-col .column-copy p .small-asterisk {
  font-size: 14px;
}
/* line 96, ../sass/template/modules/_big_image_three_columns.scss */
.big-image-three-columns_module .container .row.source .text-block {
  margin-top: 30px;
  font-size: 14px;
  line-height: 18px;
  font-family: "Cadiz-Regular";
}
/* line 104, ../sass/template/modules/_big_image_three_columns.scss */
.big-image-three-columns_module .container .row.download {
  display: none;
}
/* line 107, ../sass/template/modules/_big_image_three_columns.scss */
.big-image-three-columns_module .container .row.download .download-plans {
  outline: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 769px) {
  /* line 107, ../sass/template/modules/_big_image_three_columns.scss */
  .big-image-three-columns_module .container .row.download .download-plans {
    max-width: calc(25vw - 30px);
  }
}
@media (min-width: 1025px) {
  /* line 107, ../sass/template/modules/_big_image_three_columns.scss */
  .big-image-three-columns_module .container .row.download .download-plans {
    max-width: calc(22vw - 30px);
  }
}
/* line 121, ../sass/template/modules/_big_image_three_columns.scss */
.big-image-three-columns_module .container .row.download .download-plans:hover {
  text-decoration: none;
}
/* line 124, ../sass/template/modules/_big_image_three_columns.scss */
.big-image-three-columns_module .container .row.download .download-plans:hover .text-block {
  border: 2px solid #00ADA7;
}
/* line 129, ../sass/template/modules/_big_image_three_columns.scss */
.big-image-three-columns_module .container .row.download .download-plans .text-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  border: 2px solid #BF1F69;
  width: 100%;
  transition: border .2s ease-out;
}
/* line 146, ../sass/template/modules/_big_image_three_columns.scss */
.big-image-three-columns_module .container .row.download .download-plans .text-block p {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
}
/* line 152, ../sass/template/modules/_big_image_three_columns.scss */
.big-image-three-columns_module .container .row.download .download-plans .text-block img {
  margin-left: 20px;
  display: inline-block;
}
/* line 162, ../sass/template/modules/_big_image_three_columns.scss */
.big-image-three-columns_module.fully-fitted {
  margin: 0px auto;
}
/* line 169, ../sass/template/modules/_big_image_three_columns.scss */
.big-image-three-columns_module.fully-fitted .container .row .copy-col {
  padding-left: 7%;
}
@media (min-width: 415px) {
  /* line 169, ../sass/template/modules/_big_image_three_columns.scss */
  .big-image-three-columns_module.fully-fitted .container .row .copy-col {
    padding-left: 4%;
  }
}
@media (min-width: 769px) {
  /* line 169, ../sass/template/modules/_big_image_three_columns.scss */
  .big-image-three-columns_module.fully-fitted .container .row .copy-col {
    padding-left: 40px;
  }
}
/* line 181, ../sass/template/modules/_big_image_three_columns.scss */
.big-image-three-columns_module.fully-fitted .container .row.download {
  margin-top: 7vh;
  display: block;
  padding-left: 0;
}
/* line 191, ../sass/template/modules/_big_image_three_columns.scss */
.big-image-three-columns_module.the-building {
  margin: 60px auto;
}
/* line 200, ../sass/template/modules/_big_image_three_columns.scss */
.big-image-three-columns_module.the-building .container .row .copy-col .columns-title {
  color: #BF1F69;
}
/* line 203, ../sass/template/modules/_big_image_three_columns.scss */
.big-image-three-columns_module.the-building .container .row .copy-col .columns-title:before {
  background-image: none;
}

/* line 1, ../sass/template/modules/_slider_custom_dots.scss */
.slider-custom-dots_module {
  padding-bottom: 40px;
}
@media (min-width: 769px) {
  /* line 1, ../sass/template/modules/_slider_custom_dots.scss */
  .slider-custom-dots_module {
    padding-bottom: 30px;
  }
}
/* line 12, ../sass/template/modules/_slider_custom_dots.scss */
.slider-custom-dots_module .container .row {
  margin: 20px auto 30px;
}
/* line 15, ../sass/template/modules/_slider_custom_dots.scss */
.slider-custom-dots_module .container .row .slider-wrapper {
  position: relative;
}
/* line 22, ../sass/template/modules/_slider_custom_dots.scss */
.slider-custom-dots_module .container .row .slider-wrapper .slider-custom-dots .slick-track .slide {
  outline: 0;
}
/* line 25, ../sass/template/modules/_slider_custom_dots.scss */
.slider-custom-dots_module .container .row .slider-wrapper .slider-custom-dots .slick-track .slide .caption {
  color: #1A0045;
  margin-top: 20px;
  text-align: center;
}
/* line 33, ../sass/template/modules/_slider_custom_dots.scss */
.slider-custom-dots_module .container .row .slider-wrapper .slider-custom-dots .slick-dots {
  position: absolute;
  bottom: -50px;
  width: 100%;
  text-align: center;
  padding-left: 0;
}
/* line 40, ../sass/template/modules/_slider_custom_dots.scss */
.slider-custom-dots_module .container .row .slider-wrapper .slider-custom-dots .slick-dots li {
  cursor: pointer;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  margin: 0px 10px;
  opacity: .5;
  transition: opacity .2s ease-out;
}
@media (min-width: 769px) {
  /* line 40, ../sass/template/modules/_slider_custom_dots.scss */
  .slider-custom-dots_module .container .row .slider-wrapper .slider-custom-dots .slick-dots li {
    margin: 0px 5px;
  }
}
/* line 53, ../sass/template/modules/_slider_custom_dots.scss */
.slider-custom-dots_module .container .row .slider-wrapper .slider-custom-dots .slick-dots li.slick-active, .slider-custom-dots_module .container .row .slider-wrapper .slider-custom-dots .slick-dots li:hover {
  opacity: 1;
}
/* line 60, ../sass/template/modules/_slider_custom_dots.scss */
.slider-custom-dots_module .container .row .slider-wrapper .slider-custom-dots .slick-dots li img:nth-child(1) {
  display: block;
}
/* line 64, ../sass/template/modules/_slider_custom_dots.scss */
.slider-custom-dots_module .container .row .slider-wrapper .slider-custom-dots .slick-dots li img:nth-child(2) {
  display: none;
}
/* line 73, ../sass/template/modules/_slider_custom_dots.scss */
.slider-custom-dots_module .container .row .slider-wrapper .slider-custom-dots .slick-dots li.slick-active img:nth-child(1) {
  display: none;
}
/* line 77, ../sass/template/modules/_slider_custom_dots.scss */
.slider-custom-dots_module .container .row .slider-wrapper .slider-custom-dots .slick-dots li.slick-active img:nth-child(2) {
  display: block;
}
/* line 83, ../sass/template/modules/_slider_custom_dots.scss */
.slider-custom-dots_module .container .row .slider-wrapper .slider-custom-dots .slick-dots li button {
  display: block;
  width: 100%;
  height: 25px;
  border: 0;
  background-color: #fff;
  font-size: 16px;
  color: #002438;
  font-weight: 600;
  text-align: center;
  outline: none;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  font-family: "Elephant-MediumOblique";
  font-size: 14px;
  line-height: 17px;
  font-family: "Elephant-MediumOblique";
}
/* line 103, ../sass/template/modules/_slider_custom_dots.scss */
.slider-custom-dots_module .container .row .slider-wrapper .slider-custom-dots .slick-dots li button:before {
  font-size: 0px;
}
/* line 111, ../sass/template/modules/_slider_custom_dots.scss */
.slider-custom-dots_module .container .row .slider-wrapper .slider-controls {
  position: absolute;
  width: 100%;
}
@media (min-width: 769px) {
  /* line 111, ../sass/template/modules/_slider_custom_dots.scss */
  .slider-custom-dots_module .container .row .slider-wrapper .slider-controls {
    top: calc(50% - 30px);
  }
}
/* line 119, ../sass/template/modules/_slider_custom_dots.scss */
.slider-custom-dots_module .container .row .slider-wrapper .slider-controls .slick-arrow {
  position: absolute;
  cursor: pointer;
  transition: opacity .2s ease-out;
}
/* line 124, ../sass/template/modules/_slider_custom_dots.scss */
.slider-custom-dots_module .container .row .slider-wrapper .slider-controls .slick-arrow:focus {
  outline: none;
}
/* line 128, ../sass/template/modules/_slider_custom_dots.scss */
.slider-custom-dots_module .container .row .slider-wrapper .slider-controls .slick-arrow.custom-arrow-left {
  z-index: 1;
  left: 0px;
}
@media (min-width: 769px) {
  /* line 128, ../sass/template/modules/_slider_custom_dots.scss */
  .slider-custom-dots_module .container .row .slider-wrapper .slider-controls .slick-arrow.custom-arrow-left {
    left: -55px;
  }
}
/* line 137, ../sass/template/modules/_slider_custom_dots.scss */
.slider-custom-dots_module .container .row .slider-wrapper .slider-controls .slick-arrow.custom-arrow-right {
  right: 0px;
}
@media (min-width: 769px) {
  /* line 137, ../sass/template/modules/_slider_custom_dots.scss */
  .slider-custom-dots_module .container .row .slider-wrapper .slider-controls .slick-arrow.custom-arrow-right {
    right: -55px;
  }
}
/* line 145, ../sass/template/modules/_slider_custom_dots.scss */
.slider-custom-dots_module .container .row .slider-wrapper .slider-controls .slick-arrow.slick-disabled {
  opacity: .3;
  cursor: auto;
}

/* line 1, ../sass/template/modules/_two_col_text_image.scss */
.two-col-text-image_module {
  margin: 60px 0 0;
}
/* line 4, ../sass/template/modules/_two_col_text_image.scss */
.two-col-text-image_module .container {
  padding: 0;
}
/* line 7, ../sass/template/modules/_two_col_text_image.scss */
.two-col-text-image_module .container .row {
  margin: 0px auto;
  max-width: 90%;
  margin-left: 5%;
}
@media (min-width: 769px) {
  /* line 7, ../sass/template/modules/_two_col_text_image.scss */
  .two-col-text-image_module .container .row {
    margin-left: 4%;
    max-width: 96%;
  }
}
/* line 17, ../sass/template/modules/_two_col_text_image.scss */
.two-col-text-image_module .container .row .col-lg-7 {
  padding-right: 0;
}
/* line 21, ../sass/template/modules/_two_col_text_image.scss */
.two-col-text-image_module .container .row .copy-box {
  padding-right: 10%;
  margin-top: 40px;
}
@media (min-width: 769px) {
  /* line 21, ../sass/template/modules/_two_col_text_image.scss */
  .two-col-text-image_module .container .row .copy-box {
    margin-bottom: 10vh;
  }
}
/* line 29, ../sass/template/modules/_two_col_text_image.scss */
.two-col-text-image_module .container .row .copy-box .section-tag {
  font-family: "Cadiz-Bold";
  color: #1A0045;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  /* line 29, ../sass/template/modules/_two_col_text_image.scss */
  .two-col-text-image_module .container .row .copy-box .section-tag {
    margin-bottom: 6vh;
  }
}
/* line 41, ../sass/template/modules/_two_col_text_image.scss */
.two-col-text-image_module .container .row .copy-box .section-heading {
  display: inline-block;
}
/* line 44, ../sass/template/modules/_two_col_text_image.scss */
.two-col-text-image_module .container .row .copy-box .section-heading p {
  margin-bottom: 0;
}
/* line 47, ../sass/template/modules/_two_col_text_image.scss */
.two-col-text-image_module .container .row .copy-box .section-heading p span {
  font-family: "Cadiz-Bold";
  color: #1A0045;
  border-bottom: 5px solid #BF1F69;
  font-size: 36px;
  line-height: 52px;
}
/* line 57, ../sass/template/modules/_two_col_text_image.scss */
.two-col-text-image_module .container .row .copy-box .section-copy {
  margin: 2vh 0 10vh;
  color: #1A0045;
}
/* line 63, ../sass/template/modules/_two_col_text_image.scss */
.two-col-text-image_module .container .row .slider-autoplay {
  cursor: pointer;
}
/* line 66, ../sass/template/modules/_two_col_text_image.scss */
.two-col-text-image_module .container .row .slider-autoplay .slide {
  outline: none;
}
/* line 71, ../sass/template/modules/_two_col_text_image.scss */
.two-col-text-image_module .container .row .toggle-modal {
  cursor: pointer;
}
/* line 75, ../sass/template/modules/_two_col_text_image.scss */
.two-col-text-image_module .container .row .image-caption {
  color: #1A0045;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin-top: 10px;
  padding: 0 3%;
}
@media (min-width: 769px) {
  /* line 75, ../sass/template/modules/_two_col_text_image.scss */
  .two-col-text-image_module .container .row .image-caption {
    padding: 0;
  }
}
/* line 100, ../sass/template/modules/_two_col_text_image.scss */
.two-col-text-image_module.homepage-location .container .row .copy-box .section-heading span {
  color: #fff;
}
/* line 109, ../sass/template/modules/_two_col_text_image.scss */
.two-col-text-image_module.homepage-location {
  padding-bottom: 40px;
}
/* line 118, ../sass/template/modules/_two_col_text_image.scss */
.two-col-text-image_module.homepage-location .container .row .copy-box .section-tag,
.two-col-text-image_module.homepage-location .container .row .copy-box .section-heading,
.two-col-text-image_module.homepage-location .container .row .copy-box .section-copy {
  color: #fff;
}
/* line 125, ../sass/template/modules/_two_col_text_image.scss */
.two-col-text-image_module.homepage-location .container .row .image-caption {
  color: #fff;
}
/* line 132, ../sass/template/modules/_two_col_text_image.scss */
.two-col-text-image_module.key-journey-times-copy {
  margin: 0 0 0;
}
/* line 135, ../sass/template/modules/_two_col_text_image.scss */
.two-col-text-image_module.key-journey-times-copy .container .row .copy-box {
  margin-bottom: 0vh;
}
@media (min-width: 769px) {
  /* line 135, ../sass/template/modules/_two_col_text_image.scss */
  .two-col-text-image_module.key-journey-times-copy .container .row .copy-box {
    margin-bottom: 5vh;
  }
}
/* line 142, ../sass/template/modules/_two_col_text_image.scss */
.two-col-text-image_module.key-journey-times-copy .container .row .copy-box .section-copy {
  margin: 2vh 0 2vh;
}
@media (min-width: 769px) {
  /* line 142, ../sass/template/modules/_two_col_text_image.scss */
  .two-col-text-image_module.key-journey-times-copy .container .row .copy-box .section-copy {
    margin: 2vh 0 10vh;
  }
}

/* line 155, ../sass/template/modules/_two_col_text_image.scss */
.modal .modal-dialog {
  max-width: 90vw;
  margin: 20vh auto 0;
}
@media (min-width: 769px) {
  /* line 155, ../sass/template/modules/_two_col_text_image.scss */
  .modal .modal-dialog {
    max-width: 60vw;
    margin: 12vh auto 0;
  }
}
/* line 166, ../sass/template/modules/_two_col_text_image.scss */
.modal .modal-dialog .modal-content .modal-header {
  padding: 5px 1rem;
}
/* line 169, ../sass/template/modules/_two_col_text_image.scss */
.modal .modal-dialog .modal-content .modal-header button {
  outline: none;
}
/* line 176, ../sass/template/modules/_two_col_text_image.scss */
.modal .modal-dialog .modal-content .modal-body .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
/* line 181, ../sass/template/modules/_two_col_text_image.scss */
.modal .modal-dialog .modal-content .modal-body .iframe-wrapper.video_module-portrait {
  padding-bottom: 112%;
}
@media (min-width: 769px) {
  /* line 181, ../sass/template/modules/_two_col_text_image.scss */
  .modal .modal-dialog .modal-content .modal-body .iframe-wrapper.video_module-portrait {
    padding-bottom: 56.25%;
  }
}
/* line 190, ../sass/template/modules/_two_col_text_image.scss */
.modal .modal-dialog .modal-content .modal-body .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url(../images/time-lapse-thumbnail.png);
  background-size: cover;
  background-position: center;
}

/* line 206, ../sass/template/modules/_two_col_text_image.scss */
.modal-backdrop.show {
  background-color: #1A0045;
}

/* line 1, ../sass/template/modules/_columns_section.scss */
.columns-section_module {
  background-color: #fff;
}
/* line 5, ../sass/template/modules/_columns_section.scss */
.columns-section_module .container {
  padding: 30px 0px 10px;
}
@media (min-width: 769px) {
  /* line 5, ../sass/template/modules/_columns_section.scss */
  .columns-section_module .container {
    padding: 10px 0px 30px;
  }
}
/* line 12, ../sass/template/modules/_columns_section.scss */
.columns-section_module .container.tube-line-key {
  display: none;
}
/* line 16, ../sass/template/modules/_columns_section.scss */
.columns-section_module .container .row {
  margin: 0px auto 30px;
}
/* line 19, ../sass/template/modules/_columns_section.scss */
.columns-section_module .container .row .section-heading {
  display: inline-block;
}
/* line 22, ../sass/template/modules/_columns_section.scss */
.columns-section_module .container .row .section-heading span {
  font-family: "Cadiz-Bold";
  color: #1A0045;
  border-bottom: 5px solid #BF1F69;
  font-size: 36px;
  line-height: 52px;
}
/* line 31, ../sass/template/modules/_columns_section.scss */
.columns-section_module .container .row .copy-col {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 769px) {
  /* line 31, ../sass/template/modules/_columns_section.scss */
  .columns-section_module .container .row .copy-col {
    padding-left: 15px;
    padding-right: 25px;
  }
}
/* line 43, ../sass/template/modules/_columns_section.scss */
.columns-section_module .container .row .column-title p {
  font-family: "Cadiz-Bold";
  font-size: 24px;
  line-height: 32px;
  color: #BF1F69;
  margin: 10px 0 15px;
}
/* line 52, ../sass/template/modules/_columns_section.scss */
.columns-section_module .container .row .column-body {
  font-family: "Cadiz-Regular";
  color: #1A0045;
  font-size: 17px;
  line-height: 24px;
}
/* line 58, ../sass/template/modules/_columns_section.scss */
.columns-section_module .container .row .column-body ul {
  padding-left: 0;
  list-style: none;
}
/* line 62, ../sass/template/modules/_columns_section.scss */
.columns-section_module .container .row .column-body ul li {
  margin-bottom: 10px;
  margin-left: 30px;
  font-size: 17px;
  line-height: 24px;
}
/* line 68, ../sass/template/modules/_columns_section.scss */
.columns-section_module .container .row .column-body ul li:before {
  content: ' ';
  background-image: url(../inc/assets/svg/icon-bullet.svg);
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-top: 3px;
  position: absolute;
  left: 0px;
}
@media (min-width: 769px) {
  /* line 68, ../sass/template/modules/_columns_section.scss */
  .columns-section_module .container .row .column-body ul li:before {
    left: 15px;
  }
}
/* line 84, ../sass/template/modules/_columns_section.scss */
.columns-section_module .container .row .column-body ul li .small-asterisk {
  font-size: 14px;
}
/* line 91, ../sass/template/modules/_columns_section.scss */
.columns-section_module .container .row.download {
  display: none;
}
/* line 94, ../sass/template/modules/_columns_section.scss */
.columns-section_module .container .row.download .download-plans {
  outline: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 769px) {
  /* line 94, ../sass/template/modules/_columns_section.scss */
  .columns-section_module .container .row.download .download-plans {
    max-width: calc(25vw - 30px);
  }
}
@media (min-width: 1025px) {
  /* line 94, ../sass/template/modules/_columns_section.scss */
  .columns-section_module .container .row.download .download-plans {
    max-width: calc(22vw - 30px);
  }
}
/* line 108, ../sass/template/modules/_columns_section.scss */
.columns-section_module .container .row.download .download-plans:hover {
  text-decoration: none;
}
/* line 111, ../sass/template/modules/_columns_section.scss */
.columns-section_module .container .row.download .download-plans:hover .text-block {
  border: 2px solid #00ADA7;
}
/* line 116, ../sass/template/modules/_columns_section.scss */
.columns-section_module .container .row.download .download-plans .text-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  border: 2px solid #BF1F69;
  width: 100%;
  transition: border .2s ease-out;
}
/* line 125, ../sass/template/modules/_columns_section.scss */
.columns-section_module .container .row.download .download-plans .text-block p {
  color: #1A0045;
  display: inline-block;
  margin-bottom: 0;
}
/* line 131, ../sass/template/modules/_columns_section.scss */
.columns-section_module .container .row.download .download-plans .text-block img {
  margin-left: 20px;
  display: inline-block;
}
/* line 141, ../sass/template/modules/_columns_section.scss */
.columns-section_module .container .row.source .text-block {
  color: #1A0045;
  margin-top: 30px;
  font-size: 14px;
  line-height: 18px;
}
/* line 147, ../sass/template/modules/_columns_section.scss */
.columns-section_module .container .row.source .text-block a {
  color: #BF1F69;
}
/* line 160, ../sass/template/modules/_columns_section.scss */
.columns-section_module.smartest-buildings .container .row {
  margin: 0px auto;
}
@media (min-width: 769px) {
  /* line 160, ../sass/template/modules/_columns_section.scss */
  .columns-section_module.smartest-buildings .container .row {
    margin: 0px auto 30px;
  }
}
/* line 167, ../sass/template/modules/_columns_section.scss */
.columns-section_module.smartest-buildings .container .row .sesame-col {
  margin-bottom: 2vh;
}
/* line 170, ../sass/template/modules/_columns_section.scss */
.columns-section_module.smartest-buildings .container .row .sesame-col .open-sesame {
  display: inline-flex;
  align-items: center;
}
/* line 174, ../sass/template/modules/_columns_section.scss */
.columns-section_module.smartest-buildings .container .row .sesame-col .open-sesame .heading {
  font-family: "Cadiz-Bold";
  font-size: 24px;
  line-height: 32px;
  color: #BF1F69;
  margin-bottom: 0;
}
/* line 187, ../sass/template/modules/_columns_section.scss */
.columns-section_module.smartest-buildings .container .row .column-title p {
  font-family: "Cadiz-Bold";
  font-size: 17px;
  line-height: 18px;
  color: #1A0045;
}
/* line 195, ../sass/template/modules/_columns_section.scss */
.columns-section_module.smartest-buildings .container .row .copy-col {
  display: inline-flex;
  align-items: center;
}
/* line 215, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container.tube-line-key {
  display: block;
}
/* line 218, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container.tube-line-key .line-key-heading {
  font-family: "Cadiz-Regular";
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  color: #1A0045;
  margin-bottom: 50px;
}
/* line 227, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container.tube-line-key .line-key {
  color: #1A0045;
}
/* line 230, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container.tube-line-key .line-key p {
  display: flex;
}
/* line 233, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container.tube-line-key .line-key p span.journey-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
/* line 240, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container.tube-line-key .line-key p span.journey-dot.piccadilly-line {
  background-color: #0019A8;
}
/* line 244, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container.tube-line-key .line-key p span.journey-dot.elizabeth-line {
  background-color: #614199;
}
/* line 248, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container.tube-line-key .line-key p span.journey-dot.jubilee-line {
  background-color: #868F98;
}
/* line 252, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container.tube-line-key .line-key p span.journey-dot.northern-line {
  background-color: #000000;
}
/* line 256, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container.tube-line-key .line-key p span.journey-dot.bakerloo-line {
  background-color: #894E24;
}
/* line 260, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container.tube-line-key .line-key p span.journey-dot.waterloo-line {
  background-color: #76D0BD;
}
/* line 264, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container.tube-line-key .line-key p span.journey-dot.circle-line {
  background-color: #FFCE00;
}
/* line 268, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container.tube-line-key .line-key p span.journey-dot.hammersmith-line {
  background-color: #D799AF;
}
/* line 272, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container.tube-line-key .line-key p span.journey-dot.metropolitan-line {
  background-color: #751056;
}
/* line 276, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container.tube-line-key .line-key p span.journey-dot.victoria-line {
  background-color: #0099CC;
}
/* line 280, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container.tube-line-key .line-key p span.journey-dot.dlr-line {
  background-color: #009999;
}
/* line 284, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container.tube-line-key .line-key p span.journey-dot.central-line {
  background-color: #DC2420;
}
/* line 288, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container.tube-line-key .line-key p span.journey-dot.national-rail-line {
  background: url(../inc/assets/svg/icon-rail.svg) center no-repeat;
}
/* line 292, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container.tube-line-key .line-key p span.journey-dot.heathrow-express-line {
  background: url(../inc/assets/svg/Woolyard_Heathrow.svg) center no-repeat;
}
/* line 296, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container.tube-line-key .line-key p span.journey-dot.gatwick-express-line {
  background: url(../inc/assets/svg/Woolyard_Gatwick.svg) center no-repeat;
}
/* line 304, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container .column-body {
  margin-bottom: 5vh;
}
/* line 307, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container .column-body .column-travel-icon {
  display: inline-block;
  margin-right: 5px;
}
/* line 312, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container .column-body p {
  display: inline-block;
}
/* line 315, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container .column-body p.journey-dots {
  display: flex;
}
/* line 318, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container .column-body p.journey-dots span.journey-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
/* line 325, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container .column-body p.journey-dots span.journey-dot.piccadilly-line {
  background-color: #0019A8;
}
/* line 329, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container .column-body p.journey-dots span.journey-dot.elizabeth-line {
  background-color: #614199;
}
/* line 333, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container .column-body p.journey-dots span.journey-dot.jubilee-line {
  background-color: #868F98;
}
/* line 337, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container .column-body p.journey-dots span.journey-dot.northern-line {
  background-color: #000000;
}
/* line 341, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container .column-body p.journey-dots span.journey-dot.bakerloo-line {
  background-color: #894E24;
}
/* line 345, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container .column-body p.journey-dots span.journey-dot.waterloo-line {
  background-color: #76D0BD;
}
/* line 349, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container .column-body p.journey-dots span.journey-dot.circle-line {
  background-color: #FFCE00;
}
/* line 353, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container .column-body p.journey-dots span.journey-dot.hammersmith-line {
  background-color: #D799AF;
}
/* line 357, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container .column-body p.journey-dots span.journey-dot.metropolitan-line {
  background-color: #751056;
}
/* line 361, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container .column-body p.journey-dots span.journey-dot.victoria-line {
  background-color: #0099CC;
}
/* line 365, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container .column-body p.journey-dots span.journey-dot.dlr-line {
  background-color: #009999;
}
/* line 369, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container .column-body p.journey-dots span.journey-dot.central-line {
  background-color: #DC2420;
}
/* line 373, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container .column-body p.journey-dots span.journey-dot.national-rail-line {
  background: url(../inc/assets/svg/icon-rail.svg) center no-repeat;
}
/* line 377, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container .column-body p.journey-dots span.journey-dot.heathrow-express-line {
  background: url(../inc/assets/svg/Woolyard_Heathrow.svg) center no-repeat;
}
/* line 381, ../sass/template/modules/_columns_section.scss */
.columns-section_module.key-journey-times .container .column-body p.journey-dots span.journey-dot.gatwick-express-line {
  background: url(../inc/assets/svg/Woolyard_Gatwick.svg) center no-repeat;
}
/* line 391, ../sass/template/modules/_columns_section.scss */
.columns-section_module.availability-areas {
  padding: 0px;
  margin-top: 0px;
}
@media (min-width: 769px) {
  /* line 391, ../sass/template/modules/_columns_section.scss */
  .columns-section_module.availability-areas {
    padding: 60px 0px 0px;
  }
}
/* line 399, ../sass/template/modules/_columns_section.scss */
.columns-section_module.availability-areas .container {
  padding: 30px 0px 1px;
}
@media (min-width: 769px) {
  /* line 399, ../sass/template/modules/_columns_section.scss */
  .columns-section_module.availability-areas .container {
    padding: 30px 0px 30px;
  }
}
/* line 406, ../sass/template/modules/_columns_section.scss */
.columns-section_module.availability-areas .container .copy-col {
  padding-right: 5%;
}
/* line 413, ../sass/template/modules/_columns_section.scss */
.columns-section_module.availability-areas .container .copy-col:first-of-type .col-title span {
  border-bottom: 5px solid #FFDB01;
}
/* line 422, ../sass/template/modules/_columns_section.scss */
.columns-section_module.availability-areas .container .copy-col:nth-of-type(2) .col-title span {
  border-bottom: 5px solid #E85744;
}
/* line 431, ../sass/template/modules/_columns_section.scss */
.columns-section_module.availability-areas .container .copy-col:nth-of-type(3) .col-title span {
  border-bottom: 5px solid #00ADA7;
}
/* line 439, ../sass/template/modules/_columns_section.scss */
.columns-section_module.availability-areas .container .copy-col .column-title .col-title {
  font-size: 36px;
  line-height: 52px;
  color: #1A0045;
  display: inline-block;
  margin-bottom: 15px;
}
/* line 450, ../sass/template/modules/_columns_section.scss */
.columns-section_module.availability-areas .container .copy-col .column-body {
  margin-bottom: 0px;
}
/* line 453, ../sass/template/modules/_columns_section.scss */
.columns-section_module.availability-areas .container .copy-col .column-body .bold {
  font-family: "Cadiz-Bold";
  margin-bottom: 5px;
}
/* line 463, ../sass/template/modules/_columns_section.scss */
.columns-section_module.location-three-columns {
  background-color: #1A0045;
  margin-top: -1px;
}
/* line 471, ../sass/template/modules/_columns_section.scss */
.columns-section_module.location-three-columns .container .row .section-heading {
  margin-bottom: 3vh;
}
/* line 474, ../sass/template/modules/_columns_section.scss */
.columns-section_module.location-three-columns .container .row .section-heading span {
  color: #fff;
}
/* line 479, ../sass/template/modules/_columns_section.scss */
.columns-section_module.location-three-columns .container .row .copy-col {
  padding-left: 7%;
  padding-right: 0px;
}
@media (min-width: 769px) {
  /* line 479, ../sass/template/modules/_columns_section.scss */
  .columns-section_module.location-three-columns .container .row .copy-col {
    padding-left: 40px;
    padding-right: 35px;
  }
}
/* line 489, ../sass/template/modules/_columns_section.scss */
.columns-section_module.location-three-columns .container .row .copy-col .column-body {
  color: #fff;
}
/* line 493, ../sass/template/modules/_columns_section.scss */
.columns-section_module.location-three-columns .container .row .copy-col .column-body p {
  font-family: "Cadiz-Bold";
}
/* line 496, ../sass/template/modules/_columns_section.scss */
.columns-section_module.location-three-columns .container .row .copy-col .column-body p::before {
  content: ' ';
  background-image: url(../inc/assets/svg/icon-bullet.svg);
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  margin-left: -25px;
  margin-top: 6px;
}
/* line 517, ../sass/template/modules/_columns_section.scss */
.columns-section_module.each-unit-specs .container {
  padding: 0px 0px 1px;
}
@media (min-width: 769px) {
  /* line 517, ../sass/template/modules/_columns_section.scss */
  .columns-section_module.each-unit-specs .container {
    padding: 30px 0px;
  }
}
/* line 526, ../sass/template/modules/_columns_section.scss */
.columns-section_module.each-unit-specs .container .row.download {
  display: block;
  padding: 30px 0;
}
@media (min-width: 769px) {
  /* line 526, ../sass/template/modules/_columns_section.scss */
  .columns-section_module.each-unit-specs .container .row.download {
    padding: 30px 0;
  }
}
/* line 541, ../sass/template/modules/_columns_section.scss */
.columns-section_module.each-unit-specs .container .row .copy-col:first-of-type .column-title p {
  color: #FFDB01;
}
/* line 549, ../sass/template/modules/_columns_section.scss */
.columns-section_module.each-unit-specs .container .row .copy-col:first-of-type .column-body p {
  margin-bottom: 15px;
}
/* line 559, ../sass/template/modules/_columns_section.scss */
.columns-section_module.each-unit-specs .container .row .copy-col:nth-of-type(2) .column-title p {
  color: #E85744;
}
/* line 569, ../sass/template/modules/_columns_section.scss */
.columns-section_module.each-unit-specs .container .row .copy-col:nth-of-type(3) .column-title p {
  color: #00ADA7;
}
/* line 581, ../sass/template/modules/_columns_section.scss */
.columns-section_module.summary-specifications .container {
  padding: 1px 0px;
}
@media (min-width: 769px) {
  /* line 581, ../sass/template/modules/_columns_section.scss */
  .columns-section_module.summary-specifications .container {
    padding: 30px 0px;
  }
}
/* line 592, ../sass/template/modules/_columns_section.scss */
.columns-section_module.summary-specifications .container .row .copy-col:nth-of-type(3), .columns-section_module.summary-specifications .container .row .copy-col:last-of-type {
  color: red;
}
/* line 596, ../sass/template/modules/_columns_section.scss */
.columns-section_module.summary-specifications .container .row .copy-col:nth-of-type(3) .column-title, .columns-section_module.summary-specifications .container .row .copy-col:last-of-type .column-title {
  display: none;
}
@media (min-width: 769px) {
  /* line 596, ../sass/template/modules/_columns_section.scss */
  .columns-section_module.summary-specifications .container .row .copy-col:nth-of-type(3) .column-title, .columns-section_module.summary-specifications .container .row .copy-col:last-of-type .column-title {
    display: block;
  }
}

/* line 1, ../sass/template/modules/_map_and_copy.scss */
.map-and-copy_module {
  margin: 60px 0 0;
  background-color: #fff;
}
/* line 5, ../sass/template/modules/_map_and_copy.scss */
.map-and-copy_module .container {
  padding: 0px 0px;
}
/* line 8, ../sass/template/modules/_map_and_copy.scss */
.map-and-copy_module .container .row {
  max-width: 100%;
  margin: 0px auto;
  padding-left: 4%;
  padding-right: 4%;
}
@media (min-width: 769px) {
  /* line 8, ../sass/template/modules/_map_and_copy.scss */
  .map-and-copy_module .container .row {
    padding-right: 0%;
  }
}
/* line 18, ../sass/template/modules/_map_and_copy.scss */
.map-and-copy_module .container .row .copy-box {
  padding-top: 5vh;
}
@media (min-width: 769px) {
  /* line 18, ../sass/template/modules/_map_and_copy.scss */
  .map-and-copy_module .container .row .copy-box {
    padding-top: 10vh;
  }
}
/* line 25, ../sass/template/modules/_map_and_copy.scss */
.map-and-copy_module .container .row .copy-box .section-heading {
  display: inline-block;
  margin-bottom: 0;
}
/* line 29, ../sass/template/modules/_map_and_copy.scss */
.map-and-copy_module .container .row .copy-box .section-heading p {
  margin-bottom: 0;
}
/* line 32, ../sass/template/modules/_map_and_copy.scss */
.map-and-copy_module .container .row .copy-box .section-heading p span {
  font-family: "Cadiz-Bold";
  color: #1A0045;
  border-bottom: 5px solid #BF1F69;
  font-size: 36px;
  line-height: 52px;
}
/* line 42, ../sass/template/modules/_map_and_copy.scss */
.map-and-copy_module .container .row .copy-box .section-copy {
  margin: 2vh 0 3vh;
  color: #1A0045;
}
@media (min-width: 769px) {
  /* line 42, ../sass/template/modules/_map_and_copy.scss */
  .map-and-copy_module .container .row .copy-box .section-copy {
    margin: 2vh 0 10vh;
  }
}
/* line 53, ../sass/template/modules/_map_and_copy.scss */
.map-and-copy_module .container .row .copy-box .map-legend.desktop {
  display: none;
}
@media (min-width: 769px) {
  /* line 53, ../sass/template/modules/_map_and_copy.scss */
  .map-and-copy_module .container .row .copy-box .map-legend.desktop {
    display: block;
  }
}
/* line 61, ../sass/template/modules/_map_and_copy.scss */
.map-and-copy_module .container .row .copy-box .map-legend .legend-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
/* line 66, ../sass/template/modules/_map_and_copy.scss */
.map-and-copy_module .container .row .copy-box .map-legend .legend-item:last-of-type {
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  /* line 66, ../sass/template/modules/_map_and_copy.scss */
  .map-and-copy_module .container .row .copy-box .map-legend .legend-item:last-of-type {
    margin-bottom: 10px;
  }
}
/* line 74, ../sass/template/modules/_map_and_copy.scss */
.map-and-copy_module .container .row .copy-box .map-legend .legend-item .map-legend-icon {
  display: inline-block;
}
/* line 78, ../sass/template/modules/_map_and_copy.scss */
.map-and-copy_module .container .row .copy-box .map-legend .legend-item .map-legend-title {
  display: inline-block;
  font-size: 17px;
  line-height: 24px;
  color: #1A0045;
  margin-left: 10px;
  margin-bottom: 0px;
}
/* line 92, ../sass/template/modules/_map_and_copy.scss */
.map-and-copy_module .container .row .map-col {
  padding-right: 15px;
}
@media (min-width: 769px) {
  /* line 92, ../sass/template/modules/_map_and_copy.scss */
  .map-and-copy_module .container .row .map-col {
    padding-right: 0px;
  }
}
/* line 100, ../sass/template/modules/_map_and_copy.scss */
.map-and-copy_module .container .row .map-col .map-wrapper {
  position: relative;
}
/* line 103, ../sass/template/modules/_map_and_copy.scss */
.map-and-copy_module .container .row .map-col .map-wrapper .image {
  outline: none;
}
/* line 107, ../sass/template/modules/_map_and_copy.scss */
.map-and-copy_module .container .row .map-col .map-wrapper .map-enlarge {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
/* line 117, ../sass/template/modules/_map_and_copy.scss */
.map-and-copy_module .container .row .map-col .map-legend.mobile {
  display: block;
  margin-top: 30px;
}
@media (min-width: 769px) {
  /* line 117, ../sass/template/modules/_map_and_copy.scss */
  .map-and-copy_module .container .row .map-col .map-legend.mobile {
    display: none;
  }
}
/* line 126, ../sass/template/modules/_map_and_copy.scss */
.map-and-copy_module .container .row .map-col .map-legend .legend-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
/* line 131, ../sass/template/modules/_map_and_copy.scss */
.map-and-copy_module .container .row .map-col .map-legend .legend-item:last-of-type {
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  /* line 131, ../sass/template/modules/_map_and_copy.scss */
  .map-and-copy_module .container .row .map-col .map-legend .legend-item:last-of-type {
    margin-bottom: 10px;
  }
}
/* line 139, ../sass/template/modules/_map_and_copy.scss */
.map-and-copy_module .container .row .map-col .map-legend .legend-item .map-legend-icon {
  display: inline-block;
}
/* line 143, ../sass/template/modules/_map_and_copy.scss */
.map-and-copy_module .container .row .map-col .map-legend .legend-item .map-legend-title {
  display: inline-block;
  font-size: 17px;
  line-height: 24px;
  color: #1A0045;
  margin-left: 10px;
  margin-bottom: 0px;
}

/* line 159, ../sass/template/modules/_map_and_copy.scss */
.lity-wrap {
  background-color: #fff;
}
/* line 162, ../sass/template/modules/_map_and_copy.scss */
.lity-wrap .lity-close {
  width: 25px;
  height: 25px;
  margin-right: 20px;
  margin-top: 10px;
}
/* line 169, ../sass/template/modules/_map_and_copy.scss */
.lity-wrap .lity-content {
  transform: scale(0.9);
}
/* line 172, ../sass/template/modules/_map_and_copy.scss */
.lity-wrap .lity-content:after {
  box-shadow: none;
}

/* line 1, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module {
  background-color: #fff;
}
/* line 4, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container {
  padding: 10px 0px;
}
/* line 12, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .row.heading-row .section-heading {
  color: #1A0045;
  display: inline-block;
  border-bottom: 4px solid #BF1F69;
}
/* line 22, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-block ul.sliders-tabs {
  list-style: none;
  padding-left: 0px;
  padding: 30px 0px 10px;
  margin-left: 0px;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
/* line 34, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-block ul.sliders-tabs::-webkit-scrollbar {
  display: none;
}
@media (min-width: 769px) {
  /* line 22, ../sass/template/modules/_slider_with_tabs.scss */
  .slider-with-tabs_module .container .tabs-block ul.sliders-tabs {
    padding: 30px 0px;
  }
}
/* line 42, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-block ul.sliders-tabs li.tab {
  display: inline-block;
  margin-right: 30px;
  padding: 5px 25px;
  cursor: pointer;
  font-size: 24px;
  line-height: 32px;
  font-family: "Cadiz-Bold";
  text-align: center;
  color: #1A0045;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
/* line 56, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-block ul.sliders-tabs li.tab:first-of-type {
  border-bottom: 2px solid #FFDB01;
}
/* line 60, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-block ul.sliders-tabs li.tab:nth-of-type(2) {
  pointer-events: none;
  opacity: .3;
  border-bottom: 2px solid #E85744;
}
/* line 64, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-block ul.sliders-tabs li.tab:last-of-type {
  pointer-events: none;
  opacity: .3;
  border-bottom: 2px solid #00ADA7;
}
/* line 77, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-block ul.sliders-tabs li.tab.active:first-of-type, .slider-with-tabs_module .container .tabs-block ul.sliders-tabs li.tab:hover:first-of-type {
  border: 2px solid #FFDB01;
}
/* line 81, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-block ul.sliders-tabs li.tab.active:nth-of-type(2), .slider-with-tabs_module .container .tabs-block ul.sliders-tabs li.tab:hover:nth-of-type(2) {
  border: 2px solid #E85744;
}
/* line 89, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-sliders {
  margin-top: 80px;
  position: relative;
}
/* line 93, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-sliders .slider-wrapper {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  height: 0px;
  width: 100%;
  margin: 0 auto;
  top: 0;
}
/* line 103, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-sliders .slider-wrapper.active {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 9;
  height: auto;
  transition: visibility 0s ease 0s, opacity 0.3s linear 0s;
}
/* line 114, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-sliders .slider-wrapper .slider-with-tabs .slide {
  outline: none;
  padding-bottom: 30px;
}
@media (min-width: 769px) {
  /* line 114, ../sass/template/modules/_slider_with_tabs.scss */
  .slider-with-tabs_module .container .tabs-sliders .slider-wrapper .slider-with-tabs .slide {
    padding-bottom: 0px;
    padding-bottom: 60px;
  }
}
/* line 123, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-sliders .slider-wrapper .slider-with-tabs .slide a {
  outline: none;
}
/* line 131, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-sliders .slider-wrapper .slider-with-tabs .slide .row .slide-col .map-enlarge {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
/* line 138, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-sliders .slider-wrapper .slider-with-tabs .slide .row .slide-col h4 {
  font-family: "Cadiz-Bold";
  font-size: 24px;
  line-height: 32px;
  color: #1A0045;
  margin-top: 5vh;
}
@media (min-width: 769px) {
  /* line 138, ../sass/template/modules/_slider_with_tabs.scss */
  .slider-with-tabs_module .container .tabs-sliders .slider-wrapper .slider-with-tabs .slide .row .slide-col h4 {
    margin-top: 0vh;
  }
}
/* line 151, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-sliders .slider-wrapper .slider-with-tabs .slide .row .slide-col h5 {
  font-family: "Cadiz-Bold";
  font-size: 17px;
  line-height: 24px;
  color: #1A0045;
}
/* line 159, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-sliders .slider-wrapper .slider-with-tabs .slide .row .slide-col .total-spaces {
  font-size: 24px;
  line-height: 32px;
  color: #1A0045;
}
/* line 165, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-sliders .slider-wrapper .slider-with-tabs .slide .row .slide-col p {
  color: #1A0045;
}
/* line 169, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-sliders .slider-wrapper .slider-with-tabs .slide .row .slide-col .unit-spec {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid #CCCCCC;
}
/* line 175, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-sliders .slider-wrapper .slider-with-tabs .slide .row .slide-col .unit-spec:last-of-type {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 30px;
}
/* line 180, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-sliders .slider-wrapper .slider-with-tabs .slide .row .slide-col .unit-spec p {
  font-family: "Cadiz-Bold";
  margin-bottom: 0px;
}
/* line 184, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-sliders .slider-wrapper .slider-with-tabs .slide .row .slide-col .unit-spec p .small-asterisk {
  font-size: 14px;
}
/* line 191, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-sliders .slider-wrapper .slider-with-tabs .slide .row .slide-col .download-plans {
  outline: none;
}
/* line 194, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-sliders .slider-wrapper .slider-with-tabs .slide .row .slide-col .download-plans:hover {
  text-decoration: none;
}
/* line 197, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-sliders .slider-wrapper .slider-with-tabs .slide .row .slide-col .download-plans:hover .text-block {
  border: 2px solid #00ADA7;
}
/* line 202, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-sliders .slider-wrapper .slider-with-tabs .slide .row .slide-col .download-plans .text-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  border: 2px solid #BF1F69;
  transition: border .2s ease-out;
}
/* line 215, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-sliders .slider-wrapper .slider-with-tabs .slide .row .slide-col .download-plans .text-block p {
  display: inline-block;
  margin-bottom: 0;
}
/* line 220, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-sliders .slider-wrapper .slider-with-tabs .slide .row .slide-col .download-plans .text-block img {
  display: inline-block;
}
/* line 226, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-sliders .slider-wrapper .slider-with-tabs .slide .row .slide-col .footnote {
  color: #1A0045;
  margin-top: 50px;
  font-size: 14px;
  line-height: 18px;
}
/* line 236, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-sliders .slider-wrapper .slider-with-tabs .slick-dots {
  list-style: none;
  padding-left: 0px;
  padding: 10px 0px;
  margin-left: 0px;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  position: absolute;
  top: -80px;
  padding-left: calc(2% + 15px);
}
@media (min-width: 769px) {
  /* line 236, ../sass/template/modules/_slider_with_tabs.scss */
  .slider-with-tabs_module .container .tabs-sliders .slider-wrapper .slider-with-tabs .slick-dots {
    top: -100px;
    padding: 30px 0px 10px;
    padding-left: calc(4% + 15px);
  }
}
/* line 256, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-sliders .slider-wrapper .slider-with-tabs .slick-dots::-webkit-scrollbar {
  display: none;
}
/* line 260, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-sliders .slider-wrapper .slider-with-tabs .slick-dots li {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  font-size: 17px;
  line-height: 24px;
  font-family: "Cadiz-Regular";
  text-align: center;
}
/* line 269, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-sliders .slider-wrapper .slider-with-tabs .slick-dots li button {
  color: #1A0045;
  padding: 5px 10px;
  outline: none;
  background-color: transparent;
  border: none;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
/* line 292, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-sliders .slider-wrapper.slider-area-1 .slick-dots li.slick-active button, .slider-with-tabs_module .container .tabs-sliders .slider-wrapper.slider-area-1 .slick-dots li:hover button {
  border: 2px solid #FFDB01;
}
/* line 297, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-sliders .slider-wrapper.slider-area-1 .slick-dots li button {
  border-bottom: 2px solid #FFDB01;
}
/* line 313, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-sliders .slider-wrapper.slider-area-2 .slick-dots li.slick-active button, .slider-with-tabs_module .container .tabs-sliders .slider-wrapper.slider-area-2 .slick-dots li:hover button {
  border: 2px solid #E85744;
}
/* line 318, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .tabs-sliders .slider-wrapper.slider-area-2 .slick-dots li button {
  border-bottom: 2px solid #E85744;
}
/* line 327, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .slider-wrapper-only {
  background-color: #f6f6f6;
}
/* line 332, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .slider-wrapper-only .slide .image {
  max-height: 70vh;
  margin: 3vh 5%;
}
@media (min-width: 769px) {
  /* line 332, ../sass/template/modules/_slider_with_tabs.scss */
  .slider-with-tabs_module .container .slider-wrapper-only .slide .image {
    margin: 3vh auto;
  }
}
/* line 342, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .slider-wrapper-only .slick-dots {
  list-style: none;
  padding-left: 0px;
  padding: 30px 0px 10px;
  margin-left: 0px;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  position: absolute;
  top: -100px;
  padding-left: calc(2% + 15px);
}
@media (min-width: 769px) {
  /* line 342, ../sass/template/modules/_slider_with_tabs.scss */
  .slider-with-tabs_module .container .slider-wrapper-only .slick-dots {
    padding-left: calc(4% + 15px);
  }
}
/* line 360, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .slider-wrapper-only .slick-dots::-webkit-scrollbar {
  display: none;
}
/* line 364, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .slider-wrapper-only .slick-dots li {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  font-size: 17px;
  line-height: 24px;
  font-family: "Cadiz-Regular";
  text-align: center;
  color: #1A0045;
}
/* line 377, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .slider-wrapper-only .slick-dots li.slick-active button, .slider-with-tabs_module .container .slider-wrapper-only .slick-dots li:hover button {
  border: 2px solid #BF1F69;
}
/* line 382, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .container .slider-wrapper-only .slick-dots li button {
  color: #1A0045;
  padding: 5px 20px;
  outline: none;
  background-color: transparent;
  border: none;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #BF1F69;
}
/* line 404, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module.slider-plans .container .row.heading-row {
  display: none;
}
/* line 413, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module.slider-plans .container .slider-wrapper-only .slider-with-tabs .slide {
  outline: none;
}
/* line 421, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module.slider-plans .container .slider-wrapper-only .slider-with-tabs .slide a {
  outline: none;
}
/* line 430, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .plans-key {
  display: block;
}
/* line 433, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .plans-key .plans-key-heading {
  font-family: "Cadiz-Regular";
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  color: #1A0045;
  margin-bottom: 50px;
}
/* line 442, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .plans-key .plan-key {
  color: #1A0045;
}
/* line 445, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .plans-key .plan-key p {
  display: flex;
}
/* line 448, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .plans-key .plan-key p span.pan-key-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
/* line 455, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .plans-key .plan-key p span.pan-key-dot.warehouse-key {
  background-color: #FFE400;
}
/* line 459, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .plans-key .plan-key p span.pan-key-dot.loft-key {
  background-color: #FB4938;
}
/* line 463, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .plans-key .plan-key p span.pan-key-dot.gatehouse-key {
  background-color: #00C8C0;
}
/* line 467, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .plans-key .plan-key p span.pan-key-dot.restaurant-key {
  background-color: #000000;
}
/* line 471, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .plans-key .plan-key p span.pan-key-dot.restaurant-key {
  background-color: #7C8597;
}
/* line 475, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .plans-key .plan-key p span.pan-key-dot.courtyard-key {
  background-color: #ADC88B;
}
/* line 479, ../sass/template/modules/_slider_with_tabs.scss */
.slider-with-tabs_module .plans-key .plan-key p span.pan-key-dot.roof-key {
  background-color: #ECE2DA;
}

/* line 488, ../sass/template/modules/_slider_with_tabs.scss */
.lity-wrap {
  background-color: #fff;
}
/* line 491, ../sass/template/modules/_slider_with_tabs.scss */
.lity-wrap .lity-close {
  width: 25px;
  height: 25px;
  margin-right: 20px;
  margin-top: 10px;
}
/* line 498, ../sass/template/modules/_slider_with_tabs.scss */
.lity-wrap .lity-content {
  transform: scale(0.9);
}
/* line 501, ../sass/template/modules/_slider_with_tabs.scss */
.lity-wrap .lity-content:after {
  box-shadow: none;
}
/* line 505, ../sass/template/modules/_slider_with_tabs.scss */
.lity-wrap .lity-content img {
  min-width: 100vw;
}

/* line 1, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module {
  padding-bottom: 30px;
}
@media (min-width: 769px) {
  /* line 1, ../sass/template/modules/_schedule_of_areas.scss */
  .schedule-of-areas_module {
    padding-bottom: 0px;
  }
}
/* line 15, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .table-col .section-heading {
  color: #fff;
  display: inline-block;
  border-bottom: 4px solid #BF1F69;
}
/* line 21, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .table-col .total-number-ft {
  margin: 20px 0;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}
/* line 28, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .table-col .slide-right {
  margin: 30px 0 10px;
  display: block;
}
@media (min-width: 415px) {
  /* line 28, ../sass/template/modules/_schedule_of_areas.scss */
  .schedule-of-areas_module .container .row .table-col .slide-right {
    display: none;
  }
}
/* line 36, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .table-col .slide-right .text {
  color: #fff;
  font-family: "Cadiz-Regular";
  font-size: 17px;
  line-height: 24px;
  display: inline-block;
}
/* line 44, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .table-col .slide-right img {
  display: inline-block;
  margin-left: 10px;
}
/* line 50, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .table-col .explore {
  margin-bottom: 30px;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 769px) {
  /* line 50, ../sass/template/modules/_schedule_of_areas.scss */
  .schedule-of-areas_module .container .row .table-col .explore {
    max-width: calc(25vw - 30px);
  }
}
@media (min-width: 1025px) {
  /* line 50, ../sass/template/modules/_schedule_of_areas.scss */
  .schedule-of-areas_module .container .row .table-col .explore {
    max-width: calc(22vw - 30px);
  }
}
/* line 63, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .table-col .explore .download-plans {
  outline: none;
}
/* line 66, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .table-col .explore .download-plans:hover {
  text-decoration: none;
}
/* line 69, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .table-col .explore .download-plans:hover .text-block {
  border: 2px solid #00ADA7;
}
/* line 74, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .table-col .explore .download-plans .text-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  border: 2px solid #BF1F69;
  min-width: 100%;
  transition: border .2s ease-out;
}
/* line 83, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .table-col .explore .download-plans .text-block p {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
}
/* line 89, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .table-col .explore .download-plans .text-block img {
  display: inline-block;
  margin-left: 10px;
}
/* line 98, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .table-col .dataTables_wrapper {
  overflow-y: scroll;
  margin-left: -5%;
  margin-right: -5%;
  /* width */
}
@media (min-width: 415px) {
  /* line 98, ../sass/template/modules/_schedule_of_areas.scss */
  .schedule-of-areas_module .container .row .table-col .dataTables_wrapper {
    margin-left: 0%;
    margin-right: 0%;
  }
}
/* line 108, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .table-col .dataTables_wrapper::-webkit-scrollbar {
  display: none;
}
/* line 132, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .table-col .dataTables_wrapper .dataTables_length,
.schedule-of-areas_module .container .row .table-col .dataTables_wrapper .dataTables_filter,
.schedule-of-areas_module .container .row .table-col .dataTables_wrapper .dataTables_info,
.schedule-of-areas_module .container .row .table-col .dataTables_wrapper .dataTables_paginate {
  display: none;
}
/* line 139, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .table-col .dataTables_wrapper table.dataTable {
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  margin-left: 5%;
}
@media (min-width: 415px) {
  /* line 139, ../sass/template/modules/_schedule_of_areas.scss */
  .schedule-of-areas_module .container .row .table-col .dataTables_wrapper table.dataTable {
    margin-left: 0%;
  }
}
@media (min-width: 769px) {
  /* line 139, ../sass/template/modules/_schedule_of_areas.scss */
  .schedule-of-areas_module .container .row .table-col .dataTables_wrapper table.dataTable {
    margin-bottom: 0px;
  }
}
/* line 156, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .table-col .dataTables_wrapper table.dataTable thead tr th {
  font-family: "Cadiz-Bold";
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 10px;
}
@media (min-width: 769px) {
  /* line 156, ../sass/template/modules/_schedule_of_areas.scss */
  .schedule-of-areas_module .container .row .table-col .dataTables_wrapper table.dataTable thead tr th {
    padding: 5px 0px;
  }
}
/* line 169, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .table-col .dataTables_wrapper table.dataTable thead tr th:last-of-type {
  text-align: right;
}
/* line 173, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .table-col .dataTables_wrapper table.dataTable thead tr th .small-asterisk {
  font-size: 14px;
}
/* line 182, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .table-col .dataTables_wrapper table.dataTable tbody tr {
  background-color: transparent;
}
/* line 185, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .table-col .dataTables_wrapper table.dataTable tbody tr td {
  font-family: "Cadiz-Regular";
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  padding: 10px 15px;
}
@media (min-width: 769px) {
  /* line 185, ../sass/template/modules/_schedule_of_areas.scss */
  .schedule-of-areas_module .container .row .table-col .dataTables_wrapper table.dataTable tbody tr td {
    padding: 10px 0px;
  }
}
/* line 196, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .table-col .dataTables_wrapper table.dataTable tbody tr td.sq-ft {
  text-align: right;
}
/* line 200, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .table-col .dataTables_wrapper table.dataTable tbody tr td.sorting_1 {
  background-color: transparent;
}
/* line 206, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .table-col .dataTables_wrapper table.dataTable tbody tr td.building.yellow {
  color: #FFDB01;
}
/* line 210, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .table-col .dataTables_wrapper table.dataTable tbody tr td.building.orange {
  color: #E85744;
}
/* line 217, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .table-col .dataTables_wrapper table.dataTable tbody tr td.select .row-checkbox {
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  outline: none;
  cursor: pointer;
  transition: border .2s ease-out;
  background-color: #34002d;
}
/* line 232, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .table-col .dataTables_wrapper table.dataTable tbody tr td.select .row-checkbox:hover {
  border: 2px solid #00ADA7;
}
/* line 236, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .table-col .dataTables_wrapper table.dataTable tbody tr td.select .row-checkbox:active, .schedule-of-areas_module .container .row .table-col .dataTables_wrapper table.dataTable tbody tr td.select .row-checkbox:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
/* line 241, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .table-col .dataTables_wrapper table.dataTable tbody tr td.select .row-checkbox:checked {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  outline: none;
}
/* line 249, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .table-col .dataTables_wrapper table.dataTable tbody tr td.select .row-checkbox:checked:after {
  content: url(../inc/assets/svg/icon-red-tick.svg);
  font-size: 14px;
  position: absolute;
  top: -1px;
  left: -1px;
  color: #E85744;
}
/* line 267, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .total-floor-space {
  margin-top: 30px;
  position: relative;
  bottom: 0;
}
@media (min-width: 980px) {
  /* line 267, ../sass/template/modules/_schedule_of_areas.scss */
  .schedule-of-areas_module .container .row .total-floor-space {
    margin-top: 0px;
    position: absolute;
  }
}
/* line 278, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .total-floor-space p {
  color: #fff;
  font-family: "Cadiz-Bold";
  font-size: 17px;
  line-height: 24px;
}
/* line 284, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .total-floor-space p.heading {
  color: #BF1F69;
  margin-bottom: 10px;
}
/* line 289, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .total-floor-space p.total-number-ft {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 0px;
}
/* line 295, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .total-floor-space p.total-number-m {
  font-family: "Cadiz-Regular";
  margin-bottom: 0;
  display: none;
}
/* line 303, ../sass/template/modules/_schedule_of_areas.scss */
.schedule-of-areas_module .container .row .table-footnote {
  color: #fff;
  margin-top: 30px;
  font-size: 14px;
}

/* line 1, ../sass/template/modules/_images_grid.scss */
.images-grid_module {
  background-color: #fff;
  margin-top: 0px;
}
/* line 5, ../sass/template/modules/_images_grid.scss */
.images-grid_module .container {
  padding: 30px 0px 0px;
}
@media (min-width: 769px) {
  /* line 5, ../sass/template/modules/_images_grid.scss */
  .images-grid_module .container {
    padding: 30px 0px;
  }
}
/* line 14, ../sass/template/modules/_images_grid.scss */
.images-grid_module .container .row .section-heading {
  color: #1A0045;
  font-size: 36px;
  line-height: 42px;
  display: inline-block;
  border-bottom: 5px solid #BF1F69;
}
/* line 22, ../sass/template/modules/_images_grid.scss */
.images-grid_module .container .row .section-copy {
  margin: 2vh 0 5vh;
  color: #1A0045;
}
@media (min-width: 769px) {
  /* line 22, ../sass/template/modules/_images_grid.scss */
  .images-grid_module .container .row .section-copy {
    margin: 2vh 0 10vh;
  }
}
/* line 37, ../sass/template/modules/_images_grid.scss */
.images-grid_module .container .row.grid-row .grid-col .caption {
  color: #1A0045;
  margin-top: 10px;
  margin-bottom: 30px;
}
