@charset "UTF-8";
/************** 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-ExtraBoldItalic-webfont";
  src: url("fonts/OpenSans-ExtraBoldItalic-webfont.woff2") format("woff2"), url("fonts/OpenSans-ExtraBoldItalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Italic-webfont";
  src: url("fonts/OpenSans-Italic-webfont.woff2") format("woff2"), url("fonts/OpenSans-Italic-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;
}
@font-face {
  font-family: "OpenSans-CondLight-webfont";
  src: url("fonts/OpenSans-CondLight-webfont.woff2") format("woff2"), url("fonts/OpenSans-CondLight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-CondBold-webfont";
  src: url("fonts/OpenSans-CondBold-webfont.woff2") format("woff2"), url("fonts/OpenSans-CondBold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bebasneue_bold-webfont";
  src: url("fonts/bebasneue_bold-webfont.woff2") format("woff2"), url("fonts/bebasneue_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bebasneue_regular-webfont";
  src: url("fonts/bebasneue_regular-webfont.woff2") format("woff2"), url("fonts/bebasneue_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "YanoneKaffeesatz-Bold-webfont";
  src: url("fonts/YanoneKaffeesatz-Bold-webfont.woff2") format("woff2"), url("fonts/YanoneKaffeesatz-Bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "YanoneKaffeesatz";
  src: url("fonts/YanoneKaffeesatz.woff2") format("woff2"), url("fonts/YanoneKaffeesatz.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Museo_Slab_500_2-webfont";
  src: url("fonts/Museo_Slab_500_2-webfont.woff2") format("woff2"), url("fonts/Museo_Slab_500_2-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("fonts/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("fonts/Montserrat-Bold.woff2") format("woff2"), url("fonts/Montserrat-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Black";
  src: url("fonts/Montserrat-Black.woff2") format("woff2"), url("fonts/Montserrat-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("fonts/Montserrat-Light.woff2") format("woff2"), url("fonts/Montserrat-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/************************* BODY/CONTAINER ********************/
body { /* |%  need to set body background and default font options */
  color: #000;
  background: url("images/new-bg-2023.jpg") no-repeat fixed;
  background-size: cover;
  font: 16px/1.583em "Montserrat-Regular", Arial, Verdana, sans-serif;
}

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

.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: #15659f;
  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: #15659f;
  font-weight: normal;
  font-family: "Montserrat-Bold";
}

h1 {
  font-size: 40px;
  line-height: 1.125em;
  margin: 0.2em 0;
  color: #000;
}

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

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

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

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

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.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: #ededed;
}

.error {
  color: #eb1e0b;
}

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

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

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

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

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

/***************** CONTAINERS **************************/
.subContainer,
.sidepic {
  background: #fff;
  color: #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: #000;
}

.subContainer .error {
  color: black;
}

.dateDisplayBar,
.dateDisplay {
  background: #002b56;
  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: #000;
}

.orderhistory {
  background: #002b56;
}

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

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

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

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

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

.homepageTabs ul.menu a {
  font-family: "Montserrat-Regular";
  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: #000;
}

/******************************* TOP/GLOBAL ITEMS ************************************/
.generalmessage { /* |%  set font-family, background color, color, etc. */
  background: #8dc63f;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 8px;
  font-family: "Montserrat-Bold";
}

.generalmessage a {
  color: #fff;
}

.socialNetworks {
  z-index: 80000000;
  position: absolute;
  right: -10px;
  top: 110px;
  background: rgba(0, 57, 117, 0.75);
  padding: 5px 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: right 0.6s ease;
  transition: right 0.6s ease;
}

.socialNetworks > span,
.socialNetworks > a {
  display: block;
  float: none;
  width: 40px;
  height: 39px;
  position: relative;
  padding: 5px 10px;
  -webkit-transition: transform 0.4s ease, left 0.4s ease;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, left 0.4s ease;
  transition: transform 0.4s ease, left 0.4s ease, -webkit-transform 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, 57, 117, 0.75);
  z-index: 2;
}

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

#musicPlayerDropdown a {
  color: rgba(255, 198, 138, 0.75);
  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(255, 198, 138, 0.75);
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 0;
}

@media screen and (max-width: 1600px) {
  .socialNetworks {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    padding: 0 4px;
  }
  .socialNetworks > a,
  .socialNetworks > span#musicPlayerLink {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    float: left;
    padding: 8px 4px;
  }
  #musicPlayerDropdown {
    top: auto;
    bottom: 21px;
    -webkit-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: #ededed;
  border-bottom: 1px solid #d4d4d4;
}

.listingItem:hover {
  background: whitesmoke;
}

.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;
  -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: #003975;
  height: auto;
  padding: 0 0 50px;
}

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

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

ul.footerItems1 {
  margin: 0 auto;
  font-family: "Montserrat-Bold";
  font-size: 12px;
  position: relative;
  top: 10px;
  text-transform: uppercase;
}

ul.footerItems2 {
  font-family: "Montserrat-Regular";
  font-size: 11px;
}

.saffireMobileSize ul.footerItems1 {
  display: none;
}

.saffireMobileSize .footerSignIn {
  display: none !important;
}

ul.footerItems2 {
  margin: 0 auto;
}

.saffireMobileSize ul.footerItems2 {
  text-align: center;
}
.saffireMobileSize ul.footerItems2 .footerCopyright {
  display: block;
  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(40px * 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: #15659f;
}

.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: #000;
}

.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 {
  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;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.header .searchBox a.button:hover,
.header .emailSignup a.button:hover {
  background: rgba(31, 31, 31, 0);
}

.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: 101px;
  background: url("images/header-bg.png");
  background-size: auto 100%;
}

@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: 101px;
  width: 1550px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.saffireMobileSize .headerInnerContent {
  padding-right: 0;
  background: #fff;
}

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

#customLogo { /* |%  logo settings */
  background: url("images/logo.png") no-repeat;
  z-index: 5003;
  height: 155px;
  position: absolute;
  left: 0;
  right: auto;
  top: 5px;
  bottom: auto;
  width: 330px;
  background-size: contain;
}
#customLogo:before {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  height: 60px;
  background: #fff;
  width: 100%;
  bottom: 0;
}

.saffireMobileSize #customLogo {
  height: 50px;
  top: 31px;
  left: -19px;
}

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

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

.saffireLargeSize .nav .groups {
  position: absolute;
  height: 26px;
  max-height: 50px;
  bottom: 0;
  margin: auto;
  right: 0;
  position: absolute;
  right: 0;
  left: auto;
  top: 59px;
  bottom: auto;
  bottom: auto;
  top: 0;
}

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

.saffireLargeSize .nav .groups .group a,
.saffireLargeSize .navDummyLink {
  font-size: 15px;
  font-family: "Montserrat-Bold";
  line-height: normal;
  text-transform: uppercase;
  color: #003975;
}

@media screen and (max-width: 1030px) {
  .saffireLargeSize .nav .groups .group a,
  .saffireLargeSize .navDummyLink {
    font-size: 12px;
  }
}
.saffireLargeSize .nav .groups .group a:hover,
.saffireLargeSize .nav .groups .group:hover a,
.saffireLargeSize .nav .groups .group:hover {
  color: #fff;
  background: #003975;
  border-radius: 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: #003975;
  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: 16px "Montserrat-Regular", Arial, Helvetica, sans-serif;
}

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

.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: relative;
  float: right;
  margin-top: 0;
  margin-bottom: 0;
  top: 5px;
  right: 23px;
}

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

.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: 12px;
  line-height: normal;
  color: #fff;
  font-family: "Montserrat-Regular";
  text-transform: uppercase;
}

.saffireLargeSize .quickLinks ul li > a.ticket,
.saffireLargeSize .ticket,
.saffireLargeSize .ticket:hover {
  display: inline-block;
  position: relative;
  top: -25px;
  background: url("images/tix-bg.png") no-repeat;
  width: 150px;
  height: 38px;
  font-size: 0;
}

.ticket-wrapper {
  padding-top: 7px;
  height: 45px;
  background: #003975;
}
@media screen and (min-width: 818px) {
  .ticket-wrapper {
    display: none;
  }
}

.saffireMobileSize a.ticket,
.saffireMobileSize a.ticket:hover {
  display: block;
  margin: auto;
  background: url("images/tix-bg.png") no-repeat;
  width: 150px;
  height: 38px;
  font-size: 0;
  position: static;
  padding: 0;
}

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

.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.125px;
  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: "Montserrat-Regular";
  font-size: 16px;
  text-transform: none;
}

.saffireLargeSize .quickLinks ul .viewcart a {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  text-transform: none;
  color: #fff;
  color: #fff;
}

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

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

.quickLinks ul {
  z-index: auto;
}

.saffireLargeSize .header .emailSignup .emailInputField input {
  width: 0;
  padding-right: 0;
  padding-left: 0;
  position: absolute;
  right: 100%;
  top: 1px;
  height: 100%;
  transition: all 0.3s ease;
  border-width: 0;
  border-radius: 0;
  z-index: 2000001;
  font: 16px "Montserrat-Regular";
}

.saffireLargeSize .header .emailSignup:hover .emailInputField input,
.saffireLargeSize .header .emailSignup .emailInputField input:focus {
  width: 230px;
  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/envelope.png") no-repeat center;
  text-indent: 200%;
  overflow: hidden;
  width: 39px;
  height: 35px;
  white-space: nowrap;
  padding: 0;
}

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

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

.saffireLargeSize .header .searchBox {
  position: absolute;
  right: 193px;
  left: auto;
  top: 58px;
  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: 2px;
  height: 100%;
  transition: all 0.3s ease;
  border-width: 0;
  border-radius: 0;
  font: 16px "Montserrat-Regular";
}

.saffireLargeSize .header .searchBox:hover .searchBoxInput input,
.saffireLargeSize .header .searchBox .searchBoxInput input:focus {
  width: 175px;
  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/search-glass.png") no-repeat center;
  text-indent: 200%;
  overflow: hidden;
  width: 39px;
  height: 35px;
  white-space: nowrap;
  padding: 0;
}

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

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

/* WEATHER BUG */
#weatherBugWidget {
  color: #fff;
  white-space: nowrap;
  position: relative;
  left: -20px;
  right: auto;
  top: -4px;
  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;
}

.directionsPin {
  display: block;
  height: 14px;
  width: 9px;
  background: url("images/directions-pin.png");
  z-index: -1;
  position: relative;
  right: 15px;
  bottom: 15px;
}

.directionsPin svg {
  display: none;
}

.saffireMobileSize .header {
  position: fixed;
  top: 0;
  z-index: 1000;
}

.saffireMobileSize.generalMessageOn .header {
  margin-top: 45px !important;
}

.mobileNavShowing .mobileNavContainer {
  background: #003975;
}

.mobileNavContainer .mobileMenuPanelContainer a {
  background: #15659f;
  font-family: "Montserrat-Regular";
  border: none;
  margin: 10px;
  padding: 5px !important;
  font-weight: bold;
}

.mobileNavHeader {
  border-bottom: 2px solid white;
  padding: 5px 10px 10px;
}
.mobileNavHeader .mobileNavCloseMenu, .mobileNavHeader .mobileMenuShiftedGoBack {
  color: #fff;
  font-family: "Montserrat-Regular";
  font-weight: bold;
  padding: 0 !important;
  position: relative;
}
.mobileNavHeader .mobileMenuShiftedGoBack {
  left: 5px;
}
.mobileNavHeader .mobileNavCloseMenu {
  right: 5px;
}

.mobileNavSectionTitle {
  font-family: "Montserrat-Regular";
  font-weight: bold;
  padding: 15px 0 0 22px !important;
}

.saffireMobileSize .socialNetworks {
  display: none;
}

@media screen and (max-width: 1020px) {
  .socialNetworks {
    display: none;
  }
}
.socialNetworks a img {
  border: 2px solid transparent;
  border-radius: 150px;
  transition: 0.3s;
}
.socialNetworks a img:hover {
  border-color: #8dc63f;
  background: #8dc63f;
  transition: 0.3s;
}

#mainNavigation .groups .group .item a {
  text-transform: none !important;
  font-size: 14px;
}

body:not(.userLoggedIn) .standardLoginStatus, body:not(.userLoggedIn) .standardLoginStatus a, body:not(.userLoggedIn) .standardMyAccount a {
  display: none;
}

.userLoggedIn .standardLoginStatus, .userLoggedIn .standardLoginStatus a, .userLoggedIn .standardMyAccount a {
  display: block;
}

.mobileMenuPanelContainer .loginstatus.left {
  width: 100%;
  float: none;
}

.saffireLargeSize .items li[aria-haspopup*=true] > a:after {
  content: ">";
  display: inline-flex;
  position: relative;
  margin-left: 1px;
}

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

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

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

#siteInfoBannerWidget {
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat-Regular";
  text-shadow: 1px 1px 2px #1a1a1a;
  background: rgba(0, 57, 117, 0.75);
  background: -webkit-linear-gradient(-90deg, rgba(0, 57, 117, 0.75));
  background: linear-gradient(180deg, rgba(0, 57, 117, 0.75));
}

.saffireLargeSize #siteInfoBannerWidget {
  background: rgba(0, 57, 117, 0.75);
  right: -153px;
  position: absolute;
  text-align: right;
  padding: 5px 9px;
  height: 61px;
  top: 110px;
  right: 85px;
  min-width: auto;
}

@media screen and (max-width: 38px) {
  .saffireLargeSize #siteInfoBannerWidget {
    max-width: calc(100% - (9px * 2));
    min-width: 0;
    width: calc(100vw - 9px - 9px);
  }
}
.saffireMobileSize.siteInfoBannerOn #widgetBanner {
  top: auto;
  position: absolute;
  bottom: -61px;
  height: auto;
  background: #003975;
  display: flex;
  justify-content: center;
  border-bottom: 5px solid #15659f;
}

.saffireMobileSize #siteInfoBannerWidget {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.saffireMobileSize #siteInfoBannerWidget #eventDates {
  order: 2;
}
.saffireMobileSize #siteInfoBannerWidget #eventName {
  order: 1;
}

#siteInfoBannerWidget #eventDates {
  font-size: 30px;
  font-family: "Montserrat-Black";
  color: #fff;
  text-transform: uppercase;
}

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

.saffireMobileSize #siteInfoBannerWidget {
  min-height: 61px;
  background: rgb(0, 57, 117);
}

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

#siteInfoBannerWidget #eventName {
  text-transform: uppercase;
}

.countdownDays {
  color: #fff;
  display: inline-block;
  font-family: "Montserrat-Regular";
  font-size: 14px;
}

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

.datePast .countdownDays {
  color: #fff;
  font-size: 30px;
  font-family: "Montserrat-Black";
  display: block;
}

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

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

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

body:not(.homepage) #widgetBanner {
  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-Regular";
  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: 1000px) {
  .homepage .currentSlideDescription {
    margin: 20px auto;
  }
}

.homepage.saffireLargeSize .slideshowSwiperDescription {
  padding: 0 16% 0 16%;
  max-width: 688px;
  width: 68%;
}

#newSliderDescriptionContainer {
  background: none;
}

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

.saffireMobileSize #newSliderDescriptionContainer {
  top: 100%;
  z-index: 2;
  position: relative;
  top: 5px;
  height: 135px;
  background: none;
  border-bottom: 5px solid #8dc63f;
}
.saffireMobileSize #newSliderDescriptionContainer .sliderTextDescription {
  display: none;
}

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

.homepage.saffireMobileSize .slideshowSwiperPagination {
  display: flex;
  justify-content: center;
  margin: 10px auto;
}

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

.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 .swiper-slide-active > a {
  display: block;
  width: 100%;
  height: 100%;
}

.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: 100px;
  margin-right: 2px;
  display: inline-block;
}

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

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

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

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

.homepage.saffireLargeSize .sliderTextDescription {
  opacity: 0;
  top: 0;
  bottom: 0;
  max-width: 688px;
  width: calc(100% - 156px - 156px);
  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;
  left: 1028px;
  right: auto;
  top: 20px;
  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: 1500px) {
  .homepage.saffireLargeSize .sliderButtonContainer {
    left: calc(100% - 200px);
  }
}
.homepage.saffireLargeSize .sliderButtonContainer .sliderMoreButton {
  order: 2;
}
.homepage.saffireLargeSize .sliderButtonContainer .buyNowButton {
  order: 1;
}

.saffireMobileSize.homepage .sliderButtonContainer {
  right: 0;
  top: 60px;
  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;
}
.saffireMobileSize.homepage .sliderButtonContainer .sliderMoreButton {
  order: 2;
}
.saffireMobileSize.homepage .sliderButtonContainer .buyNowButton {
  order: 1;
}

.homepage.saffireLargeSize .currentSlideDescription .sliderButtonContainer {
  z-index: 300;
  width: 200px;
}

.homepage .sliderButtonContainer a.button {
  display: inline-block;
  font-family: "Montserrat-Black";
  font-size: 14px;
  color: #fff !important;
  background: #eb1e0b;
  background: -webkit-linear-gradient(-90deg, #eb1e0b);
  background: linear-gradient(180deg, #eb1e0b);
  padding: 6px 11px;
  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: #f64d3d;
}

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

.homepage .sliderPlayPauseButtons {
  display: none;
}

.saffireLargeSize.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: 3px;
  position: relative;
  top: 0;
  transition: background 0.4s ease;
}

.saffireLargeSize.homepage .swiper-pagination-bullet:hover,
.saffireLargeSize.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: "Montserrat-Black";
  font-size: 26px;
  text-transform: uppercase;
  line-height: normal;
  overflow: hidden;
  height: 30px;
  position: relative;
}

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

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

.homepage.saffireMobileSize .sliderTitle {
  font-size: 18px;
  padding: 10px;
  height: auto;
}

.homepage a.button.sliderMoreButton,
.homepage a.button.sliderWidgetPurchaseLink {
  font-size: 14px;
}

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

.homepage .swiper-container {
  /* Specify Swiper's Size: */
  background: #003975;
  width: 100%;
  max-width: 100%;
}

.homepage .swiper-slide {
  /* Specify Slides's Size: */
  width: 1219px;
  height: auto;
  max-width: 100%;
  background-position: center top;
  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;
}

.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 {
  height: 50vw;
  max-height: 589px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

.homepage .sliderControlsContainer {
  position: relative;
  height: 0;
  width: 100%;
  z-index: 3;
  margin: 0;
}

.swiper-container {
  width: 100%;
  max-width: 1219px;
  height: 589px;
}

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

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

@media screen and (max-width: 1339px) {
  .homepage .slideshowSwiperButtonPrev {
    left: 1%;
    right: auto;
  }
  .homepage .slideshowSwiperButtonNext {
    right: 1%;
    left: auto;
  }
}
.saffireLargeSize .slideshowSwiperPagination {
  display: flex;
  justify-content: center;
  position: relative;
  top: 68px;
}

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

/* EVENT LIST */
#excitingEventsList {
  width: 315px;
  height: 460px;
  padding: 0;
  position: relative;
  float: left;
}

#excitingEventsListContentContainer {
  height: 460px;
  width: 100%;
}
#excitingEventsListContentContainer::before {
  content: "EXPLORE";
  display: block;
  background: #154b82;
  width: 100%;
  position: relative;
  font: 24px "Montserrat-Light";
  color: #FFF;
  text-align: center;
  padding: 22px 0 23px;
}

#excitingEventsList .homepageh1 {
  display: none;
}

#eventListPaginationContainerContainer {
  display: none;
}

#eventListPaginationIconContainer .eventListPaginationIcons {
  display: none;
}

#eventListPaginationIconContainer .eventListPaginationIcons.currentListPage {
  display: none;
}

#excitingEventsList #eventListPagination {
  display: none;
}

#excitingEventsList .eventListPage {
  overflow-x: hidden;
  overflow-y: auto;
}

#excitingEventsList .eventListPage > div {
  width: 100%;
  height: 75px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin-top: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#excitingEventsList .eventListTitle { /* |%  set font-family */
  color: #003975;
  font: 18px/75px "Montserrat-Black";
  text-decoration: none !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 96%;
  margin: 0 auto;
  overflow: hidden;
}

#excitingEventsList .eventListDescription {
  display: none;
}

#excitingEventsList #eventListPaginationText {
  display: none;
}

#excitingEventsList #eventListForward {
  display: none;
}

#excitingEventsList #eventListBack {
  display: none;
}

#excitingEventsList #eventListMoreEvents a { /* |%  set font-family */
  display: none;
}

#excitingEventsList #eventListMoreEvents {
  display: none;
}

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

#eventScheduleWidget {
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  height: 460px;
  padding-top: 0;
  position: relative;
  right: 0;
  /* min-width: map-get($eventScheduleLayout, width); */
  width: 315px;
  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: #fff;
  font-family: "Montserrat-Light";
  font-size: 24px;
  text-transform: uppercase;
  line-height: normal;
  text-align: center;
}

.eventScheduleWidgetTitle:before {
  content: "UPCOMING EVENTS";
}

.eventScheduleWidgetItemDate {
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
  font-family: "Montserrat-Regular";
}

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

.eventScheduleWidgetItemTitle {
  font-family: "Montserrat-Bold";
  font-size: 14px;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}

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

.eventScheduleWidgetItem a {
  color: #000;
  font-size: 12px;
}

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

.eventScheduleWidgetItemDescription,
.eventScheduleWidgetItemDescription a {
  font-size: 14px;
  font-family: "Montserrat-Regular";
  color: #000;
  display: none !important;
}

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

.eventScheduleWidgetPage {
  display: block;
  width: 284px;
  padding-left: 16px;
  padding-right: 16px;
}

.eventScheduleWidgetMultiPage .eventScheduleWidgetPage {
  max-height: 305px;
  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: "Montserrat-Bold";
  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: 16px;
  right: auto;
  top: 90%;
  bottom: auto;
}

.eventScheduleMoreButtonContainer a {
  color: #fff;
  font-size: 18px;
  font-family: "Montserrat-Bold";
}

.eventScheduleMoreButtonContainer a:before {
  content: "MORE >";
}

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

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

*******************************************************/
/* MULTIFEATURE */
#multiFeature1Title {
  display: none;
}

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

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

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

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

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

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

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

.multiFeatureArrow {
  display: block;
}

#multiFeature1ArrowLeft {
  position: absolute;
  left: -65px;
  bottom: calc(46% - 21.5px);
  z-index: 11;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: url(images/slideshow-left.png) no-repeat;
  width: 43px;
  height: 43px;
}

#multiFeature1ArrowRight {
  position: absolute;
  right: -65px;
  bottom: calc(46% - 21.5px);
  z-index: 11;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: url(images/slideshow-right.png) no-repeat;
  width: 43px;
  height: 43px;
}

@media screen and (max-width: 1149px) {
  #multiFeature1ArrowLeft {
    left: -62px;
  }
  #multiFeature1ArrowRight {
    right: -62px;
  }
}
#multiFeature1 .featureItemTitle {
  height: 59px;
  background: none;
  display: block;
  color: #003975;
  font-family: "Montserrat-Bold";
  font-size: 20px;
  line-height: 1.2em;
  transition: all 0.4s ease;
  margin: 0;
  width: auto;
  text-align: center;
}

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

#multiFeature1 .featureItemDescriptionContainer {
  background: rgba(40, 148, 226, 0.8);
  display: block;
  max-height: 65px;
  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;
  transition: all 0.3s ease 0s;
  width: 205px !important;
  overflow: hidden;
}

#multiFeature1 .featureItem:hover .featureItemDescriptionContainer {
  height: 205px;
  max-height: 270px;
}

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

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

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

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

#multiFeature1 #multiFeature1TextPaginationContainer {
  bottom: auto-auto/2;
  left: 225px;
  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: #8dc63f;
  padding: 0px 6px 2px;
  border-radius: 3px;
}

#multiFeature1 .featureItemDescription {
  max-height: 0;
  padding: 0 10px;
  font-size: 12px;
  line-height: normal;
  transition: all 0.4s ease;
  text-align: center;
}

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

#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%;
  max-width: 1020px;
  height: auto;
  margin: auto;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 1028px) {
  #multiFeature1 .multiFeatureContent {
    width: 75%;
  }
}
@media screen and (max-width: 692px) {
  #multiFeature1 .multiFeatureContent {
    width: 100%;
  }
}

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

#multiFeature1 .multiFeatureItemPanel {
  float: left;
}

#multiFeature1 .featureItemImage {
  width: 205px;
  height: 205px;
  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;
  top: 12px;
}

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

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

/* SOCIAL NETWORK PLUGIN */
.multiSocialWidgetTab {
  font-family: "Montserrat-Light";
  font-size: 24px;
}

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

.multiSocialWidgetTab:hover {
  background: #154b82;
  color: #fff;
}

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

.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: #154b82;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}

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

.multiSocialWidgetContainer {
  background: rgba(255, 255, 255, 0.8);
  height: 385px;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  top: 0;
  width: 315px;
}

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

#multiSocialWidget {
  background: none;
  height: 460px;
  width: 315px;
}

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

#facebookfeedContainer {
  overflow: hidden;
}

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

#socialfeedTitle {
  font-family: "Montserrat-Light";
  font-size: 24px;
  color: #fff;
  margin: 0 25px;
}

.socialTabs {
  height: 75px;
  width: 315px;
  background: #154b82;
  display: flex;
  justify-content: center;
  align-items: center;
}

.multiSocialWidgetTab {
  font-size: 0;
  height: 32px;
  width: 32px;
  opacity: 0.3;
}

.currentTab {
  opacity: 1;
}

#facebookfeedTab {
  background: url("images/facebook-feed.png") center no-repeat;
}

#twitterfeedTab {
  background: url("images/twitter-feed.png") center no-repeat;
}

.saffireMobileSize.isResponsive #facebookfeedContainer iframe {
  max-width: 100%;
  max-height: 100%;
}

.saffireLargeSize .generalmessage {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.saffireLargeSize .directions-header {
  position: relative;
}
.saffireLargeSize .header {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.saffireLargeSize .header .searchBox .searchBoxSubmit a,
.saffireLargeSize .header .emailSignup {
  background-color: transparent;
}
.saffireLargeSize .content {
  margin-top: 190px;
}
.saffireLargeSize.homepage .content {
  margin-top: 98px;
}
.saffireLargeSize.generalMessageOn .content {
  margin-top: 226px;
}
.saffireLargeSize.generalMessageOn.homepage .content {
  margin-top: 134px;
}
.saffireLargeSize .header-row {
  max-height: 35px;
  padding-top: 15px;
}
.saffireLargeSize .header-row::after {
  content: "";
  display: table;
  clear: both;
}
.saffireLargeSize .header-row .quickLinks {
  max-height: 62px;
}
.saffireLargeSize .header-row > .ticket {
  display: none;
}
.saffireLargeSize #siteInfoBannerWidget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.saffireLargeSize #siteInfoBannerWidget::before, .saffireLargeSize #siteInfoBannerWidget::after {
  content: "";
  display: block;
  position: absolute;
  left: -23px;
  top: 0;
  width: 0;
  height: 0;
  border-right: 23px solid rgba(0, 57, 117, 0.75);
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
}
.saffireLargeSize #siteInfoBannerWidget::after {
  left: auto;
  right: -23px;
  border-right: 23px solid transparent;
  border-top: 36px solid rgba(0, 57, 117, 0.75);
  border-bottom: 35px solid rgba(0, 57, 117, 0.75);
}
.saffireLargeSize #siteInfoBannerWidget #eventDates {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.saffireLargeSize #siteInfoBannerWidget #eventName {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  top: 5px;
}
.saffireLargeSize .homepageSwiperSlider {
  margin-bottom: 100px;
}
.saffireLargeSize .homepageSwiperSlider::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  width: 100%;
  height: 90px;
  background: #003975;
  border-bottom: 10px solid #8dc63f;
}
.saffireLargeSize .homepage-heart {
  position: absolute;
  top: calc(100% - 258px);
  left: 0;
  right: 742px;
  margin: 0 auto;
  background: url(images/heart.png) no-repeat center;
  width: 286px;
  height: 283px;
  z-index: 1;
}
.saffireLargeSize .first-row-container {
  position: relative;
}
.saffireLargeSize.saffireWindowScrolled #siteInfoBannerWidget {
  top: -100px;
  opacity: 0;
}

.midscreen-container {
  background: url("images/midscreen-bg.jpg") no-repeat center;
  background-size: cover;
  background-color: #fff;
  background-attachment: fixed;
}

.bottom-container {
  background: url("images/bottom-screen-bg.jpg") no-repeat center 0px;
  background-size: cover;
}
.bottom-container .bottom-inner-container {
  padding: 50px 0;
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 1020px) {
  .bottom-container .bottom-inner-container {
    padding: 30px 0;
  }
}
@media screen and (max-width: 680px) {
  .bottom-container .bottom-inner-container {
    padding: 30px 0;
  }
}
.bottom-container .bottom-inner-container::after {
  content: "";
  display: table;
  clear: both;
}

#multiFeature1::before {
  content: "";
  display: block;
  margin: auto;
  background: url("images/more-from-the-fairgrounds.png") no-repeat center;
  height: 91px;
  width: 778px;
}
#multiFeature1 .multiFeatureContent {
  padding-top: 40px;
  text-align: center;
}
#multiFeature1 .featureItemDescriptionContainer {
  height: 65px;
}
#multiFeature1 .featureItemDescriptionContainer .featureItemTitle {
  position: absolute;
  bottom: 9px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#multiFeature1 .featureItemDescriptionContainer .featureItemDescription {
  position: absolute;
  width: 100%;
  top: -410px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#multiFeature1 .featureItemImage {
  overflow: visible;
  width: 220px;
  height: 220px;
}
#multiFeature1 .featureItemImage a {
  z-index: 1;
}
#multiFeature1 .featureItemImage img {
  position: relative;
  top: 1px;
  width: 205px;
  height: 205px;
  border-radius: 150px;
  border: 4px solid #8dc63f;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#multiFeature1 .featureItemImage::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 1px;
  right: 2px;
  bottom: 3px;
  border: 2px solid #fff;
  border-radius: 150px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#multiFeature1 .featureItemImage::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -12px;
  left: -11px;
  right: -10px;
  bottom: -9px;
  border: 12px solid #15659f;
  border-radius: 150px;
  background: #15659f;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#multiFeature1 .featureItem::before {
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#multiFeature1 .featureItem::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: -12px;
  left: -11px;
  right: -10px;
  bottom: -9px;
  border: 12px solid #15659f;
  border-radius: 150px;
  background: #15659f;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#multiFeature1 .featureItem:hover::before {
  content: "";
  position: absolute;
  width: 205px;
  height: 206px;
  left: 21px;
  top: 17px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
#multiFeature1 .featureItem:hover .featureItemImage::after, #multiFeature1 .featureItem:hover .featureItemImage::before {
  border-radius: 0;
}
#multiFeature1 .featureItem:hover .featureItemImage img {
  border-radius: 0;
}
#multiFeature1 .featureItem:hover .featureItemDescriptionContainer {
  height: 100%;
  max-height: 100%;
  z-index: 5;
}
#multiFeature1 .featureItem:hover .featureItemDescription {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: none;
  width: 205px;
  left: 0;
  top: 38%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#multiFeature1 .featureItem:hover .featureItemDescription a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 220px;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
#multiFeature1 .featureItemDescriptionContainer {
  background: none;
}

#eventScheduleWidgetWrapper {
  float: left;
}
#eventScheduleWidgetWrapper .eventScheduleWidgetTitle {
  background: #154b82;
  line-height: 75px;
  margin-bottom: 10px;
}
#eventScheduleWidgetWrapper .eventScheduleMoreButtonContainer a {
  padding: 8px 15px;
  background: #eb1e0b;
  border-radius: 2px;
  font-family: "Montserrat-Black";
  font-size: 14px;
}

#excitingEventsList {
  margin-left: 27px;
}

#multiSocialWidget {
  float: left;
  margin-left: 28px;
  text-align: left;
}

#rotatingContentWidget {
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  height: 220px;
}
@media screen and (max-width: 1250px) {
  #rotatingContentWidget {
    -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;
    height: auto;
  }
}
#rotatingContentWidget .rotatingContentWidgetItemContainer {
  position: relative;
  top: 55px;
  margin: 0 50px;
}
@media screen and (max-width: 1450px) {
  #rotatingContentWidget .rotatingContentWidgetItemContainer {
    margin: 0 40px;
  }
}
@media screen and (max-width: 1375px) {
  #rotatingContentWidget .rotatingContentWidgetItemContainer {
    margin: 0 30px;
  }
  #rotatingContentWidget .rotatingContentWidgetItemContainer img {
    height: 90px;
    width: auto;
  }
}
@media screen and (max-width: 1250px) {
  #rotatingContentWidget .rotatingContentWidgetItemContainer {
    top: 0;
    margin: 25px auto;
  }
}
@media screen and (max-width: 500px) {
  #rotatingContentWidget .rotatingContentWidgetItemContainer {
    margin: 15px auto;
  }
  #rotatingContentWidget .rotatingContentWidgetItemContainer img {
    height: 65px;
  }
}

#customFooterContact {
  font: 30px "Montserrat-Regular";
  color: #fff;
  margin: 45px 0 25px;
}
#customFooterContact a {
  color: #fff;
  text-decoration: none;
}
#customFooterContact::after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 90%;
  margin: 0 auto;
  max-width: 880px;
  position: relative;
  top: 15px;
}
@media screen and (max-width: 817px) {
  #customFooterContact {
    font-size: 16px;
    margin: 40px auto 25px;
    line-height: 1.5em;
  }
  #customFooterContact span {
    display: none;
  }
}

.saffireMobileSize #customFooterContact:after {
  display: none;
}

@media screen and (max-width: 1072px) {
  .saffireLargeSize #logoContainer::after {
    left: 135px;
  }
}
@media screen and (max-width: 1020px) {
  .bottom-inner-container {
    text-align: center;
  }
  .bottom-inner-container #multiSocialWidget {
    float: none;
    clear: both;
    margin: 30px auto 0;
  }
  .bottom-inner-container #eventScheduleWidgetWrapper,
  .bottom-inner-container #excitingEventsList {
    float: none;
    display: inline-block;
  }
}
@media screen and (max-width: 899px) {
  .saffireLargeSize #logoContainer::after {
    content: "";
  }
}
@media screen and (max-width: 900px) {
  #multiFeature1::before {
    background-size: contain;
    max-width: 95%;
  }
}
@media screen and (max-width: 706px) {
  .homepage .slideshowSwiperButtonNext,
  .homepage .slideshowSwiperButtonPrev {
    top: 29%;
  }
}
@media screen and (max-width: 680px) {
  #eventScheduleWidgetWrapper,
  #excitingEventsList {
    display: block !important;
    margin: 0 auto;
  }
  #eventScheduleWidgetWrapper {
    margin-bottom: 30px;
  }
}
.saffireLargeSize .header .nav {
  position: relative;
  width: 100%;
  top: -7px;
  right: 180px;
}
.saffireLargeSize .header .searchBox {
  right: 115px;
}
.saffireLargeSize .header .emailSignup {
  right: 62px;
}

.quickLinks ul li {
  margin-left: 25px;
}

.standardViewCart svg {
  position: relative;
  top: 3px;
}

@media screen and (max-width: 1300px) {
  .saffireLargeSize .header .quickLinks {
    right: -20px;
  }
  .saffireLargeSize .header .emailSignup {
    right: 20px;
  }
  .saffireLargeSize .header .searchBox {
    right: 70px;
  }
  .saffireLargeSize .header #mainNavigation {
    left: auto;
    right: 100px;
    width: 100%;
  }
  .saffireLargeSize .header #siteInfoBannerWidget {
    right: 42px;
  }
  .saffireLargeSize .header #customLogo {
    left: -75px;
  }
}
@media screen and (max-width: 960px) {
  .saffireLargeSize .header #customLogo {
    width: 266px;
    left: -60px;
  }
  .saffireLargeSize .header #mainNavigation .groups .group {
    padding: 5px 10px;
  }
}

.saffireMobileSize .header #mainNavigation {
  right: -54px;
  color: #4484b2;
}
.saffireMobileSize .header .widget-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.saffireMobileSize .header .widget-container .emailSignup {
  color: #4484b2;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.saffireMobileSize .header .widget-container .searchBox {
  color: #4484b2;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.saffireMobileSize .quickLinks ul li.standardCartView {
  position: relative;
  right: 50px;
}
.saffireMobileSize .quickLinks ul li.standardCartView .viewcart {
  color: #4484b2;
}

.saffireMobileSize.generalMessageOn .generalmessage {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  height: 45px;
  padding: 0;
  font-size: 13px;
  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;
}

.generalMessageOn .header {
  margin-top: 39px;
}

body:not(.homepage).saffireMobileSize.generalMessageOn .wrapper {
  padding-top: 108px;
}

.saffireLargeSize.homepage.generalMessageOn .wrapper {
  padding-top: 6px;
}

.saffireMobileSize.homepage.generalMessageOn .wrapper {
  padding-top: 208px;
}

body:not(.generalMessageOn).saffireMobileSize.homepage.siteInfoBannerOff .wrapper {
  padding-top: 102px;
}

body:not(.generalMessageOn).saffireMobileSize.homepage .wrapper {
  padding-top: 163px;
}

body:not(.homepage).saffireMobileSize .content {
  margin: 102px auto 0;
}

body:not(.eventsMode) #customLogo {
  background: url("images/event-center-logo.png") no-repeat;
  background-size: contain;
  width: 493px;
  top: 15px;
}
body:not(.eventsMode) #customLogo:before {
  bottom: 38px;
}
@media screen and (max-width: 1375px) {
  body:not(.eventsMode) #customLogo {
    width: 430px;
    top: 30px;
  }
}
@media screen and (max-width: 1250px) {
  body:not(.eventsMode) #customLogo {
    width: 350px;
    top: 44px;
  }
}
@media screen and (max-width: 1150px) {
  body:not(.eventsMode) #customLogo {
    width: 300px;
    top: 30px;
  }
  body:not(.eventsMode) #customLogo:before {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  body:not(.eventsMode) #customLogo {
    width: 260px;
    top: 38px;
  }
}
@media screen and (max-width: 817px) {
  body:not(.eventsMode) #customLogo {
    top: 31px;
    max-width: none;
  }
}
@media screen and (max-width: 470px) {
  body:not(.eventsMode) #customLogo {
    width: 200px;
    top: 40px;
  }
}
@media screen and (max-width: 450px) {
  body:not(.eventsMode) #customLogo {
    width: 140px;
    top: 54px;
  }
}

@media screen and (max-width: 1300px) {
  body:not(.eventsMode).saffireLargeSize .header #customLogo {
    left: 0px;
  }
}
@media screen and (max-width: 1100px) {
  body:not(.eventsMode).saffireLargeSize .header #customLogo {
    left: -15px;
  }
}
@media screen and (max-width: 900px) {
  body:not(.eventsMode).saffireLargeSize .header #customLogo {
    width: 215px;
    top: 45px;
  }
}

.saffireMobileSize .viewcart:before {
  top: 5px;
}

.saffireMobileSize .header .searchBox:before {
  top: 8px;
}

.saffireMobileSize .header .emailSignup:before {
  top: 6px;
}

.saffireMobileSize.homepage .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 150px;
  background: rgba(141, 198, 63, 0.3);
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  margin: 3px;
  position: relative;
  top: 0;
}
.saffireMobileSize.homepage .swiper-pagination-bullet-active {
  background: #8dc63f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.rotatingContentWidgetItem3 img {
  margin-bottom: 6px;
}

.mapLegendTitle {
  font-size: 25px;
}

#eventListing .filter-group i {
  position: relative;
  bottom: 3px;
  color: #000;
}

.saffireMobileSize .searchBox.clonedSearchBox {
  top: 100px;
}

.saffireMobileSize.saffireWindowScrolled.generalMessageOn .generalmessage {
  display: none;
  transition: 0.3s;
}
.saffireMobileSize.saffireWindowScrolled.generalMessageOn .header {
  margin-top: 0 !important;
  transition: 0.3s;
}
.saffireMobileSize.saffireWindowScrolled.generalMessageOn .wrapper {
  padding-top: 163px;
}

.mapLegend {
  z-index: 2;
}

.reviewYourOrderSubContainer h2 {
  font-size: 18px;
}

.saffireMobileSize.modalBody a[onclick*="Unsubscribe.ascx"] {
  display: none !important;
}

.getUpdatesPageEmailModule {
  display: none;
}

.custom-email {
  position: relative;
  top: -23px;
  left: -69px;
  float: right;
  background: url("images/envelope.png") center/contain no-repeat;
  width: 24px;
  height: 16px;
}
@media screen and (max-width: 1300px) {
  .custom-email {
    left: -27px;
  }
}
.saffireMobileSize .custom-email {
  display: none;
}

.listingItem .purchaseOptions .moduleItemBuyNowButton {
  flex: 1 1 100%;
}

.listingItem .purchaseOptions {
  width: 100%;
}

.listingItem .purchaseOptionItems {
  width: 100%;
}

.listingItem .purchaseOption {
  max-width: 100%;
  align-items: flex-start;
}

.saffireMobileSize .listingItem .purchaseOptions {
  text-align: left;
}

.tt__product {
  display: none;
}
.pageIsLoaded .tt__product {
  display: block;
}

.AngularAppContainer.loading .tt__child-product-code, .AngularAppContainer.loading .tt__addToWallet {
  display: none;
}

h3.imageGridTitle {
  font-size: 16px;
}

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