﻿.pbs-spinner {
    margin: 0 auto;
    width: 250px;
}

    .pbs-spinner .spinning {
        animation: spin 2s linear infinite;
    }

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.pbs-scs.scsSearchInterface {
    background-color: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

.pbs-scs .scs-for-sitecore-frame-container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.pbs-scs.scsSearchInterface .scs-main-section {
    max-width: inherit;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: -10px;
    margin-left: -10px;
}

.pbs-scs.scsSearchInterface .hero-simple {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .pbs-scs.scsSearchInterface .hero-simple .col-12 {
        height: auto;
    }
}

.pbs-scs.scsSearchInterface .hero-simple .col-12 {
    height: auto;
    padding-top: 100px;
}

.pbs-scs.scsSearchInterface .scs-search-section {
    background-color: #000525;
    max-width: 100%;
    padding-bottom: 25px;
    margin: 0;
}

.pbs-scs .scs-for-sitecore-search-box-container {
    flex: .4;
    margin: 0 auto;
}

.pbs-scs .scs-search-button-svg {
    color: white;
}

.pbs-scs .scsSearchbox {
    border-bottom: 1px solid #5C6E85;
    margin-bottom: 24px;
}

    .pbs-scs .scsSearchbox .magic-box {
        border: none;
    }

.pbs-scs .magic-box .magic-box-input, .pbs-scs .magic-box .magic-box-clear {
    background-color: inherit;
}

.pbs-scs .scsSearchbox .magic-box .magic-box-clear-svg {
    color: #486CD8;
    font-size: 20px;
}

.pbs-scs .magic-box .magic-box-input input {
    width: 100%;
    height: 44px;
    background-color: transparent !important;
    color: white !important;
    border: none !important;
    border-radius: 0;
    box-shadow: none !important;
    padding: 0;
    font-size: 22px;
    line-height: 22px;
    font-family: inherit;
    margin-top: 5px;
}

    .pbs-scs .magic-box .magic-box-input input::-webkit-input-placeholder {
        color: #94A1B2;
    }

    .pbs-scs .magic-box .magic-box-input input::-moz-placeholder {
        color: #94A1B2;
    }

    .pbs-scs .magic-box .magic-box-input input:-ms-input-placeholder {
        color: #94A1B2;
    }

    .pbs-scs .magic-box .magic-box-input input:-moz-placeholder {
        color: #94A1B2;
    }

.pbs-scs-searchbox .scsSearchbox .magic-box {
    border: thin solid #7e8c9a;
}

.pbs-scs-searchbox .scsSearchButton {
    position: absolute;
    right: 0;
    width: 50px;
    border-left: thin solid #7e8c9a;
}

.pbs-scs .scsSearchButton {
    border: none;
}

    .pbs-scs .scsSearchButton:hover .scs-magnifier-circle-svg {
        fill: #48D3CD;
    }

.pbs-scs .scsQuerySummary {
    color: white;
}

.pbs-scs .scs-tab-section {
    width: 100%;
    background-color: #000525;
    border-top: 1px solid #1E2030;
    text-align: center;
    border: none;
    margin-bottom: 25px;
}

    .pbs-scs .scs-tab-section a {
        color: white !important;
        margin-right: 7px;
        text-decoration: none;
    }

        .pbs-scs .scs-tab-section a p {
            color: white !important;
            padding: 0 20px;
            text-transform: capitalize;
        }

.pbs-scs .scsTab {
    font-size: 16px;
}

    .pbs-scs .scsTab.scs-selected, .pbs-scs .scsTab.scs-selected:hover, .pbs-scs .scs-small-tabs .scsTab.scs-selected p, .pbs-scs .scs-small-tabs .scsTab.scs-selected:hover p {
        border-bottom: 5px solid #48D3CD !important;
        padding-bottom: 0;
    }

.pbs-scs.scsSearchInterface.scs-small-facets .scs-facet-column.scs-facet-dropdown-modal-content {
    padding-top: 60px;
    background-color: #000525;
}

.pbs-scs.scsSearchInterface.scs-small-tabs .scs-dropdown-header-wrapper, .pbs-scs.scsSearchInterface.scs-small-facets .pbs-scs.scs-dropdown-header-wrapper, .pbs-scs.scsSearchInterface.scs-small-recommendation .scs-dropdown-header-wrapper {
    background-color: #000525;
}

.pbs-scs.scsSearchInterface.scs-small-tabs .scs-dropdown-header-wrapper {
    padding: 0 40%;
}

.pbs-scs.scsSearchInterface .scs-facet-column {
    padding: 0 10px 0 20px;
    width: 100%;
}

    .pbs-scs.scsSearchInterface .scs-facet-column ul {
        list-style: none;
        padding-left: 0;
    }

        .pbs-scs.scsSearchInterface .scs-facet-column ul li {
            padding: 5px 0;
            display: flex;
        }

    .pbs-scs.scsSearchInterface .scs-results-column {
    padding: 0 20px 0 10px;
    width: 100%;
}

.pbs-scs .scs-card-layout.scsResult {
    font-size: inherit;
    border: none;
    border-radius: 0;
    width: 100%;
    padding: 0 10px;
    flex: 0 0 auto;
}

@media (min-width: 481px) {
    .pbs-scs .scs-card-layout.scsResult {
        width: 45%;
    }
}

@media (min-width: 634px) {
    .pbs-scs .scs-card-layout.scsResult {
        width: 30%;
    }
}

@media (min-width: 801px) {
    .pbs-scs.scsSearchInterface .scs-facet-column {
        padding: 10px 10px 0 20px;
        width: 33.33333333%;
    }

    .pbs-scs.scsSearchInterface .scs-results-column {
        padding: 0 20px 0 10px;
        width: 66.66666667%;
    }

    .pbs-scs .scs-card-layout.scsResult {
        width: 45%;
    }
}

@media (min-width: 919px) {
    .pbs-scs .scs-card-layout.scsResult {
        width: 30%;
    }
}

@media (min-width: 992px) {
    .pbs-scs.scsSearchInterface .scs-facet-column {
        padding: 10px 10px 0 40px;
        width: 25%;
    }

    .pbs-scs.scsSearchInterface .scs-results-column {
        padding: 0 40px 0 10px;
        width: 75%;
    }

    .pbs-scs .scs-card-layout.scsResult {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .pbs-scs.scsSearchInterface .scs-facet-column {
        padding: 10px 10px 0 40px;
        width: 16.66666667%;
    }

    .pbs-scs.scsSearchInterface .scs-results-column {
        padding: 0 40px 0 10px;
        width: 75%;
        padding-left: 8.33333333%;
    }
}

.pbs-scs .scs-highlight {
    color: #48D3CD !important;
    font-weight: inherit;
}

.pbs-scs .scsLogo {
    display: none;
}

.pbs-scs .scsDynamicFacet, .pbs-scs .scsDynamicFacetRange, .pbs-scs .scsDynamicHierarchicalFacet {
    background: inherit;
    margin-bottom: 50px;
}

.pbs-scs .scs-dynamic-facet-header {
    width: 100%;
    background-color: transparent;
    color: white;
    border: none;
    text-align: left;
    position: relative;
    font-weight: 700;
    cursor: pointer;
}

    .pbs-scs .scs-dynamic-facet-header .scs-dynamic-facet-header-title, .pbs-scs .scs-dynamic-facet-collapse-toggle-svg {
        color: white;
    }

.pbs-scs .scs-combobox-input {
    border-bottom: 1px solid #486CD8;
    margin-bottom: 30px;
    padding-bottom: 6px;
}

    .pbs-scs .scs-combobox-input .scs-combobox-input-icon {
        margin-left: 0;
    }

.pbs-scs.scsSearchInterface input[type=text] {
    color: white;
    background-color: inherit;
    border: none;
    font-size: 16px;
    padding-top: 10px;
}

    .pbs-scs.scsSearchInterface input[type=text]::-webkit-input-placeholder {
        color: white;
    }

    .pbs-scs.scsSearchInterface input[type=text]::-moz-placeholder {
        color: white;
    }

    .pbs-scs.scsSearchInterface input[type=text]:-ms-input-placeholder {
        color: white;
    }

    .pbs-scs.scsSearchInterface input[type=text]:-moz-placeholder {
        color: white;
    }

.pbs-scs .scs-combobox-input .scs-combobox-input-icon + input {
    padding-left: 25px;
}

.pbs-scs .scs-combobox-wait-animation-svg {
    color: #486CD8;
}

.pbs-scs .scs-combobox-values {
    background-color: inherit;
    border: none;
    margin-top: 5px;
}

.pbs-scs .scs-combobox-value.scs-focused, .pbs-scs .scs-combobox-value:hover {
    background: inherit;
}

.pbs-scs .scs-facet-column h3 {
    margin:0;
}

    .pbs-scs .scs-facet-column h3 button.scs-dynamic-facet-header-title {
        background-color: inherit;
        border: none;
        color: white;
        font-weight: bold;
        padding-left: 0;
        padding-bottom: 10px;
    }

.pbs-scs .scs-dynamic-facet-value .scs-checkbox-label:hover .scs-checkbox-span-label, .pbs-scs .scs-dynamic-facet-value.scs-focused .scs-checkbox-span-label {
    opacity: inherit;
}

.pbs-scs input[type=checkbox].scs-checkbox + button, .pbs-scs.scsSearchInterface .scs-facet-column ul li button {
    width: 20px;
    height: 20px;
    background-color: #000525;
    color: #000525;
    border: 1px solid #486CD8;
    border-radius: 0;
    margin-right: 12px;
    -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}

    .pbs-scs.scsSearchInterface .scs-facet-column ul li button svg {
        color: white;
        width: 20px;
        height: 20px;
        margin-left: -7px;
        margin-top: -10px;
    }

.pbs-scs .scs-checkbox-label {
    color: white;
    line-height: 20px;
}

.pbs-scs input[type=checkbox].scs-checkbox:checked + button {
    background-color: #486CD8;
}

    .pbs-scs input[type=checkbox].scs-checkbox:checked + button:before {
        border-color: white;
        left: 6px;
        top: 2px;
    }

.pbs-scs .scs-dynamic-facet-value .scs-checkbox-span-label-suffix {
    border-color: white;
}

.pbs-scs .scs-dynamic-facet-value .scs-checkbox-span-label-suffix, .pbs-scs .scs-dynamic-facet-show-more, .pbs-scs .scs-dynamic-facet-show-less, .pbs-scs .scs-dynamic-facet-header-btn {
    color: white;
}

.pbs-scs .scs-results-header {
    box-shadow: none;
}

.pbs-scs .scsBreadcrumb {
    border: none;
}

.pbs-scs .scs-pager-list div {
    display: inline;
}

    .pbs-scs .scs-pager-list div span {
        margin: 0 30px 10px 0;
    }

.pbs-scs .scs-pager-list-item, .pbs-scs .scs-results-per-page-list-item {
    border: none;
    margin: 0 30px 10px 0;
    padding: 0;
    color: white !important;
    font-size: inherit;
    font-weight: bold;
    white-space: nowrap;
}

.pbs-scs .scs-results-per-page-text {
    margin-right: 30px;
}

.pbs-scs .scs-pager-list-item:hover {
    background-color: inherit;
}

.pbs-scs .scs-pager-list-item.scs-active, .pbs-scs .scs-results-per-page-list-item.scs-active, .pbs-scs .scs-pager-list-item a[data-current="true"] {
    color: #cddee9;
    background-color: inherit;
    font-weight: normal;
    color: #94A1B2 !important;
}

.pbs-scs .scs-pager-next-icon-svg, .pbs-scs .scs-pager-previous-icon-svg {
    color: #486CD8;
    width: 12px;
    height: 12px;
    vertical-align: middle;
}

.pbs-scs .scsSort.scs-selected, .pbs-scs .scsSort.scs-selected:hover {
    border-bottom: 2px solid #48D3CD;
}

.pbs-scs .scsSort, .pbs-scs .scsSort:hover {
    border-bottom: 2px solid transparent;
}

    .pbs-scs .scsSort:hover {
        color: white;
    }

    .pbs-scs .scsSort.scs-descending .scs-sort-icon-descending-svg, .pbs-scs .scsSort.scs-ascending .scs-sort-icon-ascending-svg, .pbs-scs .scs-sort-icon-descending-svg {
        color: white;
    }

.pbs-scs.scsSearchInterface.scs-small-facets .scs-facet-dropdown-header {
    background-color: inherit;
}

.pbs-scs.scsSearchInterface.scs-small-facets .scs-facet-dropdown-header {
    background-color: transparent;
    border: 1px solid white;
    padding: 9px 29px 24px 29px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 999999px;
    margin: 0 0 30px 0;
    font-weight: 700;
    text-decoration: none !important;
    -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}

.pbs-scs .scsResultList {
    margin-bottom: 35px;
}

.pbs-scs .scs-dynamic-facet-breadcrumb-title, .pbs-scs .scs-breadcrumb-clear-all {
    color: white;
    font-size: 16px;
}

.pbs-scs .scs-dynamic-facet-breadcrumb-value, .pbs-scs .scs-dynamic-facet-breadcrumb-collapse {
    color: #48D3CD;
    font-size: 16px;
}

.pbs-scs .scs-dynamic-facet-breadcrumb-value-clear {
    color: #486CD8;
}

.pbs-scs .scs-list-layout.scsResult {
    border: none;
    padding: 0;
}

.pbs-scs .scs-dynamic-hierarchical-facet-value, .pbs-scs .scs-dynamic-hierarchical-facet-all {
    font-size: 16px;
    color: white;
}

    .pbs-scs .scs-dynamic-hierarchical-facet-value.scs-focused, .pbs-scs .scs-dynamic-hierarchical-facet-all:hover, .pbs-scs .scs-dynamic-hierarchical-facet-value:hover, .pbs-scs .scs-dynamic-hierarchical-facet-value.scs-focused, .pbs-scs .scs-dynamic-hierarchical-facet-all:hover, .pbs-scs .scs-dynamic-hierarchical-facet-all.scs-focused {
        opacity: 1;
    }

.pbs-scs .scs-dynamic-hierarchical-facet-value-arrow-right svg, .pbs-scs .scs-dynamic-hierarchical-facet-value-arrow-left svg {
    color: #486CD8;
}

.pbs-scs .scs-dynamic-hierarchical-facet-value.scs-selected .scs-dynamic-hierarchical-facet-value-label, .pbs-scs .scs-dynamic-hierarchical-facet-value.scs-selected .scs-dynamic-hierarchical-facet-value-count, .pbs-scs .scs-dynamic-hierarchical-facet-value .scs-dynamic-hierarchical-facet-value-label, .pbs-scs .scs-dynamic-hierarchical-facet-value .scs-dynamic-hierarchical-facet-value-count {
    color: white;
}
/*ITEM DESIGNS*/

.pbs-scs .item .item__top .item__top__content.item__top__content--event .item__top__content__main .item__top__content__main__image .item-tile__image--video {
    width: 100%;
    display: block;
    position: relative;
}

    .pbs-scs .item .item__top .item__top__content.item__top__content--event .item__top__content__main .item__top__content__main__image .item-tile__image--video:before {
        color: white;
        display: block;
        font-family: 'Font Awesome 6 Free';
        font-weight: 700;
        font-size: 25px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        z-index: 5;
        content: '\f04b';
    }

    .pbs-scs .item .item__top .item__top__content.item__top__content--event .item__top__content__main .item__top__content__main__image .item-tile__image--video:after {
        width: 64px;
        height: 64px;
        background-color: rgba(4, 6, 19, 0.5);
        border-radius: 999999px;
        backdrop-filter: blur(2px);
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        z-index: 4;
        content: '';
    }

@media (min-width: 992px) {
    .pbs-scs .item .item__top .item__top__content.item__top__content--event .item__top__content__main .item__top__content__main__image {
        width: 25%;
    }

    .pbs-scs .scsResult .item .item__top .item__top__content.item__top__content--event .item__top__content__main a {
        width: 75%;
    }
}

.pbs-scs .item .item__top .item__top__content.item__top__content--event .item__top__content__main .item__top__content__main__side ul li a {
    margin: 20px 0 7px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    font-size: 14px;
    line-height: 21px;
    color: white !important;
    width: 100px;
}

    .pbs-scs .item .item__top .item__top__content.item__top__content--event .item__top__content__main .item__top__content__main__side ul li a i {
        color: #486CD8;
        margin: -2px 9px 0 0;
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        -webkit-transition: color 0.25s ease-in-out;
        -moz-transition: color 0.25s ease-in-out;
        -ms-transition: color 0.25s ease-in-out;
        -o-transition: color 0.25s ease-in-out;
        transition: color 0.25s ease-in-out;
    }

    .pbs-scs .item .item__top .item__top__content.item__top__content--event .item__top__content__main .item__top__content__main__side ul li a:hover i {
        color: #FFCF00;
    }

.pbs-scs .item .item__top .item__top__content.item__top__content--event .item__top__content__main .item__top__content__main__side h2 {
    margin: 0 0 7px 0;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
}

.pbs-scs .scsResult a:hover, .pbs-scs .scsResult a:hover a, .pbs-scs .scsResult a:focus, .pbs-scs .scsResult a:focus a {
    text-decoration: none !important;
}

    .pbs-scs .scsResult a:hover h3 {
        text-decoration: underline !important;
    }

.pbs-scs .scsResultsPerPage button span, .pbs-scs .scs-sort-container button span {
    color: white;
    padding-left: 10px;
}

.pbs-scs .scsResultsPerPage button:first-child, .pbs-scs .scs-sort-container button:first-child {
    padding-left: 0;
}

.pbs-scs .scsResultsPerPage > div {
    background-color: #1E2030;
    height: 100px !important;
    max-height: 100px !important;
    min-height: 100px !important;
    bottom: -100px !important;
    position: absolute !important;
}

.unauth-note {
    margin: 20px 0 0 0 !important;
    font-style: italic;
}

.pbs-scs .scs-facet-column h3 {
    position: relative;
}

    .pbs-scs .scs-facet-column h3 button svg.trigger-caret {
        width: 25px;
        height: 25px;
        position: absolute;
        right: 0;
        top: 5px;
    }

    .pbs-scs .scs-facet-column h3 button[data-state="open"] svg.trigger-caret {
        transform: rotate(180deg);
        top: 8px;
    }

.pbs-scs .scs-sort-section {
    font-size: inherit;
    margin-top: 10px;
}

    .pbs-scs .scs-sort-section .scs-sort-container {
        position: relative;
        z-index: 1000;
    }

        .pbs-scs .scs-sort-section .scs-sort-container .scs-sort-text {
            margin-top: 3px;
        }

        .pbs-scs .scs-sort-section .scs-sort-container > div {
            background-color: #1E2030;
            height: 75px !important;
            max-height: 75px !important;
            min-height: 75px !important;
            position: absolute !important;
            top: 30px !important;
            left: 25px !important;
            z-index: 1000;
        }
