/*
 Theme Name:   The Modern
 Author:       QBurst
*/

@charset "utf-8";
/* CSS Document */

/* CSS DocumentProject: The Modern
----------------------------------------------------------------------------------------------------------*/
/*------------------Layout,Table of Contents-----------------------------------------------------------------
1. BASIC STYLING FOR COMMON HTML ELEMENTS
2. COMMON CSS CLASSES
3. SKELITON
4. HEADER SECTION
5. BODY SECTION
6. FOOTER SECTION
-----------------------------------------------------------------------------------------------------------*/
/***************************************************************
These styles are subject to the following license agreement(s):

https://store.typenetwork.com/cart/eula/carter-cone
https://store.typenetwork.com/cart/eula/carter-cone
***************************************************************/

.millerbannerroman {
  font-family: "miller-banner", serif;
  font-style: Normal;
  font-weight: Normal;
}

.millerbannerlight {
  font-family: "miller-banner", serif;
  font-style: Normal;
  font-weight: Normal;
}

/*
@font-face {
    font-family: 'MillerBanner-Light';
    src: url('fonts/Miller-Banner-Light-01.eot');
    src: url('fonts/Miller-Banner-Light-01.eot?#iefix') format('embedded-opentype'),
        url('fonts/Miller-Banner-Light-01.woff') format('woff'),
        url('fonts/Miller-Banner-Light-01.ttf') format('truetype'),
        url('fonts/Miller-Banner-Light-01.svg#MillerBanner-Light') format('svg');
}
@font-face {
    font-family: 'MillerBanner-Roman';
    src: url('fonts/Miller-Banner-Roman-01.eot');
    src: url('fonts/Miller-Banner-Roman-01.eot?#iefix') format('embedded-opentype'),
        url('fonts/Miller-Banner-Roman-01.woff') format('woff'),
        url('fonts/Miller-Banner-Roman-01.ttf') format('truetype'),
        url('fonts/Miller-Banner-Roman-01.svg#MillerBanner-Roman') format('svg');
}*/
/*................................................
    1. BASIC STYLING FOR COMMON HTML ELEMENTS
.................................................*/
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
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;
  font-size: 100%;
  vertical-align: baseline;
}
html,
body {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
html {
  min-height: 100%;
}
body,
input,
select,
textarea,
button {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 13px;
  resize: none;
  color: #000000;
}
a {
  color: #000000;
  text-decoration: none;
  outline: none;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover {
  text-decoration: none;
}

.menu-header-menu-container a:hover {
  text-decoration: none;
  font-weight: bold;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle; /*width: auto\9;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
::-moz-selection {
}
::selection {
  text-shadow: none;
}
:focus {
  outline: 0;
}
ul li {
  list-style-type: none;
}
label,
input[type="submit"] {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/*................................................
    2. COMMON CSS CLASSES
.................................................*/
.mobile,
.tab_mobile,
.tablet {
  display: none !important;
}
.hide {
  display: none;
}
.blue {
  color: #3b5fa7;
  color: #1a5eab;
}
.width50 {
  width: 50%;
}
.width40 {
  width: 40%;
}
.width60 {
  width: 60%;
}
.width45 {
  width: 45%;
}
.width55 {
  width: 55%;
}
.width35 {
  width: 35%;
}
.width65 {
  width: 65%;
}
.width70 {
  width: 70%;
}
.width80 {
  width: 80%;
}
.width100 {
  width: 100%;
}
.padding_right20 {
  padding-right: 20px;
}
.padding_left40,
.scrolled .welcome_text {
  padding-left: 40px;
  padding-top: 20px;
}
.padding_right40 {
  padding-right: 40px;
}
.max_width265 {
  max-width: 265px;
}
.max_width320 {
  max-width: 320px;
}
.max_width350 {
  max-width: 350px;
}
.sec_heading {
  font-family: "miller-banner", serif;
  font-size: 62px;
  line-height: 62px;
  text-transform: uppercase;
  margin-bottom: 30px; /*letter-spacing: -1.49px;*/
}
.cursor_default {
  cursor: default !important;
}
.no_wrap {
  white-space: nowrap;
}
.sec_sub_heading {
  font-size: 13px;
  color: #3b5fa7;
  font-weight: 300;
}
/*.................................................
    3. SKELITON
..................................................*/
.main_wrapper {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  min-height: 100%;
  padding-bottom: 113px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.home_page .main_wrapper {
  max-width: 100%;
}
.scrolled .home_page .main_wrapper {
  max-width: 1600px;
}
header {
  position: fixed;
  top: 0;
  max-width: 1600px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 151;
  padding: 24px 35px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #ffffff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.home_page header {
  max-width: 100%;
}
.scrolled .home_page header {
  max-width: 1600px;
}
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 35px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-transform: uppercase;
}
.content_wrapper {
  padding: 0 35px;
  font-weight: 300;
  letter-spacing: 0.04em;
  overflow: hidden;
}
/*.................................................
    4. HEADER SECTION
..................................................*/
header.background_tranparent {
  background: transparent;
}
header .modern_logo {
  display: inline-block;
  position: relative;
}
header .modern_logo img {
  width: 224px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .modern_logo .m_logo_white {
  position: absolute;
  left: 0;
  top: 0;
}
header .modern_logo .m_logo_white,
header.background_tranparent .modern_logo .m_logo_black {
  opacity: 0;
}
header.background_tranparent .modern_logo .m_logo_white {
  opacity: 1;
}
header .phone_icon {
  display: none !important;
}
header .header_right a {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 20px;
  color: #000000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .header_right a span {
  position: relative;
  display: block;
}
header .header_right a.active span {
  color: #1a5eab;
}
.header_right img {
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}
header .header_right .blue_icon {
  opacity: 1;
}
header .data-layer-event-hamburger-nav {
  background-color: red !important;
}

header .header_right .white_icon {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
header.background_tranparent .header_right .white_icon {
  opacity: 1;
}
header.background_tranparent .header_right .blue_icon {
  opacity: 0;
}
header.background_tranparent .header_right a {
  color: #ffffff;
}
header.background_tranparent.menu_open .header_right .menu_open_color {
  color: #000000;
}
.hamburger {
  display: inline-block;
  cursor: pointer;
  width: 26px;
  position: relative;
  padding: 10px 0;
  margin-left: 20px;
  vertical-align: bottom;
}
.hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background: #222221;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.hamburger span:before,
.hamburger span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #222221;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.hamburger span:after {
  top: auto;
  bottom: 0;
}
.hamburger.open span {
  background: none !important;
}
.hamburger.open span:before,
.hamburger.open span:after {
  background: #1e5eac !important;
}
.hamburger.open span:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px;
}
.hamburger.open span:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 11px;
}
header.background_tranparent .hamburger span,
header.background_tranparent .hamburger span:before,
header.background_tranparent .hamburger span:after {
  background: #ffffff;
}
.nav_wrap {
  position: absolute;
  right: 0;
  z-index: 150;
  width: 390px;
}
nav {
  display: none;
  position: fixed;
  top: 83px;
  z-index: 2;
  width: 390px;
  bottom: 0;
  background: #125eaa;
  text-align: right;
  padding: 13px 35px 0 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 300;
  overflow: auto;
}
nav:before {
  content: "";
  position: absolute;
  top: -86px;
  right: 0;
  width: 100%;
  height: 86px;
  background: #ffffff;
}
nav .primary-menu {
  display: inline-block;
  width: 100%;
  padding-bottom: 13px;
}
nav .primary-menu li {
  display: inline-block;
  width: 100%;
  padding: 13px 0;
}
nav a {
  display: inline-block;
}
html.system nav a:hover,
nav .primary-menu .current-menu-item a,
html.system footer a:hover,
footer a.active {
  color: white !important;
}
.header_right .active,
html.system .header_right a:hover {
  color: #1a5eab;
}

.menu_social_icons {
  padding-bottom: 26px;
}
.menu_social_icons a {
  width: 23px;
  height: 23px;
  margin-left: 12px;
}
.menu_address {
  padding-top: 14px;
  padding-bottom: 30px;
  line-height: 18px;
}
.menu_address .nav_addrs {
  display: inline-block;
  float: right;
}
.menu_phn_number a {
  color: #ffffff;
  font-weight: 300;
}
nav .mCSB_outside + .mCSB_scrollTools {
  right: 0;
}
nav
  .mCS-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
nav .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.75);
}
nav
  mCustomScrollBox:hover
  + .mCS-dark.mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.75);
}
nav .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
nav .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
nav .mCustomScrollBox:hover > .mCSB_scrollTools,
nav .mCustomScrollBox:hover ~ .mCSB_scrollTools,
nav
  .mCustomScrollbar
  > .mCustomScrollBox
  > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
nav
  .mCustomScrollbar
  > .mCustomScrollBox
  ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 0.75 !important;
}
header .mob_apply_now {
  display: none !important;
}
/*.................................................
    5. BODY SECTION
..................................................*/
.intro_sec {
  display: flex;
  position: relative;
  width: 100%;
  max-width: none;
  margin-bottom: 50px;
}
.video_sec {
  height: 100vh;
  -webkit-transition:
    width 0.6s ease-in-out,
    height 0.6s ease-in-out;
  -o-transition:
    width 0.6s ease-in-out,
    height 0.6s ease-in-out;
  -moz-transition:
    width 0.6s ease-in-out,
    height 0.6s ease-in-out;
  transition:
    width 0.6s ease-in-out,
    height 0.6s ease-in-out;
}
.video_sec,
.image_sec {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -moz-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  position: relative;
}
.video_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
video {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  background-color: #000000;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  transition: opacity 200ms;
}
.home_page .welcome_sound {
  position: absolute;
  left: 4%;
  bottom: 30px;
  background: url(images/homepage/sound.svg) no-repeat center 0;
  cursor: pointer;
  z-index: 120;
  width: 30px;
  height: 14px;
  -o-background-size: 18px 28px;
  background-size: 18px 28px;
}

.home_page .welcome_sound.off {
  background-position: center -14px;
}
.welcome_text {
  background-color: #ffffff;
  overflow: hidden;
  width: 0;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 24px;
  font-weight: 300;
  align-self: flex-end;
  padding-left: 0;
  padding-top: 36px;
  -webkit-transition: width 0.6s ease-in-out;
  -o-transition: width 0.6s ease-in-out;
  -moz-transition: width 0.6s ease-in-out;
  transition: width 0.6s ease-in-out;
}
.home_page .welcome_text .sec_heading {
  margin-bottom: 20px;
  line-height: 62px; /*letter-spacing: 0.68px;*/
}
.welcome_text p {
  font-weight: 300;
}
.welcome_text ul {
  margin-top: 25px;
}
.welcome_text ul .blue {
  font-family: "miller-banner", serif;
  font-size: 17px;
  letter-spacing: 0.058em;
  text-transform: uppercase;
}
.welcome_text ul .blue:after {
  content: " ";
  position: relative;
}
/*html.home_page_template:not(.scrolled), html.home_page_template:not(.scrolled) body{overflow: hidden;}*/
.scrolled .welcome_text {
  width: 50% !important;
}
/*.scrolled .intro_sec {-webkit-transition: width .6s ease-in-out;-o-transition: width .6s ease-in-out;-moz-transition: width .6s ease-in-out;transition: width .6s ease-in-out;}*/
.scrolled .intro_sec .video_sec {
  width: 50%;
  height: auto !important;
}
.v_blank_img {
  width: 100%;
  visibility: hidden;
}
.home_page .main_wrapper {
  transition:
    all 0.3s ease,
    padding 0.6s ease-in-out;
  -webkit-transition:
    all 0.3s ease,
    padding 0.6s ease-in-out;
  -moz-transition:
    all 0.3s ease,
    padding 0.6s ease-in-out;
  -ms-transition:
    all 0.3s ease,
    padding 0.6s ease-in-out;
  -o-transition:
    all 0.3s ease,
    padding 0.6s ease-in-out;
}
html.home_page_template:not(.scrolled) .intro_sec .home_headline {
  position: absolute;
  left: 65px;
  bottom: 95px;
  width: 318px;
}
#home .h_content_sec {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 50px;
  line-height: 25px;
}
.h_content_sec .image_sec {
  display: block;
}
.h_content_sec .image_sec a {
  display: block;
}
.h_content_sec .text_sec .sec_heading a {
  display: inline-block;
}
.h_content_sec:not(.link_team) .text_sec .sec_heading span {
  display: block;
}
.image_sec img {
  max-height: 100%;
  width: 100%;
}
.link_buildings .image_sec {
  text-align: right;
}
/*.link_modern .image_sec{height:403px;}
.link_availability .image_sec{height:286px;}
.link_neighborhood .image_sec{height:341px;}
.link_buildings .image_sec{height:542px;text-align: right;}
.link_residences .image_sec{height:364px;}
.link_amenities .image_sec{height:350px;}
.link_views .image_sec{height:430px;}*/

.link_modern .text_sec {
  min-width: 368px;
}
.link_availability .text_sec {
  min-width: 531px;
}
.link_neighborhood .text_sec {
  min-width: 572px;
}
.link_buildings .text_sec {
  min-width: 466px;
}
.link_residences .text_sec {
  min-width: 413px;
}
.link_amenities .text_sec {
  min-width: 411px;
}
.link_views .text_sec {
  min-width: 305px;
}

.link_modern .the_modern_txt img {
  margin-bottom: 8px;
  width: 349px;
}
.link_buildings .image_sec .h_content_img {
  display: inline-block;
  width: 85%;
  height: 100%;
}
#home .h_content_sec.link_team {
  display: inline-block;
}
.link_team .text_sec.width55 {
  float: right;
}
.link_team .text_sec:first-child {
  text-align: right;
}
.link_team ul {
  display: table;
  border-collapse: separate;
  border-spacing: 10px 5px;
}
.link_team ul li {
  display: table-row;
}
.link_team ul li span {
  display: table-cell;
}
.link_team ul li span:first-child {
  text-transform: uppercase;
}

.btn_view_availability a {
  display: block;
  margin: 36px auto 0;
  width: 328px;
  font-weight: 300;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  padding: 10px 10px 8px;
  border: 1px solid #3b5fa7;
  color: #3b5fa7;
}
.h_content_sec .explore_txt {
  display: block;
  position: absolute;
  bottom: 20px;
  width: 100%;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.189em;
}
#home .link_buildings .image_sec .h_content_img {
  width: 100%;
}

/*......Neighborhood......*/
.blue_heading {
  font-family: "miller-banner", serif;
  color: #1a5eab;
  font-size: 35px;
  letter-spacing: 0px;
  line-height: 50px;
}
#neighborhood .sec_heading {
  margin-bottom: 20px;
}
.neigh_text_sec {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 20px;
}
.neigh_textbox1 img {
  width: 100%;
}
.neigh_textbox1,
.neigh_textbox2 {
  line-height: 25px;
}
.neigh_textbox1 {
  text-transform: uppercase;
}
.neigh_textbox1 p {
  max-width: 80%;
  float: right;
  padding-right: 20px;
  padding-bottom: 20px;
}
.neigh_textbox2 {
  align-self: flex-end;
  padding-left: 30px;
  padding-bottom: 20px;
  font-weight: 300;
}
.neigh_textbox2 p {
  font-size: 12px;
  line-height: 24px;
  padding-top: 25px;
}

.map_section {
  position: relative;
}
.map_section #map {
  height: 640px;
  width: 100%;
}
#map_btn {
  position: absolute;
  bottom: 10px;
  right: 15px;
}
#map_btn a {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 18px 9px;
  margin-left: 15px;
  color: #ffffff;
  border: 1px solid #557cbc;
  background: #557cbc;
  letter-spacing: 0.07em;
  font-weight: 300;
}
#map_btn a.active {
  background: #ffffff;
  color: #2361a6;
}
.map_section #custom_zoom_btn {
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  border-radius: 2px;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  width: 28px;
  height: 55px;
  position: absolute;
  bottom: 10px;
  left: 15px;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
}
.map_section .zoom_btn {
  background: none;
  display: block;
  border: 0px;
  margin: 0px;
  padding: 0px;
  position: relative;
  cursor: pointer;
  user-select: none;
  width: 28px;
  height: 27px;
  top: 0px;
  left: 0px;
}
.map_section .zoom_btn span {
  overflow: hidden;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 7px;
  top: 6px;
}
.map_section .zoom_btn img {
  position: absolute;
  left: 0px;
  top: 0px;
  user-select: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
  max-width: none;
  width: 120px;
  height: 54px;
}
.map_section .zoom_btn.zoom_out img {
  top: -15px;
}
html.system .map_section .zoom_btn:hover img {
  left: -30px;
}
.map_section .zoom_sep {
  position: relative;
  overflow: hidden;
  width: 67%;
  height: 1px;
  left: 16%;
  background-color: rgb(230, 230, 230);
  top: 0px;
}
#map .poi_popup {
  background: #de5340;
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  position: relative;
  margin-left: 20px;
  width: 250px;
  height: 130px;
}
#map .poi_popup:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: -19px;
  width: 20px;
  height: 4px;
  background: #de5340;
}
#map .poi_popup > div {
  padding: 20px;
}
#map .poi_popup .title_info {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}
#map .poi_popup a {
  color: #ffffff;
}
#map .poi_popup a {
  color: #ffffff;
}
#map .poi_popup a.popup_close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 7px;
  line-height: 10px;
  cursor: pointer;
}
#map .poi_popup a.popup_close:after {
  content: "x";
  position: relative;
  font-weight: 400;
  font-size: 16px;
}
.gm-style-iw div,
.gm-style .gm-style-iw {
  overflow: visible !important;
}

#map .poi_popup.outdoors,
#map .poi_popup.outdoors:before {
  background: #34cc66;
}
#map .poi_popup.transportation,
#map .poi_popup.transportation:before {
  background: #fc33cc;
}
#map .poi_popup.restaurant,
#map .poi_popup.restaurant:before {
  background: #f90000;
}
#map .poi_popup.coffee._.tea,
#map .poi_popup.coffee._.tea:before {
  background: #993300;
}
#map .poi_popup.entertainment,
#map .poi_popup.entertainment:before {
  background: #cbcc01;
}
#map .poi_popup.grocery,
#map .poi_popup.grocery:before {
  background: #cc6733;
}
#map .poi_popup.retail,
#map .poi_popup.retail:before {
  background: #00ccff;
}
#map .poi_popup.schools,
#map .poi_popup.schools:before {
  background: #ae26ff;
}
.gmnoprint img {
  pointer-events: none;
}

.neighborhood_category {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  font-weight: 300;
}
.neighborhood_category li.category_name {
  display: inline-block;
  margin: 0 3px;
  width: 128px;
}
.neighborhood_category .cat_sec_wrap {
  display: inline-block;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
  position: relative;
  padding: 15px 10px;
  background-color: #ffffff;
  color: #2361a6;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.neighborhood_category .cat_name {
  font-size: 12px;
  letter-spacing: 0.069em;
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
.neighborhood_category .cat_count {
  float: right;
  font-size: 32px;
}
.neighborhood_category .cat_icon {
  position: absolute;
  width: 28px;
  height: 28px;
  left: 10px;
  bottom: 20px;
}
.neighborhood_category .cat_icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.neighborhood_category .cat_icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.neighborhood_category li.category_name.active .cat_icon:before {
  opacity: 0;
}
.neighborhood_category li.category_name.active .cat_icon:after {
  opacity: 1;
}

.neighborhood_category li.category_name.grocery .cat_icon:before {
  background-image: url(images/neighborhood/grocery.png);
}
.neighborhood_category li.category_name.grocery .cat_icon:after {
  background-image: url(images/neighborhood/grocery_active.svg);
}
.neighborhood_category li.category_name.entertainment .cat_icon:before {
  background-image: url(images/neighborhood/entertainment.png);
}
.neighborhood_category li.category_name.entertainment .cat_icon:after {
  background-image: url(images/neighborhood/entertainment_active.svg);
}
.neighborhood_category li.category_name.retail .cat_icon:before {
  background-image: url(images/neighborhood/retail.png);
}
.neighborhood_category li.category_name.retail .cat_icon:after {
  background-image: url(images/neighborhood/retail_active.png);
}
.neighborhood_category li.category_name.restaurant .cat_icon:before {
  background-image: url(images/neighborhood/restaurants.png);
}
.neighborhood_category li.category_name.restaurant .cat_icon:after {
  background-image: url(images/neighborhood/restaurants_active.svg);
}
.neighborhood_category li.category_name.coffee .cat_icon:before {
  background-image: url(images/neighborhood/coffee.png);
}
.neighborhood_category li.category_name.coffee .cat_icon:after {
  background-image: url(images/neighborhood/coffee_active.svg);
}
.neighborhood_category li.category_name.transportation .cat_icon:before {
  background-image: url(images/neighborhood/transportation.png);
}
.neighborhood_category li.category_name.transportation .cat_icon:after {
  background-image: url(images/neighborhood/transportation_active.svg);
}
.neighborhood_category li.category_name.outdoors .cat_icon:before {
  background-image: url(images/neighborhood/outdoors.png);
}
.neighborhood_category li.category_name.outdoors .cat_icon:after {
  background-image: url(images/neighborhood/outdoors_active.svg);
}
.neighborhood_category li.category_name.schools .cat_icon:before {
  background-image: url(images/neighborhood/schools.png);
}
.neighborhood_category li.category_name.schools .cat_icon:after {
  background-image: url(images/neighborhood/schools_active.svg);
}

.neighborhood_category li.category_name.grocery.active .cat_sec_wrap {
  color: #cc6633;
}
.neighborhood_category li.category_name.entertainment.active .cat_sec_wrap {
  color: #cccc00;
}
.neighborhood_category li.category_name.retail.active .cat_sec_wrap {
  color: #00ccff;
}
.neighborhood_category li.category_name.restaurant.active .cat_sec_wrap {
  color: #ff0000;
}
.neighborhood_category li.category_name.coffee.active .cat_sec_wrap {
  color: #993300;
}
.neighborhood_category li.category_name.transportation.active .cat_sec_wrap {
  color: #ff33cc;
}
.neighborhood_category li.category_name.outdoors.active .cat_sec_wrap {
  color: #33cc66;
}
.neighborhood_category li.category_name.schools.active .cat_sec_wrap {
  color: #ae26ff;
}

.neighborhood_category li .sub_category {
  display: none;
  font-size: 14px;
  line-height: 29px;
  letter-spacing: 0.09em;
  padding-top: 25px;
}
.neighborhood_category li .sub_category li {
  padding-bottom: 25px;
  padding-top: 4px;
}
.neighborhood_category li .sub_category h3 a {
  color: #2361a6;
  text-transform: uppercase;
  font-size: 18px;
  line-height: normal;
}
.neighborhood_category .mob_cat_icon {
  width: 57px;
  height: 57px;
  margin: 0 auto 20px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.neighborhood_category li.category_name.grocery .mob_cat_icon {
  background-image: url(images/neighborhood/mob_grocery.png);
}
.neighborhood_category li.category_name.entertainment .mob_cat_icon {
  background-image: url(images/neighborhood/mob_entertainment.png);
}
.neighborhood_category li.category_name.retail .mob_cat_icon {
  background-image: url(images/neighborhood/mob_retail.png);
}
.neighborhood_category li.category_name.restaurant .mob_cat_icon {
  background-image: url(images/neighborhood/mob_restaurants.png);
}
.neighborhood_category li.category_name.coffee .mob_cat_icon {
  background-image: url(images/neighborhood/mob_coffee.png);
}
.neighborhood_category li.category_name.transportation .mob_cat_icon {
  background-image: url(images/neighborhood/mob_transportation.png);
}
.neighborhood_category li.category_name.outdoors .mob_cat_icon {
  background-image: url(images/neighborhood/mob_outdoors.png);
}
.neighborhood_category li.category_name.schools .mob_cat_icon {
  background-image: url(images/neighborhood/mob_schools.png);
}

/*......Amenities......*/
.inner_pages {
  font-weight: 300;
}
.inner_pages .intro_content {
  display: flex;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 25px;
}
.inner_pages .sec_heading {
  margin-bottom: 20px;
}
.inner_pages .intro_content p {
  width: 80%;
  width: 85%;
}
.inner_pages .intro_content .text_sec {
  align-self: center;
}
.inner_pages .main_contents,
.text_fontsize,
.contact-form .hywrap .control-label {
  font-size: 12px;
  line-height: 24px;
}
.inner_pages .text_sec ul li {
  position: relative;
  padding-top: 5px;
  margin-left: 15px;
}
.inner_pages .text_sec ul li:before {
  content: "\2022";
  position: absolute;
  top: -3px;
  left: -16px;
  width: 15px;
  padding-top: 5px;
  font-size: 16px;
  color: #3b5fa7;
  line-height: 28px;
}
.amenities_sec1 {
  margin-bottom: 60px;
}
.amenities_sec1 p {
  max-width: 366px;
}
.amenities_sec2 {
  position: relative;
  padding-left: 50%;
  padding-right: 20px;
}
.amenities_sec2 .image_wrap {
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(50% - 20px);
}
.amenities_sec2 .image_wrap img {
  margin-bottom: 15px;
}
.amenities_sec2 .image_wrap img:last-of-type {
  margin-bottom: 0;
}
#amenities .main_contents {
  margin-bottom: 40px;
}
#amenities .main_contents:last-child {
  margin-bottom: 0;
}
.amenities_sec2 .blue_heading {
  max-width: 360px;
}
.amenities_sec2 .amenities_list {
  margin-top: 30px;
}
.amenities_sec2 p,
.amenities_sec2 .amenities_list {
  max-width: 86%;
}
.amenities_sec3 {
  padding: 0 25px;
  display: flex;
  flex-wrap: wrap-reverse;
  width: 100%;
}
.amenities_sec3 .text_sec {
  display: inline-block;
  width: 84%;
  padding-bottom: 40px;
}
.amenities_sec3 ul {
  float: left;
}
.inner_pages .flexslider {
  opacity: 1;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}
.inner_pages .flexslider .slides li {
  -webkit-backface-visibility: visible;
}
.inner_pages .flex-direction-nav a {
  opacity: 1 !important;
  background: url(./images/right-arrow-gallery.png) no-repeat left center;
  background-size: cover;
  font-size: 0;
  height: 54px;
  width: 53px;
  top: 50%;
  margin-top: -27px;
}
.inner_pages .flex-direction-nav .flex-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.inner_pages .flexslider:hover .flex-direction-nav .flex-next,
.inner_pages .flex-direction-nav .flex-next {
  right: 20px;
}
.inner_pages .flexslider:hover .flex-direction-nav .flex-prev,
.inner_pages .flex-direction-nav .flex-prev {
  left: 20px;
}
.inner_pages .flex-direction-nav a.flex-next:before,
.inner_pages .flex-direction-nav a.flex-prev:before {
  display: none;
}
.inner_pages .flex-control-nav {
  display: none;
  bottom: 10px;
}
.inner_pages .flex-control-paging li a {
  width: 11px;
  height: 11px;
  background: transparent;
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
  -moz-box-shadow: inset 0 0 0 1px #ffffff;
  -o-box-shadow: inset 0 0 0 1px #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff;
}
.inner_pages .flex-control-paging li a.flex-active {
  background: #ffffff;
}
html.system .inner_pages .flex-control-paging li a:hover {
  background: rgba(255, 255, 255, 0.7);
}
.inner_pages .flex-control-nav li {
  margin: 0;
  padding: 10px 6px 0;
}
.inner_pages .mob_slider {
  width: 0 !important;
  height: 0 !important;
}
.amenities_sec4,
.amenities_sec5,
.amenities_sec6,
.amenities_sec6 .game_on {
  display: flex;
  width: 100%;
}
.amenities_sec4 .image_wrap {
  padding-right: 25px;
  text-align: right;
}
.amenities_sec4 .text_sec {
  padding-left: 30px;
  padding-right: 42px;
}
.amenities_sec4 .image_wrap img {
  padding-top: 10px;
}
.amenities_sec4 .text_sec ul {
  padding-bottom: 30px;
  max-width: 80%;
}
.amenities_sec5 {
  direction: rtl;
}
.amenities_sec5 > * {
  direction: ltr;
}
.amenities_sec5 .text_sec {
  align-self: center;
  padding-right: 30px;
}
.amenities_sec5 .amenities_sub_sec {
  padding-top: 30px;
}
.amenities_sec6 .amenities_sub_sec {
  padding-bottom: 25px;
  max-width: 80%;
  display: inline-block;
  text-align: left;
}
.amenities_sec6 .image_wrap {
  padding-right: 30px;
  padding-top: 10px;
  text-align: right;
  padding-left: 25px;
}
.amenities_sec6 .text_sec {
  padding-right: 60px;
  text-align: right;
}
.amenities_sec6 .game_on {
  flex-wrap: wrap-reverse;
  justify-content: flex-end;
}
.amenities_sec6 .image_wrap img {
  /*width:85%;*/
}

/*......Availability......*/
.floorplans.content_wrapper {
  overflow: visible;
  display: inline-block;
  width: 100%;
}
.floorplans .intro_content {
  display: flex;
}
.floorplans .intro_content .text_sec {
  align-self: center;
}
.floorplans .intro_content .width50.desktop_tab {
  padding-right: 25px;
}
.floorplans .form_section {
  padding: 40px 0 70px;
}
.floorplans .form_section .blue_heading {
  text-align: center;
  margin-bottom: 30px;
}
.floorplans form {
  text-align: center;
}
.floorplans form .select_option {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.floorplans form .search_btn {
  font-weight: 300;
  display: inline-block;
  text-align: center;
  -webkit-appearance: none;
  cursor: pointer;
  background: #9a989a;
  color: #ffffff;
  letter-spacing: 0.04em;
  width: 178px;
  padding: 8px 10px 7px;
  border: 0;
  border-radius: 0;
}
html.system .floorplans form .search_btn:hover {
  background: #1a5eab;
}
.floorplans form .selectbox_num {
  font-family: "miller-banner", serif;
  font-size: 20px;
  line-height: 11px;
  min-width: 15px;
  text-align: center;
  display: inline-block;
}
.floorplans form .select_box_wrap {
  width: 314px;
  max-width: 100%;
  margin-left: 10px;
  text-align: left;
}
.floorplans .customSelect {
  z-index: 0 !important;
  margin-right: 0;
  width: 100% !important;
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.149em;
}
.floorplans .customSelect.select-open {
  z-index: 2 !important;
}
.floorplans .customSelect .selectedValue {
  text-shadow: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #c5c6c5;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  padding: 0 20px 15px 0;
}
.floorplans .customSelect .selectList {
  padding: 7px 0;
}
.floorplans .customSelect dd {
  padding: 7px 15px;
}
.floorplans .customSelect dd.itm-0 {
  display: none;
}
.floorplans .customSelect .selected {
  background: #1a5eab !important;
}
.floorplans .customSelect .selectList {
  background: #ebeaea;
  margin-top: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.floorplans .customSelect .selectList dl {
  background: #ebeaea;
}
.floorplans .customSelect .selectValueWrap .caret {
  width: 20px;
  height: 20px;
  border: 0;
  background: url(images/select_box_arrow.png) no-repeat center center;
  background-size: 12px auto;
  top: 0;
  right: 0;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.floorplans .customSelect.select-open .selectValueWrap .caret {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.hasJS .floorplans select.custom.use-default {
  z-index: 1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.floorplans .customSelect.select-open .selectList,
.floorplans .customSelect .selectList dl,
.floorplans .customSelect .selectList .selectListOuterWrap,
.floorplans .customSelect .selectList .jspScrollable,
.floorplans .customSelect .selectList .jspContainer,
.floorplans .customSelect .selectList .jspPane {
  width: 100% !important;
}
.floorplans .selectList,
.floorplans .selectListInnerWrap,
.floorplans .jspTrack,
.floorplans .jspDrag {
  width: 100%;
}
.floorplans .jspContainer,
.floorplans .jspPane {
  left: 0 !important;
}

.floorplans .no_result {
  padding-bottom: 40px;
}
.flrpln_result_wrap {
  font-weight: 300;
  letter-spacing: 0.149em;
  padding: 0 25px;
}
.flrpln_result_wrap .blue_heading {
  letter-spacing: 0.04em;
  margin-right: auto;
}
.result_num_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.flrpln_sort {
  display: inline-block;
  text-transform: uppercase;
  align-self: center;
  padding-top: 13px;
  padding-right: 30px;
}
.flrpln_sort * {
  display: inline-block;
  vertical-align: top;
}
.flrpln_sort dd {
  position: relative;
  z-index: 1;
  display: block;
}
.flrpln_sort ul {
  padding-left: 25px;
}
.flrpln_sort li {
  position: relative;
}
.flrpln_sort li:after {
  content: "|";
  padding: 0 20px;
  position: relative;
  display: inline-block;
}
.flrpln_sort li:last-of-type:after {
  display: none;
}
html.system .flrpln_sort li a:hover {
  color: #1a5eab;
}
html.system .flrpln_sort li a.active:hover {
  color: #1a5eab;
}
.flrpln_sort li a.active,
.flrpln_sort .mob_sort_option {
  border-bottom: 1px solid #c6c6c6;
  position: relative;
}
.flrpln_sort li a.active:after,
.flrpln_sort .mob_sort_option:after {
  content: "";
  opacity: 0.8;
  position: absolute;
  width: 20px;
  height: 100%;
  background: url(images/angle-arrow-down.png) no-repeat center center;
  background-size: 7px auto;
  right: -20px;
  top: 0;
}
.flrpln_sort .mob_sort_option:after {
  right: 0;
  background-size: 9px auto;
  opacity: 0.7;
  width: 10px;
}
.flrpln_sort li a.active.asc:after,
.flrpln_sort .mob_sort_option.asc:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.flrpln_list {
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
  position: relative;
}
.flrpln_content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.flrpln_list_content {
  border-bottom: 1px solid #e6e5e6;
  overflow: hidden;
  height: auto;
}
.flrpln_list_row {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.flrpln_list_col {
  display: flex;
  flex-flow: row nowrap;
  flex-grow: 1;
  flex-basis: 0;
  justify-content: center;
  padding: 15px 3px;
  vertical-align: middle;
  text-align: center;
}
.flrpln_list_row .flrpln_list_col:last-of-type {
  /* padding-right: 15px; */
}

.flrpln_list_title {
  color: #ffffff;
  background: #767476;
  font-weight: 300;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  border-bottom: 0;
}
.flrpln_list .pln_view_link a {
  text-transform: uppercase;
  color: #1a5eab;
}
.flrpln_btn {
  width: 120px;
  font-weight: 300;
  padding: 1px 5px 0;
  border: 1px solid #e6e5e6;
  text-align: center;
}
.flrpln_list .flrpln_btn {
  background: #1e5eac;
  border-color: #1e5eac;
  color: #ffffff;
  text-transform: uppercase;
}
html.system .flrpln_list .flrpln_btn:hover,
.flrpln_list .flrpln_list_row.active .flrpln_btn {
  color: #1a5eab;
  background: #ffffff;
}
.flrpln_list .flrpln_list_row.active .flrpln_btn {
  border-color: transparent;
}
.flrpln_list .flrpln_list_row.active {
  background: #c2cbe5;
}

.flrpln_detail_sec {
  display: none;
  width: 100%;
  padding: 30px 15px 25px;
  position: relative;
}
.flrpln_detail_sec img {
  max-height: 100%;
}
.flrpln_detail_sec .flr_modern_logo {
  width: 244px;
  height: 39px;
  margin-bottom: 35px;
}
.flr_detail_logo {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  text-align: left;
  margin-top: 40px;
  flex-wrap: wrap;
}
.flr_detail_logo > *,
.flr_footer_logo > * {
  display: inline-block;
  vertical-align: bottom;
  line-height: normal;
  margin-right: 8px;
}
.flr_detail_logo .bozzuto_logo,
.flr_detail_logo .bozzuto_logo img {
  width: 79px;
}
.flr_detail_logo .eho_logo,
.flr_detail_logo .eho_logo img {
  width: 11px;
}
.flr_detail_logo .ada_logo {
  width: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.flr_detail_logo .flr_phn_num {
  width: 248px;
  font-family: "miller-banner", serif;
  text-transform: uppercase;
  font-size: 10px;
  vertical-align: bottom;
}
.flr_footer_logo {
  width: 250px;
}
.flr_detail_logo .disclaimer_txt {
  font-size: 8px;
  letter-spacing: 2px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: calc(100% - 520px);
  max-width: calc(100% - 520px);
  margin-right: 0;
  margin-top: 10px;
  text-align: right;
}
.flr_detail_logo .disclaimer_txt span {
  display: inline-block;
  text-align: left;
}
.flr_detail_logo .sjp_logo {
  width: 105px;
}
.flrpln_detail_left {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: left;
}
.flr_thumb {
  width: 55%;
  display: inline-block;
  text-align: center;
}
.flrpln_detail_right {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  margin-top: 24px;
}
.flr_details {
  font-family: "miller-banner", serif;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  float: right;
  max-width: 45%;
}
.flr_sub_details.text_fontsize {
  text-transform: uppercase;
  margin-top: 12px;
}
.flrpln_detail_sec .flrpln_btn {
  background: #1e5eac;
  border-color: #1e5eac;
  color: #ffffff;
  text-transform: uppercase;
  padding: 4px 20px;
  align-self: center;
  margin-top: 13px;
  width: 145px !important;
  display: block;
  margin: 0 auto 10px;
  font-family: "proxima-nova", sans-serif;
}
.flrpln_detail_sec .flrpln_btn:hover {
  background: #fff;
  border-color: #1e5eac;
  color: #1e5eac;
}
/*.flrpln_detail_left .expand_img{display: inline-block;width: 100%;}*/
.flrpln_detail_left .expand_img img {
  max-width: 95%;
}
.flrpln_detail_right .key_pln_wrap {
  padding-right: 15px;
  max-width: 225px;
}
.flrpln_detail_right .key_pln_wrap > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.flrpln_detail_right .key_pln_wrap .key_plan_img {
  max-width: 60%;
  margin-right: 15px;
}
.flrpln_detail_right .key_pln_wrap .flr_direction_pln {
  max-width: 35%;
}
.flrpln_detail_sec .flrpln_btn.mob_more_details {
  display: none;
}
#floorplans_result .show_more_result {
  position: relative;
  padding-top: 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
#floorplans_result .show_more_result #floorplan_more_btn {
  cursor: pointer;
}
#floorplans_result .show_more_result #floorplan_more_btn:after {
  content: "\203A";
  position: relative;
  display: inline-block;
  margin-left: 20px;
  vertical-align: bottom;
  font-size: 21px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.mfp-zoom-out-cur .mfp-image-holder .floorplan_popup .mfp-close {
  cursor: pointer;
  width: 30px;
}

.flrpln_share_wrap {
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.flrpln_share_wrap > * {
  opacity: 0;
}
.share_pln .flrpln_share_wrap {
  visibility: visible;
}
.share_pln .flrpln_share_wrap > * {
  opacity: 1;
}
.flrpln_share_wrap .blue_heading {
  margin-bottom: 25px;
}
.flrpln_share_wrap p {
  padding-bottom: 30px;
  word-break: break-word;
}
.floorplans .share_icons_wrap {
  display: flex;
  max-width: 475px;
  width: auto;
  justify-content: center;
  padding-top: 15px;
  border-top: 1px solid #7f7f7f;
  flex-wrap: wrap;
  margin: 0 auto;
}
.floorplans .flrpln_shr {
  position: relative;
  width: 100%;
  text-align: center;
}
.floorplans .share_icons_wrap .flr_share_icon {
  margin-right: 25px;
  margin-top: 15px;
  width: 37px;
}
.floorplans .share_icons_wrap .flr_share_icon:last-of-type {
  margin-right: 0;
}
.flr_share_icon.addthis_button_pinterest {
  position: relative;
}
.flr_share_icon.addthis_button_pinterest .pin_it_iframe_widget {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100% !important;
}
.flr_share_icon.addthis_button_pinterest .pin_it_iframe_widget span {
  opacity: 0;
  background: none !important;
  box-shadow: none !important;
  height: 100%;
  display: block;
  width: 100%;
}
.floorplans .share_close {
  position: absolute;
  top: -20px;
  right: 0;
  padding: 10px;
  line-height: 17px;
  font-size: 22px;
}

/*Loader style*/
.sk-circle {
  margin: 100px auto;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #000000;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-circle span {
  position: absolute;
  top: 32px;
  font-size: 13px;
  left: 0;
  right: 0;
  text-align: center;
}
.load-more-icon {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
}

/*.................................................
    6. FOOTER SECTION
..................................................*/
.f_left_top {
  font-family: "miller-banner", serif;
  font-size: 25px;
  letter-spacing: 0;
  padding-bottom: 10px;
}
.f_sep {
  padding: 0 10px;
  line-height: 27px;
  display: inline-block;
  vertical-align: text-top;
}
.f_left_bottom .phoneNumber {
  display: inline-block;
}
.tel-separator {
  display: inline-block;
  font-size: 20px;
  vertical-align: text-top;
  line-height: 16px;
  margin: 0 5px;
}
.tel-text {
  margin-right: 5px;
}
.f_phone_number {
  color: #1a5eab;
  font-weight: 500;
  display: inline-block;
}
.footer_right {
  width: 330px;
}
.f_right_top,
.f_right_bottom {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.f_right_top img {
  width: 17px;
}
.f_right_top .bozzuto_logo img {
  width: 138px;
}
.footer_right .ada_logo {
  width: 14px;
}
.f_right_bottom {
  font-size: 10px;
}
.f_right_bottom > * {
  margin-top: 15px;
}
.footer_right a,
.footer_right p,
.footer_right .ada_logo {
  display: inline-block;
  margin-left: 12px;
}
.footer_right .f_social_icons a {
  margin-left: 8px;
}
.footer_right .f_social_icons a:first-of-type {
  margin-left: 0;
}
.footer_right .f_right_bottom a,
.footer_right .f_right_bottom p {
  margin-left: 15px;
}
.footer_right .f_right_bottom a:first-of-type {
  margin-left: 0;
}

/*************gallery**************/

.gallery-page-wrapper .flex-direction-nav a {
  opacity: 1 !important;
  background: url(./images/right-arrow-gallery.png) no-repeat left center;
  background-size: cover;
  font-size: 0;
  height: 54px;
  width: 53px;
  top: 50%;
  margin-top: -27px;
}
.gallery-page-wrapper .flex-direction-nav .flex-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.system .gallery-page-wrapper .flexslider:hover .flex-direction-nav .flex-next,
.gallery-page-wrapper .flex-direction-nav .flex-next {
  right: 20px;
}
.system .gallery-page-wrapper .flexslider:hover .flex-direction-nav .flex-prev,
.gallery-page-wrapper .flex-direction-nav .flex-prev {
  left: 20px;
}
.gallery-page-wrapper .flex-direction-nav a.flex-next:before,
.gallery-page-wrapper .flex-direction-nav a.flex-prev:before {
  display: none;
}
.gallery-page-wrapper .flexslider {
  opacity: 0;
  margin: 0;
  border: none; /*position: absolute;top: 188px;*/
  position: fixed;
  top: 150px;
  left: 0;
  bottom: 0;
  width: 100%;
}

/*.gallery-page-wrapper {margin: 11px 0 0;overflow: auto;}*/
.category-wrapper.fixed-category {
  position: fixed;
  top: 66px;
  z-index: 1;
  left: 50%;
  background: #ffffff;
  margin: 0;
  width: calc(100% - 70px);
  max-width: 1600px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transition:
    top 0.8s ease-in-out,
    position 0.1s ease-in-out,
    background 0.1s ease-in-out,
    left 0s ease-in-out;
  -moz-transition:
    top 0.8s ease-in-out,
    position 0.1s ease-in-out,
    background 0.1s ease-in-out,
    left 0s ease-in-out;
  -o-transition:
    top 0.8s ease-in-out,
    position 0.1s ease-in-out,
    background 0.1s ease-in-out,
    left 0s ease-in-out;
  transition:
    top 0.8s ease-in-out,
    position 0.1s ease-in-out,
    background 0.1s ease-in-out,
    left 0s ease-in-out;
}
.gallery-page-wrapper .sec_heading {
  margin: 0;
}
.gallery-page-wrapper .flexslider .slides > li {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; /*display: flex !important;justify-content: center;*/
  background: #000;
}
.thumbnail-img {
  height: 315px;
  width: calc(33.3333% - 10px);
  background-size: cover !important;
  margin: 10px 5px 0;
  cursor: pointer;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  z-index: 1;
  background-position: center !important;
  background-repeat: no-repeat;
}
.thumbnail-wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.gallery-page-wrapper .flexslider .close-btn {
  background: url(./images/close-btn.png) no-repeat center;
  height: 45px;
  width: 45px;
  position: absolute;
  right: 15px;
  top: 25px;
  z-index: 1;
  display: none;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  cursor: pointer;
}
.gallery-page-wrapper h1,
.team-wrapper h1,
.contact-us-wrap h1 {
  /*font-size: 62px;*/
  letter-spacing: -0.87px;
  text-transform: uppercase;
  font-family: "miller-banner", serif;
}
.category-wrapper {
  display: flex;
  align-items: center;
  text-transform: uppercase; /*margin: 35px 0 30px;*/
  padding: 30px 0;
  font-weight: 300;
  z-index: 2;
  position: relative;
}
.category-wrapper li {
  margin-right: 40px;
  letter-spacing: 2.39px;
  cursor: pointer;
  -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;
  position: relative;
}
.category-wrapper li.active:after,
.system .category-wrapper li:hover:after {
  color: #1a5eab;
  border-bottom: 1px solid #1a5eab;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  opacity: 1;
}
.category-wrapper li:after {
  color: #1a5eab;
  border-bottom: 1px solid #1a5eab;
  content: "";
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.gallery-page-wrapper .flexslider .slides .slider-bg-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}
.system .category-wrapper li:hover {
  position: relative;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.category-wrapper li.active {
  position: relative;
  color: #1a5eab;
}
.slide-details {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: 300;
  position: relative;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  padding: 0 30px;
  text-align: center;
}
.system .thumbnail-img:hover .slide-details {
  visibility: visible;
  opacity: 1;
}
.g-slider-bg {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
}
.gallery-page-wrapper {
  position: relative;
}
.slide-details p {
  margin: 10px 0 0;
}
.slide-details p:first-child {
  margin: 0;
}
.caption-wrap {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #fff;
  line-height: 18px;
  position: absolute;
  letter-spacing: 0.04em;
  font-weight: 300;
}
.number-of-slides {
  display: none;
}
.slide-details img {
  margin-top: 15px;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.main.dropdown {
  margin: 30px 0 0;
  position: relative;
  display: none;
}
.main.dropdown .flex-active-slide.active a {
  background: #1e5eac;
  color: #fff;
}
.wrapper-demo:after {
  clear: both;
  content: "";
  display: table;
}
.wrapper-dropdown-3 {
  background: #fff;
  padding: 12px 10px 10px;
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px;
  border: 1px solid;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  font-weight: 500;
}
.wrapper-dropdown-3:after {
  background-image: url(./images/angle-arrow-down.png);
  background-repeat: no-repeat;
  border: none;
  content: "";
  opacity: 1;
  height: 18px;
  width: 18px;
  background-size: contain;
  background-position: center;
  margin-left: 8px;
  -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;
  right: 15px;
}

.wrapper-dropdown-3 .dropdown {
  /* Size & position */
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  /* Styles */
  background: white;
  border-radius: inherit;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-weight: normal;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  list-style: none;
  /* Hiding */
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.wrapper-dropdown-3 .dropdown li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.wrapper-dropdown-3 .dropdown li i {
  float: right;
  color: inherit;
}

/* Active state */
.wrapper-dropdown-3.active .dropdown {
  opacity: 1;
  pointer-events: auto;
  z-index: 100;
}

/* No CSS3 support */
.no-opacity .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
  display: none;
  opacity: 1; /* If opacity support but no pointer-events support */
  pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown {
  display: block;
}

/************************The Team**************************/
.team-wrapper.content_wrapper {
  font-weight: 300;
}
.team-wrapper h1 {
  margin-bottom: 0;
}
.tab-section:last-child:after {
  border: none;
}
.accordion {
  /*margin: 20px 0;*/
  position: relative;
  width: 80%;
}
.accordion .accordion-check {
  display: none;
}
.accordion .accordian-heading {
  justify-content: space-between;
  align-items: center;
  display: flex;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  color: #1a5eab;
  letter-spacing: 0.029em;
  width: 50%;
  padding: 10px 0;
}
.accordian-heading span:last-child {
  margin-right: 40px;
}
.accordion .tab-content {
  display: none;
  letter-spacing: 0.48px;
}
.accordion .tab-content .content {
  /*font-size: 12px;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.accordion .tab-content .content div {
  width: 49%;
  font-weight: 300;
  letter-spacing: 1.08px;
}
.accordion .accordian-heading:after {
  content: "";
  background-image: url(./images/dwn_arrow.png);
  height: 16px;
  width: 16px;
  background-size: 12px auto;
  background-position: center;
  position: absolute;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  right: 10px;
  top: 12px;
}
.accordion .tab-section.active .accordian-heading:after,
.wrapper-dropdown-3.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tab-section:after {
  content: "";
  border-bottom: 1px solid #1a5eab;
  width: 50%;
  height: 1px;
  position: absolute;
  bottom: 0;
  opacity: 0.4;
}
.tab-section {
  position: relative;
  padding: 20px 0;
}
.tab-content h3 {
  letter-spacing: 0.99px;
  font-size: 16px;
  font-weight: 300;
  margin: 10px 0 15px;
}
.accordion .tab-content .content p {
  text-transform: uppercase;
  margin: 20px 0 5px;
}
.team-wrapper h1,
.contact-us-wrap h1 {
  padding: 0;
}
/*.team-wrapper.content_wrapper {padding-top: 40px;}*/
.tab-section.active {
  padding: 20px 0 30px;
}
.accordion .tab-content .content div br {
  display: none;
}

/**********************contact us************************/

.working-hours {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 64px;
}
.contact-us h2 {
  font-family: "miller-banner", serif;
  font-weight: 300;
  color: #1a5eab;
  font-size: 35px;
  line-height: 27px;
  margin-bottom: 10px;
}
.contact-us p {
  font-weight: 300;
  letter-spacing: 0.04em;
}
.content_wrapper .hywrap {
  width: 45% !important;
  margin: 0;
  color: #000;
}
.contact-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 45px;
  width: 100%;
  max-width: 1200px;
}
.address-wrap div {
  width: 260px;
}
.address-wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.address-wrap h4,
.address-wrap h2 {
  color: #1a5eab;
  font-weight: 500;
  letter-spacing: 0.52px;
  font-size: 13px;
  line-height: 27px;
}
.address-wrap span {
  letter-spacing: 0.47px;
  font-weight: 300;
}
.address {
  margin-bottom: 50px;
}
.contact-us {
  margin-top: 50px;
}
#autofill-confirm {
  padding: 10px 0 !important;
  font-weight: 500 !important;
}
#autofill-confirm {
  padding: 0 0 10px !important;
  font-weight: 500 !important;
  color: #000;
}
.contact-form .hywrap .form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-form .hywrap .form-actions #more-info {
  margin: 0;
  order: 1;
}
.contact-form .hywrap .form-actions #more-info a {
  color: #1a5eab;
  margin-right: 10px;
}
.contact-form .hywrap .form-actions button {
  order: 2;
  border: none;
  background: #9a989a;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  width: 104px;
  height: 30px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  letter-spacing: 1.45px;
}
.contact-form .hywrap .control-label {
  color: #000000;
  font-size: 12px;
  padding: 0;
  letter-spacing: 1.26px;
}
.contact-us-wrap {
  margin-bottom: 50px;
}
.contact-form .hywrap select,
.contact-form .hywrap textarea,
.contact-form .hywrap input[type="text"] {
  border-color: #e6e5e6;
  background: #fff;
}

/********************404*********************/

.not-found-wrap {
  height: calc(100% - 215px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  letter-spacing: 0.05em; /*top: 30%;*/
}
.not-found-wrap h1 {
  font-size: 85px;
  text-transform: uppercase;
}
.not-found-wrap h2 {
  font-size: 47px;
  margin: 10px 0 70px;
}
.not-found-wrap h2,
.not-found-wrap h1 {
  color: #135eaa;
  font-family: "miller-banner", serif;
}
.not-found-wrap span {
  font-weight: 300;
  font-size: 15px;
}

/********************thank you*******************/

.thank-you-wrap {
  height: calc(100% - 250px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  flex-direction: column;
  background: #1c5eac;
  text-align: center;
  margin: 0 35px;
  top: 128px;
  letter-spacing: 0.05em;
}
.thank-you-wrap h1 {
  color: #ffffff;
  font-family: "miller-banner", serif;
  font-size: 53px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2.65px;
  margin-bottom: 10px;
}
.thank-you-wrap span {
  color: #ffffff;
  margin-top: 70px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.common-wrap.content_wrapper {
  padding-top: 25px;
  overflow: inherit;
}
.system .contact-form .hywrap .form-actions button:hover {
  background: #1a5eab;
}

/* ***************************** buildings ****************************** */

#buildings .amenities_sec1.intro_content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

/* #buildings .intro_content .text_sec {
  margin-left: 50px;
} */

#buildings .sec_heading span {
  color: #3b5fa7;
}
#buildings .intro_content p {
  width: 100%;
}
#buildings .amenities_sec1 {
  margin: 60px 0;
  direction: ltr;
}
#buildings .amenities_sec5 {
  margin: 60px 0;
  direction: ltr;
}
#buildings .amenities_sec5 .text_sec {
  padding-right: 50px;
  padding-left: 15px;
}

/* #buildings .amenities_sec5 .text_sec p:nth-child(2) {margin-bottom: 25px;} */
#buildings .amenities_sec1.buildings_sec3 {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}
#buildings .amenities_sec1.buildings_sec3 .width45.text_sec {
  /* margin-left: 50px; */
  align-self: center;
}
#buildings .amenities_sec1.buildings_sec3 .sec_heading {
  color: #3b5fa7;
  font-size: 35px;
  font-weight: 300;
  line-height: 27px;
  text-align: right;
  text-transform: none;
  margin-top: 60px;
}
#buildings {
  margin: 20px 0 0;
}
#buildings .amenities_sec1.buildings_sec2 {
  width: 100%;
  display: flex;
  flex-direction: row;
}
#buildings .amenities_sec1.buildings_sec2 .width35.text_sec {
  padding-right: 50px;
  padding-left: 15px;
}
#buildings .amenities_sec1.buildings_sec2 .sec_heading {
  color: #3b5fa7;
  font-size: 35px;
  font-weight: 300;
  line-height: 27px;
  text-align: right;
  text-transform: none;
  margin-top: 60px;
}

#buildings .flex-pauseplay button {
  top: unset;
  bottom: 10px;
  left: 25px;
}

#buildings .text_sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
}

#buildings .main_contents.text_sec.buildings_hero_desc {
  display: flex;
  flex-direction: row;
}

#buildings .main_contents.text_sec.buildings_hero_desc span {
  padding: 50px 15px 0;
  width: 50%;
}

#buildings .intro_content p span {
  text-transform: none;
  display: block;
}

#buildings .intro_content p span:first-child {
  margin-bottom: 20px;
}

/* ********************** Residence ********************* */

#residence .amenities_sec4 .image_wrap .residence-listing li span {
  color: #000;
}
#residence .amenities_sec2.main_contents.residence_sec1 {
  padding: 0;
  display: flex;
}
#residence .amenities_sec2.main_contents.residence_sec1 .width65 {
  padding-right: 45px;
  text-align: right;
}
#residence .amenities_sec2.main_contents.residence_sec1 .width65 .width70 {
  padding-right: 0;
  text-align: right;
  margin-top: 20px;
}
#residence .amenities_sec1.intro_content {
  margin-bottom: 20px;
}
#residence .amenities_sec2.main_contents.residence_sec1 .width35 p {
  margin: 20% 0;
}
#residence .amenities_sec4 .text_sec {
  padding-left: 0;
  padding-right: 30px;
}
#residence .amenities_sec4 .image_wrap img {
  padding-top: 0;
}
#residence .amenities_sec4.main_contents {
  margin-top: 20px;
}
#residence .amenities_sec4 .text_sec ul {
  margin-left: 10%;
  padding: 5% 0 10%;
}
#residence .amenities_sec4 .image_wrap {
  padding-right: 0;
  text-align: left;
}
#residence .amenities_sec4 .image_wrap .width100 {
  margin-bottom: 15px;
}
#residence .amenities_sec4 .image_wrap .width80:last-child {
  margin-left: 10%;
}
#residence .amenities_sec4 .text_sec .width100:last-child {
  margin: 25% 0 0 12%;
}
#residence .amenities_sec4.main_contents .width45.text_sec {
  margin-top: 10vh;
}
#residence .amenities_sec1 p {
  max-width: 306px;
}
#residence .intro_content .text_sec {
  margin-right: 20px;
}
#residence .amenities_sec4 .image_wrap .residence-listing {
  max-width: 77%;
  padding: 5% 0 10%;
  color: #3b5fa7;
}
#residence .residence_sec3 {
  display: none;
}
#residence .amenities_sec1 p span {
  color: #1a5eab;
}
#residence .flex-direction-nav {
  display: none;
}
.mob-img {
  display: none;
}

/****************Views*****************/

#views .amenities_sec1 {
  margin-bottom: 20px;
}
#views .amenities_sec3 {
  padding: 0;
}
#views .amenities_sec3 .text_sec {
  display: flex;
  flex-direction: row;
  width: 100%;
}
#views .padding_left40 {
  padding-right: 20px;
  margin-top: 6vw;
  padding-left: 0;
}
#views .blue_heading {
  text-align: right;
  margin-top: 6vw;
  margin-right: -20px;
}
#views .mob-only {
  display: none;
}

#views .tour_360 {
  position: relative;
  width: 100vw;
  margin-left: -35px;
  margin-bottom: 30px;
  min-height: 200px;
}
#views .tour_360 .blank_img {
  width: 100%;
  height: auto;
}
#views .tour_360 #pan,
.gallery-page-wrapper #pan {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gallery-page-wrapper #pan {
  z-index: 0;
}
#views .tour_360 #pan_icon,
.gallery-page-wrapper #pan_icon,
.gallery-page-wrapper .g_tour_360 .thumb_pan_icon {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(images/views/pan_icon.png) no-repeat center center;
  background-size: 120px auto;
}
.gallery-page-wrapper .g_tour_360 {
  position: relative;
}
.gallery-page-wrapper .g_tour_360 .slide-details {
  z-index: 1;
}
.gallery-page-wrapper .g_tour_360 .thumb_pan_icon {
  opacity: 1;
  background-size: 35% auto;
}
.pan_icon_animation {
  -webkit-animation: pan_icon_hide 20s ease-out;
  -moz-animation: pan_icon_hide 20s ease-out;
  -o-animation: pan_icon_hide 20s ease-out;
  animation: pan_icon_hide 20s ease-out; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes pan_icon_hide {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes pan_icon_hide {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes pan_icon_hide {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pan_icon_hide {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/***********blog**************/

.blog-listing-wrap {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid;
}
.single-blog {
  width: calc(50% - 40px);
  margin: 0px 40px 40px 0px;
}
.blog-list-bg {
  height: 250px;
  background-position: center;
  background-size: cover;
}
.blog-sidebar {
  width: calc(30% - 40px);
  margin-left: 40px;
  max-width: 400px;
}
.blog-listing-container {
  display: flex;
}
.blog .date {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  font-weight: 500;
  margin: 15px 0;
  display: inline-block;
}
.blog h4 {
  font-family: "miller-banner", serif;
  color: #1a5eab;
  letter-spacing: 2.4px;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
}
.blog p {
  font-weight: 400;
  letter-spacing: 0.48px;
  line-height: 18px;
  font-size: 12px;
  color: #000;
}
.load-more,
.load-more-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}
.load-more a {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2.16px;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
}
.load-more a:after {
  content: "";
  background-image: url(images/down-arrow-icon.png);
  height: 17px;
  width: 17px;
  position: absolute;
  background-repeat: no-repeat;
  top: 1px;
  right: -35px;
}
.read-more {
  display: flex;
  justify-content: flex-end;
  margin: 15px 0;
}
.load-more-mobile {
  display: none;
}
.read-more a {
  letter-spacing: 2.16px;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  margin-right: 15px;
  cursor: pointer;
}
/*.read-more a:after {-moz-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-webkit-transform: rotate(-90deg);transform: rotate(-90deg);content: '';background-image: url(images/down-arrow-icon.png);height: 10px;width: 10px;position: absolute;background-repeat: no-repeat;top: 3px;right: -15px;background-size: cover;}*/
.blog-category {
  display: none;
}

/*select box*/
.hasJS select#category.use-default,
.hasJS select#month.use-default {
  left: 0;
  margin-top: 0;
  padding: 0;
  height: 100%;
  z-index: 1;
  top: 0;
  width: 100%;
  opacity: 0;
  vertical-align: middle;
}
.blog-sidebar .customSelect .selectValueWrap .caret {
  border: none;
  top: 4px;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.blog-sidebar .customSelect .selectValueWrap .caret:after {
  content: "";
  background-image: url(images/download-arrow.png);
  height: 8px;
  width: 8px;
  position: absolute;
  background-size: cover;
  top: 0;
}
.blog-sidebar .customSelect.select-open .selectList {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  left: 0 !important;
  top: 20px !important;
}
.subscribe_email input {
  border: 1px solid #dfdfdf !important;
  height: 25px;
  padding: 0 10px !important;
}
.blog-sidebar .customSelect .selectList dl,
.blog-sidebar-wrapper .customSelect .selectList dl {
  border: 1px solid #dfdfdf;
  border-top: 0;
}
.blog-sidebar .customSelect .selected,
.blog-sidebar-wrapper .customSelect .selected {
  background-color: #1a5eab;
  background-image: none;
  color: #fff;
}
.blog-sidebar .customSelect dd {
  font-size: 14px;
  padding: 6px;
  border-bottom: 1px solid #dbdbdb;
}
.blog-sidebar .customSelect dd.hovered {
  background-color: #1a5eab;
  color: #fff;
}
.blog-sidebar .hasJS select#category.use-default,
.blog-sidebar .hasJS select#month.use-default {
  left: 0;
  margin-top: 0;
  padding: 0;
  height: 100%;
  z-index: 1;
  top: 0;
  width: 100%;
  padding-left: 10px;
}
select#category,
select#month {
  position: absolute;
  left: -999em;
}
.blog-sidebar .customSelect div {
  margin-bottom: 0;
}
.blog-sidebar .customSelect .selectedValue,
.blog-sidebar .textwidget form input[type="text"] {
  background: #fff;
  text-align: left;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  width: 100% !important;
}
.blog-sidebar .customSelect .selectedValue {
  font-size: 8px;
  color: #000;
  letter-spacing: 0.96px;
  text-align: center;
}
.blog-sidebar .textwidget form input[type="text"] {
  font-size: 12px;
}
.blog-sidebar .textwidget form input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
  margin-top: 20px;
  height: 25px;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1.44px;
  background-color: #9a989a;
  width: 100%;
  font-weight: 500;
}
/*---------------*/
.sidebar-text {
  color: #1a5eab;
  font-family: "miller-banner", serif;
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 1.4px;
  line-height: 40px;
}
.blog .side-bar-title {
  font-size: 12px;
  margin: 15px 0;
  color: #000;
  letter-spacing: 0.48px;
  font-family: inherit;
}
.social-icons-wrapper h4 {
  font-family: "proxima-nova";
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  font-size: 8px;
}
#widget_recent_entries ul li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
}
#widget_recent_entries {
  border-bottom: 1px solid;
  margin-bottom: 45px;
  padding-bottom: 45px;
}
.share.social-icons {
  display: flex;
  justify-content: space-between;
  max-width: 185px;
  margin: 0 auto;
}
.blog-sidebar .customSelect {
  margin-right: 0;
  font-family: inherit;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid;
  width: 100%;
}
.social-icons-wrapper {
  margin: 30px 0;
  border-bottom: 1px solid;
  padding-bottom: 30px;
}
.blog-category li:last-child {
  margin-right: 0;
}
.blog-detail-wrapper.blog {
  display: flex;
}
.blog-detail {
  width: calc(100% - 350px);
  border-right: 1px solid;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
}
.detail-bg {
  height: 350px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 10px 0;
}
.blog .blog-detail h4 {
  font-size: 35px;
  line-height: 50px;
  max-width: 70%;
  margin: 10px 0 20px;
}
.blog-detail p {
  margin-bottom: 20px;
}
.blog-detail .back-btn {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.96px;
}
.blog-detail .share.social-icons {
  max-width: 100%;
  justify-content: flex-end;
  margin: 60px 0;
}
.blog-detail .share.social-icons a {
  margin-left: 35px;
  position: relative;
}
.social-icons-wrapper li a {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  font-family: "proxima-nova";
  line-height: 20px;
}
.social-icons-wrapper li a span:first-child {
  margin-right: 10px;
}
.load-more span.pages,
.load-more .current,
.load-more .larger {
  display: none;
}
#infscr-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 999;
  flex-direction: column;
  top: 0;
  right: 0;
}
#infscr-loading em {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}
#infscr-loading img {
  display: none;
}
.blog-sidebar-mob {
  display: none;
}
.addthis_toolbox.social-icons {
  text-align: right;
  margin: 60px 0;
}
.backbtn-wrap {
  display: flex;
  justify-content: space-between;
}
.blog_page .blog_item a,
.blog_page .blog_item {
  color: #1a5eab;
}
.blog-detail ul,
.blog-detail ol {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.48px;
  line-height: 18px;
  font-size: 12px;
  color: #000;
  overflow: hidden;
  list-style-position: inside;
}
.blog-detail ul li {
  list-style-type: disc;
}
.blog-detail a {
  color: #1a5eab;
  text-decoration: underline;
}
.blog-sidebar.blog-sidebar-mob .selectedValue {
  padding-bottom: 2px;
}
a.addthis_button_google_plusone.at300b:after {
  content: "";
  background-image: url(images/g-plus.png);
  position: absolute;
  width: 23px;
  height: 23px;
  top: 0;
  left: 0;
  touch-action: none;
  pointer-events: none;
  background-color: #fff;
}
.google_plusone_iframe_widget iframe {
  width: 20px !important;
  height: 23px !important;
}
.google_plusone_iframe_widget {
  width: 23px !important;
  text-align: left;
}

/*loader gif*/

.loader {
  color: #ffffff;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation:
    load6 1.7s infinite ease,
    round 1.7s infinite ease;
  animation:
    load6 1.7s infinite ease,
    round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em,
      0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em,
      0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em,
      0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em,
      0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em,
      -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em,
      -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em,
      -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em,
      0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em,
      0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em,
      0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em,
      0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em,
      0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em,
      0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em,
      -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em,
      -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em,
      -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em,
      0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em,
      0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*=============================================
  SPECIALS TEXT
==============================================*/
#specials {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 152;
  display: none;
}
#specials #special-content.open {
  left: 0;
}
#specials #special-content {
  width: 630px;
  height: auto;
  background-color: #fff;
  position: fixed;
  left: -1000px;
  bottom: 80px;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
#specials #special-content #content-wrap {
  background-color: #fff;
  padding: 25px 25px 20px;
  text-align: center;
  color: #000;
  line-height: 33px;
}
#specials #close {
  position: absolute;
  right: 35px;
  top: 25px;
}
#specials a {
  color: #000;
  display: inline-block;
  margin-left: 5px;
}
#specials #special-content h4 {
  font-size: 23px;
  font-weight: normal;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#specials h5 {
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 0px;
  line-height: 24px;
}
#logo-blue {
  width: 140px;
  height: 30px;
}
#logo-blue .cls-1 {
  fill: #1a5eab;
}
.rm-border {
  border-bottom: none !important;
}
.hide {
  display: none !important;
}
#specials a.tour-link {
  font-weight: 300;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  background: #9a989a;
  color: #fff;
  letter-spacing: 0.04em;
  width: 178px;
  padding: 8px 10px 7px;
  border: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 18px;
  margin-bottom: 10px;
  font-family: "proxima-nova", sans-serif;
}
#specials a.tour-link:hover {
  background: #1a5eab;
}

/**********Siteimprove 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,
img:focus,
span:focus,
.checkbox-wrap input:focus + label {
  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,
.using-keytab span:focus,
.using-keytab .checkbox-wrap input:focus + label {
  outline: 2px dashed black !important;
  transition: none !important;
}
.wrapper-dropdown-3 .dropdown li strong {
  float: right;
  color: inherit;
}
.blog .blog-detail h2 {
  font-size: 35px;
  line-height: 50px;
  max-width: 70%;
  margin: 10px 0 20px;
}
.blog h2 {
  font-family: "miller-banner", serif;
  color: #1a5eab;
  letter-spacing: 2.4px;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1100px) {
  .blog .blog-detail h2 {
    max-width: 100%;
  }
}
.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-image: url(../../themes/the-modern/images/pause-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.js-hero-btn.paused {
  background-image: url(../../themes/the-modern/images/play-icon.svg);
}
.flexslider .flex-pauseplay a,
.flexslider .flex-pauseplay button {
  width: 30px;
  height: 30px;
  overflow: hidden;
  top: 10px;
  z-index: 9;
  text-indent: 9999px;
  background: url(../../themes/the-modern/images/play-icon.svg) no-repeat center
    center;
  background-size: contain;
  border: none;
  left: 10px;
  position: absolute;
}
.flexslider .flex-pauseplay a.flex-pause,
.flexslider .flex-pauseplay button.flex-pause {
  background: url(../../themes/the-modern/images/pause-icon.svg) no-repeat
    center center;
  background-size: contain;
}
/**********Contrast fix **********/
.video_wrapper video {
  background-color: white;
}
.blue,
html.system nav a:hover,
nav .primary-menu .current-menu-item a,
.header_right .active,
html.system .header_right a:hover,
html.system footer a:hover,
footer a.active,
.address-wrap h4,
.address-wrap h2,
.contact-form .hywrap .form-actions #more-info a,
.category-wrapper li.active,
.neighborhood_category .cat_sec_wrap,
#residence .amenities_sec1 p span,
.sec_sub_heading,
.blog h4,
.accordion .accordian-heading,
.blog h2,
.blog-detail h5 span {
  color: #1857a0;
}
.blog-detail h5 span,
.blog-detail h3 span {
  color: #1857a0 !important;
}
.blog-detail span em {
  color: #595959 !important;
}
.hywrap .LV_invalid {
  color: #b30000 !important;
}
.contact-form .hywrap .form-actions button {
  background: #5a585a !important;
}
#map_btn a {
  border: 1px solid #1857a0;
  background: #1857a0;
}
.blog-sidebar .customSelect .selected,
.blog-sidebar-wrapper .customSelect .selected {
  background-color: #1857a0;
}
#specials a.tour-link {
  background: #5a585a;
}
footer .footer_right {
  width: 475px;
}
@media (max-width: 960px) {
  .nav_wrap .nav {
    background: #125eaa;
  }

  footer .footer_right {
    width: 100%;
  }
}
footer .footer_right .f_right_bottom {
  flex-wrap: wrap;
}

.osano-cm-widget {
  display: none;
}
.osano-cm-disclosure__toggle,
.osano-cm-expansion-panel__toggle,
.osano-cm-disclosure__toggle:hover,
.osano-cm-link:hover,
.osano-cm-link:active,
.osano-cm-link {
  color: #000;
}
.osano-cm-disclosure__toggle,
.osano-cm-expansion-panel__toggle,
.osano-cm-disclosure__toggle:hover,
.osano-cm-link,
.osano-cm-link:hover,
.osano-cm-link:active {
  color: #000;
}

.cta-container {
  display: none;
}
@media (min-width: 768px) {
  .blue-bg {
    background-color: #125eaa;
    color: white;
  }

  .blue-bg .flex-img {
    height: 50vw !important;
    max-height: 434px;
  }
  .blue-bg .flex-img img {
    height: 100%;
    object-fit: cover;
  }
  .cta-container {
    border: none;
    background-color: white;
    padding: 0 15px;
    display: inline-block;
    margin: 30px 0;
  }
  .cta-container a[href="#"] {
    pointer-events: none;
  }
  .whiteHeading {
    color: white;
  }

  .cta-link {
    text-decoration: none;
    color: #125eaa;
    font-weight: bold;
  }
  .margin50 {
    margin-left: 50px;
  }
  .cta-blue {
    background-color: #125eaa;
    color: white;
  }
  .cta-left {
    background-color: #125eaa;
    font-weight: bold;
  }
  .cta-left a {
    color: white;
  }

  nav a {
    color: white;
  }

  .accordionHeading {
    font-size: 40px;
  }
  .outdoor {
    margin-top: 60px;
  }
  .margin-left {
    margin-left: 60px;
  }
}

.team-wrapper .team {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}
.team-wrapper .sec_heading {
  margin-bottom: 15px;
}
.team-wrapper .accordionHeading {
  font-weight: 400;
  font-family: "miller-banner", serif;
}
.team-wrapper .management-image {
  pointer-events: none;
}
@media (max-width: 768px) {
  .team-wrapper .architect-section {
    flex-direction: column-reverse;
  }
  .team-wrapper .accordionHeading {
    font-size: 24px;
  }

  .team-wrapper .accordionHeading h3 {
    font-size: 18px;
  }
  .team-wrapper .architect-section .text_sec {
    margin-top: 15px;
  }
  .direction {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
  .outdoor {
    margin-left: 0;
    gap: 20px;
  }
  .outdoor .text_sec {
    width: 100% !important;
    padding: 20px !important;
    float: none !important;
  }
  .indoor {
    flex-direction: column !important;
    gap: 20px;
  }
  #buildings .amenities_sec1.buildings_sec3 .width45.text_sec {
    margin-top: -20px;
  }
}
@media screen and (max-width: 768px) {
  #buildings .amenities_sec1.intro_content {
    margin-top: -20px;
  }
}
@media screen and (max-width: 768px) {
  #buildings .amenities_sec1.buildings_sec3 .width45.text_sec {
    margin-top: -20px;
  }
}

/* fee table changes */

.view_map {
  align-items: center;
  display: flex;
  background: #1e5eac;
  border-color: #1e5eac;
  color: #ffffff;
  text-transform: uppercase;
  padding: 4px 20px;
  align-self: center;
  margin-top: 13px;
  width: 121px;
  justify-content: center;
  transition: none !important;
}
.view_map:hover {
  background: #fff;
  border: 1px solid #1a5eab;
  color: #1a5eab;
  padding: 4px 19px;
}
.rfwa-expense-guide-container .rfwa-expense-list th,
.rfwa-expense-guide-container .rfwa-group-title,
.rfwa-expense-guide-container h2 {
  color: #000000 !important;
  font-family: "miller-banner", serif !important;
  font-weight: bold !important;
}
.rfwa-expense-guide-container .rfwa-expense-label,
.rfwa-expense-guide-container .rfwa-expense-amount.has-tooltip,
.rfwa-expense-guide-container .rfwa-expense-details,
.rfwa-expense-guide-container .rfwa-expense-footer,
.rfwa-expense-guide-container .rfwa-export-pdf-link,
.rfwa-expense-guide-container .rfwa-expense-list td,
.rfwa-expense-guide-container p {
  color: #000000 !important;
  font-family: "proxima-nova", sans-serif !important;
}
@media (max-width: 1199.8px) {
  .rfwa-expense-guide-container .rfwa-expense-list td::before {
    color: #000000 !important;
    font-family: "miller-banner", serif !important;
    font-weight: bold !important;
  }
}
.rfwa-expense-guide-container .rfwa-expense-type-required,
.rfwa-expense-guide-container .rfwa-expense-type.Required {
  background-color: #1e5eac !important;
  color: #ffffff !important;
  border-color: #1e5eac !important;
  font-weight: bold !important;
  font-family: "proxima-nova", sans-serif !important;
}
.rfwa-expense-guide-container .rfwa-disclaimer-ok-btn,
.rfwa-expense-guide-container .rfwa-expense-type-optional,
.rfwa-expense-guide-container .rfwa-expense-type.Optional,
.rfwa-expense-guide-container .rfwa-expense-type.Situational {
  background-color: #000 !important;
  color: #ffffff !important;
  border-color: #000 !important;
  font-weight: bold !important;
  font-family: "proxima-nova", sans-serif !important;
}
@media (min-width: 1200px) {
  .rfwa-expense-guide-container .rfwa-expense-list th:nth-child(4),
  .rfwa-expense-guide-container .rfwa-expense-list td:nth-child(4) {
    width: 12%;
  }
}

[data-accordion="true"]
  .rfwa-expense-guide-container
  .rfwa-accordion-icon::before {
  border-right: 2px solid #000000 !important;
  border-bottom: 2px solid #000000 !important;
}

.sitemap-container .back_fp_wrap {
  margin: 20px;
}
.sitemap-container .back_fp_wrap .back_fp_btn {
  background: #1a5eab;
  border-color: #1a5eab;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px;
}
.sitemap-container .back_fp_wrap .back_fp_btn:hover {
  background: #fff;
  border-color: #1a5eab;
  color: #1a5eab;
}
#sightmap {
  height: 80vh;
  padding: 20px;
}
.rfwa-expense-footer {
  margin-top: 50px !important;
}
.flrpln_list_content .disclaimer_tmpl {
  text-align: center;
}
.price_tmlp {
  font-weight: bold !important;
}

.resident-escalation a {
  font-weight: 700;
  text-decoration: underline;
  color: #1857a0;
}
.resident-escalation h2 {
  color: #1a5eab;
  font-weight: 500;
  letter-spacing: 0.52px;
  font-size: 13px;
  line-height: 27px;
  text-transform: uppercase;
}

.resident-escalation {
  margin-top: 50px;
}

@media screen and (min-width: 960px) {
  .address-wrap {
    padding: 40px 9.1vw;
  }
  .resident-escalation {
    width: 35vw !important;
  }
}
@media screen and (max-width: 960px) {
  .address-wrap {
    align-items: center;
  }
}
