@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,700");
/************** LOAD FONTS ******************/
@font-face {
  font-family: "OpenSans-Bold-webfont";
  src: url("fonts/OpenSans-Bold-webfont.woff2") format("woff2"), url("fonts/OpenSans-Bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-ExtraBold-webfont";
  src: url("fonts/OpenSans-ExtraBold-webfont.woff2") format("woff2"), url("fonts/OpenSans-ExtraBold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Regular-webfont";
  src: url("fonts/OpenSans-Regular-webfont.woff2") format("woff2"), url("fonts/OpenSans-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Semibold-webfont";
  src: url("fonts/OpenSans-Semibold-webfont.woff2") format("woff2"), url("fonts/OpenSans-Semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/************************* BODY/CONTAINER ********************/
body {
  /* |%  need to set body background and default font options */
  color: #313131;
  background-size: cover;
  background-color: #111;
  background-attachment: fixed;
  font: 12px/1.583em "Montserrat", sans-serif, Arial, Verdana, sans-serif;
}

.wrapper {
  /* |%  if all elements are contained, this is a set width, if elements stretch to screen width this is 100% */
  width: 100%;
  background: "none";
}

.content {
  background: #fff;
  padding: 15px 15px 15px 15px;
  position: relative;
  margin: 180px auto 60px;
  max-width: calc(1030px - 15px - 15px);
}

.saffireLargeSize.homepage .content,
.homepage .content {
  margin: 150px auto 0 auto;
  padding: 0;
  background: none;
  max-width: 100%;
}

.ui-widget-overlay {
  background-color: black;
  opacity: 0.5;
}

/*********************** STANDARD ELEMENTS ********************/
a {
  color: #3d2cff;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a.buyNowText {
  color: #D70B0B;
  text-decoration: underline !important;
  font-weight: bold;
}

a.buyNowText:hover {
  color: #f42121;
  text-decoration: none !important;
}

input {
  color: #9B9B9B;
}

h1, h2, h3, h4, h5, h6 {
  color: #3d2cff;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  text-transform: none;
}

h1 {
  font-size: 36px;
  line-height: 1.125em;
  margin: 0.2em 0;
}

h2, h2 a {
  font-size: 20px;
  line-height: 1.155em;
}

.cartcols h2 {
  font-size: 16px;
  line-height: 1.155em;
}

h3 {
  font-size: 18px;
  line-height: 1.187em;
}

.hoverContent {
  border-color: #756F46;
}

.starlist li,
.starlist li ul li,
.pdflist li,
.pdflist li ul li {
  background: none;
  line-height: 18px;
  margin: 0;
  padding: 0 0 0 30px;
}

.pdfLinks {
  font-size: 14px;
  font-weight: bold;
}

.alternateRow {
  background: #DDD;
}

/************* BUTTON STYLES *********************/
a.button,
.button {
  /* |%  set font-family */
  padding: 1px 8px;
  font-size: 14px;
  line-height: 1.75em;
  text-transform: uppercase;
  border-radius: 0px;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "Montserrat", sans-serif;
}

.inputFieldSubmit {
  border-radius: 0 0px 0px 0 !important;
}

a.button,
.button,
.buttonSmall {
  background: #3d2cff;
  background: -webkit-linear-gradient(-90deg, #3d2cff);
  background: linear-gradient(180deg, #3d2cff);
  color: #fff !important;
}

a.button:hover,
.button:hover,
.buttonSmall:hover {
  background: #1300ee;
  color: #fff !important;
}

a.updateButton.buttonSmall,
a.removeButton.buttonSmall,
a.cartMenuRemoveButton.button.buttonSmall {
  font-size: 0.9em;
}

/***************** CONTAINERS **************************/
.subContainer,
.sidepic {
  background: #111;
  color: #fff;
  -moz-box-shadow: 2px 2px 5px #000;
  -webkit-box-shadow: 2px 2px 5px #000;
  box-shadow: 2px 2px 5px #000;
}

a.havePhotoLink {
  color: #fff;
}

.subContainer a,
.subContainer h1,
.subContainer h2,
.subContainer h3 {
  color: #fff;
}

.subContainer .error {
  color: #fff;
}

.dateDisplayBar,
.dateDisplay {
  background: #3d2cff;
  color: #000;
}

.dateDisplayBar a,
.dateDisplay a {
  color: #000;
}

.dateDisplay_disabled {
  opacity: 0.4;
}

#google_translate_element {
  /* |%  Google translate position */
  top: 15px;
  right: 30px;
}

.carthr {
  background: #fff;
}

.orderhistory {
  background: #3d2cff;
}

.orderhistory th {
  color: #000;
  padding: 8px 3px;
}

/************************* TABS *******************************/
.homepageTabsContainer {
  padding-left: 20px;
}

.homepageTabsContainer {
  position: absolute;
  right: 0;
  left: auto;
  top: -33px;
  bottom: auto;
}

/* TAB BACKGROUND COLORS */
.homepageTabs > li > a,
.tabs > ul > li > a {
  background: #373737;
}

.homepageTabs li ul,
.tabOn,
.homepageTabs > li > a:hover,
.homepageTabs .eventTabSubmenu {
  background-color: #111 !important;
}

.homepageTabs ul.menu li:hover {
  /* |%  hover state for above dropdowns */
  background: #111;
}

/* END TAB BACKGROUND COLORS */
.homepageTabs ul.menu a {
  /* |%  font color for tabs */
  color: #fff;
}

.tab,
.tabOn {
  font-size: 12px;
  line-height: 1.2em;
  font-family: "Montserrat", sans-serif;
}

.homepageTabs ul.menu a {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
}

.homepageTabs > li > a,
.tabs > ul > li > a {
  float: left;
  display: block;
  padding: 5px 12px;
  height: 17px;
  margin: 6px 0 0;
  border-radius: 0;
  white-space: nowrap;
}

.homepageTabs a,
.tabs a {
  color: #fff;
}

/******************************* TOP/GLOBAL ITEMS ************************************/
.generalmessage {
  /* |%  set font-family, background color, color, etc. */
  background: #504686;
  -webkit-box-shadow: 0 -3px 5px #000 inset;
  -moz-box-shadow: 0 -3px 5px #000 inset;
  box-shadow: 0 -3px 5px #000 inset;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 8px;
  font-family: "Montserrat", sans-serif;
  transition: 0.3s;
}

.generalmessage a {
  color: #fff;
}

.saffireWindowScrolled .generalmessage {
  font-size: 0;
  padding: 0;
  height: 0;
  transition: 0.3s;
}

.socialNetworks {
  z-index: 80000000;
  position: fixed;
  right: -80px;
  top: 21%;
  border-top: 3px solid rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: right 0.6s ease;
  transition: right 0.6s ease;
}

.pageIsLoaded .socialNetworks {
  right: 0;
}

.socialNetworks > span,
.socialNetworks > a {
  display: block;
  float: none;
  width: 48px;
  height: 47px;
  border: 3px solid rgba(0, 0, 0, 0.2);
  position: relative;
  -o-transition: transform 0.4s ease, left 0.4s ease;
  -webkit-transition: transform 0.4s ease, left 0.4s ease;
  -moz-transition: transform 0.4s ease, left 0.4s ease;
  -ms-transition: transform 0.4s ease, left 0.4s ease;
  transition: transform 0.4s ease, left 0.4s ease;
}

#musicPlayerLink {
  background: url("images/music.jpg") no-repeat right 0;
  margin: 0;
  width: 40px;
  height: 39px;
  float: none;
  border: 3px solid rgba(0, 0, 0, 0.2);
  z-index: 2;
}

#musicPlayerDropdown {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.9em;
  padding: 8px 10px;
  right: 12px;
  top: -5px;
  box-shadow: 0 0 4px #fff inset;
}

#musicPlayerDropdown a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  padding-right: 14px;
}

#musicPlayerDropdown a:hover {
  position: relative;
  padding-right: 3px;
  padding-left: 14px;
}

#musicPlayerDropdown a:hover:after {
  border-left: 4px solid transparent;
  border-radius: 58%;
  border-right: 4px solid transparent;
  border-top: 12px solid #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 0;
}

@media screen and (max-width: 1230px) {
  .socialNetworks {
    top: auto;
    bottom: 0;
    border-top: none;
    border-bottom: none;
  }

  .socialNetworks > a,
.socialNetworks > span#musicPlayerLink {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    float: left;
    margin-left: -8px;
  }

  #musicPlayerDropdown {
    top: auto;
    bottom: 21px;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
}
/*SITE-WIDE WIDGETS */
#widgetBanner {
  background: none;
  height: 1px;
  top: 0;
  position: relative;
  z-index: 100;
  width: 100%;
  margin: 0;
  line-height: normal;
}

/****************** HOMEPAGE WIDGETS ***************/
/* WIDGET GENERAL */
.widget h1,
.homepageh1 {
  /* |%  set font-family */
  color: #F5DF26;
  text-shadow: 5px 4px 4px #000000;
  font-size: 22px;
}

.homepageContent {
  width: 100%;
}

/***************** EXCITING EVENTS - SECONDARY FEATURE ********************/
/************************** PAGE-SPECIFIC/OTHER ITEMS *******************************/
#ourPickButton {
  margin-bottom: 30px;
}

.column2 {
  float: right;
}

.listingItem {
  background: #DDD;
  border-bottom: 1px solid #c4c4c4;
}

.listingItem:hover {
  background: #e5e5e5;
}

.listing .arrowup {
  border-color: #686868 transparent transparent transparent;
}

.listing .arrowup_on {
  border-color: #272625 transparent transparent transparent;
}

.listing .arrowdown {
  border-color: transparent transparent #686868 transparent;
}

.listing .arrowdown_on {
  border-color: transparent transparent #272625 transparent;
}

.modeSelected {
  background-color: rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1a000000", endColorstr="#1a000000",GradientType=0 );
}

/* INTERACTIVE EVENT MAP */
.mapDescription.subContainer,
.hoverContent {
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  opacity: 0.9;
  -moz-box-shadow: 2px 2px 5px #000;
  -webkit-box-shadow: 2px 2px 5px #000;
  box-shadow: 2px 2px 5px #000;
}

/*********************** FOOTER **************************/
.saffireMobileSize.isResponsive .footer .footerSignIn {
  margin-top: 6px;
}

.footer {
  /* set the height of the footer */
  clear: both;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  background: url("images/footer-bg.jpg") no-repeat #fff center bottom;
  height: auto;
  padding: 152px 0 0;
}

.saffireMobileSize .footer {
  padding-bottom: 55px;
  background: url("images/footer-bg.jpg") no-repeat #fff center bottom;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

ul.footerItems1 {
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.saffireMobileSize ul.footerItems1 {
  margin-bottom: 6px;
}

ul.footerItems2 {
  margin: 0 auto;
}

.saffireMobileSize ul.footerItems2 {
  text-align: center;
}

/************************* MODAL CONTENT ********************/
.modal {
  background: #fff;
  padding-top: 15px;
  border: 10px solid #fff;
}

.modalBody {
  /* |%  set modal background color if not white */
  background: #fff;
  padding: 14px;
}

.modalPageBackground {
  background-color: black;
  opacity: 0.5;
}

.modalContent h1 {
  font-size: calc(36px * 0.6944);
  line-height: 1.2em;
}

.modalClose {
  background: none;
  top: 1px;
}

.modalCloseButton:before {
  content: "X";
}

.modalCloseButton img {
  display: none;
}

.modalContent #google_translate_element {
  top: 1px;
  right: 0;
}

/* SHOWORKS TABLE */
.modalBody .showorksModalTitle {
  /* |%  set font-family */
  font-size: 32px;
  line-height: 36px;
}

.modalBody .showorksBreadcrumbs {
  /* |%  set font-family */
  font-size: 20px;
  line-height: 22px;
  color: #3d2cff;
}

.modalBody .showorksTableGrid th {
  /* |%  set font-family */
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.modalBody .showorksTableGrid th {
  padding-bottom: 7px;
  padding-top: 7px;
}

.modalBody .showorksTableGrid td {
  color: #313131;
}

.modalBody .showorksTableGrid tr.odd {
  background: #fff;
  color: black;
}

.modalBody .showorksTableGrid tr.even {
  background: #e6e6e6;
  color: black;
}

/*************** MEMBERS SITE **********************/
.arrowdown {
  border-color: transparent transparent black;
}

.arrowdown_on {
  border-color: transparent transparent white;
}

.arrowup {
  border-color: black transparent transparent;
}

.arrowup_on {
  border-color: white transparent transparent;
}

#directoryFilterOptions > li:hover {
  background: #cbdfe2;
}

.directoryHeader {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px;
}

.members .nav .groups {
  margin-right: 0;
}

.members .nav .groups .group {
  margin: 0 3px;
}

.members .quickLinks {
  right: 39px;
}

.dateDisplayBar,
.viewMode,
.currentlyViewingDate,
#searchEventsInput,
#eventFilterList,
#eventFilterList ul,
.InProgressEventDate,
a.havePhotoLink,
.mapLegend label {
  font-family: inherit;
}

.mapLegend {
  border-left: 1px solid black;
  box-shadow: none;
}

/******************************************************
*                                                     *
*                                                     *
*    DO NOT CHANGE ITEMS BELOW THIS SECTION!!!!       *
*                                                     *
*                                                     *
******************************************************/
.header .searchBox a.button,
.header .emailSignup a.button {
  color: #fff !important;
  background: #ff9b3e;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 0 8px 1px;
}

.header .searchBox a.button:hover,
.header .emailSignup a.button:hover {
  background: #ff7b01;
}

.saffireLargeSize .header .searchBoxSubmit a.button {
  text-indent: -999px;
  width: 1.4em;
  position: relative;
  overflow: hidden;
  font-family: "FontAwesome";
  display: inline-block;
}

.saffireLargeSize .header .searchBoxSubmit a.button:before {
  content: "\f002";
  text-indent: 0;
  font-size: 1em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
}

.saffireLargeSize .header .emailSignup .emailInputSubmit a.button {
  text-indent: -999px;
  width: 1.4em;
  position: relative;
  overflow: hidden;
  font-family: "FontAwesome";
  display: inline-block;
}

.saffireLargeSize .header .emailSignup .emailInputSubmit a:before {
  content: "\f003";
  text-indent: 0;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
}

.header input.textbox {
  min-height: 14px;
}

.header {
  /* |%  need to set height and width if not 100% */
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 150px;
  background: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 800px) {
  /* prevents crazyshifty stuff before js loads */
  .header {
    opacity: 0;
  }

  .pageIsLoaded .header {
    opacity: 1;
  }
}
.saffireMobileSize .header {
  height: 102px;
}

.headerInnerContent {
  display: block;
  margin: 0 auto;
  position: relative;
}

.saffireLargeSize .headerInnerContent {
  height: 150px;
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}

.saffireMobileSize .headerInnerContent {
  padding-right: 0;
}

.saffireMobileSize .headerInnerContent > .clear {
  clear: none;
}

#customLogo {
  /* |%  logo settings */
  background: url("images/logo.png") no-repeat;
  z-index: 5003;
  transition: 1s;
  height: 178px;
  position: absolute;
  left: -25px;
  right: auto;
  top: 0;
  bottom: auto;
  width: 307px;
  background-size: contain;
}

@media screen and (max-width: 1050px) {
  .saffireLargeSize #customLogo {
    left: 0;
  }
}

.saffireMobileSize #customLogo {
  width: 104px;
  top: 0;
}

/* MAIN NAVIGATION */
.saffireLargeSize .nav {
  height: 29px;
  padding: 0;
  background: none;
  clear: both;
  width: 100%;
  z-index: 5002 !important;
  top: 0;
  position: relative;
}

.saffireLargeSize .nav:hover {
  z-index: 5002 !important;
}

.saffireLargeSize .nav .groups {
  position: absolute;
  height: 35px;
  max-height: 50px;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  bottom: auto;
  top: 0;
}

.saffireLargeSize .nav .groups .group {
  margin: 0 0 0 5px;
  padding: 7px 9px 7px;
  border-radius: 0 !important;
  box-sizing: border-box;
}

.saffireLargeSize .nav .groups .group a,
.saffireLargeSize .navDummyLink {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: normal;
  color: #fff;
}

@media screen and (max-width: 1030px) {
  .saffireLargeSize .nav .groups .group a,
.saffireLargeSize .navDummyLink {
    font-size: 13.6px;
  }
}
/* |%  top nav hover color */
.saffireLargeSize .nav .groups .group:hover {
  color: #8479ff;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 4px 4px 0 0;
}
.saffireLargeSize .nav .groups .group:hover a {
  color: #8479ff;
}

.saffireLargeSize .nav .groups .group[aria-haspopup=false] a:hover,
.saffireLargeSize .nav .groups .group[aria-haspopup=false]:hover a,
.saffireLargeSize .nav .groups .group[aria-haspopup=false]:hover {
  border-radius: 4px;
}

/* MAIN NAVIGATION DROP-DOWN MENUS */
.saffireLargeSize .nav .items,
.saffireLargeSize .nav .subitems {
  /* |%  nav dropdown colors */
  background: rgba(0, 0, 0, 0.9);
  padding-top: 0;
  padding-bottom: 0;
  color: #ddd;
}

.saffireLargeSize .nav .items {
  left: 0;
  min-width: 100%;
  top: 99%;
}

.saffireLargeSize .nav .item {
  min-width: 100%;
}

.saffireLargeSize .nav .groups .group:hover .items .item a,
.saffireLargeSize .nav .items .item a,
.saffireLargeSize .navDummyLink {
  color: #ddd;
  font: 14px "Montserrat", sans-serif, Arial, Helvetica, sans-serif;
}

.saffireLargeSize .nav .items .item a:hover {
  color: #bebebe;
  background: rgba(31, 31, 31, 0.9);
}

.saffireLargeSize .nav .group:last-child .items {
  left: auto;
  right: 0;
}

.saffireLargeSize .nav .group:last-child .subitems {
  left: auto;
  right: 100%;
}

/* TOP LINKS */
.saffireLargeSize .quickLinks {
  position: absolute;
  right: 150px;
  left: auto;
  top: 10px;
  bottom: auto;
  float: right;
  margin-top: 0;
  margin-bottom: 0;
}

.saffireLargeSize .quickLinks ul li > a:hover,
.saffireLargeSize .quickLinks ul li.standardLoginStatus a:hover,
.saffireLargeSize .quickLinks ul li.standardMyAccount a:hover,
.saffireLargeSize a.cartMenuLink:hover {
  /* |%  hover color for quick links */
  color: #e0e0e0;
}

.saffireLargeSize .quickLinks,
.saffireLargeSize .quickLinks ul li,
.saffireLargeSize .quickLinks ul li > a,
.saffireLargeSize .quickLinks ul li.standardLoginStatus a,
.saffireLargeSize .quickLinks ul li.standardMyAccount a,
.saffireLargeSize a.cartMenuLink {
  font-size: 11px;
  line-height: normal;
  color: #253f80;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.saffireLargeSize .quickLinks ul li > a.ticket,
.saffireLargeSize .ticket,
.saffireLargeSize .ticket:hover {
  display: inline-block;
  font-weight: 300;
  margin-left: 5px;
  position: static;
  color: #fff;
  padding-left: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.15);
  width: 90px;
  height: 43px;
  padding: 9px 10px;
  width: 70px;
  height: 25px;
}

.saffireLargeSize .ticket:hover {
  background: rgba(255, 255, 255, 0.15);
}

.saffireMobileSize a.ticket,
.saffireMobileSize a.ticket:hover {
  border-radius: 0px;
  height: auto;
  left: auto;
  overflow: hidden;
  padding: 0 3px;
  position: absolute;
  right: 7px;
  text-decoration: none;
  text-indent: 0;
  top: 52px;
  white-space: nowrap;
  width: auto;
  /* line-height: normal !important;
  font-size: 24px !important; */
  background: #ff9b3e;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16.8px;
  right: 15px;
}

.saffireLargeSize .viewcart {
  position: relative;
  z-index: 2000000;
}

.cartNavItemSection.cartNavItemSectionProductDetails {
  border-bottom-color: #fff;
}

.saffireLargeSize #svgViewCartIcon {
  display: none;
}

.saffireLargeSize .quickLinks ul .viewcart a {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  text-transform: none;
  color: #253f80;
  /*  @if map-get($quickLinks, icon-cart) {
   	color: map-get($headerInputs, font-color);

   } */
}

.saffireLargeSize #svgViewCartIcon path {
  fill: #253f80;
}

/* EMAIL & SEARCH BOXES */
.saffireLargeSize .header .emailSignup {
  position: absolute;
  right: 0;
  left: auto;
  top: 24px;
  bottom: auto;
  width: auto;
  z-index: auto;
  font-size: 2em;
}

.quickLinks ul {
  z-index: auto;
}

.saffireLargeSize .header .emailSignup .emailInputField input {
  width: 0;
  padding: 0;
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  transition: all 0.3s ease;
  border-width: 0;
  box-shadow: -2px 0 3px #000;
}

.saffireLargeSize .header .emailSignup:hover .emailInputField input,
.saffireLargeSize .header .emailSignup .emailInputField input:focus {
  width: 125px;
  padding-right: 15px;
  padding-left: 5px;
  z-index: 2000001;
}

.saffireLargeSize .header .emailSignup .emailInputSubmit a {
  border-radius: 0px !important;
}

.saffireLargeSize .header .emailSignup:hover .emailInputSubmit a {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.saffireLargeSize .header .emailSignup .emailInputSubmit a:hover {
  background: #ff9b3e;
}

.searchBox input,
.emailSignup .textbox {
  border-radius: 0px 0 0 0px;
  top: 0;
  border-right: none;
}

.saffireLargeSize .header .searchBox {
  position: absolute;
  right: 0;
  left: auto;
  top: 50px;
  bottom: auto;
  z-index: 5003;
  font-size: 2em;
}

.quickLinks ul,
.saffireLargeSize .header .searchBox,
.saffireLargeSize .header .emailSignup {
  z-index: auto;
}

.saffireLargeSize .header .searchBox .searchBoxInput input {
  width: 0;
  padding: 0;
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  transition: all 0.3s ease;
  border-width: 0;
  box-shadow: -2px 0 3px #000;
}

.saffireLargeSize .header .searchBox:hover .searchBoxInput input,
.saffireLargeSize .header .searchBox .searchBoxInput input:focus {
  width: 125px;
  padding-right: 15px;
  padding-left: 5px;
  z-index: 2000001;
}

.saffireLargeSize .header .searchBox .searchBoxSubmit a {
  border-radius: 0px !important;
}

.saffireLargeSize .header .searchBox:hover .searchBoxSubmit a {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.saffireLargeSize .header .searchBox .searchBoxSubmit a.button:hover {
  background: #ff9b3e;
}

/* WEATHER BUG */
#weatherBugWidget {
  color: #fff;
  white-space: nowrap;
  position: relative;
  left: 0;
  right: auto;
  top: -4px;
  bottom: auto;
  visibility: hidden;
  font-family: "OpenSans-Bold-webfont";
  font-size: 11px;
  background: rgba(27, 79, 144, 0.7);
  display: inline-block;
  padding: 6px 7px 8px;
}

.weatherDescriptive {
  display: none !important;
}

.saffireMobileSize #weatherBugWidget {
  display: none !important;
}

#weatherBugText {
  display: none;
}

#weatherBugImage {
  top: 3px;
}

#weatherBugShortDescription {
  display: inline;
}

/******************************************************
*                                                     *
*                                                     *
*    DO NOT CHANGE ITEMS BELOW THIS SECTION!!!!       *
*                                                     *
*                                                     *
******************************************************/
/* DON'T CHANGE THIS STUFF! */
.saffireMobileSize #siteInfoBannerWidget {
  left: 0;
  padding: 3px 0;
  right: 0 !important;
  top: 0;
  bottom: auto;
}

.saffireMobileSize #siteInfoBannerWidget #eventName {
  clear: left;
  float: none;
  padding-left: 0;
}

/* DATES BANNER */
.saffireLargeSize #widgetBanner {
  position: absolute;
  width: 1030px;
  max-width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
}

#siteInfoBannerWidget {
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  background: transparent;
  background: -webkit-linear-gradient(-90deg, transparent);
  background: linear-gradient(180deg, transparent);
}

.saffireLargeSize #siteInfoBannerWidget {
  background: transparent;
  right: 0;
  position: absolute;
  text-align: right;
  padding: 10px 5px 10px;
  height: 50px;
  top: 122px;
  min-width: auto;
}

@media screen and (max-width: 30px) {
  .saffireLargeSize #siteInfoBannerWidget {
    max-width: calc(100% - (5px * 2));
    min-width: 0;
    width: calc(100vw - 5px - 5px);
  }
}
.saffireMobileSize.siteInfoBannerOn #widgetBanner {
  top: 0;
  position: absolute;
  bottom: auto;
  height: auto;
  clear: both;
}

#siteInfoBannerWidget #eventDates {
  font-weight: 700;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
}

.saffireMobileSize #siteInfoBannerWidget #eventDates {
  font-size: 14.4px;
  display: block;
  color: #fff;
}

.saffireMobileSize #siteInfoBannerWidget {
  min-height: 50px;
  background: transparent;
}

.saffireMobileSize.siteInfoBannerOn .header {
  padding-bottom: 50px;
}

.saffireMobileSize #siteInfoBannerWidget #eventName {
  display: inline-block;
  color: inherit;
  color: #fff;
}

#siteInfoBannerWidget #eventName {
  font-weight: 400;
  display: inline-block;
}

.countdownDays {
  color: #fff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.saffireMobileSize .countdownDays {
  display: inline;
  color: #fff;
}

.datePast .countdownDays {
  color: #fff;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  display: block;
}

.datePast.noThankYouMessage #siteInfoBannerWidget {
  display: none !important;
}

.saffireMobileSize #siteInfoBannerWidget {
  left: 0;
  position: relative;
  color: #fff;
}

.siteInfoBannerOn #siteInfoBannerWidget {
  font-size: 14px;
}

body:not(.homepage) #siteInfoBannerWidget {
  display: none !important;
}

/******************************************************
*                                                     *
*                                                     *
*    DO NOT CHANGE ITEMS BELOW THIS SECTION!!!!       *
*                                                     *
*                                                     *
******************************************************/
/* ADVANCED SLIDESHOW */
.homepage .slideshowSwiperDescription {
  display: none;
}

.homepage .slideshowSwiperDescription.currentSlideDescription {
  display: inline-block;
}

.homepage .currentSlideDescription {
  opacity: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  transition: max-height 0.4s ease;
  font-size: 14px;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .homepage .currentSlideDescription {
    padding-top: 1em;
    padding-left: 2%;
    padding-right: 2%;
  }
}

.homepage.saffireLargeSize .slideshowSwiperDescription {
  padding: 0 25% 0 5%;
  max-width: none;
}

#newSliderDescriptionContainer {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 75%);
}

.saffireLargeSize #newSliderDescriptionContainer {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  bottom: 0;
  top: auto;
  width: 1000px;
  width: none;
  max-width: calc(100% - 250px - 50px);
  height: 100px;
  z-index: 2;
  padding: 0 250px 0 50px;
}

.saffireMobileSize #newSliderDescriptionContainer {
  top: 100%;
  z-index: 2;
  position: relative;
  height: 100px;
  background: #000;
}

.homepage.saffireLargeSize .currentSlideDescription,
.homepage.saffireMobileSize .currentSlideDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  opacity: 1;
}

.homepage.saffireMobileSize .currentSlideDescription {
  padding: 5px 5%;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}

.homepage .slideshowSwiperDescription a,
.homepage .slideshowSwiperDescription span {
  text-decoration: none;
  display: none;
}

.homepage.saffireLargeSize .sliderTitle,
.homepage.saffireLargeSize .sliderTextDescription {
  /* max-width: map-get($slideshowGeneral, width) - (map-get($slideshowDescription, container-width) + 6); */
  /* @if map-get($slideshowDescription, text-align) == center {
  	max-width: map-get($slideshowGeneral, width) - map-get($slideshowDescription, container-width) - map-get($slideshowDescription, container-width) - (map-get($slideshowGeneral, width) * .1);
  	margin-left: auto;
         margin-right: auto;
  } */
}

@media screen and (max-width: 1000) {
  .homepage.saffireLargeSize .sliderTitle,
.homepage.saffireLargeSize .sliderTextDescription {
    /* @if map-get($slideshowDescription, text-align) == center {
    	text-align: left;
    	margin-left: 0;
    	max-width: map-get($slideshowGeneral, width) - map-get($slideshowDescription, container-width) - (map-get($slideshowGeneral, width) * .1);
    } */
  }
}
.saffireMobileSize.homepage .sliderTextDescription {
  opacity: 1;
  font-size: 12px;
  line-height: 1.3;
}

.homepage span.sliderButtonContainer {
  width: 108px;
}

.homepage .swiper-slide-active .slideshowSwiperDescription a,
.homepage .swiper-slide-active .slideshowSwiperDescription span {
  display: inline-block;
}

.homepage .currentSlideDescription a,
.homepage .currentSlideDescription span,
.homepage .currentSlideDescription span.sliderTitle .homepage .swiper-slide-active .slideshowSwiperDescription > a,
.homepage .swiper-slide-active .slideshowSwiperDescription span.sliderTitle {
  display: block;
}

.homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer a {
  width: 40%;
  min-width: 86px;
  margin-right: 2px;
  display: inline-block;
}

.homepage .slideshowSwiperButtonPrev {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(17px / 2) 10px calc(17px / 2) 0;
  border-color: transparent #3d2cff transparent transparent;
  cursor: pointer;
  position: absolute;
  top: 92%;
  right: 0;
  left: -962px;
  /* @if map-get($slideshowGeneral, full-screen) and map-get($slideshowGeneral, mutliple-slides-showing) == false and map-get($slideshowArrows, left) < 0 {
  	left: 0;
  	right: auto;
  } */
  margin: auto;
  z-index: 4;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .homepage .slideshowSwiperButtonPrev {
    left: 0;
    right: auto;
    top: 46vw;
  }
}

.saffireMobileSize.homepage .slideshowSwiperButtonPrev {
  display: none !important;
}

.homepage .slideshowSwiperButtonPrev:hover {
  border-color: transparent #6355ff transparent transparent;
  transition: 0.3s;
  /* @if map-get($slideshowGeneral, full-screen) and map-get($slideshowGeneral, mutliple-slides-showing) == false and map-get($slideshowArrows, left) < 0 {
  	left: 0 !important;
  	right: auto !important;
  } */
}

.homepage .slideshowSwiperButtonNext {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(17px / 2) 0 calc(17px / 2) 10px;
  border-color: transparent transparent transparent #3d2cff;
  cursor: pointer;
  position: absolute;
  top: 92%;
  left: 0;
  right: -962px;
  /* @if map-get($slideshowGeneral, full-screen) and map-get($slideshowGeneral, mutliple-slides-showing) == false and map-get($slideshowArrows, left) < 0 {
  	right: 0;
  	left: auto;
  } */
  margin: auto;
  z-index: 4;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .homepage .slideshowSwiperButtonNext {
    right: 0;
    left: auto;
    top: 46vw;
  }
}

.saffireMobileSize.homepage .slideshowSwiperButtonNext {
  display: none !important;
}

.homepage .slideshowSwiperButtonNext:hover {
  border-color: transparent transparent transparent #6355ff;
  transition: 0.3s;
  /* @if map-get($slideshowGeneral, full-screen) and map-get($slideshowGeneral, mutliple-slides-showing) == false and map-get($slideshowArrows, left) < 0 {
  	right: 0 !important;
  	left: auto !important;
  } */
}

.saffireMobileSize.homepage .slideshowSwiperButtonNext,
.saffireMobileSize.homepage .slideshowSwiperButtonPrev {
  display: none !important;
}

.homepage .swiper-container:hover .slideshowSwiperDescription {
  max-height: 500px;
}

.homepage .sliderTextDescription {
  color: #fff;
  display: block;
  padding-bottom: 1em;
  line-height: 1.2em;
}

.homepage.saffireLargeSize .sliderTextDescription {
  opacity: 0;
  top: 0;
  bottom: auto;
  max-width: calc(100% - 300px);
  width: none;
  position: absolute;
  left: 50px;
  transition: opacity 0.4s ease;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.homepage.saffireLargeSize .slideshowSwiperDescription:hover .sliderTextDescription {
  opacity: 1;
}

.homepage.saffireLargeSize .sliderButtonContainer {
  position: absolute;
  right: 35px;
  left: auto;
  top: 12px;
  bottom: auto;
  text-align: right;
  width: 100%;
  z-index: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media screen and (max-width: 1000px) {
  .homepage.saffireLargeSize .sliderButtonContainer {
    display: block;
  }
}

.saffireMobileSize.homepage .sliderButtonContainer {
  bottom: 102%;
  right: 0;
  top: auto;
  position: absolute;
  left: 0;
  margin: auto;
  width: 100%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.homepage.saffireLargeSize .currentSlideDescription .sliderButtonContainer {
  z-index: 300;
  width: 205px;
  max-width: 25vw;
}

.homepage .sliderButtonContainer a.button {
  border-radius: 0;
  border: 2px solid #fff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300 !important;
  font-size: 14px;
  color: #fff !important;
  background: transparent;
  background: -webkit-linear-gradient(-90deg, transparent);
  background: linear-gradient(180deg, transparent);
  padding: 8px 9px;
  white-space: nowrap;
  margin-left: 5px;
}
@media screen and (max-width: 1000px) {
  .homepage .sliderButtonContainer a.button {
    margin-bottom: 7px;
  }
}

.homepage .sliderButtonContainer a.button:hover {
  background: rgba(31, 31, 31, 0);
}

.homepage .slideshowSwiperPagination {
  display: inline-block;
}

.homepage .sliderPlayPauseButtons {
  display: none;
}

.homepage .swiper-pagination-bullet {
  width: 11px;
  height: 10px;
  display: inline-block;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.1);
  margin: 0 7px;
  position: relative;
  top: 0;
  transition: background 0.4s ease;
}

.homepage .swiper-pagination-bullet:hover,
.homepage .swiper-pagination-bullet-active {
  background: #3d2cff;
}

.homepage .sliderPlayPause {
  display: inline-block;
  cursor: pointer;
  width: 11px;
  height: 10px;
  font-size: 0;
  color: rgba(255, 255, 255, 0.1);
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.8);
}

.homepage .sliderPlayPause:before {
  content: "▶";
}

.homepage .sliderPlayPause.playing:before {
  content: "❚❚";
}

.homepage .sliderTitle {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: normal;
  overflow: hidden;
  height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.homepage.saffireLargeSize .sliderTitle {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 50px;
  right: auto;
  margin: auto;
  transition: opacity 0.4s ease;
  opacity: 1;
  max-width: calc(100% - 300px);
  width: 100%;
}

.homepage.saffireLargeSize .slideshowSwiperDescription:hover .sliderTitle {
  opacity: 0;
}

.homepage.saffireMobileSize .sliderTitle {
  font-size: 19.2px;
  padding: 0;
  height: auto;
}

.homepage a.button.sliderMoreButton,
.homepage a.button.sliderWidgetPurchaseLink {
  /*
  margin-left: 10px;
     margin-bottom: 7px; */
  font-size: 14px;
}

.homepage .currentSlideDescription .slideshowSwiperDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  display: block;
}

.saffireMobileSize.homepage .swiper-container:hover .slideshowSwiperDescription,
.saffireMobileSize.homepage .slideshowSwiperDescription {
  /* position: absolute;
  bottom: -100px;
  height: map-get($slideshowDescription, mobile-height);
  max-height: map-get($slideshowDescription, mobile-height);
  width: 100%;
     padding: 0 2%;
  box-sizing: border-box;
  min-width: 332px; */
}

.homepage .swiper-container {
  /* Specify Swiper's Size: */
  background: transparent;
  max-width: 1000px;
  height: 500px;
  width: 100%;
}

.saffireMobileSize.homepage .swiper-container {
  /* background: #FFF; */
}

.homepage .swiper-slide {
  /* Specify Slides's Size: */
  height: 500px;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  opacity: 0.3;
  text-align: center;
}

.homepage .swiper-slide > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}

.saffireMobileSize.homepage .swiper-slide-active {
  overflow: hidden;
}

.homepage .currentSlideDescription,
.homepage .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.homepage .swiper-slide img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.homepage .slideshowPlayPause {
  bottom: 0;
  height: 5;
  left: 100%;
  margin: auto;
  position: absolute;
  top: 0;
}

.homepage .slideshowControlsContainer {
  position: relative;
  z-index: 3;
  clear: both;
  float: left;
}

.homepage .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  .homepage .slideshowControlsContainer {
    left: 10px;
    float: left;
  }
}
@media screen and (max-width: 550px) {
  .slideshowControlsContainer {
    display: none;
  }
}
.homepageSwiperSlider {
  position: relative;
}

.saffireLargeSize .homepageSwiperSlider {
  max-width: 1000px;
  width: 100%;
}

.saffireMobileSize.homepage .homepageSwiperSlider {
  margin-bottom: 15px;
}

.homepage .sliderControlsContainer {
  position: relative;
  height: 0;
  width: 100%;
  z-index: 3;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 104%;
  bottom: auto;
  text-align: left;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 96px;
  /*@media screen and (max-width: 1000px){
  	@if $regardMargins {
  		@if ((map-get($slideshowGeneral, height) + map-get($slideshowDescription, height)) - (map-get($slideshowGeneral, height) - (map-get($slideshowGeneral, height) * (strip-unit(nth(map-get($slideshowDescription, POSITION), 3))) * 0.01)) > map-get($slideshowGeneral, height)){
   		top: calc((50vw * (bottom * 0.01) + 100px) - 50vw);
   	}
  	}
  }*/
}

.homepage.saffireMobileSize .sliderControlsContainer {
  display: none;
}

@media screen and (max-width: 450px) {
  .homepage.saffireMobileSize .sliderControlsContainer {
    display: none !important;
  }
}
.swiper-container {
  width: 100%;
  max-width: 1000px;
  height: 500px;
}

.homepage.saffireLargeSize .swiper-container {
  border: none;
}

.swiper-slide {
  /* Specify Slides's Size: */
  width: 100%;
  max-width: 1000px;
  height: 500px;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 1000px) {
  .homepage .swiper-slide,
.homepage .swiper-container {
    height: 50vw !important;
  }
}
@media screen and (max-width: 1000) {
  .homepage .slideshowSwiperButtonPrev {
    left: 1%;
    right: auto;
  }

  .homepage .slideshowSwiperButtonNext {
    right: 1%;
    left: auto;
  }
}
/********************************************************

MULTIPLE ITEMS ON A SLIDER WITH DESCRIPTION OVERLAYING THE BOTTOM OF THE IMAGE

*******************************************************/
/* update for each instance of multiFeature*/
/* MAIN CONTAINER*/
/* SLIDER*/
/* ITEMS*/
/* WIDGET TITLE STYLING*/
/* ITEM DESCRIPTION AREA TEXT*/
/* MULTIFEATURE */
#multiFeature1Title {
  color: #f0f;
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  margin: auto;
  line-height: 1em;
  height: 49px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 0;
  bottom: auto;
  text-transform: uppercase;
  text-align: center;
}

.saffireMobileSize #multiFeature1Title {
  font-size: 27.6px;
}

#multiFeature1:not(.multiFeatureWithMultiplePages) .multiFeatureContent {
  text-align: center;
}

/* MULTIFEATURE */
#multiFeature1 {
  background: none;
  height: auto;
  margin: 0 auto;
  padding: 0 0 66px;
  float: none;
  display: block;
  top: 0;
  max-width: 100%;
  clear: none;
}

@media screen and (max-width: 1066px) {
  #multiFeature1 {
    max-width: calc(100% - 33px - 33px);
    left: 0;
  }
}
#multiFeature1 .featureItem {
  background: none;
  display: inline-block;
  height: 220px;
  margin: 0 2.5px 5px;
  padding: 0;
  position: relative;
  text-align: left;
  max-width: 100%;
  width: 330px;
}

#multiFeature1 .featureItemImage img {
  display: inline-block;
  max-width: 330px;
  max-height: 220px;
  width: 100%;
}

.multiFeatureArrow {
  display: block;
}

#multiFeature1ArrowLeft {
  position: absolute;
  left: -33px;
  bottom: calc(auto/2 - 11px);
  z-index: 11;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(22px / 2) 22px calc(22px / 2) 0;
  border-color: transparent #f0f transparent transparent;
}

#multiFeature1ArrowRight {
  position: absolute;
  right: -33px;
  bottom: calc(auto/2 - 11px);
  z-index: 11;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(22px / 2) 0 calc(22px / 2) 22px;
  border-color: transparent transparent transparent #f0f;
}

@media screen and (max-width: 1066px) {
  #multiFeature1ArrowLeft {
    left: -30px;
  }

  #multiFeature1ArrowRight {
    right: -30px;
  }
}
#multiFeature1 .featureItemTitle {
  height: 36px;
  background: none;
  display: block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2em;
  padding: 0 3%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 28px;
  padding-top: 8px;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 94%;
  text-align: center;
}

#multiFeature1 .featureItemTitle,
#multiFeature1 .featureItemTitle a {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  height: 36px;
  width: calc(100% - 10px);
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}

#multiFeature1 .featureItemTitle a {
  background: none;
}

#multiFeature1 .featureItemDescriptionContainer {
  background: transparent;
  display: block;
  max-height: 40px;
  height: 100%;
  margin: auto;
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  bottom: 0;
  top: auto;
  bottom: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 330px !important;
  overflow: hidden;
}

#multiFeature1 .featureItem:hover .featureItemDescriptionContainer {
  height: 220px;
  max-height: 256px;
  background: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#multiFeature1 .featureItem:hover .featureItemTitle {
  position: absolute;
  bottom: 4px;
  background: #000;
  left: 0;
  right: 0;
}

#multiFeature1 #multiFeature1TextPaginationContainer {
  display: none !important;
}

#multiFeature1 .multiFeatureWithTextPaginationPagination {
  float: left;
  font-family: "open_sansregular";
  font-size: 12px;
  color: #fff;
}

#multiFeature1 #multiFeature1WithTextPaginationArrowRight:after {
  content: ">>";
}

#multiFeature1 #multiFeature1WithTextPaginationArrowLeft:after {
  content: "<<";
}

#multiFeature1 #multiFeature1TextPaginationContainer {
  bottom: auto-auto/2;
  left: 347.5px;
  position: absolute;
  z-index: 22;
}

.saffireMobileSize #multiFeature1 #multiFeature1TextPaginationContainer {
  left: 10px;
}

#multiFeature1 a.multiFeatureWithTextPaginationArrow {
  display: block;
  float: left;
  margin: 0 0 0 12px;
  text-decoration: none;
  color: #0f0;
  font-family: "open_sansbold";
  font-size: 12px;
  min-width: 15px;
  min-height: 15px;
  text-decoration: none;
  background: #f00;
  padding: 0px 6px 2px;
  border-radius: 3px;
}

#multiFeature1 .featureItemDescription {
  max-height: 0;
  padding: 0 3%;
  line-height: normal;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  text-align: center;
}

#multiFeature1 .featureItem:hover .featureItemDescription {
  opacity: 1;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#multiFeature1 .featureItemDescription,
#multiFeature1 .featureItemDescription a {
  color: #fff;
}

#multiFeature1 .featureItemDescription a {
  /* float: left;
  clear: left;
  margin-bottom: 4px;
  margin-top: 8px; */
}

#multiFeature1 .featureItemDescription a.button {
  clear: both;
  float: none;
  display: inline-block;
  margin: 3px 9px 0;
  font-family: "Montserrat", sans-serif;
  border: 2px solid #fff;
  background: transparent;
  font-size: 10px;
  font-weight: 700 !important;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#multiFeature1 .featureItemDescription a.button.featureItemMoreButton::after {
  content: ">";
  display: inline-block;
  margin-left: 4px;
}

#multiFeature1 .featureItemDescription > a:not(.button) {
  overflow: hidden;
  display: none;
}

#multiFeature1 .featureItemButtonContainer {
  bottom: 10px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* global css */
#multiFeature1.multiFeature {
  position: relative;
  /* can be set to absolute or fixed on a theme level, must not be static */
}

#multiFeature1 .multiFeatureContent {
  overflow: hidden;
  max-height: 100%;
  position: relative;
  max-width: 1005px;
  height: auto;
  margin: auto;
  width: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#multiFeature1.multiFeatureWithMultiplePages .multiFeatureContent {
  left: 0;
}

#multiFeature1 .multiFeatureItemPanel {
  float: left;
}

#multiFeature1 .featureItemImage {
  width: 330px;
  height: 220px;
  margin: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
}
#multiFeature1 .featureItemImage a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#multiFeature1.multiFeatureWithMultiplePages .multiFeatureItemPanel {
  top: 0;
  position: absolute;
  width: 100%;
  text-align: center;
}

#multiFeature1.multiFeatureWithMultiplePages .multiFeatureContent {
  overflow: hidden;
}

#multiFeature1 #multiFeature1ArrowRight,
#multiFeature1 #multiFeature1ArrowLeft {
  display: none !important;
}

#multiScheduleFeature {
  box-sizing: border-box;
  float: right;
  width: 485px;
  max-width: 100%;
  height: 400px;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 20px 0 20px;
}
@media screen and (max-width: 1023px) {
  #multiScheduleFeature {
    float: none;
    display: block;
    margin: 10px auto 5px auto;
  }
}
#multiScheduleFeature:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: 0;
  width: 100%;
  height: 68px;
  content: "EVENT SCHEDULE";
  font-family: "Montserrat", sans-serif;
  font-size: 27px;
  font-weight: 200;
  color: #fff;
  text-align: left;
}
#multiScheduleFeature .multiFeatureContent {
  position: static;
}
#multiScheduleFeature .multiScheduleFeatureFeatureItem {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 54px;
  padding: 10px 0 11px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#multiScheduleFeature .multiScheduleFeatureFeatureItem:hover {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#multiScheduleFeature .multiScheduleFeatureFeatureItem:hover .featureItemDate,
#multiScheduleFeature .multiScheduleFeatureFeatureItem:hover .featureItemDate span {
  color: #ACA5FE;
  text-shadow: 0 0 10px #6458FC, 0 0 20px #3d2cff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-color: #ACA5FE;
}
#multiScheduleFeature .featureItemDate {
  display: inline-block;
  width: 60px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#multiScheduleFeature .featureItemDate span {
  display: block;
  font-weight: 400;
  font-size: 23px;
}
#multiScheduleFeature .featureItemTitle {
  width: auto;
  box-sizing: border-box;
  max-width: calc(100% - 80px);
  padding: 0;
  padding-left: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 200;
  font-size: 18px;
}
@media screen and (max-width: 520px) {
  #multiScheduleFeature .featureItemTitle {
    font-size: 16px;
  }
}
#multiScheduleFeature .featureItemDescription {
  display: none !important;
}
#multiScheduleFeature .all-events-btn {
  display: block;
  box-sizing: border-box;
  max-width: 180px;
  padding: 11px 36px;
  margin: 5px auto 0 auto;
  border: 2px solid #fff;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* SPONSORS */
#sponsorWidgetContainer,
#venue-widget {
  width: 1000px;
  height: 168px;
  background: transparent;
  max-width: calc(100% - (9px + 9px + 10px));
  right: auto;
  position: relative !important;
  margin: 26px auto 0;
  padding: 0 40px;
  overflow: hidden;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#venue-widget {
  max-height: 120px;
  margin-top: -10px;
}

.globalNoSponsorsEnabled #sponsorWidgetContainer {
  display: none !important;
}

#majorSponsor {
  bottom: 0;
  width: 156px;
}

#majorSponsorImageContainer {
  background: #fff;
  height: 111px;
  padding: 0 29px 0 6px;
  left: 0;
  bottom: 0;
  border-radius: 0;
  width: 156px;
}

.majorSponsorImage {
  width: 104px;
  display: block;
}

#sponsorLogoSection {
  height: 111px;
  width: 100%;
  max-width: calc(100% - 14px - 14px);
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 14px;
  right: 0;
  padding: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-radius: 0;
  overflow: hidden;
}

.saffireMobileSize #sponsorLogoSection {
  max-width: 100%;
  left: 0;
  border-radius: 0;
}

.sponsorCarouselImage {
  display: flex;
  align-items: center;
}

.sponsorCarouselImage img {
  max-width: 200px;
  max-height: 100px;
}

#sponsorCarouselImageContainer {
  overflow: visible !important;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 104px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sponsorCarouselContainer {
  max-width: 961px;
  width: 100%;
  height: 111px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#sponsorArrowRight span {
  border-width: 7px 0 7px 9px;
  border-color: transparent transparent transparent #14d6ff;
}

#sponsorArrowLeft span {
  border-width: 7px 9px 7px 0;
  border-color: transparent #14d6ff transparent transparent;
}

.majorSponsorImage img {
  max-width: 90%;
  max-height: 90%;
}

#sponsorArrowLeft {
  left: 0;
  bottom: 50px;
}

.sponsorWidgetContainerMajorSponsor #sponsorArrowLeft {
  left: 182px;
}

#sponsorArrowRight {
  bottom: 50px;
  right: 0;
}

@media screen and (max-width: 980px) {
  #sponsorArrowLeft,
#sponsorArrowRight {
    display: none !important;
  }

  .sponsorCarouselContainer {
    left: auto;
    right: auto;
  }

  #majorSponsorImageContainer {
    padding-right: 6px;
  }

  #sponsorWidgetContainer,
#venue-widget {
    width: 100%;
    padding: 0;
    max-width: 100%;
  }
}
#sponsorsTitleContainer {
  top: -30px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  left: 0;
}

#sponsorsTitleContainer .homepageh1 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  margin: 25px;
  font-size: 36px;
  text-transform: uppercase;
  text-shadow: none;
}

#majorSponsorTitleContainer {
  left: 15px;
  top: 0;
}

#majorSponsorTitleContainer .homepageh1 {
  margin: 0;
  display: none;
}

.saffireMobileSize #majorSponsorTitleContainer .homepageh1 {
  display: none;
}

.sponsorWidgetContainerMajorSponsor #majorSponsorTitleContainer {
  z-index: 5;
}

/* SOCIAL NETWORK PLUGIN */
.multiSocialWidgetTab {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.saffireMobileSize .multiSocialWidgetTab {
  font-size: 8.5px;
}

.multiSocialWidgetTab:hover {
  background: #fff;
  color: #0081d1;
}

.twtr-tweet-user {
  font-size: 16px;
  margin-bottom: 15px;
  font-family: "open_sansbold";
}

.twitterFeedItem {
  margin-top: 5px;
  padding-top: 4px;
  clear: both;
  border-top: 1px solid;
}

div.twitterFeedItem:nth-of-type(2) {
  border-top: none;
  margin-top: 0;
}

.twitterFeedItem:last-child {
  padding-bottom: 8px;
}

.twitterWidgetImageLink img {
  max-width: 60px;
  float: left;
  margin-right: 6px;
  margin-bottom: 5px;
}

#instafeedContainer > a:hover {
  opacity: 0.75;
}

a.multiSocialWidgetTab {
  background: #2f2845;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  padding: 7px 18px 5px 18px;
  margin-right: 2px;
}

a.multiSocialWidgetTab.currentTab {
  background: #fff;
  color: #0081d1;
  text-decoration: none;
  cursor: default;
}

.multiSocialWidgetContainer {
  background: #000;
  height: 355px;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 5px 5px;
  position: relative;
  top: 0;
  width: 477px;
  border-bottom: 5px solid #000;
}

#instafeedContainer img {
  width: 45%;
  margin-right: 3%;
  margin-left: 2%;
}

#multiSocialWidget {
  background: none;
  height: 410px;
  width: 487px;
  display: inline-block;
}

.saffireMobileSize #multiSocialWidget {
  margin-left: auto;
  margin-right: auto;
}

#facebookfeedContainer {
  overflow: hidden;
}

.multiSocialWidgetContainer,
#multiSocialWidget {
  max-width: 98%;
}

#rotatingContentWidget {
  position: static;
  height: auto;
  width: 1000px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px auto;
  padding: 0;
  text-align: center;
  background: transparent;
  transition: 0.3s;
}
@media screen and (max-width: 1023px) {
  #rotatingContentWidget {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#rotatingContentWidget .rotating-widget-item {
  display: flex;
  width: 487px;
  max-width: 100%;
  height: 200px;
  margin-bottom: 27px;
  text-decoration: none;
}
#rotatingContentWidget .rotating-widget-item:hover .rotating-widget-title {
  background: radial-gradient(ellipse at center, rgba(61, 44, 255, 0.8) 0%, rgba(0, 0, 0, 0) 75%);
  transition: 0.3s;
}
#rotatingContentWidget .rotating-widget-item:hover .image-container:after {
  height: 100%;
  transition: 0.3s;
}
#rotatingContentWidget .widget-item-container {
  display: block;
  width: 100%;
}
#rotatingContentWidget .image-container {
  min-height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: none;
  box-sizing: border-box;
  position: relative;
  padding: 53px 0 17px 0;
  z-index: 0;
  width: 100%;
  transition: 0.3s;
}
#rotatingContentWidget .image-container:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: -1;
  transition: 0.3s;
}
#rotatingContentWidget .image-container .rotating-widget-title,
#rotatingContentWidget .image-container .rotatingContentDescription {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
#rotatingContentWidget .image-container .rotating-widget-title {
  display: block;
  font-weight: 200;
  font-size: 28px;
  background: rgba(0, 0, 0, 0.7);
  padding: 18px 22px;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  #rotatingContentWidget .image-container .rotating-widget-title {
    font-size: 18px;
  }
}
#rotatingContentWidget .image-container .rotatingContentDescription {
  font-weight: 700;
  font-size: 12px;
  border: 2px solid #fff;
  padding: 11px 22px;
  transition: 0.3s;
}

/* add custom theme css in this file*/
body:not(.homepage) h1 {
  color: #504686 !important;
}
body:not(.homepage) h2,
body:not(.homepage) h3,
body:not(.homepage) h4,
body:not(.homepage) h5,
body:not(.homepage) h6 {
  color: #8276c4 !important;
}

/* clearfix placeholder for sass extend*/
.saffireLargeSize .header .headerInnerContent .header-nav-wrapper:after, .saffireLargeSize .header .headerInnerContent .header-top-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/* hover effects for header buttons*/
.saffireLargeSize .header-button-container .loginstatus a:active,
.saffireLargeSize .header-button-container .myAccountNavButton a:active, .saffireLargeSize .header-button-container .ticket:active, .saffireLargeSize .header-button-container #header-email-btn:active,
.saffireLargeSize .header-button-container #header-search-btn:active,
.saffireLargeSize .header-button-container .events-btn:active, .saffireLargeSize .header-button-container .loginstatus a:hover,
.saffireLargeSize .header-button-container .myAccountNavButton a:hover, .saffireLargeSize .header-button-container .ticket:hover, .saffireLargeSize .header-button-container #header-email-btn:hover,
.saffireLargeSize .header-button-container #header-search-btn:hover,
.saffireLargeSize .header-button-container .events-btn:hover {
  text-shadow: 0 0 10px #ACA5FE, 0 0 20px #6458FC, 0 0 30px #4032F6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  cursor: pointer;
}
.saffireLargeSize .header-button-container .loginstatus a:active:before,
.saffireLargeSize .header-button-container .myAccountNavButton a:active:before, .saffireLargeSize .header-button-container .ticket:active:before, .saffireLargeSize .header-button-container #header-email-btn:active:before,
.saffireLargeSize .header-button-container #header-search-btn:active:before,
.saffireLargeSize .header-button-container .events-btn:active:before, .saffireLargeSize .header-button-container .loginstatus a:hover:before,
.saffireLargeSize .header-button-container .myAccountNavButton a:hover:before, .saffireLargeSize .header-button-container .ticket:hover:before, .saffireLargeSize .header-button-container #header-email-btn:hover:before,
.saffireLargeSize .header-button-container #header-search-btn:hover:before,
.saffireLargeSize .header-button-container .events-btn:hover:before {
  color: #fff;
}

/* hover effect for white ghost buttons */
.saffireLargeSize .homepageSwiperSlider .sliderButtonContainer a.button:active, .saffireLargeSize .header-button-container #emailSearchInputContainer #headerEmailSubmit:active,
.saffireLargeSize .header-button-container #emailSearchInputContainer #headerSearchSubmit:active, #multiFeature1 .featureItemDescription a.button:active, #multiScheduleFeature .all-events-btn:active, #rotatingContentWidget .image-container .rotatingContentDescription:active, .saffireLargeSize .homepageSwiperSlider .sliderButtonContainer a.button:hover, .saffireLargeSize .header-button-container #emailSearchInputContainer #headerEmailSubmit:hover,
.saffireLargeSize .header-button-container #emailSearchInputContainer #headerSearchSubmit:hover, #multiFeature1 .featureItemDescription a.button:hover, #multiScheduleFeature .all-events-btn:hover, #rotatingContentWidget .image-container .rotatingContentDescription:hover {
  border-color: #3d2cff;
  color: #e2e0ff !important;
  background-color: #3d2cff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

/* HEADER STYLES //////////////////////////////////////////////////////////*/
.homepage.saffireLargeSize .content {
  margin-top: 150px;
}

.saffireLargeSize .header {
  position: fixed;
  top: 0;
  z-index: 999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.saffireLargeSize .header .headerInnerContent {
  width: 100%;
  max-width: 100%;
}
.saffireLargeSize .header .headerInnerContent .header-top-wrapper {
  position: relative;
  max-width: 100%;
  width: 1000px;
  height: 110px;
  margin: auto;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.saffireLargeSize .header .headerInnerContent .header-nav-wrapper {
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: auto;
  z-index: 1;
  transition: 0.3s;
}
.saffireLargeSize .header .headerInnerContent #mainNavigation {
  width: 1000px;
  max-width: 100%;
  height: 35px;
  margin: auto;
}
.saffireLargeSize .header .quickLinks {
  display: none !important;
}
.saffireLargeSize .header-button-container {
  display: inline-block;
  float: right;
  margin-top: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-perspective: 500px;
  perspective: 500px;
}
.saffireLargeSize .header-button-container #header-email-btn,
.saffireLargeSize .header-button-container #header-search-btn,
.saffireLargeSize .header-button-container .loginstatus a,
.saffireLargeSize .header-button-container .myAccountNavButton a,
.saffireLargeSize .header-button-container .ticket {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.saffireLargeSize .header-button-container .events-btn {
  width: 160px;
  margin-left: 5px;
}
.saffireLargeSize .header-button-container #header-email-btn,
.saffireLargeSize .header-button-container #header-search-btn,
.saffireLargeSize .header-button-container .events-btn {
  box-sizing: border-box;
  height: 43px;
  background-color: rgba(255, 255, 255, 0.15);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: top;
  font-family: "Montserrat";
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
}
.saffireLargeSize .header-button-container #header-email-btn {
  margin-left: 5px;
  width: 160px;
}
.saffireLargeSize .header-button-container #header-email-btn:before {
  content: "\f0e0";
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 19px;
  font-family: "FontAwesome";
  margin-right: 10px;
}
.saffireLargeSize .header-button-container #header-email-btn.search-email-active {
  text-shadow: 0 0 10px #ACA5FE, 0 0 20px #6458FC, 0 0 30px #4032F6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.25);
  color: #ccc7ff;
  cursor: pointer;
}
.saffireLargeSize .header-button-container #header-email-btn.search-email-active:before {
  color: #ccc7ff;
  content: "\f00d";
}
.saffireLargeSize .header-button-container #header-search-btn {
  width: 55px;
}
.saffireLargeSize .header-button-container #header-search-btn:before {
  content: "\f002";
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 19px;
  font-family: "FontAwesome";
}
.saffireLargeSize .header-button-container #header-search-btn.search-email-active {
  text-shadow: 0 0 10px #ACA5FE, 0 0 20px #6458FC, 0 0 30px #4032F6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.25);
  color: #ccc7ff;
  cursor: pointer;
}
.saffireLargeSize .header-button-container #header-search-btn.search-email-active:before {
  color: #ccc7ff;
  content: "\f00d";
}
.saffireLargeSize .header-button-container .ticket {
  height: auto;
  padding: 13px 10px 12px;
  text-align: center;
}
.saffireLargeSize .header-button-container .loginstatus,
.saffireLargeSize .header-button-container .myAccountNavButton {
  float: none;
  box-sizing: border-box;
  margin-left: 2px;
}
.saffireLargeSize .header-button-container .loginstatus a,
.saffireLargeSize .header-button-container .myAccountNavButton a {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  width: auto;
  padding: 13px 17px 12px;
}
.saffireLargeSize .header-button-container #emailSearchInputContainer {
  box-sizing: border-box;
  width: 100%;
  margin-top: 5px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.15);
  display: block;
  visibility: hidden;
  -webkit-transition: 0.4s cubic-bezier(0, 0.79, 0.68, 0.79);
  transition: 0.4s cubic-bezier(0, 0.79, 0.68, 0.79);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.saffireLargeSize .header-button-container #emailSearchInputContainer.search-active {
  visibility: visible;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: 0.4s cubic-bezier(0.43, 0.02, 0, 2);
  transition: 0.4s cubic-bezier(0.43, 0.02, 0, 2);
}
.saffireLargeSize .header-button-container #emailSearchInputContainer.search-active #headerSearchInput,
.saffireLargeSize .header-button-container #emailSearchInputContainer.search-active #headerSearchSubmit {
  display: inline-block;
}
.saffireLargeSize .header-button-container #emailSearchInputContainer.email-active {
  visibility: visible;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: 0.4s cubic-bezier(0.43, 0.02, 0, 2);
  transition: 0.4s cubic-bezier(0.43, 0.02, 0, 2);
}
.saffireLargeSize .header-button-container #emailSearchInputContainer.email-active #headerEmailInput,
.saffireLargeSize .header-button-container #emailSearchInputContainer.email-active #headerEmailSubmit {
  display: inline-block;
}
.saffireLargeSize .header-button-container #emailSearchInputContainer #headerEmailInput,
.saffireLargeSize .header-button-container #emailSearchInputContainer #headerSearchInput {
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  border: none;
  width: 200px;
  height: 27px;
  font-size: 16px;
  color: #fff;
  padding: 3px 10px;
  display: none;
}
.saffireLargeSize .header-button-container #emailSearchInputContainer #headerEmailInput {
  width: 172px;
}
.saffireLargeSize .header-button-container #emailSearchInputContainer #headerEmailSubmit,
.saffireLargeSize .header-button-container #emailSearchInputContainer #headerSearchSubmit {
  box-sizing: border-box;
  display: none;
  border: none;
  vertical-align: top;
  height: 27px;
  width: 94px;
  margin-left: 5px;
  border: 2px solid #fff;
  background: none;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.saffireLargeSize .header-button-container #emailSearchInputContainer #headerEmailSubmit {
  width: 122px;
  font-size: 12px;
}

.saffireLargeSize .header.search-email-active .loginstatus a {
  padding-left: 40px;
  padding-right: 40px;
}

/* fixed header on scroll*/
body.saffireLargeSize.saffireWindowScrolled .content {
  margin-top: 150px;
}
body.saffireLargeSize.saffireWindowScrolled .header {
  position: fixed;
  top: 0;
  background: #000;
  height: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.saffireLargeSize.saffireWindowScrolled .header.search-email-active {
  height: 140px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.saffireLargeSize.saffireWindowScrolled .header.search-email-active .headerInnerContent {
  height: 140px;
}
body.saffireLargeSize.saffireWindowScrolled .header.search-email-active .headerInnerContent .header-top-wrapper {
  height: 105px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.saffireLargeSize.saffireWindowScrolled .header.search-email-active .header-button-container {
  height: 94px;
}
body.saffireLargeSize.saffireWindowScrolled .headerInnerContent {
  height: 100px;
}
body.saffireLargeSize.saffireWindowScrolled .headerInnerContent .header-top-wrapper {
  height: 65px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.saffireLargeSize.saffireWindowScrolled #customLogo {
  height: 70px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body.saffireLargeSize.saffireWindowScrolled .header-button-container {
  height: 54px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body:not(.homepage).saffireLargeSize.saffireWindowScrolled .headerInnerContent {
  background: #000;
}

/* mobile header*/
.homepage.saffireMobileSize .content {
  margin-top: 65px;
}

body:not(.homepage).saffireMobileSize .content {
  margin-top: 100px;
}

.saffireMobileSize .header {
  position: fixed;
  top: 0;
  z-index: 999;
  height: 65px;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.75);
  padding-bottom: 0 !important;
}
.saffireMobileSize .header #emailSearchInputContainer {
  display: none !important;
}
.saffireMobileSize .header .loginstatus,
.saffireMobileSize .header .myAccountNavButton {
  display: none;
}
.saffireMobileSize .header .ticket {
  background-color: transparent;
  border: 2px solid #3d2cff;
  font-weight: 400;
  padding: 3px 5px;
  z-index: 99;
  color: #dad7ff;
  top: 16px;
  right: 175px;
}
@media screen and (max-width: 499px) {
  .saffireMobileSize .header .ticket {
    background-color: #3d2cff;
    font-weight: 400;
    padding: 3px 5px;
    color: #fff;
    top: 74px;
    right: 0;
  }
  .saffireMobileSize .header .ticket:hover {
    top: 74px !important;
    right: 0 !important;
  }
}
.saffireMobileSize .header .ticket:hover {
  background-color: #3d2cff;
  font-weight: 400;
  padding: 3px 5px;
  color: #fff;
  top: 16px;
  right: 175px;
}
.saffireMobileSize .header #customLogo {
  width: 150px;
  top: -4px;
}
.saffireMobileSize .header .quickLinks {
  top: -16px;
}
.saffireMobileSize .header .quickLinks ul li:nth-child(1),
.saffireMobileSize .header .quickLinks ul li:nth-child(2) {
  display: block;
  position: relative;
  right: 50px;
}
.saffireMobileSize .header .quickLinks ul .searchBox:before {
  top: 9px;
}
.saffireMobileSize .header .standardCartView {
  position: relative;
  right: 50px;
}
.saffireMobileSize .header #mainNavigation {
  position: absolute;
  top: 10px;
}
.saffireMobileSize #siteInfoBannerWidget {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 639px) {
  .saffireMobileSize #siteInfoBannerWidget {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.saffireMobileSize #siteInfoBannerWidget #eventDates,
.saffireMobileSize #siteInfoBannerWidget #eventName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 639px) {
  .saffireMobileSize #siteInfoBannerWidget #eventDates,
.saffireMobileSize #siteInfoBannerWidget #eventName {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 499px) {
  .saffireMobileSize #siteInfoBannerWidget #eventDates,
.saffireMobileSize #siteInfoBannerWidget #eventName {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 10px !important;
  }
  .saffireMobileSize #siteInfoBannerWidget #eventDates .countdownDays,
.saffireMobileSize #siteInfoBannerWidget #eventName .countdownDays {
    text-align: center;
  }
}
.saffireMobileSize #siteInfoBannerWidget #eventDates {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 17px;
}
@media screen and (max-width: 639px) {
  .saffireMobileSize #siteInfoBannerWidget #eventDates {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.saffireMobileSize #siteInfoBannerWidget #eventName {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.saffireMobileSize #siteInfoBannerWidget #eventName .countdownDays {
  margin-right: 5px;
}
@media screen and (max-width: 639px) {
  .saffireMobileSize #siteInfoBannerWidget #eventName {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (max-width: 499px) {
  body:not(.homepage).saffireMobileSize .header .ticket {
    top: 67px;
  }
  body:not(.homepage).saffireMobileSize .header .ticket:hover {
    top: 67px !important;
  }
}

/* fixed mobile header on scroll*/
body.saffireMobileSize.saffireWindowScrolled .header {
  position: fixed;
  top: 0;
  z-index: 999;
  background: #000;
}

body:not(.homepage).saffireMobileSize.saffireWindowScrolled .header {
  z-index: 9;
}

/* VENUE SIDEBAR ////////////////////////////////////////////////////////*/
#venueSidebar {
  position: fixed;
  top: 155px;
  left: 9px;
  z-index: 999;
  height: auto;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  vertical-align: middle;
  max-width: 120px;
  margin: 0;
  padding: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.generalMessageOn #venueSidebar {
  top: 195px;
}
@media screen and (max-width: 1290px) {
  #venueSidebar {
    left: 0;
  }
}
@media screen and (max-width: 1259px) {
  #venueSidebar {
    position: static;
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 0 50px 10px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 751px) {
  #venueSidebar {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 10px 10px;
  }
}
#venueSidebar:before {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  position: relative;
  top: 0;
  content: "VENUES";
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  padding-top: 15px;
}
#venueSidebar a {
  image-rendering: -webkit-optimize-contrast;
  min-height: 64px;
  min-width: 80px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: none;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  margin-bottom: 12px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  /*precache color images*/
  /* images*/
}
@media screen and (max-width: 1259px) {
  #venueSidebar a {
    margin: 5px 25px;
  }
}
@media screen and (max-width: 751px) {
  #venueSidebar a {
    margin: 15px;
  }
}
#venueSidebar a:after {
  content: "";
  height: 0;
  width: 0;
  visibility: hidden;
}
#venueSidebar a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 110%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 5px;
  min-width: 100px;
  max-width: 200px;
  width: auto;
  min-height: 25px;
  height: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  font-size: 12px;
  font-weight: 200;
  color: #fff;
  background: #111;
  border: 1px solid #666;
}
@media screen and (max-width: 1259px) {
  #venueSidebar a:before {
    display: none;
  }
}
#venueSidebar a:hover:before {
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#venueSidebar a.venue-item-1 {
  background-image: url("images/logos/VyStar_Veterans_Memorial_White.png");
}
#venueSidebar a.venue-item-1:hover {
  background-image: url("images/logos/VyStar_Veterans_Memorial_Color.png");
}
#venueSidebar a.venue-item-1:before {
  content: "VyStar Veterans Memorial Arena";
}
#venueSidebar a.venue-item-1:after {
  background-image: url("images/logos/VyStar_Veterans_Memorial_Color.png");
}
#venueSidebar a.venue-item-2 {
  background-image: url("images/logos/Times_Union_Center_White.png");
  height: 80px;
}
@media screen and (max-width: 1259px) {
  #venueSidebar a.venue-item-2 {
    height: 100px;
    width: 100px;
  }
}
@media screen and (max-width: 751px) {
  #venueSidebar a.venue-item-2 {
    height: 110px;
  }
}
#venueSidebar a.venue-item-2:hover {
  background-image: url("images/logos/Times_Union_Center_Color.png");
}
#venueSidebar a.venue-item-2:before {
  content: "Jacksonville Center for the Performing Arts";
}
#venueSidebar a.venue-item-2:after {
  background-image: url("images/logos/Times_Union_Center_Color.png");
}
#venueSidebar a.venue-item-3 {
  background-image: url("images/logos/PFOCC_White.png");
  height: 55px;
}
@media screen and (max-width: 1259px) {
  #venueSidebar a.venue-item-3 {
    height: 115px;
    width: 100px;
  }
}
@media screen and (max-width: 466px) {
  #venueSidebar a.venue-item-3 {
    height: 90px;
  }
}
#venueSidebar a.venue-item-3:hover {
  background-image: url("images/logos/PFOCC_Color.png");
}
#venueSidebar a.venue-item-3:before {
  content: "Prime F. Osborn III Convention Center";
}
#venueSidebar a.venue-item-3:after {
  background-image: url("images/logos/PFOCC_Color.png");
}
#venueSidebar a.venue-item-4 {
  background-image: url("images/logos/Ritz_Theatre_White.png");
}
@media screen and (max-width: 1259px) {
  #venueSidebar a.venue-item-4 {
    height: 125px;
    width: 110px;
  }
}
@media screen and (max-width: 466px) {
  #venueSidebar a.venue-item-4 {
    height: 75px;
  }
}
#venueSidebar a.venue-item-4:hover {
  background-image: url("images/logos/Ritz_Theatre_Color.png");
}
#venueSidebar a.venue-item-4:before {
  content: "Ritz Theatre and Museum";
}
#venueSidebar a.venue-item-4:after {
  background-image: url("images/logos/Ritz_Theatre_Color.png");
}
#venueSidebar a.venue-item-5 {
  background: url("images/logos/121FB_white_logo.png") center/contain no-repeat;
  width: 65px;
  height: 41px;
}
@media screen and (max-width: 1259px) {
  #venueSidebar a.venue-item-5 {
    height: 80px;
    width: 125px;
  }
}
#venueSidebar a.venue-item-5:hover {
  background-image: url("images/logos/121FB_color_logo.png");
}
#venueSidebar a.venue-item-5:before {
  content: "121 Financial Ballpark";
}
#venueSidebar a.venue-item-5:after {
  background-image: url("images/logos/121FB_color_logo.png");
}
#venueSidebar a.venue-item-6 {
  background-image: url("images/logos/TIAA_Bank_White.png");
  background-size: contain;
}
@media screen and (max-width: 1259px) {
  #venueSidebar a.venue-item-6 {
    height: 100px;
    width: 125px;
  }
}
@media screen and (max-width: 466px) {
  #venueSidebar a.venue-item-6 {
    height: 50px;
  }
}
#venueSidebar a.venue-item-6:hover {
  background-image: url("images/logos/TIAA_Bank_Color.png");
}
#venueSidebar a.venue-item-6:before {
  content: "TIAA Bank Field";
}
#venueSidebar a.venue-item-6:after {
  background-image: url("images/logos/TIAA_Bank_Color.png");
}
#venueSidebar a.venue-item-7 {
  background-image: url("images/logos/Dailys_Place_White.png");
  height: 61px;
}
@media screen and (max-width: 1259px) {
  #venueSidebar a.venue-item-7 {
    height: 100px;
    width: 125px;
  }
}
@media screen and (max-width: 466px) {
  #venueSidebar a.venue-item-7 {
    height: 85px;
  }
}
#venueSidebar a.venue-item-7:hover {
  background-image: url("images/logos/Dailys_Place_Color.png");
}
#venueSidebar a.venue-item-7:before {
  content: "Daily's Place";
}
#venueSidebar a.venue-item-7:after {
  background-image: url("images/logos/Dailys_Place_Color.png");
}

/* SLIDER & TOP SECTION STYLES /////////////////////////////////////////////*/
.saffireLargeSize .top-section-container {
  box-sizing: border-box;
  padding: 0 0 40px;
  max-width: 100%;
  width: 1000px;
  margin: auto;
}
.saffireLargeSize #siteInfoBannerWidget {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.saffireLargeSize #siteInfoBannerWidget #eventDates,
.saffireLargeSize #siteInfoBannerWidget #eventName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.saffireLargeSize #siteInfoBannerWidget #eventDates {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 17px;
}
.saffireLargeSize #siteInfoBannerWidget #eventName {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.saffireLargeSize #siteInfoBannerWidget #eventName .countdownDays {
  margin-right: 5px;
}
.saffireLargeSize .homepageSwiperSlider:before {
  content: "FEATURED";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 8px;
  left: -8px;
  width: 150px;
  height: 47px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: 200;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  z-index: 2;
}
@media screen and (max-width: 817px) {
  .saffireLargeSize .homepageSwiperSlider:before {
    display: none !important;
  }
}
.saffireLargeSize .homepageSwiperSlider #newSliderDescriptionContainer {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.saffireLargeSize .homepageSwiperSlider .slideshowSwiperDescription {
  margin-top: 35px;
}
.saffireLargeSize .homepageSwiperSlider .sliderTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.saffireLargeSize .homepageSwiperSlider .sliderTextDescription {
  height: 100%;
  padding: 0;
}
.saffireLargeSize .homepageSwiperSlider .sliderButtonContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.saffireLargeSize .homepageSwiperSlider .sliderButtonContainer a.sliderMoreButton {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.saffireLargeSize .homepageSwiperSlider .sliderButtonContainer a.sliderWidgetPurchaseLink {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.saffireLargeSize .homepageSwiperSlider .sliderButtonContainer a.button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.saffireLargeSize .homepageSwiperSlider .sliderControlsContainer {
  height: 40px;
  top: auto;
  bottom: -40px;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.socialNetworks {
  border: none;
  z-index: 999;
  right: 15px !important;
}
@media screen and (min-width: 1231px) and (max-width: 1290px) {
  .socialNetworks {
    right: 0 !important;
  }
}
.socialNetworks a {
  border: none;
  padding: 2px;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1231px) {
  .socialNetworks a:first-child {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
}
@media screen and (min-width: 1231px) {
  .socialNetworks a:last-child {
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
  }
}
.socialNetworks a img {
  border: 4px solid transparent;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.socialNetworks a:hover img {
  border-color: #3d2cff;
  background-color: #3d2cff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.saffireMobileSize.homepage .homepageSwiperSlider .currentSlideDescription > a {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.saffireMobileSize.homepage .homepageSwiperSlider .sliderButtonContainer a.button {
  background-color: #3d2cff;
  border: 2px solid #3d2cff;
  padding: 5px 0;
  color: #dad7ff;
}

/* SOCIAL NETWORK INSTAFEED  and  MULTISCHEDULE FEATURE ////////////////////////*/
.homepageContent {
  padding: 50px 0;
}

.social-events-container {
  width: 1000px;
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .social-events-container #multiSocialWidget {
    float: none;
    display: block;
    margin: auto;
  }
}

/* FOOTER ////////////////////////////////////////////////////////*/
.saffireMobileSize.isResponsive .footer .footerSignIn a.button,
.saffireMobileSize.isResponsive .footer ul li a.button {
  max-width: 300px;
  padding: 5px 0;
}

.saffireMobileSize .footer-info {
  font-size: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.saffireMobileSize .footer-info .phone {
  margin-bottom: 10px;
}

/* other  //////////////////////////*/
.pdfPage {
  box-sizing: border-box;
}

.dateDisplayBar {
  color: #fff;
}

.orderhistory th {
  color: #fff;
}

.mobileNavContainer li {
  margin-bottom: 10px;
}

.mobileNavContainer .mobileMenuPanelContainer a {
  background-color: #3d2cff;
  color: #fff;
}

.emailSignup {
  text-align: center;
}
.emailSignup input {
  width: 300px !important;
}

.modalClose > a.modalCloseButton {
  margin-right: 10px;
}

.mobileevent header {
  display: none;
}
.mobileevent .socialNetworks {
  display: none;
}
.mobileevent .textGalleryTextContainer.textMediaMediaContainerItem {
  display: none;
}
.mobileevent .fb-page.fb_iframe_widget,
.mobileevent .footer {
  display: none;
}
.mobileevent .content {
  margin: 0 auto !important;
  padding: 40px 21px 100px !important;
}
.mobileevent #cookie-banner-container .cookie-banner-content {
  display: none;
}

body:not(.homepage).mobileevent h1 {
  display: none;
}

.saffireWindowScrolled .header .headerInnerContent .header-nav-wrapper {
  background-color: #504686;
  transition: 0.3s;
}

.saffireMobileSize #header-email-btn {
  font-size: 0;
}

.saffireMobileSize .events-btn {
  display: none;
}

.expandedViewEventNameDescription .itemButtonContainer a.button.buyNowButton {
  padding: 1px 8px;
  font-size: 0px;
  line-height: 1.75em;
  text-transform: uppercase;
  border-radius: 0px;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.expandedViewEventNameDescription .itemButtonContainer a.button.buyNowButton:after {
  content: "Buy Now";
  font-size: 14px;
  line-height: 1.75em;
  text-transform: uppercase;
}

#scheduleDescriptionContent .scheduleDescriptionContentButtons div.buyNowButtonContainer {
  float: none !important;
}

/* SECOND TIER /////////////////////////////////////////////////////////////////*/
.second-tier {
  background: url(images/blue-crowd-bg.jpg) no-repeat center/cover;
  position: relative;
}

.section-heading {
  position: relative;
  top: 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.section-heading h1 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  margin: 25px;
}

/* SPONSOR SECTION /////////////////////////////////////////////////////////////*/
.sponsor-section {
  position: relative;
}

/* FOOTER //////////////////////////////////////////////////////////////////////*/
.footer {
  background-size: cover;
  box-sizing: border-box;
  min-height: 566px;
  box-shadow: 0px -101px 200px #000 inset;
}
.footer .separator {
  color: transparent;
}
.footer .footer-container {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}
.footer .footer-logo {
  background: url(images/footer-logo.png) no-repeat center/contain;
  height: 200px;
}
.footer .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 278px;
  margin: 0 auto 21px;
}
.footer .asm-link {
  background: url(images/asm-logo.png) no-repeat center;
  display: block;
  width: 160px;
  height: 90px;
  margin: 0 auto;
}
.footer .footerItems2 {
  font-family: "Montserrat", sans-serif;
  color: #7a7a7a;
  font-weight: 300;
  margin: -10px auto 0;
}

.saffireMobileSize .footer {
  background-size: cover;
  padding-top: 50px;
}
.saffireMobileSize .footer .footerItems2 {
  color: #fff;
}

#eventFilterList #ourPicks,
#eventFilterList #fanPicks {
  display: none !important;
}

.emailButton {
  background: transparent;
  font-family: "FontAwesome" !important;
  color: #b9b9b9;
  border: none;
  float: right;
  font-size: 0.8em;
  height: 49px;
  padding: 0;
  position: relative;
  top: 0;
  width: 48px;
  overflow: hidden;
  right: 0;
  z-index: 0;
}
.emailButton:before {
  content: "\f003";
  position: relative;
  top: 7px;
  font-size: 26px;
  left: 6%;
  line-height: 1em;
}

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