/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \*******************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap);
/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 (1) ***!
  \***********************************************************************************************************************************************************************************************************************************************/
/************** LOAD FONTS ******************/
@font-face {
  font-family: "OpenSans-Light";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-Light.woff2) format("woff2"), url(fonts/OpenSans-Light.woff) format("woff");
}
@font-face {
  font-family: "OpenSans-Regular";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-Regular.woff2) format("woff2"), url(fonts/OpenSans-Regular.woff) format("woff");
}
@font-face {
  font-family: "OpenSans-Semibold";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-Semibold.woff2) format("woff2"), url(fonts/OpenSans-Semibold.woff) format("woff");
}
@font-face {
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-Bold.woff2) format("woff2"), url(fonts/OpenSans-Bold.woff) format("woff");
}
@font-face {
  font-family: "OpenSans-ExtraBold";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-ExtraBold.woff2) format("woff2"), url(fonts/OpenSans-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;
}

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

.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: #023047;
  font: 16px/1.5 "Montserrat", sans-serif;
  font-weight: 300;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #3da2bb;
  line-height: 1.2;
  margin: 0 0 0.67em 0;
}

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

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

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

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

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

a {
  color: #3da2bb;
  text-decoration: underline;
  font-weight: bold;
}
a:hover {
  text-decoration: none;
}

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

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

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

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

/***************** CONTAINERS **************************/
html {
  scroll-behavior: smooth !important;
  scroll-padding-top: 8rem;
}

body {
  background: no-repeat fixed;
  background-size: cover;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}
.saffireMobileSize .wrapper {
  padding-top: 0;
}

body:not(.homepage) {
  background: url(images/background-inner-pages.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-color: #f0f0f0;
}

body:not(.homepage) .content {
  box-sizing: border-box;
  position: relative;
  max-width: 1300px;
  margin: 10rem auto 60px;
  padding: 15px;
  background: #fff;
  padding: 0;
  padding: 3rem 2rem 2rem 2rem;
}
.saffireMobileSize body:not(.homepage) .content {
  padding: 5rem 2rem 2rem 2rem;
  margin-top: 7rem !important;
}
.saffireMobileSize body:not(.homepage) .content .content {
  padding: 7rem 2rem 2rem 2rem;
}

.saffireMobileSize.homepage .content,
.saffireLargeSize.homepage .content {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: none;
}
@media screen and (max-width: 1190px) {
  .saffireMobileSize.homepage .content,
.saffireLargeSize.homepage .content {
    margin-top: 10rem;
  }
}

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

.dateDisplayBar,
.dateDisplay {
  background: #f0f0f0;
  color: #000;
}
.dateDisplayBar a,
.dateDisplay a {
  color: #000;
}

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

.mapLegend {
  padding: 10px;
}

.orderhistory {
  background: #f0f0f0;
}

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

.alternateRow {
  background: #f0f0f0;
}

.listingItem {
  background: #f0f0f0;
  border-bottom: 1px solid #d7d7d7;
}
.listingItem .itemDetailsContainer {
  font-weight: 600;
}
.listingItem .description {
  font-weight: 300;
}
.listingItem:hover {
  background: #f8f8f8;
}

.dynamicPageContainer {
  margin-top: 1rem;
}

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #3da2bb;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}
.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;
  }
}

.headerInnerContent {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: fixed;
  z-index: 9999;
}
@media screen and (max-width: 1190px) {
  .headerInnerContent {
    background-color: transparent;
  }
}

.header {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.saffireMobileSize .header {
  height: auto;
}

.top-bar {
  background-color: #32a5c1;
  color: #fff;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10%;
}
.top-bar .left-top-container {
  display: flex;
  align-items: center;
}
.top-bar .left-top-container #siteInfoBannerWidget {
  display: flex;
}
.top-bar .right-top-container {
  display: flex;
  align-items: center;
}
.top-bar .separator-cart {
  margin: 0 1rem;
}
@media screen and (max-width: 1340px) {
  .top-bar {
    padding: 0 5%;
  }
}
@media screen and (max-width: 1190px) {
  .top-bar {
    display: none;
  }
}

.header-bottom {
  padding: 0 10%;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7259278711) 0%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  transition: all 400ms ease;
  height: 8rem;
}
.saffireWindowScrolled .header-bottom {
  height: 4rem;
}
@media screen and (max-width: 1340px) {
  .header-bottom {
    padding: 0 5%;
    padding-top: 1rem;
  }
}
.header-bottom #mainNavigation {
  height: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1190px) {
  .header-bottom #mainNavigation {
    display: none;
  }
}
@media screen and (max-width: 1190px) {
  .header-bottom {
    position: fixed;
    width: 100%;
    flex-direction: column;
    padding: 0;
    justify-content: space-between;
    align-items: center;
    background: transparent;
  }
}

.container-nav-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1190px) {
  .container-nav-button {
    width: 100%;
    background-color: #fff;
    border: 2px solid white;
  }
}
.container-nav-button svg {
  fill: #fff;
  margin-right: 10px;
  width: 1.5rem;
}
.container-nav-button p {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 19px;
}
@media screen and (max-width: 1190px) {
  .container-nav-button p {
    font-size: 15px;
  }
}

.ticket-container {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}

.ticket-button {
  margin-left: 1rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 210px;
  height: 78px;
  background: url(images/ticket_button_back.png) center/contain no-repeat;
  transition: all 600ms ease !important;
}
.ticket-button:hover {
  transition: all 600ms ease !important;
  background: url(images/ticket_button_back-hover.png) center/contain no-repeat;
}
@media screen and (max-width: 1190px) {
  .ticket-button {
    margin: 0;
    width: 200px;
  }
}

.logo-mobile-container {
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1190px) {
  .logo-mobile-container {
    width: 100%;
    padding: 8px 0;
    background-color: #3da2bb;
  }
}

.ticket {
  background: none;
  color: inherit;
  transition: all 600ms ease !important;
}
.ticket:hover {
  transition: all 600ms ease !important;
  background: none;
  color: inherit;
}

.saffireMobileSize a.ticket {
  background: none;
  color: inherit;
  transition: all 600ms ease !important;
}
.saffireMobileSize a.ticket:hover {
  transition: all 600ms ease !important;
  background: none;
  color: inherit;
}

.header .searchBox:not(.clonedSearchBox) {
  display: inline-flex;
  align-items: center;
  transition: all 600ms ease !important;
}
.header .searchBox:not(.clonedSearchBox):hover {
  transition: all 600ms ease !important;
  color: #8fc04f;
}
.header .searchBox:not(.clonedSearchBox):hover .inputFieldSubmit {
  background: #8fc04f;
}
.header .searchBox:not(.clonedSearchBox):after {
  content: "Search";
  margin-left: 5px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxSubmit a {
  border-radius: 100% !important;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
  height: 30px;
  width: 170px;
  padding: 0 5px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  border-radius: 100%;
  margin-right: 8px;
  width: 0;
  padding: 0;
  transition: all 400ms ease;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input:focus {
  width: 170px;
  padding: 0 5px;
  transition: all 400ms ease;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 27px;
  padding: 0 10px;
  background: #fff;
  border-radius: 100%;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  width: 27px;
  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: #3da2bb;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover {
  background: #8fc04f;
  color: #8fc04f;
}
.header .searchBox:not(.clonedSearchBox):hover .searchBoxInput input {
  width: 170px;
  padding: 0 5px;
  transition: all 400ms ease;
}

.saffireMobileSize .header .searchBox:not(.clonedSearchBox) {
  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;
}

.mobile-menu-cart {
  display: flex;
  align-items: center;
  justify-content: center;
}

.searchBox:hover .searchBoxSubmit a:before {
  color: white !important;
  font-weight: 100;
}

.cartMenuLink::after {
  content: " Cart ";
  margin-right: 5px;
  flex: 1;
  order: -1;
}
@media screen and (max-width: 1190px) {
  .cartMenuLink::after {
    content: "";
  }
}

.cart-mobile {
  display: none;
}
@media screen and (max-width: 1190px) {
  .cart-mobile {
    display: flex;
    align-items: center;
  }
  .cart-mobile .viewcart .cartMenuLink {
    width: 100% !important;
    color: #fff !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-transform: uppercase;
  }
}

.viewcart {
  transition: all 600ms ease !important;
}
.viewcart:hover .cartMenuLink {
  transition: all 600ms ease !important;
  color: #8fc04f !important;
}

.saffireLargeSize .viewcart .cartMenuLink:before {
  order: -1;
}

.saffireLargeSize .viewcart {
  display: inline-flex;
  color: inherit;
}
.saffireLargeSize .viewcart .cartMenuLink {
  display: inline-block;
  color: inherit;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: uppercase;
}
.saffireLargeSize .viewcart .cartMenuLink:before {
  content: "\f07a";
  position: relative;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 26px;
  line-height: 1;
  color: inherit;
  text-transform: uppercase;
}

.saffireMobileSize .viewcart {
  display: inline-flex;
}
.saffireMobileSize .viewcart .cartMenuLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fff;
}
.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: "\f0c9";
  position: relative;
  top: 2px;
  font-family: "FontAwesome";
  font-size: 28px;
  line-height: 1;
  color: #fff;
}
.mobile-nav-toggle:hover {
  cursor: pointer;
}

@media screen and (min-width: 1190px) {
  .mobile-nav-toggle {
    display: none;
  }
}
.saffireLargeSize .nav .groups {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: center;
  transition: all 100ms ease;
}
.saffireLargeSize .nav .groups .group {
  display: inline-block;
  flex-shrink: 0;
  border-radius: 10px;
  transition: all 100ms ease;
}
.saffireLargeSize .nav .groups .group:last-child .items,
.saffireLargeSize .nav .groups .group:nth-last-child(2) .items {
  left: auto;
  right: 0;
  border-radius: 0px 0 5px 5px;
  transition: all 100ms ease;
}
.saffireLargeSize .nav .groups .group:nth-last-child(1) .items {
  left: auto;
  right: 0;
  border-radius: 5px 0 5px 5px;
}
.saffireLargeSize .nav .groups .group:last-child .subitems,
.saffireLargeSize .nav .groups .group:nth-last-child(2) .subitems {
  left: auto;
  right: 100%;
  border-radius: 5px 0 5px 5px;
}
.saffireLargeSize .nav .groups .group > a {
  transition: all 100ms ease;
  display: inline-block;
  padding: 10px 15px;
  background: none;
  font-family: "Montserrat", sans-serif, "Montserrat", sans-serif;
  font-weight: bolder;
  font-size: 19px;
  font-weight: 900;
  color: #fff;
  border-radius: 5px 5px 0 0;
  letter-spacing: 1px;
  text-shadow: 2px 2px 6px #000;
  transition: all 100ms ease;
  text-transform: uppercase;
}
@media screen and (max-width: 1100px) {
  .saffireLargeSize .nav .groups .group > a {
    padding: 0 10px;
  }
}
.saffireLargeSize .nav .groups .group:hover > a {
  color: #fff;
  background: #8fc04f;
}
.saffireLargeSize .nav .items {
  top: 100%;
  left: 0;
  padding: 0;
  background: #8fc04f;
  border-radius: 0 5px 5px 5px;
  font-size: 18px;
  transition: all 100ms ease;
}
.saffireLargeSize .nav .items .item a {
  padding: 5px 21px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
.saffireLargeSize .nav .items .item a:hover {
  transition: all 100ms ease;
  color: #fff;
}
.saffireLargeSize .nav .item {
  width: 220px;
  line-height: 1.4;
  transition: all 100ms ease;
}
.saffireLargeSize .nav .item:hover {
  transition: all 100ms ease;
  background: #a7cd75;
}
.saffireLargeSize .nav .subitems {
  left: 100%;
  padding: 0;
  background: #8fc04f;
}

.saffireLargeSize .nav .items .item {
  border-radius: 0;
}

.saffireLargeSize .nav .items .item:nth-child(2) {
  border-radius: 0 5px 0 0;
}

.saffireLargeSize .nav .items .item:last-child {
  border-radius: 0 0 5px 5px;
}

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  font-family: "Montserrat", sans-serif;
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: repeat-x #fff center;
  color: #111;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer::after {
  content: "";
  background: url(images/cropped-line-footer.png);
  background-size: auto;
  background-repeat: repeat;
  height: 10px;
  position: absolute;
  width: 100%;
  top: 0;
}
.footer a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.footer a:hover {
  background: none;
}
@media screen and (max-width: 1190px) {
  .footer a {
    background: none;
    padding: 0;
    line-height: 25px;
    text-transform: capitalize;
  }
}
.footer a:hover {
  text-decoration: underline;
}
.footer .separator {
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  font-weight: 600;
}
@media screen and (max-width: 1190px) {
  .footer .separator {
    display: none !important;
  }
}
.footer .footer-navigation {
  margin: 0;
}

.footer-container {
  background: url(images/background-footer.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  padding-top: 2rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.container-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container-reverse-mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 0 10px 0;
  width: 99%;
  text-shadow: 2px 2px 4px #000;
}
.container-reverse-mobile .footerItems1 li a {
  white-space: nowrap;
  font-weight: 500 !important;
}

.contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 2px 2px 6px #000;
  letter-spacing: 1px;
}
.contact-info a {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 2px 2px 6px #000;
  letter-spacing: 1px;
}

.copy-saffire-container {
  background-color: #d01c78;
  color: #fff;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-shadow: 2px 2px 4px #000;
  font-size: 15px;
  font-weight: 500;
  transition: all 400ms ease;
  width: 100%;
}
.copy-saffire-container .powered-by-saffire {
  margin-top: 0;
  margin-left: 7px;
}
.copy-saffire-container .powered-by-saffire a {
  display: inline-block;
}
.copy-saffire-container .powered-by-saffire span {
  text-shadow: 2px 2px 4px #000;
}
.copy-saffire-container .powered-by-saffire svg {
  filter: drop-shadow(2px 2px 4px #000);
}
@media screen and (max-width: 1190px) {
  .copy-saffire-container {
    transition: all 400ms ease;
    flex-direction: column;
    padding: 20px 10px;
  }
  .copy-saffire-container .powered-by-saffire {
    margin-top: 5px;
    margin-left: 0;
  }
}

.mobile-menu-container {
  background-color: #fff;
}
.mobile-menu-container .mobile-menu-header {
  background-color: #4db1c9;
}
.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 {
  display: none;
}
.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: #fff;
  font-weight: 300;
}
.mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
.mobile-menu-container .mobile-menu-subheader-btn:active {
  background-color: #3597ae;
}
.mobile-menu-container .mobile-menu-login-links a {
  font-family: "Montserrat", sans-serif;
}
.mobile-menu-container .cart-counter {
  font-family: "Montserrat", sans-serif;
}
.mobile-menu-container .search-container input[type=text] {
  font-family: "Montserrat", sans-serif;
  -webkit-appearance: none;
  border-radius: 0px;
  height: 50px;
}
.mobile-menu-container .search-container .fa-search {
  color: #14778f;
}
.mobile-menu-container .mobile-menu-ticket-btn {
  background-color: #219ebc;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  border-color: #fff;
}
.mobile-menu-container .mobile-menu-footer-links a {
  font-family: "Montserrat", sans-serif;
  color: #14778f;
  font-weight: 300;
}

#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 li.m-group .next-level-btn, #mobile-nav li.m-item .next-level-btn, #mobile-nav li.m-subitem .next-level-btn {
  font-size: 10px;
}
#mobile-nav a {
  background-color: #219ebc;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 300;
}
#mobile-nav a:hover {
  background-color: #197a91;
}
#mobile-nav .has-subitems span {
  background-color: #4db1c9;
  color: #fff;
}
#mobile-nav .has-subitems span:hover {
  background-color: #3597ae;
}

/************************* MODAL CONTENT ********************/
.ui-dialog {
  background: #fff;
  box-shadow: 0 0 10px -5px #444;
}

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

.modal {
  background: #fff;
  border: 10px solid #fff;
  box-sizing: content-box;
}

.modalBody {
  /* |%  set modal background color if not white */
  background: #fff !important;
  padding: 14px;
}
.modalBody .showorksModalTitle {
  /* |%  set font-family */
  font-size: 32px;
  line-height: 36px;
}
.modalBody .showorksBreadcrumbs {
  /* |%  set font-family */
  font-size: 20px;
  color: #023047;
  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;
}
.modalBody .showorksTableGrid td {
  color: #023047;
}
.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;
  top: -19px !important;
}
.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;
  width: 100%;
  margin-bottom: 10px;
}
.getUpdatesPageEmailModule .emailSignup.modalOnly .emailSubmitButton {
  border-radius: 0 !important;
}
.getUpdatesPageEmailModule .emailSignup.modalOnly .button {
  box-sizing: border-box;
  width: 100%;
}

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

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

.button,
.buttonSmall {
  box-sizing: border-box;
  line-height: 1.75em;
  border-radius: 0;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  color: #fff !important;
  transition: all 600ms ease;
  background: #8fc04f;
  letter-spacing: 1px;
  padding: 6px 10px;
  text-transform: uppercase;
  border-radius: 5px;
  margin: 3px 0;
  font-weight: 800;
}

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

.button:hover,
.buttonSmall:hover {
  background: #6c9b22;
}

a.updateButton.buttonSmall,
a.removeButton.buttonSmall,
a.cartMenuRemoveButton.button.buttonSmall {
  font-size: 12px;
}

.main-feature-video {
  bottom: 3.5rem !important;
}
@media screen and (max-width: 995px) {
  .main-feature-video {
    display: none !important;
  }
}

.moreButton {
  background: #3da2bb;
  padding: 6px 30px;
  white-space: nowrap;
}
.moreButton:hover {
  background-color: #14778f !important;
}

.moreButtonLarger {
  background: #3da2bb;
  padding: 6px 30px;
  white-space: nowrap;
}
.moreButtonLarger:hover {
  background-color: #14778f !important;
}

#cardWidgetFooterCards {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  max-width: 100%;
  margin: 10px auto 0 auto;
  padding: 0;
}
#cardWidgetFooterCards .card-widget-item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 5px;
  overflow: hidden;
  justify-content: center;
  background-color: #fff;
  border: solid 10px #fff;
  border-radius: 10px;
  transition: all 600ms ease;
  width: 20%;
  height: 170px;
}
#cardWidgetFooterCards .card-widget-item a {
  font-size: 15px;
  line-height: 14px;
}
#cardWidgetFooterCards .card-widget-item:hover {
  cursor: pointer;
}
#cardWidgetFooterCards .card-widget-item:hover .card-widget-title {
  text-decoration: underline;
}
#cardWidgetFooterCards .card-widget-item:hover .image-container {
  transition: all 600ms ease;
  transform: scale(1.1);
}
@media screen and (max-width: 930px) {
  #cardWidgetFooterCards .card-widget-item {
    border: solid 2px #fff;
    width: 25%;
    height: 140px;
    padding: 5px;
    border-radius: 5px;
  }
  #cardWidgetFooterCards .card-widget-item:nth-child(1) {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  #cardWidgetFooterCards .card-widget-item {
    border: solid 2px #fff;
    width: 33%;
    height: 140px;
    padding: 5px;
    border-radius: 5px;
  }
  #cardWidgetFooterCards .card-widget-item:nth-child(2) {
    display: none;
  }
}
#cardWidgetFooterCards .image-container {
  overflow: hidden;
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: all 600ms ease;
}
#cardWidgetFooterCards .card-content {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  height: 4rem;
  justify-content: center;
  align-items: center;
}
#cardWidgetFooterCards .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  color: #3da2bb;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-decoration: none !important;
  text-shadow: none;
  font-size: 14px;
}
@media screen and (max-width: 1190px) {
  #cardWidgetFooterCards .card-widget-title {
    font-size: 12px;
    line-height: 14px;
  }
}
#cardWidgetFooterCards .card-widget-description {
  font: 16px "Montserrat", sans-serif;
  color: #023047;
  padding: 10px;
}
#cardWidgetFooterCards .buttonwrap {
  margin: 0 5px;
  text-decoration: none;
  text-shadow: none;
  height: 100%;
  width: 100%;
}
#cardWidgetFooterCards .buttonwrap .moreButton {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1190px) {
  #cardWidgetFooterCards {
    margin: 0;
  }
}

#siteInfoBannerWidget {
  box-sizing: border-box;
  position: static;
  display: inline-flex;
  justify-content: center;
  height: auto;
  width: auto;
  max-width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 1;
  z-index: 2;
  min-width: auto;
  align-items: center;
}
@media screen and (max-width: 995px) {
  #siteInfoBannerWidget {
    flex-direction: column;
  }
}
#siteInfoBannerWidget #eventDates {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
}
#siteInfoBannerWidget #eventName {
  font-size: 14px;
  font-weight: 300;
  margin-left: 10px;
  font-weight: 300;
  display: flex;
  align-items: center;
  flex-direction: row;
}
#siteInfoBannerWidget .countdownDays {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

.saffireMobileSize #siteInfoBannerWidget {
  left: auto;
  right: auto !important;
  padding: 5px 0;
  background: #fff;
  color: #14778f;
  width: 100%;
}
.saffireMobileSize #siteInfoBannerWidget #eventName {
  font-size: 15px;
  color: inherit;
  font-weight: 300;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.saffireMobileSize #siteInfoBannerWidget #eventDates {
  font-size: 20px;
  color: #3da2bb;
  font-weight: 800;
  margin-bottom: 5px;
}
.saffireMobileSize #siteInfoBannerWidget .countdownDays {
  font-size: 15px;
  color: inherit;
  font-weight: 300;
}

body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #fff;
}
.saffireMobileSize body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
  font-size: 16px;
}
body.siteInfoBannerWidgetDateIsPast.siteInfoBannerWidgetNoThankYouMessage #siteInfoBannerWidget {
  display: none !important;
}

.eventMessage,
.eventMessage2 {
  margin: 0;
}

@media screen and (max-width: 1190px) {
  #siteInfoBannerWidget .dayWord,
#siteInfoBannerWidget .countdownDays,
#siteInfoBannerWidget #eventName {
    color: #023047 !important;
  }
}
.dayWord {
  margin-right: 2px;
}

@media screen and (max-width: 1190px) {
  #siteInfoBannerWidget {
    flex-direction: column;
  }

  #eventDates {
    font-weight: 800 !important;
    color: #3da2bb !important;
    font-size: 20px !important;
  }

  #eventName {
    flex-direction: column !important;
    margin-left: 0 !important;
  }
}
#multiScheduleFeature {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 400px) {
  #multiScheduleFeature {
    max-width: 99%;
  }
}
#multiScheduleFeature .multiFeatureContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
#multiScheduleFeature .featureItem {
  position: relative;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.85);
  margin-bottom: 8px;
  border-radius: 5px;
  transition: all 600ms ease;
  height: 75px;
  box-shadow: 6px 4px 13px #00000045;
}
#multiScheduleFeature .featureItem:hover {
  background-color: #ed532c;
  transition: all 600ms ease;
}
#multiScheduleFeature .featureItem:hover .featureItemTitle {
  color: #fff;
  transition: 0.3s;
}
#multiScheduleFeature .featureItem:hover:after {
  transition: all 600ms ease;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(images/event-arrow-hover.png) center/contain no-repeat;
}
#multiScheduleFeature .featureItem:after {
  transition: all 600ms ease;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(images/event-arrow.png) center/contain no-repeat;
}
#multiScheduleFeature .featureItemDescription,
#multiScheduleFeature .button-container {
  display: none;
}
#multiScheduleFeature .featureItemTitle,
#multiScheduleFeature .featureItemDate {
  display: flex;
  align-items: center;
}
#multiScheduleFeature .featureItemTitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #14778f;
  font-weight: 700;
  transition: all 600ms ease;
  line-height: 18px;
}
@media screen and (max-width: 400px) {
  #multiScheduleFeature .featureItemTitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 530px) {
  #multiScheduleFeature .featureItemTitle {
    width: 60%;
    padding-right: 9%;
  }
}
#multiScheduleFeature .featureItemDate {
  box-sizing: border-box;
  flex-direction: column;
  top: -15px;
  left: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  border-radius: 5px 0 0 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  background: #333;
  padding: 0 20px 0 10px;
  background: url(images/date-event-back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 6rem;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 500;
  font-size: 19px;
  letter-spacing: -1px;
}
#multiScheduleFeature .featureItemDate span {
  font-size: 29px;
  font-weight: 900;
  letter-spacing: 1px;
}
#multiScheduleFeature .all-events-btn {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 18px;
}

.socialNetworks {
  padding: 7px 5px;
  z-index: 9000;
  position: fixed;
  left: 1rem;
  top: 20%;
  transition: 0.6s ease;
  background: #fff;
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 40px 40px 40px 40px;
}
@media screen and (max-width: 1190px) {
  .socialNetworks {
    margin: 15px 0;
    padding: 0;
  }
}
.socialNetworks img {
  display: flex;
  max-width: 50px;
  max-height: 50px;
  border-radius: 100%;
  background-color: #fff;
}
.socialNetworks img:hover {
  transition: all 100ms ease;
  border: 3px solid #6c9b22;
  border-radius: 100%;
}
.socialNetworks > span, .socialNetworks > a {
  margin: 8px 2px;
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 0;
  background-color: transparent;
  border-radius: 100%;
  transition: 0.2s;
}
.socialNetworks > a:hover {
  z-index: 2;
  transition: 0.2s;
  background-color: transparent;
}

@media screen and (max-width: 1230px) {
  .socialNetworks {
    position: relative;
    flex-direction: row;
    width: auto;
    border-radius: 0;
    left: 0;
    margin: 20px 0;
  }
  .socialNetworks > span, .socialNetworks > a {
    margin: 0 5px;
  }
  .socialNetworks > a:hover {
    left: 0;
    bottom: 6px;
    z-index: 2;
    transition: 0.2s;
  }
}
.pageIsLoaded .socialNetworks {
  right: 0;
}
@media screen and (max-width: 1230px) {
  .pageIsLoaded .socialNetworks {
    bottom: 0;
  }
}

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

.socialNetworks a img {
  height: 45px !important;
  width: 45px !important;
}

.main-feature-container {
  position: relative;
  margin-top: 2rem;
  height: 100%;
}

.palm-icon {
  position: absolute;
  display: flex;
  bottom: 0;
  left: 12vw;
  background: url(images/palm-back.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 7rem;
  width: 7rem;
  transition: all 400ms ease;
}
@media screen and (max-width: 1190px) {
  .palm-icon {
    transition: all 400ms ease;
    left: 30%;
  }
}
@media screen and (max-width: 768px) {
  .palm-icon {
    transition: all 400ms ease;
    left: 10%;
  }
}

#swiperWidgetMainFeature {
  position: relative;
  height: auto;
  width: 100%;
  max-width: 100%;
}
#swiperWidgetMainFeature .swiper-button-next,
#swiperWidgetMainFeature .swiper-button-prev {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-image: none;
  fill: #ed532c;
  cursor: pointer;
  left: 0;
  right: 0;
  position: relative;
  width: 2rem;
  transition: all 600ms ease;
}
#swiperWidgetMainFeature .swiper-button-next:hover,
#swiperWidgetMainFeature .swiper-button-prev:hover {
  transition: all 600ms ease;
  filter: brightness(0.7);
}
@media screen and (max-width: 1190px) {
  #swiperWidgetMainFeature .swiper-button-next,
#swiperWidgetMainFeature .swiper-button-prev {
    display: none;
  }
}
#swiperWidgetMainFeature .swiper-container {
  height: 100%;
}
#swiperWidgetMainFeature .swiper-container .swiper-wrapper {
  height: 100% !important;
}
#swiperWidgetMainFeature .swiper-image-container {
  position: relative;
  height: 40vw;
  background-size: cover;
  background-position: center;
  width: 100%;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1190px) {
  #swiperWidgetMainFeature .swiper-image-container {
    height: 60vw;
  }
}
#swiperWidgetMainFeature .swiper-pagination {
  margin: 13px 0;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#swiperWidgetMainFeature .swiper-pagination span {
  margin: 0 5px;
}
#swiperWidgetMainFeature .swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  background-color: gray;
  width: 12px;
  height: 12px;
  transition: all 600ms ease;
  opacity: 0.7;
}
#swiperWidgetMainFeature .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #8fc04f;
  opacity: 1;
}
#swiperWidgetMainFeature .swiper-pagination-bullet-active {
  background-color: #8fc04f !important;
  opacity: 1;
}

.main-events-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  justify-content: center;
  padding: 1rem 15%;
  margin: 0 auto;
}
.main-events-container h2 {
  margin: 0;
}
.main-events-container p {
  margin: 0;
  color: #14778f;
  font-weight: 300;
}
@media screen and (max-width: 1190px) {
  .main-events-container {
    padding: 1rem 0 0 0;
    flex-direction: column;
    text-align: center;
  }
}

.main-event-middle-section {
  display: flex;
  flex-direction: row;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 1rem;
  width: 100%;
}
@media screen and (max-width: 1190px) {
  .main-event-middle-section {
    flex-direction: column;
  }
}

.main-events-text {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1190px) {
  .main-events-text {
    padding: 0 2rem;
    flex-direction: column-reverse;
    align-items: center;
  }
}

.main-events-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.main-events-buttons:nth-child(2) a {
  margin-left: 10px;
}
@media screen and (max-width: 1190px) {
  .main-events-buttons {
    margin-top: 10px;
  }
}

.mobile-countdown {
  padding: 0 1rem;
}

.container-countdown-mobile {
  display: none;
}
@media screen and (max-width: 1190px) {
  .container-countdown-mobile {
    display: flex;
    width: auto;
    justify-content: center;
    padding: 1rem 0;
  }
}

@media screen and (max-width: 1190px) {
  .desktop-hide {
    display: none !important;
  }
}

.mobile-show {
  display: none !important;
}
@media screen and (max-width: 1190px) {
  .mobile-show {
    display: flex !important;
  }
}

#cardWidgetSecondFeature {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  padding: 4rem;
  background: url(images/background-second-feature.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  margin-bottom: 0.5rem;
  transition: all 600ms ease;
}
#cardWidgetSecondFeature::after {
  content: "";
  background: url(images/cropped-line-body.png);
  background-size: auto;
  background-repeat: repeat;
  height: 10px;
  position: absolute;
  width: 100%;
  top: 0;
}
#cardWidgetSecondFeature .card-widget-item {
  background-color: #ffffffe0;
  width: 60%;
  border-radius: 10px 10px 5px 5px;
  position: relative;
  transition: all 600ms ease;
}
#cardWidgetSecondFeature .card-widget-item::after {
  content: "";
  background: url(images/fav-treats.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 14rem;
  position: absolute;
  width: 25%;
  bottom: -4rem;
  left: -4rem;
  z-index: 15;
}
@media screen and (max-width: 1190px) {
  #cardWidgetSecondFeature .card-widget-item {
    border-radius: 5px;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #cardWidgetSecondFeature .card-widget-item {
    border-radius: 5px;
    width: 100%;
  }
  #cardWidgetSecondFeature .card-widget-item::after {
    content: "";
    background: none;
  }
}
#cardWidgetSecondFeature .card-widget-item .card-content {
  position: relative;
  padding: 3rem 5rem 2rem 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#cardWidgetSecondFeature .card-widget-item .card-content::after {
  content: "";
  background: url(images/cropped-line-body.png);
  background-size: auto;
  background-repeat: repeat;
  height: 10px;
  position: absolute;
  width: 100%;
  border-radius: 0 0 10px 10px;
  bottom: -5px;
}
#cardWidgetSecondFeature .card-widget-item .card-content .card-widget-title {
  color: #3da2bb;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  line-height: 30px;
}
@media screen and (max-width: 1190px) {
  #cardWidgetSecondFeature .card-widget-item .card-content .card-widget-title {
    font-size: 25px;
    line-height: 23px;
  }
}
#cardWidgetSecondFeature .card-widget-item .card-content .card-widget-title::after {
  content: "  ";
  margin: 1rem auto;
  width: 10rem;
  border-bottom: 3px solid #ed532c;
}
#cardWidgetSecondFeature .card-widget-item .card-content .card-widget-description {
  text-align: center;
  color: #14778f;
  font-weight: 300;
}
@media screen and (max-width: 1190px) {
  #cardWidgetSecondFeature .card-widget-item .card-content {
    padding: 2rem 1rem;
  }
}
#cardWidgetSecondFeature .card-widget-item .buttonwrap {
  margin: 1rem 0 0 0;
  z-index: 800;
}
@media screen and (max-width: 768px) {
  #cardWidgetSecondFeature {
    padding: 2rem 1rem;
  }
}

#cardWidgetThirdFeature {
  transition: all 600ms ease;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;
}
#cardWidgetThirdFeature .card-widget-item {
  transition: ease 1s;
  width: 25%;
  height: 400px;
  position: relative;
  transition: all 600ms ease;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}
#cardWidgetThirdFeature .card-widget-item:nth-child(1) .back-overlay {
  transition: all 600ms ease;
  background: #10d3ff8a;
}
#cardWidgetThirdFeature .card-widget-item:nth-child(2) .back-overlay {
  transition: all 600ms ease;
  background: #df2590ad;
}
#cardWidgetThirdFeature .card-widget-item:nth-child(3) .back-overlay {
  transition: all 600ms ease;
  background: #93d341b5;
}
#cardWidgetThirdFeature .card-widget-item:nth-child(4) .back-overlay {
  transition: all 600ms ease;
  background: #d5441fc9;
}
#cardWidgetThirdFeature .card-widget-item::after {
  content: "";
  background: url(images/cards-waves.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 2.5rem;
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 12;
}
#cardWidgetThirdFeature .card-widget-item:nth-child(1) .back-overlay {
  transition: all 600ms ease;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 8;
  bottom: 0;
  right: 0;
}
#cardWidgetThirdFeature .card-widget-item:nth-child(2) .back-overlay {
  transition: all 600ms ease;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 8;
  top: 0;
  right: 0;
}
#cardWidgetThirdFeature .card-widget-item:nth-child(3) .back-overlay {
  transition: all 600ms ease;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 8;
  bottom: 0;
  right: 0;
}
#cardWidgetThirdFeature .card-widget-item:nth-child(4) .back-overlay {
  transition: all 600ms ease;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 8;
  top: 0;
  right: 0;
}
#cardWidgetThirdFeature .card-widget-item:hover .image-container {
  transition: all 600ms ease;
  transform: scale(1.1);
}
#cardWidgetThirdFeature .card-widget-item:hover .buttonwrap {
  opacity: 1;
  transition: all 600ms ease;
  position: absolute;
  bottom: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 1024px) {
  #cardWidgetThirdFeature .card-widget-item:hover .buttonwrap {
    bottom: 4rem;
  }
}
#cardWidgetThirdFeature .card-widget-item:hover .back-blur {
  transition: all 600ms ease;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  width: 100%;
}
#cardWidgetThirdFeature .card-widget-item:hover .back-overlay {
  transition: all 600ms ease;
  height: 0%;
  width: 0%;
  border-radius: 40px;
}
@media screen and (max-width: 1024px) {
  #cardWidgetThirdFeature .card-widget-item {
    width: 50%;
  }
}
@media screen and (max-width: 550px) {
  #cardWidgetThirdFeature .card-widget-item {
    width: 100%;
  }
}
#cardWidgetThirdFeature .image-container {
  transition: all 600ms ease;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  padding-top: 7rem;
  align-items: center;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
#cardWidgetThirdFeature .image-container .back-blur {
  transition: all 800ms ease;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 8;
  top: 0;
}
#cardWidgetThirdFeature .image-container .card-widget-title {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 22px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1300px) {
  #cardWidgetThirdFeature .image-container .card-widget-title {
    font-size: 20px;
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 1200px) {
  #cardWidgetThirdFeature .image-container .card-widget-title {
    font-size: 20px;
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 1024px) {
  #cardWidgetThirdFeature .image-container .card-widget-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  #cardWidgetThirdFeature .image-container .card-widget-title {
    font-size: 20px;
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 550px) {
  #cardWidgetThirdFeature .image-container .card-widget-title {
    font-size: 20px;
  }
}
#cardWidgetThirdFeature .image-container .buttonwrap {
  opacity: 0;
  transition: all 600ms ease;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 1190px) {
  #cardWidgetThirdFeature .image-container .buttonwrap {
    opacity: 1;
    bottom: 3rem;
  }
}
#cardWidgetThirdFeature .image-container .card-content {
  z-index: 9;
  width: 80%;
}
#cardWidgetThirdFeature .icon-card {
  background: url(images/card-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 5.5rem;
  height: 5.5rem;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  z-index: 9;
}
@media screen and (max-width: 550px) {
  #cardWidgetThirdFeature .icon-card {
    width: 100px;
    height: 100px;
  }
}
#cardWidgetThirdFeature .icon-line {
  background-color: #fff;
  height: 3px;
  width: 2rem;
  margin-bottom: 10px;
  z-index: 9;
}

#cardWidgetFourthFeature {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  padding: 3rem 2rem 1rem 2rem;
  width: 100%;
  transition: all 600ms ease;
}
#cardWidgetFourthFeature .card-widget-item {
  position: relative;
  transition: all 600ms ease;
}
#cardWidgetFourthFeature .card-widget-item .card-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#cardWidgetFourthFeature .card-widget-item .card-content .card-widget-title {
  color: #3da2bb;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  line-height: 30px;
}
@media screen and (max-width: 1190px) {
  #cardWidgetFourthFeature .card-widget-item .card-content .card-widget-title {
    font-size: 26px;
  }
}
#cardWidgetFourthFeature .card-widget-item .card-content .card-widget-title::after {
  content: "  ";
  margin: 1rem auto;
  width: 10rem;
  border-bottom: 3px solid #ed532c;
}
#cardWidgetFourthFeature .card-widget-item .card-content .card-widget-description {
  text-align: center;
  color: #14778f;
  font-weight: 300;
  width: 60%;
}
.saffireMobileSize #cardWidgetFourthFeature .card-widget-item .card-content .card-widget-description {
  width: 80% !important;
}
#cardWidgetFourthFeature .card-widget-item .buttonwrap {
  margin: 1rem 0 0 0;
}
.saffireMobileSize #cardWidgetFourthFeature {
  padding: 2rem 0 0 0;
}

#cardWidgetFourthFeature {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  padding: 3rem 2rem 1rem 2rem;
  width: 100%;
  transition: all 600ms ease;
}
#cardWidgetFourthFeature .card-widget-item {
  position: relative;
  transition: all 600ms ease;
}
#cardWidgetFourthFeature .card-widget-item .card-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#cardWidgetFourthFeature .card-widget-item .card-content .card-widget-title {
  color: #3da2bb;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  line-height: 30px;
}
@media screen and (max-width: 1190px) {
  #cardWidgetFourthFeature .card-widget-item .card-content .card-widget-title {
    font-size: 26px;
  }
}
#cardWidgetFourthFeature .card-widget-item .card-content .card-widget-title::after {
  content: "  ";
  margin: 1rem auto;
  width: 10rem;
  border-bottom: 3px solid #ed532c;
}
#cardWidgetFourthFeature .card-widget-item .card-content .card-widget-description {
  text-align: center;
  color: #14778f;
  font-weight: 300;
  width: 60%;
}
.saffireMobileSize #cardWidgetFourthFeature .card-widget-item .card-content .card-widget-description {
  width: 80% !important;
}
#cardWidgetFourthFeature .card-widget-item .buttonwrap {
  margin: 1rem 0 0 0;
}
.saffireMobileSize #cardWidgetFourthFeature {
  padding: 2rem 0 0 0;
}

#cardWidgetHeaderLogo .image-container img {
  top: 15px;
  position: relative;
  display: block;
  width: 370px;
  height: 100%;
  transition: all 400ms ease;
}
.saffireWindowScrolled #cardWidgetHeaderLogo .image-container img {
  width: 277px;
  height: 100%;
  transition: all 400ms ease;
  top: 1.5rem;
}
@media screen and (max-width: 1190px) {
  #cardWidgetHeaderLogo .image-container img {
    position: absolute;
    width: 185px;
    height: auto;
    transition: all 400ms ease;
    background-position: center;
    top: 2px;
    left: 10px;
  }
  .saffireWindowScrolled #cardWidgetHeaderLogo .image-container img {
    width: 160px;
    top: 4px;
    height: auto;
  }
}
#cardWidgetHeaderLogo .card-content {
  display: none;
}

#cardWidgetFooterLogo .image-container img {
  position: relative;
  width: 355px;
  height: 100%;
  transition: all 400ms ease;
}
@media screen and (max-width: 1190px) {
  #cardWidgetFooterLogo .image-container img {
    width: 270px;
    height: 100%;
  }
}
#cardWidgetFooterLogo .card-content {
  display: none;
}

.container-signup {
  background-color: #f6f4f2;
  box-shadow: 6px 4px 13px #00000045;
  border-radius: 5px;
  padding: 1rem 0;
  width: 96%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5px;
}
.container-signup::after {
  z-index: 0;
  content: "";
  background: url(images/cards-waves.png);
  background-size: contain;
  background-repeat: repeat;
  height: 2.5rem;
  width: 100%;
  position: absolute;
  bottom: 0px;
  filter: contrast(0.4);
}
@media screen and (max-width: 1024px) {
  .container-signup::after {
    height: 55px;
    bottom: -21px;
    height: 77px;
  }
}
@media screen and (max-width: 1024px) {
  .container-signup {
    padding: 2rem 1rem;
    width: 90%;
  }
}
.container-signup .buttonwrap {
  display: none;
}

.container-signup .emailSignup {
  width: 100%;
  display: flex;
}
.container-signup .emailSignup .emailInputField {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .container-signup .emailSignup .emailInputField {
    width: 90%;
  }
}

.container-signup .header .emailSignup {
  display: flex;
  align-items: center;
  width: 100%;
}
.container-signup .header .emailSignup .emailInputField input {
  height: 30px;
  width: 170px;
  padding: 0 5px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  border-radius: 0 !important;
  width: 0;
  padding: 0;
  transition: 0.2s;
}
.container-signup .header .emailSignup .emailInputField input:focus {
  width: 170px;
  padding: 0 5px;
  transition: 0.2s;
}
.container-signup .header .emailSignup .emailSubmitButton {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 10px;
  background: #999;
  border-radius: 0 !important;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  width: 35px;
  padding: 0;
  font-size: 0;
}
.container-signup .header .emailSignup .emailSubmitButton:before {
  content: "\f0e0";
  display: block;
  font-size: 18px;
  font-family: "FontAwesome";
  line-height: 1;
  color: #000;
}
.container-signup .header .emailSignup:hover .emailInputField input {
  width: 170px;
  padding: 0 5px;
  transition: 0.2s;
}

.container-signup .saffireMobileSize .header .emailSignup {
  position: static;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.container-signup .saffireMobileSize .header .emailSignup:before {
  content: "\f0e0";
  position: static;
  line-height: 1;
  font-size: 26px;
  color: #fff;
}
.container-signup .emailSignup {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-signup .emailSignup .emailInputSubmit {
  z-index: 3;
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .container-signup .emailSignup {
    flex-direction: column;
  }
  .container-signup .emailSignup .emailInputSubmit {
    margin-left: 0;
    margin-top: 10px;
  }
}
.container-signup .emailSignupText {
  display: none;
}
.container-signup #emailSignupText .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.container-signup #emailSignupText .card-widget-title {
  line-height: 23px;
  color: #ed532c;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 23px;
  text-transform: uppercase;
  padding: 0 5%;
}
@media screen and (max-width: 1024px) {
  .container-signup #emailSignupText .card-widget-title {
    padding: 0 2%;
  }
}
.container-signup #emailSignupText .card-widget-description {
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  padding: 5px 10%;
  line-height: 18px;
}
@media screen and (max-width: 1024px) {
  .container-signup #emailSignupText .card-widget-description {
    width: 100%;
    padding: 0 2rem;
  }
}
.container-signup .inputFieldSubmit {
  background-color: #3da2bb;
  transition: all 600ms ease;
  height: 40px;
  width: 8rem;
  border-radius: 5px !important;
}
.container-signup .inputFieldSubmit:hover {
  background-color: #14778f;
}
.container-signup .emailSignup .emailInputField input {
  height: 40px;
  width: 100%;
  z-index: 3;
  background-color: #ffffffc2;
  border-radius: 5px !important;
  box-shadow: 3px 3px 3px #00000045;
  color: #14778f;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .container-signup .emailSignup .emailInputField input {
    margin: 5px 0;
  }
}

/* Set the container ID*/
.sponsors-container {
  margin: 2rem 0;
}

/* Size the container*/
/* Size the images*/
/* Format titles*/
/* Format arrows*/
#sponsorWidgetContainer {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 99;
  padding: 0 50px;
}
.saffireMobileSize #sponsorWidgetContainer {
  padding: 0;
}
#sponsorWidgetContainer .sponsorWidgetContainer .sponsor-controls-container:focus-within {
  bottom: 3px;
  opacity: 1;
  transition: 0.2s;
  pointer-events: auto;
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsorCarouselImageContainer {
  animation-play-state: paused;
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:before {
  content: "Resume";
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:after {
  content: "\f04b";
  padding-left: 2px;
}
#sponsorWidgetContainer .sponsorWidgetContainer:hover .sponsor-controls-container {
  bottom: 3px;
  opacity: 1;
  transition: 0.2s;
  pointer-events: auto;
}
#sponsorWidgetContainer .sponsorCarouselImage img {
  max-height: 100px;
}
.saffireMobileSize #sponsorWidgetContainer .sponsorCarouselImage img {
  max-height: 85px;
}
#sponsorWidgetContainer #sponsorsTitleContainer {
  width: 100%;
  text-align: center;
  top: 0;
}
#sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  display: none;
}
#sponsorWidgetContainer #sponsorArrowRight,
#sponsorWidgetContainer #sponsorArrowLeft {
  top: 50%;
  transform: translateY(-50%);
}
.saffireMobileSize #sponsorWidgetContainer #sponsorArrowRight,
.saffireMobileSize #sponsorWidgetContainer #sponsorArrowLeft {
  display: none;
}
#sponsorWidgetContainer #sponsorArrowRight span,
#sponsorWidgetContainer #sponsorArrowLeft span {
  width: 13px;
  height: 22px;
  border: none;
}
#sponsorWidgetContainer #sponsorArrowRight {
  right: -6px;
}
#sponsorWidgetContainer #sponsorArrowRight span {
  background: url(images/arrow-sponsor-right.png) center/contain no-repeat;
  height: 2rem;
  width: 2rem;
  transition: all 600ms ease;
}
#sponsorWidgetContainer #sponsorArrowRight span:hover {
  filter: brightness(0.7);
  transition: all 600ms ease;
}
#sponsorWidgetContainer #sponsorArrowLeft {
  left: -6px;
}
#sponsorWidgetContainer #sponsorArrowLeft span {
  background: url(images/arrow-sponsor-left.png) center/contain no-repeat;
  height: 2rem;
  width: 2rem;
  transition: all 600ms ease;
}
#sponsorWidgetContainer #sponsorArrowLeft span:hover {
  filter: brightness(0.7);
  transition: all 600ms ease;
}
#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: #023047;
  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: #023047;
  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: #023047;
}

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

.sponsors-title {
  text-align: center;
  font-size: 26px;
  margin: 0;
  margin: 1rem 0;
}

.sponsorCarouselImageContainer a {
  margin: 0 30px;
}

.arrow-sponsors {
  background-color: #ed532c;
}

.video-wrapp {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.video-wrapp .watch-button {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border-radius: 5px 0 0 5px;
  display: flex;
  background: url(images/watch-button.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 5px 15px 5px 10px;
  position: absolute;
  top: 12px;
  right: -15px;
  z-index: 5;
  filter: drop-shadow(-4px 4px 3px #0000007c);
}
@media screen and (max-width: 1024px) {
  .video-wrapp .watch-button {
    right: -10px;
  }
}
.saffireMobileSize .video-wrapp .watch-button {
  top: 10px;
  font-size: 12px;
}

#videoSection {
  position: relative;
  width: 1080px;
  max-width: 96%;
  vertical-align: top;
  float: none;
  overflow: hidden;
  display: flex;
  justify-content: center;
  filter: drop-shadow(-4px 4px 3px #0000007c);
}
@media screen and (max-width: 1024px) {
  #videoSection {
    width: 94%;
  }
}
#videoSection.single-video #arrow-container {
  display: none;
}

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

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.alternative-slideshow-container {
  width: 100%;
  height: 100%;
}
.alternative-slideshow-container #alternativeSlideshowFeature {
  position: relative;
  height: auto;
  width: 100%;
  max-width: 100%;
}
.alternative-slideshow-container #alternativeSlideshowFeature .swiper-button-next,
.alternative-slideshow-container #alternativeSlideshowFeature .swiper-button-prev {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-image: none;
  fill: #ed532c;
  cursor: pointer;
  left: 0;
  right: 0;
  position: relative;
  width: 2rem;
  transition: all 600ms ease;
}
.alternative-slideshow-container #alternativeSlideshowFeature .swiper-button-next:hover,
.alternative-slideshow-container #alternativeSlideshowFeature .swiper-button-prev:hover {
  transition: all 600ms ease;
  filter: brightness(0.7);
}
@media screen and (max-width: 1190px) {
  .alternative-slideshow-container #alternativeSlideshowFeature .swiper-button-next,
.alternative-slideshow-container #alternativeSlideshowFeature .swiper-button-prev {
    display: none;
  }
}
.alternative-slideshow-container #alternativeSlideshowFeature .swiper-container {
  height: 100%;
}
.alternative-slideshow-container #alternativeSlideshowFeature .swiper-container .swiper-wrapper {
  height: 100% !important;
}
.alternative-slideshow-container #alternativeSlideshowFeature .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.alternative-slideshow-container #alternativeSlideshowFeature .swiper-image-container {
  position: relative;
  height: 20rem;
  background-size: cover;
  background-position: center;
  width: 96%;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  filter: drop-shadow(-4px 4px 3px #0000007c);
}
@media screen and (max-width: 1024px) {
  .alternative-slideshow-container #alternativeSlideshowFeature .swiper-image-container {
    width: 95%;
  }
}
.alternative-slideshow-container #alternativeSlideshowFeature .swiper-pagination {
  margin: 5px 0 13px 0;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.alternative-slideshow-container #alternativeSlideshowFeature .swiper-pagination span {
  margin: 0 5px;
}
.alternative-slideshow-container #alternativeSlideshowFeature .swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  background-color: gray;
  width: 12px;
  height: 12px;
  transition: all 600ms ease;
  opacity: 0.7;
}
.alternative-slideshow-container #alternativeSlideshowFeature .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #8fc04f;
  opacity: 1;
}
.alternative-slideshow-container #alternativeSlideshowFeature .swiper-pagination-bullet-active {
  background-color: #8fc04f !important;
  opacity: 1;
}
.alternative-slideshow-container .main-events-container {
  width: 96%;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
}
.alternative-slideshow-container .main-events-container h2 {
  margin: 0;
  font-size: 20px;
  text-align: center;
}
.alternative-slideshow-container .main-events-container p {
  margin: 0;
  color: #14778f;
  font-weight: 300;
}
@media screen and (max-width: 1190px) {
  .alternative-slideshow-container .main-events-container {
    padding: 6px 0 0 0;
    flex-direction: column;
    text-align: center;
  }
}
.alternative-slideshow-container .main-event-middle-section {
  display: flex;
  flex-direction: row;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 5px 5px 0 5px;
  width: 100%;
}
@media screen and (max-width: 1190px) {
  .alternative-slideshow-container .main-event-middle-section {
    flex-direction: column;
  }
}
.alternative-slideshow-container .main-events-text {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1190px) {
  .alternative-slideshow-container .main-events-text {
    padding: 0 2rem;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.alternative-slideshow-container .main-events-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.alternative-slideshow-container .main-events-buttons:nth-child(2) a {
  margin-left: 10px;
}
@media screen and (max-width: 1190px) {
  .alternative-slideshow-container .main-events-buttons {
    margin-top: 10px;
  }
}
.alternative-slideshow-container .mobile-countdown {
  padding: 0 2rem;
}
.alternative-slideshow-container .container-countdown-mobile {
  display: none;
}
@media screen and (max-width: 1190px) {
  .alternative-slideshow-container .container-countdown-mobile {
    display: flex;
    width: auto;
    justify-content: center;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 1190px) {
  .alternative-slideshow-container .desktop-hide {
    display: none !important;
  }
}
.alternative-slideshow-container .mobile-show {
  display: none !important;
}
@media screen and (max-width: 1190px) {
  .alternative-slideshow-container .mobile-show {
    display: flex !important;
  }
}

*:focus {
  outline: none;
}

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

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

.faqQuestion {
  box-sizing: border-box;
  width: 100%;
  max-width: 100% !important;
  background: #f0f0f0;
  padding: 15px 20px 15px 0;
  color: #023047;
  margin: 5px 0;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  .faqQuestion {
    padding-left: 20px;
  }
}
.faqQuestion:before {
  content: "\f067" !important;
  font-size: 15px;
  color: #fff;
  background: #8fc04f;
  padding: 20px 24px;
}
@media screen and (max-width: 600px) {
  .faqQuestion:before {
    color: #000;
    background: transparent;
    padding: 0 20px 0 0;
  }
}

.faqAnswer {
  background: #f0f0f0;
  padding: 20px;
  margin-left: 60px;
  color: #023047;
}

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

.FAQModule hr {
  display: none;
}

.featureLineup-buttons.subContainer {
  box-shadow: none;
  background: transparent;
}
.featureLineup-buttons.subContainer .featureLineup-social a {
  color: #3da2bb;
}
.featureLineup-buttons.subContainer .featureLineup-social a:hover {
  color: #14778f;
}

.featureLineupContainer .featureLineup-headline.button {
  background-color: #219dbce0;
}

#imgsearch .left input {
  height: 28px;
}
#imgsearch .left .button {
  padding: 3px 10px;
  border-radius: 0 5px 5px 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px !important;
  height: 34px;
  width: auto;
}
#imgsearch .right {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.dateDisplayBar {
  background-color: #219dbce0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}

#MainContent_content_smp_breadcrumbs .small:first-child {
  font-weight: bold;
}

.mainTitlesUnderlined {
  color: #3da2bb;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  line-height: 30px;
}
@media screen and (max-width: 1190px) {
  .mainTitlesUnderlined {
    font-size: 26px;
  }
}
.mainTitlesUnderlined::after {
  content: "  ";
  margin: 1rem auto;
  width: 10rem;
  border-bottom: 3px solid #ed532c;
}

.container-fourth-feature {
  background: url(images/3rd-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}
.container-fourth-feature .second-container {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  align-items: flex-start;
  justify-content: center;
  padding: 0 0 3rem 0;
}
.container-fourth-feature .second-container .event-dates-container {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 1rem 2rem;
}
.container-fourth-feature .second-container .event-dates-container:before {
  content: "upcoming events";
  font-size: 29px;
  color: #fff;
  margin-bottom: 8px;
  text-transform: uppercase;
  background-color: #ed532c;
  font-weight: 800;
  text-align: center;
  padding: 15px 3rem;
  border-radius: 5px;
  box-shadow: 6px 4px 13px #00000045;
}
@media screen and (max-width: 1024px) {
  .container-fourth-feature .second-container .event-dates-container:before {
    font-size: 21px;
    padding: 1rem 0.5rem;
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .container-fourth-feature .second-container .event-dates-container {
    width: 100%;
    padding: 1rem 2rem 0 2rem;
  }
}
.container-fourth-feature .second-container .youtube-signup-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  width: 40%;
  padding: 1rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .container-fourth-feature .second-container .youtube-signup-container {
    width: 100%;
    padding: 10px 10px 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .container-fourth-feature .second-container {
    padding: 0;
  }
}

.fourth-feature-icon-left {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.fourth-feature-icon-left .icon {
  background: url(images/family-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: drop-shadow(9px -2px 3px #0000003f);
  width: 21rem;
  height: 22rem;
}
@media screen and (max-width: 1024px) {
  .fourth-feature-icon-left .icon {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .fourth-feature-icon-left {
    width: 100%;
    justify-content: center;
  }
}

.fourth-feature-bottom-icon-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .fourth-feature-bottom-icon-mobile {
    display: flex;
  }
  .fourth-feature-bottom-icon-mobile .icon {
    background: url(images/family-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: drop-shadow(9px -2px 3px #0000003f);
    margin-top: 1rem;
    width: 15rem;
    height: 16rem;
  }
}

.fourth-feature-icon-right {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
.fourth-feature-icon-right .icon {
  width: 25rem;
  height: 19rem;
  background: url(images/right-down-corner-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: drop-shadow(12px -6px 2px #0000003f);
}
@media screen and (max-width: 1024px) {
  .fourth-feature-icon-right {
    display: none;
  }
}

.hidingComponent {
  display: none !important;
}

.flexDirectionChange {
  align-items: center !important;
  justify-content: center !important;
}

.hidingVideoButton .youtube-signup-container::after {
  content: "test" !important;
  background-color: yellow;
  position: absolute;
  top: 0;
}

#customFormContent {
  width: 100%;
  height: 35rem;
  border: none;
}
@media screen and (max-width: 560px) {
  #customFormContent {
    height: 45rem;
  }
}

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