.hero-image {
    position: relative;
    height: 100svh;
}
.hero-image > .wp-block-image {
    width: 100%!important;
    height: 100%!important;
}
.hero-image .text-container {
    mix-blend-mode: plus-lighter;
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
}
.hero-image .text-container .components-resizable-box__container {
    width: 100% !important;
    max-width: 100% !important;
    max-height: none !important;
    min-width: auto !important;
}
.hero-image .text-container img {
    width: 100%;
    height: auto;
    max-width: 110.25rem;
    padding: 0 3rem;
}

@media only screen
and (min-width : 961px) {
    .hero-image {
        height: 100svh;
        min-height: 37.5rem;
    }
    .hero-image .text-container {
        bottom: 2.125rem;
    }
    .hero-image .text-container img {
        padding: 0 3rem;
    }
}
@media only screen
and (max-width : 960px) {
    :where(.editor-styles-wrapper, .wp-site-blocks) .wp-block-post-content > .hero-image {
        padding-inline: 0 !important;
    }
}



/* Live in your nature */
.live-in-your-nature {
    padding: 2.75rem 0 0;
}
.live-in-your-nature .box {
    position: relative;
}
.live-in-your-nature .box .wp-block-image {
    height: 26.5rem;
}
.live-in-your-nature .box .outer-text {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 15.125rem;
    margin: 0 auto;
    padding: 2.75rem 0 0;
    text-align: center;
}
.live-in-your-nature .box .outer-text p {
    margin: 0;
}
@media only screen
and (min-width : 961px) {
    .live-in-your-nature {
        padding: 13.125rem 0 0;
    }
    .live-in-your-nature .box {
        max-width: 86.625rem!important;
        margin: 0 auto;
    }
    .live-in-your-nature .box .wp-block-image {
        height: 56.25rem;
    }
    .live-in-your-nature .box .outer-text {
        max-width: 45.563rem;
        padding: 6.938rem 0 0;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media only screen
and (max-width : 960px) {
    
}

/* Two boxes */
.two-boxes--first {
    padding: 1.875rem 0;
}
.two-boxes--second {
    padding: 1.875rem 0 0;
}
.two-boxes .wp-block-columns {
    gap: 0 !important;
}
.two-boxes h3 {
    text-transform: uppercase;
    line-height: normal;
    margin-top: 0.625rem;
}
.two-boxes .wp-block-columns .wp-block-column {
    position: relative;
    padding: 0.938rem 0;
}
/* LINES */
.two-boxes.no-lines .wp-block-columns {
    border: none!important;
}
.two-boxes.no-lines .wp-block-columns .wp-block-column:nth-child(odd)::before {
    content: none!important;
}
.two-boxes .wp-block-columns {
    border-top: 1px solid #DBA138;
    border-bottom: 1px solid #DBA138;
}
@media only screen
and (min-width : 961px) {
    .two-boxes--first{
        padding: 3.125rem 0 0;
    }
    .two-boxes--second {
        padding: 10.875rem 0 0;
    }
    .two-boxes .wp-block-columns {
        width: 100%!important;
        max-width: 86.625rem!important;
        margin: 0 auto;
        gap: 1rem!important;
    }
    .two-boxes.train .wp-block-column {
        padding: 0!important;
    }
    .two-boxes.houses .wp-block-columns .wp-block-column {
        padding: 2.125rem 0 3.875rem!important;
    }
    .two-boxes .wp-block-columns .wp-block-image {
        height: 45.75rem;
    }
    .two-boxes.train .wp-block-columns .wp-block-image {
        height: 50.125rem;
    }
    .two-boxes.houses .wp-block-columns .wp-block-image {
        height: 31rem;
    }
    .two-boxes .wp-block-columns .wp-block-column {
        padding: 1.563rem 0;
    }
    .two-boxes .wp-block-columns .wp-block-column:nth-child(odd)::before {
        content: "";
        width: 1px;
        height: 100%;
        background-color: #DBA138;
        position: absolute;
        top: 0;
        right: -.5rem;
        z-index: 10;
        pointer-events: none;
    }
}
@media only screen
and (max-width : 960px) {
    .two-boxes .wp-block-columns .wp-block-column:nth-child(odd)::before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #DBA138;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 10;
        pointer-events: none;
    }
}


/* Wild Within Reach */
.wild-within-reach {
    isolation: isolate;
    padding: 0;
}
.wild-within-reach .box {
    position: relative;
}
.wild-within-reach .box .wp-block-image {
    padding: 5.688rem 0 0;
    height: 37.75rem;
    background-color: #c8baaa;
}
.wild-within-reach .box .outer-text {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 2.75rem 1.875rem 0;
    text-align: center;
}
.wild-within-reach .box .outer-text p {
    margin: 0;
}
.wild-within-reach .outer-mobile {
    display: none;
}
.editor-styles-wrapper .wild-within-reach .outer-mobile {
    display: block;
}
@media only screen
and (min-width : 961px) {
    .wild-within-reach {
        padding: 14.625rem 0 0;
        position: relative;
    }
    .wild-within-reach::before {
        content: "";
        width: 100%;
        height: 34.5rem;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
        z-index: -1;
        background-color: #40493C;
    }
    .wild-within-reach .box {
        max-width: 104.25rem!important;
        margin: 0 auto;
    }
    .wild-within-reach .box .wp-block-image {
        padding: 7.563rem 0 0;
        height: 48.688rem;
    }
    .wild-within-reach .box .outer-text {
        max-width: 51.5rem;
        padding: 5.438rem 0 0;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media only screen
and (max-width : 960px) {
    :where(.editor-styles-wrapper, .wp-site-blocks) .wp-block-post-content > .wild-within-reach {
        padding-inline: 0!important;
    }
    .wild-within-reach .box .wp-block-image {
        width: 100%;
        overflow: auto;
    }
    .wild-within-reach .box .wp-block-image img {
        height: 100%!important;
        width: auto!important;
        max-width: none!important;
    }
    .wild-within-reach .outer-mobile {
        position: absolute;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        column-gap: 1.563rem;
        padding: 1.75rem 1.875rem;
        pointer-events: none;
    }
    .wild-within-reach .outer-mobile h3 {
        font-weight: 400;
    }
    .wild-within-reach .outer-mobile svg {
        margin: 0;
    }
}

/* Title with image */
.title-with-image {
    padding: 2.188rem 0;
}
@media only screen
and (min-width : 961px) {
    .title-with-image {
        padding: 5rem 0;
        position: relative;
    }
    .title-with-image .box {
        max-width: 54rem!important;
        margin: 0 auto;
    }
}
@media only screen
and (max-width : 960px) {
}


/* Wild Within Reach */
.a-city-alive {
    isolation: isolate;
    padding: 0;
}
.a-city-alive .box {
    position: relative;
}
.a-city-alive .box .wp-block-image {
    border-top: 1px solid #DBA138;
    height: 19.063rem;
    margin: 0 0 3.063rem;
}
.a-city-alive .content {
    padding: 0 0 1.563rem;
}
@media only screen
and (min-width : 961px) {
    .a-city-alive {
        position: relative;
    }
    .a-city-alive .box {
        max-width: 104.25rem!important;
        margin: 0 auto;
    }
    .a-city-alive .content {
        max-width: 69.125rem!important;
        padding: 0 0 5.938rem;
    }
    .a-city-alive .box .wp-block-image {
        height: 58.125rem;
        margin: 0 0 4.813rem;
    }
    .a-city-alive .box .wp-block-image::before {
        left: 39.7rem;
        height: 15rem;
    }
}
@media only screen
and (max-width : 960px) {
    .a-city-alive .box .wp-block-image {
        width: 100%;
    }
}

/* A New Original for the Mill Arts District */
.a-new-original {
    isolation: isolate;
    position: relative;
    padding: 4.25rem 0 2.5rem;
}
.a-new-original::before {
    content: "";
    width: calc(100% - 1.8rem);
    height: calc(100% - 4rem);
    max-width: 104.188rem;
    display: inline-block;
    border: 2px solid #F6F4ED;
    position: absolute;
    top: 2.25rem;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: -1;
}
.a-new-original .content {
    padding: 0 0 4.25rem;
}
.a-new-original .content h2 {
    display: inline-block;
    background-color: #40493C;
}
.a-new-original .box--map .wp-block-image img {
    width: 100%!important;
    height: auto!important;
}
@media only screen
and (min-width : 961px) {
    .a-new-original {
        padding: 6.25rem 2rem 2.5rem;
    }
    .a-new-original::before {
        top: 8.25rem;
        height: calc(100% - 10.5rem)
    }
    .a-new-original .content {
        padding: 0 0 5.313rem;
    }
    .a-new-original .content h2 {
        padding: 0 4rem;
    }
    .a-new-original .box {
        margin: 0 auto;
    }
    .a-new-original .box--map {
        max-width: 77.563rem!important;
        margin: 0 0 5.375rem;
    }
    .a-new-original .box--map .wp-block-image {
        height: 64.563rem;
    }
    .a-new-original .box--train {
        max-width: 86.375rem!important;
    }
}
@media only screen
and (min-width : 961px)
and (min-width : 1440px) {
    .a-new-original {
        padding: 6.25rem 3rem 2.5rem;
    }
}
@media only screen
and (max-width : 960px) {
    .a-new-original .content h2 {
        max-width: 17rem;
    }
    .a-new-original .box--map .wp-block-image img {
        margin: 0 0 2.6rem;
    }
}



.connected-by-design {
    padding: 2.625rem 0;
}
.connected-by-design .content {
    padding: 0 0 2.625rem;
}
.connected-by-design .wp-block-image {
    height: 21.438rem;
    margin: 0 0 1.8rem;
}
.connected-by-design .wp-block-image img {
    height: 100%;
    width: auto;    
    object-fit: scale-down!important;
}
.connected-by-design .components-resizable-box__container {
    width: 100% !important;
    max-width: 100% !important;
    max-height: none !important;
    height: 100%!important;
    min-width: auto !important;
}
.connected-by-design .outer-text h3 {
    font-weight: 400;
    font-size: 1.438rem;
    line-height: 1.4em;
}
@media only screen
and (min-width : 961px) {
    .connected-by-design {
        padding: 6.625rem 0 0;
    }
    .connected-by-design .content {
        padding: 0 0 4.625rem;
    }
    .connected-by-design .box {
        margin: 0 auto;
        max-width: 108rem;
    }
    .connected-by-design .wp-block-image {
        height: 60.438rem;
        margin: 0;
    }
    .connected-by-design .outer-text {
        position: absolute;
        bottom: 0;
        right: 1.875rem;
        width: 100%;
        max-width: 25.125rem;
        margin: 0 0 4.75rem!important;
    }
    .connected-by-design .outer-text h3 {
        font-size: 1.438rem;
    }
}
@media only screen
and (max-width : 960px) {
    :where(.editor-styles-wrapper, .wp-site-blocks) .wp-block-post-content > .connected-by-design {
        padding-inline: 0!important;
    }
    .connected-by-design .outer-text,
    .connected-by-design .content {
        padding-inline: 1.8rem;
    }
    .connected-by-design .wp-block-image img {
        object-fit: scale-down!important;
        object-position: center;
    }
}