/* _content/PartnerLocator/Components/CardView/BroadcomPartnerCard.razor.rz.scp.css */
.partner-card[b-etw1zzf8eo] {
    background-color: white;
    padding: 1rem;
    margin-bottom: 1rem;
    height: 100%;
}

.partner-card__tag[b-etw1zzf8eo] {
    margin-top: 6px;
    word-wrap: anywhere;
    font-size: 16px;
    font-family: var(--font-family--primary);
    color: var(--color-grey--900);
}

.partner-card__details[b-etw1zzf8eo] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lnk[b-etw1zzf8eo] {
    font-size: 18px; 
}
/* _content/PartnerLocator/Components/CardView/CardGrid.razor.rz.scp.css */
.card-grid[b-d1jtjrhk53] {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    background-color: white;
    padding: 1rem;
}

.grid-background[b-d1jtjrhk53] {
    padding-top: 14px;
    background-color: white;
}

.loader-overlay[b-d1jtjrhk53] {
    height: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.1);
}

.initial-loader[b-d1jtjrhk53] {
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.no-data-template[b-d1jtjrhk53] {
    min-height: 100px;
    margin: 0 auto;
    text-align: center;
}

.row[b-d1jtjrhk53]  .partner-card:first-child {
    padding-left: 0px;
}

@media (max-width: 768px) {
    .grid-background[b-d1jtjrhk53] {
        background-color: white;
        padding: 1rem 0;
    }
    .card-view-pager[b-d1jtjrhk53]  .k-pager {
        border-color: var(--color-grey--600);
    }
}
/* _content/PartnerLocator/Components/Footer.razor.rz.scp.css */
footer[b-57fbvzi2yk] {
    z-index: 2;
}
/* _content/PartnerLocator/Components/GridView/TagGrid.razor.rz.scp.css */
.grid-container[b-s02yg0h3dz] {
    position: relative;
    max-width: 1700px;
    margin: 0 auto;
    margin-top: 30px;
}

.cell-text[b-s02yg0h3dz] {
    font-family: var(--font-family--primary);
    font-size: 11px;
}

.header-cell-text[b-s02yg0h3dz] {
    font-family: var(--font-family--secondary);
    color: white;
    font-size: 14px;
}

.grid-cell[b-s02yg0h3dz] {
    font-size: 11px;
}

.grid-height[b-s02yg0h3dz] {
    min-height: 179px;
}

.loader[b-s02yg0h3dz] {
    height: 260px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-overlay[b-s02yg0h3dz] {
    height: 100%;
    width: 100%;
    top: 62px;
    height: calc(100% - 62px - 46px);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.1);
}

.sort-button[b-s02yg0h3dz] {
    color: white;
    background-color: inherit;
    padding: 0;
    fill: white;
    font-weight: 400;
    width: 100%;
    height: 100%;
    padding: 11px 12px;
    gap: 5px;
    line-height: 20px;
}

/* _content/PartnerLocator/Components/PartnerLocatorComponent.razor.rz.scp.css */
.locator[b-0qi1b3a9gq] {
    max-width: 1700px;
    margin: 0 auto;
}

.results-placeholder[b-0qi1b3a9gq] {
    height: 326px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.locator-toolbar[b-0qi1b3a9gq] {
    display: flex;
    gap: 1rem;
}

.view-button-group[b-0qi1b3a9gq] {
    display: flex;
    gap: 0;
    height: 40px;
}

.view-button[b-0qi1b3a9gq] {
    background-color: white;
    color: #53565a;
    border: 1px solid #7a7a7a;
    border-radius: 0;
    padding: 0 12px;
}

.view-button--last[b-0qi1b3a9gq] {
    border-left: none;
}

.view-button--selected[b-0qi1b3a9gq] {
    background-color: #f7f7f7;
    box-shadow: inset -2px 2px 5px rgba(0,0,0,.2);
}

@media (max-width: 800px) {
    .view-button-group[b-0qi1b3a9gq] {
        display: none;
    }
}
/* _content/PartnerLocator/Components/Toolbar/BroadcomSearchTips.razor.rz.scp.css */
.info-container[b-utlmslvede] {
    background-color: white;
    color: black;
    padding-right: 0;
    max-width: 280px;
    border: 4px solid #53565a;
    outline: none;
}

.info-wrapper[b-utlmslvede] {
    position: relative;
    display: block;
    background-color: white;
    z-index: 3;
    font-size: 14px;
    padding: 15px;
    font-family: var(--font-family--primary);
    color: #212529;
    line-height: 1.5;
}

ul[b-utlmslvede] {
    list-style-type: none;
    text-indent: 0;
    padding-left: 12px;
}

.arrow[b-utlmslvede] {
    position: absolute;
    border: solid 4px #53565a;
    right: -5px;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background-color: black;
    z-index: 1;
    outline: none;
    border-bottom: none;
    border-left: none;
}

.sub-arrow[b-utlmslvede] {
    width: 100%;
    height: 100%;
    background-color: white;
}


li[b-utlmslvede]:before {
    content: "- ";
}
/* _content/PartnerLocator/Components/Toolbar/SearchBox.razor.rz.scp.css */
.search-container[b-rc1sh6rfa4] {
    width: 100%;
}

.search-bar[b-rc1sh6rfa4] {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
}

.tag-list[b-rc1sh6rfa4] {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.tag[b-rc1sh6rfa4] {
    width: fit-content;
    border-radius: 2px;
    display: flex;
    gap: 8px;
    font-size: 12px;
    background-color: var( --color-grey--500);
    align-items: center;
    padding: 4px 10px;
    color: black;
}

.info-button[b-rc1sh6rfa4] {
    background-color: white;
    padding: 0;
    color: var(--color-grey--700);
    font-size: 1.8rem;
    display: flex;
    align-items: center;
}

.info-button:hover[b-rc1sh6rfa4] {
    color: var(--color-secondary--dark);
}

.tag-remove[b-rc1sh6rfa4] {
    background-color: inherit !important;
    padding: 0;
    color: black;
    font-size: 0.5rem;
    display: flex;
    align-items: center;
}

.export-title-row[b-rc1sh6rfa4] {
    display: none;
}

.search-icon[b-rc1sh6rfa4] {
    color: #333;
}

.search-results[b-rc1sh6rfa4] {
    color: var(--color-primary);
    margin: 0;
}

#search-info-icon[b-rc1sh6rfa4] {
    color: var(--color-primary);
    font-size: 18px;
}

.button-reset[b-rc1sh6rfa4] {
    padding: 0;
    margin: 0;
    background-color: white;
    text-align: left;
    font-size: 16px;
}

.button-reset:hover[b-rc1sh6rfa4] {
    background-color: white;
    color: inherit;
}

.tag-group[b-rc1sh6rfa4] {
    font-size: 16px !important;
}

@media only screen and (max-width: 768px) {
    .export-search-row[b-rc1sh6rfa4] {
        display: none;
    }

    .export-title-row[b-rc1sh6rfa4] {
        display: block;
    }
}

/* _content/PartnerLocator/Components/Utils/WebsiteUrl.razor.rz.scp.css */
/* Need to re-apply broadcom link styles to take effect */

a[b-1hse5itulb], .link[b-1hse5itulb] { /* stand-alone link, block style */
    text-decoration: none;
    background-color: transparent;
    font-family: var(--font-family--secondary);
    color: var(--color-secondary);
    font-weight: 500;
}

a.inline-link[b-1hse5itulb], .inline-link[b-1hse5itulb] { /* inline link style */
    font-family: var(--font-family--primary);
    color: var(--color-secondary);
    font-weight: 300;
}

@keyframes link-fadeinout-b-1hse5itulb {
    0%, 100% {
        text-decoration-color: transparent;
    }

    50% {
        text-decoration-color: var(--color-primary);
    }
}

a:hover[b-1hse5itulb], .link:hover[b-1hse5itulb], .inline-link:hover[b-1hse5itulb] {
    color: var(--color-black);
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 2px;
    animation: link-fadeinout-b-1hse5itulb 1.5s linear forwards;
}
/* _content/PartnerLocator/Layout/PartnerLocatorLayout.razor.rz.scp.css */
body[b-h5zyj1v9m9] {
    padding: 0;
}

.padding-for-footer[b-h5zyj1v9m9] {
    padding-bottom: 150px;
}

