@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: 'montserrat-bold-webfont';
  src: url('fonts/montserrat-bold-webfont.eot');
  src: url('fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat-bold-webfont.woff') format('woff'), url('fonts/montserrat-bold-webfont.ttf') format('truetype'), url('fonts/montserrat-bold-webfont.svg#montserrat-bold-webfont') format('svg');
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'bebasneue_regular-webfont';
  src: url('fonts/bebasneue_regular-webfont.eot');
  src: url('fonts/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/bebasneue_regular-webfont.woff') format('woff'), url('fonts/bebasneue_regular-webfont.ttf') format('truetype'), url('fonts/bebasneue_regular-webfont.svg#bebasneue_regular-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: 'bebasneue_book-webfont';
  src: url('fonts/bebasneue_book-webfont.eot');
  src: url('fonts/bebasneue_book-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/bebasneue_book-webfont.woff') format('woff'), url('fonts/bebasneue_book-webfont.ttf') format('truetype'), url('fonts/bebasneue_book-webfont.svg#bebasneue_book-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: 'bebasneue_bold-webfont';
  src: url('fonts/bebasneue_bold-webfont.eot');
  src: url('fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/bebasneue_bold-webfont.woff') format('woff'), url('fonts/bebasneue_bold-webfont.ttf') format('truetype'), url('fonts/bebasneue_bold-webfont.svg#bebasneue_bold-webfont') format('svg');
  font-weight: normal;
  font-style: normal; }
/************************* BODY/CONTAINER ********************/
body {
  /* |%  need to set body background and default font options */
  color: #313131;
  background: #ccc9c1 url("images/bg2.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 15px 15px 15px;
  position: relative;
  margin: 19px 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: 18px;
  line-height: 1.75em;
  text-transform: uppercase;
  border-radius: 2px;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "bebasneue_regular-webfont"; }

.inputFieldSubmit {
  border-radius: 0 2px 2px 0 !important; }

a.button,
.button,
.buttonSmall {
  background: #f69e34;
  background: -webkit-linear-gradient(-90deg, #f69e34);
  background: linear-gradient(180deg, #f69e34);
  color: #fff !important; }

a.button:hover,
.button:hover,
.buttonSmall:hover {
  background: #e3800a;
  color: #fff !important; }

a.updateButton.buttonSmall,
a.removeButton.buttonSmall,
a.cartMenuRemoveButton.button.buttonSmall {
  font-size: 0.9em; }

/***************** CONTAINERS **************************/
.subContainer,
.sidepic {
  background: #faa41a;
  color: #333;
  -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: #333; }

.subContainer .error {
  color: #055be5; }

.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: #333; }

.orderhistory {
  background: #003B6A; }

.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: #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: #333; }

.tab,
.tabOn {
  font-size: 12px;
  line-height: 1.2em;
  font-family: "open_sansregular"; }

.homepageTabs ul.menu a {
  font-family: "open_sansregular";
  font-size: 11px; }

.homepageTabs > li > a,
.tabs > ul > li > a {
  float: left;
  display: block;
  padding: 5px 12px;
  height: 17px;
  margin: 6px 0 0;
  border-radius: 0;
  white-space: nowrap; }

.homepageTabs a,
.tabs a {
  color: #333; }

/******************************* TOP/GLOBAL ITEMS ************************************/
.generalmessage {
  /* |%  set font-family, background color, color, etc. */
  background: #faa41a;
  -webkit-box-shadow: 0 -3px 5px #666 inset;
  -moz-box-shadow: 0 -3px 5px #666 inset;
  box-shadow: 0 -3px 5px #666 inset;
  color: #333;
  font-size: 14px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 8px;
  font-family: "open_sansbold"; }

.generalmessage a {
  color: #333; }

.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: #d4d4d4; }

.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/FooterBG.jpg") repeat #0F4A6D center bottom;
  height: 322px; }

.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; }

/******************************************************
*                                                     *
*                                                     *
*    DO NOT CHANGE ITEMS BELOW THIS SECTION!!!!       *
*                                                     *
*                                                     *
******************************************************/
.header a.button {
  color: #fff !important;
  background: #ff9b3e;
  font-family: "bebasneue_bold-webfont";
  font-size: 14px;
  padding: 0 8px 1px; }

.header a.button:hover {
  background: #ff7b01; }

.saffireLargeSize .header .searchBoxSubmit a.button {
  text-indent: -999px;
  width: 1.4em;
  position: relative;
  overflow: hidden;
  font-family: "FontAwesome";
  display: inline-block; }

.saffireLargeSize .header .searchBoxSubmit a.button:before {
  content: "\f002";
  text-indent: 0;
  font-size: 1em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto; }

.header input.textbox {
  min-height: calc(14px * 1.2); }

.header {
  /* |%  need to set height and width if not 100% */
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 120px;
  background: url(images/header-bg.gif) repeat-x center top; }

@media screen and (max-width: 800px) {
  /* prevents crazyshifty stuff before js loads */
  .header {
    opacity: 0; }

  .pageIsLoaded .header {
    opacity: 1; } }
.saffireMobileSize .header {
  height: 102px; }

.headerInnerContent {
  display: block;
  margin: 0 auto;
  position: relative; }

.saffireLargeSize .headerInnerContent {
  height: 120px;
  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: 80px;
  position: absolute;
  left: -15px;
  right: auto;
  top: 0;
  bottom: auto;
  width: 308px;
  background-size: contain; }
  @media screen and (max-width: 1024px) {
    #customLogo {
      width: 256px;
      top: 5px; } }

@media screen and (max-width: 1030px) {
  .saffireLargeSize #customLogo {
    left: 0; } }

.saffireMobileSize #customLogo {
  width: 104px;
  top: 0; }

/* MAIN NAVIGATION */
.saffireLargeSize .nav {
  height: 41px;
  padding: 0;
  background: none;
  clear: both;
  width: 100%;
  z-index: 5002 !important;
  position: absolute;
  right: 76px;
  left: auto;
  top: 38px;
  bottom: auto; }

.saffireLargeSize .nav:hover {
  z-index: 5002 !important; }

.saffireLargeSize .nav .groups {
  position: absolute;
  height: 41px;
  max-height: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0; }

.saffireLargeSize .nav .groups .group {
  margin: 0 0 0 0;
  padding: 4px 9px 5px; }

.saffireLargeSize .nav .groups .group a,
.saffireLargeSize .navDummyLink {
  font-size: 24px;
  font-family: "bebasneue_regular-webfont";
  line-height: normal;
  color: #fff; }

@media screen and (max-width: 1000px) {
  .saffireLargeSize .nav .groups .group a,
  .saffireLargeSize .navDummyLink {
    font-size: 19.2px; } }
.saffireLargeSize .nav .groups .group a:hover,
.saffireLargeSize .nav .groups .group:hover a,
.saffireLargeSize .nav .groups .group:hover {
  color: #0F4A6D; }

/* MAIN NAVIGATION DROP-DOWN MENUS */
.saffireLargeSize .nav .items,
.saffireLargeSize .nav .subitems {
  /* |%  nav dropdown colors */
  background: #FA9723;
  padding-top: 0;
  padding-bottom: 0;
  color: #0F4A6D; }

.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: #0F4A6D;
  font: 12px "open_sansregular", Arial, Helvetica, sans-serif; }

.saffireLargeSize .nav .items .item a:hover {
  color: #166fa3;
  background: #db7805; }

.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: 0;
  left: auto;
  top: 8px;
  bottom: auto;
  float: right;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center; }

.saffireLargeSize .quickLinks ul li > a:hover,
.saffireLargeSize .quickLinks ul li.standardLoginStatus a:hover,
.saffireLargeSize .quickLinks ul li.standardMyAccount a:hover,
.saffireLargeSize a.cartMenuLink:hover {
  /* |%  hover color for quick links */
  color: #e0e0e0; }

.saffireLargeSize .quickLinks,
.saffireLargeSize .quickLinks ul li,
.saffireLargeSize .quickLinks ul li > a,
.saffireLargeSize .quickLinks ul li.standardLoginStatus a,
.saffireLargeSize .quickLinks ul li.standardMyAccount a,
.saffireLargeSize a.cartMenuLink {
  font-size: 11px;
  line-height: normal;
  color: #fff;
  font-family: "OpenSans-Regular-webfont"; }

.saffireLargeSize .quickLinks ul li > a.ticket,
.saffireLargeSize .ticket,
.saffireLargeSize .ticket:hover {
  display: inline-block;
  position: absolute;
  right: 0;
  left: auto;
  top: 10px;
  bottom: auto;
  color: #fff;
  padding-left: 0;
  font-family: "OpenSans-Bold-webfont";
  font-size: 2em;
  text-decoration: none;
  text-transform: uppercase;
  background: url(images/tickets.png) no-repeat 0 0;
  width: 152px;
  height: 53px;
  text-indent: -999px;
  overflow: hidden; }

.saffireLargeSize .ticket:hover {
  background: url(images/tickets.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: #ff9b3e;
  color: #fff;
  font-family: "bebasneue_regular-webfont";
  font-size: 21.6px;
  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 {
  font-family: "open_sansregular";
  font-size: 12px;
  text-transform: none;
  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; }

.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; }

.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: 0 !important; }

.saffireLargeSize .header .emailSignup:hover .emailInputSubmit a {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.saffireLargeSize .header .emailSignup .emailInputSubmit a {
  background: url(images/email-bg.png) no-repeat;
  text-indent: 200%;
  overflow: hidden;
  width: 53px;
  height: 50px;
  white-space: nowrap;
  padding: 0; }

.saffireLargeSize .header .emailSignup .emailInputField input {
  height: 48px; }

.searchBox input,
.emailSignup .textbox {
  border-radius: 0 0 0 0;
  top: 0;
  border-right: none; }

.saffireLargeSize .header .searchBox {
  position: relative;
  float: right;
  z-index: 5003;
  margin-left: 10px;
  margin-top: 8px;
  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; }

.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: 0 !important; }

.saffireLargeSize .header .searchBox:hover .searchBoxSubmit a {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.saffireLargeSize .header .searchBox .searchBoxSubmit a {
  background: url(images/search-bg.png) no-repeat;
  text-indent: 200%;
  overflow: hidden;
  width: 53px;
  height: 50px;
  white-space: nowrap;
  padding: 0; }

.saffireLargeSize .header .searchBox .searchBoxInput input {
  height: 48px; }

.saffireLargeSize .header .searchBoxSubmit a.button::before {
  display: none; }

/* WEATHER BUG */
#weatherBugWidget {
  color: #253f80;
  white-space: nowrap;
  position: relative;
  left: 0;
  right: auto;
  top: -4px;
  bottom: auto;
  visibility: hidden;
  font-family: 'OpenSans-Bold-webfont';
  font-size: 11px; }

.saffireMobileSize #weatherBugWidget {
  display: none !important; }

#weatherBugText {
  display: none; }

#weatherBugImage {
  top: 3px; }

#weatherBugShortDescription {
  display: inline; }

/* ADVANCED SLIDESHOW */
.homepage .slideshowSwiperDescription {
  display: none; }

.homepage .slideshowSwiperDescription.currentSlideDescription {
  display: inline-block; }

.homepage .currentSlideDescription {
  opacity: 0;
  font-family: "Bitter-Regular-webfont";
  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: 1000px) {
    .homepage .currentSlideDescription {
      padding-top: 1em;
      padding-left: 2%;
      padding-right: 2%; } }

.homepage.saffireLargeSize .slideshowSwiperDescription {
  padding: 0 0 0 0;
  max-width: 1000px;
  width: calc(100% - 0 - 0); }

#newSliderDescriptionContainer {
  background: transparent; }

.saffireLargeSize #newSliderDescriptionContainer {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 103%;
  bottom: auto;
  width: 1000px;
  max-width: 100%;
  height: 92px;
  z-index: 2; }

.saffireMobileSize #newSliderDescriptionContainer {
  top: 100%;
  z-index: 2;
  position: relative;
  height: 111px;
  background: transparent; }

.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: 1530px) {
  .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;
  background: url("images/slideshow-left.png") no-repeat left center;
  width: 40px;
  height: 357px;
  cursor: pointer;
  position: absolute;
  top: 23px;
  right: 0;
  left: -1070px;
  margin: auto;
  z-index: 4;
  transition: all 0.3s ease; }
  @media screen and (max-width: 1110px) {
    .homepage .slideshowSwiperButtonPrev {
      left: 0;
      right: auto;
      top: 10.2678571429vw; } }

@media screen and (min-width: 1110px) {
  .homepage .slideshowSwiperButtonPrev:hover {
    left: -1080px; } }

.homepage .slideshowSwiperButtonNext {
  display: block;
  background: url("images/slideshow-right.png") no-repeat right center;
  width: 40px;
  height: 357px;
  cursor: pointer;
  position: absolute;
  top: 23px;
  left: 0;
  right: -1070px;
  margin: auto;
  z-index: 4;
  transition: all 0.3s ease; }
  @media screen and (max-width: 1110px) {
    .homepage .slideshowSwiperButtonNext {
      right: 0;
      left: auto;
      top: 10.2678571429vw; } }

@media screen and (min-width: 1530px) {
  .homepage .slideshowSwiperButtonNext:hover {
    right: -1080px; } }

.homepage .swiper-container:hover .slideshowSwiperDescription {
  max-height: 625px; }

.homepage .sliderTextDescription {
  color: #3b3932;
  display: block;
  padding-bottom: 1em;
  line-height: 1.2em; }

.homepage.saffireLargeSize .sliderButtonContainer {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 100%;
  bottom: auto;
  text-align: right;
  width: 100%;
  z-index: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.saffireMobileSize.homepage .sliderButtonContainer {
  bottom: 102%;
  right: 0;
  top: auto;
  position: absolute;
  left: 0;
  margin: auto;
  width: 100%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.homepage.saffireLargeSize .currentSlideDescription .sliderButtonContainer {
  z-index: 300;
  width: 131px; }

.homepage .sliderButtonContainer a.button {
  display: inline-block;
  font-family: "bebasneue_regular-webfont";
  font-size: 18px;
  color: #fff !important;
  background: #f69e34;
  background: -webkit-linear-gradient(-90deg, #f69e34);
  background: linear-gradient(180deg, #f69e34);
  padding: 2px 9px;
  white-space: nowrap; }

.homepage .sliderButtonContainer a.button:hover {
  background: #e3800a; }

.homepage .slideshowSwiperPagination {
  display: inline-block; }

.homepage .sliderPlayPauseButtons {
  display: none; }

.homepage .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  margin-right: 6px;
  position: relative;
  top: 0; }

.homepage .swiper-pagination-bullet-active {
  background: #fa9723; }

.homepage .sliderPlayPause {
  display: inline-block;
  cursor: pointer;
  width: 14px;
  height: 14px;
  font-size: 0;
  color: #fff; }

.homepage .sliderPlayPause:before {
  content: '\25B6'; }

.homepage .sliderPlayPause.playing:before {
  content: '\275A \275A'; }

.homepage .sliderTitle {
  color: #3b3932;
  font-family: "montserrat-bold-webfont";
  font-size: 40px;
  text-transform: uppercase;
  line-height: normal;
  overflow: hidden;
  height: 44px;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative; }

.homepage.saffireMobileSize .sliderTitle {
  font-size: 32px;
  padding: 0;
  height: auto; }

.homepage a.button.sliderMoreButton,
.homepage a.button.sliderWidgetPurchaseLink {
                                             /* 
	margin-left: 10px;
    margin-bottom: 7px; */
  font-size: 18px; }

.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;
  width: 100%;
  height: 625px;
  max-width: 100%; }

.saffireMobileSize.homepage .swiper-container {
  background: #FFF; }

.homepage.saffireLargeSize .content {
  max-width: 100%; }

.homepageContent {
  max-width: 1000px;
  margin: 0 auto; }

.homepage .swiper-slide {
  /* Specify Slides's Size: */
  height: 625px;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  opacity: 0.3;
  text-align: center; }

.saffireMobileSize.homepage .swiper-slide-active {
  overflow: hidden; }

.homepage .currentSlideDescription,
.homepage .swiper-slide.swiper-slide-active {
  opacity: 1; }

.homepage .swiper-slide img {
  max-width: 100%;
  width: 100%;
  height: auto; }

@media screen and (min-width: 1000px) {
  		/* .homepage .swiper-slide img {
  			-webkit-transform: translateY(50%);
  			-ms-transform: translateY(50%);
          	transform: translateY(50%);
          	margin-top: -50%;
  		} */ }
.homepage .slideshowPlayPause {
  bottom: 0;
  height: 5;
  left: 100%;
  margin: auto;
  position: absolute;
  top: 0; }

.homepage .slideshowControlsContainer {
  position: relative;
  z-index: 3;
  clear: both;
  float: left; }

.homepage .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

@media screen and (max-width: 1400px) {
  .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%;
  z-index: 3;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 99%;
  bottom: auto;
  text-align: left;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 114px;
    /*@media screen and (max-width: 1400px){ 
    	@if $regardMargins {
    		@if (($slideshowHeight + $slideshowDescriptionHeight) - ($slideshowHeight - ($slideshowHeight * (strip-unit(nth($slideshowDescriptionPOSITION, 3))) * 0.01)) > $slideshowHeight){
	    		top: calc((44.6428571429vw * (103 * 0.01) + 92px) - 44.6428571429vw);
	    	}
    	}
    }*/ }

.homepage.saffireMobileSize .sliderControlsContainer {
  display: none; }

@media screen and (max-width: 450px) {
  .homepage.saffireMobileSize .sliderControlsContainer {
    display: none !important; } }
.swiper-container {
  width: 100%;
  max-width: 1400px;
  height: 625px; }

.homepage.saffireLargeSize .swiper-container {
  border: none; }

.swiper-slide {
  /* Specify Slides's Size: */
  width: 100%;
  max-width: 1400px;
  height: 625px;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

@media screen and (max-width: 1400px) {
  .homepage .swiper-slide,
  .homepage .swiper-container {
    height: 44.6428571429vw !important; } }
@media screen and (max-width: 1530px) {
  .homepage .slideshowSwiperButtonPrev {
    left: 1%;
    right: auto; }

  .homepage .slideshowSwiperButtonNext {
    right: 1%;
    left: auto; } }
/* EVENT SCHEDULE */
#eventScheduleWidgetWrapper {
  max-width: 100%;
  width: 630px;
  overflow: hidden; }

#eventScheduleWidget {
  background: rgba(15, 74, 109, 0.6);
  display: inline-block;
  height: 384px;
  padding-top: 10px;
  position: relative;
  right: 0;
  min-width: 630px;
  width: 630px;
  z-index: 34; }

.eventScheduleWidgetItemImage {
  padding: 0 30px 20px 0;
  float: left;
  width: 75px;
  height: 60px;
  text-align: center; }

.eventScheduleWidgetItemImage img {
  max-width: 75px;
  max-height: 60px; }

.eventScheduleDummyImageLink {
  background: url(images/flag2.jpg) no-repeat;
  background-size: contain;
  display: block;
  width: 75px;
  height: 60px; }

.eventScheduleWidgetTitle {
  color: #fff;
  font-family: "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 {
  float: left;
  width: calc(100% - 75px - 30px);
  text-align: left;
  position: relative;
  font-family: "open_sansregular";
  margin-bottom: 15px; }

.eventScheduleWidgetItemText {
  float: left;
  position: relative;
  text-align: left;
  width: calc(100% - 75px - 30px);
  font-size: 16px;
  font-family: "open_sansregular"; }

.eventScheduleWidgetItemDate a:after {
  display: inline-block;
  content: "MORE >";
  padding-left: 1.2em;
  text-decoration: underline; }

.eventScheduleWidgetItemTitle {
  font-family: "Bitter-Regular-webfont";
  font-size: 18px;
  color: #fff; }

.eventScheduleWidgetItem {
  clear: both;
  color: #fff;
  padding-top: 4px;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: calc(100vw - 32px - 32px); }

.eventScheduleWidgetItem:hover {
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.6); }

.eventScheduleWidgetItem a {
  color: #fff; }

strong.customEventSliderMore {
  font-family: "bebasneue_regular-webfont";
  font-size: 18px;
  padding-left: 5px;
  font-weight: normal; }

.eventScheduleWidgetItemDescription,
.eventScheduleWidgetItemDescription a {
  font-size: 16px;
  font-family: "open_sansregular";
  color: #fff;
  display: none !important; }

.eventScheduleWidgetMultiPage .eventScheduleWidgetItemDescription,
.eventScheduleWidgetMultiPage .eventScheduleWidgetPage {
  display: block; }

.eventScheduleWidgetPage {
  display: block;
  width: 554px;
  padding-left: 32px;
  padding-right: 32px; }

.eventScheduleWidgetMultiPage .eventScheduleWidgetPage {
  max-height: 338px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute; }

.eventScheduleWidgetMultiPage {
  overflow: hidden; }

.eventScheduleWidgetPage1 {
  display: block; }

#eventScheduleWidgetForward {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: calc(7% + 8px + 55px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(11px / 2) 0 calc(11px / 2) 8px;
  border-color: transparent transparent transparent #fff; }

#eventScheduleWidgetBack {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 7%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(11px / 2) 8px calc(11px / 2) 0;
  border-color: transparent #fff transparent transparent; }

#eventScheduleWidgetPaginationContainer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  height: 42px;
  color: #fff;
  text-align: center;
  display: none; }

#eventScheduleWidgetTextPagination {
  color: #fff;
  font-family: "open_sansbold";
  font-size: 12px;
  position: absolute;
  left: calc(7% + 8px);
  width: 55px;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 1.3em; }

@media screen and (max-width: 1085px) {
  #eventScheduleWidgetContainer {
    margin-top: 3em;
    position: relative; } }
.saffireMobileSize #eventScheduleWidgetContainer {
  margin-top: 5px; }

.saffireMobileSize #eventScheduleWidget {
  margin: 0 auto;
  left: 0;
  right: 0;
  display: block; }

.eventScheduleMoreButtonContainer {
  position: absolute;
  left: 136px;
  right: auto;
  top: 92%;
  bottom: auto; }

.eventScheduleMoreButtonContainer a {
  color: #fff;
  font-size: 14px;
  font-family: "OpenSans-Bold-webfont"; }

.eventScheduleMoreButtonContainer a:before {
  content: "All Events >>"; }

/********************************************************

MULTIPLE ITEMS ON A SLIDER WITH DESCRIPTION OVERLAYING THE BOTTOM OF THE IMAGE 

*******************************************************/
/* MULTIFEATURE */
#multiFeature1Title {
  color: #fff;
  font-family: "bebasneue_book-webfont";
  font-size: 65px;
  margin: auto;
  line-height: 1em;
  height: 49px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 0px;
  bottom: auto;
  text-transform: uppercase;
  text-align: center; }

.saffireMobileSize #multiFeature1Title {
  font-size: 52px; }

#multiFeature1:not(.multiFeatureWithMultiplePages) .multiFeatureContent {
  text-align: center; }

/* MULTIFEATURE */
#multiFeature1 {
  background: none;
  height: 450px;
  margin: 160px auto 0;
  padding: 76px 0 0;
  float: none;
  display: block;
  top: 0;
  max-width: 100%;
  width: 1380px;
  clear: none; }

.saffireMobileSize #multiFeature1 {
  background-size: 629px auto; }

@media screen and (max-width: 1446px) {
  #multiFeature1 {
    max-width: calc(100% - 33px - 33px);
    left: 0; } }
#multiFeature1 .featureItem {
  background: none;
  display: inline-block;
  height: 275px;
  margin: 0 10px 20px;
  padding: 0;
  position: relative;
  text-align: left;
  max-width: 100%;
  width: 275px; }

#multiFeature1 .featureItem:first-child {
  margin-left: 0; }

#multiFeature1 .featureItem:last-child {
  margin-right: 0; }

#multiFeature1 .featureItemImage img {
  display: inline-block;
  max-width: 275px;
  max-height: 275px; }

.multiFeatureArrow {
  display: block; }

#multiFeature1ArrowLeft {
  position: absolute;
  left: -33px;
  bottom: calc(225px - 11px);
  z-index: 11;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: url(images/multi-left.png) no-repeat;
  width: 22px;
  height: 22px; }

#multiFeature1ArrowRight {
  position: absolute;
  right: -33px;
  bottom: calc(225px - 11px);
  z-index: 11;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: url(images/multi-right.png) no-repeat;
  width: 22px;
  height: 22px; }

@media screen and (max-width: 1446px) {
  #multiFeature1ArrowLeft {
    left: -30px; }

  #multiFeature1ArrowRight {
    right: -30px; } }
#multiFeature1 .featureItemTitle {
  height: 59px;
  background: none;
  display: block;
  color: #fff;
  font-family: "montserrat-bold-webfont";
  font-size: 34px;
  line-height: 1.2em;
  padding: 0 3%;
  transition: all 0.4s ease;
  margin: 0;
  width: 94%;
  text-align: center; }

#multiFeature1 .featureItemTitle,
#multiFeature1 .featureItemTitle a {
  color: #fff; }

#multiFeature1 .featureItemDescriptionContainer {
  background: none;
  display: block;
  max-height: 59px;
  margin: auto;
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 0;
  bottom: 0;
  margin-top: auto !important;
  margin-bottom: auto !important;
  transition: all 0.3s ease 0s;
  width: 275px !important;
  overflow: hidden; }

#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: 0px;
  left: 295px;
  position: absolute;
  z-index: 22; }

.saffireMobileSize #multiFeature1 #multiFeature1TextPaginationContainer {
  left: 10px; }

#multiFeature1 a.multiFeatureWithTextPaginationArrow {
  display: block;
  float: left;
  margin: 0 0 0 12px;
  text-decoration: none;
  color: #424da0;
  font-family: 'open_sansbold';
  font-size: 12px;
  min-width: 15px;
  min-height: 15px;
  text-decoration: none;
  background: #ffcc00;
  padding: 0px 6px 2px;
  border-radius: 3px; }

#multiFeature1 .featureItemDescription {
  padding: 0 3%;
  line-height: normal;
  transition: all 0.4s ease;
  text-align: center; }

#multiFeature1 .featureItemDescription,
#multiFeature1 .featureItemDescription a {
  color: #fff;
  max-width: calc(100vw - $calculateLeftDistance); }

#multiFeature1 .featureItemDescription a {
  /* float: left;
  clear: left;
  margin-bottom: 4px;
  margin-top: 8px; */ }

#multiFeature1 .featureItemDescription a.button {
  clear: both;
  float: none;
  display: inline-block;
  margin: 3px 9px 0; }

#multiFeature1 .featureItemDescription > a:not(.button) {
  overflow: hidden; }

/* 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: 1380px;
  height: 450px;
  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: 275px;
  height: 275px;
  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; }

#customQuickLinks {
  box-sizing: border-box;
  position: relative;
  display: flex;
  margin: 0 auto;
  padding: 0; }
  @media screen and (max-width: 800px) {
    #customQuickLinks {
      position: fixed;
      bottom: 0;
      width: 100%;
      background: #222;
      padding: 13px 0;
      padding-right: 44px; } }
  #customQuickLinks .card-widget-item {
    box-sizing: border-box;
    display: flex; }
    #customQuickLinks .card-widget-item .card-content {
      margin-left: 11px; }
      #customQuickLinks .card-widget-item .card-content .card-widget-title {
        position: static;
        display: block;
        width: 100%;
        font: 11px/1 "OpenSans-Regular-webfont";
        color: #fff;
        text-decoration: none; }
        @media screen and (max-width: 800px) {
          #customQuickLinks .card-widget-item .card-content .card-widget-title {
            font-size: 10px; } }
        #customQuickLinks .card-widget-item .card-content .card-widget-title:hover {
          color: #e0e0e0; }
      #customQuickLinks .card-widget-item .card-content .card-widget-description {
        display: none; }
      #customQuickLinks .card-widget-item .card-content .buttonwrap {
        display: none; }

/* SPONSORS */
#sponsorWidgetContainer {
  width: 967px;
  height: 195px;
  background: transparent;
  max-width: calc(100% - (15px + 15px + 10px));
  right: auto;
  position: relative !important;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden; }

#majorSponsor {
  bottom: 0;
  width: 149px; }

#majorSponsorImageContainer {
  background: #fff;
  height: 123px;
  padding: 0 35px 0 6px;
  left: 0;
  bottom: 0;
  border-radius: 0;
  width: 149px; }

.majorSponsorImage {
  width: 104px;
  display: block; }

#sponsorLogoSection {
  height: 123px;
  width: auto;
  max-width: calc(100% - 20px - 20px);
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 0;
  padding: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-radius: 0;
  overflow: hidden; }

.saffireMobileSize #sponsorLogoSection {
  max-width: 100%;
  left: 0;
  border-radius: 0; }

.sponsorCarouselImage {
  background: #fff;
  float: left;
  height: 105px;
  text-align: center;
  max-width: 149px;
  width: 149px;
  display: inline-block;
  border-radius: 0;
  box-shadow: none; }

.sponsorCarouselImage img {
  max-width: 134px !important;
  max-height: 95px !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: 105px; }

.sponsorCarouselContainer {
  width: 922px;
  height: 123px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

#sponsorArrowRight span {
  border: none;
  background: url(images/sponsors-right.png) no-repeat center center;
  width: 15px;
  height: 21px; }

#sponsorArrowLeft span {
  border: none;
  background: url(images/sponsors-left.png) no-repeat center center;
  width: 15px;
  height: 21px; }

.majorSponsorImage img {
  max-width: 90%;
  max-height: 90%; }

#sponsorArrowLeft {
  left: 0;
  bottom: 62px; }

.sponsorWidgetContainerMajorSponsor #sponsorArrowLeft {
  left: 175px; }

#sponsorArrowRight {
  bottom: 62px;
  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;
  font-family: "bebasneue_book-webfont";
  color: #fff;
  text-shadow: none;
  font-size: 55px; }

.saffireMobileSize #sponsorsTitleContainer .homepageh1 {
  font-size: 44px; }

#majorSponsorTitleContainer {
  left: 15px;
  top: 0; }

#majorSponsorTitleContainer .homepageh1 {
  margin: 0;
  display: none; }

.saffireMobileSize #majorSponsorTitleContainer .homepageh1 {
  font-size: 16px; }

.sponsorWidgetContainerMajorSponsor #majorSponsorTitleContainer {
  z-index: 5; }

/* SOCIAL NETWORK PLUGIN */
.multiSocialWidgetTab {
  font-family: "bebasneue_bold-webfont";
  font-size: 16px; }

.saffireMobileSize .multiSocialWidgetTab {
  font-size: 13.6px; }

.multiSocialWidgetTab:hover {
  background: #d27e1b;
  color: #fff; }

.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: #387891;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  padding: 8px 11px 7px 11px; }

a.multiSocialWidgetTab.currentTab {
  background: #d27e1b;
  color: #fff;
  text-decoration: none;
  cursor: default; }

.multiSocialWidgetContainer {
  background: #fff;
  height: 335px;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 5px;
  position: relative;
  top: 0;
  width: 310px; }

#instafeedContainer img {
  width: 45%;
  margin-right: 3%;
  margin-left: 2%; }

#multiSocialWidget {
  background: none;
  height: 355px;
  width: 320px; }

.saffireMobileSize #multiSocialWidget {
  margin-left: auto;
  margin-right: auto; }

#facebookfeedContainer {
  overflow: hidden; }

.multiSocialWidgetContainer,
#multiSocialWidget {
  max-width: 98%; }

#rotatingContentWidget,
#introSplash {
  display: none; }

.emailSignup .textbox {
  background-position: right center; }

.homepage {
  opacity: 0;
  transition: opacity 1s ease 1s; }

.homepage.introSplashLoaded {
  opacity: 1; }

.saffireLargeSize.homepage .header {
  position: absolute;
  top: -79px;
  z-index: 2147483641; }
.saffireLargeSize.homepage {
  padding-top: 100vh; }
.saffireLargeSize .header .searchBox {
  margin-top: 64px; }
.saffireLargeSize .header .emailSignup {
  margin-left: 0;
  margin-top: 64px; }
.saffireLargeSize.homepage .wrapper {
  z-index: 2147483642; }
.saffireLargeSize.homepage .socialNetworks {
  z-index: 2147483643; }
.saffireLargeSize.homepage .generalmessage {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2147483641; }
.saffireLargeSize.homepage #introSplash {
  bottom: 0;
  display: block;
  background-position: center center;
  background-size: cover;
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: -1; }
.saffireLargeSize .header.lockedPositionHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 0; }
.saffireLargeSize.homepage .wrapper {
  background: #edebe2; }
.saffireLargeSize.homepage #customMoreButton {
  background: url(images/more.png) no-repeat;
  width: 66px;
  height: 66px;
  cursor: pointer;
  left: 0;
  right: 0;
  bottom: 101px;
  margin: auto;
  position: fixed;
  -webkit-animation: 5s bounce ease infinite;
  animation: 5s bounce ease infinite; }
.saffireLargeSize .customDirections {
  position: absolute;
  top: 41px;
  right: 0; }
  @media screen and (max-width: 1000px) {
    .saffireLargeSize .customDirections {
      right: 4px; } }
.saffireLargeSize .customDirections a {
  color: #ffffff;
  font-family: "bebasneue_regular-webfont";
  font-size: 24px;
  line-height: normal;
  text-decoration: none; }
  @media screen and (max-width: 1000px) {
    .saffireLargeSize .customDirections a {
      font-size: 19px; } }
.saffireLargeSize .customDirections a:before {
  content: '';
  background: url(images/directions.png) no-repeat;
  display: block;
  height: 25px;
  position: absolute;
  right: 57px;
  width: 16px;
  transition: all 0.5s ease;
  top: -1px; }
  @media screen and (max-width: 1000px) {
    .saffireLargeSize .customDirections a:before {
      right: 47px; } }
.saffireLargeSize .customDirections a:hover:before {
  transform: rotate(-45deg); }
.saffireLargeSize .customDirections a:after {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 62px;
  top: 4px;
  transition: all 0.5s ease 0s;
  width: 6px; }
  @media screen and (max-width: 1000px) {
    .saffireLargeSize .customDirections a:after {
      right: 52px; } }
.saffireLargeSize .customDirections a:hover:after {
  background: #FA9723;
  right: 65px; }
  @media screen and (max-width: 1000px) {
    .saffireLargeSize .customDirections a:hover:after {
      right: 55px; } }
.saffireLargeSize .homepageSwiperSlider:after {
  content: '';
  background: url(images/text-top.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 79px;
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + -49px);
  z-index: 1; }
.saffireLargeSize .homepageContent {
  max-width: 100%; }
.saffireLargeSize .footer:before {
  content: '';
  background: url(images/footer-bg.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  bottom: 275px;
  height: 188px;
  left: 0;
  right: 0;
  display: block; }
.saffireLargeSize .footer:after {
  content: '';
  background: url(images/cannon.png) no-repeat center bottom;
  position: absolute;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  bottom: 0;
  height: 360px;
  left: 0;
  right: 0;
  display: block; }
.saffireLargeSize #customFooterContent {
  position: relative;
  z-index: 2;
  padding-top: 200px;
  font-size: 16px; }
.saffireLargeSize .footer ul {
  position: relative;
  z-index: 2; }
.saffireLargeSize:not(.homepage) {
  background: url(images/text.jpg) no-repeat #CCC9C1 fixed;
  background-size: cover; }
  .saffireLargeSize:not(.homepage) .content {
    background: rgba(246, 244, 240, 0.85); }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  42% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  58% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  42% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  58% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@media screen and (max-width: 900px) {
  .saffireLargeSize .nav .groups .group {
    padding: 4px 5px 5px; } }
.saffireMobileSize .customDirections {
  position: absolute;
  right: 11px;
  top: 58px; }
.saffireMobileSize .customDirections a {
  text-decoration: none;
  display: inline-block;
  padding: 2px 5px;
  background: #FA9723;
  color: #fff;
  border-radius: 4px; }
.saffireMobileSize #customLogo {
  top: -10px;
  width: 145px;
  background-image: url(images/logo-mobile.png); }
.saffireMobileSize #multiFeature1 {
  margin-top: 12px; }
.saffireMobileSize.homepage {
  opacity: 1 !important; }

.homeUpperContainer {
  position: relative; }

.homeUpperContainer:after {
  background: #C2B884 url("images/text.jpg") no-repeat scroll center top;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 766px;
  left: 0;
  position: absolute;
  top: 99%;
  width: 100%; }

.homeMiddleSection {
  height: 599px; }

.homeLowerContainer {
  background: url(images/middle-bg.jpg) no-repeat;
  background-size: 112% auto;
  padding-bottom: 142px; }
  @media screen and (max-width: 1400px) {
    .homeLowerContainer {
      background-size: auto 100%; } }

.homeBottomInner {
  max-width: 1000px;
  margin: 0 auto; }

.homeBottomInner:before {
  content: "Come And Join Us";
  font-size: 50px;
  display: block;
  font-family: 'bebasneue_book-webfont';
  color: #fff;
  height: 100px;
  text-align: center;
  line-height: 110px; }

.homeBottomInner:after {
  clear: both;
  content: "";
  display: block; }

#multiFeature1 {
  max-width: 100% !important; }

#multiFeature1:not(.multiFeatureWithMultiplePages) .multiFeatureContent {
  top: 70px; }

#multiFeature1 .featureItemDescription {
  display: none; }

#multiFeature1 .featureItemDescriptionContainer {
  text-align: center; }

#multiFeature1 .featureItemTitle {
  bottom: 0;
  height: 38px;
  left: auto;
  margin: auto;
  overflow: hidden;
  position: relative;
  padding: 3px 3%;
  right: auto;
  text-overflow: ellipsis;
  top: 0;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.23);
  display: inline-block;
  width: auto;
  max-width: calc(275px - 6%); }

#multiFeature1 .featureItemImage img {
  transition: opacity 0.5s ease; }

#multiFeature1 .featureItem:hover .featureItemImage img {
  opacity: 0.4; }

#multiFeature1 .featureItem:hover .featureItemTitle {
  background: transparent; }

#multiFeature1 .multiFeatureContent {
  padding-top: 20px; }

#multiFeature1featureItem0 {
  z-index: 2; }

#multiFeature1featureItem0:after {
  content: '';
  background: url(images/multi-first.png) no-repeat;
  display: block;
  height: 426px;
  left: -49px;
  position: absolute;
  top: -22px;
  width: 368px;
  z-index: -1; }

#multiFeature1.multiFeatureWithMultiplePages .multiFeatureItemPanel {
  top: 20px; }

#multiFeature1featureItem1 {
  -webkit-transform: translateY(74px);
  -ms-transform: translateY(74px);
  transform: translateY(74px);
  z-index: 1; }

#multiFeature1featureItem1:after {
  content: '';
  background: url(images/multi-second.png) no-repeat;
  display: block;
  height: 372px;
  left: -34px;
  position: absolute;
  top: -33px;
  width: 337px;
  z-index: -1; }

#multiFeature1featureItem2 {
  -webkit-transform: translateY(32px);
  -ms-transform: translateY(32px);
  transform: translateY(32px); }

#multiFeature1featureItem2:after {
  content: '';
  background: url(images/multi-third.png) no-repeat;
  display: block;
  height: 324px;
  left: -16px;
  position: absolute;
  top: -18px;
  width: 310px;
  z-index: -1; }

#multiFeature1featureItem3 {
  z-index: 3; }

#multiFeature1featureItem3 {
  -webkit-transform: translateX(6px) translateY(10px);
  -ms-transform: translateX(6px) translateY(10px);
  transform: translateX(6px) translateY(10px); }

#multiFeature1featureItem3:after {
  content: '';
  background: url(images/multi-fourth.png) no-repeat;
  display: block;
  height: 385px;
  left: -26px;
  position: absolute;
  top: -20px;
  width: 323px;
  z-index: -1; }

#multiFeature1 .featureItem .featureItemImage {
  background: #000; }

#multiFeature1featureItem1 .featureItemImage {
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg); }

#multiFeature1featureItem3 .featureItemImage {
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg); }

#eventScheduleWidgetWrapper,
#multiSocialWidget {
  float: left; }

#sponsorCarouselImageContainer .sponsorCarouselImage.alternatingClassLeft:before {
  content: '';
  background: #ccc;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-5deg); }

#sponsorCarouselImageContainer .sponsorCarouselImage.alternatingClassRight:before {
  content: '';
  background: #ccc;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(5deg); }

#sponsorCarouselImageContainer .sponsorCarouselImage:after {
  content: '';
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.sponsorCarouselImage img {
  z-index: 3; }

.eventScheduleWidgetItemDate a:after {
  font-family: 'OpenSans-Bold-webfont'; }

#eventScheduleWidgetWrapper {
  margin-right: 43px;
  margin-bottom: 20px; }

ul.footerItems1 {
  font-family: 'bebasneue_bold-webfont';
  font-size: 20px;
  margin-top: 16px; }

body:not(.homepage) .afterContent {
  clear: both;
  height: 112px; }

.saffireMobileSize #customFooterContent {
  font-size: 26px;
  line-height: normal; }

.saffireMobileSize #customFooterContent a {
  display: block; }

@media screen and (max-width: 1024px) {
  #eventScheduleWidgetWrapper,
  #multiSocialWidget {
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 12px; } }
.saffireMobileSize #eventScheduleWidgetWrapper {
  max-width: 100%; }

.saffireMobileSize #sponsorWidgetContainer {
  margin-top: 47px; }

#majorSponsor {
  z-index: 4; }

#sponsorArrowLeft {
  z-index: 5; }

.sponsorWidgetContainerMajorSponsor #sponsorArrowLeft {
  background-color: rgba(0, 0, 0, 0.2); }

.saffireMobileSize .homeMiddleSection {
  max-width: 100%;
  overflow: hidden; }

.saffireMobileSize.homepage .swiper-slide {
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important; }

.saffireMobileSize .header .searchBox:before {
  top: 9px; }

/*# sourceMappingURL=theme.css.map */
