@charset "UTF-8";
/************** LOAD FONTS ******************/
@font-face {
  font-family: "AvenirLTStd45-Book";
  src: url("fonts/AvenirLTStd45-Book.woff2") format("woff2"), url("fonts/AvenirLTStd45-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirLTStd95-Black";
  src: url("fonts/AvenirLTStd95-Black.woff2") format("woff2"), url("fonts/AvenirLTStd95-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirNext-Bold";
  src: url("fonts/AvenirNext-Bold.woff2") format("woff2"), url("fonts/AvenirNext-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Bold-webfont";
  src: url("fonts/OpenSans-Bold-webfont.woff2") format("woff2"), url("fonts/OpenSans-Bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-ExtraBold-webfont";
  src: url("fonts/OpenSans-ExtraBold-webfont.woff2") format("woff2"), url("fonts/OpenSans-ExtraBold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Regular-webfont";
  src: url("fonts/OpenSans-Regular-webfont.woff2") format("woff2"), url("fonts/OpenSans-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Semibold-webfont";
  src: url("fonts/OpenSans-Semibold-webfont.woff2") format("woff2"), url("fonts/OpenSans-Semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "oswald-regular-webfont";
  src: url("fonts/oswald-regular-webfont.woff2") format("woff2"), url("fonts/oswald-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "oswald-bold-webfont";
  src: url("fonts/oswald-bold-webfont.woff2") format("woff2"), url("fonts/oswald-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "oswald-light-webfont";
  src: url("fonts/oswald-light-webfont.woff2") format("woff2"), url("fonts/oswald-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "oswald-demibold-webfont";
  src: url("fonts/oswald-demibold-webfont.woff2") format("woff2"), url("fonts/oswald-demibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/************************* BODY/CONTAINER ********************/
body { /* |%  need to set body background and default font options */
  color: #303030;
  background: url("images/middle-bg.png") no-repeat fixed;
  background-size: cover;
  font: 17px/1.583em "AvenirLTStd45-Book", 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: #0072ce;
  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 {
  font-weight: normal;
  font-family: "AvenirNext-Bold";
  text-transform: uppercase;
}

h1, h2 {
  color: #0072ce;
}

h3, h4, h5, h6 {
  color: #658d1b;
}

h1 {
  font-size: 38px;
  line-height: 1.125em;
  margin: 0.2em 0;
}

h2, h2 a {
  font-size: 30px;
  line-height: 1.155em;
}

.cartcols h2 {
  font-size: 24px;
  line-height: 1.155em;
}

h3 {
  font-size: 20px;
  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: #fceed4;
}

/************* BUTTON STYLES *********************/
a.button,
.button { /* |%  set font-family */
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75em;
  text-transform: uppercase;
  border-radius: 0px;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "AvenirNext-Bold";
}

.inputFieldSubmit {
  border-radius: 0 2px 2px 0 !important;
}

a.button,
.button,
.buttonSmall {
  background: #ffc600;
  background: -webkit-linear-gradient(-90deg, #ffc600);
  background: linear-gradient(180deg, #ffc600);
  color: #303030 !important;
}

a.button:hover,
.button:hover,
.buttonSmall:hover {
  background: #ffd43d;
  color: #303030 !important;
}

.button.buttonSmall {
  font-size: 12px;
  padding: 0 15px;
}

a.updateButton.buttonSmall,
a.removeButton.buttonSmall,
a.cartMenuRemoveButton.button.buttonSmall {
  font-size: 0.9em;
}

/***************** CONTAINERS **************************/
.subContainer,
.sidepic {
  background: #e6e6e6;
  color: #303030;
  -moz-box-shadow: 2px 2px 5px #585858;
  -webkit-box-shadow: 2px 2px 5px #585858;
  box-shadow: 2px 2px 5px #585858;
}

a.havePhotoLink {
  color: #fff;
}

.subContainer .error {
  color: #000;
}

.error {
  color: #e6b714;
}

.dateDisplayBar,
.dateDisplay {
  background: #0072ce;
  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: #303030;
}

.orderhistory {
  background: #0072ce;
}

.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: #e6e6e6 !important;
}

.homepageTabs ul.menu li:hover { /* |%  hover state for above dropdowns */
  background: #e6e6e6;
}

/* END TAB BACKGROUND COLORS */
.homepageTabs ul.menu a { /* |%  font color for tabs */
  color: #303030;
}

.tab,
.tabOn {
  font-size: 12px;
  line-height: 1.2em;
  font-family: "AvenirLTStd45-Book";
}

.homepageTabs ul.menu a {
  font-family: "AvenirLTStd45-Book";
  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: #303030;
}

/******************************* TOP/GLOBAL ITEMS ************************************/
.generalmessage { /* |%  set font-family, background color, color, etc. */
  background: #ffc600;
  color: #303030;
  font-size: 14px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 8px;
  font-family: "AvenirNext-Bold";
}

.generalmessage a {
  color: #303030;
}

.socialNetworks {
  z-index: 80000000;
  position: fixed;
  right: -80px;
  top: 45%;
  -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: 40px;
  position: relative;
  transition: 0.6s;
}

.socialNetworks > a:hover {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

#musicPlayerLink {
  background: url("images/music.jpg") no-repeat right 0;
  margin: 0;
  width: 40px;
  height: 39px;
  float: none;
  z-index: 2;
}

#musicPlayerDropdown {
  background: #0072ce;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.9em;
  padding: 8px 10px;
  right: 12px;
  top: -5px;
  box-shadow: 0 0 4px #fff inset;
}

#musicPlayerDropdown a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  padding-right: 14px;
}

#musicPlayerDropdown a:hover {
  position: relative;
  padding-right: 3px;
  padding-left: 14px;
}

#musicPlayerDropdown a:hover:after {
  border-left: 4px solid transparent;
  border-radius: 58%;
  border-right: 4px solid transparent;
  border-top: 12px solid #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 0;
}

@media screen and (max-width: 1230px) {
  .socialNetworks {
    top: auto;
    bottom: 0;
    border-top: none;
    border-bottom: none;
  }
  .socialNetworks > a,
  .socialNetworks > span#musicPlayerLink {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    float: left;
    margin-left: -8px;
  }
  #musicPlayerDropdown {
    top: auto;
    bottom: 21px;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
}
/*SITE-WIDE WIDGETS */
#widgetBanner {
  background: none;
  height: 1px;
  top: 0;
  position: relative;
  z-index: 100;
  width: 100%;
  margin: 0;
  line-height: normal;
}

/****************** HOMEPAGE WIDGETS ***************/
/* WIDGET GENERAL */
.widget h1,
.homepageh1 { /* |%  set font-family */
  color: #F5DF26;
  text-shadow: 5px 4px 4px #000000;
  font-size: 22px;
}

.homepageContent {
  width: 100%;
}

/***************** EXCITING EVENTS - SECONDARY FEATURE ********************/
/************************** PAGE-SPECIFIC/OTHER ITEMS *******************************/
#ourPickButton {
  margin-bottom: 30px;
}

.column2 {
  float: right;
}

.listingItem {
  background: #fceed4;
  border-bottom: 1px solid #f9dba4;
}

.listingItem:hover {
  background: #fdf4e2;
}

.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;
  margin-bottom: 16px;
}

.footer { /* set the height of the footer */
  clear: both;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  background: url("images/footer-bg.png") no-repeat #fff center top/cover;
  height: auto;
  padding: 10px 0 37px;
}

.saffireMobileSize .footer {
  padding-bottom: 55px;
  background: url("images/footer-bg.png") no-repeat #fff center top/cover;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

ul.footerItems1 {
  margin: 0 auto 25px;
  font-family: "AvenirLTStd95-Black";
  font-size: 14px;
  text-transform: uppercase;
}

.saffireMobileSize ul.footerItems1 {
  margin-bottom: 6px;
}

ul.footerItems2 {
  margin: 0 auto;
  font-size: 14px;
}

.saffireMobileSize ul.footerItems2 {
  text-align: center;
}

/************************* MODAL CONTENT ********************/
.modal {
  background: #fff;
  padding-top: 15px;
  border: 10px solid #fff;
}

.modalBody { /* |%  set modal background color if not white */
  background: #fff;
  padding: 14px;
}

.modalPageBackground {
  background-color: black;
  opacity: 0.5;
}

.modalContent h1 {
  font-size: calc(38px * 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: #0072ce;
}

.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: #303030;
}

.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: #ffc600;
  font-family: "open_sansregular";
  font-size: 14px;
  padding: 0 8px 1px;
}

.header .searchBox a.button:hover,
.header .emailSignup a.button:hover {
  background: #ffd43d;
}

.saffireLargeSize .header .searchBoxSubmit a.button {
  text-indent: -999px;
  width: 1.4em;
  position: relative;
  overflow: hidden;
  font-family: "FontAwesome";
  display: inline-block;
}

.saffireLargeSize .header .searchBoxSubmit a.button:before {
  content: "\f002";
  text-indent: 0;
  font-size: 1em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
}

.saffireLargeSize .header .emailSignup .emailInputSubmit a.button {
  text-indent: -999px;
  width: 1.4em;
  position: relative;
  overflow: hidden;
  font-family: "FontAwesome";
  display: inline-block;
}

.saffireLargeSize .header .emailSignup .emailInputSubmit a:before {
  content: "\f003";
  text-indent: 0;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
}

.header input.textbox {
  min-height: 16px;
}

.header { /* |%  need to set height and width if not 100% */
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 252px;
  background: url("images/header-bg.png");
}

@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: 252px;
  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: 202px;
  position: static;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 206px;
  background-size: contain;
}

.saffireMobileSize #customLogo {
  width: 104px;
  top: 2px;
  left: 0;
  padding: 0;
}

/* MAIN NAVIGATION */
.saffireLargeSize .nav {
  height: 29px;
  padding: 0;
  background: none;
  clear: both;
  width: 100%;
  z-index: 5002 !important;
  top: 0px;
  position: relative;
}

.saffireLargeSize .nav:hover {
  z-index: 5002 !important;
}

.saffireLargeSize .nav .groups {
  position: absolute;
  height: 29px;
  max-height: 50px;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  right: 0;
  left: auto;
  top: 0px;
  bottom: auto;
  bottom: auto;
  top: 0;
}

.saffireLargeSize .nav .groups .group {
  margin: 0 0 0 5px;
  padding: 10px 9px 7px;
}

.saffireLargeSize .nav .groups .group a,
.saffireLargeSize .navDummyLink {
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  font-family: "AvenirNext-Bold";
  line-height: normal;
  text-transform: uppercase;
  color: #303030;
}

@media screen and (max-width: 1030px) {
  .saffireLargeSize .nav .groups .group a,
  .saffireLargeSize .navDummyLink {
    font-size: 13.6px;
  }
}
.saffireLargeSize .nav .groups .group a:hover,
.saffireLargeSize .nav .groups .group:hover a,
.saffireLargeSize .nav .groups .group:hover {
  color: #fff;
  background: #658d1b;
  border-radius: 0px 0px 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: 0px;
}

/* MAIN NAVIGATION DROP-DOWN MENUS */
.saffireLargeSize .nav .items,
.saffireLargeSize .nav .subitems { /* |%  nav dropdown colors */
  background: #658d1b;
  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: 17px "AvenirLTStd45-Book", Arial, Helvetica, sans-serif;
}

.saffireLargeSize .nav .items .item a:hover {
  color: #e0e0e0;
  background: #8ac025;
}

.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;
  right: 0px;
  left: auto;
  top: 0px;
  bottom: auto;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
}

.saffireLargeSize .quickLinks ul li > a:hover,
.saffireLargeSize .quickLinks ul li.standardLoginStatus a:hover,
.saffireLargeSize .quickLinks ul li.standardMyAccount a:hover,
.saffireLargeSize a.cartMenuLink:hover { /* |%  hover color for quick links */
  color: #e0e0e0;
}

.saffireLargeSize .quickLinks,
.saffireLargeSize .quickLinks ul li,
.saffireLargeSize .quickLinks ul li > a,
.saffireLargeSize .quickLinks ul li.standardLoginStatus a,
.saffireLargeSize .quickLinks ul li.standardMyAccount a,
.saffireLargeSize a.cartMenuLink {
  z-index: 99;
  margin-left: 2px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  color: #fff;
  font-family: "AvenirLTStd95-Black";
  text-transform: uppercase;
}

.saffireLargeSize .quickLinks ul li > a.ticket,
.saffireLargeSize .ticket,
.saffireLargeSize .ticket:hover {
  display: inline-block;
  position: relative;
  right: 0;
  left: auto;
  top: 40px;
  bottom: auto;
  color: #fff;
  padding-left: 0;
  font-family: "OpenSans-Bold-webfont";
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: url(images/ticket.png) no-repeat 0 0 transparent;
  width: 150px;
  height: 88px;
  text-indent: -999px;
  overflow: hidden;
}

.saffireMobileSize a.ticket,
.saffireMobileSize a.ticket:hover {
  border-radius: 0px;
  height: auto;
  left: auto;
  overflow: hidden;
  padding: 0 3px;
  position: absolute;
  right: 7px;
  text-decoration: none;
  text-indent: 0;
  top: 52px;
  white-space: nowrap;
  width: auto;
  z-index: 9999999999999;
  background: #ffc600;
  color: #fff;
  font-family: "AvenirNext-Bold";
  font-size: 15px;
  right: 15px;
}

.saffireLargeSize .viewcart {
  position: relative;
  z-index: 2000000;
  font-size: 1em;
}

.cartNavItemSection.cartNavItemSectionProductDetails {
  border-bottom-color: #fff;
}

.saffireLargeSize .viewCartText {
  display: none;
}

.saffireLargeSize .standardViewCart {
  position: relative;
  line-height: 24.5px !important;
  top: -2.125px;
}

.saffireLargeSize #svgViewCartIcon {
  display: inline-block;
}

.saffireLargeSize .standardCartView {
  margin: 0 !important;
  background: none;
  padding-left: 5px;
  padding-right: 4px;
  margin-right: -4px;
  border-radius: 0 3px 3px 0;
  top: -2.125px;
  position: relative;
}

.saffireLargeSize .standardViewCart {
  background: none;
  padding-left: 2px;
  padding-right: 1px;
  border-radius: 3px 0 0 3px;
}

.saffireLargeSize .quickLinks ul .viewcart a {
  font-family: "AvenirLTStd95-Black";
  font-size: 16px;
  text-transform: none;
  color: #fff;
}

.saffireLargeSize #svgViewCartIcon path {
  fill: #fff;
}

/* EMAIL & SEARCH BOXES */
.saffireLargeSize .header .emailSignup {
  position: relative;
  right: 0;
  left: auto;
  top: 24px;
  bottom: auto;
  float: right;
  margin-left: 6px;
  width: auto;
  z-index: auto;
  font-size: 2em;
}

.quickLinks ul {
  z-index: auto;
}

.saffireLargeSize .header .emailSignup .emailInputField input {
  width: 0;
  padding: 0;
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  transition: all 0.3s ease;
  border-width: 0;
  box-shadow: -2px 0 3px #000;
}

.saffireLargeSize .header .emailSignup:hover .emailInputField input,
.saffireLargeSize .header .emailSignup .emailInputField input:focus {
  width: 125px;
  padding-right: 15px;
  padding-left: 5px;
  z-index: 2000001;
}

.saffireLargeSize .header .emailSignup .emailInputSubmit a {
  border-radius: 0px !important;
}

.saffireLargeSize .header .emailSignup:hover .emailInputSubmit a {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.saffireLargeSize .header .emailSignup .emailInputSubmit a:hover {
  background: #ffc600;
}

.searchBox input,
.emailSignup .textbox {
  border-radius: 0px 0 0 0px;
  top: 0;
  border-right: none;
}

.saffireLargeSize .header .searchBox {
  position: relative;
  right: 0;
  left: auto;
  top: 50px;
  bottom: auto;
  float: right;
  margin-left: 6px;
  z-index: 5003;
  font-size: 2em;
}

.quickLinks ul,
.saffireLargeSize .header .searchBox,
.saffireLargeSize .header .emailSignup {
  z-index: auto;
}

.saffireLargeSize .header .searchBox .searchBoxInput input {
  width: 0;
  padding: 0;
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  transition: all 0.3s ease;
  border-width: 0;
  box-shadow: -2px 0 3px #000;
}

.saffireLargeSize .header .searchBox:hover .searchBoxInput input,
.saffireLargeSize .header .searchBox .searchBoxInput input:focus {
  width: 125px;
  padding-right: 15px;
  padding-left: 5px;
  z-index: 2000001;
}

.saffireLargeSize .header .searchBox .searchBoxSubmit a {
  border-radius: 0px !important;
}

.saffireLargeSize .header .searchBox:hover .searchBoxSubmit a {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.saffireLargeSize .header .searchBox .searchBoxSubmit a.button:hover {
  background: #ffc600;
}

/* WEATHER BUG */
#weatherBugWidget {
  color: #fff;
  white-space: nowrap;
  position: relative;
  left: 0;
  right: auto;
  top: -4px;
  bottom: auto;
  visibility: hidden;
  font-family: "OpenSans-Bold-webfont";
  font-size: 11px;
  background: rgba(27, 79, 144, 0.7);
  display: inline-block;
  padding: 6px 7px 8px;
}

.weatherDescriptive {
  display: none !important;
}

.saffireMobileSize #weatherBugWidget {
  display: none !important;
}

#weatherBugText {
  display: none;
}

#weatherBugImage {
  top: 3px;
}

#weatherBugShortDescription {
  display: inline;
}

/******************************************************
*                                                     *
*                                                     *
*    DO NOT CHANGE ITEMS BELOW THIS SECTION!!!!       *
*                                                     *
*                                                     *
******************************************************/
/* DON'T CHANGE THIS STUFF! */
.saffireMobileSize #siteInfoBannerWidget {
  left: 0;
  padding: 3px 0;
  right: 0 !important;
  top: 0;
  bottom: auto;
}

.saffireMobileSize #siteInfoBannerWidget #eventName {
  clear: left;
  float: none;
  padding-left: 0;
}

/* DATES BANNER */
.saffireLargeSize #widgetBanner {
  position: absolute;
  width: 1030px;
  max-width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
}

#siteInfoBannerWidget {
  color: #fff;
  font-size: 16px;
  font-family: "AvenirLTStd45-Book";
  background: url("images/countdown_ribbon.png");
  background: -webkit-linear-gradient(-90deg, url("images/countdown_ribbon.png"));
  background: linear-gradient(180deg, url("images/countdown_ribbon.png"));
}

.saffireLargeSize #siteInfoBannerWidget {
  background: url("images/countdown_ribbon.png") no-repeat;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  text-align: center;
  padding: 0;
  height: 79px;
  top: 0px;
  width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px auto;
}

@media screen and (max-width: 20) {
  .saffireLargeSize #siteInfoBannerWidget {
    max-width: calc(100% - 0 * 2);
    min-width: 0;
    width: calc(100vw - 0 - 0);
  }
}
.saffireMobileSize.siteInfoBannerOn #widgetBanner {
  top: 0;
  position: absolute;
  bottom: auto;
  height: auto;
  clear: both;
}

#siteInfoBannerWidget #eventDates {
  font-size: 24px;
  font-family: "AvenirNext-Bold";
  color: #fff;
  text-transform: uppercase;
}

.saffireMobileSize #siteInfoBannerWidget #eventDates {
  font-size: 19.2px;
  display: block;
  color: #fff;
}

.saffireMobileSize #siteInfoBannerWidget {
  min-height: 79px;
  background: #0072ce;
}

.saffireMobileSize.siteInfoBannerOn .header {
  padding-bottom: 79px;
}

.saffireMobileSize #siteInfoBannerWidget #eventName {
  display: inline-block;
  color: inherit;
  color: #fff;
}

#siteInfoBannerWidget #eventName {
  text-transform: normal;
}

.countdownDays {
  color: #fff;
  display: inline-block;
  font-family: "AvenirLTStd45-Book";
  font-size: 16px;
}

.saffireMobileSize .countdownDays {
  display: inline;
  color: #fff;
}

.datePast .countdownDays {
  color: #fff;
  font-size: 24px;
  font-family: "AvenirNext-Bold";
  display: block;
}

.datePast.noThankYouMessage #siteInfoBannerWidget {
  display: none !important;
}

.saffireMobileSize #siteInfoBannerWidget {
  left: 0;
  position: relative;
  color: #fff;
}

.siteInfoBannerOn #siteInfoBannerWidget {
  font-size: 16px;
}

body:not(.homepage).saffireLargeSize.siteInfoBannerOn .content {
  margin-top: 118px;
}

.saffireMobileSize.siteInfoBannerOn .content {
  padding-top: 85px;
}
.saffireMobileSize.siteInfoBannerOn .countdown-wrapper {
  position: relative;
  top: 26px;
  z-index: 9999;
}
.saffireMobileSize.siteInfoBannerOn #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-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

/******************************************************
*                                                     *
*                                                     *
*    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: "AvenirLTStd45-Book";
  transition: max-height 0.4s ease;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1040px) {
  .homepage .currentSlideDescription {
    padding-top: 1em;
    padding-left: 2%;
    padding-right: 2%;
  }
}

.homepage.saffireLargeSize .slideshowSwiperDescription {
  display: flex;
  justify-content: center;
  padding: 0px 0% 0px 0%;
  max-width: 810px;
  width: 100%;
}

#newSliderDescriptionContainer {
  background: rgba(255, 255, 255, 0.8);
}

.saffireLargeSize #newSliderDescriptionContainer {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  bottom: 0;
  top: auto;
  width: 1040px;
  max-width: calc(100% - 0px - 0px);
  height: 91px;
  z-index: 2;
}

.saffireMobileSize #newSliderDescriptionContainer {
  top: 100%;
  z-index: 2;
  position: relative;
  height: 111px;
  background: #fff;
}

.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;
}

.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 .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: 0;
  right: calc(1030px + -60px * -1);
  margin: auto;
  z-index: 4;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1150px) {
  .homepage .slideshowSwiperButtonPrev {
    left: 10px;
    right: auto;
  }
}

.saffireMobileSize.homepage .slideshowSwiperButtonPrev {
  display: none !important;
}

.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: 0;
  left: calc(1030px + -60px * -1);
  margin: auto;
  z-index: 4;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1150px) {
  .homepage .slideshowSwiperButtonNext {
    right: 10px;
    left: auto;
  }
}

.saffireMobileSize.homepage .slideshowSwiperButtonNext {
  display: none !important;
}

.homepage .swiper-container:hover .slideshowSwiperDescription {
  max-height: 715px;
}

.homepage .sliderTextDescription {
  color: #303030;
  display: block;
  padding-bottom: 1em;
  line-height: 1.2em;
}

.homepage.saffireLargeSize .sliderButtonContainer {
  position: absolute;
  right: 0px;
  left: auto;
  top: 0px;
  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: 1040px) {
  .homepage.saffireLargeSize .sliderButtonContainer {
    display: block;
  }
}

.saffireMobileSize.homepage .sliderButtonContainer {
  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;
  max-width: 0vw;
}

.homepage .sliderButtonContainer a.button {
  display: inline-block;
  line-height: 19px;
  font-family: "AvenirNext-Bold";
  font-size: 16px;
  color: #303030 !important;
  background: #ffc600;
  background: -webkit-linear-gradient(-90deg, #ffc600);
  background: linear-gradient(180deg, #ffc600);
  padding: 8px 11px;
  white-space: nowrap;
  transition: 0.3s;
  margin-left: 5px;
}
@media screen and (max-width: 1040px) {
  .homepage .sliderButtonContainer a.button {
    margin-bottom: 7px;
  }
}

.homepage .sliderButtonContainer a.button:hover {
  background: #e6b714;
  transition: 0.3s;
}

.homepage .slideshowSwiperPagination {
  display: inline-block;
  position: absolute;
  bottom: 142px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  width: 100% !important;
}

.homepage .sliderPlayPauseButtons {
  display: none;
}

.homepage .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  margin: 0 3px;
  position: relative;
  top: 0;
  transition: background 0.4s ease;
}

.homepage .swiper-pagination-bullet:hover,
.homepage .swiper-pagination-bullet-active {
  background: #0072ce;
}

.homepage .sliderPlayPause {
  display: inline-block;
  cursor: pointer;
  width: 14px;
  height: 14px;
  font-size: 0;
  color: #fff;
}

.homepage .sliderPlayPause:before {
  content: "▶";
}

.homepage .sliderPlayPause.playing:before {
  content: "❚❚";
}

.homepage .sliderTitle {
  color: #303030;
  font-family: "AvenirNext-Bold";
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.2;
  height: 34px;
  position: relative;
}

.homepage.saffireLargeSize .sliderTitle {
  max-width: calc(100% - 0px);
  width: 100%;
}

.homepage.saffireMobileSize .sliderTitle {
  font-size: 24px;
  padding: 0;
  height: auto;
}

.homepage a.button.sliderMoreButton,
.homepage a.button.sliderWidgetPurchaseLink {
  font-size: 16px;
}

.homepage .currentSlideDescription .slideshowSwiperDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  display: block;
}

.homepage .swiper-container {
  /* Specify Swiper's Size: */
  background: #fff;
  width: 100%;
  height: 715px;
  max-width: 100%;
}

.homepage .swiper-slide {
  /* Specify Slides's Size: */
  height: 715px;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  opacity: 0.3;
  text-align: center;
}

.homepage .swiper-slide > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}

.saffireMobileSize.homepage .swiper-slide-active {
  overflow: hidden;
}

.homepage .currentSlideDescription,
.homepage .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.homepage .swiper-slide img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.homepage .slideshowPlayPause {
  bottom: 0;
  height: 5;
  left: 100%;
  margin: auto;
  position: absolute;
  top: 0;
}

.homepage .slideshowControlsContainer {
  position: relative;
  z-index: 3;
  clear: both;
  float: left;
}

.homepage .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

@media screen and (max-width: 1600px) {
  .homepage .slideshowControlsContainer {
    left: 10px;
    float: left;
  }
}
@media screen and (max-width: 550px) {
  .slideshowControlsContainer {
    display: none;
  }
}
.homepageSwiperSlider {
  position: relative;
}

.saffireMobileSize.homepage .homepageSwiperSlider {
  margin-bottom: 19px;
}

.homepage .sliderControlsContainer {
  position: relative;
  height: 0;
  width: 100% !important;
  z-index: 3;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 105%;
  bottom: auto;
  text-align: center;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 114px;
}

.homepage.saffireMobileSize .sliderControlsContainer {
  display: none;
}

@media screen and (max-width: 450px) {
  .homepage.saffireMobileSize .sliderControlsContainer {
    display: none !important;
  }
}
.swiper-container {
  width: 100%;
  max-width: 1600px;
  height: 715px;
}

.homepage.saffireLargeSize .swiper-container {
  border: none;
}

.swiper-slide {
  /* Specify Slides's Size: */
  width: 100%;
  max-width: 1600px;
  height: 715px;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 1600px) {
  .homepage .swiper-slide,
  .homepage .swiper-container {
    height: 44.6875vw !important;
  }
}
@media screen and (max-width: 1740px) {
  .homepage .slideshowSwiperButtonPrev {
    left: 1%;
    right: auto;
  }
  .homepage .slideshowSwiperButtonNext {
    right: 1%;
    left: auto;
  }
}
.homepage.saffireLargeSize .sliderTextDescription {
  display: none !important;
}

.entityContainerModule .no-image-share-tool,
.share-tool,
.upload-photo {
  display: none;
}

/* EVENT SCHEDULE */
#eventScheduleWidgetWrapper {
  max-width: 100%;
  width: 639px;
  box-sizing: border-box;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#eventScheduleWidget {
  background: rgba(240, 232, 226, 0.7);
  display: inline-block;
  height: 446px;
  padding-top: 0;
  position: relative;
  right: 0;
  /* min-width: map-get($eventScheduleLayout, width); */
  width: 639px;
  z-index: 34;
}

.eventScheduleWidgetItemImage {
  padding: 0 11px 0 0;
  float: left;
  width: 142px;
  height: 95px;
  text-align: center;
}

.eventScheduleWidgetItemImage img {
  max-width: 142px;
  max-height: 95px;
}

.eventScheduleDummyImageLink {
  background: url(images/no_image.jpg) no-repeat;
  background-size: contain;
  display: block;
  width: 142px;
  height: 95px;
}

.eventScheduleWidgetTitle {
  color: #fff;
  font-family: "brothersbold-webfont";
  font-size: 40px;
  text-transform: uppercase;
  line-height: normal;
  text-align: center;
  text-shadow: 1px 1px 3px #000;
  display: none !important;
}

.eventScheduleWidgetTitle:before {
  content: "Comin’Up";
}

.eventScheduleWidgetItemDate {
  width: calc(100% - 142px - 11px - 0);
  text-align: left;
  position: relative;
  font-family: "oswald-regular-webfont";
}

.eventScheduleWidgetItemText {
  float: left;
  position: relative;
  text-align: left;
  width: calc(100% - 142px - 11px - 0);
  font-size: 16px;
  font-family: "oswald-regular-webfont";
}

.eventScheduleWidgetItemText a .eventScheduleWidgetItemDescription:after {
  display: block;
  content: "More >";
  text-decoration: underline;
}

.eventScheduleWidgetItemTitle {
  font-family: "oswald-demibold-webfont";
  font-size: 18px;
  color: #1f376a;
}

.eventScheduleWidgetItem {
  clear: both;
  color: #1f376a;
  padding: 16px 41px;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: 100%;
  border-bottom: 1px solid #fff;
}
.eventScheduleWidgetItem::after {
  content: "";
  display: table;
  clear: both;
}

.eventScheduleWidgetItem:hover {
  text-shadow: 0 0 4px rgba(31, 55, 106, 0.6);
}

.eventScheduleWidgetItem a {
  color: #1f376a;
}

strong.customEventSliderMore {
  font-family: "AvenirNext-Bold";
  font-size: 16px;
  padding-left: 5px;
  font-weight: normal;
}

.eventScheduleWidgetItemDescription,
.eventScheduleWidgetItemDescription a {
  font-size: 16px;
  font-family: "oswald-regular-webfont";
  color: #1f376a;
}

.eventScheduleWidgetMultiPage .eventScheduleWidgetItemDescription,
.eventScheduleWidgetMultiPage .eventScheduleWidgetPage {
  display: block;
}

.eventScheduleWidgetPage {
  display: block;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}

.eventScheduleWidgetMultiPage .eventScheduleWidgetPage {
  max-height: 446px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
}

.eventScheduleWidgetMultiPage {
  overflow: hidden;
}

.eventScheduleWidgetPage1 {
  display: block;
}

#eventScheduleWidgetForward {
  display: block;
  position: absolute;
  margin: auto;
  font-size: 19px;
  top: 12px;
  bottom: 0;
  left: calc(7% + 8px + 55px);
}

#eventScheduleWidgetForward:after {
  color: #1f376a;
  content: ">>";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  line-height: 11px;
  font-family: "oswald-demibold-webfont";
  text-decoration: underline;
}

#eventScheduleWidgetBack {
  display: block;
  position: absolute;
  margin: auto;
  top: 12px;
  bottom: 0;
  left: 7%;
  font-size: 19px;
}

#eventScheduleWidgetBack:after {
  color: #1f376a;
  content: "<<";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  line-height: 11px;
  font-family: "oswald-demibold-webfont";
  text-decoration: underline;
}

#eventScheduleWidgetPaginationContainer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  height: 42px;
  color: #1f376a;
  text-align: center;
}

#eventScheduleWidgetTextPagination {
  color: #1f376a;
  font-family: "oswald-demibold-webfont";
  font-size: 15px;
  position: absolute;
  left: calc(7% + 8px);
  width: 55px;
  bottom: 0;
  top: -5px;
  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;
}
@media screen and (max-width: 658px) {
  .saffireMobileSize #eventScheduleWidget {
    padding-bottom: 46px;
  }
}

.eventScheduleMoreButtonContainer {
  position: absolute;
  left: 136px;
  right: auto;
  top: 92%;
  bottom: auto;
}

.eventScheduleMoreButtonContainer a {
  display: none;
}

.eventScheduleMoreButtonContainer a:before {
  content: "All Events >>";
}

@media screen and (max-width: 658px) {
  .eventScheduleWidgetItemImage,
  .eventScheduleWidgetItemText {
    width: 100%;
  }
  .eventScheduleWidgetItemText,
  .eventScheduleWidgetItemDate {
    text-align: center;
  }
  .eventScheduleWidgetItemText {
    padding: 11px 0 0;
  }
}
/********************************************************

MULTIPLE ITEMS ON A SLIDER WITH DESCRIPTION OVERLAYING THE BOTTOM OF THE IMAGE

*******************************************************/
/* MULTIFEATURE */
#multiFeature1Title {
  color: #fff;
  font-size: 46px;
  margin: auto;
  line-height: 1em;
  height: 49px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 0;
  bottom: auto;
  text-align: center;
}

.saffireMobileSize #multiFeature1Title {
  font-size: 27.6px;
}

#multiFeature1:not(.multiFeatureWithMultiplePages) .multiFeatureContent {
  text-align: center;
}

/* MULTIFEATURE */
#multiFeature1 {
  background: none;
  height: auto;
  margin: 0 auto;
  padding: 67px 0 50px;
  float: none;
  display: block;
  top: 0;
  max-width: 100%;
  width: 1015px;
  clear: none;
}
#multiFeature1 .button-container {
  margin-top: 10px;
}

@media screen and (max-width: 1081px) {
  #multiFeature1 {
    max-width: calc(100% - 33px - 33px);
    left: 0;
  }
}
#multiFeature1 .featureItem {
  background: #658d1b;
  display: inline-block;
  height: 297px;
  margin: 0 5px 44px;
  padding: 0;
  position: relative;
  text-align: left;
  max-width: 100%;
  width: 220px;
}
#multiFeature1 .featureItem::after {
  content: "";
  width: 188px;
  margin: 0 auto;
  bottom: -26px;
  left: 0;
  right: 0;
  height: 26px;
  background: url("images/multi-ribbon.png") no-repeat;
  background-position: center top;
  background-size: cover;
  display: block;
  position: absolute;
}

#multiFeature1 .featureItemImage img {
  display: inline-block;
  max-width: 220px;
  max-height: 297px;
  width: 100%;
}

.multiFeatureArrow {
  display: block;
}

#multiFeature1ArrowLeft {
  position: absolute;
  left: -33px;
  bottom: calc(324px - 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 #fff transparent transparent;
}

#multiFeature1ArrowRight {
  position: absolute;
  right: -33px;
  bottom: calc(324px - 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 #fff;
}

@media screen and (max-width: 1081px) {
  #multiFeature1ArrowLeft {
    left: -30px;
  }
  #multiFeature1ArrowRight {
    right: -30px;
  }
}
#multiFeature1 .featureItemTitle {
  height: 84px;
  background: rgba(101, 141, 27, 0.8);
  display: block;
  position: relative;
  color: #fff;
  font-family: "AvenirNext-Bold";
  font-size: 18px;
  line-height: 1.2em;
  padding: 0 3%;
  transition: all 0.4s ease;
  text-transform: uppercase;
  height: 76px;
  padding-top: 8px;
  margin-top: 19px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
#multiFeature1 .featureItemTitle::before {
  content: "";
  width: 100%;
  height: 19px;
  position: absolute;
  top: -19px;
  left: 0;
  background: url("images/multi-title-ribbon.png") no-repeat;
}

#multiFeature1 .featureItemTitle,
#multiFeature1 .featureItemTitle a {
  color: #fff;
}

#multiFeature1 .featureItemDescriptionContainer {
  display: block;
  max-height: 84px;
  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;
  bottom: 0;
  position: absolute;
  transition: 0.5s;
  width: 220px !important;
  overflow: hidden;
}

#multiFeature1 .featureItem:hover .featureItemDescriptionContainer {
  height: 297px;
  max-height: 381px;
  background: rgba(101, 141, 27, 0.8);
  transition: 0.5s;
}

#multiFeature1 .featureItem:hover .featureItemTitle {
  background: none;
}
#multiFeature1 .featureItem:hover .featureItemTitle::before {
  background: none;
}

#multiFeature1 #multiFeature1TextPaginationContainer {
  display: none !important;
}

#multiFeature1 .multiFeatureWithTextPaginationPagination {
  float: left;
  font-family: "AvenirLTStd45-Book";
  font-size: 12px;
  color: #fff;
}

#multiFeature1 #multiFeature1WithTextPaginationArrowRight:after {
  content: ">>";
}

#multiFeature1 #multiFeature1WithTextPaginationArrowLeft:after {
  content: "<<";
}

#multiFeature1 #multiFeature1TextPaginationContainer {
  bottom: 0px;
  left: 240px;
  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: #fff;
  font-family: "open_sansbold";
  font-size: 12px;
  min-width: 15px;
  min-height: 15px;
  text-decoration: none;
  background: #fff;
  padding: 0px 6px 2px;
  border-radius: 3px;
}

#multiFeature1 .featureItemDescription {
  max-height: 0;
  padding: 0 3%;
  line-height: normal;
  transition: all 0.4s ease;
  text-align: center;
}

#multiFeature1 .featureItemDescription,
#multiFeature1 .featureItemDescription a {
  color: #fff;
}

#multiFeature1 .featureItemDescription a.button {
  background-color: #ffc600;
  transition: 0.3s;
}
#multiFeature1 .featureItemDescription a.button:hover {
  background-color: #e6b714;
  transition: 0.3s;
}

#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: relative;
  max-width: 1015px;
  height: auto;
  margin: auto;
  width: 100%;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#multiFeature1.multiFeatureWithMultiplePages .multiFeatureContent {
  left: 0;
}

#multiFeature1 .multiFeatureItemPanel {
  float: left;
}

#multiFeature1 .featureItemImage {
  width: 220px;
  height: 297px;
  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: 0;
}
#multiFeature1 .featureItemImage > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: 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;
}

/* SPONSORS */
#sponsorWidgetContainer {
  width: 967px;
  height: 151px;
  background: transparent;
  max-width: calc(100% - (7px + 7px + 10px));
  right: auto;
  position: relative !important;
  margin: 17px auto 0;
  padding: 0 12px;
  overflow: hidden;
}

.globalNoSponsorsEnabled #sponsorWidgetContainer {
  display: none !important;
}

#majorSponsor {
  bottom: 0;
  width: 104px;
}

#majorSponsorImageContainer {
  background: #fff;
  height: 111px;
  padding: 0 27px 0 6px;
  left: 0;
  bottom: 0;
  border-radius: 0;
  width: 104px;
}

.majorSponsorImage {
  width: 104px;
  display: block;
}

#sponsorLogoSection {
  height: 111px;
  width: 100%;
  max-width: calc(100% - 12px - 12px);
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 0;
  padding: 0;
  border-top: 8px solid #fff;
  border-bottom: 8px solid #fff;
  border-radius: 0;
  overflow: hidden;
}

.saffireMobileSize #sponsorLogoSection {
  max-width: 100%;
  left: 0;
  border-radius: 0;
}

.sponsorCarouselImage {
  background: transparent;
  float: left;
  height: 104px;
  text-align: center;
  max-width: 104px;
  width: 104px;
  display: inline-block;
  border-radius: 0;
  box-shadow: none;
}

.sponsorCarouselImage img {
  max-width: 94px !important;
  max-height: 94px !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: 104px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sponsorCarouselContainer {
  max-width: 930px;
  width: 100%;
  height: 111px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#sponsorArrowRight span {
  border-width: 15px 0 15px 7px;
  border-color: transparent transparent transparent #3399cc;
}

#sponsorArrowLeft span {
  border-width: 15px 7px 15px 0;
  border-color: transparent #3399cc transparent transparent;
}

.majorSponsorImage img {
  max-width: 90%;
  max-height: 90%;
}

#sponsorArrowLeft {
  left: 0;
  bottom: 56px;
}

.sponsorWidgetContainerMajorSponsor #sponsorArrowLeft {
  left: 130px;
}

#sponsorArrowRight {
  bottom: 56px;
  right: 0;
}

@media screen and (max-width: 947px) {
  #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;
  text-transform: uppercase;
  font-family: "oswald-demibold-webfont";
  color: #1f376a;
  text-shadow: none;
  font-size: 26px;
}

.saffireMobileSize #sponsorsTitleContainer .homepageh1 {
  font-size: 20.8px;
}

#majorSponsorTitleContainer {
  left: 15px;
  top: 0;
}

#majorSponsorTitleContainer .homepageh1 {
  margin: 0;
  display: none;
}

.saffireMobileSize #majorSponsorTitleContainer .homepageh1 {
  display: none;
}

.sponsorWidgetContainerMajorSponsor #majorSponsorTitleContainer {
  z-index: 5;
}

/* SOCIAL NETWORK PLUGIN */
.multiSocialWidgetTab {
  font-family: "montserratblack";
  font-size: 12px;
}

.saffireMobileSize .multiSocialWidgetTab {
  font-size: 10.2px;
}

.multiSocialWidgetTab:hover {
  background: #fff;
  color: #fca802;
}

.twtr-tweet-user {
  font-size: 16px;
  margin-bottom: 15px;
  font-family: "open_sansbold";
}

.twitterFeedItem {
  margin-top: 5px;
  padding-top: 4px;
  clear: both;
  border-top: 1px solid;
}

div.twitterFeedItem:nth-of-type(2) {
  border-top: none;
  margin-top: 0;
}

.twitterFeedItem:last-child {
  padding-bottom: 8px;
}

.twitterWidgetImageLink img {
  max-width: 60px;
  float: left;
  margin-right: 6px;
  margin-bottom: 5px;
}

#instafeedContainer > a:hover {
  opacity: 0.75;
}

a.multiSocialWidgetTab {
  background: rgba(255, 255, 255, 0.7);
  color: #fca802;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  padding: 8px 11px 7px 11px;
}

a.multiSocialWidgetTab.currentTab {
  background: #fff;
  color: #fca802;
  text-decoration: none;
  cursor: default;
}

.multiSocialWidgetContainer {
  background: #fff;
  height: 426px;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 5px;
  position: relative;
  top: 0;
  width: 330px;
}

#instafeedContainer img {
  width: 45%;
  margin-right: 3%;
  margin-left: 2%;
}

#multiSocialWidget {
  background: none;
  height: 446px;
  width: 340px;
}

.saffireMobileSize #multiSocialWidget {
  margin-left: auto;
  margin-right: auto;
}

#facebookfeedContainer {
  overflow: hidden;
}

/* add custom theme css in this file*/
.saffireLargeSize .header {
  height: auto;
}
.saffireLargeSize .header .headerInnerContent {
  width: 100%;
  max-width: 100%;
}
.saffireLargeSize .header .header-top {
  height: 64px;
  width: 100%;
  max-width: 100%;
  background-color: #6dc3d9;
  background-image: url("images/header-top-bg.png");
  background-repeat: repeat-x;
  background-position: center;
  border-bottom: 15px solid #658d1b;
}
.saffireLargeSize .header .header-bottom {
  height: 173px;
  width: 100%;
  max-width: 100%;
  background-image: url("images/header-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.saffireLargeSize .header .header-top-wrapper {
  width: 1015px;
  max-width: 100%;
  margin: auto;
}
.saffireLargeSize .header .header-top-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.saffireLargeSize .header .header-bottom-wrapper {
  position: relative;
  top: -75px;
  width: 1015px;
  max-width: 100%;
  margin: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.saffireLargeSize .header .search-email-container {
  position: relative;
  top: 37px;
}
.saffireLargeSize .header .search-email-container .searchBox,
.saffireLargeSize .header .search-email-container .emailSignup {
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 0;
}
.saffireLargeSize .header .search-email-container .searchBox .searchBoxSubmit a,
.saffireLargeSize .header .search-email-container .searchBox .emailInputSubmit a,
.saffireLargeSize .header .search-email-container .emailSignup .searchBoxSubmit a,
.saffireLargeSize .header .search-email-container .emailSignup .emailInputSubmit a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 52px;
  height: 54px;
  line-height: 54px;
}
.saffireLargeSize .header .search-email-container .searchBox:hover .emailInputField input,
.saffireLargeSize .header .search-email-container .searchBox:hover .searchBoxInput input,
.saffireLargeSize .header .search-email-container .emailSignup:hover .emailInputField input,
.saffireLargeSize .header .search-email-container .emailSignup:hover .searchBoxInput input {
  left: 100%;
  right: auto;
}
.saffireLargeSize .header .search-email-container .searchBox:hover .searchBoxSubmit a,
.saffireLargeSize .header .search-email-container .searchBox:hover .emailInputSubmit a,
.saffireLargeSize .header .search-email-container .emailSignup:hover .searchBoxSubmit a,
.saffireLargeSize .header .search-email-container .emailSignup:hover .emailInputSubmit a {
  background: #fba924;
}
.saffireLargeSize .header .search-email-container .emailInputField input,
.saffireLargeSize .header .search-email-container .searchBoxInput input {
  left: 100%;
  right: auto;
  border-radius: 0 !important;
  -webkit-box-shadow: 2px 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0 3px rgba(0, 0, 0, 0.2);
  font-size: 14px;
}
.saffireLargeSize .header #customLogo {
  background-position: center;
}
.saffireLargeSize .header #mainNavigation {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.saffireLargeSize .header #mainNavigation .group {
  height: 27px;
}
.saffireLargeSize .header .quickLinks li {
  height: 64px;
  line-height: 64px;
}
.saffireLargeSize .header .quickLinks .header-directions:after,
.saffireLargeSize .header .quickLinks .standardMyAccount:after {
  content: "|";
  display: inline-block;
  position: relative;
  left: 4px;
  font-size: 18px;
}
.saffireLargeSize .header .quickLinks .standardLoginStatus {
  margin-right: 10px;
}
.saffireLargeSize .header .quickLinks .standardViewCart {
  line-height: 71px !important;
}
.saffireLargeSize .header .quickLinks .standardCartView a {
  text-decoration: none;
}
.saffireLargeSize .header .more-events-meadow {
  z-index: 99;
  display: inline-block;
  width: 235px;
  height: 64px;
  float: right;
  position: relative;
  top: -5px;
  background: url("images/more-events-btn.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.saffireLargeSize .ticket:hover {
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
}

.saffireMobileSize.siteInfoBannerOn .header {
  padding-bottom: 0;
}

.saffireMobileSize .header {
  height: 75px;
  padding-bottom: 0;
}
.saffireMobileSize .headerInnerContent {
  height: 50px;
  background-image: url("images/header-bg.png");
  background-repeat: repeat-x;
  background-position: center;
  border-bottom: 25px solid #658d1b;
}
.saffireMobileSize #mainNavigation,
.saffireMobileSize .emailSignup,
.saffireMobileSize .searchBox,
.saffireMobileSize .viewcart,
.saffireMobileSize .viewcart a {
  color: #303030;
}
.saffireMobileSize #mainNavigation:before,
.saffireMobileSize .emailSignup:before,
.saffireMobileSize .searchBox:before,
.saffireMobileSize .viewcart:before,
.saffireMobileSize .viewcart a:before {
  color: #303030;
  top: 12px;
}
.saffireMobileSize .emailSignup:before {
  top: 11px !important;
}
.saffireMobileSize .searchBox:before {
  top: 14px !important;
}
.saffireMobileSize .ticket {
  display: inline-block;
  top: 47px !important;
  padding: 5px 10px !important;
  font-family: "AvenirNext-Bold" !important;
  text-transform: uppercase;
  transition: 0.3s;
}
.saffireMobileSize .ticket:hover {
  background: #e6b714 !important;
  transition: 0.3s;
}

/*SLIDESHOW STYLES /////////////////////////////////////////////////////////*/
.saffireLargeSize .homepageSwiperSlider {
  border-bottom: 15px solid #658d1b;
}
.saffireLargeSize #newSliderDescriptionContainer {
  background: none;
}
.saffireLargeSize #newSliderDescriptionContainer .sliderButtonContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  margin: auto;
  width: 183px;
  height: 65px;
}
.saffireLargeSize #newSliderDescriptionContainer .sliderButtonContainer a.button {
  border-radius: 0 !important;
  font-size: 18px;
}
.saffireLargeSize #newSliderDescriptionContainer .sliderButtonContainer .sliderMoreButton {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.saffireLargeSize #newSliderDescriptionContainer .sliderButtonContainer .buyNowButton {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.saffireLargeSize .swiper-container {
  padding-bottom: 106px;
  position: relative;
}
.saffireLargeSize .swiper-container:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 106px;
  background: url("images/header-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.saffireMobileSize .homepageSwiperSlider {
  margin-bottom: 0 !important;
  border-bottom: 15px solid #658d1b;
}
.saffireMobileSize .slideshowSwiperDescription {
  background: url("images/header-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.saffireMobileSize #newSliderDescriptionContainer {
  height: 120px;
}
.saffireMobileSize .currentSlideDescription {
  padding-top: 15px !important;
}

/* COUNTDOWN ////////////////////////////////////////////////////////*/
.saffireLargeSize .countdown-wrapper {
  width: 1015px;
  max-width: 100%;
  margin: auto;
  position: relative;
}
.saffireLargeSize #siteInfoBannerWidget {
  z-index: 99;
}
.saffireLargeSize #siteInfoBannerWidget #eventDates {
  margin: 8px 0;
}

.socialNetworks a {
  background-color: rgba(0, 114, 206, 0.8);
  border-color: transparent;
  padding: 5px;
}

.saffireMobileSize #siteInfoBannerWidget {
  text-align: center;
}

/*/ OTHER ////////////////////////////////////////////////////*/
.pdfPage {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body.siteInfoBannerOff #siteInfoBannerWidget {
  display: none !important;
}

.emailSignup.modalOnly {
  text-align: center;
}
.emailSignup.modalOnly .emailInputField input {
  font-size: 17px;
  padding: 5px;
  width: 75% !important;
  border: 1px solid #aaa !important;
}
.emailSignup.modalOnly .emailSubmitButton {
  border-radius: 0 !important;
}

.modalClose > a.modalCloseButton {
  margin-right: 10px;
  padding: 0 10px;
}

.tiny, .note {
  font-size: 13px;
}

input.textbox {
  font-size: 15px;
  padding: 5px;
}

/* top section /////////////////////////////////////////////////////////////////*/
.top-container {
  background: url("images/middle-bg.jpg") no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
}

/* lower section ///////////////////////////////////////////////////////////////*/
.lower-container {
  background: url("images/lower-bg.jpg") no-repeat center top;
  background-size: auto 117%;
  background-attachment: fixed;
}

.saffireMobileSize .lower-container {
  background-size: cover;
}

.lower-container-inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1015px;
  margin: 0 auto;
  padding: 69px 0 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 997px) {
  .lower-container-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lower-container-inner .widget-wrapper:first-child {
    margin-bottom: 69px;
  }
}

.widget-wrapper {
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  max-width: 100%;
}
.widget-wrapper a {
  text-decoration: none;
}
.widget-wrapper .widget-header {
  box-sizing: border-box;
  width: 100%;
  height: 77px;
  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;
  text-align: center;
  background: #e0bf4b;
  color: #1f376a;
  font: 32px/1 "oswald-bold-webfont";
}
.widget-wrapper .widget-header.ig-feed {
  font: 18px/1 "oswald-demibold-webfont";
  color: #b71a8b;
}
.widget-wrapper .widget-header.ig-feed::before {
  content: "";
  background: url("images/ig-icon.png") no-repeat center;
  width: 38px;
  height: 38px;
  display: inline-block;
  margin-right: 10px;
}

/* sponsors ////////////////////////////////////////////////////////////////////*/
.sponsor-section {
  background: #fff;
  border-top: 14px solid #658d1b;
}

/* Footer //////////////////////////////////////////////////////////////////////*/
.footer {
  font-family: "AvenirLTStd95-Black";
}
.footer ul li {
  line-height: 1em;
}

.footer-logo {
  background: url(images/footer-logo.png) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 98px;
  margin-bottom: 31px;
}

.footer-info {
  font: 24px/1 "AvenirNext-Bold";
  margin-bottom: 25px;
}

.homepage .lower-container {
  display: none !important;
}

.saffireLargeSize .header .ticket span {
  font-size: 13px;
  color: #fff;
  text-indent: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  transform: rotate(-6.5deg);
  line-height: 1.3;
  display: flex;
  align-items: center;
  padding: 22px;
  text-overflow: ellipsis;
  word-break: break-word;
  position: relative;
  top: -3px;
  text-align: center;
  justify-content: center;
}

.pressDate {
  width: 120px;
}

body.subpage-meadow {
  background: url("images/meadow-bg.png") no-repeat fixed;
  background-size: cover;
  background-attachment: fixed;
}
body.subpage-meadow.saffireLargeSize .header .more-events-meadow {
  background-image: url("images/logo.png");
  width: 78px;
  top: 0;
  height: 63px;
}
body.subpage-meadow.saffireLargeSize .header #customLogo, body.subpage-meadow.saffireMobileSize .header #customLogo {
  background-image: url("images/meadow-logo.png");
}
body.subpage-meadow.saffireLargeSize .header #customLogo {
  background-position-y: 80px;
  width: 227px;
}
body.subpage-meadow.saffireMobileSize .header #customLogo {
  width: 125px;
  max-width: 100%;
}
body.subpage-meadow.saffireLargeSize .header .m-main-logo {
  display: none;
}
body.subpage-meadow.saffireMobileSize .header .m-main-logo {
  background: url("images/logo.png") center/contain no-repeat;
  display: inline-block;
  height: 70px;
  width: 80px;
  position: absolute;
  left: 130px;
}
@media screen and (max-width: 550px) {
  body.subpage-meadow.saffireMobileSize a.ticket, body.subpage-meadow.saffireMobileSize a.ticket:hover {
    font-size: 8px;
  }
}
body.subpage-meadow.saffireLargeSize main.content {
  border-top: 68px solid #4ba947;
}
body.subpage-meadow #MainContent_content_smp_breadcrumbs,
body.subpage-meadow #pnl_googleTranslate {
  display: none;
}
body.subpage-meadow .entityContainer {
  max-width: calc(883px + 2%);
  margin: 0 auto;
}
body.subpage-meadow .entityContainerRow.rowIndex-1 .starlist {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 2em 0;
}
body.subpage-meadow .entityContainerRow.rowIndex-1 .linkItem {
  padding: 0;
  background: none;
}
body.subpage-meadow .entityContainerRow.rowIndex-1 .linkItem a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  background: #0072ce;
  color: #fff;
  font: 17px/1 "AvenirNext-Bold";
  text-transform: uppercase;
  width: 209px;
  height: 57px;
  padding: 5px 10px;
  margin: 6px;
}
body.subpage-meadow .entityContainerRow.rowIndex-1 .linkItem a:focus, body.subpage-meadow .entityContainerRow.rowIndex-1 .linkItem a:hover {
  background: #00569b;
}

/*# sourceMappingURL=theme.css.map */
