/* Faculty-specific to Health */
.jumbotron-1 {
	padding-top:50px;
	height: auto;
	background-size: cover;
	background-position: center;
	background-image: url("/assets/jpg/prospectus_5_1_hero_image");
}

/* Faculty-specific to Health */
.jumbotron-1-Course {
	margin-top: -20px;
	height: auto;
	background-size: cover;
	background-position: center;
	background-image: url("/assets/jpg/prospectus_5_1_course_hero");
}

/* Faculty-specific to Health */
.text-background-1 {
	background: rgba(61, 36, 93, 0.8);
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	margin-bottom:50px;
}

/* Faculty-specific to Health */
.text-background-1-Department {
	background: rgba(0,0,0, 0.6);
}

/* Faculty-specific to apprenticeships */
.jumbotron-22 {
	padding-top:50px;
	height: auto;
	background-size: cover;
	background-position: center;
	background-image: url("/assets/jpg/prospectus_5_22_hero_image");
	
}

/* Faculty-specific to apprenticeships */
.jumbotron-22-Course {
	margin-top: -20px;
	height: auto;
	background-size: cover;
	background-position: center;
	background-image: url("/assets/jpg/prospectus_5_1_course_hero");
}

/* Faculty-specific to apprenticeships */
.text-background-22 {
	background: rgba(61, 36, 93, 0.8);
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	margin-bottom:50px;
}

/* Faculty-specific to apprenticeships */
.text-background-22-Department {
	background: rgba(0, 0, 0, 0.6);
}

.text-jumbotron {
	color: #ffffff;
	font-size: 2.7em;
	padding-left: 45px;
}

.text-jumbotron-phone {
	color: #ffffff;
	font-size: 1.4em;
	padding-left: 45px;
}

.text-jumbotron-course {
	color: #ffffff;
	font-size: 2.5em;
	padding-left: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.text-jumbotron-course-phone {
	color: #ffffff;
	font-size: 1.4em;
	padding-left: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.text-jumbotron-department {
	color: white;
	font-size: 2em;
	padding-left: 25px;
	
}

.text-jumbotron-department-phone {
	color: white;
	font-size: 1.2em;
	padding-left: 25px;
	
}

.text-jumbotron-description {
	font-size: 2em;
	padding-left: 25px;
	padding-bottom: 10px;
	color: #901f82;
}

.text-jumbotron-description-phone {
	font-size: 1.2em;
	padding-left: 25px;
	padding-bottom: 10px;
	color: #901f82;
}

.default-font {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"
}

.bold-font {
	font-weight: bold;
}

.pills-submenu>li>a:hover
{
	background-color: #D7D7D7;
	border-radius: 0px;
}

.pills-submenu>li>a:link{
	color: black;
}


.nav-pills .nav-link.active {
	background-color: #901f82;
	border-radius: 0px;
}

.pills-mainmenu>li>a:link{
	color: black;
}

.pills-mainmenu>li>a:hover
{
	background-color: #D7D7D7;
	border-radius: 0px;
} 
 

.pills-mainmenu>li>a:link{
	color: #444444;
}

 
.btn.disabled, [disabled].btn, fieldset[disabled] .btn {
	opacity: 0.65;
}
 


.btn-primary {
	background-color: #901f82;
	border-color: #565656;
	color: white;
}


.btn-primary:focus,
.btn-primary.focus {
  color: black;
  background-color: darkgray;
  border-color: #565656;
}

.btn-primary:hover {
  color: #fff;
  background-color: darkgray;
  border-color: #565656;
}

.apply-box {
	border: 1px solid #BFBFBF;
	background:  #901f82;
	padding-bottom: 10px;
	padding-top:10px;
	margin-left: 0px;
	margin-right: 0px;
}

.university-color {
	color: #901f82;
}

.university-background-color {
	background-color: rgba(37, 161, 150, 0.3);
}

.white-color {
	color: #dddddd
}