/* Mercury Editor Branding */
:root {
    --me-logo-horizontal: url('/sites/default/files/2024-06/Shine-Logo-Final.svg');
    --tme-ff-owners: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
:root {
    --flip-card-pad: 16px 0;
}
h1.primary1, h2.primary1, h3.primary1, h4.primary1, h5.primary1 {
    color: var(--tme-color-primary-1) !important;
}
h1.primary2, h2.primary2, h3.primary2, h4.primary2, h5.primary2 {
    color: var(--tme-color-primary-2) !important;
}
h1.primary3, h2.primary3, h3.primary3, h4.primary3, h5.primary3 {
    color: var(--tme-color-primary-3) !important;
}
h1.secondary1, h2.secondary1, h3.secondary1, h4.secondary1, h5.secondary1 {
    color: var(--tme-color-secondary-1) !important;
}
h1.secondary2, h2.secondary2, h3.secondary2, h4.secondary2, h5.secondary2 {
    color: var(--tme-color-secondary-2) !important;
}
.t-teme-temp2 .c-date-square {
    color: var(--tme-color-white);
}
.c-button {
    padding: 0.9375rem 2.75rem;
}
/* Accordions */
.t-teme-temp2 .c-accordion__button {
    color: #fff;
    border-radius: 0.5rem;
}
.t-teme-temp2 .c-accordion__button svg {
    fill: #fff;
}
.t-teme-temp2 .c-accordion__button[aria-expanded=true] {
    background-color: var(--tme-color-primary-2);
    color: #222;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.t-teme-temp2 .c-accordion__button[aria-expanded=true] svg {
    fill: #222;
}
.t-teme-temp2 .c-accordion__content {
    background-color: #fff !important;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    padding-top: 1rem;
}
.t-teme-temp2 .c-accordion__content ol {
    font-size: var(--tme-fs-body-16);
    line-height: var(--tme-lh-body-16);
}
/* Document Link */
span.file.file--mime-application-pdf.file--application-pdf a, .field.field--name-field-private-document-file a {
    font-size: var(--tme-fs-body-18);
    line-height: var(--tme-lh-body-18);
    font-weight: var(--tme-fw-bold);
    font-family: var(--tme-ff-ui);
    padding: 0.625rem 3.125rem;
    margin-top: 1.875rem;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0.625rem;
    display: inline-flex;
    text-decoration: none;
    color: var(--tme-color-white);
    background-color: var(--tme-color-primary-2);
    transition: background-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
span.file.file--mime-application-pdf.file--application-pdf a:hover, span.file.file--mime-application-pdf.file--application-pdf a:focus, .field.field--name-field-private-document-file a:hover, .field.field--name-field-private-document-file a:focus {
    background-color: var(--tme-color-primary-1);
    color: var(--tme-color-white);
}