form.search-bar {
    width: 100%;
    padding: 26px;
    background: #4b626e;
}

form {
    margin: 0;
}

form.search-bar input[type=search] {
    border: none;
    width: 60%;
    padding: 12px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

form.search-bar select {
    display: inline-block;
    float: right;
    margin: 0;
    width: 35%;
    height: 46px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

form.search-bar input[type=submit] {
    display: none;
}

.cfh-advocacySearch .cfh-advocacySearch-results .loading {
    display: none;
    text-align: center;
}
.filter-search {
    color: #1e2a30;
    text-align: center;
    margin-bottom: 50px;
    display: none;
    font-size: 1.4rem;
    font-weight: normal;
}

.no-results {
    color: #c6c6c6;
    display: none;
    margin: 150px 0;
    text-align: center;
    font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
    line-height: 34px;
    font-size: 2.8rem;
    font-weight: normal;
}

.advocacy-file {
    max-width: 100%;
    padding: 10px 50px 10px 15px;
    margin-bottom: 65px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.advocacy-file .file-title {
    color: #4b626e;
    font-size: 22px;
    font-weight: normal
}

.advocacy-file a, .advocacy-file a:visited {
    text-decoration: none;
    font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
    line-height: 34px;
}
.advocacy-file .file-date {
    color: #4b626e;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: normal;
}