/* Expose the gallery's existing actions when keyboard users enter a tile. */
.esg-grid .tp-esg-item:focus-within .esg-entry-cover,
.esg-grid .tp-esg-item:focus-within .esg-entry-cover > div {
    opacity: 1 !important;
    visibility: visible !important;
}
.esg-grid .tp-esg-item a.esgbox { visibility: visible !important; }
.esg-grid .tp-esg-item:focus-within a.esgbox { opacity: 1 !important; }
.esg-grid a:focus-visible { outline: 3px solid #fff !important; box-shadow: 0 0 0 6px #005fcc !important; }
.mbss-testimonials-pause {
    display: inline-block;
    min-height: 44px;
    padding: 10px 18px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.5;
    background: #096487 !important;
    color: #fff !important;
    border: 2px solid currentColor;
    cursor: pointer;
}
.mbss-error-summary { background: #fff; color: #711515; border: 2px solid #a71919; padding: 16px; margin-bottom: 20px; }
.mbss-error-summary a { color: #711515 !important; text-decoration: underline; }
.mbss-field-label { font-size: 16px; }
@media (max-width: 480px) {
    .wpcf7-form input:not([type="checkbox"]):not([type="radio"]), .wpcf7-form textarea { max-width: 100%; box-sizing: border-box; }
    .widget_contacts a { overflow-wrap: anywhere; }
}
