@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: "norwester";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/norwester.woff2) format("woff2"), url(fonts/norwester.woff) format("woff");
}
@font-face {
  font-family: "BitterRegular";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/BitterRegular.woff2) format("woff2"), url(fonts/BitterRegular.woff) format("woff");
}
@font-face {
  font-family: "BitterBoldItalic";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/BitterBoldItalic.woff2) format("woff2"), url(fonts/BitterBoldItalic.woff) format("woff");
}
@font-face {
  font-family: "BitterBold";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/BitterBold.woff2) format("woff2"), url(fonts/BitterBold.woff) format("woff");
}
@font-face {
  font-family: "BitterItalic";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/BitterItalic.woff2) format("woff2"), url(fonts/BitterItalic.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: #2E2E2E;
  font: 16px/1.5 "BitterRegular", Arial, Verdana, sans-serif;
}

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

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

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

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

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

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: #3055a2;
  text-decoration: underline;
}

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

a:hover {
  text-decoration: none;
}

span.printEvent {
  line-height: 1;
}

.inputFieldTextbox {
  padding: 10.5px;
}

span.featureLineup-headline.button {
  position: absolute;
  bottom: 59px;
  top: auto;
  width: 95%;
  left: 0;
  right: 0;
  margin: 0px auto;
}

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

span.featureLineup-headline.button {
  position: absolute;
  bottom: 59px;
  top: auto;
  width: 95%;
  left: 0;
  right: 0;
  margin: 0px auto;
  font-family: "BitterBold";
  font-size: 14px;
  background: rgba(185, 21, 27, 0.9);
}
span.featureLineup-headline.button:after, span.featureLineup-headline.button:before {
  display: none;
}

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

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: 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: 15px;
  font-family: "BitterRegular" !important;
  color: #172752 !important;
}

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

input.inputFieldTextbox {
  padding: 12px 10px;
}

.modalBody .border {
  border: 0;
}

.modalBody {
  padding: 0;
}

div#dynamicModal {
  padding: 0 !important;
  margin: 0 !important;
  border-top: 0 !important;
}

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

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

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

.fa-suitcase:before {
  color: #634326;
}

.sponsorPageImage {
  width: 124px;
  height: 102px;
}
.sponsorPageImage img {
  width: 65%;
}

.featureLineupContainer .featureLineup-buttons.subContainer {
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 7px 0;
}

.modalClose .modalCloseButton:before,
.modalClose .modalCloseButton:after {
  position: static;
}

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

.homepage.saffireLargeSize {
  background: url(images/homepage-bg.jpg) no-repeat fixed;
  background-size: cover;
}
.homepage .content {
  margin-top: 160px;
}
.homepage.generalMessageOn .content {
  margin-top: 200px;
}
.homepage.saffireMobileSize .content {
  margin-top: 126px;
}
.homepage.saffireMobileSize.generalMessageOn .content {
  margin-top: 156px;
}
.homepage.saffireMobileSize.generalMessageOn.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff .content {
  margin-top: 95px;
}
.homepage.saffireMobileSize.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff .content {
  margin-top: 55px;
}

.wrapper {
  width: 100%;
}

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

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

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

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

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

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

.orderhistory {
  background: #3055a2;
}

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

.alternateRow {
  background: #efefef;
}

.listingItem {
  background: #efefef;
  border-bottom: 1px solid #d6d6d6;
}
.listingItem:hover {
  background: #f7f7f7;
}

.top-header {
  background: #213b73;
  box-sizing: border-box;
  padding: 0 15px;
}
.saffireMobileSize .top-header {
  height: 0px;
  padding: 0;
}
.top-header .container {
  min-height: 46px;
}
.top-header .top-right-content {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  padding: 3px 0 2px;
  justify-content: center;
  align-items: center;
}

.bottom-header {
  background: rgba(222, 217, 205, 0.6);
  transition: all 0.5s ease;
}
.bottom-header .container {
  justify-content: flex-end;
  padding: 18px 18px 14px;
}
.saffireMobileSize .bottom-header .container {
  padding: 1px 8px 4px 0;
}
.saffireMobileSize .bottom-header {
  background: #213b73;
}
.saffireWindowScrolled.saffireLargeSize .bottom-header {
  background: #ded9cd;
}

.container {
  max-width: 1300px;
  display: flex;
  align-items: center;
  margin: 0px auto;
  position: relative;
}

.mid-content {
  background: url(images/mid-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 95px 0 31px;
  background-attachment: fixed;
}
.saffireMobileSize .mid-content {
  padding: 31px 0;
}
@media only screen and (max-width: 800px) {
  .saffireMobileSize .mid-content {
    padding: 23px 0 27px;
  }
}

.video-social-container {
  max-width: 1219px;
  margin: 39px auto 0;
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 1130px) {
  .video-social-container {
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .video-social-container .insta-right {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .video-social-container {
    margin: 10px auto 0;
  }
}
.video-social-container .video-social-left {
  max-width: 100%;
}
@media only screen and (max-width: 1130px) {
  .video-social-container .video-social-left {
    max-width: 500px;
    width: 100%;
  }
}

.subscribe-container {
  width: 567px;
  height: 79px;
  padding: 13px 11px 0px 20px;
  background-color: #af1b27;
  display: flex;
  margin-top: 20px;
  max-width: 100%;
}
@media only screen and (max-width: 1130px) {
  .subscribe-container {
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: auto;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 800px) {
  .subscribe-container {
    padding: 11px 11px 15px;
  }
}
.subscribe-container .emailSignup.modalOnly {
  display: flex;
  position: relative;
  right: 16px;
  padding-top: 11px;
}
@media only screen and (max-width: 1130px) {
  .subscribe-container .emailSignup.modalOnly {
    position: static;
  }
}
@media only screen and (max-width: 800px) {
  .subscribe-container .emailSignup.modalOnly {
    padding-top: 6px;
  }
}
.subscribe-container p.emailSignupText {
  display: none;
}
.subscribe-container .emailInputField {
  margin-right: 12px;
}
.subscribe-container .emailInputField input {
  width: 216px;
  height: 44px;
  border-radius: 0 !important;
  font-family: BitterRegular;
  font-size: 15px;
  color: #000;
  padding: 12px 13px;
  background: #fff;
}

.sponsor-container {
  background: #fff;
}

.footer-logo {
  background: url(images/logo-ribbon.png) no-repeat;
  width: 249px;
  height: 260px;
  display: inline-flex;
  margin: -36px -24px 0 -15px;
  background-size: contain;
  z-index: 2;
}
@media only screen and (max-width: 800px) {
  .footer-logo {
    width: 220px;
    height: 260px;
  }
}

.footer-mid-container {
  background: #213b73;
  margin-top: 76px;
  padding: 190px 0 26px;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .footer-mid-container {
    padding: 159px 0 21px;
  }
}
.footer-mid-container:before {
  content: "";
  background: url(images/footer-glow.png) no-repeat top center;
  width: 100%;
  height: 305px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0.3;
}
.footer-mid-container:after {
  content: "";
  background: url(images/footer-logo.png) center/contain no-repeat;
  width: 100%;
  position: absolute;
  height: 209px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translatey(-50%);
  z-index: 1;
}
@media only screen and (max-width: 800px) {
  .footer-mid-container:after {
    background-position: 0 34px;
  }
}

.york-expo {
  background: url(images/york-expo-center.png) no-repeat center;
  width: 239px;
  height: 79px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  background-size: contain;
  flex-direction: column;
}
@media only screen and (max-width: 800px) {
  .york-expo {
    width: 145px;
    height: 51px;
  }
}

span.star {
  background: url(images/small-star.png) no-repeat center;
  margin: 0 9px 0 21px;
  width: 13px;
  height: 12px;
  display: flex;
  background-size: contain;
}
@media only screen and (max-width: 800px) {
  span.star {
    margin: 0 8px 0 15px;
    width: 6px;
    height: 6px;
  }
}
span.star:nth-child(4) {
  margin: 0 9px 0 12px;
}
@media only screen and (max-width: 800px) {
  span.star:nth-child(4) {
    display: none;
  }
}

ul.footer-info {
  display: flex;
  justify-content: center;
  font-size: 18px;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 7px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 800px) {
  ul.footer-info {
    font-size: 13px;
    flex-wrap: wrap;
  }
}
ul.footer-info li {
  letter-spacing: 0.43px;
}
@media only screen and (max-width: 800px) {
  ul.footer-info li {
    letter-spacing: 0.3px;
    line-height: 20px;
  }
}
ul.footer-info li:nth-child(1) {
  position: relative;
  left: 8px;
}

.saffire_logo {
  position: relative;
  top: 7px;
}

.york-expo-main p {
  color: #213b73;
  font-size: 11px;
  margin-top: 13px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 800px) {
  .york-expo-main p {
    margin: 9px 0 3px;
  }
}
.york-expo-main p:last-child {
  margin-top: 7px;
}

.york-expo-main {
  border-top: 10px solid #ab2012;
  margin-top: 10px;
}
@media only screen and (max-width: 800px) {
  .york-expo-main {
    margin-top: 6px;
    border-width: 9px;
  }
}

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #b01b27;
  font-family: "BitterRegular", 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: 99999;
  top: 0;
  transition: all 0.5s ease;
}
.saffireWindowScrolled.saffireLargeSize .header {
  box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.5);
}

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

.saffireMobileSize .header {
  position: fixed;
  z-index: 99999;
  top: 0;
  height: auto;
  background: transparent;
}
.saffireMobileSize .headerInnerContent {
  height: auto;
}

.header-logo {
  display: block;
  width: 426px;
  height: 203px;
  background: url(images/logo.png) center/contain no-repeat;
  position: absolute;
  z-index: 9;
  top: 0px;
  left: -4px;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1320px) {
  .header-logo {
    width: 343px;
    height: 163px;
  }
}
@media only screen and (max-width: 1260px) {
  .header-logo {
    width: 286px;
    height: 139px;
    left: -4px !important;
  }
}
.saffireWindowScrolled .header-logo {
  width: 286px;
  height: 139px;
  left: 36px;
}
.saffireMobileSize .header-logo {
  background: url(images/logo-mobile.png) center/contain no-repeat;
  width: 187px;
  height: 76px;
  left: 0 !important;
}

#weatherBugWidget {
  margin-left: 400px;
}
@media only screen and (max-width: 1320px) {
  #weatherBugWidget {
    margin-left: 339px;
  }
}
@media only screen and (max-width: 1260px) {
  #weatherBugWidget {
    margin-left: 276px;
  }
}

#weatherBugDescription {
  font: 12px "BitterRegular";
  color: #fff !important;
}
#weatherBugDescription .weatherDescriptive {
  display: none;
}

.ticket {
  background: url(images/ticket-bg.png) no-repeat center;
  width: 153px;
  height: 66px;
  color: #fff;
  font: 400 24px/1 norwester;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: -0.4px;
}
.ticket:hover {
  background: url(images/ticket-bg.png) no-repeat center;
  width: 153px;
  height: 66px;
  color: #fff;
  font: 400 24px/1 norwester;
}

.saffireMobileSize a.ticket {
  background: url(images/ticket-bg-mobile.png) no-repeat center;
  width: 102px;
  height: 43px;
  color: #fff;
  font: 400 16px/1 norwester;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: -0.4px;
}
.saffireMobileSize a.ticket:hover {
  background: url(images/ticket-bg-mobile.png) no-repeat center;
  width: 102px;
  height: 43px;
  color: #fff;
  font: 400 16px/1 norwester;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: -0.4px;
}

.header .searchBox:not(.clonedSearchBox) {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 9999;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput {
  position: absolute;
  right: 100%;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
  height: 30px;
  width: 170px;
  padding: 0 5px;
  font-size: 14px;
  font-family: "BitterRegular", 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;
  border-radius: 0 !important;
  font-size: 14px;
  font-family: "BitterRegular", Arial, Verdana, sans-serif;
  background-color: transparent !important;
  width: 20px;
  padding: 0;
  font-size: 0;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:before {
  content: "";
  background: url(images/search-icon.png) center/contain no-repeat;
  width: 17px;
  height: 16px;
  display: block;
  font-size: 18px;
  font-family: "FontAwesome";
  line-height: 1;
  -webkit-clip-path: none !important;
          clip-path: none !important;
  color: #000;
  background-color: transparent !important;
  position: static;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:after {
  display: none;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover {
  background: #aaa;
}
.header .searchBox:not(.clonedSearchBox):hover .searchBoxInput input {
  width: 170px;
  padding: 0 5px;
  transition: 0.2s;
}

.saffireMobileSize .header .searchBox:not(.clonedSearchBox) {
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 50px;
  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: white;
}
.saffireLargeSize .viewcart .cartMenuLink {
  display: flex;
  color: #fff;
  font-family: "BitterRegular";
  font-size: 13px;
}
.saffireLargeSize .viewcart .cartMenuLink:before {
  content: "";
  background: url(images/cart-icon.png) center/contain no-repeat;
  width: 23px;
  height: 20px;
  position: relative;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 26px;
  display: flex;
  line-height: 1;
  color: inherit;
  margin-right: 6px;
}

.saffireMobileSize .viewcart {
  display: none;
}
.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: 1;
  color: inherit;
}

.mobile-nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  vertical-align: top;
  margin: 0 0 0 11px;
}
.mobile-nav-toggle:before {
  content: "";
  background: url(images/mobile-toggle.png);
  display: block;
  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;
}

.standAloneDirections {
  color: #fff;
  margin: 0 36px 0 22px;
  font-size: 15px;
  letter-spacing: 0.2px;
}
.saffireMobileSize .standAloneDirections {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .searchBox,
.standAloneDirections,
.viewcart,
#weatherBugWidget {
    display: none !important;
  }
}
.saffireLargeSize .nav .groups {
  display: flex;
  flex-wrap: wrap;
  margin: 0 17px 0 0;
  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: 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:first-child > a::before {
  display: none;
}
.saffireLargeSize .nav .groups .group > a {
  display: flex;
  padding: 10px 0;
  background: none;
  font-family: "norwester", Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #213b73;
  color: #213b73;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
.saffireLargeSize .nav .groups .group > a::before {
  background: url(images/star-icon.png) no-repeat center;
  width: 13px;
  height: 13px;
  display: flex;
  content: "";
  position: relative;
  top: -1px;
  padding: 0 8px 0px 7px;
}
.saffireLargeSize .nav .groups .group:hover > a {
  color: #213b73;
}
.saffireLargeSize .nav .items {
  top: 100%;
  left: 0;
  padding: 0;
  background: #213b73;
}
.saffireLargeSize .nav .items .item a {
  padding: 5px 15px;
  color: #fff;
  font-family: "BitterRegular", Arial, Verdana, sans-serif;
}
.saffireLargeSize .nav .items .item a:hover {
  color: #fff;
}
.saffireLargeSize .nav .item {
  width: 200px;
  line-height: 1.4;
}
.saffireLargeSize .nav .item:hover {
  background: rgba(255, 255, 255, 0.3);
}
.saffireLargeSize .nav .subitems {
  left: 100%;
  padding: 0;
  background: #213b73;
}

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 75px 0 50px;
  background: repeat-x #fff center;
  color: #fff;
  text-align: center;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer ul.footerItems1 {
  margin: 0 auto;
  font-family: "BitterRegular";
  font-size: 16px;
  text-transform: uppercase;
}
.footer .footerSignIn {
  text-transform: uppercase;
}
.footer ul.footerItems2 {
  margin: 0 auto;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.footer ul.footerItems2 li {
  display: inline-block;
}
.footer ul.footerItems2 .saffire_logo {
  right: 3px;
}
.footer ul.footerItems2 li:nth-child(2) {
  margin-top: -2px;
}
.footer .site-map {
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 800px) {
  .footer .site-map {
    display: none;
  }
}
.footer .site-map li a {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.footer .site-map li a:after {
  content: "";
  border-right: 1px solid #fff;
  margin: -1px 13px 0 14px;
  height: 13px;
}
.footer .site-map li:last-child a:after {
  display: none;
}
.footer .site-map ul {
  margin-bottom: 13px;
}

@media only screen and (max-width: 800px) {
  .footer a:hover {
    text-decoration: none;
  }
  .footer ul.footerItems1 {
    max-width: 300px;
    margin-bottom: 6px;
  }
  .footer .footerSignIn {
    max-width: 300px;
    margin: auto;
  }
  .footer ul.footerItems2 {
    margin-top: 19px;
    font-size: 12px;
    text-align: center;
  }
  .footer ul.footerItems2 .saffire_logo {
    right: 0;
    margin: 0 0 0 7px;
    top: 9px;
  }
}
.mobile-menu-container {
  background-color: #213b73;
}
.mobile-menu-container .mobile-menu-header {
  background-color: #213b73;
}
.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: 25px;
  top: 0;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.6);
}
.mobile-menu-container .mobile-menu-subheader {
  border-color: #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: #252525;
}
.mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
.mobile-menu-container .mobile-menu-subheader-btn:active {
  background-color: #d4d2cb;
}
.mobile-menu-container .mobile-menu-login-links a {
  font-family: "BitterRegular", Arial, Verdana, sans-serif;
}
.mobile-menu-container .cart-counter {
  font-family: "BitterRegular", Arial, Verdana, sans-serif;
}
.mobile-menu-container .search-container input {
  font-family: "BitterItalic";
}
.mobile-menu-container .search-container .search-submit-btn {
  color: #333;
}
.mobile-menu-container .mobile-menu-ticket-btn {
  background-color: #b01b27;
  font-family: "norwester";
  color: #fff;
  border-color: #252525;
}
.mobile-menu-container .mobile-menu-footer-links a {
  font-family: "BitterRegular", Arial, Verdana, sans-serif;
  color: #fff;
  font-size: 12px;
}

#mobile-nav ul {
  background-color: #213b73;
}
#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: #b01b27;
  font-family: "norwester";
  color: #fff;
  font-size: 16px;
}
#mobile-nav a:hover {
  background-color: #84141d;
}
#mobile-nav .has-subitems span {
  background-color: #b8323d;
  color: #fff;
}
#mobile-nav .has-subitems span:hover {
  background-color: #d4d2cb;
}

.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: #8b8b8b;
  font-size: 33px;
}

/************************* 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: #3055a2;
  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: #2E2E2E;
}
.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;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.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;
  margin: 10px auto !important;
}
.getUpdatesPageEmailModule .emailSignup.modalOnly .button {
  box-sizing: border-box;
}

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

div#dynamicModal {
  padding: 0 !important;
  margin: 0 !important;
  border-top: 0 !important;
}

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

/************* BUTTON STYLES *********************/
.button {
  padding: 4px 12px;
  font-size: 20px;
  position: relative;
  font-size: 20px;
  margin: 0 10px;
}
.button:hover:after, .button:hover:before {
  background: #3E6FC0;
}
.button:before {
  content: "";
  width: 21px;
  height: 100%;
  background-color: #243e95;
  position: absolute;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
  left: -8px;
}
.button:after {
  content: "";
  width: 21px;
  height: 100%;
  background-color: #243e95;
  position: absolute;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: bottom right;
  right: -8px;
  transform: scaleX(-1);
}

.button,
.buttonSmall {
  box-sizing: border-box;
  line-height: 1.75em;
  text-transform: none;
  border-radius: 0;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "norwester", Arial, Verdana, sans-serif;
  color: #fff !important;
  background: #243E95;
}

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

.button:hover,
.buttonSmall:hover {
  background: #3E6FC0;
}

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: 1392px;
  max-width: 100%;
  margin: 0 auto 6px;
  overflow: visible;
}
@media only screen and (max-width: 1410px) {
  .saffireLargeSize #swiperWidget {
    box-sizing: border-box;
    padding: 0 5px;
  }
}
#swiperWidget .swiper-container-images {
  width: 1200px;
  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: 665px;
  background-size: cover;
  background-position: center;
}
#swiperWidget .swiper-container-content {
  width: 100%;
  max-width: 100%;
  max-width: 1392px;
  margin: 0px auto;
  background: none;
}
#swiperWidget .swiper-container-content .swiper-content-container {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #b01b27;
  max-width: 1253px;
  margin: 0px auto;
  height: auto;
  background-size: cover;
  background-position: center;
  padding: 29px 19px 28px 41px;
  position: relative;
}
#swiperWidget .swiper-container-content .slide-title {
  display: inline-block;
  font: 900 33px/1 norwester;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  #swiperWidget .swiper-container-content .slide-title {
    font-size: 20px;
    line-height: 1.3;
  }
}
#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: 0 18px;
  font-size: 20px;
  padding: 4px 13px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  #swiperWidget .swiper-container-content .button-container .button {
    font-size: 16px;
  }
}
#swiperWidget .swiper-pagination {
  position: static;
  margin: 6px 0 0;
}
.saffireMobileSize #swiperWidget .swiper-pagination {
  margin: 3px 0 0;
}
#swiperWidget .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 7px;
  opacity: 0.65;
  background: #627397;
}
#swiperWidget .swiper-pagination-bullet:hover,
#swiperWidget .swiper-pagination-bullet-active {
  background: #b01b27;
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: 45px;
  height: 45px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.saffireMobileSize .swiper-button-prev,
.saffireMobileSize .swiper-button-next {
  display: none;
}

.swiper-button-prev {
  background-image: url(images/slideshow-left.png);
  left: 30px;
}

.swiper-button-next {
  background-image: url(images/slideshow-right.png);
  right: 30px;
}

.saffireLargeSize #swiperWidget .swiper-container-content .slide-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: auto;
}

.saffireMobileSize #swiperWidget {
  width: 100%;
  margin: 0 auto 5px;
}
.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: 10px 25px 15px 25px;
}
.saffireMobileSize #swiperWidget .swiper-container-content .slide-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: center;
}
.saffireMobileSize #swiperWidget .swiper-container-content .button-container {
  flex: 1 1 100%;
  justify-content: center;
  padding-right: 7px;
  margin-top: 10px;
}
.saffireMobileSize #swiperWidget .swiper-container-content .button {
  font-size: 16px;
  margin: 0 15px;
}
.saffireMobileSize #swiperWidget .swiper-container-content .swiper-button-prev,
.saffireMobileSize #swiperWidget .swiper-container-content .swiper-button-next {
  display: none;
}
.saffireMobileSize #swiperWidget .swiper-container-content .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.25);
  width: 10px;
  height: 10px;
}

.saffireLargeSize .swiper-container.swiper-container-content.swiper-container-fade.swiper-container-initialized.swiper-container-horizontal.swiper-container-autoheight::before {
  border-color: #243e95 #243e95 #243e95 transparent;
  left: -1px;
  border-width: 30px;
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  top: 51%;
  transform: translatey(-50%);
}
.saffireLargeSize .swiper-container.swiper-container-content.swiper-container-fade.swiper-container-initialized.swiper-container-horizontal.swiper-container-autoheight::after {
  border-color: #243e95 transparent #243e95 #243e95;
  right: -1px;
  border-width: 30px;
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  top: 51%;
  transform: translatey(-50%);
}
.saffireLargeSize #swiperWidget .swiper-container-content .swiper-content-container::before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  left: -26px;
  border-width: 61px 30px 61px 0;
  border-color: transparent #b01b27;
}
.saffireLargeSize #swiperWidget .swiper-container-content .swiper-content-container::after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  right: -22px;
  border-width: 69px 0 69px 30px;
  border-color: transparent #b01b27;
}

#cardWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width: 721px) {
  .saffireMobileSize #cardWidget {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 720px) {
  .saffireMobileSize #cardWidget {
    max-width: 389px;
  }
}
#cardWidget .card-widget-item {
  background: #fff;
  box-sizing: border-box;
  display: flex;
  width: 337px;
  height: 234px;
  margin: 0;
  border: 4px solid #af1b27;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  z-index: 6;
}
.saffireMobileSize #cardWidget .card-widget-item {
  margin: 5px;
}
@media only screen and (max-width: 720px) {
  .saffireMobileSize #cardWidget .card-widget-item {
    width: 176px;
    height: 126px;
    margin: 0 3px 5px;
  }
}
@media only screen and (max-width: 370px) {
  .saffireMobileSize #cardWidget .card-widget-item {
    margin: 0 1px 5px;
  }
}
#cardWidget .card-widget-item:hover {
  z-index: 9999 !important;
}
#cardWidget .card-widget-item:hover .image-container:before {
  background: none;
}
.saffireLargeSize #cardWidget .card-widget-item:nth-child(2) {
  z-index: 9;
  margin: -61px -56px -58px -57px;
}
.saffireLargeSize #cardWidget .card-widget-item:nth-child(3) {
  margin: -60px 0;
  z-index: 2;
}
.saffireLargeSize #cardWidget .card-widget-item:nth-child(4) {
  z-index: 1;
  margin: 0px 0 0 -56px !important;
}
.saffireLargeSize #cardWidget .card-widget-item:nth-child(5) {
  margin: -17px 0 0 0;
  z-index: 5;
}
.saffireLargeSize #cardWidget .card-widget-item:nth-child(6) {
  margin: -77px 0 0 -57px;
  z-index: 2;
}
.saffireLargeSize #cardWidget .card-widget-item:nth-child(7) {
  margin: -79px 0 0 -55px;
  z-index: 1;
}
.saffireLargeSize #cardWidget .card-widget-item:nth-child(8) {
  margin: -18px 0px -9px -57px;
  z-index: 0;
}
#cardWidget .image-container {
  box-sizing: border-box;
  position: relative;
  display: flex;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 97%;
  transition: all 0.5s ease;
  height: 97%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 720px) {
  #cardWidget .image-container {
    width: 95%;
    height: 94%;
  }
}
#cardWidget .image-container:before {
  background: rgba(33, 59, 115, 0.8);
  content: "";
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  display: flex;
  position: absolute;
}
#cardWidget .card-content {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#cardWidget .card-content:before {
  position: relative;
  box-sizing: border-box;
  content: "";
  width: 21px;
  height: 22px;
  background: url(images/white-star.png) center/contain no-repeat;
  display: inline-flex;
  margin: 0 17px 0 0;
}
@media only screen and (max-width: 720px) {
  #cardWidget .card-content:before {
    width: 12px;
    height: 12px;
  }
}
#cardWidget .card-content:after {
  position: relative;
  box-sizing: border-box;
  content: "";
  width: 21px;
  height: 22px;
  background: url(images/white-star.png) center/contain no-repeat;
  display: inline-flex;
  margin: 0 0 0 17px;
}
@media only screen and (max-width: 720px) {
  #cardWidget .card-content:after {
    width: 12px;
    height: 12px;
  }
}
#cardWidget .card-widget-title {
  position: static;
  display: block;
  font: 30px "norwester";
  color: #fff;
  text-transform: uppercase;
  text-shadow: 3px 2px 4px rgba(28, 27, 26, 0.9);
}
@media only screen and (max-width: 720px) {
  #cardWidget .card-widget-title {
    font-size: 15px;
  }
}
#cardWidget .buttonwrap {
  display: none;
}
#cardWidget .card-widget-description {
  font: 30px "BitterRegular", Arial, Verdana, sans-serif;
  color: #fff;
  padding: 10px;
  display: none;
}
#cardWidget .buttonwrap a {
  margin: 0 5px;
}

#siteInfoBannerWidget {
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  height: auto;
  width: auto;
  max-width: 100%;
  margin: auto;
  padding: 5px 20px;
  background: transparent;
  font-family: "BitterItalic";
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 1;
  z-index: 2;
  flex-direction: row-reverse;
  margin-right: 20px;
  min-width: auto;
  align-items: center;
}
#siteInfoBannerWidget #eventDates {
  font-family: "norwester";
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  background: #b01b27;
  position: relative;
  padding: 5px 12px;
  display: inline-block;
  text-transform: uppercase;
}
.saffireLargeSize #siteInfoBannerWidget #eventDates:after {
  content: "";
  width: 37px;
  height: 100%;
  background: #b01b27;
  position: absolute;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: bottom right;
  right: -12px;
  transform: scaleX(-1);
  z-index: -1;
}
.saffireLargeSize #siteInfoBannerWidget #eventDates:before {
  content: "";
  width: 38px;
  height: 100%;
  background: #b01b27;
  position: absolute;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
  left: -10px;
  z-index: -1;
}
#siteInfoBannerWidget #eventName {
  font-size: 15px;
  font-weight: 400;
  margin-right: 21px;
  letter-spacing: 0.3px;
  text-transform: lowercase;
  display: inline-block;
}
#siteInfoBannerWidget .countdownDays {
  display: inline-block;
  font-family: "BitterItalic";
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.8px;
}

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

.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff #siteInfoBannerWidget {
  display: none !important;
}

.saffireMobileSize.siteInfoBannerWidgetDateIsPast.siteInfoBannerOn #siteInfoBannerWidget {
  padding: 20px;
  justify-content: center;
}

.saffireMobileSize #siteInfoBannerWidget {
  left: auto;
  right: auto !important;
  padding: 5px 20px;
  background: #b01b27;
  color: #fff;
  width: 100%;
  height: 71px;
  padding: 21px 20px 0;
  flex-direction: column;
}
.saffireMobileSize #siteInfoBannerWidget #eventName {
  font-size: 14px;
  color: inherit;
  margin: 0 0 2px;
}
.saffireMobileSize #siteInfoBannerWidget #eventDates {
  font-size: 20px;
  color: inherit;
  order: 2;
  background: none;
}
.saffireMobileSize #siteInfoBannerWidget .countdownDays {
  font-size: 15px;
  color: inherit;
}

body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget #eventDates {
  display: none !important;
}
body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
  font-family: "norwester";
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 817px) {
  body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
    font-size: 16px;
  }
}
body.siteInfoBannerWidgetDateIsPast.noThankYouMessage #siteInfoBannerWidget {
  display: none !important;
}

#hotButtons {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  padding: 0;
}
#hotButtons .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 279px;
}
#hotButtons .card-content {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 83%;
  height: 100%;
}
@media only screen and (max-width: 1130px) {
  #hotButtons .card-content {
    text-align: center;
    width: 100%;
  }
}
#hotButtons .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 26px "norwester", Arial, Verdana, sans-serif;
  color: #fff;
  text-transform: uppercase;
}
#hotButtons .card-widget-description {
  font-size: 15px;
  color: #fff;
  line-height: 18px;
  padding-top: 3px;
  letter-spacing: 0.34px;
}
@media only screen and (max-width: 800px) {
  #hotButtons .card-widget-description {
    padding-top: 2px;
  }
}
#hotButtons .buttonwrap {
  display: none;
}

#infoCards {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  z-index: 2;
  width: 1200px;
  position: absolute;
  left: -1200px;
  right: -1200px;
  margin: 0 auto;
}
#infoCards .card-widget-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 -1px;
  width: 161px;
  height: 160px;
  border: 4px solid #af1b27;
  border-radius: 50%;
}
@media only screen and (max-width: 800px) {
  #infoCards .card-widget-item {
    width: 137px;
    height: 137px;
  }
}
#infoCards .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
}
#infoCards .image-container .card-widget-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 146px;
  height: 143px;
  border-radius: 50%;
  border: 4px solid #fff;
}
@media only screen and (max-width: 800px) {
  #infoCards .image-container .card-widget-image {
    width: 121px;
    height: 121px;
  }
}
#infoCards .card-widget-title {
  position: static;
  display: none;
  width: 100%;
  font: 16px "norwester", Arial, Verdana, sans-serif;
  color: #2E2E2E;
  display: none;
}
#infoCards .card-widget-description {
  font: 16px "BitterRegular", Arial, Verdana, sans-serif;
  color: #2E2E2E;
  padding: 10px;
  display: none;
}
#infoCards .buttonwrap {
  position: absolute;
  bottom: 15px;
}
#infoCards .buttonwrap a {
  margin: 0 5px;
}

.socialNetworks {
  z-index: 8;
  position: fixed;
  right: -80px;
  top: 159px;
  transition: 0.6s ease;
  background: #213b73;
  border-radius: 50px;
  padding: 7px 6px 4px;
}
.york-expo-center .socialNetworks {
  background: #8f0b2e;
}
.socialNetworks img {
  display: block;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
}
.socialNetworks > span, .socialNetworks > a {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  left: 0;
  border: 3px solid #213b73;
  transition: 0.2s;
  margin: 0 0 3px;
  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 #213b73;
  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: #213b73;
  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;
  }
  .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: 14px;
}
@media screen and (max-width: 1230px) {
  .pageIsLoaded .socialNetworks {
    bottom: 0;
    bottom: 5px;
    right: 5px;
  }
}

/* SOCIAL NETWORK PLUGIN */
#socialNetworkWidget {
  height: 448px;
  width: 500px;
  max-width: 98%;
}
@media only screen and (max-width: 1199px) {
  #socialNetworkWidget {
    margin: 0 auto;
    max-width: 99%;
    position: relative;
    right: 1px;
  }
}
#socialNetworkWidget .socialTabContainer {
  background: transparent;
  display: flex;
  padding: 10px 0;
}
#socialNetworkWidget .socialNetworkTab {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  margin: 0 10px;
  width: 40px;
  height: 40px;
}
#socialNetworkWidget .socialNetworkTab .circle {
  fill: rgba(255, 255, 255, 0.7);
  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: 429px;
  width: 491px;
  max-width: 98%;
  padding: 10px 5px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #fff;
}
#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: 90%;
  margin: 0px auto;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 18px;
}
@media only screen and (max-width: 800px) {
  #sponsorWidgetContainer {
    padding: 0;
    max-width: 100%;
  }
}
#sponsorWidgetContainer .sponsorWidgetContainer {
  width: 93%;
  margin: 0px auto;
  padding-top: 60px;
}
@media only screen and (max-width: 800px) {
  #sponsorWidgetContainer .sponsorWidgetContainer {
    width: 100%;
  }
}
#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: 165px;
}
@media only screen and (max-width: 800px) {
  #sponsorWidgetContainer .sponsorCarouselImage img {
    max-width: 100px;
  }
}
#sponsorWidgetContainer #sponsorsTitleContainer {
  width: 100%;
  text-align: center;
  top: 17px;
  left: 0;
  right: 0;
  z-index: 9;
}
#sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  font-family: "norwester";
  font-size: 30px;
  color: #284076;
  text-shadow: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 800px) {
  #sponsorWidgetContainer #sponsorsTitleContainer {
    top: 33px;
  }
}
#sponsorWidgetContainer #sponsorArrowRight {
  width: 13px;
  height: 21px;
  right: 10px;
  top: 57%;
  transform: translateY(-50%);
  background: url(images/sponsor-rightt.png) center/auto no-repeat;
}
@media only screen and (max-width: 800px) {
  #sponsorWidgetContainer #sponsorArrowRight {
    display: none;
  }
}
#sponsorWidgetContainer #sponsorArrowRight span {
  display: none;
}
#sponsorWidgetContainer #sponsorArrowLeft {
  width: 13px;
  height: 21px;
  left: 10px;
  top: 57%;
  transform: translateY(-50%) rotateZ(180deg);
  background: url(images/sponsor-rightt.png) center/auto no-repeat;
}
@media only screen and (max-width: 800px) {
  #sponsorWidgetContainer #sponsorArrowLeft {
    display: none;
  }
}
#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;
}

.sponsorCarouselImageContainer a {
  margin: 0 17px;
}

#videoSection {
  position: relative;
  display: inline-block;
  width: 601px;
  max-width: 100%;
  vertical-align: top;
  float: none;
  overflow: hidden;
}
#videoSection.single-video #arrow-container {
  display: none;
}

#videoWidget {
  box-sizing: border-box;
  position: relative;
  height: 0;
  width: 100%;
  max-width: 720px;
  padding-bottom: 56.3%;
  text-align: center;
}
#videoWidget iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  border: none !important;
  z-index: 1;
}
#videoWidget .video-loading {
  box-sizing: border-box;
  position: relative;
  top: calc(50% - 40px);
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: 10px solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
  border-radius: 100%;
  z-index: 0;
  animation: spin 1s infinite linear;
}
#videoWidget .video-arrow {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  padding: 14px;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 1;
}
#videoWidget .video-arrow.previous {
  left: -25px;
  opacity: 0;
  visibility: hidden;
}
#videoWidget .video-arrow.next {
  right: -25px;
  opacity: 0;
  visibility: hidden;
}
#videoWidget:hover .video-arrow.previous {
  left: 8px;
  opacity: 0.8;
  visibility: visible;
}
#videoWidget:hover .video-arrow.next {
  right: 8px;
  opacity: 0.8;
  visibility: visible;
}
#videoWidget #videoList {
  display: none;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
body.homepage > form {
  visibility: hidden;
}

body.homepage.pageIsLoaded > form {
  visibility: visible;
}

#uc_masterPageWidgets #splashPage {
  display: none;
}

@media only screen and (min-width: 1136px) {
  #splashContainer {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    background: #d3cfc4;
    z-index: 999999;
    text-align: center;
    line-height: 1.5;
    opacity: 1;
    transition: 0.3s;
  }
  #splashContainer:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 465px;
    z-index: 1;
  }
}
@media only screen and (min-width: 1136px) {
  #splashPage {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    background: #d3cfc4;
    z-index: 999999;
    text-align: center;
    line-height: 1.5;
    opacity: 1;
    transition: 0.3s;
  }
  #splashPage .card-widget-item:nth-child(1),
#splashPage .card-widget-item:nth-child(2) {
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 1136px) {
  #splashPage .card-widget-item:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    background-color: #fff;
    z-index: 9;
    background-position: center;
    width: calc(50% + 110px);
    padding-right: 110px;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 220px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 220px) 100%, 0% 100%);
  }
  #splashPage .card-widget-item:nth-child(1):before {
    content: "";
    width: 112%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 220px) 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, calc(100% - 220px) 100%, 0% 100%);
    background: #fff;
    position: absolute;
    background: url(images/splash-bg-left.jpg) no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 1350px) {
  #splashPage .card-widget-item:nth-child(1):before {
    width: 111%;
  }
}
@media only screen and (min-width: 1500px) {
  #splashPage .card-widget-item:nth-child(1):before {
    width: 110%;
  }
}
@media only screen and (min-width: 1700px) {
  #splashPage .card-widget-item:nth-child(1):before {
    width: 109%;
  }
}
@media only screen and (min-width: 1800px) {
  #splashPage .card-widget-item:nth-child(1):before {
    width: 108.3%;
  }
}
#splashPage .card-widget-item:nth-child(1) .card-widget-title {
  display: flex;
}
#splashPage .card-widget-item:nth-child(1) .card-widget-description {
  display: none;
}
@media only screen and (min-width: 1136px) {
  #splashPage .card-widget-item:nth-child(1) .image-container {
    width: 100%;
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 89px 108px 0 0;
  }
}
@media only screen and (min-width: 1136px) {
  #splashPage .card-widget-item:nth-child(2) {
    background-color: #0a2849;
    background: url(images/splash-bg-right.jpg) no-repeat;
    width: 50%;
    width: calc(50% + 110px);
    background-size: cover;
  }
  #splashPage .card-widget-item:nth-child(2) .image-container {
    padding: 89px 0 0 108px;
  }
}
#splashPage .card-widget-item:nth-child(2) .buttonwrap a {
  background: #af1842;
}
#splashPage .card-widget-item:nth-child(2) .buttonwrap a:before, #splashPage .card-widget-item:nth-child(2) .buttonwrap a:after {
  background: #af1842;
}
#splashPage .card-widget-item:nth-child(2) .buttonwrap a:hover {
  background: #c84064;
}
#splashPage .card-widget-item:nth-child(2) .buttonwrap a:hover:before, #splashPage .card-widget-item:nth-child(2) .buttonwrap a:hover:after {
  background: #c84064;
}
#splashPage .image-container {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  min-height: 356px;
  margin: 0 0 12% 0;
}
#splashPage .image-container img {
  max-width: 402px;
}
@media only screen and (max-width: 1136px) {
  #splashPage .image-container img {
    max-width: 249px;
  }
}
#splashPage .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#splashPage .card-widget-title {
  box-sizing: border-box;
  font: 31px/1.2 "norwester";
  text-align: center;
  color: #213b73;
  text-transform: uppercase;
  width: 100%;
  display: none;
  justify-content: center;
}
@media only screen and (max-width: 1135px) {
  #splashPage .card-widget-title {
    font-size: 25px;
  }
}
#splashPage .card-widget-description {
  box-sizing: border-box;
  font: 16px/1.8 "BitterRegular";
  color: #272425;
  text-align: center;
  width: 100%;
  margin: 8px 0 0;
}
@media only screen and (max-width: 1135px) {
  #splashPage .card-widget-description {
    font-size: 15px;
  }
}
#splashPage .buttonwrap {
  position: absolute;
  top: 30px;
}
#splashPage .buttonwrap a {
  font: 20px/1.5 "norwester";
  text-transform: uppercase;
}

@media only screen and (max-width: 1135px) {
  #splashPage {
    display: flex;
    flex-direction: column;
    width: 100vw;
    position: fixed;
    top: 0;
    height: 100vh;
    align-items: flex-end;
    justify-content: flex-end;
    left: 0;
  }
  #splashPage .card-widget-item {
    position: relative;
    display: flex;
    flex-direction: column;
    background-size: cover !important;
    height: calc(50% + 25px);
    top: 0;
    left: 0;
    width: 100%;
    justify-content: center;
  }
  #splashPage .card-widget-item:first-child {
    background: url(images/splash-bg-left.jpg) no-repeat;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 50px));
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 50px));
    padding: 0 0 25px 0;
    position: absolute;
    top: 0;
  }
  #splashPage .card-widget-item:last-child {
    background: url(images/splash-bg-right.jpg) no-repeat;
  }
  #splashPage .image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 86px 20px 30px;
    position: relative;
    min-height: auto;
    justify-content: center;
    margin: 0;
  }
}
.york-expo-center .top-header {
  background: #a8032b;
}
.york-expo-center nav#mainNavigation {
  display: none;
}
.york-expo-center .top-right-content,
.york-expo-center .ticket {
  display: none;
}
.york-expo-center .bottom-header {
  background: #e2dacf;
  padding-bottom: 9px;
}
.york-expo-center a.header-logo {
  background: url(images/sublogo.png) no-repeat;
  top: 55px;
  width: 247px;
  height: 84px;
  left: 0;
}
.york-expo-center .top-header .container {
  max-width: 1200px;
}
.york-expo-center div#weatherBugWidget {
  margin-left: 0;
}
.york-expo-center .header {
  box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.5);
}
.york-expo-center a.backfair {
  margin-left: auto;
  color: #fff;
  display: none;
  background: #8f0b2e;
  position: relative;
  overflow: visible;
  padding: 0px 0;
  margin: 14px 74px;
  font-family: "norwester";
  font-size: 20px;
  text-transform: uppercase;
}
.york-expo-center a.backfair span {
  margin-right: 10px;
  position: relative;
  top: 0px;
  font-size: 15px;
}
.york-expo-center a.backfair {
  display: block;
}
.york-expo-center a.backfair:before {
  content: "";
  width: 38px;
  height: 100%;
  background: #8f0b2e;
  position: absolute;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
  left: -20px;
}
.york-expo-center a.backfair:after {
  content: "";
  content: "";
  width: 20px;
  height: 100%;
  background: #8f0b2e;
  position: absolute;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 46% 50%);
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: bottom right;
  transform: scaleX(-1);
}
.york-expo-center h1.dynamicPageTitle {
  padding-top: 28px;
  color: #8f0b2d;
  padding-bottom: 1px;
  margin-bottom: 0;
  line-height: 1;
}
.york-expo-center h1, .york-expo-center h2, .york-expo-center h3, .york-expo-center h4 {
  color: #aa012a;
}
.york-expo-center ul.starlist.li-disc {
  display: flex;
  padding: 10px 1% 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.york-expo-center li.linkItem {
  padding-left: 0;
  margin: 0 50px 10px 12px;
}
.york-expo-center li.linkItem a {
  box-sizing: border-box;
  line-height: 1;
  text-transform: none;
  border-radius: 0;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "norwester", Arial, Verdana, sans-serif;
  color: #fff !important;
  background: #8f0b2d;
  font-size: 32px;
  text-transform: uppercase;
  position: relative;
  width: 218px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.york-expo-center li.linkItem a:after {
  content: "";
  width: 21px;
  height: 100%;
  background-color: #8f0b2d;
  position: absolute;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 57% 50%);
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: bottom right;
  right: -21px;
  transform: scaleX(-1);
}
.york-expo-center li.linkItem a:before {
  content: "";
  width: 38px;
  height: 100%;
  background: #8f0b2e;
  position: absolute;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 34% 50%);
  left: -20px;
}
.york-expo-center .imageModule-single__wrapper.align-center img {
  width: 100%;
}
.york-expo-center div#MainContent_content_uc_entityModuleContainerDisplay_rptr_rows_rptr_columns_3_rptr_modules_1_pageModule_1233_0_ctl00_0_pnl_textMediaOrientation_0 {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
}
.york-expo-center div#MainContent_content_uc_entityModuleContainerDisplay_rptr_rows_rptr_columns_3_rptr_modules_1_pageModule_1233_0_ctl00_0_pnl_textMediaOrientation_0 .media-container.single-photo {
  margin: 15px 0 !important;
}
.york-expo-center .button,
.york-expo-center .buttonSmall,
.york-expo-center .button:before,
.york-expo-center .button:after {
  background: #8f0b2e;
}
.york-expo-center .button:after {
  height: 99.9%;
}
.york-expo-center #infoCards {
  display: none;
}
.york-expo-center .footer-mid-container {
  background: #780624;
}
.york-expo-center .york-expo-main {
  border-top: 10px solid #ddd9cd;
  padding-top: 25px;
}
.york-expo-center a.york-expo {
  background: url(images/footer-sub-logo.png);
  width: 294px;
  height: 142px;
  position: relative;
  left: 9px;
}
.york-expo-center a.york-expo:before {
  content: "Home of the";
  position: absolute;
  top: -12px;
  color: #213b73;
  font-size: 11px;
  width: 100%;
  left: -9px;
  letter-spacing: 0.5px;
}
.york-expo-center .york-expo-main p,
.york-expo-center a.ticket,
.york-expo-center .mobile-nav-toggle:before {
  display: none;
}
.york-expo-center .footer-mid-container:after {
  background: url(images/footer-york-graphic.png) no-repeat center;
  top: 37%;
  height: 177px;
  background-size: contain;
}
.york-expo-center .footer-mid-container {
  padding: 126px 0 26px;
}
.york-expo-center .footer-mid-container:before {
  display: none;
}
.york-expo-center .dateDisplayBar,
.york-expo-center .dateDisplay {
  background: #8f0b2e;
}
.york-expo-center .footer-mid-container:before {
  display: none;
}

.york-expo-center.saffireMobileSize a.header-logo {
  top: 9px;
  width: 143px;
  height: 76px;
  left: 0;
  background-size: contain;
  margin-left: 21px;
}

body:not(.homepage).york-expo-center {
  background: url(images/subpage-bg.jpg) no-repeat;
  background-size: cover;
}

.york-expo-center.saffireMobileSize a.backfair {
  display: block;
  margin: 14px 28px;
}

.york-expo-center.saffireMobileSize .formContainer .formColumnLeft,
.york-expo-center.saffireMobileSize .formContainer .formColumnMid,
.york-expo-center.saffireMobileSize .formContainer .formColumnRight {
  flex: 1 1 100%;
  margin-bottom: 17px;
}

body:not(.homepage).york-expo-center .content {
  max-width: 1170px;
  margin: 155px auto 60px;
}

.york-expo-center.saffireMobileSize #siteInfoBannerWidget {
  display: none !important;
}

a.backfair {
  display: none;
}

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