.body {
  background-color: #cccbcb;
}

.section-main {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 20px;
}

.page-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 67% 31%;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.main-col {
  background-color: #e5e5e5;
  padding-bottom: 0;
}

.contact-col {
  padding: 20px 20px 20px 40px;
}

.brochure-row {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: flex-start;
  padding-left: 0;
  display: flex;
}

.image {
  width: 100%;
  height: 100%;
}

.download-brochure-cta {
  background-color: #fca311;
  flex: auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.link-block {
  color: #000;
  flex: auto;
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.text-block {
  color: #14213d;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

.brochure-image-wrap {
  width: 47%;
  height: 100%;
}

.link-block-2 {
  width: auto;
  height: auto;
}

.cta-arrow {
  color: #0000;
  background-color: #0000;
  border: 16px solid #0000;
  border-left: 0 solid #fff0;
  border-right-color: #000;
  width: 0;
  height: 0;
  position: absolute;
  inset: 8% auto auto -8%;
}

.cta-banner {
  background-color: #14213d;
  margin-top: 20px;
  padding: 20px;
  position: relative;
}

.text-block-2 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.button {
  background-color: #000;
  border-radius: 8px;
  width: 100%;
  margin-top: 20px;
  padding: 15px 20px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.button._1 {
  color: #14213d;
  background-color: #fca311;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 17px;
  font-weight: 600;
}

.button._1:hover {
  color: #fff;
  background-color: #14213d;
}

.button._3 {
  color: #14213d;
  background-color: #fca311;
  margin-top: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 17px;
  font-weight: 600;
}

.button._3:hover {
  color: #fff;
  background-color: #14213d;
}

.cta-arrrow-2 {
  border: 16px solid #0000;
  border-top-color: #14213d;
  border-bottom: 0 solid #000;
  width: 0;
  height: 0;
  position: absolute;
  inset: auto auto -21% 5%;
}

.form-block {
  margin-top: 20px;
}

.submit-button {
  background-color: #000;
  border-radius: 8px;
  width: 100%;
  margin-top: 20px;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.text-block-3 {
  text-align: center;
  margin-top: 90px;
  font-family: Inter, sans-serif;
  font-size: 10px;
  line-height: 16px;
}

.hero-section-wrapper {
  width: 100%;
  height: 325px;
  display: flex;
}

.content-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  height: 73%;
  padding-bottom: 20px;
  display: grid;
}

.content-left {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  justify-content: space-between;
  padding: 30px 20px 20px 50px;
  display: flex;
}

.content-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  padding: 30px 50px 20px 20px;
  display: flex;
}

.cta-arrow-1 {
  color: #fca311;
  position: absolute;
  inset: 6% auto auto -11%;
}

.headline-info-wrapper {
  background-color: #14213d;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 35%;
  height: 325px;
  padding: 40px 30px 40px 50px;
  display: flex;
}

.hero-image {
  background-image: url('../images/Group-53.avif');
  background-position: 50%;
  background-size: cover;
  width: 70%;
}

.to-let-wrapper {
  background-color: #fca311;
  border: 5px solid #fff;
  padding: 10px 20px;
}

.text-block-4 {
  color: #000;
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.text-block-5 {
  color: #fff;
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
  font-size: 27px;
  font-weight: 900;
  line-height: 32px;
}

.text-block-5.sub {
  letter-spacing: 0;
  margin-top: 0;
  font-size: 21px;
  font-weight: 700;
}

.text-block-6 {
  color: #14213d;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.text-block-7 {
  color: #14213d;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.cl-headline-sub-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  display: flex;
}

.text-block-8 {
  color: #14213d;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.features-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 10% 90%;
  grid-auto-columns: 1fr;
  display: grid;
}

.features-text {
  color: #092668;
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.features-icon {
  width: 30px;
}

.featues-text-grid-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.location-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.location-wrapper.right {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  margin-top: 0;
}

.text-block-9 {
  color: #14213d;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.text-block-9.header {
  color: #fff;
  background-color: #14213d;
  border-bottom: 1px #092668;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 9px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-9.header.subject {
  padding-top: 0;
  font-size: 11px;
}

.text-block-9.footer {
  font-size: 12px;
}

.accommodation-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.map-image {
  background-image: url('../images/nortonashmapcropped.avif');
  background-position: 0 0;
  background-size: cover;
  height: 360px;
}

.agent-wrapper {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-top: 10px;
  display: flex;
}

.ryan-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.image-2 {
  width: 135px;
}

.text-block-10 {
  color: #14213d;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.linays-wrapper {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-3 {
  width: 110px;
}

.link {
  color: #092668;
}

.link-2 {
  color: #092668;
  text-decoration: none;
}

.link-3 {
  color: #092668;
}

.link-4 {
  color: #092668;
  text-decoration: none;
}

.link-5 {
  color: #092668;
}

.link-6 {
  color: #092668;
  text-decoration: none;
}

.text-block-11 {
  font-family: Lato, sans-serif;
}

._1st-row-text-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.text-block-12 {
  color: #fff;
  background-color: #14213d;
  font-family: Lato, sans-serif;
  font-size: 11px;
}

.town-and-cities {
  grid-column-gap: 8px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 7% 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-13 {
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.image-4 {
  width: 30px;
  max-width: 100%;
}

.link-7, .link-8 {
  color: #14213d;
  text-decoration: none;
}

.link-9 {
  color: #14213d;
}

.link-10, .link-11 {
  color: #14213d;
  text-decoration: none;
}

.link-12 {
  color: #14213d;
}

@media screen and (max-width: 991px) {
  .page-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
  }

  .main-col {
    width: 100%;
  }

  .brochure-row {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
  }

  .image {
    width: 200px;
    max-width: none;
  }

  .download-brochure-cta {
    width: auto;
    max-width: none;
  }

  .link-block {
    width: auto;
    max-width: 240px;
  }

  .text-block {
    font-size: 20px;
    line-height: 25px;
  }

  .brochure-image-wrap {
    width: 36%;
  }

  .hero-section-wrapper {
    height: 275px;
  }

  .content-container {
    padding-bottom: 30px;
  }

  .content-left {
    padding-left: 35px;
  }

  .cta-arrow-1 {
    left: -7%;
  }

  .headline-info-wrapper {
    height: 275px;
    padding-left: 35px;
  }

  .hero-image {
    background-position: 85%;
  }

  .text-block-4 {
    font-size: 20px;
  }

  .text-block-5 {
    font-size: 22px;
    line-height: 30px;
  }

  .text-block-5.sub {
    font-size: 13px;
  }

  .text-block-6 {
    font-size: 22px;
  }

  .text-block-7, .features-text {
    font-size: 15px;
  }

  .text-block-9 {
    font-size: 14px;
    line-height: 24px;
  }

  .text-block-9.table {
    font-size: 13px;
    text-decoration: none;
  }

  .agent-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 28px;
    flex-flow: row;
    justify-content: space-around;
  }

  .text-block-10.jake {
    padding-top: 22px;
  }

  .linays-wrapper {
    margin-top: 20px;
  }

  .image-3 {
    width: 140px;
  }

  .text-block-13 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .brochure-row {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
  }

  .image {
    width: 190px;
  }

  .download-brochure-cta {
    width: auto;
  }

  .text-block {
    font-size: 18px;
    line-height: 23px;
  }

  .brochure-image-wrap {
    width: 48%;
  }

  .button._1, .button._3 {
    font-size: 15px;
  }

  .hero-section-wrapper {
    flex-flow: column;
    height: 453px;
  }

  .content-container {
    grid-template-columns: 1fr 1.25fr;
    height: 68%;
  }

  .content-left {
    justify-content: space-around;
    padding-left: 20px;
  }

  .content-right {
    justify-content: space-between;
    padding-left: 0;
  }

  .headline-info-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
    height: 187px;
    padding-top: 30px;
    padding-left: 20px;
  }

  .hero-image {
    width: 100%;
    height: 266px;
  }

  .text-block-4 {
    font-size: 20px;
  }

  .text-block-5 {
    font-size: 19px;
    line-height: 24px;
  }

  .text-block-5.sub {
    font-size: 14px;
  }

  .text-block-6 {
    font-size: 15px;
  }

  .text-block-7 {
    font-size: 11px;
  }

  .cl-headline-sub-wrapper {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }

  .text-block-8 {
    font-size: 13px;
  }

  .features-text {
    font-size: 12px;
  }

  .location-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .text-block-9 {
    font-size: 12px;
  }

  .text-block-9.header {
    font-size: 10px;
    line-height: 18px;
  }

  .text-block-9.header.subject {
    font-size: 10px;
    line-height: 12px;
  }

  .text-block-9.table {
    font-size: 9px;
  }

  .accommodation-grid-wrapper {
    grid-template-columns: 1.25fr .75fr;
  }

  .map-image {
    background-position: 50%;
    background-size: cover;
    height: 300px;
    margin-top: 20px;
  }

  .image-2 {
    width: 124px;
  }

  .text-block-10 {
    font-size: 13px;
  }

  .text-block-10.jake {
    padding-top: 17px;
  }

  .image-3 {
    width: 130px;
  }

  .town-and-cities {
    grid-row-gap: 14px;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .text-block-13 {
    font-size: 12px;
    line-height: 13px;
  }
}

@media screen and (max-width: 479px) {
  .contact-col {
    padding-right: 40px;
  }

  .brochure-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .image {
    width: 100%;
  }

  .link-block {
    width: 100%;
    max-width: 270px;
  }

  .text-block {
    text-align: center;
    font-size: 16px;
    line-height: 21px;
  }

  .brochure-image-wrap, .link-block-2 {
    width: 100%;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .button._1, .button._3 {
    font-size: 12px;
  }

  .hero-section-wrapper {
    flex-flow: column;
    height: 373px;
  }

  .content-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .content-left {
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-right {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-arrow-1 {
    display: none;
  }

  .headline-info-wrapper {
    width: 100%;
    height: 210px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
  }

  .hero-image {
    width: 100%;
    height: 203px;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .text-block-5 {
    font-size: 17px;
    line-height: 22px;
  }

  .cl-headline-sub-wrapper {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .text-block-9.header {
    padding-right: 0;
  }

  .accommodation-grid-wrapper {
    grid-template-columns: 1.25fr 1fr;
  }

  .agent-wrapper {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
  }

  .image-2 {
    width: 112px;
  }

  .image-3 {
    width: 104px;
  }

  .text-block-13 {
    line-height: 12px;
  }
}

#w-node-_5bc7c588-231d-1fd2-5365-739a5324e498-de0e6813, #w-node-_439f5cd9-497d-e995-72e3-395079ec6890-de0e6813, #w-node-_4ca27026-af71-d30d-cb6f-79f3b3699eef-de0e6813, #w-node-_2318e43b-89a9-0cec-1417-ec23b9eaa5a2-de0e6813, #w-node-_386af4ac-b51f-aee7-52e4-b36f5a616bca-de0e6813, #w-node-_29637eb8-b5f5-bda1-80e1-6c885f5a5969-de0e6813, #w-node-_54b21454-4a82-39c0-c408-e23ea7cbf36e-de0e6813, #w-node-_99f5dbff-946e-31d7-1688-20ae88b23b64-de0e6813 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61fc2803-f7d0-40f9-9182-9cfec8bf6e0a-de0e6813, #w-node-_68270957-6c46-39d7-69d2-1f7d60ff71ee-de0e6813, #w-node-_2ef01d68-5377-26d2-7be3-45e4b6eeb6ce-de0e6813, #w-node-_6f358214-db1c-195f-cf5b-3416468a698f-de0e6813, #w-node-_358733ee-b80b-1618-c4d6-5925ada7107a-de0e6813, #w-node-_1823ac99-c01b-7a2b-a86b-299e8b894ded-de0e6813 {
  align-self: center;
}


