/* Contact Form */

.db-contactform-label,
.db-invalid,
form button {
    margin-top: 1rem;
}

.db-contactform-error {
    color: #cf2e2e;
}


/* Print */

@media screen {
    #printPage{
        display:none;
    }
}

@media print {
    #page{
        display:none;
    }
    #printPage{
        display:inline-block;
    }
    .printSectionWrapper{
        clear:both;
        padding:20px;
    }
    .printImage{
        width:175px !important;
        height:175px !important;
        margin-right:20px;
        float:left;
    }

    body {
        background: white !important;
        background-image: none !important;
    }
 }

/* Public Site Builder */

.wp-block-image img {
    height: 100% !important;
}


.max-w-8xl {
    max-width:88rem;
}
.max-w-9xl {
    max-width:96rem;
}