@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: "bellfortroughdemo-webfont";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/bellfortroughdemo-webfont.woff2) format("woff2"), url(fonts/bellfortroughdemo-webfont.woff) format("woff");
}
@font-face {
  font-family: "RobotoSlabBold";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/RobotoSlabBold.woff2) format("woff2"), url(fonts/RobotoSlabBold.woff) format("woff");
}
@font-face {
  font-family: "RobotoSlabRegular";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/RobotoSlabRegular.woff2) format("woff2"), url(fonts/RobotoSlabRegular.woff) format("woff");
}
@font-face {
  font-family: "montserrat-bold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/montserrat-bold-webfont.woff2) format("woff2"), url(fonts/montserrat-bold-webfont.woff) format("woff");
}
@font-face {
  font-family: "MontserratMedium";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/MontserratMedium.woff2) format("woff2"), url(fonts/MontserratMedium.woff) format("woff");
}
.saffireMobileSize .header {
  padding: 0;
  font: inherit;
  color: inherit;
}
.saffireMobileSize .headerInnerContent {
  height: auto;
}

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

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

.loginstatus {
  float: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.cartMenuRemoveButton {
  text-decoration: none;
}

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

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

.standAloneDirections {
  color: inherit;
}

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

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

.left.pressDate {
  width: 120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #4C4C4C;
  font: 16px/1.5 "RobotoSlabRegular", Arial, Verdana, sans-serif;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "bellfortroughdemo-webfont", Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #149f66;
  line-height: 1.2;
  margin: 0 0 0.67em 0;
}
.standardMode h1,
.standardMode h2,
.standardMode h3,
.standardMode h4,
.standardMode h5,
.standardMode h6 {
  color: #003A48;
}

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

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

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

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

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: #f36533;
  text-decoration: underline;
}
.standardMode a {
  color: #149f66;
}

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

a:hover {
  text-decoration: none;
}

.modal.ui-dialog-content {
  overflow: hidden;
  height: 243px;
  border-top: 0 !important;
}
.modal.ui-dialog-content .modalBody.saffireMobileSize {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ui-widget-content .modalClose {
  top: -23px !important;
}

.faq hr {
  display: none;
}

.faqQuestion {
  display: flex !important;
  max-width: 100% !important;
  text-decoration: none;
  align-items: center;
  background: #f1f1f1;
  padding: 0;
  color: #4c4c4c !important;
  font-weight: normal;
}
.standardMode .faqQuestion {
  background: #f0f0f0;
}

.faqQuestion:before {
  content: "" !important;
  display: block;
  font-size: 0;
  width: 60px;
  height: 57px;
  background: url(images/faqq-icon.jpg) center no-repeat;
  border-right: 7px solid #fff;
  border-radius: 0;
  font-family: "RalewayBold", Arial, Verdana, sans-serif;
  font-size: 15px;
}
.standardMode .faqQuestion:before {
  background: url(images/faq-icon.png) center no-repeat;
}

.faqAnswer {
  background: #f1f1f1;
  max-width: 93.5%;
  margin-left: AUTO;
  padding: 14px 0px 11px 13px;
}
.standardMode .faqAnswer {
  background: #f0f0f0;
}

.featureLineup-buttons.subContainer {
  box-shadow: none;
  background: none;
}

.featureLineupContainer .subContainer {
  box-shadow: none;
}

.standardMode .featureLineup-social div a {
  color: #058da7;
}

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

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

.wrapper {
  width: 100%;
}

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

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

.homepage.generalMessageOn .content {
  margin-top: 40px;
}
.homepage.saffireMobileSize .content {
  margin-top: 142px;
}

body:not(.homepage).generalMessageOn .content {
  margin-top: 195px;
}
body:not(.homepage).saffireMobileSize .content {
  margin-top: 203px;
}
body:not(.homepage).saffireMobileSize.generalMessageOn .content {
  margin-top: 243px;
}
body:not(.homepage).saffireMobileSize.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff .content {
  margin-top: 164px;
}
body:not(.homepage).saffireMobileSize.generalMessageOn.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff .content {
  margin-top: 204px;
}

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

.dateDisplayBar,
.dateDisplay {
  background: rgba(10, 63, 75, 0.9);
  color: #fff;
}
.standardMode .dateDisplayBar,
.standardMode .dateDisplay {
  background: rgba(5, 141, 167, 0.9);
}
.dateDisplayBar a,
.dateDisplay a {
  color: #fff;
}

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

.orderhistory {
  background: rgba(10, 63, 75, 0.9);
}

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

.alternateRow {
  background: #f0f0f0;
}

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

.header-container .header-top {
  background: #003A48;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
  padding: 0 15px;
}
.standardMode .header-container .header-top {
  background: #058da7;
}
.saffireMobileSize .header-container .header-top {
  padding: 0 0 0 6px;
}
.header-container .header-top .container {
  max-width: 1289px;
  margin: 0px auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
  align-items: center;
  height: 43px;
}
.saffireMobileSize .header-container .header-top .container {
  height: 71px;
}
.header-container .header-top .header-top-right {
  display: flex;
  align-items: center;
}
.header-container .header-bottom {
  padding: 14px 15px 0;
  box-sizing: border-box;
}
.saffireMobileSize .header-container .header-bottom {
  box-shadow: 0px 5px 20px -8px rgba(0, 0, 0, 0.55);
  box-sizing: border-box;
  padding: 0px 15px 0;
}
.saffireMobileSize.standardMode .header-container .header-bottom {
  padding: 0 15px 0;
}
.header-container .header-bottom .container {
  max-width: 1289px;
  margin: 0px auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
  min-height: 55px;
  align-items: center;
}
.saffireMobileSize .header-container .header-bottom .container {
  min-height: 71px;
  display: flex;
  box-sizing: border-box;
}
.saffireMobileSize.standardMode .header-container .header-bottom .container {
  justify-content: center;
  min-height: 70px;
}
@media screen and (max-width: 374px) {
  .saffireMobileSize.standardMode .header-container .header-bottom .container {
    padding: 0 0 0 50px;
  }
}

.tier-two {
  overflow: hidden;
}
.tier-two .tier-two-inner {
  background: url(images/seo-bg.png) center/cover no-repeat;
  padding: 54px 20px 42px;
  box-sizing: border-box;
  position: relative;
}
.tier-two .tier-two-inner:before {
  content: "";
  background: url(images/seo-house-icon.png) no-repeat center/contain;
  width: 380px;
  height: 252px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 50px;
}
@media screen and (max-width: 1399px) {
  .tier-two .tier-two-inner:before {
    width: 340px;
    height: 252px;
  }
}
@media screen and (max-width: 1399px) {
  .tier-two .tier-two-inner:before {
    width: 274px;
    height: 182px;
  }
}
.saffireMobileSize .tier-two .tier-two-inner:before {
  display: none;
}
.standardMode .tier-two .tier-two-inner:before {
  display: none;
}
.saffireLargeSize .tier-two .tier-two-inner {
  border-radius: 0 0 39% 39%/0 0 26% 18%;
  width: 110%;
  left: -5%;
  position: relative;
}
.standardMode .tier-two .tier-two-inner {
  background: url(images/fair-seo-bg.jpg) center/cover no-repeat;
}
.saffireLargeSize.eventsMode .tier-two .tier-two-inner {
  padding: 194px 20px 42px;
}
.saffireLargeSize.standardMode .tier-two .tier-two-inner {
  background-position: top -39px center;
}
.saffireMobileSize .tier-two .tier-two-inner {
  padding: 20px 20px 30px;
}

.tier-three {
  padding: 26px 0 0;
}
.saffireMobileSize .tier-three {
  padding: 30px 0 0;
}

.tier-four {
  overflow: hidden;
}
.tier-four .tier-four-inner {
  background: url(images/subscribe-bg.png) no-repeat bottom center;
  background-size: cover;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 63px 20px 88px;
  margin: 16px 0 0;
  position: relative;
  z-index: 1;
  position: relative;
}
.saffireLargeSize .tier-four .tier-four-inner {
  border-radius: 39% 39% 0 0/26% 18% 0 0;
  width: 110%;
  left: -5%;
}
.standardMode .tier-four .tier-four-inner {
  background: url(images/fairsubscribe.png) no-repeat bottom;
}
.saffireMobileSize.standardMode .tier-four .tier-four-inner {
  padding: 33px 0 42px;
}
@media screen and (max-width: 800px) {
  .tier-four .tier-four-inner {
    margin: 19px 0 0;
    padding: 35px 10px 45px;
    border-bottom: 24px solid #fff;
    box-shadow: none;
  }
}
.tier-four .emailSignup {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 824px;
  padding: 0 0 0 245px;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .tier-four .emailSignup {
    padding: 0;
    max-width: 352px;
  }
}
@media screen and (max-width: 374px) {
  .standardMode .tier-four .emailSignup {
    max-width: 312px;
  }
}
.tier-four .emailSignup:after {
  content: "";
  background: url(images/email-icon.png) no-repeat center/contain;
  width: 221px;
  height: 104px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 800px) {
  .tier-four .emailSignup:after {
    position: static;
    width: 179px;
    height: 85px;
    margin: 10px auto 0;
  }
}
.tier-four .emailSignup .emailSignupText {
  font-family: "bellfortroughdemo-webfont";
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 8px 27px 7px;
  letter-spacing: 0.6px;
  background: #003A48;
  border-radius: 5px;
  margin: 1px 0 10px;
  line-height: 1;
}
.standardMode .tier-four .emailSignup .emailSignupText {
  background: url(images/fair-email-title-bg.png) no-repeat center/contain;
  padding: 10px 30px 9px 34px;
}
@media screen and (max-width: 840px) {
  .tier-four .emailSignup .emailSignupText {
    font-size: 28px;
  }
  .standardMode .tier-four .emailSignup .emailSignupText {
    border-radius: 0;
    letter-spacing: 0.5px;
    font-size: 22.9px;
    padding: 8px 20px 5px;
  }
}
@media screen and (max-width: 374px) {
  .standardMode .tier-four .emailSignup .emailSignupText {
    font-size: 20px;
    padding: 8px 19px 5px;
  }
}
@media screen and (max-width: 800px) {
  .tier-four .emailSignup .emailSignupText {
    font-size: 20px;
    padding: 5px 15px 4px;
    letter-spacing: 0.2px;
    margin: 1px 0 8px;
  }
}
.tier-four .emailSignup .emailInputField {
  width: 100%;
  max-width: 416px;
  margin: 0 11px 0 0;
}
.standardMode .tier-four .emailSignup .emailInputField {
  max-width: 339px;
}
.standardMode.saffireMobileSize .tier-four .emailSignup .emailInputField {
  max-width: 198px;
}
@media screen and (max-width: 374px) {
  .standardMode.saffireMobileSize .tier-four .emailSignup .emailInputField {
    max-width: 176px !important;
  }
}
@media screen and (max-width: 860px) {
  .tier-four .emailSignup .emailInputField {
    max-width: 388px;
  }
}
@media screen and (max-width: 800px) {
  .tier-four .emailSignup .emailInputField {
    max-width: 199px;
    margin: 0 8px 0 0;
  }
}
.tier-four .emailSignup .emailInputField input {
  width: 100%;
  height: 43px;
  background: #fff;
  border-radius: 5px !important;
  font-family: "RobotoSlabRegular";
  font-size: 16px;
  color: #4C4C4C;
  box-sizing: border-box;
  padding: 5px 17px;
}
.tier-four .emailSignup .emailSubmitButton {
  width: 148px;
  height: 44px;
  border-radius: 5px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  letter-spacing: 0.5px;
  padding: 0;
}
@media screen and (max-width: 860px) {
  .tier-four .emailSignup .emailSubmitButton {
    width: 116px;
  }
}
@media screen and (max-width: 800px) {
  .tier-four .emailSignup .emailSubmitButton {
    width: 141px;
  }
}
@media screen and (max-width: 374px) {
  .tier-four .emailSignup .emailSubmitButton {
    width: 124px;
  }
}

.tier-five {
  background: url(images/tierfive.jpg) no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  padding: 17px 10px 59px;
}
.standardMode .tier-five {
  background: url(images/fair-tierfive.jpg) no-repeat center/cover;
}
@media screen and (max-width: 1299px) {
  .tier-five {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 800px) {
  .tier-five {
    padding: 17px 10px 15px;
  }
}

.footer-top {
  background: url(images/footer-bg-curve.png) no-repeat;
  background-size: cover;
  background-position: top center;
  box-sizing: border-box;
  padding: 86px 20px 54px;
}
@media screen and (max-width: 1100px) {
  .footer-top {
    padding: 25px 20px;
    background: url(images/footer-bg.jpg) center/cover no-repeat;
  }
}
.standardMode .footer-top {
  background: url(images/fair-footer-bg-curve.png) no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 1100px) {
  .standardMode .footer-top {
    background: url(images/fair-footer-bg.jpg) no-repeat center/cover;
  }
}
.footer-top .container {
  display: flex;
  align-items: flex-start;
  max-width: 1321px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .footer-top .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.footer-bottom {
  background: #003A48;
  box-sizing: border-box;
  padding: 21px 20px 24px;
}
@media screen and (max-width: 1441px) {
  .footer-bottom {
    padding: 21px 20px 60px;
  }
}
@media screen and (max-width: 1100px) {
  .footer-bottom {
    padding: 20px 20px 19px;
  }
}

.saffireLargeSize .mainfeature-main {
  position: relative;
}
.saffireLargeSize .mainfeature-main .clickdown {
  display: block;
  background: #149f66;
  width: 49px;
  height: 49px;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 50%;
  bottom: 127px;
  margin: 0 auto;
  z-index: 1;
  cursor: pointer;
}
.standardMode .saffireLargeSize .mainfeature-main .clickdown {
  background: #f3bd45;
}
.standardMode .saffireLargeSize .mainfeature-main .clickdown:hover {
  background: #dea627;
}
.saffireLargeSize .mainfeature-main .clickdown:hover {
  background: #097649;
}
.saffireLargeSize .mainfeature-main .clickdown:before {
  position: absolute;
  content: "";
  display: block;
  background: url(images/fair-down-icon.png) no-repeat;
  width: 15px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.standardMode .saffireLargeSize .mainfeature-main .clickdown:before {
  background: url(images/down-arrow.png) no-repeat;
}
.saffireLargeSize .mainfeature-main .clickdown:after {
  position: absolute;
  content: "More";
  left: 0;
  right: 0;
  bottom: -29px;
  margin: 0 auto;
  font-family: "montserrat-bold-webfont";
  color: #fff;
  text-transform: uppercase;
}
.saffireLargeSize.swiperactive.standardMode .clickdown {
  display: none;
}

#imgsearch input.inputFieldTextbox {
  padding: 12px 13px;
}

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #097649;
  font-family: "RobotoSlabRegular", 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;
  position: fixed;
  z-index: 9999999999;
  top: 0;
}
.saffireLargeSize .header:after {
  content: "";
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  height: 125px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  transition: all 0.3s ease !important;
}

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

.saffireMobileSize .header {
  height: auto;
  background: #fff;
  position: fixed;
  top: 0;
}
.saffireMobileSize .headerInnerContent {
  height: auto;
}

.header-logo {
  display: block;
  width: 374px;
  height: 187px;
  background: url(images/fairgrounds_logo2.png) center/contain no-repeat;
  position: absolute;
  left: 5px;
  top: 48px;
  z-index: 1;
  transition: all 0.3s ease !important;
}
.standardMode .header-logo, body:not(.homepage).standardMode .header-logo {
  background: url(images/fair-logo.png) center/contain no-repeat;
  width: 185px;
  height: 228px;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1299px) {
  .header-logo {
    width: 241px;
    height: 134px;
  }
}
.saffireMobileSize .header-logo {
  width: 122px !important;
  height: 70px !important;
  background: url(images/fairgrounds_logo2.png) center/contain no-repeat;
  left: 1px;
  top: 0px;
}
.saffireLargeSize.saffireWindowScrolled .header-logo, body:not(.homepage) .header-logo {
  width: 186px;
  height: 93px;
}
.standardMode.saffireWindowScrolled.saffireLargeSize .header-logo, body:not(.homepage).standardMode.saffireLargeSize .header-logo {
  width: 115px;
  height: 142px;
}
.saffireMobileSize.standardMode .header-logo {
  background: url(images/fair-logo-mobile.png) center/contain no-repeat !important;
  width: 110px !important;
  height: 135px !important;
  left: -2px !important;
}

.ticket {
  background: url(images/ticket.png) no-repeat;
  width: 178px;
  height: 55px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "bellfortroughdemo-webfont";
  letter-spacing: 0.7px;
  position: relative;
  z-index: 1;
}
.standardMode .ticket {
  background: url(images/fair-ticket.png) no-repeat;
  color: #003a48;
}
.ticket:before {
  content: "";
  width: 25px;
  height: 16px;
  display: inline-flex;
  background: url(images/ticket-icon.png) no-repeat;
  margin: 0 8px 0 0;
}
.standardMode .ticket:before {
  background: url(images/fair-ticket-icon.png) no-repeat;
}
.ticket:hover {
  background: url(images/tickethover.png) no-repeat;
  width: 178px;
  height: 55px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "bellfortroughdemo-webfont";
  letter-spacing: 0.7px;
}
.standardMode .ticket:hover {
  background: url(images/fair-tickethover.png) no-repeat;
  color: #003a48;
}

.saffireMobileSize a.ticket {
  background: url(images/ticket-mobile.png) no-repeat;
  width: 122px;
  height: 38px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "bellfortroughdemo-webfont";
  letter-spacing: 0.7px;
}
.saffireMobileSize a.ticket:before {
  content: "";
  width: 17px;
  height: 11px;
  display: inline-flex;
  background: url(images/ticket-icon-mobile.png) no-repeat;
  margin: 2px 6px 0 0;
}
.saffireMobileSize a.ticket:hover {
  background: url(images/ticket-mobilehover.png) no-repeat;
  width: 122px;
  height: 38px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "bellfortroughdemo-webfont";
  letter-spacing: 0.7px;
}
.saffireMobileSize.standardMode a.ticket {
  background: url(images/fair-ticket-mobile.png) no-repeat;
  width: 143px;
  height: 44px;
  display: flex;
  color: #003a48;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  text-transform: uppercase;
  font-family: "bellfortroughdemo-webfont";
  letter-spacing: 0.7px;
}
.saffireMobileSize.standardMode a.ticket:before {
  content: "";
  width: 21px;
  height: 14px;
  background: url(images/fair-ticket-icon-mobile.png) no-repeat;
}
.saffireMobileSize.standardMode a.ticket:hover {
  background: url(images/fair-ticket-mobile-hover.png) no-repeat;
  width: 143px;
  height: 44px;
  display: flex;
  color: #003a48;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  text-transform: uppercase;
  font-family: "bellfortroughdemo-webfont";
  letter-spacing: 0.7px;
}

.header .searchBox:not(.clonedSearchBox) {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-right: 9px;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput {
  order: 2;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
  height: 30px;
  width: 70px;
  padding: 0 3px;
  font-size: 14px;
  font-family: "montserrat-bold-webfont";
  border-radius: 0 !important;
  background: transparent;
  color: #fff;
  text-align: left;
  font-size: 13px;
  text-transform: uppercase;
  width: 70px;
  padding: 0 5px;
  transition: 0.2s;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input:focus {
  width: 170px;
  padding: 0 5px;
  transition: 0.2s;
  background: #2c5259;
}
.standardMode .header .searchBox:not(.clonedSearchBox) .searchBoxInput input:focus {
  background: #0b6b7e;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxSubmit {
  order: 1;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  padding: 0 10px;
  background: transparent;
  border-radius: 0 !important;
  font-size: 14px;
  font-family: "RobotoSlabRegular", Arial, Verdana, sans-serif;
  width: 24px;
  padding: 0;
  font-size: 0;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:before {
  content: "";
  background: url(images/search.png) no-repeat;
  width: 19px;
  height: 18px;
  display: block;
  top: -1px;
  position: relative;
}
.header .searchBox:not(.clonedSearchBox):hover .searchSubmitButton {
  background: transparent;
  color: #149f66;
}
.header .searchBox:not(.clonedSearchBox):hover .searchSubmitButton:before {
  background: url(images/searchhover.png) no-repeat;
}
.header .searchBox:not(.clonedSearchBox):hover .searchBoxInput input {
  width: 170px;
  padding: 0 5px;
  transition: 0.2s;
  color: #149f66;
  background: #2c5259;
}
.standardMode .header .searchBox:not(.clonedSearchBox):hover .searchBoxInput input {
  background: #0b6b7e;
}

.saffireMobileSize .searchBox:not(.clonedSearchBox) {
  display: none !important;
}
.saffireMobileSize #weatherBugWidget {
  display: none !important;
}

.standardMode .searchBox:not(.clonedSearchBox):hover .searchSubmitButton {
  background: transparent;
  color: #f3bd45;
}
.standardMode .searchBox:not(.clonedSearchBox):hover .searchSubmitButton:before {
  background: url(images/fair-searchhover.png) no-repeat;
}
.standardMode .searchBox:not(.clonedSearchBox):hover .searchBoxInput input {
  color: #f3bd45;
}

.saffireMobileSize .header .searchBox:not(.clonedSearchBox) {
  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: inherit;
  margin: 0 9px 0 0px;
}
.saffireLargeSize .viewcart .cartMenuLink {
  display: flex;
  font: 13px "montserrat-bold-webfont";
  color: #fefeff !important;
  line-height: 20px;
}
.saffireLargeSize .viewcart .cartMenuLink:before {
  content: "";
  background: url(images/cart-icon.png) no-repeat;
  width: 22px;
  height: 20px;
  display: block;
  position: relative;
  margin-right: 7px;
  font-family: "FontAwesome";
  font-size: 26px;
  line-height: 1;
  color: inherit;
}
.saffireLargeSize .viewcart:hover .cartMenuLink {
  color: #149f66 !important;
}
.saffireLargeSize .viewcart:hover .cartMenuLink:before {
  background: url(images/cart-iconhover.png) no-repeat;
}
.saffireLargeSize.standardMode .viewcart:hover .cartMenuLink {
  color: #f3bd45 !important;
}
.saffireLargeSize.standardMode .viewcart:hover .cartMenuLink:before {
  background: url(images/fair-cart-iconhover.png) no-repeat;
}

.saffireMobileSize .viewcart {
  display: inline-flex;
  color: inherit;
  margin: 0 0px 0 0px;
}
.saffireMobileSize .viewcart .cartMenuLink {
  display: flex;
  font: 13px "montserrat-bold-webfont";
  color: #fefeff !important;
  line-height: 20px;
}
.saffireMobileSize .viewcart .cartMenuLink:before {
  content: "";
  background: url(images/cart-icon.png) no-repeat;
  width: 22px;
  height: 20px;
  display: block;
  position: relative;
  margin-right: 7px;
  font-family: "FontAwesome";
  font-size: 26px;
  line-height: 1;
  color: inherit;
}
.saffireMobileSize .viewcart:hover .cartMenuLink {
  color: #149f66 !important;
}
.saffireMobileSize .viewcart:hover .cartMenuLink:before {
  background: url(images/cart-iconhover.png) no-repeat;
}

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

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

span.weatherDescriptive {
  display: none;
}

#weatherBugWidget.weatherBugSet #weatherBugDescription {
  font-size: 13px;
  color: #fff;
  font-family: "montserrat-bold-webfont";
}

.standAloneDirections {
  font-size: 13px;
  font-family: "montserrat-bold-webfont";
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  letter-spacing: 0.3px;
  letter-spacing: 0.4px;
  margin: 0 17px 0 0;
}
.saffireMobileSize .standAloneDirections {
  display: none !important;
}
.standAloneDirections:hover {
  color: #149f66;
}
.standAloneDirections:hover:before {
  background: url(images/location-iconhover.png) no-repeat;
}
.standAloneDirections:before {
  content: "";
  width: 15px;
  height: 23px;
  display: inline-block;
  background: url(images/location-icon.png) no-repeat;
  margin: 0 7px 0 0;
}
.standardMode .standAloneDirections {
  color: #fff;
}
.standardMode .standAloneDirections:hover {
  color: #f3bd45;
}
.standardMode .standAloneDirections:hover:before {
  background: url(images/fair-location-iconhover.png) no-repeat;
}

.saffireLargeSize .nav {
  margin: 0 12px 0 0;
}
.saffireLargeSize .nav .groups {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.saffireLargeSize .nav .groups .group {
  display: inline-block;
  flex-shrink: 0;
}
.saffireLargeSize .nav .groups .group[aria-haspopup=true] a {
  border-radius: 10px 10px 0 0;
}
.saffireLargeSize .nav .groups .group:last-child .items,
.saffireLargeSize .nav .groups .group:nth-last-child(2) .items {
  left: auto;
  right: 0;
}
.saffireLargeSize .nav .groups .group:last-child .subitems,
.saffireLargeSize .nav .groups .group:nth-last-child(2) .subitems {
  left: auto;
  right: 100%;
}
.saffireLargeSize .nav .groups .group > a {
  display: inline-block;
  padding: 11px 14px;
  border-radius: 10px;
  letter-spacing: 0.8px;
  background: none;
  font-family: "bellfortroughdemo-webfont", Arial, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}
.saffireLargeSize .nav .groups .group:hover > a {
  color: #fff;
  background: #003A48;
}
.saffireLargeSize .nav .items {
  top: 100%;
  left: 0;
  padding: 20px 0;
  background: #003A48;
  border-radius: 0 10px 10px 10px;
}
.saffireLargeSize .nav .items .item a {
  padding: 5px 15px;
  color: #fff;
  font-family: "RobotoSlabRegular", 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.1);
}
.saffireLargeSize .nav .subitems {
  left: 100%;
  padding: 0;
  background: #003A48;
}

.saffireLargeSize.standardMode .nav .groups .group:hover > a {
  background: #058da7;
}
.saffireLargeSize.standardMode .nav .items {
  background: #058da7;
}

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: repeat-x #fff center;
  color: #fff;
  text-align: left;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer ul.footerItems1 {
  margin: 0 auto;
  font-family: "RobotoSlabRegular";
  font-size: 16px;
  display: flex;
  flex-direction: column;
}
.footer ul.footerItems1 .separator {
  display: none;
}
.footer ul.footerItems1 li {
  font-size: 16px;
  font-family: "RobotoSlabRegular";
  line-height: 1;
  margin: 0 0 8px;
}
@media screen and (max-width: 1100px) {
  .footer ul.footerItems1 li {
    margin: 0 0 2px;
  }
}
.footer ul.footerItems2 {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 1322px;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .footer ul.footerItems2 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer ul.footerItems2 .saffire_logo {
  top: 7px;
  right: 5px;
}
.footer ul.footerItems2 li {
  font-size: 16px;
  font-family: "RobotoSlabRegular";
  line-height: 1.3;
}
.footer ul.footerItems2 li:last-child {
  margin: -15px 0 0;
}
@media screen and (max-width: 1100px) {
  .footer ul.footerItems2 li:last-child {
    margin: 0;
  }
}

.saffireMobileSize .footer a:hover {
  text-decoration: none;
}
.saffireMobileSize .footer ul.footerItems1 {
  max-width: 300px;
  margin-bottom: 6px;
}
.saffireMobileSize .footer .footerSignIn {
  max-width: 300px;
  margin: auto;
}

.mobile-menu-container {
  background-color: #fff;
}
.mobile-menu-container .mobile-menu-header {
  background-color: #003947;
}
.standardMode .mobile-menu-container .mobile-menu-header {
  background-color: #058da7;
}
.mobile-menu-container .close-mobile-menu:before, .mobile-menu-container .close-mobile-menu:after {
  background-color: #fff;
}
.mobile-menu-container .mobile-menu-subheader {
  background: #f6f6f7;
}
.mobile-menu-container .mobile-menu-subheader-btn {
  background-color: #f6f6f7;
}
.standardMode .mobile-menu-container .mobile-menu-subheader-btn {
  color: #058da7;
}
.mobile-menu-container .mobile-menu-subheader-btn a, .mobile-menu-container .mobile-menu-subheader-btn i, .mobile-menu-container .mobile-menu-subheader-btn span {
  color: #003947;
}
.standardMode .mobile-menu-container .mobile-menu-subheader-btn a, .standardMode .mobile-menu-container .mobile-menu-subheader-btn i, .standardMode .mobile-menu-container .mobile-menu-subheader-btn span {
  color: #058da7;
}
.standardMode .mobile-menu-container .mobile-menu-subheader-btn a:hover, .standardMode .mobile-menu-container .mobile-menu-subheader-btn i:hover, .standardMode .mobile-menu-container .mobile-menu-subheader-btn span:hover {
  color: #058da7;
}
.mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
.mobile-menu-container .mobile-menu-subheader-btn:active {
  background-color: #b3b3b3;
}
.mobile-menu-container .mobile-menu-login-links a {
  font-family: "RobotoSlabRegular";
}
.mobile-menu-container .cart-counter {
  font-family: "RobotoSlabRegular";
}
.mobile-menu-container .search-container input {
  font-family: "RobotoSlabRegular";
}
.mobile-menu-container .search-container .search-submit-btn {
  color: #333;
}
.mobile-menu-container .mobile-menu-ticket-btn {
  background-color: #003947;
  font-family: "RobotoSlabRegular";
  color: #fff;
  border-color: #fff;
}
.standardMode .mobile-menu-container .mobile-menu-ticket-btn {
  background-color: #058da7;
}
.mobile-menu-container .mobile-menu-ticket-btn:hover {
  background-color: #001014;
}
.standardMode .mobile-menu-container .mobile-menu-ticket-btn:hover {
  background-color: #046375;
}
.mobile-menu-container .mobile-menu-footer-links a {
  font-family: "RobotoSlabRegular";
  color: #003947;
}
.standardMode .mobile-menu-container .mobile-menu-footer-links a {
  color: #4d4d4d;
}

#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: #003947;
  font-family: "RobotoSlabRegular";
  color: #fff;
}
#mobile-nav a:hover {
  background-color: #001014;
}
.standardMode #mobile-nav a {
  background-color: #058da7;
}
.standardMode #mobile-nav a:hover {
  background-color: #046375;
}
#mobile-nav .has-subitems span {
  background-color: #33616d;
  color: #fff;
}
.standardMode #mobile-nav .has-subitems span {
  background-color: #37a4b9;
}
#mobile-nav .has-subitems span:hover {
  background-color: #23424a;
}

/************************* 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: #f36533;
  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: #4C4C4C;
}
.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: 10px 28px;
  font-size: 14px;
}

.button,
.buttonSmall {
  box-sizing: border-box;
  line-height: 1.75em;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "montserrat-bold-webfont";
  color: #003a48;
  background: #f3bd45;
}
.standardMode .button,
.standardMode .buttonSmall {
  background: #149f66;
  color: #fff;
}

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

.button:hover,
.buttonSmall:hover {
  background: #dea627;
}
.standardMode .button:hover,
.standardMode .buttonSmall:hover {
  background: #097649;
  color: #fff;
}

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

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

#cardWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.eventsMode #cardWidget {
  display: flex;
}
.standardMode #cardWidget {
  display: none;
}
@media screen and (max-width: 979px) {
  #cardWidget {
    padding: 0 5px;
  }
}
#cardWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 24.3%;
  height: 254px;
  margin: 0 5px 10px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1426px) {
  #cardWidget .card-widget-item {
    width: 24.2%;
  }
}
@media screen and (max-width: 1299px) {
  #cardWidget .card-widget-item {
    width: 32.3%;
  }
}
@media screen and (max-width: 979px) {
  #cardWidget .card-widget-item {
    width: 48.4%;
    margin: 0 5px 10px;
  }
}
@media screen and (max-width: 689px) {
  #cardWidget .card-widget-item {
    width: 100%;
    height: 233px;
  }
}
#cardWidget .card-widget-item:hover .card-widget-title {
  background: transparent;
}
#cardWidget .card-widget-item:hover .card-content {
  justify-content: center;
}
#cardWidget .card-widget-item:hover .card-content:before {
  opacity: 1;
}
#cardWidget .card-widget-item:hover .buttonwrap {
  display: block;
}
#cardWidget .card-widget-item:hover:before {
  opacity: 1;
}
#cardWidget .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
#cardWidget .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  position: relative;
}
#cardWidget .card-content:before {
  content: "";
  background: rgba(0, 57, 71, 0.85);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  opacity: 0;
}
#cardWidget .card-widget-title {
  position: relative;
  display: block;
  width: 100%;
  font: 28px "bellfortroughdemo-webfont";
  color: #fff;
  box-sizing: border-box;
  padding: 23px 10px;
  background: rgba(0, 57, 71, 0.85);
}
@media screen and (max-width: 689px) {
  #cardWidget .card-widget-title {
    font-size: 26px;
    padding: 20px 10px;
  }
}
#cardWidget .card-widget-description {
  font: 16px "RobotoSlabRegular", Arial, Verdana, sans-serif;
  color: #4C4C4C;
  padding: 10px;
}
#cardWidget .buttonwrap {
  display: none;
  position: relative;
}
#cardWidget .buttonwrap a {
  margin: 0 5px;
}

#seoWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.eventsMode #seoWidget {
  display: flex;
}
.standardMode #seoWidget {
  display: none;
}
#seoWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
}
#seoWidget .card-content {
  width: 100%;
  height: 100%;
  text-align: center;
}
#seoWidget .card-widget-title {
  position: relative;
  font: 33px "bellfortroughdemo-webfont";
  color: #fff;
  margin: 0 24px 9px;
  letter-spacing: 2.5px;
  background: #149f66;
  box-sizing: border-box;
  padding: 4px 29px 2px;
  border-radius: 5px;
  text-align: center;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  display: inline;
  line-height: 1.1;
}
.saffireMobileSize #seoWidget .card-widget-title {
  font-size: 23px;
  letter-spacing: 1.7px;
  padding: 3px 17px 2px;
  line-height: 1;
  margin: 0;
}
#seoWidget .card-widget-description {
  position: relative;
  width: 100%;
  font: 16px "RobotoSlabRegular", Arial, Verdana, sans-serif;
  color: #4C4C4C;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  padding: 39px 0 0;
}
#seoWidget .card-widget-description:after {
  content: "";
  background: url(images/divider.png) no-repeat center/contain;
  width: 110px;
  height: 6px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 23px;
}
.saffireMobileSize #seoWidget .card-widget-description {
  font-size: 15px;
  line-height: 1.6;
  padding: 28px 0 0;
}
.saffireMobileSize #seoWidget .card-widget-description:after {
  top: 15px;
  width: 83px;
}
#seoWidget .buttonwrap {
  margin: 18px 0 0;
}
.saffireMobileSize #seoWidget .buttonwrap {
  margin: 10px 0 0;
}

#siteInfoBannerWidget {
  box-sizing: border-box;
  position: static;
  display: inline-flex !important;
  height: auto;
  width: auto;
  max-width: 100%;
  margin: auto;
  padding: 0;
  background: transparent;
  font-family: "montserrat-bold-webfont";
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 1;
  z-index: 2;
  min-width: auto;
  align-items: center;
}
.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff #siteInfoBannerWidget {
  display: none !important;
}
#siteInfoBannerWidget:after {
  content: "";
  width: 2px;
  height: 16px;
  background: #f36533;
  display: inline-block;
  margin: 0 18px;
}
#siteInfoBannerWidget #eventDates {
  font-family: "bellfortroughdemo-webfont";
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
}
#siteInfoBannerWidget #eventName {
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 0 10px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  display: inline-block;
}
#siteInfoBannerWidget #eventName:before {
  content: "only ";
}
.siteInfoBannerWidgetDateIsPast.siteInfoBannerOn #siteInfoBannerWidget #eventName:before {
  display: none;
}
#siteInfoBannerWidget .countdownDays {
  display: inline-block;
  font-family: "montserrat-bold-webfont";
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

.saffireMobileSize #siteInfoBannerWidget {
  left: auto;
  right: auto !important;
  padding: 0;
  background: transparent;
  color: #fff;
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin: 0 0 20px;
}
.saffireMobileSize #siteInfoBannerWidget:after {
  display: none;
}
.saffireMobileSize #siteInfoBannerWidget #eventName {
  font-size: 13px;
  color: #003A48;
  margin: 0;
}
.saffireMobileSize #siteInfoBannerWidget #eventDates {
  font-size: 26px;
  color: #003A48;
  margin: 0 0 3px;
}
.saffireMobileSize #siteInfoBannerWidget .countdownDays {
  font-size: 13px;
  color: #003A48;
}

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

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

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

body:not(.homepage).saffireMobileSize #siteInfoBannerWidget {
  padding: 5px;
  margin: 0;
}
body:not(.homepage).saffireMobileSize.saffireWindowScrolled #siteInfoBannerWidget {
  display: none !important;
}
body:not(.homepage).saffireMobileSize.siteInfoBannerWidgetDateIsPast.siteInfoBannerOn #siteInfoBannerWidget {
  padding: 22px 0 21px;
  margin: 0;
}

#seoWidgetFairMode {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.standardMode #seoWidgetFairMode {
  display: flex;
}
.eventsMode #seoWidgetFairMode {
  display: none;
}
#seoWidgetFairMode .card-widget-item {
  box-sizing: border-box;
  display: flex;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
}
#seoWidgetFairMode .card-content {
  width: 100%;
  height: 100%;
  text-align: center;
}
#seoWidgetFairMode .card-widget-title {
  position: relative;
  font: 33px "bellfortroughdemo-webfont";
  color: #003A48;
  margin: 0 24px 9px;
  letter-spacing: 2.5px;
  background: #f3be45;
  box-sizing: border-box;
  padding: 13px 30px 10px;
  -webkit-box-decoration-break: clone;
  line-height: 1.1;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
#seoWidgetFairMode .card-widget-title:before {
  content: "";
  background: url(images/far-ribbon-left.png) no-repeat;
  width: 67px;
  height: 81px;
  position: absolute;
  left: -41px;
  display: block;
  top: 0px;
  background-size: contain;
}
#seoWidgetFairMode .card-widget-title:after {
  content: "";
  background: url(images/fair-ribbon-right.png) no-repeat;
  width: 67px;
  height: 81px;
  display: block;
  position: absolute;
  right: -40px;
  top: 0px;
  background-size: contain;
}
.saffireMobileSize #seoWidgetFairMode .card-widget-title {
  font-size: 18px;
  letter-spacing: 1.2px;
  padding: 9px 2px 7px;
  line-height: 1;
  margin: -6px 0 0;
  z-index: 2;
}
@media screen and (max-width: 374px) {
  .saffireMobileSize #seoWidgetFairMode .card-widget-title {
    font-size: 15px;
    padding: 9px 0px 7px;
  }
}
.saffireMobileSize #seoWidgetFairMode .card-widget-title:before {
  width: 50px;
  height: 45px;
  left: -37px;
  z-index: -1;
}
.saffireMobileSize #seoWidgetFairMode .card-widget-title:after {
  width: 50px;
  height: 45px;
  right: -47px;
  z-index: -1;
}
#seoWidgetFairMode .card-widget-description {
  position: relative;
  width: 100%;
  font: 16px "RobotoSlabRegular", Arial, Verdana, sans-serif;
  color: #4C4C4C;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  padding: 27px 0 0;
}
#seoWidgetFairMode .card-widget-description:after {
  content: "";
  background: url(images/divider.png) no-repeat center/contain;
  width: 110px;
  height: 6px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 12px;
}
.saffireMobileSize #seoWidgetFairMode .card-widget-description {
  font-size: 15px;
  line-height: 1.6;
  padding: 28px 0 0;
}
.saffireMobileSize #seoWidgetFairMode .card-widget-description:after {
  top: 15px;
  width: 83px;
}
#seoWidgetFairMode .buttonwrap {
  margin: 18px 0 0;
}
.saffireMobileSize #seoWidgetFairMode .buttonwrap {
  margin: 10px 0 0;
}

#cardWidgetFairMode {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.standardMode #cardWidgetFairMode {
  display: flex;
}
.eventsMode #cardWidgetFairMode {
  display: none;
}
@media screen and (max-width: 979px) {
  #cardWidgetFairMode {
    padding: 0 5px;
  }
}
#cardWidgetFairMode .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 24.3%;
  height: 254px;
  margin: 0 5px 10px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1426px) {
  #cardWidgetFairMode .card-widget-item {
    width: 24.2%;
  }
}
@media screen and (max-width: 1299px) {
  #cardWidgetFairMode .card-widget-item {
    width: 32.3%;
  }
}
@media screen and (max-width: 979px) {
  #cardWidgetFairMode .card-widget-item {
    width: 48.4%;
    margin: 0 5px 10px;
  }
}
@media screen and (max-width: 689px) {
  #cardWidgetFairMode .card-widget-item {
    width: 100%;
    height: 233px;
  }
}
#cardWidgetFairMode .card-widget-item:hover .card-widget-title {
  background: transparent;
}
#cardWidgetFairMode .card-widget-item:hover .card-content {
  justify-content: center;
}
#cardWidgetFairMode .card-widget-item:hover .card-content:before {
  opacity: 1;
}
#cardWidgetFairMode .card-widget-item:hover .buttonwrap {
  display: block;
}
#cardWidgetFairMode .card-widget-item:hover:before {
  opacity: 1;
}
#cardWidgetFairMode .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
#cardWidgetFairMode .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  position: relative;
}
#cardWidgetFairMode .card-content:before {
  content: "";
  background: rgba(5, 141, 167, 0.85);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  opacity: 0;
}
#cardWidgetFairMode .card-widget-title {
  position: relative;
  display: block;
  width: 100%;
  font: 28px "bellfortroughdemo-webfont";
  color: #fff;
  box-sizing: border-box;
  padding: 23px 10px;
  background: rgba(5, 141, 167, 0.85);
}
@media screen and (max-width: 689px) {
  #cardWidgetFairMode .card-widget-title {
    font-size: 26px;
    padding: 20px 10px;
  }
}
#cardWidgetFairMode .card-widget-description {
  font: 16px "RobotoSlabRegular", Arial, Verdana, sans-serif;
  color: #4C4C4C;
  padding: 10px;
}
#cardWidgetFairMode .buttonwrap {
  display: none;
  position: relative;
}
#cardWidgetFairMode .buttonwrap a {
  margin: 0 5px;
  color: #058da7;
  background: #fff;
}
#cardWidgetFairMode .buttonwrap a:hover {
  background: #dea627;
  color: #003A48;
}

#cardWidgetMapFairMode {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 422px;
  margin: 48px 16px 0;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  background: url(images/map.jpg) no-repeat center/cover;
  height: 482px;
  box-shadow: 0px 5px 20px -8px rgba(0, 0, 0, 0.55);
}
@media screen and (max-width: 800px) {
  #cardWidgetMapFairMode {
    margin: 10px 0 0;
    height: 405px;
  }
}
#cardWidgetMapFairMode .map-main {
  position: absolute;
  max-width: 351px;
  width: 100%;
  height: 160px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  top: 108px;
  text-align: center;
  box-sizing: border-box;
  padding: 15px 40px;
  z-index: 1;
  box-shadow: 0px 5px 20px -8px rgba(0, 0, 0, 0.55);
}
@media screen and (max-width: 800px) {
  #cardWidgetMapFairMode .map-main {
    max-width: 294px;
    height: 134px;
    top: 91px;
    padding: 15px 29px;
  }
}
#cardWidgetMapFairMode .map-main:after {
  content: "";
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 20px solid #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: -19px;
  z-index: 5;
  position: absolute;
}
@media screen and (max-width: 800px) {
  #cardWidgetMapFairMode .map-main:after {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 17px solid #fff;
    bottom: -17px;
  }
}
#cardWidgetMapFairMode .map-main .map-location {
  display: block;
  background: url(images/mapicon.png) no-repeat top/contain;
  position: absolute;
  bottom: -85px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 62px;
  height: 62px;
}
@media screen and (max-width: 800px) {
  #cardWidgetMapFairMode .map-main .map-location {
    width: 52px;
    height: 52px;
    bottom: -72px;
  }
}
#cardWidgetMapFairMode .map-main h2 {
  font-family: "bellfortroughdemo-webfont";
  color: #003A48;
  font-size: 23px;
  line-height: 1;
  margin: 0 0 7px;
}
@media screen and (max-width: 800px) {
  #cardWidgetMapFairMode .map-main h2 {
    font-size: 19px;
    margin: 0 0 4px;
  }
}
#cardWidgetMapFairMode .map-main h2:after {
  content: "";
  background: url(images/divider.png) no-repeat top/contain;
  width: 110px;
  height: 6px;
  display: block;
  margin: 5px auto;
}
@media screen and (max-width: 800px) {
  #cardWidgetMapFairMode .map-main h2:after {
    width: 92px;
    height: 5px;
  }
}
#cardWidgetMapFairMode .map-main p {
  font-size: 16px;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 800px) {
  #cardWidgetMapFairMode .map-main p {
    font-size: 13px;
  }
}
#cardWidgetMapFairMode .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 422px;
  height: 482px;
}
#cardWidgetMapFairMode .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
#cardWidgetMapFairMode .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
}
#cardWidgetMapFairMode .card-widget-title {
  position: relative;
  display: none;
  width: 100%;
  font: 28px "bellfortroughdemo-webfont";
  color: #fff;
  box-sizing: border-box;
  padding: 23px 10px;
  background: rgba(0, 57, 71, 0.85);
}
#cardWidgetMapFairMode .card-widget-description {
  font: 16px "RobotoSlabRegular", Arial, Verdana, sans-serif;
  color: #4C4C4C;
  padding: 10px;
}
#cardWidgetMapFairMode .buttonwrap {
  position: relative;
  margin: 10px 0 0;
}
@media screen and (max-width: 800px) {
  #cardWidgetMapFairMode .buttonwrap {
    margin: 8px 0 0;
  }
}
#cardWidgetMapFairMode .buttonwrap a {
  font-size: 13px;
  padding: 8px 27px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 800px) {
  #cardWidgetMapFairMode .buttonwrap a {
    font-size: 11px;
    padding: 6px 22px;
  }
}

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

#multiScheduleFeature {
  box-sizing: border-box;
  display: flex;
  max-width: 423px;
  width: 100%;
  flex-direction: column;
  position: relative;
  margin: 48px 0 0;
  height: 482px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px;
  box-shadow: 0px 5px 20px -8px rgba(0, 0, 0, 0.55);
}
@media screen and (max-width: 800px) {
  #multiScheduleFeature {
    margin: 12px 0 0;
    padding: 14px 10px;
    height: 405px;
  }
}
#multiScheduleFeature h1 {
  font-size: 32px;
  font-family: "bellfortroughdemo-webfont";
  color: #003A48;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
.standardMode #multiScheduleFeature h1 {
  color: #003A48;
}
@media screen and (max-width: 800px) {
  #multiScheduleFeature h1 {
    font-size: 27px;
  }
}
#multiScheduleFeature h1:after {
  content: "";
  background: url(images/divider.png) no-repeat center/contain;
  width: 110px;
  height: 6px;
  display: inline-block;
  margin: 9px auto 0;
}
@media screen and (max-width: 800px) {
  #multiScheduleFeature h1:after {
    margin: 6px auto 0;
    width: 94px;
  }
}
#multiScheduleFeature .featureItem {
  box-sizing: border-box;
  display: flex;
  color: #fff;
  flex-direction: column;
  box-sizing: border-box;
  padding: 15px 18px 7px;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #multiScheduleFeature .featureItem {
    padding: 8px 18px 6px;
  }
}
@media screen and (max-width: 374px) {
  #multiScheduleFeature .featureItem {
    padding: 8px 10px 6px;
  }
}
#multiScheduleFeature .featureItem:before {
  content: "";
  background: url(images/multi-arrow.png) no-repeat;
  width: 12px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 15px;
}
.standardMode #multiScheduleFeature .featureItem:before {
  background: url(images/fairmultischedule-ribbon.png) no-repeat center/contain;
  width: 21px;
  height: 23px;
}
@media screen and (max-width: 800px) {
  .standardMode #multiScheduleFeature .featureItem:before {
    width: 19px;
    height: 20px;
    right: 15px;
  }
}
#multiScheduleFeature .featureItem:hover {
  background: #149f66;
}
#multiScheduleFeature .featureItem:hover .featureItemTitle {
  color: #fff;
}
#multiScheduleFeature .featureItem:hover .featureItemDate {
  color: #fff;
}
#multiScheduleFeature .featureItem:hover:before {
  filter: brightness(0) invert(1);
}
.standardMode #multiScheduleFeature .featureItem:hover:before {
  filter: inherit;
}
#multiScheduleFeature .featureItemImage {
  display: inline-block;
  width: 100px;
  min-width: 100px;
  height: auto;
  margin-right: 10px;
  text-align: center;
}
#multiScheduleFeature .featureItemImage img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
#multiScheduleFeature .featureItemTitle,
#multiScheduleFeature .featureItemDate,
#multiScheduleFeature .featureItemDescription,
#multiScheduleFeature .button-container {
  display: flex;
}
#multiScheduleFeature .featureItemTitle {
  font-family: "bellfortroughdemo-webfont";
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  padding: 0;
  line-height: 20px;
  color: #003a48;
}
@media screen and (max-width: 800px) {
  #multiScheduleFeature .featureItemTitle {
    font-size: 20px;
  }
}
.standardMode #multiScheduleFeature .featureItemTitle {
  color: #149f66;
}
#multiScheduleFeature .featureItemDate {
  font-family: "RobotoSlabRegular";
  font-weight: 500;
  font-size: 16px;
  color: #4C4C4C;
}
@media screen and (max-width: 800px) {
  #multiScheduleFeature .featureItemDate {
    font-size: 13px;
  }
}
#multiScheduleFeature .featureItemDate span {
  padding: 0 0 0 5px;
}
#multiScheduleFeature .featureItemDate span:first-child {
  padding: 0;
}
#multiScheduleFeature .featureItemDescription {
  font-family: "RobotoSlabRegular", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
  flex-direction: column;
  display: none;
}
#multiScheduleFeature .events-btn-wrap {
  text-align: center;
}
#multiScheduleFeature .all-events-btn {
  box-sizing: border-box;
  line-height: 1;
  text-transform: none;
  border-radius: 5px;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "montserrat-bold-webfont";
  color: #003A48 !important;
  background: #f3bd45;
  width: auto;
  margin: 10px auto;
  text-align: center;
  font-size: 14px;
  width: 236px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 800px) {
  #multiScheduleFeature .all-events-btn {
    width: 198px;
    height: 38px;
    font-size: 12px;
  }
}
.standardMode #multiScheduleFeature .all-events-btn {
  background: #149f66;
  color: #fff !important;
}
#multiScheduleFeature .all-events-btn:hover {
  background: #dea627;
}
.standardMode #multiScheduleFeature .all-events-btn:hover {
  background: #097649;
  color: #fff !important;
}

.socialNetworks {
  z-index: 9999999999;
  position: fixed;
  right: -80px;
  top: 57px;
  transition: 0.6s ease;
  background: rgba(62, 62, 64, 0.4);
  border-radius: 50px;
  padding: 5px 3px;
}
.lightbox-showing .socialNetworks {
  z-index: 8;
}
@media screen and (min-width: 1441px) {
  .generalMessageOn .socialNetworks {
    top: 97px;
  }
}
.socialNetworks img {
  display: block;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
}
.socialNetworks > span, .socialNetworks > a {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  left: 0;
  border: 3px solid rgba(62, 62, 64, 0.4);
  transition: 0.2s;
  border-radius: 50%;
  border: none;
  margin: 3px;
  background-color: transparent;
  border: 3px solid transparent;
}
.socialNetworks > a:hover {
  left: -6px;
  z-index: 2;
  transition: 0.2s;
  left: 0;
  background-color: transparent !important;
  border-color: #149f66;
}
.standardMode .socialNetworks > a:hover {
  border-color: #f3bd45;
}

#musicPlayerLink {
  height: 40px;
  width: 40px;
  float: none;
  margin: 0;
  border: 3px solid rgba(62, 62, 64, 0.4);
  z-index: 2;
  border-radius: 50%;
  border: none;
  padding: 0;
  margin: 3px;
  background-color: transparent;
  background-position: center;
  background-size: cover;
}
#musicPlayerLink #musicPlayerDropdown {
  top: -3px;
  right: 43px;
  padding: 8px 10px;
  background: rgba(62, 62, 64, 0.4);
  border: 1px solid #fff;
  box-shadow: 0 0 4px #fff inset;
  font-size: 0.9em;
  color: #fff;
}
#musicPlayerLink #musicPlayerDropdown a {
  padding-right: 14px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
#musicPlayerLink #musicPlayerDropdown a:hover {
  position: relative;
  padding-left: 14px;
  padding-right: 3px;
}
#musicPlayerLink #musicPlayerDropdown a:hover:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top: 12px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-radius: 58%;
  transform: rotate(-90deg);
}

@media screen and (max-width: 1441px) {
  .socialNetworks {
    top: auto;
    right: 0;
    bottom: -60px;
    border-top: none;
    border-bottom: none;
    padding: 0;
  }
  .socialNetworks img {
    max-width: 40px;
    max-height: 40px;
  }
  .socialNetworks > a, .socialNetworks > #musicPlayerLink {
    max-width: 40px;
    max-height: 40px;
    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;
}

.pageIsLoaded .socialNetworks {
  right: 0;
  right: 10px;
}
@media screen and (max-width: 1441px) {
  .pageIsLoaded .socialNetworks {
    bottom: 0;
    bottom: 5px;
    right: 5px;
  }
}
@media screen and (max-width: 1100px) {
  .pageIsLoaded .socialNetworks {
    position: static;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b3b3b3;
    border-radius: 0;
    height: 61px;
  }
  .pageIsLoaded .socialNetworks a {
    margin: 0 2px;
  }
}

/* SOCIAL NETWORK PLUGIN */
#socialNetworkWidget {
  height: 535px;
  width: 423px;
  max-width: 100%;
}
@media screen and (max-width: 1299px) {
  #socialNetworkWidget {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 800px) {
  #socialNetworkWidget {
    margin: 10px 0 0;
  }
}
.saffireMobileSize.isResponsive #socialNetworkWidget iframe {
  max-width: 100%;
}
#socialNetworkWidget .socialTabContainer {
  background: transparent;
  display: flex;
  padding: 0 0 8px 0;
  justify-content: flex-end;
}
@media screen and (max-width: 800px) {
  #socialNetworkWidget .socialTabContainer {
    padding: 0 0 5px 0;
  }
}
#socialNetworkWidget .socialNetworkTab {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  margin: 0 0 0 8px;
  width: 40px;
  height: 40px;
  opacity: 0.5;
}
@media screen and (max-width: 800px) {
  #socialNetworkWidget .socialNetworkTab {
    width: 34px;
    height: 34px;
  }
}
#socialNetworkWidget .socialNetworkTab:hover {
  fill: #f36533;
  transition: 0.3s;
  opacity: 1;
}
#socialNetworkWidget .socialNetworkTab .circle {
  fill: #f36533;
  transition: 0.3s;
}
.standardMode #socialNetworkWidget .socialNetworkTab .circle {
  fill: #149f66;
}
#socialNetworkWidget .socialNetworkTab.activeTab {
  opacity: 1;
}
#socialNetworkWidget .socialNetworkTab.activeTab .circle {
  fill: #f36533;
}
.standardMode #socialNetworkWidget .socialNetworkTab.activeTab .circle {
  fill: #149f66;
}
#socialNetworkWidget .socialFeedContainer {
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
  width: 423px;
  max-width: 100%;
  padding: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 10px;
  box-shadow: 0px 5px 20px -8px rgba(0, 0, 0, 0.55);
  box-sizing: border-box;
  height: 482px;
}
#socialNetworkWidget #instafeedContainer img {
  width: 45%;
  margin-right: 3%;
  margin-left: 2%;
}
#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: 1293px;
  margin: 31px auto 9px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 5px 68px 0;
}
#sponsorWidgetContainer .homepageh1 {
  display: none;
}
.saffireMobileSize #sponsorWidgetContainer {
  padding: 0;
  margin: 36px 0;
}
#sponsorWidgetContainer .sponsorWidgetContainer {
  padding-top: 0;
  order: 3;
}
#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: 185px;
  max-height: 185px;
}
.saffireMobileSize #sponsorWidgetContainer .sponsorCarouselImage img {
  max-height: 73px;
}
#sponsorWidgetContainer #sponsorsTitleContainer {
  width: 100%;
  text-align: center;
  top: 0;
  position: relative !important;
  order: 3;
}
#sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  font-family: "bellfortroughdemo-webfont";
  font-size: 32px;
  color: #fff;
  text-shadow: none;
  display: inline-block;
  background: #149f66;
  padding: 4px 24px;
  border-radius: 5px;
  letter-spacing: 1.5px;
}
.standardMode #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  background: url(images/fair-sponsor-title-bg.png) no-repeat;
  width: 261px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 auto;
  color: #003A48;
}
#sponsorWidgetContainer #sponsorArrowRight {
  right: 0;
  top: 66%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1299px) {
  #sponsorWidgetContainer #sponsorArrowRight {
    right: 10px;
  }
}
.saffireMobileSize #sponsorWidgetContainer #sponsorArrowRight {
  display: none;
}
#sponsorWidgetContainer #sponsorArrowRight span {
  content: "";
  background: url(images/sponsor-right.png) no-repeat;
  width: 13px;
  height: 22px;
  display: flex;
  border: none;
}
#sponsorWidgetContainer #sponsorArrowRight span:hover {
  background: url(images/sponsor-right-hover.png) no-repeat;
}
#sponsorWidgetContainer #sponsorArrowLeft {
  left: 0;
  top: 66%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1299px) {
  #sponsorWidgetContainer #sponsorArrowLeft {
    left: 10px;
  }
}
.saffireMobileSize #sponsorWidgetContainer #sponsorArrowLeft {
  display: none;
}
#sponsorWidgetContainer #sponsorArrowLeft span {
  content: "";
  background: url(images/sponsor-left.png) no-repeat;
  width: 13px;
  height: 22px;
  display: flex;
  border: none;
}
#sponsorWidgetContainer #sponsorArrowLeft span:hover {
  background: url(images/sponsor-left-hover.png) no-repeat;
}
#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;
}

.majorSponsor {
  justify-content: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0 0 20px;
}
.majorSponsor::before {
  content: "major sponsor";
  font: 34px "RalewayBold", Arial, Verdana, sans-serif;
  color: #1c304f;
  text-transform: capitalize;
  margin: 0 0 17px;
}

.sponsorCarouselImageContainer a {
  margin: 0 30px;
}

.video-section-main #videoSection {
  position: relative;
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  float: none;
  overflow: hidden;
}
.video-section-main #videoSection .video-first {
  display: none;
}
.standardMode.swiper-empty .video-section-main #videoSection .video-first {
  display: block !important;
}
.video-section-main #videoSection.single-video #arrow-container {
  display: none;
}
.video-section-main #videoWidget {
  box-sizing: border-box;
  position: relative;
  height: 0;
  width: 100%;
  max-width: 100%;
  padding-bottom: 49.4%;
  text-align: center;
  border-radius: 6px;
}
.video-section-main #videoWidget iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  border: none !important;
  z-index: 1;
}
.video-section-main #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;
}
.video-section-main #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;
}
.video-section-main #videoWidget .video-arrow.previous {
  left: -25px;
  opacity: 0;
  visibility: hidden;
}
.video-section-main #videoWidget .video-arrow.next {
  right: -25px;
  opacity: 0;
  visibility: hidden;
}
.video-section-main #videoWidget:hover .video-arrow.previous {
  left: 8px;
  opacity: 0.8;
  visibility: visible;
}
.video-section-main #videoWidget:hover .video-arrow.next {
  right: 8px;
  opacity: 0.8;
  visibility: visible;
}
.video-section-main #videoWidget #videoList {
  display: none;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

#cardWidgetFooterSeoFairMode {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 540px;
  margin: 0 auto;
}
@media screen and (max-width: 1250px) {
  #cardWidgetFooterSeoFairMode {
    margin: 0 5px;
  }
}
@media screen and (max-width: 1100px) {
  #cardWidgetFooterSeoFairMode {
    margin: 0;
    max-width: 300px;
  }
}
#cardWidgetFooterSeoFairMode .card-widget-item {
  box-sizing: border-box;
  display: flex;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
}
#cardWidgetFooterSeoFairMode .card-content {
  width: 100%;
  height: 100%;
}
#cardWidgetFooterSeoFairMode .card-widget-title {
  position: relative;
  font: 26px "bellfortroughdemo-webfont";
  color: #fff;
  box-sizing: border-box;
  line-height: 1.1;
  margin: 1px 0 3px;
  width: 100%;
  display: block;
}
#cardWidgetFooterSeoFairMode .card-widget-title:after {
  content: "";
  background: url(images/footer-title-divider.png) no-repeat;
  width: 59px;
  height: 6px;
  display: block;
  margin: 8px 0 0;
}
@media screen and (max-width: 1100px) {
  #cardWidgetFooterSeoFairMode .card-widget-title:after {
    margin: 8px auto 7px;
  }
}
#cardWidgetFooterSeoFairMode .card-widget-description {
  position: relative;
  width: 100%;
  font: 16px "RobotoSlabRegular", Arial, Verdana, sans-serif;
  color: #fff;
  line-height: 1.8;
}
.saffireMobileSize #cardWidgetFooterSeoFairMode .card-widget-description {
  font-size: 16px;
  line-height: 1.7;
}
#cardWidgetFooterSeoFairMode .buttonwrap {
  margin: 18px 0 0;
}
.saffireMobileSize #cardWidgetFooterSeoFairMode .buttonwrap {
  margin: 10px 0 0;
}

.standardMode #cardWidgetFooterSeoFairMode {
  display: flex;
}

.eventsMode #cardWidgetFooterSeoFairMode {
  display: none;
}

#swiperWidget {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: #058da7;
  display: none;
}
.standardMode #swiperWidget {
  display: block;
}
.saffireMobileSize #swiperWidget {
  margin: 0;
}
#swiperWidget .swiper-container-images {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.saffireMobileSize #swiperWidget .swiper-container-images {
  border-radius: 0;
}
#swiperWidget .swiper-container-images .button {
  padding: 7px 17px;
}
#swiperWidget .swiper-container-images .swiper-image-container {
  max-width: 100%;
  height: 56.25vw;
  max-height: 821px;
  background-size: cover;
  background-position: center;
  font-size: 0;
}
.saffireMobileSize #swiperWidget .swiper-container-images .swiper-image-container {
  height: 53.8vw;
}
#swiperWidget .swiper-container-images .swiper-image-container:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 106px;
}
#swiperWidget .swiper-container-content {
  max-width: 1260px;
  margin: 0 auto;
  padding: 5px 0;
}
.saffireMobileSize #swiperWidget .swiper-container-content {
  padding: 5px 0 31px;
}
#swiperWidget .swiper-container-content .swiper-content-container {
  display: flex;
  margin: 0px auto;
  box-sizing: border-box;
  padding: 10px 60px 11px;
  flex-direction: column;
  align-items: center;
}
.saffireMobileSize #swiperWidget .swiper-container-content .swiper-content-container {
  flex-direction: column;
  padding: 19px 25px 0;
}
#swiperWidget .slide-title {
  font-size: 38px;
  font-family: "bellfortroughdemo-webfont";
  display: block;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
.saffireMobileSize #swiperWidget .slide-title {
  font-size: 34px;
  text-align: center;
  line-height: 1;
}
#swiperWidget p {
  display: none;
}
#swiperWidget .swiper-button-next,
#swiperWidget .swiper-button-prev {
  width: 13px;
  height: 22px;
  display: inline-block;
  bottom: 37%;
  top: auto;
}
.saffireMobileSize #swiperWidget .swiper-button-next,
.saffireMobileSize #swiperWidget .swiper-button-prev {
  display: none;
}
#swiperWidget .swiper-button-next {
  background: url(images/slideshow-right.png) no-repeat;
  background-size: contain;
  right: 4px;
}
#swiperWidget .swiper-button-next:hover {
  background: url(images/slideshow-righthover.png) no-repeat;
}
#swiperWidget .swiper-button-prev {
  background: url(images/slideshow-left.png) no-repeat;
  background-size: contain;
  left: 4px;
}
#swiperWidget .swiper-button-prev:hover {
  background: url(images/slideshow-lefthover.png) no-repeat;
}
#swiperWidget .swiper-pagination {
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  margin: 10px 0 0;
}
.saffireMobileSize #swiperWidget .swiper-pagination.desktop-pagination {
  display: none;
}
#swiperWidget .swiper-pagination.mobile-pagination {
  display: none;
}
.saffireMobileSize #swiperWidget .swiper-pagination.mobile-pagination {
  display: block;
}
.saffireMobileSize #swiperWidget .swiper-pagination {
  text-align: center;
  box-sizing: border-box;
  padding: 0;
  bottom: 16px;
  display: block;
  position: static;
  margin: 0 0 4px;
}
#swiperWidget .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #f3bd45;
  opacity: 1;
  margin: 0 6px 0;
  border: 2px solid #f3bd45;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
#swiperWidget .swiper-pagination .swiper-pagination-bullet:hover {
  background: #fff;
}
#swiperWidget .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
#swiperWidget .button-container {
  padding: 5px 0 0;
}
.saffireMobileSize #swiperWidget .button-container {
  margin: 7px auto 7px;
  padding: 0;
}
#swiperWidget .button-container a {
  margin: 1px 4px 0;
  color: #058da7;
  background: #fff;
  padding: 10px 32px;
}
#swiperWidget .button-container a:hover {
  background: #dea627;
  color: #003A48;
}
.saffireMobileSize #swiperWidget .button-container a {
  font-size: 14px;
}

#cardWidgetMap {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 422px;
  margin: 48px 16px 0;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  background: url(images/map.jpg) no-repeat center/cover;
  height: 482px;
  box-shadow: 0px 5px 20px -8px rgba(0, 0, 0, 0.55);
}
@media screen and (max-width: 800px) {
  #cardWidgetMap {
    margin: 10px 0 0;
    height: 405px;
  }
}
#cardWidgetMap .map-main {
  position: absolute;
  max-width: 351px;
  width: 100%;
  height: 160px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  top: 108px;
  text-align: center;
  box-sizing: border-box;
  padding: 15px 40px;
  z-index: 1;
  box-shadow: 0px 5px 20px -8px rgba(0, 0, 0, 0.55);
}
@media screen and (max-width: 800px) {
  #cardWidgetMap .map-main {
    max-width: 294px;
    height: 134px;
    top: 91px;
    padding: 15px 29px;
  }
}
#cardWidgetMap .map-main:after {
  content: "";
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 20px solid #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: -19px;
  z-index: 5;
  position: absolute;
}
@media screen and (max-width: 800px) {
  #cardWidgetMap .map-main:after {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 17px solid #fff;
    bottom: -17px;
  }
}
#cardWidgetMap .map-main .map-location {
  display: block;
  background: url(images/mapicon.png) no-repeat top/contain;
  position: absolute;
  bottom: -85px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 62px;
  height: 62px;
}
@media screen and (max-width: 800px) {
  #cardWidgetMap .map-main .map-location {
    width: 52px;
    height: 52px;
    bottom: -72px;
  }
}
#cardWidgetMap .map-main h2 {
  font-family: "bellfortroughdemo-webfont";
  color: #003A48;
  font-size: 23px;
  line-height: 1;
  margin: 0 0 7px;
}
@media screen and (max-width: 800px) {
  #cardWidgetMap .map-main h2 {
    font-size: 19px;
    margin: 0 0 4px;
  }
}
#cardWidgetMap .map-main h2:after {
  content: "";
  background: url(images/divider.png) no-repeat top/contain;
  width: 110px;
  height: 6px;
  display: block;
  margin: 5px auto;
}
@media screen and (max-width: 800px) {
  #cardWidgetMap .map-main h2:after {
    width: 92px;
    height: 5px;
  }
}
#cardWidgetMap .map-main p {
  font-size: 16px;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 800px) {
  #cardWidgetMap .map-main p {
    font-size: 13px;
  }
}
#cardWidgetMap .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 422px;
  height: 482px;
}
#cardWidgetMap .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
#cardWidgetMap .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
}
#cardWidgetMap .card-widget-title {
  position: relative;
  display: none;
  width: 100%;
  font: 28px "bellfortroughdemo-webfont";
  color: #fff;
  box-sizing: border-box;
  padding: 23px 10px;
  background: rgba(0, 57, 71, 0.85);
}
#cardWidgetMap .card-widget-description {
  font: 16px "RobotoSlabRegular", Arial, Verdana, sans-serif;
  color: #4C4C4C;
  padding: 10px;
}
#cardWidgetMap .buttonwrap {
  position: relative;
  margin: 10px 0 0;
}
@media screen and (max-width: 800px) {
  #cardWidgetMap .buttonwrap {
    margin: 8px 0 0;
  }
}
#cardWidgetMap .buttonwrap a {
  font-size: 13px;
  padding: 8px 27px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 800px) {
  #cardWidgetMap .buttonwrap a {
    font-size: 11px;
    padding: 6px 22px;
  }
}

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

#swiperWidgetSecond {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: #058da7;
}
.standardMode #swiperWidgetSecond {
  display: none;
}
.saffireMobileSize #swiperWidgetSecond {
  margin: 0;
}
#swiperWidgetSecond .swiper-container-images {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.saffireMobileSize #swiperWidgetSecond .swiper-container-images {
  border-radius: 0;
}
#swiperWidgetSecond .swiper-container-images .button {
  padding: 7px 17px;
}
#swiperWidgetSecond .swiper-container-images .swiper-image-container {
  max-width: 100%;
  height: 56.25vw;
  max-height: 821px;
  background-size: cover;
  background-position: center;
  font-size: 0;
}
.saffireMobileSize #swiperWidgetSecond .swiper-container-images .swiper-image-container {
  height: 53.8vw;
}
#swiperWidgetSecond .swiper-container-images .swiper-image-container:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 106px;
}
#swiperWidgetSecond .swiper-container-content {
  max-width: 1260px;
  margin: 0 auto;
  padding: 5px 0;
}
.saffireMobileSize #swiperWidgetSecond .swiper-container-content {
  padding: 5px 0 31px;
}
#swiperWidgetSecond .swiper-container-content .swiper-content-container {
  display: flex;
  margin: 0px auto;
  box-sizing: border-box;
  padding: 10px 60px 11px;
  flex-direction: column;
  align-items: center;
}
.saffireMobileSize #swiperWidgetSecond .swiper-container-content .swiper-content-container {
  flex-direction: column;
  padding: 19px 25px 0;
}
#swiperWidgetSecond .slide-title {
  font-size: 38px;
  font-family: "bellfortroughdemo-webfont";
  display: block;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
.saffireMobileSize #swiperWidgetSecond .slide-title {
  font-size: 34px;
  text-align: center;
  line-height: 1;
}
#swiperWidgetSecond p {
  display: none;
}
#swiperWidgetSecond .swiper-button-next,
#swiperWidgetSecond .swiper-button-prev {
  width: 13px;
  height: 22px;
  display: inline-block;
  bottom: 37%;
  top: auto;
}
.saffireMobileSize #swiperWidgetSecond .swiper-button-next,
.saffireMobileSize #swiperWidgetSecond .swiper-button-prev {
  display: none;
}
#swiperWidgetSecond .swiper-button-next {
  background: url(images/slideshow-right.png) no-repeat;
  background-size: contain;
  right: 4px;
}
#swiperWidgetSecond .swiper-button-next:hover {
  background: url(images/slideshow-righthover.png) no-repeat;
}
#swiperWidgetSecond .swiper-button-prev {
  background: url(images/slideshow-left.png) no-repeat;
  background-size: contain;
  left: 4px;
}
#swiperWidgetSecond .swiper-button-prev:hover {
  background: url(images/slideshow-lefthover.png) no-repeat;
}
#swiperWidgetSecond .swiper-pagination {
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  margin: 10px 0 0;
}
.saffireMobileSize #swiperWidgetSecond .swiper-pagination.desktop-pagination {
  display: none;
}
#swiperWidgetSecond .swiper-pagination.mobile-pagination {
  display: none;
}
.saffireMobileSize #swiperWidgetSecond .swiper-pagination.mobile-pagination {
  display: block;
}
.saffireMobileSize #swiperWidgetSecond .swiper-pagination {
  text-align: center;
  box-sizing: border-box;
  padding: 0;
  bottom: 16px;
  display: block;
  position: static;
  margin: 0 0 4px;
}
#swiperWidgetSecond .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #f3bd45;
  opacity: 1;
  margin: 0 6px 0;
  border: 2px solid #f3bd45;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
#swiperWidgetSecond .swiper-pagination .swiper-pagination-bullet:hover {
  background: #fff;
}
#swiperWidgetSecond .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
#swiperWidgetSecond .button-container {
  padding: 5px 0 0;
}
.saffireMobileSize #swiperWidgetSecond .button-container {
  margin: 7px auto 7px;
  padding: 0;
}
#swiperWidgetSecond .button-container a {
  margin: 1px 4px 0;
  color: #058da7;
  background: #fff;
  padding: 10px 32px;
}
#swiperWidgetSecond .button-container a:hover {
  background: #dea627;
  color: #003A48;
}
.saffireMobileSize #swiperWidgetSecond .button-container a {
  font-size: 14px;
}

#cardWidgetFooterSeo {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 540px;
  margin: 0 auto;
}
@media screen and (max-width: 1250px) {
  #cardWidgetFooterSeo {
    margin: 0 5px;
  }
}
@media screen and (max-width: 1100px) {
  #cardWidgetFooterSeo {
    margin: 0;
    max-width: 320px;
  }
}
#cardWidgetFooterSeo .card-widget-item {
  box-sizing: border-box;
  display: flex;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
}
#cardWidgetFooterSeo .card-content {
  width: 100%;
  height: 100%;
}
#cardWidgetFooterSeo .card-widget-title {
  position: relative;
  font: 26px "bellfortroughdemo-webfont";
  color: #fff;
  box-sizing: border-box;
  line-height: 1.1;
  margin: 1px 0 3px;
  width: 100%;
  display: block;
}
#cardWidgetFooterSeo .card-widget-title:after {
  content: "";
  background: url(images/footer-title-divider.png) no-repeat;
  width: 59px;
  height: 6px;
  display: block;
  margin: 8px 0 0;
}
@media screen and (max-width: 1100px) {
  #cardWidgetFooterSeo .card-widget-title:after {
    margin: 8px auto 7px;
  }
}
#cardWidgetFooterSeo .card-widget-description {
  position: relative;
  width: 100%;
  font: 16px "RobotoSlabRegular", Arial, Verdana, sans-serif;
  color: #fff;
  line-height: 1.8;
}
.saffireMobileSize #cardWidgetFooterSeo .card-widget-description {
  font-size: 16px;
  line-height: 1.7;
}
#cardWidgetFooterSeo .buttonwrap {
  margin: 18px 0 0;
}
.saffireMobileSize #cardWidgetFooterSeo .buttonwrap {
  margin: 10px 0 0;
}

.eventsMode #cardWidgetFooterSeo {
  display: flex;
}

.standardMode #cardWidgetFooterSeo {
  display: none;
}

.videoWidgetSecondWrapper #videoSection {
  position: relative;
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  float: none;
  overflow: hidden;
  display: none;
}
.eventsMode.swiper-second-empty .videoWidgetSecondWrapper #videoSection {
  display: block !important;
}
.videoWidgetSecondWrapper #videoSection.single-video #arrow-container {
  display: none;
}
.videoWidgetSecondWrapper #videoWidget {
  box-sizing: border-box;
  position: relative;
  height: 0;
  width: 100%;
  max-width: 100%;
  padding-bottom: 49.4%;
  text-align: center;
  border-radius: 6px;
}
.videoWidgetSecondWrapper #videoWidget iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  border: none !important;
  z-index: 1;
}
.videoWidgetSecondWrapper #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;
}
.videoWidgetSecondWrapper #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;
}
.videoWidgetSecondWrapper #videoWidget .video-arrow.previous {
  left: -25px;
  opacity: 0;
  visibility: hidden;
}
.videoWidgetSecondWrapper #videoWidget .video-arrow.next {
  right: -25px;
  opacity: 0;
  visibility: hidden;
}
.videoWidgetSecondWrapper #videoWidget:hover .video-arrow.previous {
  left: 8px;
  opacity: 0.8;
  visibility: visible;
}
.videoWidgetSecondWrapper #videoWidget:hover .video-arrow.next {
  right: 8px;
  opacity: 0.8;
  visibility: visible;
}
.videoWidgetSecondWrapper #videoWidget #videoList {
  display: none;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.footer-logo {
  background: url(images/fairgrounds_logo2.png) center/contain no-repeat;
  width: 256px;
  height: 126px;
  display: block;
  margin: 4px 0 0;
}
@media screen and (max-width: 1250px) {
  .footer-logo {
    width: 133px;
    height: 76px;
  }
}
@media screen and (max-width: 1100px) {
  .footer-logo {
    margin: 4px 0 17px;
  }
}
.standardMode .footer-logo {
  background: url(images/fair-footer-logo.png) no-repeat center/contain;
  width: 167px;
  height: 199px;
}
@media screen and (max-width: 1250px) {
  .standardMode .footer-logo {
    width: 133px;
    height: 149px;
  }
}

.footer-top h2 {
  font-size: 26px;
  font-family: "bellfortroughdemo-webfont";
  color: #fff;
  margin: 0 0 10px;
}
.footer-top h2:after {
  content: "";
  background: url(images/footer-title-divider.png) no-repeat;
  width: 59px;
  height: 6px;
  display: block;
  margin: 6px 0 0;
}
@media screen and (max-width: 1100px) {
  .footer-top h2:after {
    margin: 6px auto 0;
  }
}

.footer-info {
  max-width: 218px;
  padding: 0 8px 0 44px;
}
@media screen and (max-width: 1225px) {
  .footer-info {
    padding: 0 8px 0 30px;
  }
}
@media screen and (max-width: 1100px) {
  .footer-info {
    padding: 0;
  }
}
.footer-info ul {
  margin: 0;
  font-size: 16px;
  font-family: "RobotoSlabRegular";
  display: flex;
  flex-direction: column;
}
.footer-info ul li {
  position: relative;
  line-height: 1.2;
  margin: 0 0 16px;
  box-sizing: border-box;
  padding: 0 0 0 24px;
}
@media screen and (max-width: 1100px) {
  .footer-info ul li {
    padding: 0;
    margin: 2px 0 12px;
  }
  .footer-info ul li:before {
    position: static !important;
    margin: 0 auto 3px;
  }
}
.footer-info ul li:first-child:before {
  content: "";
  background: url(images/footer-phone-icon.png) no-repeat;
  width: 11px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}
.footer-info ul li:nth-child(2):before {
  content: "";
  background: url(images/footer-location.png) no-repeat;
  width: 12px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}
.footer-info ul li:nth-child(3):before {
  content: "";
  background: url(images/footer-email.png) no-repeat;
  width: 14px;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}

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