@charset "UTF-8";
/************** LOAD FONTS ******************/
@font-face {
  font-family: "OpenSans-Light-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Light-webfont.woff2") format("woff2"), url("fonts/OpenSans-Light-webfont.woff") format("woff");
}
@font-face {
  font-family: "OpenSans-Regular-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Regular-webfont.woff2") format("woff2"), url("fonts/OpenSans-Regular-webfont.woff") format("woff");
}
@font-face {
  font-family: "OpenSans-Semibold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Semibold-webfont.woff2") format("woff2"), url("fonts/OpenSans-Semibold-webfont.woff") format("woff");
}
@font-face {
  font-family: "OpenSans-Bold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Bold-webfont.woff2") format("woff2"), url("fonts/OpenSans-Bold-webfont.woff") format("woff");
}
@font-face {
  font-family: "OpenSans-ExtraBold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-ExtraBold-webfont.woff2") format("woff2"), url("fonts/OpenSans-ExtraBold-webfont.woff") format("woff");
}
@font-face {
  font-family: "SquadaOneRegular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/SquadaOneRegular.woff2") format("woff2"), url("fonts/SquadaOneRegular.woff") format("woff");
}
.saffireMobileSize .header {
  padding: 0;
  font: inherit;
  color: inherit;
}
.saffireMobileSize .headerInnerContent {
  height: auto;
}

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

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

.loginstatus {
  float: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #646663;
  font: 17px/1.5 "OpenSans-Regular-webfont", Arial, Verdana, sans-serif;
}

a {
  color: #f99b1f;
  text-decoration: underline;
}

h2 a {
  font-size: 30px;
}

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

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "SquadaOneRegular", Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #f99b1f;
  line-height: 1.2;
}

h1 {
  margin: 0.2em 0;
  font-size: 38px;
  color: #00babc;
}
h1 a {
  font-family: "SquadaOneRegular", Arial, Verdana, sans-serif;
  color: #00babc;
}

h2 {
  font-size: 30px;
  color: #00babc;
}
h2 a {
  font-family: "SquadaOneRegular", Arial, Verdana, sans-serif;
  color: #00babc;
}

h3 {
  font-size: 20px;
  color: #f99b1f;
}
h3 a {
  font-family: "SquadaOneRegular", Arial, Verdana, sans-serif;
  color: #f99b1f;
}

h4 {
  font-size: 18px;
  color: #f99b1f;
}
h4 a {
  font-family: "SquadaOneRegular", Arial, Verdana, sans-serif;
  color: #f99b1f;
}

h5 {
  font-size: 16px;
  color: #f99b1f;
}
h5 a {
  font-family: "SquadaOneRegular", Arial, Verdana, sans-serif;
  color: #f99b1f;
}

h6 {
  font-size: 14px;
  color: #f99b1f;
}
h6 a {
  font-family: "SquadaOneRegular", Arial, Verdana, sans-serif;
  color: #f99b1f;
}

.subContainer h1 {
  font-size: 26px;
}
.subContainer h2 {
  font-size: 23px;
}
.subContainer h3 {
  font-size: 20px;
}

.cartcols h2 {
  font-size: 20px;
}

.reviewYourOrderSubContainer h2 {
  font-size: 20px;
}

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

/***************** CONTAINERS **************************/
body {
  background: url("") #ddd no-repeat fixed;
  background-size: cover;
}

.wrapper {
  width: 100%;
}

body:not(.homepage).saffireLargeSize .wrapper {
  padding-top: 293px;
}

body:not(.homepage).saffireMobileSize .wrapper {
  padding-top: 227px;
}

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

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

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

.subContainer {
  background: #fef7ef;
  color: #111;
  box-shadow: 2px 2px 5px #000;
}
.subContainer a,
.subContainer h1, .subContainer h2 {
  color: #00babc;
}
.subContainer .error {
  color: #000;
}

.dateDisplayBar,
.dateDisplay {
  background: #00babc;
  color: #FFFFFF;
}
.dateDisplayBar a,
.dateDisplay a {
  color: #000;
}

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

.carthr {
  background: #111;
}

.orderhistory {
  background: #f99b1f;
}

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

.alternateRow {
  background: #ddd;
}

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

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

.arrowdown_on {
  border-color: transparent transparent white;
}

.arrowup {
  border-color: black transparent transparent;
}

.arrowup_on {
  border-color: white transparent transparent;
}

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

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

#MainContent_content_smp_breadcrumbs span {
  font: 12px/1 "OpenSans-Regular-webfont";
  color: #646663;
  text-transform: capitalize;
}
#MainContent_content_smp_breadcrumbs span a {
  color: #f99b1f;
  font-family: "OpenSans-Bold-webfont";
}

#dynamicModal {
  box-shadow: 0px 0px 35px 2px rgba(0, 0, 0, 0.75);
}

.modalClose a.modalCloseButton {
  padding: 3px 13px !important;
}

.saffireMobileSize.modalBody .emailSignupText {
  text-align: center;
  font-size: 16px;
}

.saffireMobileSize.modalBody .emailSignup .textbox {
  display: flex;
  height: 30px;
  margin: auto;
  max-width: 275px;
  font-size: 14px;
}

.saffireMobileSize .siteinfobanner-container {
  position: relative;
  bottom: 0;
}

.getUpdatesPageEmailModule .emailSubmitButton {
  color: #ffffff !important;
  background: #00babc;
  font-family: "OpenSans-Semibold-webfont";
  padding: 4px 22px;
  font-size: 16px;
  border-radius: 22px !important;
}
.getUpdatesPageEmailModule .emailSubmitButton:hover {
  background: #019193;
}

#eventListing .fa-search {
  color: #646663;
}

.saffireMobileSize .expandedViewEventNameDescription {
  padding-bottom: 42px !important;
}

/************* BUTTON STYLES *********************/
a.button:not(.emailSubmitButton):not(.searchSubmitButton),
.button:not(.emailSubmitButton):not(.searchSubmitButton) { /* |%  set font-family */
  padding: 7px 32px;
  font-size: 15px;
  line-height: 1.75em;
  text-transform: none;
  border-radius: 22px;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "OpenSans-Semibold-webfont";
  text-transform: uppercase;
  background: #00babc;
  color: #fff;
}

a.button.buttonSmall:not(.emailSubmitButton):not(.searchSubmitButton),
.button.buttonSmall:not(.emailSubmitButton):not(.searchSubmitButton) {
  font-size: 9px;
  padding: 6px 15px;
}

a.button:not(.emailSubmitButton):not(.searchSubmitButton):hover,
.button:not(.emailSubmitButton):not(.searchSubmitButton):hover,
.buttonSmall:hover {
  background: #019193;
  color: #fff !important;
}

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

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

.mobile-menu-container {
  background-color: #fff;
}
.mobile-menu-container .mobile-menu-header {
  background-color: #fff;
}
.mobile-menu-container .close-mobile-menu:before, .mobile-menu-container .close-mobile-menu:after {
  background-color: #333;
}
.mobile-menu-container .mobile-menu-subheader,
.mobile-menu-container .mobile-menu-subheader-btn {
  background-color: #ccc;
}
.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: #333;
}
.mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
.mobile-menu-container .mobile-menu-subheader-btn:active {
  background-color: #b3b3b3;
}
.mobile-menu-container .mobile-menu-login-links a {
  font-family: "OpenSans-Regular-webfont", Arial, Verdana, sans-serif;
}
.mobile-menu-container .cart-counter {
  font-family: "OpenSans-Regular-webfont", Arial, Verdana, sans-serif;
}
.mobile-menu-container .search-container input {
  font-family: "OpenSans-Regular-webfont", Arial, Verdana, sans-serif;
}
.mobile-menu-container .search-container .search-submit-btn {
  color: #333;
}
.mobile-menu-container .mobile-menu-ticket-btn {
  background-color: #ddd;
  font-family: "OpenSans-Regular-webfont", Arial, Verdana, sans-serif;
  color: #333;
  border-color: #fff;
  text-transform: uppercase;
}
.mobile-menu-container .mobile-menu-footer-links a {
  font-family: "OpenSans-Regular-webfont", Arial, Verdana, sans-serif;
  color: #333;
  text-transform: uppercase;
}

#mobile-nav ul {
  background-color: #fff;
}
#mobile-nav ul li {
  text-transform: uppercase;
}
#mobile-nav a {
  background-color: #ddd;
  font-family: "OpenSans-Regular-webfont", Arial, Verdana, sans-serif;
  color: #333;
}
#mobile-nav a:hover {
  background-color: #c4c4c4;
}
#mobile-nav .has-subitems {
  text-transform: uppercase;
}
#mobile-nav .has-subitems span {
  background-color: #ccc;
  color: #333;
}
#mobile-nav .has-subitems span:hover {
  background-color: #b3b3b3;
}

/************************* MODAL CONTENT ********************/
.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: #f99b1f;
  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: #646663;
}
.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 img {
  display: none;
}
.modalClose .modalCloseButton:before {
  content: "X";
  font-family: sans-serif;
}

.header {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  background: #fef7ef;
  border-top: 7px solid #00babc;
  position: fixed;
  top: 0;
  z-index: 9999;
  min-height: 142px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  transition: all 0.2s ease;
}

.headerInnerContent {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 1409px;
  margin: 0 auto;
  display: flex;
  height: auto;
}

.saffireMobileSize .header {
  border: none;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  background: #f9f9f8;
  min-height: 0px;
  height: auto;
}
.saffireMobileSize .headerInnerContent {
  height: auto;
}

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #29c6c8;
  font-family: "OpenSans-Regular-webfont", Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  transition: 0.3s !important;
}
.generalmessage a {
  color: inherit;
  text-decoration: underline;
}

.saffireWindowScrolled .generalmessage {
  height: 0px !important;
  font-size: 0px;
  transition: 0.3s;
}

.saffireMobileSize .generalmessage {
  height: 40px;
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (max-width: 500px) {
  .saffireMobileSize .generalmessage {
    font-size: 12px;
  }
}

.saffireLargeSize:not(.saffireWindowScrolled).generalMessageOn .header {
  min-height: 181px;
}
@media only screen and (max-width: 1216px) {
  .saffireLargeSize:not(.saffireWindowScrolled).generalMessageOn .header {
    min-height: 155px;
  }
}

.right-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
}

.right-top-content {
  display: flex;
  align-items: center;
  margin: 15px 0 0;
  transition: all 0.2s ease;
}

.right-bottom-content {
  display: flex;
  align-items: center;
  margin: 7px 0 0;
  transition: all 0.2s ease;
}

.header-logo {
  display: block;
  width: 260px;
  height: 120px;
  background: url("images/new-logo-2023.png") center/contain no-repeat;
  margin: 4px 0 0;
  position: absolute;
  left: 0;
  transition: all 0.2s ease;
}

.saffireLargeSize.saffireWindowScrolled .header-logo {
  width: 116px;
  height: 87px;
}
.saffireLargeSize.saffireWindowScrolled .header {
  min-height: 100px;
}
.saffireLargeSize.saffireWindowScrolled .right-top-content {
  height: 0px;
  margin: 0;
  overflow: hidden;
}
.saffireLargeSize.saffireWindowScrolled .right-bottom-content {
  margin-top: 18px;
}

.standAloneDirections {
  font: 19px/1 "SquadaOneRegular", Arial, Verdana, sans-serif;
  color: #646663;
  margin: 0 0 0 23px;
}
.standAloneDirections:hover {
  color: #515351;
}

.loginstatus a,
.myAccountNavButton a {
  font: 19px/1 "SquadaOneRegular", Arial, Verdana, sans-serif;
  color: #646663;
  margin: 0 0 0 23px;
}

.ticket {
  color: #f99b1f;
  border: 2px solid #f99b1f;
}

.ticket,
.ticket:hover {
  border-radius: 22px;
  font: 25px "SquadaOneRegular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  min-width: 181px;
  height: 45px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  padding: 3px 12px 3px 49px;
  background: url(images/ticket-icon.png) no-repeat left 17px center;
  margin: 0 0 0 17px;
}
.ticket:hover,
.ticket:hover:hover {
  color: #c0791a;
  border-color: #c0791a;
  background: url(images/ticket-icon-hover.png) no-repeat left 17px center;
}

#weatherBugDescription {
  font: 19px/1 "SquadaOneRegular", Arial, Verdana, sans-serif;
  color: #646663;
}
#weatherBugDescription .weatherDescriptive {
  display: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .saffireLargeSize #weatherBugWidget {
    position: relative;
    top: 1px;
  }
  .saffireLargeSize .standAloneDirections {
    margin-top: 2px;
  }
}
.header .emailSignup {
  display: inline-flex;
  align-items: center;
  position: relative;
  top: 1px;
}
.header .emailSignup .emailInputField input {
  height: 30px;
  width: 170px;
  padding: 0 5px;
  font-size: 14px;
  font-family: "OpenSans-Regular-webfont", Arial, Verdana, sans-serif;
  border-radius: 0 !important;
  width: 0;
  padding: 0;
  transition: 0.2s;
}
.header .emailSignup .emailInputField input:focus {
  width: 170px;
  padding: 0 5px;
  transition: 0.2s;
}
.header .emailSignup .emailSubmitButton {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 23px;
  padding: 0 10px;
  border-radius: 0 !important;
  font-size: 14px;
  font-family: "OpenSans-Regular-webfont", Arial, Verdana, sans-serif;
  width: 23px;
  padding: 0;
  font-size: 0;
}
.header .emailSignup .emailSubmitButton:before {
  content: "";
  background: url(images/email-icon.png) no-repeat;
  width: 23px;
  height: 15px;
  display: block;
  font-size: 18px;
  font-family: "FontAwesome";
  line-height: 1;
  color: #000;
}
.header .emailSignup .emailSubmitButton:hover:before {
  background: url(images/email-icon-hover.png) no-repeat;
}
.header .emailSignup:hover .emailInputField input {
  width: 170px;
  padding: 0 5px;
  transition: 0.2s;
}

.saffireMobileSize .header .emailSignup {
  position: static;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  display: none;
}
.saffireMobileSize .header .emailSignup:before {
  content: "\f0e0";
  position: static;
  line-height: 1;
  font-size: 26px;
  color: #eee;
}

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

.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: inherit;
}
.saffireLargeSize .viewcart .cartMenuLink {
  display: inline-block;
  color: inherit;
}
.saffireLargeSize .viewcart .cartMenuLink:before {
  content: "Cart: ";
  font-size: inherit;
  color: inherit;
}

.saffireMobileSize .viewcart {
  display: inline-flex;
}
.saffireMobileSize .viewcart .cartMenuLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #eee;
}
.saffireMobileSize .viewcart .cartMenuLink:before {
  content: "\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: 30px;
  height: 30px;
  vertical-align: top;
}
.mobile-nav-toggle:before {
  content: "";
  background: url(images/mobile-toggle.png) no-repeat;
  width: 23px;
  height: 21px;
  display: block;
  position: relative;
  top: 2px;
  font-family: "FontAwesome";
  font-size: 28px;
  line-height: 1;
  color: #fff;
}
.mobile-nav-toggle:hover {
  cursor: pointer;
}

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

.saffireLargeSize .nav .groups {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.saffireLargeSize .nav .groups .group {
  display: inline-block;
  flex-shrink: 0;
}
.saffireLargeSize .nav .groups .group:last-child .items,
.saffireLargeSize .nav .groups .group:nth-last-child(2) .items {
  left: auto;
  right: 0;
}
.saffireLargeSize .nav .groups .group:last-child .subitems,
.saffireLargeSize .nav .groups .group:nth-last-child(2) .subitems {
  left: auto;
  right: 100%;
}
.saffireLargeSize .nav .groups .group > a {
  display: inline-block;
  padding: 10px 15px;
  background: none;
  font-family: "SquadaOneRegular", Arial, Verdana, sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: #00babc;
  text-transform: uppercase;
}
.saffireLargeSize .nav .groups .group:hover > a {
  color: #019193;
  background: transparent;
}
.saffireLargeSize .nav .items {
  top: 100%;
  left: 0;
  padding: 0;
  background: #019193;
}
.saffireLargeSize .nav .items .item a {
  padding: 5px 15px;
  color: #fff;
  font-family: "OpenSans-Regular-webfont", 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: #01c3c6;
}
.saffireLargeSize .nav .subitems {
  left: 100%;
  padding: 0;
  background: #019193;
}

@media only screen and (min-width: 801px) and (max-width: 1440px) {
  .saffireLargeSize .header .headerInnerContent {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1216px) {
  .saffireLargeSize .nav .groups .group > a {
    font-size: 19px;
    padding: 10px;
  }
  .header-logo {
    width: 190px;
    height: 143px;
  }
  .saffireLargeSize.saffireWindowScrolled .right-bottom-content {
    margin-top: 22px;
  }
  .header {
    min-height: 122px;
  }
  .saffireLargeSize.saffireWindowScrolled .header-logo {
    width: 119px;
    height: 94px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 993px) {
  .header-logo {
    width: 130px;
    height: 95px;
  }
  .ticket, .ticket:hover {
    min-width: 151px;
    height: 39px;
    font-size: 18px;
    margin: 0;
  }
  .saffireLargeSize .header {
    padding-left: 0;
    min-height: 106px !important;
  }
  .saffireLargeSize .right-top-content {
    margin: 10px 0 0;
  }
  .saffireLargeSize.saffireWindowScrolled .header {
    min-height: 93px !important;
  }
  .saffireLargeSize.saffireWindowScrolled .header-logo {
    width: 102px;
    height: 78px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 895px) {
  .saffireLargeSize .nav .groups .group > a {
    font-size: 16px;
  }
}
.saffireWindowScrolled.saffireMobileSize .header-logo {
  width: 80px;
  height: 56px;
}

.saffireMobileSize .loginstatus-wrapper {
  display: none;
}
.saffireMobileSize .toggle-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 64px;
  padding: 0 7px 7px 0;
  box-sizing: border-box;
  background: #f9f9f8;
}
.saffireMobileSize .header-logo {
  background: url("images/new-logo-2023.png") center/contain no-repeat;
  width: 85px;
  height: 55px;
  display: block;
  top: 66px;
  left: 5px;
  z-index: 5;
}
.saffireMobileSize .right-top-content {
  display: none;
}
.saffireMobileSize #weatherBugWidget {
  display: none !important;
}
.saffireMobileSize .standAloneDirections {
  display: none;
}
.saffireMobileSize .right-bottom-content {
  width: 100%;
  justify-content: center;
  margin: 0;
}
.saffireMobileSize .right-content {
  background: #00babc;
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 1px;
  box-sizing: border-box;
}
.saffireMobileSize a.ticket,
.saffireMobileSize a.ticket:hover {
  border-radius: 22px;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  font: 25px "SquadaOneRegular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  min-width: 181px;
  height: 45px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  padding: 3px 12px 3px 49px;
  background: url(images/ticket-icon-mobile.png) no-repeat left 17px center;
  margin: 0;
}

.saffireMobileSize.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff .header-logo {
  width: 119px;
  height: 90px;
}
.saffireMobileSize.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff .mobile-nav-toggle::before {
  top: 22px;
}

.saffireWindowScrolled.saffireMobileSize.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff .header-logo {
  width: 78px;
  height: 55px;
}
.saffireWindowScrolled.saffireMobileSize.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff .mobile-nav-toggle::before {
  top: 3px;
}

/*********************** FOOTER **************************/
.footer { /* set the height of the footer */
  border-top: 5px solid #00babc;
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 39px 0 0 0;
  background: url(images/footer-pattern.png) repeat #c4f0f0 top;
  color: #646663;
  text-align: left;
}
.footer:after {
  content: "";
  width: 100%;
  height: 37px;
  background: #00babc;
  display: block;
  margin-top: 41px;
}
.footer a {
  color: #646663;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer ul.footerItems1 {
  margin: 0 0 41px;
  width: 100%;
  font-family: "SquadaOneRegular";
  font-size: 20px;
  text-align: right;
  text-transform: uppercase;
}
.footer ul.footerItems1 .separator {
  display: none;
}
.footer ul.footerItems1 li {
  margin: 0 0 0 17px;
  display: inline-block;
}
.footer .footerSignIn {
  text-transform: uppercase;
}
.footer ul.footerItems2,
.footer .footer-info p {
  margin: 0;
  font: 13px/1 "OpenSans-Semibold-webfont";
  color: #646663;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.footer ul.footerItems2 {
  position: relative;
  right: -5px;
}
.footer .footer-info {
  margin: 0 0 26px;
}
.footer .footer-info a {
  margin: 0 0 0 21px;
}

.footer-inner {
  max-width: 1303px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.footer-logo {
  background: url(images/new-logo-2023.png) no-repeat;
  width: 180px;
  height: 130px;
  display: block;
  background-size: contain;
}

.saffireLargeSize .footer-left-content {
  width: 100%;
  max-width: 249px;
}

.footer-right-content {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
  margin-bottom: 14px;
}
.saffireLargeSize .footer-right-content {
  width: 100%;
  max-width: 1041px;
}

.saffire_logo {
  top: 6px;
  right: 6px;
}

@media only screen and (min-width: 801px) and (max-width: 1328px) {
  .footer-inner {
    box-sizing: border-box;
    padding: 0 10px;
  }
  .footer ul.footerItems1 {
    font-size: 18px;
    text-align: right;
  }
  .saffireLargeSize .footer-left-content {
    max-width: 183px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1150px) {
  .footer {
    background-size: cover !important;
  }
}
@media only screen and (min-width: 801px) and (max-width: 990px) {
  .footer-logo {
    width: 155px;
    height: 124px;
  }
  .footer ul.footerItems2,
  .footer .footer-info p {
    font-size: 10px;
  }
}
.saffireMobileSize .footer {
  background: url(images/footer-mobile-bg.png) no-repeat center/cover;
  padding: 10px 0 0 0;
}
.saffireMobileSize .footer:after {
  margin-top: 23px;
}
.saffireMobileSize .footer .footer-right-content {
  display: block;
  margin-top: 13px;
}
.saffireMobileSize .footer ul.footerItems2 {
  position: static;
}
.saffireMobileSize .footer ul.footerItems2 li {
  display: block;
  line-height: 1.7;
}
.saffireMobileSize .footer ul.footerItems2 img {
  display: block;
  margin: 0 auto;
  top: -2px;
}
.saffireMobileSize .footer .footer-info {
  text-align: center;
  margin: 15px 0 0;
}
.saffireMobileSize .footer .footer-info p {
  margin: 0;
  line-height: 1.7;
}
.saffireMobileSize .footer .footer-info p span {
  display: block;
}
.saffireMobileSize .footer ul.footerItems2 a,
.saffireMobileSize .footer .footer-info p a {
  margin: 0;
  display: block;
}
.saffireMobileSize .footer ul.footerItems1 {
  margin: 0 auto;
  text-align: center;
}
.saffireMobileSize .footer ul.footerItems1 li {
  display: block;
  line-height: 1 !important;
  margin: 0 0 1px;
}
.saffireMobileSize .footer ul.footerItems1 li a {
  background: none !important;
  padding: 0 !important;
  line-height: 1 !important;
  display: inline-block !important;
  font-size: 19px !important;
  letter-spacing: 0px !important;
  color: #646663 !important;
  font-family: "SquadaOneRegular", Arial, Verdana, sans-serif !important;
  text-transform: uppercase;
}
.saffireMobileSize .footer ul.footerItems1 li a:hover {
  color: #646663 !important;
}
.saffireMobileSize .footer .footer-inner {
  display: block;
}
.saffireMobileSize .footer .footer-logo {
  margin: 0 auto;
}
.saffireMobileSize .footer a:hover {
  text-decoration: none;
}
.saffireMobileSize .footer ul.footerItems1 {
  max-width: 300px;
  margin-bottom: 6px;
}
.saffireMobileSize .footer .footerSignIn {
  max-width: 300px;
  margin: auto;
}
.saffireMobileSize .footer ul.footerItems2 {
  margin-top: 13px;
  text-align: center;
}

/* PAGINATION*/
/* LEFT-RIGHT ARROWS*/
/* You shouldn't need to change the items below for the most part*/
/* used for placing pagination - necessary when giving a specific left value - must be set in Spark (default is 5)*/
/* this allows for vertical centering of images - disable if opting for img elements*/
/*/////////////////////////////////////////////////////////////////////*/
/* MIXINS AND ETC. FOR SLIDER*/
/*/////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - General Settings*/
/*/////////////////////////////////////////////////////////////////////*/
.homepage {
  /* Homepage Swiper Slider*/
  /* Slideshow Description*/
  /* Slideshow Description - Current Slide Description*/
  /* New Slider Description Container*/
  /* Slider Title*/
  /* Slideshow Swiper Container*/
  /* Swiper Slide*/
  /* Slider Button Container*/
  /* Slideshow Swiper Button - PREV*/
  /* Slideshow Swiper Button - NEXT*/
  /* Slider Controls container*/
  /* Slideshow Swiper Pagination*/
  /* Play Pause Buttons*/
  /* Play Pause Buttons*/
  /* Slider Play Pause*/
}
.homepage .homepageSwiperSlider {
  position: relative;
}
.homepage .slideshowSwiperDescription {
  display: none;
  /* Slideshow Description - Hover Styles*/
}
.homepage .slideshowSwiperDescription a,
.homepage .slideshowSwiperDescription span {
  display: none;
  text-decoration: none;
}
.homepage .slideshowSwiperDescription .sliderTextDescription {
  display: block;
  color: #000;
  line-height: 1.2em;
  pointer-events: none;
  max-width: 100%;
}
.homepage .slideshowSwiperDescription.currentSlideDescription {
  box-sizing: border-box;
  display: flex;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-family: "OpenSans-Regular-webfont", Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  opacity: 0;
  transition: 1s;
}
@media screen and (max-width: 1000px) {
  .homepage .slideshowSwiperDescription.currentSlideDescription {
    padding-top: 1em;
    padding-left: 2%;
    padding-right: 2%;
  }
}
.homepage #newSliderDescriptionContainer {
  background: rgba(255, 255, 255, 0.8);
}
.homepage .sliderTitle {
  position: relative;
  max-width: 100%;
  line-height: normal;
  font-family: "open_sansbold";
  font-size: 24px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  height: 28px;
}
@media screen and (max-width: 1023px) {
  .homepage .sliderTitle {
    font-size: 18px;
  }
}
.homepage .swiper-container {
  position: relative;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  z-index: 1;
  /* Specify Swiper's Size: */
  width: 100%;
  max-width: 100%;
  height: 600px;
  /* Swiper Container - Inset Shadow*/
  /* Swiper Container - Hover Styles*/
}
.homepage .swiper-container:hover .slideshowSwiperDescription {
  max-height: 600px;
}
.homepage .swiper-slide {
  /* Specify Slides's Size: */
  position: relative;
  height: 600px;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.3;
  text-align: center;
  width: 1000px;
}
.homepage .swiper-slide > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
}
.homepage .swiper-slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.homepage .swiper-slide-active .slideshowSwiperDescription a,
.homepage .swiper-slide-active .slideshowSwiperDescription span {
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .homepage .swiper-slide,
  .homepage .swiper-container {
    height: 60vw !important;
  }
}
.homepage span.sliderButtonContainer {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  /* Buttons*/
}
.homepage span.sliderButtonContainer a.button {
  display: inline-block;
  padding: 3px 10px;
  font-family: "open_sansbold";
  font-size: 15px;
  color: #fff !important;
  background: #0082ca;
  background: linear-gradient(180deg, #0082ca);
  white-space: nowrap;
  margin: 0 5px;
  /* More and BuyNow Buttons*/
  /* Button - Hover Styles*/
}
.homepage span.sliderButtonContainer a.button.sliderMoreButton, .homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
  font-size: 15px;
}
.homepage span.sliderButtonContainer a.button.sliderMoreButton {
  order: 2;
}
.homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
  order: 1;
}
.homepage span.sliderButtonContainer a.button:hover {
  background: #08a7ff;
}
.homepage .slideshowSwiperButtonPrev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin: auto;
  z-index: 4;
  transition: all 0.3s ease;
  cursor: pointer;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(20px / 2) 20px calc(20px / 2) 0;
  border-color: transparent #fff transparent transparent;
  left: -1040px;
  /* Slideshow Swiper Button - PREV - Hover Styles*/
}
@media screen and (max-width: 1060px) {
  .homepage .slideshowSwiperButtonPrev {
    left: 0;
    right: auto;
    top: 30vw;
  }
}
@media screen and (max-width: 1050px) {
  .homepage .slideshowSwiperButtonPrev {
    left: 1%;
    right: auto;
  }
}
.homepage .slideshowSwiperButtonNext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: auto;
  z-index: 4;
  transition: all 0.3s ease;
  cursor: pointer;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(20px / 2) 0 calc(20px / 2) 20px;
  border-color: transparent transparent transparent #fff;
  right: -1040px;
  /* Slideshow Swiper Button - PREV - Hover Styles*/
}
@media screen and (max-width: 1060px) {
  .homepage .slideshowSwiperButtonNext {
    right: 0;
    left: auto;
    top: 30vw;
  }
}
@media screen and (max-width: 1050px) {
  .homepage .slideshowSwiperButtonNext {
    right: 1%;
    left: auto;
  }
}
.homepage .sliderControlsContainer {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 100%;
  bottom: auto;
  /* setting is left, right or center*/
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100%;
  margin: 0;
  text-align: center;
  z-index: 3;
}
.homepage .slideshowSwiperPagination {
  box-sizing: border-box;
  display: inline-block;
  padding-top: 3px;
}
.homepage .sliderPlayPauseButtons {
  display: inline-block;
}
.homepage .swiper-pagination-bullet {
  position: relative;
  top: 0;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 6px;
  background: #fff;
  transition: background 0.4s ease;
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #333;
}
.homepage .swiper-pagination-bullet:hover {
  background: #333;
}
.homepage .sliderPlayPause {
  display: inline-block;
  cursor: pointer;
  width: 13px;
  height: 13px;
  font-size: 15px;
  color: #fff;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.8);
}
.homepage .sliderPlayPause.playing:before {
  content: "❚❚";
}
.homepage .sliderPlayPause:before {
  content: "▶";
}

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

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

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

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

/*/////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - saffireLargeSize Settings*/
/*/////////////////////////////////////////////////////////////////////*/
.homepage.saffireLargeSize {
  /* Homepage Swiper Slider*/
  /* Slideshow Description*/
  /* Swiper Container*/
  /* Current Slide Description*/
  /* Slider Text Description*/
  /* Slider Title*/
  /* New Slider Description Container*/
}
.homepage.saffireLargeSize .slideshowSwiperDescription {
  max-width: none;
  padding: 16px 25px 16px 25px;
  /* Slideshow Description - Hover Styles*/
}
.homepage.saffireLargeSize .slideshowSwiperDescription:hover .sliderTextDescription {
  opacity: 1;
}
.homepage.saffireLargeSize .slideshowSwiperDescription:hover .sliderTitle {
  opacity: 0;
}
.homepage.saffireLargeSize .swiper-container {
  border: none;
}
.homepage.saffireLargeSize .currentSlideDescription {
  /* Slider Button Container*/
}
.homepage.saffireLargeSize .currentSlideDescription .sliderButtonContainer {
  position: static;
  display: flex;
  width: auto;
  min-width: initial;
  max-width: none;
  text-align: right;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-shrink: 0;
}
.homepage.saffireLargeSize .currentSlideDescription a.button {
  margin: 0 5px;
  padding: 3px 10px;
}
.homepage.saffireLargeSize .sliderTextDescription {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: 32px;
  display: flex;
  align-items: center;
  width: none;
  max-width: calc(100% - 300px);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.homepage.saffireLargeSize .sliderTitle {
  width: 100%;
  max-width: 100%;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: static;
  /* top: nth(parsePadding(map-get($slideshowDescription, padding)),1);*/
  /* bottom: auto;*/
  /* left: nth(parsePadding(map-get($slideshowDescription, padding)),4);*/
  /* right: auto;*/
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 100%;
  transition: opacity 0.4s ease;
  opacity: 1;
  white-space: normal;
  overflow: visible;
  text-overflow: inherit;
}
@media screen and (max-width: 1023px) {
  .homepage.saffireLargeSize .sliderTitle {
    font-size: 18px;
  }
}
.homepage.saffireLargeSize #newSliderDescriptionContainer {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  bottom: 0;
  top: auto;
  height: auto;
  width: 1000px;
  max-width: 100%;
  z-index: 2;
  transition: 1s;
  width: none;
  /* Slider Text Container*/
  /* New Slider Description Container - Hover Styles*/
}
.homepage.saffireLargeSize #newSliderDescriptionContainer .sliderTextContainer {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  padding: 0 5px;
}
/*/////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - saffireMobileSize Settings*/
/*/////////////////////////////////////////////////////////////////////*/
.homepage.saffireMobileSize {
  /* Swiper Slide*/
  /* Slideshow Description - Slider Text Description*/
  /* Slider Title*/
  /* Slideshow Description - Current Slide Description*/
  /* New Slider Description Container*/
  /* Slideshow Swiper Buttons*/
  /* Slideshow Swiper Button - PREV*/
  /* Slideshow Swiper Button - NEXT*/
  /* Slider Controls Container */
}
.homepage.saffireMobileSize .swiper-slide-active {
  overflow: hidden;
}
.homepage.saffireMobileSize .sliderTextDescription {
  font-size: 14px;
  line-height: 1.3;
  opacity: 1;
  text-align: center;
}
.homepage.saffireMobileSize .sliderTitle {
  height: auto;
  padding: 0;
  font-size: 19.2px;
  text-align: center;
}
.homepage.saffireMobileSize .currentSlideDescription {
  width: 100%;
  height: auto;
  padding: 10px 5%;
  flex-direction: column;
}
.homepage.saffireMobileSize .currentSlideDescription .sliderTextContainer {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}
.homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer {
  position: static;
  top: auto;
  bottom: 102%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 10px auto;
}
.homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer a {
  display: inline-block;
  width: 25%;
  min-width: 135px;
  padding: 4px 0;
  margin: 0 10px;
}
.homepage.saffireMobileSize #newSliderDescriptionContainer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 111px;
  padding-top: 24px;
  background: #fff;
  z-index: 2;
}
.homepage.saffireMobileSize .slideshowSwiperButtonNext,
.homepage.saffireMobileSize .slideshowSwiperButtonPrev {
  display: none !important;
}
.homepage.saffireMobileSize .slideshowSwiperButtonPrev {
  display: none !important;
}
.homepage.saffireMobileSize .slideshowSwiperButtonNext {
  display: none !important;
}
.homepage.saffireMobileSize .sliderControlsContainer {
  position: absolute;
  top: 0;
  padding: 5px 0;
}

#cardWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin-left: auto;
  padding: 0;
  max-width: 761px;
  width: 100%;
}
#cardWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  max-width: 761px;
  height: 463px;
  position: relative;
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.31);
}
#cardWidget .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%;
}
#cardWidget .image-container .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 89px 7px;
}
#cardWidget .image-container .card-content:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
#cardWidget .image-container .card-content .card-widget-title {
  position: relative;
  display: block;
  width: 100%;
  font: 38px/1 "SquadaOneRegular", Arial, Verdana, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 19px;
}
#cardWidget .image-container .card-content .card-widget-title:after {
  content: "";
  width: 235px;
  height: 5px;
  background: #FFFFFF;
  box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.64);
  display: block;
  margin: 17px auto 0;
}
#cardWidget .image-container .card-content .card-widget-description {
  position: relative;
  font: 18px/1.2 "OpenSans-Regular-webfont", Arial, Verdana, sans-serif;
  color: #ffffff;
  width: 100%;
}
#cardWidget .buttonwrap {
  position: relative;
  margin: 20px 0 0;
}
#cardWidget .buttonwrap a {
  font: 15px/1 "OpenSans-Semibold-webfont";
  width: 116px;
  height: 35px;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
  background: #00babc;
  color: #FFFFFF;
  text-decoration: none;
}
#cardWidget .buttonwrap a:hover {
  background: #019193;
}

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

@media only screen and (min-width: 801px) and (max-width: 1310px) {
  #cardWidget {
    padding: 0 0 0 15px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
  #cardWidget {
    padding: 0;
    margin: 0 auto;
  }
  #cardWidget .card-widget-item {
    max-width: 502px;
  }
}
@media only screen and (max-width: 504px) {
  #cardWidget {
    margin-top: 30px;
    padding: 0 12px;
    max-width: 374px;
    margin: 0 auto;
  }
  #cardWidget .card-widget-item {
    height: 326px;
  }
  #cardWidget .image-container .card-content {
    padding: 0 40px 7px;
  }
  #cardWidget .image-container .card-content .card-widget-title {
    font-size: 26px;
  }
}
.siteinfobanner-container {
  position: absolute;
  bottom: -114px;
  display: flex;
  width: 100%;
  left: 0px;
  right: 0px;
}

.saffireWindowScrolled #siteInfoBannerWidget,
.saffireWindowScrolled .siteinfobanner-container,
.saffireWindowScrolled #siteInfoBannerWidget #eventDates,
.saffireWindowScrolled #siteInfoBannerWidget #eventName {
  height: 0px;
  padding: 0px !important;
  overflow: hidden;
  font-size: 0px;
  margin: 0;
}

#siteInfoBannerWidget {
  transition: all 0.2s ease;
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  height: 75px;
  width: auto;
  max-width: 100%;
  margin: auto;
  padding: 5px 15px;
  background: #00bbbe;
  font-family: "SquadaOneRegular";
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 1;
  z-index: 2;
  min-width: auto;
  flex-direction: column;
  justify-content: center;
}
#siteInfoBannerWidget:before {
  content: "";
  background: url(images/countdown-left-ribbon.png) no-repeat;
  width: 25px;
  height: 63px;
  display: block;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translatey(-50%);
  background-size: contain;
}
#siteInfoBannerWidget:after {
  content: "";
  background: url(images/countdown-right-ribbon.png) no-repeat;
  width: 25px;
  height: 63px;
  display: block;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translatey(-50%);
  background-size: contain;
}
#siteInfoBannerWidget #eventDates {
  font-family: "SquadaOneRegular";
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 3px;
  text-transform: uppercase;
}
#siteInfoBannerWidget #eventName {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}
#siteInfoBannerWidget .countdownDays {
  display: inline-block;
  font-family: "SquadaOneRegular";
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.saffireMobileSize #siteInfoBannerWidget {
  height: 79px;
  align-items: flex-end;
  left: auto;
  right: auto !important;
  padding: 9px 9px 14px;
  background: #00babc;
  color: #fff;
  width: 100%;
}
.saffireMobileSize #siteInfoBannerWidget #eventName {
  font-size: 14px;
  color: inherit;
}
.saffireMobileSize #siteInfoBannerWidget #eventDates {
  font-size: 22px;
  color: inherit;
  margin: 0;
}
.saffireMobileSize #siteInfoBannerWidget .countdownDays {
  font-size: 14px;
  color: inherit;
}

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

@media only screen and (min-width: 801px) and (max-width: 1216px) {
  .siteinfobanner-container {
    bottom: -103px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
  .siteinfobanner-container {
    bottom: -83px;
  }
  #siteInfoBannerWidget {
    height: 60px;
  }
  #siteInfoBannerWidget:before {
    left: -18px;
    width: 19px;
    height: 47px;
  }
  #siteInfoBannerWidget:after {
    right: -18px;
    width: 19px;
    height: 47px;
  }
  #siteInfoBannerWidget #eventDates {
    font-size: 25px;
    margin: 0;
  }
  #siteInfoBannerWidget #eventName {
    font-size: 15px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 993px) {
  .siteinfobanner-container {
    bottom: -70px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 895px) {
  .siteinfobanner-container {
    bottom: -75px;
  }
}
@media only screen and (max-width: 470px) {
  .saffireMobileSize #siteInfoBannerWidget #eventName {
    max-width: 198px;
    text-align: right;
  }
}
@media only screen and (max-width: 374px) {
  .saffireMobileSize .header-logo {
    width: 155px;
    height: 116px;
  }
}
.saffireMobileSize.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff #siteInfoBannerWidget {
  background: #f9f9f8;
  height: 34px;
}

.saffireLargeSize.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff .siteinfobanner-container {
  display: none !important;
}

.saffireMobileSize .banner-section {
  margin-top: 247px;
}

#infoCards {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1311px;
  width: 100%;
  margin: 52px auto 0;
  padding: 0;
}
#infoCards .card-widget-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 6px 13px;
  width: 100%;
  max-width: 425px;
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.31);
  text-decoration: none;
}
#infoCards .card-widget-item:nth-child(2) .image-container {
  border-color: #f99b1f;
}
#infoCards .card-widget-item:nth-child(2) .card-widget-title {
  color: #f99b1f;
}
#infoCards .card-widget-item:nth-child(2) .buttonwrap a {
  background: #f99b1f;
}
#infoCards .card-widget-item:nth-child(2) .buttonwrap a:hover {
  background: #c0791a;
}
#infoCards .card-widget-item:nth-child(3) .image-container {
  border-color: #00babc;
}
#infoCards .card-widget-item:nth-child(3) .card-widget-title {
  color: #00babc;
}
#infoCards .card-widget-item:nth-child(3) .buttonwrap a {
  background: #00babc;
}
#infoCards .card-widget-item:nth-child(3) .buttonwrap a:hover {
  background: #019193;
}
#infoCards .card-widget-item:nth-child(4) .image-container {
  border-color: #e7e72f;
}
#infoCards .card-widget-item:nth-child(4) .card-widget-title {
  color: #e7e72f;
}
#infoCards .card-widget-item:nth-child(4) .buttonwrap a {
  background: #e7e72f;
}
#infoCards .card-widget-item:nth-child(4) .buttonwrap a:hover {
  background: #d2d22c;
}
#infoCards .card-widget-item:nth-child(5) .image-container {
  border-color: #dc354d;
}
#infoCards .card-widget-item:nth-child(5) .card-widget-title {
  color: #dc354d;
}
#infoCards .card-widget-item:nth-child(5) .buttonwrap a {
  background: #dc354d;
}
#infoCards .card-widget-item:nth-child(5) .buttonwrap a:hover {
  background: #81212f;
}
#infoCards .card-widget-item:nth-child(6) .image-container {
  border-color: #3d76b9;
}
#infoCards .card-widget-item:nth-child(6) .card-widget-title {
  color: #3d76b9;
}
#infoCards .card-widget-item:nth-child(6) .buttonwrap a {
  background: #3d76b9;
}
#infoCards .card-widget-item:nth-child(6) .buttonwrap a:hover {
  background: #386ba8;
}
#infoCards .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  width: 425px;
  height: 185px;
  border-bottom: 5px solid #9ec54d;
  position: relative;
  background-size: cover;
  background-position: center center;
}
#infoCards .image-container:before {
  content: "";
  background: rgba(255, 255, 255, 0);
  transition: 0.3s;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  top: 0;
}
#infoCards .image-container .card-widget-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 425px;
}
#infoCards .card-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 425px;
  height: 211px;
  padding: 16px 20px 60px;
  box-sizing: border-box;
  background: #ffffff;
}
#infoCards .card-content .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 32px/1 "SquadaOneRegular", Arial, Verdana, sans-serif;
  color: #9ec54d;
  text-transform: uppercase;
  margin: 0 0 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: static;
}
#infoCards .card-content .card-widget-description {
  font: 18px/1.2 "OpenSans-Regular-webfont", Arial, Verdana, sans-serif;
  color: #646663;
}
#infoCards .buttonwrap {
  position: absolute;
  bottom: 20px;
}
#infoCards .buttonwrap a {
  background: #9ec54d;
  border-radius: 22px;
  text-transform: uppercase;
  font: 15px/1 "OpenSans-Semibold-webfont";
  letter-spacing: 1.5px;
  width: 116px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 5px;
}
#infoCards .buttonwrap a:hover {
  background: #84a540;
}

#infoCards .card-widget-item:hover .image-container:before {
  background: rgba(255, 255, 255, 0.4);
}

.saffireMobileSize #infoCards {
  margin: 0;
  padding: 13px 0 0;
}

@media only screen and (max-width: 873px) {
  #infoCards .card-widget-item {
    max-width: 349px;
    margin: 0 6px 10px;
  }
  #infoCards .image-container {
    width: 349px;
    height: 152px;
    border-width: 4px;
  }
  #infoCards .image-container .card-widget-image {
    width: 349px;
  }
  #infoCards .card-content {
    width: 349px;
    height: 174px;
    padding: 14px 17px 60px;
  }
  #infoCards .card-content .card-widget-title {
    font-size: 26px;
    margin: 0 0 3px;
  }
  #infoCards .card-content .card-widget-description {
    font-size: 15px;
  }
  #infoCards .card-content .buttonwrap a {
    width: 96px;
    height: 30px;
    font-size: 12px;
  }
  #infoCards .card-content .buttonwrap {
    bottom: 16px;
  }
}
.socialNetworks {
  z-index: 80000000;
  position: fixed;
  right: -80px;
  top: 157px;
  transition: 0.6s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  padding: 6px 8px;
}
.socialNetworks img {
  display: block;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
}
.socialNetworks > span, .socialNetworks > a {
  margin: 0 0 4px;
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  left: 0;
  border: 3px solid rgba(255, 255, 255, 0.9);
  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: #fef7ef;
}

#musicPlayerLink {
  height: 40px;
  width: 40px;
  float: none;
  margin: 0;
  background: url("images/music.jpg") no-repeat right 0;
  border: 3px solid rgba(255, 255, 255, 0.9);
  z-index: 2;
  border-radius: 50%;
  border: none;
  padding: 0;
  margin: 3px;
  background-color: transparent;
  background-position: center;
  background-size: cover;
}
#musicPlayerLink #musicPlayerDropdown {
  top: -3px;
  right: 43px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #000;
  box-shadow: 0 0 4px #000 inset;
  font-size: 0.9em;
  color: #000;
}
#musicPlayerLink #musicPlayerDropdown a {
  padding-right: 14px;
  font-size: 13px;
  color: #000;
  text-decoration: none;
}
#musicPlayerLink #musicPlayerDropdown a:hover {
  position: relative;
  padding-left: 14px;
  padding-right: 3px;
}
#musicPlayerLink #musicPlayerDropdown a:hover:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top: 12px solid #000;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-radius: 58%;
  transform: rotate(-90deg);
}

@media screen and (max-width: 1470px) {
  .socialNetworks {
    top: auto;
    right: 0;
    bottom: -60px;
    border-top: none;
    border-bottom: none;
    padding: 0;
  }
  .socialNetworks img {
    max-width: 30px;
    max-height: 30px;
  }
  .socialNetworks > a, .socialNetworks > #musicPlayerLink {
    max-width: 30px;
    max-height: 30px;
    bottom: 0;
    float: left;
    margin: 0;
    transition: 0.2s;
    background-size: contain;
  }
  .socialNetworks > a:hover {
    left: 0;
    bottom: 6px;
    z-index: 2;
    transition: 0.2s;
    bottom: 0;
  }
  .socialNetworks #musicPlayerLink {
    margin: 3px;
    background-size: cover;
  }
  .socialNetworks #musicPlayerLink #musicPlayerDropdown {
    top: auto;
    bottom: -3px;
    right: 33px;
  }
}
.socialNetworks a:hover {
  background-color: #0081d1;
}

.socialNetworks .socialNetworkIconTwitter:hover {
  background-color: #1da1f2;
}
.socialNetworks .socialNetworkIconFacebook:hover {
  background-color: #3b5998;
}
.socialNetworks .socialNetworkIconInstagram:before {
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  opacity: 0;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.socialNetworks .socialNetworkIconInstagram:hover {
  background: none;
}
.socialNetworks .socialNetworkIconInstagram:hover:before {
  transition: 0.2s;
  opacity: 1;
}
.socialNetworks .socialNetworkIconTumblr:hover {
  background-color: #35465c;
}
.socialNetworks .socialNetworkIconPeriscope:hover {
  background-color: #3aa4c6;
}
.socialNetworks .socialNetworkIconPinterest:hover {
  background-color: #bd081c;
}
.socialNetworks .socialNetworkIconSpotify:hover {
  background-color: #1ed760;
}
.socialNetworks .socialNetworkIconFlickr:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(0, 99, 220) 0%, rgb(0, 99, 220) 50%, rgb(0, 99, 220) 50%, rgb(255, 0, 132) 50%, rgb(255, 0, 132) 100%);
  opacity: 0;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.socialNetworks .socialNetworkIconFlickr:hover {
  background: none;
}
.socialNetworks .socialNetworkIconFlickr:hover:before {
  transition: 0.2s;
  opacity: 1;
}
.socialNetworks .socialNetworkIconLinkedIn:hover {
  background-color: #0077b5;
}
.socialNetworks .socialNetworkIconYoutube:hover {
  background-color: #cd201f;
}
.socialNetworks .socialNetworkIconGooglePlus:hover {
  background-color: #dd4b39;
}
.socialNetworks .socialNetworkIconSnapchat:hover {
  background-color: #fffc00;
}

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

.saffireLargeSize .banner-section .socialNetworks {
  display: none;
}

.saffireMobileSize .header .socialNetworks {
  display: none;
}
.saffireMobileSize .banner-section .socialNetworks {
  position: static;
  width: 100%;
  height: 61px;
  background: #fef7ef;
  display: flex;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  border-bottom: 5px solid #00babc;
}
.saffireMobileSize .banner-section .socialNetworks img {
  max-height: 40px;
  max-width: 40px;
}
.saffireMobileSize .banner-section .socialNetworks > a, .saffireMobileSize .banner-section .socialNetworks > #musicPlayerLink {
  max-width: 40px;
  max-height: 40px;
  margin: 0 1px;
}

@media screen and (min-width: 1471px) {
  .saffireLargeSize.generalMessageOn .socialNetworks {
    top: 197px;
  }
}
/* SOCIAL NETWORK PLUGIN */
#socialNetworkWidget {
  height: 462px;
  width: 500px;
  max-width: 98%;
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.31);
}
#socialNetworkWidget .socialTabContainer {
  background: #ffffff;
  display: flex;
  padding: 14px 0 3px;
  justify-content: center;
}
#socialNetworkWidget .socialNetworkTab {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  margin: 0 10px;
  width: 29px;
  height: 29px;
}
#socialNetworkWidget .socialNetworkTab .circle {
  fill: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
}
#socialNetworkWidget .socialNetworkTab .circle:hover {
  fill: #fff;
  transition: 0.3s;
}
#socialNetworkWidget .socialNetworkTab.currentTab .circle {
  fill: #fff;
}
#socialNetworkWidget #facebookfeedTab {
  background: url(images/fb-insta-icon.png) no-repeat;
}
#socialNetworkWidget #facebookfeedTab:hover {
  background: url(images/fb-insta-icon-hover.png) no-repeat;
}
#socialNetworkWidget #instafeedTab {
  background: url(images/instagram-insta-icon.png) no-repeat;
}
#socialNetworkWidget #instafeedTab:hover {
  background: url(images/instagram-insta-icon-hover.png) no-repeat;
}
#socialNetworkWidget #twitterfeedTab {
  background: url(images/twitter-insta-icon.png) no-repeat;
}
#socialNetworkWidget #twitterfeedTab:hover {
  background: url(images/twitter-insta-icon-hover.png) no-repeat;
}
#socialNetworkWidget .socialFeedContainer {
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
  height: 392px;
  width: 500px;
  max-width: 98%;
  padding: 10px 5px;
  overflow-x: hidden;
  overflow-y: auto;
}
#socialNetworkWidget #instafeedContainer img {
  width: 45%;
  margin-right: 3%;
  margin-left: 2%;
}
#socialNetworkWidget #instafeedContainer > a:hover {
  opacity: 0.8;
}
#socialNetworkWidget #facebookfeedContainer {
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  #socialNetworkWidget {
    margin: 0 auto 20px;
  }
}
.saffireMobileSize.isResponsive #socialNetworkWidget iframe {
  max-height: 100vh;
}

.saffireMobileSize #socialNetworkWidget {
  width: 426px;
}

@media only screen and (max-width: 504px) {
  .saffireMobileSize #socialNetworkWidget {
    height: 322px;
    width: 349px;
    margin-bottom: 4px;
  }
  .saffireMobileSize #socialNetworkWidget .socialFeedContainer {
    width: 338px;
    height: 269px;
  }
  .saffireMobileSize #socialNetworkWidget .socialTabContainer {
    padding: 9px 0 3px;
  }
  .saffireMobileSize #socialNetworkWidget .socialNetworkTab {
    width: 21px;
    height: 21px;
    background-size: contain !important;
    margin: 0 9px;
  }
}
#videoSection {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  float: none;
  overflow: hidden;
}
#videoSection.single-video #arrow-container {
  display: none;
}

#videoWidget {
  box-sizing: border-box;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.6%;
  text-align: center;
}
#videoWidget iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  border: none !important;
  z-index: 1;
}
#videoWidget .video-loading {
  box-sizing: border-box;
  position: relative;
  top: calc(50% - 40px);
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: 10px solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
  border-radius: 100%;
  z-index: 0;
  animation: spin 1s infinite linear;
}
#videoWidget .video-arrow {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  padding: 14px;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 1;
}
#videoWidget .video-arrow.previous {
  background: url("images/vid-arrow-left.png") no-repeat center;
  left: -25px;
  opacity: 0;
  visibility: hidden;
}
#videoWidget .video-arrow.next {
  background: url("images/vid-arrow-right.png") no-repeat center;
  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);
  }
}
.saffireMobileSize #videoWidget {
  padding-bottom: 54.9%;
}
.saffireMobileSize #videoWidget iframe {
  min-height: 100%;
}

.mid-section {
  border-top: 5px solid #00babc;
  background: #fef7ef;
  padding: 0 0 91px;
}
.mid-section:before {
  content: "";
  background: url(images/pattern-bg.png) #c4f0f0 no-repeat;
  width: 100%;
  height: 103px;
  display: block;
}

.social-card-container {
  max-width: 1300px;
  width: 100%;
  margin: 18px auto 0;
  display: flex;
  box-sizing: border-box;
  padding: 0 1px 0 0;
}

.saffireMobileSize .mid-section {
  border: none;
}
.saffireMobileSize .mid-section:before {
  display: none;
}

.saffireLargeSize .banner-section {
  margin-top: 0 !important;
}

@media only screen and (min-width: 801px) and (max-width: 1310px) {
  .social-card-container {
    padding: 0 10px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .social-card-container {
    display: block;
  }
  .mid-section {
    padding: 0 0 43px;
  }
}
@media only screen and (max-width: 504px) {
  .social-card-container {
    margin: 1px auto 0;
  }
  #socialNetworkWidget {
    height: 321px;
  }
  .socialFeedContainer {
    height: 294px;
  }
  .mid-section {
    padding: 0 0 38px;
  }
}

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