@charset "UTF-8";
/************** LOAD FONTS ******************/
@font-face {
  font-family: "Libre-Baskerville";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Libre-Baskerville.woff2) format("woff2"), url(fonts/Libre-Baskerville.woff) format("woff");
}
@font-face {
  font-family: "Montserrat-Black";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Montserrat-Black.woff2) format("woff2"), url(fonts/Montserrat-Black.woff) format("woff");
}
@font-face {
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Montserrat-Bold.woff2) format("woff2"), url(fonts/Montserrat-Bold.woff) format("woff");
}
@font-face {
  font-family: "Montserrat-Light";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Montserrat-Light.woff2) format("woff2"), url(fonts/Montserrat-Light.woff) format("woff");
}
@font-face {
  font-family: "Montserrat-Medium";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Montserrat-Medium.woff2) format("woff2"), url(fonts/Montserrat-Medium.woff) format("woff");
}
@font-face {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Montserrat-Regular.woff2) format("woff2"), url(fonts/Montserrat-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;
  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;
}

*:focus {
  outline: none;
}

body {
  color: #333;
  font: 15px/1.5 "Montserrat-Light";
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Libre-Baskerville";
  font-weight: normal;
  color: #3A2610;
  line-height: 1.2;
  margin: 0 0 0.67em 0;
  text-transform: none;
}

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

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

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

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

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

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

.subContainer {
  font-size: 13px;
}
.subContainer h1 {
  font-size: 30px;
}
.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: #093e6b;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

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

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

input, select, textarea {
  padding: 5px;
}

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

.small.bc {
  font-size: 11px;
}

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

.wrapper {
  width: 100%;
  overflow: hidden;
}

body:not(.homepage) .content {
  box-sizing: border-box;
  position: relative;
  max-width: 1200px;
  margin: 145px auto 80px;
  padding: 30px;
  background: #fff;
  border-radius: 7px;
  min-height: 450px !important;
}

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

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

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

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

.subContainer {
  background: #f0f0f0;
  color: #333;
}
.subContainer a,
.subContainer h1, .subContainer h2, .subContainer h3 {
  color: #333;
}
.subContainer .error {
  color: #000;
}

.dateDisplayBar,
.dateDisplay {
  background: #1277bb;
  color: #fff;
}
.dateDisplayBar a,
.dateDisplay a {
  color: #fff;
}

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

.orderhistory {
  background: #1277bb;
}

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

.alternateRow {
  background: #f0f0f0;
}

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

.tier-one, .tier-two,
.tier-three, .widget-wrapper {
  display: flex;
  width: 100%;
}

.tier-one {
  position: relative;
  padding: 100px 0 70px;
  flex-direction: column;
  align-items: center;
}
.saffireMobileSize .tier-one {
  padding-bottom: 45px;
}

.tier-two {
  justify-content: center;
  background: url(images/middle-bg.png) center/cover no-repeat;
  padding: 120px 0;
}
.saffireMobileSize .tier-two {
  padding: 30px 0 80px;
}
@media screen and (max-width: 1300px) {
  .tier-two {
    flex-direction: column;
    align-items: center;
  }
}

.widget-wrapper {
  box-sizing: border-box;
  flex-direction: column;
  max-width: 550px;
}

.tier-three {
  position: relative;
  flex-direction: column;
  background: #fff;
  padding: 95px 0;
}
.tier-three:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  -webkit-clip-path: ellipse(55% 100% at 50% 100%);
          clip-path: ellipse(55% 100% at 50% 100%);
  background: #fff;
  width: 100%;
  height: 25px;
  z-index: 99;
}
.saffireMobileSize .tier-three {
  padding: 30px 0;
}

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #ce5a37;
  font-family: "Montserrat-Medium";
  font-size: 15px;
  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: 13px;
  line-height: 1.2;
  transition: 0.3s;
}
@media screen and (max-width: 500px) {
  .saffireMobileSize .generalmessage {
    font-size: 11px;
  }
}

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

.header, .saffireMobileSize .header {
  position: fixed;
  top: 0;
  z-index: 99999999999;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.headerInnerContent {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 120px;
  background: url(images/header-bg.png) center/cover no-repeat;
}
.saffireMobileSize .headerInnerContent {
  display: flex;
  align-items: center;
  height: 64px;
  background-image: url(images/header-bg-mobile.png);
  background-repeat: repeat;
}

.header-main {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1230px;
  height: auto;
  padding: 0 15px;
  margin: 0 auto;
}
.saffireMobileSize .header-main {
  padding: 0;
}

.header-left, .header-right {
  display: flex;
}

.header-right {
  height: auto;
  max-height: 71px;
}

.header-logo {
  display: block;
  width: 265px;
  height: 180px;
  background: url(images/logo.png) center/contain no-repeat;
  margin-right: 20px;
  transition: 0.3s;
}
.saffireWindowScrolled .header-logo, body:not(.homepage) .header-logo {
  width: 185px;
  height: 125px;
  transition: 0.3s;
}
.saffireMobileSize .header-logo {
  position: absolute;
  top: 0;
  left: 5px;
  width: 123px !important;
  height: 80px !important;
  margin: 0;
}

.ticket, .ticket:hover {
  display: flex;
  height: 71px;
  width: 75px;
  background: url(images/tickets.png) center top no-repeat;
  font-size: 0;
  padding: 0;
  border-radius: 0 !important;
  transition: 0.3s;
}

.ticket:hover {
  background-color: #1277bb;
  transition: 0.3s;
}

.saffireMobileSize a.ticket {
  display: none;
}

.header .searchBox:not(.clonedSearchBox) {
  position: relative;
  display: flex;
  margin-right: 15px;
  z-index: 999999;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
  position: absolute;
  top: 17px;
  right: 75px;
  height: 30px;
  width: 200px;
  padding: 0 5px;
  font-size: 13px;
  font-family: "Montserrat-Light";
  border-radius: 0 !important;
  width: 0;
  padding: 0;
  transition: 0.2s;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input:focus {
  width: 200px;
  padding: 0 5px;
  transition: 0.2s;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 71px;
  width: 75px;
  background: url(images/search.png) center top no-repeat;
  font-size: 0;
  padding: 0;
  border-radius: 0 !important;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover {
  background-color: #1277bb;
}
.header .searchBox:not(.clonedSearchBox):hover .searchBoxInput input {
  width: 200px;
  padding: 0 5px;
  transition: 0.2s;
}

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

.saffireLargeSize .viewcart {
  display: inline-flex;
  color: #fff;
  margin: 15px 0 0 20px;
}
.saffireLargeSize .viewcart .cartMenuLink {
  display: inline-block;
  color: #fff;
}
.saffireLargeSize .viewcart .cartMenuLink:before {
  content: "";
  position: relative;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 26px;
  line-height: 1;
  color: #fff;
}

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

.mobile-nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  vertical-align: top;
}
.mobile-nav-toggle:before {
  content: "";
  position: relative;
  top: 2px;
  font-family: "FontAwesome";
  font-size: 28px;
  line-height: 1;
  color: #fff;
}
.mobile-nav-toggle:hover {
  cursor: pointer;
}

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

.saffireLargeSize .nav {
  margin-top: 5px;
}
.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;
  border-radius: 5px 0 5px 5px;
}
.saffireLargeSize .nav .groups .group:last-child .items .item:nth-child(2):hover,
.saffireLargeSize .nav .groups .group:nth-last-child(2) .items .item:nth-child(2):hover {
  border-radius: 5px 0 0 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;
  border-radius: 5px 5px 0 0;
  background: none;
  font-family: "Montserrat-Black", Arial, Verdana, sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 1150px) {
  .saffireLargeSize .nav .groups .group > a {
    padding: 20px 10px;
  }
}
.saffireLargeSize .nav .groups .group:hover > a {
  color: #fff;
  background: #1277bb;
}
.saffireLargeSize .nav .items {
  top: 100%;
  left: 0;
  padding: 0;
  background: #1277bb;
  border-radius: 0 5px 5px 5px;
}
.saffireLargeSize .nav .items .item a {
  padding: 5px 20px;
  color: #fff;
  font-family: "Montserrat-Light";
}
@media screen and (max-width: 1150px) {
  .saffireLargeSize .nav .items .item a {
    padding: 5px 10px;
  }
}
.saffireLargeSize .nav .items .item a:hover {
  color: #fff;
}
.saffireLargeSize .nav .item {
  width: 200px;
  line-height: 1.4;
}
.saffireLargeSize .nav .item:hover {
  background: #4188C0;
}
.saffireLargeSize .nav .subitems {
  left: 100%;
  padding: 0;
  background: #1277bb;
}

.item:nth-child(2):hover,
.item:nth-child(2):hover {
  border-radius: 0 5px 0 0;
}

.item:last-child:hover {
  border-radius: 0 0 5px 5px;
}

.item[aria-haspopup=true] {
  border-radius: 0 !important;
}

.subitems {
  border-radius: 0 5px 5px 0;
}

/*********************** FOOTER **************************/
body:not(.homepage) .footer {
  background-color: transparent;
}

.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 155px 0 0;
  background: #fff;
  color: #3A2610;
  font: 13px "Montserrat-Light";
  text-align: left;
}
.footer a {
  color: #3A2610;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .footer-main {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: url(images/footer-bg.png) center no-repeat;
  background-size: cover;
  padding: 20px 75px 0;
  height: 275px;
}
@media screen and (max-width: 1400px) {
  .footer .footer-main {
    padding: 20px 30px 0;
  }
}
.saffireMobileSize .footer .footer-main {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 50px;
  background-size: contain;
  background-position: center bottom;
  background-color: #cbb07d;
}
.footer .footer-main:before {
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  background: url(images/scarab.png) center/contain no-repeat;
  width: 522px;
  height: 298px;
  z-index: 8;
}
.footer .container, .footer .footer-center, .footer .emailSignup {
  z-index: 9;
}
.footer .container {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.saffireMobileSize .footer .container {
  order: 2;
  padding-top: 30px;
}
.footer .contact {
  font: 26px/1 "Libre-Baskerville";
}
.saffireMobileSize .footer .contact {
  text-align: center;
}
.footer .phone-numbers {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 15px 0 15px 24px;
  line-height: 1.5;
}
.footer .phone-numbers:before {
  position: absolute;
  top: 18px;
  left: 0;
  content: "";
  display: block;
  background: url(images/phone.png) center/contain no-repeat;
  width: 11px;
  height: 16px;
  margin-right: 13px;
}
.footer .address {
  position: relative;
  margin-bottom: 15px;
  line-height: 1.5;
  padding-left: 24px;
}
.footer .address:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: url(images/location.png) center/contain no-repeat;
  width: 12px;
  height: 16px;
  margin-right: 12px;
}
.footer .email {
  position: relative;
  padding-left: 26px;
}
.footer .email:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  display: block;
  background: url(images/email.png) center/contain no-repeat;
  width: 14px;
  height: 10px;
  margin-right: 12px;
  cursor: pointer;
}
.footer .footer-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.saffireMobileSize .footer .footer-center {
  order: 1;
  position: relative;
  left: auto;
  transform: none;
}
.footer .footer-logo {
  display: block;
  background: url(images/footer-logo.png) center/contain no-repeat;
  width: 233px;
  height: 132px;
}
.footer .footer-button {
  display: flex;
  align-items: center;
  text-align: left;
  margin-top: 20px;
}
.footer .footer-button:hover {
  text-decoration: none;
}
.footer .footer-button:before {
  content: "";
  display: block;
  background: url(images/eye.png) center/contain no-repeat;
  width: 41px;
  height: 32px;
  margin-right: 10px;
}
.footer .footer-bottom {
  background: url(images/footer-bottom-bg.png) center/cover repeat-x;
  height: 60px;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 550px) {
  .footer .footer-bottom {
    height: 130px;
    display: flex;
    align-items: center;
  }
}
.footer ul.footerItems2 {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin: 0 auto;
  padding: 0 75px;
}
@media screen and (max-width: 1400px) {
  .footer ul.footerItems2 {
    padding: 0 30px;
  }
}
@media screen and (max-width: 550px) {
  .footer ul.footerItems2 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 11px;
  }
}

.mobile-menu-container {
  background: url(images/mobile-menu-bg.png) center no-repeat;
  background-size: cover;
}
.mobile-menu-container .mobile-menu-header {
  background-color: #093e6b;
}
.mobile-menu-container .close-mobile-menu:before, .mobile-menu-container .close-mobile-menu:after {
  background-color: #fff;
}
.mobile-menu-container .mobile-menu-subheader,
.mobile-menu-container .mobile-menu-subheader-btn {
  background-color: #f0f0f0;
}
.mobile-menu-container .mobile-menu-subheader a, .mobile-menu-container .mobile-menu-subheader i,
.mobile-menu-container .mobile-menu-subheader-btn a,
.mobile-menu-container .mobile-menu-subheader-btn i {
  color: #8c8c8c;
}
.mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
.mobile-menu-container .mobile-menu-subheader-btn:active {
  background-color: #173752;
}
.mobile-menu-container .mobile-menu-login-links a {
  font-family: "Montserrat-Black";
}
.mobile-menu-container .cart-counter {
  font-family: "Montserrat-Black";
}
.mobile-menu-container .search-container input {
  font-family: "Montserrat-Light";
}
.mobile-menu-container .search-container .search-submit-btn .fa-search {
  color: #8c8c8c;
}
.mobile-menu-container .mobile-menu-ticket-btn {
  background-color: #093e6b;
  font-family: "Montserrat-Black";
  color: #fff;
  border-color: #000;
  font-weight: normal;
}
.mobile-menu-container .mobile-menu-footer-links a {
  font-family: "Libre-Baskerville";
  font-size: 14px;
  color: #093e6b;
}

#mobile-nav ul {
  background-color: #093e6b;
}
#mobile-nav li {
  margin: 0;
}
#mobile-nav li.m-group, #mobile-nav li.m-item, #mobile-nav li.m-subitem {
  border-bottom: 1px solid #000;
}
#mobile-nav a {
  background-color: #093e6b;
  font-family: "Montserrat-Black";
  color: #fff;
  font-size: 17px;
}
#mobile-nav a:hover {
  background-color: #05233c;
}
#mobile-nav .has-subitems span {
  background-color: #22527a;
  color: #fff;
}
#mobile-nav .has-subitems span:hover {
  background-color: #173752;
}

/************************* 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: #3A2610;
  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: #333;
}
.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;
  margin-right: 10px;
  position: relative;
  top: -25px;
}
.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;
}

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

/************* BUTTON STYLES *********************/
.button {
  padding: 10px 18px;
  font-size: 14px;
}

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

a.buttonSmall.button,
.buttonSmall {
  padding: 5px 11px;
  font-size: 9px;
}

.button:hover,
.buttonSmall:hover {
  background: #1277bb;
  transition: 0.3s;
}

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

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

.searchMapButton {
  padding: 1px 15px;
}

.featureLineup-more,
.featureLineup-headline {
  display: none;
}

.widget-wrapper .emailSignup,
.footer .emailSignup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .widget-wrapper .emailSignup,
.footer .emailSignup {
    text-align: center;
    justify-content: center;
  }
}
.widget-wrapper .emailSignup .emailSignupText,
.footer .emailSignup .emailSignupText {
  display: flex;
  flex-direction: column;
  width: 100%;
  font: 15px/2 "Montserrat-Light";
}
.widget-wrapper .emailSignup .emailSignupText:before,
.footer .emailSignup .emailSignupText:before {
  content: "Stay connected!";
  font: 34px/1 "Libre-Baskerville";
}
.saffireMobileSize .widget-wrapper .emailSignup .emailSignupText:before,
.saffireMobileSize .footer .emailSignup .emailSignupText:before {
  font-size: 26px;
}
.widget-wrapper .emailSignup .emailInputField input,
.footer .emailSignup .emailInputField input {
  height: 40px;
  width: 240px;
  padding: 0 15px;
  font-size: 15px;
  font-family: "Montserrat-Light";
  border-radius: 0 !important;
  background-image: none;
}
.saffireMobileSize .widget-wrapper .emailSignup .emailInputField input,
.saffireMobileSize .footer .emailSignup .emailInputField input {
  width: 210px;
}
.widget-wrapper .emailSignup .emailSubmitButton.inputFieldSubmit,
.footer .emailSignup .emailSubmitButton.inputFieldSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 0 !important;
}

.footer .emailSignup {
  justify-content: flex-end;
  text-align: right;
}
.saffireMobileSize .footer .emailSignup {
  order: 3;
  margin-top: 30px;
}
.footer .emailSignup .emailInputField input {
  width: 210px;
}
.footer .emailSignup .emailSubmitButton:hover {
  text-decoration: none !important;
}

.saffireMobileSize .footer .emailSignup .emailInputField input {
  width: 170px !important;
}

#hotButtons {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1395px;
  margin: 0 auto;
  padding: 0;
}
#hotButtons .card-widget-item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  width: 425px;
  height: 182px;
  margin: 20px;
  text-decoration: none;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  #hotButtons .card-widget-item {
    width: 340px;
    height: 145px;
    margin: 10px;
  }
}
#hotButtons .card-widget-item:hover .image-container {
  filter: blur(5px);
  transform: scale(1.03);
}
#hotButtons .card-widget-item:hover .card-widget-title {
  background: #093e6b;
  color: #fff;
  transition: 0.3s;
}
#hotButtons .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 100%;
  height: 100%;
  transform: scale(1.03);
}
#hotButtons .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%;
}
#hotButtons .card-widget-title {
  position: static;
  display: block;
  width: auto;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font: 18px/1 "Libre-Baskerville";
  color: #093e6b;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.7);
  padding: 16px 36px;
  transition: 0.3s;
}
@media screen and (max-width: 500px) {
  #hotButtons .card-widget-title {
    font-size: 14px;
  }
}
#hotButtons .card-widget-description,
#hotButtons .buttonwrap {
  display: none;
}

#multiScheduleFeature {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  padding: 0 60px;
}
@media screen and (max-width: 450px) {
  #multiScheduleFeature {
    padding: 0;
  }
}
#multiScheduleFeature .multiFeatureTitle {
  font: 44px/1 "Libre-Baskerville";
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}
.saffireMobileSize #multiScheduleFeature .multiFeatureTitle {
  font-size: 26px;
  margin-bottom: 15px;
}
#multiScheduleFeature .multiFeatureContent {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 450px) {
  #multiScheduleFeature .multiFeatureContent {
    flex-direction: column;
  }
}
#multiScheduleFeature .featureItem {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 280px !important;
  margin: 10px 9px;
}
#multiScheduleFeature .featureItem:hover .featureItemImage:before,
#multiScheduleFeature .featureItem:hover .button-container {
  opacity: 1;
  transition: 0.3s;
}
@media screen and (max-width: 450px) {
  #multiScheduleFeature .featureItem {
    display: none;
  }
  #multiScheduleFeature .featureItem:nth-child(-n+5) {
    display: flex;
  }
}
#multiScheduleFeature .featureItemImage {
  position: relative;
  display: inline-block;
  width: 280px;
  height: 280px;
  background: center/cover;
}
#multiScheduleFeature .featureItemImage:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: 0.3s;
}
#multiScheduleFeature .text-container {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 280px;
  height: 80px;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 25px 20px 80px;
}
#multiScheduleFeature .featureItemTitle,
#multiScheduleFeature .featureItemDate {
  display: flex;
  color: #fff;
}
#multiScheduleFeature .featureItemDescription {
  display: none;
}
#multiScheduleFeature .featureItemTitle {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  text-transform: uppercase;
}
#multiScheduleFeature .featureItemDate {
  position: absolute;
  top: -22px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 103px;
  font-family: "Montserrat-Regular";
  font-size: 14px;
  text-transform: uppercase;
  background: url(images/date-bg.png) center/contain no-repeat;
}
#multiScheduleFeature .featureItemDate .day {
  font: 28px/1 "Libre-Baskerville";
}
#multiScheduleFeature .button-container {
  position: absolute;
  top: 105px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}
#multiScheduleFeature .buy-now-button {
  order: 2;
}
#multiScheduleFeature .more-button {
  order: 1;
  background: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 30px;
}
#multiScheduleFeature .more-button:hover {
  background: none;
  text-decoration: underline;
}

.all-events-btn {
  width: auto;
  margin-top: 25px;
}

.slick-prev {
  left: -35px;
}

.slick-next {
  right: -35px;
}

#seoWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto 80px;
  padding: 0;
}
@media screen and (max-width: 1300px) {
  #seoWidget {
    margin: 0 auto 20px;
    text-align: center;
  }
}
.saffireMobileSize #seoWidget {
  padding: 0 20px;
}
#seoWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
}
#seoWidget .card-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#seoWidget .card-widget-title {
  position: static;
  display: block;
  font: 34px/1.25 "Libre-Baskerville";
  color: #333;
  margin-bottom: 10px;
}
.saffireMobileSize #seoWidget .card-widget-title {
  font-size: 26px;
}
#seoWidget .card-widget-description {
  font: 15px/2 "Montserrat-Light";
  color: #333;
}
#seoWidget .buttonwrap {
  display: none;
}

/* SOCIAL NETWORK PLUGIN */
#socialNetworkWidget {
  display: flex;
  max-width: 98%;
}
@media screen and (max-width: 1300px) {
  #socialNetworkWidget {
    margin-top: 45px;
  }
}
@media screen and (max-width: 700px) {
  #socialNetworkWidget {
    flex-direction: column;
  }
}
#socialNetworkWidget .socialFeedContainer {
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
  height: 450px;
  width: 300px;
  max-width: 98%;
  overflow-x: hidden;
  overflow-y: auto;
}
#socialNetworkWidget #instafeedContainer img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin: 1px;
}
#socialNetworkWidget #instafeedContainer > a:hover {
  opacity: 0.8;
}
#socialNetworkWidget #facebookfeedContainer {
  overflow: hidden;
}

.panel {
  display: flex;
  flex-direction: column;
}
.panel:first-of-type {
  margin: 0 35px;
}
@media screen and (max-width: 1300px) {
  .panel:first-of-type {
    margin-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .panel:first-of-type {
    margin: 0 0 30px;
  }
}

.feedTitle {
  font: 18px/1 "Libre-Baskerville";
  color: #333;
  padding-top: 5px;
  margin-bottom: 10px;
}

/* Set the container ID*/
/* Size the container*/
/* Size the images*/
/* Format titles*/
/* Format arrows*/
#sponsorWidgetContainer {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 60px;
}
.saffireMobileSize #sponsorWidgetContainer {
  margin-top: 35px;
}
#sponsorWidgetContainer .sponsorWidgetContainer .sponsor-controls-container:focus-within {
  bottom: 3px;
  opacity: 1;
  transition: 0.2s;
  pointer-events: auto;
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsorCarouselImageContainer {
  animation-play-state: paused;
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:before {
  content: "Resume";
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:after {
  content: "";
  padding-left: 2px;
}
#sponsorWidgetContainer .sponsorWidgetContainer:hover .sponsor-controls-container {
  bottom: 3px;
  opacity: 1;
  transition: 0.2s;
  pointer-events: auto;
}
#sponsorWidgetContainer .sponsorCarouselImage img {
  max-width: none;
  max-height: 140px;
  margin: 0 30px;
}
.saffireMobileSize #sponsorWidgetContainer .sponsorCarouselImage img {
  max-height: 60px;
  margin: 0 15px;
}
#sponsorWidgetContainer #sponsorsTitleContainer {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
#sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  font-family: "Libre-Baskerville";
  font-size: 34px;
  color: #333;
  text-shadow: none;
}
.saffireMobileSize #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  font-size: 26px;
}
#sponsorWidgetContainer #sponsorArrowRight,
#sponsorWidgetContainer #sponsorArrowLeft {
  display: none;
}
#sponsorWidgetContainer .sponsor-controls-container {
  box-sizing: border-box;
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 30px;
  background: #fff;
  box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.5);
  z-index: 999;
  transition: 0.2s;
  opacity: 0;
  pointer-events: none;
}
#sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 10px;
  border: none;
  background: #fff;
  color: #111;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
#sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn:before {
  content: "Pause";
  display: inline-block;
  width: 50px;
  font-size: 14px;
  line-height: 1;
  color: #111;
  text-align: center;
}
#sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn:after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-align: center;
  padding-left: 1px;
  width: 30px;
  height: 100%;
  font-family: "FontAwesome";
  font-size: 15px;
  color: #111;
}

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

.saffireLargeSize .horizontal-filter .eventCol1 .clickEventUpload {
  font-size: 13px;
}

.saffireLargeSize .horizontal-filter #eventScheduleContent.galleryView .dayContainer .dayContainerItems {
  margin: 0;
}

.galleryViewName {
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slick-track {
  display: flex;
  width: auto !important;
}
