@charset "UTF-8";
:root {
	--mobileHorizontalMargin: 0.875rem;
	--verticalMargin: 9.375rem;
	--horizontalMargin: 4.1071428571rem;
	--transition: 250ms;
	--delay: 0s;
}

@font-face {
	font-family: "AuthenticLight";
	font-style: normal;
	font-display: swap;
	src: local("Authentic Light"), local("Authentic-Light"), url("../fonts/AUTHENTICSans-60.woff2") format("woff2"), url("../fonts/AUTHENTICSans-60.woff") format("woff");
}
@font-face {
	font-family: "AuthenticRegular";
	font-style: normal;
	font-display: swap;
	src: local("Authentic Regular"), local("Authentic-Regular"), url("../fonts/AUTHENTICSans-90.woff2") format("woff2"), url("../fonts/AUTHENTICSans-90.woff") format("woff");
}
@font-face {
	font-family: "AuthenticMedium";
	font-style: normal;
	font-display: swap;
	src: local("Authentic Medium"), local("Authentic-Medium"), url("../fonts/AUTHENTICSans-130.woff2") format("woff2"), url("../fonts/AUTHENTICSans-130.woff") format("woff");
}
@font-face {
	font-family: "AuthenticBold";
	font-style: normal;
	font-display: swap;
	src: local("Authentic Bold"), local("Authentic-Bold"), url("../fonts/AUTHENTICSans-150.woff2") format("woff2"), url("../fonts/AUTHENTICSans-150.woff") format("woff");
}
@font-face {
	font-family: "AuthenticLightCondensed";
	font-style: normal;
	font-display: swap;
	src: local("Authentic Light"), local("Authentic-Light"), url("../fonts/AUTHENTICSans-Condensed60.woff2") format("woff2"), url("../fonts/AUTHENTICSans-Condensed60.woff") format("woff");
}
@font-face {
	font-family: "AuthenticRegularCondensed";
	font-style: normal;
	font-display: swap;
	src: local("Authentic Regular"), local("Authentic-Regular"), url("../fonts/AUTHENTICSans-Condensed90.woff2") format("woff2"), url("../fonts/AUTHENTICSans-Condensed90.woff") format("woff");
}
@font-face {
	font-family: "AuthenticMediumCondensed";
	font-style: normal;
	font-display: swap;
	src: local("Authentic Medium"), local("Authentic-Medium"), url("../fonts/AUTHENTICSans-Condensed130.woff2") format("woff2"), url("../fonts/AUTHENTICSans-Condensed130.woff") format("woff");
}
@font-face {
	font-family: "AuthenticBoldCondensed";
	font-style: normal;
	font-display: swap;
	src: local("Authentic Bold"), local("Authentic-Bold"), url("../fonts/AUTHENTICSans-Condensed150.woff2") format("woff2"), url("../fonts/AUTHENTICSans-Condensed150.woff") format("woff");
}
@font-face {
	font-family: "FontAwesome";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/fontawesome-400.woff2") format("woff2"), url("../fonts/fontawesome-400.woff") format("woff");
}
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}

body {
	margin: 0;
	background: #fff;
}

input[type=submit],
input[type=button],
button,
a {
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
	cursor: pointer;
}

img {
	height: auto;
	max-width: 100%;
	transition: 200ms;
	transition-property: opacity;
	vertical-align: middle;
}
img[data-src] {
	position: absolute;
	opacity: 0;
}

article,
aside,
figure,
footer,
header,
main,
nav {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
embed,
fieldset,
figure,
iframe,
img,
legend,
object,
p,
ul {
	padding: 0;
	border: 0;
	margin: 0;
}

html {
	font: normal 300 80%/1.4 "AuthenticRegular", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
}
a:hover {
	color: inherit;
}
a[href^="mailto:"], a[href^="tel:"] {
	color: inherit;
	white-space: nowrap;
}

main {
	width: 100vw;
}

ul {
	list-style: none;
}

strong {
	font-weight: normal;
	font-family: "AuthenticMediumCondensed", sans-serif;
}

.font\:rg {
	font-family: "AuthenticRegular", sans-serif;
}
.font\:md {
	font-family: "AuthenticMedium", sans-serif;
}
.font\:bd {
	font-family: "AuthenticBold", sans-serif;
}
.font\:rg-con {
	font-family: "AuthenticRegularCondensed", sans-serif;
}
.font\:md-con {
	font-family: "AuthenticMediumCondensed", sans-serif;
}
.font\:bd-con {
	font-family: "AuthenticBoldCondensed", sans-serif;
}

.text\:header {
	font-size: 0.8125rem;
	line-height: 1.2307;
}
.text\:live-events {
	font-size: 1.25rem;
	line-height: 1.2;
}
.text\:xl {
	font-size: 2.4375rem;
	line-height: 1.2;
}
.text\:lg {
	font-size: 1.25rem;
	line-height: 1.2;
}
.text\:md {
	font-size: 3.5714rem;
	line-height: 1.2;
}
.text\:pg {
	font-size: 0.8125rem;
	line-height: 1;
}
.text\:standfirst {
	font-size: 1.375rem;
	line-height: 1.2;
}
.text\:footer {
	font-size: 0.5166666667rem;
	line-height: 1.307;
}
.text\:roster-artist {
	font-size: 1.25rem;
	line-height: 2.15;
}
.text\:copy {
	font-size: 1rem;
	line-height: 1.2;
}
.text\:socials {
	font-size: 1rem;
	line-height: 1.125;
}
.text\:event-details {
	font-size: 2.23214rem;
	line-height: 1.2;
}
.text\:display {
	font-size: 1.875rem;
	line-height: 1.33;
}
.text\:nav {
	font-size: 2.25rem;
	line-height: 1;
}
.text\:month {
	font-size: 4.375rem;
	line-height: 1.2;
}
.text\:filter {
	font-size: 1.25rem;
	line-height: 1.2;
}
.text\:listing {
	font-size: 1rem;
}
.text\:banner {
	font-size: 0.9722rem;
}

.screen-reader-text {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
	margin: 0;
	clip: rect(1px, 1px, 1px, 1px);
}

.artist figure {
	position: relative;
}
.artist figure:before {
	display: block;
	content: "";
	width: 100%;
}

.page-template-tpl-brands .layout a, .landing-text a, .social-links a, .site-footer nav a, .policy a, .listing:hover .underline, .ticket-links a, .legal-nav a, .editorial-wrap a, .contact-modal a, .footer-call-to-action a, .banner a, .artist-events ul ul a {
	text-decoration: underline;
	-webkit-text-decoration-color: #062C17;
	        text-decoration-color: #062C17;
}

.site-footer nav a, .legal-nav a {
	text-underline-offset: 0.1375rem;
}
.site-footer nav a:hover, .legal-nav a:hover {
	text-decoration-thickness: 0.0892857143rem;
}

.social-links a, .ticket-links a, .editorial-wrap a, .footer-call-to-action a, .banner a, .artist-events ul ul a {
	text-underline-offset: 0.275rem;
}
.social-links a:hover, .ticket-links a:hover, .editorial-wrap a:hover, .footer-call-to-action a:hover, .banner a:hover, .artist-events ul ul a:hover {
	text-decoration-thickness: 0.1785714286rem;
}

[data-reveal-text] *, [data-reveal], .site-nav--container > div:first-of-type li {
	opacity: 0;
	transform: translateY(2.2321428571rem);
	transition: opacity 1.25s cubic-bezier(0.55, 0, 0.13, 1), transform 1.25s cubic-bezier(0.55, 0, 0.13, 1);
}

[data-reveal-text=revealed] *, [data-reveal=revealed], .has-nav .site-nav--container > div:first-of-type li {
	opacity: 1;
	transform: translate(0, 0);
}

.accordion {
	border-top: 1px solid #062C17;
	margin: 5.5rem 0 1.1875rem 0;
}
.accordion li {
	border-bottom: 1px solid #062C17;
}
.accordion a {
	text-decoration: none;
}
.accordion div {
	display: none;
	padding: 4rem 0 0.875rem 0;
	max-width: 18.5625rem;
}
.accordion h3 {
	font-size: 1rem;
	opacity: 0.5;
	position: relative;
	padding: 0.5rem 10rem 0.3125rem 0;
	cursor: pointer;
}
.accordion h3.toggled {
	opacity: 1;
}
.accordion h3.toggled::after {
	transform: translateY(-50%) rotate(0);
}
.accordion h3::before, .accordion h3::after {
	background: #062C17;
	content: " ";
	display: inline-block;
	position: absolute;
	width: 1.25rem;
	height: 2px;
	left: auto;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 250ms ease;
}
.accordion h3::after {
	transform: translateY(-50%) rotate(90deg);
}

.artist-events.section {
	padding: 0;
	margin: 0 0 1.75rem 0;
}
.artist-events time {
	color: rgba(6, 44, 23, 0.5);
}
.artist-events > ul > li {
	line-height: 1.2;
	border-top: 1px solid #062C17;
	padding: 1.0714285714rem 0 1rem 0;
	overflow: hidden;
}
.artist-events > ul > li a {
	padding: 0 0 0 0.375rem;
}
.artist-events > ul > li div:first-of-type {
	width: 38.75%;
}
.artist-events > ul > li div:last-of-type {
	margin: 0 0 0 0.25rem;
	width: 49.41%;
}
.artist-events > ul > li > a::after {
	content: " ";
	display: block;
	position: relative;
	background: url("../images/cross.svg") no-repeat;
	background-size: cover;
	width: 1.25rem;
	height: 1.25rem;
	margin: 0 0 0 auto;
	transition: transform var(--transition) ease;
}
.artist-events > ul > li a.active::after {
	transform: rotate(45deg);
}
.artist-events > ul > li a.active p {
	font-family: "AuthenticMedium", sans-serif;
}
.artist-events ul ul {
	display: none;
	margin: 3.5rem 0 0.5rem 38.75%;
}
.artist-events ul ul li:not(:first-of-type) {
	margin: 0.3125rem 0 0 0;
}
.artist-content.layout .artist-events h2 {
	margin: 0 0 3.6875rem 0;
}
.artist-content.layout .artist-events p {
	padding: 0;
	margin: 0;
}

.artist-modal {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	min-height: 100vh;
	overflow: scroll;
	width: 100vw;
	transform: translateY(0);
	transition: transform 1.25s cubic-bezier(0.87, 0, 0.13, 1), background 1.25s cubic-bezier(0.87, 0, 0.13, 1);
	transition-delay: 0ms, 250ms;
	z-index: 40;
}
.artist .mobile {
	opacity: 1;
	transition: opacity 1.25s ease;
}
.artist-modal-loaded {
	transform: translateY(-100%);
}
.artist img {
	mix-blend-mode: multiply;
}
.artist-content {
	padding: 2.8125rem var(--mobileHorizontalMargin) 0 var(--mobileHorizontalMargin);
}
.artist-content .close {
	margin: 0;
	transform: unset;
}
.artist-content .close::before, .artist-content .close::after {
	content: none;
}
.artist-content.layout h1 {
	margin: 0 0 2.5625rem 0;
}
.artist-content.layout p {
	margin: 0.3125rem 0 0 0;
}
.artist-content.layout p, .artist-content.layout p:not(:first-of-type) {
	padding: 0;
}
.artist figure {
	height: 100vh;
	width: 100%;
}
.artist figure:before {
	padding-top: 154.1333333333%;
}

.banner {
	font-size: 0.6222rem;
	padding: 1.2rem var(--mobileHorizontalMargin) 1rem var(--mobileHorizontalMargin);
	position: fixed;
	width: 100%;
	z-index: 50;
	top: 0;
	transition: top 250ms ease;
}
.banner\:tucked .banner {
	top: -100%;
}
.banner > div:first-of-type {
	width: 11rem;
}
.banner a {
	color: inherit;
	-webkit-text-decoration-color: inherit;
	        text-decoration-color: inherit;
}
.banner a:hover {
	text-decoration-thickness: 0.1rem;
}

[data-policy=policy-visible].page-template-tpl-artist-roster {
	padding-top: 4.1666rem;
}

.decline {
	margin: 0 1rem 0 0;
}

.footer-call-to-action {
	margin: 0 0 7.375rem auto;
	font-size: 1.875rem;
}
.footer-call-to-action a:hover {
	text-decoration-thickness: inherit;
}

.site-footer.bg\:green .call-to-action h2.colour\:green {
	color: #E3E3EB;
}

.contact-details {
	align-items: flex-start;
}
.contact-details p {
	margin: 0 1rem 0 0;
}
.contact-details .contact-trigger-mobile {
	display: none;
}
.contact-details a:hover {
	font-family: "AuthenticMedium", sans-serif;
}

.contact-modal {
	position: fixed;
	top: auto;
	left: 50%;
	bottom: 2.5rem;
	transform: translateX(-50%);
	z-index: 40;
	width: 24rem;
	border: 0.0223214286rem solid #062C17;
	opacity: 0;
	visibility: hidden;
	transition: opacity 125ms ease, visibility 125ms ease;
	pointer-events: none;
}
.contact-modal__close {
	position: absolute;
	left: auto;
	right: 0;
	padding: 1rem 1rem;
	cursor: pointer;
}
.contact-modal > div {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.contact-modal > div:nth-child(2), .contact-modal > div:nth-child(3) {
	border-bottom: 0.0223214286rem solid #062C17;
}
.contact-modal > div:first-child {
	padding-top: 3rem;
}
.contact-modal > div:nth-child(2) {
	padding-top: 3rem;
}
.contact-modal h2 + div > *:not(:last-child):not(li) {
	margin: 0 0 0.75rem 0;
}

.contact-trigger-mobile {
	margin: 0.125rem 0 0 0;
}

.has-contact-modal .contact-modal {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.content-header > div {
	border-top: 0.0625rem solid #E3E3EB;
	padding: 2rem var(--mobileHorizontalMargin) 1.5rem var(--mobileHorizontalMargin);
	width: 100%;
	transition: border-color 250ms ease;
}

.cta {
	transition: opacity 250ms ease;
}

.editorial-content {
	width: 100%;
}
.editorial-content > p {
	padding: 0 5rem 0 0;
}

.editorial-panels {
	align-items: flex-end;
	flex-direction: column;
	min-height: 100vh;
	padding: 5.875rem var(--mobileHorizontalMargin) 2.875rem var(--mobileHorizontalMargin);
}
.editorial-panels > section {
	flex-direction: column;
	height: 100%;
}
.editorial-panels p {
	line-height: 1.25;
}
.editorial-panels > section:last-of-type {
	margin: 3.375rem 0 0 0;
}
.editorial-panels h2 {
	margin: 0 0 17.3125rem 0;
}
.editorial-panels h2 + p {
	margin: 1.125rem 0 0 0;
}

.editorial-wrap {
	flex-direction: column;
	padding: 2.6875rem var(--mobileHorizontalMargin) 2.75rem var(--mobileHorizontalMargin);
}
.editorial-wrap a {
	color: inherit;
}
.editorial-wrap a:hover {
	text-underline-offset: 0.2857142857rem;
	text-decoration-thickness: inherit;
}
.editorial-wrap h2 {
	margin: 0 0 0.6875rem 0;
	line-height: 1.15;
	font-family: "AuthenticMedium", sans-serif;
}
.editorial-wrap .editorial-content.text\:standfirst {
	font-size: 1rem;
}
.editorial-wrap.jobs .editorial-content > a {
	display: block;
	margin: 12.5rem 0 0 0;
	-webkit-text-decoration-color: #ffffff;
	        text-decoration-color: #ffffff;
	font-size: 1.125rem;
}

.filter-reset .live-events-archive {
	padding-top: 30.3rem;
}

.close-location {
	display: none;
}

.filter-artist-selected [data-filter-artists] p + p {
	display: flex;
}
.filter-artist-selected [data-original-state] {
	display: none;
}
.filter-location-selected .filter-selected-location {
	display: flex;
}
.filter-location-selected [data-filter-global],
.filter-location-selected .filter-dropdown::after {
	display: none;
}
.filter-location-selected [data-filter-artists] {
	opacity: 0.2;
	pointer-events: none;
}
.filter-selected-location, .filter-toggle-hidde {
	display: none;
}
.filter-toggle, .filter-dropdown div, .filter-selected-location {
	cursor: pointer;
}
.filter-global-displayed [data-filter-artists] {
	opacity: 0.2;
	pointer-events: none;
}
.filter-global-displayed .filter-dropdown div {
	display: none;
}
.filter-global-displayed .filter-dropdown ul {
	display: flex;
}
.filter-global-displayed .filter-dropdown .close-location {
	display: block;
	opacity: 1;
}
.filter-global-displayed .filter-dropdown .close-location .close {
	height: 0.9rem;
	width: 1.125rem;
}
.filter-global-displayed .filter-dropdown::after {
	content: none;
}
.filter-dropdown {
	align-items: baseline;
}
.filter-dropdown ul {
	display: none;
}
.filter-dropdown a {
	opacity: 0.2;
}
.filter-dropdown a:hover {
	opacity: 1 !important;
}
.filter-artists-displayed [data-filter-artists] [data-original-state] {
	display: none;
}
.filter-artists-displayed [data-filter-artists] p + p {
	display: flex;
}
.filter-artists-displayed .filter-dropdown {
	opacity: 0.2;
	pointer-events: none;
}

[data-filter-artists] p + p {
	display: none;
}

.filters {
	z-index: 20;
	top: 0;
}
.filters.bg\:green a,
.filters.bg\:green a:hover {
	color: #E3E3EB;
}
.filters.content-header > div {
	border-color: #062C17;
}
.filters li:not(:last-of-type) {
	margin: 0 0.25rem 0 0;
}

.heading {
	align-items: center;
	padding-top: 1.5625rem;
	padding-right: var(--mobileHorizontalMargin);
	padding-bottom: 1.75rem;
	padding-left: var(--mobileHorizontalMargin);
	justify-content: space-between;
}
.heading a {
	display: none;
}

.section-container {
	width: 100%;
	position: relative;
}
.section-container .calendar {
	padding: 0;
}

.landing-section {
	position: absolute;
	height: 100vh;
	width: 100%;
}

#section-0 {
	z-index: 2;
}

#section-1 {
	z-index: 1;
}
#section-1 > div:not(.landing-text) {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#section-1 > div > div {
	width: 100%;
	z-index: 1;
}

h2 {
	position: relative;
	z-index: 7;
}

.landing\:section-1 {
	height: 100%;
	padding: 0 var(--mobileHorizontalMargin) var(--mobileHorizontalMargin) var(--mobileHorizontalMargin);
}
.landing\:section-1 > div {
	align-items: flex-end;
	width: 100%;
}

main {
	height: 100%;
}

.container {
	position: relative;
	width: 100%;
	height: 100vh;
}

.site-logo {
	display: block;
	width: 100%;
}
.site-logo:focus, .site-logo:focus-visible {
	outline: none !important;
	border: none !important;
}

.layout {
	flex-direction: column;
}
.layout h1 {
	max-width: 17.5rem;
	width: 83.33%;
}
.layout p {
	margin: 0.9375rem 0 0 0;
}
.layout a {
	color: #062C17;
}
.layout nav.section {
	border-bottom: unset;
	margin: 0 0 7.125rem 0;
}

.legal-nav {
	width: 18.5714285714rem;
}
.legal-nav a {
	-webkit-text-decoration-color: inherit;
	        text-decoration-color: inherit;
}

.month.prepare .listing:nth-of-type(1n + 1) {
	transition-delay: 75ms !important;
}
.month.prepare .listing:nth-of-type(1n + 2) {
	transition-delay: 150ms !important;
}
.month.prepare .listing:nth-of-type(1n + 3) {
	transition-delay: 225ms !important;
}
.month.prepare .listing:nth-of-type(1n + 4) {
	transition-delay: 300ms !important;
}
.month.prepare .listing:nth-of-type(1n + 5) {
	transition-delay: 375ms !important;
}
.month.prepare .listing:nth-of-type(1n + 6) {
	transition-delay: 450ms !important;
}
.month.prepare .listing:nth-of-type(1n + 7) {
	transition-delay: 525ms !important;
}
.month.prepare .listing:nth-of-type(1n + 8) {
	transition-delay: 600ms !important;
}
.month.prepare .listing:nth-of-type(1n + 9) {
	transition-delay: 675ms !important;
}
.month.prepare .listing:nth-of-type(1n + 10) {
	transition-delay: 750ms !important;
}
.month.prepare .listing:nth-of-type(1n + 11) {
	transition-delay: 825ms !important;
}
.month.prepare .listing:nth-of-type(1n + 12) {
	transition-delay: 900ms !important;
}
.month.prepare .listing:nth-of-type(1n + 13) {
	transition-delay: 975ms !important;
}
.month.prepare .listing:nth-of-type(1n + 14) {
	transition-delay: 1050ms !important;
}
.month.prepare .listing:nth-of-type(1n + 15) {
	transition-delay: 1125ms !important;
}
.month.prepare .listing:nth-of-type(1n + 16) {
	transition-delay: 1200ms !important;
}
.month.prepare .listing:nth-of-type(1n + 17) {
	transition-delay: 1275ms !important;
}
.month.prepare .listing:nth-of-type(1n + 18) {
	transition-delay: 1350ms !important;
}
.month.prepare .listing:nth-of-type(1n + 19) {
	transition-delay: 1425ms !important;
}
.month.prepare .listing:nth-of-type(1n + 20) {
	transition-delay: 1500ms !important;
}

.ticket-links {
	display: none;
}
.ticket-links li:nth-of-type(1n + 1) {
	transition-delay: 75ms !important;
}
.ticket-links li:nth-of-type(1n + 2) {
	transition-delay: 150ms !important;
}
.ticket-links li:nth-of-type(1n + 3) {
	transition-delay: 225ms !important;
}
.ticket-links li:nth-of-type(1n + 4) {
	transition-delay: 300ms !important;
}
.ticket-links li:nth-of-type(1n + 5) {
	transition-delay: 375ms !important;
}
.ticket-links li:nth-of-type(1n + 6) {
	transition-delay: 450ms !important;
}
.ticket-links li:nth-of-type(1n + 7) {
	transition-delay: 525ms !important;
}
.ticket-links li:nth-of-type(1n + 8) {
	transition-delay: 600ms !important;
}
.ticket-links li:nth-of-type(1n + 9) {
	transition-delay: 675ms !important;
}
.ticket-links li:nth-of-type(1n + 10) {
	transition-delay: 750ms !important;
}
.ticket-links li:nth-of-type(1n + 11) {
	transition-delay: 825ms !important;
}
.ticket-links li:nth-of-type(1n + 12) {
	transition-delay: 900ms !important;
}
.ticket-links li:nth-of-type(1n + 13) {
	transition-delay: 975ms !important;
}
.ticket-links li:nth-of-type(1n + 14) {
	transition-delay: 1050ms !important;
}
.ticket-links li:nth-of-type(1n + 15) {
	transition-delay: 1125ms !important;
}
.ticket-links li:nth-of-type(1n + 16) {
	transition-delay: 1200ms !important;
}
.ticket-links li:nth-of-type(1n + 17) {
	transition-delay: 1275ms !important;
}
.ticket-links li:nth-of-type(1n + 18) {
	transition-delay: 1350ms !important;
}
.ticket-links li:nth-of-type(1n + 19) {
	transition-delay: 1425ms !important;
}
.ticket-links li:nth-of-type(1n + 20) {
	transition-delay: 1500ms !important;
}
.ticket-links a {
	-webkit-text-decoration-color: inherit;
	        text-decoration-color: inherit;
	opacity: 1;
	pointer-events: auto;
}
.ticket-links a:hover {
	text-decoration: none;
}

[data-tickets=pending]:hover .on-sale,
[data-tickets=pending]:hover .on-sale-date-hidden {
	display: block;
}

.listing {
	cursor: pointer;
	line-height: 1.2;
	opacity: 1;
	transform: translateY(0);
	transition: opacity var(--transition) ease, transform var(--transition) ease;
}
.listing-active {
	border-color: inherit;
}
.listing.visible {
	display: list-item;
}
.listing.hidden {
	display: none;
}
.listing > div {
	display: block;
	padding: 0 var(--mobileHorizontalMargin);
	position: relative;
}
.listing > div::after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.listing > div .on-sale a {
	color: inherit;
}
.listing > div > div {
	width: 48.126%;
}
.listing > div > div:first-of-type {
	float: left;
}
.listing > div > div:not(:first-of-type) {
	float: right;
	clear: both;
}
.listing > div > div:nth-of-type(2) {
	clear: right;
}
.listing > div > div:last-of-type {
	clear: both;
}
.listing > div > div:last-of-type * {
	color: rgba(6, 44, 23, 0.5);
}
.listing .cross {
	position: absolute;
	top: 0;
	right: 0.9375rem;
}
.listing .ticket-link,
.listing .on-sale,
.listing .on-sale-date-hidden,
.listing .on-sale-tickets-hidden {
	display: none;
}
.listing:hover .on-sale-tickets-hidden {
	display: block;
}
.listing:hover .on-sale-hidden {
	display: none;
}
.listing:hover .on-sale-hidden {
	display: none;
}
.listing:hover .on-sale {
	display: block;
}
.listing:hover .colour\:green {
	color: unset;
}
.listing:hover .underline {
	text-underline-offset: 0.25rem;
	-webkit-text-decoration-color: inherit;
	        text-decoration-color: inherit;
}
.listing:hover * {
	font-family: "AuthenticRegular", sans-serif;
}
.listing:hover > div > div:nth-of-type(2) *,
.listing:hover > div > div:nth-of-type(3) * {
	font-family: "AuthenticRegularCondensed", sans-serif;
}

.inactive > li:not(.ticketing-visible) > * {
	opacity: 0.2;
}

.live-events-archive {
	padding: 9.875rem 0 0 0;
	transition: background 500ms ease, color 500ms ease;
}
.live-events-archive .calendar .month > ul > li {
	padding: 0.75rem 0 0.5rem 0;
}
.live-events-archive .calendar .month > ul > li:not(:last-of-type) {
	border-bottom: 0.0223214286rem solid #062C17;
}
.live-events-archive .calendar .month > ul > li:hover {
	background: #062C17;
	padding: 0.75rem 0 2rem 0;
}
.live-events-archive > ul {
	display: none;
}
.live-events-archive h2 {
	height: 5.125rem;
}

.home .live-events-archive {
	padding: 3.8rem 0 0 0;
}

.live-events-results {
	padding: 9.875rem 0 0 0;
}
.live-events-results .filters {
	border-top: 0.015625rem solid #E3E3EB;
}
.live-events-results .roster a {
	-webkit-clip-path: inset(0 0 calc(100% - 6.1607rem) 0);
	        clip-path: inset(0 0 calc(100% - 6.1607rem) 0);
}
.live-events-results .roster a span:last-of-type {
	display: block;
	margin: 0 0 0 auto;
}
.live-events-results .arrow::after {
	background: url("../images/arrow-down-grey.svg") no-repeat;
}

@keyframes marquee {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-50%, 0, 0);
	}
}
.marquee {
	align-items: center;
	height: 3.375rem;
	line-height: initial;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 4.75rem;
	transition: transform 750ms cubic-bezier(0.87, 0, 0.13, 1);
	transition-delay: 275ms;
	width: 100%;
	white-space: nowrap;
	z-index: -1;
}
.marquee li {
	animation: marquee 150000ms linear infinite;
	align-content: baseline;
	display: inline-block;
	margin: 0 0.8928571429rem 0 0;
	will-change: transform;
}
.marquee li:hover {
	animation-play-state: paused;
}

.home .marquee {
	position: fixed;
}

.marquee-tucked .marquee,
.marquee-tucked .site-header .content-header {
	transform: translateY(-100vh);
}

.page-template-tpl-artist-roster .marquee {
	background: #062C17;
}

.month {
	height: 5rem;
	overflow: hidden;
	pointer-events: auto;
	transition: height 125ms ease, opacity var(--transition) ease;
}
.month:first-of-type > ul, .month:nth-of-type(2) > ul {
	display: block;
}
.month ul {
	display: none;
}
.month .wrap {
	padding: 2.375rem 0.625rem 0 0.625rem;
	transition: padding-top 125ms ease;
}
.month.hidden {
	height: 0;
}
.month.visible {
	height: auto;
}
.month.visible h2 a div {
	padding-top: 0.375rem;
}
.month .on-sale {
	display: none;
}
.month li:hover .colour\:green {
	color: unset;
}
.month li:hover .colour\:green {
	color: unset;
}
.month li {
	cursor: pointer;
}

.more {
	padding: 2rem var(--mobileHorizontalMargin) 1.625rem var(--mobileHorizontalMargin);
}

.home .more a::after {
	transform: rotate(-90deg);
}

.policy {
	counter-reset: section;
	flex-direction: column;
	padding: 6.5rem var(--mobileHorizontalMargin) 1.5rem var(--mobileHorizontalMargin);
}
.policy h1 {
	margin: 0 0 18.4375rem 0;
	max-width: 20rem;
}
.policy h2 {
	margin: 0 0 0.75rem 0;
}
.policy h2::before {
	content: counter(section) ". ";
	counter-increment: section;
	display: block;
	margin: 0 0.46875rem 0 0;
}
.policy a {
	text-underline-offset: 0.1875rem;
	font-family: "AuthenticMediumCondensed", sans-serif;
	text-transform: uppercase;
	color: inherit;
}
.policy a[href^="mailto:"] {
	display: inline-block;
	text-decoration: none;
	text-transform: none;
}
.policy > div > *:not(div),
.policy > div section > *:not(header) {
	margin: 0 0 0.75rem 0;
}
.policy > div > div > *:not(:last-of-type) {
	margin: 0 0 0.3125rem 0;
}
.policy > div > div {
	margin: 0 0 2.4375rem 0;
}
.policy ul {
	list-style: disc;
	list-style-position: inside;
}
.policy li::marker {
	content: "• ";
}

.page-template-tpl-policy article > div {
	font-size: 1rem;
}

.roster {
	padding: 0 0 2.6875rem 0;
}
.roster li {
	border-bottom: 0.015625rem solid #E3E3EB;
	overflow: hidden;
	line-height: 0.925;
	height: 2.8125rem;
	opacity: 1;
	transform: translateY(0);
	transition: opacity 250ms ease, transform 250ms ease;
}
.roster li:hover a {
	font-size: 1.25rem;
}
.roster li a.colour\:grey {
	color: #E3E3EB;
}
.roster li:first-of-type {
	border-top: 0.015625rem solid #E3E3EB;
}
.roster a {
	height: 100%;
	justify-content: space-between;
	margin: 0 0 -0.3125rem 0;
	padding: 1rem var(--mobileHorizontalMargin) 0.5625rem var(--mobileHorizontalMargin);
	transition: none;
	width: 100%;
}
.roster a span:last-of-type {
	display: none;
}
.roster-wrap {
	padding: 9.875rem 0 0 0;
}

.fix-roster-header .site-header.headroom--not-top .content-header,
.fix-roster-header .site-header.headroom--unpinned .content-header {
	border-bottom: 0.015625rem solid #E3E3EB;
	position: fixed;
	left: 0;
	transition: transform 750ms cubic-bezier(0.87, 0, 0.13, 1);
	width: 100%;
	top: 8.125rem;
	z-index: -2;
}

.site-footer {
	padding: 2.25rem var(--mobileHorizontalMargin) 1.625rem var(--mobileHorizontalMargin);
	overflow: hidden;
	position: relative;
	transition: transform 250ms ease;
}
.site-footer::before {
	background: url("../images/footer.png") no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 34.95%;
	padding-top: 31.3%;
}
.site-footer-awards {
	margin: 4.875rem 0 0 0;
	max-width: 13rem;
}
.site-footer-awards a:hover {
	font-family: "AuthenticMedium", sans-serif;
}
.site-footer > div:first-of-type {
	margin: 0 0 6.0625rem 0;
}
.site-footer > div:last-of-type {
	white-space: nowrap;
}
.site-footer a {
	color: inherit;
}
.site-footer nav {
	display: block;
	width: 60%;
}
.site-footer nav li:not(:first-child) {
	margin: 0 0 0 1rem;
}
.site-footer nav li:nth-of-type(3) {
	display: none;
}
.site-footer nav a {
	text-underline-offset: 0.187rem;
}
.site-footer .contact-details {
	flex-wrap: wrap;
}
.site-footer .contact-details > ul:first-of-type {
	margin: 0 0 0.5rem 0;
	width: 100%;
}

.theme\:orange.inverted-footer .bg-shift {
	background: #E3E3EB;
}
.theme\:orange.inverted-footer .bg-shift::before {
	background: url("../images/footer-orange.png") no-repeat;
	background-size: cover;
}

.theme\:green.inverted-footer .bg-shift {
	background: #E3E3EB;
}

.theme\:lilac.inverted-footer .bg-shift {
	background: #D6ABF2;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 45;
}
.site-header > div:first-of-type {
	padding: 1.5625rem var(--mobileHorizontalMargin) 1.3125rem var(--mobileHorizontalMargin);
}
.site-header.no-delay {
	transition-delay: 0ms;
	transition: unset;
}
.site-header.headroom {
	transition: transform var(--transition) ease;
}
.site-header.headroom--unpinned {
	transform: translateY(-4.875rem);
}
.site-header .contact-details .phone {
	display: none;
}
.site-header .contact-details .contact-trigger-mobile {
	display: block;
}
.site-header.cookie-banner-visible {
	padding-top: 6.25rem;
}
.site-header.cookie-banner-visible .marquee {
	top: 9.45rem;
}

.site-header .contact-details,
.site-nav .contact-details {
	align-items: center;
}
.site-header .contact-details > p,
.site-header .contact-details > ul:not(:first-of-type),
.site-nav .contact-details > p,
.site-nav .contact-details > ul:not(:first-of-type) {
	display: none;
}

.single-artists .site-header {
	position: fixed;
}

.header--unpinned {
	transform: translateY(-100%);
}

.home .site-header.headroom {
	transition: transform 750ms ease;
}

.site-nav {
	flex-direction: column;
	position: fixed;
	top: 0;
	left: 0;
	padding: 1.5625rem var(--mobileHorizontalMargin) 2.5rem var(--mobileHorizontalMargin);
	height: 100%;
	width: 100vw;
	text-transform: uppercase;
	transform: translateY(-150vh);
	transition: transform 1.25s cubic-bezier(0.87, 0, 0.13, 1);
	z-index: 47;
}
.site-nav a,
.site-nav p {
	transition: color 1s ease;
}
.site-nav .site-nav--container > div > ul .is-active,
.site-nav .site-nav--container > div > ul li a:hover {
	font-size: 2.25rem;
}
.site-nav .site-nav--container > p {
	display: none;
}
.site-nav .contact-details {
	flex-wrap: wrap;
}
.site-nav .contact-details > ul:not(:first-of-type),
.site-nav .contact-details p {
	display: block;
}
.site-nav .contact-details > ul:first-of-type {
	margin: 0 0 0.625rem 0;
	width: 100%;
}
.site-nav .contact-details p {
	margin: 0 0.5625rem 0 0;
}
.site-nav--container {
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	padding: 3.5rem 0 0 0;
}
.site-nav--container > div:first-of-type li:nth-of-type(1) {
	transition-delay: 250ms;
}
.site-nav--container > div:first-of-type li:nth-of-type(2) {
	transition-delay: 500ms;
}
.site-nav--container > div:first-of-type li:nth-of-type(3) {
	transition-delay: 750ms;
}
.site-nav--container > div:first-of-type li:nth-of-type(4) {
	transition-delay: 1000ms;
}
.site-nav--container a {
	opacity: 0.5;
}
.site-nav--container > div:last-of-type {
	display: none;
}
.site-nav .is-active a,
.site-nav .site-nav--container li a:hover {
	font-family: "AuthenticMedium", sans-serif;
	opacity: 1;
}

.has-nav {
	overflow: hidden;
}
.has-nav .site-nav {
	transform: translateY(0);
}
.contact-icon,
.site-navicon {
	font-size: 1.875rem;
	line-height: 1;
	margin: 0.125rem 0 0 0;
}

.site-navicon {
	margin: 0.125rem 0 0 0;
}

.contact-icon {
	margin: 0.125rem 1rem 0 auto;
	display: none;
}

.social-links.section {
	padding: 0 0 0.6796875rem 0;
	margin: -0.9375rem 0 0.875rem 0;
}
.social-links ul {
	padding: 0 2.125rem 0 0;
}
.social-links + nav.section {
	margin: 1.6875rem 0 8rem 0;
}
.social-links a {
	text-underline-offset: 0.187rem;
	display: block;
	margin: 0 0 0.375rem 0;
}

.fix-filters.darken-ui .filters .arrow::after {
	background: url("../images/arrow-down-grey.svg") no-repeat;
}
.fix-filters .site-header .filters {
	border-bottom: 0.0625rem solid #062C17;
	left: 0;
	position: fixed;
	top: 8.125rem;
	width: 100%;
}
.fix-filters .site-header + .filters,
.fix-filters .marquee {
	background: #E3E3EB;
}

.darken-ui .site-header .marquee {
	background: #062C17;
}

.fix-roster-header.filter-global-displayed .arrow::after,
.fix-roster-header.filter-artists-displayed .arrow::after {
	background: url("../images/arrow-down-grey.svg") no-repeat;
}

.landing-text {
	position: absolute;
	top: 50%;
	opacity: 0;
	transform: translate(0%, 50%);
	z-index: 10;
	width: 18.875rem;
	left: 0.8125rem;
}
.landing-text a {
	font-family: "AuthenticMedium", sans-serif;
	text-decoration-thickness: 0.25rem;
	text-underline-offset: 0.25rem;
}

.pagination {
	position: absolute;
	margin: 0 auto;
	left: 50%;
	transform: translate(-50%, calc(-100% - 7.75rem));
	width: 73.06%;
}
.pagination > div,
.pagination > div > div {
	width: 100%;
}
.pagination > div {
	position: relative;
}
.pagination > div > div {
	position: absolute;
	transition: transform 750ms ease, opacity 750ms ease;
}
.pagination > div > div:first-of-type {
	display: flex;
	opacity: 0;
	transform: translateY(100%);
}
.pagination > div > div:last-of-type {
	display: flex;
	opacity: 0;
	transform: translateY(100%);
}

.switch-pagination .pagination > div > div:first-of-type {
	transform: translateY(-100%);
	opacity: 0;
}
.switch-pagination .pagination > div > div:last-of-type {
	display: flex;
	transform: translateY(0%);
	opacity: 1;
}
.darken-ui .live-events-archive, .darken-ui.fix-filters .marquee,
.darken-ui .filters {
	background: #062C17;
	color: #E3E3EB;
}
.darken-ui.fix-filters .content-header {
	border-color: #E3E3EB;
}
.darken-ui .filters {
	border-top: 0.015625rem solid #E3E3EB;
	border-bottom: 0.015625rem solid #E3E3EB;
}
.darken-ui .marquee li a,
.darken-ui .filters * {
	color: #E3E3EB;
}
.darken-ui .close.neutral::before,
.darken-ui .close.neutral::after {
	background: #E3E3EB;
}

.hide-events-calendar .calendar {
	opacity: 0;
}

.fade-calendar .calendar .month {
	opacity: 0;
}

.fade-roster .roster {
	opacity: 0;
}

.fill {
	width: 100vw;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	height: 0;
	background: #E3E3EB;
}
.fix-header .site-header {
	position: fixed;
}

.loading-state .live-events-archive {
	pointer-events: none;
}

.no-transition .site-nav {
	transition: none !important;
}

.remove-delay::before, .remove-delay::after {
	transition-delay: 0ms;
}
.remove-delay.site-logo {
	transition: all 250ms ease !important;
	transition-delay: 0ms !important;
}

.resize-animation-stopper .site-nav {
	transition: none !important;
}

@keyframes reveal {
	0% {
		opacity: 0;
		transform: translateY(2.2321428571rem);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.reveal-events .listing {
	opacity: 0;
	transform: translateY(2.2321428571rem);
	transition: opacity var(--transition) ease, transform var(--transition) ease;
}

[data-reveal-logo] {
	opacity: 0;
	transition: opacity 1250ms ease;
}

[data-reveal-logo=revealed] {
	opacity: 1;
}

[data-reveal-text=revealed] *:nth-of-type(1n + 1) {
	transition-delay: 75ms !important;
}
[data-reveal-text=revealed] *:nth-of-type(1n + 2) {
	transition-delay: 150ms !important;
}
[data-reveal-text=revealed] *:nth-of-type(1n + 3) {
	transition-delay: 225ms !important;
}
[data-reveal-text=revealed] *:nth-of-type(1n + 4) {
	transition-delay: 300ms !important;
}
[data-reveal-text=revealed] *:nth-of-type(1n + 5) {
	transition-delay: 375ms !important;
}
[data-reveal-text=revealed] *:nth-of-type(1n + 6) {
	transition-delay: 450ms !important;
}
[data-reveal-text=revealed] *:nth-of-type(1n + 7) {
	transition-delay: 525ms !important;
}
[data-reveal-text=revealed] *:nth-of-type(1n + 8) {
	transition-delay: 600ms !important;
}
[data-reveal-text=revealed] *:nth-of-type(1n + 9) {
	transition-delay: 675ms !important;
}
[data-reveal-text=revealed] *:nth-of-type(1n + 10) {
	transition-delay: 750ms !important;
}

.stagger-artist-reveal.stagger-transition .roster li {
	opacity: 0;
	transform: translateY(2.2321428571rem);
}

.stagger-transition .roster li {
	opacity: 1;
	transition-delay: 0ms;
	transition: opacity 250ms ease, transform 250ms ease;
}
.stagger-transition .roster li:nth-of-type(1n + 1) {
	transition-delay: 75ms !important;
}
.stagger-transition .roster li:nth-of-type(1n + 2) {
	transition-delay: 150ms !important;
}
.stagger-transition .roster li:nth-of-type(1n + 3) {
	transition-delay: 225ms !important;
}
.stagger-transition .roster li:nth-of-type(1n + 4) {
	transition-delay: 300ms !important;
}
.stagger-transition .roster li:nth-of-type(1n + 5) {
	transition-delay: 375ms !important;
}
.stagger-transition .roster li:nth-of-type(1n + 6) {
	transition-delay: 450ms !important;
}
.stagger-transition .roster li:nth-of-type(1n + 7) {
	transition-delay: 525ms !important;
}
.stagger-transition .roster li:nth-of-type(1n + 8) {
	transition-delay: 600ms !important;
}
.stagger-transition .roster li:nth-of-type(1n + 9) {
	transition-delay: 675ms !important;
}
.stagger-transition .roster li:nth-of-type(1n + 10) {
	transition-delay: 750ms !important;
}
.stagger-transition .roster li:nth-of-type(1n + 11) {
	transition-delay: 825ms !important;
}
.stagger-transition .roster li:nth-of-type(1n + 12) {
	transition-delay: 900ms !important;
}
.stagger-transition .roster li:nth-of-type(1n + 13) {
	transition-delay: 975ms !important;
}
.stagger-transition .roster li:nth-of-type(1n + 14) {
	transition-delay: 1050ms !important;
}
.stagger-transition .roster li:nth-of-type(1n + 15) {
	transition-delay: 1125ms !important;
}

.remove-stagger-transition li {
	transition-delay: 0ms !important;
}

.page-template-tpl-brands .layout {
	min-height: 79vh;
}
.page-template-tpl-brands .layout .text\:slide-lg {
	text-align: left;
}
.page-template-tpl-brands .layout .text\:slide-lg *:not(:last-of-type) {
	margin-bottom: 1.6071428571rem;
}
.page-template-tpl-brands .layout a {
	font-family: "AuthenticMediumCondensed", sans-serif;
	text-transform: uppercase;
}

.desktop {
	display: none;
}

.theme\:lilac .vimeo-wrapper {
	--blur: 40px;
	--colourTranslation: 100vh;
}
.theme\:lilac .vimeo-wrapper::before {
	background: #FA9A68;
}

.theme\:orange .vimeo-wrapper {
	--blur: 40px;
	--colourTranslation: 100vh;
}
.theme\:orange .vimeo-wrapper::before {
	background: #A0D4B3;
}

.theme\:mint .vimeo-wrapper {
	--blur: 40px;
	--colourTranslation: 100vh;
}
.theme\:mint .vimeo-wrapper::before {
	background: #3E7E59;
}

.theme\:medium-green .vimeo-wrapper {
	--blur: 40px;
	--colourTranslation: 100vh;
}
.theme\:medium-green .vimeo-wrapper::before {
	background: #D6ABF2;
}

.video-wrapper {
	padding-top: 66.96%;
	position: relative;
	width: 73.06%;
}

.vimeo-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	padding-top: 149.3%;
	pointer-events: none;
	overflow: hidden;
}
.vimeo-wrapper::before {
	-webkit-backdrop-filter: blur(var(--blur));
	        backdrop-filter: blur(var(--blur));
	content: " ";
	display: block;
	position: absolute;
	top: calc(-50vh + 50%);
	left: calc(-50vw + 50%);
	right: 0;
	bottom: 0;
	z-index: 10;
	width: 100vw;
	height: 100vh;
	transform: translateY(var(--colourTranslation));
	mix-blend-mode: screen;
}
.vimeo-wrapper.mobile {
	display: block;
}
.vimeo-wrapper.desktop {
	display: none;
}

.video-wrapper {
	margin: 0 auto;
	z-index: 1;
}
.video-wrapper iframe {
	filter: grayscale(100%);
	width: 100vw;
	height: 70.02%;
	min-height: 100vh;
	min-width: 177.77vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 250ms ease;
	opacity: 1;
}

.error404 main > div {
	min-height: 100vh;
	padding: 6.4375rem var(--mobileHorizontalMargin) 1.0625rem var(--mobileHorizontalMargin);
}
.error404 main > div p {
	max-width: 17rem;
}
.error404 main > div a {
	display: block;
	margin: 2rem 0 0 0;
}

.home .site-header {
	position: fixed;
}

.live-events {
	align-items: center;
	position: fixed;
	top: auto;
	bottom: 0;
	left: auto;
	right: var(--mobileHorizontalMargin);
	transform: translateY(100%);
	z-index: 1;
}
.live-events::after {
	content: " ";
	display: block;
	background: url("../images/live-events.svg") no-repeat;
	background-size: contain;
	width: 1.25rem;
	height: 0.875rem;
	margin: -0.1875rem 0 0 0.75rem;
}

.logos {
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12.8%;
	margin: 2.625rem 0 0 0;
}
.logos li {
	margin: 13.8666666667% 0 0 0;
	width: 39%;
}
.logos li:first-of-type,
.logos li:nth-of-type(2) {
	margin: 0;
}
.logos figure {
	padding-top: 56.25%;
	position: relative;
}
.logos img {
	position: absolute;
	width: auto;
	height: 100%;
	object-fit: contain;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.next-artist {
	height: 11.625rem;
	flex-direction: column;
	justify-content: space-between;
	padding: 1.875rem var(--mobileHorizontalMargin) 1.6875rem var(--mobileHorizontalMargin);
}
.next-artist > a {
	align-self: flex-end;
	margin: 2.625rem 0 0 0;
	text-align: right;
}

.artist-modal.bg\:lilac .next-artist,
.single-artists.bg\:lilac .next-artist {
	background: #FA9A68;
}

.artist-modal.bg\:orange .next-artist,
.single-artists.bg\:orange .next-artist {
	background: #A0D4B3;
}

.artist-modal.bg\:mint .next-artist,
.single-artists.bg\:mint .next-artist {
	background: #3E7E59;
}

.artist-modal.bg\:medium-green .next-artist,
.single-artists.bg\:medium-green .next-artist {
	background: #D6ABF2;
}

[data-next-artist="Sugarhill Gang & The Furious Five"],
[data-next-artist="Psychedelic Porn Crumpets"] {
	height: 14.0555555556rem;
}

[data-next-artist="Psychedelic Porn Crumpets"] > a {
	margin: 0 1.875rem 0 0;
}

.partners h2 {
	max-width: 18rem;
}

.policy-list {
	margin: 12.25rem 3rem 0 0;
}
.policy-list li {
	align-items: center;
	font-size: 1.375rem;
	position: relative;
}
.policy-list li:first-of-type {
	max-width: 16rem;
}
.policy-list li:not(:first-of-type) {
	margin: 1.3125rem 0 0 0;
}
.policy-list li a {
	padding: 0 0 0 2.6875rem;
	position: relative;
}
.policy-list li::before {
	background: url("../images/arrow-down.svg") no-repeat;
	background-size: contain;
	background-position: center center;
	content: " ";
	position: absolute;
	top: 0;
	width: 1.25rem;
	height: 1.25rem;
	transform: rotate(-90deg);
}

.page-id-18 section:nth-of-type(9) h2 {
	max-width: 35rem;
}

.section {
	border-bottom: 2px solid #062C17;
	padding: 0 0 3.125rem 0;
	margin: 0 0 1.8125rem 0;
}
.section.artist-events h2, .section.social-links h2 {
	padding: 0 0 0 0.3125rem;
}

.ticket-link {
	text-decoration: underline;
	text-underline-offset: 0.3571428571rem;
	text-decoration-thickness: 0.1785714286rem;
}

[data-title="Another Sky"],
[data-title="Ed Harcourt"],
[data-title="George Ezra"],
[data-title="Paolo Nutini"],
[data-title="Scritti Politti"],
[data-title="The Big Moon"] {
	white-space: nowrap;
}

.arrow {
	align-items: baseline;
}
.arrow::after {
	content: " ";
	display: block;
	background: url("../images/arrow-down.svg") no-repeat;
	background-size: cover;
	background-position: top;
	width: 0.875rem;
	height: 0.875rem;
	margin: 0 0 0 0.75rem;
	transition: transform 125ms ease;
}
.arrow\:grey::after {
	background: url("../images/arrow-down-grey.svg") no-repeat;
	background-size: cover;
}

.bg\:green {
	background: #062C17;
}
.bg\:green .mobile figure,
.bg\:green .artist-content figure {
	background: #062C17;
}
.bg\:light {
	background: #EEEEEE;
}
.bg\:light .mobile figure,
.bg\:light .artist-content figure {
	background: #EEEEEE;
}
.bg\:orange {
	background: #FA9A68;
}
.bg\:orange .mobile figure,
.bg\:orange .artist-content figure {
	background: #FA9A68;
}
.bg\:mint {
	background: #A0D4B3;
}
.bg\:mint .mobile figure,
.bg\:mint .artist-content figure {
	background: #A0D4B3;
}
.bg\:medium-green {
	background: #3E7E59;
}
.bg\:medium-green .mobile figure,
.bg\:medium-green .artist-content figure {
	background: #3E7E59;
}
.bg\:lilac {
	background: #D6ABF2;
}
.bg\:lilac .mobile figure,
.bg\:lilac .artist-content figure {
	background: #D6ABF2;
}
.bg\:grey {
	background: #E3E3EB;
}
.bg\:grey .mobile figure,
.bg\:grey .artist-content figure {
	background: #E3E3EB;
}
.bg\:white {
	background: #ffffff;
}
.bg\:white .mobile figure,
.bg\:white .artist-content figure {
	background: #ffffff;
}
.bg\:green-tint {
	background: rgba(6, 44, 23, 0.5);
}
.bg\:green-tint .mobile figure,
.bg\:green-tint .artist-content figure {
	background: rgba(6, 44, 23, 0.5);
}

.theme\:green .bg-shift {
	transition: background 250ms ease;
	background: #062C17;
}
.theme\:green .colour-shift,
.theme\:green .colour-shift a {
	color: #062C17;
}
.theme\:light .bg-shift {
	transition: background 250ms ease;
	background: #EEEEEE;
}
.theme\:light .colour-shift,
.theme\:light .colour-shift a {
	color: #EEEEEE;
}
.theme\:orange .bg-shift {
	transition: background 250ms ease;
	background: #FA9A68;
}
.theme\:orange .colour-shift,
.theme\:orange .colour-shift a {
	color: #FA9A68;
}
.theme\:mint .bg-shift {
	transition: background 250ms ease;
	background: #A0D4B3;
}
.theme\:mint .colour-shift,
.theme\:mint .colour-shift a {
	color: #A0D4B3;
}
.theme\:medium-green .bg-shift {
	transition: background 250ms ease;
	background: #3E7E59;
}
.theme\:medium-green .colour-shift,
.theme\:medium-green .colour-shift a {
	color: #3E7E59;
}
.theme\:lilac .bg-shift {
	transition: background 250ms ease;
	background: #D6ABF2;
}
.theme\:lilac .colour-shift,
.theme\:lilac .colour-shift a {
	color: #D6ABF2;
}
.theme\:grey .bg-shift {
	transition: background 250ms ease;
	background: #E3E3EB;
}
.theme\:grey .colour-shift,
.theme\:grey .colour-shift a {
	color: #E3E3EB;
}
.theme\:white .bg-shift {
	transition: background 250ms ease;
	background: #ffffff;
}
.theme\:white .colour-shift,
.theme\:white .colour-shift a {
	color: #ffffff;
}
.theme\:green-tint .bg-shift {
	transition: background 250ms ease;
	background: rgba(6, 44, 23, 0.5);
}
.theme\:green-tint .colour-shift,
.theme\:green-tint .colour-shift a {
	color: rgba(6, 44, 23, 0.5);
}
.theme\:transparent .colour-shift,
.theme\:transparent .colour-shift a {
	color: #062C17;
}
.theme\:transparent .site-nav * {
	color: #A0D4B3;
}
.theme\:transparent .site-footer.bg-shift {
	background: #E3E3EB;
}

.nav-shift\:green .site-nav p,
.nav-shift\:green .site-nav a {
	color: #062C17;
}
.nav-shift\:light .site-nav p,
.nav-shift\:light .site-nav a {
	color: #EEEEEE;
}
.nav-shift\:orange .site-nav p,
.nav-shift\:orange .site-nav a {
	color: #FA9A68;
}
.nav-shift\:mint .site-nav p,
.nav-shift\:mint .site-nav a {
	color: #A0D4B3;
}
.nav-shift\:medium-green .site-nav p,
.nav-shift\:medium-green .site-nav a {
	color: #3E7E59;
}
.nav-shift\:lilac .site-nav p,
.nav-shift\:lilac .site-nav a {
	color: #D6ABF2;
}
.nav-shift\:grey .site-nav p,
.nav-shift\:grey .site-nav a {
	color: #E3E3EB;
}
.nav-shift\:white .site-nav p,
.nav-shift\:white .site-nav a {
	color: #ffffff;
}
.nav-shift\:green-tint .site-nav p,
.nav-shift\:green-tint .site-nav a {
	color: rgba(6, 44, 23, 0.5);
}

.close {
	cursor: pointer;
	display: block;
	position: relative;
	width: 1.25rem;
	height: 1.25rem;
	margin: 0 0 0 0.625rem;
	transform: rotate(45deg);
}
.close.neutral::before, .close.neutral::after {
	background: #062C17;
}
.close::before, .close::after {
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	height: 0.125rem;
	background: #E3E3EB;
	top: 50%;
	transform: translateY(-50%);
	transition: background var(--transition) ease;
}
.close::after {
	transform: translateY(-50%) rotate(90deg);
}

.colour\:green {
	color: #062C17;
}
.colour\:light {
	color: #EEEEEE;
}
.colour\:orange {
	color: #FA9A68;
}
.colour\:mint {
	color: #A0D4B3;
}
.colour\:medium-green {
	color: #3E7E59;
}
.colour\:lilac {
	color: #D6ABF2;
}
.colour\:grey {
	color: #E3E3EB;
}
.colour\:white {
	color: #ffffff;
}
.colour\:green-tint {
	color: rgba(6, 44, 23, 0.5);
}

.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-size: cover;
}

.cross {
	margin: 0 0 0 auto;
	position: relative;
	transition: transform 125ms ease;
	width: 1.25rem;
	height: 1.25rem;
}
.cross::after, .cross::before {
	opacity: 0;
	content: " ";
	display: block;
	height: 0.125rem;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.cross::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.fade-out {
	opacity: 0 !important;
}

.fix {
	left: 0;
	position: fixed;
	right: 0;
	transition: top 0.75s cubic-bezier(0.87, 0, 0.13, 1) !important;
}
.fix a {
	opacity: 1;
}
.fix:hover {
	position: fixed !important;
}
.fix + .roster-listing {
	margin-top: 4.59rem;
}

.final-roster-listing-selected .roster {
	padding: 11.875rem 0 0 0;
}

.move-on-up {
	z-index: 2;
	top: 9.1875rem !important;
}

.absolute {
	position: absolute;
	left: 0;
	right: 0;
	transition: top 0.75s cubic-bezier(0.87, 0, 0.13, 1);
}

.flex {
	display: flex;
}
.flex\:centred {
	align-items: center;
	justify-content: center;
}
.flex\:bottom {
	align-items: flex-end;
	justify-content: center;
}

.invisible {
	display: none;
}

.lock {
	overflow: hidden;
}
.lock .site-header a {
	color: inherit;
	transition: color 1250ms ease;
}

.lock-home.home .pin-spacer {
	display: none !important;
}

.adjust-calendar.home .live-events-archive {
	padding: 9.875rem 0 0 0;
}

.hide-footer .site-footer {
	display: none;
}

.lowercase {
	text-transform: lowercase;
}

.overflow-hidden {
	overflow: hidden;
}

.shape\:green::before {
	background: url("../images/footer-green.png") no-repeat;
	background-size: cover;
}
.shape\:light::before {
	background: url("../images/footer-light.png") no-repeat;
	background-size: cover;
}
.shape\:orange::before {
	background: url("../images/footer-orange.png") no-repeat;
	background-size: cover;
}
.shape\:mint::before {
	background: url("../images/footer-mint.png") no-repeat;
	background-size: cover;
}
.shape\:medium-green::before {
	background: url("../images/footer-medium-green.png") no-repeat;
	background-size: cover;
}
.shape\:lilac::before {
	background: url("../images/footer-lilac.png") no-repeat;
	background-size: cover;
}
.shape\:grey::before {
	background: url("../images/footer-grey.png") no-repeat;
	background-size: cover;
}
.shape\:white::before {
	background: url("../images/footer-white.png") no-repeat;
	background-size: cover;
}
.shape\:green-tint::before {
	background: url("../images/footer-green-tint.png") no-repeat;
	background-size: cover;
}

.single-artists.theme\:green .site-footer::before {
	background: url("../images/footer-green.png") no-repeat;
	background-size: cover;
}

.single-artists.theme\:light .site-footer::before {
	background: url("../images/footer-light.png") no-repeat;
	background-size: cover;
}

.single-artists.theme\:orange .site-footer::before {
	background: url("../images/footer-orange.png") no-repeat;
	background-size: cover;
}

.single-artists.theme\:mint .site-footer::before {
	background: url("../images/footer-mint.png") no-repeat;
	background-size: cover;
}

.single-artists.theme\:medium-green .site-footer::before {
	background: url("../images/footer-medium-green.png") no-repeat;
	background-size: cover;
}

.single-artists.theme\:lilac .site-footer::before {
	background: url("../images/footer-lilac.png") no-repeat;
	background-size: cover;
}

.single-artists.theme\:grey .site-footer::before {
	background: url("../images/footer-grey.png") no-repeat;
	background-size: cover;
}

.single-artists.theme\:white .site-footer::before {
	background: url("../images/footer-white.png") no-repeat;
	background-size: cover;
}

.single-artists.theme\:green-tint .site-footer::before {
	background: url("../images/footer-green-tint.png") no-repeat;
	background-size: cover;
}

.spacious {
	justify-content: space-between;
}

.tint\:lilac {
	background: rgba(214, 171, 242, 0.2);
}
.tint\:orange {
	background: rgba(250, 154, 104, 0.2);
}
.tint\:mint {
	background: rgba(160, 212, 179, 0.2);
}
.tint\:medium-green {
	background: rgba(62, 126, 89, 0.2);
}

.tint\:green.ticketing-visible .colour\:green {
	color: #062C17;
}
.tint\:green.ticketing-visible .cross::before,
.tint\:green.ticketing-visible .cross:after {
	background: #062C17;
}
.tint\:green:hover {
	color: #062C17;
}
.tint\:green:hover .cross::before,
.tint\:green:hover .cross::after {
	background: #062C17;
}
.tint\:light.ticketing-visible .colour\:green {
	color: #EEEEEE;
}
.tint\:light.ticketing-visible .cross::before,
.tint\:light.ticketing-visible .cross:after {
	background: #EEEEEE;
}
.tint\:light:hover {
	color: #EEEEEE;
}
.tint\:light:hover .cross::before,
.tint\:light:hover .cross::after {
	background: #EEEEEE;
}
.tint\:orange.ticketing-visible .colour\:green {
	color: #FA9A68;
}
.tint\:orange.ticketing-visible .cross::before,
.tint\:orange.ticketing-visible .cross:after {
	background: #FA9A68;
}
.tint\:orange:hover {
	color: #FA9A68;
}
.tint\:orange:hover .cross::before,
.tint\:orange:hover .cross::after {
	background: #FA9A68;
}
.tint\:mint.ticketing-visible .colour\:green {
	color: #A0D4B3;
}
.tint\:mint.ticketing-visible .cross::before,
.tint\:mint.ticketing-visible .cross:after {
	background: #A0D4B3;
}
.tint\:mint:hover {
	color: #A0D4B3;
}
.tint\:mint:hover .cross::before,
.tint\:mint:hover .cross::after {
	background: #A0D4B3;
}
.tint\:medium-green.ticketing-visible .colour\:green {
	color: #3E7E59;
}
.tint\:medium-green.ticketing-visible .cross::before,
.tint\:medium-green.ticketing-visible .cross:after {
	background: #3E7E59;
}
.tint\:medium-green:hover {
	color: #3E7E59;
}
.tint\:medium-green:hover .cross::before,
.tint\:medium-green:hover .cross::after {
	background: #3E7E59;
}
.tint\:lilac.ticketing-visible .colour\:green {
	color: #D6ABF2;
}
.tint\:lilac.ticketing-visible .cross::before,
.tint\:lilac.ticketing-visible .cross:after {
	background: #D6ABF2;
}
.tint\:lilac:hover {
	color: #D6ABF2;
}
.tint\:lilac:hover .cross::before,
.tint\:lilac:hover .cross::after {
	background: #D6ABF2;
}
.tint\:grey.ticketing-visible .colour\:green {
	color: #E3E3EB;
}
.tint\:grey.ticketing-visible .cross::before,
.tint\:grey.ticketing-visible .cross:after {
	background: #E3E3EB;
}
.tint\:grey:hover {
	color: #E3E3EB;
}
.tint\:grey:hover .cross::before,
.tint\:grey:hover .cross::after {
	background: #E3E3EB;
}
.tint\:white.ticketing-visible .colour\:green {
	color: #ffffff;
}
.tint\:white.ticketing-visible .cross::before,
.tint\:white.ticketing-visible .cross:after {
	background: #ffffff;
}
.tint\:white:hover {
	color: #ffffff;
}
.tint\:white:hover .cross::before,
.tint\:white:hover .cross::after {
	background: #ffffff;
}
.tint\:green-tint.ticketing-visible .colour\:green {
	color: rgba(6, 44, 23, 0.5);
}
.tint\:green-tint.ticketing-visible .cross::before,
.tint\:green-tint.ticketing-visible .cross:after {
	background: rgba(6, 44, 23, 0.5);
}
.tint\:green-tint:hover {
	color: rgba(6, 44, 23, 0.5);
}
.tint\:green-tint:hover .cross::before,
.tint\:green-tint:hover .cross::after {
	background: rgba(6, 44, 23, 0.5);
}

.uppercase {
	text-transform: uppercase;
}

.weight-hover\:con a:hover {
	font-family: "AuthenticMediumCondensed", sans-serif;
}
.weight-hover\:con-rg a:hover {
	font-family: "AuthenticMedium", sans-serif;
}
.weight-hover:hover,
.weight-hover a:hover {
	font-family: "AuthenticMedium", sans-serif;
}

.wrap {
	padding: 0 var(--mobileHorizontalMargin);
}

.has-js :focus {
	outline: none;
}
.has-tab-focus :focus {
	outline: 2px auto;
}
@media screen and (min-width: 375px) {
	html {
		font: normal 300 100%/1.4 "AuthenticRegular", Helvetica, Arial, sans-serif;
	}
}
@media screen and (min-width: 413px) {
	html {
		font: normal 300 112.5%/1.4 "AuthenticRegular", Helvetica, Arial, sans-serif;
	}
}
@media screen and (min-width: 580px) {
	.vimeo-wrapper.mobile {
		display: none;
	}
	.vimeo-wrapper.desktop {
		display: block;
	}
}
@media only screen and (min-width: 630px) and (device-width: 768px) and (orientation: landscape) {
	.site-nav .site-nav--container > p {
		margin: 0 0 1.25rem 0;
	}
}
@media only screen and (min-width: 630px) and (device-width: 768px) and (orientation: portrait) {
	.site-nav .site-nav--container > p {
		margin: 0 0 1rem 0;
	}
}
@media only screen and (min-width: 630px) and (device-width: 810px) and (orientation: landscape) {
	.site-nav .site-nav--container > p {
		margin: 0 0 1.25rem 0;
	}
}
@media only screen and (min-width: 630px) and (device-width: 810px) and (orientation: portrait) {
	.site-nav .site-nav--container > p {
		margin: 0 0 1rem 0;
	}
}
@media only screen and (min-width: 630px) and (device-width: 834px) and (orientation: landscape) {
	.site-nav .site-nav--container > p {
		margin: 0 0 1.25rem 0;
	}
}
@media only screen and (min-width: 630px) and (device-width: 834px) and (orientation: portrait) {
	.site-nav .site-nav--container > p {
		margin: 0 0 1rem 0;
	}
}
@media screen and (hover: hover) and (min-width: 630px) {
	.month:hover {
		height: 8.85rem;
	}
	.month:hover .wrap {
		padding-top: 0;
	}
	.month.visible:hover {
		height: auto;
	}
	.month.visible:hover .wrap {
		padding-top: 0 !important;
	}
}
@media screen and (min-width: 630px) {
	html {
		font: normal 300 40%/1.4 "AuthenticRegular", Helvetica, Arial, sans-serif;
	}
	.text\:header {
		font-size: 1.6071428571rem;
		line-height: 1.22;
	}
	.text\:live-events {
		font-size: 3.5714285714rem;
		line-height: 1;
	}
	.text\:xl {
		line-height: 1.116;
	}
	.text\:xl {
		font-size: 53.28px;
	}
	.text\:lg {
		font-size: 4.4642rem;
		line-height: 1.24;
	}
	.text\:pg {
		font-size: 1.785rem;
	}
	.text\:standfirst {
		font-size: 2.2321428571rem;
	}
	.text\:footer {
		font-size: 1.0714285714rem;
		line-height: 1;
	}
	.text\:roster-artist {
		font-size: 2.67857rem;
		line-height: 2.3666;
	}
	.text\:copy {
		font-size: 1.7857rem;
		line-height: 1.2;
	}
	.text\:socials {
		font-size: 1.9642rem;
		line-height: 1.31818;
	}
	.text\:display {
		font-size: 4.4642rem;
		line-height: 1.2;
	}
	.text\:nav {
		font-size: 11.6071rem;
		line-height: 0.923;
	}
	.text\:month {
		font-size: 8.9285714286rem;
	}
	.text\:filter {
		font-size: 4.4642rem;
		line-height: 1.24;
	}
	.text\:listing {
		font-size: 2.2321428571rem;
	}
	.text\:banner {
		font-size: 3.125rem;
	}
	.accordion {
		border-top: 2px solid #062C17;
		margin: 0.7142857143rem 0 0 0;
	}
	.accordion div {
		padding: 4.821rem 0 1.42857rem 0;
		max-width: 51.875rem;
	}
	.accordion h3 {
		font-size: inherit;
		padding: 1.875rem 0 1.0714285714rem 0;
	}
	.accordion h3::before, .accordion h3::after {
		height: 3px;
		width: 2.67857rem;
	}
	.accordion li {
		border-bottom: 2px solid #062C17;
	}
	.artist-events.section {
		margin: 0 0 5.7142857143rem 0;
	}
	.artist-events time {
		color: #062C17;
	}
	.artist-events > ul > li a {
		padding: 0;
	}
	.artist-events > ul > li div:first-of-type {
		width: 45.73%;
	}
	.artist-events > ul > li div:last-of-type {
		margin: 0;
		width: 48%;
	}
	.artist-events > ul > li > a::after {
		width: 2.67857rem;
		height: 2.67857rem;
	}
	.artist-events ul ul li:not(:first-of-type) {
		margin: 0;
	}
	.artist-events ul ul {
		margin: 2.767857rem 0 0.892857rem 45.73%;
	}
	.artist-content.layout .artist-events h2 {
		margin: 0 0 5rem 0;
	}
	.artist figure {
		height: auto;
	}
	.artist-content {
		padding: 2.375rem var(--mobileHorizontalMargin) 0 var(--mobileHorizontalMargin);
	}
	.artist-content.layout h1 {
		margin: 0;
		max-width: 46.6621vw;
		width: auto;
	}
	.artist-content.layout h2 {
		margin: 0 0 0.7142rem 0;
	}
	.artist-content.layout p:not(:first-of-type) {
		padding: 0.3571428571rem 0 0 0;
	}
	.banner {
		font-size: 1rem;
		padding: 2.2098rem var(--horizontalMargin) 1.8926785714rem var(--horizontalMargin);
	}
	.banner > div:first-of-type {
		width: auto;
	}
	[data-policy=policy-visible].page-template-tpl-artist-roster {
		padding-top: 5.4464285714rem;
	}
	.footer-call-to-action {
		font-size: 4.4642rem;
		line-height: 1.1;
		margin: 0 0 11.99rem auto;
		width: 44.37%;
	}
	.contact-details {
		min-width: 54.625rem;
		width: 60.41%;
	}
	.contact-details ul:first-of-type {
		width: 40.717%;
	}
	.contact-details > p {
		margin: 0;
		width: 36.386%;
	}
	.contact-modal {
		width: 51rem;
	}
	.contact-modal__close {
		font-size: 1.7857rem;
		padding: 1.5rem 1.75rem;
	}
	.contact-modal > div {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.contact-modal > div:nth-child(5) {
		display: none;
	}
	.contact-modal > div:first-child {
		padding-top: 5rem;
	}
	.contact-modal > div:nth-child(2) {
		padding-top: 5rem;
	}
	.contact-modal h2 + div {
		font-size: 1.7857rem;
	}
	.contact-modal h2 + div > *:not(:last-child):not(li) {
		margin: 0 0 1.42857rem 0;
	}
	.content-header > div {
		border-top: 0.1875rem solid #E3E3EB;
		padding: 5.26785rem var(--horizontalMargin) 4.5525rem var(--horizontalMargin);
	}
	.editorial-content {
		width: 39.93%;
	}
	.editorial-content > p {
		padding: 0;
	}
	.editorial-panels {
		height: 100vh;
		flex-direction: row;
		min-height: 47.5rem;
		padding: 19.5535714286rem 9.21875rem 8.8392857143rem var(--horizontalMargin);
	}
	.editorial-panels h2 {
		margin: 0 0 7.5rem 0;
		position: relative;
		top: auto;
	}
	.editorial-panels h2 + p {
		margin: 0;
	}
	.editorial-panels h2,
.editorial-panels > section:last-of-type {
		margin: 0;
	}
	.editorial-wrap .editorial-content.text\:standfirst, .editorial-wrap.jobs .editorial-content > a {
		font-size: 2.2321428571rem;
	}
	.editorial-wrap {
		flex-direction: row;
		padding: 3.9285714286rem 9.21875rem 7.857rem var(--horizontalMargin);
	}
	.editorial-wrap h2 {
		margin: 0.5357142857rem 0 0 0;
		font-family: "AuthenticRegular", sans-serif;
	}
	.editorial-wrap.jobs .editorial-content > a {
		margin: 19.1rem 0 0 0;
	}
	.filter-global-displayed .filter-dropdown .close-location .close {
		height: 3.35rem;
		width: 4.1714285714rem;
	}
	.filters li:not(:last-of-type) {
		margin: 0 2.1428571429rem 0 0;
	}
	.heading {
		padding-top: 11.1875rem;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 14.795vw;
	}
	.heading a {
		display: block;
	}
	.landing\:section-1 {
		padding: 0 var(--horizontalMargin) 2.0535714286rem var(--horizontalMargin);
	}
	.layout p {
		margin: 0.3125rem 0 0 0;
	}
	.layout {
		flex-direction: row;
		justify-content: space-between;
		padding: 18.8392rem var(--horizontalMargin) 1.1875rem var(--horizontalMargin);
	}
	.layout h1 {
		max-width: unset;
		width: 100%;
		margin: 0;
	}
	.layout p:not(:first-of-type) {
		padding: 2.3035rem 0 0 0;
	}
	.layout figure:before {
		padding-top: 77.9710144928%;
	}
	.layout .cover {
		height: 100%;
	}
	.layout > header {
		max-width: 50.25%;
	}
	.layout > div {
		margin: 0 4.462% 0 0;
		width: 44.48%;
	}
	.layout nav.section {
		margin: 0 0 17.7678571429rem 0;
	}
	.listing > div::after {
		content: none;
	}
	.listing > div {
		display: flex;
		padding: 0 var(--horizontalMargin);
	}
	.listing > div > div {
		width: 48.69%;
	}
	.listing > div > div:first-of-type {
		width: 40.47%;
	}
	.listing > div > div:not(:first-of-type) {
		clear: none;
	}
	.listing > div > div:nth-of-type(2) {
		clear: none;
		width: 30.46%;
	}
	.listing > div > div:nth-of-type(3) {
		width: 18.92%;
	}
	.listing > div > div:last-of-type * {
		color: #062C17;
	}
	.listing > div > div:last-of-type {
		clear: none;
		text-align: right;
		width: 10.13%;
	}
	.listing .cross {
		position: relative;
	}
	.listing:hover > div > div:nth-of-type(2) *,
.listing:hover > div > div:nth-of-type(3) * {
		font-family: "AuthenticRegular", sans-serif;
	}
	.live-events-archive {
		padding: 22.67rem 0 0 0;
	}
	.live-events-archive .calendar .month > ul > li {
		padding: 1.607rem 0 1.07rem 0;
	}
	.live-events-archive .calendar .month > ul > li:hover {
		padding: 1.607rem 0 1.07rem 0;
	}
	.live-events-archive h2 {
		height: 8.839rem;
	}
	.home .live-events-archive {
		padding: 8.8392857143rem 0 0 0;
	}
	.live-events-results {
		padding: 22.67rem 0 0 0;
	}
	.marquee {
		height: 7.3428571429rem;
		top: 7.3428571429rem;
	}
	.marquee li {
		padding: 0.2678571429rem 0 0 0;
	}
	.month .wrap {
		padding: 0 var(--horizontalMargin);
	}
	.month {
		height: 6.25rem;
	}
	.month.visible h2 a div {
		padding-top: 0;
	}
	.more {
		padding: 4.5535714286rem var(--horizontalMargin) 3.0357142857rem var(--horizontalMargin);
	}
	.policy {
		flex-direction: row;
		justify-content: space-between;
		padding: 16.07rem var(--horizontalMargin) 23.9285714286rem var(--horizontalMargin);
	}
	.policy a[href^="mailto:"] {
		margin: 0 0 1.171875rem 0;
	}
	.policy h1 {
		line-height: 1.24;
		margin: 0;
		max-width: 43rem;
		width: auto;
	}
	.policy h2 {
		margin: 0 0 1.1607rem 0;
	}
	.policy h2::before {
		margin: 0 0.46875rem 0 0;
	}
	.policy > div > div > *:not(:last-of-type) {
		margin: 0 0 1.9054rem 0;
	}
	.policy > div > div {
		margin: 0 0 6.9642857143rem 0;
	}
	.policy > div {
		margin: 0 4.462% 0 0;
		width: 42.201%;
	}
	.policy > div > *:not(div),
.policy > div section > *:not(header) {
		margin: 0 0 1.42857rem 0;
	}
	.policy section:not(:last-of-type) {
		margin: 0 0 1.875rem 0;
	}
	.page-template-tpl-policy article > div {
		font-size: 1.7857rem;
	}
	.page-template-tpl-policy section:nth-of-type(2) h2,
.page-template-tpl-policy section:nth-of-type(3) h2,
.page-template-tpl-policy section:nth-of-type(7) h2 {
		max-width: 37.9642rem;
	}
	.roster {
		padding: 0 0 2.875rem 0;
	}
	.roster li:hover a {
		font-size: 2.6785rem;
	}
	.roster {
		padding: 0 0 6.1607rem 0;
	}
	.roster a {
		height: auto;
		-webkit-clip-path: inset(0 0 calc(100% - 4.8753571429rem) 0);
		        clip-path: inset(0 0 calc(100% - 4.8753571429rem) 0);
		line-height: 1.153076923;
		margin: 0;
		padding: 2.1107rem var(--horizontalMargin) 1.6071rem var(--horizontalMargin);
	}
	.roster li {
		border-bottom: 0.0223214286rem solid #E3E3EB;
		overflow: visible;
		height: 6.1607rem;
	}
	.roster li:first-of-type {
		border-top: 0.0223214286rem solid #E3E3EB;
	}
	.roster-wrap {
		padding: 22.6785rem 0 0 0;
	}
	.fix-roster-header .site-header.headroom--not-top .content-header,
.fix-roster-header .site-header.headroom--unpinned .content-header {
		border-bottom: 0.1875rem solid #E3E3EB;
		top: 14.7rem;
	}
	.site-footer::before {
		content: " ";
	}
	.site-footer-awards {
		max-width: 26rem;
		margin: 7.875rem 0 0 0;
	}
	.site-footer {
		padding: 4.8214285714rem var(--horizontalMargin) 3.3035714286rem var(--horizontalMargin);
	}
	.site-footer .contact-details {
		flex-wrap: nowrap;
	}
	.site-footer .contact-details > ul:first-of-type {
		margin: 0;
		width: 41.03%;
	}
	.site-footer nav {
		min-width: 47.625rem;
		margin: 0 0 0 auto;
		width: auto;
	}
	.site-footer nav ul {
		justify-content: space-between;
	}
	.site-footer nav li {
		white-space: nowrap;
	}
	.site-footer nav li:nth-of-type(3) {
		display: block;
	}
	.site-footer > div:first-of-type {
		margin: 0 0 13.2142857143rem 0;
	}
	.site-footer > div:last-of-type {
		justify-content: space-between;
		flex-direction: row;
	}
	.site-header.headroom--unpinned {
		transform: translateY(-7.3741071429rem);
	}
	.site-header .contact-details .phone {
		display: block;
	}
	.site-header .contact-details .contact-trigger-mobile {
		display: none;
	}
	.site-header.cookie-banner-visible {
		padding-top: 7.15rem;
	}
	.site-header.cookie-banner-visible .marquee {
		top: 13.25rem;
	}
	.site-header > div:first-of-type {
		padding: 1.3928571429rem var(--horizontalMargin) 1.3392857143rem var(--horizontalMargin);
	}
	.site-header .contact-details > p,
.site-header .contact-details > ul:not(:first-of-type),
.site-nav .contact-details > p,
.site-nav .contact-details > ul:not(:first-of-type) {
		display: block;
	}
	.single-artists .site-header {
		position: absolute;
	}
	.site-nav .contact-details {
		flex-wrap: nowrap;
	}
	.site-nav .contact-details > ul:first-of-type {
		margin: 0;
		width: 40.717%;
	}
	.site-nav .contact-details p {
		margin: 0;
	}
	.site-nav--container > div:last-of-type {
		display: flex;
	}
	.site-nav {
		padding: 1.3928571429rem var(--horizontalMargin) 1.3392857143rem var(--horizontalMargin);
	}
	.site-nav .site-nav--container > p {
		display: block;
	}
	.site-nav .site-nav--container > div > ul .is-active,
.site-nav .site-nav--container > div > ul li a:hover {
		font-size: 11.6071rem;
	}
	.site-nav--container {
		justify-content: space-between;
		padding: 7.75rem 0 1.339rem 0;
	}
	.contact-icon,
.site-navicon {
		font-size: 4.4642857143rem;
		margin: 0.1785714286rem 0 0 0;
		transform: translateY(0.3125rem);
	}
	.site-navicon {
		margin: 0.1785714286rem 0 0 0;
	}
	.contact-icon {
		margin: 0.1785714286rem 4rem 0 auto;
		display: block;
	}
	.social-links.section {
		margin: 0 0 3.625rem 0;
		padding: 0 0 2.625rem 0;
	}
	.social-links a {
		text-underline-offset: 0.2857142857rem;
	}
	.social-links ul {
		padding: 0;
		width: 11.9rem;
	}
	.social-links + nav.section {
		margin: 6.07142rem 0 20.71428rem 0;
	}
	.fix-filters .site-header .filters {
		border-bottom: 0.1875rem solid #062C17;
		top: 14.6rem;
	}
	.landing-text {
		left: 9.9107rem;
		width: 80.5vw;
	}
	.landing-text a {
		text-decoration-thickness: 0.892rem;
		text-underline-offset: 1.07rem;
	}
	.pagination > div {
		width: auto;
	}
	.pagination > div > div {
		width: 27.7678571429rem;
	}
	.darken-ui .filters {
		border-top: 0.1875rem solid #E3E3EB;
		border-bottom: 0.1875rem solid #E3E3EB;
	}
	.error404 main > div {
		padding: 11.1875rem var(--horizontalMargin) 0 var(--horizontalMargin);
	}
	.error404 main > div p {
		max-width: 30rem;
	}
	.live-events {
		align-items: flex-start;
		right: var(--horizontalMargin);
		transform: translateY(100%);
	}
	.live-events::after {
		width: 3.5714285714rem;
		height: 2.7678571429rem;
		margin: 0 0 0 1.4285714286rem;
	}
	.logos::after {
		content: "";
		flex: auto;
	}
	.logos {
		gap: 13.97%;
		margin: 1.7857142857rem 0 0 0;
	}
	.logos li:first-of-type,
.logos li:nth-of-type(2),
.logos li:nth-of-type(3) {
		margin: 0;
	}
	.logos li {
		margin: 17.567% 0 0 0;
		width: 24.02%;
	}
	.next-artist > a {
		align-self: flex-start;
	}
	.next-artist {
		flex-direction: row;
		height: auto;
		padding: 4.375rem var(--horizontalMargin) 20.5357142857rem var(--horizontalMargin);
	}
	.next-artist > p {
		max-width: 50rem;
	}
	.next-artist > a {
		margin: 0 4.339% 0 0;
	}
	[data-next-artist="Sugarhill Gang & The Furious Five"],
[data-next-artist="Psychedelic Porn Crumpets"] {
		height: auto;
	}
	[data-next-artist="Psychedelic Porn Crumpets"] > a {
		margin: 2.625rem 1.875rem 0 0;
	}
	.partners h2 {
		max-width: 32rem;
	}
	.policy-list {
		margin: 16.6rem 0 0 0;
	}
	.policy-list li {
		font-size: inherit;
	}
	.policy-list li:first-of-type {
		max-width: unset;
	}
	.policy-list li:not(:first-of-type) {
		margin: 0.375rem 0 0 0;
	}
	.policy-list li a {
		padding: 0 0 0 3.75rem;
	}
	.policy-list li:not(:last-of-type) a {
		padding: 0 0 0.2678571429rem 3.75rem;
	}
	.policy-list li::before {
		top: 0.125rem;
		margin: 0 1.125rem 0 0;
		width: 2.1785714286rem;
		height: 2.1785714286rem;
	}
	.section.artist-events h2, .section.social-links h2 {
		padding: 0;
	}
	.section {
		padding: 0 0 4.2857rem 0;
		margin: 0 0 4.464rem 0;
	}
	.section + .social-links {
		margin: -2.3214285714rem 0 2.053rem 0;
		padding: 0 0 1.25rem 0;
	}
	.arrow::after {
		width: 3.4821428571rem;
		height: 3.4821428571rem;
		margin: 0 0 0 1.69642rem;
	}
	.close {
		height: 4rem;
		margin: 0.3571428571rem 0 0 1.7857142857rem;
		width: 4.1714285714rem;
	}
	.close::before, .close::after {
		height: 0.4017857143rem;
	}
	.cross {
		height: 2.6785714286rem;
		width: 2.6785714286rem;
	}
	.cross::after, .cross::before {
		height: 0.2678571429rem;
	}
	.final-roster-listing-selected .roster {
		padding: 11.875rem 0 8.3928571429rem 0;
	}
	.adjust-calendar.home .live-events-archive {
		padding: 22.67rem 0 0 0;
	}
	.wrap {
		padding: 0 var(--horizontalMargin);
	}
}
@media screen and (min-width: 630px) and (hover: hover) {
	.roster a:hover span:last-of-type {
		display: block;
	}
}
@media screen and (min-width: 630px) and (min-width: 1728px) {
	.text\:xl {
		font-size: 120px;
	}
}
@media screen and (min-width: 630px) and (min-width: 768px) {
	.text\:xl {
		font-size: calc(53.28px + 66.72 * ((100vw - 768px) / 960));
	}
}
@media only screen and (device-width: 768px) and (orientation: landscape) {
	html {
		font: normal 300 40%/1.4 "AuthenticRegular", Helvetica, Arial, sans-serif !important;
	}
	.vimeo-wrapper {
		padding-top: 65%;
	}
}
@media only screen and (device-width: 768px) and (orientation: portrait) {
	.vimeo-wrapper {
		padding-top: 129.3%;
	}
}
@media only screen and (device-width: 810px) and (orientation: landscape) {
	html {
		font: normal 300 40%/1.4 "AuthenticRegular", Helvetica, Arial, sans-serif !important;
	}
	.vimeo-wrapper {
		padding-top: 65%;
	}
}
@media only screen and (device-width: 810px) and (orientation: portrait) {
	.vimeo-wrapper {
		padding-top: 129.3%;
	}
}
@media screen and (min-width: 811px) {
	.contact-details {
		min-width: unset;
	}
	.fix-artist-heading #fix {
		position: -webkit-sticky;
		position: sticky;
		align-self: flex-start;
		top: 3.9285714286rem;
		transition: top var(--transition) ease;
		left: var(--horizontalMargin);
		max-width: 45.6621004566vw;
	}
	.fix-artist-heading.page-template-tpl-policy #fix {
		max-width: 43rem;
	}
	.unfix-artist-heading #fix {
		align-self: flex-end;
		margin: auto 0 24.9107142857rem 0;
		max-width: 31.6621vw;
		left: 0;
	}
	.unfix-artist-heading .policy #fix {
		margin: auto 0 0 0;
		max-width: 43rem;
	}
	.page-template-tpl-brands .layout {
		min-height: 84.857143rem;
	}
	.desktop {
		display: block;
	}
	.mobile {
		display: none;
	}
	.cover {
		height: auto;
	}
}
@media screen and (min-width: 811px) and (min-width: 630px) {
	.fix-artist-heading-upwards #fix {
		top: 11.25rem;
	}
}
@media only screen and (device-width: 834px) and (orientation: landscape) {
	html {
		font: normal 300 40%/1.4 "AuthenticRegular", Helvetica, Arial, sans-serif !important;
	}
	.vimeo-wrapper {
		padding-top: 65%;
	}
}
@media only screen and (device-width: 834px) and (orientation: portrait) {
	.vimeo-wrapper {
		padding-top: 129.3%;
	}
}
@media screen and (min-width: 960px) {
	html {
		font: normal 300 50%/1.4 "AuthenticRegular", Helvetica, Arial, sans-serif;
	}
}
@media screen and (min-width: 1023px) {
	.site-footer nav {
		margin: 0 0 0 auto;
		width: 44.37%;
	}
	.site-footer nav .spacious {
		justify-content: flex-start;
	}
	.site-footer nav li:not(:first-of-type) {
		margin: 0 0 0 2.9464285714rem;
	}
}
@media screen and (min-width: 1025px) and (min-height: 931px) {
	.pagination {
		transform: translate(-50%, calc(-100% - 4.75rem));
		width: 56.36%;
	}
	.video-wrapper {
		padding-top: 38.3%;
		width: 56.36%;
	}
	.vimeo-wrapper {
		padding-top: 39.46vw;
	}
}
@media screen and (min-width: 1100px) {
	.editorial-content {
		width: 41.892857rem;
	}
}
@media screen and (min-width: 1250px) {
	html {
		font: normal 300 70%/1.4 "AuthenticRegular", Helvetica, Arial, sans-serif;
	}
	.page-template-tpl-brands .layout {
		min-height: 55vw;
	}
}
@media screen and (min-width: 1350px) {
	.editorial-content {
		width: 50.8928571429rem;
	}
}
@media screen and (min-width: 1485px) {
	.contact-details {
		width: 49.41%;
	}
}
@media screen and (min-width: 1640px) {
	.editorial-content {
		width: 63.5714285714rem;
	}
}
@media screen and (min-width: 1025px) and (max-height: 930px) {
	.pagination {
		transform: translate(-50%, calc(-100% - 3.86428rem));
		width: 45.088%;
	}
	.video-wrapper {
		padding-top: 31.64%;
		width: 45.088%;
	}
	.vimeo-wrapper {
		padding-top: 31.568vw;
	}
}
@media screen and (min-device-width: 768px) and (max-device-width: 860px) and (orientation: landscape) {
	.artist-modal footer {
		padding-bottom: 5.5rem;
	}
	.site-logo {
		padding: 0 0 3.75rem 0;
	}
}
@media screen and (min-device-width: 768px) and (max-device-width: 860px) and (orientation: portrait) {
	.artist-modal footer {
		padding-bottom: 5.5rem;
	}
}
@media screen and (max-device-width: 860px) and (orientation: portrait) {
	.site-logo {
		padding: 0 0 4.25rem 0;
	}
}
@media screen and (max-device-width: 811px) and (orientation: landscape) {
	html {
		font: normal 300 70%/1.4 "AuthenticRegular", Helvetica, Arial, sans-serif;
	}
}
@media screen and (max-width: 811px) {
	.site-header.background--dark * {
		color: #E3E3EB;
	}
}
@media screen and (max-width: 630px) {
	.artist-content.layout .artist-events .colour\:green-tint {
		color: #062C17;
	}
	.contact-details a {
		font-family: "AuthenticRegularCondensed", sans-serif;
	}
	.contact-details a:hover {
		font-family: "AuthenticMediumCondensed", sans-serif;
	}
	.contact-modal > div:nth-child(4) {
		border-bottom: 0.0223214286rem solid #062C17;
	}
	.sticky-header {
		position: -webkit-sticky;
		position: sticky;
		top: 1.55rem;
	}
	.page-template-tpl-brands .layout {
		padding: 6.5rem var(--mobileHorizontalMargin) 8.5rem var(--mobileHorizontalMargin);
	}
	.page-template-tpl-brands .layout header {
		margin: 0 0 24.125rem 0;
	}
	.page-template-tpl-brands .layout a {
		text-underline-offset: 0.05rem;
	}
	.page-template-tpl-brands .layout div {
		line-height: 1.2941176471;
	}
	.page-template-tpl-brands .layout [data-reveal-text] {
		margin: -4.15rem 0 0 0;
	}
	.logos li:nth-of-type(6) figure {
		margin: 0 auto;
		width: 70%;
	}
	.page-template-tpl-people-planet .editorial-panels .text\:editorial {
		font-size: 1.375rem;
	}
	.page-template-tpl-people-planet .editorial-panels p {
		padding: 0;
	}
}
@media screen and (max-device-width: 430px) {
	.filter-selected-location {
		max-width: 10rem;
	}
}
@media screen and (max-device-width: 430px) and (orientation: landscape) {
	.site-logo {
		padding: 0 0 10rem 0;
	}
}
@media screen and (max-device-width: 428px) {
	.filter-artist-selected [data-filter-artists] {
		position: relative;
		max-width: 12rem;
	}
	.filter-artist-selected .artist-name {
		width: 100%;
		max-width: 10rem;
	}
	.filter-artist-selected .close {
		position: absolute;
		left: auto;
		right: 0;
		transform: translateX(100%) rotate(45deg);
	}
}
@media screen and (max-device-width: 428px) and (orientation: portrait ) {
	.filter-artist-selected .reset {
		width: 12rem;
	}
}
@media screen and (max-device-width: 428px) and (orientation: portrait) {
	.artist-modal footer {
		padding-bottom: 5.5rem;
	}
}
@media screen and (max-device-width: 414px) and (orientation: landscape) {
	html {
		font: normal 300 35%/1.4 "AuthenticRegular", Helvetica, Arial, sans-serif;
	}
	.artist .mobile {
		display: none;
	}
	.artist .desktop {
		display: block;
	}
}
@media screen and (max-device-width: 414px) and (orientation: portrait) {
	.pagination {
		transform: translate(-50%, calc(-100% - 8.25rem));
	}
	.video-wrapper iframe {
		min-height: 120vh;
	}
}
@media screen and (max-device-width: 375px) and (orientation: landscape) {
	html {
		font: normal 300 30%/1.4 "AuthenticRegular", Helvetica, Arial, sans-serif;
	}
}
@media (hover: hover) {
	.accordion h3:hover {
		font-family: "AuthenticRegular", sans-serif;
		opacity: 1;
	}
	.artist-events > ul > li a:hover p,
.artist-events > ul > li li:hover {
		font-family: "AuthenticMedium", sans-serif;
	}
	.live-events-results .roster li:nth-child(4n+1):hover,
.live-events-results .roster li:nth-child(4n+2):hover,
.live-events-results .roster li:nth-child(4n+3):hover,
.live-events-results .roster li:nth-child(4n+4):hover {
		border-bottom: 0.015625rem solid #E3E3EB;
		background: #E3E3EB;
	}
	.live-events-results .roster li:nth-child(4n+1):hover::before,
.live-events-results .roster li:nth-child(4n+2):hover::before,
.live-events-results .roster li:nth-child(4n+3):hover::before,
.live-events-results .roster li:nth-child(4n+4):hover::before {
		border-top: 1px solid #E3E3EB;
	}
	.month:hover .wrap {
		padding-top: 0.375rem;
	}
	.roster li:nth-child(4n+1):hover {
		border-bottom: 0.015625rem solid #D6ABF2;
		background: #D6ABF2;
	}
	.roster li:nth-child(4n+1):hover::before {
		border-top: 1px solid #D6ABF2;
	}
	.roster li:nth-child(4n+2):hover {
		border-bottom: 0.015625rem solid #FA9A68;
		background: #FA9A68;
	}
	.roster li:nth-child(4n+2):hover::before {
		border-top: 1px solid #FA9A68;
	}
	.roster li:nth-child(4n+3):hover {
		border-bottom: 0.015625rem solid #A0D4B3;
		background: #A0D4B3;
	}
	.roster li:nth-child(4n+3):hover::before {
		border-top: 1px solid #A0D4B3;
	}
	.roster li:nth-child(4n+4):hover {
		border-bottom: 0.015625rem solid #3E7E59;
		background: #3E7E59;
	}
	.roster li:nth-child(4n+4):hover::before {
		border-top: 1px solid #3E7E59;
	}
	.roster li:hover a {
		color: #E3E3EB;
	}
	.roster li:hover a {
		color: #062C17;
		font-family: "AuthenticMedium", sans-serif;
		opacity: 1;
	}
	.roster li:hover {
		position: relative;
	}
	.roster li:hover::before {
		content: "";
		height: 2px;
		position: absolute;
		top: -1px;
		width: 100%;
	}
}
@media (min-aspect-ratio: 1707/837) {
	html {
		font: normal 300 50%/1.4 "AuthenticRegular", Helvetica, Arial, sans-serif;
	}
}
@media (min-aspect-ratio: 2133/1076) {
	html {
		font: normal 300 60%/1.4 "AuthenticRegular", Helvetica, Arial, sans-serif;
	}
}
/*# sourceMappingURL=main.css.map */
