@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: "Roboto", Helvetica, sans-serif;
  vertical-align: baseline;
  box-sizing: border-box;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

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

.l, .left {
  float: left;
}

.r, .right {
  float: right;
}

p {
  margin-bottom: 0;
}

/* end reset*/
.header,
.main,
.footer,
.column {
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

h1 {
  font-size: 36px;
}
.slide h1, h1.perfHeaderH1 {
  font-family: "Rye", "Roboto", sans-serif, arial;
  font-size: 45px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

h1, h2, h3, h4 {
  font-weight: bold;
}

.isDropDown {
  cursor: pointer;
}
.isDropDown .ddLabel:after {
  content: "▼";
  font-size: 10px;
  margin-left: 5px;
  color: #ffffff;
}
.isDropDown.isOpen .ddLabel:after {
  content: "▲";
}

.ddContent {
  display: none;
}
.isOpen .ddContent {
  display: block;
  position: absolute;
  padding-top: 0.5em;
  width: 200px;
}
@media screen and (min-width: 1050px) {
  .isOpen .ddContent {
    width: 250px;
  }
}
.isOpen .ddContent a {
  float: left;
  width: 100%;
  padding: 0.5em 1em;
  font-size: 14px;
  text-decoration: none;
  color: #1e0042;
}
@media screen and (min-width: 1050px) {
  .isOpen .ddContent a {
    font-size: 16px;
  }
}
.isOpen .ddContent a.seeAllLink {
  text-align: center;
  color: #ffffff;
  background: #ad860e;
  margin-top: 0.5em;
}
.isOpen .ddContent a:hover {
  text-decoration: underline;
}

.shade {
  background: #f1f1f1;
}

.button {
  width: 100px;
  text-align: center;
  padding: 0.5em 1em;
  border-radius: 20px;
  text-decoration: none;
}

.button-primary {
  background: rgba(173, 134, 14, 0.8);
  color: #ffffff;
}
.button-primary:hover {
  background: #ad860e;
}

@media screen and (min-width: 700px) {
  .column {
    width: 50%;
  }
}
.content {
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1em;
}
.content h2, .content h3 {
  text-transform: capitalize;
  margin: 0.5em 0;
  float: left;
  width: 100%;
}
.content p {
  float: left;
  width: 100%;
  margin-bottom: 1em;
  line-height: 1.4;
}
.content p img {
  margin: 0 0 1em 1em;
  box-shadow: 0px 1px 3px #cccccc;
  border-radius: 4px;
}
.content ul {
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: circle;
  text-indent: 2em;
  line-height: 1.5;
}
.content ul li {
  margin: 0.25em 0;
}
.content ul li span {
  font-weight: bold;
}
.content .venueInfo {
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.content .venueInfo ul {
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none;
  text-indent: 0;
}
.content .venueInfo ul li {
  margin: 0.25em 0;
}
.content .venueInfo ul li span {
  font-weight: bold;
}

.merchBox {
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1em;
}
.merchBox h2 {
  text-align: center;
  margin-bottom: 0.5em;
  color: #523c2b;
}
.merchBox#tiles {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.merchBox#list {
  padding: 3em 1em;
}

.merchTitle,
.merchInfo {
  float: left;
  width: 100%;
  color: #1e0042;
  margin-top: 0.5em;
}

.merchInfo {
  font-size: 14px;
}

.merchTile {
  float: left;
  margin: 0 1em;
  width: 100%;
  padding: 1em;
}
.merchTile img {
  width: 100%;
  box-shadow: 0px 1px 3px #999;
}
.merchTile img:hover {
  filter: grayscale(75%);
}
.merchTile .merchInfo {
  border-bottom: solid 1px #cccccc;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 700px) {
  .merchTile {
    width: 40%;
  }
}
@media screen and (min-width: 900px) {
  .merchTile {
    width: 42%;
  }
}
@media screen and (min-width: 1050px) {
  .merchTile {
    width: 30%;
    margin: 0 2em;
  }
}

.merchList {
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  counter-reset: ol-counter;
}
.merchList li {
  float: left;
  width: 100%;
}
.merchList li:before {
  content: counter(ol-counter, decimal);
  counter-increment: ol-counter;
  float: left;
  margin-top: 2em;
  height: 25px;
  background: #523c2b;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 20px;
  color: #f1f1f1;
}
.merchList .merchTitle,
.merchList .merchInfo {
  width: calc(100% - 132px);
}
.merchList .merchListImg {
  float: right;
  margin-top: -1em;
}
.merchList .merchListItem {
  text-decoration: none;
  margin: 0.5em 0;
  border-bottom: solid 1px #cccccc;
  padding: 0.5em;
  float: left;
  width: calc(100% - 25px);
  /*
  &:before {
      @include button;
      content: 'Tickets';
      background: $primary-transparent;
      color: $white;
      float: right;
      box-sizing: border-box;
      margin-top: $halfGutter;
  }
  */
}
.merchList .merchListItem:hover:before {
  background: #ad860e;
}

.perfHeaderH1 {
  color: #ffffff;
  position: relative;
  float: left;
  margin-top: 4em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  text-transform: capitalize;
}

.eventListings {
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.eventListings .event {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
  justify-content: space-between;
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 2em 1em;
  border-bottom: solid 1px #cccccc;
  text-decoration: none;
  color: #1e0042;
}
.eventListings .event .eventDetails {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column-reverse;
  line-height: 1.4;
}
@media screen and (min-width: 900px) {
  .eventListings .event .eventDetails {
    flex-direction: row;
    display: flex;
    align-items: center;
    align-content: center;
  }
}
.eventListings .event .dateBox {
  font-size: 14px;
  max-width: 100px;
}
.eventListings .event .dateBox span {
  float: left;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .eventListings .event .dateBox {
    text-align: center;
  }
}
.eventListings .event .infoBox {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 900px) {
  .eventListings .event .infoBox {
    margin-bottom: 0;
    padding-left: 1em;
    border-left: dotted 1px #cccccc;
  }
}
.eventListings .event .infoBox .venueLoc {
  font-size: 14px;
}

.linkList {
  column-count: 3;
  column-width: 400px;
  column-rule: 1px dotted #eaeaea;
}
.linkList li {
  float: left;
  width: 100%;
  margin: 0;
}
.linkList .pListLink {
  display: block;
  padding: 0.5em 0.25em;
  border-bottom: dotted 1px #eaeaea;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  float: left;
  width: 100%;
  text-decoration: none;
  color: #1e0042;
}
.linkList .pListLink:hover {
  background: #eaeaea;
}
.linkList .pListLink .pListImage {
  float: right;
  width: calc(150px - 1em);
  margin-left: 1em;
  box-shadow: 0px 1px 4px #523c2b;
  border-radius: 4px;
  height: 100px;
}
.linkList .pListLink span {
  float: left;
  width: calc(100% - 150px);
}

.privacy h4 {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.25em;
  text-decoration: underline;
  padding-left: 0.25em;
}
.privacy p {
  font-size: 14px;
  padding-left: 0.5em;
}
.privacy ul {
  list-style: disc outside;
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  padding-left: 1em;
}
.privacy ul li {
  margin-left: 1em;
}

.noEvents {
  padding: 4em 1em;
  font-size: 16px;
  text-align: center;
  border-bottom: dotted 1px #eaeaea;
  background: rgba(173, 134, 14, 0.8);
  color: #ffffff;
  line-height: 1.3;
}

#full.column {
  width: 100%;
}

.pageNotFound {
  text-align: center;
}
.pageNotFound .fancy {
  margin: 1em auto;
  max-width: 750px;
}
.pageNotFound .fancy p {
  font-family: "Rye", "Roboto", sans-serif, arial;
  font-size: 36px;
  color: #ad860e;
}

.contentHeader {
  float: left;
  position: relative;
  box-sizing: border-box;
  padding-top: 0.5em;
  padding-left: 0.5em;
  margin-bottom: 0.5em;
  font-size: 36px;
  font-family: "Rye", "Roboto", sans-serif, arial;
  color: #ad860e;
}

.performerImage {
  float: right;
  width: 40%;
  right: 0;
  box-sizing: border-box;
}
.performerImage img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0px 1px 4px #ccc;
}

.crossLinks {
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1em;
}
.content .crossLinks {
  padding: 0;
}
.crossLinks h4 {
  margin-bottom: 0.5em;
}
.crossLinks .linkList {
  column-count: 2;
  column-width: 300px;
  column-rule: none;
  margin: 0;
  list-style: none;
  text-indent: 0;
  line-height: 1.5;
}
.crossLinks .linkList li {
  margin: 0;
}
.crossLinks .linkList a {
  padding: 0.5em 0.25em;
  font-size: 14px;
}

.header:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.navBar {
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.navBar .stripe {
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.navBar .stripe:before {
  content: "";
  background: rgba(173, 134, 14, 0.8);
  height: 35px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  top: 33px;
}
.navBar .inner {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.5em;
  height: 100px;
}
.navBar div, .navBar nav {
  z-index: 2;
  position: relative;
}

.telephoneLink {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0.5em;
}
.telephoneLink a {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}
.telephoneLink a:before {
  content: "Need Help?";
  font-size: 12px;
  display: block;
  text-align: center;
  margin-bottom: 0.25em;
}

.search {
  width: 150px;
  margin-right: 1em;
}
.search input {
  border: solid 1px #eaeaea;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  border-radius: 20px;
  padding: 0.5em 1em;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 1050px) {
  .search input {
    font-size: 16px;
    padding: 0.25em 0.5em;
  }
}
.search .results {
  position: absolute;
  width: 100%;
  min-width: 160px;
  margin: 0.25em 0.5em;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 1px 3px #999;
  top: 35px;
}
.search .results a {
  float: left;
  width: 100%;
  padding: 0.5em;
  font-size: 14px;
  text-decoration: none;
  color: #1e0042;
}
.search .results a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1050px) {
  .search {
    width: 200px;
  }
}

.logo {
  width: 125px;
}
.logo img {
  width: 100%;
}
@media screen and (min-width: 700px) {
  .logo {
    width: 150px;
  }
}

.nav {
  width: 150px;
}
@media screen and (min-width: 1050px) {
  .nav {
    width: 200px;
  }
}
.nav .ddLabel {
  color: #ffffff;
  padding: 0 0.5em;
  height: 35px;
  line-height: 33px;
  float: right;
}
.nav .ddLabel:hover {
  background: #ad860e;
}
.nav .isOpen .ddContent {
  top: 35px;
  right: 0;
  background: #ffffff;
  margin-top: 0.25em;
  border-radius: 5px;
  overflow: hidden;
}

.footer {
  padding: 2em;
  background: #523c2b;
}
.footer .footerLinks {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .footerLinks a, .footer .footerLinks span {
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0.5em;
}
.footer .footerLinks a:after {
  content: "|";
  margin-left: 1em;
}
.footer .footerLinks a:hover {
  text-decoration: underline;
}
.footer .socialLinks {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
  justify-content: center;
  margin-top: 1em;
}
.footer .socialLinks .socialLink {
  background: #ffffff;
  border-radius: 100%;
  margin: 0 0.5em;
  width: 35px;
  height: 35px;
}
.footer .socialLinks .socialLink svg {
  fill: #ad860e;
}
.footer .socialLinks .socialLink:hover {
  background: #ad860e;
}
.footer .socialLinks .socialLink:hover svg {
  fill: #ffffff;
}
.footer .trustmark {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
  justify-content: center;
  margin: 1em 0;
}
.footer .trustmark img {
  max-width: 150px;
}
.footer .cert {
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  margin-top: 1em;
}

.slideContent {
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  padding: 1em 0.5em;
  margin-top: 2em;
}
.slideContent .slide {
  display: none;
}
.slideContent .slide.active {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}
.slideContent .slide h1 {
  color: #ffffff;
  display: block;
  margin: 1em 0 0.5em 0;
  text-align: center;
}
.slideContent .slide .button {
  width: 100px;
  text-align: center;
  padding: 0.5em 1em;
  border-radius: 20px;
  text-decoration: none;
  background: rgba(173, 134, 14, 0.8);
  color: #ffffff;
  margin-bottom: 1em;
}
.slideContent .slide .button:hover {
  background: #ad860e;
}

#slides {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-image 1s ease;
}

.slideDots {
  margin: 1em;
}
.slideDots .slideDot {
  float: left;
  width: 15px;
  height: 15px;
  border: solid 3px #ad860e;
  border-radius: 20px;
  margin: 0.5em;
  cursor: pointer;
}
.slideDots .slideDot.active {
  background: rgba(173, 134, 14, 0.8);
}

#map-list {
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 2em 0;
}

.btn-primary.buyButton {
  background-color: rgba(173, 134, 14, 0.8) !important;
  border: #ad860e !important;
  border-radius: 20px !important;
}

.tp_sectionGroups {
  width: 99% !important;
}

.eventPage .eventDetails {
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
  padding-top: 2em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  color: #ffffff;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .eventPage#perfHeaderImg {
    height: 48px;
    overflow: hidden;
  }
  .eventPage#perfHeaderImg .eventDetails {
    font-size: 12px !important;
    position: absolute;
    padding-top: 0;
    background: #ad860e;
    z-index: 9;
  }
  .eventPage#perfHeaderImg .eventDetails .eventHeaderH1, .eventPage#perfHeaderImg .eventDetails .venueLoc, .eventPage#perfHeaderImg .eventDetails .date, .eventPage#perfHeaderImg .eventDetails .dateTime {
    font-size: 12px;
    float: left;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    overflow: hidden;
  }
}

.logo {
  width: 130px;
  background: #fff;
  border-radius: 70px;
  height: 130px;
  padding: 0px 5px 5px 5px;
}

.navBar .inner {
  justify-content: flex-start;
}
.navBar .inner #search {
  margin-right: 0;
  margin-left: 1em;
}
.navBar .inner .nav {
  position: absolute;
  right: 1em;
}

#perfHeaderImg {
  background-image: url("../../assets/img/country3.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.slide h1, h1.perfHeaderH1 {
  font-weight: normal;
}

.crossLink {
  color: #ad860e;
}

@media screen and (max-width: 450px) {
  .search {
    display: none;
  }
}