@charset "UTF-8";
/************** LOAD FONTS ******************/
@font-face {
  font-family: "BarlowCondensed-Black";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/BarlowCondensed-Black.woff2) format("woff2"), url(fonts/BarlowCondensed-Black.woff) format("woff");
}
@font-face {
  font-family: "BarlowCondensed-Bold";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/BarlowCondensed-Bold.woff2) format("woff2"), url(fonts/BarlowCondensed-Bold.woff) format("woff");
}
@font-face {
  font-family: "BarlowCondensed-Medium";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/BarlowCondensed-Medium.woff2) format("woff2"), url(fonts/BarlowCondensed-Medium.woff) format("woff");
}
@font-face {
  font-family: "Bitter-Bold";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Bitter-Bold.woff2) format("woff2"), url(fonts/Bitter-Bold.woff) format("woff");
}
@font-face {
  font-family: "Bitter-Regular";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Bitter-Regular.woff2) format("woff2"), url(fonts/Bitter-Regular.woff) format("woff");
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #869791;
}

.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: #2a2a2a;
  font: 16px/1.5 "Bitter-Regular";
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "BarlowCondensed-Black";
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 0.5em 0;
  text-transform: none;
}

h1, h2 {
  color: #00548e;
}

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

h1 {
  font-size: 40px;
}
@media screen and (min-width: 450px) {
  h1 {
    font-size: calc(40px + 10 * ((100vw - 450px) / 950));
  }
}
@media screen and (min-width: 1400px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-size: 30px;
}
@media screen and (min-width: 450px) {
  h2 {
    font-size: calc(30px + 10 * ((100vw - 450px) / 950));
  }
}
@media screen and (min-width: 1400px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 26px;
}
@media screen and (min-width: 450px) {
  h3 {
    font-size: calc(26px + 4 * ((100vw - 450px) / 950));
  }
}
@media screen and (min-width: 1400px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 22px;
}
@media screen and (min-width: 450px) {
  h4 {
    font-size: calc(22px + 4 * ((100vw - 450px) / 950));
  }
}
@media screen and (min-width: 1400px) {
  h4 {
    font-size: 26px;
  }
}

h5 {
  font-size: 20px;
}
@media screen and (min-width: 450px) {
  h5 {
    font-size: calc(20px + 2 * ((100vw - 450px) / 950));
  }
}
@media screen and (min-width: 1400px) {
  h5 {
    font-size: 22px;
  }
}

h6 {
  font-size: 18px;
}
@media screen and (min-width: 450px) {
  h6 {
    font-size: calc(18px + 2 * ((100vw - 450px) / 950));
  }
}
@media screen and (min-width: 1400px) {
  h6 {
    font-size: 20px;
  }
}

.subContainer {
  font-size: 14px;
}
.subContainer h1 {
  font-size: 40px;
}
.subContainer h2 {
  font-size: 30px;
}
.subContainer h3 {
  font-size: 26px;
}
.subContainer h4 {
  font-size: 22px;
}
.subContainer h5 {
  font-size: 20px;
}
.subContainer h6 {
  font-size: 18px;
}

a {
  color: #00548e;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

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

input.textbox,
select.dropdown,
textarea.multi {
  color: #2a2a2a;
  font: 16px/1.5 "Bitter-Regular";
  padding: 2px 6px;
}

.fa {
  color: #2a2a2a;
}
.fa.fa-print {
  color: #fff;
}

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

.error {
  color: #af0606;
}

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

/***************** CONTAINERS **************************/
body {
  background: url(images/main-bg.png) no-repeat fixed;
  background-size: cover;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

body:not(.homepage) .content {
  position: relative;
  box-sizing: border-box;
  max-width: 1300px;
  margin: 175px auto 85px;
  padding: 30px 40px;
  background: #fff;
}

body:not(.homepage).saffireLargeSize.generalMessageOn .content {
  margin-top: 215px;
}

body.saffireMobileSize .content {
  margin: 90px auto 0;
  padding: 15px 20px;
}

body:not(.homepage).saffireMobileSize {
  background-image: none;
  background-color: #fff;
}
body:not(.homepage).saffireMobileSize .content {
  margin-bottom: 50px;
}

body.saffireMobileSize.generalMessageOn .content {
  margin-top: 130px;
}

.saffireLargeSize.homepage .content {
  margin-top: 125px;
}

.saffireLargeSize.homepage.pageIsLoaded .content:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  background: url(images/shadow-large.png) center top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1508px;
  height: 846px;
}

.saffireMobileSize.homepage .content:before {
  display: none;
}

.saffireLargeSize.homepage.generalMessageOn .content {
  margin-top: 165px;
}

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

.subContainer {
  background: #e9eef7;
  color: #2a2a2a;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

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

#google_translate_element {
  /* |%  Google translate position */
  top: 15px;
  right: 30px;
}
.saffireLargeSize #google_translate_element {
  margin: 20px 0 0;
}

.mapLegend {
  padding: 10px;
}

.orderhistory {
  background: #00548e;
}

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

.alternateRow {
  background: #e9eef7;
}

.listingItem {
  background: #e9eef7;
  border-bottom: 1px solid #c4d1e9;
}
.listingItem:hover {
  background: #f4f7fb;
}

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #e9eef7;
  font-family: "Bitter-Regular";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  transition: 0.3s;
}
.generalmessage a {
  color: inherit;
  text-decoration: underline;
}

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

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

.header, .saffireMobileSize .header {
  position: fixed;
  top: 0;
  z-index: 999999999999;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  background: url(images/header-bg.png) center/cover;
}

.saffireMobileSize .header {
  background-position: center left -400px !important;
}

.headerInnerContent {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0 10px;
}
.saffireMobileSize .headerInnerContent {
  padding: 0 5px;
}

.header-main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  max-width: 1310px;
  height: 105px;
}
.saffireMobileSize .header-main {
  height: 90px;
}

.header-top, .header-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.saffireMobileSize .header-top {
  justify-content: space-between;
}

.header-logo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 280px;
  height: 217px;
  background: url(images/logo.png) center/contain no-repeat;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .header-logo {
    width: 220px;
    height: 170px;
  }
}
.saffireWindowScrolled .header-logo {
  width: 183px;
  height: 140px;
  transition: 0.3s;
}
.saffireMobileSize .header-logo {
  top: auto;
  bottom: -5px;
  width: 98px !important;
  height: 63px !important;
  background-image: url(images/logo-mobile.png);
}

.ticket, .saffireMobileSize a.ticket {
  font-family: "BarlowCondensed-Bold";
  color: #fff;
  text-transform: uppercase;
  background: #af0606;
  transition: 0.3s;
}
.ticket:hover, .saffireMobileSize a.ticket:hover {
  background: #8c0404;
  color: #fff;
  transition: 0.3s;
}

.ticket {
  font-size: 28px;
  padding: 4px 17px;
  margin-left: 20px;
}

.saffireMobileSize a.ticket,
.saffireMobileSize a.ticket:hover {
  font-size: 16px;
  padding: 4px 12px;
}

.header .searchBox:not(.clonedSearchBox) {
  display: inline-flex;
  align-items: center;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
  height: 30px;
  width: 170px;
  padding: 0 10px;
  font-size: 14px;
  font-family: "Bitter-Regular";
  border-radius: 0 !important;
  width: 0;
  padding: 0;
  transition: 0.2s;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input:focus {
  width: 170px;
  padding: 0 10px;
  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: "Bitter-Regular";
  width: 35px;
  padding: 0;
  font-size: 0;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url(images/search.png) center/contain no-repeat;
}
.header .searchBox:not(.clonedSearchBox):hover .searchBoxInput input {
  width: 170px;
  padding: 0 10px;
  transition: 0.2s;
}

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

.mobile-nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  vertical-align: top;
}
.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 .groups {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.saffireLargeSize .nav .groups .group {
  display: inline-block;
  flex-shrink: 0;
}
.saffireLargeSize .nav .groups .group:last-child .items,
.saffireLargeSize .nav .groups .group:nth-last-child(2) .items {
  left: auto;
  right: 0;
}
.saffireLargeSize .nav .groups .group:last-child .subitems,
.saffireLargeSize .nav .groups .group:nth-last-child(2) .subitems {
  left: auto;
  right: 100%;
}
.saffireLargeSize .nav .groups .group > a {
  display: inline-block;
  padding: 10px 20px;
  background: none;
  font-family: "BarlowCondensed-Bold", Arial, Verdana, sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
.saffireLargeSize .nav .groups .group:hover > a {
  color: #fff;
}
.saffireLargeSize .nav .items {
  top: 100%;
  left: 0;
  padding: 0;
  background: rgba(0, 84, 142, 0.95);
}
.saffireLargeSize .nav .items .item a {
  padding: 10px 20px;
  color: #fff;
  font: 16px/1 "BarlowCondensed-Medium";
}
.saffireLargeSize .nav .items .item a:hover {
  color: #fff;
}
.saffireLargeSize .nav .item {
  width: 200px;
  line-height: 1.4;
}
.saffireLargeSize .nav .item:hover {
  background: #017ac2;
}
.saffireLargeSize .nav .subitems {
  left: 100%;
  padding: 0;
  background: rgba(0, 84, 142, 0.95);
}

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  text-align: center;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}

.footer-main {
  position: relative;
  box-sizing: border-box;
  font: 16px "Bitter-Regular";
  background: url(images/footer-bg.png) no-repeat #fff center;
  background-size: cover;
  width: 100%;
  padding: 165px 20px 40px;
}
.saffireMobileSize .footer-main {
  padding: 85px 20px 25px;
}

.footer-logo {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 280px;
  height: 211px;
  background: url(images/footer-logo.png) center/contain no-repeat;
}
.saffireMobileSize .footer-logo {
  top: -30px;
  width: 146px;
  height: 109px;
}

.footer-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.phone, .email, .address {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.phone:before, .email:before, .address:before {
  content: "";
  display: block;
  background: center/contain no-repeat;
}

.phone:before {
  width: 16px;
  height: 26px;
  background-image: url(images/phone.png);
  margin-right: 13px;
}

.email:before {
  width: 22px;
  height: 16px;
  background-image: url(images/email.png);
  margin-right: 9px;
}

.address:before {
  width: 16px;
  height: 21px;
  background-image: url(images/address.png);
  margin-right: 13px;
}

.footer-links {
  display: flex;
  justify-content: center;
  font-size: 15px;
}
.saffireMobileSize .footer-links {
  font-size: 11px;
}
.footer-links a {
  margin: 0 10px;
}
.saffireMobileSize .footer-links a {
  margin: 0 5px;
}

.footer-bottom {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #a5a5a5;
  width: 100%;
  height: 90px;
  padding: 0 20px 15px;
}
.saffireMobileSize .footer-bottom {
  padding: 0 10px;
}

ul.footerItems2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 13px;
  margin: 0;
}
.saffireMobileSize ul.footerItems2 {
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 10px;
}
ul.footerItems2 li {
  line-height: 1;
}
ul.footerItems2 li:first-of-type {
  margin-right: 50px;
}
.saffireMobileSize ul.footerItems2 li:first-of-type {
  margin: 0;
}

.mobile-menu-container {
  background: url(images/main-bg.png) center/cover;
}
.mobile-menu-container .mobile-menu-header {
  background-color: #930505;
}
.mobile-menu-container .close-mobile-menu:before, .mobile-menu-container .close-mobile-menu:after {
  background-color: #fff;
}
.mobile-menu-container .mobile-menu-subheader,
.mobile-menu-container .mobile-menu-subheader-btn {
  display: none;
  background-color: #1a659a;
}
.mobile-menu-container .mobile-menu-subheader a, .mobile-menu-container .mobile-menu-subheader i,
.mobile-menu-container .mobile-menu-subheader-btn a,
.mobile-menu-container .mobile-menu-subheader-btn i {
  color: #fff;
}
.mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
.mobile-menu-container .mobile-menu-subheader-btn:active {
  background-color: #13486e;
}
.mobile-menu-container .mobile-menu-login-links a {
  font-family: "Bitter-Bold";
}
.mobile-menu-container .cart-counter {
  font-family: "Bitter-Bold";
}
.mobile-menu-container .search-container input[type=text] {
  font: 15px/1 "Bitter-Bold";
  -webkit-appearance: none;
  border-radius: 0px;
  height: 50px;
}
.mobile-menu-container .search-container .search-submit-btn .fa {
  color: #949494;
}
.mobile-menu-container .mobile-menu-ticket-btn {
  background-color: #00548e;
  font: 20px/1 "BarlowCondensed-Bold";
  color: #fff;
  border-color: #2a2a2a;
  padding: 10px 1em;
}
.mobile-menu-container .mobile-menu-footer-links a {
  font: 14px/1 "Bitter-Bold";
  color: #fff;
}

#mobile-nav ul {
  background-color: #2a2a2a;
}
#mobile-nav li {
  margin: 0;
}
#mobile-nav li.m-group, #mobile-nav li.m-item, #mobile-nav li.m-subitem {
  border-bottom: 1px solid #2a2a2a;
}
#mobile-nav a {
  background-color: #00548e;
  font: 20px/1 "BarlowCondensed-Bold";
  color: #fff;
}
#mobile-nav a:hover {
  background-color: #1a659a;
}
#mobile-nav .has-subitems span {
  background-color: #1a659a;
  color: #fff;
}
#mobile-nav .has-subitems span:hover {
  background-color: #00548e;
}

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

.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: #00548e;
  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: #2a2a2a;
}
.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 {
  position: relative;
  top: -25px;
  min-width: 40px;
  margin-right: 10px !important;
}
.modalClose .modalCloseButton img {
  display: none;
}
.modalClose .modalCloseButton:before {
  content: "X";
  font-family: sans-serif;
}

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

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

#dynamicModal {
  min-height: 215px !important;
}
.saffireMobileSize #dynamicModal {
  min-height: 255px !important;
}

/************* BUTTON STYLES *********************/
.button {
  padding: 8px 15px;
  font-size: 20px;
}

.button,
.buttonSmall {
  box-sizing: border-box;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0;
  text-decoration: none;
  font-family: "BarlowCondensed-Bold";
  color: #fff !important;
  background: #af0606;
  transition: 0.3s;
}

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

.button:hover,
.buttonSmall:hover {
  background: #8c0404;
  transition: 0.3s;
}

.featureLineup-more,
.featureLineup-headline {
  display: none;
}

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

.searchMapButton {
  padding: 5px 15px;
}

#siteInfoBannerWidget {
  box-sizing: border-box;
  position: static;
  display: inline-flex;
  height: 75px;
  width: auto;
  max-width: 370px;
  margin: auto;
  padding: 15px 20px;
  background: url(images/countdown-bg.png) center/contain no-repeat;
  font-family: "Bitter-Regular";
  font-size: 16px;
  color: #fff;
  text-align: right;
  line-height: 1;
  z-index: 2;
  min-width: 370px;
  flex-direction: column;
  justify-content: flex-start;
}
#siteInfoBannerWidget #eventDates {
  order: 2;
  font-family: "BarlowCondensed-Bold";
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin-top: 5px;
}
#siteInfoBannerWidget #eventName {
  order: 1;
  font-size: 16px;
  font-weight: 400;
}
#siteInfoBannerWidget .countdownDays {
  display: inline-block;
  font-family: "Bitter-Regular";
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.saffireMobileSize #siteInfoBannerWidget {
  position: absolute;
  left: auto;
  right: auto !important;
  padding: 15px 20px;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .saffireMobileSize #siteInfoBannerWidget {
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 100%;
    height: 65px;
    background: #930505;
    padding: 0;
  }
}
.saffireMobileSize #siteInfoBannerWidget #eventName {
  font-size: 14px;
  color: inherit;
}
.saffireMobileSize #siteInfoBannerWidget #eventDates {
  font-size: 20px;
  color: inherit;
}
.saffireMobileSize #siteInfoBannerWidget .countdownDays {
  font-size: 14px;
  color: inherit;
}

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

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

.homepage .emailSignup {
  display: flex;
  flex-direction: column;
}
.homepage .emailSignup .emailSignupText {
  display: none;
}
.homepage .emailSignup .emailInputField input {
  height: 45px;
  width: 320px;
  padding: 0 15px;
  font-size: 16px;
  font-family: "Bitter-Regular";
  border-radius: 0 !important;
  background-image: none;
}
.homepage .emailSignup .emailSubmitButton {
  font: 24px "BarlowCondensed-Bold";
  color: #fff;
  text-decoration: none;
  background: #002a47;
  padding: 10px 22px;
  margin-top: 15px;
  border-radius: 0 !important;
  transition: 0.3s;
}
.homepage .emailSignup .emailSubmitButton:hover {
  background: #af0606;
  transition: 0.3s;
}

.saffireMobileSize.homepage .emailSubmitButton {
  font-size: 19px;
}

#emailSignupText {
  flex: 1 1 45%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: -1px 60px 50px -65px black;
}
@media screen and (max-width: 1150px) {
  #emailSignupText {
    flex: 1 1 100%;
  }
}
#emailSignupText .card-widget-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 440px;
}
.saffireMobileSize #emailSignupText .card-widget-item {
  height: 330px;
}
#emailSignupText .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background: center/cover no-repeat;
  height: 100%;
  width: 100%;
}
#emailSignupText .card-content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 450px;
  height: 100%;
  padding: 50px 40px;
}
.saffireMobileSize #emailSignupText .card-content {
  padding: 50px 25px;
}
#emailSignupText .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 32px/1 "BarlowCondensed-Bold";
  color: #fff;
}
.saffireMobileSize #emailSignupText .card-widget-title {
  font-size: 24px;
}
#emailSignupText .card-widget-description {
  font: 16px "Bitter-Regular";
  line-height: 1.5;
  color: #fff;
  padding: 20px 0;
}
.saffireMobileSize #emailSignupText .card-widget-description {
  font-size: 13px;
}
#emailSignupText .buttonwrap {
  display: none;
}

#headerButtons {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
#headerButtons .card-widget-item {
  box-sizing: border-box;
  display: flex;
  margin-left: 40px;
}
.saffireMobileSize #headerButtons .card-widget-item {
  margin-left: 15px;
}
.saffireMobileSize #headerButtons .card-widget-item:first-of-type {
  margin-left: 0;
}
#headerButtons .card-content {
  display: flex;
}
#headerButtons .card-widget-title {
  position: static;
  display: flex;
  align-items: center;
  width: 100%;
  font: 20px/1 "BarlowCondensed-Bold";
  color: #fff;
}
.saffireMobileSize #headerButtons .card-widget-title {
  font-size: 16px;
}
#headerButtons .card-widget-title:before {
  content: "";
  display: block;
  width: 19px;
  height: 18px;
  margin-right: 10px;
  background: url(images/star.png) center/contain;
}
.saffireMobileSize #headerButtons .card-widget-title:before {
  width: 15px;
  height: 14px;
  margin-right: 5px;
}
#headerButtons .buttonwrap {
  display: none;
}

#hotButtons1 {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto 60px;
  padding: 0;
}
@media screen and (max-width: 1350px) {
  #hotButtons1 {
    max-width: 660px;
    margin: 0 auto 30px;
  }
}
#hotButtons1 .card-widget-item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
  width: 320px;
  height: 322px;
  margin: 0 5px;
}
#hotButtons1 .card-widget-item:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/buckle-shadow.png) center/contain no-repeat;
  z-index: 99;
}
#hotButtons1 .card-widget-item:hover .image-container:before {
  background: transparent;
  transition: 0.3s;
}
@media screen and (max-width: 1350px) {
  #hotButtons1 .card-widget-item:nth-child(3), #hotButtons1 .card-widget-item:nth-child(4) {
    margin-top: -30px;
  }
}
.saffireMobileSize #hotButtons1 .card-widget-item {
  width: 255px;
  height: 256px;
}
.saffireMobileSize #hotButtons1 .card-widget-item:nth-child(3), .saffireMobileSize #hotButtons1 .card-widget-item:nth-child(4) {
  margin-top: -20px;
}
@media screen and (max-width: 546px) {
  #hotButtons1 .card-widget-item:nth-child(2) {
    margin-top: -20px;
  }
}
#hotButtons1 .image-container {
  position: absolute;
  top: 10px;
  box-sizing: border-box;
  display: inline-block;
  background: center/cover no-repeat;
  width: 305px;
  height: 262px;
  border-radius: 65px;
}
.saffireMobileSize #hotButtons1 .image-container {
  top: 5px;
  width: 250px;
  height: 210px;
}
#hotButtons1 .image-container:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 42, 71, 0.8);
  border-radius: 65px;
  transition: 0.3s;
}
#hotButtons1 .card-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
#hotButtons1 .card-widget-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font: 40px/1 "BarlowCondensed-Bold";
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.saffireMobileSize #hotButtons1 .card-widget-title {
  font-size: 32px;
}
#hotButtons1 .card-widget-title:before {
  position: absolute;
  content: "";
  display: block;
  width: 118px;
  height: 123px;
  background: url(images/title-accent.png) center/contain no-repeat;
}
.saffireMobileSize #hotButtons1 .card-widget-title:before {
  width: 95px;
  height: 99px;
}
#hotButtons1 .buttonwrap {
  display: none;
}

#hotButtons2 {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1350px) {
  #hotButtons2 {
    max-width: 660px;
  }
}
#hotButtons2 .card-widget-item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  text-decoration: none;
  background: url(images/button-bg.png) center/cover;
  width: 320px;
  height: 110px;
  margin: 10px 5px;
  transition: 0.3s;
}
#hotButtons2 .card-widget-item:hover {
  background-image: url(images/button-bg-hover.png);
  transition: 0.3s;
}
#hotButtons2 .image-container {
  position: absolute;
  top: -6px;
  left: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 87px;
  height: 108px;
  padding-top: 20px;
  background: url(images/img-bg.png) center/contain no-repeat;
}
#hotButtons2 .card-content {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px 0 110px;
  box-shadow: 0px 35px 50px -25px black;
}
#hotButtons2 .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 30px/1 "BarlowCondensed-Bold";
  color: #fff;
}
#hotButtons2 .buttonwrap {
  display: none;
}

#mainFeature {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1015px;
  margin: 0;
  padding: 0;
}
#mainFeature .card-widget-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
#mainFeature .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  max-width: 1015px;
  height: 570px;
}
.saffireMobileSize #mainFeature .image-container {
  height: 56vw;
}
#mainFeature .card-content {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  width: 100%;
  max-width: 1015px;
  height: 60px;
  padding: 0 50px;
}
@media screen and (max-width: 750px) {
  #mainFeature .card-content {
    flex-direction: column;
    justify-content: flex-end;
    height: 115px;
    padding: 10px;
  }
}
#mainFeature .card-widget-title {
  position: static;
  display: block;
  font: 30px/1 "BarlowCondensed-Bold";
  color: #000;
}
.saffireMobileSize #mainFeature .card-widget-title {
  font-size: 19px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #mainFeature .card-widget-title {
    margin-bottom: 15px;
  }
}
#mainFeature .buttonwrap {
  display: flex;
  z-index: 9;
}
#mainFeature .buttonwrap a {
  font: 24px/1 "BarlowCondensed-Bold";
  color: #fff;
  text-decoration: none;
  background: #002a47;
  padding: 10px 22px;
  margin: 0 5px;
  transition: 0.3s;
}
.saffireMobileSize #mainFeature .buttonwrap a {
  font-size: 19px;
}
#mainFeature .buttonwrap a:hover {
  background: #00548e;
  transition: 0.3s;
}

.owl-nav {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .owl-nav {
    display: none;
  }
}
.owl-nav .owl-prev,
.owl-nav .owl-prev:hover {
  background: url(images/arrow-left.png) center/contain no-repeat;
}
.owl-nav .owl-next,
.owl-nav .owl-next:hover {
  background: url(images/arrow-right.png) center/contain no-repeat;
}

.owl-nav [class*=owl-] {
  font-size: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  width: 11px;
  height: 13px;
}

.owl-dots {
  display: flex;
  padding: 0 50px;
  margin-top: 5px;
}
@media screen and (max-width: 750px) {
  .owl-dots {
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
  }
}
.owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 4px;
  border: 2px solid #fff;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .owl-dots .owl-dot span {
    border-color: #00548e;
    background: #00548e;
  }
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: transparent;
}

#multiScheduleFeature {
  box-sizing: border-box;
  display: flex;
  max-width: 100%;
  margin-top: 25px;
}
#multiScheduleFeature .multiFeatureContent {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#multiScheduleFeature .featureItem {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-decoration: none;
  background: #fff;
  width: 345px;
  height: 67px;
  padding: 0 35px 0 80px;
  margin-bottom: 13px;
}
#multiScheduleFeature .featureItem:hover .featureItemDate {
  background-image: url(images/date-bg-hover.png);
  transition: 0.3s;
}
#multiScheduleFeature .featureItem:hover .featureItemTitle {
  color: #00548e;
  transition: 0.3s;
}
#multiScheduleFeature .featureItemImage,
#multiScheduleFeature .featureItemDescription {
  display: none;
}
#multiScheduleFeature .featureItemTitle,
#multiScheduleFeature .featureItemDate {
  display: flex;
}
#multiScheduleFeature .featureItemDate {
  position: absolute;
  top: -15px;
  left: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Bitter-Regular";
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  background: url(images/date-bg.png) center/contain no-repeat;
  width: 58px;
  height: 68px;
  padding-top: 20px;
  transition: 0.3s;
}
#multiScheduleFeature .featureItemDate span {
  font: 24px/1 "BarlowCondensed-Bold";
}
#multiScheduleFeature .featureItemTitle {
  font-family: "Bitter-Bold";
  font-weight: 400;
  font-size: 16px;
  color: #2a2a2a;
  transition: 0.3s;
}
#multiScheduleFeature .all-events-btn {
  font: 24px/1 "BarlowCondensed-Bold";
  color: #fff;
  text-decoration: none;
  background: #002a47;
  padding: 10px 22px;
  margin-top: 5px;
  transition: 0.3s;
}
.saffireMobileSize #multiScheduleFeature .all-events-btn {
  font-size: 19px;
}
#multiScheduleFeature .all-events-btn:hover {
  background: #00548e;
  transition: 0.3s;
}

#seoWidget {
  flex: 1 1 55%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: flex-end;
  background: url(images/seo-bg.png) center/cover;
  max-width: 100%;
  padding: 35px 60px 35px 10px;
  margin: 0 20px 0 0;
  box-shadow: -1px 60px 50px -65px black;
}
@media screen and (max-width: 1150px) {
  #seoWidget {
    flex: 1 1 100%;
    margin: 0 0 40px;
    padding-top: 25px;
  }
}
.saffireMobileSize #seoWidget {
  padding-right: 15px;
}
#seoWidget:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/watermark.png) center bottom 40px no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1150px) {
  #seoWidget:before {
    background-position: center;
  }
}
#seoWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  max-width: 715px;
  z-index: 99;
}
#seoWidget .card-content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}
#seoWidget .card-widget-title {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font: 34px/1 "BarlowCondensed-Bold";
  color: #fff;
  background: url(images/ribbon.png) right/cover no-repeat;
  height: 58px;
  padding-right: 40px;
}
@media screen and (max-width: 1525px) {
  #seoWidget .card-widget-title {
    font-size: 24px;
  }
}
#seoWidget .card-widget-title:before {
  position: absolute;
  top: 0;
  right: 100%;
  content: "";
  display: block;
  width: 1000px;
  height: 58px;
  background: #930505;
}
#seoWidget .card-widget-description {
  font: 16px/1.75 "Bitter-Regular";
  color: #fff;
  padding: 45px 0;
}
.saffireMobileSize #seoWidget .card-widget-description {
  font-size: 13px;
  padding: 25px 0;
}
#seoWidget .buttonwrap a {
  font: 24px "BarlowCondensed-Bold";
  color: #fff;
  text-decoration: none;
  background: #002a47;
  padding: 10px 22px;
  margin: 0 5px;
  transition: 0.3s;
}
.saffireMobileSize #seoWidget .buttonwrap a {
  font-size: 19px;
}
#seoWidget .buttonwrap a:hover {
  background: #af0606;
  transition: 0.3s;
}

.tier-one {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  max-width: 1330px;
  padding: 0 0 20px 10px;
  margin: 0 auto;
}
.saffireMobileSize .tier-one {
  flex-direction: column;
  align-items: center;
  padding: 0 0 20px;
  margin-bottom: 40px;
}
.tier-one .widget-wrapper {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.saffireMobileSize .tier-one .widget-wrapper {
  position: static;
}

.tier-three {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1150px) {
  .tier-three {
    flex-direction: column;
    justify-content: center;
  }
}

.tier-four {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 65px auto 80px;
}
.saffireMobileSize .tier-four {
  padding: 0 20px;
  margin: 35px auto 55px;
}

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

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

*:focus {
  outline: none;
}

.calloutArrow, .calloutArrowGallery {
  display: none !important;
}

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