/* /Layout/Header.razor.rz.scp.css */
body[b-l8qyw4b8e1] {
}

.horizon-blue-header-wrap[b-l8qyw4b8e1] {
    display: flex;
    height: 64px;
    padding: 12px 96px;
    align-items: center;
    justify-content: space-between;
}

.horizon-blue-header-button-wrap[b-l8qyw4b8e1] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.horizon-blue-glossary-btn[b-l8qyw4b8e1], [b-l8qyw4b8e1] .horizon-search-wrap .horizon-blue-language-btn {
    color: #000;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 200% */
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    gap: 4px;
}

.horizon-blue-header-logo-wrap:hover[b-l8qyw4b8e1] {
    cursor: pointer;
}

#horizonGlossaryModal .modal-dialog[b-l8qyw4b8e1] {
    max-width: 90%;
}

#horizonGlossaryModal .modal-header[b-l8qyw4b8e1] {
    background: #00438B;
    padding: 2rem 1.5rem;
    align-items: flex-start;
    gap: 6px;
}

#horizonGlossaryModal .modal-body[b-l8qyw4b8e1] {
    padding: 1.5rem;
}

.glossary-title-wrap[b-l8qyw4b8e1] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

#horizonGlossaryModal .btn-close[b-l8qyw4b8e1] {
    color: #FFF !important;
    background: transparent url('/images/header/Close.svg') center / 1em auto no-repeat;
    height: 15px;
    width: 15px;
    background-size: cover;
}

#horizonGlossaryModal .modal-title[b-l8qyw4b8e1] {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}

#horizonGlossaryModal .title-desc[b-l8qyw4b8e1] {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

#horizonGlossaryModal .horizon-tab-section[b-l8qyw4b8e1] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

#horizonGlossaryModal .horizon-tab-section-text[b-l8qyw4b8e1] {
    color: #333;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.4px;
}

#horizonGlossaryModal .horizon-tab-content-wrap[b-l8qyw4b8e1] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.5rem 0rem;
    border-bottom: 1px solid #D9D9D9;
}

#horizonGlossaryModal .horizon-tab-content-heading[b-l8qyw4b8e1] {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
}

#horizonGlossaryModal .horizon-tab-content-description-wrap[b-l8qyw4b8e1] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#horizonGlossaryModal .horizon-tab-content-description[b-l8qyw4b8e1] {
    color: #333;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#horizonGlossaryModal #glossaryTabContent[b-l8qyw4b8e1] {
    height: 65vh;
    overflow: auto;
}

#glossaryTab .nav-item .nav-link[b-l8qyw4b8e1], #glossaryTab .nav-item .nav-link.active[b-l8qyw4b8e1] {
    color: #00468B;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    /* line-height: normal; */
}

    #glossaryTab .nav-item .nav-link:disabled[b-l8qyw4b8e1] {
        color: #CCC;
        text-align: center;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
    }

        #glossaryTab .nav-item .nav-link:disabled:hover[b-l8qyw4b8e1] {
            cursor: not-allowed;
        }


/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-che7htkeun] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-che7htkeun] {
    flex: 1;
}

.sidebar[b-che7htkeun] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-che7htkeun] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-che7htkeun]  a, .top-row[b-che7htkeun]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-che7htkeun]  a:hover, .top-row[b-che7htkeun]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-che7htkeun]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-che7htkeun] {
        justify-content: space-between;
    }

    .top-row[b-che7htkeun]  a, .top-row[b-che7htkeun]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-che7htkeun] {
        flex-direction: row;
    }

    .sidebar[b-che7htkeun] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-che7htkeun] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-che7htkeun]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-che7htkeun], article[b-che7htkeun] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mm5sxzdktk] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-mm5sxzdktk] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-mm5sxzdktk] {
    font-size: 1.1rem;
}

.bi[b-mm5sxzdktk] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-mm5sxzdktk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-mm5sxzdktk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-mm5sxzdktk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-mm5sxzdktk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mm5sxzdktk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mm5sxzdktk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mm5sxzdktk]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-mm5sxzdktk]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-mm5sxzdktk]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-mm5sxzdktk] {
        display: none;
    }

    .collapse[b-mm5sxzdktk] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-mm5sxzdktk] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Results/SearchResults.razor.rz.scp.css */
body[b-x210oyfzqk] {
}
.horizon-results-heading-wrap[b-x210oyfzqk] {
    margin-bottom: 1.5rem;
}
.horizon-results-heading-text[b-x210oyfzqk] {
    color: #000;
    font-family: "Roboto", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
}
/* /Pages/Search/CostEstimator.razor.rz.scp.css */
body[b-4zzsveer7m] {
}

.horizon-blue-main-wrap[b-4zzsveer7m] {
    background: #FFF;
    display: flex;
    flex-direction: column;
}

.horizon-dce-common-container[b-4zzsveer7m] {
    background: #0F3F84;
    width: 100%;
    /*height: 93vh;*/
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    padding: 19px 0px;
}

.horizon-dce-title-wrap[b-4zzsveer7m] {
    margin-top: 42px;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.horizon-dce-title-sub-wrap[b-4zzsveer7m] {
    display: flex;
    flex-direction: column;
}

.horizon-dce-wish-text[b-4zzsveer7m] {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
}

.horizon-dce-title-text[b-4zzsveer7m] {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.horizon-dce-desc-text[b-4zzsveer7m] {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.4px;
}

.horizonSelect-label[b-4zzsveer7m], .horizonZip-label[b-4zzsveer7m] {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    letter-spacing: 0.3px;
    margin: 0px;
}

#horizonSelect[b-4zzsveer7m], #horizonZip[b-4zzsveer7m] {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.4px;
    width: 320px;
    background: transparent;
    border: 0px;
    border-radius: 0px;
    padding-left: 0px;
}

.horizon-dce-select-sub-wrap[b-4zzsveer7m] {
    border-bottom: 1px solid #FFF;
    padding: 4px 8px;
}

.horizon-dce-select-wrap[b-4zzsveer7m] {
    display: flex;
    margin-top: 62px;
    gap: 2rem;
    align-items: flex-start;
}

#horizonSelect:focus[b-4zzsveer7m], #horizonZip:focus[b-4zzsveer7m] {
    border-color: #eef0f3;
    outline: 0;
    /*box-shadow: 0 0 0 .25rem rgb(236 242 251 / 25%);*/
    box-shadow: none;
}

[b-4zzsveer7m].horizon-search {
    border: 0px;
}

#horizonSelect select option[b-4zzsveer7m], select option[b-4zzsveer7m] {
    margin: 40px;
    border-radius: 0px;
    background: #0F3F84;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.horizon-dce-search-wrap[b-4zzsveer7m] {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    /*gap: 2rem;*/
}

.horizon-sce-error-padding[b-4zzsveer7m] {
    margin-top: 0.5rem;
}

#horizonSelectCategory[b-4zzsveer7m] {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
}

    #horizonSelectCategory:focus[b-4zzsveer7m] {
        box-shadow: none;
        border-color: #ccc;
    }

.horizon-dce-search-icon-wrap:hover[b-4zzsveer7m] {
    cursor: pointer;
}

.horizon-dce-select-sub-search-wrap[b-4zzsveer7m] {
    width: -webkit-fill-available;
    display: flex;
}

.horizon-dce-search-icon-wrap[b-4zzsveer7m] {
    display: flex;
    padding: 14px;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #1A5CE2;
}

.horizon-dce-search-sub-wrap[b-4zzsveer7m] {
    display: flex;
    height: 64px;
    padding: 10px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    width: 780px;
    max-width: 780px;
}

.horizon-dce-search-hints-wrap[b-4zzsveer7m] {
    display: inline-flex;
    align-items: center;
    gap: 24px;
}

.horizon-dce-search-hints-wrap span[b-4zzsveer7m] {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.4px;
    cursor: pointer;
}

.horizon-dce-features-sub-wrap[b-4zzsveer7m] {
    display: flex;
    /*width: 884px;*/
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 16px;
    padding: 0px 230px;
    justify-content: center;
}

.horizon-dce-browse-heading[b-4zzsveer7m] {
    color: #000;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px; /* 128.125% */
    letter-spacing: -0.32px;
    margin: auto;
}

.horizon-dce-browse-text[b-4zzsveer7m] {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: auto;
}

.horizon-dce-feature-sub-wrap[b-4zzsveer7m] {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.16);
    display: flex;
    width: 284px;
    padding: 18px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.horizon-dce-browsing-tiles[b-4zzsveer7m] {
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap */
    gap: 16px; /* Adjusts spacing between items */
    justify-content: center;
    margin-bottom: 16px;
    padding: 0px 370px;
}

.horizon-dce-feature-sub-wrap:hover[b-4zzsveer7m] {
    cursor: pointer;
}

    .horizon-dce-feature-browse[b-4zzsveer7m] {
        display: flex;
        /*width: 284px;*/
        padding: 16px 0px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        text-align: center;
    }

.horizon-dce-features-wrap[b-4zzsveer7m] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E0E9F1;
    padding: 18px 0px;
}

.horizon-dce-feature-sub-wrap-item[b-4zzsveer7m] {
    display: flex;
    height: 64px;
    align-items: center;
    gap: 34px;
    align-self: stretch;
    justify-content: space-between;
}

.horizon-dce-feature-sub-wrap-item-head[b-4zzsveer7m] {
    color: #000;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}

.horizon-dce-feature-sub-wrap-item-text[b-4zzsveer7m] {
    color: #212121;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
}

/*.horizon-spanish-tile-width {
    width: 342px !important;
}*/


@media only screen and (max-width: 1680px) {
    .horizon-dce-features-sub-wrap[b-4zzsveer7m] {
        padding: 0px 200px;
    }
    .horizon-dce-title-wrap[b-4zzsveer7m] {
        margin-top: 12px;
    }
    .horizon-dce-browsing-tiles[b-4zzsveer7m] {
        padding: 0px 350px;
    }
    }
@media only screen and (max-width: 1630px) {
    .horizon-dce-browsing-tiles[b-4zzsveer7m]{
        padding: 0px 320px;
    }
}
    @media only screen and (max-width: 1600px) {
        .horizon-dce-features-sub-wrap[b-4zzsveer7m] {
            padding: 0px 140px;
        }
    }

@media only screen and (max-width: 1539px) {
    .horizon-dce-browsing-tiles[b-4zzsveer7m] {
        padding: 0px 220px;
    }
}

    @media only screen and (max-width: 1500px) {
        .horizon-dce-features-sub-wrap[b-4zzsveer7m] {
            padding: 0px 100px;
        }
    }

    @media only screen and (max-width: 1400px) {
        .horizon-dce-features-sub-wrap[b-4zzsveer7m] {
            padding: 0px 75px;
        }
    }

    @media only screen and (max-width: 1366px) {
        .horizon-dce-features-sub-wrap[b-4zzsveer7m] {
            padding: 0px 35px;
        }

        .horizon-dce-browsing-tiles[b-4zzsveer7m] {
            padding: 0px 150px;
        }
    }

    @media only screen and (max-width: 1280px) {
        .horizon-dce-features-sub-wrap[b-4zzsveer7m] {
            padding: 0px 25px;
        }

        .horizon-dce-feature-sub-wrap[b-4zzsveer7m] {
            padding-left: 10px;
            padding-right: 10px;
        }
    }

    @media only screen and (max-width: 1279px) {
        .horizon-dce-browse-heading[b-4zzsveer7m] {
            font-size: 28px;
        }
    }

    @media only screen and (max-width: 1250px) {
        .horizon-dce-features-sub-wrap[b-4zzsveer7m] {
            padding: 0px;
        }

        .horizon-dce-browsing-tiles[b-4zzsveer7m] {
            padding: 0px 40px;
            /*flex-direction: column;*/
            /* justify-content: center; */
            /*align-items: center;*/
        }
    }

    @media only screen and (max-width: 1024px) {
        /*.horizon-dce-browsing-tiles {
        flex-direction: column;
        align-items: center;
    }*/
    }

@media only screen and (min-width:960px) and (max-width:982px) {

}
/* /Pages/Search/CostEstimatorSpanish.razor.rz.scp.css */
body[b-1ker072pyt] {
}

.horizon-blue-main-wrap[b-1ker072pyt] {
    background: #FFF;
    display: flex;
    flex-direction: column;
}

.horizon-dce-common-container[b-1ker072pyt] {
    background: #0F3F84;
    width: 100%;
    /*height: 93vh;*/
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    padding: 19px 0px;
}

.horizon-dce-title-wrap[b-1ker072pyt] {
    margin-top: 42px;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.horizon-dce-title-sub-wrap[b-1ker072pyt] {
    display: flex;
    flex-direction: column;
}

.horizon-dce-wish-text[b-1ker072pyt] {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
}

.horizon-dce-title-text[b-1ker072pyt] {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.horizon-dce-desc-text[b-1ker072pyt] {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.4px;
}

.horizonSelect-label[b-1ker072pyt], .horizonZip-label[b-1ker072pyt] {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    letter-spacing: 0.3px;
    margin: 0px;
}

#horizonSelect[b-1ker072pyt], #horizonZip[b-1ker072pyt] {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.4px;
    width: 320px;
    background: transparent;
    border: 0px;
    border-radius: 0px;
    padding-left: 0px;
}

.horizon-dce-select-sub-wrap[b-1ker072pyt] {
    border-bottom: 1px solid #FFF;
    padding: 4px 8px;
}

.horizon-dce-select-wrap[b-1ker072pyt] {
    display: flex;
    margin-top: 62px;
    gap: 2rem;
    align-items: flex-start;
}

#horizonSelect:focus[b-1ker072pyt], #horizonZip:focus[b-1ker072pyt] {
    border-color: #eef0f3;
    outline: 0;
    /*box-shadow: 0 0 0 .25rem rgb(236 242 251 / 25%);*/
    box-shadow: none;
}

[b-1ker072pyt].horizon-search {
    border: 0px;
}

#horizonSelect select option[b-1ker072pyt], select option[b-1ker072pyt] {
    margin: 40px;
    border-radius: 0px;
    background: #0F3F84;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.horizon-dce-search-wrap[b-1ker072pyt] {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    /*gap: 2rem;*/
}

.horizon-sce-error-padding[b-1ker072pyt] {
    margin-top: 0.5rem;
}

#horizonSelectCategory[b-1ker072pyt] {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
}

    #horizonSelectCategory:focus[b-1ker072pyt] {
        box-shadow: none;
        border-color: #ccc;
    }

.horizon-dce-search-icon-wrap:hover[b-1ker072pyt] {
    cursor: pointer;
}

.horizon-dce-select-sub-search-wrap[b-1ker072pyt] {
    width: -webkit-fill-available;
    display: flex;
}

.horizon-dce-search-icon-wrap[b-1ker072pyt] {
    display: flex;
    padding: 14px;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #1A5CE2;
}

.horizon-dce-search-sub-wrap[b-1ker072pyt] {
    display: flex;
    height: 64px;
    padding: 10px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    width: 780px;
    max-width: 780px;
}

.horizon-dce-search-hints-wrap[b-1ker072pyt] {
    display: inline-flex;
    align-items: center;
    gap: 24px;
}

    .horizon-dce-search-hints-wrap span[b-1ker072pyt] {
        color: #FFF;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
        letter-spacing: 0.4px;
        cursor: pointer;
    }

.horizon-dce-features-sub-wrap[b-1ker072pyt] {
    display: flex;
    /*width: 884px;*/
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 16px;
    padding: 0px 230px;
    justify-content: center;
}

.horizon-dce-browse-heading[b-1ker072pyt] {
    color: #000;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px; /* 128.125% */
    letter-spacing: -0.32px;
    margin: auto;
}

.horizon-dce-browse-text[b-1ker072pyt] {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: auto;
}

.horizon-dce-feature-sub-wrap[b-1ker072pyt] {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.16);
    display: flex;
    width: 284px;
    padding: 18px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

    .horizon-dce-feature-sub-wrap:hover[b-1ker072pyt] {
        cursor: pointer;
    }

.horizon-dce-feature-browse[b-1ker072pyt] {
    display: flex;
    /*width: 284px;*/
    padding: 16px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    text-align: center;
}

.horizon-dce-features-wrap[b-1ker072pyt] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E0E9F1;
    padding: 18px 0px;
}

.horizon-dce-feature-sub-wrap-item[b-1ker072pyt] {
    display: flex;
    height: 64px;
    align-items: center;
    gap: 34px;
    align-self: stretch;
    justify-content: space-between;
}

.horizon-dce-feature-sub-wrap-item-head[b-1ker072pyt] {
    color: #000;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}

.horizon-dce-feature-sub-wrap-item-text[b-1ker072pyt] {
    color: #212121;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
}

/*.horizon-spanish-tile-width {
    width: 342px !important;
}*/


@media only screen and (max-width: 1680px) {
    .horizon-dce-features-sub-wrap[b-1ker072pyt] {
        padding: 0px 200px;
    }
    .horizon-dce-title-wrap[b-1ker072pyt] {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 1600px) {
    .horizon-dce-features-sub-wrap[b-1ker072pyt] {
        padding: 0px 140px;
    }
}

@media only screen and (max-width: 1500px) {
    .horizon-dce-features-sub-wrap[b-1ker072pyt] {
        padding: 0px 100px;
    }
}

@media only screen and (max-width: 1400px) {
    .horizon-dce-features-sub-wrap[b-1ker072pyt] {
        padding: 0px 75px;
    }
}

@media only screen and (max-width: 1366px) {
    .horizon-dce-features-sub-wrap[b-1ker072pyt] {
        padding: 0px 35px;
    }
}

@media only screen and (max-width: 1280px) {
    .horizon-dce-features-sub-wrap[b-1ker072pyt] {
        padding: 0px 25px;
    }

    .horizon-dce-feature-sub-wrap[b-1ker072pyt] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 1279px) {
    .horizon-dce-browse-heading[b-1ker072pyt] {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1250px) {
    .horizon-dce-features-sub-wrap[b-1ker072pyt] {
        padding: 0px;
    }
}
