@font-face {
  font-family: "Shapiro";
  src: url("fonts/Shapiro-95SuperWide.woff2") format("woff2"), url("fonts/Shapiro-95SuperWide.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Shapiro";
  src: url("fonts/Shapiro-75HeavyWide.woff2") format("woff2"), url("fonts/Shapiro-75HeavyWide.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Shapiro";
  src: url("fonts/Shapiro-45WelterWide.woff2") format("woff2"), url("fonts/Shapiro-45WelterWide.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* EXTENDED */
@font-face {
  font-family: "Shapiro Extended";
  src: url("fonts/Shapiro-75HeavyExtd.woff2") format("woff2"), url("fonts/Shapiro-75HeavyExtd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/* TEXT */
@font-face {
  font-family: "Shapiro Text";
  src: url("fonts/Shapiro-75HeavyText.woff2") format("woff2"), url("fonts/Shapiro-75HeavyText.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Shapiro Text";
  src: url("fonts/Shapiro-65LightHeavyText.woff2") format("woff2"), url("fonts/Shapiro-65LightHeavyText.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Shapiro Text";
  src: url("fonts/Shapiro-25SuperFlyText.woff2") format("woff2"), url("fonts/Shapiro-25SuperFlyText.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
/*      VARIABLES       */
/*           MIXINS          */
/*      ANIMATIONS       */
/*      STATES              */
/*      GENERAL STYLING     */
html {
  background-color: #000;
  margin: 0;
  padding: 0;
}

body {
  background-color: #000;
}

* {
  -webkit-font-smoothing: antialiased;
}
* ::selection {
  background: #B13539;
  /* WebKit/Blink Browsers */
}
* ::-moz-selection {
  background: #B13539;
  /* Gecko Browsers */
}

body {
  font-family: "Shapiro";
  font-weight: 400;
}

.container {
  max-width: 1240px;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  margin: 0 auto;
}
.container.container-lg {
  max-width: 1120px;
}
.container.container-md {
  max-width: 1060px;
}
.container.container-sm {
  max-width: 900px;
}

section {
  overflow: hidden;
  position: relative;
  padding: 138px 0;
  color: #fff;
}
section.first {
  padding-top: 0;
}
section h1 {
  font-family: "Shapiro Extended";
  font-weight: 700;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
section h2 {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: "Shapiro Extended";
  font-weight: 700;
  margin-bottom: 30px;
}
section p {
  font-weight: 600;
  font-family: "Shapiro Text";
  font-size: 14px;
  line-height: 21px;
}
section .content-block {
  text-align: center;
  margin-bottom: 65px;
}

.btn {
  position: relative;
  display: inline-block;
  border-radius: 500px;
  height: 40px;
  line-height: 40px;
  padding: 0 36px;
  text-align: center;
}
.btn strong {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn span {
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 500px;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn .svg {
  top: -1px;
  position: relative;
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  line-height: 1;
}
.btn .svg path {
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn:hover.white.btn-outline span {
  background-color: #fff;
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  -ms-transform: scale(1.07);
}
.btn:hover.white.btn-outline strong {
  color: #000;
}
.btn:hover.white.btn-outline .svg path {
  stroke: #000;
}
.btn:hover.white.btn-fill span {
  background-color: #bfbfbf;
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  -ms-transform: scale(1.07);
}
.btn:hover.black.btn-outline span {
  background-color: #000;
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  -ms-transform: scale(1.07);
}
.btn:hover.black.btn-outline strong {
  color: #fff;
}
.btn:hover.black.btn-outline .svg path {
  stroke: #fff;
}
.btn:hover.black.btn-fill span {
  background-color: #424242;
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  -ms-transform: scale(1.07);
}
.btn.white {
  color: #fff;
}
.btn.white.btn-fill {
  color: #000;
}
.btn.white.btn-fill span {
  background-color: #fff;
}
.btn.white.btn-fill .svg path {
  stroke: #000;
}
.btn.white.btn-outline span {
  border: 2px solid #FFFFFF;
}
.btn.white.btn-outline .svg path {
  stroke: #fff;
}
.btn.black {
  color: #000;
}
.btn.black.btn-fill {
  color: #fff;
}
.btn.black.btn-fill span {
  background-color: #000;
}
.btn.black.btn-fill .svg path {
  stroke: #fff;
}
.btn.black.btn-outline span {
  border: 2px solid #000;
}
.btn.black.btn-outline .svg path {
  stroke: #fff;
}

.st-card {
  position: relative;
  border-radius: 6px;
  top: 0;
  -moz-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.st-card.merch {
  margin-bottom: 20px;
}
.st-card.merch:hover .arrow {
  right: 15px;
}
.st-card.merch .bg {
  height: 280px;
}
.st-card.merch .bg.image-only {
  border-radius: 6px;
}
.st-card.merch .banner {
  opacity: 1;
  top: 220px !important;
}
.st-card.merch .banner .fill {
  max-width: 160px;
}
.st-card.merch .arrow {
  bottom: 15px;
  right: 30px;
}
.st-card.merch .arrow .svg {
  height: 25px;
  width: 25px;
}
.st-card.merch .bottom {
  text-align: left;
  height: 145px;
  padding: 24px 30px;
}
.st-card.merch .product-name {
  font-family: "Shapiro Text";
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 5px;
}
.st-card:hover {
  top: -25px;
}
.st-card:hover .arrow {
  right: 25px;
}
.st-card:hover .pattern {
  bottom: -1px;
  opacity: 1;
}
.st-card:hover .banner {
  top: 175px;
  opacity: 1;
}
.st-card:hover .banner .fill {
  max-width: 160px;
}
.st-card .bg {
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 240px;
  background: #AAAAAA;
}
.st-card .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.st-card .banner {
  opacity: 0;
  position: absolute;
  top: 200px;
  left: -9px;
  height: 40px;
  line-height: 40px;
  -moz-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.st-card .banner .fill {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 25px;
  width: 100%;
  height: 100%;
  background: #141414;
  -moz-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.st-card .banner:before {
  display: inline-block;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -9px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 9px solid #232323;
  z-index: 0;
}
.st-card .banner span {
  position: relative;
  padding: 0 20px 0 17px;
  font-family: "Shapiro Extended";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 9px;
  letter-spacing: 0.1em;
  color: #fff;
  display: inline-block;
}
.st-card .bottom {
  height: 195px;
  padding: 30px;
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  color: #000;
}
.st-card .pattern {
  text-align: center;
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  -moz-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.st-card .arrow {
  position: absolute;
  bottom: 25px;
  right: 50px;
  -moz-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.st-card .title {
  font-family: "Shapiro Extended";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 5px;
}
.st-card a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.st-card p {
  font-size: 14px;
  line-height: 21px;
}

.content-card {
  margin: 0 13px;
  background-color: rgba(255, 255, 255, 0.05);
  height: 323px;
  width: 260px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  border-radius: 6px;
  top: 0;
  white-space: normal;
  -moz-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.content-card.career {
  margin: 0 0px 20px;
  width: 100%;
  height: 400px;
}
.content-card:hover {
  top: -25px;
  background-color: white;
}
.content-card:hover .arrow {
  right: 25px;
  background-image: url("../images/icons/icon-arrow-circle-right.svg");
}
.content-card:hover .pattern {
  bottom: -7px;
  opacity: 1;
}
.content-card:hover .content {
  color: #000;
}
.content-card .content {
  padding: 38px;
  color: #fff;
  -moz-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.content-card .content .job-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.content-card .content .location-date {
  font-weight: 600;
  font-family: "Shapiro Text";
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 13px;
}
.content-card .content .desc {
  font-weight: 600;
  font-family: "Shapiro Text";
  font-size: 14px;
  line-height: 21px;
}
.content-card .content .date {
  font-weight: 600;
  font-family: "Shapiro Text";
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
}
.content-card .content .title {
  font-family: "Shapiro Text";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
}
.content-card .bottom {
  position: absolute;
  padding: 30px;
  bottom: 0;
  width: 100%;
}
.content-card .pattern {
  text-align: center;
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  -moz-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  overflow: hidden;
}
.content-card .pattern svg {
  width: 100%;
}
.content-card .arrow {
  display: inline-block;
  position: absolute;
  bottom: 40px;
  right: 50px;
  -moz-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-image: url("../images/icons/icon-arrow-circle-outline.svg");
  width: 26px;
  height: 26px;
  background-size: 26px 26px;
}
.content-card a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.white-box {
  background: #FFFFFF;
  border-radius: 6px;
  padding: 50px;
  color: #000;
  position: relative;
}
.white-box *::-webkit-scrollbar-track {
  border-radius: 6;
  background-color: #fafafa;
}
.white-box *::-webkit-scrollbar {
  width: 12px;
  background-color: transparent;
}
.white-box *::-webkit-scrollbar-thumb {
  border-radius: 500px;
  background: #E4E4E4;
}
.white-box .close-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 2;
}
.white-box .title .svg {
  display: inline-block;
  vertical-align: middle;
}
.white-box .title span {
  margin-left: 18px;
  display: inline-block;
  vertical-align: middle;
  font-family: "Shapiro Extended";
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.white-box .inner {
  margin-top: 30px;
  padding-right: 15px;
}
.white-box .inner ul li,
.white-box .inner ol li {
  font-family: "Shapiro Text";
  font-weight: 200;
  font-size: 14px;
  line-height: 21px;
}
.white-box .inner p {
  font-family: "Shapiro Text";
  font-weight: 200;
  font-size: 14px;
  line-height: 21px;
}
.white-box .inner p strong {
  font-weight: 600;
}
.white-box .inner .content {
  padding: 25px 30px;
  background: #FAFAFA;
  border-radius: 6px;
}
.white-box.seats-view {
  padding: 10px;
  max-height: 472px;
}
.white-box.seats-view .close-btn {
  top: 20px;
  right: 17px;
}
.white-box.seats-view .row {
  height: 100%;
}
.white-box.seats-view iframe {
  height: 100%;
  width: 100%;
}
.white-box.seats-view .seat-view-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
.white-box.seats-view .center {
  padding: 0 20px;
}
.white-box.seats-view .center .location {
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.white-box.seats-view .center .price {
  height: 32px;
  line-height: 32px;
  border-radius: 500px;
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 8px 0 20px;
}
.white-box.seats-view .center p {
  font-family: "Shapiro Text";
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}
.white-box.seats-view .center .btn-holder {
  margin-top: 15px;
}
.white-box.seats-view .center .seat-location div {
  margin-bottom: 3px;
}
.white-box.seats-view .center .seat-location div span {
  vertical-align: middle;
  display: inline-block;
  width: 102px;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.white-box.seats-view .center .seat-location div strong {
  font-family: "Shapiro Text";
  vertical-align: middle;
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.04em;
  text-transform: capitalize;
}

.accordion {
  margin-bottom: 50px;
  width: 100%;
}
.accordion h3 {
  position: relative;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
.accordion h3:hover:after {
  opacity: 1;
}
.accordion h3.ui-accordion-header-active {
  margin-bottom: 0;
}
.accordion h3.ui-accordion-header-active:after {
  display: none;
}
.accordion h3.ui-accordion-header-active .svg {
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
}
.accordion h3:after {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: " ";
  height: 1px;
  background: #FFFFFF;
  opacity: 0.15;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.accordion h3 .svg {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  top: 5px;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.accordion h3 .svg path {
  stroke: #fff;
}
.accordion div {
  margin-bottom: 15px;
  padding-bottom: 5px;
  position: relative;
}
.accordion div:after {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: " ";
  height: 1px;
  background: #FFFFFF;
  opacity: 1;
}
.accordion div p {
  font-weight: 200;
  font-family: "Shapiro Text";
  font-size: 16px;
  line-height: 24px;
}

.bounce-arrow {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  text-align: center;
  animation-name: bounce-2;
  animation-timing-function: ease;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
}
.bounce-arrow .svg {
  width: 22px;
  height: 13.68px;
}
.bounce-arrow .svg path {
  stroke: #fff;
}

.center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

a {
  text-decoration: none;
  color: inherit;
}

.fancybox-skin {
  background: none !important;
  box-shadow: none !important;
}

.page {
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}
.page > .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.page > .bg .overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.page > .bg .overlay-bottom {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 187px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.page > .bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.page header {
  position: relative;
  padding: 130px 0 58px;
  color: #fff;
  text-align: center;
}
.page header.has-bg {
  height: 500px;
  padding: 0;
}
.page header.has-bg .bounce-arrow {
  display: block;
}
.page header.has-bg .overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.page header.has-bg img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page header h1 {
  font-size: 34px;
  line-height: 37px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: "Shapiro Extended";
  font-weight: 700;
  margin: 0;
}
.page header p {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-family: "Shapiro Extended";
  font-weight: 700;
  margin: 20px 0 0;
}
.page .sub-nav {
  text-align: center;
  font-size: 0;
}
.page .sub-nav a {
  position: relative;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-family: "Shapiro Extended";
  font-weight: 700;
  display: inline-block;
  width: 280px;
  padding-bottom: 13px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
}
.page .sub-nav a:hover:after, .page .sub-nav a.active:after {
  height: 2px;
  opacity: 1;
}
.page .sub-nav a:after {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: " ";
  height: 1px;
  background: #FFFFFF;
  opacity: 0.2;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.page .secondary-sub-nav {
  text-align: center;
  font-size: 0;
  position: relative;
  margin: 0 60px;
}
.page .secondary-sub-nav:after {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: " ";
  height: 1px;
  background: #FFFFFF;
  opacity: 0.2;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.page .secondary-sub-nav a {
  position: relative;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-family: "Shapiro Extended";
  font-weight: 700;
  display: inline-block;
  padding-bottom: 13px;
  color: #fff;
  text-decoration: none;
  opacity: 0.3;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin: 0 20px;
}
.page .secondary-sub-nav a:hover, .page .secondary-sub-nav a.active {
  opacity: 1;
}
.page .secondary-sub-nav a:hover:after, .page .secondary-sub-nav a.active:after {
  height: 2px;
  opacity: 1;
}
.page .secondary-sub-nav a:after {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: " ";
  height: 1px;
  background: #FFFFFF;
  opacity: 0.2;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.page .secondary-subsection {
  display: none;
  padding-top: 30px;
}
.page .secondary-subsection.active {
  display: block;
}
.page .subsection {
  display: none;
  padding-top: 30px;
}
.page .subsection .sub-title {
  padding: 0 60px;
  font-size: 30px;
  line-height: 33px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: "Shapiro Extended";
  font-weight: 700;
  margin-bottom: 28px;
}
.page .subsection .sub-title + .content-blocks {
  margin-top: -20px;
}
.page .subsection.active {
  display: block;
}
.page .content-blocks.two-column.alternating .row:nth-child(even) {
  flex-direction: row-reverse;
}
.page .content-blocks .block {
  padding: 30px 60px;
}
.page .content-blocks .block img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.page .content-blocks .block img .rounded {
  border-radius: 6px;
}
.page .content-blocks .block h2 {
  font-size: 30px;
  line-height: 33px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: "Shapiro Extended";
  font-weight: 700;
  margin-bottom: 28px;
}
.page .content-blocks .block h3 {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: "Shapiro Extended";
  font-weight: 700;
  margin-bottom: 18px;
}
.page .content-blocks .block ul li {
  font-weight: 200;
  font-family: "Shapiro Text";
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.page .content-blocks .block p {
  font-weight: 200;
  font-family: "Shapiro Text";
  font-size: 16px;
  line-height: 24px;
}
.page .content-blocks .block p strong {
  font-weight: 600;
}
.page .content-blocks .block p.sources {
  font-size: 14px;
}
.page .content-blocks .block p.sources a {
  text-decoration: underline;
}

.article .featured-image {
  max-width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.article .date {
  margin-bottom: 10px;
  font-weight: 600;
  font-family: "Shapiro Text";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.article p {
  font-weight: 400;
}

/*      NAV     */
.navbar {
  -webkit-backface-visibility: hidden;
  padding: 0;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.navbar .container {
  display: block;
}

#topnav {
  background: #000;
  height: 80px;
  line-height: 80px;
  position: relative;
  width: 100%;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#topnav .float-right,
#topnav .float-left {
  height: 100%;
}
#topnav .logo {
  margin-left: 12px;
  vertical-align: top;
  display: inline-block;
}
#topnav .float-right {
  overflow: hidden;
  font-size: 0;
}
#topnav .float-right > div {
  vertical-align: middle;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  text-align: right;
  letter-spacing: 0.04em;
  opacity: 0.5;
}
#topnav .float-right > div strong {
  display: block;
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
}
#topnav .float-right > div span {
  margin-top: 4px;
  display: block;
  font-weight: 400;
  font-size: 9px;
  line-height: 14px;
}
#topnav .float-right a.top-link {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  margin: 0 44px;
}
#topnav .float-right > span {
  display: inline-block;
  height: 17px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.21);
  position: relative;
  top: 4px;
}
#topnav .float-right a.reserve-btn {
  position: relative;
  background-color: rgba(40, 40, 40, 0.8);
  text-align: center;
  display: inline-block;
  width: 220px;
  margin-left: 32px;
  text-decoration: none;
  -moz-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -webkit-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}
#topnav .float-right a.reserve-btn:hover {
  background-color: #fff;
}
#topnav .float-right a.reserve-btn:hover span {
  color: #000;
  left: 0;
}
#topnav .float-right a.reserve-btn:hover .svg {
  opacity: 1;
}
#topnav .float-right a.reserve-btn span {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  left: 10px;
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#topnav .float-right a.reserve-btn .svg {
  top: -4px;
  opacity: 0;
  margin-left: 8px;
  position: relative;
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#topnav .float-right a.menu-btn {
  vertical-align: top;
  background-color: #000;
  display: inline-block;
  width: 80px;
  height: 80px;
  -moz-transition: background-color 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background-color 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: background-color 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#topnav .float-right a.menu-btn .svg {
  height: 80px;
}
#topnav .float-right a.menu-btn .svg rect {
  -moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#topnav .float-right a.menu-btn:hover {
  background-color: #1A1A1A;
}
#topnav .float-right a.menu-btn:hover .svg rect {
  width: 27px;
  x: 26.5;
}

.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}

#sidenav {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  height: calc(var(--vh, 1vh) * 100);
  width: 380px;
  z-index: 1030;
  -moz-transform: translateX(380px);
  -o-transform: translateX(380px);
  -webkit-transform: translateX(380px);
  transform: translateX(380px);
  -ms-transform: translateX(380px);
  -moz-transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#sidenav .socials {
  margin-top: 50px;
}
#sidenav .socials a {
  height: 28px;
  line-height: 28px;
}
#sidenav .socials a + a {
  margin-left: 10px;
}
#sidenav .socials a .svg {
  height: 27px;
  width: 27px;
  opacity: 0.3;
}
#sidenav .socials a .svg path {
  fill: #000;
}
#sidenav .inner {
  padding: 25px 35px;
  background-color: #fff;
  max-height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;
}
#sidenav .inner::-webkit-scrollbar-track {
  border-radius: 6;
  background-color: #fafafa;
}
#sidenav .inner::-webkit-scrollbar {
  width: 12px;
  background-color: transparent;
}
#sidenav .inner::-webkit-scrollbar-thumb {
  border-radius: 500px;
  background: #E4E4E4;
}
#sidenav .inner-beige {
  padding: 0 35px;
  background: #F9F9F9;
  overflow: hidden;
}
#sidenav .inner-beige .navbar-nav li a {
  font-size: 12px;
  line-height: 18px;
  opacity: 0.5;
}
#sidenav.open {
  -moz-transition: transform 0.9s cubic-bezier(0.47, 1.64, 0.41, 0.8);
  -o-transition: transform 0.9s cubic-bezier(0.47, 1.64, 0.41, 0.8);
  -webkit-transition: transform 0.9s cubic-bezier(0.47, 1.64, 0.41, 0.8);
  transition: transform 0.9s cubic-bezier(0.47, 1.64, 0.41, 0.8);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -ms-transform: translateX(0px);
}
#sidenav .close-btn {
  background-color: transparent;
  top: 0;
  right: 0;
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  -moz-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}
#sidenav .close-btn:hover {
  background-color: rgba(241, 241, 241, 0.8);
}
#sidenav .navbar-nav {
  margin-top: 50px;
}
#sidenav .navbar-nav ul {
  display: none;
  list-style: none;
  padding-left: 20px;
  overflow: hidden;
}
#sidenav .navbar-nav li.open a .svg {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
#sidenav .navbar-nav li a {
  padding-left: 0;
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 19px;
  margin-bottom: 25px;
  text-decoration: none;
  -moz-transition: padding-left 0.2s linear;
  -o-transition: padding-left 0.2s linear;
  -webkit-transition: padding-left 0.2s linear;
  transition: padding-left 0.2s linear;
}
#sidenav .navbar-nav li a .svg {
  top: 3px;
  vertical-align: middle;
  position: relative;
  float: right;
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -ms-transform: rotate(0);
  -moz-transition: transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  -webkit-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
}
#sidenav .navbar-nav li a:hover {
  padding-left: 10px;
}
#sidenav .navbar-nav li a:hover .svg {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
#sidenav .navbar-nav li a:hover:after {
  opacity: 1;
}
#sidenav .navbar-nav li a:after {
  left: 0;
  opacity: 0.1;
  bottom: 0;
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #000;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.navbar.fixed-left {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}

#leftnav {
  position: relative;
  height: calc(var(--vh, 1vh) * 100);
  width: 80px;
  background-color: #000;
}
#leftnav .float-bottom {
  text-align: center;
  bottom: 15px;
  position: absolute;
  width: 100%;
}
#leftnav .links {
  transform: rotate(-90deg);
  position: absolute;
  white-space: nowrap;
  left: -52px;
  bottom: 390px;
}
#leftnav .links ul {
  list-style: none;
  padding: 0;
}
#leftnav .links ul li {
  display: inline-block;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  color: #fff;
  letter-spacing: 0.12em;
}
#leftnav .links ul li + li:before {
  opacity: 0.5;
  display: inline-block;
  content: "//";
  position: relative;
  margin: 0 9px 0 7px;
  pointer-events: none;
}
#leftnav .links a {
  color: inherit;
  opacity: 0.5;
  display: inline-block;
  text-decoration: none;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#leftnav .links a:hover {
  opacity: 1;
}
#leftnav .socials {
  text-align: center;
}
#leftnav .socials a {
  height: 28px;
  line-height: 28px;
  display: block;
  margin: 0 auto;
}
#leftnav .socials a img {
  opacity: 0.5;
  height: 23px;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#leftnav .socials a:hover img {
  opacity: 1;
  height: 28px;
}
#leftnav .back-to-top {
  position: relative;
  display: block;
  text-align: center;
  height: 170px;
}
#leftnav .back-to-top:hover img {
  height: 30px;
}
#leftnav .back-to-top:hover span {
  bottom: 75px;
  opacity: 1;
}
#leftnav .back-to-top span {
  white-space: nowrap;
  position: absolute;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  color: #fff;
  letter-spacing: 0.02em;
  bottom: 30px;
  transform: rotate(-90deg);
  left: -4px;
  opacity: 0;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#leftnav .back-to-top img {
  margin: 0 auto;
  display: inline-block;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 25px;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}

/* FOOTER */
.fixed-bottom .btn-holder {
  text-align: center;
  background-color: #000;
  padding: 20px;
}
.fixed-bottom .btn-holder a + a {
  margin-left: 20px;
}

footer {
  text-align: center;
  padding: 90px 0;
}
footer .socials {
  margin: 25px auto;
}
footer .socials a img {
  height: 20px;
}
footer .socials a + a {
  margin-left: 2px;
}
footer ul {
  margin: 0 auto 28px;
  list-style: none;
  padding: 0;
}
footer ul li {
  font-family: "Shapiro Text";
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  color: #fff;
  letter-spacing: 0.12em;
}
footer ul li + li:before {
  top: 2px;
  opacity: 0.5;
  display: inline-block;
  content: "//";
  position: relative;
  margin: 0 7px 0 5px;
  pointer-events: none;
}
footer a {
  font-size: 10px;
  color: #fff;
  opacity: 0.5;
  display: inline-block;
  text-decoration: none;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
footer a:hover {
  opacity: 1;
  color: inherit;
  text-decoration: none;
}
footer p {
  font-family: "Shapiro Text";
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  opacity: 0.4;
}

/* MODALS */
.modal .row.centered {
  justify-content: center;
}
.modal .white-box {
  height: 80vh;
  max-height: 550px;
  overflow: hidden;
}
.modal .white-box .inner {
  max-height: calc(100% - 60px);
  overflow-y: auto;
}

.white-box.contact {
  height: auto;
}
.white-box.contact .inner div {
  margin-bottom: 10px;
}
.white-box.contact .inner div strong,
.white-box.contact .inner div a {
  vertical-align: middle;
  display: inline-block;
  font-weight: 700;
  font-family: "Shapiro Text";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 21px;
  color: #000;
  text-decoration: none;
  position: relative;
  top: -3px;
}
.white-box.contact .inner .circle {
  height: 30px;
  line-height: 30px;
  width: 30px;
  border-radius: 500px;
  text-align: middle;
  background: #DFDFDF;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  text-align: center;
}
.white-box.contact .inner .socials {
  text-align: left;
  margin-top: 40px;
}
.white-box.contact .inner .socials span {
  vertical-align: center;
  display: inline-block;
  font-weight: 700;
  font-family: "Shapiro Text";
  font-size: 16px;
  line-height: 24px;
  margin-right: 6px;
}
.white-box.contact .inner .socials .top {
  border-top: 1px solid #000;
  margin-bottom: 20px;
  opacity: 0.1;
}
.white-box.contact .inner .socials a {
  position: relative;
  top: 0px;
  width: 23px;
  display: inline-block;
  vertical-align: middle;
}
.white-box.contact .inner .socials a .svg {
  width: 23px;
  height: 23px;
}
.white-box.contact .inner .socials a .svg path {
  fill: #000;
}

/* FORMS */
.formarea {
  padding: 10px 0;
}
.formarea .form-columns-2,
.formarea .form-columns-1 {
  max-width: calc(100% + 60px);
  margin: 0 -30px;
  margin-bottom: 20px;
}
.formarea .form-columns-2 > div,
.formarea .form-columns-1 > div {
  padding: 0 30px;
}
.formarea .hs_error_rollup {
  list-style: none;
  padding: 5px 0 0 30px;
  margin: 0;
}
.formarea .hs_error_rollup label {
  color: #ff0033;
  font-weight: 400;
  font-family: "Shapiro Text";
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  padding: 0;
}
.formarea .hs-submit {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.formarea .hs-submit .hs-button {
  width: 160px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  background: #FFFFFF;
  border-radius: 500px;
  border: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.formarea .hs-submit .hs-button:hover {
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  -ms-transform: scale(1.07);
}
.formarea .hs-form-field {
  position: relative;
}
.formarea .hs-form-field > label {
  font-weight: 600;
  font-family: "Shapiro Text";
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background-color: #070707;
  position: absolute;
  margin: 0;
  left: 55px;
  top: -6px;
  padding: 0 5px;
}
.formarea .hs-form-field .hs-input {
  padding: 0 30px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #FFFFFF;
  border-radius: 500px;
  background: transparent;
  color: #fff;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.formarea .hs-form-field textarea.hs-input {
  border-radius: 10px;
  height: auto;
  padding: 18px 30px;
  line-height: 22px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  font-family: "Shapiro Text";
  width: 100% !important;
}
.formarea .hs-form-field select.hs-input {
  width: 100% !important;
}
.formarea .hs-form-field select.hs-input option {
  color: #000;
}
.formarea .hs-form-field .hs-input[type=radio] {
  padding: 0;
  height: auto;
  border: none;
  border-radius: 0;
  margin-right: 15px;
  vertical-align: middle;
}
.formarea .hs-form-field .hs-input[type=radio]:checked:after {
  height: 13px;
  border-radius: 13px;
  top: -15px;
  left: 0px;
  position: relative;
  background-color: #000;
  content: "";
  display: inline-block;
  visibility: visible;
  width: 13px;
  border: 2px solid #fff;
}
.formarea .hs-form-field .hs-input[type=checkbox] {
  padding: 0;
  height: auto;
  border: none;
  border-radius: 0;
  margin-right: 15px;
  vertical-align: middle;
}
.formarea .hs-form-field .inputs-list {
  padding: 0;
  list-style: none;
  margin: 15px 0 0;
}
.formarea .hs-form-field .inputs-list .hs-form-radio,
.formarea .hs-form-field .inputs-list .hs-form-checkbox {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.formarea .hs-form-field .inputs-list .hs-form-radio label span,
.formarea .hs-form-field .inputs-list .hs-form-checkbox label span {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  font-family: "Shapiro Text";
  display: inline-block;
  vertical-align: middle;
}
.formarea .hs-form-field.hs-fieldtype-radio, .formarea .hs-form-field.hs-fieldtype-checkbox {
  margin: 30px;
  padding: 22px 30px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}
.formarea .hs-form-field.hs-fieldtype-radio > label, .formarea .hs-form-field.hs-fieldtype-checkbox > label {
  font-family: "Shapiro";
  font-weight: 700;
  position: relative;
  background: none;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  left: 0;
  top: 0;
  padding: 0;
}
.formarea .hs-form-field .hs-error-msgs {
  list-style: none;
  padding: 5px 0 0 30px;
  margin: 0;
}
.formarea .hs-form-field .hs-error-msgs label {
  color: #ff0033;
  font-weight: 400;
  font-family: "Shapiro Text";
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  padding: 0;
}

/* FRONTPAGE */
@keyframes bounce-2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
#landing {
  padding: 0;
  height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  overflow: visible;
  font-size: 0;
  white-space: nowrap;
  background: #000;
}
#landing .scroll-down {
  position: absolute;
  bottom: -20px;
  left: 48px;
}
#landing .video {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  background: #000;
}
#landing .video .embed-container {
  left: 0;
  right: 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
#landing .video .embed-container iframe,
#landing .video .embed-container object,
#landing .video .embed-container embed,
#landing .video .embed-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#landing .video .btn-holder {
  position: absolute;
  bottom: 60px;
  right: 0px;
}
#landing .video .btn-holder .divider {
  display: inline-block;
  margin-left: 12px;
}
#landing .video .btn-holder a {
  position: relative;
  vertical-align: middle;
  background: #FFFFFF;
  border-radius: 500px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  text-align: left;
  text-decoration: none;
  min-width: 42px;
  overflow: hidden;
}
#landing .video .btn-holder a.off img {
  display: none;
}
#landing .video .btn-holder a.off img.off {
  display: inline-block;
}
#landing .video .btn-holder a:hover span {
  display: inline-block;
  max-width: 130px;
  padding-left: 16px;
  padding-right: 42px;
}
#landing .video .btn-holder a span {
  padding: 0;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  font-family: "Shapiro Text";
  color: #000;
  max-width: 0;
  overflow: hidden;
  display: inline-block;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#landing .video .btn-holder a img {
  right: 0;
  position: absolute;
  z-index: 2;
}
#landing .video .btn-holder a img.off {
  display: none;
}

#st-memberships {
  padding-top: 90px;
  padding-bottom: 410px;
}
#st-memberships .row > div {
  text-align: center;
}
#st-memberships .center {
  text-align: left;
  display: inline-block;
}
#st-memberships h1 {
  font-family: "Shapiro Extended";
  font-weight: 700;
  font-size: 50px;
  line-height: 47px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
#st-memberships h1 + span {
  margin-top: 15px;
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
#st-memberships .overlay-img {
  position: absolute;
  left: -350px;
  top: 50px;
}
#st-memberships .overlay-img img {
  width: 999px;
}
#st-memberships .btn-holder {
  margin-top: 35px;
}
#st-memberships .btn-holder a {
  width: 377px;
}
#st-memberships .btn-holder div {
  margin-bottom: 20px;
}

/* PAGES */
section.memberships h1 {
  margin-top: 50px;
}
section.memberships .options {
  margin: 35px 0 20px;
}
section.memberships .options > div {
  position: relative;
  clear: both;
  padding: 0 8px;
  max-width: 92%;
  margin-bottom: 6px;
  height: 46px;
  line-height: 46px;
  border-radius: 500px;
  background-color: rgba(196, 196, 196, 0.12);
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
}
section.memberships .options > div:hover {
  max-width: 94%;
  background-color: #fff;
  color: #000;
}
section.memberships .options > div:hover .circle {
  background-color: #ededed;
}
section.memberships .options > div:hover .name {
  margin-left: 17px;
}
section.memberships .options > div:hover .price {
  margin-right: 40px;
}
section.memberships .options > div:hover .svg {
  margin-right: 30px;
}
section.memberships .options > div:hover .svg path {
  fill: #000;
}
section.memberships .options > div a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.memberships .options > div .circle {
  text-align: center;
  display: inline-block;
  height: 29px;
  line-height: 29px;
  width: 29px;
  border-radius: 500px;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.1);
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
section.memberships .options > div .circle span {
  display: inline-block;
  height: 16.5px;
  width: 16.5px;
  position: relative;
  border-radius: 500px;
  margin: 6px auto;
}
section.memberships .options > div .name {
  display: inline-block;
  margin-left: 15px;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
section.memberships .options > div .price {
  display: inline-block;
  margin-right: 38px;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
section.memberships .options > div .price span {
  font-size: 10px;
}
section.memberships .options > div .svg {
  margin-right: 27px;
}
section.memberships .options > div .svg path {
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
section.memberships .disclaimer .svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
section.memberships .disclaimer span {
  vertical-align: middle;
  display: inline-block;
  opacity: 0.45;
  font-weight: 600;
  font-family: "Shapiro Text";
  font-size: 10px;
  line-height: 15px;
}
section.memberships .map {
  max-width: 100%;
  padding-left: 40px;
}
section.memberships .expand {
  position: absolute;
  bottom: 14px;
  right: 50px;
  text-decoration: none;
}
section.memberships .expand:hover .svg {
  width: 28px;
}
section.memberships .expand:hover span {
  left: 7px;
  opacity: 1;
}
section.memberships .expand span {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  color: #fff;
  letter-spacing: 0.02em;
  left: -20px;
  opacity: 0;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
section.memberships .expand .svg {
  width: 23px;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
section.memberships .btn-holder a + a {
  margin-left: 10px;
}

section.membership .padded-left {
  padding-left: 30px;
}
section.membership .title {
  margin-top: 30px;
  position: relative;
  margin-bottom: 6px;
  color: #fff;
  overflow: hidden;
}
section.membership .title .float-left {
  margin-top: 10px;
}
section.membership .title .circle {
  text-align: center;
  display: inline-block;
  height: 29px;
  line-height: 29px;
  width: 29px;
  border-radius: 500px;
  vertical-align: top;
  background-color: rgba(255, 255, 255, 0.1);
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
section.membership .title .circle span {
  display: inline-block;
  height: 16.5px;
  width: 16.5px;
  position: relative;
  border-radius: 500px;
  margin: 6px auto;
}
section.membership .title .name {
  vertical-align: middle;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 15px;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
}
section.membership .title .price {
  height: 44px;
  line-height: 44px;
  border-radius: 500px;
  background-color: rgba(196, 196, 196, 0.12);
  padding: 0 25px;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  position: relative;
}
section.membership .title .price span {
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  text-align: center;
  padding: 6px 0;
  font-family: "Shapiro Text";
  font-weight: 600;
}
section.membership h2 {
  clear: both;
  font-size: 22px;
  line-height: 33px;
  margin: 20px 0;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
section.membership .map {
  max-width: 100%;
  padding-right: 40px;
}
section.membership .benefits > div {
  height: auto;
  line-height: 1.2;
  margin-bottom: 1px;
  font-size: 0;
  display: flex;
}
section.membership .benefits > div .icon {
  width: 47px;
  text-align: center;
  display: inline-block;
  background: #0f0f0f;
  vertical-align: top;
  padding: 10px 0;
}
section.membership .benefits > div .desc {
  width: calc(100% - 47px);
  text-align: left;
  display: inline-block;
  background: #171717;
  font-family: "Shapiro Text";
  font-weight: 700;
  font-size: 14px;
  vertical-align: top;
  padding: 10px 17px 8px;
}
section.membership .benefits > div:first-of-type .icon {
  border-radius: 10px 0px 0px 0px;
}
section.membership .benefits > div:first-of-type .desc {
  border-radius: 0px 10px 0px 0px;
}
section.membership .benefits > div:last-of-type .icon {
  border-radius: 0px 0px 0px 10px;
}
section.membership .benefits > div:last-of-type .desc {
  border-radius: 0px 0px 10px 0px;
}
section.membership .btn-holder {
  margin-top: 34px;
}
section.membership .btn-holder a {
  float: left;
}
section.membership .btn-holder a + a {
  float: right;
}

.featured-news .row {
  margin: 0 -40px;
}
.featured-news .row > div {
  padding: 0 40px;
}
.featured-news .featured-image img {
  max-width: 100%;
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: center;
}
.featured-news .date {
  margin-bottom: 10px;
  font-weight: 600;
  font-family: "Shapiro Text";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.featured-news .title {
  font-family: "Shapiro Text";
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 10px;
}
.featured-news .excerpt {
  margin-bottom: 20px;
  font-weight: 600;
  font-family: "Shapiro Text";
  font-size: 16px;
  line-height: 24px;
}

.more-news {
  margin-top: 40px;
  position: relative;
}
.more-news .arrows {
  position: absolute;
  right: -50px;
  top: 0;
}
.more-news .arrows .arrow {
  display: inline-block;
  position: relative;
  -moz-transition: left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
}
.more-news .arrows .arrow.disabled {
  opacity: 0.4;
  cursor: initial;
}
.more-news .arrows .arrow.arrow-left {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  top: -1px;
  margin-right: 20px;
}
.more-news .arrows .arrow.arrow-right {
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
.more-news .arrows .arrow .svg {
  width: 18px;
  height: 11.19px;
  position: relative;
}
.more-news .arrows .arrow .svg path {
  stroke: #fff;
}
.more-news .container.overflowed {
  overflow: visible;
}
.more-news .holder {
  overflow: hidden;
  width: 100vw;
  position: relative;
  padding: 0;
  height: 348px;
  margin: 0 -13px;
}
.more-news .holder .contained {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  padding-top: 25px;
}
.more-news .holder .inner {
  position: relative;
  white-space: nowrap;
  left: 0;
  -moz-transition: left 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: left 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: left 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: left 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 0;
}

.upcoming-events {
  margin-top: 100px;
}
.upcoming-events .row {
  margin: 0 -1px;
}
.upcoming-events .row:nth-child(even) .event {
  height: 310px;
}
.upcoming-events .row > div {
  padding: 1px;
}
.upcoming-events .event {
  height: 336px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.upcoming-events .event:hover .overlay {
  background-color: rgba(0, 0, 0, 0.8);
}
.upcoming-events .event img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.upcoming-events .event .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.6);
  -moz-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.upcoming-events .event .bottom {
  position: absolute;
  padding: 0 44px;
  width: 100%;
  bottom: 38px;
}
.upcoming-events .event .date {
  margin-bottom: 15px;
}
.upcoming-events .event .date strong {
  vertical-align: middle;
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-right: 20px;
}
.upcoming-events .event .date span {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  font-weight: 600;
  font-family: "Shapiro Text";
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.upcoming-events .event .date span:before {
  content: " ";
  position: relative;
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  vertical-align: middle;
  margin-right: 15px;
}
.upcoming-events .event .title {
  font-family: "Shapiro Text";
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
}
.upcoming-events .event a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.merchandise {
  margin-top: 88px;
  text-align: center;
}
.merchandise h2 {
  margin-bottom: 15px;
}
.merchandise > .row {
  margin-top: 50px;
}

#careers .row {
  margin: 0 -10px;
}
#careers .row > div {
  padding: 0 10px;
}

/* MEDIA QUERIES */
@media (max-width: 1240px) {
  .container,
.container.container-lg,
.container.container-md {
    max-width: 100%;
    padding: 0 40px;
  }

  #landing .video .btn-holder {
    right: 20px;
  }

  section.memberships .options > div {
    max-width: 100%;
  }

  .more-news .arrows {
    right: 0;
  }
}
@media (max-width: 1200px) {
  #st-memberships .st-card {
    margin-top: 40px;
  }

  .memberships .container,
.membership .container {
    padding: 0 40px;
  }

  section.memberships .map,
section.membership .map {
    padding: 0;
    display: block;
    margin: 50px auto;
  }

  section.membership .padded-left {
    padding-left: 0;
  }

  section.memberships .options > div:hover {
    max-width: 97%;
  }

  .more-news .arrows {
    right: 40px;
  }

  .upcoming-events .row:nth-child(even) .event {
    height: 336px;
  }

  .upcoming-events .event {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .page .content-blocks .block {
    padding: 20px;
  }

  .page .subsection .sub-title {
    padding: 0 20px;
  }

  .featured-news .featured-image img {
    height: auto;
    margin-bottom: 40px;
  }

  .content-card.career {
    height: auto;
    padding-bottom: 40px;
  }

  #topnav .float-right a.top-link,
#topnav .float-right > span {
    display: none;
  }
}
@media (max-width: 767px) {
  .container,
.memberships .container,
.membership .container,
.container.container-lg,
.container.container-md {
    padding: 0 20px;
  }

  #sidenav {
    background: #F9F9F9;
  }

  #topnav .float-right > div,
#topnav .float-right a.reserve-btn,
.navbar.fixed-left,
#landing .scroll-down {
    display: none;
  }

  #landing .bounce-arrow {
    display: block;
  }

  .page {
    margin-left: 0;
  }

  #landing .video .btn-holder {
    text-align: right;
  }

  #landing .video .btn-holder .divider {
    display: block;
    margin-left: 0;
    margin-top: 17px;
  }

  #st-memberships .center {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #st-memberships .overlay-img {
    top: -50px;
  }

  #st-memberships h1 {
    font-size: 38px;
    line-height: 36px;
  }

  #st-memberships h1 + span {
    font-size: 18px;
    line-height: 21px;
  }

  .btn {
    display: block;
  }
  .btn + .btn {
    margin-top: 15px;
  }

  #st-memberships {
    padding-bottom: 80px;
    padding-top: 50px;
  }

  .white-box.seats-view {
    padding: 5px;
  }

  .white-box.seats-view .center {
    padding: 25px 20px;
  }

  .white-box.seats-view .seat-view-img {
    height: 234px;
  }

  .white-box.seats-view .close-btn .svg path {
    fill: #fff;
  }

  .white-box.seats-view .center .location {
    float: left;
    display: inline-block;
    vertical-align: top;
    max-width: 65%;
  }

  .white-box.seats-view .center .price {
    float: right;
    display: inline-block;
    vertical-align: top;
    margin: -5px 0 0 0;
  }

  .white-box.seats-view .center p {
    clear: both;
    padding-top: 20px;
  }

  .white-box.seats-view .center .seat-location div {
    margin-bottom: 3px;
    display: inline-block;
  }
  .white-box.seats-view .center .seat-location div + div {
    margin-left: 54px;
  }

  .white-box.seats-view .center .seat-location div span {
    display: block;
    width: auto;
  }

  section {
    padding: 50px 0;
  }

  section h1 {
    font-size: 24px;
    line-height: 26px;
  }

  section p br {
    display: none;
  }

  section.membership .btn-holder a,
section.membership .btn-holder a + a {
    float: none;
  }

  section.memberships .options > div .name {
    margin-left: 8px;
  }

  section.memberships .options > div .price {
    margin-right: 20px;
  }

  section.memberships .options > div:hover .price {
    margin-right: 25px;
  }

  footer {
    padding: 45px 0;
  }

  section.memberships .expand {
    display: none;
  }

  section.membership .title .name {
    font-size: 20px;
    line-height: 26px;
  }

  section.membership .title .price {
    height: 42px;
    line-height: 42px;
    font-size: 18px;
  }

  .page .content-blocks .block {
    padding: 40px 0;
  }

  .page .subsection .sub-title {
    padding: 0;
  }

  .page header {
    padding: 65px 0 58px;
  }

  .page header h1 {
    font-size: 24px;
    line-height: 26px;
  }

  .page .content-blocks .block h2 {
    font-size: 23px;
    line-height: 25px;
  }

  section h2 {
    font-size: 18px;
    line-height: 20px;
  }

  .accordion h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .white-box {
    padding: 15px;
  }

  .featured-news .title,
.upcoming-events .event .title {
    font-size: 20px;
    line-height: 24px;
  }

  .upcoming-events .event .bottom {
    padding: 0 20px;
  }

  .formarea .form-columns-2,
.formarea .form-columns-1 {
    max-width: calc(100% + 20px);
    margin: 0 -10px;
  }

  .formarea .form-columns-2 > div,
.formarea .form-columns-1 > div {
    padding: 0 10px;
  }

  .formarea .hs-form-field > label {
    left: 30px;
  }

  .formarea .form-columns-2 > div,
.formarea .form-columns-1 > div {
    margin-bottom: 20px;
  }

  section.memberships .btn-holder a + a {
    margin-left: 0;
  }

  .fixed-bottom .btn-holder a {
    display: inline-block;
  }
  .fixed-bottom .btn-holder a + a {
    margin-top: 0;
  }

  .white-box.contact .inner .circle {
    margin-right: 5px;
  }

  .white-box.contact .inner div strong,
.white-box.contact .inner div a {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  #sidenav {
    width: 100%;
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -ms-transform: translateX(100%);
  }

  #st-memberships {
    padding-top: 120px;
  }

  #st-memberships .btn-holder {
    margin-top: 255px;
  }

  #st-memberships .overlay-img {
    left: -275px;
    top: 20px;
  }
  #st-memberships .overlay-img img {
    width: 700px;
  }

  .btn {
    height: auto;
    line-height: 21px;
    padding: 9px 36px;
  }

  section.memberships .options > div {
    height: auto;
    overflow: hidden;
  }

  .white-box.seats-view .center .seat-location div + div {
    margin-left: 25px;
  }

  .formarea .form-columns-2,
.formarea .form-columns-1 {
    max-width: 100%;
    margin: 0;
  }

  .formarea .form-columns-2 > div,
.formarea .form-columns-1 > div {
    padding: 0;
  }

  .formarea .form-columns-2 > div .input,
.formarea .form-columns-1 > div .input {
    margin-right: 0 !important;
  }

  #st-memberships .btn-holder a {
    width: 100%;
  }

  #topnav .logo img {
    max-width: 200px;
  }

  .fixed-bottom .btn-holder {
    padding: 20px;
    font-size: 0;
  }
  .fixed-bottom .btn-holder a {
    padding: 9px 0;
    width: 50%;
  }
  .fixed-bottom .btn-holder a strong {
    font-size: 12px;
  }

  .fixed-bottom .btn-holder a + a {
    margin-left: 5px;
    width: calc(50% - 5px);
  }

  section.memberships .options > div .price {
    white-space: nowrap;
  }

  section.memberships .options > div .price span {
    font-size: 8px;
  }

  section.memberships .options > div .price {
    white-space: nowrap;
  }

  section.memberships .options > div .svg {
    margin-right: 5px;
  }

  section.memberships .options > div:hover .svg {
    margin-right: 10px;
  }
}
@media (max-width: 422px) {
  section.memberships .options > div .price {
    font-size: 12px;
  }

  section.memberships .options > div .name {
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
