@font-face {
  font-family: 'clearfaceregular';
  src: url('../fonts/clearface-regular-webfont.woff2') format('woff2'),
       url('../fonts/clearface-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

html,
body {
  color: #333;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #f9f9f9;
  font-family: 'Inter', sans-serif;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}


h1,h2,h3,h4,h5,h6 {
	font-family: 'clearfaceregular';
  line-height: 1.2em;
  margin: 0;
}

p {
  font-size: 13px;
}

.small-font-85 {
	font-size: 0.85em;
}
.u-text-center {
	text-align: center;
}

#app,
.content {
  width: 100%;
  height: 100%;
}

.section {
  position: relative;
  padding: 80px 40px;
}

.red {
  color: #c4250d;
}

.bg-black {
  background: #000;
  color: #fff;
}
.bg-grey {
  background: #f9f9f9;
  color: #222;
}
.bg-gainsboro {
  background: #d6dcd8;
  color: #222;
}

.white-text {
  color: #fff;
}

.button {
  border: none !important;
  display: block;
  font-size: 16px;
  text-transform: none;
  height: 65px;
  line-height: 65px;
  min-width: 160px;
  letter-spacing: -0.5px;
  border-radius: 50px;
  transition: all 0.2s;
  height: auto;
}
.button.inline {
  display: inline-block !important;
  width: auto !important;
  margin: 0 auto;
}
.button.medium {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  min-width: 0;
}
.button.small {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
}
.button.xsmall {
  height: 20px;
  line-height: 20px;
  font-size: 11px;
}

.button.blank{
  background: none;
  color: #62aedc;
}
.button.yellow {
  background: #f9d359;
  color: #000;
}
.button.purple {
  background: #522979;
  color: #fff;
}
.button:disabled,
.button.disabled {
  background: #f8f8f8 !important;
  color: #ddd !important;
  opacity: 0.8;
  cursor: default !important;
}
.button.red {
  background: #c4250d;
  color: #fff;
}
.button.white {
  background: #fff;
  color: #c4250d;
}
.button.grey {
  background: #222;
  color: #fff;
}
.button.green,
.green {
  background: #5da027;
  color: #fff;
  height: auto;
  transition: all 0.2s;
}
.button.blank:hover{
  color: #85bee0;
}
.button.green:hover,
.green:hover {
  background: #5a9a26;
  color: #fff;
}
.button.purple:hover {
  background: #7039a5;
}
.button.grey:hover {
  background: #777;
}

.button.invert {
  background: none;
  border: solid 5px #222 !important;
  color: #222 !important;
}
.button.invert.unfavourable {
  border: none !important;
}

.button.text {
  color: #222 !important;
  background: none;
  border: none;
}
.button.button-block {
  display: block;
  width: 100%;
}
.button.bold {
  font-weight: 700;
}
.button.button-l {
  padding: 0.3em 1.3em;
  font-size: 30px;
  line-height: 1em;
  height: auto;
}
.button.button-xl {
  padding: 0.3em 1.3em;
  font-size: 60px;
  line-height: 1em;
  height: auto;
}
.button.button-xxl {
  padding: 0.6em 1.4em;
  font-size: 72px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  display: inline-block;
  margin: 1em 0;
}

.button.button-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0.4em 0.6em;
  display: block;
  font-size: 61px;
  border-radius: 0;
}


/** HOME **/

#app .home {
  width: 100%;
  height: 100%;
}

.home-background {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: fixed;
  background-repeat: no-repeat;
}

.home-hero {
  padding: 20px;
  text-align: left;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.home-hero h1 {
  font-size: 60px;
  line-height: 1em;
}
.home-cta .button {
  display: inline-block;
  margin: 0 10px 0 0;
}

.achievements {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.achievement {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 35px;
  padding: 0 5px 35px;
  border-bottom: solid 1px rgba(255,255,255,0.2);
}
.achievement:first-child {
  margin: 0 0 35px;
  padding-top: 35px;
  border-top: solid 1px rgba(255,255,255,0.2);
}
.achievement:last-child {
  margin-bottom: 0;
}
.achievement .number {
  font-size: 50px;
  text-align: left;
  line-height: 50px;
  font-weight: 600;
  margin: 0;
  width: 150px;
}
.achievement .number span {
  display: block;
  font-size: 0.25em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 15px;
  padding: 3px 0 0;
}
.achievement p {
  text-align: left;
  font-size: 12px;
  width: calc(100% - 150px);
  padding: 0 0 0 45px;
  margin: 0;
}
.achievement p strong {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 5px;
  background: url(../images/icon-tick-circle.svg) no-repeat 0 50%;
  background-size: 30px auto;
  padding: 0 0 0 35px;
}
.achievement.wide .number {
  width: 150px;
}
.achievement.wide p {
  width: calc(100% - 150px);
}

.pricing-table {
  width: 100%;
  margin: 40px 0 55px;
}
.pricing-icon {
  background: #c4250d;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plan-name {
  font-weight: 600;
  line-height: 1.4em;
  display: block;
}
.pricing-table td {
  padding: 15px 20px;
  height: 140px;
}
.pricing-table td.plan-icon {
  padding-right: 0;
}
.pricing-table td.plan-inclusion {
  width: 59%;
}
.pricing-table tr:nth-child(odd) td {
  background: rgba(0,0,0,0.05);
}
.pricing-table td:last-child {
  text-align: right;
  width: 200px;
}
.pricing-table ul {
  width: 100%;
}
.pricing-table li {
  font-size: 0.8em;
  padding: 0 30px 0 0;
  margin: 0;
  width: 45%;
  display: block;
  float: left;
}
.pricing-table li:nth-child(odd) {
  width: 55%;
}
.plan-cost {
  font-size: 11px;
  line-height: 1.2em;
}
.plan-cost strong {
  display: block;
  font-size: 18px;
}

/** CALCULATOR **/

.calculator {
  width: 100%;
  background: #f9f9f9;
  color: #222;
  border-radius: 15px;
  padding: 30px;
}
.calculator h4 {
  margin: 0 0 20px;
  text-align: center;
  color: #222;
}
.calculator .form-group,
.calculator .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calculator .form-group {
  padding: 0 8px;
  flex-wrap: wrap;
  text-align: center;
}
.calculator .form-group label,
.calculator .form-group select,
.calculator .form-group input {
  width: 100%;
}
.calculator .form-group label {
  margin: 0 0 5px;
  display: block;
}
.calculator .form-group input.ticket-price {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  height: auto;
  padding: 20px;
}
.calculator .price-container span {
  width: 20px;
  font-size: 30px;
  font-weight: 600;
  padding-right: 15px;
}
.calculator .price-container input.ticket-price {
  width: calc(100% - 40px);
}

.calculator .price-breakdown {
  margin: 10px 0 35px;
  border-top: solid 1px rgba(0,0,0,0.08);
}
.calculator .price {
  padding: 15px 8px;
  font-weight: 600;
  border-bottom: solid 1px rgba(0,0,0,0.08);
}
.calculator .price .payout {
  font-size: 16px;
  color: #c4250d;
}

.credit-card-container {
  background: #f9f9f9;
  padding: 12px 14px 14px 12px;
  border-radius: 10px;
  width: auto;
  max-width: 286px;
}
.credit-card-container span {
  color: #222;
  text-transform: uppercase;
  display: block;
  letter-spacing: 3px;
  font-weight: 600;
  font-size: 10px;
  margin: 0 0 10px;
  padding: 0 0 0 3px;
}
.credit-card-container img {
  display: block;
  width: 100%;
}

.key-banner {
  background-position: center;
  background-size: cover;
  padding: 100px 30px;
  text-align: center;
  color: #fff;
}
.key-banner:before {
  content: "";
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.key-banner .container {
  position: relative;
  z-index: 2;
  max-width: 600px;
}
.key-banner .container h4 {
  margin: 0 0 15px;
}
.key-banner .container p {
  margin:  0;
}

/** EVENTS **/

.events {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.event {
  width: 300px;
  height: 300px;
  margin: 2%;
  border-radius: 10px;
  overflow: hidden;
}
.event-hero {
  width: 100%;
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.event .detail {
  height: calc(100% - 150px);
  position: relative;
  background: #333;
  padding: 20px;
  color: #fff;
  text-align: left;
}
.event .detail span {
  display: block;
  width: 100%;
}
.event .detail .button {
  margin: 0 auto;
}
.event-name {
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 600;
  margin: 0 0 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event .detail .event-date {
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 0 auto 10px;
}

.event-try {
  max-width: 650px;
  margin: 25px auto 0;
  background: #222;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  text-align: left;
}
.event-try h6 {
  font-size: 25px;
  margin: 10px 0 8px;
}
.event-try .qr {
  background: #fff;
  width: 150px;
  height: 150px;
  float: right;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-try .qr img {
  width: 90%;
  display: block;
}

/** TESTIMONIALS **/

.testimonials {
  padding: 0 0 0 20px;
}

.profile {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 20px 0 0;
  display: inline-block;
}
.profile img {
  width: 100%;
  height: auto;
}

/** SUPPORTERS **/

.supporter {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
}
.supporter img {
  height: 40px;
  margin: 0 15px;
}

/** FOOTER **/

.footer {
  width: 100%;
  padding: 20px 5px;
  text-align: center;
  font-size: 10px;
  line-height: 2em;
  color: #fff;
  z-index: 9;
  background: #000000;
  position: relative;
}
.footer .container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}
.footer .container .column {
  width: 50%;
}
.footer a {
  color: #fff;
  display: inline-block;
  padding: 5px 0 5px 20px;
}

@media (max-width: 1024px) {
  .home-background {
    background-size: auto 100%;
  }
  .section {
    padding: 40px;
  }
  .container {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #app .home {
    max-height: 75%;
  }
  .home-background {
    background-size: auto 100%;
    background-position: 60% 60%;
  }
  .home-hero {
    padding: 40px;
  }
  .home-cta .button {
    margin: 0 0 20px;
  }
  .quick-stats .columns {
    width: 100%;
    margin: 0 0 20px;
  }
  .pricing-table td {
    width: 100% !important;
    display: block;
    height: auto;
    border: none;
    padding: 20px;
    position: relative;
  }
  .pricing-table td:nth-child(2) {
    padding: 0;
    height: 0;
  }

  .pricing-table td:last-child {
    border-top: solid 1px rgba(0,0,0,0.1);
    padding: 30px 20px 20px;
  }
  .pricing-table li {
    width: 45%;
  }
  .pricing-table ul:after {
    content: "";
    display: table;
    clear: both;
    float: none;
  }
  .plan-name {
    position: absolute;
    top: -60px;
    left: 90px;
    font-size: 25px;
  }
}
@media (max-width: 600px) {
  .section {
    padding: 35px 30px;  
  }
  .home-background {
    background-position: 50% 50%;
  }
  #app .home {
    max-height: none;
    height: auto;
    padding-bottom: 50px;
  }
  .home-hero {
    height: auto;
  }
  .home-hero > div {
    width: 100% !important;
  }
  .pricing .button.inline {
    width: 100%;
    display: block;
    margin: 0 0 20px;
  }
  h4 {
    font-size: 30px;
    margin: 20px 0 15px;
  }
  h5 {
    font-size: 25px;
    margin: 20px 0 15px;
  }
  .credit-card-container {
    width: 100%;
    max-width: none;
    margin: 20px 0;
  }
  .events {
    flex-wrap: wrap;
  }
  .event {
    width: 100%;
    margin: 0 0 30px;
  }
  .testimonials {
    margin: 40px 0 0;
    padding: 0;
  }
  .audit .u-text-center,
  .local .u-text-center {
    text-align: left !important;
  }
  .footer {
    width: 100%;
    margin:  0 auto;
    left: auto;
    background: #000;
    line-height: 1.5em;
    padding: 20px;
    position: relative;
    height: auto;
  }
  .footer .container {
    flex-wrap: wrap;
  }
  .footer .container .column {
    width: 100%;
  }
}

/** SCROLL DOWN **/

.scroll-down span {
  width: 13px;
  height: 13px;
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.scroll-down span:nth-child(2) {
  animation-delay: -0.2s;
}

.scroll-down span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: rotate(45deg) translate(15px, 15px);
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(30px, 30px);
  }
}

