/*
Theme Name: Legacy Pm
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;
}
body {
    margin: 0;
    font-family: urw-din, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
}
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: 9999;
}
.header .header-container {
    padding: 0 60px;
    font-size: 0;
}
.logo-section {
    width: 250px;
    display: inline-block;
    vertical-align: middle;
        padding: 14px 0;
}
.logo-section img {
    width: auto;
    height: auto;
    max-height: 70px;
    max-width: 100%;
}


a.cb-btn {
    display: inline-block;
    color: #fff;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 20px;
    position: relative;
    transition: all 0.5s ease 0s;
    margin: 0 5px 5px
}


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


.header-cta {
    float: right;
    padding: 22px 0;
        position: relative;
}
.header-cta-wrapper {
    border-left: 1px solid;
    padding-left: 25px;
}
body a.cb-btn.type-9 {
    background: transparent;
    font-size: 18px;
}
.nav-section {
    float: right;
    width: auto;
    font-size: 0;
}
.header li.menu-item {
    list-style-type: none;
    display: inline-block;
    padding: 37px 25px;
        position: relative; 
}
.header a.cb-btn {
    margin: 0 5px;
}
.header li.menu-item a {
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    color: #383838;
    line-height: 1;
}
.header ul.menu {
    padding: 0;
        text-align: right;
}
.menu-burger-section {
    display: inline-block;
    float: right;
    width: 40px;
    position: relative;
    margin-left: 15px;
    top: 18px;
}
.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: 5px;
}
.mobile-menu {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    background: #fff;
    z-index: 999;
    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: 21px;
    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: 20px 0;
    width: 230px;
    transition: all 0.5s ease 0s;
    list-style-type: none;
    left: 0;
    border-radius: 10px;
    top: 100%;
        margin-top: 0;
    z-index: -9;
    visibility: hidden;
        text-align: left;
}

body .header a.cb-btn {
    font-size: 16px;
}

.header ul.menu > li:hover ul.sub-menu {
    opacity: 1;
    height: auto;
    background: rgba(255,255,255,0.95);
    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;
    color: #231f20;
    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 20px;
    display: block;
    font-weight: 400;
}
.header ul.menu > li.menu-item > a:after {
    content: "";
    width: 0;
    position: absolute;
    height: 2px;
    left: 0;
    bottom: -12px;
    transition: all 0.5s ease 0s;
}
.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;
        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 a:hover {
    opacity: 0.7;
}


/*===== Home Hero Styles =====*/
.hero-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;
}
.hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
h1.hero-title {
    margin: 0 0 25px;
    font-size: 54px;
}
h2.hero-subtitle {
    font-weight: 400;
    margin: 35px 0 0;
}
.hero-content p {
    line-height: 1.5;
    width: 100%;
    max-width: 900px;
    margin: 25px auto;
}
.content-block.features-block {
    padding: 90px 0;
}
.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: 24px;
}   
.single-feature {
    padding: 5px 50px;
    display: inline-block;
    font-size: 27px;
    border-right: 1px solid;
    min-width: 250px;
}
.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: 35px 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: 36px;
    font-weight: 700;
}
.value-description p {
    font-size: 20px;
    line-height: 1.8;
}
/*===== Image-text-section =======*/
.single-it-section {
    padding: 50px 0;
        display: flex;
    flex-flow: wrap;
    position: relative;
    z-index: 9;
        overflow: hidden;
}

.single-it-section .image-section {
    width: calc(50% - 50px);
    background-size: cover;
    background-position: center;
        margin-right: 50px;
        box-shadow: 6px 13px 20px #E6E6E6;
    height: 34vw;
}
.text-section {
    width: calc(50% - 50px);
    margin-left: 50px;
}
.image-text-content-wrapper {
    width: 100%;
    max-width: 650px;
        padding: 60px 0 90px;
}
h4.section-tagline {
    margin: 0 0 25px;
    text-transform: uppercase;
    font-size: 24px;
}
h2.section-title {
    margin: 0 0 35px;
    font-size: 48px;
}
.section-content {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 25px;
}
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%;
}



.content-block.block-featured-communities {
    position: relative;
    overflow: hidden;
}
.initial-section {
    position: relative;
    padding: 125px 0;
        transition: all 0.5s ease 0s;
    z-index: 10;
}
.featured-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.85;
}   
.container.flex-container {
    display: flex;
    flex-flow: wrap;
}
.featured-communities, .search-communities {
    padding: 75px 60px 120px;
    text-align: center;
    width: 50%;
    border-right: 1px solid #cdcdcd;
       transition: all 0.5s ease 0s;
}
.search-communities {
    border-right: none;
}
.initial-section h2.section-title {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 100px;
    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: -9;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    margin-top: -5px;
    border-radius: 0 0 15px 15px;
}
.communities-searchbox-list {
    height: auto;
    max-height: 240px;
    overflow: auto;
}
.initial-section h2.section-title:after {
    width: 100px;
    height: 1px;
    position: absolute;
    content: "";
    background: #cdcdcd;
    left: 50%;
    margin-left: -50px;
    bottom: 0;
}
.community-finder.active .community-list {
    z-index: auto;
    visibility: visible;
    opacity: 1;
}
.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;
}
.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%;
}
.slide-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
}
.community-slide-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 0.75;
}
.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;
}
.community-box {
    background: #fff;
    padding: 40px;
    width: 100%;
    max-width: 600px;
    margin-top: 60px;
}
.community-slide h2.section-title {
    font-size: 40px;
        margin-bottom: 15px;
}
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: 20px;
}
a.community-link {
    font-size: 20px;
    font-weight: 600;
}
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: 700;
    right: calc(50% - 700px);
    top: 30px;
    cursor: pointer;
}
.slider-close span {
    display: block;
    transform: rotate(45deg);
}








.content-block.block-testimonials {
    padding: 90px 0;
}
.testimonial-content, .testimonial-info {
    display: block;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 140px;
        position: relative;
}
.testimonial-info h3.section-subtitle {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.testimonial-content p {
    font-size: 48px;
    line-height: 1.5;
}
#testimonials-slider ol.flex-control-nav {
    bottom: -30px;
    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;
}




.cta-wrapper {
    position: relative;
    margin-bottom: 100px;
}
.cta-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 0.9;
}
.cta-content {
    width: 60%;
    padding: 50px 60px 75px 0;
}
.cta-foreground {
    width: 40%;
}
.cta-foreground .foreground-img {
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: translateY(50px);
    box-shadow: 6px 13px 20px #E6E6E6;
}
.cta-wrapper .container {
    max-width: 1240px;
}
h2.section-title span {
    font-weight: 500;
}




.footer-left {
    width: 25%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.footer-right {
    width: 75%;
}
.footer-logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 70px;
    margin-bottom: 20px;
}
.footer-contact a {
    color: #707070;
    font-size: 14px;
    display: block;
    margin: 10px 0;
    font-weight: 700;
}
.footer-contact, .footer-address {
    padding-left: 50px;
}
.footer-address {
    font-size: 14px;
    line-height: 2;
}

.footer-right ul.menu {
    font-size: 0;
    padding-left: 30px;
    margin-top: 105px;
    list-style-type: none;
}
.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;
}
.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: 15px;
    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: 50px;
    text-transform: uppercase;
    margin-top: 20px;
}
a.social-icon {
    display: inline-block;
    margin: 0 8px;
}
.footer-left {
    width: 25%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding-right: 30px;
    border-right: 1px solid #cdcdcd;
}
.footer {
    padding-bottom: 25px;
    padding-top: 45px;
}
.footer .container {
    max-width: 1400px;
}
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;
}
.block-type-inner-hero .container {
    margin-top: 100px;
}
.inner-hero-wrapper h1 {
    font-size: 60px;
    margin: 0 0 20px;
}
.inner-hero-wrapper h2 {
    font-size: 24px;
    font-weight: 500; 
}
.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 {
    background: #F8F8F8;
    padding: 65px 0;
}
.content-block.block-tiles .container {
    justify-content: center;
}
.single-tile {
    padding: 0 45px;
    text-align: center;
    margin: 25px 0;
}
.tile-icon-wrapper {
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto;
    padding: 5px;
    border-radius: 50%;
    margin-bottom: 25px;
    overflow: hidden;
}
h3.tile-title {
    text-transform: uppercase;
    font-size: 24px;
    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;
}
.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;
    border-right: 1px solid #cdcdcd;
    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 .video-gallery-slider .flex-viewport {
    overflow: visible !important;
}
.content-block.block-type-video-slider {
    overflow: hidden;
}


li.single-video-slide .video-bg {
    width: auto;
    padding-bottom: 56.6%;
    position: relative;
    background-size: cover;
    margin: 0 75px;
    box-shadow: 6px 13px 20px #E6E6E6;
}
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: 0.4;
}
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-slider-outer {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}
.video-slider-outer-wrapper {
    padding: 90px 0;
    background: #F8F8F8;
}
.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: 45px 0;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.5;
}
.team-grid {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.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;
}
.single-team-member {
    padding: 5px;
    width: 33.33%;
}
.team-member-headshot {
    padding-bottom: 120%;
    background-size: cover;
    background-position: top center;
    position: relative;
        overflow: hidden;
}
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%)
}
.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: 21px;
    display: inline-block;
    line-height: 1.5;
}
.team-member-info span.member-title {
    font-size: 21px;
    line-height: 1.5;
    font-weight: 600;
    display: block;
}
.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;
}

.awards-list {
    padding: 90px 0;
}
.single-award {
    margin-bottom: 40px;
    display: flex;
    flex-flow: wrap;
}
.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-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: 6px 13px 20px #E6E6E6;
    outline: none !important;
}
.formmangr-row input.formmangr-input::placeholder, .formmangr-row select::placeholder, .formmangr-row textarea::placeholder {
    color: #707070;
}
button.formmangr-button.formmangr-button-submit {
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 13px 30px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 20px;
    cursor: pointer;
}
.content-block.communities-section {
    padding-top: 160px;
}
.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;
}
img.index-img {
    position: absolute;
    top: 10px;
    left: 10px;
}
.single-community a.marker-trigger {
    padding: 0;
}

.single-community.active {
    opacity: 1;
    order: 1;
}
.community-list-wrapper .community-img {
    width: 33.33%;
    overflow: hidden;
    position: relative;
}
.community-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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 .community-info span.starting-price {
    font-size: 18px;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
}
.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;
    font-size: 18px;
}
.community-info-right {
    text-align: center;
}
.community-info-right a.cb-btn {
    display: inline-block;
    padding: 13px 25px;
}
.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 {
    padding: 15px 30px;
    border: none;
    -webkit-appearance: none;
    width: 100%;
    border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #707070;
    background: transparent;
    outline: none !important;
}
.community-filters {
    font-size: 0;
    text-align: center;
    margin-bottom: 30px;
}
.community-filter {
    width: calc(25% - 40px);
    display: inline-block;
    margin: 10px 20px;
    background: #EDEDED;
    border-radius: 30px;
    vertical-align: middle;
    
}
.community-filter.search-wrap input.community-page-search {
    padding: 15.5px;
    width: 100%;
    background: transparent;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.single-community.bed-inactive,
.single-community.amnety-inactive,
.single-community.price-inactive {
    display: none;
}

.filter-reset {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
}
a.cb-btn.community-filters-reset {
    border-radius: 20px;
    display: inline-block;
    vertical-align: middle;
}
.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;
    text-align: left;
}
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: 20px;
    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;
    left: 7px;
}
.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;
    border: 1px solid #E3E3E3;
    display: flex;
    flex-flow: column;
}
.blog-post-grid .alm-reveal li.single-post .single-featured-image img {
    width: 100%;
    display: block;
    position: relative;
    height: 300px;
    object-fit: cover;
}
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: 15px;
    font-weight: 500;
    width: 120px;
}
.blog-posts-section .container {
    max-width: 1400px;
}
.post-cat {
    font-size: 15px;
    font-weight: 500;
    width: calc(100% - 120px);
    position: relative;
}
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;
}
.single-post-img {
    width: 50%;
}
.single-post-img img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}
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: 13px;
    margin-right: 10px;
}
.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: 500;
}
.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 {
    border: 1px solid #E3E3E3;
    margin-bottom: 40px;
}
.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: 10px 0 15px;
        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 20px;
}
.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;
}

.rp-group-wrapper a.read-more-link {
    text-transform: uppercase;
    margin-top: 15px;
    display: block;
    font-weight: 700;
    font-size: 15px;
}
.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%;
    background: #787878;
    position: absolute;
}
.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: 13px;
}
.posts-slider.flexslider ul.flex-direction-nav a.flex-next::after {
    transform: rotate(135deg);
    left: auto;
    right: 13px;
}
.posts-slider.flexslider ul.flex-direction-nav {
    display: block;
}
h2.rp-title {
    margin: 0 0 40px;
    font-size: 30px;
}
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;
}
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 .community-icons {
    display: inline-block;
    vertical-align: middle;
    padding: 15px 0;
}
.footer-bottom .container {
    max-width: 1400px;
    border-top: 1px solid #cdcdcd;
}
.copyright-text {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    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;
}
.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: 400;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 2;
    padding: 6px;
    position: absolute;
    left: 0;
    top: -43px;
    border-radius: 10px;
    outline: none !important;
}
.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: -28px;
    right: 12px;
}



@-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;
}
.header ul.menu > li.menu-item.menu-item-has-children > a:before {
    position: absolute;
    content: "\f0d7";
    right: -13px;
    top: 2px;
    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;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    z-index: 999;
    bottom: 50px;
    left: 50%;
    cursor: pointer;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    -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;
}
.hero-type-single-image span.scroll-trigger {
    bottom: 90px;
}

@-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: 24px;
        text-transform: capitalize;
}
.jobs-inner-hero > span.other-info strong {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    line-height: 1;
    padding-left: 30px;
    margin-left: 30px;
    position: relative;
}
.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: #000;
    transform: rotate(45deg);
}
.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;
}
.job-form-field {
    width: 100%;
    position: relative;
    margin: 0 10px 15px;
}
.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-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: 6px 13px 20px #E6E6E6;
    outline: none !important;
    position: relative; 
}
.job-form-field.upload-field label {
    position: relative; 
    top: auto;
    left: auto;
    display: block;    
    padding: 15px 25px;
    line-height: 1.5;
    box-shadow: 6px 13px 20px #E6E6E6;
}
.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: 13px 30px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 20px;
    cursor: pointer;
}
.single-job h4.section-tagline {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
}
.single-job span.date-posted {
    float: right;
}
.clearfix:after {
    display: table;
    content: " ";
    clear: both;
}
.job-listing-filters {
    display: block;
    margin-bottom: 50px;
}
.job-listing-filters select {
    padding: 12.5px 10px;
    font-size: 16px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    min-width: 200px;
}
.acquisition .community-icons {
    margin: 10px 0;
}

@media screen and (max-width: 1600px) {
    .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 40px;
    font-size: 0;
}
    body .header a.cb-btn.type-9 {
    font-size: 14px;
}
    h1.hero-title {
    margin: 0 0 20px;
    font-size: 48px;
}
    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);
}
    .image-text-content-wrapper {
    max-width: 590px;
    padding: 50px 0 75px;
}
    .featured-communities, .search-communities {
    padding: 60px 60px 90px;
}
    .initial-section h2.section-title {
    font-size: 36px;
    margin-bottom: 80px;
}
    .community-slide h2.section-title {
    font-size: 36px;
    margin-bottom: 10px;
}
    .community-box h3.section-subtitle {
    margin: 10px 0;
    font-size: 21px;
}
    .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);
    }
}

@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: 10px;
}
    .footer-social {
    font-size: 14px;
    padding-left: 10px;
}
    .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% - 520px);
    }
    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;
}
}

@media screen and (max-width:1200px) {
    .container {
    max-width: 960px;
}
    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%;
}
}

@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: 35px 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;
}
    .community-box {
    margin: 25px auto 0;
}
    .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;
}
    .testimonial-content, .testimonial-info {
    padding-left: 60px;
}
    .cta-wrapper .container {
    max-width: 720px;
}
    .cta-content {
    width: 100%;
    padding: 30px 0;
}
    .cta-foreground {
    width: 400px;
    height: 400px;
    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;
}
}

@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;
    border-bottom: 1px solid;
    padding: 20px 10px;
    width: 100%;
}
    .featured-communities, .search-communities {
    width: 100%;
    border: none;
            padding: 20px 0;
}
    .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;
}
    .initial-section h2.section-title {
    margin-bottom: 50px;
}
    .testimonial-content p {
    font-size: 24px;
}
    .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;
}
    .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;
}
    span.scroll-trigger {
    display: none;
}
    .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;
    padding: 6px 12px;
}
    .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;
}
}