.contact-section__bg {
    height: calc(100% - -60px);
}

.strong {
    font-weight: 500;
}

.leaflet-container .leaflet-marker-pane img {
    height: 31px !important;
}

/* top-bar */
.top-bar address .top-bar__item-border__icon {
    width: 22px;
    min-width: 22px;
    height: 22px;
}

.top-bar address a:hover {
    color: #1E6BAF;
}

.top-bar address .top-bar__item-border__icon i {
    font-size: 12px;
}

.top-bar address .top-bar__item-border__icon i.icon-mail {
    font-size: 10px;
}

.top-bar .social-media__item {
    width: 22px;
    min-width: 22px;
    height: 22px;
}

.top-bar .social-media__item i {
    font-size: 12px;
}

.top-bar .social-media__item:hover {
    color: #31932E;
}

/* text-section, standard-format */
.text-img-full {
    height: 308px;
    width: 1310px;
    max-width: 100%;
    object-fit: cover;
    margin: 45px 0 30px;
}

.standard-format ul,
.standard-format ol {
    font-size: 16px;
}

.standard-format ul>li::before {
    content: '\e865';
    font-family: 'fontello';
}

.standard-format i {
    font-style: italic;
}

.standard-format h3 {
    font-size: 20px;
}

.standard-format h4 {
    font-size: 18px;
}

.standard-format b {
    font-weight: 500;
}

.standard-format table tr {
    border: none;
}

.standard-format table td {
    padding: 20px 15px;
    border: 1px solid #ddd;
}

.standard-format ul li,
.standard-format ol li {
    font-weight: 300;
}

.standard-format span.primary {
    color: #31932E;
}

.standard-format span.secondary {
    color: #1E6BAF;
}

.standard-format span.third {
    color: #E5352D;
}

/* text-section, standard-format - end */

/* DESKTOP NAV */
.nav-desktop ul.menu>li {
    margin-right: 0;
}

.nav-desktop ul.menu li {
    position: relative;
}

.nav-desktop ul.menu li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    transition: all 0.3s ease;
}

.nav-desktop ul.menu li:nth-child(3n+1)::after,
.nav-desktop ul.menu>li:nth-child(3n+1) ul.sub-menu li::after {
    background-color: #31932e;
}

.nav-desktop ul.menu li:nth-child(3n+2)::after,
.nav-desktop ul.menu>li:nth-child(3n+2) ul.sub-menu li::after {
    background-color: #1E6BAF;
}

.nav-desktop ul.menu li:nth-child(3n+3)::after,
.nav-desktop ul.menu>li:nth-child(3n+3) ul.sub-menu li::after {
    background-color: #E5352D;
}

.nav-desktop ul.menu li>a {
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.nav-desktop ul.menu li:hover:after {
    width: 100%;
}

.nav-desktop ul.menu li ul.sub-menu li {
    display: inline-block;
}



/* FOOTER MODS */
.footer .col--links .btn {
    border: none !important;
    background-color: #1E6BAF !important;
}

.footer .col--links .btn:hover {
    background-color: #164a82 !important;
}

@media (max-width: 1479.98px) {
    .footer .col--text {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        padding: 10px 0;
    }

    .footer .col--links {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .footer .col--links {
        flex-direction: column;
    }

    .footer .col--links ul.menu {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 575.98px) {
    .footer .col--text {
        padding: 10px 65px;
    }
}

/* HOME */
@media (min-width: 1200px) {
    .text-section--home-2::after {
        background-position: 0% 100%;
        width: clamp(400px, 45vw, 760px);
    }
}

.text-section--home-3::after {
    width: clamp(400px, 56.25vw, 1080px);
    background-position: 50% 0;
}

/* CTA SECTION */
.cta-box__btn-wrapper .btn--sm {
    padding: 8px 24px;
}

.cta-box__btn-wrapper .btn--sm:after {
    top: 0;
    width: 25px;
}

/* OFFER TILES - tmeplate offer content  */
.offer-tiles .row {
    justify-content: flex-start;
}

/* PRIVACY POLICY */
.privacy-policy>ul>li::before {
    content: "";
}

.privacy-policy>ul>li {
    >ol {
        padding-top: 15px;
    }
}

.privacy-policy ol {
    list-style: decimal;
}

.privacy-policy ol li {
    display: block;
    text-align: left;
    padding-left: 15px;
    position: relative;
}

.privacy-policy ol li::before {
    position: absolute;
}

.privacy-policy ol ol {
    margin-top: 16px;
}

.privacy-policy ol.upper-alpha,
.privacy-policy ol.lower-alpha {
    counter-reset: alpha;
}

.privacy-policy ol.upper-alpha>li,
.privacy-policy ol.lower-alpha>li {
    display: block;
}

.privacy-policy ol.upper-alpha>li::before,
.privacy-policy ol.lower-alpha>li::before {
    content: counter(alpha, upper-alpha) ". ";
    counter-increment: alpha;
    left: 0;
}

.privacy-policy ol.lower-alpha>li::before {
    content: counter(alpha, lower-alpha) ") ";
}

.privacy-policy a {
    transition: all 0.3s ease-in-out;
}

.privacy-policy a:hover {
    opacity: 0.7;
}

/* PRIVACY POLICY - END */

form label.move-top {
    top: -18px !important;
    left: 0 !important;
}


.social-media svg {
    height: 20px;
    max-width: 20px;
}

.social-media svg path {
    fill: #fff;
}


.page-template-contact .contact-section__bg {
    height: calc(100% + 20px);
}

.home .search-estate {
    box-shadow: 0 0 30px #333;
}

.hero {
    box-shadow: 0 0 30px #333 !important;
}

.hero a {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.hero a:hover {
    opacity: 0.8
}

/*
@media screen and (min-width: 1200px) {
    .hero {
        margin-bottom: -330px;
    }

    .owl-hero .item {
        padding-bottom: 340px;
    }
}

@media screen and (max-width: 1199.98px) {

    .hero {
        height: 500px;
    }

    .owl-hero .item {
        padding-bottom: 100px;
        height: 500px;
    }
}

@media screen and (max-width: 991.98px) {

    .hero {
        height: 400px;
    }

    .owl-hero .item {
        height: 400px;
    }
}

@media screen and (max-width: 767.98px) {

    .hero {
        height: 350px;
    }

    .owl-hero .item {
        padding-bottom: 50px;
        height: 350px;
    }
}*/



.text-section--img-sticky img {
    position: sticky;
    top: 30px;
}

.parent-pageid-2154 .text-section .row {
    align-items: center;
}

.footer__col:nth-child(2) ul li {
    display: flex;
}

/* tiles section */
@media screen and (max-width: 1779.98px) {
    .tiles-section--v2 .tiles-section__tile__title {
        font-size: 28px;
        margin: 24px 15px 20px;
    }

    .tiles-section--v2 .tiles-section__tile .btn {
        margin-left: 15px;
    }
}

@media screen and (max-width: 1479.98px) {
    .tiles-section--v2 .tiles-section__tile__title {
        font-size: 26px;
    }
}

@media screen and (max-width: 1359.98px) {
    .tiles-section--v2 .tiles-section__tile__title {
        font-size: 22px;
    }
}

@media screen and (max-width: 1199.98px) {
    .tiles-section--v2 .tiles-section__tile {
        width: 50%;
        max-width: 50%;
        margin-bottom: 45px;
    }

    .tiles-section--v2 {
        margin-bottom: 40px;
    }

    .tiles-section--v2 .tiles-section__row {
        width: 100%;
        margin: 0 auto;
        max-width: 960px;
        padding: 0 15px;
    }
}

@media screen and (max-width: 991.98px) {

    .tiles-section--v2 .tiles-section__row {
        max-width: 730px;
    }

    .tiles-section--v1 {
        margin-bottom: 40px;
    }

    .tiles-section--v1 .tiles-section__row {
        margin: 0 auto;
        padding: 0 15px;
        max-width: 730px;
    }

    .tiles-section--v1 .tiles-section__tile {
        max-width: 50%;
        margin-bottom: 45px;
    }

    .tiles-section__tile__title {
        min-height: auto;
    }
}

@media screen and (max-width: 767.98px) {

    .tiles-section--v2 .tiles-section__row,
    .tiles-section--v1 .tiles-section__row {
        max-width: 550px;
    }

    .tiles-section--v2 .tiles-section__tile__title,
    .tiles-section--v1 .tiles-section__tile__title {
        margin: 24px 0 20px;
    }

    .tiles-section--v2 .tiles-section__tile .btn,
    .tiles-section--v1 .tiles-section__tile .btn {
        margin-left: 0px;
    }
}

@media screen and (max-width: 575.98px) {

    .tiles-section--v2 .tiles-section__tile,
    .tiles-section--v1 .tiles-section__tile {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}

@media screen and (min-width: 1200px) {
    .tiles-section--v2 .tiles-section__row {
        width: calc(100% + 10px);
        margin: 0 -5px;
    }
}

/* tiles section - end */


/* header modifications */
header .social-media svg {
    height: 12px;
}

header .social-media svg path {
    fill: #1E6BAF;
}

.nav-featured {
    margin-left: 15px;
}

.nav-featured li a {
    font-size: 16px;
    font-weight: 500;
}

header .menu-item--featured {
    color: #ad1d18 !important;
}

header .menu-item--featured:hover {
    color: #31932e !important;
}

.header-mobile .contact-item i {
    color: #31932E;
    margin-right: 5px;
}

.sub-menu li::after {
    display: none !important;
}

/* header modifications - end */


/* SINGLE TEAM */
.single-team-content__photo {
    width: 360px;
    height: 460px;
    max-width: 100%;
}

.single-team-content__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.single-team-content .contact-box {
    margin-bottom: 45px;
}

.single-team-content .contact-box>div {
    margin-bottom: 16px;
    font-size: 16px;
}

.single-team-content .contact-box i {
    margin-right: 12px;
    color: #31932e;
}

@media screen and (max-width: 1479.98px) {
    .single-team-content .col--text {
        padding-left: 60px;
    }
}

@media screen and (max-width: 1199.98px) {
    .single-team-content__photo {
        height: 380px;
    }
}

@media screen and (max-width: 991.98px) {
    .single-team-content .col--text {
        padding-left: 30px;
    }
}

@media screen and (max-width: 767.98px) {
    .single-team-content .col--text {
        padding-left: 15px;
        margin-top: 34px;
    }
}

/* SINGLE TEAM - end */


/* TEAM SECTION */
.team-section {
    margin: 120px 0 80px;
}

.team-section .row {
    justify-content: center;
    margin-top: 60px;
}

.preview-person {
    margin-bottom: 45px;
    text-align: center;
}

.preview-person__photo {
    width: 100%;
    height: 340px;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    background: #000;
}

.preview-person__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

.preview-person__photo:hover img {
    transform: scale(1.05);
    opacity: 0.9;
}

.preview-person .gray {
    margin: 8px 0 24px;
    display: block
}

.preview-person a {
    transition: all 0.3s ease-in-out;
}

.preview-person a.headline:hover {
    color: #31932e;
}

@media screen and (max-width: 1199.98px) {
    .preview-person__photo {
        height: 280px;
    }
}

/* TEAM SECTION - end */


.news-section .social-header__logo-box i {
    font-size: 26px;
}

@media screen and (max-width: 767.98px) {
    .news-section .social-header__logo-box i {
        font-size: 22px;
    }
}

.nav-desktop ul.menu li ul.sub-menu {
    line-height: 1.2;
    padding: 16px 0;
}

.nav-desktop ul.menu li ul.sub-menu li {
    margin-right: 0;
}

.nav-desktop ul.menu li ul.sub-menu li a {
    padding: 8px 0;
}

.contact-section__bg {
    height: calc(100% - 60px);
}

.contact-section--cta-box-form {
    min-height: 500px;
}

.contact-section--cta-box-form .headline--sm {
    font-size: 32px;
    margin-bottom: 24px;
    line-height: 1.2;
    font-weight: 300;
}

@media screen and (max-width: 1199.98px) {

    .contact-section--cta-box-form {
        min-height: auto;
    }
}

@media screen and (max-width: 991.98px) {

    .contact-section--cta-box-form .contact-section__bg {
        object-position: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {

    .contact-section--cta-box-form .col--form,
    .contact-section--cta-box-form .col--text {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .contact-section--cta-box-form .col--form {
        margin-top: 34px;
    }

    .contact-section--cta-box-form .col--form form .row>div {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

.contact-section .contact-hours span {
    min-width: 57px;
    display: inline-block;
}

footer .contact-data__data--hours span {
    display: inline-block!important;
    margin: 8px 0 0!important;
    min-width: 58px;

}

footer .contact-data__data--hours > span {
    display: block!important;
    margin-bottom: 12px!important;
}

footer .contact-data__data--hours-2 {
    margin-top: 12px;
}

footer .contact-data__data--hours-2 span {
    display: inline-block!important;
    min-width: 56px;
}

body.noimagesave img, body.noimagesave svg, body.noimagesave picture {
  pointer-events: none; }
