/*
Theme Name: Habitat
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 =====*/
* {
    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: 1200px;
    padding: 0 10px;
    margin: 0 auto;
}
.header .container {
    max-width: 100%;
    width: 100%;
    padding: 0 35px;
}
.clearfix:after {
    display: table;
    content: " ";
    clear: both;
    width: 0;
}
.header {
    position: fixed;
    width: 100%;
    z-index: 9998;
}
.header .header-container {
    padding: 0 60px;
    font-size: 0;
}
body > h1.site-title {
    display: none;
}
.logo-section {
    width: 250px;
    display: inline-block;
    vertical-align: middle;
        padding: 14px 0;
}
.logo-section img {
    width: 100%;
    max-width: 171px;
    height: auto;
}


a.cb-btn {
    display: inline-block;
    color: #fff;
    padding: 20px 30px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 35px;
    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:after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #808D80;
    border-right: 2px solid #808D80;
    position: absolute;
    content: "";
    transform: rotate(45deg);
    margin-top: 1.5px;
    right: 35px;
    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: 22px 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;
        position: relative; 
}
.header a.cb-btn {
    margin: 0 5px;
    min-width: 220px;
}
.header li.menu-item a {
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    padding: 30px 25px;
    display: block;
    margin: 0;
}
.header ul.menu {
    padding: 0;
}
.menu-burger-section {
    display: inline-block;
    float: right;
    width: 40px;
    position: relative;
    margin-left: 15px;
    top: 28px;
}
.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%;
    max-width: 400px;
    background: #fff;
    z-index: 9999;
    padding: 25px 0;
    height: 100%;
        box-shadow: 5px 13px 20px rgba(0,0,0,0.25);
    transition: all 0.5s ease 0s;
    transform: translateX(130%);
}
body.admin-bar .mobile-menu {
    height: calc(100% - 32px);
    top: 32px;
        z-index: 9999;
}
.mobile-menu.active {
    transform: translateX(0);
}
.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: 3px;
    right: 12px;
        cursor: pointer;
}
.mobile-menu ul.menu {
    list-style-type: none;
    padding: 0;
}
.mobile-menu ul.menu li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 25px;
    display: block;
        transition: all 0.5s ease 0s;
    border-bottom: 1px solid #dcdcdc;
}
.mobile-menu ul.menu li a:hover {
    background: #ededed;
}
.mobile-menu ul.menu li.menu-item {
    position: relative;
}
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;
}
.mobile-menu ul.sub-menu {
    padding-left: 20px;
    list-style-type: none;
}
li.menu-open > span.submenu-trigger {
    transform: rotate(90deg);
}



.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;
}
body .header a.cb-btn:before, body .header a.cb-btn:after {
    display: none;
}

.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: 50px 0;
    height: auto;
    min-height: calc(100vh - 104px);
    display: flex;
    flex-flow: column;
    text-align: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    position: relative;
}
.hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.hero-wrapper .container {
    padding: 75px 10px 0;
}
h1.hero-title {
    margin: 0 0 25px;
    font-size: 70px;
}
h2.hero-subtitle {
    font-weight: 400;
    margin: 20px 0 0;
}
.hero-content p {
    line-height: 1.5;
    width: 100%;
    max-width: 900px;
    margin: 25px auto;
}
.content-block.features-block {
    padding: 60px 0;
    position: relative;
    z-index: 10;
}
.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%);
}


h3.featurs-tagline {
    margin: 0 0 25px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}   
.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: calc(50% - 50px);
    background-size: cover;
    background-position: center;
    margin-right: 50px;
    border-radius: 0 150px 0 0;
    /* height: 100%; */
}
.single-it-section.image-position-right .image-section {
    border-radius: 150px 0 0 0;
}
.text-section {
    width: calc(50% - 50px);
    margin-left: 50px;
}
.image-text-content-wrapper {
    width: 100%;
    max-width: 600px;
        padding: 60px 0 90px;
}
h4.section-tagline {
    margin: 0 0 25px;
    text-transform: uppercase;
    font-size: 24px;
    position: relative;
}
.image-text-content-wrapper h4.section-tagline {
    padding-right: 140px;
}
.image-text-content-wrapper h4.section-tagline:after {
    content: "";
    width: 118px;
    height: 0px;
    border-bottom: 2px solid;
    position: absolute;
    margin-left: 20px;
    top: 50%;
    margin-top: -1px;
}
h2.section-title {
    margin: 0 0 35px;
    font-size: 60px;
}
.section-content {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 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;
}
.single-it-section.image-position-right .image-section {
    order: 2;
    margin-right: 0;
    margin-left: 50px;
}
.single-it-section.image-position-right .text-section {
    margin-left: 0;
    margin-right: 50px;
    padding-left: calc(50% - 650px);
}
.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;
}
.home-hero-block + .content-block.features-block:before{
    display: none;
}

.home-hero-block + .content-block.features-block + .image-text-block .single-it-section:first-child{
    position: relative;
    overflow: visible;
}
.home-hero-block + .content-block.features-block + .image-text-block .single-it-section:first-child:before,
.page-template-page-core-values .single-it-section.image-position-left .image-section:before{
    left: -350px;
    bottom: -230px;
}
.home-hero-block + .content-block.features-block + .image-text-block .single-it-section.image-position-right,
body.page-template-page-strategy .image-text-block .image-position-right{
    padding: 75px 0 112px;
}
.home-hero-block + .content-block.features-block + .image-text-block .single-it-section.image-position-right .image-section,
body.page-template-page-strategy .image-text-block .image-position-right .image-section, body.page-template-page-contact .contact-section,
.page-template-page-core-values .single-it-section.image-position-right:first-child .image-section{
    position: relative;
}
.home-hero-block + .content-block.features-block + .image-text-block .single-it-section.image-position-right .image-section:before,
body.page-template-page-strategy .image-text-block .image-position-right .image-section:before,
body.page-template-page-acquisitions .block-type-inner-hero + .block-flexible-text:after,
.content-block.block-type-video-slider:after, 
body.page-template-page-contact .contact-section:before,
.page-template-page-core-values .single-it-section.image-position-right:first-child .image-section:before{
    content: "";
    display: block;
    border-radius: 50%;
    width: 222px;
    height: 222px;
    position: absolute; 
}
.home-hero-block + .content-block.features-block + .image-text-block .single-it-section.image-position-right .image-section:before,
body.page-template-page-strategy .image-text-block .image-position-right .image-section:before,
.page-template-page-core-values .single-it-section.image-position-right:first-child .image-section:before{
    left: 60%;
/*    transform: translateX(-50%);*/
    bottom: -111px;
}


.content-block.block-featured-communities {
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.block-featured-communities.slider-active {
    z-index: 20;
}
.initial-section {
    position: relative;
    padding: 125px 0;
        transition: all 0.5s ease 0s;
    z-index: 10;
    background-size: cover;
}
.block-featured-communities .initial-section {
    padding: 160px 0;
}
.featured-community-slider ol.flex-control-nav {
    bottom: 40px;
}
.featured-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.77;
}   
.container.flex-container {
    display: flex;
    flex-flow: wrap;
}
.featured-communities, .search-communities {
    padding: 100px 60px;
    text-align: center;
    width: 50%;
    transition: all 0.5s ease 0s;
}

.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 {
    background: #fff;
    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;
}

.community-finder.active .community-list {
    z-index: auto;
    visibility: visible;
    opacity: 1;
}
.communities-searchbox-list .single-community:last-child{
    border-bottom: 0;
}
.single-community a {
    text-align: left;
    display: block;
    padding: 10px;
    font-weight: 500;
}
.single-community a i {
    margin-right: 5px;
}
.initial-section .community-finder.active .cb-btn {
    background: #fff;
    color: #000;
}
.hero-wrapper .community-finder {
    width: 100%;
    max-width: 480px;
    margin: 40px auto 0;
}
.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 {
    top: -51px;
    padding: 10px;
    border-radius: 25px;
}
.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(../habitat/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: 40px;
    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: #B5B4B4;
    font-size: 60px;
}
.featured-community-slider .flex-direction-nav a:before{
    color: #B5B4B4;
}
.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: 90px 0 140px;
}
.content-block.block-testimonials .container {
    border-top: 1px solid #283C55;
    padding-top: 50px;
}
.testimonial-content, .testimonial-info {
    display: block;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 140px;
        position: relative;
}
.testimonial-info h3.section-subtitle {
    margin-bottom: 10px;
    font-size: 40px;
}
.testimonial-info .author-info {
    text-transform: uppercase;
    font-weight: 600;
}
.testimonial-content p {
    font-size: 48px;
    line-height: 1.5;
}
#testimonials-slider ol.flex-control-nav {
    bottom: -70px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    left: 0;        
}
.testimonial-content:before {
    content: "“";
    position: absolute;
    font-size: 200px;
    left: 0;
    top: 0;
    line-height: 150px;
    font-family: 'Nunito';
}




.cta-wrapper {
    position: relative;
    margin-bottom: 100px;
}
.cta-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 0;
}
.cta-content {
    width: 60%;
    padding: 50px 60px 75px 0;
}
.block-type-cta .cta-content {
    padding: 90px 0 120px;
}
.cta-foreground {
    width: 40%;
}
.cta-foreground .foreground-img {
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: translateY(50px);
    width: calc(100% + (50vw - 618px));
    border-radius: 150px 0 0;
}
.cta-wrapper .container {
    max-width: 1240px;
}
/*
h2.section-title span {
    font-weight: 500;
}
*/
.cta-wrapper h3.section-subtitle {
    position: relative;
    padding-right: 140px;
}
.cta-wrapper h3.section-subtitle:after{
    content: "";
    width: 118px;
    height: 0px;
    border-bottom: 2px solid;
    position: absolute;
    margin-left: 20px;
    top: 50%;
    margin-top: -1px;
}



.footer-left {
    width: 25%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.footer-right {
    width: 75%;
}
.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-right ul.menu {
    font-size: 0;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 95px;
    list-style-type: none;
    position: relative;
}
.footer-right 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-right ul.menu > li.menu-item:before{
    content: "";
    width: 100%;
    height: 0;
    border-bottom: 1px solid;
    position: absolute;
    left: 0;
    top: 42px;
}
.footer-right ul.menu > li.menu-item > a {
    text-transform: uppercase;
}
.footer-right ul.menu > li.menu-item:last-child {
    padding-right: 0;
}
.footer-right ul.menu > li.menu-item:first-child {
    padding-left: 0px;
}
.footer-right 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-right 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;
}
.footer-left {
    width: 25%;
    display: flex;
    flex-flow: column;
    justify-content: normal;
    padding-right: 30px;
}
.footer {
    padding-bottom: 25px;
    padding-top: 45px;
    background-color: #EFEFEF;
}
.footer .container, .footer-bottom .container {
    max-width: 1230px;
}
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: 540px;
    display: flex;
    position: relative;
    flex-flow: column;
    justify-content: center;    
    background-size: cover;
    background-position: center center;
    margin-bottom: 90px;
    position: relative;
}
.content-block.block-type-inner-hero:before {
    left: -370px;
    bottom: -430px;
}
.inner-hero-wrapper h1 {
    font-size: 70px;
    margin: 0 0 20px;
}
.inner-hero-wrapper h2 {
    font-size: 24px;
    font-weight: 500;
    position: relative;
    padding-left: 70px;
    padding-right: 70px;
}
.inner-hero-wrapper h2:before{
    content: "";
    width: 52px;
    height: 0;
    border-bottom: 2px solid;
    position: absolute;
    left: 0;
    top:20px;
}
.content-block.block-type-inner-hero + .image-text-block > .single-it-section:first-child {
    padding-top: 0;
}
.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;
}
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:before{
    right: 3%;
    top: 20%;
}
.content-block.block-type-video-slider:after{
    left: 10%;
    transform: translateX(-50%);
    top: -111px;
}


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-right: -30px;
    margin-left: -30px;
}
.content-block.block-type-teams {
    padding: 90px 0;
    text-align: center;
}
.content-block.block-type-teams .section-content {
    max-width: 800px;
    margin: 0 auto 50px;
}
body.page-template-page-our-team .content-block.block-type-teams {
    margin-bottom: 100px;
}
.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;
    border-top-left-radius: 75px;
    box-shadow: 6px 13px 20px #e6e6e6;
    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 {
    padding: 25px;
    text-align: left;
}
.team-member-info {
    padding: 15px 20px;
    text-align: left;
/*
    position: absolute;
    left: 0;
    bottom: 0;
*/
    width: 100%;
}
.team-member-headshot:hover img.headshot-img {
    width: 105%;
    height: 105%;
}
.team-member-info span.member-name {
    font-size: 30px;
    display: inline-block;
    line-height: 1.5;
    font-weight: 700;
}
.team-member-info span.member-title {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    display: block;
}
.team-grid .team-member-info {
    text-align: center;
}
.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: 40%;
    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;
}
.single-job.text-color-dark {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #cdcdcd;
}   
.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: 25%;
    padding-right: 35px;
        font-size: 16px;
}
.contact-left a {
    margin-bottom: 8px;
    display: block;
}
.contact-left .address{
    margin-bottom: 40px;
}
.contact-right {
    width: 75%;
    padding-left: 35px;
}
.contact-section h4.section-tagline {
    margin: 15px 0 20px;
}
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: 30px;
}
.hours-info {
    line-height: 1.5;
}
.formmangr-col {
    width: 100%;
}
.formmangr-row input.formmangr-input, .formmangr-row select, .formmangr-row textarea {
    width: 100% !important;
    padding: 15px 25px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    outline: none !important;
    background: #EFEFEF;
    border-radius: 35px;
}
.formmangr-row input.formmangr-input::placeholder, .formmangr-row select::placeholder, .formmangr-row textarea::placeholder {
    color: #707070;
}
.formmangr-row .formmangr-field textarea {
    min-height: 250px;
}
button.formmangr-button.formmangr-button-submit {
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 20px 40px;
    min-width: 250px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 35px;
    cursor: pointer;
}
.content-block.communities-section {
    padding-top: 60px;
}
.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;
}
.single-community {
    display: flex;
    flex-flow: wrap;
/*    border-bottom: 1px solid #EDEBEB;*/
    opacity: 0.5;
        transition: all 0.25s ease 0s;
    position: relative;
    order: 2;
}
.single-community:hover{
    opacity: 1;
}
img.index-img {
    position: absolute;
    top: 10px;
    left: 10px;
}
.single-community a.marker-trigger {
    padding: 0;
}
.single-community-address, .community-info-left span.beds {
    font-size: 18px;
    line-height: 1.5;
    display: block;
    margin-bottom: 5px;
}

.single-community.active {
    opacity: 1;
    order: 1;
}
.community-list-wrapper .community-img {
    width: 33.33%;
    overflow: hidden;
    position: relative;
    border-radius: 0 60px 0 0;
}
.community-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 15px);
    object-fit: cover;
    object-position: center center;
}
.community-list-wrapper .community-info {
    padding: 20px 25px;
    width: 66.66%;
}
.community-list-wrapper .community-info {
    padding: 20px 25px;
    width: 66.66%;
    font-size: 0;
}
.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: 18px;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
}
.community-icons img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.community-info-left, .community-info-right {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}
.community-info-right {
    text-align: center;
}
.community-info-right a.cb-btn {
    display: inline-block;
    padding: 13px 15px;
    margin: 5px 0;
    width: 100%;
    max-width: 206px;
    min-width: inherit; 
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
}
.community-info-right a.cb-btn:hover{
    opacity: 0.8;
}
.community-info-right .community-icons {
    margin-top: 30px;
}
.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;
    margin-bottom: 40px;
}
.community-filter {
    width: calc(20% - 40px);
    display: inline-block;
    margin: 0 20px;
/*    background: #EDEDED;*/
    border-radius: 30px;
    vertical-align: middle;
    position: relative;
    border: 1px solid #fff;;
}
.community-filter:before{
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: #707070 transparent transparent transparent;
    margin-top: -3px;
    z-index: 1;
}
.community-filter input.community-page-search {
    background: #EFEFEF;
}
.community-filter.search-wrap:before{
    display: none;
}
.community-filter.search-wrap:after{
    content: "";
    background: url(../habitat/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;
}
.community-filter:hover{
    border: 1px solid #ddd;
    border-radius: 30px;
}
.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: 30%;
    display: inline-block;
    vertical-align: middle;
}
a.cb-btn.community-filters-reset {
    border-radius: 30px;
    display: inline-block;
    vertical-align: middle;
    min-width: 150px;
}
.view-toggle {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    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: 30px;
    cursor: pointer;
}
li.acquisition-filter:hover,
li.acquisition-filter.active {
    color: #fff;
}
.single-community.hide {
    display: none;
}



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;
}
.initial-section .container {
    max-width: 1280px;
}
.block-featured-communities .initial-section .container {
    max-width: 1170px;
}
.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;
}
.initial-section .finder-top{
    visibility: hidden;
    opacity: 0;
}
.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: -36px;
    right: 25px;
}
.community-list > i.fa-search:before{
    content:"";
    background: url("../habitat/images/search.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    opacity: 0.8;
}
.block-type-cta .section-buttons a.cb-btn:before,
.block-type-cta .section-buttons a.cb-btn:after{
    display: none;
}
.content-block.block-type-cta {
    position: relative;
}
.content-block.block-type-cta {
    position: relative;
}
.content-block.block-type-cta:before {
    content: "";
    background: transparent;
    border: 1px solid;
    position: absolute;
    left: -260px;
    top: -300px;
    width: 500px;
    height: 500px;
    display: block;
    border-radius: 50%;
    z-index: 2;
}
.content-block.block-type-cta:last-child {
    background: #EFEFEF;
    padding-bottom: 2px;
    margin-bottom: -110px;
}


@-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:first-child > div:first-child > div:nth-child(4) > div {
    border-radius: 50% !important;
}
.header ul.menu > li.menu-item.menu-item-has-children > a {
    position: relative;
    padding: 44px 25px;
    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 {
    max-width: 910px;
}
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;
}
.hero-content {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
span.scroll-trigger {
    position: absolute;
    display: block;
    z-index: 9;
    bottom: 100px;
    left: 50%;
    cursor: pointer;
    width: 100px;
    height: 100px;
    background: #000;
    border-radius: 50%;
    margin-left: -50px;
}
span.scroll-trigger:before {
    content: "";
    position: absolute;
    height: 150px;
    width: 2px;
/*    border-left: 2px solid #8D8D8D;*/
    left: 50%;
    bottom: -100px;
    transform: translateX(-50%);
    background: rgb(141,141,141);
    background: linear-gradient(0deg, rgba(141,141,141,1) 0%, rgba(141,141,141,1) 67%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%);
}
span.scroll-trigger:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: -106px;
    border-bottom: 2px solid #8D8D8D;
    border-right: 2px solid #8D8D8D;
    left: 50%;
    transform: rotate(
45deg
) translateX(-50%);
    margin-left: -2px;
}



@-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;
}
.jobs-inner-hero > span.other-info strong {
    display: inline-block;
    padding: 0px 20px;
    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% - 20px);
}
.job-form-row.col-2 .job-form-field {
    width: calc(50% - 20px);
}
.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: 25px;
    cursor: pointer;
    transition: all 0.2s ease 0s;
        z-index: 9;
}
.job-form-field input, .job-form-field select, .job-form-field textarea {
    width: 100% !important;
    padding: 15px 25px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    outline: none !important;
    position: relative;
    background: #EFEFEF;
    border-radius: 35px;
}
.job-form-field.upload-field label {
    position: relative; 
    top: auto;
    left: auto;
    display: block;    
    padding: 15px 25px;
    line-height: 1.5;
    box-shadow: none;
    background: #EFEFEF;
    border-radius: 35px;
}
.job-form-field.input-focused label,
.job-form-field.input-has-value label {
    font-size: 13px;
    top: 0;
}
.job-form-field select {
    font-weight: 400;
    text-transform: none;
    height: 57px;
}
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: 600;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 35px;
    cursor: pointer;
    min-width: 250px;
}
.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;
}
.clearfix:after {
    display: table;
    content: " ";
    clear: both;
}
.job-listing-filters {
    display: block;
    margin-bottom: 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: 35px;
}
.formmangr-field .formmangr-form-dd{
    position: relative;
}
.job-listing-filters select.minimal, .formmangr-field .formmangr-form-dd {
    background-image: url(../habitat/images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 10px top 14px;
    background-size: 30px;
}
.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: 150px;
    position: relative;
}

body:not(.home) .page-content {
    padding-top: 104px;
}
body:not(.home).single-team .page-content {
    padding-top: 150px;
}
.inner-hero-image {
    position: absolute;
    width: 45%;
    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;
}
/*
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}
.job-listing-filters{
    position: relative;
}
.job-listing-filters:after{
  	content: "";
    background-image:url("../habitat/images/down-arrow.png");
    background-repeat: no-repeat;
  	position: absolute;
  	top: 12px;
  	right: 20px;
  	color: #434B67;
    width: 20px;
    height: 11px;
}
*/
.mobile-cta{
    display: none;
}
a.cb-btn:after{
    margin-top: 4.5px;
}
.block-type-cta h2.section-title span {
    display: block;
}




@media screen and (max-width: 1600px) {
    body .header a.cb-btn {
        font-size: 14px;
    }

    a.cb-btn {
        font-size: 18px;
    }

    a.cb-btn:after {
        margin-top: 1.5px;
    }

    a.cb-btn:before {
        margin-top: -1px;
    }

    .header-cta-wrapper a.cb-btn:last-child {
        margin-left: 20px;
    }

    .header li.menu-item a {
        font-size: 14px;
    }

    .header li.menu-item {
        padding: 33px 17px;
    }

    .header-cta-wrapper {
        font-size: 17px;
    }

    .header-cta {
        padding: 18px 0px;
    }

    .logo-section {
        padding: 10px 0;
    }

    .header .header-container {
        padding: 0 20px;
        font-size: 0;
    }

    body .header a.cb-btn.type-9 {
        font-size: 14px;
    }

    h1.hero-title {
        margin: 0 0 20px;
        font-size: 52px;
    }

    span.feature-title {
        font-size: 30px;
    }

    h2.section-title {
        font-size: 42px;
    }

    .single-it-section.image-position-right .text-section {
        padding-left: calc(50% - 575px);
    }

    .single-post-heading {
        padding-left: calc(50% - 575px);
    }

    .image-text-content-wrapper {
        max-width: 590px;
        padding: 50px 0 75px;
    }

    .featured-communities,
    .search-communities {
        padding: 90px 60px;
    }

    .initial-section h2.section-title {
        font-size: 32px;
        margin-bottom: 0px;
    }

    .community-slide h2.section-title {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .community-box h3.section-subtitle {
        margin: 10px 0;
    }

    .community-box {
        /*    margin-top: 40px;*/
    }

    .community-box .community-info {
        font-size: 16px;
        max-height: 130px;
    }

    a.community-link {
        font-size: 16px;
    }

    .testimonial-content p {
        font-size: 36px;
        line-height: 1.5;
    }

    .inner-hero-wrapper h1 {
        font-size: 54px;
    }

    .community-list-wrapper .community-info h3.community-name {
        font-size: 21px;
        margin: 0 0 10px;
    }

    .community-list-wrapper .community-info span.starting-price {
        margin-bottom: 15px;
    }

    .community-filter select,
    input.price-input {
        padding: 12px 25px;
    }

    a.cb-btn.community-filters-reset {
        padding: 12px 25px;
        margin: 0;
    }

    .slider-close {
        right: calc(50% - 600px);
    }

    .content-block.block-type-cta:before,
    .content-block.features-block:before,
    .home-hero-block + .content-block.features-block + .image-text-block .single-it-section:first-child:before {
        width: 300px;
        height: 300px;
        left: -180px;
        top: -170px;
    }

    body.page-template-page-acquisitions .communities-section:before {
        left: -550px;
        top: -350px;
        width: 650px;
        height: 650px;
    }

    .contact-right {
        width: 65%;
    }

    .single-feature {
        font-size: 36px;
    }

    .section-content,
    h3.featurs-tagline {
        font-size: 16px;
    }

    a.cb-btn {
        font-size: 14px;
        line-height: 1.2;
    }

    .home-hero-block + .content-block.features-block + .image-text-block .single-it-section.image-position-right .image-section:before,
    body.page-template-page-strategy .image-text-block .image-position-right .image-section:before,
    body.page-template-page-acquisitions .block-type-inner-hero + .block-flexible-text:after,
    .content-block.block-type-video-slider:after,
    body.page-template-page-contact .contact-section:before,
    .page-template-page-core-values .single-it-section.image-position-right:first-child .image-section:before {
        width: 172px;
        height: 172px;
    }

    .home-hero-block + .content-block.features-block + .image-text-block .single-it-section.image-position-right .image-section:before,
    body.page-template-page-strategy .image-text-block .image-position-right .image-section:before {
        bottom: -81px;
    }

    .page-template-page-core-values .single-it-section.image-position-right:first-child .image-section:before {
        bottom: -71px;
    }

    h2.section-title {
        font-size: 42px;
    }

    h4.section-tagline {
        font-size: 20px;
    }

    .featured-community-slider ol.flex-control-nav {
        bottom: 75px;
    }

    .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 {
        width: 300px;
        height: 300px;
    }

    .content-block.block-type-inner-hero:before {
        left: -180px;
        bottom: -170px;
    }

    .single-post-meta .post-date,
    .single-post-meta .post-cat {
        font-size: 16px;
    }

    h1.single-post-title {
        font-size: 44px;
    }

    .home-hero-block + .content-block.features-block + .image-text-block .single-it-section:first-child:before {
        left: -180px;
        bottom: -160px;
    }

    .community-info-wrap a.community-link:after {
        top: 3px;
    }

    .inner-hero-wrapper h1 {
        font-size: 50px;
    }

    .tile-icon-wrapper {
        width: 90px;
        height: 90px;
    }

    .content-block.features-block:before {
        left: auto;
        top: auto;
        right: -120px;
        bottom: -140px;
    }

}

@media screen and (max-width:1400px) {
    .single-it-section .image-section {
        width: calc(50% - 30px);
        margin-right: 30px;
}
    .text-section {
    width: calc(50% - 30px);
    margin-left: 30px;
}
    .image-text-content-wrapper {
    max-width: 520px;
}
    .single-it-section.image-position-right .image-section {
    margin-left: 30px;
}
    .single-it-section.image-position-right .text-section {
    padding-left: calc(50% - 520px);
    margin-right: 30px;
}
    .container {
    max-width: 1040px;
}
    .cta-wrapper .container {
    max-width: 1040px;
}
    .footer-contact, .footer-address {
    padding-left: 0px;
}
    .footer-social {
    font-size: 14px;
    padding-left: 0px;
}
    .footer-right ul.menu {
    padding-left: 20px;
    margin-top: 95px;
}
    .footer-right ul.menu > li.menu-item a {
    font-size: 12px;
}
    .footer .container, .footer-bottom .container {
    max-width: 95%;
}
    h3.tile-title {
    font-size: 21px;
}
    .tile-content {
    font-size: 16px;
}
    .featured-communities, .search-communities {
    padding: 60px 30px 90px;
}
    .video-slider-outer {
    max-width: 800px;
}
    .content-block.block-type-inner-hero {
    min-height: 480px;
}
    .container.flex-container {
        overflow: hidden;
    }
    .block-type-cta .container.flex-container {
        overflow: visible;
    }
    
    .communities-loop {
    width: 55%;
}
    .communities-map {
    width: 45%;
}
    .community-list-wrapper .community-img {
    width: 30%;
    }
    .community-list-wrapper .community-info {
    padding: 20px;
    width: 70%;
}
    .initial-section .container {
    max-width: 1040px;
}
    .slider-close {
        right: calc(50% - 490px);
    }
    body.single-post .page-content {
    padding-top: 150px;
}
    h1.single-post-title {
    font-size: 48px;
}
    .footer-right ul.menu > li.menu-item { 
        padding: 0 30px;
    }
    .video-gallery-slider .flex-direction-nav .flex-next {
    right: calc(50% - 675px) !important;
    width: calc(50vw - 480px);
    }
    .video-gallery-slider .flex-direction-nav .flex-prev {
    left: calc(50% - 675px) !important;
    width: calc(50vw - 480px);
}
    .community-filter {
    width: calc(25% - 20px);
    margin: 0 10px;
    }
    .view-toggle {
    font-size: 14px;
    }
    a.contact-no, a.contact-email {
    font-size: 16px;
}
    .address {
    font-size: 16px;
}
    .hours-info {
    font-size: 16px;
}
    .content-block.block-type-cta:before {
    left: -270px;
}
    h1.single-post-title {
    font-size: 44px;
}
    
}

@media screen and (max-width:1200px) {
    .container {
    max-width: 960px;
}
    .content-blocks {
    overflow-x: hidden;
    width: 100%;
}
    
    h1.hero-title {
    font-size: 42px;
}
    .image-text-content-wrapper {
    max-width: 430px;
            padding: 50px 0 50px;
}
    h2.section-title {
    font-size: 36px;
    margin-bottom: 20px;
}
    h4.section-tagline {
    margin: 0 0 20px;
    font-size: 21px;
}
    .single-it-section.image-position-bg-img .text-section .image-text-content-wrapper {
    padding: 60px 0 10px;
}
    .single-it-section.image-position-right .text-section {
    padding-left: calc(50% - 450px);
}
    .cta-wrapper .container {
    max-width: 960px;
}
    .team-member-outer.container {
    max-width: 960px;
    margin-bottom: 60px;
}
    body.single-team .page-content {
    padding-top: 150px;
}
    .blog-post-grid .alm-reveal li.single-post {
    width: calc(50% - 50px);
}
    body.single-post .page-content .container {
    max-width: 960px;
}
    h1.single-post-title {
    font-size: 36px;
}
    .single-post-img img {
    height: 320px;
}
    .rp-group-wrapper {
        padding: 0 20px;
    }
    .footer-left {
    width: 100%;
    text-align: center;        
    padding: 0;
    border: 0;
}
    .footer-right {
    width: 100%;
}
    .content-block.block-type-cta:before, .content-block.features-block:before, .home-hero-block + .content-block.features-block + .image-text-block .single-it-section:first-child:before {
    width: 230px;
    height: 230px;
}
    .home-hero-block + .content-block.features-block + .image-text-block .single-it-section.image-position-right, body.page-template-page-strategy .image-text-block .image-position-right {
    padding: 75px 0 82px;
}
    .home-hero-block + .content-block.features-block + .image-text-block .single-it-section:first-child:before {
    bottom: -50px;
}
    .cta-wrapper .container {
    max-width: 100%;
    padding: 0 0 0 20px;
}
    .cta-foreground .foreground-img{
    width: 100%;
}
    .hero-wrapper{
     min-height: 70vh;
}
    .block-featured-communities .initial-section .container, li.community-slide .container {
    max-width: 960px;
}
    .flexslider .slides img{
    max-height: 350px;
}
    .content-block.block-type-teams{
    padding: 0px;
}
    body.page-template-page-our-team .content-block.block-type-teams {
    margin-bottom: 20px;
}
    .content-block.block-type-inner-hero{
    margin-bottom: 50px;
}
    li.single-video-slide .video-bg{
    margin: 0 25px;
}
    .video-gallery-slider .flex-direction-nav .flex-prev {
    left: calc(50% - 475px) !important;
}
    .video-gallery-slider .flex-direction-nav .flex-next {
    right: calc(50% - 475px) !important;
}
}




@media screen and (max-width:992px) {
    .single-it-section .image-section {
    width: 100%;
}
    .single-it-section .image-section {
    width: 100%;
    height: 50vw;
            margin: 0;
}
    .text-section {
    width: 100%;
    margin: 0 0 50px;
    padding: 0 20px;
}
    .image-text-content-wrapper {
    max-width: 100%;
    padding: 40px 0 0;
}
    .single-it-section.image-position-right .image-section {
    margin-left: 0;
    order: 1;
}
    .single-it-section.image-position-right .text-section {
    padding: 0 20px;
    width: 100%;
    order: 2;
            margin: 0;
}
    .content-block.features-block {
    padding: 30px 0;
}
    .single-feature {
    padding: 5px 30px;
    min-width: 200px;
}
    li.community-slide .container {
    padding: 40px 20px;
        text-align: center;
}
    .featured-community-slider ol.flex-control-nav {
    margin-left: 0;
    max-width: 100%;
}
    .footer-right ul.menu {
    padding-left: 0;
    margin-top: 50px;
}
    .container {
    max-width: 720px;
}
    .single-tile {
    padding: 0 15px;
    }
    .testimonial-content:before {
    font-size: 120px;
    line-height: 100px;
    left: calc(50% - 25px);
}
    .testimonial-content{
    padding-left: 0;
    padding-top: 40px;
} 
    .testimonial-info {
    padding-left: 0;
}
    .testimonial-info h3.section-subtitle {
    margin-bottom: 10px;
    font-size: 24px;
    margin-top: 20px;
}
    .cta-wrapper .container {
    max-width: 720px;
}
    .cta-content {
    width: 100%;
    padding: 30px 0;
}
    .cta-foreground {
    width: 400px;
    height: 35vh;
    display: block;
    margin: 0 auto;
}
    .single-number .number-section {
    width: 100%;
}
    .block-type-numbers .numbers .single-number {
    padding: 20px;
    flex-flow: column;
}
    .single-number .content-section {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 15px;
}
    .single-team-member {
    width: 50%;
}
    .communities-loop {
        order: 2;
    width: 90%;
    margin: 0 auto;
}
    .communities-map {
    width: 90%;
    height: 50vw;
    margin: 0 auto 25px;
}
    .community-list-wrapper.type-grid .communities-loop .single-community {
    width: calc(50% - 40px);
    }
    .contact-left {
    width: 100%;
    padding-right: 0;
    text-align: center;
}
    .contact-right {
    width: 100%;
    padding-left: 0;
    margin-top: 45px;
    text-align: center;
}
    .contact-section {
    padding: 40px 0;
    overflow: hidden;
}
    .job-left {
    padding-right: 10px;
}
    .job-right {
    padding-left: 10px;
}
    .job-form-row.col-3 .job-form-field, .job-form-row.col-2 .job-form-field {
    width: 100%;
}
    .jobs-inner-hero > span.other-info {
    font-size: 18px;
}
    .jobs-inner-hero > span.other-info strong {
    padding-top: 5px;
    padding-bottom: 5px;
}
    .single-job span.date-posted {
    float: none;
    display: block;
    margin-top: 5px;
}
    .single-it-section{
    padding: 50px 0 0;
}
    .cta-foreground .foreground-img{
    width: calc(100% + (50vw - 200px));
}
    .header a.cb-btn {
    min-width: 170px;
}
    .home-hero-block + .content-block.features-block + .image-text-block .single-it-section:first-child:before {
    bottom: -130px;
}
    .home-hero-block + .content-block.features-block + .image-text-block .single-it-section.image-position-right .image-section:before, body.page-template-page-strategy .image-text-block .image-position-right .image-section:before, body.page-template-page-acquisitions .block-type-inner-hero + .block-flexible-text:after, .content-block.block-type-video-slider:after, body.page-template-page-contact .contact-section:before {
    width: 132px;
    height: 132px;
}
    .home-hero-block + .content-block.features-block + .image-text-block .single-it-section.image-position-right .image-section:before, body.page-template-page-strategy .image-text-block .image-position-right .image-section:before {
    bottom: -40px;
}
    .home-hero-block + .content-block.features-block + .image-text-block .single-it-section.image-position-right, body.page-template-page-strategy .image-text-block .image-position-right {
    padding: 50px 0;
}
    .content-block.block-type-cta:before, .home-hero-block + .content-block.features-block + .image-text-block .single-it-section:first-child:before{
        top: -70px;
    }
    .content-block.features-block:before{
        top: auto;
    }
    .slider-close {
    right: 20px;
}
    .community-slide h2.section-title, li.community-slide .container {
    text-align: left;
}
    .cta-foreground {
    width: 100%;
}
    .cta-wrapper .container {
    max-width: 100%;
}
    .footer-right ul.menu > li.menu-item{
    width: 33.33%;
}
    .footer-bottom .container{
    text-align: center;
    border-top: 1px solid;
}
    .content-block.block-type-inner-hero{
    padding: 0 0 40px;
    flex-flow: column;
}
    .content-block.block-type-inner-hero .inner-hero-image{
        order: 1;
    }
    .content-block.block-type-inner-hero .container{
        order: 2;
        padding-top: 40px;
    }
    .inner-hero-wrapper.col-7 {
    width: 100%;
}
    .content-block.block-type-inner-hero:before {
    bottom: -210px;
}
    .inner-hero-image {
    width: 100%;
    position: relative;
}
    .awards-list {
    padding: 0px 0 50px;
}
    .single-award{
    display: block;
}
    .award-content {
    width: 100%;
    padding-right: 0;
}
    .award-image{
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
}
    .image-wrapper {
    text-align: center;
}
    .filter-reset {
    width: 100%;
}
    .community-filter {
    width: calc(25% - 10px);
    margin: 0 10px 15px;
}
    .content-block.communities-section {
    padding-top: 50px;
}
    .community-info-left, .community-info-right{
    width: 48%;
    padding-right: 20px;
}
    .inner-hero-wrapper h2{
        padding-right: 0px;
    }
    .mobile-cta{
        display: none;
    }
    h2.section-title br{
        display: none;
    }
    h2.section-title{
        font-size: 30px;
    }
    .block-type-video-slider h2.section-title{
        padding-bottom: 0;
    }
    body.page-template-page-competency .content-block.block-type-numbers {
        margin-bottom: 100px;
    }
    .content-block.block-type-video-slider:after{
        top: -71px;
    }
    .video-gallery-slider .flex-direction-nav .flex-prev {
    left: calc(50% - 340px) !important;
    width: calc(50vw - 280px);
}
    .video-gallery-slider .flex-direction-nav .flex-next {
    right: calc(50% - 340px) !important;
    width: calc(50vw - 280px);
}
    a.cb-btn:before {
    margin-top: -2px;
}
}




@media screen and (max-width:767px) {
    .header .header-container {
    padding: 10px 20px;
}
    .single-value {
    width: 100%;
    max-width: 100%;
}
    .single-it-section.image-position-bg-img {
    margin-bottom: 0;
    margin-top: 0;
}
    .single-feature {
    border-right: none;
    padding: 10px;
    width: 100%;
}
    .featured-communities, .search-communities {
    width: 100%;
    border: none;
    padding: 40px 20px;
}
    .initial-section {
    padding: 50px 0;
}
    .slider-close {
    right: 10px;
    top: 10px;
}
    .community-box {
    padding: 20px 25px;
}
    .community-box .community-info {
    max-height: 130px;
    overflow: hidden;
    margin-bottom: 20px;
}
    .testimonial-content p {
    font-size: 22px;
}
    .testimonial-info {
    margin-bottom: 25px;
}
    .footer-right ul.menu > li.menu-item {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
            padding: 0;
}
    .footer-right ul.menu > li.menu-item ul.sub-menu {
    padding: 0;
    margin-top: 20px;
}
    .footer-bottom {
    text-align: center;
}
    .header-cta {
    display: none;
}
    .container {
    padding: 0 20px;
}
    .block-flexible-text .container {
    padding: 45px 20px;
}
    .single-tile {
    width: 100% !important;
}
/*
    .content-block {
    overflow: hidden;
}
*/
    .inner-hero-wrapper h1 {
    font-size: 42px;
}
    .block-type-numbers .numbers .single-number {
    width: 100%;
    border: none;
    margin-top: 0;
}
    li.single-video-slide .video-bg {
        margin: 0 25px;
    }
    .text-section {
        margin: 0;
    }
    .single-it-section {
    padding: 20px 0;
}
    .content-block.block-type-teams {
    padding: 45px 0;
}
    .single-team-member {
    width: 100%;
    margin-bottom: 30px;
}
    .community-filter {
    width: 100%;
    margin: 0 0 20px;
}
    .community-list-wrapper .community-img {
    width: 100%;
    height: 50vw;
}
    .community-list-wrapper .community-info {
    padding: 20px;
    width: 100%;
}
    .community-info-left, .community-info-right {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
    .single-community {
    margin-bottom: 30px;
}
    .communities-loop {
    height: auto;
    max-height: none;
}
    .community-list-wrapper.type-grid .communities-loop .single-community {
    width: 100%;
}
    .blog-posts-filters .category-option, .blog-posts-filters .search-form, .post-sidebar .search-form {
    width: 100%;
    margin-bottom: 15px;
}
    .blog-post-grid .alm-reveal li.single-post {
    width: 100%;
}
    .post-date {
    width: 100%;
}
    .post-cat {
    width: 100%;
}
    .single-post-header {
    flex-flow: column;
    margin-bottom: 30px;
}
    .single-post-heading {
    width: 100%;
    order: 2;
    padding: 0;
}
    .single-post-img {
    width: 100%;
}
    body.single-post .page-content {
    padding-top: 150px;
}
    .single-post-body .post-content {
    width: 100%;
    padding-right: 0;
}
    .post-sidebar {
    width: 100%;
    margin-top: 50px;
}
    .posts-slider.flexslider {
    padding: 0;
}
    .rp-group-wrapper .single-related-posts {
    width: 100%;
    margin: 0 0 15px;
}
    .community-finder.active {
    min-height: 190px;
}
    .community-finder .single-community {
    margin-bottom: 0;
}
    .team-member-content {
    width: 100%;
    padding-left: 0;
}
    .member-headshot {
    height: 100vw;
    width: 100%;
    margin-bottom: 30px;
}
    .footer-right ul.menu > li.menu-item:first-child {
    padding-left: 0;
}
    .footer-contact, .footer-address, .footer-social {
    padding-left: 0;
}
    .filter-reset {
    width: 100%;
}
    .view-toggle {
    display: none;
}
.award-content {
    width: 100%;
    order: 2;
    padding: 0;
}
    .award-image {
    width: 100%;
    padding: 0;
}
    .award-image img {
    max-width: 100%;
}
    .awards-list {
    padding: 40px 0;
}
    li.acquisition-filter {
    width: auto;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    padding: 10px 15px;
    margin: 5px;
}
    ul.acquisition-filters {
    text-align: center;
}
    .formmangr-row input.formmangr-input, .formmangr-row select, .formmangr-row textarea, .formmangr-row .formmangr-form-dd {
    -webkit-appearance: none !important;
}
    .logo-section img {
    max-width: none;
    object-fit: contain;
    object-position: left center;
}
    .menu-burger-section {
    float: none;
}
    .logo-section {
    width: calc(100% - 55px);
}
    .home-hero-block.fixed-text .hero-wrapper {
    padding-top: 0;
        margin-bottom: 30px;
}
    
.home-hero-block.fixed-text .hero-wrapper .container > .hero-content {
    padding-top: 120px;
}
    .copyright-text, .policy-nav {
    margin: 0 auto;
}
    
.policy-nav a.policy-nav-item {
    padding: 0 15px;
    margin: 5px 0;
    display: block;
}
    .policy-nav a.policy-nav-item {
    border-right: 0;
}
    .flex-direction-nav .flex-prev {
    left: 20px;
    opacity: 1;
}
    .flex-direction-nav .flex-next {
    right: 20px;
    opacity: 1;
}
/*
    input.special-community-finder {
    text-align: left;
}
*/
    .jobs-inner-hero > span.other-info > span {
    display: block;
}
    .job-left, .job-right {
    width: 100%;
    padding: 0;
}
    .single-job h4.section-tagline {
    font-size: 14px;
    }
    .job-listing-filters select {
    display: block;
    margin: 0 auto 14px;
}
    .job-listing-filters .apply-job-filters {
    margin: 0 auto;
    display: block;
    max-width: 200px;
}
   .cta-foreground .foreground-img{
    width: calc(100% + (50vw - 170px));
}
    .cta-foreground input.special-community-finder{
    width: 100%;
}
    .community-finder .community-list {
    width: 90%;
    margin: 0 15px;
}
    .community-finder .community-list > i{
    top: -51px;
    right: 0;
    background: #fff;
    padding: 14px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
    .home-hero-block .community-finder .community-list > i {
    top: -49px;
    padding: 12px 15px;
}
    .hero-wrapper {
    min-height: 90vh;
}
    .single-it-section.image-position-right .image-section {
    border-radius: 100px 0 0 0;
}
    .single-it-section .image-section{
    border-radius: 0 100px 0 0;
}
    .community-info-wrap {
    display: block;
}
    .flexslider .slides img{
    max-width: 100%;
}
    .cta-foreground{
    height: 25vh;
}
    .footer-right ul.menu > li.menu-item:before{
    display: none;
}
    .footer-bottom .community-icons{
    width: 100%;
    margin-top: 30px;
}
    .job-listing-filters select{
    width: 100%;
    max-width: 250px;
}
    .content-block.block-type-inner-hero {
    min-height: 400px;
}
    .community-list-wrapper .community-info h3.community-name{
    text-align: center;
}
    .formmangr-col {
    width: 100%;
    padding: 0;
}
    body.page-template-page-contact .contact-section:before,
    body.page-template-page-acquisitions .block-type-inner-hero + .block-flexible-text:after{
    display: none;
}
    body.page-template-page-acquisitions .communities-section:before{
    left: -320px;
    top: 0px;
    width: 350px;
    height: 350px;
} 
    .content-block.block-type-inner-hero + .image-text-block > .single-it-section {
    padding-bottom: 0;
}
/*
    .content-block.block-featured-communities{
    padding-bottom: 70px;
}
*/
    .home-hero-block + .content-block.features-block + .image-text-block .single-it-section.image-position-right .image-section:before, body.page-template-page-strategy .image-text-block .image-position-right .image-section:before, body.page-template-page-acquisitions .block-type-inner-hero + .block-flexible-text:after, .content-block.block-type-video-slider:after, body.page-template-page-contact .contact-section:before {
    width: 100px;
    height: 100px;
}
    .home-hero-block + .content-block.features-block + .image-text-block .single-it-section.image-position-right .image-section:before, body.page-template-page-strategy .image-text-block .image-position-right .image-section:before {
    left: 70%;
}
    .content-block.block-type-cta:before, .content-block.features-block:before, .home-hero-block + .content-block.features-block + .image-text-block .single-it-section:first-child:before {
    width: 200px;
    height: 200px;
}
    .home-hero-block + .content-block.features-block + .image-text-block .single-it-section:first-child:before {
    bottom: -110px;
    left: -160px;
}
    .single-team-member {
    margin-bottom: 0px;
}
    .content-block.block-type-teams .section-content{
    margin-bottom: 0;
}
    .jobs-inner-hero > span.other-info strong:after{
    display: none;
}
    .jobs-inner-hero > span.other-info strong{
    padding-left: 0;
}
    .jobs-inner-hero > span.other-info br {
    display: none;
}
    .mobile-cta {
    display: block;
}
    .mobile-cta .header-cta-wrapper {
    text-align: center;
}
    .mobile-cta .header-cta-wrapper a.cb-btn {
    margin: 10px auto;
}
    .hero-wrapper .community-finder{
    margin: 30px auto 0;
}
    span.scroll-trigger{
    bottom: 105px;
}
    body.page-template-page-competency .content-block.block-type-numbers {
    margin-bottom: 50px;
}
    .content-block.block-type-video-slider:after {
    top: -41px;
    left: 15%;
}
    .content-block.block-type-video-slider .container {
    padding-bottom: 200px;
}
    .video-slider-outer-wrapper {
    margin-top: -200px;
}
    .video-gallery-slider .flex-direction-nav .flex-prev {
    left: calc(50% - 150px) !important;
    width: calc(50vw - 150px);
    top: 20px;
}
    .video-gallery-slider .flex-direction-nav .flex-next {
    right: calc(50% - 150px) !important;
    width: calc(50vw - 150px);
    top: 20px;
}
    .image-text-content-wrapper h4.section-tagline {
    padding-right: 20px;
}
    .content-block.block-type-video-slider{
    margin-top: 50px;
}
    .community-list-wrapper.type-grid .community-info-left {
    padding-right: 0;
}
    .community-list-wrapper.acquisition .community-info-right{
   padding-right: 0; 
}
    .community-list-wrapper.type-grid .communities-loop{
    padding-bottom: 0;
}
}