*:not(.tickTransparent, .ibBookNowDisabled, img, .costCentreLogoImageHolder, .costCentreLogoImageHolderSelected, .costCentreLogosName) {
	box-sizing: border-box;
}

body, div, p, a, select, input, .matchTitleLine, td, h4, h5, h6{
	font-family: "Montserrat", sans-serif !important;
}

body {
	background-color: #f3f3f3;
}

h1, h2, h3 {
	font-family: "Montserrat", sans-serif !important;
	font-weight: 700 !important;
}

.curvedBoxHeader, .changeToHomeAway {
	font-size: 25px;
	font-family: "Montserrat", sans-serif !important;
	font-weight: 700 !important;
}

.walletButton {
	color: transparent !important;
}

.sectionTitle, .highlightedEventTitle {
	color: black;
	font-size: 48px;
	font-family: "Montserrat", sans-serif !important;
	font-weight: 700 !important;
}

.topbar {
	display: flex;
	background-color: #bf311a;
	height: 124px;
}

.topbarLogo {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 48px;
	margin-left: 48px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.topbarLogoImg {
	height: 85px;
	width: 85px;
}

.topbarMid {
	background-color: #bf311a;
	height: 124px;
}

.topLogoMobile {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

.topLogoImgMobile {
	height: 60px;
	width: 60px;
}

.navContainer {
width: 100%;
display: flex;
flex-direction: column;
}

.navbarTop {
	height: 44px;
	min-height: 44px;
	width: 100%;
	display: flex;
	background-color: white !important;
}

.navbarTop p {
	font-size: 12px;
	font-family: "Montserrat", sans-serif !important;
	color: black;
	font-weight: 400;
	text-wrap: nowrap;
}

.navbarTop a {
	display: flex;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
	text-decoration: none;
}

.navbarBottom {
	height: 80px;
	width: 100%;
	display: flex;
	background-color: #bf311a;
}

.navbarBottom * {
	font-size: 1.13rem;
	font-family: "Montserrat", sans-serif !important;
	font-weight: 600 !important;
	color: white !important;
}

.ticketLink::before {
	content: url("images/ticket.svg");
	display: inline-block;
	width: 16px;
	height: 16px;
	align-self: center;
	margin-right: 4px;
	position: relative;
	top: -3px;
	/*left: 2px;*/
}

.clubLink, .ticketLink, .shopLink, .iFollowLink, .appLink,
.clubLinkMobile, .ticketLinkMobile, .shopLinkMobile, .iFollowLinkMobile, .appLinkMobile {
	position: relative;
	z-index: 1;
}

.clubLink::after, .ticketLink::after, .shopLink::after, .iFollowLink::after, .appLink::after,
.clubLinkMobile::after, .ticketLinkMobile::after, .shopLinkMobile::after, .iFollowLinkMobile::after, .appLinkMobile::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scaleY(0);
	transform-origin: bottom center;
	background-color: rgb(153 38 21) !important;
	z-index: -1;
	transition: transform 0.15s;
	transition-timing-function: ease-in-out;
}

.clubLink:hover::after, .ticketLink:hover::after, .shopLink:hover::after, .iFollowLink:hover::after, .appLink:hover::after,
.clubLinkMobile:hover::after, .ticketLinkMobile:hover::after, .shopLinkMobile:hover::after, .iFollowLinkMobile:hover::after, .appLinkMobile:hover::after  {
	transform: scaleY(1);
}

.shopLink::before {
	content: url("images/shirt.svg");
	display: inline-block;
	width: 16px;
	height: 16px;
	align-self: center;
	margin-right: 4px;
	position: relative;
	top: -3px;
}

.iFollowLink::before {
	content: url("images/video-outline.svg");
	display: inline-block;
	width: 16px;
	height: 16px;
	align-self: center;
	margin-right: 4px;
	position: relative;
	top: -3px;
}

.appLink::before {
	content: url("images/cellphone.svg");
	display: inline-block;
	width: 16px;
	height: 16px;
	align-self: center;
	margin-right: 4px;
	position: relative;
	top: -3px;
}

.navTopA:hover p {
	color: white;
}

@keyframes ticketFlicker {
    0%   { content: url("images/ticket.svg"); }
    10%  { content: url("images/ticket-white.svg"); }
    18%  { content: url("images/ticket.svg"); }
    27%  { content: url("images/ticket-white.svg"); }
    35%  { content: url("images/ticket.svg"); }
    52%  { content: url("images/ticket-white.svg"); }
    68%  { content: url("images/ticket.svg"); }
    83%  { content: url("images/ticket-white.svg"); }
    90%  { content: url("images/ticket.svg"); }
    100% { content: url("images/ticket-white.svg"); }
}

.ticketLink:hover::before {
	animation: ticketFlicker 0.2s forwards;
/*	content: url("images/ticket-white.svg");*/
}

@keyframes shopFlicker {
    0%   { content: url("images/shirt.svg"); }
    10%  { content: url("images/shirt-white.svg"); }
    18%  { content: url("images/shirt.svg"); }
    27%  { content: url("images/shirt-white.svg"); }
    35%  { content: url("images/shirt.svg"); }
    52%  { content: url("images/shirt-white.svg"); }
    68%  { content: url("images/shirt.svg"); }
    83%  { content: url("images/shirt-white.svg"); }
    90%  { content: url("images/shirt.svg"); }
    100% { content: url("images/shirt-white.svg"); }
}

.shopLink:hover::before {
	animation: shopFlicker 0.2s forwards;
/*	content: url("images/shirt-white.svg");*/
}

@keyframes iFollowFlicker {
    0%   { content: url("images/video-outline.svg"); }
    10%  { content: url("images/video-outline-white.svg"); }
    18%  { content: url("images/video-outline.svg"); }
    27%  { content: url("images/video-outline-white.svg"); }
    35%  { content: url("images/video-outline.svg"); }
    52%  { content: url("images/video-outline-white.svg"); }
    68%  { content: url("images/video-outline.svg"); }
    83%  { content: url("images/video-outline-white.svg"); }
    90%  { content: url("images/video-outline.svg"); }
    100% { content: url("images/video-outline-white.svg"); }
}

.iFollowLink:hover::before {
	animation: iFollowFlicker 0.2s forwards;
	/*	content: url("images/video-outline-white.svg");*/
}

@keyframes appFlicker {
    0%   { content: url("images/cellphone.svg"); }
    10%  { content: url("images/cellphone-white.svg"); }
    18%  { content: url("images/cellphone.svg"); }
    27%  { content: url("images/cellphone-white.svg"); }
    35%  { content: url("images/cellphone.svg"); }
    52%  { content: url("images/cellphone-white.svg"); }
    68%  { content: url("images/cellphone.svg"); }
    83%  { content: url("images/cellphone-white.svg"); }
    90%  { content: url("images/cellphone.svg"); }
    100% { content: url("images/cellphone-white.svg"); }
}

.appLink:hover::before {
	animation: appFlicker 0.2s forwards;
	/*	content: url("images/cellphone-white.svg");*/
}

.topbarSponsorLink {
	margin-left: auto;
}

#burgerMenu, #burgerMenuMobile {
/*	margin-left: auto;*/
	margin-left: 20px;
	align-self: center;
	padding-right: 16px;
}

.burgerMenuClosed::before {
	content: url("images/burgerSquare.svg");
	display: inline-block;
	width: 24px;
	height: 24px;
	align-self: center;
	margin-right: 4px;
	position: relative;
	top: -3px;
}

.burgerMenuOpen::before {
	content: url("images/close.svg");
	display: inline-block;
	width: 24px;
	height: 24px;
	align-self: center;
	margin-right: 4px;
	position: relative;
	top: -3px;
}

#loginLink {
	margin-left: auto;
}

#loginLink::before {
	content: url("images/account.svg");
	display: inline-block;
	width: 24px;
	height: 24px;
	align-self: center;
	margin-right: 4px;
	position: relative;
	top: -3px;
}

#navbarBottomLinks {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#navbarBottomLinks a {
	padding-left: 24px;
	padding-right: 24px;
	cursor: pointer;
	text-decoration: none;
	font-weight: normal;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#navbarBottomLinks a::after {
	content: '';
	width: 0px;
	height: 4px;
	opacity: 0%;
	background-color: white;
	transition: all 0.5s;
	transition-timing-function: cubic-bezier(.4,0,.2,1)
}

#navbarBottomLinks a:hover::after {
	width: 110%;
	opacity: 100%;
	background-color: white;
}

input[type=button], input[type=submit], button, .icoButton, .icoButtonOver, .ibBookNow, .ibBookNowOver, .ibBookNowTall, .ibBookNowOverTall, .ibBookNowSelected,
.Bookings2DivCalendarTimes, .Bookings2DivCalendarTimesOver, .Bookings2DivCalendarShowMore, .Bookings2DivCalendarShowMoreOver,
.ibShowMoreTickets, .ibShowMoreTicketsOver, .ibMoveSeatSpace, .ibMoveSeatSpaceOver {
	border-radius: 8px;
	margin: 0px;
	box-sizing: content-box;
	background-color: #bf311a !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 14px;
	border: none;
}

.slick-dots button, .walletButton {
	background-color: transparent !important;
}

.ibBookNowTall, .ibBookNowOverTall {
	padding: 0;
}

.ibBookNowOver, .ibBookNowOverTall {
	background-color: rgb(153 38 21) !important;
}

.sponsors {
	display: flex;
	flex-direction: column;
	padding: 10px 0px 0px 0px;
	text-align: center;
	background-color: #4c130a;
	justify-content: center;
	align-items: center;
}

.primarySponsors {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 15px;
	flex-wrap: wrap;
	max-width: 768px;
}

.primarySponsors img {
	max-height: 128px;
	margin: 0px 10px 0px 10px;
	padding-bottom: 32px;
}

.secondarySponsors {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 15px;
	flex-wrap: wrap;
	max-width: 768px;
}

.secondarySponsors img {
/*	max-width: 62.19px;*/
	max-height: 70px;
	margin: 0px 10px 0px 10px;
	padding-bottom: 32px;
}

.bottomLogoContainer {
	width: 95%;
	height: 133px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bottomLogo img {
	height: 96px;
	padding-left: 50px;
	padding-right: 50px;
}

.bottomLine {
	height: 2px;
	width: 40%;
	background-color: rgb(191 49 26);
}

.socialMediaContainer {
	background-color: #120502;
	height: 24px;
	padding-top: 32px;
	padding-bottom: 32px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem;
}

.socialMediaIcon {
	height: 24px;
	width: 24px;
	margin: 0px 5px 0px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
}

.socialMediaIcon img {
	height: 24px;
}

#footerbar {
	background-color: #120502;
	padding: 0px 0px 0px 0px;
}

#footerLinksContainer {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

#footerLinksContainer a, #footerLinksContainer a:hover {
	text-decoration-line: none;
	text-transform: none;
}

.footerLink {
	font-family: "Montserrat", sans-serif !important;
	font-size: 12px;
	font-weight: 400;
}

.footerLink {
	padding-bottom: 3px;
	border-bottom: 1px transparent solid;
	color: white;
	transition-duration: 0.15s;
	transition-property: border-color;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.footerLink:hover {
	border-bottom: 1px solid white;
}

#copyright p {
	font-family: "Montserrat", sans-serif !important;
	font-size: 12px;
	font-weight: 400;
}

.vl {
	border-left: 1px solid rgba(28, 8, 11, 0.5);
	height: 20px;
	position: relative;
	top: 12px;
}

.topbarMid {
	display: none;
}

.topbarMobile {
	display: none;
}

#hamburgerLinks {
	display: none;
	flex-direction: column;
	background-color: rgb(191 49 26) !important;
	padding-top: 20px;
	padding-bottom: 20px;
}

#hamburgerLinks div {
	border-radius: 7px;
	background-color: rgb(191 49 26);
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 2px;
	margin-left: 50px;
	margin-right: 50px;
	transition-duration: 0.3s;
	transition-property: background-color, margin-left;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
}

#hamburgerLinks a {
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#hamburgerLinks div:not(.appBadgesText, .appBadgesContainer):hover {
	background-color: #cc5a48 !important;
	margin-left: 60px;
}

#hamburgerLinks a h2 {
	color: white;
	font-size: 30px;
	font-family: "Montserrat", sans-serif !important;
	font-weight: 600 !important;
	margin: 5px;
	margin-left: 10px;
}

.appBadgesContainer {
	padding-left: 10px;
}

.appBadge {
	max-height: 46.75px;
	transition: all, 0.3s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	padding-bottom: 5px;
}

.appBadge:hover {
	transform: translateY(-5px);
}

#basketBar {
	background-color: white;
	border: none;
	border-radius: 8px;
	margin-bottom: 10px;
	transition: all, 0.3s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
}

#basketBar:hover {
	transform: translateY(-2px);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
}

#externalContentContainer {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-top: 20px;
}

#externalContent {
	width: 90%;
	display: flex;
	justify-content: center;
	position: relative;
	min-width: 240px;
}

#externalContentTitle {
	width: 90%;
	position: absolute;
	bottom: 60px;
	left: 0px;
	padding-left: 40px;
	color: white;
	font-size: 48px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700 !important;
	z-index: 99;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

#externalContentDescription {
	width: 90%;
	position: absolute;
	bottom: 20px;
	left: 0px;
	padding-left: 40px;
	color: white;
	font-size: 12px;
	font-family: Inter, sans-serif;
	font-weight: 300 !important;
	z-index: 99;
}

#externalContentImage {
	max-width: 100%;
	min-width: 240px;
	border-radius: 10px;
	position: relative;
	min-height: 460px;
	object-fit: cover;
}

#imageMask {
	z-index: 10;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0px;
	display: block;
	background: linear-gradient(to bottom, transparent 50%, black 100%);
	border-radius: 10px;
}

#externalContentLink:hover {
	& #imageMask {
	background-color: rgba(0, 0, 0, 0.1);
	}
}

.outerContainer {
	width: 100%;
	justify-items: center;
}

.mainContentContainer, .curvedBox {
	background-color: #f3f3f3;
}

.hidden {
	display: none;
}

#topLogoMobileContainer {
	padding-left: 16px;
	display: flex;
}

.slick-slide {
	opacity: 1;
}

#shopSlider {
	width: 95%;
}

	#shopSlider picture {
		object-fit: cover;
		border-radius: 10px;
	}

.slick-dots li.slick-active button:before {
	color: #862633;
}

#burgerMenuButtonContainer {
	display: flex;
	align-items: center;
	width: 181px;
	margin-left: auto;
}

.topbarSponsor {
	width: 60px;
}

.upcomingEventDivder,
.upcomingEvent,
.upcomingEventDisabled {
	width: 100% !important;
}

.upcomingEvent:hover,
.upcomingEventDisabled:hover {
	transform: translateY(-2px);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
}

.upcomingEvent,
.upcomingEventDisabled {
	transition: 0.5s;
	background: white;
	padding: 20px;
	border: none;
	border-radius: 8px;
	margin-bottom: 30px;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.costCentreLogoImageHolder {
	display: inline-block;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	transition: 0.5s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	padding: 10px 10px 10px 10px;
}

.costCentreLogoImageHolderSelected {
	display: inline-block;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	transition: 0.5s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	padding: 10px 10px 10px 10px;
}

.costCentreLogosName {
	display: inline-block;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	transition: 0.5s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	padding: 10px 10px 10px 10px;
}

.costCentreLogo:hover .costCentreLogoImageHolder {
	transform: translateY(-2px);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
}

.costCentreLogo:hover .costCentreLogosName {
	transform: translateY(-2px);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
}

.costCentreLogo:hover .costCentreLogoImageHolderSelected {
	transform: translateY(-2px);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
}

.thumbnailImage {
	margin-left: 10px;
}

.infoContentCentralise {
	display: inline-block;
}

#spacing-block {
	height: 0px;
}

#cbxAreaSelect:has(.curvedBox ul) {
	text-align: center !important;
}

#cbxAreaSelect .curvedBox ul {
	display: flex;
	justify-content: center;
	padding-left: 0px;
}

#receipt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: visible;
}

.crossSellingContainer {
	display: inline-block;
}

#cbxFullBasket > .curvedBoxHeader {
	text-align: center;
}


#cbxFullBasket > .curvedBox {
	overflow: visible;
}

.basketBook, .basketCheckout {
	text-align: center !important;
}

.crossSellingContainer {
	justify-self: center;
}

#cbxFullBasket > .curvedBox {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
}

#trusernameLoginForm {
	padding-top: 12px;
}

#cbxReceipt > .curvedBoxHeader {
	text-align: center !important;
}

#divReceiptButtonsContainer {
	display: flex;
	justify-content: center;
}

div:has( > #divAppleWalletButton) {
	display: flex;
	justify-content: center;
}

.divWalletButton {
	border-width: 0;
}

#cbxAreaSelect .curvedBox ul table {
	background-color: white;
	padding: 15px;
	border-radius: 8px;
}

.basketTotal {
	margin-right: 10px;
}

@media screen and (max-width: 1280px) {
	.topbar {
		height: 102px;
	}

	#navbarBottomLinks {
		display: none !important;
	}
}

@media screen and (max-width: 1140px) {
	#externalContentDescription {
		bottom: 5px;
		padding-left: 15px;
	}

	#externalContentTitle {
		bottom: 35px;
		padding-left: 15px;
	}
}

@media screen and (max-width: 1100px) {
	.topbarLogo {
		margin-right: 32px;
		margin-left: 32px;
	}

	#divPromoCode {
		flex-direction: column;
		text-align: left !important;
	}

}

@media screen and (max-width: 1575px) {
	.navbarTop a {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 1375px) {
	#seasonTicketLink, #eventTicketLink {
		display: none;
	}
}

@media screen and (max-width: 1070px) {

	.ticketLink::before, .shopLink::before, .iFollowLink::before, .appLink::before {
		display: none;
	}
}

@media screen and (max-width: 950px) {
	.topbar {
		display: none;
	}

	.topbarMobile {
		display: flex;
	}

	.topLogoMobile {
		margin-left: 16px;
	}

	.navbarTop a {
		padding-left: 8px;
		padding-right: 8px;
	}

	#externalContentTitle {
		font-size: 36px;
	}

	#hamburgerLinks div {
		margin-left: 20px;
		margin-right: 20px;
	}

	#hamburgerLinks div:not(.appBadgesText, .appBadgesContainer):hover {
	background-color: #cc5a48 !important;
	margin-left: 30px;
	}

	.primarySponsors img {
		max-height: 100px;
	}

	.secondarySponsors img {
		max-height: 50px;
	}
}

@media screen and (max-width: 639px) {
	#loginLink p {
		display: none;
	}
}

@media screen and (max-width: 639px) {
	.ticketLink::before, .shopLink::before, .iFollowLink::before, .appLink::before {
		display: none;
	}
}

@media (min-width: 1536px) {
	.container {
		max-width: 1536px;
	}
}

@media screen and (max-width: 420px) {
	.appLink, .appLinkMobile {
		display: none !important;
	}

	.vlHide {
		display: none;
	}
}

@media screen and (max-width: 420px) {
	.ibBookNow[style="width:330px;height:40px;"], .ibBookNowOver[style="width:330px;height:40px;"],
	.ibBookNow[style="width:330px;height:100px;"], .ibBookNowOver[style="width:330px;height:100px;"] {
		width: 200px !important;
	}
}

@media (max-width: 305px) {
	.navbarTop a {
		padding-left: 4px;
		padding-right: 4px;
	}
}

@media (max-width: 610px) {
	.costCentreLogo {
		margin: 0px 10px 10px 10px !important;
	}
}