/* 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-light';
	src:url('Fonts/fa-light-300.woff2') format('woff2');
	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;
}
@font-face {
	font-family:'BlsW-Md';
	src:url('Fonts/blsw-md.woff2') format('woff2'),
		url('Fonts/blsw-md.woff') format('woff');
	font-weight:normal;
	font-style:normal;
}

/*
—————————————————
Global
—————————————————
*/
html {
	background:#444;
	font:15px/1.5 'Nunito Sans', Verdana, sans-serif;
}
body {
	color:#222;
	text-size-adjust:none;
	box-sizing:border-box;
}
.main-container {
	min-width:320px;
	max-width:1920px;
	margin:auto;
	position:relative;
	background:#fff;
}
body.scrolled {
	xpadding-top:114px;
}
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;
	margin-bottom:0.9em;
}
h1 {
	font-weight:300;
	font-size:3.2rem;
	line-height:1;
	letter-spacing:-1px;
	color:#000;
	margin-bottom:0.7em;
}
h1 em {
	font-style:inherit;
}
h1 + h3 {
	margin-top:0.7em;
}
.header-wrapper {
	position:relative;
	margin-bottom:1.5em;
	width:76%;
}
.header-wrapper img {
	display:block;
	width:100%;
	background:#f2f2f2;
}
.landing-wrapper {
	width:100%;
}
.header-wrapper h1 {
	position:absolute;
	bottom:0; left:0;
	margin-bottom:0;
	background:rgba(255,204,0,0.92);
	padding:0.15em 0.3em;
}
.landing-wrapper h1 {
	font-family:BlsW-Md;
	text-transform:uppercase;
	font-size:3.3em;
	color:#fff;
	background:rgba(0,0,0,0.8);
	padding:0.2em 0.4em;
}
.landing-wrapper h1 em {
	color:#fc0;
}
h2 {
	font-weight:bold;
	font-size:1.6rem;
}
h2:before {
	content:'';
	display:block;
	width:1.85em;
	height:0.1667em;
	position:absolute;
	top:-0.25em; left:0;
	background:#fc0;
}
h2 a {
	border:0 !important;
}
h3 {
	font-size:1.5em;
}
p {
	margin-bottom:1em;
}
.clearfix:after, .block:after {
	content:'';
	display:table;
	clear:both;
}
::selection {
	color:#000;
	background:#fc0;
}
.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:#fb0;
	padding:0 5px 0 0;
	font-size:2.9em;
	line-height:1;
}
#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;
}
ol li {
	list-style:decimal;
	padding-left:0.5em;
}


/*
—————————————————
Header
—————————————————
*/
#header-wrapper {
	background:#222;
}
#header {
	max-width:1440px;
	margin:auto;
	height:114px;
	position:relative;
}
/*
body.scrolled #header {
	position:fixed;
	top:0; left:0;
	z-index:10;
	width:100%;
	height:76px;
}
*/
#logo {
	width:242px;
	height:75px;
	position:absolute;
	bottom:19px; left:0;
	background:url(/Images/logo-stpauls-new.png) no-repeat;
	background-size:242px 75px;
	xtransition:all 150ms linear;
}
#logo strong {
	display:none;
}
/*
body.scrolled #logo {
	width:194px;
	height:60px;
	bottom:8px;
	background-size:194px 60px;
}
*/
#nav {
	position:absolute;
	bottom:8px; left:272px;
}
#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;
	padding:1.8em 0 1.4em 0;
	xwidth:42em;
	box-shadow:0 0 1em rgba(0,0,0,0.17);
	border-radius:5px;
	border-bottom:4px solid #b2cde7;
	z-index:4;
}
#nav li.top .rollover-small {
	xwidth:28em;
}
#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;
	display:none !important;
}
#nav li.top .rollover h3 {
	margin-bottom:0.6em;
	padding:0 2.4rem 0 1.8rem;
	white-space:nowrap;
}
#nav li.top .rollover div img {
	display:block;
	width:100%;
	border-radius:4px;
}
#nav li.top .rollover ul {
	xfloat:left;
	xmargin-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, #nav li.active a.top {
	color:#fc0;
}
#nav a.top:after {
	content:'';
	width:1.5px;
	height:1.2em;
	background-color:#fc0;
	position:absolute;
	transform:rotate(12deg);
	top:1.15em; right:0;
}
#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:2;
	white-space:nowrap;
	display:block;
	padding:0 2.4em 0 1.8em;
	border-radius:4px;
}
#nav li ul a:hover {
	background:whitesmoke;
}
#nav li ul a:active {
	background:#e2e2e2;
}

#nav-secondary {
	position:absolute;
	top:0.8em; right:0;
	font-size:0.93em;
	border-radius:0 0 7px 7px;
}
#nav-secondary li {
	float:left;
}
#nav-secondary a {
	display:block;
	line-height:2em;
}
#nav-secondary a.text-link {
	display:inline-block;
	background:#fc0;
	background:linear-gradient(to bottom, #ffd500, #ffc800);
	margin-right:0.7em;
	border-radius:0.3em;
	font-weight:600;
	width:8.8em;
	font-size:0.8666rem;
	text-align:center;
}
#nav-secondary a.social {
	padding:0 0.7em;
}
#nav-secondary a.social span {
	display:none;
}
#nav-secondary a.social:before {
	font-family:fa-brands;
	font-size:1.2em;
	color:#fff;
}
#nav-secondary .facebook {
	margin-left:0.5em;
}
#nav-secondary .facebook:before  { content:'\f39e' }
#nav-secondary .instagram:before { content:'\f16d' }
#nav-secondary .youtube:before   { content:'\f167' }
#nav-secondary .linkedin:before  { content:'\f0e1' }
#nav-secondary .twitter:before   { content:'\f099' }
#nav-secondary .youtube:before   { content:'\f167' }

#mobile-nav {
	display:none;
}

/*
body.scrolled #nav-secondary {
	display:none;
}
*/

/*
—————————————————
Home Page
—————————————————
*/
#home-main {
	float:left;
	width:76%;
	margin-top:-15px;
}
#home-sidebar {
	margin-top:-15px;
	float:right;
	width:21%;
}
.carousel-wrapper {
	display:block;
	height:400px;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	overflow:hidden;
	position:relative;
	margin-bottom:3em;
}
.carousel-wrapper .carousel-text-english,
.carousel-wrapper .carousel-text-maaori {
	position:absolute;
	bottom:0; left:0;
	background:rgba(0,0,0,0.7);
	padding:1em 1.5em;
	width:100%;
}
.carousel-wrapper h3 {
	color:#fff;
	font-family:BlsW-Md;
	font-size:3.2em;
	line-height:1;
	text-transform:uppercase;
	z-index:3;
	margin-bottom:0.1em;
}
.carousel-wrapper h3 em,
.carousel-wrapper h3 strong {
	color:#fc0;
	font-weight:normal;
	font-style:normal;
}
.carousel-wrapper p {
	float:left;
	color:#fff;
	font-size:1.2em;
	margin:0.4em 1em 0 0;
	line-height:1.1;
}
.carousel-wrapper .more {
	float:left;
	line-height:1.8;
	color:#fff;
	z-index:3;
	margin-top:0.2em;
}
.carousel-wrapper .more:after  {
	float:left;
	content:'\f0a9';
	font-family:fa-solid;
	font-size:1.8em;
	margin-right:0.2em;
	line-height:1;
	color:#fc0;
}

/* Maaori language week styles */
.maaori .carousel-text-english,
.maaori .carousel-text-maaori {
	transition:opacity 400ms;
}
.maaori .carousel-text-english {
	opacity:0;
}
.maaori .carousel-wrapper a {
	width:100%;
}
.maaori .carousel-wrapper h3 {
	font-size:2.7em;
}
.maaori .carousel-wrapper:hover .carousel-text-english {
	opacity:1;
}
.maaori .carousel-wrapper:hover .carousel-text-maaori {
	opacity:0;
}


.maaori #home-sidebar #enrol span,
.maaori #home-sidebar #open span {
	transition:opacity 400ms;
	position:absolute;
	top:0; left:100px;
	width:calc(100% - 100px);
}
.maaori #home-sidebar #open span {
	top:21px;
}
.maaori #home-sidebar .english {
	opacity:0;
}
.maaori #home-sidebar .maaori {
	opacity:1;
}
.maaori #home-sidebar #open .maaori {
	font-size:0.7em;
	padding:0 0.3em;
}
.maaori #home-sidebar a:hover .english {
	opacity:1;
}
.maaori #home-sidebar a:hover .maaori {
	opacity:0;
}
.maaori #tour .more span,
.maaori #tour em span {
	transition:opacity 400ms;
}
@media only screen and (max-width: 1500px) {
	.maaori #nav {
		font-size:0.9em;
	}
}


.maaori #showcase .english {
	display:none;
}
.maaori #showcase a:hover .english {
	display:block;
}
.maaori #showcase a:hover .maaori {
	display:none !important;
}



.maaori #enrol-mobile .english,
.maaori #open-mobile .english,
.maaori #tour-mobile .english {
	display:none;
}
.maaori #enrol-mobile .maaori,
.maaori #open-mobile .maaori,
.maaori #tour-mobile .maaori {
	display:block;
}
.maaori #enrol-mobile:hover .english,
.maaori #open-mobile:hover .english,
.maaori #tour-mobile:hover .english {
	display:block;
}
.maaori #enrol-mobile:hover .maaori,
.maaori #open-mobile:hover .maaori,
.maaori #tour-mobile:hover .maaori {
	display:none;
}
.maaori #open-mobile .maaori {
	font-size:0.8em;
}


#nav-secondary .maaori {
	display:none;
}
.maaori #nav-secondary a.text-link {
	width:9em;
	text-align:center;
}
.maaori #nav-secondary .english {
	display:none;
}
.maaori #nav-secondary .maaori {
	display:inline;
}
.maaori #nav-secondary a:hover .maaori {
	display:none;
}
.maaori #nav-secondary a:hover .english {
	display:inline;
}




#enrol, #open, #tihoi, #boarding {
	display:block;
	height:120px;
	line-height:1.2;
	margin-bottom:20px;
	font-size:1.4em;
	font-family:BlsW-Md;
	text-transform:uppercase;
	color:#fc0;
	background:#222 url(/Temp/sample-thumb.jpg) top left no-repeat;
	background-size:120px 120px;
	position:relative;
}
#enrol span.text, #open span.text, #tihoi span.text, #boarding span.text {
	float:right;
	width:calc(100% - 120px);
	height:100%;
	display:flex;
	text-align:center;
	align-items:center;
}
#enrol span.text span, #open span.text span, #tihoi span.text span, #boarding span.text span {
	width:100%;
	text-align:center;
	padding:0 8px;
	box-sizing:border-box;
}
#boarding em, #cta-mobile em {
	font-style:normal;
	white-space:nowrap;
}

#enrol:after {
	xcontent:'\f0a9';
	font-family:fa-solid;
	font-size:24px;
	font-style:normal;
	line-height:1;
	color:#fc0;
}
#open {
	background-image:url(/Temp/sample-thumb5.jpg);
}
#tihoi {
	background-image:url(/Temp/sample-thumb3.jpg);
}
#boarding {
	background-image:url(/Temp/sample-thumb6.jpg);
}
#cta-mobile {
	display:none;
	width:103%;
	margin:-1em -3% 2em 0;
}
#cta-mobile a {
	float:left;
	display:flex;
	align-items:center;
	width:47%;
	margin-right:3%;
	margin-bottom:1em;
	height:80px;
	padding:0 10px 0 93px;
	font-size:1.4em;
	line-height:1.2;
	font-family:BlsW-Md;
	text-transform:uppercase;
	color:#000;
	background:#fc0 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-thumb5.jpg);
}
#cta-mobile a#tihoi-mobile {
	background-image:url(/Temp/sample-thumb3.jpg);
}
#cta-mobile a#boarding-mobile {
	background-image:url(/Temp/sample-thumb6.jpg);
}
#cta-mobile a#tour-mobile {
	background-image:url(/Temp/sample-thumb3.jpg);
}
.subscribe {
	background:#fc0;
	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:#fc0;
	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.4em;
}
#tour em {
	display:block;
	position:relative;
	font-style:normal;
	font-size:1.1em;
}
#tour em span {
	position:absolute;
	top:0; left:0;
	width:100%;
	height:100%;
}
#tour div {
	background:#222;
	position:absolute;
	bottom:0; left:0;
	width:100%;
	height:2.6em;
}
#tour .more {
	position:absolute;
	top:0; left:0;
	width:100%;
	height:100%;
	padding:0.4em 0;
}
#tour .more span {
	display:inline-block;
	line-height:1.8;
	color:#fff;
	z-index:3;
}
#tour .more span:after  {
	float:left;
	content:'\f0a9';
	font-family:fa-solid;
	font-size:1.8em;
	margin-right:0.2em;
	line-height:1;
	color:#fc0;
}


/*
———————————————————
Sidebar
———————————————————
*/
#sidebar {
	float:left;
	width:19%;
	margin-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:#f0b412;
	margin-bottom:0.4em;
	font-weight:bold;
}
#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:#f0b412;
}
#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.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 a {
	color:#f0b412;
}
#downloads {
	width:75%;
	float:right;
}
#related {
	border-top:1px solid #fc0;
	margin-top:24px;
	padding-top:24px;
}
#related h2 {
	margin:0;
}
#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:#fc0;
	display:none;
	padding:5.5em;
	position:fixed;
	top:114px; left:0;
	width:100%;
	z-index:1;
}
/*
body.scrolled #search {
	top:76px;
}
*/
#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:#fc0;
	font-size:30px;
	line-height:71px;
	outline:0;
	cursor:pointer;
}
.search-text::selection {
	color:#000;
	background:#fc0;
}
.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.3em;
	font-weight:300;
	line-height:1.4;
	width:76%;
	margin-bottom:-0.9em;
}
#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:#fc0;
}
#content a.button {
	display:inline-block;
	color:#fc0;
	background:linear-gradient(#444, #111);
	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:5px;
}
#content a.button:hover {
	background:linear-gradient(#555, #222);
}
#content a.button:active {
	box-shadow:inset 0 0 0.7em #000;
}
#content div p:first-child {
	xmargin-top:27px;
}
#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:#fc0;
}





/*
———————————————————
Blocks
———————————————————
*/
.block {
	margin-top:3em;
}
h1 + .block,
.standfirst + .block,
.header-wrapper + .block, {
	margin-top:2em;
}
.block-content {
	float:left;
	width:76%;
	border-right:1px solid #d2d2d2;
	padding-right:2em;
	position:relative;
	font-size:1.0677em;
}
.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:19%;
	padding:2em 0;
}
.block-sidebar img {
	display:block;
	width:100%;
	border-top:3px solid #fc0;
}
.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:#eee;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	
}
#news strong {
	display:block;
	font-weight:500;
	line-height:1.2;
	font-size:1.3em;
	margin-bottom:0.3em;
	padding-right:1em;
}
#news .leader {
	display:block;
	font-size:0.93em;
	margin-bottom:0.5em;
}
#news .date {
	display:block;
	font-size:0.85em;
	color:#999;
	margin-bottom:0.3em;
}
#news .more {
	display:inline-block;
	line-height:1.8;
	color:#acbf62;
}
#news .more:after  {
	float:left;
	content:'\f0a9';
	font-family:fa-solid;
	font-size:1.8em;
	margin-right:0.2em;
	line-height:1;
	color:#c5d781;
}

/*
———————————————————
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:#fc0;
}
.tabs a:focus:before,
.tabs a:active:before {
	background:#bebebe;
}

/*
———————————————————
Footer
———————————————————
*/
#footer-wrapper {
	background:#fc0;
	padding:3em 0;
}
#footer {
	color:#000;
	max-width:1440px;
	margin:auto;
}
#footer address {
	float:left;
	width:33.33%;
}
#footer span.address {
	display:block;
	margin-bottom:0.75em;
}
#footer address #copyright {
	font-size:0.93em;
}
#footer address #copyright a {
	display:inline-block;
	line-height:1.2;
	margin-left:1em;
	border-bottom:1px solid rgba(0,0,0,0.2);
}
#social {
	float:right;
	width:33.33%;
	text-align:center;
}
#social h2 {
	text-align:center;
}
#social a {
	display:inline-block;
	font-size:0;
	border:2px solid #000;
	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' }
#twitter:before   { content:'\f099' }
#linkedin:before  { content:'\f0e1' }
#youtube:before   { content:'\f167' }

#social a:hover {
	background:#fff;
}

#footer-logos {
	float:right;
	width:33.33%;
}
#footer-logos img {
	float:right;
	max-width:150px;
	margin-left:30px;
}
#footer-logos #ibsc img {
	margin-top:10px;
}

/*
———————————————————
Staff
———————————————————
*/
.staff  {
	width:102%;
	margin:4em -2% 0 0;
}
.staff li {
	float:left;
	width:14.66%;
	margin:0 2% 2.8em 0;
	padding-top:1.5em;
	position:relative;
}
.staff li:nth-child(6n+1) {
	clear:left;
}
.staff .dept { 
	position:absolute;
	top:0; left:0;
	font-size:0.93em;
}
.staff a {
	display:inline-block;
	line-height:1.8;
	color:#acbf62;
	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:#c5d781;
}
.staff img {
	display:block;
	width:100%;
	margin-bottom:0.5em;
}
.staff h3 {
	font-size:1.2em;
	margin-bottom:0.2em;
}
.staff h4 {
	font-size:0.93em;
	line-height:1.2;
	border-top:1px solid #ddd;
	padding-top:0.2em;
	color:#999;
	margin-bottom:0.3em;
}
.profile {
	width:960px;
	height:500px;
	padding:1.8em 1em 1.8em 300px;
	position:relative;
	font-family:'Nunito Sans';
}
.profile img {
	position:absolute;
	top:1em; left:1em;
	width:240px;
}
.profile h3 {
	font-style:italic;
	font-size:1.2em;
}
.staff-profile .profile {
	width:auto;
	height:auto;
	padding:1.5em 0 0 12.5em;
	min-height:17em;
	margin-bottom:1.5em;
	border-top:1px solid #ddd;
}
.staff-profile .profile img {
	top:1em; left:0;
	width:11em;
	border-radius:5px;
}
#content .staff-profile .profile h2 {
	margin:0 0 0.6em 0;
	font-size:1.4em;
}
#content .staff-profile .profile h2 + h3 {
	margin-top:-0.5em;
}
#content .staff-profile .profile h2:before {
	display:none;
}


/*
————————————————————————
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:#fcbd1b;
}
#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:#fc0;
}
#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:100px;
	height:26px;
	text-align:center;
	cursor:pointer;
	font-size:14px;
	background:#111;
	color:#fc0;
	font-weight:bold;
	border:0;
	border-radius:5px;
	outline:0;
}
#filter input.button:hover {
	background:#222;
}
#story-text {
	float:left;
	width:66%;
	font-size:1.0677em;
}
#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:#f0b412;
}


/*
——————————————————————
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:#fc0;
	text-align:center;
	color:#333;
	font-size:16px;
	font-weight:bold;
}
#tickets span.button:hover {
	background:#fed534;
}
.form ul.seating-plan-list {
	margin-left:200px;
}
.form .seatSelector {
	margin:0 0 20px 200px;
}
.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-bottom:25px;
}
.payment-logos {
	background:#fff;
	padding:10px;
	border-radius:7px;
}

/*
——————————————————————
Business Directory
——————————————————————
*/
#directory-header {
	border-radius:7px;
	margin:-1em 0 2em 0;
	overflow:hidden;
}
#directory-header-image {
	float:left;
	width:60%;
	height:20em;
	background:#000;
	box-sizing:border-box;
	padding:2em 4em;
}
#directory-header-image div {
	width:100%;
	height:100%;
	background:url(/Images/directory-header.png) center no-repeat;
	background-size:contain;
}
#directory-header-text {
	float:left;
	width:40%;
	height:20rem;
	background:#fc0;
	padding:3rem;
	box-sizing:border-box;
	font-size:1.2em;
}
#directory-header-text p:last-child {
	margin:0;
}
#directory-categories {
	text-align:center;
	background:#222;
	margin-bottom:3em;
	border-radius:7px;
}
#directory-categories li {
	color:#fff;
	display:inline-block;
	width:9.5%;
	vertical-align:top;
	cursor:pointer;
}
#directory-categories div {
	display:block;
	line-height:1.1;
	padding:1em 0.7em;
	height:6.5em;
	transition:background-color 150ms linear;
	outline:0;
}
#directory-categories div:hover {
	background:#333;
}
#directory-categories span {
	display:block;
	font-family:fa-solid;
	font-size:1.75em;
	margin-bottom:0.2em;
	color:#fc0;
}
#directory-categories li.active div {
	background:#fc0;
	color:#000;
}
#directory-categories li.active span {
	color:#000;
}
#directory-categories strong {
	display:block;
	font-weight:500;
}
#directory  {
	width:calc(100% + 1.5em);
	margin-right:-1.5em;
}
#directory li {
	float:left;
	width:calc(50% - 1.5em);
	margin:0 1.5em 1.5em 0;
}
#directory li:nth-child(2n + 1) {
	xclear:left;
}
#directory a {
	display:block;
	text-decoration:none;
	border:0;
	outline:0;
	position:relative;
	padding:7px;
	background-color:#eee;
	background:linear-gradient(to bottom, #f2f2f2, #eaeaea);
	border-radius:7px;
}
#directory a:hover {
	background:#eaeaea;
}
#directory a:active {
	background:#e5e5e5;
}
#directory h3 {
	line-height:1.1;
	margin:0 0 0.3em 0;
	font-weight:bold;
}
#directory p {
	font-size:0.9375em;
	margin:0;
}
#directory .business-logo {
	float:left;
	width:0;
	height:0;
	padding:10% 15%;
	position:relative;
	background-color:#fff;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	border-radius:5px;
}
#directory .business-details {
	float:left;
	padding:0.8em 1.2em 0 1.2em;
	width:calc(70% - 10px);
	box-sizing:border-box;
}
#directory .more {
	position:absolute;
	bottom:0; right:0;
	background:#fc0;
	width:4em;
	height:2em;
	line-height:2em;
	text-align:center;
	border-radius:7px 0 7px 0;
}
#directory .more:after {
	content:'\f054';
	font-family:fa-solid;
}






#business img.logo {
	xposition:absolute;
	xtop:56px; xright: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 {
	background:#fc0;
}
.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:13px;
}
#publications li img {
	width:106px; height:150px;
	display:block;
	margin:0 auto 5px 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:15px;
	margin-bottom:2px;
}


/*
———————————————————
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;
}
.form h3 span.subheading {
	font-size:1rem;
}
.hbspt-form h3 {
	padding:0;
}
.form p,
.form .fieldWrapper,
.hs-form-field,
.hs_submit,
.form .g-recaptcha {
	position:relative;
	padding-left:200px;
	min-height:26px;
	margin-bottom:.8em;
}
.form .g-recaptcha {
	margin:2em 0;
}
.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 #fc0 !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:#fcbd1b;
	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,
.hs-button {
	display:block;
	padding:6px 24px;
	margin:20px 8px 0 0;
	border:0;
	background:#111;
	color:#fc0;
	font-weight:bold;
	border-radius:5px;
	outline:none;
	cursor:pointer;
	font-size:18px;
}
.form input.button:hover {
	background:#222;
}
.form input.button:active {
	background:#333;
}
.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 {
	font-size:16px;
	margin:20px 0;
}
.presentation th.label {
	background:#fed534;
	font-weight:bold;
}
.presentation th,
.presentation td {
	padding:7px 10px;
	width:145px;
	vertical-align:top;
}
.presentation th.label,
.presentation td {
	border:1px solid #fed534;
}
.presentation th.center,
.presentation td.center {
	text-align:center;
}
.presentation td.tint {
	background:#fffce2;
	font-weight:bold;
}
.presentation td.tint span {
	font-weight:normal;
}
.fees {
	width:100%;
	font-size:14px;
}


/*
——————————————————————
Tables
——————————————————————
*/
figure {
	width:100%;
	margin:1.5em 0;
}
.block-content table {
	width:100%;
	margin:1.5em 0;
	font-size:0.9em;
}
.block-content th,
.block-content td {
	padding:0.4em 0.7em;
	vertical-align:top;
	border:0.05em solid #ffc627;
	width:11em;
	text-align:center;
}
.block-content th {
	background:#ffc627;
	font-weight:bold;
	line-height:1.3;
	padding:0.6em 0.7em;
}
.block-content th:nth-child(even) {
	background:#ffd86c;
}
.block-content th:first-child,
.block-content td:first-child {
	width:auto;
	text-align:left;
}
.block-content td {
	background:#ffc6271a;
}
.block-content td:first-child {
	background:none;
}

/*
—————————————————————
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;
}
#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 address {
	float:left;
	margin-right:50px;
}
#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%;
	max-width:400px;
	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);
	height:5em;
}
#contactInfo dt.fax {
	background-image:url(/Images/icon-fax.gif);
}
#contactInfo dt.email {
	background-image:url(/Images/icon-email.gif);
}

#contactInfo dt.icon:before {
	font-family:fa-brands;
	display:block;
	text-align:center;
	font-size:1.7em;
	margin-right:0.5rem;
	margin-top:0.4rem;
}

#contactInfo dt.facebook:before  { content:'\f39e' }
#contactInfo dt.instagram:before { content:'\f16d' }
#contactInfo dt.youtube:before   { content:'\f167' }
#contactInfo dt.linkedin:before  { content:'\f0e1' }
#contactInfo dt.twitter:before   { content:'\f099' }
#contactInfo dt.youtube:before   { content:'\f167' }

#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 #fc0;
}

/*
—————————————————————
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
————————————————————————
*/
.shop-logo {
	width:200px;
	height:176px;
	display:block;
	margin:-8px auto 15px auto;
}
#content .shop-buttons a.hours {
	display:none;
}
.tagline {
	text-align:center;
	font-size:12.5px;
	font-style:italic;
	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;
	background:#fcbd1b;
	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 #fc0;
	padding:5px 10px 5px 116px;
}
#products a:hover {
	background:#ededed;
}
#products img {
	position:absolute;
	top:7px; left:7px;
	width:100px;
	height:100px;
}
#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 {
	color:#ea0;
	font-size:22px;
}
#product-content p.price small {
	font-size:14px;
}
.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 {
	padding:2px 10px;
	font-size:15px;
	margin:20px 0 0 5px;
	border:0;
	background:#111;
	color:#fc0;
	font-weight:bold;
	border-radius:5px;
	outline:none;
	cursor:pointer;
}
.attributes-no-sizes input.button {
	margin:0;
}
.attributes input.button:hover {
	background:#222;
}
.attributes input.button:active {
	background:#333;
}
#sizes {
	clear:left;
	font-size:13px;
}
#sizes th {
	font-weight:bold;
	border-bottom:1px solid #ddd;
	padding:1px 0;
	color:#ea0;
}
#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:#ea0;
	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:#fcbd1b;
	margin-left:4px;
	cursor:pointer;
	text-shadow:1px 1px #ea0;
}
#cart .remove {
	background:#bbb;
	text-shadow:1px 1px #aaa;
}
#cart .update:hover {
	opacity:.8;
}
#cart input.button {
	float:right;
	padding:6px 24px;
	margin:8px 8px 0 0;
	border:0;
	background:#111;
	color:#fc0;
	font-weight:bold;
	border-radius:5px;
	outline:none;
	cursor:pointer;
	font-size:18px;
}
#cart input.button:hover {
	background:#222;
}
#cart input.button:active {
	background:#333;
}
img.payment {
	float:left;
	margin-top:10px;
	max-width:180px;
}

/*
————————————————————————
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 #fc0;
}
#enrolment h2 {
	background:#222;
	color:#fc0;
	padding:8px 20px;
	margin:0 0 1em -15px;
}
#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:#fc0;
	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:#fc0;
}
#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:#fc0;
	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 #fc0;
}
.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:#fc0;
	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 #fc0;
	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 #fc0;
    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:#fc0;
	color:#000;
	font-weight:bold;
	font-size:1.2em;
}
#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 #fc0;
}
#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.2em;
	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:#fc0;
}

/*
———————————————————————
Custom desiged sections
———————————————————————
*/
#sections li.swimming,
#sections li.hafh,
#sections li.know-tihoi {
	padding-bottom:0;
}
#sections li.swimming ul,
#sections li.hafh ul,
#sections li.know-tihoi ul {
	padding:0 12px 12px 12px;
	margin:0;
}
#sections li.swimming h3,
#sections li.hafh h3,
#sections li.know-tihoi h3 {
	color:#fff;
	padding:0 12px;
}
#sections li.swimming a,
#sections li.hafh a,
#sections li.know-tihoi a {
	color:#fff;
	border-width:0;
}
#sections li.swimming a,
#sections li.hafh a,
#sections li.know-tihoi a {
	color:#fff;
	border-width:0;
}
#sections li.swimming {
	background:#2d81bc;
}
#sections li.swimming a {
	border-color:#c0e1fa;
	border-width:1px;
}
#sections li.swimming li  {
	background-image:url(/Images/bullet-blue.gif);
}
#sections li.hafh {
	background:#000 url(/Images/bg-hafh.png) top center no-repeat;
	background-size:280px 162px;
	border-bottom:20px solid #fcbd1b;
}
#sections li.hafh a:hover {
	color:#fc0;
}
#sections li.know-tihoi {
	background:#000;
}
#sections li.know-tihoi a:hover {
	color:#fc0;
}



/*
———————————————————————
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.2em;
	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;
	border-top:1px solid #eb0;
	position:relative;
}
#tiles img {
	height:100%;
	position:absolute;
	bottom:0; left:0;
	transition:filter 150ms linear;
	filter:grayscale(0.9);
}
#tiles a:hover {
	background-color:#fc0;
}
#tiles a:hover img {
	filter:grayscale(0);
}
#tiles li.cta a {
	color:#fc0;
	background-color:#222;
}
#tiles li.cta a span {
	font-size:1.1em;
	font-family:BlsW-Md;
	text-transform:uppercase;
}
#portal-tiles {
	width:102%;
	margin:3em -2% 0 0;
}
#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-family:BlsW-Md;
	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:#fc0;
	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;
}
#team-week {
	float:right;
	width:45%;
	position:relative;
	padding-left:120px;
}
#team-week:before {
	content:'';
	position:absolute;
	top:0; left:0;
	width:100px;
	height:106px;
	background:url(/Images/team-of-the-week.png) no-repeat;
	background-size:cover;
	z-index:1;
}
#team-week img {
	display:block;
	max-width:100%;
	border:15px solid #fff;
	box-shadow:0 0 8px rgba(0,0,0,0.2);
	margin-bottom:1em;
}


#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.2em;
	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:#fc0;
	filter:none;
}


/*
—————————————————
Showcase
—————————————————
*/
#showcase {
	position:relative;
	margin-bottom:1.5em;
}
#showcase ul {
	width:103%;
	margin-right:-3%;
}
#showcase li {
	float:left;
	width:47%;
	margin:0 3% 1.5em 0;
	cpadding-left:6em;
	position:relative;
}
#showcase li:nth-child(odd) {
	clear:left;
}
#showcase img {
	display:block;
	width:100%;
	margin-bottom:0.7em;
}
#showcase .image {
	float:left;
	background-size:cover;
	background-position:center;
}
#showcase .text {
	margin-left:5.2em;
	padding:0.5em 0 0.5em 1em;
	border-left:1px solid #ccc;
	position:relative;
}
#showcase .date {
	width:4.2em;
	height:4.2em;
	border-radius:2.1em;
	position:absolute;
	top:0.5em; left:-5.2em;
	color:#fff;
	background:#222;
	text-align:center;
	padding-top:0.7em;
	line-height:1.05;
}
#showcase .day {
	display:block;
	color:#fc0;
	font-size:1.6em;
	font-weight:bold;
}
#showcase .day-small {
	font-size:1.3em;
	margin-top:0.25em;
}	
#showcase .month {
	display:block;
	text-transform:uppercase;
	font-size:0.9em;
}
#showcase h3 {
	margin-bottom:0.3em;
}
#showcase p {
	padding-right:5em;
	margin:0;
	min-height:3em;
}
#showcase a:hover img {
	opacity:0.9;
}

/*
—————————————————
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:#fc0;
	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;
}





/*
======================
Calendar
======================
*/
.calendar-tabs {
	height:2em;
	margin-bottom:2em;
	border-bottom:1px solid #ccc;
	padding-left:1em;
	margin-top:-1em;
}
.calendar-tabs li {
	float:left;
	margin-left:0.6em;
}
.calendar-tabs a {
	display:block;
	line-height:2em;
	height:2em;
	border:1px solid #ccc;
	border-radius:5px 5px 0 0;
	width:7em;
	text-align:center;
	background:#ddd;
	box-sizing:border-box;
}
.calendar-tabs a:hover {
	background:#d4d4d4;
}
.calendar-tabs a:active {
	background:#cecece;
}
.calendar-tabs li.active a {
	border-bottom:none;
	margin-bottom:-1px;
	padding-bottom:1px;
	background:#fff;
}

#calendar-buttons {
	height:4.5em;
}
#calendar-buttons a {
	float:left;
	margin-right:0.7em;
	padding:0.4em 1em;
	color:#fff;
	background:#333;
	border-radius:0.3em;
}
#calendar-buttons a:hover {
	background:#444;
}
#calendar-buttons a.active {
	color:#111;
	background:#fc0;
}
#calendar-header {
	text-align:center;
	user-select:none;
}
#calendar-header span {
	vertical-align:top;
	display:inline-block;
	font-size:2.8em;
	width:8em;
}
#calendar-header.daily-header span {
	width:5.5em;
}
#calendar-header.weekly-header span {
	width:4.5em;
}
#calendar-header span span {
	font-size:1em;
	width:auto;
}
#calendar-header span small {
	display:block;
	font-size:1.3rem;
	line-height:1;
}
#calendar-header a {
	display:inline-block;
	vertical-align:top;
	font-size:2.6em;
	margin:0.2em 0.7em 0 0.7em;
	width:1.1em;
	height:1.1em;
	line-height:1.1em;
	text-align:center;
	border-radius:0.55em;
	transition:200ms background-color;
}
#calendar-header a:first-child {
	margin-left:0;
}
#calendar-header a:last-child {
	margin-right:0;
}
#calendar-header a:after {
	font-family:fa-light;
	content:'\f104';
}
#calendar-header a:last-child:after {
	content:'\f105';
}
#calendar-header a:hover {
	background:#f2f2f2;
}
#calendar-header a:active {
	background:#eee;
}
#monthly-wrapper {
	overflow-x:scroll;
	max-width:100%;
}
#monthly {
	width:100%;
	border-collapse:collapse;
	font-size:0.875em;
	line-height:1.2;
}
#monthly th {
	padding:0.2em 0.7em;
	background:#777;
	color:#fff;
	border:0.05em solid #aaa;
}
#monthly td {
	width:14.286%;
	height:15em;
	border:0.05em solid #ddd;
	padding:3.5em 0.7em 0.7em 0.7em;
	vertical-align:top;
	position:relative;
	box-sizing:border-box;
}
#monthly td.today {
	border:3px solid #fc0;
	background:#ffcc0011;
}
#monthly strong {
	position:absolute;
	top:0.7rem; left:0.7rem;
	font-size:1.7em;
	line-height:1;
	color:#666;
}
#monthly tr td:nth-child(6),
#monthly tr td:nth-child(7) {
	background:#f8f8f8;
}
#monthly a {
	display:block;
	padding:0.2em 0.6em;
	margin-bottom:0.4em;
	border-radius:0.8em;
	transition:background-color 100ms;
	outline:0;
}
#monthly a:hover {
	background:rgba(0,0,0,0.06);
}
#monthly a.school-holiday {
	background:#cce8ff;
}
#monthly a.public {
	background:#fc0;
}
#monthly span.time {
	color:#1f91d6;
	background:#1f91d611;
	padding:0 0.2em;
	font-size:0.8em;
	font-weight:bold;
}


#week {
	border:0.05em solid #ddd;
	width:100%;
	max-width:45em;
	margin:2em auto 0 auto;
}
#week li {
	position:relative;
	padding:0.8em 1em 0.8em 17em;
	border-bottom:0.05em solid #ddd;
}
#week li .day {
	position:absolute;
	top:1em; left:1em;
	font-weight:bold;
}
#week li .day strong {
	width:7em;
	display:inline-block;
	font-weight:normal;
	margin-bottom:-0.2em;
}
#week li p {
	margin-bottom:0.5em;
}
#week li p:last-child {
	margin:0;
}
#week li:nth-child(6),
#week li:nth-child(7) {
	background:#f8f8f8;
}
#week li.today {
	border:3px solid #fc0;
	background:#ffcc0011;
	margin:-1px;
}
#week a {
	display:inline-block;
	padding:0.2em 0.6em;
	border-radius:0.8em;
	transition:background-color 100ms;
	outline:0;
}
#week a:hover {
	background:rgba(0,0,0,0.06);
}
#week a.school-holiday {
	background:#cce8ff;
}
#week a.public {
	background:#fc0;
}
#week span.time {
	color:#1f91d6;
	background:#1f91d611;
	padding:0 0.2em;
	font-size:0.8em;
	font-weight:bold;
}

#day {
	border:0.05em solid #ddd;
	width:100%;
	max-width:45em;
	margin:2em auto 0 auto;
}
#day li {
	position:relative;
	padding:1em 1em 1em 1em;
	border-bottom:0.05em solid #ddd;
}
#day a {
	display:inline-block;
	padding:0.2em 0.6em;
	border-radius:0.8em;
	transition:background-color 100ms;
	outline:0;
}
#day a:hover {
	background:rgba(0,0,0,0.06);
}
#day a.school-holiday {
	background:#cce8ff;
}
#day a.public {
	background:#fc0;
}
#day span.time {
	color:#1f91d6;
	background:#1f91d611;
	padding:0 0.2em;
	font-size:0.8em;
	font-weight:bold;
}
.has-attachment a,
a.has-attachment {
	padding-right:2.5em !important;
	position:relative;
}
.has-attachment a:after,
a.has-attachment:after {
	font-family:fa-solid;
	content:'\f0c6';
	position:absolute;
	top:calc(50% - 0.7em);
	right:0.8em;
}

#term-dates {
	max-width:85em;
	margin:auto;
}
.term-dates-column {
	float:left;
	width:calc(33.33% - 2em);
	border-right:1px solid #ddd;
	margin-right:2em;
}
.term-dates-column:last-child {
	border-right:0;
	margin-right:0;
}












@media only screen and (min-width: 1600px) {
	.header-wrapper img {
		height:251px;
	}
	.landing-wrapper img {
		height:330px;
	}
	.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%;
	}
	#contactInfo address {
		float:none;
		margin:0 0 1em 0;
	}
	#directory-header-text {
		font-size:1.1em;
	}
}



@media only screen and (max-width: 1570px) {
	.header-wrapper {
		width:auto;
	}
	.standfirst {
		width:auto;
	}
	#nav, #nav-secondary {
		display:none;
	}
	.maaori #nav {
		font-size:1em;
	}
	#logo {
		left:50%;
		margin-left:-121px;
	}
	#mobile-nav {
		display:block;
		position:absolute;
		top:33px; right:0;
	}
	#contact-icons {
		display:none;
	}
	#hamburger {
		display:block;
		cursor:pointer;
		width:48px;
		height:48px;
		position:relative;
		border-radius:50%;
		background:#444;
	}
	#hamburger:after {
		content:'\f0c9';
		display:block;
		font-family:fa-solid;
		color:#fc0;
		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+PHBhdGggZmlsbD0iI2ZmY2MwMCIgZD0iTTE5My45NCAyNTZMMjk2LjUgMTUzLjQ0bDIxLjE1LTIxLjE1YzMuMTItMy4xMiAzLjEyLTguMTkgMC0xMS4zMWwtMjIuNjMtMjIuNjNjLTMuMTItMy4xMi04LjE5LTMuMTItMTEuMzEgMEwxNjAgMjIyLjA2IDM2LjI5IDk4LjM0Yy0zLjEyLTMuMTItOC4xOS0zLjEyLTExLjMxIDBMMi4zNCAxMjAuOTdjLTMuMTIgMy4xMi0zLjEyIDguMTkgMCAxMS4zMUwxMjYuMDYgMjU2IDIuMzQgMzc5LjcxYy0zLjEyIDMuMTItMy4xMiA4LjE5IDAgMTEuMzFsMjIuNjMgMjIuNjNjMy4xMiAzLjEyIDguMTkgMy4xMiAxMS4zMSAwTDE2MCAyODkuOTQgMjYyLjU2IDM5Mi41bDIxLjE1IDIxLjE1YzMuMTIgMy4xMiA4LjE5IDMuMTIgMTEuMzEgMGwyMi42My0yMi42M2MzLjEyLTMuMTIgMy4xMi04LjE5IDAtMTEuMzFMMTkzLjk0IDI1NnoiIGNsYXNzPSIiPjwvcGF0aD48L3N2Zz4=);
		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.2em;
	}
	#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;
		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;
	}
}



@media only screen and (max-width: 1440px) {
	html {
		font-size:14px;
	}
	#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: 1279px) {
	.story h1 {
		max-width:100%;
	}
	#xnav {
		left:auto; right:-1em;
	}
	#xnav a.top {
		padding:1em 0.8em;
	}
	#footer-logos img {
		max-width:140px;
	}
	.shop-logo {
		width:100%;
		height:auto;
		max-width:140px;
	}
	#directory .business-logo {
		padding:12% 18%;
	}
	#directory .business-details {
		width:calc(64% - 10px);
	}
}


@media only screen and (max-width: 1200px) {
	#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%;
	}
}


@media only screen and (max-width: 1160px) {

	#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;
	}
	#directory,
	#directory li {
		float:none;
		width:auto;
		margin-right:0;
	}
	#directory p {
		font-size:1em;
	}
	#directory .business-logo {
		padding:6% 9%;
	}
	#directory .business-details {
		width:calc(82% - 10px);
	}
	#directory-header-image {
		width:50%;
		padding:2em;
	}
	#directory-header-text {
		width:50%;
	}
}

@media only screen and (max-width: 1024px) {
	html {
		font-size:13px;
	}
	.content, #header, #footer, .tabs {
		max-width:92%;
	}
	.content {
		padding:3em 0;
	}
	#nav {
		left:-4.3478%;
		width:108.6957%;
	}
	.block-sidebar {
		display:none;
	}
	.block-content {
		float:none;
		width:auto;
		border:0;
		padding-right:0;
	}
	.block-content:before, .block-content:after {
		display:none;
	}
	#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;
	}
	#directory-categories strong {
		font-size:0.9em;
	}
	.shop-buttons a.button {
		margin:0 0.2em;
	}
	#content .shop-buttons a.hours {
		display:inline-block;
	}
}




@media only screen and (max-width: 900px) {
	#sportsList .sport {
		width:48%;
	}
	#content .publications li {
		width:48%;
	}
	.staff li {
		width:23%;
	}
	.staff li:nth-child(5n+1) {
		clear:none;
	}
	.staff li:nth-child(4n+1) {
		clear:left;
	}
	#showcase p {
		padding-right:0;
	}
	#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;
	}
	#directory li {
		margin-bottom:1em;
	}
	#directory .business-logo {
		padding:10% 15%;
	}
	#directory .business-details {
		width:calc(70% - 10px);
	}
	#directory-categories {
		padding:0.7em;
	}
	#directory-categories li {
		width:18%;
	}
	#directory-categories li.active div {
		color:#fc0;
	}
	#directory-categories span {
		color:#fff;
	}
	#directory-categories li.active div,
	#directory-categories li.active div span {
		color:#fc0;
		background:none;
	}
	#directory-header-image{
		float:none;
		width:auto;
		padding:2em 3em;
	}
	#directory-header-text {
		float:none;
		width:auto;
		height:auto;
		padding:2em;		
	}
}

@media only screen and (max-width: 767px) {
	.content {
		padding:2em 0;
	}
	#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-logos {
		display:none;
	}
	#footer address {
		width:48%;
	}
	#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;
	}
	.header-wrapper h1 {
		position:static;
	}
	.landing-wrapper {
		background:#111;
	}
	#cta-mobile a {
		width:47%;
	}
	#cta-mobile a#tour-mobile {
		width:97%;
		margin-top:1em;
	}
	#directory .business-logo {
		padding:12% 18%;
	}
	#directory .business-details {
		width:calc(64% - 10px);
	}
	.calendar-tabs {
		text-align:center;
		padding:0;
		margin-top:0;
	}
	.calendar-tabs li {
		float:none;
		display:inline-block;
	}
	#calendar-buttons {
		text-align:center;
	}
	#calendar-buttons a {
		float:none;
		display:inline-block;
		margin:0 0.2em;
		padding:0.4em 0.7em;
	}
	#calendar-header a {
		font-size:2em;
	}
	#calendar-header a:first-child {
		margin-right:0.4em;
	}
	#calendar-header a:last-child {
		margin-left:0.4em;
	}
	#calendar-header span {
		font-size:2em;
	}
	.term-dates-column {
		float:none;
		width:auto;
		border-right:0;
		margin-right:0;
		margin-bottom:2em;
		max-width:100%;
	}

}


@media only screen and (max-width: 599px) {
	#logo {
		margin-left:0;
		left:0;
	}
	#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, .form .g-recaptcha  {
		padding-left:0;
	}
	.form .seatSelector,
	.form ul.seating-plan-list {
		margin-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;
	}
	#directory-categories li {
		width:30%;
	}
	#directory .business-logo {
		float:none;
		padding:33.3333% 50%;
	}
	#directory .business-details {
		float:none;
		width:auto;
		padding:1.2em 1em 1.8em 1em;
	}
	#directory-header-image {
		height:10em;
		padding:0.5em 2.5em;
	}
	#directory-header-text {
		padding:1.7em;
	}
	.shop-buttons {
		text-align:center;
	}
	.shop-heading span {
		display:none;
	}
	.shop-heading {
		text-align:center;
	}
	#week li {
		min-height:5em;
		padding-left:9em;
	}
	#week li .day strong {
		width:auto;
		display:block;
	}
}


@media only screen and (max-width: 500px) {
	#content .shop-buttons a.button {
		display:block !important;
		margin-bottom:0.7em;
	}
}


@media only screen and (max-width: 479px) {
	
	#header {
		height:86px;
	}
	#logo {
		width:214px;
		height:66px;
		background-size:214px 66px;
		top:10px;
	}
	#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;
	}
	#footer-wrapper {
		padding:2em 0;
	}
	#footer address, #social {
		float:none;
		width:auto;
		text-align:center;
	}
	#footer address *,
	#footer span.address {
		display:none;
	}
	#footer address #copyright {
		display:block;
		margin-top:20px;
	}
	#tiles, #tiles li {
		width:auto;
		margin-right:0;
		float:none;
	}
	#tiles a {
		height:4em;
		padding-left:4.7em;
	}
	.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;
	}
	#showcase ul,
	#showcase li {
		width:auto;
		float:none;
		margin-right:0;
	}
	#showcase li {
		margin-bottom:2em;
	}
	#showcase li:last-child {
		margin-bottom:0;
	}
	.staff li {
		width:47%;
	}
	.staff li:nth-child(3n+1) {
		clear:none;
	}
	.staff li:nth-child(2n+1) {
		clear:left;
	}
	.carousel-wrapper {
		margin-top:0.3em;
	}
	.carousel-wrapper h3 {
		font-size:3em;
	}
	.home #news h3 {
		display:block;
		margin-right:4%;
	}
	.home #news h3 a {
		display:block;
		text-align:center;
		background:#fc0;
		padding:0.3em 0;
	}
	#cta-mobile {
		margin-top:-1.8em;
		margin-bottom:2.2em;
	}
	#cta-mobile a {
		font-size:1em;
	}
}


@media only screen and (max-width: 340px) {
	#nav li.top .rollover div {
		display:none;
	}
	#nav li.top .rollover {
		padding:1.2em;
	}
}







