@charset "UTF-8";
/************** LOAD FONTS ******************/
@font-face {
  font-family: "OpenSans-Bold-webfont";
  src: url("fonts/OpenSans-Bold-webfont.eot");
  src: url("fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Bold-webfont.woff") format("woff"), url("fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("fonts/OpenSans-Bold-webfont.svg#OpenSans-Bold-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "OpenSans-ExtraBold-webfont";
  src: url("fonts/OpenSans-ExtraBold-webfont.eot");
  src: url("fonts/OpenSans-ExtraBold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-ExtraBold-webfont.woff") format("woff"), url("fonts/OpenSans-ExtraBold-webfont.ttf") format("truetype"), url("fonts/OpenSans-ExtraBold-webfont.svg#OpenSans-ExtraBold-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "OpenSans-Regular-webfont";
  src: url("fonts/OpenSans-Regular-webfont.eot");
  src: url("fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Regular-webfont.woff") format("woff"), url("fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("fonts/OpenSans-Regular-webfont.svg#OpenSans-Regular-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "OpenSans-Semibold-webfont";
  src: url("fonts/OpenSans-Semibold-webfont.eot");
  src: url("fonts/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Semibold-webfont.woff") format("woff"), url("fonts/OpenSans-Semibold-webfont.ttf") format("truetype"), url("fonts/OpenSans-Semibold-webfont.svg#OpenSans-Semibold-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Bitter-Bold-webfont";
  src: url("fonts/Bitter-Bold-webfont.eot");
  src: url("fonts/Bitter-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Bitter-Bold-webfont.woff") format("woff"), url("fonts/Bitter-Bold-webfont.ttf") format("truetype"), url("fonts/Bitter-Bold-webfont.svg#Bitter-Bold-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Bitter-Regular-webfont";
  src: url("fonts/Bitter-Regular-webfont.eot");
  src: url("fonts/Bitter-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Bitter-Regular-webfont.woff") format("woff"), url("fonts/Bitter-Regular-webfont.ttf") format("truetype"), url("fonts/Bitter-Regular-webfont.svg#Bitter-Regular-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "montserrat-black-webfont";
  src: url("fonts/montserrat-black-webfont.eot");
  src: url("fonts/montserrat-black-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-black-webfont.woff") format("woff"), url("fonts/montserrat-black-webfont.ttf") format("truetype"), url("fonts/montserrat-black-webfont.svg#montserrat-black-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "dirtyheadline-webfont";
  src: url("fonts/dirtyheadline-webfont.eot");
  src: url("fonts/dirtyheadline-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/dirtyheadline-webfont.woff") format("woff"), url("fonts/dirtyheadline-webfont.ttf") format("truetype"), url("fonts/dirtyheadline-webfont.svg#dirtyheadline-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Bitter-Italic-webfont";
  src: url("fonts/Bitter-Italic-webfont.eot");
  src: url("fonts/Bitter-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Bitter-Italic-webfont.woff") format("woff"), url("fonts/Bitter-Italic-webfont.ttf") format("truetype"), url("fonts/Bitter-Italic-webfont.svg#Bitter-Italic-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
/************************* BODY/CONTAINER ********************/
body {
  /* |%  need to set body background and default font options */
  color: #313131;
  background: #31A8FA url("images/bg.jpg") center top fixed no-repeat;
  background-size: 100% auto;
  font: 12px/1.583em "open_sansregular", Arial, Verdana, sans-serif; }

.wrapper {
  /* |%  if all elements are contained, this is a set width, if elements stretch to screen width this is 100% */
  width: 100%;
  background: "none"; }

.content {
  background: #fff;
  padding: 15px;
  position: relative;
  margin: 54px auto 40px;
  max-width: calc(1000px - 15px - 15px); }

.saffireLargeSize.homepage .content,
.homepage .content {
  margin: 0 auto;
  padding: 0;
  background: none;
  max-width: 1000px; }

.ui-widget-overlay {
  background-color: black;
  opacity: 0.5; }

/*********************** STANDARD ELEMENTS ********************/
a {
  color: #003B6A;
  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: #003B6A;
  font-weight: normal;
  font-family: "open_sansbold"; }

h1 {
  font-size: 36px;
  line-height: 1.125em;
  margin: 0.2em 0; }

h2, h2 a {
  font-size: 20px;
  line-height: 1.155em; }

.cartcols h2 {
  font-size: 16px;
  line-height: 1.155em; }

h3 {
  font-size: 18px;
  line-height: 1.187em; }

.hoverContent {
  border-color: #756F46; }

.starlist li,
.starlist li ul li,
.pdflist li,
.pdflist li ul li {
  background: 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: #ccc; }

/************* BUTTON STYLES *********************/
a.button,
.button {
  /* |%  set font-family */
  padding: 1px 8px;
  font-size: 14px;
  line-height: 1.75em;
  text-transform: uppercase;
  border-radius: 2px;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "open_sansbold"; }

.inputFieldSubmit {
  border-radius: 0 2px 2px 0 !important; }

a.button,
.button,
.buttonSmall {
  background: #FFCF00;
  color: #975600 !important; }

a.button:hover,
.button:hover,
.buttonSmall:hover {
  background: #ffdb3d;
  color: #975600 !important; }

/***************** CONTAINERS **************************/
.subContainer,
.sidepic {
  background: #27405c;
  color: #fff;
  -moz-box-shadow: 2px 2px 5px #000;
  -webkit-box-shadow: 2px 2px 5px #000;
  box-shadow: 2px 2px 5px #000; }

a.havePhotoLink {
  color: #fff; }

.subContainer a,
.subContainer h1,
.subContainer h2,
.subContainer h3 {
  color: #fff; }

.dateDisplayBar,
.dateDisplay {
  background: #003B6A;
  color: #fff; }

.dateDisplayBar a,
.dateDisplay a {
  color: #fff; }

.dateDisplay_disabled {
  opacity: 0.4; }

#google_translate_element {
  /* |%  Google translate position */
  top: 15px;
  right: 30px; }

.carthr {
  background: #fff; }

.orderhistory {
  background: #003B6A; }

.orderhistory th {
  color: #fff;
  padding: 8px 3px; }

/************************* TABS *******************************/
.homepageTabsContainer {
  padding-left: 20px; }

/* TAB BACKGROUND COLORS */
.homepageTabs > li > a,
.tabs > ul > li > a {
  background: #fcc265; }

.homepageTabs li ul,
.tabOn,
.homepageTabs > li > a:hover,
.homepageTabs .eventTabSubmenu {
  background-color: #faa41a !important; }

.homepageTabs ul.menu li:hover {
  /* |%  hover state for above dropdowns */
  background: #faa41a; }

/* END TAB BACKGROUND COLORS */
.homepageTabs ul.menu a {
  /* |%  font color for tabs */
  color: #fff; }

.tab,
.tabOn {
  font-size: 12px;
  line-height: 1.5em; }

.homepageTabs ul.menu a {
  font-family: "open_sansregular", Arial, Verdana, sans-serif;
  font-size: 11px; }

.homepageTabs > li > a,
.tabs > ul > li > a {
  float: left;
  display: block;
  padding: 5px 12px;
  height: 17px;
  margin: 6px 7px 0px 0px;
  border-radius: 2px 2px 0px 0px;
  white-space: nowrap; }

.homepageTabs a,
.tabs a {
  color: #fff; }

/******************************* TOP/GLOBAL ITEMS ************************************/
.generalmessage {
  /* |%  set font-family, background color, color, etc. */
  background: #FFCF00;
  -webkit-box-shadow: 0 -3px 5px #666 inset;
  -moz-box-shadow: 0 -3px 5px #666 inset;
  box-shadow: 0 -3px 5px #666 inset;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 8px;
  font-family: "open_sansbold"; }

.generalmessage a {
  color: #fff; }

.socialNetworks {
  z-index: 80000000;
  position: fixed;
  right: -80px;
  top: 20%;
  border-top: 3px solid rgba(0, 0, 0, 0.8);
  border-bottom: 3px solid rgba(0, 0, 0, 0.8);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: right 0.6s ease;
  transition: right 0.6s ease; }

.pageIsLoaded .socialNetworks {
  right: 0; }

.socialNetworks > span,
.socialNetworks > a {
  display: block;
  float: none;
  width: 40px;
  height: 39px;
  border: 3px solid rgba(0, 0, 0, 0.8);
  position: relative;
  -o-transition: transform 0.4s ease, left 0.4s ease;
  -webkit-transition: transform 0.4s ease, left 0.4s ease;
  -moz-transition: transform 0.4s ease, left 0.4s ease;
  -ms-transition: transform 0.4s ease, left 0.4s ease;
  transition: transform 0.4s ease, left 0.4s ease; }

.socialNetworks > a:hover {
  -o-transform: scale(1.3) !important;
  -webkit-transform: scale(1.3) !important;
  -moz-transform: scale(1.3) !important;
  -ms-transform: scale(1.3) !important;
  transform: scale(1.3) !important;
  left: -9px;
  z-index: 2; }

#musicPlayerLink {
  background: url("images/music.jpg") no-repeat right 0;
  margin: 0;
  width: 40px;
  height: 39px;
  float: none;
  border: 3px solid rgba(0, 0, 0, 0.8);
  z-index: 2; }

#musicPlayerDropdown {
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9em;
  padding: 8px 10px;
  right: 12px;
  top: -5px;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.8) inset; }

#musicPlayerDropdown a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  text-decoration: none;
  padding-right: 14px; }

#musicPlayerDropdown a:hover {
  position: relative;
  padding-right: 3px;
  padding-left: 14px; }

#musicPlayerDropdown a:hover:after {
  border-left: 4px solid transparent;
  border-radius: 58%;
  border-right: 4px solid transparent;
  border-top: 12px solid rgba(255, 255, 255, 0.8);
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 0; }

@media screen and (max-width: 1230px) {
  .socialNetworks {
    top: auto;
    bottom: 0;
    border-top: none;
    border-bottom: none; }

  .socialNetworks > a,
  .socialNetworks > span#musicPlayerLink {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    float: left;
    margin-left: -8px; }

  #musicPlayerDropdown {
    top: auto;
    bottom: 21px;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); } }
/*SITE-WIDE WIDGETS */
#widgetBanner {
  background: none;
  height: 1px;
  top: 0;
  position: relative;
  z-index: 100;
  width: 100%;
  margin: 0;
  line-height: normal; }

/****************** HOMEPAGE WIDGETS ***************/
/* WIDGET GENERAL */
.widget h1,
.homepageh1 {
  /* |%  set font-family */
  color: #F5DF26;
  text-shadow: 5px 4px 4px #000000;
  font-size: 22px; }

/***************** EXCITING EVENTS - SECONDARY FEATURE ********************/
/************************** PAGE-SPECIFIC/OTHER ITEMS *******************************/
#ourPickButton {
  margin-bottom: 30px; }

.column2 {
  float: right; }

.listingItem {
  background: #ccc;
  border-bottom: 1px solid #b3b3b3; }

.listingItem:hover {
  background: #e6e6e6; }

.listing .arrowup {
  border-color: #686868 transparent transparent transparent; }

.listing .arrowup_on {
  border-color: #272625 transparent transparent transparent; }

.listing .arrowdown {
  border-color: transparent transparent #686868 transparent; }

.listing .arrowdown_on {
  border-color: transparent transparent #272625 transparent; }

.modeSelected {
  background-color: rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1a000000',GradientType=0 ); }

/* INTERACTIVE EVENT MAP */
.mapDescription.subContainer,
.hoverContent {
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  opacity: 0.9;
  -moz-box-shadow: 2px 2px 5px #000;
  -webkit-box-shadow: 2px 2px 5px #000;
  box-shadow: 2px 2px 5px #000; }

/*********************** FOOTER **************************/
.saffireMobileSize.isResponsive .footer .footerSignIn {
  margin-top: 6px; }

.footer {
  /* set the height of the footer */
  clear: both;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  background: url("images/footer-bg.jpg") no-repeat #2e2f1f center bottom;
  height: 264px; }

.saffireMobileSize .footer {
  padding-bottom: 55px; }

.footer a {
  color: #fff;
  text-decoration: none; }

.footer a:hover {
  text-decoration: underline; }

ul.footerItems1 {
  margin: 0 auto; }

.saffireMobileSize ul.footerItems1 {
  margin-bottom: 6px; }

ul.footerItems2 {
  margin: 0 auto; }

/************************* MODAL CONTENT ********************/
.modal {
  background: #fff;
  padding-top: 15px;
  border: 10px solid #fff; }

.modalBody {
  /* |%  set modal background color if not white */
  background: #fff;
  padding: 14px; }

.modalPageBackground {
  background-color: black;
  opacity: 0.5; }

.modalContent h1 {
  font-size: calc(36px * 0.6944);
  line-height: 1.2em; }

.modalClose {
  background: none;
  top: 1px; }

.modalCloseButton:before {
  content: "X"; }

.modalCloseButton img {
  display: none; }

.modalContent #google_translate_element {
  top: 1px;
  right: 0; }

/* SHOWORKS TABLE */
.modalBody .showorksModalTitle {
  /* |%  set font-family */
  font-size: 32px;
  line-height: 36px; }

.modalBody .showorksBreadcrumbs {
  /* |%  set font-family */
  font-size: 20px;
  line-height: 22px;
  color: #003B6A; }

.modalBody .showorksTableGrid th {
  /* |%  set font-family */
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.06em; }

.modalBody .showorksTableGrid th {
  padding-bottom: 7px;
  padding-top: 7px; }

.modalBody .showorksTableGrid td {
  color: #313131; }

.modalBody .showorksTableGrid tr.odd {
  background: #fff;
  color: black; }

.modalBody .showorksTableGrid tr.even {
  background: #e6e6e6;
  color: black; }

/*************** MEMBERS SITE **********************/
.arrowdown {
  border-color: transparent transparent black; }

.arrowdown_on {
  border-color: transparent transparent white; }

.arrowup {
  border-color: black transparent transparent; }

.arrowup_on {
  border-color: white transparent transparent; }

#directoryFilterOptions > li:hover {
  background: #cbdfe2; }

.directoryHeader {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px; }

.members .nav .groups {
  margin-right: 0; }

.members .nav .groups .group {
  margin: 0 3px; }

.members .quickLinks {
  right: 39px; }

.dateDisplayBar,
.viewMode,
.currentlyViewingDate,
#searchEventsInput,
#eventFilterList,
#eventFilterList ul,
.InProgressEventDate,
a.havePhotoLink,
.mapLegend label {
  font-family: inherit; }

.mapLegend {
  border-left: 1px solid black;
  box-shadow: none; }

.header a.button {
  color: #fff !important;
  background: rgba(0, 0, 0, 0.3);
  font-family: "open_sansregular";
  font-size: 12px;
  padding: 1px 8px 1px; }

.header a.button:hover {
  background: rgba(31, 31, 31, 0.3); }

.header input.textbox {
  min-height: calc(12px * 1.2); }

.header {
  /* |%  need to set height and width if not 100% */
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 190px;
  background: none; }

@media screen and (max-width: 800px) {
  /* prevents crazyshifty stuff before js loads */
  .header {
    opacity: 0; }

  .pageIsLoaded .header {
    opacity: 1; } }
.saffireMobileSize .header {
  height: 72px; }

.headerInnerContent {
  display: block;
  margin: 0 auto;
  position: relative; }

.saffireLargeSize .headerInnerContent {
  height: 190px;
  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;
  height: 240px;
  position: absolute;
  left: -45px;
  right: auto;
  top: 0;
  bottom: auto;
  width: 240px;
  background-size: contain; }

.saffireMobileSize #customLogo {
  width: 104px;
  top: 0; }

/* MAIN NAVIGATION */
.saffireLargeSize .nav {
  height: 37px;
  padding: 0;
  background: none;
  clear: both;
  width: 100%;
  z-index: auto !important;
  position: absolute;
  right: 0;
  left: auto;
  top: 66px;
  bottom: auto; }

.saffireLargeSize .nav .groups {
  position: absolute;
  height: 37px;
  max-height: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0; }

.saffireLargeSize .nav .groups .group {
  margin: 0 0 0 5px;
  padding: 4px 9px 5px; }

.saffireLargeSize .nav .groups .group a,
.saffireLargeSize .navDummyLink {
  font-size: 22px;
  font-family: "Bitter-Bold-webfont";
  line-height: normal;
  text-transform: uppercase;
  color: #fff; }

@media screen and (max-width: 1000px) {
  .saffireLargeSize .nav .groups .group a,
  .saffireLargeSize .navDummyLink {
    font-size: 17.6px; } }
.saffireLargeSize .nav .groups .group a:hover,
.saffireLargeSize .nav .groups .group:hover a,
.saffireLargeSize .nav .groups .group:hover {
  color: #e0e0e0; }

/* MAIN NAVIGATION DROP-DOWN MENUS */
.saffireLargeSize .nav .items,
.saffireLargeSize .nav .subitems {
  /* |%  nav dropdown colors */
  background: #003b6a;
  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: 12px "open_sansregular", Arial, Helvetica, sans-serif; }

.saffireLargeSize .nav .items .item a:hover {
  color: #e0e0e0;
  background: #005da7; }

.saffireLargeSize .nav .group:last-child .items {
  left: auto;
  right: 0; }

.saffireLargeSize .nav .group:last-child .subitems {
  left: auto;
  right: 100%; }

/* TOP LINKS */
.saffireLargeSize .quickLinks {
  position: static;
  float: right;
  margin-top: 12px;
  margin-bottom: 0; }

.saffireLargeSize .quickLinks ul li > a:hover,
.saffireLargeSize .quickLinks ul li.standardLoginStatus a:hover,
.saffireLargeSize .quickLinks ul li.standardMyAccount a:hover,
.saffireLargeSize a.cartMenuLink:hover {
  /* |%  hover color for quick links */
  color: #e0e0e0; }

.saffireLargeSize .quickLinks,
.saffireLargeSize .quickLinks ul li,
.saffireLargeSize .quickLinks ul li > a,
.saffireLargeSize .quickLinks ul li.standardLoginStatus a,
.saffireLargeSize .quickLinks ul li.standardMyAccount a,
.saffireLargeSize a.cartMenuLink {
  font-size: 12px;
  line-height: normal;
  color: #fff;
  font-family: "open_sansregular";
  text-transform: uppercase; }

.saffireLargeSize .quickLinks ul li > a.ticket,
.saffireLargeSize .ticket,
.saffireLargeSize .ticket:hover {
  text-indent: -999px;
  overflow: hidden;
  float: right; }

.saffireLargeSize .ticket:hover {
  background: url(images/ticket.png) no-repeat 0 bottom; }

.saffireMobileSize a.ticket,
.saffireMobileSize a.ticket:hover {
  border-radius: 0;
  height: auto;
  left: auto;
  overflow: hidden;
  padding: 0 3px;
  position: absolute;
  right: 7px;
  text-decoration: none;
  text-indent: 0;
  top: 52px;
  white-space: nowrap;
  width: auto;
  /* line-height: normal !important;
  font-size: 24px !important; */
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-family: "open_sansbold";
  font-size: 16.8px;
  right: 15px; }

.saffireLargeSize .viewcart {
  position: relative;
  z-index: 2000000; }

.cartNavItemSection.cartNavItemSectionProductDetails {
  border-bottom-color: #fff; }

.saffireLargeSize #svgViewCartIcon {
  display: none; }

.saffireLargeSize .quickLinks ul .viewcart a {
  font-family: "open_sansregular";
  font-size: 12px;
  text-transform: none; }

.saffireLargeSize .quickLinks ul .viewcart a {
  color: #fff; }

.saffireLargeSize #svgViewCartIcon path {
  fill: #fff; }

/* EMAIL & SEARCH BOXES */
.saffireLargeSize .header .emailSignup {
  position: relative;
  float: right;
  width: auto;
  margin-left: 10px;
  margin-top: 8px;
  z-index: auto;
  font-size: 2em; }

.searchBox input,
.emailSignup .textbox {
  border-radius: 0 0 0 0 !important;
  top: 0;
  border-right: none; }

.saffireLargeSize .header .searchBox {
  position: relative;
  float: right;
  z-index: 5003;
  margin-left: 10px;
  margin-top: 8px;
  font-size: 2em; }

/* WEATHER BUG */
#weatherBugWidget {
  color: #fff;
  white-space: nowrap;
  position: relative;
  left: -10px;
  right: auto;
  top: 7px;
  bottom: auto;
  visibility: hidden;
  font-family: 'open_sansregular';
  font-size: 11px; }

.saffireMobileSize #weatherBugWidget {
  display: none !important; }

#weatherBugText {
  display: none; }

#weatherBugImage {
  top: 3px; }

#weatherBugShortDescription {
  display: inline; }

/* 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: 1000px;
  max-width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0; }

#siteInfoBannerWidget {
  color: #153048;
  font-size: 16px;
  font-family: "Bitter-Italic-webfont";
  background: none;
  background: -webkit-linear-gradient(-90deg, none);
  background: linear-gradient(180deg, none); }

.saffireLargeSize #siteInfoBannerWidget {
  background: none;
  right: 21px;
  position: absolute;
  text-align: right;
  padding: 0;
  height: 57px;
  top: 119px;
  min-width: 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: auto;
  position: absolute;
  bottom: -57px;
  height: auto;
  clear: both; }

#siteInfoBannerWidget #eventDates {
  font-size: 22px;
  font-family: "montserrat-black-webfont";
  color: #153048; }

.saffireMobileSize #siteInfoBannerWidget #eventDates {
  font-size: 17.6px;
  display: block;
  color: #fff; }

.saffireMobileSize #siteInfoBannerWidget {
  min-height: 57px;
  background: #9B0D0D; }

.saffireMobileSize.siteInfoBannerOn .header {
  padding-bottom: 57px; }

.saffireMobileSize #siteInfoBannerWidget #eventName {
  display: inline-block;
  color: inherit;
  color: #fff; }

.countdownDays {
  color: #153048;
  display: inline-block;
  font-family: "Bitter-Italic-webfont";
  font-size: 16px; }

.saffireMobileSize .countdownDays {
  display: inline;
  color: #fff; }

.datePast .countdownDays {
  color: #153048;
  font-size: 22px;
  font-family: "montserrat-black-webfont";
  display: block; }

.datePast.noThankYouMessage #siteInfoBannerWidget {
  display: none !important; }

.saffireMobileSize #siteInfoBannerWidget {
  left: 0;
  position: relative;
  color: #fff; }

.siteInfoBannerOn #siteInfoBannerWidget {
  font-size: 16px; }

/* ADVANCED SLIDESHOW */
.homepage .slideshowSwiperDescription {
  display: none; }

.homepage .slideshowSwiperDescription.currentSlideDescription {
  display: inline-block; }

.homepage .currentSlideDescription {
  opacity: 0;
  transition: max-height 0.4s ease;
  font-size: 12px;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }
  @media screen and (max-width: 673px) {
    .homepage .currentSlideDescription {
      padding-top: 1em;
      padding-left: 2%;
      padding-right: 2%; } }

.homepage.saffireLargeSize .slideshowSwiperDescription {
  max-width: 557px;
  padding: 3px 105px 0 0; }

#newSliderDescriptionContainer {
  background: url(images/slideshow-description.jpg); }

.saffireLargeSize #newSliderDescriptionContainer {
  position: absolute;
  left: 0;
  right: auto;
  top: 100%;
  bottom: auto;
  width: 100%;
  max-width: 673px;
  height: 54px;
  z-index: 2; }

.saffireMobileSize #newSliderDescriptionContainer {
  top: 100%;
  z-index: 2;
  position: relative;
  height: 111px;
  background: url(images/slideshow-description.jpg); }

.homepage.saffireLargeSize .currentSlideDescription,
.homepage.saffireMobileSize .currentSlideDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  opacity: 1; }

.homepage.saffireMobileSize .currentSlideDescription {
  padding: 5px 5%;
  width: 90%; }

.homepage .slideshowSwiperDescription a,
.homepage .slideshowSwiperDescription span {
  text-decoration: none;
  display: none; }

.homepage.saffireLargeSize .sliderTitle,
.homepage.saffireLargeSize .sliderTextDescription {
  /* max-width: $slideshowWidth - ($slideshowButtonContainerWidth + 6); */
  	/* @if $descriptionAlignment == center {
  		max-width: $slideshowWidth - $slideshowButtonContainerWidth - $slideshowButtonContainerWidth - ($slideshowWidth * .1);
  		margin-left: auto;
          margin-right: auto;
  	} */ }

@media screen and (max-width: 723px) {
  .homepage.saffireLargeSize .sliderTitle,
  .homepage.saffireLargeSize .sliderTextDescription {
    /* @if $descriptionAlignment == center {
    	text-align: left;
    	margin-left: 0;
    	max-width: $slideshowWidth - $slideshowButtonContainerWidth - ($slideshowWidth * .1);
    } */ } }
.saffireMobileSize.homepage .sliderTextDescription {
  opacity: 1;
  font-size: 12px;
  line-height: 1.3; }

.homepage span.sliderButtonContainer {
  width: 108px; }

.homepage .swiper-slide-active .slideshowSwiperDescription a,
.homepage .swiper-slide-active .slideshowSwiperDescription span {
  display: inline-block; }

.homepage .currentSlideDescription a,
.homepage .currentSlideDescription span,
.homepage .currentSlideDescription span.sliderTitle
.homepage .swiper-slide-active .slideshowSwiperDescription > a,
.homepage .swiper-slide-active .slideshowSwiperDescription span.sliderTitle {
  display: block; }

.homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer a {
  width: 40%;
  min-width: 86px;
  margin-right: 2px;
  display: inline-block; }

.homepage .slideshowSwiperButtonPrev {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(13px / 2) 8px calc(13px / 2) 0;
  border-color: transparent #fff transparent transparent;
  cursor: pointer;
  position: absolute;
  top: 117.5%;
  right: 0;
  left: -695px;
  margin: auto;
  z-index: 4;
  transition: all 0.3s ease; }
  @media screen and (max-width: 673px) {
    .homepage .slideshowSwiperButtonPrev {
      left: 0;
      right: auto;
      top: 69.66196vw; } }

.homepage .slideshowSwiperButtonNext {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(13px / 2) 0 calc(13px / 2) 8px;
  border-color: transparent transparent transparent #fff;
  cursor: pointer;
  position: absolute;
  top: 117.5%;
  left: 0;
  right: 435px;
  margin: auto;
  z-index: 4;
  transition: all 0.3s ease; }
  @media screen and (max-width: 673px) {
    .homepage .slideshowSwiperButtonNext {
      right: 0;
      left: auto;
      top: 69.66196vw; } }

.homepage .swiper-container:hover .slideshowSwiperDescription {
  max-height: 399px; }

.homepage .sliderTextDescription {
  color: #fff;
  display: block;
  padding-bottom: 1em;
  line-height: 1.2em; }

.homepage.saffireLargeSize .sliderTextDescription {
  opacity: 0;
  top: 0;
  bottom: 0;
  width: 557px;
  position: absolute;
  transition: opacity 0.4s ease;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.homepage.saffireLargeSize .slideshowSwiperDescription:hover .sliderTextDescription {
  opacity: 1; }

.homepage.saffireLargeSize .sliderButtonContainer {
  position: absolute;
  right: 0;
  left: auto;
  top: 13px;
  bottom: auto;
  text-align: right;
  width: 100%;
  z-index: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.saffireMobileSize.homepage .sliderButtonContainer {
  bottom: 102%;
  right: 0;
  top: auto;
  position: absolute;
  left: 0;
  margin: auto;
  width: 100%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

.homepage.saffireLargeSize .currentSlideDescription .sliderButtonContainer {
  z-index: 300;
  width: 170px; }

.homepage .sliderButtonContainer a.button {
  display: inline-block;
  font-family: "open_sansbold";
  font-size: 16px;
  color: #975600 !important;
  background: #ffcf00;
  padding: 2px 9px; }

.homepage .sliderButtonContainer a.button:hover {
  background: #ffdb3d; }

.homepage .slideshowSwiperPagination {
  display: inline-block; }

.homepage .sliderPlayPauseButtons {
  display: inline-block; }

.homepage .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.5);
  margin-right: 6px;
  position: relative;
  top: 0; }

.homepage .swiper-pagination-bullet-active {
  background: #fff; }

.homepage .sliderPlayPause {
  display: inline-block;
  cursor: pointer;
  width: 12px;
  height: 12px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.8); }

.homepage .sliderPlayPause:before {
  content: '\25B6'; }

.homepage .sliderPlayPause.playing:before {
  content: '\275A \275A'; }

.homepage .sliderTitle {
  color: #fff;
  font-family: "Bitter-Bold-webfont";
  font-size: 22px;
  text-transform: uppercase;
  line-height: normal;
  overflow: hidden;
  height: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative; }

.homepage.saffireLargeSize .sliderTitle {
  position: absolute;
  top: -7px;
  bottom: 0;
  left: 14px;
  right: 0;
  margin: auto;
  transition: opacity 0.4s ease;
  opacity: 1; }

.homepage.saffireLargeSize .slideshowSwiperDescription:hover .sliderTitle {
  opacity: 0; }

.homepage.saffireMobileSize .sliderTitle {
  font-size: 17.6px;
  padding: 0;
  height: auto; }

.homepage a.button.sliderMoreButton,
.homepage a.button.sliderWidgetPurchaseLink {
                                             /*
	margin-left: 10px;
    margin-bottom: 7px; */
  font-size: 14px; }

.homepage .currentSlideDescription .slideshowSwiperDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  display: block; }

.saffireMobileSize.homepage .swiper-container:hover .slideshowSwiperDescription,
.saffireMobileSize.homepage .slideshowSwiperDescription {
  	/* position: absolute;
  	bottom: -111px;
  	height: $mobileDescriptionHeight;
  	max-height: $mobileDescriptionHeight;
  	width: 100%;
      padding: 0 2%;
  	box-sizing: border-box;
  	min-width: 332px; */ }

.homepage .swiper-container {
  /* Specify Swiper's Size: */
  background: #000;
  max-width: 100%;
  height: 399px;
  width: 100%; }

.saffireMobileSize.homepage .swiper-container {
  background: #FFF; }

.homepage .swiper-slide {
  /* Specify Slides's Size: */
  height: 399px;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  opacity: 0.3;
  text-align: center; }

.saffireMobileSize.homepage .swiper-slide-active {
  overflow: hidden; }

.homepage .currentSlideDescription,
.homepage .swiper-slide.swiper-slide-active {
  opacity: 1; }

.homepage .swiper-slide img {
  max-width: 100%;
  width: 100%;
  height: auto; }

.homepage .slideshowPlayPause {
  bottom: 0;
  height: 20px;
  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: 673px) {
  .homepage .slideshowControlsContainer {
    left: 10px;
    float: left; } }
@media screen and (max-width: 550px) {
  .slideshowControlsContainer {
    display: none; } }
.homepageSwiperSlider {
  position: relative; }

.saffireLargeSize .homepageSwiperSlider {
  margin-bottom: 66px;
  max-width: 673px;
  width: 100%; }
  @media screen and (max-width: 673px) {
    .saffireLargeSize .homepageSwiperSlider {
      height: 59.28678vw;
      margin-bottom: calc((59.28678vw * (100 * 0.01) + 54px) - 59.28678vw); } }

.saffireMobileSize.homepage .homepageSwiperSlider {
  margin-bottom: 17px; }

.homepage .sliderControlsContainer {
  position: relative;
  height: 0;
  top: 66px;
  width: 100%;
  z-index: 3;
  margin: 0;
  text-align: left;
  left: 5px;
  right: auto;
  width: 102px; }
  @media screen and (max-width: 673px) {
    .homepage .sliderControlsContainer {
      top: calc((59.28678vw * (100 * 0.01) + 54px) - 59.28678vw); } }

.homepage.saffireMobileSize .sliderControlsContainer {
  display: none; }

@media screen and (max-width: 450px) {
  .homepage.saffireMobileSize .sliderControlsContainer {
    display: none !important; } }
.swiper-container {
  width: 100%;
  max-width: 673px;
  height: 399px; }

.homepage.saffireLargeSize .swiper-container {
  border: none; }

.swiper-slide {
  /* Specify Slides's Size: */
  width: 100%;
  max-width: 673px;
  height: 399px;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

@media screen and (max-width: 673px) {
  .homepage .swiper-slide,
  .homepage .swiper-container {
    height: 59.28678vw !important; } }
@media screen and (max-width: 800px) {
  .homepage .slideshowSwiperButtonPrev {
    left: 1%;
    right: auto;
    top: auto;
    bottom: 52px; }

  .homepage .slideshowSwiperButtonNext {
    right: 1%;
    left: auto;
    top: auto;
    bottom: 52px; } }
/* EVENT SCHEDULE */
#eventScheduleWidget {
  background: url(images/jeans-bg.jpg) no-repeat center;
  display: inline-block;
  height: 447px;
  padding-top: 6px;
  position: relative;
  right: 0;
  width: 333px;
  z-index: 34; }

.eventScheduleWidgetItemImage {
  display: none; }

.eventScheduleWidgetTitle {
  color: #fff;
  font-family: "open_sansbold";
  font-size: 37px;
  text-transform: uppercase;
  line-height: normal;
  text-align: center;
  text-shadow: 1px 1px 3px #000; }

.eventScheduleWidgetItemDate {
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
  font-family: "open_sansregular";
  margin-bottom: 11px;
  clear: both; }

.eventScheduleWidgetItemText {
  float: left;
  position: relative;
  text-align: left;
  width: 100%;
  font-size: 14px;
  font-family: "open_sansregular"; }

.eventScheduleWidgetItemTitle {
  font-family: "Bitter-Regular-webfont";
  font-size: 14px;
  color: #fff; }

.eventScheduleWidgetItem {
  clear: both;
  color: #fff;
  padding-top: 4px;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.eventScheduleWidgetItem:hover {
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.6); }

.eventScheduleWidgetItem a {
  color: #fff; }

strong.customEventSliderMore {
  font-family: "open_sansbold";
  font-size: 14px;
  padding-left: 5px;
  font-weight: normal; }

.eventScheduleWidgetMultiPage .eventScheduleWidgetItemDescription,
.eventScheduleWidgetMultiPage .eventScheduleWidgetPage {
  display: block; }

.eventScheduleWidgetPage {
  display: block;
  width: 88%;
  padding-left: 7%;
  padding-right: 3%; }

.eventScheduleWidgetMultiPage .eventScheduleWidgetPage {
  max-height: 313px;
  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% + 18px + 55px);
  background: rgba(255, 255, 255, 0.2);
  display: block;
  min-width: 18px;
  height: 18px;
  text-align: center; }

#eventScheduleWidgetForward:hover {
  background: rgba(255, 255, 255, 0.2); }

#eventScheduleWidgetForward:after {
  color: #fff;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  line-height: 18px; }

#eventScheduleWidgetBack {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 6%;
  background: rgba(255, 255, 255, 0.2);
  display: block;
  min-width: 18px;
  height: 18px;
  text-align: center; }

#eventScheduleWidgetBack:hover {
  background: rgba(255, 255, 255, 0.2); }

#eventScheduleWidgetBack:after {
  color: #fff;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  line-height: 18px; }

#eventScheduleWidgetPaginationContainer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  height: 42px;
  color: #fff;
  text-align: center; }

#eventScheduleWidgetTextPagination {
  color: #fff;
  font-family: "open_sansbold";
  font-size: 12px;
  position: absolute;
  left: calc(7% + 18px);
  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; }

/********************************************************

MULTIPLE ITEMS ON A SLIDER WITH DESCRIPTION OVERLAYING THE BOTTOM OF THE IMAGE

*******************************************************/
/* MULTIFEATURE */
#multiFeature1Title {
  color: #fff;
  font-family: "open_sansbold";
  font-size: 46px;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1em;
  height: 49px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  background: transparent url("images/nav-bg.gif") repeat-x scroll 0 0;
  -webkit-transform: scaleX(0.8);
  -ms-transform: scaleX(0.8);
  transform: scaleX(0.8); }

#multiFeature1Title:before {
  background: transparent url("images/red-left.png") no-repeat scroll 0 0;
  content: "";
  display: block;
  height: 49px;
  position: absolute;
  right: 100%;
  top: 0;
  width: 27px; }

#multiFeature1Title:after {
  background: transparent url("images/red-right.png") no-repeat scroll 0 0;
  content: "";
  display: block;
  height: 49px;
  left: 100%;
  position: absolute;
  top: 0;
  width: 27px; }

.saffireMobileSize #multiFeature1Title {
  font-size: 22px; }

#multiFeature1:not(.multiFeatureWithMultiplePages) .multiFeatureContent {
  text-align: center; }

/* MULTIFEATURE */
#multiFeature1 {
  background: none;
  height: 279px;
  margin: 51px auto 0;
  padding: 0;
  float: none;
  display: block;
  top: 0;
  max-width: 100%;
  width: 1000px;
  clear: none; }

.saffireMobileSize #multiFeature1 {
  background-size: 629px auto; }

@media screen and (max-width: 1057px) {
  #multiFeature1 {
    max-width: calc(100% - 29px - 29px);
    left: 0; } }
#multiFeature1 .featureItem {
  background: url(images/multi-item-bg.png) no-repeat center;
  display: inline-block;
  height: 248px;
  margin: 0 2.5px 5px;
  padding: 0;
  position: relative;
  text-align: left;
  max-width: 100%;
  width: 232px; }

#multiFeature1 .featureItemImage img {
  display: inline-block;
  max-width: 219px;
  max-height: 162px; }

.multiFeatureArrow {
  display: block; }

#multiFeature1ArrowLeft {
  position: absolute;
  left: -29px;
  bottom: calc(129.5px - 19.5px);
  z-index: 11;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: url(images/multi-arrow-left.png) no-repeat;
  width: 19px;
  height: 39px; }

#multiFeature1ArrowRight {
  position: absolute;
  right: -29px;
  bottom: calc(129.5px - 19.5px);
  z-index: 11;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: url(images/multi-arrow-right.png) no-repeat;
  width: 19px;
  height: 39px; }

@media screen and (max-width: 1057px) {
  #multiFeature1ArrowLeft {
    left: -26px; }

  #multiFeature1ArrowRight {
    right: -26px; } }
/* @media screen and (max-width: 1065px){
    #multiFeature1ArrowRight {
        right: 10px;
    }
    #multiFeature1ArrowLeft {
        left: 10px;
    }
} */
#multiFeature1 .featureItemTitle {
  height: 73px;
  background: none;
  display: block;
  color: #fff;
  font-family: "Bitter-Regular-webfont";
  font-size: 14px;
  line-height: 22px;
  height: 73px;
  margin: 0;
  padding: 0 3%;
  width: 94%;
  text-align: center; }

/* .saffireMobileSize #multiFeature1 .featureItemTitle {
    max-width: calc(100vw - 206px);
} */
#multiFeature1 .featureItemTitle,
#multiFeature1 .featureItemTitle a {
  /* white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
  color: #fff;
  height: 100%;
  display: block; }

/* .saffireMobileSize #multiFeature1 .featureItemTitle {
    font-size: 16px;
} */
#multiFeature1 .featureItemDescriptionContainer {
  background: transparent;
  bottom: 0;
  display: block;
  height: 73px;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  transition: all 0.2s ease 0s;
  width: 219px !important;
  overflow: hidden; }
  #multiFeature1 .featureItemDescriptionContainer .featureItemDescription {
    opacity: 0;
    transition: all 0.6s ease 0s; }

#multiFeature1 .featureItem:hover .featureItemDescriptionContainer {
  height: 162px;
  max-height: 162px;
  bottom: 81px; }
  #multiFeature1 .featureItem:hover .featureItemDescriptionContainer .featureItemDescription {
    opacity: 1; }

#multiFeature1 .featureItemImage::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s; }

#multiFeature1 .featureItem:hover .featureItemImage::after {
  background: rgba(0, 0, 0, 0.65); }

#multiFeature1 .featureItem:hover .featureItemTitle {
  height: 44px; }

/*
.saffireMobileSize #multiFeature1 .featureItemDescriptionContainer {
    max-width: calc(100% - 206px);
} */
#multiFeature1 #multiFeature1TextPaginationContainer {
  display: none !important; }

#multiFeature1 .multiFeatureWithTextPaginationPagination {
  float: left;
  font-family: "open_sansbold";
  font-size: 12px;
  color: #fff; }

#multiFeature1 #multiFeature1WithTextPaginationArrowRight:after {
  content: ">>"; }

#multiFeature1 #multiFeature1WithTextPaginationArrowLeft:after {
  content: true; }

#multiFeature1 #multiFeature1TextPaginationContainer {
  bottom: 10px;
  left: 254.5px;
  position: absolute;
  z-index: 22; }

.saffireMobileSize #multiFeature1 #multiFeature1TextPaginationContainer {
  left: 10px; }

#multiFeature1 a.multiFeatureWithTextPaginationArrow {
  display: block;
  float: left;
  margin: 0 0 0 12px;
  text-decoration: none;
  color: #424da0;
  font-family: 'open_sansbold';
  font-size: 12px;
  min-width: 15px;
  min-height: 15px;
  text-decoration: none;
  background: #ffcc00;
  padding: 0px 6px 2px;
  border-radius: 3px; }

#multiFeature1 .featureItemDescription {
  max-height: 0;
  padding: 0 3%;
  line-height: normal;
  text-align: center; }

#multiFeature1 .featureItemDescription,
#multiFeature1 .featureItemDescription a {
  color: #fff;
  max-width: calc(100vw - $calculateLeftDistance); }

/*
#multiFeature1 .saffireMobileSize .featureItemDescription,
#multiFeature1 .saffireMobileSize .featureItemDescription a {
    max-width: calc(100vw - 206px);
} */
#multiFeature1 .featureItemDescription a {
  float: none;
  clear: left;
  margin-bottom: 4px;
  margin-top: 0;
  width: 100%;
  text-align: center;
  min-height: 200px; }

#multiFeature1 .featureItemBuyNow {
  display: block;
  padding: 5px 8px;
  min-height: 0 !important;
  border-radius: 3px;
  background-color: #ffcf00;
  color: #975600 !important;
  width: 60px !important;
  font-family: 'open_sansbold';
  margin: 10px auto; }

#multiFeature1 .featureItemDescription a.button {
  clear: both;
  float: none;
  display: inline-block;
  margin: 3px 9px 0; }

#multiFeature1 .featureItemDescription > a:not(.button) {
  overflow: hidden; }

/*.featureItem:hover .featureItemDescription {
    max-height: 1px;
    padding: 0px;
}*/
/* global css */
#multiFeature1.multiFeature {
  position: relative;
  /* can be set to absolute or fixed on a theme level, must not be static */ }

#multiFeature1 .multiFeatureContent {
  overflow: hidden;
  max-height: 100%;
  position: absolute;
  max-width: 969px;
  height: 259px;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  z-index: 10; }

#multiFeature1.multiFeatureWithMultiplePages .multiFeatureContent {
  left: 0; }

#multiFeature1 .multiFeatureItemPanel {
  float: left; }

#multiFeature1 .featureItemImage {
  width: 219px;
  height: 162px;
  background: #000;
  margin: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

#multiFeature1.multiFeatureWithMultiplePages .multiFeatureItemPanel {
  top: 0;
  position: absolute;
  width: 100%;
  text-align: center; }

#multiFeature1.multiFeatureWithMultiplePages .multiFeatureContent {
  overflow: hidden; }

@media screen and (max-width: 1043px) {
  #multiFeature1 {
    margin: 14px auto 20px;
    float: none;
    right: 0;
    display: block; } }
/* SPONSORS */
#sponsorWidgetContainer {
  width: 1000px;
  height: 239px;
  background: transparent;
  max-width: 100%;
  right: auto;
  position: relative !important;
  margin: 0 auto;
  padding: 0;
  overflow: hidden; }

#majorSponsor {
  top: 0;
  left: 3px;
  width: 170px; }

#majorSponsorImageContainer {
  background: #fff;
  height: 115px;
  padding: 0 39px 0 6px;
  left: 0;
  top: 0;
  border-radius: 0;
  width: 170px; }

#majorSponsorImageContainer a {
  width: 100%; }

.majorSponsorImage {
  width: 100%;
  display: block; }

#sponsorLogoSection {
  height: 115px;
  width: auto;
  max-width: 921px;
  background: #FFF;
  position: absolute;
  bottom: 36px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0;
  box-shadow: 4px 4px 7px #000;
  border-top: 8px solid #FFF;
  border-bottom: 8px solid #FFF;
  overflow: hidden; }

.sponsorCarouselImage {
  background: #fff;
  float: left;
  height: 92px;
  text-align: center;
  max-width: 170px;
  width: 170px;
  display: inline-block;
  border-radius: 0;
  box-shadow: none; }

.sponsorCarouselImage img {
  max-width: 153px !important;
  max-height: 83px !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: 92px; }

.sponsorCarouselContainer {
  width: 886px;
  height: 115px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

#sponsorArrowRight span {
  border: none;
  width: 19px;
  height: 39px;
  background: url(images/sponsorArrow-right.png) no-repeat center center; }

#sponsorArrowLeft span {
  border: none;
  width: 19px;
  height: 39px;
  background: url(images/sponsorArrow-left.png) no-repeat center center; }

.majorSponsorImage img {
  max-width: 90%;
  max-height: 90%; }

#sponsorArrowLeft {
  left: 0;
  bottom: 76px; }

.sponsorWidgetContainerMajorSponsor #sponsorArrowLeft {
  left: 203px; }

#sponsorArrowRight {
  bottom: 76px;
  right: 0; }

@media screen and (max-width: 980px) {
  #sponsorArrowLeft,
  #sponsorArrowRight {
    display: none !important; }

  .sponsorCarouselContainer {
    left: auto;
    right: auto; }

  #majorSponsorImageContainer {
    padding-right: 6px; } }
#sponsorsTitleContainer {
  top: 45px;
  z-index: 2;
  width: 100%;
  text-align: center; }

#sponsorsTitleContainer .homepageh1 {
  margin: 0;
  text-transform: none;
  font-family: "dirtyheadline-webfont";
  color: #fff;
  text-shadow: none;
  font-size: 30px; }

#majorSponsorTitleContainer {
  left: 15px;
  top: 10px; }

#majorSponsorTitleContainer .homepageh1 {
  margin: 0;
  display: none; }

.sponsorWidgetContainerMajorSponsor #majorSponsorTitleContainer {
  z-index: 5; }

@media screen and (max-width: 1023px) {
  #sponsorWidgetContainer {
    float: none;
    margin: 0 auto; } }
.saffireLargeSize #weatherBugWidget {
  float: right;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }
.saffireLargeSize .quickLinks ul li,
.saffireLargeSize .nav .groups .group a {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }
.saffireLargeSize .homepageSwiperSlider {
  display: inline-block;
  float: left; }
.saffireLargeSize.homepage .content {
  max-width: 100%; }
.saffireLargeSize #eventScheduleWidget {
  margin-left: 6px; }
.saffireLargeSize .content-row.main {
  max-width: 1024px;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  margin: 0 auto 50px;
  padding: 12px 0px 4px 12px; }
.saffireLargeSize .footer {
  background-size: cover; }

.saffireMobileSize .datePast .countdownDays {
  font-size: 18px; }
.saffireMobileSize.siteInfoBannerOn .header {
  height: 105px; }
.saffireMobileSize #eventScheduleWidget {
  display: block; }
.saffireMobileSize #customLogo {
  height: 93px; }
.saffireMobileSize .content-row.main {
  background: transparent; }

body {
  background-size: cover; }
  body.generalMessageOn {
    background: #31A8FA url("images/bg.jpg") center 39px fixed no-repeat;
    background-size: cover; }

.homepage .content {
  max-width: 100%; }

#siteInfoBannerWidget #eventDates {
  text-transform: uppercase; }

.eventScheduleWidgetTitle {
  background: url(images/schedule-title.png) no-repeat center;
  width: 333px;
  height: 100px; }

.eventScheduleWidgetItemDate {
  font-size: 10px; }

#eventScheduleWidgetForward:after,
#eventScheduleWidgetBack:after {
  font-family: 'FontAwesome';
  font-size: 15px;
  line-height: 18px; }

.content-row {
  background: url(images/sponsor-bg.jpg) no-repeat center;
  background-size: cover; }
  .content-row.multi {
    background: rgba(0, 0, 0, 0.7);
    margin-bottom: 59px; }

#multiFeature1Title {
  display: none; }

#multiFeature1 .featureItemImage {
  top: 5px; }

.custom-footer-logo {
  width: 100%;
  max-width: 485px;
  height: 115px;
  padding-top: 31px;
  margin: 0 auto;
  background: url(images/footer-logo.png) no-repeat center;
  background-size: contain; }

.footer-address {
  text-transform: uppercase;
  font-size: 16px; }

ul.footerItems1 {
  font-family: 'open_sansbold';
  text-transform: uppercase;
  margin-top: 20px; }

@media screen and (max-width: 1082px) {
  #customLogo {
    left: -3px; } }
@media screen and (max-width: 1023px) {
  .saffireLargeSize .homepageSwiperSlider,
  .saffireLargeSize #eventScheduleWidget {
    display: block;
    float: none;
    margin: 0 auto; }
  .saffireLargeSize #eventScheduleWidget {
    margin: 110px auto 20px; } }

/*# sourceMappingURL=theme.css.map */
