/************** LOAD FONTS ******************/
@font-face {
  font-family: "OpenSans-Light-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Light-webfont.woff2") format("woff2"), url("fonts/OpenSans-Light-webfont.woff") format("woff"); }
@font-face {
  font-family: "OpenSans-Regular-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Regular-webfont.woff2") format("woff2"), url("fonts/OpenSans-Regular-webfont.woff") format("woff"); }
@font-face {
  font-family: "OpenSans-Semibold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Semibold-webfont.woff2") format("woff2"), url("fonts/OpenSans-Semibold-webfont.woff") format("woff"); }
@font-face {
  font-family: "OpenSans-Bold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Bold-webfont.woff2") format("woff2"), url("fonts/OpenSans-Bold-webfont.woff") format("woff"); }
@font-face {
  font-family: "OpenSans-ExtraBold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-ExtraBold-webfont.woff2") format("woff2"), url("fonts/OpenSans-ExtraBold-webfont.woff") format("woff"); }
@font-face {
  font-family: "museo500-regular-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/museo500-regular-webfont.woff2") format("woff2"), url("fonts/museo500-regular-webfont.woff") format("woff"); }
@font-face {
  font-family: "museo700-regular-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/museo700-regular-webfont.woff2") format("woff2"), url("fonts/museo700-regular-webfont.woff") format("woff"); }
@font-face {
  font-family: "museo300";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/museo300.woff2") format("woff2"), url("fonts/museo300.woff") format("woff"); }
@font-face {
  font-family: "Myriad-Pro";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Myriad-Pro.woff2") format("woff2"), url("fonts/Myriad-Pro.woff") format("woff"); }
body {
  color: #333;
  font: 14px/1.5 "open_sansregular", Arial, Verdana, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "museo500-regular-webfont";
  font-weight: normal;
  color: #0768ad;
  line-height: 1.2;
  text-transform: none; }

h1 {
  margin: 0.2em 0;
  font-size: 36px; }

h2,
h2 a {
  font-size: 28px; }

.cartcols h2 {
  font-size: 20px; }

h3 {
  font-size: 20px;
  color: #32bef3; }

a {
  color: #111;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }
/***************** CONTAINERS **************************/
body {
  background: transparent;
  background-size: cover; }

body.saffireLargeSize:not(.homepage) {
  background-image: url("images/subpage-bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }

.wrapper {
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible; }

body:not(.homepage) .content {
  position: relative;
  max-width: calc(1030px - 15px - 15px);
  margin: 145px auto 60px;
  padding: 15px 15px 15px 15px;
  background: #fff; }

.saffireLargeSize.homepage .content,
.homepage .content {
  position: relative;
  max-width: 100%;
  margin: 107px auto 0;
  padding: 0;
  background: none; }

.subContainer {
  background: #4dc0ec;
  color: #111; }

.subContainer a,
.subContainer h1, .subContainer h2, .subContainer h3 {
  color: #111; }
.subContainer .error {
  color: #000; }

.dateDisplayBar,
.dateDisplay {
  background: #274570;
  color: #fff; }
  .dateDisplayBar a,
  .dateDisplay a {
    color: #fff; }

#google_translate_element {
  /* |%  Google translate position */
  top: 15px;
  right: 30px; }

.carthr {
  background: #111; }

.orderhistory {
  background: #274570; }

.orderhistory th {
  color: #fff;
  padding: 8px 3px; }

.alternateRow {
  background: #f0f0f0; }

.listingItem {
  background: #f0f0f0;
  border-bottom: 1px solid #d7d7d7; }
  .listingItem:hover {
    background: #f8f8f8; }

/*************** 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; }

/************* BUTTON STYLES *********************/
a.button,
.button {
  /* |%  set font-family */
  padding: 1px 8px;
  font-size: 16px;
  line-height: 1.75em;
  text-transform: uppercase;
  border-radius: 0;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "open_sansbold"; }

a.button,
.button,
.buttonSmall {
  background: #0082ca;
  background: -webkit-linear-gradient(-90deg, #0082ca);
  background: linear-gradient(180deg, #0082ca);
  color: #fff !important; }

a.button:hover,
.button:hover,
.buttonSmall:hover {
  background: #08a7ff;
  color: #fff !important; }

a.updateButton.buttonSmall,
a.removeButton.buttonSmall,
a.cartMenuRemoveButton.button.buttonSmall {
  font-size: 0.9em; }

/************************* 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 #google_translate_element {
  top: 1px;
  right: 0; }
.modalContent h1 {
  font-size: 24px;
  line-height: 1.2em; }

.modalClose {
  top: 1px;
  background: none; }
  .modalClose .modalCloseButton img {
    display: none; }
  .modalClose .modalCloseButton:before {
    content: "X";
    font-family: sans-serif; }

/* SHOWORKS TABLE */
.modalBody .showorksModalTitle {
  /* |%  set font-family */
  font-size: 32px;
  line-height: 36px; }
.modalBody .showorksBreadcrumbs {
  /* |%  set font-family */
  font-size: 20px;
  color: #111;
  line-height: 22px; }
.modalBody .showorksTableGrid th {
  /* |%  set font-family */
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.06em;
  padding-bottom: 7px;
  padding-top: 7px; }
.modalBody .showorksTableGrid td {
  color: #333; }
.modalBody .showorksTableGrid tr.odd {
  background: #fff;
  color: black; }
.modalBody .showorksTableGrid tr.even {
  background: #e6e6e6;
  color: black; }

.cart-popup-page-overlay {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  animation: fadeIn 0.3s forwards;
  transition: 0.3s;
  z-index: 99999999; }
  .cart-popup-page-overlay .cart-popup-container {
    box-sizing: border-box;
    width: 700px;
    height: auto;
    min-height: 300px;
    max-width: 80%;
    max-height: 80%;
    padding: 10px 15px 35px;
    background: #fff; }
  .cart-popup-page-overlay .cart-popup-header {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .cart-popup-page-overlay .cart-popup-close {
    color: #0768ad; }
    .cart-popup-page-overlay .cart-popup-close:hover {
      cursor: pointer;
      text-decoration: underline; }
  .cart-popup-page-overlay .cart-popup-content {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px; }
  .cart-popup-page-overlay h2 {
    flex: 1 1 100%;
    margin: 0 0 1em; }
    @media screen and (max-width: 700px) {
      .cart-popup-page-overlay h2 {
        font-size: 24px;
        margin: 12px 0; } }
  .cart-popup-page-overlay .cart-popup-items-container {
    flex: 1 1 100%;
    margin-bottom: 25px; }
  .cart-popup-page-overlay .cart-popup-item {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 65px;
    padding: 5px;
    margin-bottom: 5px;
    background: #ccc; }
    @media screen and (max-width: 700px) {
      .cart-popup-page-overlay .cart-popup-item {
        flex-wrap: wrap;
        height: auto; } }
  .cart-popup-page-overlay .cart-popup-item-left,
  .cart-popup-page-overlay .cart-popup-item-right {
    box-sizing: border-box;
    display: flex; }
    @media screen and (max-width: 700px) {
      .cart-popup-page-overlay .cart-popup-item-left,
      .cart-popup-page-overlay .cart-popup-item-right {
        flex: 1 1 100%; } }
  .cart-popup-page-overlay .cart-popup-item-left {
    align-items: flex-start; }
  .cart-popup-page-overlay .cart-popup-item-description {
    line-height: 1.2; }
    .cart-popup-page-overlay .cart-popup-item-description span:first-child {
      display: block;
      font-weight: 700;
      margin-bottom: 5px; }
  .cart-popup-page-overlay .cart-popup-item-right {
    align-items: center;
    flex-shrink: 0;
    margin-left: 20px; }
    @media screen and (max-width: 700px) {
      .cart-popup-page-overlay .cart-popup-item-right {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
        margin-top: 10px; } }
    .cart-popup-page-overlay .cart-popup-item-right select {
      box-sizing: border-box;
      width: 40px;
      height: 30px;
      margin-left: 10px;
      border: none;
      font-size: 16px; }
      .cart-popup-page-overlay .cart-popup-item-right select.invalid {
        border: 1px solid red; }
      @media screen and (max-width: 700px) {
        .cart-popup-page-overlay .cart-popup-item-right select {
          margin-left: 0;
          margin-right: 10px;
          order: 1; } }
    .cart-popup-page-overlay .cart-popup-item-right .button {
      margin-left: 10px; }
      @media screen and (max-width: 700px) {
        .cart-popup-page-overlay .cart-popup-item-right .button {
          margin: 5px 0 0;
          order: 3; } }
    @media screen and (max-width: 700px) {
      .cart-popup-page-overlay .cart-popup-item-right span {
        order: 2;
        flex: 1 1 75%; } }
  .cart-popup-page-overlay .cart-popup-product-image {
    display: inline-block;
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    margin-right: 10px;
    background-image: url("images/cardslide-4.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .cart-popup-page-overlay .cart-popup-done-btn {
    display: inline-block;
    margin: auto;
    font-size: 18px;
    color: #0768ad;
    text-align: center;
    text-decoration: underline; }
    .cart-popup-page-overlay .cart-popup-done-btn:hover {
      cursor: pointer; }

.cart-popup-active .cart-popup-page-overlay {
  opacity: 1;
  transition: 0.3s; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/**
 * 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;
  -khtml-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: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  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;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-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;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #869791; }

.generalmessage {
  /* |%  set font-family, background color, color, etc. */
  background: #444;
  color: #993200;
  font-size: 16px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 8px;
  font-family: "museo300"; }
  .generalmessage a {
    color: #993200; }

.header .searchBox a.button,
.header .emailSignup a.button {
  color: #fff !important;
  background: transparent;
  font-family: "open_sansregular";
  font-size: 14px;
  padding: 0 8px 1px; }

.header .searchBox a.button:hover,
.header .emailSignup a.button:hover {
  background: rgba(31, 31, 31, 0); }

.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: '';
  position: absolute;
  height: 19px;
  width: 15px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(images/search-icon.png);
  background-repeat: no-repeat;
  background-size: contain; }

.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: '';
  position: absolute;
  height: 18px;
  width: 22px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(images/email-icon.png);
  background-repeat: no-repeat;
  background-size: contain; }

.header input.textbox {
  min-height: 14px; }

.saffireLargeSize .header .searchBox .searchBoxInput input {
  position: relative; }

.header {
  /* |%  need to set height and width if not 100% */
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 107px;
  background: #274570; }

@media screen and (max-width: 800px) {
  /* prevents crazyshifty stuff before js loads */
  .header {
    opacity: 0; }

  .pageIsLoaded .header {
    opacity: 1; } }
.saffireMobileSize .header {
  height: 120px; }

.headerInnerContent {
  display: block;
  margin: 0 auto;
  position: relative; }

.saffireLargeSize .headerInnerContent {
  height: 107px;
  max-width: 1200px;
  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: 178px;
  position: absolute;
  left: 28px;
  right: auto;
  top: 2px;
  bottom: auto;
  width: 307px;
  background-size: contain; }

@media screen and (max-width: 985px) {
  #customLogo {
    height: 145px;
    width: 215px; } }
@media screen and (max-width: 940px) {
  #customLogo {
    height: 125px;
    width: 195px; } }
.saffireMobileSize #customLogo {
  width: 120px;
  height: 78px;
  left: 1.5%;
  top: 5px; }

/* MAIN NAVIGATION */
.saffireLargeSize .nav {
  height: 34px;
  padding: 0;
  background: none;
  clear: both;
  width: 100%;
  z-index: 5002 !important;
  top: 79px;
  position: static; }

.saffireLargeSize .nav:hover {
  z-index: 5002 !important; }

.saffireLargeSize .nav .groups {
  position: static;
  height: 34px;
  max-height: 50px;
  bottom: 0;
  margin: auto;
  right: 0;
  display: flex;
  align-items: center;
  position: static;
  right: 0;
  left: auto;
  top: 79px;
  bottom: auto;
  bottom: auto;
  top: 0; }

.saffireLargeSize .nav .groups .group {
  margin: 0 0 0 5px;
  padding: 4px 20px 5px; }

.saffireLargeSize .nav .groups .group a,
.saffireLargeSize .navDummyLink {
  font-size: 20px;
  font-family: "museo700-regular-webfont";
  line-height: normal;
  color: #fff; }

@media screen and (max-width: 1030px) {
  .saffireLargeSize .nav .groups .group a,
  .saffireLargeSize .navDummyLink {
    font-size: 16px; } }
.saffireLargeSize .nav .groups .group a:hover,
.saffireLargeSize .nav .groups .group:hover a,
.saffireLargeSize .nav .groups .group:hover {
  color: #fff;
  background: #0082ca;
  border-radius: 4px 4px 0 0; }

.saffireLargeSize .nav .groups .group[aria-haspopup="false"] a:hover,
.saffireLargeSize .nav .groups .group[aria-haspopup="false"]:hover a,
.saffireLargeSize .nav .groups .group[aria-haspopup="false"]:hover {
  border-radius: 4px; }

/* MAIN NAVIGATION DROP-DOWN MENUS */
.saffireLargeSize .nav .items,
.saffireLargeSize .nav .subitems {
  /* |%  nav dropdown colors */
  background: #0082ca;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff; }

.saffireLargeSize .nav .items {
  left: 0;
  min-width: 100%;
  z-index: 99999999; }

.saffireLargeSize .nav .item {
  min-width: 100%; }

.saffireLargeSize .nav .groups .group:hover .items .item a,
.saffireLargeSize .nav .items .item a,
.saffireLargeSize .navDummyLink {
  color: #fff;
  font: 14px "open_sansregular", Arial, Verdana, sans-serif, Arial, Helvetica, sans-serif; }

.saffireLargeSize .nav .items .item a:hover {
  color: #e0e0e0;
  background: #08a7ff; }

.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: absolute;
  right: 150px;
  left: auto;
  top: 10px;
  bottom: auto;
  float: right;
  margin-top: 0;
  margin-bottom: 0; }

.saffireLargeSize .quickLinks ul li > a:hover,
.saffireLargeSize .quickLinks ul li.standardLoginStatus a:hover,
.saffireLargeSize .quickLinks ul li.standardMyAccount a:hover,
.saffireLargeSize a.cartMenuLink:hover {
  /* |%  hover color for quick links */
  color: #e0e0e0; }

.saffireLargeSize .quickLinks,
.saffireLargeSize .quickLinks ul li,
.saffireLargeSize .quickLinks ul li > a,
.saffireLargeSize .quickLinks ul li.standardLoginStatus a,
.saffireLargeSize .quickLinks ul li.standardMyAccount a,
.saffireLargeSize a.cartMenuLink {
  font-size: 11px;
  line-height: normal;
  color: #fff;
  font-family: "OpenSans-Regular-webfont";
  text-transform: uppercase; }

.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: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: url(images/ticket.png) no-repeat 0 top;
  width: 152px;
  height: 56px;
  text-indent: -999px;
  overflow: hidden; }

.saffireLargeSize .ticket:hover {
  background: url(images/ticket.png) no-repeat 0 bottom; }

.saffireMobileSize a.ticket,
.saffireMobileSize a.ticket:hover {
  border-radius: 0;
  height: auto;
  left: auto;
  overflow: hidden;
  padding: 0 3px;
  position: absolute;
  right: 7px;
  text-decoration: none;
  text-indent: 0;
  top: 52px;
  white-space: nowrap;
  width: auto;
  /* line-height: normal !important;
  font-size: 24px !important; */
  background: transparent;
  color: #fff;
  font-family: "open_sansbold";
  font-size: 19.2px;
  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: 11px;
  text-transform: none;
  color: #fff;
   /*  @if map-get($quickLinks, icon-cart) {
    	color: map-get($headerInputs, font-color);

    } */ }

.saffireLargeSize #svgViewCartIcon path {
  fill: #fff; }

/* EMAIL & SEARCH BOXES */
.saffireLargeSize .header .emailSignup {
  position: static;
  right: 0;
  left: auto;
  top: 24px;
  bottom: auto;
  float: right;
  margin-left: 6px;
  padding-right: 15px;
  /* margin-top: 8px; */
  width: auto;
  z-index: auto;
  font-size: 2em; }

.quickLinks ul {
  z-index: auto; }

.saffireLargeSize .header .emailSignup .emailInputField input {
  width: 0;
  padding: 0;
  position: relative;
  right: 0;
  top: -6px;
  height: 25px;
  transition: all 0.3s ease;
  border-width: 0;
  box-shadow: -2px 0 3px #000; }

.saffireLargeSize .header .emailSignup:hover .emailInputField input,
.saffireLargeSize .header .emailSignup .emailInputField input:focus {
  width: 125px;
  padding-right: 15px;
  padding-left: 5px;
  z-index: 2000001; }

.saffireLargeSize .header .emailSignup .emailInputSubmit a {
  border-radius: 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:hover {
  background: transparent; }

.searchBox input,
.emailSignup .textbox {
  border-radius: 0 0 0 0;
  top: 0; }

.saffireLargeSize .header .searchBox {
  position: static;
  right: 0;
  left: auto;
  top: 50px;
  bottom: auto;
  float: right;
  margin-left: 6px;
  margin-right: 6px;
  /* margin-top: 8px; */
  z-index: 5003;
  font-size: 2em; }

.quickLinks ul,
.saffireLargeSize .header .searchBox,
.saffireLargeSize .header .emailSignup {
  z-index: auto; }

.saffireLargeSize .header .searchBox .searchBoxInput input {
  width: 0;
  padding: 0;
  position: relative;
  right: 0;
  top: -6px;
  height: 25px;
  transition: all 0.3s ease;
  border-width: 0;
  box-shadow: -2px 0 3px #000; }

.saffireLargeSize .header .searchBox:hover .searchBoxInput input,
.saffireLargeSize .header .searchBox .searchBoxInput input:focus {
  width: 125px;
  padding-right: 15px;
  padding-left: 5px;
  z-index: 2000001; }

.saffireLargeSize .header .searchBox .searchBoxSubmit a {
  border-radius: 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.button:hover {
  background: transparent; }

/* WEATHER BUG */
#weatherBugWidget {
  color: #fff;
  white-space: nowrap;
  position: relative;
  left: 0;
  right: auto;
  top: -4px;
  bottom: auto;
  visibility: hidden;
  font-family: 'opensans-regular-webfont';
  font-size: 11px; }

.weatherDescriptive {
  display: none !important; }

.saffireMobileSize #weatherBugWidget {
  display: none !important; }

#weatherBugText {
  display: none; }

#weatherBugImage {
  top: 3px; }

#weatherBugShortDescription {
  display: inline; }

.saffireMobileSize .searchBoxSubmit:before {
  top: 6px !important; }

.saffireMobileSize .searchBox.clonedSearchBox .searchBoxInput input.inputFieldTextbox.textbox {
  height: 27px; }

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 45px 0 50px;
  background: url("images/footer-bg.jpg") no-repeat #fff top;
  background-size: cover;
  color: #2e2822;
  text-align: center; }
  .footer .footer-logo {
    display: block;
    height: 235px;
    width: 360px;
    margin: auto;
    background-image: url(images/footer-logo.png);
    background-repeat: no-repeat;
    transition: .3s; }
  .footer .footer-contact {
    max-width: 630px;
    margin: 0 auto 15px;
    font-size: 20px;
    display: flex;
    justify-content: space-between; }
  .footer a {
    color: #2e2822;
    text-decoration: none; }
    .footer a:hover {
      text-decoration: underline; }
  .footer ul.footerItems1 {
    margin: 0 auto 20px;
    font-family: "opensans-regular-webfont";
    font-size: 13px; }
  .footer ul.footerItems2 {
    margin: 0 auto; }
  .footer .footer-bottom-inner {
    font-size: 11px; }
  .footer .saffire-contaienr {
    font-size: 11px; }

.saffire-container {
  font-size: 11px; }

.saffireMobileSize .footer {
  background: url(images/footer-bg.jpg);
  background-size: cover;
  background-position: top; }
  .saffireMobileSize .footer a:hover {
    text-decoration: none; }
  .saffireMobileSize .footer ul.footerItems1 {
    display: none; }
  .saffireMobileSize .footer .footerSignIn {
    max-width: 300px;
    margin: auto; }
  .saffireMobileSize .footer ul.footerItems2 {
    margin-top: 25px;
    text-align: center; }
  .saffireMobileSize .footer .footer-contact {
    flex-direction: column; }

@media screen and (max-width: 385px) {
  .footer .footer-logo {
    height: 200px;
    width: 307px;
    background-size: contain; } }
/* PAGINATION*/
/* LEFT-RIGHT ARROWS*/
/* You shouldn't need to change the items below for the most part*/
/* used for placing pagination - necessary when giving a specific left value - must be set in Spark (default is 5)*/
/* this allows for vertical centering of images - disable if opting for img elements*/
/******************************************************
*                                                     *
*                                                     *
*    DO NOT CHANGE ITEMS BELOW THIS SECTION!!!!       *
*                                                     *
*                                                     *
******************************************************/
/*/////////////////////////////////////////////////////////////////////*/
/* MIXINS AND ETC.*/
/*/////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - General Settings*/
/*/////////////////////////////////////////////////////////////////////*/
.homepage {
  /* Homepage Swiper Slider*/
  /* Slideshow Description*/
  /* Slideshow Description - Current Slide Description*/
  /* New Slider Description Container*/
  /* Slider Title*/
  /* Slideshow Swiper Container*/
  /* Swiper Slide*/
  /* Slider Button Container*/
  /* Slideshow Swiper Button - PREV*/
  /* Slideshow Swiper Button - NEXT*/
  /* Slider Controls container*/
  /* Slideshow Swiper Pagination*/
  /* Play Pause Buttons*/
  /* Play Pause Buttons*/
  /* Slider Play Pause*/ }
  .homepage .homepageSwiperSlider {
    position: relative; }
  .homepage .swiper-slide-active {
    box-shadow: -1px 3px 20px 3px rgba(0, 0, 0, 0.7); }
  .homepage .slideshowSwiperDescription {
    display: none;
    /* Slideshow Description - Hover Styles*/ }
    .homepage .slideshowSwiperDescription a,
    .homepage .slideshowSwiperDescription span {
      display: none;
      text-decoration: none; }
    .homepage .slideshowSwiperDescription .sliderTextDescription {
      display: block;
      color: #fff;
      line-height: 1.2em;
      pointer-events: none;
      max-width: 100%; }
  .homepage .slideshowSwiperDescription.currentSlideDescription {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-family: "museo300";
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s; }
    @media screen and (max-width: 1000px) {
      .homepage .slideshowSwiperDescription.currentSlideDescription {
        padding-top: 1em;
        padding-left: 2%;
        padding-right: 2%; } }
  .homepage #newSliderDescriptionContainer {
    background: #32bef3; }
  .homepage .sliderTitle {
    position: relative;
    max-width: 100%;
    line-height: normal;
    font-family: "museo700-regular-webfont";
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    height: 42px; }
    @media screen and (max-width: 1023px) {
      .homepage .sliderTitle {
        font-size: 18px; } }
  .homepage .swiper-container {
    position: relative;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    z-index: 1;
    /* Specify Swiper's Size: */
    width: 100%;
    max-width: 100%;
    height: 600px;
    /* Swiper Container - Inset Shadow*/
    /* Swiper Container - Hover Styles*/ }
    .homepage .swiper-container:hover .slideshowSwiperDescription {
      max-height: 600px; }
  .homepage .swiper-slide {
    /* Specify Slides's Size: */
    position: relative;
    height: 600px;
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.6;
    text-align: center;
    width: 1200px; }
    .homepage .swiper-slide > a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: block;
      margin: auto; }
    .homepage .swiper-slide img {
      width: 100%;
      max-width: 100%;
      height: auto; }
  .homepage .swiper-slide-active .slideshowSwiperDescription a,
  .homepage .swiper-slide-active .slideshowSwiperDescription span {
    display: inline-block; }
  @media screen and (max-width: 1200px) {
    .homepage .swiper-slide,
    .homepage .swiper-container {
      height: 50vw !important; } }
  .homepage span.sliderButtonContainer {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* Buttons*/ }
    .homepage span.sliderButtonContainer a.button {
      display: inline-block;
      padding: 10px 15px;
      font-family: "museo700-regular-webfont";
      font-size: 16px;
      color: #644008 !important;
      background: #dcba10;
      background: -webkit-linear-gradient(-90deg, #dcba10);
      background: linear-gradient(180deg, #dcba10);
      white-space: nowrap;
      margin: 0 5px;
      /* More and BuyNow Buttons*/
      /* Button - Hover Styles*/ }
      .homepage span.sliderButtonContainer a.button.sliderMoreButton, .homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
        font-size: 16px; }
      .homepage span.sliderButtonContainer a.button.sliderMoreButton {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      .homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .homepage span.sliderButtonContainer a.button:hover {
        background: #f1d239; }
  .homepage .slideshowSwiperButtonPrev {
    position: absolute;
    top: 40%;
    right: 0;
    margin: auto;
    z-index: 4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    background: url("images/slideshow-left.png") no-repeat left center;
    width: 20px;
    height: 30px;
    left: -1300px;
    /* Slideshow Swiper Button - PREV - Hover Styles*/ }
    @media screen and (max-width: 1320px) {
      .homepage .slideshowSwiperButtonPrev {
        left: 0;
        right: auto; } }
    @media screen and (max-width: 1510px) {
      .homepage .slideshowSwiperButtonPrev {
        left: 1%;
        right: auto; } }
  .homepage .slideshowSwiperButtonNext {
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    left: 0;
    margin: auto;
    z-index: 4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    width: 20px;
    height: 30px;
    background: url("images/slideshow-right.png") no-repeat right center;
    right: -1300px;
    /* Slideshow Swiper Button - PREV - Hover Styles*/ }
    @media screen and (max-width: 1320px) {
      .homepage .slideshowSwiperButtonNext {
        right: 0;
        left: auto;
        top: 25vw; } }
    @media screen and (max-width: 1510px) {
      .homepage .slideshowSwiperButtonNext {
        right: 1%;
        left: auto; } }
  .homepage .sliderControlsContainer {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    top: 102%;
    bottom: auto;
    /* setting is left, right or center*/
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    width: 100%;
    margin: 0;
    text-align: center;
    z-index: 3; }
  .homepage .slideshowSwiperPagination {
    box-sizing: border-box;
    display: inline-block;
    padding-top: 3px; }
  .homepage .sliderPlayPauseButtons {
    display: inline-block; }
  .homepage .swiper-pagination-bullet {
    position: relative;
    top: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px;
    background: #a9c7e4;
    -webkit-transition: background 0.4s ease;
    transition: background 0.4s ease;
    border-radius: 50%; }
    .homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #376086; }
    .homepage .swiper-pagination-bullet:hover {
      background: #376086; }
  .homepage .sliderPlayPause {
    display: inline-block;
    cursor: pointer;
    width: 10px;
    height: 10px;
    font-size: 12px;
    color: #a9c7e4; }
    .homepage .sliderPlayPause.playing:before {
      content: '\275A \275A'; }
    .homepage .sliderPlayPause:before {
      content: '\25B6'; }

.homepage.saffireLargeSize .currentSlideDescription,
.homepage.saffireMobileSize .currentSlideDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  opacity: 1; }

.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 .currentSlideDescription .slideshowSwiperDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  display: block; }

.homepage .currentSlideDescription,
.homepage .swiper-slide.swiper-slide-active {
  opacity: 1; }

/*/////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - saffireLargeSize Settings*/
/*/////////////////////////////////////////////////////////////////////*/
.homepage.saffireLargeSize {
  /* Homepage Swiper Slider*/
  /* Slideshow Description*/
  /* Swiper Container*/
  /* Current Slide Description*/
  /* Slider Text Description*/
  /* Slider Title*/
  /* New Slider Description Container*/ }
  .homepage.saffireLargeSize .slideshowSwiperDescription {
    max-width: none;
    padding: 16px 10px 16px;
    /* Slideshow Description - Hover Styles*/ }
    .homepage.saffireLargeSize .slideshowSwiperDescription:hover .sliderTextDescription {
      opacity: 1; }
    .homepage.saffireLargeSize .slideshowSwiperDescription:hover .sliderTitle {
      opacity: 0; }
  .homepage.saffireLargeSize .swiper-container {
    border: none; }
  .homepage.saffireLargeSize .currentSlideDescription {
    /* Slider Button Container*/ }
    .homepage.saffireLargeSize .currentSlideDescription .sliderButtonContainer {
      position: static;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: auto;
      min-width: initial;
      max-width: none;
      text-align: right;
      z-index: 300;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .homepage.saffireLargeSize .currentSlideDescription a.button {
      margin: 0 5px;
      padding: 10px 15px; }
  .homepage.saffireLargeSize .sliderTextDescription {
    position: relative;
    top: -50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: none;
    max-width: calc(100% - 120px);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease; }
  .homepage.saffireLargeSize .sliderTitle {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-shadow: 4px 2px 8px rgba(0, 0, 0, 0.5);
    position: static;
    /* top: nth(parsePadding(map-get($slideshowDescription, padding)),1);*/
    /* bottom: auto;*/
    /* left: nth(parsePadding(map-get($slideshowDescription, padding)),4);*/
    /* right: auto;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    height: 100%;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    opacity: 1;
    white-space: normal;
    overflow: visible;
    text-overflow: inherit; }
    @media screen and (max-width: 1023px) {
      .homepage.saffireLargeSize .sliderTitle {
        font-size: 28px; } }
  .homepage.saffireLargeSize #newSliderDescriptionContainer {
    box-sizing: border-box;
    position: relative;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    bottom: 0;
    top: auto;
    height: 107px;
    width: 1000px;
    max-width: 100%;
    z-index: 2;
    -webkit-transition: 1s;
    transition: 1s;
    width: none;
    /* Slider Text Container*/
    /* New Slider Description Container - Hover Styles*/ }
    .homepage.saffireLargeSize #newSliderDescriptionContainer .sliderTextContainer {
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 0 5px; }

/*/////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - saffireMobileSize Settings*/
/*/////////////////////////////////////////////////////////////////////*/
.homepage.saffireMobileSize {
  /* Swiper Slide*/
  /* Slideshow Description - Slider Text Description*/
  /* Slider Title*/
  /* Slideshow Description - Current Slide Description*/
  /* New Slider Description Container*/
  /* Slideshow Swiper Buttons*/
  /* Slideshow Swiper Button - PREV*/
  /* Slideshow Swiper Button - NEXT*/
  /* Slider Controls Container */ }
  .homepage.saffireMobileSize .swiper-slide-active {
    overflow: hidden; }
  .homepage.saffireMobileSize .sliderTextDescription {
    display: none;
    font-size: 14px;
    line-height: 1.3;
    opacity: 1;
    text-align: center; }
  .homepage.saffireMobileSize .sliderTitle {
    height: auto;
    padding: 0;
    font-size: 30.4px;
    text-align: center; }
  .homepage.saffireMobileSize .currentSlideDescription {
    width: 100%;
    height: auto;
    padding: 10px 5%;
    flex-direction: column;
    position: relative;
    top: -10px; }
    .homepage.saffireMobileSize .currentSlideDescription .sliderTextContainer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer {
      position: static;
      top: auto;
      bottom: 102%;
      left: 0;
      right: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
      width: 90%;
      margin: 10px auto; }
      .homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer a {
        display: inline-block;
        width: 25%;
        min-width: 125px;
        padding: 4px 0;
        margin: 0 5px;
        color: #993200 !important; }
  .homepage.saffireMobileSize #newSliderDescriptionContainer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    min-height: 145px;
    background: #32bef3;
    z-index: 2; }
  .homepage.saffireMobileSize .slideshowSwiperButtonNext,
  .homepage.saffireMobileSize .slideshowSwiperButtonPrev {
    display: none !important; }
  .homepage.saffireMobileSize .slideshowSwiperButtonPrev {
    display: none !important; }
  .homepage.saffireMobileSize .slideshowSwiperButtonNext {
    display: none !important; }
  .homepage.saffireMobileSize .sliderControlsContainer {
    position: absolute;
    top: 100px;
    padding: 5px 0; }

@media screen and (max-width: 350px) {
  .homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer {
    width: 92%; } }
#cardWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  max-width: 1235px;
  margin: 0 auto 30px;
  padding: 0;
  vertical-align: middle;
  text-align: center; }
  #cardWidget .card-widget-item {
    box-sizing: border-box;
    display: flex;
    flex: 1 1 100%;
    height: 275px;
    margin-right: 25px; }
    #cardWidget .card-widget-item:last-of-type {
      margin-right: 0; }
  #cardWidget .image-container {
    box-sizing: border-box;
    position: static;
    display: inline-block;
    width: 100%;
    height: 275px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
    transition: 0.3s; }
    #cardWidget .image-container .card-widget-title {
      position: static;
      display: block;
      width: 100%;
      font: 14px/1 'open_sansregular';
      color: #0084bd;
      text-transform: capitalize; }
  #cardWidget .card-content.odd {
    background-color: rgba(238, 199, 5, 0.82); }
  #cardWidget .card-content {
    height: 100%;
    width: 100%;
    background-color: rgba(145, 227, 14, 0.82);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s; }
    #cardWidget .card-content .card-widget-title {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-family: 'museo700-regular-webfont';
      font-size: 30px;
      text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
      color: #fff;
      transition: .3s;
      opacity: 1; }
    #cardWidget .card-content .card-widget-description {
      max-width: 225px;
      margin-top: 5px;
      font-family: 'museo300';
      color: #fff;
      font-size: 16px;
      text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
      transition: .3s; }
    #cardWidget .card-content .card-widget-description, #cardWidget .card-content .buttonwrap {
      position: relative;
      top: 100%;
      transition: .3s;
      opacity: 1; }
    #cardWidget .card-content .buttonwrap a {
      display: inline-block;
      padding: 10px 15px;
      font-family: 'museo700-regular-webfont';
      font-size: 16px;
      background: #dcba10;
      margin: 10px 5px;
      color: #644008;
      text-decoration: none; }
      #cardWidget .card-content .buttonwrap a:hover {
        background: #f0d02f; }
    #cardWidget .card-content:hover .card-widget-title {
      opacity: 0; }
    #cardWidget .card-content:hover .card-widget-description, #cardWidget .card-content:hover .buttonwrap {
      top: 0;
      opacity: 1; }
  #cardWidget .card-content:nth-of-type(even) {
    background-color: orange; }

@media screen and (max-width: 1450px) {
  #cardWidget {
    width: 915px; } }
@media screen and (max-width: 1030px) {
  #cardWidget {
    width: 596px; } }
@media screen and (max-width: 730px) {
  #cardWidget {
    width: 275px; } }
.owl-carousel .owl-nav.disabled {
  display: block; }
.owl-carousel .owl-nav .owl-prev {
  background-color: transparent;
  height: 20px;
  width: 5px;
  position: absolute;
  top: 41%;
  left: -50px;
  background-image: url(images/slideshow-left.png);
  background-repeat: no-repeat;
  background-size: contain; }
.owl-carousel .owl-nav .owl-next {
  background-color: transparent;
  height: 20px;
  width: 5px;
  position: absolute;
  top: 41%;
  right: -50px;
  background-image: url(images/slideshow-right.png);
  background-repeat: no-repeat;
  background-size: contain; }

@media screen and (max-width: 385px) {
  .owl-carousel .owl-nav .owl-prev {
    left: -37px; }
  .owl-carousel .owl-nav .owl-next {
    right: -37px; } }
.saffireLargeSize #siteInfoBannerWidget {
  box-sizing: border-box;
  position: absolute;
  right: -10px;
  top: 15px;
  display: flex;
  align-items: center;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  height: 77px;
  width: auto;
  max-width: 100%;
  margin: auto;
  padding: 5px 20px;
  background: url(images/countdown-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "OpenSans-Regular-webfont";
  font-size: 14px;
  color: #644008;
  text-align: center;
  line-height: 1;
  z-index: 2;
  min-width: auto;
  flex-direction: column;
  justify-content: center; }
  .saffireLargeSize #siteInfoBannerWidget #eventDates {
    font-family: "museo700-regular-webfont";
    font-size: 33px;
    font-weight: 400;
    color: #993200;
    text-transform: uppercase; }
  .saffireLargeSize #siteInfoBannerWidget #eventName {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase; }
  .saffireLargeSize #siteInfoBannerWidget .countdownDays {
    display: inline-block;
    font-family: "OpenSans-Bold-webfont";
    font-size: 14px;
    font-weight: bold;
    color: #644008; }
  .saffireLargeSize #siteInfoBannerWidget:after {
    content: '';
    height: 100%;
    width: 25px;
    position: absolute;
    right: 99.5%;
    top: 0;
    background-image: url("images/countdown-psuedo.png");
    z-index: 9999999; }

@media screen and (max-width: 1230px) {
  #siteInfoBannerWidget {
    right: 0; } }
.saffireMobileSize #siteInfoBannerWidget {
  background: #2c5375;
  color: #fff;
  width: 100%; }
  .saffireMobileSize #siteInfoBannerWidget #eventName {
    text-transform: uppercase;
    font-family: 'opensans-regular-webfont';
    font-size: 12px;
    color: #644008; }
  .saffireMobileSize #siteInfoBannerWidget #eventDates {
    text-transform: uppercase;
    font-family: 'museo700-regular-webfont';
    font-size: 24px;
    color: #993200; }
  .saffireMobileSize #siteInfoBannerWidget .countdownDays {
    text-transform: uppercase;
    font-family: 'open_sansbold';
    font-size: 12px;
    color: #644008; }

body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
  font-family: "museo700-regular-webfont";
  font-size: 18px;
  color: #993200; }
  @media screen and (max-width: 817px) {
    body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
      font-size: 16px; } }
body.siteInfoBannerWidgetDateIsPast.noThankYouMessage #siteInfoBannerWidget {
  display: none !important; }

#multiScheduleFeature {
  box-sizing: border-box;
  background: #dcba10;
  width: 600px;
  max-width: 100%;
  padding: 10px 10px; }
  #multiScheduleFeature .featureItem {
    box-sizing: border-box;
    display: flex;
    padding: 8px 20px;
    transition: 0.3s; }
    #multiScheduleFeature .featureItem:hover {
      background: #e3c840;
      transition: 0.3s; }
  #multiScheduleFeature .multiScheduleFeature-title {
    font-family: 'Museo300';
    color: #fff;
    font-size: 65px;
    text-shadow: -1px -1px #aaa9a1;
    text-align: center;
    transition: 0.3s; }
  #multiScheduleFeature .featureItemImage {
    display: inline-block;
    width: 115px;
    min-width: 100px;
    height: 75px;
    margin-right: 10px;
    text-align: center;
    background-size: cover;
    background-position: center; }
    #multiScheduleFeature .featureItemImage img {
      display: block;
      max-height: 100%;
      max-width: 100%;
      width: 100%;
      height: auto; }
  #multiScheduleFeature .text-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    color: #644008; }
  #multiScheduleFeature .featureItemTitle,
  #multiScheduleFeature .featureItemDate,
  #multiScheduleFeature .featureItemDescription,
  #multiScheduleFeature .button-container {
    display: block; }
  #multiScheduleFeature .featureItemTitle {
    font-family: "Museo700-regular-webfont";
    font-weight: 700;
    font-size: 15px; }
  #multiScheduleFeature .featureItemDate {
    font-family: "opensans-regular-webfont";
    font-weight: 300;
    font-size: 12px; }
  #multiScheduleFeature .featureItemDescription {
    font-family: "opensans-regular-webfont";
    font-weight: 300;
    font-size: 13px; }
  #multiScheduleFeature .more-text {
    padding-left: 3px;
    text-decoration: underline; }
  #multiScheduleFeature a.all-events-btn {
    color: #fff;
    margin-left: 25px; }
    #multiScheduleFeature a.all-events-btn:hover {
      text-decoration: underline; }

@media screen and (max-width: 670px) {
  #multiScheduleFeature {
    width: 540px; } }
@media screen and (max-width: 610px) {
  #multiScheduleFeature {
    width: 450px; }
    #multiScheduleFeature .featureItemImage {
      display: none; }
    #multiScheduleFeature .multiScheduleFeature-title {
      transition: .3s;
      font-size: 41px; } }
.pageIsLoaded .socialNetworks {
  right: 0;
  right: 0; }
  @media screen and (max-width: 1230px) {
    .pageIsLoaded .socialNetworks {
      bottom: 0;
      bottom: 5px;
      right: 0; } }

.socialNetworks {
  z-index: 80000000;
  position: fixed;
  right: -80px;
  top: 14%;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  background: rgba(59, 103, 167, 0.4);
  padding: 5px 3px; }
  .socialNetworks img {
    display: block;
    max-width: 40px;
    max-height: 40px;
    border-radius: 50%; }
  .socialNetworks > span, .socialNetworks > a {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    left: 0;
    border: 3px solid rgba(59, 103, 167, 0.4);
    transition: 0.2s;
    border-radius: 50%;
    border: none;
    padding: 3px;
    background-color: transparent; }
  .socialNetworks > a:hover {
    left: -6px;
    z-index: 2;
    transition: 0.2s;
    left: 0;
    background-color: #4dc0ec; }

#musicPlayerLink {
  height: 40px;
  width: 40px;
  float: none;
  margin: 0;
  background: url("images/music.jpg") no-repeat right 0;
  border: 3px solid rgba(59, 103, 167, 0.4);
  z-index: 2;
  border-radius: 50%;
  border: none;
  padding: 0;
  margin: 3px;
  background-color: transparent;
  background-position: center;
  background-size: cover; }
  #musicPlayerLink #musicPlayerDropdown {
    top: -3px;
    right: 43px;
    padding: 8px 10px;
    background: rgba(59, 103, 167, 0.4);
    border: 1px solid #fff;
    box-shadow: 0 0 4px #fff inset;
    font-size: 0.9em;
    color: #fff; }
    #musicPlayerLink #musicPlayerDropdown a {
      padding-right: 14px;
      font-size: 13px;
      color: #fff;
      text-decoration: none; }
  #musicPlayerLink #musicPlayerDropdown a:hover {
    position: relative;
    padding-left: 14px;
    padding-right: 3px; }
    #musicPlayerLink #musicPlayerDropdown a:hover:after {
      content: "";
      display: block;
      height: 0;
      width: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      border-top: 12px solid #fff;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-radius: 58%;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }

@media screen and (max-width: 1230px) {
  .socialNetworks {
    top: auto;
    right: 0;
    bottom: -60px;
    border-top: none;
    border-bottom: none;
    padding: 0; }
    .socialNetworks img {
      max-width: 30px;
      max-height: 30px; }
    .socialNetworks > a, .socialNetworks > #musicPlayerLink {
      max-width: 30px;
      max-height: 30px;
      bottom: 0;
      float: left;
      margin: 0;
      transition: 0.2s;
      background-size: contain; }
    .socialNetworks > a:hover {
      left: 0;
      bottom: 6px;
      z-index: 2;
      transition: 0.2s;
      bottom: 0; }
    .socialNetworks #musicPlayerLink {
      margin: 3px;
      background-size: cover; }
      .socialNetworks #musicPlayerLink #musicPlayerDropdown {
        top: auto;
        bottom: -3px;
        right: 33px; } }
.socialNetworks .socialNetworkIconTwitter:hover {
  background-color: #1da1f2; }
.socialNetworks .socialNetworkIconFacebook:hover {
  background-color: #3B5998; }
.socialNetworks .socialNetworkIconInstagram:before {
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  opacity: 0;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  top: 0px;
  left: 0px;
  transition: 0.2s; }
.socialNetworks .socialNetworkIconInstagram:hover {
  background: none; }
.socialNetworks .socialNetworkIconInstagram:hover:before {
  transition: 0.2s;
  opacity: 1; }
.socialNetworks .socialNetworkIconTumblr:hover {
  background-color: #35465c; }
.socialNetworks .socialNetworkIconPeriscope:hover {
  background-color: #3aa4c6; }
.socialNetworks .socialNetworkIconPinterest:hover {
  background-color: #bd081c; }
.socialNetworks .socialNetworkIconSpotify:hover {
  background-color: #1ED760; }
.socialNetworks .socialNetworkIconFlickr:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #0063dc 0%, #0063dc 50%, #0063dc 50%, #ff0084 50%, #ff0084 100%);
  opacity: 0;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  top: 0px;
  left: 0px;
  transition: 0.2s; }
.socialNetworks .socialNetworkIconFlickr:hover {
  background: none; }
.socialNetworks .socialNetworkIconFlickr:hover:before {
  transition: 0.2s;
  opacity: 1; }
.socialNetworks .socialNetworkIconLinkedIn:hover {
  background-color: #0077b5; }
.socialNetworks .socialNetworkIconYoutube:hover {
  background-color: #cd201f; }
.socialNetworks .socialNetworkIconGooglePlus:hover {
  background-color: #dd4b39; }
.socialNetworks .socialNetworkIconSnapchat:hover {
  background-color: #fffc00; }

/* SOCIAL NETWORK PLUGIN */
#multiSocialWidget {
  height: 585px;
  width: 500px;
  max-width: 98%;
  background: none; }
  #multiSocialWidget .multiSocialWidgetTab {
    display: inline-block;
    padding: 8px 11px 7px 11px;
    background: #f06b2a;
    font-family: "Museo700-regular-webfont";
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
    #multiSocialWidget .multiSocialWidgetTab:hover {
      background-color: #dcba10; }
    #multiSocialWidget .multiSocialWidgetTab .multiSocialWidgetTab.currentTab {
      background: #f06b2a;
      color: #fff;
      text-decoration: none;
      cursor: default; }
  #multiSocialWidget .multiSocialWidgetContainer {
    position: relative;
    top: 0;
    left: 0;
    height: 530px;
    width: 490px;
    max-width: 98%;
    padding: 10px 5px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto; }
  #multiSocialWidget #instafeedContainer img {
    width: 45%;
    margin-right: 3%;
    margin-left: 2%; }
  #multiSocialWidget #instafeedContainer > a:hover {
    opacity: 0.75; }
  #multiSocialWidget #facebookfeedContainer {
    overflow: hidden; }
  #multiSocialWidget .multiSocialWidgetTab.currentTab {
    background-color: #fff;
    color: #4880cd; }

.saffireMobileSize #multiSocialWidget {
  margin-left: auto;
  margin-right: auto; }
  .saffireMobileSize #multiSocialWidget .multiSocialWidgetTab {
    font-size: 11.9px; }

/* Set the container ID*/
/* Size the container*/
/* Size the images*/
/* Format titles*/
/* Format arrows*/
.sponsor-wrapper {
  width: 100%;
  background-color: #fff; }

#sponsorWidgetContainer {
  position: relative;
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fff;
  padding: 1px 50px 35px; }
  #sponsorWidgetContainer .sponsorWidgetContainer {
    padding-top: 22px;
    max-width: 1290px; }
  #sponsorWidgetContainer .sponsorCarouselImage {
    margin-right: 20px; }
    #sponsorWidgetContainer .sponsorCarouselImage img {
      max-width: 95px;
      max-height: 95px; }
  #sponsorWidgetContainer #sponsorsTitleContainer {
    width: 100%;
    text-align: center;
    top: 0;
    position: static !important; }
    #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
      padding-top: 10px;
      font-family: "Museo700-regular-webfont";
      font-size: 22px;
      color: #414040;
      text-shadow: none; }
  #sponsorWidgetContainer #sponsorArrowRight {
    right: 0;
    top: 50%;
    height: 22px;
    width: 13px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(images/sponsor-right.png); }
    #sponsorWidgetContainer #sponsorArrowRight span {
      display: none; }
  #sponsorWidgetContainer #sponsorArrowLeft {
    left: 0;
    top: 50%;
    height: 22px;
    width: 13px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(images/sponsor-left.png); }
    #sponsorWidgetContainer #sponsorArrowLeft span {
      display: none; }

#videoSection {
  position: relative;
  display: block;
  margin: 0 auto 75px;
  width: 970px;
  max-width: 100%;
  vertical-align: top;
  float: none;
  overflow: hidden; }
  #videoSection.single-video #arrow-container {
    display: none; }

#videoWidget {
  box-sizing: border-box;
  position: relative;
  height: 0;
  width: 100%;
  max-width: 970px;
  padding-bottom: 56.3%;
  text-align: center; }
  #videoWidget iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none !important;
    z-index: 1; }
  #videoWidget .video-loading {
    box-sizing: border-box;
    position: relative;
    top: calc(50% - 40px);
    left: 0;
    right: 0;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border: 10px solid rgba(255, 255, 255, 0.2);
    border-top-color: #FFF;
    border-radius: 100%;
    z-index: 0;
    animation: spin 1s infinite linear; }
  #videoWidget:hover .video-arrow.previous {
    left: 8px;
    opacity: 0.8;
    visibility: visible; }
  #videoWidget:hover .video-arrow.next {
    right: 8px;
    opacity: 0.8;
    visibility: visible; }
  #videoWidget .video-arrow {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 14px;
    background-size: contain;
    background-position: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 1; }
    #videoWidget .video-arrow.previous {
      background: url("images/vid-arrow-left.png") no-repeat center;
      left: -25px;
      opacity: 0;
      visibility: hidden; }
    #videoWidget .video-arrow.next {
      background: url("images/vid-arrow-right.png") no-repeat center;
      right: -25px;
      opacity: 0;
      visibility: hidden; }
  #videoWidget #videoList {
    display: none; }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.saffireMobileSize #videoSection {
  margin: 0 auto 45px; }

.pageIsLoaded #customLogo {
  opacity: 1 !important;
  animation: .4s ease-out 0s 1 slideInFromLeft; }

.saffireLargeSize #logoContainer {
  width: 100%;
  max-width: 1230px;
  position: relative;
  margin: auto; }
  .saffireLargeSize #logoContainer #customLogo {
    top: 5px;
    left: -30px;
    transition: .5s;
    opacity: 0; }
    .saffireLargeSize #logoContainer #customLogo:hover {
      transform: scale(1.02); }
@media screen and (max-width: 1315px) {
  .saffireLargeSize #customLogo {
    left: 10px !important;
    height: 145px;
    width: 220px; } }
@media screen and (max-width: 1275px) {
  .saffireLargeSize #customLogo {
    height: 145px;
    width: 220px; } }
@media screen and (max-width: 1190px) {
  .saffireLargeSize #customLogo {
    height: 175px;
    width: 245px; } }
@media screen and (max-width: 910px) {
  .saffireLargeSize #customLogo {
    height: 150px;
    width: 210px; } }
.saffireLargeSize .header-ticket, .saffireLargeSize .footer-ticket {
  display: none; }
.saffireLargeSize .headerInnerContent {
  max-width: 100% !important; }
  .saffireLargeSize .headerInnerContent .nav-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 50px;
    max-width: 1200px;
    margin: auto; }
.saffireLargeSize .header-wrapper {
  background-color: #32bef3;
  transition: .5s; }
  .saffireLargeSize .header-wrapper .header-content {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    height: 57px; }
    .saffireLargeSize .header-wrapper .header-content .weather-container {
      position: relative;
      display: flex;
      align-items: center;
      left: 21%;
      transition: .3s; }
    .saffireLargeSize .header-wrapper .header-content .link-container {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .saffireLargeSize .header-wrapper .header-content .link-container .searchBox, .saffireLargeSize .header-wrapper .header-content .link-container .emailSignup, .saffireLargeSize .header-wrapper .header-content .link-container .loginstatus, .saffireLargeSize .header-wrapper .header-content .link-container .viewcart, .saffireLargeSize .header-wrapper .header-content .link-container .ticket {
        position: static;
        display: flex; }
      .saffireLargeSize .header-wrapper .header-content .link-container .emailSignup {
        margin-right: 15px; }
      .saffireLargeSize .header-wrapper .header-content .link-container .standAloneDirections, .saffireLargeSize .header-wrapper .header-content .link-container .loginstatus a, .saffireLargeSize .header-wrapper .header-content .link-container .myAccountNavButton a, .saffireLargeSize .header-wrapper .header-content .link-container .viewcart, .saffireLargeSize .header-wrapper .header-content .link-container a.cartMenuLink {
        margin: 0 15px 0 0;
        font-size: 13px;
        text-decoration: none;
        text-transform: uppercase;
        font-family: 'OpenSans-Regular-webfont';
        color: #fff;
        letter-spacing: .6px; }
        .saffireLargeSize .header-wrapper .header-content .link-container .standAloneDirections:hover, .saffireLargeSize .header-wrapper .header-content .link-container .loginstatus a:hover, .saffireLargeSize .header-wrapper .header-content .link-container .myAccountNavButton a:hover, .saffireLargeSize .header-wrapper .header-content .link-container .viewcart:hover, .saffireLargeSize .header-wrapper .header-content .link-container a.cartMenuLink:hover {
          color: #274570; }
      .saffireLargeSize .header-wrapper .header-content .link-container .viewcart {
        margin-right: 20px;
        position: relative; }
      .saffireLargeSize .header-wrapper .header-content .link-container a.cartMenuLink {
        margin-right: 0; }
      .saffireLargeSize .header-wrapper .header-content .link-container .searchBox .searchBoxSubmit, .saffireLargeSize .header-wrapper .header-content .link-container .emailSignup .emailInputSubmit {
        display: flex; }
      .saffireLargeSize .header-wrapper .header-content .link-container .myAccountNavButton {
        top: -1px; }
.saffireLargeSize .siteInfoBanner-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999;
  max-width: 1200px;
  width: 100%;
  background: transparent; }

@media screen and (max-width: 910px) {
  .saffireLargeSize .header .searchBox {
    margin-right: 0; }
  .saffireLargeSize .header .emailSignup {
    padding-right: 0; } }
.header {
  position: fixed;
  z-index: 999999999;
  top: 0;
  transition: .2s; }

.saffireLargeSize.saffireWindowScrolled .header-wrapper {
  height: 0; }
.saffireLargeSize.saffireWindowScrolled .header-content {
  display: none; }
.saffireLargeSize.saffireWindowScrolled .header {
  height: 50px; }
.saffireLargeSize.saffireWindowScrolled #customLogo {
  height: 145px;
  transition: 0.3s;
  left: -500px !important;
  opacity: 0 !important; }

.generalmessage {
  background: url(images/countdown-bg.jpg);
  background-size: cover;
  background-position-y: 21%;
  color: #992300;
  font-weight: 700; }

@media screen and (max-width: 1230px) {
  .saffireLargeSize .headerInnerContent .link-container {
    margin-right: 25px; }
  .saffireLargeSize .headerInnerContent .nav-container {
    margin-right: 25px; } }
@media screen and (max-width: 1190px) {
  .weather-container {
    left: 31% !important; } }
@media screen and (max-width: 1100px) {
  .weather-container {
    left: 27% !important; } }
@media screen and (max-width: 1060px) {
  .weather-container {
    left: 3% !important; } }
.saffireLargeSize .swiper-slide-next:after {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(50, 190, 243, 0.6); }
.saffireLargeSize .swiper-slide-prev:after {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(50, 190, 243, 0.6); }
.saffireLargeSize #newSliderDescriptionContainer {
  width: 100% !important;
  min-height: 107px;
  top: 100% !important; }
  .saffireLargeSize #newSliderDescriptionContainer .slideshowSwiperDescription {
    max-width: 1200px;
    height: 100%;
    flex-direction: row;
    justify-content: space-between; }
.saffireLargeSize .sliderPlayPause {
  color: #fff;
  text-shadow: none; }

.saffireLargeSize .body-wrapper {
  background-image: url(images/body-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover; }
  .saffireLargeSize .body-wrapper .body-inner .body-upper {
    padding-top: 45px; }
.saffireLargeSize .body-upper {
  margin-bottom: 40px; }
.saffireLargeSize .body-middle {
  max-width: 1200px;
  margin: 0 auto 70px;
  display: flex;
  justify-content: space-between; }
.saffireLargeSize .body-lower {
  max-width: 1290px;
  margin: auto; }

@media screen and (max-width: 1250px) {
  .body-middle {
    flex-direction: column;
    justify-content: center;
    align-items: center; }

  #multiScheduleFeature {
    margin-bottom: 25px; } }
@media screen and (max-width: 1025px) {
  .body-lower {
    margin: 0 25px !important; } }
.saffireMobileSize .content {
  margin: 120px auto 0; }
.saffireMobileSize .body-wrapper {
  background-image: url(images/body-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat; }
.saffireMobileSize .body-upper {
  padding-top: 40px; }
.saffireMobileSize .body-middle {
  margin-bottom: 45px; }
.saffireMobileSize #multiScheduleFeature {
  margin: 0 auto 30px; }
.saffireMobileSize #customLogo {
  transition: .35s; }
.saffireMobileSize .header {
  position: fixed;
  padding-bottom: 0; }
.saffireMobileSize .headerInnerContent {
  height: 60px;
  background: #274570; }
.saffireMobileSize .header-wrapper, .saffireMobileSize .header-content {
  height: 100%; }
.saffireMobileSize .link-container {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 55px;
  position: relative; }
  .saffireMobileSize .link-container .standAloneDirections, .saffireMobileSize .link-container .loginstatus, .saffireMobileSize .link-container .cartMenuLink, .saffireMobileSize .link-container .myAccountNavButton {
    display: none; }
.saffireMobileSize .nav-wrapper {
  position: relative;
  top: -48px; }
.saffireMobileSize .searchBox {
  height: 36px !important; }
  .saffireMobileSize .searchBox:before {
    content: '' !important;
    background: transparent url(images/mobile-search-icon.png) no-repeat center center/auto;
    display: inline-block;
    width: 30px;
    height: 25px;
    cursor: pointer; }
.saffireMobileSize .emailSignup {
  height: 36px !important; }
  .saffireMobileSize .emailSignup:before {
    content: '' !important;
    background: transparent url(images/mobile-email-icon.png) no-repeat center center/auto;
    display: inline-block;
    width: 30px;
    height: 25px;
    cursor: pointer; }
.saffireMobileSize .viewcart {
  height: 36px !important; }
  .saffireMobileSize .viewcart:before {
    content: '' !important;
    background: transparent url(images/mobile-cart-icon.png) no-repeat center center/auto;
    display: inline-block;
    width: 30px;
    height: 25px;
    cursor: pointer; }
  .saffireMobileSize .viewcart:hover .cartMenu {
    display: none !important; }
.saffireMobileSize .nav:before {
  content: '' !important;
  background: transparent url(images/mobile-nav-icon.png) no-repeat center center/auto;
  display: inline-block;
  height: 30px;
  width: 25px;
  cursor: pointer;
  position: relative;
  top: 5px; }
.saffireMobileSize .ticket-container {
  display: none; }
.saffireMobileSize .header-ticket, .saffireMobileSize .footer-ticket {
  display: block; }
.saffireMobileSize .header-ticket {
  height: 60px;
  width: 100%;
  background-color: #32bef3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s; }
  .saffireMobileSize .header-ticket .header-button-styles {
    width: 150px;
    height: 48px;
    margin: auto;
    background-image: url("images/header-ticket-button.png");
    background-repeat: no-repeat; }
    .saffireMobileSize .header-ticket .header-button-styles:hover {
      cursor: pointer; }
.saffireMobileSize #sponsorArrowRight, .saffireMobileSize #sponsorArrowLeft {
  display: none; }
.saffireMobileSize .footer-ticket {
  height: 90px;
  width: 100%; }
  .saffireMobileSize .footer-ticket .footer-button-styles {
    width: 255px;
    height: 85px;
    margin: auto;
    background-image: url("images/footer-ticket-button.png");
    background-repeat: no-repeat; }
    .saffireMobileSize .footer-ticket .footer-button-styles:hover {
      cursor: pointer; }
.saffireMobileSize .siteInfoBanner-container {
  height: 80px; }
  .saffireMobileSize .siteInfoBanner-container #siteInfoBannerWidget {
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(images/mobile-siteinfo-bg.jpg);
    background-size: cover;
    padding: 0; }
.saffireMobileSize .sliderPlayPause {
  display: none; }
.saffireMobileSize #videoWidget iframe {
  max-width: 100% !important; }

.inputFieldTextbox {
  visibility: visible !important; }

@media screen and (max-width: 610px) {
  .body-lower {
    margin: 0 13px !important; }

  #multiSocialWidget {
    width: 451px; } }
@media screen and (max-width: 500px) {
  #multiScheduleFeature, #multiSocialWidget {
    width: 93%; } }
@media screen and (max-width: 345px) {
  #multiScheduleFeature, #multiSocialWidget {
    width: 84%; } }
.saffireMobileSize.saffireWindowScrolled .header-ticket {
  height: 0; }
.saffireMobileSize.saffireWindowScrolled #customLogo {
  width: 140px;
  height: 93px;
  transition: 0.3s;
  left: -300px !important;
  opacity: 0 !important; }

.generalMessageOn .header {
  top: 40px; }

.generalMessageOn.saffireWindowScrolled .header {
  top: 0; }

.saffireMobileSize.generalMessageOn .content {
  margin: 118px auto 0; }

.siteInfoBannerWidgetDateIsPast.siteInfoBannerWidgetNoThankYouMessage #siteInfoBannerWidget {
  display: none !important; }

.saffireMobileSize.siteInfoBannerWidgetDateIsPast.siteInfoBannerWidgetNoThankYouMessage .siteInfoBanner-container {
  height: 0; }

.mobileNavContainer {
  background: #32bef3 !important; }
  .mobileNavContainer .mobileMenuPanelContainer a {
    background: #dcba10;
    border: 2px solid #e3c840; }

.mobileNavHeader {
  border-bottom: 1px solid #e3c840; }
  .mobileNavHeader .mobileMenuShiftedGoBack {
    color: #3154a9; }

.mobileNavCloseMenu {
  color: #3154a9; }

.expandedViewEventDateBox .todayText {
  margin-bottom: 2px !important; }
.expandedViewEventDateBox .eventMonth {
  font-size: 1em !important; }
.expandedViewEventDateBox .eventDayNumber {
  padding: 1px !important; }

.header .scroll-logo {
  display: block;
  width: 207px;
  height: 42px;
  background-image: url("images/small-logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: -500px;
  opacity: 0;
  transition: 0.3s; }

.saffireWindowScrolled .header .scroll-logo {
  opacity: 1;
  left: 2px;
  transition: 0.3s; }

.saffireMobileSize.saffireWindowScrolled .header .scroll-logo {
  top: 11px; }
  @media screen and (max-width: 470px) {
    .saffireMobileSize.saffireWindowScrolled .header .scroll-logo {
      left: 2px;
      width: 130px; } }

.saffireLargeSize #scroll-logo-container {
  width: 100%;
  max-width: 1230px;
  position: relative;
  margin: auto; }

/*# sourceMappingURL=theme.css.map */
