/* Microsite CSS */


/* Fonts */ 

@font-face {
    font-family: 'North Port';
    src: url('/Portals/0/Microsite/assets-microsite/fonts/NorthPort-Regular.eot');
    src: url('/Portals/0/Microsite/assets-microsite/fonts/NorthPort-Regular.eot?#iefix') format('embedded-opentype'),
        url('/Portals/0/Microsite/assets-microsite/fonts/NorthPort-Regular.woff2') format('woff2'),
        url('/Portals/0/Microsite/assets-microsite/fonts/NorthPort-Regular.woff') format('woff'),
        url('/Portals/0/Microsite/assets-microsite/fonts/NorthPort-Regular.ttf') format('truetype'),
        url('/Portals/0/Microsite/assets-microsite/fonts/NorthPort-Regular.svg#NorthPort-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamBook';
    src: url('/Portals/0/Microsite/assets-microsite/fonts/GothamBook.eot');
    src: url('/Portals/0/Microsite/assets-microsite/fonts/GothamBook.eot') format('embedded-opentype'),
         url('/Portals/0/Microsite/assets-microsite/fonts/GothamBook.woff2') format('woff2'),
         url('/Portals/0/Microsite/assets-microsite/fonts/GothamBook.woff') format('woff'),
         url('/Portals/0/Microsite/assets-microsite/fonts/GothamBook.ttf') format('truetype'),
         url('/Portals/0/Microsite/assets-microsite/fonts/GothamBook.svg#GothamBook') format('svg');
}

@font-face {
    font-family: 'GothamBold';
    src: url('/Portals/0/Microsite/assets-microsite/fonts/GothamBold.eot');
    src: url('/Portals/0/Microsite/assets-microsite/fonts/GothamBold.eot') format('embedded-opentype'),
         url('/Portals/0/Microsite/assets-microsite/fonts/GothamBold.woff2') format('woff2'),
         url('/Portals/0/Microsite/assets-microsite/fonts/GothamBold.woff') format('woff'),
         url('/Portals/0/Microsite/assets-microsite/fonts/GothamBold.ttf') format('truetype'),
         url('/Portals/0/Microsite/assets-microsite/fonts/GothamBold.svg#GothamBold') format('svg');
}



@import url(https://use.typekit.net/bjx5kew.css);@keyframes stRotate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes movement {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

@keyframes drop {
    0% {
        opacity: 0;
        transform: translateY(-140px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes rise {
    0% {
        opacity: 0;
        transform: translateY(140px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes pindrop {
    0% {
        opacity: 0;
        transform: translate(-24px,-259px)
    }

    60% {
        transform: translate(-24px,-59px)
    }

    80% {
        transform: translate(-24px,-64px)
    }

    to {
        transform: translate(-24px,-59px)
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(.5)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@media(min-width: 576px) {
    .mobile {
        display:none!important
    }
}

@media(max-width: 575px) {
    .desktop {
        display:none!important
    }
}

/* html form hidden */

#dnn_ctr442_View_ContactForm_upA {
    display: none!important;
}


html {
    box-sizing: border-box;
    margin: 0!important;
    padding: 0!important
}

body,html {
    scroll-behavior: smooth;
}
body{
    overflow-y: visible!important;
}
.hillwood-footer{
    display: none!important;
}
.preload,.preload * {
    transition: none!important
}

*,:after,:before,[tabindex="-1"]:focus {
    zoom:1;box-sizing: border-box;
    outline: 0
}

article,aside,body,div,figcaption,figure,footer,h1,h2,h3,h4,h5,h6,header,hgroup,li,main,nav,ol,section,ul {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

label{
    font-family: GothamBook, sans-serif!important;
}

#ContentPane {
    display: none!important;
}
#top {
    font: 300 22px/1.6em GothamBook,sans-serif;
    letter-spacing: .05em
}

@media(max-width: 575px) {
    #top {
        font-size:18px
    }
}

#top sup {
    color: inherit;
    font-size: .5em;
    font-weight: inherit;
    line-height: inherit;
    position: static;
    vertical-align: super
}

#top main {
    overflow: hidden;
    width: 100%
}

#top img,#top svg {
    display: block;
   /* height: auto; */
    max-width: 100%
}
#top .ctas a img{
    margin:0 15px 0 0!important;
    width:35px!important;
}

#top ul img{
    margin-right:15px!important;
}

#top .signup-form-container h3{
    font-size: 20px;
    color:#5b7f95;
    margin-bottom: 15px;
}

#top a,#top p {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    /* line-height: inherit; temporary */
    line-height: 1.8;
}

#top p {
    margin: 1em 0;
    font-size: 18px;
}

#top p:last-child {
    margin-bottom: 0
}

@media (max-width: 1300px){
    #top p {
        padding: 0 25px;
    }
}

#top form.signup-form .checkbox-container label{
    font-size: 12px;
} 

/*
#top section {
    margin-bottom: 60px;
    margin-top: 60px
}
*/
@media(max-width: 575px) {
    #top section {
        margin-bottom:40px;
        margin-top: 40px
    }
}

#top header {
    background-color: rgba(57, 111, 145, 0); /* Example with 85% opacity */
}
#top header.fixed {
    background-color: rgba(57, 111, 145, 0.9); /* Example with 85% opacity */
}

#top .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 0 20px;
    margin-bottom:15px!important;
    width: 1300px; /* Was 1240px */
}

#top .container:after,#top .container:before {
    display: none!important
}

#top .flex {
    display: flex;
    margin: -10px
}

@media(max-width: 575px) {
    #top .flex {
        flex-direction:column
    }
}

#top .flex>div {
    flex: 1;
    margin: 10px
}

#top .center,#top h2 {
    text-align: center
}

#top h2 {
    color: inherit;
   /* font: 100 48px/1em GothamBook,sans-serif; */
    font: 100 48px/1em North Port,sans-serif!important;
    margin-bottom: 40px;
    color:#396f91;
}

#top .wht, h3.wht{
    color:#FFFFFF!important;
}

@media(max-width: 575px) {
    #top h2 {
        font-size:32px
    }
}

#top h3 {
    color: inherit;
    font: 100 48px/1em GothamBook,sans-serif;
    color:#396f91;
}

#top header {
    left: 0;
    position: fixed;
    top: 0;
    transition: all .5s ease;
    width: 100%;
    z-index: 100;
    padding-bottom: 15px!important;
    height: 75px!important;
}

#top header.fixed {
    background: rgba(50,111,148,.9)
}

#top header .container {
    align-items: center;
    display: flex;
    justify-content: space-between
}

#top header .container #logo {
    padding: 30px 0
}

@media(max-width: 575px) {
    #top header .container #logo {
        padding:15px 0
    }
}

#top header .container #logo img {
    flex: none;
    margin: -20px 60px -40px 0;
    width: 280px;
    padding-bottom:20px!important;
}

@media(max-width: 575px) {
    #top header .container #logo img {
        height:auto;
        margin-bottom: -22px;
        margin-top: -10px;
        width: 140px
    }
}

#top header .container #menu {
    align-items: center;
    color: #fff;
    display: none;
    justify-content: center;
    margin-right: -15px;
    text-align: center
}

@media(max-width: 575px) {
    #top header .container #menu {
        display:flex
    }
}

#top header .container #menu svg {
    cursor: pointer;
    display: block;
    height: 50px;
    transform: scale(1.25);
    transition: transform .4s;
    width: 50px
}

#top header .container #menu svg .line {
    fill: none;
    stroke: #fff;
    stroke-width: 5.5;
    stroke-linecap: round;
    transition: stroke-dasharray .4s,stroke-dashoffset .4s
}

#top header .container #menu svg .top {
    stroke-dasharray: 40 160
}

#top header .container #menu svg .middle {
    stroke-dasharray: 40 142;
    transform-origin: 50%;
    transition: transform .4s
}

#top header .container #menu svg .bottom {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: transform .4s,stroke-dashoffset .4s
}

#top header .container #menu.active svg {
    transform: rotate(45deg) scale(1.25)
}

#top header .container #menu.active svg .top {
    stroke-dashoffset: -64px
}

#top header .container #menu.active svg .middle {
    transform: rotate(90deg)
}

#top header .container #menu.active svg .bottom {
    stroke-dashoffset: -64px
}

#top header .container #nav {
    display: flex;
    flex: 1;
    justify-content: space-between
}

#top header .container #nav a {
    color: #fff;
    display: block;
    font: 300 18px/1em GothamBook,sans-serif;
    padding: 10px;
    text-decoration: none;
    white-space: nowrap
}

@media(max-width: 575px) {
    #top header .container #nav {
        background:rgba(122,151,171,.9);
        box-shadow: -5px 5px 10px rgba(50,111,148,.5);
        flex-direction: column;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 100%;
        transform: translateX(100%);
        transition: all .5s ease
    }

    #top header .container #nav #logo {
        padding: 10px 0
    }

    #top header .container #nav.active {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0)
    }
}


/* CTA BUTTONS */


#top .ctas {
    display: flex; 
    justify-content: center;
    gap: 15px; 
    flex-wrap: wrap; 
}

#top .ctas a {
    display: inline-flex; 
    align-items: center;
    background: #8f993e;
    border: 2px solid #fff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .25);
    color: #fff;
    cursor: pointer;
    padding: 15px 20px; 
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.25s ease;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px;
    min-width: auto; 
    white-space: nowrap; 
}



#top .ctas a:hover {
    background: #7a97ab;
    color: #fff
}
#top .ctas a svg {
    width: 32px;
    height: 32px;
    fill: white;
    margin-right: 10px; 
}
/*
#top .ctas a svg {
    height: 40px;
    margin: 0 15px 0 0;
    position: relative;
    top: -3px;
    width: 40px
}
*/

@media (min-width:1025px){
    #top .ctas a {
        font-size:36px!important;
    }
}
@media (min-width:414px) (max-width: 575px) {
    #top .ctas a {
        font: 300 14px / 14px GothamBook, sans-serif;
        justify-content: center; 
        letter-spacing: 1px;
        margin: 10px 0;
        padding: 15px;
    }
    #top .ctas a svg {
        height: 32px;
        width: 32px
    }
}
@media (min-width:414px) (max-width: 575px) {
    #top .ctas a {
        font: 300 14px / 14px GothamBook, sans-serif;
        justify-content: center; 
        letter-spacing: 1px;
        margin: 10px 0;
        padding: 15px;
    }
    #top .ctas a svg {
        height: 32px;
        width: 32px
    }
}

@media (max-width: 413px) {
  #top .ctas a {
      font: 300 12px / 12px GothamBook, sans-serif;
      word-wrap: break-word !important;
      white-space: normal !important;
      overflow-wrap: break-word !important;
      display: flex; /* key change */
      align-items: center;
      justify-content: center; /* center SVG + text */
      text-align: center;
      letter-spacing: .5px;
      margin: 10px 0;
      padding: 12px 16px;
      font-size: 14px;
  }

  #top .ctas a svg {
      width: 16px;
      height: 16px;
      margin-right: 8px;
      flex-shrink: 0; /* prevent squishing */
  }
}



/* HEADER */ 

#top #masthead {
    overflow: hidden
}

#top #masthead .video {
    height: 0;
    overflow: hidden;
    padding-bottom: 41%;
    width: 100%
}

@media(max-width: 575px) {
    #top #masthead .video {
        padding-bottom:53%
    }
}

#top #masthead .video .placement {
    height: 0;
    left: 0;
    padding-bottom: 56.25%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

#top #masthead .video .placement iframe,#top #masthead .video:after {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#top #masthead .video:after {
    background: rgba(0,0,0,.1);
    content: "";
    display: block
}

#top #masthead .slide img {
    animation: movement 60s infinite;
    transform-origin: top center
}

@media(max-width: 575px) {
    #top #masthead .slide img {
        left:-25vw;
        max-width: 150vw;
        width: 150vw
    }
}

#top #masthead .slide:after {
    background: rgba(0,0,0,.4);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#top #masthead h1 {
    bottom: 14vw;
    color: #fff;
    font: normal 6vw/1em NorthPort,cursive;
    left: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 1vw #000;
    white-space: nowrap;
    width: 100%
}

@media(max-width: 575px) {
    #top #masthead h1 {
        bottom:8vw;
        font-size: 8vw;
        text-shadow: 0 0 3vw #000
    }
}

#top #masthead .watermark {
    bottom: 1vw;
    display: none;
    position: absolute;
    right: 1vw;
    width: 15vw
}

@media(max-width: 575px) {
    #top #masthead .watermark {
        display:none
    }
}

#top #webtile {
    position: absolute;
    right: 1vw;
    top: 6vw;
    width: 15vw
}

#top #webtile img {
    display: block
}

@media(max-width: 575px) {
    #top #webtile {
        margin:30px auto 0;
        position: relative;
        right: auto;
        top: 0;
        width: 50vw
    }
}


/* -------------------------------------------
   NEW PRODUCT SECTION - 3-COLUMN LAYOUT
   BACKGROUND IMAGES VERSION
   ------------------------------------------- */

.new-product-section {
  background-color: #f4a623;
  border-top: 10px solid white;
  font: 300 18px/1.4 GothamBook, sans-serif;
  overflow: hidden;
  padding: 0;
}

.new-product-section .content-wrapper.three-column {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto;
}

/* SHARED COLUMN STYLES */
.new-product-section .left-column,
.new-product-section .right-column {
  width: 33.3333%;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.new-product-section .center-column {
  width: 33.3333%;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  padding: 20px 20px 20px 40px;
  box-sizing: border-box;
}

/* LEFT COLUMN */
.new-product-section .left-column {
  background-image: url('/Portals/0/Microsite/assets-microsite/new-products-front-elevation.jpg');
}

/* RIGHT COLUMN */
.new-product-section .right-column {
  background-color: #ecaa20;
  background-image: url('/Portals/0/Microsite/assets-microsite/new-products-kitchen.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;

  -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 40%);
  mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 40%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

/* CENTER COLUMN */
.new-product-section .center-column {
  background-image: url('/Portals/0/Microsite/assets-microsite/center-background-image.png');
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  position: relative;
  z-index: 2;
}

.new-product-section .center-column > * {
  position: relative;
  z-index: 1;
}

/* HEADINGS AND PARAGRAPH */
.new-product-section .center-column h2 {
  font-family: 'North Port', sans-serif;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #FFFFFF!important;
}

.new-product-section .center-column p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-family: GothamBook, sans-serif;
  color: #FFFFFF!important;
}

/* CTA BUTTONS */
.new-product-section .cta-button {
  background-color: #e79d48;
  color: white!important;
  padding: 10px 22px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 700;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  border: 3px solid white;
  margin: 5px;
}

.new-product-section .cta-button:hover {
  background-color: #d48a40;
}

.new-product-section .cta-button.bg-blue {
  background-color: #1dbddd;
}

.new-product-section .cta-button.bg-blue:hover {
  background-color: #1595ae;
}

/* -------------------------------------------
   RESPONSIVE STYLES - TABLET & MOBILE
   ------------------------------------------- */


@media (max-width:1024px){
  .new-product-section .content-wrapper.three-column {
    flex-direction: column;
    align-items: center;
  }

  .new-product-section .left-column,
  .new-product-section .center-column,
  .new-product-section .right-column {
    width: 100%;
    min-height: 240px;
    padding: 20px;
  }

 .new-product-section .cta-button {
    font-size: 14px;
    padding: 8px 18px;
  }

  .new-product-section .left-column,
  .new-product-section .right-column {
    display: none!important;
  }

  .new-product-section .center-column {
    width: 100%;
    height: 600px;
    background-image: url('/Portals/0/Microsite/assets-microsite/new-product-bg-mobile.jpg');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 5px 20px;
  }

  .new-product-section .center-inner {
    background: rgba(0, 0, 0, 0.0);
    padding: 20px;
    border-radius: 10px;
    color: white;
    text-align: center;
    width: 100%;
    max-width: 700px;
  }

  .new-product-section .center-inner h2,
  .new-product-section .center-inner p {
    color: white!important;
    line-height: 1!important;
  }

  .new-product-section .center-inner .cta-button {
    display: inline-block;
    margin: 0!important;
  }



}

@media (min-width:576px) and (max-width: 1024px) {

  .center-inner > h2#np-h2.np-h2 {
    font-size: 36px!important;
    margin-bottom: 5px!important;
  }

  .new-product-section .center-column p {
    margin-top: 5px!important;
    font-size: 14px;
    line-height: 1!important;
  }
}



@media (min-width: 415px) and (max-width: 575px){
   .center-inner > h2#np-h2.np-h2 {
    font-size:26px!important;
    margin-bottom: 5px!important;
  }

  .new-product-section .center-column p {
    margin-top: 5px!important;
    font-size: 14px!important;
    line-height: 1!important;
  }

  .new-product-section .cta-button {
    font-size: 13px!important;
    padding: 7px 12px!important;
  }

  .new-product-section a.cta-button.bg-blue {
    margin-top:5px!important;
    padding: 7px 12px!important;
  }
}
@media (min-width: 336px) and (max-width: 414px){
   .center-inner > h2#np-h2.np-h2 {
    font-size:20px!important;
    margin-bottom: 5px!important;
  }

  .new-product-section .center-column p {
    margin-top: 5px!important;
    font-size: 12px!important;
    line-height: 1!important;
  }

  .new-product-section .cta-button {
    font-size: 10px!important;
    padding: 5px!important;
  }

  .new-product-section a.cta-button.bg-blue {
    margin-top:5px!important;
    padding: 5px!important;
  }
}

@media (min-width: 275px) and (max-width: 335px){
   .center-inner > h2#np-h2.np-h2 {
    font-size:18px!important;
    margin-bottom: 5px!important;
  }

  .new-product-section .center-column p {
    margin-top: 5px!important;
    font-size: 10px!important;
    line-height: 1!important;
  }

  .new-product-section .cta-button {
    font-size: 10px!important;
    padding: 5px!important;
  }

  .new-product-section a.cta-button.bg-blue {
    margin-top:5px!important;
    padding: 5px!important;
  }
}

/* TOP MAIN */

#top .stay-close-section {
    background: url('/Portals/0/Microsite/assets-microsite/scaga-section-bg.png') no-repeat center center;
    background-size: cover;
    padding:0!important;
    margin-bottom: 60px;
    margin-top:60px;
}
@media (max-width:1024px){
    #top .stay-close-section {
        background: url('/Portals/0/Microsite/assets-microsite/scaga-section-mobile-bg.png') no-repeat center center;
        background-size: cover;
        padding:0!important;
    }    
}


/* Content Wrapper */
#top .stay-close-section .content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    gap: 50px;
}

/* Left Column: Text Content */
#top .stay-close-section  .text-content {
    flex: 1;
    max-width: 100%;
}

/* Right Column: Signup Form */
.signup-form-container {
    flex: 1;
    width: 800px;
    max-width: 100%;
    height: 600px;
    max-height: 100%;
    background: url('/Portals/0/Microsite/assets-microsite/sign-up-form-background.png') no-repeat center center;
    background-size: cover;
    padding: 30px;
    border-radius: 8px;
    background-color: #e4e9df;
}

/* Form Inputs */
#top .signup-form-container input {
    width: 100%;
    padding: 30px 14px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
}

/* Force placeholder color on text inputs */
input::placeholder {
  color: #396f91 !important;
  opacity: 1 !important;
}

input::-webkit-input-placeholder {
  color: #396f91 !important;
  opacity: 1 !important;
}

input::-moz-placeholder {
  color: #396f91 !important;
  opacity: 1 !important;
}

input:-moz-placeholder {
  color: #396f91 !important;
  opacity: 1 !important;
}

input:-ms-input-placeholder {
  color: #396f91 !important;
}

input::-ms-input-placeholder {
  color: #396f91 !important;
}
select, select#role {
  color: #396f91 !important;
  background-color: #ffffff !important;
  border: 1px solid #ccc;
  font-size: 16px;
  text-transform: none!important;
  font-family: GothamBook, sans-serif!important;
}

select option:disabled {
  color: #396f91 !important;
  opacity: 1 !important;
  font-family: GothamBook, sans-serif!important;
}

#top .signup-form-container select {
    width: 100%;
    padding: 14px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 20px;
    height: 60px; /* rg added */ 
    font-family: GothamBook, sans-serif!important;
}

#top .signup-form-container button.submit-btn {
    float: right;
}
/* ?v02212025v9 */





/* Checkbox Container */
#top .checkbox-container {
    display: flex;
    align-items: center; /* Align checkbox and text vertically */

}

/* Checkbox Styling */
#top .checkbox-container input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 8px; /* Space between checkbox and text */
}
div.form-footer > .checkbox-container label {
    font-size: 18px;
    margin-top: 10px;
}
/* Submit Button Placement */
#top .submit-btn {
    width: 150px;
    padding: 5px;
    background-color: #5b7f95;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
}
#top .submit-btn:hover {
    background-color:#7a97ab;
}

h3.h3-sign-up {
    font-size:32px!important;
    margin-bottom:45px!important;
}

#main > .content-wrapper > #contactForm > .st-form > #stga.submit-btn {
    width: 150px;
    padding: 15px;
    background-color: #5b7f95;
    color: white;
    border: none;
    border-radius: 0!important;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    font-family: GothamBook, sans-serif !important;
}
#main > .content-wrapper > #contactForm > .st-form >  #stga.submit-btn:hover {
    background-color:#7a97ab;
}
/* Make Checkbox & Button Align in One Row */
#top .form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Pushes elements apart */
    margin-top: 10px;
}
input#stga {
    position: absolute;
    right: 0;
    top: 378px;

}
div.form-footer > input#rtsat {
    position: absolute;
    right: 0;
    width: 150px;
    padding: 15px;
    background-color: #5b7f95;
    color: white;
    border: none;
    border-radius: 0!important;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
}

div.form-footer > input#rtsat {
    width: 150px;
    padding: 15px;
    background-color: #5b7f95;
    color: white;
    border: none;
    border-radius: 0!important;
    cursor: pointer;
    font-size: 16px;
    text-align: center;  
    font-family: GothamBook, sans-serif !important;  
}
input#rtsat:hover {
    background-color:#7a97ab;
}


/* Mobile & Tablet Adjustments */
@media (max-width: 1024px) {
    #top .content-wrapper {
        flex-direction: column;
        text-align: center;
    }

    #top .signup-form-container {
        max-width: 100%;
    }
}

@media (max-width: 424px){
    input#stga{
        left: 0;
        top: 411px;
    }

    input#rtsat{
        position: absolute;
        right:0;
    }
}


/* LOCATION */

#location2 {
    background-image: url('/Portals/0/Microsite/assets-microsite/location-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: transparent;
}

@media (max-width:1024px){
    #location2 {
        background-image: url('/Portals/0/Microsite/assets-microsite/location-mobile-bg.png');
    }    
}

#top #location {
    background: #7a97ab;
    color: #fff;
    font-size: .8em;
    font-weight: 100;
    padding: 60px 0
}

@media(max-width: 575px) {
    #top #location {
        font-size:1em;
        padding: 40px 0
    }
}

#top #location .flex>div {
    line-height: 1.2em;
    text-align: center
}

#top #location .flex>div svg {
    display: inline-block;
    height: 60px;
    margin-bottom: 10px;
    width: 60px
}

#top #location .flex>div span {
    display: block;
    font-size: 1.2em;
    font-weight: 400
}

#top #location2 img {
    height: auto;
    margin: 60px auto;
    width: 1200px
}

#top #incentives {
    text-align: center
}

#top #incentives img {
    display: block;
    margin: 0 auto
}

#top #incentives strong {
    color: #52297d
}

#top #incentives .eztag,#top #incentives .eztag a {
    align-items: center;
    display: flex;
    justify-content: center
}

#top #incentives .eztag a {
    background: #52297d;
    border: 2px solid #fff;
    box-shadow: 3px 3px 6px rgba(0,0,0,.25);
    color: #fff;
    cursor: pointer;
    margin: 20px;
    padding: 15px 90px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .25s ease
}

@media(max-width: 575px) {
    #top #incentives .eztag a {
        padding:15px
    }
}

#top #incentives .eztag a:hover {
    background: #303;
    color: #fff
}

#top #incentives .eztag a svg {
    height: 40px;
    margin: 0 15px 0 0;
    position: relative;
    top: -3px;
    width: 40px
}

#top section#builders {
    color: #fff;
    padding: 60px 0;
}

@media(max-width: 575px) {0

    #top #builders {
        padding:40px 0
    }
}



/* BUILDERS SECTION */

/* BUILDERS */

#top #builders {
  background-image: url('/Portals/0/Microsite/assets-microsite/builders-blue-bg.png') !important;
  background-color: #326f94;
  background-position: center center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow-x: hidden;
  position: relative;
}

@media (max-width: 1024px) {
  #top > main#microsite > #builders {
    background-image: url('/Portals/0/Microsite/assets-microsite/builders-blue-mobile-bg.png') !important;
  }
}

#top #builders .container {
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}

/* Headline section */
#top #thebuilders {
  color: #000;
  margin: 0;
  padding: 0;
  transition: all 1s ease;
}

/* CTA Fix */
#top section#builders > div.container > div.cta-wrapper {
  margin-top: 60px !important;
  clear: both;
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}

/* ===========================
   MODELS FLEX LAYOUT
============================= */

#top #models {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 0;
  opacity: 0;
  transform: scale(0.5);
  transition: all 1s ease;
  pointer-events: none;
  padding: 0 20px;
}

#top #models.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

#top #models .model {
  width: calc(33.333% - 20px);
  position: relative;
  display: flex;
  flex-direction: column;
}

#top #models .model:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent);
  z-index: 1;
}

#top #models .model img {
  width: 100%;
  display: block;
  transition: all 0.5s ease;
}

#top #models .model .content {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  height: calc(100% - 30px);
  background: hsla(0, 0%, 100%, 0.75);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
  text-align: center;
  z-index: 2;
}

#top #models .model .content .logo {
  height: 40px;
  margin-bottom: 10px;
  width: 100%;
}

#top #models .model .content .logo img {
  height: 40px;
  width: 50%;
  object-fit: contain;
  margin: 0 auto;
  filter: brightness(0);
  transition: all 0.5s ease;
}

#top #models .model .content > div {
  color: #000;
  font: 400 24px/1em Campton, sans-serif;
  font-variant: small-caps;
  margin: 0;
  transition: all 0.5s ease;
}

#top #models .model .content > div .detail {
  font-size: 22px;
  font-style: italic;
}

#top #models .model .content button {
  background: #326f94;
  border: none;
  color: #fff;
  font: 400 20px/24px Campton, sans-serif;
  padding: 6px 30px;
  margin-top: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  transition: all 0.5s ease;
}

#top #models .model:hover img {
  transform: scale(1.1);
}

#top #models .model:hover .content {
  background: rgba(0, 0, 0, 0.75);
}

#top #models .model:hover .content > div {
  color: #fff;
}

#top #models .model:hover .content button {
  background: #ebab21;
}

#top #models .model:hover .content .logo img {
  filter: brightness(0) invert(1);
}

/* ✨ Center the last two models when there are 5 ✨ */
#top #models .model:nth-child(4):nth-last-child(1),
#top #models .model:nth-child(4):nth-last-child(2) {
  margin-left: calc(0% + 10px);
}

@media (max-width: 1024px) {
  #top #models .model {
    width: calc(50% - 15px);
  }

  #top #models .model:nth-child(4),
  #top #models .model:nth-child(5) {
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  #top #models .model {
    width: 100%;
  }
}



/* HURRICANE PREPARED */



/* Base Styles */
#hurricane-prepared {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:0!important;
    padding:0!important;
    /* height: 100vh;  Full height */
}

.img-text-wrapper {
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
/* Left Side: Image Content */
.image-content {
    flex: 1; /* Takes up half the section */
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-content img {
    width: 100%; /* Make image fully responsive */
    height: 100%; /* Full height of the section */
    object-fit: cover; /* Ensures the image fills the space properly */
}

/* Right Side: Text Content */
#hurricane-prepared .text-content {
    flex: 1;
    padding:0;
    text-align: left;
}
#hurricane-prepared .text-content h2{
    text-align: left;
}

#hurricane-prepared .text-content ul {
    list-style-type: disc !important; 
    list-style-position: inside !important; 
    padding-left: 20px;
    margin-top: 10px;
}

#hurricane-prepared .text-content ul li {
    display: list-item !important;
    list-style-type: inherit !important;
    font-size: 18px;
}




/* Responsive Layout (1024px and Below) */
@media (max-width: 1024px) {
    #hurricane-prepared  .img-text-wrapper{
        flex-direction: column;
        height: auto; /* Allow natural height */
    }

    .image-content {
        width: 100%;
        height: 50vh; /* Reduce image height */
    }

    .image-content img {
        width: 600px;
        max-width:100%;
        height: 100%;
        max-height: 100%;
        object-fit: cover;
    }

    .text-content {
        width: 600px;
        max-width: 100%;
        padding: 20px;
    }
}

/* AMENITIES SECTION */

.amenities-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
 h2.section-title {
    margin-top:2%;
    width: 100%;
}






/* AMENITIES GRID */

/* Amenities Grid Section */
#amenities {
    padding: 0;
    background: #fff; /* Dark background for contrast */
}

/* Grid Layout */
.amenities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px; /* Adjust spacing between grid items */
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
}

/* Individual Amenity Item */
.amenity-item {
    position: relative;
    overflow: hidden;
    border-radius: 5px; /* Optional: Rounded corners */
}

.amenity-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 1s ease-in-out;
}

/* Overlay Text */
.overlay {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.0);
    color: #fff;
    text-align: center;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 36px;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
}

/* Hover Effect */
.amenity-item:hover img {
    transform: scale(1.05);
}

/* Responsive Layout */
@media (max-width: 1024px) {
    .amenities-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns */
    }
}

@media (max-width: 768px) {
    .amenities-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns for smaller screens */
    }
}

@media (max-width: 480px) {
    .amenities-grid {
        grid-template-columns: repeat(1, 1fr); /* 1 column for mobile */
    }
}



/* LIFESTYLE SECTION */ 


#top #lifestyle-section{
    background-position: center;
    background-image: url('/Portals/0/Microsite/assets-microsite/lifestyle/lifestyle-bg.png')!important;
    backround-repeat: no-repeat;
    background-size: cover;
    padding:0!important;
    padding:60px 0!important;
}
@media (max-width:1024px){
    #top #lifestyle-section {
        background: url('/Portals/0/Microsite/assets-microsite/lifestyle/lifestyle-mobile-bg.png') no-repeat center center;
        background-size: cover;
        padding:0!important;
        
    }    
}



/* Lifestyle Section Styling */
#lifestyle-section {
    text-align: center;
    padding: 40px 20px;
    /* background-color: #f8f8f8; */
}

.center-text {
    max-width: 1200px;
    margin: 0 auto 20px;
    text-align: center;
    color: #555;
}

.section-title {
    font-size: 32px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 26px;
    font-weight: bold;
    color: #34495e;
    margin-top: 30px;
}
.lifestyle-intro, .lifestyle-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lifestyle-intro p, .lifestyle-details p {
    text-align: left !important;
    display: block;
    width: 100%;
}
.btn {
    display: inline-block;
    padding: 12px 20px;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

.btn-primary {
    background-color: #a6b356;
    color: #fff;
}

.btn-secondary {
    background-color: #008080;
    color: #fff;
}

/* Image Grid */
.lifestyle-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 1300px;
    margin: 30px auto;
}

.grid-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

/* Features List & Badges in Columns */
.lifestyle-extras {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1300px;
    margin: 20px auto;
    flex-wrap: wrap;
    gap: 50px;
}

.badges {
    flex: 1;
    text-align: center;
}

.lifestyle-extras > .badges > img {
    width: 390px;
    max-width: 100%;
}

.features-container {
    flex: 2;
    text-align: left;
}

.features-list {
    width: 900px;
    max-width:100%;
    font-family: 'Proxima Nova', sans-serif;
    text-transform: uppercase!important;
    margin-bottom:25px;
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.features-container > .features-list ul{

}
.features-list li {
    font-size: 20px;
    color: #2c3e50;
    display: flex;
    align-items: center;
}

.features-list .icon {
    margin-right: 8px;
    font-size: 20px;
}
img.img-icon{
    width:45px;
}
.cta-wrapper {
    margin-top: 20px;
    text-align: left;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .lifestyle-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .features-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .lifestyle-extras {
        flex-direction: column;
        text-align: center;
    }
    .cta-wrapper {
        text-align: center;
    }
}

@media (max-width: 768px) {

    section#lifestyle-section > div.lifestyle-intro, div.lifestyle-extras{
        display:block!important;
    }

    .lifestyle-extras > .badges > img {
        margin-left:auto!important;
        margin-right:auto!important;
    }
    .lifestyle-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .features-list {
        grid-template-columns: repeat(1, 1fr);
        justify-content: center; 
        place-items: center; 
    }

}



/* SCHOOLS SECTION */


/* Schools Section Styling */
#schools-section {
    text-align: center;
}

#top #bg-container{
    background-position: center;
    background-image: url('/Portals/0/Microsite/assets-microsite/schools-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding:0!important;
    padding:60px 0!important;
}

@media (max-width:1024px){
    #top #bg-container {
        background: url('/Portals/0/Microsite/assets-microsite/schools-mobile-bg.png') no-repeat center center;
        background-size: cover;
        padding:0!important;
        margin: 0 15px;      
    }    
}

.section-title {
    font-size: 32px;
    font-weight: bold;
    color: #2c3e50;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.center-text {
    max-width: 1200px;
    margin: 0 auto 20px;
    text-align: center;
}
.schools-intro {
    text-align: center;
}
.schools-intro p {
    max-width: 800px;
    margin: 0 auto !important; /* Override global p margin */
    text-align: center !important; /* Ensure text is centered */
    display: block;
}



/* Schools Grid */
.schools-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 30px auto;
    text-align: left;
}

.school-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.school-item .icon {
    font-size: 24px;
    color: #008080;
}

.school-text {
    font-size: 18px;
    color: #2c3e50;
}

/* CTA Button */
.cta-wrapper {
    margin-top:0;
    margin-bottom:50px;
    text-align: center;
}

.btn-primary {
    display: inline-block;
    padding: 12px 20px;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    background-color: #a6b356;
    color: #fff;
    border: none;
}

.btn-primary:hover {
    background-color: #8a9a45;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .schools-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}



/* TOUR */

/* Tour Section Styling */
.tour-section {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1c24c; /* Golden Yellow */
    padding: 0;
    margin-bottom: 0!important;
}

/* Container to make sure content spans full width */
.tour-container {
    display: flex;
    width: 100%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

/* Left Side: Image */
.tour-image {
    width: 50%;
    position: relative;
}

.tour-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Right Side: Form */
.tour-form {
    width: 50%;
    background-color: #f1c24c; /* Golden Yellow */
    padding: 40px;
    text-align: center;
}
/*
.tour-form form{
    padding-top: 8%;
}
*/
/* Heading */
.tour-form h2 {
    margin-top:5%;
    font-family: "Brush Script MT", cursive;
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* Form Rows */
.form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    gap: 15px;
}


/* Form Inputs & Dropdown */
.form-row input {
    flex:1;
    width: 50%;
    min-width: 0;
    padding: 12px;
    font-size: 16px;
    border: none;
    background: #ffffff;
    color: #333;
    text-transform: uppercase;
}
.form-row select {
    font-family: GothamBook, sans-serif!important;
    flex:1;
    width: 50%;
    min-width: 0;
    padding: 0px;
    font-size: 16px;
    border: none;
    background: #ffffff;
    color: #333;
}

/* Style Dropdown ("I AM A...") */
/* Reset Select Box */
.form-row select {
    font-family: GothamBook, sans-serif!important;
    height: 38px!important;
    color: #396f91 !important; /* Force text color */
    background-color: #ffffff !important; /* Ensure background is white */
    border: 1px solid #ccc !important; /* Add a visible border */
    font-size: 16px !important;
    padding: 0px 12px!important;
    /* height: auto !important; */
    display: block !important;
    width: 100% !important;
}

/* Force Options to Show Correctly */
.form-row select option {
    font-family: GothamBook, sans-serif!important;
    color: #396f91 !important;
    background-color: #ffffff !important;
}

/* Safari Fix */
@supports (-webkit-appearance: none) {
    .form-row select {
        font-family: GothamBook, sans-serif!important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
    }
}

/* Fix for Firefox */
@-moz-document url-prefix() {
    .form-row select {
        color: #396f91 !important;
    }
}

/* Force Visibility */
.form-row select:focus,
.form-row select:active {
    color: #396f91 !important;
    background-color: #ffffff !important;
}


/* If the first option is disabled, ensure it remains visible */
.form-row select option:disabled {
    color: #396f91 !important;
    opacity: 1 !important;
}


/* Date Picker & Time Picker */
.form-row input[type="date"],
.form-row input[type="time"] {
    text-transform: none;
    color: #396f91!important;

}

.form-row input[type="time"] {
    height: 38px; /* Match the height of other inputs */
    padding: 12px; /* Ensure uniform padding */
    font-size: 16px;
}

/* Apply placeholder color to all input fields */
.form-row input::placeholder,
.form-row select::placeholder {
    font-family: GothamBook, sans-serif!important;
    color: #396f91;
    opacity: 1; /* Ensures color is visible in all browsers */
}

/* Ensure compatibility with different browsers */
.form-row input::-webkit-input-placeholder,
.form-row select::-webkit-input-placeholder {
    font-family: GothamBook, sans-serif!important;
    color: #396f91;
}

.form-row input:-moz-placeholder,
.form-row select:-moz-placeholder {
    font-family: GothamBook, sans-serif!important;
    color: #396f91;
}

.form-row input::-moz-placeholder,
.form-row select::-moz-placeholder {
    font-family: GothamBook, sans-serif!important;
    color: #396f91;
}

.form-row input:-ms-input-placeholder,
.form-row select:-ms-input-placeholder {
    color: #396f91;
}


/* Checkbox */
.checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.checkbox-container label{
    font-size:18px;
    margin-top:-8px;
    
}
.checkbox-container input {
    margin-right: 10px;
}

/* Submit Button */
.submit-btn {
    background-color: #1f3f68; /* Dark Blue */
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
}

.submit-btn:hover {
    background-color: #152c50;
}

@media (min-width: 769px){
    #top .form-row label{
        margin-top: 12px!important;
    }  
}



/* Responsive Design */
@media (max-width: 1024px) {
    .tour-container {
        flex-direction: column;
    }

    .tour-image,
    .tour-form {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }

    .form-row input,
    .form-row select {
        width: 100%;
    }
}

@media (max-width:575px){
    #top .form-footer {
        display: block!important;
        
    }


    div#requesttour2 {
        margin-bottom: 50px;
    }

    input#rtsat{
        left: 0!important;
    }

    #top .form-row{
        display: block!important;
    }


    .form-row input[type="date"],
    .form-row input[type="time"] {
      
      width: 100!important;         /* half of the row, side-by-side */
      min-width: 0;       /* prevent overflow */
      padding: 12px;
      font-size: 16px;
      border: none;
      background: #ffffff;
      color: #333;
      text-transform: uppercase;
      display: block;
      margin-bottom: 10px;
      height: 38px;       /* match existing */
      box-sizing: border-box;
    }

    /* Optional: focus style */
    .form-row input[type="date"]:focus,
    .form-row input[type="time"]:focus {
      outline: none;
      border: 1px solid #1dbddd; /* add if you want some border feedback */
      box-shadow: 0 0 3px rgba(29, 189, 221, 0.5);
    }

    /* Optional: adjust calendar and time icons (for Webkit browsers) */
    .form-row input[type="date"]::-webkit-calendar-picker-indicator,
    .form-row input[type="time"]::-webkit-calendar-picker-indicator {
      filter: invert(0.5);
      cursor: pointer;
    }
}






/* Footer Section */
#top footer{
    background-color:#7a97ab!important;
    padding-bottom: 25px!important;
}
#top footer .footer-container {
    display: flex;
    align-items: center;
}

#top footer img {
    height: auto;
}
.footer-section {
    width: 100%;
    background-color: #7a97ab; 
    color: #ffffff;
    padding: 20px 0;
}

/* Footer Container */
.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* Footer Columns */
.footer-column {
    text-align: center;
}

/* Make Center Column Wider */
.footer-center {
    text-align: center;
}

/* Left Column: Hillwood Logo */
.footer-left .footer-logo {
    width: 180px; 
}

/* Center Column: Address, Contact, and Legal */
.footer-center p {
    margin: 5px 0;
    font-size: 12px!important;
    display: flex;
    justify-content: center;
    
}

/* Equal Housing Logo */
.equal-housing-icon {
    width: 30px; /* ✅ Match image */
    height: 30px;
    fill: #ffffff; /* ✅ Ensure white color */
}

/* Right Column: Developer of the Year */
.footer-right .developer-badge {
    width: 125px; /* ✅ Ensure badge is correctly sized */
}

/* Privacy & Terms Link */
.footer-center a {
    color: #ffffff;
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer-column {
        margin-bottom: 15px;
    }

    /* On mobile, make all columns the same width */
    .footer-center {
        flex: 1;
    }
}






/* Explorer */
#top #explorer {
    left: 0;
    opacity: 0;
    padding: 80px 20px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: scale(.5);
    transition: all 1s ease;
    width: 100%;
    z-index: 5
}

#top #explorer.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1)
}

#top #explorer>div {
    background: #fff;
    box-shadow: 5px 5px 10px rgba(0,0,0,.25);
    display: none;
    margin: 0 auto;
    max-width: 1250px;
    padding: 40px
}

@media(max-width: 575px) {
    #top #explorer>div {
        padding:15px
    }
}

#top #explorer>div .mbh-explore {
    transform: translateX(40px);
    transition: all .5s ease
}

#top #explorer>div.active {
    display: block;
    top: 0
}

#top #explorer>div.active .mbh-explore {
    transform: translateY(0)
}

#top #explorer>div .logo {
    height: 50px;
    left: 0;
    position: absolute;
    top: -105px;
    width: 100%
}

@media(max-width: 575px) {
    #top #explorer>div .logo {
        top:-80px
    }
}

#top #explorer>div .logo img {
    filter: brightness(0) invert(1);
    height: 50px;
    margin: 0 auto;
    object-fit: contain;
    width: 260px
}

#top #explorer>div .close {
    background: #7a97ab;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    cursor: pointer;
    height: 32px;
    left: auto;
    position: absolute;
    right: -40px;
    top: -40px;
    transform: translate(50%,-50%);
    transition: all .5s ease;
    width: 32px
}

@media(max-width: 575px) {
    #top #explorer>div .close {
        right:-15px;
        top: -15px
    }
}

#top #explorer>div .close svg {
    color: #fff;
    display: block;
    height: 20px;
    margin: 6px;
    width: 20px
}

#top #explorer>div .close:hover {
    background: #8f993e
}

#top #explorer>div .close-alt {
    align-items: center;
    bottom: -100px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    height: 50px;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

@media(max-width: 575px) {
    #top #explorer>div .close-alt {
        bottom:-75px
    }
}

#top #explorer>div .close-alt>span {
    background: #326f94;
    display: block;
    height: 24px;
    margin-left: 10px;
    position: relative;
    width: 24px
}

#top #explorer>div .close-alt>span>span {
    background: #f4f3f1;
    display: block;
    height: 100%;
    left: 11px;
    position: absolute;
    width: 2px
}

#top #explorer>div .close-alt>span>span:first-child {
    transform: rotate(90deg)
}

#top #explorer>div h2 {
    color: #000;
    font-size: 32px;
    margin-bottom: 15px
}

@media(max-width: 575px) {
    #top #explorer>div h2 {
        font-size:24px
    }
}

#top #explorer>div h3 {
    color: #7a97ab;
    font-size: 24px;
    text-align: center
}

@media(max-width: 575px) {
    #top #explorer>div h3 {
        font-size:18px
    }
}

#top #explorer>div .features {
    display: flex;
    justify-content: space-between;
    margin: -5px
}

@media(max-width: 575px) {
    #top #explorer>div .features {
        flex-wrap:wrap
    }
}

#top #explorer>div .features>div {
    align-items: center;
    display: flex;
    flex: none;
    font-size: 14px;
    padding: 5px;
    text-transform: uppercase
}

@media(max-width: 575px) {
    #top #explorer>div .features>div {
        font-size:13px;
        line-height: 1em;
        width: 50%
    }
}

#top #explorer>div .features>div svg {
    color: #7a97ab;
    display: block;
    flex: none;
    height: 32px;
    margin-right: 10px;
    width: 32px
}

@media(max-width: 575px) {
    #top #explorer>div .features>div svg {
        height:24px;
        width: 24px!important
    }
}

#top #explorer>div .tabs-panels {
    display: flex;
    margin: 25px 0
}

@media(max-width: 575px) {
    #top #explorer>div .tabs-panels {
        display:block;
        margin-bottom: 10px
    }
}

#top #explorer>div .tabs {
    display: flex;
    flex: none
}

@media(min-width: 576px) {
    #top #explorer>div .tabs {
        flex-direction:column;
        justify-content: space-around;
        padding-right: 30px;
        width: 30%
    }
}

@media(max-width: 575px) {
    #top #explorer>div .tabs {
        flex-wrap:wrap
    }
}

#top #explorer>div .tabs .tab {
    cursor: pointer
}

@media(max-width: 575px) {
    #top #explorer>div .tabs .tab {
        width:50%
    }
}

#top #explorer>div .tabs .tab label {
    align-items: center;
    background: transparent;
    clip-path: polygon(0 0,calc(100% - 30px) 0,100% 50%,calc(100% - 30px) 100%,0 100%);
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    line-height: 1em;
    margin: 5px 0;
    max-height: 55px;
    padding: 10px 15px;
    transition: all .5s ease
}

@media(max-width: 575px) {
    #top #explorer>div .tabs .tab label {
        clip-path:polygon(0 0,100% 0,100% 90%,50% 100%,0 90%);
        font-size: 13px;
        letter-spacing: 0;
        max-height: 35px;
        padding: 10px
    }
}

#top #explorer>div .tabs .tab label svg {
    color: #7a97ab;
    display: inline-block;
    height: 35px;
    margin: 0 10px 0 0;
    position: relative;
    top: -1px;
    transition: all .5s ease;
    width: 35px
}

@media(max-width: 575px) {
    #top #explorer>div .tabs .tab label svg {
        height:25px;
        width: 25px
    }
}

#top #explorer>div .tabs .tab.active {
    cursor: default;
    filter: drop-shadow(3px 3px 5px rgba(0,0,0,.5))
}

#top #explorer>div .tabs .tab.active label {
    background: #7a97ab;
    color: #fff;
    cursor: default
}

#top #explorer>div .tabs .tab.active label svg {
    color: #fff
}

#top #explorer>div .panels {
    flex: none;
    height: 0;
    padding-bottom: 39.375%;
    width: 70%
}

@media(max-width: 575px) {
    #top #explorer>div .panels {
        padding-bottom:56.25%;
        width: 100%
    }
}

#top #explorer>div .panels:before {
    animation: stRotate 1s linear infinite;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 24 24'%3E%3Cpath fill='silver' d='M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm8 12a8 8 0 1 1-16 0 8 8 0 0 1 16 0zM1 12C1 5.935 5.935 1 12 1v2c-4.962 0-9 4.038-9 9a8.972 8.972 0 0 0 2.639 6.361l-1.414 1.414.015.014A10.97 10.97 0 0 1 1 12z'/%3E%3C/svg%3E");
    content: "";
    height: 64px;
    left: 50%;
    margin-left: -32px;
    margin-top: -42px;
    position: absolute;
    top: 50%;
    width: 64px;
    z-index: 0
}

#top #explorer>div .panels:after {
    color: silver;
    content: "LOADING";
    font: normal 20px/20px GothamBook,sans-serif;
    left: 0;
    margin-top: 32px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 0
}

#top #explorer>div .panels>div {
    height: 100%;
    left: -25600px;
    position: absolute;
    top: 0;
    transition: none!important;
    width: 100%;
    z-index: 1
}

#top #explorer>div .panels>div.story {
    background: #f6f6f6;
    border: 1px solid #e0e0e0;
    font-size: 18px;
    line-height: 1.2em;
    overflow: auto;
    padding: 30px
}

@media(max-width: 575px) {
    #top #explorer>div .panels>div.story {
        padding:15px
    }
}

#top #explorer>div .panels>div iframe {
    border: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#top #explorer>div .panels>div iframe[data-src] {
    border: 1px solid #b0b0b0
}

#top #explorer>div .panels>div.active {
    left: 0
}

#top #explorer>div .builder-ctas {
    display: flex;
    justify-content: space-between;
    margin: 0 0 0 auto;
    width: 70%
}

@media(max-width: 575px) {
    #top #explorer>div .builder-ctas {
        flex-direction:column;
        width: 100%
    }

    #top #explorer>div .builder-ctas>a {
        margin: 5px!important
    }
}

#top #explorer>div .builder-ctas>a {
    align-items: center;
    color: #000;
    cursor: pointer;
    display: flex;
    flex: none;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase
}

#top #explorer>div .builder-ctas>a svg {
    color: #7a97ab;
    height: 32px;
    margin-right: 10px;
    width: 32px
}

#top #explorer>div .slick-next,#top #explorer>div .slick-prev {
    background: no-repeat 50% url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='64' viewBox='0 0 24 24' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M10.477 0H1.5l12.024 12L1.5 24h8.977L22.5 12z'/%3E%3C/svg%3E");
    color: red;
    cursor: pointer;
    height: 100%;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s ease;
    width: 80px;
    z-index: 2
}

#top #explorer>div .slick-next:before,#top #explorer>div .slick-prev:before {
    display: none!important
}

@media(max-width: 575px) {
    #top #explorer>div .slick-next,#top #explorer>div .slick-prev {
        background-size:20px 40px;
        opacity: .8;
        width: 30px
    }
}

#top #explorer>div .slick-next:hover,#top #explorer>div .slick-prev:hover {
    opacity: 1
}

#top #explorer>div .slick-next {
    transform: none
}

#top #explorer>div .slick-prev {
    left: 0;
    right: auto;
    transform: rotate(180deg)
}

#top #explorer>div .slick-dots {
    bottom: 15px;
    display: block;
    height: 15px;
    left: 0;
    list-style: none;
    position: absolute;
    text-align: center;
    width: 100%
}

@media(max-width: 575px) {
    #top #explorer>div .slick-dots {
        height:8px
    }
}

#top #explorer>div .slick-dots>li {
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    margin: 0 3px;
    position: relative;
    width: 12px
}

@media(max-width: 575px) {
    #top #explorer>div .slick-dots>li {
        display:none;
        height: 8px;
        margin: 0 1px;
        width: 8px
    }
}

#top #explorer>div .slick-dots>li.slick-active {
    background: #fff
}

#top #explorer>div .slick-dots>li button {
    cursor: pointer;
    font-size: 1px;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#top .homesitemap {
    background: #fff;
    border: 1px solid #d0d0d0;
    cursor: url(https://www.pomonabyhillwood.com/Portals/0/model-home-park/openhandcursor.png),pointer;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

#top .homesitemap.dragging {
    cursor: url(https://www.pomonabyhillwood.com/Portals/0/model-home-park/closedhandcursor.png),pointer
}

#top .homesitemap .marker {
    position: absolute;
    transform: translate(-24px,-59px)
}

#top .homesitemap .marker.drop {
    animation: pindrop .5s 1
}

#top .homesitemap .marker.drop:before {
    animation-delay: .5s;
    animation: pulsate 2s infinite;
    border: 2px solid #fff;
    border-radius: 50% 50%;
    bottom: 0;
    content: "";
    display: block;
    height: 20px;
    opacity: 0;
    position: absolute;
    width: 100%
}

#top .homesitemap #map-southfork {
    background: red
}

#top .homesitemap .mapsy-overlay {
    opacity: 1
}

#top .homesitemap .mapsy-zoom {
    background: #fff;
    border: 1px solid #5f3913;
    bottom: 20px;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 32px;
    font-weight: 700;
    left: 20px;
    position: absolute
}

@media(max-width: 575px) {
    #top .homesitemap .mapsy-zoom {
        bottom:10px;
        font-size: 24px;
        left: 10px
    }
}

#top .homesitemap .mapsy-zoom .mapsy-in {
    align-items: center;
    border-bottom: 1px solid #5f3913;
    color: #5f3913;
    display: flex;
    justify-content: center;
    line-height: 40px;
    width: 40px
}

@media(max-width: 575px) {
    #top .homesitemap .mapsy-zoom .mapsy-in {
        height:30px;
        width: 30px
    }
}

#top .homesitemap .mapsy-zoom .mapsy-out {
    align-items: center;
    color: #5f3913;
    display: flex;
    justify-content: center;
    line-height: 40px;
    width: 40px
}

@media(max-width: 575px) {
    #top .homesitemap .mapsy-zoom .mapsy-out {
        height:30px;
        width: 30px
    }
}

#top .homesitemap .mapsy-zoom div:hover {
    background: rgba(0,0,0,.1)
}

#top #lifestyle-gallery .caption {
    background: linear-gradient(90deg,rgba(0,0,0,.75),rgba(0,0,0,.5),transparent);
    bottom: 60px;
    color: #fff;
    font: 300 1em/1em GothamBook,sans-serif;
    height: auto!important;
    left: 0;
    opacity: 1!important;
    padding: 20px 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 100
}

#top #lifestyle-gallery .caption span {
    display: block;
    font-size: 1.3em;
    font-weight: 400;
    padding-bottom: 10px
}

@media(max-width: 575px) {
    #top #lifestyle-gallery .caption {
        background:#326f94;
        bottom: 0;
        position: relative
    }
}

#top #schools {
    background: #f2f2f2;
    padding: 60px 0
}

@media(max-width: 575px) {
    #top #schools {
        padding:40px 0
    }
}

#top #schools ul {
    margin: 0 auto;
    max-width: 100%;
    width: 1140px
}

#top #schools ul li {
    background: no-repeat left 11px url(https://www.pomonabyhillwood.com/bullet.svg);
    background-size: auto 16px;
    font: 700 22px/24px GothamBook,sans-serif;
    padding: 8px 0 8px 15px
}

#top #schools h3 {
    color: #8f993e;
    font-size: 48px;
    font-weight: 100;
    line-height: 1em;
    margin: 30px 0 0;
    text-align: center
}

@media(max-width: 575px) {
    #top #schools h3 {
        font-size:32px
    }
}

#top #fancy-gallery {
    margin: 60px 0
}

#top #fancy-gallery #gallery-slider {
    display: none
}

@media(max-width: 575px) {
    #top #fancy-gallery {
        margin:40px 0
    }

    #top #fancy-gallery .more {
        display: none
    }
}

@media(min-width: 576px) {
    #top #fancy-gallery .more+.gallery {
        display:none
    }
}

@media(max-width: 575px) {
    #top #fancy-gallery .gallery {
        margin:-5px;
        padding: 5px
    }

    #top #fancy-gallery .gallery .thumb {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 133.33vw;
        margin: 0 auto;
        overflow-x: auto
    }

    #top #fancy-gallery .gallery .thumb a {
        display: block;
        height: 33.33vw;
        padding: 5px;
        width: 33.33vw
    }

    #top #fancy-gallery .gallery .thumb a img {
        height: 100%;
        object-fit: cover;
        width: 100%
    }

    #top #fancy-gallery .gallery .full {
        -webkit-overflow-scrolling: touch;
        height: 133vw;
        left: 0;
        opacity: 0;
        overflow-x: auto;
        pointer-events: none;
        position: absolute;
        top: 5px;
        transition: all .5s ease;
        width: 100%;
        z-index: 1
    }

    #top #fancy-gallery .gallery .full img {
        height: 100%;
        max-width: none;
        width: auto
    }

    #top #fancy-gallery .gallery .swipe {
        align-items: center;
        background: #8f993e;
        color: #fff;
        display: flex;
        height: 55px;
        justify-content: center;
        line-height: 40px;
        margin-top: 5px;
        pointer-events: none;
        position: relative;
        width: 100%;
        z-index: 2
    }

    #top #fancy-gallery .gallery .swipe svg {
        color: #fff;
        height: 40px;
        margin-right: 10px;
        width: 40px
    }

    #top #fancy-gallery .gallery .swipe div {
        overflow: hidden;
        transition: all 1s ease;
        white-space: nowrap;
        width: 180px
    }

    #top #fancy-gallery .gallery .swipe.alt div {
        opacity: 0;
        width: 0
    }

    #top #fancy-gallery .gallery .close {
        color: #fff;
        display: block;
        font-size: 60px;
        height: 60px;
        line-height: 60px;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        text-align: center;
        text-shadow: 0 0 10px #000;
        top: 0;
        transition: all .5s ease;
        width: 60px;
        z-index: 3
    }

    #top #fancy-gallery .gallery.active .close,#top #fancy-gallery .gallery.active .full {
        opacity: 1;
        pointer-events: auto
    }
}

@media(min-width: 576px) {
    #top #fancy-gallery .gallery {
        margin:0 -60px
    }

    #top #fancy-gallery .gallery .close,#top #fancy-gallery .gallery .full,#top #fancy-gallery .gallery .swipe {
        display: none
    }

    #top #fancy-gallery .gallery .more {
        align-items: center;
        cursor: pointer;
        display: flex;
        font-size: 22px;
        justify-content: center;
        line-height: 80px;
        margin-bottom: -15px;
        text-transform: uppercase
    }

    #top #fancy-gallery .gallery .more svg {
        color: #8f993e;
        height: 20px;
        margin-right: 10px;
        transform: rotate(-90deg);
        width: 20px
    }

    #top #fancy-gallery .gallery .more.expand {
        display: none
    }

    #top #fancy-gallery .gallery .thumb {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        display: grid;
        grid-template-columns: repeat(4,1fr);
        grid-template-rows: repeat(6,1fr);
        height: 100vw;
        transition: all .5s ease;
        width: 100%
    }

    #top #fancy-gallery .gallery .thumb a {
        display: inline-block;
        overflow: hidden
    }

    #top #fancy-gallery .gallery .thumb a img {
        height: 100%;
        object-fit: cover;
        transition: all .5s ease;
        width: 100%
    }

    #top #fancy-gallery .gallery .thumb a:hover img {
        opacity: .5;
        transform: scale(1.05)
    }

    #top #fancy-gallery .gallery .thumb a:first-child {
        grid-area: 1/1/3/2
    }

    #top #fancy-gallery .gallery .thumb a:nth-child(2) {
        grid-area: 1/2/2/3
    }

    #top #fancy-gallery .gallery .thumb a:nth-child(3) {
        grid-area: 1/3/3/4
    }

    #top #fancy-gallery .gallery .thumb a:nth-child(4) {
        grid-area: 1/4/2/5
    }

    #top #fancy-gallery .gallery .thumb a:nth-child(5) {
        grid-area: 3/1/4/2
    }

    #top #fancy-gallery .gallery .thumb a:nth-child(6) {
        grid-area: 2/2/4/3
    }

    #top #fancy-gallery .gallery .thumb a:nth-child(7) {
        grid-area: 3/3/4/4
    }

    #top #fancy-gallery .gallery .thumb a:nth-child(8) {
        grid-area: 2/4/4/5
    }

    #top #fancy-gallery .gallery .thumb a:nth-child(9) {
        grid-area: 4/1/6/2
    }

    #top #fancy-gallery .gallery .thumb a:nth-child(10) {
        grid-area: 4/2/5/3
    }

    #top #fancy-gallery .gallery .thumb a:nth-child(11) {
        grid-area: 4/3/6/4
    }

    #top #fancy-gallery .gallery .thumb a:nth-child(12) {
        grid-area: 4/4/5/5
    }

    #top #fancy-gallery .gallery .thumb a:nth-child(13) {
        grid-area: 6/1/7/2
    }

    #top #fancy-gallery .gallery .thumb a:nth-child(14) {
        grid-area: 5/2/7/3
    }

    #top #fancy-gallery .gallery .thumb a:nth-child(15) {
        grid-area: 6/3/7/4
    }

    #top #fancy-gallery .gallery .thumb a:nth-child(16) {
        grid-area: 5/4/7/5
    }

    #top #fancy-gallery .gallery .thumb a:nth-child(17) {
        grid-area: 7/1/9/2
    }

    #top #fancy-gallery .gallery .thumb a:nth-child(18) {
        grid-area: 7/2/8/3
    }

    #top #fancy-gallery .gallery .thumb a:nth-child(19) {
        grid-area: 7/3/9/4
    }

    #top #fancy-gallery .gallery .thumb a:nth-child(20) {
        grid-area: 7/4/8/5
    }

    #top #fancy-gallery .gallery .thumb a:nth-child(21) {
        grid-area: 9/1/10/2
    }

    #top #fancy-gallery .gallery .thumb a:nth-child(22) {
        grid-area: 8/2/10/3
    }

    #top #fancy-gallery .gallery .thumb a:nth-child(23) {
        grid-area: 9/3/10/4
    }

    #top #fancy-gallery .gallery .thumb a:nth-child(24) {
        grid-area: 8/4/10/5
    }

    #top #fancy-gallery .gallery .thumb a:nth-child(25) {
        grid-area: 10/1/12/2
    }

    #top #fancy-gallery .gallery .thumb a:nth-child(26) {
        grid-area: 10/2/11/3
    }

    #top #fancy-gallery .gallery .thumb a:nth-child(27) {
        grid-area: 10/3/12/4
    }

    #top #fancy-gallery .gallery .thumb a:nth-child(28) {
        grid-area: 10/4/11/5
    }

    #top #fancy-gallery .gallery .thumb a:nth-child(29) {
        grid-area: 12/1/13/2
    }

    #top #fancy-gallery .gallery .thumb a:nth-child(30) {
        grid-area: 11/2/13/3
    }

    #top #fancy-gallery .gallery .thumb a:nth-child(31) {
        grid-area: 12/3/13/4
    }

    #top #fancy-gallery .gallery .thumb a:nth-child(32) {
        grid-area: 11/4/13/5
    }

    #top #fancy-gallery .gallery .thumb a:nth-child(n+17) {
        display: none
    }

    #top #fancy-gallery .gallery .thumb.expand {
        grid-template-rows: repeat(12,1fr);
        height: 200vw
    }

    #top #fancy-gallery .gallery .thumb.expand a:nth-child(n+17) {
        display: block
    }
}

#top #contact {
    background: #326f94;
    color: #fff;
    font-weight: 100;
    margin-bottom: 0;
    padding: 60px 0
}

@media(max-width: 575px) {
    #top #contact {
        padding:40px 0
    }
}

#top #contact .container {
    width: 1366px
}

#top #contact .flex .content {
    flex: 1.5;
    text-align: left
}

@media(min-width: 576px) {
    #top #contact .flex .content {
        padding:0 30px
    }
}

#top #contact .flex .content h2 {
    text-align: left
}

#top #contact .flex .content a {
    color: #fff;
    text-decoration: none
}

#top #contact .flex .content hr {
    border: 1px solid #326f94;
    margin: 0
}

#top #contact .form .st-submit input {
    background: #8f993e!important
}

#top footer {
    background: none;
    font: 300 24px/1.5em GothamBook,sans-serif;
    padding-bottom: 140px;
    text-align: center
}

#top footer h2 {
    font: 400 28px/1.5em GothamBook,sans-serif;
    margin: 0
}

#top footer h2 span {
    font-family: NorthPort,cursive!important;
}

#top footer p {
    margin: 0
}

#top footer p a {
    color: inherit;
    text-decoration: none;
    font-family: inherit;
}

#top footer .social {
    display: flex;
    justify-content: center
}

#top footer .social a {
    margin: 20px 10px
}

#top footer .social a svg {
    color: #7a97ab;
    height: 48px;
    width: 48px
}

#top #stickyfooter {
    background: #fff;
    bottom: 0;
    box-shadow: 0 0 40px rgba(0,0,0,.25);
    left: 0;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    z-index: 100
}

@media(max-width: 575px) {
    #top #stickyfooter {
        padding:5px
    }
}

#top #stickyfooter .container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

@media(min-width: 576px) {
    #top #stickyfooter .container br {
        display:none
    }
}

@media(max-width: 575px) {
    #top #stickyfooter .container {
        padding:0
    }
}

#top #stickyfooter .container a {
    align-items: center;
    color: #000;
    cursor: pointer;
    display: block;
    display: flex;
    flex: none;
    font-size: 18px;
    font-weight: 300;
    line-height: 1em;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase
}

@media(max-width: 575px) {
    #top #stickyfooter .container a {
        flex:1;
        font-size: 13px;
        max-width: 50%;
        min-width: 50%;
        white-space: normal
    }
}

#top #stickyfooter .container a svg {
    color: #7a97ab;
    height: 32px;
    margin-right: 10px;
    width: 32px
}

#top #stickyfooter .container>svg {
    color: #a0a0a0;
    flex: none;
    height: 32px;
    width: 32px
}

@media(max-width: 575px) {
    #top #stickyfooter .container>svg {
        display:none
    }
}

#top #overlay {
    align-items: center;
    background: rgba(34,34,34,.95);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    overflow: auto;
    padding: 15px;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: all .5s ease;
    width: 100%;
    z-index: 99994
}

#top #overlay,#top #overlay * {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    outline: 0
}

#top #overlay * {
    padding: 0
}

#top #overlay div,#top #overlay section {
    position: relative
}

#top #overlay.active {
    opacity: 1;
    pointer-events: auto
}

#top #overlay .close {
    align-items: center;
    color: #326f94;
    cursor: pointer;
    display: flex;
    font: 700 32px/40px GothamBook,sans-serif;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 1
}

#top #overlay #video {
    padding: 0
}

#top #overlay .vimeo {
    height: 0;
    padding-bottom: 56.25%;
    width: 100%
}

#top #overlay .vimeo iframe {
    border: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#top #overlay>div {
    background: #2b3743 no-repeat 50% url(https://www.wolfranchbyhillwood.com/Portals/_default/skins/wolf%20ranch/images/nav-bg.jpg);
    background: #fff;
    margin: auto;
    max-width: 100%;
    opacity: 0;
    padding: 15px;
    pointer-events: none;
    position: absolute;
    transform: scale(.5);
    transition: all .5s ease;
    width: 990px
}

#top #overlay>div.active {
    opacity: 1;
    pointer-events: auto;
    position: relative;
    transform: scale(1)
}

@media(min-width: 576px) {
    #top #overlay>div {
        padding:40px
    }
}

#top #overlay>div#popupimage {
    padding: 0
}

#top #overlay>div#popupimage .close {
    color: #fff;
    text-shadow: 0 0 20px #000
}

@media(min-width: 576px) {
    #top #overlay>div .top {
        display:flex
    }
}

#top #overlay>div .top .logo {
    align-items: center;
    display: flex;
    flex: none;
    justify-content: center;
    margin: 0 auto 15px;
    width: 180px
}

#top #overlay>div .top .logo img {
    height: auto;
    width: 100%
}

#top #overlay>div .top .tabs {
    display: flex;
    flex: 1;
    margin-bottom: 15px
}

@media(min-width: 576px) {
    #top #overlay>div .top .tabs {
        margin-left:15px
    }
}

@media(max-width: 575px) {
    #top #overlay>div .top .tabs {
        display:block
    }
}

#top #overlay>div .top .tabs label {
    align-items: center;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    color: #000;
    cursor: pointer;
    display: flex;
    flex: 1;
    flex-direction: column;
    font: normal 18px/1em GothamBook,sans-serif;
    justify-content: center;
    letter-spacing: 1px;
    margin-right: 2px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    transition: all .25s ease
}

@media(max-width: 575px) {
    #top #overlay>div .top .tabs label {
        flex-direction:row
    }
}

#top #overlay>div .top .tabs label:last-child {
    margin-right: 0
}

@media(max-width: 575px) {
    #top #overlay>div .top .tabs label {
        font-size:16px;
        margin: 0 0 2px;
        padding: 5px 10px 2px
    }
}

#top #overlay>div .top .tabs label svg {
    color: #00acbd;
    display: block;
    height: 48px;
    margin: 0 auto 10px;
    position: relative;
    top: -1px;
    width: 48px
}

@media(max-width: 575px) {
    #top #overlay>div .top .tabs label svg {
        height:32px;
        margin: 0 10px 0 0;
        width: 32px
    }
}

#top #overlay>div .top .tabs label.active {
    background: #ebab21;
    color: #fff;
    cursor: auto
}

#top #overlay>div .top .tabs label.active svg {
    color: #fff
}

#top #overlay>div .panels {
    height: 0;
    padding-bottom: 56.25%;
    width: 100%
}

#top #overlay>div .panels:before {
    animation: stRotate 1s linear infinite;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 24 24'%3E%3Cpath fill='silver' d='M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm8 12a8 8 0 1 1-16 0 8 8 0 0 1 16 0zM1 12C1 5.935 5.935 1 12 1v2c-4.962 0-9 4.038-9 9a8.972 8.972 0 0 0 2.639 6.361l-1.414 1.414.015.014A10.97 10.97 0 0 1 1 12z'/%3E%3C/svg%3E");
    content: "";
    height: 64px;
    left: 50%;
    margin-left: -32px;
    margin-top: -42px;
    position: absolute;
    top: 50%;
    width: 64px;
    z-index: 0
}

#top #overlay>div .panels:after {
    color: silver;
    content: "LOADING";
    font: normal 20px/20px GothamBook,sans-serif;
    left: 0;
    margin-top: 32px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 0
}

#top #overlay>div .panels>div {
    height: 100%;
    left: -2560px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

#top #overlay>div .panels>div iframe {
    border: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#top #overlay>div .panels>div.active {
    left: 0
}

#top #overlay>div .ctas {
    justify-content: center;
    padding: 15px 0 0
}

#top #overlay>div .ctas a {
    background: #fff;
    border: none;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    color: #000;
    font: normal 16px/1em GothamBook,sans-serif;
    letter-spacing: 1px;
    padding: 10px
}

#top #overlay>div .ctas a svg {
    color: #00acbd;
    height: 24px;
    margin: 0 10px 0 0;
    width: 24px
}

@media(min-width: 576px) {
    #top #overlay>div .ctas {
        margin:0 -15px
    }

    #top #overlay>div .ctas a {
        flex: none;
        font-size: 18px;
        margin: 0 15px;
        padding: 15px
    }

    #top #overlay>div .ctas a svg {
        height: 32px;
        width: 32px
    }

    #top #overlay>div .ctas a:hover {
        background: #ebab21;
        color: #fff
    }

    #top #overlay>div .ctas a:hover svg {
        color: #fff
    }
}

#top #microsite .slick-slide img {
    display: block
}

#top #microsite .slick-next,#top #microsite .slick-prev {
    background: no-repeat 50% url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='64' viewBox='0 0 24 24' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M10.477 0H1.5l12.024 12L1.5 24h8.977L22.5 12z'/%3E%3C/svg%3E");
    color: red;
    cursor: pointer;
    height: 100%;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s ease;
    width: 80px;
    z-index: 2
}

#top #microsite .slick-next:before,#top #microsite .slick-prev:before {
    display: none!important
}

@media(max-width: 575px) {
    #top #microsite .slick-next,#top #microsite .slick-prev {
        background-size:20px 40px;
        opacity: .8;
        width: 30px
    }
}

#top #microsite .slick-next:hover,#top #microsite .slick-prev:hover {
    opacity: 1
}

#top #microsite .slick-next {
    transform: none
}

#top #microsite .slick-prev {
    left: 0;
    right: auto;
    transform: rotate(180deg)
}

#top #microsite .slick-dots {
    bottom: 15px;
    display: flex;
    height: 15px;
    justify-content: center;
    left: 0;
    list-style: none;
    position: absolute;
    text-align: center;
    width: 100%
}

@media(max-width: 575px) {
    #top #microsite .slick-dots {
        height:8px
    }
}

#top #microsite .slick-dots>li {
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    margin: 0 3px;
    position: relative;
    width: 12px
}

@media(max-width: 575px) {
    #top #microsite .slick-dots>li {
        display:none;
        height: 8px;
        margin: 0 1px;
        width: 8px
    }
}

#top #microsite .slick-dots>li.slick-active {
    background: #fff
}

#top #microsite .slick-dots>li button {
    cursor: pointer;
    font-size: 1px;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#top #overlay .form {
    background: #fff;
    color: #444;
    margin: -31px;
    padding: 30px;
    width: auto!important
}

#top #overlay .form .close {
    color: #444
}

#top #microsite .st-form .st-submit {
    margin: 0 5px
}

#top #microsite .st-form,#top #overlay .form {
    font: normal 16px/1em GothamBook,sans-serif
}

#top #microsite .st-form .logo img,#top #overlay .form .logo img {
    display: block;
    height: 60px;
    margin: 0 auto 15px
}

@media(max-width: 575px) {
    #top #microsite .st-form .logo img,#top #overlay .form .logo img {
        height:40px
    }

    #top #microsite .st-form,#top #overlay .form {
        margin: 0;
        padding: 0
    }
}

#top #microsite .st-form h2,#top #overlay .form h2 {
    color: #326f94;
    font: normal 24px/1em GothamBook,sans-serif;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase
}

#top #microsite .st-form h2:last-child,#top #overlay .form h2:last-child {
    margin-bottom: 0
}

#top #microsite .st-form h3,#top #overlay .form h3 {
    font: normal 24px/1em GothamBook,sans-serif;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase
}

#top #microsite .st-form h3:last-child,#top #overlay .form h3:last-child {
    margin-bottom: 0
}

#top #microsite .st-form small,#top #overlay .form small {
    font-size: .8em
}

#top #microsite .st-form ::placeholder,#top #overlay .form ::placeholder {
    opacity: .6;
    text-transform: uppercase
}

#top #microsite .st-form .st-flex,#top #overlay .form .st-flex {
    clear: both;
    display: flex;
    margin: 0 -5px
}

@media(max-width: 575px) {
    #top #microsite .st-form .st-flex,#top #overlay .form .st-flex {
        display:block;
        margin: 0
    }
}

#top #microsite .st-form .st-field,#top #overlay .form .st-field {
    flex: 1;
    margin: 0 5px 10px;
    width: calc(100% - 10px)!important
}

@media(max-width: 575px) {
    #top #microsite .st-form .st-field,#top #overlay .form .st-field {
        margin:0 0 10px;
        width: 100%!important
    }
}

#top #microsite .st-form .st-field input,#top #microsite .st-form .st-field select,#top #microsite .st-form .st-field textarea,#top #overlay .form .st-field input,#top #overlay .form .st-field select,#top #overlay .form .st-field textarea {
    border: 1px solid #ccc;
    border-radius: 6px;
    color: #404040!important;
    display: block;
    font: normal 13px/1em GothamBook,sans-serif!important;
    padding: 5px 15px;
    text-transform: none!important;
    width: 100%
}

#top #microsite .st-form .st-field select option,#top #overlay .form .st-field select option {
    color: #404040!important
}

#top #microsite .st-form .st-field textarea,#top #overlay .form .st-field textarea {
    height: calc(8em + 18px)!important;
    min-height: 0!important
}

#top #microsite .st-form .st-field.st-checkbox label,#top #overlay .form .st-field.st-checkbox label {
    align-items: center;
    display: flex
}

#top #microsite .st-form .st-field.st-checkbox input,#top #overlay .form .st-field.st-checkbox input {
    height: 24px!important;
    margin-right: 10px;
    width: 24px!important
}

#top #microsite .st-form .st-submit input,#top #overlay .form .st-submit input {
    background: #326f94;
    border: none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: block;
    padding: 10px;
    text-transform: uppercase;
    width: 100%
}

#top #microsite .st-form .st-submit.green input,#top #overlay .form .st-submit.green input {
    background: #8f993e
}

#top #microsite .st-form#eztagstform h2,#top #overlay .form#eztagstform h2 {
    color: #52297d
}

#top #microsite .st-form#eztagstform .st-submit input,#top #overlay .form#eztagstform .st-submit input {
    background: #52297d
}

#top #overlay #siteplancontainer {
    background: #fff;
    height: 0;
    max-width: 960px;
    padding-bottom: 72.5%!important;
    position: relative;
    width: 100%
}

#top #overlay #siteplanmap {
    border: 1px solid #d0d0d0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

#top #overlay #siteplanmap,#top #overlay #siteplanmap.dragging {
    cursor: url(https://www.pomonabyhillwood.com/Portals/0/model-home-park/closedhandcursor.png),pointer
}

#top #overlay #siteplanmap #map-southfork {
    background: red
}

#top #overlay #siteplanmap .mapsy-overlay {
    opacity: 1
}

#top #overlay #siteplanmap .mapsy-zoom {
    background: #fff;
    border: 1px solid #5f3913;
    bottom: 20px;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 32px;
    font-weight: 700;
    left: 20px;
    position: absolute
}

#top #overlay #siteplanmap .mapsy-zoom .mapsy-in {
    border-bottom: 1px solid #5f3913
}

#top #overlay #siteplanmap .mapsy-zoom .mapsy-in,#top #overlay #siteplanmap .mapsy-zoom .mapsy-out {
    align-items: center;
    color: #5f3913;
    display: flex;
    justify-content: center;
    line-height: 40px;
    width: 40px
}

#top #overlay #siteplanmap .mapsy-zoom div:hover {
    background: rgba(0,0,0,.1)
}


.div.st-form > select,  {
    font-family: font-family: GothamBook, sans-serif!important;
    padding: 0 12px!important;
}

#models .model:nth-of-type(4) .content .logo img, #models .model:nth-of-type(5) .content .logo img{
    height:40px!important;
}