.app-u-white-background {
    background-color:white;
    padding:1rem;
}

.NHSMobileHeader {
    /*background-color: #0072CE;*/
    background-color: #A68A6C;
    padding: 5px;
    display: none;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 600px) {
    .NHSMobileHeader {
        display:block;
    }
}

.NHSMobileBanner {
    display:block;
}

@media only screen and (max-width: 600px) {
    .NHSMobileBanner {
        display:none;
    }
}
.app-search-results-category {
    color: #4c6272;
    display: block;
    font-size: 14px;
}

@media (min-width: 40.0625em){
        .app-search-results-item {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.45455;
    }
}

.app-search-results-item{
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.55556;
    font-weight: 600;
    text-decoration: none;
}

/*.nhsuk-search__submit:hover {
    background-color: #005435 !important;
}*/

/*@media (max-width: 800px){
    .nhsuk-header__navigation-link {
        color: #005435 !important;
    }
}*/

.nhsuk-hero--image .nhsuk-hero__overlay {
    background-color: #a68a6c !important;
}

@media (max-width: 800px) {
    /*.nhsuk-header__navigation-link {
        color: #005435 !important;
    }*/

    .nhsuk-hero--image .nhsuk-hero__overlay {
        background-color: #a68a6c !important;
    }
}

.nhsuk-footer-container {
    border-top: 4px solid #005435 !important;
}