/*
Theme Name: 180apts
Theme URI: https://beswifty.com/
Author: Team Swifty
Author URI: https://beswifty.com/
Version: 1.0.0
License: GNU General Public License v2 or later
*/


/*===== Global Styles =====*/
*, *:before, *:after {
    box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
html body{
  overflow-x: hidden;  
}
body {
    margin: 0;
    font-family: urw-din, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    overflow-x: hidden;
}
body.wp-admin.block-editor-page {
    background: #fff;
}

a {
	background-color: transparent;
    text-decoration: none;
    color: #1368a9;
    outline: none;
}
.container {
    position: relative;
    width: 100%;
    max-width: 1600px;
    padding: 0 10px;
    margin: 0 auto;
}
.clearfix:after {
    display: table;
    content: " ";
    clear: both;
    width: 0;
}
.header {
    position: fixed;
    width: 100%;
    z-index: 9998;
}

body > h1.site-title {
    display: none;
}
.logo-section {
    width: 250px;
    display: inline-block;
    vertical-align: middle;
        padding: 10px 0;
}
.logo-section img {
    width: 100%;
    height: auto;
}


a.cb-btn {
    display: inline-block;
    color: #fff;
    padding: 22px 30px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 3px;
    position: relative;
    transition: all 0.5s ease 0s;
    margin: 0 5px 5px;
    min-width: 250px;
}
a.cb-btn:before {
    width: 55px;
    height: 0;
    content: "";
    position: absolute;
    right: 35px;
    border-bottom: 2px solid #8D8D8D;
    top: 50%;
    margin-top: 0px;
    transition: all 0.5s ease 0s;
}

a.cb-btn:hover::before {
    width: 65px;
    right: 25px;
}
a.cb-btn:hover::after {
    right: 25px;
}

.col-1 {float:left;width: 8.33%;padding: 0 15px;}
.col-2 {float:left;width: 16.66%;padding: 0 15px;}
.col-3 {float:left;width: 25%;padding: 0 15px;}
.col-4 {float:left;width: 33.33%;padding: 0 15px;}
.col-5 {float:left;width: 41.66%;padding: 0 15px;}
.col-6 {float:left;width: 50%;padding: 0 15px;}
.col-7 {float:left;width: 58.33%;padding: 0 15px;}
.col-8 {float:left;width: 66.66%;padding: 0 15px;}
.col-9 {float:left;width: 75%;padding: 0 15px;}
.col-10 {float:left;width: 83.33%;padding: 0 15px;}
.col-11 {float:left;width: 91.66%;padding: 0 15px;}
.col-12 {float:left;width: 100%;padding: 0 15px;}

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


.header-cta {
    float: right;
    padding: 25px 0;
        position: relative;
}
.header-cta-wrapper {
    padding-left: 25px;
}
.header-cta-wrapper a.cb-btn:last-child {
    margin-left: 40px;
}
body a.cb-btn.type-9 {
    background: transparent;
    font-size: 18px;
    text-decoration: underline;
}
.nav-section {
    float: right;
    width: auto;
    font-size: 0;
}
.header li.menu-item {
    list-style-type: none;
    display: inline-block;
    padding: 0 10px;
        position: relative; 
}
.header a.cb-btn {
    margin: 0 5px;
    min-width: 220px;
}
.header li.menu-item a {
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    padding: 46px 25px;
    display: block;
    margin: 0;
    letter-spacing: 1px;
}
.header ul.menu {
    padding: 0;
    text-align: center;
}
.menu-burger-section {
    display: inline-block;
    float: right;
    width: 40px;
    position: relative;
    margin-left: 15px;
    top: 33px;
}
.menu-burger-section span.burger {
    width: 100%;
    height: 3px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.menu-burger-section .menu-trigger {
    width: 40px;
    height: 30px;
    border-top: 3px solid;
    border-bottom: 3px solid;
    transform: translateY(-5px);
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
}
.mobile-menu {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    width: 100%;    
    background: #fff;
    z-index: -9;
    padding: 25px 0;
    height: 100%;
    box-shadow: 5px 13px 20px rgba(0,0,0,0.25);
    transition: all 0.5s ease 0s;
    transform: translateX(0);
    opacity: 0;
    visibility: hidden;
}
body.admin-bar .mobile-menu, .mobile-menu {
    height: 100%;
    top: 0px;
    z-index: 9999;
    overflow-x: hidden;
    background: rgb(130,2,0, 0.9)
}
body.admin-bar .mobile-menu{
    height: 100%;
    top: 0;
}
.menu-trigger, .menu-trigger span.burger {
    transition: all 0.5s ease;
}
.mobile-menu.active {
    transform: translateX(0);
    padding: 20px;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
}
.menu-main-menu-container {
    margin-top: 0px;
}
/*
.menu-trigger.menu-active {
    border-bottom: 0;
    transform: translateY(0px) rotate(45deg);
    margin-right: 5px;
}
.menu-trigger.menu-active span.burger {
    transform: translateY(-13px) rotate(90deg);
}
*/
.menu-close {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    transform: rotate(45deg);
    position: absolute;
    z-index: 99;
    top: 33px;
    right: 20px;
    cursor: pointer;
    color: #fff;
}
.mobile-menu ul.menu {
    list-style-type: none;
    padding: 0 25px;
    margin-top: 50px;
}
.mobile-menu ul.menu li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 0px;
    display: inline-block;
    transition: all 0.5s ease 0s;
/*    border-bottom: 1px solid #dcdcdc;*/
    color: #fff;
    position: relative;
    text-transform: uppercase;
}
.mobile-menu ul.menu li a:after{
    content: "";
    width: 0;
    position: absolute;
    height: 0;
    left: 0;
    bottom: 0px;
    transition: all 0.5s ease 0s;
    border-bottom: 1px solid #fff;
}
.mobile-menu ul.menu li a:hover:after{
    width: 100%;
}
.mobile-menu ul.menu li.menu-item {
    position: relative;
    text-align: center;
    display: block;
    height: auto;
    max-width: 100%;
    transform: translateY(-50px);
    opacity: 0;
    transition: transform .5s cubic-bezier(.25,.46,.45,.94),opacity .4s cubic-bezier(.25,.46,.45,.94),-webkit-transform .5s cubic-bezier(.25,.46,.45,.94);
}
.mobile-menu.active ul.menu li.menu-item {
    transform: translateY(0);
    opacity: 1;
    position: relative;
}
.mobile-menu.active ul.menu li.menu-item:nth-child(10n+1) {
    transition-delay: 0.5s;
}
.mobile-menu.active ul.menu li.menu-item:nth-child(10n+2) {
    transition-delay: 0.6s;
}
.mobile-menu.active ul.menu li.menu-item:nth-child(10n+3) {
    transition-delay: 0.7s;
}
.mobile-menu.active ul.menu li.menu-item:nth-child(10n+4) {
    transition-delay: 0.8s;
}
.mobile-menu.active ul.menu li.menu-item:nth-child(10n+5) {
    transition-delay: 0.9s;
}
.mobile-menu.active ul.menu li.menu-item:nth-child(10n+6) {
    transition-delay: 1s;
}
.mobile-menu.active ul.menu li.menu-item:nth-child(10n+7) {
    transition-delay: 1.1s;
}
.mobile-menu.active ul.menu li.menu-item:nth-child(10n+8) {
    transition-delay: 1.2s;
}
.mobile-menu.active ul.menu li.menu-item:nth-child(10n+9) {
    transition-delay: 1.3s;
}
.mobile-menu.active ul.menu li.menu-item:nth-child(10n) {
    transition-delay: 1.4s;
}
span.submenu-trigger {
    position: absolute;
    display: block;
    height: 50px;
    top: 0;
    right: 0;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    z-index: 99;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    color:#fff;
}
.mobile-menu ul.menu span.submenu-trigger{
    color:#fff;
    width: 100%;
    text-align: center;
}
.mobile-menu ul.sub-menu {
    padding-left: 20px;
    list-style-type: none;
}
.mobile-menu ul.menu span.submenu-trigger .fa-caret-right{
    transition: all 0.5s ease 0s;
    margin-left: 120px;
}
li.menu-open > span.submenu-trigger .fa-caret-right {
    transform: rotate(90deg);
}
.mobile-menu a.contact-no {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    display: block;
    margin-top: 20px;
    padding-top: 30px;
    color: #fff;
    transform: translateY(-50px);
    opacity: 0;
    transition: transform .5s cubic-bezier(.25,.46,.45,.94),opacity .4s cubic-bezier(.25,.46,.45,.94),-webkit-transform .5s cubic-bezier(.25,.46,.45,.94);
/*    border-top:1px solid;*/
}
.mobile-menu a.contact-no span{
    display: block;
    font-weight: 400;
    color: #fff;
}
.mobile-menu.active a.contact-no{
    transform: translateY(0);
    transition-delay: 1.4s;
    opacity: 1;
}
.mobile-menu .header-cta{
    float: left;
    width: 100%;
    text-align: center;
    transform: translateY(-50px);
    opacity: 0;
    transition: transform .5s cubic-bezier(.25,.46,.45,.94),opacity .4s cubic-bezier(.25,.46,.45,.94),-webkit-transform .5s cubic-bezier(.25,.46,.45,.94);
}
.mobile-menu.active .header-cta {
    transform: translateY(0);
    transition-delay: 1.5s;
    opacity: 1;
}
.mobile-menu .header-cta-wrapper a.cb-btn:last-child {
    margin-left: auto;
    margin-right: auto;
}
.mobile-menu .header-cta .header-cta-wrapper {
    padding: 0;
}

.menu-burger-section.hide {
    display: none;
}
.nav-section.hide {
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
}
.header ul.sub-menu {
    opacity: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    padding: 0;
    width: 250px;
    transition: all 0.5s ease 0s;
    list-style-type: none;
    left: 0;
/*    transform: translateX(-50%);*/
    border-radius: 0px;
    top: 100%;
    margin-top: 0;
    z-index: -9;
    visibility: hidden;
    text-align: left;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

body .header a.cb-btn {
    font-size: 16px;
    padding: 20px 30px;
    text-align: center;
}


.header ul.menu > li:hover ul.sub-menu {
    opacity: 1;
    height: auto;
    z-index: 9;
    visibility: visible;
}

.header ul.sub-menu > li > a {
    padding: 7px 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5;
    text-transform: none;
    display: inline-block;
    margin: 0;
    
}
.header ul.sub-menu li.menu-item {
    display: block;
    padding: 0;
}

.header ul.sub-menu li.menu-item:hover {
    background-color: #e4e4e4;
}
.header ul.sub-menu li.menu-item a {
    padding: 10px 25px;
    display: block;
    font-weight: 400;
}
.header ul.menu > li.menu-item > a:after {
    content: "";
    width: 0;
    position: absolute;
    height: 0;
    left: 0;
    bottom: 0px;
    transition: all 0.5s ease 0s;
    border-bottom: 3px solid;
}
.header ul.menu > li.menu-item:hover > a:after {
    width: 100%
}

.header li.menu-item.mega-menu > ul.sub-menu {
    display: flex;
    width: auto;
    left: 50%;
    max-width: 900px;
    padding: 25px;
    transform: translateX(-50%);
    flex-flow: wrap;    
}
.header li.menu-item.mega-menu > ul.sub-menu > li.menu-item {
    width: 25%;
    max-width: 225px;
}
.header li.menu-item.mega-menu > ul.sub-menu > li.menu-item a {
    font-size: 15px;
    font-weight: 700;
    padding: 15px;
}
.header li.menu-item.mega-menu > ul.sub-menu > li.menu-item ul.sub-menu {
    position: relative;
/*    background: transparent;*/
    padding: 0;
    width: 100%;
    top: auto;
    left: auto;
    transform: none;
    margin-top: 0;
}
.header li.menu-item.mega-menu > ul.sub-menu > li.menu-item ul.sub-menu li a {
    padding: 0 15px;
    margin-bottom: 15px;
    line-height: 1.3;
    font-weight: 400;
}
.header li.menu-item.mega-menu > ul.sub-menu li.menu-item:hover {
/*    background: transparent;*/
}
.header li.menu-item.mega-menu > ul.sub-menu li.menu-item ul.sub-menu > li.menu-item:hover {
    background-color: #e4e4e4;
}
.header li.menu-item.mega-menu > ul.sub-menu li.menu-item ul.sub-menu > li.menu-item a {
    padding: 10px 20px;
}
.header li.menu-item.mega-menu > ul.sub-menu > li.menu-item a:hover {
    opacity: 0.7;
}


/*===== Home Hero Styles =====*/
.hero-wrapper {
    padding: 25vw 0 5vw;
    height: auto;
    min-height: 50vw;
    display: flex;
    flex-flow: column;
    text-align: left;
    justify-content: flex-end;
    background-size: cover;
    background-position: center;
    position: relative;
}
.hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.hero-overlay:after {
    position: absolute;
    width: 90vw;
    height: 90vw;
    bottom: -45vw;
    content: "";
    left: -25vw;
    border-radius: 50%;
    mix-blend-mode: multiply;
}
.hero-overlay:before {
    position: absolute;
    content: "";
    width: 52vw;
    height: 52vw;
    bottom: -26vw;
    right: 100px;
    background: #ACACAC;
    border-radius: 50%;
    mix-blend-mode: multiply;
}
.hero-wrapper .container {
    padding: 0 10px;
    display: flex;
    flex-flow: wrap;
    align-items: center;
}
h1.hero-title {
    margin: 0 0 25px;
    font-size: 64px;
    font-weight: 600;
    line-height: 1.35;
}
h2.hero-subtitle {
    font-weight: 400;
    margin: 20px 0 0;
}
.hero-content {
    width: 60%;
}
.hero-description p {
    line-height: 1.35;
    width: 100%;
    margin: 25px auto;
    font-size: 25px;
        font-weight: 300;
}
.content-block.features-block {
    padding: 120px 0;
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.interactive-features-slider .single-value {
    width: auto;
    max-width: 100%;
}
.interactive-features-slider .features-list {
    font-size: 0;
    margin: 25px 0;
    position: absolute;
    top: 140px;
    width: 100%;
    z-index: 9;
    white-space: nowrap;
    left: 50%;
    transition: all 0.75s ease 0s;
}
.interactive-features-slider span.feature-title {
    display: block;
    padding: 0 30px;
    font-size: 7vw;
    line-height: 9vw;
    font-weight: 400;
}

.interactive-features-slider .single-value:not(.active) span {
    opacity: 0.5;
}

/*
.content-block.features-block:before,
.image-text-block .single-it-section .single-it-section:before,
.home-hero-block + .content-block.features-block + .image-text-block .single-it-section:first-child:before,
.image-text-block .single-it-section .single-it-section:before,
.content-block.block-type-inner-hero:before,
.page-template-page-core-values .single-it-section.image-position-left .image-section:before{
    content: "";
    background: transparent;
    border: 1px solid;
    width: 668px;
    height: 668px;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
}
*/

.content-block.block-type-inner-hero:before{
    width: 668px;
    height: 668px;
}
.content-block.features-block:before{
    right: -120px;
    bottom: -140px;
    width: 400px;
    height: 400px;
}
.home-hero-slider.flexslider {
    margin: 0;
    border: none;
    background: transparent;
}
li.single-hero-slide {
    background-size: cover;
    background-position: center;
    position: relative;
}
.slide-flex-wrapper {
    padding: 50px 0;
    height: auto;
    min-height: 100vh;
    display: flex;
    flex-flow: column;
    text-align: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    position: relative;
}
.slide-overlay {
    opacity: 0.45;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.home-hero-slider ol.flex-control-nav li a {
    border-color: #fff;
}
.home-hero-slider ol.flex-control-nav li a.flex-active {
    background: #fff;
}
.home-hero-block.fixed-text .hero-slider-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100vh;
}
.home-hero-block.fixed-text .hero-wrapper {
    z-index: 999;
    min-height: calc(100vh - 75px);
    padding-bottom: 0;
        margin-bottom: 35px;
}
.home-hero-block.hero-type-single-video {
    overflow: hidden;
}
.home-hero-block.hero-type-single-video .video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000;
    opacity: 0.55;
}

.home-hero-block.hero-type-single-video.fixed-text .hero-wrapper {
    min-height: 100vh;
    margin-bottom: 0;
}
.home-hero-block iframe.youtube-video {
    height: 200vh;
    width: 200%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.content-block.features-block.interactive-features-slider:after {
    position: absolute;
    content: "";
    width: 52vw;
    height: 52vw;
    top: -26vw;
    right: 100px;
    border-radius: 50%;
}
.content-block.features-block.interactive-features-slider {
    background: #EDEDED;
    padding-bottom: 0;
}

h3.featurs-tagline {
   margin: 0 0 25px;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    position: relative;
    z-index: 9;
    letter-spacing: 2.5px;
}   
.features-images {
    position: relative;
    width: 90vw;
    height: 90vw;
    margin-top: calc(-50% - 120px);
    content: "";
    margin-left: -25vw;
    border-radius: 50%;
    overflow: hidden;
}
.single-value-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 44vw 0 0 24vw;
        background: #fff;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.single-value-img.active {
    opacity: 1;
}
.single-value-img img.value-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
        filter: grayscale(1);
    opacity: 0.5;
}
.single-value-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ACACAC;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
}
.single-feature {
    padding: 5px 50px;
    display: inline-block;
    font-size: 40px;
    min-width: 240px;
}
.features-list {
    text-align: center;
}
.single-feature h4.feature-title {
    margin: 0;
}
.single-feature:last-child {
    border-right: none;
}
/*
.features-block .container {
    max-width: 900px;
    text-align: center;
}
*/
.features-list {
    font-size: 0;
        margin: 25px 0;
}
.single-value {
    max-width: 33.33%;
    display: inline-block;
    vertical-align: top;
    padding: 10px 30px;
        min-width: 200px;
}
img.value-icon {
    width: 120px;
    max-width: 100%;
    height: 90px;
    display: block;
    margin: 0 auto 30px;
    object-fit: contain;
}
span.feature-title {
    font-size: 42px;
    font-weight: 700;
}
.value-description p {
    font-size: 20px;
    line-height: 1.8;
}
/*===== Image-text-section =======*/
.single-it-section {
    padding: 75px 0;
        display: flex;
    flex-flow: wrap;
    position: relative;
/*
    z-index: 9;
        overflow: hidden;
*/
}
.page-template-page-core-values .single-it-section{
    overflow: visible;
}
.single-it-section .image-section {
    width: 85%;
    background-size: cover;
    background-position: center;
    height: 30vw;
    margin-right: 0;
    order: 2;
    margin-bottom: -175px;
    overflow: hidden;
}
.single-it-section.image-position-right .image-section {
    margin-left: 25%;
    width: 75%;
    position: relative;
    z-index: 1;
}
.single-it-section.image-position-right .image-section img, 
.single-it-section .image-section img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
}

.image-text-content-wrapper {
    width: 100%;
    padding: 60px 0;
    display: flex;
    flex-flow: wrap;
}
.image-text-content-wrapper .vertical-tagline {
    width: calc(50% - 25vw);
}
.it-section-middle {
    width: 50%;
    flex-grow: 1;
}
.image-text-content-wrapper .section-buttons {
    width: 280px;
}
.vertical-tagline {
    width: calc(50% - 25vw);
    display: flex;
    writing-mode: vertical-rl;
    transform: rotate(
180deg);
    flex-flow: wrap;
}
.image-position-left .vertical-tagline {
    order: 3;
    writing-mode: vertical-lr;
}

h4.section-tagline {
    margin: 0 0 25px;
    text-transform: uppercase;
    font-size: 24px;
    position: relative;
}
.vertical-tagline h4.section-tagline {
    width: 100%;
    height: 40vw;
    padding: 0;
    display: flex;
    margin-bottom: -40vw;
}
.vertical-tagline h4.section-tagline:after {
    position: relative;
    content: "";
    flex-grow: 1;
    border-right: 2px solid;
    transform: translateX(-16px) translateY(15px);
    opacity: 1;
}
.image-position-left .vertical-tagline h4.section-tagline:after {
    border-left: 2px solid;
    transform: translateX(15px) translateY(15px);
    border-right: 0;
}
.image-text-content-wrapper .section-buttons {
    width: 280px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
}
.image-text-content-wrapper .section-buttons a.cb-btn {
    margin: 10px 0;
}
.single-it-section + .single-it-section {
    padding-top: 350px;
}

h2.section-title {
    margin: 0 0 35px;
    font-size: 60px;
}
.section-content {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 0px;
    padding-right: 50px;
}
body a.cb-btn.type-9 {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    margin-right: 25px;
    margin-left: 0;
    position: relative;
    text-transform: none;
}
.content-block.features-block.interactive-features-slider + .image-text-block {
    position: relative;
    z-index: 11;
}

.content-block.features-block.interactive-features-slider + .image-text-block .single-it-section:first-child {
    background: #EDEDED;
    padding-bottom: 0;
        position: relative;
    z-index: 9;
}

.single-it-section.image-position-bg-img .image-section, .single-it-section.image-position-bg-img .text-section {
    width: 100%;
}
.single-it-section.image-position-bg-img {
    padding-top: 0;
    margin-top: -75px;
    z-index: 8;
        margin-bottom: 60px;
}
.single-it-section.image-position-bg-img .image-section {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.15 !important;
}
.single-it-section.image-position-bg-img .text-section .image-text-content-wrapper {
    padding: 90px 0;
    width: 100%;
    max-width: 860px;
    text-align: center;
    margin: 0 auto;
}
body a.cb-btn.type-9:after {
    width: 0;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 7px;
    transition: all 0.5s ease;
}
body a.cb-btn.type-9:hover::after {
    width: 100%;
}
.image-text-block .single-it-section .single-it-section {
    position: relative;
}
.image-text-block .single-it-section .single-it-section:before{
    left: -180px;
    top: -170px;
}
.features-block.core-values {
    background: #ededed;
        padding-bottom: 0;
}
.features-block.core-values .section-headings {
    text-align: left;
    width: 65%;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
}
.features-block.core-values .section-core-values {
    text-align: left;
    width: 35%;
}
.features-block.core-values .container {
    display: flex;
    flex-flow: wrap;
}
.core-values .section-img {
    width: 60vw;
    height: 60vw;
    margin-left: calc(-1*(60vw - 800px));
    border-radius: 50%;
    margin-bottom: -15vw;
    background-position: center center;
    background-size: cover;
}



.headings-subwrapper {
    padding-bottom: 50px;
}
.section-core-values .single-feature {
    text-align: left;
    width: 100%;
        margin-bottom: 20px;
}
.section-core-values .single-feature p {
    font-size: 18px;
}

.core-values h3.featurs-tagline {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 30px;
}
.core-values h3.featurs-tagline:after {
    content: "";
    flex-grow: 1;
    margin-left: 30px;
    position: relative;
    border-bottom: 2px solid;
}
.content-block.block-featured-communities {
    position: relative;
    overflow: hidden;
    z-index: 2;
    padding-right: 4vw;
}
.block-featured-communities.slider-active {
    z-index: 20;
}
.initial-section {
    position: relative;
    padding: 60px 0;
        transition: all 0.5s ease 0s;
    z-index: 10;
    background-size: cover;
}

.featured-community-slider ol.flex-control-nav {
    bottom: 40px;
}
.featured-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    mix-blend-mode: multiply;
    backdrop-filter: grayscale(1);
    -webkit-backdrop-filter: grayscale(1);
}   
.container.flex-container {
    display: flex;
    flex-flow: wrap;
}
.featured-communities, .search-communities {
    padding: 0;
    text-align: center;
    width: 50%;
    transition: all 0.5s ease 0s;
    border-left: 2px solid;
    display: flex;
    flex-flow: wrap;
}
.content-block.block-featured-communities .featured-communities h2.section-title,
.content-block.block-featured-communities .search-communities h2.section-title {
    width: 100px;
    writing-mode: vertical-rl;
    transform: rotate( 
180deg);
    font-size: 40px;
    font-weight: 600;
    padding-right: 25px;
    text-align: left;
}

.featured-communities-btn-wrapper,
.content-block.block-featured-communities .community-finder {
    width: calc(100% - 100px);
    padding-top: 30vw;
}

.search-communities {
    border-right: none;
}
.content-block.block-featured-communities a.featured-community-trigger.cb-btn {
    width: auto;
    padding: 20px 40px;
}
.content-block.block-featured-communities a.featured-community-trigger.cb-btn:before,
.content-block.block-featured-communities a.featured-community-trigger.cb-btn:after{
    display: none;
}
.initial-section h2.section-title {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 0;
    font-size: 40px;
}
.initial-section .cb-btn {
    width: 100%;
        margin: 0;
    cursor: pointer;
}
.community-finder {
    position: relative;
}
.community-list {
    padding: 0;
    height: auto;
    z-index: 99;
    visibility: visible;
    opacity: 1;
    position: absolute;
    width: 100%;
    margin-top: -5px;
    border-radius:15px;
}
.communities-searchbox-list {
    height: auto;
    max-height: 240px;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    z-index: -99;
    background: #fff;
}
.input-filled .communities-searchbox-list {
     visibility: visible;
     z-index: 99;
     opacity: 1;
}


.community-finder.active .community-list {
    z-index: auto;
    visibility: visible;
    opacity: 1;
}
.communities-searchbox-list .single-community:last-child{
    border-bottom: 0;
}

.initial-section .community-finder.active .cb-btn {
    background: #fff;
    color: #000;
}
.hero-wrapper .community-finder {
    width: 100%;
    max-width: 590px;
    margin: 40px auto 0;
}
.hero-wrapper .community-finder .community-list{
    max-width: 100%;
}
.hero-wrapper .community-finder a.finder-top {
    margin: 0;
    width: 100%;
    padding: 20px;
    border-radius: 50px;
    visibility: hidden;
    opacity: 0;
    z-index: -9;
}
.hero-wrapper .community-finder input.special-community-finder::placeholder, input.special-community-finder::placeholder {
    color: #fff;
}
.hero-wrapper .community-finder input.special-community-finder {
    top: -51px;
    padding: 10px 25px;
    border-radius: 0;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 4px;
}
.featured-communiites-slider-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
    transform: scale(0.5);
    z-index: -9;
    opacity: 0;
    visibility: hidden;
}
.featured-community-slider.flexslider {
    border: none;
    margin: 0;
    height: 100%;
}
.featured-community-slider.flexslider ul.slides, .featured-community-slider.flexslider ul.slides li {
    height: 100%;
    position: relative;
}
.featured-community-slider .flex-direction-nav a{
    font-size: 0;
}
.featured-community-slider .flex-direction-nav a:before{
    content: "";
    background: url(../180apts/images/arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
}
.featured-community-slider .flex-direction-nav a.flex-next:before{
    transform: rotate(180deg);
}
.slide-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
}
.community-slide-overlay {
    width: 102%;
    height: 100%;
    position: absolute;
    left: -1%;
    top: 0;
    opacity: 1;
}
.slider-active .initial-section {
    z-index: -9;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
}
.initial-section .container.flex-container {
       transition: all 0.5s ease 0s;
}
.slider-active .initial-section .featured-communities {
    transform: translateX(-100%);
}
.slider-active .initial-section .search-communities {
    transform: translateX(100%);
}
.slider-active .featured-communiites-slider-wrapper {
    z-index: 9;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
li.community-slide .container {
    min-height: 100%;
    padding: 60px 0;
    max-width: 1170px;
}
.community-info-wrap {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.community-info-wrap img{
    max-width: 50%;
    object-fit: cover;
}
.community-box {
    background: #fff;
    padding: 40px 40px 60px;
    width: 100%;
    max-width: 600px;
/*    margin-top: 60px;*/
}
.community-slide h2.section-title {
    font-size: 34px;
    margin-bottom: 30px;
}
h3.section-subtitle {
    font-size: 24px;
}
.community-info {
    font-size: 18px;
    line-height: 1.8;
}
.community-slide .community-info {
    max-height: 180px;
    overflow: hidden;
    margin-bottom: 30px;
}
a.community-link {
    font-size: 20px;
    font-weight: 600;
    position: relative;
}
.community-info-wrap a.community-link{
    padding-right: 70px;
}
.community-info-wrap a.community-link:before {
    width: 55px;
    height: 0;
    content: "";
    position: absolute;
    right: 5px;
    border-bottom: 2px solid;
    top: 50%;
    transition: all 0.5s ease 0s;
}
.community-info-wrap a.community-link:after {
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    position: absolute;
    content: "";
    transform: rotate(45deg);
    margin-top: 1.5px;
    right: 5px;
    top: 7px;
    transition: all 0.5s ease 0s;
}
.community-info-wrap a.community-link:hover::before {
    width: 65px;
    right: -10px;
}
.community-info-wrap a.community-link:hover::after {
    right: -10px;
}
ol.flex-control-nav {
    bottom: 25px;
    z-index: 9;
    width: 100%;
}
ol.flex-control-nav li a {
    background: transparent;
    border: 1px solid;
    box-shadow: none;
        margin: 0 10px;
}
.slider-close {
    position: absolute;
    z-index: 99;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
    right: calc(50% - 700px);
    top: 30px;
    cursor: pointer;
}
.slider-close span {
    display: block;
    transform: rotate(45deg);
    cursor: pointer;
    color: #fff;
    font-size: 60px;
}
.featured-community-slider .flex-direction-nav a:before{
    color: #fff;
}
.featured-community-slider .flex-control-paging li a{
    background: transparent;
    border: 1px solid #B5B4B4;
    opacity: 1;
}
.featured-community-slider .flex-control-paging li  a.flex-active{
    background: #B5B4B4;
    border: 1px solid #B5B4B4;
}
body.page-template-page-strategy .content-block.block-type-cta {
    margin-top: 70px;
}
.community-box h2.community-name.section-title {
    margin-bottom: 10px;
}
.community-box h3.section-subtitle {
    margin: 10px 0;
    font-size: 18px;
    text-transform: uppercase;
}


.content-block.block-testimonials {
    padding: 300px 0 0px;
}
/*
.content-block.block-testimonials .container {
    padding-top: 50px;
}
*/
.block-testimonials .testimonial-section-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}
.block-testimonials .testimonial-section-bg img{
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    filter: grayscale(1);
    backdrop-filter: grayscale(1);
    -webkit-backdrop-filter: grayscale(1);
    opacity: 0.3;
}
li.single-testimonial {
    position: relative;
    padding: 150px 0 100px;
}
li.single-testimonial .testi-slide-index {
    position: absolute;
    top: 20px;
    right: 70px;
    width: 140px;
    font-size: 54px;
    color: #fff;
    text-align: center;
}
li.single-testimonial .testi-slide-index span.index {
    font-weight: 500;
    font-size: 100px;
    display: inline-block;
    vertical-align: top;
    line-height: 90px;
}
.testimonials-bg{
    background-color: #fff;
    position: relative;
    z-index: 1;
}
body.page-template-page-our-communities .block-testimonials .testimonials-bg:before{
    position: absolute;
    content: "";
    width: 65vw;
    height: 75%;
    top: 0;
    left: 50%;
    transform: translateX(-35%);
    background-color: #ACACAC;
    border-bottom-left-radius: 65vw;
    border-bottom-right-radius: 65vw;
    z-index: 1;
    opacity: 0.2;
}
.testimonial-content, .testimonial-info {
    display: block;
    width: 100%;
    max-width: 1280px;
    margin: 0;
    padding-left: 140px;
    position: relative;
}
.testimonial-info h3.section-subtitle {
    margin-bottom: 10px;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 4px;
    padding-left: 70px;
}
.testimonial-info h3.section-subtitle:before {
    content: "";
    width: 16%;
    height: 0px;
    border-bottom: 2px solid #820200;
    position: absolute;
    margin-left: 20px;
    top: 50%;
    left: -14%;
    margin-top: -1px;
}
.testimonial-info .author-info {
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 70px;
}
.testimonial-content p {
    font-size: 48px;
    line-height: 1.5;
    position: relative;
    padding: 20px 70px;
    font-weight: 600;
}
#testimonials-slider ol.flex-control-nav {
    bottom: -70px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    left: 0;        
}
.testimonial-content p:before, .testimonial-content p:after {
    content: "“";
    position: absolute;
    font-size: 250px;
    left: 0;
    top: 0;
    line-height: 150px;
    color: rgba(0, 0, 0, 0.20);
}
.testimonial-content p:after {
    content: "„";
    left: auto;
    top: auto;
    right: 0;
    bottom: -40px;
    line-height: normal;
}
body.page-template-page-our-communities .block-testimonials {
    position: relative;
}
body.page-template-page-our-communities .block-testimonials:before{
    position: absolute;
    content: "";
    width: 60vw;
    height: 60vw;
    top: 150px;
    right: -30vw;
    background-color: transparent;
    border-radius: 50%;
    border: 1px dashed #C3C3C3;
    z-index: 0;
}

body.page-template-page-our-communities .block-testimonials ul.flex-direction-nav,
body.page-template-page-about .block-testimonials ul.flex-direction-nav{
    background-color: #ACACAC;
    width: 300px;
    height: 150px;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
}
body.page-template-page-our-communities .block-testimonials ul.flex-direction-nav:before,
body.page-template-page-about .block-testimonials ul.flex-direction-nav:before{
    content: "“";
    color:#fff;
    font-size: 210px;
    width: 300px;
    height: 150px;
    position: absolute;
    top: -150px;
    right: 0;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    text-align: center;
    line-height: 260px;
}
body.page-template-page-our-communities .block-testimonials ul.flex-direction-nav a.flex-prev,
body.page-template-page-about .block-testimonials ul.flex-direction-nav a.flex-prev{
    left: 40px;
    margin-top: -40px;
}
body.page-template-page-our-communities .block-testimonials ul.flex-direction-nav a.flex-next,
body.page-template-page-about .block-testimonials ul.flex-direction-nav a.flex-next{
    right: 40px;
    margin-top: -40px;
}
.flex-direction-nav a:before{
    text-shadow: none;
    color: #fff;
}
.testimonials-bg div#testimonials-slider {
    padding: 0;
}
div#testimonials-slider .flex-viewport {
    z-index: 9;
}
.dot {
    height: 4px;
    width: 4px;
    border-radius: 50%;
    display: inline-block;
    margin: 4px;
}


.cta-wrapper {
    position: relative;
    margin-bottom: 0;
}
.cta-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 0;
}
.cta-content {
    width: 50%;
/*    padding-left: 50px;*/
    padding-bottom: 12vw;
    margin-left: calc(50% - 110px);
    display: flex;
    flex-flow: wrap;
}

.cta-foreground {
    width: 50%;
    bottom: 0;
    position: absolute;
    height: 37vw;
    left: -4vw;
    overflow: hidden;
}
.cta-foreground .foreground-img {
    height: 65vw;
    background-size: cover;
    background-position: center;
    width: 65vw;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding-left: 15vw;
    padding-bottom: 32.5vw;
    margin-bottom: -32.5vw;
}
.cta-foreground .foreground-img div {
    width: 100%;
    height: 100%;
    background-size: cover;
}
.cta-wrapper:before {
    content: "";
    position: absolute;
    left: 30vw;
    top: -47vw;
    width: 80vw;
    height: 80vw;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 0.14;
}
.cta-content-wrapper {
    padding: 12vw 0 0;
}
body.page-template-page-contact .cta-wrapper:before{
    display: none;
}

/*
h2.section-title span {
    font-weight: 500;
}
*/
.cta-wrapper h3.section-subtitle {
    position: relative;
    width: 60px;
    writing-mode: vertical-rl;
    transform: rotate( 180deg);
    text-align: left;
    padding-top: 70px;
    display: flex;
    letter-spacing: 1.5px;
    margin-top: -130px;
    margin-right: 60px;
    margin-left: 18px;
    text-transform: uppercase;
}
.cta-wrapper h3.section-subtitle:after {
    content: "";
    width: 2px;
    height: 0px;
    border-left: 2px solid;
    position: relative;
    margin-top: 15px;
    flex-grow: 1;
    left: -15px;
}




.footer-middle {
    width: 55%;
}
.footer-right {
    width: 20%;
}
.footer-logo img {
    width: 100%;
    max-width: 171px;
    height: auto;
    margin-bottom: 5px;
}
.footer-contact a {
    color: #707070;
    font-size: 14px;
    display: block;
    margin: 10px 0;
    font-weight: 700;
}
.footer-contact, .footer-address {
    padding-left: 0px;
}
.footer-address {
    font-size: 14px;
    line-height: 2;
}
.footer-middle ul.menu > li.menu-item a {
    color: #fff;
}
.footer-middle ul.menu {
    font-size: 0;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 22px;
    list-style-type: none;
    position: relative;
}
.footer-middle ul.menu > li.menu-item {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 0 40px 0 0;
    margin-bottom: 18px;
    position: relative;
}
.footer-middle ul.menu > li.menu-item:before{
    content: "";
    width: 100%;
    height: 0;
    border-bottom: 1px solid;
    position: absolute;
    left: 0;
    top: 42px;
}
.footer-middle ul.menu > li.menu-item > a {
    text-transform: uppercase;
}
.footer-middle ul.menu > li.menu-item:last-child {
    padding-right: 0;
}
.footer-middle ul.menu > li.menu-item:first-child {
    padding-left: 0px;
    padding-right: 60px;
}
.footer-middle ul.menu > li.menu-item ul.sub-menu {
    font-weight: 400;
    padding: 0;
    list-style-type: none;
    margin-top: 50px;
    line-height: 1.25;
    font-size: 14px;
    padding-right: 15px;
}
.footer-middle ul.menu > li.menu-item ul.sub-menu li a {
    margin-bottom: 10px;
    display: block;
}
.footer-social {
    font-weight: 700;
    padding-left: 0px;
    text-transform: uppercase;
    margin-top: 20px;
}
.footer-social span {
    display: block;
    margin-bottom: 20px;
}
a.social-icon {
    display: inline-block;
    margin: 0 8px;
}
.menu-logo img {
    width: 100%;
    max-width: 180px;
}
.footer-left {
    width: 25%;
    max-width: 395px;
    display: flex;
    flex-flow: column;
    justify-content: normal;
    padding-right: 30px;
}
.footer {
    padding-bottom: 25px;
    padding-top: 80px;
    background-color: #3B3B3B;
}
.social-icons {
    clear: both;
    text-align: center;
    transform: translateY(-50px);
    opacity: 0;
    transition: transform .5s cubic-bezier(.25,.46,.45,.94),opacity .4s cubic-bezier(.25,.46,.45,.94),-webkit-transform .5s cubic-bezier(.25,.46,.45,.94);
}
.social-icons a.social-icon{
    color: #fff;
}
.mobile-menu.active .social-icons{
    transform: translateY(0);
    transition-delay: 1.6s;
    opacity: 1;
}
body .header a.cb-btn.type-9 {
    text-decoration: none;
}
.block-type-inner-hero .block-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.85;
}
.content-block.block-type-inner-hero {
    padding: 100px 0;
    height: auto;
    min-height: calc(100vh - 108px);
    display: flex;
    overflow: hidden;
    flex-flow: column;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.content-block.block-type-inner-hero:before {
    left: -370px;
    bottom: -430px;
}
.inner-hero-wrapper h1 {
    font-size: 70px;
    margin: 0 0 20px;
    font-weight: 600;
}
.inner-hero-wrapper h2 {
    font-size: 24px;
    font-weight: 300;
    position: relative;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.content-block.block-type-inner-hero:before {
    content: "";
    position: absolute;
    left: 0;
    width: 90px;
    height: 100%;
    background: #fff;
    top: 0;
    z-index: 9;
}
.content-block.block-type-inner-hero:after {
    content: "";
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 8;
    background: #fff;
}

.content-block.block-type-inner-hero + .image-text-block > .single-it-section:first-child {
    background: #EDEDED;
    overflow: hidden;
}
.content-block.block-type-inner-hero + .image-text-block > .single-it-section:first-child .image-section {
    position: absolute;
    z-index: 9;
    width: 50vw;
    height: 50vw;
    left: -5vw;
    top: -25vw;
    border-radius: 50%;
    padding-left: calc(5vw + 100px);
    padding-top: 10vw;
    overflow: hidden;
}
.content-block.block-type-inner-hero + .image-text-block > .single-it-section:first-child .image-section img {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 58%;
    width: 100%;
    object-fit: cover;
}
.content-block.block-type-inner-hero + .image-text-block > .single-it-section:first-child .vertical-tagline {
    display: none;
}
.content-block.block-type-inner-hero + .image-text-block > .single-it-section:first-child .it-section-middle {
    width: 100%;
    padding-left: 45%;
    margin-top: 5vw;
}
.block-flexible-text .container {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    padding: 90px 0;
}
.single-flex-text {
    max-width: 900px;
    text-align: center;
}
.single-flex-text.text-alignment-left {
    text-align: left;
}
.single-flex-text.text-alignment-right {
    text-align: right;
}
/*
.section-content {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 25px;
}
*/

.content-block.block-tiles .container {
    justify-content: center;
}
.single-tile {
    padding: 0 45px;
    text-align: center;
    margin: 25px 0;
}
.tile-icon-wrapper {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
    padding: 5px;
    border-radius: 0;
    margin-bottom: 25px;
    overflow: hidden;
}
h3.tile-title {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 25px;
}
.tile-content {
    font-size: 20px;
        line-height: 1.8;
}
img.tile-icon {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.content-block.block-type-numbers {
    text-align: center;
}
body.page-template-page-competency .content-block.block-type-numbers {
    margin-bottom: 150px;
}
.block-type-numbers .numbers {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    margin-bottom: 45px;
}
.block-type-numbers .numbers .single-number {
    width: 33.33%;
    margin-top: 25px;
    display: flex;
    flex-flow: wrap;
    padding: 20px 10px;
    font-size: 0;
}
.single-number .number-section {
    width: 50%;
}
.single-number h2.section-title {
    margin: 0;
}
.single-number .content-section {
    width: 50%;
    text-align: left;
}
.single-number .content-section {
    width: 50%;
    text-align: left;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.single-number .content-section p {
    font-size: 15px;
    margin: 0;
    line-height: 1.3;
}
body.page-template-page-acquisitions .block-type-inner-hero + .block-flexible-text,
body.page-template-page-acquisitions .communities-section{
    position: relative;
}

body.page-template-page-acquisitions .communities-section:before{
    content: "";
    background: transparent;
    border: 1px solid;
    position: absolute;
    left: -600px;
    top: -400px;
    width: 850px;
    height: 850px;
    display: block;
    border-radius: 50%;
    z-index: 2;
    display: none;
}
body.page-template-page-acquisitions .type-grid .community-info-left,
body.page-template-page-acquisitions .type-grid .community-info a.community-contact{
    text-align: center;
}
body.page-template-page-acquisitions .type-grid .community-info-right{
    text-align: center;
    margin-bottom: 24px;
}


body .video-gallery-slider .flex-viewport {
    overflow: visible !important;
}
.content-block.block-type-video-slider {
    overflow: visible;
    position: relative;
}
/*
.content-block.block-type-video-slider:before{
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
*/
body.page-template-page-acquisitions .block-type-inner-hero + .block-flexible-text:after{
    right: 3%;
    top: 50%;
}
body.page-template-page-contact .contact-section{
    position: relative;
}
body.page-template-page-contact .contact-section:before{
    position: absolute;
    width: 50vw;
    height: 50vw;
    left: -5vw;
    top: -25vw;
    border-radius: 50%;
    padding-left: calc(5vw);
    padding-top: 10vw;
    content: "";
    background: #EDEDED;
}
.content-block.block-type-video-slider:after{
    left: 10%;
    transform: translateX(-50%);
    top: -111px;
}
.contact-intro-img {
    position: absolute;
    z-index: 9;
    width: 50vw;
    height: 50vw;
    left: -5vw;
    top: -25vw;
    border-radius: 50%;
    padding-left: calc(5vw + 100px);
    padding-top: 10vw;
    overflow: hidden;
    background-color: #ededed;
    mix-blend-mode: luminosity;
}
.contact-intro-img img {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 52%;
    object-fit: cover;
    width: 100%;
    filter: opacity(30%);
}
body.page-template-page-contact .contact-section {
    overflow: hidden;
}

li.single-video-slide .video-bg {
    width: auto;
    padding-bottom: 56.6%;
    position: relative;
    background-size: cover;
    margin: 0 75px;
    box-shadow: 6px 13px 20px #00000021;
}
li.single-video-slide .video-bg .ytp-button {
    background: transparent;
    border: none;
    width: 15%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.video-slide-overlay {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}
body .video-gallery-slider .flex-direction-nav a:before {
        font-size: 40px;
    line-height: 120px;
    text-align: center;
    width: 100%;
    /* content: "\f0d9"; */
    margin-left: -3px;
    margin-top: -2px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.video-gallery-slider ol.flex-control-nav {
    bottom: -55px;
}
li.single-video-slide {
    opacity: 1;
}
li.single-video-slide.flex-active-slide {
    opacity: 1;
}
.pk-video-popup {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0,0,0,0.55);
    opacity: 0;
}
.pk-video-popup.active {
    opacity: 1;
    z-index: 9999;
}
.pk-video-popup .pkvp-wrapper {
    display: block;
    position: absolute;
    width: 80%;
    max-width: 80%;
    left: 10%;
    height: auto;
    top: 10%;
}
.pk-close {
    position: absolute;
    z-index: 999;
    width: 30px;
    height: 30px;
    background: #fff;
    right: 0;
    top: 0;
    cursor: pointer;
}
.pk-close:after {
    content: "X";
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0;
    line-height: 30px;
    font-weight: 700;
}
.pkvp-box {
    width: 100%;
    display: block;
    padding-bottom: 56.25%;
}
.pkvp-box iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}
.video-gallery-slider .flex-direction-nav .flex-prev {
    left: calc(50% - 50vw) !important;
    top: 0;
    opacity: 1 !important;
    border: none;
    border-radius: 50%;
    width: calc(50vw - 590px);
    height: 100%;
    position: absolute;
    z-index: 99;
    font-size: 0;
}
.video-gallery-slider .flex-direction-nav .flex-next {
    right: calc(50% - 50vw) !important;
    top: 0;
    opacity: 1 !important;
    border: none;
    border-radius: 50%;
    width: calc(50vw - 590px);
    height: 100%;
    position: absolute;
    z-index: 99;
    font-size: 0;
}
.video-gallery-slider .flex-direction-nav .flex-disabled {
    visibility: hidden;
}
.video-slider-outer {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}
.content-block.block-type-video-slider .container {
    max-width: 100%;
    padding-bottom: 400px;
}
.video-slider-outer-wrapper {
    padding: 45px 0 90px;
    margin-top: -400px;
}
.video-gallery-slider.flexslider {
    border: none;
    background: transparent;
    margin-bottom: 0;
}
/*
body .video-gallery-slider .flex-direction-nav a:before {
    display: none;
}
*/
.block-type-video-slider h2.section-title {
    padding: 70px 0 45px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.5;
}
.team-grid {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 1360px;
}
.content-block.block-type-teams {
    padding: 90px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.content-block.block-type-teams .section-content {
    max-width: 800px;
    text-align: left;
}
body.page-template-page-our-team .content-block.block-type-teams {
    margin-bottom: 100px;
}
.content-block.block-type-inner-hero + .content-block.block-type-teams:before {
    position: absolute;
    width: 50vw;
    height: 50vw;
    left: -5vw;
    top: -25vw;
    border-radius: 50%;
    padding-left: calc(5vw);
    padding-top: 10vw;
    content: "";
    background: #EDEDED;
}
.content-block.block-type-teams h2.section-title {
    text-align: left;
}
.single-team-member {
    padding: 30px;
    width: 33.33%;
    margin-bottom: 40px;
}
.team-member-headshot {
    padding-bottom: 105%;
    background-size: cover;
    background-position: top center;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
img.headshot-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    object-fit: cover;
    transition: all 0.5s ease 0s;
    transform: translateX(-50%) translateY(-50%);
	object-position: top center;
}
.team-member-info {
    text-align: left;
}
.team-member-headshot:hover img.headshot-img {
    width: 105%;
    height: 105%;
}
.team-member-info span.member-name {
    font-size: 40px;
    display: block;
    line-height: 1.5;
    font-weight: 600;
}
.team-member-info span.member-title {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.small-arrow {
    width: 50px;
    height: 50px;
    border: 2px solid;
    border-radius: 50%;
    margin-top: 15px;
    position: relative;
}
.small-arrow span {
    position: absolute;
    width: 30px;
    border-bottom: 1px solid;
    border-top: 1px solid;
    left: 7px;
    top: 50%;
    transform: translateY(-2px);
}
.small-arrow span:after {
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(
45deg);
    top: -5px;
    right: 0;
}


.team-member-info span.member-name span.name-arrow {
    width: 0;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    margin-left: 5px;
    transition: all 0.5s ease 0s;
    opacity: 0;
    position: relative;
}
.team-member-info span.member-name span.name-arrow:after {
    width: 7px;
    height: 7px;
    position: absolute;
    border-right: 2px solid #fff;
    content: "";
    border-top: 2px solid #fff;
    transform: rotate(45deg);
    right: 0;
    top: -3.5px;
}
.team-member-headshot:hover .team-member-info span.member-name span.name-arrow {
    width: 30px;
    opacity: 1;
}
.member-headshot {
    width: 40%;
}
.team-member-outer.container {
    max-width: 1080px;
}
body.single-team .page-content {
    padding-top: 250px;
}
.team-member-content {
    width: 60%;
    padding-left: 75px;
}
a.back-btn {
        font-size: 17px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
}
.team-member-content h2.section-title {
    margin-bottom: 10px;
}
.team-member-social {
    margin-bottom: 20px;
}
.member-headshot {
    width: 20vw;
    height: 20vw;
    background-size: cover;
    background-position: top center;
}
.team-member-outer.container {
    max-width: 1080px;
    margin-bottom: 100px;
}
.team-grid .team-member-link .section-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.awards-list {
    padding: 90px 0;
}
.single-award {
    margin-bottom: 70px;
    display: flex;
    flex-flow: wrap;
    padding-bottom: 70px;
    border-bottom: 1px solid #B5B4B4;
}
.award-content {
    width: 50%;
    padding-right: 25px;
}
.award-image {
    padding-left: 50px;
    display: flex;
    flex-flow: column;
    justify-content: center;
        width: 50%;
}
.job-listing {
    padding: 50px 0;
    position: relative;
}
.job-listing:before{
    content: "";
    width: 60%;
    height: 0px;
    border-bottom: 2px solid #820200;
    position: absolute;
    margin-left: 20px;
    top: 8.2%;
    left: -50%;
    margin-top: -1px;
}
.single-job.text-color-dark {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #cdcdcd;
}
.single-job-wrap{
    max-width: 1300px;
    margin: 0 auto 20px;
}
.listing-wrapper {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}
.contact-section {
    padding: 90px 0;
}
.contact-section .container {
    display: flex;
    flex-flow: wrap;
}
.contact-left {
    width: 45%;
    padding-right: 35px;
        font-size: 16px;
}
.contact-left a {
    margin-bottom: 8px;
    display: block;
}
.contact-left .address{
    margin-bottom: 40px;
}
.contact-right {
    width: 55%;
    padding-left: 35px;
}
.contact-wrap{
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
    overflow: hidden;
}
.contact-right .corporate, .contact-right .office-hours{
    display: flex;
    flex-flow: wrap;
    float: left;
    padding-right: 40px;
}
.contact-right .form-outer-wrapper {
    clear: both;
}
.contact-section h4.section-tagline {
    margin: 0 35px 20px 0;
}
a.contact-no, a.contact-email {
    font-weight: 700;
    line-height: 1.5;
}
.address {
    padding-right: 20px;
    line-height: 1.5;
}
.address span.street {
    display: block;
}
.office-hours {
    margin-top: 0px;
}
.hours-info {
    line-height: 1.5;
}
.hours-info p {
    margin-top: 0;
    margin-bottom: 0;
}
.formmangr-col {
    width: 100%;
}
.formmangr-col.field-type-phone, .formmangr-col.field-type-email {
    width: 50%;
}
.formmangr-row input.formmangr-input, .formmangr-row select, .formmangr-row textarea {
    width: 100% !important;
    padding: 15px 25px 15px 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    outline: none !important;
    background: #ffffff;
    border-radius: 0;
    border-bottom: 1.5px solid #707070;
    letter-spacing: 3px;
}
.formmangr-row input.formmangr-input::placeholder, .formmangr-row select::placeholder, .formmangr-row textarea::placeholder {
    color: #707070;
}
.formmangr-row .formmangr-field textarea {
    min-height: 200px;
}
button.formmangr-button.formmangr-button-submit {
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 20px 40px;
    min-width: 250px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 0px;
    cursor: pointer;
    letter-spacing: 3px;
    font-family: "Outfit", Helvetica, Arial, "sans-serif";
}
.communities-title {
    display: flex;
    flex-flow: wrap;
}
.communities-title h2.section-title {
    width: 30%;
    padding: 39px 40px;
    line-height: 1;
    font-weight: 600;
    margin: 0;
    font-size: 54px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.communities-title h2.section-title:before {
    content: "";
    width: 55vw;
    height: 55vw;
    background: red;
    position: absolute;
    border-radius: 50%;
    right: 0;
    top: 50%;
    transform: translateY(-35%);
    z-index: -9;
}
.center-text {
    text-align: center;
}
.community-list-wrapper {
    display: flex;
    flex-flow: wrap;
}
.communities-loop {
    width: 50%;
    height: auto;
    max-height: 600px;
        overflow: auto;
    transition: all 0.5s ease 0s;
        min-height: 400px;
        display: flex;
    flex-flow: column;
    padding: 50px;
    background: #EBEBEB;
}
.single-community {
    display: flex;
    flex-flow: wrap;
    opacity: 0.5;
    transition: all 0.25s ease 0s;
    position: relative;
    order: 2;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 6px 12px #0000002e;
}
.single-community:hover{
    opacity: 1;
}
img.index-img {
    position: absolute;
    top: -15px;
    left: -15px;
    border-radius: 50%;
}
.single-community a.marker-trigger {
    padding: 0;
    width: 100%;
}
.single-community-address, .community-info-left span.beds {
    font-size: 15px;
    line-height: 1.5;
    display: block;
    margin-bottom: 5px;
}
.single-community-address a {
    display: block;
    font-weight: 600;
}
.community-info-left span.beds i {
    display: inline-block;
    vertical-align: middle;
    font-size: 23px;
}
.community-info-left span.beds span {
    padding: 0 5px;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 2px;
}
.single-community.active {
    opacity: 1;
    order: 1;
}
.community-list-wrapper .community-img {
    width: 40%;
    overflow: hidden;
    position: relative;
}
.community-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
        display: flex;
    flex-flow: wrap;
}

.community-list-wrapper .community-info {
    padding: 20px 25px;
    width: 60%;
    font-size: 0;
        display: flex;
    flex-flow: wrap;
}
.community-list-wrapper .community-info h3.community-name {
    font-size: 24px;
    margin: 0 0 15px;
    line-height: 1.5;
}
.community-list-wrapper.type-grid .community-info h3.community-name {
    text-align: center;
}
.community-list-wrapper .community-info span.starting-price {
    font-size: 19px;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
    font-weight: 400;
}
.community-list-wrapper .community-info span.starting-price span.price-string {
    font-weight: 700;
    display: block;
    line-height: 1.3;
    font-size: 28px;
}
.community-icons img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.community-info-left, .community-info-right {
    display: flex;
    width: 50%;
    flex-flow: column;
}
.community-info-left{
    width: 70%;
}
.community-info-right {
    padding-left: 20px;
    justify-content: space-between;
    width: 30%;
}
.community-btns {
    margin-right: -25px;
    margin-left: -25px;
    margin-bottom: -20px;
    margin-top: 15px;
    display: flex;
    width: calc(100% + 50px);
}
.community-btns a.cb-btn {
    margin: 0;
    width: 100%;
    min-width: 100px;
    font-size: 12px;
    text-align: center;
    position: relative;
}
.community-info-right .community-icons {
    margin-top: 30px;
}
.community-btns a.cb-btn.type-1:before, 
.community-btns a.cb-btn.type-5:before {
    content: "";
    display: block;
    border: 1px solid;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.community-btns a.cb-btn.type-1:hover:before, 
.community-btns a.cb-btn.type-5:hover:before {
    opacity: 1;
}


.communities-map {
    width: 50%;
}
div#map-canvas {
    width: 100%;
    height: 100%;
    background: #cdcdcd;
}
#map-canvas h2.section-title {
    font-size: 24px;
    margin: 0 0 5px;
    line-height: 1.5;
}
#map-canvas h4.section-tagline {
    font-size: 18px;
    margin: 0;
}
.community-filter select, input.price-input, input.community-page-search {
    padding: 20px 30px;
    border: none;
    -webkit-appearance: none;
    width: 100%;
    border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    background: transparent;
    outline: none !important;
    position: relative;
    z-index: 2;
}

.community-filters {
    font-size: 0;
    text-align: center;
    width: 70%;
}
.community-filter {
    width: calc(30% - 40px);
    display: inline-block;
    margin: 0 20px;
    vertical-align: middle;
    position: relative;
}
.community-filter:before{
    content: "\f063";
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    top: 50%;
    width: 0;
    height: 0;
    font-size: 16px;
    margin-top: 5px;
    z-index: 1;
}
.bedroom-renge-filter:before,
.price-renge-filter:before {
/*    display: none;*/
}
.bedroom-renge-filter.community-filter:before, .price-renge-filter.community-filter:before{
    content: "Bedroom";
    color: #25374680;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    left: 10px;
    top: 10px;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    font-family: "Outfit", Helvetica, Arial, "sans-serif";
}
.price-renge-filter.community-filter:before{
    content: "Price";
}
.al-range-slider__track {
    height: 5px;
    box-shadow: none;
    background: #D3D3D3;
    margin: 40px 0 0;
}
.al-range-slider__bar {
    background: transparent;
     box-shadow: none;
}
body .al-range-slider__input {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.al-range-slider__knob, .al-range-slider__knob:hover, .al-range-slider__knob:focus {
    border: none;
    box-shadow: none;
}
.al-range-slider__tooltip {
    bottom: 110%;
    font-weight: 700;
    font-size: 18px;
    box-shadow: none;
    background: transparent;
    padding: 0;
}
.community-filter input.community-page-search {
    background: #EFEFEF;
}
.community-filter.search-wrap:before{
    display: none;
}
.community-filter.search-wrap:after{
    content: "";
    background: url(../180apts/images/search.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    opacity: 0.6;
    top: 50%;
    right: 10px;
    position: absolute;
    margin-top: -13px;
    z-index: 10;
}
select.amnety-filter {
        border-bottom: 5px solid #D3D3D3;
    border-radius: 0;
    margin-top: 20px;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 1;
    padding: 18px;
}

.community-filter.search-wrap {
    width: calc(30% - 40px);
}
.single-community.bed-inactive,
.single-community.amnety-inactive,
.single-community.price-inactive {
    display: none;
}

.filter-reset {
    width: 10%;
    display: inline-block;
    vertical-align: middle;
}
a.cb-btn.community-filters-reset{
   width: 45px;
    height: 45px;
    padding: 0;
    min-width: 45px;
    border-radius: 5px;
    font-size: 0;
    position: relative;
    margin-top: 38px;
    margin-bottom: 0;
}
a.cb-btn.community-filters-reset:after {
    content: "\f01e";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 30px;
    display: block;
    font-family: 'FontAwesome';
    line-height: 45px;
}
a.cb-btn.community-filters-reset:hover{
    border: 2px solid;
}
.reset-job-filters {
    border-radius: 5px;
}
.view-toggle {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    display: none;
    margin-left: 10px;
    vertical-align: middle;
    cursor: pointer;
}
.view-toggle .toggle-area {
    width: 40px;
    height: 20px;
    display: inline-block;
    border-radius: 20px;
    background: #EDEDED;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
}
.view-toggle .toggle-area:after {
    width: 20px;
    height: 20px;
    position: absolute;
    content: "";
    border-radius: 50%;
    left: 0;
    top: 0;
    transition: all 0.5s ease 0s;
}
.view-toggle.toggled .toggle-area:after {
    left: 20px;
}
.community-list-wrapper.type-grid .communities-map {
    display: none;
}
.community-list-wrapper.type-grid .communities-loop {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.community-list-wrapper.type-grid .communities-loop .single-community {
    width: calc(25% - 40px);
    margin: 0 20px 20px;
        flex-flow: column;
}
.community-list-wrapper.type-grid .community-img {
    width: 100%;
    height: 200px;
}
.community-list-wrapper.type-grid .community-info {
    width: 100%;
        padding: 15px;
    text-align: center;
}
.community-list-wrapper.type-grid .community-info-left, .community-list-wrapper.type-grid .community-info-right {
    display: block;
    width: 100%;
}
.community-list-wrapper.type-grid .community-info-left {
    margin-bottom: 20px;
}
.type-grid img.index-img {
    display: none;
}
.community-info .address, a.community-contact {
    font-size: 16px;
    font-weight: 500;
    padding: 0;
}
.community-list-wrapper.acquisition .community-info-left {
    text-align: left;
}
.community-list-wrapper.acquisition .community-info-right {
    text-align: left;
}
.community-list-wrapper.acquisition .single-community[status="sold"] {
    order: 2;
}
.community-list-wrapper.acquisition .single-community[status="sold"] .community-img:before {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 0.5;
}
.community-list-wrapper.acquisition .single-community[status="sold"] .community-img:after {
    content: "Sold";
    position: absolute;
    color: #fff;
    background: #ff0000;
    z-index: 9;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 5px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
body li.menu-item.draft {
    display: none;
}
body li.menu-item.draft {
    display: none !important;
}
.team-member-content a.back-btn {
    position: relative;
    padding-left: 25px;
}
.team-member-content a.back-btn:after {
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(-45deg);
    top: 5px;
    left: 0;
}
.view-toggle span:after {
    content: "Grid View";
}
.toggled.view-toggle span:after {
    content: "List View";
}
ul.acquisition-filters {
    padding: 0;
    list-style-type: none;
}
li.acquisition-filter {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid;
    display: inline-block;
    margin-right: 20px;
    padding: 14px 30px;
    line-height: 1;
    border-radius: 0px;
    cursor: pointer;
}
li.acquisition-filter:hover,
li.acquisition-filter.active {
    color: #fff;
}
.single-community.hide {
    display: none;
}
.communities-section .container {
    padding: 10px 0 30px;
}


section.blog-posts-section {
    padding: 60px 0 80px;
}
.blog-posts-filters .category-option {
    width: 400px;
    float: left;
        position: relative;
    font-size: 0;
}
.blog-posts-filters .category-option .cat-list {
    position: absolute;
    width: 100%;
    height: auto;
    max-height: 500px;
    overflow: auto;
    background: #fff;
    z-index: -99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}
.blog-posts-filters .category-option span.current-category {
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 20px;
    font-weight: 700;
    display: block;
    background: #EDEDED;
    line-height: 1;
    cursor: pointer;
    border-radius: 20px;
}
.blog-posts-filters .category-option .cat-list.hovered {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}
.blog-posts-filters .category-option .cat-list li.categories ul {
    font-size: 15px;
    margin: 0;
    padding: 0;
        border: 1px solid;
    border-top: none;
}
.blog-posts-filters .category-option .cat-list li.categories ul li.cat-item a {
    display: block;
    line-height: 1.5;
    padding: 10px;
    font-weight: 600;
}
.blog-posts-filters .category-option .cat-list li.categories ul li.cat-item a:hover {
    background: #ededed;
}
.blog-posts-filters .search-form,
.post-sidebar .search-form {
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    line-height: 1;
    float: right;
    width: 400px;
}
.blog-posts-filters .search-form i, .post-sidebar .search-form i {
    position: absolute;
    top: 10px;
    font-size: 25px;
    opacity: 0.5;
    right: 15px;
}
.post-sidebar .search-form {
    width: 100%;
    float: none;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;  
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.blog-posts-filters input#searchsubmit,
.post-sidebar input#searchsubmit {
    display: none;
}
.blog-posts-filters input#s, .post-sidebar input#s {
    width: 100%;
    border: none;
    font-size: 15px;
    line-height: 1.5;
    padding: 12px 12px 12px 40px;
    font-weight: 700;
    text-transform: uppercase;
    background: #EDEDED;
    border-radius: 20px;
}
.blog-post-grid {
    margin-top: 80px;
}
.blog-post-grid .alm-reveal {
    display: flex;
    flex-flow: wrap;
    margin-left: -25px;
    margin-right: -25px;
        padding: 0;
}
.blog-post-grid .alm-reveal li.single-post {
    width: calc(33.33% - 50px);
    padding: 0;
    margin: 25px;
    display: flex;
    flex-flow: column;
    text-align: center;
}
.blog-post-grid .alm-reveal li.single-post .single-featured-image img {
    width: 100%;
    display: block;
    position: relative;
    height: 300px;
    object-fit: cover;
}
.blog-post-grid .single-featured-image {
    border-top-left-radius: 50px;
    overflow: hidden;
}
h4.single-post-title {
    font-size: 25px;
    line-height: 1.35;
    width: 100%;
    margin: 20px 0;
    position: relative;
    font-weight: 500;
    padding: 0 20px;
}
.blog-post-grid h4.section-tagline {
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-flow: wrap;
}
.post-date {
    font-size: 18px;
    font-weight: 500;
    width: 120px;
}
.blog-posts-section .container {
    max-width: 1400px;
}
.post-cat {
    font-size: 18px;
    font-weight: 500;
    width: auto;
    position: relative;
    float: left;
    padding-left: 10px;
    border-left: 1px solid;
}
li.single-post a.read-more-link {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 20px;
    position: relative;
    padding: 0 20px;
}
.single-post-excerpt {
    padding: 0 20px;
    margin: 0;
    font-size: 18px;
    line-height: 1.5;    
    flex-grow: 1;
}

body.single-post .page-content {
    padding-top: 240px;
}
.single-post-header {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 100px;
}
.single-post-heading {
    width: 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-right: 60px;
    padding-left: calc(50% - 650px);
}
.single-post-img-wrap{
    border-radius: 100px 0 0 0;
    overflow: hidden;
}
.single-post-img {
    width: calc(50% - 50px);
    margin-left: 50px;
    border-radius: 150px 0 0 0;
    overflow: hidden;
}
.single-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
body.single-post .page-content .container {
    max-width: 1180px;
}
h1.single-post-title {
    font-size: 54px;
    margin-top: 0;
}
.single-post-meta .post-date {
    display: inline-block;
    width: auto;
    padding-right: 10px;
    float: left;
}
.single-post-body {
    width: 100%;
    display: flex;
    flex-flow: wrap;
}
.single-post-body .post-content {
    width: 70%;
    padding-right: 70px;
}
.single-post-body .post-content p, .single-post-body .post-content ul li {
    font-size: 18px;
    font-weight: 400;
    color: #363636;
    line-height: 1.8;
}
.single-post-body .post-content p:first-child {
    margin-top: 0;
}
.single-post-body .post-content ul {
    list-style-type: disc;
    padding-left: 25px;
}
.single-post-body .post-content h3 {
    font-size: 30px;
    margin-bottom: 20px;
}
.post-sidebar {
    width: 30%;
}
.category-widget {
    margin-top: 60px;
}
.posts-slider.flexslider {
    padding: 0 60px;
}
.posts-slider.flexslider .flex-control-nav {
    left: 0;
    bottom: -30px;
    width: 100%;
    margin-left: 0;
    max-width: 100%;
}
h2.widget-title {
    margin: 0 0 25px;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
    font-size: 30px;
    font-weight: 700;
}
.category-widget {
    margin-top: 60px;
    font-size: 0;
}
.category-widget li.cat-item {
    font-size: 15px;
    font-weight: 700;
    line-height: 2.5;
    text-transform: uppercase;
}
.related-widget {
    margin-top: 60px;
}
.single-related-posts {
    margin-bottom: 40px;
    text-align: center;
}
.single-button-wrapper {
    text-align: center;
}
img.related-post-img {
    width: 100%;
    height: auto;
}
.single-related-posts h3 {
    font-size: 24px;
    line-height: 1.5;
    margin: 30px 0;
    padding: 0 20px;
}
.related-widget a.read-more-link,
.rp-group-wrapper a.read-more-link {
    margin: 0 20px 20px;
    display: block;
    font-weight: 600;
}
.rp-group-wrapper .post-date {
    margin: 0 auto 30px;
}
.rp-group-wrapper {
    width: 100%;
    padding: 0 60px;
    display: flex;
    flex-flow: wrap;
}
.rp-group-wrapper .single-related-posts {
    width: calc(50% - 30px);
    margin: 0 15px;
}
.latest-posts-carousel {
    padding: 100px 0;
}

.subscribe-widget{
    border-radius: 0 75px 0 0;
}
.rp-group-wrapper a.read-more-link {
    text-transform: uppercase;
    margin-top: 15px;
    display: block;
    font-weight: 700;
    font-size: 18px;
}
.posts-slider.flexslider ul.flex-direction-nav a.flex-prev, .posts-slider.flexslider ul.flex-direction-nav a.flex-next {
    left: 0;
    opacity: 1;
    font-size: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 50px);
}
.posts-slider.flexslider ul.flex-direction-nav a.flex-next {
    left: auto;
    right: 0;
}
.posts-slider.flexslider ul.flex-direction-nav a.flex-prev::before, .posts-slider.flexslider ul.flex-direction-nav a.flex-next::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    background: #FFF;
    top: 50%;
    left: 12.5px;
}
.posts-slider.flexslider ul.flex-direction-nav a.flex-prev::after, .posts-slider.flexslider ul.flex-direction-nav a.flex-next::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    top: 18px;
    transform: rotate(-45deg);
    left: 14px;
}
.posts-slider.flexslider ul.flex-direction-nav a.flex-next::after {
    transform: rotate(135deg);
    left: auto;
    right: 14px;
}
.posts-slider.flexslider ul.flex-direction-nav {
    display: block;
}
h2.rp-title {
    margin: 0 0 60px;
    font-size: 40px;
    text-align: center;
}
a.cta.subscribe-cta {
    display: block;
    padding: 40px;
    font-size: 0;
    font-weight: 700;
    cursor: pointer;
}
a.cta.subscribe-cta i {
    display: inline-block;
    font-size: 60px;
    vertical-align: middle;
    margin: 0;
    width: 20px;
    line-height: 1;
}
a.cta.subscribe-cta span {
    display: inline-block;
    width: calc(100% - 20px);
    font-size: 24px;
    vertical-align: middle;
    line-height: 1.5;
}
.subscribe-form-popup {
    position: fixed;
    z-index: -9;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.subscribe-form-popup.active {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
}
.subscribe-form-popup .subscribe-popup-body {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    background: #fff;
    max-width: 400px;
    padding: 20px;
    transform: translateX(-50%) translateY(-50%);
}
.subscribe-form-popup .subscribe-popup-body .subscribe-close {
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}
.subscribe-form-popup .subscribe-popup-body .subscribe-close span {
    display: block;
    line-height: 25px;
    transform: rotate(45deg);
}
.subscribe-form-popup .subscribe-popup-body .subscribe-close {
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    right: 5px;
    top: 5px;
    position: absolute;
        cursor: pointer;
}
.subscription-form {
    padding: 15px 0;
}
.subscription-form .formmangr-col {
    width: 100%;
    margin: 0;
        padding: 0;
}
.subscription-form button.formmangr-button.formmangr-button-submit {
    width: 100%;
}
.subscription-form div#submit {
    margin: 0;
}
.blog-posts-filters .category-option span.current-category i {
    float: right;
    font-size: 30px;
    line-height: 15px;
    color: #989898;
}
span.post-cat:after {
    content: "";
    height: 20px;
    width: 2px;
    position: absolute;
    left: -15px;
}
li.single-post a.read-more-link span,
.single-related-posts a.read-more-link span {
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    text-decoration: underline;
}
li.single-post a.read-more-link span:after,
.single-related-posts a.read-more-link span:after {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    height: 2px;
    transition: all 0.5s ease 0s;
        bottom: 0;
}
li.single-post a.read-more-link:hover span:after,
.single-related-posts a.read-more-link:hover span:after {
    width: 100%;
}
.single-post-body .post-content h2 {
    margin-top: 35px;
}
.latest-posts-carousel .flex-control-paging li a {
    width: 16px;
    height: 16px;
    margin: 0 10px;
    opacity: 1;
    border-width: 2px;
}
a.cb-btn {
    cursor: pointer;
}
.blog-post-grid .single-virtual-tour, .vr-tour-listing li.single-post {
    display: none !important;
}
.swifty_blog_loadmore{
	background-color: #ddd;
	border-radius: 2px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing:1px;
	cursor:pointer;
	text-transform: uppercase;
	padding: 10px 0;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;  
}
.swifty_blog_loadmore:hover{
	background-color: #767676;
	color: #fff;
}
.category-widget ul {
    padding: 0;
    list-style-type: none;
}
.footer-bottom{
    background-color: #EFEFEF;
}
.footer-bottom .community-icons {
    display: inline-block;
    vertical-align: middle;
    padding: 15px 0;
    width: 25%;
}
/*
.footer-bottom .container {
    max-width: 1400px;
}
*/
.copyright-text {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    font-size: 13px;
    font-weight: 500;
    margin-right: 60px;
        padding: 15px 0
}
.copyright-text p {
    font-size: 14px;
    font-weight: 500;
}
a.swifty_blog_loadmore.cb-btn {
    margin: 0 auto;
    display: block;
    max-width: 200px;
}
.policy-nav {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
        padding: 15px 0;
}
.policy-nav a.policy-nav-item {
    font-size: 13px;
    font-weight: 500;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid;
    display: inline-block;
}
.policy-nav a.policy-nav-item:last-child {
    border: none;
}
.policy-nav a.policy-nav-item:last-child {
    border: none;
}
.attribution {
    display: inline-block;
    float: right;
    padding-top: 15px;
}
.flex-direction-nav .flex-prev {
    left: 10px;
    opacity: 1;
}
.flex-direction-nav .flex-next {
    right: 10px;
    opacity: 1;
}
input.special-community-finder {
    background: #fff;
    border: none;
    font-size: 18px;
    font-weight: 700;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 2;
    padding: 11px 30px;
    position: absolute;
    left: 0;
    top: -53px;
    border-radius: 35px;
    outline: none !important;
    letter-spacing: 4px;
}
.initial-section .finder-top{
    visibility: hidden;
    opacity: 0;
}
.search-communities .cb-btn {
    padding: 18px;
}
.single-community.no-search {
    display: none;
}
body .scroll-indicator {
    position: absolute;
    left: 50%;
    bottom: 40px;
    font-size: 40px;
    color: #fff;
    margin-left: -13px;
    -webkit-animation-duration: 5s;
    animation-duration: 5s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-name: bounce; 
    animation-name: bounce; 
    animation-iteration-count: infinite;
}
.community-list > i {
    position: absolute;
    z-index: 9;
    top: -33px;
    right: 25px;
    font-size: 20px;
    color: #fff;
}
.community-list input.special-community-finder:focus{
    background: #fff;
}
.community-list:focus i.fa-search{
    display: none;
}
.community-list input.special-community-finder + .communities-searchbox-list + i.fa-times{
    opacity: 0;
    cursor: pointer;
    display: block;
}
.community-list.input-filled input.special-community-finder:focus + .communities-searchbox-list + i.fa-times{
    color: red;
    opacity: 1;
}
a.cb-btn.reset-job-filters {
    min-width: 56px;
    padding: 0;
    text-align: center;
        vertical-align: middle;
}
a.cb-btn.reset-job-filters i {
    display: block;
    line-height: 52px;
    font-size: 40px;
}
/*
.community-list > i.fa-search:before{
    content:"";
    background: url("../180apts/images/search.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    opacity: 0.8;
}
*/

.content-block.block-type-cta {
    position: relative;
}
.content-block.block-type-cta {
    position: relative;
}

.content-block.block-type-cta {
    padding-left: 4vw;
    padding-top: 120px;
}


@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(5px);
  }
  10% {
    -webkit-transform: translateY(-5px);
  }
  20% {
    -webkit-transform: translateY(25px);
  }
  40% {
    -webkit-transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(5px);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(5px);
  }
  10% {
    -webkit-transform: translateY(-5px);
  }
  20% {
    -webkit-transform: translateY(25px);
  }
  40% {
    -webkit-transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(5px);
  }
}
.gm-style > div:nth-child(2) > div:first-child > div:nth-child(4) > div {
    border-radius: 50%;
}
.header ul.menu > li.menu-item.menu-item-has-children > a {
    position: relative;
    display: block;
    position: relative;
}
.header ul.menu > li.menu-item.menu-item-has-children > a:before {
    position: absolute;
    content: "\f0d7";
    right: 5px;
    top: calc(50% - 7px);
    font-family: fontawesome;
}
.single-job h4.section-tagline {
    font-size: 18px;
    margin-bottom: 15px;
}
.single-job h1.section-title {
    margin: 15px 0;
}
.single-job .section-content {
    margin-bottom: 15px;
}
.job-listing .container, .job-listing .container .listing-wrapper {
    max-width: 1542px;
}
body div#wpadminbar {
    background: #d4d4dd;
}
body div#wpadminbar a.ab-item {
    color: #000;
}
body div#wpadminbar a.ab-item::before {
    color: #000;
}
body div#wpadminbar li#wp-admin-bar-site-name a {
    position: relative;
    font-size: 0;
}
body div#wpadminbar li#wp-admin-bar-site-name a:after {
    content: "Dashboard";
    position: relative;
    font-size: 13px;
}
body div#wpadminbar a.ab-item:hover, body div#wpadminbar a.ab-item:hover::before {
    background: #db851a !important;
    color: #fff !important;
}
body div#wpadminbar li#wp-admin-bar-site-name > .ab-sub-wrapper {
    display: none;
}
input#submit[value="Logout"] {
    border: 0;
    padding: 0 20px;
    color: #fff;
    background: #db851a;
}
.type-grid .communities-loop {
    max-height: none;
    padding-bottom: 30px;
}





@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(5px) rotate(45deg);
  }
  10% {
    -webkit-transform: translateY(-5px) rotate(45deg);
  }
  20% {
    -webkit-transform: translateY(25px) rotate(45deg);
  }
  40% {
    -webkit-transform: translateY(0px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(5px) rotate(45deg);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(5px) rotate(45deg);
  }
  10% {
    -webkit-transform: translateY(-5px) rotate(45deg);
  }
  20% {
    -webkit-transform: translateY(25px) rotate(45deg);
  }
  40% {
    -webkit-transform: translateY(0px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(5px) rotate(45deg);
  }
}

.jobs-inner-hero > span {
    display: block;
    margin-bottom: 10px;
}
.jobs-inner-hero > span.other-info {
    display: block;
    margin: 0;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 300;
}
.jobs-inner-hero > span.other-info strong {
    display: inline-block;
    padding: 0px 1px;
    vertical-align: middle;
    line-height: 1;
    position: relative;
}
.jobs-inner-hero > span.other-info span {
    margin-bottom: 20px;
    display: inline-block;
}
.jobs-inner-hero > span.other-info span:first-child strong:first-child {
    padding-left: 0;
    margin-left: 0;
}
.jobs-inner-hero > span.other-info strong:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
}
.jobs-inner-hero > span.other-info span:first-child strong:first-child::after {
    display: none;
}
.content-block.block-padding-medium {
    padding: 90px 0;
}
.job-details-columns {
    display: flex;
    flex-flow: wrap;
}
.job-left {
    width: 50%;
    padding-right: 30px;
}
.job-right {
    width: 50%;
    padding-left: 30px;
}
.job-left p, .job-left ul li {
    line-height: 1.8;
}
.job-form-row {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-flow: wrap;
    margin-bottom: 25px;
    width: 100%;
}
.job-form-field {
    width: 100%;
    position: relative;
    margin: 0 10px;
}
.job-form-row.col-3 .job-form-field {
    width: calc(33.33% - 30px);
    margin: 0 15px;
}
.job-form-row.col-2 .job-form-field {
    width: calc(50% - 30px);
    margin: 0 15px;
}
.job-form-row.col-3, .job-form-row.col-2 {
    padding-left: 0;
    padding-right: 0;
}
.job-form-field label {
    position: absolute;
    top: 18px;
    left: 0px;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    z-index: 9;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    color: #3B3B3B;
}
.job-form-field input, .job-form-field select, .job-form-field textarea {
    width: 100% !important;
    padding: 15px 25px 15px 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    outline: none !important;
    position: relative;
    background: #ffffff;
    border-radius: 0;
    border-bottom: 1.5px solid #707070;
    -moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
}
.job-form-field.upload-field label {
    position: relative; 
    top: auto;
    left: auto;
    display: block;    
    padding: 15px 25px 15px 0;
    line-height: 1.5;
    box-shadow: none;
    background: #ffffff;
    border-radius: 0;
    border-bottom: 1.5px solid #707070;
}
.job-form-field.upload-field label span{
    color: #3B3B3B;
}
.job-form-field.input-focused label,
.job-form-field.input-has-value label {
    font-size: 13px;
    top: 0;
}
.job-form-field textarea{
    min-height: 180px;
}
.job-form-field select {
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 16px;
    color: #3B3B3B;
}
.jobs-inner-hero > span.posted-date {
    font-weight: 600;
    text-transform: uppercase;
}
input#resume {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.job-form-field.upload-field label span.dashicons.dashicons-upload {
    float: right;
    margin-top: 3px;
}
.job-form-field.input-has-value.upload-field label, .job-form-field.input-focused.upload-field label {
    font-size: 18px;
}
.job-right p.success {
    color: green;
    font-weight: 700;
}
.job-right p.fail {
    color: #ff0000;
    font-weight: 700;
}

form#job-apply input#submit {
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 20px 40px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 0;
    cursor: pointer;
    min-width: 250px;
    letter-spacing: 3px;
    font-family: "Outfit", Helvetica, Arial, "sans-serif";
}
.single-job h4.section-tagline {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
    padding-top: 20px;
}
.single-job span.date-posted {
    float: left;
    font-weight: 700;
}
.single-job-listing .inner-hero-wrapper {
    padding-top: 7vw;
    padding-right: 7vw;
}
.single-job-listing .inner-hero-wrapper h1{
    margin-bottom: 10px;
}
.jobs-inner-hero > span.other-info span {
    margin-bottom: 10px;
}
.clearfix:after {
    display: table;
    content: " ";
    clear: both;
}
.job-listing-filters {
    display: block;
    max-width: 1300px;
    margin: 0 auto 50px;
}
.job-listing-filters select {
    padding: 20px 30px;
    font-size: 16px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    min-width: 200px;
    border-radius: 0;
}
.formmangr-field .formmangr-form-dd{
    position: relative;
}
.job-listing-filters select.minimal, .formmangr-field .formmangr-form-dd {
    background-image: url(../180apts/images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 10px top 14px;
    background-size: 22px;
}
.job-listing-filters select, .formmangr-field select{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
}
.job-listing-filters select:focus{
    outline: 0;
}
.acquisition .community-icons {
    margin: 10px 0;
}

.home-hero-block {
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
}

body:not(.home) .page-content {
    padding-top: 104px;
}
body:not(.home).single-team .page-content {
    padding-top: 150px;
}
.inner-hero-image {
    position: absolute;
    width: 100%;
    overflow: hidden;
    right: 0;
    height: 100%;
    top: 0;
}
.inner-hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
a.type-1:before, a.type-1:after,
a.type-2:before, a.type-2:after,
a.type-3:before, a.type-3:after,
a.type-4:before, a.type-4:after,
a.type-5:before, a.type-5:after,
a.type-6:before, a.type-6:after,
a.type-7:before, a.type-7:after,
a.type-8:before, a.type-8:after,
a.type-9:before, a.type-9:after,
a.type-10:before, a.type-10:after,
a.type-11:before, a.type-11:after,
a.type-13:before, a.type-13:after{
    display: none;
}
.block-type-cta .section-buttons a.cb-btn {
    text-align: center;
    text-transform: capitalize;
}
a.cb-btn.apply-job-filters {
    text-align: center;
    font-size: 16px;
    padding: 20px;
    min-width: 200px;
}
.inner-hero-wrapper {
    position: absolute;
    z-index: 9;
    width: 50vw;
    height: 50vw;
    left: -5vw;
    bottom: -25vw;
    border-radius: 50%;
    padding-left: calc(5vw + 100px);
    padding-top: 10vw;
}
/*
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}
.job-listing-filters{
    position: relative;
}
.job-listing-filters:after{
  	content: "";
    background-image:url("../180apts/images/down-arrow.png");
    background-repeat: no-repeat;
  	position: absolute;
  	top: 12px;
  	right: 20px;
  	color: #434B67;
    width: 20px;
    height: 11px;
}
*/
/*
.mobile-cta{
    display: none;
}
*/

.block-type-cta h2.section-title span {
    display: block;
}
.content-block.block-type-inner-hero + .image-text-block > .single-it-section:first-child + .single-it-section {
    padding-top: 75px;
    padding-bottom: 0;
}
.page-template-page-story .content-block.image-text-block {
    position: relative;
    z-index: 11;
}
.al-range-slider {
    padding-bottom: 0;
    padding-top: 35px;
}
.single-community-slider-wrapper {
    height: 100%;
    overflow: hidden;
}
.single-community-slider-wrapper .flexslider, .single-community-slider-wrapper .flexslider .flex-viewport {
    margin: 0;
    border: 0;
    height: 100%;
}
.single-community-slider-wrapper .flexslider ul.slides {
    height: 100%;
}
.single-community-slider-wrapper .flexslider ul.slides li.single-slide {
    height: 100%;
    position: relative;
}
.single-community-slider-wrapper .flexslider ul.slides li.single-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block-teams-wrap{
    position: relative;
}
.block-teams-wrap:before {
    position: absolute;
    content: "";
    width: 52vw;
    height: 52vw;
    top: -4vw;
    right: -30vw;
    background-color: transparent;
    border-radius: 50%;
    border: 1px dashed #C3C3C3;
}
.page-content {
    overflow: hidden;
}
.content-block.core-values-tab {
    position: relative;
}
.cv-tabs-outer {
    display: flex;
    flex-flow: wrap;
}
.cv-tabs-inner {
    width: calc(100% - 80px);
    display: flex;
    flex-flow: wrap;
}
cv-tabs-inner {
    width: calc(100% - 80px);
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
}
.cv-tabs-outer {
    display: flex;
    flex-flow: wrap;
    padding: 90px 0;
}
.cv-tabs-outer .vertical-tagline {
    width: 80px;
}
ul.tab-navigation {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 30%;
}
.tab-content-wrapper {
    width: 70%;
    position: relative;
}
/*
.tabpanel {
    display: none;
}
.tabpanel.active {
    display: block;
}
*/
.tabpanel {
    position: absolute;
}
.tabpanel.active {
    position: relative;
}

.tab-single-img img {
    display: block;
    width: calc(100% + (100vw - 1600px)/2);
    height: 34vw;
    object-fit: cover;
}
.page-template-page-story .content-block.block-type-inner-hero + .image-text-block > .single-it-section:first-child + .single-it-section:before {
    display: none;
}
a.tab-nav-link {
    font-size: 54px;
    font-weight: 600;
    display: block;
    padding: 10px 50px;
    margin: 0;
    line-height: 1;
    color: #ACACAC;
        transition: all 0.5s ease 0s;
    border: 2px solid transparent;
    border-radius: 45px 0 0 45px;
    margin-right: -2px;
    padding-top: 40px;
}   
.tab-content {
    padding: 25px 0;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.tab-content h3 {
    font-size: 54px;
    line-height: 1.2;
    margin: 0;
    width: 40%;
}
p.tab-desc {
    width: 60%;
    margin: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    line-height: 1.25;
    font-size: 30px;
    font-weight: 600;
}
.cv-tabs-outer .vertical-tagline h4.section-tagline {
    margin-top: 17vw;
}
.tab-single-img, .tab-content {
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.tabpanel.active .tab-single-img, .tabpanel.active .tab-content {
    opacity: 1;
}
a.tab-aac-trigger {
    color: #acacac;
    display: none;
    font-size: 36px;
    text-align: center;
    font-weight: 600;
    padding: 10px;
    border-top: 2px solid;
}

.community-list-wrapper.acquisition .communities-loop {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    padding: 50px 25px;
    background: #EBEBEB;
}
.community-list-wrapper.acquisition .communities-loop .single-community {
    width: calc(50% - 50px);
    margin: 0 25px 50px;
}

.page-template-page-acquisitions .community-filters {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-template-page-acquisitions .content-block.block-type-inner-hero {
    display: none;
}
.page-template-page-acquisitions .content-block.communities-section {
    padding-top: 0px;
}
.content-block.job-listing h2.section-title, .content-block.job-listing .section-content {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto 30px;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-8px);
  }
  60% {
    transform: translateX(-4px);
  }
}