@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Austin Trial Bf 662 B 0 Bb 2 D 983 A";
  src: url('../fonts/Austin-Light-Trial-BF662b0bb2d983a.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Brandongrotesque;
  src: url('../fonts/BrandonGrotesque-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Austin Roman;
  src: url('../fonts/Austin-Roman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clockmaker;
  src: url('../fonts/Clockmaker-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Brandongrotesque;
  src: url('../fonts/BrandonGrotesque-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Minionpro;
  src: url('../fonts/MinionPro-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Brandon Reg;
  src: url('../fonts/Brandon_reg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Austin;
  src: url('../fonts/Austin-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Austin Trial Bf 662 B 0 Bb 2 C 017 F";
  src: url('../fonts/Austin-Italic-Trial-BF662b0bb2c017f.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --dark-navy: #0e3859;
  --gold: #ae7944;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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;
}

body {
  color: #333;
  font-family: Austin, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.page-wrapper {
  flex-flow: column;
  min-height: 100vh;
  display: flex;
}

.nav {
  background-color: var(--dark-navy);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: fixed;
  inset: 0% 0% auto;
}

.brand {
  padding: 19px;
}

.nav-menu {
  padding-right: 20px;
}

.navlink {
  color: #a9775c;
  border-bottom: 2px solid #0000;
  padding: 25px 12px;
  transition: all .2s;
}

.navlink:hover {
  color: #fff;
  border-bottom-color: #a9775c;
}

.navlink.w--current {
  color: #fff;
  border-bottom-color: #b77433;
}

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

.section.dark-navy-bg {
  background-color: var(--dark-navy);
  font-family: Austin, Arial, sans-serif;
}

.section.bg-fern {
  background-image: radial-gradient(circle, #0000, #2b2b2b), url('../images/fern.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.grey {
  background-color: #f8f4f4;
}

.section.grey.bg-1 {
  background-image: url('../images/pattern-bg-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

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

.hero-content {
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.hero-logo {
  align-self: center;
  width: 400px;
}

.ripple-1 {
  align-self: flex-start;
  width: 540px;
}

.image {
  z-index: 99;
  align-self: flex-end;
  width: 540px;
}

.intro-box {
  align-self: center;
  max-width: 500px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.gold-subhead {
  color: #a9775c;
  margin-bottom: 40px;
}

.button {
  color: #b77433;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #b77433;
  margin: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
}

.button:hover {
  color: #fff;
  background-color: #b77433;
  border-color: #fff;
}

.button.fill {
  color: #fff;
  background-color: #a9775c;
  border-color: #a9775c;
  align-self: center;
}

.button.fill:hover {
  background-color: #6b4632;
}

.h1 {
  color: #fff;
  text-align: center;
  font-family: Austin Roman, Arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
}

.h1.left-align {
  text-align: left;
  text-transform: uppercase;
  font-family: "Austin Trial Bf 662 B 0 Bb 2 D 983 A", Arial, sans-serif;
}

.h1.left-align.right-align {
  text-align: right;
}

.h1.left-align._600 {
  font-size: 140px;
}

.heading {
  color: #fff;
}

.center-align {
  text-align: center;
}

.small-spacer {
  height: 3rem;
}

.h2.gold-colour {
  color: #a9775c;
  font-family: Austin Roman, Arial, sans-serif;
}

.heading-2 {
  font-weight: 600;
}

.section-spacer {
  height: 8rem;
}

.center-text-box {
  flex-flow: column;
  max-width: 500px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3 {
  color: #002b4e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.1;
}

.diamonds {
  background-color: #a9775c;
  width: 15px;
  height: 15px;
  margin: 30px auto;
  transform: rotate(45deg);
}

.body {
  text-align: center;
}

.fern-inner-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  display: grid;
}

.text-span {
  text-transform: none;
  font-family: "Austin Trial Bf 662 B 0 Bb 2 C 017 F", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.fern-wrapper {
  flex-flow: column;
  display: flex;
}

.div-block, .div-block-2 {
  border-bottom: 1px solid #fff;
}

.text-span-2 {
  letter-spacing: 9px;
}

.feature-image {
  background-color: #fff;
  padding: 20px;
  position: relative;
}

.fullwidth {
  width: 100%;
}

.line {
  background-color: #b77433;
  flex: 1;
  width: 1px;
  min-height: 60px;
}

.small-text {
  color: #b77433;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Brandongrotesque, Arial, sans-serif;
  font-weight: 400;
}

.kt {
  align-self: center;
  width: 100%;
  max-width: 400px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.diamond-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.diamond-wrapper.margin-top {
  margin-top: 40px;
}

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

.intro-box-2 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.diamonds-2 {
  background-color: #b77433;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
}

.diamonds-2.on-own {
  align-self: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-2 {
  text-align: center;
}

.large-heading {
  color: var(--dark-navy);
  font-family: Austin Roman, Arial, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 1.2;
}

.tel {
  color: #002b4e;
  font-size: 26px;
  line-height: 32px;
  text-decoration: none;
}

.footer-head {
  color: #002b4e;
  margin-top: 10px;
  margin-bottom: 35px;
  font-size: 52px;
}

.details {
  text-align: left;
  text-transform: uppercase;
  border-top: 1px solid #002b4e;
  border-bottom: 1px solid #002b4e;
  align-items: stretch;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  display: flex;
}

.details.pro {
  text-transform: none;
  margin-top: 30px;
}

.container-2 {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.right-aling {
  text-align: right;
}

.psra {
  font-size: 11px;
  font-weight: 300;
  line-height: 14px;
}

.pro-head {
  color: #002b4e;
  font-size: 16px;
  line-height: 22px;
}

.detail-col {
  letter-spacing: 2px;
  border-right: 1px solid #b77433;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 25%;
  padding: 10px 10px 10px 0;
  display: flex;
}

.detail-col.pro {
  justify-content: flex-start;
  padding: 0 10px;
}

.detail-col.pro.hide {
  display: none;
}

.detail-col.end {
  border-right-style: none;
}

.detail-col.first {
  letter-spacing: 0;
  padding-left: 0;
}

.mont {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  line-height: 16px;
}

.coonan-wrap {
  margin-top: 22px;
  margin-bottom: 10px;
}

.disc {
  text-align: left;
  margin-top: 40px;
  font-size: 11px;
  line-height: 13px;
  display: block;
}

.footer {
  color: #666;
  text-align: left;
  background-color: #e7e7e7;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.container-3 {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.kileen-opened {
  align-self: center;
  margin-bottom: 0;
}

.diamonds-3 {
  background-color: #a9775c;
  width: 15px;
  height: 15px;
  margin: 30px auto;
  transform: rotate(45deg);
}

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

.text-box {
  background-color: #fff;
  padding: 26px;
}

.content-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  grid-template-columns: 1fr 1fr 1fr;
}

.content-grid.gap-top {
  margin-top: 60px;
}

.intro-box-3 {
  max-width: 500px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.serif {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.content {
  color: #6d6d6d;
  background-color: #fff;
  padding: 50px 20px;
}

.content.grey {
  background-color: #f8f4f4;
}

.content.castle {
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}

.content.bg {
  background-image: url('../images/pattern-bg-1.png');
  background-position: 50%;
  background-size: auto;
}

.community-wrapper {
  flex-flow: column;
  display: flex;
}

.subhead {
  background-color: #e7e7e7;
  padding: 90px 20px 20px;
}

.headerinfo {
  background-color: #002b4e;
  background-image: linear-gradient(#002b4ef0, #002b4ef0), url('../images/ruins-on-grounds.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 20px;
}

.columns {
  border: 1px solid #205d8f;
  align-items: center;
  display: flex;
}

.nopad {
  padding-left: 0;
  padding-right: 0;
}

.top-head {
  color: #b77433;
  letter-spacing: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
}

.killeen {
  color: #2472b2;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.diamonds-4 {
  background-color: #a9775c;
  width: 15px;
  height: 15px;
  margin: 30px auto;
  transform: rotate(45deg);
}

.oakwood-banner-logo {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 210px;
}

.column {
  flex-flow: column;
  align-self: center;
  display: flex;
}

.container-4 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.overhead {
  color: #b77433;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.kileen-opened-2 {
  margin-bottom: 0;
}

.intro-box-4 {
  max-width: 500px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.overhead-2 {
  color: #b77433;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.container-5 {
  text-align: center;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.kileen-opened-3 {
  margin-bottom: 0;
}

.intro-box-5 {
  max-width: 500px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3 {
  height: 300px;
}

.text-block {
  color: #fff;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  padding-left: 31px;
  padding-right: 44px;
  font-family: "Austin Trial Bf 662 B 0 Bb 2 D 983 A", Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Fifteenth-Comp-1a.jpg');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #002b4ef2;
  position: fixed;
  inset: 0% 0% auto;
}

.column-2 {
  flex-flow: column;
  align-self: center;
  display: flex;
}

.container-6 {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.ital {
  color: #b77433;
  letter-spacing: 0;
  text-transform: none;
  font-style: italic;
}

.map {
  background-color: #55a9e4;
  height: 400px;
}

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

.pageheading {
  color: #002b4e;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: "Austin Trial Bf 662 B 0 Bb 2 D 983 A", Arial, sans-serif;
  font-weight: 400;
}

.key {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-top: 1px solid #002b4e;
  border-right: 1px solid #002b4e;
  font-size: 14px;
}

.key.border {
  border-bottom: 1px solid #002b4e;
  margin-bottom: 35px;
}

.container-7 {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.key-text {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  line-height: 60px;
}

.icon {
  float: left;
  border-left: 1px solid #002b4e;
  border-right: 1px solid #002b4e;
  width: 60px;
  height: 60px;
  padding: 10px;
}

.floor-wrap {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 55px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.site-map-small-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.site-plan-sites {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 18px;
  display: block;
}

.site-legend-text-box {
  color: #c07330;
  border: 1px solid #000;
  padding: 8px;
}

.site-legend-text-box.blue {
  color: var(--dark-navy);
  text-transform: uppercase;
}

.table-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.table-header {
  border: 1px solid var(--dark-navy);
  letter-spacing: 1px;
  text-transform: uppercase;
  object-fit: fill;
  padding: 8px;
  font-weight: 400;
}

.table-header-font {
  color: var(--gold);
}

.table-row {
  border: 1px solid var(--dark-navy);
  color: var(--dark-navy);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 8px;
}

.center-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.litebox {
  text-align: left;
  text-decoration: none;
}

.cent {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  line-height: 16px;
}

.floor {
  float: left;
  color: #002b4e;
  text-align: left;
  border-top: 1px solid #002b4e;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-style: italic;
  display: inline-block;
}

.heading-3 {
  color: var(--dark-navy);
  font-family: Austin Roman, Arial, sans-serif;
}

.heading-4 {
  color: var(--gold);
  font-family: "Austin Trial Bf 662 B 0 Bb 2 C 017 F", Arial, sans-serif;
  font-weight: 600;
}

.bold-text, .list-item {
  font-family: Brandongrotesque, Arial, sans-serif;
}

.reg-int {
  background-image: linear-gradient(#002b4ed9, #002b4ed9), url('../images/kileen-castle.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
  display: flex;
}

.image-2 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.today {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.left-col {
  padding-left: 0;
}

.form-block {
  color: #e7e7e7;
  text-align: left;
  background-color: #002b4e;
  border-radius: 8px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.diamond {
  background-color: #fff;
  width: 15px;
  height: 15px;
  margin: auto;
  position: absolute;
  inset: 0;
  transform: rotate(45deg);
}

.link {
  color: #55a9e4;
}

.register {
  background-color: var(--gold);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid #a9775c;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: block;
}

.register:hover {
  border-color: var(--gold);
  color: var(--gold);
  background-color: #fff;
}

.right-col {
  padding-right: 0;
}

.line-2 {
  background-color: #fff;
  width: 500px;
  height: 2px;
  margin: 15px auto 35px;
  position: relative;
}

.input {
  background-color: #def0ff;
  border: 1px #000;
  border-bottom-color: #b77433;
  border-radius: 4px;
  height: 45px;
}

.intro-box-6 {
  max-width: 500px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.serif-2 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.form {
  text-align: left;
  margin-bottom: 15px;
  line-height: 18px;
  overflow: auto;
}

.reg-head {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 45px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

.field {
  color: #000;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  height: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
}

.checkfield {
  text-transform: none;
  margin-bottom: 10px;
  padding-left: 25px;
  font-size: 14px;
  line-height: 16px;
}

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

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

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #b77433;
  border: 1px solid #b77433;
  margin-top: 25px;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
}

.button-2:hover {
  background-color: #a3783e;
  border-color: #6d6d6d;
  box-shadow: 0 12px 12px 5px #00000091;
}

.button-2.fw {
  width: 100%;
  box-shadow: none;
  color: #fff;
  background-color: #b67433;
  margin-top: 18px;
  padding-top: 14px;
  padding-bottom: 14px;
}

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

.form-block {
  color: #fff;
  margin-top: 30px;
  font-size: 14px;
}

.gold-link {
  color: var(--gold);
}

@media screen and (max-width: 991px) {
  .brand {
    width: 180px;
  }

  .navlink {
    padding: 21px 10px;
  }

  .section.grey.bg-1 {
    background-position: 50% -50%;
  }

  .fern-inner-div {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .details {
    flex-wrap: wrap;
  }

  .detail-col {
    max-width: 50%;
  }

  .detail-col.end {
    border-right-style: solid;
  }

  .content-grid.gap-top {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .div-block-5, .div-block-6, .div-block-7 {
    display: none;
  }

  .floor-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .table-header {
    border: 1px solid #000;
    font-weight: 800;
  }

  .table-header-font {
    color: var(--gold);
  }

  .table-row {
    border: 1px solid #000;
    padding: 4px 8px;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    background-color: #002b4e;
    padding-right: 10px;
  }

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

  .menu-button {
    color: #b77433;
    padding: 22px;
  }

  .menu-button.w--open {
    background-color: #b77433;
  }

  .details {
    flex-wrap: wrap;
    align-items: stretch;
    display: flex;
  }

  .detail-col {
    border-bottom: 1px solid #b77433;
    border-right-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer {
    flex-direction: column;
  }

  .text-box {
    padding: 20px;
  }

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

  .content {
    padding-left: 0;
    padding-right: 0;
  }

  .content.grey {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .columns {
    display: block;
  }

  .nopad.border {
    border-bottom: 1px solid #002b4e;
  }

  .column, .column-2 {
    margin-top: 25px;
  }

  .map {
    height: 300px;
  }

  .key.border {
    border-top-style: none;
    border-bottom-style: none;
  }

  .floor-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-map-small-wrapper {
    grid-template-columns: 1fr;
  }

  .left-col {
    padding-right: 0;
  }

  .right-col {
    padding-left: 0;
  }

  .line-2 {
    width: 400px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 140px;
    padding: 20px 11px;
  }

  .nav-menu {
    padding-right: 0;
  }

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

  .fern-inner-div {
    grid-template-columns: 1fr;
  }

  .footer-head {
    font-size: 32px;
  }

  .details {
    flex-direction: column;
  }

  .details.pro, .right-aling {
    text-align: center;
  }

  .detail-col {
    max-width: 100%;
    padding-left: 0;
  }

  .detail-col.pro {
    justify-content: center;
    align-items: center;
  }

  .detail-col.end {
    border-right-style: none;
  }

  .coonan-wrap {
    text-align: center;
  }

  .disc {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer {
    text-align: center;
  }

  .kileen-opened {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-grid.gap-top {
    grid-template-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .serif {
    margin-left: 10px;
    margin-right: 10px;
  }

  .content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content.castle {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .map {
    height: 240px;
  }

  .table-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .form-block {
    padding: 12px;
  }

  .line-2 {
    width: 240px;
  }

  .form {
    margin-top: 0;
  }

  .reg-head {
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .field {
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button-2 {
    width: 100%;
    margin-top: 0;
  }
}

#w-node-_54171bd8-8a88-0ac1-b853-69bab529fd89-02222efe {
  align-self: end;
}

#w-node-_0ce6331f-b915-067a-d259-574187c95f34-02222efe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0ce6331f-b915-067a-d259-574187c95f36-02222efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ce6331f-b915-067a-d259-574187c95f39-02222efe {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0ce6331f-b915-067a-d259-574187c95f3b-02222efe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0ce6331f-b915-067a-d259-574187c95f3d-02222efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca82f972-8c2c-ce0d-8135-bb72ca70588b-0200ee6a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ca82f972-8c2c-ce0d-8135-bb72ca70588d-0200ee6a, #w-node-ca82f972-8c2c-ce0d-8135-bb72ca705890-0200ee6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca82f972-8c2c-ce0d-8135-bb72ca705892-0200ee6a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ca82f972-8c2c-ce0d-8135-bb72ca705894-0200ee6a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ca82f972-8c2c-ce0d-8135-bb72ca705896-0200ee6a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ca82f972-8c2c-ce0d-8135-bb72ca705898-0200ee6a, #w-node-_254c00e8-a3d8-45b0-ed55-855ad63d6208-0200ee6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_254c00e8-a3d8-45b0-ed55-855ad63d620d-0200ee6a {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_254c00e8-a3d8-45b0-ed55-855ad63d6213-0200ee6a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bbe6bfc0-9f98-5a83-0119-4cd6aff8f1b7-0200ee6a, #w-node-_254c00e8-a3d8-45b0-ed55-855ad63d6215-0200ee6a, #w-node-_8eb1c4f0-e5ae-282c-e9d3-f7759f6d1e70-e88816c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb1c4f0-e5ae-282c-e9d3-f7759f6d1e68-e88816c1, #w-node-_8eb1c4f0-e5ae-282c-e9d3-f7759f6d1e6e-e88816c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8eb1c4f0-e5ae-282c-e9d3-f7759f6d1e66-e88816c1, #w-node-_8eb1c4f0-e5ae-282c-e9d3-f7759f6d1e5c-e88816c1, #w-node-_8eb1c4f0-e5ae-282c-e9d3-f7759f6d1e6a-e88816c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb1c4f0-e5ae-282c-e9d3-f7759f6d1e6c-e88816c1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8eb1c4f0-e5ae-282c-e9d3-f7759f6d1e72-e88816c1, #w-node-_8eb1c4f0-e5ae-282c-e9d3-f7759f6d1e74-e88816c1, #w-node-_8eb1c4f0-e5ae-282c-e9d3-f7759f6d1e76-e88816c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb1c4f0-e5ae-282c-e9d3-f7759f6d1e78-e88816c1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8eb1c4f0-e5ae-282c-e9d3-f7759f6d1e84-e88816c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8eb1c4f0-e5ae-282c-e9d3-f7759f6d1e86-e88816c1, #w-node-_8eb1c4f0-e5ae-282c-e9d3-f7759f6d1e88-e88816c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb1c4f0-e5ae-282c-e9d3-f7759f6d1e8a-e88816c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8eb1c4f0-e5ae-282c-e9d3-f7759f6d1e8c-e88816c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb1c4f0-e5ae-282c-e9d3-f7759f6d1e91-e88816c1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8eb1c4f0-e5ae-282c-e9d3-f7759f6d1e93-e88816c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb1c4f0-e5ae-282c-e9d3-f7759f6d1e9b-e88816c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8eb1c4f0-e5ae-282c-e9d3-f7759f6d1e9d-e88816c1, #w-node-_8eb1c4f0-e5ae-282c-e9d3-f7759f6d1e9f-e88816c1, #w-node-_8eb1c4f0-e5ae-282c-e9d3-f7759f6d1ea1-e88816c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_254c00e8-a3d8-45b0-ed55-855ad63d620d-0200ee6a {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0ce6331f-b915-067a-d259-574187c95f36-02222efe, #w-node-ca82f972-8c2c-ce0d-8135-bb72ca70588d-0200ee6a {
    grid-column: span 2 / span 2;
  }

  #w-node-ca82f972-8c2c-ce0d-8135-bb72ca705890-0200ee6a {
    grid-column: span 1 / span 1;
  }

  #w-node-ca82f972-8c2c-ce0d-8135-bb72ca705894-0200ee6a {
    grid-column: span 2 / span 2;
  }

  #w-node-_254c00e8-a3d8-45b0-ed55-855ad63d620d-0200ee6a, #w-node-bbe6bfc0-9f98-5a83-0119-4cd6aff8f1b7-0200ee6a {
    grid-column: span 1 / span 1;
  }

  #w-node-_254c00e8-a3d8-45b0-ed55-855ad63d6215-0200ee6a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8eb1c4f0-e5ae-282c-e9d3-f7759f6d1e68-e88816c1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8eb1c4f0-e5ae-282c-e9d3-f7759f6d1e5c-e88816c1, #w-node-_8eb1c4f0-e5ae-282c-e9d3-f7759f6d1e6c-e88816c1 {
    grid-column: span 2 / span 2;
  }

  #w-node-_8eb1c4f0-e5ae-282c-e9d3-f7759f6d1e78-e88816c1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8eb1c4f0-e5ae-282c-e9d3-f7759f6d1e8c-e88816c1, #w-node-_8eb1c4f0-e5ae-282c-e9d3-f7759f6d1e91-e88816c1, #w-node-_8eb1c4f0-e5ae-282c-e9d3-f7759f6d1e93-e88816c1, #w-node-_8eb1c4f0-e5ae-282c-e9d3-f7759f6d1e9d-e88816c1 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0ce6331f-b915-067a-d259-574187c95f34-02222efe, #w-node-_0ce6331f-b915-067a-d259-574187c95f36-02222efe, #w-node-_0ce6331f-b915-067a-d259-574187c95f39-02222efe, #w-node-_0ce6331f-b915-067a-d259-574187c95f3b-02222efe {
    grid-column: span 1 / span 1;
  }

  #w-node-_254c00e8-a3d8-45b0-ed55-855ad63d620d-0200ee6a {
    grid-row: span 1 / span 1;
  }

  #w-node-_254c00e8-a3d8-45b0-ed55-855ad63d6213-0200ee6a, #w-node-_254c00e8-a3d8-45b0-ed55-855ad63d6215-0200ee6a {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Austin Trial Bf 662 B 0 Bb 2 D 983 A';
  src: url('../fonts/Austin-Light-Trial-BF662b0bb2d983a.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brandongrotesque';
  src: url('../fonts/BrandonGrotesque-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Austin Roman';
  src: url('../fonts/Austin-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clockmaker';
  src: url('../fonts/Clockmaker-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brandongrotesque';
  src: url('../fonts/BrandonGrotesque-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Minionpro';
  src: url('../fonts/MinionPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brandon Reg';
  src: url('../fonts/Brandon_reg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Austin';
  src: url('../fonts/Austin-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Austin Trial Bf 662 B 0 Bb 2 C 017 F';
  src: url('../fonts/Austin-Italic-Trial-BF662b0bb2c017f.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}