@charset "utf-8";
/* Reality Concepts 2025 - Desktop Styles */
.wrapper:before {
    height: 124px;
}
.flex-three-fourths {
    width: 75%;
}
.flex-two-thirds {
    width: 66.666%;
}
.flex-half {
    width: 50%;
}
.flex-half.buffer {
    width: 49%;
}
.flex-third {
    width: 33.333%;
}
.flex-third.with-spacing {
    width: 32%;
}
.flex-fourth {
    width: 25%;
}
.flex-reverse {
    flex-direction: row-reverse;
}
.half-box > .flex-half:first-child, .half-box > .flex-third {
    border-right: solid 2px var(--dark-color);
}
.half-box > .flex-third:last-child {
    border-right: none;
}
.flex-half:nth-of-type(odd) .flex-content, .flex-half.flex-content:nth-of-type(odd), .flex-third:nth-of-type(1) .flex-content, .flex-third:nth-of-type(2) .flex-content {
    padding-right: 36px;
}
.flex-half:nth-of-type(even) .flex-content, .flex-half.flex-content:nth-of-type(even), .flex-third:nth-of-type(2) .flex-content, .flex-third:nth-of-type(3) .flex-content {
    padding-left: 36px;
}
.curve-bg {
    position: relative;
}
.curve-bg:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    z-index: 3;
    background-size: 100%;
    background-repeat: no-repeat;
}
.bottom-curve {
    padding-bottom: 75px;
}
.bottom-curve:after {
    height: 192px;
    left: 0;
    bottom: -2px;
    background-image: url("../elements/images/bottom-curve.png");
    background-position: bottom center;
}
.top-curve {
    padding-top: 180px;
}
.top-curve:after {
    height: 180px;
    top: -2px;
    left: 0;
    background-image: url("../elements/images/top-curve.png");
    background-position: top center;
}
.curve-bg.flipped:after {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.logo {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 132px;
}
.header.scrolled {
    border-bottom: solid 4px var(--main-color);
}
.header.scrolled .logo {
    max-width: 100px;
    top: 72px;
}
.header.scrolled .top-bar {
    margin-top: -72px;
}
.dropdown.active ul {
    position: absolute !important;
    width: 240px !important;
    text-align: left !important;
    top: 100%;
    right: 0;
}
.hero-image h1 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: var(--light-color);
    background-color: rgba(0, 0, 0, 0);
    z-index: 5;
}
.cbnav__link--first {
    color: #000 !important;
}
p.big, .big p, p.bigger, .bigger p, p.biggest, .biggest p {
    margin: 24px auto;
    font-size: 44px;
    font-weight: 600;
}
p.bigger, .bigger p {
    font-size: 72px;
}
p.biggest, .biggest p {
    font-size: 88px;
    line-height: 104px;
}
.team-member img {
    max-height: 600px;
    object-fit: cover;
    object-position: 0 -24px;
}
.flex-overflow {
    position: absolute;
    top: 0;
    bottom: 0;
}
.flex-overflow-left {
    left: 0;
}
.flex-overflow-right {
    right: 0;
}
.single-neighborhood .flex-overflow-right {
    max-height: 600px;
}
.flex-image > img, .nt-image img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
    vertical-align: middle;
}
.thumb-info {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
.home-thumb:hover .thumb-info {
    opacity: 1;
}
.contact-button:last-of-type {
    margin-left: 24px;
}
.line-overflow, .caption-container {
    position: relative;
}
.line-overflow:after {
    position: absolute;
    display: block;
    content: "";
    width: 10000px;
    left: 0;
    bottom: 0;
    border-bottom: solid 2px var(--dark-color);
    z-index: 3;
}
.white.line-overflow:after {
    border-color: #FFF;
}
.soft-corners {
    border-radius: 12px;
}
.caption {
    position: absolute;
    margin: unset;
    top: 36px;
    right: 0;
}
.caption.caption-down {
    top: 64px;
}
.no-overflow-x {
    overflow-x: hidden;
    overflow-y: visible;
}
.absolute-image {
    position: absolute;
    top: 50px;
    right: 0;
}
.bottom-overflow-container {
    margin-bottom: 240px;
}
.mainnav {
    padding-left: 212px;
}