@charset "UTF-8";
@import url("https://use.typekit.net/edd5rmu.css");
/************** LOAD FONTS ******************/
@font-face {
  font-family: "Opensans-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Opensans-Regular.woff2") format("woff2"), url("fonts/Opensans-Regular.woff") format("woff");
}
.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 .weatherDescriptive {
  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: #303030;
}
.saffireMobileSize .searchBox.clonedSearchBox:before {
  display: none;
}
.saffireMobileSize .searchBox.clonedSearchBox .searchBoxInput input.inputFieldTextbox.textbox {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0 !important;
}
.saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit a {
  border-color: #eee;
  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: #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;
}

.divListViewMode {
  background: url("images/view-list.png") no-repeat center;
}

.divExpandedViewMode {
  background: url("images/view-expanded.png") no-repeat center;
}

.divGalleryViewMode {
  background: url("images/view-grid.png") no-repeat center;
}

.divCalendarViewMode {
  background: url("images/view-calendar.png") no-repeat center;
}

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

.featureLineup-headline {
  position: absolute;
  top: 6px;
  left: 10px;
  font-size: 12px !important;
  box-sizing: border-box;
  margin: 10px !important;
  right: 10px;
  padding: 4px 6px !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;
  flex: none;
}

.saffireMobileSize .moduleSmall .listingItem .moduleItemBuyNowButton, .saffireMobileSize .moduleMedium .listingItem .moduleItemBuyNowButton {
  margin-top: 5px !important;
}

*:focus {
  outline: 0 none;
}

body {
  color: #303030;
  font: 17px/1.5 "proxima-nova", sans-serif, Arial, Verdana, sans-serif;
  font-weight: 500;
}

a,
.scroll-panel li a,
.scroll-panel ul:not(#eventDateList) a {
  color: #D9181C;
  text-decoration: underline;
  font-weight: bold;
}

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

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

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

h2 a {
  font-size: 30px;
}

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

a:hover {
  text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", sans-serif, Arial, Verdana, sans-serif;
  font-weight: 700;
  color: #213B73;
  line-height: 1.2;
  text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-family: "proxima-nova", sans-serif, Arial, Verdana, sans-serif;
  color: #213B73;
  font-weight: 700;
  text-decoration: none;
}

h1 {
  margin: 0.2em 0;
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3, h4, h5, h6 {
  color: #D9181C;
}
h3 a, h4 a, h5 a, h6 a {
  color: #D9181C;
}

h3 {
  font-size: 20px;
}

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: 20px;
}

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

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

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

input.textbox,
textarea.multi,
select.dropdown {
  font-size: 17px;
  font-family: "proxima-nova", sans-serif, Arial, Verdana, sans-serif;
}

select.dropdown {
  height: 28px;
}

/*!
 *
 *         SimpleBar.js - v2.6.1
 *         Scrollbars, simpler.
 *         https://grsmto.github.io/simplebar/
 *
 *         Made by Adrien Grsmto from a fork by Jonathan Nicol
 *         Under MIT License
 *
 */
[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: hidden !important;
  max-height: inherit;
  -webkit-overflow-scrolling: touch; /* Trigger native scrolling for mobile, if not supported, plugin is used. */
}

[data-simplebar=init] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.simplebar-scroll-content {
  overflow-x: hidden !important;
  overflow-y: scroll;
  min-width: 100% !important;
  max-height: inherit !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.simplebar-content {
  overflow-y: hidden !important;
  overflow-x: scroll;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  min-height: 100% !important;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 4px;
  background: #303030;
}
.simplebar-track.horizontal {
  display: none;
}

.simplebar-scrollbar {
  position: absolute;
  right: 0px;
  width: 4px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  background: #D9181C;
}

.simplebar-track:hover .simplebar-scrollbar:before,
.simplebar-track .simplebar-scrollbar.visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 1;
  -webkit-transition: opacity 0 linear;
  transition: opacity 0 linear;
}

.simplebar-track.vertical {
  top: 0;
}

.simplebar-track.vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 11px;
}

.simplebar-track.horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

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

.wrapper {
  width: 100%;
}

body:not(.homepage) .content {
  position: relative;
  max-width: calc(1300px - 15px - 15px);
  margin: 0px auto 60px;
  padding: 15px 15px 15px 15px;
  background: rgba(255, 255, 255, 0.9);
}

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

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

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

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

.carthr {
  background: #151515;
}

.orderhistory {
  background: #D9181C;
}

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

.alternateRow {
  background: #eee;
}

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

/*************** MEMBERS SITE **********************/
.arrowdown {
  border-color: transparent transparent rgba(0, 0, 0, 0.9);
}

.arrowdown_on {
  border-color: transparent transparent rgba(255, 255, 255, 0.9);
}

.arrowup {
  border-color: rgba(0, 0, 0, 0.9) transparent transparent;
}

.arrowup_on {
  border-color: rgba(255, 255, 255, 0.9) transparent transparent;
}

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

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

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}
.saffireMobileSize .container {
  padding: 0 10px;
}

/************* BUTTON STYLES *********************/
a.button:not(.emailSubmitButton):not(.searchSubmitButton),
.button:not(.emailSubmitButton):not(.searchSubmitButton) { /* |%  set font-family */
  padding: 13px 38px;
  font-size: 15px;
  line-height: 1.75em;
  text-transform: uppercase;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700 !important;
  font-family: "proxima-nova", sans-serif, Arial, Verdana, sans-serif;
  letter-spacing: 2px;
  transition: all 0.3s ease 0s;
}
a.button:not(.emailSubmitButton):not(.searchSubmitButton).searchMapButton,
.button:not(.emailSubmitButton):not(.searchSubmitButton).searchMapButton {
  padding: 2px 38px 0px;
  font-size: 13px;
}

.modalCloseButton,
.buttonSmall {
  padding: 7px 18px !important;
  font-size: 9px !important;
  font-weight: 700;
}

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

a.button:not(.emailSubmitButton):not(.searchSubmitButton):hover,
.button:not(.emailSubmitButton):not(.searchSubmitButton):hover,
.buttonSmall:hover {
  transition: all 0.2s ease 0s;
  background: #7E0F11;
}

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

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

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

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

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: #213B73;
}
.mobile-menu-container .close-mobile-menu:before, .mobile-menu-container .close-mobile-menu:after {
  background-color: #fff;
}
.mobile-menu-container .mobile-menu-subheader {
  background-color: rgba(33, 59, 115, 0.1);
}
.mobile-menu-container .mobile-menu-subheader a, .mobile-menu-container .mobile-menu-subheader i {
  color: #213B73;
}
.mobile-menu-container .mobile-menu-subheader-btn {
  background: rgba(33, 59, 115, 0.1);
}
.mobile-menu-container .mobile-menu-subheader-btn a, .mobile-menu-container .mobile-menu-subheader-btn i {
  color: #213B73 !important;
}
.mobile-menu-container .mobile-menu-subheader-btn:hover {
  background-color: #213B73;
}
.mobile-menu-container .mobile-menu-subheader-btn:hover a, .mobile-menu-container .mobile-menu-subheader-btn:hover i {
  color: #fff !important;
}
.mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
.mobile-menu-container .mobile-menu-subheader-btn:active {
  background-color: #5d81d0;
}
.mobile-menu-container .mobile-menu-login-links a {
  font-family: "proxima-nova", sans-serif, Arial, Verdana, sans-serif;
}
.mobile-menu-container .cart-counter {
  font-family: "proxima-nova", sans-serif, Arial, Verdana, sans-serif;
}
.mobile-menu-container .search-container input {
  font-family: "proxima-nova", sans-serif, Arial, Verdana, sans-serif;
}
.mobile-menu-container .search-container .search-submit-btn {
  color: #213B73;
}
.mobile-menu-container .mobile-menu-ticket-btn {
  background-color: #213B73;
  font-size: 13px;
  font-family: "proxima-nova", sans-serif, Arial, Verdana, sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}
.mobile-menu-container .mobile-menu-footer-links a {
  font-family: "proxima-nova", sans-serif, Arial, Verdana, sans-serif;
  font-weight: 700;
  color: #213B73;
  text-transform: capitalize;
  font-size: 12px;
}
.mobile-menu-container .search-container input[type=text] {
  font-size: 13px;
  font-family: "proxima-nova", sans-serif, Arial, Verdana, sans-serif;
  font-weight: 700;
  color: #213B73;
}

#mobile-nav ul {
  background-color: #fff;
}
#mobile-nav a {
  background-color: #213B73;
  font-size: 13px;
  font-family: "proxima-nova", sans-serif, Arial, Verdana, sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}
#mobile-nav a:hover {
  background-color: #16274b;
}
#mobile-nav .has-subitems span {
  background-color: #4D628F;
  color: #fff;
  max-width: 45px;
  font-size: 9px;
}
#mobile-nav .has-subitems span:hover {
  background-color: #5d81d0;
}

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

/************************* MODAL CONTENT ********************/
.modal {
  background: rgba(255, 255, 255, 0.9);
  padding-top: 15px;
  border: 10px solid rgba(255, 255, 255, 0.9);
}

.modalBody { /* |%  set modal background color if not white */
  background: rgba(255, 255, 255, 0.9);
  padding: 14px;
}
.modalBody .showorksModalTitle { /* |%  set font-family */
  font-size: 32px;
  line-height: 36px;
}
.modalBody .showorksBreadcrumbs { /* |%  set font-family */
  font-size: 20px;
  color: #D9181C;
  line-height: 22px;
}
.modalBody .showorksTableGrid th { /* |%  set font-family */
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  letter-spacing: 0.06em;
  padding-bottom: 7px;
  padding-top: 7px;
}
.modalBody .showorksTableGrid td {
  color: #303030;
}
.modalBody .showorksTableGrid tr.odd {
  background: rgba(255, 255, 255, 0.9);
  color: rgba(0, 0, 0, 0.9);
}
.modalBody .showorksTableGrid tr.even {
  background: rgba(230, 230, 230, 0.9);
  color: rgba(0, 0, 0, 0.9);
}

.modalPageBackground {
  background-color: rgba(0, 0, 0, 0.9);
  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: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
.saffireWindowScrolled .header {
  background: rgba(255, 255, 255, 0.95);
}
.header .container {
  max-width: 1315px;
}
@media screen and (max-width: 1023px) {
  .header .container {
    padding: 0 10px;
  }
}

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

.header-top {
  background: #213B73;
  padding: 8px 0;
  position: relative;
  z-index: 9999;
  transition: all 0.3s ease;
}
.saffireWindowScrolled.saffireLargeSize .header-top {
  padding: 0;
  height: 0;
}
.saffireWindowScrolled.saffireLargeSize .header-top .standAloneDirections,
.saffireWindowScrolled.saffireLargeSize .header-top .viewcart,
.saffireWindowScrolled.saffireLargeSize .header-top .searchBox,
.saffireWindowScrolled.saffireLargeSize .header-top .header-sponsor,
.saffireWindowScrolled.saffireLargeSize .header-top .secondary-menu,
.saffireWindowScrolled.saffireLargeSize .header-top #siteInfoBannerWidget {
  opacity: 0;
  visibility: hidden;
  font-size: 0;
  display: none;
}
.saffireMobileSize .header-top {
  padding: 15px 0px 11px;
}
.header-top .container {
  display: flex;
  flex-direction: row;
  position: relative;
}

.header-sponsor {
  display: flex;
  margin-left: 215px;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .header-sponsor {
    margin-left: 150px;
  }
}
@media screen and (max-width: 1100px) {
  .header-sponsor {
    margin-left: 130px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.header-sponsor .saffireMobileSize {
  margin-left: 125px;
}
body:not(.eventsMode) .header-sponsor {
  display: none;
}
.header-sponsor > p {
  font-weight: 500;
  font-style: italic;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
}
.saffireMobileSize .header-sponsor > p {
  font-size: 11px;
  line-height: 1;
}
@media screen and (max-width: 370px) {
  .header-sponsor > p {
    font-size: 10px !important;
  }
}
.header-sponsor .melveen-img {
  background: url("images/malveen.png") no-repeat 0 0;
  height: 34px;
  width: 200px;
  margin-left: 10px;
}
@media screen and (max-width: 1100px) {
  .header-sponsor .melveen-img {
    background-size: 100%;
    margin: 0;
    height: 28px;
    width: 134px;
  }
}
.saffireMobileSize .header-sponsor .melveen-img {
  height: 18px;
  width: 96px;
}

.secondary-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin-left: auto;
}

.header-bottom {
  padding: 17px 0;
  transition: all 0.3s ease;
  /*Scrolling Functionality*/
}
.saffireWindowScrolled.saffireMobileSize .header-bottom {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  font-size: 0;
  padding: 0;
}
.saffireMobileSize .header-bottom {
  padding: 12px 3px;
}
.header-bottom .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.saffireMobileSize .header {
  height: auto;
  background: white;
  position: fixed;
}
.saffireMobileSize .headerInnerContent {
  height: auto;
}

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #D9181C;
  font-family: "proxima-nova", sans-serif, Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  transition: all 0.3s ease;
}
.generalmessage a {
  color: inherit;
  text-decoration: underline;
}

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

.saffireWindowScrolled .generalmessage {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  font-size: 0;
  transition: all 0.3s ease;
}

.header-logo {
  display: block;
  width: 274px;
  height: 274px;
  background: url("images/logo-fair.png") center/contain no-repeat;
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 9999;
}
body:not(.homepage).eventsMode .header-logo {
  width: 186px;
  height: 185px;
}
@media screen and (max-width: 1023px) {
  body:not(.homepage).eventsMode .header-logo {
    width: 146px;
    height: 147px;
  }
}
@media screen and (max-width: 1199px) {
  .header-logo {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 1100px) {
  .header-logo {
    top: 14px;
    width: 150px;
    height: 150px;
  }
}
.saffireMobileSize .header-logo {
  top: -9px;
  width: 143px;
  height: 148px;
  left: 5px;
}
body:not(.eventsMode) .header-logo {
  background: url("images/exchange-park-logo.png") center/contain no-repeat;
  width: 359px;
  height: 198px;
  top: -12px;
  left: -5px;
}
@media screen and (max-width: 1199px) {
  body:not(.eventsMode) .header-logo {
    width: 230px;
    height: 125px;
    top: 4px;
  }
}
@media screen and (max-width: 1023px) {
  body:not(.eventsMode) .header-logo {
    width: 167px;
    height: 97px;
    background-size: 100%;
    top: 8px;
  }
}
@media screen and (max-width: 800px) {
  body:not(.eventsMode) .header-logo {
    background: url(images/footer-logo.png) center/contain no-repeat;
    top: -23px;
    width: 157px;
  }
}

.saffireWindowScrolled .header-logo {
  width: 160px;
  height: 160px;
  transition: all 0.2s ease;
  top: 5px;
}
@media screen and (max-width: 1199px) {
  .saffireWindowScrolled .header-logo {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .saffireWindowScrolled .header-logo {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 800px) {
  .saffireWindowScrolled .header-logo {
    top: -5px;
  }
}
.saffireWindowScrolled:not(.eventsMode) .header-logo {
  width: 300px;
  height: 150px;
  transition: all 0.2s ease;
  top: -4px;
}
@media screen and (max-width: 1199px) {
  .saffireWindowScrolled:not(.eventsMode) .header-logo {
    width: 200px;
    height: 120px;
    top: -8px;
  }
}
@media screen and (max-width: 1023px) {
  .saffireWindowScrolled:not(.eventsMode) .header-logo {
    width: 145px;
    height: 74px;
    top: 1px;
  }
}
@media screen and (max-width: 800px) {
  .saffireWindowScrolled:not(.eventsMode) .header-logo {
    top: -12px;
  }
}
.saffireWindowScrolled:not(.homepage).eventsMode .header-logo {
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 1199px) {
  .saffireWindowScrolled:not(.homepage).eventsMode .header-logo {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .saffireWindowScrolled:not(.homepage).eventsMode .header-logo {
    width: 120px;
    height: 120px;
  }
}

#weatherBugWidget {
  margin-right: 15px;
}

#weatherBugText {
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 900px) {
  #weatherBugText {
    display: none;
  }
}

#weatherBugDescription {
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
}

.saffireMobileSize #weatherBugWidget {
  display: none !important;
}

.standAloneDirections {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.saffireMobileSize .standAloneDirections {
  width: 15px;
  height: 20px;
  font-size: 0;
  background: url("images/loaction-icon.png") no-repeat 0 0;
  margin: 0 5px;
}
.standAloneDirections:hover {
  color: #FDB927;
}

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

.ticket,
.saffireMobileSize a.ticket {
  background: url("images/ticket-bg.png") no-repeat 0 0;
  color: inherit;
  width: 163px;
  height: 66px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .ticket,
  .saffireMobileSize a.ticket {
    background-size: 100%;
    width: 100px;
    height: 39px;
    font-size: 12px;
  }
}
.ticket:hover,
.saffireMobileSize a.ticket:hover {
  background: url("images/ticket-bg-hover.png") no-repeat 0 0;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1023px) {
  .ticket:hover,
  .saffireMobileSize a.ticket:hover {
    background-size: 100%;
  }
}

.ticket {
  margin-left: 17px;
}
@media screen and (max-width: 1199px) {
  .ticket {
    margin-left: 11px;
  }
}
@media screen and (max-width: 1023px) {
  .ticket {
    margin-left: 8px;
  }
}
.saffireMobileSize .ticket {
  margin-left: 0;
}

.saffireMobileSize a.ticket {
  width: 126px;
  height: 51px;
  font-size: 15px;
}
.saffireMobileSize a.ticket:hover {
  display: flex;
  width: 126px;
  height: 51px;
  font-size: 15px;
  background-size: 100% 100%;
  align-items: center;
  justify-content: center;
}

.header .emailSignup {
  display: inline-flex;
  align-items: center;
}
.header .emailSignup .emailInputField input {
  height: 30px;
  width: 170px;
  padding: 0 5px;
  font-size: 14px;
  font-family: "proxima-nova", sans-serif, 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: 30px;
  padding: 0 10px;
  background: #999999;
  border-radius: 0 !important;
  font-size: 14px;
  font-family: "proxima-nova", sans-serif, Arial, Verdana, sans-serif;
  width: 35px;
  padding: 0;
  font-size: 0;
}
.header .emailSignup .emailSubmitButton:before {
  content: "\f0e0";
  display: block;
  font-size: 18px;
  font-family: "FontAwesome";
  line-height: 1;
  color: #000;
}
.header .emailSignup .emailSubmitButton:hover {
  background: #eee;
}
.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;
}
.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: 0px 14px 0 0px;
  flex-direction: row;
  z-index: 99999;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
  height: 30px;
  width: 170px;
  padding: 0 5px;
  font-size: 14px;
  font-family: "proxima-nova", sans-serif, Arial, Verdana, sans-serif;
  border-radius: 0 !important;
  position: absolute;
  top: -4px;
  right: 100%;
  width: 0;
  padding: 0;
  transition: 0.2s;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input:focus {
  width: 170px;
  padding: 0 5px;
  transition: 0.2s;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  height: 24px;
  padding: 0 10px;
  background: transparent;
  border-radius: 0 !important;
  font-size: 14px;
  font-family: "proxima-nova", sans-serif, Arial, Verdana, sans-serif;
  width: 26px;
  padding: 0;
  font-size: 0;
  transition: all 0.3s ease 0s;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:before {
  content: "";
  display: block;
  font-size: 18px;
  font-family: "FontAwesome";
  line-height: 1;
  color: #000;
  background: url(images/search-icon.png) no-repeat center center;
  height: 24px;
  width: 24px;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover:before {
  background: url(images/search-icon-hover.png) no-repeat center center;
  transition: all 0.3s ease 0s;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover {
  background: transparent;
}
.header .searchBox:not(.clonedSearchBox):hover .searchBoxInput input {
  width: 170px;
  padding: 0 5px;
  transition: 0.2s;
}

.saffireMobileSize .header .searchBox:not(.clonedSearchBox) {
  display: none;
}

.saffireLargeSize .viewcart {
  display: inline-flex;
  color: #fff;
  margin-right: 16px;
  z-index: 9999;
  position: relative;
}
.saffireLargeSize .viewcart .cartMenuLink {
  display: inline-block;
  color: #fff;
  vertical-align: top;
  margin-top: 0px;
  margin-right: 4px;
  font-size: 15px;
  text-decoration: none;
  font-weight: 400;
}
.saffireLargeSize .viewcart .cartMenuLink:before {
  content: "";
  height: 20px;
  width: 23px;
  position: relative;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 26px;
  line-height: 1;
  background: url(images/cart-icon.png) no-repeat 0 0;
  color: inherit;
  display: inline-block;
  vertical-align: middle;
}

.saffireMobileSize .viewcart .cartMenuLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 40px;
  color: #eee;
}
.saffireMobileSize .viewcart .cartMenuLink:before {
  content: "";
  height: 20px;
  width: 23px;
  position: relative;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 26px;
  line-height: 1;
  background: url(images/cart-icon.png) no-repeat 0 0;
  color: inherit;
  display: inline-block;
  vertical-align: middle;
}

.mobile-nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  vertical-align: top;
  background: url(images/mobile-nav.png) no-repeat center center;
  cursor: pointer;
}
.mobile-nav-toggle:before {
  content: "";
  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 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.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 a {
  padding-right: 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 17px;
  background: none;
  font-family: "proxima-nova", sans-serif, Arial, Verdana, sans-serif, Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #213B73;
  text-transform: uppercase;
}
@media screen and (max-width: 1365px) {
  .saffireLargeSize .nav .groups .group > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .saffireLargeSize .nav .groups .group > a {
    font-size: 16px;
    padding: 10px 11px;
  }
}
@media screen and (max-width: 1023px) {
  .saffireLargeSize .nav .groups .group > a {
    font-size: 14px;
    padding: 10px 8px;
  }
}
.saffireLargeSize .nav .groups .group:hover > a {
  color: #30539F;
}
.saffireLargeSize .nav .items {
  top: 100%;
  left: 0;
  padding: 0;
  background: #213B73;
}
.saffireLargeSize .nav .items .item a {
  padding: 5px 15px;
  color: #fff;
  font-family: "proxima-nova", sans-serif, 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: #2c4f9b;
}
.saffireLargeSize .nav .subitems {
  left: 100%;
  padding: 0;
  background: #213B73;
}

/*********************** FOOTER **************************/
.footer { /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 7px 0 50px;
  background: url("images/footer-bg.jpg") repeat-x #fff center;
  background-size: cover;
  color: #fff;
  text-align: center;
  border-top: 15px solid #ffba00;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer ul.footerItems1 {
  display: inline-block;
  margin: 0 auto;
  font-family: "proxima-nova", sans-serif, Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 700;
  border-top: 2px solid #ffba00;
  padding: 30px 0 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .footer ul.footerItems1 {
    font-size: 13px;
  }
}
.saffireMobileSize .footer ul.footerItems1 {
  width: 306px;
  padding-top: 12px;
}
.saffireMobileSize .footer ul.footerItems1 .separator {
  display: none;
}
.saffireMobileSize .footer ul.footerItems1 li {
  line-height: 23px;
  display: block;
  font-size: 14px;
}
.footer .footerSignIn {
  text-transform: uppercase;
}
.footer ul.footerItems2 {
  margin: 0 auto;
}
.footer .footer-logo {
  display: inline-block;
  width: 296px;
  height: 175px;
  background: url("images/footer-logo.png") no-repeat 0 0;
}
.saffireMobileSize .footer .footer-logo {
  background-size: 100%;
  width: 247px;
  height: 138px;
  background-position: center center;
}
.footer .office-email {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: -10px 0 15px;
  padding-bottom: 11px;
}
@media screen and (max-width: 1023px) {
  .footer .office-email {
    font-size: 18px;
  }
}
.saffireMobileSize .footer .office-email {
  margin-bottom: 0;
}
.saffireMobileSize .footer .office-email li {
  display: block;
  line-height: 25px;
  font-size: 17px;
}
.saffireMobileSize .footer .office-email li span {
  display: none;
}
.footer .office-email li span {
  display: inline-block;
  margin: 0 9px 0 3px;
}
.footer .footer-bottom {
  font-size: 14px;
  font-weight: 700;
}

.saffireMobileSize .footer {
  background: url("images/footer-bg.jpg") repeat-x #fff center;
  background-size: cover;
}
.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: 25px;
  text-align: center;
}

.poweredby {
  margin-top: 33px;
  text-align: center;
  margin-left: 14px;
}

/* 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: #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: "proxima-nova", sans-serif, Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  opacity: 0;
  transition: 1s;
}
@media screen and (max-width: 100%) {
  .homepage .slideshowSwiperDescription.currentSlideDescription {
    padding-top: 1em;
    padding-left: 2%;
    padding-right: 2%;
  }
}
.homepage #newSliderDescriptionContainer {
  background: #fff;
}
.homepage .sliderTitle {
  position: relative;
  max-width: 100%;
  line-height: normal;
  font-family: "proxima-nova", sans-serif, Arial, Verdana, sans-serif;
  font-size: 33px;
  font-weight: 700;
  color: #213B73;
  text-align: center;
  text-transform: uppercase;
  height: 37px;
}
@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;
}
.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: none;
  padding: 3px 10px;
  font-family: "proxima-nova", sans-serif, Arial, Verdana, sans-serif;
  font-size: 15px;
  color: #fff !important;
  background: #D9181C;
  background: linear-gradient(180deg, #D9181C);
  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: #ea4447;
}
.homepage .slideshowSwiperButtonPrev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin: auto;
  margin-top: -10px;
  z-index: 4;
  transition: all 0.3s ease;
  cursor: pointer;
  display: block;
  background: url("images/slideshow-left.png") no-repeat left center;
  width: 46px;
  height: 46px;
  left: 0;
  right: calc(1300px + (-15px * -1));
  /* Slideshow Swiper Button - PREV - Hover Styles*/
}
@media screen and (max-width: 1330px) {
  .homepage .slideshowSwiperButtonPrev {
    left: 10px;
    right: auto;
  }
}
@media screen and (max-width: 1050px) {
  .homepage .slideshowSwiperButtonPrev {
    left: 1%;
    right: auto;
  }
}
@media screen and (max-width: 1440px) {
  .homepage .slideshowSwiperButtonPrev {
    left: 10px;
    right: auto;
  }
}
.homepage .slideshowSwiperButtonPrev:hover {
  background: url("images/slideshow-left-hover.png") no-repeat left center;
}
.homepage .slideshowSwiperButtonNext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: auto;
  margin-top: -10px;
  z-index: 4;
  transition: all 0.3s ease;
  cursor: pointer;
  display: block;
  width: 46px;
  height: 46px;
  background: url("images/slideshow-right.png") no-repeat right center;
  right: 0;
  left: calc(1300px + (-15px * -1));
  /* Slideshow Swiper Button - PREV - Hover Styles*/
}
@media screen and (max-width: 1330px) {
  .homepage .slideshowSwiperButtonNext {
    right: 10px;
    left: auto;
  }
}
@media screen and (max-width: 1050px) {
  .homepage .slideshowSwiperButtonNext {
    right: 1%;
    left: auto;
  }
}
@media screen and (max-width: 1440px) {
  .homepage .slideshowSwiperButtonNext {
    right: 10px;
    left: auto;
  }
}
.homepage .slideshowSwiperButtonNext:hover {
  background: url("images/slideshow-right-hover.png") no-repeat right center;
}
.homepage .sliderControlsContainer {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: calc(100% - 50px);
  bottom: auto;
  /* setting is left, right or center*/
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 102px;
  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: none;
}
.homepage .swiper-pagination-bullet {
  position: relative;
  top: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  background: #76809B;
  transition: background 0.4s ease;
  border-radius: 50%;
}
.homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FDB927;
}
.homepage .swiper-pagination-bullet:hover {
  background: #FDB927;
}
.homepage .sliderPlayPause {
  display: inline-block;
  cursor: pointer;
  width: 12px;
  height: 12px;
  font-size: 0;
  color: #76809B;
}
.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 .swiper-container {
  border: none;
}
.homepage.saffireLargeSize .currentSlideDescription {
  max-width: 100%;
  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 5px;
  padding: 3px 10px;
}
.homepage.saffireLargeSize .sliderTitle {
  width: 100%;
  max-width: 100%;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.homepage.saffireLargeSize #newSliderDescriptionContainer {
  box-sizing: border-box;
  position: static;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  bottom: 0;
  top: auto;
  height: auto;
  width: 100%;
  max-width: 100%;
  z-index: 2;
  transition: 1s;
  height: auto;
  min-height: 108px;
  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;
  justify-content: 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: 20px;
  text-align: center;
  line-height: 1;
}
.homepage.saffireMobileSize .currentSlideDescription {
  width: 100%;
  height: auto;
  padding: 27px 5% 30px;
  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 {
  display: none;
}
.homepage.saffireMobileSize #newSliderDescriptionContainer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 0;
  padding-top: 0;
  background: #fff;
  z-index: 2;
}
.homepage.saffireMobileSize .slideshowSwiperButtonPrev {
  display: none !important;
}
.homepage.saffireMobileSize .slideshowSwiperButtonNext {
  display: none !important;
}
.homepage.saffireMobileSize .sliderControlsContainer {
  position: absolute;
  bottom: 0;
  padding: 0;
  top: auto;
}

.homepage .swiper-container,
.homepage .swiper-slide {
  height: calc(100vh - 158px) !important;
}
.homepage.generalMessageOn .swiper-container,
.homepage.generalMessageOn .swiper-slide {
  height: calc(100vh - 198px) !important;
}
.homepage.saffireMobileSize .swiper-container,
.homepage.saffireMobileSize .swiper-slide {
  height: 54vw !important;
}

#cardWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
#cardWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 390px;
  height: 320px;
  margin: 7px 7px 6px;
}
.saffireMobileSize #cardWidget .card-widget-item {
  height: auto;
  margin: 5px 0;
  max-width: 100%;
}
#cardWidget .card-widget-item:hover .card-content {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
#cardWidget .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 28px "proxima-nova", sans-serif, Arial, Verdana, sans-serif;
  color: #213B73;
  font-weight: 700;
  text-transform: uppercase;
  background: #F2ECDE;
  padding: 20px 10px;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-height: 71px;
  text-decoration: none;
}
.saffireMobileSize #cardWidget .card-widget-title {
  font-size: 25px;
  padding: 30px 10px 29px;
  background: #f8f5ee;
}
#cardWidget .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 248px;
}
.saffireMobileSize #cardWidget .image-container {
  display: none;
}
#cardWidget .image-container .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(253, 185, 39, 0.95);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
#cardWidget .image-container .card-content .card-widget-description {
  box-sizing: border-box;
  font: 19px/1.3 "proxima-nova", sans-serif, Arial, Verdana, sans-serif;
  color: #303030;
  padding: 10px 25px 18px;
  font-weight: 500;
  width: 100%;
}
#cardWidget .image-container .card-content .buttonwrap a {
  margin: 0 5px;
  padding: 11px 35px;
}

#siteInfoBannerWidget {
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  height: 30px;
  width: auto;
  margin-right: 12px;
  margin-left: 28px;
  max-width: 100%;
  padding: 3px 13px;
  background: #ffba00;
  font-family: "proxima-nova", sans-serif, Arial, Verdana, sans-serif;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 1;
  z-index: 2;
  min-width: auto;
  flex-direction: column;
  justify-content: center;
}
body:not(.eventsMode) #siteInfoBannerWidget {
  display: none !important;
}
#siteInfoBannerWidget:before, #siteInfoBannerWidget:after {
  content: "";
  position: absolute;
  top: 0;
  width: 12px;
  height: 30px;
}
#siteInfoBannerWidget:before {
  left: -12px;
  background: url("images/arrow-left.png") no-repeat 0 0;
}
#siteInfoBannerWidget:after {
  right: -12px;
  background: url("images/arrow-right.png") no-repeat 0 0;
}
#siteInfoBannerWidget #eventDates {
  font-family: "proxima-nova", sans-serif, Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #213B73;
  font-style: italic;
  text-transform: uppercase;
}
@media screen and (max-width: 1250px) {
  #siteInfoBannerWidget #eventDates {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  #siteInfoBannerWidget #eventDates {
    font-size: 14px;
  }
}
#siteInfoBannerWidget #eventName {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
body:not(.siteInfoBannerWidgetDateIsPast) #siteInfoBannerWidget #eventName {
  display: none;
}
#siteInfoBannerWidget .countdownDays {
  display: inline-block;
  font-family: "proxima-nova", sans-serif, Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  #siteInfoBannerWidget .countdownDays {
    font-size: 14px !important;
  }
}

.siteInfoBannerOff #siteInfoBannerWidget {
  display: none !important;
}

.saffireMobileSize #siteInfoBannerWidget {
  left: auto;
  right: auto !important;
  color: #fff;
  width: 285px;
  margin: 12px auto 0;
  display: flex;
}
@media screen and (max-width: 375px) {
  .saffireMobileSize #siteInfoBannerWidget {
    width: auto;
    max-width: 80%;
  }
}
.saffireMobileSize #siteInfoBannerWidget #eventDates {
  font-size: 20px;
  color: #213B73;
}
@media screen and (max-width: 370px) {
  .saffireMobileSize #siteInfoBannerWidget #eventDates {
    font-size: 16px;
  }
}
.saffireMobileSize #siteInfoBannerWidget .countdownDays {
  font-size: 14px;
  color: inherit;
}

body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
  font-family: "proxima-nova", sans-serif, Arial, Verdana, sans-serif;
  font-size: 18px;
  color: #213B73;
}
@media screen and (max-width: 817px) {
  body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
    font-size: 16px;
  }
}
body.siteInfoBannerWidgetDateIsPast.noThankYouMessage #siteInfoBannerWidget {
  display: none !important;
}

#premierSponsors {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
#premierSponsors .card-widget-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#premierSponsors .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  order: 2;
}
#premierSponsors .image-container .card-widget-image {
  max-width: 440px;
  max-height: 71px;
}
.saffireMobileSize #premierSponsors .image-container .card-widget-image {
  max-width: 355px;
  max-height: 60px;
}
#premierSponsors .card-widget-title {
  background: url("images/title-bg.png") no-repeat center center;
  position: static;
  display: block;
  width: 100%;
  font: 23px "proxima-nova", sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  height: 40px;
  box-sizing: border-box;
  padding: 7px 50px;
  text-align: center;
  order: 1;
  margin-bottom: 10px;
  max-width: 444px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.saffireMobileSize #premierSponsors .card-widget-title {
  font-size: 19px;
  width: 355px;
  height: 55px;
  background-size: 100%;
  padding: 17px 50px;
  margin-bottom: 12px;
}
#premierSponsors .card-content {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  order: 3;
}
#premierSponsors .card-content .card-widget-description {
  font: 20px "proxima-nova", sans-serif;
  font-weight: 700;
  color: #213B73;
  font-style: italic;
  text-transform: uppercase;
}
#premierSponsors .card-content .buttonwrap {
  position: absolute;
  bottom: 15px;
}
#premierSponsors .card-content .buttonwrap a {
  margin: 0 5px;
}

#services {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  flex-direction: row;
  padding: 0;
}
.saffireMobileSize #services {
  flex-direction: column;
  align-items: center;
}
#services .card-widget-item {
  box-sizing: border-box;
  position: relative;
  padding: 0 100px;
  max-width: 498px;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 1550px) {
  #services .card-widget-item {
    max-width: 400px;
    padding: 0 60px;
  }
}
@media screen and (max-width: 1365px) {
  #services .card-widget-item {
    max-width: 33%;
    padding: 0 40px;
  }
}
.saffireMobileSize #services .card-widget-item {
  width: 100%;
  max-width: 340px;
  margin-bottom: 24px;
}
.saffireMobileSize #services .card-widget-item:after, .saffireMobileSize #services .card-widget-item:before {
  display: none;
}
#services .card-widget-item:nth-child(2):after, #services .card-widget-item:nth-child(2):before {
  content: "";
  background: #fff;
  width: 2px;
  height: 92px;
  position: absolute;
  top: 0;
}
#services .card-widget-item:nth-child(2):after {
  left: 0;
}
#services .card-widget-item:nth-child(2):before {
  right: 0;
}
#services .card-widget-item:last-child:before {
  display: none;
}
#services .card-widget-item .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
#services .card-widget-item .card-content .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 34px/1 "proxima-nova", sans-serif;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.saffireMobileSize #services .card-widget-item .card-content .card-widget-title {
  font-size: 26px;
  padding-bottom: 18px;
}
#services .card-widget-item .card-content .card-widget-title:after {
  content: "";
  position: absolute;
  left: calc(50% - 17px);
  top: calc(100% - 5px);
  width: 35px;
  height: 2px;
  background: #D9181C;
}
#services .card-widget-item .card-content .card-widget-description {
  width: 100%;
  font: 19px "proxima-nova", sans-serif;
  font-weight: 500;
  color: #fff;
  margin-top: 6px;
}
@media screen and (max-width: 1199px) {
  #services .card-widget-item .card-content .card-widget-description {
    font-size: 16px;
  }
}
.saffireMobileSize #services .card-widget-item .card-content .card-widget-description {
  font-size: 17px;
  margin-top: 8px;
}
#services .card-widget-item .card-content .buttonwrap {
  display: none;
}

.giving-back-section {
  background: url("images/footer-bg.jpg") no-repeat 0 0;
  background-size: cover;
  padding: 36px 0 50px;
}
.saffireMobileSize .giving-back-section {
  padding: 33px 0 25px;
}
.giving-back-section .container {
  max-width: 1500px;
}

.giving-back {
  text-align: center;
  margin-bottom: 28px;
}
.saffireMobileSize .giving-back {
  margin-bottom: 33px;
}
.giving-back h3 {
  box-sizing: border-box;
  display: inline-block;
  width: 452px;
  height: 67px;
  padding: 7px 90px 0;
  font: 29px "proxima-nova", sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: url("images/giving-back-title.png") no-repeat 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.saffireMobileSize .giving-back h3 {
  font-size: 23px;
  width: 336px;
  height: 55px;
  background-size: 100%;
}
.giving-back p {
  width: 100%;
  font: 17px "proxima-nova", sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 3px;
  line-height: 1.2;
  margin-top: -8px;
}
.saffireMobileSize .giving-back p {
  font-size: 14px;
  margin-top: -11px;
}

#eventTitle {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1202px;
  margin: 0 auto 43px;
  padding: 0;
  position: relative;
}
.saffireMobileSize #eventTitle {
  margin: 0 auto 15px;
}
#eventTitle:after, #eventTitle:before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  height: 2px;
  background: #213B73;
  width: 27%;
}
@media screen and (max-width: 1199px) {
  #eventTitle:after, #eventTitle:before {
    width: 24%;
    top: calc(50% - 0px);
  }
}
@media screen and (max-width: 1023px) {
  #eventTitle:after, #eventTitle:before {
    width: 15%;
  }
}
.saffireMobileSize #eventTitle:after, .saffireMobileSize #eventTitle:before {
  display: none;
}
#eventTitle:after {
  right: 0;
}
#eventTitle:before {
  left: 0;
}
#eventTitle .card-widget-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  align-items: center;
  justify-content: center;
}
#eventTitle .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  order: 2;
}
#eventTitle .image-container .card-widget-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#eventTitle .card-widget-title {
  box-sizing: border-box;
  display: inline-block;
  width: 493px;
  height: 74px;
  padding: 9px 90px 0;
  font: 30px "proxima-nova";
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: url(images/event-title-bg.png) no-repeat 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.saffireMobileSize #eventTitle .card-widget-title {
  font-size: 22px;
  width: 355px;
  height: 55px;
  background-size: 100%;
  padding: 9px 70px 0;
}
#eventTitle .card-content {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  order: 3;
}
#eventTitle .card-content .card-widget-description {
  font: 21px "proxima-nova", sans-serif;
  font-weight: 700;
  color: #213B73;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-top: -10px;
}
.saffireMobileSize #eventTitle .card-content .card-widget-description {
  font-size: 15px;
}
#eventTitle .card-content .buttonwrap {
  position: absolute;
  bottom: 15px;
}
#eventTitle .card-content .buttonwrap a {
  margin: 0 5px;
}

#multiScheduleFeature {
  box-sizing: border-box;
  background: #fff;
  width: 585px;
  max-width: 100%;
  padding: 8px;
  color: #213B73;
}
@media screen and (max-width: 1260px) {
  #multiScheduleFeature {
    width: 500px;
  }
}
@media screen and (max-width: 1199px) {
  #multiScheduleFeature {
    width: 480px;
  }
}
.saffireMobileSize #multiScheduleFeature {
  padding: 0;
}
#multiScheduleFeature .featureItem {
  box-sizing: border-box;
  display: flex;
  transition: 0.3s;
  position: relative;
  min-height: 78px;
}
#multiScheduleFeature .featureItem:hover {
  background: #213B73;
}
#multiScheduleFeature .featureItem:hover .featureItemTitle,
#multiScheduleFeature .featureItem:hover .featureItemDescription,
#multiScheduleFeature .featureItem:hover .featureItemDate,
#multiScheduleFeature .featureItem:hover .more-text {
  color: #fff;
}
#multiScheduleFeature .text-container {
  padding: 10px 12px 10px 85px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.saffireMobileSize #multiScheduleFeature .text-container {
  padding: 10px 12px 5px 60px;
}
#multiScheduleFeature .featureItemImage {
  display: none;
  width: 100px;
  min-width: 100px;
  height: auto;
  margin-right: 10px;
  text-align: center;
}
#multiScheduleFeature .featureItemImage img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
#multiScheduleFeature .featureItemTitle,
#multiScheduleFeature .featureItemDate,
#multiScheduleFeature .button-container {
  display: block;
}
#multiScheduleFeature .featureItemTitle {
  font-family: "proxima-nova", sans-serif, Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: 19px;
  order: 2;
  align-items: left;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: left;
  color: #213B73;
  line-height: 1;
  margin-bottom: 2px;
}
.saffireMobileSize #multiScheduleFeature .featureItemTitle {
  font-size: 18px;
}
#multiScheduleFeature .featureItemDate {
  font-family: "proxima-nova", sans-serif, Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #213B73;
  order: 1;
  text-transform: uppercase;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 67px;
  height: 53px;
  position: absolute;
  left: 0;
  top: 12px;
  line-height: 1.1;
}
.saffireMobileSize #multiScheduleFeature .featureItemDate {
  font-size: 16px;
}
.saffireMobileSize #multiScheduleFeature .featureItemDate span {
  font-size: 29px !important;
  line-height: 22px;
}
#multiScheduleFeature .featureItemDate span {
  font-size: 35px;
}
#multiScheduleFeature .featureItemDescription {
  font-family: "proxima-nova", sans-serif, Arial, Verdana, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3;
  order: 3;
  color: #303030;
  width: 100%;
}
.saffireMobileSize #multiScheduleFeature .featureItemDescription {
  font-size: 14px;
}
#multiScheduleFeature .more-text {
  padding-left: 3px;
  text-decoration: underline;
  display: block;
  color: #D9181C;
  font-size: 15px;
}
.saffireMobileSize #multiScheduleFeature .more-text {
  font-size: 14px;
}

div#mf-content {
  height: 356px;
}
.saffireMobileSize div#mf-content {
  height: 408px;
}

.all-events-btn {
  max-width: 151px;
  margin: 20px auto 0;
  padding: 11px 27px !important;
  display: block;
}
.saffireMobileSize .all-events-btn {
  margin-bottom: 4px;
  padding: 10px 16px !important;
  font-size: 13px !important;
}

.multi-schedule-container {
  margin-left: auto;
  background: #fff;
  padding-bottom: 15px;
  margin-right: 43px;
}
@media screen and (max-width: 1199px) {
  .multi-schedule-container {
    margin: 30px 0 0;
  }
}
.saffireMobileSize .multi-schedule-container {
  max-width: 100%;
  margin-top: 10px !important;
}
.multi-schedule-container .event-title {
  font: 28px "proxima-nova", sans-serif, Arial, Verdana, sans-serif;
  font-weight: 700;
  background: #213B73;
  color: #fff;
  padding: 8px 10px;
  text-align: center;
  position: relative;
  margin: 11px -8px 8px 12px;
  box-sizing: border-box;
}
.saffireMobileSize .multi-schedule-container .event-title {
  font-size: 20px;
  padding: 7px 10px 3px;
  margin-right: -6px;
  text-indent: -18px;
}
.multi-schedule-container .event-title:before, .multi-schedule-container .event-title:after {
  position: absolute;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
.multi-schedule-container .event-title:after {
  left: 0;
  border-width: 24px 0 24px 16px;
  border-color: transparent transparent transparent #fff;
}
.saffireMobileSize .multi-schedule-container .event-title:after {
  border-width: 17px 0 17px 16px;
}
.multi-schedule-container .event-title:before {
  right: 0;
  top: 100%;
  border-width: 7px 8px 0 0;
  border-color: #13213e transparent transparent transparent;
}
.saffireMobileSize .multi-schedule-container .event-title:before {
  border-width: 7px 6px 0 0;
}

.socialNetworks {
  z-index: 80000000;
  position: fixed;
  right: 15px;
  top: 162px;
  transition: 0.6s ease;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  padding: 6px 3px;
}
.saffireMobileSize.homepage .header .socialNetworks {
  display: none;
}
.saffireLargeSize .content .socialNetworks {
  display: none;
}
.socialNetworks img {
  display: block;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
}
.socialNetworks > span, .socialNetworks > a {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  left: 0;
  border: 3px solid rgba(0, 0, 0, 0.2);
  transition: 0.2s;
  border-radius: 50%;
  border: none;
  padding: 3px 4px;
  background-color: transparent;
}
.socialNetworks > span:not(:last-child), .socialNetworks > a:not(:last-child) {
  margin-bottom: 4px;
}
@media screen and (max-width: 1540px) {
  .socialNetworks > span, .socialNetworks > a {
    margin-bottom: 0px !important;
  }
}
.socialNetworks > a:hover {
  left: -6px;
  z-index: 2;
  transition: 0.2s;
  left: 0;
  background-color: #e5e5e5;
}

/*General Message ON Sidebar widget*/
.generalMessageOn.pageIsLoaded .socialNetworks {
  top: 208px;
}
@media screen and (max-width: 1540px) {
  .generalMessageOn.pageIsLoaded .socialNetworks {
    top: auto;
  }
}

#musicPlayerLink {
  height: 40px;
  width: 40px;
  float: none;
  margin: 0;
  background: url("images/music.jpg") no-repeat right 0;
  border: 3px solid rgba(0, 0, 0, 0.2);
  z-index: 2;
  border-radius: 50%;
  border: none;
  padding: 0;
  margin: 3px;
  background-color: transparent;
  background-position: center;
  background-size: cover;
}
#musicPlayerLink #musicPlayerDropdown {
  top: -3px;
  right: 43px;
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.2);
  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: 1540px) {
  .socialNetworks {
    top: auto;
    right: 0;
    bottom: 5px;
    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: 15px;
}
@media screen and (max-width: 1540px) {
  .pageIsLoaded .socialNetworks {
    bottom: 0;
    top: auto !important;
    bottom: 5px;
    right: 5px;
  }
}

.homepage.saffireLargeSize .content .socialNetworks {
  display: none;
}

.homepage.saffireMobileSize .content .socialNetworks {
  position: static;
  width: 100%;
  box-sizing: border-box;
  background: #213B73;
  border-radius: 0;
  padding: 10px 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  z-index: 9;
}
.homepage.saffireMobileSize .content .socialNetworks a {
  max-width: 40px;
  max-height: 40px;
  margin: 0px 3px;
}
.homepage.saffireMobileSize .content .socialNetworks img {
  max-width: 40px;
  max-height: 40px;
}

/* SOCIAL NETWORK PLUGIN */
#socialNetworkWidget {
  height: 512px;
  width: 500px;
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
  #socialNetworkWidget {
    flex-direction: column !important;
  }
}
.saffireMobileSize #socialNetworkWidget {
  height: 405px;
}
#socialNetworkWidget .socialTabContainer {
  background: transparent;
  display: flex;
}
@media screen and (max-width: 1199px) {
  #socialNetworkWidget .socialTabContainer {
    flex-direction: row !important;
    margin-bottom: 15px !important;
  }
}
.saffireMobileSize #socialNetworkWidget .socialTabContainer {
  justify-content: center;
  margin-right: 0;
  margin-bottom: 7px !important;
}
#socialNetworkWidget .tab-wrapper {
  background: #fff;
  padding: 12px 14px;
  width: 100%;
  box-sizing: border-box;
}
.saffireMobileSize #socialNetworkWidget .tab-wrapper {
  padding: 9px 14px;
}
#socialNetworkWidget .tab-wrapper h3 {
  font: 28px "proxima-nova", sans-serif, Arial, Verdana, sans-serif;
  font-weight: 700;
  background: #213B73;
  color: #fff;
  margin-bottom: 12px;
  padding: 8px 10px;
  text-align: center;
  position: relative;
  margin-left: -22px;
  box-sizing: border-box;
}
.saffireMobileSize #socialNetworkWidget .tab-wrapper h3 {
  font-size: 20px;
  padding: 7px 10px 3px;
  margin-left: -20px;
  text-indent: 18px;
}
#socialNetworkWidget .tab-wrapper h3:before, #socialNetworkWidget .tab-wrapper h3:after {
  position: absolute;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
#socialNetworkWidget .tab-wrapper h3:after {
  right: 0;
  border-width: 24px 16px 24px 0;
  border-color: transparent #fff transparent transparent;
}
.saffireMobileSize #socialNetworkWidget .tab-wrapper h3:after {
  border-width: 17px 14px 17px 0;
}
#socialNetworkWidget .tab-wrapper h3:before {
  left: 0px;
  top: 100%;
  border-width: 0 8px 7px 0;
  border-color: transparent #13213e transparent transparent;
}
.saffireMobileSize #socialNetworkWidget .tab-wrapper h3:before {
  border-width: 0 6px 7px 0;
  left: 0px;
}
#socialNetworkWidget .socialNetworkTab {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  margin: 0 10px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1199px) {
  #socialNetworkWidget .socialNetworkTab {
    margin: 0 10px 0 0 !important;
  }
}
.saffireMobileSize #socialNetworkWidget .socialNetworkTab {
  height: 34px;
  width: 34px;
}
.saffireMobileSize #socialNetworkWidget .socialNetworkTab .circle {
  fill: rgba(33, 59, 115, 0.7);
}
.saffireMobileSize #socialNetworkWidget .socialNetworkTab.activeTab .circle, .saffireMobileSize #socialNetworkWidget .socialNetworkTab:hover .circle {
  fill: #213B73;
}
.saffireMobileSize #socialNetworkWidget .socialNetworkTab:last-child {
  margin-right: 0 !important;
}
#socialNetworkWidget .socialNetworkTab .circle {
  fill: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
}
#socialNetworkWidget .socialNetworkTab .circle:hover {
  fill: #fff;
  transition: 0.3s;
}
#socialNetworkWidget .socialNetworkTab.activeTab .circle, #socialNetworkWidget .socialNetworkTab:hover .circle {
  fill: #fff;
}
#socialNetworkWidget .socialFeedContainer {
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
  height: 432px;
  width: 500px;
  max-width: 100%;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 1199px) {
  #socialNetworkWidget .socialFeedContainer {
    height: 300px;
  }
}
#socialNetworkWidget #instafeedContainer img {
  width: 45%;
  margin-right: 3%;
  margin-left: 2%;
}
#socialNetworkWidget #instafeedContainer > a:hover {
  opacity: 0.8;
}
#socialNetworkWidget #facebookfeedContainer {
  overflow: hidden;
}

.saffireMobileSize .follow-us-wrap {
  max-width: 100%;
}

.saffireMobileSize.isResponsive #socialNetworkWidget iframe {
  height: 300px !important;
}

/* Set the container ID*/
/* Size the container*/
/* Size the images*/
/* Format titles*/
/* Format arrows*/
#sponsorWidgetContainer {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  padding: 10px 27px 0;
}
.saffireMobileSize #sponsorWidgetContainer {
  padding: 6px 0 0;
}
#sponsorWidgetContainer .sponsorWidgetContainer .sponsor-controls-container:focus-within {
  bottom: 3px;
  opacity: 1;
  transition: 0.2s;
  pointer-events: auto;
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsorCarouselImageContainer {
  animation-play-state: paused;
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:before {
  content: "Resume";
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:after {
  content: "\f04b";
  padding-left: 2px;
}
#sponsorWidgetContainer .sponsorWidgetContainer:hover .sponsor-controls-container {
  bottom: 3px;
  opacity: 1;
  transition: 0.2s;
  pointer-events: auto;
}
#sponsorWidgetContainer .sponsorCarouselImage img {
  max-width: 200px;
  max-height: 140px;
}
#sponsorWidgetContainer #sponsorsTitleContainer {
  width: 100%;
  text-align: center;
  top: 0;
}
#sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  display: none;
}
#sponsorWidgetContainer #sponsorArrowRight {
  right: 0;
  top: 50%;
  width: 13px;
  height: 21px;
  background: url("images/sponsor-right-arrow.png") no-repeat 0 0;
}
#sponsorWidgetContainer #sponsorArrowRight span {
  display: none;
}
#sponsorWidgetContainer #sponsorArrowRight:hover {
  background: url("images/sponsor-right-arrow-hover.png") no-repeat 0 0;
}
.saffireMobileSize #sponsorWidgetContainer #sponsorArrowRight {
  display: none;
}
#sponsorWidgetContainer #sponsorArrowLeft {
  left: 0;
  top: 50%;
  width: 13px;
  height: 21px;
  background: url("images/sponsor-left-arrow.png") no-repeat 0 0;
}
#sponsorWidgetContainer #sponsorArrowLeft span {
  display: none;
}
#sponsorWidgetContainer #sponsorArrowLeft:hover {
  background: url("images/sponsor-left-arrow-hover.png") no-repeat 0 0;
}
.saffireMobileSize #sponsorWidgetContainer #sponsorArrowLeft {
  display: none;
}
#sponsorWidgetContainer .sponsor-controls-container {
  box-sizing: border-box;
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 30px;
  background: #fff;
  box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.5);
  z-index: 999;
  transition: 0.2s;
  opacity: 0;
  pointer-events: none;
}
#sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 10px;
  border: none;
  background: #fff;
  color: #303030;
  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: #303030;
  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: #303030;
}

.sponsorCarouselImageContainer a {
  margin: 0 35px;
}

#videoSection {
  position: relative;
  display: block;
  width: 970px;
  max-width: 100%;
  vertical-align: top;
  float: none;
  overflow: hidden;
  margin: 0 auto;
}
#videoSection.single-video #arrow-container {
  display: none;
}

#videoWidget {
  box-sizing: border-box;
  position: relative;
  height: 0;
  width: 100%;
  max-width: 970px;
  padding-bottom: 56.3%;
  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);
  }
}
#socialNetworkWidget {
  max-width: 100%;
  display: flex;
  flex-direction: row;
}
#socialNetworkWidget .socialTabContainer {
  flex-direction: column;
  margin-right: 18px;
  padding-top: 0;
}
#socialNetworkWidget .socialNetworkTab {
  margin: 0 0 10px;
}

.video-section {
  padding: 70px 0 71px;
}
.saffireMobileSize .video-section {
  padding: 10px 0;
}
.saffireMobileSize .video-section .container {
  padding: 0 10px;
}

.card-widget-sec {
  padding: 56px 0 47px;
  border-top: 14px solid #FDB927;
}
.saffireMobileSize .card-widget-sec {
  border-top: 0;
  padding: 5px 0 14px;
}
.saffireMobileSize .card-widget-sec .container {
  padding: 0 10px;
}

.event-wrapper {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1199px) {
  .event-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

.saffireMobileSize .instagram-sec .container {
  padding: 0 10px;
}

.sponsor-section {
  background: #fff;
  padding: 15px 0 10px;
}
.saffireMobileSize .sponsor-section {
  padding: 11px 0 15px;
}
body:not(.eventsMode) .sponsor-section {
  display: none;
}

.wrapper {
  padding-top: 50px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1100px) {
  .wrapper {
    padding-top: 66px;
  }
}
.generalMessageOn .wrapper {
  padding-top: 90px;
}
@media only screen and (max-width: 1100px) {
  .generalMessageOn .wrapper {
    padding-top: 106px;
  }
}
.saffireMobileSize .wrapper {
  padding-top: 146px;
}

body.standardMode.homepage .wrapper {
  padding-top: 40px;
}
@media only screen and (max-width: 800px) {
  body.standardMode.homepage .wrapper {
    padding-top: 146px;
  }
}

body.standardMode.homepage.generalMessageOn .wrapper {
  padding-top: 80px;
}
@media only screen and (max-width: 800px) {
  body.standardMode.homepage.generalMessageOn .wrapper {
    padding-top: 186px;
  }
}

.saffireMobileSize.generalMessageOn .wrapper {
  padding-top: 186px;
}

body:not(.homepage) .wrapper {
  padding-top: 204px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1023px) {
  body:not(.homepage) .wrapper {
    padding-top: 170px;
  }
}

body:not(.homepage).generalMessageOn .wrapper {
  padding-top: 244px;
}
@media only screen and (max-width: 1023px) {
  body:not(.homepage).generalMessageOn .wrapper {
    padding-top: 210px;
  }
}

.saffireMobileSize .banner-section {
  background: #fff;
  transition: all 0.3s ease;
  padding-bottom: 30px;
}

.ct-topbar__list {
  z-index: 9999;
}

.ct-language__dropdown {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 70%;
  left: -15px;
  transition: all 0.25s ease-in-out;
  width: 130px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  z-index: 200;
}
.ct-language__dropdown:before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  right: 0;
  margin: auto;
  width: 0px;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 8px;
  border-left-width: 8px;
  border-bottom: 8px solid #eee;
}
.ct-language__dropdown li {
  background: #eee;
  padding: 5px 10px;
}
.ct-language__dropdown li a {
  display: block;
}

.ct-language__dropdown li:nth-child(-n+2) {
  padding-top: 10px;
}

.ct-language {
  position: relative;
  padding: 0;
  font: 15px/1.5 "proxima-nova", sans-serif, Arial, Verdana, sans-serif;
  font-weight: 500;
  color: #fff;
  margin-left: 20px;
}
.saffireMobileSize .ct-language {
  margin: 0 5px;
}
.ct-language:hover .ct-language__dropdown {
  max-height: 240px;
  padding-top: 8px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.skiptranslate {
  display: none;
}

.saffireMobileSize.homepage #siteInfoBannerWidget {
  position: fixed !important;
  top: 0;
  z-index: 99999999;
  width: 100%;
  left: 0;
  right: 0px !important;
  max-width: 100%;
  margin: 0px auto;
}
.saffireMobileSize.homepage .header {
  top: 30px !important;
}

.saffireMobileSize .header-logo {
  top: -15px !important;
}
.saffireMobileSize .secondary-menu ul.list-unstyled.list-inline.ct-topbar__list li.ct-language .ct-language__dropdown {
  top: 0px !important;
}
.saffireMobileSize .secondary-menu ul.list-unstyled.list-inline.ct-topbar__list li.ct-language {
  position: absolute !important;
  top: -15px;
  right: 0px;
  line-height: normal;
}

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