@charset "UTF-8";
/*................................................
    BASIC STYLING FOR COMMON HTML ELEMENTS
.................................................*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  font-size: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 12px;
  position: relative;
  font-weight: normal;
  height: 100%;
  font-family: "Lato";
}

a, input[type=button] {
  cursor: pointer;
  text-decoration: none;
}

a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a:focus {
  outline: none;
}

a:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

img, input, textarea, fieldset {
  border: 0px;
  outline: none;
  resize: none;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle; /*width: auto\9;*/
}

select {
  padding: 2px;
  outline: 0;
}

select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #000;
  outline: 0;
}

select:focus::-ms-value {
  background: white;
  color: black;
}

textarea {
  overflow: auto;
}

ul li {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6, h7, h8, h9 {
  font-weight: normal;
}

input[type=text], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*................................................
    HEADER
.................................................*/
header {
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 25px 0;
  height: 70px;
}
header #header-logo {
  margin-left: 84px;
}
header #header-logo img {
  width: 178px;
}
header nav {
  float: right;
  margin-right: 51px;
}
header nav li {
  float: left;
  padding-left: 25px;
}
header nav li a {
  font-family: "Alternative Gothic No3 D";
  letter-spacing: 0.025em;
  color: #55565a;
  font-size: 16px;
}
header nav li a:hover {
  color: #65cbc9;
}
header nav li:first-child {
  padding-left: 0;
}
header nav li.current_page_item a {
  color: #65cbc9;
}
header #hamburger-menu {
  position: absolute;
  left: 0;
  top: 0;
}
header #hamburger-menu a {
  background: url(../images/menu-1.png) no-repeat;
  width: 58px;
  height: 100px;
  display: block;
  padding-left: 10px;
  background-size: cover;
  background-position: 0 -5px;
}
header #hamburger-menu a img {
  margin-top: 13px;
  width: 28px;
}
header #hamburger-menu a span {
  font-size: 18px;
  line-height: 18px;
  clear: both;
  display: block;
  text-transform: uppercase;
  color: #fff;
  margin-top: 8px;
  /*font-weight: bold;*/
  letter-spacing: 1.5px;
  font-family: "latobold";
}
header .mob-location {
  display: none;
  float: right;
  margin-right: 12px;
}
header .mob-location a {
  margin-left: 5px;
}
header .mob-location a img {
  width: 25px;
}
header .current-page-title {
  color: #65cbc9;
  margin-left: 26px;
  font-family: "Alternative Gothic No3 D";
  letter-spacing: 0.2em;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 20px;
}
header .location-ipad {
  display: none;
}
header .location-ipad span {
  background: url(../images/location-ipad.png) no-repeat;
  width: 32px;
  height: 31px;
  margin-top: -7px;
  display: block;
  line-height: 27px;
  background-size: cover;
}

#menu-nav {
  position: fixed;
  top: 0;
  left: -285px;
  bottom: 0;
  background: url(../images/LH-pattern-opacity4.png) repeat #56575b;
  z-index: 99;
  width: 285px;
  transition: left ease 500ms;
  -webkit-transition: left ease 0.7s;
  -moz-transition: left ease 0.7s;
  -o-transition: left ease 0.7s;
}
#menu-nav nav {
  padding: 54px;
  height: 100%;
}
#menu-nav nav ul {
  margin-bottom: 45px;
  position: relative;
  padding-bottom: 25px;
}
#menu-nav nav ul li {
  display: block;
  padding-bottom: 22px;
}
#menu-nav nav ul li a {
  font-size: 15px;
  color: #FFFFFF;
  font-family: "Alternative Gothic No3 D";
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
#menu-nav nav ul li a:hover {
  color: #65cbc9;
}
#menu-nav nav ul li.current_page_item a {
  color: #65cbc9;
}
#menu-nav nav ul:after {
  content: "";
  width: 55px;
  height: 2px;
  background-color: #65cbc9;
  position: absolute;
  bottom: 0;
}
#menu-nav nav ul.last {
  padding-bottom: 0;
}
#menu-nav nav ul.last:after {
  display: none;
}
#menu-nav nav ul.reglr-menu li a {
  font-family: "Lato";
}
#menu-nav nav ul#menu-header-menu-one li a {
  font-family: "Lato Black";
}
#menu-nav nav .header-social a {
  float: left;
  margin-right: 13px;
  width: 21px;
  height: 21px;
  transition: none;
  /*margin-bottom: 10px;*/
}
#menu-nav nav .header-social a:hover {
  background-position: 0px -24px !important;
}
#menu-nav.animate {
  left: 0;
}
#menu-nav #menu-close {
  position: absolute;
  right: 23px;
  top: 26px;
  background: url(../images/menu-close.png) no-repeat;
  width: 21px;
  height: 21px;
  cursor: pointer;
}

.blog-page #menu-nav nav li.current_page_parent a {
  color: #65cbc9;
}

.contact-li {
  display: none;
}

.home .gallery-li, .home .contact-li {
  display: block;
}

#sign-up-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}
#sign-up-wrap .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(2, 77, 113, 0.8);
}
#sign-up-wrap #sign-up {
  max-width: 432px;
  height: 326px;
  padding: 12px;
  margin: -163px auto 0;
  top: 50%;
  width: 90%;
  position: relative;
  background: url(../images/LH-pattern-opacity11.png) repeat #b4b4b4;
}
#sign-up-wrap #sign-up .sign-up-box {
  padding: 18px;
  border: 2px solid #fff;
  height: 100%;
  position: relative;
}
#sign-up-wrap #sign-up .sign-up-box h1 {
  font-family: "Alternative Gothic No3 D";
  letter-spacing: 0.025em;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
}
#sign-up-wrap #sign-up .sign-up-box .input-row {
  position: relative;
}
#sign-up-wrap #sign-up .sign-up-box .input-row .error-image {
  position: absolute;
  right: 10px;
  top: 10px;
}
#sign-up-wrap #sign-up .sign-up-box input[type=text] {
  font-family: "Alternative Gothic No3 D";
  letter-spacing: 0.025em;
  padding: 12px 18px;
  width: 100%;
  color: #000000;
  font-size: 17px;
  margin-bottom: 15px;
  border: 1px solid #FFFFFF;
  background: transparent;
}
#sign-up-wrap #sign-up .sign-up-box .submit input[type=submit] {
  padding: 8px 16px;
  font-size: 19px;
  font-family: "Alternative Gothic No3 D";
  letter-spacing: 0.025em;
  background-color: #024d71;
  color: #FFFFFF;
  cursor: pointer;
}
#sign-up-wrap #sign-up .sign-up-box .submit input[type=submit]:hover {
  background-color: #008d83;
}
#sign-up-wrap #sign-up .sign-up-box .sign-up-close {
  position: absolute;
  top: 20px;
  right: 18px;
  cursor: pointer;
}
#sign-up-wrap.animate {
  opacity: 1;
  visibility: visible;
}
#sign-up-wrap #thank-you-sect {
  text-align: center;
  color: #fff;
}
#sign-up-wrap #thank-you-sect h2 {
  margin-top: 20px;
}
#sign-up-wrap #signup-loader #circularG {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/*................................................
    FOOTER
.................................................*/
footer {
  background-color: #64c8c8;
  padding-top: 15px;
  height: 43px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 101;
}
footer a label {
  cursor: pointer;
}
footer a span:last-child:after {
  content: "|";
  display: inline-block;
  padding: 0 5px 0 10px;
}
footer .footer-address, footer .footer-right .footer-privacy {
  text-align: center;
  font-size: 12px;
  color: #efefef;
  letter-spacing: 1px;
  margin-left: 52px;
}
footer .footer-address .footer-location, footer .footer-right .footer-privacy .footer-location {
  display: none;
}
footer .footer-address .addrs, footer .footer-right .footer-privacy .addrs {
  color: #efefef;
}
footer .footer-address .addrs span:hover, footer .footer-right .footer-privacy .addrs span:hover {
  color: #FFFFFF;
}
footer .footer-address .footer-call a, footer .footer-right .footer-privacy .footer-call a {
  color: #efefef;
  cursor: defualt;
}
footer .footer-left {
  position: absolute;
  left: 51px;
  top: 12px;
}
footer .footer-left .bozzuto-logo {
  float: left;
  width: 112px;
}
footer .footer-left .footer-social {
  float: left;
  margin-left: 23px;
  margin-top: 2px;
}
footer .footer-left .footer-social a {
  margin-right: 8px;
  float: left;
}
footer .footer-left .footer-social a img {
  height: 15px;
}
footer .footer-right {
  position: absolute;
  top: 14px;
  right: 51px;
}
footer .footer-right a, footer .footer-right span {
  float: right;
}
footer .footer-right .eho {
  margin-right: 8px;
}
footer .footer-right .eho img {
  width: 14px;
}
footer .footer-right .ada img {
  width: 12px;
}
footer .footer-right .footer-privacy {
  margin: 0 23px 0 0;
}
footer .footer-right .footer-privacy:hover {
  color: #FFFFFF;
}

/*................................................
    TYPOS
.................................................*/
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/lato-regular-webfont.ttf");
  src: url("../fonts/Lato/lato-regular-webfont.eot") format("embedded-opentype"), url("../fonts/Lato/lato-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Alternative Gothic No3 D";
  src: url("../fonts/Alternate-gothic/alternate-gothic-no3-d-webfont.woff2") format("woff2"), url("../fonts/Alternate-gothic/alternate-gothic-no3-d-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato Black";
  src: url("../fonts/Lato-black/Lato-Black.eot?") format("eot"), url("../fonts/Lato-black/Lato-Black.woff") format("woff"), url("../fonts/Lato-black/Lato-Black.ttf") format("truetype"), url("../fonts/Lato-black/Lato-Black.svg#Lato-Black") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latobold";
  src: url("../fonts/Lato-bold/lato-bold-webfont.woff2") format("woff2"), url("../fonts/Lato-bold/lato-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latosemibold";
  src: url("../fonts/Lato-semibold/lato-semibold-webfont.woff2") format("woff2"), url("../fonts/Lato-semibold/lato-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*................................................
    COMMON CSS CLASSES
.................................................*/
.wrapper {
  *zoom: 1;
  position: relative;
}

.wrapper:before, .wrapper:after {
  content: "";
  display: table;
  line-height: 0;
}

.wrapper:after {
  clear: both;
}

.flt_lt {
  float: left;
}

.flt_rt {
  float: right;
}

.clear {
  clear: both;
}

.rel {
  position: relative;
}

.aln-lt {
  text-align: left;
}

.aln-rt {
  text-align: right;
}

.aln-ctr {
  text-align: center;
}

.mob-only {
  display: none;
}

.no-link {
  cursor: default;
}

.no_opacity {
  opacity: 0;
}

.hide {
  display: none;
}

.hide_this {
  display: none !important;
}

.blue {
  color: #64c8c8;
}

.darkBlue {
  color: #024d71;
}

h1 {
  font-family: "Alternative Gothic No3 D";
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

h2 {
  font-family: "Alternative Gothic No3 D";
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

h3 {
  font-family: "Alternative Gothic No3 D";
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

p {
  font-size: 12px;
  line-height: 18px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-25 {
  margin-top: 25px;
}

.call-us {
  cursor: default;
}

.dark-scroller .mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(150, 150, 150, 0.4) !important;
}

.dark-scroller .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(30, 30, 30, 0.3) !important;
}

.dark-scroller .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .dark-scroller .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag {
  background-color: rgba(30, 30, 30, 0.35) !important;
}

.dark-scroller .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  width: 4px !important;
}

/*................................................
    SKELITON
.................................................*/
.outer-wrapper {
  min-height: 100%;
  position: relative;
  padding-bottom: 43px;
}

.table {
  width: 100%;
  display: table;
  vertical-align: middle;
}

.table-cell {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.content-wrapper {
  max-width: 1915px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  z-index: 0;
}

.full-block {
  width: 100%;
  overflow: hidden;
}

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

.home-popup {
  position: fixed;
  top: 68px;
  left: 0;
  right: 0;
  z-index: 8;
}

.home-popup-button {
  display: block;
  text-align: center;
  margin-top: -2px;
}

.promo-plus .plus {
  display: inline-block;
  position: relative;
  top: -12px;
  width: 100%;
  max-width: 85px;
}
.promo-plus .minus {
  display: none;
}
.promo-plus img {
  position: absolute;
  left: 0;
}
.promo-plus span {
  position: absolute;
  left: 0px;
  width: 100%;
  font-size: 31px;
  color: #fff;
  font-family: Helvetica Neue;
  line-height: 35px;
}
.promo-plus.promo-minus .plus {
  display: none;
}
.promo-plus.promo-minus .minus {
  display: inline-block;
  position: relative;
  top: -12px;
  width: 100%;
  max-width: 85px;
}
.promo-plus.promo-minus img {
  position: absolute;
  left: 0;
}
.promo-plus.promo-minus span {
  position: absolute;
  left: 44%;
  top: 12px;
  width: 100%;
  color: #fff;
  border-bottom: 2px solid;
  width: 13px;
}

.intro-container {
  display: none;
}

.home .intro-container {
  display: block;
}

.home-popup-content {
  display: none;
  width: 100%;
  /*position: fixed;
  top: 68px;*/
  text-align: center;
  /*left: 0;
  right: 0;
  z-index:3;*/
}
.home-popup-content .full-block {
  background-color: #008d83;
  text-align: center;
  color: #FFF;
  padding: 20px;
}
.home-popup-content .full-block h1 {
  color: #65cbc9;
  font: 400 24px "Alternative Gothic No3 D";
  letter-spacing: 0.025em;
}
.home-popup-content .full-block p {
  color: #ffffff;
  font: 400 12px/20px "Lato";
}
.home-popup-content .full-block a {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font: 400 17px "Alternative Gothic No3 D";
  letter-spacing: 0.025em;
  margin-top: 10px;
  padding: 5px 10px;
  width: auto;
}
.home-popup-content .full-block a:hover {
  background-color: #ffffff;
  color: #008d83;
}
.home-popup-content .home-popup-close {
  display: block;
  margin-top: -2px;
}

.main-wrapper {
  padding-top: 70px;
  height: auto;
}

/*................................................
    INTRO PAGE
.................................................*/
.intro-container {
  /*background: url(../images/intro-bg.png) no-repeat center center/cover;*/
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.intro-container .table {
  height: 100%;
  text-align: center;
  background: url(../images/Heroslider/LH-pattern-white.png) no-repeat center center/cover;
}
.intro-container {
  z-index: 100;
}

.intro-first {
  max-width: 188px;
}

.intro-first, .intro-overview {
  display: none;
}

.overview-desc {
  font: 400 26px/38px "Lato";
  color: #feffff;
  max-width: 1160px;
  width: 60%;
  margin: 5% auto;
}

.mac-os .overview-desc {
  width: 100%;
  padding: 0 380px;
  max-width: 100%;
}

.intro-overview img.lh-text-logo {
  max-width: 467px;
}

.intro-overview img.lh-pattern-logo {
  max-width: 5%;
}

.hero-section {
  /*    bottom: 0;
      left: 0;*/
  /*    padding-top: 100px;*/
  overflow: hidden;
  /*position: absolute;*/
  /*top: 0px;*/
  width: 100%;
  height: 100%;
  max-height: 1755px;
  /*    min-height:790px;*/
  /*min-height:640px;*/
  /*    max-width:1920px;*/
  margin: 0 auto;
}
.hero-section .slider-overlay {
  background: url("../images/Heroslider/LH-pattern-white.png") left center/cover no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.hero-section .flexslider {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #64c8c8;
  border-radius: 0;
}
.hero-section .flexslider .flex-viewport {
  height: 100%;
}
.hero-section .home-slider, .hero-section .home-slider .slides, .hero-section .slides li {
  height: 100%;
}
.hero-section .slides li {
  overflow: hidden;
  max-height: 1755px;
  /*min-height:790px;*/
  /*min-height:860px;*/
  -webkit-backface-visibility: initial !important;
}
.hero-section .slides li.hero-slide-4, .hero-section .slides li.hero-slide-2 {
  overflow: visible;
}
.hero-section .hero-content {
  height: 100%;
  position: relative;
  /*min-height:790px;*/
  /*min-height:860px;*/
}
.hero-section .hero-content .hero-image-one {
  width: 100%;
  position: absolute;
  top: 0;
  right: -2px;
  height: 100%;
  background: url(../images/Home/slider-1-right.png) right center/cover;
  /*            clip-path: url(#mask-1);
              -webkit-clip-path: url(#mask-1);*/
}
.hero-section .hero-content .hero-image-two {
  /*width: 35%;*/
  position: absolute;
  top: 0;
  right: -15%;
  height: 100%;
  width: 60%;
  /*            width: 600px;
              position: absolute;
              top: 0;
              right: 0px;
              height: 100%;*/
  z-index: 3;
  /*            clip-path: url(#mask-2);
              -webkit-clip-path: url(#mask-2);*/
}
.hero-section .hero-content .hero-image-two .svg-item {
  right: -256px;
}
.hero-section .hero-content .hero-image-two-left {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  background: url(../images/Home/slider-2-left.png) left center/cover;
}
.hero-section .hero-content .hero-image-two-right {
  background: url(../images/Home/slider-2-right.png) right center/cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
}
.hero-section .hero-content .hero-image-three-right {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: url(../images/Home/slider-3-right.png) right center/cover;
  /*            position: absolute;
              width: 70%;
              top: 0;
              right: -20%;
              height: 100%;
              z-index:1;*/
}
.hero-section .hero-content .hero-image-three-center {
  position: absolute;
  left: 5%;
  height: 100%;
  width: 62%;
  z-index: 2;
}
.hero-section .hero-content .hero-image-three-left {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0px;
  height: 100%;
  z-index: 3;
  background: url(../images/Home/slider-3-left.png) left center/cover;
  /*transform: rotateY(180deg);*/
}
.hero-section .hero-content .hero-image-four-right {
  /*            width: 600px;
              position: absolute;
              top: 0;
              right: 0px;
              height: 100%;
              */
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  background: url(../images/Home/slider-4-right.png) right center/cover;
}
.hero-section .hero-content .hero-image-four-right .svg-item {
  right: -230px;
}
.hero-section .hero-content .hero-image-four-left {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 3;
  background: url(../images/Home/slider-4-left.png) left center/cover;
}
.hero-section .hero-content .hero-image-four-center {
  position: absolute;
  left: 3%;
  height: 100%;
  width: 62%;
  z-index: 1;
}
.hero-section .hero-content .hero-image-five-left {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  background: url(../images/Home/slider-5-left.png) left center/cover;
  z-index: 2;
}
.hero-section .hero-content .hero-image-five-right {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 3;
  background: url(../images/Home/slider-5-right.png) right center/cover;
}
.hero-section .hero-content .hero-image-five-center {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  background: url(../images/Home/slider-5-center.png) right center/cover;
}
.hero-section .hero-content img {
  height: 100%;
  width: auto;
  float: right;
}
.hero-section .hero-content .table {
  width: auto;
  /*            padding-left:50px;*/
  text-align: left;
  height: 100%;
}
.hero-section .hero-content .table img {
  width: 370px;
  height: auto;
  float: left;
  margin-bottom: 40px;
}
.hero-section .hero-content .table h1 {
  color: #FFFFFF;
  float: left;
  width: 100%;
  margin: 0px 0 24px;
}
.hero-section .hero-content .table p {
  font: 400 17px/24px "latosemibold";
  color: #FFFFFF;
  float: left;
  width: 100%;
}
.hero-section .hero-content .table a {
  background-color: #64c8c8;
  display: block;
  text-decoration: none;
  color: #FFF;
  padding: 5px 10px;
  margin: 20px 0;
  font: 400 19px "Alternative Gothic No3 D";
  letter-spacing: 0.025em;
  width: auto;
  float: left;
}
.hero-section .hero-content .desc-block {
  min-height: 280px;
  margin-top: 80px;
}
.hero-section .hero-content .slide-desc {
  position: absolute;
  top: 0;
  bottom: 0;
  /*padding-right: 20px;*/
  z-index: 6;
  right: 51px;
}
.hero-section .hero-content .slide-desc-1 {
  left: 0;
  right: auto;
  padding-left: 50px;
}
.hero-section .hero-content .slide-desc-1 img {
  max-width: 26%;
  min-width: 200px;
}
.hero-section .hero-content .slide-desc-1 h1 {
  margin: 10px 0 !important;
}
.hero-section .hero-content .slide-desc-2 {
  /*right: 0;*/
  width: 25%;
  /*.blue{color: #024d71;}*/
}
.hero-section .hero-content .slide-desc-2 a {
  background-color: #024d71;
}
.hero-section .hero-content .slide-desc-2 a:hover {
  background-color: #64c8c8;
}
.hero-section .hero-content .slide-desc-3 {
  /*right: 0;*/
  width: 24%;
}
.hero-section .hero-content .slide-desc-3 h1 {
  text-shadow: 0px 0px 17px rgba(0, 0, 0, 0.76);
}
.hero-section .hero-content .slide-desc-3 a:hover {
  background-color: #008d83;
}
.hero-section .hero-content .slide-desc-3 p {
  text-shadow: 0px 0px 17px rgba(0, 0, 0, 0.76);
}
.hero-section .hero-content .slide-desc-4 {
  /*right: 0;*/
  width: 28%;
}
.hero-section .hero-content .slide-desc-4 h1 span {
  color: #b4b4b4;
}
.hero-section .hero-content .slide-desc-4 a {
  background-color: #56575b;
}
.hero-section .hero-content .slide-desc-4 a:hover {
  background-color: #b4b4b4;
}
.hero-section .hero-content .slide-desc-5 {
  /*right: 0;*/
  width: 23.7%;
}
.hero-section .hero-content .slide-desc-5 a {
  background-color: #b4b4b4;
}
.hero-section .hero-content .slide-desc-5 a:hover {
  background-color: #64c8c8;
}
.hero-section .home-slider .flex-control-nav {
  top: 30px;
  width: auto;
  right: 51px;
  z-index: 7;
}
.hero-section .home-slider .flex-control-nav a {
  background: transparent;
  border: 1px solid #64c8c8;
  box-shadow: none;
  width: 12px;
  height: 12px;
}
.hero-section .home-slider .flex-control-nav a.flex-active {
  background: #64c8c8;
}
.hero-section .home-slider .flex-control-nav li:last-child {
  margin-right: 0;
}

/*...............................................
   Contact
.................................................*/
.contact-map {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 472px;
  overflow: hidden;
}
.contact-map a {
  background-color: #024d71;
  display: block;
  padding: 5px 15px;
  color: #FFF;
  position: absolute;
  right: 50px;
  bottom: 25px;
  font: 400 19px "Alternative Gothic No3 D";
  letter-spacing: 0.025em;
}
.contact-map a:hover {
  background-color: #56575b;
}

/*.contact-form{
    .hywrap .top_align .control-label{
        font: 400 14px $alternativeGothic;
        text-transform: uppercase;
    }
    #more-info a{
        font: 400 14px / 26px $latoRegular;
        color: #024d71;
        text-decoration: none;
    }
    .hywrap button{
        background-color: #024d71;
        display: block;
        padding: 5px 10px;
        color: #FFF;
        font: 400 17px $alternativeGothic;
    }

}*/
.contact-bottom {
  padding: 30px 8%;
}
.contact-bottom .half {
  width: 45%;
}
.contact-bottom .half h2 {
  color: #008d83;
  margin-top: 20px;
}
.contact-bottom .half p {
  color: #000000;
}
.contact-bottom .half h3 {
  color: #000000;
}
.contact-bottom .half .item {
  margin-bottom: 30px;
}

/*...............................................
   Story Page
.................................................*/
.story {
  background: url(../images/LH-Pattern-white.png) #f6f6f6 center center/cover;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.story-left {
  position: absolute;
  width: 30%;
  height: 100%;
  margin-left: -25%;
}

.flexslider.story-slider {
  margin: 0;
  padding: 0;
  border: 0;
  /*background-color:#64c8c8;*/
  border-radius: 0;
}
.flexslider.story-slider .flex-viewport {
  height: 100%;
}

.story-slider, .story-slider .slides, .story-slider .slides li {
  height: 100%;
}

.story-slider .slides li {
  -webkit-backface-visibility: initial !important;
}

.story-slider .flex-control-nav {
  position: absolute;
  right: 25%;
  text-align: right;
  top: 30px;
  width: auto;
  bottom: auto;
}
.story-slider .flex-control-nav li a {
  background: transparent;
  border: 1px solid #65cbc9;
  height: 12px;
  width: 12px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.story-slider .flex-control-nav li a:hover {
  background: #65cbc9;
}
.story-slider .flex-control-nav li a.flex-active {
  background: #65cbc9;
}

.story-slider .flex-control-paging li a {
  color: transparent;
}

.strory-right {
  width: 65%;
  padding: 8%;
  height: 100%;
  /*    position:absolute;
      top:0;
      right:0;*/
}
.strory-right .table {
  height: 100%;
}
.strory-right .half {
  width: 45%;
}
.strory-right .half h1 {
  color: #024d71;
  margin: 20px 0;
}
.strory-right .half p {
  margin: 10px 0;
}

.story-page {
  min-height: 100%;
}

.story-left-block {
  width: 40%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.story-right-block {
  background: url(../images/story-bg.png) left center no-repeat;
  background-size: cover;
  width: 70%;
  height: 100%;
  right: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
.story-right-block .table {
  height: 100%;
}
.story-right-block .story-content {
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 60px 8% 60px 15%;
  position: absolute;
}
.story-right-block .half {
  width: 45%;
  padding: 0 10px;
}
.story-right-block .half h1 {
  color: #024d71;
  margin: 20px 0;
}
.story-right-block .half p {
  margin: 10px 0;
}

/*...............................................
   Neighborhood
.................................................*/
.main-wrapper .mCSB_inside > .mCSB_container {
  margin-right: 10px;
}
.main-wrapper .video {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 100%;
  object-fit: cover;
}
.main-wrapper .mCSB_scrollTools {
  width: 4px !important;
}

.btn, .floorplans .wrap-4 .qck-submit, .neighborhood-map-page .mobile-map-wrapper .directions {
  padding: 5px 15px;
  border: 1px solid #024d71;
  text-transform: uppercase;
  font-size: 19px;
  display: inline-block;
  font-family: "Alternative Gothic No3 D";
  letter-spacing: 0.025em;
}

.blue-page-links {
  padding: 5px 11px 3px 15px;
}

.right-arrow-icon, #amenities-page .section2 ul li p:before, #features-page .section3 ul li p:before, #service-page .section3 ul li p:before, .neighborhood-content-section .btn:after, .neighborhood-content-section .floorplans .wrap-4 .qck-submit:after, .floorplans .wrap-4 .neighborhood-content-section .qck-submit:after, .neighborhood-content-section .neighborhood-map-page .mobile-map-wrapper .directions:after, .neighborhood-map-page .mobile-map-wrapper .neighborhood-content-section .directions:after, .neighborhood-content-section .content-section ul li p:before {
  content: "▶";
  font-family: "Alternative Gothic No3 D";
  letter-spacing: 0.025em;
  display: inline-block;
  line-height: 18px;
  font-size: 10px;
  /*font-size: 11px;*/
}

.column-dimension, .neighborhood-content-section .content-section, #image-section .section4, #amenities-page .image-sect .section4, #features-page .image-sect .section4, #service-page .image-sect .section4, #image-section .section3, #amenities-page .image-sect .section3, #features-page .image-sect .section3, #service-page .image-sect .section3, #image-section .section2, #amenities-page .image-sect .section2, #features-page .image-sect .section2, #service-page .image-sect .section2, #image-section .section1, #amenities-page .image-sect .section1, #features-page .image-sect .section1, #service-page .image-sect .section1 {
  width: 25%;
  float: left;
  height: 100%;
}

.more-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  border: 1px solid #65cbc9;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  line-height: 29px;
  text-align: center;
  cursor: pointer;
  color: #65cbc9;
  font-family: "latobold";
  font-size: 18px;
  z-index: 3;
}

.inner-page {
  overflow: hidden;
  height: auto;
  width: 100%;
}
.inner-page h2 {
  color: #65cbc9;
  margin-bottom: 15px;
}
.inner-page h3 {
  color: #024d71;
}
.inner-page .overlay {
  background-color: rgba(2, 77, 113, 0.6);
  display: block;
  padding: 30px 15%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.inner-page .overlay:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  margin-right: -0.25em;
  height: 100%;
}
.inner-page .overlay .content {
  display: inline-block;
  vertical-align: middle;
  height: auto;
}
.inner-page .overlay .content {
  color: #FFFFFF;
  /*font-family:$latoBold;*/
  font-family: "Lato";
}
.inner-page .overlay .content p {
  font-size: 14px;
}
.inner-page .overlay h2 {
  margin-bottom: 10px;
}
.inner-page .hover-effect .overlay {
  opacity: 1;
}
.inner-page .more-icon:after {
  content: "+";
  position: relative;
  text-align: center;
}
.inner-page .more-icon.minus-icon:after {
  content: "_";
  position: relative;
  float: left;
  width: 100%;
  margin-top: -8px;
  text-align: center;
}
.inner-page .neighborhood-curve {
  position: absolute;
  bottom: 0;
  right: -1px;
  height: 50%;
  width: auto;
  pointer-events: none;
  z-index: 4;
  /*        img{
              height:100%;
          }*/
}
.inner-page .map-link-wrapper {
  background-color: #f6f6f6;
  height: 50%;
  position: relative;
  padding: 25px 15%;
  display: inline-block;
}
.inner-page .map-link-wrapper:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  margin-right: -0.25em;
  height: 100%;
}
.inner-page .map-link-wrapper .content {
  display: inline-block;
  vertical-align: middle;
  height: auto;
}
.inner-page .map-link-wrapper .btn, .inner-page .map-link-wrapper .floorplans .wrap-4 .qck-submit, .floorplans .wrap-4 .inner-page .map-link-wrapper .qck-submit, .inner-page .map-link-wrapper .neighborhood-map-page .mobile-map-wrapper .directions, .neighborhood-map-page .mobile-map-wrapper .inner-page .map-link-wrapper .directions {
  color: #FFFFFF;
  background-color: #024d71;
  margin-top: 8%;
}
.inner-page .map-link-wrapper .btn:hover, .inner-page .map-link-wrapper .floorplans .wrap-4 .qck-submit:hover, .floorplans .wrap-4 .inner-page .map-link-wrapper .qck-submit:hover, .inner-page .map-link-wrapper .neighborhood-map-page .mobile-map-wrapper .directions:hover, .neighborhood-map-page .mobile-map-wrapper .inner-page .map-link-wrapper .directions:hover {
  background-color: #008d83;
  border-color: #008d83;
}
.inner-page .mobile-slider {
  height: 0;
}
.inner-page .mobile-slider .flex-viewport, .inner-page .mobile-slider ul {
  height: 100%;
}
.inner-page .mobile-slider li {
  position: relative;
  height: 100%;
}

#image-section, #amenities-page .image-sect, #features-page .image-sect, #service-page .image-sect {
  display: block;
  height: 100%;
  width: 100%;
}
#image-section .image1-wrapper, #amenities-page .image-sect .image1-wrapper, #features-page .image-sect .image1-wrapper, #service-page .image-sect .image1-wrapper {
  width: 100%;
  height: 65%;
  position: relative;
}
#image-section .image2-wrapper, #amenities-page .image-sect .image2-wrapper, #features-page .image-sect .image2-wrapper, #service-page .image-sect .image2-wrapper {
  width: 100%;
  height: 35%;
  position: relative;
  overflow: hidden;
}
#image-section .section1, #amenities-page .image-sect .section1, #features-page .image-sect .section1, #service-page .image-sect .section1 {
  position: relative;
}
#image-section .section1 .more-icon, #amenities-page .image-sect .section1 .more-icon, #features-page .image-sect .section1 .more-icon, #service-page .image-sect .section1 .more-icon {
  right: 30px;
}
#image-section .section2 .image3-wrapper, #amenities-page .image-sect .section2 .image3-wrapper, #features-page .image-sect .section2 .image3-wrapper, #service-page .image-sect .section2 .image3-wrapper {
  height: 50%;
  position: relative;
}
.neighborhood-content-section {
  width: 100%;
  padding-top: 30px;
  position: relative;
  overflow: hidden;
}
.neighborhood-content-section .content-section {
  height: auto;
  padding: 10px 2% 25px 3%;
  position: relative;
}
.neighborhood-content-section .content-section ul {
  margin-top: 16px;
}
.neighborhood-content-section .content-section ul li {
  margin-top: 3px;
  padding-left: 15px;
  position: relative;
}
.neighborhood-content-section .content-section ul li p:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 8px;
  line-height: 18px;
}
.neighborhood-content-section .next-page-link {
  position: absolute;
  bottom: 0;
  right: 0;
}
.neighborhood-content-section .service-page-link {
  position: absolute;
  bottom: 30px;
  left: 12%;
}
.neighborhood-content-section .btn, .neighborhood-content-section .floorplans .wrap-4 .qck-submit, .floorplans .wrap-4 .neighborhood-content-section .qck-submit, .neighborhood-content-section .neighborhood-map-page .mobile-map-wrapper .directions, .neighborhood-map-page .mobile-map-wrapper .neighborhood-content-section .directions {
  margin-top: 40%;
  color: #024d71;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.neighborhood-content-section .btn:after, .neighborhood-content-section .floorplans .wrap-4 .qck-submit:after, .floorplans .wrap-4 .neighborhood-content-section .qck-submit:after, .neighborhood-content-section .neighborhood-map-page .mobile-map-wrapper .directions:after, .neighborhood-map-page .mobile-map-wrapper .neighborhood-content-section .directions:after {
  font-size: 13px;
  line-height: 19px;
  /*        font-size:19px;
          line-height: 19px;*/
  float: right;
  margin-left: 7px;
}
.neighborhood-content-section .btn:hover, .neighborhood-content-section .floorplans .wrap-4 .qck-submit:hover, .floorplans .wrap-4 .neighborhood-content-section .qck-submit:hover, .neighborhood-content-section .neighborhood-map-page .mobile-map-wrapper .directions:hover, .neighborhood-map-page .mobile-map-wrapper .neighborhood-content-section .directions:hover {
  color: #008d83;
  border-color: #008d83;
}

.neighborhood-page .section3 .image1-wrapper {
  background-position: center bottom !important;
}

.mac-os .neighborhood-content-section .btn::after, .mac-os .neighborhood-content-section .floorplans .wrap-4 .qck-submit::after, .floorplans .wrap-4 .mac-os .neighborhood-content-section .qck-submit::after, .mac-os .neighborhood-content-section .neighborhood-map-page .mobile-map-wrapper .directions::after, .neighborhood-map-page .mobile-map-wrapper .mac-os .neighborhood-content-section .directions::after, .mac-os #service-page .service-btn::after, .mac-os #amenities-page .amenities-btn::after, .mac-os #features-page .service-btn::after {
  line-height: 24px;
}

.mac-os .neighborhood-content-section .btn, .mac-os .neighborhood-content-section .floorplans .wrap-4 .qck-submit, .floorplans .wrap-4 .mac-os .neighborhood-content-section .qck-submit, .mac-os .neighborhood-content-section .neighborhood-map-page .mobile-map-wrapper .directions, .neighborhood-map-page .mobile-map-wrapper .mac-os .neighborhood-content-section .directions, .mac-os #service-page .service-btn, .mac-os #amenities-page .amenities-btn, .mac-os #features-page .service-btn {
  line-height: 22px;
}

/*...............................................
   Neighborhood map section
.................................................*/
.neighborhood-map-page {
  color: #ffffff;
  overflow: hidden;
  position: relative;
}
.neighborhood-map-page h2 {
  color: #65cbc9;
  margin-bottom: 15px;
}
.neighborhood-map-page .neighborhood-sidebar {
  width: 400px;
  height: 100%;
  padding: 40px 90px 40px 40px;
  position: relative;
  background: url(../images/neighborhood/sidebar-bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: inline-block;
}
.neighborhood-map-page .neighborhood-sidebar:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  margin-right: -0.25em;
  height: 100%;
}
.neighborhood-map-page .neighborhood-sidebar .content {
  display: inline-block;
  vertical-align: middle;
  height: auto;
}
.neighborhood-map-page .neighborhood-sidebar .content {
  width: 77%;
}
.neighborhood-map-page .neighborhood-sidebar {
  /*        path{
              fill: $darkBlue;
          }*/
}
.neighborhood-map-page .neighborhood-sidebar .sidebar-btn {
  margin-top: 30px;
}
.neighborhood-map-page .neighborhood-sidebar .sidebar-btn a {
  width: 56px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Alternative Gothic No3 D";
  letter-spacing: 0.025em;
  font-size: 18px;
  padding: 10px;
  margin-right: 12px;
  color: #008d83;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.neighborhood-map-page .neighborhood-sidebar .sidebar-btn a:last-of-type {
  margin-right: 0;
}
.neighborhood-map-page .neighborhood-sidebar .sidebar-btn a:hover, .neighborhood-map-page .neighborhood-sidebar .sidebar-btn a.active {
  color: #ffffff;
  background-color: #008d83;
}
.neighborhood-map-page .map-wrapper {
  width: 80%;
  height: 100%;
  float: right;
  position: relative;
}
.neighborhood-map-page .map-wrapper #map {
  width: 100%;
  height: 100%;
}
.neighborhood-map-page .map-wrapper #map .gm-style-iw ~ div {
  opacity: 0 !important;
  visibility: hidden;
}
.neighborhood-map-page .map-wrapper .zoom-btn-wrapper {
  position: absolute;
  width: auto;
  right: 20px;
  top: 20px;
  z-index: 2;
}
.neighborhood-map-page .map-wrapper .zoom {
  display: block;
  width: 30px !important;
  height: 30px !important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #008d83;
  font-size: 24px;
  font-family: "latobold";
  text-align: center;
  cursor: pointer;
}
.neighborhood-map-page .map-wrapper .zoom-in {
  margin-bottom: 5px;
}
.neighborhood-map-page .map-wrapper .map-popup {
  margin-bottom: -16px;
  position: relative;
  height: auto !important;
  width: 252px !important;
  padding: 25px 35px 40px 20px;
  background: url(../images/neighborhood/map/map_popup.png);
  background-size: 100% 100%;
  overflow: hidden;
  margin-bottom: 1px;
  font-family: "Lato";
}
.neighborhood-map-page .map-wrapper .map-popup .close {
  position: absolute;
  right: 16px;
  top: 17px;
  font-size: 17px;
  cursor: pointer;
}
.neighborhood-map-page .map-wrapper .map-popup .infoBox {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.neighborhood-map-page .map-wrapper .map-popup h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #65cbc9;
  display: block;
}
.neighborhood-map-page .map-wrapper .map-popup p {
  display: block;
}
.neighborhood-map-page .map-wrapper .map-popup p.address {
  margin-bottom: 15px;
}
.neighborhood-map-page .map-wrapper .map-popup p.address span {
  display: block;
}
.neighborhood-map-page .map-wrapper .map-popup a {
  color: #ffffff;
  display: inline-block;
}
.neighborhood-map-page .map-wrapper .map-popup a:hover {
  color: #008d83;
}
.neighborhood-map-page .map-wrapper .gm-style .gm-style-iw-d {
  overflow: visible !important;
}
.neighborhood-map-page .map-wrapper .gm-style .gm-style-iw-c {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.neighborhood-map-page .map-wrapper .gm-style .gm-style-iw-t:after {
  display: none;
}
.neighborhood-map-page .map-wrapper button.gm-ui-hover-effect {
  display: none !important;
}
.neighborhood-map-page .map-wrapper .gm-style-iw-t:before {
  display: none;
}
.neighborhood-map-page .categories {
  text-transform: uppercase;
  font-family: "Alternative Gothic No3 D";
  letter-spacing: 0.025em;
  font-size: 18px;
  margin-top: 30px;
}
.neighborhood-map-page .categories li {
  cursor: pointer;
  padding-bottom: 15px;
  padding-left: 35px;
  background-size: auto 25px !important;
  line-height: 25px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.neighborhood-map-page .categories li img {
  height: 25px;
  width: auto;
  margin-right: 10px;
}
.neighborhood-map-page .categories li.view-all {
  font-size: 15px;
  padding-left: 0;
}
.neighborhood-map-page .categories li.active, .neighborhood-map-page .categories li:hover {
  color: #008d83;
}
.neighborhood-map-page .categories li:last-of-type {
  padding-bottom: 0;
}
.neighborhood-map-page .categories .entertainment {
  background: url(../images/neighborhood/map/entertainment.png) no-repeat left top;
}
.neighborhood-map-page .categories .entertainment.active, .neighborhood-map-page .categories .entertainment:hover {
  background: url(../images/neighborhood/map/entertainment_hover.png) no-repeat left top;
}
.neighborhood-map-page .categories .fitness {
  background: url(../images/neighborhood/map/fitness.png) no-repeat left top;
}
.neighborhood-map-page .categories .fitness.active, .neighborhood-map-page .categories .fitness:hover {
  background: url(../images/neighborhood/map/fitness_hover.png) no-repeat left top;
}
.neighborhood-map-page .categories .parks-recreation {
  background: url(../images/neighborhood/map/parks_recreations.png) no-repeat left top;
}
.neighborhood-map-page .categories .parks-recreation.active, .neighborhood-map-page .categories .parks-recreation:hover {
  background: url(../images/neighborhood/map/parks_recreations_hover.png) no-repeat left top;
}
.neighborhood-map-page .categories .restaurants {
  background: url(../images/neighborhood/map/restaurants.png) no-repeat left top;
}
.neighborhood-map-page .categories .restaurants.active, .neighborhood-map-page .categories .restaurants:hover {
  background: url(../images/neighborhood/map/restaurants_hover.png) no-repeat left top;
}
.neighborhood-map-page .categories .retail {
  background: url(../images/neighborhood/map/retail.png) no-repeat left top;
}
.neighborhood-map-page .categories .retail.active, .neighborhood-map-page .categories .retail:hover {
  background: url(../images/neighborhood/map/retail_hover.png) no-repeat left top;
}
.neighborhood-map-page .categories .spa {
  background: url(../images/neighborhood/map/spa.png) no-repeat left top;
}
.neighborhood-map-page .categories .spa.active, .neighborhood-map-page .categories .spa:hover {
  background: url(../images/neighborhood/map/spa_hover.png) no-repeat left top;
}
.neighborhood-map-page .categories .services {
  background: rgba(0, 0, 0, 0) url("../images/neighborhood/map/services.png") no-repeat scroll left top;
}
.neighborhood-map-page .categories .services.active, .neighborhood-map-page .categories .services:hover {
  background: rgba(0, 0, 0, 0) url("../images/neighborhood/map/services_hover.png") no-repeat scroll left top;
}
.neighborhood-map-page .mobile-map-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../images/neighborhood/map/static-map.png) no-repeat left 30%;
  background-size: cover;
}
.neighborhood-map-page .mobile-map-wrapper .directions {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #ffffff;
  background-color: #024d71;
}
.neighborhood-map-page .info_windows > div:nth-child(2) > div:first-child > div:nth-child(3):not(.gm-style-iw) {
  display: none !important;
}

/*...............................................
   404 page
.................................................*/
.error-page {
  background: url(../images/intro-bg.png) no-repeat center center/cover;
  width: 100%;
  display: table;
}

#errorpage {
  text-align: center;
  overflow: auto;
  width: 100%;
  padding: 60px 0%;
  display: table-cell;
  vertical-align: middle;
  background: url("../images/Heroslider/LH-pattern-white.png") left center/cover no-repeat;
  position: relative;
}
#errorpage h4 {
  font-family: "Lato";
  font-size: 14px;
  color: #fefefe;
  text-transform: uppercase;
  padding: 0px 0 95px;
  position: absolute;
  top: 15%;
  width: 100%;
}
#errorpage h2 {
  font-family: "Lato";
  font-size: 14px;
  color: #fefefe;
  text-transform: uppercase;
  padding: 0px 0 95px;
  position: absolute;
  top: 15%;
  width: 100%;
}
#errorpage h3 {
  color: #008d83;
  font-size: 25px;
}
#errorpage p {
  font-family: "Lato";
  font-size: 15px;
  line-height: 23px;
  color: #FFFFFF;
  padding: 20px 0 50px;
}
#errorpage a {
  font-family: "Alternative Gothic No3 D";
  letter-spacing: 0.025em;
  font-size: 19px;
  color: #FFFFFF;
  background-color: #024d71;
  text-transform: uppercase;
  width: 132px;
  padding: 5px 17px 4px;
}
#errorpage a:hover {
  background-color: #008d83;
}

/*...............................................
    Thank you page
.................................................*/
#thank-you {
  background: url(../images/intro-bg.png) no-repeat center center/cover;
  width: 100%;
  display: table;
}
#thank-you #thankyou-wrapper {
  text-align: center;
  overflow: auto;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 60px 5%;
  background: url("../images/Heroslider/LH-pattern-white.png") left center/cover no-repeat;
}
#thank-you h1 {
  color: #008d83;
}
#thank-you h1 span {
  color: #FFFFFF;
}
#thank-you p {
  font-family: "Lato";
  font-size: 15px;
  color: #FFFFFF;
  padding: 45px 0 50px;
  line-height: 23px;
}
#thank-you a {
  font-family: "Alternative Gothic No3 D";
  letter-spacing: 0.025em;
  font-size: 17px;
  color: #FFFFFF;
  background-color: #024d71;
  text-transform: uppercase;
  width: 120px;
  padding: 10px 0px;
  margin-right: 25px;
  display: inline-block;
}
#thank-you a:hover {
  background-color: #008d83;
}
#thank-you a:last-child {
  margin-right: 0;
}
#thank-you img {
  margin-right: 10px;
  vertical-align: bottom;
  width: 19px;
}

/*...............................................
   Gallery page
.................................................*/
#gallery-page .slider-section {
  min-height: 460px;
}
#gallery-page .slider-section .galler-slider {
  height: calc(100% - 50px);
  position: relative;
}
#gallery-page .slider-section .galler-slider .flex-viewport {
  height: 100%;
}
#gallery-page .slider-section .galler-slider .flex-viewport .slides {
  height: 100%;
}
#gallery-page .slider-section .galler-slider .flex-viewport .slides li {
  height: 100%;
  background-size: cover !important;
  background-position: center bottom !important;
  position: relative;
}
#gallery-page .slider-section .galler-slider .flex-viewport .slides li .caption {
  position: absolute;
  left: 70px;
  bottom: 40px;
  color: #FFFFFF;
  max-width: 400px;
  z-index: 2;
}
#gallery-page .slider-section .galler-slider .flex-viewport .slides li .caption h2 {
  margin-bottom: 6px;
}
#gallery-page .slider-section .galler-slider .flex-viewport .slides li .caption p {
  font-weight: bold;
  font-size: 14px;
}
#gallery-page .slider-section .galler-slider .flex-viewport .slides li .caption a.share {
  display: none;
  background: white;
  color: #024d71;
  padding: 4px 11px;
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 15px;
  font-family: "Alternative Gothic No3 D";
  letter-spacing: 0.025em;
}
#gallery-page .slider-section .galler-slider .flex-viewport .slides li .caption a.share .at-icon-wrapper {
  position: absolute;
  opacity: 0;
}
#gallery-page .slider-section .galler-slider .flex-viewport .slides li:after {
  content: url("../images/gallery/gradient.png");
  position: absolute;
  bottom: -2px;
}
#gallery-page .slider-section .galler-slider .flex-control-nav {
  bottom: auto;
  top: 30px;
  right: 70px;
  width: auto;
}
#gallery-page .slider-section .galler-slider .flex-control-nav li a {
  background: transparent;
  border: 1px solid #65cbc9;
  height: 14px;
  width: 14px;
  box-shadow: none;
}
#gallery-page .slider-section .galler-slider .flex-control-nav li a:hover {
  background: #65cbc9;
}
#gallery-page .slider-section .galler-slider .flex-control-nav li a.flex-active {
  background: #65cbc9;
}
#gallery-page .slider-section .galler-slider .flex-direction-nav a {
  font-size: 0;
  border-radius: 60%;
  z-index: 2;
  transition: none;
}
#gallery-page .slider-section .galler-slider .flex-direction-nav a:before {
  display: none;
}
#gallery-page .slider-section .galler-slider .flex-direction-nav a:hover {
  background-position: 0px -44px !important;
}
#gallery-page .slider-section .galler-slider .flex-direction-nav a.flex-prev {
  opacity: 1;
  left: 70px;
  background: url("../images/arrow-prev.png") no-repeat 0px 0px;
  background-size: cover;
}
#gallery-page .slider-section .galler-slider .flex-direction-nav a.flex-next {
  opacity: 1;
  right: 70px;
  background: url("../images/arrow-next.png") no-repeat 0px 0px;
  background-size: cover;
}
#gallery-page .slider-section .galler-slider video {
  object-fit: cover;
}
#gallery-page .slider-section .categories {
  height: 50px;
}
#gallery-page .slider-section .categories ul {
  text-align: center;
  padding-top: 12px;
}
#gallery-page .slider-section .categories ul li {
  display: inline-block;
  margin: 0 15px;
  text-transform: uppercase;
  font-family: "Alternative Gothic No3 D";
  letter-spacing: 0.025em;
  color: #000000;
  font-size: 24px;
  cursor: pointer;
}
#gallery-page .slider-section .categories ul li:hover {
  color: #024d71;
}
#gallery-page .slider-section .categories ul li.active {
  color: #024d71;
}
#gallery-page .slider-section .categories .flex-control-nav {
  bottom: auto;
  top: 30px;
  right: 70px;
  width: auto;
}
#gallery-page .slider-section .categories .flex-control-nav li a {
  background: transparent;
  border: 1px solid #65cbc9;
  height: 14px;
  width: 14px;
  box-shadow: none;
}
#gallery-page .slider-section .categories .flex-control-nav li a:hover {
  background: #65cbc9;
}
#gallery-page .slider-section .categories .flex-control-nav li a.flex-active {
  background: #65cbc9;
}
#gallery-page .slider-section .categories .flex-direction-nav a {
  font-size: 0;
  border-radius: 60%;
}
#gallery-page .slider-section .categories .flex-direction-nav a:before {
  display: none;
}
#gallery-page .slider-section .categories .flex-direction-nav a:hover {
  background-color: #024d71 !important;
}
#gallery-page .slider-section .categories .flex-direction-nav a.flex-prev {
  opacity: 1;
  left: 70px;
  background: url("../images/arrow-prev.png") no-repeat;
  background-size: contain;
}
#gallery-page .slider-section .categories .flex-direction-nav a.flex-next {
  opacity: 1;
  right: 70px;
  background: url("../images/arrow-next.png") no-repeat;
  background-size: contain;
}
#gallery-page .slider-section .categories {
  height: 50px;
}
#gallery-page .slider-section .categories ul {
  text-align: center;
  padding-top: 12px;
}
#gallery-page .slider-section .categories ul li {
  display: inline-block;
  margin: 0 15px;
  text-transform: uppercase;
  font-family: "Alternative Gothic No3 D";
  letter-spacing: 0.025em;
  color: #000000;
  font-size: 24px;
  cursor: pointer;
}
#gallery-page .slider-section .categories ul li:hover {
  color: #024d71;
}
#gallery-page .slider-section .categories ul li.active {
  color: #024d71;
}
#gallery-page .playButton, #gallery-page .yt_playButton {
  cursor: pointer;
}
#gallery-page .playButton img, #gallery-page .yt_playButton img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
#gallery-page .mobile_count {
  position: absolute;
  bottom: 40px;
  right: 20px;
  color: #fff;
  font-size: 14px;
  display: none;
}

/*...............................................
   Services page
.................................................*/
#service-page .image1-wrapper {
  background-size: cover !important;
  background-position: center bottom !important;
  height: 62%;
}
#service-page .service-btn {
  color: #024d71;
}
#service-page .service-btn:after {
  content: "▶";
  font-family: "Alternative Gothic No3 D";
  letter-spacing: 0.025em;
  display: inline-block;
  font-size: 14px;
  float: right;
  /*margin-top:1px;*/
  margin-left: 7px;
  line-height: 18px;
}
#service-page .service-btn:hover {
  color: #008d83;
  border-color: #008d83;
}
#service-page .image-sect .box {
  background-position: center bottom !important;
  background-size: cover !important;
  position: relative;
}
#service-page .image-sect .item1 {
  height: 65%;
  position: relative;
}
#service-page .image-sect .item2 {
  height: 35%;
  position: relative;
}
#service-page .image-sect .item3 {
  height: 57%;
  position: relative;
  background-position: right center !important;
}
#service-page .image-sect .item4 {
  height: 43%;
  position: relative;
}
#service-page .image-sect .item5 {
  height: 35%;
  position: relative;
}
#service-page .image-sect .item6 {
  height: 65%;
  position: relative;
}
#service-page .image-sect .section1 .more-icon {
  right: 10px;
}
#service-page .section3 {
  padding: 25px 25px 25px 30px;
  background: #f6f6f6;
}
#service-page .section3 .content {
  overflow: hidden;
}
#service-page .section3 ul {
  margin-top: 16px;
}
#service-page .section3 ul li {
  margin-top: 3px;
  padding-left: 15px;
  position: relative;
}
#service-page .section3 ul li p:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 8px;
  line-height: 18px;
}
#service-page .section4 {
  position: relative;
  overflow: hidden;
}
#service-page .section4 .shape {
  position: absolute;
  height: 100%;
  z-index: 3;
  width: 36px;
  background: url("../images/services-curve-shape.png") no-repeat;
  background-position: right center;
  background-size: 100% 103%;
  left: -1px;
}

/*...............................................
   Features page
.................................................*/
#features-page .service-btn {
  color: #024d71;
}
#features-page .service-btn:after {
  content: "▶";
  font-family: "Alternative Gothic No3 D";
  letter-spacing: 0.025em;
  display: inline-block;
  font-size: 14px;
  float: right;
  /*margin-top:1px;*/
  margin-left: 7px;
  line-height: 18px;
}
#features-page .service-btn:hover {
  color: #008d83;
  border-color: #008d83;
}
#features-page .video {
  width: 100%;
  height: auto;
}
#features-page .image-sect .box {
  background-position: center bottom !important;
  background-size: cover !important;
  position: relative;
}
#features-page .image-sect .item1 {
  height: 34%;
  position: relative;
  overflow: hidden;
}
#features-page .image-sect .item2 {
  height: 66%;
  position: relative;
  background-position: left center !important;
}
#features-page .image-sect .item3 {
  height: 58%;
  position: relative;
  background-position: center center !important;
}
#features-page .image-sect .item3 .more-icon {
  right: 15%;
}
#features-page .image-sect .item4 {
  height: 42%;
  position: relative;
}
#features-page .image-sect .item4 .more-icon {
  right: 12%;
}
#features-page .image-sect .item5 {
  height: 53%;
  position: relative;
  background-position: initial !important;
}
#features-page .image-sect .item6 {
  height: 47.2%;
  position: relative;
}
#features-page .image-sect .section1 .more-icon {
  right: 10px;
}
#features-page .section3 .top-wrap {
  padding-right: 15px;
}
#features-page .section3 .bottom-wrap {
  padding-right: 15px;
}
#features-page .section3 {
  padding: 25px 25px 25px 30px;
  background: #f6f6f6;
}
#features-page .section3 .content {
  overflow: hidden;
}
#features-page .section3 ul {
  margin-top: 16px;
}
#features-page .section3 ul li {
  margin-top: 3px;
  padding-left: 15px;
  position: relative;
}
#features-page .section3 ul li p:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 8px;
  line-height: 18px;
}
#features-page .section2 {
  position: relative;
}
#features-page .section2 .shape {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 3;
  width: 36px;
  background: url("../images/features-curve-shape.png") no-repeat;
  background-position: left center;
  background-size: 100% 103%;
}
#features-page .features-fp-btn {
  color: #ffffff;
  background: #024d71;
}
#features-page .features-fp-btn:hover {
  background-color: #008d83;
  border-color: #008d83;
}

/*...............................................
   Amenities page
.................................................*/
#amenities-page .image1-wrapper {
  background-size: cover !important;
  background-position: center bottom !important;
  height: 62%;
}
#amenities-page .amenities-btn {
  color: #024d71;
  margin-top: 25px;
}
#amenities-page .amenities-btn:after {
  content: "▶";
  font-family: "Alternative Gothic No3 D";
  letter-spacing: 0.025em;
  display: inline-block;
  font-size: 14px;
  float: right;
  /*margin-top:1px;*/
  margin-left: 7px;
  line-height: 18px;
}
#amenities-page .amenities-btn:hover {
  color: #008d83;
  border-color: #008d83;
}
#amenities-page .image-sect .box {
  background-position: center bottom !important;
  background-size: cover !important;
  position: relative;
}
#amenities-page .image-sect .item1 {
  height: 35%;
  position: relative;
  overflow: hidden;
}
#amenities-page .image-sect .item2 {
  height: 65%;
  position: relative;
}
#amenities-page .image-sect .item3 {
  height: 58%;
  position: relative;
  background-position: left center !important;
}
#amenities-page .image-sect .item4 {
  height: 42%;
  position: relative;
  background-size: 140% auto !important;
  background-position: center center !important;
}
#amenities-page .image-sect .item5 {
  height: 49%;
  position: relative;
}
#amenities-page .image-sect .item6 {
  height: 51%;
  position: relative;
}
#amenities-page .image-sect .section1 .more-icon {
  right: 10px;
}
#amenities-page .section2 {
  padding: 25px 25px 25px 30px;
  background: #f6f6f6;
}
#amenities-page .section2 .content {
  overflow: hidden;
}
#amenities-page .section2 ul {
  margin-top: 16px;
}
#amenities-page .section2 ul li {
  margin-top: 3px;
  padding-left: 15px;
  position: relative;
}
#amenities-page .section2 ul li p:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 8px;
  line-height: 18px;
}
#amenities-page .section2 .amenities-gallry {
  color: #FFFFFF;
  background-color: #024d71;
}
#amenities-page .section2 .amenities-gallry:hover {
  background-color: #008d83;
  border-color: #008d83;
}
#amenities-page .section3 {
  position: relative;
}
#amenities-page .section3 .shape {
  position: absolute;
  height: 100%;
  z-index: 3;
  width: 36px;
  background: url("../images/services-curve-shape.png") no-repeat;
  background-position: right center;
  background-size: 100% 103%;
}

/*...............................................
    Floor plans Common Styles
.................................................*/
.floorplans {
  padding: 50px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.floorplans input {
  -webkit-appearance: "none";
  -moz-appearance: "none";
  appearance: "none";
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.floorplans sup {
  vertical-align: super;
  font-size: 12px;
  line-height: 0;
}
.floorplans .wrap-1 {
  text-align: center;
}
.floorplans .wrap-1 .bedroom-type-chk {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.floorplans .wrap-1 label {
  display: inline-block;
  width: 15.75%;
  text-align: center;
  color: #024d71;
  cursor: pointer;
  float: left;
  border: 1px solid #65cbc9;
  margin: 0 2%;
  height: 37px;
  line-height: 37px;
  font-size: 20px;
  font-family: "Alternative Gothic No3 D";
  position: relative;
  overflow: hidden;
}
.floorplans .wrap-1 label span {
  position: relative;
  z-index: 1;
}
.floorplans .wrap-1 label .hover-circle {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
  z-index: 0;
  background: transparent;
}
@media (hover) {
  .floorplans .wrap-1 label:hover {
    color: white;
  }
  .floorplans .wrap-1 label:hover .hover-circle {
    transform: scale(15);
    background: #65cbc9;
  }
}
.floorplans .wrap-1 label.active {
  background: #65cbc9;
  color: white;
}
.floorplans .wrap-1 input[type=checkbox]:checked + label {
  color: white;
}
.floorplans .wrap-1 input[type=checkbox]:checked + label .hover-circle {
  transform: scale(15);
  -webkit-transform: scale(15);
  background: #65cbc9;
  display: block;
  border-radius: 0;
}
.floorplans .wrap-1 label.studio-lbl {
  margin-left: 0;
}
.floorplans .cmn-wrap select {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.floorplans .cmn-wrap .customSelect {
  width: 45% !important;
  margin-right: 5%;
}
.floorplans .cmn-wrap .customSelect .selectList, .floorplans .cmn-wrap .customSelect .selectList dl {
  width: 100% !important;
  border-radius: 0;
  padding: 0;
}
.floorplans .cmn-wrap .customSelect .selectedValue {
  box-shadow: none;
  background: white;
  font-family: "Alternative Gothic No3 D";
  border: 1px solid #65cbc9;
  border-radius: 0;
  color: #024d71;
  font-size: 20px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  height: 37px;
  line-height: 37px;
  padding: 0 10px;
  overflow: hidden;
}
.floorplans .cmn-wrap .customSelect dd {
  font-family: "Alternative Gothic No3 D";
  font-size: 17px;
  color: #024d71;
  padding: 5px;
}
.floorplans .cmn-wrap .customSelect .selected {
  background: #65cbc9;
  color: white;
}
.floorplans .cmn-wrap .customSelect dd.hovered {
  background: #024d71;
  color: white;
}
.floorplans .cmn-wrap .customSelect .caret {
  border-top: 9px solid white;
  top: 14px;
}
.floorplans .wrap-3 .datepicker {
  height: 36px;
  border: 1px solid #65cbc9;
  line-height: 35px;
  float: left;
  padding: 5px 10px;
  width: 50%;
  font-family: "Alternative Gothic No3 D";
  color: #024d71;
  font-size: 20px;
}
.floorplans .wrap-3 .customSelect {
  float: left;
  margin: 0;
  width: 47% !important;
}
.floorplans .wrap-3 #select-floor-select {
  float: right;
}
.floorplans .wrap-3 .select-move-in-date .selectedValue {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.floorplans .wrap-4 .reset {
  position: relative;
  display: inline-block;
  height: 35px;
  width: 35px;
  border: 1px solid #65cbc9;
  overflow: hidden;
}
.floorplans .wrap-4 .reset:before {
  content: "";
  height: 36px;
  width: 1px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -1px;
  border-left: 1px solid #65cbc9;
  left: 16px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.floorplans .wrap-4 .reset:after {
  content: "";
  height: 36px;
  width: 1px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: -1px;
  border-left: 1px solid #65cbc9;
  left: 16px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.floorplans .wrap-4 .reset .reset-circle {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
  z-index: 0;
  background: transparent;
}
.floorplans .wrap-4 .reset:hover {
  box-shadow: 1px 1px 5px #65cbc9;
}
.floorplans .wrap-4 .reset:hover:before {
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-left: 1px solid white;
}
.floorplans .wrap-4 .reset:hover:after {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: 1px solid white;
}
.floorplans .wrap-4 .reset:hover .reset-circle {
  transform: scale(10);
  background: #65cbc9;
}
.floorplans .wrap-4 .qck-submit {
  display: block;
  float: left;
  cursor: pointer;
  width: -webkit-calc(90% - 35px);
  width: -moz-calc(90% - 35px);
  width: calc(90% - 35px);
  height: 35px;
  margin: 0 5%;
  background: #024d71;
  color: white;
  border: 1px solid #024d71;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.floorplans .wrap-4 .qck-submit:hover {
  background: white;
  color: #024d71;
}

.floorplans .wrap-4 .reset.touch:hover {
  box-shadow: none;
}
.floorplans .wrap-4 .reset.touch:hover:before {
  content: "";
  height: 36px;
  width: 1px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -1px;
  border-left: 1px solid #65cbc9;
  left: 16px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.floorplans .wrap-4 .reset.touch:hover:after {
  content: "";
  height: 36px;
  width: 1px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: -1px;
  border-left: 1px solid #65cbc9;
  left: 16px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.floorplans .wrap-4 .reset.touch:hover .reset-circle {
  transform: scale(1);
  background: transparent;
}

.floorplan-wrapper {
  position: relative;
}
.floorplan-wrapper .home-popup {
  position: absolute;
  top: auto;
  bottom: -1px;
  z-index: 0;
  left: 0;
}
.floorplan-wrapper .home-popup .home-popup-button .plus {
  top: -28px;
}
.floorplan-wrapper .home-popup .home-popup-button .plus span {
  top: -3px;
}
.floorplan-wrapper .home-popup .home-popup-button img {
  margin-bottom: -2px;
}
.floorplan-wrapper .home-popup .home-popup-button .minus {
  top: -28px;
}
.floorplan-wrapper .home-popup .home-popup-button .minus span {
  top: 20px;
}
.floorplan-wrapper .home-popup .full-block {
  background: #008C82;
}

.search-section {
  position: relative;
  z-index: 1;
}
.search-section .cmn-wrap {
  float: left;
  width: 25%;
}

/*...............................................
    Floor plans Landing
.................................................*/
#landing-wrap {
  padding: 0 8.8%;
}

#floorplans-landing {
  background: url(../images/fp-background.png);
  background-color: #024d71;
  min-height: 480px;
  padding: 50px 0;
}
#floorplans-landing .search-section .cmn-wrap ::-webkit-input-placeholder {
  color: white;
}
#floorplans-landing .search-section .cmn-wrap :-moz-placeholder {
  color: white;
}
#floorplans-landing .search-section .cmn-wrap ::-moz-placeholder {
  color: white;
}
#floorplans-landing .search-section .cmn-wrap :-ms-input-placeholder {
  color: white;
}
#floorplans-landing .search-section .cmn-wrap label {
  color: white;
}
#floorplans-landing .search-section .cmn-wrap .customSelect .selectedValue {
  background: transparent;
  color: white;
  text-shadow: none;
}
#floorplans-landing .search-section .cmn-wrap .datepicker {
  background: transparent;
  color: white;
}
#floorplans-landing .search-section .cmn-wrap .qck-submit {
  background: white;
  color: #024d71;
  border: 1px solid white;
  -webkit-appearance: none;
  appearance: none;
}
#floorplans-landing .search-section .cmn-wrap .qck-submit:hover {
  background: #024d71;
  color: white;
}
#floorplans-landing .middle-sect {
  width: 100%;
  float: left;
  padding-top: 80px;
  text-align: center;
  display: inline-block;
}
#floorplans-landing .middle-sect:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  margin-right: -0.25em;
  height: 100%;
}
#floorplans-landing .middle-sect .in-blck-wrapper {
  display: inline-block;
  vertical-align: middle;
  height: auto;
}
#floorplans-landing .middle-sect .in-blck-wrapper {
  width: 100%;
  position: absolute;
  top: 44%;
  left: 0;
  display: block;
}
#floorplans-landing .middle-sect h3 {
  text-transform: uppercase;
  color: #65cbc9;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-family: "Alternative Gothic No3 D";
}
#floorplans-landing .middle-sect h2 {
  text-transform: uppercase;
  color: #65cbc9;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-family: "Alternative Gothic No3 D";
}
#floorplans-landing .middle-sect .in-blck {
  display: block;
  width: 20%;
  float: left;
}
#floorplans-landing .middle-sect .in-blck a {
  color: white;
  font-family: "Alternative Gothic No3 D";
  text-transform: uppercase;
  font-size: 24px;
}
#floorplans-landing .middle-sect .in-blck a span {
  font-size: 120px;
}
#floorplans-landing .middle-sect .in-blck a:hover {
  color: #65cbc9;
}

/*...............................................
    Floor plans Listing
.................................................*/
#floorplans-listing {
  overflow: hidden;
  padding: 50px 8.8%;
}
#floorplans-listing .top-bar {
  width: 100%;
  text-align: center;
  float: left;
  margin-top: 56px;
}
#floorplans-listing .result-section {
  width: 100%;
  display: inline-block;
}
#floorplans-listing .result-section:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  margin-right: -0.25em;
  height: 100%;
}
#floorplans-listing .result-section .no-results-wrapper {
  display: inline-block;
  vertical-align: middle;
  height: auto;
}
#floorplans-listing .result-section .results {
  width: 100%;
  float: left;
  margin-top: 70px;
  position: relative;
  z-index: 0;
}
#floorplans-listing .result-section .results .item {
  width: 25%;
  float: left;
  position: relative;
  text-align: center;
  padding: 30px;
  height: 350px;
  margin-bottom: 5px;
  display: inline-block;
}
#floorplans-listing .result-section .results .item:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  margin-right: -0.25em;
  height: 100%;
}
#floorplans-listing .result-section .results .item .fp-list-img {
  display: inline-block;
  vertical-align: middle;
  height: auto;
}
#floorplans-listing .result-section .results .item img {
  max-height: 98%;
}
#floorplans-listing .result-section .results .item:hover .item-details {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#floorplans-listing .result-section .results .item:focus .item-details {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#floorplans-listing .result-section .results .item:focus-within .item-details {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#floorplans-listing .result-section .results .item .item-details {
  position: absolute;
  z-index: 1;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 77, 113, 0.8);
  color: white;
  text-align: left;
  padding: 40px 30px;
}
#floorplans-listing .result-section .results .item .item-details h4 {
  color: #65cbc9;
  font-size: 30px;
  font-family: "Alternative Gothic No3 D";
  line-height: 35px;
}
#floorplans-listing .result-section .results .item .item-details h2 {
  color: #65cbc9;
  font-size: 30px;
  font-family: "Alternative Gothic No3 D";
  line-height: 35px;
}
#floorplans-listing .result-section .results .item .item-details p {
  font-size: 16px;
  line-height: 26px;
}
#floorplans-listing .result-section .results .item .item-details p span {
  font-weight: bold;
}
#floorplans-listing .result-section .results .item .item-details .btn, #floorplans-listing .result-section .results .item .item-details .neighborhood-map-page .mobile-map-wrapper .directions, .neighborhood-map-page .mobile-map-wrapper #floorplans-listing .result-section .results .item .item-details .directions, #floorplans-listing .result-section .results .item .item-details .floorplans .wrap-4 .qck-submit, .floorplans .wrap-4 #floorplans-listing .result-section .results .item .item-details .qck-submit {
  background: #65cbc9;
  color: white;
  margin-top: 15px;
  border: none;
  width: 100%;
  padding: 7px 0;
  text-align: center;
}
#floorplans-listing .result-section .results .item .item-details .btn:hover, #floorplans-listing .result-section .results .item .item-details .neighborhood-map-page .mobile-map-wrapper .directions:hover, .neighborhood-map-page .mobile-map-wrapper #floorplans-listing .result-section .results .item .item-details .directions:hover, #floorplans-listing .result-section .results .item .item-details .floorplans .wrap-4 .qck-submit:hover, .floorplans .wrap-4 #floorplans-listing .result-section .results .item .item-details .qck-submit:hover {
  background: white;
  color: #65cbc9;
}
#floorplans-listing .pagination-sect {
  float: left;
  width: 100%;
  margin-top: 40px;
}
#floorplans-listing .pagination-sect .paging {
  width: auto;
  float: right;
}
#floorplans-listing .pagination-sect .paging li {
  display: inline-block;
  margin: 0 4px;
}
#floorplans-listing .pagination-sect .paging li a {
  color: black;
  text-transform: uppercase;
  font-family: "Alternative Gothic No3 D";
  font-size: 16px;
  letter-spacing: 1px;
}
#floorplans-listing .pagination-sect .paging li a.fp-next, #floorplans-listing .pagination-sect .paging li a.fp-prev {
  opacity: 0.5;
  cursor: default;
}
#floorplans-listing .pagination-sect .paging li a.icon-next-active, #floorplans-listing .pagination-sect .paging li a.icon-prev-active {
  opacity: 1;
  cursor: pointer;
}
#floorplans-listing .pagination-sect .paging li.active a {
  color: #65cbc9;
}
#floorplans-listing .top-bar {
  position: relative;
}
#floorplans-listing .top-bar span.result-count {
  text-transform: uppercase;
  color: Black;
  font-family: "Alternative Gothic No3 D";
  font-size: 20px;
  letter-spacing: 1px;
}
#floorplans-listing .top-bar .sort-section {
  position: absolute;
  right: 0;
  top: 0;
  float: right;
  text-transform: uppercase;
  font-family: "Alternative Gothic No3 D";
  color: Black;
  margin-top: 2px;
}
#floorplans-listing .top-bar .sort-section label {
  display: block;
  float: left;
  font-size: 16px;
  margin-right: 10px;
  letter-spacing: 1px;
}
#floorplans-listing .top-bar .sort-section .dropdown {
  float: left;
}
#floorplans-listing .top-bar .sort-section .dropdown dd ul li:last-child {
  padding-right: 0;
}
#floorplans-listing .customSelect .caret {
  border-top: 9px solid #024d71;
}

#floorplans-listing .pagination-sect .paging li:last-child {
  margin-right: 0;
}

.fp-no-results {
  min-height: 500px;
}
.fp-no-results .full-wrap {
  height: 100%;
}
.fp-no-results .full-wrap .result-section {
  height: 100%;
}
.fp-no-results .full-wrap .result-section .no-results-wrapper {
  text-align: center;
  line-height: 32px;
  color: #024d71;
  font-family: "Alternative Gothic No3 D";
}
.fp-no-results .no-results-btn {
  padding: 5px 20px;
  border: 1px solid #024d71;
  text-transform: uppercase;
  font-size: 19px;
  display: inline-block;
  font-family: "Alternative Gothic No3 D";
  letter-spacing: 0.025em;
  color: #FFFFFF;
  background-color: #024d71;
  margin-top: 20px;
}
.fp-no-results .no-results-btn:hover {
  background-color: #008d83;
  border: 1px solid #008d83;
}

::-webkit-input-placeholder {
  color: #024d71;
}

:-moz-placeholder {
  color: #024d71;
}

::-moz-placeholder {
  color: #024d71;
}

:-ms-input-placeholder {
  color: #024d71;
}

.mfp-title {
  display: none;
}

/*...............................................
    Floor plans Detail
.................................................*/
#floorplans-detail {
  padding: 15px 8.8%;
}
#floorplans-detail .full-wrap {
  display: table;
  width: 100%;
  direction: rtl;
}
#floorplans-detail .full-wrap .floorplan-image {
  display: table-cell;
  width: 74%;
  direction: ltr;
  padding-right: 200px;
  text-align: center;
}
#floorplans-detail .full-wrap .floorplan-image img {
  width: 90%;
  max-width: 400px;
}
#floorplans-detail .full-wrap .fp-sidebar {
  display: table-cell;
  vertical-align: bottom;
  width: 25%;
  direction: ltr;
  padding-top: 65px;
}
#floorplans-detail .full-wrap .fp-sidebar .floor-no {
  font-size: 45px;
  margin-bottom: 20px;
  color: #65cbc9;
}
#floorplans-detail .full-wrap .fp-sidebar p {
  font-family: "Lato";
  font-size: 16px;
  line-height: 24px;
}
#floorplans-detail .full-wrap .fp-sidebar .dt-buttons {
  margin-top: 30px;
}
#floorplans-detail .full-wrap .fp-sidebar .dt-buttons a {
  display: block;
  width: 100%;
  background: #b4b4b4;
  color: white;
  font-family: "Alternative Gothic No3 D";
  text-align: center;
  max-width: 230px;
  margin-bottom: 10px;
  font-size: 20px;
  text-transform: uppercase;
  padding: 7px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#floorplans-detail .full-wrap .fp-sidebar .dt-buttons a:hover {
  background: #024d71;
}
#floorplans-detail .full-wrap .floorplan-image img.keyplan-img {
  position: absolute;
  right: 8.8%;
  bottom: 50px;
  max-width: 190px;
  width: 13%;
}
#floorplans-detail .full-wrap .fp-go-back {
  position: absolute;
  left: 8.8%;
  color: black;
  text-transform: uppercase;
  font-family: "Alternative Gothic No3 D";
  font-size: 15px;
  letter-spacing: 1px;
  top: 20px;
}
#floorplans-detail .full-wrap .fp-go-back:before {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid transparent;
  border-right: 6px solid black;
  border-bottom: 4px solid transparent;
  content: "";
  float: left;
  margin-right: 5px;
  margin-top: 3.5px;
}
#floorplans-detail .full-wrap .fp-go-back:hover {
  color: #024d71;
}
#floorplans-detail .full-wrap .fp-go-back:hover:before {
  border-right: 6px solid #024d71;
}

.keyplan-desktop {
  display: block;
}

.keyplan-mobile {
  display: none;
}

.at-icon-wrapper {
  position: absolute;
  opacity: 0;
}

.mfp-image-holder .mfp-close {
  cursor: pointer !important;
}

.mfp-bg {
  background: rgb(2, 77, 113);
}

.floorplans .cmn-wrap .customSelect .selectList {
  margin-top: -1px;
  background-color: #65cbc9;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
}

.floorplans .cmn-wrap .customSelect .jspContainer {
  background-color: #65cbc9;
}

.floorplans .cmn-wrap .customSelect dl {
  background-color: #65cbc9;
}

.floorplans .cmn-wrap .customSelect dd {
  background-color: #65cbc9;
  color: #FFF;
  font-family: "Lato";
  font-size: 18px;
}

.floorplans .cmn-wrap .customSelect dd.selected, .floorplans .cmn-wrap .customSelect dd:hover {
  background-color: #56575b;
}

.floorplans .cmn-wrap .customSelect .jspContainer, .floorplans .cmn-wrap .customSelect .jspPane {
  width: 100% !important;
}

/*...............................................
    Loader
.................................................*/
#circularG {
  position: relative;
  width: 40px;
  height: 40px;
  margin: auto;
}

.circularG {
  position: absolute;
  background-color: #fff;
  width: 9px;
  height: 9px;
  border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  animation-name: bounce_circularG;
  -o-animation-name: bounce_circularG;
  -ms-animation-name: bounce_circularG;
  -webkit-animation-name: bounce_circularG;
  -moz-animation-name: bounce_circularG;
  animation-duration: 1.1s;
  -o-animation-duration: 1.1s;
  -ms-animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  -moz-animation-duration: 1.1s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}

#circularG_1 {
  left: 0;
  top: 16px;
  animation-delay: 0.41s;
  -o-animation-delay: 0.41s;
  -ms-animation-delay: 0.41s;
  -webkit-animation-delay: 0.41s;
  -moz-animation-delay: 0.41s;
}

#circularG_2 {
  left: 4px;
  top: 4px;
  animation-delay: 0.55s;
  -o-animation-delay: 0.55s;
  -ms-animation-delay: 0.55s;
  -webkit-animation-delay: 0.55s;
  -moz-animation-delay: 0.55s;
}

#circularG_3 {
  top: 0;
  left: 16px;
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s;
}

#circularG_4 {
  right: 4px;
  top: 4px;
  animation-delay: 0.83s;
  -o-animation-delay: 0.83s;
  -ms-animation-delay: 0.83s;
  -webkit-animation-delay: 0.83s;
  -moz-animation-delay: 0.83s;
}

#circularG_5 {
  right: 0;
  top: 16px;
  animation-delay: 0.97s;
  -o-animation-delay: 0.97s;
  -ms-animation-delay: 0.97s;
  -webkit-animation-delay: 0.97s;
  -moz-animation-delay: 0.97s;
}

#circularG_6 {
  right: 4px;
  bottom: 4px;
  animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
}

#circularG_7 {
  left: 16px;
  bottom: 0;
  animation-delay: 1.24s;
  -o-animation-delay: 1.24s;
  -ms-animation-delay: 1.24s;
  -webkit-animation-delay: 1.24s;
  -moz-animation-delay: 1.24s;
}

#circularG_8 {
  left: 4px;
  bottom: 4px;
  animation-delay: 1.38s;
  -o-animation-delay: 1.38s;
  -ms-animation-delay: 1.38s;
  -webkit-animation-delay: 1.38s;
  -moz-animation-delay: 1.38s;
}

@keyframes bounce_circularG {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.3);
  }
}
@-o-keyframes bounce_circularG {
  0% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(0.3);
  }
}
@-ms-keyframes bounce_circularG {
  0% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(0.3);
  }
}
@-webkit-keyframes bounce_circularG {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounce_circularG {
  0% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.3);
  }
}
/*
.noscrollbar .mCSB_scrollTools {
            .mCSB_dragger .mCSB_dragger_bar, .mCSB_draggerRail{background-color: transparent;}
        }*/
/* firefox fixes */
@-moz-document url-prefix() {
  header #hamburger-menu a {
    background-position: 0 -8px;
  }
}
/*...............................................
    Why Bozzuto
.................................................*/
.whybozzuto .whybozzuto-block {
  position: relative;
  width: 100%;
  float: left;
  /*min-height: 630px;*/
}
.whybozzuto .whybozzuto-block .left {
  padding: 5px 190px 5px 6%;
  background: url(../images/why-bozzuto/whybozzuto-bg.png) no-repeat;
  background-size: 100% 100%;
  background-position: top right;
  margin-right: 400px;
  position: relative;
  z-index: 5;
}
.whybozzuto .whybozzuto-block .left .table {
  /*height: 100%;*/
  position: relative;
  padding: 60px 0;
}
.whybozzuto .whybozzuto-block .right {
  position: relative;
  width: 540px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.whybozzuto .whybozzuto-block .wb-row {
  margin-bottom: 45px;
}
.whybozzuto .whybozzuto-block .wb-row h2 {
  color: #024d71;
}
.whybozzuto .whybozzuto-block .wb-row p {
  margin-bottom: 15px;
}
.whybozzuto .whybozzuto-block .wb-row p .blue-bold {
  color: #008d83;
  font-family: "latobold";
}
.whybozzuto .whybozzuto-block .wb-row.last {
  margin-bottom: 40px;
}
.whybozzuto .whybozzuto-block .visit-bozzuto {
  color: #fff;
  background-color: #024d71;
}
.whybozzuto .whybozzuto-block .visit-bozzuto:hover {
  background-color: #008d83;
  border-color: #008d83;
}

.desktop-svg {
  display: block;
}

.small-svg {
  display: none;
}

/*Blog*/
#blog-page {
  margin: 100px 2.8% 0;
  overflow: auto;
}
#blog-page .no-post {
  text-align: center;
}
#blog-page .blog-btn {
  font-size: 17px;
}
#blog-page .blog-btn.btn, #blog-page .neighborhood-map-page .mobile-map-wrapper .blog-btn.directions, .neighborhood-map-page .mobile-map-wrapper #blog-page .blog-btn.directions, #blog-page .floorplans .wrap-4 .blog-btn.qck-submit, .floorplans .wrap-4 #blog-page .blog-btn.qck-submit {
  width: 115px;
}
#blog-page .blog-btn:hover {
  background-color: #024d71;
  color: #fff;
  border-color: #024d71;
}
#blog-page .btn, #blog-page .neighborhood-map-page .mobile-map-wrapper .directions, .neighborhood-map-page .mobile-map-wrapper #blog-page .directions, #blog-page .floorplans .wrap-4 .qck-submit, .floorplans .wrap-4 #blog-page .qck-submit {
  margin-right: 1.3%;
  background-color: #65cbc9;
  color: #fff;
  border-color: #65cbc9;
  width: 100px;
  text-align: center;
  padding: 8px 0;
}
#blog-page .btn.active, #blog-page .neighborhood-map-page .mobile-map-wrapper .active.directions, .neighborhood-map-page .mobile-map-wrapper #blog-page .active.directions, #blog-page .floorplans .wrap-4 .active.qck-submit, .floorplans .wrap-4 #blog-page .active.qck-submit {
  background-color: #024d71;
  border-color: #024d71;
}
#blog-page h2 {
  color: #65cbc9;
}
#blog-page h3 {
  font-size: 17px;
  color: #FFFFFF;
  margin: 4px 0 15px;
}
#blog-page p {
  color: #FFFFFF;
}
#blog-page .blog-section {
  height: 317px;
  margin: 38px 0;
}
#blog-page {
  /*.blog-section:nth-child(4){margin-bottom:0;}*/
}
#blog-page .section-img {
  width: 62%;
  height: 100%;
  float: left;
}
#blog-page .section-content {
  width: 38%;
  height: 100%;
  float: left;
  padding: 25px 2.4%;
  background-color: #024d71;
}
#blog-page .section-content a {
  margin-top: 37px;
}
#blog-page .section-content a.btn:hover, #blog-page .section-content .neighborhood-map-page .mobile-map-wrapper a.directions:hover, .neighborhood-map-page .mobile-map-wrapper #blog-page .section-content a.directions:hover, #blog-page .section-content .floorplans .wrap-4 a.qck-submit:hover, .floorplans .wrap-4 #blog-page .section-content a.qck-submit:hover {
  background-color: #fff;
  color: #65cbc9;
}
#blog-page .pagination-sect {
  text-align: right;
  width: 100%;
}
#blog-page .pagination-sect .navigation {
  width: auto;
  margin: 42px 0 53px;
}
#blog-page .pagination-sect .navigation li {
  display: inline-block;
  margin: 0 4px;
}
#blog-page .pagination-sect .navigation li span, #blog-page .pagination-sect .navigation li a {
  color: black !important;
  text-transform: uppercase;
  font-family: "Alternative Gothic No3 D";
  font-size: 16px;
  letter-spacing: 1px;
  background: none !important;
  border: 0 !important;
  padding: 0px !important;
  margin: 0px !important;
}
#blog-page .pagination-sect .navigation li span.icon-next-active, #blog-page .pagination-sect .navigation li a.icon-prev-active {
  opacity: 1;
  cursor: pointer;
}
#blog-page .pagination-sect .navigation li.previous_disabled span, #blog-page .pagination-sect .navigation li.next_disabled span {
  opacity: 0.5;
  cursor: default;
}
#blog-page .pagination-sect .navigation li span.current {
  color: #65cbc9 !important;
}
#blog-page .top-bar {
  position: relative;
  display: none;
  background-color: #f6f6f6;
  padding: 29.5px 8% 25.5px;
}
#blog-page .top-bar .top-bar-head {
  color: #008d83;
  font-weight: 400;
  display: inline-block;
  width: 49.5%;
}
#blog-page .top-bar .sort-section {
  position: absolute;
  right: 8%;
  top: 50%;
  float: right;
  text-transform: uppercase;
  font-family: "Alternative Gothic No3 D";
  color: Black;
  margin-top: 2px;
  line-height: 0.75;
}
#blog-page .top-bar .sort-section label {
  display: block;
  float: left;
  font-size: 16px;
  margin-right: 5px;
  letter-spacing: 1px;
}
#blog-page .top-bar .sort-section .dropdown {
  float: left;
  min-width: 60px;
}
#blog-page .top-bar .sort-section .dropdown a {
  color: #65cbc9;
  font-family: "Alternative Gothic No3 D";
  font-size: 16px;
  letter-spacing: 1px;
  display: inline;
}
#blog-page .top-bar .sort-section .dropdown dd ul {
  display: none;
  position: absolute;
  background: #f6f6f6;
}
#blog-page .top-bar .sort-section .dropdown dd ul li:last-child {
  padding-right: 0;
}

#blog-detail {
  overflow: auto;
  margin: 70px 2.8% 0;
}
#blog-detail .go-back {
  color: #000;
  text-transform: uppercase;
  font-family: "Alternative Gothic No3 D";
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 45px;
  display: block;
}
#blog-detail .go-back-btn {
  color: #000;
  text-transform: uppercase;
  font-family: "Alternative Gothic No3 D";
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 45px;
  display: none;
}
#blog-detail .go-back:before, #blog-detail .go-back-btn:before {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid transparent;
  border-right: 6px solid black;
  border-bottom: 4px solid transparent;
  content: "";
  float: left;
  margin-right: 5px;
  margin-top: 3.5px;
}
#blog-detail .mob-only {
  height: 450px;
}
#blog-detail .content-section {
  width: 70%;
  float: left;
  padding: 0 3% 50px 0;
}
#blog-detail .content-section h2 {
  color: #65cbc9;
}
#blog-detail .content-section h3 {
  font-size: 17px;
  color: #56575b;
  margin: 1px 0 15px;
}
#blog-detail .content-section p {
  color: #000;
  margin-bottom: 30px;
}
#blog-detail .content-section p img {
  max-height: 450px;
  max-width: 100%;
  margin-top: 30px;
}
#blog-detail .sidebar {
  width: 25%;
  float: left;
  padding: 0 0 0 3%;
}
#blog-detail .sidebar h2 {
  color: #008d83;
  margin-bottom: 17px;
}
#blog-detail .sidebar #widget_recent_entries ul li a, #blog-detail .sidebar #categories ul li a {
  font-family: "Alternative Gothic No3 D";
  letter-spacing: 0.025em;
  color: #000;
  font-size: 17px;
}
#blog-detail .sidebar #widget_recent_entries ul li, #blog-detail .sidebar #categories ul li {
  padding-bottom: 5px;
}
#blog-detail .sidebar #widget_recent_entries, #blog-detail .sidebar #categories, #blog-detail .sidebar #archives, #blog-detail .sidebar #widget_tag_cloud {
  margin-bottom: 50px;
}
#blog-detail .sidebar #widget_recent_entries li, #blog-detail .sidebar #categories li {
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
  display: block;
}
#blog-detail .sidebar #archives {
  float: left;
}
#blog-detail .sidebar #archives select {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#blog-detail .sidebar #archives .selectedValue {
  background: #FFFFFF;
  border: 1px solid #65cbc9;
  font-family: "Alternative Gothic No3 D";
  color: #56575b;
  padding: 5px 15px;
  border-radius: 0;
}
#blog-detail .sidebar #archives .caret {
  top: 9px;
  right: 19px;
  border-top: 10px solid #56575b;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
#blog-detail .sidebar #archives dd {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Alternative Gothic No3 D";
  background: #65cbc9;
  color: #fff;
  padding: 2px 15px;
}
#blog-detail .sidebar #archives .customSelect.select-open .selectList, #blog-detail .sidebar #archives .customSelect .selectList dl, #blog-detail .sidebar #archives .customSelect .selectList .selectListOuterWrap, #blog-detail .sidebar #archives .customSelect .selectList .jspScrollable, #blog-detail .sidebar #archives .customSelect .selectList .jspContainer, #blog-detail .sidebar #archives .customSelect .selectList .jspPane {
  width: 100% !important;
}
#blog-detail .sidebar #archives .customSelect {
  width: 150px !important;
}
#blog-detail .sidebar #archives .customSelect.select-open .selectList {
  border-radius: 0;
  background: #65cbc9;
  padding: 0;
}
#blog-detail .sidebar #archives dd.selected {
  background: #56575b;
}
#blog-detail .sidebar #archives dd:hover {
  background: #56575b;
}
#blog-detail .sidebar #widget_tag_cloud {
  overflow: auto;
  float: left;
}
#blog-detail .sidebar #widget_tag_cloud .tagcloud a {
  padding: 5px 11px;
  text-transform: none;
  color: #65cbc9;
  border: 1px solid #65cbc9;
  margin: 0 10px 10px 0;
  font-size: 17px !important;
  display: inline-block;
  font-family: "Alternative Gothic No3 D";
  letter-spacing: 0.025em;
}
#blog-detail .sidebar #widget_text {
  float: left;
  margin-bottom: 60px;
}
#blog-detail .sidebar #widget_text .textwidget form {
  border: 0 !important;
  text-align: left !important;
}
#blog-detail .sidebar #widget_text .textwidget form p input {
  text-align: center;
  border: 1px solid #65cbc9;
  margin-bottom: 8px;
  font-size: 12px;
  padding: 5px 0;
  width: 150px !important;
  color: #a9a9a9;
  font-family: "Alternative Gothic No3 D";
  border-radius: 0;
}
#blog-detail .sidebar #widget_text .textwidget form input[type=text]::-webkit-input-placeholder {
  color: #a9a9a9;
}
#blog-detail .sidebar #widget_text .textwidget form input[type=text]::-moz-placeholder {
  color: #a9a9a9;
}
#blog-detail .sidebar #widget_text .textwidget form input[type=text]::-ms-input-placeholder {
  color: #a9a9a9;
}
#blog-detail .sidebar #widget_text .textwidget form .blog-detail_btn {
  font-size: 13px;
  background-color: #024d71;
  line-height: normal;
  color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
}
#blog-detail .share h3 {
  color: #000;
}
#blog-detail .share a {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5%;
}
#blog-detail .share .inst {
  background: url(../images/blog/insta.png) no-repeat center;
  background-size: cover;
}
#blog-detail .share .fb {
  background: url(../images/blog/fb.png) no-repeat center;
  background-size: cover;
}
#blog-detail .share .tw {
  background: url(../images/blog/tw.png) no-repeat center;
  background-size: cover;
}
#blog-detail .top-bar {
  position: relative;
  display: none;
  background-color: #f6f6f6;
  padding: 29.5px 8% 25.5px;
}
#blog-detail .top-bar .top-bar-head {
  color: #008d83;
  font-weight: 400;
  display: inline-block;
  width: 49.5%;
}
#blog-detail .top-bar .sort-section {
  position: absolute;
  right: 8%;
  top: 50%;
  float: right;
  text-transform: uppercase;
  font-family: "Alternative Gothic No3 D";
  color: Black;
  margin-top: 2px;
  line-height: 0.75;
}
#blog-detail .top-bar .sort-section label {
  display: block;
  float: left;
  font-size: 16px;
  margin-right: 10px;
  letter-spacing: 1px;
}
#blog-detail .top-bar .sort-section .dropdown {
  float: left;
  min-width: 60px;
}
#blog-detail .top-bar .sort-section .dropdown a {
  color: #65cbc9;
  font-family: "Alternative Gothic No3 D";
  font-size: 16px;
  letter-spacing: 1px;
  display: inline;
}
#blog-detail .top-bar .sort-section .dropdown dd ul {
  display: none;
  position: absolute;
  background: #f6f6f6;
  padding: 5px !important;
}
#blog-detail .top-bar .sort-section .dropdown dd ul li:last-child {
  padding-right: 0;
}

.dropdown dd ul li a, .dropdown dt a span {
  text-align: right;
}

.dropdown {
  min-width: 0 !important;
}

.dropdown ul {
  right: 0;
  left: auto !important;
  padding-right: 0 !important;
}

#blog-page .dropdown ul, #blog-page .dropdown dt a span {
  padding-right: 2px !important;
}

#blog-detail .sidebar #archives .customSelect {
  z-index: 1 !important;
}

#blog-detail .detail-section .content-section a {
  color: #008d83;
}
#blog-detail .detail-section .content-section ul {
  list-style-position: outside;
  margin-left: 15px;
}
#blog-detail .detail-section .content-section ul li {
  list-style-type: disc;
  text-indent: -4px;
}
#blog-detail .detail-section .content-section ul ul {
  list-style-type: circle;
}
#blog-detail .detail-section .content-section ol {
  list-style-position: outside;
  margin-left: 10px;
}
#blog-detail .detail-section .content-section ol li {
  list-style-type: decimal;
}
#blog-detail .detail-section .content-section ol ol {
  list-style-type: lower-roman;
}

/*................................................
    Virtual Tour
.................................................*/
#lakehouse-tour {
  height: calc(100vh - 113px);
}

/*hyly*/
.contact-bottom #autofill-confirm {
  font-size: 21px;
  font-weight: normal;
  padding: 0 10px 10px 0px;
  color: #008d83;
  font-family: "Alternative Gothic No3 D";
}
.contact-bottom .hywrap .control-group, .contact-bottom .hywrap .name-fields li:first-child {
  margin-bottom: 5px;
}
.contact-bottom .hywrap .control-label {
  letter-spacing: 0.5px;
  font: 400 14px "Alternative Gothic No3 D";
  text-transform: uppercase;
  color: #000000;
  line-height: 24px;
}
.contact-bottom .hywrap select, .contact-bottom .hywrap input[type=text] {
  font-size: 12px;
  color: #000000;
  height: 32px;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  border-radius: 0px;
  font-family: "Lato";
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin-top: 0;
}
.contact-bottom .hywrap textarea {
  font-size: 12px;
  color: #000000;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  border-radius: 0px;
  font-family: "Lato";
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin-top: 0;
  height: 112px;
}
.contact-bottom .hywrap input:focus, .contact-bottom .hywrap input[type=text]:focus, .contact-bottom .hywrap select:focus, .contact-bottom .hywrap textarea:focus {
  border-color: #000000;
}
.contact-bottom .hywrap .LV_invalid {
  color: #CC0000;
  display: block;
  clear: both;
  font-family: "Lato";
  font-size: 12px;
}
.contact-bottom .hywrap #more-info a {
  font: 400 12px/18px "Lato";
  color: #024d71;
  text-decoration: none;
}
.contact-bottom .hywrap .form-actions button {
  position: absolute;
  bottom: 0;
  box-shadow: none;
  cursor: pointer;
  text-shadow: none;
  font-size: 19px;
  font-family: "Alternative Gothic No3 D";
  border: 1px solid #024d71;
  background-color: #024d71;
  display: block;
  padding: 3px 14px;
  color: #FFF;
  letter-spacing: 0.025em;
  min-height: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  line-height: 1;
}
.contact-bottom .hywrap .form-actions {
  position: relative;
  padding-bottom: 40px;
}
.contact-bottom .hywrap .radio {
  font: 400 14px "Alternative Gothic No3 D";
  margin-bottom: 0;
}
.contact-bottom .hywrap .radio input {
  min-height: 0;
}

/********ADA Fix********/
.skip-nav {
  background: transparent;
  color: #000000;
  left: 0;
  padding: 1rem 1.5rem;
  position: absolute;
  top: -10.2rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 9999;
}

.skip-nav:focus {
  background: #ffffff;
  box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
  left: 0;
  outline: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:focus, button:focus, input:focus, textarea:focus, div:focus, select:focus, li:focus {
  outline: transparent dashed 2px !important;
  outline-offset: 1px;
}

.using-keytab a:focus, .using-keytab button:focus, .using-keytab input:focus,
.using-keytab textarea:focus, .using-keytab div:focus, .using-keytab select:focus, .using-keytab li:focus,
.using-keytab img:focus {
  outline: 2px dashed black !important;
  transition: none !important;
}

a.phonenumber.call-us {
  border-bottom: 1px solid transparent;
}

/********** Slider pause *************/
.flexslider .flex-pauseplay button, .galler-slider .flex-pauseplay button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  display: block;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 1;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flexslider .flex-pauseplay a, .flexslider .flex-pauseplay button,
.galler-slider .flex-pauseplay a, .galler-slider .flex-pauseplay button {
  width: 30px;
  height: 30px;
  overflow: hidden;
  bottom: 10px;
  z-index: 9;
  text-indent: 9999px;
  background: url(../images/play-icon.svg) no-repeat center center;
  background-size: contain;
}

.flexslider .flex-pauseplay a.flex-pause, .flexslider .flex-pauseplay button.flex-pause,
.galler-slider .flex-pauseplay a.flex-pause, .galler-slider .flex-pauseplay button.flex-pause {
  background: url(../images/pause-icon.svg) no-repeat center center;
  background-size: contain;
}

.virtual-heading {
  font-size: 0;
  margin: 0;
  height: 0;
  padding: 0;
}

.js-hero-btn {
  position: absolute;
  z-index: 10;
  width: 40px;
  height: 40px;
  right: 75px;
  bottom: 15px;
  font-size: 0;
  cursor: pointer;
  border-radius: 50%;
  border: 0;
  /* background-color: #f05130; */
  background-image: url(../images/pause-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.js-hero-btn.paused {
  background-image: url(../images/play-icon.svg);
}

/******Contrast ******/
.home-popup-content .full-block {
  background-color: #00615A;
}

.hero-section .hero-content .slide-desc-5 a {
  background-color: #595959;
}

.hero-section .hero-content .table a, footer,
.floorplans .cmn-wrap .customSelect dd,
.floorplan-wrapper .home-popup .full-block,
.neighborhood-map-page .map-wrapper .zoom,
.neighborhood-map-page .neighborhood-sidebar .sidebar-btn a:hover,
.neighborhood-map-page .neighborhood-sidebar .sidebar-btn a.active {
  background-color: #226262;
}

footer .footer-address .addrs, footer .footer-right .footer-privacy .addrs,
footer .footer-address, footer .footer-right .footer-privacy,
footer .footer-address .footer-call a, footer .footer-right .footer-privacy .footer-call a {
  color: #ffffff;
}

header .current-page-title, .inner-page h2,
header nav li.current_page_item a,
.neighborhood-map-page .neighborhood-sidebar .sidebar-btn a,
#floorplans-detail .full-wrap .fp-sidebar .floor-no {
  color: #226262;
}

/*********Selectivo****************/
.selectivo__label {
  box-shadow: none;
  background: transparent;
  font-family: "Alternative Gothic No3 D";
  border: 1px solid #65cbc9;
  border-radius: 0;
  color: #024d71;
  font-size: 20px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  height: 37px;
  line-height: 37px;
  padding: 0 10px;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

#floorplans-landing .selectivo__label {
  color: white;
}

.selectivo--open .selectivo__dropdown {
  display: flex;
}

span.selectivo__dropdown {
  flex-direction: column;
  background-color: #65cbc9;
  top: 37px;
}

button.selectivo__option {
  background-color: #226262;
  border: none;
  text-align: left;
  color: #FFF;
  font-family: "Lato";
  font-size: 18px;
  padding: 5px;
  white-space: unset;
}

button.selectivo__option.selectivo__option--selected {
  background-color: #56575b !important;
}

#minPriceSelect .selectivo__label, #maxPriceSelect .selectivo__label {
  width: 100%;
}

#availabilitySelect .selectivo__label, #floorSelect .selectivo__label {
  width: 100%;
}

.customSelect.custom.floor_select {
  float: right;
}

.selectivo {
  background: transparent !important;
  width: 100%;
}

button.selectivo__label:after {
  position: absolute;
  right: 10px;
  cursor: pointer;
  border-top: 9px solid #fff;
  top: 14px;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  content: "";
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.selectivo__option:first-child {
  background: none !important;
}

@media (max-width: 1280px) {
  .selectivo__label {
    font-size: 16px;
  }
  button.selectivo__option {
    white-space: unset;
  }
  .selectivo {
    width: 100%;
  }
  #floorplans-landing .selectivo__label {
    width: 100%;
  }
}
@media (max-width: 1000px) and (min-width: 768px) {
  .floorplans .wrap-3 .customSelect {
    width: 46% !important;
  }
  .customSelect.custom.floor_select {
    margin-left: 4%;
    width: 46% !important;
    float: left;
  }
}
#floorSelect span.selectivo__dropdown {
  height: 150px;
  overflow: auto;
}

#menu-nav {
  display: none !important;
}

#menu-nav.animate {
  display: block !important;
}

.using-keytab input.bedroom-type-chk[type=checkbox]:focus + label {
  outline: 2px dashed black !important;
  transition: none !important;
}

.using-keytab .selectivo__dropdown button:focus, .using-keytab .blog-head.table a:focus,
.using-keytab #blog-detail a:focus {
  outline: 2px dashed transparent !important;
  border: 2px dashed black !important;
  transition: none !important;
}

#floorplans-listing .selectivo__label:after {
  border-top: 9px solid #024d71 !important;
}

.using-keytab #floorplans-landing a:focus, .using-keytab #floorplans-landing button:focus,
.using-keytab #floorplans-landing input:focus + label, .using-keytab #floorplans-landing .search-section .cmn-wrap .qck-submit:focus,
.using-keytab .error-page a:focus, .using-keytab #thank-you a:focus, .using-keytab #blog-page .section-content a:focus {
  outline: 2px dashed white !important;
  transition: none !important;
}

.using-keytab #floorplans-landing .selectivo__dropdown button:focus {
  outline: 2px dashed transparent !important;
  border: 2px dashed white !important;
  transition: none !important;
}

.selectivo__label, .selectivo__option {
  white-space: unset;
}

#floorplans-landing .middle-sect .in-blck a {
  display: inline-block;
}

#blog-page .section-content a:first-child {
  display: block;
  margin: 0;
}

#blog-detail .sidebar #categories ul li a {
  display: inline-block;
}

#blog-detail .sidebar #archives .selectivo__label {
  border: 1px solid #65cbc9;
  margin-bottom: 0;
  line-height: 1.2;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  font-size: 12px;
  height: auto;
  text-transform: capitalize;
  font-family: "Alternative Gothic No3 D";
  color: rgb(86, 87, 91);
  background: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(101, 203, 201);
  border-image: initial;
  padding: 5px 15px;
  border-radius: 0px;
  letter-spacing: 0;
}

#blog-detail .sidebar #archives .selectivo__label::after {
  top: 9px;
  right: 19px;
  border-top: 10px solid #56575b;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
@media (max-width: 768px) {
  #blog-detail .sidebar #archives .selectivo__label::after {
    top: 18px;
  }
}

@media (min-width: 1500px) {
  #blog-detail .sidebar #archives .selectivo__label {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    height: 36px;
  }
  #blog-detail .sidebar #archives .selectivo__label::after {
    top: 13px;
  }
}
#blog-detail .sidebar #archives span.selectivo__dropdown {
  border-radius: 0;
  background: #65cbc9;
  padding: 0;
}

.floorplans .wrap-4 .reset {
  z-index: 0;
}

@media (max-width: 767px) {
  .selectivo__label {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .selectivo__label {
    font-size: 17px;
  }
}
#blog-detail .sidebar #archives .selectivo__label {
  background: #FFFFFF;
  border: 1px solid #65cbc9;
  font-family: "Alternative Gothic No3 D";
  color: #56575b;
  padding: 5px 15px;
  border-radius: 0;
  margin-bottom: 0;
  line-height: 1.2;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  font-size: 12px;
  height: auto;
}

@media (min-width: 1500px) {
  #blog-detail .sidebar #archives .selectivo__label {
    font-size: 16px;
    height: 36px;
  }
}
#blog-detail .sidebar #archives span.selectivo__dropdown {
  border-radius: 0;
  background: #65cbc9;
  padding: 0;
  top: 27px;
}
@media (min-width: 1500px) {
  #blog-detail .sidebar #archives span.selectivo__dropdown {
    top: 37px;
  }
}
@media (max-width: 768px) {
  #blog-detail .sidebar #archives span.selectivo__dropdown {
    top: 47px;
  }
}

#blog-detail .sidebar #archives button.selectivo__option {
  background-color: #226262;
  border: none;
  text-align: left;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Alternative Gothic No3 D";
  padding: 2px 15px;
}
@media (min-width: 1500px) {
  #blog-detail .sidebar #archives button.selectivo__option {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #blog-detail .sidebar #archives button.selectivo__option {
    font-size: 20px;
    padding: 7px 15px;
  }
}

.using-keytab .neighborhood-sidebar ul.categories li:focus {
  border: 2px dashed black !important;
  transition: none !important;
  outline: 2px dashed transparent !important;
}

.neighborhood-sidebar h2, .inner-page .overlay h2 {
  color: white;
}

@media (min-width: 1500px) {
  #blog-detail .sidebar .selectedValue {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}
#blog-detail .content-section h2 {
  color: #20605E;
}

#blog-detail .detail-section .content-section a {
  color: #00615A;
}

#blog-detail .sidebar h2, .contact-bottom .half h2 {
  color: #00615A;
}

#blog-detail .sidebar #widget_tag_cloud .tagcloud a {
  color: #20605E;
  border: 1px solid #20605E;
}

.floorplans .wrap-1 input[type=checkbox]:checked + label {
  color: white;
  background: #024d71;
}

#floorplans-listing .result-section .results .item .item-details .btn,
#floorplans-listing .result-section .results .item .item-details .neighborhood-map-page .mobile-map-wrapper .directions,
.neighborhood-map-page .mobile-map-wrapper #floorplans-listing .result-section .results .item .item-details .directions,
#floorplans-listing .result-section .results .item .item-details .floorplans .wrap-4 .qck-submit,
.floorplans .wrap-4 #floorplans-listing .result-section .results .item .item-details .qck-submit {
  background: #024d71;
}

section#blog-detail .content-section p a {
  color: #824567 !important;
}

.contact-bottom .hywrap .LV_invalid {
  color: #B30000 !important;
}

#blog-page .btn, #blog-page .neighborhood-map-page .mobile-map-wrapper .directions,
.neighborhood-map-page .mobile-map-wrapper #blog-page .directions, #blog-page .floorplans .wrap-4 .qck-submit,
.floorplans .wrap-4 #blog-page .qck-submit {
  background-color: #20605E;
  border-color: #20605E;
}

#blog-page .btn.active, #blog-page .neighborhood-map-page .mobile-map-wrapper .active.directions, .neighborhood-map-page .mobile-map-wrapper #blog-page .active.directions, #blog-page .floorplans .wrap-4 .active.qck-submit, .floorplans .wrap-4 #blog-page .active.qck-submit {
  background-color: #024d71;
  border-color: #024d71;
}

#blog-page .pagination-sect .navigation li span.current {
  color: #20605E !important;
}

section#blog-detail .content-section p a {
  border-bottom: 1px solid transparent;
}

#menu-nav.show-menu {
  display: block !important;
}

#floorplans-detail .full-wrap .fp-sidebar .dt-buttons a {
  background: #595959;
}

#at_hover.atm-s a, .atm-s a {
  color: #2158A1 !important;
}

.at-branding-logo .at-branding-addthis, .at-branding-logo .at-branding-powered-by {
  color: #595959 !important;
}

/*------Fee Calculator Widget------*/
.expense-display .rfwa-expense-guide-container {
  font-family: "Lato";
  padding-bottom: 110px;
}
.expense-display .rfwa-expense-guide-container h2 {
  color: #024d71;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-family: "Alternative Gothic No3 D";
  font-weight: 500;
}
.expense-display .rfwa-expense-guide-container .rfwa-accordion-header h3,
.expense-display .rfwa-expense-guide-container .rfwa-expense-list .rfwa-expense-label,
.expense-display .rfwa-expense-guide-container .rfwa-expense-footer,
.expense-display .rfwa-expense-guide-container .rfwa-expense-list th,
.expense-display .rfwa-expense-guide-container .rfwa-expense-list .rfwa-expense-details,
.expense-display .rfwa-expense-guide-container .rfwa-expense-type.Optional,
.expense-display .rfwa-expense-guide-container .rfwa-expense-type.Situational,
.expense-display .rfwa-expense-guide-container .rfwa-expense-type-situational,
.expense-display .rfwa-expense-guide-container .rfwa-expense-type-optional,
.expense-display .rfwa-expense-guide-container .rfwa-expense-list .rfwa-expense-amount.has-tooltip,
.expense-display .rfwa-expense-guide-container .rfwa-export-pdf-link {
  color: #000000 !important;
}
.expense-display .rfwa-expense-guide-container .rfwa-group-description {
  text-align: left;
}
.expense-display .rfwa-expense-guide-container p, .expense-display .rfwa-expense-guide-container .rfwa-expense-footer, .expense-display .rfwa-expense-guide-container .rfwa-expense-type.Optional, .expense-display .rfwa-expense-guide-container .rfwa-expense-type.Situational, .expense-display .rfwa-expense-guide-container .rfwa-expense-list td::before {
  color: #000000;
}
.expense-display .rfwa-expense-guide-container .rfwa-expense-list th {
  font-weight: 600;
}
.expense-display .rfwa-expense-guide-container .rfwa-expense-type.Required, .expense-display .rfwa-expense-guide-container .rfwa-expense-type-required {
  background-color: #024d71;
  border-color: #024d71;
}
.expense-display .rfwa-expense-guide-container .rfwa-accordion-icon::before {
  border-color: #000000 !important;
}

#floorplans-detail .rfwa-fee-calculator::before {
  background-position: left center;
  height: 28px;
  position: absolute;
  left: 0;
  top: 55%;
  margin-top: -14px;
  width: 28px;
}

#floorplans-detail .rfwa-fee-calculator {
  width: auto !important;
  height: auto;
  color: #000000;
  padding-left: 30px !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}

#floorplans-detail .full-wrap .fp-sidebar .bottom-sect p:nth-child(2) {
  font-weight: 600;
}

.rfwa-fee-calculator {
  text-decoration: none;
}

.fp-fee-disclaimer {
  font-size: 10px !important;
}

#sightmap_parent .fp_tab_view {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
}
#sightmap_parent .fp_tab_view .tab:hover {
  color: #45474A !important;
}
#sightmap_parent .fp_tab_view .tab.active {
  color: #45474A !important;
}

.fp_tab_view {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
}
.fp_tab_view .tab {
  padding: 12px 30px;
  margin: 0 10px;
  font-family: "Alternative Gothic No3 D", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #55565a;
  background-color: transparent;
  border: 2px solid #55565a;
  text-decoration: none;
  transition: all 0.3s ease;
}
.fp_tab_view .tab:hover {
  background-color: #65cbc9;
  border-color: #65cbc9;
  color: #45474A;
}
.fp_tab_view .tab.active {
  background-color: #65cbc9;
  border-color: #65cbc9;
  color: #45474A;
}

.mt_fp_disclaimer_fee {
  font-size: 14px !important;
  text-align: center;
  padding-top: 15px;
}

#floorplans-listing {
  min-height: 68vh !important;
}

#floorplans-detail {
  min-height: 52vh !important;
}

/*# sourceMappingURL=style.css.map */
