/*
Theme Name: Bank
Author: qburst
*/

@import url('./fonts/fonts.css');

/*................................................
     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: "ProximaNovaA-Regular", sans-serif;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    background-color: #e9f2f1;
    font-size: 15px;
    letter-spacing: 0.5px;
}

html {
    min-height: 100%;
}

body,
input,
select,
textarea,
button {
    font-family: "ProximaNova-Regular", sans-serif;
    font-weight: 400;
    font-size: 13px;
    resize: none;
    color: #000000;
}

a {
    cursor: pointer;
    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;
}

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;
}

.desktop-inline-view{
    display: inline-block !important;
}
.company-logo .bozutto-logo {
    padding:0 10px;
} 
/* footer .mobile-view .bozutto-mob-logo {
    width:100px;
    margin-left:5px;
} */
.desktop-view {
    display: block !important;
}

.mobile-view {
    display: none !important;
}

.desktop-only-view {
    display: block !important;
}

.device-only-view {
    display: none !important;
}

body.home {
    /* background-color: #003644; */
    background-color: #ffffff;
    background-image: none;

}

body
{
    background-image: url("images/body-background.png");
    background-color: #e9f2f1;
    background-repeat: repeat;
    background-size: auto;
}

.hidden {
    overflow: hidden;
}

/**********Header section*****************/

header {
    background: #574D32;
    height: 72px;
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 999;
}

body.home header {
    background: #e9f2f1;
}

.container {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
}

.header-wrap {
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-toggle {
    cursor: pointer;
    -webkit-transition: -webkit-transform .1s ease-in-out;
    transition: -webkit-transform .1s ease-in-out;
    transition: transform .1s ease-in-out;
    transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
    padding: 8px 0;
    height: 41px;
    margin-left:20px;
}

.menu-toggle span {
    background: #e9f2f1;
    display: block;
    position: relative;
    width: 28px;
    height: 3px;
    margin-bottom: 6px;
    -webkit-transition: .30s ease;
    -moz-transition: .30s ease;
    -o-transition: .30s ease;
    transition: .30s ease;
}

body.home .menu-toggle span {
    background: #574D32;
}

.menu-toggle span:last-child {
    margin-bottom: 0;
}

.menu-toggle.active span:nth-child(2) {
    display: none;
}

.menu-toggle.active span:nth-child(1) {
    -webkit-transform: rotate(38deg);
    transform: rotate(38deg);
    top: 8px;
}

.menu-toggle.active span {
    height: 4px;
}

.menu-toggle.active span:nth-child(3) {
    -webkit-transform: rotate(-38deg);
    transform: rotate(-38deg);
    top: -2px;
}

.logo-container {
    padding-left: 0px;
}
.header-right{
    display: flex;
    align-items: center;
    flex-wrap:wrap;
}
.header-right ul li {
    color: #e9f2f1;
    display: inline-block;
    font-family: 'ProximaNovaS-Bold';
    font-size: 14px;
    line-height: 12px;
    letter-spacing: 1.5px;
    padding: 0;
    text-transform: uppercase;
}

body.home .header-right ul li,
body.home .header-right ul li a {
    color: #574D32;
}

.header-right ul li a {
    color: #e9f2f1;
}

.header-right ul.desktop-view li::after {
    content: "|";
    padding-right: 6px;
    padding-left: 12px;
}

.header-right ul li:last-child {
    padding-right: 0;
    border-right: 0;
}

.header-right ul.desktop-view li:last-child:after {
    content: " ";
    padding-right: 0;
    padding-left: 0;
}

.header-right ul.mobile-view li {
  padding-left: 15px;
}
.header-right .toura {
  border: 1px solid;
  height: 21px;
  max-width: 60px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.header-right .toura a {
  margin-right: 5px;
}

*::-webkit-media-controls-panel {
    display: none!important;
    -webkit-appearance: none;
}

*::-webkit-media-controls-play-button {
    display: none!important;
    -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none;
}

nav#nav-menu {
    display: none;
    position: fixed;
    background: #574D32;
    top: 72px;
    width: 350px;
    right: 0;
    height: 100%;
    z-index: 10;
}

.menu-borders {
    border-bottom: 2px solid white;
    width: 80%;
    padding-top: 0;
    padding-bottom: 8px;
    margin-top: 0;
    margin-bottom: 8px;
}

#menu-content {
    max-height: 95%;
    margin-left: 24px;
    margin-top: 15px;
    padding-bottom: 80px;
}

.mCSB_scrollTools {
    opacity: 0 !important;
}

ul.menu-item-container {
    /*padding-top: 22px;*/
    /*padding-bottom: 12px;*/
}

body.home ul.menu-item-container {
    /*padding-top: 30px;*/
}

.headerseperator{
    margin-top: 100px;
    padding-top: 4px;
}

.conditions-sec,
.team-logos{
    width: 95%;
    max-width: 1500px;
    margin: 30px auto 0;
}

.team-logos p.desc
{
    padding-bottom: 15px;
}

.team-logos img{
    margin-bottom: 25px;
    width: 160px;
}

.team-logos.highlighted-logo img {
    width: 350px;
}

.left-section
{
    display: block;
    width: 50%;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    padding-right: 0px;
    margin-top: 100px;
    padding-left: 0px;
}

.left-section p.desc
{
    padding-bottom: 15px;
}

.our-story-body
{
    background-repeat: no-repeat;
    background-size: contain;
}

.our-story-content{
    display: flex;
    flex-flow: row;
    padding-top: 20px;
    /*min-height: 90vh;*/
}

.left-content
{
    margin-left: 50px;
    width: 85%;
}
.right-section
{
    display: block;
    width: 50%;
    top: 0;
    overflow-x: hidden;
    margin-top: 135px;
    min-height: 75vh;
    position: relative;
    padding-left: 24px;
    /*right: 0;*/
}

.right-section .accent_box {
    left: 0;
    z-index: 3;
}

.right-section .gold_accent {
    margin-left: 0;
}

.right-section .purple_accent {
    margin-left: 24px;
}

.right-content
{
    position: relative;
    top: 0;
    right: 0;
    float: right;
    margin-right: 30px;
    margin-left: 30px;
}

.our-story-slider
{
    position: relative;
    top: 0;
    /*padding-left: 3.64%;*/
}

.our-story-border{
    position: absolute;
    top: 0;
    /*left: 0;*/
    transform: translateX(-50%);
    height: 100%;
    z-index: 2;
}

.left-content h1
{
    font-size: 25px;
    color: #4c0044;
    font-family: "ProximaNova-Bold";
}

.left-content p
{
    font-family: "ProximaNova-Regular";
    color: #003644;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;

}

.third-section
{
    margin-top: 10px;
    margin-bottom: 7px;
}

.third-section li a{
    color: #e9f2f1;
    display: block;
    font-family: 'ProximaNova-Bold';
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 2.5px;
    /*padding-bottom: 10px;*/
    /*margin-left: 24px;*/
    text-transform: uppercase;
}

.third-section li .tel-text{
    color: #e9f2f1;
    font-family: 'ProximaNova-Bold';
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2.5px;
    display: inline-block;
    margin-top: 12px;
}

ul.menu-item-container li a{
    color: #e9f2f1;
    display: block;
    font-family: 'ProximaNova-Bold';
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 2.5px;
    /*padding-bottom: 10px;*/
    /*margin-left: 24px;*/
    text-transform: uppercase;
}

ul.menu-item-container li a:after {
    content: '<';
    visibility: hidden;
    opacity:0;
    transition: linear .5s;
    padding-left: 25px;
    font-size: 24px;
    position: absolute;
    margin-top: 1px;
}

ul.third-section li a:after {
    content: '<';
    visibility: hidden;
    opacity:0;
    transition: linear .5s;
    padding-left: 25px;
    font-size: 24px;
    position: absolute;
    margin-top: 1px;
}

ul.third-section li:last-child a {
    cursor: default;
    display: inline-block;
}

ul.third-section li:last-child a:after {
    content: ' ';
}

.system ul.third-section li:last-child a:hover:after {
    content: ' ';
}

.system ul.menu-item-container li a:hover:after,
ul.menu-item-container li.current-menu-item a:after, ul.third-section li a:hover:after {
    content: '<';
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    padding-left: 10px;
}

#nav-menu #scroll-content {
    max-height: 95%;
    height: 100%;
}



#nav-menu #scroll-content .mCustomScrollBox {
    max-height: 100% !important;
}

.menu-social-icons {
    /*padding-left: 24px;*/
}

.menu-social-icons > a {
    padding-right: 10px;
}

/*********home page********/

.video-image {
    display: none;
}

.home-logo-icon {
    width: 144px;
    height: 136px;
    /* position: absolute;
    top: -68px;
    left: 50%;
    transform: translateX(-50%); */
}

.home-page-slider-wrapper .flexslider {
    width: 50%;
    margin: 0;
    border: 0;
    border-radius: 0;
    height: 100%;
    display: none;
}

.video-bg {
  width: 100%;
  object-fit: cover;
  height: 100%;position: absolute;top: 0px;left:0;
}

#home-video-bg {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.system .category-btns-wrap a:hover {
    background: #006662;
}

.flexslider {
    overflow: hidden;
}

.flexslider .slides,
.flexslider .slides > li {
    height: 100%;
}

.flexslider .slides > li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.home-page-slider-wrapper {
    /*display: -webkit-box;*/
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto;
    margin-top: 83px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    height: calc(82vh - 83px);
    min-height: 450px;
    overflow: hidden;
    position: relative;
}
.home-page-slider-wrapper .video-overlay {
    position: absolute;
    z-index:1;
    height:100%;
    width:100%;
    background-color: rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.home-page-slider-wrapper .home-page-slider-videotag {
    color: rgba(255, 255, 255, 1);
    font-family: 'ProximaNova-Bold';
    font-size:60px;
    text-align: center;
    align-self: center;
    padding-bottom:20px;
    display: flex;
    flex-direction: column;
}
.hidden_caption {
    display: none;
}

.home-flexslider.flexslider {
    width: 50%;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.home-page-content {
    position: absolute;
    top: 155px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    /*display: -webkit-box;*/
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 450px;
    padding: 20px;
    text-align: center;
}

.home-page-inner-wrapper {
    background-color: rgba(233,242,241,0.9);
    color: #003644;
    font-family: 'FilsonProBold';
    max-width: 850px;
    padding: 110px 30px 45px;
    position: relative;
}

#contact-form input {
    -webkit-appearance: none;
    border-radius: 0;
    text-transform: uppercase;
}

.system #contact-form input:hover {
    border-color: #006662;
}

.home-page-content h1 {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 1.35px;
    margin: 0;
    text-transform: uppercase;
}

.home-page-content h2 {
    font-size: 17px;
    margin-bottom: 20px;
    font-family: 'filson-pro';
    font-weight: 400;
}

.home-page-desc {
    font: 20px/1.5 'ProximaNova-Regular';
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.logo {
    width: 400px;
    margin-bottom: 10px;
}

.category-btns-wrap a {
    font-family: 'ProximaNova-Bold';
    margin: 0 20px;
    background: #574D32;
    padding: 8px 25px 7px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    width: 130px;
    letter-spacing: 0.85px;
}

.category-btns-wrap a:first-child {
    margin-left: 0;
}

.category-btns-wrap a:last-of-type {
    margin-right: 0;
}

.flex-direction-nav {
    display: none;
}

.video_element {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    background-size: cover;
    margin-left: -1px;
}

/* .home-img-flexslider{
    display: none;
} */

.home-intro{
    margin-top: -7px;
    /* padding: 30px 15px; */
    text-align: center;
    background: url('images/home-bg.jpg') no-repeat center;
    background-size: cover;
    font-family: 'ProximaNova-Bold';
    text-transform: none;
    font-size: 32px;
    color: #fff;
}
.tag-overlay {
    padding: 30px 15px;
    width: 100%;
    height:100%;
    background-color: 	rgba(0, 0, 0, 0.5);
}

.home-intro p{
    margin: auto;
    margin-bottom: 0.5rem;
    font-size:25px;
}
.home-intro p:first-child {
    margin-bottom: 0;
    font-size:40px;
}
.home-intro a{
    display: inline-block;
    font-family: 'ProximaNova-Bold';
    margin: 0 10px;
    background: #574D32;
    padding: 8px 25px 7px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    min-width: 130px;
    letter-spacing: 0.85px;
    font-weight: normal;
}
.video-btn{
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
    border: 0;
    padding: 0;
    text-indent: -9999px;    
    cursor: pointer;
    z-index: 1;
    opacity: 0.5;
    transition: all ease .2s;
    background : transparent;
    z-index:2;
}

.video-btn::after{
    content:"";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url('images/home/mute.svg');
    background-color: transparent;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease .2s;
    opacity: 1;
    visibility: visible;
}



.video-btn::before{
    content:"";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url('images/home/unmute.svg');
    background-color: transparent;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease .2s;
}

.video-btn.unmute::after {
    visibility: hidden;
    opacity: 0;
    transition: all ease .2s;
}

.video-btn.unmute::before{
    visibility: visible;
    opacity: 1;
    transition: all ease .2s;
}


.video-btn:hover{
    opacity: 1;
}

.home-intro a:hover{
    background: #006662;
}

.home-features{
    display: block; 
    width: 100%;
    height:auto;
    overflow:hidden;
    margin:auto;
    padding: 40px;

}
.home-features .feature_blocks{
    width: 67%;
    width: calc(67% - 12px);
    width: -webkit-calc(67% - 12px);
    height: 320px;float: right;position:relative;
    background-image: url("images/body-background.png");
}
.home-features .feature_blocks:nth-child(2) {
    margin:0 0 12px 12px;
}
.home-features .feature_blocks:nth-child(2) .home-feat-image {
    background-position: center right;
}

.home-features .col{
    width: calc(50% + 30px);
    display: flex;
    height: 320px;
    justify-content: center;
    float:right;
}
.home-features .feature_blocks .col-cont{
    position:absolute;width:calc(50% - 30px);
}
.home-features .feature_blocks:nth-child(1){
    width: 33%;
    height: 652px;float: left;
}
.home-features .feature_blocks:nth-child(1) .col{
    width: 100%;
}
.home-features .feature_blocks:nth-child(1) .col-img{
    height: calc(327px + 30px);
}
.home-features .feature_blocks:nth-child(1) .col-cont{
    height: 290px;
    left:0;
    bottom:0;
}
.home-features .feature_blocks:nth-child(1) .col-cont:before{
    width:100%;
    height:30px;
    content:'';
    position:absolute;
    top:-35px;left:0;background: url("images/home/home_arrow_down.png") no-repeat top center;
}
.home-features .feature_blocks:nth-child(2) .col-cont:before{
    width:30px;
    height:100%;
    content:'';
    position:absolute;
    top:-0px;right:-30px;background: url("images/home/home_arrow_left.png") no-repeat center;
}
.home-features .feature_blocks:nth-child(3) .col-cont{
    right:0;
}
.home-features .feature_blocks:nth-child(3) .col-cont:before{
    width:30px;
    height:100%;
    content:'';
    position:absolute;
    top:-0px;left:-30px;background: url("images/home/home_arrow_right.png") no-repeat center;
}
.home-features .feature_blocks:nth-child(3) .col:nth-child(1){
    float:left;
}
.arrow_blue{margin-top: 18px;text-align: center;display: block;}
.arrow_blue img{width: 35px;}
.home-features .feature_blocks:nth-child(1) .col-cont .arrow_blue img{transform: rotate(-90deg);margin-top: 27px;}
.home-features .feature_blocks:nth-child(3) .col-cont .arrow_blue{transform: rotate(-180deg);}

.home-features h3{
    color: #3a0f40;
    font-size: 25px;
    line-height: 25px;
    font-family: 'FilsonProBold';
    font-weight: normal;
    margin-bottom: 15px;
    text-align: center;
}

.home-feat-image{
    width: 100%;
    background-size: cover;
    background-position: center;
}

.home-feat-text {
    padding: 50px;
    align-self: center;
}

.home-feat-text ul{
    color: #003644;
}

.home-feat-text ul li{
    /* padding-left: 25px; */
    position: relative;
    margin: 4px 0;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-align: center;
}

/* .home-feat-text ul li:before{
    content: "";
    width: 7px;
    height: 7px;
    background: #003644;
    position: absolute;
    left: 0;
    top: 8px;
} */

.special-popup:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 45px solid #003644;
    position: absolute;
    right: 158px;
    bottom: -45px;
    z-index: 3;
}

.special-popup {
    height: auto;
    top: 83px;
    transform: translateY(-100%);
    padding: 10px;
/*    padding: 10px 10px 5px;*/
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 6;
    background: #003644;
    width: 100%;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.special-popup.open {
    transform: none;
}

.special-popup h4 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 23px;
    font-family: 'FilsonProBold';
    text-align: center;
}

.special-popup span {
    margin: 8px 0 12px;
/*    margin: 8px 0 0;*/
    font-size: 14px;
    text-align: center;
}

.special-popup a {
    background: #345E65;
    padding: 5px 15px;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
}

.system .special-popup a:hover {
    background: #006662;
}

.closebtn {
    position: absolute;
    right: 189px;
    bottom: -26px;
    z-index: 5;
    height: 18px;
    width: 18px;
    cursor: pointer;
}

.special-popup.open .closebtn span:before {
    transform: rotate(45deg);
    height: 12px;
}

.special-popup.open .closebtn span:after {
    transform: rotate(135deg);
    height: 12px;
}

.closebtn span,
.closebtn span:before,
.closebtn span:after {
    transition: all 600ms ease-in-out;
}

.closebtn span:before,
.closebtn span:after {
    position: absolute;
    left: 8px;
    content: ' ';
    height: 10px;
    width: 2px;
    background-color: #fff;
}

.closebtn span:before {
    transform: rotate(90deg);
}

.closebtn span:after {
    transform: rotate(0);
}

/***********Footer**************/

footer {
    background: #e9f2f1;
    display: block;
    height: 72px;
    width: 100%;
    position: initial;
    padding-right: 60px;z-index: 9;
}

.footer-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding-top: 36px;
    padding-bottom: 36px;
}

.footer-links span,
.footer-copyright {
    color: #000000;
    font-family: 'ProximaNova-Bold';
    font-size: 12px;
    line-height: 10px;
    letter-spacing: 1.5px;
    padding: 0;
}

.footer-links span {
    text-transform: uppercase;
}

.footer-copyright {
    display: inline-block;
    padding-left: 5px;
    text-transform: uppercase;
    vertical-align: middle;
}
.tel-wrap{
    display: inline-block;
}
.tel-wrap .tel-text::before{
    content: "|";
    color: #000000;
    padding-left: 5px;
    padding-right: 10px;
}
.tel-wrap .line::after{
    content: "";
}

.line::after{
    content: "|";
    color: #000000;
    padding-right: 1px;
    padding-left: 6px;
}


footer a {
    color: #000000;
    font-family: 'ProximaNova-Bold';
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    font-size: 12px;
    line-height: 10px;
    letter-spacing: 1.5px;
    padding: 0;
    text-transform: uppercase;
}

footer .footer-social-icons a {
    padding-left: 5px;
    /*display: none;*/
}

footer .aho-mobile {
    padding-bottom: 2px;
    justify-content: flex-end;
}

.disable-link {
    cursor: default;
    pointer-events: none;
}

footer .ada-logo {
    padding-left: 2px;
}

.company-logo a {
    display: inline-block;
}

.company-logo img{
    /*padding-right: 10px;*/
}

.footer-social-icons img{
    width: 18px;
}

.menu-social-icons img{
    width: 16px;
}

ul.third-section li:last-child a{
    padding-bottom: 5px !important;
}

.footer-privacy-policy .aho-padding-modifier, .footer-privacy-policy .ada-padding-modifier{
    padding-bottom: 0;
    height: 32px;
    margin-top: -10px;
}

.footer-privacy-policy .aho-mobile img{
    height: 25px;
}

/***************Gallery**************/

.flex-control-nav.flex-control-paging {
    display: none;
}

.gallery-flexslider .flex-direction-nav a {
    opacity: 1;
    height: 45px;
    width: 39px;
}

.gallery-flexslider.carousel .flex-viewport {
    width: 100%;
    height: 100%;
    overflow: visible !important;
}

.gallery-flexslider .flex-direction-nav {
    display: block;
}

.gallery-flexslider .flex-direction-nav .flex-next {
    right: 50px;
}

.gallery-flexslider .flex-direction-nav .flex-prev {
    left: 50px;
}

.gallery-flexslider.carousel .slides {
    height: calc(100vh - 234px);
    min-height: 600px;
}

.gallery-wrapper {
    margin-top: 105px;
    overflow: hidden;
    position: relative;
}

.gallery-flexslider.carousel .slides li {
    position: relative;
}

.gallery-flexslider.carousel .slides li:before,
.gallery-flexslider.carousel .slides li:after {
    content: '';
    position: absolute;
    background: url("images/body-background.jpg");
    height: 100%;
    width: 20px;
    z-index: 3;
    top: 0;
}

.gallery-flexslider.carousel .slides li:before {
    left: 0;
}

.gallery-flexslider.carousel .slides li:before {
    right: 0;
}

.gallery {
    border-bottom: none;
}

.carousel {
    padding: 20px 0;
    /*background: #fff;*/
    margin: 0;
    border: 0;
    box-shadow: none;
    width: 65%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.carousel-cell {
    height: 100%;
    margin-right: 10px;
    counter-increment: carousel-cell;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.category-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00416b;
    padding: 10px;
    text-transform: uppercase;
    font-family: 'ProximaNovaA-Bold';
}

.category-wrapper li {
    border-right: 1px solid #fff;
    line-height: 12px;
}

.category-wrapper li a {
    line-height: 12px;
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.85px;
}

.category-wrapper li:last-child {
    border-right: none;
}

.flickity-page-dots {
    display: none;
}

.category-wrapper li.active a {
    color: #345E65;
}

.caption {
    color: #003644;
    background: #71aeb7;
    font-size: 16px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    padding: 20px 19%;
    text-align: center;
}

/*.cta-footer-item.cta-footer-rgt span {
    margin-top: 20px;
}*/

.caption span {
    margin: 0 auto;
    text-align: center;
    width: 63%;
    display: block;
}

.gallery-flexslider.carousel .flex-direction-nav a {
    font-size: 0;
}

.gallery-flexslider.carousel .flex-direction-nav a:before {
    background-image: url(./images/Gallery-NextArrow.svg);
    content: '';
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.gallery-flexslider.carousel .flex-direction-nav a.flex-prev:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);

}

.system .category-wrapper li a:hover {
    color: #345E65;
}

.carousel .flickity-prev-next-button .arrow {
    fill: #847748;
}

.carousel .flickity-prev-next-button {
    width: 46px;
    height: 52px;
    border: 3px solid #847748;
    border-radius: 0;
    background: #fff;
}

.carousel .flickity-prev-next-button.previous {
    left: 20%;
}

.carousel .flickity-prev-next-button.next {
    right: 20%;
}

/*---------Gallery Video-----------*/
.gallery-flexslider.carousel .slides li:not(.Video){position: relative;z-index: 1;}
.gallery-flexslider.carousel .slides li.Video.flex-active-slide{z-index: 0;}
.gallery-flexslider.carousel .slides li.Video:not(.flex-active-slide){z-index: -1;}
.gallery-flexslider.carousel .slides li.Video{background-color: #000;}
.gallery-flexslider.carousel .slides li video,.video_thumb_image{position: absolute;z-index: 0;width: 100%; height: auto; top: 50%;transform: translateY(-50%);left: 0;object-fit: cover;}
/* .gallery-flexslider.carousel .slides li video{left: 20px;width: calc(100% - 20px);} */
.gallery-flexslider.carousel .slides li .video_toggle{position: absolute; top: 50%; transform:translateY(-50%);left: 50%; transform:translateX(-50%);}
.gallery-flexslider.carousel .slides li .video_toggle{background: url(images/play-button.png) no-repeat center/20px;display: inline-block;background-color: #00416b; width: 80px; height: 46px;margin-top: -20px;}
.gallery-flexslider.carousel .slides li .video_overlay.playing .video_toggle{display: none;}
.gallery-flexslider.carousel .slides li .video_overlay.playing{opacity: 0;}
.gallery-flexslider.carousel .slides li .video_toggle:hover{background-color: #006662;}
.video_overlay{opacity: 1; position: absolute;width: 100%;height: 100%;top:0;left:20px;z-index: 10; background-color: rgba(0,0,0,0.45);}
.gallery-flexslider.carousel .slides li .video_overlay.playing + .video_thumb_image{opacity: 0;}

/*---------mobile dropdown---------*/

.wrapper-demo {
    height: 100%;
}

.wrapper-dropdown-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00416b;
    padding: 14px 10px 12px;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    font-family: 'ProximaNovaA-Bold';
    padding-left: 40px;
}

.wrapper-dropdown-3 span:after {
    background-image: url(./images/Gallery-DropDownArrow.svg);
    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;
    left: -40px;
    top: 4px;
}

.wrapper-dropdown-3.active span:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.wrapper-dropdown-3 .dropdown {
    /* Size & position */
    position: absolute;
    top: 50px;
    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;
}

.wrapper-dropdown-3 .dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
    -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;
    letter-spacing: 0.85px;
}

.wrapper-dropdown-3 .dropdown li i {
    float: right;
    color: inherit;
}

/* Hover state */

.system .wrapper-dropdown-3 .dropdown li:hover a {
    background: #00416b;
    border-radius: 0;
    color: #fff;
}

/* Active state */

.wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

.main.mobile-dropdown {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    height: 50px
}

/*-----------------------*/

.wrapper-dropdown-3 span {
    letter-spacing: 0.85px;
    text-align: center;
    position: relative;
}

.dropdown.gallery_category li,
.dropdown.map_category li {
    text-align: center;
}

/*********neighbourhood page********/

.header-right span {
    color: #e9f2f1;
    font-family: 'FilsonProBold';
    font-size: 16px;
    line-height: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.mobile-interior-header {
    display: block;
    text-align: center;
    background: #e9f2f1;
}

.mobile-interior-header span {
    color: #574D32;
    font-family: 'ProximaNova-Bold';
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 10px 0 7px;
    display: block;
    border-bottom: 2px solid #574D32;
}

.neighbour-wrapper,
.amenities-wrapper,
.affordable-living-wrapper,
.contact-wrapper {
    margin-top: 100px;
}
.neighbour-wrapper .video-image-wrap,
.amenities-wrapper .video-image-wrap,
.affordable-living-wrapper,
.contact-wrapper {
  padding-top: 34px;
}

.amenities-wrapper,
.neighbour-wrapper {
    position: relative;
}

.amenities-wrapper .gold-floating-pattern {
    background-image: url('images/amenities/bank_features_amenities_gold_pattern.png');
}

.neighbour-wrapper .gold-floating-pattern {
    background-image: url('images/neighborhood/bank_neighborhood_gold_pattern.png');
}

.gold-floating-pattern {
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-repeat: no-repeat;
    background-size: 100% auto;;
    left: 0;
    top: 0;
}

.neigh-desc .title,
.affordable-title,
.conditions-title,
.contact-title {
    color: #4c0044;
    font-family: 'FilsonProBold';
    font-size: 20px;
    line-height: 25px;
    letter-spacing: .75px;
    text-transform: capitalize;
    padding-top: 35px;
}

.conditions-sec .desc,
.neigh-desc .desc,
.affordable-cont,
a.contact-links,
p.contact-links,
.fp-content-holder .desc {
    color: #003644;
    font-family: 'ProximaNova-Regular';
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.5px;
    padding-bottom: 25px;
    padding-top: 8px;
}
.fp-content-holder {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.devider {
    margin: 0 10px;
}

a.contact-links,
p.contact-links {
    position: relative;
    padding-left: 35px;
    display: flex !important;
    align-items: center;
    padding: 15px 0;
    flex-wrap: wrap;
    flex-direction: row;
}

.working-hours,
a.contact-links span {
    width: calc(100% - 70px);
}

.label-wrapper {
    font: 14px 'ProximaNova-Regular';
}

p.contact-links.time {
    line-height: 24px;
}

.contact-links.address::before,
.contact-links.phone::before,
.contact-links.time::before {
    content: '';
    width: 40px;
    height: 40px;
    margin-right: 25px;
}

.contact-links.address::before {
    background: url('./images/contacts/location.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.column-item.top-img.checkvis.left-one.visible:before,
.column-item.bottom-img.checkvis.left-two.visible:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 100%;
}

.column-item.top-img.checkvis.left-one.visible:before {
    background: #4d0044;
}

.column-item.bottom-img.checkvis.left-two.visible:before {
    background: url(./images/gold_accent_vert.jpg)
}

.contact-links.phone::before {
    background: url('./images/contacts/call.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.column-item.top-img.checkvis.left-one.visible {
    margin-bottom: 30px;
    margin-left: 24px;
}

.column-item.bottom-img.checkvis.left-two.visible {
    margin-left: -24px;
}

.column-item.bottom-img,
.column-item.top-img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}

.contact-links.time::before {
    background: url('./images/contacts/clock.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

a.contact-links {
    cursor: pointer !important;
}

a.contact-links.phone {
    cursor: default !important;
}

a.contact-links.address br {
    display: none;
}

.column-item p.contact-form-txt {
    padding: 10px 0;
    font-size: 16px;
}

.contact-wrapper #contact-form .hide {
    display: none;
}

.column-item p.affordable-more-txt {
    color: #003644;
    font-family: 'ProximaNova-Regular';
    font-size: 10px;
    line-height: 16px;
    padding-bottom: 15px;
    padding-top: 8px;
}

.menu-item-container .hide,
.desktop-view .hide {
    display: none;
}

.column-item p.affordable-more-txt span {
    font-size: 15px;
    padding-right: 3px;
}

.video-image-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.image-sec {
    width: calc(50% + 24px);
    margin-left: -24px;
}

.video-sec {
    width: 50%;
    height: auto;
    overflow: hidden;
    padding-left: 35px;
}

.img-left {
    background-size: cover;
    background-position: 50% 50%;
    height: 462px;
}

.video-sec .video-container,
.image-sec .video-container {
    height: 341px;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-sec .video-container {
    height: 462px;
}

.video-sec .img-rgt {
    background-size: cover;
    height: 341px;
}

.video-sec .video-container {
    height: 368px;
}

body.residences .video-sec .img-rgt,
body.neighborhood .video-sec .img-rgt {
    height: 362px;
}

.play-icon {
    /*position: absolute;*/
    width: 45px;
    z-index: 2;
    display: none;
}

.scroll-up {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.page-video {
    object-fit: fill;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    background-size: cover;
}

.poi-btn,
.cta-gallery {
    text-align: right;
    margin-top: 34px;
}

.poi-btn a,
.cta-gallery a,
.affordable-btn,
.contact-submit-btn {
    background: #00416b;
    color: #ffffff;
    ;
    font-family: 'ProximaNova-Bold';
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.85px;
    padding: 8px 17px;
    text-transform: uppercase;
}

section.map-content {
    margin-top: 35px;
}

.map-filter-menu-wrap {
    background: #00416b;
}

.map-filter-menu-wrap .wrapper-dropdown-3 span:after {
    background-image: url(./images/add.png);
}

.map-filter-menu-wrap .wrapper-dropdown-3.active span:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
}

.map-filter-menu-wrap ul.map-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}

.map-filter-menu-wrap ul.map-filter li,
ul#map-filter-mobile li a {
    color: #ffffff;
    ;
    font-family: 'ProximaNova-Bold';
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.85px;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 10px;
}

.map-filter-menu-wrap ul.map-filter li.active a {
    color: #345E65;
}

.map-filter-menu-wrap ul.map-filter li a {
    color: #ffffff;
}

.map-filter-menu-wrap ul.map-filter li::after {
    content: "|";
    padding-right: 12px;
    padding-left: 12px;
}

.map-filter-menu-wrap ul.map-filter li:last-child:after {
    content: " ";
    padding-right: 0;
    padding-left: 0;
}

.gm-style .gm-style-iw {
    position: relative;
    background: #70afb9;
    text-align: center;
    overflow: visible;
    top: -10px!important;
    padding: 8px 12px;
    max-width: 250px;
}

.gm-style .gm-style-iw:after,
.gm-style .gm-style-iw:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.gm-style .gm-style-iw > div > div {
    overflow: hidden !important;
    min-height: 115px;
}

.gm-style .gm-style-iw:after {
    border-top-color: #70afb9;
    border-width: 20px;
    margin-left: -20px;
}

.gm-style .gm-style-iw:before {
    border-top-color: #70afb9;
    border-width: 26px;
    margin-left: -26px;
}

.gm-style .gm-style-iw h4 {
    color: #ffffff;
    ;
    font-family: 'FilsonProBold';
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.85px;
    text-transform: uppercase;
    padding: 20px 0 0;
}

.gm-style .gm-style-iw p {
    color: #ffffff;
    font-family: 'ProximaNova-Regular';
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 12px;
    padding-top: 0px;
    max-width: 215px;
    margin: 0 auto;
    letter-spacing: 0.7px;
}

.gm-style .gm-style-iw a.vist-btn {
    background: #ffffff;
    color: #00416b;
    font-family: 'ProximaNova-Regular';
    font-size: 12px;
    line-height: 12px;
    padding: 8px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
    display: block;
    width: 133px;
    margin: 5px auto;
}

.gm-style .gm-style-iw a.close_button::after {
    content: '×';
    color: #ffffff;
    cursor: pointer;
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    right: 8px;
    top: 2px;
}
.gm-style .gm-style-iw-a {
min-height: 200px;
width: 230px;
}
.gm-style .gm-style-iw-t::after {
width: 0;
}
.gm-style .gm-style-iw {
padding: 0;
}
.gm-style .gm-style-iw-d {
overflow: hidden !important;
padding: 15px;
}
.gm-style-iw .gm-ui-hover-effect {
display: none !important;
}
.gm-style .gm-style-iw {
border-radius: 0;
}
/*.info_windows > div:first-child > div:first-child:not(.gm-style-iw){   display: none!important;}*/
.info_windows > div:first-child > button:not(.gm-style-iw){   display: none!important;}

section.poi-cat {
    margin-top: 35px;
    padding-left: 18px;
    /*padding-right: 18px;*/
    margin-bottom: 15px;
}

.grid {
    width: 100%;
}

/* clearfix */

.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- grid-item ---- */

.grid-item {
    width: 32.33331%;
}

.grid-item {
    height: auto;
    float: left;
}

.desktop-view .grid-item {
    padding-left: 60px;
}

/*.desktop-view .grid-item:nth-child(2n + 4):not(:nth-child(3n)){
    padding-left: 45px;
}*/

.desktop-view div.grid-item:nth-child(1),
.gold-floating-pattern + .grid-item {
    padding-left: 0;
}

section.poi-cat.desktop-view .grid-item,
section.poi-cat.desktop-view .grid-item .sub-category {
    display: block !important;
}


.poi-cat-container h4,
.specs-list-container h4, 
.specs-list-container h2, 
.poi-cat-container h2 {
    color: #4c0044;
    ;
    font-family: 'FilsonProBold';
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.75px;
    padding-bottom: 10px;
}

.poi-cat-container ul li,
.specs-list-container ul li {
    color: #003644;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.5px;
    position: relative;
    padding-left: 25px;
    padding-bottom:0px;
}

.poi-cat-container ul li::before,
.specs-list-container ul li::before {
    content: " ";
    background: #003644;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 10px;
    left: 0;
}


.poi-cat-container ul li a,
.specs-list-container ul li a {
    color: #003644;
    font-family: 'ProximaNova-Regular';
    font-size: 15px;
    line-height: 13px;
    letter-spacing: 0.5px;
    margin-left: -18px;
}

@-moz-document url-prefix() {
    .poi-cat-container ul li a,
    .specs-list-container ul li a {
        margin-left: 5px;
    }
}

section.cta-footer {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    z-index: 3;
    /*margin-right: -24px;*/
    /*margin-left: -24px;*/
}

body.amenities section.cta-footer,
body.residences section.cta-footer {
    margin-top: -20px;
}

.cta-footer-item {
    position: relative;
    width: 50%;
    height: 100%;
}

.cta-footer-item .img-holder {
    height: 369px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-footer-item.cta-footer-left .img-holder {
    height: 334px;
}

.cta-footer-item span {
    color: #574D32;
    font-family: 'FilsonProBold';
    font-size: 26px;
    padding: 18px 40px 13px;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 55px);
}

.cta-btn-wrapper {
    display: block;
    height: 334px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.cta-footer-item span:not(:empty) {
    background-color: rgba(255, 255, 255, 0.85);
}

.cta-footer-item img {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.cta-footer-item.cta-footer-left {
    background: url(./images/neighborhood/Neighborhood_ImgCTA-LEFT.jpg) center/100% auto repeat;
    padding-top: 24px;
}

.neighbour-wrapper .cta-footer-item:not(.cta-video) span {
    max-width: 350px;
}

.cta-footer-item.cta-footer-rgt img {
    height: 345px;
}

.cta-footer-item .video-container {
    position: relative;
    height: 345px;
    width: 100%;
    overflow: hidden;
}


.cta-footer-item img {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.cta-footer-item.cta-footer-left img {
    padding-top: 20px;
    background: url(./images/neighborhood/Neighborhood_ImgCTA-LEFT.jpg) center/100% auto repeat;
    height: 345px;
}

.cta-footer-item.cta-footer-rgt img {
    height: 345px;
}

.cta-footer-item .video-container {
    position: relative;
    height: 358px;
    width: 100%;
    overflow: hidden;
}

.cta-footer-item.cta-footer-left .video-container {
    height: 334px;
}

.cta-footer-item .cta-video {
    position: relative;
    text-align: center;
}

.cta-footer-item.cta-video span {
    position: absolute;
    bottom: 180px;
    left: 50%;
    transform: translate(-50%, 56px);
}


.cta-footer-item video {
    min-width: 100%;
    min-height: 100%;
    object-fit: fill;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: cover;
}

.cta-footer-item.cta-footer-rgt {
    background: #4c0044;
    padding-top: 24px;
}

.cta-footer-item:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: calc(100% - 24px);
    bottom: 0;
    left: 0;
    background: #006662;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}

/*.cta-footer-item a span {
    position: absolute;
    top: 55%;
    left: 0;
    color: #ffffff;
    font-family: 'FilsonProBold';
    font-size: 24px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}*/

.scroll-wrapper {
    position: fixed;
    color: #574D32;
    border: 2px solid #574D32;
    background: #e9f2f1;
    font-family: 'ProximaNova-Bold';
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
    right: 0;
    top: 50%;
    width: 68px;
    z-index: 99999999;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.scroll-wrapper.down .scroll-down-inner,
.scroll-wrapper.bottom span.label {
    cursor: pointer;
}

.scroll-wrapper.hide-button .scroll-down-inner,
.scroll-wrapper.bottom i.arrow.down, 
.scroll-wrapper.bottom span.arrow.down, 
.scroll-wrapper span.label.top {
    display: none;
}

.scroll-wrapper.bottom span.label.bottom {
    display: block;
}

.scroll-wrapper.bottom i.arrow.up,
.scroll-wrapper.bottom span.arrow.up, 
.scroll-wrapper.bottom {
    opacity: 1;
}

.scroll-wrapper.hide-button {
    visibility: hidden;
    border: 0;
}

.scroll-down-inner {
    display: block;
    padding-bottom: 12px;
    pointer-events: none;
}

.scroll-down-inner span.label {
    padding: 8px 5px;
    display: block;
}

.scroll-wrapper i.arrow, .scroll-wrapper span.arrow {
    border: solid #574D32;
    border-width: 0 2px 2px 0;
    padding: 10px;
    vertical-align: middle;
    opacity: 0;
}

.scroll-wrapper i.arrow.down, .scroll-wrapper span.arrow.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.scroll-wrapper span.arrow.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.scroll-wrapper i.arrow.up, .scroll-wrapper span.arrow.up {
    margin-top: 12px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.scroll-wrapper.bottom span.label {
    border-top: 2px solid #574D32;
    border-bottom: 0;
}

.scroll-wrapper.bottom .scroll-down-inner {
    padding-bottom: 0;
    pointer-events: all;
}

.scroll-top-inner span.label {
    padding: 8px;
    display: block;
    border-top: 2px solid #574D32;
}

/* Amenities */

.system .small-cta:hover {
    background-color: #006662;
}

.header-block {
    margin-top: 35px;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
}

.header-block > div {
    background: #2F5C6F;
    /*background-size: 100% 100%;
    background-position: 100% 100%;*/
    position: relative;
}

.accent_box {
    position: absolute;
    left: -24px;
    top: 0;
    width: 48px;
    height: 100%;
}

.accent_box > div {
    height: 50%;
}

.purple_accent {
    width: 50%;
    background-color: #4c0044;
}

.gold_accent {
    width: 50%;
    margin-left: 24px;
    background-size: auto;
    background-repeat: repeat;
    background-position: center;
}

.header-block span {
    color: #ffffff;
    font-family: 'FilsonProBold';
    font-size: 41px;
    line-height: 47px;
    width: 100%;
    display: block;
    padding: 34px 45px;
    max-width: 470px;
}

.column-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}

body.contact .column-wrapper,
body.housing-lottery .column-wrapper {
    padding-top: 0;
}

.column {
    width: 50%;
}

.column.left img {
    margin-left: -18px;
    padding-right: 15px;
}

.column.left ul {
    padding-right: 15px;
}

.column img {
    width: 100%;
    height: auto;
}

.column-item {
    padding-bottom: 35px;
}

.column.right .column-item:last-child {
    padding-right: 20px;
}



.column-item.specs-list-container {
    padding-bottom: 12px;
    padding-left: 24px;
}

.column.left .column-item .img-item {
    background-size: cover;
    background-position: center center;
    height: 606px;
    margin-right: 35px;
    /*margin-left: -15px;*/
    margin-left: 0;
}

.column .column-item .img-item {
    background-size: cover;
    background-position: center center;
    height: 382px;
}

.column-item.top-img {
    padding-right: 30px;
}

.column.left .column-item.top-img img {
    background: #4d0044;
    padding-left: 20px;
    margin-left: 10px;
    padding-right: 0;
}

.column.left .column-item.bottom-img img {
    background: url(./images/neighborhood/Neighborhood_ImgCTA-LEFT.jpg) center/100% auto repeat;
    padding-left: 20px;
    margin-left: -24px;
    padding-right: 0;
}

.column-item.rgt-content {
    padding-left: 30px;
}

.amen-resi-row {
    margin-top: 35px;
}

.items.pull-right img {
    max-height: 300px;
}

.items.pull-left img {
    max-height: 400px;
}

.img-vid-container {
    display: flex;
    margin-right: -24px;
    margin-top: 35px;
}

.column-wrapper .column-item .img-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    width: 100%;
    height: 462px;
}

.column-wrapper .column-item .video-container {
    position: relative;
    height: 462px;
    width: 70%;
    overflow: hidden;
}

.features .column-wrapper .column-item .video-container {
    width: 100%;
}

.foot-note {
    color: #003644;
    display: inline-block;
    font-size: 12px;
    padding-bottom: 12px;
}

.column-wrapper .column-item .video-container video {
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: fill;
}

.outer-block {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0;
}

.items {
    display: inline-block;
    margin: 0 0 30px;
    width: 100%;
}

.items.column.two.pull-left {
    padding-right: 35px;
}

.column-item a,
.column-item input {
    display: block;
}

.column-item p {
    color: #003644;
    font-family: 'ProximaNova-Regular';
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.5px;
    padding-bottom: 15px;
}

.column-item input {
    color: #003644;
    background: #e9f2f1;
    border: 2px solid #003644;
    display: block;
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.85px;
    margin-top: 15px;
    padding: 3px 10px;
    text-align: center;
    width: 100%;
}

.column-item input::placeholder {
    color: #003644;
    text-transform: uppercase;
    opacity: 1;
}

.column-item input:-ms-input-placeholder {
    color: #003644;
    text-transform: uppercase;
    opacity: 1;
}

.column-item input:-ms-input-placeholder {
    color: #003644;
    text-transform: uppercase;
    opacity: 1;
}

.column-item input[type="submit"] {
    color: #ffffff;
    cursor: pointer;
    font-family: 'ProximaNova-Bold';
    padding: 6px 16px;
    background: #00416b;
    border: 2px solid #00416b;
    width: auto;
    height: auto;
    line-height: normal;
}

#contact-form .error-image {
    position: relative;
}

#contact-form .error-image img {
    height: 14px;
    width: 14px;
    position: absolute;
    top: 4px;
    left: 0;
}

#contact-form .error-msg {
    color: #003644;
    font-family: 'ProximaNova-Regular';
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.5px;
    padding-left: 18px;
    padding-top: 3px;
}

.column-item.top-img img {
    background: #4d0044;
    padding-left: 20px;
    margin-left: 20px;
}

.column-item.bottom-img img {
    background: url(./images/neighborhood/Neighborhood_ImgCTA-LEFT.jpg) center/100% auto repeat;
    padding-left: 20px;
    margin-left: -24px;
}

.column-item.rgt-content {
    padding-left: 50px;
}

.checkvis {
    transform: translateY(80px);
    opacity: 0;
    zoom: 1;
    filter: alpha(opacity=0);
    transition: transform 1s ease 0.1s, opacity 1s ease 0.1s;
}

.checkvis.visible {
    opacity: 1;
    zoom: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    transition: transform 1.5s ease 0.5s, opacity 1.5s ease 0.5s;
}

.left-one.checkvis {
    transform: translateY(50px);
}

.left-two.checkvis {
    transform: translateY(80px);
}

.rgt-one.checkvis {
    transform: translateY(70px);
}

.rgt-two.checkvis {
    transform: translateY(140px);
}

.left-one.checkvis.visible,
.left-two.checkvis.visible,
.rgt-one.checkvis.visible,
.rgt-two.checkvis.visible {
    transform: translateY(0);
    transition: transform 1.5s ease 0.5s, opacity 1.5s ease 0.5s;
}


/* Affordable living */

.img-content-wrap {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}

.img-content-left,
.img-content-rgt {
    width: 50%;
    margin: 0 30px;
}

.img-content-left img {
    background: #4d0044;
    padding-left: 20px;
}

.content-img {
    width: 50%;
    margin-left: -24px;
    padding-right: 30px;
}

.content-img img {
    background: url(./images/neighborhood/Neighborhood_ImgCTA-LEFT.jpg) center/100% auto repeat;
    padding-left: 20px;
}

a.affordable-btn {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 15px;
}

/* Thankyou page */

.thankyou-wrapper {
    background: url(./images/inner_bg.png) #345E65 repeat center;
    width: 100%;
    height: calc(100vh - 72px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    min-height: 500px;
    padding: 0 15px;
    padding-top: 72px;
}

.thankyou-wrapper h3,
.error-wrapper h3 {
    color: #003644;
    font-family: 'FilsonProBold';
    font-size: 24px;
    letter-spacing: 0.75px;
    line-height: 24px;
    padding-bottom: 10px;
}

.thankyou-wrapper p,
.error-wrapper p {
    color: #003644;
    font-family: 'ProximaNova-Regular';
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    width: 40%;
    padding-bottom: 10px;
}

.error-wrapper p {
    width: 100%;
}

ul.thankyou-links-container {
    display: flex;
    align-items: center;
}

ul.thankyou-links-container li {
    color: #ffffff;
    font-family: 'ProximaNova-Bold';
    font-size: 16px;
    line-height: 14px;
    letter-spacing: 0.85px;
    text-transform: uppercase;
    margin: 10px 25px;
}

ul.thankyou-links-container li a {
    color: #ffffff;
    padding: 10px;
    background: #00416b;
    width: 295px;
    display: block;
}


.error-wrapper a {
    background: #00416b;
    color: #ffffff;
    font-family: 'ProximaNova-Bold';
    font-size: 16px;
    line-height: 14px;
    letter-spacing: 0.85px;
    text-transform: uppercase;
    padding: 10px 15px;
    margin-top: 10px;
}

.system ul.thankyou-links-container li a:hover,
.system .error-wrapper a:hover {
    background: #574D32;
}

/* 404 page */

.error-wrapper {
    background: url(./images/inner_bg.png) #e9f2f1 repeat center;
    width: 100%;
    height: calc(100vh - 72px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding-top: 72px;
}

/* Contact */

.contact-wrapper .img-content-rgt a {
    display: block;
}

.contact-wrapper .img-content-rgt input {
    display: block;
}

.contact-outer-wrapper {
    display: flex;
    flex: 1 0 auto;
    flex-direction: row;
    height: auto;
    margin-top: 107px;
    min-height: 450px;
    overflow: hidden;
    position: relative;
}

.content-wrapper {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    min-height: 450px;
    padding: 20px;
    position: static;
    right: 0;
    text-align: center;
    top: 50%;
/*    transform: translateY(-50%);
    margin-top: 34px;*/
    z-index: 3;
    margin: 65px auto 75px;
}

.content-box-inner-wrapper {
    background-color: rgba(233,242,241,0.9);
    color: #003644;
    font-family: 'FilsonProBold';
    max-width: 800px;
    padding: 110px 50px 45px;
    position: relative;
    text-align: left;position:relative;
}

.content-box-title {
    color: #4c0044;
    font: 23px 'FilsonProBold';
}

.contact-mobile-bg {
    display: none;
}

/*iframe page */

.iframe-wrapper {
    background: #e9f2f1;
    width: 100%;
    height: calc(100vh - 72px);
    padding-top: 72px;
}

.iframe-wrapper iframe {
    width: 100%;
    height: 100%;
}

.video-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-container .video-poster {
    display: none;
}

/* Custom Slider*/

.custom-slider {
    border: none;
    border-radius: none;
    direction: ltr !important;
}

.custom-slider .flex-control-nav {
    bottom: 15px;
    display: block;
    z-index: 2;
}

.custom-slider .flex-control-nav li a {
    background: #e6f2f1;
    border-radius: 0;
}

.custom-slider .flex-viewport,
.custom-slider.flexslider,
.custom-slider .slides {
    height: 100%;
    margin: 0;
    border: none;
    border-radius: 0;
}

.custom-slider.flexslider .slides > li {
    height: 100%;
}

.custom-slider .flex-control-paging li a.flex-active,
.custom-slider .flex-control-paging li a:hover {
  background: #574D32;
  border-color: #574D32;
}

.custom-slider .slider-image,.custom-slider .slider-video {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.custom-slider video{

    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-size: cover;
    overflow: hidden;
    transform: none;

}

/*Custom Slider end*/

.list-padding-modifier{
    padding-left: 45px;
}

.aho-padding-modifier
{
    padding-bottom: 6px;
    height: 21px;
}

.footer-social-icons.desktop-view {
    /*display: none !important;*/
    margin: 0 20px 4px 0;
}

.ada-padding-modifier
{
    padding-bottom: 5px;
    height: 21px;
}

.footer-telephone{
    /*display: none;*/
}

.footer-links{
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}

.footer-gap .desc:last-child{
padding-bottom: 40px;
}

.flex-left-box{
    flex-grow: 1;
    flex-basis: 0;
}

.flex-right-box{
    flex-grow: 1;
    flex-basis: 0;
    text-align: right;
}
.desc .bold-head {
    font-weight: 600;
}

.bozzuto-footer-logo{
    transform: scale(0.7);
}

.third-section li:last-child a{
        padding-bottom: 0px;
    }

.the-banks-team .team-logos p.desc a{
    cursor: pointer;
    color: #003644;
    font-family: "ProximaNova-Bold";
    text-decoration: none;
    outline: none;
    border: none;
}

.poi-cat-container{
    margin-top: 15px;
}
.desktop-view .grid-item:nth-child(1),  .desktop-view .grid-item.arts_culture{
    padding-left: 0;
}

.shopping_necessities{
    padding-left: 0px !important;
    clear: both;
}

/*.transportation{
     padding-left: 0px !important;
}*/

/*HYLY form style edits*/
.contact-outer-wrapper .hywrap,
.column .hywrap {
    font-family: "ProximaNova-Regular";
}

.contact-outer-wrapper .hywrap .top_align .controls,
.column .hywrap .top_align .controls {
    color: #003644;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0em;
}

.contact-outer-wrapper .hywrap .top_align .control-label,
.column .hywrap .top_align .control-label {
    color: #003644;
    font-size: 14px;
    line-height: 10px;
    letter-spacing: 0.85px;
    text-transform: uppercase;
    text-align: center;
    /*display: none;*/
    position: absolute;
    padding-top: 10px;
    pointer-events: none;
    margin: 0px auto;
}

.contact-outer-wrapper .hywrap .form-actions {
    text-align: center;
    margin-top: 28px;
}

.contact-outer-wrapper .hywrap input, .contact-outer-wrapper .hywrap input[type="text"],
.contact-outer-wrapper .hywrap select, .contact-outer-wrapper .hywrap textarea,
.column .hywrap input,.column .hywrap input[type="text"],.column .hywrap select,.column .hywrap textarea {
    color: #003644;
    border: 2px solid #003644;
    border-radius: 0px;
    margin-top: 0px;
    padding: 3px 10px;
    text-align: center;
    z-index: 2;
    width: 100%;
    min-height: 28px;
}

.contact-outer-wrapper .hywrap input:focus, .contact-outer-wrapper .hywrap input[type="text"]:focus,
.contact-outer-wrapper .hywrap select:focus, .contact-outer-wrapper .hywrap textarea:focus,
.column .hywrap input:focus,.column .hywrap input[type="text"]:focus,.column .hywrap select:focus,.column .hywrap textarea:focus{
    border: 2px solid #003644;
}

.contact-outer-wrapper .hytag_form_comment, .contact-outer-wrapper #more-info,
.column .hytag_form_comment, .column #more-info {
    display: block;
}

.contact-outer-wrapper .hywrap button[type="submit"],
.column .hywrap button[type="submit"]{
    color: #ffffff;
    cursor: pointer;
    font-family: 'ProximaNova-Bold';
    font-size: 14px;
    letter-spacing: 0.85px;
    padding: 7px 42px 5px;
    background: #00416b;
    border: 2px solid #00416b;
    border-radius: 0;
    width: auto;
    height: auto;
    line-height: normal;
}

.contact-outer-wrapper .hywrap .meta,
.column .hywrap .meta{
    margin-top: 15px;
}

.contact-outer-wrapper .hywrap .control-group,
.column .hywrap .control-group {
    position: relative;
    margin-bottom: 15px;
}
    /**/
.vist-websitelink{
    color: #ffffff;
    font-family: 'FilsonProBold';
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.85px;
    text-transform: uppercase;
    padding: 20px 0 0;
}


.right-section .flexslider{
    background: transparent;
    border: none;
    border-radius: 0px;
}
/*
.flexslider .slides, .flexslider .slides > li{
    height: auto;
}*/

.right-section .flexslider .flex-control-nav{
    display: none;
}


/*********Terms & Conditions page********/
.conditions-title {
    padding-top: 0;
    text-transform: uppercase;
}

.story-desc{
    padding-right: 35px;
}

.terms-and-conditions p.desc{
    padding-top: 0px;
}

/*********Floor Plan pages********/

.floorplan-landing-cnt,
.floorplan-detail-wrap,
.fp-pagination .paging,
.floorplan-container,
.noresult-msg-wrap,
.filter-box > form,
.sort-item-list,
.fp-pagination {
    display: flex;
    justify-content: center;
}

.floorplan-landing-cnt,
.floorplan-detail-wrap,
.noresult-msg-wrap,
.sort-item-list {
    align-items: center;
}

.filter-box .customSelect .selectList dl,
.filter-box .customSelect .jspContainer,
.filter-box .customSelect .jspPane {
    width: 100% !important;
}

.system .quick-search-wrap .floorplan-category a:hover .floorplan-title,
.floorplan-title.floorplan-title-hover {
    display: none;
}

.system .quick-search-wrap .floorplan-category a:hover .floorplan-title.floorplan-title-hover {
    display: block;
}

.system .floorlisting-items:hover .fplan-title,
.system .floorlisting-items:hover .fplan-desc,
.system .floorlisting-items:hover .fplan-btn {
    color: #fff;
}

.system .floorlisting-items:hover .fplan-btn {
    transition: none;
}

.floorplan-text,
.sort-box {
    font: 15px/1.6 "ProximaNova-Regular";
}

.floorplans-wrapper {
    padding-top: 157px;
}

.flooplan-landing-text {
    max-width: 100%;
}

.hasJS select.custom {
    position: absolute;
    left: -999em;
}

.filter-box > form {
    align-items: flex-start;
}

.filter-box .customSelect .selectedValue {
    background: #00416b;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    color: #fff;
    font: 16px/1 "ProximaNova-Regular";
    letter-spacing: 1.44px;
    padding: 10px 35px 10px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: none;
    text-transform: uppercase;
    white-space: nowrap;
    width: 170px;
}

.filter-box .customSelect .caret {
    background: url("images/Gallery-DropDownArrow.svg") center/contain no-repeat;
    border: none;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
}

.floorplan-landing-cnt {
    flex: 1 0 auto;
    flex-direction: column;
    margin: 10% auto 0;
    min-height: calc(100vh - 500px);
    text-align: center;
}

.floorplan-text {
    color: #003644;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.quick-search-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 2%;
    margin-top: 5%;
    width: 100%;
}

.floorplan-category a {
    display: inline-block;
    font-family: 'FilsonProBold';
}

.quick-search-wrap .floorplan-category a {
    color: #00416b;
}

.system .quick-search-wrap .floorplan-category a:hover {
    color: #006763;
}

.floorplan-title {
    display: block;
    margin: 0 auto;
    padding-bottom: 25px;
    position: relative;
}

.floorplan-caption {
    font-size: 20px;
    text-transform: uppercase;
}

.floorplan-category {
    min-width: 230px;
    padding-bottom: 50px;
}

.floorplan-btn {
    background-color: #00416b;
    border: none;
    cursor: pointer;
    height: 36px;
    outline: none;
    width: 36px;
}

.search-button {
    background: url('images/search-icon.png') no-repeat center/12px #00416b;
    margin-right: 10px;
}

.floorplans-wrapper a.clear-button {
    color: #e9f2f1;
    display: inline-block;
    font: 16px/36px "ProximaNova-Regular";
    text-transform: uppercase;
    text-align: center;
    vertical-align: top;
}

.noresult-msg-wrap {
    max-width: 70%;
    margin: 0 auto;
    min-height: calc(100vh - 315px);
}

.filter-box .customSelect .selectList {
    border: 1px solid #00416b;
    border-radius: 0;
    padding: 0;
    width: 100%;
}

.filter-box .customSelect .selectList dl {
    background-color: #00416b;
    color: #fff;
    font: 14px "ProximaNova-Regular";
}

.filter-box .customSelect .selectList dd {
    font-size: 13px;
    padding: 7px 5px;
    text-transform: uppercase;
}

.filter-box .customSelect .selectList dd.selected {
    background: #e9f2f1;
    color: #574D32;
}

.floorplan-listing-cnt {
    padding: 25px 20px;
    text-align: center;
}

.floorplan-container {
    flex-flow: row wrap;
    margin-top: 12px;
}

.floorlisting-items-wrapper {
    flex-basis: auto;
    margin-bottom: 12px;
    margin-top: 12px;
    max-width: 400px;
    padding-left: 12px;
    padding-right: 12px;
    width: 25%;
}

.floorlisting-items {
    background-color: #fff;
    padding-top: 20px;
    position: relative;
    text-align: left;
    width: 100%;
}

.plan-overlay {
    background-color: rgba(15, 95, 92, 0.5);
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
    transition: opacity 0.5s ease-out;
}

.system .floorlisting-items:hover .plan-overlay {
    opacity: 1;
}

.system .floorlisting-items:hover .fplan-btn::after {
    background-image: url('images/floorplan-arrow-white.svg');
}

.fl-list-image {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 320px;
}

.paging li {
    font-size: 15px;
    padding-right: 12px;
}

.floorplans-wrapper a {
    color: #003644;
}

.fp-pagination {
    padding-top: 20px;
}

.fp-pagination .paging {
    padding-left: 12px;
}

.fp-prev,
.fp-next {
    height: 19px;
    position: relative;
    top: 1px;
    width: 30px;
}

.icon-prev-active {
    transform: rotate(180deg);
}

.fplan-detail {
    font-size: 20px;
    padding: 0 25px 10px;
    position: relative;
    word-break: break-word;
    word-wrap: break-word;
    z-index: 3;
}

.fplan-title {
    color: #4c0045;
    font: 26px/36px 'FilsonProBold';
    letter-spacing: 0.75px;
    margin-bottom: 7px;
}

.fplan-btn {
    color: #003644;
    font: 15px/74px 'ProximaNova-Bold';
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    text-transform: uppercase;
}

.sort-item-list li a::after,
.fplan-btn::after {
    content: '';
    height: 19px;
    position: absolute;
}

.fplan-btn::after,
.icon-prev-active,
.icon-next-active {
    background: url('images/floorplan-next-arrow.svg')  center/contain no-repeat;
}

.fplan-btn::after {
    padding-left: 10px;
    top: -3px;
    width: 25px;
}

.sort-item-list li {
    padding-right: 60px;
}

.sort-item-list li a {
    position: relative;
    text-transform: uppercase;
}

.sort-item-list li a::after {
    background: url('images/floorplan-down-arrow.png') center/contain no-repeat;
    right: -25px;
    top: 0;
    width: 18px;
}

.sort-item-list li a.asc_arrow::after {
    transform: rotate(180deg);
}

.sort-item-list li a.active,
.paging li.active a,
.result-count {
    font-weight: 700;
}

.floorplan-detail-wrap {
    height: 85vh;
    margin-bottom: 40px;
    margin-top: 107px;
}

/*.fplan-detail-col {
    flex: 1;
    width: 50%;
}*/

.fplan-data-content {
    width: 100%;
}

.fplan-img-details {
    align-items: center;
    display: flex;
    height: 78vh;
    padding-left: 24px;
    width: 65%;
    max-width: 50vw;
}

.fplan-data-details {
    align-self: center;
    margin-left: 5%;
    width: 35%;
}

.fplan-img-detail {
    background-color: #fff;
    position: relative;
    height: 100%;
    margin-left: auto;
    padding: 20px 24px;
    width: 100%;
}

.detail-img-view-large,
.floor-detail-bg {
    height: 100%;
    width: 100%;
}

.detail-img-view-large {
    display: block;
}

.floor-detail-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.vertical-bar {
    padding-left: 5px;
    padding-right: 5px;
}

.fplan-btn-wrapper {
    margin-bottom: 15px;
}

.floorplan-detail-wrap .fplan-btn {
    line-height: 1;
    padding-left: 30px;
}

.floorplan-detail-wrap .fplan-btn::after {
    left: -9px;
    transform: rotate(180deg);
}

.fplan-detail-btn {
    background-color: #00416b;
    color: #fff;
    display: inline-block;
    font: 15px/1 'ProximaNova-Bold';
    max-width: 250px;
    padding: 10px 10px 8px;
    text-align: center;
    text-transform: uppercase;
    width: 45%;
}

.system .fplan-detail-btn:hover {
    background-color: #006662;
}

.fplan-detail-btn + .fplan-detail-btn {
    margin-left: 5%;
}

.fplan-btn-share .at-icon-wrapper {
    display: none;
}

.fplan-data-details .floorplan-text:last-of-type {
    margin-bottom: 30px;
}

.fplan-data-details .fplan-title {
    color: #345E65;
    font-size: 60px;
    margin-bottom: 30px;
    margin-top: 40px;
}

.floor-keyplan {
    padding-top: 40px;
}

.floorplan-detail-wrap .purple_accent {
    margin-left: 24px;
}

.floorplan-detail-wrap .gold_accent {
    margin-left: 0;
}

.floor-plans .mfp-bg {
    background: rgba(15, 95, 92, 0.8);
}

.floor-plans .mfp-figure:after {
    background: #fff;
    bottom: 0;
    top: 0;
}

.floor-plans .mfp-image-holder .mfp-close {
    color: #574D32;
    right: 25px;
    top: 10px;
    font-size: 42px;
    font-family: 'ProximaNovaS-Bold';
    opacity: 1;
    width: max-content;
}

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

.floor-plans .mfp-content {
    height: 46vw;
    max-height: 100vh;
    width: 50vw;
}

.floor-plans .mfp-figure figure,
.floor-plans .mfp-figure {
    height: 100%;
}

.floor-plans .mfp-figure figure {
    align-items: center;
    display: flex;
    width: 100%;
}

.floor-plans img.mfp-img {
    max-height: 100% !important;
    max-width: 50vw;
    padding: 10px 0;
}
​

/*Inclusionary Housing*/
.inclusionary-housing-wrapper{
    display: flex;
    flex-flow: row;
    padding-top: 20px;
    /* min-height: 90vh; */
}

.inclusionary-housing-wrapper .left-section{float: left; height: 100%; margin-top: 135px;}
.inclusionary-housing-wrapper .right-section{float: right; height: 100%; margin-top: 100px;}
.inclusionary-housing-wrapper .title{ color: #4c0044; font-family: 'FilsonProBold'; font-size: 20px; line-height: 25px; letter-spacing: .75px; text-transform: capitalize; padding-top: 35px;}

.inclusionary-housing-wrapper .sign-up-form .title{padding-top: 10px;}
.inclusionary-housing-wrapper .right-section .desc{ color: #003644; font-family: 'ProximaNova-Regular'; font-size: 15px; line-height: 22px; letter-spacing: 0.5px; padding-bottom: 15px; padding-top: 8px;}
.inclusionary-housing-wrapper .sign-up-form .desc{padding-bottom: 10px;}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #003644;font-family: "ProximaNova-Regular";text-align: center; width: 80%;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #003644;font-family: "ProximaNova-Regular";text-align: center; width: 80%;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #003644;font-family: "ProximaNova-Regular";text-align: center; width: 80%;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #003644;font-family: "ProximaNova-Regular";text-align: center; width: 80%;
}


.sign-up-form .form-content{width: 100%; text-align: center; position: relative;}
/*.sign-up-form .form-content label{ padding-top: 5px; margin: 5px auto;color: #003644; font-family: "ProximaNova-Regular";position: absolute; min-height: 28px;text-align: center; width: 80%; pointer-events: none;}*/
.sign-up-form .form-content input{ margin: 10px auto; width: 80%; text-align: center; color: #003644; border: 2px solid #003644; border-radius: 0px;background-color: transparent; text-align: center; z-index: 2; min-height: 28px;}
.sign-up-form .apartment-size input{margin:  4px 0 0 -10px; position: absolute;}
.sign-up-form .apartment-size input, .sign-up-form .apartment-size p{ width: auto;font-family: "ProximaNova-Bold";color: #003644; min-height: initial !important; }
.apartment-size span{ font-family: "ProximaNova-Bold";color: #003644; padding-right: 30px; }
#lastspan{padding-right: 0;}
.sign-up-form .apartment-size p{padding-bottom: 2px; padding-top: 5px;}
.sign-up-form .form-content .submitbutton{ color: #ffffff;cursor: pointer;font-family: 'ProximaNova-Bold';font-size: 14px;letter-spacing: 0.85px; padding: 6px 42px 5px; background: #00416b;border: 2px solid #00416b;border-radius: 0;width: auto;height: auto;line-height: normal;}
.sign-up-form .form-content .submitbutton:hover{color: #fff; background-color: #00694e; border-color: #00694e;}
.ui-datepicker,.ui-datepicker-calendar{z-index: 10 !important;background-color: white; width: 245px; color: #003644; text-align: center;}
.ui-datepicker-next{ float: right; padding-right: 10px; padding-top: 2px; font-weight: bold;color: #003644; }
.ui-datepicker-prev { float: left; padding-left: 10px; padding-top: 2px; font-weight: bold;color: #003644; }
.ui-datepicker-title,.ui-datepicker-month,.ui-datepicker-year{text-align: center; padding-top: 0px; font-weight: bold; color:#003644; }
.ui-datepicker-header{padding: 5px 0;}
.ui-datepicker-calendar{padding: 0 5px 5px;}
.apartment-size span{padding-left: 5px;}
.input-row {position: relative;}
.error-block {position: absolute;right: 30px;top: 15px;}
footer {clear: both;}
@media(max-width: 600px){
    .error-block {
        right: 25px;
    }
}
@media(max-width: 480px){
    .error-block {
        right: 12px;
    }
}
@media(max-width: 414px){
    .error-block {
        right: 7px;
    }
}
@media(max-width: 360px){
    .error-block {
        right: 0px;
    }
}
.valid + .error-block{ display: none }
/*#ui-datepicker-div{position: fixed !important; display: none !important;}*/
/*#ui-datepicker-div:focus{position: absolute !important; display: block !important;}*/
/*.ui-datepicker-week-end {text-align: center;}*/
.form-area{

    margin: 10px auto;
    width: 80%;
    /* text-align: left; */
    text-align: center;
    /* line-height: calc(100 * 5%); */
    line-height: 70px;
    position: relative;
    color: #003644;
    border: 2px solid #003644;
    height: 100px;
    overflow: hidden;
    padding: 15px;
    border-radius: 0px;
    background-color: transparent;
    z-index: 2;

}
.form-area:focus {
    line-height: 14px;
}
.restrictions {
    /*width: 80%;*/
    font-family: "ProximaNova-Bold";
    color: #003644;
    min-height: initial !important;
    margin: 15px auto;
        line-height: 22px;
        text-align: left;
}
.sign-up-form .form-content .submitbutton{display: block;}
textarea#questions::placeholder {
    width: 100%;
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
     display: none;
 }

 #datepicker {
    position: relative;
    padding-left: 10px;
    /* -moz-padding-start: calc(80%/2.3); */
}

 input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 0;
}

/* input[type=date]::-webkit-calendar-picker-indicator { -webkit-appearance: none; display: none; } */

.sign-up-form .form-content .submitbutton{
    -moz-border-radius: 0px !important;
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
}
.ap-relate {
    position: relative;
    display: inline-block;
    margin: 0px 15px;
}
.ckbox_wrap {
    margin: 0 auto;
    max-width: 285px;
}
.ap-relate input {
    position: absolute !important;
    top: 1px;
    left: -10px;
    min-height: auto !important;
}
#thank-you-sect {
    color: #4c0044;
    font-family: 'FilsonProBold';
    font-size: 22px;
    line-height: 25px;
    letter-spacing: .75px;
    text-transform: capitalize;
    padding-top: 25px;
    padding-bottom: 25px;
}

.input-row.date-pl {
    display: block;
    height: 32px;
}
#datepicker {
    position: absolute;
    left: 10%;
    /* -moz-padding-start: calc(80%/2.4); */
    /* -moz-padding-start: calc(80%/2.3); */
    clear: both;
    display: inline-block;
}
.disclaimer-text {
  display: block;
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
}
.no-wrap {
  white-space: nowrap;
}
input[type=date]::-webkit-calendar-picker-indicator {
   width: 100%;
   opacity: 0;
}

.left-section img{
    width: 100%;
}

.footer-privacy-policy a{
  display: inline-block;
}
.contact-outer-wrapper .hywrap .hy-signup .control-label{position:static;text-align: left;margin-bottom: 10px;}

/************* ADA **************/

.skip-nav {
    background: transparent;
    color: #000000;
    left: 0;
    padding: 1rem 1.5rem;
    position: absolute;
    top: -10.2rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 9999;
}
  
.skip-nav:focus {
    background: #ffffff;
    box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
    left: 0;
    outline: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}  
a:focus, button:focus, input:focus, textarea:focus, div:focus, select:focus, li:focus{
    outline:transparent dashed 2px !important;
    outline-offset: 1px;
}
.using-keytab a:focus, .using-keytab button:focus, .using-keytab input:focus, 
.using-keytab textarea:focus, .using-keytab div:focus, .using-keytab select:focus, .using-keytab li:focus, 
.using-keytab img:focus {
    outline: 2px dashed black !important;
    transition: none !important;
}
.using-keytab .home-intro a:focus {
    outline: 2px dashed #e9f2f1 !important;
    transition: none !important;
}
.special-popup h2 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 25px;
    font-family: 'FilsonProBold';
    text-align: center;
}
.the-banks-team .team-logos p.desc a, .sign-up-form .desc a {
    border-bottom: 1px solid transparent;
}
/********** Slider pause *************/
.flexslider .flex-pauseplay button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 1;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000; 
}
.flexslider .flex-pauseplay a, .flexslider .flex-pauseplay button {
    width: 30px;
    height: 30px;
    overflow: hidden;
    bottom: 10px;
    z-index: 9;
    text-indent: 9999px;
    background: url(images/play-icon.svg) no-repeat center center;
    background-size: contain; 
}
.flexslider .flex-pauseplay a.flex-pause, .flexslider .flex-pauseplay button.flex-pause {
      background: url(images/pause-icon.svg) no-repeat center center;
      background-size: contain; 
}
.amenities-and-services .video-container.desktop-only-view .cta-btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.amenities-and-services .video-container.desktop-only-view .cta-btn-wrapper a {
    width: 356px;
    height: 66px;
    margin-top: 17px;
}
.amenities-and-services .cta-footer-item .img-holder a {
    width: 235px;
    height: 66px;
    margin-top: 17px;
}
.map-filter-menu-wrap ul.map-filter li.active a {
    color: #e9f2f1;
}
/************Selectivo*****************/
button.selectivo__label {
    background: #00416b;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    color: #fff;
    font: 16px/1 "ProximaNova-Regular";
    letter-spacing: 1.44px;
    padding: 10px 35px 10px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: none;
    text-transform: uppercase;
    white-space: nowrap;
    width: 173px;
    text-align: left;
}
span.selectivo__dropdown {
    background-color: #00416b;
    color: #fff;
    font: 14px "ProximaNova-Regular";
    max-height: 150px;
    display: none;
    flex-direction: column;
    overflow: auto;
    position: absolute;
    width: 100%;
    top: 38px;
}
.selectivo--open span.selectivo__dropdown {
    display: flex;
}
button.selectivo__option {
    font-size: 13px;
    padding: 7px 5px;
    text-transform: uppercase;
    background-color: #00416b;
    color: #fff;
    border: none;
    text-align: left;
}
button.selectivo__option:hover {
    background: #999;
}
button.selectivo__option.selectivo__option--selected {
    background: rgb(233, 242, 241) !important;
    color: #574D32;
    font-size: 13px;
    padding: 7px 5px;
    text-transform: uppercase;
    border: 1px solid #00416b;
    border-bottom: transparent;
}
button.selectivo__option.selectivo__option--selected:hover {
    background: #e9f2f1;
    color: black;
}
button.selectivo__option.selectivo__option--selected:hover {
    background: rgb(233, 242, 241) !important;
    color: #574D32;
}
button.selectivo__label:after {
    content: '';
    position: absolute;
    right: 10px;
    background: url(./images/Gallery-DropDownArrow.svg) center/contain no-repeat;
    border: none;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
}
.selectivo__option:first-child {
    background: none !important;
}
.using-keytab #menu-content li a:focus {
    border: 2px dashed black !important;
    transition: none !important;
    outline: transparent dashed 2px !important;
}
.thankyou-wrapper h3, .thankyou-wrapper p {
    color: #fff;
}

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

.video-pause{
    position: absolute;
    z-index: 10;
    width: 40px;
    height: 40px;
    right: 75px;
    bottom: 35px;
    font-size: 0;
    cursor: pointer;
    border: 0;
    background-image: url(images/pause.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #00416b;
    background-size: 30%;
    padding: 10px;
}
  
.js-hero-btn.paused{
    background-image: url(images/play-icon.svg);
}
ul.menu-item-container li a {
    display: inline-block;
}
footer .footer-social-icons a {
    display: inline-block;
}
.content-wrapper .content-box-inner-wrapper.column-item a {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.home-features .feature_blocks a {
    display: block;
    width: 100%;
    height: 100%;
}
.category-wrapper li.active a {
    color: #149ec1;
}
.using-keytab button.selectivo__option:focus {
    border: 2px dashed white !important;
    transition: none !important;
    outline:transparent dashed 2px !important;
}
div#more-info a {
    position: relative;
    top: auto;
}
.button.selectivo__option.selectivo__option--selected.userway-s1-selected:first-child {
    border: rgb(204, 0, 0) dashed 4px !important;
}
.using-keytab button.selectivo__option.selectivo__option--selected:focus {
    border: black dashed 2px !important;
}
.selectivo .mCSB_inside > .mCSB_container {
    margin-right: 0 !important;
}
.selectivo .mCSB_scrollTools {
    opacity: 0.75 !important;
}
button.selectivo__option:last-child {
    /* margin-bottom: 5px; */
}

/* VT edits */
.virtualtour-wrapper {
    margin-top: 107px;
}
#tour {
  width: 100%;
  margin: 0 auto;
}
#tour iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width:768px) {
	.mob-show {
		display: none !important;
	}
}
@media only screen and (max-width:767px) {
	.desk-show {
		display: none !important;
	}
}
.map-filter-menu-wrap ul.map-filter li.active a {
    color: deepskyblue;
}
/* Gallery slider edits */
.gallery-flexslider.carousel {
    width: 100% !important;
}
.gallery-flexslider.carousel .slides li:before,
.gallery-flexslider.carousel .slides li:after {
    display: none;
}
.gallery-flexslider.carousel .slides li video,.video_thumb_image {
    height: 100%;
}
.video_overlay {
    left: 0;
}
/* .floor-plans .special-popup {
    top: 107px;
} */
.floor-plans .special-popup {
    top: 117px;
}
.floor-plans .special-popup.open {
    top: 107px;
}
/****sightmap********/
.floorplan-btn-wrapper .viewMap{
    color: #e9f2f1;
    display: inline-block;
    font: 16px/36px "ProximaNova-Regular";
    text-transform: uppercase;
    text-align: center;
    vertical-align: top;
    padding-left:10px;
    padding-right:10px;
    background:#00416b;
    margin-left: 10px;
    height:43px;
    line-height:43px;
}
.viewMap.fplan-detail-btn.mobile-only{
    display:none;
}
.floor-plans .floorplan-btn-wrapper{
    display:flex;
}
.sightmap div#main{
    padding-top:107px;
    width:100%;
    max-width:100%;
    overflow-x:hidden;
}
.sightmap .wrapper > .container{
    padding-left:50px;
    padding-right:50px;
}
iframe#sightmap{
    height:100vh;
    width:100%;
    /* max-width: 100%; */
}
.sightmap .back-btn{
    width: 100%;
    padding: 2vw;
    text-align:center;
}
.sightmap .back-btn .backtoFp{
    color: #e9f2f1;
    display: inline-block;
    font:normal 16px/32px 'ProximaNova-Bold';
    text-transform: uppercase;
    text-align: center;
    vertical-align: top;
    padding-left: 30px;
    padding-right: 30px;
    /* background: #00416b; */
    background:#003644;
}
.sightmap .back-btn .backtoFp:hover{
    background:rgb(0, 102, 98);
}
@media only screen and (max-width:1599px) {
    .floorplan-btn-wrapper .viewMap{
    height: 36px;
    line-height: 36px;
    }
}
@media only screen and (max-width:1200px) {
    .floorplan-btn-wrapper .viewMap{
    height: 34px;
    line-height: 34px;
    font-size:14px;
    white-space:nowrap;
    }
    .sightmap .back-btn .backtoFp{
        font-size:14px;
    }
}
@media only screen and (max-width:1100px) {
   .filter-box button.selectivo__label{
        width:140px;
    }
}
@media only screen and (max-width:1024px) {
    .floorplan-btn-wrapper .viewMap{
        margin-left:8px;
    }
}
@media only screen and (max-width:992px) {
    .filter-box button.selectivo__label{
        width:100px;
    }
}
@media only screen and (max-width:768px) {
    .viewMap.fplan-detail-btn.desktop-only{
        display:none;
    }
    .viewMap.fplan-detail-btn.mobile-only{
        display:inline-block;
    }
    .filter-box button.selectivo__label{
        width:250px;
    }
    .sightmap .wrapper > .container{
        padding-left:0;
        padding-right:0;
    }
    .sightmap .back-btn{
        padding-left:24px;
    }
}

@media (min-width:769px) and (max-width: 1024px){
  .fplan-detail-btn.desktop-only {
    margin-left:15px !important;
  }
}
@media only screen and (max-width:480px) {
    .viewMap.fplan-detail-btn.mobile-only{
        margin-left:0;
    }
}
/*....FP Popup....*/
.modal-popup {
    z-index: -1;
    background: rgba(15, 95, 92, 0.6);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    transition: opacity ease 0.5s;
}
.modal-popup.open {
    z-index: 10000;
    opacity: 1;
    visibility: visible;
}
.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}
.modal-dialog img {
    max-height: 70vh;
}
.modal-popup .close-popup {
    position: absolute;
    cursor: pointer;
    color: #fff;
    right: 25px;
    top: 10px;
    font-size: 42px;
    font-family: 'ProximaNovaS-Bold';
    z-index: 10;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
.popup-modal-wrap {
    max-width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.fp-popup-slider {
    height: 100%;
}
.fp-popup-slider .slick-list, .fp-popup-slider .slick-track, .fp-popup-slider .fp-popup-item {
    height: 100%;
}
.fp-popup-slider .fp-popup-item {
    display: flex;
    align-items: center;
}
.popup-item {
    margin-left: auto;
    margin-right: auto;
}
.modal-popup .slick-arrow {
    background-image: url(./images/Gallery-NextArrow.svg);
    cursor: pointer;
    font-size: 0;
    width: 39px;
    height: 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    z-index: 5;
}
.modal-popup .slick-arrow.slick-prev {
    left: 30px;
    transform: translateY(-50%) rotate(180deg);
}
.modal-popup .slick-arrow.slick-next {
    right: 30px;
}
/*******Home page updates**********/
.btnWrapper .btnFeatures{
    background:#003644;
    color:#fff;
    display: inline-block;
    font:normal 13px 'ProximaNova-Bold';
    margin: 0 10px;
    padding: 8px 20px 7px;
    text-transform: uppercase;
    text-align: center;
    min-width: 130px;
    letter-spacing: 0.85px;
}
.home-features .feature_blocks:nth-child(3) .col-cont .arrow_blue.btnWrapper{
    transform: rotate(0deg);
}
.home-gallerySection{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0;
}
.home-gallerySection .btnWrap{
    margin:3vw 0;
    text-align:center;
}
.home-gallerySection .btnWrap .btn{
    background: #003644;
    color: #fff;
    display:inline-block;
    font:normal 15px 'ProximaNova-Bold';
    margin: 0 10px;
    padding: 8px 20px 7px;
    text-transform: uppercase;
    text-align: center;
    min-width: 130px;
    letter-spacing: 0.85px;
}
.system .home-gallerySection .btnWrap .btn:hover{
    background:rgb(0, 102, 98);
}
.home-gallery.carousel{
    width:100%;
    padding:0;
    overflow:hidden;
}
.home-gallery.carousel .slides {
    height: calc(100vh - 234px);
    max-height: 760px;
}
.home-gallerySection .flex-direction-nav{
    display:block;
}
.home-gallery.carousel .flex-direction-nav a{
    opacity:1;
}
.home-gallery.carousel .flex-direction-nav a.flex-prev{
    left:0;
}
.home-gallery.carousel .flex-direction-nav a.flex-next{
    right:0;
}
.home-gallery.carousel .flex-direction-nav a:before {
    background-image: url(./images/Gallery-NextArrow.svg);
    content: '';
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.home-gallery.carousel .flex-direction-nav a.flex-prev:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);

}
.gallery-wrapper .view-vt{
    margin:2vw 0 3vw;
    text-align:center;
}
.gallery-wrapper .view-vt .btn{
    background: #003644;
    color: #fff;
    display:inline-block;
    font:normal 15px 'ProximaNova-Bold';
    margin: 0 10px;
    padding: 8px 20px 7px;
    text-transform: uppercase;
    text-align: center;
    min-width: 130px;
    letter-spacing: 0.85px;
}
.system .home-features .feature_blocks a .btnFeatures{
    transition:all ease-in-out 0.3s;
}
.system .gallery-wrapper .view-vt .btn:hover, .system .home-features .feature_blocks a:hover .btnFeatures{
    background:rgb(0, 102, 98);
}
@media screen and (max-width:768px){
    .home-features .col{
        width:100%;
    }
    .home-gallery.carousel .slides {
        min-height:350px;
        height:50vh;
    }
    .home-gallery.carousel .carousel-cell{
        height:100%;
    }
}
.tour_frame {
    width: 75%;
    margin: 0 auto;
    height: 100vh;
}
@media screen and (max-width:768px){
    .tour_frame {
        width: 100%;
        height: 80vh;
        margin-top: 72px;
    }
}
.tour_frame iframe {
    width: 100%;
    height: 100%;
}

/*Osano*/
.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;
}
.gm-style-iw-a {
    pointer-events: none!important;
}

.header-right .rightHeader {
  display: flex;
  flex: 1;
}

.floorlisting-items-wrapper {
 .rfwa-fee-calculator {
   vertical-align: initial;
 }
 .rfwa-fee-calculator::before {
  padding-top: 13px; 
 }
}

.floorplan_fee_disclaimer {
  text-align: center;
  padding-bottom: 35px;
  position: relative;
  color: #003644;
}

@media (min-width:768px) {
  .floorlisting-items:hover {
    .floorplan_fee_disclaimer * {
      color: #fff;
    }
    .floorplan_fee_disclaimer {
      color: #fff;
    }
    .data-layer-event-fp-results-cta {
      color: #fff;
      transition: unset !important;
      span {
        transition: unset !important;
      }
    }
  }
}

.floorplan-detail-wrap {
  .fplan-btn-share {
    display: none;
  }

  .rfwa-fee-calculator {
    text-transform: uppercase;
    width: unset !important;
    p {
      font: 15px/1.6 "ProximaNova-Regular";
    }
    span {
      padding-left: calc(22px + 7px);
      color: #003644;
      letter-spacing: 0.5px;
      font-weight: 600;
      font-size: 110%;
    }
  }
  .rfwa-fee-calculator:before {
    position: absolute;
    background-position: initial;
  }
}

.rfwa-expense-type.Optional {
  background-color: #e2e2e2 !important;
  color: #000000 !important;
}

.abc {
  font-weight: 600;
}

.rfwa-accordion-content {
  th {
    font-weight: 600 !important;
  }
}

.rfwa-export-pdf-link {
  color: #000000 !important;
}

.rfwa-expense-guide-container {
  h2 {
    color: #345E65 !important;
  }
  > p {
    color: #000000 !important;
  }

  .rfwa-accordion-header {
    h3 {
      color: #345E65 !important;
    }
  }
  .rfwa-group-description  {
    color: #000000 !important;
  }

  .rfwa-expense-footer {
    padding-bottom: 80px;
    color: #000000 !important;
  }
}

.rfwa-accordion-icon::before {
  border-color: #000;
}

@media(max-width: 768px){
  .desktop-only {
    display: none;
  }
}

@media(min-width: 769px){
  .mobile-only {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
    .viewMap.fplan-detail-btn.mobile-only {
      display: none;
    }
}

.base-rent-text {
  position: relative;
  display: inline-flex;
}

.floorplans-wrapper .floorplan-btn-wrapper .viewMap.data-layer-event-fp-results-cta {
  color: #00416b;
  background-color: #ffffff;
}

