/* changes made during the full website build - mp */

@media (min-width: 1024px) {
    .t-teme-temp2 .l-link-list.l-link-list--card .c-link-list-item {
        width: 15%;
        padding: 2.25rem;
    }
}

/* fixes top menu mobile formatting -mp */

@media (max-width: 1024px) {
.c-link-list-item {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
}
.l-link-list {
    padding: 0;
}
}

.c-link-list-item__description {
    display: none;
}

ol.pager__items.js-pager__items {
    background-color: transparent;
    margin-top: 10px;
}

h1 {
    text-shadow: 1px 2px 8px rgb(0 0 0);
}

.c-notification-bar {
    align-items: flex-start;
    background-color: var(--tme-color-warning);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0.5rem 2.5rem 0.5rem 0.5rem;
    position: relative;
    width: 100%;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}
.c-notification-bar
p {
    padding: 0 0 0px 0;
}

div#block-touchstone-me-headercontent
p {
    padding: 0 0 0px 0;
}
