@charset "UTF-8";
/************** LOAD FONTS ******************/
@font-face {
  font-family: "OpenSans-Light-webfont";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-Light-webfont.woff2) format("woff2"), url(fonts/OpenSans-Light-webfont.woff) format("woff");
}
@font-face {
  font-family: "OpenSans-Regular-webfont";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-Regular-webfont.woff2) format("woff2"), url(fonts/OpenSans-Regular-webfont.woff) format("woff");
}
@font-face {
  font-family: "OpenSans-Semibold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-Semibold-webfont.woff2) format("woff2"), url(fonts/OpenSans-Semibold-webfont.woff) format("woff");
}
@font-face {
  font-family: "OpenSans-Bold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-Bold-webfont.woff2) format("woff2"), url(fonts/OpenSans-Bold-webfont.woff) format("woff");
}
@font-face {
  font-family: "OpenSans-ExtraBold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-ExtraBold-webfont.woff2) format("woff2"), url(fonts/OpenSans-ExtraBold-webfont.woff) format("woff");
}
@font-face {
  font-family: "roboto-black-webfont";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/roboto-black-webfont.woff2) format("woff2"), url(fonts/roboto-black-webfont.woff) format("woff");
}
@font-face {
  font-family: "roboto-bold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/roboto-bold-webfont.woff2) format("woff2"), url(fonts/roboto-bold-webfont.woff) format("woff");
}
@font-face {
  font-family: "WorkSansBlack";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/WorkSansBlack.woff2) format("woff2"), url(fonts/WorkSansBlack.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: #043872;
  font: 17px/1.5 "roboto-bold-webfont", Arial, Verdana, sans-serif;
}

b,
strong {
  font-family: "roboto-black-webfont";
}

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

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

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

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

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

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

a:hover {
  text-decoration: none;
}

.media-container-popup .text-container h2 {
  color: #fff !important;
}

input.textbox {
  padding: 9.2px 10px;
}

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

.saffireMobileSize #dynamicModal,
.saffireMobileSize .modal.nested {
  max-height: 66vh !important;
  overflow-y: hidden !important;
}

.modalClose > a.modalCloseButton {
  margin-right: 5px;
  border-radius: 50%;
  top: -47px;
  position: relative;
  right: -15px;
  font-size: 16px;
  line-height: 24px;
  min-width: 31px !important;
}

.modalContent.emailSignupThankYouMessage,
.modalContent.emailSignupThankYouMessage h1 {
  line-height: 1.4;
}

.getUpdatesPageEmailModule .emailSignup.modalOnly .inputFieldTextbox {
  padding: 12px 10px !important;
}

.saffireMobileSize.modalBody .emailInputSubmit {
  margin-top: 0;
}

.saffireMobileSize .ui-dialog {
  max-width: 91%;
}

.getUpdatesPageEmailModule .emailSignup.modalOnly {
  max-width: 280px;
  margin: 0 auto;
  height: 113px;
}

.media-container-popup .text-container h2 {
  color: #fff !important;
}

#dynamicModal {
  height: 280px !important;
}

.modalClose {
  height: 0;
}

.featureLineup-more {
  top: 242px;
}

.ui-dialog {
  width: 500px !important;
}

.saffireMobileSize div#pnl_googleTranslate {
  margin-top: 30px;
}

.mobile-menu-container .search-container input[type=text] {
  margin: 0 !important;
}

.itemDetailContainer, .calloutArrow, .calloutArrowGallery {
  z-index: 1;
}

/***************** CONTAINERS **************************/
.wrapper {
  width: 100%;
}

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

body:not(.homepage) .content {
  position: relative;
  max-width: calc(1030px - 15px - 15px);
  margin: 200px auto 130px;
  padding: 15px 15px 15px 15px;
  background: #fff;
}
body:not(.homepage).saffireMobileSize .content {
  margin-top: 218px;
}
body:not(.homepage).generalMessageOn .content {
  margin-top: 280px;
}
body:not(.homepage).generalMessageOn.siteInfoBannerOff.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast .content {
  margin-top: 240px;
}

.cookiebanneradded .main-content-wrap {
  padding-top: 269px;
}

body:not(.homepage).cookiebanneradded .content {
  margin: 224px auto 130px;
}

.cookiebanneradded.generalMessageOn .main-content-wrap {
  padding-top: 309px;
}

body:not(.homepage).cookiebanneradded.generalMessageOn .content {
  margin: 258px auto 130px;
}

.saffireMobileSize.cookiebanneradded .main-content-wrap {
  padding-top: 253px;
}

.saffireMobileSize.generalMessageOn.cookiebanneradded .main-content-wrap {
  padding-top: 278px;
}

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

.subContainer {
  background: #ccc;
  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: #d9181c;
  color: #fff;
}
.dateDisplayBar a,
.dateDisplay a {
  color: #fff;
}

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

.orderhistory {
  background: #d9181c;
}

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

.alternateRow {
  background: #e5e5e5;
}

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

.multi-wrap {
  z-index: 5;
  justify-content: flex-end;
  right: 0;
  display: flex;
  position: absolute;
  top: 59px;
}
@media screen and (max-width: 1350px) {
  .multi-wrap {
    right: 10px;
  }
}
@media screen and (max-width: 1329px) {
  .multi-wrap {
    position: static;
    padding: 28px 0;
    display: flex;
    justify-content: center;
  }
}
.saffireMobileSize .multi-wrap {
  padding: 28px 0;
}

.main-content-wrap {
  width: 100%;
  height: 100%;
  padding: 251px 0 51px;
  position: relative;
}
.saffireLargeSize .main-content-wrap .main-content-inner {
  margin-top: 15%;
}
.saffireMobileSize .main-content-wrap {
  padding: 142px 0 14px;
}
.saffireMobileSize.generalMessageOn .main-content-wrap {
  padding-top: 182px;
}
.main-content-wrap:before {
  content: "";
  background: url(images/big-slide.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.5s ease;
  background-attachment: fixed;
}
.saffireWindowScrolled .main-content-wrap:before {
  opacity: 0.25;
}

.slideshow-wrapper {
  max-width: 1304px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1329px) {
  .slideshow-wrapper {
    display: block;
  }
}

.tier-two {
  background: #fff;
  padding: 61px 0 34px;
}
.saffireMobileSize .tier-two {
  padding: 13px 0 0;
}
.tier-two .tier-two-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 801px) {
  .tier-two .tier-two-inner:before {
    content: "";
    background: url(images/tier-two-bg.png) no-repeat;
    position: absolute;
    right: 0;
    top: -62px;
    width: 59%;
    height: 532px;
    background-size: cover;
  }
}
@media only screen and (max-width: 1480px) {
  .tier-two .tier-two-inner {
    flex-direction: column;
  }
}
.tier-two .tier-two-inner .tier-two-left {
  width: 50%;
}
@media only screen and (max-width: 1480px) {
  .tier-two .tier-two-inner .tier-two-left {
    width: 100%;
  }
}
.tier-two .tier-two-right {
  background: #043872;
  width: 55%;
  border-radius: 10px 0 0 10px;
  box-sizing: border-box;
  padding: 50px;
  position: relative;
  margin: 58px 0 0 -4.6%;
}
.saffireMobileSize .tier-two .tier-two-right {
  padding: 0;
}
@media only screen and (max-width: 1480px) {
  .tier-two .tier-two-right {
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 0;
    margin: 0;
  }
}

.signup-wrap {
  background: url(images/subscribe-bg.jpg) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 13px 0 0;
  padding: 35px 0 39px;
  border-radius: 0 10px 10px 0;
}
.saffireMobileSize .signup-wrap {
  padding: 35px 10px 41px 27px;
  box-sizing: border-box;
  margin: 13px 0 13px;
}
@media only screen and (max-width: 1480px) {
  .signup-wrap {
    align-items: flex-end;
    border-radius: 0;
  }
}
.signup-wrap .signup-inner {
  max-width: 522px;
  width: 100%;
}
.signup-wrap .signup-inner a {
  width: 123px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  color: #043872;
  text-decoration: none;
  font-family: "WorkSansBlack";
  font-size: 17px;
}
.signup-wrap h3 {
  font: 34px "WorkSansBlack", Arial, Verdana, sans-serif;
  color: #043872;
  line-height: 1;
  margin: 0 0 21px;
}
.saffireMobileSize .signup-wrap h3 {
  font-size: 28px;
}
.signup-wrap h3:after {
  content: "";
  background: url(images/divider-line-blue.png);
  width: 84px;
  height: 8px;
  display: block;
  margin: 16px 0 14px;
}
.saffireMobileSize .signup-wrap h3:after {
  margin: 15px 0 14px;
}

.footer-container {
  background: #042c5a;
  display: flex;
  height: 422px;
  box-sizing: border-box;
  padding: 9px 0 43px;
}
@media screen and (max-width: 1329px) {
  .footer-container {
    flex-direction: column;
    height: auto;
    padding: 0;
  }
}
.footer-container .footer-left {
  background: #043872;
  border-radius: 0 10px 10px 0;
  max-width: 642px;
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 34px 0 0 57px;
  z-index: 1;
}
@media screen and (max-width: 1540px) {
  .footer-container .footer-left {
    max-width: 505px;
    padding: 34px 0 0 0;
  }
}
@media screen and (max-width: 1329px) {
  .footer-container .footer-left {
    max-width: 100%;
    padding: 24px;
    justify-content: center;
  }
}
.saffireMobileSize .footer-container .footer-left {
  padding: 18px 10px 33px;
}
@media screen and (max-width: 374px) {
  .saffireMobileSize .footer-container .footer-left {
    padding: 18px 2px 33px;
  }
}
.footer-container .footer-info {
  display: flex;
  box-sizing: border-box;
  padding: 9px 23px 0;
}
.saffireMobileSize .footer-container .footer-info {
  padding: 0px 12px 0;
  margin: -3px 0 0;
}
.footer-container .footer-info ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  font-family: "roboto-bold-webfont";
  font-size: 17px;
  line-height: 1;
}
.saffireMobileSize .footer-container .footer-info ul {
  font-size: 12px;
  margin: 0 12px 0 0;
}
.footer-container .footer-info li {
  line-height: 1.9;
}
.saffireMobileSize .footer-container .footer-info li {
  line-height: 2;
}
.footer-container .footer-info li a {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 0 0 0 35px;
  box-sizing: border-box;
  position: relative;
}
.saffireMobileSize .footer-container .footer-info li a {
  padding: 0 0 0 26px;
}
.footer-container .footer-info .info-left {
  margin: 0 31px 0 0;
}
.footer-container .footer-info .info-left .mail a:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 5px;
  background: url(images/email-icon.png) center/contain no-repeat;
  display: block;
  width: 21px;
  height: 14px;
}
.saffireMobileSize .footer-container .footer-info .info-left .mail a:before {
  top: 4px;
  width: 15px;
  height: 10px;
}
.footer-container .footer-info .info-left .phone a:before {
  content: "";
  position: absolute;
  left: 3px;
  top: -1px;
  background: url(images/phone-icon.png) center/contain no-repeat;
  display: block;
  width: 17px;
  height: 24px;
}
.saffireMobileSize .footer-container .footer-info .info-left .phone a:before {
  left: 4px;
  width: 12px;
  height: 19px;
}
.footer-container .footer-info .info-right .address {
  position: relative;
  padding: 0 0 0 35px;
  box-sizing: border-box;
}
.saffireMobileSize .footer-container .footer-info .info-right .address {
  padding: 0 0 0 28px;
}
.footer-container .footer-info .info-right .address:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 6px;
  background: url(images/location-icon.png) center/contain no-repeat;
  display: block;
  width: 15px;
  height: 21px;
}
.saffireMobileSize .footer-container .footer-info .info-right .address:before {
  width: 11px;
  height: 15px;
}
.footer-container .copyright-content {
  font-family: "roboto-bold-webfont";
  font-size: 11px;
  line-height: 1.6;
  max-width: 248px;
  box-sizing: border-box;
  padding: 21px 0 0 23px;
}
.saffireMobileSize .footer-container .copyright-content {
  padding: 15px 0 0;
  margin: 0 auto;
  text-align: center;
}

.footer-right {
  display: flex;
  background: url(images/footer-right-bg.jpg) no-repeat left center #fdb927;
  border-radius: 10px 0 0 10px;
  height: 544px;
  position: relative;
  top: -69px;
  margin-left: -13.7%;
  width: 80%;
  align-items: flex-start;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 67px 0 5px;
  flex-wrap: wrap;
  overflow: hidden;
}
@media screen and (max-width: 1329px) {
  .footer-right {
    border-radius: 0;
    height: auto;
    top: 0;
    margin-left: 0;
    width: 100%;
    padding: 27px 0;
    justify-content: center;
  }
}
@media screen and (max-width: 994px) {
  .footer-right {
    flex-direction: column;
    align-items: center;
    padding: 0 0 24px;
    overflow: visible;
    background-position: top center;
  }
}
.footer-right .footerNav {
  display: flex;
  flex-direction: column;
  margin: 0 102px 0 0;
}
@media screen and (max-width: 1540px) {
  .footer-right .footerNav {
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 994px) {
  .footer-right .footerNav {
    margin: 20px 0;
    text-align: center;
  }
}
.saffireMobileSize .footer-right .footerNav {
  padding: 14px 15px;
  margin: 20px 0 9px;
}
.footer-right .footerNav h3 {
  color: #043872;
  font-size: 22px;
  line-height: 1;
  margin: 0;
}
.footer-right .footerNav h3:after {
  content: "";
  background: url(images/divider-line-blue.png);
  width: 84px;
  height: 8px;
  display: block;
  margin: 15px 0 12px;
}
@media screen and (max-width: 994px) {
  .footer-right .footerNav h3:after {
    margin: 15px auto 12px;
  }
}
.footer-right .footerNav ul {
  font-family: "roboto-bold-webfont";
  font-size: 16px;
  line-height: 1.2;
  color: #043872;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.footer-right .footerNav ul li {
  line-height: 28px;
}
.footer-right .footerNav ul li a {
  color: #043872;
}
.footer-right .powered-by-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #043872;
  font-family: "roboto-bold-webfont";
  font-size: 11px;
  margin: -15px 31px 0 0;
}
@media screen and (max-width: 1329px) {
  .footer-right .powered-by-wrap {
    margin: 0;
    justify-content: center;
  }
}
.saffireMobileSize .footer-right .powered-by-wrap {
  margin: 5px 0 0 0;
}
.footer-right .saffire_logo {
  top: 2px !important;
}

.cookiebannerwrap {
  background: #fff;
}
body:not(.homepage) .cookiebannerwrap {
  display: none;
}

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #fdb927;
  font-family: "roboto-bold-webfont", Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #043872;
  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;
  z-index: 111111;
  top: 0;
  position: fixed;
  background: #043872;
}

.header-inner {
  max-width: 1367px;
  height: 106px;
  display: flex;
  justify-content: center;
  margin: 0px auto;
  position: relative;
}
.header-inner:before {
  content: "";
  display: block;
  left: -160px;
  bottom: -1px;
  position: absolute;
  opacity: 0.4;
  bottom: 0;
  background: url(images/header-flags.png) no-repeat;
  width: 225px;
  height: 97px;
}
.header-inner .header-left {
  position: absolute;
  left: 0;
}
.header-inner .header-right {
  margin-left: auto;
  margin-right: 38px;
  padding: 11px 0 0;
}
@media screen and (max-width: 1350px) {
  .header-inner .header-right {
    margin-right: 20px;
  }
}
.saffireMobileSize .header-inner .header-right {
  padding: 17px 0px 25px;
  margin-right: 12px;
}
.header-inner .top-links {
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.header-inner .nav-wrap {
  display: flex;
  margin: -7px 0 0;
  align-items: center;
}
.saffireMobileSize .header-inner .nav-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  justify-content: flex-end;
  margin-top: 25px;
  padding: 16px 0 15px;
}

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

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

.header-logo {
  display: block;
  width: 350px;
  height: 178px;
  background: url(images/logo.png) center/contain no-repeat;
  z-index: 9;
  position: relative;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1340px) {
  .header-logo {
    width: 273px;
    height: 139px;
  }
}
@media screen and (max-width: 1200px) {
  .header-logo {
    width: 273px;
    height: 143px;
  }
}
@media screen and (max-width: 991px) {
  .header-logo {
    width: 252px;
    height: 129px;
  }
}
.saffireMobileSize .header-logo {
  width: 221px;
  height: 153px;
  background-position: left !important;
  margin-left: -7px;
}
.saffireWindowScrolled.saffireLargeSize .header-logo {
  width: 221px;
  height: 119px;
}

.ticket {
  color: #043872;
  font-size: 21px;
  font-family: "WorkSansBlack";
  background: #fdb927;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 158px;
  height: 40px;
  padding: 0;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 0 2px;
  margin: 0 0 0 18px;
}
.ticket:hover {
  color: #043872;
  font-size: 21px;
  font-family: "WorkSansBlack";
  background: #cf9720;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 158px;
  height: 40px;
}

.saffireMobileSize a.ticket {
  color: #043872;
  font-size: 21px;
  font-family: "WorkSansBlack";
  background: #fdb927;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 158px;
  height: 40px;
  padding: 0;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 13px 0 0 !important;
}
.saffireMobileSize a.ticket:hover {
  color: #043872;
  font-size: 21px;
  font-family: "WorkSansBlack";
  background: #cf9720;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 158px;
  height: 40px;
  padding: 0;
  border-radius: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 374px) {
  .saffireMobileSize a.ticket {
    margin: 0 7px 0 0 !important;
  }
}

.fa-search:before {
  content: "";
  color: #36608e;
}

.header .searchBox:not(.clonedSearchBox) {
  display: inline-flex;
  align-items: center;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
  height: 30px;
  width: 170px;
  padding: 0 5px;
  font-size: 14px;
  font-family: "roboto-bold-webfont", Arial, Verdana, sans-serif;
  border-radius: 0 !important;
  outline: none;
  width: 0;
  padding: 0;
  transition: 0.2s;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input:focus {
  width: 170px;
  padding: 0 5px;
  transition: 0.2s;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 10px;
  background: transparent;
  border-radius: 0 !important;
  font-size: 14px;
  font-family: "roboto-bold-webfont", Arial, Verdana, sans-serif;
  width: 35px;
  padding: 0;
  font-size: 0;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:before {
  content: "";
  width: 19px;
  height: 20px;
  background: url(images/search-icon.png) no-repeat;
  display: block;
  font-size: 18px;
  font-family: "FontAwesome";
  line-height: 1;
  color: #000;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover {
  background: transparent;
}
.header .searchBox:not(.clonedSearchBox):hover .searchBoxInput input {
  width: 170px;
  padding: 0 5px;
  transition: 0.2s;
}

.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: "";
  position: static;
  line-height: 1;
  font-size: 26px;
  color: #eee;
}

.saffireLargeSize .viewcart {
  display: inline-flex;
  color: inherit;
  margin: 0 0 0 7px;
}
.saffireLargeSize .viewcart .cartMenuLink {
  display: inline-flex;
  color: inherit;
  color: #fff;
  font-size: 15px;
  font-family: "roboto-bold-webfont";
}
.saffireLargeSize .viewcart .cartMenuLink:before {
  content: "";
  background: url(images/cart-icon.png) no-repeat;
  width: 25px;
  height: 20px;
  margin: 1px 6px 0 0;
  display: block;
  position: relative;
  font-family: "FontAwesome";
  font-size: 26px;
  line-height: 1;
  color: inherit;
}

.saffireMobileSize .viewcart {
  display: inline-flex;
  margin-top: 8px;
}
.saffireMobileSize .viewcart .cartMenuLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 20px;
  color: #eee;
  margin-right: 18px;
  color: #eee;
  font-size: 15px;
  font-family: "roboto-bold-webfont";
}
.saffireMobileSize .viewcart .cartMenuLink:before {
  content: "";
  background: url(images/cart-icon.png) no-repeat;
  width: 25px;
  height: 20px;
  display: block;
  position: relative;
  font-family: "FontAwesome";
  font-size: 26px;
  line-height: 1;
  color: inherit;
  margin-right: 5px;
}

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

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

.saffireLargeSize .nav .groups {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.saffireLargeSize .nav .groups .group {
  display: inline-block;
  flex-shrink: 0;
}
.saffireLargeSize .nav .groups .group:last-child .items,
.saffireLargeSize .nav .groups .group:nth-last-child(2) .items {
  left: auto;
  right: 0;
}
.saffireLargeSize .nav .groups .group:last-child .subitems,
.saffireLargeSize .nav .groups .group:nth-last-child(2) .subitems {
  left: auto;
  right: 100%;
}
.saffireLargeSize .nav .groups .group > a {
  display: inline-block;
  padding: 24px 18px 27px;
  line-height: 1;
  background: none;
  font-family: "WorkSansBlack", Arial, Verdana, sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .saffireLargeSize .nav .groups .group > a {
    padding: 24px 8px 27px;
    font-size: 17px;
  }
}
.saffireLargeSize .nav .groups .group:hover > a {
  color: #043872;
  background: #fff;
}
.saffireLargeSize .nav .items {
  top: 100%;
  left: 0;
  padding: 0;
  background: #fff;
}
.saffireLargeSize .nav .items .item a {
  padding: 5px 15px;
  color: #043872;
  font-family: "roboto-bold-webfont", Arial, Verdana, sans-serif;
}
.saffireLargeSize .nav .items .item a:hover {
  color: #043872;
}
.saffireLargeSize .nav .item {
  width: 200px;
  line-height: 1.4;
}
.saffireLargeSize .nav .item:hover {
  background: #b3c3d4;
}
.saffireLargeSize .nav .subitems {
  left: 100%;
  padding: 0;
  background: #fff;
}

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: repeat-x #fff center;
  color: #fff;
  text-align: left;
}
@media screen and (min-width: 1330px) {
  .footer {
    padding: 0 0 126px;
  }
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer ul.footerItems1 {
  margin: 0 auto;
  font-family: "open_sansbold";
  font-size: 14px;
  text-transform: uppercase;
}
.footer .footerSignIn {
  text-transform: uppercase;
}
.footer ul.footerItems2 {
  margin: 0 auto;
}

.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;
}

.mobile-menu-container {
  background-color: #fff;
}
.mobile-menu-container .mobile-menu-header {
  background-color: #043872;
}
.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: #f0f0f0;
}
.mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
.mobile-menu-container .mobile-menu-subheader-btn:active {
  background-color: #022041;
}
.mobile-menu-container .mobile-menu-login-links a {
  font-family: "roboto-bold-webfont";
}
.mobile-menu-container .cart-counter {
  font-family: "roboto-bold-webfont";
}
.mobile-menu-container .search-container input {
  font-family: "roboto-bold-webfont";
  outline: none;
}
.mobile-menu-container .search-container .search-submit-btn {
  color: #333;
}
.mobile-menu-container .mobile-menu-ticket-btn {
  background-color: #043872;
  font-family: "roboto-bold-webfont";
  color: #fff;
  border-color: #fff;
}
.mobile-menu-container .mobile-menu-footer-links a {
  font-family: "roboto-bold-webfont";
  color: #043872;
}

#mobile-nav ul {
  background-color: #fff;
}
#mobile-nav li {
  margin: 0;
}
#mobile-nav li.m-group, #mobile-nav li.m-item, #mobile-nav li.m-subitem {
  border-bottom: 1px solid #fff;
}
#mobile-nav a {
  background-color: #043872;
  font-family: "roboto-bold-webfont";
  color: #fff;
}
#mobile-nav a:hover {
  background-color: #022041;
}
#mobile-nav .has-subitems span {
  background-color: #36608e;
  color: #fff;
  max-width: 69px;
}
#mobile-nav .has-subitems span:hover {
  background-color: #022041;
}

/************************* 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: #d9181c;
  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: #043872;
}
.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: 17px;
}

.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: "WorkSansBlack";
  color: #043872 !important;
  background: #fdb927;
}

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

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

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

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

/* PAGINATION*/
/* LEFT-RIGHT ARROWS*/
/* You shouldn't need to change the items below for the most part*/
/* used for placing pagination - necessary when giving a specific left value - must be set in Spark (default is 5)*/
/* this allows for vertical centering of images - disable if opting for img elements*/
/*/
////////////////////////////////////////////////////////////////////*/
/* MIXINS AND ETC. FOR SLIDER*/
/*/
////////////////////////////////////////////////////////////////////*/
/*/
////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - General Settings*/
/*/
////////////////////////////////////////////////////////////////////*/
.homepage {
  /* Homepage Swiper Slider*/
  /* Slideshow Description*/
  /* Slideshow Description - Current Slide Description*/
  /* New Slider Description Container*/
  /* Slider Title*/
  /* Slideshow Swiper Container*/
  /* Swiper Slide*/
  /* Slider Button Container*/
  /* Slideshow Swiper Button - PREV*/
  /* Slideshow Swiper Button - NEXT*/
  /* Slider Controls container*/
  /* Slideshow Swiper Pagination*/
  /* Play Pause Buttons*/
  /* Play Pause Buttons*/
  /* Slider Play Pause*/
}
.homepage .homepageSwiperSlider {
  position: relative;
}
.homepage .slideshowSwiperDescription {
  display: none;
  /* Slideshow Description - Hover Styles*/
}
.homepage .slideshowSwiperDescription a,
.homepage .slideshowSwiperDescription span {
  display: none;
  text-decoration: none;
}
.homepage .slideshowSwiperDescription .sliderTextDescription {
  display: none !important;
  color: #26712a;
  line-height: 1.2em;
  pointer-events: none;
  max-width: 100%;
}
.homepage .slideshowSwiperDescription.currentSlideDescription {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-family: "MontserratLight";
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  opacity: 0;
  transition: 1s;
}
@media screen and (max-width: 1057) {
  .homepage .slideshowSwiperDescription.currentSlideDescription {
    padding-top: 1em;
    padding-left: 2%;
    padding-right: 2%;
  }
}
.homepage #newSliderDescriptionContainer {
  background: #fff;
}
.homepage .sliderTitle {
  position: relative;
  max-width: 100%;
  line-height: normal;
  font-family: "WorkSansBlack";
  font-size: 28px;
  font-weight: 400;
  color: #043872;
  height: 34px;
}
@media screen and (max-width: 1023px) {
  .homepage .sliderTitle {
    font-size: 32px;
  }
}
.homepage .swiper-container {
  position: relative;
  box-shadow: 7px 0px 10px -6px rgba(0, 0, 0, 0.32);
  margin: 0 auto;
  background: transparent;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px 10px 0 0;
  /* Specify Swiper's Size: */
  width: 100%;
  max-width: 1057px;
  height: 594px;
  /* Swiper Container - Inset Shadow*/
  /* Swiper Container - Hover Styles*/
}
.homepage .swiper-container:hover .slideshowSwiperDescription {
  max-height: 594px;
}
.homepage .swiper-slide {
  /* Specify Slides's Size: */
  position: relative;
  height: 594px;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.3;
  text-align: center;
}
.homepage .swiper-slide > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
}
.homepage .swiper-slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.homepage .swiper-slide-active .slideshowSwiperDescription a,
.homepage .swiper-slide-active .slideshowSwiperDescription span {
  display: inline-block;
}
@media screen and (max-width: 1057px) {
  .homepage .swiper-container,
.homepage .swiper-slide {
    height: 54.231306vw !important;
  }
}
.homepage span.sliderButtonContainer {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  /* Buttons*/
}
.homepage span.sliderButtonContainer a.button {
  display: inline-block;
  padding: 5px 16px;
  font-family: "WorkSansBlack";
  font-size: 17px;
  color: #043872 !important;
  background: #fdb927;
  background: linear-gradient(180deg, #fdb927);
  white-space: nowrap;
  margin: 0 5px;
  /* More and BuyNow Buttons*/
  /* Button - Hover Styles*/
}
.homepage span.sliderButtonContainer a.button.sliderMoreButton, .homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
  font-size: 17px;
}
.homepage span.sliderButtonContainer a.button.sliderMoreButton {
  order: 2;
}
.homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
  order: 1;
}
.homepage span.sliderButtonContainer a.button:hover {
  background: #cf9720;
}
.homepage .slideshowSwiperButtonPrev {
  position: absolute;
  top: 94.5% !important;
  transform: translateY(-50%);
  right: 0;
  margin: auto;
  z-index: 4;
  transition: all 0.3s ease;
  cursor: pointer;
  outline: none;
  display: block;
  background: url(images/slideshow-left.png) no-repeat left center;
  width: 12px;
  height: 20px;
  left: -1007px;
  /* Slideshow Swiper Button - PREV - Hover Styles*/
}
@media screen and (max-width: 1057px) {
  .homepage .slideshowSwiperButtonPrev {
    left: 10px;
    right: auto;
    top: 53.1059602649vw;
  }
}
@media screen and (max-width: 1057) {
  .homepage .slideshowSwiperButtonPrev {
    left: 1%;
    right: auto;
  }
}
.homepage .slideshowSwiperButtonNext {
  position: absolute;
  top: 94.5% !important;
  transform: translateY(-50%);
  left: 0;
  margin: auto;
  z-index: 4;
  transition: all 0.3s ease;
  cursor: pointer;
  outline: none;
  display: block;
  width: 12px;
  height: 20px;
  background: url(images/slideshow-right.png) no-repeat right center;
  right: -1007px;
  /* Slideshow Swiper Button - PREV - Hover Styles*/
}
@media screen and (max-width: 1057px) {
  .homepage .slideshowSwiperButtonNext {
    right: 10px;
    left: auto;
    top: 53.1059602649vw;
  }
}
@media screen and (max-width: 1057) {
  .homepage .slideshowSwiperButtonNext {
    right: 1%;
    left: auto;
  }
}
.homepage .sliderControlsContainer {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 100%;
  bottom: auto;
  /* setting is left, right or center*/
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 108px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: auto;
  width: 100%;
  margin: 0;
  text-align: center;
  z-index: 3;
}
.homepage .slideshowSwiperPagination {
  box-sizing: border-box;
  display: inline-block;
  padding-top: 1px;
}
.homepage .sliderPlayPauseButtons {
  display: none;
}
.homepage .swiper-pagination-bullet {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  background: #213b73;
  transition: background 0.4s ease;
  opacity: 0.6;
  outline: none;
  border-radius: 50%;
}
.homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d9181c;
  opacity: 1;
}
.homepage .swiper-pagination-bullet:hover {
  background: #d9181c;
  opacity: 1;
}
.homepage .sliderPlayPause {
  display: inline-block;
  cursor: pointer;
  width: 13px;
  height: 13px;
  font-size: 0;
  color: #213b73;
}
.homepage .sliderPlayPause.playing:before {
  content: "❚❚";
}
.homepage .sliderPlayPause:before {
  content: "▶";
}

.homepage .swiper-slide-active .slideshowSwiperDescription,
.homepage.saffireLargeSize .currentSlideDescription,
.homepage.saffireMobileSize .currentSlideDescription {
  opacity: 1;
}

.homepage .currentSlideDescription a,
.homepage .currentSlideDescription span,
.homepage .currentSlideDescription span.sliderTitle .homepage .swiper-slide-active .slideshowSwiperDescription > a,
.homepage .swiper-slide-active .slideshowSwiperDescription span.sliderTitle {
  display: block;
}

.homepage .currentSlideDescription .slideshowSwiperDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  display: block;
}

.homepage .currentSlideDescription,
.homepage .swiper-slide.swiper-slide-active {
  opacity: 1;
}

/*/
////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - saffireLargeSize Settings*/
/*/
////////////////////////////////////////////////////////////////////*/
.homepage.saffireLargeSize {
  /* Homepage Swiper Slider*/
  /* Slideshow Description*/
  /* Swiper Container*/
  /* Current Slide Description*/
  /* Slider Text Description*/
  /* Slider Title*/
  /* New Slider Description Container*/
}
.homepage.saffireLargeSize .homepageSwiperSlider {
  max-width: 1057px;
  width: 100%;
}
.homepage.saffireLargeSize .slideshowSwiperDescription {
  max-width: none;
  padding: 3px 48px 3px 43px;
  /* Slideshow Description - Hover Styles*/
}
.homepage.saffireLargeSize .swiper-container {
  border: none;
}
.homepage.saffireLargeSize .currentSlideDescription {
  /* Slider Button Container*/
}
.homepage.saffireLargeSize .currentSlideDescription .swiper-pagination-bullet {
  margin: 0 6px;
}
.homepage.saffireLargeSize .currentSlideDescription .sliderButtonContainer {
  position: static;
  display: flex;
  width: auto;
  min-width: initial;
  max-width: none;
  text-align: right;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-shrink: 0;
}
.homepage.saffireLargeSize .currentSlideDescription a.button {
  margin: 0 5px;
  padding: 5px 16px;
}
.homepage.saffireLargeSize .sliderTitle {
  width: 100%;
  max-width: 676px;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .homepage.saffireLargeSize .sliderTitle {
    max-width: 400px;
  }
}
.homepage.saffireLargeSize #newSliderDescriptionContainer {
  box-sizing: border-box;
  position: relative;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  bottom: 0;
  top: auto;
  height: auto;
  width: 1057;
  max-width: 100%;
  z-index: 2;
  transition: 1s;
  display: flex;
  border-radius: 0 0 10px 10px;
  box-shadow: 2px 3px 10px -3px rgba(0, 0, 0, 0.32);
  height: auto;
  min-height: 71px;
  /* Slider Text Container*/
  /* New Slider Description Container - Hover Styles*/
}
.homepage.saffireLargeSize #newSliderDescriptionContainer .sliderTextContainer {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  padding: 0 5px;
}
/*/
////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - saffireMobileSize Settings*/
/*/
////////////////////////////////////////////////////////////////////*/
.homepage.saffireMobileSize {
  /* Swiper Slide*/
  /* Slideshow Description - Slider Text Description*/
  /* Slider Title*/
  /* Slideshow Description - Current Slide Description*/
  /* New Slider Description Container*/
  /* Slideshow Swiper Buttons
  .slideshowSwiperButtonNext,
  .slideshowSwiperButtonPrev {
  	@if map-get($slideshowArrows, width) < 30 {
  		display: none !important;
  	}
  }*/
  /* Slideshow Swiper Button - PREV*/
  /* Slideshow Swiper Button - NEXT*/
  /* Slider Controls Container */
}
.homepage.saffireMobileSize .swiper-slide-active {
  overflow: hidden;
}
.homepage.saffireMobileSize .sliderTextDescription {
  font-size: 14px;
  line-height: 1.3;
  opacity: 1;
  text-align: center;
}
.homepage.saffireMobileSize .sliderTitle {
  height: auto;
  padding: 0;
  font-size: 23.81px;
  text-align: center;
  align-items: center;
  max-height: 56px;
  line-height: 27.5px;
  letter-spacing: 0.3px;
  overflow: hidden;
}
.homepage.saffireMobileSize .currentSlideDescription {
  width: 100%;
  height: auto;
  padding: 11px ​37px 3p;
  flex-direction: column;
}
.homepage.saffireMobileSize .currentSlideDescription .sliderTextContainer {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}
.homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer {
  position: static;
  margin: 10px 0 0;
  top: auto;
  bottom: 102%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer a {
  display: inline-block;
  padding: 4px 18px 5px;
  margin: 0 4px;
}
.homepage.saffireMobileSize #newSliderDescriptionContainer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 111px;
  background: #fff;
  z-index: 2;
  flex-direction: column;
  padding: 20px 15px 15px;
}
.homepage.saffireMobileSize.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff #newSliderDescriptionContainer {
  padding-bottom: 15px;
}
.homepage.saffireMobileSize .sliderControlsContainer {
  position: relative;
  top: 0;
  justify-content: center;
  width: auto;
  padding: 4px 0 0;
}

@media screen and (max-width: 1329px) {
  .homepage .sliderControlsContainer {
    padding: 0 0 0 5px;
    box-sizing: border-box;
  }
  .homepage.saffireLargeSize .homepageSwiperSlider {
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .homepage .slideshowSwiperButtonPrev,
.homepage .slideshowSwiperButtonNext {
    top: 93.2% !important;
  }
}
.saffireMobileSize.homepage .swiper-container {
  border-radius: 0px;
}
.saffireMobileSize.homepage .swiper-pagination-bullet {
  margin: 0 5px;
}
.saffireMobileSize.homepage .slideshowSwiperButtonPrev,
.saffireMobileSize.homepage .slideshowSwiperButtonNext {
  display: none !important;
}

#cardWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 60px auto 0;
  padding: 0;
}
@media only screen and (max-width: 1329px) {
  #cardWidget {
    max-width: 770px;
    margin: 10px auto 0;
  }
}
@media only screen and (max-width: 659px) {
  #cardWidget {
    max-width: 360px;
    margin: 0 auto;
  }
}
#cardWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 319px;
  height: 369px;
  margin: 0 5px 9px;
  position: relative;
  text-decoration: none;
  border-radius: 10px;
}
#cardWidget .card-widget-item:after {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url(images/blue-right-arrow.png) no-repeat center #fbb826;
  bottom: 64px;
  right: 18px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media only screen and (max-width: 1329px) {
  #cardWidget .card-widget-item {
    margin: 0 5px 14px;
  }
}
#cardWidget .card-widget-item:hover:after {
  background: url(images/blue-right-arrow.png) no-repeat center #cf9720;
}
#cardWidget .card-widget-item:hover .card-widget-image {
  opacity: 0.15;
  transform: scale(1.2);
}
#cardWidget .card-widget-item:hover .buttonwrap {
  height: auto;
  overflow: visible;
  opacity: 1;
  padding: 0 0 92px;
  box-sizing: border-box;
}
#cardWidget .card-widget-item .image-container {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  width: 100%;
  height: 277px;
  transition: all 0.3s ease;
  background-size: 100%;
  background: #043872;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
#cardWidget .card-widget-item .image-container .card-widget-image {
  width: 100%;
  border-radius: 10px 10px 0 0;
  transition: all 0.3s ease;
}
#cardWidget .card-widget-item .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  padding: 5px 10px;
}
#cardWidget .card-widget-item .card-widget-title {
  display: block;
  width: 100%;
  height: 92px;
  font: 28px "WorkSansBlack";
  color: #043872;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 0 0 0 30px;
  box-sizing: border-box;
}
#cardWidget .card-widget-item .card-widget-title:before {
  content: "";
  width: 150px;
  height: 79px;
  display: block;
  background: url(images/flag-bg.png) no-repeat;
  bottom: 0;
  right: 0;
  position: absolute;
}
#cardWidget .card-widget-item .card-widget-title:after {
  content: "";
  width: 295px;
  height: 43px;
  display: block;
  background: url(images/bottom-shadow.png) no-repeat;
  position: absolute;
  bottom: -43px;
}
#cardWidget .card-widget-item .card-widget-description {
  font: 17px "roboto-bold-webfont", Arial, Verdana, sans-serif;
  color: #043872;
  padding: 10px;
}
#cardWidget .card-widget-item .buttonwrap {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
#cardWidget .card-widget-item .buttonwrap a {
  margin: 0 4px;
  box-sizing: border-box;
  padding: 8px 16px;
}

#siteInfoBannerWidget {
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  height: 70px;
  width: auto;
  max-width: 100%;
  padding: 5px 20px;
  background: transparent;
  font-family: "roboto-bold-webfont";
  font-size: 18px;
  color: #043872;
  text-align: center;
  line-height: 1;
  z-index: 9;
  align-items: center;
  left: 0;
  right: 0;
  text-align: center;
  margin: 14px auto 0;
  width: 100%;
  justify-content: center;
  min-width: auto;
  align-items: center;
}
#siteInfoBannerWidget #eventDates {
  font-family: "WorkSansBlack";
  font-size: 28px;
  font-weight: 400;
  color: #043872;
  text-shadow: -2px 0px 7px #fff;
  display: inline-block;
}
#siteInfoBannerWidget #eventDates:after {
  content: "";
  background: url(images/countdowndot.png) no-repeat;
  display: inline-flex;
  width: 4px;
  height: 20px;
  margin: 0 8px;
}
#siteInfoBannerWidget #eventName {
  font-size: 18px;
  font-weight: 400;
  text-shadow: -2px 0px 7px #fff;
  display: inline-block;
}
#siteInfoBannerWidget .countdownDays {
  display: inline-block;
  text-shadow: -2px 0px 7px #fff;
  font-family: "roboto-bold-webfont";
  font-size: 18px;
  font-weight: 400;
  color: #043872;
}
#siteInfoBannerWidget .countdownDays:before {
  content: "only";
  margin: 0 1px;
}

body:not(.homepage).saffireMobileSize #siteInfoBannerWidget {
  margin: 36px 0 0;
}
body:not(.homepage).saffireMobileSize.saffireWindowScrolled #siteInfoBannerWidget {
  display: none;
}

.saffireMobileSize #siteInfoBannerWidget {
  left: auto;
  right: auto !important;
  padding: 5px 20px;
  background: #fff;
  color: #fff;
  width: 100%;
  position: relative;
  margin: 0;
  flex-direction: column;
  height: 76px;
  justify-content: flex-start;
}
.saffireMobileSize #siteInfoBannerWidget #eventName {
  font-size: 14px;
  color: #043872;
}
.saffireMobileSize #siteInfoBannerWidget #eventDates {
  font-size: 21px;
  color: #043872;
  margin: 0 0 5px;
}
.saffireMobileSize #siteInfoBannerWidget #eventDates span {
  margin: 0;
}
.saffireMobileSize #siteInfoBannerWidget #eventDates:after {
  display: none;
}
.saffireMobileSize #siteInfoBannerWidget .countdownDays {
  font-size: 14px;
  color: #043872;
}

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

.siteInfoBannerWidgetDateIsPast .countdownDays:before {
  display: none;
}
.siteInfoBannerWidgetDateIsPast #eventDates:after {
  display: none !important;
}

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

#hotButtons {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
  max-width: 610px;
  margin: 5px -20px 0 0;
}
@media screen and (max-width: 994px) {
  #hotButtons {
    margin: 5px 0;
    justify-content: center;
  }
}
.saffireMobileSize #hotButtons {
  max-width: 337px;
}
#hotButtons .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 187px;
  height: 193px;
  max-width: 100%;
  margin: 0 8px 16px;
  border-radius: 10px;
  overflow: hidden;
}
.saffireMobileSize #hotButtons .card-widget-item {
  width: 104px;
  height: 106px;
  margin: 0 4px 9px;
}
#hotButtons .card-widget-item:nth-child(2) {
  width: 389px;
}
.saffireMobileSize #hotButtons .card-widget-item:nth-child(2) {
  width: 215px;
}
#hotButtons .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#hotButtons .card-content {
  display: none;
}
#hotButtons .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 17px "WorkSansBlack", Arial, Verdana, sans-serif;
  color: #043872;
}
#hotButtons .card-widget-description {
  font: 17px "roboto-bold-webfont", Arial, Verdana, sans-serif;
  color: #043872;
  padding: 10px;
}
#hotButtons .buttonwrap a {
  margin: 0 5px;
}

#seowidget {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 63px 0 70px;
  border-radius: 0 10px 10px 0;
  background: url(images/seo-bg.png) center/cover #043872;
}
@media only screen and (max-width: 1480px) {
  #seowidget {
    padding: 63px 70px 70px;
    justify-content: flex-start;
    border-radius: 0;
  }
}
.saffireMobileSize #seowidget {
  padding: 40px 28px 43px;
}
#seowidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 522px;
  width: 100%;
}
#seowidget .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#seowidget .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#seowidget .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 34px "WorkSansBlack", Arial, Verdana, sans-serif;
  color: #fff;
  line-height: 1;
}
.saffireMobileSize #seowidget .card-widget-title {
  font-size: 28px;
  line-height: 1.1;
}
#seowidget .card-widget-title:after {
  content: "";
  background: url(images/divider-line.png);
  width: 84px;
  height: 8px;
  display: block;
  margin: 16px 0 14px;
}
#seowidget .card-widget-description {
  font: 17px "roboto-bold-webfont", Arial, Verdana, sans-serif;
  line-height: 1.6;
  color: #fff;
}
.saffireMobileSize #seowidget .card-widget-description {
  font-size: 16px;
}
#seowidget .card-widget-description br {
  margin: 0 0 20px;
}
.saffireMobileSize #seowidget .card-widget-description br {
  margin: 0 0 24px;
}
#seowidget .buttonwrap {
  margin: 22px 0 0;
}
#seowidget .buttonwrap a {
  padding: 4px 19px;
}

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

#multiScheduleFeature .multiFeatureContent {
  box-sizing: border-box;
  max-width: 322px;
  width: 100%;
  z-index: 1;
}
#multiScheduleFeature .featureItem {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  height: 73px;
  width: 100%;
  position: relative;
  margin: 0 0 13px;
  background: #fff;
  color: #043872;
  border-radius: 10px;
  padding: 7px;
  justify-content: center;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
#multiScheduleFeature .featureItem:before {
  display: block;
  width: 9px;
  height: 15px;
  background: url(images/right-arrow.png) right center no-repeat;
  background-size: contain;
  display: block;
  content: "";
  position: absolute;
  right: 21px;
  top: 35%;
}
.saffireMobileSize #multiScheduleFeature .featureItem:before {
  right: 16px;
  top: 39%;
}
#multiScheduleFeature .featureItem:hover {
  background: #043872;
}
#multiScheduleFeature .featureItem:hover .featureItemTitle {
  color: #fff !important;
}
#multiScheduleFeature .featureItem .featureItemTitle {
  font-family: "roboto-bold-webfont";
  font-size: 17px;
  order: 2;
  display: block;
  color: #043872;
  line-height: 1.1;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 62px;
  padding-right: 36px;
}
.saffireMobileSize #multiScheduleFeature .featureItem .featureItemTitle {
  padding-left: 61px;
}
#multiScheduleFeature .featureItem .featureItemDate {
  font-family: "WorkSansBlack";
  font-size: 15px;
  text-transform: capitalize;
  color: #043872;
  order: 1;
  position: absolute;
  width: 48px;
  height: 58px;
  display: flex;
  flex-direction: column;
  line-height: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #fbb826;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#multiScheduleFeature .featureItem .featureItemDate span {
  font-size: 24px;
  font-weight: 700;
  margin: 2px 0 0;
  text-transform: uppercase;
  line-height: 20px;
}
#multiScheduleFeature span.featureItemDescription {
  display: none;
}
#multiScheduleFeature .event-btn-wrap {
  display: flex;
  margin: 7px 0;
  padding: 10px 4%;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
#multiScheduleFeature .all-events-btn {
  padding: 10px;
  font-family: "WorkSansBlack";
  font-size: 21px;
  background: #fdb927;
  height: auto;
  line-height: 1;
  border-radius: 3px;
  color: #043872;
  width: 183px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto;
}
#multiScheduleFeature .all-events-btn:hover {
  background: #cf9720;
}

a.buyNowButton {
  order: 2;
}

.multi-outer {
  margin-left: auto;
  height: 513px;
  position: relative;
}
@media only screen and (max-width: 950px) {
  .saffireLargeSize .multi-outer {
    margin: 10px auto 25px;
  }
}

#multiScheduleFeaturefeatureItem4:after {
  border-bottom: 0 !important;
}

#footerLogo {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  align-items: center;
}
@media screen and (max-width: 994px) {
  #footerLogo {
    justify-content: center;
  }
}
#footerLogo .card-widget-item {
  box-sizing: border-box;
  display: flex;
  margin: 0 18px;
}
.saffireMobileSize #footerLogo .card-widget-item {
  margin: 0 3px;
}
#footerLogo .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#footerLogo .image-container .card-widget-image {
  max-width: 251px;
  max-height: 161px;
}
.saffireMobileSize #footerLogo .image-container .card-widget-image {
  max-width: 190px;
  max-height: 122px;
}
#footerLogo .card-content {
  display: none;
}
#footerLogo .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 17px "WorkSansBlack", Arial, Verdana, sans-serif;
  color: #043872;
}
#footerLogo .card-widget-description {
  font: 17px "roboto-bold-webfont", Arial, Verdana, sans-serif;
  color: #043872;
  padding: 10px;
}
#footerLogo .buttonwrap a {
  margin: 0 5px;
}

/* Set the container ID*/
/* Size the container*/
/* Size the images*/
/* Format titles*/
/* Format arrows*/
#sponsorWidgetContainer {
  position: relative;
  width: 98%;
  max-width: 100%;
  margin: 35px auto 124px;
  box-sizing: border-box;
  padding: 0 68px;
}
@media screen and (max-width: 1329px) {
  #sponsorWidgetContainer {
    margin: 35px auto 34px;
  }
}
.saffireMobileSize #sponsorWidgetContainer {
  margin: 11px auto 0;
  padding: 0 18px;
}
#sponsorWidgetContainer .sponsorWidgetContainer {
  padding-top: 44px;
}
.saffireMobileSize #sponsorWidgetContainer .sponsorWidgetContainer {
  padding-top: 41px;
}
#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: 150px;
  max-height: 150px;
}
.saffireMobileSize #sponsorWidgetContainer .sponsorCarouselImage img {
  max-width: 90px;
  max-height: 90px;
}
#sponsorWidgetContainer #sponsorsTitleContainer {
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
}
#sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  font-family: "WorkSansBlack";
  font-size: 32px;
  color: #043872;
  letter-spacing: 0.444px;
  text-shadow: none;
}
.saffireMobileSize #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  font-size: 20px;
}
#sponsorWidgetContainer #sponsorArrowRight {
  right: 0;
  top: 64%;
  transform: translateY(-50%);
}
#sponsorWidgetContainer #sponsorArrowRight span {
  background: url(images/sponsor-right-arrow.png) no-repeat;
  width: 23px;
  height: 22px;
  border: none;
}
#sponsorWidgetContainer #sponsorArrowRight span:hover {
  background: url(images/sponsor-right-arrow-hover.png) no-repeat;
}
.saffireMobileSize #sponsorWidgetContainer #sponsorArrowRight {
  display: none;
}
#sponsorWidgetContainer #sponsorArrowLeft {
  left: 0;
  top: 64%;
  transform: translateY(-50%);
}
#sponsorWidgetContainer #sponsorArrowLeft span {
  background: url(images/sponsor-left-arrow.png) no-repeat;
  width: 23px;
  height: 22px;
  border: none;
}
#sponsorWidgetContainer #sponsorArrowLeft span:hover {
  background: url(images/sponsor-left-arrow-hover.png) no-repeat;
}
.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 0 5px 1px rgba(0, 0, 0, 0.5);
  z-index: 999;
  transition: 0.2s;
  opacity: 0;
  pointer-events: none;
}
#sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 10px;
  border: none;
  background: #fff;
  color: #111;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
#sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn:before {
  content: "Pause";
  display: inline-block;
  width: 50px;
  font-size: 14px;
  line-height: 1;
  color: #111;
  text-align: center;
}
#sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn:after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-align: center;
  padding-left: 1px;
  width: 30px;
  height: 100%;
  font-family: "FontAwesome";
  font-size: 15px;
  color: #111;
}

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

.sponsorCarouselImageContainer a {
  margin: 0 22px;
}
.saffireMobileSize .sponsorCarouselImageContainer a {
  margin: 0 10px;
}

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

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

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
#partnerwidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 46px 0 0;
  align-items: center;
}
.saffireMobileSize #partnerwidget {
  padding: 20px 0 0;
}
#partnerwidget .partners-title {
  width: 100%;
  text-align: center;
  font: 32px "WorkSansBlack", Arial, Verdana, sans-serif;
  line-height: 1;
  color: #043872;
  margin: 0 0 26px;
}
.saffireMobileSize #partnerwidget .partners-title {
  font-size: 20px;
  margin: 0 0 7px 0;
}
#partnerwidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  margin: 0 23px;
}
#partnerwidget .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#partnerwidget .image-container .card-widget-image {
  max-width: 185px;
  max-height: 185px;
}
.saffireMobileSize #partnerwidget .image-container .card-widget-image {
  max-width: 110px;
  max-height: 92px;
}
#partnerwidget .card-content {
  display: none;
}
#partnerwidget .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 17px "WorkSansBlack", Arial, Verdana, sans-serif;
  color: #043872;
}
#partnerwidget .card-widget-description {
  font: 17px "roboto-bold-webfont", Arial, Verdana, sans-serif;
  color: #043872;
  padding: 10px;
}
#partnerwidget .buttonwrap a {
  margin: 0 5px;
}

.saffireMobileSize #partnerwidget .card-widget-item {
  margin: 0 10px;
}

#cookieBanner {
  display: flex;
  justify-content: center;
  margin: 0px auto;
  position: relative;
  background: #fff;
  padding: 18px 20px 18px;
  max-width: 1163px;
}
#cookieBanner .cross {
  position: absolute;
  right: -40px;
  top: 0;
  font: 17px "WorkSansBlack";
  font-size: 16px;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 1330px) {
  #cookieBanner .cross {
    right: 5px;
    top: 3px;
  }
}
.saffireMobileSize #cookieBanner {
  padding: 3px 19px 5px;
}
#cookieBanner .card-widget-item {
  display: flex;
  justify-content: center;
  margin: 0px auto 2px;
  position: relative;
  background: #fff;
  width: 100%;
}
.saffireMobileSize #cookieBanner .card-widget-item {
  margin: 0px auto;
}
#cookieBanner .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#cookieBanner .card-content {
  display: flex;
  width: 100%;
}
.saffireMobileSize #cookieBanner .card-content {
  flex-direction: column;
  align-items: center;
}
#cookieBanner .card-widget-title {
  position: static;
  display: block;
  max-width: 840px;
  text-align: left;
  font: 17px "roboto-bold-webfont";
  color: #043872;
  line-height: 19px;
}
@media only screen and (max-width: 950px) {
  #cookieBanner .card-widget-title {
    max-width: 582px;
  }
}
.saffireMobileSize #cookieBanner .card-widget-title {
  font-size: 14px;
  text-align: center;
  line-height: 16px;
}
#cookieBanner .buttonwrap {
  margin-left: auto;
}
.saffireMobileSize #cookieBanner .buttonwrap {
  margin: 6px 0 0;
  display: flex;
  justify-content: center;
}
#cookieBanner .card-widget-description {
  font: 17px "roboto-bold-webfont", Arial, Verdana, sans-serif;
  color: #043872;
  padding: 10px;
  display: none;
}
#cookieBanner .buttonwrap a {
  color: #043872;
  font-size: 21px;
  font-family: WorkSansBlack;
  background: #fdb927;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 9px 17px 10px;
  margin: 0px 10px 0px 18px;
  width: 150px;
  height: 40px;
}
.saffireMobileSize #cookieBanner .buttonwrap a {
  margin: 0;
}

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

#cross {
  float: right;
  position: absolute;
  right: 8px;
  top: 6px;
  font-size: 14px;
  font-family: WorkSansBlack;
}

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