.searchandfilter ul {
    margin: 0 0 30px 0;
    padding: 0;
}

.searchandfilter ul li {
    margin-top: .25em;
    padding: 0 !important;
}

.searchandfilter .sf-field-search {
    margin-bottom: 30px;
}

.searchandfilter .sf-field-search label {
    display: block;
}

.searchandfilter .sf-input-text {
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    line-height: 1.5em;
    margin: 0;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    padding: 6px 12px;
}

.searchandfilter .sf-label-checkbox {
    color: #333;
    display: inline-block;
    line-height: 1.17857em;
    padding-left: 1.67857em;
    position: relative;
    font-size: 15px;
    font-weight: 400;
}

.searchandfilter .sf-input-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.searchandfilter .sf-label-checkbox {
    color: #333;
    display: inline-block;
    line-height: 1.17857em;
    padding-left: 1.67857em !important;
    position: relative;
    cursor: pointer;
}

.searchandfilter .sf-label-checkbox:before {
    content: '';
    display: block;
    height: 1.17857em;
    left: 0;
    position: absolute;
    top: 0;
    width: 1.17857em;
    background: #fff;
    border: 1px solid #ccc;
    padding: .5em;
    box-sizing: border-box;
    cursor: pointer;
}

.searchandfilter .sf-input-checkbox:checked + .sf-label-checkbox:before {
    background-color: #ccd426;
    border-color: #b7be22;
}

/*RESOURCES*/
.resources-section-listing--sidebar-group--title  {
   font-size: 30px;
   font-weight: 300;
   margin: 0 0 20px;
}

.resources-section-listing .btn {
    color: #919800;
}
