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

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

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

.loginstatus {
  float: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.cartMenuRemoveButton {
  text-decoration: none;
}

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

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

.standAloneDirections {
  color: inherit;
}

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

.pressPageTabs .tab {
  font-size: 14px;
}

.left.pressDate {
  width: 120px;
}

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

.arrowdown_on {
  border-color: transparent transparent #444;
}

.arrowup {
  border-color: #000 transparent transparent;
}

.arrowup_on {
  border-color: #444 transparent transparent;
}

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

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

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

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

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

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

.featureLineup-buynow .button {
  font-size: 12px;
}

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

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

b,
strong {
  font-family: "OpenSans-Bold-webfont";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #0d4183;
  line-height: 1.2;
  margin: 0 0 0.67em 0;
  text-transform: none;
}

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

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

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

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

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

h6 {
  font-size: 16px;
}
@media screen and (min-width: 450px) {
  h6 {
    font-size: calc(16px + 0 * ((100vw - 450px) / 916));
  }
}
@media screen and (min-width: 1366px) {
  h6 {
    font-size: 16px;
  }
}

.subContainer {
  font-size: 14px;
}
.subContainer h1 {
  font-size: 28px;
}
.subContainer h2 {
  font-size: 24px;
}
.subContainer h3 {
  font-size: 20px;
}
.subContainer h4 {
  font-size: 18px;
}
.subContainer h5 {
  font-size: 16px;
}
.subContainer h6 {
  font-size: 14px;
}

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

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

a:hover {
  text-decoration: none;
}

/***************** CONTAINERS **************************/
body:not(.homepage) {
  background: url(images/innerpage-bg.jpg) no-repeat contain;
  background-size: cover;
}

body.homepage {
  background: #fff;
}

.wrapper {
  width: 100%;
}

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

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

.homepage.saffireMobileSize .content {
  margin-top: 142px;
}
.homepage.saffireMobileSize.generalMessageOn .content {
  margin-top: 182px;
}
.homepage.saffireLargeSize.generalMessageOn .content {
  margin-top: 40px;
}

body:not(.homepage) .content {
  margin-top: 187px;
}
body:not(.homepage).saffireLargeSize.generalMessageOn .content {
  margin-top: 227px;
}
body:not(.homepage).saffireMobileSize.generalMessageOn .content {
  margin-top: 262px;
}
body:not(.homepage).saffireMobileSize .content {
  margin-top: 222px;
}

.subContainer {
  background: #f0f0f0;
  color: #5d5d5d;
  box-shadow: 2px 2px 5px #000;
}
.subContainer a,
.subContainer h1,
.subContainer h2,
.subContainer h3 {
  color: #5d5d5d;
}
.subContainer .error {
  color: #000;
}

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

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

.orderhistory {
  background: #f0f0f0;
}

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

.alternateRow {
  background: #f0f0f0;
}

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

.header-container {
  position: relative;
  box-sizing: border-box;
  padding: 0 15px;
}
.saffireLargeSize .header-container:before {
  content: "";
  width: 100%;
  height: 184px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(28, 125, 237, 0.91) 22%, rgba(28, 125, 237, 0.83) 29%, rgba(28, 125, 237, 0) 100%);
  transition: all 0.2s ease !important;
}
.saffireMobileSize .header-container {
  padding: 0 0 0 11px;
  background: #3f8fed;
  min-height: 71px;
}
.saffireWindowScrolled.saffireLargeSize .header-container:before {
  height: 105px;
}
.header-container .container {
  max-width: 1306px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.header-container .container .main-links {
  display: flex;
  justify-content: flex-end;
  padding: 1px 20px 0 0;
}
.saffireMobileSize .header-container .container .main-links {
  padding: 0 6px 0 0;
}
.header-container .header-right {
  padding: 12px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.saffireMobileSize .header-container .header-right {
  padding: 10px 0 0;
}
.header-container .header-right-top {
  display: flex;
}
.header-container .header-right-col-two {
  padding: 4px 0 0;
}

.tier-two {
  background: url(images/wheel-bg.jpg) no-repeat top 5px center #4b92e6;
  background-size: cover;
}

.Tier.Four {
  background: url(images/tier4bg.jpg) no-repeat;
  background-size: cover;
}

.top-footer {
  box-sizing: border-box;
  padding: 34px 20px 15px;
}
.top-footer .foter-info {
  font-size: 16px;
}
.saffireMobileSize .top-footer .foter-info {
  max-width: 170px;
  margin: 1px auto 0;
  line-height: 1.2;
}
.saffireMobileSize .top-footer {
  padding: 23px 20px 3px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  padding: 3px 20px 30px;
  box-sizing: border-box;
}

.tier-four-inner {
  margin: 0px auto;
  display: flex;
  justify-content: center;
  padding: 38px 0 69px;
  box-shadow: 0px 4px 14px -3px rgba(0, 0, 0, 0.83);
}
.saffireMobileSize .tier-four-inner {
  flex-direction: column;
  align-items: center;
  padding: 9px 0 14px;
}

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

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

.header {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  background: transparent;
  position: fixed;
  top: 0;
  z-index: 99999;
}

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

.saffireMobileSize .header {
  position: fixed;
  top: 0;
  z-index: 99999;
  background: #fff;
  width: 100%;
  height: auto;
}
.saffireMobileSize .headerInnerContent {
  height: auto;
}

.header-logo {
  display: block;
  width: 283px;
  height: 171px;
  background: url(images/logo.png) center/contain no-repeat;
  margin: 0;
  position: absolute;
  left: 0;
  top: 9px;
  z-index: 6;
  transition: all 0.3s ease !important;
}
.saffireWindowScrolled.saffireLargeSize .header-logo {
  width: 158px;
  height: 95px;
}
@media screen and (max-width: 1140px) {
  .header-logo {
    width: 158px;
    height: 95px;
  }
}
.saffireMobileSize .header-logo {
  top: 5px;
  width: 115px;
  height: 69px;
  display: block;
  background: url(images/logo-mobile.png) no-repeat;
}

.ticket {
  background: #0d4183;
  width: 202px;
  height: 76px;
  display: flex;
  font: 19px "OpenSans-ExtraBold-webfont";
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
.ticket:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 26px;
  background: url(images/registration.png) no-repeat;
  margin: 0 5px 0 0;
}
.ticket:hover {
  background: #082e5f;
  color: #fff;
}

.saffireMobileSize a.ticket {
  background: #0d4183;
  width: 157px;
  height: 55px;
  display: flex;
  font: 15px "OpenSans-ExtraBold-webfont";
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  margin: 8px auto;
}
.saffireMobileSize a.ticket:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 19px;
  background: url(images/registration.png) center/contain no-repeat;
  margin: 0 5px 0 0;
}
.saffireMobileSize a.ticket:hover {
  background: #0d4183;
  width: 157px;
  height: 55px;
  display: flex;
  font: 15px "OpenSans-ExtraBold-webfont";
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  margin: 8px auto;
}

.saffireMobileSize.siteInfoBannerOn.saffireWindowScrolled a.ticket {
  display: none !important;
}

.header .searchBox:not(.clonedSearchBox) {
  display: inline-flex;
  align-items: center;
  margin: 6px 2px 0 8px;
  color: #1c244f;
}
.header .searchBox:not(.clonedSearchBox):hover .searchSubmitButton:before {
  content: "";
  background: url(images/search.png) no-repeat;
}
.header .searchBox:not(.clonedSearchBox):hover {
  color: #ee9330;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
  height: 30px;
  width: 170px;
  padding: 0 5px;
  font-size: 14px;
  font-family: "OpenSans-Regular-webfont", Arial, Verdana, sans-serif;
  border-radius: 0 !important;
  position: absolute;
  right: 110%;
  top: 0;
  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: center;
  justify-content: center;
  height: 30px;
  padding: 0 10px;
  background: transparent;
  border-radius: 0 !important;
  font-size: 14px;
  font-family: "OpenSans-Regular-webfont", Arial, Verdana, sans-serif;
  width: 35px;
  padding: 0;
  font-size: 0;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:before {
  content: "";
  background: url(images/search.png) no-repeat;
  width: 23px;
  height: 23px;
  display: block;
  margin-right: 11px;
  top: 0px;
  position: relative;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover:before {
  background: url(images/search-hover.png) no-repeat;
}
.header .searchBox:not(.clonedSearchBox):hover .searchBoxInput input {
  width: 170px;
  padding: 0 5px;
  transition: 0.2s;
}

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

.saffireLargeSize .viewcart {
  display: inline-flex;
  position: relative;
  top: 1px;
  align-items: center;
  color: #fff;
  font-family: "OpenSans-Regular-webfont";
  font-size: 14px;
  line-height: 18px;
  margin: -3px 12px 0 0;
}
.saffireLargeSize .viewcart:hover {
  color: #ff0007;
}
.saffireLargeSize .viewcart .cartMenuLink {
  display: flex;
  color: inherit;
}
.saffireLargeSize .viewcart .cartMenuLink:before {
  content: "Cart: ";
  font-size: inherit;
  color: inherit;
  margin: 0 3px 0 0;
}

.saffireMobileSize .viewcart {
  display: flex;
}
.saffireMobileSize .viewcart .cartMenuLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #eee;
  font-family: "OpenSans-Regular-webfont";
  font-size: 14px;
}
.saffireMobileSize .viewcart .cartMenuLink:before {
  content: "Cart:";
  position: relative;
  margin-right: 3px;
  font-family: "OpenSans-Regular-webfont";
  font-size: 14px;
  line-height: 1;
  color: inherit;
}

.mobile-nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 50px;
  vertical-align: top;
}
.mobile-nav-toggle:before {
  content: "";
  background: url(images/mobile-toggle-icon.png) no-repeat;
  width: 23px;
  height: 22px;
  display: block;
  position: relative;
  font-family: "FontAwesome";
  font-size: 28px;
  line-height: 1;
  color: #fff;
}
.mobile-nav-toggle:hover {
  cursor: pointer;
}

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

span.weatherDescriptive {
  display: none;
}

.saffireLargeSize .nav {
  position: relative;
}
.saffireLargeSize .nav .groups {
  display: flex;
  flex-wrap: wrap;
  margin: -3px 0 0;
}
.saffireLargeSize .nav .groups .group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.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: flex;
  padding: 10px 19px;
  background: none;
  background: none;
  font-family: "OpenSans-ExtraBold-webfont", Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 1140px) {
  .saffireLargeSize .nav .groups .group > a {
    font-size: 17px;
    padding: 10px 17px;
  }
}
.saffireLargeSize .nav .groups .group:hover > a {
  color: #fff;
  background: #12447a;
}
.saffireLargeSize .nav .items {
  top: 100%;
  left: 0;
  padding: 0;
  background: #12447a;
}
.saffireLargeSize .nav .items .item a {
  padding: 5px 15px;
  color: #fff;
  font-family: "OpenSans-Regular-webfont", Arial, Verdana, sans-serif;
}
.saffireLargeSize .nav .items .item a:hover {
  color: #fff;
}
.saffireLargeSize .nav .item {
  width: 200px;
  line-height: 1.4;
  font-size: 15px;
}
.saffireLargeSize .nav .item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.saffireLargeSize .nav .subitems {
  left: 100%;
  padding: 0;
  background: #12447a;
}

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: url(images/footer-bg.jpg) no-repeat #920a0b center;
  color: #fff;
  text-align: center;
  border-top: 12px solid #920a0b;
  background-size: cover;
  background-position: top center;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .site-map ul {
  margin: 15px auto;
  font-family: "OpenSans-Regular-webfont";
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer .site-map ul .footer-navigation__separator {
  display: none !important;
}
.footer .site-map ul li {
  display: flex;
  align-items: center;
}
.footer .site-map ul li:after {
  content: "";
  width: 2px;
  height: 2px;
  display: inline-block;
  background: #fff;
  margin: 0 15px;
}
.footer .site-map ul li:last-child:after {
  display: none;
}
.footer ul.footerItems2 {
  margin: 0 auto;
  font-size: 13px;
  font-family: "OpenSans-Regular-webfont";
}
.footer ul.footerItems2 li {
  display: inline-block;
  margin: 0 6px;
}
.footer ul.footerItems2 .saffire_logo {
  top: 10px;
}
.footer .footer-logo {
  background: url(images/footer-logo.png) no-repeat;
  width: 209px;
  height: 126px;
  display: block;
  margin: 0 auto;
}

.saffireMobileSize .footer {
  background: url(images/footer-bg.jpg) no-repeat #920a0b center;
  color: #fff;
  text-align: center;
  border-top: 12px solid #920a0b;
  background-size: cover;
  background-position: top 0 right -420px;
}
.saffireMobileSize .footer a:hover {
  text-decoration: none;
}
.saffireMobileSize .footer .site-map ul {
  flex-direction: column;
  align-items: center;
  margin: 12px auto;
}
.saffireMobileSize .footer .site-map ul li:after {
  display: none;
}
.saffireMobileSize .footer .footerSignIn {
  max-width: 300px;
  margin: auto;
}
.saffireMobileSize .footer ul.footerItems2 {
  margin-top: 14px;
  text-align: center;
}
.saffireMobileSize .footer ul.footerItems2 .saffire_logo {
  top: 12px;
  right: 5px;
}
.saffireMobileSize .footer ul.footerItems2 li {
  line-height: 1.2;
}
.saffireMobileSize .footer ul.footerItems2 li:last-child {
  margin: -10px 0 0;
}

.mobile-menu-container {
  background-color: #fff;
}
.mobile-menu-container .mobile-menu-header {
  background-color: #3f8fed;
}
.mobile-menu-container .close-mobile-menu:before, .mobile-menu-container .close-mobile-menu:after {
  background-color: #fff;
}
.mobile-menu-container .mobile-menu-subheader,
.mobile-menu-container .mobile-menu-subheader-btn {
  background-color: #f6f6f7;
}
.mobile-menu-container .mobile-menu-subheader a, .mobile-menu-container .mobile-menu-subheader i, .mobile-menu-container .mobile-menu-subheader .cart-counter,
.mobile-menu-container .mobile-menu-subheader-btn a,
.mobile-menu-container .mobile-menu-subheader-btn i,
.mobile-menu-container .mobile-menu-subheader-btn .cart-counter {
  color: #333;
}
.mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
.mobile-menu-container .mobile-menu-subheader-btn:active {
  background-color: #dbdbdf;
}
.mobile-menu-container .mobile-menu-login-links a {
  font-family: "OpenSans-Regular-webfont", Arial, Verdana, sans-serif;
}
.mobile-menu-container .cart-counter {
  font-family: "OpenSans-Regular-webfont", Arial, Verdana, sans-serif;
}
.mobile-menu-container .search-container input {
  font-family: "OpenSans-Regular-webfont", Arial, Verdana, sans-serif;
  color: #0d4183;
}
.mobile-menu-container .search-container input:-ms-input-placeholder {
  opacity: 1;
}
.mobile-menu-container .search-container input::-ms-input-placeholder {
  opacity: 1;
}
.mobile-menu-container .search-container input::placeholder {
  opacity: 1;
}
.mobile-menu-container .search-container .search-submit-btn {
  color: #0d4183;
}
.mobile-menu-container .mobile-menu-ticket-btn {
  background-color: #0d4183;
  font-family: "OpenSans-Regular-webfont", Arial, Verdana, sans-serif;
  color: #fff;
  border-color: #fff;
}
.mobile-menu-container .mobile-menu-footer-links a {
  font-family: "OpenSans-Regular-webfont", Arial, Verdana, sans-serif;
  color: #0d4183;
}

#mobile-nav ul {
  background-color: #fff;
}
#mobile-nav li {
  margin: 0;
}
#mobile-nav li.m-group, #mobile-nav li.m-item, #mobile-nav li.m-subitem {
  border-bottom: 1px solid #fff;
}
#mobile-nav a {
  background-color: #0d4183;
  font-family: "OpenSans-Regular-webfont", Arial, Verdana, sans-serif;
  color: #fff;
}
#mobile-nav a:hover {
  background-color: #082a55;
}
#mobile-nav .has-subitems span {
  background-color: #3d679c;
  color: #fff;
}
#mobile-nav .has-subitems span:hover {
  background-color: #2f4f77;
}

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

.modal {
  background: #fff;
  padding-top: 15px;
  border: 10px solid #fff;
}

.modalBody {
  /* |%  set modal background color if not white */
  background: #fff;
  padding: 14px;
}
.modalBody .showorksModalTitle {
  /* |%  set font-family */
  font-size: 32px;
  line-height: 36px;
}
.modalBody .showorksBreadcrumbs {
  /* |%  set font-family */
  font-size: 20px;
  color: #ff0007;
  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: #5d5d5d;
}
.modalBody .showorksTableGrid tr.odd {
  background: #fff;
  color: black;
}
.modalBody .showorksTableGrid tr.even {
  background: #e6e6e6;
  color: black;
}

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

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

.modalClose {
  top: 1px;
  background: none;
}
.modalClose .modalCloseButton {
  min-width: 40px;
}
.modalClose .modalCloseButton img {
  display: none;
}
.modalClose .modalCloseButton:before {
  content: "X";
  font-family: sans-serif;
}

.getUpdatesPageEmailModule .emailSignup.modalOnly {
  max-width: 280px;
  margin: 0 auto;
}
.getUpdatesPageEmailModule .emailSignup.modalOnly .inputFieldTextbox {
  box-sizing: border-box;
  border-radius: 0 !important;
  border: 1px solid #333;
  padding: 5px 10px;
  color: #333;
}
.getUpdatesPageEmailModule .emailSignup.modalOnly .emailSubmitButton {
  border-radius: 0 !important;
}
.getUpdatesPageEmailModule .emailSignup.modalOnly .button {
  box-sizing: border-box;
}

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

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

.button,
.buttonSmall {
  box-sizing: border-box;
  line-height: 1.75em;
  text-transform: none;
  border-radius: 16px;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "OpenSans-Bold-webfont";
  color: #fff !important;
  background: #ff0007;
  letter-spacing: 0.4px;
}

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

.button:hover,
.buttonSmall:hover {
  background: #bd040a;
}

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

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

#cardWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 5px auto 4px;
}
@media only screen and (max-width: 600px) {
  #cardWidget {
    background: #fff;
    margin: 5px auto 5px;
  }
}
#cardWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: 255px;
  position: relative;
  max-width: 24.3%;
  margin: 5px;
  overflow: hidden;
  background: #0a3469;
  z-index: 1;
}
@media only screen and (max-width: 1426px) {
  #cardWidget .card-widget-item {
    max-width: 24.2%;
    height: 228px;
  }
}
@media only screen and (max-width: 1248px) {
  #cardWidget .card-widget-item {
    max-width: 24%;
    height: 205px;
  }
}
@media only screen and (max-width: 1199px) {
  #cardWidget .card-widget-item {
    max-width: 32.3%;
    height: 240px;
  }
}
@media only screen and (max-width: 966px) {
  #cardWidget .card-widget-item {
    max-width: 32.2%;
    height: 220px;
  }
}
@media only screen and (max-width: 899px) {
  #cardWidget .card-widget-item {
    max-width: 48.2%;
    height: 255px;
  }
}
@media only screen and (max-width: 600px) {
  #cardWidget .card-widget-item {
    max-width: 355px;
    height: 233px;
    margin: 5px auto 5px;
  }
}
#cardWidget .card-widget-item .image-container-main {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
#cardWidget .card-widget-item:hover .card-widget-title {
  background: none;
  padding: 0 19px 11px;
}
#cardWidget .card-widget-item:hover .buttonwrap a {
  display: inline-block;
}
#cardWidget .card-widget-item:hover .image-container {
  opacity: 1;
  filter: blur(5px);
}
#cardWidget .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  transition: all 0.5s ease;
  opacity: 0.3;
}
#cardWidget .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 1;
  padding: 15px 12px 0;
}
#cardWidget .card-widget-title {
  position: static;
  display: block;
  font: 32px "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
  line-height: 1;
  color: #fff;
  padding: 9px 19px;
  border-radius: 11px;
  box-sizing: border-box;
  letter-spacing: 0.7px;
}
.saffireMobileSize #cardWidget .card-widget-title {
  font-size: 29px;
}
#cardWidget .card-widget-description {
  display: none;
  font: 15px "OpenSans-Light-webfont";
  color: #fff;
  line-height: 1.2;
}
#cardWidget .buttonwrap a {
  display: none;
}

#seoWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 45px 20px 52px;
  min-height: 354px;
}
.saffireMobileSize #seoWidget {
  padding: 23px 29px 38px;
}
#seoWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  max-width: 1190px;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
}
#seoWidget .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
#seoWidget .card-widget-title {
  position: static;
  display: flex;
  width: 100%;
  font: 38px "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
  color: #fff;
  margin: 0 0 9px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#seoWidget .card-widget-title:before {
  content: "";
  background: url(images/ribbon.png) no-repeat;
  width: 78px;
  height: 79px;
  margin: 6px 0 11px;
  display: inline-block;
}
.saffireMobileSize #seoWidget .card-widget-title:before {
  margin: 12px 0 14px;
}
.saffireMobileSize #seoWidget .card-widget-title {
  font-size: 30px;
  line-height: 1;
}
#seoWidget .card-widget-description {
  position: static;
  display: block;
  width: 100%;
  font: 18px "OpenSans-Regular-webfont", Arial, Verdana, sans-serif;
  color: #fff;
  line-height: 1.7;
}
.saffireMobileSize #seoWidget .card-widget-description {
  font-size: 16px;
  line-height: 1.7;
}
#seoWidget .buttonwrap {
  margin: 20px 0 0;
}
.saffireMobileSize #seoWidget .buttonwrap {
  margin: 10px 0 0;
}

#siteInfoBannerWidget {
  box-sizing: border-box;
  position: static;
  height: 60px;
  width: auto;
  max-width: 100%;
  margin: 11px 0 0 auto;
  padding: 0 16px;
  background: rgba(13, 65, 131, 0.8);
  font-family: "OpenSans-Light-webfont";
  font-size: 14px;
  color: #fff;
  text-align: right;
  line-height: 1;
  z-index: 2;
  position: relative;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none !important;
  min-width: auto;
  flex-direction: column;
  justify-content: center;
}
.siteInfoBannerOn #siteInfoBannerWidget {
  display: inline-flex !important;
}
body:not(.homepage).saffireMobileSize.siteInfoBannerOn #siteInfoBannerWidget {
  padding: 0 16px;
}
#siteInfoBannerWidget:before {
  content: "";
  left: -19px;
  border-color: rgba(13, 65, 131, 0.8) transparent;
  border-width: 30px 0 30px 19px;
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
}
.saffireWindowScrolled.saffireLargeSize #siteInfoBannerWidget {
  display: none !important;
}
#siteInfoBannerWidget #eventDates {
  font-family: "OpenSans-Light-webfont";
  font-size: 19px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 4px;
  text-transform: capitalize;
}
#siteInfoBannerWidget #eventName {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
#siteInfoBannerWidget .countdownDays {
  display: inline-block;
  text-transform: capitalize;
  font-family: "OpenSans-Light-webfont";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.saffireMobileSize #siteInfoBannerWidget {
  left: auto;
  right: auto !important;
  padding: 0 16px 23px;
  background: transparent;
  color: #fff;
  width: 100%;
  margin: 0;
  text-align: center;
}
.saffireMobileSize #siteInfoBannerWidget:before {
  display: none;
}
.saffireMobileSize #siteInfoBannerWidget #eventName {
  font-size: 14px;
  color: #0d4183;
  text-transform: capitalize;
}
.saffireMobileSize #siteInfoBannerWidget #eventDates {
  font-size: 23px;
  color: #0d4183;
}
.saffireMobileSize #siteInfoBannerWidget .countdownDays {
  font-size: 14px;
  color: #0d4183;
}

body:not(.homepage).saffireMobileSize.saffireWindowScrolled #siteInfoBannerWidget {
  display: none !important;
}

body.siteInfoBannerWidgetDateIsPast.saffireMobileSize #siteInfoBannerWidget .countdownDays {
  font-family: "OpenSans-Light-webfont";
  font-size: 18px;
  color: #0d4183;
}
@media screen and (max-width: 817px) {
  body.siteInfoBannerWidgetDateIsPast.saffireMobileSize #siteInfoBannerWidget .countdownDays {
    font-size: 16px;
  }
}
body.siteInfoBannerWidgetDateIsPast.saffireMobileSize.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget {
  display: none !important;
}

#multiScheduleFeature {
  box-sizing: border-box;
  display: flex;
  max-width: 494px;
  width: 100%;
  flex-direction: column;
  z-index: 9;
  border-radius: 5px;
  height: 513px;
  margin: 46px 53px 0;
  position: relative;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 1180px) {
  #multiScheduleFeature {
    margin: 46px 10px 0;
    max-width: 434px;
  }
}
.saffireMobileSize #multiScheduleFeature {
  width: 355px;
  margin: 45px 10px 0;
  height: 369px;
}
#multiScheduleFeature:before {
  content: "";
  background: url(images/calendar.png) center/contain no-repeat;
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 0;
  top: -46px;
}
.saffireMobileSize #multiScheduleFeature:before {
  width: 27px;
  height: 27px;
  top: -33px;
}
#multiScheduleFeature h1 {
  text-transform: uppercase;
  text-align: center;
  line-height: 24px;
  font-size: 35px;
  padding: 22px 0 16px;
  letter-spacing: 1.7px;
}
.saffireMobileSize #multiScheduleFeature h1 {
  font-size: 25px;
  padding: 13px 0 5px;
  letter-spacing: 1.3px;
}
#multiScheduleFeature .multiFeatureContent {
  padding: 4px 25px;
}
.saffireMobileSize #multiScheduleFeature .multiFeatureContent {
  padding: 4px 17px;
}
#multiScheduleFeature .featureItem {
  box-sizing: border-box;
  display: flex;
  color: #5d5d5d;
  flex-direction: row-reverse;
  justify-content: flex-end;
  height: 68px;
  align-items: center;
  border-radius: 16px;
  margin: 0px 0 20px;
  transition: 0.3s;
  background: #eeeeee;
  position: relative;
}
#multiScheduleFeature .featureItem:hover {
  background: #b1afaf;
}
.saffireMobileSize #multiScheduleFeature .featureItem {
  height: 49px;
  margin: 0 0 15px;
}
#multiScheduleFeature .featureItem:after {
  content: "";
  background: url(images/multiicon.png) center/contain no-repeat;
  display: block;
  width: 17px;
  height: 25px;
  position: absolute;
  right: 19px;
}
.saffireMobileSize #multiScheduleFeature .featureItem:after {
  width: 14px;
  height: 21px;
  right: 14px;
}
#multiScheduleFeature .featureItem:hover {
  color: #5d5d5d;
}
#multiScheduleFeature .featureItemImage {
  display: inline-block;
  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 .text-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#multiScheduleFeature .featureItemTitle,
#multiScheduleFeature .featureItemDate,
#multiScheduleFeature .featureItemDescription,
#multiScheduleFeature .button-container {
  display: flex;
}
#multiScheduleFeature .featureItemTitle {
  font-family: "OpenSans-Regular-webfont";
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  padding: 15px 40px 15px 15px;
  color: #5d5d5d;
  max-width: 357px;
  line-height: 19px;
  box-sizing: border-box;
}
.saffireMobileSize #multiScheduleFeature .featureItemTitle {
  font-size: 14px;
  line-height: 15px;
  padding: 15px 40px 15px 12px;
}
#multiScheduleFeature .featureItemDate {
  font-family: "OpenSans-Light-webfont";
  font-weight: 400;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  height: 68px;
  color: #fff;
  background: #0d4183;
  text-align: center;
  text-transform: uppercase;
  line-height: 12px;
  justify-content: center;
  contain: content;
  align-items: center;
  max-width: 75px;
  position: relative;
  width: 100%;
  border-radius: 16px;
}
.saffireMobileSize #multiScheduleFeature .featureItemDate {
  font-size: 12px;
  max-width: 54px;
  height: 50px;
}
#multiScheduleFeature .featureItemDate span {
  font-size: 25px;
  line-height: 23px;
  color: #fff;
  margin: 2px 0 0;
  font-family: "OpenSans-Semibold-webfont";
}
.saffireMobileSize #multiScheduleFeature .featureItemDate span {
  font-size: 17px;
  line-height: 17px;
}
#multiScheduleFeature .featureItemDate span.year {
  font-size: 12px !important;
}
#multiScheduleFeature .featureItemDescription {
  font-family: "OpenSans-Regular-webfont", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
  flex-direction: column;
  display: none;
}
#multiScheduleFeature .events-btn-wrap {
  display: flex;
  justify-content: center;
  padding: 15px 0 0;
}
.saffireMobileSize #multiScheduleFeature .events-btn-wrap {
  padding: 8px 0 0;
}
#multiScheduleFeature .events-btn-wrap .all-events-btn {
  font-size: 16px;
  font-family: "OpenSans-Bold-webfont";
  background: #ff0007;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 187px;
  height: 43px;
  color: #fff;
}
#multiScheduleFeature .events-btn-wrap .all-events-btn:hover {
  background: #bd040a;
}
.saffireMobileSize #multiScheduleFeature .events-btn-wrap .all-events-btn {
  width: 135px;
  height: 31px;
  font-size: 12px;
}
#multiScheduleFeature a.date-link:nth-child(2) {
  order: 1;
}

.socialNetworks {
  z-index: 80000000;
  position: static;
  transition: 0.6s ease;
  display: inline-flex;
  margin: 0 15px 0 0;
  background: transparent;
  border-radius: 0;
}
.socialNetworks img {
  display: block;
  max-width: 34px;
  max-height: 34px;
  border-radius: 50%;
}
.socialNetworks > span, .socialNetworks > a {
  display: block;
  width: 34px;
  height: 34px;
  position: relative;
  left: 0;
  border: 3px solid transparent;
  transition: 0.2s;
  margin: 0 2px;
  border-radius: 50%;
  border: none;
  padding: 3px;
  background-color: transparent;
}
.socialNetworks > a:hover {
  left: -6px;
  z-index: 2;
  transition: 0.2s;
  left: 0;
  background-color: #f0f0f0;
}

#musicPlayerLink {
  height: 40px;
  width: 40px;
  float: none;
  margin: 0;
  border: 3px solid transparent;
  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: 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);
}

.socialNetworks a:hover {
  background-color: #ff0007;
}

.pageIsLoaded .socialNetworks {
  right: 0;
  right: 10px;
}
@media screen and (max-width: 1000px) {
  .pageIsLoaded .socialNetworks {
    width: 100%;
    margin: 0;
    background: #7c1213;
    justify-content: center;
    box-sizing: border-box;
    padding: 7px;
  }
}

#cardWidgetSponsor {
  box-sizing: border-box;
  display: flex;
  max-width: 100%;
  width: 100%;
  text-decoration: none;
  margin: 0px auto 0;
  flex-wrap: wrap;
  padding: 31px 0 0;
  justify-content: center;
  align-items: center;
}
.saffireMobileSize #cardWidgetSponsor {
  padding: 17px 0 0;
}
#cardWidgetSponsor .sponsor-title {
  width: 100%;
  font: 32px "OpenSans-Light-webfont";
  text-align: center;
  margin: 0 0 11px 0;
  color: #0d4183;
}
.saffireMobileSize #cardWidgetSponsor .sponsor-title {
  font-size: 28px;
  margin: 0 0 7px;
}
#cardWidgetSponsor .card-widget-item {
  box-sizing: border-box;
  display: flex;
  margin: 7px 28px;
  text-decoration: none;
  position: relative;
}
#cardWidgetSponsor .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#cardWidgetSponsor .image-container img {
  max-width: 162px;
  max-height: 92px;
}
.saffireMobileSize #cardWidgetSponsor .image-container img {
  max-width: 62px;
  max-height: 32px;
}
#cardWidgetSponsor .card-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 9;
  position: relative;
  box-sizing: border-box;
  display: none;
}
#cardWidgetSponsor .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 16px "OpenSans-Regular-webfont", Arial, Verdana, sans-serif;
  color: #fff;
  display: none;
}
#cardWidgetSponsor .card-widget-description {
  font: 20px "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
  color: #fff;
  width: 100%;
  display: none;
}
#cardWidgetSponsor .buttonwrap {
  display: none;
}

.saffireMobileSize #cardWidgetSponsor .card-widget-item {
  margin: 7px 13px 0;
}

/* SOCIAL NETWORK PLUGIN */
#socialNetworkWidget {
  height: 574px;
  width: 510px;
  max-width: 100%;
  margin: 0 44px;
}
@media only screen and (max-width: 1180px) {
  #socialNetworkWidget {
    margin: 0 10px;
    width: 355px;
  }
}
.saffireMobileSize #socialNetworkWidget {
  height: 399px;
}
.saffireMobileSize.isResponsive #socialNetworkWidget iframe {
  max-width: 100%;
}
#socialNetworkWidget .socialTabContainer {
  background: transparent;
  display: flex;
  padding: 0 0 9px 0;
}
.saffireMobileSize #socialNetworkWidget .socialTabContainer {
  padding: 0 0 7px 0;
}
#socialNetworkWidget .socialNetworkTab {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  margin: 0 8px 0 0;
  width: 37px;
  height: 37px;
}
.saffireMobileSize #socialNetworkWidget .socialNetworkTab {
  width: 26px;
  height: 26px;
}
#socialNetworkWidget .socialNetworkTab .circle {
  fill: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  opacity: 0.5;
}
#socialNetworkWidget .socialNetworkTab .circle:hover {
  fill: #ffffff;
  transition: 0.3s;
  opacity: 1;
}
#socialNetworkWidget .socialNetworkTab.activeTab .circle {
  fill: #ffffff;
  opacity: 1;
}
#socialNetworkWidget .socialFeedContainer {
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
  height: 514px;
  width: 510px;
  max-width: 98%;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}
.saffireMobileSize #socialNetworkWidget .socialFeedContainer {
  height: 367px;
  max-width: 100%;
}
#socialNetworkWidget #instafeedContainer img {
  width: 45%;
  margin-right: 3%;
  margin-left: 2%;
}
#socialNetworkWidget #instafeedContainer > a:hover {
  opacity: 0.8;
}
#socialNetworkWidget #facebookfeedContainer {
  overflow: hidden;
}

/* Set the container ID*/
/* Size the container*/
/* Size the images*/
/* Format titles*/
/* Format arrows*/
#sponsorWidgetContainer {
  position: relative;
  width: 100%;
  max-width: 1293px;
  margin: 11px auto 9px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 5px 68px 0;
}
#sponsorWidgetContainer .homepageh1 {
  display: none;
}
.saffireMobileSize #sponsorWidgetContainer {
  padding: 0;
  margin: 5px 0 18px;
}
#sponsorWidgetContainer .sponsorWidgetContainer {
  padding-top: 0;
  order: 3;
}
#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: "";
  padding-left: 2px;
}
#sponsorWidgetContainer .sponsorWidgetContainer:hover .sponsor-controls-container {
  bottom: 3px;
  opacity: 1;
  transition: 0.2s;
  pointer-events: auto;
}
#sponsorWidgetContainer .sponsorCarouselImage img {
  max-width: 130px;
  max-height: 130px;
}
.saffireMobileSize #sponsorWidgetContainer .sponsorCarouselImage img {
  max-height: 50px;
}
#sponsorWidgetContainer #sponsorsTitleContainer {
  width: 100%;
  text-align: center;
  top: 0;
  position: relative !important;
  order: 3;
}
#sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  font-family: "OpenSans-Light-webfont";
  font-size: 32px;
  color: #0d4183;
  text-shadow: none;
  display: block;
}
.saffireMobileSize #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  font-size: 28px;
}
#sponsorWidgetContainer #sponsorArrowRight {
  right: 0;
  top: 66%;
  transform: translateY(-50%);
}
.saffireMobileSize #sponsorWidgetContainer #sponsorArrowRight {
  display: none;
}
#sponsorWidgetContainer #sponsorArrowRight span {
  content: "";
  background: url(images/sponsor-right.png) no-repeat;
  width: 12px;
  height: 20px;
  display: flex;
  border: none;
}
#sponsorWidgetContainer #sponsorArrowRight span:hover {
  background: url(images/sponsor-right-hover.png) no-repeat;
}
#sponsorWidgetContainer #sponsorArrowLeft {
  left: 0;
  top: 66%;
  transform: translateY(-50%);
}
.saffireMobileSize #sponsorWidgetContainer #sponsorArrowLeft {
  display: none;
}
#sponsorWidgetContainer #sponsorArrowLeft span {
  content: "";
  background: url(images/sponsor-left.png) no-repeat;
  width: 12px;
  height: 20px;
  display: flex;
  border: none;
}
#sponsorWidgetContainer #sponsorArrowLeft span:hover {
  background: url(images/sponsor-left-hover.png) no-repeat;
}
#sponsorWidgetContainer .sponsor-controls-container {
  box-sizing: border-box;
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 30px;
  background: #fff;
  box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.5);
  z-index: 999;
  transition: 0.2s;
  opacity: 0;
  pointer-events: none;
}
#sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 10px;
  border: none;
  background: #fff;
  color: #111;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
#sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn:before {
  content: "Pause";
  display: inline-block;
  width: 50px;
  font-size: 14px;
  line-height: 1;
  color: #111;
  text-align: center;
}
#sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn:after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-align: center;
  padding-left: 1px;
  width: 30px;
  height: 100%;
  font-family: "FontAwesome";
  font-size: 15px;
  color: #111;
}

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

.majorSponsor {
  justify-content: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0 0 20px;
}
.majorSponsor::before {
  content: "major sponsor";
  font: 34px "RalewayBold", Arial, Verdana, sans-serif;
  color: #1c304f;
  text-transform: capitalize;
  margin: 0 0 17px;
}

.sponsorCarouselImageContainer a {
  margin: 0 30px;
}

#swiperWidget {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 5px;
}
.saffireMobileSize #swiperWidget {
  margin: 0;
}
#swiperWidget .swiper-container-images {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.saffireLargeSize #swiperWidget .swiper-container-images:after {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 100%);
  width: 100%;
  height: 105px;
  position: absolute;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
}
.saffireMobileSize #swiperWidget .swiper-container-images {
  border-radius: 0;
}
#swiperWidget .swiper-container-images .button {
  padding: 7px 17px;
}
#swiperWidget .swiper-container-images .swiper-image-container {
  max-width: 100%;
  height: 56.25vw;
  max-height: 746px;
  background-size: cover;
  background-position: center;
  font-size: 0;
  position: relative;
}
#swiperWidget .swiper-container-content {
  max-width: 1327px;
  margin: 0 auto;
}
#swiperWidget .swiper-container-content .swiper-content-container {
  display: flex;
  margin: 0px auto;
  min-height: 117px;
  box-sizing: border-box;
  padding: 8px 60px 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.saffireMobileSize #swiperWidget .swiper-container-content .swiper-content-container {
  flex-direction: column;
  padding: 19px 25px 0;
}
#swiperWidget .slide-title {
  font-size: 33px;
  font-family: "OpenSans-Light-webfont";
  color: #0d4183;
  display: block;
  text-transform: uppercase;
  line-height: 1;
}
.saffireMobileSize #swiperWidget .slide-title {
  font-size: 26px;
  text-align: center;
  line-height: 1;
}
#swiperWidget p {
  display: none;
}
#swiperWidget .swiper-button-next,
#swiperWidget .swiper-button-prev {
  width: 14px;
  height: 23px;
  display: inline-block;
}
.saffireMobileSize #swiperWidget .swiper-button-next,
.saffireMobileSize #swiperWidget .swiper-button-prev {
  display: none;
}
#swiperWidget .swiper-button-next {
  background: url(images/slideshow-right.png) no-repeat;
  background-size: contain;
  top: 61%;
  right: 17px;
}
#swiperWidget .swiper-button-next:hover {
  background: url(images/slideshow-right-hover.png) no-repeat;
}
#swiperWidget .swiper-button-prev {
  background: url(images/slideshow-left.png) no-repeat;
  background-size: contain;
  top: 61%;
  left: 17px;
}
#swiperWidget .swiper-button-prev:hover {
  background: url(images/slideshow-left-hover.png) no-repeat;
}
#swiperWidget .swiper-pagination {
  text-align: center;
  box-sizing: border-box;
  padding: 0 0 0 60px;
  bottom: 16px;
  padding: 0 0 0 60px;
  bottom: 4px;
}
.saffireMobileSize #swiperWidget .swiper-pagination.desktop-pagination {
  display: none;
}
#swiperWidget .swiper-pagination.mobile-pagination {
  display: none;
}
.saffireMobileSize #swiperWidget .swiper-pagination.mobile-pagination {
  display: block;
}
.saffireMobileSize #swiperWidget .swiper-pagination {
  text-align: center;
  box-sizing: border-box;
  padding: 0;
  bottom: 16px;
  display: block;
  position: static;
  margin: 0 0 4px;
}
#swiperWidget .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border: 2px solid #fff;
  background: none;
  opacity: 1;
  margin: 0 6px 0;
}
.saffireMobileSize #swiperWidget .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #0d4183;
  box-shadow: none;
}
#swiperWidget .swiper-pagination .swiper-pagination-bullet:hover {
  background: #fff;
}
#swiperWidget .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.saffireMobileSize #swiperWidget .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0d4183;
}
#swiperWidget .button-container {
  padding: 6px 0 0;
}
.saffireMobileSize #swiperWidget .button-container {
  margin: 9px auto 7px;
  padding: 0;
}
#swiperWidget .button-container a {
  margin: 1px 6px 8px;
  border-radius: 16px;
  border-radius: 16px;
}
.saffireMobileSize #swiperWidget .button-container a {
  font-size: 16px;
  margin: 1px 4px 0;
  letter-spacing: 0.1px;
  padding: 7px 19px 8px;
}

#seoWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 45px 20px 52px;
  min-height: 354px;
}
.saffireMobileSize #seoWidget {
  padding: 23px 29px 38px;
}
#seoWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  max-width: 1190px;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
}
#seoWidget .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
#seoWidget .card-widget-title {
  position: static;
  display: flex;
  width: 100%;
  font: 38px "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
  color: #fff;
  margin: 0 0 9px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#seoWidget .card-widget-title:before {
  content: "";
  background: url(images/ribbon.png) no-repeat;
  width: 78px;
  height: 79px;
  margin: 6px 0 11px;
  display: inline-block;
}
.saffireMobileSize #seoWidget .card-widget-title:before {
  margin: 12px 0 14px;
}
.saffireMobileSize #seoWidget .card-widget-title {
  font-size: 30px;
  line-height: 1;
}
#seoWidget .card-widget-description {
  position: static;
  display: block;
  width: 100%;
  font: 18px "OpenSans-Regular-webfont", Arial, Verdana, sans-serif;
  color: #fff;
  line-height: 1.7;
}
.saffireMobileSize #seoWidget .card-widget-description {
  font-size: 16px;
  line-height: 1.7;
}
#seoWidget .buttonwrap {
  margin: 20px 0 0;
}
.saffireMobileSize #seoWidget .buttonwrap {
  margin: 10px 0 0;
}

.header .emailSignup {
  display: inline-flex;
  align-items: center;
  margin: 0 15px 0 0;
}
.header .emailSignup .emailInputField input {
  height: 30px;
  width: 170px;
  padding: 0 5px;
  font-size: 14px;
  font-family: "OpenSans-Regular-webfont", Arial, Verdana, sans-serif;
  border-radius: 0 !important;
  width: 0;
  padding: 0;
  transition: 0.2s;
}
.header .emailSignup .emailInputField input:focus {
  width: 170px;
  padding: 0 5px;
  transition: 0.2s;
}
.header .emailSignup .emailSubmitButton {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 17px;
  background: none;
  border-radius: 0 !important;
  font-size: 14px;
  font-family: "OpenSans-Regular-webfont", Arial, Verdana, sans-serif;
  letter-spacing: 0;
  padding: 0;
  font-size: 0;
}
.header .emailSignup .emailSubmitButton:before {
  content: "";
  background: url(images/email.png) no-repeat;
  width: 23px;
  height: 17px;
  display: block;
  font-size: 18px;
  font-family: "FontAwesome";
  line-height: 1;
  color: #000;
}
.header .emailSignup .emailSubmitButton:hover {
  background: transparent;
}
.header .emailSignup .emailSubmitButton:hover:before {
  background: url(images/email-hover.png) no-repeat;
}
.header .emailSignup:hover .emailInputField input {
  width: 170px;
  padding: 0 5px;
  transition: 0.2s;
}

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

.goog-te-banner-frame {
  display: none !important;
}

#google_translate_element {
  display: none;
}

#header-languages {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 3px 0 0;
}
@media screen and (max-width: 1280px) {
  #header-languages {
    height: 40px;
  }
}
.saffireMobileSize #header-languages {
  display: none;
}
#header-languages .current-lang {
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header-languages .current-lang:hover {
  cursor: pointer;
}
#header-languages .current-lang:hover span {
  text-decoration: underline;
}
#header-languages .current-lang span {
  display: inline-block;
  margin-left: 8px;
  color: #fff;
  font-family: "OpenSans-Regular-webfont";
  font-size: 14px;
}
#header-languages .current-lang span:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.5em;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #fff;
}

#header-languages .translation-links {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  list-style-type: none;
  margin: 0 0 0 18px;
  padding: 0;
  background: #fff;
  box-shadow: 0 1px 8px -2px rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
@media screen and (max-width: 817px) {
  #header-languages .translation-links {
    display: none;
  }
}
#header-languages .translation-links.active {
  display: flex;
}
#header-languages .translation-links li {
  display: block;
  min-width: 120px;
  width: 100%;
  font-size: 13px;
  text-align: left;
}
#header-languages .translation-links li span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-height: 100%;
  max-width: 100%;
  padding: 0.5em 1em;
  color: #000;
}
#header-languages .translation-links li span:hover, #header-languages .translation-links li span:focus {
  cursor: pointer;
  background: #ddd;
}
#header-languages .translation-links li span:active {
  background: #ccc;
}
#header-languages .translation-links li span:before {
  content: "";
  display: inline-block;
  height: 15px;
  width: 22px;
  margin-right: 0.75em;
}
#header-languages .translation-links li span.english:before {
  background: url(images/flag_gb.jpg) no-repeat;
}
#header-languages .translation-links li span.spanish:before {
  background: url(images/flag_mx.jpg) no-repeat;
}
#header-languages .translation-links li span.french:before {
  background: url(images/flag_fr.png) no-repeat;
}
#header-languages .translation-links li span.korean:before {
  background: url(images/flag_ko.png) no-repeat;
}
#header-languages .translation-links li span.chinese:before {
  background: url(images/flag_cn.jpg) no-repeat;
}
#header-languages .translation-links li span.russian:before {
  background: url(images/flag_ru.jpg) no-repeat;
}
#header-languages .translation-links li span.portuguese:before {
  background: url(images/flag_br.jpg) no-repeat;
}
#header-languages .translation-links li span.hindi:before {
  background: url(images/flag_in.jpg) no-repeat;
}

.saffireMobileSize .translation-links {
  display: none;
}

*:focus {
  outline: none;
}

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

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

.faqQuestion {
  display: flex !important;
  max-width: 100% !important;
  text-decoration: none;
  align-items: center;
  background: #f0f0f0;
  padding: 0;
  color: #1c244f;
}
@media screen and (max-width: 600px) {
  .faqQuestion {
    padding-left: 20px;
  }
}
.faqQuestion:before {
  content: "" !important;
  display: block;
  font-size: 0;
  width: 60px;
  height: 57px;
  background: url(images/plus-icon.jpg) center no-repeat;
  margin-right: 23px !important;
  border-radius: 0;
  font-family: "RalewayBold", Arial, Verdana, sans-serif;
  font-size: 15px;
  border-right: 12px solid #fff;
}
@media screen and (max-width: 600px) {
  .faqQuestion:before {
    color: #000;
    background: transparent;
    padding: 0 20px 0 0;
  }
}

.faqAnswer {
  padding: 20px;
  margin-left: 72px;
  color: #5d5d5d;
  background: #f0f0f0;
}

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

.featureLineup-title.dateDisplayBar {
  background: #ea0208;
  color: #fff;
}

:-ms-input-placeholder {
  color: #0d4183;
}

::-ms-input-placeholder {
  color: #0d4183;
}

::placeholder {
  color: #0d4183;
}

.FAQModule hr {
  display: none;
}

.getUpdatesPageEmailModule .emailSignup.modalOnly {
  max-width: 474px;
  margin: 0px auto;
}

.ui-dialog .modalBody {
  padding: 0;
}

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

.featureLineup-social div a {
  color: #ff0007;
}

input.inputFieldTextbox {
  padding: 11px 15px;
}

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