a {
  color: #fcdb3d;
  text-decoration: underline;
}

.navbar {
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.rpm-logo {
  width: 60px;
  height: 100%;
}

.brand-logo {
  height: 50px;
  margin-left: 10px;
}

.brand {
  padding-top: 5px;
  padding-left: 6px;
}

.nav-links-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.body-wrapper {
  display: block;
  min-height: 100%;
  margin-bottom: -70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.body-wrapper.home {
  display: block;
  height: auto;
  margin-bottom: -50px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 4px none #fcdb3d;
  background-color: transparent;
}

.body-wrapper.academy {
  padding-right: 0%;
  padding-left: 0%;
}

.page-title {
  margin-bottom: 20px;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #000;
  font-weight: 900;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
}

.menu-item {
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 5px 0px;
  border-bottom: 5px solid transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.menu-item:hover {
  border-bottom-color: #f5841f;
}

.menu-item.w--current {
  color: #f5841f;
}

.menu-item.w--current:active {
  border-bottom-style: none;
  color: #f5841f;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #000;
  color: #505050;
}

.body {
  display: block;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
  background-image: none;
  background-position: 0px 0px;
  font-family: 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 16px;
}

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
}

.footer-text {
  margin-bottom: 0px;
}

.footer-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  border-bottom-color: #fff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
}

.freestyle {
  display: inline-block;
  padding-right: 15px;
  opacity: 1;
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  color: #fcdb3d;
  font-size: 1em;
  line-height: 86px;
}

.intheheights {
  display: inline-block;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
}

.content-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.splash-hero-tag-holder {
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.splash-hero-tag-line {
  margin-bottom: 5px;
  font-size: 1.15rem;
  line-height: 1em;
}

.hamilton {
  display: inline-block;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
}

.before-02 {
  display: inline-block;
  padding-right: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #f5841f;
  text-transform: uppercase;
}

.before-01 {
  display: inline-block;
  padding-right: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #f5841f;
  text-transform: uppercase;
}

.therewasthe {
  display: inline-block;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #f5841f;
  font-size: 1rem;
  text-transform: uppercase;
}

.fls-column {
  position: static;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.splash-columns {
  height: 100%;
}

.splash-columns.hide {
  display: none;
}

.splash-hero-title {
  width: 100%;
  max-width: none;
  margin-bottom: 10px;
  font-size: 82px;
  line-height: 72px;
}

.love {
  display: inline-block;
  padding-right: 15px;
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  color: #fcdb3d;
  font-size: 1em;
  line-height: 86px;
}

.supreme {
  display: inline-block;
  padding-right: 10px;
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  color: #fcdb3d;
  font-size: 1em;
  line-height: 86px;
}

.hero-headline {
  display: inline-block;
  margin-bottom: 5px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #fff;
  font-size: 2rem;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}

.conceived {
  display: inline-block;
  padding-right: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #f5841f;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

.thomas {
  display: inline-block;
  padding-right: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #fcdb3d;
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
}

.linmanuel {
  display: inline-block;
  padding-right: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #fcdb3d;
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
}

.anthony {
  display: inline-block;
  padding-right: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #fcdb3d;
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
}

.splash-hero-credits-holder {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.splash-hero-tag-holder-02 {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.form-block {
  width: 400px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  height: 35px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #fcdb3d;
  background-color: transparent;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #fff;
}

.hamilton-button {
  height: 35px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcdb3d;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #000;
  font-size: 0.9em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hamilton-button:hover {
  background-color: #f5841f;
  color: #f7f6f7;
}

.signup-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.signup-text {
  display: inline-block;
  margin-bottom: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #fcdb3d;
  font-size: 0.9rem;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}

.colophon {
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #f5841f;
  font-size: 0.7rem;
  line-height: 1em;
  text-transform: uppercase;
}

.page-header {
  padding-right: 5%;
  padding-left: 5%;
}

.presale-01 {
  display: block;
  margin-bottom: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #fcdb3d;
  font-size: 1.25rem;
  line-height: 18px;
  text-align: center;
}

.presale-01.tony {
  font-size: 1.75rem;
  line-height: 1em;
  text-transform: uppercase;
}

.address-link {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #f5841f;
  font-size: 0.7rem;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
}

.address-link:hover {
  border-bottom-color: #f5841f;
}

.bold-text {
  margin-right: 5px;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #f5841f;
}

.privacy-link {
  display: inline-block;
  border-bottom: 2px solid #fcdb3d;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  color: #fcdb3d;
  text-decoration: none;
  text-transform: uppercase;
}

.privacy-link:hover {
  border-bottom-color: transparent;
}

.amex-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.fls-logo-desk {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  min-width: 300px;
  margin-top: -155px;
  margin-right: -45px;
  padding-top: 0px;
  float: right;
}

.fls-logo-mob {
  display: none;
  min-width: 300px;
  margin-right: -45px;
  padding-top: 30px;
}

.sup {
  position: relative;
  top: -7px;
  font-size: 10px;
}

.navbar-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.tix-button-nav {
  display: none;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fcdb3d;
  opacity: 1;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}

.tix-button-nav:hover {
  background-color: #f5841f;
  color: #fff;
}

.address-holder {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.shubert-logo {
  padding-right: 10px;
}

.tix-button-2 {
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #fcdb3d;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #fcdb3d;
  font-size: 1.25rem;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}

.tix-button-2:hover {
  background-color: #fcdb3d;
  color: #000;
}

.academy-header-cols {
  padding-bottom: 40px;
}

.academy-logo {
  position: static;
}

.logo-text {
  margin-left: -40px;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
}

.logo-text.desk {
  margin-left: 0px;
}

.academy-hero-title {
  max-width: 600px;
  margin-bottom: 0px;
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  color: #fcdb3d;
  font-size: 60px;
  line-height: 50px;
}

.academy-hero-text {
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #f5841f;
  font-size: 2.6em;
  line-height: 1.2em;
  text-transform: uppercase;
}

.academy-hero-descrip {
  max-width: 700px;
  margin-bottom: 10px;
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  color: #f5841f;
  font-size: 1.6em;
  line-height: 1.4em;
  text-transform: none;
}

.academy-hero-descrip.yellow {
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #fcdb3d;
}

.yellow-text {
  margin-bottom: 5px;
  color: #fcdb3d;
  text-transform: none;
}

.hero-button {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #fcdb3d;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #000;
  font-size: 1.3em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-button:hover {
  background-color: #f5841f;
  color: #fff;
}

.button-sm-text {
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  text-transform: none;
}

.is {
  display: inline-block;
  padding-right: 10px;
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  color: #f5841f;
  font-size: 1em;
  line-height: 1em;
}

.cast-main-cols {
  padding-bottom: 40px;
  border-style: none;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #f5841f;
}

.cast-content {
  margin-top: 40px;
}

.freestyle-home {
  display: inline-block;
  padding-right: 15px;
  opacity: 1;
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  color: #fcdb3d;
  font-size: 1em;
  line-height: 86px;
}

.love-home {
  display: inline-block;
  padding-right: 15px;
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  color: #fcdb3d;
  font-size: 1em;
  line-height: 86px;
}

.supreme-home {
  display: inline-block;
  padding-right: 10px;
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  color: #fcdb3d;
  font-size: 1em;
  line-height: 86px;
}

.freestyle-cast {
  display: inline-block;
  padding-right: 15px;
  opacity: 1;
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  color: #fcdb3d;
  font-size: 1em;
  line-height: 1em;
}

.love-cast {
  display: inline-block;
  padding-right: 15px;
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  color: #fcdb3d;
  font-size: 1em;
  line-height: 1em;
}

.supreme-cast {
  display: inline-block;
  padding-right: 10px;
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  color: #fcdb3d;
  font-size: 1em;
  line-height: 1em;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cast-holder {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cast-block {
  display: block;
  margin-bottom: 40px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 24px;
  line-height: 26px;
}

.cast-name {
  margin-bottom: 0px;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #f5841f;
  font-size: 1em;
  text-transform: uppercase;
}

.cast-role {
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  color: #fcdb3d;
  font-size: 0.8em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cast-title {
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  text-transform: uppercase;
}

.creative-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.creative-block {
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  font-size: 24px;
  line-height: 26px;
}

.creative-role {
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  color: #fcdb3d;
  font-size: 0.8em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.creative-name {
  margin-bottom: 0px;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #f5841f;
  font-size: 1em;
  text-transform: uppercase;
}

.faq-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-top: 40px;
  margin-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-accordion {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 26px;
}

.cast-anounce {
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
}

.page-content {
  position: relative;
  background-image: url('../images/fls_black_bg.gif');
  background-position: 50% 50%;
  background-size: 150px 150px;
}

.section-classes {
  padding: 22% 5% 5%;
  border-top: 2px solid #f5841f;
  border-bottom: 2px solid #f5841f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #030102), to(#000)), url('../images/academy_bg.jpg');
  background-image: linear-gradient(180deg, transparent, #030102 50%, #000), url('../images/academy_bg.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.academy-class-cols.one {
  padding-bottom: 0px;
}

.adult-classes-holder {
  max-width: 700px;
  margin-top: 0px;
  padding: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: #f5841f;
}

.academy-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 1em;
  text-transform: uppercase;
}

.content-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  color: #f5841f;
  font-size: 1.4em;
  line-height: 1.3em;
}

.highlight-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Helvetica Neue Bold', sans-serif;
  color: #fcdb3d;
  font-size: 1.4em;
  line-height: 1.4em;
}

.youth-classes-holder {
  max-width: 700px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: #f5841f;
}

.section-title {
  margin-top: 0px;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #f5841f;
  font-size: 1.5em;
  line-height: 1em;
  text-transform: uppercase;
}

.class-schedule {
  max-width: 700px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: #f5841f;
}

.section-corporate {
  padding: 5%;
  border-bottom: 2px solid #f5841f;
  background-image: url('../images/academy_footer_bg.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.academy-corporate-cols {
  padding-bottom: 40px;
  border-style: none;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #f5841f;
}

.corporate-text {
  max-width: 700px;
}

.academy-contact {
  margin-top: 40px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.form-block-2 {
  max-width: 400px;
  margin-top: 10px;
}

.text-field-2 {
  border-style: solid;
  border-width: 3px;
  border-color: #f5841f;
  background-color: #000;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #a5a5a5;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.textarea {
  border-style: solid;
  border-width: 3px;
  border-color: #f5841f;
  background-color: #000;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #a5a5a5;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
}

.submit-button {
  background-color: #fcdb3d;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #000;
  font-size: 1em;
  line-height: 1em;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #f5841f;
  color: #fff;
}

.return-link {
  display: inline-block;
  margin-top: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 3px solid #f5841f;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #fcdb3d;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.return-link:hover {
  border-bottom-color: transparent;
  color: #fff;
}

.lowercase {
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  font-size: 1.5em;
  line-height: 1em;
  text-transform: none;
}

.amex-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.button-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-link {
  border-bottom: 3px solid #fcdb3d;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  text-decoration: none;
}

.text-link:hover {
  border-bottom-color: transparent;
}

.privacy-answer {
  width: 100%;
  margin-bottom: 30px;
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  color: #fcdb3d;
  font-size: 22px;
  line-height: 26px;
}

.privacy-question {
  width: 100%;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #f5841f;
  font-size: 28px;
  line-height: 1.25em;
  text-transform: uppercase;
}

.privacy-title {
  width: 100%;
  margin-bottom: 50px;
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  color: #fcdb3d;
  font-size: 60px;
  line-height: 50px;
  text-align: left;
}

.column-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-3 {
  color: #fcdb3d;
}

.link-3:hover {
  text-decoration: none;
}

.cast-main-cols-2 {
  border-style: none;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #f5841f;
}

.faq-answer {
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  color: #fcdb3d;
  font-size: 0.8em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  text-transform: none;
}

.faq-question {
  margin-bottom: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #f5841f;
  font-size: 1em;
  text-transform: uppercase;
}

.faq-question:hover {
  color: #fff;
}

.academy-hero-title-2 {
  margin-bottom: 0px;
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  color: #fcdb3d;
  font-size: 60px;
  line-height: 50px;
}

.footer-push {
  height: 70px;
}

.amex-column {
  width: 100%;
  padding-left: 30px;
}

.ticketing-numbers {
  margin-bottom: 4px;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #f5841f;
  font-size: 4em;
  text-align: left;
  text-transform: uppercase;
}

.ticketing-holder {
  display: block;
  margin-top: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.ticketing-block {
  display: block;
  margin-right: 10px;
  margin-bottom: 18px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ticketing-header {
  margin-bottom: 10px;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #f5841f;
  font-size: 1.8em;
  line-height: 1.25em;
  text-transform: uppercase;
}

.ticketing-number-holder {
  display: block;
  min-width: 74px;
  line-height: 64px;
}

.ticketing-text-holder {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.ticketing-text {
  margin-bottom: 18px;
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  color: #fcdb3d;
  font-size: 0.9em;
  line-height: 1.2em;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.ticketing-title-subhead {
  margin-bottom: 0px;
  padding-top: 36px;
  padding-bottom: 7px;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
}

.ticketing-header-2 {
  margin-bottom: 0px;
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  color: #f5841f;
  font-size: 1em;
  text-transform: uppercase;
}

.ticketing-header-3 {
  margin-bottom: 0px;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #fcdb3d;
  font-size: 1em;
  text-transform: uppercase;
}

.ticketing-text-2 {
  max-width: 600px;
  margin-bottom: 20px;
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  color: #fcdb3d;
  font-size: 1.1em;
  line-height: 1.2em;
  text-align: left;
  letter-spacing: 0.05em;
}

.ticketing-text-2.yondr {
  color: #fff;
}

.link-4 {
  color: #f5841f;
}

.link-4.text-link-orange {
  border-bottom: 3px solid #f5841f;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  text-decoration: none;
}

.link-4.text-link-orange:hover {
  border-bottom-color: transparent;
}

.cal-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.calendar-bg {
  position: relative;
  overflow: hidden;
  margin: 24px auto 20px;
  text-align: center;
}

.day-box {
  display: inline-block;
  width: 12%;
  height: 0px;
  margin: 8px;
  padding-right: 5px;
  padding-bottom: 13%;
  padding-left: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #fcdb3d;
  text-align: center;
}

.day-box.dark {
  border-color: #fcdb3d;
  opacity: 0.5;
}

.day-box.off_set {
  border-color: #fcdb3d;
  opacity: 0.5;
}

.best-color {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #f5841f;
}

.cal-left {
  padding: 10px;
  -webkit-filter: contrast(0%) brightness(200%);
  filter: contrast(0%) brightness(200%);
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.cal-left:hover {
  -webkit-filter: contrast(100%) brightness(100%);
  filter: contrast(100%) brightness(100%);
}

.day {
  display: inline-block;
  width: 12%;
  margin-right: 9px;
  margin-bottom: 0px;
  margin-left: 9px;
  padding: 8px;
  font-size: 0.8em;
  text-align: center;
}

.grid {
  margin-bottom: 10px;
  padding-bottom: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
}

.cal-right {
  padding: 10px;
  -webkit-filter: contrast(0%) brightness(200%);
  filter: contrast(0%) brightness(200%);
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.cal-right:hover {
  -webkit-filter: contrast(100%) brightness(100%);
  filter: contrast(100%) brightness(100%);
}

.best-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fcdb3d;
}

.date-2 {
  margin-top: 6px;
  margin-bottom: 10%;
  color: #fff;
  font-size: 1em;
}

.tickets-subhead {
  background-color: transparent;
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.day-text {
  margin-bottom: 0px;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
}

.cal-link {
  padding-top: 5px;
  padding-right: 3px;
  padding-left: 3px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  color: #fcdb3d;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
  text-decoration: none;
}

.cal-link:hover {
  border-bottom-color: #fff;
  color: #fff;
}

.cal-link.eve {
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  color: #fcdb3d;
}

.cal-link.eve:hover {
  color: #fff;
}

.cal-link.eve.besthighlight {
  color: #f5841f;
}

.cal-link.eve.besthighlight:hover {
  border-bottom-color: #f5841f;
}

.cal-link.mat.besthighlight {
  color: #f5841f;
}

.cal-link.mat.besthighlight:hover {
  border-bottom-color: #f5841f;
}

.best-text {
  margin-bottom: 0px;
  color: #fff;
  font-size: 0.8em;
  letter-spacing: 0.5px;
}

.month-hed {
  width: 100%;
}

.days {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.perf-links-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobilemonth {
  display: inline-block;
  width: 300px;
  margin: 0px 15px;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #f5841f;
  font-size: 1.5em;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.month {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cal-arrow-icon {
  width: 20px;
  height: 22px;
}

.main-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-subtitle-2 {
  margin-top: 0px;
  color: #fff;
  font-size: 2em;
  text-align: center;
  letter-spacing: 1px;
}

.section-subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  color: #fcdb3d;
}

.bold-text-2 {
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #f5841f;
}

.link-5 {
  font-size: 1.2em;
}

.link-5.text-link {
  line-height: 1.5em;
}

.ticketing-content {
  padding-right: 5%;
}

.about-text {
  margin-bottom: 59px;
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  color: #f5841f;
  font-size: 0.8em;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  text-transform: none;
}

.about-text-2 {
  margin-bottom: 22px;
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  color: #fcdb3d;
  font-size: 2.3em;
  line-height: 1.2em;
  letter-spacing: 0em;
  text-transform: none;
}

.about-quote {
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #f5841f;
  font-size: 1.2em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  text-transform: none;
}

.about-quote-attrib {
  margin-top: 6px;
  margin-bottom: 28px;
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  color: #fcdb3d;
  font-size: 0.8em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  text-transform: none;
}

.about-text-3 {
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  text-transform: none;
}

.about-block {
  max-width: 850px;
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 24px;
  line-height: 26px;
}

.floating-logo {
  position: fixed;
  left: 2%;
  top: 11%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 24%;
}

.box-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.about-holder {
  display: block;
  margin-top: 40px;
  margin-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.ticketing-cols {
  margin-right: -5%;
  padding-bottom: 40px;
  border-style: none;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #f5841f;
}

.calendar-section {
  width: 100%;
  padding-top: 44px;
  border-top: 2px solid #f5841f;
}

.social-holder {
  margin-left: -5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link {
  padding: 5px;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.social-link:hover {
  -webkit-filter: contrast(0%) brightness(200%);
  filter: contrast(0%) brightness(200%);
}

.social-image {
  width: 35px;
  height: 35px;
}

.faq-title {
  max-width: 700px;
  margin-bottom: 0px;
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  color: #fcdb3d;
  font-size: 60px;
  line-height: 50px;
}

.bg-gradient {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: linear-gradient(45deg, #000, #3b398c 23%, #006996 45%, #006886 58%, #3b398c 78%, #000);
}

.academy-bg {
  position: static;
  top: 0px;
  background-image: none;
}

.snipe-link {
  display: none;
  margin-bottom: 2%;
  padding: 15px;
  background-color: #f5841f;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  color: #fff;
  font-size: 1.25em;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.snipe-link:hover {
  background-color: #fff;
  color: #000;
}

.amex-text {
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 0.7rem;
  line-height: 1em;
  font-weight: 700;
  text-align: right;
}

.bold-text-3 {
  font-family: 'Helvetica Neue Bold', sans-serif;
  font-weight: 700;
}

.nyt-badge {
  position: absolute;
  left: 25%;
  top: -10px;
  right: 0%;
  bottom: auto;
  display: none;
  width: 120px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.home-new-bg {
  position: fixed;
  left: 5%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.home-new-bg.home-new-img-fixed {
  position: fixed;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.fls-logo-desk-new {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  max-width: none;
  min-width: auto;
  margin-top: -57px;
  margin-right: 20px;
  padding-top: 0px;
  float: left;
}

.fls-column-new {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.fls-column-new.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  min-width: 450px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fls-column-new.right {
  width: 60%;
  padding-top: 1%;
}

.nyt-badge-new {
  width: 80px;
}

.nyt-badge-new-mobile {
  position: absolute;
  left: 25%;
  top: -10px;
  right: 0%;
  bottom: auto;
  display: none;
  width: 120px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.home-mobilr-strip {
  display: none;
}

.splash-hero-tag-holder-new {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.splash-hero-title-new {
  display: none;
  width: 100%;
  max-width: none;
  margin-bottom: 10px;
  font-size: 82px;
  line-height: 72px;
}

.splash-hero-tag-line-new {
  font-size: 13.2px;
  line-height: 16px;
}

.fls-mobile-title {
  display: none;
}

.before-mobile-text {
  display: none;
}

.before-01-mob {
  display: inline-block;
  padding-right: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #f5841f;
  font-size: 13.2px;
  line-height: 10px;
  text-transform: uppercase;
}

.hamilton-mobile-text {
  display: inline-block;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #fcdb3d;
  font-size: 13.2px;
  line-height: 10px;
  font-style: italic;
  text-transform: uppercase;
}

.fls-lock-up-section {
  width: 100%;
}

.fls-lockup-logo {
  display: block;
  width: 90%;
  margin-bottom: 3%;
}

.strip-desktop {
  height: 100%;
  padding-top: 70px;
}

.splash-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.strip-tablet {
  display: none;
}

.nav-banner {
  z-index: 5;
  display: none;
  width: 100%;
  height: 60px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5841f;
}

.countdown-paragraph {
  color: #fafafa;
  font-size: 1.2em;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  /* padding-bottom: 30px; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-image {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: url('../images/FLS_Remix_NewGradient.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-logo {
  width: 50%;
  max-width: 600px;
  margin-bottom: 10px;
}

.hero-tickets-button {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #fcdb3d;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  font-size: 22px;
  text-decoration: none;
}

.hero-tickets-button:hover {
  background-color: #fcdb3d;
  color: #000;
}

.hero-ticket-info {
  margin-bottom: 5px;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #f5841f;
  font-size: 1rem;
  line-height: 1em;
  text-align: center;
}

.footer-column {
  width: 33.3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-column.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fls-column-new-copy {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.fls-column-new-copy.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  min-width: 450px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fls-column-new-copy.right {
  width: 60%;
  padding-top: 1%;
}

.main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.neon-light {
  border-style: solid;
  border-width: 4px 5px 5px;
  border-color: #29ff29;
  border-radius: 10px;
  box-shadow: 0 0 0 2px #38f338, 0 0 10px 2px rgba(41, 255, 41, 0.5), 0 0 13px 3px #03ce03, 0 0 20px 15px rgba(41, 255, 41, 0.5), 0 0 50px 10px rgba(3, 206, 3, 0.2), inset 0 0 10px 2px rgba(41, 255, 41, 0.5), inset 0 0 13px 3px #03ce03, inset 0 0 20px 15px rgba(41, 255, 41, 0.5), inset 0 0 50px 0 rgba(3, 206, 3, 0.2);
}

.neon-light.pivacy-holder {
  width: 90%;
  max-width: 900px;
  padding: 50px;
  background-color: rgba(29, 2, 80, 0.5);
}

.fourohfour_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  margin-top: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fourohfour_title {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #fcdb3d;
  font-size: 6em;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
}

.fourohfour_message {
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #f5841f;
  font-size: 2em;
  line-height: 1em;
  font-weight: 200;
  text-align: center;
}

.fourohfour_link {
  font-size: 1.25em;
  line-height: 1.5em;
  text-align: center;
  text-transform: uppercase;
}

.text-link-2 {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  opacity: 1;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #fff;
  font-size: 1.5em;
  text-decoration: none;
}

.text-link-2:hover {
  border-bottom-color: transparent;
}

.section-four {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tickets-bg-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 100%;
}

.tickets-bg-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
}

.faq-bg-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
}

.confidence-header {
  display: block;
  margin-top: 30px;
  margin-bottom: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #fcdb3d;
  font-size: 1.25rem;
  line-height: 18px;
  text-align: center;
}

.confidence-text {
  display: block;
  max-width: 600px;
  margin-bottom: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Helvetica Neue Extended Bold', sans-serif;
  color: #f5841f;
  font-size: 1rem;
  line-height: 1em;
  text-align: center;
}

.privacy-holder {
  max-width: 800px;
}

@media screen and (max-width: 991px) {
  .navbar {
    margin-bottom: 20px;
  }

  .rpm-logo {
    width: 50px;
  }

  .brand-logo {
    height: 40px;
  }

  .nav-links-holder {
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .body-wrapper {
    margin-bottom: -150px;
  }

  .body-wrapper.home {
    margin-bottom: -200px;
    padding-top: 60px;
  }

  .menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 40px;
    margin-bottom: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color 200ms ease, border 200ms ease;
    transition: color 200ms ease, border 200ms ease;
  }

  .menu-item:hover {
    border-bottom-color: transparent;
    color: #f5841f;
  }

  .footer {
    height: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .footer.home {
    height: 200px;
  }

  .menu-button {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .nav-menu {
    left: 0%;
    right: 0%;
    bottom: auto;
    display: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #000;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }

  .freestyle {
    line-height: 82px;
    text-align: center;
  }

  .content-column {
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .splash-hero-tag-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .splash-hero-tag-line {
    text-align: center;
  }

  .fls-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .splash-columns {
    display: block;
  }

  .icon {
    color: #fff;
    font-size: 2rem;
  }

  .splash-hero-title {
    margin-bottom: 40px;
    text-align: center;
  }

  .love {
    line-height: 82px;
    text-align: center;
  }

  .supreme {
    line-height: 82px;
    text-align: center;
  }

  .splash-hero-credits-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .splash-hero-tag-holder-02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-block {
    width: 100%;
  }

  .signup-holder {
    width: 80%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .colophon {
    display: inline;
  }

  .presale-01 {
    margin-top: 0px;
    line-height: 18px;
  }

  .presale-01.tony {
    font-size: 1.5rem;
  }

  .privacy-link {
    display: inline;
  }

  .amex-icon {
    position: static;
  }

  .fls-logo-desk {
    display: none;
    width: 400px;
    margin-right: 0px;
  }

  .fls-logo-mob {
    display: block;
    width: 400px;
    margin-right: 0px;
    padding-top: 0px;
  }

  .navbar-holder {
    height: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #000;
  }

  .tix-button-nav {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .tix-button-2 {
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .academy-logo {
    position: static;
  }

  .academy-logo.academy {
    max-width: 100%;
  }

  .logo-text.desk.academy {
    font-size: 22px;
  }

  .academy-hero-title {
    display: none;
    margin-bottom: 40px;
    text-align: center;
  }

  .academy-hero-text {
    margin-bottom: 20px;
    font-size: 2em;
    line-height: 1.6em;
  }

  .academy-hero-descrip {
    width: auto;
  }

  .hero-button {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .is {
    text-align: center;
  }

  .cast-main-cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cast-content {
    margin-top: 0px;
    margin-left: 0px;
  }

  .column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .freestyle-home {
    font-size: 80px;
    line-height: 82px;
    text-align: center;
  }

  .love-home {
    font-size: 80px;
    line-height: 82px;
    text-align: center;
  }

  .supreme-home {
    font-size: 80px;
    line-height: 82px;
    text-align: center;
  }

  .freestyle-cast {
    text-align: center;
  }

  .love-cast {
    text-align: center;
  }

  .supreme-cast {
    text-align: center;
  }

  .cast-holder {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .cast-block {
    padding-right: 10px;
  }

  .creative-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .faq-holder {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .page-content {
    background-image: url('../images/fls_black_bg.gif');
    background-size: 150px 150px;
  }

  .section-classes {
    padding-top: 20%;
  }

  .adult-classes-holder {
    margin-right: auto;
    margin-left: auto;
  }

  .highlight-text {
    margin-bottom: 10px;
  }

  .youth-classes-holder {
    margin-right: auto;
    margin-left: auto;
  }

  .section-title {
    margin-bottom: 20px;
  }

  .class-schedule {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .section-corporate {
    background-position: 50% 100%;
    background-size: contain;
  }

  .amex-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .cast-main-cols-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .academy-hero-title-2 {
    display: none;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-push {
    height: 150px;
  }

  .footer-push.home {
    height: 200px;
  }

  .amex-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ticketing-numbers {
    margin-top: -10px;
    line-height: 1em;
  }

  .ticketing-holder {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .ticketing-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }

  .ticketing-title-subhead {
    width: 100%;
    text-align: center;
  }

  .day-box {
    margin: 7px;
    padding-bottom: 15%;
  }

  .grid {
    margin-right: 0px;
    margin-left: 0px;
  }

  .cal-link {
    font-size: 0.8em;
  }

  .page-subtitle-2 {
    margin-top: 0px;
    font-size: 1.5em;
    text-align: center;
  }

  .column-ticketing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ticketing-content {
    margin-left: 0px;
    padding-right: 0%;
  }

  .floating-logo {
    position: relative;
    z-index: 10;
    width: auto;
    max-width: 50%;
  }

  .box-cols {
    display: block;
    width: 100%;
  }

  .about-holder {
    display: block;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .ticketing-cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-holder {
    margin-left: 0px;
    text-align: center;
  }

  .social-link {
    padding: 10px;
  }

  .faq-title {
    margin-bottom: 40px;
    text-align: center;
  }

  .nyt-badge {
    position: static;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .home-new-bg {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 1%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fls-logo-desk-new {
    display: none;
    width: 400px;
    margin-right: 0px;
  }

  .fls-column-new {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .fls-column-new.left {
    width: 100%;
  }

  .fls-column-new.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 5%;
  }

  .nyt-badge-new {
    position: static;
    display: none;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .nyt-badge-new-mobile {
    position: static;
    display: block;
    width: 80px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .home-mobilr-strip {
    display: block;
    width: 100%;
  }

  .splash-hero-tag-holder-new {
    display: none;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .splash-hero-title-new {
    display: none;
    margin-bottom: 40px;
    text-align: center;
  }

  .splash-hero-tag-line-new {
    text-align: center;
  }

  .home-tablet-strip {
    display: block;
    width: 100%;
    height: 320px;
    background-image: url('../images/fls_tablet_new.png');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .home-mobile-strip {
    display: block;
    width: 114%;
    height: 320px;
    min-height: 430px;
    background-image: url('../images/fls_tablet_new.png');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .fls-mobile-title {
    display: block;
    margin-top: 24px;
    margin-bottom: 24px;
    font-family: 'Helvetica Neue Condensed Bold', sans-serif;
    color: #fcdb3d;
    font-size: 5em;
    line-height: 60px;
  }

  .before-mobile-text {
    display: block;
    color: #fcdb3d;
  }

  .before-01-mob {
    padding-right: 5px;
  }

  .hamilton-mobile-text {
    padding-right: 5px;
  }

  .fls-lock-up-section {
    display: none;
  }

  .strip-desktop {
    display: none;
    padding-top: 0px;
  }

  .strip-tablet {
    display: block;
    width: 100%;
  }

  .nav-banner {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .hero-section {
    width: 95%;
  }

  .hero-logo {
    width: 60%;
  }

  .hero-ticket-info {
    display: inline;
  }

  .footer-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-column.left {
    width: 100%;
  }

  .footer-column.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 5%;
  }

  .fls-column-new-copy {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .fls-column-new-copy.left {
    width: 100%;
  }

  .fls-column-new-copy.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 5%;
  }

  .main-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .confidence-header {
    line-height: 18px;
  }

  .confidence-text {
    margin-top: 0px;
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .nav-links-holder {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .body-wrapper {
    margin-right: 5px;
    margin-left: 5px;
  }

  .body-wrapper.home {
    margin-right: 0px;
    margin-left: 0px;
  }

  .body-wrapper.academy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .menu-item {
    margin-bottom: 5px;
    color: #fff;
  }

  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button {
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    clear: left;
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: #000;
    color: #fff;
  }

  .nav-menu {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #000;
    background-image: url('../images/fls_black_bg.gif');
    background-position: 0px 0px;
    background-size: 125px;
  }

  .freestyle {
    padding-right: 10px;
    font-size: 60px;
    line-height: 64px;
  }

  .splash-hero-tag-holder {
    font-size: 98%;
  }

  .icon {
    color: #fff;
  }

  .splash-hero-title {
    margin-bottom: 30px;
    text-align: center;
  }

  .love {
    padding-right: 10px;
    font-size: 60px;
    line-height: 64px;
  }

  .supreme {
    padding-right: 0px;
    font-size: 60px;
    line-height: 64px;
  }

  .hero-headline {
    padding-bottom: 10px;
    font-size: 1.5rem;
  }

  .splash-hero-credits-holder {
    font-size: 98%;
  }

  .splash-hero-tag-holder-02 {
    font-size: 98%;
  }

  .hamilton-button {
    letter-spacing: 0px;
  }

  .signup-holder {
    width: 90%;
  }

  .colophon {
    text-align: center;
  }

  .page-header {
    padding-right: 0%;
    padding-left: 0%;
  }

  .presale-01 {
    margin-top: 0px;
    font-size: 1.15rem;
    line-height: 1em;
  }

  .presale-01.tony {
    font-size: 1.25rem;
  }

  .amex-icon {
    width: 45px;
    height: 45px;
  }

  .navbar-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tix-button-nav {
    width: auto;
  }

  .tix-button-2 {
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 1rem;
  }

  .academy-logo {
    display: none;
  }

  .academy-logo.academy {
    display: none;
  }

  .logo-text.desk.academy {
    display: none;
  }

  .academy-hero-title {
    margin-bottom: 30px;
    font-size: 54px;
    text-align: left;
  }

  .academy-hero-text {
    margin-bottom: 30px;
    text-align: left;
  }

  .academy-hero-descrip {
    text-align: left;
  }

  .yellow-text {
    line-height: 1em;
  }

  .hero-button {
    width: auto;
  }

  .is {
    padding-right: 0px;
    padding-left: 10px;
  }

  .column-9 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .freestyle-home {
    padding-right: 10px;
    font-size: 60px;
    line-height: 64px;
  }

  .love-home {
    padding-right: 10px;
    font-size: 60px;
    line-height: 64px;
  }

  .supreme-home {
    padding-right: 0px;
    font-size: 60px;
    line-height: 64px;
  }

  .freestyle-cast {
    padding-right: 10px;
  }

  .love-cast {
    padding-right: 10px;
  }

  .supreme-cast {
    padding-right: 0px;
  }

  .cast-holder {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .creative-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .faq-holder {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .section-classes {
    padding-right: 0%;
    padding-left: 0%;
  }

  .section-corporate {
    padding-top: 20%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .corporate-text {
    font-size: 16px;
  }

  .amex-holder {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .privacy-question {
    font-size: 24px;
  }

  .privacy-title {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .academy-hero-title-2 {
    margin-bottom: 30px;
    font-size: 54px;
    text-align: left;
  }

  .ticketing-holder {
    width: 95%;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .day-box {
    width: 13%;
    margin-right: 1px;
    margin-bottom: 2px;
    margin-left: 1px;
    padding-right: 2px;
    padding-bottom: 14.5%;
    padding-left: 2px;
  }

  .day {
    width: 13%;
    margin-right: 1px;
    margin-left: 1px;
  }

  .date-2 {
    margin-top: 4px;
    margin-bottom: 5%;
  }

  .meridiem {
    display: none;
  }

  .cal-link {
    font-size: 0.7em;
  }

  .cal-link.mat {
    font-family: 'Helvetica Neue Condensed Bold', sans-serif;
  }

  .days {
    margin-right: 0px;
    margin-left: 0px;
  }

  .mobilemonth {
    width: auto;
    font-size: 1.25em;
  }

  .page-subtitle-2 {
    font-size: 1.25em;
  }

  .column-ticketing {
    padding-right: 0px;
    padding-left: 0px;
  }

  .ticketing-content {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .floating-logo {
    width: auto;
    max-width: 50%;
  }

  .about-holder {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .social-link {
    -webkit-filter: contrast(100%) brightness(100%);
    filter: contrast(100%) brightness(100%);
  }

  .faq-title {
    margin-bottom: 30px;
    font-size: 54px;
    text-align: left;
  }

  .academy-bg {
    left: 0px;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .snipe-link {
    margin-right: -5px;
    margin-left: -5px;
    padding: 10px 5px;
    font-size: 1.15em;
  }

  .amex-text {
    margin-top: 4px;
  }

  .fls-column-new.left {
    min-width: 0px;
  }

  .fls-column-new.right {
    padding-top: 2%;
    padding-right: 5px;
    padding-left: 5px;
  }

  .splash-hero-tag-holder-new {
    margin-bottom: 20px;
    font-size: 98%;
  }

  .splash-hero-title-new {
    margin-bottom: 30px;
    text-align: center;
  }

  .fls-mobile-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 3em;
    line-height: 1em;
  }

  .before-mobile-text {
    font-size: 16px;
    text-align: center;
  }

  .before-01-mob {
    padding-right: 2px;
    font-size: 11px;
  }

  .hamilton-mobile-text {
    padding-right: 2px;
    font-size: 11px;
  }

  .nav-banner {
    position: relative;
    height: 40px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .countdown-paragraph {
    font-size: 0.85em;
    line-height: 25px;
  }

  .hero-section {
    width: 100%;
  }

  .hero-logo {
    width: 80%;
  }

  .footer-column {
    width: 100%;
    text-align: center;
  }

  .footer-column.left {
    min-width: 0px;
  }

  .footer-column.right {
    padding-top: 2%;
    padding-right: 5px;
    padding-left: 5px;
  }

  .fls-column-new-copy.left {
    min-width: 0px;
  }

  .fls-column-new-copy.right {
    padding-top: 2%;
    padding-right: 5px;
    padding-left: 5px;
  }

  .main-container {
    width: 100%;
  }

  .neon-light.pivacy-holder {
    padding: 10px;
  }

  .fourohfour_container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .fourohfour_title {
    font-size: 5em;
  }

  .fourohfour_message {
    font-size: 1.5rem;
  }

  .text-link-2 {
    font-size: 1.25rem;
  }

  .section-four {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .confidence-header {
    font-size: 1.15rem;
    line-height: 1em;
  }

  .confidence-text {
    margin-top: 0px;
    font-size: 1.15rem;
    line-height: 1em;
  }
}

@media screen and (max-width: 479px) {
  .body-wrapper.home {
    padding-right: 0%;
    padding-left: 0%;
  }

  .menu-item {
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    font-size: 0.9rem;
  }

  .footer {
    padding-right: 2%;
    padding-left: 2%;
  }

  .menu-button {
    padding-right: 5px;
    padding-left: 5px;
  }

  .nav-menu {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .freestyle {
    padding-right: 0px;
    font-size: 72px;
    line-height: 60px;
  }

  .intheheights {
    padding-left: 4px;
  }

  .content-column {
    padding-left: 10px;
  }

  .splash-hero-tag-line {
    font-size: 0.8rem;
  }

  .before-02 {
    padding-right: 0px;
  }

  .before-01 {
    padding-right: 5px;
  }

  .therewasthe {
    font-size: 0.7rem;
  }

  .fls-column {
    margin-bottom: 20px;
  }

  .love {
    font-size: 72px;
    line-height: 60px;
  }

  .supreme {
    font-size: 72px;
    line-height: 55px;
  }

  .hero-headline {
    font-size: 1.25rem;
  }

  .conceived {
    font-size: 12px;
    line-height: 16px;
  }

  .thomas {
    font-size: 20px;
    line-height: 24px;
  }

  .linmanuel {
    font-size: 20px;
    line-height: 24px;
  }

  .anthony {
    font-size: 20px;
    line-height: 24px;
  }

  .splash-hero-tag-holder-02 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-field {
    font-size: 0.8em;
  }

  .hamilton-button {
    font-size: 0.8em;
  }

  .signup-holder {
    width: 100%;
    height: 100%;
  }

  .colophon {
    text-align: center;
  }

  .presale-01 {
    margin-top: 10px;
  }

  .fls-logo-desk {
    width: auto;
    max-width: 300px;
    margin-right: 0px;
  }

  .fls-logo-mob {
    width: auto;
    max-width: 300px;
    margin-right: 0px;
  }

  .navbar-holder {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tix-button-nav {
    margin-right: 10px;
  }

  .tix-button-2 {
    line-height: 22px;
  }

  .academy-logo {
    max-width: 90%;
  }

  .academy-hero-title {
    margin-bottom: 0px;
    font-size: 27px;
    line-height: 30px;
  }

  .academy-hero-text {
    margin-bottom: 0px;
    font-size: 1.4em;
    line-height: 1.2em;
  }

  .academy-hero-descrip {
    font-size: 1.4em;
  }

  .academy-hero-descrip.yellow {
    font-size: 1.4em;
  }

  .yellow-text {
    line-height: 1em;
  }

  .hero-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1.3em;
  }

  .is {
    padding-left: 0px;
  }

  .cast-main-cols {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-9 {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .freestyle-home {
    padding-right: 0px;
    font-size: 72px;
    line-height: 60px;
  }

  .love-home {
    font-size: 72px;
    line-height: 60px;
  }

  .supreme-home {
    font-size: 72px;
    line-height: 55px;
  }

  .freestyle-cast {
    padding-right: 6px;
  }

  .love-cast {
    padding-right: 6px;
    font-size: 1em;
    line-height: 60px;
  }

  .supreme-cast {
    padding-right: 6px;
    font-size: 1em;
    line-height: 55px;
  }

  .cast-holder {
    margin-top: 20px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .cast-block {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .cast-role {
    font-size: 1em;
  }

  .cast-title {
    margin-top: 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .creative-holder {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .creative-block {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .creative-role {
    font-size: 1em;
  }

  .faq-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .faq-accordion {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .cast-anounce {
    margin-top: 0px;
    font-size: 12px;
    line-height: 16px;
  }

  .adult-classes-holder {
    padding: 10px;
  }

  .academy-title {
    font-size: 1em;
  }

  .youth-classes-holder {
    padding: 10px;
  }

  .section-title {
    font-size: 1.4em;
  }

  .section-corporate {
    padding-bottom: 100px;
  }

  .corporate-text {
    line-height: 16px;
  }

  .return-link {
    margin-top: 20px;
    font-size: 11px;
  }

  .privacy-answer {
    font-size: 20px;
    line-height: 1.25em;
  }

  .privacy-question {
    margin-bottom: 5px;
    line-height: 1.25em;
  }

  .privacy-title {
    margin-top: 0px;
    line-height: 1em;
  }

  .cast-main-cols-2 {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .academy-hero-title-2 {
    margin-bottom: 0px;
    font-size: 27px;
    line-height: 30px;
  }

  .ticketing-numbers {
    margin-top: 0px;
  }

  .ticketing-holder {
    margin-top: 20px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .ticketing-block {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    font-size: 16px;
    line-height: 18px;
  }

  .ticketing-header {
    font-size: 1.3em;
    line-height: 29px;
  }

  .ticketing-number-holder {
    width: 69px;
    font-size: 13px;
  }

  .ticketing-text {
    font-size: 1em;
  }

  .ticketing-text-2 {
    font-size: 1em;
  }

  .calendar-bg {
    margin-right: -7px;
    margin-left: -7px;
  }

  .day-box {
    position: relative;
    width: 13.5%;
    margin-right: 1px;
    margin-left: 1px;
    padding-bottom: 24%;
    border-width: 1px;
  }

  .day {
    width: 13.5%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
  }

  .date-2 {
    margin-top: 0px;
    margin-bottom: 10%;
    font-size: 0.7em;
    line-height: 1.5em;
  }

  .tickets-subhead {
    font-family: 'Helvetica Neue Condensed Bold', sans-serif;
    text-transform: uppercase;
  }

  /* .cal-link {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-size: 0.7em;
    line-height: 1.75em;
  } */

  .cal-link.eve {
    bottom: 5px;
  }

  .cal-link.mat {
    bottom: 25px;
  }

  .month-hed {
    width: 100%;
    max-width: 400px;
  }

  .days {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .mobilemonth {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 1em;
    letter-spacing: 0.5px;
  }

  .page-subtitle-2 {
    margin-bottom: 0px;
  }

  .section-subtitle {
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
  }

  .column-ticketing {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .ticketing-content {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .about-text {
    font-size: 1em;
  }

  .about-text-2 {
    font-size: 1em;
  }

  .about-quote {
    font-size: 1em;
  }

  .about-quote-attrib {
    font-size: 1em;
  }

  .about-text-3 {
    font-size: 1em;
  }

  .about-block {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .floating-logo {
    position: relative;
    z-index: 10;
    max-width: 90%;
  }

  .about-holder {
    margin-top: 20px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .ticketing-cols {
    display: block;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .faq-title {
    margin-bottom: 0px;
    font-size: 27px;
    line-height: 30px;
  }

  .snipe-link {
    margin-right: -11px;
    margin-left: -11px;
    padding-right: 6px;
    padding-left: 6px;
    font-size: 1em;
  }

  .fls-logo-desk-new {
    width: auto;
    max-width: 300px;
    margin-right: 0px;
  }

  .fls-column-new {
    margin-bottom: 20px;
  }

  .fls-column-new.left {
    margin-bottom: 5px;
  }

  .fls-column-new.right {
    margin-bottom: 0px;
    padding-top: 0%;
  }

  .nyt-badge-new-mobile {
    width: 60px;
  }

  .home-mobile-strip {
    width: 133%;
    height: auto;
    min-height: 320px;
    background-image: url('../images/fls_home_new_bg_mobile.png');
    background-size: auto;
    background-repeat: no-repeat;
  }

  .fls-mobile-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 2em;
  }

  .before-mobile-text {
    text-align: center;
  }

  .before-01-mob {
    padding-right: 2px;
    font-size: 8px;
    line-height: 1em;
  }

  .hamilton-mobile-text {
    padding-right: 2px;
    font-size: 8px;
    line-height: 1em;
  }

  .nav-banner {
    padding-top: 0px;
  }

  .countdown-paragraph {
    font-size: 0.5em;
    line-height: 20px;
  }

  .hero-logo {
    width: 90%;
  }

  .hero-ticket-info {
    font-size: 0.9rem;
    text-align: center;
  }

  .footer-column.left {
    margin-bottom: 5px;
  }

  .footer-column.right {
    margin-bottom: 0px;
    padding-top: 0%;
  }

  .fls-column-new-copy {
    margin-bottom: 20px;
  }

  .fls-column-new-copy.left {
    margin-bottom: 5px;
  }

  .fls-column-new-copy.right {
    margin-bottom: 0px;
    padding-top: 0%;
  }

  .fourohfour_title {
    font-size: 4em;
  }

  .fourohfour_message {
    font-size: 1rem;
  }

  .text-link-2 {
    font-size: 1rem;
  }

  .confidence-header {
    margin-bottom: 5px;
  }

  .confidence-text {
    font-size: 1rem;
  }
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/8f4a1705-214a-4dd0-80b8-72252c37e688.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica Neue Extended Bold';
  src: url('../fonts/32502e84-a824-43c8-9792-9aa597884d9f.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica Neue Bold';
  src: url('../fonts/f07c25ed-2d61-4e44-99ab-a0bc3ec67662.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica Neue Condensed Bold';
  src: url('../fonts/c0f9c753-4ac5-481a-ab98-9608b0d315e0.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica Neue Condensed Bold Italic';
  src: url('../fonts/a27241c4-9997-4c93-9c52-b294cc5849de.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}