/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/sass/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
/************** LOAD FONTS ******************/
@font-face {
  font-family: "OpenSans-Light-webfont";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-Light-webfont.woff2) format("woff2"), url(fonts/OpenSans-Light-webfont.woff) format("woff");
}
@font-face {
  font-family: "OpenSans-Regular-webfont";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-Regular-webfont.woff2) format("woff2"), url(fonts/OpenSans-Regular-webfont.woff) format("woff");
}
@font-face {
  font-family: "RobotoBlack";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/RobotoBlack.woff2) format("woff2"), url(fonts/RobotoBlack.woff) format("woff");
}
@font-face {
  font-family: "RobotoRegular";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/RobotoRegular.woff2) format("woff2"), url(fonts/RobotoRegular.woff) format("woff");
}
@font-face {
  font-family: "RobotoBold";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/RobotoBold.woff2) format("woff2"), url(fonts/RobotoBold.woff) format("woff");
}
@font-face {
  font-family: "RobotoLight";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/RobotoLight.woff2) format("woff2"), url(fonts/RobotoLight.woff) format("woff");
}
@font-face {
  font-family: "RobotoMedium";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/RobotoMedium.woff2) format("woff2"), url(fonts/RobotoMedium.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: "gin";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/gin.woff2) format("woff2"), url(fonts/gin.woff) format("woff");
}
@font-face {
  font-family: "ThirstySoftBlack";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/ThirstySoftBlack.woff2) format("woff2"), url(fonts/ThirstySoftBlack.woff) format("woff");
}
.saffireMobileSize .header {
  padding: 0;
  font: inherit;
  color: inherit;
}
.saffireMobileSize .headerInnerContent {
  height: auto;
}

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

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

.loginstatus {
  float: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.cartMenuRemoveButton {
  text-decoration: none;
}

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

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

.standAloneDirections {
  color: inherit;
}

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

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

.left.pressDate {
  width: 120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "gin", Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #172e50;
  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 + 25 * ((100vw - 450px) / 916));
  }
}
@media screen and (min-width: 1366px) {
  h1 {
    font-size: 54px;
  }
}

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

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

a:hover {
  text-decoration: none;
}

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

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

span.featureLineup-headline.button {
  top: 69%;
  width: 96%;
  background: rgba(23, 46, 80, 0.9);
}

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

.featureLineup-social a:after {
  color: #172e50;
}

.featureLineupContainer .subContainer {
  width: 100%;
  padding: 17px 7px 7px 7px;
}

.featureLineupModule .dateDisplayBar,
.featureLineupModule .dateDisplay {
  background: rgba(23, 46, 80, 0.9);
  font-family: "gin";
  font-size: 20.5px;
}
.featureLineupModule .featureLineup-more {
  top: 17px;
}

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

.wrapper {
  width: 100%;
}

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

body:not(.homepage).generalMessageOn .content {
  margin: 235px auto 60px;
}

body:not(.homepage).saffireMobileSize.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff .content {
  margin: 95px auto 60px;
}

body:not(.homepage).generalMessageOn.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff .content {
  margin: 220px auto 60px;
}

body:not(.homepage).saffireMobileSize.generalMessageOn.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff .content {
  margin: 140px auto 60px;
}

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

body.homepage .content {
  margin-top: 190px;
}
body.homepage.saffireMobileSize .content {
  margin-top: 133px;
}

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

body.homepage.saffireMobileSize.generalMessageOn .content {
  margin-top: 173px;
}

body.homepage.saffireMobileSize.generalMessageOn.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff .content {
  margin-top: 104px;
}

body.homepage.saffireMobileSize.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff .content {
  margin-top: 64px;
}

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

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

.orderhistory {
  background: #172e50;
}

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

.alternateRow {
  background: #f0f0f0;
}

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

.FAQModule hr {
  display: none;
}
.FAQModule .faqQuestion,
.FAQModule .faqAnswer {
  background: #fff;
  color: #000;
}
.FAQModule .FAQModule .faqQuestion,
.FAQModule .FAQModule .faqAnswer {
  width: 100%;
}
.FAQModule .featureLineupContainer .subContainer {
  background: #fff;
}
.FAQModule .faqQuestion,
.FAQModule .faqQuestion.faqIsVisible {
  display: flex !important;
  align-items: center;
  background: #f0f0f0;
  color: #000;
}
.FAQModule .faqQuestion:before,
.FAQModule .faqQuestion.faqIsVisible:before {
  content: "";
  display: block;
  font-size: 0;
  width: 64px;
  height: 64px;
  background: url(images/plus-toggle-icon.jpg) center/contain no-repeat;
  margin-right: 12px;
  border-radius: 0;
  border-right: 9px solid #fff;
}
.FAQModule .faqQuestion .featureLineup-buttons.subContainer,
.FAQModule .faqQuestion.faqIsVisible .featureLineup-buttons.subContainer {
  background: #fff;
  box-shadow: none !important;
  width: 100%;
}
.FAQModule .faq a.faqQuestion {
  max-width: 100%;
}
.FAQModule .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: 15px;
  font-family: "BitterRegular" !important;
  color: #172752 !important;
}

.printEvent {
  z-index: 0;
}

.header .header-top {
  padding: 0 15px;
  box-sizing: border-box;
}
.saffireMobileSize .header .header-top {
  background: #fff;
  padding: 0 3px;
}
.header .header-top .container {
  min-height: 70px;
}
.header .container {
  max-width: 1300px;
  display: flex;
  position: relative;
  margin: 0px auto;
}
.saffireMobileSize .header .container {
  min-height: 64px;
}

.top-header-right {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 11px;
  margin-right: 3px;
}
.saffireMobileSize .top-header-right {
  padding: 0;
}

.header-bottom {
  background: #172e50;
  margin-top: 11px;
  padding: 4px 15px;
  box-sizing: border-box;
}
.saffireMobileSize .header-bottom {
  padding: 0;
  margin: 0;
}
.saffireMobileSize.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff .header-bottom {
  display: none !important;
}
.header-bottom .container {
  justify-content: flex-end;
}

.container-map-container {
  margin: 0px auto;
  display: flex;
  padding: 61px 0 53px;
  justify-content: center;
  background: url(images/tier-three-bg.jpg) left top;
  background-size: cover;
}
@media only screen and (max-width: 1300px) {
  .container-map-container {
    flex-direction: column;
    box-sizing: border-box;
    background: url(images/tier-three-top-mobile.png) #172e50 repeat-x top center;
    padding: 44px 7px 19px;
    align-items: center;
  }
}

.sponsor-container {
  background: #fff;
  padding: 26px 15px;
  box-sizing: border-box;
}

.footer-container {
  background: url(images/footer-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 38px 0 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .footer-container {
    padding: 33px 15px 54px;
  }
}

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #a3080f;
  font-family: "RobotoRegular", 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: #a9dbfc;
  position: fixed;
  z-index: 99999;
  top: 0;
}

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

.saffireMobileSize .header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  height: auto;
}
.saffireMobileSize .headerInnerContent {
  height: auto;
}

.header-logo {
  display: block;
  width: 199px;
  height: 161px;
  background: url(images/logo.png) center/contain no-repeat;
  position: absolute;
  left: -2px;
  z-index: 9;
  top: 6px;
}
@media only screen and (max-width: 1164px) {
  .header-logo {
    width: 163px;
    height: 147px;
  }
}
.saffireMobileSize .header-logo {
  width: 86px;
  height: 70px;
  left: 5px;
  top: 5px;
}

.ticket {
  background: url(images/ticket-bg.png) no-repeat;
  color: #ffc726;
  font-size: 28.5px;
  font-family: "Gin";
  width: 190px;
  height: 58px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}
.ticket:hover {
  background: url(images/ticket-bg.png) no-repeat;
  color: #ffc726;
  font-family: "Gin";
}

.saffireMobileSize a.ticket {
  background: url(images/ticket-bg-mobile.png) no-repeat !important;
  color: #ffc726;
  font-size: 17px;
  font-family: "Gin";
  width: 119px;
  height: 42px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 11px;
  left: 18px;
  right: 0;
  margin: 0 auto;
}
.saffireMobileSize a.ticket:hover {
  background: url(images/ticket-bg.png) no-repeat;
  color: #ffc726;
  font-family: "Gin";
  width: 119px;
  height: 42px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 11px;
  left: 18px;
  right: 0;
  margin: 0 auto;
}

.header .searchBox:not(.clonedSearchBox) {
  display: inline-flex;
  align-items: center;
  z-index: 2;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput {
  position: absolute;
  right: 100%;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
  height: 30px;
  width: 170px;
  padding: 0 5px;
  font-size: 14px;
  font-family: "RobotoRegular", 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) .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: "RobotoRegular", Arial, Verdana, sans-serif;
  margin-right: 15px;
  width: 35px;
  padding: 0;
  font-size: 0;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:before {
  content: "";
  background: url(images/search-icon.png) no-repeat;
  width: 21px;
  height: 24px;
  position: relative;
  top: 1px;
  font-family: "FontAwesome";
  font-size: 26px;
  display: inline-flex;
  color: #4f4f4f;
  position: relative;
}
.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) {
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.saffireMobileSize .header .searchBox:not(.clonedSearchBox):before {
  content: "\f002";
  position: static;
  line-height: 1;
  font-size: 26px;
  color: #eee;
}

.saffireMobileSize .email-main {
  display: none;
}

.header .emailSignup .emailSubmitButton {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 10px;
  background: transparent;
  border-radius: 10px !important;
  font-size: 14px;
  font-family: "gin", Arial, Verdana, sans-serif;
  transition: 0.2s;
  width: auto;
  padding: 0;
  font-size: 0;
  margin-right: 22px;
}
.header .emailSignup .emailSubmitButton:hover {
  background: transparent;
}
.header .emailSignup .emailSubmitButton:before {
  content: "";
  background: url(images/email-icon.png) no-repeat;
  width: 26px;
  height: 22px;
  position: relative;
  margin-right: 6px;
  font-family: "FontAwesome";
  font-size: 26px;
  display: inline-flex;
  color: #4f4f4f;
  position: relative;
}

.standAloneDirections {
  font-family: "RobotoMedium";
  font-size: 14px;
  display: flex;
  margin-right: 22px;
}
.saffireMobileSize .standAloneDirections {
  display: none;
}
.standAloneDirections:before {
  background: url(images/location-icon.png) no-repeat;
  display: flex;
  content: "";
  width: 16px;
  height: 21px;
  position: relative;
  margin-right: 8px;
  font-family: "FontAwesome";
  font-size: 26px;
  line-height: 1;
  color: inherit;
  top: -2px;
}

.saffireLargeSize .viewcart {
  display: inline-flex;
  color: inherit;
  margin-right: 25px;
}
.saffireLargeSize .viewcart .cartMenuLink {
  display: flex;
  color: inherit;
  font-family: RobotoMedium;
  font-size: 14px;
}
.saffireLargeSize .viewcart .cartMenuLink:before {
  background: url(images/cart-icon.png) no-repeat;
  display: flex;
  content: "";
  width: 27px;
  height: 21px;
  position: relative;
  margin-right: 6px;
  font-family: "FontAwesome";
  font-size: 26px;
  line-height: 1;
  color: inherit;
  top: -2px;
}

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

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

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

.saffireLargeSize .nav .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: 6px 2px 8px 37px;
  background: none;
  font-family: "gin", Arial, Verdana, sans-serif;
  font-size: 20.5px;
  font-weight: 400;
  color: #fff;
}
.saffireLargeSize .nav .groups .group:hover > a {
  color: #fff;
}
.saffireLargeSize .nav .items {
  top: 100%;
  left: 0;
  padding: 0;
  background: #172e50;
}
.saffireLargeSize .nav .items .item a {
  padding: 5px 15px;
  color: #fff;
  font-family: "RobotoRegular", Arial, Verdana, sans-serif;
}
.saffireLargeSize .nav .items .item a:hover {
  color: #fff;
}
.saffireLargeSize .nav .item {
  width: 200px;
  line-height: 1.4;
}
.saffireLargeSize .nav .item:hover {
  background: #224578;
}
.saffireLargeSize .nav .subitems {
  left: 100%;
  padding: 0;
  background: #172e50;
}

/*********************** 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: center;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer ul.footerItems1 {
  margin: 24px 0 0;
  font-family: "RobotoLight";
  font-size: 17px;
}
.footer ul.footerItems1 li {
  display: inline-block;
  margin: 0 6px;
}
.footer ul.footerItems2 {
  margin: 8px 0 0;
  font: 15px "RobotoLight";
  color: #fff;
}
.footer ul.footerItems2 li {
  display: inline-block;
  margin: 0 5px;
}

.footer-logo {
  background: url(images/footer-logo.png) no-repeat;
  width: 270px;
  height: 159px;
  display: block;
  margin: 0 0 32px;
  background-size: contain;
}
@media only screen and (max-width: 800px) {
  .footer-logo {
    width: 184px;
    height: 108px;
    margin: 0 0 15px;
  }
}

.footer-info {
  font: 22px "RobotoRegular";
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: center;
}
@media only screen and (max-width: 800px) {
  .footer-info {
    font-size: 14px;
    justify-content: center;
  }
}
.footer-info li {
  margin: 0 16px;
}
@media only screen and (max-width: 800px) {
  .footer-info li {
    margin: 0 12px;
    line-height: 2.2 !important;
  }
}
.footer-info a {
  color: #fff;
  text-decoration: none;
}

.saffireMobileSize .footer a:hover {
  text-decoration: none;
}
.saffireMobileSize .footer ul.footerItems1 {
  font-size: 12px;
}
.saffireMobileSize .footer ul.footerItems1 li {
  margin: 0 4px;
}
.saffireMobileSize .footer .footerSignIn {
  max-width: 300px;
  margin: auto;
}
.saffireMobileSize .footer ul.footerItems2 {
  font-size: 12px;
  margin: 24px 0 0;
}
.saffireMobileSize .footer ul.footerItems2 li {
  display: block;
}
.saffireMobileSize .footer ul.footerItems2 li:last-child {
  margin: -8px 0 0;
}
.saffireMobileSize .footer ul.footerItems2 li .saffire_logo {
  top: 14px;
}

.mobile-menu-container {
  background: url(images/nav-bg.jpg) center/cover no-repeat;
}
.mobile-menu-container .mobile-menu-header {
  background-color: #a9dbfc;
}
.mobile-menu-container .close-mobile-menu:before {
  display: none;
}
.mobile-menu-container .close-mobile-menu:after {
  content: "\f057";
  font-family: "fontAwesome";
  transform: none;
  background: transparent;
  height: 34px;
  top: -5px;
  font-size: 27px;
  color: rgba(0, 0, 0, 0.3);
}
.mobile-menu-container .mobile-menu-subheader {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.mobile-menu-container .mobile-menu-subheader,
.mobile-menu-container .mobile-menu-subheader-btn {
  background-color: #ebeae7;
  font-family: "RobotoRegular", Arial, Verdana, sans-serif;
}
.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 !important;
}
.mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
.mobile-menu-container .mobile-menu-subheader-btn:active {
  background-color: black;
}
.mobile-menu-container .mobile-menu-login-links a {
  font-family: "gin", Arial, Verdana, sans-serif;
}
.mobile-menu-container .cart-counter {
  font-family: "RobotoRegular", Arial, Verdana, sans-serif;
}
.mobile-menu-container .search-container input {
  font-family: "RobotoRegular", Arial, Verdana, sans-serif;
}
.mobile-menu-container .search-container .search-submit-btn {
  color: #8c8c8c;
}
.mobile-menu-container .mobile-menu-ticket-btn {
  background-color: #172e50;
  font-family: "gin", Arial, Verdana, sans-serif;
  color: #fff;
  border-color: #000;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 300;
}
.mobile-menu-container .mobile-menu-footer-links a {
  font-family: "RobotoRegular", Arial, Verdana, sans-serif;
  color: #fff;
  font-size: 13px;
}

#mobile-nav ul {
  background-color: #fff;
}
#mobile-nav li {
  margin: 0;
}
#mobile-nav li.m-group, #mobile-nav li.m-item, #mobile-nav li.m-subitem {
  border-bottom: 1px solid #000;
}
#mobile-nav a {
  background-color: #172e50;
  font-family: "gin", Arial, Verdana, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
}
#mobile-nav a:hover {
  background-color: #0c1728;
}
#mobile-nav .has-subitems span {
  background-color: #2f4362;
  color: #fff;
}
#mobile-nav .has-subitems span:hover {
  background-color: #1e2b40;
}

/************************* 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: #107082;
  line-height: 22px;
}
.modalBody .showorksTableGrid th { /* |%  set font-family */
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.06em;
  padding-bottom: 7px;
  padding-top: 7px;
}
.modalBody .showorksTableGrid td {
  color: #323232;
}
.modalBody .showorksTableGrid tr.odd {
  background: #fff;
  color: black;
}
.modalBody .showorksTableGrid tr.even {
  background: #e6e6e6;
  color: black;
}

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

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

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

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

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

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

.emailSignup.modalOnly {
  max-width: 100% !important;
  text-align: center;
}

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

.button,
.buttonSmall {
  box-sizing: border-box;
  line-height: 1.75em;
  text-transform: none;
  border-radius: 0;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "gin";
  color: #fff !important;
  background: #A3080F;
}

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

.button:hover,
.buttonSmall:hover {
  background: #79090F;
}

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

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

#cardWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0;
  padding: 0 0 6px;
  background: #fff;
}
@media only screen and (max-width: 800px) {
  #cardWidget {
    flex-direction: column;
    align-items: center;
    padding: 24px 0 36px;
  }
}
#cardWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: 268px;
  position: relative;
  margin: 0 8px 16px;
  max-width: 422px;
  border-radius: 5px;
  overflow: hidden;
}
#cardWidget .card-widget-item:nth-child(2) .card-content:after {
  content: "";
  background: hsla(216deg, 55%, 20%, 0.8) !important;
}
#cardWidget .card-widget-item:nth-child(2) .card-widget-title {
  background: #a3080f;
}
@media only screen and (max-width: 800px) {
  #cardWidget .card-widget-item {
    width: 100%;
    max-width: 359px;
    height: 228px;
    margin: 0 0 7px;
  }
}
#cardWidget .card-widget-item:hover .image-container {
  background-size: 125%;
}
#cardWidget .card-widget-item:hover .card-content:after {
  content: "";
  background: rgba(163, 8, 15, 0.8);
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#cardWidget .card-widget-item:hover .buttonwrap {
  opacity: 1;
  height: auto;
  z-index: 1;
}
#cardWidget .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  transition: all 0.5s ease;
  background-size: 100%;
}
#cardWidget .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
#cardWidget .card-widget-title {
  text-transform: uppercase;
  display: block;
  width: 100%;
  font: 24px "gin", Arial, Verdana, sans-serif;
  background: #172e50;
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 13px 0;
  margin: 0 -3%;
  z-index: 1;
}
@media only screen and (max-width: 800px) {
  #cardWidget .card-widget-title {
    font-size: 20px;
  }
}
#cardWidget .card-widget-description {
  font: 18px "RobotoRegular", Arial, Verdana, sans-serif;
  color: #323232;
  padding: 10px;
  display: none;
}
#cardWidget .buttonwrap {
  opacity: 0;
  height: 0;
  position: relative;
  top: -5px;
  transition: 0.3s;
}
#cardWidget .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;
  font-family: "gin";
  text-transform: uppercase;
}

#siteInfoBannerWidget {
  box-sizing: border-box;
  position: static;
  display: inline-flex;
  height: auto;
  width: auto;
  max-width: 100%;
  margin: 0 0 0 210px;
  padding: 12px 0 0 43px;
  position: relative;
  background: transparent;
  font-family: "RobotoBold";
  font-size: 16px;
  color: #172e50;
  text-align: left;
  line-height: 1;
  z-index: 2;
  min-width: auto;
  flex-direction: column;
  justify-content: center;
}
.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff #siteInfoBannerWidget {
  display: none !important;
}
@media only screen and (max-width: 1164px) {
  #siteInfoBannerWidget {
    margin: 0 0 0 160px;
  }
}
.saffireMobileSize #siteInfoBannerWidget {
  margin: 0;
}
#siteInfoBannerWidget:before {
  content: "";
  background: url(images/stars-icon.png) no-repeat;
  width: 30px;
  height: 32px;
  position: relative;
  margin-right: 6px;
  position: absolute;
  left: 2px;
  top: 16px;
}
.saffireMobileSize #siteInfoBannerWidget:before {
  display: none;
}
#siteInfoBannerWidget #eventDates {
  font-family: "gin";
  font-size: 30px;
  font-weight: 400;
  color: #172e50;
  margin: 0 0 3px;
}
@media only screen and (max-width: 1164px) {
  #siteInfoBannerWidget #eventDates {
    font-size: 25px;
  }
}
#siteInfoBannerWidget #eventName {
  font-size: 16px;
  font-weight: 400;
  margin-top: 1px;
}
@media only screen and (max-width: 1164px) {
  #siteInfoBannerWidget #eventName {
    font-size: 15px;
  }
}
#siteInfoBannerWidget .countdownDays {
  display: inline-block;
  font-family: "RobotoBold";
  font-size: 16px;
  font-weight: 400;
  color: #172e50;
}
@media only screen and (max-width: 1164px) {
  #siteInfoBannerWidget .countdownDays {
    font-size: 15px;
  }
}

.saffireMobileSize #siteInfoBannerWidget {
  left: auto;
  right: auto !important;
  padding: 5px 20px;
  background: #a9dbfc;
  color: #172e50;
  width: 100%;
  text-align: center;
  min-height: 69px;
}
.saffireMobileSize #siteInfoBannerWidget #eventName {
  font-size: 12px;
  color: inherit;
}
.saffireMobileSize #siteInfoBannerWidget #eventDates {
  font-size: 22px;
  color: inherit;
  margin: 0 auto 0;
  display: inline-flex;
  position: relative;
}
.saffireMobileSize #siteInfoBannerWidget #eventDates:before {
  content: "";
  background: url(images/stars-icon.png) no-repeat;
  width: 25px;
  height: 27px;
  margin-right: 6px;
  background-size: contain;
  display: inline-flex;
}
.saffireMobileSize .saffireMobileSize #siteInfoBannerWidget #eventDates:before {
  display: none;
}
.saffireMobileSize #siteInfoBannerWidget .countdownDays {
  font-size: 12px;
  color: inherit;
}

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

#seoWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 28px 0 23px;
  background: #fff;
  margin: 29px auto 0;
}
.saffireMobileSize #seoWidget {
  margin: 0;
  padding: 31px 0 23px;
}
#seoWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  max-width: 849px;
}
#seoWidget .card-content {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#seoWidget .card-content:before {
  content: "";
  background: url(images/enjoy-the-fun-graphic.png) no-repeat;
  width: 371px;
  height: 109px;
  position: relative;
  display: block;
  left: 4px;
  z-index: 1;
}
.saffireMobileSize #seoWidget .card-content:before {
  background-size: contain;
  width: 258px;
  height: 75px;
}
#seoWidget .card-widget-title {
  position: relative;
  display: block;
  font: 32px "gin", Arial, Verdana, sans-serif;
  color: #fff;
  background: #172e50;
  padding: 6px 61px;
  top: -5px;
}
.saffireMobileSize #seoWidget .card-widget-title {
  font-size: 22px;
  padding: 3px 41px 5px;
  top: -3px;
}
#seoWidget .card-widget-title:before {
  content: "";
  width: 38px;
  height: 100%;
  background: #172e50;
  position: absolute;
  top: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
  left: -10px;
}
#seoWidget .card-widget-title:after {
  content: "";
  width: 37px;
  height: 100%;
  background: #172e50;
  position: absolute;
  top: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: bottom right;
  right: -12px;
  transform: scaleX(-1);
}
#seoWidget .card-widget-description {
  font: 18px "RobotoRegular", Arial, Verdana, sans-serif;
  color: #273e5e;
  padding: 10px;
  line-height: 27px;
}
.saffireMobileSize #seoWidget .card-widget-description {
  font-size: 14px;
  padding: 19px 0 0;
  line-height: 1.5;
}
#seoWidget .buttonwrap a {
  margin: 8px 5px;
  padding: 3px 25px 4px;
  color: #ffc825 !important;
  letter-spacing: 0.4px;
  font-size: 18px;
  border-radius: 3px;
}
.saffireMobileSize #seoWidget .buttonwrap a {
  margin: 25px 0 0;
}

#cardWidgetMap {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 422px;
  height: 443px;
  margin: 0 8px;
  padding: 0;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 1300px) {
  #cardWidgetMap {
    margin: 0 0 16px;
  }
}
@media only screen and (max-width: 800px) {
  #cardWidgetMap {
    height: 394px;
    margin: 0 0 12px;
  }
}
#cardWidgetMap .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: 443px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  #cardWidgetMap .card-widget-item {
    height: 394px;
  }
}
#cardWidgetMap .image-container {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  transition: all 0.5s ease;
  background-size: cover;
  background-position: center;
}
#cardWidgetMap .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 267px;
  min-height: 135px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  box-shadow: 0px 1px 2px 0.5px rgba(0, 0, 0, 0.4);
  transform: translateY(-50%);
  margin: 0 auto;
}
#cardWidgetMap .card-content:after {
  content: "";
  background: url(images/down-arrow.png) no-repeat;
  width: 18px;
  height: 12px;
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#cardWidgetMap .card-widget-title {
  text-transform: uppercase;
  display: block;
  width: 100%;
  font: 28px "gin", Arial, Verdana, sans-serif;
  color: #172e50;
  line-height: 1;
  margin: 0 0 8px;
}
#cardWidgetMap .card-widget-description {
  font: 14px "RobotoRegular", Arial, Verdana, sans-serif;
  color: #414850;
}
#cardWidgetMap .buttonwrap a {
  font-size: 14px;
  padding: 13px 23px;
  margin: 10px 0 0;
  background: #A3080F;
  color: #ffc825 !important;
  line-height: 1;
  border-radius: 3px;
  display: block;
  text-decoration: none;
  font-family: "gin";
  text-transform: uppercase;
}

#cardWidgetSecond {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 423px;
  height: 443px;
  margin: 0 8px;
  padding: 0;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 1300px) {
  #cardWidgetSecond {
    margin: 0 0 16px;
  }
}
#cardWidgetSecond .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: 443px;
  position: relative;
  overflow: hidden;
}
#cardWidgetSecond .card-widget-item:hover .image-container {
  background-size: 125%;
}
#cardWidgetSecond .image-container {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  transition: all 0.5s ease;
  background-size: 110%;
  background-position: center;
}
#cardWidgetSecond .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
}
#cardWidgetSecond .card-widget-title {
  text-transform: uppercase;
  display: block;
  width: 100%;
  font: 28px "gin", Arial, Verdana, sans-serif;
  color: #fff;
  background: #A3080F;
  line-height: 1;
  height: 56px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1300px) {
  #cardWidgetSecond .card-widget-title {
    color: #ffc825;
  }
}
#cardWidgetSecond .card-widget-description {
  font: 14px "RobotoRegular", Arial, Verdana, sans-serif;
  color: #414850;
}
#cardWidgetSecond .buttonwrap a {
  font-size: 14px;
  padding: 13px 23px;
  margin: 10px 0 0;
  background: #A3080F;
  color: #ffc825 !important;
  line-height: 1;
  border-radius: 3px;
  display: block;
  text-decoration: none;
  font-family: "gin";
  text-transform: uppercase;
}

#cardWidgetFooterLogo {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 7px 0;
}
.saffireMobileSize #cardWidgetFooterLogo {
  padding: 7px 0 60px;
}
#cardWidgetFooterLogo .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  max-width: 63px;
  max-height: 77px;
  position: relative;
  margin: 0 15px;
  align-items: center;
}
#cardWidgetFooterLogo .image-container {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  max-width: 63px;
  max-height: 77px;
}
#cardWidgetFooterLogo .image-container .card-widget-image {
  max-width: 63px;
  max-height: 77px;
  vertical-align: top;
}
#cardWidgetFooterLogo .card-content {
  display: none;
}
#cardWidgetFooterLogo .card-widget-title {
  display: none;
}
#cardWidgetFooterLogo .card-widget-description {
  font: 14px "RobotoRegular", Arial, Verdana, sans-serif;
  color: #414850;
}
#cardWidgetFooterLogo .buttonwrap a {
  font-size: 14px;
  padding: 13px 23px;
  margin: 10px 0 0;
  background: #A3080F;
  color: #ffc825 !important;
  line-height: 1;
  border-radius: 3px;
  display: block;
  text-decoration: none;
  font-family: "gin";
  text-transform: uppercase;
}

#homepagePopup {
  display: none;
}
#homepagePopup *:focus {
  outline: none;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(23, 46, 80, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 10px;
  width: 1000px;
  max-width: 95%;
  max-height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.modal__header img {
  max-width: 100%;
  object-fit: cover;
}

.modal__title {
  font: 32px/1 "gin";
  color: #172e50;
  margin: 0.5em 0;
}
.saffireMobileSize .modal__title {
  font-size: 30px;
}

.modal__close {
  display: block;
  margin-right: 0;
  margin-left: auto;
  font-size: 16px;
  background: transparent;
  box-sizing: border-box;
  color: #000;
  line-height: 1.2;
  text-align: center;
  border: none;
}
.modal__close:before {
  content: "X";
  color: #000;
}
.modal__close:hover {
  cursor: pointer;
}

.button.modal__link {
  cursor: pointer;
  background: #A3080F;
  color: #fff !important;
}
.button.modal__link:hover {
  background: #79090F !important;
  color: #fff !important;
}

.modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  color: #323232;
  text-align: center;
  font-size: 18px;
}
.saffireMobileSize .modal__content {
  font-size: 14px;
}
.modal__content p {
  margin-bottom: 2em;
  max-width: 80%;
  margin: 1em auto 2em;
}

/**************************\
        Animations
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide.is-open .modal__overlay {
  z-index: 99999999;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.info-graphic-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  background: url(images/work-in-our-comunity-wrap.jpg) bottom;
  background-size: cover;
  min-height: 431px;
}
.saffireMobileSize .info-graphic-container {
  background: url(images/community-shade-mobile.png) #a9dbfc repeat-x bottom center;
  min-height: auto;
}
.info-graphic-container:before {
  background: url(images/artwork-logo.png);
  width: 865px;
  height: 550px;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
}
.saffireMobileSize .info-graphic-container:before {
  background: url(images/artwork-logo-mobile.png) no-repeat top center;
  width: 527px;
  max-width: 100%;
  height: 507px;
  display: inline-block;
  top: 0;
  transform: none;
}
.info-graphic-container .info-graphic-title {
  background: url(images/artwork-logo.png);
  width: 199px;
  height: 124px;
  position: relative;
  margin: 0 0 0 34px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1130px) {
  .info-graphic-container .info-graphic-title {
    width: 685px;
    height: 370px;
    background-size: contain;
    transform: translatey(-50%);
  }
}
.info-graphic-container #infoGraphic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1240px;
  max-width: 100%;
  position: relative;
  align-items: center;
}
.saffireMobileSize .info-graphic-container #infoGraphic {
  align-items: center;
  flex-direction: column;
  padding: 278px 0 32px;
}
.info-graphic-container #infoGraphic .card-content {
  flex-direction: column;
  width: auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.info-graphic-container #infoGraphic .card-widget-item {
  width: 325px;
  display: flex;
}
.saffireMobileSize .info-graphic-container #infoGraphic .card-widget-item {
  align-items: center !important;
  width: 100% !important;
  display: flex;
  max-width: 353px;
  margin: 0 auto 17px !important;
}
.saffireMobileSize .info-graphic-container #infoGraphic .card-widget-item:nth-child(2) {
  order: 3;
}
.saffireMobileSize .info-graphic-container #infoGraphic .card-widget-item:nth-child(3) {
  order: 2;
}
.saffireMobileSize .info-graphic-container #infoGraphic .card-widget-item:nth-child(4) {
  order: 4;
}
.info-graphic-container #infoGraphic .card-widget-item:first-child, .info-graphic-container #infoGraphic .card-widget-item:nth-child(3) {
  text-align: right;
  margin: 0 515px 0 0;
  justify-content: flex-end;
}
@media only screen and (max-width: 1169px) {
  .info-graphic-container #infoGraphic .card-widget-item:first-child, .info-graphic-container #infoGraphic .card-widget-item:nth-child(3) {
    margin: 0 480px 0 0;
  }
}
@media only screen and (max-width: 1130px) {
  .info-graphic-container #infoGraphic .card-widget-item:first-child, .info-graphic-container #infoGraphic .card-widget-item:nth-child(3) {
    margin: 0 390px 0 0;
  }
}
.saffireMobileSize .info-graphic-container #infoGraphic .card-widget-item:first-child, .saffireMobileSize .info-graphic-container #infoGraphic .card-widget-item:nth-child(3) {
  margin: 0;
}
.info-graphic-container #infoGraphic .card-widget-item:first-child span.card-widget-title:after, .info-graphic-container #infoGraphic .card-widget-item:nth-child(3) span.card-widget-title:after {
  right: 0;
  left: auto;
}
.info-graphic-container #infoGraphic .card-widget-item:first-child .card-content, .info-graphic-container #infoGraphic .card-widget-item:nth-child(3) .card-content {
  align-items: flex-end;
}
.saffireMobileSize .info-graphic-container #infoGraphic .card-widget-item:first-child .card-content, .saffireMobileSize .info-graphic-container #infoGraphic .card-widget-item:nth-child(3) .card-content {
  align-items: center !important;
  text-align: center;
}
.info-graphic-container #infoGraphic .card-widget-item:nth-child(2) .card-widget-title:after, .info-graphic-container #infoGraphic .card-widget-item:nth-child(4) .card-widget-title:after {
  left: 63px;
}
.info-graphic-container #infoGraphic .card-widget-item:nth-child(2) .card-widget-description, .info-graphic-container #infoGraphic .card-widget-item:nth-child(4) .card-widget-description {
  padding: 0 0 0 63px;
}
.info-graphic-container #infoGraphic .card-widget-item .image-container {
  display: flex;
  align-items: flex-start;
  margin: 20px 10px 0 0;
}
.info-graphic-container #infoGraphic .card-widget-item .card-widget-title {
  margin-left: 18px;
  font: 64px "gin", Arial, Verdana, sans-serif;
  color: #273e5e;
  margin: 0 0 18px;
  position: relative;
}
.saffireMobileSize .info-graphic-container #infoGraphic .card-widget-item .card-widget-title {
  font-size: 44px;
  margin: 0 auto;
  min-width: 299px;
  text-align: center;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.info-graphic-container #infoGraphic .card-widget-item .card-widget-title:before {
  display: inline-flex;
  content: "";
  background: url(images/star-icon.png) no-repeat;
  width: 47px;
  height: 44px;
  margin: 0 12px 0 0;
  background-size: contain;
}
.saffireMobileSize .info-graphic-container #infoGraphic .card-widget-item .card-widget-title:before {
  margin: 0 auto;
  width: 34px;
  height: 32px;
  margin: 0 5px 0 0;
}
.info-graphic-container #infoGraphic .card-widget-item .card-widget-title:after {
  content: "";
  position: absolute;
  width: 37px;
  height: 3px;
  left: 0;
  bottom: -8px;
  background: #b32a34;
}
.saffireMobileSize .info-graphic-container #infoGraphic .card-widget-item .card-widget-title:after {
  margin: 0 auto;
  width: 34px;
  height: 32px;
  margin: 0 0 0 5px;
  display: inline-flex;
  content: "";
  background: url(images/star-icon.png) no-repeat;
  background-size: contain;
  position: static;
}
.info-graphic-container #infoGraphic .card-widget-description {
  font: 16px/1 "RobotoRegular";
  line-height: 1.3em;
  color: #273e5e;
}
.saffireMobileSize .info-graphic-container #infoGraphic .card-widget-description {
  font-size: 14px;
  position: relative;
  padding: 0 !important;
  text-align: center;
}
.saffireMobileSize .info-graphic-container #infoGraphic .card-widget-description:before {
  content: "";
  width: 37px;
  height: 3px;
  left: 0;
  right: 0;
  display: block;
  margin: 4px auto 10px;
  background: #b32a34;
}

#multiScheduleFeature {
  box-sizing: border-box;
  display: flex;
  max-width: 423px;
  width: 100%;
  flex-direction: column;
  padding-top: 16px;
  border-radius: 5px;
  background: #A3080F;
  height: 443px;
  margin: 0 8px;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  #multiScheduleFeature {
    margin: 0 0 16px;
  }
}
@media only screen and (max-width: 800px) {
  #multiScheduleFeature {
    margin: 0 0 12px;
  }
}
#multiScheduleFeature h1 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 800px) {
  #multiScheduleFeature h1 {
    margin: 0 0 6px;
  }
}
#multiScheduleFeature .multiFeatureContent {
  padding: 4px 9px;
}
@media only screen and (max-width: 800px) {
  #multiScheduleFeature .multiFeatureContent {
    padding: 0 5px;
  }
}
#multiScheduleFeature .featureItem {
  box-sizing: border-box;
  display: flex;
  margin-bottom: 0;
  color: #fff;
  transition: 0.3s;
  flex-direction: row-reverse;
  justify-content: flex-end;
  height: 60px;
  align-items: center;
  border-radius: 5px;
  margin: 0 0 6px;
  transition: 0.3s;
  background: url(images/right-arrow.png) no-repeat right 10px center;
}
@media only screen and (max-width: 800px) {
  #multiScheduleFeature .featureItem {
    margin: 0 0 7px;
    height: 60px;
  }
}
#multiScheduleFeature .featureItem:hover {
  color: #323232;
  background: url(images/right-arrow.png) no-repeat right 10px center #79090F;
}
#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: "RobotoRegular";
  font-weight: 800;
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  padding: 0;
  line-height: 20px;
  color: #fff;
  max-width: 280px;
  letter-spacing: 0.43px;
  font-weight: 300;
}
@media only screen and (max-width: 800px) {
  #multiScheduleFeature .featureItemTitle {
    font-size: 16px;
    line-height: 1.4;
    max-width: 263px;
    padding: 0 24px 0 0;
    box-sizing: border-box;
  }
}
#multiScheduleFeature .featureItemDate {
  font-family: "gin";
  font-weight: 500;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  height: 43px;
  color: #172e50;
  text-align: center;
  text-transform: uppercase;
  line-height: 10px;
  justify-content: center;
  contain: content;
  margin-right: 16px;
  align-items: center;
  width: 58px;
  position: relative;
  margin-left: 9px;
}
#multiScheduleFeature .featureItemDate:before {
  content: "";
  width: 58px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 18% 50%);
  left: 0px;
  z-index: -1;
}
@media only screen and (max-width: 800px) {
  #multiScheduleFeature .featureItemDate {
    font-size: 14px;
    margin: 0 19px 0 8px;
  }
}
#multiScheduleFeature .featureItemDate span {
  font-size: 24px;
  line-height: 23px;
}
@media only screen and (max-width: 800px) {
  #multiScheduleFeature .featureItemDate span {
    font-size: 21px;
  }
}
#multiScheduleFeature .featureItemDate span.year {
  font-size: 12px !important;
}
#multiScheduleFeature .featureItemDescription {
  font-family: "RobotoRegular", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 18px;
  flex-direction: column;
  display: none;
}
#multiScheduleFeature .events-btn-wrap {
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
#multiScheduleFeature .all-events-btn {
  color: #000;
  font-family: "gin";
  border-radius: 5px;
  text-align: center;
  display: inline-flex;
  font-size: 18px;
  background: #fff;
  line-height: 1;
  width: 163px;
  height: 39px;
  justify-content: center;
  align-items: center;
  padding: 0 0 2px;
  box-sizing: border-box;
}
@media only screen and (max-width: 800px) {
  #multiScheduleFeature .all-events-btn {
    margin: 0;
  }
}
#multiScheduleFeature a.date-link:nth-child(2) {
  order: 1;
}
#multiScheduleFeature h1.multi-title {
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.69px;
}
@media only screen and (max-width: 800px) {
  #multiScheduleFeature h1.multi-title {
    font-size: 24px;
  }
}

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

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

#musicPlayerLink {
  height: 40px;
  width: 40px;
  float: none;
  margin: 0;
  border: 3px solid rgba(0, 0, 0, 0.6);
  z-index: 2;
  border-radius: 50%;
  border: none;
  padding: 0;
  margin: 3px;
  background-color: transparent;
  background-position: center;
  background-size: cover;
}
#musicPlayerLink #musicPlayerDropdown {
  top: -3px;
  right: 43px;
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.6);
  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, rgb(0, 99, 220) 0%, rgb(0, 99, 220) 50%, rgb(0, 99, 220) 50%, rgb(255, 0, 132) 50%, rgb(255, 0, 132) 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: 0px auto;
  box-sizing: border-box;
  max-width: 1300px;
  padding: 0 51px;
}
.saffireMobileSize #sponsorWidgetContainer {
  padding: 0;
}
#sponsorWidgetContainer .sponsorWidgetContainer {
  padding-top: 42px;
}
.saffireMobileSize #sponsorWidgetContainer .sponsorWidgetContainer {
  padding-top: 33px;
}
#sponsorWidgetContainer .sponsorWidgetContainer .sponsor-controls-container:focus-within {
  bottom: 3px;
  opacity: 1;
  transition: 0.2s;
  pointer-events: auto;
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsorCarouselImageContainer {
  animation-play-state: paused;
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:before {
  content: "Resume";
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:after {
  content: "\f04b";
  padding-left: 2px;
}
#sponsorWidgetContainer .sponsorWidgetContainer:hover .sponsor-controls-container {
  bottom: 3px;
  opacity: 1;
  transition: 0.2s;
  pointer-events: auto;
}
#sponsorWidgetContainer .sponsorCarouselImageContainer a {
  margin: 0 15px;
}
#sponsorWidgetContainer .sponsorCarouselImage img {
  max-height: 175px;
}
.saffireMobileSize #sponsorWidgetContainer .sponsorCarouselImage img {
  max-height: 75px;
}
#sponsorWidgetContainer #sponsorsTitleContainer {
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
}
#sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  font-family: "gin";
  font-size: 32px;
  color: #172e50;
  text-shadow: none;
}
#sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 span {
  font-family: "ThirstySoftBlack";
  color: #A3080F;
  font-size: 34px;
}
#sponsorWidgetContainer #sponsorArrowRight {
  right: 0;
  top: 55%;
  width: 12px;
  height: 20px;
  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: 0;
  top: 55%;
  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: "\f04c";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-align: center;
  padding-left: 1px;
  width: 30px;
  height: 100%;
  font-family: "FontAwesome";
  font-size: 15px;
  color: #111;
}

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

#swiperWidget {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
}
#swiperWidget .swiper-main {
  box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.28);
  border-radius: 10px;
}
.saffireMobileSize #swiperWidget .swiper-main {
  box-shadow: none;
  border-radius: 0;
}
#swiperWidget .swiper-container-images {
  width: 1320px;
  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: 628px;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.saffireMobileSize #swiperWidget .swiper-container-images .swiper-image-container {
  border-radius: 0;
  height: 54.05vw;
}
#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: #a3080f;
  max-width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  padding: 28px 73px 35px 68px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#swiperWidget .swiper-container-content .slide-title {
  display: inline-block;
  font: 900 40px/1.2 "gin";
  text-transform: uppercase;
  color: #fff;
}
@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 2px;
  font-size: 18px;
  padding: 10px 25px;
  color: #a3080f !important;
  background: #fff;
  line-height: 1;
  border-radius: 3px;
}
#swiperWidget .swiper-container-content .button-container .button a:nth-child(1) {
  padding: 10px 28px !important;
}
@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-right.png);
  left: 23px;
  transform: rotate(181deg);
  top: 41%;
}
#swiperWidget .swiper-container-content .swiper-button-next {
  background-image: url(images/slideshow-right.png);
  right: 21px;
}

.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 #132641;
}
.saffireLargeSize #swiperWidget .swiper-pagination-bullet:hover, .saffireLargeSize #swiperWidget .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #132641;
  opacity: 1;
  border: 2px solid #132641;
}

.saffireMobileSize #swiperWidget {
  width: 100%;
}
.saffireMobileSize #swiperWidget .swiper-container-images {
  width: 100%;
}
.saffireMobileSize #swiperWidget .swiper-container-content .swiper-content-container {
  flex-direction: column;
  padding: 6px 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: 18px;
  margin: 0 3px;
}
.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 8px;
}
.saffireMobileSize #swiperWidget .mobile-pagination.swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
  margin: 0 3px;
  background: transparent;
  border: 2px solid #fff;
  opacity: 1;
}
.saffireMobileSize #swiperWidget .mobile-pagination.swiper-pagination .swiper-pagination-bullet:hover,
.saffireMobileSize #swiperWidget .mobile-pagination.swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

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

img[width="1"] {
  display: none;
}

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