<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

Blue:           #171E36
Blue dark:      #0A174C
Orange:         #d1861e
Orange dark:    #FF6338

*/

.fbindex {
    display: flex;
    width: 100%;
    padding: 10px 0px 5px;
    z-index: 99;
    /*
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    */
    position: relative;
}

.fbindex.fluid {
    justify-content: space-evenly;
    margin: 0 -5px;
    width: calc(100% + 10px);
    padding-left: 0;
    padding-right: 0;
}
.fbindex.fluid .filteritem {
    width: 100%;
    margin: 0 5px 5px 5px;
}

.filterpanel .field {
    margin: 12px 0;
}

.filterpanel .field.stepper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.filterpanel .field.checkbox,
.filterpanel .field.radio {
    position: relative;
}
.filterpanel .field.checkbox input,
.filterpanel .field.radio input {
    position: absolute;
    opacity: 0;
}
.filterpanel .field.checkbox label,
.filterpanel .field.radio label {
    display: block;
    padding-left: 32px;
    line-height: 1.3;
    margin: 0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
}
.filterpanel .field.checkbox label:before,
.filterpanel .field.radio label:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(24, 21, 69, 0.2);
    background: #f4f3ef center center / 20px 20px no-repeat url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS41IDEwbDMgM2w2IC02IiBmaWxsPSJub25lIiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iMS41Ii8+PC9zdmc+");

    transition: background-color .2s;
}
.filterpanel .field.radio :checked + label:before,
.filterpanel .field.checkbox :checked + label:before {
    background-color: #d1861e;
    border-color: #d1861e;
}
.filterpanel .field.checkbox label:before {
    border-radius: 3px;
}
.filterpanel .field.radio label:before {
    border-radius: 50%;
}

.filterpanel .stepper {
    display: flex;
}
.filterpanel .stepper button {

    -webkit-appearance: none;
    margin: 0;
    border: 1px solid rgba(23, 30, 54, 0.2);
    background-color: #f4f3ef;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #171E36;
    width: 36px;
    height: 36px;
    padding: 0 !important;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.filterpanel .stepper button:hover {
    color: #d1861e;
    border-color: rgba(23, 30, 54, 0.6);
}
.filterpanel .stepper input {
    -webkit-appearance: none;
    margin: 0 5px;
    border: 1px solid rgba(23, 30, 54, 0.2);
    background-color: #f4f3ef;
    color: #171E36;
    height: 36px;
    width: 64px;
    font-size: 16px;
    border-radius: 0px;
    text-align: center;
    font-weight: 800;
    transition: border-color .2s;
}
.filterpanel .stepper input:focus {
    border-color: rgb(209, 135, 30);
}

.filteritem, .filtertext {
    position: relative;
}
.fbindex .filteritem, .fbindex .filtertext {
    margin: 0 10px 0px 0;
}
.fbcover .filteritem {
    width: 100%;
}
.fbindex .filteritem &gt; .filterlabel {
    font-family: 'moret', serif;
    padding: 18px 40px;
    border: 1px solid rgba(209, 135, 30, .3);
    font-size: 20px;
    line-height: 1;
    border-radius: 5px;
    font-weight: 700;
    color: #d1861e;
    background: #f4f3ef;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.fbindex .filteritem &gt; .filterlabel:hover {
    border: 1px solid rgba(209, 135, 30, .8);
}
.filtertext {
    padding: 16px 20px 16px 0;
    font-size: 16px;
    line-height: 1;
    margin-right: 0;

}


.fbindex .filteritem.open &gt; .filterlabel {
    border-color: rgba(209, 135, 30, 0.6);
  
   
}
.fbindex .filteritem.set &gt; .filterlabel {
    border-color: #d1861e;
    color: #d1861e;
    background-color: rgba(209, 135, 30, 0.1);
}

.filterpanel {
    display: none;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    background: #f4f3ef;
    border-radius: 5px;
    width: 260px;
    box-shadow: 0 40px 100px -20px rgba(0, 0, 10, 0.1), 0 30px 70px -30px rgba(23, 30, 54, 0.2);
    border: 0px solid rgba(209, 135, 30, 0.6);
    /* padding-bottom: 70px; */
    z-index: 99999999 !important;
}
.fbcover .filterpanel {
    top: 100%;
}

@media screen and (min-width: 420px) {
    .filterpanel {
        width: 360px;
    }
}

.filteritem.open .filterpanel {
    display: block;
}
.filterpanel.large {
    width: 800px;
    /*max-height: calc(100vh - 300px);*/
}


.filterpanel .content {
    position: relative;
    padding: 10px 20px;
    max-height: 600px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}


.filterpanel .content .cols {
    display: flex;
    justify-content: space-evenly;


    padding: 0px 0 20px;
    border-bottom: 1px solid #eee;

}
.filterpanel .content .cols:last-child {
    border-bottom: none;
}
.filterpanel .content .cols .col {
    width: 100%;

}

.filterpanel .foot {

    width: 100%;
    height: 70px;
    background: #f4f3ef;
    padding: 1rem;
    border-top: 1px solid #ebebeb;
    border-radius: 0 0 5px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filterpanel.large .foot {
    /* position: absolute;
    bottom: 0; */
}

.filterbar button:not(.searchbox-button) {
    -webkit-appearance: none;
    margin: 0;
    padding: 12px 1.5rem;
    font-size: 16px;

    line-height: 1;
}
.filterbar button.clear-button {
    padding-left: 0;
    padding-right: 0;
    border: none;
    background: none;
    color: rgba(23, 30, 54, 0.4);
    text-decoration: underline;
    margin-left: 10px;
}
.filterbar button.clear-button:hover {
    color: rgba(23, 30, 54, 0.6);
}
.filterbar button.save-button {
    border: 1px solid rgba(23, 30, 54, 0.2);
    background-color: #d1861e !important;
    color: #f4f3ef;
    border-radius: 5px;
    font-weight: 700;
}
.filterbar button.save-button:hover {
    background-color: #d1861e !important;
    box-shadow: 0 0px 20px rgba(148, 193, 42, 0.4);
}

.filterpanel .subheader {

    font-weight: 700;
    margin: 20px 0 0rem 0;
    line-height: 1;
    color: #171E36;
}



.filterbar .input-group {
    cursor: pointer;
}
.filterbar .input-group .input-group-label {
    border-radius: 0 !important;
    font-size: .875rem;
}


@media (max-width: 970px) {

    .filterpanel.large {

    }
    .filterpanel .content .cols {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .filterpanel .content .cols .col {
        width: 50%;
        padding:0;

    }

}
@media (max-width: 640px) {
    .fbindex {
        padding-top:0;
       flex-wrap: wrap;
    }
    .filterpanel {
        left: 0px !important;
        width: calc(100% + 10px) !important;
    }
    .searchbox  .filterpanel {
        left: -20px !important;
        width: calc(100% + 40px);
    }
    .filterpanel.large {
        left: 0px !important;
        max-width: calc(100% + 10px);


    }
    .filterpanel .content {
        padding: 10px 10px;
    }
    .filterpanel .content .cols .col {
        width: 100%;
        padding:0;

    }
    .filtertext {
        padding: 0px 20px 16px 0;
        font-size: 14px;
        line-height: 1;
        margin-right: 0;

    }
    .fbindex .filteritem {
       width: 100%;
        margin-bottom: 5px;
    }
    .fbindex .filteritem &gt; .filterlabel {
        padding-left: 20px;
        font-size: 16px;
    }

}
</pre></body></html>