@import url("https://use.fontawesome.com/releases/v5.8.2/css/all.css");

.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;*/
	color: #acacac;
}
.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;
}
.navbar-brand img{
	height:100px;

}


#hero {
	background-image: url('../img/Body_HCA.jpg');
	background-size: cover;
	height: 500px;
	/*background-position-y: 65%;*/
	filter:brightness(90%);
}

#Headertext {
	padding-top: 250px;
	text-align: center;
}
	#Headertext h2 {
		background-color: #55555582;
		color: white;
		font-size: 40px;
	}

	.list ul li {
		display: inline-block;
		width: 38.44px;
		text-align: center;
	}

.list ul li a {
		text-decoration: none;
		color: #5e5e5e;
}

.list ul li a:hover {
			background-color: #f27b22;
			padding: 5px;
			border-radius: 4px;
			color: white !important;
}



#footer{
	background-color: #555555;
	
}

#footer a{
	color: white;
	font-size: 15px;
}
@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-align: center;
	color: #fff;
	background-color: #555;
	letter-spacing: 0.1em;
	font-weight: 600;
	max-height:fit-content;
	
	
	
}
nav{
	font-family:Corbel;
	font-size:20px;
}
.strapline a{
	color: white;
	font-family:Corbel;
}

.nav1{
	padding-top:10px;
}

.nav2 {
	text-align:end;
}

#navbar i.fas {
	font-size: 150%;
}


.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;
}

table.dataTable img
{
	max-height: 75px;
}

table.dataTable .dtr-details li:last-child .dtr-title
{
	display: none;
}

table.dataTable .dtr-details li:last-child .dtr-data
{
	display: block;
	text-align: center;
}



.btn-primary {
	background-color: rgb(255, 128, 56);
	border-color: #cc672d;
	font-size: 0.9em;
}

.btn-primary:hover {
		background-color: #ff9a60;
		border-color: #cc672d;
}


.headline .h1{
	font-size:2.0em;
}

.headline a{
		font-size:0.9em;
}

@media only screen and (max-width: 1551px ) {

	.list ul li {
		display: inline-block;
		padding: 0px 14px 0px 14px;
		width: 35px;
	}

	#Headertext {
		padding-top: 220px;
	}

	#hero1 {
		background-position-x: 50%;
	}
}





	@media only screen and (max-width: 992px) {
		.nav2 {
			display: none;
		}
		#hero {
			background-position-x: 50%;
		}
	}

	@media only screen and (max-width: 500px) {

		.navbar-brand img {
			height: 75px;
		}

		#hero {
			background-position-x: 50%;
		}
		#Headertext h2 {
			
			font-size: 30px;
		}
	}

	@media only screen and (max-width: 399px) {

		.navbar-brand img {
			height: 65px;
		}

		


	}


	@media only screen and (max-width: 991px) {

		.navbar-nav .dropdown-toggle {
			display: none;
		}

		.navbar-nav .dropdown-menu {
			display: block;
			border: 0;
			padding: 0;
			font-size: 20px;
		}

		.navbar-nav .dropdown-item {
			padding: .5rem 0rem;
			color: rgba(0,0,0,.5);
		}
	}