<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.filter--wrapper {
    font-family: 'Source Sans Pro',sans-serif !important;
    padding-left: 0;
}

.filter-collapsible--wrapper__contentInner,
.leftNav-collapsible--wrapper__contentInner {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-top: 0;
    padding-top: 0;
}

.filter-collapsible--wrapper__contentOuter{
    overflow: auto;

}

.css-1pcexqc-container.version--wrapper {
    margin-top: 10px;
}

span.filter_label.filter-ratingsystem-noresult {
    color: gray;
}



.css-bg1rzq-control{
    font-size: 13px;
}

button.info-button-scorecard.btn.btn-info.btn-sm {
    font-weight: 500;
}

.info-button-scorecard{
    background-color: #008ea6;
}

.filter-collapsible--wrapper__contentInner p:last-child,
.leftNav-collapsible--wrapper__contentInner p:last-child  {
    margin-bottom: 0;
}

button.btn.btn-info.btn-sm {
    width: -webkit-fill-available;
    margin-top: 10px;
}

.css-fk865s-option{
    font-size: 13px !important;
}

.filter-collapsible--wrapper__trigger,
.leftNav-collapsible--wrapper__trigger {
    display: block;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    padding: 10px;
    background: none;
    color: #282c3f;
    cursor: pointer;
    padding-bottom: 0px;
    text-transform: uppercase;
    /* font-size: 14px; */
    font-size: 12px;
    margin: 0 0 10px 0;
}
.filter-collapsible--wrapper__trigger:after,
.leftNav-collapsible--wrapper__trigger:after {
    font-family: "Font Awesome 5 Free"!important;
    content: '\F078';
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    font-weight: 600;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    -o-transition: transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
}

.filter-collapsible--wrapper__trigger.is-open:after,
.leftNav-collapsible--wrapper__trigger.is-open:after {
    -webkit-transform: rotateZ(180deg);
        -ms-transform: rotate(180deg);
            transform: rotateZ(180deg);
}

.filter-collapsible--wrapper__trigger.is-disabled,
.leftNav-collapsible--wrapper__trigger.is-disabled  {
    opacity: 0.5;
    background-color: grey;
}

.leftNav-collapsible--wrapper__level2.leftNav-collapsible--wrapper__trigger{
    font-weight: 600;
    font-size: 13px;
    padding-left: 14px;
    text-transform: capitalize;
}

.leftNav-collapsible--wrapper__level2.leftNav-collapsible--wrapper__contentInner {
    border-bottom: none;
}

.leftNav-collapsible--refguide:after{
    right: 35px !important;

}

.course-subscription-filter--wrapper{
    border-bottom: 1px solid #ddd;
    color: #606975;
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: 10px;
    padding-top: 0px;
}

.course-subscription-filter--wrapper ul{
    padding-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 7px;
}

.filter-description {
    /* font-size: 13px; */
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #282c3f;
}

.library-title--wrapper{
    border-bottom: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 15px;
}

.library-title--wrapper .library-title {
    font-weight: 600;
    color: #282c3f;
}
.filter-checkboxes--wrapper ul{
    max-height: 340px;
    position: relative;
    overflow-y: auto;
    list-style: none;
    padding: 0px 0px 12px;
    margin: 0px;
    padding-right: 10px;
    /* overflow:visible; */
}

.explore-checkboxes-favorites ul{
    max-height: 100% !important;
    position: relative;
    overflow-y: auto;
    list-style: none;
    padding: 0px 0px 12px;
    margin: 0px;
    padding-right: 10px;
    /* overflow:visible; */
}

.badges ul{
    max-height: 100% !important;
    position: relative;
    overflow-y: auto;
    list-style: none;
    padding: 0px 0px 12px;
    margin: 0px;
    padding-right: 10px;
    /* overflow:visible; */
}

/* .filter-checkboxes--wrapper .filter_label_count{
    font-size: 11px;
    margin-left: 8px;
    color: white;
    letter-spacing: 0.25px;
    font-family: sans-serif;
} */

.filter-checkboxes--wrapper ul li{
    height: auto !important;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: contents;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 2px;
}

.filter-checkboxes--wrapper li input,
.filter-checkboxes--wrapper li label{
    /* font-size: 13px; */
    font-size: 12px;
    color: #282c3f;
    margin-bottom: 5px;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    cursor: pointer;
}

.filter-radiobuttons--wrapper li input,
.filter-radiobuttons--wrapper li label{
    /* font-size: 13px; */
    font-size: 12px;
    color: #282c3f;
    -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    cursor: pointer; 
    /* margin-bottom: 5px;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    cursor: pointer; */
}

.filter-checkboxes--wrapper li.active input,
.filter-checkboxes--wrapper li.active label::before {
    background-color: #0071bc;
}


.filter-radiobuttons--wrapper li.active input,
.filter-radiobuttons--wrapper li.active label::before {
    background-color: #0071bc;
}

.filter-checkboxes--wrapper li input,
.filter-checkboxes--wrapper li label::before {
    background-color: white;
    border: 1px solid #ccc !important;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    content: "";
    color: #686868;
    margin-right: calc(16px * 0.5);
    top: 50%;
    left: 0;
    min-width: 14px !important;
    min-height: 14px !important;
    width: 14px !important;
    height: 14px !important;
    display: inline-block;
    vertical-align: middle;
}

.filter-checkboxes--wrapper li input{
    position: absolute;
}

.filter-checkboxes--wrapper li input,
.filter-checkboxes--wrapper li label::after {
    background-color: transparent;
    top: 50%;
    left: calc(0px + 16px/5) !important;
    width: calc(12px / 2);
    height: calc(16px / 5) !important;
    margin-top: calc(16px / -2 / 2 * 0.8);
    /* border-style: solid; */
    border-color: white !important;
    border-width: 0 0 2px 2px;
    border-radius: 0;
    -webkit-border-image: none;
         -o-border-image: none;
            border-image: none;
    -webkit-transform: rotate(-45deg) scale(0);
    -ms-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.css-9d37m9-Radio-vh:checked + label::after{
    -webkit-transform: scale(0) !important;
    -ms-transform: scale(0) !important;
    transform: scale(0) !important;
}

/* .ToolTipPortal &gt; div{
    background: lightgray !important;
    max-width: 350px !important;
    border: 1px solid lightgray !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    padding: 10px !important;
    font-size: 14px !important;
    color: #231f20 !important;
    margin-left: -30px;
}

.ToolTipPortal &gt; div span:first-child{
    border-right: 10px solid lightgray !important;
}

.ToolTipPortal &gt; div span:nth-child(2){
    border-right: 11px solid lightgray !important;
} */

.education-tooltip{
    opacity: 1 !important;
}

/* .education-tooltip &gt; div{
    background: lightgray !important;
    max-width: 350px !important;
    border: 1px solid lightgray !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    padding: 10px !important;
    font-size: 14px !important;
    color: #231f20 !important;
    margin-left: -30px;
    top: 290px !important;
    left: 20% !important;

} */

.education-tooltip &gt; div span:first-child{
    border-right: 10px solid lightgray !important;
}

.education-tooltip &gt; div span:nth-child(2){
    border-right: 11px solid lightgray !important;
}


.education-tooltip2{
    opacity: 1 !important;
}

/* .education-tooltip2 &gt; div{
    background: lightgray !important;
    max-width: 350px !important;
    border: 1px solid lightgray !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    padding: 10px !important;
    font-size: 14px !important;
    color: #231f20 !important;
    margin-left: -30px;
    top: 590px !important;
    left: 20% !important;

} */

.education-tooltip2 &gt; div span:first-child{
    border-right: 10px solid lightgray !important;
}

.education-tooltip2 &gt; div span:nth-child(2){
    border-right: 11px solid lightgray !important;
}

.css-1t9c74s:checked + label::before {
    border-color:none !important;
    background-color:#0071bc;
    border: 1px solid #0071bc !important;
}

.css-1q1sdox:checked + label::before{
    border-color:none !important;
    background-color:#0071bc;
    border: 1px solid #0071bc !important;
}
.css-1t9c74s:checked + label::after{
    border-color: #fff !important;
}
.filter-checkboxes--wrapper li input:checked,
.filter-checkboxes--wrapper li label::before {
    border-color: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.filter-checkboxes--wrapper li input:hover,
.filter-checkboxes--wrapper li label::before {
    border-color: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.filter-checkboxes--wrapper li input:focus,
.filter-checkboxes--wrapper li label::before {
    border-color: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* .filter-checkboxes--wrapper li label &gt; span &gt; span{
    font-size: 11px;
    margin-left: 4px;
    color: white;
    letter-spacing: 0.25px;
    font-family: sans-serif;
} */

/* .custom-filter-ce-hours-child-1 li:nth-child(1) {
    display: none !important;
}
.custom-filter-aia-child-1 li:nth-child(1) {
    display: none !important;
} */
.custom-filter-exam-prep-child-1 li:nth-child(1){
    display: none !important;
}

.filter-checkboxes--wrapper .custom-filter-ce-hours-child-1,
.filter-checkboxes--wrapper .custom-filter-exam-prep-child-1,
.filter-checkboxes--wrapper .custom-filter-aia-child-1{
    margin-top: -13px;
}

.custom-subs-box ul {
    padding-bottom: 0px;
    padding-top: 10px;
}

.filter-date-collapsible--wrapper{
    padding: 10px;
    margin-top: 2px;
}

.filter-date-collapsible--wrapper .startDate{
    width: 48%;
    float: left;
}

.filter-date-collapsible--wrapper .endDate{
    width: 48%;
    float: left;
    margin-left: 4%;
}

.filter-date-collapsible--wrapper h3{
    font-weight: 600;
    color: #282c3f;
    text-transform: uppercase;
    font-size: 12px;
}

.filter-date-collapsible--wrapper div.css-3seida{
    background: #fff;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    -webkit-border-image: initial;
         -o-border-image: initial;
            border-image: initial;
}

.filter-date-collapsible--wrapper div .DayPickerInput{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.filter-date-collapsible--wrapper div .DayPickerInput input {
    height: 35px;
    padding: 5px 5px;
    font-size: 13px;
    text-align: left;
    padding-right: 0;
    width: 100%;
    border: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, "Droid Sans", "Helvetica Neue", sans-serif;
}

.filter-date-collapsible--wrapper .DayPickerInput-Overlay{
    bottom: 40px;
    top: inherit !important;
}

.filter-date-collapsible--wrapper svg.cancel-icon{
    -ms-flex-preferred-size: 25px;
        flex-basis: 25px;
}

.filter-date-collapsible--wrapper svg.cancel-icon{
    fill: #808080;
}

.filter-slider--wrapper div div[title]{
    background-color: #ccc;
}

.filter-slider--wrapper .filter-slider{
    height: 10px;
}

.filter-slider--wrapper .filter-slider-label{
    font-size: 12px;
}

.filter-slider--wrapper .filter-slider .rheostat-background{
    height: 2px !important;
    background-color: #ccc;
}

.filter-slider--wrapper .filter-slider button.rheostat-handle{
    border: 1px solid #ccc;
    background-color: #fff;
    top: -5px;
    height: 15px;
    width: 15px;
}

.filter-slider--wrapper .filter-slider .rheostat-progress{
    height: 2px !important;
    background-color: #ccc;
}

.searchResult-wrapper .selected-filters{
    margin-top: 10px;
    margin-left: 0;
}

.searchResult-wrapper .selected-filters a{
    background: #fff;
    border: 1px solid #ddd;
    font-size: 12px;
    border-radius: 0;
    margin: 2px 6px !important;
    padding: 5px 8px !important;
    padding-right: 5px !important;
    margin-left: 0 !important;
    display: -webkit-inline-box ;
    display: -ms-inline-flexbox ;
    display: inline-flex ;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
        justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
        align-items: center !important;
    min-height: 30px;
    overflow-wrap: break-word;
    line-height: 1.2rem;
    align-items: center;
    min-height: 30px;
    overflow-wrap: break-word;
    line-height: 1.2rem;
}

.searchResult-wrapper .selected-filters a span:first-child{
    margin-right: 5px !important;
    /* text-transform: capitalize; */
}

.searchResult-wrapper .selected-filters a span:nth-child(2){
    position: relative !important;
    padding-right: 0 !important;
    margin-left: 5px !important;
}

/* .searchResult-wrapper .selected-filters a:last-child{
    font-size: 12px;
    text-transform: uppercase;
    border: none;
    color: #0071bc;
    font-weight: 600;
    letter-spacing: 1px;
    background: none;
} */

.result-Info--wrapper .result-noOfItems{
    font-size: 15px;
    margin-top: 10px;
    color: #282c3f;
    width: 100%;
    font-weight: 600;
}

.result-Info--wrapper .result-noOfItems .custom-filter-fa-btn {
    margin-left: 10px;
    margin-top: 1px;
    color: #000;
    font-size: 13px;
    float: right;
    font-weight: normal;
    text-decoration: none;
}

.leftNav-links--wrapper a.btn{
    text-align: left;
    font-size: 13px;
    color: #282c3f;
    display: block;
}

/* Medium devices (tablets, 768px and up): ipad portrait */
@media (min-width: 768px) and (max-width: 991px) {
    .library-title--wrapper ul{
        overflow-y: hidden;
        padding-bottom: 0px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
    .library-title--wrapper ul{
        overflow-y: hidden;
        padding-bottom: 0px;
    }

    .content--wrapper .filter--wrapper,
    .content--wrapper .searchBarResult--wrapper{
        padding-left: 15px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {

    .content--wrapper .filter--wrapper,
    .content--wrapper .searchBarResult--wrapper{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin: auto;

        padding-left: 15px;
    }

    .result-Info--wrapper .result-noOfItems .custom-filter-fa-btn {
        margin-left: 0;
        margin-top: 0;
    }

    .library-title--wrapper{
        padding-left: 0;
        margin-bottom: 5px;
    }
    .library-title--wrapper .library-title{
        margin-bottom: 5px;
    }
    .library-title--wrapper ul{
        overflow-y: hidden;
        padding-bottom: 0px;
    }
    .filter-collapsible--wrapper__trigger,
    .filter-collapsible--wrapper__contentInner{
        padding-left: 0;
    }
    .filter-collapsible--wrapper__contentInner{
        margin-bottom: 10px;
    }
    .course-subscription-filter--wrapper{
        padding-left: 0;
        padding-top: 10px;
    }
    .filter-checkboxes--wrapper ul{
        padding-bottom: 0px;
    }
    .course-subscription-filter--wrapper .filter-checkboxes--wrapper ul{
        padding-bottom: 10px;
    }

    .filter-checkboxes--wrapper .custom-filter-ce-hours-child-1,
    .filter-checkboxes--wrapper .custom-filter-exam-prep-child-1,
    .filter-checkboxes--wrapper .custom-filter-aia-child-1 {
        margin-top: 0;
    }

    .filter-date-collapsible--wrapper{
        padding: 0;
    }

    .filter-startDate--wrapper{
        margin-top: 10px;
    }

    .filter-endDate--wrapper{
        margin-bottom: 25px;
        margin-top: 20px;
    }
    .result-Info--wrapper .downloadLibraryResults-btn{
        display: none;
    }
}

/* .filter-collapsible--wrapper__contentOuter {
    overflow: hidden!important;
} */

.version--wrapper .version--wrapper_pre__menu{
    z-index: 99999!important;
    position: relative!important;
}

.rating--wrapper_pre__menu{
    z-index: 99999!important;
    position: relative!important;
}

.css-1n2k2pf-Flex-leftLabel{
    align-items: center;
    border: 1px solid rgb(204, 204, 204) !important;
}
.searchBarResult--wrapper {
    font-family: 'Source Sans Pro',sans-serif !important;
}

.searchBarResult--wrapper select[name=sort-options] {
    display: none;
}

.css-1pvlvsi-Container a span:last-of-type{
    border-left:none !important
}



#leedInterpretationsLibrary--wrapper .searchBarResult--wrapper select[name=sort-options],
#chaptersLibrary--wrapper .searchBarResult--wrapper select[name=sort-options],
#organizationsLibrary--wrapper .searchBarResult--wrapper select[name=sort-options],
#educationLibrary--wrapper .searchBarResult--wrapper select[name=sort-options],
#resourcesLibrary--wrapper .searchBarResult--wrapper select[name=sort-options],
#storeLibrary--wrapper .searchBarResult--wrapper select[name=sort-options],
#projectsLibrary--wrapper .searchBarResult--wrapper select[name=sort-options],
#peopleLibrary--wrapper .searchBarResult--wrapper select[name=sort-options],
#articleLibrary--wrapper .searchBarResult--wrapper select[name=sort-options],
.peopleLib--wrapper .searchBarResult--wrapper select[name=sort-options]
     {
    display: block !important;
    color: #424242;
    margin-top: -16px;
    margin-left: 5px;
    height: 32px;
    font-size: 0.82rem;
    padding: 0 25px 0 10px;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    outline: 1px solid #ddd;
    outline-offset: -1px;
}

.searchBarResult--wrapper .searchBar--wrapper{
    padding-right: 0px;
}

.searchBarResult--wrapper .result-Info--wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

.searchBar--wrapper input {
    width: 100%;
    height: 42px;
    border: 1px solid #ddd;
    outline: none;
    padding-left: 10px;
    padding-top: 10px;
    background: #fff;
    color: #606975;
    font-size: 0.9rem;
    padding: 8px 32px 8px 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, "Droid Sans", "Helvetica Neue", sans-serif;
}

.searchBar--wrapper input:focus{
    border: 1px solid #0071bc;
}

.searchBar--wrapper input + div div{
    position: absolute;
    top: calc(50% - 12px);
    padding-right: 12px;
    right: 0px;
    width: 30px;
}

.searchBar--wrapper ul li{
    padding: 6px 10px;
    border-bottom: 1px solid #eee;
    margin-left: 5px;
    margin-right: 5px;
    display: block;
}

.searchBar--wrapper li &gt; .trim{
    color: #0071BB !important;
    font-size: 16px;
    display: initial;
    max-height: initial;
    line-height: inherit;
    display: initial !important;
}

.searchBar--wrapper .css-cq2x2v {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 0.9rem;
    z-index: 3;
    position: absolute;
    top: 45px !important;
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 260px;
    overflow-y: auto;
    margin-left: 0px !important;
}

/* .searchBar--wrapper svg.search-icon {
    fill: #959a9c !important;
} */

.searchBar--wrapper svg.search-icon,
.searchBar--wrapper svg.search-location-icon{
    fill: #0071bc !important;
    cursor: pointer;
}

.search-author-info a{
    pointer-events: none;
    color: dodgerblue;
}

.searchBar--wrapper .seachItem-title{
    color: #0071BB !important;
    font-size: 16px;
    font-weight: 400 !important;
}

.searchBar--wrapper .seachItem-info{
    margin-top: -2px;
    color: #666666;
    font-size: 12px;
}

.searchBar--wrapper .search-author-info{
    font-weight: 600;
    padding-right: 10px;
}
.searchBar--wrapper  .search-author-date{
    font-weight: 500;
}

.searchBarResult--wrapper .searchBar--wrapper &gt; div &gt; div{
    position: relative;
}

.searchBarResult--wrapper .viewType--wrapper{
    text-align: right;
}

.searchBarResult--wrapper .viewType--wrapper span:first-child{
    margin-right: 10px;
}

.searchBarResult--wrapper .viewType--wrapper span{
    padding: 0px 10px;
    border: 1px solid #ccc;
    display: inline-block;
    line-height: 38px;
    margin-top: 1px;
    background: #fff;
    cursor: pointer;
}

.searchBarResult--wrapper .viewType--wrapper span.active{
    border: 1px solid #0071bc;
}
.searchBarResult--wrapper .viewType--wrapper .toggleView{
    color: #959a9c;
}

.searchBarResult--wrapper .viewType--wrapper .active .toggleView{
    color: #0071bc;
}

.searchBarResult--wrapper .result-Info--wrapper p.result-info{
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
}

/* .result-Info--wrapper p{

    border: 2px dashed #ccc;
    padding: 15px;
    font-size: 18px;
    color: #666;
    text-align: center;


} */


.searchBarResult--wrapper .result-Info--wrapper p.result-info a{
    color: #0071BB;
}

.seachItem-info .dot_seperator:last-child{
    display: none;
}

/* .DayPickerInput-OverlayWrapper{
    z-index: 999999 !important;
    position: relative!important;

} */

.projects-date-inputs.filter-collapsible--wrapper__contentInner {
    border: none !important;
}

/* Medium devices (tablets, 768px and up): ipad portrait */
@media (min-width: 768px) and (max-width: 991px) {
    .searchBarResult--wrapper{
        margin-top: 15px;
    }

    .searchBarResult--wrapper .viewType--wrapper{
        padding-left: 0px;
    }

    .searchBarResult--wrapper .viewType--wrapper span:nth-child(2){
        margin-right: 0px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
    .searchBarResult--wrapper{
        margin-top: 15px;
    }

    .searchBarResult--wrapper .viewType--wrapper{
        padding-left: 0px;
    }

    .searchBarResult--wrapper .viewType--wrapper span:nth-child(2){
        margin-right: 0px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
    .searchBarResult--wrapper{
        margin-top: 5px;
    }

    .searchBarResult--wrapper .searchBar--wrapper{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-right: 15px;
    }

    /* .searchBarResult--wrapper .searchBar--wrapper ul.css-u5onnz{
        display: none !important;
    } */

    #leedInterpretationsLibrary--wrapper .searchBarResult--wrapper .searchBar--wrapper{
        margin-top: 25px;
    }

    .searchBarResult--wrapper .viewType--wrapper{
        padding-left: 0px;
        display: none;
    }

    .searchBarResult--wrapper .viewType--wrapper span:nth-child(2){
        margin-right: 0px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
    .searchBarResult--wrapper{
        margin-top: 15px;
    }

    .searchBarResult--wrapper .searchBar--wrapper{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }

    /* .searchBarResult--wrapper .searchBar--wrapper ul.css-u5onnz{
        display: none !important;
    } */

    .searchBarResult--wrapper .viewType--wrapper{
        padding-left: 0px;
        display: none;
    }

    .searchBarResult--wrapper .viewType--wrapper span:nth-child(2){
        margin-right: 0px;
    }
}

/* iPhone 10 */
@media only screen
and (min-device-width : 375px)
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) {

    .searchBarResult--wrapper .searchBar--wrapper {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
                flex: 0 0 100%;
        max-width: 100%;
    }

    /* .searchBarResult--wrapper .searchBar--wrapper ul.css-u5onnz{
        display: none !important;
    } */

    .searchBarResult--wrapper .viewType--wrapper{
        padding-left: 0px;
        display: none;
    }

    .searchBarResult--wrapper .viewType--wrapper span:nth-child(2){
        margin-right: 0px;
    }
}


.css-1qtpd4b-InputGroup{
    box-shadow : none !important;
}


/* li#Search\ Library-downshift-item-1{
    display: none;
}


li#Search\ Library-downshift-item-3{
    display: none;
}


li#Search\ Library-downshift-item-5{
    display: none;
}



li#Search\ Library-downshift-item-7{
    display: none;
}

li#Search\ Library-downshift-item-9{
    display: none;
}


li#Search\ Library-downshift-item-11{
    display: none;
}

li#Search\ Library-downshift-item-13{
    display: none;
}

li#Search\ Library-downshift-item-15{
    display: none;
}

li#Search\ Library-downshift-item-17{
    display: none;
}

li#Search\ Library-downshift-item-19{
    display: none;
} */


/** Media queries **/

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