/* Mercury Editor Branding */
:root {
    --me-logo-horizontal: url('/sites/default/files/2024-06/Shine-Logo-Final.svg');
} 
form.webform-submission-form label.form-required:after, fieldset.required legend:after {
    font-size: inherit;
}
/* Classes */
.sharepoint {
    padding: 2rem;
    background: beige;
    display: flex;
    justify-content: center;
}
.glow {
    box-shadow: 1px 2px 200px rgba(0,90,156,0.24);
}
.fc-day-grid-event .fc-content {
    white-space: pre-line;
}
.ssvec-footer-logo {
    background: #fff;
    border-radius: 0.65rem;
}
div#block-touchstone-me-footercontent {
    max-width: 86rem;
    margin: auto;
}
.ssvec-ed-export {
    flex-direction: column-reverse;
    display: flex;
}
@media (min-width: 1200px) {
    :root {
    	--tme-size-120: 16rem;
      --tme-size-180: 22.25rem;
      --tme-lh-body-base: 1.5;
    }
}