/* centers carousel images */

.field.field--name-field-ept-slick-slider-image.field--type-entity-reference.field--label-hidden.field__item {
    display: flex;
    justify-content: center;
}

/* gives media cards equal height */

figure.c-square-card__image {
    min-height: 600px;
}

/* fixes logo size and header display */

.c-site-logo img {
    height: auto;
    display: block;
    width: 95%;
}

.c-site-header__inner {
    max-width: 90vw;
;
}

@media (min-width: 768px) {
    .c-site-header__masthead {
        padding-bottom: 1%;
        padding-top: 1%;
    }
}

footer.c-footer.c-footer--4_column {
    background-image: none !important;
}

.t-teme-temp3 .c-footer {
    padding: 10rem 0 0rem !important;
}

.c-notification-bar__content a {
    color: #ffffff;
}

footer.c-footer.c-footer--4_column {
    background-color: #54575E;
    color: #ffffff;
}

p.c-footer-list-item__text {
    color: #ffffff !important;
}

.t-teme-temp3 .c-tabs-group--variant__stylized .c-tabs-group__menu li:nth-child(4n+3) .c-tabs-group__tab-button, .t-teme-temp3 .c-tabs-group--variant__horizontal .c-tabs-group__menu li:nth-child(4n+3) .c-tabs-group__tab-button {
    color: #000000;
}

button.c-tabs-group__tab-button {
    border-style: solid;
}

.c-tabs-group__inner {
    border-style: solid;
}

div#block-touchstone-me-headercontent .l-layout__inner {
    width: 100%;
    max-width: none;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

div#block-touchstone-me-headercontent .c-link-list-item {
    padding: 0;
    margin: 0;
    padding: 10px 0 10px 0;
    box-shadow: none;
    overflow: visible;
    width: auto;
}

li.menu__item {
    list-style: disc;
}

.c-site-header__standard-navigation .menu[data-depth="1"] > .menu__item {
    flex: 1;
    list-style-type: none;
}

.c-site-header__standard-navigation .menu[data-depth="1"] > .menu__item > [tabindex="0"] > .text {
    font-weight: var(--tme-fw-bold);
    margin-bottom: 0.5rem;
    margin-left: -4%;
}

@media only screen and (max-width: 600px) {
li.menu__item {
    list-style: none;
}
}