@charset "UTF-8";
/* CSS Document NHS colours */

.w3-theme-l5 {color:#000 !important; background-color:#ebf6ff !important}
.w3-theme-l4 {color:#000 !important; background-color:#bedfff !important}
.w3-theme-l3 {color:#000 !important; background-color:#7cc0ff !important}
.w3-theme-l2 {color:#fff !important; background-color:#3ba0ff !important}
.w3-theme-l1 {color:#fff !important; background-color:#0081f9 !important}
.w3-theme-d1 {color:#fff !important; background-color:#0055a5 !important}
.w3-theme-d2 {color:#fff !important; background-color:#004c93 !important}
.w3-theme-d3 {color:#fff !important; background-color:#004281 !important}
.w3-theme-d4 {color:#fff !important; background-color:#00396e !important}
.w3-theme-d5 {color:#fff !important; background-color:#002f5c !important}

.w3-theme-light {color:#000 !important; background-color:#ebf6ff !important}
.w3-theme-dark {color:#fff !important; background-color:#002f5c !important}
.w3-theme-action {color:#fff !important; background-color:#002f5c !important}

.w3-theme {color:#fff !important; background-color:#005eb8 !important} /* nhs colour */

.w3-theme-footer {color:#000 !important; background-color:#e8edee !important} /* nhs footer */

.w3-text-theme {color:#005eb8 !important}
.w3-border-theme {border-color:#005eb8 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#005eb8 !important}
.w3-hover-text-theme:hover {color:#005eb8 !important}
.w3-hover-border-theme:hover {border-color:#005eb8 !important}

.w3-hover-theme-nhse:hover {color:#fff !important; background-color:#2b73c7 !important}