@charset "UTF-8";
/************** LOAD FONTS ******************/
@font-face {
  font-family: "OpenSans-Bold-webfont";
  src: url("fonts/OpenSans-Bold-webfont.eot");
  src: url("fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Bold-webfont.woff") format("woff"),url("fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("fonts/OpenSans-Bold-webfont.svg#OpenSans-Bold-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-ExtraBold-webfont";
  src: url("fonts/OpenSans-ExtraBold-webfont.eot");
  src: url("fonts/OpenSans-ExtraBold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-ExtraBold-webfont.woff") format("woff"),url("fonts/OpenSans-ExtraBold-webfont.ttf") format("truetype"), url("fonts/OpenSans-ExtraBold-webfont.svg#OpenSans-ExtraBold-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Regular-webfont";
  src: url("fonts/OpenSans-Regular-webfont.eot");
  src: url("fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Regular-webfont.woff") format("woff"),url("fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("fonts/OpenSans-Regular-webfont.svg#OpenSans-Regular-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Semibold-webfont";
  src: url("fonts/OpenSans-Semibold-webfont.eot");
  src: url("fonts/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Semibold-webfont.woff") format("woff"),url("fonts/OpenSans-Semibold-webfont.ttf") format("truetype"), url("fonts/OpenSans-Semibold-webfont.svg#OpenSans-Semibold-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "trocchi-bold-webfont";
  src: url("fonts/trocchi-bold-webfont.eot");
  src: url("fonts/trocchi-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/trocchi-bold-webfont.woff") format("woff"),url("fonts/trocchi-bold-webfont.ttf") format("truetype"), url("fonts/trocchi-bold-webfont.svg#trocchi-bold-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "trocchi-webfont";
  src: url("fonts/trocchi-webfont.eot");
  src: url("fonts/trocchi-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/trocchi-webfont.woff") format("woff"),url("fonts/trocchi-webfont.ttf") format("truetype"), url("fonts/trocchi-webfont.svg#trocchi-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bebasneue_bold-webfont";
  src: url("fonts/bebasneue_bold-webfont.eot");
  src: url("fonts/bebasneue_bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bebasneue_bold-webfont.woff") format("woff"),url("fonts/bebasneue_bold-webfont.ttf") format("truetype"), url("fonts/bebasneue_bold-webfont.svg#bebasneue_bold-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
/************************* BODY/CONTAINER ********************/
body { /* |%  need to set body background and default font options */
  color: #313131;
  background: url(images/brick.jpg) #926927 repeat fixed;
  background-size: auto;
  font: 14px/1.583em "open_sansregular", 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: 30px auto 60px;
  max-width: calc(1030px - 15px - 15px);
}

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

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

/*********************** STANDARD ELEMENTS ********************/
a {
  color: #8b0d0d;
  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: #8b0d0d;
  font-weight: normal;
  font-family: "trocchi-bold-webfont";
}

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

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

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

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

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

.starlist li,
.starlist li ul li,
.pdflist li,
.pdflist li ul li {
  background: url(images/bullet.png) no-repeat left 7px;
  line-height: 18px;
  margin: 0;
  padding: 0 0 0 30px;
}

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

.alternateRow {
  background: #e2e2e2;
}

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

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

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

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

.button.buttonSmall,
a.updateButton.buttonSmall,
a.removeButton.buttonSmall,
a.cartMenuRemoveButton.button.buttonSmall {
  font-size: 13px;
}

/***************** CONTAINERS **************************/
.subContainer,
.sidepic {
  background: #9A7932;
  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: #6586cd;
}

.dateDisplayBar,
.dateDisplay {
  background: #8b0d0d;
  color: #fff;
}

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

.dateDisplay_disabled {
  opacity: 0.4;
}

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

.carthr {
  background: #fff;
}

.orderhistory {
  background: #8b0d0d;
}

.orderhistory th {
  color: #fff;
  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: #c7a252;
}

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

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

/* 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: "open_sansregular";
}

.homepageTabs ul.menu a {
  font-family: "open_sansregular";
  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: #AFA56A;
  -webkit-box-shadow: 0 -3px 5px #666 inset;
  -moz-box-shadow: 0 -3px 5px #666 inset;
  box-shadow: 0 -3px 5px #666 inset;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 8px;
  font-family: "open_sansbold";
}

.generalmessage a {
  color: #fff;
}

.socialNetworks {
  z-index: 80000000;
  position: fixed;
  right: -80px;
  top: 20%;
  border-top: 3px solid rgba(255, 255, 255, 0.8);
  border-bottom: 3px solid rgba(255, 255, 255, 0.8);
  -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: 40px;
  height: 39px;
  border: 3px solid rgba(255, 255, 255, 0.8);
  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;
}

.socialNetworks > a:hover {
  -o-transform: scale(1.3) !important;
  -webkit-transform: scale(1.3) !important;
  -moz-transform: scale(1.3) !important;
  -ms-transform: scale(1.3) !important;
  transform: scale(1.3) !important;
  left: -9px;
  z-index: 2;
}

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

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

#musicPlayerDropdown a {
  color: rgba(0, 0, 0, 0.8);
  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 rgba(0, 0, 0, 0.8);
  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: #e2e2e2;
  border-bottom: 1px solid #c9c9c9;
}

.listingItem:hover {
  background: #eaeaea;
}

.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: #333;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  background: #B8AE79;
  height: auto;
  padding: 230px 0 11px;
}

.saffireMobileSize .footer {
  padding-bottom: 55px;
}

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

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

ul.footerItems1 {
  margin: 0 auto;
  font-family: "trocchi-bold-webfont";
  font-size: 12px;
  text-transform: uppercase;
}

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

ul.footerItems2 {
  margin: 0 auto;
}

/************************* 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: #8b0d0d;
}

.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: #afa469;
  font-family: "bebasneue_bold-webfont";
  font-size: 14px;
  padding: 0 8px 1px;
}

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

.header input.textbox {
  min-height: calc(14px * 1.2);
}

.header { /* |%  need to set height and width if not 100% */
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 231px;
  background: url(images/header-bg.jpg) repeat-x center top;
}

@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: 231px;
  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;
  height: 148px;
  position: absolute;
  left: -36px;
  right: auto;
  top: 0;
  bottom: auto;
  width: 273px;
  left: 0;
  position: absolute;
  right: 0;
  margin: auto;
  background-size: contain;
}

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

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

/* MAIN NAVIGATION */
.saffireLargeSize .nav {
  height: 31px;
  padding: 0;
  background: none;
  clear: both;
  width: 100%;
  z-index: 5002 !important;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 187px;
  bottom: auto;
}

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

.saffireLargeSize .nav .groups {
  position: absolute;
  height: 31px;
  max-height: 50px;
  top: 0;
  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;
}

.saffireLargeSize .nav .groups .group {
  margin: 0 0 0 5px;
  padding: 4px 9px 5px;
}

.saffireLargeSize .nav .groups .group a,
.saffireLargeSize .navDummyLink {
  font-size: 18px;
  font-family: "trocchi-bold-webfont";
  line-height: normal;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1030px) {
  .saffireLargeSize .nav .groups .group a,
  .saffireLargeSize .navDummyLink {
    font-size: 14.4px;
  }
}
.saffireLargeSize .nav .groups .group a:hover,
.saffireLargeSize .nav .groups .group:hover a,
.saffireLargeSize .nav .groups .group:hover {
  color: #fff;
  background: #82442F;
  border-radius: 4px 4px 0 0;
}

.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: #82442F;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
}

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

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

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

.saffireLargeSize .nav .items .item a:hover {
  color: #e0e0e0;
  background: #af5c3f;
}

.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: static;
  float: right;
  margin-top: 0;
  margin-bottom: 0;
  margin: 14px 14px 0 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: 13px;
  line-height: normal;
  color: #fff;
  text-transform: none;
  font-family: "trocchi-bold-webfont";
}

.saffireLargeSize .loginstatus {
  position: relative;
  top: 1px;
  text-decoration: underline;
}

.saffireLargeSize .quickLinks ul li > a.ticket,
.saffireLargeSize .ticket,
.saffireLargeSize .ticket:hover {
  display: inline-block;
  position: absolute;
  left: 0;
  right: auto;
  top: 84px;
  bottom: auto;
  color: #fff;
  padding-left: 0;
  font-family: "OpenSans-Bold-webfont";
  font-size: 2em;
  text-decoration: none;
  text-transform: uppercase;
  background: url(images/ticket.png) no-repeat 0 0;
  width: 198px;
  height: 35px;
  text-indent: -999px;
  overflow: hidden;
}

.saffireLargeSize .ticket:hover {
  background: url(images/ticket.png) no-repeat 0 bottom;
}

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

.saffireLargeSize .viewcart {
  position: relative;
  z-index: 2000000;
  line-height: 24.5px;
}

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

.saffireLargeSize .viewCartText {
  display: none;
}

.saffireLargeSize .standardViewCart {
  position: relative;
  line-height: 24.5px !important;
  top: 0;
}

.saffireLargeSize #svgViewCartIcon {
  display: inline-block;
}

.saffireLargeSize .standardCartView {
  margin: 0 !important;
  background: transparent;
  padding-left: 5px;
  padding-right: 4px;
  margin-right: -4px;
  border-radius: 0 3px 3px 0;
  top: -3.375px;
  position: relative;
}

.saffireLargeSize .standardViewCart {
  background: transparent;
  padding-left: 2px;
  padding-right: 1px;
  border-radius: 3px 0 0 3px;
}

.saffireLargeSize .quickLinks ul .viewcart a {
  font-family: "trocchi-bold-webfont";
  font-size: 13px;
  text-transform: none;
}

.saffireLargeSize .quickLinks ul .viewcart a {
  color: #fff;
  color: #fff;
}

.saffireLargeSize #svgViewCartIcon path {
  fill: #fff;
}

/* EMAIL & SEARCH BOXES */
.saffireLargeSize .header .emailSignup {
  position: relative;
  right: 4px;
  left: auto;
  top: 2px;
  bottom: auto;
  float: right;
  margin-left: 10px;
  margin-top: 8px;
  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 #649990;
}

.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: 1px !important;
}

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

.saffireLargeSize .header .emailSignup .emailInputSubmit a {
  background: url(images/email.jpg) no-repeat;
  text-indent: 200%;
  overflow: hidden;
  width: 29px;
  height: 26px;
  white-space: nowrap;
  /*padding: 0;*/
}

.saffireLargeSize .header .emailSignup .emailInputField input {
  height: 26px;
}

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

.saffireLargeSize .header .searchBox {
  position: relative;
  right: 16px;
  left: auto;
  top: 2px;
  bottom: auto;
  float: right;
  margin-left: 10px;
  margin-top: 8px;
  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 #649990;
}

.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: 1px !important;
}

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

.saffireLargeSize .header .searchBox .searchBoxSubmit a {
  background: url(images/spyglass.jpg) no-repeat;
  text-indent: 200%;
  overflow: hidden;
  width: 26px;
  height: 26px;
  white-space: nowrap;
  padding: 0;
}

.saffireLargeSize .header .searchBox .searchBoxInput input {
  height: 24px;
}

.saffireLargeSize .header .searchBoxSubmit a.button:before {
  display: none;
}

/* WEATHER BUG */
#weatherBugWidget {
  color: #fff;
  white-space: nowrap;
  position: relative;
  right: 0;
  left: auto;
  top: 12px;
  bottom: auto;
  visibility: hidden;
  font-family: "OpenSans-Bold-webfont";
  font-size: 11px;
}

.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!!!!       *
*                                                     * 
*                                                     *
******************************************************/
/* ADVANCED SLIDESHOW */
.homepage .slideshowSwiperDescription {
  display: none;
}

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

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

.homepage .swiper-container:before {
  background: transparent;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  box-shadow: 0 0 30px #000 inset;
  pointer-events: none;
}

.homepage.saffireLargeSize .slideshowSwiperDescription {
  padding: 15px 168px 0 168px;
  max-width: 691px;
  width: calc(100% - 168px - 168px);
}

#newSliderDescriptionContainer {
  background: url(images/slideshow-description.jpg) repeat center center #A89B57;
}

.saffireLargeSize #newSliderDescriptionContainer {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 100%;
  bottom: auto;
  width: 100%;
  max-width: 100%;
  height: 92px;
  z-index: 2;
}

.saffireMobileSize #newSliderDescriptionContainer {
  top: 100%;
  z-index: 2;
  position: relative;
  height: 126px;
  background: url(images/slideshow-description.jpg) repeat center center #A89B57;
}

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

.homepage.saffireMobileSize .currentSlideDescription {
  padding: 5px 5%;
  width: 90%;
}

.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: 1746px) {
  .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;
  background: url("images/slideshow-left.png") no-repeat left center;
  width: 62px;
  height: 65px;
  cursor: pointer;
  position: absolute;
  top: 43%;
  right: 0;
  left: -1092px;
  margin: auto;
  z-index: 4;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1154px) {
  .homepage .slideshowSwiperButtonPrev {
    left: 0;
    right: auto;
    top: 16.7490636704vw;
  }
}

@media screen and (min-width: 1154px) {
  .homepage .slideshowSwiperButtonPrev:hover {
    left: -1102px;
  }
}

.homepage .slideshowSwiperButtonNext {
  display: block;
  background: url("images/slideshow-right.png") no-repeat right center;
  width: 62px;
  height: 65px;
  cursor: pointer;
  position: absolute;
  top: 43%;
  left: 0;
  right: -1092px;
  margin: auto;
  z-index: 4;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1154px) {
  .homepage .slideshowSwiperButtonNext {
    right: 0;
    left: auto;
    top: 16.7490636704vw;
  }
}

@media screen and (min-width: 1746px) {
  .homepage .slideshowSwiperButtonNext:hover {
    right: -1102px;
  }
}

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

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

.homepage.saffireLargeSize .sliderTextDescription {
  opacity: 0;
  top: 0;
  bottom: 0;
  max-width: 691px;
  width: calc(100% - 168px - 168px);
  position: absolute;
  transition: opacity 0.4s ease;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.homepage.saffireLargeSize .sliderButtonContainer {
  position: absolute;
  right: 25px;
  left: auto;
  top: 30px;
  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;
}

.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: 131px;
}

.homepage .sliderButtonContainer a.button {
  display: inline-block;
  font-family: "bebasneue_bold-webfont";
  font-size: 16px;
  color: #fff !important;
  background: #8b0d0d;
  background: -webkit-linear-gradient(-90deg, #8b0d0d);
  background: linear-gradient(180deg, #8b0d0d);
  padding: 2px 9px;
  white-space: nowrap;
  margin-left: 5px;
}

.homepage .sliderButtonContainer a.button:hover {
  background: #c31212;
}

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

.homepage .sliderPlayPauseButtons {
  display: none;
}

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

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

.homepage .sliderPlayPause {
  display: inline-block;
  cursor: pointer;
  width: 21px;
  height: 7px;
  font-size: 0;
  color: rgba(255, 255, 255, 0.3);
  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: "trocchi-bold-webfont";
  font-size: 24px;
  line-height: normal;
  overflow: hidden;
  height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  text-shadow: 1px 1px 3px #1a1a1a;
}

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

.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: 16px;
}

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

.saffireMobileSize.homepage .swiper-container:hover .slideshowSwiperDescription,
.saffireMobileSize.homepage .slideshowSwiperDescription {
  /* position: absolute;
  bottom: -126px;
  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: #E8E8EA;
  width: 100%;
  height: 624px;
  max-width: 100%;
}

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

/* .homepage.saffireLargeSize .content {

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

.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;
}

@media screen and (min-width: 1030px) {
  /* .homepage .swiper-slide img {
  	-webkit-transform: translateY(50%);
  	-ms-transform: translateY(50%);
        	transform: translateY(50%);
        	margin-top: -50%;
  } */
}
.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: 1602px) {
  .homepage .slideshowControlsContainer {
    left: 10px;
    float: left;
  }
}
@media screen and (max-width: 550px) {
  .slideshowControlsContainer {
    display: none;
  }
}
.homepageSwiperSlider {
  position: relative;
}

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

.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: calc(100% + 91px);
  bottom: auto;
  text-align: left;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 156px;
  /*@media screen and (max-width: 1602px){ 
  	@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((38.9513108614vw * (100 * 0.01) + 92px) - 38.9513108614vw);
   	}
  	}
  }*/
}

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

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

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

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

@media screen and (max-width: 1602px) {
  .homepage .swiper-slide,
  .homepage .swiper-container {
    height: 38.9513108614vw !important;
  }
}
@media screen and (max-width: 1746px) {
  .homepage .slideshowSwiperButtonPrev {
    left: 1%;
    right: auto;
  }
  .homepage .slideshowSwiperButtonNext {
    right: 1%;
    left: auto;
  }
}
/* CAROUSEL */
#excitingEventsCarousel {
  width: 330px;
  background: #8F8A64;
  height: 594px;
  padding: 0 15px;
  position: relative;
  float: left;
}

.excitingEventsCarousel .homepageh1 {
  text-align: center;
}

#excitingEventsTextContent {
  text-align: center;
}

#excitingEventsTitleContent {
  margin-bottom: 6px;
}

.carouselContainer {
  width: 314px;
  height: 167px;
}

#eventCarouselMusicLink {
  display: inline;
}

#excitingEventsCarousel .button {
  min-width: 55px;
  margin: 4px;
  position: relative;
  display: inline;
  display: inline-block;
}

#excitingEventsTitleContent a.carouselTextAnchor,
#excitingEventsTitleContent {
  color: #fff;
  text-shadow: 5px 4px 4px #000000;
  font-size: 16px;
}

#excitingEventsDescriptionContent a.carouselTextAnchor,
#excitingEventsDescriptionContent {
  color: #fff;
  line-height: 1.2em;
}

a.carouselTextAnchor {
  text-decoration: none;
}

a.carouselTextAnchor:hover {
  text-decoration: none;
}

.carouselRight {
  border-color: transparent transparent transparent #ffffff;
}

.carouselLeft {
  border-color: transparent #ffffff transparent transparent;
}

.carouselImage {
  background: rgba(89, 84, 55, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4d595437", endColorstr="#4d595437",GradientType=0 );
}

.secondCarouselImage {
  background: rgba(89, 84, 55, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#99595437", endColorstr="#99595437",GradientType=0 );
}

/* EVENT LIST */
#excitingEventsList {
  width: 400px;
  max-width: 30%;
  background: none;
  height: 46px;
  padding: 0;
  position: absolute;
  float: none;
  top: 0;
  z-index: 2147483647;
}
@media screen and (max-width: 1044px) {
  #excitingEventsList {
    margin-left: 5px;
  }
}

#excitingEventsListContentContainer {
  height: 46px;
  padding-top: 5px;
  width: 400px;
}

#excitingEventsList .homepageh1 {
  display: none !important;
}

#eventListPaginationContainerContainer {
  bottom: 5px;
  left: 0;
}

#eventListPaginationIconContainer .eventListPaginationIcons {
  width: 15px;
  height: 15px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#eventListPaginationIconContainer .eventListPaginationIcons.currentListPage {
  background: #FF0;
}

#excitingEventsList #eventListPagination {
  bottom: 27px;
  color: #F5DF26;
  font-size: 1.4em;
  height: 20px;
  left: 0;
}

#excitingEventsList .eventListPage {
  overflow: hidden;
}

#excitingEventsList .eventListPage > div {
  padding: 9px 13px 0 0;
  display: inline-block !important;
}

#excitingEventsList .eventListTitle { /* |%  set font-family */
  color: #fff;
  font-size: 15px;
  text-decoration: none !important;
  font-family: "proxima-nova-condensed";
  position: relative;
  display: inline-block;
  height: 31px;
}

#excitingEventsList .eventListDescription {
  color: #313131;
  line-height: 1.5em;
  display: none !important;
}

#excitingEventsList #eventListPaginationText {
  left: 16px;
}

#excitingEventsList #eventListForward {
  border-color: transparent transparent transparent #F5DF26;
  left: 60px;
  top: 3px;
}

#excitingEventsList #eventListBack {
  border-color: transparent #F5DF26 transparent transparent;
  height: 0;
  left: 0;
  top: 3px;
}

#excitingEventsList #eventListMoreEvents a { /* |%  set font-family */
  text-transform: uppercase;
  color: #F5DF26;
  font-size: 1.6em;
}

#excitingEventsList #eventListMoreEvents {
  position: absolute;
  bottom: 24px;
  right: 0;
}

#excitingEventsList .eventListTitle:hover:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10.5px 10px 10.5px;
  border-color: transparent transparent #926927 transparent;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

#excitingEventsList a.defaultCursor .eventListTitle:hover:after {
  display: none;
}

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

/* EVENT SCHEDULE */
#eventScheduleWidgetWrapper {
  max-width: 100%;
  width: 594px;
  overflow: hidden;
}

#eventScheduleWidget {
  background: rgba(0, 0, 0, 0.75);
  display: inline-block;
  height: 384px;
  padding-top: 10px;
  position: relative;
  right: 0;
  min-width: 594px;
  width: 594px;
  z-index: 34;
}

.eventScheduleWidgetItemImage {
  display: none;
  padding: 0 30px 20px 0;
  float: left;
  width: 75px;
  height: 60px;
  text-align: center;
}

.eventScheduleWidgetItemImage img {
  max-width: 75px;
  max-height: 60px;
}

.eventScheduleDummyImageLink {
  background: url(images/flag2.jpg) no-repeat;
  background-size: contain;
  display: block;
  width: 75px;
  height: 60px;
}

.eventScheduleWidgetTitle {
  color: #000;
  font-family: "trocchi-webfont";
  font-size: 30px;
  line-height: normal;
  text-align: left;
}

.eventScheduleWidgetTitle:before {
  content: "Upcoming Events";
}

.eventScheduleWidgetItemDate {
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
  font-family: "open_sansregular";
  margin-bottom: 15px;
}

.eventScheduleWidgetItemText {
  float: left;
  position: relative;
  text-align: left;
  width: 100%;
  font-size: 12px;
  font-family: "open_sansregular";
}

.eventScheduleWidgetItemText a .eventScheduleWidgetItemDescription:after {
  display: inline-block;
  content: "MORE >";
  padding-left: 1.2em;
  text-decoration: underline;
}

.eventScheduleWidgetItemTitle {
  font-family: "trocchi-bold-webfont";
  font-size: 18px;
  color: #fff;
  display: block;
}

.eventScheduleWidgetItem {
  clear: both;
  color: #fff;
  padding-top: 4px;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: calc(100vw - 30px - 30px);
}

.eventScheduleWidgetItem:hover {
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
}

.eventScheduleWidgetItem a {
  color: #fff;
}

strong.customEventSliderMore {
  font-family: "bebasneue_bold-webfont";
  font-size: 16px;
  padding-left: 5px;
  font-weight: normal;
}

.eventScheduleWidgetItemDescription,
.eventScheduleWidgetItemDescription a {
  font-size: 12px;
  font-family: "open_sansregular";
  color: #fff;
}

.eventScheduleWidgetMultiPage .eventScheduleWidgetItemDescription,
.eventScheduleWidgetMultiPage .eventScheduleWidgetPage {
  display: block;
}

.eventScheduleWidgetPage {
  display: block;
  width: 495px;
  padding-left: 59px;
  padding-right: 48px;
}

.eventScheduleWidgetMultiPage .eventScheduleWidgetPage {
  max-height: 338px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
}

.eventScheduleWidgetMultiPage {
  overflow: hidden;
}

.eventScheduleWidgetPage1 {
  display: block;
}

#eventScheduleWidgetForward {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: calc(7% + 8px + 55px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(11px / 2) 0 calc(11px / 2) 8px;
  border-color: transparent transparent transparent #fff;
}

#eventScheduleWidgetBack {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 7%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(11px / 2) 8px calc(11px / 2) 0;
  border-color: transparent #fff transparent transparent;
}

#eventScheduleWidgetPaginationContainer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  height: 42px;
  color: #fff;
  text-align: center;
  display: none;
}

#eventScheduleWidgetTextPagination {
  color: #fff;
  font-family: "open_sansbold";
  font-size: 12px;
  position: absolute;
  left: calc(7% + 8px);
  width: 55px;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 1.3em;
}

@media screen and (max-width: 1085px) {
  #eventScheduleWidgetContainer {
    margin-top: 3em;
    position: relative;
  }
}
.saffireMobileSize #eventScheduleWidgetContainer {
  margin-top: 5px;
}

.saffireMobileSize #eventScheduleWidget {
  margin: 0 auto;
  left: 0;
  right: 0;
  display: block;
}

.eventScheduleMoreButtonContainer {
  position: absolute;
  left: 43px;
  right: auto;
  top: 92%;
  bottom: auto;
}

.eventScheduleMoreButtonContainer a {
  color: #fff;
  font-size: 13px;
  font-family: "OpenSans-Bold-webfont";
}

.eventScheduleMoreButtonContainer a:before {
  content: "All Events >";
}

/********************************************************

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

*******************************************************/
/* MULTIFEATURE */
#multiFeature1Title {
  color: #2e2722;
  font-family: "trocchi-webfont";
  font-size: 44px;
  margin: auto;
  line-height: 1em;
  height: 49px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 0px;
  bottom: auto;
  text-align: center;
}

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

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

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

.saffireMobileSize #multiFeature1 {
  background-size: 629px auto;
}

@media screen and (max-width: 1092px) {
  #multiFeature1 {
    max-width: calc(100% - 33px - 33px);
    left: 0;
  }
}
#multiFeature1 .featureItem {
  background: url(images/feature-item-bg.png) no-repeat center top;
  display: inline-block;
  height: 329px;
  margin: 0 5px 10px;
  padding: 0;
  position: relative;
  text-align: left;
  max-width: 100%;
  width: 245px;
}

#multiFeature1 .featureItem:first-child {
  margin-left: 0;
}

#multiFeature1 .featureItem:last-child {
  margin-right: 0;
}

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

.multiFeatureArrow {
  display: block;
}

#multiFeature1ArrowLeft {
  position: absolute;
  left: -33px;
  bottom: calc(363px - 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 #F1E6B0 transparent transparent;
}

#multiFeature1ArrowRight {
  position: absolute;
  right: -33px;
  bottom: calc(363px - 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 #F1E6B0;
}

@media screen and (max-width: 1092px) {
  #multiFeature1ArrowLeft {
    left: -30px;
  }
  #multiFeature1ArrowRight {
    right: -30px;
  }
}
#multiFeature1 .featureItemTitle {
  height: 84px;
  background: none;
  display: block;
  color: #fff;
  font-family: "trocchi-bold-webfont";
  font-size: 18px;
  line-height: 1.2em;
  padding: 0 3%;
  transition: all 0.4s ease;
  margin: 0;
  width: 94%;
  text-align: center;
}

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

#multiFeature1 .featureItemDescriptionContainer {
  background: url(images/multi-bottom.png) no-repeat center bottom;
  display: block;
  max-height: 84px;
  margin: auto;
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  bottom: 0;
  top: auto;
  transition: all 0.3s ease 0s;
  width: 239px !important;
  overflow: hidden;
}

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

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

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

#multiFeature1 #multiFeature1WithTextPaginationArrowLeft:after {
  content: true;
}

#multiFeature1 #multiFeature1TextPaginationContainer {
  bottom: 0px;
  left: 259px;
  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: #424da0;
  font-family: "open_sansbold";
  font-size: 12px;
  min-width: 15px;
  min-height: 15px;
  text-decoration: none;
  background: #ffcc00;
  padding: 0px 6px 2px;
  border-radius: 3px;
}

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

#multiFeature1 .featureItemDescription,
#multiFeature1 .featureItemDescription a {
  color: #fff;
  max-width: calc(100vw - 259px);
}

#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;
}

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

#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: absolute;
  max-width: 1026px;
  height: 726px;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  z-index: 10;
}

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

#multiFeature1 .multiFeatureItemPanel {
  float: left;
}

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

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

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

/********************************************************

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

*******************************************************/
/* MULTIFEATURE */
#multiFeature2Title {
  color: #fff;
  font-family: "trocchi-webfont";
  font-size: 45px;
  margin: auto;
  line-height: 1em;
  height: 49px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: -65px;
  bottom: auto;
  text-transform: uppercase;
  text-align: center;
}

.saffireMobileSize #multiFeature2Title {
  font-size: 27px;
}

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

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

.saffireMobileSize #multiFeature2 {
  background-size: 629px auto;
}

@media screen and (max-width: 1059px) {
  #multiFeature2 {
    max-width: calc(100% - 11px - 11px);
    left: 0;
  }
}
#multiFeature2 .featureItem {
  background: none;
  display: inline-block;
  height: 94px;
  margin: 0 25px 50px;
  padding: 0;
  position: relative;
  text-align: left;
  max-width: 100%;
  width: 294px;
}

#multiFeature2 .featureItem:first-child {
  margin-left: 0;
}

#multiFeature2 .featureItem:last-child {
  margin-right: 0;
}

#multiFeature2 .featureItemImage img {
  display: inline-block;
  max-width: 294px;
  max-height: 97px;
  width: 100%;
}

.multiFeatureArrow {
  display: block;
}

#multiFeature2ArrowLeft {
  position: absolute;
  left: -11px;
  bottom: calc(72px - 15px);
  z-index: 11;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(30px / 2) 7px calc(30px / 2) 0;
  border-color: transparent #fff transparent transparent;
}

#multiFeature2ArrowRight {
  position: absolute;
  right: -11px;
  bottom: calc(72px - 15px);
  z-index: 11;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(30px / 2) 0 calc(30px / 2) 7px;
  border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 1059px) {
  #multiFeature2ArrowLeft {
    left: -8px;
  }
  #multiFeature2ArrowRight {
    right: -8px;
  }
}
#multiFeature2 .featureItemTitle {
  height: 94px;
  background: none;
  display: block;
  color: #fff;
  font-family: "proxima-nova-condensed";
  font-size: 24px;
  line-height: 1.2em;
  padding: 0 3%;
  transition: all 0.4s ease;
  margin: 0;
  width: 94%;
  text-align: left;
}

#multiFeature2 .featureItemTitle,
#multiFeature2 .featureItemTitle a {
  color: #fff;
}

#multiFeature2 .featureItemDescriptionContainer {
  background: none;
  display: block;
  max-height: 94px;
  margin: auto;
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 0;
  bottom: auto;
  transition: all 0.3s ease 0s;
  width: 294px !important;
  overflow: hidden;
}

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

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

#multiFeature2 #multiFeature2WithTextPaginationArrowRight:after {
  content: ">>";
}

#multiFeature2 #multiFeature2WithTextPaginationArrowLeft:after {
  content: true;
}

#multiFeature2 #multiFeature2TextPaginationContainer {
  bottom: 0px;
  left: 314px;
  position: absolute;
  z-index: 22;
}

.saffireMobileSize #multiFeature2 #multiFeature2TextPaginationContainer {
  left: 10px;
}

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

#multiFeature2 .featureItemDescription {
  padding: 0 3%;
  line-height: normal;
  transition: all 0.4s ease;
  text-align: left;
}

#multiFeature2 .featureItemDescription,
#multiFeature2 .featureItemDescription a {
  color: #fff;
  max-width: calc(100vw - 314px);
}

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

#multiFeature2 .featureItemDescription a.button {
  clear: both;
  float: none;
  display: inline-block;
  margin: 3px 9px 0;
}

#multiFeature2 .featureItemDescription > a:not(.button) {
  overflow: hidden;
}

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

#multiFeature2 .multiFeatureContent {
  overflow: hidden;
  max-height: 100%;
  position: absolute;
  max-width: 1038px;
  height: 144px;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  z-index: 10;
}

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

#multiFeature2 .multiFeatureItemPanel {
  float: left;
}

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

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

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

/********************************************************

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

*******************************************************/
/* MULTIFEATURE */
#multiFeature3Title {
  color: #fff;
  font-family: "open_sansbold";
  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: 0px;
  bottom: auto;
  text-align: center;
}

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

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

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

.saffireMobileSize #multiFeature3 {
  background-size: 629px auto;
}

@media screen and (max-width: 1623px) {
  #multiFeature3 {
    left: 0;
  }
}
#multiFeature3 .featureItem {
  background: none;
  display: inline-block;
  height: 500px;
  margin: 0 0 0;
  padding: 0;
  position: relative;
  text-align: left;
  max-width: 100%;
  width: 1602px;
}

#multiFeature3 .featureItem:first-child {
  margin-left: 0;
}

#multiFeature3 .featureItem:last-child {
  margin-right: 0;
}

#multiFeature3 .featureItemImage img {
  display: inline-block;
  max-width: 1602px;
  max-height: 500px;
  width: 100%;
}

.multiFeatureArrow {
  display: block;
}

#multiFeature3ArrowLeft {
  position: absolute;
  left: -11px;
  bottom: calc(250px - 15px);
  z-index: 11;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(30px / 2) 7px calc(30px / 2) 0;
  border-color: transparent #fff transparent transparent;
}

#multiFeature3ArrowRight {
  position: absolute;
  right: -11px;
  bottom: calc(250px - 15px);
  z-index: 11;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(30px / 2) 0 calc(30px / 2) 7px;
  border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 1623px) {
  #multiFeature3ArrowLeft {
    left: -8px;
  }
  #multiFeature3ArrowRight {
    right: -8px;
  }
}
#multiFeature3 .featureItemTitle {
  height: 94px;
  background: none;
  display: block;
  color: #fff;
  font-family: "proxima-nova-condensed";
  font-size: 24px;
  line-height: 1.2em;
  padding: 0 3%;
  transition: all 0.4s ease;
  margin: 0;
  width: 94%;
  text-align: left;
}

#multiFeature3 .featureItemTitle,
#multiFeature3 .featureItemTitle a {
  color: #fff;
}

#multiFeature3 .featureItemDescriptionContainer {
  background: none;
  display: block;
  max-height: 94px;
  margin: auto;
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 0;
  bottom: auto;
  transition: all 0.3s ease 0s;
  width: 1602px !important;
  overflow: hidden;
}

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

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

#multiFeature3 #multiFeature3WithTextPaginationArrowRight:after {
  content: ">>";
}

#multiFeature3 #multiFeature3WithTextPaginationArrowLeft:after {
  content: true;
}

#multiFeature3 #multiFeature3TextPaginationContainer {
  bottom: 0px;
  left: 1622px;
  position: absolute;
  z-index: 22;
}

.saffireMobileSize #multiFeature3 #multiFeature3TextPaginationContainer {
  left: 10px;
}

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

#multiFeature3 .featureItemDescription {
  padding: 0 3%;
  line-height: normal;
  transition: all 0.4s ease;
  text-align: left;
}

#multiFeature3 .featureItemDescription,
#multiFeature3 .featureItemDescription a {
  color: #fff;
  max-width: calc(100vw - 1622px);
}

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

#multiFeature3 .featureItemDescription a.button {
  clear: both;
  float: none;
  display: inline-block;
  margin: 3px 9px 0;
}

#multiFeature3 .featureItemDescription > a:not(.button) {
  overflow: hidden;
}

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

#multiFeature3 .multiFeatureContent {
  overflow: hidden;
  max-height: 100%;
  position: absolute;
  max-width: 1602px;
  height: 500px;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  z-index: 10;
}

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

#multiFeature3 .multiFeatureItemPanel {
  float: left;
}

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

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

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

/* EVENT SLIDES */
#excitingEventsSlides {
  text-align: center;
  width: 330px;
  background: rgba(0, 0, 0, 0.75);
  height: 394px;
  padding: 0 15px;
  position: relative;
  float: left;
}

#excitingEventsSlides .homepageh1 {
  position: absolute;
  text-align: left;
  width: 92%;
  top: -47px;
  left: 4%;
  font-family: "trocchi-webfont";
  color: #000;
  text-shadow: none;
  text-transform: none;
  font-size: 30px;
  padding-left: 22px;
}

#excitingEventsSlides .slideshowTitle { /* |%  set font-family */
  text-align: left;
  font-size: 15px;
  display: block;
  color: #fff;
  max-width: 98%;
  font-family: "trocchi-bold-webfont";
  overflow: visible;
}

.excitingEventsSlidesTextAnchor .slideshowTitle {
  text-decoration: none;
}

#excitingEventsSlides .slideshowTextContainer {
  text-align: left;
  display: block;
}

.excitingEventsSlidesTextAnchor .slideshowDescription:after {
  content: "MORE >";
  text-decoration: underline;
  padding-left: 8px;
}

.excitingEventsSlidesPurchaseLink,
.excitingEventsSlidesMoreButtonAnchor {
  display: none !important;
}

#excitingEventsSlides .slideshowDescription {
  text-align: left;
  font: 11px/15px "open_sansregular", Arial, Verdana, sans-serif;
  display: inline !important;
  color: #fff;
  max-width: 240px;
}

#excitingEventsSlider {
  width: 310px;
  height: 330px;
}

#excitingEventsSlider .slideshowMoreButton.button {
  margin: 0 auto;
  width: 55px;
  position: absolute;
  bottom: 0;
}

#excitingEventsSlider img {
  max-height: 239px;
  min-height: 239px;
  margin-top: 10px;
  max-width: none;
}

#excitingEventsSlides .anythingSlider {
  top: 35px;
  overflow: visible !important;
}

#excitingEventsSlides .anythingWindow {
  max-height: 330px;
}

#excitingEventsSlides .anythingControls {
  bottom: 0;
  padding-top: 2px;
  right: 0;
  width: auto;
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  overflow: hidden;
  max-height: 15px;
  text-align: center;
  background: #8F8A64;
  display: none !important;
}

#excitingEventsSlides ul.thumbNav {
  width: auto;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  max-height: 15px;
  overflow: hidden;
  left: 0;
}

#excitingEventsSlides ul.thumbNav li {
  display: inline-block;
  float: left;
  margin-right: 0;
}

#excitingEventsSlides ul.thumbNav li a {
  background: #fff;
  height: 15px;
  width: 15px;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: inset 1px 1px 2px #000;
  display: block;
  margin: 0px;
}

#excitingEventsSlides ul.thumbNav li a.cur {
  background: #ffcd16;
}

#excitingEventsSlides .start-stop {
  top: -4px;
  position: relative;
  display: inline-block !important;
}

a.excitingEventsSlidesMusicButton.button {
  position: absolute;
  top: 280px;
  left: 0;
}

#rotatingContentWidget {
  height: 85px;
  width: 100%;
  position: relative;
  display: block;
  max-width: 837px;
  margin: 20px auto 0;
  padding: 0;
  text-align: center;
}

.rotatingContentWidgetItemContainer {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0;
}
.rotatingContentWidgetItemContainer img {
  box-sizing: border-box;
  max-width: 837px;
  max-height: 85px;
}

/* SPONSORS */
#sponsorWidgetContainer {
  width: 962px;
  height: 180px;
  background: transparent;
  max-width: calc(100% - (7px + 7px + 10px));
  right: auto;
  position: relative !important;
  margin: 0 auto;
  padding: 0 12px;
  overflow: hidden;
}

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

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

#majorSponsorImageContainer {
  background: #fff;
  height: 129px;
  padding: 0 27px 0 6px;
  left: 0;
  bottom: 0;
  border-radius: 0;
  width: 99px;
}

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

#sponsorLogoSection {
  height: 129px;
  width: auto;
  max-width: calc(100% - 12px - 12px);
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 12px;
  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 {
  background: #fff;
  float: left;
  height: 99px;
  text-align: center;
  max-width: 99px;
  width: 99px;
  display: inline-block;
  border-radius: 0;
  box-shadow: none;
}

.sponsorCarouselImage img {
  max-width: 89px !important;
  max-height: 89px !important;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  margin: auto;
  height: auto;
}

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

.sponsorCarouselContainer {
  width: 925px;
  height: 129px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#sponsorArrowRight span {
  border-width: 15px 0 15px 7px;
  border-color: transparent transparent transparent #fff;
}

#sponsorArrowLeft span {
  border-width: 15px 7px 15px 0;
  border-color: transparent #fff transparent transparent;
}

.sponsorWidgetContainerMajorSponsor #sponsorArrowLeft span:before {
  /* content: '';
    	position: absolute;
    	top: -2px;
    	bottom: 0;
    	left: -2px;
    	right: 0;
    	margin: auto;
    	display: block;
    	width: 0;
    	height: 0;
    	border-style: solid;
  border-width: round(($sponsorArrowHeight / 2) + 2) $sponsorArrowWidth round(($sponsorArrowHeight / 2) + 2) 0;
  border-color: transparent invert($sponsorArrowColor) transparent transparent;
  z-index: -1;
  opacity: 0.5; */
}

.sponsorWidgetContainerMajorSponsor #sponsorArrowLeft span {
  border-color: transparent #e0e0e0 transparent transparent;
}

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

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

.sponsorWidgetContainerMajorSponsor #sponsorArrowLeft {
  left: 125px;
}

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

@media screen and (max-width: 942px) {
  #sponsorArrowLeft,
  #sponsorArrowRight {
    display: none !important;
  }
  .sponsorCarouselContainer {
    left: auto;
    right: auto;
  }
  #majorSponsorImageContainer {
    padding-right: 6px;
  }
}
#sponsorsTitleContainer {
  top: 0;
  width: 100%;
  text-align: center;
}

#sponsorsTitleContainer .homepageh1 {
  margin: 0;
  font-family: "proxima-nova-condensed";
  color: #3a857d;
  text-shadow: none;
  font-size: 42px;
}

.saffireMobileSize #sponsorsTitleContainer .homepageh1 {
  font-size: 33.6px;
}

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

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

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

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

.saffireLargeSize .customDirections {
  position: absolute;
  top: 84px;
  right: 0;
  transition: top 0.5s ease;
}
.saffireLargeSize .quickLinks ul li > a.ticket,
.saffireLargeSize .ticket,
.saffireLargeSize .ticket:hover,
.saffireLargeSize #excitingEventsList {
  transition: top 0.5s ease;
}
.saffireLargeSize .customDirections a {
  background: url("images/directionstext.png") no-repeat;
  display: inline-block;
  text-indent: -8000px;
  width: 198px;
  color: #046371;
  font-family: "proxima-nova-condensed";
  text-transform: uppercase;
  font-size: 20px;
  line-height: normal;
  height: 35px;
  text-decoration: none;
}
.saffireLargeSize .customDirections a:hover {
  background-position: 0 bottom;
}
.saffireLargeSize .customDirections:after {
  content: "West Springfield, Massachusetts";
  font-family: "trocchi-bold-webfont";
  position: absolute;
  white-space: nowrap;
  right: 0;
  color: #fff;
  top: 40px;
}
@media screen and (min-width: 1600px) {
  .saffireLargeSize #newSliderDescriptionContainer {
    background-size: 100% 100%;
  }
}
.saffireLargeSize #customLogo {
  transition: width 0.5s ease;
}
.saffireLargeSize .nav .groups .group a,
.saffireLargeSize .navDummyLink {
  font-weight: bold;
}
.saffireLargeSize .nav .items {
  box-shadow: 0 8px 4px rgba(0, 0, 0, 0.3);
}
.saffireLargeSize .homepageSwiperSlider {
  margin-bottom: 118px;
}
.saffireLargeSize #newSliderDescriptionContainer {
  border-bottom: 25px solid #8b0d0d;
}
.saffireLargeSize .header .emailSignup,
.saffireLargeSize .header .searchBox {
  transition: right 0.5s ease;
  float: right;
}
.saffireLargeSize #weatherBugWidget {
  transition: opacity 0.5s ease;
  float: right;
}
@media screen and (max-width: 1037px) {
  .saffireLargeSize .customDirections,
  .saffireLargeSize .quickLinks ul li > a.ticket,
  .saffireLargeSize .ticket,
  .saffireLargeSize .ticket:hover {
    right: 5px;
  }
  .saffireLargeSize #siteInfoBannerWidget {
    left: 5px;
  }
}
.saffireLargeSize .homeMiddleSection {
  background: url(images/blue.jpg) no-repeat fixed center 0 #D5CF93;
  background-size: 100% auto;
  padding-top: 25px;
}
@media screen and (max-width: 1650px) {
  .saffireLargeSize .homeMiddleSection {
    background-size: 1650px auto;
  }
}
.saffireLargeSize ul.footerItems2 {
  margin: -9px auto 0;
}
.saffireLargeSize .customCows {
  background: url(images/cows.jpg) no-repeat center center #DBDBA9;
  background-size: 100% auto;
}
@media screen and (max-width: 1024px) {
  .saffireLargeSize .customCows {
    background-size: auto 100%;
  }
}

#multiFeature2ArrowRight,
#multiFeature2ArrowLeft {
  bottom: 85px;
}

.eventScheduleWidgetTitle {
  margin-left: 32px;
  position: absolute;
  top: -47px;
  text-shadow: 0 0 5px #fff;
}
.saffireMobileSize .eventScheduleWidgetTitle {
  color: #fff;
  text-shadow: none;
}

#eventScheduleWidget {
  overflow: visible;
}

#eventScheduleWidgetWrapper {
  padding-top: 47px;
}

.cowsInner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 27px 0;
}

.eventScheduleWidgetItem {
  position: relative;
}

.eventScheduleWidgetItem::before {
  background: #333 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 76%;
  left: -19px;
  position: absolute;
  width: 3px;
}

.eventScheduleWidgetItem::after {
  clear: both;
  content: "";
  display: block;
}

.eventScheduleWidgetPage {
  padding-left: 36px;
}

.saffireMobileSize .customDirections {
  display: none;
}
.saffireMobileSize .homeMiddleSection {
  background: #D5CF93;
}
.saffireMobileSize:not(.homepage) .content {
  margin-bottom: 97px;
}
.saffireMobileSize .afterContent {
  display: block;
}
.saffireMobileSize #customLogo {
  background-image: url(images/logo-mobile.png);
}

.afterContent {
  padding-bottom: 80px;
}

#multiFeature1Title {
  background: url(images/multi-bg.png) repeat-x;
  background-size: 100% 86px;
  line-height: 78px;
  height: 86px;
  max-width: calc(100% - 36px);
}

#multiFeature1Title:before {
  background: url(images/multi-bg-left.png) repeat-x;
  display: block;
  content: "";
  width: 19px;
  right: 100%;
  height: 86px;
  position: absolute;
  top: 0;
}

#multiFeature1Title:after {
  background: url(images/multi-bg-right.png) repeat-x;
  display: block;
  content: "";
  width: 18px;
  left: 100%;
  height: 86px;
  position: absolute;
  top: 0;
}

#multiFeature1 .featureItem:nth-of-type(odd) {
  background: url(images/feature-item-bg1.png);
}

#multiFeature1 .featureItem:nth-of-type(even) {
  background: url(images/feature-item-bg2.png);
}

#multiFeature1 .featureItemImage {
  top: 3px;
}

#multiFeature1 .featureItemDescription {
  height: 210px;
  padding-top: 25px;
  position: absolute;
  top: -241px;
  background: rgba(46, 39, 33, 0.9);
  width: 225px;
  font-size: 13px;
}

#multiFeature1 .featureItemDescriptionContainer {
  overflow: visible;
}

#multiFeature1 .featureItemTitle {
  padding-top: 9px;
  height: 84px;
}

#multiFeature1 .featureItemDescription {
  opacity: 0;
  transition: opacity 0.6s ease;
}

#multiFeature1 .featureItem:hover .featureItemDescription {
  opacity: 1;
}

#multiFeature3,
#multiFeature3 .multiFeatureContent,
#multiFeature3 .featureItem,
#multiFeature3 .featureItemImage,
#multiFeature3 .featureItemImage img {
  width: 100%;
  max-width: 100%;
  max-height: 31.2109vw;
  height: 31.2109vw;
}

#multiFeature3 .featureItemDescription,
#multiFeature3 .featureItemDescription a,
#multiFeature3 .featureItemTitle,
#multiFeature3 .featureItemTitle a {
  display: none !important;
}

@media screen and (max-width: 890px) {
  #multiFeature1,
  #multiFeature1 .multiFeatureContent {
    height: 400px;
  }
  #multiFeature1Title {
    font-size: 28px;
    margin-top: 26px;
  }
}
@media screen and (max-width: 625px) {
  .saffireMobileSize #multiFeature1Title {
    font-size: 22px;
    line-height: normal;
    margin-top: 31px;
  }
}
body.saffireLargeSize:not(.homepage) .content {
  top: 20px;
}

.customDirections a,
#siteInfoBannerWidget #eventDates {
  font-weight: bold;
}

.homepage .sliderPlayPause {
  color: #fff;
}

.home-bottom-container {
  padding: 106px 0 0;
}

#multiFeature2 .multiFeatureContent {
  padding-top: 5px;
}
#multiFeature2 .featureItemDescriptionContainer {
  max-width: 207px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  left: auto;
}
#multiFeature2 .featureItem {
  margin: 0 19px 16px;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#multiFeature2 .featureItem:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
#multiFeature2 .featureItem:last-child, #multiFeature2 .featureItem:first-child {
  margin: 0 19px 16px;
}
#multiFeature2 .featureItem img {
  border: 3px solid #fff;
}
#multiFeature2 .featureItemDescription {
  display: none !important;
}
#multiFeature2 .featureItemTitle {
  line-height: 92px;
}
#multiFeature2 .featureItemTitle a {
  display: block;
}
#multiFeature2 .featureItemImage {
  overflow: visible;
}

input.inputFieldTextbox {
  min-height: 21px;
}

.datePast .countdownDays {
  font-weight: bold;
}

.globalNoSponsorsEnabled.homepage .afterContent {
  padding-top: 40px;
}

#sponsorWidgetContainer {
  margin-top: 70px;
}

#sponsorsTitleContainer {
  top: 5px;
}
#sponsorsTitleContainer .homepageh1 {
  font-weight: bold;
}

.rotatingContentWidgetItemContainer img {
  border: 3px solid #fff;
}

.footer {
  box-shadow: 0 1px 11px rgba(0, 0, 0, 0.4) inset;
}

ul.footerItems2 {
  font-family: "open_sansbold";
}

.customFooterLogo {
  background: url(images/footer-logo.png) no-repeat center;
  width: 737px;
  height: 280px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -58px;
  max-width: 100%;
  background-size: contain;
}
@media screen and (max-width: 737px) {
  .customFooterLogo {
    background-image: url(images/footer-logo-mobile.jpg);
  }
}

.customFooterImg {
  display: none;
}

#customFooterItems {
  font: 16px/1.5 "trocchi-bold-webfont";
  margin-bottom: 7px;
}

#customFooterName {
  font: 84px "proxima-nova-condensed";
  font-weight: bold;
  line-height: 1;
  margin-top: 8px;
  color: #69c0b7;
  text-transform: uppercase;
}

@media screen and (max-width: 900px) {
  #customFooterName {
    font-size: 8vw;
  }
  .customFooterImg::after, .customFooterImg::before {
    width: 60%;
    right: -60%;
  }
  .customFooterImg::before {
    left: -60%;
  }
}
@media screen and (max-width: 730px) {
  #multiFeature2 .featureItem {
    margin: 0 5px 10px;
  }
  #multiFeature2 .featureItem:last-child, #multiFeature2 .featureItem:first-child {
    margin: 0 5px 10px;
  }
}
@media screen and (max-width: 708px) {
  .customFooterImg::after, .customFooterImg::before {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  #multiFeature2 .featureItem {
    margin: 0 0 10px;
    border: 3px solid #fff;
  }
  #multiFeature2 .featureItem:last-child, #multiFeature2 .featureItem:first-child {
    margin: 0 0 10px;
  }
}
.moduleItemContainer {
  visibility: hidden;
}

.BigEcustomConcertLineup {
  width: 316px;
  height: 316px;
  display: inline-block;
  position: relative;
  margin-right: 17px;
  margin-bottom: 100px;
}
@media screen and (max-width: 400px) {
  .BigEcustomConcertLineup {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.BigEcustomConcertLineupModuleContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.saffireMobileSize .BigEcustomConcertLineup .textMediaMediaContainer,
.saffireMobileSize .BigEcustomConcertLineup .textGalleryImageContainer .largeImage.sidepic {
  max-width: none !important;
}

.BigEcustomConcertLineup:after {
  content: "";
  position: absolute;
  display: block;
  background: url(images/concert-lineup-after.jpg) no-repeat;
  width: 318px;
  height: 70px;
  bottom: -70px;
  left: 0;
}

.BigEcustomConcertLineup .imagebacker {
  border-radius: 0;
  box-shadow: none;
}

.BigEcustomConcertLineup .sidepic {
  padding: 8px;
}

.BigEcustomConcertLineup .photoRight .textMediaMediaContainer,
.BigEcustomConcertLineup .textGalleryImageContainer {
  float: none;
  padding: 0;
}

.BigEcustomConcertLineup img {
  width: 300px !important;
  height: 300px !important;
  max-width: none !important;
}

.BigEcustomConcertLineupDate,
.BigEcustomConcertLineupFacebook,
.BigEcustomConcertLineupInstagram,
.BigEcustomConcertLineupTwitter,
.BigEcustomConcertLineupPurchase,
.BigEcustomConcertLineup > h2 {
  position: absolute;
}

.BigEcustomConcertLineup .textMediaPhotoCaption,
.BigEcustomConcertLineup .textMediaMedia h2 {
  display: none !important;
}

.BigEcustomConcertLineupItem {
  background: rgba(4, 99, 113, 0.9);
  bottom: 8px;
  display: block;
  position: absolute;
  width: 300px;
  z-index: 3;
  color: #fff;
  left: 8px;
}

.BigEcustomConcertLineup > h2 span {
  display: none;
}

.BigEcustomConcertLineupDate {
  background: rgba(232, 65, 108, 0.9);
  display: inline-block;
  left: 8px;
  top: 8px;
  font-family: "proxima-nova-condensed";
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 9px 6px;
  z-index: 22;
}

h2.BigEcustomConcertLineupTitle {
  color: #fff;
  font-family: "proxima-nova-condensed";
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  width: 100%;
  font-size: 22px;
  margin: 3px 0 0;
  background: rgba(4, 99, 113, 0.9);
  position: absolute;
  bottom: 0;
  letter-spacing: 0.019em;
  line-height: 1.65em;
}

.BigEcustomConcertLineupDescription {
  position: relative;
  max-height: 0;
  overflow: hidden;
  padding: 0 21px 2px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.BigEcustomConcertLineup:hover .BigEcustomConcertLineupDescription {
  height: 257px;
  max-height: 300px;
  padding-top: 41px;
}

.BigEcustomConcertLineupPurchase {
  position: absolute;
  bottom: -63px;
  right: 32px;
}

.BigEcustomConcertLineupMoreLink {
  position: absolute;
  bottom: -63px;
  right: 103px;
}

.BigEcustomConcertLineupFacebook,
.BigEcustomConcertLineupTwitter,
.BigEcustomConcertLineupInstagram {
  display: block;
  width: 19px;
  height: 19px;
}

.BigEcustomConcertLineupTwitter {
  background: url(images/concert-lineup-twitter.png) no-repeat center center;
  bottom: -56px;
  left: 66px;
}

.BigEcustomConcertLineupFacebook {
  background: url(images/concert-lineup-facebook.png) no-repeat center center;
  bottom: -56px;
  left: 40px;
}

.BigEcustomConcertLineupInstagram {
  background: url(images/concert-lineup-instagram.png) no-repeat center center;
  bottom: -56px;
  left: 92px;
}

#excitingEventsSlides {
  margin-top: 46px;
  margin-left: 40px;
}
@media screen and (max-width: 450px) {
  #excitingEventsSlides {
    padding: 0;
    max-width: 100%;
  }
}
#excitingEventsSlides .homepageh1 {
  text-shadow: 0 0 5px #fff;
}
.saffireMobileSize #excitingEventsSlides .homepageh1 {
  color: #fff;
  text-shadow: none;
}

#eventScheduleWidgetWrapper,
#excitingEventsSlides {
  float: left;
}
@media screen and (max-width: 1024px) {
  #eventScheduleWidgetWrapper,
  #excitingEventsSlides {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

#multiFeature3 .featureItemDescriptionContainer {
  display: none !important;
}

.homepage.saffireMobileSize .sliderTitle {
  font-size: 20px;
}

.eventScheduleMoreButtonContainer a::before {
  text-decoration: underline;
}

.footer a.button,
.footer .button,
.footer .buttonSmall {
  background: #8B0D0D;
}
.footer a.button:hover,
.footer .button:hover,
.footer .buttonSmall:hover {
  background: #c31212;
}

.subContainer .error {
  color: #ff4646;
}

.saffireMobileSize .header:before {
  content: "";
  display: block;
  position: absolute;
  background: #222;
  height: 47px;
  width: 100%;
  top: -47px;
  left: 0;
}
.saffireMobileSize .header .headerInnerContent {
  margin-top: 47px !important;
}
.saffireMobileSize .header #excitingEventsList {
  display: block !important;
  top: -54px;
}
.saffireMobileSize .header #excitingEventsList #excitingEventsListContentContainer {
  width: 335px;
}
@media screen and (max-width: 450px) {
  .saffireMobileSize .header #excitingEventsList #excitingEventsListContentContainer {
    width: 100%;
  }
  .saffireMobileSize .header #excitingEventsList #excitingEventsListContentContainer .eventListPage {
    width: 100%;
    text-align: center;
  }
  .saffireMobileSize .header #excitingEventsList #excitingEventsListContentContainer .eventListItemPage1:last-child {
    padding-right: 0;
  }
}
.saffireMobileSize .header #excitingEventsList .eventListTitle:after {
  border-color: transparent transparent #fff transparent;
}
@media screen and (max-width: 450px) {
  .saffireMobileSize .header #excitingEventsList {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}

.havePhoto {
  display: none !important;
}

.eventScheduleWidgetPage.eventScheduleWidgetPage1 {
  overflow-y: scroll;
  max-height: 335px;
}

@media screen and (max-width: 630px) {
  #eventScheduleWidgetWrapper {
    width: 360px;
  }
  #eventScheduleWidgetWrapper {
    width: 360px;
    min-width: 360px;
  }
  .eventScheduleWidgetPage.eventScheduleWidgetPage1 {
    width: 295px;
    padding-right: 20px;
  }
}
.emailSignup {
  text-align: center;
}
.emailSignup .emailInputField input {
  border-radius: 0px !important;
  border: 1px solid #aaa !important;
  width: 75% !important;
  padding: 5px;
  font-size: 12px;
}
.emailSignup .emailSubmitButton {
  border-radius: 2px !important;
}

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

a.upload-photo {
  display: none;
}

.itemDetailContainer,
.calloutArrow,
.calloutArrowGallery {
  display: none !important;
}

.audio-file {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.audio-file .audioName {
  margin-left: 20px;
  margin-bottom: 6px;
}

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