/************** LOAD FONTS ******************/
@font-face {
  font-family: "OpenSans-Bold-webfont";
  src: url("fonts/OpenSans-Bold-webfont.woff2") format("woff2"), url("fonts/OpenSans-Bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "OpenSans-Semibold-webfont";
  src: url("fonts/OpenSans-Semibold-webfont.woff2") format("woff2"), url("fonts/OpenSans-Semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "OpenSans-ExtraBold-webfont";
  src: url("fonts/OpenSans-ExtraBold-webfont.woff2") format("woff2"), url("fonts/OpenSans-ExtraBold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "OpenSans-Regular-webfont";
  src: url("fonts/OpenSans-Regular-webfont.woff2") format("woff2"), url("fonts/OpenSans-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "OpenSans-Light-webfont";
  src: url("fonts/OpenSans-Light-webfont.woff2") format("woff2"), url("fonts/OpenSans-Light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "YanoneKaffeesatz-Light-webfont";
  src: url("fonts/YanoneKaffeesatz-Light-webfont.woff2") format("woff2"), url("fonts/YanoneKaffeesatz-Light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "montserrat-extrabold-webfont";
  src: url("fonts/montserrat-extrabold-webfont.woff2") format("woff2"), url("fonts/montserrat-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "montserrat-regular-webfont";
  src: url("fonts/montserrat-regular-webfont.woff2") format("woff2"), url("fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "norwester-webfont";
  src: url("fonts/norwester-webfont.woff2") format("woff2"), url("fonts/norwester-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Thunderbird";
  src: url("fonts/Thunderbird.woff2") format("woff2"), url("fonts/Thunderbird.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/************************* BODY/CONTAINER ********************/
body {
  /* |%  need to set body background and default font options */
  color: #1e1e1e;
  font: 16px/1.583em "open_sansregular", Arial, Verdana, sans-serif;
  background: url("images/background.jpg") no-repeat fixed;
  background-size: cover; }

body:not(.homepage).saffireLargeSize .wrapper {
  margin: 185px auto 0; }
body:not(.homepage).saffireLargeSize #customLogo {
  width: 220px;
  height: 140px; }

body:not(.homepage).saffireLargeSize.generalMessageOn .wrapper {
  margin-top: 225px; }

body:not(.homepage) .generalMessageOn .wrapper {
  margin: 133px auto 0; }

body:not(.homepage) .content {
  padding: 25px; }

.wrapper {
  /* |%  if all elements are contained, this is a set width, if elements stretch to screen width this is 100% */
  width: 100%; }

.content {
  background: #fff;
  position: relative;
  margin: 67px auto 60px;
  max-width: calc(1030px - 15px - 15px); }

.saffireLargeSize.homepage .content,
.homepage .content {
  margin: 122px auto 0;
  padding: 0;
  background: none;
  max-width: 100%; }

.saffireLargeSize.generalMessageOn .content {
  margin-top: 162px; }

.ui-widget-overlay {
  background-color: black;
  opacity: 0.5; }

/*********************** STANDARD ELEMENTS ********************/
a {
  color: #910B0B;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

a.buyNowText {
  color: #910b0b;
  text-decoration: underline !important;
  font-weight: bold; }

a.buyNowText:hover {
  color: #c00f0f;
  text-decoration: none !important; }

input {
  color: #9B9B9B; }

h1, h2, h3, h4, h5, h6 {
  color: #910B0B;
  font-weight: normal;
  font-family: "norwester-webfont"; }

h1 {
  font-size: 40px;
  line-height: 1.125em;
  margin: 0.2em 0; }

h2, h2 a {
  font-size: 32px;
  line-height: 1.155em; }

.cartcols h2 {
  font-size: 25.6px;
  line-height: 1.155em; }

h3 {
  font-size: 24px;
  line-height: 1.187em;
  color: #1e1e1e; }

.hoverContent {
  border-color: #756F46; }

.starlist li,
.starlist li ul li,
.pdflist li,
.pdflist li ul li {
  background: url(images/bullet.png) no-repeat left 7px;
  line-height: 18px;
  margin: 0;
  padding: 0 0 0 30px; }

.pdfLinks {
  font-size: 14px;
  font-weight: bold; }

.alternateRow {
  background: #e2e2e2; }

/************* BUTTON STYLES *********************/
a.button,
.button {
  /* |%  set font-family */
  padding: 1px 8px;
  font-size: 20px;
  line-height: 1.75em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "norwester-webfont"; }

.inputFieldSubmit {
  border-radius: 0 2px 2px 0 !important; }

a.button,
.button,
.buttonSmall {
  background: #ffad00;
  background: -webkit-linear-gradient(-90deg, #ffad00);
  background: linear-gradient(180deg, #ffad00);
  color: #770909 !important; }

a.button:hover,
.button:hover,
.buttonSmall:hover {
  background: #ffc13d;
  color: #770909 !important; }

a.updateButton.buttonSmall,
a.removeButton.buttonSmall,
a.cartMenuRemoveButton.button.buttonSmall {
  font-size: 0.9em; }

/***************** CONTAINERS **************************/
.subContainer,
.sidepic {
  background: #910B0B;
  color: #fff;
  -webkit-box-shadow: 2px 2px 5px #000;
  box-shadow: 2px 2px 5px #000; }

a.havePhotoLink {
  color: #fff; }

.subContainer a,
.subContainer h1,
.subContainer h2,
.subContainer h3 {
  color: #fff; }

.subContainer .error {
  color: #ffad00; }

.dateDisplayBar,
.dateDisplay {
  background: #910b0b;
  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: #910b0b; }

.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: #d81010; }

.homepageTabs li ul,
.tabOn,
.homepageTabs > li > a:hover,
.homepageTabs .eventTabSubmenu {
  background-color: #910B0B !important; }

.homepageTabs ul.menu li:hover {
  /* |%  hover state for above dropdowns */
  background: #910B0B; }

/* END TAB BACKGROUND COLORS */
.homepageTabs ul.menu a {
  /* |%  font color for tabs */
  color: #fff; }

.tab,
.tabOn {
  font-size: 12px;
  line-height: 1.2em;
  font-family: "open_sansregular"; }

.homepageTabs ul.menu a {
  font-family: "open_sansregular";
  font-size: 11px; }

.homepageTabs > li > a,
.tabs > ul > li > a {
  float: left;
  display: block;
  padding: 5px 12px;
  height: 17px;
  white-space: nowrap;
  margin: 6px 0 0;
  border-radius: 0; }

.homepageTabs a,
.tabs a {
  color: #fff; }

/******************************* TOP/GLOBAL ITEMS ************************************/
.generalmessage {
  /* |%  set font-family, background color, color, etc. */
  background: #910b0b;
  -webkit-box-shadow: 0 -3px 5px #666 inset;
  box-shadow: 0 -3px 5px #666 inset;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 8px;
  font-family: "norwester-webfont"; }

.generalmessage a {
  color: #fff; }

.socialNetworks {
  z-index: 80000000;
  position: fixed;
  right: -80px;
  top: 20%;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: right 0.6s ease;
  transition: right 0.6s ease; }

.pageIsLoaded .socialNetworks {
  right: 0; }

.socialNetworks > span,
.socialNetworks > a {
  display: block;
  float: none;
  width: 40px;
  height: 39px;
  border: 3px solid rgba(255, 255, 255, 0.7);
  position: relative;
  -webkit-transition: transform 0.4s ease, left 0.4s ease;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, left 0.4s ease;
  transition: transform 0.4s ease, left 0.4s ease, -webkit-transform 0.4s ease; }

.socialNetworks > a:hover {
  -webkit-transform: scale(1.3) !important;
  transform: scale(1.3) !important;
  left: -9px;
  z-index: 2; }

#musicPlayerLink {
  background: url("images/music.jpg") no-repeat right 0;
  margin: 0;
  width: 40px;
  height: 39px;
  float: none;
  border: 3px solid rgba(255, 255, 255, 0.7);
  z-index: 2; }

#musicPlayerDropdown {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.9em;
  padding: 8px 10px;
  right: 12px;
  top: -5px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7) inset;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7) inset; }

#musicPlayerDropdown a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  text-decoration: none;
  padding-right: 14px; }

#musicPlayerDropdown a:hover {
  position: relative;
  padding-right: 3px;
  padding-left: 14px; }

#musicPlayerDropdown a:hover:after {
  border-left: 4px solid transparent;
  border-radius: 58%;
  border-right: 4px solid transparent;
  border-top: 12px solid rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 0; }

@media screen and (max-width: 1230px) {
  .socialNetworks {
    top: auto;
    bottom: 0;
    border-top: none;
    border-bottom: none; }

  .socialNetworks > a,
  .socialNetworks > span#musicPlayerLink {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    float: left;
    margin-left: -8px; }

  #musicPlayerDropdown {
    top: auto;
    bottom: 21px;
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }
/*SITE-WIDE WIDGETS */
#widgetBanner {
  background: none;
  top: 0;
  position: relative;
  z-index: 100;
  width: 100%;
  margin: 0;
  line-height: normal; }

/****************** HOMEPAGE WIDGETS ***************/
/* WIDGET GENERAL */
.widget h1,
.homepageh1 {
  /* |%  set font-family */
  color: #F5DF26;
  text-shadow: 5px 4px 4px #000000;
  font-size: 22px; }

.homepageContent {
  width: 100%; }

/************************** PAGE-SPECIFIC/OTHER ITEMS *******************************/
#ourPickButton {
  margin-bottom: 30px; }

.column2 {
  float: right; }

.listingItem {
  background: #e2e2e2;
  border-bottom: 1px solid #c9c9c9; }

.listingItem:hover {
  background: #eaeaea; }

.listing .arrowup {
  border-color: #686868 transparent transparent transparent; }

.listing .arrowup_on {
  border-color: #272625 transparent transparent transparent; }

.listing .arrowdown {
  border-color: transparent transparent #686868 transparent; }

.listing .arrowdown_on {
  border-color: transparent transparent #272625 transparent; }

.modeSelected {
  background-color: rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1a000000',GradientType=0 ); }

/* INTERACTIVE EVENT MAP */
.mapDescription.subContainer,
.hoverContent {
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  opacity: 0.9;
  -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;
  padding: 0; }

.saffireMobileSize .footer {
  background: url("images/footer-bg.png"); }

.footer a {
  color: #fff;
  text-decoration: none; }

.footer a:hover {
  text-decoration: underline; }

ul.footerItems1 {
  margin: 0 auto;
  font-family: "OpenSans-Regular-webfont";
  font-size: 12px;
  text-transform: uppercase; }
  @media screen and (max-width: 1000px) {
    ul.footerItems1 {
      display: none; } }

.saffireMobileSize ul.footerItems1, .saffireMobileSize .footerSignIn {
  display: none !important; }

ul.footerItems2 {
  margin: 0 auto;
  font-size: 12px; }
  @media screen and (max-width: 1250px) {
    ul.footerItems2 {
      display: none; } }

.saffireMobileSize .footer .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .saffireMobileSize .footer .info .dash {
    display: none; }

.saffireLargeSize .footerSaffire {
  padding-left: 25px; }

/************************* MODAL CONTENT ********************/
.modal {
  background: #fff;
  padding-top: 15px;
  border: 10px solid #fff; }

.modalBody {
  /* |%  set modal background color if not white */
  background: #fff;
  padding: 14px; }

.modalPageBackground {
  background-color: black;
  opacity: 0.5; }

.modalContent h1 {
  font-size: calc(40px * 0.6944);
  line-height: 1.2em; }

.modalClose {
  background: none;
  top: 1px; }

.modalCloseButton:before {
  content: "X"; }

.modalCloseButton img {
  display: none; }

.modalContent #google_translate_element {
  top: 1px;
  right: 0; }

/* SHOWORKS TABLE */
.modalBody .showorksModalTitle {
  /* |%  set font-family */
  font-size: 32px;
  line-height: 36px; }

.modalBody .showorksBreadcrumbs {
  /* |%  set font-family */
  font-size: 20px;
  line-height: 22px;
  color: #910B0B; }

.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: #1e1e1e; }

.modalBody .showorksTableGrid tr.odd {
  background: #fff;
  color: black; }

.modalBody .showorksTableGrid tr.even {
  background: #e6e6e6;
  color: black; }

/*************** MEMBERS SITE **********************/
.arrowdown {
  border-color: transparent transparent black; }

.arrowdown_on {
  border-color: transparent transparent white; }

.arrowup {
  border-color: black transparent transparent; }

.arrowup_on {
  border-color: white transparent transparent; }

#directoryFilterOptions > li:hover {
  background: #cbdfe2; }

.directoryHeader {
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px; }

.members .nav .groups {
  margin-right: 0; }

.members .nav .groups .group {
  margin: 0 3px; }

.members .quickLinks {
  right: 39px; }

.dateDisplayBar,
.viewMode,
.currentlyViewingDate,
#searchEventsInput,
#eventFilterList,
#eventFilterList ul,
.InProgressEventDate,
a.havePhotoLink,
.mapLegend label {
  font-family: inherit; }

.mapLegend {
  border-left: 1px solid black;
  -webkit-box-shadow: none;
  box-shadow: none; }

input.textbox {
  font: 16px "open_sansregular"; }

.saffireLargeSize.saffireWindowScrolled #customLogo {
  height: 132px;
  -webkit-transition: .3s;
  transition: .3s; }

.saffireLargeSize .quickLinks ul li {
  margin-left: 20px; }

.saffireMobileSize .searchBox.clonedSearchBox {
  top: 5px; }

/******************************************************
*                                                     *
*                                                     *
*    DO NOT CHANGE ITEMS BELOW THIS SECTION!!!!       *
*                                                     *
*                                                     *
******************************************************/
.header .searchBox a.button,
.header .emailSignup a.button {
  color: #fff !important;
  background: #ff9b3e;
  font-family: "montserrat-regular-webfont";
  font-size: 14px;
  padding: 0 8px 1px; }

.header .searchBox a.button:hover,
.header .emailSignup 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; }

.saffireLargeSize .header .emailSignup .emailInputSubmit a.button {
  text-indent: -999px;
  width: 1.4em;
  position: relative;
  overflow: hidden;
  font-family: "FontAwesome";
  display: inline-block; }

.saffireLargeSize .header .emailSignup .emailInputSubmit a:before {
  content: "\f003";
  text-indent: 0;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto; }

.header input.textbox {
  min-height: calc(14px * 1.2); }

.header {
  /* |%  need to set height and width if not 100% */
  position: fixed;
  top: 0;
  z-index: 99999;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 122px;
  background: url(images/header-bg.jpg) no-repeat; }

@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: 122px;
  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: 219px;
  position: absolute;
  left: -135px;
  right: auto;
  top: 0;
  bottom: auto;
  width: 351px;
  background-size: contain;
  transition: .3s; }

/* MAIN NAVIGATION */
.saffireLargeSize .nav {
  height: 34px;
  padding: 0;
  background: none;
  clear: both;
  width: 100%;
  z-index: 5002 !important;
  right: 135px;
  top: 51px;
  position: relative; }

.saffireLargeSize .nav:hover {
  z-index: 5002 !important; }

.saffireLargeSize .nav .groups {
  position: absolute;
  height: 34px;
  max-height: 50px;
  bottom: 0;
  margin: auto;
  right: 0;
  position: relative;
  left: 660px;
  right: auto;
  top: 51px;
  bottom: auto;
  bottom: auto;
  top: 0; }

.saffireLargeSize .nav .groups .group {
  margin: 0 0 0 5px;
  padding: 4px 12px 5px; }

.saffireLargeSize .nav .groups .group a,
.saffireLargeSize .navDummyLink {
  font-size: 20px;
  font-family: "norwester-webfont";
  line-height: normal;
  color: #fff; }

.saffireLargeSize .nav .groups .group a:hover,
.saffireLargeSize .nav .groups .group:hover a,
.saffireLargeSize .nav .groups .group:hover {
  color: #fff; }

/* MAIN NAVIGATION DROP-DOWN MENUS */
.saffireLargeSize .nav .items,
.saffireLargeSize .nav .subitems {
  /* |%  nav dropdown colors */
  background: #141416;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff; }

.saffireLargeSize .nav .items {
  left: 0;
  min-width: 100%; }

.saffireLargeSize .nav .item {
  min-width: 100%; }

.saffireLargeSize .nav .groups .group:hover .items .item a,
.saffireLargeSize .nav .items .item a,
.saffireLargeSize .navDummyLink {
  color: #fff;
  font: 16px "open_sansregular", Arial, Helvetica, sans-serif; }

.saffireLargeSize .nav .items .item a:hover {
  color: #e0e0e0;
  background: #313136; }

.saffireLargeSize .nav .group:last-child .items {
  left: auto;
  right: 0; }

.saffireLargeSize .nav .group:last-child .subitems {
  left: auto;
  right: 100%; }

/* TOP LINKS */
.saffireLargeSize .quickLinks {
  position: relative;
  right: 0px;
  left: auto;
  top: 26px;
  bottom: auto;
  float: right;
  margin-top: 0;
  margin-bottom: 0; }
  .saffireLargeSize .quickLinks ul {
    right: 7px; }

.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: 10px;
  line-height: normal;
  color: #fff;
  font-family: "montserrat-regular-webfont";
  text-transform: uppercase; }

.saffireLargeSize .quickLinks ul li > a.ticket,
.saffireLargeSize .ticket,
.saffireLargeSize .ticket:hover {
  display: inline-block;
  position: absolute;
  left: calc(100%);
  right: auto;
  top: -18px;
  bottom: auto;
  color: #fff;
  padding-left: 0;
  font-family: "OpenSans-Bold-webfont";
  font-size: 2em;
  text-decoration: none;
  text-transform: uppercase;
  background: url(images/customtickets.png) no-repeat 0 0;
  width: 86px;
  height: 47px;
  text-indent: -999px;
  overflow: hidden; }

.saffireLargeSize .ticket:hover {
  background: url(images/customtickets.png) no-repeat 0 0; }

.saffireMobileSize a.ticket,
.saffireMobileSize a.ticket:hover {
  display: none; }

.saffireLargeSize .viewcart {
  position: relative;
  z-index: 2000000;
  line-height: 24.5px; }

.cartNavItemSection.cartNavItemSectionProductDetails {
  border-bottom-color: #fff; }

.saffireLargeSize .viewCartText {
  display: none; }

.saffireLargeSize .standardViewCart {
  position: relative;
  line-height: 24.5px !important;
  top: -2px; }

.saffireLargeSize #svgViewCartIcon {
  display: inline-block; }

.saffireLargeSize .standardCartView {
  margin: 0 !important;
  background: transparent;
  padding-left: 5px;
  padding-right: 4px;
  margin-right: -4px;
  border-radius: 0 3px 3px 0;
  top: -5px;
  position: relative; }

.saffireLargeSize .standardViewCart {
  background: transparent;
  padding-left: 2px;
  padding-right: 1px;
  border-radius: 3px 0 0 3px; }

.saffireLargeSize .quickLinks ul .viewcart a {
  font-family: "open_sansregular";
  font-size: 16px;
  text-transform: none; }

.saffireLargeSize .quickLinks ul .viewcart a {
  font-family: "open_sansregular";
  font-size: 16px;
  text-transform: none;
  color: #fff;
  color: #fff; }

.saffireLargeSize #svgViewCartIcon path {
  fill: #fff; }

/* EMAIL & SEARCH BOXES */
.saffireLargeSize .header .emailSignup {
  position: absolute;
  left: 405px;
  right: auto;
  top: -6px;
  bottom: auto;
  width: auto;
  z-index: auto;
  font-size: 2em; }

.saffireLargeSize.userLoggedIn .header .emailSignup {
  left: 505px; }

.quickLinks ul {
  z-index: auto; }

.saffireLargeSize .header .emailSignup .emailInputField input {
  width: 0;
  padding: 0;
  position: absolute;
  right: 100%;
  top: -4px;
  height: 100%;
  transition: all 0.3s ease;
  border-width: 0;
  box-shadow: -2px 0 3px #000; }

.saffireLargeSize .header .emailSignup:hover .emailInputField input,
.saffireLargeSize .header .emailSignup .emailInputField input:focus {
  width: 125px;
  padding: 5px;
  z-index: 2000001;
  margin-right: 5px; }

.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/Envelope.png);
  text-indent: 200%;
  overflow: hidden;
  width: 24px !important;
  height: 16px;
  white-space: nowrap;
  padding: 0; }

.saffireLargeSize .header .emailSignup .emailInputField input {
  height: 20px; }

.searchBox input,
.emailSignup .textbox {
  border-radius: 0 0 0 0;
  top: 0;
  border-right: none; }

.saffireLargeSize .header .searchBox {
  position: absolute;
  left: 365px;
  right: auto;
  top: -5px;
  bottom: auto;
  z-index: 5003;
  font-size: 2em; }

.saffireLargeSize.userLoggedIn .header .searchBox {
  left: 465px; }

.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: -5px;
  height: 100%;
  transition: all 0.3s ease;
  border-width: 0;
  box-shadow: -2px 0 3px #000; }

.saffireLargeSize .header .searchBox:hover .searchBoxInput input,
.saffireLargeSize .header .searchBox .searchBoxInput input:focus {
  width: 125px;
  padding: 5px;
  z-index: 2000001;
  margin-right: 5px; }

.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/srch.png);
  text-indent: 200%;
  overflow: hidden;
  width: 20px;
  height: 20px;
  white-space: nowrap;
  padding: 0; }

.saffireLargeSize .header .searchBox .searchBoxInput input {
  height: 20px; }

/* WEATHER BUG */
#weatherBugWidget {
  color: #fff;
  white-space: nowrap;
  position: relative;
  left: 0;
  right: auto;
  top: -5px;
  bottom: auto;
  visibility: hidden;
  font-family: 'OpenSans-Bold-webfont';
  font-size: 11px; }

.weatherDescriptive {
  display: none !important; }

.saffireMobileSize #weatherBugWidget {
  display: none !important; }

#weatherBugText {
  display: none; }

#weatherBugImage {
  top: 3px; }

#weatherBugShortDescription {
  display: inline; }

.saffireMobileSize .header {
  background-image: url("images/header-bg-mobile.png");
  height: 50px; }
  .saffireMobileSize .header .headerInnerContent {
    display: flex;
    justify-content: flex-end; }
  .saffireMobileSize .header .socialNetworks {
    display: none; }
  .saffireMobileSize .header .quickLinks, .saffireMobileSize .header #mainNavigation {
    top: 9px; }
  .saffireMobileSize .header .quickLinks {
    order: 1; }
  .saffireMobileSize .header #mainNavigation {
    order: 2; }
  .saffireMobileSize .header .standardViewCart, .saffireMobileSize .header .standardCartView {
    display: none !important; }
  .saffireMobileSize .header .searchBox:before {
    top: 4px; }
  .saffireMobileSize .header .emailSignup:before {
    top: 5px; }
  .saffireMobileSize .header #customLogo {
    height: 72px;
    padding: 0;
    left: 0; }
    @media screen and (max-width: 425px) {
      .saffireMobileSize .header #customLogo {
        left: 2.5%; } }

.mobileNavContainer .mobileMenuPanelContainer a, .mobileNavSectionTitle {
  font-family: 'norwester-webfont' !important; }

/******************************************************
*                                                     *
*                                                     *
*    DO NOT CHANGE ITEMS BELOW THIS SECTION!!!!       *
*                                                     *
*                                                     *
******************************************************/
/* DON'T CHANGE THIS STUFF! */
.saffireMobileSize #siteInfoBannerWidget {
  left: 0;
  padding: 30px 0 10px;
  right: 0 !important; }

.saffireMobileSize #siteInfoBannerWidget #eventName {
  clear: left;
  float: none;
  padding-left: 0; }

/* DATES BANNER */
.saffireLargeSize #widgetBanner {
  position: absolute;
  width: 1330px;
  max-width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0; }

#siteInfoBannerWidget {
  color: #000;
  font-size: 12px;
  font-family: "OpenSans-Bold-webfont";
  background: rgba(255, 255, 255, 0.75);
  background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.75));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.75)); }

.saffireLargeSize #siteInfoBannerWidget {
  background: rgba(255, 255, 255, 0.75);
  right: 45px;
  position: absolute;
  text-align: right;
  padding: 6px 9px 17px;
  height: 35px;
  top: 20px;
  min-width: auto; }

@media screen and (max-width: 38px) {
  .saffireLargeSize #siteInfoBannerWidget {
    max-width: calc(100% - (9px * 2));
    min-width: 0;
    width: calc(100vw - 9px - 9px); } }
.saffireMobileSize.siteInfoBannerOn #widgetBanner {
  top: auto;
  position: absolute;
  bottom: -35px;
  height: auto;
  clear: both; }

#siteInfoBannerWidget #eventDates {
  font-size: 30px;
  font-family: "norwester-webfont";
  color: #95090e;
  text-transform: uppercase; }

.saffireMobileSize #siteInfoBannerWidget #eventDates {
  font-size: 24px;
  display: block;
  color: #fff; }

.saffireMobileSize #siteInfoBannerWidget {
  min-height: 35px;
  background: #910b0b; }

.saffireMobileSize #siteInfoBannerWidget #eventName {
  display: inline-block;
  color: inherit;
  color: #fff; }

#siteInfoBannerWidget #eventName {
  font-family: 'montserrat-regular-webfont'; }

.countdownDays {
  color: #000;
  display: inline-block;
  font-family: "montserrat-extrabold-webfont";
  font-size: 12px; }

.saffireMobileSize .countdownDays {
  display: inline;
  color: #fff; }

.siteInfoBannerWidgetDateIsPast .countdownDays {
  color: #960709;
  font-size: 30px;
  font-family: "norwester-webfont";
  display: block;
  position: relative;
  top: 10px; }

.datePast.noThankYouMessage #siteInfoBannerWidget {
  display: none !important; }

.saffireMobileSize #siteInfoBannerWidget {
  left: 0;
  position: relative;
  color: #fff; }

.siteInfoBannerOn #siteInfoBannerWidget {
  font-size: 12px; }

body:not(.homepage) #siteInfoBannerWidget {
  display: none !important; }

.saffireMobileSize.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget {
  padding-bottom: 17px; }
.saffireMobileSize.siteInfoBannerWidgetDateIsPast .countdownDays {
  font-size: 18px; }

/******************************************************
*                                                     *
*                                                     *
*    DO NOT CHANGE ITEMS BELOW THIS SECTION!!!!       *
*                                                     *
*                                                     *
******************************************************/
/* ADVANCED SLIDESHOW */
.homepage .slideshowSwiperDescription {
  display: none; }

.homepage .slideshowSwiperDescription.currentSlideDescription {
  display: inline-block; }

.homepage .currentSlideDescription {
  opacity: 0;
  font-family: "OpenSans-Light-webfont";
  transition: max-height 0.4s ease;
  font-size: 14px;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }
  @media screen and (max-width: 490px) {
    .homepage .currentSlideDescription {
      padding-top: 1em;
      padding-left: 2%;
      padding-right: 2%; } }

.homepage.saffireLargeSize .slideshowSwiperDescription {
  padding: 40px 30px 40px 30px;
  max-width: none; }

#newSliderDescriptionContainer {
  background: url("images/descriptionbg.jpg"); }

.saffireLargeSize #newSliderDescriptionContainer {
  position: absolute;
  left: 140px;
  right: auto;
  top: 200px;
  bottom: auto;
  width: 490px;
  max-width: 100%;
  height: 280px;
  z-index: 2;
  opacity: 0.9; }

.saffireMobileSize #newSliderDescriptionContainer {
  top: 100%;
  z-index: 2;
  position: relative;
  height: 190px;
  background: url("images/descriptionbg.jpg"); }

.homepage.saffireLargeSize .currentSlideDescription,
.homepage.saffireMobileSize .currentSlideDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  opacity: 1; }

.homepage .slideshowSwiperDescription a,
.homepage .slideshowSwiperDescription span {
  text-decoration: none;
  display: none; }

.saffireMobileSize.homepage .sliderTextDescription {
  opacity: 1;
  font-size: 12px;
  line-height: 1.3; }

.homepage .swiper-slide-active .slideshowSwiperDescription a,
.homepage .swiper-slide-active .slideshowSwiperDescription span {
  display: inline-block; }

.homepage .currentSlideDescription a,
.homepage .currentSlideDescription span,
.homepage .currentSlideDescription span.sliderTitle
.homepage .swiper-slide-active .slideshowSwiperDescription > a,
.homepage .swiper-slide-active .slideshowSwiperDescription span.sliderTitle {
  display: block; }

.homepage .slideshowSwiperButtonPrev {
  display: block;
  background: url("images/slideshow-left.png") no-repeat left center;
  width: 30px;
  height: 41px;
  cursor: pointer;
  position: absolute;
  top: 343px;
  right: 0;
  left: 70px;
  right: auto;
  margin: auto;
  z-index: 4;
  transition: all 0.3s ease; }
  @media screen and (max-width: 890px) {
    .homepage .slideshowSwiperButtonPrev {
      left: 10px; } }

@media screen and (min-width: 890px) {
  .homepage .slideshowSwiperButtonPrev:hover {
    left: 60px; } }

.homepage .slideshowSwiperButtonNext {
  display: block;
  background: url("images/slideshow-right.png") no-repeat right center;
  width: 30px;
  height: 41px;
  cursor: pointer;
  position: absolute;
  top: 343px;
  left: 0;
  right: 70px;
  left: auto;
  margin: auto;
  z-index: 4;
  transition: all 0.3s ease; }
  @media screen and (max-width: 890px) {
    .homepage .slideshowSwiperButtonNext {
      right: 10px; } }

@media screen and (min-width: 890px) {
  .homepage .slideshowSwiperButtonNext:hover {
    right: 60px; } }

.homepage .swiper-container:hover .slideshowSwiperDescription {
  max-height: 720px; }

.homepage .sliderTextDescription {
  color: #fff;
  padding-bottom: 20px; }

.homepage.saffireLargeSize .sliderButtonContainer {
  position: absolute;
  top: 170px;
  left: 32px;
  text-align: right;
  display: flex;
  justify-content: flex-start; }
  .homepage.saffireLargeSize .sliderButtonContainer .sliderMoreButton {
    order: 2; }

.saffireMobileSize.homepage .sliderButtonContainer {
  right: 0;
  top: auto;
  position: absolute;
  left: 0;
  margin: auto;
  width: 100%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .saffireMobileSize.homepage .sliderButtonContainer .sliderMoreButton {
    order: 2; }

.homepage .sliderButtonContainer a.button {
  display: inline-block;
  font-family: "norwester-webfont";
  font-size: 20px;
  color: #770909 !important;
  background: #ffad00;
  background: -webkit-linear-gradient(-90deg, #ffad00);
  background: linear-gradient(180deg, #ffad00);
  padding: 5px 10px;
  white-space: nowrap;
  margin-right: 15px; }

.saffireMobileSize .sliderButtonContainer a.button {
  padding: 10px; }

.homepage .sliderButtonContainer a.button:hover {
  background: #ffc13d; }

.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: #fff;
  margin-right: 6px;
  position: relative;
  top: 0;
  transition: background 0.4s ease; }

.homepage .swiper-pagination-bullet:hover,
.homepage .swiper-pagination-bullet-active {
  background: #dcab1a; }

.homepage .sliderPlayPause {
  display: inline-block;
  cursor: pointer;
  width: 12px;
  height: 12px;
  font-size: 15px;
  color: #fff;
  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: "YanoneKaffeesatz-Light-webfont";
  font-size: 36px;
  line-height: normal;
  overflow: hidden;
  height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative; }

.homepage.saffireLargeSize .sliderTitle {
  margin-bottom: 15px; }

.homepage.saffireMobileSize .sliderTitle {
  font-size: 28.8px;
  padding: 0;
  height: auto; }

.homepage a.button.sliderMoreButton,
.homepage a.button.sliderWidgetPurchaseLink {
  border-radius: 0;
  line-height: normal;
  font-size: 20px; }

.homepage .currentSlideDescription .slideshowSwiperDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  display: block; }

.homepage .swiper-container {
  /* Specify Swiper's Size: */
  background: #141416;
  width: 100%;
  height: 720px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.homepage .swiper-slide {
  /* Specify Slides's Size: */
  height: 720px;
  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; }

@media screen and (max-width: 1920px) {
  .homepage .slideshowControlsContainer {
    left: 10px;
    float: left; } }
@media screen and (max-width: 550px) {
  .slideshowControlsContainer {
    display: none; } }
.homepageSwiperSlider {
  position: relative; }

.homepage .sliderControlsContainer {
  position: absolute;
  bottom: 295px;
  left: 171px;
  height: 0;
  z-index: 3;
  margin: 0;
  text-align: left; }
  @media screen and (max-width: 817px) {
    .homepage .sliderControlsContainer {
      position: relative;
      width: 100%; } }

.swiper-slide {
  /* Specify Slides's Size: */
  width: 100%;
  max-width: 1920px;
  height: 720px;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  @media screen and (max-width: 1075px) {
    .owl-nav {
      display: none; } }

.owl-nav [class*='owl-']:hover {
  color: #FFF;
  text-decoration: none; }

.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
  height: 21px; }

.owl-prev {
  left: -30px;
  background: url("images/multi-left.png") no-repeat; }

.owl-next {
  right: -30px;
  background: url("images/multi-right.png") no-repeat; }

.owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

#cardWidget {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  width: 1000px;
  max-width: 100%;
  height: 265px;
  margin: 60px auto;
  padding: 15px;
  vertical-align: middle;
  background: #fff;
  text-align: center; }
  #cardWidget .card-widget-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #cardWidget .image-container {
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 235px;
    width: 235px;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #cardWidget .image-container .card-widget-title {
      max-width: 100%;
      font: 26px/1 'norwester-webfont';
      color: #fff;
      text-transform: capitalize;
      text-decoration: none; }

.pageIsLoaded #cardWidget:not(.owl-loaded) {
  width: 430px;
  height: auto;
  margin: 30px auto;
  padding: 5px; }
  .pageIsLoaded #cardWidget:not(.owl-loaded) .card-widget-item {
    margin: 5px; }
  .pageIsLoaded #cardWidget:not(.owl-loaded) .card-widget-item:nth-child(n+5) {
    display: none; }
  .pageIsLoaded #cardWidget:not(.owl-loaded) .image-container {
    width: 200px;
    height: 200px;
    padding: 5px; }
    .pageIsLoaded #cardWidget:not(.owl-loaded) .image-container .card-widget-title {
      font-size: 20px; }
@media screen and (max-width: 817px) {
  .pageIsLoaded #cardWidget:not(.owl-loaded) {
    margin: 0 auto; } }
@media screen and (max-width: 450px) {
  .pageIsLoaded #cardWidget:not(.owl-loaded) {
    margin: 0 auto;
    width: 360px; }
    .pageIsLoaded #cardWidget:not(.owl-loaded) .image-container {
      width: 165px;
      height: 165px; } }
@media screen and (max-width: 380px) {
  .pageIsLoaded #cardWidget:not(.owl-loaded) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

/********************************************************

MULTIPLE ITEMS ON A SLIDER WITH DESCRIPTION OVERLAYING THE BOTTOM OF THE IMAGE

*******************************************************/
/* MULTIFEATURE */
#multiFeature2Title {
  color: #ca1500;
  text-shadow: 0 1px #b1aa9a;
  font-family: "norwester-webfont";
  font-size: 36px;
  margin: auto;
  line-height: 1em;
  height: 49px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 24px;
  bottom: auto;
  text-transform: uppercase;
  text-align: center; }

.saffireMobileSize #multiFeature2Title {
  top: 10px; }
  @media screen and (max-width: 380px) {
    .saffireMobileSize #multiFeature2Title {
      font-size: 32px; } }

#multiFeature2:not(.multiFeatureWithMultiplePages) .multiFeatureContent {
  text-align: center; }

/* MULTIFEATURE */
#multiFeature2 {
  background: rgba(255, 255, 255, 0.3);
  height: 344px;
  margin: 0 0 0 15px;
  padding: 7px;
  float: left;
  display: block;
  top: 0;
  max-width: 100%;
  width: 345px;
  clear: none; }

@media screen and (max-width: 402px) {
  #multiFeature2 {
    max-width: calc(100% - 29px - 29px);
    left: 0; } }
#multiFeature2 .featureItem {
  background: #fff;
  display: inline-block;
  height: 344px;
  margin: 0 6px 12px;
  padding: 0;
  position: relative;
  text-align: left;
  max-width: 100%;
  width: 344px; }

#multiFeature2 .featureItem:first-child {
  margin-left: 0; }

#multiFeature2 .featureItem:last-child {
  margin-right: 0; }

#multiFeature2 .featureItemImage img {
  display: inline-block;
  max-width: 311px;
  width: 100%; }

.multiFeatureArrow {
  display: block; }

#multiFeature2ArrowLeft {
  position: absolute;
  left: -29px;
  bottom: calc(172px - 13px);
  z-index: 11;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: url(images/multi-left2.png) no-repeat;
  width: 19px;
  height: 26px; }

#multiFeature2ArrowRight {
  position: absolute;
  right: -29px;
  bottom: calc(172px - 13px);
  z-index: 11;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: url(images/multi-right2.png) no-repeat;
  width: 19px;
  height: 26px; }

@media screen and (max-width: 402px) {
  #multiFeature2ArrowLeft {
    left: -26px; }

  #multiFeature2ArrowRight {
    right: -26px; } }
#multiFeature2 .featureItemTitle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  top: 10px;
  height: 60px;
  background: none;
  display: block;
  font-family: "norwester-webfont";
  font-size: 20px;
  line-height: 1.2em;
  text-align: center; }
  #multiFeature2 .featureItemTitle a {
    color: #000; }

.saffireMobileSize #multiFeature2 .featureItemTitle {
  top: 25px; }

#multiFeature2 .featureItemDescriptionContainer {
  display: block;
  max-height: 84px;
  margin: auto;
  max-width: 75%;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 284px;
  bottom: auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 311px !important;
  overflow: hidden; }
  @media screen and (max-width: 420px) {
    #multiFeature2 .featureItemDescriptionContainer {
      max-width: 185px; } }

#multiFeature2 #multiFeature1TextPaginationContainer {
  display: none !important; }

#multiFeature2 .multiFeatureWithTextPaginationPagination {
  float: left;
  font-family: "open_sansbold";
  font-size: 12px;
  color: #fff; }

#multiFeature2 #multiFeature2WithTextPaginationArrowRight:after {
  content: ">>"; }

#multiFeature2 #multiFeature2WithTextPaginationArrowLeft:after {
  content: true; }

#multiFeature2 #multiFeature2TextPaginationContainer {
  bottom: 0px;
  left: 331.5px;
  position: absolute;
  z-index: 22; }

.saffireMobileSize #multiFeature2 #multiFeature2TextPaginationContainer {
  left: 10px; }

#multiFeature2 a.multiFeatureWithTextPaginationArrow {
  display: block;
  float: left;
  margin: 0 0 0 12px;
  text-decoration: none;
  color: #424da0;
  font-family: 'open_sansbold';
  font-size: 12px;
  min-width: 15px;
  min-height: 15px;
  text-decoration: none;
  background: #ffcc00;
  padding: 0px 6px 2px;
  border-radius: 3px; }

#multiFeature2 .featureItemDescription {
  display: none; }

#multiFeature2 .featureItemDescription,
#multiFeature2 .featureItemDescription a {
  color: #000;
  max-width: calc(100vw - $calculateLeftDistance); }

#multiFeature2 .featureItemDescription a.button {
  clear: both;
  float: none;
  display: inline-block;
  margin: 3px 9px 0; }

#multiFeature2 .featureItemDescription > a:not(.button) {
  overflow: hidden; }

#multiFeature2 .featureItemButtonContainer {
  bottom: 10px;
  left: 0;
  position: absolute;
  width: 100%; }

/* global css */
#multiFeature2.multiFeature {
  position: relative;
  /* can be set to absolute or fixed on a theme level, must not be static */ }

#multiFeature2 .multiFeatureContent {
  overflow: hidden;
  max-height: 100%;
  position: absolute;
  max-width: 344px;
  height: 344px;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  z-index: 10; }

#multiFeature2.multiFeatureWithMultiplePages .multiFeatureContent {
  left: 0; }

#multiFeature2 .multiFeatureItemPanel {
  float: left; }

#multiFeature2 .featureItemImage {
  width: 311px;
  height: 207px;
  margin: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 66px; }

#multiFeature2.multiFeatureWithMultiplePages .multiFeatureItemPanel {
  top: 0;
  position: absolute;
  width: 100%;
  text-align: center; }

#multiFeature2.multiFeatureWithMultiplePages .multiFeatureContent {
  overflow: hidden; }

/* SPONSORS */
#sponsorWidgetContainer {
  width: 1500px;
  height: 175px;
  background: transparent;
  max-width: calc(100% - (16px + 16px + 10px));
  right: auto;
  position: relative !important;
  margin: 0 auto; }

.globalNoSponsorsEnabled #sponsorWidgetContainer {
  display: none !important; }

#majorSponsor {
  bottom: 0;
  width: 95px; }

#majorSponsorImageContainer {
  background: #fff;
  height: 100px;
  padding: 0 36px 0 6px;
  left: 0;
  bottom: 0;
  border-radius: 0;
  width: 95px; }

.majorSponsorImage {
  width: 104px;
  display: block; }

#sponsorLogoSection {
  height: 100px;
  width: auto;
  max-width: calc(100% - 21px - 21px);
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 21px;
  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: 95px;
  text-align: center;
  max-width: 95px;
  width: 95px;
  display: inline-block;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.39);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.39); }

.sponsorCarouselImage img {
  max-width: 86px !important;
  max-height: 86px !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: 95px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.sponsorCarouselContainer {
  width: 1454px;
  height: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

#sponsorArrowRight span {
  border: none;
  background: url(images/sponsorArrow-right.png) no-repeat center center;
  width: 16px;
  height: 21px; }

#sponsorArrowLeft span {
  border: none;
  background: url(images/sponsorArrow-left.png) no-repeat center center;
  width: 16px;
  height: 21px; }

.majorSponsorImage img {
  max-width: 90%;
  max-height: 90%; }

#sponsorArrowLeft {
  left: -20px;
  bottom: 50px; }

.sponsorWidgetContainerMajorSponsor #sponsorArrowLeft {
  left: 121px; }

#sponsorArrowRight {
  bottom: 50px;
  right: -20px; }

@media screen and (max-width: 817px) {
  #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: "norwester-webfont";
  color: #ca1500;
  text-shadow: 0 0 1px #000;
  font-size: 40px; }

#majorSponsorTitleContainer {
  left: 15px;
  top: 0; }

#majorSponsorTitleContainer .homepageh1 {
  margin: 0;
  display: none; }

.saffireMobileSize #majorSponsorTitleContainer .homepageh1 {
  display: none; }

.sponsorWidgetContainerMajorSponsor #majorSponsorTitleContainer {
  z-index: 5; }

.sponsorCarouselImage {
  margin: 0 10px !important; }

#videoWidget {
  width: 626px;
  height: 350px;
  position: relative !important;
  text-align: center;
  max-width: 100%;
  margin-left: 0;
  background: rgba(255, 255, 255, 0.3);
  float: left;
  padding-top: 8px; }

#videoWidget iframe {
  position: relative !important;
  width: 611px;
  height: 344px; }

.donate {
  width: 94px;
  height: 43px;
  background: url(images/donate.png) no-repeat;
  position: absolute;
  top: -14px;
  display: none; }

.saffireLargeSize .header .searchBox {
  z-index: 8000; }
.saffireLargeSize .header .emailSignup {
  z-index: 8000; }
.saffireLargeSize .header .searchBoxSubmit a.button:before {
  display: none; }
.saffireLargeSize .header .emailSignup .emailInputSubmit a:before {
  display: none; }

.siteInfoBannerOn #siteInfoBannerWidget:before {
  content: " ";
  width: 22px;
  height: 58px;
  position: absolute;
  background: url(images/countdownbefore.png);
  left: -22px;
  top: 0; }

.siteInfoBannerOn #siteInfoBannerWidget:after {
  content: " ";
  width: 48px;
  height: 58px;
  position: absolute;
  background: url(images/countdownafter.png);
  right: -48px;
  top: 0; }

#rotatingContentWidget {
  width: 100%;
  height: 120px;
  background-image: url(images/rotating-left.png), url(images/rotating-right.png), url(images/rotating.jpg);
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: left 0, right 0, center 0;
  font-family: 'norwester-webfont';
  font-size: 30px;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  color: #fff; }

#rotatingContentWidget a {
  color: #fff; }

.rotatingContentWidgetItemContainer {
  top: 43px;
  position: absolute;
  left: 0;
  width: 100vw;
  white-space: nowrap;
  -webkit-animation: marquee 35s linear infinite;
  animation: marquee 35s linear infinite; }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw); } }
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw); } }
#musicPlayerDropdown {
  background: #fff; }

#multiFeature1 .featureItemDescriptionContainer {
  bottom: 0; }

#multiFeature1 .featureItemImage img {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

#multiFeature1 .featureItemTitle {
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease; }

#multiFeature1 .featureItem:hover .featureItemTitle {
  color: #960c0c; }

#multiFeature1 .featureItem:hover .featureItemImage img {
  opacity: 0.5; }

.rotatingContentWidgetItemContainer.rightSideMarquee {
  left: 100%; }

#rotatingContentWidget a {
  text-decoration: none; }

#rotatingContentWidget span {
  background: transparent url("images/rotating-horse.png") no-repeat scroll 100px 0;
  display: inline-block;
  height: 43px;
  padding-left: 150px;
  padding-top: 18px; }

#multiFeature1 {
  -webkit-box-shadow: 0 16px 18px -10px #000000;
  box-shadow: 0 16px 18px -10px #000000; }

#multiFeature1:not(.multiFeatureWithMultiplePages) .multiFeatureContent {
  text-align: left; }

.vidshop {
  width: 100%;
  max-width: 1000px;
  height: 358px;
  margin: 40px auto; }

#multiFeature2Title {
  z-index: 11; }

#multiFeature2 .multiFeatureContent {
  bottom: 7px; }

#multiFeature2ArrowLeft {
  top: 300px;
  left: 25px; }

#multiFeature2ArrowRight {
  top: 300px;
  right: 25px; }

.customSponsor {
  width: 100%;
  height: auto;
  background: url(images/sponsorbg.jpg);
  padding: 60px 0; }

.homepageContent.noSponsorsEnabled .customSponsor {
  display: none !important; }

.let {
  background: url(images/let.png) no-repeat center;
  width: 349px;
  height: 126px;
  margin: 0 auto 15px;
  padding-top: 23px; }

.info {
  padding: 15px 0 0;
  font-family: 'OpenSans-Regular-webfont';
  font-size: 12px;
  color: #fff; }

.footer .separator {
  color: #d38866; }

.saffireMobileSize .content {
  margin: 0 auto; }
.saffireMobileSize .quickLinks ul li.StandardHeaderDirections {
  display: none; }
.saffireMobileSize a.ticket, .saffireMobileSize a.ticket:hover {
  top: 54px;
  right: 3px;
  padding: 3px 8px; }
.saffireMobileSize #rotatingContentWidget {
  margin-top: 0; }

.saffireMobileSize.siteInfoBannerOn #widgetBanner:before, .saffireMobileSize.siteInfoBannerOn #widgetBanner:after {
  display: none; }

.saffireMobileSize.siteInfoBannerOn #widgetBanner {
  bottom: auto; }

.header {
  background: #910b0b;
  background-image: url(images/header-bg1.jpg), url(images/header-bg2.jpg), url(images/header-bg.jpg);
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: top left, top right, center; }

.footer {
  background-image: url("images/footer-bg.png");
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 356px; }
  @media screen and (max-width: 1400px) {
    .footer {
      min-height: 276px; } }

.footer-decoration {
  position: absolute;
  top: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1400px;
  max-width: 100%;
  height: auto;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 0; }
  .footer-decoration .statue-left, .footer-decoration .statue-right {
    position: relative;
    top: 43px; }
    @media screen and (max-width: 1400px) {
      .footer-decoration .statue-left, .footer-decoration .statue-right {
        background-size: contain;
        background-repeat: no-repeat; } }
    @media screen and (max-width: 1250px) {
      .footer-decoration .statue-left, .footer-decoration .statue-right {
        top: 0; } }
  .footer-decoration .statue-left {
    background-image: url("images/let-er-buck.png");
    height: 313px;
    width: 486px; }
    @media screen and (max-width: 1400px) {
      .footer-decoration .statue-left {
        height: 200px;
        width: 310px; } }
    @media screen and (max-width: 817px) {
      .footer-decoration .statue-left {
        background-image: url("images/let-er-buck-mobile.png");
        height: 212px;
        width: 156px; } }
  .footer-decoration .statue-right {
    background-image: url("images/on-with-the-show.png");
    height: 313px;
    width: 421px; }
    @media screen and (max-width: 1400px) {
      .footer-decoration .statue-right {
        height: 200px;
        width: 269px; } }
    @media screen and (max-width: 817px) {
      .footer-decoration .statue-right {
        background-image: url("images/on-with-the-show-mobile.png");
        height: 212px;
        width: 167px; } }
  @media screen and (max-width: 1250px) {
    .footer-decoration {
      position: relative;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      max-width: 650px;
      top: 1px; } }
  @media screen and (max-width: 817px) {
    .footer-decoration {
      padding: 0 10px;
      max-width: 350px; } }

.footer-content {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  max-width: 100%;
  z-index: 9;
  color: #fff;
  padding-bottom: 40px; }
  @media screen and (min-width: 1250px) {
    .footer-content {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); } }
  @media screen and (max-width: 1400px) {
    .footer-content {
      padding: 30px 0; } }

.saffireMobileSize .footer-content {
  padding: 10px 0 20px;
  line-height: 1.5em; }

.footer-bottom-mobile {
  display: none; }
  @media screen and (max-width: 1250px) {
    .footer-bottom-mobile {
      width: 100%;
      display: block;
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      background: #000;
      min-height: 65px;
      padding: 15px 0;
      font-size: 12px; } }

@media screen and (max-width: 1067px) {
  .siteInfoBannerOn #siteInfoBannerWidget {
    right: 60px; } }
@media screen and (max-width: 1016px) {
  #videoWidget {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  #multiFeature2.multiFeature {
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    float: none; } }
@media screen and (max-width: 817px) {
  body {
    background: #fff; }

  #siteInfoBannerWidget:before, #siteInfoBannerWidget:after {
    display: none; }

  .marquee {
    margin-top: -17px; } }
#multiFeature1 .featureItem:hover .featureItemTitle {
  color: #fff; }

#multiFeature1 .featureItemTitle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 0 4px #000;
  position: relative;
  top: 20px; }

.saffireMobileSize .mobileNavContainer {
  overflow: scroll; }

body:not(.homepage) .content {
  font-size: 16px; }

@media screen and (max-width: 1500px) {
  .saffireLargeSize .quickLinks {
    right: 85px; }

  .saffireLargeSize #mainNavigation {
    right: 220px; }

  #customLogo {
    left: -86px;
    width: 300px;
    height: 187px; }

  .saffireLargeSize #siteInfoBannerWidget {
    right: 120px; } }
@media screen and (max-width: 1330px) {
  .saffireLargeSize .quickLinks {
    right: 130px; }

  .saffireLargeSize #mainNavigation {
    right: 265px; }

  #customLogo {
    left: -41px; }

  .saffireLargeSize #widgetBanner {
    width: 980px; }

  .saffireLargeSize #siteInfoBannerWidget {
    right: 0; } }
@media screen and (max-width: 1150px) {
  .saffireLargeSize .quickLinks {
    right: 170px; }

  .saffireLargeSize #mainNavigation {
    right: 305px; }

  #customLogo {
    left: 0;
    width: 250px;
    height: 155px; }

  .saffireLargeSize #siteInfoBannerWidget {
    right: 40px; } }
@media screen and (max-width: 1050px) {
  .header {
    background-image: url(images/header-bg.jpg); }

  .saffireLargeSize .quickLinks {
    right: 200px; }

  .saffireLargeSize .nav .groups .group a, .saffireLargeSize .navDummyLink {
    font-size: 16px; }

  .saffireLargeSize #mainNavigation {
    left: 5px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .saffireLargeSize #mainNavigation .groups {
      left: 0;
      width: auto;
      margin: 0;
      padding-right: 25px; }

  #customLogo {
    left: 30px; }

  .saffireLargeSize #siteInfoBannerWidget {
    right: 65px; } }
@media screen and (max-width: 1000px) {
  #customLogo {
    width: 215px;
    height: 134px; }

  .saffireLargeSize #widgetBanner {
    width: 80%; }

  .saffireLargeSize #siteInfoBannerWidget {
    right: -10px; } }
@media screen and (max-width: 875px) {
  .saffireLargeSize .nav .groups .group a, .saffireLargeSize .navDummyLink {
    font-size: 14px; } }
.saffireMobileSize.homepage.siteInfoBannerOff .homepageSwiperSlider,
.saffireMobileSize.homepage.siteInfoBannerWidgetNoThankYouMessage .homepageSwiperSlider {
  padding-top: 0; }

.saffireMobileSize.homepage .swiper-container, .saffireMobileSize.homepage .swiper-slide {
  height: 300px; }
  @media screen and (max-width: 500px) {
    .saffireMobileSize.homepage .swiper-container, .saffireMobileSize.homepage .swiper-slide {
      height: 175px; } }
.saffireMobileSize.homepage .homepageSwiperSlider {
  margin-bottom: 0;
  padding-top: 82px; }
.saffireMobileSize.homepage .sliderControlsContainer {
  top: 10px;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center; }
  .saffireMobileSize.homepage .sliderControlsContainer .sliderPlayPause {
    display: none; }
  .saffireMobileSize.homepage .sliderControlsContainer .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    margin-right: 10px; }
.saffireMobileSize.homepage .slideshowSwiperDescription {
  padding: 30px 40px;
  text-align: center; }
  .saffireMobileSize.homepage .slideshowSwiperDescription .sliderTitle {
    margin: 5px 0 20px;
    font-size: 24px; }
  .saffireMobileSize.homepage .slideshowSwiperDescription .sliderTextDescription {
    font-size: 13px;
    padding-bottom: 20px; }
.saffireMobileSize.homepage .sliderButtonContainer a {
  margin-right: 15px;
  display: inline-block; }

.saffireMobileSize.homepage .slideshowSwiperButtonPrev, .saffireMobileSize.homepage .slideshowSwiperButtonNext {
  display: none !important; }

.homepage.saffireMobileSize #rotatingContentWidget {
  display: none; }

.homepage.saffireMobileSize #multiFeature1 {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  width: 100%; }

.homepage.saffireMobileSize #multiFeature1ArrowLeft, .homepage.saffireMobileSize #multiFeature1ArrowRight {
  display: none; }

.saffireMobileSize .customSponsor {
  padding: 50px 0; }

@media screen and (max-width: 1020px) {
  .vidshop {
    height: auto; } }
.saffireMobileSize .vidshop {
  margin: 0; }
  .saffireMobileSize .vidshop #videoWidget {
    background: none;
    padding-top: 0;
    max-width: 100%;
    width: 100%; }
    .saffireMobileSize .vidshop #videoWidget iframe {
      max-width: 100%;
      width: 100%; }
  .saffireMobileSize .vidshop #multiFeature2 {
    width: 360px;
    display: block;
    margin: 30px auto;
    padding: 0;
    background: none; }
    .saffireMobileSize .vidshop #multiFeature2 .multiFeatureContent {
      width: 100%;
      max-width: 100%;
      margin: 0; }
      .saffireMobileSize .vidshop #multiFeature2 .multiFeatureContent .featureItem {
        width: 100%;
        max-width: 100%;
        margin: 0; }

.saffireLargeSize.generalMessageOn .header {
  margin-top: 40px; }

.saffireMobileSize.generalMessageOn .header {
  margin-top: 0; }

.saffireMobileSize .generalmessage {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.generalmessage {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 100%;
  z-index: 9999;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #000; }

.isResponsive.mobileBrowser.modalBody {
  height: auto; }

.saffireMobileSize .ui-dialog {
  max-width: 90%; }

.getUpdatesPageEmailModule {
  position: relative;
  top: 50px; }
  .getUpdatesPageEmailModule .inputFieldTextbox {
    visibility: visible; }
  .getUpdatesPageEmailModule a.button, .getUpdatesPageEmailModule .button {
    border-radius: 2px !important; }

@media screen and (max-width: 800px) {
  .isResponsive.modalBody .emailSignup .textbox {
    border-right: 1px solid #aaa; } }
#eventListing .fa-search, #eventListing .fa-calendar, #eventListing .fa-star {
  color: #000;
  position: relative;
  bottom: 3px; }

.dash {
  padding: 0 10px; }

.happy-canyon {
  background: url("images/happy-canyon-bg.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-color: #2f100b; }
  .happy-canyon .wrapper {
    margin: 264px auto 0 !important; }
    @media screen and (max-width: 817px) {
      .happy-canyon .wrapper {
        margin: 0 !important; } }
  .happy-canyon .content {
    padding: 35px 0 !important;
    margin: 65px auto 205px; }
    @media screen and (max-width: 817px) {
      .happy-canyon .content {
        margin-top: 125px; } }
    .happy-canyon .content:before, .happy-canyon .content:after {
      content: '';
      display: block;
      margin: auto;
      width: 100%;
      position: absolute;
      background-color: #fff; }
    .happy-canyon .content:before {
      background: url("images/content-topper.png");
      background-position: center top;
      height: 145px;
      top: -105px; }
    .happy-canyon .content:after {
      background: url("images/content-footer.png");
      background-position: center;
      height: 152px; }
      @media screen and (max-width: 817px) {
        .happy-canyon .content:after {
          bottom: -152px; } }
  .happy-canyon #MainContent_content_smp_breadcrumbs, .happy-canyon #pnl_googleTranslate {
    display: none; }
  .happy-canyon .happy-canyon-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto; }
    .happy-canyon .happy-canyon-nav .happy-canyon-nav-link {
      text-decoration: none;
      font-family: 'norwester-webfont';
      font-size: 18px;
      color: #f4d86c;
      background: #286866;
      margin: 0 7px;
      padding: 15px 20px; }
      @media screen and (max-width: 1000px) {
        .happy-canyon .happy-canyon-nav .happy-canyon-nav-link {
          margin: 10px auto 0;
          width: 200px;
          text-align: center; } }
    @media screen and (max-width: 1000px) {
      .happy-canyon .happy-canyon-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .happy-canyon .entityContainer {
    max-width: 935px;
    margin: auto; }
  .happy-canyon h1, .happy-canyon h2, .happy-canyon h3 {
    font-family: 'Thunderbird';
    color: #286866; }
  .happy-canyon h1 {
    font-size: 70px; }
    @media screen and (max-width: 817px) {
      .happy-canyon h1 {
        font-size: 50px; } }
  .happy-canyon h2 {
    font-size: 50px; }
    @media screen and (max-width: 817px) {
      .happy-canyon h2 {
        font-size: 40px; } }
  .happy-canyon h3 {
    font-size: 40px; }
    @media screen and (max-width: 817px) {
      .happy-canyon h3 {
        font-size: 30px; } }
  .happy-canyon .button {
    font-size: 20px;
    padding: 5px 15px;
    border-radius: 4px; }

/*# sourceMappingURL=theme.css.map */
