.homepage-search-wrapper .form-hint{
    display:none;
}

.homepage-search-wrapper .govuk-label {
    text-align: unset;
    text-indent: -100000px;
    height: 0;
}

.header-search .govuk-label {
    text-align: unset;
}

.header-search .govuk-label {
    text-indent: -100000px;
    height: 0;
}

.header-search #edit-keys--description {
    display:none;
}

.header-search input{
    float:right;
}

.header-search input#edit-submit-solr-search-content {
    top: 5px;
}

@media (min-width: 769px){
.header-search {
    text-align: unset;
  }
}
/* fix yellow background accessiblity issues */
.banes-top-task-bg2 {
    background: #724a00;
}

.banes-top-task-bg2 .govuk-heading-m {
    color: #714a01;
}
/* fix for backlink not working */
.govuk-back-link input, .govuk-back-link input:active{
    z-index: 10;
    top: -9px;
}

a.govuk-tag {
    text-decoration: underline;
}