/* Reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

/* Icons */
@font-face {
	font-family:'fa-solid';
	src:url('Fonts/fa-solid-900.woff') format('woff'),
		url('Fonts/fa-solid-900.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:'fa-brands';
	src:url('Fonts/fa-brands-400.woff') format('woff'),
		url('Fonts/fa-brands-400.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}

/*
—————————————————
Global
—————————————————
*/
html {
	font:16px/1.5 'Libre Franklin', Verdana, sans-serif;
	background:linear-gradient(to right, #333, #444, #333);
}
body {
	color:#222;
	background:#fff;
	text-size-adjust:none;
	position:relative;
	min-width:320px;
	xmax-width:1920px;
	margin:auto;
	box-sizing:border-box;
}
body * {
	box-sizing:inherit;
}
.content {
	padding:4em 0;
	max-width:1440px;
	margin:auto;
}
a {
	color:inherit;
	text-decoration:none;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
h1, h2, h3 {
	line-height:1.1;
	position:relative;
	font-weight:500;
	margin:1.4em 0 0.7em 0;
}
h1:first-child, h2:first-child, h3:first-child {
	margin-top:0;
}
h1 {
	font-size:3em;
	font-weight:500;
	line-height:1;
	margin-bottom:0.7em;
}
h1 em {
	font-style:inherit;
	font-weight:inherit;
}
h1 .edit-page {
	font-size:0.3em;
	font-weight:normal;
	text-transform:none;
}
.heading-wrapper {
	position:relative;
	margin-bottom:1.5em;
	width:76%;
}
.heading-wrapper img {
	display:block;
	width:100%;
	background:#f2f2f2;
}
.landing-wrapper {
	width:100%;
}
.heading-wrapper h1 {
	position:absolute;
	bottom:0; left:0;
	margin-bottom:0;
	color:#fff;
	background:rgba(0,0,0,0.35);
	padding:0.3em 0.5em;
}
.landing-wrapper h1 {
	color:#222;
	background:none;
	position:static;
	padding:0;
	margin-top:0.5em;
}
.landing-wrapper h1 em {
	color:#c22;
	font-weight:inherit;
}
h2 {
	font-size:1.6rem;
}
h2:before {
	content:'';
	display:block;
	width:1.85em;
	height:0.12em;
	position:absolute;
	top:-0.25em; left:0;
	background:#c22;
}
h2 a {
	border:0 !important;
}
h3 {
	font-size:1.4rem;
}
p {
	margin-bottom:1em;
}
.clearfix:after, .block:after {
	content:'';
	display:table;
	clear:both;
}
.back-top {
	width:36px; 
	height:36px;
	background:rgba(0,0,0,0.35);
	position:fixed;
	bottom:50px; right:30px;
	z-index:20;
	display:none;
	border-radius:50%;
}
.back-top img {
	width:36px;
	height:36px;
}
.dropcap > p:first-of-type:first-letter {
	float:left;
	color:#c22;
	padding:0.1em 0.1em 0 0;
	font-weight:500;
	font-size:2.9em;
	line-height:1;
	margin-top:-0.1em;
}
#content .dropcap > h2:first-child {
	margin-top:0.5em;
}

/*
————————
Lists
————————

ul.bullet {
	margin:0 0 1em 1em;
}
ul.bullet:last-child {
	margin-bottom:0;
}
ul.bullet li {
	list-style:none;
	position:relative;
	padding-left:1.1em;
	margin:0 0 0.7em 0;
}
ul.bullet li:before {
	content:'\2022';
	color:#ed1c24;
	font-size:1.4em;
	line-height:1;
	font-family:sans-serif;
	position:absolute;
	top:-0.2em; left:0;
	line-height:inherit;
}*/

/*
———————————————————————
Lists
———————————————————————
*/
ul.bullet, #post-body ul, .landing-page ul {
	margin-bottom:1em;
	clear:left;
}
ul.bullet li, #post-body ul li, .landing-page ul li {
	background:url(/Images/bullet.gif) 0 0.5em no-repeat;
	padding-left:1em;
}
ul.bullet ol, ul.bullet ul, #post-body ul ul, #post-body ol ul, .landing-page ul ul, .landing-page ol ul {
	padding-left:18px;
	margin-bottom:1em;
}
ul.bullet ol li {
	list-style:decimal;
	background:none;
}
ol ul.bullet li, ul.bullet ul li {
	list-style:disc;
	background:none;
	padding-left:0;
}
ol {
	padding-left:1.5em;
	margin-bottom:1em;
}
ol li {
	list-style:decimal;
	padding-left:0.5em;
}


/*
—————————————————
Header
—————————————————
*/
.header-wrapper {
	background:linear-gradient(to right, #800, #a22, #800);
	width:100%;
	xmax-width:1920px;
	top:0;
	position:relative;
	z-index:3;
}
.header {
	max-width:1440px;
	margin:auto;
	height:5em;
	position:relative;
	margin-bottom:0.7em;
}
.logo {
	width:19%;
	height:7.6em;
	position:absolute;
	top:0; left:0;
	background:#fff url(/Images/logo-al-iman-2023.png) center no-repeat;
	background-size:auto 7.6em;
	box-shadow:0 0 1em rgba(0,0,0,0.15);
	xborder-bottom:5px solid #fff;
}
.logo:after {
	xcontent:'';
	width:100%;
	height:5px;
	background:red;
	position:absolute;
	bottom:-5px; left:0;
	background-color:#ccc;
	background:linear-gradient(to right, #bbb, #e5e5e5, #bbb, #ddd);
}
.logo strong {
	display:none;
}
.nav {
	position:absolute;
	bottom:0.5em; left:calc(23% - 1em);
}
.nav #close, .nav li.secondary {
	display:none;
}
.nav li.top {
	float:left;
	position:relative;
}
.nav li.top .rollover {
	display:none;
	position:absolute;
	top:3.6em; left:0;
	background:#fff url(/Images/logo-watermark.png) bottom right no-repeat;
	background-size:7em auto;
	padding:1.2em 1.5em 1.6em 1.5em;
	width:35em;
	box-shadow:0 8px 8px rgba(0,0,0,0.2);
	border-radius:5px;
	border-bottom:7px solid #c22;
	z-index:2;
}
.nav li.top .rollover-small {
	xwidth:30em;
}
.nav li.top .rollover:before {
	content:'';
	position:absolute;
	top:-0.5em; left:2.2em;
	width:0; height:0; 
	border-left:0.6em solid transparent;
	border-right:0.6em solid transparent;
	border-bottom:0.6em solid #fff;
}
.nav li.top .rollover div {
	float:left;
	width:11em;
	margin-right:1em;
}
.nav li.top .rollover h3 {
	margin-bottom:0.7em;
}
.nav li.top .rollover div img {
	display:block;
	width:100%;
	border-radius:4px;
}
.nav li.top .rollover ul {
	float:left;
	margin-right:1em;
}
.nav li.top:hover .rollover {
	display:block;
}
.nav a.top {
	display:block;
	padding:1em;
	position:relative;
	font-size:1.125em;
	color:#fff;
	transition:color 150ms linear;
}
.nav a.top:hover {
	color:rgba(255,255,255,0.7);
}
.nav li.active a.top {
	font-weight:bold;
}
.nav a.icon {
	font-family:fa-solid;
}
.nav li.top a.button-search:after {
	display:none;
}
.nav li ul li {
	float:none;
	margin:0;
}
.nav li ul a {
	line-height:1.8;
	white-space:nowrap;
	display:block;
	padding:0 1em 0 0.7em;
	border-radius:4px;
}
.nav li ul a:hover {
	background:whitesmoke;
}
.nav li ul a:active {
	background:#e2e2e2;
}
#mobile-nav {
	display:none;
}




#floating.header-wrapper {
	position:fixed;
	margin-top:-4em;
	transition:margin-top 300ms linear;
	-webkit-backface-visibility:hidden;
}
body.scrolled #floating.header-wrapper {
	margin-top:0;
}
#floating .header {
	margin:auto;
	height:3.5em;
}
#floating .nav {
	bottom:0;
	left:13em;
}
#floating .nav a.top {
	line-height:3.5rem;
	padding:0 1em;
}
#floating .nav li.top .rollover {
	top:3.2em;
}
#floating .logo {
	border:0;
	height:3.5em;
}
#floating .logo {
	width:10em;
	background-size:auto 110%;
}
#floating .logo:after {
	display:none;
}



/*
—————————————————
Home Page
—————————————————
*/
#carousel {
	display:block;
	height:calc(100vh - 5rem);
	position:relative;
	z-index:1;
	margin-top:-0.7rem;
}
#carousel .panel {
	position:absolute;
	top:0; left:0;
	width:100%;
	height:100%;
	background-color:#fff;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	z-index:1;
}
#carousel img {
	display:block;
	width:100%;
	height:100%;
}
#carousel a {
	position:absolute;
	bottom:0; left:calc((100% - 1440px) / 2);
	background:rgba(255,255,255,0.85) url(/Images/logo-carousel.png) no-repeat;
	background-position:right -1.6em bottom -2em;
	background-size:8em auto;
	padding:1.7em 7em 0.5em 1.7em;
	font-size:1.1em;
	max-width:90%;
}
#carousel a:after {
	display:none;
	content:'';
	background:#444 url(/Images/crest-carousel.png) right no-repeat;
	background-size:contain;
	width:100%;
	height:5rem;
	position:absolute;
	bottom:0; left:0;
}
#carousel h3 {
	font-size:2.8em;
	font-weight:bold;
	line-height:1;
	z-index:3;
	margin-bottom:0.1em;
}
#carousel h3 em {
	color:#c22;
	font-style:normal;
	font-weight:inherit;
}
#carousel p {
	float:left;
	font-size:1.5em;
	margin:0.4em 1em 1em 0;
	line-height:1.1;
}
#carousel .more {
	float:left;
	line-height:1.8;
	z-index:3;
	margin-top:0.6em;
}
#carousel .more:after  {
	float:left;
	content:'\f0a9';
	font-family:fa-solid;
	font-size:1.8em;
	margin-right:0.2em;
	line-height:1;
	color:#c22;
}
#carousel .previous {
	z-index:2;
}
#carousel .current {
	z-index:3;
	animation-name:showItem;
	animation-duration:600ms;
}
#carousel .initial {
	animation-name:none;
}
@keyframes showItem {
	from {opacity:0}
	to   {opacity:1}
}
#carousel .arrow {
	width:120px;
	height:136px;
	background:url(/Images/arrow-prev.png) center no-repeat;
	background-size:40px 96px;
	position:absolute;
	top:50%; left:0;
	margin-top:-68px;
	z-index:4;
	cursor:pointer;
	opacity:0;
	transition:opacity 200ms linear;
}
#carousel .arrow-next {
	left:auto; right:0;
	background-image:url(/Images/arrow-next.png);
}
#carousel:hover .arrow {
	opacity:0.5;
}



#cta-bar {
	height:10em;
	padding:2em;
	background:linear-gradient(to right, #800, #a22, #800);
}
#enrol, #open {
	display:block;
	height:100px;
	line-height:100px;
	margin-bottom:20px;
	padding-left:100px;
	font-size:1.5em;
	text-align:center;
	text-transform:uppercase;
	color:#c22;
	background:#222 url(/Temp/sample-thumb.jpg) top left no-repeat;
	background-size:100px 100px;
	position:relative;
}
#enrol:after {
	xcontent:'\f0a9';
	font-family:fa-solid;
	font-size:24px;
	font-style:normal;
	line-height:1;
	color:#c22;
}
#open {
	line-height:1.2;
	font-size:1.5em;
	padding-top:21px;
	border-color:#c5d977;
	background-image:url(/Temp/sample-thumb2.jpg);
}
#cta-mobile {
	display:none;
	width:103%;
	margin:-1em -3% 2em 0;
}
#cta-mobile a {
	float:left;
	display:flex;
	align-items:center;
	width:30.33%;
	margin-right:3%;
	height:80px;
	padding:0 10px 0 93px;
	font-size:1.4em;
	line-height:1.2;
	text-transform:uppercase;
	color:#000;
	background:#c22 url(/Temp/sample-thumb.jpg) top left no-repeat;
	background-size:80px 80px;
	position:relative;
}
#cta-mobile a span {
	display:block;
	width:100%;
	text-align:center;
}
#cta-mobile a#open-mobile {
	background-image:url(/Temp/sample-thumb2.jpg);
}
#cta-mobile a#tour-mobile {
	background-image:url(/Images/Thumbs/tile-360.png);
}
.subscribe {
	background:#c22;
	padding:1.3em;
	margin-bottom:2.5em;
}
.subscribe input.text {
	float:left;
	border:0;
	padding:5px;
	margin-bottom:10px;
	width:calc(100% - 60px);
	outline:0;
}
.button-subscribe {
	float:right;
	width:60px;
	background:#98b8d8;
	background:#222;
	color:#fff;
	border:0;
	outline:0;
	padding:5px;
	cursor:pointer;
}
#tour {
	display:block;
	background:#c22;
	padding:1em;
	margin-bottom:2.5em;
	box-sizing:border-box;
	height:10.65em;
	text-align:center;
	position:relative;
}
#tour img {
	display:block;
	margin:auto;
	width:100px;
	height:63px;
	margin-bottom:0.2em;
}
#tour em {
	font-style:normal;
	font-size:1.25em;
}
#tour div {
	background:#222;
	position:absolute;
	bottom:0; left:0;
	width:100%;
	padding:0.4em 0;
}
#tour .more {
	display:inline-block;
	line-height:1.8;
	color:#fff;
	z-index:3;
	margin-top:0.2em;
}
#tour .more:after  {
	float:left;
	content:'\f0a9';
	font-family:fa-solid;
	font-size:1.8em;
	margin-right:0.2em;
	line-height:1;
	color:#c22;
}


/*
———————————————————
Sidebar
———————————————————
*/
#sidebar {
	float:left;
	width:19%;
	xmargin-top:-2.1em;
}
@media only screen and (min-height:800px) {
	/*
	body.scrolled #sidebar.fixed {
		position:fixed;
		float:none;
		width:14.25%;
		margin-top:calc(-2.1em - 38px);
	}
	*/
}

#sidebar h3 {
	color:#c22;
	margin-bottom:0.4em;
	font-weight:500;
}
#sidebar ul {
	margin-bottom:2em;
}
#sidebar li a {
	display:block;
	padding:0.4em 0;
	border-top:1px solid #dee4e7;
	position:relative;
	line-height:1.2;
}
#sidebar li.active a {
	color:#c22;
}
#sidebar a.parent:after {
	font-family:fa-solid;
	content:'\f078';
	position:absolute;
	top:0.4em; right:0.4em;
	color:#d2d2d2;
}
#sidebar li ul {
	background:whitesmoke;
	padding:0.5em 0;
	margin:0;
}
#sidebar li ul ul a {
	padding-left:2em !important;
}
#sidebar li.active ul a {
	padding:0.3em 1em;
	border:0;
	color:#222;
}
#sidebar li.active ul a:hover {
	background:#eaeaea;
}
#sidebar li.active ul a:active {
	background:#e2e2e2;
}

#sidebar li.active ul li.active ul a {
	color:#222;
}
#sidebar li.active ul li.active a {
	color:#c22;
}
#downloads {
	width:75%;
	float:right;
}
.block-sidebar #related {
	margin-bottom:3em;
}
#related h2 {
	margin:0;
}
#sidebar #related h3,
.block-sidebar #related h3 {
	text-align:center;
}
#related li {
	padding-top:24px;
}
#related li img {
	width:106px; height:150px;
	display:block;
	margin:0 auto 8px auto;
	box-shadow:0 0 7px #ccc;
	border:4px solid #fff;
}
#related li a:hover img {
	opacity:.93;
}
#related li strong,
#related li span {
	display:block;
	text-align:center;
	padding:0 10px;
}
#related li a {
	border:0;
	font-size:0.93em;
	line-height:1.2;
}
#content {
	width:77%;
	float:right;
}


#service-content {
	width:75%;
	float:right;
	margin-top:-4.5em;
}
#service-content .intro {
	font-size:1.3em;
	padding:1.6em 1.85em;
	color:#fff;
	background:#39464e;
	margin:0;
	position:relative;
}
#service-content .textonly {
	background:#e8ebed;
	padding:2.2em 2.4em;
}
#service-content .textonly p:last-child {
	margin:0;
}
#service-content a {
	color:#ed1c24;
	outline:none;
}

/*
———————————————————
Search
———————————————————
*/
#search {
	color:#000;
	background:#e0e0e0;
	display:none;
	padding:5.5em;
	position:fixed;
	top:0; left:0;
	width:100%;
	z-index:3;
	box-shadow:0 0 2em rgba(0,0,0,0.3);
}
#search-close:before {
	display:block;
	font-family:fa-solid;
	font-size:2em;
	line-height:1;
	content:'\f00d';
	padding:0.5em;
	cursor:pointer;
}
#search-close {
	position:absolute;
	top:1em; right:1em;
}
.search-content {
	margin:auto;
	max-width:850px;
	position:relative;
}
.search-text {
	display:block;
	font-size:2em;
	padding:0.5em;
	border:0;
	border-radius:0;
	outline:none;
	width:100%;
	box-sizing:border-box;
	margin:30px 0;
}
.search-button {
	display:block;
	font-family:fa-solid;
	position:absolute;
	top:0; right:0;
	width:71px;
	height:71px;
	text-align:center;
	border:0;
	background:#000;
	color:#fff;
	font-size:30px;
	line-height:71px;
	outline:0;
	cursor:pointer;
}
.search-text::selection {
	color:#000;
	background:#c22;
}
.search-text::ms-clear {
    display: none;
}
#suggestions {
	background:#fff;
	padding:20px;
	display:none;
	width:100%;
	max-height:500px;
	overflow-y:auto;
	box-sizing:border-box;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
	position:absolute;
	z-index:1;
	margin-top:-30px;
}
#suggestions h3 {
	margin:20px 0 6px 0;
}
#suggestions h3:first-child {
	margin-top:0;
}
#suggestions a {
	display:block;
	position:relative;
	padding:8px 6px;
	line-height:16px;
	outline:none;
}
#suggestions li.selected a {
	background:#f3f4ef;
}
#suggestions strong {
	display:block;
}
#suggestions span {
	color:#999;
}
#suggestions .suggest-works a,
#suggestions .suggest-curations a,
#suggestions .suggest-people a {
	height:32px;
	padding-left:50px;
}
#suggestions img {
	width:36px;
	height:36px;
	position:absolute;
	top:6px; left:6px;
	background:#dee1dc;
}
#suggestions .suggest-people img {
	border-radius:50%;
}
#search .tags li {
	float:left;
	width:25%;
}
#search .tags li:before {
	content:'\f054';
	color:#fff;
	font-family:fa-solid;
	margin-right:0.5em;
}

/*
———————————————————
Content
———————————————————
*/
.standfirst {
	font-size:1.125em;
	line-height:1.4;
	width:76%;
	margin-bottom:-0.3em;
}
.fullwidth {
	width:auto;
}
#content h2 {
	margin-top:1.7em;
}
#content h2:first-child {
	margin-top:0;
}
#content div h2:first-child {
	margin-top:inherit;
}
#content.fixture h1 {
	margin-bottom:5px;
}
#content.fixture h2.opposition {
	margin-top:0;
	margin-left:0;
	background:none;
	padding-left:0;
}
#content.fixture #storyHeader {
	height:auto;
	padding-bottom:8px;
}
#content.fixture #storyHeader span {
	line-height:18px;
}
#content a {
	border-bottom:1px solid #dcdcdc;
	transition:text-decoration 200ms linear;
}
#content a:hover {
	border-color:#c22;
}
#content a.button {
	display:inline-block;
	color:#fff;
	background:linear-gradient(#c22, #922);
	cursor:pointer;
	border:0;
	outline:0;
	font-weight:bold;
	height:2.75em;
	line-height:2.75em;
	padding:0 1.25em;
	text-align:center;
	-webkit-appearance:none;
	border-radius:0.3em;
}
#content a.button:hover {
	background:linear-gradient(#e22, #b22);
}
#content a.button:active {
	box-shadow:inset 0 0 0.7em rgba(0,0,0,0.2);
}
#content img.inline {
	float:left;
	margin:0 14px 12px 0;
}
#content .imageContainer {
	float:right;
	width:45%;
	margin:0 0 2em 2em;
}
#content .imageContainer img {
	display:block;
	max-width:100%;
}
#content .imageContainer a {
	display:block;
	margin:0 12px 12px 0;
	border:0;
}
#content .imageContainer a.thumb {
	float:left;
}
#content .publications {
	width:102%;
	margin-right:-2%;
}
#content .publications li {
	float:left;
	width:31.33%;
	margin:0 2% 1em 0;
}
#content .publications a {
	display:block;
	position:relative;
	padding:12px 8px 0 60px;
	height:75px;
	line-height:15px;
	border:0;
	background:#f2f2f2;
	font-size:13px;
}
#content .publications a:hover {
	background:#ededed;
}
#content .publications a:active {
	background:#e2e2e2;
}
#content .publications img {
	position:absolute;
	top:8px; left:8px;
	display:block;
	width:43px; height:61px;
	overflow:hidden;
}
#content .publications strong {
	display:block;
	margin-bottom:2px;
}
#content .albums {
	margin-top:28px;
	border-top:1px dotted #ddd;
}
#content .albums .images {
	margin-right:-12px;
}
#content .albums .images li {
	float:left;
	margin:0 12px 12px 0;
}
#content .albums .images img {
	float:left;
}
#content .albums li a:hover img {
	opacity:.93;
}
#content #videos li a {
	border-bottom-width:0;
}
#staff {
	margin-top:36px;
	margin-right:-26px;
	clear:left;
}
#staff li {
	float:left;
	width:301px;
	height:120px;
	background:#eee;
	margin:0 26px 14px 0;
	padding:10px;
	position:relative;
	font-size:13px;
}
#staff li.hasImage {
	padding-left:101px;
	width:311px;
}
#staff strong {
	display:block;
	font-size:14px;
}
#staff span {
	display:block;
}
#staff img {
	position:absolute;
	top:10px; left:10px;
	width:80px;
	height:100px;
}
#staff a {
	border-bottom:1px solid #ccc !important;
}
#staff a:hover {
	border-color:#c22;
}





/*
———————————————————
Blocks
———————————————————
*/
.block {
	margin-top:3em;
}
h1 + .block,
.standfirst + .block,
.heading-wrapper + .block, {
	margin-top:2em;
}
.block-content {
	float:left;
	width:76%;
	border-right:1px solid #d2d2d2;
	padding-right:2em;
	position:relative;
}
.block-content:before,
.block-content:after {
	content:'';
	width:7px;
	height:7px;
	border-radius:50%;
	background:#d2d2d2;
	position:absolute;
	top:0; right:-4px;
}
.block-content:after {
	top:auto; bottom:0;
}
.block-sidebar {
	float:right;
	width:20%;
	xpadding:2em 0;
}
.block-sidebar img {
	display:block;
	width:100%;
	border-top:3px solid #c22;
}
.block-sidebar a.related {
	display:block;
	background:#f2f2f2;
	line-height:1.3;
}
.block-sidebar a.related-blue {
	background:#e6f0fa;
}
.block-sidebar a.related-blue:hover {
	background:#d7e5f3;
}
.block-sidebar a.related-blue img {
	border-color:#b2cde7;
}
.block-sidebar a.related-green {
	background:#dce9aa;
}
.block-sidebar a.related-green:hover {
	background:#cddd92;
}
.block-sidebar a.related-green img {
	border-color:#c5d977;
}
.block-sidebar a.related div {
	padding:0.5em;
}
.block-sidebar a.related .more {
	display:block;
	line-height:1.8;
	margin-top:0.4em;
}
.block-sidebar a.related .more:before {
	float:left;
	content:'\f0a9';
	font-family:fa-solid;
	font-size:1.8em;
	margin-right:0.2em;
	line-height:1;
}
.inline-images {
	width:103%;
	margin:2em -3% 2em 0;
	clear:both;
}
.inline-images a {
	float:left;
	margin-right:3%;
	outline:0;
	position:relative;
	border:0 !important;
}
.inline-images a:after {
	content:'\f002';
	font-family:fa-solid;
	width:2.5em;
	height:2.5em;
	position:absolute;
	top:0.8em; right:0.8em;
	color:#fff;
	background:rgba(0,0,0,0.5);
	border-radius:50%;
	font-size:1em;
	line-height:2.5em;
	text-align:center;
	opacity:0;
	transition:opacity 150ms linear;
}
.inline-images a:hover:after {
	opacity:0.9;
}
.inline-1up {
	width:auto;
	float:right;
	max-width:47%;
	margin:0 0 2em 2em;
}
.inline-1up a {
	float:none;
	display:block;
	margin:0;
}
.inline-2up a {
	width:47%;
}
.inline-3up a {
	width:30.33%;
}
.inline-4up a {
	width:22%;
}
.inline-5up a {
	width:17%;
}
.inline-images img {
	display:block;
	width:100%;
}

/*
———————————————————
News
———————————————————
*/
.home #news h3 {
	display:none;
}
#news {
	width:103%;
	margin-right:-3%;
}
#news li {
	float:left;
	width:22%;
	margin:0 3% 4em 0;
}
#news li:nth-child(4n+1) {
	clear:left;
}
#news a {
	display:block;
	border:0;
}
#news a:hover .image-wrapper {
	opacity:0.9;
}
#news .image-wrapper {
	display:block;
	box-sizing:border-box;
	position:relative;
	padding:37.5% 50%;
	margin-bottom:1em;
	background-color:#e2e2e2;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	
}
#news strong {
	display:block;
	font-weight:bold;
	line-height:1.2;
	font-size:1.2em;
	margin-bottom:0.3em;
	padding-right:1em;
}
#news .leader {
	display:block;
	margin-bottom:0.5em;
	font-size:0.9375em;
}
#news .date {
	display:block;
	font-size:0.85em;
	color:#999;
	margin-bottom:0.3em;
}
#news .more {
	display:inline-block;
	line-height:1.8;
	color:#c22;
}
#news .more:after  {
	float:left;
	content:'\f0a9';
	font-family:fa-solid;
	font-size:1.8em;
	margin-right:0.2em;
	line-height:1;
	color:#c22;
}

/*
———————————————————
Tabs
———————————————————
*/
.tabs-wrapper {
	border-top:2px solid #d7d7d7;
}
.tabs {
	height:2em;
	margin:0 auto;
	position:relative;
	max-width:1440px;
}
.tabs li {
	float:left;
	margin-left:2.85em;
}
.tabs li:first-child {
	margin-left:0;
}
.tabs a {
	display:block;
	padding:0 0.3em;
	line-height:2em;
	position:relative;
}
.tabs a:before {
	content:'';
	position:absolute;
	top:-4px; left:50%;
	width:0;
	height:6px;
	border-radius:3px;
	background:#d7d7d7;
	transition:all 150ms linear;
}
.tabs a:hover:before,
.tabs a:active:before,
.tabs a:focus:before,
.tabs li.active a:before {
	left:0;
	width:100%;
}
.tabs li.active a:before {
	background:#c22;
}
.tabs a:focus:before,
.tabs a:active:before {
	background:#bebebe;
}

/*
———————————————————
Footer
———————————————————
*/
#footer-wrapper {
	background:linear-gradient(to right, #222, #333, #222);
	padding:3.5em 0 3em 0;
}
#footer {
	color:#fff;
	max-width:1440px;
	margin:auto;
}
#footer address {
	float:left;
	width:33.33%;
}
#footer span.address {
	display:block;
}
#footer span.copyright {
	display:none;
}
#social {
	float:left;
	width:33.33%;
	text-align:center;
}
#social h2 {
	text-align:center;
}
#social h2:before {
	display:none;
}
#social a {
	display:inline-block;
	font-size:0;
	border:2px solid #ddd;
	border-radius:50%;
	width:44px;
	height:44px;
	line-height:20px;
	text-align:center;
	padding:10px;
	margin:0 3px;
}
#social a:before {
	font-size:20px;
	font-family:fa-brands;
}
#facebook:before  { content:'\f39e' }
#instagram:before { content:'\f16d' }
#youtube:before   { content:'\f167' }
#twitter:before   { content:'\f099' }
#linkedin:before  { content:'\f0e1' }

#social a:hover {
	background:#555;
}
#footer #copyright {
	float:left;
	width:33.33%;
	text-align:center;
}
#footer #copyright img {
	width:60px;
	height:75px;
	display:block;
	margin:-1.8em auto 0 auto;
}
#footer #copyright span {
	display:block;
	margin-top:0.1em;
}
#footer .credit {
	font-size:0.875em;
	color:#aaa;
	display:block;
}
#footer .credit a {
	border-bottom:1px solid #888;
}
#footer .credit a:hover {
	color:#fff;
}
#footer-links {
	float:right;
}
#footer-links a:hover {
	border-bottom:1px solid rgba(255,255,255,0.5);
}


/*
———————————————————
Staff
———————————————————
*/
.staff  {
	width:102%;
	margin:4em -2% 0 0;
}
.staff li {
	float:left;
	width:14.66%;
	margin:0 2% 2em 0;
}
.staff li:nth-child(6n+1) {
	clear:left;
}
.staff .dept { 
	display:block;
	padding:0.2em 0;
	font-size:0.93em;
}
.staff a {
	display:inline-block;
	line-height:1.8;
	color:#c22;
	outline:0;
	border:0 !important;
	font-size:0.93em;
}
.staff a:after  {
	float:left;
	content:'\f0a9';
	font-family:fa-solid;
	font-size:1.8em;
	margin-right:0.2em;
	line-height:1;
	color:#c22;
}
.staff img {
	display:block;
	width:100%;
	margin-bottom:0.5em;
	filter:grayscale(0.95);
}
.staff h3 {
	font-size:1.125em;
	margin-bottom:0.3em;
}
.staff h4 {
	font-size:0.933em;
	line-height:1.3;
	border-top:1px solid #ddd;
	padding-top:0.2em;
	color:#999;
	margin-bottom:0.6em;
}
.profile {
	width:960px;
	height:500px;
	padding:1.8em 1em 1.8em 300px;
	position:relative;
}
.profile img {
	position:absolute;
	top:1em; left:1em;
	width:240px;
}
.profile h3 {
	font-style:italic;
	font-size:1.125em;
}

/*
————————————————————————
Promo Events
————————————————————————
*/
#promo-events {
	width:102%;
	margin:24px -2% 30px 0;
}
#promo-events li {
	float:left;
	width:48%;
	height:114px;
	margin:0 2% 2% 0;
}
#promo-events a {
	display:block;
	height:114px;
	padding:27px 12px 7px 118px;
	position:relative;
	border:0;
	background:#f2f2f2;
}
#promo-events a:hover {
	background:#ededed;
}
#promo-events a:active {
	background:#e2e2e2;
}
#promo-events span.date {
	display:block;
	position:absolute;
	top:7px; left:7px;
	width:100px;
	height:100px;
	background:#fff;
	padding-top:15px;
	text-align:center;
}
#promo-events span.day {
	display:block;
	font-size:48px;
	font-weight:bold;
	line-height:1.1;
	color:#c22;
}
#promo-events span.month {
	display:block;
	font-size:14px;
	font-weight:bold;
	line-height:1;
}
#promo-event dl {
	margin-bottom:18px;
	width:100%;
}
#promo-event dt {
	float:left;
	clear:left;
	width:20%;
	max-width:70px;
	font-weight:bold;
}
#promo-event dd {
	float:left;
	width:80%;
}









/*
——————————————————————
Sponsors
——————————————————————
*/
.sponsors {
	text-align:center;
	margin:30px -18px 0 -18px;
}
.sponsors li {
	display:inline-block;
	margin:0 21px;
	height:62px;
}
.sponsors-row2 li {
	margin:0 17px;
}
.sponsors-large li {
	margin:0 25px;
	height:77px;
}
.sponsors a {
	border:0 !important;
}

/*
——————————————————————
News
——————————————————————
*/
#topics {
	float:left;
	width:186px;
}
#topics h3 {
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:6px;
}
#topics ul {
	margin-bottom:28px;
	font-size:12px;
}
#topics li  {
	margin-bottom:2px;
	background:url(/Images/bullet.gif) 0 0.6em no-repeat;
	padding-left:13px;
}
#topics a:hover, #topics a.email {
	border-bottom:1px dotted #444;
}
#topics li.active a {
	color:#f1b50f;
	padding-left:13px;
	margin-left:-13px;
}
#topics li.active a:hover {
	border-bottom:none;
}
#topics li ul {
	display:none;
	margin:2px 0 0 14px;
}
#topics li.active ul {
	display:block;
}
#topics li.active li {
	background:none;
	padding-left:0;
}
#topics li.active li a {
	background:none;
	padding-left:0;
	margin-left:0;
	color:#222;
}
#topics li.active li.active a {
	color:#f1b50f;
}
#videos h2 {
	margin-bottom:20px;
}
#filter {
	background:#eee;
	padding:8px;
	margin-bottom:34px;
	border-radius:5px;
}
#filter label {
	float:left;
	line-height:24px;
	margin-right:6px;
}
#filter input {
	float:left;
	margin-right:20px;
}
#filter input.text {
	padding:2px;
	border:1px solid #ddd;
	border-radius:3px;
}
#filter input.text:focus,
#filter select:focus {
	outline:none;
	border-color:#c22;
}
#filter input.date {
	width:90px;
}
#filter select {
	float:left;
	margin-right:10px;
	padding:2px;
	border-radius:4px;
	border:1px solid #ddd;
}
#filter input.button {
	padding:0 15px;
	width:110px;
	height:26px;
	text-align:center;
	cursor:pointer;
	font-size:14px;
	background:#c22;
	color:#fff;
	font-weight:bold;
	border:0;
	border-radius:5px;
	outline:0;
}
#filter input.button:hover {
	background:#d00;
}
#story-text {
	float:left;
	width:66%;
}
#story-image {
	float:right;
	width:30%;
	padding-top:3.5em;
	opacity:0;
}
.story {
	border-left:1px solid #ddd;
	padding:1.3em 0 1.8em 1.4em;
	position:relative;
	margin-top:-1.8em;
}
.story:before,
.story:after {
	content:'';
	width:7px;
	height:7px;
	border-radius:50%;
	background:#d2d2d2;
	position:absolute;
	top:0; left:-4px;
}
.story:after {
	top:auto; bottom:0;
}
.story h1 {
	max-width:77%;
}
.story .block {
	margin-top:2em;
}
.story .date {
	margin:-0.5em 0 2em 0;
	font-style:italic;
	position:relative;
}
.story .date span {
	border-bottom:3px solid #ddd;
	padding-bottom:0.3em;
}
.story a.hero {
	display:table;
	max-width:100%;
	border:0 !important;
	position:relative;
}
.story a.hero:after {
	content:'\f002';
	font-family:fa-solid;
	width:2.5em;
	height:2.5em;
	position:absolute;
	top:0.8em; right:0.8em;
	color:#fff;
	background:rgba(0,0,0,0.5);
	border-radius:50%;
	font-size:1em;
	line-height:2.5em;
	text-align:center;
	opacity:0;
	transition:opacity 150ms linear;
}
.story a.hero:hover:after {
	opacity:0.9;
}
.story a.hero img {
	display:block;
	max-width:100%;
	xmax-width:326px; /* Hack for IE, need to check Edge */
	max-height:450px;
}
.story span.caption {
	display:table-caption;
	caption-side:bottom;
	background:#eee;
	padding:0.5em 0.7em;
	font-size:0.88em;
}
#storyHeader {
	margin-bottom:20px;
}
#storyHeader span {
	float:left;
	line-height:25px;
}
#storyHeader ul {
	float:right;
}
#storyHeader li {
	float:left;
}
.social-share {
	display:inline-block;
	margin-top:1em;
	height:32px;
	border-top:3px solid #ddd;
	padding-top:0.4em;
}
.social-share:before {
	float:left;
	content:'Share';
	line-height:32px;
	margin-right:0.3em;
	font-style:italic;
}
.social-share li {
	float:left;
	margin-left:0.5em;
}
.social-share img {
	width:32px;
	height:32px;
}
.social-share a {
	border:0 !important;
}
#sidebar #related-stories {
	margin-top:3em;
}
#sidebar #related-stories ul {
	border-bottom:1px solid #dee4e7;
}
#sidebar #related-stories a {
	min-height:5.3em;
	padding:0.4em 0 0.4em 5.3em;
	display:flex;
	align-items:center;
}
#sidebar #related-stories .image-wrapper {
	position:absolute;
	top:0.4em; left:0;
	width:4.5em; height:4.5em;
	background-color:#eee;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50%;
}
#sidebar #related-stories strong {
	font-weight:normal;
	transition:color 150ms linear;
}
#sidebar #related-stories a:hover strong {
	color:#c22;
}


/*
——————————————————————
Ticket Bookings
——————————————————————
*/
#tickets li {
	padding-bottom:1.5em;
	margin-bottom:1.5em;
	border-bottom:1px solid #ddd;
}
#tickets a {
	display:block;
	position:relative;
	padding:0.5em 0 0 256px;
	min-height:180px;
	border:0;
}
#tickets img {
	width:240px;
	height:180px;
	position:absolute;
	top:0; left:0;
}
#tickets h3 {
	margin-bottom:0.4em;
}
#tickets span.date {
	display:inline-block;
	font-style:italic;
	border-bottom:3px solid #ddd;
	padding-bottom:0.2em;
	margin-bottom:0.7em;
}
#tickets span.description {
	display:block;
	margin-bottom:0.7em;
}
#tickets span.button {
	display:block;
	width:100px;
	border-radius:4px;
	height:26px;
	line-height:26px;
	background:#c22;
	text-align:center;
	color:#333;
	font-size:16px;
	font-weight:bold;
}
#tickets span.button:hover {
	background:#fed534;
}
.form .seatSelector {
	margin:0 0 20px 122px;
}
.form .seatSelector div {
	float:left;
	padding:8px;
	border-radius:5px;
	background:#ddd;
}
.form .seatSelector p {
	float:left;
	padding:0;
	margin:0 !important;
}
.form .seatSelector label {
	position:static;
	display:block;
	text-align:left;
	width:auto;
	padding:0;
}
.form .seatSelector input.button {
	padding:2px 10px;
	margin-left:5px;
	font-size:16px;
}
#reservedSeatList {
	margin:0 0 20px 122px;
}
.payment-logos {
	background:#fff;
	padding:10px;
	border-radius:7px;
}

/*
——————————————————————
Business Directory
——————————————————————
*/
#news.directory ul {
	padding-top:1px;
}
#news.directory li {
	padding-left:182px;
	position:relative;
	margin-top:20px;
	min-height:120px;
}
#news.directory img {
	box-shadow:0 0 7px #ccc;
	width:150px;
	height:120px;
	padding:4px 8px;
	background:none;
}
#business {
	width:460px;
	padding-right:210px;
	position:relative;
}
#business img.logo {
	position:absolute;
	top:56px; right:14px;
}
#business dl {
	width:400px;
	margin-bottom:20px;
}
#business dt {
	float:left;
	width:80px;
	font-weight:bold;
}
#business dd {
	float:left;
	width:320px;
}
#business address {
	float:left;
	background:#eee;
	padding:8px 16px 8px 12px;
	margin:0 20px 20px 0;
}
#business address span,
#business address strong {
	display:block;
}
#business a.map {
	border:0;
}

/*
——————————————————————
Photo Galleries
——————————————————————
*/
#albums ul {
	margin:0 -8px 0 -3px;
}
#albums li {
	float:left;
	width:216px;
	height:240px;
	margin-right:22px;
}
#albums li a {
	display:block;
	border:0 !important;
	font-size:0.93em;
}
#albums img {
	display:block;
	width:220px;
	height:172px;
	background:url(/Images/bg-album.png) no-repeat;
	padding:22px 20px;
}
#albums li a:hover img {
	opacity:.93;
}
#albums li a strong {
	display:block;
	padding:0 20px;
	text-align:center;
	line-height:1.2;
	position:relative;
	z-index:1;
}
#albums li a span {
	display:block;
	text-align:center;
}
#album #images {
	margin-right:-14px;
	padding-top:8px;
}
#album #images li {
	float:left;
	margin:0 14px 14px 0;
}
#album img {
	display:block;
	width:155px;
	height:155px;
	border:1px solid #ccc;
}
#album a:hover img {
	opacity:.93;
}
#albumHeader {
	height:30px;
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
}
#albumHeader span {
	float:left;
	line-height:25px;
}
#albumHeader ul {
	float:right;
}
#albumHeader li {
	float:left;
}

/*
——————————————————————
Calendar
——————————————————————
*/
h3.weekHeading {
	margin:0;
	height:32px;
}
h3.weekHeading span {
	float:left;
	padding:4px 12px 0 12px;
	line-height:28px;
	background:#ddd;
	border-radius:7px 7px 0 0;
}
.week {
	border:4px solid #ddd;
	margin-bottom:28px;
	width:100%;
}
.week td {
	border-top:1px solid #ddd;
	padding:5px 7px;
	min-height:18px;
}
.week td.day {
	width:120px;
}
.week td.date {
	width:120px;
}
.week td.time {
	width:60px;
}
.week td.view {
	width:70px;
}
.week button {
	float:right;
	width:40px;
	height:18px;
	border:0;
	text-align:center;
}
.week tr.multiple td {
	border-color:#fff;
	border:0;
}
.week tr.weekend td {
	background:#f2f2f2;
}
.week tr.holiday td {
	background:#fff7d9;
}
.week tr.today td {
	color:#fff;
	background:#c22;
}
.week a:hover {
	border-bottom:1px dotted #444;
}
#eventDetail {
	width:600px;
	padding:10px;
	font-size:14px;
}
#eventDetail h2 {
	font-weight:bold;
}
#eventDetail dl {
	margin-bottom:18px;
}
#eventDetail dt {
	float:left;
	width:70px;
	font-weight:bold;
}
#eventDetail dd {
	float:left;
	width:530px;
}
#eventDetail img {
	float:right;
	margin-left:20px;
}
#eventDetail ul {
	margin-top:3px;
}
#eventDetail ul a {
	border-bottom:1px dotted #444;
}

/*
——————————————————————
Publications
——————————————————————
*/
#publications h2 {
	margin-bottom:20px;
}
#publications ul {
	padding-top:20px;
}
#publications li {
	float:left;
	width:166px;
	height:240px;
	font-size:0.933em;
}
#publications li img {
	width:106px; height:150px;
	display:block;
	margin:0 auto 0.7em auto;
	box-shadow:0 0 7px #ccc;
	border:4px solid #fff;
}
#publications li a:hover img {
	opacity:.93;
}
#publications li strong,
#publications li span {
	display:block;
	text-align:center;
	padding:0 10px;
	line-height:1.3;
	margin-bottom:2px;
}

/*
———————————————————
Jobs
———————————————————
*/
#jobs li {
	background:#f5f5f5;
	padding:1.5em;
	border-radius:10px;
	margin-bottom:1em;
}
#jobs li p:last-child {
	margin:0;
}
#jobs a {
	border:0;
}
#jobs .more {
	display:inline-block;
	line-height:1.8;
	color:#c22;
}
#jobs .more:after  {
	float:left;
	content:'\f0a9';
	font-family:fa-solid;
	font-size:1.8em;
	margin-right:0.2em;
	line-height:1;
	color:#c22;
}


/*
———————————————————
Forms
———————————————————
*/
.form, .hbspt-form, .hs-form {
	position:relative;
	padding:20px 20px 15px 20px;
	background:#f2f2f2;
	border-radius:7px;
	font-size:13px;
}
.hbspt-form {
	margin-top:25px;
}
#form-wrapper .hbspt-form {
	margin-top:0;
}
.formSection {
	xfloat:left;
	xmargin:0 30px 18px 0;
	xmax-width:375px;
}
.form h3 {
	padding-left:200px;
	padding-top:0;
}
.hbspt-form h3 {
	padding:0;
}
.form p,
.form .fieldWrapper,
.hs-form-field,
.hs_submit {
	position:relative;
	padding-left:200px;
	min-height:26px;
	margin-bottom:.8em;
}
.hs-form-field,
.hs_submit {
	padding-left:0;
}
.form p.fullWidth {
	padding:0;
}
.form label {
	position:absolute;
	top:0; left:0;
	display:block;
	width:180px;
	text-align:right;
	padding-top:6px;
}
.form label a {
	font-weight:bold;
	border-bottom:1px solid #c22 !important;
}
.hs-form-required {
	color:#fb0;
}
.form input.text,
.form textarea,
input.hs-input,
textarea.hs-input {
	display:inline-block;
	width:100%;
	padding:5px;
	max-width:400px;
	font-size:14px;
	border:1px solid #ccc;
	border-top-color:#aaa;
	border-radius:4px;
}
input.hs-input[type=radio],
input.hs-input[type=checkbox] {
	width:auto;
	margin-right:5px;
}
.form input.long {
	width:500px;
}
.form input.text-left {
	margin-right:8px;
}
.form textarea {
	height:90px;
}
textarea.hs-input {
	display:block;
	height:100px;
}
.form input.text:hover,
.form textarea:hover,
.form select:hover,
input.hs-input:hover,
select.hs-input:hover,
textarea.hs-input:hover {
	border-color:#aaa;
	border-top-color:#888;
}
.form input.text:focus,
.form textarea:focus,
.form select:focus,
input.hs-input:focus,
select.hs-input:focus,
textarea.hs-input:focus {
	border-color:#c22;
	outline:none;
}
.form input.short {
	width:60px;
}
.form input.amount {
	width:80px;
}
select.hs-input {
	width:auto !important;
}
.form select,
select.hs-input {
	padding:3px;
	width:236px;
	margin-right:4px;
	border:1px solid #ccc;
	border-top-color:#999;
	border-radius:4px;
	font-size:14px;
}
.form select.auto {
	width:auto;
}
.form p.checkboxes {
	min-height:0;
}
.form p.checkboxes label {
	position:static;
	display:inline;
	padding:0;
	margin-left:4px;
	font-weight:normal;
}
.form p.checkboxes input {
	position:relative;
	top:2px;
}
.form span.customInput,
.form .extraQuantities {
	display:none;
}
.form p.active span.customInput {
	display:block;
	margin-top:8px;
}
.form input.button {
	display:block;
	padding:6px 24px;
	margin:20px 8px 0 0;
	border:0;
	background:linear-gradient(#f22, #c22);
	color:#fff;
	font-weight:bold;
	border-radius:5px;
	outline:none;
	cursor:pointer;
	font-size:18px;
}
.form input.button:hover {
	background:linear-gradient(#e22, #b22);
}
.form input.button:active {
	box-shadow:inset 0 0 0.7em rgba(0,0,0,0.2);
}
.form .recaptchatable a,
.form .recaptchatable a:hover {
	color:#000;
}
.hs-error-msgs {
	color:#f00;
}
fieldset.form-columns-1 .hs-form-field,
fieldset.form-columns-2 .hs-form-field {
	width:auto !important;
}

/*
————————————————————————
Validation
————————————————————————
*/
.validation-container {
	border:2px solid #d00;
	background:#fcebeb url(/Admin/Images/icon-warning.gif) 10px 10px no-repeat;
	color:#d00;
	padding:15px 15px 15px 55px;
	margin-bottom:18px;
	line-height:130%;
	min-height:22px;
	border-radius:7px;
	position:relative;
}
* html .validation-container {
	height:30px;
}
.validation-title {
	font-weight:bold;
	margin-bottom:4px;
}
.validation-list li {
	line-height:150%;
}
.validation-list li a {
	text-decoration:underline;
	color:#d00;
}
.validation-container .close {
	display:block;
	position:absolute;
	top:4px; right:4px;
	background:#d00 url(/Admin/Images/icon-close.gif) center no-repeat;
	width:17px;
	height:17px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	cursor:pointer;
}

/*
========================
Alerts
========================
*/
.alert {
	padding:15px 15px 15px 55px;
	border:2px solid #bbb;
	margin-bottom:18px;
	background:#fff;
	position:relative;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	background-repeat:no-repeat;
	background-position:10px 10px;
	min-height:22px;
}
.alert a {
	font-size:11px;
	font-weight:normal;
}
.alert .close {
	display:block;
	position:absolute;
	top:4px; right:4px;
	background:#777 url(/Admin/Images/icon-close.gif) center no-repeat;
	width:17px;
	height:17px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	cursor:pointer;
}
.alert p {
	margin-bottom:4px !important;
	padding:0 !important;
}
.confirm {
	color:#8b1;
	border-color:#8b1;
	background-color:#FAFEED;
	background-image:url(/Admin/Images/icon-confirm.gif);
	font-weight:bold;
}
.confirm .close {
	background-color:#8b1;
}


/*
——————————————————————————
Tables
——————————————————————————
*/
.grid {
	width:100%;
	border-bottom:1px solid #ddd;
	margin:20px 0;
}
.grid tr:hover td {
	background-color:#eee;
}
.grid th {
	padding:6px;
	font-weight:bold;
}
.grid th strong {
	font-size:16px;
}
.grid td {
	line-height:16px;
	padding:6px;
	background:#f9f9f9;
	border-top:1px solid #ddd;
	cursor:pointer;
}
.grid tr.completed td {
	background-color:#fbf5dc;
	border-color:#eedead;
}
.grid tr.completed:hover td {
	background-color:#f7eec9;
}
.grid td a {
	color:#333;
}
.grid td a:hover {
	text-decoration:none;
}
.gridFooter {
	height:40px;
}
.gridFooter span.disabled,
.gridFooter span.divider {
	display:none;
}
.pagerControl {
	float:right;
}
.pagerControl span.active,
.pagerControl a {
	float:left;
	margin-left:2px;
	border:1px solid #fff !important;
	padding:0 5px;
	line-height:20px;
	color:#333;
}
.pagerControl span.active {
	border:1px solid #f1b50f !important;
	background:#f1b50f;
	color:#fff;
	border-radius:3px;
}
.presentation {
	margin:1.2em 0 2.4em 0;
}
#content .presentation + h2 {
	margin-top:2.4em;
}
.presentation th.label {
	color:#fff;
	background:#c00;
	font-weight:bold;
}
.presentation th,
.presentation td {
	padding:7px 10px;
	width:145px;
	vertical-align:top;
}
.presentation th.label,
.presentation td {
	border:1px solid #c00;
}
.presentation th.center,
.presentation td.center {
	text-align:center;
}
.presentation td.tint {
	background:#f5f5f5;
	font-weight:bold;
}
.presentation td.tint span {
	font-weight:normal;
}
.fees {
	width:100%;
}

/*
—————————————————————
Videos
—————————————————————
*/
#videos ul {
	margin:2.5em -20px 0 0;
}
#videos li {
	float:left;
	width:202px;
	height:160px;
	margin:0 20px 29px 0;
}
#videos a {
	display:block;
	width:202px;
	height:160px;
	position:relative;
	padding:8px;
	border-radius:7px;
}
#videos a:hover {
	background:#eee;
}
#videos a:active {
	background:#ddd;
}
#videos span.thumb-wrapper {
	display:block;
	width:186px;
	height:104px;
	overflow:hidden;
}
#videos img {
	display:block;
	width:186px;
	height:140px;
	margin-top:-18px;
}
#videos span.play {
	display:block;
	width:60px;
	height:41px;
	position:absolute;
	left:67px; top:36px;
	background:url(/Images/button-play.png) no-repeat;
}
#videos span.title {
	display:block;
	text-align:center;
	line-height:1.2;
	font-size:0.93em;
	color:#525252;
	margin-top:6px;
}

/*
———————————————————
Contact Page
———————————————————
*/
#contactInfo {
	float:left;
	width:35%;
}
#contactInfo address {
	float:left;
	margin-right:3.5em;
	padding-bottom:2em;
}
#contactInfo address:last-child {
	margin-right:0;
}
#contactInfo address strong {
	font-size:16px;
}
#contactInfo address span {
	display:block;
}
#contactInfo dl {
	margin-bottom:30px;
	width:100%;
	border-bottom:1px solid #ddd;
}
#contactInfo dt {
	float:left;
	clear:left;
	background-repeat:no-repeat;
	background-position:0 center;
	width:50px;
	height:3.5em;
	border-top:1px solid #ddd;
}
#contactInfo dt span {
	display:none;
}
#contactInfo dt.phone {
	background-image:url(/Images/icon-phone.gif);
}
#contactInfo dt.fax {
	background-image:url(/Images/icon-fax.gif);
}
#contactInfo dt.email {
	background-image:url(/Images/icon-email.gif);
}
#contactInfo dt.facebook {
	background-image:url(/Images/icon-facebook.gif);
	background-size:46px 36px;
}
#contactInfo dt.twitter {
	background-image:url(/Images/icon-twitter.gif);
	background-size:46px 36px;
}
#contactInfo dt.linkedin {
	background-image:url(/Images/icon-linkedin.gif);
	background-size:46px 36px;
}
#contactInfo dd {
	float:left;
	border-top:1px solid #ddd;
	width:calc(100% - 50px);
	line-height:1.5em;
	padding:1em 0;
}
#contactInfo dd strong.short {
	display:none;
}
#contactInfo a {
	border-bottom:1px solid #dcdcdc;
}
#contactInfo a:hover {
	border-bottom:1px solid #c22;
}
#campus-map {
	float:right;
	width:58%;
	box-shadow:0 0 1.2em #ddd;
}
#campus-map img {
	display:block;
	width:100%;
}


/*
—————————————————————
Sports
—————————————————————
*/
h1.icon {
	line-height:64px;
	padding-left:68px;
	background-position:left center;
	background-repeat:no-repeat;
	margin-left:-5px;
}
#sportsList {
	width:101.5%;
	margin-right:-1.5%;
}
#sportsList .sport {
	float:left;
	width:23.5%;
	margin:0 1.5% 15px 0;
	height:266px;
	background-color:#f2f2f2;
	background-position:5px 5px;
	background-repeat:no-repeat;
	background-size:40px 40px;
	padding:14px 8px 0 54px;
	border-bottom:3px solid #ccc;
	box-sizing:border-box;
	font-size:12px;
}
#sportsList li {
	background:url(/Images/bullet.gif) 0 5px no-repeat;
	padding-left:1em;
}
a.backButton {
	display:inline-block;
	text-align:center;
	background:#ddd url(/Images/icon-back.gif) left no-repeat;
	line-height:22px;
	padding:0 10px 0 24px;
	border-radius:5px;
}
a.backButton:hover {
	background-color:#e2e2e2;
}
img.sportIcon {
	float:left;
	margin:0 4px 0 -5px;
}

/*
————————————————————————
Shop
————————————————————————
*/
.tagline {
	text-align:center;
	border-top:1px solid #ccc;
	border-bottom:1px solid #cfcfcf;
	padding:5px 0;
	line-height:1.3;
	margin:-6px 0 1.3em 0;
}
.cart {
	display:block;
	color:#fff;
	background:#c22;
	text-align:center;
	padding:4px 0;
	border-radius:4px;
	margin:auto;
	margin-bottom:1.5em;
}
#content p.breadcrumb:first-child {
	margin-top:0;
}
#products {
	width:102%;
	margin:0 -2% 30px 0;
}
#products li {
	float:left;
	width:48%;
	height:114px;
	margin:0 2% 2% 0;
}
#products a {
	display:block;
	height:114px;
	padding:7px 12px 7px 118px;
	position:relative;
	border:0;
	background:#f2f2f2;
}
#products li.sale a {
	background:#fff;
	border:2px solid #c22;
	padding:5px 10px 5px 116px;
}
#products a:hover {
	background:#ededed;
}
#products img {
	position:absolute;
	top:7px; left:7px;
	width:100px;
	height:100px;
	border:3px solid #fff;
}
#products li.sale img {
	top:5px; left:5px;
}
#products strong {
	display:block;
	padding-top:5px;
}
#product #images li {
	float:left;
	margin:0 10px 10px 0;
}
#product #images a {
	display:block;
	border:1px solid #ddd;
}
#product #images img {
	display:block;
	width:150px;
	height:150px;
}
#product img.single {
	float:right;
	width:300px;
	height:300px;
	border:1px solid #ddd;
	margin:0 0 24px 24px;
}
#product .markdown {
	max-width:500px;
}
#product-content p:first-child {
	margin-top:0 !important;
}
#product-content p.price {
	font-size:1.3em;
}
#product-content p.price small {
	font-size:0.9rem;
}
.attributes {
	float:left;
	background:#ddd;
	border-radius:5px;
	padding:6px 12px 12px 12px;
	margin-bottom:24px;
}
.attributes-no-sizes {
	padding:0;
	background:none;
}
.attributes dl {
	float:left;
	margin-right:12px;
}
.attributes dt {
	font-weight:bold;
}
.attributes select {
	padding:1px;
	font-size:13px;
}
.attributes input.button {
	height:1.6em;
	padding:0 0.7em;
	font-size:15px;
	margin:1.5rem 0 0 5px;
	border:0;
	background:linear-gradient(#f22, #c22);
	color:#fff;
	font-weight:bold;
	border-radius:5px;
	outline:none;
	cursor:pointer;
}
.attributes-no-sizes input.button {
	margin:0;
}
.attributes input.button:hover {
	background:linear-gradient(#e22, #b22);
}
.attributes input.button:active {
	box-shadow:inset 0 0 0.7em rgba(0,0,0,0.2);
}
#sizes {
	clear:left;
	font-size:13px;
}
#sizes th {
	font-weight:bold;
	border-bottom:1px solid #ddd;
	padding:1px 0;
	color:#c00;
}
#sizes td {
	padding:1px 0;
	border-bottom:1px solid #ddd;
}
#sizes .size {
	padding-right:30px;
}
#sizes .price {
	text-align:right;
	padding:0 0 0 30px;
}
.hide-measurements .measurement,
.hide-prices .price {
	display:none;
}

/*
————————————————————————
Cart
————————————————————————
*/
#cart table {
	width:100%;
	margin-bottom:24px;
	border-bottom:3px solid #ddd;
}
#cart th {
	padding:6px 12px;
	color:#c00;
	font-weight:bold;
}
#cart td {
	border-top:1px solid #ddd;
	padding:12px;
	background:#f9f9f9;
}
#cart .money {
	text-align:right;
}
#cart td input.quantity {
	padding:3px;
	width:30px;
	border:1px solid #ccc;
	border-top-color:#aaa;
	border-radius:4px;
	text-align:center;
	margin-right:4px;
}
#cart td input.quantity:hover {
	border-color:#aaa;
	border-top-color:#888;
}
#cart td input.quantity:focus {
	border-color:#8ed4e6;
	background-color:#fefef0;
}
#cart tr.total {
	font-weight:bold;
	font-size:16px;
}
#cart tr.total td {
	border-bottom:1px solid #ddd;
}
#cart tr.total small {
	font-weight:normal;
}
#cart .update {
	color:#fff;
	border-radius:4px;
	width:68px;
	height:22px;
	font-size:13px;
	font-weight:bold;
	border:0;
	background:#c22;
	margin-left:4px;
	cursor:pointer;
}
#cart .remove {
	background:#bbb;
	text-shadow:1px 1px #aaa;
}
#cart input.button {
	float:right;
	padding:6px 24px;
	margin:8px 8px 0 0;
	border:0;
	background:linear-gradient(#f22, #c22);
	color:#fff;
	font-weight:bold;
	border-radius:5px;
	outline:none;
	cursor:pointer;
	font-size:18px;
}
#cart input.button:hover {
	background:linear-gradient(#e22, #b22);
}
#cart input.button:active {
	box-shadow:inset 0 0 0.7em rgba(0,0,0,0.2);
}
img.payment {
	float:left;
	margin-top:10px;
}

/*
————————————————————————
Checkout
————————————————————————
*/
.delivery-options input {
	float:left;
	clear:left;
	margin-top:1px;
}
.delivery-options label {
	float:left;
	margin-bottom:1em;
	text-align:left;
	width:auto;
	max-width:95%;
}
.delivery-options label strong,
.delivery-options label span {
	display:block;
}



/*
————————————————————————
Enrolment Form
————————————————————————
*/
#enrolment {
	padding:0;
	border-radius:0;
}
#enrolment a {
	font-weight:bold;
	border-bottom:1px solid #c22;
}
#enrolment h2 {
	background:#fff;
	color:#c22;
	padding:1.6em 0 0.3em 0;
	margin:0 0 1em -15px;
	border-bottom:1px solid #ddd;
}
#enrolment h2:before {
	display:none;
}
#enrolment h2 small {
	font-size:0.7em;
}
#enrolment .formPanel {
	margin-bottom:20px;
	padding-left:15px;
}
#enrolment .formPanel p {
	padding-right:20px;
}
#enrolment .formSection {
	margin-bottom:12px;
}
#enrolment p.intro {
	padding-right:15px;
}
#enrolment p.wide,
#enrolment h3.wide {
	padding-left:50px;
}
#enrolment .affiliations strong,
#enrolment .attachments strong,
#enrolment .income strong,
#enrolment p.checkboxes strong {
	display:block;
	margin-bottom:4px;
}
#enrolment p.input-list strong {
	display:block;
	margin:16px 0 8px 0;
}
#enrolment .affiliations strong {
	margin-top:12px;
}
#enrolment p.total span {
	display:inline-block;
	background:#ccc;
	padding:7px 7px 7px 12px;
	border-radius:5px;
}
#enrolment p.total strong {
	display:inline;
	margin-right:10px;
}
#enrolment #visaPanel,
#enrolment #accountPanel {
	display:none;
}
#enrolment input.button {
	font-size:1.8em;
	margin-top:2em;
}

/*
————————————————————————
Sports Sponsors
————————————————————————
*/
#hockey-sponsors li,
#cricket-sponsors li,
#rugby-sponsors li {
	float:left;
	margin:0 0 20px 20px;
}
#hockey-sponsors img,
#cricket-sponsors img,
#rugby-sponsors img {
	display:block;
	border:1px solid #ddd;
}

/*
———————————————————————
Blog
———————————————————————
*/
#blog-background {
	position:relative;
	overflow:hidden;
}
#blog-background .circle {
	position:absolute;
	border-radius:50%;
	z-index:-1;
}
#blog-background .circle1 {
	background:#555;
	width:150px;
	height:150px;
	top:130px;
	left:130px;
	opacity:0.15;
}
#blog-background .circle2 {
	background:#aaa;
	width:300px;
	height:300px;
	top:-80px;
	left:-80px;
	opacity:0.3;
}
#blog-background .circle3 {
	background:#999;
	width:300px;
	height:300px;
	top:400px;
	left:-140px;
	opacity:0.2;
}
#blog-background .circle4 {
	background:#c22;
	width:170px;
	height:170px;
	top:-30px;
	right:40px;
	opacity:0.2;
}
#blog-background .circle5 {
	background:#aaa;
	width:300px;
	height:300px;
	top:570px;
	right:130px;
	opacity:0.3;
}
#blog-background .circle6 {
	background:#555;
	width:300px;
	height:300px;
	top:700px;
	right:-5%;
	opacity:0.2;
}
#blog-wrapper {
    max-width:1240px;
    background:#fff;
    box-sizing:border-box;
    padding:40px;
    margin:auto;
}
#blog-wrapper img {
    max-width:100%;
    height:auto;
}
h2.blog-header {
	font-size:60px;
	font-weight:300;
}
#post-grid li {
	float:left;
	width:25%;
	height:340px;
	margin-bottom:15px;
}
#post-grid li:first-child {
	width:50%;
}
#post-grid a {
	display:block;
	background:#ffec9e;
}
#post-grid li:nth-child(even) a {
	background:#c22;
}
#post-grid .text {
	height:160px;
    box-sizing:border-box;
    padding:20px;
    position:relative;
}
#post-grid li:first-child .text {
	padding-top:37px;
}
#post-grid li:first-child .text:before {
	content:'Latest';
	position:absolute;
	top:0; left:0;
	color:#c22;
	background:#000;
	font-size:16px;
	text-transform:uppercase;
	padding:1px 9px;
	font-weight:bold;
}
#post-grid .image {
	height:180px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
#post-grid li:first-child .image {
	background-position:0 15%;
}
#post-grid a:hover .image {
	opacity:0.92;
}
#post-grid strong {
	display:block;
	font-weight:normal;
	font-size:1.5em;
	line-height:1.1;
}
#post-grid li:first-child strong {
	font-size:2.2em;
}
#post-grid span {
	display:block;
	position:absolute;
	bottom:16px; left:20px;
}
#post-grid .text:after {
	content:'';
	width:0;
	height:0;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-top:16px solid #ffec9e;
	position:absolute;
	bottom:-16px; right:25px;
	z-index:1;
}
#post-grid li:nth-child(even) .text:after {
	border-top-color:#ffcc00;
}
.blog-invite {
	float:right;
	background:#f0f0f0;
	padding:16px 20px;
	border-radius:20px;
	margin-top:-80px;
	position:relative;
}
.blog-invite span {
	display:block;
}
.blog-invite a {
	border-bottom:1px solid #c22;
}
.blog-invite:after {
	content:'';
	width:0;
	height:0;
	border-style:solid;
	border-width:16px 10px 0 10px;
	border-color:#f0f0f0 transparent transparent transparent;
	position:absolute;
	top:100%; right:50px;
}
.dropdown {
	position:relative;
	width:12em;
	margin-bottom:30px;
}
.dropdown span {
	display:block;
	line-height:15px;
	padding:10px 15px;
	cursor:pointer;
	background:#c22;
	border-radius:8px;
}
.dropdown span:after {
	content:'';
	width:0;
	height:0;
	border-style:solid;
	border-width:6px 6px 0 6px;
	border-color:#fff transparent transparent transparent;
	position:absolute;
	top:15px; right:12px;
}
.dropdown span.active {
	border-radius:8px 8px 0 0;
}
.dropdown span.active:after {
	border-width:0 6px 6px 6px;
	border-color:transparent transparent #fff transparent;
}
.dropdown ul {
	display:none;
	position:absolute;
	top:33px; left:0;
	width:22em;
	background:#fff;
	z-index:1;
	padding:10px 0;
	border:2px solid #c22;
	border-radius:0 8px 8px 8px;
}
.dropdown a {
	display:block;
	padding:1px 15px;
}
.dropdown a:hover {
	background:#f2f2f2;
}
#blog-wrapper h1 {
    font-size:50px;
    font-weight:300;
    line-height:1;
    width:50%;
    border-left:20px solid #c22;
    padding-left:20px;
    margin-top:40px;
}
#post-body {
	font-size:1.1em;
}
#post-body h4 {
	font-size:1.1em;
	font-weight:bold;
    margin-bottom:0.1em;
}
#post-body ol {
	counter-reset:my-counter;
	padding-left:55px;
	position:relative;
}
#post-body ol li {
	position:relative;
	margin-bottom:1.5em;
}
#post-body ol li:before {
	content:counter(my-counter);
	counter-increment:my-counter;
	position:absolute;
	top:0; left:-55px;
	width:2em;
	height:2em;
	line-height:2em;
	text-align:center;
	border-radius:50%;
	background:#c22;
	color:#000;
	font-weight:bold;
	font-size:1.125em;
}
#post-body ol ul li { 
	margin:0;
}
#post-body ol ul li:before { 
	display:none;
	counter-increment:none;
}
#post-body a {
    border-bottom:1px solid #c22;
}
#post-body a.cta_button {
	border:0;
}
#post-body h2 {
	padding-top:0.5em;
}
#post-body h2 em {
	font-weight:normal;
}
#post-body p.standfirst {
	font-size:1.125em;
	background:#eee;
	padding:0.9em 1.1em;
	margin-bottom:1.3em;
}
#post-body hr {
	margin:1.5em 0;
	border:none;
	height:1px;
	background:#ccc;
}
#social-sharing {
	margin-top:-70px;
}
#social-sharing li {
	float:left;
	margin-left:4px;
}
#social-sharing img {
	width:30px;
	height:30px;
}
#comments {
	margin-top:60px;
}
.post-footer {
	margin-top:18px;
}
.comment-from h4 {
	font-size:inherit !important;
}
.comment-reply-to {
	color:#eb0 !important;
	font-size:inherit !important;
	margin:-8px 0 0 0 !important;
}
.new-comments {
	margin-top:10px;
}

#bidbox {
	background:#eaeaea;
	padding:1.3em;
	border-radius:10px;
	max-width:304px;
	margin:2.2em 0;
}
#bidbox p.separator {
	height:2.7em;
	margin-bottom:0.6em;
	border-bottom:2px solid #ccc;
}
#bidbox p.separator label {
	float:left;
	line-height:2em;
}
#bidbox input.text {
	border:1px solid #ddd;
	padding:0.3em;
	border-radius:5px;
}
#bidbox span.price {
	float:right;
	font-size:1.6em;
	line-height:1em;
}
#bidbox input.amount {
	float:right;
	text-align:right;
	width:6em;
}
#bidbox input.full {
	display:block;
	box-sizing:border-box;
	width:100%;
}
#bidbox p.field {
	margin:0;
	padding-top:0.5em;
}
#bidbox p.field label,
#bidbox p.note {
	display:block;
	font-size:0.9em;
}
#bidbox p.checkbox {
	margin:0;
	padding-top:0.5em;
}
#bidbox p.checkbox label {
	font-size:0.9em;
	margin-left:0.3em;
}
#bidbox .g-recaptcha {
	margin-top:20px;
}
#bidbox p.field input.button {
	color:#fed503;
	background:linear-gradient(#444, #111);
	cursor:pointer;
	border:0;
	outline:0;
	font-weight:bold;
	box-sizing:border-box;
	height:2em;
	line-height:2em;
	padding:0 1.25em;
	text-align:center;
	-webkit-appearance:none;
	border-radius:5px;
	margin:0.6em 0;
}
#bid-history {
	width:100%;
	max-width:400px;
	font-size:0.9em;
	width:100%;
}
#bid-history table {
	width:100%;
}
#bid-history td {
	padding:3px;
	border-bottom:1px solid #ddd;
}
#bid-history td.right {
	text-align:right;
}
#bid-history tr.highest td {
	color:#ef9f05;
}



/*
———————————————————————
Section Page
———————————————————————
*/

#banner-wrapper {
	overflow:hidden;
}
#banner-wrapper h1 {
	position:absolute;
	bottom:0; left:0;
}
#banner-wrapper .container {
	height:24em;
	position:relative;
	background-size:cover;
	margin:auto;
}
#section-wrapper ul {
	display:table;
	width:100%;
}
#banner img {
	display:block;
	width:100%;
	height:275px;
	position:absolute;
	top:0; left:0;
}
.openday-button {
	display:none;
}
#section-wrapper li.section {
	display:table-cell;
	width:33.33%;
	background:#eee;
}
#section-wrapper h3 {
	background:red;
	padding:1.5rem;
	font-size:2em;
}
#section-wrapper li.section ul {
	padding:1.5em;
}
#sections li.section:nth-child(4n+1) {
	clear:left;
}
#sections li p {
	padding-right:10px;
	margin-bottom:8px;
}
#sections li.section a.image {
	display:block;
	display:none;
	height:183px;
	margin-bottom:20px;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:280px 183px;
	border:0;
}
#sections li li  {
	margin-bottom:2px;
}
#sections a {
	border-bottom:1px solid #dcdcdc;
	transition:text-decoration 200ms linear;
}
#sections a:hover {
	border-color:#c22;
}

/*
———————————————————————
Tiles
———————————————————————
*/
#tiles {
	width:101.5%;
	margin-right:-1.5%;
	margin-top:2em;
}
.standfirst + #tiles {
	margin-top:3em;
}
#tiles li {
	float:left;
	width:23.5%;
	margin:0 1.5% 1.2em 0;
}
#tiles a {
	display:block;
	border:0;
	font-size:1.125em;
	line-height:1.2;
	height:5em;
	padding:0.7em 0.7em 0.7em 5.7em;
	transition:background-color 150ms linear;
	background-color:#f3f3f3;
	background-size:contain;
	position:relative;
}
#tiles img {
	height:100%;
	position:absolute;
	bottom:0; left:0;
	transition:filter 150ms linear;
	filter:grayscale(0.2);
}
#tiles a:hover {
	background-color:#ebebeb;
}
#tiles a:hover img {
	filter:grayscale(0);
}
#tiles li.cta a {
	color:#f33;
	background-color:#333;
	text-align:center;
	padding:0;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
#tiles li.cta a span {
	font-size:1.3em;
	font-weight:bold;
}
#portal-tiles {
	width:102%;
	margin:3em -2% 0 0;
}
#portal-tiles h3 a {
	border:0;
}
#portal-tiles h3 a:hover {
	color:#c22;
}
#portal-tiles li.top {
	float:left;
	width:23%;
	margin:0 2% 2em 0;
	padding-top:12.5%;
	position:relative;
	background:#eee;
}
#portal-tiles li:nth-child(4n+1) {
	clear:left;
}
#portal-tiles img {
	position:absolute;
	top:0; left:0;
	width:100%;
}
#portal-tiles h3 {
	margin-bottom:0.5em;
}
#portal-tiles div {
	padding:0.8em;
}
#portal-tiles div a {
	border-color:#ccc;
}

/*
———————————————————————
Sport Carousel
———————————————————————
*/
#sportcarousel {
	position:relative;
	height:330px;
	overflow:hidden;
	margin-bottom:2.5em;
}
#sportcarousel h1 {
	position:absolute;
	bottom:0; left:0;
	margin-bottom:0;
	font-size:3.3em;
	text-transform:uppercase;
	color:#fff;
	background:rgba(0,0,0,0.75);
	padding:0.2em 0.4em;
	z-index:2;
}
#sportcarousel h1 b {
	color:#c22;
	font-weight:normal;
}
#sportcarousel .panel {
	position:absolute;
	top:0; left:0;
	opacity:0;
}
#sportcarousel .current {
	z-index:1;
}
#sportcarousel img {
	width:100%;
}
#sportcarousel .dots {
	display:none;
	position:absolute;
	bottom:1.7em; right:2em;
	z-index:1;
	xwidth:100%;
	text-align:center;
	pointer-events:none;
	opacity:0.6;
}
#sportcarousel .dots li {
	display:inline-block;
	background:#fff;
	width:15px;
	height:15px;
	border-radius:50%;
	margin:6px 3px;
	cursor:pointer;
	pointer-events:auto;
	box-shadow:0 3px 8px rgba(0,0,0,0.2);
}
#sportcarousel .dots li.current {
	background:#a4d240;
}

/*
———————————————————————
Sport News
———————————————————————
*/
#rolling-news {
	height:12em;
	background:#f2f2f2;
	padding:0 2.5em;
	position:relative;
	margin-bottom:2.5em;
}
#rolling-news li {
	float:left;
	width:100%;
	width:50%;
}
#rolling-news a {
	display:block;
	position:relative;
	height:12em;
	padding:1em 2em 1em 17em;
}
#rolling-news .image-wrapper {
	position:absolute;
	top:0; left:0;
	width:16em;
	height:12em;
	background-size:cover;
}
#rolling-news h3 {
	margin-bottom:0.2em;
}
#rolling-news .date {
	display:block;
	font-size:0.85em;
	color:#999;
	margin-bottom:0.3em;
}
#rolling-news .more {
	display:inline-block;
	line-height:1.8;
	color:#a0c0e1;
}
#rolling-news .more:after  {
	float:left;
	content:'\f0a9';
	font-family:fa-solid;
	font-size:1.8em;
	margin-right:0.2em;
	line-height:1;
	color:#a0c0e1;
}
#rolling-news .arrow {
	position:absolute;
	top:0; left:0;
	width:2.5em;
	height:100%;
	background:#b2cde8 url(/Images/arrow-prev.png) center no-repeat;
	background:#b2cde8;
	background-size:20px 48px;
	cursor:pointer;
}
#rolling-news .arrow:after {
	xcontent:'\f0a8';
	xfont-family:fa-solid;
	xfont-size:1.8em;
	xline-height:1;
	xcolor:#fff;
	xtext-align:center;
	xwidth:100%;
	xposition:absolute;
	xtop:calc(50% - 0.5em); left:0;
}
#rolling-news .next {
	left:auto; right:0;
	xbackground-image:url(/Images/arrow-next.png);
}
#rolling-news .next:after {
	xcontent:'\f0a9';
}
h3.sport {
	display:inline-block;
	background:#b2cde7;
	margin:0;
	padding:0.4em;
}



#sport-list {
	float:left;
	width:50%;
}
#sport-list ul {
	width:102%;
	margin-right:-2%;
}
#sport-list li {
	float:left;
	width:48%;
	margin:0 2% 0.7em 0;
}
#sport-list a {
	display:block;
	padding:0.5em 0.5em 0.5em 3em;
	background:#f2f2f2;
	position:relative;
	line-height:1.5em;
}
#sport-list img {
	position:absolute;
	top:0; left:0;
	width:2.5em;
	height:2.5em;
}


#sports-tiles li {
	margin-bottom:15px;
	border-top:1px solid #eb0;
}
#sports-tiles a {
	display:block;
	height:90px;
	line-height:90px;
	padding-left:104px;
	font-size:1.125em;
	background:#eee url(/Temp/sport-tile1.jpg) top left no-repeat;
	background-size:90px 90px;
	transition:all 150ms linear;
	position:relative;
	filter:grayscale(0.92);
}
#sports-tiles a.tile2 { background-image:url(/Temp/sport-tile2.jpg) }
#sports-tiles a.tile3 { background-image:url(/Temp/sport-tile3.jpg) }
#sports-tiles a.tile4 { background-image:url(/Temp/sport-tile4.jpg) }

#sports-tiles a:hover {
	background-color:#c22;
	filter:none;
}


/*
—————————————————
Welcome Message
—————————————————
*/
#welcome {
	margin-top:2.5em;
	margin-bottom:2.5em;
	text-align:center;
}
#welcome p {
	font-size:1.7em;
	line-height:1.7;
	max-width:40em;
	margin:auto;
	position:relative;
	padding-top:4em;
}
#welcome p:before {
	content:'\f10d';
	font-family:fa-solid;
	position:absolute;
	top:0; left:calc(50% - 1em);
	width:2em;
	height:2em;
	border-radius:50%;
	text-align:center;
	color:#fff;
	background:#b22;
	font-size:1.5em;
	line-height:2em;
}

#welcome p:before {
	xcontent:'“';
}
#welcome p:after {
	xcontent:'”';
}
#welcome h3 {
	line-height:1.2;
}
#welcome h3 span {
	font-weight:normal;
	font-size:1.2rem;
}

/*
—————————————————
Showcase
—————————————————
*/
#showcase {
	position:relative;
	margin-bottom:1.5em;
	padding:4px;
}
#showcase li {
	float:left;
	position:relative;
	width:0;
	height:0;
	padding:11.1111% 16.6666%;
}
#showcase .panel {
	position:absolute;
	top:0; right:0;
	width:100%;
	height:100%;
	box-sizing:border-box;
	border:4px solid #fff;
}
#showcase a.button:hover {
	background:linear-gradient(#b22, #a22);
}
#showcase a.button:active {
	box-shadow:inset 0 0 0.7em rgba(0,0,0,0.2);
}
#showcase img {
	position:absolute;
	top:0; left:0;
	width:100%; height:100%;
}
#showcase div.image-text {
	position:absolute;
	bottom:2em; left:2em;
	width:calc(100% - 4em);
	height:3.6rem;
	box-sizing:border-box;
	color:#fff;
	transition:height 450ms ease-in-out;
	overflow:hidden;
}
#showcase strong {
	display:block;
	line-height:3.6rem;
	text-align:center;
	font-weight:500;
	margin:0;
	color:#c22;
	background:rgba(255,255,255,0.88);
	font-size:2.4em;
	transition:background-color 150ms linear, color 150ms linear;
}
#showcase div.image-text div {
	background:rgba(255,255,255,0.88);
	height:calc(100% - 4em);
	padding:2em;
}
#showcase p {
	color:#222;
	max-width:100%;
	font-size:1.4em;
}
#showcase li:hover div.image-text {
	height:calc(100% - 4em);
}
#showcase li:hover strong {
	color:#fff;
	background:rgba(170,0,0,0.85);
}
#showcase a {
	display:inline-block;
	line-height:1.8;
	color:#222;
	font-size:1rem;
}
#showcase a:after  {
	float:left;
	content:'\f0a9';
	font-family:fa-solid;
	font-size:1.8em;
	margin-right:0.2em;
	line-height:1;
	color:#c22;
}



/*
—————————————————
Testimonials
—————————————————
*/
.testimonials q {
	display:block;
	background:#eee;
	padding:1.5em 1.5em 1.5em 4em;
	border-radius:20px;
	position:relative;
}
.testimonials q:before {
	content:'“';
	font-size:5em;
	font-weight:bold;
	color:#c22;
	position:absolute;
	top:0.8rem; left:0.8rem;
	line-height:1;
}
.testimonials q:after {
	content:'';
	position:absolute;
	bottom:-1.5em;
	left:5em;
	width:0;
	height:0;
	border-right:2.5em solid transparent;
	border-top:1.5em solid #eee;
}
.testimonials cite {
	display:block;
	margin-bottom:3em;
	margin-left:4em;
	padding-top:2em;
}
.testimonials cite strong {
	display:block;
}

/*
—————————————————
Fee Calculator
—————————————————
*/
#fee-wrapper {
	overflow-x:auto;
	display:none;
}
.how-many {
	display:inline-block;
	padding:0.7em;
	border-radius:7px;
	background:#f2f2f2;
	padding:0.6em 0.9em 0.8em 0.9em;
	margin-right:0.5em;
}
.how-many label {
	display:block;
	font-weight:bold;
	margin-bottom:0.4em;
	line-height:1.3;
}
.how-many label span {
	font-weight:normal;
	font-size:0.875em;
}
.how-many select {
	padding:0.3em 0.4em;
	outline:none;
}
#fees.grid {
	margin-bottom:30px;
}
#fees.grid th {
	line-height:1.2;
	color:#c00;
	vertical-align:bottom;
}
#fees.grid th span {
	font-weight:normal;
}
#fees.grid td {
	background:#f2f2f2;
}
#fees.grid th.money,
#fees.grid td.money {
	text-align:right;
}
#fees.grid td.total {
	background:#fff;
	padding-right:1em;
	border-left:1px solid #fc0;
	border-right:1px solid #fc0;
}
#fees.grid th.total,
#fees.grid tr.totals td.total {
	color:black !important;
	background:#fc0 !important;
	padding-right:1em;
	border-left:1px solid #fc0;
	border-right:1px solid #fc0;
}
#fees.grid th.extra,
#fees.grid td.extra {
	padding-right:2em;
}
#fees.grid tr.notClickable td {
	cursor:inherit;
}
#fees.grid tr.totals td {
	color:#fff;
	background:#c00;
	font-weight:bold;
}
#fees.grid select {
	padding:3px;
}
#discounts {
	margin-bottom:30px;
}
#discounts p {
	position:relative;
	padding-left:22px;
}
#discounts p input {
	position:absolute;
	top:0.4em; left:0;
}


/*
—————————————————
Canteen
—————————————————
*/
.canteen-header {
	padding:2em;
	color:#fff;
	background:#888;
	border-radius:0.5em;
	margin-bottom:1em;
}
.canteen-header h2 {
	color:#fff;
}
.canteen-header h2:before {
	display:none;
}
.canteen-header p {
	margin-top:0 !important;
	margin-bottom:0;
}
.canteen-header div p {
	float:left;
	margin-right:1em;
}
.canteen-header div p:last-child {
	margin-right:0;
}
.canteen-header label {
	display:block;
}
.canteen-header .checkboxes {
	margin-bottom:1.2em;
}
.canteen-header .checkboxes label {
	display:inline-block;
	padding-left:0.4em;
	width:15em;
}
.canteen-header input.text,
.canteen-header select {
	padding:0.4em;
	border:0;
	border-radius:4px;
	width:16em;
	outline:0;
	box-sizing:border-box;
}
.canteen-header select.class {
	width:auto;
}
.canteen-header select.date {
	width:auto;
}
.menu-picker {
	background:#eee;
	padding:2.2em;
	border-radius:0.5em;
}
.menu-picker h3 {
	margin:0.2em 0 0.7em 0;
}
.canteen-items ul {
	width:calc(100% + 1em);
	margin-right:-1em;
}
.canteen-items li {
	float:left;
	width:calc(33.333% - 1em);
	margin:0 1em 1em 0;
}
.canteen-items label {
	display:block;
	position:relative;
	cursor:pointer;
	background:#fff;
	border-radius:0.5em;
	padding:1em 1em 1em 7.5em;
	height:7em;
	box-shadow:0 0.1em 0.2em rgba(0,0,0,0.1);
	user-select:none;
}
.canteen-items input:checked + label:before {
	position:absolute;
	bottom:0.8em; right:1em;
	line-height:1;
	content:'\f00c';
	font-family:fa-solid;
	font-size:1.3em;
}
.canteen-items h4 {
	font-weight:500;
	line-height:1.1;
	margin-bottom:0.3em;
}
.canteen-items p {
	font-size:0.85em;
	color:#aaa;
	margin-bottom:0.4em;
	line-height:1.1;
	padding-right:3em;
}
.canteen-items input {
	display:none;
}
.canteen-items img {
	position:absolute;
	top:0.7em; left:0.7em;
	width:5.6em;
	height:5.6em;
	border-radius:50%;
	background:#eee;
}
.canteen-items h4,
.canteen-items p,
.canteen-items span,
.canteen-items img {
	pointer-events:none;
}
.canteen-items input:checked + label {
	background:#5cb685;
	color:#fff;
}
.canteen-items input:checked + label p {
	color:#fff;
}
.menu-picker-notes {
	background:#eee;
	padding:0 2em 2em 2em;
}
.menu-picker-notes textarea {
	display:block;
	border-radius:8px;
	border:0;
	background:#fff;
	padding:0.6em;
	width:100%;
	box-sizing:border-box;
	width:25.5em;
	max-width:100%;
	height:5em;
	outline:0;
}
.canteen-footer {
	padding:2em;
	color:#fff;
	background:#ddd;
	border-radius:0 0 12px 12px;
}
.canteen-footer input {
	display:inline-block;
	margin-right:0.5em;
	width:10em;
	padding:0.7em;
	border-radius:3em;
	border:0;
	background:#c22;
	color:#fff;
	cursor:pointer;
	transition:background-color 150ms linear;
	font-size:1.2em;
}
.canteen-footer input:hover {
	background:#b22;
}


#review-orders {
	width:calc(100% + 2em);
	margin-top:2em;
	margin-right:-2em;
	margin-bottom:1em;
}
#review-orders div {
	float:left;
	background:#eee;
	padding:1.5em;
	border-radius:8px;
	margin-right:2em;
	margin-bottom:2em;
	width:calc(33.333% - 2em);
	box-sizing:border-box;
	position:relative;
}
#review-orders div:nth-child(3n + 1) {
	clear:left;
}
#review-orders h3 {
	font-size:18px;
}
#review-orders h4 {
	margin:-0.8em 0 1em 0;
	font-style:italic;
	font-size:1.1em;
}
#review-orders li {
	margin-bottom:0.4em;
}
#review-orders li strong {
	float:left;
	font-weight:normal;
}
#review-orders li span {
	float:right;
}
#review-orders li.total {
	border-top:1px solid #aaa;
	font-weight:bold;
	padding-top:0.5em;
	margin:0;
}
#review-orders input.delete {
	position:absolute;
	top:0.5em; right:0.5em;
	padding:0 0.3em;
}
#review-orders p.order-notes {
	background:#fff;
	border-radius:6px;
	padding:0.6em 0.8em;
	font-size:0.9em;
	margin:1em 0 0 0;
}
.canteen-buttons input {
	display:inline-block;
	margin-right:0.5em;
	width:10em;
	padding:0.7em;
	border-radius:3em;
	border:0;
	background:#c22;
	color:#fff;
	cursor:pointer;
	transition:background-color 150ms linear;
	font-size:1.2em;
}
.canteen-buttons input.add-another {
	background:#fff;
	border:1px solid #c22;
	color:#c22;
}
.canteen-buttons input.pay-now:hover {
	background:#b22;
}








@media only screen and (min-width: 1600px) {
	.heading-wrapper img {
		height:281px;
	}
	.landing-wrapper img {
		height:370px;
	}
	.staff img {
		width:166px;
		height:249px;
	}
}


@media only screen and (max-width: 1599px) {
	.content, .header, #footer, .tabs {
		max-width:90%;
	}
	.story a.hero {
		margin-right:-38%;
	}
	#showcase {
		font-size:0.9em;
	}
	#carousel a {
		left:5%;
	}
	#carousel h3 {
		font-size:2.6em;
	}
	#carousel .arrow {
		width:90px;
		background-size:30px 72px;
	}
	#cta-bar {
		display:none;
	}
	.logo {
		background-size:auto 90%;
	}
	.nav li.top .rollover-small {
		width:30em;
	}
}


@media only screen and (max-width: 1500px) {
	.nav li.top .rollover-small {
		width:28em;
	}
}



@media only screen and (max-width: 1440px) {
	html {
		font-size:14px;
	}
	#carousel .arrow {
		width:70px;
	}
	#tiles {
		width:102%;
		margin-right:-2%;
	}
	#tiles li {
		width:31.333%;
		margin-right:2%;
	}
	#sportsList {
		width:102%;
		margin-right:-2%;
	}
	#sportsList .sport {
		width:31.33%;
		margin-right:2%;
	}
	.staff li {
		width:18%;
	}
	.staff li:nth-child(6n+1) {
		clear:none;
	}
	.staff li:nth-child(5n+1) {
		clear:left;
	}
}


@media only screen and (max-width: 1280px) {
	.heading-wrapper {
		width:auto;
	}
	.standfirst {
		width:auto;
	}
}


@media only screen and (max-width: 1279px) {
	.story h1 {
		max-width:100%;
	}
	.nav a.top {
		padding:1em 0.8em;
	}
	#showcase li {
		padding:16.666% 25%;
	}
	#showcase h3 {
		font-size:1.8em;
	}
}


@media only screen and (max-width: 1260px) {
	#home-main {
		float:none;
		width:auto;
	}
	#home-sidebar {
		display:none;
	}
	#cta-mobile {
		display:block;
	}
	#news li {
		width:30.333%;
	}
	#news li:nth-child(4n+1) {
		clear:none;
	}
	#news li:nth-child(3n+1) {
		clear:left;
	}
	.home #news li:nth-child(4) {
		display:none;
	}
	#story-text {
		float:none;
		width:auto;
	}
	#story-image {
		margin:0 0 2em 2em;
		width:42%;
	}
	body {
		padding-top:0;
	}
	.header-wrapper {
		position:relative;
		background:#fff;
		border-bottom:1px solid #ddd;
	}
	#floating.header-wrapper {
		display:none !important;
	}
	.header {
		height:8em;
		margin-bottom:0;
	}
	.logo {
		box-shadow:none;
		width:13em;
		height:8em;
		transition:none;
		background-size:auto 6.8em;
		border-bottom:0;
	}
	.logo:after {
		display:none;
	}
	.nav {
		display:none;
	}
	#mobile-nav {
		display:block;
		position:absolute;
		top:calc(4em - 24px); right:0;
	}
	#carousel {
		height:calc(100vh - 8em);
	}
	#contact-icons {
		display:none;
	}
	#hamburger {
		display:block;
		cursor:pointer;
		width:48px;
		height:48px;
		position:relative;
		border-radius:50%;
		background:#222;
	}
	#hamburger:after {
		content:'\f0c9';
		display:block;
		font-family:fa-solid;
		color:#e22;
		font-size:24px;
		line-height:48px;
		position:absolute;
		top:0; left:0;
		width:48px;
		text-align:center;
	}
	#hamburger.menu-open:after {
		display:none;
	}
	#hamburger.menu-open {
		background-image:url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZGF0YS1wcmVmaXg9ImZhbCIgZGF0YS1pY29uPSJ0aW1lcyIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtdGltZXMgZmEtdy0xMCBmYS0zeCI+PHBhdGggZmlsbD0iI2VlMjIyMiIgZD0iTTE5My45NCAyNTZMMjk2LjUgMTUzLjQ0bDIxLjE1LTIxLjE1YzMuMTItMy4xMiAzLjEyLTguMTkgMC0xMS4zMWwtMjIuNjMtMjIuNjNjLTMuMTItMy4xMi04LjE5LTMuMTItMTEuMzEgMEwxNjAgMjIyLjA2IDM2LjI5IDk4LjM0Yy0zLjEyLTMuMTItOC4xOS0zLjEyLTExLjMxIDBMMi4zNCAxMjAuOTdjLTMuMTIgMy4xMi0zLjEyIDguMTkgMCAxMS4zMUwxMjYuMDYgMjU2IDIuMzQgMzc5LjcxYy0zLjEyIDMuMTItMy4xMiA4LjE5IDAgMTEuMzFsMjIuNjMgMjIuNjNjMy4xMiAzLjEyIDguMTkgMy4xMiAxMS4zMSAwTDE2MCAyODkuOTQgMjYyLjU2IDM5Mi41bDIxLjE1IDIxLjE1YzMuMTIgMy4xMiA4LjE5IDMuMTIgMTEuMzEgMGwyMi42My0yMi42M2MzLjEyLTMuMTIgMy4xMi04LjE5IDAtMTEuMzFMMTkzLjk0IDI1NnoiIGNsYXNzPSIiPjwvcGF0aD48L3N2Zz4=);
		background-size:30px 30px;
		background-position:center;
		background-repeat:no-repeat;
	}
	.nav {
		position:absolute;
		top:114px; left:-5.5555%;
		bottom:auto; right:auto;
		width:111.1111%;
		background:#000;
		z-index:100;
		padding:2em 4em;
	}
	.nav.mobile-active {
		display:block;
	}
	.nav li.top {
		float:none;
		margin:auto;
		max-width:500px;
		border-bottom:1px solid #333;
	}
	.nav li.top:last-child {
		border:0;
	}
	.nav li.home {
		display:none;
	}
	.nav a.top {
		color:#fff;
		padding:0.7em 0;
		font-size:1.125em;
	}
	.nav li.active a.top {
		color:#e22;
	}
	.nav a.top:after {
		display:none;
	}
	.nav .trigger {
		position:absolute;
		width:4em;
		height:2.2em;
		line-height:2.2em;
		text-align:center;
		transform:none;
		top:0.45em; right:0;
		padding:0;
		background:#444;
		border-radius:10px;
		font-size:1.1em;
		cursor:pointer;
	}
	.nav .trigger:before {
		content:'\f078';
		color:#fff;
		font-family:fa-solid;
	}
	.nav .trigger-open:before {
		content:'\f077';
	}
	.nav li.top .rollover {
		position:relative;
		top:auto; left:auto;
		width:auto;
		min-height:9.8em;
		border-radius:0;
		border-bottom:8px solid #444 !important;
		padding:1.2em 1.2em 1.2em calc(28% + 2.4em);
		background:#222;
		user-select:none;
	}
	.nav li.top .rollover h3,
	.nav li.top .rollover:before {
		display:none;
	}
	.nav li.top .rollover div {
		position:absolute;
		top:1.2em; left:1.2em;
		width:28%;
	}
	.nav li.top .rollover div img {
		border-radius:0;
	}
	.nav li.top .rollover ul {
		float:none;
		margin:0;
	}
	.nav li ul a {
		font-size:1.1em;
		line-height:1.1;
		padding:0.4em 0.6em;
		color:#fff;
	}
	.nav li ul a:hover {
		background:#333;
	}
	.nav li.top:hover .rollover {
		display:none;
	}
	.nav li.top a.open {
		display:block;
	}
	.nav li.secondary {
		display:block;
	}
	#footer-logos #ibsc img {
		margin-top:0;
		margin-bottom:20px;
	}
	#footer-logos img {
		clear:right;
		max-width:120px;
		margin-left:0;
	}
	.staff li {
		width:23%;
	}
	.staff li:nth-child(5n+1) {
		clear:none;
	}
	.staff li:nth-child(4n+1) {
		clear:left;
	}
	.nav li.button-search {
		display:none;
	}
	.canteen-items li {
		width:calc(50% - 1em);
	}
}

@media only screen and (max-width: 1024px) {
	html {
		font-size:13px;
	}
	.content, .header, #footer, .tabs {
		max-width:92%;
	}
	.heading-wrapper img {
	    width:108.69565%;
		margin-left:-4.3478%;
		margin-right:-4.3478%;
	    margin-top:-3em;
	}
	#carousel .arrow,
	#carousel:hover .arrow {
		opacity:0.4;
	}
	.landing-wrapper h1 {
		margin-top:0.75em;
	}
	.content {
		padding:3em 0;
	}
	.nav {
		left:-4.3478%;
		width:108.6957%;
	}
	.nav li ul a {
		white-space:normal;
	}
	.block-content {
		float:none;
		width:auto;
		border:0;
		padding-right:0;
	}
	.block-content:before, .block-content:after {
		display:none;
	}
	.block-sidebar {
		float:none;
		width:auto;
		margin-top:3em;
	}
	.block-sidebar #related h3 {
		text-align:left;
	}
	.block-sidebar #related li {
		float:left;
	}
	
	
	
	
	
	
	
	#sidebar {
		display:none;
	}
	.story {
		border-left:0;
		padding-left:0;
	}
	.story:before, .story:after {
		display:none;
	}
	#content {
		float:none;
		width:auto;
	}
	#sidebar.shop-sidebar {
		float:none;
		width:auto;
		display:block;
		border-bottom:1px solid #ddd;
		margin:-1em 0 2em 0;
	}
	#sidebar.shop-sidebar .tagline,
	#sidebar.shop-sidebar h3,
	#sidebar.shop-sidebar ul,
	#sidebar.shop-sidebar p {
		display:none;
	}
	.cart {
		margin-bottom:2em;
		max-width:240px;
	}
	.carousel-wrapper a {
		width:100%;
	}
	.staff li {
		width:18%;
	}
	.staff li:nth-child(4n+1) {
		clear:none;
	}
	.staff li:nth-child(5n+1) {
		clear:left;
	}
	#welcome p {
		font-size:1.5em;
	}
}


@media only screen and (max-width: 1023px) {
	#showcase {
		font-size:1em;
	}
	h1 .edit-page {
		display:none;
	}
}

@media only screen and (max-width: 900px) {
	#carousel a:after {
		display:none;
		padding:1.5em;
	}
	#carousel .more {
		margin-top:0.2em;
	}
	#sportsList .sport {
		width:48%;
	}
	#content .publications li {
		width:48%;
	}
	#carousel {
		display:block;
		height:auto;
		padding:33% 50%;
		position:relative;
	}
	#carousel a {
		left:0; bottom:auto; top:100%;
		width:100%;
		max-width:100%;
		height:7em;
		background:#eee;
		min-height:0;
		padding:1em 1.5em;
    }
    #carousel p {
		font-size:1.125em;
    }
    .staff li {
		width:23%;
	}
	.staff li:nth-child(5n+1) {
		clear:none;
	}
	.staff li:nth-child(4n+1) {
		clear:left;
	}
	#portal-tiles li.top {
		width:31.33%;
		padding-top:17%;
	}
	#portal-tiles li:nth-child(4n+1) {
		clear:none;
	}
	#portal-tiles li:nth-child(3n+1) {
		clear:left;
	}
	#welcome {
		margin-top:8.5em;
		margin-bottom:0;
	}
	#welcome p {
		font-size:1.3em;
	}
	#showcase li {
		float:none;
		padding:33.333% 50%;
	}
}

@media only screen and (max-width: 767px) {
	.content {
		padding:2em 0;
	}
	#carousel {
		display:block;
		height:auto;
		padding:40% 50%;
		position:relative;
	}
	#carousel a {
		height:7.6em;
    }
    #carousel h3 {
		font-size:1.8em;
		margin:0;
    }
    #carousel .arrow {
		width:60px;
		background-size:20px 48px;
	}
	#carousel p {
		float:none;
		margin-bottom:0.3em;
		line-height:1.2;
	}
	#carousel .more {
		float:none;
		display:inline-block;
	}
	#tiles li {
		width:48%;
	}
	#social a {
		width:36px;
		height:36px;
		line-height:16px;
		padding:8px;
	}
	#social a:before {
		font-size:16px;
		font-family:fa-brands;
	}
	#footer address {
		width:48%;
	}
	#footer #copyright {
		display:none;
	}
	#footer span.copyright {
		display:block;
		margin-top:1.5em;
	}
	#social {
		float:right;
		width:48%;
		text-align:right;
	}
	#social h2 {
		display:none;
	}
	.tabs-wrapper {
		margin-top:0 !important;
	}
	#promo-events,
	#promo-events li {
		float:none;
		width:auto;
		margin-right:0;
	}
	h1 {
		font-size:2.1em;
	}
	.heading-wrapper {
		margin-bottom:1.2em;
	}
	.heading-wrapper h1 {
		position:static;
		color:inherit;
		background:none;
		padding:0;
		margin-top: 0.75em;
	}
	#cta-mobile a {
		width:47%;
	}
	#cta-mobile a#tour-mobile {
		width:97%;
		margin-top:1em;
	}
	#product img.single {
		width:200px;
		height:200px;
	}
	#contactInfo {
		float:none;
		width:auto;
	}
	#campus-map {
		float:none;
		width:auto;
		margin-top:1em;
	}


	/* Canteen */
	.menu-picker h3 {
		cursor:pointer;
	}
	.menu-picker h3:after {
		font-family:fa-solid;
		font-size:0.85em;
		content:'\f078';
		margin-left:0.5em;
		margin-right:-1em;
		color:#d22;
		display:inline-block;
		width:1em;
		text-align:center;
		transition:transform linear 200ms;
	}
	.menu-picker h3.active:after {
		transform:rotate(180deg);
	}
	.menu-picker,
	.canteen-footer {
		padding:1.2em;
	}
	.menu-picker-notes {
		padding:0 1.2em 1.2em 1.2em;
	}
	.canteen-footer input {
		display:block;
		margin:auto;
	}
	.canteen-items {
		display:none;
	}
	.menu-picker h3.active + .canteen-items {
		display:block;
	}
	.canteen-items ul {
		width:auto;
		margin-right:0;
	}
	.canteen-items li {
		float:none;
		width:auto;
		margin:0 0 1em 0;
	}
	#review-orders {
		width:100%;
		margin-right:0;
	}
	#review-orders div {
		width:100%;
		margin-right:0;
	}
	.canteen-buttons {
		text-align:center;
	}
	.canteen-buttons input {
		width:8em;
		margin:0 0.2em;
	}
	.canteen-header div {
		margin:0 !important;
	}
	.canteen-header div p {
		float:none;
		margin:0 0 0.5em 0;
	}
	.canteen-header input.text, .canteen-header select {
		display:block;
		width:100% !important;
		box-sizing:border-box;
	}

}


@media only screen and (max-width: 599px) {
	.logo {
		margin-left:0;
		left:0;
	}
	#carousel a {
		height:9.1em;
    }
    #welcome {
		margin-top:10em;
    }
	#news {
		width:104%;
		margin-right:-4%;
	}
	#news li {
		width:46%;
		margin-right:4%;
	}
	#news li:nth-child(3n+1) {
		clear:none;
	}
	#news li:nth-child(2n+1) {
		clear:left;
	}
	.home #news li:nth-child(4) {
		display:block;
	}
	.home #news .leader {
		display:none;
	}
	#sportsList,
	#sportsList .sport {
		margin-right:0;
		height:auto;
		width:auto;
		float:none;
	}
	#sportsList .sport ul {
		height:auto !important;
		padding-bottom:1em;
	}
	#products,
	#products li {
		float:none;
		width:auto;
		margin-right:0;
	}
	#content .publications ul,
	#content .publications li {
		float:none;
		width:auto;
		margin-right:0;
	}
	.form label {
		position:static;
		text-align:left;
	}
	.form p, .form h3 {
		padding-left:0;
	}
	.staff {
		width:103%;
		margin-right:-3%;
	}
	.staff li {
		width:30.33%;
		margin-right:3%;
	}
	.staff li:nth-child(4n+1) {
		clear:none;
	}
	.staff li:nth-child(3n+1) {
		clear:left;
	}
	#portal-tiles {
		width:103%;
		margin-right:-3%;
	}
	#portal-tiles li.top {
		width:47%;
		margin-right:3%;
		padding-top:25%;
	}
	#portal-tiles li:nth-child(3n+1) {
		clear:none;
	}
	#portal-tiles li:nth-child(2n+1) {
		clear:left;
	}
	#product img.single {
		float:none;
		width:280px;
		height:280px;
		display:block;
		margin:2em auto;
	}
}


@media only screen and (max-width: 479px) {
	
	.header-wrapper, .header {
		height:86px;
	}
	.logo {
		width:160px;
		height:80px;
		background-size:160px 80px;
		top:3px;
	}
	.nav {
		top:86px;
		padding:2em 3em;
	}
	#mobile-nav {
		top:23px;
	}
	#hamburger {
		width:40px;
		height:40px;
	}
	#hamburger:after {
		font-size:20px;
		line-height:40px;
		width:40px;
	}
	#hamburger.menu-open {
		background-size:27px 27px;
	}
	.heading-wrapper img {
	    margin-top:-2em;
	}
	#footer-wrapper {
		padding:2em 0;
	}
	#footer address {
		float:none;
		width:auto;
		text-align:center;
	}
	#footer-links {
		display:none;
	}
	#tiles, #tiles li {
		width:auto;
		margin-right:0;
		float:none;
	}
	.standfirst + #tiles {
		margin-top:2.2em;
	}
	#tiles li {
		margin-bottom:0.85em;
	}
	#tiles a {
		height:4.5em;
		padding-left:5.2em;
	}
	.news #news, .news #news li {
		width:auto;
		margin-right:0;
		float:none;
	}
	#news li {
		margin-bottom:2em;
	}
	.news #news li:nth-child(2n+1) {
		clear:none;
	}
	.staff li {
		width:47%;
	}
	.staff li:nth-child(3n+1) {
		clear:none;
	}
	.staff li:nth-child(2n+1) {
		clear:left;
	}
	#carousel h3 {
		font-size:1.7em;
    }
    #carousel a {
		background-color:#333;
		color:#fff;
    }
    #welcome p {
		padding-top:3.4em;
    }
    #welcome p:before {
		font-size:1.2em;
    }
	.home #news h3 {
		display:block;
		margin-right:4%;
	}
	.home #news h3 a {
		display:block;
		text-align:center;
		color:#fff;
		background:#c22;
		padding:0.3em 0;
	}
	#carousel h3 em {
		color:#fff;
	}
	#carousel .more:after {
		color:#d22;
	}
	#showcase div.image-text div {
		padding:1em 1.2em;
	}
	#showcase strong {
		font-size:1.8em;
	}
	#showcase p {
		font-size:1.1em;
	}
	#social {
		margin-top:0.5em;
	}
}


@media only screen and (max-width: 340px) {
	.nav li.top .rollover div {
		display:none;
	}
	.nav li.top .rollover {
		padding:1.2em;
	}
}


/* Exact sizes */

@media only screen and (width: 375px) {
	.heading-wrapper img {
		height:125px;
	}
}