<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#results:focus-visible {
    outline: none;
}

div#results h2 {
    font-size: 1.5em!important;
}

.GsaResultUrl {
    margin-top: 0.5em;
}
.container.main .left-menu, .container.main .right-menu {
    display: none!important
}

.container.main .right-menu + .left-content {
    padding-left: 0!important;
}

.s4-wpcell-plain.ms-webpartzone-cell.ms-webpart-cell-vertical.ms-fullWidth:first-child {
    margin: 0!important;
    width: 100%!important;
    background: none!important;
    padding: 0!important;
}

.topimage {
    content: url("/TopImagesList/search.jpg")!important;
}

.inside-search-box {
    background: var(--circlebg);
    padding: 1em;
    box-sizing: border-box;
    border-radius: .2em;
    margin-bottom: 1em;
}

.inside-search-box.top h3 {
    display: none
}

.inside-search-box .main-site-search input[type="text"] {
    font-size: 1.2em;
    border: var(--boxshadowBorder);
    border-radius: 1.5em;
    padding: .2em 1em;
    max-width: 32em;
}

.inside-search-box .main-site-search input[type='button'] {filter:unset}

/*---------LOADING------------- */
div#LoadingSearchResults .spinner {
    display: flex;
    align-items: center;
    gap: 1em;
    background: var(--circlebg);
    padding: 1em;
    box-sizing: border-box;
    border-radius: 0.2em;
    margin-bottom: 3.7em;
    font-size: 1.1em;
    height: 4.7em;
}

div#LoadingSearchResults .fas {
    color: var(--iconcolor);
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.skeleton {
    animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
    0% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.skeleton-item {
    display: flex;
    flex-direction: column;
    max-width: 69em;
    margin-bottom:3em
}

.skeleton-item * {
    display: flex;
    height: 16px;
    border-radius: 0.1em;
    margin: 0.2em 0;
}

.skeleton-item label {
    background: #a7cbe5;
    width:40%;
    margin-bottom: 0.6em;
}

.skeleton-item div {
    display: flex;
    gap: 0.5em;
}

.skeleton-item div b {
    background: #ccc;
    flex: 1;
}

.skeleton-item span {
    background: #c7d5bd;
    height:16px;
    width:60%
}




@media (max-width:500px) {
	.grecaptcha-badge {
    position: relative!important;
    left: unset!important;
    margin: 3.3em auto 0;
}
	
}</pre></body></html>