/* Handling for List Links in Header Block */
div#block-touchstone-me-headercontent .l-layout__inner {
    width: 100%;
     max-width: 1400px; 
     margin: auto; 
     display: flex; 
     justify-content: flex-end; 
}
div#block-touchstone-me-headercontent .c-link-list-item {
    padding: 0;
    margin: 10px 1rem;
    box-shadow: none;
    overflow: visible;
    width: auto;
}
.t-teme-temp3 div#block-touchstone-me-headercontent .c-link-list-item__icon svg {
    max-width: 1.5rem;
    max-height: 1.5rem;
}
div#block-touchstone-me-headercontent .l-link-list {
    padding: 0;
}
div#block-touchstone-me-headercontent .l-link-list .c-link-list-item__link {
    flex-direction: row;
    align-items: center;
      font-size: var(--tme-fs-body-18);
    line-height: var(--tme-lh-body-18);
}
main { position: relative; }
@media (max-width: 991px) {
	div#block-touchstone-me-headercontent .l-layout__inner {
    justify-content: center;
	}
}