:root {
  --catlebrook-gold: #ba9765;
  --castlebrook-green: #2b6e40;
  --glenbrook-green: #30b25e;
  --glenbrook-navy: #000032;
  --white: #fff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  margin-top: 0;
  font-family: Silka;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 29px;
  list-style-type: square;
}

li {
  margin-bottom: 3px;
}

strong {
  font-weight: bold;
}

.footer {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.checkfield {
  text-transform: none;
  margin-top: 20px;
  padding-left: 25px;
}

.h3 {
  color: #30b25e;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  align-self: center;
  max-width: 64ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Silka;
  font-weight: 200;
}

.h3.white {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.1;
}

.footer-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding: 2rem 12rem;
  display: grid;
}

.sf-logo {
  align-self: center;
  width: 120px;
}

.paragraph {
  color: #fff;
  text-align: left;
  font-weight: 400;
}

.footer-section {
  border-top: 5px solid var(--catlebrook-gold);
  background-color: var(--castlebrook-green);
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  flex: 0 auto;
  align-self: stretch;
  padding-top: 43px;
  padding-bottom: 43px;
}

.check-copy {
  border: 2px solid #fff;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-left: 0;
}

.check-copy.w--redirected-checked {
  background-color: #000;
  border-width: 2px;
  border-color: #000;
}

.allcaps {
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Silka;
  font-weight: 500;
}

.ex-copy {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
}

.ex-copy:hover {
  background-color: #b99764;
}

.button-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #b99765;
  border: 2px solid #b99765;
  border-radius: 4px;
  margin-top: 51px;
  margin-bottom: 20px;
  padding: 15px 25px;
  font-size: 24px;
  font-weight: 400;
  transition: all .2s;
  position: relative;
}

.button-2:hover {
  background-color: #b9976500;
}

.button-2.fw {
  color: #fff;
  background-color: #020232;
  border-width: 0;
  border-radius: 0;
  width: 100%;
  margin-top: 25px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Silka;
  font-weight: 500;
}

.button-2.fw {
  background-color: var(--glenbrook-green);
  border-style: none;
  width: 100%;
  margin-top: 18px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.button-2.fw:hover {
  color: var(--glenbrook-navy);
  background-color: #fff;
  border-style: solid;
  border-color: #00212d;
}

.ber {
  width: 8.5em;
}

.spacer-med {
  align-self: center;
  width: 1px;
  height: 4rem;
}

.hero-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #ba9765;
  text-align: center;
  background-image: url('../images/bottom-right.svg'), url('../images/top-right.svg'), url('../images/top-left.svg'), url('../images/bottom-left.svg');
  background-position: 100% 100%, 100% 0, 0 -10px, -5px 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 150px, 150px, 200px, 200px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding: 2rem;
  display: flex;
  position: relative;
}

.checkbox-label {
  color: #fff;
  text-align: left;
  font-weight: 200;
}

.reg-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #3898ec00;
  background-image: url('../images/button-bg.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 0;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 200px;
  height: 200px;
  padding-top: 17px;
  padding-bottom: 14px;
  font-family: Silka;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: inline-flex;
  position: absolute;
  top: 40px;
  right: 40px;
  transform: rotate(7deg);
}

.reg-button:hover {
  color: #020232;
}

.reg-button-wrapper {
  flex-flow: column;
  align-self: center;
  display: block;
}

.field {
  color: #000;
  letter-spacing: 1px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 10px;
  font-family: Silka;
  font-weight: 500;
}

.field.gold-shade {
  background-color: #fff;
  border-style: none;
  border-bottom-width: 0;
}

.checkbox-label-2 {
  color: #fff;
  text-align: left;
  margin-left: -19px;
  padding-left: 0;
  font-weight: 200;
}

.reg-panel {
  z-index: 9999;
  float: right;
  color: #3b3b3b;
  text-align: center;
  object-fit: contain;
  background-color: #30b25ede;
  flex-direction: column;
  justify-content: flex-start;
  width: 500px;
  height: 100%;
  padding: 25px 50px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}

.close {
  color: #fff;
  text-align: center;
  background-color: #000;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  text-decoration: none;
  transition: background-color .2s;
  position: absolute;
  top: 5px;
  right: 5px;
}

.close:hover {
  background-color: #d42222;
}

.sorohan-logo {
  width: 220px;
}

.logo-img {
  align-self: center;
  width: 100%;
  max-width: 940px;
}

.field-label {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
}

.bold-text-2 {
  font-weight: 500;
}

.check {
  border: 2px solid #fff;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-left: -25px;
}

.check.w--redirected-checked {
  background-color: #000;
  border-width: 2px;
  border-color: #000;
}

.check-wrapper {
  color: #fff;
  text-transform: none;
  margin-bottom: 15px;
  padding-left: 30px;
}

.hero-section {
  flex-flow: column;
  flex: 1;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero-section.thanks {
  background-color: var(--glenbrook-navy);
}

.number-ber-wrapper {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.logo-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  padding: 93px 20px;
  display: flex;
}

.h4 {
  color: #b99764;
  text-align: center;
  letter-spacing: 4px;
  align-self: center;
  font-weight: 200;
}

.h4.white {
  color: #fff;
  text-align: left;
  white-space: nowrap;
}

.page-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  font-family: sweet-sans-pro, sans-serif;
  display: flex;
}

.div-block-11 {
  position: relative;
}

.h1 {
  color: #fff;
  text-align: center;
  letter-spacing: 13px;
  align-self: center;
  font-weight: 200;
  line-height: 1.1;
}

.sf-logo-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  display: flex;
}

.form {
  flex-flow: column;
  display: flex;
}

.round-button {
  background-image: url('../images/button-bg.svg');
  background-position: 0 0;
  background-size: auto;
  align-self: center;
  width: 200px;
  height: 200px;
}

.text-span {
  color: #fff;
}

.castlethorn-logo {
  width: 350px;
}

.image {
  width: 120px;
}

.ber-logo {
  width: 5em;
}

.paragraph-2 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-weight: 400;
}

.spacer {
  height: 4rem;
}

.div-block-14 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-3 {
  text-transform: uppercase;
  background-color: #30b25e;
  font-size: 24px;
  line-height: 1.2;
}

.reg-button-wrapper-copy {
  flex-flow: column;
  align-self: center;
  display: none;
}

.text-span-2 {
  color: #fff;
}

.allcaps-2 {
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-top: 1px #103a5d;
  border-bottom: 1px #103a5d;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 600;
}

.recap {
  margin-top: 10px;
}

.field-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 10px;
}

.check-copy-2 {
  border: 2px solid #fff;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: -30px;
}

.check-copy-2:hover {
  border-style: solid;
  border-color: #000;
}

.check-copy-2.w--redirected-checked {
  background-color: #bd9855;
  border-width: 2px;
  border-color: #000;
}

.ex-copy-2 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
}

.ex-copy-2:hover {
  background-color: #00446a;
}

.checkbox-label-3 {
  color: #000;
  text-align: left;
  margin-left: 0;
  padding-left: 0;
}

.div-block-16 {
  position: relative;
}

.field-label-2 {
  color: #fff;
  text-align: left;
}

.paragraph-3 {
  text-align: left;
}

.form-2 {
  color: #fff;
  text-align: left;
}

.main-hero-wrapper {
  background-color: #f0efe5;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.nav-menu {
  width: 100%;
}

.navbar {
  background-color: var(--glenbrook-green);
  text-align: center;
  position: fixed;
  inset: 0% 0% auto;
}

.navlink {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.navlink:hover, .navlink.w--current {
  color: var(--glenbrook-navy);
}

.navlink.home.w--current {
  color: var(--white);
}

.navlink.reg {
  background-color: var(--glenbrook-navy);
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navlink.reg:hover {
  background-color: var(--white);
}

.navlink.reg.w--current {
  color: var(--glenbrook-green);
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container.absolute {
  position: absolute;
  inset: 50px 0% auto;
}

.container.fw {
  max-width: none;
}

.section {
  border-bottom: 10px solid var(--glenbrook-green);
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 16px;
  line-height: 22px;
  position: relative;
}

.section.green {
  background-color: var(--glenbrook-green);
}

.section.register {
  background-color: var(--castlebrook-green);
  color: #fff;
  border-bottom-style: none;
}

.section.blue {
  background-color: var(--glenbrook-navy);
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.section-head {
  color: var(--glenbrook-green);
  text-transform: uppercase;
  font-family: cofo-raffine;
  font-size: 6rem;
  font-weight: 500;
  line-height: 3rem;
}

.section-head.blue {
  color: var(--glenbrook-navy);
}

.key {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 23px;
  display: grid;
}

.key-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: uppercase;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
}

.key-col {
  background-color: #8d8d8d;
  width: 40px;
}

.key-col.rokeby {
  background-color: #fdef1c;
}

.key-col.boyne {
  background-color: #8784bc;
}

.key-col.sienna {
  background-color: #ec0d8c;
}

.key-col.baltray {
  background-color: #c11789;
}

.key-col.bewley {
  background-color: #387bad;
}

.key-col.mellifont {
  background-color: #378a4c;
}

.key-col.collon {
  background-color: #f36921;
}

.key-col.slane {
  background-color: #b99e67;
}

.div-block-17 {
  border-right: 1px solid #000;
  width: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: cofo-raffine;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.text-block {
  margin-top: 7px;
  line-height: 2rem;
}

.div-block-18 {
  text-transform: uppercase;
  flex: 1;
  align-self: center;
  font-family: Futuranewbook;
  font-size: 12px;
  line-height: 14px;
}

.text-block-2 {
  font-family: Futuranewdemi;
  font-size: 18px;
  line-height: 18px;
}

.floor-plan-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lb {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #000;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 23px;
  font-family: Futuranewdemi;
  text-decoration: none;
  display: flex;
}

.plan-wrapper {
  margin-bottom: 40px;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.disc {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: Futuranewbook;
  font-size: 12px;
}

.heading-1 {
  color: var(--glenbrook-green);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 40px;
  font-weight: 400;
}

.launch {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
}

.price-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 600px;
  display: grid;
}

.prices {
  border-top: 1px none var(--glenbrook-green);
  text-transform: uppercase;
  width: 100%;
  max-width: 400px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
}

.price {
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.hero-message {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mobile-reg {
  display: none;
}

.location {
  position: relative;
  inset: 0%;
}

.from {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  top: -5px;
}

.reg-container {
  max-width: 650px;
}

.form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 10px;
  display: grid;
}

.green-link {
  color: var(--glenbrook-green);
}

.field-3, .field-4, .field-5 {
  color: #000;
  border: 1px #000;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 15px;
  font-size: 16px;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon {
  width: 40px;
}

.heading-2 {
  color: var(--glenbrook-green);
  margin-bottom: 0;
  font-family: cofo-raffine;
  font-size: 100px;
  line-height: 100px;
}

.div-block-21, .div-block-22 {
  padding: 55px;
}

.intro {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 28px;
}

.intro.green {
  color: var(--glenbrook-green);
}

.gal-flex {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

._2guys {
  width: 200px;
  margin-top: -119px;
}

.cover {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.div-block-23 {
  width: 300px;
  margin-bottom: 25px;
}

.text-block-3 {
  color: var(--glenbrook-navy);
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 22px;
}

.step-flex {
  border-bottom: 2px solid var(--glenbrook-green);
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px;
  display: flex;
}

.step-flex.left-align {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-end;
}

.step-flex.no-margin-bottom {
  margin-bottom: 0;
}

.location-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 25px;
  display: grid;
}

.location-text-block {
  padding: 25px;
}

.location-text-block.no-pad-left {
  padding-left: 0;
}

._1guy {
  width: 180px;
  margin-top: -71px;
}

.train-box {
  flex: 1;
  width: 100%;
}

.div-block-24 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.train-woman {
  width: 180px;
  margin-left: -39px;
  margin-right: 23px;
}

.mini-heading {
  color: var(--glenbrook-navy);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 25px;
  font-size: 22px;
  font-weight: 400;
}

.max-100 {
  height: 90px;
  margin-right: 10px;
}

._1woman {
  width: 180px;
  margin-top: -113px;
}

.div-block-25 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.spec-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: grid;
}

.spec-head {
  color: var(--glenbrook-navy);
  text-transform: uppercase;
  margin-top: 20px;
}

.guy {
  width: 180px;
  margin-top: -79px;
}

.list {
  column-count: 2;
}

.div-block-26 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-28 {
  border-top: 1px solid var(--glenbrook-green);
  border-bottom: 1px solid var(--glenbrook-green);
  padding-bottom: 12px;
}

.text-block-4 {
  color: var(--glenbrook-green);
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 11px;
  font-size: 16px;
  font-weight: 500;
}

.div-block-29 {
  border-top: 1px solid var(--glenbrook-green);
  border-bottom: 1px solid var(--glenbrook-green);
}

.div-block-30 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-left: 1px solid var(--glenbrook-green);
  width: 140px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  display: flex;
}

.div-block-31 {
  flex: 1;
  padding-top: 5px;
  padding-bottom: 5px;
}

.icn {
  object-fit: contain;
  width: 24px;
  height: 24px;
}

.text-block-5 {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 7px;
  margin-bottom: 23px;
  font-size: 18px;
  line-height: 22px;
}

.village {
  font-size: 18px;
}

.tour-2 {
  margin-bottom: 40px;
}

.hero-head {
  color: var(--castlebrook-green);
  margin-top: 0;
  font-family: la-mericana, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.gold-text {
  color: #ba9765;
}

.gold-text.large {
  font-size: 38px;
  line-height: 42px;
}

.subhead {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
}

.bold-text-3 {
  color: var(--catlebrook-gold);
}

.footer-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.htb {
  width: 90px;
}

.fhs {
  height: 80px;
}

.div-block-32 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tel {
  color: #fff;
  font-size: 26px;
}

.button {
  background-color: var(--catlebrook-gold);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 14px 19px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  transition: all .2s;
}

.button:hover {
  background-color: var(--castlebrook-green);
}

.cta-wrapper {
  padding-top: 34px;
  padding-bottom: 34px;
}

.div-block-33 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dark-text {
  max-width: 40ch;
  color: var(--castlebrook-green);
  font-size: 18px;
  line-height: 24px;
}

@media screen and (min-width: 1280px) {
  .logo-img {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-wrapper {
    background-size: 200px, 200px, 250px, 250px;
  }
}

@media screen and (min-width: 1920px) {
  .footer-content {
    grid-column-gap: 0px;
  }

  .footer-section {
    align-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  .h3.white {
    width: 40ch;
  }

  .footer-content {
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }

  .hero-wrapper {
    background-image: url('../images/bottom-right.svg'), url('../images/top-right.svg'), url('../images/top-left.svg'), url('../images/bottom-left.svg');
    background-position: 100% 100%, 100% 0, 0 -10px, -5px 100%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 120px, 120px, 150px, 150px;
    align-items: center;
    padding-left: 2.7rem;
    padding-right: 2.7rem;
  }

  .reg-button {
    background-position: 50%;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    font-size: 20px;
  }

  .h4.white {
    white-space: normal;
  }

  .sf-logo-wrapper {
    justify-content: center;
    align-items: center;
  }

  .castlethorn-logo {
    width: 350px;
  }

  .ber-logo {
    width: 4.2em;
  }

  .nav-menu {
    background-color: var(--glenbrook-green);
  }

  .navlink {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .key {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-19 {
    grid-template-columns: 1fr;
  }

  .menu-button {
    background-color: var(--white);
    color: var(--glenbrook-navy);
    border-radius: 50%;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 15px;
  }

  .menu-button.w--open {
    background-color: var(--glenbrook-navy);
  }

  .mobile-reg {
    float: left;
    background-color: var(--glenbrook-navy);
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    display: block;
  }

  .mobile-reg:hover {
    background-color: var(--white);
    color: var(--glenbrook-navy);
  }

  .div-block-20 {
    grid-template-columns: 1fr;
  }

  .div-block-21, .div-block-22 {
    padding: 15px;
  }

  .location-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._1woman {
    width: 160px;
    margin-top: -61px;
  }

  .spec-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-head {
    max-width: 40ch;
  }

  .subhead {
    max-width: 26ch;
  }

  .footer-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .footer-content {
    grid-template-columns: 1fr;
  }

  .hero-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0rem;
    background-size: 100px, 90px, 120px, 120px;
  }

  .reg-button {
    width: 120px;
    font-size: 16px;
  }

  .reg-panel {
    width: 100%;
    transform: translate(100%);
  }

  .logo-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .ber-logo {
    align-self: center;
  }

  .key {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .div-block-19 {
    grid-template-columns: 1fr;
  }

  .hero-message {
    padding-top: 17px;
  }

  .intro.green {
    margin-top: 15px;
  }

  .step-flex.left-align.train-only {
    flex-flow: column;
  }

  .location-grid {
    margin-bottom: 15px;
  }

  .location-text-block {
    padding: 0;
  }

  ._1guy {
    width: 160px;
    margin-top: -25px;
  }

  .train-woman {
    margin-left: 0;
  }

  ._1woman {
    width: 100px;
    margin-top: 0;
  }

  .div-block-27 {
    grid-template-columns: 1fr;
  }

  .hero-head {
    max-width: 26ch;
  }
}

@media screen and (max-width: 479px) {
  .h3.white {
    width: 100%;
    line-height: 1.1;
  }

  .footer-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
    padding-bottom: 0;
    display: flex;
  }

  .footer-section {
    flex: 1;
  }

  .button-2 {
    border-radius: 1px;
  }

  .hero-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-image: url('../images/bottom-right.svg'), url('../images/top-right.svg'), url('../images/top-left.svg'), url('../images/bottom-left.svg');
    background-position: 100% 100%, 100% 0, 0 -10px, -5px 100%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 90px, 70px, 90px, 90px;
    grid-template-columns: 1fr;
    padding-top: 5.4rem;
    padding-bottom: 5.4rem;
  }

  .reg-button {
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
    top: 4px;
    right: 10px;
  }

  .reg-panel {
    width: 100%;
    padding-left: 19px;
    padding-right: 19px;
    transform: translate(100%);
  }

  .logo-wrapper {
    padding: 43px 0;
  }

  .h4.white {
    margin-bottom: 0;
  }

  .h1 {
    font-size: 36px;
  }

  .sf-logo-wrapper {
    flex-flow: column;
  }

  .body {
    background-color: #3d3d4f;
  }

  .castlethorn-logo {
    width: 300px;
  }

  .div-block-12, .div-block-13 {
    display: none;
  }

  .div-block-15 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section-head {
    font-size: 4rem;
  }

  .section-head.blue {
    font-size: 4rem;
    line-height: 3rem;
  }

  .key-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
  }

  .key-col, .key-col.rokeby {
    width: 100%;
    height: 30px;
  }

  .div-block-17 {
    border-bottom: 1px solid #000;
    border-right-style: none;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 1px;
  }

  .div-block-18 {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .floor-plan-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .lb {
    padding: 0;
  }

  .div-block-19 {
    grid-template-columns: 1fr;
  }

  .price-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .hero-message {
    padding-top: 0;
  }

  .reg-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .div-block-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-2 {
    font-size: 70px;
    line-height: 70px;
  }

  .gal-flex {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  ._2guys {
    width: 100px;
  }

  .div-block-23 {
    width: 100%;
    max-width: 220px;
  }

  ._1guy {
    width: 120px;
  }

  .guy {
    width: 100px;
  }

  .list {
    column-count: 1;
  }

  .div-block-26 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
  }

  .div-block-30 {
    justify-content: flex-start;
    align-items: center;
    width: 120px;
    padding-left: 5px;
  }

  .div-block-31 {
    padding-right: 5px;
  }

  .icn {
    width: 20px;
    height: 20px;
  }

  .hero-head {
    margin-top: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .gold-text.large {
    font-size: 24px;
    line-height: 26px;
  }

  .subhead {
    font-size: 16px;
  }

  .footer-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .tel {
    order: 9999;
  }

  .div-block-33 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }
}

#w-node-_731f651d-df70-0dca-7b3a-b4edd165a8f1-18c7af22 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_51359ccf-109b-bdbb-efc7-a0e82a936322-18c7af22 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_731f651d-df70-0dca-7b3a-b4edd165a8f1-a8fb9273 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_51359ccf-109b-bdbb-efc7-a0e82a936322-18c7af22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


