/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/sass/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
/************** LOAD FONTS ******************/
@font-face {
  font-family: "Roboto-Black";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Roboto-Black.woff2) format("woff2"), url(fonts/Roboto-Black.woff) format("woff");
}
@font-face {
  font-family: "Roboto-Bold";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Roboto-Bold.woff2) format("woff2"), url(fonts/Roboto-Bold.woff) format("woff");
}
@font-face {
  font-family: "Roboto-Light";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Roboto-Light.woff2) format("woff2"), url(fonts/Roboto-Light.woff) format("woff");
}
@font-face {
  font-family: "Roboto-Regular";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Roboto-Regular.woff2) format("woff2"), url(fonts/Roboto-Regular.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;
}
.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: none !important;
}

.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: #000;
  font: 17px/1.5 "Roboto-Light";
}

b,
strong {
  font-family: "Roboto-Bold";
}

h1, h2 {
  color: #022b9b;
}

h3, h4, h5, h6 {
  color: #4a824d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto-Black";
  font-weight: normal;
  line-height: 1.25;
  margin: 0.5em 0;
  text-transform: none;
}

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

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

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

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

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

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

a {
  color: #022b9b;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

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

input.textbox,
select.dropdown,
textarea.multi {
  color: #000;
  font: 17px/1.5 "Roboto-Light";
  padding: 2px 6px;
}

.fa {
  color: #000;
}
.fa.fa-print {
  color: #fff;
}

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

.error {
  color: #9b2602;
}

/***************** CONTAINERS **************************/
body {
  background: #fff;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
}
.pageIsLoaded .wrapper {
  opacity: 1;
  transition: 0.3s;
}

body:not(.homepage) .content {
  box-sizing: border-box;
  position: relative;
  max-width: 1400px;
  margin: 180px auto 50px;
  padding: 30px;
  background: #fff;
}

body:not(.homepage).saffireMobileSize .content {
  padding: 15px;
}

.saffireLargeSize.generalMessageOn .content {
  margin-top: 220px;
}

.saffireLargeSize.homepage .content {
  margin-top: 180px;
}

.saffireMobileSize .content {
  margin-top: 120px !important;
}

.saffireMobileSize.siteInfoBannerOn .content {
  margin-top: 190px !important;
}

.saffireMobileSize.siteInfoBannerOn.generalMessageOn .content {
  margin-top: 230px !important;
}

.saffireMobileSize.generalMessageOn .content {
  margin-top: 160px !important;
}

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

.saffireMobileSize .afterContent {
  display: block !important;
}

.subContainer {
  background: #e5e5e5;
  color: #000;
}

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

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

.mapLegend {
  padding: 10px;
}

.orderhistory {
  background: #022b9b;
}

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

.alternateRow {
  background: #e5e5e5;
}

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

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

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

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

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

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

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

.header-top {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  height: 120px;
  padding: 0 30px;
  margin: 0 auto;
}
.saffireMobileSize .header-top {
  height: 60px;
  padding: 0 10px;
}
.header-top .widget-wrapper {
  display: flex;
  align-items: center;
}

.header-bottom {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3f9149;
  width: 100%;
  height: 60px;
  padding: 0 10px;
}

.header-logo {
  display: block;
  width: 348px;
  height: 95px;
  background: url(images/logo.png) center/contain no-repeat;
  image-rendering: -webkit-optimize-contrast;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .header-logo {
    width: 275px;
    height: 79px;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1200px) {
  .header-logo {
    width: 288px;
    height: 83px;
  }
}
.saffireMobileSize .header-logo {
  width: 144px;
  height: 39px;
}

.ticket,
.saffireMobileSize a.ticket {
  display: flex !important;
  align-items: center;
  background: #022b9b;
  font-family: "Roboto-Black";
  text-transform: uppercase;
  color: #fff;
  transition: 0.3s;
}
.ticket:hover,
.saffireMobileSize a.ticket:hover {
  background: #1f4ecc;
  color: #fff;
  transition: 0.3s;
}
.ticket:before,
.saffireMobileSize a.ticket:before {
  content: "";
  display: block;
  background: url(images/ticket.png) center/contain no-repeat;
}

.ticket {
  font-size: 24px;
  padding: 7px 13px;
  margin-left: 20px;
}
.ticket:before {
  width: 39px;
  height: 26px;
  margin-right: 10px;
}

.saffireMobileSize a.ticket {
  font-size: 17px;
  padding: 5px 12px !important;
  margin: 0 auto;
}
.saffireMobileSize a.ticket:before {
  width: 27px;
  height: 18px;
  margin-right: 7px;
}

.header .searchBox:not(.clonedSearchBox) {
  display: inline-flex;
  align-items: center;
  margin: 0 15px;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
  height: 30px;
  width: 170px;
  padding: 0 5px;
  font-size: 15px;
  font-family: "Roboto-Light";
  border-radius: 0 !important;
  width: 0;
  padding: 0;
  transition: 0.2s;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input:focus {
  width: 170px;
  padding: 0 5px;
  border: 1px solid #000;
  transition: 0.2s;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 31px;
  background: transparent;
  border-radius: 0 !important;
  width: 40px;
  padding: 0;
  font-size: 0;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:before {
  content: "";
  display: block;
  width: 30px;
  height: 31px;
  background: url(images/search.png) center/contain no-repeat;
}
.header .searchBox:not(.clonedSearchBox):hover .searchBoxInput input {
  width: 170px;
  padding: 0 5px;
  border: 1px solid #000;
  transition: 0.2s;
}

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

.directions {
  display: block;
  width: 35px;
  height: 31px;
  background: url(images/directions.png) center/contain no-repeat;
  margin: 0 20px;
}
.saffireMobileSize .directions {
  display: none;
}

.viewcart {
  display: none;
}

.mobile-nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 10px;
}
.mobile-nav-toggle:before {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  background: url(images/menu.png) center/contain no-repeat;
}

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

.saffireLargeSize .nav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 1420px;
}
.saffireLargeSize .nav .groups {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.saffireLargeSize .nav .groups .group {
  display: inline-block;
  flex-shrink: 0;
}
.saffireLargeSize .nav .groups .group:last-child .items,
.saffireLargeSize .nav .groups .group:nth-last-child(2) .items {
  left: auto;
  right: 0;
}
.saffireLargeSize .nav .groups .group:last-child .subitems,
.saffireLargeSize .nav .groups .group:nth-last-child(2) .subitems {
  left: auto;
  right: 100%;
}
.saffireLargeSize .nav .groups .group > a {
  display: inline-block;
  padding: 15px 20px;
  background: none;
  font-family: "Roboto-Black", Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.saffireLargeSize .nav .groups .group:hover > a {
  color: #fff;
}
.saffireLargeSize .nav .items {
  top: 100%;
  left: 0;
  padding: 0;
  background: #3f9149;
}
.saffireLargeSize .nav .items .item a {
  padding: 5px 20px;
  color: #fff;
  font-family: "Roboto-Regular";
  font-size: 15px;
}
.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: #3f9149;
}

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: repeat-x #3f9149 center;
  color: #fff;
  text-align: center;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  text-decoration: underline;
}
.footer h2 {
  font-size: 30px;
  color: #fff;
  margin: 0 0 15px;
}
.saffireMobileSize .footer h2 {
  font-size: 24px;
}
.footer ul.footerItems2 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.footer ul.footerItems2 li {
  font-size: 12px;
  line-height: 1;
}
.saffireMobileSize .footer ul.footerItems2 {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.saffireMobileSize .footer ul.footerItems2 li {
  font-size: 10px;
}

.footer-main {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background: url(images/footer-bg.png) center top 120px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .footer-main {
    background: url(images/footer-bg-mobile.png) center top 90px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 15px;
  }
}

.footer-content-wrapper,
.footer-logo-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .footer-content-wrapper,
.footer-logo-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.footer-logo {
  display: block;
  width: 438px;
  height: 120px;
  background: url(images/footer-logo.png) center/contain no-repeat;
  image-rendering: -webkit-optimize-contrast;
  margin: 0 0 30px;
}
@media screen and (max-width: 850px) {
  .footer-logo {
    width: 235px;
    height: 64px;
  }
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1300px) {
  .contact-info {
    align-items: center;
    text-align: center;
  }
}
.contact-info a {
  display: flex;
  align-items: center;
  font-size: 15px;
  text-decoration: none !important;
  padding-bottom: 10px;
  transition: 0.3s;
}
.contact-info a:hover {
  color: #f1ca31;
  transition: 0.3s;
}
.contact-info a:hover:before {
  color: #f1ca31;
  transition: 0.3s;
}
.contact-info a:before {
  font-family: "FontAwesome";
  color: #fff;
  transition: 0.3s;
}

.phone:before {
  content: "\f095";
  margin-right: 11px;
}

.location:before {
  content: "\f041";
  margin: 0 10px 0 3px;
}

.email:before {
  content: "\f0e0";
  margin-right: 9px;
}

.footer-bottom {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  padding: 0 20px 15px;
}
.saffireMobileSize .footer-bottom {
  height: auto;
  padding: 15px 20px 25px;
}

@media screen and (max-width: 1300px) {
  .footer-middle {
    margin: 30px auto;
  }
}

.mobile-menu-container {
  background-color: #fff;
}
.mobile-menu-container .mobile-menu-header {
  position: relative;
  background-color: #fff;
}
.mobile-menu-container .mobile-menu-header:before {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 144px;
  height: 39px;
  background: url(images/logo.png) center/contain no-repeat;
  image-rendering: -webkit-optimize-contrast;
}
.mobile-menu-container .close-mobile-menu:before, .mobile-menu-container .close-mobile-menu:after {
  background-color: #022b9b;
}
.mobile-menu-container .mobile-menu-subheader,
.mobile-menu-container .mobile-menu-subheader-btn {
  background-color: #e5e5e5;
}
.mobile-menu-container .mobile-menu-subheader a, .mobile-menu-container .mobile-menu-subheader i,
.mobile-menu-container .mobile-menu-subheader-btn a,
.mobile-menu-container .mobile-menu-subheader-btn i {
  color: #022b9b;
}
.mobile-menu-container .mobile-menu-cart:hover .cart-counter {
  color: inherit !important;
}
.mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
.mobile-menu-container .mobile-menu-subheader-btn:active {
  background-color: #306d37;
}
.mobile-menu-container .mobile-menu-login-links a {
  font-family: "Roboto-Bold";
}
.mobile-menu-container .cart-counter {
  font-family: "Roboto-Bold";
}
.mobile-menu-container .search-container input[type=text] {
  font-family: "Roboto-Regular";
  -webkit-appearance: none;
  border-radius: 0px;
  height: 50px;
}
.mobile-menu-container .search-container .fa-search {
  color: #022b9b;
}
.mobile-menu-container .mobile-menu-ticket-btn {
  background-color: #4a824d;
  font-family: "Roboto-Bold";
  font-weight: normal;
  color: #fff;
  border-color: #fff;
  padding: 9px 1em;
}
.mobile-menu-container .mobile-menu-footer-links a {
  font-family: "Roboto-Regular";
  color: #022b9b;
}

#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: #4a824d;
  font-family: "Roboto-Bold";
  color: #fff;
}
#mobile-nav a:hover {
  background-color: #3f9149;
}
#mobile-nav .has-subitems span {
  background-color: #3f9149;
  color: #fff;
}
#mobile-nav .has-subitems span:hover {
  background-color: #4a824d;
}

/************************* 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: #022b9b;
  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: #000;
}
.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: -20px !important;
  background: none;
}
.modalClose .modalCloseButton {
  min-width: 40px;
  margin-right: 10px !important;
}
.modalClose .modalCloseButton img {
  display: none;
}
.modalClose .modalCloseButton:before {
  content: "X";
  font-family: sans-serif;
}

#dynamicModal {
  min-height: 235px !important;
}

.getUpdatesPageEmailModule .emailSignup.modalOnly {
  max-width: 100% !important;
  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: 4px 25px;
  font-size: 20px;
}

.button,
.buttonSmall {
  box-sizing: border-box;
  line-height: 1.75em;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Roboto-Black";
  color: #fff !important;
  background: #022b9b;
  transition: 0.3s;
}

a.buttonSmall.button,
.buttonSmall {
  padding: 2px 17px;
  font-size: 14px;
}

.button:hover,
.buttonSmall:hover {
  background: #4a824d;
  transition: 0.3s;
}

a.updateButton.buttonSmall,
a.removeButton.buttonSmall,
a.cartMenuRemoveButton.button.buttonSmall {
  font-size: 14px;
}

.searchMapButton {
  font-size: 14px;
  padding: 4px 18px;
}

.email-signup-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  background: #3f9149;
  padding: 0 60px;
}
@media screen and (max-width: 1050px) {
  .email-signup-container {
    width: 100%;
  }
}
@media screen and (max-width: 1350px) {
  .email-signup-container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1050px) {
  .email-signup-container {
    align-items: center;
    padding: 25px 15px;
  }
}

.header .emailSignup {
  display: none;
}

.homepage .emailSignup {
  margin-top: 25px;
}
.homepage .emailSignup .emailSignupText {
  display: none;
}
.homepage .emailSignup .emailInputField {
  display: flex;
}
.homepage .emailSignup .emailInputField input {
  box-sizing: border-box;
  background-image: none;
  border-radius: 0 !important;
  width: 240px;
  padding: 0 10px;
}
@media screen and (max-width: 500px) {
  .homepage .emailSignup .emailInputField input {
    width: 200px;
  }
}
.homepage .emailSignup .emailSubmitButton {
  border-radius: 0 !important;
}
@media screen and (max-width: 500px) {
  .homepage .emailSignup .emailSubmitButton {
    font-size: 16px;
    padding: 4px 20px;
  }
}
.homepage .emailSignup .emailSubmitButton:hover {
  background: #1f4ecc;
  transition: 0.3s;
}

#emailSignupText {
  box-sizing: border-box;
  position: relative;
  display: flex;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
#emailSignupText .card-widget-item {
  box-sizing: border-box;
  display: flex;
}
#emailSignupText .card-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
}
@media screen and (max-width: 1050px) {
  #emailSignupText .card-content {
    text-align: center;
  }
}
#emailSignupText .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 50px/1 "Roboto-Black";
  text-transform: uppercase;
}
@media screen and (max-width: 1350px) {
  #emailSignupText .card-widget-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1050px) {
  #emailSignupText .card-widget-title {
    font-size: 26px;
  }
}
#emailSignupText .card-widget-description {
  font: 22px/1 "Roboto-Light";
  margin-top: 15px;
}
@media screen and (max-width: 1050px) {
  #emailSignupText .card-widget-description {
    font-size: 16px;
  }
}
#emailSignupText .buttonwrap {
  display: none;
}

#fairButtons {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 0;
}
@media screen and (max-width: 1150px) {
  #fairButtons {
    max-width: 600px;
  }
}
@media screen and (max-width: 1460px) {
  #fairButtons {
    padding: 10px 0;
  }
}
#fairButtons .card-widget-item {
  box-sizing: border-box;
  position: relative;
  display: flex;
  width: 340px;
  height: 75px;
  background: #022b9b;
  text-decoration: none;
  margin: 15px 10px;
  transition: 0.3s;
}
@media screen and (max-width: 1460px) {
  #fairButtons .card-widget-item {
    width: 250px;
    height: 60px;
    margin: 10px;
  }
}
#fairButtons .card-widget-item:hover {
  background: #1f4ecc;
  transition: 0.3s;
}
#fairButtons .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
#fairButtons .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 30px/1 "Roboto-Black";
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 1460px) {
  #fairButtons .card-widget-title {
    font-size: 20px;
  }
}
#fairButtons .card-widget-description,
#fairButtons .buttonwrap {
  display: none;
}

#fairGallery {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.saffireMobileSize #fairGallery {
  margin: 20px auto;
}
#fairGallery .card-widget-item {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex: 1 1 24%;
  height: 330px;
  margin: 4px;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  #fairGallery .card-widget-item {
    height: 225px;
  }
}
.saffireMobileSize #fairGallery .card-widget-item {
  flex: 1 1 49%;
}
@media screen and (max-width: 815px) {
  #fairGallery .card-widget-item {
    margin: 0 4px 4px;
  }
}
#fairGallery .card-widget-item:hover .image-container {
  transform: scale(1.15);
  transition: 0.3s;
}
#fairGallery .card-widget-item:hover .buttonwrap {
  margin-top: 25px;
  transition: 0.3s;
}
#fairGallery .card-widget-item:hover .moreButton {
  font-size: 20px;
  padding: 4px 25px;
  transition: 0.3s;
}
#fairGallery .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  transform: none;
  transition: 0.3s;
}
#fairGallery .card-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
#fairGallery .card-widget-title {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  font: 32px/1 "Roboto-Black";
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.95);
}
@media screen and (max-width: 1400px) {
  #fairGallery .card-widget-title {
    font-size: 28px;
  }
}
#fairGallery .card-widget-description {
  display: none;
}
#fairGallery .buttonwrap {
  margin: 0;
  transition: 0.3s;
}
#fairGallery .moreButton {
  font-size: 0;
  padding: 0;
  transition: 0.3s;
}

#fairSwiper {
  position: relative;
  border-bottom: 35px solid #fff;
  display: none;
}
.fair-theme #fairSwiper {
  display: block;
  opacity: 0;
}
#fairSwiper .swiper-slide {
  position: relative;
}
#fairSwiper .swiper-image-container {
  display: block;
  height: 44.75vw;
  width: 100%;
  background-size: cover;
  background-position: center;
}
#fairSwiper .swiper-content-container {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px 0;
}
.saffireMobileSize #fairSwiper .swiper-content-container {
  padding: 15px 0;
}
#fairSwiper .button-container {
  display: flex;
  justify-content: center;
}
#fairSwiper .button {
  margin: 0 10px;
}
#fairSwiper .swiper-pagination {
  bottom: 115px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
.saffireMobileSize #fairSwiper .swiper-pagination {
  bottom: 85px;
}
#fairSwiper .swiper-pagination-bullet {
  background: #fff;
  width: 16px;
  height: 16px;
  margin: 0 7px;
  opacity: 0.5;
  transition: 0.3s;
}
.saffireMobileSize #fairSwiper .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  margin: 0 2px;
}
#fairSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition: 0.3s;
}

#footerText {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 520px;
  margin: 0;
  padding: 0;
}
#footerText .card-widget-item {
  box-sizing: border-box;
  display: flex;
}
#footerText .card-content {
  display: flex;
  text-align: left;
}
@media screen and (max-width: 1300px) {
  #footerText .card-content {
    text-align: center;
  }
}
#footerText .card-widget-description {
  font: 15px/1.5 "Roboto-Light";
  color: #fff;
}
.saffireMobileSize #footerText .card-widget-description {
  font-size: 13px;
}
#footerText .card-widget-title,
#footerText .buttonwrap {
  display: none;
}

#headerLogos {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
#headerLogos .card-widget-item {
  box-sizing: border-box;
  display: flex;
  margin: 0 20px;
}
.saffireMobileSize #headerLogos .card-widget-item {
  margin: 0 10px;
}
#headerLogos .card-widget-item:hover img {
  transform: scale(1.05);
  transition: 0.3s;
}
#headerLogos .image-container {
  display: flex;
  align-items: center;
}
#headerLogos .image-container img {
  max-width: 100px;
  max-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  transform: none;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  #headerLogos .image-container img {
    max-height: 45px;
  }
}
#headerLogos .card-content {
  display: none;
}

#homepageSwiper {
  position: relative;
  border-bottom: 35px solid #fff;
}
#homepageSwiper .swiper-slide {
  position: relative;
}
#homepageSwiper .swiper-image-container {
  display: block;
  height: 44.75vw;
  width: 100%;
  background-size: cover;
  background-position: center;
}
#homepageSwiper .swiper-content-container {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px 0;
}
.saffireMobileSize #homepageSwiper .swiper-content-container {
  padding: 15px 0;
}
#homepageSwiper .button-container {
  display: flex;
  justify-content: center;
}
#homepageSwiper .button {
  margin: 0 10px;
}
#homepageSwiper .swiper-pagination {
  bottom: 115px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
.saffireMobileSize #homepageSwiper .swiper-pagination {
  bottom: 85px;
}
#homepageSwiper .swiper-pagination-bullet {
  background: #fff;
  width: 16px;
  height: 16px;
  margin: 0 7px;
  opacity: 0.5;
  transition: 0.3s;
}
.saffireMobileSize #homepageSwiper .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  margin: 0 2px;
}
#homepageSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition: 0.3s;
}
#homepageSwiper .swiper-button-prev,
#homepageSwiper .swiper-button-next {
  filter: grayscale(1) brightness(50);
}
.saffireMobileSize #homepageSwiper .swiper-button-prev, .saffireMobileSize #homepageSwiper .swiper-button-next {
  display: none;
}

#imageGallery {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto 45px;
  padding: 0;
}
.saffireMobileSize #imageGallery {
  margin: 0 auto 20px;
}
#imageGallery .card-widget-item {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex: 1 1 24%;
  height: 330px;
  margin: 4px;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  #imageGallery .card-widget-item {
    height: 225px;
  }
}
.saffireMobileSize #imageGallery .card-widget-item {
  flex: 1 1 49%;
}
@media screen and (max-width: 815px) {
  #imageGallery .card-widget-item {
    margin: 0 4px 4px;
  }
}
#imageGallery .card-widget-item:hover .image-container {
  transform: scale(1.15);
  transition: 0.3s;
}
#imageGallery .card-widget-item:hover .buttonwrap {
  margin-top: 25px;
  transition: 0.3s;
}
#imageGallery .card-widget-item:hover .moreButton {
  font-size: 20px;
  padding: 4px 25px;
  transition: 0.3s;
}
#imageGallery .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  transform: none;
  transition: 0.3s;
}
#imageGallery .card-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
#imageGallery .card-widget-title {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  font: 32px/1 "Roboto-Black";
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.95);
}
@media screen and (max-width: 1400px) {
  #imageGallery .card-widget-title {
    font-size: 28px;
  }
}
#imageGallery .card-widget-description {
  display: none;
}
#imageGallery .buttonwrap {
  margin: 0;
  transition: 0.3s;
}
#imageGallery .moreButton {
  font-size: 0;
  padding: 0;
  transition: 0.3s;
}

#multiScheduleFeature {
  display: flex;
  width: 100%;
  max-width: 715px;
  box-sizing: border-box;
  position: relative;
  flex-direction: column;
  padding: 15px 15px 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}
.saffireMobileSize #multiScheduleFeature {
  margin: 0 0 25px;
  padding: 0;
  max-width: 100%;
  box-shadow: none;
}
#multiScheduleFeature .multiFeatureContent {
  position: relative;
  width: 100%;
  padding: 20px 0 0;
}
#multiScheduleFeature .multiFeatureContent:before {
  content: "COMING UP";
  font-size: 30px;
  color: #022b9b;
  font-family: "Roboto-Black";
  margin: 0;
  line-height: 1;
  position: relative;
  top: -20px;
}
.saffireMobileSize #multiScheduleFeature .multiFeatureContent:before {
  top: -15px;
  font-size: 26px;
}
.saffireMobileSize #multiScheduleFeature .multiFeatureContent {
  max-width: 400px;
  margin: 0 auto;
}
#multiScheduleFeature .featureItem {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  transition: 0.3s;
  position: relative;
  margin: 0 0 5px;
  width: 100%;
  height: 85px;
  background: #f0f0f0;
  text-decoration: none;
}
.saffireMobileSize #multiScheduleFeature .featureItem {
  height: 60px;
}
#multiScheduleFeature .featureItem:hover .featureItemTitle {
  background: #d9dff0;
}
#multiScheduleFeature .featureItem .featureItemDescription {
  display: none;
}
#multiScheduleFeature .featureItem .featureItemTitle {
  font-family: "Roboto-Light";
  font-size: 20px;
  order: 2;
  width: 83.3%;
  height: 100%;
  color: #000;
  line-height: 20px;
  flex-wrap: nowrap;
  margin-left: auto;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 25px 10px 20px;
  line-height: 1.25;
}
.saffireMobileSize #multiScheduleFeature .featureItem .featureItemTitle {
  padding: 15px 30px 10px 10px;
  font-size: 14px;
  color: #40403f;
}
#multiScheduleFeature .featureItem .featureItemDate {
  font-family: "Roboto-Black";
  font-size: 30px;
  text-transform: capitalize;
  order: 1;
  color: #fff;
  background: #022b9b;
  text-transform: uppercase;
  height: 100%;
  line-height: 1;
  align-items: center;
  justify-content: flex-start;
  padding-left: 15px;
  display: flex;
  width: 150px;
  border-right: 3px solid #fff;
  box-sizing: border-box;
}
#multiScheduleFeature .featureItem .featureItemDate span {
  margin-left: 10px;
}
.saffireMobileSize #multiScheduleFeature .featureItem .featureItemDate span {
  margin-left: 5px;
}
.saffireMobileSize #multiScheduleFeature .featureItem .featureItemDate {
  max-width: 70px;
  font-size: 14px;
  padding: 0 0 0 10px;
}
#multiScheduleFeature .event-btn-wrap {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
.saffireMobileSize #multiScheduleFeature .all-events-btn {
  font-size: 16px;
  padding: 4px 15px;
}

#seoWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto 36px;
  padding: 0;
}
.saffireMobileSize #seoWidget {
  margin: 0 auto 20px;
}
#seoWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: auto;
  background: #3f9149;
  overflow: hidden;
}
#seoWidget .image-container {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: center/cover no-repeat;
  width: 100%;
  height: 100%;
  padding: 80px 20px;
}
.saffireMobileSize #seoWidget .image-container {
  padding: 30px 20px;
}
#seoWidget .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  color: #fff;
}
#seoWidget .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  max-width: 500px;
  font: 60px/1 "Roboto-Black";
  text-transform: uppercase;
}
.saffireMobileSize #seoWidget .card-widget-title {
  font-size: 24px;
  max-width: 100%;
}
#seoWidget .card-widget-title:after {
  content: "";
  display: block;
  width: 170px;
  height: 5px;
  background: #f1ca31;
  margin: 50px 0;
}
.saffireMobileSize #seoWidget .card-widget-title:after {
  margin: 25px 0;
}
#seoWidget .card-widget-description {
  font: 20px/1.5 "Roboto-Light";
}
.saffireMobileSize #seoWidget .card-widget-description {
  font-size: 14px;
}
#seoWidget .buttonwrap {
  display: none;
}

#singleImage {
  box-sizing: border-box;
  position: relative;
  display: flex;
  width: 50%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1050px) {
  #singleImage {
    width: 100%;
    border: 3px solid #3f9149;
  }
}
#singleImage .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: 295px;
}
.saffireMobileSize #singleImage .card-widget-item {
  height: 36vw;
  min-height: 135px;
  max-height: 295px;
}
#singleImage .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#singleImage .card-content {
  display: none;
}

.socialNetworks {
  position: static;
  display: flex;
  margin-top: 5px;
  background: transparent;
  border-radius: 50px;
  padding: 0;
}
.socialNetworks img {
  display: block;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
}
.socialNetworks > span, .socialNetworks > a {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  left: 0;
  margin-right: 5px;
  border: 3px solid transparent;
  transition: 0.2s;
  border-radius: 50%;
  border: none;
  padding: 3px;
  background-color: transparent;
}
.socialNetworks > a:hover {
  left: -6px;
  z-index: 2;
  transition: 0.2s;
  left: 0;
  background-color: #e5e5e5;
}

.socialNetworks a:hover {
  background-color: #f1ca31;
}

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

/* SOCIAL NETWORK PLUGIN */
#socialNetworkWidget {
  height: 527px;
  width: 510px;
  max-width: 100%;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  padding: 0 10px;
}
@media screen and (max-width: 1325px) {
  #socialNetworkWidget {
    width: 400px;
    margin-top: 25px;
  }
}
.saffireMobileSize #socialNetworkWidget {
  box-shadow: none;
  margin: 0;
}
#socialNetworkWidget .socialTabContainer {
  background: transparent;
  display: flex;
  padding: 10px 5px 5px 0;
  justify-content: flex-end;
  position: relative;
}
#socialNetworkWidget .socialTabContainer:after {
  content: "Follow Us";
  color: #022b9b;
  font: 30px/1 "Roboto-Black";
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  position: absolute;
  left: 5px;
  top: 15px;
}
.saffireMobileSize #socialNetworkWidget .socialTabContainer:after {
  font-size: 26px;
}
#socialNetworkWidget .socialNetworkTab {
  display: inline-block !important;
  text-decoration: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 0 8px;
}
.saffireMobileSize #socialNetworkWidget .socialNetworkTab {
  margin: 0 2px;
}
.saffireMobileSize #socialNetworkWidget .socialNetworkTab:last-of-type {
  margin-right: 0;
}
#socialNetworkWidget .socialNetworkTab .circle {
  fill: rgba(63, 145, 73, 0.3);
  transition: 0.3s;
}
#socialNetworkWidget .socialNetworkTab .circle:hover {
  fill: #3f9149;
  transition: 0.3s;
}
#socialNetworkWidget .activeTab .circle {
  fill: #022b9b;
}
#socialNetworkWidget .socialFeedContainer {
  position: relative;
  top: 5px;
  left: 0;
  background: #fff;
  height: 457px;
  width: 510px;
  max-width: 100%;
  padding: 0;
  overflow: hidden;
  margin: 0 auto;
  justify-content: center;
  width: 100%;
}
#socialNetworkWidget #instafeedContainer img {
  width: 120px;
  height: 120px;
  margin: 0 3px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
@media screen and (max-width: 1325px) {
  #socialNetworkWidget #instafeedContainer img {
    width: 99px;
    height: 99px;
  }
}
@media screen and (max-width: 465px) {
  #socialNetworkWidget #instafeedContainer img {
    width: 48%;
    height: 32%;
  }
}
#socialNetworkWidget #instafeedContainer > a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
#socialNetworkWidget #facebookfeedContainer iframe {
  max-width: 100%;
}

/* Set the container ID*/
/* Size the container*/
/* Size the images*/
/* Format titles*/
/* Format arrows*/
#sponsorWidgetContainer {
  position: relative;
  width: 100%;
  max-width: 1550px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 40px;
}
.saffireMobileSize #sponsorWidgetContainer {
  padding: 0;
}
#sponsorWidgetContainer .sponsorWidgetContainer .sponsor-controls-container:focus-within {
  bottom: 3px;
  opacity: 1;
  transition: 0.2s;
  pointer-events: auto;
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsorCarouselImageContainer {
  animation-play-state: paused;
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:before {
  content: "Resume";
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:after {
  content: "\f04b";
  padding-left: 2px;
}
#sponsorWidgetContainer .sponsorWidgetContainer:hover .sponsor-controls-container {
  bottom: 3px;
  opacity: 1;
  transition: 0.2s;
  pointer-events: auto;
}
#sponsorWidgetContainer .sponsorCarouselImage img {
  max-height: 150px;
  margin: 0 15px;
}
.saffireMobileSize #sponsorWidgetContainer .sponsorCarouselImage img {
  max-height: 75px;
}
#sponsorWidgetContainer #sponsorsTitleContainer {
  width: 100%;
  text-align: center;
  top: 0;
}
#sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  display: none;
}
#sponsorWidgetContainer #sponsorArrowRight, #sponsorWidgetContainer #sponsorArrowLeft {
  top: 50%;
  transform: translateY(-50%);
}
.saffireMobileSize #sponsorWidgetContainer #sponsorArrowRight, .saffireMobileSize #sponsorWidgetContainer #sponsorArrowLeft {
  display: none;
}
#sponsorWidgetContainer #sponsorArrowRight span, #sponsorWidgetContainer #sponsorArrowLeft span {
  border: none;
  width: 22px;
  height: 20px;
}
#sponsorWidgetContainer #sponsorArrowRight {
  right: 0;
}
#sponsorWidgetContainer #sponsorArrowRight span {
  background: url(images/sponsor-right-arrow.png) center/contain no-repeat;
}
#sponsorWidgetContainer #sponsorArrowLeft {
  left: 0;
}
#sponsorWidgetContainer #sponsorArrowLeft span {
  background: url(images/sponsor-left-arrow.png) center/contain 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: #000;
  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: #000;
  text-align: center;
}
#sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn:after {
  content: "\f04c";
  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: #000;
}

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

.sponsors-title {
  font: 30px/1 "Roboto-Black";
  color: #022b9b;
  margin-bottom: 35px;
}
.saffireMobileSize .sponsors-title {
  font-size: 26px;
  margin-bottom: 20px;
}

.sponsors-container {
  box-sizing: border-box;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px 20px;
}
.homepage .sponsors-container, .fair-theme .sponsors-container {
  display: flex !important;
}
.saffireMobileSize .sponsors-container {
  padding: 40px 0;
}

#tourismPartners {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
#tourismPartners .card-widget-item {
  box-sizing: border-box;
  display: flex;
}
#tourismPartners .card-widget-item:first-of-type {
  margin-right: 35px;
}
@media screen and (max-width: 1300px) {
  #tourismPartners .card-widget-item {
    margin: 0 10px !important;
  }
}
#tourismPartners .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
}
#tourismPartners .image-container img {
  max-width: 165px;
  max-height: 105px;
}
.saffireMobileSize #tourismPartners .image-container img {
  max-width: 125px;
  max-height: 75px;
}
#tourismPartners .card-content {
  display: none;
}

#siteInfoBannerWidget {
  box-sizing: border-box;
  position: static;
  display: inline-flex;
  height: 70px;
  width: auto;
  max-width: 100%;
  padding: 5px 12px;
  background: #022b9b;
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: #fff;
  text-align: left;
  line-height: 1;
  z-index: 2;
  margin-left: 20px;
  min-width: auto;
  flex-direction: column;
  justify-content: center;
}
#siteInfoBannerWidget #eventDates {
  font-family: "Roboto-Black";
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 6px;
  text-transform: uppercase;
}
#siteInfoBannerWidget #eventName {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 1420px) {
  #siteInfoBannerWidget #eventName {
    font-size: 12px;
  }
}
#siteInfoBannerWidget .countdownDays {
  display: inline-block;
  font-family: "Roboto-Regular";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 1420px) {
  #siteInfoBannerWidget .countdownDays {
    font-size: 12px;
  }
}

.saffireMobileSize #siteInfoBannerWidget {
  left: auto;
  right: auto !important;
  padding: 5px 12px;
  background: #022b9b;
  color: #fff;
  width: 100%;
  margin: 0;
  text-align: center;
}
.saffireMobileSize #siteInfoBannerWidget #eventName {
  font-size: 14px;
  color: inherit;
}
.saffireMobileSize #siteInfoBannerWidget #eventDates {
  font-size: 18px;
  color: inherit;
}
.saffireMobileSize #siteInfoBannerWidget .countdownDays {
  font-size: 14px;
  color: inherit;
}

body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
  font-family: "Roboto-Black";
  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;
}

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

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

*:focus {
  outline: none;
}

.mercuryViewName {
  background: rgba(255, 255, 255, 0.5);
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.faqQuestion {
  box-sizing: border-box;
  width: 100%;
  max-width: 100% !important;
  background: #e5e5e5;
  padding: 15px 20px 15px 0;
  color: #000;
}
@media screen and (max-width: 600px) {
  .faqQuestion {
    padding-left: 20px;
  }
}
.faqQuestion:before {
  content: "\f067" !important;
  font-size: 15px;
  color: #fff;
  background: #3f9149;
  padding: 20px 24px;
}
@media screen and (max-width: 600px) {
  .faqQuestion:before {
    color: #3f9149;
    background: transparent;
    padding: 0 20px 0 0;
  }
}

.faqAnswer {
  background: #fff;
  padding: 20px;
  margin-left: 60px;
  color: #000;
}

.faqSection {
  width: 100%;
  max-width: 1200px;
}
.faqSection .bold {
  font-weight: normal;
}

.FAQModule hr {
  display: none;
}

.featureLineupContainer .subContainer {
  position: relative;
  box-shadow: none;
  background: #f0f0f0;
}
.featureLineupContainer .subContainer a {
  font-family: "Roboto-Light";
}

.featureLineupContainer .featureLineup-buttons.subContainer {
  background: #fff;
}

.featureLineup-headline {
  box-sizing: border-box;
  top: auto;
  bottom: 59px;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  font: 15px/1 "Roboto-Black";
  color: #fff;
  background: rgba(2, 43, 155, 0.9);
  width: 283px;
  padding: 10px;
}

.featureLineupContainer:hover .featureLineup-text {
  padding-bottom: 40px;
}

.featureLineupContainer .featureLineup-buttons.subContainer {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  width: 100%;
  height: 100%;
}

.featureLineup-more {
  position: relative;
  top: -14px;
  right: auto;
}

.featureLineup-social a {
  font-family: "FontAwesome" !important;
  color: #3f9149;
  transition: 0.3s;
}
.featureLineup-social a:hover {
  color: #4a824d;
  transition: 0.3s;
}

.tier-four, .tier-five {
  box-sizing: border-box;
  display: flex;
  width: 100%;
}

.tier-four {
  justify-content: center;
  padding: 0 20px 60px;
}
.saffireMobileSize .tier-four {
  padding: 0 10px 10px;
}
.tier-four .widget-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
}
@media screen and (max-width: 1325px) {
  .tier-four .widget-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.tier-five {
  position: relative;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.4);
  margin: 0 0 30px;
}
.saffireMobileSize .tier-five {
  margin: 0;
  box-shadow: none;
}
@media screen and (max-width: 1050px) {
  .tier-five {
    flex-direction: column;
  }
}

.fair-theme .content {
  max-width: 100% !important;
  padding: 0 !important;
}
.fair-theme .entityContainerColumn {
  padding: 0;
}
.fair-theme .modulePageTextMedia {
  padding: 0 50px;
}

.saffireMobileSize.fair-theme .modulePageTextMedia {
  padding: 0 15px;
}

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