/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \*******************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Montserrat-Light";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Montserrat-Light.woff2) format("woff2"), url(fonts/Montserrat-Light.woff) format("woff");
}
@font-face {
  font-family: "Montserrat-Medium";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Montserrat-Medium.woff2) format("woff2"), url(fonts/Montserrat-Medium.woff) format("woff");
}
@font-face {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Montserrat-Regular.woff2) format("woff2"), url(fonts/Montserrat-Regular.woff) format("woff");
}
@font-face {
  font-family: "Montserrat-SemiBold";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Montserrat-SemiBold.woff2) format("woff2"), url(fonts/Montserrat-SemiBold.woff) format("woff");
}
@font-face {
  font-family: "Montserrat-Black";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Montserrat-Black.woff2) format("woff2"), url(fonts/Montserrat-Black.woff) format("woff");
}
@font-face {
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Montserrat-Bold.woff2) format("woff2"), url(fonts/Montserrat-Bold.woff) format("woff");
}
@font-face {
  font-family: "Montserrat-ExtraBold";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Montserrat-ExtraBold.woff2) format("woff2"), url(fonts/Montserrat-ExtraBold.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;
}

.saffireMobileSize.isResponsive iframe {
  max-width: 100%;
}

.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;
}
.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: none !important;
}

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

#google_translate_element {
  /* subpage Google translate position */
  top: 1rem;
  right: 2rem;
}

.mapLegend {
  padding: 0.75rem;
}

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

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

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

.saffireMobileSize a.buttonSmall.button {
  padding: 0.5em 0.75em;
}

.powered-by-saffire a {
  bottom: initial;
}

.ui-dialog-title {
  display: none;
}

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

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

.featureLineup-headline {
  top: 7px;
  left: 7px;
  transition: 0.3s;
}

.featureLineup-social {
  min-height: 28px;
}

.featureLineup-buynow {
  max-width: 60%;
}

.featureLineupContainer:hover .featureLineup-headline {
  opacity: 0;
  transition: 0.3s;
}

.featureLineup-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.featureLineup-more .button,
.featureLineupContainer .featureLineup-headline.button {
  font-size: 1rem;
}

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

.saffireMobileSize .faqSection {
  font-size: 0.875rem;
}
.faqSection p {
  box-sizing: border-box;
  position: relative;
  padding-left: 4.375em;
}

.faqQuestion {
  box-sizing: border-box;
  width: 100%;
  max-width: 100% !important;
  padding: 1em 1.25em 1em 1.25em;
}
.faqQuestion:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.875em;
  line-height: 1;
  padding: 1.5em 1.625em;
}

.faqAnswer {
  padding: 1.25em;
  margin-left: 4.375em;
}

.faqSection {
  width: 100%;
  max-width: 1200px;
}
.faqSection .bold {
  font-weight: normal;
}

.FAQModule hr {
  display: none;
}

.show-lightbox h2 {
  color: #fff;
}

.galleryViewName {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.printEvent {
  display: flex !important;
  align-items: center;
}
.printEvent .print {
  order: 2;
}
.printEvent .fa-print {
  order: 1;
}

body {
  color: #003876;
  font: 16px/1.5 "Montserrat-SemiBold", Arial, Verdana, sans-serif;
}

b,
strong {
  font-family: "Montserrat-Bold", Arial, Verdana, sans-serif;
}

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

h1 {
  font-size: clamp(1.8rem, 1.41rem + 1.39vw, 2.375rem);
}

h2 {
  font-size: clamp(1.6rem, 1.33rem + 0.96vw, 1.75rem);
}

h3 {
  font-size: clamp(1.42rem, 1.25rem + 0.62vw, 1.375rem);
}

h4 {
  font-size: clamp(1.27rem, 1.17rem + 0.35vw, 1.44rem);
}

h5 {
  font-size: clamp(1.13rem, 1.08rem + 0.15vw, 1.2rem);
}

h6 {
  font-size: 1rem;
}

a {
  font-family: "Montserrat-Bold", Arial, Verdana, sans-serif;
  color: #009b67;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

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

input.textbox,
select.dropdown,
textarea.multi {
  color: #003876;
  font: 16px/1.5 "Montserrat-SemiBold", Arial, Verdana, sans-serif;
  padding: 2px 6px;
}

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

/***************** CONTAINERS **************************/
body {
  background: #fff;
  background-size: cover;
}

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

body:not(.homepage) .content {
  box-sizing: border-box;
  position: relative;
  width: 1280px;
  max-width: 100%;
  margin: 9rem auto 3rem;
  padding: 1.25rem;
  background: #fff;
}

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

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

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

.orderhistory {
  background: #009b67;
}

.orderhistory th {
  color: #fff;
  padding: 0.5rem 0.25rem;
}

.alternateRow {
  background: #f0f0f0;
}

.tier-two {
  background: url(images/seo.png) center/cover no-repeat;
  padding: 80px 10px 85px 10px;
}

.tier-four {
  background: url(images/four-bg.png) center/cover no-repeat;
  padding-bottom: 75px;
}
@media screen and (max-width: 800px) {
  .tier-four {
    padding-bottom: 30px;
  }
}
.tier-four .inner {
  display: flex;
  flex-direction: column;
  max-width: 1650px;
  margin: 0 auto;
}
.tier-four .inner .top {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
}
@media screen and (max-width: 800px) {
  .tier-four .inner .top {
    padding-bottom: 30px;
  }
}
.tier-four .inner .top .upcoming-events {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  font-family: "Montserrat-Bold", Arial, Verdana, sans-serif;
  color: #003876;
  font-size: 36px;
}
@media screen and (max-width: 800px) {
  .tier-four .inner .top .upcoming-events {
    font-size: 29px;
  }
}
.tier-four .inner .top .upcoming-events::before {
  content: " ";
  display: block;
  width: 26px;
  height: 35px;
  background: url(images/calendar.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 20px;
}
@media screen and (max-width: 800px) {
  .tier-four .inner .top .upcoming-events::before {
    margin-right: 10px;
  }
}
.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #ccc;
  font-family: "Montserrat-SemiBold", Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #333;
}
.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 {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 100px;
  background: #fff;
  z-index: 9999999;
  position: fixed;
}
.saffireMobileSize .header {
  background: #fff;
  height: auto;
  position: fixed;
  height: 73px;
}
.saffireWindowScrolled .header {
  box-shadow: 0px 1px 10px 0px #e7e7e7;
}

.headerInnerContent {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.saffireMobileSize .headerInnerContent {
  height: 100%;
}
.headerInnerContent .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1650px;
  margin: 0 auto;
  height: 100%;
}
.headerInnerContent .inner .one {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  max-width: 280px;
}
@media screen and (max-width: 1250px) {
  .headerInnerContent .inner .one {
    padding-left: 20px;
  }
}
.headerInnerContent .inner .two {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 850px;
}
.headerInnerContent .inner .three {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 900px;
  height: 100%;
}
.headerInnerContent .inner .four {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 1250px) {
  .headerInnerContent .inner .four {
    padding-right: 20px;
  }
}

.header-logo {
  display: block;
  width: 274px;
  height: 86px;
  background: url(images/logo.png) center/contain no-repeat;
}
@media screen and (max-width: 800px) {
  .header-logo {
    width: 198px;
    height: 62px;
  }
}
.saffireWindowScrolled .header-logo {
  width: 236px;
  height: 57px;
  background: url(images/scroll-logo.png) center/contain no-repeat;
}
@media screen and (max-width: 800px) {
  .saffireWindowScrolled .header-logo {
    width: 198px;
    height: 62px;
    background: url(images/scroll-logo.png) center/contain no-repeat;
  }
}

.ticket {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 75px;
  height: 88px;
  background: url(images/tickets.png) center/cover no-repeat;
  color: transparent;
}
.ticket:hover {
  background: url(images/tickets-hover.png) center/cover no-repeat;
  color: transparent;
}

.saffireMobileSize a.ticket {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 70px;
  height: 67px;
  background: url(images/tickets.png) center/contain no-repeat;
  color: transparent;
}
.saffireMobileSize a.ticket:hover {
  width: 70px;
  height: 67px;
  background: url(images/tickets-hover.png) center/contain no-repeat;
  color: transparent;
}

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

.header .searchBox:not(.clonedSearchBox) {
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
  height: 30px;
  padding: 0 5px;
  font-size: 14px;
  font-family: "Montserrat-SemiBold", Arial, Verdana, sans-serif;
  background-color: #fff;
  transition: 0.2s;
  color: #000;
  top: 0;
  right: 100%;
  position: absolute;
  margin-right: 8px;
  width: 0;
  padding: 0;
  transition: 0.2s;
}
@media screen and (max-width: 1300px) {
  .header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
    text-align: center;
    justify-content: flex-end;
    padding-bottom: 10px;
  }
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input:focus {
  width: 180px;
  padding: 0 5px;
  transition: 0.2s;
  border-radius: 5px !important;
  background: #fff;
  outline: none;
  text-align: left;
  padding-left: 5px;
  border: 1px solid #c8c8c8;
}
.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: "Montserrat-SemiBold", Arial, Verdana, sans-serif;
  width: 35px;
  padding: 0;
  font-size: 0;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:before {
  content: "\f002";
  display: block;
  font-size: 18px;
  font-family: "FontAwesome";
  line-height: 1;
  color: #000;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover {
  background: transparent;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover:before {
  content: "\f002";
  display: block;
  font-size: 18px;
  font-family: "FontAwesome";
  line-height: 1;
  color: #003876;
}
.header .searchBox:not(.clonedSearchBox):hover .searchBoxInput input {
  width: 170px;
  padding: 0 5px;
  transition: 0.2s;
}

.header .searchBox:not(.clonedSearchBox):hover .searchBoxInput input {
  border: 1px solid #c8c8c8;
}

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

.saffireLargeSize .viewcart {
  display: inline-flex;
  color: #000;
  margin-right: 30px;
}
@media screen and (max-width: 1350px) {
  .saffireLargeSize .viewcart {
    display: none;
  }
}
.saffireLargeSize .viewcart .cartMenuLink {
  display: inline-block;
  color: #000;
}
.saffireLargeSize .viewcart .cartMenuLink:hover {
  color: #003876;
}
.saffireLargeSize .viewcart .cartMenuLink:before {
  content: "\f07a";
  position: relative;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 26px;
  line-height: 1;
  color: inherit;
}

.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;
  vertical-align: top;
}
.mobile-nav-toggle:before {
  content: "\f0c9";
  position: relative;
  top: 2px;
  font-family: "FontAwesome";
  font-size: 28px;
  line-height: 1;
  color: #003876;
}
.mobile-nav-toggle:hover {
  cursor: pointer;
}

.saffireLargeSize .mobile-nav-toggle {
  display: none;
}
@media screen and (max-width: 1130px) {
  .saffireLargeSize .mobile-nav-toggle {
    display: inline-flex;
  }
}

@media screen and (max-width: 1130px) {
  .saffireLargeSize .nav {
    display: none;
  }
}
.saffireLargeSize .nav .groups {
  display: flex;
  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: 10px 15px;
  background: none;
  font-family: "Montserrat-Bold", Arial, Verdana, sans-serif, Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 1250px) {
  .saffireLargeSize .nav .groups .group > a {
    font-size: 13px;
  }
}
.saffireLargeSize .nav .groups .group:hover > a {
  color: #fff;
  background: #003876;
}
.saffireLargeSize .nav .items {
  top: 100%;
  left: 0;
  padding: 0;
  background: #003876;
  font-size: 13px;
}
.saffireLargeSize .nav .items .item a {
  padding: 5px 15px;
  color: #fff;
  font-family: "Montserrat-SemiBold", 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: #144881;
}
.saffireLargeSize .nav .subitems {
  left: 100%;
  padding: 0;
  background: #003876;
}

.footer {
  box-sizing: border-box;
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  background-color: #aaa;
  color: #333;
}
.footer .footer-top {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 370px;
  background: url(images/footer-top.png) center/cover no-repeat;
}
.footer .footer-top .inner {
  height: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 85px;
}
@media screen and (max-width: 800px) {
  .footer .footer-top .inner {
    padding-top: 0px;
  }
}
.footer .footer-top .inner .sponsor-container {
  display: flex;
  height: 100%;
  align-items: center;
}
.footer .footer-top::after {
  content: " ";
  display: block;
  position: relative;
  width: 100%;
  height: 150px;
  background: url(images/blue-curve.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  .footer .footer-top::after {
    height: 40px;
    background: url(images/mobile-blue-curve.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -1px;
  }
}
.footer .footer-middle {
  flex-direction: column;
  position: relative;
  height: 300px;
  background: url(images/footer-blue.png) center/cover no-repeat;
  color: #fff;
  border-bottom: 10px solid #009b67;
  padding-top: 10px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1250px) {
  .footer .footer-middle {
    height: 475px;
  }
}
@media screen and (max-width: 800px) {
  .footer .footer-middle {
    padding-bottom: 10px;
    background: url(images/mobile-footer-bg.png) center/cover no-repeat;
  }
}
.footer .footer-middle .inner {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1250px) {
  .footer .footer-middle .inner {
    flex-direction: column;
    align-items: center;
    max-width: 800px;
  }
}
.footer .footer-middle .inner .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
@media screen and (max-width: 1250px) {
  .footer .footer-middle .inner .left {
    align-items: center;
    width: 100%;
    padding-top: 20px;
  }
}
.footer .footer-middle .inner .left .footer-logo {
  width: 297px;
  height: 88px;
}
.footer .footer-middle .inner .left .footer-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  font-family: "Montserrat-Medium";
  font-size: 14px;
  max-height: 100px;
}
@media screen and (max-width: 1250px) {
  .footer .footer-middle .inner .left .footer-links {
    text-align: center;
    justify-content: flex-end;
    padding-bottom: 10px;
  }
}
.footer .footer-middle .inner .left .footer-links .email {
  padding-top: 20px;
  padding-bottom: 10px;
}
.footer .footer-middle .inner .left .footer-links .phone {
  padding-bottom: 10px;
}
.footer .footer-middle .inner .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 1250px) {
  .footer .footer-middle .inner .right {
    align-items: center;
    justify-content: unset;
    width: 100%;
  }
}
.footer .footer-bottom {
  display: flex;
  height: 72px;
  background: url(images/footer-stripe.png) center/cover no-repeat;
}
@media screen and (max-width: 1250px) {
  .footer .footer-bottom {
    height: auto;
    padding: 20px;
  }
}
.footer .footer-bottom .inner {
  display: flex;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1250px) {
  .footer .footer-bottom .inner {
    flex-direction: column;
  }
}
.footer .footer-bottom .inner .left {
  width: 50%;
  font-family: "Montserrat-Medium";
  color: #003876;
  font-size: 14px;
}
@media screen and (max-width: 1250px) {
  .footer .footer-bottom .inner .left {
    width: auto;
    text-align: center;
  }
}
.footer .footer-bottom .inner .right {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
@media screen and (max-width: 1250px) {
  .footer .footer-bottom .inner .right {
    width: auto;
    display: flex;
    align-items: center;
    padding-top: 5px;
  }
}
.footer a {
  color: inherit;
  text-decoration: none;
  font-family: "Montserrat-Medium";
  font-size: 14px;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .footer-navigation {
  margin: 0;
}
.footer .site-copyright {
  display: inline-block;
}
.footer .powered-by-saffire {
  color: #003876;
  font-family: "Montserrat-Medium";
  font-size: 14px;
}
.footer .powered-by-saffire svg path {
  fill: #003876;
}

.mobile-menu-container {
  background-color: #fff;
}
.mobile-menu-container .mobile-menu-header {
  background-color: #144881;
}
.mobile-menu-container .close-mobile-menu:before, .mobile-menu-container .close-mobile-menu:after {
  background-color: #fff;
}
.mobile-menu-container .mobile-menu-subheader,
.mobile-menu-container .mobile-menu-subheader-btn {
  background-color: #f6f6f7;
}
.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: #144881;
}
.mobile-menu-container .mobile-menu-subheader i,
.mobile-menu-container .mobile-menu-subheader-btn i {
  display: none;
}
.mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
.mobile-menu-container .mobile-menu-subheader-btn:active {
  background-color: #0d2f55;
}
.mobile-menu-container .mobile-menu-login-links a {
  font-family: "Montserrat-SemiBold", Arial, Verdana, sans-serif;
}
.mobile-menu-container .cart-counter {
  display: none;
}
.mobile-menu-container .search-container input[type=text] {
  font-family: "Montserrat-SemiBold", Arial, Verdana, sans-serif;
  -webkit-appearance: none;
  border-radius: 0px;
  height: 50px;
  font-size: 13px;
}
.mobile-menu-container .search-container input[type=text]:focus {
  outline: none;
}
.mobile-menu-container .search-container input::placeholder {
  color: #003876;
}
.mobile-menu-container .search-container .fa-search {
  color: #003876;
}
.mobile-menu-container .mobile-menu-ticket-btn {
  background-color: #003876;
  font-family: "Montserrat-SemiBold", Arial, Verdana, sans-serif;
  color: #fff;
  border-color: #fff;
}
.mobile-menu-container .mobile-menu-footer-links a {
  font-family: "Montserrat-SemiBold", Arial, Verdana, sans-serif;
  color: #144881;
}

#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: #003876;
  font-family: "Montserrat-SemiBold", Arial, Verdana, sans-serif;
  color: #fff;
  font-size: 13px;
}
#mobile-nav a:hover {
  background-color: #002043;
}
#mobile-nav .has-subitems span {
  background-color: #336091;
  color: #fff;
  font-size: 10px;
}
#mobile-nav .has-subitems span:hover {
  background-color: #0d2f55;
}

/************************* 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: #009b67;
  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: #003876;
}
.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;
}

body:not(.modalBody) .getUpdatesPageEmailModule .emailSignup.modalOnly {
  max-width: none;
  margin: 0;
}
body:not(.modalBody) .getUpdatesPageEmailModule .emailSubmitButton {
  margin-top: 0.5rem;
}

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

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

.faqQuestion {
  background: #f0f0f0;
  color: #003876;
}
.faqQuestion:before {
  background: #003876;
  color: #fff;
  content: "\f067" !important;
  font-size: 15px;
  color: #fff;
  padding: 20px 24px;
}

.faqAnswer {
  background: #fdfdfd;
  color: #003876;
}

.featureLineupContainer .subContainer {
  background: #f0f0f0;
}
.featureLineupContainer .featureLineup-title {
  position: absolute;
  bottom: 0;
  padding: 10px 0px;
  top: auto;
  margin: 0px !important;
  transform: none !important;
  text-transform: uppercase;
  font-family: "Montserrat-Bold";
  font-size: 14px;
}
.featureLineupContainer .featureLineup-social div a {
  color: #009b67;
}
.featureLineupContainer .featureLineup-buynow .button {
  font-size: 0.75rem;
}
.featureLineupContainer .featureLineup-more {
  display: none;
}
.featureLineupContainer .featureLineup-headline.button {
  display: none;
}

.featureLineup-title.dateDisplayBar {
  font-family: "Montserrat-Bold";
  font-size: 14px;
}

.img-border {
  border-color: #fff;
}

/************* BUTTON STYLES *********************/
.button {
  padding: 13px 23px;
  font-size: 14px;
  border-radius: 25px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
}

.button:after {
  display: block;
  content: " ";
  width: 6px;
  height: 9px;
  background: url(images/white-arrow.png) center/cover no-repeat;
  margin-left: 9px;
}

.button,
.buttonSmall {
  box-sizing: border-box;
  line-height: 1.5;
  border-radius: 0;
  text-decoration: none;
  font-family: "Montserrat-Bold", Arial, Verdana, sans-serif;
  color: #fff !important;
  background: #009b67;
  border-radius: 25px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
}

.buttonSmall {
  max-width: 140px;
}

.buttonSmall:after {
  display: block;
  content: " ";
  width: 6px;
  height: 9px;
  background: url(images/white-arrow.png) center/cover no-repeat;
  margin-left: 9px;
}

a.buttonSmall.button,
.buttonSmall {
  padding: 13px 23px;
  font-size: 10px;
  text-transform: uppercase;
}

.button:hover,
.buttonSmall:hover {
  background: #037b53;
}

.searchMapButton {
  padding: 0.5em 0.75em;
  font-size: 14px;
}

.buyNowButton {
  max-width: 195px;
}

#swiperWidget {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
#swiperWidget .swiper-container-images {
  width: 100%;
  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: 750px;
  background-size: cover;
  background-position: center;
}
#swiperWidget .swiper-container-content {
  width: 100%;
  max-width: 1600px;
  height: 100%;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
#swiperWidget .swiper-container-content .swiper-content-container {
  box-sizing: border-box;
  display: flex;
  background: transparent;
  max-width: 1175px;
  height: auto;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}
@media screen and (max-width: 1250px) {
  #swiperWidget .swiper-container-content .swiper-content-container {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 900px) {
  #swiperWidget .swiper-container-content .swiper-content-container {
    align-items: center;
  }
}
#swiperWidget .swiper-container-content .swiper-content-container .swiper-left-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 650px;
}
@media screen and (max-width: 1250px) {
  #swiperWidget .swiper-container-content .swiper-content-container .swiper-left-container {
    align-items: center;
  }
  #swiperWidget .swiper-container-content .swiper-content-container .swiper-left-container .slide-title {
    text-align: center;
    margin: 0 auto;
  }
}
#swiperWidget .swiper-container-content .swiper-content-container .swiper-right-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 650px;
}
@media screen and (max-width: 1250px) {
  #swiperWidget .swiper-container-content .swiper-content-container .swiper-right-container {
    justify-content: center;
    margin: 0 auto;
    padding-top: 10px;
  }
}
#swiperWidget .swiper-container-content .slide-title {
  max-width: 480px;
  display: inline-block;
  font-family: "Montserrat-Bold", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  color: #003876;
  font-size: 32px;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  #swiperWidget .swiper-container-content .slide-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  #swiperWidget .swiper-container-content .slide-title {
    font-size: 24px;
  }
}
#swiperWidget .swiper-container-content p {
  font-family: "Montserrat-Medium";
  font-size: 19px;
  max-width: 480px;
  width: 100%;
  margin: 0;
  line-height: 1.5;
  max-height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}
#swiperWidget .swiper-container-content .button-container {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  z-index: 99999999;
}
#swiperWidget .swiper-container-content .button-container .button {
  display: flex;
  align-items: center;
  margin: 0 7px;
  font-size: 14px;
  padding: 13px 23px;
  border-radius: 25px;
  text-transform: uppercase;
}
#swiperWidget .swiper-container-content .button-container .button img {
  margin-left: 8px;
  height: 9px;
}
#swiperWidget .swiper-container-content .swiper-button-prev,
#swiperWidget .swiper-container-content .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: 18px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#swiperWidget .swiper-container-content .swiper-button-prev {
  background-image: url(images/arrow-left.png);
  background-repeat: no-repeat;
  left: 150px;
}
#swiperWidget .swiper-container-content .swiper-button-prev:hover {
  background-image: url(images/arrow-left-hover.png) !important;
}
@media screen and (max-width: 1550px) {
  #swiperWidget .swiper-container-content .swiper-button-prev {
    left: 100px;
  }
}
@media screen and (max-width: 1450px) {
  #swiperWidget .swiper-container-content .swiper-button-prev {
    left: 60px;
  }
}
@media screen and (max-width: 1350px) {
  #swiperWidget .swiper-container-content .swiper-button-prev {
    left: 15px;
  }
}
#swiperWidget .swiper-container-content .swiper-button-next {
  background-image: url(images/arrow-right.png);
  background-repeat: no-repeat;
  right: 150px;
}
#swiperWidget .swiper-container-content .swiper-button-next:hover {
  background-image: url(images/arrow-right-hover.png) !important;
}
@media screen and (max-width: 1550px) {
  #swiperWidget .swiper-container-content .swiper-button-next {
    right: 100px;
  }
}
@media screen and (max-width: 1450px) {
  #swiperWidget .swiper-container-content .swiper-button-next {
    right: 60px;
  }
}
@media screen and (max-width: 1350px) {
  #swiperWidget .swiper-container-content .swiper-button-next {
    right: 15px;
  }
}
#swiperWidget .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  opacity: 0.65;
  background: #fff;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
}
#swiperWidget .swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}

.swiper-container-images .swiper-wrapper::before {
  content: " ";
  display: block;
  position: fixed;
  width: 100%;
  height: 105px;
  background: url(images/curve.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  z-index: 1;
  margin-bottom: -4px;
  margin-right: -1px;
}
@media screen and (max-width: 800px) {
  .swiper-container-images .swiper-wrapper::before {
    height: 40px;
    background: url(images/mobile-curve.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

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

.saffireMobileSize #swiperWidget {
  width: 100%;
}
.saffireMobileSize #swiperWidget .swiper-container-images {
  width: 100%;
}
.saffireMobileSize #swiperWidget .swiper-container-images .swiper-pagination-bullet {
  display: none;
}
.saffireMobileSize #swiperWidget .swiper-container-content .swiper-content-container {
  flex-direction: column;
  align-items: center;
  max-width: 330px;
  padding-right: 20px;
  padding-left: 20px;
}
.saffireMobileSize #swiperWidget .swiper-container-content .swiper-content-container .swiper-left-container {
  align-items: center;
}
.saffireMobileSize #swiperWidget .swiper-container-content .swiper-content-container .swiper-right-container {
  align-items: center;
}
.saffireMobileSize #swiperWidget .swiper-container-content .slide-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: center;
}
.saffireMobileSize #swiperWidget .swiper-container-content .button-container {
  flex: 1 1 100%;
  justify-content: center;
  padding-right: 7px;
  margin-top: 10px;
}
.saffireMobileSize #swiperWidget .swiper-container-content .button {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.saffireMobileSize #swiperWidget .swiper-container-content .swiper-button-prev,
.saffireMobileSize #swiperWidget .swiper-container-content .swiper-button-next {
  display: none;
}
.saffireMobileSize #swiperWidget .swiper-container-content .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.25);
  width: 10px;
  height: 10px;
}
.saffireMobileSize #swiperWidget .swiper-container-content .swiper-pagination-bullet-active {
  background: #000;
}

.eventsMode #swiperWidget {
  display: none;
}

#cardWidgetTierTwo {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
#cardWidgetTierTwo .card-widget-item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1070px;
  max-height: 300px;
  margin: 0 10px;
}
#cardWidgetTierTwo .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#cardWidgetTierTwo .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
#cardWidgetTierTwo .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font-family: "Montserrat-Bold", Arial, Verdana, sans-serif;
  font-size: 36px;
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  #cardWidgetTierTwo .card-widget-title {
    font-size: 22px;
  }
}
#cardWidgetTierTwo .card-widget-description {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #fff;
  padding: 10px;
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
  -webkit-line-clamp: 3;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #cardWidgetTierTwo .card-widget-description {
    max-width: 330px;
    -webkit-line-clamp: 8;
  }
}
#cardWidgetTierTwo .buttonwrap a {
  display: flex;
  align-items: center;
  margin: 0 5px;
  color: #003876;
  text-decoration: none;
  font-family: "Montserrat-Bold", Arial, Verdana, sans-serif;
  background: #fff;
  padding: 13px 23px;
  border-radius: 25px;
}
#cardWidgetTierTwo .buttonwrap a:hover {
  background: #e7e7e7;
}
#cardWidgetTierTwo .buttonwrap a:after {
  display: block;
  content: " ";
  width: 6px;
  height: 9px;
  background: url(images/blue-arrow.png) center/cover no-repeat;
  margin-left: 9px;
}

#cardWidgetTierThree {
  box-sizing: border-box;
  position: relative;
  display: flex;
  max-width: 100%;
  padding: 0;
}
@media screen and (max-width: 800px) {
  #cardWidgetTierThree {
    flex-direction: column;
  }
}
#cardWidgetTierThree .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 33.33%;
  height: 473px;
  margin: 0 1.5px;
  text-decoration: none;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 1250px) {
  #cardWidgetTierThree .card-widget-item {
    margin-left: 0;
  }
}
@media screen and (max-width: 800px) {
  #cardWidgetTierThree .card-widget-item {
    width: 100%;
    margin-bottom: 3px;
    height: 333px;
  }
}
#cardWidgetTierThree .card-widget-item:hover {
  width: 50%;
}
@media screen and (max-width: 1250px) {
  #cardWidgetTierThree .card-widget-item:hover {
    width: 100%;
  }
}
#cardWidgetTierThree .card-widget-item:hover .card-widget-title {
  color: #fff;
  text-shadow: 1px 2px 3px black;
}
#cardWidgetTierThree .card-widget-item:first-of-type {
  margin-left: 0;
}
#cardWidgetTierThree .card-widget-item:last-of-type {
  margin-right: 0;
}
#cardWidgetTierThree .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#cardWidgetTierThree .card-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: grayscale(1);
          backdrop-filter: grayscale(1);
}
#cardWidgetTierThree .card-content:hover {
  background: none;
  -webkit-backdrop-filter: grayscale(0);
          backdrop-filter: grayscale(0);
}
#cardWidgetTierThree .card-content:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #dfdfdfe0;
  position: absolute;
  top: 0;
  z-index: 999;
  transition: all 0.4s ease-out;
}
#cardWidgetTierThree .card-content:hover:after {
  background: transparent;
}
#cardWidgetTierThree .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font-family: "Montserrat-Bold", Arial, Verdana, sans-serif;
  font-size: 36px;
  color: #003876;
  max-width: 330px;
  line-height: 1;
  text-transform: uppercase;
  z-index: 9999;
}
@media screen and (max-width: 800px) {
  #cardWidgetTierThree .card-widget-title {
    font-size: 25px;
  }
}
#cardWidgetTierThree .card-widget-description {
  font: 16px "Montserrat-SemiBold", Arial, Verdana, sans-serif;
  color: #003876;
  padding: 10px;
}
#cardWidgetTierThree .buttonwrap a {
  margin: 0 5px;
}

#cardWidgetEvents {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 0 0 0;
}
@media screen and (max-width: 1250px) {
  #cardWidgetEvents {
    width: 100%;
    max-width: 330px;
    padding: 0;
  }
}
#cardWidgetEvents .card-widget-item {
  box-sizing: border-box;
  background: url(images/date-bg.png) center/contain no-repeat;
  display: flex;
  align-items: center;
  width: 293px;
  height: 70px;
  margin-right: 45px;
  text-decoration: none;
}
@media screen and (max-width: 1250px) {
  #cardWidgetEvents .card-widget-item {
    margin-top: 15px;
  }
}
@media screen and (max-width: 800px) {
  #cardWidgetEvents .card-widget-item {
    margin-right: 0;
  }
}
#cardWidgetEvents .card-widget-item:hover {
  background: url(images/date-bg-hover.png) center/contain no-repeat;
}
#cardWidgetEvents .card-widget-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 64px;
  width: 85px;
  background: url(images/date.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-family: "Montserrat-Bold", Arial, Verdana, sans-serif;
  color: #fff;
  margin-left: 10px;
}
#cardWidgetEvents .card-widget-date span:first-of-type {
  font-family: "Montserrat-Light";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.5;
}
#cardWidgetEvents .card-widget-date span:last-of-type {
  font-family: "Montserrat-Bold";
  font-size: 26px;
  line-height: 1;
}
#cardWidgetEvents .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#cardWidgetEvents .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
#cardWidgetEvents .card-widget-title {
  position: static;
  display: flex;
  width: 100%;
  font-family: "Montserrat-Medium";
  font-size: 15px;
  color: #003876;
  max-width: 200px;
  line-height: 1;
  flex-wrap: wrap;
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  text-align: left;
}
#cardWidgetEvents .card-widget-description {
  font: 16px "Montserrat-SemiBold", Arial, Verdana, sans-serif;
  color: #003876;
  padding: 10px;
}
#cardWidgetEvents .buttonwrap a {
  margin: 0 5px;
}

#cardWidgetTierFour {
  box-sizing: border-box;
  position: relative;
  display: flex;
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 800px) {
  #cardWidgetTierFour {
    max-width: 330px;
  }
}
#cardWidgetTierFour .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: 350px;
  margin: 0 1.5px;
}
@media screen and (max-width: 1250px) {
  #cardWidgetTierFour .card-widget-item {
    flex-direction: column;
    height: auto;
    align-items: center;
  }
}
#cardWidgetTierFour .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 600px;
  max-height: 350px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 800px) {
  #cardWidgetTierFour .image-container {
    width: 100%;
    height: 100%;
    max-width: 330px;
  }
}
#cardWidgetTierFour .card-widget-image.lozad {
  height: 100%;
  width: 100%;
  border-radius: 9px;
}
#cardWidgetTierFour .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  max-width: 570px;
  margin-left: 100px;
}
@media screen and (max-width: 1250px) {
  #cardWidgetTierFour .card-content {
    margin-left: 0;
  }
}
#cardWidgetTierFour .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font-family: "Montserrat-Bold", Arial, Verdana, sans-serif;
  text-align: left;
  font-size: 36px;
  color: #003876;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 1px solid black;
}
@media screen and (max-width: 1250px) {
  #cardWidgetTierFour .card-widget-title {
    padding-top: 20px;
    text-align: center;
  }
}
#cardWidgetTierFour .card-widget-description {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #003876;
  padding: 30px 0px 30px 0px;
  text-align: left;
  text-overflow: ellipsis;
  max-width: 480px;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
@media screen and (max-width: 1250px) {
  #cardWidgetTierFour .card-widget-description {
    text-align: center;
    padding: 10px 0px 20px 0px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
#cardWidgetTierFour .buttonwrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 1250px) {
  #cardWidgetTierFour .buttonwrap {
    justify-content: center;
  }
}
#cardWidgetTierFour .buttonwrap a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-family: "Montserrat-Bold", Arial, Verdana, sans-serif;
  font-size: 14px;
  background: #009b67;
  padding: 15px 30px;
  border-radius: 25px;
}
#cardWidgetTierFour .buttonwrap a:hover {
  background: #037b53;
}
#cardWidgetTierFour .buttonwrap a:after {
  display: block;
  content: " ";
  width: 6px;
  height: 9px;
  background: url(images/right-arrow.png) center/cover no-repeat;
  margin-left: 9px;
}

.socialNetworks {
  display: flex;
  z-index: 80000000;
  position: relative;
  transition: 0.6s ease;
  right: 0 !important;
  height: 50px;
  width: 250px;
  align-items: center;
  justify-content: flex-end;
  background: transparent;
  border-radius: 50px;
  padding: 5px 3px;
}
@media screen and (max-width: 1250px) {
  .socialNetworks {
    justify-content: center;
  }
}
.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 transparent;
  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;
}

.connect {
  display: block;
  font-family: "Montserrat-Medium";
  font-size: 20px;
  color: #fff;
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 1250px) {
  .connect {
    margin-top: 0;
  }
}

@media screen and (max-width: 1280px) {
  .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 {
    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 a:hover {
  background-color: #009b67;
}

.socialNetworks .socialNetworkIconTwitter:hover {
  background-color: #009b67;
}
.socialNetworks .socialNetworkIconFacebook:hover {
  background-color: #009b67;
}
.socialNetworks .socialNetworkIconInstagram:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #009b67;
  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: #009b67;
}
.socialNetworks .socialNetworkIconPeriscope:hover {
  background-color: #009b67;
}
.socialNetworks .socialNetworkIconPinterest:hover {
  background-color: #009b67;
}
.socialNetworks .socialNetworkIconSpotify:hover {
  background-color: #009b67;
}
.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: #009b67;
}
.socialNetworks .socialNetworkIconYoutube:hover {
  background-color: #009b67;
}
.socialNetworks .socialNetworkIconGooglePlus:hover {
  background-color: #009b67;
}
.socialNetworks .socialNetworkIconSnapchat:hover {
  background-color: #009b67;
}

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

.lightbox-showing .socialNetworks {
  display: none;
}

/* Set the container ID*/
/* Size the container*/
/* Size the images*/
/* Format titles*/
/* Format arrows*/
#sponsorWidgetContainer {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 44px;
}
#sponsorWidgetContainer .sponsorWidgetContainer {
  max-width: 1300px;
  padding-top: 60px;
}
@media screen and (max-width: 1450px) {
  #sponsorWidgetContainer .sponsorWidgetContainer {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1100px) {
  #sponsorWidgetContainer .sponsorWidgetContainer {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 800px) {
  #sponsorWidgetContainer .sponsorWidgetContainer {
    max-width: 450px;
  }
}
@media screen and (max-width: 500px) {
  #sponsorWidgetContainer .sponsorWidgetContainer {
    max-width: 300px;
  }
}
#sponsorWidgetContainer .sponsorWidgetContainer .sponsor-controls-container:focus-within {
  bottom: 3px;
  opacity: 1;
  transition: 0.2s;
  pointer-events: auto;
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsorCarouselImageContainer {
  animation-play-state: paused;
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:before {
  content: "Resume";
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:after {
  content: "\f04b";
  padding-left: 2px;
}
#sponsorWidgetContainer .sponsorWidgetContainer:hover .sponsor-controls-container {
  bottom: 3px;
  opacity: 1;
  transition: 0.2s;
  pointer-events: auto;
}
#sponsorWidgetContainer .sponsorCarouselImage img {
  max-width: 200px;
  max-height: 200px;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 800px) {
  #sponsorWidgetContainer .sponsorCarouselImage img {
    max-width: 114px;
    max-height: 64px;
  }
}
#sponsorWidgetContainer .sponsorCarouselImage img:hover {
  filter: none;
}
#sponsorWidgetContainer #sponsorsTitleContainer {
  width: 100%;
  text-align: center;
  top: 0;
  margin: 0 auto;
  max-width: 1600px;
}
@media screen and (max-width: 1350px) {
  #sponsorWidgetContainer #sponsorsTitleContainer {
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1100px) {
  #sponsorWidgetContainer #sponsorsTitleContainer {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 800px) {
  #sponsorWidgetContainer #sponsorsTitleContainer {
    max-width: 450px;
  }
}
@media screen and (max-width: 500px) {
  #sponsorWidgetContainer #sponsorsTitleContainer {
    max-width: 300px;
  }
}
#sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  margin: 0 auto;
  text-transform: uppercase;
  max-width: 300px;
  font-family: "Montserrat-Bold", Arial, Verdana, sans-serif;
  font-size: 32px;
  color: #fff;
  text-shadow: none;
}
#sponsorWidgetContainer #sponsorArrowRight {
  display: block;
  right: 0;
  top: 70%;
  transform: translateY(-50%);
  width: 19px;
  height: 32px;
  background: url(images/sponsor-arrow-right.png) center/contain no-repeat;
}
#sponsorWidgetContainer #sponsorArrowRight:hover {
  width: 19px;
  height: 32px;
  background: url(images/sponsor-arrow-right-hover.png) center/contain no-repeat;
}
#sponsorWidgetContainer #sponsorArrowRight span {
  display: none;
}
@media screen and (max-width: 800px) {
  #sponsorWidgetContainer #sponsorArrowRight {
    display: none;
  }
}
#sponsorWidgetContainer #sponsorArrowLeft {
  display: block;
  left: 0;
  top: 70%;
  transform: translateY(-50%);
  width: 19px;
  height: 32px;
  background: url(images/sponsor-arrow-left.png) center/contain no-repeat;
}
#sponsorWidgetContainer #sponsorArrowLeft:hover {
  width: 19px;
  height: 32px;
  background: url(images/sponsor-arrow-left-hover.png) center/contain no-repeat;
}
#sponsorWidgetContainer #sponsorArrowLeft span {
  display: none;
}
@media screen and (max-width: 800px) {
  #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;
}

.emailSignup {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  max-width: 470px;
}
@media screen and (max-width: 1250px) {
  .emailSignup {
    align-items: center;
  }
}
.emailSignup .emailSignupText {
  font-family: "Montserrat-Medium";
  font-size: 18px;
}
@media screen and (max-width: 1250px) {
  .emailSignup .emailSignupText {
    margin-top: 0;
  }
}
.emailSignup .email-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1250px) {
  .emailSignup .email-wrap {
    flex-direction: column;
  }
}
.emailSignup .emailInputField input {
  height: 46px;
  width: 277px;
  padding: 20px 25px;
  font-size: 14px;
  font-family: "Montserrat-SemiBold", Arial, Verdana, sans-serif;
  border-radius: 25px !important;
  background: transparent url(images/email-signup.png) center/contain no-repeat;
  color: #fff;
  text-align: left;
  padding-left: 60px;
}
.emailSignup .emailInputField input:focus {
  outline: none;
}
.emailSignup .emailSubmitButton {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  padding: 13px 23px;
  background: #fff;
  color: #003876 !important;
  border-radius: 25px !important;
  font-size: 14px;
  font-family: "Montserrat-SemiBold", Arial, Verdana, sans-serif;
  margin-left: 10px;
}
@media screen and (max-width: 1250px) {
  .emailSignup .emailSubmitButton {
    margin-top: 10px;
  }
}
.emailSignup .emailSubmitButton:hover {
  text-decoration: none;
  background: #b0b0b0;
}
.emailSignup .emailSubmitButton:after {
  display: block;
  content: " ";
  width: 6px;
  height: 9px;
  background: url(images/blue-arrow.png) center/cover no-repeat;
  margin-left: 9px;
}
.footer .emailSignup .inputFieldTextbox::placeholder {
  color: #fff;
  padding-left: 10px;
}

.saffireMobileSize .emailSignup {
  position: static;
  align-items: center;
  justify-content: center;
}

#cardWidgetVideo {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  text-decoration: none;
  margin: 0px auto 0;
  flex-wrap: wrap;
  display: none;
}
.eventsMode #cardWidgetVideo {
  display: flex;
}
#cardWidgetVideo .card-widget-item {
  box-sizing: border-box;
  display: flex;
  max-width: 100%;
  height: 100%;
  width: 100%;
}
#cardWidgetVideo .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
}
#cardWidgetVideo .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 9;
  position: relative;
  box-sizing: border-box;
}
#cardWidgetVideo .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 40px "Montserrat-Bold", Arial, Verdana, sans-serif;
  color: #fff;
  text-transform: uppercase;
  display: none;
}
#cardWidgetVideo .card-widget-description {
  width: 100%;
}
#cardWidgetVideo .card-widget-description iframe {
  width: 100%;
  border: none;
}
.saffireMobileSize #cardWidgetVideo .card-widget-description iframe {
  max-width: 100%;
}
#cardWidgetVideo .buttonwrap {
  display: none;
}

.searchMapButton {
  padding: 4.5px;
}

.modalClose > a {
  border-radius: 3px;
  margin-top: 0px;
  padding: 3px;
  text-decoration: none;
  height: 30px;
  width: 29px;
  margin-left: 10px;
}

.modalClose .modalCloseButton {
  display: inline-block;
}

.modalClose > a::after {
  display: none;
}

.eventsMode #swiperWidget {
  display: none;
}

#cardWidgetVideo {
  display: none;
}

.eventsMode #cardWidgetVideo {
  display: block;
  margin-bottom: 120px;
  position: relative;
}

.eventsMode #cardWidgetVideo:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 105px;
  background: url(images/curve.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  z-index: 55;
  margin-bottom: -4px;
  margin-right: -1px;
  top: auto;
}
@media screen and (max-width: 800px) {
  .eventsMode #cardWidgetVideo:before {
    height: 40px;
    background: url(images/mobile-curve.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

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