@media (min-width: 992px) {
    .constructive-image-with-content {
        display: flex;
        align-items: center;
    }
    .constructive-image-with-content > * {
        flex: 0 1 50%;
    }

    .constructive-image-with-content > * {
        flex: 0 1 50%;
    }

    .constructive-image-with-content--layout-3-9 > *:first-child { flex: 0 1 33% }
    .constructive-image-with-content--layout-3-9 > *:last-child { flex: 0 1 67% }

    .constructive-image-with-content--layout-9-3 > *:first-child { flex: 0 1 67% }
    .constructive-image-with-content--layout-9-3 > *:last-child { flex: 0 1 33% }

    .constructive-image-with-content--reverse {
        flex-direction: row-reverse;
    }
}
    
    .constructive-image-with-content .constructive-image-with-content__image-wrapper img {
        max-width: 100%;
        height: auto;
    }
    .constructive-image-with-content .constructive-content-block {
        padding: 0 2rem;
    }

    

.constructive-editor {}
    .constructive-editor .wp-caption {
        max-width: 100%;
    }
    .constructive-editor .wp-caption-text {
        color: var(--color_text_light);
        margin-top: .5em;
    }
    .constructive-editor blockquote {
        padding-left: 1em;
        color: var(--color_text_light);
        border-left: .3em solid;
        margin: var(--vr2x);
    }
    .constructive-editor img {
        max-width: 100%;
        height: auto;
    }

    .constructive-editor figure {
        margin-bottom: var(--vr);
    }


.constructive-site-footer {
    color: white;
}
    .constructive-site-footer .row {
        padding: 8rem 0;
    }

    .constructive-site-footer .constructive-site-footer__mailing-list-row { 
        background-color: #404040;
        text-align: center;
    }
        .constructive-site-footer .constructive-site-footer__mailing-list-row input { 
            max-width: 320px;
            display: block;
            background-color: white;
            margin: 0 auto;
            padding: 1em;
            width: 100%;
            color: black;
            box-shadow: inset -1px 3px 2px rgba(0,0,0,.15);
        }
    .constructive-site-footer .constructive-site-footer__information  {
        background-color: black;
    }
        .constructive-site-footer .constructive-site-footer__information .row {
            padding-left: 1rem;
            padding-right: 1rem;
        }
        @media (min-width: 992px) {
            .constructive-site-footer .constructive-site-footer__information .row {
                padding-left: 0;
                padding-right: 0;
                display: flex;
            }
        }
 
            .constructive-site-footer .col {
                flex: 1;
                margin-bottom: var(--vr2x);
            }
            @media (min-width: 992px) {
                .constructive-site-footer .col {
                    margin-bottom: 0;
                    flex: 1;
                }
            }
            .constructive-site-footer .col:nth-child(2) {
                padding: 0 8rem;
            }

        .constructive-site-footer__primary-navigation ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
            .constructive-site-footer__primary-navigation li a {
                
            }
                    .constructive-site-footer__primary-navigation li li {
                        display: none;
                    }

            .constructive-site-footer__social-connectors ul {
                list-style: none;
                margin: 0;
                padding: 0;
                font-size: 3.5rem;
                margin: 1rem 0;
            }
                .constructive-site-footer__social-connectors li {
                    display: inline-block;
                    margin-right: .5rem;
                }
                    .constructive-site-footer__social-connectors a {
                        display: block;
                        background-color: rgba(255,255,255,.2);
                        width: 6rem;
                        height: 6rem;
                        text-align: center;
                        line-height: 6.75rem;
                        border-radius: 50%;
                    }
                    .constructive-site-footer__social-connectors a:hover {
                        background-color: rgba(255,255,255,.33);
                    }

            .constructive-site-footer__copyright {
                text-align: center;
            }