
/**
 * style.css
 *
 * Theme Name:  Urbandale
 * Theme URI:   http://www.machine-agency.com
 * Author:      Machine
 * Author URI:  http://www.machine-agency.com
 * Description: Custom Theme for Urbandale
 * Version:     1.0
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags:        light
 * Text Domain: machine
 */


 /* ==========================================================================
    Global
    ========================================================================== */

body {
 color: #212121;
 background: #FAFAFA;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 font-family: 'Urbanist', sans-serif;
}

section{
 padding: 4rem 0;
 width: 100%;
}

section:not(.section--hero):last-child{
 padding-bottom: 8rem;
}

section:is(.CustomSubNav):last-child{
 padding-bottom: 0;
}


.grid-container{
  max-width: 72rem;
  padding-right: 2rem;
  padding-left: 2rem;
}

.grid-container:not(.full) > .grid-padding-x {
    margin-right: -1rem;
    margin-left: -1rem;
}

.grid-padding-x > .cell {
    padding-right: 1rem;
    padding-left: 1rem;
}

.grid-container.more-padding:not(.full) > .grid-padding-x {
    margin-right: -2rem;
    margin-left: -2rem;
}

.grid-container.more-padding .grid-padding-x > .cell {
    padding-right: 2rem;
    padding-left: 2rem;
}


.grid-container.less-padding:not(.full) > .grid-padding-x {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.grid-container.less-padding .grid-padding-x > .cell {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}


.site-header .grid-container.full,
.site-footer .grid-container.full{
    padding-right: 4rem;
    padding-left: 4rem;
    max-width: 1920px;
}

.site-header .grid-container.full .grid-padding-x,
.site-footer .grid-container.full .grid-padding-x{
    margin-right: -1rem;
    margin-left: -1rem;
}


@media only screen and (max-width: 640px){
 section{
  padding: 2rem 0;
 }
}

.hide-content{
  display: none;
}

/*
Colours:
Red Primary: #94002A;
Red Dark: #780022;
Text Default: #212121;
Text Faint: #9C9C9C;
Image Overlay: 
 background: #3F322B;
 mix-blend-mode: multiply;
 opacity: 0.6;
Neutral: #DEDEDE;
Neutral Light: #F5F5F5;
Page Background: #FAFAFA;
*/


 /* ==========================================================================
    Typography
    ========================================================================== */


h1{
 font-family: 'Urbanist', sans-serif;
 font-weight: 900;
 font-size: 48px;
 line-height: 58px;
 letter-spacing: 0.03em;
 color: #212121;
 margin-bottom: 1rem;
}

h2{
 font-family: 'Urbanist', sans-serif; 
 font-weight: 700;
 font-size: 40px;
 line-height: 48px;
 letter-spacing: 0.02em;
 color: #212121;
 margin-bottom: 1rem;
}

h3{
 font-family: 'Urbanist', sans-serif; 
 font-weight: 700;
 font-size: 28px;
 line-height: 34px;
 letter-spacing: 0.05em; 
 color: #212121;
 margin-bottom: 1rem;
}

h4{
 font-family: 'Urbanist', sans-serif;
 font-weight: 700;
 font-size: 24px;
 line-height: 29px;
 letter-spacing: 0.05em;
 text-transform: uppercase;
 color: #212121;
 margin-bottom: 1rem;
}

h5{
 font-family: 'Urbanist', sans-serif; 
 font-weight: 700;
 font-size: 24px;
 line-height: 29px;
 letter-spacing: 0.05em;
 color: #212121;
 margin-bottom: 1rem;
}

h6{
 font-family: 'Urbanist', sans-serif; 
 font-weight: 700;
 font-size: 20px;
 line-height: 24px;
 letter-spacing: 0.05em;
 color: #212121;
 margin-bottom: 1rem;
}

p, li, a{
 font-family: 'Urbanist', sans-serif;  
 font-weight: 400;
 font-size: 20px;
 line-height: 24px;
 letter-spacing: 0.02em;
 color: #212121;
}

p.small,
div.small > p{
 font-family: 'Urbanist', sans-serif;   
 font-weight: 400;
 font-size: 18px;
 line-height: 22px;
 letter-spacing: 0.03em; 
 color: #212121;
}

p.large,
div.large > p{
 font-family: 'Urbanist', sans-serif;   
 font-weight: 400;
 font-size: 22px;
 line-height: 28px;
 letter-spacing: 0.05em; 
 color: #212121;
}

p{
 margin-bottom: 1rem;
}

@media only screen and (max-width: 640px){
 
 h1{
  font-size: 32px;
  line-height: 38px;
 }
 
 h2{
  font-size: 28px;
  line-height: 34px;
 }
 
 h3{
  font-size: 24px;
  line-height: 29px;
 }
 
 h4{
  font-size: 22px;
  line-height: 26px;
 }
 
 h5{
  font-size: 22px;
  line-height: 26px;
 }
 
 h6{
  font-size: 20px;
  line-height: 24px;
 }
 
 p, li, a{
  font-size: 18px;
  line-height: 24px;
 }
 
 p.small,
 div.small > p{
  font-size: 16px;
  line-height: 19px;
 }
 
 p.large,
 div.large > p{
  font-size: 20px;
  line-height: 24px;
 }
 
}


.red{
 color: #94002A;
}

.red-border-callout{
 background-color: #FFF;
 border: 4px solid #94002a;
 
}

 /* ==========================================================================
    Header
    ========================================================================== */

a.site-logo{
 display: block;
 max-width: 200px;
 min-width: 200px;
}

.site-header{
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 z-index: 99;
}

main{
 padding-top: 135px;
}

.top-header{
 background-color: #212121;
 padding: 1rem 0;
}

.top-menu{
 justify-content: flex-end;
}

.top-menu li{
 padding-left: 1rem;
}

.top-menu li a{
 color: #FFFFFF;
 font-weight: 500;
 font-size: 14px;
 line-height: 17px;
 letter-spacing: 0.05em;
 text-transform: uppercase;
 padding: 0;
 position: relative;
}

.top-menu li a:after {
  content: '';
  position: absolute;
  bottom: -6px;
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width .3s;
}

.top-menu li a:hover:after{
 width: 100%; 
}

.main-header{
 background-color: #fff;
 padding: 1rem 0;
}

.main-menu-wrapper{
 display: flex;
 justify-content: flex-end;
 align-content: center;
}

.main-menu{
 padding-right: 1rem;
 align-items: center;
 position: static;
}

.main-menu li{
 padding-right: 1rem;
 padding-left: 1rem;
}

.main-menu li a{
 padding: 0;
 font-weight: 500;
 font-size: 16px;
 line-height: 19px;
 letter-spacing: 0.05em;
}

.main-menu li a:hover,
.main-menu li a:focus{
 color: #212121;
}

a.menu-button{
 background-color: #94002A;
}

a.menu-button{
 color: #fff;
 padding: 1rem;
 font-weight: 600;
 font-size: 18px;
 line-height: 22px;
 letter-spacing: 0.08em;
 text-transform: uppercase;
 display: flex;
 align-content: center;
 transition: all 0.3s ease;
}

a.menu-button img{
 margin-left: 10px;
 transform: translateY(-2px);
}

a.menu-button:hover,
a.menu-button:focus{
 background-color: #780022;
}

.mega-menu-dropdown{
 /*display: none;*/
 position: absolute;
 top: 8rem;
 z-index: 99;
 left: 0;
 right: 0;
 background-color: #fff;
 padding: 1rem 2rem 2rem 2rem;
}

.has-mega-menu.menu-active .mega-menu-dropdown{
  /*display: block;*/
}

/*menu animation*/

.mega-menu-dropdown .mega-menu-image-wrapper{
  overflow: hidden;
  position: relative;
 }

@media only screen and (min-width: 1025px){
 
 .mega-menu-dropdown.transition{
  transition: all 0.3s ease;
 }
 
 .mega-menu-dropdown{
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-10px);
 }
 
 .has-mega-menu.menu-active .mega-menu-dropdown{
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  transform: translateY(0px);
 } 
 
 .has-mega-menu.menu-active > a img{
  transform: rotate(180deg);
 }
 
 .mega-menu-dropdown a .mega-menu-image{
  transition: all 0.3s ease;
 }
 
 .mega-menu-dropdown a:hover .mega-menu-image{
  transform: scale(1.05);
 }
 
 .mega-menu-dropdown .mega-menu-image-wrapper{
  overflow: hidden;
  position: relative;
 }
 
 .mega-menu-dropdown .cell{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
 }
 
 .site-header .grid-container.full .mega-menu-dropdown .grid-x{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
 }
 
}

/*menu animation*/

.mega-menu-dropdown .cell{
 text-align: center;
 width: auto;
}

.mega-menu-dropdown p{
 font-weight: 600;
 font-size: 18px;
 line-height: 22px;
 text-align: center;
 letter-spacing: 0.07em;
 text-transform: uppercase; 
 margin: 1rem 0 0 0;
}

.mega-menu-dropdown .grid-x{
 flex-wrap: nowrap;
 justify-content: space-between;
 margin: 0 auto;
}

.mega-menu-dropdown .grid-x.grid-items-6 .cell{
 width: 16.6666%;
}

.mega-menu-dropdown .grid-x.grid-items-5 .cell{
 width: 20%;
}

.mega-menu-dropdown .grid-x.grid-items-3 .cell{
 width: 29%;
}

.mega-menu-dropdown .grid-x.grid-items-4 .cell{
 width: 25%;
}

.mega-menu-dropdown img:not(.mega-menu-image--inner){
 width: 100%;
}

.mega-menu-image{
 background-size: cover;
 background-position: center center;
 padding: 7rem 0;
 width: 100%;
 position: relative;
}

.mega-menu-image--inner {
 width: 100%;
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 height: 6rem;
 max-width: none;
 margin: auto;
 width: auto;
}

.has-mega-menu > a,
.main-menu > li > a{
 position: relative;
}

.has-mega-menu > a:after,
.main-menu > li > a:after{
 content: '';
 position: absolute;
 bottom: -6px;
 display: block;
 width: 0;
 height: 2px;
 background: #94002A;
 transition: width .3s;
}

.has-mega-menu.menu-active > a:after,
.main-menu > li > a:hover:after{
 width: 100%;
}

.has-mega-menu.menu-active > a:before {
    content: "";
    position: absolute;
    bottom: -2rem;
    height: 2rem;
    width: 100%;
    background-color: transparent;
}

@media only screen and (min-width: 1921px){
 .has-mega-menu.menu-active .mega-menu-dropdown:after {
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   bottom: -2rem;
   top: -2rem;
   background-color: #fff;
   z-index: -1;
   margin: 32px calc(50% - 50vw);
   max-width: 100vw;
   width: 100vw;
 }
}

 /* ==========================================================================
    Mobile Menu
    ========================================================================== */

.site-header .main-header .logo-cell{
 padding-right: 0;
}

.menu-open{
 display: none;
 position: absolute;
 right: 2rem;
 top: 0;
 bottom: 0;
 margin: auto;
}

.main-menu-wrapper .social-nav{
 display: none;
}

.submenu-header{
 display: none;
}

@media only screen and (max-width: 1300px){
 
 .mega-menu-dropdown{
  top: 7.25rem;
 }
 
 .main-menu{
  padding-right: 1rem;
 }
 
 .main-menu li {
     padding-right: 0.5rem;
     padding-left: 0.5rem;
 }
 
 a.site-logo{
  max-width: 175px;
  min-width: 175px;
 }
 
 a.menu-button{
  padding: 0.5rem;
  font-size: 16px;
  line-height: 22px;
 }
 
 
 main{
  padding-top: 119px;
 }
 
 .site-header .grid-container.full,
 .site-footer .grid-container.full{
    padding-right: 2rem;
    padding-left: 2rem;
 }
 
}

@media only screen and (max-width: 1050px){
    .main-menu li a{
        font-size: 15px;
    }
}

@media only screen and (max-width: 1024px){
 
 .has-mega-menu.menu-active > a:before{
  content: none;
 }
 
 .submenu-header{
  padding-top: 1rem;
 }
 
 .has-mega-menu > a:after,
 .main-menu > li > a:after{
  content: none;
 }
 
 .site-header{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  width: 100%;
 }
 
 main{
  padding-top: 72px;
 }
 
 .main-menu-wrapper{
  position: fixed;
  right: 0;
  top: 72px;
  bottom: 0;
  transform: translateX(100%);
  z-index: 100;
  display: block;
  width: 100%;
  background-color: #F5F5F5;
  padding: 2rem;
 }
 
 .main-menu-wrapper.is-open{
  transform: translateX(0%);
 }
 
 .main-menu-wrapper.transition {
  transition: transform 0.6s cubic-bezier(0.87, 0, 0.13, 1);
 }
 
 .menu-open{
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
 }
 
 .main-header{
  position: relative;
 }
 
 .top-header{
  display: none;
 }
 
 a.site-logo{
  max-width: 200px;
  min-width: 200px;
 } 
 
 .main-menu-wrapper a.menu-button{
  display: inline-block;
  margin-top: 2rem;
  padding: 1rem;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
 }
 
 .main-menu-wrapper .main-menu{
  display: block;
 }
 
 .main-menu li {
    padding: 1rem 0;
 }
 
 .main-menu li a{
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.06em;
 }
 
 
 .main-menu-wrapper .social-nav{
  margin: 4rem 0 0 0;
  list-style: none;
  display: flex;
  justify-content: center;
  width: 100%;
 }
 
 .main-menu-wrapper .social-nav li{
  padding: 0 1rem;
 }
 
 
 .has-mega-menu.menu-active .mega-menu-dropdown,
 .mega-menu-dropdown{
  display: block;
 }
 
 .has-mega-menu.menu-active--mobile .mega-menu-dropdown{
  transform: translatex(0%);
 }
 
 .mega-menu-dropdown{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F5F5F5;
  transform: translatex(100%);
  transition: transform 0.6s cubic-bezier(0.87, 0, 0.13, 1);
  overflow: auto;
 }

 .mega-menu-dropdown .grid-x.grid-items-3 .cell {
    width: 50%;
    padding-bottom: 2rem;
    text-align: left;
 }
 
 .mega-menu-dropdown .grid-x.grid-items-4 .cell {
    width: 50%;
    padding-bottom: 2rem;
    text-align: left;
 }
 
 .mega-menu-dropdown .grid-x.grid-items-5 .cell {
    width: 50%;
    padding-bottom: 2rem;
    text-align: left;
 }
 
 .mega-menu-dropdown .grid-x.grid-items-6 .cell {
    width: 50%;
    padding-bottom: 2rem;
    text-align: left;
 }
 
 .mega-menu-dropdown .grid-x {
     flex-wrap: wrap;
     justify-content: space-between;
     margin: 0 auto;
 } 
 
 .mega-menu-dropdown p{
  text-align: left;
 }
 
 .submenu-header{
  display: block;
 }
 
 a.previous-menu{
  display: inline-flex;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9C9C9C;
 }
 
 a.previous-menu:hover,
 a.previous-menu:focus{
   color: #9C9C9C!important;
 }
 
 a.previous-menu img{
  width: 20px;
  margin-right: 0.5rem;
 }
 
 .submenu-header h3{
  margin: 1rem 0 2rem 0;
 }
 
 .menu-open .close{
  display: none;
 }
 
 .menu-open.is-open .open{
  display: none;
 }
 
 .menu-open.is-open .close{
  display: block;
 }
 
}

@media only screen and (max-width: 640px){
 
 .mega-menu-dropdown .grid-x.grid-items-3 .cell{
  width: 100%;
 }
 
 .mega-menu-dropdown .grid-x.grid-items-4 .cell{
  width: 100%;
 }
 
 .mega-menu-dropdown .grid-x.grid-items-5 .mega-menu-image{
  padding: 5rem 0;
 }
 
 .mega-menu-image--inner{
    height: auto;
    max-width: 80%;
 }
}

 /* ==========================================================================
    Footer
    ========================================================================== */

.site-footer{
 background-color: #212121;
 padding: 2rem 0;
}

.site-footer *{
 color: #fff;
}

.footer-logo{
 display: block;
 margin-bottom: 1rem;
}

.copyright-text,
.footer-privacy{
 font-weight: 500;
 font-size: 14px;
 line-height: 17px;
 letter-spacing: 0.05em;
 margin: 0;
}

.footer-privacy:hover,
.footer-privacy:focus{
 color: #fff;
 text-decoration: underline;
}

.footer-privacy{
 margin-left: 1rem;
}

.subfooter-info{
 display: flex;
 flex-wrap: wrap;
}

.sub-footer-logos img{
 max-width: none;
 max-height: 60px;
 min-height: 60px;
 margin-right: 2rem;
}

.sub-footer-logos{
 display: flex;
 padding-bottom: 2rem;
}

.sub-footer{
 padding-top: 2rem;
}

.site-footer .social-nav{
 display: flex;
 justify-content: flex-end;
 list-style: none;
 margin: 0;
}

.site-footer .social-nav li{
 padding-left: 1rem;
}

.footer-help .menu,
.footer-menu-wrapper .menu{
 margin: 0;
}

.footer-menu-wrapper .menu li a,
.footer-help .menu li a{
 padding: 0;
 position: relative;
 display: inline-block;
}


.footer-menu-wrapper .menu li a:after,
.footer-help .menu li a:after{
  content: '';
  position: absolute;
  bottom: -6px;
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width .3s;
}

.footer-menu-wrapper .menu li a:hover:after,
.footer-help .menu li a:hover:after{
 width: 100%; 
}


.footer-menu-wrapper .menu{
 display: flex;
 justify-content: space-between;
}

.footer-menu-wrapper .menu li{
 width: 50%;
}

.site-footer li a{
 font-weight: 700;
 font-size: 20px;
 line-height: 24px;
 letter-spacing: 0.05em; 
 margin-bottom: 1rem;
}

.site-footer li a:hover,
.site-footer li a:focus{
 color: #fff;
}

.site-footer .button{
 font-weight: 600;
 font-size: 14px;
 line-height: 17px;
 letter-spacing: 0.08em;
}

.site-footer h5{
 max-width: 80%;
}

.footer-help li img{
 transform: translateY(-2px);
}

.site-footer .social-nav li a{
   transition: all 0.3s ease;
 }
 
 .site-footer .social-nav li a:hover{
  opacity: 0.75;
 }


@media only screen and (max-width: 1024px){
 .footer-help{
  padding-top: 2rem;
 }
 
 .footer-menu-wrapper{
  padding-top: 2rem;
 }
 
 .footer-privacy {
   margin-left: 0;
   margin-top: 1rem;
 }
 
 .subfooter-info{
  flex-direction: column;
 }
 
}

@media only screen and (max-width: 640px){
 
 .sub-footer-logos img{
  margin-left: 1rem;
  margin-right: 1rem;
 }
 
 .sub-footer-logos{
  justify-content: center;
 }
 
 .footer-help{
  padding-top: 1rem;
 }
 
 .site-footer .cell{
  text-align: center;
 }
 
 .footer-logo{
  display: inline-block;
 }
 
 .footer-menu-wrapper .menu li{
  width: 100%;
 }
 
 .footer-menu-wrapper{
  padding-top: 0;
 }
 
 .site-footer .social-nav{
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
 }
 
 .site-footer .social-nav li{
  padding-left: 1rem;
  padding-right: 1rem;
 }
 
 .site-footer .social-nav li img{
  height: 1.5rem;
 }
 
 .subfooter-info{
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
 }
 
 
 
 .site-footer h5{
  max-width: 14rem;
  margin: 2rem auto 2rem auto;
 }
 
 .site-footer hr{
  border-bottom: 2px solid #9C9C9C;
 }
 
 .copyright-text{
  max-width: 14rem;
  margin: 0 auto;
 }
 
}

 /* ==========================================================================
    Buttons
    ========================================================================== */


.button{
 font-weight: 600;
 font-size: 18px;
 line-height: 22px;
 letter-spacing: 0.08em;
 text-transform: uppercase;
 color: #fff;
 background-color: #94002A;
 padding: 1rem;
 margin: 0;
 transition: all 0.3s ease;
}

.button:hover,
.button:focus{
 color: #fff;
 background-color: #94002a;
}

.button-light{
 font-weight: 600;
 font-size: 18px;
 line-height: 22px;
 letter-spacing: 0.08em;
 text-transform: uppercase;
 border: 2px solid #94002A;
 color: #212121;
 background-color: transparent;
}

.button-light:hover,
.button-light:focus{
 color: #fff;
 background-color: #780022;
 border: 2px solid #780022;
}

.button-light.dark-border{
 border: 2px solid #212121;
}

.button-light.dark-border:hover,
.button-light.dark-border:focus{
 background-color: #212121;
 color: #fff;
}

.button-white{
 background-color: transparent;
 color: #fff;
 border: 2px solid #fff;
}

.button-white:hover,
.button-white:focus{
 /*color: #fff;*/
 /*background-color: transparent;*/
 background-color: #94002A;
 border: 2px solid #94002A;
}

.arrow-button{
 font-weight: 700;
 font-size: 24px;
 line-height: 29px;
 letter-spacing: 0.05em;
 text-transform: uppercase;
 color: #FFFFFF;
 display: inline-flex;
 align-items: center;
}

.arrow-button:hover,
.arrow-button:focus{
 color: #FFFFFF; 
}

.arrow-button svg path{
 transition: all 0.3s ease;
}

.arrow-button:hover svg path{
 stroke: #94002A;
}

.arrow-button img,
.arrow-button svg{
 transition: all 0.3s ease;
}

.arrow-button:hover img,
.arrow-button:hover svg{
 transform: translateX(5px);
}

.arrow-button.dark{
 color: #212121;
}

.arrow-button.dark:hover,
.arrow-button.dark:focus{
 color: #212121;
}

.button.has-icon{
 display: inline-flex;
 align-items: center;
}

.button.has-icon img{
 margin-left: 0.5rem;
}


.community-slider-wrapper .button-white:hover,
.community-slider-wrapper .button-white:focus{
 background-color: #780022;
 border: 2px solid #780022;
}


.button.has-icon img{
 transition: all 0.3s ease;
}

.slider-wrapper .arrow-button svg{
 min-width: 24px;
 display: block;
}

 /* ==========================================================================
    Sections
    ========================================================================== */

.section--slider{
 padding: 0;
}

.section--slider .grid-container{
 position: relative;
}

.slide-text *{
 color: #fff;
}

.slide-background{
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 1;
}

.slide-overlay{
 background: #3F322B;
 mix-blend-mode: multiply;
 opacity: 0.6;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0; 
 z-index: 2;
}

.slide-wrapper{
 position: relative;
}

.section--slider .grid-container.slide-text{
 position: relative;
 z-index: 3;
 padding-bottom: 6rem;
 /*padding-top: 18rem;*/
 min-height: 34rem;
 display: flex;
 flex-direction: column;
 justify-content: flex-end;
}

.slide-overflow-image{
 transform: translateY(10rem);
}

.section--slider .slick-list{
 /*padding-bottom: 4rem;*/
}

.section--slider .image-cell{
 padding-left: 0;
}

.slider-overlap--wrapper{
 opacity: 0;
 pointer-events: none;
 /*transition: all 0.6s ease;*/
}

.slider-overlap-image{
 background-size: cover;
 background-position: center center;
 background-repeat: no-repeat;
 padding: 16rem 0;
}


.slider-overlap--wrapper .slick-track{
 display: flex;
 align-items: flex-end;
}

.progress-bar-container{
 position: absolute;
 bottom: 3rem;
 display: flex;
}

.progress-bar{
 height: 5px;
 width: 45px;
 background-color: rgba(255, 255, 255, 0.5);
 border-radius: 5px;
 margin-right: 1rem;
 cursor: pointer;
 position: relative;
}

.progress-bar:after{
 content: "";
 position: absolute;
 top: 0;
 bottom: -10px;
 left: 0;
 right: 0;
}

.progress-bar-container .progress-bar .in-progress {
    background-color: #FFFFFF;
    width: 0%;
    height: 5px;
    border-radius: 5px;    
}

.text-box{
 padding: 3rem 5rem;
 
}

.text-box.white{
 background-color: #fff;
}

.text-box.red{
 background-color: #94002a;
}

.text-box.red *{
 color: #fff;
}

.text-box.white .arrow-button{
 color: #212121;
}



.section--text-box-with-image.image-top.text-box-right .text-box{
  padding-left: 10rem;
  margin-left: -8rem;
  margin-top: 4rem;
  width: calc(100% + 8rem);
}

.section--text-box-with-image.image-top.text-box-right .text-cell{
 padding-left: 20px;
}

.section--text-box-with-image.image-top.text-box-right .image-cell{
 padding-right: 0;
}




.section--text-box-with-image.image-top.text-box-left .text-box{
  padding-right: 10rem;
  margin-right: -8rem;
  width: calc(100% + 8rem);
  margin-top: 4rem;
}

.section--text-box-with-image.image-top.text-box-left .text-cell{
 padding-right: 20px;
}

.section--text-box-with-image.image-top.text-box-left .image-cell{
 padding-left: 0;
}




.section--text-box-with-image.image-bottom.text-box-left .text-box{
  padding-right: 10rem;
  margin-right: -8rem;
  width: calc(100% + 8rem);
}

.section--text-box-with-image.image-bottom.text-box-left .text-cell{
 padding-right: 20px;
}

.section--text-box-with-image.image-bottom.text-box-left .image-cell{
 padding-left: 0;
 padding-top: 4rem;
}




.section--text-box-with-image.image-bottom.text-box-right .text-box{
  padding-left: 10rem;
  margin-left: -8rem;
  width: calc(100% + 8rem);
}

.section--text-box-with-image.image-bottom.text-box-right .text-cell{
 padding-left: 20px;
}

.section--text-box-with-image.image-bottom.text-box-right .image-cell{
 padding-right: 0;
 padding-top: 4rem;
}



.section--text-box-with-image .image-cell{
 z-index: 2;
}

.text-box em{
 font-style: normal;
 color: #A9103C;
}

.section--text-with-image h4{
 color: #A9103C;
}

.section--text-with-image h2 em,
.section--awards h2 em,
h2 em{
 font-style: normal;
 color: #A9103C;
}

.callout-image{
 padding: 9rem 0;
 background-size: cover;
 background-position: center center;
}

.section--callouts h5{
 margin-bottom: 2rem;
}

.background-overlay-image{
 position: relative;
 padding-bottom: 4rem;
}

.background-overlay-image img{
 position: absolute;
 right: 0;
 bottom: 0;
 z-index: -1;
}

.section--hero{
 position: relative;
 overflow: hidden;
 padding: 11.5rem 0;
}

.hero-background{
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 z-index: 1;
 background-size: cover;
 background-position: center center;
}

.section--hero .grid-container{
 position: relative;
 z-index: 4;
}

.section--hero .grid-container *{
 color: #fff;
}

.hero-overlay{
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 z-index: 2;
 background: #3F322B;
 mix-blend-mode: multiply;
 opacity: 0.6;
}

.section--home-results{
 padding-top: 0;
}



.filter-dropdown-head span{
 font-weight: 700;
 font-size: 20px;
 line-height: 24px;
 letter-spacing: 0.05em;
 text-transform: uppercase; 
 flex: 1;
 padding-left: 1rem;
}

.filter-dropdown{
 position: relative;
 margin-bottom: 2rem;
}

.filter-dropdown.is-active{
 z-index: 10;
}

.filter-dropdown-head{
 display: flex;
 justify-content: space-between;
 align-items: center;
 background-color: #fff;
 padding: 0.5rem;
 cursor: pointer;
}

.filter-dropdown.is-active .filter-dropdown-body{
 display: block;
}

.filter-dropdown-body{
 display: none;
 padding: 0.5rem;
 background: #FAFAFA;
 position: absolute;
 width: 100%;
 z-index: 5;
}

.filter-dropdown.is-active .filter-dropdown-body{
 z-index: 10;
}

.filter-dropdown.is-active .filter-dropdown-head img.dropdown-arrow{
 transform: rotate(180deg);
}

.filter-dropdown-option{
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
  cursor: pointer;
}

.filter-dropdown-option input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  margin: 0;
  pointer-events: none;
}

.filter-dropdown-option .radio-circle{
  position: absolute;
  top: 12px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 2px solid #94002A;
  border-radius: 50%;
}

.filter-dropdown-option input:checked ~ .radio-circle {
  background-color: #94002A;
}

.section--homes-filters hr{
 margin: 0 0 2rem 0;
 border-bottom: 1px solid #DEDEDE;
}


.filter-dropdown.grey .filter-dropdown-head{
 background-color: #F5F5F5;
}

.home-preview{
 position: relative;
 transition: all 0.3s ease;
}

.home-preview:hover{
 box-shadow: 0px 2px 4px rgb(0 0 0 / 16%);
}

.home-preview > a{
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 2;
}


.like-home-preview{
 position: absolute;
 top: 1rem;
 right: 1rem;
 width: 40px;
 height: 40px;
 border-radius: 100%;
 background-color: #FAFAFA;
 display: flex;
 align-items: center;
 justify-content: center;
 cursor: pointer;
 z-index: 3;
}

.like-home-preview svg path{
 fill: #fff;
 transition: all 0.3s ease;
}

.like-home-preview.liked svg path{
 fill: #94002A;
}


.home-preview-image{
 padding: 6rem 0;
 position: relative;
 background-size: cover;
 background-position: center center;
 background-repeat: no-repeat;
}

.home-preview-content{
 background-color: #fff;
 padding: 1.5rem 1rem;
 text-align: center;
}

.home-preview-content ul,
.home-preview-footer ul{
 list-style: none;
 display: flex;
 justify-content: center;
 margin: 0;
}

.home-preview-content ul li{
 padding: 0 10px;
 font-weight: 700;
 font-size: 16px;
 line-height: 19px;
 text-align: center;
 letter-spacing: 0.05em;
 text-transform: uppercase;
}

.home-preview-footer ul li{
 padding: 0 5px;
 font-weight: 700;
 font-size: 12px;
 line-height: 14px;
 letter-spacing: 0.05em;
 text-transform: uppercase;
 white-space: nowrap;
}

.home-preview-content ul li img,
.home-preview-footer ul li img{
 margin-right: 5px;
}

.home-preview-footer{
 background-color: #DEDEDE;
 padding: 1rem 0.5rem;
}

.home-preview-content .home-type{
 font-weight: 600;
 font-size: 14px;
 line-height: 17px;
 text-align: center;
 letter-spacing: 0.1em;
 text-transform: uppercase;
 color: #9C9C9C;
 margin-bottom: 1.5rem;
}

.home-preview-content .series-name{
 font-weight: 600;
 font-size: 16px;
 line-height: 19px;
 text-align: center;
 letter-spacing: 0.04em;
 margin-bottom: 0.5rem;

}

.home-preview-content h5{
 margin-bottom: 0.5rem;
}


.home-preview-content .price{
 font-weight: 700;
 font-size: 16px;
 line-height: 19px;
 text-align: center;
 letter-spacing: 0.05em;
 text-transform: uppercase;
 color: #94002A; 
 margin-bottom: 1.5rem;
}

.home-preview-content .markdownPrice{
 font-weight: 700;
 font-size: 11px;
 line-height: 12px;
 text-align: center;
 letter-spacing: 0.05em;
 text-transform: uppercase;
 text-decoration: line-through;
 color: #9c9c9c;
 margin-bottom: 0;
}

.home-preview-content .sqft{
 font-weight: 700;
 font-size: 16px;
 line-height: 19px;
 text-align: center;
 letter-spacing: 0.05em;
 text-transform: uppercase; 
 margin-bottom: 1rem;
}

.home-preview-content .availability{
 font-weight: 700;
 font-size: 16px;
 line-height: 19px;
 text-align: center;
 letter-spacing: 0.05em;
 text-transform: uppercase; 
 margin-top: 2rem;
}

.section--homes-filters{
 padding-bottom: 1rem;
}

.section--home-results,
.section--home-results:last-child{
 padding-top: 0;
 padding-bottom: 4rem;
}

.section--home-results .cell:not(.home-results-text-cell){
 padding-bottom: 4rem;
}

.sold-out-banner{
 background-color: #94002A;
 font-weight: 700;
 font-size: 12px;
 line-height: 14px;
 letter-spacing: 0.05em;
 text-transform: uppercase;
 color: #FFFFFF;
 text-align: center;
 position: absolute;
 bottom: 1.5rem;
 width: 100%;
 padding: 0.5rem;
}

.sale-banner{
    background-color: #143c65;
    font-weight: 900;
    font-size: 15px;
    line-height: 14px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.5rem;
}

.view-liked-homes-button{
 font-weight: 600;
 font-size: 18px;
 line-height: 22px;
 letter-spacing: 0.08em;
 text-transform: uppercase;
 padding: 0.5rem;
 text-align: center;
 color: #fff;
 background-color: #94002A;
 z-index: 2;
 display: inline-flex;
 align-items: center;
 position: sticky;
 top: 0;
 transition: background-color 0.3s ease;
}

.view-liked-homes-button:hover,
.view-liked-homes-button:focus{
 color: #fff;
 background-color: #780022;
}

.view-liked-homes-button img.home{
 display: none;
}

.liked-homes-button-text {
 max-width: 0;
 overflow: hidden;
 white-space: nowrap;
 margin: 0;
 transition: all 0.3s ease;
}


.view-liked-homes-button:hover .liked-homes-button-text{
 margin-right: 1rem;
 max-width: 200px;
}

.view-liked-homes-button:hover img.home{
 display: block;
}

.view-liked-homes-button:hover img.heart{
 display: none;
}

.view-liked-homes-button--wrapper{
 position: fixed;
 right: 0;
 z-index: 10;
 opacity: 1;
 bottom: 0;
}

.section--hero.hero-small{
 padding: 6rem 0;
}

.section--hero.hero-medium{
 padding: 8rem 0;
}

.section--hero h1:last-child{
 margin: 0;
}

.section--hero .button{
 margin-top: 2rem;
}

.section--text-with-image .arrow-button {
    color: #212121;
}


.section--text-with-image .cell > img{
 width: 100%;
}


.section--hero + .section--text-with-image{
 padding-top: 8rem;
}

.section--subnav{
 padding: 3rem 0 0 0;
}

.section--subnav ul{
 list-style: none;
 margin: 0;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}

.section--subnav ul li{
 padding: 1rem;
}

.section--subnav ul li a{
 font-weight: 700;
 font-size: 20px;
 line-height: 24px;
 letter-spacing: 0.05em; 
 color: #212121;
 padding-bottom: 0.5rem;
 position: relative;
}

.section--subnav ul li a:hover,
.section--subnav ul li a:focus{
 color: #212121;
}


.section--subnav ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 0;
    height: 2px;
    background: #94002A;
    transition: width .3s;
}

.section--subnav ul li a:hover::after,
.section--subnav ul li.is-active a::after{
    width: 100%;
}

/*.section--subnav .grid-container{*/
/* max-width: 60rem;*/
/*}*/

.CustomSubNav{
 padding: 3rem 0 0 0;
}

.CustomSubNav ul{
 list-style: none;
 margin: 0;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}

.CustomSubNav ul li{
 padding: 1rem;
}

.CustomSubNav ul li a{
 font-weight: 700;
 font-size: 20px;
 line-height: 24px;
 letter-spacing: 0.05em; 
 color: #212121;
 padding-bottom: 0.5rem;
 position: relative;
}

.CustomSubNav ul li a:hover,
.CustomSubNav ul li a:focus{
 color: #212121;
}


.CustomSubNav ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 0;
    height: 2px;
    background: #94002A;
    transition: width .3s;
}

.CustomSubNav ul li a:hover::after,
.CustomSubNav ul li.is-active a::after{
    width: 100%;
}

/*.CustomSubNav .grid-container{*/
/* max-width: 60rem;*/
/*}*/


.section--awards ul{
 list-style: none;
 margin: 2rem 0 0 0;
 display: flex;
 flex-wrap: wrap;
 justify-content: center; 
}

.section--awards ul li{
 padding: 0 1rem;
}

.section--awards .grid-container{
 max-width: 50rem;
}

.video-thumbnail{
 background-size: cover;
 background-position: center center;
 background-repeat: no-repeat;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
}

.video-preview{
 position: relative;
 padding: 10rem 0;
 cursor: pointer;
 margin-top: 2rem;
}

.video-play-icon{
 position: relative;
 z-index: 2;
}

.section--video-feature .grid-container{
 max-width: 60rem;
}

.section--home-slider .grid-container{
 position: relative;
}

.section--home-slider,
.section--home-slider:last-child{
 padding: 0;
}

.home-slide{
 display: flex;
}

.home-slide-left{
 background-color: #94002A;
 width: 50%;
 padding: 8rem 5rem 10rem 5rem;
 padding-left: calc((100vw - 68rem)/2);
}

.home-slide-left *{
 color: #fff;
}

.saleNotice{
    margin: 0 0 2rem;
    border-bottom: white solid 1px;
}

.saleNotice .oldPrice{

    font-weight:500;
    margin: 0;
}

.saleNotice h1{
    
}

.saleNotice h3{
    
}

.saleNotice p{
    
}

.disclaimer{
    font-weight: 700;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-align:left;
}


.home-slide-right{
 position: relative;
 width: 50%;
}

.home-slide-image{
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 top: 0;
 background-size: cover;
 background-position: center center;
 background-repeat: no-repeat;
}

.home-slide-left ul{
 list-style: none;
 display: flex;
 margin: 0 0 2rem 0;
 width: 100%;
}

.home-slide-left ul img{
 filter: brightness(0) invert(1);
 margin-right: 0.5rem;
 display: inline-block;
}


.home-slide-left ul li{
 padding-right: 1rem;
 font-weight: 700;
 font-size: 16px;
 line-height: 19px;
 letter-spacing: 0.05em;
 text-transform: uppercase;
}


.floorplan-levels,
.floorplan-options{
 padding-bottom: 2rem;
}

.floorplan-options .button,
.home-specs .button{
 margin-top: 1rem;
}

.home-specs ul{
 margin-bottom: 0;
}

.home-specs ul li{
 margin-bottom: 1rem;
}

.floorplan-checkbox-container {
 display: block;
 position: relative;
 padding-left: 35px;
 margin-bottom: 1rem;
 cursor: pointer;
 font-weight: 400;
 font-size: 18px;
 line-height: 22px;
 letter-spacing: 0.03em;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 max-width: fit-content;
}


.floorplan-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  margin: 0;
}

.floorplan-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  width: 20px;
  border: 1px solid #212121;
}

.floorplan-checkbox-container input:checked ~ .floorplan-checkmark {
  background-color: #212121;
}

.floorplan-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.floorplan-checkbox-container input:checked ~ .floorplan-checkmark:after {
  display: block;
}

.floorplan-checkbox-container .floorplan-checkmark:after {
 left: 6px;
 top: 2px;
 width: 7px;
 height: 13px;
 border: solid white;
 border-width: 0 3px 3px 0;
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
 border-radius: 2px;
}

.section--floorplan h2{
 margin-bottom: 3rem;
}

.single-model-location{
 font-weight: 700;
 font-size: 16px;
 line-height: 19px;
 letter-spacing: 0.05em;
 text-transform: uppercase; 
 margin: 2rem 0;
}

.icon-flex-list{
 list-style: none;
 display: flex;
 justify-content: center;
 margin: 0; 
}

.icon-flex-list img{
 margin-right: 0.5rem;
}

.icon-flex-list li{
 padding: 0 1rem;
}

.icon-flex-list.large.bold li{
 font-weight: 700;
 font-size: 16px;
 line-height: 19px;
 letter-spacing: 0.05em;
 text-transform: uppercase; 
}

.icon-flex-list.small li{
 font-weight: 700;
 font-size: 12px;
 line-height: 14px;
 letter-spacing: 0.05em;
 text-transform: uppercase;
}

.cell.single-home-details{
 padding-top: 3rem;
}

.cell.single-home-details hr{
 border-bottom: 1px solid #DEDEDE;
 margin: 3rem 0 0 0;
}

.section--model-gallery{
 padding-top: 0;
}


.model-gallery-image{
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 background-size: cover;
 background-position: center center;
 
}

.model-gallery-image-wrapper{
 padding: 10rem 0;
 position: relative;
 cursor: pointer;
}

.section--model-gallery h2{
 margin-bottom: 3rem;
}

.grid-x.model-gallery .cell{
 padding-bottom: 2rem;
}

.accordion-content p:last-child{
 margin-bottom: 0;
}

.section--faq h2{
 margin-bottom: 3rem;
}

.accordion-title{
 padding: 2rem 0;
 border: none;
 font-weight: 700;
 font-size: 24px;
 line-height: 29px;
 letter-spacing: 0.05em;
 color: #000000;
 background-color: transparent;
}

.accordion-title:hover,
.accordion-title:focus{
 color: #000000; 
 background-color: transparent;
}

.accordion-content{
 background-color: transparent;
 padding: 0 0 2rem 0;
 border: none;
 
}

:last-child:not(.is-active) > .accordion-title {
    border-bottom: none;
}

.accordion-item{
 border-bottom: 1px solid #DEDEDE;
}

.accordion{
 background: transparent;
}

.accordion-title::before{
 border: 2px solid #94002A;
 color: #94002A;
 border-radius: 100%;
 width: 25px;
 height: 25px;
 font-size: 18px;
 display: flex;
 align-items: center;
 justify-content: center;
 line-height: 1;
 text-align: center;
 padding-left: 2px;
 padding-bottom: 1px;
}

.section--instagram .cell{
 padding-bottom: 2rem;
}

.instagram-image{
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 background-size: cover;
 background-position: center center;
 
}

.instagram-image-wrapper{
 padding: 10rem 0;
 position: relative;
 cursor: pointer;
}

.section--instagram{
 padding-bottom: 2rem;
}

.section--directions .arrow-button{
 margin-top: 2rem;
}

section + .section--hero{
 margin-top: 4rem;
}

.section--text-with-form .grid-container{
 max-width: 60rem;
}

.section--text-with-form form .grid-container{
 padding: 0;
}

.section--text-with-form .cell > img{
 width: 100%;
}

.section--text-with-form form button{
 margin-top: 1rem;
}

.section--text-with-form [type='text'], 
.section--text-with-form [type='password'], 
.section--text-with-form [type='date'], 
.section--text-with-form [type='datetime'], 
.section--text-with-form [type='datetime-local'], 
.section--text-with-form [type='month'], 
.section--text-with-form [type='week'],
.section--text-with-form [type='email'], 
.section--text-with-form [type='number'], 
.section--text-with-form [type='search'], 
.section--text-with-form [type='tel'], 
.section--text-with-form [type='time'], 
.section--text-with-form [type='url'], 
.section--text-with-form [type='color'], 
.section--text-with-form textarea,
.section--text-with-form select{
 background-color: #F5F5F5;
 padding: 0.5rem;
 height: auto;
 border: none;
 box-shadow: none;
 margin-top: 0.5rem;
 color: #212121;
}

.section--text-with-form select{
 -webkit-appearance: none
 -moz-appearance: none;
 appearance: none;
 background-image: url(img/chevron-down-light.svg);
 background-size: 10px;
 background-position: 98% center;
 background-repeat: no-repeat;
 color: #9C9C9C;
}

.section--text-with-form label{
 font-weight: 500;
 font-size: 12px;
 line-height: 14px;
 letter-spacing: 0.05em;
 padding-bottom: 0.5rem;
}

.section--text-with-form label.large{
 font-weight: 400;
 font-size: 18px;
 line-height: 22px;
 letter-spacing: 0.03em; 
}

.section--text-with-form .gform_wrapper.gravity-theme .gfield_label{
 font-weight: 500;
 font-size: 12px;
 line-height: 14px;
 letter-spacing: 0.05em;
 padding-bottom: 0.5rem; 
}

.section--text-with-form .instruction.validation_message{
 display: none;
}

.section--text-with-form .gform_wrapper.gravity-theme .large-label .gfield_label{
 font-weight: 400;
 font-size: 18px;
 line-height: 22px;
 letter-spacing: 0.03em; 
}

.section--text-with-form .gform_wrapper .gfield_required{
 display: none;
}

/*************************************************************************
********** Gravity Forms Site Sign In Radio Buttons Style Start **********
*************************************************************************/


#gform_19 .gchoice {
    z-index:1;
    position:relative;
    margin:0 0 10px 0;
    padding:0;
    height:70px;
    width: 100%!important;
}
#gform_19 input.gfield-choice-input {
    z-index:2;
    appearance:none;
    margin:0;
    padding:0;
    border-radius: 0px;
    width: 100%;
    height:100%;
    background: white;
    transition: .3s all ease-in-out;
    position:absolute;
    background:#dfe1e5;
    position:absolute;
}
#gform_19 input.gfield-choice-input:hover,
.gchoice label:hover {
    cursor:pointer;
}
#gform_19 input.gfield-choice-input:checked {
    background:#94002a;
}
#gform_19 input.gfield-choice-input:checked + label {
    color:white;
}
#gform_19 .gchoice label {
    z-index:3;
    font-weight:700;
    color:#141c25;
    display:block;
    position: absolute;
    padding: 0 0 0 30px;
    top: 50%;
    transform: translateY(-50%);
    width:100%;
    overflow:visible;
}
#gform_19 input.gfield-choice-input + label:after {
    content: "";
    position: absolute;
    right: -10px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: 2px solid #c5c9d2;
    z-index: 2;
    top: 50%;
    transition: .3s all ease-in-out;
    color: white;
    font-size: 25px;
    text-align: center;
    line-height: 25px;
    font-weight: 500;
}

#gform_19 input.gfield-choice-input:checked + label:after {
    content: "\2713";
    border: 2px solid white;
}


/*************************************************************************
*********** Gravity Forms Site Sign In Radio Buttons Style END ***********
*************************************************************************/



.section--text-with-form form{
 padding-top: 0.5rem;
}

.section--community-slider{
 background-color: #94002A;
 position: relative;
 padding-bottom: 6rem;
}

.section--community-slider *{
 color: #fff;
}


.section--community-slider .progress-bar-container{
 bottom: 2rem;
}


.community-model-preview{
 display: flex;
 flex-direction: column;
 height: 100%;
}

.community-model-preview-image-wrapper {
 flex: 1;
}

.community-model-preview-image{
 height: 100%;
 background-size: cover;
 background-position: center center;
 background-repeat: no-repeat;
}

.community-slider-logo{
 margin-bottom: 1rem;
}

.community-model-preview-footer{
 background-color: #F5F5F5;
 padding: 1rem;
}

.community-model-preview-footer p{
 font-weight: 700;
 font-size: 24px;
 line-height: 29px;
 letter-spacing: 0.05em;
 text-transform: uppercase;
 color: #212121;
 margin: 0;
 text-align: center;
}

.community-model-preview-footer p img{
 display: inline-block;
}

.section--community-slider + .section--text-with-image{
 padding-top: 8rem;
}

.section--connect{
 padding-top: 8rem;
 padding-bottom: 8rem;
}

.section--connect h2{
 margin-bottom: 3rem;
}

.connect-card{
 background-color: #F5F5F5;
 padding: 2rem;
 height: 100%;
 display: flex;
 flex-direction: column;
 justify-content: center;
 cursor: pointer;
 transition: all 0.3s ease;
}

.connect-card img{
 align-self: center;
 margin-bottom: 2rem;
 transition: all 0.3s ease;
}

.connect-card h5{
 margin: 0;
 transition: all 0.3s ease;
}

.connect-card:hover{
 background-color: #94002A;
}

.connect-card:hover h5{
 color: #fff;
}

.connect-card:hover img{
 filter: brightness(0%) invert(1);
}

.connect-bottom-link{
 padding-top: 4rem;
}


.connect-bottom-link a{
 font-weight: 700;
 font-size: 20px;
 line-height: 24px;
 text-align: center;
 letter-spacing: 0.05em;
 color: #9C9C9C; 
 transition: all 0.3s ease;
}

.connect-bottom-link a:hover,
.connect-bottom-link a:focus{
 color: #94002A;
}

.section--connect .arrow-button{
 margin-bottom: 2rem;
}

.section--connect .arrow-button:last-child{
 margin-bottom: 0;
}

.section--connect:not(.is-active){
 display: none;
}

.section--text-with-image p:last-child{
 margin-bottom: 0;
}

.section--text-with-image div.large:not(:last-child){
 margin-bottom: 1rem;
}

.section--hero p:last-child{
 margin-bottom: 0;
}

.view-liked-homes-button--wrapper{
 pointer-events: none;
}

.view-liked-homes-button{
 pointer-events: all;
}

.reveal iframe{
 width: 100%;
 height: 40rem;
}

.model-gallery-reveal .reveal-content{
 text-align: center;
}

.model-gallery-reveal .close-button{
 color: #fff;
 position: absolute;
 top: -2rem;
 right: 0;
 font-size: 3rem;
 line-height: 20px;
 user-select: none;
}

.model-gallery-reveal .close-button span{
 line-height: 20px;
}

.model-gallery-reveal .close-button:hover,
.model-gallery-reveal .close-button:focus{
 color: #fff;
}

.reveal.model-gallery-reveal{
 padding: 0;
 margin-top: 2rem;
 overflow: visible;
 border: none;
 background: transparent;
}

.model-gallery-reveal .gallery-next{
 position: absolute;
 right: -3rem;
 top: 0;
 bottom: 0;
 margin: auto;
 width: 2rem;
 cursor: pointer;
}


.model-gallery-reveal .gallery-back{
 position: absolute;
 left: -3rem;
 top: 0;
 bottom: 0;
 margin: auto;
 width: 2rem;
 cursor: pointer;
}

.model-gallery-image-wrapper{
 overflow: hidden;
}

.model-gallery-image{
 transition: all 0.3s ease;
}

.model-gallery-image-wrapper:hover .model-gallery-image{
 transform: scale(1.05);
}

main > .wp-block-image img{
 max-width: 72rem;
 padding-right: 2rem;
 padding-left: 2rem;
}

main > .wp-block-image {
 margin: 4rem 0 4rem 0;
 text-align: center;
}

main > .wp-block-image:last-child{
 margin-bottom: 8rem;
}

.open-tours-reveal{
 cursor: pointer;
}

.tours-reveal .close-button {
 color: #fff;
 position: absolute;
 top: -2rem;
 right: 0;
 font-size: 3rem;
 line-height: 20px;
 user-select: none;
}

.reveal.tours-reveal {
 padding: 0;
 margin-top: 2rem;
 overflow: visible;
 border: none;
 background: transparent;
}

li.scroll-to-gallery{
 cursor: pointer;
}

.section--video-feature .video-container{
 display: none;
 max-width: 100%;
}

.section--video-feature .video-container video,
.section--video-feature .video-container iframe{
 width: 100%;
}

.section--video-feature .video-container iframe{
 height: 30rem;
}


.home-slide-image-wrapper,
.home-slide-image-wrapper .slick-track,
.home-slide-image-wrapper .slick-list,
.home-slide-image-wrapper .slick-slide{
 height: 100%;
}


.home-slide-image-wrapper .slick-slide{
 position: relative;
}


.filter-dropdown.is-active .filter-dropdown-body,
.filter-dropdown.is-active .filter-dropdown-head{
 box-shadow: 0px 2px 4px rgb(0 0 0 / 16%);
}

.no-homes-cell{
 padding-bottom: 0;
 padding-top: 2rem;
}

.filter-dropdown-head > span{
 user-select: none;
}

.filter-dropdown-head .filter-count{
 font-weight: 500;
 font-size: 18px;
 padding-right: 0.5rem;
 display: flex;
 justify-content: flex-end;
 align-items: center;
 max-width: 70px;
}

.filter-dropdown-head .filter-count img{
 max-width: 15px;
 margin-right: 0.25rem;
}

.view-all-homes-text{
 display: none;
}

.show-liked-homes.is-active .view-all-homes-text{
 display: inline;
}

.show-liked-homes.is-active .view-liked-homes-text{
 display: none;
}

.section--homes-filters.sorting-only .homes-filters-grid{
 display: none;
}

.section--homes-filters.sorting-only .homes-sorting-grid hr{
 display: none;
}

.show-liked-homes.no-cookie{
 display: none;
}

.no-homes-cell .button{
 display: none;
 margin-top: 2rem;
}

.no-homes-cell.no-liked-homes .button{
 display: inline-block;
}

.CustomSubNav ul li a sup{
  top: -1.5em;
}

.section--subnav ul li a sup{
  top: -1.5em;
}

.callout-image-wrapper{
 overflow: hidden;
 margin-bottom: 1.5rem;
}

.callout-image-link h5{
 margin-bottom: 0;
}

.callout-image-link .callout-image{
 transition: all 0.3s ease;
}

.callout-image-link:hover .callout-image{
 transform: scale(1.05);
}





 /* ==========================================================================
    Responsive
    ========================================================================== */


.mobile-only{
 display: none;
}

.mobile-sticky-filters{
 display: none;
}

@media only screen and (max-width: 1200px){
 .section--slider .grid-container.slide-text{
  /*padding-top: 15rem;*/
 }
 
 .view-liked-homes-button{
    top: 111px!important;
 }
 
}

@media only screen and (max-width: 1152px){
 .home-slide-left {
  padding-left: 2rem;
 }
}

@media only screen and (max-width: 1024px){
 
 .section--slider .grid-container.slide-text{
  /*padding-top: 12rem;*/
 }
 
 .grid-container.more-padding:not(.full) > .grid-padding-x {
     margin-right: -1rem;
     margin-left: -1rem;
 }
 
 .grid-container.more-padding .grid-padding-x > .cell {
     padding-right: 1rem;
     padding-left: 1rem;
 }
 
 .section--text-box-with-image .text-box{
  padding: 2rem;
 }
 
 .section--text-box-with-image .text-box h2 {
    font-size: 28px;
    line-height: 34px;
 } 
 
 .section--callouts .cell{
  padding-bottom: 2rem;
 }
 
 .background-overlay-image{
  padding-bottom: 0;
 }
 
 .section--slider h1 {
     font-size: 32px;
     line-height: 38px;
 } 
 
 .section--slider .arrow-button {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
 }
 
 .slider-overlap-image{
  padding: 12rem 0;
 }
 
 .reveal.model-gallery-reveal{
  margin-left: 3rem;
  margin-right: 3rem;
  width: auto;
 }
 
}

@media only screen and (max-width: 640px){
 .filter-dropdown.is-active .filter-dropdown-body,
 .filter-dropdown.is-active .filter-dropdown-head{
  box-shadow: none;
 } 
 
 .reveal iframe{
  width: 100%;
  height: 20rem;
 }
 
 .reveal.model-gallery-reveal{
  margin-top: 0;
 }
 
 .model-gallery-reveal .close-button {
    color: #fff;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
 }
 
 .reveal.model-gallery-reveal{
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  width: auto;
 }
 
 .model-gallery-reveal .gallery-next {
    position: relative;
    right: 0;
 }
 
 .model-gallery-reveal .gallery-back {
    position: relative;
    left: 0;
 }
 
 .hide-for-mobile{
  display: none;
 }
 
 .mobile-only{
  display: block;
 }
 
 .section--hero + .section--text-with-image {
    padding-top: 4rem;
 }
 
 .section--text-with-image .cell > img{
  margin-bottom: 2rem;
 }
 
 .slider-overlap--wrapper{
  display: none;
 }
 
 .section--text-box-with-image .text-box{
  margin: 0!important;
  padding: 2rem!important;
  max-width: 100%!important;
 }
 
 .section--text-box-with-image .image-cell{
  padding-top: 0!important;
  padding-bottom: 0!important;
 }
 
 .section--text-box-with-image .text-cell,
 .section--text-box-with-image .image-cell{
  padding-left: 1rem!important;
  padding-right: 1rem!important;
 }
 
 .arrow-button{
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
 }
 
 .community-model-preview-footer p{
  font-size: 18px;
  line-height: 22px;
 }
 
 .section--slider + .section--text-box-with-image{
  padding-top: 4rem;
 }
 
 .section--faq h2 {
  margin-bottom: 1rem;
 } 
 
 .accordion-title{
  padding: 1rem 3rem 1rem 0;
  font-size: 22px;
  line-height: 26px;
 }
 
 .instagram-image-wrapper{
  padding: 4rem 0;
 }
 
 .section--instagram .cell {
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
 } 
 
 .section--instagram .grid-x{
    margin-right: -0.5rem;
    margin-left: -0.5rem;
 }
 
 .community-model-preview-image-wrapper{
  min-height: 12rem;
  margin-top: 2rem;
 }
 
 .section--hero{
  padding: 8rem 0;
 }
 
 .section--hero .grid-container{
  text-align: center;
 }
 
 .view-liked-homes-button--wrapper{
  display: none;
 }
 
 section:not(.section--hero):last-child {
  padding-bottom: 4rem;
 }
 
 .section--home-results .cell:not(.home-results-text-cell):last-child{
  padding-bottom: 0;
 }
 
 .section--text-with-form .cell > img{
  margin-bottom: 2rem;
 }

 .section--connect {
  padding-top: 4rem;
  padding-bottom: 4rem;
 }
 
 .section--connect .cell{
  padding-bottom: 2rem;
 }
 
 .section--connect .cell:last-child{
  padding-bottom: 0;
 }
 
 .connect-bottom-link{
  padding-top: 2rem;
 }
 
 .section--connect h2 {
    margin-bottom: 2rem;
 }
 
 .home-slide-left{
  width: 100%;
  padding: 2rem 2rem 4rem 2rem;
  order: 2;
 }
 
 .home-slide-right{
  width: 100%;
  min-height: 20rem;
  order: 1;
 }
 
 .home-slide{
  flex-wrap: wrap;
 }
 
 .mobile-sticky-filters{
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
 }
 
 .mobile-sticky-filters a{
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: block;
  color: #fff;
  padding: 1rem;
  text-align: center;
 }
 
 .filter-homes-button--mobile{
  background-color: #780022;
 }
 
 .view-liked-homes-button--mobile{
  background-color: #94002A;
 }
 
 .section--homes-filters{
    position: fixed;
    bottom: 6.5rem;
    z-index: 10;
    background-color: #F5F5F5;
    display: none;
 }
 
 .filter-homes-minus{
  display: none;
 }
 
 .filter-homes-button--mobile.is-active .filter-homes-minus{
  display: inline-block;
 }
 
 .filter-homes-button--mobile.is-active .filter-homes-plus{
  display: none;
 }
 
 .section--home-results, 
 .section--home-results:last-child{
  padding-top: 4rem;
 }
 
 .section--homes-filters.is-active{
  display: block;
 }
 
 .community-slide-wrapper .cell{
  text-align: center;
 }
 
 .community-slider-logo{
  margin: 0 auto 1rem auto;
 }
 
 .section--homes-filters hr{
  display: none;
 }
 
 .filter-dropdown.opens-up-mobile.is-active .filter-dropdown-body{
  bottom: 2.5rem;
 }
 
 .section--slider .grid-container.slide-text{
  min-height: 25rem;
 }
 
}

.simple-fade{
 opacity: 0;
}

.wp-block-image{
 opacity: 0;
}






.all-floorplans .floorplan:not(:first-child) {
 display: none;
}

.floorplan.flipped {
    transform: rotateY(180deg);
}

.floorplan g[id^="Options"] > g {
    display: none;
}



/* hide the flipped label on the non-flipped view */
.floorplan g[id^="Labels"] g[id^="Flipped"] {
    visibility: hidden;
}
.floorplan.flipped g[id^="Labels"] g[id^="Flipped"] {
    visibility: visible;
}
.floorplan g[id^="Labels"] g[id^="Normal"] {
    visibility: visible;
}
.floorplan.flipped g[id^="Labels"] g[id^="Normal"] {
    visibility: hidden;
}



.floorplan-menu { }
    .floorplan-menu ul { }
    .floorplan-menu li {
        cursor: pointer;
        user-select: none;
    }
    .floorplan-menu li:hover {
        color: white;
    }
    .floorplan-menu li.is-active {
        color: green;
    }

#AvidWidgetDiv{
 padding: 4rem 0;
 text-align: center;
 justify-content: center;
 display: flex;
}

#avid-widget{
 width: 100%!important;
}

.home-preview{
 display: flex;
 flex-direction: column;
 height: 100%;
}

.home-preview-content{
 flex: 1;
}

.popup-features-grid{
 padding-top: 2rem;
}

.popup-feature-inner{
 cursor: pointer;
 text-align: center;
 margin-bottom: 2rem;
}

.popup-feature-inner:focus,
.reveal:focus{
 outline: none;
}

.popup-feature-inner img{
 margin-bottom: 2rem;
}

.popup-feature-inner img:last-child{
 margin-bottom: 0;
}

.popup-feature-inner p{
 margin-bottom: 0;
 color: #A9103C;
 font-size: 18px;
 line-height: 21px;
}

.popup-feature-inner:hover p{
 text-decoration: underline;
}

.reveal.features-popup{
 padding: 2rem 0;
}

.popup-image-cell{
 display: flex;
 align-items: center;
}

.reveal.features-popup .grid-container{
 max-width: none;
}

.section--popup-features h2{
 color: #A9103C;
}

.section--popup-features + .section--homes-filters{
 padding-top: 0;
}

/* Gutenberg columns/text */

.section--community-slider + .wp-block-columns{
 margin-top: 2rem;
}

main > .wp-block-columns{
  max-width: 72rem;
  padding: 4rem 2rem;
  margin: 0 auto;
}

main > p,
main > h1,
main > h2,
main > h3,
main > h4,
main > h5,
main > h6,
main > ul,
main > ol{
  max-width: 72rem;
  padding: 4rem 2rem;
  margin: 0 auto 1rem auto; 
}

.privacy h1,
.privacy h2,
.privacy h3,
.privacy h4,
.privacy h5,
.privacy h6{
  max-width: 72rem;
  padding: 3rem 2rem 0.5rem 2rem;
  margin: 0 auto 1rem auto; 
}

.privacy p{
    padding: 0 2rem;
}
.privacy ul,
.privacy ol{
    padding: 1rem 2rem;
}


@media only screen and (max-width: 640px){
 main > .wp-block-columns{
  max-width: 72rem;
  padding: 2rem 2rem;
  margin: 0 auto;
 }
 
 .section--text-with-image .cell{
  width: 100%!important;
 }
}

.acf-map {
    width: 100%;
    height: 400px;
}

.acf-map img {
   max-width: inherit !important;
}


.section--text-with-image .grid-container{
 max-width: 85rem;
}

.section--connect .gform_wrapper.gravity-theme .gform_footer{
 justify-content: center;
}

.section--connect .grid-container{
 max-width: 85rem;
}

.connect-text-with-form{
 padding: 0;
}

.connect-text-with-form .cell{
 padding-top: 2rem;
}

.connect-text-with-form .cell:first-child{
 padding-top: 0;
}

.section--connect .cell label{
 text-align: left;
 display: block!important;
}

.section--connect .cell .gchoice label{
 display: inline-block!important;
}

.section--connect .cell .gform_wrapper.gravity-theme .gfield-choice-input{
 margin: 0;
}

.section--connect .cell .gchoice{
 text-align: left;
}

.section--connect .cell .ginput_container_checkbox{
 text-align: left;
}

.section--connect .cell .gform_wrapper.gravity-theme legend{
 text-align: left;
 display: block!important;
 width: 100%;
}

.section--connect .cell .gform_wrapper.gravity-theme .gfield_checkbox button{
 cursor: pointer;
}

@media only screen and (max-width: 640px){
 .connect-text-with-form .cell{
  width: 100%!important;
 }
 
}

sup {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 0.4em;
}

.reveal.model-gallery-reveal{
 top: 2rem!important;
}

.flex-gallery{
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
 margin: 0 -5px;
}

.flex-gallery-item{
 padding: 0 5px 10px 5px;
}

.flex-gallery-1 .flex-gallery-item{
 width: 100%;
}

.flex-gallery-2 .flex-gallery-item{
 width: 50%;
}

.flex-gallery-3 .flex-gallery-item{
 width: 33.333%;
}

.flex-gallery-4 .flex-gallery-item{
 width: 25%;
}

.flex-gallery-5 .flex-gallery-item{
 width: 20%;
}

.flex-gallery-6 .flex-gallery-item{
 width: 16.666%;
}

.flex-gallery-4 .model-gallery-image-wrapper{
 padding: 8rem 0;
}

.flex-gallery-5 .model-gallery-image-wrapper,
.flex-gallery-6 .model-gallery-image-wrapper{
 padding: 5rem 0;
}

.reveal.model-gallery-reveal{
 pointer-events: none;
}

.reveal.model-gallery-reveal img,
.reveal.model-gallery-reveal button{
 pointer-events: all;
}

.section--hero + .section--flex-gallery{
 padding-top: 8rem;
}

.flex-gallery-slide-image{
 padding: 12rem 0;
}

.section--flex-gallery h2{
 margin-bottom: 3rem;
}

.section--flex-gallery .slick-arrow{
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto;
 z-index: 10;
 height: 2rem;
 cursor: pointer;
}

.section--flex-gallery .slick-arrow.slick-arrow-right{
 right: 1rem;
}

.section--flex-gallery .slick-arrow.slick-arrow-left{
 left: 1rem;
}

.section--flex-gallery .slick-dots{
 display: flex;
 justify-content: center;
 list-style: none;
 margin: 1rem 0 0 0;
}

.section--flex-gallery .slick-dots li button{
 display: none;
}

.section--flex-gallery .slick-dots li{
 width: 15px;
 height: 15px;
 border: 1px solid #212121;
 border-radius: 100%;
 margin: 0 0.5rem;
 cursor: pointer;
 transition: all 0.3s ease;
}

.section--flex-gallery .slick-dots li.slick-active{
 background-color: #212121;
}

.section--flex-gallery .grid-container.fluid{
 padding: 0;
}

.flex-gallery-slide > img{
 margin: 0 auto;
}

@media only screen and (max-width: 1024px){
 
 .flex-gallery-1 .flex-gallery-item{
  width: 100%;
 }
 
 .flex-gallery-2 .flex-gallery-item{
  width: 50%;
 }
 
 .flex-gallery-3 .flex-gallery-item{
  width: 33.333%;
 }
 
 .flex-gallery-4 .flex-gallery-item{
  width: 33.333%;
 }
 
 .flex-gallery-5 .flex-gallery-item{
  width: 33.333%;
 }
 
 .flex-gallery-6 .flex-gallery-item{
  width: 33.333%;
 }

}

@media only screen and (max-width: 640px){
 .flex-gallery-1 .flex-gallery-item{
  width: 100%;
 }
 
 .flex-gallery-2 .flex-gallery-item{
  width: 50%;
 } 
 
 .flex-gallery-3 .flex-gallery-item{
  width: 50%;
 }
 
 .flex-gallery-4 .flex-gallery-item{
  width: 50%;
 }
 
 .flex-gallery-5 .flex-gallery-item{
  width: 50%;
 }
 
 .flex-gallery-6 .flex-gallery-item{
  width: 50%;
 } 
 
 .section--hero + .section--flex-gallery{
  padding-top: 4rem;
 }
 
 .reveal.model-gallery-reveal{
  top: 0!important;
 }
 
 .model-gallery-reveal .gallery-next{
  position: absolute;
  top: auto;
  bottom: auto;
  right: 0.5rem;
 }
 
 .model-gallery-reveal .gallery-back{
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0.5rem;
 }
 
 .section--flex-gallery h2{
  margin-bottom: 2rem;
 }
 
}


.home-preview-content .home-community {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    letter-spacing: .1em;
    margin-bottom: 1.5rem;
}

.home-preview-content .home-type + .home-community{
 margin-top: -1rem;
}

.home-preview-content .home-address{
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    letter-spacing: .1em;
    margin-bottom: 1.5rem;
    color: #9c9c9c;
}

.home-preview-content .home-community + .home-address{
  margin-top: -1rem;
}


/* Banner With Image Block */

.cell.medium-5.simple-fade.form-css {
    padding: 20px 25px;
    background: #fff;
}
.form-css .gform_required_legend {
    display: none;
}
.form-css label{
    color: #000 !important;
    font-weight: 400 !important;
}
.form-css .ginput_container_text input, .form-css .ginput_container_email input, .form-css .ginput_container_phone input, .ginput_container_select select{
    background: #f5f5f5 !important;
    border: none;
    box-shadow: none;
    min-height: 50px;
    color: #000 !important;
}
.form-css .gform-footer.gform_footer.top_label {
    padding: 0px;
    margin: 0;
}

.form-css input#gform_submit_button_22 {
    font-size: 16px;
    font-weight: 400;
    padding: 13px;
}

/* Single Community Page */
.section--community-page-banner .large {
    font-weight: 600;
    font-size: 24px;
}
.single-community-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.single-community-page {
    background: #94002a;
    padding: 20px !important;
}
.single-community-page .lead_name {
    margin-bottom: 5px;
}
.single-community-page .lead_name a {
    font-weight: 600;
    text-transform: none;
    font-size: 20px;
}
.single-community-page .position {
    font-size: 20px;
    margin-bottom: 5px;
}
.single-community-page .email, .single-community-page .phone {
    margin-bottom: 5px;
}
.single-community-page .email a, .single-community-page .phone a, .single-community-page .office_address a{
    font-size: 18px;
}
.single-community-page .office_name {
    font-size: 21px;
    text-transform: none;
    margin-top: 15px;
    font-weight: 600;
}
.office_address a {
    padding-bottom: 5px;
    font-size: 24px;
    border-bottom: 1px solid;
}
.section--community-page-banner h3 {
    margin-bottom: 20px;
}
.office_name {
    text-transform: none;
    font-size: 24px;
    font-weight: 400;
}
.inner_form .gform-footer .gform_button {
    background: #fff;
    color: #94002a;
    font-size: 16px;
    padding: 10px 15px;
    margin-top: 10px;
}
.inner_form .gform_wrapper.gravity-theme .gfield_label {
    font-weight: 400;
    margin-bottom: 1px;
}
.gform_required_legend {
    display: none;
}
.inner_form {
    margin-top: 10px;
}
.single-community-page .cell.medium-6 {
    width: 50%;
}
.columns.community-page {
    display: flex;
    align-items: center;
}
.columns.community-page .email {
    word-wrap: break-word;
}
.inner_form input, .inner_form option{
    color: #000 !important;
}
.ginput_container_select {
    position: relative;
}
.gravity-arrow{
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 0;
}
