@charset "UTF-8";
* {
  font-family: "PlutoSansLight";
}

body.embed {
  background: transparent;
}

.embed-wrapper {
  padding: 5px 2px;
}
.embed-wrapper .embed-title {
  font-size: 28px;
  margin-bottom: 10px;
}
.embed-wrapper .embed-intro {
  margin-bottom: 20px;
}

body {
  font-size: clamp(0.94rem, 0.89rem + 0.19vw, 1.06rem);
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

h1 {
  font-family: "PlutoSansMedium";
  font-size: clamp(1.94rem, 1.71rem + 0.98vw, 2.59rem);
  line-height: 1.2;
  letter-spacing: -1px;
  color: #0d1f4f;
  font-weight: normal;
}
@media (min-width: 768px) {
  h1 {
    letter-spacing: 0;
  }
}

h2 {
  font-family: "PlutoSansMedium";
  font-size: clamp(1.62rem, 1.46rem + 0.68vw, 2.08rem);
  line-height: 1.2;
  color: #0d1f4f;
  letter-spacing: -1px;
  font-weight: normal;
}
h2 a {
  font-family: "PlutoSansMedium";
  font-size: clamp(1.62rem, 1.46rem + 0.68vw, 2.08rem);
  line-height: 1.2;
  color: #0d1f4f;
  letter-spacing: -1px;
  text-decoration: none;
}
@media (min-width: 768px) {
  h2 {
    letter-spacing: 0;
  }
}
h2.park-list-title {
  padding-top: clamp(3rem, 1.93rem + 5.37vw, 5.75rem);
}

h3 {
  font-family: "PlutoSansMedium";
  font-size: clamp(1.35rem, 1.24rem + 0.47vw, 1.66rem);
  line-height: 1.2;
  letter-spacing: -1px;
  color: #0d1f4f;
  font-weight: normal;
}
@media (min-width: 768px) {
  h3 {
    letter-spacing: 0;
  }
}

h4 {
  font-family: "PlutoSansMedium";
  font-size: clamp(1.13rem, 1.05rem + 0.31vw, 1.33rem);
  line-height: 1.2;
  letter-spacing: -1px;
  color: #0d1f4f;
  font-weight: normal;
}
@media (min-width: 768px) {
  h4 {
    letter-spacing: 0;
  }
}

p {
  line-height: 1.4;
  margin-top: clamp(0.56rem, 0.37rem + 0.98vw, 1.06rem);
  text-wrap: pretty;
}
p.bold {
  font-family: "PlutoSansMedium";
}
@media (min-width: 768px) {
  p {
    line-height: 1.6;
  }
}

.bold {
  font-family: "PlutoSansMedium";
}

a {
  color: #C59C2D;
}
a:hover {
  color: #0d1f4f;
}

.max-width {
  width: min(90%, 1440px);
  margin: 0 auto;
}

.error_page {
  padding: 300px 0px 100px 0px;
  text-align: center;
}
.error_page h1 {
  font-size: clamp(2.33rem, 2.01rem + 1.37vw, 3.24rem);
}
.error_page .btn-wrap {
  display: grid;
  justify-items: center;
}
.error_page a {
  text-decoration: none;
}

.bullets {
  display: grid;
  gap: 0.6rem;
  margin-top: clamp(0.75rem, 0.48rem + 1.34vw, 1.44rem);
}
.bullets .bullet {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}
.bullets .bullet img {
  max-width: 1.5rem;
  margin: 0;
}
.bullets .bullet p {
  margin: 0;
}

@media (min-width: 768px) {
  .side-by-side.reverse .wrapper .text {
    order: -1;
  }
}
.side-by-side.blue {
  background: #0d1f4f;
  color: #fff;
}
.side-by-side.blue .wrapper .text h1 {
  color: #C59C2D;
}
.side-by-side.blue .wrapper .text h2 {
  color: #C59C2D;
}
.side-by-side.blue .wrapper .text a {
  color: #C59C2D;
}
.side-by-side.blue .wrapper .text a:hover {
  color: #fff;
}
.side-by-side.background .wrapper {
  padding: clamp(4.4rem, 2.89rem + 8.05vw, 8.73rem) 0 clamp(4.4rem, 2.89rem + 8.05vw, 8.73rem) 0;
  border: 0;
}
.side-by-side .wrapper {
  padding: clamp(3rem, 1.93rem + 5.37vw, 5.75rem) 0 clamp(3rem, 1.93rem + 5.37vw, 5.75rem) 0;
  border-bottom: 1px solid #D3D3D3;
  display: grid;
  gap: clamp(1.13rem, 0.71rem + 2.07vw, 2.19rem);
}
@media (min-width: 768px) {
  .side-by-side .wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(2.25rem, 1.45rem + 4.02vw, 4.31rem);
  }
}
.side-by-side .wrapper .text h1 {
  color: #0d1f4f;
}
.side-by-side .wrapper .text h2 {
  color: #0d1f4f;
}
.side-by-side .wrapper .image img {
  aspect-ratio: 1/0.625;
  object-fit: cover;
}
@media (min-width: 768px) {
  .side-by-side .wrapper .image img {
    aspect-ratio: 1/1;
  }
}
@media (min-width: 1280px) {
  .side-by-side .wrapper .image img {
    aspect-ratio: 1/0.625;
  }
}
.side-by-side .wrapper .image img.disable {
  aspect-ratio: auto;
}

.icons-and-text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2.25rem, 1.45rem + 4.02vw, 4.31rem);
}
@media (min-width: 768px) {
  .icons-and-text {
    grid-template-columns: repeat(4, 1fr);
  }
}
.icons-and-text .point img {
  padding-bottom: 1rem;
  max-width: 3.5rem;
}
@media (min-width: 768px) {
  .icons-and-text .point img {
    max-width: 4.5rem;
  }
}
.icons-and-text .point .text h3 {
  text-transform: uppercase;
  color: #0d1f4f;
  font-size: clamp(0.94rem, 0.89rem + 0.19vw, 1.06rem);
}
.icons-and-text .point .text p {
  margin-top: 0.2rem;
}

.page-park-listing-text {
  padding: clamp(3rem, 1.93rem + 5.37vw, 5.75rem) 0 clamp(0.75rem, 0.48rem + 1.34vw, 1.44rem) 0;
  text-align: center;
}
.page-park-listing-text img {
  margin: 0 auto;
  padding-bottom: 0.5rem;
}
.page-park-listing-text p {
  max-width: 850px;
  margin: 0 auto;
  margin-top: clamp(0.56rem, 0.37rem + 0.98vw, 1.06rem);
}
.page-park-listing-text h3 {
  margin-top: clamp(0.75rem, 0.48rem + 1.34vw, 1.44rem);
}

.takeover-flash {
  padding-top: clamp(1.13rem, 0.71rem + 2.07vw, 2.19rem);
}
.takeover-flash img {
  width: 100%;
}
.takeover-flash img.desktop {
  display: none;
}

@media (min-width: 768px) {
  .takeover-flash img.desktop {
    display: block;
  }
  .takeover-flash img.mobile {
    display: none;
  }
}
.text-uppercase {
  text-transform: uppercase;
}

.homepage-flash {
  padding-top: clamp(1.13rem, 0.71rem + 2.07vw, 2.19rem);
}
.homepage-flash img {
  width: 100%;
}
.homepage-flash img.desktop {
  display: none;
}

@media (min-width: 768px) {
  .homepage-flash img.desktop {
    display: block;
  }
  .homepage-flash img.mobile {
    display: none;
  }
}
.red-banner {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #E42A11;
  color: white;
  padding: 0.5em;
  text-transform: uppercase;
  font-family: "PlutoSansMedium";
}

a .btn {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin-top: clamp(1.13rem, 0.71rem + 2.07vw, 2.19rem);
}
a .btn.white::before, a .btn.white::after {
  background-color: #fff;
}
a .btn.white span {
  background: #fff;
  color: #000;
}
a .btn.white span::before, a .btn.white span::after {
  background-color: #fff;
}
a .btn.gold::before, a .btn.gold::after {
  background-color: #C59C2D;
}
a .btn.gold span {
  background: #C59C2D;
  color: #fff;
  border: 3px solid #fff;
}
a .btn.gold span::before, a .btn.gold span::after {
  background-color: #C59C2D;
}
a .btn.white-outline::before, a .btn.white-outline::after {
  background-color: #fff;
}
a .btn.white-outline span {
  background: transparent;
  color: #fff;
}
a .btn.white-outline span::before, a .btn.white-outline span::after {
  background-color: #fff;
}
a .btn.blue-outline::before, a .btn.blue-outline::after {
  background-color: #0d1f4f;
}
a .btn.blue-outline span {
  background: transparent;
  color: #0d1f4f;
}
a .btn.blue-outline span::before, a .btn.blue-outline span::after {
  background-color: #0d1f4f;
}
a .btn.gold-outline::before, a .btn.gold-outline::after {
  background-color: #C59C2D;
}
a .btn.gold-outline span {
  background: transparent;
  color: #fff;
  border: 3px solid #fff;
}
a .btn.gold-outline span::before, a .btn.gold-outline span::after {
  background-color: #C59C2D;
}
a .btn.red::before, a .btn.red::after {
  background-color: #E42A11;
}
a .btn.red span {
  background: #E42A11;
  color: #fff;
  border: 3px solid #0d1f4f;
}
a .btn.red span::before, a .btn.red span::after {
  background-color: #E42A11;
}
a .btn::before, a .btn::after {
  width: 100%;
  height: 3px;
  background-color: #0d1f4f;
  z-index: 2;
  transition: 0.35s;
  position: absolute;
  content: "";
}
a .btn::before {
  top: 0;
  right: 0;
}
a .btn::after {
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  a .btn:hover::before, a .btn:hover::after {
    width: 0%;
    transition: 0.2s 0.2s ease-out;
    position: absolute;
    content: "";
  }
}
a .btn span {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  padding: 1rem;
  transition: 0.3s;
  color: #fff;
  border: 3px solid #C59C2D;
  transition: 0.2s;
  background: #0d1f4f;
}
@media (min-width: 768px) {
  a .btn span {
    padding: 1.2rem;
  }
}
a .btn span::before, a .btn span::after {
  width: 3px;
  height: 100%;
  background-color: #0d1f4f;
  z-index: 2;
  transition: 0.25s;
  position: absolute;
  content: "";
}
a .btn span::before {
  bottom: 0;
  right: -3px;
}
a .btn span::after {
  top: 0;
  left: -3px;
}
@media (min-width: 768px) {
  a .btn span:hover::before, a .btn span:hover::after {
    height: 0%;
  }
}

#enquiry-content a {
  color: #0d1f4f;
}
#enquiry-content a:hover {
  color: #C59C2D;
}
#enquiry-content a.enquiry-reset {
  color: #fff;
}
#enquiry-content a.enquiry-reset:hover {
  color: #fff;
}
#enquiry-content a.enquiry-reset span.enquiry-reset-icon {
  font-size: 1.5em;
  padding-right: 0.15em;
}
#enquiry-content .btn {
  transition: none;
}
#enquiry-content .btn::before, #enquiry-content .btn::after {
  display: none;
}
#enquiry-content .btn span {
  border-color: #0d1f4f;
}
#enquiry-content .btn span::before, #enquiry-content .btn span::after {
  display: none;
}
#enquiry-content .btn:hover span {
  border-color: #C59C2D;
  background: #C59C2D;
}

.enquiry {
  padding: 30px 0 60px;
}
.enquiry h1 {
  font-size: 32px;
  margin-bottom: 25px;
}

.enquiry-decisions {
  margin-bottom: 25px;
  padding: 1.5em;
  background: #f5f5f5;
}
.enquiry-decisions .enquiry-reset {
  display: inline;
  font-size: 14px;
  text-decoration: none;
  padding: 0.7em 0.9em;
  background: #0d1f4f;
  color: #fff;
  transition: 0.1s;
}
.enquiry-decisions .enquiry-reset:hover {
  background: #C59C2D;
}
.enquiry-decisions .enquiry-back {
  display: inline-block;
  font-size: 14px;
  text-decoration: underline;
  margin-top: 10px;
}
.enquiry-decisions .enquiry-decisions-list {
  padding-left: 0;
  display: grid;
  gap: 0.2em;
  margin-bottom: 0;
}
.enquiry-decisions .enquiry-decisions-list li {
  font-size: clamp(0.78rem, 0.76rem + 0.1vw, 0.85rem);
  padding: 3px 0;
  list-style: none;
}
.enquiry-decisions .enquiry-decisions-list li .enquiry-decision-q {
  opacity: 0.6;
}
.enquiry-decisions .enquiry-decisions-list li .enquiry-decision-q:after {
  content: " —";
}
.enquiry-decisions .enquiry-decisions-list li .enquiry-decision-a {
  font-weight: bold;
}

.enquiry-prompt {
  font-size: 24px;
  margin-bottom: 20px;
}

.enquiry-options {
  padding-left: 0;
  list-style: none;
}
.enquiry-options li {
  margin-bottom: 10px;
}
.enquiry-options li a {
  text-decoration: none;
}
.enquiry-options .enquiry-option {
  display: block;
  padding: 1rem;
  border: 1px solid #d3d3d3;
  transition: border-color 0.2s, background 0.2s;
}
.enquiry-options .enquiry-option:hover {
  border-color: #C59C2D;
  background: #f5f7fb;
}

.enquiry-block {
  border: 0;
  padding: 0;
  margin: 0 0 30px;
}
.enquiry-block legend {
  padding-bottom: clamp(0.56rem, 0.37rem + 0.98vw, 1.06rem);
  color: #0d1f4f;
  font-size: clamp(1.35rem, 1.24rem + 0.47vw, 1.66rem);
  font-family: "PlutoSansMedium";
  line-height: 1.2;
  letter-spacing: -1px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .enquiry-block legend {
    letter-spacing: 0;
  }
}

.enquiry .input-wrapper,
.enquiry-block .input-wrapper {
  position: relative;
  margin-bottom: 15px;
}
.enquiry .input-wrapper:last-child,
.enquiry-block .input-wrapper:last-child {
  margin-bottom: 0;
}
.enquiry .input-wrapper .input,
.enquiry-block .input-wrapper .input {
  width: 100%;
  padding: 1rem;
  border: 1px solid #D3D3D3;
  background: #fff;
}
.enquiry .input-wrapper textarea.input,
.enquiry-block .input-wrapper textarea.input {
  resize: vertical;
}
.enquiry .input-wrapper .label,
.enquiry-block .input-wrapper .label {
  display: none;
}
.enquiry .input-wrapper.error .input,
.enquiry-block .input-wrapper.error .input {
  border-color: #E42A11;
}

.input-group {
  margin-bottom: 15px;
}
.input-group.enquiry-marketing {
  margin-bottom: 40px;
}
.input-group .input-group-label {
  display: block;
  margin-bottom: 10px;
}

.checkbox-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
}
.checkbox-options .checkbox-option {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

p.error-msg.enquiry-error {
  color: #E42A11;
  font-size: 14px;
  margin-top: 5px;
}

.enquiry-charcount {
  font-size: 12px;
  text-align: right;
  opacity: 0.6;
  margin-top: 5px;
}

.enquiry-recaptcha {
  margin-bottom: 20px;
}

.enquiry-deadend .enquiry-deadend-message {
  margin-bottom: 20px;
}
.enquiry-deadend .enquiry-deadend-phone {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
}

.enquiry-thankyou p {
  margin-bottom: 15px;
}
.enquiry-thankyou .enquiry-brochure-invite {
  margin: 25px 0;
}
.enquiry-thankyou .enquiry-thankyou-reset a {
  text-decoration: underline;
}

button.enquiry-submit {
  width: 100%;
  border: 0;
  background: #0d1f4f;
  color: #fff;
  padding: 1rem;
  cursor: pointer;
  transition: 0.1s;
}
button.enquiry-submit:hover {
  background: #C59C2D;
}

.field-pair {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.input-daterange {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 768px) {
  #enquiry-form.enquiry-form--two-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(2.25rem, 1.45rem + 4.02vw, 4.31rem);
    align-items: start;
  }
  #enquiry-form.enquiry-form--two-column .enquiry-block {
    grid-column: 2;
    margin-bottom: clamp(0.56rem, 0.37rem + 0.98vw, 1.06rem);
  }
  #enquiry-form.enquiry-form--two-column .enquiry-block--valuation {
    grid-column: 1;
    grid-row: 1/span 3;
  }
  #enquiry-form.enquiry-form--two-column .enquiry-recaptcha,
  #enquiry-form.enquiry-form--two-column button.enquiry-submit {
    grid-column: 1/-1;
  }
  #enquiry-form.enquiry-form--two-column button.enquiry-submit {
    width: 50%;
  }
}

/*# sourceMappingURL=embed.css.map */
