 /*
Theme Name: Wave Whitelabel
Author: Wave Studio
Author URI: http://wave-rs.co.uk
Description: The Wave Whitelabel template
Tags: dress, code, white, black, general, default
Version: 1.5
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,600,700|Nunito:300,300i,600,800');

:root {
	--backcolour: white;
	--forecolour: black;
	--fontfamily: Roboto, sans-serif;
	/* This ensures an off-white colour background, behind the centre container, (with the input fields). */
	--containerbackcolour: #F2F2F2;
	--containerborderradius: 10px;
	/* Any hyperlink controls. */
	--linkcolour: red;
	/* E.g. "Your Application" text. */
	--titlebackcolour: #514545;
	--titleforecolour: white;
	--titlefontweight: 700;
	--titlefontfamily: Roboto, sans-serif;
	/* Any secondary title text, (e.g. "Course Application Added"). */
	--subheaderbackcolour: white;
	--subheaderforecolour: #514545;
	--subheaderfontfamily: Roboto, sans-serif;
	/* A single section of an input form, (e.g. "Personal Details"). */
	--sectionheaderbackcolour: white;
	--sectionheaderforecolour: #AD1E3E;
	--sectionheaderfontweight: 700;
	--sectionheaderpaddingtop: 1.5rem;
	--sectionheaderpaddingbottom: 0.5rem;
	--sectionheaderfontfamily: Roboto Condensed, sans-serif;
	/* Form fields. */
	--formfieldbordercolour: black;
	/* The "default" style for buttond. */
	--btncolour: #60091C;
	--btnhovercolour: #AF1933;
	--btntextcolour: white;
	--btnborderradius: 10px;
	/* "Forward" button. */
	--forwardbuttoncolour: white;
	--forwardbuttonhovercolour: white;
	--forwardbuttontextcolour: black;
	/* "Back" button. */
	--backbuttoncolour: white;
	--backbuttonhovercolour: white;
	--backbuttontextcolour: darkred;
	/* Buttons that upload/add files. */
	--filebuttoncolour: #60091C;
	--filebuttonhovercolour: #dc622d;
	/* Buttons that perform any another action. */
	--actionbuttoncolour: #AD1E3E;
	--actionbuttontextcolour: white;
	/* Error messages. */
	--errorbackcolour: #C90000;
	--errortextcolour: white;
	--errortextfontweight: 300;
}

/* CORE */
html {
	font-size: 14px;
}

html, body, .carousel, .carousel-inner, .carousel-item {
	width: 100%;
	height: 100%;
}

body {
	font-family: var(--fontfamily) !important;
	line-height: 1.5;
	color: var(--forecolour);
}

.display-4 {
	font-weight: 600;
	font-size: 2.5rem;
}

h1, h2, h3, h4, h5 {
	font-weight: var(--titlefontweight);
	font-family: var(--titlefontfamily);
	letter-spacing: -1px;
	color: var(--subheaderforecolour);
}
h1 {
	color: var(--titleforecolour);
}
h3 {
	margin-bottom: 25px;
	font-size: 22pt;
	color: var(--subheaderforecolour);
	background-color: var(--subheaderbackcolour);
}
.lead {
	color: var(--titleforecolour) !important;
}

a {
	color: var(--linkcolour);
	text-decoration-line: underline;
}

.form-control {
	/*border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;*/
	padding: .7rem .75rem;
	border-color: var(--formfieldbordercolour);
}

.diversity-content ul a {
	border-bottom: 1px dotted var(--backcolour);
	background: linear-gradient(to left, #f9f9f9 50%, #f2f1f1 50%);
	background-size: 200% 100%;
	background-position: right top;
	transition:all 300ms ease-in-out;
}

.diversity-content ul a:hover {
	text-decoration: none;
	background-color: #f2f1f1;
	background-position: left top;
}

.history-dates.flex-column {
    flex-direction: row !important;
}

.history-dates .nav-item {
    width: 50%;
}

.history-dates a {
	border-bottom: 0px;
	background: none;
    font-size: 2.5rem;
}

.history-dates a:hover {
	background-color: transparent;
}

.history-dates a.nav-link.active {
    border: 1px solid #ddd;
}

.page-template-college-history .history-dates li a {
	position: relative;
	text-align: center;
	padding-right: 0px;
}

#menu-section-menu a, #menu-campuses-menu a, #menu-conferencing-menu a, #menu-apprenticeships a, #menu-adult-learning a, #menu-distance-learning a, #menu-school-leavers a, #menu-college-menu a, #menu-about-menu a, #menu-supporting-your-learning-menu a {
	border-bottom: 0px dotted var(--backcolour);
	background: none;
	transition:all 300ms ease-in-out;
}

#menu-section-menu a:hover, #menu-campuses-menu a:hover, #menu-conferencing-menu a:hover, #menu-apprenticeships a:hover, #menu-adult-learning a:hover, #menu-distance-learning a:hover, #menu-school-leavers a:hover, #menu-college-menu a:hover, #menu-about-menu a:hover, #menu-supporting-your-learning-menu a:hover {
	text-decoration: none;
	background-color: #f2f1f1;
	padding-left: 10px;
}

#menu-section-menu .current_page_item, #menu-campuses-menu .current_page_item, #menu-conferencing-menu .current_page_item, #menu-apprenticeships .current_page_item, #menu-adult-learning .current_page_item, #menu-distance-learning .current_page_item, #menu-school-leavers .current_page_item, #menu-college-menu .current_page_item, #menu-about-menu .current_page_item, #menu-supporting-your-learning-menu .current_page_item {
	font-weight: bold;
	position: relative;
	padding-left: 0px;
}

#menu-section-menu .current_page_item a:hover, #menu-campuses-menu .current_page_item a:hover, #menu-conferencing-menu .current_page_item a:hover, #menu-apprenticeships .current_page_item a:hover, #menu-adult-learning .current_page_item a:hover, #menu-distance-learning .current_page_item a:hover, #menu-school-leavers .current_page_item a:hover, #menu-college-menu .current_page_item a:hover, #menu-about-menu .current_page_item a:hover, #menu-supporting-your-learning-menu .current_page_item a:hover {
	padding-left: 3rem;
	background-color: transparent;
}

#menu-section-menu .current_page_item:before, #menu-campuses-menu .current_page_item:before, #menu-conferencing-menu .current_page_item:before, #menu-apprenticeships .current_page_item:before, #menu-adult-learning .current_page_item:before, #menu-distance-learning .current_page_item:before, #menu-school-leavers .current_page_item:before, #menu-college-menu .current_page_item:before, #menu-about-menu .current_page_item:before, #menu-supporting-your-learning-menu .current_page_item:before {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	left: 20px;
	top: 9px;
}
/* END OF CORE */

/* BUTTONS */
.gform_wrapper .gform_footer input.button, .btn {
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	white-space: normal;
	padding: .7rem 2.3rem;
}

.btn-sm {
	padding: .4rem 1.3rem;
}

.btn input {
	background:none;
	border: none;
	color: var(--forecolour);
}

td .btn {
	padding: .5rem 1.3rem;
}

.btn-lg {
	font-family: var(--fontfamily) !important;
	font-weight: 500;
	font-size: 1.4rem;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	padding: .8rem 1.8rem;
}

.jumbotron .btn-lg {
	font-family: var(--fontfamily) !important;
	font-weight: 500;
	font-size: 1.4rem;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
}

.jumbotron .btn-lg:hover {
	color: var(--backcolour) !important;
}

.btn-primary {
	background-color: var(--backcolour);
	border-color: var(--backcolour);
}

.btn-secondary {

}

.gform_wrapper .gform_footer input.button, .content p a.btn-warning, .btn-warning {
	background-color: #f36d32 !important;
	border-color: #f36d32 !important;
	color: var(--forecolour);
	text-shadow: 0 0 20px #000;
}

.gform_wrapper .gform_footer input.button {
    border: 0;
}
	.gform_wrapper .gform_footer input.button:hover, .jumbotron .btn-lg:hover, .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.active:focus, .content p a.btn-warning:hover, .content p a.btn-warning:focus, .content p a.btn-warning:active, .content p a.btn-warning.active, .content p a.btn-warning.active:focus {
		color: var(--forecolour) !important;
		background-color: #dc622d !important;
		border-color: #dc622d !important;
	}
/* END OF BUTTONS */

/* FORM ELEMENTS */
small {
	font-size: .9rem;
}

.form-control-lg {
	padding: 1rem 1.5rem;
	font-size: 1rem;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
}

.form-control::-webkit-input-placeholder {
	color: #706f6f;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #706f6f;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #706f6f;
	opacity: 1;
}

.form-control::placeholder {
	color: #706f6f;
	opacity: 1;
}
input[type="checkbox"] {
	margin-right: 15px;
}

/* END OF FORM ELEMENTS */
/* GENERAL - INCLUDING HEADER, NAV & MENU ITEMS */

.overflow-s {
	overflow-y: visible;
}

.overflow-h {
	overflow-y: hidden;
}

.search-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1031;
	background-color: rgba(6, 69, 142, 1);
	display: none !important;
	opacity: 0;
}
	.search-overlay .close {
		position: absolute;
		top: 0px;
		right: 20px;
		font-size: 90px;
		color: var(--forecolour);
		text-shadow: none;
		opacity: .9;
		font-weight: 300;
		outline: 0;
	}

.search-overlay .close:hover {
	opacity: 1;
}
	.search-overlay h1 {
		color: var(--forecolour);
		font-size: 2.5rem;
	}

.search-overlay form {
	max-width: 90%;
	width: 800px;
}

.search-overlay label {
	width: 100%;
}

.search-overlay input {
	width: 100%;
	height: 70px;
	font-weight: 600;
}

#breadcrumbs span {
	font-size: 1rem;
	font-weight: 500;
	font-family: var(--fontfamily) !important;
	color: #000;
}

.navbar-container {
	position: relative;
	width: 100%;
	top: 0;
	z-index: 1011;
}

.navbar-toggler-right {
	top: 1rem;
}

.home .navbar-brand {
	background: url("images/navbar-brand.png") no-repeat center center;
	width: 74px;
	height: 85px;
	background-size: 74px 85px;
}

.navbar-brand {
	background: url("images/navbar-brand-colour.png") no-repeat center center;
	width: 74px;
	height: 85px;
	background-size: 74px 85px;
}

.home .full-colour, .full-colour {
	background: url("images/navbar-brand-colour.png") no-repeat center center;
	width: 74px;
	height: 85px;
	background-size: 74px 85px;
}

.navbar-inverse {
	position: relative;
	width: 100%;
}

.home .navbar-inverse {
	/* position: absolute; */
	width: 100%;
}

.top-nav {
	z-index: 2;
	padding: 1rem;
}

.top-nav ul, .top-nav li {
	display: inline-block;
	text-align: center;
}

.top-nav .navbar-nav .nav-link {
	font-size: .9rem;
	padding-left: .5rem !important;
	padding-right: .5rem !important;
	text-transform: uppercase;
	color: var(--forecolour);
}

.navbar-inverse .navbar-text {
	font-size: .9rem;
	color: var(--forecolour);
}

.dropdown-menu{

}

.main-nav {
	z-index: 2;
	padding: 2rem 1rem;
	transition: all 300ms ease-in-out;
}

.main-nav .apply-link a.nav-link {
	color: #ed6e35 !important;
    position: relative;
}

.main-nav .apply-link:hover a.nav-link:after {
    background: #ed6e35 !important;
}

.main-nav .navbar-nav .dropdown-menu .menu-item {
	border-bottom: 2px solid transparent;
	padding-left: 15px;
}

.home .main-nav .navbar-nav .nav-link:focus, .home .main-nav .navbar-nav .nav-link:hover {
	color: var(--forecolour)FFF;
}

.main-nav .navbar-nav .nav-link:focus, .main-nav .navbar-nav .nav-link:hover {
	color: var(--backcolour);
}

.dropdown-menu .menu-item:hover, .home .white-bg .dropdown-menu .menu-item:hover {
	border-bottom: 2px solid transparent !important;
}

#menu-primary-menu {
	padding: 2rem 0 0;
}

.home .navbar-inverse .collapsing {
	transition: height 0s ease-in-out;
	-webkit-transition: height 0s ease-in-out;
	-moz-transition: height 0s ease-in-out;
}

.home .navbar-inverse .navbar-toggler.collapsed .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/></svg>");
}

.navbar-inverse .navbar-toggler.collapsed .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(9, 78, 139, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/></svg>");
}

.navbar-inverse .navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(9, 78, 139, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/></svg>");
}

.navbar-toggler-icon {
	width: 2.5em;
	height: 2.5em;
}

.navbar-inverse .navbar-toggler {
	border-color: transparent;
	outline: 0;
	background: none;
}

.navbar-inverse .navbar-toggler.collapsed {
	border-color: transparent;
	outline: 0;
	background: none;
}

.navbar-expand-lg .dropdown-holder {
	width: 100%;
	padding-left: 0;
}

.main-nav .navbar-nav .menu-item a {
	margin-left: 0rem;
	margin-right: 0rem;
	padding: 1rem 0;
    position: relative;
}

.main-nav .navbar-nav .menu-item:hover a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    margin-top: 15px;
    background: #F4F4F4;
}

.main-nav .navbar-nav .menu-item .dropdown-menu .menu-item a {
	margin-left: 0rem;
	margin-right: 0rem;
	padding: .3rem 0;
}

.main-nav .navbar-nav .menu-item .dropdown-menu .menu-item a:after {
    background: none;
    height: 0px;
}

.home .main-nav .navbar-nav .nav-link {
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--forecolour);
	text-transform: uppercase;
	padding-left: 0;
	padding-right: 0;
}

.main-nav .navbar-nav .nav-link {
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--backcolour);
	text-transform: uppercase;
	padding-left: 0;
	padding-right: 0;
}

.top-nav .navbar-nav .nav-link:last-child {
	padding-left: .5rem !important;
	padding-right: .5rem !important;
}

.top-nav .navbar-nav .nav-link:focus, .top-nav .navbar-nav .nav-link:hover {
	outline: 0;
    text-decoration: underline;
}

.bg-primary {
	background-color: var(--backcolour) !important;
}

.bg-dark {
	background-color: transparent !important;
}

.navbar-inverse .navbar-text {
	padding-right: 1rem;
}

.accessibility-menu li a {
	display: inline-block;
}

.accessibility-menu .nav-link {
	padding-right: .2rem !important;
	padding-left: .2rem !important;
	padding-top: .2em !important;
	padding-bottom: 0 !important;
}

.navbar-inverse .sm {
	font-size: .7rem !important;
}

.navbar-inverse .md {
	font-size: 1rem !important;
}

.navbar-inverse .lg {
	font-size: 1.1rem !important;
}

.navbar .dropdown-menu li {
	width: 100%;
	display: inline-block;
	margin-left: 0 !important;
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 7px;
}

.navbar .dropdown-menu li:after {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0px;
	width: 100%;
	background-color: #f4f4f4;
	content: "";
}

	.navbar .dropdown-menu li .sub {
		font-size: 1rem;
		font-family: var(--fontfamily) !important;
		font-weight: 300;
		text-transform: none;
		display: none;
	}

.white-bg {
	background-color: var(--forecolour) !important;
}

.lg-padding {
	/* padding-bottom: 360px; */
	/* transition: all 600ms ease-in-out; */
}

.blue-text {
	color: #06448c !important;
	transition: color 300ms ease-in-out;
}

.main-nav .navbar-nav .menu-item.show {
	border-bottom: 2px solid #f36d32;
}

.dropdown-holder {
	position: relative;
	margin: 0 auto;
}

.dropdown-menu {
	width: auto;
	width:100%;
	border-radius: 0px;
	border: 0px;
	margin: 0;
	opacity: 0;

	transition: all 300ms ease-in-out;
	background-color: var(--forecolour);
}

.dropdown-menu:hover {

}

.dropdown-menu:hover li>a {
	opacity: 0.7;
	transition: all 300ms ease-in-out;
}

.dropdown-menu:hover li>a:hover {
	opacity: 1;
	transition: all 300ms ease-in-out;
	text-decoration: underline;
}

.show .dropdown-menu {
	/*transition-delay: 3s;*/
	transition: opacity 300ms ease-in-out;
	opacity: 1;
}

.dropdown-menu.show {
	display: block !important;
}

.show .dropdown-menu li a {
	padding-left: 15px;
}

.dropdown, .dropup {
	position: static;
}

.dropdown-menu li > a {
	color: #06448c !important;
	font-size: 0.85rem !important;
	font-family: var(--fontfamily) !important;
	font-weight: 400 !important;
	transition: all 300ms ease-in-out;
}

/* END OF GENERAL */
/* HOMEPAGE */

/* HOMEPAGE HERO WITH KEN BURNS */

.jumbotron {
	height: 100vh;
	background-color: #77848a;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
	border-radius: 0px;
	padding: 0;
}

.jumbotron .container {
	height: 100%;
}

.jumbotron .carousel-control-next, .jumbotron .carousel-control-prev {
	z-index: 2;
	width: 10%;
	opacity: 0;
}

.jumbotron:hover .carousel-control-prev, .jumbotron:hover .carousel-control-next {
	opacity: .5;
}

.jumbotron .carousel-control-next:focus, .jumbotron .carousel-control-next:hover, .jumbotron .carousel-control-prev:focus, .jumbotron .carousel-control-prev:hover {
	opacity: 1;
}

.jumbotron h1, .jumbotron p {
	color: var(--forecolour);
}

.jumbotron .btn-outline-secondary {
	color: var(--forecolour);
	border-color: var(--forecolour);
	padding: .5rem 2.5rem !important;
}

.jumbotron .btn-outline-secondary:hover {
	color: #77848a !important;
	background-color: var(--forecolour) !important;
	border-color: var(--forecolour) !important;
}

.jumbotron .carousel-item {
	position: relative;
}

.jumbotron .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.kb_elastic {
	opacity:1;
	-webkit-transform:scale3d(1,1,1);
	transform:scale3d(1,1,1)
}

.kb_elastic .carousel-item {
	top:0;
	z-index:1;
	opacity:0;
	width:100%;
	position:absolute;
	left:0!important;
	display:block!important;
	-webkit-transform:scale3d(1,1,1);
	transform:scale3d(1,1,1);
	-webkit-transition:-webkit-transform .7s ease-in-out 0s,opacity ease-in-out .7s;
	transition:transform .7s ease-in-out 0s,opacity ease-in-out .7s
}

.kb_elastic .carousel-item:first-child {
	top:auto;
	position:relative
}

.kb_elastic .carousel-item.active {
	opacity:1;
	z-index:2;
	-webkit-transform:scale3d(1,1,1);
	transform:scale3d(1,1,1);
	-webkit-transition:-webkit-transform .7s ease-in-out 0s,opacity ease-in-out .7s;
	transition:transform .7s ease-in-out 0s,opacity ease-in-out .7s
}

.kb_wrapper {
	overflow:hidden;
}

.kb_wrapper>.carousel-inner>.carousel-item>.background {
	margin:auto;
	opacity:.8;
	width:100%!important;
	-webkit-transform-origin:100% 0;
	-moz-transform-origin:100% 0;
	-ms-transform-origin:100% 0;
	-o-transform-origin:100% 0;
	transform-origin:100% 0;
	-webkit-animation:immortalkenburns 20000ms linear 0s infinite alternate;
	animation:immortalkenburns 20000ms linear 0s infinite alternate
}

@-webkit-keyframes immortalkenburns {
	0% {
		-webkit-transform:scale(1);
		-webkit-transition:-webkit-transform 20000ms linear 0s
	}
	100% {
		-webkit-transform:scale(1.2);
		-webkit-transition:-webkit-transform 20000ms linear 0s
	}
}
@-moz-keyframes immortalkenburns {
	0% {
		-moz-transform:scale(1);
		-moz-transition:-moz-transform 20000ms linear 0s
	}
	100% {
		-moz-transform:scale(1.2);
		-moz-transition:-moz-transform 20000ms linear 0s
	}
}
@-ms-keyframes immortalkenburns {
	0% {
		-ms-transform:scale(1);
		-ms-transition:-ms-transform 20000ms linear 0s
	}
	100% {
		-ms-transform:scale(1.2);
		-ms-transition:-ms-transform 20000ms linear 0s
	}
}
@-o-keyframes immortalkenburns {
	0% {
		-o-transform:scale(1);
		-o-transition:-o-transform 20000ms linear 0s
	}
	100% {
		-o-transform:scale(1.2);
		-o-transition:-o-transform 20000ms linear 0s
	}
}
@keyframes immortalkenburns {
	0% {
		transform:scale(1);
		transition:transform 20000ms linear 0s
	}
	100% {
		transform:scale(1.2);
		transition:transform 20000ms linear 0s
	}
}

.carousel-fade .carousel-item {
	display: block;
	position: absolute;
	opacity: 0;
	transition: opacity .75s ease-in-out;
}
.carousel-fade .carousel-item.active {
	opacity: 1;
}

.jumbotron .carousel-item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.jumbotron .carousel-item .container .h-100 {
	position: relative;
	z-index: 2;
}

/* HERO ENROLMENT FORM */

.enrolment-form {
	margin-top: -68px;
	background-color: var(--forecolour);
	padding-top: 30px;
	padding-bottom: 60px;
	-webkit-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.1);
}

.enrolment-form h4 {
	letter-spacing: -1px;
}

.enrolment-form p {
	color: var(--backcolour);
}

.enrolment-form .copy {
	padding-left: 0;
	padding-right: 0;
}

.enrolment-form .form-control:focus {
	border-color: #f36d32;
}

/* END OF HERO */
/* AREA OF INTEREST SELECTION */

 .select-area .single-area .hover-copy {
	 position: absolute;
	 bottom: -300%;
	 display: none;
	 opacity: 0;
 }

 .select-area .single-area:hover .hover-copy {
	 bottom: 0;
	 opacity: 1;
 }

 .select-area .single-area .title {
	 opacity: 1;
	 position: absolute;
	 transition: all 300ms ease-in-out;
	 font-size: .9rem;
 }

 .select-area .single-area:hover .title {
	opacity: 0;
 }

 .select-area .hover-title {

 }

.select-area {
	padding: 250px 0 50px 0;
	position: relative;
}

.select-area .home-areas {
	margin-top: 45px;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

.select-area .container {
	position: relative;
	width: 100%;
}

.select-area .area-container {
	padding-left: 0;
	padding-right: 0;
	position: relative;
	height: auto;
	padding: 100px 0;
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.select-area .see-more {
	padding: 30px 0;
}

.mb-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
}

/* INDIVIDUAL AREA & HOVER */

.select-area .area-container > .single-area {
	position: absolute;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all 600ms ease-in-out;
	overflow: hidden;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.1);
}

.select-area .single-area .col-md-12 {
	height: 100%;
}

/* INDIVIDUAL AREA COPY ELEMENTS */

.select-area .single-area .area-copy {
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0;
	left: 0px;
	-webkit-transition-delay: 1s; /* Safari */
	transition-delay: 1s;
	transition: all .5s ease-in-out;
}

.select-area .single-area:hover .area-copy {
	bottom: 0;
}

.select-area .single-area h5 {
	color: var(--forecolour);
	/*text-shadow: 0px 0px 17px rgba(0, 0, 0, 0.8);*/
	text-shadow: 0 0 3px #000;
	padding-bottom: 20px !important;
	-webkit-transition-delay: 1s; /* Safari */
	transition-delay: 1s;
	transition: all .5s ease-in-out;
	bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
}

/* END OF AREA SELECTION */
/* FIRST TIME VISITING SECTION */

.first-time {
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	position: relative;
	z-index: 2;
}

.first-time .col-md-3, .first-time .col-md-4 {
	padding-left: 0;
	padding-right: 0;
}

.first-time .col-md-3 h2 {
	letter-spacing: -2px;
	padding-bottom: 30px;
}

@media (min-width: 767px) {
.next-event-top {
	margin-top: 25px;
}
}

.next-event-header {
	margin-top: 60px;
}

.latest-sticky-event {
	background-color: var(--forecolour);
	margin-top: 8px;
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.1);
}

.latest-sticky-event h4 {
	letter-spacing: -1px;
}

.latest-sticky-event p {
	color: var(--backcolour);
	margin-bottom: 0;
}

.latest-sticky-event .copy {
	padding-left: 0;
	padding-right: 0;
}

.latest-sticky-event .form-control:focus {
	border-color: #f36d32;
}

.first-time .event-date {
	margin-bottom: 0;
}

.first-time h3 {
	padding-bottom: 20px;
}

.first-time .event-time, .first-time .event-location {
	color: #464646;
	font-size: 0.9rem;
	font-weight: 800;
}

.first-time .event-location {
	padding-bottom: 30px;
}

.first-time .sticky-events {
	margin-bottom: -40px;
}

.first-time .sticky-events h3, .first-time .sticky-events h5, .first-time .sticky-events p {
	text-align: center;
}

@media screen and (max-width: 767px) {
	.first-time .single-link img {
	    margin-left: 0!important;
	    margin-right: 0!important;
	    width: 100%;
	}
}

/* END OF FIRST TIME VISITING SECTION */
/* COLLEGE LIFE SECTION */

.college-life {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: max-height 300ms ease-in-out;
	max-height: 700px;
	position: relative;
	z-index: 1;
}

.college-life .carousel, .college-life .carousel-inner, .college-life .carousel-item, .page-template-awards .carousel-item {
	height: auto;
}

.college-life h4, .college-life p {
	color: var(--forecolour);
	text-shadow: 0px 0px 17px rgba(0, 0, 0, 0.5);
}
	.college-life h4 {
		font-family: var(--fontfamily) !important;
		line-height: 1.4;
	}

#carouselIndicators {
	position: relative;
	padding-top: 30px;
	width: 95%;
	margin-left: 5%;
}
	#carouselIndicators:before {
		position: absolute;
		top: -30px;
		left: 30px;
		content: open-quote;
		font-size: 5rem;
		color: var(--forecolour);
		font-family: var(--fontfamily) !important;
	}

.college-life p .btn-warning {
	margin-left: 20%;
}

.college-life .carousel-item {
	width: 90%;
}

.college-life .carousel-indicators {
	right: auto;
	bottom: 50%;
	left: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.college-life .carousel-indicators li {
	text-indent: 0;
	background-color: transparent;
	height: auto;
	margin: 5px 0;
	width: 100%;
	text-align: center;
}

.college-life .carousel-indicators li img {
	transition: all 300ms ease-in-out;
	object-fit: cover;
	width: 55px;
	height: 55px;
}

.college-life .carousel-indicators li.active img {
	object-fit: cover;
	width: 75px;
	height: 75px;
}

.college-life .close {
	display: none;
}

.college-life .fa-stack-1x {
	left: 6px;
}

.college-life .fa-stack-2x {
	color: #ec6426;
}

.college-life .close {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1030;
}

.college-life .embed-responsive-dt {
	display: none;
	opacity: 0;
}

.college-life-holder {
	padding: 50px 0 50px 15px;
	width: 100%;
}

.college-life .video {
	padding-right: 0;
	margin-top: 50px;
}

.single-link:first-of-type {
	margin-top: 100px;
	margin-bottom: 60px;
}

.single-link {
	position: relative;
}

.single-link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.single-link img {
	object-fit: cover;
	height: auto;
}

.single-link h5 {
	padding-top: 15px;
}

 .hidden-md-down {
	 display: none !important;
 }

.btc-numbers {
	width: 25%;
	background-color: var(--backcolour);
	padding-top: 20px;
	margin-top: -50px;
	height: calc(100% + 50px);
	position: absolute;
	right: 0;
	display: none;
}

.btc-numbers h1 {
	color: var(--forecolour);
	font-size: 2.5rem;
	padding-left: 30px;
	text-shadow: 0px 0px 17px rgba(0, 0, 0, 0.5);
}

.btc-numbers h5 {
	color: var(--forecolour);
	padding-left: 30px;
	text-shadow: 0px 0px 17px rgba(0, 0, 0, 0.5);
}

.btc-numbers h5.main {
	padding-top: 72px;
}

.btc-numbers p {
	color: var(--forecolour);
	padding-left: 30px;
	padding-right: 60px;
	text-shadow: 0px 0px 17px rgba(0, 0, 0, 0.5);
	padding-bottom: 30px;
}

/* END OF COLLEGE LIFE */
/* END OF HOMEPAGE */

/* THE COLLEGE PAGE */

.page-template-college .intro {
	background: #f9f9f9;
	padding: 88px 0 0;
}

.page-template-college .intro .lead {
	padding-bottom: 80px;
	color: #000;
}

.page-template-college .hero {
	height: 316px;
	background-color: var(--backcolour);
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-width: 95%;
	flex: 0 0 95%;
	margin-left: 2.5%;
}

.page-template-college .hero-caption {
	background: var(--forecolour);
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	padding: 30px;
	margin-bottom: -250px;
}

.page-template-college .hero-caption p {
	margin-bottom: 0;
	font-size: 0.8889rem;
	line-height: 2;
}

.page-template-college .hero-caption .caption-btn p {
	margin-bottom: 0;
	width: 100%;
}

.page-template-college .smaller-items {
	margin-left: 0%;
	margin-top: 280px;
}

.page-template-college .smaller-items .single-item {
	padding-bottom: 88px;
}

.page-template-college .smaller-items .single-item h2 {
	padding-top: 45px;
	font-weight: 500;
	font-size: 1.778rem;
}

.page-template-college .smaller-items .single-item .card-image {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}

.page-template-college .smaller-items .single-item .card-image .background {
	height: 100%;
	width: 100%;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 300ms ease-in-out;
}

.page-template-college .smaller-items .single-item .card-image:hover .background {
	transform: rotate(2deg) scale(1.1);
	-webkit-transform: rotate(2deg) scale(1.1);
}

/* END OF THE COLLEGE PAGE */
/* ABOUT US */

.page-template-about .intro {
	background: #f9f9f9;
	padding: 88px 0 0;
}

.page-template-about .intro .lead {
	padding-bottom: 80px;
	color: #000;
}

.page-template-about .hero {
	height: 316px;
	background-color: var(--backcolour);
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-width: 95%;
	flex: 0 0 95%;
	margin-left: 2.5%;
}

.page-template-about .hero-caption {
	background: var(--forecolour);
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	padding: 64px 30px;
	margin-bottom: -60px;
}

.page-template-about .hero-caption p {
	margin-bottom: 0;
}

.page-template-about .hero-caption .caption-btn p {
	margin-bottom: 0;
	width: 100%;
}

.page-template-about .about-content {
	padding: 120px 0 90px 0;
}

.page-template-about .about-content ul {
	padding-left: 0px;
}

#menu-section-menu a, #menu-campuses-menu a, #menu-conferencing-menu a, #menu-apprenticeships a, #menu-adult-learning a, #menu-distance-learning a, #menu-school-leavers a, #menu-college-menu a, #menu-about-menu a, #menu-supporting-your-learning-menu a {
	padding-left: 2.5rem;
}

#menu-section-menu a:hover, #menu-campuses-menu a:hover, #menu-conferencing-menu a:hover, #menu-apprenticeships a:hover, #menu-adult-learning a:hover, #menu-distance-learning a:hover, #menu-school-leavers a:hover, #menu-college-menu a:hover, #menu-about-menu a:hover, #menu-supporting-your-learning-menu a:hover {
	padding-left: 3rem;
}

.page-template-about .about-content .col-md-8 ul {
	padding-left: 26px;
	font-size: 1.2rem;
	color: #000;
}

.page-template-about .about-content .col-md-8 ul > li {
	padding-bottom: .8rem;
}

.page-template-about .about-content p {
	color: #000;
	font-size: 1.2rem;
}

#accordion .card {
	border: 0px;
}

#accordion .card-header {
	background-color: var(--forecolour);
	border: 0px;
	box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.1);
	padding: 0;
}

#accordion .card-block {
	margin: 15px 0;
}

#accordion .mb-0 {
	font-size: 20px;
}

#accordion .mb-0 a {
	padding: 1.2rem 2.5rem;
	display: block;
}

#accordion .mb-0 a:focus {
	text-decoration: none;
}

#accordion .more-less {
	float: right;
}

.page-template-about .our-vision {
	height: 700px;
	position: relative;
}

.page-template-about .our-vision .overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 0;
}

.page-template-about .our-vision .background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

.page-template-about .our-vision .caption {
	padding-bottom: 5rem;
}

.page-template-about .our-vision .caption h2 {
	font-weight: 600 !important;
}

.page-template-about .our-vision .caption p {
	font-size: 1.1rem;
	line-height: 1.8;
}

.page-template-about .our-vision h2, .page-template-about .our-vision p {
	color: var(--forecolour);
}

.page-template-about .opening-times {
	padding: 120px 0;
	background-color: #f9f9f9;
}

.page-template-about .opening-times p {
	color: #000;
	font-size: 1.1rem;
}

.page-template-about .opening-times .opening-hours {
	background: #f1f1f1;
	padding: 45px 15px;
}

.page-template-about .opening-times .opening-hours h2 {
	padding-bottom: 30px;
}

.page-template-about .opening-times .opening-hours .lead {
	padding-bottom: 15px;
	margin-bottom: 0;
	color: var(--backcolour);
}

.page-template-about .opening-times .lead {
	color: #000;
	padding-bottom: 30px;
}

.page-template-about .opening-times .nav-tabs {
	border-bottom: 0px;
}

.page-template-about .opening-times .nav-tabs .nav-item:first-child a {
	padding-left: 0;
}

.page-template-about .opening-times .nav-tabs .nav-item {
	position: relative;
}

.page-template-about .opening-times .nav-tabs .nav-item::after {
	content: "";
	height: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -8px;
	width: 15px;
	background: var(--backcolour);
}

.page-template-about .opening-times .nav-tabs .nav-item:last-child::after {
	height: 0;
}

.page-template-about .opening-times .nav-tabs .nav-item.show .nav-link, .page-template-about .opening-times .nav-tabs .nav-link.active {
	border-color: transparent;
	font-weight: 700;
	color: var(--backcolour);
	background-color: transparent;
}

.page-template-about .opening-times .nav-tabs .nav-link:focus, .page-template-about .opening-times .nav-tabs .nav-link:hover {
	border-color: transparent;
	text-decoration: underline;
}

.page-template-about .table thead th {
	color: var(--forecolour);
}

.page-template-about .table {
	font-size: 1.1rem;
}

.page-template-about .terms {
	padding: 0 0 60px 0;
}

.page-template-about .study-with-us {
	position: relative;
	padding: 90px 0;
	background-color: #f9f9f9;
}

.page-template-about .study-with-us h2, .page-template-about .study-with-us p {
	color: var(--forecolour);
	position: relative;
	z-index: 2;
}

.page-template-about .study-with-us .blue-bg {
	background-color: var(--backcolour);
	height: 100%;
	width: 98%;
	margin-left: 1%;
	position: absolute;
	bottom: auto;
	top: 0;
	left: 0;
	z-index: 0;
}

.page-template-about .study-with-us .col-md-4 {
	position: relative;
	margin-bottom: 30px;
}

.page-template-about .study-with-us .col-md-4 .col-md-12 {
	height: 100%;
}

.page-template-about .study-with-us .col-md-4 h4 {
	font-size: 1.1rem;
	line-height: 1.5;
	color: var(--forecolour);
	font-weight: 500;
	margin-bottom: 0;
	padding: 60px 15px;
	position: relative;
	z-index: 3;
}

.page-template-about .study-with-us .col-md-4 .overlay {
	background-color: var(--backcolour);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	z-index: 2;
}

.page-template-about .study-with-us .col-md-4 .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 1;
}

.page-template-about .investment {
	padding: 60px 0;
	background-color: #f9f9f9;
}

.page-template-about .investment .lead {
	font-size: 1.3rem;
	padding-bottom: 2rem;
}

.page-template-about .investment p {
	margin-bottom: 0;
	color: #000;
}

.page-template-about .investment .investments {
	overflow: hidden;
}

.page-template-about .slick-slider .slick-track, .page-template-about .slick-slider .slick-list {
	overflow: hidden !important;
}

.page-template-about .investment .investments .single {
	height: 350px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	margin: 0 15px;
}

.page-template-about .investment .investments .single .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--backcolour);
	opacity: .4;
}

.page-template-about .investment .investments .single h4 {
	color: var(--forecolour);
	position: relative;
	z-index: 1;
}

.page-template-about .investment .investments .single p {
	font-size: 1.2rem;
	padding: 0 25px;
	color: var(--forecolour);
	position: relative;
	z-index: 1;
}

.page-template-about .investment .investments .slick-prev {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.page-template-about .investment .investments .slick-next {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* END OF ABOUT US */
/* ACADEMIES PAGE */

.page-template-academies .intro {
	background: #f9f9f9;
	padding: 88px 0 0;
	position: relative;
}

.page-template-academies .intro .lead {
	padding-bottom: 80px;
	color: #000;
}

.page-template-academies .hero {
	height: 375px;
	position: relative;
	max-width: 95%;
	flex: 0 0 95%;
	margin-left: 2.5%;
}

.page-template-academies .carousel-indicators {
	bottom: -55px;
}

.page-template-academies .carousel-indicators li {
	background-color: #c1c1c1 !important;
	max-width: 8px !important;
	height: 8px !important;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.page-template-academies .carousel-indicators .active {
	background-color: var(--backcolour) !important;
}

.page-template-academies .carousel-item {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.page-template-academies .carousel-item .background {
	height: 100%;
	width: 100%;
	transition: all 300ms ease-in-out;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.page-template-academies .carousel-item:hover .background {
	transform: rotate(2deg) scale(1.1);
	-webkit-transform: rotate(2deg) scale(1.1);
}

.page-template-academies .carousel-caption {
	left: 14%;
	right: 0;
	text-align: left;
}

	.page-template-academies .carousel-caption p a {
		font-size: 1.111rem;
		font-family: var(--fontfamily) !important;
		font-weight: 500;
		text-shadow: 0 0 10px rgba(0,0,0,0.6);
		color: var(--forecolour);
	}

.page-template-academies .intro-copy {
	font-size: 0.8889rem;
	margin-left: 4.1666665%;
	padding: 120px 0;
}

.page-template-academies .intro-copy p {
	line-height: 2;
}

.page-template-academies .smaller-items {
	margin-left: 0%;
	position: relative;
	z-index: 1;
}

.page-template-academies .smaller-items .single-item {
	padding-bottom: 88px;
}

.page-template-academies .smaller-items .single-item .card-image {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}

.page-template-academies .smaller-items .single-item .card-image .background {
	height: 100%;
	width: 100%;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 300ms ease-in-out;
}

.page-template-academies .smaller-items .single-item .card-image:hover .background {
	transform: rotate(2deg) scale(1.1);
	-webkit-transform: rotate(2deg) scale(1.1);
}

.page-template-academies .smaller-items .single-item:nth-of-type(1) h2, .page-template-academies .smaller-items .single-item:nth-of-type(2) h2 {
	color: var(--forecolour);
}

.page-template-academies .smaller-items .single-item h2 {
	padding-top: 45px;
	font-size: 1.778rem;
	font-weight: 500;
}

.page-template-academies .smaller-items .single-item:nth-of-type(1) p, .page-template-academies .smaller-items .single-item:nth-of-type(2) p {
	color: var(--forecolour);
}

.page-template-academies .intro .blue-bg {
	background-color: var(--backcolour);
	height: 30%;
	width: 98%;
	margin-left: 1%;
	position: absolute;
	bottom: auto;
	top: 43%;
	left: 0;
}

/* END OF ACADEMIES PAGE */
/* STUDENTS */

.page-template-students .intro {
	background: #f9f9f9;
	padding: 88px 0 0;
}

.page-template-students .intro .lead {
	padding-bottom: 80px;
	color: #000;
}

.page-template-students .hero {
	height: 316px;
	background-color: var(--backcolour);
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-width: 95%;
	flex: 0 0 95%;
	margin-left: 2.5%;
}

.page-template-students .hero-caption {
	background: var(--forecolour);
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	padding: 30px 30px;
	margin-bottom: -200px;
}

.page-template-students .hero-caption p {
	margin-bottom: 0;
	font-size: 0.8889rem;
	line-height: 2;
}

.page-template-students .hero-caption .caption-btn p {
	margin-bottom: 0;
	width: 100%;
}

.page-template-students .smaller-items {
	margin-left: 0%;
	margin-top: 280px;
}

 .page-template-students .smaller-items-second {
	 margin-left: 0%;
	 margin-top: 90px;
 }

.page-template-students .smaller-items .single-item .card-image, .page-template-students .smaller-items-second .single-item .card-image {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}

.page-template-students .smaller-items .single-item .card-image .background, .page-template-students .smaller-items-second .single-item .card-image .background {
	height: 100%;
	width: 100%;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 300ms ease-in-out;
}

.page-template-students .smaller-items .single-item .card-image:hover .background, .page-template-students .smaller-items-second .single-item .card-image:hover .background {
	transform: rotate(2deg) scale(1.1);
	-webkit-transform: rotate(2deg) scale(1.1);
}

.page-template-students .smaller-items .single-item, .page-template-students .smaller-items-second .single-item {
	padding-bottom: 88px;
}

.page-template-students .smaller-items .single-item h2, .page-template-students .smaller-items-second .single-item h2 {
	padding-top: 45px;
	font-weight: 500;
	font-size: 1.778rem;
}

.page-template-students #carouselEnrichment {
	height: 600px;
}

.page-template-students .carousel-item .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.page-template-students .carousel-item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	background: #000;
}

.page-template-students .carousel-item .carousel-caption {
	text-align: left;
}

/* END OF STUDENTS PAGE */
/* NEWS & EVENTS */

.events-news {
	padding: 64px 0;
}

.events-news #carouselEvents .carousel-item a, .events-news .single-news-item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	height: 100%;
}

.events-news h4 {
	margin-bottom: 0 !important;
}

.events-news .carousel {
	height: auto;
}

.events-news .carousel-fade .carousel-item {
	display: block;
	position: absolute;
	opacity: 0;
	transition: opacity .75s ease-in-out;
}
.events-news .carousel-fade .carousel-item.active {
	opacity: 1;
}

.events-news .card {
	margin-top: 45px;
	margin-bottom: 45px;
	-webkit-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.1);
	background: var(--forecolour);
}

.events-news .card .card-block {
	padding: 30px 15px;
}

.card-img-top {
	object-fit: cover;
	height: 280px;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	display: block !important;
}

.events-news .carousel-control-next, .events-news .carousel-control-prev {
	bottom: -40px;
	width: 15px;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: inherit;
	justify-content: flex-end;
	color: var(--backcolour);
	opacity: 1;
}

.events-news .carousel-control-next:focus, .events-news .carousel-control-next:hover, .events-news .carousel-control-prev:focus, .events-news .carousel-control-prev:hover {
	color: var(--backcolour);
	opacity: 1;
}

.events-news .carousel-control-prev {
	left: auto;
	right: 20px;
}

.single-news-item, .single-news-item-inner {
	padding-left: 15px;
	padding-right: 0;
}

.single-news-item-inner {
	padding-left: 0px;
}

.single-news-item-inner img {
	border-bottom-left-radius: calc(.25rem - 1px);
	border-top-left-radius: calc(.25rem - 1px);
	height: 130px;
	width: 100%;
	object-fit: cover;
}

.single-news-item{
	background: var(--forecolour);
	-webkit-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.1);
	border-radius: .25rem;
	margin-bottom: 30px;
}

.single-news-item:first-of-type {
	margin-top: 45px;
}

.latest-news {
	margin-top: 60px;
}

/* END OF NEWS & EVENTS */
/* EVENTS PAGE */

.post-type-archive-events .hero {
	height: 450px;
	position: relative;
}

.post-type-archive-events .hero .container {
	position: relative;
	z-index: 2;
}

.post-type-archive-events .hero #breadcrumbs {
	padding-top: 60px;
}

.post-type-archive-events .hero .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.2;
}

.custom-select {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
	background-size: 8px 10px;
	border-radius: 0px;
	border: 0px;
	border-bottom: 1px solid var(--backcolour);
	padding: .375rem 1.75rem .375rem 0rem;
	margin-right: 30px;
	width: 100%;
}

.home .enrolment-form .custom-select {
	width: 100%;
}

#date-select {
	margin-right: 0px;
}

.post-type-archive-events .events-list {
	margin-top: -180px;
	padding-bottom: 90px;
	position: relative;
	z-index: 2;
}

.post-type-archive-events .single-event-parent {
	transition: all 300ms ease-in-out;
	opacity: 1;
}

.post-type-archive-events .single-event {
	background-color: var(--forecolour);
	box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.1);
}

.post-type-archive-events .single-event {
	margin-bottom: 30px;
}

.post-type-archive-events .single-event h5 {
	color: #000;
	font-size: 1.05rem;
	font-weight: 300;
}

.post-type-archive-events .single-event h6 {
	font-size: 1rem;
	position: relative;
	padding-bottom: 25px;
}

.page-template-events .single-event h6:after {
	width: 65px;
	height: 1px;
	background-color: var(--backcolour);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 10px;
}

.post-type-archive-events .single-event h3 {
	padding: 0 0 15px 0;
	font-size: 1.35rem;
}

.post-type-archive-events .single-event p {
	color: #464646;
}

.post-type-archive-events .single-event .button {
	margin-top: 30px;
}

.post-type-archive-events .event-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 90px 0;
}

.post-type-archive-events .event-copy {
	padding: 30px;
}

.post-type-archive-events .event-copy p {
	margin-bottom: 0px;
}

.single-events .intro {
	background-color: #f9f9f9;
	padding: 88px 0;
}

.single-events .intro h1 {
	padding-bottom: 30px;
}

.single-events .hero .col-md-4 {
	background-color: var(--forecolour);
	padding: 45px 30px;
}

.single-events .hero .col-md-4 .when, .single-events .hero .col-md-4 .where {
	margin-bottom: .5rem;
}

.single-events .hero .col-md-4 strong {
	color: #000;
}

.single-events .hero .col-md-4 .button {
	margin: 30px 0;
}

.single-events .hero .col-md-4 .share, .single-events .hero .col-md-4 .calendar {
	margin-bottom: 0;
}

.single-events .hero .col-md-8 {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 300px;
    max-height: 300px;
}

.single-events .event-time {
	position: relative;
	padding-bottom: 25px;
}

.single-events .event-time:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 1px;
	content: "";
	background-color: var(--backcolour);
	margin-bottom: 10px;
}

.single-events .carousel, .single-events .carousel-inner, .single-events .carousel-item {
	height: 250px;
}

.single-events .carousel-item {
	position: relative;
}

.single-events .carousel-item .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.single-events .acf-map {
	width: 100%;
	height: 350px;
	margin-top: 15px;
}

.single-events .acf-map img {
	max-width: inherit !important;
}

.single-events .intro-section, .single-events .more-info {
	padding: 80px 0;
}

.single-events .intro-section {
	padding: 80px 0 0;
}

.single-events .intro-section .lead {
	color: var(--backcolour);
	font-size: 1.4rem;
	line-height: 1.6;
}

.single-events .intro-section .carousel {
	margin: 45px 0;
}

.single-events .intro-section p, .single-events .more-info p {
	font-size: 1rem;
	color: #000;
}

.single-events .more-info p {
	padding-bottom: 30px;
}

.single-events .map {
	position: relative;
	padding-bottom: 80px;
}

.single-events .map .button {
	margin-top: 6.25rem;
}

.single-events .map .button a {
	padding: 15px 45px;
}

.single-events .blue-bg {
	background-color: var(--backcolour);
	height: 475px;
	width: 100%;
	position: absolute;
	top: 23%;
	z-index: -1;
	left: 0;
}

.carousel-fade .carousel-inner .carousel-item {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
	position: absolute;
}
.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
	opacity: 1;
}


.carousel-fade .carousel-inner .carousel-item-next,
.carousel-fade .carousel-inner .carousel-item-prev,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* END OF EVENTS PAGE */
/* SINGLE COURSE */

.single-course .intro {
	padding: 90px 0 45px;
	background-color: #f9f9f9;
}

.single-course .intro h1 {
	padding-bottom: 45px;
}

.single-course .hero .col-md-4 {
	background-color: var(--forecolour);
	padding: 30px 15px;
}

.single-course .hero .col-md-4 p.shortlist {
	margin-bottom: 0;
	cursor: pointer;
}

.single-course .featured-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/* keep the height of the image */
.single-course .hero > .col-md-4 .subject-cost {
	min-height: 67px;
}
.single-course .hero > .col-md-4 .apply_action {
	min-height: 50px;
}

.subject, .sector, .campus, .duration, .cost {
	margin-bottom: 0;
	color: #000;
}

.subject-name, .subject-location, .subject-duration, .subject-cost {
	margin-bottom: .8rem;
}

.subject-duration, .subject-cost {
	color: #000;
}

.single-course .course-content {
	background-color: #f9f9f9;
}

.single-course .course-content p {
	color: #000;
}

.single-course .col-md-8 .content-ul {
	border-left: 2px #CCC;
	display: inline-block;
	padding: 0;
	list-style: none;
}

.single-course .col-md-8 .content-ul  li {
	margin-left: 28px;
	color: #000;
	padding-bottom: .4rem;
}

.single-course .col-md-8 .ul-li-span {
	width: 22px;
	height: 22px;
	position: absolute;
	margin-top: 4px;
	margin-left: -28px;
}

.single-course .col-md-8 .content-ul  li .ul-li-span:before {
	height: 100%;
	width: 5px;
	left: 8px;
	background-color: #e3e3e3;
	content: "";
	position: absolute;
	margin-top: 23px;
}
.single-course .col-md-8 .content-ul li:last-child .ul-li-span:before {
	height: 0;
	width: 0px;
	right: 8px;
	background-color: #e3e3e3;
	content: "";
}
.single-course .col-md-8 .content-ul li .ul-li-span:after {
	content: "";
	width: 22px;
	height: 22px;
	display: inline-block;
	border: 3px solid var(--backcolour);
	top: 10px;
	left: 0;
	background-color: var(--forecolour);
	border-radius: 50%;
}

.single-course .course-summary {
	position: relative;
	padding: 45px 0;
}

.single-course .course-summary h2 {
	padding-bottom: 30px;
}

.single-course .course-summary .container {
	position: relative;
	z-index: 2;
}

.single-course .course-summary table {
	background-color: var(--forecolour);
}

.single-course .course-summary .blue-bg {
	background-color: var(--backcolour);
	height: 100%;
	width: 98%;
	margin-left: 1%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.single-course .course-summary .col-md-3, .single-course .course-summary .col-md-9 {
	padding-left: 0;
	padding-right: 0;
}

.single-course .student-spotlight {
	background-color: var(--forecolour);
	box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.1);
	padding: 45px 30px;
	margin-top: 3rem;
	margin-bottom: -7rem;
}

.single-course .student-spotlight img {
	height: 150px;
	object-fit: cover;
	border-radius: 0px;
}

.single-course .additional-information {
	padding: 150px 0 0;
}

.single-course .additional-information h2 {
	padding-bottom: 30px;
}

.page-template-apprenticeships-subjects .additional-information h4 {
	padding-top: 15px;
}

.single-course .additional-information .card-body {
	padding: 1.25rem 0;
}

.single-course .apply-cta {
	padding: 45px 0;
}

/* END OF SINGLE COURSE */
/* BLOG PAGE */

.blog .intro, .blog .news-list {
	background: #f9f9f9;
	padding: 88px 0 0;
	position: relative;
}

.blog .intro h1 {
	padding-bottom: 30px;
}

.blog .hero {
	height: 316px;
	position: relative;
	max-width: 95%;
	flex: 0 0 95%;
	margin-left: 2.5%;
	margin-bottom: 60px;
}

.blog .carousel-caption {
	text-align: left;
	padding-bottom: 60px;
}

.blog .carousel-caption h4 {
	font-weight: 500;
}

.blog .carousel-caption a {
	color: var(--forecolour);
}

.blog .carousel-indicators {
	bottom: -55px;
}

.blog .carousel-indicators li {
	background-color: #c1c1c1 !important;
	max-width: 8px !important;
	height: 8px !important;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.blog .carousel-indicators .active {
	background-color: var(--backcolour) !important;
}

.blog .carousel-item {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

 .blog .carousel-item .overlay {
	 height: 100%;
	 width: 100%;
	 position: absolute;
	 top: 0;
	 left: 0;
	 background-color: rgba(0,0,0,0.3);
	 z-index: 9;
 }

.blog .carousel-item .background {
	height: 100%;
	width: 100%;
	transition: all 300ms ease-in-out;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.blog .carousel-item:hover .background {
	transform: rotate(2deg) scale(1.1);
	-webkit-transform: rotate(2deg) scale(1.1);
}

.blog .single-blog-parent, .category .single-blog-parent {
	transition: all 300ms ease-in-out;
	opacity: 1;
}

.blog .single-blog, .category .single-blog {
	background-color: var(--forecolour);
	box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.1);
	margin-bottom: 30px;
}

.single-blog .col-md-5 {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.blog .single-blog h5, .category .single-blog h5 {
	color: #000;
	font-size: 1.15rem;
	font-weight: 300;
}

.blog .single-blog h3, .category .single-blog h3 {
	position: relative;
	padding: 15px 0 25px;
}

.blog .single-blog h3:after, .category .single-blog h3:after {
	width: 65px;
	height: 1px;
	background-color: var(--backcolour);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 10px;
}

.blog .single-blog p, .category .single-blog p {
	font-size: .8rem;
	color: #464646;
	font-weight: 400;
}

.blog .single-blog .button, .category .single-blog .button {
	margin-top: 30px;
}

.blog .blog-image, .category .blog-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 120px 0;
}

.blog .blog-copy, .category .blog-copy {
	padding: 30px;
}

.blog .blog-copy p, .category .blog-copy p {
	margin-bottom: 0px;
}

 .blog .intro .hero {
     max-height: 30vw;
 }
@media (max-width: 992px) {
    .single-post .intro .hero {
        max-height: 30vw;
    }
}
/* NEWS PAGE */

.post-type-archive-news .intro, .post-type-archive-news .news-list {
	background: #f9f9f9;
	padding: 88px 0 0;
	position: relative;
}

.post-type-archive-news .intro h1 {
	padding-bottom: 30px;
}

.post-type-archive-news .hero {
	height: 316px;
	position: relative;
	max-width: 95%;
	flex: 0 0 95%;
	margin-left: 2.5%;
	margin-bottom: 60px;
}

.post-type-archive-news .carousel-caption {
	text-align: left;
	padding-bottom: 60px;
}

.post-type-archive-news .carousel-caption h4 {
	font-weight: 500;
}

.post-type-archive-news .carousel-caption a {
	color: var(--forecolour);
}

.post-type-archive-news .carousel-indicators {
	bottom: -55px;
}

.post-type-archive-news .carousel-indicators li {
	background-color: #c1c1c1 !important;
	max-width: 8px !important;
	height: 8px !important;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.post-type-archive-news .carousel-indicators .active {
	background-color: var(--backcolour) !important;
}

.post-type-archive-news .carousel-item {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.post-type-archive-news .carousel-item .overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
	z-index: 9;
}

.post-type-archive-news .carousel-item .background {
	height: 100%;
	width: 100%;
	transition: all 300ms ease-in-out;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.post-type-archive-news .carousel-item:hover .background {
	transform: rotate(2deg) scale(1.1);
	-webkit-transform: rotate(2deg) scale(1.1);
}

.post-type-archive-news .single-blog-parent {
	transition: all 300ms ease-in-out;
	opacity: 1;
}

.post-type-archive-news .single-blog {
	background-color: var(--forecolour);
	box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.1);
	margin-bottom: 30px;
}

.single-blog .col-md-5 {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.post-type-archive-news .single-blog h5 {
	color: #000;
	font-size: 1.15rem;
	font-weight: 300;
}

.post-type-archive-news .single-blog h3 {
	position: relative;
	padding: 15px 0 25px;
}

.post-type-archive-news .single-blog h3:after {
	width: 65px;
	height: 1px;
	background-color: var(--backcolour);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 10px;
}

.post-type-archive-news .single-blog p {
	/*font-size: .8rem;*/
	color: #464646;
	font-weight: 400;
}

.post-type-archive-news .single-blog .button {
	margin-top: 30px;
}

.post-type-archive-news .blog-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 120px 0;
}

.post-type-archive-news .blog-copy {
	padding: 30px;
}

.post-type-archive-news .blog-copy p {
	margin-bottom: 0px;
}

/* ============================================================
  CUSTOM PAGINATION
============================================================ */
.custom-pagination {
	width: 100%;
	padding: 30px 0;
	text-align: center;
}

.custom-pagination span, .custom-pagination a {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 50%;
}

.custom-pagination a {
	color: #064073 !important;
	margin-right: 10px;
	opacity: 0.6;
}

.custom-pagination a:hover {
	color: #064073;
	opacity: 1;
	text-decoration: none;
}

.custom-pagination span.current {
	color: #064073;
}

.blog .pagination, .post-type-archive-news .pagination {
	width: 100%;
	margin-bottom: 15px;
}

.blog .page-numbers, .post-type-archive-news .page-numbers {
	color: #064073;
}

.blog .page-numbers:hover, .post-type-archive-news .page-numbers:hover {
	color: #064073;
}

.blog .page-numbers.dots, .post-type-archive-news .page-numbers.dots {
	color: #064073 !important;
}

.blog .page-numbers.next, .post-type-archive-news .page-numbers.next {
	border-left-color: #CCC;
}

.blog .page-numbers.prev, .post-type-archive-news .page-numbers.prev {
	border-right-color: #CCC;
}

/* END OF NEWS PAGE */
/* SINGLE BLOG PAGE */

.single-post #breadcrumbs {
	padding-top: 80px;
}

.single-post .intro {
	background-color: #f9f9f9;
}

.single-post .intro h1 {
	font-size: 3.25rem;
}

.single-post .intro p {
	color: #000;
	padding: 20px 0;
	font-size: 1.1rem;
	font-weight: 500;
}

.single-post .hero {
	height: 475px;
	position: relative;
	max-width: 95%;
	flex: 0 0 95%;
	margin-left: 2.5%;
	margin-bottom: 60px;
	background-repeat: no-repeat;
	background-position: center center;
	/*background-size: cover;*/
    background-size: contain;
}

.single-post .blog-content {
	background-color: #f9f9f9;
	padding-bottom: 60px;
}

blockquote {
	position: relative;
	padding: 30px 0;
	quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
	content: open-quote;
	font-size: 7.5rem;
	font-style: italic;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	padding-right: 30px;
}

blockquote:after {
    bottom: 0;
    right: 40px;
    position: absolute;
    font-style: italic;
    content: close-quote;
    font-size: 7.5em;
    height: 100px;
}

blockquote p {
	font-size: 1.4rem !important;
	color: var(--backcolour) !important;
	font-style: italic !important;
	padding: .7rem 4.5rem 0 4.5rem;
	line-height: 1.2;
	margin-bottom: 0;
}

.single-post .blog-content p {
	color: #000;
	font-size: .9rem;
}

.single-post .blog-content ul, .single-post .blog-content ol {
	padding-left: 20px;
	color: #000;
}

.single-post .blog-content .buttons {
	padding: 50px 0 0;
}

.single-post .blog-content .buttons a {
	color: var(--forecolour);
}

.single-post .blog-content .buttons a:hover, .single-post .blog-content .buttons a:focus, .single-post .blog-content .buttons a:active, .single-post .blog-content .buttons a.active, .single-post .blog-content .buttons a.active:focus {
	text-decoration: none;
	cursor: pointer;
}

.single-post .blog-content .buttons .btn-warning {
	padding: 15px 80px;
	border-radius: 2rem;
}

.single-post .blog-content .buttons .sharing {
	margin-top: 15px;
}

.single-post .blog-content .buttons .share-text {
	padding-right: 15px;
}

.single-post .blog-content .buttons .share {
	background-color: var(--backcolour);
	color: var(--forecolour);
	padding: 15px 30px;
	border-radius: 2rem;
}

.single-post .blog-content .buttons .share .fa-stack-1x {
	color: var(--backcolour);
}

.single-post .related {
	position: relative;
	background-color: #f9f9f9;
}

.single-post .related .container {
	position: relative;
	z-index: 2;
}

.single-post .related .blue-bg {
	background-color: var(--backcolour);
	height: 85%;
	width: 98%;
	margin-left: 1%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.single-post .related h2 {
	color: var(--forecolour);
	padding-top: 65px;
	padding-bottom: 30px;
}

.single-post .related .single-blog-parent {
	transition: all 300ms ease-in-out;
	opacity: 1;
}

.single-post .related .single-blog {
	background-color: var(--forecolour);
	box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.1);
	margin-bottom: 30px;
}

.single-post .related .single-blog h5 {
	color: #000;
	font-size: 1.15rem;
	font-weight: 300;
}

.single-post .related .single-blog h3 {
	position: relative;
	padding: 15px 0 25px;
}

.single-post .related .single-blog h3:after {
	width: 65px;
	height: 1px;
	background-color: var(--backcolour);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 10px;
}

.single-post .related .single-blog p {
	font-size: .8rem;
	color: #464646;
	font-weight: 400;
}

.single-post .related .single-blog .button {
	margin-top: 30px;
}

.single-post .related .blog-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 30px 0;
}

.single-post .related .blog-copy {
	padding: 30px;
}

.single-post .related .blog-copy p {
	margin-bottom: 0px;
}

/* END OF SINGLE BLOG PAGE */
/* SINGLE NEWS PAGE */

.single-news #breadcrumbs {
	padding-top: 80px;
}

.single-news .intro {
	background-color: #f9f9f9;
}

.single-news .intro h1 {
	font-size: 3.25rem;
}

.single-news .intro p {
	color: #000;
	padding: 20px 0;
	font-size: 1.1rem;
	font-weight: 500;
}

.single-news .hero {
	height: 475px;
	position: relative;
	max-width: 95%;
	flex: 0 0 95%;
	margin-left: 2.5%;
	margin-bottom: 60px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.single-news .blog-content {
	background-color: #f9f9f9;
	padding-bottom: 60px;
}

.single-news .blog-content p {
	color: #000;
	/*font-size: .9rem;*/
}

.single-news .blog-content ul, .single-news .blog-content ol {
	padding-left: 20px;
	color: #000;
}

.single-news .blog-content .buttons {
	padding: 50px 0 0;
}

.single-news .blog-content .buttons a {
	color: var(--forecolour);
}

.single-news .blog-content .buttons a:hover, .single-news .blog-content .buttons a:focus, .single-news .blog-content .buttons a:active, .single-news .blog-content .buttons a.active, .single-news .blog-content .buttons a.active:focus {
	text-decoration: none;
	cursor: pointer;
}

.single-news .blog-content .buttons .btn-warning {
	padding: 15px 80px;
	border-radius: 2rem;
}

.single-news .blog-content .buttons .sharing {
	margin-top: 15px;
}

.single-news .blog-content .buttons .share-text {
	padding-right: 15px;
}

.single-news .blog-content .buttons .share {
	background-color: var(--backcolour);
	color: var(--forecolour);
	padding: 15px 30px;
	border-radius: 2rem;
}

.share .fa-twitter:before {
	filter: brightness(0) saturate(100%) invert(18%) sepia(55%) saturate(2345%) hue-rotate(190deg) brightness(104%) contrast(93%) !important;
	margin-left: 7px;
}

 .share + p .fa-twitter:before {
	 margin-left: 9px;
 }

.single-news .blog-content .buttons .share .fa-stack-1x {
	color: var(--backcolour);
}

.single-news .related {
	position: relative;
	background-color: #f9f9f9;
}

.single-news .related .container {
	position: relative;
	z-index: 2;
}

.single-news .related .blue-bg {
	background-color: var(--backcolour);
	height: 85%;
	width: 98%;
	margin-left: 1%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.single-news .related h2 {
	color: var(--forecolour);
	padding-top: 65px;
	padding-bottom: 30px;
}

.single-news .related .single-blog-parent {
	transition: all 300ms ease-in-out;
	opacity: 1;
}

.single-news .related .single-blog {
	background-color: var(--forecolour);
	box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.1);
	margin-bottom: 30px;
}

.single-news .related .single-blog h5 {
	color: #000;
	font-size: 1.15rem;
	font-weight: 300;
}

.single-news .related .single-blog h3 {
	position: relative;
	padding: 15px 0 25px;
}

.single-news .related .single-blog h3:after {
	width: 65px;
	height: 1px;
	background-color: var(--backcolour);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 10px;
}

.single-news .related .single-blog p {
	font-size: .8rem;
	color: #464646;
	font-weight: 400;
}

.single-news .related .single-blog .button {
	margin-top: 30px;
}

.single-news .related .blog-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 30px 0;
}

.single-news .related .blog-copy {
	padding: 30px;
}

.single-news .related .blog-copy p {
	margin-bottom: 0px;
}

/* END OF SINGLE NEWS PAGE */
/* SINGLE PAGE */

.page-template-default .intro {
	 background: #f9f9f9;
	 padding: 88px 0 0;
}

.page-template-default .intro .lead {
	 padding-bottom: 80px;
	 color: #000;
}

.page-template-default .hero {
	 height: 316px;
	 background-color: var(--backcolour);
	 position: relative;
	 background-repeat: no-repeat;
	 background-position: center center;
	 background-size: cover;
	 max-width: 95%;
	 flex: 0 0 95%;
	 margin-left: 2.5%;
}

.page-template-default .content {
	padding: 64px 0;
}

.page-template-default .content h2 {
	padding-top: 60px;
}

.page-template-default .content p {
	font-size: 0.8889rem;
	color: #000;
}

.table .thead-light th {
	background-color: #e9ecef;
	border-color: #e9ecef;
}

.table thead th {
	vertical-align: middle;
}

.table-bordered thead td, .table-bordered thead th {
	border-bottom-width: 2px;
}

.page-template-default .table-bordered td, .page-template-default .table-bordered th {
	border: 1px solid #e9ecef !important;
}

/* COLLEGE HISTORY */

.page-template-college-history #breadcrumbs {
	padding-top: 80px;
}

.page-template-college-history .intro {
	background-color: #f9f9f9;
}

.page-template-college-history .intro h1 {
	font-size: 3.25rem;
}

.page-template-college-history .intro .lead {
	padding-bottom: 80px;
	color: #000;
}

.page-template-college-history .history-timeline {
	background-color: #f9f9f9;
	padding-bottom: 130px;
}

.page-template-college-history .history-timeline .tab-pane {
	height: auto;
}

.page-template-college-history .history-timeline h2 {
	font-size: 3.25rem;
	color: #f36d32;
	position: absolute;
	bottom: 90px;
	left: 30px;
}

.page-template-college-history .history-timeline .btnPrevious {
	position: absolute;
	left: -132px;
	top: -40px;
}

.page-template-college-history .history-timeline .btnNext {
	position: absolute;
	left: -132px;
	top: 132px;
}

.page-template-college-history .history-timeline .col-md-6, .page-template-college-history .history-timeline .col-md-12 {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 350px !important;
}

.page-template-college-history .history-timeline .caption {
	position: absolute;
	bottom: 0;
	width: 93%;
	margin-left: 2%;
	background: var(--forecolour);
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	padding: 44px 30px;
	margin-bottom: -50px;
}

.page-template-college-history .history-timeline .caption p {
	margin-bottom: 0;
	color: #000;
}

/* END OF COLLEGE HISTORY */
/* AWARDS PAGE */

.page-template-awards .intro, .page-template-awards .beacon-awards {
	background: #f9f9f9;
	padding: 88px 0;
}

.page-template-awards .college-title {
    padding-top: 30px;
}

 .page-template-awards .beacon-awards li {
	 padding: 5px 0;
 }

.page-template-awards .intro .lead {
	padding-bottom: 40px;
	color: #000;
}

.page-template-awards .intro p {
	color: #000;
}

#carouselBeacon {
	margin-top: 60px;
}

.page-template-awards .hero {
	height: 316px;
	background-color: var(--backcolour);
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-width: 95%;
	flex: 0 0 95%;
	margin-left: 2.5%;
	margin-bottom: 88px;
}

.page-template-awards .ofsted-content p {
	padding-bottom: 60px;
	margin-bottom: 0;
	color: #000;
}

.page-template-awards .queens-prize {
	height: 700px;
	width:100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-template-awards .queens-prize .caption {
	padding-bottom: 5rem;
}

.page-template-awards .queens-prize .caption h2 {
	font-weight: 600 !important;
}

.page-template-awards .queens-prize .caption p {
	font-size: .9rem;
	line-height: 1.8;
}

.page-template-awards .queens-prize h2, .page-template-awards .queens-prize p {
	color: var(--forecolour);
}

.page-template-awards .beacon-awards ul {
	padding-left: 21px;
	color: #000;
}

.page-template-awards .beacon-awards .carousel {
	position: relative;
	height: 450px;
}

.page-template-awards .carousel-item .background {
	height: 100%;
	width: 100%;
	transition: all 300ms ease-in-out;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/* END OF AWARDS PAGE */
/* MISSION & VALUES */

.page-template-mission-values .intro {
	background: #f9f9f9;
	padding: 88px 0 0;
}

.page-template-mission-values .intro .lead {
	padding-bottom: 80px;
	color: #000;
}

.page-template-mission-values .hero {
	height: 316px;
	background-color: var(--backcolour);
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-width: 95%;
	flex: 0 0 95%;
	margin-left: 2.5%;
	margin-bottom: 88px;
}

.page-template-mission-values .hero .close {
	display: none;
}

.page-template-mission-values .hero .embed-responsive {
	position: absolute;
	top: 0;
}

.page-template-mission-values #accordion {
    margin: 45px 0;
}

.page-template-mission-values .fa-stack-1x {
	left: 6px;
}

.page-template-mission-values .fa-stack-2x {
	color: #ec6426;
}

.page-template-mission-values .close {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1030;
}

.page-template-mission-values .embed-responsive-dt {
	display: none;
	opacity: 0;
}

.mission-values-holder {
	padding: 50px 0 50px 15px;
	width: 100%;
}

.page-template-mission-values .video {
	padding-right: 0;
	margin-top: 50px;
}

.page-template-mission-values .advantages {
	padding-left: 0px;
	padding-right: 0px;
	padding: 90px 0;
	overflow: hidden;
}

.page-template-mission-values .advantages .f1-container {
	position: relative;
	z-index: 1;
	perspective: 1000px;
}

.page-template-mission-values .advantages .card {
	width: 100%;
	height: 100%;
	position: absolute;
	transform-style: preserve-3d;
	transition: transform 1s;
	top: 0;
	left: 0;
}

.display-face {
    z-index: 9;
    display: flex !important;
}

.hide-face {
    z-index: -1;
    display: none !important;
}

.page-template-mission-values .advantages .face {
	margin: 0;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	top: 0;
	left: 0;
	background-position: center center;
}

.page-template-mission-values .advantages .face.back {
	display: block;
	transform: rotateY(-180deg);
	box-sizing: border-box;
	color: black;
	text-align: center;
	background-color: #aaa;
	color: var(--forecolour);
}

 .page-template-mission-values .advantages .face.back ul {
	 position: relative;
	 z-index: 2;
	 text-align: left;
	 margin-bottom: 0px;
 }

.page-template-mission-values .advantages .slick-slide {
	margin: 0 30px;
	padding: 30px 45px;
	height: 300px;
	position: relative;
	box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.1);
	transition: all 300ms ease-in-out;
	transform-style: preserve-3d;
}

.page-template-mission-values .advantages .slick-slide h4, .page-template-mission-values .advantages .slick-slide p {
	color: var(--forecolour);
	position: relative;
	z-index: 2;
	transition: all 300ms ease-in-out;
}

.page-template-mission-values .advantages .slick-slide p {
	display: none;
	margin-bottom: 0;
}

.page-template-mission-values .advantages .slick-slide .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--backcolour);
	opacity: 0.7;
}

.page-template-mission-values .advantages .slick-center {
	transform: scale(1.18);
	-moz-transform: scale(1.18);
	transition: all 300ms ease-in-out;
	z-index: 3;
}

.page-template-mission-values .advantages .slick-center p {
	display: block;
	padding: 0 30px;
}

.page-template-mission-values .advantages .slick-center .btn {
	margin-top: 15px;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	overflow: visible;
}

.page-template-mission-values .advantages .slick-arrow {
	display: none !important;
}

/* END OF MISSION & VALUES */
/* EQUALITY & DIVERSITY */

.page-template-equality-diversity .intro {
	background: #f9f9f9;
	padding: 88px 0 0;
}

.page-template-equality-diversity .intro .lead {
	padding-bottom: 80px;
	color: #000;
}

.page-template-equality-diversity .hero {
	height: 316px;
	background-color: var(--backcolour);
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-width: 95%;
	flex: 0 0 95%;
	margin-left: 2.5%;
}

.page-template-equality-diversity .diversity-content {
	padding: 64px 0;
}

.page-template-equality-diversity .diversity-content h2 {
	padding-top: 60px;
}

.page-template-equality-diversity .diversity-content p {
	font-size: 0.8889rem;
	color: #000;
}

.page-template-equality-diversity .diversity-content .col-md-8 ul {
	padding-left: 32px;
}

/* END OF EQUALITY & DIVERSITY */
/* CAMPUSES */

.page-template-campuses .intro {
	background: #f9f9f9;
	padding: 88px 0 0;
}

.page-template-campuses .intro .lead {
	padding-bottom: 1rem;
	color: #000;
}

.page-template-campuses .hero {
	height: 316px;
	background-color: var(--backcolour);
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-width: 95%;
	flex: 0 0 95%;
	margin-left: 2.5%;
}

.page-template-campuses .content {
	padding: 64px 15px;
}

.page-template-campuses .content h2 {
	padding-top: 60px;
}

.page-template-campuses .content p {
	padding-bottom: 0 !important;
	color: #000;
}

.page-template-campuses .content .col-md-8 ul {
	padding-left: 22px;
}

.page-template-campuses .campuses-list {
	height: auto;
	box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.1);
	list-style: none;
	padding: 0;
	margin: 0;
}

 .page-template-campuses .campuses-list ul.campuses {
	 list-style: none;
	 padding: 0;
	 height: 100%;
 }

.page-template-campuses .campuses-list ul.campuses .campus-container {
	width: 100%;
	height: 200px;
	position: relative;
}

.page-template-campuses .campuses-list ul.campuses .campus-container .single-campus {
	position: absolute;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all 600ms ease-in-out;
	overflow: hidden;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.1);
}

.page-template-campuses .campuses-list ul.campuses .campus-container .single-campus:hover {
	width: 150%;
	z-index: 5;
}

.page-template-campuses .campuses-list ul.campuses .campus-container .single-campus .col-md-12 {
	position: relative;
}

.page-template-campuses .campuses-list ul.campuses .campus-container .single-campus .campus-copy {
	position: relative;
	z-index: 5;
	width: 100%;
}

.page-template-campuses .campuses-list ul.campuses .campus-container .single-campus .hover-copy {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
}

.page-template-campuses .campuses-list ul.campuses .campus-container .single-campus .hover-copy p {
	width: 100%;
	padding: 0 30px;
}

.page-template-campuses .campuses-list li:focus {
	outline: 0;
}

.page-template-campuses .campuses-list li:hover, .page-template-campuses .campuses-list li:focus {
	z-index: 4;
}

.page-template-campuses .campuses-list li .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 2;
}

.page-template-campuses .single-campus .title {
	opacity: 1;
	transition: all 300ms ease-in-out;
	padding-bottom: 30px;
	width: 100%;
}

.page-template-campuses .single-campus:hover .title {
	opacity: 0;
}

.page-template-campuses .single-campus .hover-copy {
	position: absolute;
	bottom: -300%;
	height: 100%;
	display: none;
	opacity: 0;
}

 .page-template-campuses .single-campus .hover-copy h5, .page-template-campuses .single-campus .hover-copy p {
	 display: none;
	 opacity: 0;
 }

.page-template-campuses .single-campus:hover .hover-copy {
	bottom: 0;
	opacity: 1;
	width: 100%;
}

 .page-template-campuses .single-campus:hover .hover-copy h5, .page-template-campuses .single-campus:hover .hover-copy p {
	 opacity: 1;
 }

/* END OF CAMPUSES */
/* FIND A COURSE */

.page-template-find-a-course .intro {
	padding: 90px 0;
	background-color: #f9f9f9;
}

.page-template-find-a-course .intro p {
	color: #000;
}

.page-template-find-a-course .search {
	background-color: #f9f9f9;
	position: relative;
	padding: 90px 0;
	margin-bottom: 45px;
}

.page-template-find-a-course .search .container {
	position: relative;
	z-index: 2;
}

.page-template-find-a-course .search p {
	color: var(--forecolour);
	padding: 45px 0;
}

.easy-autocomplete {
	width: 100% !important;
}

.page-template-find-a-course .search form {
	background: var(--forecolour);
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	padding: 2rem 15px;
	position: relative;
	z-index: 2;
	margin-top: -11rem;
}

.page-template-find-a-course .search form .custom-select {
	width: 100%;
}

.page-template-find-a-course .search form .form-group:last-child {
	margin-bottom: 0;
}

.page-template-find-a-course .search .single-subject {
	margin-bottom: 30px;
	outline: 0 !important;
}

.page-template-find-a-course .search .single-subject a {
	text-decoration: none;
}

.page-template-find-a-course .search .single-subject .col-md-12 {
	height: 200px;
	position: relative;
	outline: 0 !important;
	overflow: hidden;
}

.page-template-find-a-course .search .single-subject .col-md-12 p {
	position: relative;
	z-index: 3;
}

 .page-template-find-a-course .search .single-subject .col-md-12 .overlay {
	 background: rgba(0,0,0,0.3);
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 outline: 0 !important;
	 z-index: 2;
 }

.page-template-find-a-course .search .single-subject .col-md-12 .background {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 300ms ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: 0 !important;
}

.page-template-find-a-course .search .single-subject:hover .col-md-12 .background, .page-template-find-a-course .search .single-subject:focus .col-md-12 .background {
	transform: scale(1.1);
	outline: 0 !important;
}

.page-template-find-a-course .search .single-subject .col-md-12 p {
	padding: 0;
	font-size: 1.4rem;
	font-weight: 600;
}

.page-template-find-a-course .search .blue-bg {
	background-color: var(--backcolour);
	height: 100%;
	width: 98%;
	margin-left: 1%;
	position: absolute;
	bottom: auto;
	top: 0;
	left: 0;
	z-index: 0;
}

/* END OF FIND A COURSE */
/* AREAS */

.page-template-area .intro {
	padding: 90px 0;
	background-color: #f9f9f9;
}

.page-template-area .intro p {
	color: #000;
}

.page-template-area .hero {
	height: 316px;
	background-color: var(--backcolour);
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-width: 95%;
	flex: 0 0 95%;
	margin-left: 2.5%;
}

.page-template-area .hero .container {
	position: relative;
	z-index: 2;
}

.page-template-area .hero p {
	color: var(--forecolour);
	padding: 45px 0;
}

.page-template-area .hero form {
	background: var(--forecolour);
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	padding: 2rem 15px;
	position: relative;
	z-index: 2;
	margin-bottom: -3rem;
	width: 100%;
}

.page-template-apprenticeships-subjects .hero form .custom-select, .page-template-area .hero form .custom-select {
	width: 20%;
}

.page-template-area .hero form .form-group:last-child {
	margin-bottom: 0;
}

.page-template-area .herof form .custom-select {
	width: 20%;
}

.page-template-area .apprenticeships-content {
	padding: 6rem 0 0;
}

.page-template-area .apprenticeships-content h3 {
	padding-top: 2rem;
	padding-bottom: 1rem;
}

.page-template-area .subjects {
	position: relative;
	padding: 2rem 0;
	background-color: #f9f9f9;
}

.page-template-area .subjects .container {
	position: relative;
	z-index: 2;
}

.page-template-area .subjects h3 {
	padding-bottom: 1rem;
}

.page-template-area .subjects h3, .page-template-area .subjects li {
	color: var(--forecolour);
}

.page-template-area .subjects ul {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
	-moz-column-gap: 30px; /* Firefox */
	column-gap: 30px;
	list-style: none;
	padding-left: 0;
}

.page-template-area .subjects li {
	padding-bottom: 30px;
}

.page-template-area .subjects li a {
	color: var(--forecolour);
}

.page-template-area .subjects .blue-bg {
	background-color: var(--backcolour);
	height: 100%;
	width: 98%;
	margin-left: 1%;
	position: absolute;
	bottom: auto;
	top: 0;
	left: 0;
	z-index: 0;
}

.page-template-area .additional-information {
	background-color: #f9f9f9;
	padding: 3rem 0;
}

.page-template-area .additional-information .col-md-4 {
	position: relative;
}

.page-template-area .additional-information .col-md-4 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.page-template-area .additional-information h3 {
	padding-bottom: 1rem;
}

.page-template-area .additional-information img {
	padding-bottom: 1rem;
}

/* END OF AREAS */
/* COURSE COMPARISON */

.page-template-course-comparison .intro {
	padding: 90px 0;
	background-color: #f9f9f9;
}

.page-template-course-comparison .intro h1 {
	padding-bottom: 45px;
}

.page-template-course-comparison .intro p {
	color: #000;
}

.page-template-course-comparison #remove-from-compare {
	font-weight: 600;
	float: right;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	padding: 0;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

 #remove-from-compare {
	 font-weight: 600;
	 float: right;
	 height: 30px;
	 width: 30px;
	 border-radius: 50%;
	 padding: 0;
	 cursor: pointer;
 }

.table td, .table th {
	border: 0px;
	position: relative;
}

.table td {
	padding-right: 45px;
}

table .bg-primary-dark {
	background-color: #043670 !important;
}

.border {
	border-color: #d0d0d0 !important;
}

.table tr td:last-child {
	border-right: 0px !important;
}

/* END OF COURSE COMPARISON */
/* SEARCH RESULTS */

p.shortlist{
    cursor: pointer;
}

.shortlist-list {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: var(--forecolour);
	-webkit-box-shadow: 0px 9px 51px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 9px 51px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 9px 51px 0px rgba(0,0,0,0.2);
	padding: .5rem;
}

.shortlist-list .mobile-hide .text-right {
	 float: right;
	 margin-bottom: 0;
	 padding: 7px 0;
 }

 .shortlist-list .mobile-hide .title {
	 padding-bottom: 10px;
 }

 .shortlist-list .mobile-hide .title td {
	 width: 100%;
 }

.shortlist-list table {
	width: 100%;
}

 .mobile-hide {
	 display: none;
 }

 .mobile-show {
	 display: inline-table;
 }

.shortlist-list h4 {
	 margin-bottom: 0;
 }

.shortlist-list .mobile-shortlist {
	position: relative;
	font-size: .9rem;
}

.shortlist-list span {
	position: absolute;
	background: #f36d32;
	color: var(--forecolour);
	padding: 1px 7px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: .9rem;
	margin-left: -10px;
	border: 2px solid white;
}

.page-template-search-results .intro, .search-results .intro {
	padding: 90px 0;
	background-color: #f9f9f9;
}

.page-template-search-results .intro p, .search-results .intro p {
	color: #000;
}

.page-template-search-results .search, .search-results .search {
	background-color: #f9f9f9;
	position: relative;
	padding: 90px 0;
	margin-bottom: 45px;
}

.page-template-search-results .search .container, .search-results .search .container {
	position: relative;
	z-index: 2;
}

.page-template-search-results .search p,
.search-results .search p {
	color: var(--forecolour);
	padding: 45px 0 15px;
	font-weight: 600 !important;
}

.page-template-search-results .search form, .search-results .search form {
	background: var(--forecolour);
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	padding: 2rem 30px;
	position: relative;
	z-index: 2;
	margin-top: -7rem;
}

.page-template-search-results .search form .form-group:last-child, .search-results .search form .form-group:last-child {
	margin-bottom: 0;
}

 .search-results .search form label {
	 margin-bottom: 0;
 }

.form-check {
	padding-left: 30px;
	margin-bottom: 0;
}

.form-check .form-check-label {
	margin: 0 10px;
}

.page-template-search-results .search .blue-bg, .search-results .search .blue-bg {
	background-color: var(--backcolour);
	height: 100%;
	width: 98%;
	margin-left: 1%;
	position: absolute;
	bottom: auto;
	top: 0;
	left: 0;
	z-index: 0;
}

.search-results .search .results {
	 margin-top: 5rem;
}

.page-template-search-results .custom-select {
	width: 100%;
}

.page-template-search-results .custom-select:last-of-type {
	margin-right: 0px;
}

.page-template-search-results .single-result, .search-results .single-result {
	margin-bottom: 30px;
	box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.1);
}

.page-template-search-results .single-result .col-md-8, .search-results .single-result .col-md-8 {
	background-color: var(--forecolour);
    padding: 30px 15px;
}
.search-results .single-result .col-md-8 {
	padding: 30px 15px;
}

.page-template-search-results .single-result .col-md-4, .search-results .single-result .col-md-4 {
	padding-right: 0;
	padding-left: 0;
}

.page-template-search-results .single-result .course-image {
	max-height: 250px;
}

.page-template-search-results .single-result .result-copy {
    flex-direction: column !important;
    text-align: center !important;
}

.page-template-search-results .single-result h5, .search-results .single-result h5 {
	color: #ec6426;
}

.page-template-search-results .single-result p {
	color: var(--forecolour);
	padding: 5px 0 5px;
	font-weight: 400 !important;
	margin-bottom: 0;
}

.search-results .single-result p {
	color: var(--backcolour);
	padding: 5px 0 5px;
	font-weight: 400 !important;
	margin-bottom: 0;
}

.cover-img {
	object-fit: cover;
	height: 100% !important;
}

/* END OF SEARCH RESULTS */
/* APPLICATION */

.page-template-application .intro {
	padding: 90px 0 45px;
	background-color: var(--titlebackcolour);
	color: var(--titleforecolour);
	position: relative;
}

.page-template-application .intro p {
	color: #000;
}

.page-template-application .results {
	position: relative;
	padding: 45px 0;
}

.page-template-application .results .container {
	position: relative;
	z-index: 1;
}

	.page-template-application .results .blue-bg {
		height: 100%;
		width: 98%;
		margin-left: 1%;
		position: absolute;
		bottom: auto;
		top: 0;
		left: 0;
		z-index: 0;
	}
	.page-template-application .results h2 {
		color: var(--sectionheaderforecolour);
		background-color: var(--sectionheaderbackcolour);
		font-weight: var(--sectionheaderfontweight);
		font-family: var(--sectionheaderfontfamily);
		padding-top: var(--sectionheaderpaddingtop);
		padding-bottom: var(--sectionheaderpaddingbottom);
		text-align: center;
	}

.page-template-application .results p {
	color: var(--forecolour);
}

.page-template-application .results .single-result {
	margin-bottom: 30px;
	box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.1);
}

.page-template-application .results .single-result h4 select {
	font-size: .7rem;
	margin-left: 1rem;
}

.page-template-application .results .single-result .col-md-8 {
	background-color: var(--backcolour);
}

.page-template-application .results .single-result .col-md-4 {
	padding-right: 0;
	padding-left: 0;
}

	.page-template-application .results .single-result .remove-btn {
		margin-top: 1.7rem;
	}

.page-template-application .results input[type="submit"] {
	margin-left: 1rem;
}

.page-template-application .results .single-result h5 {
	color: #ec6426;
}

	.page-template-application .results .single-result p {
		color: var(--forecolour);
		padding: 5px 0 5px;
		font-weight: 400 !important;
		margin-bottom: 0;
	}

/* END OF APPLICATION */
/* CONTINUED APPLICATION */

.page-template-application-details .application-form, .page-template-application-further .application-form {
	position: relative;
	padding: 45px 0;
	margin-bottom: 45px;
}

.page-template-application-details .application-form .container, .page-template-application-further .application-form .container {
	position: relative;
	z-index: 2;
}

.page-template-application-details .application-form .blue-bg, .page-template-application-further .application-form .blue-bg {
	background-color: var(--backcolour);
	height: 100%;
	width: 98%;
	margin-left: 1%;
	position: absolute;
	bottom: auto;
	top: 0;
	left: 0;
	z-index: 0;
}

.page-template-application-details .application-form form, .page-template-application-further .application-form form {
	width: 80%;
}

.page-template-application-details .application-form p, .page-template-application-further .application-form p {
	font-size: .8rem !important;
}

.page-template-application-details .application-form label, .page-template-application-further .application-form label {
	width: 100%;
	font-size: .8rem;
}

.page-template-application-further .application-form .col-md-5 {
	padding-left: 0;
}

.page-template-application-details .application-form .custom-select, .page-template-application-further .application-form .custom-select {
	background: var(--forecolour) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
	height: calc(2.25rem + 7px);
	background-size: 8px 10px;
	border-radius: 30px;
	width: 100%;
	padding: .375rem 1.75rem .375rem .75rem;
	border-bottom: 0px;
}

/* END OF CONTINUED APPLICATION */
/* THANK YOU */

.page-template-thankyou .intro {
	padding: 90px 0 45px;
	background-color: #f9f9f9;
	position: relative;
}

.page-template-thankyou .intro p {
	color: #000;
}

.page-template-thankyou .application-thank-you {
	position: relative;
	padding: 45px 0;
	margin-bottom: 45px;
}

.page-template-thankyou .application-thank-you .container {
	position: relative;
	z-index: 2;
}

.page-template-thankyou .application-thank-you .blue-bg {
	background-color: var(--backcolour);
	height: 100%;
	width: 98%;
	margin-left: 1%;
	position: absolute;
	bottom: auto;
	top: 0;
	left: 0;
	z-index: 0;
}

/* END OF THANK YOU */
/* WORKING FOR US */

.page-template-working-for-us .intro {
	background: #f9f9f9;
	padding: 88px 0 0;
}

.page-template-working-for-us .intro .lead {
	padding-bottom: 30px;
	color: #000;
}

.page-template-working-for-us .hero {
	height: 316px;
	background-color: var(--backcolour);
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-width: 95%;
	flex: 0 0 95%;
	margin-left: 2.5%;
}

.nopadding {
	padding-left: 0;
	padding-right: 0;
}

.page-template-working-for-us .intro .lead {
	padding-bottom: 30px;
	color: #000;
}

.page-template-working-for-us .hero-caption {
	background: var(--forecolour);
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	padding: 64px 30px;
	margin-bottom: -60px;
}

.page-template-working-for-us .hero-caption p {
	font-size: 1.2rem;
	line-height: 2;
	margin-bottom: 0;
}

.page-template-working-for-us .hero-caption .btn-md {
	padding: .7rem 1.4rem;
	font-weight: 600;
}

.page-template-working-for-us .about-content {
	padding: 120px 0 90px 0;
	color: #000;
}

.page-template-working-for-us .col-md-8 .content-ul {
	border-left: 2px #CCC;
	display: inline-block;
	padding: 0;
	list-style: none;
}

.page-template-working-for-us .col-md-8 .content-ul  li {
	margin-left: 28px;
	padding: 5px 0;
}
.page-template-working-for-us .col-md-8 .ul-li-span {
	width: 22px;
	height: 22px;
	position: absolute;
	margin-left: -28px;
}
.page-template-working-for-us .col-md-8 .content-ul  li .ul-li-span:before {
	height: 100%;
	width: 5px;
	left: 8px;
	background-color: #e3e3e3;
	content: "";
	position: absolute;
	margin-top: 23px;
}
.page-template-working-for-us .col-md-8 .content-ul li:last-child .ul-li-span:before {
	height: 0;
	width: 0px;
	right: 8px;
	background-color: #e3e3e3;
	content: "";
}
.page-template-working-for-us .col-md-8 .content-ul li .ul-li-span:after {
	content: "";
	width: 22px;
	height: 22px;
	display: inline-block;
	border: 3px solid var(--backcolour);
	top: 10px;
	left: 0;
	background-color: var(--forecolour);
	border-radius: 50%;
}

.page-template-working-for-us .work-vacancies {
	position: relative;
}

.page-template-working-for-us .current-vacancies a {
	color: var(--forecolour);
	text-decoration: underline;
}

.page-template-working-for-us .current-vacancies a.btn {
	text-decoration: none;
}

.page-template-working-for-us .work-vacancies .blue-bg {
	background-color: var(--backcolour);
	height: 61%;
	width: 98%;
	margin-left: 1%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.page-template-working-for-us .why-work-for-us {
	font-size: 18px;
	position: relative;
	z-index: 2;
	/* background-color: #f9f9f9; */
}

.page-template-working-for-us .why-work-for-us .col-md-6 {
	padding-bottom: 50px;
}

.page-template-working-for-us .why-work-for-us h3 {
	padding-top: 30px;
}

.page-template-working-for-us .why-work-for-us p {
	font-size: 16px;
}

.page-template-working-for-us .limit-images-space {
	display: inline-block;
}

.page-template-working-for-us .limit-images-space img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.page-template-working-for-us .current-vacancies {
	padding: 50px 15px;
	font-size: 16px;
	color: var(--forecolour);
	position: relative;
	z-index: 2;
}

/* END OF WORKING FOR US */
/* OPEN TO THE PUBLIC */

.page-template-open-to-the-public .intro {
	padding: 90px 0 45px;
	background-color: #f9f9f9;
	position: relative;
}

.page-template-open-to-the-public .events-news {
	background-color: var(--forecolour);
}

.page-template-open-to-the-public .jumbotron {
	padding: 0 20px 30px;
	background-color: #f9f9f9;
	margin-bottom: 0;
}

.page-template-open-to-the-public .intro .lead {
	padding-bottom: 30px;
	color: #000;
}

.page-template-open-to-the-public .about-content-main {
	padding: 30px 0;
	background-color: #f9f9f9;
	color: #000;
}

.page-template-open-to-the-public .more-less {
	float: right;
}

.page-template-open-to-the-public .facilities-main {
	padding: 30px 0;
	background-color: #f9f9f9;
}

.page-template-open-to-the-public .campuses-links {
	padding: 20px 0;
}

.page-template-open-to-the-public .ul-inline {
	display: inline-block;
}

.page-template-open-to-the-public .ul-inline li {
	padding-right: 40px;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
}

.page-template-open-to-the-public .ul-inline .active {
	color: #1167c4;
}

.page-template-open-to-the-public .campuses-zones {
	display: flex !important;
}

.page-template-open-to-the-public .campuses-av .col-md-4 {
	padding: 15px;
}

.page-template-open-to-the-public .campuses-av .col-md-4 h3 {
	padding-top: 15px;
	padding-bottom: 30px;
	font-size: 1.6rem;
}

.page-template-open-to-the-public .zone-centre-image {
	height: 215px;
	background-size: cover;
}

/* END OPEN TO THE PUBLIC */
/* APPRENTICESHIPS SUBJECT */

.page-template-apprenticeships-subjects .intro {
	background-color: #f9f9f9;
	font-size: 22px;
	padding-top: 88px;
}

.page-template-apprenticeships-subjects .intro .lead {
	color: #000;
}

.page-template-apprenticeships-subjects .hero {
	height: 316px;
	background-color: var(--backcolour);
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-width: 95%;
	flex: 0 0 95%;
	margin-left: 2.5%;
}

.page-template-apprenticeships-subjects .hero .container {
	position: relative;
	z-index: 2;
}

.page-template-apprenticeships-subjects .hero p {
	color: var(--forecolour);
	padding: 45px 0;
}

.page-template-apprenticeships-subjects .hero form {
	background: var(--forecolour);
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	padding: 2rem 0;
	margin-bottom: -3rem;
	width: 100%;
	font-size: 17px;
}

.page-template-apprenticeships-subjects .apprenticeships-content {
	padding: 110px 0px;
}

.page-template-apprenticeships-subjects .apprenticeships-content p {
	color: #000;
}

.page-template-apprenticeships-subjects .apprenticeships-content ul, .page-template-apprenticeships-subjects .apprenticeships-content ol {
	color: #000;
	padding-left: 1.5rem;
}

.page-template-apprenticeships-subjects .apprenticeships-content .col-md-4 .more-less {
	float: right;
}

.page-template-apprenticeships-subjects .additional-information {
	background-color: #f9f9f9;
}

.page-template-apprenticeships-subjects .additional-information h2 {
	padding: 15px 0;
}

.page-template-apprenticeships-subjects .additional-information .col-md-4 {
	padding-bottom: 50px;
}

.page-template-apprenticeships-subjects .additional-information .col-md-4 img {
	height: 250px;
	object-fit: cover;
}

.page-template-apprenticeships-subjects .additional-information a {
	text-decoration: none;
}

/* END APPRENTICESHIPS SUBJECT */
/* CAMPUSES PARTS */
.page-template-campuses-parts .container-fluid {
	background-color: #f9f9f9;
}
.page-template-campuses-parts .events-news {
	background-color: var(--forecolour);
}
.page-template-campuses-parts .intro {
	font-size: 22px;
	padding: 75px 0;
}
.page-template-campuses-parts .intro .lead {
	color: #000;
}
.page-template-campuses-parts .hero {
	height: 316px;
	background-color: var(--backcolour);
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-width: 95%;
	flex: 0 0 95%;
	margin-left: 2.5%;
}

.page-template-campuses-parts .about-content {
	padding: 45px 0;
}
.page-template-campuses-parts .about-content p {
	color: #000;
}

.page-template-campuses-parts .more-less {
	float: right;
}
.page-template-campuses-parts .facilities-main {
	padding: 30px 0;
	overflow-x: hidden;
}

.page-template-campuses-parts .facilities-main .prev-arrow {
	position: absolute;
	left: -10px;
	top: 0;
	height: 86%;
	z-index: 5;
}

.page-template-campuses-parts .facilities-main .next-arrow {
	position: absolute;
	right: -10px;
	top: 0;
	height: 86%;
	z-index: 5;
}

.page-template-campuses-parts .facilities-main h2 {
	font-size: 1.6rem;
	padding-top: 10px;
}

.page-template-campuses-parts .facilities-main .col-md-4 {
	padding-bottom: 30px;
}

.page-template-campuses-parts .slick-slide {
	opacity: .5;
	transition: all 300ms ease-in-out;
}

.page-template-campuses-parts .slick-slide .row {
	margin-right: 0;
	margin-left: 0;
}

.page-template-campuses-parts .slick-active {
	opacity: 1;
}

.page-template-campuses-parts .campuses-links {
	padding: 20px 0;
}

.page-template-campuses-parts .ul-inline {
	display: inline-block;
}
.page-template-campuses-parts .ul-inline li {
	padding-right: 40px;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
}
.page-template-campuses-parts .ul-inline .active {
	color: #1167c4;
}
.page-template-campuses-parts .campuses-zones {
	display: flex !important;
}
.page-template-campuses-parts .campuses-av .col-md-4 {
	padding: 15px;
}
.page-template-campuses-parts .campuses-av .col-md-4 h2 {
	font-size: 32px;
	padding: 15px 0;
}
.page-template-campuses-parts .zone-centre-image {
	height: 215px;
	background-size: cover;
}

.page-template-campuses-parts .middle-blue-bg {
	padding: 50px 0;
	position: relative;
}
.page-template-campuses-parts .middle-blue-bg .background-middle-blue {
	z-index: 0;
	position: absolute;
	top: 15%;
	height: 60%;
	width: 100%;
	background-color: var(--backcolour);
	margin-top: 0;
}

.page-template-campuses-parts .middle-blue-bg .jumbotron {
	height: 350px;
	margin-bottom: 45px;
}

.page-template-campuses-parts .middle-blue-bg .jumbotron .background {
	background-size: cover;
}

.page-template-campuses-parts .middle-blue-bg .jumbotron .carousel-control-prev,
.page-template-campuses-parts .middle-blue-bg .jumbotron .carousel-control-next {
	color: var(--backcolour);
}

.page-template-campuses-parts .middle-blue-bg .contact-details,
.page-template-campuses-parts .middle-blue-bg .getting-here {
	color: var(--forecolour);
}

.page-template-campuses-parts .middle-blue-bg .contact-details p,
.page-template-campuses-parts .middle-blue-bg .getting-here p {
	margin-bottom: 0;
}
.page-template-campuses-parts .middle-blue-bg .parking-info {
	padding: 0 15px;
}
.page-template-campuses-parts .middle-blue-bg .parking-info a {
	font-size: 20px;
	padding: 14px 0 !important;
}
.page-template-campuses-parts .middle-blue-bg .park-button {
	position: relative;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}
.page-template-campuses-parts .getting-here-map {
	padding: 50px 15px;
}
.acf-map {
	height: 350px;
}
.acf-map img {
	max-width: inherit !important;
}

.acf-map a, .gm-style-mtc, .gm-svpc, .gm-fullscreen-control, .gm-style-cc {
	display: none !important;
}

/* CONTACT PAGE */

.page-template-contact .intro {
	background: #f9f9f9;
	padding: 88px 0 45px;
	position: relative;
}

.page-template-contact .intro .lead {
	padding-bottom: 30px;
	color: #000;
}

.page-template-contact .hero {
	height: 425px;
	position: relative;
	max-width: 95%;
	flex: 0 0 95%;
	margin-left: 2.5%;
}

.page-template-contact .tabs {
	padding: 45px 15px;
}

.gform_wrapper ul.gform_fields li.gfield input, .gform_wrapper ul.gform_fields li.gfield textarea {
	display: block;
	width: 100%;
	padding: 0.5rem 0.75rem !important;
	font-size: 1rem;
	line-height: 1.25;
	color: #495057;
	background-color: var(--forecolour);
	background-image: none;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.gform_wrapper ul.gform_fields li.gfield input::-ms-expand, .gform_wrapper ul.gform_fields li.gfield textarea::-ms-expand {
	background-color: transparent;
	border: 0;
}

.gform_wrapper ul.gform_fields li.gfield input:focus, .gform_wrapper ul.gform_fields li.gfield textarea:focus {
	color: #495057;
	background-color: var(--forecolour);
	border-color: #80bdff;
	outline: none;
}

.gform_wrapper ul.gform_fields li.gfield input::-webkit-input-placeholder, .gform_wrapper ul.gform_fields li.gfield textarea::-webkit-input-placeholder {
	color: #868e96;
	opacity: 1;
}

.gform_wrapper ul.gform_fields li.gfield input:-ms-input-placeholder, .gform_wrapper ul.gform_fields li.gfield textarea:-ms-input-placeholder {
	color: #868e96;
	opacity: 1;
}

.gform_wrapper ul.gform_fields li.gfield input::placeholder, .gform_wrapper ul.gform_fields li.gfield textarea::placeholder {
	color: #868e96;
	opacity: 1;
}

 .gform_wrapper ul.gform_fields li.gfield select {
	display: inline-block;
	max-width: 100%;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	line-height: 1.25;
	color: #495057;
	vertical-align: middle;
	background: var(--forecolour) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
	background-size: 8px 10px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.gform_wrapper ul.gform_fields li.gfield select:focus {
	border-color: #80bdff;
	outline: none;
}

.gform_wrapper ul.gform_fields li.gfield select:focus::-ms-value {
	color: #495057;
	background-color: var(--forecolour);
}

.gform_wrapper ul.gform_fields li.gfield select::placeholder {
	color: #ccc;
}

#gform_submit_button_1 {
	display: inline-block;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	line-height: 1.25;
	border-radius: 0.25rem;
	transition: all 0.15s ease-in-out;
	background-color: var(--backcolour);
	border-color: var(--backcolour);
	color: var(--forecolour);
}

#gform_submit_button_1:focus, #gform_submit_button_1:hover {
	text-decoration: none;
}

#gform_submit_button_1:focus, #gform_submit_button_1.focus {
	outline: 0;
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

 #gform_submit_button_1:hover {
	color: var(--forecolour);
	background-color: #0069d9;
	border-color: #0062cc;
}

 #gform_submit_button_1:focus, #gform_submit_button_1.focus {
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

.page-template-contact .nav-tabs {
	border-bottom: 1px solid transparent;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef var(--backcolour);
}

.page-template-contact .nav-tabs .nav-item.show .nav-link, .page-template-contact .nav-tabs .nav-link.active {
	background-color: var(--backcolour);
	color: var(--forecolour);
	border-color: #006ea7 #006ea7 var(--backcolour);
}

.page-template-contact .tab-content {
	background-color: var(--backcolour);
	padding: 30px;
	-webkit-border-radius: .25rem;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: .25rem;
	-moz-border-radius-topleft: 0;
	border-radius: .25rem;
	border-top-left-radius: 0;
}

.page-template-contact .tabs h5, .page-template-contact .tabs p, .page-template-contact .tabs ul, .page-template-contact .tab-content a {
	color: var(--forecolour);
}

.page-template-contact .tab-content a {
	position: relative;
	padding: 2px 5px;
}

.page-template-contact .tab-content a:hover {
	text-decoration: none;
}

.page-template-contact .tab-content a:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.1);
	content: "";
	transition: all 300ms ease-in-out;
}

.page-template-contact .tab-content a:hover:after {
	height: 100%;
}

/* END OF CONTACT PAGE */

@media (min-width: 1324px) {
	.page-template-campuses-parts .middle-blue-bg .jumbotron .carousel-control-prev {
		margin-left: -100px;
	}
	.page-template-campuses-parts .middle-blue-bg .jumbotron .carousel-control-next {
		margin-right: -100px;
	}
}

/* END CAMPUSES PARTS */
/* EMPLOYERS */
.page-template-employers .intro,
.page-template-employers .additional-info {
	background-color: #f9f9f9;
}

.page-template-employers .intro {
	padding: 80px 0;
}
.page-template-employers .lead {
	font-size: 22px;
	color: #000;
}

.page-template-employers .hero {
	height: 316px;
	background-color: var(--backcolour);
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-width: 95%;
	flex: 0 0 95%;
	margin-left: 2.5%;
}

.page-template-employers .hero .container {
	position: relative;
	z-index: 2;
}

.page-template-employers .hero-caption {
	background: var(--forecolour);
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	padding: 64px 30px;
	margin-bottom: -60px;
}

.page-template-employers .hero-caption p {
	margin-bottom: 0;
	font-size: .8rem;
	line-height: 2;
}

.page-template-employers .hero-caption .btn-md {
	font-size: 1rem;
	padding: .7rem 1.6rem;
}

.page-template-employers .about-content {
	padding: 120px 0 90px 0;
	color: #000;
}

.page-template-employers .additional-info {
	padding: 80px 0;
}

.page-template-employers .additional-info h2 {
	padding-top: 30px;
	font-size: 1.7rem;
}

.page-template-employers .additional-info p,
.page-template-employers .shadow-boxed p {
	color: #000;
	font-size: 16px;
}

.page-template-employers .limit-images-space {
	display: inline-block;
	padding-top: 30px;
	padding-bottom: 80px;
}

.page-template-employers .limit-images-space img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
@media (min-width: 768px) {
    .page-template-employers .limit-images-space img {
        height: 175px;
    }
}
@media (min-width: 992px) {
    .page-template-employers .limit-images-space img {
        height: 235px;
    }
}
@media (min-width: 1200px) {
    .page-template-employers .limit-images-space img {
        height: 280px;
    }
}

.page-template-employers .work-partners {
	padding: 80px 0 0;
}

.page-template-employers .work-partners p {
	font-size: 22px;
	color: #000;
}

.page-template-employers .work-partners .partnerdiv {
	display: inline-block;
	padding: 10px;
}

.page-template-employers .work-partners .partnerdiv img {
    width: 100%;
}

.page-template-employers .work-partners .partnerdiv a {
	display: block;
	height: 100%;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 300ms ease-in-out;
}

.page-template-employers .work-partners .partnerdiv .active,
.page-template-employers .work-partners .partnerdiv a:hover {
	box-shadow: 0 0 25px rgba(0,0,0,0.2);
}

.page-template-employers .case-study-row {
	padding: 45px 0;
}

.page-template-employers .shadow-boxed {
	box-shadow: 0 0 25px rgba(0,0,0,0.2);
	/*margin-right: 20px;*/
	/*margin-left: 20px;*/
}

.page-template-employers .row > .row.case-study-row,
.page-template-employers .shadow-boxed .row {
	margin: 0;
}

.page-template-employers .shadow-boxed .col-lg-5 {
	padding: 70px 20px;
}

.page-template-employers .shadow-boxed .image-case-study {
	float: right;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
	min-height: 500px;
}

.page-template-employers .wwcd-content {
	padding: 45px 0;
	position: relative;
}

.page-template-employers .wwcd-content .container {
	z-index: 1;
}

.page-template-employers .wwcd-text {
	font-size: 20px;
	color: #000;
}

.page-template-employers .wwcd-info-img {
	height: 300px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center;
}

.page-template-employers .blue-bg {
	z-index: -1;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 103%;
	width: 100%;
	background-color: var(--backcolour);
	margin: 0;
}

.page-template-employers .wwcd-general-info {
	color: var(--forecolour);
}

.page-template-employers .wwcd-general-info h3 {
	padding-top: 45px;
}

.page-template-employers .wwcd-general-info .col-md-6 {
	padding: 15px;
}

.page-template-employers .get-in-touch {
	padding: 60px 0;
	font-size: 22px;
}

.page-template-employers .case-study-row {
	display: none;
}

.page-template-employers .case-study-row.active {
	display: block !important;
}

@media (min-width: 768px) {
	.page-template-employers .wwcd-content .container {
		padding: 0;
	}
}

/* END OF EMPLOYERS */
/* MISSION VALUES */
.page-template-mission-values .hero {
	padding: 0;
}
.page-template-mission-values .video {
	width: 100%;
	height: 100%;
	margin: 0;
}
.page-template-mission-values .video .embed-responsive {
	z-index: 10;
	position: absolute;
	width: inherit;
	height: inherit;
}
.page-template-mission-values .video .hidden-md-down {
	transform: translate(1%, -60%);
	z-index: 15;
	height: 100%;
}
.page-template-mission-values .mission-values-holder {
	padding: 0px;
	height: 100%;
}
.page-template-mission-values .container {
	z-index: 18;
}

.page-template-mission-values .container.content p,
.page-template-mission-values .container.content ul {
	font-size: 0.8889rem;
	color: #000;
}
/* END OF MISSION VALUES */
/* FOOTER */

.footer {
	background-color: var(--backcolour);
	padding: 30px 0 30px 0;
}

.footer .col-md-11 {
	padding-left: 0px;
	padding-right: 0px;
}

.footer .navbar-brand {
	width: 74px;
	height: 85px;
	background-size: 74px 85px !important;
	display: block;
	background: url(images/navbar-brand.png) no-repeat center center;
}

.footer ul {
	margin: 0;
	padding: 0 0 30px 0;
    text-align: center;
}

.footer ul li ul.sub-menu {
    display: none;
}

.footer li {
	display: inline-block;
	padding-right: 15px;
	font-weight: 700;
	text-transform: uppercase;
	vertical-align: top;
}

.footer li ul li {
	padding-right: 0px;
}

.footer li:last-child {
	padding-right: 0;
}

.footer li a {
	color: var(--forecolour);
	padding: .3em 1em;
}

.footer li a:hover {
    text-decoration: underline;
}

.footer li ul {
	margin: 0;
	padding: 0;
}

.footer li ul li {
	display: block;
	text-transform: none;
	font-weight: 400;
}

.footer img {
	margin: 2rem 0 0;
	display: block;
}

.generator {
	background-color: #064073;
}

.generator p {
	color: var(--forecolour);
	padding: .7rem 0;
	margin-bottom: 0;
	font-size: .6rem;
}

.generator a {
    color: var(--forecolour);
}

.generator a:hover {
    text-decoration: underline;
}

/* New changes (JANUARY 15) to solve the bullet problems on ul tags */
.page-template-default .intro ul li,
.apprenticeships-content ul li,
.page-template-awards .college-title ul li,
.page-template-equality-diversity .diversity-content ul li {
	list-style-type: none;
	color: #000;
}

.page-template-default .intro ul li:before,
.apprenticeships-content ul li:before,
.page-template-awards .college-title ul li:before,
.page-template-equality-diversity .diversity-content ul li:before {
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	border: 3px solid var(--backcolour);
	top: 15px;
	left: 0;
	margin-right: 10px;
	background-color: var(--forecolour);
	border-radius: 50%;
	margin-left: -25px;
}

.student-spotlight blockquote p {
	padding: .7rem 6.0rem 0 4.5rem;
}

.student-spotlight .blockquote .blockquote-footer {
	padding-right: 6rem;
}

/* END CHANGES (JANUARY 15) */

@viewport{
	width: device-width;
	zoom: 0;
}

@ms-viewport{
	width: device-width;
	zoom: 0;
}

@o-viewport{
	width: device-width;
	zoom: 0;
}


/* fade image in after load */
.lazyload,
.lazyloading {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

#ctl00_body select.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem + 10px);
}

.single-related-section img {
	width: 100%;
	height: 300px;
}

@media (min-width: 576px) {
	html {
		font-size: 14px;
	}

	.select-area .area-container {
		width: 50%;
		padding: 100px 7.5px;
		height: auto;
		margin-bottom: 15px;
	}
}

@media (min-width: 768px) {

	html {
		font-size: 16px;
	}

	.display-4 {
		font-weight: 600;
		font-size: 3.333rem;
	}

	.lead {
		font-size: 1.25rem;
	}
	.navbar-inverse .navbar-nav .nav-link {
		padding-left: .2rem !important;
		padding-right: .2rem !important;
	}

	.home .navbar-brand {
		background: url(images/navbar-brand.png) no-repeat center center;
		width: 110px;
		height: 111px;
		background-size: 97px 111px;
	}

	.navbar-brand {
		background: url(images/navbar-brand-colour.png) no-repeat center center;
		width: 110px;
		height: 111px;
		background-size: 97px 111px;
	}

	.home .full-colour, .full-colour {
		background: url(images/navbar-brand-colour.png) no-repeat center center;
		width: 110px;
		height: 111px;
		background-size: 97px 111px;
	}

	#menu-primary-menu {
		padding: 0rem 0;
	}

	.main-nav .container {
		margin-left: auto;
		margin-right: auto;
	}

	.jumbotron .btn-outline-secondary {
		color: var(--forecolour);
		border-color: var(--forecolour);
		padding: 1rem 3.5rem;
	}

	.enrolment-form {
		margin-top: -285px;
	}

	.select-area {
		padding: 90px 0;
	}

	.select-area .area-container {
		width: 16.666667%;
		padding: 0;
		height: 500px;
		margin-bottom: 0;
	}
	/* HOMEPAGE */

	.select-area .home-areas {
		margin-top: 45px;
		position: relative;
	}

	.select-area .container {
		 position: relative;
		 width: 720px;
	 }

	/* INDIVIDUAL AREA & HOVER */

	.select-area .area-container > .single-area {
		position: absolute;
		height: 500px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		transition: all 600ms ease-in-out;
		overflow: hidden;
		transition:all 0.5s ease-in-out;
		-webkit-transition:all 0.5s ease-in-out;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.1);
	}

	.select-area .home-areas .single-area:before {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: calc(100% + 1px);
		height: 100%;
		z-index: 1;
		content: "";
		background-color: var(--backcolour);
		background-blend-mode: multiply;
		opacity: 0;
		transition: all 300ms ease-in-out;
	}
	.select-area .home-areas .single-area .col-md-12:before {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: calc(100% + 1px);
		height: 120%;
		content: "";
		background-color: #00000033;
		background-blend-mode: multiply;
	}

	.select-area .home-areas:hover .single-area:before {
		opacity: .6;
	}

	.select-area .area-container > .single-area:hover {
		width: 200%;
		height: calc(100% + 60px);
		z-index: 2;
		top: -30px;
		left: 50%;
		right: 50%;
		transform: translateX(-50%);
		background-color: var(--backcolour);
		background-blend-mode: normal;
	}

	.select-area .home-areas:hover .single-area:hover:before {
		opacity: .2;
		background-color: #000;
		z-index: 0;
	}

	/* .select-area .area-container:first-child > .single-area:hover {
		width: 300%;
		height: calc(100% + 60px);
		z-index: 2;
		top: -30px;
		left: 0 !important;
		right: auto;
		transform: translateX(0%) !important;
	}

	.select-area .area-container:last-of-type > .single-area:hover {
		width: 300%;
		height: calc(100% + 60px);
		z-index: 2;
		top: -30px;
		right: 0;
		left: auto;
		transform: translateX(0%);
	} */

	.select-area .single-area .col-md-12 {
		height: 500px;
	}

	/* INDIVIDUAL AREA COPY ELEMENTS */

	.select-area .single-area .area-copy {
		position: absolute;
		width: 100%;
		height: auto;
		bottom: 0;
		left: 0px;
		-webkit-transition-delay: 1s; /* Safari */
		transition-delay: 1s;
		transition: all .5s ease-in-out;
	}

	.select-area .single-area:hover .area-copy {
		bottom: 0;
	}

	/*.select-area .single-area h5 {*/
	/*	color: var(--forecolour);*/
	/*	text-shadow: 0px 0px 17px rgba(0, 0, 0, 0.5);*/
	/*	padding-bottom: 20px !important;*/
	/*	-webkit-transition-delay: 1s; !* Safari *!*/
	/*	transition-delay: 1s;*/
	/*	transition: all .5s ease-in-out;*/
	/*	bottom: 0;*/
	/*	padding-left: 15px;*/
	/*	padding-right: 15px;*/
	/*}*/

	.select-area .single-area:hover h5 {
		font-size: 1.7rem;
		padding-left: 30px;
	}

	.select-area .single-area p {
		color: var(--forecolour);
		text-shadow: 0px 0px 17px rgba(0, 0, 0, 0.5);
		opacity: 0;
		-webkit-transition-delay: 2s; /* Safari */
		transition-delay: 2s;
		transition: all .5s ease-in-out;
		padding-right: 30px;
		padding-left: 30px;
		padding-bottom: 20px;
		line-height: 1.4;
	}

	.select-area .single-area:hover p {
		opacity: 1;
		margin-bottom: 0;
	}

	.page-template-area .subjects ul {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
		-webkit-column-gap: 45px; /* Chrome, Safari, Opera */
		-moz-column-gap: 45px; /* Firefox */
		column-gap: 45px;
		list-style: none;
		padding-left: 0;
	}

	#carouselIndicators:before {
		position: absolute;
		top: -60px;
		left: 17%;
		content: open-quote;
		font-size: 6.25rem;
		color: var(--forecolour);
		font-family: var(--fontfamily) !important;
	}

	.latest-news {
		margin-top: 0px;
	}

	.card-img-top {
		height: 335px;
		object-fit: cover;
	}

	.footer ul li ul.sub-menu {
		display: block;
	}

    .footer ul {
        text-align: left;
        margin: 0;
        padding: 0;
    }

    .footer li {
        padding-right: 15px;
    }

	.footer .navbar-brand {
		display: inherit;
		background: url(images/navbar-brand.png) no-repeat center center;
	}

	.footer {
		padding: 75px 0 30px 0;
	}

	.generator p {
		font-size: 0.8rem;
	}

	.college-life-holder {
		padding: 264px 0;
		width: 100%;
	}

	.first-time .sticky-events h3, .first-time .sticky-events h5, .first-time .sticky-events p {
		text-align: left;
	}

	.footer .col-md-1 {
		padding-left: 0;
	}

	.page-template-students .smaller-items {
		margin-left: 4.1666665%;
	}

	.page-template-students .diverse-enrichment .smaller-items {
		margin-left: 4.1666665%;
	}

	.page-template-students .dedicated-students .smaller-items {
		margin-left: 4.1666665%;
	}

	.page-template-college .smaller-items {
		margin-left: 0;
	}

	.page-template-academies .smaller-items {
		margin-left: 4.1666665%;
	}

	.page-template-students .parent-info {
		height: 668px;
	}

	.page-template-academies .hero, .page-template-equality-diversity .hero, .page-template-college .hero, .page-template-about .hero, .page-template-students .hero, .blog .hero, .post-type-archive-news .hero, .page-template-campuses .hero, .page-template-awards .hero, .page-template-mission-values .hero, .page-template-area .hero, .page-template-working-for-us .hero, .page-template-open-to-the-public .hero, .page-template-apprenticeships-subjects .hero, .page-template-campuses-parts .hero, .page-template-employers .hero {
		height: 616px;
	}

	.page-template-academies .intro .blue-bg {
		height: 668px;
		bottom: 20%;
		top: auto;
	}

	.custom-select {
		width: auto;
	}

	.single-events .hero .col-md-8 {
		height: 100%;
        max-height: none;
        background-position: top;
	}

	.single-events .carousel, .single-events .carousel-inner, .single-events .carousel-item, .page-template-awards .carousel-item {
		height: 450px;
	}

	.single-events .blue-bg {
		width: 98%;
		left: 1%;
	}

	.single-events .map .button a {
		padding: 15px 100px;
	}

	.top-nav {
		z-index: 2;
		padding: .1rem 1rem;
	}

	.top-nav .navbar-nav .nav-link {
		font-size: .7rem;
	}

	.top-nav .navbar-nav .top-search {
		padding: .4rem 2.3rem !important;
	}

	/* comme*/
	/* .show .dropdown-menu {
		transition-delay: 3s;
		transition: opacity 300ms ease-in-out;
		opacity: 1;
		display: block !important;
	} */

	.dropdown-menu{
    	visibility: hidden;
    	opacity: 0;
		transition: visibility 0s, opacity 0.5s linear;
	}


	.page-template-find-a-course .search form .custom-select {
		width: 20%;
	}

	.page-template-find-a-course .search form {
		background: var(--forecolour);
		box-shadow: 0 0 30px rgba(0,0,0,0.2);
		padding: 2rem 15px;
		position: relative;
		z-index: 2;
		margin-top: -7rem;
	}

	.single-course .student-spotlight img {
		height: 80px;
		object-fit: cover;
		border-radius: 50%;
	}

	.page-template-search-results .custom-select {
		width: 20%;
	}

	.page-template-search-results .search form, .search-results .search form {
		padding: 2rem 0;
	}

	.mobile-hide {
		display: block;
	}

	.mobile-show {
		display: none;
	}

	.shortlist-list {
		position: fixed;
		bottom: auto;
		top: 200px;
		left: auto;
		right: 0;
		width: auto;
		max-width: 275px;
		z-index: 1001;
		background-color: var(--forecolour);
		-webkit-box-shadow: 0px 9px 51px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 9px 51px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 9px 51px 0px rgba(0,0,0,0.2);
		padding: .5rem;
	}

	.shortlist-list .mobile-shortlist {
		font-size: .8rem;
	}

	.shortlist-list span {
		font-size: .8rem;
	}

	.btc-numbers {
		display: block;
	}

	.hidden-md-down {
		display: block !important;
	}

	/*.page-template-campuses .campuses-list ul.campuses .campus-container {*/
		/*width: 50%;*/
		/*height: 100%;*/
		/*position: relative;*/
	/*}*/

	.blog .blog-image {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		padding: 30px 0;
	}

	.page-template-campuses .content {
		padding: 64px 0;
	}

	.page-template-campuses-parts .middle-blue-bg .jumbotron {
		height: 500px;
		margin-bottom: 45px;
	}

    .history-dates.flex-column {
        flex-direction: column !important;
    }

    .page-template-college-history .history-dates li a:after {
        content: "";
        width: 22px;
        height: 22px;
        display: inline-block;
        border: 3px solid #f36d32;
        border-radius: 50%;
        position: absolute;
        top: 10px;
        right: 0;
        margin-left: 10px;
        background-color: var(--forecolour);
    }

    .page-template-college-history .history-dates li a:before {
        position: absolute;
        height: 100%;
        width: 5px;
        right: 8px;
        background-color: #e3e3e3;
        content: "";
    }

    .page-template-college-history .history-dates li:last-child a:before {
        position: absolute;
        height: 0;
        width: 0px;
        right: 8px;
        background-color: #e3e3e3;
        content: "";
    }

    .page-template-college-history .history-dates li a.active:after {
        background-color: #f36d32;
    }

    .history-dates .nav-item {
        width: 100%;
    }

    .history-dates a {
        border-bottom: 0px;
        background: none;
        font-size: 1rem;
    }

    .history-dates a.nav-link.active {
        border: 0px solid #ddd;
    }

    .page-template-college-history .history-dates li a {
        position: relative;
        text-align: right;
        padding-right: 45px;
    }

    .page-template-search-results .single-result .result-copy {
    flex-direction: row !important;
    text-align: left !important;
}
}

@media (min-width: 992px) {
	html {
		font-size: 18px;
	}

	h1 {
		font-size: 3.333rem;
	}

	.search-overlay h1 {
		color: var(--forecolour);
		font-size: 3.5rem;
	}

	.navbar-expand-lg .dropdown-holder {
		width: 960px;
	}

	.select-area .container {
		position: relative;
		width: 960px;
	}

	.main-nav .container {
		margin-left: auto;
		margin-right: auto;
	}

	.main-nav .navbar-nav .menu-item {
		margin-left: .5rem;
		margin-right: .5rem;
		border-bottom: 2px solid transparent;
	}

	.page-template-students .dedicated-students .blue-bg {
		height: 668px;
		top: 20%;
	}

	.page-template-college-history .history-timeline .tab-pane {
		height: 600px;
	}

	.page-template-college-history .history-timeline .col-md-6, .page-template-college-history .history-timeline .col-md-12 {
		height: 100% !important;
	}

	.page-template-college-history .history-timeline h2 {
		left: -60px;
	}

	.post-type-archive-events .event-image {
		padding: 30px 0;
	}

	.navbar .dropdown-menu li {
		width: 30%;
		display: inline-block;
		margin-left: 0 !important;
		position: relative;
		margin-bottom: 30px;
		padding-bottom: 7px;
	}

	.navbar .dropdown-menu li:after {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 2px;
		width: 70%;
		background-color: #e4e4e4;
		content: "";
	}
		.navbar .dropdown-menu li .sub {
			font-size: 1rem;
			font-family: var(--fontfamily) !important;
			font-weight: 300;
			text-transform: none;
			display: block;
		}

	.dropdown-menu {
		-webkit-box-shadow: 0px 22px 31px -14px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 22px 31px -14px rgba(0,0,0,0.1);
		box-shadow: 0px 22px 31px -14px rgba(0,0,0,0.1);
	}
		.dropdown-menu li > a {
			color: #06448c !important;
			font-size: 1.2rem !important;
			font-family: var(--fontfamily) !important;
			font-weight: 400 !important;
			transition: all 300ms ease-in-out;
		}

	.main-nav .navbar-nav .dropdown-menu .menu-item {
		border-bottom: 2px solid transparent;
		padding-left: 0px;
	}

    .main-nav {
	    z-index: 2;
        padding: 0rem 1rem;
    }

    .main-nav .navbar-nav .menu-item a {
        padding: 3.6rem 0;
    }

    .main-nav .navbar-nav .menu-item.dropdown:focus a:after, .main-nav .navbar-nav .menu-item.dropdown:hover a:after, .white-bg .navbar-nav .menu-item.dropdown:focus a:after, .white-bg .navbar-nav .menu-item.dropdown:hover a:after, .home .white-bg .navbar-nav .menu-item.dropdown:focus a:after, .home .white-bg .navbar-nav .menu-item.dropdown:hover a:after {
        background: var(--backcolour);
    }

	.page-template-area .subjects ul {
		-webkit-column-count: 3; /* Chrome, Safari, Opera */
		-moz-column-count: 3; /* Firefox */
		column-count: 3;
		-webkit-column-gap: 60px; /* Chrome, Safari, Opera */
		-moz-column-gap: 60px; /* Firefox */
		column-gap: 60px;
		list-style: none;
		padding-left: 0;
	}

	.single-course .course-summary table th {
		width: 33%;
	}

	.single-course .student-spotlight img {
		height: 120px;
		object-fit: cover;
	}

	.page-template-campuses .campuses-list {
		height: 512px;
	}

	.page-template-campuses .campuses-list ul.campuses .campus-container {
		width: 33.33%;
		height: 100%;
		position: relative;
	}

	.page-template-college .hero-caption {
		background: var(--forecolour);
		box-shadow: 0 0 30px rgba(0,0,0,0.2);
		padding: 64px 30px;
		margin-bottom: -60px;
	}

	.page-template-college .smaller-items {
		margin-top: 200px;
	}

	.page-template-students .hero-caption {
		background: var(--forecolour);
		box-shadow: 0 0 30px rgba(0,0,0,0.2);
		padding: 64px 30px;
		margin-bottom: -60px;
	}

	.page-template-students .smaller-items {
		margin-left: 0%;
		margin-top: 200px;
	}
}

@media (min-width: 1200px) {
	.navbar-expand-lg .dropdown-holder {
		width: 1140px;
	}

	.main-nav .navbar-nav .menu-item {
		margin-left: 1rem;
		margin-right: 1rem;
		border-bottom: 2px solid transparent;
	}

	.select-area .container {
		position: relative;
		width: 1140px;
	}

	.single-course .student-spotlight img {
		height: 150px;
		object-fit: cover;
	}
}

.beacon-awards ul{
    columns: 2;
    list-style-position: inside;
    column-gap: 40px;
    padding-left: 0 !important;
}

@media (max-width: 769px){
    .beacon-awards ul{
        columns: 1;
        list-style-position: inside;
        column-gap: 0;
    }
}

.page-template-awards .intro, .page-template-awards .beacon-awards{
    padding:40px 0;
}

.form-group, .panel-heading, .panel-heading h1, .panel-heading h2, .panel-heading h3, .panel-heading h4, .panel, .panel h1, .panel h2, .panel h3, .panel h4 {
	color: var(--subheaderforecolour);
}

#ctl00_MainContentPlaceholder_ctl00_ShoppingBasket1 a {
	color: var(--linkcolour);
}

 .textfieldlabelrequired {
	 font-weight:700;
 }

 .enrolment-form {
	 z-index: 1000;
 }

 .page-numbers {
	 display: inline-block;
	 padding: 5px 10px;
	 margin: 0 2px 0 0;
	 line-height: 1;
	 text-decoration: none;
	 border-radius: 10px;
	 font-weight: 600;
	 list-style: none;
	 color: var(--forecolour);
 }

 ul.page-numbers {
	 margin: 0 auto;
 }

 span.page-numbers, a.page-numbers {
	 border-radius: 0px;
	 -webkit-border-radius: 0px;
	 -moz-border-radius: 0px;
	 margin: 0 2px 0 0;
	 opacity: .6;
	 transition: all 300ms ease-in-out;
 }

 span.page-numbers:hover, a.page-numbers:hover {
	 opacity: 1;
	 text-decoration: none;
 }

 span.page-numbers {
	 font-weight: bold;
	 opacity: 1;
 }

 .page-numbers.dots {
	 background: none;
 }

 .page-numbers.next {
	 border-left: 1px solid #006fa9;
	 -webkit-box-shadow: -3px 0px 10px -5px rgba(0,0,0,0.6);
	 -moz-box-shadow: -3px 0px 10px -5px rgba(0,0,0,0.6);
	 box-shadow: -3px 0px 10px -5px rgba(0,0,0,0.6);
 }

 .page-numbers.prev {
	 border-right: 1px solid #006fa9;
	 -webkit-box-shadow: 3px 0px 10px -5px rgba(0,0,0,0.6);
	 -moz-box-shadow: 3px 0px 10px -5px rgba(0,0,0,0.6);
	 box-shadow: 3px 0px 10px -5px rgba(0,0,0,0.6);
 }

 .page-numbers li {
	 float: left;
 }

 a.page-numbers:hover {
	 color: var(--forecolour);
 }

/* temp small screen fix - will be removed */
@media screen and (max-width: 767px) {
.single-course .h-100{
     height: 300px !important;
 }
}
.page-template-mission-values .row.intro ul{
    margin-bottom:25px;
}
.page-template-mission-values .row.intro ul li{
    list-style:none;
    line-height:1;
    margin-bottom:10px;
}
.page-template-mission-values .row.intro ul li:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 3px solid var(--backcolour);
    top: 15px;
    left: 0;
    margin-right:10px;
    background-color: var(--forecolour);
    border-radius: 50%;
}

div#accordion ul li:before {
    height: 0px;
    width:0px;
    display: none;
}

.page-template-mission-values .advantages .slick-arrow {
    display: block !important;
    position: absolute;
    bottom: calc(33% - 15px);
    height: 50px;
    width:50px;
    z-index: 999;
    background-color: transparent;
    box-shadow: none;
    border: none;
    color: var(--forecolour);
    text-indent:-9999px;
    background-size:contain;
}

.page-template-mission-values .advantages .slick-next{
    right: 20px;
    background-image:url(images/RIGHT-arrow.svg);
}

.page-template-mission-values .advantages .slick-prev{
    left: 20px;
    background-image:url(images/left-arrow.svg);

}

.draggable {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    transition: 300ms all ease-in-out;
}

 /* Apply a "closed-hand" cursor during drag operation. */
.draggable:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.draggable:hover{
	margin-left:-20px;
}

.page-template-students .single-item p{
	color:#2b2b2b
}

.page-template-employers .work-partners .partnerdiv {
    display: inline-block;
    padding: 10px;
    width: 50%;
}

.page-template-area .subjects li {
    padding-bottom: 30px;
    width: 33.33%;
    float: left;
    padding-right: 60px;
}



.page-template-area .subjects ul {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
    -webkit-column-gap: 0px !important;
    -moz-column-gap: 0px !important;
    column-gap: 0px !important;
    list-style: none !important;
    padding-left: 0 !important;
}
@media (max-width: 700px){
	.page-template-area .subjects ul li{
		width:50%;
	}
}
@media (max-width: 500px){
	.page-template-area .subjects ul li{
		width:100%;
	}
}

/*** NEW ADDONS ***/
h5.card-title {
    padding: 10px 10px 0 0;
    line-height: 1.5rem;
}

.gform_wrapper ul.gfield_checkbox > li {
    display: flex;
}
.gform_wrapper ul.gfield_checkbox > li > label {
    margin-left: 5px;
}