@font-face {
	font-family: 'Brunches';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('/fonts/Brunches-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Brunches';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('/fonts/Brunches-Round.ttf') format('truetype');
}

@font-face {
	font-family: 'Brunches';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('/fonts/Brunches-Rounded.ttf') format('truetype');
}

@font-face {
	font-family: 'le-genoss';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('/fonts/le-genoss-2.ttf') format('truetype');
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('/fonts/MontserratRegular.ttf') format('truetype');
}

.fab {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	font-size: 22px;
	margin: 5px;
	color: white;
}

body {
	box-sizing: border-box;
	background-color: #f9f9f9;
	font-family: "Source Sans 3", sans-serif;
}

div, p, a {
	font-family: "Source Sans 3", sans-serif !important;
	letter-spacing: normal !important;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-size: 15px;
}

div, p {
	box-sizing: border-box;
}

.wholepageBorder, .wholepage {
	padding: 0px;
	margin: 0px;
	width: 100%;
	max-width: 100%;
	border-radius: 0px;
	border: 0px;
}

.groupHeader {
	display: flex;
	padding: 0px;
	width: 100%;
	height: 50px;
	background-color: #1a1a1a;
	align-items: center;
	position: relative;
}

.manULink:hover {
	text-decoration-color: white;
}

.manULinkText {
	height: 19px;
	color: white;
	font-family: "Source Sans 3", sans-serif !important;
	padding-left: 20px;
	font-weight: 400;
	font-size: 15px;
	text-decoration-color: white;
	letter-spacing: normal !important;
	line-height: normal !important;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	white-space-collapse: collapse;
	text-wrap-mode: no-wrap;
}

.topbar {
	background-color: #c70101;
	padding: 0px;
	position: sticky;
	top: 0;
	width: 100%;
	text-align: center;
	height: 75px;
	z-index: 9999;
	padding-right: 20px;
}

.topbarMask {
	padding: 0px;
	height: 100%;
}

.topbarContent {
	color: #ffffff;
	font-family: "Brunches", Sans-serif;
	font-size: 13px;
	font-weight: 500;
	width: 100%;
	padding: 0px 0px 0px 40px;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}

.manULogo {
	height: 60px;
	position: absolute;
	left: 20px;
	z-index: 900;
}

.manULogoMobile {
	height: 46px;
	position: absolute;
	left: 40px;
	z-index: 900;
	top: 7px;
}

.groupHeaderIconsContainer {
	height: 50%;
	position: absolute;
	right: 20px;
}

.groupHeaderIcons {
	height: 100%;
	padding-left: 5px;
}

.accountButtonContainer {
	cursor: pointer;
	margin-left: auto;
	display: flex;
	align-items: center;
}

.accountButtonImage {
	height: 20px;
	width: 20px;
	background-image: url(images/icons-2x-s86e225e00c.png);
	background-position-x: -7413px;
	background-position-y: -105px;
	background-repeat: no-repeat;
	background-size: 8348px;
}

.myAccountButton {
	font-size: 15px;
	text-wrap: nowrap;
	color: white;
}

.topbarContentMobile {
	color: #ffffff;
	font-family: "Brunches", Sans-serif;
	font-size: 13px;
	width: 100%;
	max-width: 1200px;
	text-align: left;
	position: relative;
	box-sizing: border-box;
	padding-top: 0;
}

.socialMediaBar {
	display: none;
	border-top: 5px solid rgb(181, 33, 33);
	background-color: #000000;
	padding: 0px;
	box-sizing: border-box;
	padding: 60px 0px 0px 0px;
	width: 100%;
	text-align: center;
}

.socialMediaBarInner {
	width: 100%;
	/*	max-width: 1200px;*/
	margin: auto;
}

.infoContentCentralise {
	width: 100%;
	max-width: 100%;
	text-align: center;
	padding: 50px 10px 10px 10px;
	margin: 0px;
}

@media (min-width: 1600px) {
	.infoContentCentralise {
		max-width: 100%;
	}
}

.infoContent2Col {
	display: flex;
}

	.infoContent2Col .infoContentCentralise {
		padding: 0px;
	}

.infoContent {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 0px;
	display: block;
}

.fullWidth {
	max-width: 100%;
}

.fourColumns {
	display: flex;
	vertical-align: top;
}

@media screen and (max-width: 450px) {
	.fourColumns {
		display: block;
	}
}

.threeColumns {
	display: flex;
	vertical-align: middle;
}

@media screen and (max-width: 450px) {
	.threeColumns {
		display: block;
	}
}

.column, .columnType1 {
	flex: 1;
	margin: 10px;
	vertical-align: top;
	text-align: left;
}

.columnType2 {
	flex: 1;
	margin: 10px;
	margin: auto;
	text-align: center;
}

.socialMediaContainer {
	background-color: #2a2a2a;
	height: 144px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.socialMediaIcon {
	background-color: #3f3f3f;
	height: 44px;
	width: 44px;
	margin: 0px 5px 0px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: white;
}

	.socialMediaIcon:hover {
		text-decoration: none;
		background-color: #c70101;
	}

.socialMediaBar a {
	color: white;
}

.bottomSectionContainer {
	position: fixed;
	bottom: 0px;
	width: 100%
}

.footer {
	background-color: #1f1f1f;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.footerLinks {
	padding-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footerLinks a {
	color: white;
	font-weight: 400;
	color: white;
	text-decoration-color: white;
	font-size: 14px;
	font-family: "Source Sans 3", sans-serif !important;
}

.footerCopyright {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footerCopyrightText {
	color: gray;
	font-family: "Source Sans 3", sans-serif !important;
	font-size: 14px;
	font-weight: 500 !important;
}

input[type=button], input[type=submit], button, .icoButton, .icoButtonOver, .ibBookNow, .ibBookNowOver, .ibBookNowTall, .ibBookNowOverTall, .ibBookNowSelected,
.Bookings2DivCalendarTimes, .Bookings2DivCalendarTimesOver, .Bookings2DivCalendarShowMore, .Bookings2DivCalendarShowMoreOver,
.ibShowMoreTickets, .ibShowMoreTicketsOver, .ibMoveSeatSpace, .ibMoveSeatSpaceOver {
	border-radius: 30px;
	margin: 0px;
	box-sizing: content-box;
	background-color: #c70101;
	border-color: #c70101;
	font-family: "Source Sans 3", sans-serif !important;
	text-transform: uppercase;
	font-size: 13px;
}

	.ibBookNowTall, .ibBookNowOverTall {
		padding: 0;
	}

	.ibBookNowOver, .ibBookNowOverTall {
		background-color: #9f0000 !important;
		border-color: #9f0000 !important;
	}

	.socialMediaBar label {
		display: none;
	}

.socialMediaBar input, .socialMediaBar button {
	width: 100%;
	margin: 0px 0px 12px 0px;
	box-sizing: border-box;
	font-size: 15px;
}

.socialMediaBar input {
	font-weight: 400;
}

.socialMediaBar button {
	font-weight: 600;
	letter-spacing: 2px;
}

.socialMediaBar h4 {
	font-size: 18px;
	font-weight: 500;
}

.socialMediaBar a {
	font-size: 13px;
	font-weight: 300;
}

.socialMediaBar .columnType1 a {
	display: block;
	padding-bottom: 12px;
}

.socialMediaBar .separator {
	width: 100%;
	border-bottom: 1px solid #404040;
	margin: 63px 10px 35px 10px;
}

.topBarMenuMobile {
	position: absolute;
	left: 90px;
	height: 60px;
	vertical-align: top;
	box-sizing: border-box;
	padding-top: 0;
	top: 12px;
}

.fa-bars, .fa-xmark {
	font-size: 35px;
	font-weight: 100;
	color: white;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

@keyframes fadeInFromTop {
	from {
		height: 0vw;
	}

	to {
		height: 90vh;
	}
}

@keyframes fadeToRed {
	from {
		color: white;
	}

	to {
		color: #b52121;
	}
}

#hamburgerMenu {
	position: fixed;
	top: 105px;
	height: 100%;
	background-color: white;
	width: 100%;
}

	#hamburgerMenu * {
		font-family: "Montserrat", sans-serif !important;
		font-weight: 700 !important;
		text-transform: uppercase;
		font-size: 15px;
		text-align: left;
	}

	#hamburgerMenu ul {
		padding: 0;
		margin: 0;
	}

	#hamburgerMenu li {
		width: 100%
	}

	#hamburgerMenu #menu-Club-Shop {
		display: none;
	}

	#hamburgerMenu li, #hamburgerMenu li div, #hamburgerMenu li a {
		display: block;
		color: black;
		list-style-type: none;
		padding: 0px 10px 0px 10px;
		margin: 15px 0px 15px 0px;
		cursor: pointer;
		position: relative;
	}

		#hamburgerMenu li a {
			color: black;
			text-decoration: none;
		}

			#hamburgerMenu li a:hover {
				text-decoration: underline;
			}

		#hamburgerMenu li div {
			color: black;
			text-decoration: none;
		}

	#hamburgerMenu li {
		border-top: solid rgb(233, 233, 233) 1px;
	}

		#hamburgerMenu li:first-child {
			border: none;
		}

		#hamburgerMenu li:last-child {
			border-bottom: solid rgb(233, 233, 233) 1px;
		}

		#hamburgerMenu li ul {
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 40px 0px;
		}

			#hamburgerMenu li div::after {
				width: 50px;
				height: 50px;
				background-image: url(images/chevron-down-black.png);
			}

		#hamburgerMenu li ul li:first-child {
			display: none;
		}

			#hamburgerMenu li ul li:last-child {
/*				display: none;*/
				border-bottom: none;
/*				padding-bottom: none;*/
			}

			#hamburgerMenu li ul li {
				border: none;
			}

#menu-top {
	margin-right: 20px;
	text-wrap: nowrap;
}

.topMenuButtons ul {
	margin: 0px;
	left: 40px;
}

.topMenuButtons li {
	display: inline-block;
	color: white;
	list-style-type: none;
	padding: 0px 0px 0px 20px;
	margin: 15px 0px 15px 0px;
	cursor: pointer;
	position: relative;
}

	.topMenuButtons li:last-child {
		border-right: 0px;
	}

	.topMenuButtons li a {
		color: white;
		text-decoration: none;
	}

.topMenuButtons li ul li a {
	color: black;
	text-decoration: none;
}



.menuSub:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: url("/LeighSportsVillage/images/chevronDownWhiteTransparent.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 5px 0px 5px;
}

.topMenuButtons li ul {
	display: block;
	background-color: white;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 25px;
	width: 300px;
	z-index: 99999;
	border-radius: 10px;
	border: solid rgb(233, 233, 233) 1px;
}

.topMenuButtons * {
	font-family: "Montserrat", sans-serif !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	font-size: 13px;
}

.topMenuButtons li ul li {
	display: block;
	border-right: 0px;
	color: black;
	border-top: solid rgb(233, 233, 233) 1px;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	overflow: auto;
}

	.topMenuButtons li ul li:hover {
		background-color: #efefef;
	}

	.topMenuButtons li ul li:first-child:hover {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	.topMenuButtons li ul li:last-child:hover {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	.topMenuButtons li ul li:first-child {
		border: none;
	}

/*.topMenuButtons li ul li:last-child {
	border: none;
}*/

.menuSearchItem {
	background-color: rgb(153, 0, 0);
}



@media (max-width: 1400px) {
	.topbarContentMobile {
		display: none;
	}

	.leopardLogo {
		height: 130px;
		top: 10px;
		left: 22px;
	}

	/*		.topbarContent {
			display: block;
		}*/

	.topMenuButtons {
		display: block;
		/*			margin-left: 200px;*/
	}
}

@media (max-width: 1120px) {
	.infoContentCentralise {
		padding-top: 100px;
	}
}

@media (max-width: 1024px) {
	/*		.topbarContent {
			display: block;
			min-height: 220px;
		}*/

	/*		.topMenuButtons {
			display: block;
			margin-left: 200px;
		}*/

	.leopardLogo {
		height: 270px;
		top: 10px;
		left: 80px;
	}

	.infoContentCentralise {
		padding-top: 200px;
	}
}

@media (max-width: 768px) {
}

.sliderHighlights {
	display: none;
	text-align: left;
	width: 33%;
	max-width: 400px;
	margin: 0px 10px 0px auto;
	margin-right: 10px;
	margin-left: auto;
	padding: 10px 10px 10px 0px;
}

.sliderHighlightsContainer1 {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0px;
	z-index: 100;
}

.sliderHighlightsContainer2 {
	display: block;
	width: 100%;
	max-width: 1800px;
	text-align: center;
	margin: auto;
	margin-bottom: 0px;
	z-index: 100;
}

.sliderHighlightTitle {
	color: #474747;
}

.sliderHighlightTitleOrange {
	color: #42983c;
}

.sliderMain {
	width: 100%;
	height: 576px;
	background-size: cover;
	margin: 0px 0px 0px 0px;
	text-align: center;
	display: block;
	z-index: 0;
	position: relative;
}

#sliderImage {
	z-index: 0;
	height: 576px;
	cursor: pointer;
	display: block;
	width: 100%;
	background-position: 0% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

#sliderImage2 {
	z-index: 0;
	height: 576px;
	cursor: pointer;
	display: block;
	width: 100%;
	background-position: 0% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

#sliderImage2 {
	opacity: 0;
}


@media screen and (max-width: 880px) {
	.sliderMain, #sliderImage, #sliderImage2 {
		height: 300px;
	}
}

@media screen and (max-width: 600px) {
	.sliderMain, #sliderImage, #sliderImage2 {
		height: 200px;
	}
}

@media screen and (max-width: 900px) {
	.sliderHighlights {
		width: 80%;
	}

	.containerWithSlider, .containerNonSlider {
		padding-top: 0px;
	}

		.containerNonSlider .bookingCalendarAndBasket {
			margin-top: 30px;
		}
}

h2 {
	color: rgb(181, 33, 33);
	font-family: "Source Sans 3", sans-serif !important;
	font-size: 42px;
	font-weight: 400;
}

h1 {
	color: rgb(181, 33, 33);
	/*	font-family: "Source Sans 3", sans-serif !important;*/
	font-family: "Bebas Neue", sans-serif !important;
	font-size: 42px;
	font-weight: 400 !important;
	text-transform: uppercase;
}

.basketEventTitle {
	color: #c70101 !important;
	border-color: #c70101 !important;
}

.separator {
	border-top: 1px solid #c70101 !important;
}

.newsBlock {
	display: block;
	background-color: #f6f6f6;
	text-align: left;
	flex-basis: 23%;
	margin: 10px;
	box-sizing: border-box;
	cursor: pointer;
}

.newsPhotoTiles {
	width: 100%;
}

.newsPhotoContainer {
	max-width: 100%;
	text-align: center;
}

.newsPhoto {
	max-width: 100%;
	display: block;
	margin: auto;
}

#sf_newsStory img {
	max-width: 100%;
	text-align: center;
	margin: auto;
	display: block;
}

#sf_newsStory p {
	text-align: justify;
	text-justify: inter-word;
}

#sf_newsTitle {
	color: rgb(160, 37, 33);
/*	font-family: Brunches, sans-serif;*/
	font-size: 42px;
	font-weight: 400;
	text-align: center;
	width: 100%;
}

.newsTextBlock {
	padding: 20px;
}

	.newsTextBlock #sf_newsTitle {
		color: rgb(43, 22, 27);
/*		font-family: Brunches, sans-serif;*/
		font-size: 19px;
		font-weight: 400;
		text-align: left;
		width: auto;
	}

.newsDate {
	color: rgb(160, 37, 33);
	font-size: 14px;
	font-weight: 400;
}

.newsCategory {
	padding: 10px;
	background-color: #e4e4e4;
	color: #453e43;
	width: fit-content;
}

.newsTitle, .newsTitle div {
	color: rgb(43, 22, 27);
/*	font-family: "Brunches", Sans-serif;*/
	font-size: 19px;
	font-weight: 400;
	line-height: 25.65px;
	text-transform: uppercase;
	padding: 10px 0px 10px 0px;
}

.newsDate {
	color: #adadad;
	font-size: 12px;
	padding-left: 2px;
}

.fa-calendar {
	font-size: 12px;
	margin-right: 5px;
}

.newsReadMore {
	margin-top: 12px;
	background-color: #b52121;
	padding: 10px;
	color: white;
/*	font-family: "Brunches", Sans-serif;*/
	font-size: 15px;
	font-weight: 400;
	vertical-align: top;
	width: fit-content;
}

.newsContainer {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
	.newsBlock {
		flex-basis: 46%;
	}
}

@media screen and (max-width: 560px) {
	.newsBlock {
		flex-basis: 90%;
	}
}

.facetedSearchMoreResults {
	padding: 20px 10px 10px 15px;
	clear: both;
}

.FacetedSearch li {
	list-style-type: none;
}

.FacetedSearchContainer {
	display: flex;
}

.FacetedSearchResults {
	padding-left: 15px;
	flex: 6;
	display: inline-block;
	border: 10px;
	vertical-align: top;
}


.FacetedSearch {
	flex: 1;
	border: 10px;
	vertical-align: top;
	background-color: #efefef;
	padding: 10px;
}

.FacetedSearchButton {
	display: block;
	background-color: #b52121;
	color: white;
	cursor: pointer;
	border: 1px solid #55d0e3;
	font-weight: bold;
	padding: 10px;
	width: 100%;
	margin-bottom: 12px;
	text-align: center;
}

@media screen and (max-width: 1024px) {
	.FacetedSearch {
		width: 100%;
		display: none;
		margin-bottom: 20px;
	}

	.FacetedSearchContainer {
		display: block;
	}
}

@media screen and (min-width: 1025px) {
	.FacetedSearchButton {
		display: none;
	}
}

.FacetedSearch h2 {
	font-size: 22px;
}

.FacetedSearch ul {
	padding: 0px;
	margin: 0px 0px 0px 5px;
}

.FacetedSearchResults .newsBlock {
	flex-basis: 22%;
}

@media screen and (max-width: 1200px) {
	.FacetedSearchResults .newsBlock {
		flex-basis: 30%;
	}
}

@media screen and (max-width: 1024px) {
	.FacetedSearchResults .newsBlock {
		flex-basis: 46%;
	}
}

@media screen and (max-width: 560px) {
	.FacetedSearchResults .newsBlock {
		flex-basis: 90%;
	}
}

#heritageTableContainer {
	width: 100%;
	background-color: #f7f3f5;
	padding: 10px;
	color: rgb(69, 62, 62);
}

	#heritageTableContainer table {
		border-collapse: collapse;
		border: 1px solid #e0e0e0;
		color: #453e3e;
		width: 100%;
	}

	#heritageTableContainer td, #heritageTableContainer th {
		padding: 10px;
		font-size: 16px;
		font-weight: 400;
	}

	#heritageTableContainer tbody th {
		background-color: #c70101;
		color: #ffffff;
		font-weight: 700;
	}

	#heritageTableContainer tbody tr {
		background-color: #ffffff;
	}

		#heritageTableContainer tbody tr:nth-child(odd) {
			background-color: #f5f5f5;
		}

.heritageSearchBar {
	display: block;
	height: 20px;
	margin: 15px 0px 20px 0px;
	font-weight: 700;
}

.heritageLeft {
	float: left;
}

.heritageRight {
	float: right;
}

.sponsors {
	display: flex;
	flex-direction: column;
	padding: 0px 0px 20px 0px;
	text-align: center;
	background-color: white;
	justify-content: center;
	align-items: center;
}

.mainSponsors {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 33px;
	padding-bottom: 20px;
}

	.mainSponsors img {
		max-height: 42px;
		margin: 0px 6px 0px 6px;
	}

.secondarySponsors {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 20px;
	flex-wrap: wrap;
	max-width: 1000px;
}

	.secondarySponsors img {
		max-height: 30px;
		max-width: 75px;
		margin: 0px 12px 0px 12px;
		padding-bottom: 30px;
	}

.LatestContainer {
	display: none;
}

.menu, .menu select, .menu input {
	font-size: 14px;
}

	.menu input[type=text] {
		font-size: 12px;
	}

.feature h3 {
	text-align: left;
	font-family: le-genoss, sans-serif;
	font-size: 32px;
	color: rgb(181, 33, 33);
}

.normalTextTDCenter {
	font-size: 10px;
}

.videoTitle {
	text-align: center;
	font-family: le-genoss, sans-serif;
	font-size: 48px;
	color: black;
	width: 100%;
	top: -150px;
	position: relative;
}

.productsSlider {
	margin-top: 20px;
}

.matchButtons {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 40px;
}

@media screen and (max-width: 880px) {
	.matchButtons {
		display: block;
	}
}

.matchButtons div {
	flex-basis: 33%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}

.matchButtons img {
	width: 100%;
}

.matchButtons .matchButton {
	margin: auto;
	margin-top: 12px;
	background-color: #b52121;
	padding: 20px 30px 20px 30px;
	color: white;
	font-size: 16px;
	font-weight: 700;
	vertical-align: top;
	width: fit-content;
	cursor: pointer;
}

.matchButton .fas {
	margin-right: 5px;
}

.matchDescriptionLine {
	font-size: 15px;
}

.selectTicketTypeImageHolder {
	float: right;
}

@media screen and (max-width: 450px) {
	.selectTicketTypeImageHolder {
		float: none;
	}
}

.renew3Col {
	display: flex;
}

.renew2Col {
	column-count: 2;
	cursor: pointer;
}

.renew2Colb {
	display: flex;
	cursor: pointer;
}

	.renew2Colb div {
		margin: 10px;
	}

.renew1Col {
	display: none;
	cursor: pointer;
}

	.renew2Col img, .renew1Col img, .renew2Colb img {
		width: 100%;
	}

@media screen and (max-width: 500px) {
	.renew2Col {
		display: none;
	}

	.renew1Col {
		display: block;
	}
}

@media screen and (max-width: 1024px) {
	.renew2Colb {
		display: block;
	}
}

.infoVideo {
	width: 100%;
	height: 350px;
}

@media screen and (max-width: 500px) {
	.infoVideo {
		height: 250px;
	}
}

@media screen and (max-width: 400px) {
	.infoVideo {
		height: 150px;
	}
}

.infoButtonBar, .infoButtonBarTop {
	margin: 30px 0px 30px 0px;
	text-align: center;
	box-sizing: border-box;
}

.infoButtonBarTop {
	text-align: left;
}

.infoButtonBack {
	float: left;
	margin: 20px 0px 20px 0px;
	box-sizing: border-box;
	font-size: 80%;
	height: 42px;
}

.infoButtonBuy {
	float: right;
	margin: 20px 0px 20px 0px;
	box-sizing: border-box;
	height: 42px;
}

infoButtonPay, infoButtonPayNotSelected {
	margin: 10px;
}

.infoButtonPayNotSelected {
	background-color: #404040;
	border-color: #808080;
}

@media screen and (max-width: 680px) {
	.infoButtonBack, .infoButtonBuy {
		float: unset;
		display: block;
		width: 95%;
	}
}

.mainContentContainer {
	padding-bottom: 50px;
	background-color: #f9f9f9;
}

.infoTable, .infoTable td, .infoTable th {
	color: white;
	border-collapse: collapse;
	border: 3px solid white;
	padding: 10px;
	font-size: 1rem;
}

	.infoTable th {
		background-color: #c70101;
	}

@media screen and (max-width: 500px) {
	.infoTable th {
		font-size: 80%;
	}
}

.infoTable td:nth-child(2), .infoTable td:nth-child(3) {
	text-align: right;
}

.infoTable td:nth-child(4) {
	text-align: center;
}

.infoTableSelected {
	background-color: #c70101;
	font-weight: bold;
}

h1, h2, h3 {
	color: black;
}

h2 {
	font-size: 1.3rem;
}

.selectQuantityEntry {
	background-color: black;
	color: white;
	border: 2px solid white;
	width: 2rem;
}

.selectQuantityButton {
	height: 34px;
}

.selectQuantity {
	margin: auto;
}

@media screen and (max-width: 550px) {
	.selectQuantity {
		width: 40px;
	}
}

.infoContentCentralise, .infoContentCentraliseInlineBlock {
	color: white;
}

#receipt table td {
	vertical-align: top;
}

#infoContent a {
	color: #c70101;
}

.checkoutAddressSelected {
	background-color: #404040;
}

.faqsubheading {
	color: #c70101;
}

.infoFaq {
	padding: 10px;
	border-bottom: 1px solid white;
	margin-bottom: 10px;
}

#goldTable table th, #goldTable table td.infoTableSelected {
	background-color: #bc9a2f;
}

#whiteTable table th, #whiteTable table td.infoTableSelected {
	background-color: #b3b3b3;
}

#platinumTable table th, #platinumTable table td.infoTableSelected {
	background-color: #93b1b8;
}

#blackTable table th, #blackTable table td.infoTableSelected {
	background-color: black;
}

.seatsLine {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	vertical-align: top;
}

.seatsLineText {
	display: inline-block;
	vertical-align: top;
}

.seatsLineButton {
	display: inline-block;
	margin-left: 20px;
}

.imageOptionSelector {
	display: flex;
	gap: 10px;
}

	.imageOptionSelector div {
		text-align: center;
		width: 100%;
		border: 4px solid black;
		cursor: pointer;
	}

		.imageOptionSelector div img {
			width: 100%;
			border: 0px;
			margin: 0px;
			padding: 0px;
		}

	.imageOptionSelector .imageOptionSelectorSelected {
		border-color: #c70101;
	}

	.imageOptionSelector div div {
		padding: 12px;
	}

#divTotals {
	padding-top: 12px;
}

#cbxCheckoutAddress, .sectionTitle, .curvedBoxHeader, .registerHeader, .registerHeaderBlue, .curvedBox,
.infoContentCentralise, .infoContentCentraliseInlineBlock, table {
	color: black;
}

.curvedBox {
	border: solid 1px rgb(233, 233, 233);
	border-radius: 10px;
}

#cbxReceipt, #cbxReceipt, #cbxReceipt table{
 color: black;
}

.curvedBox {
	background-color: white;
	color: black;
}

.curvedBoxHeader {
	color: black;
	background-color: transparent;
	font-family: "Montserrat", sans-serif !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	font-size: 1.5em;
}

#matches .curvedBox:hover {
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
}

.sectionTitle {
	color: black;
	font-size: 44px;
	font-family: "Bebas Neue", sans-serif !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
}

.matchTitleLine {
	color: black;
	font-size: 1.6rem;
	font-family: "Bebas Neue", sans-serif !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
}

.menuSearchItem {
	background-color: #c70101;
	padding: 0px, 0px, 0px, 0px;
}

.costCentreLogoImageHolderSelected {
	background-color: #c70101;
}

.productPrimaryPrice, .productSecondaryPrice {
	color: #c70101;
}

.checkoutAddressSelected {
	background-color: white;
}

.costCentreLogoImageHolder:hover {
	background-color: #c70101;
}

.upcomingEventDivder {
	border-top: 1px solid #b52121;
	height: 0px;
	width: 10%;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}

.upcomingEvent {
	border-top: 0px solid #b52121;
}

@media screen and (min-width: 780px) {
	body {
		min-width: 1270px;
	}

	p {
		font-size: 16px;
	}
}

@media screen and (max-width: 780px) {
	.topbar {
		height: 60px;
	}

	.groupHeader {
		height: 45px;
	}

	.topbarContent {
		display: none;
	}

	.topbarContentMobile {
		display: flex;
		align-items: center;
		height: 100%;
	}

	.infoContentCentralise {
		padding-top: 170px;
	}

	.manULinkText {
		font-size: 14px;
		padding-left: 0px;
	}

	.manULink {
		position: absolute;
		left: 40px;
	}
}

@media screen and (max-width: 480px) {
	.manULink {
		display: none;
	}

	.manULogoMobile {
		left: 20px;
	}

	.topBarMenuMobile {
		left: 70px;
	}

	#divPromoCode {
		flex-direction: column
	}
}

@media screen and (max-width: 280px) {
	body {
		min-width: 280px;
	}
}