<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bg-red
{
background-color: #ab3428;
}
.text-red,
.text-red:hover
{
color: #ab3428;
}

.btn-outline-red
{
border-color: #ab3428;
color: #ab3428;
}

.bg-blue
{
background-color: #3b8ea5;
}
.text-blue,
.text-blue:hover
{
color: #3b8ea5;
}
.btn-outline-blue
{
border-color: #3b8ea5;
color: #3b8ea5;
}
.bg-grey
{
background-color: #acacac;
}
.text-grey,
.text-grey:hover
{
	color: #212529;
}
.btn-outline-grey
{
border-color: #acacac;
color: #acacac;
}

.bg-orange
{
background-color: #f49e4c;
}
.text-orange,
.text-orange:hover
{
color: #f49e4c;
}
.btn-outline-orange
{
border-color: #f49e4c;
color: #f49e4c;
}

.text-brand-primary
{
	color: #EA5E17;
}
	

.bg-home
{
	background-image: url('../img/headers/home.jpg');
	background-position: 50% 55%;
	background-size: cover;
}

@media screen and ( max-height: 768px ) {

	.bg-home-inner,
	.bg-home-inner h1
	{
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

}

.bg-text-page
{
	background-image: url('../img/headers/home.jpg');
	background-size: cover;
	background-position-y: 53%;
}

.bg-work, .bg-train, .bg-prepare, .bg-study
{
	height: 326px;
	background-size: cover;
}

.bg-work
{
	background-image: url('../img/headers/work.jpg');
	background-position: 50% 72%;
}

.bg-train
{
	background-image: url('../img/headers/train.jpg');
	background-position: 50% 21%;
}

.bg-prepare
{
	background-image: url('../img/headers/prepare.jpg');
	background-position: 50% 21%;
}

.bg-study
{
	background-image: url('../img/headers/study.jpg');
	background-position: 50% 61%;
}

.portal-banner
{
	height: 261px;
	background-repeat: no-repeat;
	background-position: bottom;	
	background-size: cover;
}

.p-b-doctors
{
	background-image: url('/img/headers/portals/doctors.png');
	background-size: auto;
}

.p-b-nurses
{
	background-image: url('/img/headers/portals/nurses.jpg');
	background-size: auto;
}

.p-b-dentists
{
	background-image: url('/img/headers/portals/Cropped_dentist_resources_header.png');
}

.p-b-allied
{
	background-image: url('/img/headers/portals/allied.jpg');
	background-size: auto;
}

.p-b-allied-work
{
	background-image: url('/img/headers/directories/Allied work header.png');
}

.p-b-allied-prepare
{
	background-image: url('/img/headers/directories/Allied prepare header.png');
}

.p-b-allied-train
{
	background-image: url('/img/headers/directories/Allied train header.png');
}

.p-b-allied-study
{
	background-image: url('/img/headers/directories/Allied study header.png');
}

.p-b-dentists-work
{
	background-image: url('/img/headers/directories/Dentists work header.png');
}

.p-b-dentists-prepare
{
	background-image: url('/img/headers/directories/Dentists prepare header.png');
}

.p-b-dentists-train
{
	background-image: url('/img/headers/directories/Dentists Train header.png');
}

.p-b-dentists-study
{
	background-image: url('/img/headers/directories/Dentists study header.png');
}

.p-b-doctors-work
{
	background-image: url('/img/headers/directories/Doctors_work_header.png');
}

.p-b-doctors-prepare
{
	background-image: url('/img/headers/directories/Doctors prepare header.png');
}

.p-b-doctors-train
{
	background-image: url('/img/headers/directories/Doctors train header.png');
}

.p-b-doctors-study
{
	background-image: url('/img/headers/directories/Doctors study header.png');
}

.p-b-nurses-work
{
	background-image: url('/img/headers/directories/Nurses work header.png');
}

.p-b-nurses-prepare
{
	background-image: url('/img/headers/directories/Nurses prepare header.png');
}

.p-b-nurses-train
{
	background-image: url('/img/headers/directories/Nurses Train header.png');
}

.p-b-nurses-study
{
	background-image: url('/img/headers/directories/Nurses study header.png');
}

.strapline
{
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background-color: #555;
	letter-spacing: 0.3em;
	font-weight: 600;
	word-spacing: 0.8em;
}

.list-hp-shortcuts a
{
	color: #fff;
}

table.dataTable td
{
	---border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

table.dataTable td:first-child
{
	border-left: 2px solid #fff;
}

table.dataTable td:last-child
{
	border-right: 2px solid #fff;
}

table.dataTable tr:hover td
{
	border-top: 2px solid #EA5E17;
	border-bottom: 2px solid #EA5E17;
}

table.dataTable tr:hover td:first-child
{
	border-left: 2px solid #EA5E17;
}

table.dataTable tr:hover td:last-child
{
	border-right: 2px solid #EA5E17;
}

table.dataTable tr:hover td a.btn
{
	background-color: #EA5E17;
	color: #fff;
}</pre></body></html>