/*
Theme Name: Hall Cross
Theme URI: https://hallcrossacademy.co.uk
Description: Hall Cross Website 2015
Version: 1
Author: Damien Deakes
Author URI: http://damien.deak.es
*/

@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

* {
	outline: none !important;
	color: inherit;
}

a:hover, a:focus  {
	color: var(--red-highlight);
}

html {
	height: 100%;
	width: 100%;
	margin:0;
	padding: 0;
	background-color: #1b1b1b;
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #333;
	color: #fff;
	height: 100%;
	width: 100%;
	margin:0;
	padding: 0;
	background-color: #1b1b1b;
}

.trans p {
	padding: 1rem;
    margin: 0;
    font-size: 1.3rem;
}

.trans i {
	margin-right: 0.5rem;
    opacity: 0.5;
    font-size: 1.3rem;
    vertical-align: middle;
}

.rays {
    display: block;
    position: relative;
    height: 10rem;
    background: red;
}

.rays .right {
	position: absolute;
    height: 100%;
    width: 50%;
    background: blue;
    left: 0;
    float: none;
}

.rays .left {
	position: absolute;
    height: 100%;
    width: 50%;
    background: green;
    right: 0;
    float: none;
}

.aheadofcurve {
	position: relative;
	display: block;
}

.whitecurve {
	content: '';
    width: 100%;
    height: 7.5em;
    position: absolute;
    top: -2px;
    left: 0;
    background-image: url('img/white-curve.svg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

#totalresponses {
	opacity: 0.8;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.chart-odd {
	padding-left: 0;
}

#totalresponses span, #totalresponses i {
	vertical-align: middle;
}

#weather-bar {
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    background: #83231e;
}


#weather-bar a {
	padding: 1rem;
	display: inline-block;
}

#weather-bar a:hover {
	
}

#weather-bar i {
	font-size: 1.3rem;
    vertical-align: middle;
    margin-right: 0.3rem;
}

.snowicon {
	font-size: 2.2rem !important;
	height: 100%;
    position: absolute;
    display: inline-block;
    line-height: 3.5rem;
}

#weather-bar a {
	color: #fff;
}

#weather-bar .extrapromo {
	background: #ed1c24;
}

#weather-bar span {
	vertical-align: middle;
	margin-left: 1rem;
}

#weather-bar p {
	margin: 0;
	padding-top: 0.5rem;
	margin-top: 0.5rem;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.fright {
	float: right;
	margin-left: 1rem;
	opacity: 0.8;
}

.fright:hover {
	opacity: 1;
}


#promo-wall {
	margin-top: -6.8rem;
}

.fadeblock {
	padding: 0 30px 0;
    border-radius: 3px;
    background: #fff;
    transition: all 0.5s ease;
}

.fadeblock.active {
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.fadeblock:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.location-promo {
    
}

.fadeblock h3 {
	background: #ed1c24;
    margin-left: -30px;
    margin-right: -30px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 1rem;
    color: #fff;
    font-size: 1.2rem;
}

.location-promo h2 {
	padding-top: 7rem;
}


.more-link {
	font-weight: 600;
    font-size: 14px;
	color: rgb(237, 28, 36);
	display: block;
	clear: both;
	padding: 1rem;
}

.more-link:hover {
	color: #c5181f;
}


#fullWidth {
   width: 100% !important;
   margin-left: auto !important;
   margin-right: auto !important;
   max-width: initial !important;
   max-width: none !important;
   margin-top: 3rem;
}

.whitepane {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	border-radius: 2px;
	background: #fff;
}

.whitepane:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.banner-wrapper:before {
	content: '';
    position: absolute;
    border-style: solid;
    border-width: 0px 0px 25px 1805px;
    border-color: blue transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -25px;
    right: 0;
}

.legal a {
	margin-right: 1rem;
}

.banner-wrapper {
	position: relative;
	display: block;
	clear: both;
}

#event-tags-button {
	display: none !important;
}

.staff-left i {
	margin-right: 0.5rem;
    opacity: 0.5;
}

.fc-toolbar .fc-right {
	display: none !important;
}

.fc-toolbar .fc-center {
	float: right !important;
}

.fc-today-button {
	display: none !important;
}

.week-one-lunch-menu {
	background-color: #1eace4 !important;
	border-color: #1eace4 !important;
	color: #fff !important;
}

.week-two-lunch-menu {
	background-color: #1cda9a !important;
	border-color: #1cda9a !important;
	color: #fff !important;
}

.week-three-lunch-menu {
	background-color: #dc2f3d !important;
	border-color: #dc2f3d !important;
	color: #fff !important;
}

.linkinfo {
	display: block;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(204, 204, 204, 0.35);
    margin-top: 1rem;
    color: rgba(69, 69, 69, 0.75);
}

.banner-wrapper:after {
	content: '';
    position: absolute;
    border-style: solid;
    border-width: 25px 1805px 0px 0;
    border-color: blue transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -25px;
    left: 0;
}

#events-wrapper {
	background: #dc0a0a;
}

.nav-space ul {
	margin: 0;
}
.children li {
	padding: 9px 12px 9px 12px;
}
.children a {
	line-height: 20px;
	display: block;
	color: #5c5c5c;
	padding: 6px;
	max-width: 200px;
    font-weight: 400 !important;
}
.children a:hover {
	color: #222;
	background: #f9f9f9;
}

.wpcf7-submit {
	background: #c21808;
    padding: 0.7rem 1.9rem;
    border-radius: 2rem !important;
    color: #fff !important;
    box-shadow: 0px 10px 31px 0px rgba(0,0,0,0.1);
    line-height: 2rem;
}

.wpcf7-submit:hover {
	background: #c21808 !important;
	box-shadow: 0px 10px 31px 0px rgba(0,0,0,0.2);
}

.ajax a {
	padding: 0px !important;
	display: block;
}

#kbe_container {
	padding: 1rem;
	background: transparent !important;
}

.knowledgebase #ceop {
	display: none !important;
}

.knowledgebase .main-space {
	margin-top: 0px !important;
}

.knowledgebase .promo-banner {
	display: none !important;
}

.knowledgebase .floating-nav {
	display: none !important;
}

.mobileonly i {
	margin-right: 0.7rem;
}

.subjecttime strong {
	display: block;
	clear: both;
}

.page-contact-us-online p i {
	vertical-align: middle;
    font-size: 27px;
    margin: 10px;
    opacity: 0.8;
}

.page-contact-us p i {
	vertical-align: middle;
    font-size: 27px;
    margin: 10px;
    opacity: 0.8;
}

.no-data {
	background: #f2f2f2 !important;
	line-height: 50px;
	text-align: center;
	color: #ccc !important;
}

.no-data i {
	display: block;
    clear: both;
    font-size: 250%;
    margin-top: 2rem;
}

.page-id-3691 .large-9 {
	width: 100%;
}

.page-id-3691 .vmenu-space {
	display: none !important;
}

#charts {
	margin-top: 5rem;
}

#charts .columns {
    min-height: 35rem;
    overflow: hidden;
}

#charts .title-wrap {
    min-height: 7rem;
}

#comments .answer {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1rem;
}

#charts [class*="column"]+[class*="column"]:last-child {
	float: none;
}

.filter a {
	display: block;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 1rem;
    border-radius: 0.3rem;
    box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease-in-out;
    position: absolute;
    box-sizing: border-box;
    width: -webkit-fill-available;
    z-index: 10;
    margin-right: 1.5rem;
    height: auto;
    overflow: hidden;
}

.filter .submenu {
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    max-height: 0;
    transition: all 0.5s ease-in-out;
    padding-top: 0;
}

.filter a.active .submenu {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 0.8rem;
	padding-top: 0.5rem;
	max-height: 500px;
	opacity: 1;
}

.filter a span {
	transition: all 0.4s ease-in-out;
}

.filter a.active span {
	transform: rotate(180deg);
}

.filter .submenu a {
	background: transparent;
    box-shadow: none;
    border: 0;
    color: #fff;
    line-height: 1.7rem;
    padding: 0.75rem 0.5rem;
    position: relative;
    margin: 0;
}

.filter .submenu a i {
	float: right;
	margin-right: 0;
	opacity: 0;
	transition: all 0.25s ease-in-out;
}

.filter .submenu a.active i {
	opacity: 0.7;
}

.filter a:hover {
	box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.25);
}

.filter .submenu a:hover {
	box-shadow: none;
}

.filter a i {
	font-size: 1.7rem;
    margin-right: 0.7rem;
    vertical-align: middle;
    margin-left: 0.2rem;
    opacity: 0.8;
}

.filter a i.hxico-downarrow {
	float: right;
    font-size: 1.3rem;
}

.filter a span {
	transform: rotate(0deg);
    position: absolute;
    right: 1.2rem;
    top: 1.1rem;
    transform-origin: center;
    opacity: 0.7;
}

#stickey span {
	height: 20px;
    width: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 3px;
    margin-top: -4px;
}


.ytslider {
  min-height: 400px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  align-content: stretch;
}



.page .forminator-custom-form-5315.forminator-design--flat .forminator-pagination-steps .forminator-step .forminator-step-label {
	font-size: 1rem;
	color: var(--red-highlight);
}

#hx-wrap .forminator-custom-form-5315.forminator-design--flat .forminator-pagination-steps .forminator-break:before {
	background-color: var(--red-highlight);
}

.forminator-pagination--content {
	padding: 2rem 0;
}

.page .forminator-radio, .page .forminator-checkbox {
	padding: 0.5rem 0;
}

	
.ytsliderrow .orbit-prev  {
	transition: all 0.5s;
	visibility: visible !important;
	opacity: 0;
    height: 80%;
    top: 1rem;
}

.ytsliderrow .orbit-next  {
	transition: all 0.5s;
	visibility: visible !important;
	opacity: 0;
    height: 80%;
    top: 1rem;
}

.ytsliderrow.active .orbit-prev {
	opacity: 1;
}

.ytsliderrow.active .orbit-next {
	opacity: 1
}

.entrytext figure {
	max-width: 100% !important;
    margin: 0 !important;
}

.ytsliderrow .orbit-prev>span {
	background: #fff;
	border-radius: 50%;
	color: #fff;
	border: 0;
	height: 3rem;
    width: 3rem;
    line-height: 3rem;
    display: block;
    transform: translate(-50%,0);
    position: relative;
    z-index: 200;
    text-align: center;
    font-size: 1.8rem;
}

.ytsliderrow .orbit-prev span:after {
	content: "\e95f";
	font-family: "hxico";
	color: #000;
	z-index: 999;
	opacity: 0.5;
}

.ytsliderrow .orbit-next span:after {
	content: "\e962";
	font-family: "hxico";
	color: #000;
	z-index: 999;
	opacity: 0.5;
}

.cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cards .card {
	background: #fff;
    border-radius: 0.3rem;
    overflow: hidden;
    margin: 1rem 0;
    text-align: center;
    min-width: 120px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 1s;
    white-space: nowrap;
}



.card .ytlink {
    height: 8rem;
    display: block;
    color: #fff !important;
}

.card .ytlink i {
	font-size: 2rem;
    background: #de0000;
    border-radius: 50%;
    line-height: 3rem;
    display: inline-block;
    width: 3rem;
    margin: 2rem;
}

.cards .card:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.cards .card p {
	margin: 0;
	padding: 0.7rem;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	vertical-align: middle;
	opacity: 0.8;
}

.cards .card p:hover {
	opacity: 1;
}

.cards .card p.title {
	font-weight: 600;
	border: 0px;
	min-width: 220px;
	opacity: 1;
}

.votelink i {
	vertical-align: middle;
	margin-right: 0.3rem;
}

.cards .card.ytcard p.title {
    color: #fff;
    height: 3.1rem;
    margin-top: -3.1rem;
    overflow: hidden;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.cards .card img {
	max-width: 120px;
    margin: 1.5rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.1);
}

.page-sixth-form .ytsliderrow .orbit-next {
	text-indent: 0px !important;
}

.page-sixth-form .ytsliderrow .orbit-prev {
	text-indent: 0px !important;
}

.shadebox {
	position: absolute;
    width: 100%;
    height: 80%;
    overflow: hidden;
    top: 3rem;
}

.shade {
	position: absolute;
    width: 190%;
    height: 100%;
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 65%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 65%);
	background: radial-gradient(ellipse at center, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 65%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
	opacity: 0.2;
}


.chart-title {
	font-weight: 600;
    margin-top: 2rem;
    background: #DCDCDC;
    border-radius: 3px;
    padding: 1rem;
    position: relative;
}

.chart-title:after {
	content: '';
    position: absolute;
    border-style: solid;
    border-width: 8px 7px 0;
    border-color: #DCDCDC transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -7px;
    bottom: -8px;
    left: 10%;
}

.ytsliderrow .orbit-prev .shade {
	transform: translate(-50%,0);
}

.ytsliderrow .orbit-prev .shadebox {
	border-left: 1px solid rgba(0, 0, 0, 0.06);
}

.ytsliderrow .orbit-next .shadebox {
	border-right: 1px solid rgba(0, 0, 0, 0.06);
}

.page-contact-us-online .staffmember-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.page-contact-us-online .staff-photo {
	display: none;
}

.ytsliderrow .orbit-next>span {
	background: #fff;
	border-radius: 50%;
	color: #fff;
	border: 0;
	height: 3rem;
    width: 3rem;
    line-height: 3rem;
    display: block;
    left: 0;
    margin-left: 0;
    transform: translate(25%,0);
    position: relative;
    z-index: 200;
    text-align: center;
    font-size: 1.8rem;
}

.ytsliderrow .orbit-prev:hover {
	background-color: transparent !important;
}

.ytsliderrow .orbit-next:hover {
	background-color: transparent !important;
}

@keyframes animateplayButton {
  0% { transform: translate(-50%,50%) scale(1)  }
  5% { transform: translate(-50%,50%) scale(1.2) }
  10% { transform: translate(-50%,50%) scale(1) }
}

.ytsliderrow .item .play {
	background: #c21808;
    padding: 0.4rem 1.2rem;
    border-radius: 2rem;
    color: #fff !important;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 20;
    transform: translate(-50%,50%);
    box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.3);
    line-height: 2rem;
    transition: all 0.5s;
    transform-origin: center;
    animation: animateplayButton linear 6s infinite;
}

.ytsliderrow .item .play:hover {
	animation-play-state: paused;
	transform: translate(-50%,50%) scale(1.1);
}

.ytsliderrow .orbit-bullets {
	    margin-top: 3rem;
}

.ytsliderrow {
	height: 20rem;
}

.ytsliderrow .thumblink {
	position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 0.3rem;
    background-size: cover;
	box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.07);
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-repeat: no-repeat; 
	transition: all 0.5s;
	box-sizing: border-box;
	opacity: 0.9;
}

.ytsliderrow .thumblink:hover {
	box-shadow: 0px 0px 1.5rem 0px rgba(0, 0, 0, 0.17);
	opacity: 1;
}

.ytsliderrow .orbit-slides-container {
	max-height: 400px !important;
    top: -2.5rem;
    overflow-x: visible;
    overflow-y: hidden;
}


.ytsliderrow .orbit-container {
	margin-top: -3rem;
	overflow: visible !important;
}

.ytsliderrow .item .play i {
	vertical-align: middle;
    font-size: 1.7rem;
}

.ytslider .item {
	flex: 1 1 auto;
	margin: 5px;
	text-align: center;
	color: #444;
	position: relative;
	overflow: visible;
	border-radius: 0.2rem;
	height: 11rem;
}

.ytsliderrow .orbit-bullets-container {
	bottom: 2rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
}

figure.gallery-item {
    display: inline-block;
}

.row.article.event[data-eventid="2640"] {
    display: none;
}

#stickey a {
	opacity: 1 !important;
}

.stronglyagree {
	background: #8ab23e;
}
.agree {
	background: #2092b6;
}
.disagree {
	background: #9b5ba5;
}
.stronglydisagree {
	background: #d0141f;
}
.dontknow {
	background: #808083;
}

.performance > div:first-of-type {
	font-weight: 600;
}

.lastrow {
	border-bottom: 0px !important;
}

.performance {
	border-bottom: 1px solid rgb(229, 229, 229);
	padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.subjecttime .columns {
	border-left: 3px solid #D63434;
    margin-bottom: 1rem;
}

.ajaxdate {
    padding-top: 0 !important;
    margin-top: 0 !important;
    font-weight: normal !important;
    margin-bottom: 10px !important;
}

.ajaxnews {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 5px !important;
}

.hx-news-text span {
	display: block;
	margin-top: 1rem;
}

.mobileonly {
	display: none;
}

#news-nav {
	margin-left: 0px;
}

.page_item_has_children {
	float: left;
	list-style: none;
	padding: 10px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 16px;
	color: #D7D7D7;
	border-left: 1px solid rgba(0,0,0,0.2);
}

#ica-nav {
	float: left;
	list-style: none;
	padding: 10px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 16px;
	color: #D7D7D7;
	border-left: 1px solid rgba(0,0,0,0.2);
    font-weight: 600;
}

.bookable {
	padding: 1rem;
	display: block;
	border-top: 1px solid rgba(0,0,0,0.25);
}

.bookable i {
	margin-right: 0.7rem;
	opacity: 0.8;
	vertical-align: middle;
	font-size: 1.6rem;
}
	
.page_item_has_children a {
	color: inherit;
}
.page_item_has_children {
	color: #D7D7D7;
    font-weight: 600;
}
.page_item_has_children:hover {
	background: #fff;
	color: #5c5c5c;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	border-left:0px !important;
	margin-left: 1px !important;
}

.footer .member-of {
	background:url('img/exceed-bw.png') center no-repeat;
	display: inline-block;
	background-size: contain;
	padding: 0.5rem 0;
	height: 10rem;
	width: 20rem;
}

.footer-space {
	margin-top: 10px;
	margin-bottom: 40px;
	color: #D7D7D7;
}
.footer-space p {
	margin-top: 4px;
	margin-bottom: 4px;
}
.footer-space i {
	margin-right: 0.5rem;
    font-size: 130%;
    display: inline-block;
	vertical-align: middle;
}
.charity-space {
	margin-top: 35px;
	color: #9E9E9E;
}
.bold-text {
	font-weight: 600;
}
.pippa-space {
	margin-bottom: 20px;
	font-size: 104%;
}
.footer-pre {
	margin-top: 40px;
	margin-bottom: 0px;
}
.pippa-space strong {
	margin-right: 6px;
}
.main-space {
	background-color: #f5f5f5;
	padding-bottom: 80px;
	min-height: 500px;
	color: #545454;
	position: relative;
}

.undercurve {
	height: 3rem;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.undercurve:after {
	content: '';
	position: absolute;
	height: 5rem;
	width: 120%;
	border-radius: 50%;
	background: #f5f5f5;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.eventtags {
	margin-bottom: 0;
}

.eventtags i {
	background: #ffc800;
    display: inline-block;
    padding: 0.3rem;
    font-style: normal;
    text-shadow: none;
    color: #fff;
}

.overcurved {
	height: 3rem;
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: -4rem;
}

.overcurved:after {
	content: '';
	position: absolute;
	height: 5rem;
	width: 120%;
	border-radius: 50%;
	background: #f5f5f5;
	left: 50%;
	transform: translateY(0) translateX(-50%);
}

.headerbg {
	position: relative;
}


.headerbg .lft {
	position: absolute;
    height: 100%;
    width: 70%;
    background: red;
    z-index: -1;
}

.headerbg .rgt {
	position: absolute;
    height: 100%;
    width: 30%;
    background: blue;
    right: 0;
    z-index: -1;
}

.footerbg {
	position: absolute;
	opacity: 0.1;
}

.home .main-space { 
	padding-top: 0px !important;
}

.add-padding {
	padding-top: 110px;
}
.make-bigger {
	font-size: 100%;
}
.nav-space {
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
.nav-left {
	height: auto;
	float: left;
	width: 200px;
	margin-right: 12px;
	margin-bottom: 12px;
}
.nav-right {
	float: right;
	width: 200px;
	margin-bottom: 12px;
}

#chartshere p {
	font-weight: 600;
    margin-top: 2rem;
    background: #DCDCDC;
    border-radius: 3px;
    padding: 1rem;
    position: relative;
}

#chartshere p:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 8px 7px 0;
	border-color: #DCDCDC transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -7px;
	bottom: -8px;
	left: 10%;
}

.lastcomment {
	border-bottom: 0px !important;
}

#filters .ddown > :first-child {
	opacity: 1 !important;
	padding: 0px !important;
	background: transparent !important;
}

#filters .ddown a{
	display: inherit;
    margin: 0px;
    padding: 0px;
    background: #2D2D2D;
    color: #ccc !important;
    padding-left: 12px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    opacity: 0.8;
}

#filters .ddown a:hover {
	opacity: 1;
}

.hiddentoken {
	display: none !important;
}

.token {
	display: inline-block;
    padding: 5px;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 24px;
}

.token span {
    vertical-align: middle;
}

.postbox {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}

.token i {
    vertical-align: middle;
    margin-left: 10px;
    opacity: 0.5;
    cursor: pointer;
    font-size: 90%;
}

.token i:hover {
	opacity: 1;
}

#yeargroup-tokens {
	margin-left: 1rem;
}

#employeebenefits a {
	display: inline-block;
    height: 7rem;
    width: 15rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
}

#employeebenefits a.cycle {
	background: url('img/cycle.png') center no-repeat;
	background-size: contain;
}

#employeebenefits a.tech {
	background: url('img/tech.png') center no-repeat;
	background-size: contain;
}
#employeebenefits a.bupa {
	background: url('img/bupa.png') center no-repeat;
	background-size: contain;

}

.chart-div {
	height: 330px;
	width: 100%;
	position: relative;
}

.chart-div span {
	background: url('img/loading.gif') no-repeat center center;
	position: absolute;
	width: 100%;
	height: 330px;
	z-index: 10;
}



#filters a{
	display: block;
    background: #DCDCDC;
    border-radius: 3px;
    padding: 0.5rem;
    margin-top: 1rem;
    line-height: 30px;
    vertical-align: middle;
    position: relative;
}

.ddown {
	position: absolute;
    background: #2D2D2D;
    width: 100%;
    border-radius: 3px;
    display: none;
    z-index: 12;
}

.ddown p {
	display: block;
	position: relative;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

.ddown p:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 8px 8px;
	border-color: #2D2D2D transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -8px;
	right: 17px;
}

#filters i {
	vertical-align: middle;
}

#filters .icon {
	margin-left: 5px;
	margin-right: 5px;
}

#filters .dropper {
	float: right;
    margin-top: 5px;
    margin-right: 5px;
}

.leftfilter {
	padding-left: 1rem;
}

.rightfilter {
	padding-right: 2rem;
}

#filters span {
	vertical-align: middle;
}

.comment-row {
	border-bottom: 1px solid #DCDCDC;
    margin-bottom: 1rem;
    padding-bottom: 1rem;	
}

.nav-header {
	line-height: 20px;
	display: block;
	color: #222;
	background: #efefef;
	color: #5c5c5c;
	padding: 6px;
	font-weight: 600;
	margin-top: 10px;
}
.unbold {
	font-weight: normal !important;
}
.mobile-floating-nav {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	overflow: visible;
	z-index: 100;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	padding: 15px;
	height: 150px;
	line-height: 120px;
	font-size: 200%;
}
.floating-nav {
	background: #111;
	top:0;
	left:0;
	width: 100%;
	position: fixed;
	z-index: 10000;
	top:0;
	overflow: visible;
	z-index: 100;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.floating-nav.active .nav-space {
	margin-top: 15px;
	margin-bottom: 15px;
}
.floating-nav.notactive .nav-space {
	margin-top: 30px;
	margin-bottom: 15px;
}

.prefootertext {
	padding:1rem;
	text-align:center;
	font-size:90%;
	opacity:0.8;
	margin:0;
}
.logo-space {
	display: block;
	padding: 0;
	text-align: right;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	position:relative;
}
.floating-nav.active .logo-space {
	height: 64px;
	margin-top: 5px;
}
.floating-nav.notactive .logo-space {
	height: 95px;
	margin-top: 7px;
}
.loading-link {
    border-radius: 4px;
    font-size: 14px;
    padding: 5px;
    color: #D7D7D7;
    display: inline-block;
    height: 32px;
    line-height: 20px;
    text-align: center;
    margin-left: 10px;x
    margin-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border: 0px;
    margin-top: 6px;
    float: right;
}

.ball-pulse-sync>div {
	background-color: #c6c6c6 !important;
	margin: 6px !important;
	height: 10px !important;
	width: 10px !important;
}

@-webkit-keyframes burst {
  0% {
    opacity: .6;
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes burst {
  0% {
    opacity: .8;
  }

  50% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.faa-burst.animated,
.faa-burst.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-burst {
  -webkit-animation: burst 2s infinite linear;
  animation: burst 2s infinite linear;
}

.faa-burst.animated.faa-fast,
.faa-burst.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-burst.faa-fast {
  -webkit-animation: burst 1s infinite linear;
  animation: burst 1s infinite linear;
}

.faa-burst.animated.faa-slow,
.faa-burst.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-burst.faa-slow {
  -webkit-animation: burst 3s infinite linear;
  animation: burst 3s infinite linear;
}

.online-link {
    border-radius: 4px;
    font-size: 14px;
    padding: 5px;
    color: #D7D7D7;
    display: inline-block;
    height: 32px;
    line-height: 20px;
    text-align: center;
    margin-left: 10px;
    margin-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid rgba(204,204,204,0.5);
    margin-top: 6px;
    float: right;
}
.orb-link {
    border-radius: 4px;
    font-size: 14px;
    padding: 5px;
    color: #D7D7D7;
    display: inline-block;
    height: 32px;
    line-height: 20px;
    text-align: center;
    margin-left: 10px;
    margin-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid rgba(204,204,204,0.5);
    margin-top: 6px;
    float: right;
}
.offline-link {
    border-radius: 4px;
    font-size: 14px;
    padding: 5px;
    color: #D7D7D7;
    display: inline-block;
    height: 32px;
    line-height: 20px;
    text-align: center;
    margin-left: 10px;
    margin-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid rgba(204,204,204,0.5);
    margin-top: 6px;
    float: right;
}
.orb-link:hover {
	color: #ffffff;
	border: 1px solid #fff;
}
.more-info {
	display: block;
	clear: both;
	font-size: 13px;
	opacity: 0.7;
	border-top:1px solid #ccc;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	margin-left: -6px;
	margin-right: -6px;
	text-align: center;
	margin-top: 22px;
}
#logo-badge {
	float: right;
	background:url('img/logo-badge.png') left center no-repeat;
	background-size: contain;
	width: 30%;
	height:100%;
	line-height: 100%;
}
#logo-text {
	float: left;
	background:url('img/logo-text.png') right center no-repeat;
	background-size: 90%;
	width: 70%;
	line-height: 100%;
	height: 100%;
}


.menu-logo {
	float: left;
    list-style: none;
    width: 200px;
    height: 68px;
    margin-top: -10px;
    margin-bottom: -18px;
    transition: all 0.8s ease-in-out;
}

.menu-logo .badge {
	float: right;
	background:url('img/logo-badge.png') left center no-repeat;
	background-size: contain;
	width: 30%;
	height:100%;
	line-height: 100%;
}

.menu-logo .hallcross {
	float: left;
	background:url('img/logo-text.png') right center no-repeat;
	background-size: 90%;
	width: 70%;
	line-height: 100%;
	height: 100%;
}

.offlinecol {
	text-align: center;
}

.offlinecol i {
	display: block !important;
	font-size: 200%;
	clear: both;
	width: 100%;
	margin: 30px;
}

.mobile-logo {
	width: 70px !important;
}

.mobile-logo .badge {
	width: 100% !important;
}


.floating-nav.active #logo-text {
	background-size: 60%;
	width: 80%;
}
.floating-nav.active #logo-badge {
	width: 20%;
}
li:first-child {
    border-left: 0px;
}
.filter-nav a {
	padding: 10px;
	color: #686868;
}
.filter-nav a span{
	color: #838383;
}
h3 {
	margin-left: 0px;
	margin-bottom: 20px;
	color: #545454;
	font-weight: 600;
	font-size: 120%;
}
.reveal-modal {
	color: #545454;
}
.logo-link {
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
}
.mobile-main a {
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid #2A2A2A;
	font-weight: 600;
	display: block;
	font-size: 30px;
}

.single-vacancy .attachments {
	margin-bottom: 0 !important;
}

.mobile-sub a {
	padding: 10px;
	padding-left: 25px;
	padding-right: 25px;
	border-bottom: 1px solid #2A2A2A;
	opacity: 0.7;
	display: block;
}
.acc-sub {
	display:none;
}
.mobile-main span {
	float: right;
}

.sixthformsubjects td {
	line-height: 30px;
    width: 50%;
    vertical-align: top;
}

.single-event .theatreRow {
	padding-top: 13rem;
}

.single-event .main-space {
	padding-top: 0 !important;
}

.hallcrossis-promo {
	display: block;
	height: 500px;
	background: #ccc;
	border-radius: 2px;
	position: relative;
	color: #fff;
}
.hallcross-is {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.67) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.67)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.67) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.67) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.67) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.67) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ab000000',GradientType=0 );
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
	font-size: 24px;
	padding: 15px;
	font-weight: 600;
	border-radius: 2px;
	color: #fff;
}
.quick-link {
	display: block;
	background: #E8E8E8;
	margin-top: 20px;
	padding: 15px;
	border-radius: 2px;
	color: #545454;
	opacity: 0.9;
	overflow: hidden;
}
.quick-link:hover {
	background: #d9d9d9;
	opacity: 1;
}
.quick-link i {
	color: blue;
}
.quick-link span {
	clear: both;
	display: block;
	font-size: 11px;
	opacity: 0.8;
}

#hx-quicklinks ul {
	background:url('img/exceed-learning-partnership.svg') right center no-repeat;
	background-size: 12rem;
	padding: 0.5rem 0;
}

#hx-quicklinks li.exceed {
	border-left: 0px;
	padding-right: 11.5rem;
}

.news-block {
	display: block;
	background: #e40000;
	min-height: 150px;
	margin-bottom: 20px;
	border-radius: 2px;
	position: relative;
	color: #fff;
	overflow: hidden;
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding; 
	background-clip:         padding-box;
}

.news-block img {
	min-height: 100%;
	min-width: 100%;
	transition: transform .45s ease;
}

.news-block a {
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
	z-index: 2;
}
.event-block {
	display: block;
	background: #e40000;
	min-height: 150px;
	margin-bottom: 20px;
	border-radius: 2px;
	position: relative;
	color: #fff;
	overflow: hidden;
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding; 
	background-clip:         padding-box;
}
.event-block a {
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
	z-index: 2;
}
.event-block img {
	min-height: 100%;
	min-width: 100%;
	display: block;
	transition: transform .45s ease;
}

.event-block:hover img{
    transform:scale(1.2);
    -ms-transform:scale(1.2); /* IE 9 */
    -moz-transform:scale(1.2); /* Firefox */
    -webkit-transform:scale(1.2); /* Safari and Chrome */
    -o-transform:scale(1.2); /* Opera */
    opacity: 0.4;
}
.news-block:hover img{
    transform:scale(1.2);
    -ms-transform:scale(1.2); /* IE 9 */
    -moz-transform:scale(1.2); /* Firefox */
    -webkit-transform:scale(1.2); /* Safari and Chrome */
    -o-transform:scale(1.2); /* Opera */
    opacity: 0.4;
}
.news-title {
	color: #fff;
	position: absolute;
	bottom: 0px;
	padding: 15px;
	width: 100%;
	font-weight: 600;
	border-radius: 2px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.67) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.67)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.67) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.67) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.67) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.67) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ab000000',GradientType=0 );
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding; 
	background-clip:         padding-box;
}
.news-title h4 {
	font-weight: 600;
	font-size: 21px;
	margin-bottom: 0;
}
.news-title h5 {
	display: block;
	font-size: 17px;
	font-weight: normal !important;
	opacity: 0.8;
}
.event-title {
	position: absolute;
	font-weight: 600;
	bottom: 0px;
	padding: 15px;
	width: 100%;
	border-radius: 2px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.67) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.67)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.67) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.67) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.67) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.67) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ab000000',GradientType=0 );
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding; 
	background-clip:         padding-box;
	display: block;
}
.event-title h4 {
	font-weight: 600;
	font-size: 21px;
	margin-bottom: 0;
}
.event-title h5 {
	display: block;
	font-size: 17px;
	font-weight: normal !important;
	opacity: 0.8;
}
.page-head {
	font-weight: 600;
	font-size: 22px;
}
.vmenu-space {
	padding: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA5Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.09) 0%, rgba(0,0,0,0) 25%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.09)), color-stop(25%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.09) 0%,rgba(0,0,0,0) 25%);
	background: -o-linear-gradient(left,  rgba(0,0,0,0.09) 0%,rgba(0,0,0,0) 25%);
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.09) 0%,rgba(0,0,0,0) 25%);
	background: linear-gradient(to right,  rgba(0,0,0,0.09) 0%,rgba(0,0,0,0) 25%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17000000', endColorstr='#00000000',GradientType=1 );
}
.vmenu-space a {
	display: block;
	padding: 20px;
	padding-left: 25px;
	padding-right: 25px;
	clear: both;
	opacity: 0.7;
}
.vmenu-space a:hover {
	opacity: 1;
}
.current_page {
	opacity: 1 !important;
	background: #f2f2f2;
}
.nav-head {
	font-weight: 600;
}
.fade-space {
	display: block;
	height: 1px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 70%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.1)), color-stop(70%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 70%);
	background: -o-linear-gradient(left,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 70%);
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 70%);
	background: linear-gradient(to right,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=1 );
}
.vmenu-space p {
	display: block;
	padding: 15px;
	clear: both;
	font-weight: 600;
}
.vtop {
	height: 40px;
	display: block;
	margin-top: -40px;
	margin-left: -15px;
	position: absolute;
	width: 100%;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(242,242,242,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(242,242,242,0)));
	background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(242,242,242,0) 100%);
	background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(242,242,242,0) 100%);
	background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(242,242,242,0) 100%);
	background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(242,242,242,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#00f2f2f2',GradientType=0 );
}

.overhang {
	position: absolute;
    right: 0;
    top: -10px;
    z-index: 3000;
    height: 103px;
    width: 200px;
}

.vbot {
	height: 40px;
	display: block;
	margin-bottom: -40px;
	margin-left: -15px;
	width: 100%;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(242,242,242,0) 0%, rgba(242,242,242,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,0)), color-stop(100%,rgba(242,242,242,1)));
	background: -webkit-linear-gradient(top,  rgba(242,242,242,0) 0%,rgba(242,242,242,1) 100%);
	background: -o-linear-gradient(top,  rgba(242,242,242,0) 0%,rgba(242,242,242,1) 100%);
	background: -ms-linear-gradient(top,  rgba(242,242,242,0) 0%,rgba(242,242,242,1) 100%);
	background: linear-gradient(to bottom,  rgba(242,242,242,0) 0%,rgba(242,242,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f2f2f2', endColorstr='#f2f2f2',GradientType=0 );
}
.entrytext {
	padding-right: 25px !important;
}

.entrytext p {
	font-size: 1.1rem !important;
    line-height: 1.6 !important;
}

.entrytext ul {
	font-size: 1.1rem !important;
    line-height: 1.6 !important;
}

.entrytext ul li {
	padding: 10px !important;
	line-height: 20px !important;
}
.entrytext .column {
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.entrytext ul {
	margin-left: 40px;
}
.alignright {
	float: right;
	margin: 20px;
}
.theatreRow {
	background: #000;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}

.theatreRow .row:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 12rem;
	left: 0;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	z-index: 0;
}

#events-content ul {
	margin-left: 0px;
	list-style: none;
}

.awards img {
	height: 3.5rem;
    display: inline-block;
    margin-right: 1rem;
}


.page-ica-perform .main-space {
	background-color: #2F2F2E;
	color: #a7a7a7;
}

.page-ica-perform .article {
	background: #232323;
}


.interactivepane {
display: flex;
  flex-flow: row wrap;
  margin:0 0 0 -.7rem;
  position: relative;
  overflow-y: hidden;
  transition: all 1s;
}

.interactivepane > div {
	flex: 1 0 40%;
  min-width: 200px;
  color: #fff;
  margin:0 0 .7rem .7rem;
  background-color: #000;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0.3rem;
	overflow: hidden;
}

.interactivepane .item {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: stretch;
	align-items: center;
    min-height: 180px;
    background-size: cover;
	background-position: center;
	width: 100%;
	position: relative;
}

.interactivepane .item div {
	margin:5px;
	z-index: 2;
	font-weight: 600;
	color: #fff;
}

.interactivepane .item a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.interactivepane .item:hover i {
	animation-play-state: paused;
	transform: scale(1.2);
}

.interactivemore {
	position: relative;
    bottom: 0;
    width: 100%;
    height: 4rem;
    z-index: 3;
    text-align: center;
    color: #fff;
    line-height: 4rem;
}

.interactivemore a {
	position: relative;
	display: block;
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
	margin-left: -2.5rem;
	margin-right: -2.5rem;
	color: #444;
}

.interactivemore a:before {
	content: '';
    position: absolute;
    height: 4rem;
    width: 2.5rem;
    left: 0;
    background: linear-gradient(90deg, rgba(237,237,237,1) 0%, rgba(237,237,237,0) 100%);
}

.interactivemore a:after {
	content: '';
    position: absolute;
    height: 4rem;
    width: 2.5rem;
    right: 0;
    background: linear-gradient(90deg, rgba(237,237,237,0) 0%, rgba(237,237,237,1) 100%);
}

.interactivepane .item div:nth-child(1) {
	order: 0;
	align-self: auto;
	flex: 1;
	text-align: center;
}

.interactivepane .item div:nth-child(2) {
	order: 1;
	align-self: auto;
	flex: 3;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.8);
	padding: 0.7rem;
	padding-left: 0;
    font-size: 1.2rem;
}

.interactivepane .item div a {
	
}

.interactivepane i {
	height: 3rem;
    width: 3rem;
    background: #c21808;
    display: inline-block;
    line-height: 3rem;
    vertical-align: middle;
    font-size: 2rem;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.6s;
}


.interactivepane .item:before {
	content: '';
	position: absolute;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
	z-index: 1;
}


.page-ica-perform .entrytext h2 {
	color: rgba(255, 255, 255, 0.75);
}


.page-ica-perform .standard:hover .readmorespace {
	background: #232323;
}

.page-ica-perform .article-img .slash {
	border-color: transparent transparent #232323 transparent;
}

.page-ica-perform .featured .article-img .slash {
	border-color: transparent transparent #232323 transparent
}

.article-padding p span.featuredspan {
	background: #ffcd00;
}

.page-ica-perform .eventlist-item a {
	background: rgba(0, 0, 0, 0.2);
}

.page-ica-perform .vtop {
	background: -moz-linear-gradient(top, rgba(47,47,46,1) 0%, rgba(47,47,46,0) 100%);
	background: -webkit-linear-gradient(top, rgba(47,47,46,1) 0%,rgba(47,47,46,0) 100%);
	background: linear-gradient(to bottom, rgba(47,47,46,1) 0%,rgba(47,47,46,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f2e', endColorstr='#002f2f2e',GradientType=0 );
}

.page-ica-perform .vbot {
	background: -moz-linear-gradient(top, rgba(47,47,46,0) 0%, rgba(47,47,46,1) 100%);
	background: -webkit-linear-gradient(top, rgba(47,47,46,0) 0%,rgba(47,47,46,1) 100%);
	background: linear-gradient(to bottom, rgba(47,47,46,0) 0%,rgba(47,47,46,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f2f2e', endColorstr='#2f2f2e',GradientType=0 );
}

@keyframes animateButton {
  0% { transform: translate(-50%,-400%) scale(1)  }
  5% { transform: translate(-50%,-400%) scale(1.2) }
  10% { transform: translate(-50%,-400%) scale(1) }
}


.sliderbutton {
	background: #c21808;
    padding: 0.7rem 1.9rem;
    border-radius: 2rem;
    color: #fff !important;
    position: absolute;
    left: 50%;
    z-index: 20;
    transform: translate(-50%,-400%);
    box-shadow: 0px 10px 31px 0px rgba(0,0,0,0.3);
    line-height: 2rem;
    transition: all 0.5s;
    transform-origin: center;
    animation: animateButton linear 6s infinite;
}

.sliderbutton:hover {
	animation-play-state: paused;
	transform: translate(-50%,-400%) scale(1.1);
}

.sliderbutton i {
	vertical-align: middle;
	font-size: 2rem;
    line-height: 2rem;
    margin-right: 0.4rem;
}

/***************************************/

.fullscreen-image-slider .orbit-image {
  width: 100%;
  height: 100vh;
}

.fullscreen-image-slider .orbit-caption {
  bottom: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  background: none;
  text-align: center;
  color: #fefefe;
  font-weight: 600;
}


/*End of code block*/
.entrytext h2 {
	font-size: 18px;
	font-weight: 600;
	color: inherit;
	background: rgba(0, 0, 0, 0.08);
	padding: 10px;
	margin-top: 30px;
	display: block;
	clear: both;
	vertical-align: middle;
}

.post h2 {
	display: block;
	clear: both;
	vertical-align: middle;
}

.entrytext h2 i {
	vertical-align: middle;
	float: right;
	font-size: 1.8rem;
	margin-top: -0.5rem;
	background-color: transparent;
	opacity: 0.6;
	margin-left: 0.5rem;
	cursor: pointer;
	transition: opacity 0.8s ease-in-out;
}

.entrytext h2 i:hover {
	opacity: 1;

}

.notes {
	opacity: 0.7;
}

.notes:hover {
	opacity: 1;
}

.eventlist-item {
	display: block;
	padding: 10px;
}

.staffmember-item {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: flex-start;
	padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.staffmember-item > :first-child {
	flex: 1 1 auto;
}

.staffmember-item > :nth-child(3) {
	text-align: right;
}

.staffmember-item > :nth-child(3) .contact-button {
	margin-bottom: 0;
}

.staffmember-item div {
	flex: 3 1 auto;
	align-self: center;
}

.staff-data {
    opacity: 0.8;
    margin: 0;
}

.eventlist-item a i {
	vertical-align: middle;
    margin-right: 0.5rem;
    opacity: 0.7;
    font-size: 1.7rem;
    display: inline;
}

.eventlist-item a {
	background: #ffffff;
	position: relative;
	display: inline-block;
    clear: both;
    background: rgba(255, 255, 255, 0.5);
    padding: 0.7rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.7s;
    font-size: 1rem;
    opacity: 0.8;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 1s;
}

.eventlist-item a:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.23);
	opacity: 1;
}

iframe {
	    max-width: 100% !important;
}

.lead {
	font-weight: 600;
}
.eventlist-item p {
	margin-bottom: 0;
}

.attachments-list {
	display: block;
	padding: 15px;
	opacity: 1;
	transition: all 0.5;
}

.attachments-list.oldattachment {
	max-height: 0px;
	opacity: 0;
	padding: 0;
	overflow: hidden;
}

.attachments {
	display: block;
	width: 100%;
}

.upcomingevents {
	padding-left: 0.3rem !important;
}

.page-campus-locations i {
	margin-right: 0.7rem;
    font-size: 1.7rem !important;
    vertical-align: middle !important;
}

.article-date i {
	vertical-align: middle !important;
    font-size: 20px !important;
}

.nopadding {
	padding: 0px !important;
}
	
.header-space {
	display: inline-block;
	position: relative;
    margin: 0px;
    font-weight: bold !important;
    font-size: 1.6rem;
    color: #b2190a;
    line-height: 2.5rem;
    margin-bottom: 3rem;
    color: inherit;
    padding: 0 !important;
}

.home .header-space {
	color: #fff;
}


.header-space:before {
	content: '';
    position: absolute;
    width: 0.3rem;
    height: 4rem;
    background: #b2190a;
    z-index: 10;
    top: -0.5rem;
    left: -1.5rem;
    transform: rotate(10deg);
}

.header-space i {
    font-size: 2rem;
    vertical-align: middle;
    opacity: 0.45;
    margin-right: 0.3rem;
}

.header-space span {
	display: inline-block;
	vertical-align: middle;
}


#topslash {
	height: 3rem;
    margin-top: -3rem;
    position: absolute;
    width: 100%;
    overflow: hidden;
}

#topslash span {
	height: 100%;
    width: 100%;
    background: rgba(239,17,17,1);
    position: absolute;
    transform: translateY(50%) rotate(1.2deg);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}

#bottomslash {
	width: 100%;
	height: 3rem;
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 2rem;
}

#bottomslash span {
	height: 100%;
    width: 100%;
    background: rgba(189, 24, 24,1);
    position: absolute;
    transform: translateY(-45%) rotate(-1.2deg);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}

.searchrow i {
	position: absolute;
    top: 0;
    right: 2rem;
    height: 100%;
    line-height: 150%;
    font-size: 150%;
    cursor: pointer;
}

#sixthform-search {
    margin-bottom: 3rem;
}

#sixthform-search a {
	background: #fff;
    display: block;
    padding: 1rem;
    border-radius: 3px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}

#sixthform-search a span {
	font-size: 50%;
	display: block;
	clear: both;
}

.staff-photo {
	display: inline-block;
	vertical-align: middle;
    height: 5rem !important;
    width: 5rem !important;
    background:rgba(217, 217, 217, 0.5);
    margin-right: 10px;
    border-radius: 50%;
    margin-bottom: -5px;
    overflow: hidden;
    font-size: 40px;
    text-align: center;
    margin-top: 4px;
    margin-right: 15px;
    position: relative;
    flex: none !important;
}
.staff-photo img{
	position: absolute;
	top:0;
	left: 0;
}
.staff-photo-vacancy {
	display: inline-block;
	height: 45px;
	width: 45px;
	background: #d9d9d9;
	margin-right: 10px;
	border-radius: 50%;
	margin-bottom: -5px;
	overflow: hidden;
	font-size: 40px;
	text-align: center;
	float: left;
	margin-top: 4px;
	margin-right: 10px;
}
.staff-photo i {
	color: #c7c7c7;
	font-size: 52px;
	margin-left: -3px;
    margin-top: 2px;
    display: none;
}
.staff-photo-vacancy i {
	color: #c7c7c7;
	font-size: 30px;
}

#subpage-menu p {
	font-weight: 600;
}

a {
	color: inherit;
}

.attachment-icon-mini {
	display: inline-block;
    height: 56px;
    width: 43px;
    border-radius: 5px;
    line-height: 62px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.attachment-icon-mini a {
	display: block;
    height: 100%;
    width: 100%;
}

.staff-right {
	text-align: right;
}

.staff-right .attachment-name {
	font-size: 13px;
    padding-right: 10px;
    opacity: 0.9;
}

.attachment-icon-mini .fold {
	background: #000;
	opacity: 0.2;
	border-bottom-left-radius: 4px;
	height: 15px;
	width: 15px;
	position: absolute;
	top: 0;
	right: 0;
}
.attachment-icon-mini .tri {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px 0;
	border-color: transparent #f2f2f2 transparent transparent;
}

.course-photo {
	display: inline-block;
	height: 45px;
	width: 45px;
	background: #d9d9d9;
	margin-right: 10px;
	border-radius: 50%;
	margin-bottom: -5px;
	overflow: hidden;
	font-size: 25px;
	line-height: 45px;
	text-align: center;
}
.course-photo i {
	color: #c7c7c7;
}
.staff-details {
	display: inline-block;
}
.staff-details p {
	margin: 0;
}
.staff-name {
	font-weight: 600;
	margin-bottom: 5px;
}
.attachment-icon {
	display: inline-block;
	height: 66px;
	width: 53px;
	border-radius: 6px;
	line-height: 66px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}
.attachment-icon a {
	color: #fff;
	display: block;
	height: 100%;
	width: 100%;
}
.attachment-name {
	display: inline-block;
}
.attachment-name a {
	display: block;
	padding-left: 20px;
	display: block;
}
.attachment-icon .fold {
	background: #000;
	opacity: 0.2;
	border-bottom-left-radius: 6px;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 0;
	right: 0;
}
.attachment-icon .tri {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 0;
	border-color: transparent #f2f2f2 transparent transparent;
}
.make-lighter {
	opacity: 0.8;
	margin-left: 20px;
}
.filetype_pdf {
	background: #eb4d4e;
}
.filetype_msword {
	background: #2581ba;
}
.filetype_doc {
	background: #4a89dc;
}
.filetype_docx {
	background: #4a89dc;
}
.filetype_xls {
	background: #000;
}
.filetype_xlsx {
	background: #000;
}
.filetype_ppt {
	background: #000;
}
.filetype_pptx {
	background: #e05a0c;
}
.course-padding {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	font-size: 17px;
}
.twitter-link {
	background: #3081b7;
    padding: 8px;
    padding-left: 14px;
    padding-right: 14px;
    color: #fff;
    border-radius: 20px;
}


.single-course iframe {
	margin-bottom: -8px;	
}

.blurredimage {
	height: 110%;
    width: 110%;
	background: #272727;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    top: -5%;
    left: -5%;
}

.newsfeaturedimage {
	padding-top: 2rem;
	padding-bottom: 2rem;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}

.headline {
	font-weight: 600;
	color: #fff;
	font-size: 1.4rem;
	margin-bottom: 0;
	margin-top: 2rem;
}

.strapline {
	color: #fff;
}

.strapline span {
	white-space: nowrap;
}

.strapline:hover {
	opacity: 1;
}

.strapline i {
	vertical-align: middle;
    margin-right: 5px;
    opacity: 0.6;
    font-size: 20px;
    display: inline;
}

.subscribelink {
	padding: 1.5rem;
	text-align: center;
	font-size: 1.1rem;
	display: block;
}

.subscribelink i {
	font-size: 1.6rem;
    vertical-align: middle;
    margin-right: 0.5rem;
    margin-right: -0.rem;
    opacity: 0.8;
}

.single-course h2 a {
	background: #eb211f;
    padding: 8px;
    padding-left: 14px;
    padding-right: 14px;
    color: #fff !important;
    border-radius: 20px;
    font-size: 100%;
    font-size: 18px;
    position: absolute;
    left: 50%;
    margin-left: -110px;
    width: 220px;
    margin-top: -28px;
    z-index: 2;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.single-course .main-space li {
	font-size: 17px;
}
.main-space ul br {
    display: none !important;
}
.main-space ol br {
    display: none !important;
}
.single-course .page-head {
	background: red;
    margin: 0;
    margin-bottom: -30px;
    color: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 30px;
    padding-bottom: 50px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    font-size: 140%;
    background-size: cover !important;
    background-position: center center !important;
}

.single-course .page-head span {
    background: #eb211f;
    float: right;
    border-radius: 50%;
    height: 80px;
    position: absolute;
    top: 15px;
    right: 30px;
    width: 80px;
    font-size: 15px;
    line-height: 80px;
    text-align: center;
}

.subjectname a {
	display: block;
	background: #E20000;
	padding: 20px;
	padding-right: 0px;
	position: relative;
	color: #fff !important;
	min-height: 150px;
	z-index: 1;
}

.subjectname a span {
	display: block;
    clear: both;
    font-weight: normal;
    opacity: 0.8;
    font-size: 85%;
}

.subjectname i {
    font-size: 120%;
    float: left;
    margin-right: 0.3rem;
    margin-top: 1px;
}

.subjectname a:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 50px;
	right: -200px;
	border-style: solid;
	border-width: 0 100px 100px 100px;
	border-color: transparent transparent #D80000  transparent;
	z-index: 5;
}

.subjectname a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: -151px;
	border-style: solid;
	border-width: 200px 200px 0 0;
	border-color: #E20000 transparent transparent transparent;
	z-index: -1;
}

.contact-button i {
	vertical-align: middle;
	margin-right:0.5rem;
	font-size: 1.5rem;
    opacity: 0.8;
}

.data-button i {
	vertical-align: middle;
	margin-right:0.7rem;
	font-size: 1.7rem;
    opacity: 0.7;
}

.page-id-9581 .data-button {
	display: flex;
}

.page-id-9581 .data-button span {
	flex: 1;
	text-align: center;
}

.aligncenter {
	clear: both;
}

.momulink {
	opacity: 0.5;
    margin-top: 1rem;
    transition: opacity 0.5s ease-in-out;
}

.single-event .post i {
	vertical-align: middle;
    margin-right: 1rem;
    opacity: 0.9;
    font-size: 1.7rem;
    display: inline;
    opacity: 0.8;
}

.single-event .post a {
	position: relative;
	display: inline-block;
    clear: both;
    padding: 0.7rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 4px;
    background: #ffffff;
    text-decoration: none;
    transition: all 1s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	font-size: 1rem;
}

.single-event .post .attachments a {
	background: transparent !important;
    vertical-align: middle;
    box-shadow: none;
}

.single-event .post .attachments a:hover {
	box-shadow: none;
}

.headerbook {
	position: relative;
	display: inline-block;
    clear: both;
    padding: 0.7rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 4px;
    background: #ffffff;
    text-decoration: none;
    transition: all 1s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-top: 50%;
	transform: translateY(-100%);
}

.headerbook i {
	vertical-align: middle;
	margin-right: 0.7rem;
}

.listheader {
	margin-top: 2rem;
	margin-bottom: 2rem;
	font-weight: 600;
}

.single-event .post a:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.23);
}

.eventheader {
	font-size: 1.2rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.bookbtn {
	margin-top: 1rem;
}

.momulink:hover {
	opacity: 0.9;
}

#page-contents li {
	list-style: none;
}
.videoContainer {
    position:absolute;
    height:100%;
    width:100%;
    overflow: hidden;
}

.videoContainer video {
    min-width: 100%;
    min-height: 100%;
    margin-left: -50%;
}
.frontpage-video {
	margin-top: 0px;
}
.video-left {
	position: absolute;
	height: 100%;
	width: 100px;
	left: 0;
	z-index: 10;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
}
.video-right {
	position: absolute;
	height: 100%;
	width: 100px;
	right: 0;
	z-index: 10;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
}
.video-bottom {
	height: 100px;
	width: 100%;
	position: absolute;
	z-index: 10;
	bottom: 0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	text-align: center;
}
.video-bottom a {
	padding: 15px;
	display: block;
	color: #fff;
	font-size: 20px;
	opacity: 0.6;
	margin-top: 20px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
}
.video-bottom a:hover {
	opacity: 1;
}
.video-bottom i {
	clear: both;
	display: block;
	font-size: 30px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.orbit-slides-container {
	font-size: 18px;
}
.orbit-timer {
	display: none !important;
}
.video-promo-text {
	position: absolute;
	width: 100%;
	margin-top: 300px;
	text-align: center;
	font-size: 40px;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.numeracy {
	display: inline-block;
	height: 150px;
	width: 150px;
	border-radius: 50%;
	text-align: center;
	font-size: 50px;
	font-weight: 600;
	margin: 20px;
	color: #fff !important;
	line-height: 60px;
	padding-top: 20px;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
.page-id-441 .entrytext {
	text-align: center;
}
.numeracy i {
	font-size: 35px;
}
.numeracy strong {
	clear: both;
	display: block;
	font-size: 19px;
	font-weight: 600;
	line-height: 20px;
}
.addition {
	background : #14bd9b;
}
.subtraction {
	background: #2e99dd;
}
.multiplication {
	background: #9a59b5;
}
.fractions {
	background: #5d6e7e;
}
.scales {
	background: #e87c1b;
}
.division {
	background: #e9493a;
}
.booklet {
	background: #2d3e50;
}

.natnum {
	background: #fff url('img/natnum.png');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
}

.makewide {
	margin-top: -2px;
}

.single-course .main-space {
	margin-top: 1px;
}

#flash-alert {
	padding: 15px;
	background: #AD2114;
	color: #fff;
	font-size: 45px;
}

.make-bold {
	font-size: 20px;
	font-weight: 600;
}

#flash-alert p {
	margin-bottom: 0px;
}
.statuscol {
	text-align: right;
	font-size: 16px;
}
.statuscol a{
	display: block;
	line-height: 33px;
	opacity: 0.9;
}
.statuscol a:hover {
	opacity: 1;
}
.statuscol i {
	margin-right: 5px;
}
.iconcol {
	text-align: right;
}

.data-button {
	background: #ffffff;
    width: 100%;
    display: block;
    padding: 1rem;
    border-radius: 3px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 1s;
    white-space: nowrap;
}

.faq-item {
	background: #ffffff;
	width: 100%;
	display: block;
	padding: 1rem;
	border-radius: 3px;
	margin-bottom: 1rem;
	margin-top: 1rem;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	transition: all 1s;
	border-left: 0.3rem solid var(--red-highlight);
}

.faq-question {
	cursor: pointer;
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: all 0.75s ease-in-out;
}

.show .faq-question {
	font-weight: bold;
}

.show .faq-answer {
	margin-top: 1rem;
	max-height: 30rem;
}

.warning-button {
	color: #fff !important;
    background: #ed1c24;
    width: 100%;
    display: block;
    padding: 1rem;
    border-radius: 3px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 1s;
    white-space: nowrap;
    margin-bottom: 3rem;
    position: relative;
}

.warning-button:after {
	content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    height: calc(100% - 6px);
    width: calc(100% - 6px);
    border: 3px solid #444444;
    border-radius: 0.2rem;
}

.contact-button:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.23);
}

.contact-button {
	background: #ffffff;
    display: inline-block;
    padding: 0.4rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    border-radius: 3px;
    margin-bottom: 1rem;
    margin-top: 0;
    margin-left: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 1s;
    white-space: nowrap;
}

.contact-button:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.23);
}

.page-momu .header-space {
	display: none;
}

.page-momu span {
	text-align: center;
}

.donehead {
	margin-top: 60px;
	font-weight: 600;
	font-size: 16px;
}
.donerow {
	margin-top: 35px !important;
	font-size: 16px;
	opacity: 0.9;
	border-left: 3px solid #ccc;
}

.page-id-815 .wp-editor-area {
	color: #5F5F5F !important;
}

.page-id-815 .time-picker li {
	display: block !important;
    color: #5F5F5F !important;
    height: 20px !important;
}

.page-id-815 #wp-em-editor-content-editor-tools {
	display: none !important;
}

#homepage-promo {
	background: rgb(64, 64, 64);
	display: block;
	width: 100%;
}

#homepage-video{
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
}

#video-background { 
	position: absolute;
	min-width: 100%; 
	min-height: 100%;
}

#homepage-featuredcontent {
	min-height: 200px;
    display: block;
    width: 100%;
    position: relative;
    margin-top: 0;
    padding-bottom: 0;
	padding-bottom: 1.5rem;
	margin-top: -3rem;
	z-index: 2;
}

#homepage-video:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(64,64,64,1) 100%);
	background: -webkit-linear-gradient(top, rgba(245,245,245,0) 0%,rgba(64,64,64,1) 100%);
	background: linear-gradient(to bottom, rgba(245,245,245,0) 0%,rgba(64,64,64,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f5f5', endColorstr='#f5f5f5',GradientType=0 );
	z-index: 2;
}

.home .menu-logo {
	max-width: 0px;
	opacity: 0;
}

#homepage-video .logo {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	z-index: 100;
	left: 0px;
	top: 0px;
	background: url('img/HallCrossWebLogo.png') center center no-repeat;
	background-size: contain;
	height: 50%;
	transform: translateY(35%);
	z-index: 3;
}

#homepage-video .gloss {
	position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    z-index: 1;
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 75% 100%);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 75% 100%);
    z-index: 1;
}

#featured-holder .columns {
    padding-left: 2.5%;
    padding-right: 2.5%;
}

.nws-img {
	position: relative;
	overflow: hidden;
	background-color: #fff;
}

.ev-img {
	position: relative;
	overflow: hidden;
	background-color: #fff;
}

#post-author {
	margin-bottom: 1rem;
    vertical-align: middle;
    font-size: 90%;
    opacity: 0.8;
}

/* Orbitlist core */
ul.orbit.orbitlistJS {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

/* Orbitlist satellites */
ul.orbit.orbitlistJS li {
    position: absolute;
    cursor: pointer;
}

.orbcontainer {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.orbit li {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #000;
	background: #fff;
    text-align: center;
    line-height: 100px;
    opacity: 0.8;
}

.entrytext h1 {
	font-size: 1.3rem;
	font-weight: 600;
}

ul.orbit.orbitlistJS li {
    transition: all 0.2s linear;
}

ul.orbit.orbitlistJS li:hover {
    background: #24d;
}

.orbit li.orbitlistJS-trace {
    background: #1ca;
    opacity: 1;
}

.orbit li.orbitlistJS-active {
    background: #2F4;
    opacity: 1;
}

.post {
	padding-top: 1.5rem;
}

#post-author i {
	vertical-align: middle;
    margin-right: 5px;
    opacity: 0.6;
    font-size: 20px;
    display: inline;
}

.moreleft {
	margin-left: 15px;
}

.vacancyrow {
	margin-top: 2rem;
	margin-left: 0;
    margin-right: 0;
}

a#goBack {
    background: rgba(0, 0, 0, 0.1);
    float: right;
    vertical-align: middle;
    border-radius: 3px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    line-height: 32px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: -2px;
}

a#goBack i {
	vertical-align: middle;
    line-height: 33px;
    float: left;
}

.vacancyrow .article-img {
	background: rgb(239, 17, 17) !important;
	min-height: 83px !important;
}

.vacancyrow .article-img a i {
	color: #fff;
    line-height: 83px;
    text-align: center;
    margin-left: -10%;
    font-size: 150%;
}

h2.drivelink {
	margin-bottom: 2rem !important;
}

.nws-tag {
	position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 8px;
    padding-right: 2px;
    color: #fff;
    text-shadow: none;
    font-size: 90%;
    line-height: 200%;
    background: #e30b00;
    text-align: left !important;
    margin: 0;
    opacity: 0.85;
}

.nws-tag span {
	position: relative;
	display: block;
}

.nws-tag span:after {
	content: '';
    position: absolute;
    border-style: solid;
    border-width: 32px 0px 0px 20px;
    border-color: transparent #e30b00;
    display: block;
    width: 0;
    z-index: 1;
    right: -22px;
    bottom: 0;
}

.ev-tag {
	position: absolute;
    bottom: 0;
    right: 0px;
    padding-left: 2px;
    padding-right: 8px;
    color: #fff;
    text-shadow: none;
    font-size: 90%;
    line-height: 200%;
    background: #ba0800;
    text-align: left !important;
    margin: 0;
    opacity: 0.85;
}

.ev-tag span {
	position: relative;
	display: block;
}

.ev-tag span:after {
	content: '';
    position: absolute;
    border-style: solid;
    border-width: 32px 20px 0px 0px;
    border-color: transparent #ba0800;
    display: block;
    width: 0;
    z-index: 1;
    left: -22px;
    bottom: 0;
}

.featured .article-img {
	height: 200px;
    background-size: cover !important;
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 1rem;
    margin-right: 0px;
}

.featured.youtube .article-img {
	margin-bottom: 0;
	border-radius: 0.3rem;
	overflow: hidden;
}

.featured .article-img .slash {
    position: absolute;
    height: 0px;
    width: 0px;
    left -1px;
    bottom: -1px !important;
    top: auto !important;
    border-style: solid;
	border-width: 0 0 15px 100px;
	border-color: transparent transparent #fff transparent;
}

.orbit-container .orbit-slides-container>* .orbit-caption {
    position: absolute;
    bottom: 0 !important;
    color: #fff !important;
    width: 100% !important;
    font-size: 2rem !important;
    font-weight: 600;
    text-align: center !important;
    transform: translateY(50%) !important;
    top: 0 !important;
    background-color: transparent !important;
}

.orbit-caption span {
	font-weight: 400 !important;
}

.faded {
	opacity: 0.7;
	margin: 0;
}

.article-img .slash {
    position: absolute;
    height: 0px;
    width: 0px;
    top: 0;
    right: -1px;
    border-style: solid;
	border-width: 0 0 200px 15px;
	border-color: transparent transparent #fff transparent;
}

.article-padding {
	padding: 1rem;
	box-sizing: border-box;
}

.article {
	display: block;
	position: relative;
    -webkit-font-smoothing: antialiased;
    transition: all .2s ease-in-out;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    border-radius: 3px;
    background: #fff;
    margin-bottom: 1rem !important;
    line-height: 24px;
}

.article-img {
	min-height: 70px;
    background-size: cover !important;
    width: 28%;
    float: left;
    margin-right: 0.5rem;
    position: relative;
    border-top-left-radius: 3px;
}

.article-img a {
	height: 100%;
    width: 100%;
    position: absolute;
    text-align: center;
}

a svg {
    vertical-align: text-bottom;
    margin-right: 0.4rem;
}

.no-touch .article:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	position: relative;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	z-index: 3;
}

.article-padding p {
	margin: 0;
}

.more-dash {
	height: 1px;
    background: #eaeaea;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

#drivelist {
	margin-top: 2rem !important;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #b1b1b1;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.article-padding p span {
	display: inline-block;
	background: rgb(239, 17, 17);
	padding: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #fff;
}

.article-title {
	font-weight: 600;
	font-size: 1.2rem;
	margin-top: 0.7rem;
    margin-bottom: 0.7rem;
}

.article-date {
	opacity: 0.7;
    display: block;
    position: relative;
    font-size: 90%;
    margin-bottom: 0.7rem;
}

.article-brief {
	opacity: 0.7;
	font-size: 90%;
	margin-top: 1rem;
}

#chartshere hr {
	border-color: transparent !important;
	margin: 0px !important;
}

#featured-holder .nws-title {
	font-weight: 600;
	width: 75%;
    margin-left: 28%;
}

#featured-holder .nws-featured .nws-date {
	margin-left: 0;
	width: auto;
}

.standard .article-img {
	border-bottom-left-radius: 3px;
}

.standard:hover .article-img {
	border-bottom-left-radius: 0;
}

.standard .readmorespace {
	border-top: 0px solid #fff;
	height: 0px;
	display: block;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
	-webkit-transition: height 0.8s,opacity 0.2s;
	-moz-transition: height 0.8s,opacity 0.2s;
	transition: height 0.8s,opacity 0.2s;
	display: block;
    transform: translate(0, -2px);
    position: absolute;
}

.standard .readmorespace a {
	opacity: 0;
	-webkit-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	transition: opacity 0.1s;
}

.standard:hover .readmorespace {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 6px;
    padding-top: 6px;
    display: block;
    transform: translate(0, -2px);
    position: absolute;
    width: 100%;
    background: #fff;
    display: block;
    height: 44px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
}

.standard:hover .readmorespace a {
	opacity: 1;
}

.readmorespace {
    padding: 1rem;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 0.8rem;
    display: block;
}

.readmorespace a {
    display: inline-block;
    opacity: 0.7;
    font-size: 90%;
}

.readmorespace a:hover {
	opacity: 1;
}

#featured-holder .eventscol > div:first-of-type .ev-title {
	width: 100% !important;
	margin-left: 0px !important;
}

.loginicon {
	display: inline-block !important;
    vertical-align: sub !important;
    margin-right: 0.5rem !important;
}

#featured-holder .eventscol > div:first-of-type .ev-date {
	width: 100% !important;
	margin-left: 0px !important;
	margin-bottom: 0px !important;
}

#featured-holder .eventscol > div:last-of-type {
	border-bottom: 0px !important;
}

#featured-holder .eventscol > div:first-of-type .ev-img {
	height: 200px;
    border-radius: 3px;
    background-size: cover;
    margin-bottom: 10px;
    width: 100%;
    background-position: center bottom;
    background-clip: content-box;
}

#featured-holder .ev-img {
	min-height: 70px;
    border-radius: 3px;
    background-size: cover;
    margin-bottom: 15px;
    width: 25%;
    float: left;
    margin-right: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	background-position: center;
	background-clip: content-box;
	overflow: hidden;
}

#featured-holder .ev-date {
	opacity: 0.7;
    display: block;
    position: relative;
    margin-bottom: 15px;
    font-size: 90%;
    width: 75%;
    margin-left: 28%;
}

#featured-holder .ev-img a {
	height: 100%;
    width: 100%;
    position: absolute;
}

#lazyload-loadmore {
    color: #909090;
    font-size: 30px;
    text-align: center;
    padding: 10px;
}

#lazyload-content {
	margin-bottom: 40px;
}

#lazyload-viewer {
	margin-bottom: 40px;
}

#icanews {
	display: block;
}

#icanews .chute {
	padding: 1rem !important;
}

.chute {
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2.5%;
    padding-right: 2.5%;
}

.chute1 {
	border-left: 0px solid rgba(177, 177, 177, 0.2);
	border-right: 0px solid rgba(177, 177, 177, 0.2);
}

#lazyload-viewer .nws-entry {
	display: block;
	position: relative;
	border-bottom: 1px solid rgba(177, 177, 177, 0.2);
    margin-bottom: 15px !important;
    margin-top: 15px !important;
    padding-bottom: 15px;
}

#lazyload-viewer .ev-entry {
	display: block;
	position: relative;
	border-bottom: 1px solid rgba(177, 177, 177, 0.2);
    margin-bottom: 15px !important;
    margin-top: 15px !important;
    padding-bottom: 15px;
}

.cloudicon {
	font-weight: 600;
    line-height: 20.5px;
    float: left;
    margin-right: 5px;
    font-size: 17px;
}

.menuicon {
	font-weight: 600;
    line-height: 20.5px;
    float: right;
    font-size: 25px;
    margin-right: -5px;
}

.clockicon {
	font-weight: 600;
    line-height: 23px;
    font-size: 17px;
    float: left;
    margin-right: 4px;
}

#lazyload-viewer .featured .nws-title {
	margin-left: 0;
	width: auto;
}



#lazyload-viewer .ev-title {
	font-weight: 600;
	width: 75%;
    margin-left: 28%;
}

#lazyload-viewer .featured .ev-title {
	margin-left: 0;
	width: auto;
}

#lazyload-viewer .featured .nws-date {
	margin-left: 0;
	width: auto;
}

#lazyload-viewer .featured .ev-date {
	margin-left: 0;
	width: auto;
}

.nws-title {
	font-weight: 600;
}

.ev-date {
	opacity: 0.7;
    display: block;
    position: relative;
    font-size: 90%;
}

.nws-date {
	opacity: 0.7;
    display: block;
    position: relative;
    font-size: 90%;
}

.featured .nws-img {
	height: 200px;
    background-size: cover !important;
    width: 100%;
}


#homepage-video .orbit-container img {
	min-width: 100%;
}

#lazyload-viewer .nws-img {
	min-height: 70px;
    background-size: cover !important;
    margin-bottom: 15px;
    width: 25%;
    float: left;
    margin-right: 0.5rem;
}

#lazyload-viewer .ev-img {
	min-height: 70px;
    border-radius: 3px;
    background-size: cover !important;
    width: 25%;
    float: left;
    margin-right: 0.5rem;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}

#lazyload-viewer .ev-img a {
	height: 100%;
    width: 100%;
    position: absolute;
}

#lazyload-viewer .nws-img a {
	height: 100%;
    width: 100%;
    position: absolute;
} 

#lazyload-viewer .nws-brief {
	opacity: 0.7;
	font-size: 90%;
	margin-top: 10px;
}

.flabel {
	display: block;
}

.flabel span {
	font-weight: normal;
    background-color: rgba(0,0,0,0.07);
    padding: 3px;
    font-size: 70%;
    padding-left: 6px;
    padding-right: 6px;
    color: rgba(0,0,0,0.4);
    border-radius: 1px;
}

#hallcross-statements {
	position: absolute;
    height: 160px;
    width: 100%;
    top: 50%;
    margin-top: -130px;
    text-align: center;
}

.islogo {
	display: none;
    height: 160px;
    width: 300px;
}

.islogo .badge {
    height: 160px;
    width: 100px;
    background: url('img/logo-badge-shadow.png') right no-repeat;
    background-size: contain;
    float: right;
}

.islogo .hallcross {
    height: 160px;
    width: 200px;
    background: url('img/logo-text-shadow.png') right no-repeat;
    background-size: contain;
    float: left;
}

.scroller {
	display: inline-block;
    height: 160px;
    width: 600px;
    text-align: left;
}

#mobile-overlay {
	height: 100%;
    width: 100%;
    position: fixed;
    overflow: scroll;
    background: red;
    top: 0;
    z-index: 200;
    display: none !important;
}

.page_item_has_children i {
	display: none;
}

.subjectpane {
    border-radius: 3px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0px;
    position: relative;
    overflow: hidden;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    background-size: cover !important;
    background-position: center !important;
}

.subjectfade {
	height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	opacity: 0.9;
	border-radius: 3px;
}

.subjectname {
	font-weight: 600;
	font-size: 110%;
	padding-left: 0px;
}

#subpage-menu {
	list-style: none;
	margin: 0px;
}

#subpage-menu li {
	padding: 0px !important;
}


#subpage-menu a {
	background: #ffffff;
    width: 100%;
    display: block;
    padding: 1rem;
    border-radius: 3px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 1s;
}

#subpage-menu a:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.23);
}

.inline-dates {
	background: rgba(0, 0, 0, 0.04);
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 3px;
    overflow: hidden;
    padding: 15px;
}

.inline-dates .eventlist-item {
	margin-bottom: 10px;
}

.inline-dates p:empty {
	height: 1px !important;
	margin: 0px !important;
}

.inline-dates h2 {
	margin-top: 0px !important;
}

#subpage-menu a i {
	vertical-align: middle;
    margin-right: 1rem;
    opacity: 0.5 !important;
    font-size: 1.5rem;
    
}

#page-contents i {
	float: left;
    font-size: 24px;
    margin-top: 2px;
}

.wp-image-1077 {
	float: left !important;
	margin: 15px !important;
}
.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.orbit-slide-number {
	display: none !important;
	visibility: hidden !important;
}

.floating-nav:after {
	content: '';
	position: absolute;
}

.vmenu-space a {
	color: inherit;
}

.ev-title a {
	color: inherit;
}

.attachment-name a {
	color: inherit;
}

.attachment-icon-mini a {
	color: inherit;
}

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;margin-top: 40px;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li{
	position: absolute;
    top: 150px;
}
ul.bjqs-controls.v-centered li a{position:absolute;z-index: 1000;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;top: -25px;position: absolute;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{
	display: inline-block;
    background: #CACACA;
    margin: 8px;
    height: 10px;
    width: 10px;
    overflow: hidden;
    border-radius: 50%;
}
.active-marker {
	background: #b5b5b5 !important; 
}
ol.bjqs-markers li a{display:inline-block;text-indent: 100px;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

.postby {
	border-top: 1px solid rgba(204, 204, 204, 0.5);
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
	position: relative;
}

.postby span{
	display: inline-block;
	height: 60px;
	line-height: 60px;
	vertical-align: top;
}

.profilephoto {
	border-radius: 50%;
    height: 60px;
    width: 60px;
    display: inline-block;
    overflow: hidden;
    margin-right: 15px;
}

.profilephoto img {
	height: 100%;
	width: 100%;
}

.postby:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 11px 11px 0;
	border-color: rgba(204, 204, 204, 0.5) transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -11px;
	top: -1px;
	left: 10%;
}

.postby:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 10px 10px 0;
	border-color: #f2f2f2 transparent;
	display: block;
	width: 0;
	z-index: 2;
	margin-left: -10px;
	top: -1px;
	left: 10%;
}

.promo-banner {
	position: relative;
    top: 0;
    width: 100%;
    background: rgb(220,16,16);
	background: -moz-linear-gradient(top,  rgba(220,16,16,1) 0%, rgba(178,14,14,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(220,16,16,1) 0%,rgba(178,14,14,1) 100%);
	background: linear-gradient(to bottom,  rgba(220,16,16,1) 0%,rgba(178,14,14,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc1010', endColorstr='#b20e0e',GradientType=0 );
    z-index: 3;
    color: #fff;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.page .promo-banner {
	margin-bottom: 1rem;
}

.contactrow span {
	font-size: 13px;
    vertical-align: middle;
    opacity: 0.7;
    margin-left: 1rem;
}

.contactrow span i {
	font-size: 13px;
    vertical-align: middle;
    margin-right: 0.1rem;
}

.caloutline {
    border: 2px solid #fff;
    border-radius: 3px;
    margin: 17px;
    max-width: 118px;
    position: absolute;
    right: 0px;
    background: rgba(0, 0, 0, 0.2);
}

.calmonth {
	text-align: center;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
}

.calday {
	text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
}

.promo-banner span {
	display: block;
	clear: both;
}

.more-infolink {
    display: inline-block !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    opacity: 0.8;
}

.promo-banner:hover .more-infolink {
	opacity: 1;
	border-bottom: 2px solid #fff;
}

.newsflash-headline {
    font-size: 1.3rem;
}

.promo-banner a {
	display: block;
}

.bjqs-slide p {
}

.cntrlicon {
	font-size: 35px;
    opacity: 0.8;
}

.cntrlicon:hover {
	opacity: 1;
}

#warning-space {
	background: #d00000;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-top: 75px;
}

#google_translate_element {
	position: absolute;
    right: 0;
    top: 60px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow: hidden;
}

.goog-te-gadget-simple {
	color: #D7D7D7 !important;
	border-color: rgba(0,0,0,0.8) !important;
	border-top: 0px !important;
	background-color: rgba(0,0,0,0.8) !important;
	padding: 5px !important;
}

.goog-te-gadget-icon {
	background: url('img/uk.png') !important;
	background-position: 0 0 !important;
	background-size: contain !important;
}

.goog-te-banner-frame {
	display: none !important;
}

#differentname {
	display: none;
}

#nametoggle span.wpcf7-list-item {
	margin-left: 0px !important;
}

#currentstudenttoggle span.wpcf7-list-item {
	margin-left: 0px !important;
}

.hidden{
	display: none !important;
}

.wpcf7-list-item input[type="checkbox"] {
	margin-right: 0.5rem !important;
}

.textarea-personalstatement textarea[name="textarea-personalstatement"] {
	height: 300px !important;
}

.wpcf7-not-valid {
	margin-bottom: 0px !important;
}

.wpcf7-not-valid-tip {
	display: block;
    font-size: 0.66667rem !important;
    font-weight: normal;
    margin-bottom: 0.88889rem;
    margin-top: -1px;
    padding: 0.33333rem 0.5rem;
    background: #e82e0f;
    color: #FFFFFF !important;
}

#theatre {
	background: rgba(0, 0, 0, 0.82);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000;
    display: none;
}

#screen {
	position: absolute;
    height: 60%;
    width: 80%;
    background: #000;
    top: 50%;
    left: 50%;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0px 0px 2rem 0px rgba(0, 0, 0, 0.25);
    transform: translate(-50%, -50%);
}

#screen .close {
	color: #fff;
	text-align: center;
	font-size: 1.7rem;
	position: absolute;
	z-index: 10000;
	top: 0;
	right: 0;
	background: red;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
	padding: 3rem;
}

.close i {
	opacity: 0.9;
	font-size: 2.7rem;
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
}

#screen:hover .close i {
	opacity: 1;
}

.page .forminator-field textarea {
	background: red;
}


.page-id-1589 .orbit-slides-container:before {
		content: '';
		position: absolute;
	    display: block;
	    width: 100%;
	    height: 100%;
	    z-index: 100;
	    left: 0px;
	    top: 0px;
	    background: -moz-linear-gradient(top, rgba(47,47,46,0) 0%, rgba(47,47,46,1) 100%);
background: -webkit-linear-gradient(top, rgba(47,47,46,0) 0%,rgba(47,47,46,1) 100%);
background: linear-gradient(to bottom, rgba(47,47,46,0) 0%,rgba(47,47,46,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f2f2e', endColorstr='#2f2f2e',GradientType=0 );
}


.page-sixth-form .hallcross-orbit:before {
		content: '';
		position: absolute;
	    display: block;
	    width: 100%;
	    height: 100%;
	    z-index: 100;
	    left: 0px;
	    top: 0px;
	    background: -moz-linear-gradient(top, rgba(245, 245, 245,0) 0%, rgba(245, 245, 245,1) 100%);
		background: -webkit-linear-gradient(top, rgba(245, 245, 245,0) 0%,rgba(245, 245, 245,1) 100%);
		background: linear-gradient(to bottom, rgba(245, 245, 245,0) 0%,rgba(245, 245, 245,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f2f2e', endColorstr='#2f2f2e',GradientType=0 );
}

p.chart-title span {
	display: block;
	font-weight: normal;
	font-size: 1rem;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	margin-top: 0.3rem;
	padding-top: 0.3rem;
}


@media only screen and (max-width: 951px) {
	.wpcf7-form .row .columns {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

@media only screen and (min-width: 951px) {
	
	#parents-nav .children {
	min-width: 640px;
	height: auto;
	overflow: auto;
	margin-left: -320px;
	}
	
	#close-nav {
		display: none !important;
	}
	
	.furtherright {
		margin-left: 12px;
	}
	
	.nav-space {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	.page-id-142 .hallcross-orbit:after {
		content: '';
	    position: absolute;
	    display: block;
	    width: 100%;
	    z-index: 100;
	    left: 0px;
	    top: 0px;
	    background: url('img/SixthformWebLogo.png') center center no-repeat;
	    background-size: contain;
	    height: 40%;
	    transform: translateY(50%);
	}
	
	.page-id-1589 .orbit-slides-container:after {
		content: '';
	    position: absolute;
	    display: block;
	    width: 100%;
	    z-index: 100;
	    left: 0px;
	    top: 0px;
	    background: url('img/ICAWebLogo.png') center center no-repeat;
	    background-size: contain;
	    height: 50%;
	    transform: translateY(50%);
	}

	.children {
		float: left;
		display: none;
		background: #fff;
		position: absolute;
		list-style: none;
		margin-left: -12px;
		padding:6px;
		margin-top: 10px;
		-webkit-box-shadow: 10px 10px 10px 0 rgba(0,0,0,0.1);
		box-shadow: 10px 10px 10px 0 rgba(0,0,0,0.1);
		min-width: 200px;
		border-bottom-left-radius: 2px;
		border-bottom-right-radius: 2px;
		border-top-right-radius: 2px;
		z-index: 300;
	}
	
	#parents-nav .children {
		border-top-left-radius: 2px;
	}
	
	.nav-space li:hover > .children {
		display: block;
	}
}
@media only screen and (max-width: 950px) {
	
/************************************************************************************************************************************************/	
	.ytslider {
		flex-flow: column;
		width: 100%;
		align-items: normal
	}
	
	.orbit-container .orbit-slides-container>* {
		top: 10%;
	}
	
	.ytsliderrow .item .play {
		    margin-bottom: 25%;
	}
	
	.page-id-142 .ytsliderrow .orbit-slides-container:after {
		content: '';
		background: none;
	}
	
	.page-id-142 .orbit-slides-container:after {
		content: '';
	    position: absolute;
	    display: block;
	    width: 100%;
	    z-index: 100;
	    left: 0px;
	    top: 0px;
	    background: url('img/SixthformWebLogo.png') center center no-repeat;
	    background-size: contain;
	    height: 100%;
	    transform: translateY(0);
	}
	
	.page-id-1589 .orbit-slides-container:after {
		content: '';
	    position: absolute;
	    display: block;
	    width: 100%;
	    z-index: 100;
	    left: 0px;
	    top: 0px;
	    background: url('img/ICAWebLogo.png') center center no-repeat;
	    background-size: contain;
	    height: 100%;
	    transform: translateY(0);
	}
	
	.leftfilter {
		padding-left: 1rem !important;
	}
	
	.rightfilter {
		padding-right: 1rem !important;
	}
	#yeargroup-tokens {
		margin: 0px !important;
	}
	#acyear-tokens {
		margin: 0px !important;
	}
	
	#menuwrap {
		position: fixed;
	    height: 100%;
	    width: 100%;
	    background: rgba(0,0,0,0.92);
	    top: 0;
	    left: 0;
	    
	    overflow: scroll;
	    display: none;
	    padding-bottom: 40px;
	}
	
	.page_item_has_children {
		float: none;
		display: block !important;
		clear: both;
		border-bottom: 1px solid rgba(37,37,37,0.5);
	}
	
	#ica-nav {
		float: none;
		display: block !important;
		clear: both;
		border-bottom: 1px solid rgba(37,37,37,0.5);
	}
	
	#ica-nav a {
		display: block;
		line-height: 50px;
		padding-left: 20px;
		font-weight: 600;
	}
	
	.page_item_has_children:hover {
		background: transparent !important;
		color: inherit !important;
	}
	
	.page_item_has_children i {
		display: inline-block;
		float: right;
		font-size: 30px;
		line-height: 50px;
		margin-top: -2px;
		padding-right: 20px;
		opacity: 0.5;
	}
	
	#close-nav i {
		opacity: 1 !important;
	}
	
	.page_item_has_children a {
		display: block;
		line-height: 50px;
		padding-left: 20px;
		font-weight: 600;
	}
	
	.children {
		margin: 0;
		float: none;
		clear: both;
		position: relative;
		color: #fff !important;
		background: transparent !important;
		box-shadow: none !important;
		border: 0 !important;
		display: none;
		opacity: 0.8;
	}
	
	.children a {
		font-weight: normal !important;
		opacity: 0.7 !important;
		border-top: 1px solid rgba(37,37,37,0.5);
	}
	.children a:hover {
		background: transparent !important;
		color: #fff !important;
	}
	
	.nav-left {
	    float: none !important;
	    width: auto !important;
	    padding-left: 20px !important;
	}
	
	.nav-right {
	    float: none !important;
	    width: auto !important;
	    padding-left: 20px !important;
	}
	
	#close-nav {
		border: 0px !important;
	}
	.more-info {
		display: none !important;
	}
	.nav-header{
		background: transparent !important;
		color: #fff !important;
	}
	
	#homepage-promo h2 {
		margin-top: 100px;
	    color: #B9B9B9;
	    padding: 20px;
	    font-size: 120%;
	    font-weight: 600;
	}
	
	.upcominghead {
		margin-top: 100px;
	    color: #B9B9B9;
	    padding: 20px;
	    font-size: 120%;
	    font-weight: 600;
	}
	
	.orb-link {
    display: inline-block !important;
	}
	
	#featured-holder .glow {
		border: 0px !important;
	}
	
	.row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	#video-background {
		display: none !important;
	}
	
	.chute1 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.chute2 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	
}


.masonry-css {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

@media screen and (min-width: 25em) {
  .masonry-css {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media screen and (min-width: 37.5em) {
  .masonry-css {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

.masonry-css-item {
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 1rem;
  -webkit-font-smoothing: antialiased;
   transition: all .2s ease-in-out;
   box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
   border-radius: 3px;
   background: #fff;
   overflow: hidden;
   position: relative;
}

#bigposter img {
	max-width: 75%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 3px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    transform: translate(-50%, -50%);
}

#bigposter a {
	background: rgba(0, 0, 0, 0.2);
    height: 3rem;
    width: 3rem;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 3rem;
    color: #fff;
    right: 1.5rem;
    position: absolute;
    top: 1.5rem;
}

#bigposter a i {
	font-size: 2rem;
    color: #fff;
    opacity: 0.7;
}

#bigposter a:hover i {
    opacity: 1;
}

.masonry-css-item .title {
	padding: 0 1.5rem;
	padding-top: 1.5rem;
	display: block;
	position: relative;
	margin: 0;
	font-weight: 600;
}

.masonry-css-item .zoom {
	position: absolute;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    text-align: center;
    line-height: 4rem;
    left: 50%;
    top: -25%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.masonry-css-item:hover .zoom {
	top: 25%;
}

.masonry-css-item .zoom i {
	font-size: 2rem;
    color: #fff;
}

.chart-doesyourchildhavespecialeducationalneedsandordisabilitiessend {
	display: none;
}

#bigposter {
	position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
    display: none;
}

.masonry-css-item .tags {
	padding: 0 1.5rem;
	padding-bottom: 1.5rem;
	display: block;
	position: relative;
	margin: 0;
}

.masonry-css-item .tags span {
	background: rgba(204, 204, 204, 0.4);
    padding: 0.5rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 0.6rem;
    margin-top: 0.6rem;
    display: inline-block;
    font-size: 90%;
}

.masonry-css-item .title:before {
	content: '';
	position: absolute;
	top: calc(-1rem + 1px);
	left: 0;
	width: 100%;
	height: 2rem;
	background: #fff;
	border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.masonry-css-item img {
	min-width: 100%;
}


.page-numeracy #filters {
	margin-top: 2rem;
    margin-bottom: 2rem;
}

#showall {
	background: rgba(204, 204, 204, 0.62);
    display: block;
    margin: 1rem;
    margin-top: 0;
    padding: 0.5rem;
    text-align: center;
    border-radius: 3px;
    display: none;
}

.spinholder {
    font-size: 3rem;
    text-align: center;
    padding: 4rem;
    opacity: 0.8;
    position: relative;
}

.spinholder i {
	-webkit-animation-name: spin;
    -webkit-animation-duration: 3000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 3000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 3000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#bigposter .spinner {
	-webkit-animation-name: spin;
    -webkit-animation-duration: 3000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 3000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 3000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 3rem;
	transform: translate(-50%, -50%);
	opacity: 0.8;
}

#disqus_thread{
     position: relative;
}
#disqus_thread:after {
     content: "";
     display: block;
     height: 60px;
     width: 100%;
     position: absolute;
     bottom: 0px;
     background:#f5f5f5;
}

#disqus_thread:before {
     content: "";
     display: block;
     height: 42px;
     width: 100%;
     position: absolute;
     top: 0px;
     background:#f5f5f5;
}

#promologo {
	position: absolute;
    height: 6rem;
    width: 50%;
    background: red;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hide {
	display: none;
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.orbit-next,.orbit-prev {
	visibility: hidden;
}


.entrytext .test123 {
	background-color: #c21808;
	color: #f1ebeb;
	text-align: center;
}

.sliderbutton .orbit-slides-container:after  {
	content: none;
}

#cookiebar span {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 0.4rem;
    display: inline-block;
    padding-left: 2rem;
    padding-right: 2rem;
}

#cookiebar {
	background: #c21808;
	color: #fff;
	display: block;
	clear: both;
	padding: 0.5rem;
	text-align: center;
}

#cookiebar a {
	display: inline-block;
	padding: 0.3rem;
	vertical-align: middle;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
}

#cookiebar i {
	vertical-align: middle;
	margin-right: 0.5rem;
}

#cookiebar .secondary-link {
	opacity: 0.8;
}

/**********Quotes Slider****************/
.quotes .item {
	color: #fff;
	width: 0;
	height: 20%;
}

.page-id-1589 .quotesslider .orbit-slides-container:after {
	content: none;
}

blockquote, blockquote p {
	color: #fff;
	font-size: 105%;
}

.open-quote-icon, .close-quote-icon {
	font-size: 3rem;
    padding: 0;
    margin: 0.5rem 0;
    line-height: 2rem;
    opacity: 0.8;
}

.open-quote-icon {
	vertical-align: text-bottom;
}

.close-quote-icon {
	vertical-align: text-top;
}
.quotesslider .orbit-next>span {
	background: #3f3e3e;
}

.quotesslider .orbit-prev>span {
	background: #3f3e3e;
}

.page-id-1589 .quotes .item span::after {
	content: "\e962";
	font-family: 'hxico';
	color: #fff;
} 

blockquote {
	border: none;
	color: #a7a7a7;
	position: relative;
	z-index: 999;
}

.wpcf7-form p { margin: 0 !important; }


.page-id-1589 .orbit-slides-container:before {
	height: 0;
}

ul.hallcross-orbit.orbit-slides-container::before {
	height: 100%;
}

.page-id-1589 .undercurve:after {
	background-color: #2F2F2E;
}
.vertical-align{
	vertical-align: middle;
}
.btn-1{
	border-radius: 65%;
	background-image: url('img/employer.png');
	background-size: 5rem;
	background-position-x: 2rem;
	background-repeat: no-repeat;
	background-color: grey;
    border: none;
    padding: 0rem;
    height: 9rem;
    width: 9rem;
    
}
.btn-2{
	border-radius: 65%;
	background-image: url('img/student.png');
	background-size: 5rem;
	background-position-x: 2rem;
	background-repeat: no-repeat;
	background-color: grey;
    border: none;
    height: 9rem;
    width: 9rem;
    
}
.btn-3{
	border-radius: 65%;
	background-image: url('img/parent.png');
	background-size: 5rem;
	background-position-x: 2rem;
	background-repeat: no-repeat;
	background-color: grey;
    border: none;
    height: 9rem;
    width: 9rem;
    padding: 0rem;
    
    
}
.btn-4{
	border-radius: 65%;
	background-image: url('img/teacher.png');
	background-size: 5rem;
	background-position-x: 2rem;
	background-repeat: no-repeat;
	background-color: grey;
    border: none;
    height: 9rem;
    width: 9rem;
    
    
}
.careers-btn{
	display: inline-flex;
	height: auto;
}