/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** 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: "OpenSans-Light-webfont";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-Light-webfont.woff2) format("woff2"), url(fonts/OpenSans-Light-webfont.woff) format("woff");
}
@font-face {
  font-family: "OpenSans-Regular-webfont";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-Regular-webfont.woff2) format("woff2"), url(fonts/OpenSans-Regular-webfont.woff) format("woff");
}
@font-face {
  font-family: "OpenSans-Semibold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-Semibold-webfont.woff2) format("woff2"), url(fonts/OpenSans-Semibold-webfont.woff) format("woff");
}
@font-face {
  font-family: "OpenSans-Bold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-Bold-webfont.woff2) format("woff2"), url(fonts/OpenSans-Bold-webfont.woff) format("woff");
}
@font-face {
  font-family: "OpenSans-ExtraBold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-ExtraBold-webfont.woff2) format("woff2"), url(fonts/OpenSans-ExtraBold-webfont.woff) format("woff");
}
@font-face {
  font-family: "BitterRegular";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/BitterRegular.woff2) format("woff2"), url(fonts/BitterRegular.woff) format("woff");
}
@font-face {
  font-family: "BitterBold";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/BitterBold.woff2) format("woff2"), url(fonts/BitterBold.woff) format("woff");
}
@font-face {
  font-family: "bellfortpressbold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/bellfortpressbold-webfont.woff2) format("woff2"), url(fonts/bellfortpressbold-webfont.woff) format("woff");
}
@font-face {
  font-family: "BitterItalic";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/BitterItalic.woff2) format("woff2"), url(fonts/BitterItalic.woff) format("woff");
}
@font-face {
  font-family: "BitterBoldItalic";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/BitterBoldItalic.woff2) format("woff2"), url(fonts/BitterBoldItalic.woff) format("woff");
}
.saffireMobileSize .header {
  padding: 0;
  font: inherit;
  color: inherit;
}
.saffireMobileSize .headerInnerContent {
  height: auto;
}

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

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

.loginstatus {
  float: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.cartMenuRemoveButton {
  text-decoration: none;
}

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

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

.standAloneDirections {
  color: inherit;
}

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

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

.left.pressDate {
  width: 120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #323232;
  font: 16px/1.5 "BitterRegular", Arial, Verdana, sans-serif;
}

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

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

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

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

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

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

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

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

.subContainer {
  font-size: 14px;
}
.subContainer h1 {
  font-size: 28px;
}
.subContainer h2 {
  font-size: 24px;
}
.subContainer h3 {
  font-size: 20px;
}
.subContainer h4 {
  font-size: 18px;
}
.subContainer h5 {
  font-size: 16px;
}
.subContainer h6 {
  font-size: 14px;
}

a {
  color: #a21d21;
  text-decoration: underline;
}

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

a:hover {
  text-decoration: none;
}

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

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

.ui-dialog .modalBody .border {
  border: 0;
}
.ui-dialog .modalBody {
  padding: 0;
}
.ui-dialog div#dynamicModal {
  padding: 0 !important;
  margin: 0 !important;
  border-top: 0 !important;
  height: 202px !important;
}
.ui-dialog .ui-dialog-title {
  display: none;
}
.ui-dialog .modalClose > a {
  position: relative;
  top: -14px;
  right: -6px;
}

.featureLineupContainer .featureLineup-buttons.subContainer {
  background: transparent !important;
  box-shadow: none;
  width: 100%;
}

.featureLineup-social a:after {
  color: #a21d21;
  font-size: 20px;
}

.featureLineupContainer .subContainer {
  background: #f0f0f0 !important;
  box-shadow: none !important;
}

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

.featureLineupContainer .featureLineup-headline.button {
  cursor: default;
  pointer-events: none;
  font-family: "BitterBold";
  font-size: 16px;
  width: 96%;
  border-radius: 0;
  bottom: 59px;
  top: auto;
  background: #010100;
  color: #fff !important;
}

.featureLineup-buynow .button {
  font-size: 20px;
  line-height: 1;
  padding: 10px 11px 8px;
}

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

.wrapper {
  width: 100%;
}

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

body:not(.homepage).king-subpage-theme.siteInfoBannerOn .content {
  margin: 229px auto 60px;
}

body:not(.homepage).king-subpage-theme.siteInfoBannerOn.generalMessageOn .content {
  margin: 269px auto 60px;
}

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

.homepage {
  background: url(images/main-bg.jpg) repeat;
  background-attachment: fixed;
  background-size: cover;
}
.homepage .content {
  margin-top: 126px;
}
.homepage.generalMessageOn .content {
  margin-top: 166px;
}
.homepage.saffireMobileSize .content {
  margin-top: 147px;
}
.homepage.saffireMobileSize.generalMessageOn .content {
  margin-top: 187px;
}

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

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

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

.orderhistory {
  background: #a21d21;
}

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

.alternateRow {
  background: #eeeeee;
}

.listingItem {
  background: #eeeeee;
  border-bottom: 1px solid #d5d5d5;
}
.listingItem:hover {
  background: #f6f6f6;
}

.header-right {
  margin-left: auto;
}
@media screen and (max-width: 1100px) {
  .header-right {
    margin-right: 10px;
  }
}
.header-right .header-right-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 7px 0;
}
.saffireMobileSize .header-right {
  display: none;
}

.swiper-outer {
  display: block;
  padding: 12px 0 0;
}

.second-tier {
  display: block;
  background: url(images/tier-tow.jpg) center/contain no-repeat;
  padding: 18px 0 0;
  background-size: cover;
  background-attachment: fixed;
}
.saffireMobileSize .second-tier {
  padding: 21px 0 0;
  background: none;
}

.bottom-footer {
  background: #a40010;
}
.saffireMobileSize .bottom-footer {
  padding-bottom: 45px;
}
.bottom-footer:before {
  background: url(images/footer-graphic.png) center/contain no-repeat;
  content: "";
  width: 169px;
  height: 107px;
  position: absolute;
  left: 15px;
  bottom: 63px;
}
@media only screen and (max-width: 1500px) {
  .saffireLargeSize .bottom-footer:before {
    width: 115px;
    height: 61px;
    left: 0;
  }
}
@media only screen and (max-width: 800px) {
  .bottom-footer:before {
    bottom: 127px;
    left: 0;
    right: 0;
    margin: 0px auto;
  }
}

.top-footer-inner {
  max-width: 1210px;
  display: flex;
  justify-content: center;
  margin: 0px auto;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1550px) {
  .top-footer-inner {
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1239px) {
  .top-footer-inner {
    flex-wrap: wrap;
  }
}
.saffireMobileSize .top-footer-inner {
  padding: 0;
}

.top-footer {
  padding-bottom: 23px;
}
.saffireMobileSize .top-footer {
  padding-bottom: 95px;
}

.main-map {
  background: url(images/map-bg.png) no-repeat;
  background-size: cover;
  height: 453px;
  width: 100%;
  justify-content: flex-end;
  display: flex;
  background-position: center;
}
.saffireMobileSize .main-map {
  height: 279px;
}

.third-tier {
  background: url(images/tier-three-bg.jpg) no-repeat;
  background-size: cover;
}
.saffireMobileSize .third-tier {
  background-size: auto;
  background-repeat: repeat;
  background-position: center;
}
.third-tier .third-tier-continer {
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  padding: 30px 0 53px;
  justify-content: center;
}
@media only screen and (max-width: 1217px) {
  .third-tier .third-tier-continer {
    flex-direction: column;
    align-items: center;
  }
}
.saffireMobileSize .third-tier .third-tier-continer {
  padding: 24px 0 41px;
}

.multi-outer {
  width: 100%;
  max-width: 390px;
  padding-top: 14px;
}
.multiScheduleFeatureNotShowing .multi-outer {
  display: none;
}
.saffireMobileSize .multi-outer {
  width: 97%;
}
@media only screen and (max-width: 400px) {
  .saffireMobileSize .multi-outer {
    max-width: 100%;
  }
}

.outer-div-fb {
  margin: 0 15px;
}

.black-overay {
  background: url(images/black-map-bg.png) no-repeat;
  width: 337px;
  max-height: 182px;
  top: 28%;
  position: relative;
  padding: 17px 0;
  margin: 0 auto;
  left: 180px;
}
.saffireMobileSize .black-overay {
  background: url(images/black-map-bg-mobile.png) no-repeat;
  width: 146px;
  height: 151px;
  top: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.black-overay h1 {
  font-size: 33px;
  text-align: center;
  color: #fff;
  margin-left: 12px;
  margin-bottom: 0;
  line-height: 1;
}
.saffireMobileSize .black-overay h1 {
  display: none;
}
.black-overay .map-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 327px;
  margin: 9px auto;
}
.saffireMobileSize .black-overay .map-inner {
  margin: 5px auto;
  flex-direction: column;
}
.black-overay p {
  font-size: 16px;
  color: #fff;
  margin: 0;
  font-family: "OpenSans-Light-webfont";
  line-height: 27px;
}
.saffireMobileSize .black-overay p {
  display: none;
}
.black-overay a.map-logo {
  background: url(images/map-logo.png) center/contain no-repeat;
  display: block;
  width: 105px;
  height: 90px;
  margin-top: 0;
  background-size: contain;
  margin-left: 22px;
}
.saffireMobileSize .black-overay a.map-logo {
  width: 71px;
  height: 73px;
  margin: 0;
}
.black-overay .map-left {
  max-width: 189px;
  position: relative;
  left: 21px;
}
.saffireMobileSize .black-overay .map-left {
  left: 0;
}
.black-overay .button {
  background: #a40010;
  font-size: 20px;
  color: #fff !important;
  margin: 10px 0 0;
  padding: 3px 18px 0px;
}
.saffireMobileSize .black-overay .button {
  font-size: 16px;
  padding: 1px 18px;
}

.sponsor-wrapper {
  background: #fff;
}

.hotbutton-outer {
  position: relative;
}

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #a40010;
  font-family: "BitterRegular", Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  transition: all 0.3s ease !important;
}
.saffireWindowScrolled .generalmessage {
  font-size: 0 !important;
  height: 0 !important;
  padding: 0 !important;
}
.generalmessage a {
  color: inherit;
  text-decoration: underline;
}

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

.header {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.headerInnerContent {
  box-sizing: border-box;
  display: block;
}
.headerInnerContent .header-container {
  width: 100%;
  max-width: 1216px;
  height: auto;
  margin: 0px auto;
  display: flex;
  padding-bottom: 3px;
}
.saffireMobileSize .headerInnerContent .header-container {
  background: #fff;
  height: 55px;
}
.saffireMobileSize.siteInfoBannerOn.king-subpage-theme .headerInnerContent .header-container {
  padding-bottom: 71px;
}

.saffireMobileSize .header {
  height: auto;
  position: fixed;
  top: 0;
  background: url(images/main-bg.jpg) center repeat;
}
.saffireMobileSize .headerInnerContent {
  height: auto;
}

.header-left {
  display: flex;
  padding: 6px 8px;
  position: relative;
}
.saffireMobileSize .header-left {
  padding: 0 7px;
  width: 100%;
  margin: -5px 0 0;
  position: static;
}
.header-left a.custom-logo {
  display: block;
  width: 108px;
  height: 111px;
  background: url(images/enum-claw-logo.png) center/contain no-repeat;
  margin: 0px 1px;
}
.king-subpage-theme .header-left a.custom-logo {
  margin: 1px 11px 0;
  order: 2;
  display: block !important;
}
@media screen and (max-width: 1100px) {
  .header-left a.custom-logo {
    width: 92px;
    height: 86px;
  }
}
@media screen and (max-width: 1100px) {
  .king-subpage-theme .header-left a.custom-logo {
    margin: 1px 2px 0;
  }
}
@media screen and (max-width: 960px) {
  .king-subpage-theme .header-left a.custom-logo {
    width: 91px;
    height: 74px;
    margin: 0;
  }
}
.saffireMobileSize .header-left a.custom-logo {
  background: url(images/ecum-mobile-logo.png) center/contain no-repeat;
  margin-top: 5px;
  width: 76px;
  height: 57px;
}
.header-left a.header-logo {
  display: block;
  width: 174px;
  height: 101px;
  background: url(images/logo.png) center/contain no-repeat;
  margin: 1px 25px;
}
@media screen and (max-width: 1100px) {
  .header-left a.header-logo {
    width: 143px;
    height: 91px;
    margin: 1px 8px;
  }
}
.saffireMobileSize .header-left a.header-logo {
  background: url(images/logo-mobile.png) center/contain no-repeat;
  width: 134px;
  height: 80px;
  margin: 2px 0 0 9px;
}
body.king-subpage-theme .header-left a.header-logo {
  margin: 1px 0 0;
  order: 1;
}
@media screen and (max-width: 1100px) {
  body.king-subpage-theme .header-left a.header-logo {
    width: 143px;
    width: 124px;
    height: 85px;
  }
}
@media screen and (max-width: 960px) {
  body.king-subpage-theme .header-left a.header-logo {
    width: 88px;
    height: 67px;
  }
}

.ticket {
  background: url(images/ticket-graphic-bg.png) no-repeat;
  background-size: contain;
  width: 200px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  font-family: bellfortpressbold-webfont;
  color: #402600;
  font-size: 37px;
  line-height: 41px;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 1100px) {
  .ticket {
    width: 161px;
    height: 52px;
    font-size: 27px;
  }
}
@media screen and (max-width: 960px) {
  .ticket {
    width: 132px;
    height: 44px;
    font-size: 22px;
  }
}
.ticket:hover {
  background: url(images/ticket-graphic-bg.png) no-repeat;
  background-size: contain;
  width: 200px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  font-family: bellfortpressbold-webfont;
  color: #402600;
  font-size: 37px;
  line-height: 41px;
  position: relative;
  top: 2px;
  filter: brightness(1.2);
}
@media screen and (max-width: 1100px) {
  .ticket:hover {
    width: 161px;
    height: 52px;
  }
}
@media screen and (max-width: 960px) {
  .ticket:hover {
    width: 132px;
    height: 44px;
    font-size: 22px;
  }
}

.saffireMobileSize a.ticket {
  background: url(images/ticket-graphic-bg-mobile.png) no-repeat;
  background-size: contain;
  width: 187px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  font-size: 32px;
  padding: 4px 0 0;
  box-sizing: border-box;
}
.saffireMobileSize a.ticket:hover {
  background: url(images/ticket-graphic-bg-mobile.png) no-repeat;
  background-size: contain;
  width: 187px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  padding: 4px 0 0;
  box-sizing: border-box;
}

.header .searchBox:not(.clonedSearchBox) {
  display: inline-flex;
  align-items: center;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
  height: 40px;
  width: 170px;
  padding: 0 5px;
  font-size: 14px;
  font-family: "BitterRegular", Arial, Verdana, sans-serif;
  position: absolute;
  top: 0;
  right: 100%;
  border-color: #f0f0f0;
  width: 0;
  padding: 0;
  transition: 0.2s;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input:focus {
  width: 170px;
  padding: 0 5px;
  transition: 0.2s;
  border: 1px solid #f0f0f0;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 5px !important;
  background: #f0f0f0;
  font-size: 14px;
  font-family: "BitterRegular", Arial, Verdana, sans-serif;
  width: 48px;
  padding: 0;
  font-size: 0;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:before {
  content: "";
  background: url(images/search-icon.png) no-repeat;
  width: 24px;
  height: 25px;
  position: relative;
  font-family: "FontAwesome";
  font-size: 26px;
  display: inline-flex;
  color: #4f4f4f;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover {
  background: #e2dede;
}
.header .searchBox:not(.clonedSearchBox):hover .searchBoxInput input {
  width: 170px;
  padding: 0 5px;
  transition: 0.2s;
  border: 1px solid #f0f0f0;
}

.saffireMobileSize .header .searchBox:not(.clonedSearchBox) {
  position: relative;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  display: none;
}
.saffireMobileSize .header .searchBox:not(.clonedSearchBox):before {
  content: "\f002";
  position: static;
  line-height: 1;
  font-size: 26px;
  color: #eee;
}

.saffireLargeSize .viewcart {
  display: inline-flex;
  color: inherit;
  background: #f0f0f0;
  width: 53px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  margin: 0 19px 0 0;
}
@media screen and (max-width: 1130px) {
  .saffireLargeSize .viewcart {
    margin: 0 5px 0 0;
  }
}
.saffireLargeSize .viewcart .cartMenuLink {
  display: flex;
  color: inherit;
  font-family: "BitterRegular";
  font-size: 14px;
  position: relative;
  top: 1px;
  justify-content: center;
  align-items: center;
}
.saffireLargeSize .viewcart .cartMenuLink:before {
  content: "";
  background: url(images/cart-icon.png) no-repeat;
  width: 22px;
  height: 20px;
  position: relative;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 26px;
  color: #4f4f4f;
  display: inline-block;
  line-height: 19px;
}
.saffireLargeSize .viewcart:hover {
  background: #e2dede;
}

.saffireMobileSize .viewcart {
  display: none;
}
.saffireMobileSize .viewcart .cartMenuLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #eee;
}
.saffireMobileSize .viewcart .cartMenuLink:before {
  content: "\f07a";
  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: 47px;
  height: 47px;
  vertical-align: top;
  margin-left: auto;
  margin-top: 8px;
  order: 3;
}
.mobile-nav-toggle:before {
  content: "";
  background: url(images/mob-nav.png) repeat;
  position: relative;
  font-family: "FontAwesome";
  font-size: 28px;
  line-height: 1;
  width: 20px;
  height: 14px;
  display: inline-block;
}
.mobile-nav-toggle:hover {
  cursor: pointer;
}

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

.standAloneDirections {
  font-family: "BitterRegular";
  font-size: 14px;
  width: 124px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f0f0f0;
  border-radius: 5px;
  margin: 0 8px 0 7px;
  letter-spacing: 0.2px;
}
.saffireMobileSize .standAloneDirections {
  display: none;
}
.standAloneDirections:hover {
  background: #e2dede;
}
.standAloneDirections:before {
  content: "";
  background: url(images/direction-icon.png) no-repeat;
  width: 24px;
  height: 25px;
  position: relative;
  margin-right: 6px;
  font-family: "FontAwesome";
  font-size: 26px;
  display: inline-flex;
  color: #4f4f4f;
  position: relative;
  top: -1px;
  left: -4px;
}

#weatherBugWidget {
  margin: 0 17px 0 0;
}
#weatherBugWidget #weatherBugDescription {
  font-size: 14px;
}
#weatherBugWidget .weatherDescriptive {
  display: none;
}

.saffireLargeSize .nav .groups {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: flex-end;
}
.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: 0 10px 0 18px;
  background: none;
  font-family: "bellfortpressbold-webfont", Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}
@media screen and (max-width: 1220px) {
  .saffireLargeSize .nav .groups .group > a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1130px) {
  .saffireLargeSize .nav .groups .group > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .saffireLargeSize .nav .groups .group > a {
    padding: 0px 5px;
    font-size: 14px;
  }
}
.saffireLargeSize .nav .groups .group:hover > a {
  color: #a40010;
}
.saffireLargeSize .nav .items {
  top: 100%;
  left: 0;
  padding: 0;
  background: #a40010;
}
.saffireLargeSize .nav .items .item a {
  padding: 5px 15px;
  color: #fff;
  font-family: "BitterRegular", Arial, Verdana, sans-serif;
}
.saffireLargeSize .nav .items .item a:hover {
  color: #fff;
}
.saffireLargeSize .nav .item {
  width: 200px;
  line-height: 1.4;
}
.saffireLargeSize .nav .item:hover {
  background: #d70015;
}
.saffireLargeSize .nav .subitems {
  left: 100%;
  padding: 0;
  background: #a40010;
}

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 32px 0 0;
  background: url(images/footer-bg.jpg) repeat-x #fff;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer ul.footerItems1 {
  margin: 0 auto;
  font-family: "OpenSans-Light-webfont";
  font-size: 14px;
  text-transform: uppercase;
}
.footer .footerSignIn {
  text-transform: uppercase;
}
.footer ul.footerItems2 {
  margin: 0 auto;
}
.footer ul.footerItems2 {
  margin: 0 auto;
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 3px 19px;
  font-family: "OpenSans-Light-webfont";
  font-size: 14px;
}
@media only screen and (max-width: 1230px) {
  .footer ul.footerItems2 {
    padding: 16px 3px 50px;
  }
}
.footer ul.footerItems2 li:nth-child(2) {
  margin-left: auto;
  margin-top: -11px;
}

.saffireMobileSize .footer {
  background: url(images/footer-bg.jpg) repeat-x #fff;
  background-size: cover;
  padding: 22px 0 0;
}
.saffireMobileSize .footer a:hover {
  text-decoration: none;
}
.saffireMobileSize .footer ul.footerItems1 {
  max-width: 300px;
  margin-bottom: 6px;
}
.saffireMobileSize .footer .footerSignIn {
  max-width: 300px;
  margin: auto;
}
.saffireMobileSize .footer ul.footerItems2 {
  margin-top: 25px;
  text-align: center;
  flex-direction: column;
  font-size: 10px;
  justify-content: center;
  align-items: center;
  padding: 13px 15px;
  line-height: 8px;
}
.saffireMobileSize .footer ul.footerItems2 li {
  display: inline;
  line-height: 19px;
}
.saffireMobileSize .footer ul.footerItems2 li:nth-child(2) {
  margin: 0px auto;
}

.contact-info {
  margin: 8px 17px 6px 41px;
}
.saffireMobileSize .contact-info {
  margin: 0;
  padding-top: 7px;
}
.contact-info h2 {
  color: #fff;
  font-size: 21px;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
}
.contact-info li {
  line-height: 28px !important;
}
.saffireMobileSize .contact-info li {
  line-height: 20px !important;
  font-size: 12px;
}
.contact-info ul {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-top: 4px;
}
.saffireMobileSize .contact-info ul {
  margin-top: 9px;
}
.contact-info li a {
  font-family: "OpenSans-Light-webfont";
  font-size: 16px;
}
.saffireMobileSize .contact-info li a {
  font-size: 12px;
}

.top-footer {
  box-sizing: border-box;
  padding: 0 15px 20px;
}
.top-footer .emailSignup {
  box-sizing: border-box;
  margin: 5px 6px 0 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.saffireMobileSize .top-footer .emailSignup {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 6px 0 0 0;
}
.top-footer .emailSignup .emailSignupText {
  text-transform: uppercase;
  font-family: "bellfortpressbold-webfont", Arial, Verdana, sans-serif;
  font-size: 21px;
  margin: 0 0 1px;
  text-align: left;
  letter-spacing: 0.1px;
  position: relative;
}
.top-footer .emailInputField input {
  font-family: "OpenSans-Light-webfont";
  font-size: 16px;
  color: #4c2b16;
  background: #fff;
}
.top-footer .emailSubmitButton {
  box-sizing: border-box;
  background: #a40010;
  border-radius: 3px !important;
  color: #fff !important;
  padding: 4px 15px;
  text-decoration: none;
  letter-spacing: -0.2px;
  text-decoration: none !important;
}
.top-footer .emailInputField input {
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  height: 44px;
  width: 243px;
  padding-left: 10px;
  border-radius: 2px !important;
  margin-top: 2px;
  margin-bottom: 11px;
}

.right-footer-logo {
  display: flex;
  margin: 0;
  margin-left: 73px;
}
.right-footer-logo .kingcountyfair {
  background: url(images/king-county-fair.png) center/contain no-repeat;
  display: block;
  width: 235px;
  height: 157px;
}
.right-footer-logo a.kingcountyjunior {
  background: url(images/king-county-junior-livestock-show.png) center/contain no-repeat;
  display: block;
  width: 191px;
  margin-left: 28px;
  margin-right: 3px;
  margin-top: -10px;
}

a.footer-logo {
  background: url(images/footer-logo.png) center/contain no-repeat;
  display: block;
  width: 132px;
  height: 136px;
  margin-top: 2px;
}
.king-subpage-theme a.footer-logo {
  margin: 0 31px 0 14px;
}
.saffireMobileSize a.footer-logo {
  width: 108px;
  height: 112px;
  margin: 1px 24px 10px 0px;
}

.terms {
  font-size: 13px;
  padding-top: 20px;
  margin: 0 auto;
}

.mobile-menu-container {
  background: url(images/nav-bg.jpg);
}
.mobile-menu-container .mobile-menu-header {
  background-color: #a40010;
}
.mobile-menu-container .close-mobile-menu:before {
  display: none;
}
.mobile-menu-container .close-mobile-menu:after {
  content: "\f057";
  font-family: "fontAwesome";
  transform: none;
  background: transparent;
  height: 34px;
  top: -5px;
  font-size: 27px;
  color: rgba(255, 255, 255, 0.3);
}
.mobile-menu-container .mobile-menu-subheader {
  border-color: #252525;
}
.mobile-menu-container .mobile-menu-subheader,
.mobile-menu-container .mobile-menu-subheader-btn {
  background-color: #fff;
}
.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: #b2b2b2;
}
.mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
.mobile-menu-container .mobile-menu-subheader-btn:active {
  background-color: #b3b3b3;
}
.mobile-menu-container .mobile-menu-login-links a {
  font-family: "bellfortpressbold-webfont", Arial, Verdana, sans-serif;
}
.mobile-menu-container .cart-counter {
  font-family: "bellfortpressbold-webfont", Arial, Verdana, sans-serif;
}
.mobile-menu-container .search-container input {
  font-family: "bellfortpressbold-webfont", Arial, Verdana, sans-serif;
}
.mobile-menu-container .search-container .search-submit-btn {
  color: #333;
}
.mobile-menu-container .mobile-menu-ticket-btn {
  background-color: #fff;
  font-family: "bellfortpressbold-webfont", Arial, Verdana, sans-serif;
  color: #000000;
  border-color: #252525;
  font-size: 17px;
  font-weight: 500;
  border-top: 1px solid #252525;
}
.mobile-menu-container .mobile-menu-footer-links a {
  font-family: "BitterRegular", Arial, Verdana, sans-serif;
  color: #fff;
  font-size: 13px;
}

#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 #252525;
}
#mobile-nav a {
  background-color: #fff;
  font-family: "bellfortpressbold-webfont", Arial, Verdana, sans-serif;
  color: #000000;
}
#mobile-nav a:hover {
  background-color: #e6e6e6;
}
#mobile-nav .has-subitems span {
  background-color: #ccc;
  color: #fff;
}
#mobile-nav .has-subitems span:hover {
  background-color: #b3b3b3;
}

/************************* 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: #a21d21;
  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: #323232;
}
.modalBody .showorksTableGrid tr.odd {
  background: #fff;
  color: black;
}
.modalBody .showorksTableGrid tr.even {
  background: #e6e6e6;
  color: black;
}

.modalPageBackground {
  background-color: black;
  opacity: 0.5;
}

.modalContent #google_translate_element {
  top: 1px;
  right: 0;
}
.modalContent h1 {
  font-size: 24px;
  line-height: 1.2em;
}

.modalClose {
  top: 1px;
  background: none;
}
.modalClose .modalCloseButton {
  min-width: 40px;
}
.modalClose .modalCloseButton img {
  display: none;
}
.modalClose .modalCloseButton:before {
  content: "X";
  font-family: sans-serif;
}

.getUpdatesPageEmailModule .emailSignup.modalOnly {
  max-width: 280px;
  margin: 0 auto;
}
.getUpdatesPageEmailModule .emailSignup.modalOnly .inputFieldTextbox {
  box-sizing: border-box;
  border-radius: 0 !important;
  border: 1px solid #333;
  padding: 5px 10px;
  color: #333;
}
.getUpdatesPageEmailModule .emailSignup.modalOnly .emailSubmitButton {
  border-radius: 0 !important;
}
.getUpdatesPageEmailModule .emailSignup.modalOnly .button {
  box-sizing: border-box;
}

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

/************* BUTTON STYLES *********************/
.button {
  padding: 4px 12px;
  font-size: 20px;
}

.button,
.buttonSmall {
  box-sizing: border-box;
  line-height: 1.75em;
  text-transform: none;
  border-radius: 3px;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "bellfortpressbold-webfont";
  color: #402600 !important;
  background: #f8b115;
}

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

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

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

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

#cardWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1228px;
  margin: 0 auto;
  padding: 3px;
}
.saffireMobileSize #cardWidget {
  background: url(images/main-bg.jpg) repeat;
  padding: 0 0 12px;
}
@media only screen and (max-width: 619px) {
  #cardWidget {
    flex-direction: column;
    align-items: center;
  }
}
#cardWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: 204px;
  position: relative;
  max-width: 285px;
  border-radius: 10px;
  margin: 0 9px 33px;
}
@media screen and (max-width: 1199px) {
  #cardWidget .card-widget-item {
    width: 50%;
  }
}
@media only screen and (max-width: 619px) {
  #cardWidget .card-widget-item {
    width: 100%;
  }
}
.saffireMobileSize #cardWidget .card-widget-item {
  margin: 0 9px 26px;
}
#cardWidget .card-widget-item .image-container-main {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  border-radius: 10px;
  position: relative;
  border: 3px solid #fff;
}
#cardWidget .card-widget-item .image-container-main:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#cardWidget .card-widget-item:after {
  content: "";
  background: url(images/card-shadow.png) no-repeat;
  width: 266px;
  height: 17px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -23px;
}
#cardWidget .card-widget-item:hover .card-widget-title {
  background: none;
}
#cardWidget .card-widget-item:hover .image-container {
  transform: scale(1.4);
}
#cardWidget .card-widget-item:hover .buttonwrap a {
  display: inline-block;
}
#cardWidget .card-widget-item:hover .card-widget-description {
  display: block;
}
#cardWidget .card-widget-item:hover .image-container-main:before {
  background: rgba(164, 0, 16, 0.8);
  z-index: 1;
}
#cardWidget .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  transition: all 0.5s ease;
}
#cardWidget .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 1;
}
#cardWidget .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  max-width: 279px;
  font: 24px "bellfortpressbold-webfont", Arial, Verdana, sans-serif;
  line-height: 1;
  color: #fff;
  background: rgba(164, 0, 16, 0.8);
  padding: 16px 5px 11px;
  box-sizing: border-box;
  letter-spacing: -0.6px;
}
#cardWidget .card-widget-description {
  display: none;
  font: 14px "BitterRegular", Arial, Verdana, sans-serif;
  color: #fff;
  padding: 16px 0 19px;
  color: #fff;
  line-height: 22px;
  letter-spacing: 0px;
}
@media only screen and (max-width: 619px) {
  #cardWidget .card-widget-description {
    padding: 5px 0 0;
  }
}
#cardWidget .buttonwrap a {
  font-size: 16px;
  font-size: 20px;
  margin: 10px 7.5px 0;
  padding: 3px 19px 1px;
  display: none;
}
#cardWidget .buttonwrap a.moreButton.button {
  padding: 3px 23px 1px !important;
}

#seoWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 1209px;
  margin: 0 auto;
  padding: 41px 0 82px;
}
@media screen and (max-width: 1210px) {
  #seoWidget {
    padding: 40px 25px 83px;
  }
}
.saffireMobileSize #seoWidget {
  background: url(images/seo-mobile-bg.jpg) center;
  background-size: cover;
  padding: 23px 20px 34px;
}
#seoWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 100%;
}
#seoWidget .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  width: 300px;
  height: 200px;
}
#seoWidget .image-container .card-widget-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 200px;
}
#seoWidget .card-content {
  position: relative;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #seoWidget .card-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#seoWidget .card-widget-title {
  position: static;
  display: flex;
  width: 46%;
  font: 70px "bellfortpressbold-webfont", Arial, Verdana, sans-serif;
  color: #fff;
  flex-direction: column;
  text-shadow: 0px -1px 5px rgba(0, 0, 0, 0.73);
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  #seoWidget .card-widget-title {
    align-items: center;
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
  }
}
.saffireMobileSize #seoWidget .card-widget-title {
  font-size: 50px;
  margin: 0 0 29px;
}
#seoWidget .card-widget-title span {
  font-size: 17px;
  font-family: "BitterItalic";
  margin: 0 0 10px;
}
.saffireMobileSize #seoWidget .card-widget-title span {
  margin: 0 0 9px;
}
#seoWidget .card-widget-description {
  font: 16px "BitterItalic";
  color: #000;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  max-width: 532px;
  margin-left: auto;
  margin-top: 26px;
  margin-right: 6px;
  padding: 25px 31px 32px 36px;
  line-height: 30px;
  border-radius: 10px;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 1100px) {
  #seoWidget .card-widget-description {
    margin: 0px auto;
  }
}
.saffireMobileSize #seoWidget .card-widget-description {
  padding: 21px 30px 32px;
  font-size: 12px;
  line-height: 24px;
}
#seoWidget .buttonwrap {
  position: absolute;
  bottom: 15px;
}
#seoWidget .buttonwrap a {
  margin: 0 5px;
}

#multiScheduleFeature {
  box-sizing: border-box;
  display: flex;
  max-width: 390px;
  width: 100%;
  flex-direction: column;
  padding-top: 16px;
  border-radius: 9px;
  background: url(images/black-bg.jpg) no-repeat;
  min-height: 500px;
}
.saffireMobileSize #multiScheduleFeature {
  padding-top: 20px;
  min-height: 424px;
  max-width: 100%;
}
#multiScheduleFeature h1 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.saffireMobileSize #multiScheduleFeature h1 {
  font-size: 30px;
  margin: 0 0 11px;
}
#multiScheduleFeature .multiFeatureContent {
  padding: 4px 14px 7px 15px;
}
.saffireMobileSize #multiScheduleFeature .multiFeatureContent {
  padding: 4px 14px 7px 20px;
}
#multiScheduleFeature .featureItem {
  box-sizing: border-box;
  display: flex;
  margin-bottom: 0;
  color: #fff;
  transition: 0.3s;
  flex-direction: row-reverse;
  justify-content: flex-end;
  height: 68px;
  align-items: center;
  margin: 6px 0 12px;
}
.saffireMobileSize #multiScheduleFeature .featureItem {
  margin: 0 0 8px;
  height: 56px;
}
#multiScheduleFeature .featureItem:hover {
  color: #323232;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.2);
}
#multiScheduleFeature .featureItem:hover .featureItemDate {
  background: #c71f30;
}
#multiScheduleFeature .featureItemImage {
  display: inline-block;
  width: 100px;
  min-width: 100px;
  height: auto;
  margin-right: 10px;
  text-align: center;
}
#multiScheduleFeature .featureItemImage img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
#multiScheduleFeature .text-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#multiScheduleFeature .featureItemTitle,
#multiScheduleFeature .featureItemDate,
#multiScheduleFeature .featureItemDescription,
#multiScheduleFeature .button-container {
  display: flex;
}
#multiScheduleFeature .featureItemTitle {
  font-family: "BitterRegular";
  font-weight: 800;
  font-size: 18px;
  max-width: 366px;
  text-transform: capitalize;
  position: relative;
  padding: 0px 0 0;
  line-height: 26px;
  color: #fff;
  max-width: 280px;
  letter-spacing: 0.43px;
}
.saffireMobileSize #multiScheduleFeature .featureItemTitle {
  font-size: 16px;
  line-height: 1.4;
  max-width: 263px;
}
#multiScheduleFeature .featureItemDate {
  font-family: "bellfortpressbold-webfont";
  font-weight: 500;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  background: #a40010;
  height: 68px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 24px;
  justify-content: center;
  contain: content;
  margin-right: 16px;
  align-items: center;
  width: 58px;
  border-radius: 3px;
}
.saffireMobileSize #multiScheduleFeature .featureItemDate {
  margin-right: 16px;
  width: 46px;
  font-size: 16px;
  height: 54px;
  line-height: 1;
}
#multiScheduleFeature .featureItemDate span {
  font-size: 40px;
  line-height: 31px;
}
.saffireMobileSize #multiScheduleFeature .featureItemDate span {
  font-size: 32px;
  line-height: 32px;
}
#multiScheduleFeature .featureItemDate span.year {
  font-size: 12px !important;
}
#multiScheduleFeature .featureItemDescription {
  font-family: "BitterRegular", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
  flex-direction: column;
  display: none;
}
#multiScheduleFeature .all-events-btn {
  color: #fff;
  font-family: "bellfortpressbold-webfont";
  border-radius: 50px;
  letter-spacing: 0.6px;
  margin: 9px auto;
  text-align: center;
  display: inline-flex;
  font-size: 18px;
  line-height: 1;
  width: 100%;
  justify-content: center;
}
.saffireMobileSize #multiScheduleFeature .all-events-btn {
  margin: 7px auto 0;
  letter-spacing: 0;
}
#multiScheduleFeature a.date-link:nth-child(2) {
  order: 1;
}
#multiScheduleFeature h1.multi-title {
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.69px;
}
.saffireMobileSize #multiScheduleFeature h1.multi-title {
  font-size: 24px;
}

.multi-icon {
  background: url(images/calendar-icon.png) center/contain no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0px auto 18px;
}
.saffireMobileSize .multi-icon {
  margin: 0px auto 15px;
}

.socialNetworks {
  z-index: 8;
  position: fixed;
  right: -80px;
  top: 20%;
  transition: 0.6s ease;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  padding: 5px 3px;
}
.socialNetworks img {
  display: block;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
}
.socialNetworks > span, .socialNetworks > a {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  left: 0;
  border: 3px solid rgba(0, 0, 0, 0.4);
  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: #eeeeee;
}

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

@media screen and (max-width: 1230px) {
  .socialNetworks {
    top: auto;
    right: 0;
    bottom: -60px;
    border-top: none;
    border-bottom: none;
    padding: 0;
  }
  .socialNetworks img {
    max-width: 30px;
    max-height: 30px;
  }
  .socialNetworks > a, .socialNetworks > #musicPlayerLink {
    max-width: 30px;
    max-height: 30px;
    bottom: 0;
    float: left;
    margin: 0;
    transition: 0.2s;
    background-size: contain;
  }
  .socialNetworks > a:hover {
    left: 0;
    bottom: 6px;
    z-index: 2;
    transition: 0.2s;
    bottom: 0;
  }
  .socialNetworks #musicPlayerLink {
    margin: 3px;
    background-size: cover;
  }
  .socialNetworks #musicPlayerLink #musicPlayerDropdown {
    top: auto;
    bottom: -3px;
    right: 33px;
  }
}
.socialNetworks a:hover {
  background-color: #0081d1;
}

.socialNetworks .socialNetworkIconTwitter:hover {
  background-color: #1da1f2;
}
.socialNetworks .socialNetworkIconFacebook:hover {
  background-color: #3b5998;
}
.socialNetworks .socialNetworkIconInstagram:before {
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  opacity: 0;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.socialNetworks .socialNetworkIconInstagram:hover {
  background: none;
}
.socialNetworks .socialNetworkIconInstagram:hover:before {
  transition: 0.2s;
  opacity: 1;
}
.socialNetworks .socialNetworkIconTumblr:hover {
  background-color: #35465c;
}
.socialNetworks .socialNetworkIconPeriscope:hover {
  background-color: #3aa4c6;
}
.socialNetworks .socialNetworkIconPinterest:hover {
  background-color: #bd081c;
}
.socialNetworks .socialNetworkIconSpotify:hover {
  background-color: #1ed760;
}
.socialNetworks .socialNetworkIconFlickr:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #0063dc 0%, #0063dc 50%, #0063dc 50%, #ff0084 50%, #ff0084 100%);
  opacity: 0;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.socialNetworks .socialNetworkIconFlickr:hover {
  background: none;
}
.socialNetworks .socialNetworkIconFlickr:hover:before {
  transition: 0.2s;
  opacity: 1;
}
.socialNetworks .socialNetworkIconLinkedIn:hover {
  background-color: #0077b5;
}
.socialNetworks .socialNetworkIconYoutube:hover {
  background-color: #cd201f;
}
.socialNetworks .socialNetworkIconGooglePlus:hover {
  background-color: #dd4b39;
}
.socialNetworks .socialNetworkIconSnapchat:hover {
  background-color: #fffc00;
}

.pageIsLoaded .socialNetworks {
  right: 0;
  right: 10px;
}
@media screen and (max-width: 1230px) {
  .pageIsLoaded .socialNetworks {
    bottom: 0;
    bottom: 5px;
    right: 5px;
  }
}

/* SOCIAL NETWORK PLUGIN */
#socialNetworkWidget {
  height: auto;
  width: 100%;
  max-width: 98%;
  display: flex !important;
  flex-wrap: wrap;
  padding: 14px 0 0;
  justify-content: center;
}
.saffireMobileSize #socialNetworkWidget {
  max-width: 96%;
  padding: 29px 0 0;
}
#socialNetworkWidget .social-title {
  width: 100%;
  text-align: center;
  margin: 0 0 19px;
  font-size: 40px;
}
#socialNetworkWidget .socialTabContainer {
  background: transparent;
  display: none;
  padding: 10px 0;
}
#socialNetworkWidget .socialNetworkTab {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  margin: 0 10px;
  width: 40px;
  height: 40px;
}
#socialNetworkWidget .socialNetworkTab .circle {
  fill: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
}
#socialNetworkWidget .socialNetworkTab .circle:hover {
  fill: #fff;
  transition: 0.3s;
}
#socialNetworkWidget .socialNetworkTab.activeTab .circle {
  fill: #fff;
}
#socialNetworkWidget .socialFeedContainer {
  position: relative;
  top: 0;
  left: 0;
  width: 370px;
  height: 480px;
  max-width: 98%;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 374px) {
  #socialNetworkWidget .socialFeedContainer {
    width: 360px;
  }
}
#socialNetworkWidget #instafeedContainer img {
  width: 45%;
  margin-right: 3%;
  margin-left: 2%;
}
#socialNetworkWidget #instafeedContainer > a:hover {
  opacity: 0.8;
}
#socialNetworkWidget #facebookfeedContainer {
  overflow: hidden;
}

.top-tab {
  display: flex;
  padding: 14px 20px;
  justify-content: center;
  align-items: center;
}

.insta-icon {
  background: url(images/instagram-icon.png) center/contain no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0px auto 18px;
}
@media only screen and (max-width: 826px) {
  .insta-icon {
    margin: 20px auto 11px;
  }
}

.fb-icon {
  background: url(images/facebook-icon.png) center/contain no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0px auto 18px;
}
.saffireMobileSize .fb-icon {
  margin: 0px auto 12px;
}

.socialbg {
  background: url(images/black-bg.jpg);
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 390px;
  border-radius: 10px;
}
.saffireMobileSize .socialbg {
  margin: 0 auto;
}
@media only screen and (max-width: 400px) {
  .saffireMobileSize .socialbg {
    width: 100%;
    max-width: 93%;
  }
}

/* Set the container ID*/
/* Size the container*/
/* Size the images*/
/* Format titles*/
/* Format arrows*/
#sponsorWidgetContainer {
  position: relative;
  width: 100%;
  max-width: 1410px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 28px 65px 45px;
}
.saffireMobileSize #sponsorWidgetContainer {
  padding: 37px 0 52px;
}
#sponsorWidgetContainer .sponsorWidgetContainer {
  padding-top: 36px;
}
#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: 140px;
}
.saffireMobileSize #sponsorWidgetContainer .sponsorCarouselImage img {
  max-height: 60px;
}
#sponsorWidgetContainer #sponsorsTitleContainer {
  width: 100%;
  text-align: center;
  top: 4px;
  left: 0;
  right: 0;
}
.saffireMobileSize #sponsorWidgetContainer #sponsorsTitleContainer {
  top: 23px;
}
#sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  font-family: "bellfortpressbold-webfont";
  font-size: 36px;
  color: #1d1d1d;
  text-shadow: none;
}
.saffireMobileSize #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  font-size: 30px;
}
#sponsorWidgetContainer #sponsorArrowRight {
  width: 35px;
  height: 37px;
  right: 7px;
  top: 53%;
  transform: translateY(-50%);
  background: url(images/sponsor-right.png) center/auto no-repeat;
}
#sponsorWidgetContainer #sponsorArrowRight span {
  display: none;
}
.saffireMobileSize #sponsorWidgetContainer #sponsorArrowRight {
  display: none;
}
#sponsorWidgetContainer #sponsorArrowLeft {
  width: 35px;
  height: 37px;
  left: 7px;
  top: 53%;
  transform: translateY(-50%);
  background: url(images/sponsor-left.png) center/auto no-repeat;
}
#sponsorWidgetContainer #sponsorArrowLeft span {
  display: none;
}
.saffireMobileSize #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: "\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: #111;
}

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

#majorSponsorImageContainer img {
  max-height: 175px;
}
.saffireMobileSize #majorSponsorImageContainer img {
  max-height: 50px;
  margin: 44px 0 64px;
}

#majorSponsorTitleContainer {
  left: 0;
  right: 0;
  text-align: center;
}

#majorSponsorTitleContainer .homepageh1 {
  font-size: 36px;
}

#majorSponsorImageContainer img {
  max-height: 175px;
  margin: 42px 0 60px;
}

.majorSponsor {
  justify-content: center;
}

#siteInfoBannerWidget {
  box-sizing: border-box;
  position: static;
  display: none !important;
  height: auto;
  width: auto;
  max-width: 100%;
  margin: 1px 0 0;
  padding: 4px 17px;
  background: transparent;
  font-family: "BitterRegular";
  font-size: 14px;
  color: #000;
  text-align: left;
  line-height: 1;
  z-index: 2;
  min-width: auto;
  flex-direction: column;
  justify-content: center;
}
.king-subpage-theme #siteInfoBannerWidget {
  display: inline-flex !important;
  order: 3;
  position: absolute;
  right: -228px;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .king-subpage-theme #siteInfoBannerWidget {
    right: -132px;
  }
}
#siteInfoBannerWidget #eventDates {
  font-family: "bellfortpressbold-webfont";
  font-size: 37px;
  font-weight: 400;
  color: #c90006;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}
@media screen and (max-width: 1130px) {
  #siteInfoBannerWidget #eventDates {
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) {
  #siteInfoBannerWidget #eventDates {
    font-size: 18px;
  }
}
#siteInfoBannerWidget #eventName {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.4px;
  padding-left: 8px;
}
@media screen and (max-width: 960px) {
  #siteInfoBannerWidget #eventName {
    font-size: 9px;
  }
}
@media screen and (max-width: 1130px) {
  #siteInfoBannerWidget #eventName {
    padding: 0;
  }
}
#siteInfoBannerWidget .countdownDays {
  display: inline-block;
  font-family: "BitterRegular";
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
@media screen and (max-width: 960px) {
  #siteInfoBannerWidget .countdownDays {
    font-size: 9px;
  }
}

.saffireMobileSize #siteInfoBannerWidget {
  left: auto;
  right: auto !important;
  padding: 4px 17px;
  background: transparent;
  color: #000;
  width: 100%;
  position: absolute;
  bottom: 4px;
  left: 0;
  margin: 0px auto;
  right: 0 !important;
  text-align: center;
}
.saffireMobileSize #siteInfoBannerWidget #eventName {
  font-size: 14px;
  color: inherit;
}
.saffireMobileSize #siteInfoBannerWidget #eventDates {
  font-size: 18px;
}
.saffireMobileSize #siteInfoBannerWidget .countdownDays {
  font-size: 14px;
}

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

#hotButtons {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin-left: auto;
  padding: 0;
}
@media only screen and (max-width: 1239px) {
  #hotButtons {
    margin: 0;
  }
}
.saffireMobileSize #hotButtons {
  margin: 19px auto;
}
#hotButtons .card-widget-item {
  box-sizing: border-box;
  display: flex;
  background: transparent;
}
#hotButtons .card-widget-item .image-container {
  display: block;
  width: 235px;
  height: 157px;
  background-repeat: no-repeat;
  background-size: contain;
}
.saffireMobileSize #hotButtons .card-widget-item .image-container {
  width: 166px;
  height: 111px;
  background-size: contain;
}
#hotButtons .card-widget-item:nth-child(2) .image-container {
  display: block;
  width: 191px;
  margin-left: 29px;
  margin-top: 16px;
  background-repeat: no-repeat;
}
.saffireMobileSize #hotButtons .card-widget-item:nth-child(2) .image-container {
  background-size: contain;
  width: 136px;
  height: 92px;
  margin: 12px 5px 18px 20px;
}
#hotButtons .card-content {
  display: none;
  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: 100%;
  font: 16px "bellfortpressbold-webfont", Arial, Verdana, sans-serif;
  color: #323232;
}
#hotButtons .card-widget-description {
  display: none;
}
#hotButtons .buttonwrap {
  display: none;
}

#swiperWidget {
  width: 1200px;
  max-width: 100%;
  margin: 0px auto;
}
#swiperWidget .swiper-container-images {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
#swiperWidget .swiper-container-images .swiper-image-container {
  max-width: 100%;
  height: 56.27vw;
  max-height: 619px;
  background-size: cover;
  background-position: center;
}
#swiperWidget .swiper-container-content {
  width: 100%;
  max-width: 100%;
}
#swiperWidget .swiper-container-content .swiper-content-container {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #fff;
  max-width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  padding: 17px 53px 15px 56px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#swiperWidget .swiper-container-content .slide-title {
  display: inline-block;
  font: 500 36px/1 "bellfortpressbold-webfont";
  text-transform: uppercase;
  color: #000;
}
@media screen and (max-width: 1024px) {
  #swiperWidget .swiper-container-content .slide-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  #swiperWidget .swiper-container-content .slide-title {
    font-size: 24px;
  }
}
#swiperWidget .swiper-container-content .button-container {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}
#swiperWidget .swiper-container-content .button-container .button {
  margin: 0px 8px;
  font-size: 20px;
  padding: 9px 21px;
  background: #a40010;
  color: #fff !important;
  line-height: 1;
}
#swiperWidget .swiper-container-content .button-container .button:hover {
  background: #e29e0b;
}
@media screen and (max-width: 1024px) {
  #swiperWidget .swiper-container-content .button-container .button {
    font-size: 16px;
  }
}
#swiperWidget .swiper-container-content .swiper-pagination {
  position: relative;
  padding: 5px 0 8px;
  bottom: 0;
}
#swiperWidget .swiper-container-content .swiper-button-prev,
#swiperWidget .swiper-container-content .swiper-button-next {
  top: 34%;
  transform: translateY(-50%);
  margin: 0;
  width: 21px;
  height: 22px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#swiperWidget .swiper-container-content .swiper-button-prev {
  background-image: url(images/slideshow-left.png);
  left: 14px;
}
#swiperWidget .swiper-container-content .swiper-button-next {
  background-image: url(images/slideshow-right.png);
  right: 15px;
}
#swiperWidget .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  opacity: 0.65;
  background: #fff;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
}
#swiperWidget .swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
}

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

.saffireMobileSize #swiperWidget {
  width: 100%;
}
.saffireMobileSize #swiperWidget .desktop-pagination {
  display: none;
}
.saffireMobileSize #swiperWidget .mobile-pagination {
  padding: 0 0 2px;
}
.saffireMobileSize #swiperWidget .swiper-container-images {
  width: 100%;
}
.saffireMobileSize #swiperWidget .swiper-container-content .swiper-content-container {
  flex-direction: column;
  padding: 0 25px 8px;
  border-radius: 0;
}
.saffireMobileSize #swiperWidget .swiper-container-content .slide-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 24px;
  text-align: center;
  line-height: 1.2;
}
.saffireMobileSize #swiperWidget .swiper-container-content .button-container {
  flex: 1 1 100%;
  justify-content: center;
  padding-right: 7px;
  margin-top: 10px;
}
.saffireMobileSize #swiperWidget .swiper-container-content .button {
  font-size: 20px;
}
.saffireMobileSize #swiperWidget .swiper-container-content .swiper-button-prev,
.saffireMobileSize #swiperWidget .swiper-container-content .swiper-button-next {
  display: none;
}
.saffireMobileSize #swiperWidget .swiper-container-content .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  box-shadow: none;
  background: #b2b2b2;
}
.saffireMobileSize #swiperWidget .swiper-container-content .swiper-pagination-bullet-active {
  background: #ff9b23;
}

#hotButtonsSponsor {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 90px 0 48px;
  align-items: center;
}
.saffireMobileSize #hotButtonsSponsor {
  padding: 90px 0 17px;
}
#hotButtonsSponsor .card-content {
  display: none;
}
#hotButtonsSponsor img.card-widget-image.lozad {
  max-height: 175px;
  margin: 0px 28px;
  width: auto;
}
.saffireMobileSize #hotButtonsSponsor img.card-widget-image.lozad {
  max-height: 60px;
  margin: 0px 7px;
}
#hotButtonsSponsor .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 16px "bellfortpressbold-webfont", Arial, Verdana, sans-serif;
  color: #323232;
}
#hotButtonsSponsor .card-widget-description {
  display: none;
}
#hotButtonsSponsor .buttonwrap {
  display: none;
}
#hotButtonsSponsor a.card-widget-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1271px) {
  #hotButtonsSponsor .owl-stage {
    width: 100% !important;
  }
}

.hotbutton-outer h1 {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 18px 0;
  top: 0;
  font-size: 36px;
}
.saffireMobileSize .hotbutton-outer h1 {
  font-size: 30px;
}

body.king-subpage-theme {
  background: url(images/subpage-bg.jpg) !important;
  background-size: cover !important;
}
body.king-subpage-theme:before {
  content: "";
  width: 100%;
  background: url(images/subpage-bg-shade.jpg);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 40%;
  bottom: 0;
}
body.king-subpage-theme:after {
  content: "";
  width: 100%;
  background: linear-gradient(to bottom, rgba(188, 34, 38, 0.09) 0%, rgba(188, 34, 38, 0.75) 32%, rgba(188, 34, 38, 0.94) 41%, rgba(188, 34, 38, 0.94) 65%, rgba(188, 34, 38, 0.85) 69%, rgba(188, 34, 38, 0.13) 100%);
  position: absolute;
  left: 0;
  top: 35%;
  width: 100%;
  height: 100px;
}
body.king-subpage-theme .header-left a.custom-logo {
  display: none;
}
body.king-subpage-theme a.header-logo {
  margin: 1px -5px;
}
body.king-subpage-theme .header {
  padding-bottom: 9px;
}

.FAQModule hr {
  display: none;
}

.faqQuestion,
.faqAnswer {
  background: #fff;
  color: #000;
}

.FAQModule .faqQuestion,
.FAQModule .faqAnswer {
  width: 100%;
}

.featureLineupContainer .subContainer {
  background: #fff;
}

.faqQuestion,
.faqQuestion.faqIsVisible {
  display: flex !important;
  align-items: center;
  background: #f0f0f0;
  color: #000;
}
.faqQuestion:before,
.faqQuestion.faqIsVisible:before {
  content: "" !important;
  display: block;
  max-width: 61px;
  width: 100%;
  height: 57px;
  background: url(images/plus-icon.jpg) no-repeat;
  margin-right: 12px !important;
  border-radius: 0;
}

.featureLineup-buttons.subContainer {
  background: #fff;
  box-shadow: none !important;
  width: 100%;
}

.faq a.faqQuestion {
  max-width: 100%;
}

.faqAnswer {
  width: 93.9% !important;
  margin: 0 0 0 auto !important;
  background: transparent;
  box-sizing: border-box;
  padding: 9px 15px;
  max-width: 100% !important;
}

a.faqQuestion {
  font-size: 16px;
  font-family: "BitterRegular" !important;
  color: #323232 !important;
}
.saffireMobileSize a.faqQuestion {
  font-size: 11px;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: pan-Y;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  user-select: none;
  width: auto !important;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #869791;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: pan-Y;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #869791;
}

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