@charset "UTF-8";
/************** LOAD FONTS ******************/
@font-face {
  font-family: "Montserrat-Black";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Montserrat-Black.woff2") format("woff2"), url("fonts/Montserrat-Black.woff") format("woff");
}
@font-face {
  font-family: "Montserrat-BlackItalic";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Montserrat-BlackItalic.woff2") format("woff2"), url("fonts/Montserrat-BlackItalic.woff") format("woff");
}
@font-face {
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Montserrat-Bold.woff2") format("woff2"), url("fonts/Montserrat-Bold.woff") format("woff");
}
@font-face {
  font-family: "Montserrat-Light";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Montserrat-Light.woff2") format("woff2"), url("fonts/Montserrat-Light.woff") format("woff");
}
@font-face {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat-Regular.woff") format("woff");
}
@font-face {
  font-family: "Montserrat-Medium";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Montserrat-Medium.woff2") format("woff2"), url("fonts/Montserrat-Medium.woff") format("woff");
}
@font-face {
  font-family: "Montserrat-Italic";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Montserrat-Italic.woff2") format("woff2"), url("fonts/Montserrat-Italic.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;
}

.saffireMobileSize.generalMessageOn.mobileNavShowing .generalmessage {
  display: flex !important;
}

.loginstatus {
  float: none;
}

#weatherBugWidget {
  position: static;
  display: flex;
  align-items: center;
}
#weatherBugWidget img {
  flex-shrink: 0;
  margin: 0 5px;
}
#weatherBugWidget #weatherBugDescription,
#weatherBugWidget #weatherBugText {
  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;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.75em;
  text-transform: capitalize;
  border-radius: 50px !important;
  background: #000;
  color: #fff;
}

.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;
  width: 100%;
  height: 30px;
}

.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: #eeeeee;
}
.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: "robotocondensed-regular", Verdana, Arial !important;
}
.saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit a {
  border-color: #323232;
  border-radius: 0 !important;
}
.saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit:before {
  position: static;
}

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

.viewcart:focus-within .cartMenu,
.viewcart:hover .cartMenu {
  display: block !important;
}

.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: #000;
  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;
}

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

.mobile-menu-container .search-container input[type=text] {
  -webkit-appearance: none;
  border-radius: 0;
  height: 50px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .listingItem .purchaseOption {
    flex: none !important;
  }
}

.featureLineupContainer:hover .featureLineup-headline {
  opacity: 0;
  visibility: hidden;
}

#dynamicModal,
.modal.nested {
  border: 0;
}

.modalBody {
  padding: 5px;
}

.saffireLargeSize #dynamicModal,
.saffireLargeSize .modal.nested {
  border-top: 0;
}

.featureLineup-headline {
  position: absolute;
  top: 6px;
  left: 10px;
  font-size: 12px !important;
  box-sizing: border-box;
  margin: 10px !important !important;
  right: 10px;
  padding: 4px 6px !important !important;
}

.featureLineup-text {
  line-height: 19px !important;
  padding-top: 32px !important;
}

.featureLineup-more {
  text-align: center;
  left: 50%;
  top: 15px;
  right: auto;
  transform: translateX(-50%);
}
.featureLineup-more a {
  display: inline-block;
  min-width: 120px;
}

.listingItem .purchaseOption {
  align-items: center;
  margin: 0;
}

input:focus {
  outline: 0 none;
}

.saffireLargeSize #dynamicModal,
.saffireLargeSize .modal.nested {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.7);
}

.emailSignup .emailSignupText {
  margin-bottom: 8px;
  font-family: Montserrat-BlackItalic;
  font-size: 16px;
}

.emailSignup .emailSubmitButton {
  box-sizing: border-box;
  padding: 3px 27px;
  font-size: 0;
  line-height: 1.75em;
  text-transform: capitalize;
  border-radius: 0 !important;
  background: #476bb3;
  color: #fff;
  font-family: "Montserrat-BlackItalic";
  text-transform: uppercase;
}

.emailSignup .emailInputField input {
  width: 271px;
  height: 42px;
  padding-left: 14px;
  font-family: "Montserrat-Regular";
  font-size: 14px;
  margin-right: 5px;
  text-transform: capitalize;
}

.emailSubmitButton:after {
  content: "Subscribe";
  font-size: 20px;
  line-height: 1;
  padding: 8px 0;
  display: block;
}

.getUpdatesPageEmailModule .emailSignup .emailSignupText {
  text-align: center;
  font-size: 16px;
}

.saffireMobileSize.modalBody.getUpdatesPageEmailModule .emailInputSubmit {
  margin-top: 16px;
}

.modal {
  padding-top: 35px !important;
}

.emailSignup > div {
  width: 100%;
}

body {
  color: #323232;
  font: 14px/1.5 "Montserrat-Regular", Arial, Verdana, sans-serif;
}

.scroll-panel li a,
.scroll-panel ul:not(#eventDateList) a,
a {
  color: #0a6070;
  text-decoration: underline;
  font-family: "Montserrat-Regular";
  font-size: 14px;
}

.input-icon i,
.planner-link i {
  color: #662d91;
}

.scroll-panel ul:not(#eventDateList) a {
  text-decoration: none;
  padding: 5px 0 3px 7px;
}

.scroll-panel li {
  color: #323232;
  padding: 5px;
}
.scroll-panel li:hover {
  background: #323232;
  color: #fff;
}
.scroll-panel li:hover a {
  color: #fff;
  text-decoration: none;
}

h2 a {
  font-size: 34px;
}

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

a:hover {
  text-decoration: none;
}

.small.bc {
  font-size: 9px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat-BlackItalic", Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #000;
  line-height: 1.2;
  text-transform: capitalize;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: "Montserrat-BlackItalic", Arial, Verdana, sans-serif;
  color: #0a6070;
  text-decoration: none;
}

h1 {
  margin: 0.2em 0;
}
h1 {
  font-size: 45px;
}
@media screen and (min-width: 450px) {
  h1 {
    font-size: calc(45px + 5 * ((100vw - 450px) / 916));
  }
}
@media screen and (min-width: 1366px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-size: 34px;
}

h3,
h4,
h5,
h6 {
  color: #000;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

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

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

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

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

input.textbox,
select.dropdown,
textarea.multi {
  font-size: 14px;
  font-family: "Montserrat-Regular", Arial, Verdana, sans-serif;
}

select.dropdown {
  height: 28px;
}

.right.print {
  margin-top: 3px;
}

.printEvent {
  margin-top: 3px;
}

#imgsearch input.textbox {
  min-height: 21px;
}

.inner-purple-container .emailSignup > div {
  width: auto !important;
}

/***************** CONTAINERS **************************/
body {
  background: url("images/body-bg.jpg") #EDEDED no-repeat fixed;
  background-size: cover;
}
body.homepage {
  background-image: none;
}

.wrapper {
  width: 100%;
}
body:not(.homepage) .wrapper {
  padding: 180px 0 0;
}

body:not(.homepage).generalMessageOn .wrapper {
  padding: 220px 0 0;
}

body:not(.homepage).saffireMobileSize .wrapper {
  padding: 82px 0 0;
}

body:not(.homepage).generalMessageOn.saffireMobileSize .wrapper {
  padding: 122px 0 0;
}

body:not(.homepage).saffireMobileSize .content {
  margin-bottom: 35px;
}

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

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

.saffireLargeSize.generalMessageOn.homepage .content {
  margin: 180px auto 0;
}

.saffireMobileSize.homepage .content {
  margin: 51px auto 0;
  background: #fff;
}

.subContainer {
  background: #eeeeee;
  color: #323232;
  box-shadow: 2px 2px 5px #000;
}

.dateDisplayBar,
.dateDisplay {
  background: #662D91;
  color: #fff;
}
.dateDisplayBar a,
.dateDisplay a {
  color: #fff;
}

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

.carthr {
  background: #323232;
}

.orderhistory {
  background: #662D91;
}

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

.alternateRow {
  background: #eeeeee;
}

.listingItem {
  background: #eeeeee;
  border-bottom: 1px solid #d5d5d5;
}
.listingItem:hover {
  background: #f6f6f6;
}

/*************** 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: #eeeeee;
}

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

.container {
  max-width: 1460px;
  margin: 0 auto;
}
.footer-main .container {
  display: flex;
  max-width: 1369px;
}
.saffireMobileSize .footer-main .container {
  flex-direction: column;
}
.header .container {
  display: flex;
}

/************* BUTTON STYLES *********************/
.button:not(.emailSubmitButton):not(.searchSubmitButton),
a.button:not(.emailSubmitButton):not(.searchSubmitButton) {
  /* |%  set font-family */
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.75em;
  text-transform: uppercase;
  border-radius: 0;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "Montserrat-BlackItalic", Arial, Verdana, sans-serif;
}

.buttonSmall,
.modalCloseButton {
  padding: 3px 12px !important;
  font-size: 10px !important;
}

a.button:not(.emailSubmitButton):not(.searchSubmitButton),
.button:not(.emailSubmitButton):not(.searchSubmitButton),
.buttonSmall {
  color: #fff !important;
  background: #476BB3;
  background: linear-gradient(180deg, #476BB3);
}

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

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

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

body.saffireMobileSize:not(.homepage) .button:not(.emailSubmitButton):not(.searchSubmitButton):not(.buttonSmall),
body.saffireMobileSize:not(.homepage) a.button:not(.emailSubmitButton):not(.searchSubmitButton):not(.buttonSmall) {
  padding: 3px 20px;
  font-size: 14px;
}

a.button.searchMapButton {
  padding: 3px 22px 1px 22px !important;
  font-size: 15px !important;
}

.mobile-menu-container {
  background-color: #fff;
}
.mobile-menu-container .mobile-menu-header {
  background-color: #fff;
}
.mobile-menu-container .close-mobile-menu:after, .mobile-menu-container .close-mobile-menu:before {
  background-color: #fff;
}
.mobile-menu-container .mobile-menu-subheader,
.mobile-menu-container .mobile-menu-subheader-btn {
  background-color: #476BB3;
}
.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;
}
.mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
.mobile-menu-container .mobile-menu-subheader-btn:active {
  background-color: #39558e;
}
.mobile-menu-container .mobile-menu-login-links a {
  font-family: "Montserrat-Regular", Arial, Verdana, sans-serif;
}
.mobile-menu-container .cart-counter {
  font-family: "Montserrat-Regular", Arial, Verdana, sans-serif;
}
.mobile-menu-container .search-container input {
  font-family: "Montserrat-Regular", Arial, Verdana, sans-serif;
}
.mobile-menu-container .search-container .search-submit-btn {
  color: #fff;
}
.mobile-menu-container .mobile-menu-ticket-btn {
  background-color: #476BB3;
  font-family: "Montserrat-Regular", Arial, Verdana, sans-serif;
  color: #fff;
  border-color: #fff;
}
.mobile-menu-container .mobile-menu-footer-links a {
  font-family: "Montserrat-Regular", Arial, Verdana, sans-serif;
  color: #000;
}

#mobile-nav ul {
  background-color: #fff;
}
#mobile-nav a {
  background-color: #476BB3;
  font-family: "Montserrat-Regular", Arial, Verdana, sans-serif;
  color: #fff;
}
#mobile-nav a:hover {
  background-color: #39558e;
}
#mobile-nav .has-subitems span {
  background-color: #637db3;
  color: #fff;
}
#mobile-nav .has-subitems span:hover {
  background-color: #39558e;
}

.mobile-menu-container .close-mobile-menu:after,
.mobile-menu-container .close-mobile-menu:before {
  background-color: #476bb3;
}

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

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

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

.modalClose {
  top: 1px;
  background: none;
}
.modalClose .modalCloseButton 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: #fff;
  position: fixed;
  z-index: 9999999999999;
  top: 0;
  transition: 0.1s ease;
}
.saffireWindowScrolled .header {
  box-shadow: -2px 8px 6px -1px rgba(0, 0, 0, 0.45);
}

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

.saffireMobileSize .header {
  height: auto;
  background: #fff;
  position: fixed;
  z-index: 9999;
  top: 0;
}
.saffireMobileSize .standAloneDirections {
  display: none;
}
.saffireMobileSize a.header-logo {
  height: 34px;
  background: url("images/DennySanfordLogo.svg") center/contain no-repeat;
  margin: 0 auto;
  width: 207px;
  margin: 0 0 0 24px;
}
.saffireMobileSize .headerInnerContent {
  height: auto;
}

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #476BB3;
  font-family: "Montserrat-Regular", Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  transition: 0.2s ease;
}
.saffireWindowScrolled .generalmessage {
  height: 0;
  opacity: 0;
}
.generalmessage a {
  color: inherit;
  text-decoration: underline;
}

li.topitem:first-child a {
  font-family: "Montserrat-BlackItalic";
  text-transform: uppercase;
}

.header-logo {
  display: block;
  width: 400px;
  height: 59px;
  background: url("images/DennySanfordLogo.svg") center/contain no-repeat;
  margin: 0 auto;
  position: relative;
  right: 16px;
}
@media screen and (max-width: 1280px) {
  .header-logo {
    width: 259px;
    height: 57px;
  }
}

.standAloneDirections {
  display: flex;
  justify-content: center;
  align-items: center;
}
.standAloneDirections:before {
  content: "";
  background: url("images/direction.png") no-repeat;
  width: 19px;
  height: 20px;
  display: block;
}

.standAloneDirections {
  color: inherit;
}

.standAloneDirections:hover {
  color: #662D91;
}

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

.ticket,
.ticket:hover {
  background: url("images/ticket.png") no-repeat;
  font-family: "Montserrat-BlackItalic";
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  width: 151px;
  height: 59px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
}

.ticket:hover {
  background: url("images/ticket-hover.png") no-repeat;
}

.saffireMobileSize a.ticket {
  background: none;
  color: inherit;
  display: none;
}
.saffireMobileSize a.ticket:hover {
  background: none;
  color: inherit;
}

.header .emailSignup {
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
}
.header .emailSignup .emailInputField input {
  height: 30px;
  width: 170px;
  padding: 0 5px;
  font-size: 14px;
  font-family: "Montserrat-Regular", Arial, Verdana, sans-serif;
  border-radius: 0 !important;
}
.header .emailSignup .emailSubmitButton {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  padding: 0 10px;
  background: transparent;
  border-radius: 0 !important;
  padding: 0;
  font-size: 0;
}
.header .emailSignup .emailSubmitButton:before {
  content: "";
  background: url("images/email-icon.png") no-repeat;
  width: 24px;
  height: 16px;
  display: block;
  font-size: 18px;
  font-family: "FontAwesome";
  line-height: 1;
  color: #000;
  margin-right: 8px;
}
.header .emailSignup .emailSubmitButton:after {
  font-family: "Montserrat-Black";
  font-size: 18px;
  color: #476BB3;
  content: "newsletter";
  text-transform: uppercase;
}
.header .emailSignup .emailSubmitButton:hover:after {
  color: #662D91;
}
.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;
}
.saffireMobileSize .header .emailSignup:before:hover {
  color: #662D91;
}

.saffireLargeSize .nav .groups .group:last-child a:after {
  display: none;
}

.header .searchBox:not(.clonedSearchBox) {
  display: inline-flex;
  align-items: center;
  margin-right: 24px;
  background: #eeeeee;
  width: 220px;
  height: 38px;
  margin-top: 11px;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
  height: 38px;
  width: 176px;
  padding: 0 8px;
  font-size: 14px;
  font-family: "Montserrat-Regular";
  font-size: 13px;
  color: #747474;
  background: transparent;
  border-radius: 0 !important;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 10px;
  border-radius: 0 !important;
  font-size: 14px;
  font-family: "Montserrat-Regular", Arial, Verdana, sans-serif;
  width: 47px;
  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;
}
.emailSignup > div {
  float: left !important;
}

.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: 23px;
  height: 20px;
  vertical-align: top;
  margin-left: auto;
  margin-right: 20px;
  margin-top: 7px;
}
.mobile-nav-toggle:before {
  content: "";
  position: relative;
  top: 2px;
  font-family: "FontAwesome";
  font-size: 28px;
  line-height: 1;
  color: #fff;
  background: url("images/mob-nav.png") no-repeat;
  width: 22px;
  height: 17px;
  display: block;
}
.mobile-nav-toggle:hover {
  cursor: pointer;
}

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

.saffireLargeSize .nav .groups {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: center;
}
.saffireLargeSize .nav .groups .group {
  display: inline-block;
  flex-shrink: 0;
  text-transform: uppercase;
}
.saffireLargeSize .nav .groups .group:after {
  content: "//";
  color: #39acfa;
  font-size: 18px;
  font-family: Montserrat-Light;
  padding: 0 38px;
}
@media screen and (max-width: 1500px) {
  .saffireLargeSize .nav .groups .group:after {
    padding: 0 28px;
  }
}
@media screen and (max-width: 1275px) {
  .saffireLargeSize .nav .groups .group:after {
    padding: 0 6px;
  }
}
.saffireLargeSize .nav .groups .group:last-child .subitems,
.saffireLargeSize .nav .groups .group:nth-last-child(2) .subitems {
  right: 0;
  left: 100%;
}
.saffireLargeSize .nav .groups .group > a {
  display: inline-block;
  padding: 6.5px 0;
  background: none;
  font-family: "Montserrat-Black", Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.saffireLargeSize .nav .groups .group:hover > a {
  color: #fff;
}
@media screen and (max-width: 1275px) {
  .saffireLargeSize .nav .groups .group:hover > a {
    font-size: 15px;
  }
}
.saffireLargeSize .nav .groups .group:last-child:after {
  display: none;
}
.saffireLargeSize .nav .items {
  top: 100%;
  left: -1em;
  padding: 0;
  background: #662D91;
}
.saffireLargeSize .nav .items .item a {
  padding: 8px 15px;
  color: #fff;
  font-family: "Montserrat-Regular", Arial, Verdana, sans-serif;
}
.saffireLargeSize .nav .items .item a:hover {
  color: #fff;
  background: #873bc0;
}
.saffireLargeSize .nav .item {
  width: 100%;
  line-height: 1.4;
}
.saffireLargeSize .nav .subitems {
  left: 100%;
  padding: 0;
  background: #662D91;
  width: 200px;
}

.header-left {
  display: flex;
  position: relative;
  top: 5px;
}
.header-left a {
  font-family: "Montserrat-Black";
  font-size: 18px;
  color: #476BB3;
  text-transform: uppercase;
}

.header-right {
  display: flex;
  position: relative;
  top: 3px;
}

.header-inner {
  padding: 14px 0;
}
@media screen and (max-width: 1275px) {
  .header-inner {
    padding: 14px;
  }
}
.saffireMobileSize .header-inner {
  padding: 6px 0;
}

.saffireMobileSize .emailInputSubmit {
  margin-top: 12px;
}

@media screen and (max-width: 1150px) {
  .saffireLargeSize .header .emailSignup {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
  }
  .saffireLargeSize .header .header-left a {
    font-family: "Montserrat-Black";
    font-size: 12px;
    color: #476BB3;
    text-transform: uppercase;
  }
  .saffireLargeSize .header .header-logo {
    width: 200px;
    height: 50px;
  }
  .saffireLargeSize .header .standAloneDirections {
    font-size: 0;
  }
  .saffireLargeSize .header .searchBox:not(.clonedSearchBox) {
    width: 145px;
    height: 30px;
    margin-top: 0;
    margin-right: 10px;
  }
  .saffireLargeSize .header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
    height: 30px;
    width: 101px;
    font-size: 11px;
  }
  .saffireLargeSize .header .nav .groups .group > a {
    padding: 11.5px 0;
    font-size: 12px;
  }
  .saffireLargeSize .header .header-right {
    align-items: center;
  }
  .saffireLargeSize .header .emailSignup .emailSubmitButton:after {
    font-size: 12px;
  }
  .saffireLargeSize .header .ticket,
  .saffireLargeSize .header .ticket:hover {
    width: 92px;
    height: 35px;
    background-size: contain;
    font-size: 12px;
  }
}
@media screen and (min-width: 1151px) {
  .header .container {
    padding: 0 1%;
  }
}
.emailSignupnews {
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
}
.saffireMobileSize .emailSignupnews {
  display: none;
}
.emailSignupnews a.button.inputFieldSubmit.emailSubmitButton {
  display: flex;
  height: 16px;
  background: transparent;
  border-radius: 0 !important;
  padding: 0;
  align-items: center;
  line-height: 10px;
}
.emailSignupnews a.button.inputFieldSubmit.emailSubmitButton:hover {
  color: #662D91;
}
.emailSignupnews .emailSubmitButton:before {
  content: "";
  background: url("images/email-icon.png") no-repeat;
  width: 24px;
  height: 16px;
  display: block;
  font-size: 18px;
  font-family: "FontAwesome";
  line-height: 1;
  color: #000;
  margin-right: 8px;
}
.emailSignupnews .emailSubmitButton:after {
  display: none;
}

.saffireLargeSize .nav .group:nth-child(3) .items {
  left: -30%;
}

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 58px 0 0;
  background: repeat-x #476BB3 center;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 1500px) {
  .footer {
    padding: 0;
  }
}
.saffireMobileSize .footer {
  padding: 0;
}
.footer .footer-main {
  position: relative;
}
.footer a {
  color: #fff;
  text-transform: capitalize;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .separator {
  display: none;
}
.footer a {
  color: #fff;
  text-decoration: none;
  font-family: "Montserrat-Italic";
  font-size: 16px;
  text-decoration: none;
}
.footer ul.footerItems1 {
  font-family: "Montserrat-Italic";
  font-size: 16px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 327px;
  max-width: 100%;
  width: 200px;
  text-align: left;
  margin: 0;
  text-transform: capitalize;
  text-transform: uppercase;
  margin-left: 140px;
  margin-top: 53px;
  text-transform: uppercase;
  text-transform: uppercase;
}
@media only screen and (max-width: 1500px) {
  .footer ul.footerItems1 {
    height: 300px;
  }
}
.footer ul.footerItems1 li {
  line-height: 24px;
}
.saffireMobileSize .footer ul.footerItems1 {
  display: none;
}
.footer ul.footerItems1 li.topitem:first-child a {
  font-family: "Montserrat-BlackItalic";
  text-transform: uppercase;
}
.footer ul.footerItems1 a {
  color: #fff;
  text-decoration: none;
  font-family: "Montserrat-Italic";
  font-size: 16px;
}
.footer ul.footerItems1 a:hover {
  text-decoration: underline;
}
.footer .inner-purple-container {
  display: flex;
  flex-direction: column;
  padding-bottom: 25px;
}
.saffireMobileSize .footer .inner-purple-container {
  margin: 0 6%;
  justify-content: center;
  align-items: center;
  order: 1;
  padding: 22px 0 0;
}
.footer .inner-purple-container p.emailSignupText:before {
  content: "";
  background: url("images/email.png") no-repeat;
  width: 39px;
  height: 29px;
  display: block;
  font-size: 16px;
  font-family: "Montserrat-BlackItalic";
  text-transform: uppercase;
  margin: 0 12px 0 0;
}
.saffireMobileSize .footer .inner-purple-container p.emailSignupText:before {
  width: 68px;
  display: block;
}
.saffireMobileSize .footer .inner-purple-container .emailSignup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .inner-purple-container .emailSignup .emailSignupText {
  margin-bottom: 16px;
  font-family: "Montserrat-BlackItalic";
  font-size: 0;
  display: flex;
  align-items: center;
}
.footer .inner-purple-container .emailSignup .emailSignupText:after {
  content: "Sign up for the latest entertainment updates!";
  font-size: 16px;
}
.saffireMobileSize .footer .inner-purple-container .emailSignup .emailSignupText:after {
  text-align: left;
  font-size: 12px;
}
.saffireMobileSize .footer .inner-purple-container .emailSignup .emailSignupText {
  text-align: left;
  padding: 0 19%;
  max-width: 60%;
}
.footer .footerSignIn {
  text-transform: uppercase;
}
.footer .bottom-footer-inner {
  background: #fff;
  padding: 20px 0;
}
.saffireMobileSize .footer .bottom-footer-inner {
  padding: 14px 0;
}
.footer ul.footerItems2 {
  margin: 0 auto;
  background: #fff;
  color: #000;
  max-width: 1374px;
  display: flex;
  padding: 0 1%;
}
.footer ul.footerItems2 li {
  font-size: 12px;
}
.footer ul.footerItems2 li:last-child {
  margin-left: auto;
  margin-top: -19px;
}
.saffireMobileSize .footer ul.footerItems2 li:last-child {
  margin: -11px 0 0;
}
.footer a.footer-logo {
  background: url("images/DennySanfordLogo-footer.svg") no-repeat;
  width: 305px;
  height: 47px;
  display: block;
  background-size: contain;
}
.saffireMobileSize .footer a.footer-logo {
  width: 214px;
  height: 33px;
}
.footer a.asm-logo {
  background: url("images/asm-logo.png") no-repeat;
  width: 94px;
  height: 39px;
  display: block;
  margin-left: 66px;
  margin-top: 9px;
  background-size: contain;
}
.saffireMobileSize .footer a.asm-logo {
  width: 63px;
  height: 27px;
  display: block;
  margin-left: 0;
  margin-top: 17px;
}
.footer a.ticket-logo {
  background: url(images/ticketmaster.png) no-repeat;
  width: 175px;
  height: 25px;
  display: block;
  margin-left: 22px;
  margin-top: 20px;
  background-size: contain;
  opacity: 0.6;
}
.saffireMobileSize .footer a.ticket-logo {
  width: 110px;
  height: 27px;
  margin-left: 22px;
  margin-top: 26px;
}

ul.footer-info h1 {
  font-family: "Montserrat-BlackItalic";
  font-size: 16px;
  color: #fff;
  line-height: 1;
  margin-top: 3px;
  line-height: 1;
  text-transform: uppercase;
}

ul.footer-info li {
  position: relative;
  padding-left: 39px;
  display: block;
  margin-bottom: 26px;
}
ul.footer-info p {
  max-width: 200px;
  font-family: "Montserrat-Italic";
  font-size: 16px;
  margin: 0;
}

li.getting:before {
  background: url("images/getting.png") no-repeat;
  width: 22px;
  height: 25px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
}

li.Ques:before {
  background: url("images/questions.png") no-repeat;
  width: 25px;
  height: 25px;
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  top: -1px;
}

li.phone:before {
  background: url("images/phone.png") no-repeat;
  width: 22px;
  height: 25px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
}

.outer-logo {
  display: flex;
}
.saffireMobileSize .outer-logo {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 21%;
  max-width: 58%;
}

.footer-left {
  text-align: left;
}
.saffireMobileSize .footer-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0 0;
}

ul.footer-info {
  margin: 55px 0 0;
}
.saffireMobileSize ul.footer-info {
  margin: 45px 5% 15px;
}

li.phone h1 {
  margin-top: 5px;
}

.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 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 2%;
}

.purple-container .emailSubmitButton:hover {
  text-decoration: none;
  background: #6086d2;
}

.footer-inner {
  max-width: 694px;
  width: 100%;
}
@media screen and (min-width: 1151px) {
  .saffireLargeSize .footer-inner {
    max-width: 600px;
  }
}

.footer-inner-logo {
  display: flex;
}

.purple-container {
  background: url("images/footer-purple.png") no-repeat right;
  width: 743px;
  height: 544px;
  margin-left: auto;
  display: flex;
  align-items: flex-end;
  padding-left: 56px;
  position: absolute;
  right: 0;
  top: -211px;
  max-width: 100%;
}
@media only screen and (max-width: 1220px) {
  .purple-container {
    position: static;
    height: auto;
    padding: 0;
    background: #662D91;
    width: 100%;
  }
}

@media only screen and (max-width: 1500px) {
  .saffireLargeSize .purple-container {
    position: static;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 40px 0 !important;
    margin: 0 auto;
    background: #662D91;
    width: 100%;
  }
  .saffireLargeSize .footer-main .container {
    position: static;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 100%;
  }
  .footer-inner {
    justify-content: center;
    width: 100%;
    display: flex;
    max-width: 100%;
    order: 2;
  }
  .footer-left {
    padding: 40px 0 0;
  }
}
.saffireMobileSize .purple-container {
  position: static;
  height: auto;
  padding: 0;
  order: 1;
  background: #6b3493;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.privacy {
  display: flex;
  position: absolute;
  bottom: -38px;
}
@media only screen and (max-width: 1500px) {
  .privacy {
    padding-bottom: 41px;
    position: static;
    text-align: center;
    margin: 0px auto;
    display: flex;
    justify-content: center;
  }
}
.privacy a {
  margin-right: 20px;
  font-size: 14px;
}

.saffireLargeSize .nav .group:nth-child(2) .items {
  width: 334px;
}

.saffireLargeSize .nav .group:nth-child(5) .items {
  width: 209px;
}

.saffireLargeSize .nav .group:nth-child(4) .items {
  width: 292px;
}

/* 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: none;
  color: #fff;
  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: "Montserrat-Regular", Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  opacity: 0;
  transition: 1s;
  overflow: hidden;
}
@media screen and (max-width: 1388px) {
  .homepage .slideshowSwiperDescription.currentSlideDescription {
    padding-top: 1em;
    padding-left: 2%;
    padding-right: 2%;
  }
}
.homepage #newSliderDescriptionContainer {
  background: rgba(71, 107, 179, 0.8);
}
.homepage .sliderTitle {
  position: relative;
  max-width: 100%;
  line-height: normal;
  font-family: "Montserrat-BlackItalic";
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  height: 34px;
}
@media screen and (max-width: 1190px) {
  .homepage .sliderTitle {
    font-size: 18px;
    height: 21px;
    max-width: 500px !important;
  }
}
.homepage .swiper-container {
  position: relative;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  z-index: 1;
  height: 40vw;
  /* Specify Swiper's Size: */
  width: 100%;
  max-width: 100%;
  /* Swiper Container - Inset Shadow*/
  /* Swiper Container - Hover Styles*/
}
.homepage .swiper-container:hover .slideshowSwiperDescription {
  max-height: 787px;
}
.homepage .swiper-slide {
  /* Specify Slides's Size: */
  position: relative;
  height: 40vw;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.3;
  text-align: center;
}
.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-container,
  .homepage .swiper-slide {
    height: 40vw !important;
  }
}
.homepage span.sliderButtonContainer {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  /* Buttons*/
}
.homepage span.sliderButtonContainer a.button {
  display: inline-block;
  padding: 12px 17px;
  font-family: "Montserrat-BlackItalic";
  font-size: 20px;
  color: #fff !important;
  text-transform: uppercase;
  background: #662D91;
  background: linear-gradient(180deg, #662D91);
  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: 20px;
}
@media screen and (max-width: 1000px) {
  .homepage span.sliderButtonContainer a.button.sliderMoreButton, .homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
    font-size: 14px;
    padding: 10px;
  }
}
.homepage span.sliderButtonContainer a.button.sliderMoreButton {
  order: 2;
}
.homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
  order: 1;
}
.homepage span.sliderButtonContainer a.button:hover {
  background: #873bc0;
}
.homepage .slideshowSwiperButtonPrev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin: auto;
  z-index: 4;
  transition: all 0.3s ease;
  cursor: pointer;
  display: none !important;
  left: 0;
  right: calc(1460px + (-15px * -1));
  /* Slideshow Swiper Button - PREV - Hover Styles*/
}
@media screen and (max-width: 1490px) {
  .homepage .slideshowSwiperButtonPrev {
    left: 10px;
    right: auto;
  }
}
@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: none !important;
  right: 0;
  left: calc(1460px + (-15px * -1));
  /* Slideshow Swiper Button - PREV - Hover Styles*/
}
@media screen and (max-width: 1490px) {
  .homepage .slideshowSwiperButtonNext {
    right: 10px;
    left: auto;
  }
}
@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;
  display: none !important;
  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 .swiper-slide-active .slideshowSwiperDescription,
.homepage.saffireLargeSize .currentSlideDescription,
.homepage.saffireMobileSize .currentSlideDescription {
  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: 28px 0 28px 16px;
  /* Slideshow Description - Hover Styles*/
}
@media screen and (max-width: 1500px) {
  .homepage.saffireLargeSize .slideshowSwiperDescription {
    padding: 28px 16px;
  }
}
.homepage.saffireLargeSize .swiper-container {
  border: none;
}
.homepage.saffireLargeSize .currentSlideDescription {
  max-width: 1388px;
  position: relative;
  /* 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 0 0 9px;
  padding: 12px 17px;
}
.homepage.saffireLargeSize .sliderTitle {
  width: 100%;
  max-width: 660px;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.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: 1388px;
  max-width: 100%;
  z-index: 2;
  transition: 1s;
  height: auto;
  min-height: 70px;
  width: 100%;
  /* 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;
  align-items: center;
}
/*/
////////////////////////////////////////////////////////////////////*/
/* 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: 24px;
  text-align: center;
  max-height: 56px;
  overflow: hidden;
}
.homepage.saffireMobileSize .currentSlideDescription {
  width: 100%;
  height: auto;
  padding: 10px 5% 0;
  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: 7px auto 13px;
}
.homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer a {
  display: inline-block;
  width: 25%;
  min-width: 128px;
  padding: 9px 0;
  font-size: 14px;
  margin: 0 4px;
}
.homepage.saffireMobileSize #newSliderDescriptionContainer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 111px;
  padding-top: 0;
  background: #476BB3;
  z-index: 2;
}
.homepage.saffireMobileSize .sliderControlsContainer {
  position: absolute;
  top: 0;
  padding: 5px 0;
}

span.dateRange {
  font-family: "Montserrat-Light";
  font-size: 20px;
  color: #fff;
  margin-right: 16px;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  span.dateRange {
    font-size: 13px;
    color: #fff;
    margin-right: 12px;
    line-height: 1;
  }
}
span.dateRange:empty {
  display: none;
}

#adWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  padding: 0;
}
@media screen and (max-width: 1580px) {
  #adWidget {
    margin: 20px auto 0;
    box-sizing: border-box;
  }
}
#adWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 480px;
  height: 380px;
}
.saffireMobileSize #adWidget .card-widget-item {
  height: 266px;
  padding: 0 4%;
}
#adWidget .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  border-radius: 9px;
  box-shadow: -1px 15px 13px -11px rgba(0, 0, 0, 0.65);
}
#adWidget .image-container .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
#adWidget .image-container .card-content .card-widget-title {
  position: static;
  display: none;
  width: 100%;
  font: 14px "Montserrat-BlackItalic", Arial, Verdana, sans-serif;
  color: #323232;
}
#adWidget .image-container .card-content .card-widget-description {
  font: 14px "Montserrat-Regular", Arial, Verdana, sans-serif;
  color: #323232;
  padding: 10px;
  display: none;
}
#adWidget .image-container .card-content .buttonwrap a {
  margin: 0 5px;
  font-family: "Montserrat-BlackItalic";
  font-size: 16px;
  background: #476BB3;
}
#adWidget .image-container .card-content .buttonwrap a:hover {
  background: #662D91 !important;
}

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

#hotButtons {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1500px) {
  .saffireLargeSize #hotButtons {
    margin: 40px auto 0;
  }
}
.saffireMobileSize #hotButtons {
  margin: 52px auto 0;
}
#hotButtons .card-widget-item {
  box-sizing: border-box;
  display: flex;
  background: #662D91;
  width: 320px;
  height: 97px;
  margin: 10px 20px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: -1px 15px 13px -11px rgba(0, 0, 0, 0.65);
}
.saffireMobileSize #hotButtons .card-widget-item {
  margin: 9px 20px;
  justify-content: flex-start;
  padding: 0 27px;
}
#hotButtons .card-widget-item img.card-widget-image.lozad {
  max-width: 52px;
}
#hotButtons .card-widget-item:hover {
  background: #476bb3;
}
#hotButtons .card-widget-item .card-content .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 20px "Montserrat-BlackItalic";
  color: #fff;
  text-transform: uppercase;
  margin-left: 40px;
  max-height: 26px;
  overflow: hidden;
  max-width: 168px;
}
.saffireMobileSize #hotButtons .card-widget-item .card-content .card-widget-title {
  max-width: 138px;
}
#hotButtons .card-widget-item .card-content .card-widget-description {
  display: none;
}
#hotButtons .card-widget-item .card-content .buttonwrap {
  display: none;
}

#hotButtonsmulti {
  max-width: 1440px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 124px 0 0;
  overflow: hidden;
  justify-content: center;
}
#hotButtonsmulti .buttonwrap {
  position: absolute;
  top: 0;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  height: 78%;
  justify-content: center;
  align-items: center;
  opacity: 0;
  height: 0;
  flex-direction: column;
  display: flex;
}
#hotButtonsmulti .buttonwrap a {
  margin: 0 5px;
  font-family: "Montserrat-BlackItalic";
  font-size: 16px;
  background: #476BB3;
  padding: 9px 14px;
}
#hotButtonsmulti .buttonwrap a:hover {
  background: rgba(255, 255, 255, 0.3);
}
#hotButtonsmulti .buttonwrap a.moreButton.button {
  padding: 9px 18px !important;
  margin: 25px 5px 0 !important;
  display: block;
}
.saffireMobileSize #hotButtonsmulti {
  padding: 110px 20px 7px;
}
#hotButtonsmulti h1 {
  margin: 0.2em 0;
  font-size: 50px;
  position: absolute;
  left: 23px;
  top: 16px;
  text-transform: uppercase;
}
#hotButtonsmulti h1 span {
  font-family: "Montserrat-Italic";
}
@media screen and (max-width: 1500px) {
  #hotButtonsmulti h1 {
    right: 0;
    font-size: 33px;
    left: 0;
    text-align: center;
  }
}
#hotButtonsmulti a.all-events-btn {
  text-decoration: none;
  color: #476BB3;
  font-family: "Montserrat-BlackItalic";
  position: absolute;
  top: 49px;
  right: 24px;
  font-size: 16px;
}
#hotButtonsmulti a.all-events-btn:hover {
  color: #662d91;
}
@media screen and (max-width: 1500px) {
  #hotButtonsmulti a.all-events-btn {
    position: absolute;
    top: 60px;
    right: 0;
    font-size: 16px;
    left: 0;
    text-align: center;
  }
}
.saffireMobileSize #hotButtonsmulti a.all-events-btn {
  font-size: 15px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 70px;
}
#hotButtonsmulti .image-container {
  display: inline-block;
  width: 320px;
  min-width: 320px;
  height: 250px;
  text-align: center;
  transition: all 0.5s ease;
  background-size: 100%;
}
#hotButtonsmulti .card-widget-item {
  color: #0a6070;
  transition: 0.3s;
  box-sizing: border-box;
  margin: 10px 20px 27px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  max-width: 320px;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  box-shadow: -1px 15px 13px -11px rgba(0, 0, 0, 0.65);
  background: #fff;
  width: 100%;
}
#hotButtonsmulti .card-widget-item:hover {
  color: #323232;
  transition: 0.3s;
}
#hotButtonsmulti .card-widget-item:hover .text-container {
  background: #476BB3;
}
#hotButtonsmulti .card-widget-item:hover .text-container .featureItemTitle {
  color: #fff;
}
#hotButtonsmulti .card-widget-item:hover .buttonwrap {
  opacity: 1;
  height: 78%;
}
#hotButtonsmulti .card-widget-item:hover .image-container {
  background-size: 110%;
}
#hotButtonsmulti .card-widget-item:hover .image-container:before {
  background: hsla(274deg, 33%, 48%, 0.7);
  width: 100%;
  height: 73.7%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: "";
}
#hotButtonsmulti img.card-widget-image.lozad {
  max-width: 52px;
}
#hotButtonsmulti .card-content {
  display: flex;
  flex-direction: column;
  position: static;
  padding: 15px 14px 25px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#hotButtonsmulti .card-content .card-widget-title {
  font-family: Montserrat-BlackItalic !important;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  line-height: 25px;
  height: 51px;
  overflow: hidden;
  letter-spacing: -0.7px;
}
#hotButtonsmulti .card-content .card-widget-title .dat {
  font-weight: 400;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(images/date-bg.png) no-repeat;
  color: #fff;
  position: absolute;
  top: -24px;
  width: 80px;
  height: 78px;
  line-height: 1;
  left: 12px;
  flex-wrap: wrap;
  font-family: "Montserrat-BlackItalic", Arial, Verdana, sans-serif !important;
}
#hotButtonsmulti .card-content .card-widget-title .dat span {
  font-size: 19px;
  margin-left: 4px;
  line-height: 20px !important;
}
#hotButtonsmulti .card-content .card-widget-title .dat span.year {
  font-size: 21px !important;
  margin-top: -41px;
  font-family: "Montserrat-Medium" !important;
}
#hotButtonsmulti .card-content .card-widget-description {
  display: none;
}

.saffireMobileSize #multiScheduleFeature .featureItem:hover .featureItemImage:before {
  height: 74%;
}

#mapWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1120px) {
  #mapWidget .saffireLargeSize {
    padding: 0 4%;
    margin-top: 20px;
  }
}
.saffireMobileSize #mapWidget {
  padding: 0 4%;
  box-sizing: border-box;
  max-width: 480px;
  width: 100%;
}
#mapWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
}
#mapWidget .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  width: 480px;
  height: 380px;
  border-radius: 5px;
  max-width: 100%;
  box-shadow: -1px 15px 13px -11px rgba(0, 0, 0, 0.65);
}
.saffireMobileSize #mapWidget .image-container {
  height: 270px;
}
#mapWidget .image-container .card-widget-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 200px;
}
#mapWidget .buttonwrap a {
  margin: 0 5px;
  background: #476BB3;
  border-radius: 20px;
  font-family: "Montserrat-BlackItalic";
  text-transform: uppercase;
  padding: 10px 23px;
  font-size: 20px;
}
.saffireMobileSize #mapWidget .buttonwrap a {
  padding: 7px 13px;
  font-size: 14px;
}
#mapWidget .buttonwrap a:hover {
  background: #662D91 !important;
}
#mapWidget .card-content {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
}
#mapWidget .card-content .card-widget-title {
  position: static;
  display: none;
  width: 100%;
  font: 14px "Montserrat-BlackItalic", Arial, Verdana, sans-serif;
  color: #323232;
}
#mapWidget .card-content .card-widget-description {
  font: 14px "Montserrat-Regular", Arial, Verdana, sans-serif;
  color: #323232;
  padding: 10px;
  display: none;
}

#multiScheduleFeature {
  max-width: 1440px;
  padding: 20px;
  margin: 0 auto;
}
.saffireMobileSize #multiScheduleFeature {
  padding: 20px 20px 7px;
}
#multiScheduleFeature .multiFeatureContent {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 104px 0 0;
  overflow: hidden;
  justify-content: center;
}
.saffireMobileSize #multiScheduleFeature .multiFeatureContent {
  padding: 99px 0 0;
}
#multiScheduleFeature .multiFeatureContent span {
  font-family: "Montserrat-Italic";
}
#multiScheduleFeature .multiFeatureContent h1 {
  position: absolute;
  left: 23px;
  top: 7px;
  text-transform: uppercase;
}
@media screen and (max-width: 1500px) {
  .saffireLargeSize #multiScheduleFeature .multiFeatureContent h1 {
    right: 0;
    font-size: 33px;
    left: 0;
    text-align: center;
  }
}
.saffireMobileSize #multiScheduleFeature .multiFeatureContent h1 {
  font-size: 30px;
  width: 100%;
  right: 0;
  text-align: center;
  left: 0;
}
#multiScheduleFeature .featureItem {
  color: #0a6070;
  transition: 0.3s;
  box-sizing: border-box;
  margin: 10px 20px 27px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  max-width: 320px;
  flex-direction: column;
  position: relative;
  box-shadow: -1px 15px 13px -11px rgba(0, 0, 0, 0.65);
  background: #fff;
  width: 100%;
}
.saffireMobileSize #multiScheduleFeature .featureItem {
  flex: 1 1 100%;
  width: 100%;
}
#multiScheduleFeature .featureItem:hover .button-container {
  opacity: 1;
  height: 78%;
}
#multiScheduleFeature .featureItem:hover .featureItemImage {
  background-size: 115%;
}
.saffireMobileSize #multiScheduleFeature .featureItem {
  margin: 10px 20px 35px;
}
#multiScheduleFeature .featureItem:hover {
  color: #323232;
  transition: 0.3s;
}
#multiScheduleFeature .featureItem:hover .text-container {
  background: #476BB3;
}
#multiScheduleFeature .featureItem:hover .text-container .featureItemTitle {
  color: #fff;
}
#multiScheduleFeature .featureItem:hover .featureItemImage:before {
  background: hsla(274deg, 33%, 48%, 0.7);
  width: 100%;
  height: 73.7%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: "";
}
#multiScheduleFeature .featureItemImage {
  display: inline-block;
  width: 320px;
  min-width: 320px;
  height: 250px;
  text-align: center;
  transition: all 0.5s ease;
  background-size: 100%;
}
#multiScheduleFeature .featureItemImage img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
#multiScheduleFeature .text-container {
  display: flex;
  flex-direction: column;
  position: static;
  padding: 15px 14px 25px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.saffireMobileSize #multiScheduleFeature .text-container {
  padding: 15px 14px 25px;
}
#multiScheduleFeature .button-container,
#multiScheduleFeature .featureItemDate,
#multiScheduleFeature .featureItemDescription,
#multiScheduleFeature .featureItemTitle {
  display: flex;
}
#multiScheduleFeature .button-container {
  position: absolute;
  top: 0;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  height: 78%;
  justify-content: center;
  align-items: center;
  opacity: 0;
  height: 0;
  flex-direction: column;
}
#multiScheduleFeature .button-container a {
  margin: 0 5px;
  font-family: "Montserrat-BlackItalic";
  font-size: 16px;
  background: #476BB3;
  padding: 9px 14px;
}
#multiScheduleFeature .button-container a:hover {
  background: rgba(255, 255, 255, 0.3);
}
#multiScheduleFeature .button-container a.button.button1.more-button {
  padding: 9px 18px !important;
  margin: 25px 5px 0 !important;
  display: block;
}
#multiScheduleFeature .featureItemTitle {
  font-family: Montserrat-BlackItalic !important;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  line-height: 25px;
  height: 51px;
  overflow: hidden;
  letter-spacing: -0.7px;
}
#multiScheduleFeature .featureItemTitle span {
  font-family: "Montserrat-BlackItalic";
}
#multiScheduleFeature .featureItemDate {
  font-family: "Montserrat-Medium" !important;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("images/date-bg.png") no-repeat;
  color: #fff;
  position: absolute;
  top: -24px;
  width: 80px;
  height: 61px;
  flex-direction: column;
  line-height: 25px;
  left: 12px;
}
.saffireMobileSize #multiScheduleFeature .featureItemDate {
  top: -24px;
  left: 14px;
}
#multiScheduleFeature .featureItemDate span {
  font-family: "Montserrat-BlackItalic";
  font-size: 28px;
}
#multiScheduleFeature .featureItemDescription {
  font-family: "Montserrat-Regular", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 14px;
  flex-direction: column;
  display: none;
}

#multiScheduleFeaturefeatureItem4 {
  margin: 10px 20px 26px;
}

.saffireMobileSize #multiScheduleFeature .featureItem:hover .featureItemImage:before {
  height: 74%;
}

.socialNetworks {
  z-index: 80000000;
  position: relative;
  display: flex;
  transition: 0.6s ease;
  align-items: center;
  background: transparent;
  border-radius: 50px;
  align-items: center;
  padding: 54px 3px 0 !important;
}
.saffireMobileSize .socialNetworks {
  padding: 49px 3px 20px !important;
}
.socialNetworks:before {
  content: "connect";
  font-size: 16px;
  font-family: "Montserrat-BlackItalic";
  text-transform: uppercase;
  margin: -3px 23px 0 -3px;
}
.socialNetworks img {
  display: block;
  max-width: 40px;
  max-height: 40px;
}
.socialNetworks > a, .socialNetworks > span {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  left: 0;
  border: 3px solid transparent;
  transition: 0.2s;
  margin: 0 5px 3px;
}
.socialNetworks > a:hover {
  z-index: 2;
  transition: 0.2s;
  opacity: 0.7;
}

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

@media screen and (max-width: 1240px) {
  .socialNetworks {
    top: auto;
    right: 0;
    bottom: 0;
    border-top: none;
    border-bottom: none;
    margin: 0 10px;
  }
  .socialNetworks img {
    max-width: 40px;
    max-height: 40px;
  }
  .socialNetworks > #musicPlayerLink, .socialNetworks > a {
    max-width: 40px;
    max-height: 40px;
    bottom: 0;
    float: left;
    margin: 0;
    transition: 0.2s;
    margin: 0 8px;
    background-size: contain;
  }
  .socialNetworks > a:hover {
    left: 0;
    bottom: 0;
    z-index: 2;
    transition: 0.2s;
  }
  .socialNetworks #musicPlayerLink #musicPlayerDropdown {
    top: auto;
    bottom: -3px;
    right: 33px;
  }
}
.pageIsLoaded .socialNetworks {
  right: 0;
}
@media screen and (max-width: 1240px) {
  .pageIsLoaded .socialNetworks {
    bottom: 0;
  }
}

/* SOCIAL NETWORK PLUGIN */
div#socialNetworkWidget {
  position: relative;
  top: -11px;
  height: 380px;
  width: 484px;
  max-width: 98%;
}
@media screen and (max-width: 1500px) {
  div#socialNetworkWidget {
    margin: 0 auto 20px;
  }
}
.saffireMobileSize div#socialNetworkWidget {
  height: 266px;
  margin: 0 auto 25px;
  padding: 0 4%;
  box-sizing: border-box;
}
div#socialNetworkWidget .socialTabContainer {
  display: none;
}
div#socialNetworkWidget .socialNetworkTab {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  margin: 0 10px;
  width: 40px;
  height: 40px;
}
div#socialNetworkWidget .socialNetworkTab .circle {
  fill: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
}
div#socialNetworkWidget .socialNetworkTab .circle:hover {
  fill: #fff;
  transition: 0.3s;
}
div#socialNetworkWidget .socialNetworkTab.currentTab .circle {
  fill: #fff;
}
div#socialNetworkWidget .fb_iframe_widget iframe {
  border-radius: 10px;
  height: 380px !important;
  box-shadow: -1px 15px 13px -11px rgba(0, 0, 0, 0.65);
}
.saffireMobileSize div#socialNetworkWidget .fb_iframe_widget iframe {
  height: 266px !important;
}
div#socialNetworkWidget .socialFeedContainer {
  position: relative;
  top: 0;
  left: 0;
  height: 380px;
  width: 484px;
  max-width: 98%;
  padding: 10px 5px;
}
.saffireMobileSize div#socialNetworkWidget .socialFeedContainer {
  height: 266px;
}
div#socialNetworkWidget #instafeedContainer img {
  width: 45%;
  margin-right: 3%;
  margin-left: 2%;
}
div#socialNetworkWidget #instafeedContainer > a:hover {
  opacity: 0.8;
}

a#facebookfeedTab {
  display: none;
}

/* Set the container ID*/
/* Size the container*/
/* Size the images*/
/* Format titles*/
/* Format arrows*/
h1.homepageh1 {
  color: #838383;
  font-family: "Montserrat-Regular", Arial, Verdana, sans-serif;
  font-size: 30px;
  font-style: italic;
}

#sponsorWidgetContainer {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1482px;
  margin: 0 auto;
  box-sizing: border-box;
  margin: 43px auto 0;
  padding-bottom: 178px;
  padding: 0 60px;
}
.saffireMobileSize #sponsorWidgetContainer {
  padding-bottom: 11px;
  margin: 28px auto 6px;
}
@media screen and (max-width: 1500px) {
  #sponsorWidgetContainer {
    padding-bottom: 0;
  }
}
#sponsorWidgetContainer .sponsorWidgetContainer {
  padding: 75px 0 30px;
}
#sponsorWidgetContainer .sponsorWidgetContainer .sponsor-controls-container:focus-within {
  bottom: 3px;
  opacity: 1;
  transition: 0.2s;
  pointer-events: auto;
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsorCarouselImageContainer {
  animation-play-state: paused;
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:before {
  content: "Resume";
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:after {
  content: "\f04b";
  padding-left: 2px;
}
#sponsorWidgetContainer .sponsorWidgetContainer:hover .sponsor-controls-container {
  bottom: 3px;
  opacity: 1;
  transition: 0.2s;
  pointer-events: auto;
}
#sponsorWidgetContainer .sponsorCarouselImage img {
  max-width: 200px;
  max-height: 125px;
  filter: grayscale(100%);
  opacity: 0.6;
  color: #838383;
  max-height: 125px;
}
#sponsorWidgetContainer .sponsorCarouselImage img:hover {
  filter: inherit;
  opacity: 1;
}
.saffireMobileSize #sponsorWidgetContainer .sponsorCarouselImage img {
  max-width: 100px;
  max-height: 100px;
}
#sponsorWidgetContainer #sponsorsTitleContainer {
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
}
#sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  font-family: "open_sansregular";
  font-size: 30px;
  color: #838383;
  text-shadow: none;
  text-transform: uppercase;
}
.saffireMobileSize #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  font-size: 26px;
}
#sponsorWidgetContainer #sponsorArrowRight {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1580px) {
  #sponsorWidgetContainer #sponsorArrowRight {
    top: 58%;
  }
}
#sponsorWidgetContainer #sponsorArrowRight span {
  border: 0;
  background: url("images/sponsor-right-arrow.png") no-repeat center;
  height: 13px;
  width: 31px;
  padding: 0 10px 0 0;
}
#sponsorWidgetContainer #sponsorArrowLeft {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1580px) {
  #sponsorWidgetContainer #sponsorArrowLeft {
    top: 58%;
  }
}
#sponsorWidgetContainer #sponsorArrowLeft span {
  border: 0;
  background: url("images/sponsor-left-arrow.png") no-repeat center;
  height: 13px;
  width: 31px;
  padding: 0 0 0 10px;
}
#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 0 5px 1px rgba(0, 0, 0, 0.5);
  z-index: 999;
  transition: 0.2s;
  opacity: 0;
  pointer-events: none;
}
#sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 10px;
  border: none;
  background: #fff;
  color: #111;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
#sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn:before {
  content: "Pause";
  display: inline-block;
  width: 50px;
  font-size: 14px;
  line-height: 1;
  color: #111;
  text-align: center;
}
#sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn:after {
  content: "\f04c";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-align: center;
  padding-left: 1px;
  width: 30px;
  height: 100%;
  font-family: "FontAwesome";
  font-size: 15px;
  color: #111;
}
#sponsorWidgetContainer .sponsorCarouselImageContainer a {
  margin: 0 23px;
}
.saffireMobileSize #sponsorWidgetContainer .sponsorCarouselImageContainer a {
  margin: 0 6px;
}

#titleSponsors {
  position: relative;
  margin: 0 auto 30px;
  max-width: 1341px;
  padding: 0 4%;
}
#titleSponsors:before {
  content: "Title Sponsors";
  text-transform: uppercase;
  font-family: Montserrat-Italic;
  font-size: 30px;
  position: absolute;
  top: 0;
  color: #838383;
  left: 0;
  right: 0;
  text-align: center;
}
.saffireMobileSize #titleSponsors:before {
  font-size: 20px;
  position: absolute;
  top: -2px;
}
#titleSponsors .sponsorCarouselImageContainer {
  padding-top: 77px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1580px) {
  #titleSponsors .sponsorCarouselImageContainer {
    flex-wrap: wrap;
  }
}
.saffireMobileSize #titleSponsors .sponsorCarouselImageContainer {
  padding-top: 27px;
  flex-wrap: wrap;
}
#titleSponsors #sponsorArrowLeft,
#titleSponsors #sponsorArrowRight {
  display: none;
}
#titleSponsors .sponsorWidgetContainer img {
  opacity: 0.4;
  filter: grayscale(100%);
  cursor: pointer;
  max-height: 125px;
}
.saffireMobileSize #titleSponsors .sponsorWidgetContainer img {
  max-height: 40px;
}
#titleSponsors .sponsorWidgetContainer img:hover {
  filter: inherit;
  opacity: 1;
}
#titleSponsors .sponsorCarouselImageContainer a {
  margin: 0 50px;
}
.saffireMobileSize #titleSponsors .sponsorCarouselImageContainer a {
  padding: 26px 0 9px;
  margin: 0 30px;
}
#titleSponsors #sponsorWidgetContainer .sponsorCarouselImage:hover img {
  filter: inherit;
  opacity: 1;
}

.sponsor-container {
  background: #fff;
  padding-top: 28px;
  padding-bottom: 178px;
}
@media screen and (max-width: 1500px) {
  .sponsor-container {
    padding-bottom: 0;
  }
}
.saffireMobileSize .sponsor-container {
  padding-top: 44px;
  padding-bottom: 0;
}

#titleSponsors .sponsor-controls-container {
  display: none;
}

.nav-outer {
  background: #662D91;
  margin-top: 4px;
}

.social-section {
  max-width: 1547px;
  margin: 43px auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1580px) {
  .social-section {
    margin: 8px auto 0;
    max-width: 1048px;
    flex-wrap: wrap;
    padding: 0 1%;
    width: 98%;
  }
}
.saffireMobileSize .social-section {
  flex-direction: column;
  margin: 8px auto 0;
}

.card-wrapper {
  margin: 85px 0 0;
  padding-bottom: 70px;
}

.saffireMobileSize .ImageModule .moduleItemContainer a {
  display: block;
}

.centered-text .columnCount-2 .previewArea {
  padding-top: 11%;
}
@media screen and (max-width: 997px) {
  .centered-text .columnCount-2 .previewArea {
    padding-top: 0;
  }
}

#cookie-banner-container p a {
  font: inherit;
  color: inherit;
  text-decoration: underline;
}

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