/* ============================================================

Wirefy by Chris Da Sie
Version: 1.3
URL: https://github.com/cjdsie/wirefy
Apache License: v2.0. http://www.apache.org/licenses/LICENSE-2.0


/* Table of Content
==================================================
    #Imports
	#Variables
    #Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Tables
	#Forms
	#Misc */

/* Imports
	=================================================== */




/* Variables 
	=================================================== */

:root {
	--main-orange-color: #867537;
	--main-blue-color: #26235D;
}

.theme-background-color{
    background-color: #867537!important;
}


/* #Reset
================================================== */

/*
	*  Consistency fixes
	*  adopted from http://necolas.github.com/normalize.css/
	*/

html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}


body {
	height: 100%;
	font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
	display: block;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

b,
strong {
	font-weight: bold;
}

abbr[title] {
	border-bottom: 1px dotted;
}

input,
textarea,
button,
select {
	margin: 0;
	font-size: 100%;
	line-height: normal;
	vertical-align: baseline;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

textarea {
	overflow: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
	*
	*  Simple fluid media
	*
	*/

figure {
	position: relative;
}

figure img,
figure object,
figure embed,
figure video {
	max-width: 100%;
	display: block;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Mixins 
	=================================================== */

.clearfix {
	*zoom: 1;
}

/*@media screen and (max-width:719px){
    .clearfix {
	   height: 0;
    }
}*/

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	position: static;
	clip: auto;
	height: auto;
	width: auto;
	margin: 0;
	overflow: visible;
}

/* #Basic Styles
================================================== */

html,
body {
	margin: 0;
	padding: 0;
}

html {
	background: #fff;
	height: 100%;
	overflow-y: scroll;
	font-size: 62.5%;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: #f3f5f6;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background-color: transparent;
	font-family: Arial, sans-serif;
	font-size: 1.6rem;
	line-height: 1.5em;
	color: #333;
	-webkit-font-smoothing: antialiased;
	/* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

/* #Grid
================================================== */

/*
*
*  Sixteen-column grid active
*  ----------------------------------------------------------------------------------------------------------------------
*  Margin   | #  1     2     3     4     5     6     7     8     9     10    11    12    13    14    15    16  |   Margin
*  5.55555% | %  6.25  12.5  18.75 25.0  31.25 37.5  43.75 50.0  56.25 62.5  68.75 75.0  81.25 87.5  93.75 100 | 5.55555%
*	
*
*/

.row {
	width: 100%;
	margin-bottom: 20px;
}

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

.one,
.two,
.three,
.four,
.five,
.six,
.seven,
.eight,
.nine,
.ten,
.eleven,
.twelve,
.thirteen,
.fourteen,
.fifteen,
.sixteen {
	width: 100%;
}

/* #Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #333333;
	font-family: "Arial", serif;
	font-weight: bold;
	text-rendering: optimizelegibility;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

h1 {
	margin-bottom: 0.75em;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.2;
}

h2 {
	margin-bottom: 0.75em;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

h3 {
	margin-bottom: 1em;
	font-size: 1.8rem;
	line-height: 1.3;
}

h4 {
	margin-bottom: 1.5em;
	font-size: 1.6rem;
	line-height: 1.25;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1.5em;
}

h6 {
	margin-bottom: 1.5em;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.subheader {
	color: #777;
}

p,
ol,
ul,
dl,
address {
	margin-bottom: 1.5em;
	font-size: 1.6rem;
	line-height: 1.6em;
}

small {
	font-size: 14px;
	font-size: 1.4rem;
}

q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

cite {
	font-style: normal;
}

dl,
dd {
	margin-bottom: 1.5em;
}

dt {
	font-weight: bold;
}

.dl-horizontal dt {
	float: left;
	clear: left;
	width: 20.25%;
}

.dl-horizontal dd {
	margin-left: 22.78%;
}

abbr[title] {
	border-bottom: 1px dotted #c7ced6;
	cursor: help;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

ins {
	background-color: #f3f5f6;
	color: #000000;
	text-decoration: none;
}

mark {
	background-color: #f3f5f6;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}

pre,
code,
kbd,
samp {
	font-family: Monaco, Courier New, monospace;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

sub,
sup {
	position: relative;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 0;
	vertical-align: baselineheight;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

p {
	margin: 0 0 20px 0;
}

p img {
	margin: 0;
}

p.black	{
	color: #333;
}

p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}

p.disclaimer {
	font-size: 80%;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

small {
	font-size: 80%;
}

/*	Blockquotes  */

blockquote,
blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #333;
	font-style: italic;
}

blockquote {
	margin: 0;
	padding: 0;
}

blockquote cite {
	display: block;
	font-size: 12px;
	color: #333;
}

blockquote cite:before {
	content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
	color: #333;
}

hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0;
	height: 0;
}

hr.large-margin {
	margin: 40px 0;
}

.visually-hidden{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
/* #Links
================================================== */
*:focus-visible {
    outline: 2px dashed #bd5b0c!important;
}

/*ul.social li a:focus-visible {
    outline: 2px dashed white!important;
}*/

input:focus-visible, a.btn:focus-visible { outline: -webkit-focus-ring-color auto 2px!important;}

.orange :focus-visible {
    outline: 2px dashed white!important;
}

a,
a:visited {
	color: #0c4790;
	/*text-decoration: none;*/
	outline: 0;
}

a:hover,
a:focus {
	color: #867537;
	text-decoration: underline;
}

p a,
p a:visited {
	line-height: inherit;
}

a.link-colour,
a.link-colour:visited{
	color: #0c4790!important;
}

a.link-colour:hover,
a.link-colour:focus {
	color: #bd5b0c!important;
	text-decoration: underline!important;
}


/* #Lists
================================================== */

ul,
ol {
	margin-bottom: 20px;
}

ul {
	list-style: none outside;
}

ol {
	list-style: decimal;
}

ul.square,
ul.circle,
ul.disc {
	margin-left: 30px;
}

ul.square {
	list-style: square outside;
}

ul.circle {
	list-style: circle outside;
}

ul.disc {
	list-style: disc outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin: 5px 0 5px 25px;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
	margin-bottom: 8px;
}

li {
	line-height: 18px;
	margin-bottom: 12px;
}

ul.large li {
	line-height: 21px;
}

li p {
	line-height: 21px;
}

ul.inline li {
	float: left;
	margin: 1.5% 1%;
}

/* #Images
================================================== */

img {
	max-width: 100%;
	border-width: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

svg:not(:root) {
	overflow: hidden;
}

/* #Figures
================================================== */

figure {
	margin-bottom: 1.5em;
}

figure img {
	margin-bottom: 0.375em;
}

figure figcaption {
	display: block;
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
	color: #808080;
}

.list-bordered {
	list-style-type: none;
	margin: 0 0 1.5em 0;
	padding: 0;
}

.list-bordered li {
	margin-bottom: 0.375em;
	padding-bottom: 0.375em;
	border-bottom: 1px dashed #c7ced6;
}

.list-bordered li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom-width: 0;
}

/* #Menus
================================================== */

.menu1 {
	float: left;
	width: 100%;
}

.menu1 ul {
	width: 100%;
}

.menu1 li {
	float: left;
	margin: 0 2.5%;
}

.menu1 li:first-child {
	margin-left: 0;
}

.menu2 {
	width: 70%;
	float: right;
	margin-bottom: 1em;
}

.menu2 ul {
	clear: left;
	display: block;
	margin: 0;
	border: 1px solid #e6e6e6;
}

.menu2 li {
	font-size: 1.8em;
	border-bottom: 1px solid #eee;
}

.menu2 li:last-child {
	border-bottom: 0;
}

.menu2 a {
	display: block;
	padding: .5em .8em;
	text-decoration: none;
	color: #333;
}

.menu2 a:hover {
	background-color: #f8f8f8;
}

.menu2 .nav-current {
	font-weight: bold;
}

/* #Pagination
================================================== */

.pagination {
	height: 36px;
	margin: 18px 0;
}

.pagination ul {
	display: inline-block;
	padding: 0;
	margin-bottom: 0;
	margin-left: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li {
	display: inline;
}

.pagination a {
	float: left;
	padding: 0 10px;
	line-height: 28px;
	text-decoration: none;
	border: 1px solid #DDD;
	border-left-width: 0;
}

.pagination a:hover,
.pagination .active a {
	background-color: #f5f5f5;
}

.pagination .active a {
	color: #999999;
	cursor: default;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
	color: #999999;
	cursor: default;
	background-color: transparent;
}

.pagination li:first-child a {
	border-left-width: 1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.pagination-centered {
	text-align: center;
}

.pagination-right {
	text-align: right;
}

/* #Pager
================================================== */

.pager {
	padding: 0;
	margin-bottom: 18px;
	margin-left: 0;
	text-align: center;
	list-style: none;
	*zoom: 1;
}

.pager:before,
.pager:after {
	display: table;
	content: "";
}

.pager:after {
	clear: both;
}

.pager li {
	display: inline;
}

.pager a {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.pager a:hover {
	text-decoration: none;
	background-color: #f5f5f5;
}

.pager .next a {
	float: right;
}

.pager .previous a {
	float: left;
}

.pager .disabled a,
.pager .disabled a:hover {
	color: #999999;
	cursor: default;
	background-color: #fff;
}

/* #Buttons
================================================== */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #000;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	line-height: normal;
	padding: 8px 10px;
	font-family: Arial, sans-serif;
	text-align: center;
}

.button:visited,
button:visited,
input[type="submit"]:visited,
input[type="reset"]:visited,
input[type="button"]:visited {
	color: #fff;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #bd5b0c;
}

.button:active,
img button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	background: #ccc;
	/* Old browsers */
	background: #ccc -moz-linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%);
	/* FF3.6+ */
	background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .35)), color-stop(100%, rgba(10, 10, 10, .4)));
	/* Chrome,Safari4+ */
	background: #ccc -webkit-linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%);
	/* Chrome10+,Safari5.1+ */
	background: #ccc -o-linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%);
	/* Opera11.10+ */
	background: #ccc -ms-linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%);
	/* IE10+ */
	background: #ccc linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%);
	/* W3C */
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

/* Fix for odd Mozilla border & padding issues */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* #Tabs (activate in tabs.js)
================================================== 
	ul.tabs {
		display: block;
		margin: 0 0 20px 0;
		padding: 0;
		border-bottom: solid 1px #ddd; }
	ul.tabs li {
		display: block;
		width: auto;
		height: 30px;
		padding: 0;
		float: left;
		margin-bottom: 0; }
	ul.tabs li a {
		display: block;
		text-decoration: none;
		width: auto;
		height: 29px;
		padding: 0px 20px;
		line-height: 30px;
		border: solid 1px #ddd;
		border-width: 1px 1px 0 0;
		margin: 0;
		background: #f5f5f5;
		font-size: 13px; }
	ul.tabs li a.active {
		background: #fff;
		height: 30px;
		position: relative;
		top: -4px;
		padding-top: 4px;
		border-left-width: 1px;
		margin: 0 0 0 -1px;
		color: #111;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
	ul.tabs li:first-child a.active {
		margin-left: 0; }
	ul.tabs li:first-child a {
		border-width: 1px 1px 0 1px;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px; }
	ul.tabs li:last-child a {
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }

	ul.tabs-content { margin: 0; display: block; }
	ul.tabs-content > li { display:none; }
	ul.tabs-content > li.active { display: block; }*/

/* Clearfixing tabs for beautiful stacking 
	ul.tabs:before,
	ul.tabs:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.tabs:after {
	  clear: both; }
	ul.tabs {
	  zoom: 1; }*/

/* Tables 
================================================== */

table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: transparent;
}

table th,
table td {
	padding: 8px;
	vertical-align: top;
	/* font-size: 14px;
	font-size: 1.4rem; */
	line-height: 1.5em;
	text-align: left;
}

table th {
	font-weight: bold;
}

table thead th {
	vertical-align: bottom;
}

table colgroup+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
	border-top: 0;
}

table tbody+tbody {
	border-top: 2px solid #8c9bab;
}

table tbody tr td,
table tbody tr th {
	-webkit-transition: background-color 0.25s 0 linear;
	-moz-transition: background-color 0.25s 0 linear;
	-ms-transition: background-color 0.25s 0 linear;
	-o-transition: background-color 0.25s 0 linear;
	transition: background-color 0.25s 0 linear;
}

/*.pagecontent table tbody tr:hover td,
	.pagecontent table tbody tr:hover th {
	  background-color: #e3e3e3;
	}*/

.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}

.table-bordered {
	border: 1px solid #8c9bab;
	border-left: 0;
	border-collapse: separate;
	*border-collapse: collapsed;
}

.table-bordered th,
.table-bordered td {
	border-left: 1px solid #8c9bab;
}

.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
	background-color: #c7ced6;
}

/* #Misc
================================================== */

.remove-bottom {
	margin-bottom: 0 !important;
}

.half-bottom {
	margin-bottom: 10px !important;
}

.add-bottom {
	margin-bottom: 20px !important;
}

/* @media screen and (min-width: 640px) */
@media screen and (max-width: 44.99em) {
	.row {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 45em) {
	/*
			*
			*  Sixteen-column grid active
			*  ----------------------------------------------------------------------------------------------------------------------
			*  Margin   | #  1     2     3     4     5     6     7     8     9     10    11    12    13    14    15    16  |   Margin
			*  5.55555% | %  6.25  12.5  18.75 25.0  31.25 37.5  43.75 50.0  56.25 62.5  68.75 75.0  81.25 87.5  93.75 100 | 5.55555%
			*	
			*
			*/
	.column,
	.columns {
		float: left;
		margin: 0 1.04166667%;
		/* 5.8823594%  = 639.999956 */
	}
	.row {
		width: 100%;
		margin-bottom: 20px;
	}
	.alpha {
		margin: 0 0.5%;
	}
	.omega {
		margin-right: 0;
	}
	.one {
		width: 4.16666667%;
		/* 12.13236% */
	}
	.two {
		width: 10.4166667%;
	}
	.three {
		width: 16.6666667%;
	}
	.four {
		width: 22.9166667%;
	}
	.five {
		width: 29.1666667%;
	}
	.six {
		width: 35.4166667%;
	}
	.seven {
		width: 41.6666667%;
	}
	.eight {
		width: 47.9166667%;
	}
	.nine {
		width: 54.1666667%;
	}
	.ten {
		width: 60.4166667%;
	}
	.eleven {
		width: 66.6666667%;
	}
	.twelve {
		width: 72.9166667%;
	}
	.thirteen {
		width: 79.1666667%;
	}
	.fourteen {
		width: 85.4166667%;
	}
	.fifteen {
		width: 91.6666667%;
	}
	.sixteen {
		width: 100%;
	}
	.menu2 li:first-child {
		margin-left: 0;
	}
	.menu2,
	.menu2 ul {
		float: left;
	}
	.menu2 ul {
		float: left;
	}
	.menu2 li {
		float: left;
		font-size: 1.5em;
		border-bottom: 0;
	}
}

/* @media screen and (min-width: 720px) */

@media screen and (min-width: 45em) {}

/* @media screen and (min-width: 888px) */

@media screen and (min-width: 55.5em) {
	.menu2 {
		float: right;
		clear: none;
	}
}

/* @media screen and (min-width: 984px) */

@media screen and (min-width: 61.5em) {}

/* @media screen and (min-width: 1200px) */

@media screen and (min-width: 75em) {}

/*Embeddable video style*/

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*-------------------------------------------------------*\
	New buttons
\*-------------------------------------------------------*/

@media screen and (max-width: 44.9em) {
	.btn {
		margin: 5px 0;
		width: 100%;
	}
}

@media screen and (min-width: 45em) {
	.btn {
		margin: 10px 0;
	}
}

.btn {
	display: inline-block;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 2px solid transparent;
	padding: 8px 15px;
	font-size: 1.6rem;
	line-height: 1.5;
	border-radius: 0;
	transition: .2s ease-in-out;
	box-sizing: border-box;
	text-decoration: none!important;
    white-space: normal;
}

input.btn {
	display: inline-block;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 2px solid transparent;
	padding: 8px 30px;
	font-size: 1.6rem;
	line-height: 1.5;
	border-radius: 0;
	transition: .2s ease-in-out;
	box-sizing: border-box;
	margin-top: 5px;
}

.btn:focus,
.btn:hover {
	text-decoration: none!important;
}

.btn.prev,
.btn.next,
.btn.prev2,
.btn.next2,
.btn.prev3,
.btn.next3,
.btn.prev4,
.btn.next4,
.btn.prev5,
.btn.next5{
	padding: 10px 5px!important;
	background: transparent!important;
	border: none!important;
    width: auto!important;
}

.btn.prev i,
.btn.next i,
.btn.prev2 i,
.btn.next2 i,
.btn.prev3 i,
.btn.next3 i,
.btn.prev4 i,
.btn.next4 i,
.btn.prev5 i,
.btn.next5 i{
	margin: 0!important;
	font-size: 150%;
}

.btn i {
	margin-right: 10px;
	/*transition: .2s ease-in-out;*/
}

.btn.btn-main { position: relative;
	color: #fff;
	background-color: #867537;
	border-color: #867537;
}

.btn.btn-main:hover {
	color: #333!important;
	background-color: #CCC!important;
	border-color: #CCC;
}

.btn.btn-main:hover:before {
	color: #333!important;
}
.btn.btn-arrow:after {
	content: "\f138";
	font-family: "Font Awesome 6 Pro";     
	vertical-align:middle;
	padding-left: 10px;
	font-weight: 400;
	font-size: 160%
}
.btn.btn-info:after {
	content: "\f05a";
	font-family: "Font Awesome 6 Pro";     
	vertical-align:middle;
	padding-left: 10px;
	font-weight: 400;
	font-size: 160%
}
.btn.btn-blue {
	color: #fff;
	background-color: #26235D;
	border-color: #26235D;
}

.btn.btn-blue:hover {
	color: #26235D;
	background-color: #CCC;
	border-color: #CCC;
}

.btn.btn-gold {
	color: #fff!important;
	background-color: #867537;
	border-color: #867537;
}

.btn.btn-gold:hover {
	color: #333!important;
	background-color: #CCC;
	border-color: #CCC;
}

.btn.btn-black {
	color: #fff;
	background-color: #333333;
	border-color: #333333;
}

.btn.btn-black:hover {
	color: #333333;
	background-color: #CCC;
	border-color: #CCC;
}
.btn.btn-white {
	color: #867537;
	background-color: #fff;
	border-color: #fff;
}

.btn.btn-white:hover {
	color: #fff;
	background-color: #867537;
	border-color: #867537;
}

.btn.btn-transparent {
	color: #fff;
	background-color: transparent;
	border-color: #ffffff;
}

.btn.btn-transparent:hover {
	color: #ffffff;
	background-color: rgba(250, 250, 250, 0.2);
	border-color: #ffffff;
}

.btn.btn-transparent-orange {
	color: #867537!important;
	background-color: transparent;
	border-color: #867537;
}

.btn.btn-transparent-orange:hover {
	color: #fff!important;
	background-color: #867537;
	border-color: #867537;
}

.btn.btn-transparent-black {
	color: #000;
	background-color: transparent;
	border-color: #000;
}

.btn.btn-transparent-black:hover {
	color: #867537;
	background-color: rgba(250, 250, 250, 0.2);
	border-color: #867537;
}

.btn.btn-tag {
	padding: 3px 7px;
	font-size: 70%;
}

.btn.btn-banner {
	padding: 12px 35px;
	font-size: 1.8rem;
	border: 3px solid transparent;
	text-shadow: none!important;
}

.btn.btn-transparent.btn-banner {
	color: #fff;
	background-color: transparent;
	border-color: #ffffff;
}

.btn.btn-transparent.btn-banner:hover {
	color: #fff;
	background-color: rgba(250, 250, 250, 0.2);
	border-color: #ffffff;
}

.btn.btn-banner-big {
	background-color: rgba(0, 0, 0, 0.6);
	border-bottom: 5px solid #867537;
	font-size: 140%;
	padding: 50px;
	width: 100%;
	color: #fff;
	max-width: 500px;
}

.btn.btn-banner-big:hover {
	background-color: rgba(134, 117, 55, 0.8);
	color: #fff;
}

.btn.btn-banner-big:hover i {
	color: #fff;
}

.btn.btn-banner-big i {
	color: #867537;
	font-size: 150%;
	margin-right: 20px;
}

.btn.btn-full-block {
	white-space: inherit!important;
    display: block;
    padding: 0;
}

@media (max-width: 1150px) {
	.btn.btn-banner-big {
		font-size: 120%;
		padding: 30px;
	}
    
    .btn.btn-banner {
        padding: 10px 25px;
        font-size: 1.5rem;
    }
    .btn{
        font-size: 1.4rem;
        padding: 8px 25px;
    }
}

/*-------------------------------------------------------*\
	New hedings and text
\*-------------------------------------------------------*/



 .section_wrapper h1 {
	font-size: 3rem;
	color: #867537;
	/*border-bottom: 4px #ebebeb solid;*/
	padding-bottom: 10px;
	margin-bottom: 15px;
     margin-top: 20px;
}


.section_wrapper h2 {
	margin-top: 10px;
	margin-bottom: 15px;
	color: #333;
	font-size: 2.2rem;
	line-height: 1.2;
}

.section_wrapper h2.margin-larger	{
	margin-top: 40px;
}

@media only screen and (min-width: 45em) {
	 .section_wrapper h1 {
		font-size: 4.5rem;
         line-height: 4.2rem
	}

	.section_wrapper h1.nhc {
        font-size: 2.8rem;
    	font-weight: bold;
		}
    
    .section_wrapper h2 {
        font-size: 2.8rem;
    }
}


.section_wrapper h3 {
	font-size: 2rem;
	margin-bottom: 1em;
	line-height: 1.3;
}

.section_wrapper h4 {
	font-size: 1.8rem;
	margin-bottom: 1em;
	line-height: 1.3;
}

.section_wrapper p {
	font-size: 1.6rem;
	line-height: 2.2rem;
}

.section_wrapper li {
	font-size: 1.6rem;
	line-height: 2.2rem;
}

.section_wrapper .textintro h2 {
	color: #26235D;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.section_wrapper .textintro p {
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.6rem;
}

.section_wrapper .textintro {
	position: relative;
	border-bottom: 1px solid #867537;
	margin-bottom: 1em;
}

.section_wrapper p.text-white,
.section_wrapper h2.text-white,
.section_wrapper h3.text-white {
	color: #fff;
}
/*Added to aid SEO*/
h1.section-title.variant {
    font-size: 3.8rem;
    text-align: center;
    font-weight: bold;
    line-height: 100%;
    color: #333!important;
    margin-top: 40px;
    margin-bottom: 60px;
}
h1.section-title.variant::before {
    display: block;
    content: "";
    border-top: 3px solid #333;
    width: 64px;
    margin: 0 auto;
    transform: translateY(-1rem);
    margin-bottom: 35px;
}

h2.section-title-icon	{
	margin-bottom: 35px;
    margin-top: -20px;
	line-height: 1.7em;
	margin-bottom: 2em;
	display:inline;
}

h2.section-title {
	font-size: 3.8rem;
	text-align: center;
	font-weight: bold;
	line-height: 100%;
	color: #333!important;
	margin-top: 40px;
	margin-bottom: 60px;
}

h2.section-title.left-title {
	font-size: 3.8rem!important;
	line-height: 100%!important;
}

@media only screen and (min-width: 720px) {
	h2.section-title.left-title {
		text-align: left!important;
		margin-top: 0!important;
		margin-bottom: 40px;
	}
	
	h2.section-title.left-title::before {
		content: none;
	}
}

@media only screen and (max-width: 719px) {
	h2.section-title.left-title {
		text-align: center!important;
	}
}

h2.section-title::before {
	display: block;
	content: "";
	border-top: 3px solid #333;
	width: 64px;
	margin: 0 auto;
	transform: translateY(-1rem);
	margin-bottom: 35px;
}
h1.section-title.variant::before {
    display: block;
	content: "";
	border-top: 3px solid #333;
	width: 64px;
	margin: 0 auto;
	transform: translateY(-1rem);
	margin-bottom: 35px;
}

h2.section-title.title-white, h2.section-title.title-white a{
	color: #fff!important;
}
h2.section-title.title-white::before {
    border-top: 3px solid #fff;
}

h2.section-title.title-orange, h2.section-title.title-orange a{
	color: #867537!important;
}
h2.section-title.title-orange::before {
    border-top: 3px solid #fff;
}

h2.section-title a{
    color: #333!important;
    text-decoration: none;
}

h2.section-title a:hover{
    color: #867537!important;
}

h3.section-title-icon	{
	vertical-align:middle;
	display:inline;
	line-height: 1.7em;
	margin-bottom: 2em;
}

/* Banner new stylings */

/* Carousel
	=================================================== */

.hpcarousel {
	background: #ebebeb;
	/*min-height: 500px;*/
	margin-top: -35px;
}

@media only screen and (min-width: 45em) {
	.hpsection-nomenu {
		margin-top: 95px !important;
	}
}

.hpcarousel .section {
	display: none;
}

.hpcarousel p.hpcarouselintro {
	display: none;
}

.hpcarousel .item img {
	display: block;
	height: 100%;
	object-fit: cover;
}

.img-responsive {
	min-width: 100%;
}

.hpcarousel .study {
	border-bottom: 10px solid #0583b2;
}

.hpcarousel .study .section {
	background: #0583b2;
}

.hpcarousel .about {
	border-bottom: 10px solid #867537;
}

.hpcarousel .business {
	border-bottom: 10px solid #000;
}

.hpcarousel .business .section {
	background-color: rgba(0, 0, 0, 0.9);
}

.hpcarousel h1, .hpcarousel h2 {
	font-size: 6rem;
	color: #fff;
	text-align: center;
	border-bottom: none!important;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.hpcarousel  p {
	color: #fff;
	text-align: center;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.hpcarousel .item:before {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
	position: absolute;
	bottom: 10px;
	height: 100%;
	width: 100%;
	content: '';
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
	content: '';
}

.hpcarousel .item.nogradient:before {
	background-image: none;
}

.hpcarousel h1 {
	margin-bottom: 20px;
}

.hpcarousel a:hover {
	text-decoration: none;
}

.hpcarousel a{
    text-decoration: none;
}

.hpcarousel .tabContentText {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
	text-align: center;
	z-index: 500;
	display: table;
	width: 90%;
	max-width: 1200px;
}

.item.statement .tabContentText h2 {
    font-size: 3.5rem;
    line-height: 1.0;
    margin-bottom: 9px;
}
	
.item.statement .tabContentText h3, .item.statement .tabContentText h2 {
    color: white;
	text-align: left;
}

.item.statement .btn {
    background: #666666;
}
	
.item.statement .tabContentText p {
    font-weight: 100;
    font-size: 100%;
}

@media only screen and (min-width: 768px) {
	 
	.item.statement .tabContentText h2, .item.statement .tabContentText h3, .item.statement .tabContentText p {
		text-align: left;
	}
}
@media only screen and (max-width: 44.9em) {
	.item.statement .row_cell {
		margin-left: 40%;
	}
}

@media only screen and (max-width: 44.9em) {
    .hpcarousel {
		margin-top: 0;
	}
	.hpcarousel h1, .hpcarousel h2 {
		font-size: 3rem;
	}
	.hpcarousel p {
		font-size: 100%;
	}  
}

@media only screen and (min-width: 45em) {
	.hpcarousel  h1, .hpcarousel h2 {
		font-size: 4.2rem;
	}
	.hpcarousel  p {
		font-size: 130%;
	}
	.hpcarousel .tabContentText {
		margin-top: 20px;
	}
}

/* Top Banner
	=================================================== */

.top-banner {
	background-size: cover;
	box-sizing: border-box;
}

.top-banner.small-banner {
	height: 400px;
	background-size: cover;
}

.top-banner.big-banner {
	height: 750px;
	background-size: cover;
}

.top-banner h1, .top-banner h2, .top-banner h3, .top-banner p  {
	color: #fff;
	text-align: center;
	border-bottom: none;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.top-banner .outerdiv {
	display: table;
	height: 100%;
	max-width: 1200px;
	margin: auto;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
}

.top-banner .innerdiv {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.top-banner.top-banner-sc	{
    height: 850px;
}

.img-container-1 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/sections/About/main_images/quote1.jpg')
}

.img-container-2 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/sections/About/main_images/quote2.jpg');
}

.img-container-2-new {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/sections/About/main_images/quote2_new.jpg');
}

.img-container-3 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/sections/About/main_images/quote3.jpg')
}

.img-container-4 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/sections/About/main_images/quote4.jpg')
}

.img-container-5 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/sections/About/main_images/quote5.jpg')
}

.img-container-6 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/sections/About/main_images/quote6.jpg')
}

.img-container-7 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/sections/About/main_images/quote7.jpg')
}
.img-container-8 {
	background-image: none;
	background-color:#000;)
}

.img-container-sc {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/sections/schoolscolleges/template_responsive/banner/Img231311_a.jpg')
}

.top-banner.jobs-image-1 {
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/sections/about/curve_night.jpg') no-repeat 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

/*Big size: 2000x570
Med size: 1240x450
Small size: 768x460
Vsmall size: 420x250
*/
.top-banner.post16{
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/sections/SchoolsColleges/template_responsive/banner/3_med.jpg') no-repeat 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

.top-banner.pre16{
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/sections/SchoolsColleges/template_responsive/banner/4_med.jpg') no-repeat 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

/*Img264375*/
.top-banner.spgroups{
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/sections/SchoolsColleges/template_responsive/banner/5_med.jpg') no-repeat 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

/*Img269610*/
.top-banner.teachers{
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/sections/SchoolsColleges/template_responsive/banner/6_med.jpg') no-repeat 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}


.top-banner.xmas{
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/christmas/Img255740_xmasbanner.jpg') no-repeat 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}



.top-banner.summerschool {
	/*Img264117 - Girl with tiger face*/
    /*background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/minisites/summerschool/Img243565_Residential.jpg') no-repeat 0 0;*/
	/* Img283365 - Girl/Boy in Blue Hoodies 2000x570 */
	background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/minisites/summerschool/Img283365_Residential.jpg') no-repeat 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}


.top-banner.residential-banner	{
    background: #333233;
	min-height: 850px;
	/*min-height: 500px;*/
}

@media screen and (max-width: 44.9em) {

	.top-banner.residential-banner	{
		height: 1100px;	
	}
}



.top-banner img.residential-banner-img	{
	margin: 5px;	
}

.top-banner p.residential-banner-logo	{
	margin-top: 15px;	
}

@media screen and (max-width: 44.9em) {
	.top-banner img.residential-banner-img	{
		margin-top: 15px;	
	}

	p.residential-banner-logo	{
		margin-top: 15px;	
	}
}


/*Img264117 - Group in Blue Hoodies
.top-banner.summerschool {
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/minisites/summerschool/Img283175_summerschool.jpg') no-repeat 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
*/


/*768x459*/
@media screen and (max-width: 44.9em) {
	.top-banner.summerschool {
		/*background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/minisites/summerschool/Img283175_summerschool_mobile.jpg') no-repeat 0 0;*/
		/*background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/minisites/summerschool/Img243565_Residential_crop_mobile.jpg') no-repeat 0 0;*/
		background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/minisites/summerschool/Img283365_Residential_crop_mobile.jpg') no-repeat 0 0;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: center;
	}
	
	.top-banner.residential-banner	{
    background: #333233;
	min-height: 600px;
	}

}


/*Landing page for Schools Colleges 2024*/
.landing-page-banner	{
    background: #333233;
	margin-bottom: 0px;
	max-width: 100%;
}

@media screen and (max-width: 44.9em) {

	.landing-page-banner	{
		min-height: 750px;	
	}
}



/*Img278892 - Girl in Lab*/
.top-banner.summerschoolscience {
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/minisites/summerschool/science_summer_school_event1_banner_Img278892.jpg') no-repeat 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
/*768x459*/
@media screen and (max-width: 44.9em) {
	.top-banner.summerschoolscience {
		background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/minisites/summerschool/science_summer_school_event1_banner_Img278892_mobile.jpg') no-repeat 0 0;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: center;
	}
}


.top-banner.summerschoollanding {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url('../images/minisites/summerschool/Img283175_summerschool.jpg') no-repeat 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
	padding-top: 40px;
}

#jobs .hpimagecontent.image2 {
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/sections/about/international.jpg') no-repeat 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

#jobs .hpimagecontent.image4 {
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/sections/about/lecturer.jpg') no-repeat 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

#news .hpimagecontent.image1 {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/sections/news/media_centre.jpg') no-repeat 0 0; 
	-webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
}

.heroBlock{
	position:relative;
	max-width:1700px;
	margin:0 auto;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/sections/whats_on/openDayNew/under/hero.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:-35px;
	min-height:750px;	
}

.postHero{
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/sections/postgrad/template_responsive/hero.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.hdaHero{
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/sections/hda/hero.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.img-container-tuchub{
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/sections/about/TUCHUB-banner2.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	/*border-bottom:50px solid #0076bd;*/
}

.applyHero{
	background:url(../../images/sections/fulltime/template_responsive/apply/Applyhero.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}


.heroBlockSmall{
	position:relative;
	overflow:hidden;
	background:url(../../images/sections/postgrad/template_responsive/openHero.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;	
}

.heroBlockSmall2{
	position:relative;
	overflow:hidden;
	background:url(../../images/sections/whats_on/openDayNew/under/herosmall2.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;	
}

.heroBlockSmallApply{
	position:relative;
	overflow:hidden;
	background:url(../../images/sections/fulltime/template_responsive/apply/Decisions.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;	
}

#studentfutures .image1 {
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/depts/studentfutures/background_hands.jpg') no-repeat 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

#studentfutures .image2 {
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/depts/studentfutures/background_careers2.jpg') no-repeat 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

#studentfutures .image3 {
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/depts/studentfutures/background_launchpad.jpg') no-repeat 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

#studentfutures .image4 {
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/depts/studentfutures/background_voluntees.jpg') no-repeat 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

.olheroimage {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/sections/onlinelearning/hero1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
}

img.hpheroimagelogo { width:30%; margin-bottom: 5px; }

.InterQuoteBk{
    background: url(../images/sections/international/template_responsive/quote.jpg);
    background-position:center !important;
    background-repeat: no-repeat !important;
    background-size:cover !important;
	
}

.VlogBack{
    background: url(../images/sections/international/template_responsive/Vback2.jpg);
    background-position:center !important;
    background-repeat: no-repeat !important;
    background-size:cover !important;
	
}
.InterHero{
    background: url(../images/sections/international/template_responsive/home.jpg) !important;
    background-position:center;
    background-repeat: no-repeat;
    background-size:cover !important;
}

.hpheroimage {
	height: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding-bottom: 160px;
	min-height: 350px;
}
.hpheroimagesmall {
	height: 25%;
}
.top-banner.academicjobs {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/sections/about/lecturer.jpg");
}
.top-banner.informationgovernance {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/sections/about/information_governance/hero.jpg");
}
.top-banner.iwd {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/sections/about/internationalwomensday/hero.jpg");
}
.top-banner.researchjobs {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/sections/about/female_researcher.jpg') no-repeat 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.top-banner.legal {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/depts/legal/hero.jpg");
	background-position: center center;
}
.top-banner.timetabling {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/minisites/timetabling/hero.jpg");
	background-position: center center;
}
.top-banner.reprographics {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/minisites/reprographics/hero.jpg");
	background-position: center center;
}
.top-banner.parents {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/sections/parents/hero.jpg");
	background-position: center center;
}
.top-banner.athena {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/sections/about/athenaswan/hero.jpg");
	background-position: center center;
}
.top-banner.curve {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/sections/about/hero_curve.jpg");
	background-position: center center;
}
.top-banner.teamteesside {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/sections/about/teamteesside/hero_team_teesside.jpg");
	background-position: left;
	background-size: contain; 
}
.top-banner.openday {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/landing/openday/hero_curve.jpg");
	background-position: center center;
}
.top-banner.itservices {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/depts/itservices/hero.jpg");
	background-position: center center;
}
.top-banner.sport {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/sections/sport/hero_bw.jpg");
	background-position: center center;
}
.top-banner.registry {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/depts/registry/hero.jpg");
	background-position: center center;
}
.top-banner.ug {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/sections/fulltime/template_responsive/hero.jpg");
	background-position: center center;
}
.top-banner.ugcourses {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/sections/fulltime/template_responsive/hero_courses.jpg");
	background-position: center center;
}
.top-banner.pg {
	background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url("/images/sections/postgrad/template_responsive/hero.jpg");
	background-position: center center;
}
.top-banner.pgcourses {
	background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url("/images/sections/postgrad/template_responsive/hero_courses.jpg");
	background-position: center center;
}
.top-banner.ptcourses {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/sections/parttime/template_responsive/hero_courses.jpg");
	background-position: center center;
}
.top-banner.graduation {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/sections/alumni/graduation/hero_3.jpg");
	background-position: center center;
}
.hpheroimage.onlinelearning {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/sections/onlinelearning/hero1.jpg");
}
.hpheroimage.onlinelearning h1 {
	text-transform: uppercase;
}
.hpheroimage.onlinelearning h1 i {
	color: #bd5b0c;
	font-weight: normal;
	font-style: normal;
}
.top-banner.nss {
	background: rgb(255,215,6); 
	/* background: linear-gradient(120deg, rgba(125,60,130,1) 10%, rgba(154,108,129,1) 35%, rgba(252,197,69,1) 100%);*/
	min-height: 600px;
}
.hpheroimage.oscar {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/sections/stud/oscar/hero1.jpg");
}
.hpheroimage.oscar2 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/sections/stud/oscar/appeals.jpg");
}
.hpheroimage.studentfutures {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/depts/studentfutures/background_hands.jpg");
}

.ambassadors{
   background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/sections/ambassadors/ambassadors-main.jpg");	
}
.hpheroimage.studentfutures h1 {
	text-align: center;
}
.hpheroimage.studentfutures p {
	width: 60%;
	font-weight: bold;
	margin: 0 auto;
	font-size: 120%;
}
.hpheroimage.studentfutures h1,
.hpheroimage.studentfutures h2,
.hpheroimage.studentfutures p {
	color: #fff;
}
.hpheroimage .searchform {
	border: 1px solid #ccc;
	background: #fff url("/images/sections/common/template/input_bg.gif") repeat-x;
	border-radius: 8px;
	width: 98%;
	margin: 0 auto;
}
.hpheroimage #searchbox {
	border-radius: 8px;
	display: block;
	width: 80%;
	border: 0;
	outline: none;
	padding: 20px;
	font-size: 150%;
	font-weight: bold;
	color: #666;
	background: #fff url(/images/sections/common/template/input_bg.gif) repeat-x;
}
.hpheroimage #searchbutton {
	display: block;
	float: right;
	background: #867537;
	color: #fff;
	border: 0;
	padding: 20px;
	outline: none;
	cursor: pointer;
}
.hpheroimagetext {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	max-width: 1200px;
	width: 90%;
}
.hpheroimagetext.fullwidth {
	max-width: none;
	width: 100%;
}
.hpheroimagetext h1,
.hpheroimagetext h2 {
	text-align: center;
	color: #fff;
}
.hpheroimagetext h1 {
	font-size: 200%;
	margin-bottom: 10px;
}
.hpheroimagetext h1 span {
	display: block;
}
.hpheroimagetext p {
	font-size: 110%;
}
.hpheroimagetext .button {
	display: block;
	margin-bottom: 10px;
}
.hpheroimagetext .buttonalt {
	background: #333;
	border: 1px solid #867537;
	color: #867537!important;
}
.hpheroimagetextCTA {
	margin-top: 10px;
	background-color: rgba(0, 0, 0, 0.6);
	border-bottom: 5px solid #867537;
}
.hpheroimagetextCTA a {
	color: #fff;
	display: block;
	padding: 30px 10px 10px 10px;
	font-weight: bold;
}
.hpheroimagetextCTA i {
	color: #867537;
	font-size: 150%;
	margin-right: 20px;
}
.hpheroimagetextCTA:hover {
	background-color: rgba(245, 127, 32, 0.6);
}
.hpheroimagetextCTA a:hover {
	text-decoration: none;
}
.hpheroimagetextCTA:hover i {
	color: #fff;
}

@media (max-width: 719px) { 
	.top-banner { 
        margin-top: -10px;
        height: 450px;
    }
	
	.top-banner.big-banner {
		height: 600px;
	}
    
    .no-menu { 
        margin-top: 0;
    }
    
    #news .hpimagecontent.image1{
        padding:20px;
    }
}

@media (min-width: 720px) { 
	.top-banner { 
        margin-top: -35px;
        height: 600px;
    }

    .no-menu { 
        margin-top: 55px !important;
    }
}

@media (min-width: 720px) and (max-width:900px) { 
    #studentfutures .top-banner {
        height: 650px;
    }
}


@media only screen and (max-width: 44.9em) {
	.top-banner h1 {
        font-size: 3rem;
    }
    
    .top-banner h2 {
        font-size: 2rem;
    }
	 .top-banner h3 {
        font-size: 1.6rem;
    }
    .top-banner p {
        font-size: 100%;
    }
    
    .top-banner p.small {
        font-size: 80%;
    }
    .top-banner .outerdiv {
        padding: 0 20px;
    }
    .top-banner .btn{
        margin: 0 auto;
        display: block;
        margin-bottom: 5px;
        margin-top: 5px;
        width: 100%;
    }
    .olheroimage { 
        min-height: 650px; 
    }
}

@media only screen and (min-width: 45em) {
	.top-banner h1 {
        font-size: 6rem!important;
    }

	.top-banner h1.studentfutures {
        font-size: 3.5rem!important;
    }

    .top-banner h2 {
        font-size: 3.5rem;
    }
	 .top-banner h2 {
        font-size: 2.5rem;
    }
    .top-banner p {
        font-size: 140%;
    }
    
    .top-banner p.small {
        font-size: 100%;
    }
    .top-banner .outerdiv {
        padding: 45px 20px 0 20px;
    }
	
    .olheroimage { 
        min-height: 750px; 
    }
    img.hpheroimagelogo { 
        width:12%; 
        display: inline;
    }
}

@media screen and (min-width: 1150px) {
	.top-banner .outerdiv {
        min-width: 1050px;
    }
}

@media only screen and (max-width : 900px) {
    .heroBlock{
        padding:5%;
        min-height:750px;
        margin-top:-15px;
    }
    
}

@media only screen and (min-width: 950px) {
	.top-banner .innerdiv .innerdiv-left {
		width: 50%;
		text-align: left;
	}
	
	.top-banner .innerdiv .innerdiv-left h1, .top-banner .innerdiv .innerdiv-left h2, .top-banner .innerdiv .innerdiv-left p {
		text-align: left;
	}
    
    .top-banner .innerdiv .innerdiv-right {
		width: 45%;
		text-align: right;
        float:right;
	}
	
	.top-banner .innerdiv .innerdiv-right h1, .top-banner .innerdiv .innerdiv-lright h2, .top-banner .innerdiv .innerdiv-right p {
		text-align: right;
	}
}

@media (min-width: 1200px) {
	.outerdiv.outerdiv-with-left, .outerdiv.outerdiv-with-right{
		min-width: 1200px!important;
	}
}

@media only screen and (max-width: 1199px){
    .outerdiv.outerdiv-with-right{
        width: 100%!important;
    }
} 

.cc-floating.cc-theme-classic{
    z-index: 10000000;
}

ul.sc_list  li	{
	margin-left: 15px;
	list-style-type: disc;
}

.label-hidden{
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}