@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: "BitterBlack";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/BitterBlack.woff2) format("woff2"), url(fonts/BitterBlack.woff) format("woff");
}
@font-face {
  font-family: "montserrat-extrabold";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/montserrat-extrabold.woff2) format("woff2"), url(fonts/montserrat-extrabold.woff) format("woff");
}
@font-face {
  font-family: "Montserrat-Medium";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Montserrat-Medium.woff2) format("woff2"), url(fonts/Montserrat-Medium.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");
}
.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: #032b45;
  font: 16px/1.5 "Montserrat-Medium", Arial, Verdana, sans-serif;
}

b,
strong {
  font-family: "montserrat-extrabold";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "BitterBlack", Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #032b45;
  line-height: 1.2;
  margin: 0 0 0.67em 0;
}

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: 24px;
  }
}

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

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: #032b45;
  text-decoration: underline;
}

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

a:hover {
  text-decoration: none;
}

.featureLineupContainer .featureLineup-headline.button {
  cursor: default;
  pointer-events: none;
  background: rgba(3, 43, 69, 0.9) !important;
  color: #fff !important;
  border-radius: 0;
  width: 95%;
  bottom: 61px;
  top: auto;
  left: 0;
  right: 0;
  font-family: "Montserrat-Medium";
  margin: 0px auto;
  -webkit-clip-path: none !important;
          clip-path: none !important;
}

#imgsearch input.inputFieldTextbox {
  width: 100%;
  padding: 8.5px ​10px;
}

.featureLineup-more a.button {
  padding: 4px 13px;
  font-size: 17px;
}

div#pnl_googleTranslate {
  margin-top: 20px;
}

.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: #f0f0f0;
  color: #000;
}
.FAQModule .faqQuestion:before, .FAQModule .faqQuestion.faqIsVisible:before {
  content: "";
  display: block;
  font-size: 0;
  width: 64px;
  height: 57.1px;
  background: url(images/plus-icon2.png) center/contain no-repeat;
  margin-right: 12px;
  border-radius: 0;
  border-right: 9px solid #fff;
}
.FAQModule .faq a.faqQuestion {
  max-width: 100%;
}
.FAQModule .faqAnswer {
  width: 92.4%;
  margin: 0 0 0 auto !important;
  background: #f0f0f0;
  box-sizing: border-box;
  padding: 9px 15px;
  max-width: 100% !important;
}

.featureLineupContainer .featureLineup-buttons.subContainer {
  width: 100%;
  box-shadow: none;
  padding: 4px 9px 12px !important;
}

.featureLineupContainer .subContainer {
  width: 100%;
  box-shadow: none;
}

.featureLineup-social a::after {
  color: #b2b3b4;
}

.featureLineup-buynow .button {
  font-size: 14px;
  text-transform: uppercase;
  padding: 4px 11px 3px !important;
}

a.faqQuestion {
  font-size: 16px;
  font-family: "Montserrat-Medium";
  color: #032b45 !important;
}

span.printEvent {
  line-height: 1;
  z-index: 1;
}

.featureLineup-social div a {
  margin: 0 1px;
}

.featureLineup-social a::after {
  color: #DCA531;
}

:focus {
  outline: none;
}

/***************** CONTAINERS **************************/
body:not(.homepage) {
  background: url(images/inner-bg.jpg) #bfe6f1 no-repeat fixed;
  background-size: contain;
}

.wrapper {
  width: 100%;
}

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

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

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

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

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

.orderhistory {
  background: #f0f0f0;
}

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

.alternateRow {
  background: #f0f0f0;
}

.listingItem {
  background: #f0f0f0;
  border-bottom: 1px solid #d7d7d7;
}
.listingItem:hover {
  background: #f8f8f8;
}

.top-header .container, .bottom-header .container {
  max-width: 1019px;
  margin: 0px auto;
  display: flex;
  position: relative;
}
.top-header .header-right, .bottom-header .header-right {
  margin-left: auto;
  display: flex;
  padding: 17px 0;
}
.saffireMobileSize .top-header .header-right, .saffireMobileSize .bottom-header .header-right {
  padding: 0;
}

.top-header {
  box-sizing: border-box;
  background: #f4f5ef;
  padding: 0 15px;
}
.top-header .container {
  height: 94px;
}
.saffireMobileSize .top-header {
  padding: 0;
}
.saffireMobileSize .top-header .container {
  height: 71px;
}
.saffireMobileSize .top-header .container .header-right {
  align-items: center;
  padding: 0 9px 0 0;
}

.bottom-header .container {
  max-width: 1040px;
}

.saffireMobileSize .bottom-header {
  width: 100%;
  display: flex;
  align-items: center;
  background: #032b45;
  box-sizing: border-box;
  padding: 0 12px 0 0;
  border-bottom: 3px solid #DCA531;
}
.saffireMobileSize .bottom-header .container {
  margin: 0;
  height: 71px;
}

.swiper-outer {
  background: url(images/slider-bg.jpg) no-repeat;
  background-size: cover;
  margin-top: -62px;
  padding-top: 62px;
  padding-bottom: 12px;
}
.saffireMobileSize .swiper-outer {
  padding: 0;
  margin: 0;
  background: #032b45;
}

.second-tier {
  padding: 54px 0 55px;
  background: url(images/second-tier-bg.png) no-repeat;
  background-size: cover;
}
.saffireMobileSize .second-tier {
  padding: 20px 0 11px;
}

.third-tier {
  padding: 80px 0;
  background: url(images/third-tier-bg.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1052px) {
  .third-tier {
    padding: 16px 0 23px;
  }
}

.thirdtier-inner {
  max-width: 1040px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin: 0px auto;
}
.saffireMobileSize .thirdtier-inner {
  flex-direction: column;
}
@media only screen and (max-width: 1052px) {
  .thirdtier-inner {
    width: 89%;
    flex-wrap: wrap;
  }
}

.sponsor-wrapper {
  padding: 27px 0 0;
  background: #fff;
}
.saffireMobileSize .sponsor-wrapper {
  padding: 19px 0 0;
}

.saffireLargeSize .site-info-main {
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.saffireMobileSize .site-info-wrapper {
  background: #032b45;
  box-sizing: border-box;
  padding: 3px 10px 17px;
}

body:not(.homepage).saffireMobileSize .site-info-wrapper {
  padding: 15px 10px;
}

.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff .site-info-wrapper {
  display: none;
}

.saffireMobileSize .afterContent {
  display: block;
}

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #6f101b;
  font-family: "Montserrat-Medium", Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}
.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;
  z-index: 9999;
  top: 0;
}

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

.saffireMobileSize .header {
  height: auto;
  background: #fff;
}
.saffireMobileSize .headerInnerContent {
  height: auto;
}

.header-logo {
  display: block;
  width: 252px;
  height: 186px;
  background: url(images/logo.png) center/contain no-repeat;
  position: absolute;
  left: 0;
  z-index: 9;
  top: -89px;
}
@media only screen and (max-width: 1100px) {
  .header-logo {
    left: 8px;
  }
}
@media only screen and (max-width: 1052px) {
  .header-logo {
    width: 202px;
    height: 149px;
  }
}
.saffireMobileSize .header-logo {
  width: 205px;
  height: 151px;
  top: -66px;
  left: 5px;
}

.ticket {
  font-family: "BitterBlack", Arial, Verdana, sans-serif;
  font-size: 20px;
  background-color: #6f101b;
  color: #fff;
  -webkit-clip-path: polygon(48% 0, 101% 18%, 100% 80%, 50% 100%, 0 80%, 0 19%);
          clip-path: polygon(48% 0, 101% 18%, 100% 80%, 50% 100%, 0 80%, 0 19%);
  background-image: none;
  padding: 15px 22px;
  text-transform: uppercase;
  letter-spacing: 0.3999px;
}
.ticket:hover {
  background: #6f101b;
  color: #fff;
}

.saffireMobileSize a.ticket {
  background: #6f101b;
  color: #fff;
  width: 140px;
  height: 48px;
  margin-left: auto;
  display: inline-flex;
  font-size: 16px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 372px) {
  .saffireMobileSize a.ticket {
    width: 132px !important;
  }
}
.saffireMobileSize a.ticket:hover {
  width: 140px;
  height: 48px;
  display: inline-flex;
  font-size: 16px;
  justify-content: center;
  align-items: center;
}

.header .searchBox:not(.clonedSearchBox) {
  display: inline-flex;
  align-items: center;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput {
  position: absolute;
  right: 88%;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
  height: 30px;
  width: 170px;
  padding: 0 5px;
  font-size: 14px;
  font-family: "Montserrat-Medium", 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;
  width: 21px;
  height: 24px;
  margin-left: 17px;
  padding: 0 10px;
  background: transparent;
  border-radius: 0 !important;
  font-size: 14px;
  font-family: "Montserrat-Medium", Arial, Verdana, sans-serif;
  width: 20px;
  height: 22px;
  padding: 0;
  font-size: 0;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:before {
  content: "";
  background: url(images/search-icon.png) no-repeat;
  width: 19px;
  height: 18px;
  display: block;
  font-size: 18px;
  font-family: "FontAwesome";
  line-height: 1;
  color: #000;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover:before {
  background: url(images/search-icon-hover.png) no-repeat;
}
.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;
  height: 50px;
  display: none !important;
}
.saffireMobileSize .header .searchBox:not(.clonedSearchBox):before {
  content: "";
  position: static;
  line-height: 1;
  font-size: 26px;
  color: #eee;
}

.saffireLargeSize .viewcart {
  display: inline-flex;
  color: inherit;
  justify-content: center;
  align-items: center;
  margin: 0 18px 0 18px;
}
.saffireLargeSize .viewcart .cartMenuLink {
  display: flex;
  color: #032b45;
  font-family: "BitterBlack", Arial, Verdana, sans-serif;
  font-size: 15px;
}
.saffireLargeSize .viewcart .cartMenuLink:hover {
  color: #6f101b;
}
.saffireLargeSize .viewcart .cartMenuLink:before {
  content: "";
  background: url(images/cart-icon.png) no-repeat;
  width: 22px;
  height: 19px;
  display: block;
  position: relative;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 26px;
  line-height: 1;
  color: inherit;
}
.saffireLargeSize .viewcart .cartMenuLink:hover:before {
  background: url(images/cart-icon-hover.png) no-repeat;
}

.saffireMobileSize .viewcart {
  display: inline-flex;
}
.saffireMobileSize .viewcart .cartMenuLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #032b45;
  font-family: "BitterBlack", Arial, Verdana, sans-serif;
  font-size: 15px;
}
.saffireMobileSize .viewcart .cartMenuLink:before {
  content: "";
  background: url(images/cart-icon.png) no-repeat;
  width: 22px;
  height: 19px;
  display: block;
  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: 32px;
  height: 32px;
  vertical-align: top;
}
.mobile-nav-toggle:before {
  content: "";
  position: relative;
  font-family: "FontAwesome";
  font-size: 28px;
  line-height: 1;
  color: #fff;
  background: url(images/mobile-toggle.png) no-repeat;
  width: 23px;
  height: 22px;
  display: block;
}
.mobile-nav-toggle:hover {
  cursor: pointer;
}

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

a.rv-park-link {
  font-family: "BitterBlack";
  font-size: 15px;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.3px;
  line-height: 12px;
}
.saffireMobileSize a.rv-park-link {
  color: #fff !important;
}
a.rv-park-link:hover {
  color: #6f101b;
}
a.rv-park-link:after {
  content: "";
  margin-left: 19px;
  height: 22px;
  border-left: 2px solid #032b45;
}

#weatherBugWidget {
  margin: 0 0 0 240px;
}
#weatherBugWidget #weatherBugDescription {
  font: 15px "BitterBlack", Arial, Verdana, sans-serif;
  color: #032b45;
}
#weatherBugWidget .weatherDescriptive {
  display: none !important;
}
@media only screen and (min-width: 801px) {
  #weatherBugWidget {
    display: flex !important;
    align-items: center;
  }
}
@media only screen and (max-width: 930px) {
  #weatherBugWidget {
    margin: 0 0 0 200px;
  }
}
.saffireMobileSize #weatherBugWidget {
  display: none !important;
}

.saffireLargeSize .nav {
  background: #032b45;
  border-bottom: 3px solid #DCA531;
  position: static;
}
@media only screen and (max-width: 930px) {
  .saffireLargeSize .nav {
    box-sizing: border-box;
    padding: 0 15px;
  }
}
.saffireLargeSize .nav .groups {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  max-width: 1063px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.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: 6px;
}
.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: 9px 16px 10px;
  background: none;
  font-family: "montserrat-extrabold", Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.7px;
  margin: 0 6px;
  text-transform: uppercase;
}
@media only screen and (max-width: 995px) {
  .saffireLargeSize .nav .groups .group > a {
    font-size: 13px;
    padding: 9px 6px;
  }
}
.saffireLargeSize .nav .groups .group:hover > a {
  color: #032b45;
  background: #f4f5ef;
}
.saffireLargeSize .nav .items {
  top: 100%;
  left: 6px;
  padding: 0;
  background: #f4f5ef;
}
.saffireLargeSize .nav .items .item a {
  padding: 5px 15px;
  color: #032b45;
  font-family: "Montserrat-Medium", Arial, Verdana, sans-serif;
  font-size: 14px;
}
.saffireLargeSize .nav .items .item a:hover {
  color: #032b45;
}
.saffireLargeSize .nav .item {
  width: 200px;
  line-height: 1.4;
}
.saffireLargeSize .nav .item:hover {
  background: #a7b8bf;
}
.saffireLargeSize .nav .subitems {
  left: 100%;
  padding: 0;
  background: #f4f5ef;
}

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 19px 1% 23px;
  background: url(images/footer-bg.png) center;
  color: #fff;
  text-align: center;
  font-family: "MontserratBold";
  background-size: cover;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 19px 1% 33px;
  }
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer a.footer-logo {
  width: 231px;
  height: 170px;
  background: url(images/footer-logo.png) center/contain no-repeat;
  display: block;
  margin: 0px auto;
}
.footer ul.footer-info {
  font-size: 18px;
  margin-top: 15px;
  text-transform: uppercase;
}
.footer ul.footer-info li:last-child {
  margin: 0 0 0 31px;
}
.saffireMobileSize .footer ul.footer-info li:last-child {
  margin: 15px 0 0;
}
.saffireMobileSize .footer ul.footer-info li {
  line-height: 20px;
}
.saffireMobileSize .footer ul.footer-info {
  display: flex;
  flex-direction: column;
  margin: 18px 0;
  font-size: 16px;
}
.saffireMobileSize .footer ul.footer-info span {
  display: block;
}
.footer ul.footerItems1 {
  margin: 15px auto 0;
  font-family: "MontserratBold";
  font-size: 14px;
  text-transform: uppercase;
}
.footer ul.footerItems1 li {
  display: inline-block;
}
.footer ul.footerItems1 .separator {
  margin: 0 5px;
  opacity: 0;
}
.footer .footerSignIn {
  text-transform: uppercase;
}
.footer ul.footerItems2 {
  margin: 10px auto;
  font-family: "Montserrat-Medium";
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer ul.footerItems2 li {
  line-height: 1;
  display: flex;
  align-items: center;
}
.footer ul.footerItems2 li:last-child {
  margin-left: 9px;
}
.footer ul.footerItems2 .saffire_logo {
  position: relative;
  top: -4px;
  left: -3px;
}
.footer .footer-timing {
  margin-top: 8px;
}
.footer .footer-timing:before {
  content: "";
  background: url(images/clock-icon.png) no-repeat;
  width: 20px;
  height: 20px;
  margin: 0px auto;
  display: flex;
}
.footer .footer-timing p {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 1px;
  letter-spacing: 0.2px;
}
.saffireMobileSize .footer .footer-timing p {
  font-size: 13px;
}
.saffireMobileSize .footer .footer-timing p .small-seperate-line {
  max-width: 262px;
}
.saffireMobileSize .footer .footer-timing p .timing-seperator {
  display: none;
}
.footer .footer-timing p:last-child {
  padding-top: 17px;
}

.saffireMobileSize .footer-timing p:last-child {
  padding-top: 19px;
}

.saffireMobileSize .footer {
  padding: 15px 0 0;
  background: url(images/footer-bg-mobile.png) #032b45 top center no-repeat;
}
.saffireMobileSize .footer a:hover {
  text-decoration: none;
}
.saffireMobileSize .footer ul.footerItems1 {
  font-size: 13px;
  margin: 13px auto 0;
}
.saffireMobileSize .footer ul.footerItems1 .separator {
  display: none;
}
.saffireMobileSize .footer ul.footerItems1 li {
  display: block;
  line-height: 22px;
}
.saffireMobileSize .footer .footerSignIn {
  max-width: 300px;
  margin: auto;
}
.saffireMobileSize .footer ul.footerItems2 {
  margin-top: 12px;
  text-align: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 15px;
}
.saffireMobileSize .footer ul.footerItems2 .saffire_logo {
  top: -3px;
}
.saffireMobileSize .footer ul.footerItems2 li {
  line-height: 1.4;
}
.saffireMobileSize .footer ul.footerItems2 li:last-child {
  margin: 5px 0 0;
}

.mobile-menu-container {
  background-color: #fff;
}
.mobile-menu-container .mobile-menu-header {
  background-color: #f4f5ef;
}
.mobile-menu-container .close-mobile-menu:before, .mobile-menu-container .close-mobile-menu:after {
  background-color: #032b45;
}
.mobile-menu-container .mobile-menu-subheader {
  border-bottom: 3px solid #DCA531;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-menu-container .mobile-menu-subheader-btn {
  display: none !important;
}
.mobile-menu-container .mobile-menu-subheader,
.mobile-menu-container .mobile-menu-subheader-btn {
  background-color: #032b45;
}
.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: #35556a;
}
.mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
.mobile-menu-container .mobile-menu-subheader-btn:active {
  background-color: #dee1d0;
}
.mobile-menu-container .mobile-menu-login-links a {
  font-family: "Montserrat-Medium", Arial, Verdana, sans-serif;
}
.mobile-menu-container .cart-counter {
  font-family: "Montserrat-Medium", Arial, Verdana, sans-serif;
}
.mobile-menu-container .search-container input {
  font-family: "Montserrat-Medium", Arial, Verdana, sans-serif;
  color: #032b45;
}
.mobile-menu-container .search-container .search-submit-btn {
  color: #333;
}
.mobile-menu-container .mobile-menu-ticket-btn {
  background-color: #032b45;
  font-family: "Montserrat-Medium", Arial, Verdana, sans-serif;
  color: #fff;
  border-color: #fff;
}
.mobile-menu-container .mobile-menu-footer-links a {
  font-family: "Montserrat-Medium", Arial, Verdana, sans-serif;
  color: #032b45;
}

#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: #032b45;
  font-family: "Montserrat-Medium", Arial, Verdana, sans-serif;
  color: #fff;
}
#mobile-nav a:hover {
  background-color: #010d14;
}
#mobile-nav .has-subitems span {
  background-color: #35556a;
  color: #fff;
  flex: 1 0 15%;
}
#mobile-nav .has-subitems span:hover {
  background-color: #243a48;
}

/************************* 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: #032b45;
  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: #032b45;
}
.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: 5px 20px 3px;
  font-size: 14px;
  -webkit-clip-path: polygon(46% 0, 100% 22%, 100% 81%, 48% 100%, 0 84%, 0 21%);
          clip-path: polygon(46% 0, 100% 22%, 100% 81%, 48% 100%, 0 84%, 0 21%);
}

.button,
.buttonSmall {
  box-sizing: border-box;
  line-height: 1.75em;
  text-transform: uppercase;
  border-radius: 0;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "montserrat-extrabold";
  color: #032b45 !important;
  background: #DCA531;
}

a.buttonSmall.button,
.buttonSmall {
  padding: 5px 20px 3px;
  font-size: 12px;
}

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

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

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

#swiperWidget {
  width: 1021px;
  max-width: 100%;
  margin: 0 auto;
}
#swiperWidget .swiper-container-images {
  width: 1320px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
#swiperWidget .swiper-container-images .swiper-image-container {
  max-width: 100%;
  height: 56.25vw;
  max-height: 477px;
  background-size: cover;
  background-position: center;
}
.saffireMobileSize #swiperWidget .swiper-container-images .swiper-image-container {
  height: 53vw;
}
#swiperWidget .swiper-container-content {
  width: 100%;
  max-width: 100%;
  padding-bottom: 10px;
}
.saffireMobileSize #swiperWidget .swiper-container-content {
  padding: 0;
  overflow: visible;
  position: static;
}
#swiperWidget .swiper-container-content .swiper-content-container {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #032b45;
  max-width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  padding: 13px 0 12px 0;
  flex-direction: column;
}
#swiperWidget .swiper-container-content .slide-title {
  display: inline-block;
  font: 900 30px/1 "BitterBlack";
  text-transform: uppercase;
  color: white;
}
@media screen and (max-width: 1024px) {
  #swiperWidget .swiper-container-content .slide-title {
    font-size: 28px;
  }
}
.saffireMobileSize #swiperWidget .swiper-container-content .slide-title {
  font-size: 28px;
  text-align: center;
  max-height: 55px;
  line-height: 1;
}
#swiperWidget .swiper-container-content .button-container {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}
#swiperWidget .swiper-container-content .button-container .button {
  margin: 4px 4px;
  font-size: 14px;
  padding: 8px 9px 4px 9px;
  min-width: 107px;
}
@media screen and (max-width: 1024px) {
  #swiperWidget .swiper-container-content .button-container .button {
    font-size: 16px;
  }
}
#swiperWidget .swiper-button-prev,
#swiperWidget .swiper-button-next {
  top: 35%;
  transform: translateY(-40%);
  margin: 0;
  width: 20px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.saffireMobileSize #swiperWidget .swiper-button-prev,
.saffireMobileSize #swiperWidget .swiper-button-next {
  top: 30%;
}
#swiperWidget .swiper-button-prev {
  background-image: url(images/slideshow-left.png);
  left: 21px;
}
.saffireMobileSize #swiperWidget .swiper-button-prev {
  left: 12px;
}
#swiperWidget .swiper-button-prev:hover {
  background-image: url(images/slideshow-left-hover.png);
}
#swiperWidget .swiper-button-next {
  background-image: url(images/slideshow-right.png);
  right: 19px;
}
.saffireMobileSize #swiperWidget .swiper-button-next {
  right: 12px;
}
#swiperWidget .swiper-button-next:hover {
  background-image: url(images/slideshow-right-hover.png);
}
#swiperWidget .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 4.8px;
  background: #fff;
  opacity: 1;
  background: transparent;
  border: 2px solid #6f101b;
}
#swiperWidget .swiper-pagination-bullet-active {
  background: #6f101b;
  border: 2px solid #6f101b;
}

.saffireLargeSize #swiperWidget .swiper-container-content .slide-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: auto;
  max-width: 850px;
  margin: 0px auto;
  padding: 0 44px;
  line-height: 1.1;
  box-sizing: border-box;
}
@media only screen and (max-width: 860px) {
  .saffireLargeSize #swiperWidget .swiper-container-content .slide-title {
    padding: 0 74px;
  }
}
.saffireLargeSize #swiperWidget .swiper-container-content .swiper-pagination-bullet {
  display: none;
}

.saffireMobileSize.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff .site-info-wrapper {
  min-height: 166px;
}

.saffireMobileSize #swiperWidget {
  width: 100%;
  position: relative;
}
.saffireMobileSize #swiperWidget .swiper-container-images {
  width: 100%;
}
.saffireMobileSize #swiperWidget .swiper-container-images .swiper-pagination-bullet {
  display: none;
}
.saffireMobileSize #swiperWidget .swiper-container-content .swiper-content-container {
  flex-direction: column;
  padding: 20px 25px 28px 25px;
}
.saffireMobileSize #swiperWidget .swiper-container-content .slide-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-width: 307px;
}
.saffireMobileSize #swiperWidget .swiper-container-content .button-container {
  flex: 1 1 100%;
  justify-content: center;
  margin-top: 6px;
}
.saffireMobileSize #swiperWidget .swiper-container-content .button {
  font-size: 14px;
}
.saffireMobileSize #swiperWidget .swiper-container-content .swiper-pagination-bullet {
  background: transparent;
  width: 7px;
  height: 7px;
  border-color: #fff;
}
.saffireMobileSize #swiperWidget .swiper-container-content .swiper-pagination-bullet-active {
  background: #fff;
}
.saffireMobileSize #swiperWidget .swiper-pagination {
  top: auto;
  position: absolute;
  bottom: 4px !important;
}

.saffireLargeSize #swiperWidget .swiper-container-content .swiper-pagination-bullet {
  display: inline-flex !important;
  position: static !important;
}

.swiper-pagination {
  position: relative;
  bottom: auto !important;
  top: 11px;
}

#cardWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 10px auto 8px;
  padding: 0;
}
@media only screen and (max-width: 1049px) {
  #cardWidget {
    max-width: 700px;
  }
}
@media only screen and (max-width: 699px) {
  #cardWidget {
    flex-direction: column;
    align-items: center;
    margin: 9px 12px;
  }
}
#cardWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: 211px;
  position: relative;
  margin: 12px;
  max-width: 324px;
}
@media only screen and (max-width: 699px) {
  #cardWidget .card-widget-item {
    width: 100%;
    max-width: 325px;
    height: 209px;
    margin: 6px 0;
  }
}
#cardWidget .card-widget-item:hover .image-container {
  background-size: 125%;
}
#cardWidget .card-widget-item:hover .buttonwrap {
  opacity: 1;
  height: auto;
}
#cardWidget .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  transition: all 0.5s ease;
  background-size: 100%;
}
#cardWidget .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
#cardWidget .card-widget-title {
  text-transform: uppercase;
  display: block;
  width: 103%;
  font: 28px "BitterBlack", Arial, Verdana, sans-serif;
  background: #032b45;
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 10px 0;
  margin: 0 -3%;
}
.saffireMobileSize #cardWidget .card-widget-title {
  bottom: -2px;
  padding: 13px 0 9px;
  font-size: 29px;
}
#cardWidget .card-widget-title:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 6px solid #022c43;
  position: absolute;
  top: -7px;
  left: 2px;
  transform: rotate(212deg);
}
#cardWidget .card-widget-title:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 9px solid #022c43;
  position: absolute;
  top: -7px;
  right: -2px;
  transform: rotate(103deg);
}
#cardWidget .card-widget-description {
  font: 16px "Montserrat-Medium", Arial, Verdana, sans-serif;
  color: #032b45;
  padding: 10px;
}
#cardWidget .buttonwrap {
  opacity: 0;
  height: 0;
  position: relative;
  top: -23px;
  transition: 0.3s;
}
#cardWidget .buttonwrap a {
  margin: 0 5px;
  padding: 8px 32px 4px;
}

#siteInfoBannerWidget {
  box-sizing: border-box;
  position: static;
  display: inline-flex;
  max-width: 100%;
  margin: auto;
  width: 100%;
  padding: 0;
  background: transparent;
  font-family: "montserrat-extrabold";
  font-size: 14px;
  color: #032b45;
  text-align: center;
  line-height: 1;
  z-index: 2;
  min-width: auto;
  align-items: center;
  justify-content: center;
}
#siteInfoBannerWidget #eventDates {
  font-family: "BitterBlack";
  font-size: 20px;
  font-weight: 400;
  color: #032b45;
  display: inline-block;
  text-transform: uppercase;
}
#siteInfoBannerWidget #eventName {
  font-size: 14px;
  font-weight: 400;
  margin: 0 8px 0 10px;
  line-height: 13px;
  letter-spacing: 0.4px;
  line-height: 2;
  max-width: 273px;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  display: inline-block;
}
#siteInfoBannerWidget #eventName:before {
  content: "only";
  margin: 0 4px;
}
.siteInfoBannerWidgetDateIsPast.siteInfoBannerOn #siteInfoBannerWidget #eventName:before {
  display: none;
}
#siteInfoBannerWidget .countdownDays {
  display: inline-block;
  font-family: "montserrat-extrabold";
  font-size: 14px;
  font-weight: 400;
  color: #032b45;
}

body.saffireMobileSize.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
  color: #fff;
}

.saffireMobileSize #siteInfoBannerWidget {
  left: auto;
  right: auto !important;
  padding: 0;
  background: transparent;
  color: #032b45;
  width: 100%;
  flex-direction: column;
}
.saffireMobileSize #siteInfoBannerWidget #eventName {
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
}
.saffireMobileSize #siteInfoBannerWidget #eventDates {
  font-size: 20px;
  color: #fff;
  margin: 0 0 4px;
}
.saffireMobileSize #siteInfoBannerWidget .countdownDays {
  font-size: 14px;
  color: #fff;
}

.saffireMobileSize.siteInfoBannerWidgetDateIsPast.siteInfoBannerOn #eventDates {
  display: none !important;
}

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

#seowidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 834px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.saffireMobileSize #seowidget {
  padding: 0 11px;
}
#seowidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
}
#seowidget .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#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: block;
  width: 100%;
  font: 30px "BitterBlack", Arial, Verdana, sans-serif;
  color: #032b45;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.saffireMobileSize #seowidget .card-widget-title {
  font-size: 28px;
  line-height: 1;
}
#seowidget .card-widget-title:after {
  content: "";
  background: 834px;
  display: block;
  width: 64px;
  height: 5px;
  left: 0;
  right: 0;
  margin: 9px auto;
  background: #DCA531;
}
.saffireMobileSize #seowidget .card-widget-title:after {
  margin: 10px auto 9px;
}
#seowidget .card-widget-description {
  font: 17px "Montserrat-Medium", Arial, Verdana, sans-serif;
  color: #032b45;
  padding: 2px 10px;
  line-height: 26px;
}
#seowidget .buttonwrap a {
  margin: 0 5px;
  display: none;
}

.saffireMobileSize #seowidget .card-widget-item {
  margin: 5px 0;
}

#cardWidgetImage {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 326px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.saffireMobileSize #cardWidgetImage {
  margin: 10px 0 0;
}
#cardWidgetImage .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: 341px;
  position: relative;
  max-width: 326px;
}
#cardWidgetImage .card-widget-item:before {
  content: "";
  background: rgba(3, 43, 69, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  opacity: 0;
  transition: 0.3s;
}
#cardWidgetImage .card-widget-item:hover:before,
#cardWidgetImage .card-widget-item:hover .buttonwrap {
  opacity: 1;
}
#cardWidgetImage .card-widget-item:hover .image-container {
  background-size: 125%;
}
#cardWidgetImage .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  transition: all 0.5s ease;
  background-size: 100%;
}
#cardWidgetImage .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
#cardWidgetImage .card-widget-title {
  text-transform: uppercase;
  display: block;
  width: 102.4%;
  font: 24px "BitterBlack", Arial, Verdana, sans-serif;
  background: #032b45;
  top: 11px;
  color: #fff;
  padding: 14px 0;
  margin: 0 0 2px -1px;
  text-align: center;
  position: absolute;
  letter-spacing: 0.4px;
}
#cardWidgetImage .card-widget-title:before {
  content: "";
  width: 0;
  height: 0;
  transform: rotate(-278deg);
  border-top: 4px solid #32557f;
  border-right: 4px solid transparent;
  position: absolute;
  bottom: -4px;
  position: absolute;
  left: 0;
}
#cardWidgetImage .card-widget-title:after {
  content: "";
  width: 0;
  height: 0;
  transform: rotate(348deg);
  border-top: 4px solid #32557f;
  border-right: 4px solid transparent;
  position: absolute;
  bottom: -4px;
  position: absolute;
  right: 0;
}
#cardWidgetImage .card-widget-description {
  font: 16px "Montserrat-Medium", Arial, Verdana, sans-serif;
  color: #032b45;
  padding: 10px;
}
#cardWidgetImage .buttonwrap {
  opacity: 0;
  height: 0;
  position: relative;
  transition: 0.3s;
}
#cardWidgetImage .buttonwrap a {
  margin: 0 5px;
  padding: 8px 32px 4px;
}

#multiScheduleFeature {
  box-sizing: border-box;
  display: flex;
  max-width: 325px;
  padding: 10px 0 0;
  background: #f4f5ef;
  height: 341px;
  width: 100%;
}
@media screen and (max-width: 1052px) {
  #multiScheduleFeature {
    margin: 20px;
  }
}
.saffireMobileSize #multiScheduleFeature {
  margin: 10px 0;
}
#multiScheduleFeature .multiFeatureContent {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  align-items: center;
}
#multiScheduleFeature .widget-title {
  text-transform: uppercase;
  display: block;
  width: 102.4%;
  font: 24px "BitterBlack", Arial, Verdana, sans-serif;
  background: #032b45;
  bottom: 0;
  color: #fff;
  padding: 14px 0;
  margin: 0 0 2px 0;
  text-align: center;
  position: relative;
  letter-spacing: 0.4px;
}
#multiScheduleFeature .widget-title:before {
  content: "";
  width: 0;
  height: 0;
  transform: rotate(-278deg);
  border-top: 4px solid #32557f;
  border-right: 4px solid transparent;
  position: absolute;
  bottom: -4px;
  left: 0px;
}
#multiScheduleFeature .widget-title:after {
  content: "";
  width: 0;
  height: 0;
  transform: rotate(348deg);
  border-top: 4px solid #32557f;
  border-right: 4px solid transparent;
  position: absolute;
  bottom: -4px;
  right: 0;
  transform: rotate(348deg);
}
#multiScheduleFeature .featureItem {
  position: relative;
  box-sizing: border-box;
  display: flex;
  margin-bottom: 3px;
  text-decoration: none;
  transition: 0.3s;
  color: #032b45;
  flex-direction: column-reverse;
  padding: 6px 11px 8px;
  margin: 1px 4px 2px;
  width: 97%;
}
#multiScheduleFeature .featureItem:after {
  content: "";
  position: absolute;
  top: 49%;
  right: 11px;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 17px;
  background: url(images/event-arrow.png) center/auto no-repeat;
  transition: 0.2s;
}
#multiScheduleFeature .featureItem:hover {
  background: #6f101b;
  transition: 0.3s;
  color: #fff;
}
#multiScheduleFeature .featureItem:hover:after {
  background: url(images/event-arrow-hover.png) center/auto no-repeat;
}
#multiScheduleFeature .featureItem:hover .featureItemTitle {
  color: #fff;
}
#multiScheduleFeature .featureItem:hover .featureItemDate {
  transition: 0.3s;
  color: #fff;
}
#multiScheduleFeature .featureItemTitle,
#multiScheduleFeature .featureItemDate {
  display: flex;
  color: #032b45;
  line-height: 15px;
  padding-top: 1px;
}
#multiScheduleFeature .featureItemTitle {
  font-family: "MontserratBold";
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 1px;
}
#multiScheduleFeature span.day {
  margin: 0 3px;
}
#multiScheduleFeature .featureItemDate {
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  color: #032b45;
  transition: 0.3s;
  line-height: 1;
  text-transform: capitalize;
}
#multiScheduleFeature .featureItemDescription {
  display: none;
}

a.all-events-btn {
  font-family: "montserrat-extrabold";
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  position: absolute;
  bottom: 12px;
}
a.all-events-btn:hover {
  color: #6f101b;
}

.socialNetworks {
  z-index: 5;
  position: fixed;
  right: -80px;
  top: 200px;
  transition: 0.6s ease;
  background: rgba(3, 43, 69, 0.6);
  border-radius: 50px;
  padding: 6px 7px 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;
  margin: 0 0 4px;
  border: 3px solid rgba(3, 43, 69, 0.6);
  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: #f0f0f0;
}

#musicPlayerLink {
  height: 40px;
  width: 40px;
  float: none;
  margin: 0;
  border: 3px solid rgba(3, 43, 69, 0.6);
  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(3, 43, 69, 0.6);
  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: 1230px) {
  .socialNetworks {
    top: auto;
    right: 0;
    bottom: -60px;
    border-top: none;
    border-bottom: none;
    padding: 0;
  }
  .saffireMobileSize .socialNetworks {
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 0;
    position: static;
    background: none;
    padding: 8px 0 22px;
  }
  .socialNetworks img {
    max-width: 30px;
    max-height: 30px;
  }
  .saffireMobileSize .socialNetworks img {
    max-width: 40px;
    max-height: 40px;
  }
  .socialNetworks > a, .socialNetworks > #musicPlayerLink {
    max-width: 30px;
    max-height: 30px;
    bottom: 0;
    float: left;
    margin: 0;
    transition: 0.2s;
    background-size: contain;
  }
  .saffireMobileSize .socialNetworks > a, .saffireMobileSize .socialNetworks > #musicPlayerLink {
    max-width: 40px;
    max-height: 40px;
    margin: 0 2px;
  }
  .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: 12px;
}
@media screen and (max-width: 1230px) {
  .pageIsLoaded .socialNetworks {
    bottom: 0;
    bottom: 5px;
    right: 5px;
  }
}

/* Set the container ID*/
/* Size the container*/
/* Size the images*/
/* Format titles*/
/* Format arrows*/
#sponsorWidgetContainer {
  position: relative;
  width: 100%;
  max-width: 1097px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
  padding: 48px 100px 21px;
}
.saffireMobileSize #sponsorWidgetContainer {
  padding: 46px 0 24px;
}
#sponsorWidgetContainer .sponsorWidgetContainer {
  padding-top: 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 .sponsorCarouselImage img {
  max-width: none;
  max-height: 86px;
}
.saffireMobileSize #sponsorWidgetContainer .sponsorCarouselImage img {
  max-height: 65px;
}
#sponsorWidgetContainer #sponsorsTitleContainer {
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
}
#sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  font-family: "BitterBlack", Arial, Verdana, sans-serif;
  font-size: 30px;
  color: #032b45;
  letter-spacing: 0.3px;
  text-shadow: none;
}
.saffireMobileSize #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  font-size: 30px;
}
#sponsorWidgetContainer #sponsorArrowRight,
#sponsorWidgetContainer #sponsorArrowLeft {
  width: 20px;
  height: 22px;
}
.saffireMobileSize #sponsorWidgetContainer #sponsorArrowRight,
.saffireMobileSize #sponsorWidgetContainer #sponsorArrowLeft {
  display: none;
}
#sponsorWidgetContainer #sponsorArrowRight {
  right: 38px;
  top: 57.1%;
  transform: translateY(-50%);
  background: url(images/sponsor-right-arrow.png) center center/auto no-repeat;
}
#sponsorWidgetContainer #sponsorArrowRight:hover {
  background: url(images/sponsor-right-arrow-hover.png) center center/auto no-repeat;
}
#sponsorWidgetContainer #sponsorArrowRight span {
  display: none;
}
#sponsorWidgetContainer #sponsorArrowLeft {
  left: 37px;
  top: 57.1%;
  transform: translateY(-50%);
  background: url(images/sponsor-left-arrow.png) center center/auto no-repeat;
}
#sponsorWidgetContainer #sponsorArrowLeft:hover {
  background: url(images/sponsor-left-arrow-hover.png) center center/auto no-repeat;
}
#sponsorWidgetContainer #sponsorArrowLeft span {
  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;
}

a.mapouter {
  background: url(images/map-bg.png) center/contain no-repeat;
  width: 100%;
  height: 341px;
  position: relative;
  max-width: 326px;
}

.map-content {
  background: url(images/map-title-bg.png) no-repeat;
  width: 254px;
  height: 113px;
  display: block;
  position: absolute;
  top: 38%;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  box-sizing: border-box;
  padding: 51px 0 0;
}
.map-content h3 {
  font: 15px "MontserratBold";
  color: #032b45;
  margin: 0 0 2px;
  text-transform: none;
}
.map-content h4 {
  font: 12px "Montserrat-Medium";
  color: #032b45;
}

h2.map-title {
  text-transform: uppercase;
  display: block;
  width: 102.4%;
  font: 24px "BitterBlack", Arial, Verdana, sans-serif;
  background: #032b45;
  top: 11px;
  color: #fff;
  padding: 14px 0;
  margin: 0 0 2px -4px;
  text-align: center;
  position: absolute;
  letter-spacing: 0.4px;
}
h2.map-title:before {
  content: "";
  width: 0;
  height: 0;
  transform: rotate(-278deg);
  border-top: 4px solid #032b45;
  border-right: 4px solid transparent;
  position: absolute;
  bottom: -4px;
  left: 0;
}
h2.map-title:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid #32557f;
  border-right: 4px solid transparent;
  position: absolute;
  bottom: -4px;
  right: -1px;
  transform: rotate(348deg);
}

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