/*
Theme Name: Falcon Park
Author: Carve Design
Description: Falcon Park Coventry Website Theme
Version: 1.0
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}

h1 {
  font-weight: 600;
  font-size: 3.8rem;
  line-height: 1.3;
  color: #c7c8ca;
}

@media (max-width: 921px) {
  h1 {
    font-size: 2.8rem;
  }
}

@media (max-width: 640px) {
  h1 {
    font-size: 2.1rem;
  }
}

h2 {
  font-weight: 200;
  font-size: 2.2rem;
  line-height: 1.3;
  margin-bottom: 25px;
}

@media (max-width: 921px) {
  h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 640px) {
  h2 {
    font-size: 1.6rem;
  }
}

h3 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.3;
  color: #0c2947;
  margin-bottom: 10px;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

@media (max-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s opacity ease, 0.3s color ease;
}

strong {
  font-weight: 800;
}

section {
  margin: 60px 0;
}

@media (max-width: 921px) {
  section {
    margin: 30px 0;
  }
}

.width-wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 0 40px;
}

@media (max-width: 640px) {
  .width-wrapper {
    padding: 0 25px;
  }
}

.plain-content-component {
  padding: 60px 0;
}

.further-info {
  background-color: #ffffff;
  text-align: center;
  padding: 60px;
  margin: 0;
  border-top: 1px solid #c7c8ca;
  border-bottom: 1px solid #c7c8ca;
}

.further-info .further-info-inner p {
  color: #0c2947;
  margin-bottom: 40px;
  font-size: 1.8rem;
}

.further-info .further-info-inner .info-cols {
  max-width: 720px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.further-info .further-info-inner .info-cols .column {
  width: 45%;
}

.further-info .further-info-inner .info-cols .logo {
  height: 150px;
}

.further-info .further-info-inner .info-cols .logo img {
  height: 100%;
  width: auto;
}

.further-info .further-info-inner .info-cols .contact {
  margin-top: 15px;
  color: #0c2947;
}

.further-info .further-info-inner .info-cols .contact a {
  display: block;
}

.further-info .further-info-inner .info-cols .contact a:hover {
  color: #ffffff;
}

.further-info .further-info-inner .info-cols .contact .name {
  font-weight: 800;
}

@media (max-width: 921px) {
  .further-info .further-info-inner .info-cols {
    display: block;
  }
  .further-info .further-info-inner .info-cols .column {
    width: 100%;
    margin-bottom: 30px;
  }
  .further-info .further-info-inner .info-cols .column .logo {
    max-width: 200px;
    margin: auto;
  }
  .further-info .further-info-inner .info-cols .column:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 921px) {
  .further-info {
    padding: 60px 0;
  }
}

footer a:hover {
  text-decoration: underline;
}

footer .main-footer-wrap {
  padding-top: 30px;
  padding-bottom: 50px;
}

footer .main-footer-wrap-inner {
  font-size: 13px;
  text-align: center;
  max-width: 860px;
  margin: auto;
}

footer .main-footer-wrap-inner .quick-links-strip {
  margin-bottom: 20px;
}

header {
  background-color: #c7c8ca;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

header .header-main {
  transition: 0.3s ease height;
  height: 128px;
}

header .header-main .header-main-inner {
  position: relative;
  text-align: left;
  display: flex;
  align-items: flex-end;
}

header .header-main .header-main-inner .logo {
  width: 160px;
  display: block;
  position: absolute;
  line-height: 0;
  top: 30px;
  transition: 0.3s ease top, 0.3s ease width;
  z-index: 1;
}

header .header-main .header-main-inner .logo .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease opacity;
}

header .header-main .header-main-inner .tagline {
  position: relative;
  text-transform: uppercase;
  color: #0c2947;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding-left: 40px;
  margin-left: 200px;
  padding-top: 50px;
  transition: 0.3s ease padding, 0.3s ease opacity, 0.3s ease height;
}

header .header-main .header-main-inner .tagline::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 300%;
  background-color: #ffffff;
  left: 0;
  bottom: 0;
}

header .header-main .header-main-inner .tagline span {
  color: #ffffff;
}

header .header-main .header-main-inner .tagline.size {
  margin-left: 40px;
}

header .header-main .mobile-anchor {
  position: absolute;
  width: 35px;
  height: 12px;
  top: calc(50% + 10px);
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
  display: none;
}

header .header-main .mobile-anchor span {
  height: 2px;
  width: 100%;
  background-color: #0c2947;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s ease transform, 0.3s ease width;
}

header .header-main .mobile-anchor span:last-child {
  top: 10px;
  width: 80%;
}

header .header-main .mobile-anchor.active span:first-child {
  top: 4px;
  transform: rotate(45deg);
}

header .header-main .mobile-anchor.active span:last-child {
  top: 4px;
  transform: rotate(135deg);
  width: 100%;
}

header .header-nav {
  background-color: #0c2947;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 0 40px 0 0;
  transition: 0.3s ease border-radius;
  position: relative;
}

header .header-nav .header-nav-inner .main-nav {
  transition: 0.3s ease padding-left;
  display: flex;
  font-size: 1.4rem;
  font-weight: 600;
}

header .header-nav .header-nav-inner .main-nav .register {
  margin-left: auto;
  display: flex;
  align-items: flex-end;
  border-left: 1px solid #ffffff;
  padding-left: 20px;
  margin-bottom: 20px;
  color: #3EA3DC;
  font-weight: 600;
}

header .header-nav .header-nav-inner .main-nav .register .icon {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  margin-bottom: -3px;
}

header .header-nav .header-nav-inner .main-nav .register:hover {
  color: #c7c8ca;
}

header .header-nav .header-nav-inner .main-nav ul {
  display: flex;
  justify-content: flex-start;
}

header .header-nav .header-nav-inner .main-nav ul li {
  margin-right: 30px;
}

header .header-nav .header-nav-inner .main-nav ul li a {
  display: inline-block;
  position: relative;
  padding: 20px 0;
}

header .header-nav .header-nav-inner .main-nav ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #ffffff;
  bottom: 15px;
  left: 0;
  transition: 0.3s ease width;
}

header .header-nav .header-nav-inner .main-nav ul li a:hover {
  color: #c7c8ca;
}

header .header-nav .header-nav-inner .main-nav ul li:last-child {
  margin-right: 0;
}

header .header-nav .header-nav-inner .main-nav ul li.current_page_item {
  color: #3EA3DC;
}

header .header-nav .header-nav-inner .main-nav ul li .sub-menu {
  position: absolute;
  width: 100%;
  left: 0;
  overflow: hidden;
  transition: 1s ease max-height;
  z-index: 9;
  background-color: #c7c8ca;
  display: none;
}

header .header-nav .header-nav-inner .main-nav ul li .sub-menu .width-wrapper {
  display: flex;
  align-items: center;
}

header .header-nav .header-nav-inner .main-nav ul li .sub-menu li {
  margin: 0;
}

header .header-nav .header-nav-inner .main-nav ul li .sub-menu li a {
  padding: 15px 0;
  color: #0c2947;
  margin-right: 20px;
  transition: 0.3s ease color;
}

header .header-nav .header-nav-inner .main-nav ul li .sub-menu li:last-child a {
  margin-right: 0;
}

header .header-nav .header-nav-inner .main-nav ul li.menu-item-131 .sub-menu {
  background-color: #3EA3DC;
}

header .header-nav .header-nav-inner .main-nav ul li.menu-item-131 .sub-menu a {
  color: #ffffff;
}

header .header-nav .header-nav-inner .main-nav ul li.menu-item-131 .sub-menu a:hover {
  color: #0c2947;
}

header .header-nav .header-nav-inner .main-nav ul li.menu-item-130 .sub-menu {
  background-color: #EA5045;
}

header .header-nav .header-nav-inner .main-nav ul li.menu-item-130 .sub-menu a {
  color: #ffffff;
}

header .header-nav .header-nav-inner .main-nav ul li.menu-item-130 .sub-menu a:hover {
  color: #0c2947;
}

header .header-nav .header-nav-inner .main-nav ul li.current_page_item > .sub-menu {
  display: block;
}

header .header-nav .header-nav-inner .main-nav ul li.current_page_item > .sub-menu a {
  color: #0c2947;
}

header .header-nav .header-nav-inner .main-nav ul li.current_page_item > .sub-menu a:hover {
  color: #ffffff;
}

header.scrolled .header-main {
  height: 0;
}

header.scrolled .header-main .header-main-inner .logo {
  top: 12px;
  width: 90px;
}

header.scrolled .header-main .header-main-inner .logo .text {
  opacity: 0;
}

header.scrolled .header-main .header-main-inner .tagline {
  opacity: 0;
}

header.scrolled .header-nav {
  border-radius: 0 0 0 0;
}

header.scrolled .header-nav .header-nav-inner .main-nav {
  padding-left: 70px;
}

@media (max-width: 1180px) {
  header .header-nav .header-nav-inner .main-nav {
    font-size: 1.3rem;
  }
  header .header-nav .header-nav-inner .main-nav ul li {
    margin-right: 18px;
  }
}

@media (max-width: 1024px) {
  header .header-main .header-main-inner .mobile-anchor {
    display: block;
    transition: 0.3s ease top;
  }
  header .header-nav {
    height: 0;
    transition: 0.8s ease height;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 99;
    border-radius: 0 0 0 0;
  }
  header .header-nav .header-nav-inner {
    margin-top: 20px;
  }
  header .header-nav .header-nav-inner .main-nav {
    display: block;
  }
  header .header-nav .header-nav-inner .main-nav .register {
    border-left: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
  }
  header .header-nav .header-nav-inner .main-nav ul {
    display: block;
  }
  header .header-nav .header-nav-inner .main-nav ul li {
    margin: 0;
  }
  header .header-nav .header-nav-inner .main-nav ul li a {
    padding: 5px 0;
  }
  header .header-nav .header-nav-inner .main-nav ul li a::after {
    content: none;
  }
  header .header-nav .header-nav-inner .main-nav ul li a:hover {
    color: #ffffff !important;
  }
  header .header-nav .header-nav-inner .main-nav ul li .sub-menu {
    position: relative;
    max-height: none !important;
    background: none !important;
    margin-left: 25px;
    text-align: left;
  }
  header .header-nav .header-nav-inner .main-nav ul li .sub-menu .width-wrapper {
    display: block;
    padding: 0;
  }
  header .header-nav .header-nav-inner .main-nav ul li .sub-menu li {
    margin: 0;
  }
  header .header-nav .header-nav-inner .main-nav ul li .sub-menu li a {
    padding: 5px 0;
    color: #ffffff;
  }
  header .header-nav .header-nav-inner .main-nav ul li .sub-menu li:first-child {
    padding-top: 0;
  }
  header .header-nav .header-nav-inner .main-nav ul li .sub-menu li:last-child {
    padding-bottom: 0;
  }
  header .header-nav .header-nav-inner .main-nav ul li.current_page_item > .sub-menu a {
    color: #ffffff;
  }
  header .header-nav.active {
    pointer-events: auto;
    height: 100vh;
  }
  header.scrolled .header-main {
    height: 66px;
  }
  header.scrolled .header-main .header-main-inner .mobile-anchor {
    top: 34px;
  }
  header.scrolled .header-nav .header-nav-inner .main-nav {
    padding: 0;
  }
}

@media (max-width: 921px) {
  header .header-main .header-main-inner .mobile-anchor {
    display: block;
    transition: 0.3s ease top;
  }
  header .header-main .header-main-inner .tagline.size {
    display: none;
  }
}

@media (max-width: 640px) {
  header .header-main {
    height: 66px;
  }
  header .header-main .header-main-inner .mobile-anchor {
    top: 34px;
  }
  header .header-main .header-main-inner .logo {
    top: 12px;
    width: 90px;
  }
  header .header-main .header-main-inner .logo .text {
    opacity: 0;
  }
  header .header-main .header-main-inner .tagline {
    opacity: 0;
  }
  header .header-nav .header-nav-inner .main-nav {
    padding: 0;
  }
}

.header-height {
  height: 187px;
  transition: 0.3s ease height;
}

.header-height.scrolled {
  height: 61px;
}

@media (max-width: 1024px) {
  .header-height {
    height: 128px;
  }
  .header-height.scrolled {
    height: 66px;
  }
}

@media (max-width: 640px) {
  .header-height {
    height: 66px;
  }
}

.page-id-122 .header-height {
  height: 236px;
  transition: 0.3s ease height;
}

.page-id-122 .header-height.scrolled {
  height: 61px;
}

@media (max-width: 1024px) {
  .page-id-122 .header-height {
    height: 128px;
  }
  .page-id-122 .header-height.scrolled {
    height: 66px;
  }
}

@media (max-width: 640px) {
  .page-id-122 .header-height {
    height: 66px;
  }
}

.not-found {
  border-bottom: 1px solid #c7c8ca;
}

.not-found .not-found-inner {
  margin: 100px 0 100px;
  text-align: center;
}

.not-found .not-found-inner h2 {
  margin-bottom: 20px;
}

.not-found .not-found-inner a {
  text-decoration: underline;
}

.hero-component {
  margin: 0;
  overflow: hidden;
}

.hero-component .hero-component-inner {
  position: relative;
  line-height: 0;
}

.hero-component .hero-component-inner .enlarge {
  position: absolute;
  bottom: 0;
  left: auto;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 8px 16px;
  bottom: 8px;
  right: 8px;
  line-height: 1;
  pointer-events: none;
  font-weight: 600;
}

.hero-component .hero-component-inner .hero-slider {
  line-height: 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.hero-component .hero-component-inner .hero-slider .image {
  display: inline-block;
  background-size: cover;
  background-position: center;
}

.hero-component .hero-component-inner .hero-slider .slick-dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  display: flex;
  transform: translateX(-50%);
}

.hero-component .hero-component-inner .hero-slider .slick-dots li {
  background-color: transparent;
  width: 15px;
  height: 15px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  margin-right: 10px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.hero-component .hero-component-inner .hero-slider .slick-dots li.slick-active {
  background-color: #ffffff;
}

.hero-component .hero-component-inner .hero-slider .slick-dots li button {
  display: none;
}

@media (max-width: 1180px) {
  .hero-component .hero-component-inner .hero-slider .slick-dots {
    position: absolute;
    bottom: 30px;
  }
}

@media (max-width: 640px) {
  .hero-component .hero-component-inner .hero-slider .slick-dots {
    position: absolute;
    bottom: 20px;
  }
  .hero-component .hero-component-inner .hero-slider .slick-dots li {
    width: 10px;
    height: 10px;
    border: 2px solid #ffffff;
  }
}

@media (max-width: 640px) {
  .hero-component {
    margin-bottom: 35px;
  }
}

.form-component .form-component-inner {
  text-align: center;
}

.form-component .form-component-inner .form-wrap {
  margin-top: 50px;
}

.form-component .form-component-inner .form-wrap .form-title {
  font-size: 2rem;
}

.form-component .form-component-inner .form-wrap .wpcf7 {
  max-width: 800px;
  margin: auto;
  margin-top: 20px;
}

.form-component .form-component-inner .form-wrap .wpcf7 .wpcf7-spinner {
  position: absolute;
}

.form-component .form-component-inner .form-wrap .wpcf7 input {
  padding: 10px;
  border: none;
  outline: none;
  box-sizing: border-box;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  border-bottom: 1px solid #0c2947;
}

.form-component .form-component-inner .form-wrap .wpcf7 input[type=submit] {
  background-color: #0c2947;
  width: auto;
  text-transform: uppercase;
  color: #ffffff;
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.3s ease background;
  margin-top: 30px;
}

.form-component .form-component-inner .form-wrap .wpcf7 input[type=submit]:hover {
  background-color: #c7c8ca;
}

@media (max-width: 921px) {
  .form-component .form-component-inner .status {
    font-size: 2.8rem;
  }
  .form-component .form-component-inner .form-wrap {
    margin-top: 30px;
  }
  .form-component .form-component-inner .form-wrap .form-title {
    font-size: 1.6rem;
  }
  .form-component .form-component-inner .form-wrap .wpcf7 input {
    padding: 8px;
    font-size: 1.6rem;
  }
  .form-component .form-component-inner .form-wrap .wpcf7 input[type=submit] {
    padding: 8px 20px;
  }
}

@media (max-width: 640px) {
  .form-component .form-component-inner .status {
    font-size: 2.1rem;
  }
}

.interactive-siteplan {
  position: relative;
  overflow: hidden;
  height: 600px;
  text-align: center;
  background-color: #edeff0;
  cursor: none;
  line-height: 0;
  margin: 0;
}

.interactive-siteplan svg {
  position: relative;
  height: 100%;
  width: 100%;
}

.interactive-siteplan .map-key {
  width: 280px;
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 9;
  pointer-events: none;
}

.interactive-siteplan .instructions {
  position: absolute;
  top: 30px;
  left: 50px;
  background: rgba(12, 41, 71, 0.7);
  color: #ffffff;
  display: block;
  line-height: 1;
  padding: 10px;
  transition: 1s ease opacity;
  pointer-events: none;
  z-index: 9;
}

.interactive-siteplan .instructions.hide {
  opacity: 0 !important;
}

.interactive-siteplan .tooltip-segment {
  cursor: none;
}

.interactive-siteplan .tooltip-segment:hover polygon, .interactive-siteplan .tooltip-segment:hover path, .interactive-siteplan .tooltip-segment:hover rect {
  transition: 0.4s ease fill;
}

.interactive-siteplan .tooltip-segment:hover .copy path {
  fill: #002447;
}

.interactive-siteplan .tooltip-segment:hover .copy-frame {
  fill: #ffffff;
}

.interactive-siteplan .tooltip-segment:hover .n-shape {
  fill: #8dc4e9;
}

.interactive-siteplan .tooltip-segment:hover .s-shape {
  fill: #f3948c;
}

.interactive-siteplan .tooltip-segment:hover .d-shape {
  fill: #cdebff;
}

@media (max-width: 1180px) {
  .interactive-siteplan .map-key {
    width: 260px;
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 9;
    pointer-events: none;
  }
}

@media (max-width: 1024px) {
  .interactive-siteplan .map-key {
    width: 240px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 9;
    pointer-events: none;
  }
}

@media (max-width: 640px) {
  .interactive-siteplan {
    cursor: auto;
    height: auto;
    padding-top: 165px;
  }
  .interactive-siteplan svg {
    position: relative;
    height: 100%;
    width: 110%;
    top: 0;
    left: -5%;
  }
  .interactive-siteplan .tooltip-segment {
    cursor: auto;
  }
  .interactive-siteplan .instructions {
    display: none;
  }
  .interactive-siteplan .map-key {
    width: 250px;
    bottom: auto;
    top: 30px;
    left: 30px;
  }
}

.custom-cursor {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  pointer-events: none;
  /* Ignore mouse events */
  z-index: 10000;
  /* Ensure it's above everything */
  transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
  /* Smooth transition for transformation */
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
}

.custom-cursor .tooltip-text {
  font-size: 1.4rem;
}

.custom-cursor .tooltip-text .site {
  font-weight: 800;
}

.custom-cursor.expanded {
  width: auto;
  height: 40px;
  /* Adjusted height */
  border-radius: 20px;
  /* Rounded corners */
  transform: translateY(-10px);
  /* Center the cursor */
  padding: 10px;
  box-sizing: border-box;
  line-height: 20px;
}

.site-details-component {
  margin: 60px 0;
  overflow: hidden;
}

.site-details-component h2 {
  text-align: center;
}

.site-details-component .section .logo {
  max-width: 200px;
  margin: auto;
  margin-bottom: 40px;
}

.site-details-component .sites {
  column-count: 2;
  column-gap: 40px;
}

.site-details-component .sites .site {
  display: flex;
  border-top: 1px solid #3EA3DC;
  font-size: 1.4rem;
}

.site-details-component .sites .site .building {
  width: 50px;
  background-color: #3EA3DC;
  color: #ffffff;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-details-component .sites .site .tenant {
  line-height: 1;
  padding: 10px;
  width: 100%;
  transition: 0.3s background ease;
}

.site-details-component .sites.north .site:last-child, .site-details-component .sites.north .site:nth-child(6) {
  border-bottom: 1px solid #3EA3DC;
}

.site-details-component .sites.north .site a.tenant:hover {
  background-color: #3EA3DC;
  color: white;
}

.site-details-component .sites.south .site {
  border-top: 1px solid #EA5045;
}

.site-details-component .sites.south .site .building {
  background-color: #EA5045;
}

.site-details-component .sites.south .site:last-child, .site-details-component .sites.south .site:nth-child(9) {
  border-bottom: 1px solid #EA5045;
}

.site-details-component .sites.south .site a.tenant:hover {
  background-color: #EA5045;
  color: white;
}

@media (max-width: 1180px) {
  .site-details-component .site-details-component-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 640px) {
  .site-details-component .sites {
    column-count: 1;
  }
  .site-details-component .section:nth-child(1) .site:nth-child(6) {
    border-bottom: none;
  }
  .site-details-component .section:nth-child(2) .site:nth-child(9) {
    border-bottom: none;
  }
}

.location-component {
  margin-bottom: 60px;
  overflow: hidden;
}

.location-component .location-component-inner {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 20px;
}

.location-component .location-component-inner .location-sections {
  grid-column: span 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.location-component .location-component-inner .location-sections .transport {
  margin-bottom: 40px;
}

.location-component .location-component-inner .location-sections .transport .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #0c2947;
  margin-bottom: 15px;
}

.location-component .location-component-inner .location-sections .transport .heading .icon {
  width: 60px;
}

.location-component .location-component-inner .location-sections .transport:last-child {
  margin-bottom: 0;
}

.location-component .location-component-inner .drive-times {
  margin-top: 30px;
}

.location-component .location-component-inner .drive-times .row {
  display: flex;
  border-left: 1px solid #c7c8ca;
}

.location-component .location-component-inner .drive-times .row .col {
  width: 33.33%;
  padding: 8px 15px;
  text-align: center;
  border-top: 1px solid #c7c8ca;
  background-color: #edeff0;
  border-right: 1px solid #c7c8ca;
}

.location-component .location-component-inner .drive-times .row .col:first-child {
  background-color: #0c2947;
  color: #ffffff;
  text-align: left;
}

.location-component .location-component-inner .drive-times .row:last-child {
  border-bottom: 1px solid #c7c8ca;
}

@media (max-width: 921px) {
  .location-component .location-component-inner {
    display: block;
  }
  .location-component .location-component-inner h1 {
    margin-bottom: 20px;
  }
  .location-component .location-component-inner .location-sections {
    display: block;
  }
  .location-component .location-component-inner .drive-times .row .col {
    padding: 6px 8px;
    font-size: 1.4rem;
  }
}

@media (max-width: 640px) {
  .location-component .location-component-inner {
    font-size: 1.4rem;
  }
}

.google-map-component {
  margin: 0;
}

.google-map-component .google-map-component-inner {
  line-height: 0;
}

.google-map-component .google-map-component-inner .acf-map {
  height: 600px;
  outline: none;
}

@media (max-width: 1180px) {
  .google-map-component .google-map-component-inner .acf-map {
    height: 500px;
  }
}

@media (max-width: 921px) {
  .google-map-component .google-map-component-inner .acf-map {
    height: 400px;
  }
}

@media (max-width: 640px) {
  .google-map-component .google-map-component-inner .acf-map {
    height: 280px;
  }
}

.google-map-component .map-link {
  padding: 20px 0;
  text-align: center;
  font-weight: 600;
}

.google-map-component .map-link a {
  text-decoration: underline;
  color: #0c2947;
}

.content-image-component {
  margin-bottom: 60px;
  overflow: hidden;
}

.content-image-component .content-image-component-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background-color: #edeff0;
  line-height: 0;
  overflow: hidden;
}

.content-image-component .content-image-component-inner h3 {
  color: #0c2947;
}

.content-image-component .content-image-component-inner .content {
  padding: 40px 60px;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .content-image-component .content-image-component-inner {
    display: block;
  }
  .content-image-component .content-image-component-inner .content {
    padding: 40px;
  }
}

@media (max-width: 640px) {
  .content-image-component .content-image-component-inner .content {
    padding: 25px;
    font-size: 1.4rem;
  }
}

.gallery-component {
  margin-bottom: 60px;
  overflow: hidden;
}

.gallery-component .gallery-component-inner .gallery-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}

.gallery-component .gallery-component-inner .image {
  height: 0;
  padding-bottom: 65%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.title-content-component {
  margin-bottom: 60px;
  overflow: hidden;
  background-color: #ffffff;
}

.title-content-component .title-content-component-inner .key-title {
  margin-bottom: 30px;
}

.title-content-component .title-content-component-inner .title-content-component-wrap {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 40px;
}

.title-content-component .title-content-component-inner .content-column {
  grid-column: span 3;
}

.title-content-component .title-content-component-inner .content-column:first-child {
  grid-column: span 2;
}

@media (max-width: 1024px) {
  .title-content-component .title-content-component-inner .title-content-component-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 40px;
  }
  .title-content-component .title-content-component-inner .content-column {
    grid-column: span 1;
  }
  .title-content-component .title-content-component-inner .content-column:first-child {
    grid-column: span 2;
  }
}

@media (max-width: 640px) {
  .title-content-component .title-content-component-inner {
    font-size: 1.4rem;
  }
  .title-content-component .title-content-component-inner .title-content-component-wrap {
    display: block;
  }
  .title-content-component .title-content-component-inner h1 {
    margin-bottom: 20px;
  }
}

.specs-strip-component {
  background-color: #0c2947;
  color: #ffffff;
  padding: 50px 0;
  margin: 0;
}

.specs-strip-component .specs-strip-component-inner h1 {
  margin-bottom: 30px;
}

.specs-strip-component .specs-strip-component-inner .specs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
  text-align: center;
}

.specs-strip-component .specs-strip-component-inner .specs .icon {
  width: 100px;
  height: 100px;
  background-color: #3EA3DC;
  border-radius: 50%;
  margin: auto;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.specs-strip-component .specs-strip-component-inner .specs .label {
  line-height: 1.2;
}

@media (max-width: 921px) {
  .specs-strip-component .specs-strip-component-inner .specs {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .specs-strip-component .specs-strip-component-inner .specs {
    grid-template-columns: repeat(2, 1fr);
  }
}

.page-id-124 .specs-strip-component .specs-strip-component-inner .specs .icon {
  background-color: #EA5045;
}

.image-table-component {
  background-color: #ffffff;
  color: #ffffff;
  padding: 50px 0;
  margin: 0;
}

.image-table-component .image-table-component-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}

.image-table-component .image-table-component-inner h2 {
  margin-bottom: 20px;
  color: #0c2947;
  font-size: 2.8rem;
}

.image-table-component .image-table-component-inner .table {
  border-top: 1px solid #0c2947;
  border-left: 1px solid #0c2947;
}

.image-table-component .image-table-component-inner .table .row {
  display: flex;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
}

.image-table-component .image-table-component-inner .table .row .col1, .image-table-component .image-table-component-inner .table .row .col5 {
  font-weight: 600;
}

.image-table-component .image-table-component-inner .table .row .col2, .image-table-component .image-table-component-inner .table .row .col3, .image-table-component .image-table-component-inner .table .row .col4 {
  background-color: #c7c8ca;
}

.image-table-component .image-table-component-inner .table .row div {
  width: 20%;
  border-bottom: 1px solid #0c2947;
  border-right: 1px solid #0c2947;
  padding: 6px;
}

.image-table-component .image-table-component-inner .table .row:first-child {
  background-color: #0c2947;
  color: #ffffff;
  line-height: 1.2;
}

.image-table-component .image-table-component-inner .table .row:first-child .col2, .image-table-component .image-table-component-inner .table .row:first-child .col3, .image-table-component .image-table-component-inner .table .row:first-child .col4 {
  background-color: #0c2947;
}

.image-table-component .image-table-component-inner .table .row:first-child div {
  border-right: 1px solid #ffffff;
}

.image-table-component .image-table-component-inner .table .row:first-child div:last-child {
  border-right: 1px solid #0c2947;
}

@media (max-width: 921px) {
  .image-table-component .image-table-component-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .image-table-component .image-table-component-inner h1 {
    margin-bottom: 20px;
  }
  .image-table-component .image-table-component-inner .content-col {
    width: 100%;
    order: 1;
  }
  .image-table-component .image-table-component-inner .content-col .table {
    width: 100%;
  }
  .image-table-component .image-table-component-inner .image {
    order: 2;
  }
}

@media (max-width: 640px) {
  .image-table-component .image-table-component-inner {
    font-size: 1.4rem;
  }
}

.page-id-124 .image-table-component {
  background-color: #EA5045;
}

.multi-table-component {
  background-color: #0c2947;
  color: #ffffff;
  padding: 50px 0;
  margin: 0;
}

.multi-table-component .multi-table-component-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

.multi-table-component .multi-table-component-inner h3 {
  margin-bottom: 10px;
  color: #ffffff;
}

.multi-table-component .multi-table-component-inner .table {
  border-top: 1px solid #0c2947;
  border-left: 1px solid #0c2947;
}

.multi-table-component .multi-table-component-inner .table .row {
  display: flex;
  justify-content: space-between;
}

.multi-table-component .multi-table-component-inner .table .row div {
  text-align: center;
  width: 50%;
  background-color: #cfd7dc;
  color: #0c2947;
  border-bottom: 1px solid #0c2947;
  border-right: 1px solid #0c2947;
  padding: 6px 8px;
}

.multi-table-component .multi-table-component-inner .table .row div:first-child {
  text-align: left;
  background-color: #ffffff;
}

.multi-table-component .multi-table-component-inner .table .row:first-child div {
  background-color: #95a3ab;
  color: #ffffff;
}

@media (max-width: 921px) {
  .multi-table-component {
    padding: 30px 0;
  }
  .multi-table-component .multi-table-component-inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .multi-table-component .multi-table-component-inner .column:first-child .table .col1 {
    width: 45%;
  }
  .multi-table-component .multi-table-component-inner .column:first-child .table .col2 {
    width: 35%;
  }
  .multi-table-component .multi-table-component-inner .column:first-child .table .col3 {
    width: 20%;
  }
}

.intro-content-component .intro-content-component-inner {
  text-align: center;
}

.intro-content-component .intro-content-component-inner .line1 {
  font-weight: 600;
  font-size: 3.8rem;
  color: #c7c8ca;
}

@media (max-width: 921px) {
  .intro-content-component .intro-content-component-inner .line1 {
    font-size: 2.8rem;
  }
}

@media (max-width: 640px) {
  .intro-content-component .intro-content-component-inner .line1 {
    font-size: 2.1rem;
  }
}

.intro-content-component .intro-content-component-inner .line2 {
  font-weight: 600;
  font-size: 3.2rem;
  color: #0c2947;
}

@media (max-width: 921px) {
  .intro-content-component .intro-content-component-inner .line2 {
    font-size: 2.2rem;
  }
}

@media (max-width: 640px) {
  .intro-content-component .intro-content-component-inner .line2 {
    font-size: 1.6rem;
  }
}

.intro-content-component .intro-content-component-inner .line3 {
  font-weight: 400;
  font-size: 2.6rem;
  color: #0c2947;
}

@media (max-width: 921px) {
  .intro-content-component .intro-content-component-inner .line3 {
    font-size: 2rem;
  }
}

@media (max-width: 640px) {
  .intro-content-component .intro-content-component-inner .line3 {
    font-size: 1.6rem;
  }
}

.intro-content-component .intro-content-component-inner .line4 {
  font-weight: 400;
  font-size: 1.8rem;
  color: #0c2947;
}

.full-width-image-component {
  margin: 0;
  line-height: 0;
  overflow: hidden;
}

.full-width-image-component img {
  width: 100%;
}

.logos-strip-component .logos-strip-component-inner {
  text-align: center;
}

.logos-strip-component .logos-strip-component-inner .logos-strip {
  display: flex;
  overflow-x: hidden;
  position: relative;
}

.logos-strip-component .logos-strip-component-inner .logos-strip img {
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 60px;
}

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  align-items: center;
}

.scroller[data-animated="true"] {
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 30s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

.downloads-component {
  background-color: #0c2947;
  background: linear-gradient(90deg, #9a9dae, #51525d);
  color: #ffffff;
  margin: 0;
  padding: 50px 0;
}

.downloads-component .downloads-component-inner .downloads-wrap {
  margin: auto;
  text-align: center;
}

.downloads-component .downloads-component-inner .downloads-wrap .download-element .icon {
  max-width: 400px;
  margin: auto;
}

.downloads-component .downloads-component-inner .downloads-wrap .download-element .icon img {
  transition: 0.3s ease transform;
}

.downloads-component .downloads-component-inner .downloads-wrap .download-element .title {
  margin-top: 20px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
}

.downloads-component .downloads-component-inner .downloads-wrap .download-element:hover .icon img {
  transform: scale(1.05);
}

.downloads-strip-component {
  background-color: #0c2947;
  color: #ffffff;
  margin: 0;
  padding: 50px 0;
  overflow: hidden;
}

.downloads-strip-component .downloads-strip-component-inner {
  overflow: hidden;
  text-align: left;
}

.downloads-strip-component .downloads-strip-component-inner .downloads {
  position: relative;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 921px) {
  .downloads-strip-component .downloads-strip-component-inner .downloads {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.downloads-strip-component .downloads-strip-component-inner .downloads .download-element {
  display: inline-block;
}

.downloads-strip-component .downloads-strip-component-inner .downloads .download-element .title {
  margin-top: 20px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin: auto;
  border-radius: 10px;
}

.downloads-strip-component .downloads-strip-component-inner .downloads .download-element .icon {
  line-height: 0;
  width: 40px;
  margin-right: 15px;
}

.downloads-strip-component .downloads-strip-component-inner .downloads .slick-slide {
  display: inline-block;
  margin-right: 20px;
}

.downloads-strip-component .downloads-strip-component-inner .downloads .slick-list {
  margin-right: -20px;
}

.downloads-strip-component .downloads-strip-component-inner .downloads .slick-arrow {
  position: absolute;
  bottom: 0;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  color: transparent;
  background: none;
  width: 30px;
  height: 33px;
  background-image: url(images/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.downloads-strip-component .downloads-strip-component-inner .downloads .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg);
}

.downloads-strip-component .downloads-strip-component-inner .downloads .slick-arrow.slick-next {
  right: 0;
}

.downloads-strip-component .downloads-strip-component-inner .downloads .slick-arrow.slick-disabled {
  opacity: 0.3;
}

.downloads-strip-component .downloads-strip-component-inner .downloads.no-padding {
  padding: 0;
}

@media (max-width: 1180px) {
  .downloads-strip-component .downloads-strip-component-inner .downloads.no-padding {
    padding-bottom: 60px;
  }
}

.page-id-124 .downloads-strip-component .downloads-strip-component-inner .downloads .download-element .title {
  background-color: #EA5045;
}

.image-carousel-component {
  overflow: hidden;
}

.image-carousel-component .image-carousel-component-inner .gallery-slider {
  position: relative;
  padding-bottom: 40px;
}

.image-carousel-component .image-carousel-component-inner .gallery-slider .image {
  aspect-ratio: 16/9;
  display: inline-block;
  background-size: cover;
  background-position: center;
}

.image-carousel-component .image-carousel-component-inner .gallery-slider .slick-slide {
  display: inline-block;
  margin-right: 20px;
}

.image-carousel-component .image-carousel-component-inner .gallery-slider .slick-list {
  margin-right: -20px;
}

.image-carousel-component .image-carousel-component-inner .gallery-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  color: transparent;
  background: none;
  width: 30px;
  height: 33px;
  background-image: url(images/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.image-carousel-component .image-carousel-component-inner .gallery-slider .slick-arrow.slick-prev {
  left: 50px;
  transform: rotate(180deg);
}

.image-carousel-component .image-carousel-component-inner .gallery-slider .slick-arrow.slick-next {
  right: 50px;
}

.image-carousel-component .image-carousel-component-inner .gallery-slider .slick-arrow.slick-disabled {
  opacity: 0.3;
}

.multi-image-component {
  margin-bottom: 60px;
  overflow: hidden;
}

.multi-image-component .multi-image-component-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  align-items: center;
  line-height: 0;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .multi-image-component .multi-image-component-inner {
    grid-template-columns: 1fr;
  }
}

.featured-content-image {
  background-color: #edeff0;
  padding: 60px 0 0;
}

.featured-content-image .featured-content-image-inner .content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  font-size: 1.8rem;
  line-height: 1.35;
  margin-bottom: 50px;
  padding: 0 50px;
}

.featured-content-image .featured-content-image-inner .image {
  border-radius: 0 60px 0 0;
  overflow: hidden;
  line-height: 0;
}

@media (max-width: 1024px) {
  .featured-content-image {
    padding: 30px 0 0;
  }
  .featured-content-image .featured-content-image-inner .content-wrap {
    grid-template-columns: 1fr;
    padding: 0;
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

.two-col-north-south-content .two-col-north-south-content-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  border-bottom: 1px solid #c7c8ca;
  padding: 0 50px 50px;
}

.two-col-north-south-content .two-col-north-south-content-inner .title {
  font-size: 2.8rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.5px;
}

.two-col-north-south-content .two-col-north-south-content-inner .phase {
  font-size: 2.8rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.two-col-north-south-content .two-col-north-south-content-inner .content {
  font-size: 1.6rem;
}

.two-col-north-south-content .two-col-north-south-content-inner .column:first-child .title, .two-col-north-south-content .two-col-north-south-content-inner .column:first-child .phase {
  color: #3EA3DC;
}

.two-col-north-south-content .two-col-north-south-content-inner .column:last-child .title, .two-col-north-south-content .two-col-north-south-content-inner .column:last-child .phase {
  color: #EA5045;
}

@media (max-width: 1024px) {
  .two-col-north-south-content .two-col-north-south-content-inner {
    padding: 0 0 50px;
  }
}

@media (max-width: 921px) {
  .two-col-north-south-content .two-col-north-south-content-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .two-col-north-south-content .two-col-north-south-content-inner .title {
    font-size: 2.4rem;
  }
  .two-col-north-south-content .two-col-north-south-content-inner .phase {
    font-size: 2.4rem;
  }
  .two-col-north-south-content .two-col-north-south-content-inner .content {
    font-size: 1.4rem;
  }
}

.form-component h1, .form-component p, .form-component .form-wrap {
  opacity: 0;
}

.form-component.active h1:nth-child(1), .form-component.active p:nth-child(1), .form-component.active .form-wrap:nth-child(1) {
  animation: slideUp 1s 0.1s forwards;
}

.form-component.active h1:nth-child(2), .form-component.active p:nth-child(2), .form-component.active .form-wrap:nth-child(2) {
  animation: slideUp 1s 0.2s forwards;
}

.form-component.active h1:nth-child(3), .form-component.active p:nth-child(3), .form-component.active .form-wrap:nth-child(3) {
  animation: slideUp 1s 0.3s forwards;
}

.form-component.active h1:nth-child(4), .form-component.active p:nth-child(4), .form-component.active .form-wrap:nth-child(4) {
  animation: slideUp 1s 0.4s forwards;
}

.interactive-siteplan svg {
  opacity: 0;
}

.interactive-siteplan.active svg {
  animation: fadeIn 1s forwards;
}

.site-details-component .logo, .site-details-component h2, .site-details-component .site {
  opacity: 0;
}

.site-details-component.active .logo:nth-child(1), .site-details-component.active h2:nth-child(1), .site-details-component.active .site:nth-child(1) {
  animation: slideUp 1s 0.1s forwards;
}

.site-details-component.active .logo:nth-child(2), .site-details-component.active h2:nth-child(2), .site-details-component.active .site:nth-child(2) {
  animation: slideUp 1s 0.2s forwards;
}

.site-details-component.active .logo:nth-child(3), .site-details-component.active h2:nth-child(3), .site-details-component.active .site:nth-child(3) {
  animation: slideUp 1s 0.3s forwards;
}

.site-details-component.active .logo:nth-child(4), .site-details-component.active h2:nth-child(4), .site-details-component.active .site:nth-child(4) {
  animation: slideUp 1s 0.4s forwards;
}

.site-details-component.active .logo:nth-child(5), .site-details-component.active h2:nth-child(5), .site-details-component.active .site:nth-child(5) {
  animation: slideUp 1s 0.5s forwards;
}

.site-details-component.active .logo:nth-child(6), .site-details-component.active h2:nth-child(6), .site-details-component.active .site:nth-child(6) {
  animation: slideUp 1s 0.6s forwards;
}

.site-details-component.active .logo:nth-child(7), .site-details-component.active h2:nth-child(7), .site-details-component.active .site:nth-child(7) {
  animation: slideUp 1s 0.7s forwards;
}

.site-details-component.active .logo:nth-child(8), .site-details-component.active h2:nth-child(8), .site-details-component.active .site:nth-child(8) {
  animation: slideUp 1s 0.8s forwards;
}

.site-details-component.active .logo:nth-child(9), .site-details-component.active h2:nth-child(9), .site-details-component.active .site:nth-child(9) {
  animation: slideUp 1s 0.9s forwards;
}

.site-details-component.active .logo:nth-child(10), .site-details-component.active h2:nth-child(10), .site-details-component.active .site:nth-child(10) {
  animation: slideUp 1s 1s forwards;
}

.site-details-component.active .logo:nth-child(11), .site-details-component.active h2:nth-child(11), .site-details-component.active .site:nth-child(11) {
  animation: slideUp 1s 1.1s forwards;
}

.site-details-component.active .logo:nth-child(12), .site-details-component.active h2:nth-child(12), .site-details-component.active .site:nth-child(12) {
  animation: slideUp 1s 1.2s forwards;
}

.site-details-component.active .logo:nth-child(13), .site-details-component.active h2:nth-child(13), .site-details-component.active .site:nth-child(13) {
  animation: slideUp 1s 1.3s forwards;
}

.site-details-component.active .logo:nth-child(14), .site-details-component.active h2:nth-child(14), .site-details-component.active .site:nth-child(14) {
  animation: slideUp 1s 1.4s forwards;
}

.site-details-component.active .logo:nth-child(15), .site-details-component.active h2:nth-child(15), .site-details-component.active .site:nth-child(15) {
  animation: slideUp 1s 1.5s forwards;
}

.site-details-component.active .logo:nth-child(16), .site-details-component.active h2:nth-child(16), .site-details-component.active .site:nth-child(16) {
  animation: slideUp 1s 1.6s forwards;
}

.site-details-component.active .logo:nth-child(17), .site-details-component.active h2:nth-child(17), .site-details-component.active .site:nth-child(17) {
  animation: slideUp 1s 1.7s forwards;
}

.site-details-component.active .logo:nth-child(18), .site-details-component.active h2:nth-child(18), .site-details-component.active .site:nth-child(18) {
  animation: slideUp 1s 1.8s forwards;
}

.further-info p, .further-info .logo, .further-info .contact {
  opacity: 0;
}

.further-info.active p:nth-child(1), .further-info.active .logo:nth-child(1), .further-info.active .contact:nth-child(1) {
  animation: slideUp 1s 0.1s forwards;
}

.further-info.active p:nth-child(2), .further-info.active .logo:nth-child(2), .further-info.active .contact:nth-child(2) {
  animation: slideUp 1s 0.2s forwards;
}

.further-info.active p:nth-child(3), .further-info.active .logo:nth-child(3), .further-info.active .contact:nth-child(3) {
  animation: slideUp 1s 0.3s forwards;
}

.content-drivetimes-component h1, .content-drivetimes-component p, .content-drivetimes-component h3, .content-drivetimes-component .row {
  opacity: 0;
}

.content-drivetimes-component.active h1:nth-child(1), .content-drivetimes-component.active p:nth-child(1), .content-drivetimes-component.active h3:nth-child(1), .content-drivetimes-component.active .row:nth-child(1) {
  animation: slideUp 1s 0.1s forwards;
}

.content-drivetimes-component.active h1:nth-child(2), .content-drivetimes-component.active p:nth-child(2), .content-drivetimes-component.active h3:nth-child(2), .content-drivetimes-component.active .row:nth-child(2) {
  animation: slideUp 1s 0.2s forwards;
}

.content-drivetimes-component.active h1:nth-child(3), .content-drivetimes-component.active p:nth-child(3), .content-drivetimes-component.active h3:nth-child(3), .content-drivetimes-component.active .row:nth-child(3) {
  animation: slideUp 1s 0.3s forwards;
}

.content-drivetimes-component.active h1:nth-child(4), .content-drivetimes-component.active p:nth-child(4), .content-drivetimes-component.active h3:nth-child(4), .content-drivetimes-component.active .row:nth-child(4) {
  animation: slideUp 1s 0.4s forwards;
}

.content-drivetimes-component.active h1:nth-child(5), .content-drivetimes-component.active p:nth-child(5), .content-drivetimes-component.active h3:nth-child(5), .content-drivetimes-component.active .row:nth-child(5) {
  animation: slideUp 1s 0.5s forwards;
}

.content-drivetimes-component.active h1:nth-child(6), .content-drivetimes-component.active p:nth-child(6), .content-drivetimes-component.active h3:nth-child(6), .content-drivetimes-component.active .row:nth-child(6) {
  animation: slideUp 1s 0.6s forwards;
}

.content-drivetimes-component.active h1:nth-child(7), .content-drivetimes-component.active p:nth-child(7), .content-drivetimes-component.active h3:nth-child(7), .content-drivetimes-component.active .row:nth-child(7) {
  animation: slideUp 1s 0.7s forwards;
}

.content-drivetimes-component.active h1:nth-child(8), .content-drivetimes-component.active p:nth-child(8), .content-drivetimes-component.active h3:nth-child(8), .content-drivetimes-component.active .row:nth-child(8) {
  animation: slideUp 1s 0.8s forwards;
}

.content-drivetimes-component.active h1:nth-child(9), .content-drivetimes-component.active p:nth-child(9), .content-drivetimes-component.active h3:nth-child(9), .content-drivetimes-component.active .row:nth-child(9) {
  animation: slideUp 1s 0.9s forwards;
}

.content-drivetimes-component.active h1:nth-child(10), .content-drivetimes-component.active p:nth-child(10), .content-drivetimes-component.active h3:nth-child(10), .content-drivetimes-component.active .row:nth-child(10) {
  animation: slideUp 1s 1s forwards;
}

.google-map-component {
  opacity: 0;
}

.google-map-component.active {
  animation: slideUp 1s forwards;
}

.content-image-component .image, .content-image-component .content {
  opacity: 0;
}

.content-image-component.active .image:nth-child(1), .content-image-component.active .content:nth-child(1) {
  animation: slideUp 1s 0.1s forwards;
}

.content-image-component.active .image:nth-child(2), .content-image-component.active .content:nth-child(2) {
  animation: slideUp 1s 0.2s forwards;
}

.title-content-component .content-column {
  opacity: 0;
}

.title-content-component.active .content-column:nth-child(1) {
  animation: slideUp 1s 0.1s forwards;
}

.title-content-component.active .content-column:nth-child(2) {
  animation: slideUp 1s 0.2s forwards;
}

.title-content-component.active .content-column:nth-child(3) {
  animation: slideUp 1s 0.3s forwards;
}

.title-content-component.active .content-column:nth-child(4) {
  animation: slideUp 1s 0.4s forwards;
}

.gallery-component .image {
  opacity: 0;
}

.gallery-component.active .image:nth-child(1) {
  animation: slideUp 1s 0.1s forwards;
}

.gallery-component.active .image:nth-child(2) {
  animation: slideUp 1s 0.2s forwards;
}

.gallery-component.active .image:nth-child(3) {
  animation: slideUp 1s 0.3s forwards;
}

.gallery-component.active .image:nth-child(4) {
  animation: slideUp 1s 0.4s forwards;
}

.gallery-component.active .image:nth-child(5) {
  animation: slideUp 1s 0.5s forwards;
}

.gallery-component.active .image:nth-child(6) {
  animation: slideUp 1s 0.6s forwards;
}

.gallery-component.active .image:nth-child(7) {
  animation: slideUp 1s 0.7s forwards;
}

.gallery-component.active .image:nth-child(8) {
  animation: slideUp 1s 0.8s forwards;
}

.gallery-component.active .image:nth-child(9) {
  animation: slideUp 1s 0.9s forwards;
}

.gallery-component.active .image:nth-child(10) {
  animation: slideUp 1s 1s forwards;
}

.gallery-component.active .image:nth-child(11) {
  animation: slideUp 1s 1.1s forwards;
}

.gallery-component.active .image:nth-child(12) {
  animation: slideUp 1s 1.2s forwards;
}

.gallery-component.active .image:nth-child(13) {
  animation: slideUp 1s 1.3s forwards;
}

.gallery-component.active .image:nth-child(14) {
  animation: slideUp 1s 1.4s forwards;
}

.gallery-component.active .image:nth-child(15) {
  animation: slideUp 1s 1.5s forwards;
}

.gallery-component.active .image:nth-child(16) {
  animation: slideUp 1s 1.6s forwards;
}

.gallery-component.active .image:nth-child(17) {
  animation: slideUp 1s 1.7s forwards;
}

.gallery-component.active .image:nth-child(18) {
  animation: slideUp 1s 1.8s forwards;
}

.gallery-component.active .image:nth-child(19) {
  animation: slideUp 1s 1.9s forwards;
}

.gallery-component.active .image:nth-child(20) {
  animation: slideUp 1s 2s forwards;
}

.location-component .content-column, .location-component .transport {
  opacity: 0;
}

.location-component.active .content-column:nth-child(1), .location-component.active .transport:nth-child(1) {
  animation: slideUp 1s 0.1s forwards;
}

.location-component.active .content-column:nth-child(2), .location-component.active .transport:nth-child(2) {
  animation: slideUp 1s 0.2s forwards;
}

.location-component.active .content-column:nth-child(3), .location-component.active .transport:nth-child(3) {
  animation: slideUp 1s 0.3s forwards;
}

.location-component.active .content-column:nth-child(4), .location-component.active .transport:nth-child(4) {
  animation: slideUp 1s 0.4s forwards;
}

.location-component.active .content-column:nth-child(5), .location-component.active .transport:nth-child(5) {
  animation: slideUp 1s 0.5s forwards;
}

.multi-table-component .column {
  opacity: 0;
}

.multi-table-component.active .column:nth-child(1) {
  animation: slideUp 1s 0.1s forwards;
}

.multi-table-component.active .column:nth-child(2) {
  animation: slideUp 1s 0.2s forwards;
}

.multi-image-component .image {
  opacity: 0;
}

.multi-image-component.active .image:nth-child(1) {
  animation: slideUp 1s 0.1s forwards;
}

.multi-image-component.active .image:nth-child(2) {
  animation: slideUp 1s 0.2s forwards;
}

.specs-strip-component h1, .specs-strip-component .spec {
  opacity: 0;
}

.specs-strip-component.active h1:nth-child(1), .specs-strip-component.active .spec:nth-child(1) {
  animation: slideUp 1s 0.1s forwards;
}

.specs-strip-component.active h1:nth-child(2), .specs-strip-component.active .spec:nth-child(2) {
  animation: slideUp 1s 0.2s forwards;
}

.specs-strip-component.active h1:nth-child(3), .specs-strip-component.active .spec:nth-child(3) {
  animation: slideUp 1s 0.3s forwards;
}

.specs-strip-component.active h1:nth-child(4), .specs-strip-component.active .spec:nth-child(4) {
  animation: slideUp 1s 0.4s forwards;
}

.specs-strip-component.active h1:nth-child(5), .specs-strip-component.active .spec:nth-child(5) {
  animation: slideUp 1s 0.5s forwards;
}

.specs-strip-component.active h1:nth-child(6), .specs-strip-component.active .spec:nth-child(6) {
  animation: slideUp 1s 0.6s forwards;
}

.specs-strip-component.active h1:nth-child(7), .specs-strip-component.active .spec:nth-child(7) {
  animation: slideUp 1s 0.7s forwards;
}

.specs-strip-component.active h1:nth-child(8), .specs-strip-component.active .spec:nth-child(8) {
  animation: slideUp 1s 0.8s forwards;
}

.image-table-component .image, .image-table-component .table, .image-table-component h2 {
  opacity: 0;
}

.image-table-component.active .image:nth-child(1), .image-table-component.active .table:nth-child(1), .image-table-component.active h2:nth-child(1) {
  animation: slideUp 1s 0.1s forwards;
}

.image-table-component.active .image:nth-child(2), .image-table-component.active .table:nth-child(2), .image-table-component.active h2:nth-child(2) {
  animation: slideUp 1s 0.2s forwards;
}

.image-table-component.active .image:nth-child(3), .image-table-component.active .table:nth-child(3), .image-table-component.active h2:nth-child(3) {
  animation: slideUp 1s 0.3s forwards;
}

.intro-content-component div {
  opacity: 0;
}

.intro-content-component.active div:nth-child(1) {
  animation: slideUp 1s 0.1s forwards;
}

.intro-content-component.active div:nth-child(2) {
  animation: slideUp 1s 0.2s forwards;
}

.intro-content-component.active div:nth-child(3) {
  animation: slideUp 1s 0.3s forwards;
}

.intro-content-component.active div:nth-child(4) {
  animation: slideUp 1s 0.4s forwards;
}

.logos-strip-component h2, .logos-strip-component .logos-strip {
  opacity: 0;
}

.logos-strip-component.active h2:nth-child(1), .logos-strip-component.active .logos-strip:nth-child(1) {
  animation: slideUp 1s 0.1s forwards;
}

.logos-strip-component.active h2:nth-child(2), .logos-strip-component.active .logos-strip:nth-child(2) {
  animation: slideUp 1s 0.2s forwards;
}

.downloads-component .icon, .downloads-component .title {
  opacity: 0;
}

.downloads-component.active .icon:nth-child(1), .downloads-component.active .title:nth-child(1) {
  animation: slideUp 1s 0.1s forwards;
}

.downloads-component.active .icon:nth-child(2), .downloads-component.active .title:nth-child(2) {
  animation: slideUp 1s 0.2s forwards;
}

.image-carousel-component .image {
  opacity: 0;
}

.image-carousel-component.active .image:nth-child(1) {
  animation: slideUp 1s 0.1s forwards;
}

.image-carousel-component.active .image:nth-child(2) {
  animation: slideUp 1s 0.2s forwards;
}

.image-carousel-component.active .image:nth-child(3) {
  animation: slideUp 1s 0.3s forwards;
}

.image-carousel-component.active .image:nth-child(4) {
  animation: slideUp 1s 0.4s forwards;
}

.image-carousel-component.active .image:nth-child(5) {
  animation: slideUp 1s 0.5s forwards;
}

.image-carousel-component.active .image:nth-child(6) {
  animation: slideUp 1s 0.6s forwards;
}

.image-carousel-component.active .image:nth-child(7) {
  animation: slideUp 1s 0.7s forwards;
}

.image-carousel-component.active .image:nth-child(8) {
  animation: slideUp 1s 0.8s forwards;
}

.image-carousel-component.active .image:nth-child(9) {
  animation: slideUp 1s 0.9s forwards;
}

.image-carousel-component.active .image:nth-child(10) {
  animation: slideUp 1s 1s forwards;
}

.image-carousel-component.active .image:nth-child(11) {
  animation: slideUp 1s 1.1s forwards;
}

.image-carousel-component.active .image:nth-child(12) {
  animation: slideUp 1s 1.2s forwards;
}

.image-carousel-component.active .image:nth-child(13) {
  animation: slideUp 1s 1.3s forwards;
}

.image-carousel-component.active .image:nth-child(14) {
  animation: slideUp 1s 1.4s forwards;
}

.image-carousel-component.active .image:nth-child(15) {
  animation: slideUp 1s 1.5s forwards;
}

.image-carousel-component.active .image:nth-child(16) {
  animation: slideUp 1s 1.6s forwards;
}

.image-carousel-component.active .image:nth-child(17) {
  animation: slideUp 1s 1.7s forwards;
}

.image-carousel-component.active .image:nth-child(18) {
  animation: slideUp 1s 1.8s forwards;
}

.image-carousel-component.active .image:nth-child(19) {
  animation: slideUp 1s 1.9s forwards;
}

.image-carousel-component.active .image:nth-child(20) {
  animation: slideUp 1s 2s forwards;
}

.featured-content-image .content-wrap, .featured-content-image .image {
  opacity: 0;
}

.featured-content-image.active .content-wrap, .featured-content-image.active .image {
  animation: slideUp 1s 0.1s forwards;
  animation: slideUp 1s 0.2s forwards;
}

.two-col-north-south-content .column {
  opacity: 0;
}

.two-col-north-south-content.active .column:nth-child(1) {
  animation: slideUp 1s 0.1s forwards;
}

.two-col-north-south-content.active .column:nth-child(2) {
  animation: slideUp 1s 0.2s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
