@charset "UTF-8";
/************** LOAD FONTS ******************/
@font-face {
  font-family: "Imbue-Medium";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Imbue-Medium.woff2) format("woff2"), url(fonts/Imbue-Medium.woff) format("woff");
}
@font-face {
  font-family: "Lato-Black";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Lato-Black.woff2) format("woff2"), url(fonts/Lato-Black.woff) format("woff");
}
@font-face {
  font-family: "Lato-Bold";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Lato-Bold.woff2) format("woff2"), url(fonts/Lato-Bold.woff) format("woff");
}
@font-face {
  font-family: "Lato-Regular";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Lato-Regular.woff2) format("woff2"), url(fonts/Lato-Regular.woff) format("woff");
}
/**
 * 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;
  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;
  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 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.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;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  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 0.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;
}

.saffireMobileSize .header {
  padding: 0;
  font: inherit;
  color: inherit;
}
.saffireMobileSize .headerInnerContent {
  height: auto;
}

.generalmessage {
  box-sizing: border-box;
  white-space: normal;
  padding: 0 10px;
}

.saffireMobileSize .generalmessage {
  padding: 0 10px;
}

.loginstatus {
  float: none;
}

#weatherBugWidget {
  position: static;
  display: flex;
  align-items: center;
}
#weatherBugWidget img {
  flex-shrink: 0;
  margin: 0 5px;
}
#weatherBugWidget #weatherBugText,
#weatherBugWidget #weatherBugDescription {
  display: none;
}
#weatherBugWidget.weatherBugSet #weatherBugDescription {
  display: inline;
  color: inherit;
}

.ticket {
  padding: 0;
  height: auto;
}

.saffireMobileSize a.ticket,
.saffireMobileSize a.ticket:hover {
  position: static;
  display: inline-block;
  overflow: visible;
  white-space: normal;
  border: none;
  border-radius: 0;
  padding: 0;
}

.emailSignup {
  box-sizing: border-box;
}
.emailSignup > div {
  float: none;
}
.emailSignup .emailInputField input {
  box-sizing: border-box;
  border: none;
  box-shadow: none;
}
.emailSignup .emailSubmitButton {
  box-sizing: border-box;
}

.header .emailSignup {
  position: relative;
  z-index: 1;
}

.saffireMobileSize .header .emailSignup {
  float: none;
  font-size: inherit;
}
.saffireMobileSize .header .emailSignup:hover {
  cursor: pointer;
}

body.modalBody .emailSignup .emailInputField input {
  border: 1px solid #000;
  padding: 2px 5px;
  margin: 5px 0;
}

.header .searchBox {
  position: relative;
  z-index: 1;
}

.searchBox:not(.clonedSearchBox) > div {
  float: none;
}
.searchBox:not(.clonedSearchBox) #searchBoxClicker {
  display: none;
}
.searchBox:not(.clonedSearchBox) .searchBoxInput input {
  box-sizing: border-box;
  border: none;
  box-shadow: none;
}
.searchBox:not(.clonedSearchBox) .searchSubmitButton {
  box-sizing: border-box;
}

.saffireMobileSize .header .searchBox:not(.clonedSearchBox) {
  float: none;
  font-size: inherit;
}
.saffireMobileSize .header .searchBox:not(.clonedSearchBox) #searchBoxClicker {
  display: block;
}
.saffireMobileSize .header .searchBox:not(.clonedSearchBox):hover {
  cursor: pointer;
}

.saffireMobileSize .searchBox.clonedSearchBox {
  background: #222;
}
.saffireMobileSize .searchBox.clonedSearchBox:before {
  display: none;
}
.saffireMobileSize .searchBox.clonedSearchBox .searchBoxInput input.inputFieldTextbox.textbox {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0 !important;
  font-family: "open_sansregular", Verdana, Arial !important;
}
.saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit a {
  border-color: #ddd;
  border-radius: 0 !important;
}
.saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit:before {
  position: static;
}

.viewcart > span {
  position: relative;
  display: inline-block;
}

.saffireMobileSize .viewcart {
  float: none;
  width: auto;
  height: auto;
  font-family: inherit !important;
  font-size: inherit;
}
.saffireMobileSize .viewcart:before {
  display: none;
}
.saffireMobileSize .viewcart:hover .cartMenu {
  display: none !important;
}
.saffireMobileSize .viewcart .cartMenuLink {
  box-sizing: border-box;
}

.cartMenuRemoveButton {
  text-decoration: none;
}

.saffireLargeSize .nav .groups .group {
  float: none;
}
.saffireLargeSize .nav .groups .group > a {
  box-sizing: border-box;
}
.saffireLargeSize .nav .items {
  float: none;
}
.saffireLargeSize .nav .items .item a {
  box-sizing: border-box;
}
.saffireLargeSize .nav .subitems {
  float: none;
}

.saffireMobileSize .nav {
  display: inline-flex;
  display: none !important;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  float: none;
  height: 50px;
  width: 50px;
  color: #333;
  font-size: inherit;
}
.saffireMobileSize .nav:before {
  position: static;
  line-height: 1;
}
.saffireMobileSize .nav .mobileNavLink {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.saffireMobileSize .nav .groups {
  display: none;
}

.standAloneDirections {
  color: inherit;
}

.loginstatus a,
.myAccountNavButton a {
  color: inherit;
}

.pressPageTabs .tab {
  font-size: 14px;
}

.left.pressDate {
  width: 120px;
}

/*************** MEMBERS SITE **********************/
.arrowdown {
  border-color: transparent transparent #000;
}

.arrowdown_on {
  border-color: transparent transparent #444;
}

.arrowup {
  border-color: #000 transparent transparent;
}

.arrowup_on {
  border-color: #444 transparent transparent;
}

#directoryFilterOptions > li:hover {
  background: #cbdfe2;
}

.directoryHeader {
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px;
}

.eventList-container .eventCol1 .filter-group {
  line-height: 1.2;
}

.tiny,
.note {
  font-size: 12px;
}

input.textbox,
textarea.multi,
select.dropdown {
  font-size: 14px;
}

#eventFilterList li,
#eventDateList li a {
  padding: 0.5em 0.5em;
}

.featureLineup-buynow .button {
  font-size: 12px;
}

.featureLineup-social div {
  display: inline-flex;
  align-items: center;
}
.featureLineup-social div a {
  width: 26px;
  height: 26px;
  font-size: 22px;
}

body {
  color: #4f4f4f;
  font: 17px/1.5 "Lato-Regular";
}

b,
strong {
  font-family: "Lato-Black";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Imbue-Medium";
  font-weight: normal;
  color: #712829;
  line-height: 1.2;
  margin: 0 0 0.5em 0;
}

h1 {
  font-size: 40px;
}
@media screen and (min-width: 450px) {
  h1 {
    font-size: calc(40px + 5 * ((100vw - 450px) / 916));
  }
}
@media screen and (min-width: 1366px) {
  h1 {
    font-size: 45px;
  }
}

h2 {
  font-size: 26px;
}
@media screen and (min-width: 450px) {
  h2 {
    font-size: calc(26px + 7 * ((100vw - 450px) / 916));
  }
}
@media screen and (min-width: 1366px) {
  h2 {
    font-size: 33px;
  }
}

h3 {
  font-size: 20px;
}
@media screen and (min-width: 450px) {
  h3 {
    font-size: calc(20px + 3 * ((100vw - 450px) / 916));
  }
}
@media screen and (min-width: 1366px) {
  h3 {
    font-size: 23px;
  }
}

h4 {
  font-size: 18px;
}
@media screen and (min-width: 450px) {
  h4 {
    font-size: calc(18px + 2 * ((100vw - 450px) / 916));
  }
}
@media screen and (min-width: 1366px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 16px;
}
@media screen and (min-width: 450px) {
  h5 {
    font-size: calc(16px + 2 * ((100vw - 450px) / 916));
  }
}
@media screen and (min-width: 1366px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 16px;
}
@media screen and (min-width: 450px) {
  h6 {
    font-size: calc(16px + 0 * ((100vw - 450px) / 916));
  }
}
@media screen and (min-width: 1366px) {
  h6 {
    font-size: 16px;
  }
}

.subContainer {
  font-size: 15px;
}
.subContainer h1 {
  font-size: 33px;
}
.subContainer h2 {
  font-size: 23px;
}
.subContainer h3 {
  font-size: 20px;
}
.subContainer h4 {
  font-size: 18px;
}
.subContainer h5 {
  font-size: 16px;
}
.subContainer h6 {
  font-size: 14px;
}

a {
  color: #712829;
  text-decoration: underline;
  font-family: "Lato-Black";
}
a:hover {
  text-decoration: none;
}

.header a,
.footer a {
  text-decoration: none;
}

input.textbox,
select.dropdown,
textarea.multi {
  color: #4f4f4f;
  font: 17px/1.5 "Lato-Regular";
  padding: 2px 6px;
}

.fa {
  color: #4f4f4f;
}
.fa.fa-print {
  color: #fff;
}

.tiny, .note {
  font-size: 13px;
}

.error {
  color: #b1762c;
}

.show-lightbox h2 {
  color: #fff;
}

.small {
  font-size: 13px;
}

/***************** CONTAINERS **************************/
body {
  background: url(images/main-bg.png) no-repeat fixed;
  background-size: cover;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

body:not(.homepage) .content {
  box-sizing: border-box;
  position: relative;
  max-width: 1225px;
  margin: 210px auto 45px;
  padding: 20px;
  background: #fff;
}

body:not(.homepage).saffireLargeSize.generalMessageOn .content {
  margin-top: 250px;
}

body:not(.homepage).saffireMobileSize .content {
  margin-bottom: 0;
}

.saffireLargeSize.homepage .content,
.saffireMobileSize.homepage .content,
body:not(.homepage).saffireMobileSize .content {
  margin-top: 110px !important;
}

.saffireLargeSize.generalMessageOn .content,
.saffireMobileSize.homepage.generalMessageOn .content,
body:not(.homepage).saffireMobileSize.generalMessageOn .content {
  margin-top: 150px !important;
}

.saffireMobileSize.homepage .content,
.saffireLargeSize.homepage .content {
  position: relative;
  max-width: 100%;
  padding: 0;
  background: none;
}

.subContainer {
  background: #e5e5e5;
  color: #4f4f4f;
}

.dateDisplayBar,
.dateDisplay {
  background: #712829;
  color: #fff;
}
.dateDisplayBar a,
.dateDisplay a {
  color: #fff;
}

#google_translate_element {
  /* |%  Google translate position */
  top: 15px;
  right: 30px;
}
.saffireMobileSize #google_translate_element {
  margin: 20px 0 0;
}

.orderhistory {
  background: #712829;
}

.orderhistory th {
  color: #fff;
  padding: 8px 3px;
}

.alternateRow {
  background: #e5e5e5;
}

.listingItem {
  background: #e5e5e5;
  border-bottom: 1px solid #cccccc;
}
.listingItem:hover {
  background: #ededed;
}

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #477e7d;
  font-family: "Lato-Bold";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  transition: 0.3s;
}
.generalmessage a {
  color: inherit;
  text-decoration: underline;
}

.saffireMobileSize .generalmessage {
  height: 40px;
  font-size: 14px;
  line-height: 1.2;
  transition: 0.3s;
}
@media screen and (max-width: 500px) {
  .saffireMobileSize .generalmessage {
    font-size: 12px;
  }
}

.saffireWindowScrolled .generalmessage {
  font-size: 0;
  height: 0;
  transition: 0.3s;
}

.header, .saffireMobileSize .header {
  position: fixed;
  top: 0;
  z-index: 999999999999;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  box-shadow: none;
  transition: 0.3s;
}

.saffireWindowScrolled .header {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.headerInnerContent {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: auto;
}

.header-top {
  height: 60px;
  background: #832324;
}
.header-top .inner-container {
  justify-content: space-between;
  padding-right: 20px;
}
@media screen and (max-width: 1280px) {
  .header-top .inner-container {
    padding-right: 30px;
  }
}
.saffireMobileSize .header-top .inner-container {
  justify-content: flex-end;
  padding-right: 0;
}

.header-bottom {
  height: 50px;
  background: #fff;
}
@media screen and (max-width: 1300px) {
  .header-bottom {
    box-sizing: border-box;
    padding: 0 10px;
  }
}
.header-bottom .inner-container {
  justify-content: flex-end;
}

.header-top .inner-container,
.header-bottom .inner-container {
  box-sizing: border-box;
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  height: 100%;
  margin: 0 auto;
}
.pageIsLoaded .header-top .inner-container,
.pageIsLoaded .header-bottom .inner-container {
  display: flex;
}

.quickLinks {
  position: static;
  display: flex;
  align-items: center;
}

.header-logo {
  z-index: 999;
  position: absolute;
  top: 0;
  left: -30px;
  display: block;
  width: 245px;
  height: 213px;
  background: url(images/logo.png) center/contain no-repeat;
  transition: 0.3s;
}
.saffireWindowScrolled .header-logo {
  width: 149px;
  height: 130px;
  transition: 0.3s;
}
@media screen and (max-width: 1300px) {
  .header-logo {
    left: 10px;
    width: 149px;
    height: 130px;
  }
}

.ticket, .saffireMobileSize a.ticket {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 142px !important;
  height: 40px !important;
  background: url(images/tix.png) center/contain no-repeat;
  font: 20px/1 "Lato-Black";
  text-transform: uppercase;
  color: #fff;
  margin-left: 10px;
}
.ticket:hover, .saffireMobileSize a.ticket:hover {
  background: url(images/tix-hover.png) center/contain no-repeat !important;
  color: #fff;
}

.saffireMobileSize a.ticket {
  margin: 0 !important;
}

.header .searchBox:not(.clonedSearchBox) {
  display: inline-flex;
  align-items: center;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
  height: 30px;
  width: 170px;
  padding: 0 5px;
  font-size: 14px;
  font-family: "Lato-Regular";
  border-radius: 0 !important;
  width: 0;
  padding: 0;
  transition: 0.2s;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input:focus {
  width: 170px;
  padding: 0 5px;
  transition: 0.2s;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 10px;
  border-radius: 0 !important;
  font-size: 14px;
  font-family: "Lato-Regular";
  -webkit-clip-path: none;
          clip-path: none;
  background: transparent;
  width: 35px;
  padding: 0;
  font-size: 0;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:before {
  content: "";
  display: block;
  font-size: 18px;
  font-family: "FontAwesome";
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
}
.header .searchBox:not(.clonedSearchBox):hover .searchBoxInput input {
  width: 170px;
  padding: 0 5px;
  transition: 0.2s;
}

.saffireMobileSize .header .searchBox:not(.clonedSearchBox) {
  display: none;
}

.saffireLargeSize .viewcart {
  display: inline-flex;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 10px;
}
.saffireLargeSize .viewcart .cartMenuLink {
  display: inline-block;
  color: inherit;
}
.saffireLargeSize .viewcart .cartMenuLink:before {
  content: "";
  position: relative;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 21px;
  line-height: 1;
  color: inherit;
}

.saffireMobileSize .viewcart {
  display: inline-flex;
}
.saffireMobileSize .viewcart .cartMenuLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: rgba(255, 255, 255, 0.7);
}
.saffireMobileSize .viewcart .cartMenuLink:before {
  content: "";
  position: relative;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 26px;
  line-height: 1;
  color: inherit;
}

.mobile-nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  vertical-align: top;
}
.mobile-nav-toggle:before {
  content: "";
  position: relative;
  top: 2px;
  font-family: "FontAwesome";
  font-size: 28px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
}
.mobile-nav-toggle:hover {
  cursor: pointer;
}

.saffireLargeSize .mobile-nav-toggle {
  display: none;
}

.saffireLargeSize .nav .groups {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.saffireLargeSize .nav .groups .group {
  display: inline-block;
  flex-shrink: 0;
}
.saffireLargeSize .nav .groups .group:last-child .items,
.saffireLargeSize .nav .groups .group:nth-last-child(2) .items {
  left: auto;
  right: 0;
}
.saffireLargeSize .nav .groups .group:last-child .subitems,
.saffireLargeSize .nav .groups .group:nth-last-child(2) .subitems {
  left: auto;
  right: 100%;
}
.saffireLargeSize .nav .groups .group > a {
  display: inline-block;
  padding: 11px;
  background: none;
  font-family: "Lato-Black", Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #4f4f4f;
  text-transform: uppercase;
}
.saffireLargeSize .nav .groups .group:hover > a {
  color: #4f4f4f;
  background: #efeee6;
}
.saffireLargeSize .nav .items {
  top: 100%;
  left: 0;
  padding: 0;
  background: #efeee6;
}
.saffireLargeSize .nav .items .item a {
  padding: 5px 20px;
  color: #4f4f4f;
  font-family: "Lato-Regular";
  font-size: 13px;
}
.saffireLargeSize .nav .items .item a:hover {
  color: #4f4f4f;
}
.saffireLargeSize .nav .item {
  width: 200px;
  line-height: 1.4;
}
.saffireLargeSize .nav .item:hover {
  background: #bfbeb8;
}
.saffireLargeSize .nav .subitems {
  left: 100%;
  padding: 0;
  background: #efeee6;
}

@media (max-width: 1170px) {
  .saffireLargeSize .nav .groups .group > a {
    font-size: 15px;
  }
}
/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  font-family: "Lato-Bold";
  font-size: 15px;
  color: #fff;
  text-align: left;
}
.footer a {
  font-family: "Lato-Bold";
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .footer-main {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  background: url(images/footer-bg.png) center top no-repeat;
  background-size: cover;
  padding: 100px 20px 20px;
}
.saffireMobileSize .footer .footer-main {
  padding: 85px 20px 20px;
  background-image: url(images/footer-bg-mobile.png);
}
.footer .footer-main .inner-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
}
.saffireMobileSize .footer .footer-main .inner-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .contact-us, .footer .site-map, .footer .footer-header {
  display: flex;
  flex-direction: column;
}
.saffireMobileSize .footer .contact-us, .saffireMobileSize .footer .site-map, .saffireMobileSize .footer .footer-header {
  align-items: center;
  text-align: center;
}
.footer .footer-logos {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.saffireMobileSize .footer .footer-logos {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 20px;
}
.footer .palouse-logo {
  display: block;
  width: 127px;
  height: 109px;
  background: url(images/footer-logo.png) center/contain no-repeat;
  margin: 0 0 15px;
}
.saffireMobileSize .footer .palouse-logo {
  width: 114px;
  height: 98px;
  margin: 0 25px 0 0;
}
.footer .whitman-county {
  display: block;
  width: 91px;
  height: 119px;
  background: url(images/whitman-county.png) center/contain no-repeat;
}
.footer .phone, .footer .address, .footer .email {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.saffireMobileSize .footer .phone, .saffireMobileSize .footer .address, .saffireMobileSize .footer .email {
  flex-direction: column;
}
.footer .phone:before, .footer .address:before, .footer .email:before {
  content: "";
  display: block;
}
.saffireMobileSize .footer .phone:before, .saffireMobileSize .footer .address:before, .saffireMobileSize .footer .email:before {
  position: static;
  margin: 0 auto;
}
.footer .phone:before {
  background: url(images/phone.png) center/contain no-repeat;
  width: 11px;
  height: 16px;
  margin-right: 12px;
}
.footer .address:before {
  position: relative;
  top: -10px;
  background: url(images/address.png) center/contain no-repeat;
  width: 12px;
  height: 16px;
  margin-right: 11px;
}
.footer .email:before {
  background: url(images/email.png) center/contain no-repeat;
  width: 14px;
  height: 10px;
  margin-right: 9px;
}
.saffireMobileSize .footer .email {
  margin-bottom: 20px !important;
}
.footer .footer-header {
  font: 20px/1 "Lato-Black";
  letter-spacing: 2px;
}
.footer .footer-header:after {
  content: "";
  display: block;
  width: 92px;
  height: 6px;
  background: url(images/divider-horizontal.png) center/contain no-repeat;
  padding: 15px 0 10px;
}
.footer ul.footerItems1 {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.footer ul.footerItems1 .separator {
  display: none !important;
}
.footer .mascot {
  position: relative;
  top: -15px;
}
.saffireMobileSize .footer .mascot {
  position: static;
  margin-top: 20px;
}
.footer .footer-bottom {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  background: #602223;
  padding: 0 20px 5px;
}
@media screen and (max-width: 1400px) {
  .footer .footer-bottom {
    align-items: flex-start;
    height: 90px;
  }
}
.saffireMobileSize .footer .footer-bottom {
  align-items: center;
  height: 110px;
  padding: 0 20px;
}
.footer ul.footerItems2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  margin: 0;
}
.saffireMobileSize .footer ul.footerItems2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer .saffire_logo {
  top: 5px;
}

.mobile-menu-container {
  background-color: #fff;
}
.mobile-menu-container .mobile-menu-header {
  background-color: #832324;
}
.mobile-menu-container .close-mobile-menu:before, .mobile-menu-container .close-mobile-menu:after {
  background-color: #fff;
}
.mobile-menu-container .mobile-menu-subheader,
.mobile-menu-container .mobile-menu-subheader-btn {
  background-color: #efeee6;
}
.mobile-menu-container .mobile-menu-subheader a, .mobile-menu-container .mobile-menu-subheader i,
.mobile-menu-container .mobile-menu-subheader-btn a,
.mobile-menu-container .mobile-menu-subheader-btn i {
  color: #4f4f4f;
}
.mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
.mobile-menu-container .mobile-menu-subheader-btn:active {
  background-color: #a7773d;
}
.mobile-menu-container .mobile-menu-login-links a {
  font-family: "Lato-Black";
}
.mobile-menu-container .cart-counter {
  font-family: "Lato-Black";
}
.mobile-menu-container .search-container input {
  font-family: "Lato-Black";
}
.mobile-menu-container .search-container .search-submit-btn {
  color: #333;
}
.mobile-menu-container .mobile-menu-ticket-btn {
  background-color: #b1762c;
  font-family: "Lato-Black";
  color: #fff;
  border-color: #fff;
  padding: 9px 1em;
}
.mobile-menu-container .mobile-menu-footer-links a {
  font-family: "Lato-Black";
  color: #4f4f4f;
}

#mobile-nav ul {
  background-color: #fff;
}
#mobile-nav li {
  margin: 0;
}
#mobile-nav li.m-group, #mobile-nav li.m-item, #mobile-nav li.m-subitem {
  border-bottom: 1px solid #fff;
}
#mobile-nav a {
  background-color: #b1762c;
  font-family: "Lato-Black";
  color: #fff;
}
#mobile-nav a:hover {
  background-color: #c19156;
}
#mobile-nav .has-subitems span {
  background-color: #c19156;
  color: #fff;
}
#mobile-nav .has-subitems span:hover {
  background-color: #b1762c;
}

/************************* MODAL CONTENT ********************/
.ui-dialog {
  background: #fff;
  box-shadow: 0 0 10px -5px #444;
}

.modal {
  background: #fff;
  padding-top: 15px;
  border: 10px solid #fff;
}

.modalBody {
  /* |%  set modal background color if not white */
  background: #fff;
  padding: 14px;
}
.modalBody .showorksModalTitle {
  /* |%  set font-family */
  font-size: 32px;
  line-height: 36px;
}
.modalBody .showorksBreadcrumbs {
  /* |%  set font-family */
  font-size: 20px;
  color: #712829;
  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: #4f4f4f;
}
.modalBody .showorksTableGrid tr.odd {
  background: #fff;
  color: black;
}
.modalBody .showorksTableGrid tr.even {
  background: #e6e6e6;
  color: black;
}

.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 {
  min-width: 40px;
}
.modalClose .modalCloseButton img {
  display: none;
}
.modalClose .modalCloseButton:before {
  content: "X";
  font-family: sans-serif;
}

.getUpdatesPageEmailModule .emailSignup.modalOnly {
  max-width: 280px;
  margin: 0 auto;
}
.getUpdatesPageEmailModule .emailSignup.modalOnly .inputFieldTextbox {
  box-sizing: border-box;
  border-radius: 0 !important;
  border: 1px solid #333;
  padding: 5px 10px;
  color: #333;
}
.getUpdatesPageEmailModule .emailSignup.modalOnly .emailSubmitButton {
  border-radius: 0 !important;
}
.getUpdatesPageEmailModule .emailSignup.modalOnly .button {
  box-sizing: border-box;
}

.saffireMobileSize.modalBody a[onclick*="Unsubscribe.ascx"] {
  margin-top: -25px;
}

/************* BUTTON STYLES *********************/
.button {
  padding: 11px 30px;
  font-size: 16px;
  -webkit-clip-path: polygon(10% 0, 89% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
          clip-path: polygon(10% 0, 89% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
  max-width: 165px;
}

.button,
.buttonSmall {
  box-sizing: border-box;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "Lato-Black";
  color: #fff !important;
  background: #b1762c;
  transition: 0.3s;
}

a.buttonSmall.button,
.buttonSmall {
  padding: 8px 21px;
  font-size: 12px;
}

.button:hover,
.buttonSmall:hover {
  background: #8e5e21;
  transition: 0.3s;
}

a.updateButton.buttonSmall,
a.removeButton.buttonSmall,
a.cartMenuRemoveButton.button.buttonSmall {
  font-size: 0.875em;
}

.cartMenu .cartMenuCheckoutButton {
  font-size: 14px;
  padding: 4px 15px !important;
}

.searchMapButton {
  font-size: 15px;
  padding: 8px 25px;
}

.featureLineup-more,
.featureLineup-headline {
  display: none;
}

.hoverTrigger .buttonSmall {
  background: transparent !important;
  color: #b1762c !important;
  padding: 5px 10px;
}

#cardWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 40px 0 0;
}
.saffireMobileSize #cardWidget {
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  #cardWidget {
    max-width: 900px;
  }
}
@media screen and (max-width: 1000px) {
  #cardWidget {
    max-width: 600px;
  }
}
@media screen and (max-width: 700px) {
  #cardWidget {
    max-width: 300px;
  }
}
#cardWidget:before {
  content: "";
  display: block;
  background: url(images/card-widget-title.png) center/contain no-repeat;
  width: 421px;
  height: 36px;
  margin: 0 auto 35px;
}
#cardWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 292px;
  height: 402px;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.4);
}
#cardWidget .card-widget-item:hover .image-container:before {
  background: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
}
#cardWidget .image-container {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#cardWidget .image-container:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: 0.3s;
}
#cardWidget .card-content {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 292px;
  height: 299px;
  padding: 100px 35px 0;
  background: url(images/card-content-bg.png) center/contain no-repeat;
  z-index: 9;
}
#cardWidget .card-widget-title {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font: 24px/1.15 "Lato-Black";
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#cardWidget .card-widget-title:after {
  content: "";
  display: block;
  width: 92px;
  height: 6px;
  background: url(images/divider-horizontal.png) center/contain no-repeat;
  padding: 20px 0 40px;
}
#cardWidget .owl-nav [class*=owl-] {
  position: absolute;
  bottom: 205px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 12px;
  padding: 0;
  margin: 0;
  font-size: 0;
}
#cardWidget .owl-prev {
  left: -25px;
  background: url(images/arrow-left.png) center/contain no-repeat !important;
  transition: 0.3s;
}
#cardWidget .owl-prev:hover {
  background: url(images/arrow-left-hover.png) center/contain no-repeat !important;
  transition: 0.3s;
}
#cardWidget .owl-next {
  right: -25px;
  background: url(images/arrow-right.png) center/contain no-repeat !important;
  transition: 0.3s;
}
#cardWidget .owl-next:hover {
  background: url(images/arrow-right-hover.png) center/contain no-repeat !important;
  transition: 0.3s;
}

#siteInfoBannerWidget {
  box-sizing: border-box;
  position: static;
  display: inline-flex;
  height: auto;
  width: auto;
  max-width: 100%;
  margin: 0 0 0 230px;
  padding: 0;
  background: transparent;
  font-family: "Lato-Bold";
  font-size: 14px;
  color: #fff;
  text-align: left;
  line-height: 1;
  z-index: 2;
  transition: 0.3s;
  min-width: auto;
  align-items: center;
}
.saffireWindowScrolled #siteInfoBannerWidget {
  margin: 0 0 0 135px;
  transition: 0.3s;
}
@media screen and (max-width: 1300px) {
  #siteInfoBannerWidget {
    margin: 0 0 0 165px !important;
  }
}
#siteInfoBannerWidget #eventDates {
  display: flex;
  align-items: center;
  font-family: "Lato-Black";
  font-size: 23px;
  font-weight: 400;
  color: #fff;
}
#siteInfoBannerWidget #eventDates:after {
  content: "";
  display: block;
  width: 3px;
  height: 18px;
  background: url(images/divider.png) center/contain no-repeat;
  margin: 0 10px;
}
#siteInfoBannerWidget #eventName {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
}
#siteInfoBannerWidget .countdownDays {
  display: inline-block;
  font-family: "Lato-Bold";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

body:not(.homepage).saffireMobileSize #siteInfoBannerWidget {
  display: none !important;
}

.saffireMobileSize.homepage #siteInfoBannerWidget {
  position: relative;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0 25px;
  background: #fff;
  color: #832324;
  width: 100%;
  margin: 0 !important;
}
.saffireMobileSize.homepage #siteInfoBannerWidget #eventName {
  font-size: 14px;
  color: inherit;
}
.saffireMobileSize.homepage #siteInfoBannerWidget #eventDates {
  font-size: 23px;
  color: inherit;
  margin-bottom: 8px;
}
.saffireMobileSize.homepage #siteInfoBannerWidget #eventDates:after {
  display: none;
}
.saffireMobileSize.homepage #siteInfoBannerWidget .countdownDays {
  font-size: 14px;
  color: inherit;
}

body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
  font-family: "Lato-Black";
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 817px) {
  body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
    font-size: 16px;
  }
}
body.siteInfoBannerWidgetDateIsPast.siteInfoBannerWidgetNoThankYouMessage #siteInfoBannerWidget {
  display: none !important;
}
body.siteInfoBannerWidgetDateIsPast.siteInfoBannerWidgetNoThankYouMessage .header-top .inner-container {
  justify-content: flex-end;
}

#hotButtons {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background: #fff;
  max-width: 100%;
  margin: 0;
  padding: 20px 25px 30px;
  box-shadow: 3px 4px 2.76px 0.24px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1300px) {
  #hotButtons {
    margin-bottom: 30px;
  }
}
.saffireMobileSize #hotButtons {
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  #hotButtons {
    padding: 20px 20px 30px;
  }
}
#hotButtons:before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: -286px;
  width: 286px;
  height: 291px;
  background: url(images/cow.png) center/contain no-repeat;
}
.saffireMobileSize #hotButtons:before {
  display: none;
}
#hotButtons .widget-title {
  text-align: center;
  font: 24px/1 "Lato-Black";
  color: #712829;
  padding-bottom: 15px;
}
#hotButtons .card-widget-item {
  box-sizing: border-box;
  display: flex;
  background: url(images/outline.png) center/contain no-repeat;
  width: 409px;
  height: 56px;
  margin-bottom: 6px;
  transition: 0.3s;
}
@media screen and (max-width: 500px) {
  #hotButtons .card-widget-item {
    width: 310px;
    height: 43px;
  }
}
#hotButtons .card-widget-item:hover {
  background-image: url(images/outline-hover.png);
  transition: 0.3s;
}
#hotButtons .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
#hotButtons .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 17px/1 "Lato-Black";
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 500px) {
  #hotButtons .card-widget-title {
    font-size: 13px;
  }
}
#hotButtons .buttonwrap {
  display: none;
}

#mainFeature {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
#mainFeature .card-widget-item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#mainFeature .card-widget-item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 75px;
  width: 1200px;
  background: #fff;
}
#mainFeature .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 1200px;
  height: 575px;
}
@media screen and (max-width: 1200px) {
  #mainFeature .image-container {
    height: 48vw;
    background-size: contain;
  }
}
#mainFeature .card-content {
  position: relative;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 75px;
  background: #fff;
  padding: 0 35px;
  z-index: 9;
}
@media screen and (max-width: 1200px) {
  #mainFeature .card-content {
    flex-direction: column;
    justify-content: flex-start;
    height: 165px;
    padding: 25px 30px;
  }
}
#mainFeature .card-widget-title {
  position: static;
  display: block;
  font: 28px/1 "Lato-Black";
  color: #4f4f4f;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 1200px) {
  #mainFeature .card-widget-title {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  #mainFeature .card-widget-title {
    max-width: 300px;
    text-align: center;
  }
}
#mainFeature .buttonwrap {
  display: flex;
}
#mainFeature .moreButton, #mainFeature .buyNowButton {
  margin: 0 5px;
}
#mainFeature .owl-item.center {
  z-index: 99;
}
#mainFeature .owl-item:not(.center) .image-container:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 48vw;
  max-height: 575px;
  background: #efeee6;
  opacity: 0.5;
}
#mainFeature .owl-nav {
  box-sizing: border-box;
  position: absolute;
  bottom: 57px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  padding: 0 5px;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  #mainFeature .owl-nav {
    bottom: 25px;
    max-width: 185px;
  }
}
.saffireMobileSize #mainFeature .owl-nav {
  bottom: 7px;
}
#mainFeature .owl-nav [class*=owl-] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 12px;
  padding: 0;
  margin: 0;
  font-size: 0;
}
#mainFeature .owl-prev {
  background: url(images/arrow-left.png) center/contain no-repeat !important;
  transition: 0.3s;
}
#mainFeature .owl-prev:hover {
  background: url(images/arrow-left-hover.png) center/contain no-repeat !important;
  transition: 0.3s;
}
#mainFeature .owl-next {
  background: url(images/arrow-right.png) center/contain no-repeat !important;
  transition: 0.3s;
}
#mainFeature .owl-next:hover {
  background: url(images/arrow-right-hover.png) center/contain no-repeat !important;
  transition: 0.3s;
}
#mainFeature .owl-dots {
  position: relative;
  top: 15px;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  #mainFeature .owl-dots {
    position: absolute;
    top: auto;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.saffireMobileSize #mainFeature .owl-dots {
  bottom: 0;
}
#mainFeature .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  margin: 0 7px;
  background: transparent;
  border: 2px solid #832324;
  transition: 0.3s;
}
#mainFeature .owl-dots .owl-dot.active span, #mainFeature .owl-dots .owl-dot:hover span {
  background: #832324;
  transition: 0.3s;
}

#mainFeature .owl-item .card-content {
  opacity: 0;
}

#mainFeature .owl-item.active.center .card-content {
  opacity: 1;
}

#seoWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 700px;
  max-width: 100%;
  height: 400px;
  background: #fff;
  margin: 0 0 0 35px;
  padding: 0;
  box-shadow: 3px 4px 2.76px 0.24px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1300px) {
  #seoWidget {
    margin: 30px 0 0 0;
  }
}
@media screen and (max-width: 750px) {
  #seoWidget {
    width: 350px;
    height: 378px;
    margin: 10px 0 0 0;
  }
}
#seoWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 686px;
  height: 384px;
  outline: 1px solid #b1762c;
}
@media screen and (max-width: 750px) {
  #seoWidget .card-widget-item {
    width: 340px;
    height: 364px;
  }
}
#seoWidget .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
#seoWidget .card-widget-title {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font: 49px/1 "Imbue-Medium";
  color: #b1762c;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  #seoWidget .card-widget-title {
    font-size: 43px;
  }
}
#seoWidget .card-widget-title:after {
  content: "";
  display: block;
  width: 92px;
  height: 6px;
  background: url(images/divider-red.png) center/contain no-repeat;
  padding: 25px 0;
}
@media screen and (max-width: 750px) {
  #seoWidget .card-widget-title:after {
    padding: 15px 0;
  }
}
#seoWidget .card-widget-description {
  font: 18px/1.5 "Lato-Regular";
  color: #4f4f4f;
  padding: 0 50px;
}
@media screen and (max-width: 750px) {
  #seoWidget .card-widget-description {
    font-size: 16px;
    padding: 0 40px;
  }
}
#seoWidget .buttonwrap {
  margin-top: 30px;
}

.socialNetworks {
  z-index: 80000000;
  position: fixed;
  right: -80px;
  top: 25%;
  transition: 0.6s ease;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  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(0, 0, 0, 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: #e5e5e5;
}

@media screen and (max-width: 1400px) {
  .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 a:hover {
  background-color: #e5ae13;
}

.pageIsLoaded .socialNetworks {
  right: 0;
  right: 10px;
}
@media screen and (max-width: 1400px) {
  .pageIsLoaded .socialNetworks {
    bottom: 0;
    bottom: 5px;
    right: 5px;
  }
}

.lightbox-showing .socialNetworks {
  display: none;
}

.saffireMobileSize .socialNetworks {
  position: static;
  display: flex;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  background: #5d3233;
  padding: 10px 0;
}
.saffireMobileSize .socialNetworks img, .saffireMobileSize .socialNetworks > a {
  max-width: 40px;
  max-height: 40px;
}

/* SOCIAL NETWORK PLUGIN */
#socialNetworkWidget {
  height: 400px;
  width: 465px;
  max-width: 98%;
}
.saffireMobileSize #socialNetworkWidget {
  display: flex;
  justify-content: center;
}
#socialNetworkWidget .socialFeedContainer {
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
  height: 400px;
  width: 465px;
  max-width: 98%;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
#socialNetworkWidget #facebookfeedContainer {
  box-shadow: 3px 4px 2.76px 0.24px rgba(0, 0, 0, 0.2);
}

/* Set the container ID*/
/* Size the container*/
/* Size the images*/
/* Format titles*/
/* Format arrows*/
#sponsorWidgetContainer {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 35px;
}
.saffireMobileSize #sponsorWidgetContainer {
  padding: 0;
}
#sponsorWidgetContainer .sponsorWidgetContainer .sponsor-controls-container:focus-within {
  bottom: 3px;
  opacity: 1;
  transition: 0.2s;
  pointer-events: auto;
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsorCarouselImageContainer {
  animation-play-state: paused;
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:before {
  content: "Resume";
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:after {
  content: "";
  padding-left: 2px;
}
#sponsorWidgetContainer .sponsorWidgetContainer:hover .sponsor-controls-container {
  bottom: 3px;
  opacity: 1;
  transition: 0.2s;
  pointer-events: auto;
}
#sponsorWidgetContainer .sponsorCarouselImageContainer a {
  margin: 0 30px;
}
.saffireMobileSize #sponsorWidgetContainer .sponsorCarouselImageContainer a {
  margin: 0 15px;
}
#sponsorWidgetContainer .sponsorCarouselImage img {
  max-height: 110px;
}
.saffireMobileSize #sponsorWidgetContainer .sponsorCarouselImage img {
  max-height: 90px;
}
#sponsorWidgetContainer #sponsorsTitleContainer {
  width: 100%;
  text-align: center;
  top: 0;
}
#sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  display: none;
}
#sponsorWidgetContainer #sponsorArrowRight, #sponsorWidgetContainer #sponsorArrowLeft {
  top: 50%;
  transform: translateY(-50%);
}
.saffireMobileSize #sponsorWidgetContainer #sponsorArrowRight, .saffireMobileSize #sponsorWidgetContainer #sponsorArrowLeft {
  display: none;
}
#sponsorWidgetContainer #sponsorArrowRight span, #sponsorWidgetContainer #sponsorArrowLeft span {
  border: none;
  width: 17px;
  height: 12px;
}
#sponsorWidgetContainer #sponsorArrowRight {
  right: 0;
}
#sponsorWidgetContainer #sponsorArrowRight span {
  background: url(images/arrow-right.png) center/contain no-repeat;
  transition: 0.3s;
}
#sponsorWidgetContainer #sponsorArrowRight span:hover {
  background-image: url(images/arrow-right-hover.png);
  transition: 0.3s;
}
#sponsorWidgetContainer #sponsorArrowLeft {
  left: 0;
}
#sponsorWidgetContainer #sponsorArrowLeft span {
  background: url(images/arrow-left.png) center/contain no-repeat;
  transition: 0.3s;
}
#sponsorWidgetContainer #sponsorArrowLeft span:hover {
  background-image: url(images/arrow-left-hover.png);
  transition: 0.3s;
}
#sponsorWidgetContainer .sponsor-controls-container {
  box-sizing: border-box;
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 30px;
  background: #fff;
  box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.5);
  z-index: 999;
  transition: 0.2s;
  opacity: 0;
  pointer-events: none;
}
#sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 10px;
  border: none;
  background: #fff;
  color: #4f4f4f;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
#sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn:before {
  content: "Pause";
  display: inline-block;
  width: 50px;
  font-size: 14px;
  line-height: 1;
  color: #4f4f4f;
  text-align: center;
}
#sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn:after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-align: center;
  padding-left: 1px;
  width: 30px;
  height: 100%;
  font-family: "FontAwesome";
  font-size: 15px;
  color: #4f4f4f;
}

#sponsorWidgetContainer .sponsorWidgetContainer:not(.animate) .sponsor-controls-container {
  display: none;
}

#videoSection {
  position: relative;
  display: inline-block;
  width: 710px;
  max-width: 95%;
  vertical-align: top;
  float: none;
  margin-left: 35px;
  box-shadow: 3px 4px 2.76px 0.24px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1300px) {
  #videoSection {
    margin: 0;
  }
}
#videoSection:before {
  position: absolute;
  top: 13px;
  right: -25px;
  content: "WATCH";
  display: flex;
  justify-content: center;
  align-items: center;
  font: 24px/1 "Lato-Black";
  color: #fff;
  width: 194px;
  height: 54px;
  background: url(images/watch.png) center/contain no-repeat;
  z-index: 99;
}
@media screen and (max-width: 800px) {
  #videoSection:before {
    top: 7px;
    right: -10px;
    font-size: 12px;
    width: 99px;
    height: 29px;
  }
}
#videoSection.single-video #arrow-container {
  display: none;
}

#videoWidget {
  box-sizing: border-box;
  position: relative;
  height: 0;
  width: 100%;
  max-width: 710px;
  padding-bottom: 56.3%;
  text-align: center;
}
#videoWidget iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  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 .video-arrow {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  padding: 14px;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 1;
}
#videoWidget .video-arrow.previous {
  left: -25px;
  opacity: 0;
  visibility: hidden;
}
#videoWidget .video-arrow.next {
  right: -25px;
  opacity: 0;
  visibility: hidden;
}
#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 #videoList {
  display: none;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.galleryViewName {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.printEvent {
  display: flex !important;
  align-items: center;
}
.printEvent .print {
  order: 2;
}
.printEvent .fa-print {
  order: 1;
}

*:focus {
  outline: none;
}

.saffireMobileSize .expandedViewEventNameDescription {
  padding-bottom: 45px !important;
}
.saffireMobileSize .expandedViewEventNameDescription .itemButtonContainer .buyNowButton {
  padding: 10px 25px;
}

.calloutArrow, .calloutArrowGallery {
  display: none !important;
}

#calendarMobileToggle {
  font-size: 14px;
}

.tier-one {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
  background: url(images/dotted-bg.png) center/cover;
}

.slider-container {
  position: relative;
  width: 100%;
}
.slider-container:after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 100%;
  max-width: 420px;
  height: 39px;
  background: url(images/shadow.png) center/contain no-repeat;
}
@media screen and (max-width: 1200px) {
  .slider-container:after {
    bottom: -40px;
  }
}
@media screen and (max-width: 450px) {
  .slider-container:after {
    bottom: -35px;
  }
}

.tier-two, .tier-three {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 85px 0;
}
@media screen and (max-width: 1300px) {
  .tier-two, .tier-three {
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
  }
}

.tier-two {
  position: relative;
  background: #e5ae13;
}
.saffireMobileSize .tier-two {
  padding: 185px 0 10px;
}
.saffireMobileSize .tier-two:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 286px;
  height: 291px;
  background: url(images/cow.png) center/contain no-repeat;
}

.tier-three {
  background: url(images/midway-bg.png) center/cover;
}
.saffireMobileSize .tier-three {
  padding: 10px 0;
}

.sponsors-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: #fff;
  padding: 30px 20px;
}
.saffireMobileSize .sponsors-container {
  padding: 30px 0;
}

.sponsors-title {
  font: 24px/1 "Lato-Bold";
  color: #712829;
  padding-bottom: 10px;
  letter-spacing: 1px;
}

.seat-actions .small {
  display: none;
}

/*# sourceMappingURL=theme.css.map*/