@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: "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: "BarlowCondensedBlack";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/BarlowCondensedBlack.woff2) format("woff2"), url(fonts/BarlowCondensedBlack.woff) format("woff");
}
@font-face {
  font-family: "BarlowCondensedExtraBold";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/BarlowCondensedExtraBold.woff2) format("woff2"), url(fonts/BarlowCondensedExtraBold.woff) format("woff");
}
@font-face {
  font-family: "MontserratBold";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/MontserratBold.woff2) format("woff2"), url(fonts/MontserratBold.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: #2a2a2a;
  font: 16px/1.5 "BitterRegular", Arial, Verdana, sans-serif;
}

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

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

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 + 14 * ((100vw - 450px) / 916));
  }
}
@media screen and (min-width: 1366px) {
  h2 {
    font-size: 40px;
  }
}

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

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

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

a:hover {
  text-decoration: none;
}

.faqQuestion,
.faqQuestion.faqIsVisible {
  display: flex !important;
  align-items: center;
  background: #f0f0f0;
  color: #000;
}
.faqQuestion:before,
.faqQuestion.faqIsVisible:before {
  content: "";
  display: block;
  font-size: 0;
  width: 60px;
  height: 60px;
  background: url(images/iconplus.jpg) center/contain no-repeat;
  margin-right: 12px;
  border-radius: 0;
  border-right: 9px solid #fff;
}
.faqQuestion .featureLineup-buttons.subContainer,
.faqQuestion.faqIsVisible .featureLineup-buttons.subContainer {
  background: #fff;
  box-shadow: none !important;
  width: 100%;
}

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

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

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

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

.expandedView .expandedViewEventNameDescription,
.expandedView .expandedViewEventNameDescription a {
  font-size: 18px;
}

.expandedViewEventName {
  font-size: 18px !important;
}

/***************** CONTAINERS **************************/
body {
  background: url(images/slide-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.wrapper {
  width: 100%;
}

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

body:not(.homepage).generalMessageOn .content {
  margin-top: 241px;
}
body:not(.homepage).saffireMobileSize .content {
  margin-top: 141px;
}
body:not(.homepage).saffireMobileSize.generalMessageOn .content {
  margin-top: 181px;
}

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

.homepage.saffireLargeSize .content {
  margin-top: 200px;
}
.homepage.saffireLargeSize.generalMessageOn .content {
  margin-top: 240px;
}
.homepage.saffireMobileSize .content {
  margin-top: 97px;
}
.homepage.saffireMobileSize.generalMessageOn.siteInfoBannerOn .content {
  margin-top: 162px;
}
.homepage.saffireMobileSize.generalMessageOn.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff .content {
  margin-top: 90px;
}
.homepage.saffireMobileSize.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff .content {
  margin-top: 50px;
}
.homepage.saffireMobileSize.siteInfoBannerOn .content {
  margin-top: 122px;
}

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

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

.orderhistory {
  background: #254f96;
}

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

.alternateRow {
  background: #e9eef7;
}

.listingItem {
  background: #e9eef7;
  border-bottom: 1px solid #c4d1e9;
}
.listingItem:hover {
  background: #f4f7fb;
}

.header-top {
  max-width: 1112px;
  display: flex;
  margin: 0px auto -5px;
  padding-top: 12px;
}
.saffireMobileSize .header-top {
  padding-top: 5px;
}

.header-column-right {
  margin-left: auto;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  padding: 0 6px 0 0;
}
@media screen and (max-width: 1130px) {
  .saffireLargeSize .header-column-right {
    padding: 0 16px 0 0;
  }
}
.saffireMobileSize .header-column-right {
  flex-direction: row;
  align-items: flex-start;
  padding: 0 10px 0 0;
}

#weatherBugWidget {
  padding-left: 33px;
}

.header-column-left {
  padding-top: 1px;
}
@media screen and (max-width: 1100px) {
  .header-column-left {
    padding-left: 5px;
  }
}
.saffireMobileSize .header-column-left {
  padding-left: 8px;
}

.saffireMobileSize .header-column-right-top {
  display: none;
}

.slider-outer {
  background-size: cover;
}

.card-outer {
  background: url(images/cadwidget-bg.jpg) center/cover no-repeat;
}

.container-outer {
  background: #fff;
  padding: 63px 20px 48px;
}
@media screen and (max-width: 1199px) {
  .container-outer {
    padding: 60px 13px 46px;
  }
}
.container-outer .calendar-map-container {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .container-outer .calendar-map-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.video-outer {
  background: #fff;
  box-sizing: border-box;
  padding: 0 7px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  max-width: 1386px;
  margin: 0 auto;
  display: flex;
  box-sizing: border-box;
  padding: 0 15px 0 108px;
}
@media screen and (max-width: 1353px) {
  .footer-top {
    padding: 0 15px 0 15px;
  }
}
@media screen and (max-width: 1150px) {
  .footer-top {
    flex-direction: column;
    padding: 0;
    background: linear-gradient(to bottom, #50abe2 0%, #2b5ba5 51%);
    position: relative;
    padding: 0 0 27px;
  }
  .footer-top:before {
    content: "";
    background: url(images/footer-right-graphic-mobile.png) no-repeat center;
    width: 100%;
    height: 235px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.footer-info ul {
  display: flex;
  flex-direction: column;
}

.noVideos #videoSection {
  display: none;
}

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #991100;
  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: transparent;
  margin: 0px auto;
  position: fixed;
  top: 0;
  z-index: 9999;
}
.saffireWindowScrolled .header {
  background-color: #fff;
}

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

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

.header-logo {
  display: block;
  width: 314px;
  height: 110px;
  background: url(images/logo.png) center/contain no-repeat;
  margin: 3px auto;
  position: absolute;
  left: 0;
  right: 0;
}
.saffireMobileSize .header-logo {
  position: static;
  margin: 0;
  left: 0;
  right: 0;
  width: 129px;
  height: 45px;
}

span.weatherDescriptive {
  display: none;
}

.ticket {
  background: url(images/ticket-graphic.png);
  width: 189px;
  height: 64px;
  font-family: "BarlowCondensedBlack";
  color: #fff;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin-top: 6px;
}
.ticket:hover {
  background: url(images/ticket-graphic.png);
  color: #fff;
  filter: brightness(1.19);
}

.saffireMobileSize a.ticket {
  background: url(images/ticket-graphic-mobile.png);
  width: 109px;
  height: 38px;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "BarlowCondensedBlack";
  color: #fff;
  margin: 0 !important;
}
.saffireMobileSize a.ticket:hover {
  background: url(images/ticket-graphic-mobile.png);
  display: flex;
  width: 109px;
  height: 38px;
}

.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: "BitterRegular", Arial, Verdana, sans-serif;
  border-radius: 0 !important;
  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) .searchBoxInput {
  position: relative;
  top: -6px;
  right: 9px;
}
.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: "BitterRegular", Arial, Verdana, sans-serif;
  width: 35px;
  padding: 0;
  font-size: 0;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:before {
  content: "";
  background: url(images/search.png) no-repeat;
  width: 38px;
  height: 34px;
  display: inline-block;
  font-size: 18px;
  font-family: "FontAwesome";
  line-height: 1;
  color: #000;
  position: relative;
  right: 4px;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover {
  color: #fff;
  filter: brightness(1.1);
}
.header .searchBox:not(.clonedSearchBox):hover .searchBoxInput input {
  width: 170px;
  padding: 0px 7px;
  transition: 0.2s;
  border: 1px solid #2957a5;
}

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

.saffireLargeSize .viewcart {
  display: inline-flex;
  color: inherit;
}
.saffireLargeSize .viewcart .cartMenuLink {
  color: inherit;
  line-height: 27px;
  display: flex;
  justify-content: center;
}
.saffireLargeSize .viewcart .cartMenuLink:before {
  content: "";
  background: url(images/card-icon.png) no-repeat;
  width: 26px;
  height: 23px;
  display: inline-block;
  position: relative;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 26px;
  line-height: 1;
  color: inherit;
}

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

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

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

#weatherBugWidget .weatherBugSet #weatherBugDescription {
  font-family: "OpenSans-Regular-webfont";
  color: #515151;
  font-size: 14px;
}
.saffireMobileSize #weatherBugWidget {
  display: none !important;
}

span.weatherDescriptive {
  display: none;
}

.saffireLargeSize .nav .groups {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: center;
  align-items: center;
}
.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: 5px 22px 6px;
  background: none;
  font-family: "BarlowCondensedExtraBold", Arial, Verdana, sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 1100px) {
  .saffireLargeSize .nav .groups .group > a {
    padding: 5px 9px 6px;
    font-size: 21px;
  }
}
.saffireLargeSize .nav .groups .group:hover > a {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.saffireLargeSize .nav .items {
  top: 100%;
  left: 0;
  padding: 0;
  background: #fff;
}
.saffireLargeSize .nav .items .item a {
  padding: 5px 15px;
  color: #000;
  font-family: "BitterRegular", Arial, Verdana, sans-serif;
}
.saffireLargeSize .nav .items .item a:hover {
  color: #000;
}
.saffireLargeSize .nav .item {
  width: 200px;
  line-height: 1.4;
}
.saffireLargeSize .nav .item:hover {
  background: rgba(132, 196, 212, 0.2);
}
.saffireLargeSize .nav .subitems {
  left: 100%;
  padding: 0;
  background: #fff;
}

.nav {
  background: #991100;
  position: relative;
  max-width: 1161px;
  margin: 0px auto;
  top: 32px;
  width: 100;
}
@media screen and (max-width: 1260px) {
  .nav {
    width: 94%;
  }
}
.nav:after {
  content: "";
  width: 26px;
  height: 100%;
  background: #991100;
  position: absolute;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 75% 48%);
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: bottom right;
  right: -19px;
  transform: scaleX(-1);
}
.nav:before {
  content: "";
  width: 26px;
  height: 100%;
  background: #991100;
  position: absolute;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 66% 48%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 75% 54%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 75% 48%);
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: bottom right;
  left: -19px;
}

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: url(images/footer-bg.jpg) no-repeat center/cover;
  color: #fff;
  text-align: center;
  border-top: 5px solid #7ad0ff;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer ul.footerItems1 {
  margin: 8px 0 0;
  font-family: "BitterRegular";
  font-size: 14px;
}
.footer ul.footerItems1 li {
  position: relative;
}
.footer ul.footerItems1 li a {
  margin: 0 11px;
}
.footer ul.footerItems1 li:after {
  content: "";
  width: 1px;
  height: 14px;
  background: #fff;
  display: inline-flex;
  position: absolute;
  top: 2px;
}
.saffireMobileSize .footer ul.footerItems1 li:after {
  height: 10px;
}
.footer ul.footerItems1 li:last-child:after {
  display: none;
}
.footer ul.footerItems1 li a {
  letter-spacing: 0.3px;
}
.footer ul.footerItems2 {
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #37490f;
  font-size: 15px;
}
.footer ul.footerItems2 li .saffire_logo {
  margin: 0 0 0 7px;
}
.footer ul.footerItems2 li:last-child {
  margin: -10px 0 0;
}

.saffireMobileSize .footer {
  background: url(images/footer-bg.jpg) no-repeat center/cover;
}
.saffireMobileSize .footer a:hover {
  text-decoration: none;
}
.saffireMobileSize .footer ul.footerItems1 {
  margin: 13px 0 0;
}
.saffireMobileSize .footer ul.footerItems1 li {
  font-size: 11px;
}
.saffireMobileSize .footer .footerSignIn {
  margin: auto;
}
.saffireMobileSize .footer ul.footerItems2 {
  font-size: 10px;
  flex-direction: column;
  text-align: center;
}

a.footer-logo {
  display: block;
  width: 234px;
  height: 284px;
  background: url(images/footer-logo.png) center/contain no-repeat;
  margin: -34px 0 0;
}
@media screen and (max-width: 1199px) {
  a.footer-logo {
    width: 200px;
    height: 234px;
  }
}
@media screen and (max-width: 1150px) {
  a.footer-logo {
    margin: -51px auto 0;
    width: 162px;
    height: 185px;
  }
}

.right-footer-logo {
  background: url(images/footer-right-graphic.png) no-repeat;
  width: 445px;
  height: 363px;
  display: flex;
  margin: -88px 0 0;
}
@media screen and (max-width: 1150px) {
  .right-footer-logo {
    display: none;
  }
}

.mid-footer {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 104px;
}
@media screen and (max-width: 1249px) {
  .mid-footer {
    margin: 0 0 0 39px;
    position: relative;
    z-index: 1;
  }
}
.saffireMobileSize .mid-footer {
  margin: 0;
}

.footer-info {
  padding: 7px 0 0;
}
.footer-info ul {
  font-size: 15px;
  letter-spacing: 0.2px;
}
.saffireMobileSize .footer-info ul {
  font-size: 11px;
  letter-spacing: 0.3px;
}
.saffireMobileSize .footer-info ul {
  font-size: 14px;
  margin: 21px 0 0;
}
.footer-info ul li {
  line-height: 30px;
}
.saffireMobileSize .footer-info ul li {
  line-height: 28px;
}
.footer-info ul li:last-child {
  margin: 30px 0 0;
}
.saffireMobileSize .footer-info ul li:last-child {
  margin: 29px 0 0;
}

.footer-bottom {
  background: #8dbb23;
  border-top: 5px solid #fff;
  padding: 17px 15px 16px;
}
.saffireMobileSize .footer-bottom {
  border-width: 4px;
  padding: 8px 15px 11px;
}

.mobile-menu-container {
  background: linear-gradient(to right, #255097 0%, #3877cb 63%);
}
.mobile-menu-container .mobile-menu-header {
  background-color: #fff;
}
.mobile-menu-container .close-mobile-menu:before {
  display: none;
}
.mobile-menu-container .close-mobile-menu:after {
  content: "";
  font-family: "fontAwesome";
  transform: none;
  background: transparent;
  height: 34px;
  top: -5px;
  font-size: 27px;
  color: rgba(74, 74, 74, 0.6);
}
.mobile-menu-container .mobile-menu-subheader {
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;
}
.mobile-menu-container .mobile-menu-subheader,
.mobile-menu-container .mobile-menu-subheader-btn {
  background-color: #ebeae7;
}
.mobile-menu-container .mobile-menu-subheader a, .mobile-menu-container .mobile-menu-subheader i,
.mobile-menu-container .mobile-menu-subheader-btn a,
.mobile-menu-container .mobile-menu-subheader-btn i {
  color: #8c8c8c;
}
.mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
.mobile-menu-container .mobile-menu-subheader-btn:active {
  background-color: #771e13;
}
.mobile-menu-container .mobile-menu-login-links a {
  font-family: "BarlowCondensedExtraBold";
}
.mobile-menu-container .cart-counter {
  font-family: "BarlowCondensedExtraBold";
}
.mobile-menu-container .search-container input {
  font-family: "BarlowCondensedExtraBold";
}
.mobile-menu-container .search-container .search-submit-btn {
  color: #333;
}
.mobile-menu-container .mobile-menu-ticket-btn {
  background-color: #991100;
  font-family: "BarlowCondensedExtraBold";
  color: #fff;
  border-color: #fff;
  font-weight: normal;
  font-size: 17px;
}
.mobile-menu-container .mobile-menu-footer-links a {
  font-family: "BitterRegular", Arial, Verdana, sans-serif;
  color: #fff;
}

#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: #991100;
  font-family: "BarlowCondensedExtraBold";
  font-size: 17px;
  color: #fff;
}
#mobile-nav a:hover {
  background-color: #660b00;
}
#mobile-nav .has-subitems span {
  background-color: #a3291a;
  color: #fff;
}
#mobile-nav .has-subitems span:hover {
  background-color: #771e13;
}

/************************* 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: #254f96;
  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: #2a2a2a;
}
.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: 3px 18px;
  font-size: 20px;
}

.button,
.buttonSmall {
  box-sizing: border-box;
  line-height: 1.75em;
  text-transform: uppercase;
  border-radius: 20px;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "BarlowCondensedExtraBold";
  color: #fff !important;
  background: #254f96;
}

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

.button:hover,
.buttonSmall:hover {
  background: #1b3e79;
}

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;
  margin: 0 auto;
  padding: 8px 0 111px;
  border-radius: 50%;
}
@media screen and (max-width: 1250px) {
  #cardWidget {
    max-width: 749px;
    padding: 8px 0 22px;
  }
}
@media screen and (max-width: 650px) {
  #cardWidget {
    padding: 13px 0 27px;
    max-width: 500px;
  }
}
#cardWidget h1 {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 120px;
  margin: 0 0 10px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
}
.saffireMobileSize #cardWidget h1 {
  font-size: 80px;
}
@media screen and (max-width: 650px) {
  .saffireMobileSize #cardWidget h1 {
    font-size: 46px;
  }
}
#cardWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: 322px;
  position: relative;
  max-width: 250px;
  margin: 0 17px;
}
#cardWidget .card-widget-item:hover .image-container {
  background-size: 150%;
  filter: blur(2px);
}
#cardWidget .card-widget-item:hover .buttonwrap {
  display: block;
}
#cardWidget .card-widget-item:hover .card-widget-title {
  position: static;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
  background-color: transparent;
}
#cardWidget .card-widget-item:nth-child(2), #cardWidget .card-widget-item:nth-child(5) {
  margin-top: 29px !important;
}
@media screen and (max-width: 650px) {
  #cardWidget .card-widget-item:nth-child(2), #cardWidget .card-widget-item:nth-child(5) {
    margin-top: 19px !important;
  }
}
@media screen and (max-width: 1250px) {
  #cardWidget .card-widget-item {
    margin: 0 30px 70px;
  }
}
@media screen and (max-width: 650px) {
  #cardWidget .card-widget-item {
    max-width: 161px;
    height: 212px;
    margin: 0 10px 28px;
  }
}
#cardWidget .card-widget-item:after {
  content: "";
  background: url(images/card-ribbon.png) no-repeat;
  width: 281px;
  height: 170px;
  position: absolute;
  bottom: -51px;
  display: block;
  transition: all 0.3s ease !important;
  left: -15px;
}
@media screen and (max-width: 650px) {
  #cardWidget .card-widget-item:after {
    background: url(images/card-ribbon-small.png) no-repeat;
    width: 180px;
    height: 109px;
    bottom: -26px;
    left: -9px;
  }
}
#cardWidget .card-widget-item:before {
  content: "";
  width: 298px;
  height: 329px;
  position: absolute;
  bottom: -24px;
  display: block;
  z-index: -1;
  transition: all 0.3s ease !important;
}
@media screen and (max-width: 650px) {
  #cardWidget .card-widget-item:before {
    display: none;
  }
}
#cardWidget .card-widget-item .image-container-main {
  overflow: hidden;
  width: 100%;
  height: 251px;
  display: flex;
  border-radius: 13px 13px 0 0;
  position: relative;
  padding: 7px;
  box-sizing: border-box;
  background: #254f96;
  border-radius: 50%;
}
@media screen and (max-width: 650px) {
  #cardWidget .card-widget-item .image-container-main {
    padding: 5px 6px;
    height: 161px;
  }
}
#cardWidget .card-widget-item .image-container-main:before {
  content: "";
  background: transparent;
  width: 93%;
  height: 100%;
  border-radius: 13px;
  position: absolute;
  top: 10px;
  bottom: 32px;
  height: 241px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 650px) {
  #cardWidget .card-widget-item .image-container-main:before {
    width: 94%;
    border-radius: 8px;
    top: 4px;
    height: 140px;
  }
}
#cardWidget .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 107%;
  width: 100%;
  transition: all 0.5s ease;
  overflow: hidden;
  border-radius: 50%;
}
#cardWidget .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 1;
  padding: 0 0 76px;
}
#cardWidget .card-widget-title {
  display: block;
  font: 30px "BarlowCondensedExtraBold";
  line-height: 1;
  color: #fff;
  position: absolute;
  background-color: #254f96;
  box-sizing: border-box;
  padding: 4px 21px 5px;
  margin-top: 11px;
  border-radius: 30px;
  max-width: 182px;
  text-transform: uppercase;
  max-width: 85%;
}
@media screen and (max-width: 650px) {
  #cardWidget .card-widget-title {
    font-size: 19px;
  }
}
#cardWidget .card-widget-description {
  display: none;
  font: 18px "BitterRegular", Arial, Verdana, sans-serif;
  color: #fff;
  padding: 0 33px;
  color: #fff;
  line-height: 1.5;
}
#cardWidget .buttonwrap {
  display: none;
}
#cardWidget .buttonwrap a {
  color: #fff !important;
  background: #254f96;
  font-size: 20px;
  margin: 32px 0 0;
  padding: 2px 22px;
}
#cardWidget .buttonwrap a:hover {
  color: #fff !important;
}
@media screen and (max-width: 650px) {
  #cardWidget .buttonwrap a {
    font-size: 15px;
    margin: 5px 0 0;
    padding: 5px 15px;
  }
}

#siteInfoBannerWidget {
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  height: auto;
  width: auto;
  max-width: 100%;
  margin: 19px 0 0;
  padding: 0;
  background: transparent;
  font-family: "BitterRegular";
  font-size: 16px;
  color: #000000;
  text-align: left;
  line-height: 1;
  z-index: 2;
  min-width: auto;
  flex-direction: column;
  justify-content: center;
}
#siteInfoBannerWidget:before {
  content: "";
  background: url(images/star-icon.png) no-repeat;
  width: 26px;
  height: 25px;
  display: inline-block;
  position: absolute;
  top: 2px;
}
#siteInfoBannerWidget #eventDates {
  font-family: "BarlowCondensedExtraBold";
  font-size: 32px;
  font-weight: 400;
  color: #254f96;
  padding-left: 31px;
}
#siteInfoBannerWidget #eventName {
  font-size: 16px;
  font-weight: 400;
  padding: 5px 0 0 30px;
}
#siteInfoBannerWidget .countdownDays {
  display: inline-block;
  font-family: "BitterRegular";
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.saffireMobileSize #siteInfoBannerWidget {
  left: auto;
  right: auto !important;
  padding: 0;
  background: linear-gradient(to bottom, #e2e2e2 0%, #ffffff 16%, #ffffff 16%, #ffffff 99%);
  color: #fff;
  margin: 9px 0 0;
  width: 100%;
  min-height: 68px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 0 0;
}
.saffireMobileSize #siteInfoBannerWidget:before {
  display: none;
}
.saffireMobileSize #siteInfoBannerWidget #eventName {
  font-size: 14px;
  color: #000;
}
.saffireMobileSize #siteInfoBannerWidget #eventDates {
  font-size: 26px;
  color: #254f96;
  padding: 0;
  margin: 0 0 8px;
  position: relative;
}
.saffireMobileSize #siteInfoBannerWidget #eventDates:before {
  content: "";
  background: url(images/star-icon.png) no-repeat;
  width: 22px;
  height: 21px;
  display: inline-flex;
  top: 2px;
  left: -36px;
  position: absolute;
  background-size: contain;
  top: 4px;
  left: -31px;
}
.saffireMobileSize #siteInfoBannerWidget .countdownDays {
  font-size: 14px;
  color: #000;
}

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

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

#cardWidgetMap {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 725px;
  margin: 0 13px;
  padding: 0;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  #cardWidgetMap {
    margin: 105px 0 0;
  }
}
#cardWidgetMap h1 {
  font-size: 46px;
  background-color: #991100;
  font-family: BarlowCondensedExtraBold;
  color: #fff;
  width: auto;
  position: relative;
  margin: 0px auto;
  line-height: 1;
  padding: 0px 29px 4px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
#cardWidgetMap h1:after {
  content: "";
  width: 27px;
  height: 100%;
  background: #991100;
  position: absolute;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 78% 50%);
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: bottom right;
  right: -20px;
  transform: scaleX(-1);
}
#cardWidgetMap h1:before {
  content: "";
  width: 27px;
  height: 100%;
  background: #991100;
  position: absolute;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 66% 50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 78% 40%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 75% 50%);
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: bottom right;
  left: -20px;
}
#cardWidgetMap .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: -30px;
  flex-direction: column;
}
#cardWidgetMap .image-container {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 400px;
}
#cardWidgetMap .card-widget-title {
  text-transform: uppercase;
  display: none;
  width: 100%;
  font: 28px "BarlowCondensedBlack", Arial, Verdana, sans-serif;
  line-height: 1;
  margin: 0 0 8px;
}
#cardWidgetMap .card-widget-description {
  font: 14px "BitterRegular", Arial, Verdana, sans-serif;
  color: #414850;
  display: none;
}
#cardWidgetMap .buttonwrap {
  text-align: center;
  margin-top: 15px;
}
#cardWidgetMap .buttonwrap a {
  line-height: 1.4em;
  border-radius: 30px;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "BarlowCondensedExtraBold";
  color: #fff !important;
  background: #254f96;
  width: auto;
  text-align: center;
  padding: 6px 19px;
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
}
#cardWidgetMap .buttonwrap a:hover {
  background: #1b3e79;
}

#multiScheduleFeature {
  box-sizing: border-box;
  display: flex;
  max-width: 350px;
  width: 100%;
  flex-direction: column;
  position: relative;
  right: 0;
  margin: 19px 13px 0;
  height: 400px;
}
@media screen and (max-width: 1199px) {
  #multiScheduleFeature {
    margin: 0;
  }
}
#multiScheduleFeature h1 {
  font-size: 46px;
  background-color: #991100;
  font-family: BarlowCondensedExtraBold;
  color: #fff;
  text-align: center;
  display: flex;
  width: auto;
  position: relative;
  margin: 0 auto;
  top: -19px;
  line-height: 1;
  padding: 0px 58px 6px;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 50px;
  box-sizing: border-box;
}
#multiScheduleFeature h1:after {
  content: "";
  width: 27px;
  height: 100%;
  background: #991100;
  position: absolute;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 78% 50%);
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: bottom right;
  right: -20px;
  transform: scaleX(-1);
}
#multiScheduleFeature h1:before {
  content: "";
  width: 27px;
  height: 100%;
  background: #991100;
  position: absolute;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 66% 50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 78% 40%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 75% 50%);
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: bottom right;
  left: -20px;
}
#multiScheduleFeature .multiFeatureContent {
  padding: 0 10px;
  background: #ebe9e5;
  min-height: 401px;
}
#multiScheduleFeature .featureItem {
  box-sizing: border-box;
  display: flex;
  color: #fff;
  flex-direction: row-reverse;
  justify-content: flex-end;
  height: 60px;
  align-items: center;
  margin: 0px 0 10px;
  transition: 0.3s;
  background: #fff;
}
#multiScheduleFeature .featureItem:hover {
  color: #2a2a2a;
  background: rgba(132, 196, 212, 0.5);
}
#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: 16px;
  text-transform: capitalize;
  position: relative;
  padding: 0;
  line-height: 20px;
  color: #000;
  max-width: 280px;
  font-weight: 300;
}
#multiScheduleFeature .featureItemDate {
  font-family: "BitterRegular";
  font-weight: 500;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  background-color: #97cf1f;
  text-align: center;
  text-transform: uppercase;
  line-height: 12px;
  justify-content: center;
  contain: content;
  align-items: center;
  max-width: 59px;
  position: relative;
  width: 100%;
  height: 100%;
  color: #37490f;
  margin-right: 21px;
}
#multiScheduleFeature .featureItemDate span {
  font-family: "MontserratBold";
  font-size: 24px;
  padding: 1px 0;
  line-height: 19px;
}
#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 .events-btn-wrap {
  text-align: center;
}
#multiScheduleFeature .all-events-btn {
  box-sizing: border-box;
  line-height: 1.75em;
  text-transform: none;
  border-radius: 20px;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "BarlowCondensedExtraBold";
  color: #fff !important;
  background: #254f96;
  width: auto;
  margin: 14px auto;
  text-align: center;
  padding: 3px 20px;
  font-size: 20px;
}
#multiScheduleFeature .all-events-btn:hover {
  background: #1b3e79;
}
#multiScheduleFeature a.date-link:nth-child(2) {
  order: 1;
}
#multiScheduleFeature h1.multi-title {
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.69px;
}

.multi-icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0px auto 18px;
}
.saffireMobileSize .multi-icon {
  margin: 0px auto 15px;
}

.socialNetworks {
  z-index: 3;
  position: fixed;
  right: -80px;
  top: 20%;
  transition: 0.6s ease;
  background: rgba(37, 79, 150, 0.7);
  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(37, 79, 150, 0.7);
  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: #e9eef7;
}

#musicPlayerLink {
  height: 40px;
  width: 40px;
  float: none;
  margin: 0;
  border: 3px solid rgba(37, 79, 150, 0.7);
  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(37, 79, 150, 0.7);
  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;
  }
}

/* Set the container ID*/
/* Size the container*/
/* Size the images*/
/* Format titles*/
/* Format arrows*/
#sponsorWidgetContainer {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 42px auto 0;
  box-sizing: border-box;
  max-width: 1436px;
  z-index: 1;
  padding: 0 51px 68px;
}
.noVideos #sponsorWidgetContainer {
  margin: 0px auto;
}
.noVideos.saffireMobileSize #sponsorWidgetContainer {
  margin: 0;
}
.saffireMobileSize #sponsorWidgetContainer {
  margin: 74px 0 0;
  padding: 0;
}
#sponsorWidgetContainer .sponsorWidgetContainer {
  padding-top: 69px;
}
.saffireMobileSize #sponsorWidgetContainer .sponsorWidgetContainer {
  padding: 62px 0 126px;
}
#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 .sponsorCarouselImageContainer a {
  margin: 0 15px;
}
#sponsorWidgetContainer .sponsorCarouselImage img {
  max-height: 100px;
}
.saffireMobileSize #sponsorWidgetContainer .sponsorCarouselImage img {
  max-height: 67px;
}
#sponsorWidgetContainer #sponsorsTitleContainer {
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
#sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  font-family: "BarlowCondensedExtraBold";
  font-size: 40px;
  color: #fff;
  padding: 4px 58px 6px;
  position: relative;
  background: #991101;
  line-height: 1;
  text-transform: uppercase;
}
#sponsorWidgetContainer #sponsorsTitleContainer .homepageh1:after {
  content: "";
  width: 27px;
  height: 100%;
  background: #991100;
  position: absolute;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 78% 50%);
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: bottom right;
  right: -20px;
  transform: scaleX(-1);
}
#sponsorWidgetContainer #sponsorsTitleContainer .homepageh1:before {
  content: "";
  width: 27px;
  height: 100%;
  background: #991100;
  position: absolute;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 66% 50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 78% 40%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 75% 50%);
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: bottom right;
  left: -20px;
}
#sponsorWidgetContainer #sponsorArrowRight {
  right: 0;
  top: 50%;
  width: 12px;
  height: 19px;
  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 {
  left: 1px;
  top: 50%;
  width: 12px;
  height: 20px;
  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: "";
  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;
}

#videoSection {
  position: relative;
  display: block;
  width: 709px;
  max-width: 100%;
  vertical-align: top;
  float: none;
  overflow: hidden;
  margin: 0px auto;
}
#videoSection.single-video #arrow-container {
  display: none;
}
.saffireMobileSize #videoSection {
  border-radius: 0;
  margin: 0px auto;
}

#videoWidget {
  box-sizing: border-box;
  position: relative;
  height: 0;
  width: 100%;
  max-width: 1265px;
  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);
  }
}
#seoWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 15px 63px;
  background: #fff;
}
.saffireMobileSize #seoWidget {
  padding: 24px 10px 53px;
}
#seoWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
#seoWidget .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
#seoWidget .card-widget-title {
  position: static;
  display: flex;
  font: 70px "BarlowCondensedBlack", Arial, Verdana, sans-serif;
  color: #254f96;
  margin: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #seoWidget .card-widget-title {
    font-size: 61px;
  }
}
.saffireMobileSize #seoWidget .card-widget-title {
  font-size: 32px;
  line-height: 1.1;
  max-width: 250px;
}
#seoWidget .card-widget-title p {
  background: #991100;
  position: relative;
  font-size: 14px;
  font-family: "BitterRegular";
  color: #fff;
  padding: 0px 27px 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  margin: 18px 0;
}
.saffireMobileSize #seoWidget .card-widget-title p {
  margin: 43px 0 0;
}
#seoWidget .card-widget-title p span {
  background: url(images/seo-graphic.png) center/contain no-repeat;
  width: 44px;
  height: 50px;
  display: flex;
  position: relative;
  left: 2px;
  right: 0;
  margin: 0px auto;
  padding: 0 9px 0 8px;
  top: -3px;
}
#seoWidget .card-widget-title p:after {
  content: "";
  width: 45px;
  height: 100%;
  background: #991100;
  position: absolute;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 26% 50%);
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: bottom right;
  right: -30px;
  transform: scaleX(-1);
}
#seoWidget .card-widget-title p:before {
  content: "";
  width: 34px;
  height: 100%;
  background: #991100;
  position: absolute;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 66% 48%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 75% 54%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 46% 53%);
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: bottom right;
  left: -34px;
}
#seoWidget .card-widget-description {
  position: static;
  display: block;
  width: 100%;
  font: 18px "BitterRegular", Arial, Verdana, sans-serif;
  color: #313131;
  line-height: 1.67;
}
.saffireMobileSize #seoWidget .card-widget-description {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 31px;
  letter-spacing: 0.4px;
}
#seoWidget .buttonwrap {
  margin: 25px 0 0;
  font-size: 19px;
}

#swiperWidget {
  width: 1100px;
  max-width: 100%;
  margin: 0px auto;
  padding-bottom: 14px;
}
#swiperWidget .swiper-main {
  box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.28);
}
.saffireMobileSize #swiperWidget .swiper-main {
  box-shadow: none;
  border-radius: 0;
}
#swiperWidget .swiper-container-images {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
#swiperWidget .swiper-container-images .swiper-image-container {
  max-width: 100%;
  height: 56.25vw;
  max-height: 550px;
  background-size: cover;
  background-position: center;
}
.saffireMobileSize #swiperWidget .swiper-container-images .swiper-image-container {
  border-radius: 0;
  height: 63.25vw;
}
#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: 18px 36px 27px 63px;
}
#swiperWidget .swiper-container-content .slide-title {
  display: inline-block;
  font: 900 44px/1 "BarlowCondensedExtraBold";
  text-transform: capitalize !important;
  color: #991100;
}
@media screen and (max-width: 1024px) {
  #swiperWidget .swiper-container-content .slide-title {
    font-size: 28px;
  }
}
#swiperWidget .swiper-container-content .button-container {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  position: relative;
  top: 3px;
}
#swiperWidget .swiper-container-content .button-container .button {
  margin: 0 5px;
  font-size: 20px;
  padding: 11px 24px;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  #swiperWidget .swiper-container-content .button-container .button {
    font-size: 16px;
  }
}
#swiperWidget .swiper-container-content .swiper-button-prev,
#swiperWidget .swiper-container-content .swiper-button-next {
  top: 49%;
  transform: translateY(-50%);
  margin: 0;
  width: 24px;
  height: 20px;
  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: 4px;
  top: 48%;
  width: 13px;
  height: 19px;
}
#swiperWidget .swiper-container-content .swiper-button-next {
  background-image: url(images/slideshow-right.png);
  right: 3px;
  width: 13px;
  height: 19px;
}

.saffireLargeSize #swiperWidget .swiper-container-content .slide-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: auto;
}
.saffireLargeSize #swiperWidget .swiper-container-content .swiper-pagination-bullet {
  display: none;
}
.saffireLargeSize #swiperWidget .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0px 6px;
  opacity: 0.65;
  background: transparent;
  border: 2px solid #fff;
}
.saffireLargeSize #swiperWidget .swiper-pagination-bullet:hover, .saffireLargeSize #swiperWidget .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
  border: 2px solid #fff;
}

.saffireMobileSize #swiperWidget {
  width: 100%;
  padding: 0;
}
.saffireMobileSize #swiperWidget .swiper-container-images {
  width: 100%;
}
.saffireMobileSize #swiperWidget .swiper-container-content .swiper-content-container {
  flex-direction: column;
  padding: 0 6px 11px 6px;
  border-radius: 0;
}
.saffireMobileSize #swiperWidget .swiper-container-content .slide-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: center;
  font-weight: normal;
  font-size: 24px;
}
.saffireMobileSize #swiperWidget .swiper-container-content .button-container {
  flex: 1 1 100%;
  justify-content: center;
  padding-right: 7px;
  margin: 16px 0;
}
.saffireMobileSize #swiperWidget .swiper-container-content .button {
  font-size: 20px;
  margin: 0 5px;
}
.saffireMobileSize #swiperWidget .swiper-container-content .swiper-button-prev,
.saffireMobileSize #swiperWidget .swiper-container-content .swiper-button-next {
  display: none;
}
.saffireMobileSize #swiperWidget .mobile-pagination.swiper-pagination {
  position: relative;
  margin: 0 0 3px;
}
.saffireMobileSize #swiperWidget .mobile-pagination.swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 3px;
  background: transparent;
  border: 1px solid #b2b2b2;
  opacity: 1;
}
.saffireMobileSize #swiperWidget .mobile-pagination.swiper-pagination .swiper-pagination-bullet:hover,
.saffireMobileSize #swiperWidget .mobile-pagination.swiper-pagination .swiper-pagination-bullet-active {
  background: #b2b2b2;
  opacity: 1;
}

.desktop-pagination.swiper-pagination {
  position: relative;
  margin-top: 3px;
  margin-top: 3px;
  padding: 10px 0;
}
.saffireMobileSize .desktop-pagination.swiper-pagination {
  display: none;
}

#cardWidgetFooterLogo {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0;
  padding: 15px 0 6px;
  background: #fff;
}
.saffireMobileSize #cardWidgetFooterLogo {
  justify-content: space-between;
  padding: 15px 20px 27px;
}
#cardWidgetFooterLogo .card-widget-item {
  box-sizing: border-box;
  display: flex;
  position: relative;
  margin: 0 49px;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  #cardWidgetFooterLogo .card-widget-item {
    margin: 0 19px;
  }
}
@media screen and (max-width: 1000px) {
  #cardWidgetFooterLogo .card-widget-item {
    margin: 0 10px;
  }
}
.saffireMobileSize #cardWidgetFooterLogo .card-widget-item {
  max-width: 100%;
  width: 45%;
  margin: 0 6px 8px;
}
#cardWidgetFooterLogo .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}
#cardWidgetFooterLogo .image-container .card-widget-image {
  max-height: 125px;
}
.saffireMobileSize #cardWidgetFooterLogo .image-container .card-widget-image {
  max-height: 64px;
}
#cardWidgetFooterLogo .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  display: none;
}
#cardWidgetFooterLogo .card-widget-title {
  display: none;
}
#cardWidgetFooterLogo .card-widget-description {
  font: 16px "BitterRegular", Arial, Verdana, sans-serif;
  color: #2a2a2a;
  padding: 10px;
  display: none;
}
#cardWidgetFooterLogo .buttonwrap {
  opacity: 0;
  height: 0;
  position: relative;
  top: -5px;
  transition: 0.3s;
}
#cardWidgetFooterLogo .buttonwrap a {
  margin: 0 2px 0 5px;
  font-size: 18px;
  padding: 8px 27px;
  color: #a3080f !important;
  background: #fff;
  line-height: 1;
  border-radius: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

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