/*FONTS
font-family: 'Libre Baskerville', serif;
font-family: 'Muli', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Josefin Sans', sans-serif;
*/

/*DEFAULT*/
body {
  background-color: #1e1e1e;
}
h1 {
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  font-size: 25px;
  color:#989393;
}
h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 40px;
  color:#FFF;
  text-transform: uppercase;
}
h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 37px;
  color:#FFF;
  text-transform: uppercase;
}
h4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 22px;
  color:#FFF;
  text-transform: uppercase;
}
h5 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  color:#FFF;
  text-transform: uppercase;
}
p {
  font-family: 'Muli', sans-serif;
  font-size: 18px;
  list-style-type: none;
  color:#FFF;
  line-height: 36px;
}
a {
  color:inherit;
}
a:hover {
  color:#5F87A1;
}
.row {
  max-width: 100%;
}
.space-10 {height: 10px;}
.space-20 {height: 20px;}
.clear {clear:both;}
.relative {position: relative;}
.bg-cover {
  background-position: center center;
  background-size:cover;
  background-repeat: no-repeat;
}
.bg-contain {
  background-position: center center;
  background-size:contain;
  background-repeat: no-repeat;
}

/*END DEFAULT*/

/*HEADER*/
#privacy-policy #header, 
#terms-and-conditions #header,
#contact-us-thank-you #header {
  position: relative;
}
#header {
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  z-index: 10;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42MiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.62) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.62)), color-stop(100%,rgba(0,0,0,0.62))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.62) 0%,rgba(0,0,0,0.62) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0.62) 0%,rgba(0,0,0,0.62) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.62) 0%,rgba(0,0,0,0.62) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.62) 0%,rgba(0,0,0,0.62) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e000000', endColorstr='#9e000000',GradientType=0 ); /* IE6-8 */
}
#header p, 
#header a, 
#header ul {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
}
#header .header-phone-number a:hover {
  color: #e7decc;
}
#header a.disabled {
  cursor: default;
}
.columns.navigation ul {
  margin:0;
}
.columns.navigation ul#main-menu li {
  position: relative;
}
.columns.navigation ul#main-menu li span {
  position: relative;
  padding:25px 15px 10px;
  display: inline-block;
  z-index: 1;
}
.columns.navigation ul#main-menu li span.hover-bar {
  display: block;
  position: absolute;
  top:0;
  height:8px;
  background-color:#FFF;
  width:100%;
  z-index: 0;
  padding:0;
  transition: height 0.3s linear, background-color 0.1s ease;
}
.columns.navigation ul#main-menu li a:hover span.hover-bar, 
.columns.navigation ul#main-menu li.active a span.hover-bar {
  background-color: #4B4A4A;
  height:54px;
  transition: height 0.3s linear, background-color 0.1s ease;
}
ul#main-menu, 
ul#social-menu {
  display:block;
  float:left;
}
ul#main-menu li, 
ul#social-menu li {
  display: block;
  float:left;
  list-style-type: none;
}
ul#main-menu li a{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 11px;
  color:#FFF;
  text-transform: uppercase;
}
ul#social-menu li a {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color:#FFF;
  text-transform: uppercase;
}
ul#social-menu li a:hover {
  color:#e7decc;
}
ul#social-menu li {
  border-top:8px solid #FFF;
  padding:15px 6px 10px;
}
ul#social-menu a {
  position: relative;
  display: inline-block;
}
ul#social-menu img.hover {
  position: absolute;
  top:0;
  left:0;
  opacity: 0;
}
ul#social-menu img {
  vertical-align: top;
}
ul#social-menu a:hover img {
  opacity: 0;
  transition: all 0.4s ease 0s;
}
ul#social-menu a:hover img.hover {
  opacity: 1;
  transition: all 0.4s ease 0s;
}

#residents-corner {
  position: absolute;
  top:100%;
  right:50px;
}
#residents-corner a {
  display: inline-block;
  background: #FFF;
  padding:15px 10px;
  font-size:12px;
  text-align: center;
  text-transform: uppercase;
  color:#4B4A4A;
  line-height: 18px;
  
}
#residents-corner a span {
  font-size:17px;
  font-weight: bold;
}
#residents-corner a:hover, 
#residents-corner a.active {
  background:#e7decc;
  transition: all 0.4s ease 0s;
}
.header-phone-number p {
  padding-top:15px;
  margin:0;
}
.tab-bar, 
.tab-bar .menu-icon, 
.left-small, 
.tab-bar-section.middle {
  height:75px;
}
.tab-bar-section.middle {
  padding:0;
}
.tab-bar {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42MiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.62) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.62)), color-stop(100%,rgba(0,0,0,0.62))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.62) 0%,rgba(0,0,0,0.62) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0.62) 0%,rgba(0,0,0,0.62) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.62) 0%,rgba(0,0,0,0.62) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.62) 0%,rgba(0,0,0,0.62) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e000000', endColorstr='#9e000000',GradientType=0 ); /* IE6-8 */
  position: absolute;
  width: 100%;
  z-index: 10;
}
ul.off-canvas-list li.active a {
  background: #242424;
}

ul#main-menu ul,
ul#main-menu > li > ul ul + a{
    position: absolute;
}

ul#main-menu li{
    position: relative;
}

ul#main-menu > li > ul{
  padding-top:21px;
}
ul#main-menu > li > ul > li {
  padding: 15px;
  top: 138%;
  width:92px;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42MiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.62) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.62)), color-stop(100%,rgba(0,0,0,0.62))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.62) 0%,rgba(0,0,0,0.62) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0.62) 0%,rgba(0,0,0,0.62) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.62) 0%,rgba(0,0,0,0.62) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.62) 0%,rgba(0,0,0,0.62) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e000000', endColorstr='#9e000000',GradientType=0 ); /* IE6-8 */
}
ul#main-menu > li > ul > li:hover > a, 
ul#main-menu > li > ul > li.active > a {
  color:#E7DECC;
}
ul#main-menu.vertical > li > ul{
    top: 0;
}

ul#main-menu > li > ul.left{
    left: 0;
}

ul#main-menu > li > ul.right{
    right: 0;
}

ul#main-menu ul ul.left,
ul#main-menu.vertical > li > ul.left{
    left: 100%;
}

ul#main-menu ul ul.right,
ul#main-menu.vertical > li > ul.right{
    right: 100%;
}

ul#main-menu > li > ul,
ul#main-menu > li > ul ul{
    display: none;
}

ul#main-menu li:hover > ul{
    display: block;
}
/*END HEADER*/

/*SLIDESHOW*/
.anchor {
  position: absolute;
  width:69px;
  bottom:45px;
  right:20px;
}
.anchor img {
  position: relative;
  z-index: 3000;
}
.anchor a {
  display: inline-block;
  opacity: 1;
}
.anchor a:hover img {
  opacity: 0.5;
}
.full-page-slideshow {
    position: relative;
    height: 755px;
}
.full-page-slideshow > .slideshow {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:755px;
}
.full-page-slideshow .slide-content{
  position: absolute;
  bottom:0;
  width: 100%;
  padding:26px;
  text-align: center;
  background:rgba(255,255,255,.65);
}
.full-page-slideshow .rslides li:first-child .slide-content .icon{
  display: inline-block;
  float:left;
  width: 30px;
  height: 40px;
  margin-right: 15px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center center;
  background-size:30px;
  background-image: url("data:image/svg+xml,%3Csvg class='svg-inline--fa fa-award fa-w-12' aria-hidden='true' focusable='false' data-prefix='fal' data-icon='award' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' data-fa-i2svg=''%3E%3Cpath fill='%23383232' d='M192 95.95c-52.93 0-96 43.07-96 96s43.07 96 96 96 96-43.07 96-96-43.06-96-96-96zm0 160c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64zm175.63 16.38c14.06-14.31 19.59-35.33 14.47-54.86-6.39-24.2-6.39-20.45 0-44.69 5.13-19.52-.41-40.53-14.47-54.86-17.58-17.72-15.57-14.69-21.91-38.59-5.15-19.63-20.37-35.08-39.72-40.34-23.3-6.32-20.62-4.58-37.75-22.22-14.22-14.42-35.12-20.08-54.53-14.82-23.5 6.51-20.1 6.41-43.47 0-19.25-5.31-40.28.4-54.5 14.85-17.3 17.67-14.21 15.77-37.72 22.19-19.37 5.26-34.59 20.71-39.75 40.32-6.36 24.04-4.38 20.87-21.91 38.62C2.31 132.25-3.22 153.27 1.91 172.8c6.39 24.17 6.39 20.42 0 44.69-5.13 19.52.41 40.53 14.47 54.86 17.58 17.72 15.57 14.69 21.91 38.59 2.01 7.64 5.91 14.36 10.62 20.38L1.2 448.7c-4.31 10.57 3.51 22.04 14.79 22.04.55 0-2.91.12 53.32-2.03L105.56 507c3.22 3.4 7.42 5 11.58 5 6.17 0 12.23-3.53 14.86-9.96l52.45-129.03a23.346 23.346 0 0 1 15.11-.01L252 502.04c2.62 6.43 8.69 9.96 14.86 9.96 4.16 0 8.36-1.6 11.58-5l36.25-38.28c56.23 2.15 52.77 2.03 53.32 2.03 11.28 0 19.1-11.47 14.79-22.04l-47.7-117.37c4.71-6.02 8.61-12.74 10.62-20.37 6.36-24.06 4.38-20.89 21.91-38.64zM111.72 466.95c-22.59-23.86-16.56-17.49-29.13-30.77-18.3.7-9.45.36-42.41 1.63l35.55-87.48c.79.26 1.47.75 2.28.97 21.87 5.86 20.46 4.6 31.59 15.91 9.94 10.14 22.79 15.57 35.96 16.5l-33.84 83.24zm232.11-29.15c-32.91-1.26-24.13-.92-42.41-1.62-12.56 13.27-6.54 6.91-29.13 30.77l-33.9-83.4c13.21-.91 26.06-6.21 36.02-16.35 11.41-11.61 9.83-10.19 31.59-15.91.81-.22 1.49-.71 2.28-.96l35.55 87.47zm-29.05-134.99c-2.25 8.58-8.84 15.33-17.22 17.61-23.62 6.25-28.39 6.45-45.97 24.37-8 8.11-20.19 9.61-29.75 3.48-18.13-11.44-41.56-11.45-59.69.02-9.5 6.03-21.75 4.62-29.75-3.52-17.38-17.68-22.12-17.95-45.97-24.36-8.38-2.28-14.97-9.03-17.22-17.62-8.06-30.63-7.53-30.19-30.03-52.87-6.19-6.31-8.63-15.62-6.34-24.31 8.15-30.47 8.2-30.48 0-60.95-2.28-8.69.16-18 6.34-24.3 22.42-22.7 21.94-22.06 30.03-52.91 2.25-8.58 8.84-15.33 17.22-17.59 30.79-8.41 29.68-7.8 52.13-30.62 5.2-5.31 13.82-8.96 23.28-6.41 30.46 8.38 29.85 8.4 60.28 0 8.19-2.27 17.19.19 23.31 6.37 22.29 22.87 21.87 22.44 52.16 30.66 8.34 2.27 14.94 9.02 17.19 17.61 8.06 30.63 7.53 30.19 30.03 52.87 6.19 6.31 8.63 15.62 6.34 24.31-8.19 30.52-8.16 30.54 0 60.95 2.28 8.69-.16 18-6.34 24.3-22.41 22.71-21.94 22.06-30.03 52.91z'%3E%3C/path%3E%3C/svg%3E");
}
.full-page-slideshow  .rslides li:first-child .slide-content .text-content{
  display: inline-block;
  float:left;
  width:calc(100% - 50px);
}
.full-page-slideshow .rslides li .slide-content{
  left:-100%;
  transition:left .5s ease-out;
  transition-delay: 1.2s;
}
.full-page-slideshow .rslides li.rslides1_on .slide-content{
  left:0;
}
.full-page-slideshow .slide-content * {
  color:#383232;
}
.full-page-slideshow .slide-content p {
  font-family: Raleway; 
  font-size: 23px;  
  font-weight: 600;  
  letter-spacing: .75px; 
  line-height: 23px;
}
.full-page-slideshow .slide-content a {
  text-decoration: underline;
}
.full-page-slideshow .slide-content a:hover,
.full-page-slideshow .slide-content a:focus {
  text-decoration: none;
}
.full-page-slideshow .slide-content p strong {
  font-size: 33px;  
  font-weight: bold;  
  line-height: 33px;
}
.full-page-slideshow .slide-content p:last-of-type {
  margin-bottom:0;
}
ul.rslides_tabs.rslides1_tabs {
  position: absolute;
  bottom:40%;
  right:50px;
  z-index: 1000;
}ul.rslides_tabs.rslides1_tabs li {
  list-style-type: none;
}
ul.rslides_tabs.rslides1_tabs li a {
  text-indent: -999999px;
  display: inline-block;
  width: 13px;
  height: 13px;
  background:none;
  border:2px solid #FFF;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  transition: all 0.5s ease 0s;
}
ul.rslides_tabs.rslides1_tabs li.rslides_here a {
  background:#FFF;
  transition: all 0.5s ease 0s;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.rslides .slide {
    width:100%;
    height:755px;
}
.rslides .property-slide-info a {
    display: inline-block;
    width:225px;
    position: absolute;
    bottom:20px;
    right:50px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-size:12px;
    color:white;
    text-align: right;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000000;
    z-index: 4000;
}
.rslides .property-slide-info a span {
  font-size:20px;
  font-family: 'Libre Baskerville', serif;
  font-weight: bold;
  text-transform: lowercase;
  font-style: italic;
}
/*END SLIDESHOW*/


/*CONTENT*/
#content {
  background-color:#383232;
}
#content ul li {
  font-family: 'Muli', sans-serif;
  font-size: 18px;
  list-style-type: none;
  color:#FFF;
  line-height: 36px;
}
.content-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
#content .text-content {
  padding:5% 10%;
}
#content .text-content ul {
  display: inline-block;
}
#content .text-content li {
  text-align: left;
  list-style-type: disc;
}
#construction #content .text-content {
  padding:70px 10% 5%;
}
.learn-more {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  background-color: #FFF;
  padding: 25px 30px;
  margin: 25px 0 0;
  text-transform: uppercase;
}
.learn-more:hover {
  background-color: #e7decc;
  color: #000;
  transition: all 0.4s ease 0s;
}
.row.home-callouts .columns {
  padding:0;
  position: relative;
}
.row.home-callouts .bg-cover {
  width:100%;
  height:500px;
}
.row.home-callouts .bg-contain {
  width:200px;
  height:200px;
}
.row.home-callouts a {
  display: block;
}
.row.home-callouts .lin-bg {
  background-color: #fff;
  position: absolute;
  top:0;
  left:0;
  height: 100%;
  width: 100%;
  transition: all 0.4s ease 0s;
}
.row.home-callouts a:hover .lin-bg {
  height: 0;
  transition: all 0.4s ease 0s;
}
.row.home-callouts .info-lin {
  position: absolute;
  top:0;
  left:0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.icon {
  display: inline-block;
}
.row.home-callouts a {
  text-align: center;
}
.row.home-callouts a .icon .bg-contain {
  opacity: 1;
}
.row.home-callouts a:hover .icon .bg-contain {
  opacity: 0;
  transition: all 0.4s ease 0s;
}
.row.home-callouts a:hover .icon {
  background: none;
  transition: all 0.4s ease 0s;
}
.row.home-callouts .info-lin {
  padding-top:20%;
}
.row.home-callouts .info-lin span {
  font-family: 'Raleway', sans-serif;
  font-size:18px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  padding:0 10px;
}
.row.home-callouts a:hover .info-lin, 
.row.home-callouts a:focus .info-lin {
  color:#FFF;
  transition: all 0.4s ease 0s;
}
.team {
  background-color:#635d5d;
}
.team > .columns {
  padding:0;
}
.user-profile > img {
  width: 100%;
}
.user-profile .user-info {
  width: 60%;
  text-align: center;
  padding:10px 5px;
}
.user-profile .user-info.view-btn {
    width: 25%;
    text-align: right !important;
}
.user-name {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
  color:#1e1e1e;
}
.user-position {
  font-family: 'Libre Baskerville', serif;
  font-size: 18px;
  font-style: italic;
  color:#1e1e1e;
  text-transform: capitalize;
}
.user-email a {
  color: #FFF;
}
.team-full-view{
    background-color: #635d5d;
    padding:0.9375em 0;
}
.careers {
  background-color: #f0ebe0;
  padding: 4% 10%;
}
.careers.even {
  background-color: #e7decc;
}
.career-title {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
  color:#1e1e1e;
}
.career-description h5 {
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  font-size: 18px;
  text-transform: capitalize;
  color:#1e1e1e;
  margin-bottom:40px;
}
.career-description p, 
.career-description ul li {
  color:#1e1e1e !important;
}
.career-buttons a {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  display: inline-block;
  background-color: #383232;
  padding: 25px 30px;
  margin: 25px 0 0;
  text-transform: uppercase;
}
.career-buttons a:hover {
  background-color: #FFF;
  color:#333;
  transition: all 0.4s ease 0s;
}
.job-apply-now {
  clear:both;
  padding:40px 20px 20px;
}
.job-apply-now-inner {
  max-width:450px;
  width:100%;
  min-width: 250px;
  text-align: left;
  display: inline-block;
}
/*form label {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color:#000;
  text-transform: uppercase;
}*/
form .submit {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  display: inline-block;
  background-color: #383232;
  padding: 25px 30px;
  margin: 25px 0 0;
  text-transform: uppercase;
}
form .submit:hover {
  background-color: #FFF;
  color:#333;
  transition: all 0.4s ease 0s;
}
a.login {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  color:#FFF;
  text-transform: uppercase;
  position: absolute;
  top:0;
  right:50px;
}
a.login > span {
  padding: 10px 35px 6px;
  display: inline-block;
  background-color: #989393;
  margin-bottom: 7px;
}
a.login:hover > span {
  background-color: #e7decc;
  color:#383232;
  transition: all 0.4s ease 0s;
}
a.login:hover {
  color:#989393;
  transition: all 0.4s ease 0s;
}
.tabs-content {
  margin-bottom:0;
}
.tabs .tab-title {
  width:33.333%;
}
.tabs .tab-title a {
  width:100%;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color:#FFF;
  text-align: center;
  text-transform: uppercase;
  padding:10px 0;
  background-color: #FFF;
  color:#383232;
  border-left:1px solid #635d5d;
  border-right:1px solid #635d5d;
}
.tabs .tab-title.active a {
  background-color: #635d5d;
  color:#FFF;
}
.tabs-content>.content {
  padding:0;
}
section.content .row {
  background-color:#635d5d;
  padding:35px 0;
}
section.content .row.odd {
  background-color:#756e6e;
}
.community-name-title {
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
}
.btn-community {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  display: inline-block;
  background-color: #383232;
  padding: 5% 6%;
  margin-bottom: 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
.btn-community:hover, 
.btn-community:focus {
  color: #383232;
  background-color: #FFF;
  transition: all 0.4s ease 0s;
}
.btn-community.hide  {
  display: none;
}
section.content p {
  line-height: 26px;
}
.row.news {
  background-color:#e7decc;
  padding:60px 0;
}
.row.news.odd {
  background-color:#f0ebe0;
}
.row.news p {
  color:#383232;
}
.row.news p i {
  font-family: 'Libre Baskerville', serif;
}
a.headline {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 22px;
  font-weight: bold;
  color:#1e1e1e;
  text-transform: uppercase;
}
a.readmore {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  display: inline-block;
  background-color: #383232;
  padding: 25px 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
a.readmore:hover {
  color: #383232;
  background-color: #FFF;
  transition: all 0.4s ease 0s;
}
.residents-search {
  background-color:#e7decc;
  padding:4% 0;
}
.residents-search p {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color:#1e1e1e;
  text-transform: uppercase;
  margin-bottom:0;
}
.resident-section {
  background-color:#e7decc;
  padding:40px 0;
}
.contact-section {
  background-color:#fff;
  padding:40px 0;  
}
.contact-section h5, 
.resident-section h5 {
  color:#1e1e1e;
  margin-bottom:20px;
  font-weight: bold;
}
.contact-section p, 
.resident-section p {
  color:#1e1e1e;
}
.contact-section a, 
.resident-section a {
  font-family: 'Muli', sans-serif;
  font-size: 18px;
  color:#1e1e1e;
}
.contact-section form ul, 
.resident-section form ul {
  margin:0;
}
/*END CONTENT*/

/*FOOTER*/
.footer-banner {
  height:687px;
  position: relative;
}
#footer-banner-image-default {
  background-position:center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#footer-banner-image-home, 
#footer-banner-image-privacy-policy, 
#footer-banner-image-terms-and-conditions {
  background: url(../images/bg/bg-footer-banner-image-home.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#footer-banner-image-about-us, 
#footer-banner-image-construction, 
#footer-banner-image-careers, 
#footer-banner-image-careers-thank-you, 
#footer-banner-image-management  {
  background: url(../images/bg/bg-footer-banner-image-about-us.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#footer-banner-image-our-team {
  background: url(../images/bg/bg-footer-banner-image-our-team.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#footer-banner-image-development {
  background: url(../images/bg/bg-footer-banner-image-development.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#footer-banner-image-our-communities {
  background: url(../images/bg/bg-footer-banner-image-our-communities.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#footer-banner-image-news, 
#footer-banner-image-news-post {
  background: url(../images/bg/bg-footer-banner-image-news.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#footer-banner-image-residents, 
#footer-banner-image-residents-thank-you,
#footer-banner-image-contact-us, 
#footer-banner-image-contact-thank-you {
  background: url(../images/bg/bg-footer-banner-image-residents.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#footer-banner-text {
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
}
#footer-banner-text h2 {
  padding: 25px 10% 25px;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42MiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.62) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.62)), color-stop(100%,rgba(0,0,0,0.62))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.62) 0%,rgba(0,0,0,0.62) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0.62) 0%,rgba(0,0,0,0.62) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.62) 0%,rgba(0,0,0,0.62) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.62) 0%,rgba(0,0,0,0.62) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e000000', endColorstr='#9e000000',GradientType=0 ); /* IE6-8 */
}
.btn-secondary {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color:#000;
  display: inline-block;
  background-color: #FFF;
  padding:25px 30px;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.btn-secondary:hover {
  background-color:#5f87a1;
  color:#FFF;
  transition: all 0.4s ease 0s;
}
#footer-banner-text a {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  background-color:#5f87a1;
  color:#FFF;
  display: inline-block;
  padding:25px 30px;
  margin-bottom: 60px;
  text-transform: uppercase;
}
#footer-banner-text a:hover {
  background-color:#5f87a1;
  color:#FFF;
  transition: all 0.4s ease 0s;
}
.footer-arrow {
  position: absolute;
  bottom:100%;
  left:0;
  width:100%;
}
#footer-info > .columns {
  padding-top: 40px;
}
#footer-info a, 
#footer-info p, 
#footer-info li {
  font-family: 'Muli', sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
  color:#FFF;
  line-height: 18px;
  list-style-type: none;
}
#footer-info li {
  line-height: 24px;
}
#footer-info a:hover, 
#footer-info li.active a {
  color:#989393;
  transition: all 0.4s ease 0s;
}
#footer-info .disclaimer {
  padding-top:20px;
}
#footer-info .disclaimer p {
  font-size:10px;
}
.footer-sub-menu {
  margin:0;
}
.footer-sub-menu li {
  display: inline-block;
  list-style-type: none;
}
#footer-info .footer-sub-menu li a {
  font-size: 11px;
}
.footer-icons {
  text-align: right;
}
/*END FOOTER*/

#contact-us .mktoForm {
  width:100% !important;
}

#contact-us .mktoForm .mktoLabel, 
#contact-us .mktoForm .mktoRadioList > label, 
#contact-us .mktoForm input[type=text], 
#contact-us .mktoForm input[type=email], 
#contact-us .mktoForm select.mktoField, 
#resident-corner-form dt, 
#resident-corner-form dd a, 
#contact-us .mktoForm textarea  {
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  color: #1e1e1e;
  text-transform: capitalize;
}

#contact-us .mktoForm input::-webkit-input-placeholder, 
#contact-us .mktoForm textarea::-webkit-input-placeholder { 
  color: black;
}
#contact-us .mktoForm input::-moz-placeholder, 
#contact-us .mktoForm textarea::-moz-placeholder { 
  color: black;
}
#contact-us .mktoForm input:-ms-input-placeholder,
#contact-us .mktoForm textarea:-ms-input-placeholder { 
  color: black;
}
#contact-us .mktoForm input:-moz-placeholder, 
#contact-us .mktoForm textarea:-moz-placeholder { 
  color: black;
}

#contact-us .mktoForm input[type=text], 
#contact-us .mktoForm input[type=email], 
#contact-us .mktoForm select.mktoField {
  height:2.5em;
}

#contact-us .mktoForm .mktoButtonWrap.mktoSimple .mktoButton, 
#resident-corner-form input[type=submit] {
  font-family: 'Josefin Sans', sans-serif !important;
  font-size: 16px !important;
  font-weight: bold !important;
  color: #FFF !important;
  display: inline-block !important;
  background-color: #383232 !important;
  background-image:none;
  padding: 25px 30px !important;
  margin: 25px 0 0 !important;
  text-transform: uppercase !important;
  cursor: pointer;
  border: 1px solid #383232;
  -webkit-appearance: none !important;
  border-radius: 0 !important;
}
#contact-us .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover, 
#resident-corner-form input[type=submit]:hover {
  background-color: #FFF !important;
  color: #383232 !important;
  border: 1px solid #ccc;
}
#contact-us .mktoButtonWrap.mktoSimple {
  margin-left:0px !important;
}
#contact-us .mktoForm .mktoRequiredField .mktoAsterix {
  display: none;
}


#resident-corner-form input[type=submit] {
  margin-top:10px !important;
}
#resident-corner-form {
  text-align: left;
}
#resident-corner-form dd.margin-zero {
  margin:0;
}

#resident-corner nav.tab-bar.show-for-medium-down, 
#privacy-policy nav.tab-bar.show-for-medium-down, 
#terms-and-conditions nav.tab-bar.show-for-medium-down, 
#contact-us-thank-you nav.tab-bar.show-for-medium-down {
  position: static;
}

.sfh-prop-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  text-align:center;
  padding: 35px 0;
  background-color:white;
  border-bottom:1px solid #e5e5e5;
}
.sfh-prop-list.alpha {
  display: none;
}
.sfh-prop {
  flex: 0 0 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-top:10px;
}
.sfh-prop.shrink {
  padding-bottom:20px;
}
.sfh-prop * {
  color:black;
}
.sfh-prop .btn-community {
  font-weight: normal;
  color:white;
  padding:1rem 3rem;
}
.sfh-prop .btn-community:hover, 
.sfh-prop .btn-community:focus {
  color:#383232;
}

@media only screen and (min-width: 480px) {
  #contact-us .mktoButtonWrap.mktoSimple {
    margin-left:10px !important;
  }
}

@media only screen and (max-width:1350px) {
/*  ul#main-menu, ul#social-menu {
    float:right;
    clear:both;
  }
  ul#social-menu li {
    border-top: 4px solid #FFF;
  }*/
}
@media only screen and (max-width:1292px) {
  .columns.navigation ul#main-menu li span {
    padding: 25px 10px 10px;
  }
}
@media only screen and (max-width: 1025px) {
  .footer, 
  .footer-icons {
    text-align: center;
  }
  .footer-menu {
    margin: 0;
  }
  .btn-community {
    font-size: 14px;
    padding: 5% 5%;
  }
  #content .text-content ul {
    margin:0;
  }
  #content .text-content ul li {
    list-style-type: none;
    text-align: center;
  }
  #content .text-content .text-right, 
  #content .text-content .text-left {
    text-align: center !important;
  }
}
@media only screen and (min-width:640px){
  .full-page-slideshow .slide-content{
    text-align: left;
    width: 50%;
    bottom:1rem;
  }
  .sfh-prop {
    flex: 1 1 0px;
    padding-top:0;
  }
  .sfh-prop.shrink {
    padding-bottom:0;
  }
  .sfh-prop-list.alpha {
    display: flex;
  }
  .sfh-prop-info * {
    max-width: 20rem;
    margin: 0 auto 1.25rem;
  }
}
@media only screen and (min-width:1024px){
  .tabs .tab-title a {
    font-size: 22px;
  }
  .anchor {
    bottom:95px;
    right:60px;
  }
  .full-page-slideshow .slide-content{
    width: 45%;
    bottom:4rem;
    padding:30px;
  }
  .sfh-prop.shrink {
    flex: 0 0 auto;
    width: 400px;
  }
}
@media only screen and (min-width:1172px){
  #header .row {
    min-height: 75px;
  }
}
@media only screen and (min-width:641px) and (max-width: 1172px) {
  nav.tab-bar.show-for-medium-down {
      display: inherit !important;
  }
  
  #header .row.relative.hide-for-medium-down {
      display: none !important;
  }

  .rslides .slide, 
  .full-page-slideshow > .slideshow, 
  .full-page-slideshow {
    height: 555px;
  }
  .row.home-callouts .info-lin {
    padding:10px;
  }
  .row.home-callouts .bg-cover {
    height: 350px;
  }

  .footer-banner {
    height: 487px;
  }
  .footer-banner h2 {
    font-size: 30px;
  }
  .content-arrow {
    display: none;
  }
}

@media only screen and (max-width:641px) {
  h2 {
    font-size: 30px;
  }
  .rslides .slide, 
  .full-page-slideshow > .slideshow, 
  .full-page-slideshow, 
  .footer-banner {
    height:35rem;
  }
  ul.rslides_tabs.rslides1_tabs {
    display: none;
  }
  .tab-bar-section.middle {
    width:87%;
  }

  section.content .row .columns, 
  .row.news .columns, 
  .contact-section  {
    text-align: center;
  }
  section.content a img {
    margin-bottom: 20px;
  }
  .rslides .property-slide-info {
    right:10px;
  }
  #footer-banner-text h2 {
    font-size: 16px;
  }
  #footer-banner-text a {
    padding:12px 15px;
  }
  .user-profile .user-info {
    width:100%;
    float:none !important;
    padding:20px;
  }
  #construction #content .text-content {
    padding:0px 10% 5%;
  }
  .tabs .tab-title {
    width: 100%;
  }
  .tabs .tab-title a {
    border-top: 1px solid #635d5d;
    border-bottom: 1px solid #635d5d;
  }
  a.login {
    position: relative;
    right:0;
    margin-bottom: 40px;
  }
  .row.home-callouts .bg-cover {
    height: 250px;
  }
  .row.home-callouts .bg-contain {
      width: 0;
      height: 75px;
  }
  .row.home-callouts .info-lin {
    padding-top: 20px;
  }
  .row.home-callouts .lin-bg {
    background:none;
  }
  .row.home-callouts a .info-lin {
    color:#FFF;
  }
}
 
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  .row.home-callouts .lin-bg {
    background:none;
  }
  .row.home-callouts .bg-contain {
    width: 0;
    height: 125px;
  }
  .row.home-callouts a .info-lin {
    color:#FFF;
  }
}
