.jumbotron-23{
	padding-top:50px;
	height: auto;
	background-size: cover;
	background-position: center;
	background-image: url("/assets/jpg/prospectus_145_23_hero_image");
	
}

.jumbotron-23-Course {
	margin-top: -20px;
	height: auto;
	background-size: cover;
	background-position: center;
	background-image: url("/assets/jpg/prospectus_145_23_course_hero");
}

.text-background-23 {
	background: rgba(46, 29, 91, 0.8);
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	margin-bottom:50px;
}


.text-background-23-Department {
	background: rgba(0, 0, 0, 0.6);

}

.text-jumbotron {
	color: #e4e7f2;
	font-size: 2.7em;
	padding-left: 45px;
}

.text-jumbotron-phone {
	color: #e4e7f2;
	font-size: 1.4em;
	padding-left: 45px;
}

.text-jumbotron-course {
	color: #e4e7f2;
	font-size: 2.5em;
	padding-left: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.text-jumbotron-course-phone {
	color: #e4e7f2;
	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: #e4e7f2;
}

.text-jumbotron-description-phone {
	font-size: 1.2em;
	padding-left: 25px;
	padding-bottom: 10px;
	color: #e4e7f2;
}

.default-font {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"
}

.bold-font {
	font-weight: bold;
}

.btn-primary {
	background-color: #2e1d5b;
	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:  #2e1d5b;
	padding-bottom: 10px;
	padding-top:10px;
	margin-left: 0px;
	margin-right: 0px;
}
.greenwich-light_purple-colour {
	color: #e4e7f2;
}


/* Pill CSS */

.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: #e4e7f2;
	border-radius: 0px;
	color: black;
}

.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;
}

/* BANNER SETTINGS */

/* Banner Border Box */
.nav-pills.banner {
	/*background-color: purple;
	margin: 10px; */
}

	/* Banner text colour and alignment */
	.nav-pills.banner .nav-link.active {
		font-weight: bold;
		text-align: center;
	}

/* The button border & background */
.bannerLink {
	margin: 5px 5px 5px 20px;
	border-radius: 5px;
	border: solid;
	border-width: 1px;
	border-color: #333333;
	color: white;
	background-color: #333333;
}

/* The button text */
.bannerButton {
	padding: 5px;
	color: white;
}

/* END BANNER SETTINGS */