:root {
    --nhs-colour: #2AAFA9;
    --nhs-grey: #404041;
}

#nhs .nhs-title {
    margin: 20px 0;
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#nhs .nhs-title__number {
    background: var(--nhs-colour);
    color: white;
    flex-shrink: 1;
    
    width: 25px;
    height: 25px;
    padding: 4px;
    letter-spacing: 0px;
    margin-right: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-shrink: 0;
}

#nhs .nhs-title__title {
    color: var(--nhs-colour);
}

#nhs hr {
    border-top: 2px dashed #ccc;
    border-bottom: none;
    border-left: none;
    height: auto;
    border: 2px dashed #ccc;
    background: none;
    width: 30%;
    margin: 10% auto;
}



#nhs-intro {
    margin-top: 20px;
}

#nhs-intro h1 {
    text-align: center;
    font-size: 2.5rem;
    line-height: 150%;
    font-weight: bold;
    width: 610px;
    height: 250px;
    position: relative;
}

#nhs-intro h1 a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.nhs-title-images {
    width: 100%;
    height: auto;
    z-index: 0;
}

#nhs-intro h1 span {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.title-prof {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 20px;
    margin: 20px 0;
    border-top: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    padding: 20px 0;
    width: 100%;
    min-height: 125px;
}

.title-prof img {
    margin-right: 20px;
}

.white #nhs-intro h1 {
    width: 100%;
    height: auto;
    min-height: 150px;
}

.white #food-info h1 span {
    font-size: 2rem;
    line-height: 150%;
}

.white #nhs-intro h1 span {
    font-size: 1.8rem;
    line-height: 150%;
}

#nhs-intro ul {
    overflow: hidden;
}

#nhs-intro ul li {
    float: left;
    font-size: 11px;
    margin: 15px 10px 5px 0;
}

#nhs-intro ul li a {
    padding: 5px 10px;
    font-size: 12px;
    color: #FFF;
    background: #666;
}

#nhs-intro .nhs-intro--note {
    font-size: 12px;
    margin: 1em 0 0;
}

body.white .site .title-prof img {
    width: 25%;
}
