.messages__content {
    color: black;
}

/*FONT SWAP*/
h3.c-notification-bar__label {
    font-family: foudy-old-style, serif;
}
.text-content.field.field--name-message.field--type-text-long.field--label-hidden.field__item {
    font-family: foudy-old-style, serif;

}

.c-site-header__standard-navigation .menu[data-depth="0"] > .menu__item > .menu__link > .text {
    font-family: sans-serif;
}
body {
    font-family: sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif;
}
.t-teme-temp2 .c-button.c-button--solid:not([class*=u-hfc--]):focus {
    font-family: sans-serif;
}

span.c-footer-list-item__content {
    font-family: sans-serif;
}

.t-teme-temp2 .c-accordion__button .text {
    font-family: sans-serif;
}

span.c-button__text{
    font-family: sans-serif;
}

.c-site-header__standard-navigation .menu[data-depth="1"] > .menu__item > [tabindex="0"] > .text {
    font-family: sans-serif;
}

.c-site-header__standard-navigation .menu__link .text {
    font-family: sans-serif;

}

.c-info-counter .c-info-counter__number {
	  font-family: sans-serif;
}

h3.c-teaser__title {
    font-family: sans-serif;
}

.paragraph.paragraph--type--dynamic-list.paragraph--view-mode--default li.l-list-stacked__item:first-of-type a {
    font-family: sans-serif;
}

/* Link List - color for paragraphs is becoming transparent on it's own */
.l-link-list[class*=l-link-list--link-color__black] .c-link-list-item__description p {
    color: var(--tme-color-black);
}
.c-link-list-item__description p {
    color: inherit;
}
/* Linkit autocomplete */
.linkit-ui-autocomplete.ui-widget {
    background: #fff;
}
/* Document Link */
.field.field--name-field-media-document.field--type-file span:last-of-type {
    display: none;
    visibility: hidden;
}
span.file.file--mime-application-pdf.file--application-pdf 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 {
    background-color: var(--tme-color-primary-1);
    color: var(--tme-color-white);
}
/* Header */
div#block-touchstone-me-headercontent span.c-link-list-item__icon img {
    max-width: 150px;
}
div#block-touchstone-me-headercontent .l-layout__inner {
    width: 100%;
    max-width: 1500px;
    margin: auto;
}
.c-site-logo img {
    height: auto;
    display: block;
    width: 100%;
    max-height: 100px;
}
/* Fixes */
:root {
    --me-logo-horizontal: url('/sites/default/files/2024-06/Shine-Logo-Final.svg');
}
p.white {
    color: #fff;
}
p.white-sm {
    color: #fff;
    font-size: 75%;
}
.c-site-header__standard-navigation .menu__link .icon path {
    fill: unset;
}
.path-search .region__name--content, .page-node-type-questline-engage .region__name--content {
    padding: 3rem 2rem;
    max-width: 1400px;
    margin: auto;
}
.c-page-banner-cta__foreground-image span {
    margin-bottom: -1px;
}
/* Alerts contextual link and link colors */
div#block-touchstone-me-headercontent .contextual {
    z-index: 101;
}
.c-notification-bar__content a {
    color: var(--tme-color-white);
}
/* Prevent menu drop-down from blending in with a white background */
.c-site-header__standard-navigation .menu[data-depth="1"] {
    box-shadow: 8px 8px 8px rgba(0,0,0,0.2);
}
/* Back to Top */
#backtotop {
    height: 50px;
    width: 50px;
    background-color: var(--tme-color-primary-1);
    border-radius: 6px;
}
/* User Page */
.path-user main {
    padding: 3rem;
    max-width: 1400px;
    margin: auto;
    box-shadow: 1px 2px 10px rgba(0,0,0,0.3);
    margin: 3rem auto;
}
.path-node.page-node-type-news main, .page-node-type-event main {
    padding: 3rem;
    /*max-width: 1400px;*/
    /*margin: auto;*/
}
.path-node.page-node-type-news main .field.field--name-body, .page-node-type-event main .field.field--name-body {
    padding: 1rem 0;
}
/* Webforms */
.t-teme-temp1 input, .t-teme-temp1 textarea {
		border-color: var(--tme-color-primary-1);
    border: 2px solid;
}
main div#block-touchstone-me-content form {
    max-width: 1400px;
    margin: auto;
    padding: 3rem;
}
@media (min-width: 1200px) {
	.t-teme-temp1 .c-footer-cta__content {
    padding: 9rem 1.25rem 90rem;
	}
}
@media (min-width: 1024px) {
  .t-teme-temp2 form > *:not(input[type=submit]) {
    left: 0%;
  }
}

table {
    border-style: inset;
}

tr {
    border-style: inset;
}

td {
    border-style: solid;
}


/* Footer TSE Logo */
.c-footer__attribution img {
    max-width: 300px;
    top: -8px;
    display: block;
    position: relative;
}

time.c-date-square {
    display: none;
}

.t-teme-temp1 .c-cta-list-item__wrap .c-cta-list-item__counter::before {
    font-size: 3rem;
    font-weight: 500;
    left: 0rem;
}

main ul {
    list-style: disc;
}

/*FOOTER*/
.u-address {
    color: var(--tme-color-primary-3);;
}

.c-footer a {
    color: var(--tme-color-primary-3);
}