.tcu-faqsearch__filters label[for="info-for"],
.tcu-faqsearch__filters label[for="topics"] {
    font-size: 1.25rem;
    font-weight: 700;
}

.tcu-sidebar-module .tcu-button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.tcu-sidebar-module .tcu-button {
    margin-right: 1.5em;
    margin-top: 1em;
    width: auto;
}

.tcu-sidebar-module_title {
    font-size: 2rem;
    font-family: "eurostileregular","Century Gothic",sans-serif;
    font-weight: 400;
    line-height: normal;
    margin-top: 0;
}

.ou-pagination {
    display: flex;
    justify-content: center;
    align-self: center;
    margin-right: 32px;
    font-size: 1em;
}

.page-link {
    border: none;
    background: none;
    padding: 1em;
}
.page-item {
    background: #ffffff;
    box-shadow: none;
    border: 1px solid #ededed;
}
    .page-item.ou-active  {
        background: #4d1979;
        color: #ffffff;
    }
        .page-item.ou-active .page-link  {
            background: #4d1979;
            color: #ffffff;
        }

.tcu-button._primary {
    background: #4d1979;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
}
    .tcu-button._primary:hover, .tcu-button._primary:focus {
        background: #4D4D4A;
        color: #FFF;
    }

.tcu-button._secondary {
    background-color: #FFF;
    border: 1px solid #999;
    color: #4D4D4A;
    font-size: 1.375rem;
}
    .tcu-button._secondary:hover, .tcu-button._secondary:focus {
        background: #4D4D4A;
        color: #FFF;
    }

.tcu-button._ghost {
    background: transparent;
    border: 2px solid #4d1979;
    color: #4d1979;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
}
.tcu-button._ghost:hover, .tcu-button._ghost:focus {
    background: #4D4D4A;
    border-color: #4D4D4A;
    color: #ffffff;
}

.tcu-faqsearch-listitem__title {
    font-size: 1.375rem;
    margin: 16px 0;
}

.tcu-faqsearch__search-form input {
    padding: 12px 16px;
    margin-right: 8px;
    line-height: inherit;
    width: 100%;
}

.tcu-faqsearch-listitem__updated em a {
    color: inherit;
    font-weight: normal;
    text-decoration: none;
}
.tcu-faqsearch-listitem__updated em a:hover {
    text-decoration: none;
}