<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
body, th, td, textarea {
	font-family:Source Sans Pro;
	font-size:1.2rem;
	font-weight:400;
	color:rgb(35,31,32);
}

a {
	color: rgb(0,94,184);
	line-height: inherit; }
a:hover {
	text-decoration: none;
}
h1 {
	font-family:Source Sans Pro;
	color:#FFFFFF;
	font-size:3rem;
	font-weight: 600;
	margin-top:20px;
	margin-bottom:20px;
	line-height: 44px;
}
h2 {
	font-family:Source Sans Pro;
	color:rgb(35,31,32);
	margin-top:10px;
	font-weight: bold;
	font-size:1.6rem;
	line-height: 2rem;
}
h3 {
	font-family:Source Sans Pro;
	color:rgb(35,31,32);
	font-size:1.4rem;
	line-height: 2rem;
}
h4 {
	font-family:Source Sans Pro;
	color:#333333;
	font-size:1.3rem;
	line-height:1.3rem;
	margin-top:10px;
	margin-bottom:0px;
	font-weight: bold;
}
h5 {
	font-family:Source Sans Pro;
	color:#333333;
	font-size:1.1rem;
	line-height:1rem;
	margin-top:10px;
	margin-bottom:0px;
	font-weight: bold;
}

.smallbodytext {
	font-size:1rem;
}

.smallbodytextcart {
	font-size:1rem;
	font-weight: normal;
}

#nhslogo {
	max-width: 120px;
	float: right;
}
#skillsdevlogo {
	max-width:200px;
}
@media screen and (min-width: 40em) {
	#nhslogo {
		max-width: 204px;
		float: right;
	}
	#skillsdevlogo {
		max-width:230px;
	}
}

.vacancysubtitles {
	color: #0079c2;
}

div.SDN_Header {
	background-color:rgb(0,94,184);
	color: rgb(35,31,32);
	font-size:1.1rem;
}

div.SDN_Footer {
	background-color:rgb(232,237,238);
	color: rgb(35,31,32);
	font-size:1.1rem;
	margin-top:20px;
}

div.SDN_FooterNav {
	padding-top:10px;
	font-weight:bold;
	font-size:1.25rem;
}
div.SDN_FooterNav a {
	font-size:1rem;
	color:#FFFFFF;
}
div.SDN_FooterNav a:hover {
	text-decoration:underline;
}
div.footertext {
	font-size: 0.9em;
	text-align: right;
	padding-top:26px;
	padding-bottom: 20px;
	line-height: 20px;
}

div.footertext .biggerfooter {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
}

input[type=button], input[type=submit], input[type=reset] {
	background-color: #0079c2;
	border: none;
	color: white;
	padding: 7px 20px;
	text-decoration: none;
	margin: 2px 2px;
	cursor: pointer;
}
.buttonlink {
	background-color: #0079c2;
	border: none;
	color: white;
	padding: 7px 20px;
	text-decoration: none;
	margin: 2px 2px;
	cursor: pointer;
}

.buttonlink:hover  {
	color: white;
}

/* Customize the label (the container) */
.container {
	display: block;
	position: relative;
	margin-left:24px;
	margin-top:12px;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border: solid 1px #aaa;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
	background-color: #0079c2;
	border: solid 1px #0079c2;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 7px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header-bar {
	background-color:rgb(000,094,184);
	color: #fefefe;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;}

.header-bar-deep {
	background-color:rgb(000,094,184);
	color: #fefefe;
	padding-top:4rem;
	padding-bottom: 0.5rem; }

.homebox {
	width:100%;
	text-align: center;
	padding: 26px;
	font-size:1.8em;
	font-weight: 300;
	background-color:rgb(232,237,238);
	margin-bottom: 20px;
	cursor: pointer;
}
.homebox &gt; i {
	font-weight: lighter;
	font-size: 4em;
	color: rgb(0,94,184);
}
.one {
	border-top: solid 8px rgb(0,94,184);
}
.one &gt; .fa-graduates {
	color: rgb(0,94,184);
}
.two {
	border-left: solid 2px rgb(255,255,255);
	border-top: solid 8px rgb(0,150,57);
}
.two &gt; .fa-vacancies {
	color: rgb(0,150,57);
}
.three {
	border-left: solid 2px rgb(255,255,255);
	border-top: solid 8px rgb(0,164,153);
}
.three &gt; .fa-employers {
	color: rgb(0,164,153);
}
.mainquote {
	font-size: 1.2em;
	line-height: 30px;
}
.mainquote &gt; .personquote {
	font-size: 2em;
}
#formcontent input[type=text], select, option {
	max-width: 400px;
}
#formcontent label, #additem label, #adddegreeitem label {
	font-size:1.1rem;
}
#vacancyform input[type=text], select, option {
	max-width: 400px;
}
#vacancyform label, #additem label, #adddegreeitem label {
	font-size:1.1rem;
}
#otherLayer, #programmeData, #degreeprogrammeData, #otherDisabilityLayer, #otherImpairmentLayer, #immigrationlayer, #declarationlayer, .hiddenlayer {
	display: none;
}
a.footernav:link {
	font-size: 0.8em;
	font-weight:300;
	color: BLUE;
	text-decoration: none;
}
a.footernav:visited {
	font-size: 0.8em;
	font-weight:300;
	color: BLUE;
	text-decoration: none;
}
a.footernav:active {
	font-size: 0.8em;
	font-weight:300;
	color: BLUE;
	text-decoration: none;
}
a.footernav:hover {
	font-size: 0.8em;
	font-weight:300;
	color: BLUE;
	text-decoration: none;
}
.footernav {
	font-size: 0.8em;
	font-weight:300;
	color: BLUE;
	text-decoration: none;
}
div.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 10px;
	font-size: 20px;
}
.fa-plus-square {
	padding-top:6px;
	font-size: 2.8rem;
	color: rgb(0,94,184);
	cursor: pointer;
}
.fa-minus-square {
	padding-top:6px;
	font-size: 2.8rem;
	color: rgb(218,41,28);
	cursor: pointer;
}

/*modals*/
.modalDialog {
	width: 600px;
	position: fixed;
	top:120px;
	margin-left: 10%;
	margin-right: auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	border: solid 2px GREY;
	background: #fff;
	z-index: 999999999;
	display: none;
}


.smalltopmargin {
	margin-top:3px;
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

#close_cookie{display:none;}
#close_cookie:checked + #cookie_consent_popup{display:none;}
#cookie_consent_popup{
	position:fixed;
	bottom:30px;right:30px;
	width:700px;
	height:180px;
	background-color:#ffffff;
	color:#231f20;
	padding:20px;
	z-index:2;
	border: 1px solid rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 40em) {
	#cookie_consent_popup{
		width:380px;
		height:280px;
	}
}
#cookie_consent_popup h2{
	margin-top:0px;
	font-size:1.8em;
	color: #231f20;
}
#cookie_consent_popup h2:before{
	content:"";
	padding:0;
}
#cookie_consent_popup p{
	font-size:0.8em;
}
#cookie_consent_popup a {
	font-size:1em;
	color:#0079c2;
}
#cookie_consent_popup #close_cookie_box{
	position:absolute;
	top:20px;right:20px;
	cursor:pointer;
	font-size:1em;
}

#cookie_consent_popup #manage_cookie_box{
	position:absolute;
	border-radius: 5px;
	background-color: #006747;
	bottom:14px;right:14px;
	cursor:pointer;
	font-size:1em;
	padding:6px 10px;
	color:white;
}

#cookie_consent_popup #ok_cookie_box{
	position:absolute;
	border-radius: 5px;
	background-color: #006747;
	bottom:14px;right:180px;
	cursor:pointer;
	font-size:1em;
	padding:6px 10px;
	color:white;
}

/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 10px;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height:1.4rem;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #005EB8;
}

input:focus + .slider {
	box-shadow: 0 0 1px #005EB8;
}

input:checked + .slider:before {
	-webkit-transform: translateX(16px);
	-ms-transform: translateX(16px);
	transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 24px;
}

.slider.round:before {
	border-radius: 50%;
}

.list-group {
	margin:0px;
}
.list-group li {
	cursor:pointer;
}

.list-group2 {
	padding-left:20px;
}
.greencheck {
	color:rgb(120,190,032);
}
.redcheck {
	color:rgb(218,041,028);
}
.log-in-form {
	border: 1px solid #cacaca;
	padding: 1rem;
	border-radius: 0;
	width:400px;
	margin: 0 auto;
}</pre></body></html>