/*
———————————————————————
Fonts
———————————————————————
*/
@font-face {
	font-family:'Bliss';
		src:url('Font/blissbold.eot');
		src:url('Font/blissbold.eot?#iefix') format('embedded-opentype'),
			url('Font/blissbold.woff') format('woff'),
			url('Font/blissbold.ttf') format('truetype'),
			url('Font/blissbold.svg#Bliss') format('svg');
	font-weight:normal;
	font-style:normal;
}

/*
———————————————————————
Global
———————————————————————
*/
html {
	background:#e2e2e2;
}
html.home {
	background:#ccc;
}
body {
	font:14px/1.5 'Open Sans', Calibri, Arial, sans-serif;
	color:#111;
	-webkit-font-smoothing:antialiased;
}
.container {
	max-width:1240px;
	margin:auto;
	padding:0 24px;
	position:relative;
}
.h1-wrapper {
	background:#fcbd1b;
	padding:20px 0;
}
h1 {
	font-size:32px;
	line-height:1.125;
	margin-bottom:0.6em;
}
.h1-wrapper h1,
.h1-wrapper h1 a,
.h1-wrapper div.container,
.h1-wrapper div.container a {
	font-size:24px;
	font-weight:600;
	line-height:1;
	color:#fff;
	margin-bottom:0;
}
h2 {
	font-size:20px;
	font-weight:600;
	line-height:1.1;
	margin-bottom:16px;
}
h3 {
	font-size:18px;
	line-height:1.2;
	font-weight:600;
	margin-bottom:.7em;
}
h1 + h3 {
	margin-top:15px;
}
a {
	text-decoration:none;
	color:#111;
}
a.back {
	display:block;
	background:url(/Images/icon-arrow-back.gif) left no-repeat;
	line-height:12px;
	padding-left:12px;
	color:#666;
	font-weight:bold;
	width:115px;
	margin-bottom:5px;
}
p {
	margin-bottom:1em;
}
p.highlighted, p.highlighted a {
	font-weight:600;
	color:#ea0;
}
.dropcap > p:first-child:first-letter {
	float:left;
	color:#fb0;
	padding:0 5px 0 0;
	font:600 42px/42px 'Open Sans';
}
strong {
	font-weight:bold;
	font-style:inherit;
}
em {
	font-style:italic;
	font-weight:inherit;
}
sup {
	font-size:.8em;
	position:relative;
	top:-2px;
}
sub {
	font-size:.8em;
	position:relative;
	bottom:-2px;
}
img {
	-ms-interpolation-mode:bicubic;
}
div.clear {
	clear:both;
	font-size:0;
	line-height:0;
}
iframe {
	max-width:100% !important;
}

/*
———————————————————————
Header
———————————————————————
*/
#header-wrapper {
	background:#000;
}
#header {
	height:140px;
	position:relative;
	z-index:3;
}
#logo {
	width:300px;
	height:93px;
	background:url(/Images/logo-stpauls@2x.png) no-repeat;
	background-size:300px 93px;
	position:absolute;
	top:24px; left:28px;
}
#logo strong {
	display:none;
}
#nav-wrapper {
	background:#222;
	height:40px;
	position:relative;
	z-index:10;
}
#nav {
	height:40px;
}
#nav li {
	float:left;
	position:relative;
}
#nav a.top {
	float:left;
	height:40px;
	overflow:hidden;
}
#nav a.top span {
	float:left;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	padding:0 15px;
	color:#aaa;
}
#nav a.top span em {
	display:none;
}
#nav a.top span img {
	display:inline-block;
	width:15px;
	height:17px;
	margin-top:10px;
	opacity:0.7;
}
#nav li.active a.top span,
#nav li.active:hover a.top span {
	color:#fff;
	background:#333;
}
#nav li:hover a.top span img,
#nav li.active a.top span img {
	opacity:1;
}
#nav li:hover a.top span {
	color:#fff;
	background:#333;
}
#nav ul {
	display:none;
	position:absolute;
	left:0; top:40px;
	width:180px;
	z-index:1;
	background:#fff;
	border-radius:0 0 5px 5px;
	border-bottom:6px solid #fcdb58;
	padding:6px 0;
	box-shadow:0 4px 7px rgba(0, 0, 0, 0.4);
}
#nav ul li {
	float:none;
	margin:0;
}
#nav ul a {
	display:block;
	padding:2px 10px;
	font-size:13px;
}
#nav ul a:hover {
	background:#f2f2f2;
}
#nav ul a:active {
	background:#ebebeb;
}
#nav li:hover ul {
	display:block;
}
#search {
	position:absolute;
	top:10px; right:194px;
	z-index:11;
}
#search input.searchInput {
	float:left;
	padding:2px 10px;
	border:0;
	color:#fff;
	background:#444;
	border-radius:14px;
	width:150px;
	height:20px;
	margin:3px 10px 0 0;
}
#search input.searchInput:hover {
	border-color:#bbb;
}
#search input.searchInput:focus {
	border-color:#fc0;
	outline:none;
}
#search input.searchButton {
	float:left;
	cursor:pointer;
	width:30px;
	height:30px;
	outline:none;
	opacity:0.7;
}
#search input.searchButton:hover {
	background:#e2e2e2;
	opacity:1;
}
#portal {
	position:absolute;
	top:0; right:24px;
	background:#333;
	padding:8px;
	border-radius:0 0 6px 6px;
}
#portal select {
	display:block;
	width:130px;
	height:26px;
	border:0;
	border-radius:3px;
	padding:3px;
	outline:none;
	background:#555;
	color:#aaa;
	font-size:13px;
}
#portal select:hover {
	color:#ddd;
}
#nav #close,
#hamburger-label,
#hamburger {
	display:none;
}

/*
———————————————————————
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.6em 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;
}

/*
———————————————————————
Home Page
———————————————————————
*/
#carousels {
	background:#292929;
	height:325px;
}
#carousels .container {
	padding:0;
}
#carousel {
	position:absolute;
	top:0; left:0;
	width:100%;
	height:325px;
	position:relative;
}
#carousel ul {
	position:absolute;
	top:0; left:0;
}
#carousel li {
	position:absolute;
	top:0; left:0;
	width:100%;
	height:325px;
	opacity:0;
	overflow:hidden;
}
#carousel div {
	width:74.4%;
	height:325px;
	background-position:center;
	background-repeat:no-repeat;
}
#carousel li.current {
	z-index:1;
}
#carousel span.arrow {
	display:none;
	width:58px;
	height:325px;
	position:absolute;
	top:0;
	opacity:.8;
	cursor:pointer;
	z-index:10000;
}
#carousel span.left {
	left:0; 
	background:url(/Images/arrow-left.gif) center 105px no-repeat;
}
#carousel span.right {
	right:26%;
	background:url(/Images/arrow-right.gif) center 105px no-repeat;
}
#carousel:hover span.arrow {
	display:block;
}
#carousel span.arrow:hover {
	opacity:1;
}
#carousel .caption {
	display:block;
	background:rgba(0, 0, 0, 0.7);
	position:absolute;
	left:0; bottom:0;
	padding:16px 20px;
	color:#fff;
	border-left:24px solid #fcbd1b;
}
#carousel .caption:hover {
	background:rgba(0, 0, 0, 0.8);
}
#carousel .caption strong {
	display:block;
	font-weight:600;
	font-size:28px;
	line-height:28px;
	margin-bottom:2px;
}
#carousel .caption span {
	display:none;
}
#carousel img {
	width:100%;
}
#carousel p {
	position:absolute;
	top:0; right:0;
	height:325px;
	background:#fc0;
	width:25.6%;
}
#carousel p span {
	display:block;
	padding:28px;
	font-size:18px;
}
#carousel p span q {
	display:block;
	margin-bottom:10px;
}
#carousel p span cite {
	display:block;
	font-size:16px;
}
#carousel p span cite em {
	font-style:normal;
	font-size:14px;
}
#carousel .caption strong.english,
#carousel p span q.english,
#carousel p span cite.english {
	display:none;
}
#carousel:hover .caption strong.english,
#carousel:hover p span q.english,
#carousel:hover p span cite.english {
	display:block;
}
#carousel:hover .caption strong.maori,
#carousel:hover p span q.maori,
#carousel:hover p span cite.maori {
	display:none;
}

#drivers-wrapper {
	max-width:1192px;
	background:#fff;
	padding:28px 24px 32px 24px;
}
#drivers {
	margin-right:-2%;
}
#drivers li {
	float:left;
	width:23%;
	margin-right:2%;
	background-color:#000;
}
#drivers a {
	display:block;
	height:183px;
	background-size:100% auto;
	background-position:center;
	background-repeat:no-repeat;
	transition:background-image 150ms linear;
}

/* #drivers a.enrol-now { background-image:url(/Images/Boxes/apply-now-maori.png) } */
#drivers a.enrol-now { background-image:url(/Images/Boxes/enrol-now.png) }

/* #drivers a.open-days { background-image:url(/Images/Boxes/open-days-maori.png) } */
#drivers a.open-days { background-image:url(/Images/Boxes/open-days.png) }

/* #drivers a.mailing { background-image:url(/Images/Boxes/mailing-maori.png) } */
#drivers a.mailing { background-image:url(/Images/Boxes/mailing.png) }

/* #drivers a.our-future { background-image:url(/Images/Boxes/our-future-maori.png) } */
#drivers a.our-future { background-image:url(/Images/Boxes/our-future.png) }

#drivers a span {
	display:none;
}
#newsfeed-wrapper {
	max-width:1192px;
	background:#fff;
	padding:0 24px;
}
#newsfeed {
	overflow:hidden;
	height:220px;
	margin:0 24px;
	position:relative;
}
#newsfeed ul {
	width:300%;
	height:210px;
	transition:margin 1.2s ease;
}
#newsfeed li.top {
	float:left;
	width:11.12%;
	height:220px;
	margin-bottom:24px;
	font-size:13px;
}
#newsfeed li.top:last-child {
	width:11%;
}
#newsfeed a {
	display:block;
	padding:0 36px 0 145px;
	position:relative;
}
#newsfeed strong {
	display:block;
	font-size:16px;
	line-height:19px;
	margin-bottom:6px;
}
#newsfeed li img {
	width:130px;
	height:130px;
	position:absolute;
	top:0; left:0;
	background:url(/Images/shadow-130.png) bottom no-repeat;
	padding-bottom:10px;
	opacity:0.93;
}
#newsfeed a:hover img {
	opacity:1;
}
#newsfeed-wrapper img.arrow {
	position:absolute;
	top:0; left:0;
	width:24px;
	height:62px;
	cursor:pointer;
	transition:all 200ms linear;
}
#newsfeed-wrapper img.arrow-inactive {
	opacity:0.4;
	-webkit-filter:grayscale(1);
	filter:grayscale(1);
	filter:gray;
	cursor:auto;
}
#newsfeed-wrapper img.arrow-right {
	left:auto; right:0;
}

/*
———————————————————————
Section Page
———————————————————————
*/
#section-wrapper {
	max-width:1192px;
	background:#fff;
	padding:24px;
}
#banner-wrapper {
	background:#444;
	overflow:hidden;
}
#banner-wrapper .container {
	max-width:1192px;
	height:275px;
	position:relative;
	background-size:1240px 275px !important;
}
#banner-wrapper h1 {
	position:absolute;
	bottom:0; left:0;
	z-index:1;
	margin:0;
	font-size:36px;
	line-height:1.1;
	font-weight:600;
	color:#fff;
	background:rgba(255,195,0,0.9);
	padding:15px 24px;
	box-shadow:0 0 20px rgba(0,0,0,0.2);
	letter-spacing:-1px;
}
#banner img {
	display:block;
	width:100%;
	height:275px;
	position:absolute;
	top:0; left:0;
}
#sections {
	margin-right:-2%;
	padding-bottom:30px;
}
.openday-button {
	display:none;
}
#sections li.section {
	float:left;
	width:23%;
	margin-right:2%;
	padding-bottom:28px;
}
#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;
	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;
}

/*
———————————————————————
CTA buttons
———————————————————————
*/
.cta-buttons a {
	display:block;
	background:#000;
	color:#fff;
	text-align:center;
	font-size:26px;
	line-height:55px;
	font-family:Bliss;
	height:55px;
	margin-bottom:9px;
	text-transform:uppercase;
	border-left:20px solid #fcbd1b;
	border-bottom:0 !important;
}
.cta-buttons a:last-child {
	margin:0;
}
.cta-buttons a span {
	color:#fcbd1b;
}
.cta-buttons a:hover {
	background:#111;
}
.cta-buttons img {
	width:32px;
	height:16px;
	margin-right:5px;
}
#postit {
	float:right;
	width:194px;
	min-height:180px;
	background:#fc0;
	margin-right:-24px;
	position:relative;
	padding:18px;
}
#postit h3 {
	color:#fff;
	font-size:28px;
	font-weight:normal;
	margin-bottom:26px;
}
#postit.terms a {
	border-bottom:1px dotted #444;
}
#clip {
	position:absolute;
	top:20px; right:-10px;
}
#postit .related li {
	margin-bottom:14px;
}
#postit .related a {
	display:block;
	position:relative;
	padding:6px 0 0 52px;
	height:55px;
	line-height:15px;
}
#postit span.imageCrop {
	position:absolute;
	top:0; left:0;
	display:block;
	width:43px; height:61px;
	overflow:hidden;
}
#postit .related a:hover span.imageCrop {
	border:2px solid #fff;
	top:-2px; left:-2px;
}
#postit .related strong {
	display:block;
}

/*
——————————————————————
Content Page
——————————————————————
*/
#content-wrapper {
	display:table;
	width:100%;
	padding:0;
	max-width:1240px;
	background:#fff;
}
#sidenav {
	display:table-cell;
	vertical-align:top;
	width:225px;
	max-width:225px;
	background:#f2f2f2;
	padding:24px;
	font-size:13px;
}
#sidenav h3 {
	font-size:16px;
	font-weight:600;
	margin-bottom:6px;
}
#sidenav p.date {
	font-size:13px;
	margin:12px 0 32px 0;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}
#sidenav ul {
	margin-bottom:1.5em;
}
#sidenav li a:hover {
	border-bottom:1px solid #ccc;
}
#sidenav li.active a {
	color:#ea0;
	font-weight:600;
}
#sidenav li.active a:hover {
	border-bottom:none;
}
#social {
	height:40px;
}
#social li {
	float:left;
	margin-right:4px;
}
#social img {
	width:30px;
	height:30px;
}
#social li a:hover {
	border:0;
}
#related {
	border-top:1px solid #fc0;
	margin-top:24px;
	padding-top:24px;
}
#related h2 {
	margin:0;
}
#related li {
	padding-top:24px;
}
#related li img {
	width:106px; height:150px;
	display:block;
	margin:0 auto 5px 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;
	line-height:15px;
}
#content {
	vertical-align:top;
	max-width:700px;
	padding:28px;	
}
#content.full {
	max-width:100%;
}
#content-wrapper .banner {
	height:214px;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:967px 214px;
	margin-right:-205px;
}
#content h2 {
	margin-top:25px;
}
#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 div p:first-child {
	margin-top:27px;
}
#content img.inline {
	float:left;
	margin:0 14px 12px 0;
}
#content .imageContainer {
	float:right;
	width:272px;
	margin:12px -12px 25px 25px;
}
#content .imageContainer img {
	display:block;
}
#content .imageContainer a {
	display:block;
	margin:0 12px 12px 0;
	border:0;
}
#content .imageContainer a.thumb {
	float:left;
}
#content .publications li {
	float:left;
	width:214px;
	margin:0 14px 14px 0;
}
#content .publications a {
	display:block;
	position:relative;
	padding:12px 8px 0 60px;
	height:65px;
	line-height:15px;
	border:0;
	background:#f2f2f2;
	font-size:13px;
}
#content .publications a:hover {
	background:#ededed;
}
#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:210px;
}
#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;
}
#sidebar {
	display:table-cell;
	vertical-align:top;
	padding:10px 10px 30px 10px;
	width:185px;
}
#sidebar.related {
	vertical-align:middle;
}
#sidebar a {
	display:block;
	width:172px;
	color:#aaa;
	font-weight:600;
	font-size:13px;
	background:#333;
	border-bottom:6px solid #fcbd1b;
	transition:color 150ms linear;
}
#sidebar a:hover {
	color:#fff;
}
#sidebar img {
	display:block;
	width:172px;
	height:172px;
}
#sidebar a span {
	display:block;
	padding:10px;
}
.enroller  {
	margin-top:1.5em;
}
#content a.button, a.FYkQF {
	display:inline-block;
	padding:0 15px;
	text-align:center;
	font-size:18px;
	line-height:36px;
	background:#111;
	color:#fc0;
	font-weight:bold;
	border-radius:5px;
	border:0 !important;
}
#content a.button:hover {
	background:#222;
}
.content-column {
    float:left;
    width:47%;
    margin:0 3% 30px 0;
}

/*
——————————————————————
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;
}
#news h2, #videos h2 {
	margin-bottom:20px;
}
#news li {
	position:relative;
	padding-left:144px;
	margin-bottom:35px;
	min-height:115px;
}
#news li h3 {
	margin-bottom:0.3em;
	line-height:1.4;
}
#news span.date {
	display:block;
	color:#999;
	margin-bottom:4px;
}
#news a img {
	position:absolute;
	top:0; left:0;
	display:block;
	background:url(/Images/shadow-130.png) bottom no-repeat;
	padding-bottom:10px;
	opacity:.93;
	width:130px;
	height:130px;
}
#news a:hover img {
	opacity:1;
}
#filter {
	background:#eee;
	height:24px;
	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;
	height:18px;
	border:0;
	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:86px;
	height:26px;
	text-align:center;
	cursor:pointer;
	font-size:14px;
	background:#111;
	color:#fc0;
	font-weight:bold;
	border:0;
	border-radius:5px;
}
#filter input.button:hover {
	background:#222;
}
#story a.hero {
	float:right;
	margin:5px 0 20px 20px;
	border:0;
	position:relative;
}
#story a.hero span.magnify {
	display:block;
	width:23px;
	height:23px;
	background:url(/Images/icon-magnify.png) no-repeat;
	position:absolute;
	right:6px; bottom:6px;
	opacity:0.70;
	z-index:1;
}
#story a.hero:hover span.magnify {
	opacity:1;
}
#story img {
	display:block;
	width:315px;
}
#story a.hero:hover img {
	opacity:0.93;
}
#storyHeader {
	margin-bottom:20px;
}
#storyHeader span {
	float:left;
	line-height:25px;
}
#storyHeader ul {
	float:right;
}
#storyHeader li {
	float:left;
}

/*
——————————————————————
Ticket Bookings
——————————————————————
*/
#news.tickets li {
	padding-left:228px;
	padding-top:0;
	min-height:144px;
}
#news.tickets a img {
	background:url(/Images/shadow.png) bottom no-repeat;
	width:214px;
	height:140px;
	padding-bottom:14px;
}
#news.tickets a.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;
}
#news.tickets a.button:hover {
	background:#fed534;
}
.form .seatSelector {
	margin:0 0 20px 122px;
}
.form .seatSelector div {
	float:left;
	padding:8px;
	border-radius:5px;
	background:#ddd;
}
.form .seatSelector p {
	float:left;
	padding:0;
	margin:0 !important;
}
.form .seatSelector label {
	position:static;
	display:block;
	text-align:left;
	width:auto;
	padding:0;
}
.form .seatSelector input.button {
	padding:2px 10px;
	margin-left:5px;
	font-size:16px;
}
#reservedSeatList {
	margin:0 0 20px 122px;
}
.payment-logos {
	background:#fff;
	padding:10px;
	border-radius:7px;
}

/*
——————————————————————
Business Directory
——————————————————————
*/
#news.directory ul {
	padding-top:1px;
}
#news.directory li {
	padding-left:182px;
	position:relative;
	margin-top:20px;
	min-height:120px;
}
#news.directory img {
	box-shadow:0 0 7px #ccc;
	width:150px;
	height:120px;
	padding:4px 8px;
	background:none;
}
#business {
	width:460px;
	padding-right:210px;
	position:relative;
}
#business img.logo {
	position:absolute;
	top:56px; right:14px;
}
#business dl {
	width:400px;
	margin-bottom:20px;
}
#business dt {
	float:left;
	width:80px;
	font-weight:bold;
}
#business dd {
	float:left;
	width:320px;
}
#business address {
	float:left;
	background:#eee;
	padding:8px 16px 8px 12px;
	margin:0 20px 20px 0;
}
#business address span,
#business address strong {
	display:block;
}
#business a.map {
	border:0;
}

/*
——————————————————————
Photo Galleries
——————————————————————
*/
#albums ul {
	margin:0 -8px 0 -3px;
}
#albums li {
	float:left;
	width:216px;
	height:226px;
	margin-right:11px;
}
#albums li a {
	display:block;
	border:0 !important;
	font-size:13px;
}
#albums img {
	display:block;
	width:176px;
	height:132px;
	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;
	margin-top:-4px;
	line-height:14px;
	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 {
	width:670px;
	border:4px solid #ddd;
	margin-bottom:28px;
}
.week td {
	border-top:1px solid #ddd;
	padding:5px 7px;
	min-height:18px;
}
.week td.day {
	width:70px;
}
.week td.date {
	width:55px;
}
.week td.time {
	width:60px;
}
.week td.view {
	width:50px;
}
.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;
}

/*
——————————————————————
Footer
——————————————————————
*/
#footer {
	position:relative;
	color:#fff;
	background:#444;
}
#footer .container {
	padding:0;
}
#footer address {
	float:left;
	padding:30px 24px;
}
#footer address span.address {
	display:block;
}
#footer a {
	color:#fff;
}
#footer a:hover {
	text-decoration:underline;
}
#footer br {
	display:none;
}
#footer em {
	color:#fc0;
	font-weight:normal;
	font-style:normal;
	margin:0 2px;
}
#copyright {
	display:block;
	margin-top:8px;
}
#ibsc {
	float:right;
	padding:30px 24px;
}
#ibsc img {
	width:160px;
	height:56px;
}

/*
———————————————————
Forms
———————————————————
*/
#form-wrapper {
	padding:0 28px 28px 28px;
}
.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 {
	float:left;
	margin:0 30px 18px 0;
	max-width:375px;
}
.form h3 {
	padding-left:122px;
	padding-top:0;
}
.hbspt-form h3 {
	padding:0;
}
.form p,
.form .fieldWrapper,
.hs-form-field,
.hs_submit {
	position:relative;
	padding-left:122px;
	min-height:26px;
	margin-bottom:.8em;
}
.hs-form-field,
.hs_submit {
	padding-left:0;
}
.form p.fullWidth {
	padding:0;
}
.form label {
	position:absolute;
	top:0; left:0;
	display:block;
	width:110px;
	text-align:right;
	padding-top:5px;
}
.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 {
	padding:5px;
	width:224px;
	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:180px;
}
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:5px 8px;
	width:145px;
}
.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;
}

/*
—————————————————————
Videos
—————————————————————
*/
#videos ul {
	margin:30px -29px 0 0;
}
#videos li {
	float:left;
	width:194px;
	height:160px;
	margin:0 29px 29px 0;
}
#videos a {
	display:block;
	width:194px;
	height:160px;
	position:relative;
}
#videos a:hover {
	border:8px solid #eee;
	background:#eee;
	border-radius:8px;
	margin:-8px;
	text-decoration:none;
}
#videos span.thumbWrapper {
	display:block;
	border:1px solid #ccc;
	padding:4px;
	border-radius:3px;
	background:#fff;
}
#videos span.thumbWrapper span {
	display:block;
	width:184px;
	height:104px;
	overflow:hidden;
}
#videos img {
	display:block;
	width:186px;
	height:140px;
	margin-top:-18px;
}
#videos span.play {
	display:block;
	width:60px;
	height:41px;
	position:absolute;
	left:67px; top:36px;
	background:url(/Images/button-play.png) no-repeat;
}
#videos span.title {
	display:block;
	text-align:center;
	line-height:15px;
	font-size:12px;
	color:#525252;
	margin-top:4px;
}

/*
—————————————————————
Contact Page
—————————————————————
*/
/*
———————————————————
Contact Page
———————————————————
*/
#contactInfo {
	float:left;
	position:relative;
}
#contactInfo address {
	float:left;
}
#contactInfo address {
	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;
}
#contactInfo dt {
	float:left;
	clear:left;
	background-repeat:no-repeat;
	background-position:0 7px;
	width:50px;
	height:50px;
	font-weight:bold;
	color:#999;
	border-bottom:1px solid #ddd;
	line-height:300px;
	overflow:hidden;
}
#contactInfo dt.phone {
	background-image:url(/Images/icon-phone.gif);
}
#contactInfo dt.fax {
	background-image:url(/Images/icon-fax.gif);
}
#contactInfo dt.email {
	background-image:url(/Images/icon-email.gif);
}
#contactInfo dt.facebook {
	background-image:url(/Images/icon-facebook@2x.gif);
	background-size:46px 36px;
}
#contactInfo dt.twitter {
	background-image:url(/Images/icon-twitter@2x.gif);
	background-size:46px 36px;
}
#contactInfo dt.linkedin {
	background-image:url(/Images/icon-linkedin@2x.gif);
	background-size:46px 36px;
}
#contactInfo dd {
	float:left;
	border-bottom:1px solid #ddd;
	width:330px;
	height:50px;
	line-height:50px;
}
#contactInfo dd strong {
	font-size:16px;
}
#contactInfo dd strong.short {
	display:none;
}
#contactInfo a {
	border-bottom:1px solid #dcdcdc;
}
#contactInfo a:hover {
	border-bottom:1px solid #fc0;
}
#staffLookup {
	float:right;
	background:#eee;
	padding:20px;
	width:300px;
}
#staffLookup p {
	height:35px;
}
#staffLookup div.hasPhoto {
	position:relative;
	padding-left:94px;
	min-height:100px;
}
#staffLookup img {
	position:absolute;
	top:0; left:0;
	border:1px solid #fff;
}
#staffLookup strong,
#staffLookup span {
	display:block;
	font-size:14px;
}
#staffLookup a {
	border-bottom:1px dotted #444;
}
#staffLookup select {
	float: left;
	width:240px;
	font-size:14px;
	padding:3px;
	outline:none;
	margin:0 10px 0 0;
}
#staffLookup input.button {
	padding:0 7px;
	border:1px solid #ccc;
	background:#ddd;
	width:50px;
	height:24px;
	border-radius:4px;
	text-align:center;
	cursor:pointer;
}
#staffLookup input.button:hover {
	background:#d2d2d2;
}

/*
—————————————————————
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:block;
	width:72px;
	text-align:center;
	background:#ddd url(/Images/icon-back.gif) left no-repeat;
	line-height:22px;
	padding-left:16px;
	margin:-10px 0 22px -10px;
	border-radius:5px;
}
a.backButton:hover {
	background-color:#e2e2e2;
}
img.sportIcon {
	float:left;
	margin:0 4px 0 -5px;
}

/*
————————————————————————
Tabs
————————————————————————
*/
.tabs {
    border-bottom:1px solid #D9D9D9;
    height:30px;
    margin:24px 0;
    padding-left:5px;
}
.tabs li {
    float:left;
    margin-left:8px;
}
.tabs li a {
    background:#eee;
    border:1px solid #ddd;
    border-bottom:none;
    border-radius:5px 5px 0 0;
    color:#000;
    display:block;
    font-size:16px;
    font-weight:600;
    line-height:29px;
    padding:0 15px;
}
.tabs li a:hover {
    background:#e2e2e2;
}
.tabs li a:active {
    background:#ddd;
}
.tabs li.active a, .tabs li.current a {
    background:#fff;
    border-bottom:0 !important;
    padding-bottom:1px;
}

/*
————————————————————————
Shop
————————————————————————
*/
.shop-logo {
	width:200px;
	height:176px;
	display:block;
	margin:-8px auto 15px auto;
}
.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:100px;
	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 h1 {
	margin-bottom:1em;
}
#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 {
	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;
}

/*
————————————————————————
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;
}

/*
————————————————————————
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:80px;
	padding:27px 12px 7px 118px;
	position:relative;
	border:0;
	background:#f2f2f2;
}
#promo-events a:hover {
	background:#ededed;
}
#promo-events span.date {
	display:block;
	position:absolute;
	top:7px; left:7px;
	width:100px;
	height:85px;
	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%;
}

/*
————————————————————————
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 small {
	font-size:0.7em;
}
#enrolment .formPanel {
	margin-bottom:20px;
	padding-left:15px;
}
#enrolment .formSection {
	margin-bottom:12px;
}
#enrolment label {
	width:120px;
}
#enrolment p,
#enrolment h3 {
	padding-left:132px;
}
#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 {
	background:#fc0;
	color:#222;
	padding:8px 0;
	font-size:22px;
	border:4px solid #fff;
	border-radius:10px;
	box-shadow:0 0 15px #ccc;
	width:200px;
	text-align:center;
	margin-top:30px;
}
#enrolment input.button:focus {
	background:#ea0;
}

/*
————————————————————————
Hockey Sponsors
————————————————————————
*/
#hockey-sponsors li,
#cricket-sponsors li {
	float:left;
	margin:0 20px 20px 0;
}
#hockey-sponsors img,
#cricket-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 {
	float:right;
	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;
}
.auction-intro {
	padding:10px;
	background:#f2f2f2;
	border-radius:10px;
	margin-bottom:2em;
}