@font-face { font-family: "BuenosAiresLight"; src: url("../fonts/BuenosAiresLight.woff2") format("woff2"); font-weight: normal; font-style: normal; }
@font-face { font-family: "BuenosAiresRegular"; src: url("../fonts/BuenosAiresRegular.woff2") format("woff2"); font-weight: normal; font-style: normal; }
@font-face { font-family: "BuenosAiresBold"; src: url("../fonts/BuenosAiresBold.woff2") format("woff2"); font-weight: normal; font-style: normal; }

body { margin: 0; padding: 0; font-family: 'BuenosAiresRegular', sans-serif; font-size: 18px; min-height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
input[type=text], select, textarea { font-family: 'BuenosAiresRegular', sans-serif; }
hr { border: 1px solid #e8e8e8; margin: 30px 0; }
.pb:before { content: ""; display: block; margin-bottom: 30px; padding-top: 1px; }
.pa:after { content: ""; display: block; margin-top: 30px; padding-bottom: 1px; }
.alignC { text-align: center; }
.legal { font-size: 15px; line-height: 1.65; }
.smallText { font-size: 15px; line-height: 1.65; }
a, a:visited { color: #311c77; }
table {margin: 20px 0; border: 1px solid #aaa; border-collapse: collapse}
table td {border: 1px solid #aaa; padding: 5px 10px; }


nav {display: flex; justify-content: space-between; align-items: center; }
nav a.logo {position: relative; background: url(../img/logo.svg) no-repeat center; background-size: contain; width: 80px; height: 83px; }
nav a.logo > span {position: relative; display: block;}
nav a.navButton {display: none; }
nav ul, footer ul { padding: 0; margin: 0; list-style: none; }
nav ul li, footer ul li { padding: 0 16px; display: inline; }
nav ul li:last-child, footer ul li:last-child { padding-right: 0; }
nav ul li:first-child, footer ul li:first-child { padding-left: 0; }
nav ul li a, nav ul li a:visited, footer ul li a, footer ul li a:visited { color: white; text-decoration: none; font-weight: 600; }
nav ul li a:hover, footer ul li a:hover { text-decoration: underline; }

.nav {display:none;}

.vert {display: flex; align-items: center;}
.vert > div {position: relative; width: 100%; }

@media screen and (max-width: 900px) {
	nav a.navButton { display: block; }
	nav ul { display: none; }	
	nav a.navButton {display: block; padding: 30px 20px; z-index: 12; margin-right: -20px;  }
	nav a.navButton b {position: relative; display: block; width: 40px; height: 23px; }
	nav a.navButton b i {position: absolute; left: 0; width: 100%; height: 3px; border-radius: 2px; transition: all 0.3s; background: #fff; }
	nav a.navButton b i:nth-child(1) {top: 0; }
	nav a.navButton b i:nth-child(2) {top: 10px; }
	nav a.navButton b i:nth-child(3) {top: 10px; }
	nav a.navButton b i:nth-child(4) {bottom: 0; }
	nav a.navButton:hover b i { background: #fff; }
	nav a.navButton.open {position: fixed; top: 0; right: 20px;  }
	nav a.navButton.open span { background: black; outline: none; }
	nav a.navButton.open b i {background: #311c77;}
	nav a.navButton.open b i:nth-child(1) { top: 50%; width: 0; left: 50%; }
	nav a.navButton.open b i:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
	nav a.navButton.open b i:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
	nav a.navButton.open b i:nth-child(4) { bottom: 50%; width: 0; left: 50%; }
	
	.nav {display: block; pointer-events: none; position: fixed; top: 0; right: 0; height: 100%; width: 100%; z-index: 10; background: rgba(0,0,0,0); transition: all 0.3s;}
	.nav > div {position: absolute; top: 0; right: 0; width: 0; height: 100%; overflow: hidden; transition: all 0.3s; }			
	.nav > div > div {position: absolute; left: 0; top: 0; width: 350px; height: 100%; padding-top: 70px; background: #fff; box-sizing: border-box; }
	.nav > div > div .navContainer {position: absolute; top: 0; bottom: 55px; left: 0; width: 100%; overflow: auto; padding-top: 85px;  }
	.nav > div > div .navContainer ul {padding: 0; margin: 0; width: 100%; list-style: none;border-bottom: 1px solid rgba(0,0,0,0.1);}
	.nav > div > div .navContainer ul li {position: relative; padding: 0; margin: 0; border-top: 1px solid rgba(0,0,0,0.1);}
	.nav > div > div .navContainer ul li a {position: relative; display: block; padding: 15px 20px; font-weight: 700; font-size: 20px; color: #311c77; text-decoration: none; transition: all 0.3s; box-sizing: border-box; }
	.nav > div > div .navContainer ul li a::after {content:""; position: absolute; right: 20px; top: 50%; width: 10px; height: 10px; margin-top: -5px; box-sizing: border-box; border-style: solid; border-color: #212121; border-width: 0 2px 2px 0; transform: rotate(-45deg); opacity: 0.5; transition: all 0.3s;}
	.nav > div > div .navContainer ul li a:hover {padding-left: 25px; }			
	.nav > div > div .navContainer ul li a:hover::after {opacity: 1;}		
	.nav > div > div .socials {position: absolute; bottom: 0; left: 0; width: 100%; padding: 10px 0 30px 0; text-align:center; }
	.nav > div > div .socials a {position: relative; display:inline-block; width: 40px; font-weight: 400; padding: 20px 0; margin: 0 5px; border-radius: 50%; background: #311c77; color: #fff; text-decoration: none; line-height: 0; font-size: 25px; vertical-align: middle; transition: all 0.2s;  }
	.nav > div > div .socials a:hover {transform:scale(1.1); }
	.nav > div > div .socials a.fa-facebook:before{position: absolute; right: 7px; bottom: 13px; font-size: 32px; }
	.nav.open { pointer-events: all; cursor: pointer; background: rgba(0,0,0,0.6); }
	.nav.open > div {width: 350px;} 
}
@media screen and (max-height: 500px) {
	.nav > div > div .navContainer ul li a {padding: 10px 20px; }
}
@media screen and (max-height: 420px) {
	.nav > div > div .navContainer ul li a {padding: 8px 20px; font-size: 18px; }
}

.header-lp {position: relative; background-image: linear-gradient(166deg, #311c77, #ff2dff); padding: 0 0 30px 0 ; }
.header-lp .content h1 { color: #fff; font-size: 40px; margin: 0; font-family: 'BuenosAiresBold'; line-height: 1.15; }
.header-lp .content h2 { color: #fff; font-size: 38px; margin: 0; font-family: 'BuenosAiresLight', sans-serif; font-weight: 400; }
.header-lp .content h3 { color: #fff; font-size: 26px; margin: 0; font-family: 'BuenosAiresLight', sans-serif; font-weight: 400; }
.header-lp .content h4 { color: #fff; font-size: 22px; margin: 0; font-family: 'BuenosAiresLight', sans-serif; font-weight: 400; margin-bottom: 12px; }
.header-lp .content h5 { color: #fff; font-size: 16px; margin: 0; font-family: 'BuenosAiresLight', sans-serif; font-weight: 400; }
.header-lp .content .inner {display:flex; align-items:center; height: 350px; margin-top: -20px;  }
.header-lp .content .inner .text {width: 420px; }
.header-lp .content .inner .text .officialPartner{width: 270px; height: 85px; background: url(../img/officialPartner.png) left bottom no-repeat; background-size: contain;}
.header-lp .content .inner .car {height: 100%; flex-grow: 1; background: url(../img/team-image.png) center bottom no-repeat; background-size: contain; }
@media screen and (max-width: 900px) {
	.header-lp .content .inner {display:block; height: auto; margin-top: 0;}
	.header-lp .content .inner .text {width: 100%; text-align: center; margin-bottom: 20px; }
	.header-lp .content .inner .text .officialPartner {margin: 0 auto;}
	.header-lp .content .inner .car {height: 330px;  }
}
@media screen and (max-width: 550px) {
	.header-lp .content .inner .car {height: 0; padding-bottom: 78%;  }
}
@media screen and (max-width: 480px) {
	.header-lp .content h1{font-size: 38px; }
	.header-lp .content .inner .text .officialPartner{width: 220px; height: 70px;}
}


.content { max-width: 1000px; padding: 0 30px; margin: 0 auto; height: 100%; position: relative; }
.content h1, .content h2, .content h3 {color: #311c77; }
.contentNarrow {max-width: 650px; margin: 0 auto; }
@media screen and (max-width: 750px) {
	.content { padding: 0 20px; }
}



.bordtl { border-top-left-radius: 30px; margin-top: -33px; background-color: #fff; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; z-index: 1; }
.bar-top { background-image: linear-gradient(166deg, #311c77, #ff2dff); min-height: 115px; padding-bottom: 33px; -webkit-box-sizing: border-box; box-sizing: border-box; }

footer { background-color: #311c77; padding: 15px 0; border-top-left-radius: 32px; color: white; text-align: center; }
footer a, footer a:visited { color: white; }
footer ul {margin: 20px 0; list-style: none; padding: 0;}
footer ul li {margin: 0 10px; padding: 0;}
footer .shortTerms {font-size: 13px; font-family: Arial, Helvetica, sans-serif; margin: 20px 0; color: rgba(255,255,255,0.6)}
footer .socials {margin: 20px 0; }
footer .socials a {position: relative; display:inline-block; width: 40px; padding: 20px 0; margin: 0 5px; border-radius: 50%; background: #fff; background: rgba(255,255,255,0.7);  color: #311c77; text-decoration: none; line-height: 0; font-size: 25px; vertical-align: middle; transition: all 0.2s;  }
footer .socials a:hover {transform:scale(1.1); background: #fff;}
footer .socials a.fa-facebook:before{position: absolute; right: 7px; bottom: 13px; font-size: 32px; }
@media screen and (max-width: 420px) {
	footer ul { text-align: center; }
	footer ul li { display: block; padding: 0; }	
}
.formContainer {color: #311c77;}
.formContainer .focused {box-shadow: none;}

.formContainer .field input[type="text"] {border-bottom: 2px solid #ccc; color: #311c77; transition: all 0.3s;  }
.formContainer .field input[type="text"]:focus {border-bottom: 2px solid #57e8ff;  }
.formContainer .field select {border-bottom: 2px solid #ccc; color: #311c77; transition: all 0.3s;  }
.formContainer .field select:focus {border-bottom: 2px solid #57e8ff;  }
.formContainer .checkboxContainer {padding-left: 45px; }
.formContainer .checkboxContainer > a {position: absolute; left: 0; top: 0; border: 2px solid #ccc; outline: none; text-decoration: none; font-size: 10px; line-height: 0; width: 25px; height: 25px; color: transparent; overflow: hidden; background: #fff; margin-right: 15px;}
.formContainer .checkboxContainer label {font-size: 15px;} 
.formContainer .checkboxContainer > a.focused {border-color: #aaa;}
.formContainer .checkboxContainer > a i {position: absolute; left: 0; top: 50%; width: 100%; line-height: 0; text-align:center; font-size: 20px; }
.formContainer .checkboxContainer.checked > a {border-color: #311c77; }
.formContainer .checkboxContainer.checked > a i {color: #311c77;}
.formContainer .field label { color: #311c77; }
.formContainer .field .help { position: absolute; right: 0; top: 5px; background-image: linear-gradient(166deg, #311c77, #ff2dff); color: #fff; width: 28px; padding: 14px 0; line-height: 0; font-size: 17px; font-weight: 700; border-radius: 50%; z-index: 1; text-decoration: none; text-align:center;; }
.formContainer .field.field_urn .validationChecks {right: 32px; }
.formContainer .field.field_orderNumber .validationChecks {right: 32px; }
.formContainer .field.field_nameOnBankAccount .validationChecks {right: 32px; }
.formContainer .field.field_accountNumber .validationChecks {right: 32px; }
.formContainer .field.field_sortCode .validationChecks {right: 32px; }
.formContainer .field .uploaderContainer .thumb {border: 2px solid #ccc;}
.formContainer .field .uploaderContainer .uploadLink {border: 0; background-image: -webkit-gradient(linear, left top, right top, from(#58e9fe), to(#8cffc0)); background-image: linear-gradient(to right, #58e9fe, #8cffc0); padding: 7px 20px; outline: none; border-radius: 23px; font-family: "BuenosAiresBold", sans-serif; font-weight: 400; font-size: 0.9em; color: #311c77; cursor: pointer; -webkit-transition: all .2s; transition: all .2s;}

.formContainer .field .radioContainer .label{}
.formContainer .field .radioContainer {margin: 10px 0;}
.formContainer .field .radioContainer .radio {padding-left: 45px; }
.formContainer .field .radioContainer .radio > a {position: absolute; top: 0; left: 0; border: 2px solid #ccc; cursor: pointer; width: 24px; outline: none; height: 24px; background: #fff; border-radius: 50%; }
.formContainer .field .radioContainer .radio > a.focused {border-color: #aaa;}
.formContainer .field .radioContainer .radio .label {color: #311c77; font-size: 15px; }
.formContainer .field .radioContainer .radio.checked > a {border-color: #311c77;}
.formContainer .field .radioContainer .radio.checked > a:after {content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 12px; margin-top: -6px; margin-left: -6px; background: #311c77; border-radius: 50%;  }

.field_revs {margin: 10px 0!important; }
.field_NFLLondonGames {margin: 10px 0!important; }
.field_BMS {margin: 10px 0!important; }
.field_EnglandCricket {margin: 10px 0!important; }
.field_TottenhamHotspurFootballClub {margin: 10px 0!important; }
.field_ScottishProfessionalFootballLeague {margin: 10px 0!important; }
.field_NorthamptonSaintsRugby {margin: 10px 0!important; }
.field_QueensTennis {margin: 10px 0!important; }
.field_LatitudeFestival {margin: 10px 0!important; }
.field_Creamfields {margin: 10px 0!important; }
.field_TRNSMTFestival {margin: 10px 0!important; }
.field_IsleofWightFestival {margin: 10px 0!important; }
.field_EdinburghSummerSessions {margin: 10px 0!important; }	

.formContainer .error {font-size: 14px; padding-left: 10px;}
.formContainer .footNote {margin: 40px 0 -10px 0; padding: 0 20px; font-size: 0.8em; color: #311c77; font-weight: 700; }
.formContainer .smallText {color: #311c77;}
.buttonContainer { margin: 2.5em 0; text-align: center; }
.buttonContainer button, .buttonContainer a { border: 0; text-decoration: none; background-image: -webkit-gradient(linear, left top, right top, from(#58e9fe), to(#8cffc0)); background-image: linear-gradient(to right, #58e9fe, #8cffc0); padding: 12px 60px; outline: none; border-radius: 23px; font-family: "BuenosAiresBold", sans-serif; font-weight: 700; font-size: 1.2em; color: #311c77; cursor: pointer; -webkit-transition: all .2s; transition: all .2s; }
.buttonContainer button:hover, .buttonContainer a:hover { -webkit-box-shadow: 0px 7px 8px -1px rgba(0, 0, 0, 0.44); box-shadow: 0px 7px 8px -1px rgba(0, 0, 0, 0.44); }

.faqs { position: relative; margin: 0 auto; width: 100%; max-width: 740px; padding: 0 20px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.faqs .faq_block { display: block; }
.faqs .faq_block.active { display: block; }
.faqs .faqTitle { text-align: center; margin: 30px 0 20px 0; padding-bottom: 20px; color: #311c77; font-weight: 700; font-size: 1.2em; border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
.faqs .faq { margin: 20px 0; padding-bottom: 20px; border-bottom: 1px solid #e8e8e8; text-align: left; font-family: 'GothamNarrow', sans-serif; }
.faqs .faq:last-child { border-bottom: none; }
.faqs .faq > a { display: block; position: relative; text-decoration: none; padding-right: 40px; color: #000; font-weight: 700; font-size: 1em; }
.faqs .faq > div { position: relative; height: 0; overflow: hidden; color: #222; font-size: 0.9em; font-family: 'GothamNarrowLight', sans-serif; }
.faqs .faq > div > div { position: absolute; bottom: 0; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; }
.faqs .faq > div > div:before { content: ""; display: block; padding-top: 1px; margin-bottom: 10px; }
.faqs .faq > div > div:after { content: ""; display: block; padding-bottom: 1px; margin-top: 10px; }
.faqs .faq > a i { position: absolute; right: 0; top: 50%; width: 28px; height: 28px; margin-top: -14px;  }
.faqs .faq > a i:after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 12px; border-right: 3px solid #57e8fc; border-bottom: 3px solid #57e8fc; margin-left: -10px; margin-top: -6px; transform: rotate(-45deg); box-sizing: border-box; }
.faqs .faq.open > a { color: #fff; }
.faqs .faq.open > a i { -webkit-box-shadow: none; box-shadow: none; }
.faqs .faq.open > div { height: auto; }
.faqs .faq.open > div > div { position: relative; }
.faqs .faq a { color: #000000; }
.faqs .faq.open a { color: #000; }
.faqs .faq.open a i.fa-angle-up { display: block; }
.faqs .faq.open a i.fa-angle-down { display: none; }

#modal h1, #modal h2, #modal h3 { color: #311c77; }
#modal { position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 0, 0, 0.3); z-index: 200; cursor: pointer; }
#modal .inner { position: absolute; width: 100%; max-width: 800px; cursor: default; padding: 26px; -webkit-box-sizing: border-box; box-sizing: border-box; }
#modal .inner #content { position: relative; max-height: 90vh; max-height: calc(100vh - 60px); background: #fff; border-radius: 20px; padding: 0 30px; text-align: left; }
#modal .inner #content:before { content: ""; display: block; margin-bottom: 30px; padding-top: 1px; }
#modal .inner #content:after { content: ""; display: block; margin-top: 30px; padding-bottom: 1px; }
#modal .inner .closeButton { position: absolute; top: 5px; right: 5px; width: 50px; height: 50px; background: -webkit-gradient(linear, left top, right top, from(#58e9fe), to(#8cffc0)); background: linear-gradient(to right, #58e9fe, #8cffc0); border-radius: 50%; -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3); box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3); }
#modal .inner .closeButton:before { content: ""; position: absolute; background: #fff; width: 30px; height: 4px; top: 50%; left: 50%; margin-top: -2px; margin-left: -15px; -webkit-transform: rotate(45deg); transform: rotate(45deg); border-radius: 2px; }
#modal .inner .closeButton:after { content: ""; position: absolute; background: #fff; width: 30px; height: 4px; top: 50%; left: 50%; margin-top: -2px; margin-left: -15px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border-radius: 2px; }
#modal .inner .closeButton:hover { -webkit-transform: scale(1.05); transform: scale(1.05); }
#modal .inner .closeButton:hover:before { background: #fff; }
#modal .inner .closeButton:hover:after { background: #fff; }
#modal .inner .captcha { margin: 10px auto; width: 304px; height: 78px; }
#modal .inner .formContainer .submit button { font-size: 20px; }
#modal .inner .buttonContainer { position: relative; margin: 20px 0; text-align: center; }
#modal .legal { text-align: left; font-size: 0.9em; }
@media screen and (max-width: 600px) {
	#modal .inner .buttonContainer a { display: block; min-width: 0; }
}
@media screen and (max-width: 500px) {
	#modal .inner #content { max-height: calc(100vh - 40px); }
	#modal .inner #content .title { padding: 0 20px; }
	#modal .inner #content .content { padding: 0 20px; }
}
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes spin { 
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

sup.supAlign {vertical-align: top; position: relative; top: -0.3em;}
h1 span.dagger{font-size: 24px ;}
h4 span.dagger{font-size: 15px ;}
.shortTerms span.dagger {font-size: 10px;}
a { word-wrap: break-word; }