html,
body {
  height: 100%;
}

body {
  background: #fff;
  color: #7d7d7d;
  font-family: 'Poppins-Light', sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.serif-black {
  font-family: 'PlayfairDisplay-Black', serif;
}

.serif-regular {
  font-family: 'PlayfairDisplay-Regular', serif;
}

.sans-serif-light {
  font-family: 'Poppins-Light', sans-serif;
}

.sans-serif-black {
  font-family: 'Poppins-Medium', sans-serif;
}

p {
  line-height: 2rem;
  padding-bottom: 2rem;
}

p:last-child {
  padding-bottom: 0;
}

ul {
  line-height: 1.6rem;
  padding-bottom: 2em;
}

a,
a:link,
a:visited {
  color: #414141;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #6a7a70;
}

a.no-line:link,
a.no-line:visited {
  text-decoration: none;
  color: #7d7d7d;
}

a.no-line:link:hover,
a.no-line:visited:hover {
  text-decoration: underline;
}

a.blue-to-dark,
a.blue-to-dark:visited {
  text-decoration: none;
  color: #97afbb !important;
}

a.blue-to-dark:hover,
a.blue-to-dark:visited:hover {
  color: #333333 !important;
  text-decoration: none;
}

a.gray-to-dark,
a.gray-to-dark:visited {
  text-decoration: none;
  color: #7d7d7c !important;
}

a.gray-to-dark:hover,
a.gray-to-dark:visited:hover {
  color: #333333 !important;
  text-decoration: none;
}

a.gray-to-dark i,
a.gray-to-dark:visited i {
  text-decoration: none;
  color: #97afbb !important;
}

a.dark-to-blue,
a.dark-to-blue:visited {
  text-decoration: none;
  color: #333333 !important;
}

a.dark-to-blue:hover,
a.dark-to-blue:visited:hover {
  color: #97afbb !important;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: normal;
  color: #333333;
  margin-bottom: 30px;
  margin-top: 0;
  line-height: 1.25;
  font-family: 'PlayfairDisplay-Black', serif;
}

h1,
.h1 {
  font-size: 3.125rem;
  margin-bottom: 45px;
}

h2,
.h2 {
  font-size: 3.125rem;
  margin-bottom: 45px;
}

h3,
.h3 {
  font-size: 2rem;
}

h4,
.h4 {
  font-size: 1.25rem;
  color: #97afbb;
  text-transform: uppercase;
  font-family: 'Poppins-Medium', sans-serif;
  letter-spacing: 2px;
}

h4.text-dark,
.h4-text-dark {
  color: #333333;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

b,
strong,
.text-strong {
  font-weight: 600;
}

/* Tables */

table {
  background: none;
  border: 0;
  line-height: 1.6rem;
}

table tr td,
table tr th {
  padding: 10px;
}

table tfoot,
table thead {
  background: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

table tr:nth-of-type(2n) {
  background: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #f0f0f0;
}

tr {
  border-bottom: 1px solid #f0f0f0;
}

th {
  border-right: 1px solid #fff;
  font-weight: normal;
  font-size: .875em;
  text-transform: uppercase;
}

td {
  border-right: 1px solid #fff;
}

/* Breaks */

hr.break {
  border: 0;
  border-top: 1px solid #e0e0e0;
  display: block;
  margin: 2rem 0;
}

hr.break:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

/* Misc  */

.cleared {
  clear: both;
}

.border-top-gray {
  border-top: 1px solid #e0e0e0;
}

.border-bottom-gray {
  border-bottom: 1px solid #e0e0e0;
}

.no-border-top {
  border-top: 0 !important;
}

.anchor a {
  position: absolute;
  left: 0px;
  top: -100px;
}

.anchor {
  position: relative;
}

input {
  /* disable iOS rounded corners and glare */
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

/*********************************************
Buttons
**********************************************/

.button,
a.button,
a.button:link,
a.button:visited {
  border: 1px solid #97AFBB;
  background-color: rgba(255, 255, 255, 0);
  text-decoration: none;
  color: #97AFBB !important;
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  transition: all 0.20s linear;
  -o-transition: all 0.20s linear;
  -ms-transition: all 0.20s linear;
  -moz-transition: all 0.20s linear;
  -webkit-transition: all 0.20s linear;
  font-size: 1rem;
  text-transform: uppercase;
  -webkit-appearance: none;
  outline: none;
  letter-spacing: 2px;
  margin-bottom: .5rem;
}

.button {
  margin-right: .5rem;
}

.button:last-child {
  margin-right: 0rem;
}

.button:hover,
a.button:hover,
a.button:link:hover,
a.button:visited:hover {
  border: 1px solid #333333;
  color: #333333 !important;
}

.button.button-strong,
a.button.button-strong,
a.button.button-strong:link,
a.button.button-strong:visited {
  border: 1px solid #33647E;
  background-color: #33647E;
  color: #FFFFFF !important;
  margin-left: 0;
  margin-right: 0;
}

.button.button-strong:hover,
a.button.button-strong:hover,
a.button.button-strong:link:hover,
a.button.button-strong:visited:hover {
  background-color: #2b5267;
  color: #FFFFFF !important;
}

/* Containers */

.section {
  padding: 8rem 1rem;
  position: relative;
}

.section-min {
  padding: 5rem 1rem;
  position: relative;
}

.section-small-padding {
  padding: 2.5rem 1rem;
}

.section-top-padding {
  padding-top: 6rem;
}

.section-bottom-padding {
  padding-bottom: 6rem;
}

.section-side-padding {
  padding: 6rem 1rem;
}

.section-full-padding {
  padding: 6rem 6rem;
}

.section-top-small-padding {
  padding-top: 3rem;
}

.section-bottom-small-padding {
  padding-bottom: 3rem;
}

.float-left {
  float: left;
}

.padding {
  padding: 1.25rem !important;
}

.padding-2x {
  padding: 2.5rem !important;
}

.padding-3x {
  padding: 80px !important;
}

.full-width:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.position-fixed {
  position: fixed;
  top: 0;
  width: 100%;
}

.center {
  display: block !important;
}

.border-radius {
  border-radius: 3px;
}

.content-bottom {
  bottom: 0;
  position: absolute;
}

/* Typography */

.text-uppercase {
  text-transform: uppercase;
  line-height: 1;
}

.text-line-height-1 {
  line-height: 1;
}

/*------------------------------------------------------------------
[ Backgrounds ]
-------------------------------------------------------------------*/

.bg-gray-light {
  background-color: #f8f8f8
}

/*------------------------------------------------------------------
[ Top Navigation ]
-------------------------------------------------------------------*/

#main-nav {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  transition: all 0.30s linear 0s;
  -o-transition: all 0.30s linear 0s;
  -ms-transition: all 0.30s linear 0s;
  -moz-transition: all 0.30s linear 0s;
  -webkit-transition: all 0.30s linear 0s;
  height: auto;
  background-color: #ffffff;
  border-bottom: 1px solid #7d7d7d;
}

#main-nav.hidden {
  opacity: 0;
}

#main-nav.hidden.scrolled {
  opacity: 1;
}

.main-nav-center {}

.main-nav-center img {
  max-width: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  transition: opacity 0.20s linear 0s;
  -o-transition: opacity 0.20s linear 0s;
  -ms-transition: opacity 0.20s linear 0s;
  -moz-transition: opacity 0.20s linear 0s;
  -webkit-transition: opacity 0.20s linear 0s;
}

.main-nav-center img:hover {
  opacity: .5;
}

nav#menu-desktop {
  display: block;
}

/*Menu Structure*/

ul.main-nav-menu {
  padding: 0;
  line-height: 80px;
}

ul.main-nav-menu li {
  float: none;
  list-style: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  position: relative;
}

ul.main-nav-menu li a {
  display: block;
  padding: 10px 1.5vw;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  font-size: .9rem;
  color: #7d7d7d;
  text-transform: uppercase;
  font-family: 'Poppins-Medium', sans-serif;
  letter-spacing: 1px;
}

@media screen and (max-width:1200px) {
  ul.main-nav-menu li a {
    padding: 0 .75em;
  }
}

@media screen and (max-width:1050px) {
  ul.main-nav-menu li a {
    padding: 0 .25em;
  }
}

ul.main-nav-menu>li>a:hover,
ul.main-nav-menu>li>a:active,
ul.main-nav-menu>li.current-menu-item>a,
ul.main-nav-menu>li.current-menu-ancestor>a {
  color: #333333;
  background-color: rgba(255, 255, 255, .075);
}

ul.main-nav-menu>li:hover>a:after {
  opacity: 1;
}

ul.main-nav-menu>li:hover>a {
  color: #333333;
  background-color: rgba(255, 255, 255, .075);
}

nav.main-nav-left,
nav.main-nav-right {
  padding-top: 3.9rem;
}

#main-nav-left {
  text-align: right;
  padding-right: 3em;
}

#main-nav-right {
  text-align: left;
  padding-left: 3em;
}

/*SubMenu Structure*/

ul.main-nav-menu ul {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -ms-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  position: absolute;
  top: 100%;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, .9);
  text-shadow: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  text-align: left;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1em;
  padding: 18px 0 10px 0;
  border: 1px solid #e0e0e0;
}

ul.main-nav-menu ul li {
  display: list-item;
  float: none;
}

ul.main-nav-menu ul li:last-child {
  border-bottom: none;
}

ul.main-nav-menu ul li a {
  padding: 7px 20px;
}

ul.main-nav-menu ul li a:hover {
  color: #333333;
}

ul.main-nav-menu li:hover>ul,
ul.main-nav-menu li:active>ul {
  visibility: visible;
  opacity: 1;
}

ul.main-nav-menu ul ul {
  background-color: #ffffff;
  top: 0px;
  left: 100%;
  list-style: none;
  font-size: 1em;
  margin-left: 0;
}

ul.main-nav-menu li li:last-child::after {
  display: none;
}

/* Menu Variation for smaller desktop screens */

@media screen and (min-width:800px) and (max-height:800px) {
  .main-nav-center img {
    max-width: 180px;
  }
}

@media screen and (min-width:800px) and (max-height:700px) {
  .main-nav-center img {
    max-width: 160px;
  }
}

@media screen and (max-width:1400px) {
  #main-nav-left {
    padding-right: 3em;
  }

  #main-nav-right {
    padding-left: 3em;
  }

  ul.main-nav-menu li a {
    padding: 10px 1vw;
  }
}

@media screen and (max-width:1200px) {
  ul.main-nav-menu li a {
    padding: 10px .5vw;
  }
}

/*------------------------------------------------------------------
  [ Header/Menu - Small Screens ]
  -------------------------------------------------------------------*/

#menu-small {
  background: none;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 999;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  display: none;
}

#menu-small>div {
  position: relative;
}

#header-logo-mobile {
  position: relative;
}

#header-logo-mobile .logo-wrap {
  margin: 0;
  padding: 1em;
  max-width: 350px;
}

#header-logo-mobile .logo-wrap a {
  display: block;
}

nav#menu-mobile {
  position: fixed;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .5s, visibility .5s;
  transition: opacity .5s, visibility .5s;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 998;
  background: #333333;
  padding-bottom: 100px;
}

body.menu-mobile-expanded nav#menu-mobile {
  visibility: visible;
  opacity: 1;
}




/*Burger Menu Styling*/

#top-nav-trigger-wrap {
  position: absolute;
  right: 1em;
  margin-top: 0px;
  z-index: 5;
  top: 5px;
}

#top-nav-trigger {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 35px auto;
  cursor: pointer;
}

#top-nav-trigger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #323232;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

#top-nav-trigger span:nth-child(1) {
  top: 0px;
}

#top-nav-trigger span:nth-child(2),
#top-nav-trigger span:nth-child(3) {
  top: 10px;
}

#top-nav-trigger span:nth-child(4) {
  top: 20px;
}

#top-nav-trigger.open span:nth-child(1) {
  top: 14px;
  width: 0%;
  left: 50%;
}

#top-nav-trigger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#top-nav-trigger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#top-nav-trigger.open span:nth-child(4) {
  top: 14px;
  width: 0%;
  left: 50%;
}

#menu-mobile ul {
  padding: 0;
}

#menu-mobile>ul {}

#menu-mobile ul {
  list-style: none;
}

#menu-mobile ul li {}

#menu-mobile ul li.child-item {
  background-color: #3c3c3c;
}

#menu-mobile ul ul {
  display: none;
  background-color: rgb(64, 64, 64);
}

#menu-mobile ul ul ul {
  display: block;
}

#menu-mobile ul li a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.25em;
  padding: .5em .75em .5em 2em;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
  text-decoration: none;
}

#menu-mobile ul li.child-item a {
  padding-left: 3em;
}

#menu-mobile ul li a:hover {
  background-color: rgba(255, 255, 255, .05);
}

#menu-mobile ul li a.open {
  background-color: rgba(255, 255, 255, .0);
}

#menu-mobile ul ul li a {
  padding-left: 2.5em;
}

#menu-mobile ul a:after {
  content: '\f105';
  font-family: "fontello";
  font-size: 1.25em;
  padding-left: 6px;
  display: none;
  position: absolute;
  right: .75em;
  top: 7px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}

#menu-mobile ul li.open a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#menu-mobile ul li.menu-item-has-children>a:after {
  display: block;
}

#menu-mobile ul a.open:after {
  transform: rotate(90deg);
  transform-origin: 50% 50%;
  -ms-transform: rotate(90deg);
  -ms-transform-origin: 50% 50%;
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: 50% 50%;
}

/*------------------------------------------------------------------
[ Header ]
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[ Footer ]
-------------------------------------------------------------------*/

footer {
  padding-bottom: 1em;
}

footer>.line {
  border-top: 1px solid #e0e0e0;
}

.footer-blocks:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.footer-blocks>div {
  position: relative;
  float: left;
  padding: 3rem 4rem;
}

.footer-block-logo {
  min-height: 500px;
  border-right: 1px solid #e0e0e0;
  position: relative;
}

.footer-block-logo img {
  margin: auto;
  width: 175px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.footer-block-signup {
  width: 60%;
  border-right: 1px solid #e0e0e0;
  min-height: 250px;
}

.footer-block-social {
  width: 40%;
  min-height: 250px;
}

.footer-block-menu {
  width: 60%;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  min-height: 250px;
  padding-bottom: 0 !important;
}

.footer-block-contact {
  width: 40%;
  border-top: 1px solid #e0e0e0;
  min-height: 250px;
  font-size: 1em;
  font-family: 'PlayfairDisplay-Regular', serif;
}

.footer-copyright-wrap {
  line-height: 1rem;
  padding: 1rem 0 0 0 !important;
}

.footer-copyright-wrap div:nth-child(1) {
  padding-right: 1rem;
  border-right: 1px solid #7d7d7c;
}

.footer-copyright-wrap div:nth-child(2) {
  padding-right: 1rem;
  border-right: 1px solid #7d7d7c;
  padding-left: 1rem;
}

.footer-copyright {
  display: inline-block;
  font-size: .875em;
  font-family: 'PlayfairDisplay-Regular', serif;
  vertical-align: middle;
}

.footer-eho {
  display: inline-block;
  width: 25px;
  margin-left: 1rem;
  vertical-align: middle;
}

.footer-eho img {
  width: 25px;
  height: auto;
}

@media only screen and (max-width: 480px) {
  .footer-copyright-wrap>div {
    display: block;
    border: none;
    margin-bottom: 1rem;
  }

  .footer-eho {
    margin: auto;
  }
}

/* Footer Menu */

ul.main-nav-footer-menu {
  padding: 0;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  list-style: none;
  font-family: 'Poppins-Medium', sans-serif;
}

ul.main-nav-footer-menu li {
  font-size: .875em;
  margin-bottom: 25px;
}

ul.main-nav-footer-menu li a {
  display: block;
  color: #7d7d7d;
  text-transform: uppercase;
  text-decoration: none;
}

ul.main-nav-footer-menu li a:hover,
ul.main-nav-footer-menu li a:active {
  color: #97afbb;
}

.footer-block-signup {
  max-width: 600px;
  margin: 0 auto;
}

/* Singup Field Overrides for Footer */

.stylized-form.footer-form input {
  margin: 0 auto;
  width: 100%;
  height: 60px;
  padding: 0 40px 0 20px;
  font-size: 1rem;
  border: 1px solid #e0e0e0;
  outline: none;
}

.stylized-form.footer-form input::-webkit-input-placeholder {
  color: #c4c4c4;
}

.stylized-form.footer-form input::-moz-placeholder {
  color: #c4c4c4;
  opacity: 1;
}

.stylized-form.footer-form input:-ms-input-placeholder {
  color: #c4c4c4;
}

.stylized-form.footer-form input::-ms-input-placeholder {
  color: #c4c4c4;
}

.stylized-form.footer-form input::placeholder {
  color: #c4c4c4;
}

.stylized-form.footer-form input:focus {
  border: 1px solid #97afbb;
  transition: 0.35s ease;
  color: #97afbb;
}

.stylized-form.footer-form input:focus::-webkit-input-placeholder,
.stylized-form.footer-form input:focus::-moz-placeholder,
.stylized-form.footer-form input:focus:-ms-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

.stylized-form.footer-form .nf-error-msg,
.stylized-form.footer-form .nf-error-wrap,
.stylized-form.footer-form .nf-before-form-content {
  display: none;
}

.stylized-form.footer-form .nf-form-content input:not([type=button]) {
  background: none;
  border-radius: 0;
  box-shadow: none;
  transition: all .5s;
}

.stylized-form.footer-form .nf-field-container.submit-container {
  margin-left: 0;
}

.stylized-form.footer-form .nf-form-content input[type=button] {
  background: #333;
  color: #fff;
  transition: all .5s;
  text-align: center;
  padding: 0 20px 0 20px;
  font-family: 'Poppins-Light', sans-serif;
  text-transform: uppercase;
  width: 100%;
}

.stylized-form.footer-form .nf-form-content input[type=button]:hover {
  background: #000000;
}

@media only screen and (min-width: 550px) and (max-width: 800px) {

  .stylized-form.footer-form.nf-form-cont .one-third,
  .stylized-form.footer-form.nf-form-cont .two-thirds {
    clear: inherit;
    float: left;
    margin: inherit;
  }

  .stylized-form.footer-form.nf-form-cont .one-third {
    width: 23.076923076923077%;
  }

  .stylized-form.footer-form.nf-form-cont .two-thirds {
    width: 74.35897435897436%;
  }
}

/* 
.signup-container {
  width: 100%;
  display: block;
  margin: 0;
  position: relative;
}

input#signup-bar {
  margin: 0 auto;
  width: 100%;
  height: 60px;
  padding: 0 40px 0 20px;
  font-size: 1rem;
  border: 1px solid #e0e0e0;
  outline: none;
}


.signup-button {
  position: absolute;
  right: 0px;
  width: 40px;
  height: 60px;
  border: none;
  background: none;
  text-align: center;
  color: #7d7d7c;
  border-radius: 0;
  cursor: pointer;
  font-size: 20px;
  top: 0;
}

.signup-button:hover {
  color: #97afbb;
} */

/* Social Icons */

ul.footer-social {
  padding: 0;
  font-size: 40px;
}

ul.footer-social li {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e0e0e0;
  width: 60px;
  height: 60px;
}

ul.footer-social li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
  /* padding-left: 0.25rem; */
  /* padding-right: 0.25rem; */
  position: relative;
  text-align: center;
}

ul.footer-social a {
  color: #333333;
}

ul.footer-social a:hover,
.footer-social a:active {
  color: #97afbb;
}

ul.footer-social a i {
  position: relative;
  top: -5px;
}

@media screen and (max-width: 1140px) {
  .footer-blocks {
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
  }

  .footer-blocks>div {
    float: none;
    padding: 2rem 3rem;
    width: 100%;
    text-align: center;
    clear: both;
  }

  .footer-block-contact {
    border-top: 0;
  }

  .footer-block-signup,
  .footer-block-social,
  .footer-block-contact {
    min-height: 0;
    border-right: 0;
  }

  .footer-copyright-wrap {
    text-align: center;
  }

  footer>.line {
    border-top: 0;
  }
}

/*------------------------------------------------------------------
[ Hero Blocks ]
-------------------------------------------------------------------*/

#hero-home {
  height: 100%;
  position: relative;
  width: 100%;
}

#hero-home-inner {
  height: 100% !important;
}

.hero-down-nav {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  text-align: center;
}

.hero-logo {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 537px;
  text-align: center;
  width: 90%;
  opacity: 1;
  transition: all 0.40s linear;
  -o-transition: all 0.40s linear;
  -ms-transition: all 0.40s linear;
  -moz-transition: all 0.40s linear;
  -webkit-transition: all 0.40s linear;
}

.scrolled .hero-logo {
  opacity: 0;
}

.hero-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, .3);
  background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.05) 60%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.05) 60%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.05) 60%);
  opacity: 1;
  transition: all 0.40s linear;
  -o-transition: all 0.40s linear;
  -ms-transition: all 0.40s linear;
  -moz-transition: all 0.40s linear;
  -webkit-transition: all 0.40s linear;
}

.scrolled .hero-overlay {
  opacity: 0;
}


/*------------------------------------------------------------------
[ SVG Icons ]
-------------------------------------------------------------------*/

.svg-icon {
  display: block;
  fill: #000;
  stroke: #000;
  width: 55px;
  height: 55px;
  padding: 15px;
  transition: all 0.20s linear;
  -o-transition: all 0.20s linear;
  -ms-transition: all 0.20s linear;
  -moz-transition: all 0.20s linear;
  -webkit-transition: all 0.20s linear;
}

.svg-icon.circled {
  border-radius: 50%;
}

.svg-icon svg {
  fill: inherit;
}

/* SVG background colors */

.svg-icon.bg-white {
  background-color: rgba(255, 255, 255, .8);
}

.svg-icon.bg-white:hover {
  background-color: rgba(255, 255, 255, .9);
}

.svg-icon.bg-gray-light {
  background-color: rgba(224, 224, 224, .8);
}

.svg-icon.bg-gray-light:hover {
  background-color: rgba(224, 224, 224, .9);
}

/* SVG default state colors */

.svg-icon.fg-white {
  fill: #ffffff;
  stroke: #ffffff;
}

.svg-icon.fg-gray-light {
  fill: #e0e0e0;
  stroke: #e0e0e0;
}

.svg-icon.fg-gray-mid {
  fill: #7d7d7c;
  stroke: #7d7d7c;
}

.svg-icon.fg-gray-dark {
  fill: #333333;
  stroke: #333333;
}

/* SVG hover state colors */

.svg-icon.hv-blue-dark:hover {
  fill: #33647e;
  stroke: #33647e;
}

.svg-icon.hv-gray-mid:hover {
  fill: #7d7d7c;
  stroke: #7d7d7c;
}

.svg-icon.hv-gray-dark:hover {
  fill: #333333;
  stroke: #333333;
}

/* SVG Variations for Slides Prev/Next */

.slide-prev,
.slide-next {
  display: block;
  top: 50%;
  position: absolute;
  cursor: pointer;
}

.slide-prev {
  left: 1rem;
  right: auto;
}

.slide-next {
  left: auto;
  right: 1rem;
}

/*------------------------------------------------------------------
[ Flex Module: Full-Width Text ]
-------------------------------------------------------------------*/

.full-width-text {}

.full-width-text p,
.full-width-text ul,
.full-width-text ol {
  font-size: 1.125rem;
}

ol.terms-of-use-list {}

ol.terms-of-use-list li {
  margin-bottom: 1rem
}

/*------------------------------------------------------------------
[ Flex Module: Text+Image Split ]
-------------------------------------------------------------------*/

.text-image-split {}

.text-image-split p {
  font-size: 1.125rem;
}

.text-image-split.image-right>.line>div:nth-child(1) {
  padding-left: 4rem;
}

.text-image-split.image-right>.line>div:nth-child(2) {
  padding-right: 4rem;
}

.text-image-split.image-left .line>div:nth-child(1) {
  padding-right: 4rem;
}

.text-image-split.image-left .line>div:nth-child(2) {
  padding-left: 4rem;
}

.text-image-split .split-img-wrap {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.text-image-split .split-img-wrap img {
  position: relative;
}

.text-image-split .split-img-border {
  position: absolute;
  top: 2vw;
  right: 2vw;
  bottom: -2vw;
  left: -2vw;
  border: 1px solid #e0e0e0;
}

.text-image-split .process-wrapper {}

.text-image-split .process-wrapper article {
  padding: 3rem 0;
  border-bottom: 1px solid #e0e0e0;
}

.text-image-split .process-wrapper article:first-child {
  padding-top: 0;
}

.text-image-split .process-wrapper article:last-child {
  border-bottom: 0;
}

.text-image-split .process-wrapper article h5 {
  margin-bottom: 20px;
}

.text-image-split .process-wrapper article p {}

.text-image-split .process-wrapper article .number-wrap {
  color: #97afbb;
  font-size: 3rem;
  text-align: center;
  padding: 2rem;
  border: 1px solid #97afbb;
}

/*------------------------------------------------------------------
[ Flex Module: Smart home Feature List ]
-------------------------------------------------------------------*/

section.smart-home-features {}

section.smart-home-features article {
  padding: 3rem 0;
  border-bottom: 1px solid #e0e0e0;
}

section.smart-home-features article:last-child {
  border-bottom: 0;
}

section.smart-home-features article .feature-text {}

section.smart-home-features article .feature-text h5 {
  margin-bottom: 20px;
}

section.smart-home-features article .feature-text p {
  font-size: 1.125rem;
  padding-bottom: 1rem;
}

section.smart-home-features article .feature-url {}

section.smart-home-features article .feature-image {}

section.smart-home-features article .feature-image img {
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  section.smart-home-features article .feature-image img {
    margin-bottom: 2rem;
  }
}

/*------------------------------------------------------------------
[ Flex Module: Community Spotlight ]
-------------------------------------------------------------------*/

.community-spotlight {}

.community-spotlight h4 {
  margin-bottom: 0px;
}

.community-spotlight p {
  font-size: 1.125rem;
}

.community-spotlight .community-overview {
  padding: 8rem 5rem 11rem 5rem
}

.community-spotlight .slide-wrap {
  /*   height: 0;
  padding-bottom: 80%; */
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media screen and (max-width: 1140px) {
  .community-spotlight .slide-wrap {
    height: 0;
    padding-bottom: 60%;
  }
}

/*------------------------------------------------------------------
[ Flex Module: Promo Slides ]
-------------------------------------------------------------------*/

.promo-slides {}

.promo-slides h4 {
  margin-bottom: 0px;
}

.promo-slides p {
  font-size: 1.125rem;
}

.promo-slides .slide-overview {
  padding: 8rem 5rem;
}

.promo-slides .slide-image-inner {
  /* height: 0; */
  padding-bottom: 75%;
  position: relative;
  height: 100%;
}

.promo-slides .slide-image-inner .slide-image-border {
  max-width: 60%;
  position: absolute;
  top: 2rem;
  right: 0;
  bottom: 1.5rem;
  left: -3rem;
  border: 1px solid #e0e0e0;
  margin: auto;
}

.promo-slides .slide-image-inner .slide-image {
  max-width: 60%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 3rem;
  left: 0;
  margin: auto;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/*------------------------------------------------------------------
[ Flex Module: News Grid ]
-------------------------------------------------------------------*/

.news-grid {}

.news-grid.news-latest {
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.news-grid>.line {
  position: relative;
}

.news-grid .news-grid-title {
  position: absolute;
  top: -1em;
  left: 0;
}

.news-grid .news-card-inner {
  transition: all 0.20s linear;
  -o-transition: all 0.20s linear;
  -ms-transition: all 0.20s linear;
  -moz-transition: all 0.20s linear;
  -webkit-transition: all 0.20s linear;
  min-height: 200px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 8px 8px 7px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 8px 8px 7px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  padding: 1.5rem;
  position: relative;
}

.news-grid .news-card-inner:hover {
  background-color: rgba(255, 255, 255, .2);
}

.news-grid .news-card-inner .news-date {
  color: #acacab;
  text-transform: uppercase;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 2rem;
  letter-spacing: 2px;
  font-size: .875em;
}

.news-grid .news-card-inner h3 {
  color: #33647e;
}

.news-card-cta,
.news-card-cta:link,
.news-card-cta:visited {
  color: #acacab;
  text-decoration: none;
  position: absolute;
  bottom: .5rem;
  right: 1.5rem;
  left: auto;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .875em;
}

.news-card-inner:hover .news-card-cta,
.news-card-inner:hover .news-card-cta:link:hover,
.news-card-inner:hover .news-card-cta:visited:hover {
  color: #33647e;
}

.news-grid .news-card-inner a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.news-grid a.news-grid-more,
.news-grid a.news-grid-more:link,
.news-grid a.news-grid-more:visited {
  font-size: 1rem;
  color: #97afbb;
  text-transform: uppercase;
  font-family: 'Poppins-Medium', sans-serif;
  letter-spacing: 2px;
  text-decoration: navajowhite;
}

.news-grid a.news-grid-more:hover,
.news-grid a.news-grid-more:link:hover,
.news-grid a.news-grid-more:visited:hover {
  color: #33647e;
}

.card-shadow {
  box-shadow: 8px 8px 7px 0px rgba(0, 0, 0, 0.1);
}

/*Main News Variations*/

.news-grid.news-latest article:nth-child(1n+0) {
  animation-delay: 0s
}

.news-grid.news-latest article:nth-child(2n+0) {
  animation-delay: 0s
}

.news-grid.news-latest article:nth-child(3n+0) {
  animation-delay: .2s
}

.news-grid.news-latest article:nth-child(4n+0) {
  animation-delay: .4s
}

.news-grid.news-latest article:nth-child(5n+0) {
  animation-delay: .6s
}

.news-grid.news-latest article:nth-child(6n+0) {
  animation-delay: .8s
}

/*------------------------------------------------------------------
[ Flex Module: Instagram Photo Strip ]
-------------------------------------------------------------------*/

.instagram-photo-strip h2 a,
.instagram-photo-strip h2 a:link,
.instagram-photo-strip h2 a:visited {
  color: #333333;
  text-decoration: none;
}

.instagram-photo-strip h2 a:hover,
.instagram-photo-strip h2 a:link:hover,
.instagram-photo-strip h2 a:visited:hover {
  color: #7d7d7c;
  text-decoration: none;
}

.instagram-photo-strip {
  padding-left: 0;
  padding-right: 0;
}

.instagram-photo-strip .photo-strip {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.instagram-photo-strip .photo-strip .photo-item {
  position: relative;
  height: 0;
  margin: 0px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 1;
  transition: all 0.20s linear;
  -o-transition: all 0.20s linear;
  -ms-transition: all 0.20s linear;
  -moz-transition: all 0.20s linear;
  -webkit-transition: all 0.20s linear;
}

.instagram-photo-strip .photo-strip .photo-item:hover {
  opacity: .5;
}

.instagram-photo-strip .photo-strip .photo-item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.instagram-photo-strip .photo-strip .photo-item:nth-child(3) {
  padding-bottom: 22%;
  width: 25%;
}

.instagram-photo-strip .photo-strip .photo-item:nth-child(1),
.instagram-photo-strip .photo-strip .photo-item:nth-child(2),
.instagram-photo-strip .photo-strip .photo-item:nth-child(4),
.instagram-photo-strip .photo-strip .photo-item:nth-child(5),
.instagram-photo-strip .photo-strip .photo-item:nth-child(6) {
  padding-bottom: 15%;
  width: 15%;
}

/*------------------------------------------------------------------
[ Communities: Overview Page ]
-------------------------------------------------------------------*/

section.communities-map {
  padding: 0;
}

section.communities-map #communities-map {
  height: 600px;
  background-color: #dedede;
}

section.communities-grid .communities-wrap {
  padding-top: 3em;
}

section.map-viz-toggle {
  text-align: right;
  padding-top: .5rem;
}

section.map-viz-toggle .line {
  position: relative;
}

.toggle-map-viz {
  text-transform: uppercase;
  color: #97afbb;
  font-family: 'Poppins-Medium', sans-serif;
  letter-spacing: 1px;
}

/*------------------------------------------------------------------
[ Google Map Customizations (Multi-Community Map) ]
-------------------------------------------------------------------*/

.mapInfoWindow {
  font-size: 16px;
  text-align: left;
  padding: 0;
  color: #333333;
  max-width: 200px;
  clear: left;
  overflow: auto;
}

.mapInfoWindow .imgBlock {
  width: 100%;
}

.mapInfoWindow .txtBlock {
  width: 100%;
  padding-top: 10px;
  text-align: center;
}

.mapInfoWindow img {
  width: 100%;
  margin-bottom: 15px;
  margin: 0 auto;
  margin-bottom: 0;
}

.mapInfoWindow .title {
  font-size: 1.125em;
  font-family: 'Poppins-Medium', sans-serif;
  margin-bottom: 5px;
  color: #333333;
  line-height: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mapInfoWindow .location {
  font-size: .875em;
  margin-bottom: 6px;
  color: #7d7d7c;
  line-height: 1.2em;
}

.mapInfoWindow .productLinks {
  font-size: 1em;
}

.mapInfoWindow .productLinks a {
  display: block;
  font-family: 'Poppins-Medium', sans-serif;
  outline: none;
  outline: 1px solid white;
}

.mapInfoWindow .availability {
  font-size: .875em;
  margin-bottom: 4px;
  color: #33647E;
  line-height: 1.2em;
}

.mapInfoWindow .divider {}

.mapInfoWindow a {
  color: #7d7d7c;
  font-size: .875em;
  text-decoration: underline;
}

.mapInfoWindow a:hover {
  color: #33647e;
  text-decoration: underline;
}

/* DO NOT HIDE GOOGLE MAPS LOGO */
a[href^="http://maps.google.com/maps"] {
  /*display: none !important;*/
}

a[href^="https://maps.google.com/maps"] {
  /*display: none !important;*/
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  /*    display:none;*/
}

.gmnoprint div {
  /*    background:none !important;*/
}


/*------------------------------------------------------------------
[ Google Map Customizations (2023-11-07)
-------------------------------------------------------------------*/
.mapInfoWindow.mapInfoWindowCommunities {
  max-width: 360px;
}

.mapInfoWindow .iwTitle {}

.mapInfoWindow .iwTitle__title {
  font-size: 1.25em;
  font-family: 'Poppins-Medium', sans-serif;
  margin-bottom: 2px;
  color: #333333;
  line-height: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mapInfoWindow .iwTitle__location {
  font-size: 1em;
  margin-bottom: 6px;
  color: #7d7d7c;
  line-height: 1.2em;
}

.mapInfoWindow .iwTitle__availablity {
  margin-top: -2px;
}

.iwCols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.iwCols .iwImgBlock {
  width: 50%;
}

.iwCols .iwProducts {
  width: 50%;
  padding-left: 25px;
}

.iwCols .iwProducts article {
  margin-bottom: 5px;
}

.iwCols .iwProducts article:nth-child(1) {
  margin-top: -5px;
}

.iwCols .iwProducts .iwProductTitle {
  color: #333333;
  font-family: 'PlayfairDisplay-Regular', serif;
  font-size: 1.125em;
}

.iwCols .iwProducts .iwProductLinks {}

.iwCols .iwProducts .iwProductLinks a {
  display: inline-block;
  font-family: 'Poppins-Medium', sans-serif;
  text-transform: uppercase;
  font-size: .75em;
}

.iwCols .iwProducts .iwProductLinks a:nth-child(1) {
  margin-right: 10px;
}

.iwCols .iwProducts .iwProductLinks a:nth-child(2) {}

/*------------------------------------------------------------------
[ Singular Styles (Shared) ]
-------------------------------------------------------------------*/

section.single-hero {
  height: 600px;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

section.single-hero.home-hero {
  height: calc(100vh - 140px);
}

section.single-hero .single-hero-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  background-image: url('../img/Tradition-Homes-Animated-Loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

section.post-single {
  padding-top: 3rem;
}

.post-single a.post-nav-prev,
.post-single a.post-nav-next {
  text-transform: uppercase;
}

.post-single .post-date {
  text-align: center;
}

.post-single .post-date>div {
  border-bottom: 1px solid #e0e0e0;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1.6em;
}

.post-single .post-content {
  padding-top: 4rem;
}

.post-nav-return {}

.post-nav-next {
  float: right;
}

.post-nav-return i {}

.post-nav-next i {}

.post-single .post-body {
  padding-bottom: 6rem;
}

.post-single .post-social {
  margin-bottom: 6rem;
}

.post-single .post-byline {
  margin-bottom: 45px;
  display: inline-block;
}

.addthis-label {
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
}

.addthis_inline_share_toolbox {
  display: inline-block;
  vertical-align: top;
}

.at-icon-wrapper.at-share-btn {
  border-radius: 50% !important;
  padding: 4px !important;
}

.tradition-single-vitals {
  text-align: center;
}

.tradition-single-vitals .home-details-wrap>div {
  display: inline-block;
  font-size: 1.25rem;
  margin-left: 3em;
  margin-right: 3em;
}

.tradition-single-vitals .home-details-wrap>div span {
  color: #97afbb;
  text-transform: uppercase;
  font-family: 'Poppins-Medium', sans-serif;
  letter-spacing: 2px;
  font-weight: normal;
  margin-top: 0;
  line-height: 1.25;
}

.tradition-single-vitals .home-details-wrap {
  display: inline-block;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.tradition-single-ctas {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.tradition-single-ctas a.button {
  min-width: 13rem;
}

/* Vitals variants */

.tradition-single-vitals.home-details .home-details-wrap>div {
  margin-left: 2em;
  margin-right: 2em;
}

@media screen and (max-width:1000px) {
  .tradition-single-vitals.home-details .home-details-wrap>div {
    margin-left: 1em;
    margin-right: 1em;
  }
}



ul.two-col {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 2rem;
  -webkit-column-gap: 2rem;
  column-gap: 2rem;
}

ul.two-col-centered {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 2rem;
  -webkit-column-gap: 2rem;
  column-gap: 2rem;
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 0 auto;
}

ul.two-col-centered li {
  margin-bottom: 1em;
}

@media screen and (max-width:700px) {

  ul.two-col,
  ul.two-col-centered {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0;
  }
}

/*------------------------------------------------------------------
[ Communities: Detail Page]
-------------------------------------------------------------------*/

.community-highlights {}

.community-highlights .community-overview {
  padding: 5rem 5rem;
}

.community-highlights h4 {
  margin-bottom: 1rem;
}

.community-highlights .features-amenities,
.community-highlights .schools {
  padding: 2rem 0;
}

.community-highlights .features-amenities {
  border-bottom: 1px solid #e0e0e0;
  padding-top: 0;
}

.community-highlights .schools {
  padding-bottom: 0;
}

.community-highlights .features-amenities ul {}

.community-highlights a,
.community-highlights a:link,
.community-highlights a:visited {
  color: #7d7d7d;
}

.community-highlights a:hover,
.community-highlights a:link:hover,
.community-highlights a:visited:hover {
  color: #333333;
}

.community-highlights .slide-wrap,
.community-highlights .slide-wrap div {
  height: 100%;
}



.slick-slide .img--holder {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}


#community-map-single {
  height: 360px;
  border: 1px solid #e0e0e0;
}

#community-map-single.no-map {
  height: 50px;
  border: none;
}

@media screen and (min-width:1367px) {
  #community-contacts-single {
    padding-top: 2em;
  }
}

.community-contacts-model {
  margin-bottom: 2rem;
}

.community-contacts-model,
.community-contacts-sales {
  font-size: 1.125em;
}

.community-contacts-model .model-address,
.community-contacts-sales .sales-contact {
  margin-bottom: 1rem;
}

a.no-underline {
  text-decoration: none;
}

a.no-underline:hover {
  text-decoration: underline;
}

/* Contact(s) added to community overview - Feb, 2025 */
.community-overview__contacts {
  margin-bottom: 35px;
}

.community-overview__contacts article {
  line-height: 1.5;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.community-overview__contacts article:last-child {
  margin-bottom: 0;
}

.community-overview__contacts h4 {
  font-size: 1rem;
  margin-bottom: 10px;
}

.community-overview__contacts a {
  position: relative;
  display: inline-block;
}


@media screen and (max-width: 1140px) {
  .community-highlights .slide-wrap {
    height: 0;
    padding-bottom: 60%;
  }
}

/*------------------------------------------------------------------
[ Homes & Floorplans: Detail Page]
-------------------------------------------------------------------*/

.home-overview {}

.home-overview .home-price {
  color: #7d7d7c;
  font-family: 'Poppins-Medium', sans-serif;
  letter-spacing: 1px;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.home-overview .home-price.has-prior-price {
  margin-bottom: 0;
}

.home-overview .home-price-prior {
  margin-bottom: 1rem;
  text-decoration: line-through;
  text-decoration-color: rgb(125 125 125 / 50%);
  letter-spacing: .05em;
  margin-bottom: 1rem;
}

.home-story {}

.home-story .home-summary {
  padding: 5rem 5rem;
}

.home-story .home-summary p:last-of-type {
  padding-bottom: 0;
}

.home-story h4 {
  margin-bottom: 1rem;
}

.home-story .features-amenities {
  padding-top: 0;
}

.home-story .schools {
  padding-bottom: 0;
}

.home-story .features-amenities ul {}

.home-story a,
.home-story a:link,
.home-story a:visited {
  color: #7d7d7d;
}

.home-story a:hover,
.home-story a:link:hover,
.home-story a:visited:hover {
  color: #333333;
}

@media screen and (max-width: 1140px) {
  .home-story .slide-wrap {
    height: 0;
    padding-bottom: 60%;
  }
}

.community-highlights .features-amenities,
.community-highlights .schools {
  padding: 2rem 0;
}

.home-overview .features-amenities.floorplan-features {
  padding: 4rem 0 2rem 0;
}

ul.floorplan-community-matches {
  list-style: none;
  margin-bottom: 2rem;
  padding-left: 0;
}

ul.floorplan-community-matches li {
  display: block;
  padding: 0 1rem;
  border-right: 1px solid #7d7d7d;
  line-height: 1em;
  margin-bottom: .75rem
}

ul.floorplan-community-matches li a span {
  font-weight: 600
}

ul.floorplan-community-matches li:last-child {
  border-right: 0;
}


.elevations-disclaimer {
  font-size: 14px;
  text-align: center;
  line-height: 1.75;
}


/*------------------------------------------------------------------
[ Media Container/Figure ]
-------------------------------------------------------------------*/
/* Centered media-container wrapper */
.media-container_wrapper__centered {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

article.media-container {
  position: relative;
  margin-bottom: 2em;
}

article.media-container figure {
  display: block;
  overflow: hidden;
  margin: 0;
  height: 100%;
  text-align: center;
  position: relative;
  border: 1px solid rgba(255, 255, 255, .25);
}

article.media-container figure *,
article.media-container figure *:before,
article.media-container figure *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}

article.media-container figure:before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  content: '';
  background-color: rgba(0, 0, 0, .3);
  background-blend-mode: multiply;
  opacity: .15;
  transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}

article.media-container:hover figure:before {
  opacity: 1;
}

article.media-container figure figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 1;
  padding: 0px 90px;
  color: #fff;
  padding: 0px 10px;
}

article.media-container:hover figure figcaption {
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
}

article.media-container figure figcaption div.media-title {
  position: absolute;
  bottom: 30%;
  opacity: 0;
  padding: 0 .5em;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: 'Poppins-Medium', sans-serif;
  letter-spacing: 2px;
}

article.media-container figure figcaption div.media-title i {
  font-size: inherit;
}

article.media-container figure figcaption div.media-icon {
  opacity: .8;
}

article.media-container figure figcaption div.media-icon img.magglass {
  width: 70px;
  height: auto;
}

article.media-container:hover figure figcaption div {
  opacity: 1;
}

article.media-container:hover figure figcaption div.media-title {
  bottom: 40%;
}

article.media-container figure figcaption div i {
  font-size: 6em;
  text-shadow: 0px 0px 30px rgba(50, 50, 50, 0.6);
}

article.media-container figure .media-thumb-img {
  background-color: #ffffff;
  background-size: cover;
  background-position: 50% 50%;
}

article.media-container figure .media-thumb-img:after {
  content: "";
  display: block;
  padding-bottom: 55%;
}

article.media-container figure a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}



/*------------------------------------------------------------------
[ Team Grid ]
-------------------------------------------------------------------*/

section.team-grid {}

article.media-container.team-member {
  margin-bottom: 4rem;
}

article.media-container.team-member .card-inner {
  border: 1px solid #e0e0e0;
}

article.media-container.team-member figure {
  border: 0;
}

article.media-container.team-member figure figcaption {
  opacity: 0;
}

article.media-container.team-member figure .media-thumb-img:after {
  padding-bottom: 100%;
}

article.media-container.team-member figure:before {
  opacity: 0;
}

article.media-container.team-member:hover figure:before {
  opacity: 0;
}

/* article.media-container.team-member figure:hover:before {
  opacity: 1;
} */
article.media-container.team-member__has-bio figure:hover:before {
  opacity: 1;
}

article.media-container.team-member figure:hover figcaption {
  opacity: 1;
}

article.media-container.team-member .team-meta {
  padding: 1.5rem;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}

article.media-container.team-member .team-name {
  color: #333333;
  font-size: 1.5em;
  font-family: 'PlayfairDisplay-Regular', serif;
  padding-bottom: 6px;
}

article.media-container.team-member .team-title {
  display: block;
  vertical-align: bottom;
  width: 100%;
  color: #7d7d7c;
  font-size: 1.125em;
}

article.media-container.team-member .team-summary {
  line-height: 1.5rem;
  padding-bottom: 1em;
}

article.media-container.team-member .team-readmore {
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Team Grid Click Indicator */
article.team-member__has-bio .team-member__click-indicator {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

article.team-member__has-bio .team-member__click-indicator::before {

  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 100px;
  height: 100px;
  content: "";
  background-color: #333;
  border-radius: 50px;
}

article.team-member__has-bio .team-member__click-indicator::after {
  position: absolute;
  bottom: 8px;
  right: 2px;
  width: 26px;
  height: 26px;
  font-size: 26px;
  content: "";
  color: white;
  transform: rotate(0deg);
  transition: all 0.2s linear;
  /* Plus sign */
  content: '+';
  font-weight: 600;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  text-align-last: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article.team-member__has-bio figure:hover .team-member__click-indicator::after {
  transform: rotate(180deg);
}

/*------------------------------------------------------------------
[ Modal Bio Window ]
-------------------------------------------------------------------*/

.modalWindow {
  position: fixed;
  bottom: -70%;
  height: 70%;
  width: 100%;
  background: #fff;
  transition: bottom 0.5s ease;
  -o-transition: bottom 0.5s ease;
  -ms-transition: bottom 0.5s ease;
  -moz-transition: bottom 0.5s ease;
  -webkit-transition: bottom 0.5s ease;
  overflow: auto;
  z-index: 2001;
  border-top: 1px solid #e0e0e0;
}

.modalWindow .section {
  padding: 0rem 0rem 3rem 0rem
}

.modalWindow.active {
  position: fixed;
  bottom: 0;
}

#modalBg {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, .9);
  z-index: 2000;
  display: none;
}

#modalBg.active {
  display: block;
}

.modalCloseOuter {
  position: relative;
  height: 60px;
}

.modalClose {
  height: 25px;
  width: 25px;
  top: 30px;
  right: 30px;
  position: absolute;
  box-sizing: border-box;
  line-height: 50px;
  display: block;
  padding: 0;
  margin: 0;
}

.modalClose:before,
.modalClose:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: '';
  position: absolute;
  top: 50%;
  left: 0%;
  margin-top: 0px;
  margin-left: 0px;
  display: block;
  height: 2px;
  width: 25px;
  background-color: #7d7d7c;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.modalClose:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modalClose:hover:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #97afbb;
}

.modalClose:hover:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #97afbb;
}

#bio-container img {
  margin-bottom: 30px;
}

#bio-container .bio-name {
  font-size: 2.75rem;
  color: #333333;
  font-family: 'PlayfairDisplay-Regular', serif;
  margin-bottom: 1.5rem;
}

#bio-container .bio-title {
  font-size: 1.75rem;
  color: #7d7d7c;
  display: inline-block;
  width: 50%;
  line-height: 28px;
}

#bio-container .bio-email {
  font-size: 1rem;
  display: inline-block;
  width: 49%;
  line-height: 28px;
  text-align: center;
  /* float: right; */
}

#bio-container .bio-email a {
  font-size: 1.125rem;
}

#bio-container .bio-email a:hover {
  text-decoration: underline !important;
}

#bio-container .bio-email a:hover,
#bio-container .bio-email a:active {
  text-decoration: none;
  color: #333333;
}

#bio-container .bio-text {
  padding-top: 2rem;
}

#bio-container .bio-text p:last-child,
#bio-container .bio-text ul:last-child,
#bio-container .bio-text ol:last-child {
  padding-bottom: 0;
}

@media screen and (max-width:1100px) {

  #bio-container .bio-title,
  #bio-container .bio-email {
    display: block;
    width: 100%;
    text-align: left;
  }

  #bio-container .bio-title {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width:768px) {
  #bio-container {
    text-align: center;
  }

  #bio-container img {
    margin: 0 auto;
    margin-bottom: 30px;
  }

  #bio-container .bio-email {
    margin-bottom: 30px;
  }

  #bio-container .bio-name {
    font-size: 2.25em;
  }

  #bio-container .bio-text {
    padding: 2em 1em 1em 1em;
    text-align: left;
  }

  .modalWindow {
    bottom: -90%;
    height: 90%;
  }

  .modalClose {
    top: 15px;
    right: 15px;
  }
}

/*------------------------------------------------------------------
[ Community Grid ]
-------------------------------------------------------------------*/

section.communities-grid {
  padding-top: 3rem;
}

article.media-container.comm-item {}

article.media-container.comm-item .card-inner {
  border: 1px solid #e0e0e0;
}

article.media-container.comm-item figure {
  border: 0;
}

article.media-container.comm-item figure figcaption {
  opacity: 0;
}

article.media-container.comm-item figure .media-thumb-img:after {
  padding-bottom: 50%;
}

article.media-container.comm-item .comm-title-wrap {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: .875rem;
}

article.media-container.comm-item .comm-details-wrap {
  padding-top: .875rem;
}

article.media-container.comm-item .comm-title {
  display: inline-block;
  vertical-align: bottom;
  width: 60%;
  text-align: left;
  color: #333333;
  font-size: 2.125em;
  font-family: 'PlayfairDisplay-Regular', serif;
}

.community-product-block article.media-container.comm-item .comm-title {
  width: 100%;
}

article.media-container.comm-item .comm-location {
  display: inline-block;
  vertical-align: bottom;
  width: 40%;
  text-align: right;
  color: #7d7d7c;
  font-size: 1.25em;
  font-family: 'Poppins-Light', sans-serif;
  margin-bottom: -5px;
}

article.media-container.comm-item .comm-desc {}

article.media-container.comm-item .comm-link {
  color: #73964b;
  font-size: .875em;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 12px;
}

article.media-container.comm-item .comm-meta {
  padding: 1.5rem;
}

article.media-container .comm-vitals {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: left;
  color: #7d7d7c;
  line-height: 1.6rem;
  font-size: 1.25rem;
}

article.media-container .comm-vitals__text-wrap {
  margin-bottom: 40px;
}

article.media-container.comm-item .comm-availability {
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  bottom: auto;
  width: auto;
  background-color: rgba(255, 255, 255, .9);
  line-height: 1.6rem;
  padding: 0 .5rem;
  border: 1px solid #97afbb;
  color: #333333;
  text-transform: uppercase;
  font-size: 1.125rem;
}

article.media-container .comm-buttons {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  /*   text-align: right; */
}

article.media-container .cvProducts {}

/* article.media-container .comm-buttons a {
  position: relative;
  font-size: .875em;
  padding: .5rem 1.25rem;
  margin-left: 5px;
}
article.media-container .comm-buttons a.compact {
  position: relative;
  font-size: .875em;
  padding: .125rem .5rem;
  margin: 0 0 .5rem 0;
  min-width: 90%;
  line-height: 1.5rem;
}

article.media-container .comm-buttons a:first-of-type {
  margin-left: 0;
} */

article.media-container .comm-buttons .comm-buttons__products {
  float: right;
  min-width: 200px;
  line-height: 1;
}

article.media-container .comm-buttons .comm-buttons__products article {
  margin-bottom: 15px;
}

article.media-container .comm-buttons .comm-button__product-title {
  color: #333333;
  font-family: 'PlayfairDisplay-Regular', serif;
  font-size: 1.375em;
  margin-bottom: 10px;
}

article.media-container .comm-buttons .comm-button__product-links {}

article.media-container .comm-buttons .comm-button__product-links a {
  line-height: 1.25em;
}

article.media-container .comm-buttons .comm-button__product-links a i {
  font-size: 1.25em;
}

article.media-container .comm-buttons .comm-button__product-links [class^="icon-"]:before,
article.media-container .comm-buttons .comm-button__product-links [class*=" icon-"]:before {
  margin-left: 0;
}



article.media-container.comm-item figure:before {
  opacity: 0;
}

article.media-container.comm-item:hover figure:before {
  opacity: 0;
}

article.media-container.comm-item figure:hover:before {
  opacity: 1;
}

article.media-container.comm-item figure:hover figcaption {
  opacity: 1;
}

article.media-container.comm-item figure figcaption div i {
  font-size: 3em;
}


article.media-container.comm-item .comm-availability {
  z-index: 12;
}

article.media-container.comm-item figure:before {
  z-index: 13;
}

article.media-container.comm-item figure figcaption {
  z-index: 14;
}

article.media-container.comm-item figure a {
  z-index: 15;
}


section.map-download {
  padding: 1rem 1rem 0rem 1rem;
}

a.button.btn-map-download,
a.button.btn-map-download:link,
a.button.btn-map-download:visited {
  color: #f7a31c;
  background-color: #ffffff;
  font-size: 1em;
  padding: .5rem 1.25rem;
}

a.button.btn-map-download:hover,
a.button.btn-map-download:link:hover,
a.button.btn-map-download:visited:hover {
  box-shadow: 0 0 50px 50px rgba(0, 0, 0, 0) inset;
  background-color: #f7a31c;
  color: #ffffff;
}

/*------------------------------------------------------------------
[ Product Updates / Nov 9, 2023 ]
-------------------------------------------------------------------*/
.product-overview__jump-wrapper {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 50px;
}

.product-overview__jumpers {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-overview__jump-wrapper a {
  display: block;
  font-family: 'Poppins-Medium', sans-serif;
  font-size: 1.25rem;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  margin: 0;
  line-height: 58px;
  outline: none;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: #7d7d7c;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  text-decoration: none;
  transition: all 0.2s ease-in;
  border-left: 1px solid #e0e0e0;
  padding-left: 25px;
  padding-right: 25px;
}

.product-overview__jump-wrapper a:last-child {
  border-right: 1px solid #e0e0e0;
}

.product-overview__jump-wrapper a:hover {
  background-color: rgba(0, 0, 0, .05);
  text-decoration: none;
}

/* Change product overview contacts to a flex layout - Jan 16, 2025 */
.product-overview__contact-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 50px;
}

.product-overview__contact-wrap>div {
  width: 50%;
}

.product-overview__model-address {
  font-size: 1.25rem;
  line-height: 1.5;
}

.product-overview__model-address h4 {
  font-size: 1rem;
  margin-bottom: 10px;
}

.product-overview__model-address a {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}

.product-overview__model-address a:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: '\e807';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #97afbb;
  text-decoration: none;
}


/* Contact(s) added to product overview - Jan 16, 2025 */
.product-overview__contacts {}

.product-overview__contacts article {
  line-height: 1.5;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.product-overview__contacts article:last-child {
  margin-bottom: 0;
}

.product-overview__contacts h4 {
  font-size: 1rem;
  margin-bottom: 10px;
}

.product-overview__contacts a {
  position: relative;
  display: inline-block;
}



@media screen and (max-width:1099px) {
  .product-overview__contact-wrap>div {
    width: 100%;
  }

  .product-overview__contacts {
    margin-top: 50px;
  }
}

/*------------------------------------------------------------------
[ Gallery Grid ]
-------------------------------------------------------------------*/

section.galleries-grid {
  padding-top: 3rem;
}

.galleries-wrap {
  margin-bottom: 2rem;
}

article.media-container.gallery-item {}

article.media-container.gallery-item .card-inner {
  border: 1px solid #e0e0e0;
}

article.media-container.gallery-item figure {
  border: 0;
}

article.media-container.gallery-item figure figcaption {
  opacity: 0;
}

article.media-container.gallery-item figure .media-thumb-img:after {
  padding-bottom: 60%;
}

article.media-container.gallery-item figure:before {
  opacity: 0;
}

article.media-container.gallery-item:hover figure:before {
  opacity: 0;
}

article.media-container.gallery-item figure:hover:before {
  opacity: 1;
}

article.media-container.gallery-item figure:hover figcaption {
  opacity: 1;
}

article.media-container.gallery-item .gallery-title {
  display: block;
  vertical-align: bottom;
  width: 100%;
  text-align: left;
  color: #333333;
  font-size: 2em;
  font-family: 'PlayfairDisplay-Regular', serif;
  text-align: center;
  padding: 1em 1em;
  border-bottom: 1px solid #e0e0e0;
}

/* Variations for Virtual Tour Gallery */
.galleries-grid.virtual-tour-gallery article.media-container.gallery-item figure figcaption {
  opacity: 1;
}



/*------------------------------------------------------------------
[ Availability Grid ]
-------------------------------------------------------------------*/

section.availability-grid {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

section.availability-grid h2 {
  margin-bottom: 10px;
}

section.availability-grid h3 {
  font-family: 'PlayfairDisplay-Regular', serif;
  float: left;
  display: block;
}

section.availability-grid .group-toggle {
  float: right;
}

.availability-wrap {
  margin-bottom: 2rem;
}

article.media-container.home-item {}

article.media-container.home-item .card-inner {
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
}

article.media-container.home-item figure {
  border: 0;
}

article.media-container.home-item figure figcaption {
  opacity: 0;
}

article.media-container.home-item figure .media-thumb-img:after {
  padding-bottom: 60%;
}

article.media-container.home-item figure:before {
  opacity: 0;
}

article.media-container.home-item:hover figure:before {
  opacity: 0;
}

article.media-container.home-item figure:hover:before {
  opacity: 1;
}

article.media-container.home-item figure:hover figcaption {
  opacity: 1;
}

article.media-container.home-item .home-title-wrap {
  padding: .5rem 1rem;
}

article.media-container.home-item .home-title {
  color: #333333;
  font-size: 1.5em;
  font-family: 'PlayfairDisplay-Regular', serif;
  padding: .5em 0;
  border-bottom: 1px solid #e0e0e0;
}

article.media-container.home-item .home-meta {
  padding: 1rem;
  line-height: 1.5rem;
}

article.media-container.home-item .home-meta:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

article.media-container.home-item .home-meta-left {
  float: left;
  width: 55%;
}

article.media-container.home-item .home-community {
  color: #97afbb;
  text-transform: uppercase;
  font-family: 'Poppins-Medium', sans-serif;
  letter-spacing: .5px;
  font-weight: normal;
  margin-bottom: .75rem;
  line-height: 1.25;
}

article.media-container.home-item .home-price {
  color: #7d7d7c;
  font-family: 'Poppins-Medium', sans-serif;
  letter-spacing: 1px;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

article.media-container.home-item .home-price.has-prior-price {
  margin-bottom: 0;
}

article.media-container.home-item .home-price-prior {
  margin-bottom: 1rem;
  text-decoration: line-through;
  text-decoration-color: rgb(125 125 125 / 50%);
  letter-spacing: .05em;
  margin-bottom: 1rem;
}

article.media-container.home-item .home-price-coming-soon {
  margin-bottom: 1rem;
}

article.media-container.home-item .home-plan {}

article.media-container.home-item .home-meta-right {
  float: left;
  width: 45%;
  text-align: right;
}

article.media-container.home-item .home-availability {
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  bottom: auto;
  width: auto;
  background-color: rgba(255, 255, 255, .75);
  line-height: 1.6rem;
  padding: 0 .5rem;
  border: 1px solid #97afbb;
  color: #333333;
  text-transform: uppercase;
}

article.media-container.home-item .home-cta {
  padding: 1rem;
}

article.media-container.home-item .home-cta:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

article.media-container.home-item .home-cta a {
  width: 48%;
  padding: 5px 0;
  display: block;
}

article.media-container.home-item .home-cta a:nth-of-type(1) {
  float: left;
}

article.media-container.home-item .home-cta a:nth-of-type(2) {
  float: right;
}

article.media-container.home-item figure .media-thumb-img-secondary {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-attachment: 50% 50%;
  background-repeat: no-repeat;
}

article.media-container.home-item figure figcaption div i {
  font-size: 3rem;
}

article.media-container.home-item figure .media-thumb-img {
  z-index: 10;
}

article.media-container.home-item figure .media-thumb-img-secondary {
  z-index: 11;
  transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  opacity: 0;
}

article.media-container.home-item:hover figure .media-thumb-img-secondary {
  opacity: 1;
}

article.media-container.home-item .home-availability {
  z-index: 12;
}

article.media-container.home-item figure:before {
  z-index: 13;
}

article.media-container.home-item figure figcaption {
  z-index: 14;
}

article.media-container.home-item figure a {
  z-index: 15;
}

@media screen and (max-width:450px) {
  article.media-container.home-item .home-cta a {
    width: 100% !important;
    float: none !important;
    margin-bottom: .5rem !important;
  }
}

.availability-grid .availability-view-toggle {
  text-transform: uppercase;
  color: #97afbb;
  font-family: 'Poppins-Medium', sans-serif;
  letter-spacing: 1px;
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: 99% 50%;
  line-height: 36px;
  padding-right: 40px;
}

.availability-grid .availability-view-toggle.home-icon {
  background-image: url('../img/icons/availability-view-homes.png');
}

.availability-grid .availability-view-toggle.compass-icon {
  background-image: url('../img/icons/availability-view-floorplans.png');
}

/*------------------------------------------------------------------
[ News Grid ]
-------------------------------------------------------------------*/

section.news-grid {
  padding-top: 3rem;
}

.news-wrap {
  margin-bottom: 2rem;
}

article.media-container.news-item {
  margin-bottom: 4rem;
}

article.media-container.news-item .card-inner {
  border: 1px solid #e0e0e0;
}

article.media-container.news-item figure {
  border: 0;
}

article.media-container.news-item figure figcaption {
  opacity: 0;
}

article.media-container.news-item figure .media-thumb-img:after {
  padding-bottom: 60%;
}

article.media-container.news-item figure:before {
  opacity: 0;
}

article.media-container.news-item:hover figure:before {
  opacity: 0;
}

article.media-container.news-item figure:hover:before {
  opacity: 1;
}

article.media-container.news-item figure:hover figcaption {
  opacity: 1;
}

article.media-container.news-item .news-meta {
  padding: 1.5rem;
  text-align: center;
}

article.media-container.news-item .news-date {
  border-bottom: 1px solid #e0e0e0;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1.6em;
}

article.media-container.news-item .news-title {
  display: block;
  vertical-align: bottom;
  width: 100%;
  color: #333333;
  font-size: 1.5em;
  font-family: 'PlayfairDisplay-Regular', serif;
  padding: 1em 0;
}

article.media-container.news-item .news-summary {
  line-height: 1.5rem;
  padding-bottom: 1em;
}

article.media-container.news-item .news-readmore {
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*------------------------------------------------------------------
[ Standard Pagination ]
-------------------------------------------------------------------*/

.pagination {
  width: 100%;
  text-align: center;
  padding-bottom: 3em;
  padding-top: 3em;
}

.pagination .page-numbers {
  background: #ffffff;
  display: inline-block;
  width: auto;
  margin: 4px 4px 4px 0;
  padding: 10px 20px;
  text-decoration: none;
  border: 1px solid #97afbb;
  color: #97afbb;
  text-transform: uppercase;
  font-size: .875em;
}

.pagination .page-numbers:hover {
  background: #97afbb;
  color: #fff;
  text-decoration: none;
  border: 1px solid #97afbb;
}

.pagination .current {
  background: #97afbb;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #97afbb;
}

/*------------------------------------------------------------------
[ CRM Form Styling ]
-------------------------------------------------------------------*/

.code-wrapper {}

.code-wrapper table {}

.code-wrapper table tr {
  border: none;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}

.code-wrapper table th {}

.code-wrapper table td {
  width: 100%;
  display: block;
  padding: 0;
}

.code-wrapper li {
  padding: 0;
  display: block;
  list-style: none;
  margin: 10px 0 0 0;
}

.code-wrapper label,
.code-wrapper .nf-form-content label {
  margin: 0 0 3px 0;
  padding: 0px;
  display: inline-block;
  font-weight: normal;
  width: auto;
  font-size: 16px;
}

.code-wrapper input[type=text],
.code-wrapper input[type=date],
.code-wrapper input[type=datetime],
.code-wrapper input[type=number],
.code-wrapper input[type=search],
.code-wrapper input[type=time],
.code-wrapper input[type=url],
.code-wrapper input[type=tel],
.code-wrapper input[type=email],
.code-wrapper textarea,
.code-wrapper select,
.code-wrapper .nf-form-content input[type=text],
.code-wrapper .nf-form-content input[type=date],
.code-wrapper .nf-form-content input[type=datetime],
.code-wrapper .nf-form-content input[type=number],
.code-wrapper .nf-form-content input[type=search],
.code-wrapper .nf-form-content input[type=time],
.code-wrapper .nf-form-content input[type=url],
.code-wrapper .nf-form-content input[type=tel],
.code-wrapper .nf-form-content input[type=email],
.code-wrapper .nf-form-content textarea,
.code-wrapper .nf-form-content select {
  font-family: 'Poppins-Light', sans-serif;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px 10px;
  margin: 0px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  font-size: 1em;
  width: 100%;
  background: #ffffff;
  color: #111111;
  border: 1px solid #BEBEBE;
}

.code-wrapper .nf-form-content .list-select-wrap>div select {
  background: transparent;
  border: 1px solid #BEBEBE;
}

.code-wrapper .nf-error-msg,
.code-wrapper .ninja-forms-req-symbol {
  color: #333333;
}

.code-wrapper .nf-error .nf-error-msg {
  display: none;
}

.code-wrapper .nf-form-title {
  display: none;
}

.code-wrapper .nf-error-msg.nf-error-field-errors {
  display: none;
}

.code-wrapper input[type=text]:focus,
.code-wrapper input[type=date]:focus,
.code-wrapper input[type=datetime]:focus,
.code-wrapper input[type=number]:focus,
.code-wrapper input[type=search]:focus,
.code-wrapper input[type=time]:focus,
.code-wrapper input[type=url]:focus,
.code-wrapper input[type=tel]:focus,
.code-wrapper input[type=email]:focus,
.code-wrapper textarea:focus,
.code-wrapper select:focus,
.code-wrapper .nf-form-content input[type=text]:focus,
.code-wrapper .nf-form-content input[type=date]:focus,
.code-wrapper .nf-form-content input[type=datetime]:focus,
.code-wrapper .nf-form-content input[type=number]:focus,
.code-wrapper .nf-form-content input[type=search]:focus,
.code-wrapper .nf-form-content input[type=time]:focus,
.code-wrapper .nf-form-content input[type=url]:focus,
.code-wrapper .nf-form-content input[type=tel]:focus,
.code-wrapper .nf-form-content input[type=email]:focus,
.code-wrapper .nf-form-content textarea:focus,
.code-wrapper .nf-form-content select:focus {
  -moz-box-shadow: 0 0 8px #97afbb;
  -webkit-box-shadow: 0 0 8px #97afbb;
  box-shadow: 0 0 8px #97afbb;
  border: 1px solid #97afbb;
}


.code-wrapper .nf-form-content .list-select-wrap .nf-field-element>div {
  background: #ffffff;
  color: #111111;
  border: 1px solid #BEBEBE;
}

.code-wrapper textarea,
.code-wrapper textarea {
  height: 100px;
}

.code-wrapper .field-divided {
  width: 49%;
}

.code-wrapper .field-long {
  width: 100%;
}

.code-wrapper .field-select {
  width: 100%;
}

.code-wrapper .field-textarea {
  height: 100px;
}

.code-wrapper input[type=submit],
.code-wrapper input[type=button],
.code-wrapper .nf-form-content input[type=submit],
.code-wrapper .nf-form-content input[type=button] {
  border: none;
  color: #97AFBB !important;
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  transition: all 0.20s linear 0s !important;
  -o-transition: all 0.20s linear 0s !important;
  -ms-transition: all 0.20s linear 0s !important;
  -moz-transition: all 0.20s linear 0s !important;
  -webkit-transition: all 0.20s linear 0s !important;
  border: 1px solid #97AFBB;
  background-color: rgba(255, 255, 255, 0);
  font-size: 1em;
  text-transform: uppercase;
  font-family: 'Poppins-Light', sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  min-width: 49%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  cursor: pointer;
  margin-top: 2rem;
}

.code-wrapper input[type=submit]:hover,
.code-wrapper input[type=button]:hover,
.code-wrapper .nf-form-content input[type=submit]:hover,
.code-wrapper .nf-form-content input[type=button]:hover {
  border: 1px solid #333333;
  color: #333333 !important;
  background-color: rgba(255, 255, 255, 0);
}

.code-wrapper .required,
.code-wrapper .nf-form-content .required {
  color: #333333;
}

.code-wrapper .radio-row,
.code-wrapper .nf-form-content .radio-row {
  padding: 0;
  line-height: 20px;
}

.code-wrapper span {
  display: inline;
  padding-right: 15px;
}

.code-wrapper .radio-row label {
  display: inline;
  font-weight: inherit;
  padding-right: 10px;
}

.code-wrapper .nf-error input[type=text],
.code-wrapper .nf-error input[type=date],
.code-wrapper .nf-error input[type=datetime],
.code-wrapper .nf-error input[type=number],
.code-wrapper .nf-error input[type=search],
.code-wrapper .nf-error input[type=time],
.code-wrapper .nf-error input[type=url],
.code-wrapper .nf-error input[type=tel],
.code-wrapper .nf-error input[type=email],
.code-wrapper .nf-error textarea {
  border: 1px solid #e80000;
}

.code-wrapper .nf-form-fields-required {
  display: none;
}

.code-wrapper .nf-response-msg {
  display: none;
  background-color: #f3f3f0;
  padding: 25px;
  font-size: .875em;
}

.code-wrapper .nf-field-container {
  margin-bottom: 15px;
}

.code-wrapper.footer-form input[type=submit],
.code-wrapper.footer-form input[type=button] {
  height: 45px;
}

.code-wrapper.footer-form input[type=text],
.code-wrapper.footer-form input[type=email] {
  height: 45px;
}

.code-wrapper.footer-form nf-field {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.code-wrapper.footer-form .nf-error-msg,
.ninja-forms-req-symbol {
  color: #97afbb;
}

.code-wrapper.footer-form .nf-error input[type=email],
.code-wrapper.footer-form .nf-error input[type=text] {
  border: 1px solid #97afbb;
}

.code-wrapper.footer-form .nf-response-msg {
  display: none;
  background: none;
  padding: 25px 0;
  font-size: 1em;
  color: #97afbb;
}

/* Embedded iframe form */
.section.code-wrapper.iframe-form-embed {
  padding: 2rem 1rem;
}

.code-wrapper .checkbox-wrapper {
  margin-bottom: 15px;
}


.code-wrapper .label-sel-interest {
  margin-top: 10px;
  margin-bottom: 10px;
}

.code-wrapper .checkbox-element {
  display: inline-block;
  padding-right: 10px;
}

.code-wrapper input[type=checkbox] {
  display: inline-block;
  -webkit-appearance: unset;
  -webkit-appearance: checkbox;
  margin-right: 5px;
}

/*------------------------------------------------------------------
[ Available Homes ]
-------------------------------------------------------------------*/

section.available-homes-filter {
  position: relative;
  z-index: 99;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background-color: #ffffff;
}

section.available-homes-filter .filter-wrapper {
  position: relative;
  z-index: 99;
}

.available-homes-filter .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.available-homes-filter .select {
  cursor: pointer;
  display: block;
  position: relative;
  width: 12%;
  height: 60px;
  float: left;
  border-left: 1px solid #e0e0e0;
}

.available-homes-filter .price-range {
  display: block;
  position: relative;
  width: 20%;
  height: 60px;
  float: left;
  border-left: 1px solid #e0e0e0;
  text-align: center;
  padding-top: 20px;
}

.available-homes-filter .filter-submit {
  display: block;
  position: relative;
  width: 15%;
  height: 60px;
  float: left;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  line-height: 60px;
  position: relative;
}

.available-homes-filter .filter-submit input {
  font-family: 'Poppins-Medium', sans-serif;
  font-size: 1.25rem;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  margin: 0;
  line-height: 58px;
  outline: none;
  border: none;
  background-color: #33647E;
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-weight: normal;
  cursor: pointer;
}

.available-homes-filter .filter-submit input:hover {
  background-color: #2b5267;
}

.available-homes-filter.search-type-plans #select-wrap-community {
  width: 40%;
}

.available-homes-filter.search-type-plans #select-wrap-sqft {
  width: 15%;
}

.available-homes-filter.search-type-plans #select-wrap-beds {
  width: 15%;
}

.available-homes-filter.search-type-plans #select-wrap-baths {
  width: 15%;
}


.available-homes-filter.search-type-homes #select-wrap-community {
  width: 20%;
}

.available-homes-filter.search-type-homes #select-wrap-sqft {
  width: 15%;
}

.available-homes-filter.search-type-homes #select-wrap-beds {
  width: 15%;
}

.available-homes-filter.search-type-homes #select-wrap-baths {
  width: 15%;
}



.available-homes-filter .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background-color: #c0392b;*/
  padding: 0px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  line-height: 60px;
  color: #7d7d7c;
  font-family: 'Poppins-Medium', sans-serif;
  font-size: 1.25rem;
  overflow: hidden;
}

.available-homes-filter .select-styled.filter-on {
  color: #97afbb;
}

.available-homes-filter .select-styled:after {
  content: '\e83c';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-left: .5em;
  text-align: center;
  font-size: .8em;
}

.available-homes-filter .select-styled:hover {
  background-color: rgba(0, 0, 0, .05);
}

.available-homes-filter .select-styled:active,
.select-styled.active {
  background-color: rgba(0, 0, 0, .05);
}

.available-homes-filter .select-styled:active:after,
.select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.available-homes-filter .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  background-color: rgba(255, 255, 255, .9);
  text-shadow: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.available-homes-filter .select-options li {
  margin: 0;
  padding: 8px;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.available-homes-filter .select-options li:hover {
  background-color: rgba(0, 0, 0, .075);
}

.available-homes-filter .select-options li[rel="hide"] {
  display: none;
}

.single-homes .heading-home-contacts-model {
  margin-top: 2rem;
}


@media (max-width: 1024px) {
  .available-homes-filter .price-range {
    display: none;
  }

  .available-homes-filter.search-type-homes #select-wrap-community {
    width: 40%;
  }

}

@media only screen and (max-width: 1099px) and (min-width: 980px) {
  .product-overview__jump-wrapper a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 979px) {
  .available-homes-filter .select {
    float: none;
    width: 100% !important;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-left: none;
  }

  .available-homes-filter .select:nth-of-type(2) {
    width: 100%;
  }

  .available-homes-filter .price-range {
    display: none;
    float: none;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-left: none;
  }

  .available-homes-filter .filter-submit {
    float: none;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
  }

  .available-homes-filter .select-options {
    width: 100%;
  }

  .available-homes-filter .select-options {
    background-color: rgba(255, 255, 255, 1);
  }

  .available-homes-filter .select-options li {
    border-bottom: 1px solid rgba(0, 0, 0, .075);
  }

  .product-overview__jumpers {
    display: block;
  }

  .product-overview__jump-wrapper a {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
  }

  .product-overview__jump-wrapper a:last-child {
    border-right: 0;
    border-bottom: 0;
  }
}




/*------------------------------------------------------------------
[ Text+Video Split]
-------------------------------------------------------------------*/


.text-video-split article.media-container figure .media-thumb-img:after {
  padding-bottom: 56.25%;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .text-image-split.text-video-split.image-left .line>div:nth-child(1) {
    padding-right: 2rem;
  }

  .text-image-split.text-video-split.image-right .line>div:nth-child(1) {
    padding-left: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .text-image-split.text-video-split .split-img-wrap {
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .text-image-split.text-video-split .split-img-wrap {
    width: 80%;
  }
}







/*------------------------------------------------------------------
[ Number Ranger Slider]
-------------------------------------------------------------------*/
.price-range-block {
  margin: 30px;
}

.sliderText {
  width: 42%;
  margin-bottom: 30px;
  border-bottom: 1px solid red;
  padding: 10px 0 10px 0px;
  font-weight: bold;
}

.ui-slider-horizontal {
  height: .6em;
  width: 85%;
  display: block;
  position: absolute;
  top: 35px;
  left: 10px;
  right: 10px;
  margin: 0 auto;
}

.ui-widget-header {
  background: #33647E !important;
  border: 0 !important;
  /* height: 2px !important; */
  border-radius: 0 !important;
  line-height: 0 !important;
  font-size: 0;
}

.price-range-search {
  width: 50%;
  background-color: #f9f9f9;
  border: 1px solid #6e6666;
  min-width: 40%;
  display: inline-block;
  height: 32px;
  border-radius: 5px;
  float: left;
  margin-bottom: 20px;
  font-size: 16px;
}

.price-range-field {
  width: auto;
  max-width: 50%;
  background-color: #fff;
  background-color: #fff;
  border: 0;
  color: #7d7d7c;
  font-size: .85rem;
  border-radius: 0;
  height: 23px;
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-family: 'Poppins-Medium', sans-serif;
  display: block;
  position: absolute;
  top: 5px;
}

#min_price.price-range-field {
  left: 5px;
  right: auto;
  text-align: left;
}

#max_price.price-range-field {
  left: auto;
  right: 5px;
  text-align: right;
}

.search-results-block {
  position: relative;
  display: block;
  clear: both;
}

#slider-range .ui-slider-handle {
  border: 2px solid #34657f;
  border-radius: 50%;
  background: #ffffff;
}


/*------------------------------------------------------------------
[ Feb 2024: Interative Floorplan Integration ]
-------------------------------------------------------------------*/

.floorplan-interactive {
  padding: 3rem 0 6rem 0;
  margin-left: -1rem;
  margin-right: -1rem;
}

.floorplan-interactive__inner {}

.floorplan-interactive__overview {
  margin-bottom: 3rem;
}

.floorplan-interactive__iframe-wrap {
  height: 47.5em;
  width: 100%;
}

.floorplan-interactive__iframe-wrap iframe {
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: middle;
  border: 0px #ffffff none;
}

.floorplan-interactive-large {
  display: block;
}

.floorplan-interactive-small {
  display: none;
}

@media screen and (max-width: 767px) {
  .floorplan-interactive-large {
    display: none;
  }

  .floorplan-interactive-small {
    display: block;
  }

  .floorplan-interactive {
    padding: 2rem 0.625rem 2rem 0.625rem;
    margin-left: 0;
    margin-right: 0;
    background: #eff0f1;
  }
}




/*------------------------------------------------------------------
[ Responsive ]
-------------------------------------------------------------------*/

@media screen and (max-width:1280px) {
  .price-range-field {
    font-size: .75rem;
  }
}

@media screen and (max-width:1100px) {
  #header-shim {
    display: none;
  }

  #menu-small {
    display: block;
  }

  #main-nav {
    display: none
  }
}

@media screen and (max-width:768px) {

  h1,
  .h1 {
    font-size: 2.5rem;
    margin-bottom: 45px;
    text-align: center;
  }

  h2,
  .h2 {
    font-size: 2.5rem;
    margin-bottom: 45px;
    text-align: center;
  }

  h4,
  .h4 {
    font-size: 1rem;
    color: #97afbb;
    text-align: center;
  }

  .section {
    padding: 6rem 3rem;
  }

  #header-logo-mobile img {
    max-width: 400px
  }

  section.single-hero {
    height: 350px;
  }

  #hero-home {
    height: calc(100% - 100px);
  }

  .hero-logo {
    display: none;
  }

  .community-spotlight .community-overview {
    padding: 6rem 5rem;
    text-align: center;
  }

  .promo-slides .slide-overview {
    padding: 4rem 5rem;
    text-align: center;
  }

  .news-grid .news-grid-title {
    position: relative;
    left: 0;
    text-align: center;
  }

  .text-image-split .split-img-wrap {
    width: 50%;
    margin-bottom: 4rem;
  }

  .text-image-split.image-right>.line>div:nth-child(1) {
    padding-left: 0;
  }

  .text-image-split.image-right>.line>div:nth-child(2) {
    padding-right: 0;
    text-align: center;
    padding: 0 2rem;
  }

  .text-image-split.image-left .line>div:nth-child(1) {
    padding-right: 0rem;
  }

  .text-image-split.image-left .line>div:nth-child(2) {
    padding-left: 0rem;
    text-align: center;
    padding: 0 2rem;
  }

  .community-map-single {
    margin-bottom: 3rem;
  }

  .community-contacts-model,
  .community-contacts-sales {
    text-align: center;
  }

  .community-highlights .schools,
  .community-highlights .features-amenities {
    text-align: center;
  }

  .community-highlights .features-amenities ul {
    text-align: left;
  }

  section.availability-grid h2 {
    text-align: center;
  }

  section.availability-grid h3 {
    float: none;
    text-align: center;
  }

  #bio-container .bio-title,
  #bio-container .bio-email,
  #bio-container .bio-text {
    text-align: center;
  }

  section.single-hero.home-hero {
    height: 50vh;
  }

  .home-story .home-summary {
    padding: 5rem 4rem;
    text-align: center;
  }

  .home-story .home-summary ul {
    text-align: left;
  }
}

@media screen and (max-width:650px) {

  article.media-container.comm-item .comm-title,
  article.media-container.comm-item .comm-location,
  article.media-container .comm-vitals,
  article.media-container .comm-buttons {
    width: 100%;
    text-align: center;
  }

  article.media-container .comm-vitals {
    margin-bottom: 2rem;
  }

  article.media-container .comm-buttons .comm-buttons__products {
    float: none;
    clear: both;
  }
}



@media screen and (max-width:480px) {

  h1,
  .h1 {
    font-size: 2.1rem;
    margin-bottom: 45px;
  }

  h2,
  .h2 {
    font-size: 2.1rem;
    margin-bottom: 45px;
  }

  #hero-home {
    height: 50%;
  }

  .section {
    padding: 6rem 1rem;
  }

  section.single-hero {
    height: 250px;
  }

  .button,
  a.button,
  a.button:link,
  a.button:visited {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  #header-logo-mobile img {
    max-width: 250px
  }

  #top-nav-trigger {
    margin: 23px auto;
  }

  #top-nav-trigger-wrap {
    top: 10px;
  }

  #menu-mobile ul li a {
    padding: .5em .75em .5em 1em;
  }

  #menu-mobile ul li.child-item a {
    padding-left: 1.5em;
  }

  #menu-mobile ul ul li a {
    padding-left: 1.5em;
  }

  .community-highlights .community-overview {
    padding: 5rem 2rem;
  }

  .tradition-single-vitals .home-details-wrap>div {
    margin-bottom: 1rem;
  }

  .tradition-single-vitals .home-details-wrap {
    padding-bottom: 0;
  }

  .community-spotlight .community-overview {
    padding: 6rem 2rem;
  }

  .instagram-photo-strip {
    margin: 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .instagram-photo-strip .photo-strip {
    flex-wrap: wrap;
  }

  .instagram-photo-strip .photo-strip .photo-item:nth-child(1),
  .instagram-photo-strip .photo-strip .photo-item:nth-child(2),
  .instagram-photo-strip .photo-strip .photo-item:nth-child(3),
  .instagram-photo-strip .photo-strip .photo-item:nth-child(4),
  .instagram-photo-strip .photo-strip .photo-item:nth-child(5),
  .instagram-photo-strip .photo-strip .photo-item:nth-child(6) {
    padding-bottom: 50%;
    width: 50%;
  }

  .text-image-split .split-img-wrap {
    width: 80%;
  }

  .text-image-split.image-left .line>div:nth-child(2),
  .text-image-split.image-right>.line>div:nth-child(2) {
    padding: 0;
  }

  section.smart-home-features article .feature-text {
    text-align: center;
  }

  .text-image-split .process-wrapper article .number-wrap {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 1rem;
  }

  .footer-blocks>div {
    padding: 2rem 1rem;
  }

  .code-wrapper .checkbox-element {
    display: block;
  }
}