/*-------------------------------------------------------*\
	#UTILITIES: FONTS
\*-------------------------------------------------------*/

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.text-center {
	text-align: center !important;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.flex-center{
    justify-content: center;
}
.text-orange a {
	color: #867537;
}
.text-orange {
	color: #867537;
}
.orange {
	background: #867537;
}
.red {
	background: #a40534;
}
.l_grey {
	background: #ebebeb;
}
.v_l_grey {
	background: #f9f9f9;
}
.dark {
	background: #333;
}
.white {
	background: #fff;
}
.white_text	{
	color:#fff;
}
/*-------------------------------------------------------*\
	#UTILITIES: LAYOUT
\*-------------------------------------------------------*/

.dispBlock {
	display: block;
}
.border-orange-top {
	border-top: 5px solid #867537;
}
.border-orange-bottom {
	border-bottom: 5px solid #867537;
}
.clear-background {
	background: none;
}
.background-cover {
	background-image: url("../../../../images/development/factbanner.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.centerBlock {
	float: none;
	margin: 0 auto;
}
.circle {
	border-radius: 100%;
}
.gradient-circle {
	text-align: center;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	color: #fff;
	line-height: 80px;
	font-size: 40px;
	margin: 10px auto;
	border: 3px solid #e3e3e3;
	background-image: radial-gradient(circle, #f4a36b, #867537);
}
.blank {
	opacity: 0.0;
}
.image-respond {
	width: 100%;
}
.hidden {
	display: none;
}
@media (max-width: 768px) {
	.hidden-xs {
		display: none;
	}
}
.no-margin {
	margin: 0;
}
.no-margin-bottom {
	margin-bottom: 0;
}
.no_margin-left {
	margin-left: 0;
}
.margin-left-10 {
	margin-left: 10px;
}
.margin-left-20 {
	margin-left: 20px!important;
}
.margin-right-20 {
	margin-right: 20px!important;
}
.margin-bottom {
	margin-bottom: 20px!important;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-40 {
	margin-bottom: 40px;
}
.margin-top {
	margin-top: 20px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-40 {
	margin-top: 40px;
}
@media (max-width: 768px) {
	.no_margin_xs {
		margin: 0;
	}
	.no_margin_bottom_xs {
		margin-bottom: 0;
	}
	.no_margin_top_xs {
		margin-top: 0;
	}
}
.padding-10 {
	padding: 10px;
}
.padding-15 {
	padding: 15px;
}
.padding-20 {
	padding: 20px;
}
.padding-sides-20 {
	padding-right: 20px;
	padding-left: 20px;
}
.padding-40 {
	padding: 40px;
}
.padding-top-40 {
	padding-top: 40px;
}
.padding-top-bottom-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding-top-bottom-20 {
	padding-bottom: 20px;
}
.padding-top-bottom-10 {
	padding-bottom: 10px;
}
.padding-vertical-60 {
	padding: 60px 0;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.float-right_all_sizes {
	float: right;
}

@media (max-width: 768px) {
	.float-left,
	.float-right {
		float: none;
	}
}
.break-large-40 {
	margin: 40px 0;
}
.break-large {
	margin-bottom: 40px;
}
.padding-vertical-40 {
	padding: 40px 0;
}
/*-------------------------------------------------------*\
	#UTILITIES: LAYOUT:GRID
\*-------------------------------------------------------*/

.container-full {
	max-width: 1240px;
	margin: 0 auto;
}
@media (max-width: 992px) {
	.columns-md-sixteen {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.columns-md-eight {
		width: 50%;
		float: left;
		margin: 0;
	}
}
@media (min-width: 992px) {
	.columns-lg-eight {
		width: 50%;
		float: left;
		margin: 0;
	}
}
@media (max-width: 992px) {
	.columns-md-12 {
		width: 100%;
	}
}
/*Used on the accommodation area*/

.factBar {
	background: #867537;
}
@media (min-width: 768px) and (max-width: 992px) {
	.columns-md-16 {
		width: 80%!important;
		padding: 0 10%;
	}
}
@media (max-width: 992px) {
	.no-margin-md {
		margin-top: 20px;
	}
	.hidden-md {
		display: none;
	}
}
@media (max-width: 768px) {
	.hidden-xs {
		display: none;
	}
}

.InfoBar {
	background: #eee;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	
}

.InfoBar .fa, .fas {
	margin-right: 5px;	
}

.InfoBar p span {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000;
	line-height: 1.5;
}

.InfoBar p {
	margin-top: 5px;
	color: #444;
	line-height: 1.5;
	padding-bottom: 5px;
}
/*-------------------------------------------------------*\
	#UTILITIES: LISTS
\*-------------------------------------------------------*/

.basic_list {
	list-style-type: none;
}
.numbered_list {
	list-style-type: none;
	list-style-type: decimal!ie;
	/*IE 7- hack*/
	margin: 0 0 40px 42px;
	padding: 0;
	counter-reset: li-counter;
}
.numbered_list li {
	position: relative;
	margin-bottom: 15px;
	padding: 0 0 0 20px;
}
.numbered_list li:before {
	position: absolute;
	top: 0;
	left: -1em;
	width: 0.94em;
	height: 0.94em;
	padding: 5px;
	font-size: 3em;
	font-weight: bold;
	line-height: 0.94;
	text-align: center;
	color: #666;
	background-color: #ebebeb;
	content: counter(li-counter);
	counter-increment: li-counter;
}
.numbered_list li a {
	color: #666;
	display: block;
}
.underlined_list {
	margin-bottom: 0;
}
.underlined_list li,
.underlined_list li a {
	line-height: 20px;
	margin: 10px 0;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #444;
}
.underlined_list li {
	border-bottom: 1px solid #ccc;
}
.underlined_list li:first-child {
	margin-top: 0;
}
.underlined_list li:last-child {
	border-bottom: none;
	padding: 0 0 0 10px;
}
/*-------------------------------------------------------*\
	#UTILITIES: DIVIDES
\*-------------------------------------------------------*/

.divide-30 {
	margin: 30px 0;
}
/*-------------------------------------------------------*\
	#SIDEBAR: BOXOUT
\*-------------------------------------------------------*/

.sidebar .boxout {
	width: 100%;
	padding-bottom: 20px;
}
.boxout-no_margin_bottom {
	margin-bottom: 0;
}
.sidebar .boxout ul {
	padding: 0 20px 0 20px;
	margin-bottom: 0;
}
.sidebar .arrow li {
	margin-left: 0;
}
.sidebar .arrow li:last-child {
	margin: 0;
}
/*********************** Adjustments on 'study-layout.css' ******************************/

@media screen and (min-width: 45em) {
	.four {
		width: 22.9166667%;
	}
	/**.column, .columns {  float: left; margin:0 1.04166667%;  }**/
	.omega {
		margin-right: 0;
	}
}
/*********************** Text/tab styles ******************************/


li.arrow {
	background: url('/images/sections/fulltime/template/arrow.png') no-repeat 0 5px;
	color: #444;
	padding-left: 15px;
	margin-left: 15px;
}
.ch-detail-align {
	max-width: 700px;
	left: 20px;
	margin-left: 40px;
}
hr.divider {
	margin-bottom: 45px;
}
hr.divider_dark {
	border-bottom: 1px solid #444;
}
.margindrop {
	margin-top: -2em;
}
.marginincrease {
	margin-top: 2em;
}
h2.black {
	color: #000;
}
/*********************** Content boxes on front page and sidebar ******************************/

.minheight {
	min-height: 220px;
}
.postbox-ch {
	position: relative;
	margin-bottom: 30px;
}
.postboxcontent-ch {
	padding: 5px 10px;
	background: #867537;
}
.postbox-ch h3 {
	background: #b55e12;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 5px;
}
.postbox-ch p {
	color: #fff;
}
.postbox-ch .imgleft {
	float: left;
}
.postbox-ch a {
	color: #fff;
}
.postbox-ch p {
	margin-bottom: 8px;
}
.postbox-ch p a {
	color: #b55e12;
	background: #fff;
	font-weight: bold;
	padding: 8px 10px 5px 10px;
	margin: 0;
}
.postbox-ch p a:after {
	color: #8e7b25;
	content: "\f054";
	font-family: "Font Awesome 6 Pro";
	padding-left: 10px;
	padding-top: 2px;
}
.postbox-ch .cta {
	position: absolute;
	bottom: 10px;
	background-color: #666;
}
.postbox-ch .cta p a {
	color: #b55e12;
	background: #fff;
	font-weight: bold;
	padding: 8px 10px 5px 10px;
	margin: 0;
}
.postbox-ch .cta p a:after {
	color: #8e7b25;
	content: "\f054";
	font-family: "Font Awesome 6 Pro";
	padding-left: 10px;
	padding-top: 2px;
}

/*-------------------------------------------------------*\
	#EVENTS
\*-------------------------------------------------------*/

.eventslist li {
	border-color: #eee;
}

.status	{
	margin-left:0;
	margin-bottom: 5px;
	padding: 10px 10px;
	background: #ccc;
	line-height: 1.6em;	
}

/*-------------------------------------------------------*\
	#GENERIC GREY BOXES
\*-------------------------------------------------------*/

/*List into grey boxes to create the flowchart stages DS*/

.flowchart {
	padding: 0;
}
.flowchart a {
	color: #444;
}
.flowchart a:hover,
.block-grey a:hover {
	color: #867537;
	text-decoration: none;
}
.flowchart li {
	padding: 20px 10px;
	background: #efefef;
	text-align: center;
	font-size: 22px;
	margin-left: 0;
	line-height: 1.6em;
}
/*Blocks*/

.block-grey {
	background: #efefef;
	padding: 30px 0;
	text-align: center;
	margin-bottom: 20px;
	float: left;
	width: 24%;
	padding: 3%;
}
.block-grey a {
	color: #444;
}
.block-grey--midldle {
	margin: 0 4.5%;
}
@media screen and (max-width: 45em) {
	/*Blocks*/
	.block-grey {
		width: 94%;
	}
	.block-grey--midldle {
		margin: 0px 0px 20px 0px;
	}
}
.coursesearch {
	margin-top: 30px;
}
select {
	background: #FFF url('/images/commonimages/icons/downarrow.gif') no-repeat 90%;
	font-size: 90%;
	padding: 13px 50px 13px 10px;
	border: 1px solid #ccc;
	color: #333;
}
.tertiary {
	margin-left: 25px;
	max-width: 1140px;
}
.notebottom:before {
	width: 0;
}
.note:before {} .postbox-ch p.news_stories {
	padding: 0px 0px 0px 0px;
	font-weight: none;
}
.postbox-ch p.news_stories a:after {
	color: #fff;
	content: none;
	font-weight: none;
}
.postbox-ch p.news_stories a {
	color: #fff;
	font-weight: 200;
	background: none;
	padding: 0px 0px 0px 0px;
}
/**********************************************************************************************/

/*Spotlight feature is an accented block with an image to the left and accompanying text to the right.*/

.spotlight {
	width: 100%;
	margin: 20px 0;
	color: #fff;
	height: auto;
	display: flex;
}
.spotlight-left {
	width: 55%;
	float: left;
}
.spotlight-right {
	width: 35%;
	float: left;
	padding: 40px 5%;
	background: #867537;
	height: auto;
}
@media (max-width: 992px) {
	.spotlight {
		display: block
	}
	.spotlight-left {
		display: block;
		width: 100%;
	}
	.spotlight-right {
		display: block;
		width: 90%;
		padding: 5%;
	}
}
.spotlight h3 {
	color: #fff;
	margin: 0 0 20px 0;
}
.spotlight p {
	font-size: 18px;
}
@media (max-width: 768px) {
	.spotlight {
		width: 100%;
		padding: 0;
	}
}
.heading-enlarged {
	font-size: 200%!important;
	display: block;
}
@media (max-width: 768px) {
	.logo_fairtrade {
		float: none;
	}
}
/*-------------------------------------------------------*\
	#ABOUT: PAY
\*-------------------------------------------------------*/
.block-pay {
	background: #ebebeb;
	padding: 0 20px;
	box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 10px;
}
.block-pay hr {
	border-color: #fff;
}
.block-pay ul.checklist li {
	position: relative;
	background: none;
	margin-left: 0;
	padding-left: 25px;
}
.block-pay ul.checklist li:before {
	font-family: "Font Awesome 6 Pro";
	color: #867537;
	content: "\f00c";
	padding-right: 8px;
}
@media only screen and (min-width: 45em) {
	/* 720 =================================================== */
	#pay .flex {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		overflow: hidden;
		margin-bottom: 30px;
	}
	#pay .flex .item {
		position: relative;
		flex-grow: 1;
	}
}
.list-numbered {
	list-style-type: none;
	margin: 30px 0 0 0;
	padding: 0;
}
.list-numbered li {
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	min-height: 50px;
	border-bottom: 1px solid #ebebeb;
}
@media (min-width: 992px) {
	.list-numbered li {
		line-height: 50px;
	}
}
.list-numbered li:last-child {
	border: none;
}

/*-------------------------------------------------------*\
	#Human Rrsources New styles
\*-------------------------------------------------------*/

.heroSection {
	margin-top: 12px;
	position: relative;
	height: 500px;
}
.heroSection img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -100;
	width: 100%;
	height: auto;
}
.heroText h1 {
	padding-top: 130px;
	font-size: 4em;
	z-index: 2;
	text-shadow: 2px 2px #000;
}
.heroSection .heroText p {
	margin-top: -80px;
	z-index: 2;
	font-size: 1.2em;
	text-shadow: 2px 2px #000;
}
.boxHeight {
	min-height: 250px;
}
@media only screen and (max-width: 736px) {
	.heroText h1 {
		padding-top: 60px;
	}
	.heroSection {} .heroText p {}
}
@media only screen and (max-width: 497px) {
	.heroText h1 {
		font-size: 30px;
		padding-top: 50px;
		text-transform: uppercase;
	}
	.heroSection {
		height: auto;
	}
	.heroText p {
		padding: 0px;
		padding-top: 40px;
		padding-bottom: 40px;
		font-size: 16px;
	}
}
/*-------------------------------------------------------*\
	EVENTS
\*-------------------------------------------------------*/

.imageHighlight {
	background: url(../../../../images/CommonImages/event/event.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
	color: #fff;
	width: 100%;
	height: auto;
	min-height: 360px;
	max-height: 450px;
}
.imageHighlightOpenday {
	background: url(../../../../images/CommonImages/event/openday.jpg);
}
.imageHighlightOpendayPT {
	background: url(../../../../images/CommonImages/event/openday_PT.jpg);
}
.imageHighlightOpendayPG {
	background: url(../../../../images/CommonImages/event/openday_PG.jpg);
}
.imageHighlight li {
	list-style: none;
	width: 90%;
	margin-bottom: 20px;
}
.imageHighlight-details {
	padding: 5%;
	width: 100%;
	box-sizing: border-box;
}
.imageHighlight-bar {
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 1%;
}
.caption-highlight span.alertHighlight {
	font-size: 1em;
	margin-right: 5%;
}
.pagecontent .imageHighlight h2 {
	margin-bottom: 7%;
	color: #fff;
}
.imageHighlight li {
	color: #fff;
}
.eventdetailsWrapper .a-to-z-profile {
	margin-top: 0px;
	padding-top: 0px;
}
.eventdetailsWrapper .a-to-z-profile h2 {
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.eventdetailsWrapper .a-to-z-profile li {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #eee;
	border-top: 1px solid #fff;
}
.events_button_group {
	padding: 5px 20px;
	padding-left: 15px;
	background: #eee;
	border: 1px solid #ebebeb;
}
.imageHighlight .circleIconSmall i {
	margin-top: 3px;
	font-size: 20px;
}
.imageHighlight .circleIconSmall {
	height: 30px;
	width: 30px;
	margin-top: -5px;
}
.eventdetailsWrapper .a-to-z-list .circleIconSmall i {
	font-size: 12px;
	color: #999;
}
.eventdetailsWrapper .a-to-z-list .circleIconSmall {
	background: #f9f9f9;
}
.mobile_hide {
	display: block;
}
.mobile_show {
	display: none;
}
@media (max-width: 1024px) {
	.mobile_show {
		display: block;
	}
	.mobile_hide {
		display: none;
	}
}
li.highlight_info {
	font-size: 1.2em;
	/*width:50%;*/
	min-width: 200px;
	font-weight: 800;
	background-color: rgba(245, 126, 32, 0.5);
	padding: 20px;
	margin-right: 40px;
}
li.highlight_info2 {
	width: 70%;
	min-width: 200px;
	border: 1px solid #fff;
	padding: 20px;
	margin-right: 40px;
}
li.highlight_info3 {
	width: 70%;
	min-width: 200px;
	padding: 10px;
	padding-left: 20px;
	margin-right: 40px;
}
a.white_link {
	color: #fff;
}
p.headlineEvent {
	border: 1px solid #ebebeb;
	margin-top: 3%;
	padding-top: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	padding-right: 5%;
	background: #f9f9f9;
}
.eventslist ul {
	margin-top: -10px;
}
.eventslist li {
	border-left: 5px solid #867537;
	padding-bottom: 0px;
}
.eventslist a {
	color: #867537;
}
.eventslist li.links {
	margin-left: 25px;
	border: none;
	list-style: disc;
	padding-bottom: 0px;
	line-height: 12px;
}
.eventslist li.links a {} p.headlineEvent:before {
	margin-right: 10px;
	content: "\f133";
	font-family: "Font Awesome 6 Pro";
	font-size: 2em;
}
.eventDate {
	margin-left: 1%;
}
.eventslist .eventTable th {
	padding: 5%;
}
.eventslist .eventTable tbody tr:hover td,
.eventslist .eventTable table tbody tr:hover th {
	background-color: #f9f9f9;
}
.eventslist .eventTable {
	background: #fff;
	border: 1px solid #ebebeb;
	margin-top: 5%;
}
.eventslist .eventTable td {
	padding: 2%;
	padding-left: 4%;
	padding-right: 5%;
	border: none;
	border-bottom: 1px solid #ebebeb;
}
.eventslist .eventTable td {
	background: #f9f9f9;
}
.eventslist .eventTable td:before {
	content: "\f133";
	font-family: "Font Awesome 6 Pro";
	display: block;
	float: left;
	padding-right: 10px;
}
.eventslist .eventTable td.date:before {
	content: "";
}
.eventtags {
	width: 98%;
	min-height: 30px;
	position: relative;
	background: #ebebeb;
	padding: 8px 10px 3px 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.eventtagscompact {
	width: 66%;
}
@media only screen and (max-width: 568px) {
	.eventtagscompact {
		width: 95%;
	}
}
a.tag {
	font-size: 80%;
	background: #867537;
	color: #fff !important;
	padding: 5px 3px;
	font-weight: bold;
	vertical-align: middle;
	margin-left: 10px;
}
.eventtagheader {
	max-width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}
img.imgeventtagheader {
	max-width: 100%;
	height: auto;
}
/*----------------- home page quote carousel ---------------------- */
#map {
	opacity: 1;
	cursor: pointer;
}
select.map_input {
	width: 30%;
	float: left;
}
#directionsPanel {
	background: #fff;
	font-family: Arial, sans-serif;
}
table.adp-placemark {
	background: #ebebeb;
	colour: #fff;
	font-family: Arial, sans-serif;
	border: none;
	padding: 0px;
}
table .adp-text {
	font-family: Arial, sans-serif;
	color: #444;
	padding: 20px;
}
.mapstyleNew .adp-summary {
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #fff;
	margin-bottom: 30px;
	padding: 20px 20px 20px 20px;
	border: none;
	background: #867537;
}
.mapstyleNew .adp-summary:before {
	color: #fff;
	content: "\f0a9";
	font-family: "Font Awesome 6 Pro";
	padding-top: 2px;
	padding-right: 10px;
}
.adp-summary span {
	border: none;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
table .adp-substep {
	border-bottom: 1px solid #ebebeb;
	border-top: none;
}

/*-------------------------------------------------------*\
	STUDENT PROFILES
\*-------------------------------------------------------*/

.quoteStyle-Container {
	display: flex!important;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.quoteStyle {
	border: 1px solid #ebebeb;
	background: #f9f9f9;
	margin-top: 20px;
}
.quoteStyle h3 {
	background: #fff;
	margin: 0px;
	min-height: 78px;
	padding: 5%;
	padding-right: 7%;
}
.quoteStyle h3 span {
	font-size: 0.8em;
	font-weight: 400;
}
.quoteStyle p {
	padding-left: 5%;
	margin: 5%;
	font-size: 1em;
	font-style: oblique;
}
.quoteStyle-bar {
	font-size: 12px;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 4%;
	border-top: 1px solid #e0e0e0;
	text-align: right;
}
.quoteStyle-bar a {
	padding-right: 4%;
	padding-bottom: 2%;
}
.image-frame {
	width: 100px;
	float: right;
	border: 5px solid #e0e0e0;
	margin-left: 3%;
	margin-bottom: 5%;
}
.student-view-profile {
	margin-right: 3%;
	background: #f9f9f9;
	border: 1px solid #ebebeb;
}
.student-view-profile h3 {
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 7%;
	padding-top: 7%;
}
.student-view-profile p {
	padding-left: 5%;
	padding-top: 5%;
	margin-left: 5%;
	padding-right: 10%;
	padding-bottom: 5%;
	font-style: oblique;
	border-left: 5px solid #ebebeb;
	font-size: 1.1em;
	line-height: 1.3;
}

/*-------------------------------------------------------*\
	#ORDER A PROSPECTUS FORM
\*-------------------------------------------------------*/

.margin-top-40 {
	margin-top: 40px;
}


/*-------------------------------------------------------*\
	
\*-------------------------------------------------------*/
