ul#main-nav {
background: #005EB8;
}

button, input[type="submit"], 
a.link-button,
#refresh-captcha, 
#play-captcha {
background: #005EB8;
border-color: #005EB8;
}

button:hover, 
input[type="submit"]:hover, 
a.link-button:hover,
button:focus,
input[type="submit"]:focus,
a.link-button:focus{

color: #231f20

}

h1.create, #content > h2, #content section > h2 {
color: #005EB8;
}

.switch-candy a, input.cmn-toggle-yes-no + label:after, input[name="add-via"]{
background-color: #005EB8!important;
}

input[name="add-via"],
input#rem-via,
div.force-value-input-div {
background: #005EB8;
border-color: #005EB8;

}

div.force-value-payment, 
div#force-value-account, 
div.force-value-input-div {
background: #005EB8;
}


a.logo.mobile-logo img {
    display: none;
}

a.logo.mobile-logo {
    background-image: url(/img/nhs-blue-on-white.jpg);
    width: 200px;
    height: 100px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#tcs-container h2 {
    color: #005EB8!important;
}

#login-page .switch-candy {
    display: none;
}

#login-page #register {
    display: none;
}

#login-page nav:after {
    content: 'FOR USE BY UHD STAFF ONLY';
    display: block;
    width: 100%;
    text-align: center;
    background: #003087;
    color: #ffffff;
    line-height: 30px;
}

@media screen and (max-width: 768px) {
	div#ep-display-container, div.price-display, div.eta-display {
		background: #005EB8;
	}
	div#head,footer {
		background: #005EB8;
	}

	div#head::before {
    	    background-image: url(/img/nhs-blue-on-white.jpg);
	}
}
