nhtml {
  box-sizing: border-box; }

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

/* -----------------------------------------------------------------
    RESET - NORMALIZE.CSS (v3.0.0)
------------------------------------------------------------------*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body { 
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* -----------------------------------------------------------------
    RESET ELEMENTS - HTML5 BOILERPLATE (4.3.0)
------------------------------------------------------------------*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  color: #222;
  font-size: 1em;
  line-height: 1.3; 
  scroll-behavior: smooth;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
  }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

address {
  font-style: normal; }

span.skype_pnh_container {
  display: none !important; }

span.skype_pnh_print_container {
  display: inline !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
.button {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .large.button {
    padding: 15px 25px;
    font-size: 16px; }
  .small.button {
    padding: 5px 10px;
    font-size: 12px; }

.left {
  float: left; }

.right {
  float: right; }

.five {
  width: 5%; }

.ten {
  width: 10%; }

.fifteen {
  width: 15%; }

.twenty {
  width: 20%; }

.twentyfive {
  width: 25%; }

.thirty {
  width: 30%; }

.thirtyfive {
  width: 35%; }

.fourty {
  width: 40%; }

.fourtyfive {
  width: 45%; }

.fifty {
  width: 50%; }

.fiftyfive {
  width: 55%; }

.sixty {
  width: 60%; }

.sixtyfive {
  width: 65%; }

.seventy {
  width: 70%; }

.seventyfive {
  width: 75%; }

.eighty {
  width: 80%; }

.eightyfive {
  width: 85%; }

.ninety {
  width: 90%; }

.ninetyfive {
  width: 95%; }

.onehundred {
  width: 100%; }

#browserAlert {
  display: none;
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
  background: #941111;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 18px; }

#browserAlert a {
  color: #faabab;
  font-weight: bold; }

#browserAlert a:hover {
  color: #fff; }

.lt-ie9 #browserAlert {
  display: block; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; }
  .clearfix:after {
    clear: both; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.visible-mobile {
  display: block; }
  @media screen and (min-width: 1023px) {
    .visible-mobile {
      display: none; } }

.visible-desktop {
  display: none; }
  @media screen and (min-width: 1023px) {
    .visible-desktop {
      display: block; } }

/* -----------------------------------------------------------------
	TYPOGRAPHY ELEMENTS
------------------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    color: #075efd; }

p {
  margin: 0 0 30px 0; }

.text-error {
  color: #c82727; }

.text-success {
  color: #62b51f; }

.text-warning {
  color: #e4be4c; }

.text-info {
  color: #5bc0de; }

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-weight: bold;

  text-transform: uppercase; }

h1, h2, h3 {
  margin-top: 0px;
  margin-bottom: 25px; }

h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 20px; }

h1 {
  font-size: 30px;
  color: #fff;
  position: relative;
  padding: 0 0 20px 0;
  margin: 0 0 30px 0; }
  h1:after {
    border-bottom: 1px solid #fff;
    content: '';
    bottom: 0;
    left: 50%;
    width: 80px;
    margin-left: -40px;
    position: absolute; }

@media screen and (min-width: 1023px) {
  h1 {
    font-size: 37px; } }
h2 {
  font-size: 19px;
  position: relative;
  padding: 0 0 10px 0;
  margin: 0 0 30px 0;
  color: #fff; }
  h2:after {
    display: none;
	border-bottom: 1px solid #fff;
    content: '';
    bottom: 0;
    left: 0;
    width: 100px;
    position: absolute; }

.vendor-listing-panel h2 {
  color: #000; }
  .vendor-listing-panel h2:after {
    border-color: #000; }

.vendor-listing-panel-bottom h2 {
  color: #000; }
  .vendor-listing-panel-bottom h2:after {
    border-color: #000; }

.performer-listing-panel h2 {
  color: #000; }
  .performer-listing-panel h2:after {
    border-color: #000; }

.performer-listing-panel-bottom h2 {
  color: #000; }
  .performer-listing-panel-bottom h2:after {
    border-color: #000; }

@media screen and (min-width: 1023px) {
  h2 {
    font-size: 24px; } }
h3 {
  font-size: 26px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

h1 small {
  font-size: 24px; }

h2 small {
  font-size: 18px; }

h3 small, h4 small {
  font-size: 14px; }

blockquote {
  border-left: 5px solid #e6e6e6;
  padding-left: 20px; }
  blockquote cite {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin: 5px 0 0;
    font-style: normal; }

hr {
  border-color: #000;
  margin: 30px 0; }

/* -----------------------------------------------------------------
	FORM ELEMENTS
------------------------------------------------------------------*/
label {
  display: block;
  padding: 5px 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold; }
  label .required {
    font-size: 22px;
    position: relative;
    top: 5px;
    margin-left: 5px;
    color: #c82727; }
  label.error {
    color: #c82727; }
  label small {
    font-size: 11px;
    text-transform: none; }

input,
select,
textarea {
  display: inline-block;
  width: 100%;
  padding: 4px;
  border: 1px solid #ccc;
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 15px;
  background: #fff;
  margin: 0 0 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: none; }
  input:focus,
  textarea:focus {
    background: #fff; }
  input.error,
  textarea.error {
    border: 1px solid #c82727; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #e6e6e6; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #e6e6e6; }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #e6e6e6; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #e6e6e6; }

textarea {
  height: 120px; }

#rqrecaptcha .message {
  display: none;
}
#rqrecaptcha.error .message {
  display: block;
}

input[type="text"], input[type="password"], input[type="file"], textarea, input[type="submit"] {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0; }

select {
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  border-radius: 0px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E')
    !important;
  background-repeat: no-repeat, repeat !important;
  background-position: right .7em top 50%, 0 0 !important;
  background-size: .65em auto, 100% !important;
 }
  select.error {
    border: 1px solid #c82727; }

.radio-image {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px; }
  .radio-image label {
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    padding: 0;
    margin-right: 20px;
    vertical-align: bottom;
    font-weight: normal;
    text-transform: none; }
  .radio-image input {
    width: auto;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle; }

.radio,
.checkbox {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    padding: 0;
    margin-right: 20px;
    vertical-align: middle;
    width: 80%;
    font-weight: normal;
    text-transform: none; }
  .radio input,
  .checkbox input {
    flex: 0 0 auto;
    width: auto;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0; }
  .radio a,
  .checkbox a {
    text-decoration: underline; }

.checkbox-contact {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px; }
  .checkbox-contact label {
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    padding: 0;
    margin-right: 20px;
    vertical-align: middle;
    font-weight: normal;
    text-transform: none; }
  .checkbox-contact input {
    width: auto;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0; }
  .checkbox-contact a {
    text-decoration: underline; }

.radio-vendor {

  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px; }
  .radio-vendor label {
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    padding: 0;
    margin-right: 20px;
    vertical-align: middle;
    font-weight: normal;
    text-transform: none;
    font-size: 14px; }
  .radio-vendor input {
    width: auto;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0; }
  .radio-vendor a {
    text-decoration: underline; }

.checkbox-vendor {
  display: block;
  vertical-align: middle;
  margin-bottom: 10px; }
  .checkbox-vendor label {
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    padding: 0;
    margin-right: 20px;
    vertical-align: middle;
    font-weight: normal;
    text-transform: none;
    font-size: 14px; }
  .checkbox-vendor input {
    width: auto;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0; }
  .checkbox-vendor a {
    text-decoration: underline; }

@media screen and (min-width: 1279px) {
  .radio-vendor label {
    font-size: 14px; }

  .checkbox-vendor label {
    font-size: 14px; } }
button.button,
input.button {
  display: inline-block;
  width: auto;
  /* float: right; */
  border: 2px solid #fff;
  color: #fff;
  background: #000;
  }
button.button:hover,
input.button:hover{
background: #fff;
color: #000;
border: 2px solid #000;
}
button {
  background: none;
  border: none; }

.errormsg,
.successmsg {
  margin: 20px 0 0;
  font-size: 14px; }
  .errormsg span,
  .successmsg span {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 10px 0 0; }

.errormsg span {
  background: #c82727; }

.successmsg span {
  background: #62b51f; }

.chosen-container {
  margin-bottom: 10px; }

/* -----------------------------------------------------------------
REUSABLE ELEMENTS & CLASSES
------------------------------------------------------------------*/
img,
iframe {
  display: block;
  max-width: 100%;
  height: auto; }

body > iframe {
  height: 0px;
}

.button {
  padding: 8px 15px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  background: #000;
  letter-spacing: 0.05em; }
  .button:hover {
    background: #fff;
    color: #000; }
  .button.large {
    font-size: 16px; }
  .button i {
    padding-left: 8px; }

.black-btn {
  background: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 15px;
  color: #fff;
  line-height: 1.2em;
  margin: 0 20px 10px 0;
  display: inline-block;
  letter-spacing: 0.05em; }

.vendor-btn {
  background: #fff;

  text-transform: uppercase;
  font-size: 16px;
  padding: 8px 15px;
  font-weight: bold;
  color: #000;
  line-height: 1.2em;
  margin: 0 10px 10px 0;
  display: inline-block;
  letter-spacing: 0.05em; }
  .vendor-btn.active {
    background: #fff;
    color: #000; }
  .vendor-btn:hover {
    background: #fff;
    color: #000; }
  .vendor-btn i {
    font-size: 17px;
    padding-left: 8px; }
  .vendor-btn:last-child {
    margin-right: 0; }

.alignleft,
.alignright,
.aligncenter {
  margin: 20px auto;
  display: block; }

@media screen and (min-width: 767px) {
  .alignleft {
    float: left;
    margin: 20px 20px 20px 0; } }

@media screen and (min-width: 767px) {
  .alignright {
    float: right;
    margin: 20px 0 20px 20px; } }

/* -----------------------------------------------------------------
	GENERAL ELEMENTS
------------------------------------------------------------------*/
html {
  background: #fff; }

body {
  font-size: 15px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  background: #fff; }



/* -----------------------------------------------------------------
	GENERAL PANELS
------------------------------------------------------------------*/
.panel {
  width: 100%;
  height: auto;
  position: relative;
  /* overflow: hidden; */
  left: 0;
  top: 0;
  }
  .panel.righty {
    left: auto;
    right: 0;
    }

@media screen and (min-width: 1023px) {
  .panel {
    width: 50%;
  } 
  .panel:not(.righty) {
    width: 50%;
    height: 100vh;
    position: fixed;
  } 
  .panel.righty {
    margin-left: 50%;
  } 
}

.allow-scrolling {
  overflow: auto; }

.remove-panel-mobile {
  display: none; }

@media screen and (min-width: 1023px) {
  .remove-panel-mobile {
    display: block; } }
.black-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
  top: 0;
  left: 0; }

.background-image {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover; }

.background-image-gallery {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

@media screen and (max-width: 960px) {
  .background-image.remove-on-mobile {
    background-image: none !important; } }
.loading-border {
  width: 100%;
  height: 100%;
  border: 20px solid rgba(0, 0, 0, 0.55);
  z-index: 99;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-animation: fadeinout 1s linear 1 forwards;
  animation: fadeinout 1s linear 1 forwards; }

@-webkit-keyframes fadeinout {
  0%,100% {
    opacity: 0; }
  50% {
    opacity: 1; } }
@keyframes fadeinout {
  0%,100% {
    opacity: 0; }
  50% {
    opacity: 1; } }

.loading-border.fadeout {
   -webkit-animation: fadeinout 1s linear 1 forwards;
   animation: fadeinout 1s linear 1 forwards; }
}

@keyframes fadeinout {
  100% { opacity: 0; }
}

/* -----------------------------------------------------------------
	HOMEPAGE
------------------------------------------------------------------*/
.home-panel {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 30px; }

.home-panel .content {
    width: 100%;
    display: block;
    margin: auto;
    font-size: 14px; }

@media screen and (min-width: 1023px) {
  .home-panel {
    padding: 0; } }
.logo-landing-panel {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 70px 30px 30px 30px; }

@media screen and (min-width: 1023px) {
  .logo-landing {
    padding: 0; } }
#home-logo {
  width: 70%;
  max-width: 500px;
  display: block;
  margin: auto;
  margin-bottom: 50px;
  }

#home-tagline{
text-align:center;
color:#fff;
text-transform:uppercase;
font-weight:bold;
font-size:13px;
width:90%;
clear:both;
margin:0 auto;
margin-top:20px;
line-height:1.2em;
letter-spacing:0.08em;
text-shadow:0 0 4px rgba(0,0,0,0.8);
}
@media screen and (min-width: 767px) {
	#home-tagline{
	font-size:16px;
	width:70%;
	}
}
@media screen and (min-width: 1023px) {
  .ie10 #home-logo {
    margin-top: 50px; } }
.landing-nav {
  width: 100%;
  height: 100%;
  color: #fff; }
  .landing-nav .loc-link {
    width: 100%;
    heigth: 100%;
    display: block; }
  .landing-nav .content {
    position: relative;
    width: 100%;
    display: block;
    margin: auto;
	 }
  .landing-nav .row-blue {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    text-align: center;
    background: #4083fd;
    width: 100%;
    border-left: 15px solid #075efd;
    position: relative;
    padding: 30px; }
    .landing-nav .row-blue .date {
      text-shadow: 2px 2px #0542b1; }
    .landing-nav .row-blue .location {
      text-shadow: 2px 2px #0542b1; }
    .landing-nav .row-blue .loc-icon {
      display: none;
      position: absolute;
      left: 50px;
      bottom: 0;
      max-height: 95%; }
    .landing-nav .row-blue .learn-more-btn-mobile {
      background: #075efd; }
    .landing-nav .row-blue .learn-more-btn {
      background: #075efd; }
  .landing-nav .row-green {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    text-align: center;
    background: #93e23b;
    width: 100%;
    border-left: 15px solid #72d900;
    position: relative;
    padding: 30px; }
    .landing-nav .row-green .date {
      text-shadow: 2px 2px #579f08; }
    .landing-nav .row-green .location {
      text-shadow: 2px 2px #579f08; }
    .landing-nav .row-green .loc-icon {
      display: none;
      position: absolute;
      right: 50px;
      bottom: 0;
      max-height: 95%; }
    .landing-nav .row-green .learn-more-btn-mobile {
      background: #72d900; }
    .landing-nav .row-green .learn-more-btn {
      background: #72d900; }
  .landing-nav .row-orange {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    text-align: center;
    background: #8500ff;
    width: 100%;
    border-left: 15px solid #6806c2;
    position: relative;
    padding: 30px; }
    .landing-nav .row-orange .date {
      text-shadow: 2px 2px #6806c2; }
    .landing-nav .row-orange .location {
      text-shadow: 2px 2px #6806c2; }
    .landing-nav .row-orange .loc-icon {
      display: none;
      position: absolute;
      right: 50px;
      bottom: 0;
      max-height: 95%; }
    .landing-nav .row-orange .learn-more-btn-mobile {
      background: #6806c2; }
    .landing-nav .row-orange .learn-more-btn {
      background: #6806c2; }
  .landing-nav .date {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 20px;
    display: block;
    width: 100%; }
  .landing-nav .location {
    text-transform: uppercase;
    font-size: 40px;
    display: block;
    width: 100%;
    font-family: "Kalam", cursive;
    position: relative;
    line-height: 1.5em; }
    .landing-nav .location:after {
      border-bottom: 1px solid #fff;
      width: 100px;
      left: 50%;
      content: '';
      position: absolute;
      margin-left: -50px;
      bottom: 0; }
  .landing-nav .social {
    font-size: 25px;
    display: block;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 20px; }
    .landing-nav .social a {
      padding: 0 10px; }



  .landing-nav a {
    color: #fff; }
    .landing-nav a:hover {
      opacity: 0.6; }
  .landing-nav .learn-more-btn-mobile {
    position: relative;
    padding: 5px 15px;
    font-size: 15px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff; }
  .landing-nav .learn-more-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #000;
    font-size: 15px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    display: none;
    width: 40px; }
    .landing-nav .learn-more-btn span {
      transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      /* Chrome, Safari, Opera */
      transform-origin: left top 0;
      top: 50%;
      margin-top: -50px;
      left: 32px;
      float: left;
      height: 20px;
      width: 100px;
      position: relative;
       }

.ie9 .landing-nav .learn-more-btn span {
  left: 0;
  width: auto;
  height: auto;
  line-height: 1.2em;
  margin-top: -25px; }

@media screen and (min-width: 1023px) {
  .landing-nav .row-blue {
    height: 33.3%; }
    .landing-nav .row-blue .loc-icon {
      display: block; }
    .landing-nav .row-blue.halfy {
      height: 50%; }
  .landing-nav .row-green {
    height: 33.3%; }
    .landing-nav .row-green .loc-icon {
      display: block; }
    .landing-nav .row-green.halfy {
      height: 50%; }
  .landing-nav .row-orange {
    height: 34%; }
    .landing-nav .row-orange .loc-icon {
      display: block; }
    .landing-nav .row-orange.halfy {
      height: 50%; }
  .landing-nav .location {
    font-size: 55px; }
  .landing-nav .social {
    margin-top: 33px;
    margin-bottom: 0px; }
  .landing-nav .learn-more-btn-mobile {
    display: none; }
  .landing-nav .learn-more-btn {
    display: block; } }
/* -----------------------------------------------------------------
	NAVIGATION ELEMENTS
------------------------------------------------------------------*/
#nav {
  display: none;
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
  text-transform: uppercase;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0px;
  font-size: 25px;
  line-height: 1.2em;
  text-align: center;
  font-weight: bold;
  padding: 80px 20px 20px 20px; }
  #nav > ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #nav > ul > li {
      padding: 10px 0; }
      #nav > ul > li > a {
        color: #fff; }

/* -----------------------------------------------------------------
	LANDING PAGE
------------------------------------------------------------------*/
.location-logo-panel {
  display: block;
  width: 100%;
  z-index: 1; }

.location-info {
  width: 100%;
  color: #fff;
  display: block;
  position: relative;
  text-transform: uppercase;
  text-align: center;

  }
  .location-info .date {
    font-weight: bold;
	margin-bottom: 0px;
    letter-spacing: 0.08em;
    font-size: 15px; }
  .location-info .location {
    font-weight: 300;
    letter-spacing: 0.08em;
    font-size: 15px; }

 .location-info .loc-note {
    font-weight: 300;
    letter-spacing: 0.08em;
    font-size: 12px;
	border:2px solid #fff;
	padding:10px;
	text-transform: none;
	margin-top:30px;
	display: inline-block;
  }

  .location-info a {
  	color: #000 !important;
  }

  .location-info .loc-note h4,
  .location-info .loc-note h5 {
  	line-height: 1.5em;
  	margin: 0;
  }

  .location-info .loc-note a {
    color: #adadad !important;
    text-decoration: underline;
    margin-top: 5px;
    display: inline-block;
  }

  .location-info .sponsors {
	  display: flex;
	  margin: 0 auto;
	  align-items: center;
	  justify-content: center;
	  gap: 30px;
	  box-sizing: border-box;
	  padding: 0 20px;
	  max-width: 700px;
	  margin: 80px auto 20px;
  }

	.location-info .sponsors > div {
		position: relative;
		flex: 0 1 auto;			
		width: 20%;
	}

	.location-info .sponsors img {
		position: relative;
		width: 100%;		
    max-width: 100px;
		height: auto;		
	}

@media screen and (max-width: 1023px) {
	.location-info .sponsors {
		flex-wrap: wrap;
		max-width: 600px;
	}
	.location-info .sponsors > div {
		width: calc(33.3% - 20px);
	}
}

@media screen and (min-width: 1023px) {
  .location-info .date {
    font-size: 20px; }
  .location-info .location {
    font-size: 17px; } }
.city-nav-panel {

  width: 100%;
  color: #fff;
  display: block;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  padding: 30px; }
  .city-nav-panel #location-nav {
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
	}
    .city-nav-panel #location-nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .city-nav-panel #location-nav ul li {
        margin: 0 0 10px 0; }
        .city-nav-panel #location-nav ul li a {
          color: #000000;
          background: #fff;
          padding: 5px 10px;
          display: inline-block; }
          .city-nav-panel #location-nav ul li a:hover {
            background: rgba(255,255,255,0.7);
            color: #000000; }
        .city-nav-panel #location-nav ul li.minus55 {
          margin-left: -55px; }
        .city-nav-panel #location-nav ul li.minus15 {
          margin-left: -15px; }
        .city-nav-panel #location-nav ul li.plus30 {
          margin-left: 30px; }

@media screen and (min-width: 1023px) {
  .city-nav-panel {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    height: 100%;
    padding: 0 0 0 45px; }
    .city-nav-panel #location-nav {
      font-size: 25px; }
      .city-nav-panel #location-nav ul li {
        margin: 0 0 14px 0; } }




/* -----------------------------------------------------------------
	TITLE PANEL
------------------------------------------------------------------*/
.title-panel {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 30px 30px 30px 30px;
  text-align: center;
  color: #fff; }
  .title-panel .content {
    width: 100%;
    display: block;
    margin: auto;
    font-size: 14px; }
  .title-panel a{
	color:#fff;
  }
@media screen and (min-width: 1023px) {
  .title-panel {
    padding: 0; }
    .title-panel .content {
      width: 80%;
      font-size: 15px; } }
/* -----------------------------------------------------------------
	VENDORS AND PERFORMERS
------------------------------------------------------------------*/
.vendor-listing-panel {
  height: 100%;
  padding: 90px 30px 30px 30px;
  background-color: #000;
  color:#fff;
  }
  .vendor-listing-panel a.blue {
    color: #075efd; }
    .vendor-listing-panel a.blue:hover {
      color: #000; }
  .vendor-listing-panel a.green {
    color: #488900; }
    .vendor-listing-panel a.green:hover {
      color: #000; }
  .vendor-listing-panel a.orange {
    color: #fc4b0d; }
    .vendor-listing-panel a.orange:hover {
      color: #000; }
  .vendor-listing-panel a.darkblue {
    color: #1146a6; }
    .vendor-listing-panel a.darkblue:hover {
      color: #000; }
  .vendor-listing-panel a.darkgreen {
    color: #559f03; }
    .vendor-listing-panel a.darkgreen:hover {
      color: #000; }
  .vendor-listing-panel a.lightorange {
    color: #ff7200; }
    .vendor-listing-panel a.lightorange:hover {
      color: #000; }

@media screen and (min-width: 1023px) {
  .vendor-listing-panel {
    padding: 90px 40px; } }
.vendor-listing-panel-bottom {
  height: 100%;
  padding: 30px 30px 30px 30px;
   background-color: #000;
  color:#fff; }
  .vendor-listing-panel-bottom a.blue {
    color: #075efd; }
    .vendor-listing-panel-bottom a.blue:hover {
      color: #000; }
  .vendor-listing-panel-bottom a.green {
    color: #488900; }
    .vendor-listing-panel-bottom a.green:hover {
      color: #000; }
  .vendor-listing-panel-bottom a.orange {
    color: #fc4b0d; }
    .vendor-listing-panel-bottom a.orange:hover {
      color: #000; }
  .vendor-listing-panel-bottom a.darkblue {
    color: #1146a6; }
    .vendor-listing-panel-bottom a.darkblue:hover {
      color: #000; }
  .vendor-listing-panel-bottom a.darkgreen {
    color: #559f03; }
    .vendor-listing-panel-bottom a.darkgreen:hover {
      color: #000; }
  .vendor-listing-panel-bottom a.lightorange {
    color: #ff7200; }
    .vendor-listing-panel-bottom a.lightorange:hover {
      color: #000; }

@media screen and (min-width: 1023px) {
  .vendor-listing-panel-bottom {
    padding: 90px 40px; } }
.performer-listing-panel {
  height: 100%;
  padding: 90px 30px 30px 30px;
  background-color: #f0f9d6; }
  .performer-listing-panel a.blue {
    color: #075efd; }
    .performer-listing-panel a.blue:hover {
      color: #000; }
  .performer-listing-panel a.green {
    color: #488900; }
    .performer-listing-panel a.green:hover {
      color: #000; }
  .performer-listing-panel a.orange {
    color: #fc4b0d; }
    .performer-listing-panel a.orange:hover {
      color: #000; }
  .performer-listing-panel a.darkblue {
    color: #1146a6; }
    .performer-listing-panel a.darkblue:hover {
      color: #000; }
  .performer-listing-panel a.darkgreen {
    color: #559f03; }
    .performer-listing-panel a.darkgreen:hover {
      color: #000; }
  .performer-listing-panel a.lightorange {
    color: #ff7200; }
    .performer-listing-panel a.lightorange:hover {
      color: #000; }

@media screen and (min-width: 1023px) {
  .performer-listing-panel {
    padding: 90px 40px; } }
.performer-listing-panel-bottom {
  height: 100%;
  padding: 30px 30px 30px 30px;
  background-color: #f0f9d6; }
  .performer-listing-panel-bottom a.blue {
    color: #075efd; }
    .performer-listing-panel-bottom a.blue:hover {
      color: #000; }
  .performer-listing-panel-bottom a.green {
    color: #488900; }
    .performer-listing-panel-bottom a.green:hover {
      color: #000; }
  .performer-listing-panel-bottom a.orange {
    color: #fc4b0d; }
    .performer-listing-panel-bottom a.orange:hover {
      color: #000; }
  .performer-listing-panel-bottom a.darkblue {
    color: #1146a6; }
    .performer-listing-panel-bottom a.darkblue:hover {
      color: #000; }
  .performer-listing-panel-bottom a.darkgreen {
    color: #559f03; }
    .performer-listing-panel-bottom a.darkgreen:hover {
      color: #000; }
  .performer-listing-panel-bottom a.lightorange {
    color: #ff7200; }
    .performer-listing-panel-bottom a.lightorange:hover {
      color: #000; }

@media screen and (min-width: 1023px) {
  .performer-listing-panel-bottom {
    padding: 90px 40px; } }
.vendor-listing-links {
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 20px 0;
  display: none;
}

.vendor-listing-links.active {
  display: block;
}

  .vendor-listing-links a {
    padding: 0 20px 0 0;
    display: inline-block;
	margin:7px 0;
	}

 .vendor-listing-links a.light {
 color:#fff;
 }
 .vendor-listing-links a.dark {
 color:#9365ee;
 }
 .vendor-listing-links a.medium{
 color:#e4d8fd;
 }

  .vendor-listing-links a:hover {
opacity:0.6;
}
@media screen and (min-width: 1023px) {
  .vendor-listing-links {
    font-size: 22px;
    padding: 30px 0; } }


.performer-listing-links {
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: bold; }
  .performer-listing-links a {
    padding: 0 20px 5px 0;
    display: inline-block; }

@media screen and (min-width: 1023px) {
  .performer-listing-links {
    font-size: 25px; } }
.vendor-detail-panel {
  height: 100%;
  text-align: left;
  background-image: none !important;
 background-color:#000;
  color: #fff; }
  .vendor-detail-panel .content {
    width: 100%;
    padding: 90px 50px 50px 50px;
    display: block;
    z-index: 9;
    margin: auto;
    font-size: 14px; }
  .vendor-detail-panel .button {
    margin: 0 20px 20px 0; }
  .vendor-detail-panel .vendor-social {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.55); }
    .vendor-detail-panel .vendor-social a {
      padding: 0 10px;
      color: #fff; }
      .vendor-detail-panel .vendor-social a:hover {
        color: #72d900; }

        .vendor-detail-panel .vendor-social a.tiktok {	 
          background: url(/resources/images/icon-tiktok-white.svg);
          background-position: center;
          background-size: 82%;
          background-repeat: no-repeat;
         }

@media screen and (min-width: 1023px) {
  .vendor-detail-panel {
    padding: 0; }
    .vendor-detail-panel .content {
      font-size: 15px;
      padding: 90px; } }
.ticket-panel {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #fff; }

@media screen and (min-width: 1023px) {
  .ticket-panel {
    padding: 60px 40px; } }
@media screen and (min-width: 1279px) {
  .ticket-panel {
    padding: 60px 90px;
 }
}
.top-padding-mobile {
  /* padding-top: 90px; */
  }

.ecom-box {
  position: relative;
  width: 100%;
  border: 2px solid #000;
  padding: 10px;
  color: #000;
  font-size: 14px;
  margin-bottom: 20px; }

  .ecom-box + .ecom-box.group {
  	border-top: none;
  	margin-top: -22px;
  	padding-top:20px;
  	padding-bottom: 20px;
  }

  .ecom-box + .ecom-box.group:after {
  	position: absolute;
  	top:0px;
  	left: 0px;
  	content: ' ';
  	width: 100%;
  	height: 2px;
  	background: #ffffff;
  }

  .ecom-box + .ecom-box.group h3 {
  	display:none;
  }



  .ecom-box p {
    margin-bottom: 14px; }
  .ecom-box p:last-child {
    margin-bottom: 0; }
  .ecom-box hr {
    margin: 15px 0; }
  .ecom-box.top {
    margin-top: 20px; }
  .ecom-box h3 {
    font-size: 18px;
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 5px 8px;
    position: relative; }
    .ecom-box h3.orange {
       background: #fff;
	  color:#000; }
    .ecom-box h3.blue {
      background: #fff;
	  color:#000;
	  }
    .ecom-box .red {
      color: #c82727;
    }
    .ecom-box h3.green {
       background: #fff;
	  color:#000; }

@media screen and (min-width: 1023px) {
  .ecom-box {
    padding: 25px 15px 10px 15px;
    margin-bottom: 40px;
    font-size: 14px; }
    .ecom-box + .ecom-box.group {
  		margin-top: -42px;
  	}
    .ecom-box.margin-bottom20 {
      margin-bottom: 10px; }
    .ecom-box.top {
      margin-top: 50px; }
    .ecom-box h3 {
      font-size: 20px;
      position: absolute;
      top: -18px; } }
.qty-container input {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
  margin-bottom: 0;
  padding: 3px; }
.qty-container button {
  color: #000;
  font-size: 19px;
  display: inline-block;
  vertical-align: middle; }
  .qty-container button.disabled {
    color: #292929; }
    .qty-container button.disabled:hover {
      color: #292929;
      cursor: default; }
  .qty-container button:hover {
    color: #292929; }
.qty-container label {
  font-size: 14px;
  text-transform: none;
  display: inline-block;
  vertical-align: middle; }

.ecom-row {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .ecom-row:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .ecom-row .ecom-col {
    width: 100%;
    float: left; }
    .ecom-row .ecom-col:first-child {
      width: 100%; }
  .ecom-row .remove-item {
    margin: 10px 0 0 0;
    color: #6e6e6e;
    clear: both;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    width: 100%; }
    .ecom-row .remove-item i {
      font-size: 15px; }

.edit-item {
    margin: 0 0 10px 0;
    color: #6e6e6e;
    clear: both;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    width: 100%;
	}

@media screen and (min-width: 1023px) {
  .ecom-row .ecom-col {
    width: 25%;
    float: left; }
    .ecom-row .ecom-col:first-child {
      width: 50%;
      padding-right: 10px; } }
.total-box {
  width: 100%;
  border: 2px solid #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 20px; }
  .total-box .total-padding {
    padding: 10px; }
  .total-box .total {
    background: #e4e4e4;
    width: 100%;
    padding: 5px 10px; }

@media screen and (min-width: 1023px) {
  .total-box {
    margin-bottom: 40px; } }
@media screen and (min-width: 1279px) {
  .total-box {
    width: 67%;
    font-size: 14px;
    margin-bottom: 40px; }
    .total-box .total-padding {
      padding: 15px; }
    .total-box .total {
      padding: 5px 15px; } }
.form-fields {
  display: inline-block;
  width: 100%; }

.form-col {
  width: 100%; }

@media screen and (min-width: 1023px) {
  .form-col {
    width: 50%; }
    .form-col.left {
      padding-right: 8px; }
    .form-col.right {
      padding-left: 8px; } }
.receipt-col {
  width: 100%; }

@media screen and (min-width: 767px) {
  .receipt-col {
    width: 50%;
    margin-bottom: 8px; }
    .receipt-col.left {
      padding-right: 8px; }
    .receipt-col.right {
      padding-left: 8px; } }
@media (min-width: 1024px) and (max-width: 1720px) {
  .receipt-col {
    width: 100%; }
    .receipt-col.left {
      padding-right: 0px; }
    .receipt-col.right {
      padding-left: 0px; } }
.faq-panel {
  width: 100%;
  height: 100%;
  background-image: none !important;
	background-color: #000;
  padding: 30px 30px 30px 30px; }

@media screen and (min-width: 767px) {
  .faq-panel {
    padding: 190px 30px 90px; } }
@media screen and (min-width: 1279px) {
  .faq-panel {
    padding: 90px; } }
.faq-links {
  width: 100%;
  line-height: 1.2em; }
  .faq-links ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .faq-links ul li {
      margin: 0 0 10px 0;
      padding: 0; }
  .faq-links a {
  margin:0 0 20px 0;
    padding: 10px 10px;
    display: inline-block;
    color: #000;
	background: #fff;
    text-transform: uppercase;
    font-weight: bold;
	border:2px solid #fff;
    font-size: 18px; }

	.faq-links a.active{
	border:2px solid #fff;
	background:#000;
	color:#fff;
	}

    .faq-links a.green {
      background: #72d900;
      background: rgba(114, 217, 0, 0.77); }
      .faq-links a.green:hover {
        background: #72d900;
        color: #fff; }
    .faq-links a.orange {
      background: #fc4b0d;
      background: rgba(252, 75, 13, 0.77); }
      .faq-links a.orange:hover {
        background: #fc4b0d;
        color: #fff; }
    .faq-links a.blue {
      background: #075efd;
      background: rgba(7, 94, 253, 0.77); }
      .faq-links a.blue:hover {
        background: #075efd;
        color: #fff; }

.sliding-panel {
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 14px;
  overflow: auto; }

  .sliding-panel a{
  color:#fff;
  }
  .sliding-panel .sliding-div {
    width: 100%;
    height: 100%;
    padding: 30px;
    min-height: 600px; }
  .sliding-panel h4 {
    font-size: 20px;
    position: relative;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
    color: #fff;
    font-weight: 600;
    font-family: "Open Sans", sans-serif; }
    .sliding-panel h4:after {
	display: none;
      border-bottom: 1px solid #fff;
      content: '';
      bottom: 0;
      left: 0;
      width: 100px;
      position: absolute; }

 
.termsformat .faq-answer-bubble {
	background: #fff !important;
	color: #000 !important;
}
.termsformat .faq-answer-bubble h4 {
	color: #000 !important;
}

@media screen and (min-width: 767px) {
  .sliding-panel .sliding-div {
    padding: 90px 30px; } }
@media screen and (min-width: 1023px) {
  .sliding-panel {
    overflow: hidden;
    height: 100%; }
    .sliding-panel .sliding-div {
      min-height: 0; } }
@media screen and (min-width: 1279px) {
  .sliding-panel .sliding-div {
    padding: 90px;
    font-size: 16px; } }
#arrow-up {

  background: rgba(255, 255, 255, 0.6);
  color: #000;
  font-size: 18px;
  line-height: 40px;
  float: right;
  cursor: pointer;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  bottom: 105px;
  right: 20px;
  display:none;
  }
  #arrow-up:hover {
    background: rgba(255, 255, 255, 1);
     }

#arrow-down {
 background: rgba(255, 255, 255, 0.6);
  color: #000;
  font-size: 18px;
  line-height: 40px;
  float: right;
  cursor: pointer;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  bottom: 50px;
  right: 20px;
  display:none;
  }
  #arrow-down:hover {
background: rgba(255, 255, 255, 1);
     }

@media screen and (min-width: 1023px) {
	#arrow-up {
	display:block;
	}
	#arrow-down {
	display:block;
	}
}

#detail-left {
  background: #000;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  float: right;
  cursor: pointer;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  text-align: center;
  z-index: 9999;
  position: absolute;
  top: 50%;
  left: 10px;
  display:block;
  }
  #detail-left:hover {
    color: #fff;
    background: #000; }

#detail-right {
  background: #000;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  float: right;
  cursor: pointer;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  text-align: center;
  z-index: 9999;
  position: absolute;
   top: 50%;
  right: 10px;
  display:block;
  }
  #detail-right:hover {
    color: #fff;
    background: #000; }

@media screen and (min-width: 1023px) {
	#detail-left {
	display:none;
	}
	#detail-right {
	display:none;
	}
}

.blog-detail-panel {
  width: 100%;
  height: 100%;
  background: #fff; }

.blog-content {
  padding: 30px 30px 30px 30px;
  width: 100%; }
  .blog-content h1 {
    color: #000;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.1em;
    padding-bottom: 20px;
    margin-bottom: 30px; }
    .blog-content h1:after {
      border-color: #000;
      left: 0;
      margin-left: 0; }

.blog-content2 {
  padding: 90px 30px 0 30px;
  width: 100%; }
  .blog-content2 h1 {
    color: #000;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.1em;
    padding-bottom: 0px;
    margin-bottom: 30px; }
    .blog-content2 h1:after {
      display: none; }

@media screen and (min-width: 767px) {
  .blog-content2 h1 {
    font-size: 25px; }

  .blog-content h1 {
    font-size: 25px; } }
@media screen and (min-width: 1023px) {
  .blog-content2 {
    padding: 90px 30px 0 30px; }

  .blog-content {
    padding: 30px 30px; } }
@media screen and (min-width: 1279px) {
  .blog-content2 {
    padding: 90px 90px 0px 90px; }

  .blog-content {
    padding: 30px 90px 90px 90px; } }
.blog-category {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Kalam", cursive;
  color: #075efd;
  margin-bottom: 31px; }
  .blog-category a {
    color: #075efd; }
    .blog-category a:hover {
      color: #000; }

.blog-share {
  margin: 0 0 30px 0; }
  .blog-share span {
    border: 2px solid #000;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    padding: 3px 8px;
    font-weight: 600;
    margin: 0 10px 10px 0;
    cursor: pointer; }
    .blog-share span i {
      font-size: 15px;
      display: inline-block;
      vertical-align: baseline; }
    .blog-share span:hover {
      background: #000;
      color: #fff; }

.blog-full {
  width: 100%;
  margin: 20px 0 30px 0; }

.blog-comments {
  width: 100%;
  margin: 0 0 20px 0; }

.panel.gallery {
  width: 100%;
  height: 100%;
  white-space: nowrap;
  font-size: 0;
  touch-action: none;
  touch-callout:none;
}

  .gallery-panels {
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    touch-action: none;
    touch-callout:none;
  }

  .gallery-panel {
    position: relative;
    width: 50%;
    height: 100%;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    touch-action: none;
    touch-callout:none;
  }

 @media screen and (max-width: 1023px) {



  .gallery-panel {
    position: relative;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
  }

}


.mobile-gallery {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .mobile-gallery li {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    position: relative; }
    .mobile-gallery li img {
      width: auto;
      heigth: auto;
      display: block;
      margin: 0 auto; }



.gallery-prev {
  background: #000;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  float: right;
  cursor: pointer;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  text-align: center;
  z-index: 9999;
  position: absolute;
  top: 50%;
  left: 20px; }
  .gallery-prev:hover {
    color: #fff;
    background: #000; }

.gallery-next {
  background: #000;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  float: right;
  cursor: pointer;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  text-align: center;
  z-index: 9999;
  position: absolute;
  top: 50%;
  right: 20px; }
  .gallery-next:hover {
    color: #fff;
    background: #000; }

.image-count {
  display: inline-block;
  text-transform: uppercase;
  pointer-events: none;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.77);
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 12px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -40px; }

.vendor-item {
  margin-bottom: 10px; }


@media screen and (max-width: 1023px)
{

  .title-panel, .faq-panel, .performer-listing-panel, .vendor-listing-panel, .vendor-listing-panel-bottom, .city-nav-panel {
    min-height: 50vh;
  }

  .panel.fillheight, .panel.fillheight .vendor-listing-panel, .panel.fillheight .performer-listing-panel, .vendor-listing-panel-bottom, .performer-listing-panel-bottom {
    min-height: 100vh;
  }

  .panel.nominheight {
    min-height: auto !important;
  }

  .allow-scrolling {
    overflow: visible;
  }

  .sliding-panel .sliding-div, .blog-detail-panel, .ticket-panel, .panel.gallery   {
    min-height: 100vh;
  }

  .vendor-detail-panel .content {
      position: relative;
  }

  .ticket-panel {padding-bottom: 60px;}
  .ticket-panel input.button{
  /* float:left; */
  }

  .contentpanel > .contentpanel {
      position: absolute;
      top: 0px;
      left: 100%;
      width: 100%;
      height: auto;
  }

}

.vendor-blurby{
margin-top:25px;
}
.vendor-blurby p:last-child{
margin:0;
}
.vendor-blurby a{
text-decoration:underline;
color:#fff;
}
.vendor-blurby a:hover{
text-decoration:none;
}


.ecom-box h3.blue.error, .ecom-box h3.green.error, .ecom-box h3.orange.error{
background:#c82727;
color:#fff;
}
.ecom-box.error{
border-color:#c82727;
}

.less-bottom-margin{
margin-bottom:10px;
}
.promo-button .button{

}

 @media screen and (min-width: 940px) {
	 .promo-button .button{
	float:left;
	padding:6px 15px;
	margin-top:28px;
	}
 }

 .checkout-radio-special{
 width:100%;
 }
  .checkout-radio-special input{
  vertical-align: top;
  }
  .checkout-radio-special label{
  width:85%;
  vertical-align: top;
  }
/* -----------------------------------------------------------------
	IE FIXES
------------------------------------------------------------------*/

/*# sourceMappingURL=layout.css.map */
.ticket-note-home{
display:block;
margin-bottom:20px;
color:#fff;text-shadow: 2px 2px 10px rgba(0,0,0,0.6);
font-weight: bold;
text-transform: uppercase;
font-size: 18px;
}
 @media screen and (min-width: 1030px) {

	 .ticket-note-home{
		position: absolute;
top:20px;
right:20px;
	 }
 }
#paypalbuttonform input {
  width: auto;
  border: none;
  background: none;
}

  #paypalbuttonform img {
    display: none;
  }

  /*----- NEW HOME PAGE -------*/

  .home-page-video-contain{

  }
  .home-page-video-contain video {
  position: fixed;
  top: 40%; left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}



.home-page-nav-bar{
background:rgba(0, 0, 0, 0.8);
color:#fff;
position: fixed;
padding:30px 0 20px 0;
width:100%;
text-align: center;
bottom:0;
}
@media screen and (min-width: 460px) {
	.home-page-nav-bar{
	background:rgba(0, 0, 0, 1);
	}
}

.landing-logo-social{
position: relative;
top:30px;
margin:0 auto;
display: block;
width:100%;
}
@media screen and (min-width: 460px) {
	.landing-logo-social{
	padding-top:0;
	}
}


@media screen and (min-width: 640px) {
	.landing-logo-social{
	position: absolute;
	bottom:250px;
	top:auto;
	}
}

@media screen and (max-width: 1023px) {

  .home-page-contain-all {
    position: relative;
    display: block;
    height: 100%;
  }
  .home-page-video-contain video {
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    transform: none;
  }
  .home-page-nav-bar{
    position: absolute;
    }

    .landing-logo-social{
      position: absolute !important;
      top:30px;
	  bottom:auto;
      margin:0 auto;
      display: block;
      width:100%;
    }
}

@media screen and (min-width: 640px) {
	.home-page-nav-bar{
	padding:30px 0 30px 0;
	position: fixed;
	bottom:0;
	}
}

.home-page-nav-bar ul{
list-style: none;
margin:0;
padding:0px 0 0 0;
font-size:15px;
text-transform: uppercase;
font-weight: bold;
}
.home-page-nav-bar ul li{
display: inline-block;
padding:0 8px;
vertical-align: middle;
}
.home-page-nav-bar a{
color:#fff;
font-size: 28px;
}
.home-page-nav-bar a:hover{
opacity:0.5;
}
@media screen and (min-width: 960px) {
	.home-page-nav-bar a{
	font-size: 34px;
	}
	.home-page-nav-bar ul a:hover{
	font-size: 35px;
	}
	.home-page-nav-bar ul{
	font-size:20px;
	}
}
.home-page-nav-bar .note{
color:#5f30ce;
font-size:15px;
font-weight: bold;
padding:20px 0 0 0;
}
@media screen and (min-width: 960px) {
	.home-page-nav-bar .note{
	font-size:20px;
	}
}

.landing-logo-circle{
background:#000;
border-radius: 100%;
width:250px;
height:250px;
position: relative;
max-height: 60vh;
max-width: 60vh;
display: block;
margin:0 auto;
}
@media screen and (min-width: 460px) {
	.landing-logo-circle{
	width:400px;
	height:400px;
	}
}
@media screen and (min-width: 640px) {
	.landing-logo-circle{
	width:520px;
	height:520px;

	}
}
@media screen and (min-width: 940px) {
	.landing-logo-circle{
	width:788px;
	height:788px;

	}
}
.landing-logo-circle img{
display: block;
margin:0 auto;
padding-top:60px;
max-width: 70%;
height: auto;
}
@media screen and (min-width: 640px) {
	.landing-logo-circle img{
	padding-top:90px;
	}
}

 .social-landing {
    font-size: 20px;
    display: block;
	text-align: center;
    width: 100%;
	position: 	relative;
	margin-top:30px;
 }

	@media screen and (min-width: 460px) {
		 .social-landing {
		 font-size: 28px;
		 position: 	absolute;
   		 bottom:60px;
		 margin-top:0;
		display: none;
		 }
	}
@media screen and (min-width: 960px) {
		 .social-landing {
   		 bottom:140px;
		 }
	}
	@media screen and (min-width: 1023px) {
		 .social-landing {
   		 bottom:140px;
		 }
	}

@media (max-height: 900px) and (min-height: 500px) {
	 .social-landing{
	 bottom:70px;
	 }
}
   @media screen and (max-width: 460px) {
	   .social-landing {
		bottom:auto !important;
	   }
}
    .social-landing a {
      margin: 0 7px;
	  color:#000;
	  background:#fff;
	  border-radius: 100%;
	  width:40px;
	  height:40px;
	  text-align: center;
	  display: inline-block;
	  padding:7px 0 0 0;
	  }

	  	@media screen and (min-width: 460px) {
			.social-landing a {
			font-size:26px;
			  padding:5px 0 0 0;
			   margin: 0 10px;
			}
		}

@media (max-height: 550px) and (min-height: 200px) {
	 .social-landing{
	 display: none;
	 }
}


.location-landing-page-video-contain{
background:black;
width:100%;
height:100%;
overflow: hidden;
top:0;
left:0;
bottom:0;
right:0;
}

.location-landing-page-video-contain video {
  position: fixed;
  top: 0%; left: 50%;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

@media screen and (min-width: 460px) {
	.location-landing-page-video-contain video {

	}
}

.faq-answer-bubble{
font-size: 16px;
color:#fff;
}
.faq-answer-bubble p:last-child{
margin-bottom:0;
}


	.faq-answer-bubble{
	background:rgba(0,0,0,0.5);
	width:100%;
	padding:20px;
	padding-bottom: 80px;
	margin:0 auto;
	}



	@media screen and (min-width: 1240px) {
		.faq-answer-bubble{
		font-size: 19px;
		padding:20px 40px;
		}
	}

	.vendorsponsor-detail-copy{
	 color:#000;
	}
	.vendorsponsor-detail-copy a{
	 color:#000;
	text-decoration: underline;
	}
	.sliding-panel .vendorsponsor-detail-copy h4 {
	color:#000;
	font-weight: bold;
	margin-bottom: 20px;
	}

	.gallery2018{
	width:100%;
	padding:0px 5px 0 5px;
	}

	body.gallery-page{
	overflow: auto;
	}
	.gallery-page header{
	width:100%;
	}

	.grid{
	width:100%;
	}
	.grid-sizer, .grid-item { width: calc(100%/2); padding:5px; }


	.grid-item img{
	width:100%;
	height: auto;
	}
	.grid-item img:hover{
	opacity:0.7;
	}

	@media screen and (min-width: 640px) {
		.grid-sizer, .grid-item { width: calc(100%/3); padding:5px; }
	}

	.gallery-header{
	background-size: cover;
	background-position: center center;
    background-size: clamp(10px,200%,1400px);
    background-repeat: no-repeat;
     background-color: #000;
	width:100%;
	height:200px;
	margin-bottom: 5px;
	font-size: 40px;
	color:#fff;
	font-weight: bold;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
	}

	@media screen and (max-width: 900px) {
		.gallery-header{
          height:150px;
          background-size: clamp(10px,200%,1000px);
          background-repeat: no-repeat;
          background-color: #000;
        }
	}

	.contact-form h3{
	color:#000;
	}
	.contact-form a{
	color:#000;
	}
	.contact-form a:hover{
	color:#000;
	}


.vendor-detail-panel .vendor-image-one{
		border:5px solid #fff;
		width:48%;
		margin: auto;
		transform: rotate(-7deg);
	}

	.vendor-detail-panel .vendor-image-two{
		border:5px solid #fff;
		width:48%;
		margin: auto;
		transform: rotate(7deg);
		display:none;
	}

	.vendor-detail-panel .vendor-image-three{
		border:5px solid #fff;
		width:49%;
		margin: auto;
		transform: rotate(7deg);

	}
	.vendor-graphics{
		width:100%;
		position: relative;
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		align-items: flex-end;
		margin-top:20px;
	}

	@media (max-height: 500px) and (min-height: 200px) {
		.vendor-graphics{
		display: none;
		}
	}
	@media screen and (min-width: 1020px) {
		.vendor-graphics{
		width:100%;
		position: absolute;
		bottom:0;
		right:0;
		margin-top:0;
		}
		.vendor-detail-panel .vendor-image-one{
		width:33%;
		border:8px solid #fff;
		}
		.vendor-detail-panel .vendor-image-two{
		position: absolute;
		left:50%;
		margin-left:-20%;
			bottom:0;
		width:40%;
		border:8px solid #fff;
		display: inline-block;
		}
		.vendor-detail-panel .vendor-image-three{
		width:33%;
			border:8px solid #fff;
		}
	}



.home-page-youtube-contain {
  position: relative;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index:0;
  width:100vw;
  height:100vh;
  background-size: cover;
  background-position: center center;
  display: none;
}
@media screen and (min-width: 460px) {
	.home-page-youtube-contain {
	display: block;
	}
}
.home-page-mobile-bg {
  position: relative;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index:0;
  width:100vw;
  height:100vh;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 460px) {
	.home-page-mobile-bg {
	display: none;
	}
}
.video-foreground{
display:none;
}
.home-page-youtube-contain iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media screen and (min-width: 960px) {
.video-foreground {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  pointer-events: none;
	 display: block;
	}
	.home-page-youtube-contain {
  	position: fixed;
	}
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}

.gallery-copybox{
	padding:20px;
	text-align: center;
	background:#000;
	color:#fff;
	margin:7px 5px 4px 5px;
}
.gallery-copybox p:last-child{
	margin: 0;
}


.social-landing-desktop {
font-size: 20px;
display: block;
text-align: center;
width: 100%;
position: relative;
margin-top:20px;
 }

@media screen and (min-width: 460px) {
	.social-landing-desktop {
	font-size: 28px;
	}
}


.social-landing-desktop a {
margin: 0 7px;
color:#000;
background:#fff;
border-radius: 100%;
width:40px;
height:40px;
text-align: center;
display: inline-block;
padding:7px 0 0 0;
font-size: 20px;
}

.social-landing-desktop a.tiktok {
	color: #ffffff00;
	background: url(/resources/images/icon-tiktok-black.svg) #fff;
	background-position: center;
	background-size: 50%;
	background-repeat: no-repeat;
}

@media screen and (min-width: 460px) {
	.social-landing-desktop a {
	font-size:26px;
	padding:5px 0 0 0;
	margin: 0 10px;
	}
}

.extra-edge-padding{
	/* padding-bottom:90px; */
}

.extra-edge-padding-mobile{
	padding-bottom:70px;
}

@media screen and (min-width: 460px) {

	.extra-edge-padding-mobile{
	padding-bottom:0px;
	}

}

.city-landing-alignment{
	justify-content:normal;
}

.contactcentered{

}
@media screen and (min-width: 1048px) {
	.contactcentered{
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	}
}

.landing-top-bar{
	background:rgba(0, 0, 0, 0.8);
	padding:10px 0;
	position: fixed;
	top:0;
	left:0;
	width:100%;
}
@media screen and (min-width: 460px) {
	.landing-top-bar{
	background:rgba(0, 0, 0, 1);
	}
}
.landing-top-bar img{
	display: block;
	margin:0 auto;
	width:90%;
	max-width: 350px;
	height: auto;
}


.flex-sponsors {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.flex-sponsors .sponsor {
  width: 50%;
  padding: 10px;
}
.flex-sponsors .sponsor img {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .flex-sponsors .sponsor {
    width: 25%;
  }
}
@media screen and (min-width: 1023px) {
  .flex-sponsors .sponsor {
    width: 50%;
  }
}
@media screen and (min-width: 1279px) {
  .flex-sponsors .sponsor {
    width: 25%;
  }
}

@media screen and (max-width: 1022px) {
	#globalpurchasetickets {
		position: fixed;
		bottom: 0;
		z-index: 40000;
		display: block !important;
		background: #c82727;
		color: #fff;
		width: 100vw;
		padding: 10px 10px;
		font-weight: 700;
		text-align: center;
		font-size: 1.2em;
	}
	#globalpurchasetickets span {
		color: #fff;
		display: block;
	}
}


@media screen and (max-width: 1022px) {
  .panel.righty .homepagevimeo {
		border-top: 15px solid #000000;
		position: relative;
    padding: 0;
		margin: 0;
		font-size: 0;
    background: #000;
		display: block !important;
		width: 100vw;
		height: calc(100vw * .6);
	}
}

.comapnyfooter {
	position: fixed;
	bottom: 0px;
	background: #eaeaea;
	width: 100%;
	padding: 5px 10px;
	display: block;
	text-align: center;
	line-height: 1.5;
	1display: flex;
    1align-items: center;
    1justify-content: center;
	color: #606060;
	font-size: 9pt;
	box-sizing: border-box;
}
.comapnyfooter span,
.comapnyfooter a {
	font-size: 9pt;
	margin: 0 5px;
	color: #606060;
	white-space: nowrap;
}

.comapnyfooter span:not(.last):after,
.comapnyfooter a:not(.last):after {
	position: absolute;
	content: "|";
	margin-left: 5px;
	margin-top: 1px;
	font-size: 7pt;
}
.comapnyfooter a:last-of-type:after {
	display: none;
}
.comapnyfooter br {
	display: none;
}

@media screen and (max-width: 1022px) {
	.comapnyfooter span:last-of-type:after {
		display: none;
	}
	.comapnyfooter br {
	display: block;
}

}


/* newsletter promo */
#newsletter_promo {
	background: #00000069;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 200000;
}
#newsletter_promo.on {
  display: flex;
}

	#newsletter_promo > div {
		position: relative;
		display: block;
		flex: 0 0 auto;
		width: 92%;
		max-width: 600px;
		height: fit-content;
		background: #000;
		color: #fff;
		border: 10px solid #fff;
		text-align: center;
		font-size: 12pt;
		line-height: 1.5em;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	
	#newsletter_promo a[data-action="close"] {
		position: absolute;
		top: 10px;
		right: 10px;
		border: 2px solid #fff;
		border-radius: 100%;
		width: 30px;
		height: 30px;	
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#newsletter_promo a[data-action="close"] svg {
		pointer-events: none;
		width: 80%;
		height: auto;
	}

	#newsletter_promo h1,
	#newsletter_promo p {
		pointer-events: none;
		line-height: 1.5em;
	}

	#newsletter_promo h1 {
		margin: 0;
		padding: 0;
		font-size: 20pt;
		border: none;
		line-height: 1.3em;
	}	

	#newsletter_promo  a {
		color: #fff;
	}

	#newsletter_promo h1:after {
		display: none;
	}

	#newsletter_promo div[data-step="1"],
	#newsletter_promo div[data-step="2"],
	#newsletter_promo div[data-step="3"] {
		padding: 50px 20px 20px;
	}
	#newsletter_promo div[data-step="1"] h1 {
		margin-bottom: 10px;
	}

	#newsletter_promo div[data-step="2"],
	#newsletter_promo div[data-step="3"] {
		max-width: 500px;
	}

	#newsletter_promo div[data-step="2"] h1 {
		margin: 0 0 15px;
		font-size: 23pt;
	}


	#newsletter_promo div[data-step="3"] h1 {
		margin: 15px 0;
		font-size: 25pt;
	}
	#newsletter_promo div[data-step="3"] h2 {
		margin: 0;
		padding: 0;	
		line-height: 1.3em;
	}

	#newsletter_promo div[data-step="2"],
	#newsletter_promo div[data-step="3"]{
		display: none;
	}

	#newsletter_promo form {
		margin: 0;
		padding: 0;
		text-align: left;
		margin-bottom: 20px;
	}

	#newsletter_promo label,
	#newsletter_promo legend {
		font-size: 12pt;
		text-transform: uppercase;
	    font-weight: bold;
	}

	#newsletter_promo legend em {
		margin-left: 10px;
		font-size: 10pt !important;
		font-weight: normal;
	}

	#newsletter_promo legend {
		display: block;
		margin-top: 50px;
		margin-bottom: 10px;
	}

	#newsletter_promo form fieldset {
		display: block;
		margin-top: 20px;
		line-height: 1.2em;
	}

	#newsletter_promo form input[type="email"] {
		padding: 10px;
	}

	#newsletter_promo form fieldset div {
	  display: inline-block;
	  vertical-align: middle;
	  margin-bottom: 10px; 
	}

	#newsletter_promo form fieldset div label {
	    font-family: "Open Sans", sans-serif;
	    display: inline-block;
	    padding: 0;
	    margin-right: 20px;
	    vertical-align: middle;
	    font-weight: normal;
	    text-transform: none; 
	}

	#newsletter_promo form fieldset div input {
	    width: auto;
	    margin-right: 5px;
	    display: inline-block;
	    vertical-align: middle;
	    margin-bottom: 0; 
	}

	#newsletter_promo button {
		margin-top: 20px;
		background: #ffffff;
    color: #000;
		width: 100%;
		padding: 10px;
		font-weight: bold;
	}

	#newsletter_promo div[data-step="2"] em {
		font-size: 11pt;
	}

/* tickets queue */
#tickets_queue {
	background: #000000f0;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 200000;
}
#tickets_queue.on {
  display: flex;
}

	#tickets_queue > div {
		position: relative;
		flex: 0 0 auto;
		flex-direction: column;
		width: 92vw;
		max-width: 600px;
		background: #000;
		color: #fff;
		border: 10px solid #fff;
		text-align: center;
		font-size: 12pt;
		line-height: 1.5em;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
	}

	#tickets_queue div.columns {
		display: flex;
		justify-content: center;
		align-items: flex-end;
		flex: 1 1 auto;
		gap: 10px;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 10px;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	#tickets_queue div.columns div {
		width: 50%;
		font-size: 15pt;
		line-height: 1.3em;
		box-sizing: border-box;
		padding: 10px 20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	#tickets_queue div.columns div i {
		font-size: 30pt;
		color:  #E0529D;
		margin-bottom: 10px
	}

	#tickets_queue div.columns span {
		display: block;
		margin-top: 20px;
		border: 2px solid #FFF;
		box-sizing: border-box;
		padding: 20px 20%;
		font-size: 25pt;
		max-width: 200px;
		flex: 0 0 auto;
	}

	#tickets_queue div.footer {
		font-size: 14pt;
		box-sizing: border-box;
		padding: 10px 20px;
		line-height: 1.5em;
	}

	#tickets_queue div.footer h2,
	#tickets_queue div.footer h3 {
		margin: 0;
		padding: 0;
		margin-bottom: 20px;
		font-size: 20pt;
    text-align: center;
	}

	#tickets_queue div.footer h3 {
		font-size: 16pt;
		line-height: 1.5em;
	}

	#tickets_queue div.footer h2 {
		line-height: 30pt;
		display: flex;
    justify-content: center;
		align-items: center;
	}

	#tickets_queue div.footer h2 i {
		font-size: 35pt;
		color:  #E0529D;
		padding: 0 10px;
		box-sizing: border-box;			
	}

	#tickets_queue div.footer > i {
		font-size: 60pt;
		color:  #E0529D;
		margin: 30px 0 20px;
		display: block;
	}

	@media screen and (max-width: 600px) {
		#tickets_queue div.footer h2,
		#tickets_queue div.footer h3 {
			margin-bottom: 10px;
			font-size: 18pt;
		}
		#tickets_queue div.footer h2 {
			line-height: 22pt;
		}	
		#tickets_queue div.footer h3 {
			font-size: 14pt;
			line-height: 1.5em;
		}
		#tickets_queue div.columns {
			gap: 5px;
			padding: 10px 5px;
			margin-top: 0px;
			margin-bottom: 0px;
		}
		#tickets_queue div.columns span {
			padding: 20px 20%;
			font-size: 22pt;
		}
		#tickets_queue div.columns div i {
			font-size: 25pt;
			margin-bottom: 10px
		}
		#tickets_queue div.footer {
			font-size: 12pt;
			padding: 00px 10px;
			line-height: 1.5em;
		}
		#tickets_queue div.columns div {
			width: 50%;
			font-size: 13pt;
			line-height: 1.2em;
			box-sizing: border-box;
			padding: 10px 20px;
		}

		#tickets_queue div.footer > i {
			font-size: 40pt;
			margin: 10px 0 10px;
		}

	}

  @media screen and (max-width: 400px) {
		#tickets_queue div.footer h2,
		#tickets_queue div.footer h3 {
			margin-bottom: 10px;
			font-size: 15pt;
		}
}

@media screen and (min-width: 360px) {
	.wrapper-price-qty {
		display: flex;
		height: 30px;
		display: flex;
		align-items: center;
		margin-bottom: 5px;
	}
	
	.wrapper-price-qty p {
		margin: 0;
		margin-right: 20px;
	}
}

input.button.standout {
	background: #9cfffa;
	color: #000;
	display: block;
	float: none;
	right: 0px;
	left: 100%;
	transform: translateX(-100%);
	position: relative;
	margin-bottom: 20px;
	margin-top: -20px;
}

@media screen and (max-width: 1025px) {
	input.button.standout {
	margin-top: 0px;
	}
}

/* new ticket layout */

.tickets-group .title-panel
.tickets-group-sidebar .title-panel, {
  color: #000;
  position: relative;
}

.tickets-group .title-panel.background-image,
.tickets-group-sidebar .title-panel.background-image {
  background: #FFF !important;
}

@media screen and (min-width: 1025px) {

  .tickets-group .contentpanel:before,
  .tickets-group-sidebar .contentpanel:before {
    position: absolute;
    content: ' ';
    padding: block;
    top: 20px;
    left: 0px;
    width: 2px;
    height: 100%;
    background: #000;
  }

}



.tickets-group .title-panel .content,
.tickets-group-sidebar .title-panel .content {
  max-width: 600px;
}

.tickets-group .title-panel h1,
.tickets-group-sidebar .title-panel h1 {
  color: #ff499e;
  font-size: 35pt;
  margin-bottom: 10px;
}

.tickets-group .title-panel .promo,
.tickets-group-sidebar .title-panel .promo {
  color: #ff499e;
  font-size: 17px;  font-weight: bold;
  position: relative;
  margin: 20px 0 00px;
  display: flex;
  justify-content: center;
  align-items: center;  
  align-content: center;
  width: 100%;
}

.tickets-group .title-panel .promo > div,
.tickets-group-sidebar .title-panel .promo > div {
  width: 70%;
  max-width: 350px;
  background: #FFF;
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
}

.tickets-group .title-panel .promo p ,
.tickets-group-sidebar .title-panel .promo p {
  margin: 10px 0;
}

.tickets-group .title-panel .promo:before,
.tickets-group-sidebar .title-panel .promo:before {
  position: absolute;
  content: ' ';
  padding: block;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #000;
}

.tickets-group .title-panel .loc-note,
.tickets-group-sidebar .title-panel .loc-note {
  border-bottom: 2px solid #000;
  width: 100%;
  box-sizing: border-box;
  padding-top: 0px;
  padding-bottom: 30px;
  font-size: 16pt !important;
}

.tickets-group .title-panel .loc-note  h5,
.tickets-group-sidebar .title-panel .loc-note  h5 {
    font-weight: 300;
    letter-spacing: 0.08em;
    font-size: 15px;
}

.tickets-group .title-panel .loc-note  h5 strong,
.tickets-group-sidebar .title-panel .loc-note  h5 strong {
  font-weight: 300;
}

.tickets-group .title-panel .location-info,
.tickets-group-sidebar .title-panel .location-info {
  color: #000;
}

.tickets-group .ecom-box {
  padding: 35px 25px 20px;
  box-sizing: border-box;
}

.tickets-group .ecom-box {
  margin-top: 50px;
}

.tickets-group .ecom-box:first-of-type {
  margin-top: 0px;
}

.tickets-group .ecom-box h3 {
    color: #000;
    background: #FFF;
    font-size: clamp(11pt,4.5vw,15pt);
    position: absolute;
    top: -18px;
}

.tickets-group .ecom-box hr {
    border-top: 2px solid #000;
    margin: 20px 0;
}

.tickets-group .ecom-box .subcategory {
   display: flex;
   gap: 10px;   
   align-items: center;
   margin-bottom: 10px;
}



.tickets-group .ecom-box h4 {
    color: #ff499e;
    background: #FFF;  
    font-size: 12pt;
    padding: 0;
    margin: 0;
}


.tickets-group .ecom-box .wrapper-price-qty p {
  flex: 1;
}

.tickets-group .ecom-box .wrapper-price-qty input {
  width: 30px;
  text-align: center;
}

.tickets-group .ecom-box .wrapper-price-qty .trending {
	color: #FF5302;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	white-space: nowrap;
}

@media screen and (max-width: 600px) {
  .tickets-group .ecom-box .wrapper-price-qty label {
    display: none;
  }
}

@media screen and (max-width: 1025px) {

  .mobile-off {
    display: none !important;
  }

  .mobile-padding {
    margin-top: 20px;
  }


}