@charset "UTF-8";
/************** 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: "montserratregular";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/montserratregular.woff2) format("woff2"), url(fonts/montserratregular.woff) format("woff");
}
@font-face {
  font-family: "montserratlight";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/montserratlight.woff2) format("woff2"), url(fonts/montserratlight.woff) format("woff");
}
@font-face {
  font-family: "montserratbold";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/montserratbold.woff2) format("woff2"), url(fonts/montserratbold.woff) format("woff");
}
@font-face {
  font-family: "montserratblack";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/montserratblack.woff2) format("woff2"), url(fonts/montserratblack.woff) format("woff");
}
@font-face {
  font-family: "MontserratMedium";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/MontserratMedium.woff2) format("woff2"), url(fonts/MontserratMedium.woff) format("woff");
}
.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: #323232;
  font: 16px/1.5 "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
}

b,
strong {
  font-family: "open_sansbold";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "montserratblack", Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #001e36;
  line-height: 1.2;
  margin: 0 0 0.67em 0;
  text-transform: none;
}

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

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

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

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

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

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: 14px;
}
.subContainer h1 {
  font-size: 28px;
}
.subContainer h2 {
  font-size: 24px;
}
.subContainer h3 {
  font-size: 20px;
}
.subContainer h4 {
  font-size: 18px;
}
.subContainer h5 {
  font-size: 16px;
}
.subContainer h6 {
  font-size: 14px;
}

a {
  color: #001e36;
  text-decoration: underline;
}

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

a:hover {
  text-decoration: none;
}

span.printEvent {
  line-height: 1;
}

input.inputFieldTextbox {
  width: 100%;
  padding: 13px 7px;
}

.featureLineupContainer .subContainer {
  background: #e6f6fe;
}

.featureLineupContainer .featureLineup-buttons.subContainer {
  background: transparent;
  box-shadow: none;
  width: 100%;
}

.featureLineupContainer .featureLineup-headline.button {
  font-size: 16px;
  color: #fff !important;
  background: #cb3326;
  border-radius: 0;
  width: 95.2%;
  bottom: 61px;
  top: auto;
  left: 7px;
  line-height: 1;
}

.featureLineup-social div a {
  width: 25px;
  height: 25px;
  font-size: 22px;
  margin: 0 2px;
}
.featureLineup-social div a:after {
  color: #f79420;
}

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

body:not(.homepage) {
  background: url(images/body-bg-inner.jpg) no-repeat top left;
  background-size: cover;
  background-attachment: fixed;
}

.wrapper {
  width: 100%;
}

body:not(.homepage) .content {
  position: relative;
  max-width: calc( 1400px - 15px - 15px );
  margin: 30px auto 200px;
  padding: 15px 15px 15px 15px;
  background: #fff;
}

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

body:not(.homepage) .wrapper {
  padding-top: 113px;
}

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

.subContainer {
  background: #ccc;
  color: #111;
  box-shadow: 2px 2px 5px #000;
}
.subContainer a,
.subContainer h1,
.subContainer h2,
.subContainer h3 {
  color: #111;
}
.subContainer .error {
  color: #000;
}

.dateDisplayBar,
.dateDisplay {
  background: #e6f6fe;
  color: #000;
}
.dateDisplayBar a,
.dateDisplay a {
  color: #000;
}

#google_translate_element {
  /* |%  Google translate position */
  top: 15px;
  right: 30px;
}

.orderhistory {
  background: #e6f6fe;
}

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

.alternateRow {
  background: #e6f6fe;
}

.listingItem {
  background: #e6f6fe;
  border-bottom: 1px solid #b5e4fc;
}
.listingItem:hover {
  background: #f5fbff;
}

.header-top,
.header-bottom {
  max-width: 1400px;
  margin: 0px auto;
  display: flex;
  position: relative;
}

.header-top-right {
  margin-left: auto;
  margin-right: 265px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header-top-right {
    margin-right: 177px;
  }
}
.saffireMobileSize .header-top-right {
  margin-right: 0;
}

.header-top {
  min-height: 38px;
}
.saffireMobileSize .header-top {
  padding-top: 18px;
  padding-right: 4px;
}

.swiper-multi-wrapper {
  padding-top: 145px;
  max-width: 1400px;
  margin: 0px auto;
  display: flex;
  align-items: flex-start;
}
.generalMessageOn .swiper-multi-wrapper {
  padding-top: 185px;
}
@media screen and (max-width: 1360px) {
  .swiper-multi-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.curve-Outer {
  background: url(images/mid-graphic.png) no-repeat left top;
  margin-top: -388px;
  padding-top: 452px;
}
.saffireMobileSize .curve-Outer {
  background-position: left 100%;
  padding-top: 444px;
}

.social-map-wrap {
  background: url(images/third-tier-bg.jpg) no-repeat;
  padding: 11px 0 26px;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 1199px) {
  .social-map-wrap {
    background: #ffdb4a;
    padding: 2px 0 0;
  }
}

.header-bottom-right {
  margin: 0 4px 0 0;
}
@media screen and (max-width: 1420px) {
  .header-bottom-right {
    margin: 0 17px 0 0;
  }
}
.saffireMobileSize .header-bottom-right {
  display: none;
}

.hours-faq-wrap {
  position: relative;
  top: 20px;
  display: flex;
  justify-content: flex-end;
}

.header-bottom {
  flex-direction: column;
}
.saffireMobileSize .header-bottom {
  padding-top: 29px;
}

.map-main-wrap {
  max-width: 500px;
  height: 500px;
  margin: 0;
  width: 100%;
  margin: 61px 69px;
  background: url(images/map-bg.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .map-main-wrap {
    margin: 37px 10px 0;
    width: 99%;
    height: 402px;
    max-width: 370px;
    background: url(images/map-bg-mobile.jpg) no-repeat center;
    background-size: cover;
  }
}

.social-inner {
  max-width: 1420px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .social-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.social-map-wrap-container .emailInputField input {
  width: 280px;
  height: 50px;
  border-radius: 0 !important;
  font-family: montserratlight;
  font-size: 15px;
  color: #000;
  padding: 12px 13px;
  background: #fff;
  text-transform: capitalize;
  text-align: center;
  letter-spacing: 0.34px;
}

.social-main-wrap {
  width: 100%;
  max-width: 370px;
  margin: 61px 10px 0;
  position: relative;
}
.saffireMobileSize .social-main-wrap {
  margin: 42px 10px 35px;
}
.saffireLargeSize .social-main-wrap {
  height: 500px;
}

.outer-container {
  background: #fff;
}

.footer-outer {
  margin: 0px auto;
  max-width: 1167px;
  display: flex;
  padding: 22px 15px 29px;
}
.saffireMobileSize .footer-outer {
  flex-direction: column;
  padding: 22px 20px 29px;
}

a.fairground-expo-center {
  display: block;
  width: 216px;
  height: 91px;
  background: url(images/fairground-expo-center.png) center/contain no-repeat;
}
.saffireMobileSize a.fairground-expo-center {
  width: 145px;
  height: 61px;
}

a.fairgroundsioux-empire-fair {
  display: block;
  width: 130px;
  height: 82px;
  background: url(images/sioux-empire-fair.png) center/contain no-repeat;
}
.saffireMobileSize a.fairgroundsioux-empire-fair {
  width: 85px;
  height: 55px;
}

.footer-logo {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  position: relative;
}
.saffireMobileSize .footer-logo {
  flex-direction: row;
  align-items: flex-end;
  margin: 10px 0 21px;
}
.footer-logo span {
  font-size: 15px;
  line-height: 1;
  margin: 20px 0 18px;
  letter-spacing: 0.3px;
}
.saffireMobileSize .footer-logo span {
  font-size: 10px;
  max-width: 39px;
  margin: 20px 21px 18px 12px;
}

ul.footer-info {
  display: flex;
  flex-direction: column;
  margin: 40px 0 11px;
  font-size: 16px;
}
.saffireMobileSize ul.footer-info {
  font-size: 14px;
  margin: 29px 0 11px;
}

.footer-right-content {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-left: 148px;
}
.saffireMobileSize .footer-right-content {
  max-width: 471px;
  margin: 0 auto;
}

.site-map li a {
  margin-right: 10px;
}
.saffireMobileSize .site-map {
  font-size: 12px;
  text-align: center;
}

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #ff9b23;
  font-family: "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  transition: all 0.3s ease !important;
}
.saffireWindowScrolled .generalmessage {
  font-size: 0 !important;
  height: 0 !important;
  padding: 0 !important;
}
.generalmessage a {
  color: inherit;
  text-decoration: underline;
}

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

.header {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  background: transparent;
  position: fixed;
  z-index: 9999;
  top: 0;
  padding-bottom: 24px;
}
.saffireWindowScrolled .header {
  background-color: #70dbfd;
}

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

.saffireMobileSize .header {
  height: auto;
  background: url(images/mobile-header-bg.jpg) no-repeat;
  padding-bottom: 16px;
  background-size: cover;
  position: fixed;
  top: 0;
  border-bottom: 2px solid #fff;
}
.saffireMobileSize .headerInnerContent {
  height: auto;
}

.header-logo {
  display: block;
  width: 237px;
  height: 167px;
  background: url(images/logo.png) center/contain no-repeat;
  position: absolute;
  top: 0;
  z-index: 9;
  left: -9px;
}
@media screen and (max-width: 1420px) {
  .header-logo {
    left: 0;
  }
}
@media screen and (max-width: 1340px) {
  .header-logo .header-logo {
    width: 193px;
    height: 135px;
  }
}
@media screen and (max-width: 1100px) {
  .header-logo {
    width: 146px;
    height: 103px;
    left: 3px;
  }
}
.saffireMobileSize .header-logo {
  background: url(images/logo-mobile.png) center/contain no-repeat;
  width: 149px;
  height: 116px;
  top: 0;
  left: 1px;
}

.ticket {
  background: url(images/ticket-bg-graphic.png) no-repeat;
  background-size: contain;
  width: 225px;
  height: 89px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 5px;
  right: 0;
  font-family: montserratblack;
  color: #551313;
  text-transform: uppercase;
  margin-right: 8px;
  letter-spacing: 0.4px;
  font-size: 26px;
  z-index: 2;
}
@media screen and (max-width: 1420px) {
  .ticket {
    right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .ticket {
    width: 199px;
    height: 77px;
    top: 11px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .ticket {
    width: 163px;
    height: 65px;
    top: 16px;
    font-size: 16px;
  }
}
.ticket:hover {
  background: url(images/ticket-bg-graphic-hover.png) no-repeat;
  width: 225px;
  height: 89px;
}

.standAloneDirections,
.faqs {
  color: #551313 !important;
  background: #ff9b23;
  font-size: 14px;
  font-family: "montserratblack";
  border-radius: 20px;
  letter-spacing: 0.5px;
}
.standAloneDirections:hover,
.faqs:hover {
  background: #df861a;
}

.standAloneDirections {
  margin: 0 11px 0 0;
  padding: 7px 16px;
}

.faqs {
  padding: 7px 16px;
}

.saffireMobileSize a.ticket {
  color: #9b0000;
  background: linear-gradient(to bottom, #ffc038 0%, #ffc839 28%, #ffec78 72%);
  width: 155px;
  border-radius: 50px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin-right: 5px;
}
.saffireMobileSize a.ticket:hover {
  color: #9b0000;
  background: linear-gradient(to bottom, #ffa326 0%, #ffca32 28%, #fff59a 78%);
  width: 155px;
  border-radius: 50px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin-right: 5px;
}

.header .searchBox:not(.clonedSearchBox) {
  display: inline-flex;
  align-items: center;
  margin-right: 18px;
  position: relative;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
  height: 23px;
  width: 170px;
  padding: 0 5px;
  font-size: 14px;
  font-family: "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
  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: 19px;
  padding: 0 10px;
  background: transparent;
  border-radius: 0 !important;
  font-size: 14px;
  font-family: "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
  opacity: 0.6;
  width: 35px;
  padding: 0;
  font-size: 0;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:before {
  content: "";
  background: url(images/search-icon.png) no-repeat;
  width: 19px;
  height: 19px;
  display: block;
  font-size: 18px;
  font-family: "FontAwesome";
  line-height: 1;
  color: #000;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover {
  background: none;
}
.header .searchBox:not(.clonedSearchBox):hover .searchBoxInput input {
  width: 170px;
  padding: 0 5px;
  transition: 0.2s;
}

.saffireMobileSize .header .searchBox:not(.clonedSearchBox) {
  position: relative;
  align-items: center;
  justify-content: center;
  width: 50px;
  display: none;
  height: 50px;
}
.saffireMobileSize .header .searchBox:not(.clonedSearchBox):before {
  content: "";
  position: static;
  line-height: 1;
  font-size: 26px;
  color: #eee;
}

.saffireLargeSize .viewcart {
  display: inline-flex;
  color: inherit;
}
.saffireLargeSize .viewcart .cartMenuLink {
  display: flex;
  color: inherit;
  font-family: "MontserratMedium";
  font-size: 14px;
  color: #003b54;
  align-items: center;
  line-height: 25px !important;
}
.saffireLargeSize .viewcart .cartMenuLink:before {
  content: "";
  background: url(images/cart-icon.png) no-repeat;
  width: 27px;
  height: 24px;
  opacity: 0.5;
  position: relative;
  margin-right: 8px;
  font-family: "FontAwesome";
  font-size: 26px;
  color: #4684a3;
}

.saffireMobileSize .viewcart {
  display: none;
  margin-top: 5px;
}
.saffireMobileSize .viewcart .cartMenuLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #eee;
}
.saffireMobileSize .viewcart .cartMenuLink:before {
  content: "";
  position: relative;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 26px;
  line-height: 29px;
  color: inherit;
}

.mobile-nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 21px;
  vertical-align: top;
}
.mobile-nav-toggle:before {
  content: "";
  background: url(images/toggle-icon.png) no-repeat;
  width: 20px;
  height: 14px;
  position: relative;
  top: 2px;
  font-family: "FontAwesome";
  font-size: 28px;
  line-height: 1;
  color: #fff;
}
.mobile-nav-toggle:hover {
  cursor: pointer;
}

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

.social-map-wrap-container .emailSignup.modalOnly {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
  position: absolute;
  top: 86px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.social-map-wrap-container .emailSignup.modalOnly:after {
  width: 158px;
  height: 100px;
  background: url(images/subscribe-fair-logo.png) center/contain no-repeat;
  content: "";
  display: block;
  margin-top: 24px;
}
.social-map-wrap-container p.emailSignupText {
  display: none;
}
.social-map-wrap-container .emailInputSubmit a {
  line-height: 1;
  border-radius: 50px !important;
  padding: 12px 18px;
  margin-top: 16px;
  letter-spacing: 0.6px;
}

.FAQModule hr {
  display: none;
}
.FAQModule .faqQuestion,
.FAQModule .faqAnswer {
  background: #fff;
  color: #000;
}
.FAQModule .FAQModule .faqQuestion,
.FAQModule .FAQModule .faqAnswer {
  width: 100%;
}
.FAQModule .featureLineupContainer .subContainer {
  background: #fff;
}
.FAQModule .faqQuestion,
.FAQModule .faqQuestion.faqIsVisible {
  display: flex !important;
  align-items: center;
  background: #e6f6fe;
  color: #000;
}
.FAQModule .faqQuestion:before,
.FAQModule .faqQuestion.faqIsVisible:before {
  content: "";
  display: block;
  font-size: 0;
  width: 64px;
  height: 57px;
  background: url(images/plus-toggle-icon.jpg) center/contain no-repeat;
  margin-right: 12px;
  border-radius: 0;
  border-right: 9px solid #fff;
}
.FAQModule .faqQuestion .featureLineup-buttons.subContainer,
.FAQModule .faqQuestion.faqIsVisible .featureLineup-buttons.subContainer {
  background: #fff;
  box-shadow: none !important;
  width: 100%;
}
.FAQModule .faq a.faqQuestion {
  max-width: 100%;
}
.FAQModule .faqAnswer {
  width: 92.5%;
  margin: 0 0 0 auto !important;
  background: #f0f0f0;
  box-sizing: border-box;
  padding: 9px 15px;
  max-width: 100% !important;
}

a.faqQuestion {
  font-size: 16px;
  font-family: "OpenSans-Light-webfont" !important;
  color: #172752 !important;
}

.saffireLargeSize .nav {
  background: rgba(27, 158, 233, 0.5);
  width: 90%;
  margin: 0px auto;
  min-height: 45px;
  z-index: 1 !important;
}
.saffireLargeSize .nav .groups {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding-left: 150px;
}
@media screen and (max-width: 1330px) {
  .saffireLargeSize .nav .groups {
    padding-left: 165px;
  }
}
.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: 8px 15px 7px;
  background: none;
  font-family: "montserratblack", Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #001e36;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  .saffireLargeSize .nav .groups .group > a {
    padding: 9px 13px 7px;
    font-size: 19px;
  }
}
@media screen and (max-width: 1330px) {
  .saffireLargeSize .nav .groups .group > a {
    padding: 11px 8px 10px;
    font-size: 16px;
  }
}
.saffireLargeSize .nav .groups .group:hover > a {
  color: #001e36;
  background: #ff9b23;
}
.saffireLargeSize .nav .items {
  top: 100%;
  left: 0;
  padding: 0;
  background: #ff9b23;
}
.saffireLargeSize .nav .items .item a {
  padding: 5px 15px;
  color: #001e36;
  font-family: "MontserratMedium";
}
.saffireLargeSize .nav .items .item a:hover {
  color: #001e36;
}
.saffireLargeSize .nav .item {
  width: 200px;
  line-height: 1.4;
}
.saffireLargeSize .nav .item:hover {
  background: #ffb256;
}
.saffireLargeSize .nav .subitems {
  left: 100%;
  padding: 0;
  background: #ff9b23;
}

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 112px 0 0;
  background: url(images/footer-bg-graphic.png) no-repeat #fff center top;
  color: #fff;
  background-size: cover;
  text-align: center;
}
body:not(.homepage) .footer:before {
  content: "";
  display: block;
  position: absolute;
  top: -193px;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.03) 2%, white 33%, white 96%);
}
.footer:after {
  content: "";
  background: url(images/footer-bottom-border.png) repeat-x;
  height: 47px;
  width: 100%;
  display: block;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer ul.footerItems1 {
  margin: 0 auto;
  font-family: "Regular";
  font-size: 15px;
  text-transform: uppercase;
}
.footer .footerSignIn {
  text-transform: uppercase;
}
.footer ul.footerItems2 {
  margin: 0 0;
  font-size: 13px;
  letter-spacing: 0.3px;
}
.footer ul.footerItems2 li:last-child {
  margin-left: 21px;
}

.saffireMobileSize .footer {
  background: url(images/footer-bg-graphic-mobile.jpg) no-repeat #566406 center top;
  padding: 92px 0 0;
}
.saffireMobileSize .footer a:hover {
  text-decoration: none;
}
.saffireMobileSize .footer ul.footerItems2 {
  text-align: center;
  font-size: 12px;
  display: flex;
  flex-direction: column;
}
.saffireMobileSize .footer ul.footerItems2 li:last-child {
  font-size: 10px;
}
.saffireMobileSize .footer ul.footerItems1 {
  max-width: 300px;
  margin-bottom: 6px;
}
.saffireMobileSize .footer .footerSignIn {
  max-width: 300px;
  margin: auto;
}

a.tel {
  display: inline-flex;
  line-height: 30px;
  margin-bottom: 1px;
}
a.tel:before {
  content: "";
  background: url(images/phone-icon.png) no-repeat;
  width: 20px;
  height: 26px;
  display: flex;
  margin-right: 11px;
}

li.address {
  display: flex !important;
  letter-spacing: 0.23px;
}
li.address:before {
  content: "";
  background: url(images/location-icon.png) no-repeat;
  width: 16px;
  height: 26px;
  display: flex;
  margin-right: 14px;
}

.mobile-menu-container {
  background: url(images/mobile-bg.jpg) no-repeat;
  background-size: cover;
}
.mobile-menu-container .mobile-menu-header {
  background-color: #39adf4;
}
.mobile-menu-container .close-mobile-menu {
  right: 9px;
}
.mobile-menu-container .close-mobile-menu:before {
  display: none;
}
.mobile-menu-container .close-mobile-menu:after {
  content: "";
  font-family: "fontAwesome";
  transform: none;
  background: transparent;
  height: 34px;
  top: -5px;
  font-size: 27px;
  color: rgba(255, 255, 255, 0.6);
}
.mobile-menu-container .mobile-menu-subheader {
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;
}
.mobile-menu-container .mobile-menu-subheader,
.mobile-menu-container .mobile-menu-subheader-btn {
  background-color: #ebeae7;
}
.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: #8c8c8c;
}
.mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
.mobile-menu-container .mobile-menu-subheader-btn:active {
  background-color: #b3b3b3;
  font-size: 32px !important;
}
.mobile-menu-container .mobile-menu-login-links a {
  font-family: "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
}
.mobile-menu-container .cart-counter {
  font-family: "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
}
.mobile-menu-container .search-container input {
  font-family: "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
}
.mobile-menu-container .search-container .search-submit-btn {
  color: #333;
}
.mobile-menu-container .mobile-menu-ticket-btn {
  background-color: #ff9b23;
  font-family: "montserratblack";
  color: #9b0000;
  border-color: #252525;
}
.mobile-menu-container .mobile-menu-footer-links a {
  font-family: "montserratlight";
  color: #004a85;
}

#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 #252525;
}
#mobile-nav a {
  background-color: #ff9b23;
  font-family: "montserratblack";
  color: #9b0000;
}
#mobile-nav a:hover {
  background-color: #ef8200;
}
#mobile-nav .has-subitems span {
  background-color: #ffa539;
  color: #9b0000;
  font-size: 10px;
  flex: 1;
  padding: 0;
}
#mobile-nav .has-subitems span:hover {
  background-color: #b3b3b3;
}

.fa-search:before {
  color: #8c8c8c;
}

.fa-shopping-cart:before {
  font-size: 27px !important;
}

.close-mobile-menu:before,
.close-mobile-menu:after {
  width: 64%;
  top: 48%;
  left: 4.5px;
  margin-top: -1px;
  height: 4px;
  background-color: #39adf4 !important;
}

/************************* 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: #001e36;
  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: #323232;
}
.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;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.modalBody {
  padding: 0;
}

div#dynamicModal {
  padding: 0 !important;
  margin: 0 !important;
  height: 209px !important;
}

span#ui-id-2 {
  display: none;
}

div#dynamicModal {
  height: 202px !important;
}

.modalClose > a {
  position: relative;
  top: -14px;
  right: -6px;
}

/************* BUTTON STYLES *********************/
.button {
  padding: 4px 12px;
  font-size: 16px;
  border-radius: 20px;
}

.button,
.buttonSmall {
  box-sizing: border-box;
  line-height: 1.75em;
  text-transform: none;
  border-radius: 50px;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "montserratblack";
  color: #551313 !important;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  background: #ff9b23;
  padding: 9px 24px;
}

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

.button:hover,
.buttonSmall:hover {
  background: #df861a;
}

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

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

#cardWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 3px;
  background: #fff;
}
@media only screen and (max-width: 619px) {
  #cardWidget {
    padding: 6px 0 0;
  }
}
#cardWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 25%;
  height: 255px;
  overflow: hidden;
  position: relative;
  border: 3px solid #fff;
}
@media screen and (max-width: 1199px) {
  #cardWidget .card-widget-item {
    width: 50%;
  }
}
#cardWidget .card-widget-item:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 619px) {
  #cardWidget .card-widget-item {
    width: 100%;
    border: none;
    margin: 0 0 5px;
    height: 160px;
  }
}
#cardWidget .card-widget-item:hover .image-container {
  transform: scale(1.4);
}
#cardWidget .card-widget-item:hover .buttonwrap a {
  display: inline-block;
}
#cardWidget .card-widget-item:hover .card-widget-description {
  display: block;
}
#cardWidget .card-widget-item:hover:before {
  background: rgba(211, 54, 27, 0.9);
  z-index: 1;
}
#cardWidget .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  transition: all 0.5s ease;
}
#cardWidget .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 10px 34px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  #cardWidget .card-content {
    padding: 10px;
  }
}
#cardWidget .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 26px "montserratblack", Arial, Verdana, sans-serif;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.88px;
}
#cardWidget .card-widget-description {
  display: none;
  font: 14px "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
  color: #fff;
  padding: 16px 0 19px;
  color: #fff;
  line-height: 22px;
  letter-spacing: 0px;
}
@media only screen and (max-width: 619px) {
  #cardWidget .card-widget-description {
    padding: 5px 0 0;
  }
}
#cardWidget .buttonwrap a {
  font-size: 16px;
  margin: 11px 5px;
  padding: 7px 18px;
  display: none;
  letter-spacing: 0.7px;
}

#siteInfoBannerWidget {
  box-sizing: border-box;
  position: static;
  display: inline-flex;
  height: auto;
  width: auto;
  max-width: 100%;
  margin-left: 239px;
  padding: 0;
  background: transparent;
  font-family: "MontserratMedium";
  font-size: 14px;
  color: #004a85;
  text-align: center;
  line-height: 1;
  z-index: 2;
  top: 2px;
  position: relative;
  min-width: auto;
  align-items: center;
}
@media screen and (max-width: 1195px) {
  #siteInfoBannerWidget {
    margin-left: 131px;
  }
}
#siteInfoBannerWidget #eventDates {
  font-family: "montserratblack";
  font-size: 20px;
  font-weight: 400;
  color: #004a85;
  letter-spacing: 0.666px;
  display: inline-block;
}
@media screen and (max-width: 1195px) {
  #siteInfoBannerWidget #eventDates {
    margin-left: 10px;
    font-size: 11px;
  }
}
#siteInfoBannerWidget #eventName {
  font-size: 14px;
  font-weight: 400;
  margin-left: 26px;
  display: inline-block;
}
.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget #eventName {
  margin: 0;
}
@media screen and (max-width: 1195px) {
  #siteInfoBannerWidget #eventName {
    font-size: 10px;
    margin-left: 7px;
  }
}
#siteInfoBannerWidget .countdownDays {
  display: inline-block;
  font-family: "MontserratMedium";
  font-size: 14px;
  font-weight: 400;
  color: #004a85;
}
@media screen and (max-width: 1195px) {
  #siteInfoBannerWidget .countdownDays {
    font-size: 10px;
  }
}

.saffireMobileSize.saffireWindowScrolled #siteInfoBannerWidget {
  display: none !important;
}

.saffireMobileSize #siteInfoBannerWidget {
  left: auto;
  right: auto !important;
  padding: 0;
  background: transparent;
  color: #fff;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
}
.saffireMobileSize #siteInfoBannerWidget #eventName {
  font-size: 12px;
  color: #001e36;
}
.saffireMobileSize #siteInfoBannerWidget #eventDates {
  font-size: 20px;
  color: #001e36;
  letter-spacing: 0.66px;
  margin: 0 0 4px;
}
.saffireMobileSize #siteInfoBannerWidget .countdownDays {
  font-size: 12px;
  color: #001e36;
}

body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
  font-family: "montserratblack";
  font-size: 18px;
  color: #004a85;
}
@media screen and (max-width: 817px) {
  body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
    font-size: 16px;
  }
}
body.siteInfoBannerWidgetDateIsPast.noThankYouMessage #siteInfoBannerWidget {
  display: none !important;
}

#cardButton {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
#cardButton .card-widget-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
#cardButton .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
}
#cardButton .image-container .card-widget-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#cardButton .card-content {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#cardButton .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 20px "montserratblack", Arial, Verdana, sans-serif;
  color: #fff;
  letter-spacing: 0.6px;
}
.saffireMobileSize #cardButton .card-widget-title {
  font-size: 16px;
}
#cardButton .card-widget-description {
  font: 15px "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
  color: white;
  position: relative;
  top: 6px;
}
.saffireMobileSize #cardButton .card-widget-description {
  font-size: 14px;
}

#hotButtons {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  position: relative;
  height: 100%;
}
#hotButtons .card-widget-item {
  box-sizing: border-box;
  display: flex;
  position: relative;
  height: 100%;
  text-decoration: none;
}
#hotButtons .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  position: relative;
  padding-top: 87px;
}
.saffireMobileSize #hotButtons .card-content {
  padding-top: 54px;
}
#hotButtons .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 30px "montserratblack", Arial, Verdana, sans-serif;
  color: #323232;
  letter-spacing: 1px;
}
.saffireMobileSize #hotButtons .card-widget-title {
  font-size: 24px;
}
#hotButtons .card-widget-description {
  display: none;
}
#hotButtons .buttonwrap {
  position: absolute;
  bottom: 78px;
}
.saffireMobileSize #hotButtons .buttonwrap {
  bottom: 57px;
}
#hotButtons .buttonwrap a {
  padding: 7px 18px;
}
.saffireMobileSize #hotButtons .buttonwrap a {
  font-size: 14px;
}

#infoCards {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 28px;
}
.saffireMobileSize #infoCards {
  padding: 0 0 50px;
}
#infoCards .card-widget-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 10px;
}
#infoCards .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  width: 300px;
  height: 200px;
}
#infoCards .image-container .card-widget-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 200px;
}
#infoCards .card-content {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 15px;
}
.saffireMobileSize #infoCards .card-content {
  padding: 0;
}
#infoCards .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 44px "montserratblack", Arial, Verdana, sans-serif;
  color: #551313;
  letter-spacing: 1.3px;
}
.saffireMobileSize #infoCards .card-widget-title {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.5px;
}
#infoCards .card-widget-title:after {
  content: "";
  background: #551313;
  display: block;
  width: 277px;
  height: 2px;
  margin: 18px auto 12px;
}
#infoCards .card-widget-description {
  font: 18px "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
  color: #551313;
  padding: 10px;
  line-height: 28px;
  letter-spacing: -0.1px;
  max-width: 1200px;
}
.saffireMobileSize #infoCards .card-widget-description {
  font-size: 14px;
  padding: 6px 12px 0;
}
#infoCards .buttonwrap {
  margin-top: 7px;
}
.saffireMobileSize #infoCards .buttonwrap {
  margin-top: 27px;
}
#infoCards .buttonwrap a {
  margin: 0 5px;
}
.saffireMobileSize #infoCards .buttonwrap a {
  font-size: 14px;
}

#multiScheduleFeature {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  max-width: 482px;
  margin: 0 0 0 19px;
  width: 100%;
  flex-direction: column;
  padding-top: 14px;
}
@media screen and (min-width: 1361px) and (max-width: 1400px) {
  #multiScheduleFeature {
    max-width: 422px;
  }
}
@media screen and (min-width: 1361px) {
  #multiScheduleFeature {
    min-height: 590px;
  }
}
@media screen and (max-width: 1360px) {
  .saffireLargeSize #multiScheduleFeature {
    margin: 156px auto 0;
  }
}
.saffireMobileSize #multiScheduleFeature {
  margin: 0 auto;
}
#multiScheduleFeature .multiFeatureContent {
  padding-top: 19px;
}
#multiScheduleFeature .featureItem {
  box-sizing: border-box;
  display: flex;
  margin-bottom: 7px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.34);
  color: #001e36;
  transition: 0.3s;
  background: #fff;
  flex-direction: row-reverse;
  justify-content: flex-end;
  height: 80px;
  align-items: center;
}
#multiScheduleFeature .featureItem:hover {
  color: #323232;
  transition: 0.3s;
}
#multiScheduleFeature .featureItemImage {
  display: inline-block;
  width: 100px;
  min-width: 100px;
  height: auto;
  margin-right: 10px;
  text-align: center;
}
#multiScheduleFeature .featureItemImage img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
#multiScheduleFeature .text-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#multiScheduleFeature .featureItemTitle,
#multiScheduleFeature .featureItemDate,
#multiScheduleFeature .featureItemDescription,
#multiScheduleFeature .button-container {
  display: flex;
}
#multiScheduleFeature .featureItemTitle {
  font-family: "montserratbold";
  font-weight: 800;
  font-size: 20px;
  max-width: 313px;
  text-transform: capitalize;
  position: relative;
  line-height: 1.2;
}
.saffireMobileSize #multiScheduleFeature .featureItemTitle {
  font-size: 16px;
}
#multiScheduleFeature .featureItemDate {
  font-family: "montserratregular";
  font-weight: 800;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  background: #ff9b23;
  color: #551313;
  font-weight: 300;
  height: 80px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 70px;
  justify-content: center;
  text-transform: uppercase;
  width: 56px;
  justify-content: center;
  text-transform: uppercase;
  padding-left: 16px;
  margin-right: 14px;
  line-height: 14px;
}
.saffireMobileSize #multiScheduleFeature .featureItemDate {
  padding-left: 10px;
  margin-right: 10px;
  width: 55px;
}
#multiScheduleFeature .featureItemDate span.date {
  font-size: 24px;
  line-height: 1;
  font-family: "montserratblack";
  font-weight: bold;
}
#multiScheduleFeature .featureItemDate span.year {
  font-size: 12px !important;
}
#multiScheduleFeature .featureItemDescription {
  font-family: "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: none;
}
#multiScheduleFeature .events-btn-wrap {
  margin: 0px auto;
  display: flex;
}
#multiScheduleFeature .events-btn-wrap .all-events-btn {
  color: #551313 !important;
  background: #ff9b23;
  font-family: "montserratblack";
  border-radius: 50px;
  letter-spacing: 0.5px;
  margin: 27px auto 0;
  text-align: center;
  display: inline-flex;
  font-size: 16px;
  padding: 13px 24px 11px;
}
.saffireMobileSize #multiScheduleFeature .events-btn-wrap .all-events-btn {
  font-size: 14px;
  margin-top: 19px;
  padding: 16px 16px 11px;
  line-height: 1;
}
#multiScheduleFeature .events-btn-wrap .all-events-btn:hover {
  background: #df861a;
}
#multiScheduleFeature a.date-link:nth-child(2) {
  order: 1;
}
#multiScheduleFeature h1.multi-title {
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.69px;
}
.saffireMobileSize #multiScheduleFeature h1.multi-title {
  font-size: 24px;
}

.socialNetworks {
  z-index: 5;
  position: fixed;
  right: -80px;
  top: 142px;
  transition: 0.6s ease;
  background: rgba(0, 109, 160, 0.8);
  border-radius: 50px;
  padding: 1px 4px;
}
.generalMessageOn .socialNetworks {
  top: 182px;
}
.socialNetworks img {
  display: block;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
}
.socialNetworks > span, .socialNetworks > a {
  display: block;
  width: 40px;
  height: 40px;
  margin: 6px 0;
  position: relative;
  left: 0;
  border: 3px solid rgba(0, 109, 160, 0.8);
  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: #ccc;
}

#musicPlayerLink {
  height: 40px;
  width: 40px;
  float: none;
  margin: 0;
  border: 3px solid rgba(0, 109, 160, 0.8);
  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(0, 109, 160, 0.8);
  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%;
  transform: rotate(-90deg);
}

@media screen and (max-width: 1589px) {
  .socialNetworks {
    top: auto !important;
    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: #0081d1;
}

.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: 0;
  left: 0;
  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: 0;
  left: 0;
  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;
}

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

/* SOCIAL NETWORK PLUGIN */
#socialNetworkWidget {
  height: 560px;
  width: 370px;
  max-width: 98%;
  margin: 0 10px;
}
#socialNetworkWidget .socialTabContainer {
  background: transparent;
  display: flex;
  padding: 10px 0 11px;
}
@media screen and (max-width: 1199px) {
  #socialNetworkWidget .socialTabContainer {
    justify-content: center;
    padding: 10px 0 12px;
  }
}
#socialNetworkWidget .socialNetworkTab {
  display: inline-block !important;
  text-decoration: none;
  cursor: pointer;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.24);
  border-radius: 50%;
}
#socialNetworkWidget .socialNetworkTab .circle {
  fill: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
}
#socialNetworkWidget .socialNetworkTab .circle:hover {
  fill: #fff;
  transition: 0.3s;
}
#socialNetworkWidget .socialNetworkTab.activeTab .circle {
  fill: #fff;
}
#socialNetworkWidget .socialFeedContainer {
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
  height: 500px;
  width: 370px;
  max-width: 100%;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
#socialNetworkWidget #instafeedContainer img {
  width: 45%;
  margin-right: 3%;
  margin-left: 2%;
}
#socialNetworkWidget #instafeedContainer > a:hover {
  opacity: 0.8;
}
#socialNetworkWidget #facebookfeedContainer {
  overflow: hidden;
}

/* Set the container ID*/
/* Size the container*/
/* Size the images*/
/* Format titles*/
/* Format arrows*/
#sponsorWidgetContainer {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
  padding: 28px 34px 21px;
}
.saffireMobileSize #sponsorWidgetContainer {
  padding: 60px 0 1px;
}
#sponsorWidgetContainer .sponsorWidgetContainer {
  padding-top: 64px;
  padding-top: 20px;
}
#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 .sponsorCarouselImage img {
  max-width: 100%;
  max-height: 165px;
}
.saffireMobileSize #sponsorWidgetContainer .sponsorCarouselImage img {
  max-height: 75px;
}
#sponsorWidgetContainer #sponsorsTitleContainer {
  width: 100%;
  text-align: center;
  top: 23px;
  left: 0;
  right: 0;
  z-index: 1;
}
.saffireMobileSize #sponsorWidgetContainer #sponsorsTitleContainer {
  top: 32px;
}
#sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  font-family: "montserratblack";
  font-size: 20px;
  color: #551313;
  text-shadow: none;
}
#sponsorWidgetContainer #sponsorArrowRight {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#sponsorWidgetContainer #sponsorArrowRight span {
  content: "";
  background: url(images/sponsor-right.png) no-repeat;
  width: 18px;
  height: 22px;
  display: flex;
  border: none;
}
.saffireMobileSize #sponsorWidgetContainer #sponsorArrowRight {
  display: none;
}
#sponsorWidgetContainer #sponsorArrowLeft {
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}
#sponsorWidgetContainer #sponsorArrowLeft span {
  content: "";
  background: url(images/sponsor-left.png) no-repeat;
  width: 18px;
  height: 22px;
  display: flex;
  border: none;
}
.saffireMobileSize #sponsorWidgetContainer #sponsorArrowLeft {
  display: none;
}
#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: #111;
  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: #111;
  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: #111;
}

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

#socialbg {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
#socialbg .card-widget-item {
  box-sizing: border-box;
  display: flex;
  background: #001e36;
  width: 100%;
  height: 500px;
}
#socialbg .card-widget-item .image-container {
  width: 100%;
  height: 500px;
}
#socialbg .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 25px;
}
#socialbg .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 30px "montserratblack", Arial, Verdana, sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.99px;
  line-height: 20px;
}
#socialbg span.card-widget-description {
  color: #fff;
  font-family: montserratlight;
  letter-spacing: 0.391px;
  font-size: 18px;
}
#socialbg .buttonwrap {
  display: none;
}

#swiperWidget {
  position: relative;
  max-width: 900px;
  width: 100%;
}
#swiperWidget .swiper-button-prev {
  background: url(images/slideshow-left.png);
  width: 39px;
  height: 80px;
  display: block;
  left: 0;
}
.saffireMobileSize #swiperWidget .swiper-button-prev {
  display: none;
}
#swiperWidget .swiper-button-next {
  background: url(images/slideshow-right.png);
  width: 39px;
  height: 80px;
  display: block;
  right: 0;
}
.saffireMobileSize #swiperWidget .swiper-button-next {
  display: none;
}
.saffireMobileSize #swiperWidget {
  padding-bottom: 15px;
}
#swiperWidget:before {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  left: 6px;
  right: 0;
  top: 4px;
  bottom: 0;
}
.saffireMobileSize #swiperWidget:before {
  display: none;
}
#swiperWidget .swiper-slide {
  position: relative;
}
#swiperWidget .swiper-container {
  overflow: hidden;
}
#swiperWidget .swiper-image-container {
  height: 56.25vw;
  max-height: 506px;
  background-size: cover;
  background-position: center;
}
#swiperWidget .swiper-content-container {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  max-width: 585px;
  top: -55px;
  padding: 20px 20px 15px;
  background: #fff;
  z-index: 2;
  margin-left: 19px;
  width: 100%;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
}
#swiperWidget .swiper-content-container.has-date {
  padding: 20px 85px 27px;
}
.saffireMobileSize #swiperWidget .swiper-content-container.has-date {
  padding: 21px 26px 11px 72px;
}
.saffireMobileSize #swiperWidget .swiper-content-container {
  height: 147px;
}
@media screen and (max-width: 1024px) {
  #swiperWidget .swiper-content-container {
    position: static;
    width: 100%;
    max-width: 100%;
    padding: 30px 15px;
  }
}
.saffireMobileSize #swiperWidget .swiper-content-container {
  padding: 21px 26px 11px;
  position: static;
  bottom: 0;
  max-width: 100%;
  margin: 0;
}
#swiperWidget .swiper-content-container .mf-date {
  background: #ff9b23;
  height: 80px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #551313;
  top: 14px;
  left: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  max-width: 72px;
  padding: 0 7px 0 0;
  justify-content: center;
  text-align: center;
  width: 100%;
  line-height: 1.2;
}
.saffireMobileSize #swiperWidget .swiper-content-container .mf-date {
  height: 58px;
  top: 11px;
  max-width: 56px;
}
#swiperWidget .swiper-content-container .mf-date span {
  font-family: "montserratregular";
  font-size: 12px;
}
.saffireMobileSize #swiperWidget .swiper-content-container .mf-date span {
  font-size: 10px;
}
#swiperWidget .swiper-content-container .mf-date .slider-day {
  font-family: "montserratblack";
  font-size: 24px;
}
.saffireMobileSize #swiperWidget .swiper-content-container .mf-date .slider-day {
  font-size: 18px;
}
#swiperWidget .swiper-content-container .slide-right {
  margin: 0 0 0 10px;
}
.saffireMobileSize #swiperWidget .swiper-content-container .slide-right {
  margin: 0;
}
#swiperWidget .swiper-content-container .slide-title {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
  font-size: 30px;
  color: #001e36;
  text-transform: inherit;
  max-height: 68px;
  overflow: hidden;
}
@media screen and (max-width: 1366px) {
  #swiperWidget .swiper-content-container .slide-title {
    font-size: 28px;
    max-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  #swiperWidget .swiper-content-container .slide-title {
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    max-height: 40px;
    margin-left: 4px;
    line-height: 20px;
  }
}
#swiperWidget .swiper-content-container p {
  margin: 0;
  font: 500 20px "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
}
@media screen and (max-width: 1366px) {
  #swiperWidget .swiper-content-container p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #swiperWidget .swiper-content-container p {
    font-size: 14px;
  }
}
#swiperWidget .swiper-content-container .button-container {
  margin-top: 0.9em;
}
.saffireMobileSize #swiperWidget .swiper-content-container .button-container {
  margin-top: 11px;
}
#swiperWidget .swiper-content-container .button-container a.button.buybutton {
  background: #ffe34a;
  color: #9b0000;
}
#swiperWidget .swiper-content-container .button-container a.button {
  color: #551313;
  background: #ff9b23;
  padding: 8px 24px;
  letter-spacing: 0.7px;
}
#swiperWidget .swiper-content-container .button-container a.button:hover {
  background: #df861a;
}
#swiperWidget .swiper-content-container .button-container a.button.buybutton:hover {
  background: #dec53c;
}
.saffireMobileSize #swiperWidget .swiper-content-container .button-container a.button {
  padding: 8px 18px;
  font-size: 14px;
  margin: 0 11px 0 0px;
}
#swiperWidget .swiper-content-container .button-container a {
  margin-right: 0.8em;
}
#swiperWidget .swiper-pagination {
  position: relative;
  top: 8px;
  left: 3px;
  text-align: left;
}
#swiperWidget .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 1px 5px;
  background: #b2b2b2;
  opacity: 1;
}
#swiperWidget .swiper-pagination-bullet-active {
  background: #ff9b23;
  opacity: 1;
}
#swiperWidget .swiper-wrapper {
  height: auto !important;
}

.parallax-effect {
  background: url(images/mid-graphic.png);
  width: 2220px;
  height: 1296px;
  max-width: 100%;
  position: absolute;
  top: 260px;
  left: 0;
  z-index: -1;
}

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