  ﻿@media only screen and (max-width:767px) {

    .partner-sites-header {
        margin-top: 2rem;
    }

    a.st-ui-result .st-ui-type-heading {
        white-space: normal !important;
    }
}

.search-results-partner-sites {
    list-style: none;
    padding-left: 0.625rem;
}

    .search-results-partner-sites li {
        padding-bottom: 0.625rem;
        font-size: 1rem;
    }

a.st-ui-result .st-ui-type-heading {
    max-width: 750px; /* limiting long titles that stretch the results container */
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
    line-height: 1.1;
    font-size: 1.25rem;
}

a.st-ui-result .st-ui-type-detail {
    margin-bottom: 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.2858;
    color: var(--primary-contrast-50);
    font-weight: normal;
    font-family: var(--font-reg);
    max-height: inherit !important;
}

.partner-sites-header h2 {
    text-transform: uppercase;
    font-family: var(--font-medium);
}

.side-nav {
    padding-right: 0;
}

.side-nav a {
    color: var(--primary-200);
    margin-left: 0;
}

.side-nav a::after {
    display: inline;
}

.site-search-inverted-container .site-search-inverted .search-button {
    height: 35px;
    width: 35px;
    background: url("/search/magnifying-glass-solid.svg") 50% 50%/24px 24px no-repeat;
}

.search-page header .st-default-search-input {
    width: 90%;
}

.dropdown-header {
    cursor: pointer;
}