@charset "utf-8";
/* CSS Document */

* {
 font-size: 100%;
 font-family: neue-haas-grotesk-display;
}

.reasons li:before {
    top: 20% !important;
}

.medium-p {
	font-size: 2rem !important;
}


.center-arrow {
    margin: 0 auto 20px auto;
    display: block;
    font-size: 6rem;
    line-height: 0rem;
    height: auto;
}

.structure h1 {
	margin-bottom: 3rem !important;
}

.live-events img {
	border-radius: 8px;
	margin-bottom: 0 !important;
}
@media (min-width:1440px) {
.opacity-box-grid li h2 svg {
	margin-top: -8px;
}
}
@media (min-width:1717px) {
.live-events br {
	display: none;
	}
}
@media (max-width:767px) {
.live-events br {
	display: none;
	}
}
@media (min-width:768px) {
.live-events h5 {
	min-height: 65px;
	}
.live-events p {
	min-height: 80px;
	}
}

/* INFO SLIDE HEADER TEXT */

.info-intro-text {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: center;
  padding-left: 3rem;
  padding-right: 3rem;
  }

/* border-round */
.border-round {
  border-radius: .4rem; }

/* VIDEO SLIDE - FADE OUT */
.animated {
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:95px;
	margin-bottom:60px;
	-webkit-animation-duration: 4s;animation-duration: 4s;
	-webkit-animation-fill-mode: both;animation-fill-mode: both;
	}

@-webkit-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
    }

@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
	}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
         }




/* BENEFITS OF THE SECONDARY MARKET SLIDE */

.features .features-edit li img {
  width: 10rem;
	margin-right: 1.6rem !important;
}

.features li p {
    margin: 0;
    line-height: 2.6rem;
}

.features li h2 strong {
  color: #22e742;
}

h1+img, h2+img, h3+img {
  margin-top: .8rem;
  margin-bottom: .8rem;
  width: 80;
  height: 80;
  float: left;
  }




/* WHITE LOGO EDIT */

img.whitelogo {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

li:hover img.blacklogo,
li:hover img.graylogo,
li:hover img.whitelogo,
img.blacklogo:hover,img.graylogo:hover, img.whitelogo:hover {
  background: none;
  /*Images - Original Color*/
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none;
  transition: all 0.6s ease;
}

/* PARTNERSHIP STRUCURE SLIDE */
.padding-none {
  padding: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0rem !important
}

.structure-hr {
  margin: 2rem 0rem 2rem 0rem;
}




/* CASE STUDY SLIDES */

.margin-bottom-0 {
  margin-bottom: 0;
}

.margin-bottom-1 {
  margin-bottom: 1rem;
}

.margin-bottom-2 {
  margin-bottom: 2rem;
}

.margin-bottom-3 {
  margin-bottom: 3rem;
}
.margin-bottom-4 {
  margin-bottom: 4rem;
}
.margin-top-neg-5 {
  margin-top: -5rem;
}
.margin-bottom-6 {
  margin-bottom: 6rem;
}

.hr-slim {
  margin: 0 !important;
}
.text-disclaimer {
  margin-top: 2rem !important;
}

.report .column {
	border-right: 1px solid #ddd;
	text-align: center;
	}

.last {
	border-right: 0 !important;
	}

.report .steps {
	margin-top: 0
	}

.report .steps li {
	background-color: #eee;
	text-align: center;
	}

.report .steps li:nth-child(2) {
	background-color: #ddd;
	}

.report .steps li:hover {
	background-color: #22e742;
	}

.steps li:nth-child(2) h1 {
	color: #22e742
	}

.steps li:nth-child(2):hover h1 {
	color: white
	}

  /* PROCESS STEPS SLIDE */



  .steps li:hover + li [class*="step-"] {
       border-left-color: #22e742;
}
		.process-steps svg {fill: #fff !important}



		.steps li:hover, .steps.blink li:hover>a {
			color: #fff;
		}
		.steps li:hover svg {
			fill: #fff;
		}
    .steps li:hover strong {
			color: #fff;
		}
		 .process-steps .steps li:nth-child(1) {background: rgba(255, 255, 255, .20) !important;border: 1px solid #888;}
		 .process-steps .steps li:nth-child(2) {background: rgba(255, 255, 255, .25) !important;border: 1px solid #888;}
	   .process-steps .steps li:nth-child(3) {background: rgba(255, 255, 255, .30) !important;border: 1px solid #888;}
		 .process-steps .steps li:nth-child(4) {background: rgba(255, 255, 255, .35) !important;border: 1px solid #888;}
		 .process-steps .process.step-2 {border-left-color: #22e742 !important;}
		 .process-steps .process.step-3 {border-left-color: #22e742 !important;}
		 .process-steps .process.step-4 {border-left-color: #22e742 !important;}
		 .process-steps .steps li:hover {background-color: #22e742 !important}


/* FINAL SLIDE */

.logo-outro {
  width: 400;
  height: 400
}

.partner-link {
  margin-top: 6rem;
  letter-spacing: .4rem;
  color:#eee
}

/* ADDITIONAL */

@media (max-width:767px) {
body {
    overflow: scroll !important;
}
#webslides {
    height: auto !important;
}
}


.logo-section .flexblock p {
    margin-top: 0;
}

.logo-section .flexblock li {
    padding: 8px !important;
    display: inline-block;
    text-align: center;
}
.logo-section li {
    line-height: 2rem
}
.leagues li {
    border-left: 1px solid #eee;
}
.leagues li:hover {
    background-color: white !important;
}
.leagues li:first-child {
    border-left: 0;
}
.large-logos li {
    width: 16%
}

.break-slash {
    display:none !important;
}
.leagues-2 li:hover {
    background-color: white !important;
}
.leagues-2 img {
  width: 140px;
  padding: .6rem;
}

.leagues-3 li:hover {
    background-color: white !important;
}

.leagues-3 img {
  padding: .6rem;}


/* edits 5-23 */

.ticketmaster-section {
    border-radius: .4rem !important;
    padding: 4rem 4rem 4rem 4rem !important; }

.ticketmaster-section p {
      font-size: 1.8rem;
    line-height: 3rem}

.ticketmaster-section .column {
    padding-top: 0rem;
    padding-bottom: 1rem}

.ticketmaster-section .grid {
    margin-bottom: 1rem; }

.our-goal {
  font-size: 2.6rem;
  margin-top: .5rem;
  letter-spacing: .2rem
}

.our-goal-p {
  font-size: 2.4rem;
  margin-top: 1.4rem;
}
.disclaimer {
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-align: center;
  margin-top: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
}


@media (max-width:768px) {
.large-logos li {
    width: 20%
}
.case-study h1 {
    font-size: 3.2rem;
}
.logoWrap {
    padding: 1.8rem !important;
}
.case-study .last {
    padding-top: 0 !important;
}
.report h1 {
  font-size: 3.5rem;
  margin-top: 0;
}
.grid > .column {
  padding: 1rem;
}
.our-goal-p {
  font-size: 2rem;
  margin-top: .5rem;
}
.report .column {
	border-right: none;
	text-align: center;
	}

}



.logoWrap {
    padding: 2.8rem 3.8rem 2.2rem 3.8rem !important;
}
#counter, #navigation a {
    color: #fff;
}

@media (max-width:567px) {
.leagues li:nth-child(4) {
    border-left: 0;
}
.logoWrap {
    padding: 1.4rem !important;
}
}

@media (min-width: 768px) {
.comment-box {
    padding-left: 0 !important;
  }

  .logos-smaller li {
    width: 20%;
  }
}

@media (max-width: 599px) {
.actop {
    padding-top: 2.4rem !important;
  }
}

@media only screen and (min-device-width : 320px)  and (max-device-width : 736px) {
.video-overlay {
    display: none
  }
.describe-nav {
    display: none;
}
.ticket-logos .info-intro-text {
    margin-bottom: .5rem;
}
.ticket-logos .flexblock li {
    padding: 1.4rem
}
.logoWrap {
    padding: 1rem !important;
}
.white-box-grid {
    padding: 0 !important;
}
}

.describe-nav {
  letter-spacing: .1rem;
  font-weight: 400;
  margin-top: 2rem;
}
@media only screen and (max-width : 768px){

.video-overlay {
    display: none
  }
.case-study .column {
    border-right: none;
    padding: 1.2rem;
}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {

.video-overlay {
    display: none
  }
}

@media (min-width: 1023px) {
.logos-smaller li {
  width: 20%;
	padding-bottom: 0;
	padding-top: 0;
}
}

@media (max-width:1024px) {
.break-slash {
    font-size: 1.4rem !important;
    line-height: 2rem !important;
    display: inline !important;
}
.logo-section br {
    display: none;
}
.leagues li:last-child {
    border-left: 0;
}
.large-logos {
    margin-bottom: 20px;
}
.info-intro-text {
  font-size: 1.4rem;
  line-height: 2.5rem;
}
.text-intro {
  font-size: 2rem;
  line-height: 3rem;
  /* letter-spacing: .2rem; */
}
.report h1 {
  font-size: 3.5rem;
  margin-top: 0;
}
.grid > .column {
  padding: 1rem;
}
.report h6 {
  font-size: 2rem;
}
.report h1 {
  line-height: 5rem;
}
.ticketmaster-section p {
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.text-under-steps p {
  line-height: 2.2rem;
}
}

.case-study .flexblock li {
    padding: 2.2rem !important;
}

.case-study .text-intro {
    font-size: 2.2rem;
}

.text-intro p {
  margin-bottom: .6rem !important;
}

.text-intro strong {
  color: #22e742;
}

.case-study p {
  line-height: 2.4rem;
}

.case-study .grid {
    padding-top: 2rem !important;
}

.case-study h1 {
    font-size: 3.6rem;
}

/* ==============================================================================

EDITS START HERE - TEMPLATE STYLES

=============================================================================== */

/* UNIVERSAL STYLES */

/* OVERWRITE BASE PADDING STYLE */
.wrap[class*="bg-"], .wrap.frame, [class*="content-"][class*="bg-"], [class*="content-"].frame, [class*="align"][class*="bg-"] {
  padding: 4rem; }

.bg-white {
  border-radius: .4rem;
  padding: 1.6rem; }

@media (min-width: 1024px) {
  section, .slide {
    padding-top: 4rem;
    padding-bottom: 4rem; }

/*
  .wrap, header nav, footer nav {
    width: 95%; }
*/

  }

svg {fill: #22e340 !important; }


/* NAVIGATION & HERO SLIDE */

.partner-logo {
  margin-bottom: 1.6rem; }


:focus {
  box-shadow: none; }

#counter, #navigation a {
  color: #fff; }

#navigation {
  position: fixed;
  width: 24.4rem;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  bottom: 0;
  left: 0;
  opacity:1;
  z-index: 4; }

#webslides:hover #navigation {
  opacity: 1; }

#navigation {
  -webkit-animation: fadeIn 4s;
  animation: fadeIn 4s;
  opacity: 0; }

#webslides:hover #navigation a:hover {
  color: #fff;
  background-color: #22e742;
  opacity: 1; }

.foot-note {
  padding-bottom: 6rem; }

/* BANNER STYLES */

.banner h1 {
  font-weight: bold;
  //letter-spacing: .4rem
}

.banner span {
  color:#22e742;
  font-family: neue-haas-grotesk-display;
  font-weight:600;
  font-style: italic;
  letter-spacing: .08rem;
}

.banner h2 {
  font-size: 2.4rem;
  line-height: 4rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .4rem;
  margin-top: 0; }

/* INFO SLIDE STYLES */

.info-headline h1 {
  text-align: center;
  font-family: neue-haas-grotesk-display;
  line-height: 4rem;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: .2rem;
  color: #ffffff;
  text-transform: uppercase;
}
.info-headline h1>span{
color: #22e742;
font-style:italic;
font-family: neue-haas-grotesk-display;
}

.info-headline h3 {
  text-align: center;
  letter-spacing: .2rem;
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.5rem; }

  .info-headline h3 > strong {
    color: #22e742;
  }

.info-headline-secondary h3 {
  text-align: center;
  letter-spacing: .5rem;
  font-size: 2rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.6rem; }

@media (max-width:1024px) {
  .info-headline h1 {
    text-align: center;
    line-height: 4rem;
    font-size: 2.5rem;
    margin-bottom: .8rem;
    font-weight: 600;
    letter-spacing: .4rem; }

  .info-headline h3 {
    letter-spacing: .5rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-bottom: 1.6rem; }

    .info-headline-secondary h3 {
      text-align: center;
      text-transform: uppercase;
      letter-spacing: .5rem;
      font-size: 1.5rem;
      line-height: 2.5rem;
      margin-bottom: 0; }
}

/* OPACITY BOX GRID STYLES - red icons and transparent boxes */

.opacity-box-grid > .features li p {
  font-size: 1.8rem;
  margin-top: 1rem;
  line-height: 2.4rem;
  white-space: pre-wrap; }

.opacity-box-grid li pre {
  background-color: inherit;
  font-size: 1.8rem;
  margin-top: 1rem !important;
  line-height: 2.4rem;
  box-shadow: none;
  border: none !important;
  padding: 0;
  font-family: neue-haas-grotesk-display;
  white-space: pre-wrap;
  color: #181818;
  text-shadow: none;
  font-weight: 400;
  letter-spacing: .08rem;
 }

.opacity-box-grid li h2 {
  font-size: 2.16rem;
  font-weight: 700;
  letter-spacing: .16rem;
  line-height: 2.5rem;
  word-wrap: normal;
color: #12357b;
text-shadow: none;
 }

.opacity-box-grid li h2 svg {
  margin-right: 1.2rem;
  height: 48px; }

.opacity-box-grid li h2 span {
  color: #22e742;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: .2rem;
  margin-right: 1.2rem;
  margin-bottom: .5rem; }

@media (max-width:1199px) {
  .opacity-box-grid li h2 svg {
    margin-right: 100%;
    margin-bottom: 1rem;
    height: 48px;}
}

@media (min-width:1025px) {
  .opacity-box-grid {
    margin-left: 3rem;
    margin-right: 3rem;
    margin-top: 2rem;
  }
  .white-box-grid {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .banner > .wrap {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}


/* EXISTING COMMITMENTS STYLES - 6 logos wide, investments by league */

@media (max-width:1024px) {

  .ex-commitments p {
    font-size: 1.5rem;
    line-height: 2.2rem; }

  .ex-commitments h4 {
    font-size: 2.4rem;}
}

@media (min-width: 768px) {
  .ex-commitments li {
      width: 16%; } }

/* WORLD CLASS PARTNERSHIPS STYLES */
.logo-section {
  padding: 1rem !important;
}

.logo-section .flexblock li {
  padding: 0 !important;
	border: 0 !important;
}

.logo-section {
  margin-top:  1rem;
  max-width: 1000px;
}

.leagues img {
    width: 80px; }

@media (min-width: 320px) {
  .metrics li {
    width: 33.33%; } }

@media (min-width: 568px) {
  .metrics li {width: 15%; } }

@media (max-width: 1024px) {
  .leagues img {width: 64px !important; } }

.logo-section .flexblock li {
  padding: 8px !important;
  display: inline-block;
  text-align: center;
width: 10%
 }

.leagues li:hover {
  background-color: white !important; }

/* OPACITY BOX GRID STYLES */

.flexblock.features>li {
  border-radius: .4rem;
  margin-bottom: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
background-color: #fff;
}


.icongroup h2 {
  font-size: 2rem !important;
  letter-spacing: .1rem;
  margin-bottom: .8rem !important;
  font-weight: normal !important; }



/* PARTNERSHIP STRUCTURE STYLES */

.grey-box {
  background-color: rgba(245, 241, 241, .8);
  border:1px solid #ddd;
  color:#1b1b1b;
  border-radius: .4rem;
  padding: 1.2rem;
  margin: 1rem;
  text-align: center; }

.grey-box p {
  margin-bottom: 0;
  font-weight: 400; }

.grey-box strong {
  color: #22e742;
}

.circled {
 position: relative;
 bottom: .5rem;
 background: #22e742;
 border-radius: 26px;
 display: inline-block;
 width: 5rem;
 height: 5rem;
 color: #fff !important;
 text-align: center;
 font-size: 3rem;
 line-height: 5.2rem;
 font-weight: bold;
margin-bottom: .8rem;
margin-top: 1rem;}

.white-box-grid {
  margin-top: 1rem;
}

.white-box-grid h2 {
    font-size: 3rem;
    line-height: 1rem;
    text-align: center; }

 .white-box-grid h2 svg {
   margin-left: 1rem;
   margin-top: -1.2rem;
   font-size: 8rem;
   margin-bottom: -4.5rem;
   height: 3rem;
 }


.white-box-grid > .grid > .column p {
      font-size: 1.6rem;
      line-height: 3rem;
      font-weight: 400; }

.white-box-grid > .column p:last-child {
      margin-bottom: 0; }

.white-box-grid > .column {
  padding-top: 1rem;}

.white-box-grid strong {
  color: #22e742; }

.white-box-grid h3{
    font-size: 3rem; }

.white-box-grid h4{
    font-size: 2.2rem; }

.white-box-grid .circled {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
    line-height: 4.2rem; }

.text-under-steps {
  text-align: center;
  font-weight: 400;
  margin-top: 2rem;
  line-height: 3rem;
  letter-spacing: .1rem;
  margin-bottom: 2rem;
  padding-left: 4rem;
  padding-right: 4rem; }

@media (max-width:1024px) {
.logo-section .flexblock li {
  padding: 0 8px !important; }

  .grey-box {
    font-size: 92%; }

  .grey-box p {
    line-height: 2.6rem; }

  .white-box-grid {
    font-size: 92%;
  }

  .white-box-grid > .grid > .column p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 1.2rem; }

  .white-box-grid > .grid > .column p:last-child {
    margin-bottom: 0; }

  .white-box-grid strong {
    color: #22e742; }


  .flexblock li {
    padding: 2.2rem !important;
  }
  .text-under-steps {
    font-size: 1.4rem;
    line-height: 2.4rem; }

  .white-box-grid h3 {
    font-size: 3rem; }

  .white-box-grid h4{
    font-size: 2.2rem; }

  .white-box-grid .circled {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
    line-height: 4.2rem; }

  .structure-hr {
    margin: 1rem 0rem 2rem 0rem; }

  .white-box-grid .disclaimer {
    font-size: 92%; }
  }

[class*="bg-"] .medium {
  filter: alpha(opacity=4000);
  opacity: 0.40;
  filter: alpha(opacity=4);
}


/* WHY PARTNER STYLES */

.why-partner h3 {
  text-transform: uppercase;
  letter-spacing: .2rem;
  color: #22e742;
  font-size: 2.4rem !important;
}

/* BULLETED LIST STYLES */

.resale-partnerships h5 {
  color: #22e742;
  font-size: 2.4rem;
  margin-bottom: 1rem;
  letter-spacing: .1rem;
}
.resale-partnerships img {
  margin-bottom: 2rem;
}
.resale-partnerships ul>li {
  list-style-type: disc;
  color: #22e742;
  margin-left: 1.6rem;
}
.resale-partnerships ul>li>p {
  color: #222;
}
.resale-partnerships li {
  margin-bottom: 1.2rem;
}
.resale-partnerships ul {
  margin-bottom: 0;
}
.resale-partnerships hr {
  margin-top: .4rem;
  margin-bottom: 1.8rem;
}

.second-list {
  margin-left: 2rem;
}
.second-list li>p {
  margin-bottom: 1rem;
  line-height: 3rem;
}

/* RED LIGHT PROPOSAL */

.proposal-intro p:first-child {
  margin-top: 0 !important;
  margin-bottom: .2rem;
}
.proposal-intro h2 {
    margin: 2rem !important;
    color: #22e742;
    line-height: 6rem !important;
    font-size: 6rem !important;
    font-weight: normal !important;
    text-transform: capitalize !important;
    letter-spacing: .2rem;
}

.proposal-intro strong {
  font-weight: bold;
  color: #ffffff;
}

.proposal-intro p {
  line-height: 3rem;
  font-size: 2rem;
}

.proposal-intro {
  vertical-align: middle;
}

@media (max-width:600px) {

.proposal-intro h2 {
  font-size: 4rem !important;
  line-height: 4rem !important;
  margin: 1rem !important;
}
}

.testimonial h3 {
  font-size: 2.2rem;
  line-height: 3rem;
  margin-bottom: 1rem;
}

.investment-intro p {
  margin-top: 0 !important;
  font-size: 3rem !important;
  line-height: 3.6rem !important;
}

.investment-intro p span {
  color: #22e742;
  font-size: 3rem !important;
  line-height: 3.6rem !important;
  display: inline;
  font-weight: bold;
  float: none;
  margin-right: 0;
}

.investment-intro h4 {
  font-size: 2.4rem !important;
  text-align: center;
  line-height: 3rem !important;
  margin-bottom: 2rem;
  margin-top: 1rem;
  font-weight: 400;
}

.report > .column i {
  font-size: 1.6rem;
  color: #887e7e
}
.report h1 {
  color: #22e742;
}

.intro-note {
  margin-top: 1rem;
  margin-bottom: 2rem;
  line-height: 2.4rem;
}

.reasons li:before {
    content: counter(list)'.';
    font-size: 6.4rem;
    font-weight: bold;
    color: #22e742;
}

.additional-distribution {
  padding: 1.8rem !important;
}
.reasons p {
  font-size: 2rem;
  font-weight: 400;
  color: #111;
  text-shadow: none;
}
h6 {
    font-size: 1.8rem;
    line-height: 3.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1rem;
}
.bg-trans {
    background-color: rgba(255, 255, 255, .9);
    border-radius: .4rem;
    padding: 1.6rem;
}
.bg-trans > .column p {
  color:  #111;
  text-shadow: none;
}



/* BLOCKQUOTE - CITE - STYLES */

cite {
    font-size: 72%;
    text-align: left;
}

.text-quote:before {
  color: #22e742;
}

blockquote {
  margin-top: 5rem;
}


/* GRAPH IMAGES */

img.center {
    display: block;
    margin: 0 auto;
}

/* HERO SLIDE */

.tg-logo {
  margin-bottom: 5.6rem;
}

.hero h1 {
  font-size: 7rem;
  font-weight: 600;
  line-height: 7rem;
  margin-bottom: 6rem;
}

.hero h4 {
  margin-top: 2rem;
  font-size: 2.5rem;
  line-height: 3.5rem;
}
.hero h4>i:first-child {
  margin-top: 4rem;
}

.hero h4 strong {
  color: #22e742;
}

.hero h4 i {
  letter-spacing: .6rem;
  font-weight: bold;
  font-size: 1.8rem;
}

.shows h1 {
  color: #22e742;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 4rem;
  letter-spacing: .4rem;
  text-transform: uppercase;
}

.shows h2 {
  text-transform: capitalize !important;
  font-size: 4.6rem !important;
  font-weight: 400 !important;
  margin-top: 2.4rem !important;
  margin-bottom: 1.6rem !important;
}

.shows p {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 3.5rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1rem;
}

.shows p>strong {
  color: #22e742;
  font-size: 2.8rem;
  font-weight: 600;
}
.intro-logo img {
margin-bottom: 4rem;
}

.red-bar-type {
  color: #22e742;
  font-size: 3rem;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}
.plus-intro-text h1 {
  font-size: 3.2rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: -1rem;
  letter-spacing: .2rem;
  color: #22e742;
}
.plus-intro-text p {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  letter-spacing: .1rem;
}
.plus-intro-text strong {
  color: #22e742;
}

#margin-right-4 {
  margin-right: 14rem;
}
.logo-headline {
  margin-bottom: 4rem;
}
.red-stripe-box {
  padding: 0rem !important;
}
.red-stripe-box p {
    font-weight: 400;
    text-align: left;
    font-size: 1.7rem;
    letter-spacing: .08rem;
    line-height: 2.6rem;
    color: #181818;
    margin-bottom: 0;
}
.red-stripe-box > .grid {
  background-color: #eeeeee;
  border-radius: .4rem;
  padding: 1rem;
}

.red-stripe-box > .grid > .column {
  background-color: #ffffff;
    padding: 3rem;
    border-radius: .4rem;
    margin: 1rem;
    border: 1px solid #dad9d9;
}


.red-stripe-box h2 {
  color: white;
  text-transform: uppercase;
  padding-top: 1rem;
  padding-bottom: .8rem;
  font-size: 2.4rem;
  letter-spacing: .4rem;
  font-weight: 600;
  background-color: #12357b;
  border-top-left-radius: .4rem;
  border-top-right-radius: .4rem;
  line-height: 4.4rem;
}
.red-stripe-box h3 {
    color: #22d442;
    font-size: 2.8rem;
    text-align: left;
    line-height: 3.5rem;
    margin-bottom: .8rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-style: italic;
    font-weight: 700;
}
.red-stripe-box p strong {
  color: #081f4c;
  font-size: 1.6rem;
}
.red-stripe-box img {
  text-align: left;
  width: 60px;
  height: 60px;
  margin-bottom: 1.6rem;
}
.red-stripe-box svg {
  font-size: 4rem;
}
.red-stripe-box h4 {
  font-size: 4rem;
  font-weight: 400;
  margin-top: 0;
}
.add-pad {
  padding: 3rem 3rem 2.5rem 3rem;
  font-size: 1.8rem;
}
#logos-combo {
  margin-top: 2rem;
}
.cover-logos img {
  width: 400px;
  padding: 0rem;
}

@media (max-width:560px) {
.cover-logos img {
  width: 92%;
}
.wrap[class*="bg-"], .wrap.frame, [class*="content-"][class*="bg-"], [class*="content-"].frame, [class*="align"][class*="bg-"] {
  padding: 2rem 1.6rem; }

.logo-section img {
  width: 50px !important;
  }
}

@media (min-width:561px) {
.cover-logos img {
  margin: 2rem;
}
}

.chevron-right {
  height: 100%;
  line-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
.chevron-right svg {
  vertical-align: middle;
}

@media (max-width:768px) {
  #chevron-right svg {
    display: none;
  }
}
.chevron-down {
  margin: -8px auto;

}
.chevron-down svg {
  width: 28px;
}

@media (min-width:768px) {
  #chevron-down svg {
    display: none;
  }
}
.outro h1 {
  font-size: 5rem;
  font-weight: 600;
}
.outro h3 {
  font-size: 2.4rem;
  letter-spacing: .4rem;
  font-weight: 400;
  line-height: 7rem;
}
.outro img {
  margin-top: 3rem;
}
.outro h2 > strong {
  color: white;
  font-weight: 600;
}
.outro i {
  font-weight: 400;
  color: white;
}
.large-p {
  letter-spacing: .1rem;
  font-size: 3.2rem !important;
  line-height: 3.8rem !important;
  font-weight: 400 !important;
  text-shadow: none;
}
@media (max-width:768px) {
  .large-p {
    font-size: 2rem !important;
    line-height: 3.2rem !important;
  }
}
@media (max-width:450px) {
  .large-p {
    font-size: 1.8rem !important;
    line-height: 2.8rem !important;
  }
}
#sub-note {
  font-size: 1.4rem;
  line-height: 2.5rem;
  margin-top: 1rem;
  font-weight: 400;
}
.red-bullet-list ul {
  list-style: none;
  }
.red-bullet-list li {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #656565;
    margin-bottom: 0;
  }
.red-bullet-list li::before {
  content: "\2022";
font-weight: 600;
  color: #22e742;
}
#img-margin {
  margin-bottom: 3rem;
}
#hero-h1 {
  font-size: 7rem;
    font-weight: 600;
    line-height: 7rem;
    margin-bottom: 3rem;
}
.neg-top-margin {
  margin-top: -2rem;
}
.map-display img {
  border-radius: .4rem;
  margin-left: auto;
  margin-right: auto;
}
.map-display > .column {
  padding: 1.5rem;
  margin: .5rem;
}
.map-display h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #22e742;
  line-height: 3rem;
  margin-top: 1rem;
}
.margin-1 {
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}
.map-border {
  border: 1px solid #dddddd;
}
.map-headline {
  height: 60px;
  padding-top: auto;
  padding-bottom: auto;
}

/* DATA & ANALYTICS STYLES */
.data-analytics ul>li {
  list-style-type: none;
  margin-left: 0;
  letter-spacing: .08rem;
  font-size: 2.2rem;
  line-height: 4rem;
  font-weight: 300;
}
.data-analytics ul {
 margin-bottom: 3rem;
}
.data-analytics li>ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  letter-spacing: .05rem;
  font-size: 2rem;
  line-height: 4rem;
}
.data-analytics li {
  font-weight: 300;
}
data-analytics li strong {
  color: #22e742 !important;
}



img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
#margin-top-none {
  margin-top: 0 !important;
}
.margin-top-1 {
  margin-top: 1rem;
}
.bottom-2 {
  margin-bottom: 2rem !important;
}
.bottom-3 {
  margin-bottom: 3rem;
}
.bottom-4 {
  margin-bottom: 4rem;
}
.bottom-5 {
  margin-bottom: 5rem;
}
.bottom-6 {
  margin-bottom: 6rem;
}
.bottom-8 {
  margin-bottom: 8rem;
}
.top-1 {
  margin-top: 1rem;
}
.top-2 {
  margin-top: 2rem;
}
.top-3 {
  margin-top: 3rem;
}
.top-4 {
  margin-top: 4rem;
}
.top-5 {
  margin-top: 5rem;
}
.top-6 {
  margin-top: 6rem;
}
.top-8 {
  margin-top: 8rem;
}
.neg-top-1 {
  margin-top: -1rem;
}
.neg-top-2 {
  margin-top: -2rem;
}


h2 {
  font-size: 4rem;
  letter-spacing: 3px;
  font-weight: 500;
  text-transform: uppercase;
}
.line-3 {
  line-height: 3rem !important;
}
.black-box {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 4rem;
  border-radius: .4rem;
  margin: 2rem auto;
}
.black-box h2 {
  background-color: #12357b;
  font-size: 2.8rem;
  letter-spacing: .3rem;
  font-weight: 600;
  margin: -4rem -4rem 3rem -4rem;
  border-top-left-radius: .4rem;
border-top-right-radius: .4rem;
}
.black-box p {
  font-size: 2.8rem;
  letter-spacing: .1rem;
}
.ftp h3 {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: .2rem;
}
.ftp p {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .1rem;
}
.outro-box {
  background-color: rgba(0, 0, 0, 0.64);
  width: 480px;
  padding: 3rem;
  border-radius: .4rem;
  margin: 2rem auto;
}
.outro-box h2 {
  text-transform: none;
  letter-spacing: .1rem;
  line-height: 3.6rem;
}
.outro h1 {
  font-size: 4.2rem;
  font-weight: 600;
}
.outro h3 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 4rem;
}
.outro img {
  margin-top: 1rem;
}
.outro h2 {
  font-size: 2rem;
  color: #22e742;
  font-weight: 400;
}
.outro h2 > strong {
  color: white;
  font-weight: 600;
}
.outro i {
  font-weight: 400;
  color: white;
}
.outro h4 {
  font-size: 2.4rem;
  letter-spacing: .2rem;
  margin-top: 1rem;
  font-weight: 600;
  color: #22e742;
}
.bullet {
  padding-left: 1rem;
  text-indent: -.7rem;
}
.bullet::before {
  content: "• ";
color: #22e742;
}


/* Flexbox features grid */
.features-edit li {
    background-color: rgba(255, 255, 255, 0.16);
}

#blue-box {
  background-color: #12357b;
  margin-top: 1rem;
  border-radius: .4rem;
}

#blue-box pre {
  color: #ffffff;
  border-radius: 1rem !important;
  padding: .4rem 1.6rem 1.6rem 1.6rem;
  border-collapse: separate;
  background-color: #12357b;
}
.bg-blue {
  background-color: #081f4c;
}
.letterspace-1 {
  letter-spacing: .1rem !important;
}
.letterspace-2 {
  letter-spacing: .2rem !important;
}
.letterspace-4 {
  letter-spacing: .4rem;
}
// section * {
  animation: none !important;
}
0% {
    opacity: 1;
}



/* Copy section code button styles */

.copy-btn {
  font-family: neue-haas-grotesk-text;
  font-size: 1.4rem;
padding: 15px;
background-color: #ffffff;
margin:20px 0;
border: 1px solid #52E66A;
border-radius: 4px;
cursor: pointer;
}


/* index slide styles */


.border li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.border-bottom li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.text-intro, [class*="content-"] p {
    font-size: 2rem;
    line-height: 2.6rem;
    letter-spacing: .1rem;
}
[class*="bg-"] a, [class*="bg-gradient-"] a {
    color: #22e742;
}
#deck-title {
  letter-spacing: normal;
  font-size: 6.4rem;
  line-height: 6.4rem;
  margin-bottom: 6rem;
}
.section-title {
  letter-spacing: none;
  font-size: 8rem;
  line-height: 6.4rem;
  margin-bottom: 4rem;
}
.green-hr {
  width: 260px;
  height: 5px;
  background-color: #22e742;
}
.green-on-dark {
  color: #22e742;
  text-transform: none;
  letter-spacing: .1rem;
  font-style: italic;
}
.darkened {
  background-color: rgba(23, 33, 75, .8)
}
.transition-with-sentence h1 {
  letter-spacing: .2rem;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 4.8rem;
}
.features li img {
    width: 4.6rem;
    margin-right: 1.6rem !important;
}
.auto-margin {
  margin-left: auto;
  margin-right: auto;
}
.text-160 {
  font-size: 160% !important;
}
.text-140 {
  font-size: 140% !important;
}
.text-120 {
  font-size: 120% !important;
}
.grid-5-box img {
  width: 40px;
  height: 40px;
  margin-bottom: -1rem;
  margin-right: 1.6rem;
}
.grid-5-box h3 {
  margin-bottom: 1.4rem;
}
.grid-5-box p {
  font-size: 1.8rem;
  margin-top: .4rem;
}
#benefits-headline h2 {
  font-size: 3rem;
  line-height: 4rem;
  color: #081f4c;
  font-style: italic;
  padding-left: 3rem;
  padding-right: 3rem;
}
#benefits-headline h2 > span {
  color: #22d442;
  display: inline;
  float: none;
  font-size: 3rem;
  margin-right: 0 !important;
}
#benefits-headline img {
  width: 120px;
  margin-left: 3rem;
  margin-top: 3rem;
  margin-bottom: 1.6rem;
  border-top-left-radius: .4rem;
  border-top-right-radius: .4rem;
}
#benefits-headline pre {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
}
#benefits-boxes {
  padding: 0;
}
@media (max-width: 1400px) {
.wrap, header nav, footer nav {
    width: 100%;
}
}
.split-bullets h1 {
  font-weight: 500;
}
.list li {
  width: 100%;
}
.list li h2 {
  font-size: 3rem;
  text-transform: none;
  letter-spacing: normal;
}
.list li p {
  letter-spacing: .1rem;
}
.dark-grid {
  border-radius: 8px;
  max-width: 1200px;
}
.dark-grid h3 {
  color: #22e742;
  text-transform: uppercase;
  letter-spacing: .1rem;
}
.dark-grid p {
  line-height: 2.4rem;
  letter-spacing: .06rem;
}
h2 + .flexblock {
  margin-top: 2rem;
}
.footer-tagline {
  text-align: right;
}
.footer-tagline h4 {
  font-size: 1.6rem;
  letter-spacing: .2rem;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
  line-height: 2rem;
}
.footer-tagline p {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #22e742;
  letter-spacing: .2rem;
  margin-top: .2rem;
  line-height: 2rem;
}
.footer-tagline span {
  color: #22e724;
}
.red {
  color: #ed1c24;
}
.white-text-list h2 {
  color: #22e742;
  font-weight: 600;
  font-size: 2.2rem !important;
  letter-spacing: .1rem !important;
  line-height: 4rem;
}
.white-text-list p {
  line-height: 2.6rem;
  margin-bottom: 2rem;
}
.wrap {
  margin-bottom: 4rem;
}
.call-out p {
  line-height: 2.6rem;
  margin-bottom: 2rem;
  letter-spacing: .1rem;
}
.call-out img {
  margin-left: auto;
  margin-right: auto;
}
