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

*:focus {
  outline: none;
}

body {
  color: #005a84;
  font: 17px/1.5 "Franklin-Gothic-Book";
}

b,
strong {
  font-family: "Franklin-Gothic-Medium";
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat-Black";
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: "Montserrat-Black" !important;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}

h1, h2 {
  color: #005a84;
}

h3, h4, h5, h6 {
  color: #0293ce;
}

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

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

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

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

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

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

a {
  font-family: "Franklin-Gothic-Medium";
  color: #0293ce;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

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

input.textbox,
select.dropdown,
textarea.multi {
  color: #005a84;
  font: 17px/1.5 "Franklin-Gothic-Book";
  padding: 2px 6px;
}

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

.error {
  color: #000;
}

.fa {
  color: #005a84;
}
.fa.fa-print {
  color: #fff;
}

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

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

body:not(.homepage) .content {
  box-sizing: border-box;
  position: relative;
  max-width: 1360px;
  margin: 140px auto 40px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.9);
}

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

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

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

.saffireMobilesize .content {
  margin-top: 70px !important;
}

.saffireMobileSize.generalMessageOn .content {
  margin-top: 110px !important;
}

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

.subContainer {
  background: #e6e6e6;
  color: #005a84;
}

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

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

.mapLegend {
  padding: 10px;
}

.orderhistory {
  background: #0293ce;
}

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

.alternateRow {
  background: #e6e6e6;
}

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

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #9ea962;
  font-family: "Franklin-Gothic-Medium";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  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 {
  font-size: 0;
  height: 0;
  transition: 0.3s;
}

.header, .saffireMobileSize .header {
  position: fixed;
  top: 0;
  z-index: 999999999;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  background: #fff;
}

.headerInnerContent {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 1380px;
  max-width: 100%;
  height: 108px;
  padding: 0 10px;
  margin: 0 auto;
}
.saffireMobileSize .headerInnerContent {
  display: flex;
  height: 70px;
}

.header-logo {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 290px;
  height: 84px;
  background: url(images/logo.png) center/contain no-repeat;
}
.saffireMobileSize .header-logo {
  top: 7px;
  left: 7px;
  width: 190px;
  height: 55px;
}

.header .searchBox:not(.clonedSearchBox) {
  display: inline-flex;
  align-items: center;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
  height: 30px;
  width: 150px;
  padding: 0 5px;
  font-size: 14px;
  font-family: "Franklin-Gothic-Book";
  border-radius: 0 !important;
  border-bottom: 1px solid #414141;
  color: #414141;
  width: 0;
  padding: 0;
  transition: 0.2s;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input:focus {
  width: 150px;
  padding: 0 5px;
  transition: 0.2s;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 10px;
  border-radius: 0 !important;
  font-size: 14px;
  font-family: "Franklin-Gothic-Book";
  background: #fff;
  width: 35px;
  padding: 0;
  font-size: 0;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:before {
  content: "";
  display: block;
  font-size: 18px;
  font-family: "FontAwesome";
  line-height: 1;
  color: #414141;
}
.header .searchBox:not(.clonedSearchBox):hover .searchBoxInput input {
  width: 150px;
  padding: 0 5px;
  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: #0293ce;
}
.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:first-child {
  background: #0293ce;
  border-radius: 3px;
  margin-right: 15px;
  transition: 0.3s;
}
.saffireLargeSize .nav .groups .group:first-child:hover {
  background: #1a6b91;
  border-radius: 3px 3px 0 0;
  transition: 0.3s;
}
.saffireLargeSize .nav .groups .group:first-child a {
  color: #fff !important;
}
.saffireLargeSize .nav .groups .group:last-child .items,
.saffireLargeSize .nav .groups .group:nth-last-child(2) .items {
  left: auto;
  right: 0;
}
.saffireLargeSize .nav .groups .group:last-child .subitems,
.saffireLargeSize .nav .groups .group:nth-last-child(2) .subitems {
  left: auto;
  right: 100%;
}
.saffireLargeSize .nav .groups .group > a {
  display: inline-block;
  padding: 10px 15px;
  background: none;
  font-family: "Montserrat-Black", Arial, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #0293ce;
  text-transform: uppercase;
}
.saffireLargeSize .nav .groups .group:hover > a {
  color: #1a6b91;
}
.saffireLargeSize .nav .items {
  top: 100%;
  left: 0;
  padding: 0;
  background: #fff;
  box-shadow: 2px 2px 0px 0px #0293ce;
}
.saffireLargeSize .nav .items .item a {
  padding: 5px 15px;
  color: #0293ce;
  font: 13px/1 "Montserrat-Black";
  text-transform: uppercase;
}
.saffireLargeSize .nav .items .item a:hover {
  color: #1a6b91;
}
.saffireLargeSize .nav .item {
  width: 200px;
  line-height: 1.4;
}
.saffireLargeSize .nav .item:hover {
  background: #fff;
}
.saffireLargeSize .nav .subitems {
  left: 100%;
  padding: 0;
  background: #fff;
}

.blue {
  background: #1a6b91 !important;
}
.blue .item:hover,
.blue .subitems {
  background: #1a6b91 !important;
}

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  background: url(images/footer-bg.png) no-repeat #005a84 center;
  background-size: cover;
  font-family: "Franklin-Gothic-Book";
  font-size: 17px;
  color: #fff;
  text-align: left;
}
.saffireMobileSize .footer {
  background: url(images/footer-bg.png);
  background-size: cover;
  font-size: 13px;
}
.footer a:not(.button) {
  color: #fff;
  font-family: "Franklin-Gothic-Book";
  text-decoration: none;
}
.footer a:not(.button):hover {
  text-decoration: underline;
}
.footer .footer-top, .footer .footer-bottom {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1040px;
  padding: 0 10px;
  margin: 0 auto;
}
.footer .footer-top {
  display: flex;
  justify-content: space-between;
}
.saffireMobileSize .footer .footer-top {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: auto;
  max-width: none;
  padding-left: 90px;
}
.footer .footer-heading {
  font: 18px/1.25 "Montserrat-Black";
  text-transform: uppercase;
  margin-bottom: 10px;
}
.saffireMobileSize .footer .footer-heading {
  font-size: 13px;
}
.footer .footer-logo {
  display: block;
  width: 145px;
  height: 233px;
  background: url(images/footer-logo.png) center/contain no-repeat;
}
.saffireMobileSize .footer .footer-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 67px;
  height: 108px;
}
.footer .contact {
  display: flex;
  flex-direction: column;
}
.footer .contact .footer-heading:last-of-type {
  margin-top: 25px;
}
.saffireMobileSize .footer .site-map {
  display: none;
}
.footer ul.footerItems1 {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.footer ul.footerItems1 .separator {
  display: none;
}
.footer .newsletter-signup {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.saffireMobileSize .footer .newsletter-signup {
  align-items: flex-start;
  text-align: left;
  margin-top: 25px;
}
.footer .newsletter-signup .footer-heading {
  max-width: 200px;
}
.footer .newsletter-signup .button {
  text-decoration: none;
}
.footer .footer-bottom {
  margin-top: 75px;
}
.saffireMobileSize .footer .footer-bottom {
  margin-top: 25px;
}
.footer ul.footerItems2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
  font-size: 15px;
}
.saffireMobileSize .footer ul.footerItems2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.mobile-menu-container {
  background-color: #9ea962;
}
.mobile-menu-container .mobile-menu-header {
  background-color: #005a84;
}
.mobile-menu-container .close-mobile-menu {
  display: block;
  background: url(images/close-menu.png) center/contain no-repeat;
  width: 25px;
  height: 26px;
}
.mobile-menu-container .close-mobile-menu:before, .mobile-menu-container .close-mobile-menu:after {
  display: none;
}
.mobile-menu-container .mobile-menu-subheader,
.mobile-menu-container .mobile-menu-subheader-btn {
  display: none;
}
.mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
.mobile-menu-container .mobile-menu-subheader-btn:active {
  background-color: #124b66;
}
.mobile-menu-container .mobile-menu-login-links a {
  font-family: "Montserrat-Black";
}
.mobile-menu-container .cart-counter {
  font-family: "Montserrat-Black";
}
.mobile-menu-container .search-container input {
  font-family: "Franklin-Gothic-Book";
  font-size: 15px !important;
  color: #414141;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.mobile-menu-container .search-container .fa-search {
  color: #414141;
}
.mobile-menu-container .mobile-menu-ticket-btn {
  background-color: #005a84;
  font-family: "Montserrat-Black";
  color: #fff;
  border-color: #9ea962;
}
.mobile-menu-container .mobile-menu-footer-links a {
  font-family: "Franklin-Gothic-Book";
  color: #fff;
  font-size: 15px;
}

#mobile-nav ul {
  background-color: #9ea962;
}
#mobile-nav li {
  margin: 0;
}
#mobile-nav li.m-group, #mobile-nav li.m-item, #mobile-nav li.m-subitem {
  border-bottom: 1px solid #000;
}
#mobile-nav a {
  background-color: #005a84;
  font-family: "Montserrat-Black";
  text-transform: uppercase;
  color: #fff;
}
#mobile-nav a:hover {
  background-color: #1a6b91;
}
#mobile-nav .has-subitems span {
  background-color: #1a6b91;
  color: #fff;
}
#mobile-nav .has-subitems span:hover {
  background-color: #005a84;
}

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

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

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

.modalPageBackground {
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0.5;
}

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

.modalClose {
  top: 1px;
  background: none;
}
.modalClose .modalCloseButton {
  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: 10px 20px;
  font-size: 15px;
}

.button,
.buttonSmall {
  box-sizing: border-box;
  line-height: 1.75em;
  text-transform: uppercase;
  border-radius: 3px;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "Gotham-Black";
  color: #fff !important;
  background: #0293ce;
  transition: 0.3s;
}

a.buttonSmall.button,
.buttonSmall {
  padding: 5px 10px;
  font-size: 10px;
}

.button:hover,
.buttonSmall:hover {
  background: #005a84;
  transition: 0.3s;
}

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

.searchMapButton {
  font-size: 13px;
  padding: 5px 15px;
}

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

#siteInfoBannerWidget {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 10px;
  display: inline-flex !important;
  height: 105px;
  width: auto;
  max-width: 100%;
  margin: auto;
  padding: 0px 25px;
  background: url(images/countdown-bg.png);
  font-family: "Montserrat-Black";
  font-size: 15px;
  color: #fff;
  text-align: right;
  line-height: 1;
  z-index: 2;
  min-width: auto;
  flex-direction: column;
  justify-content: center;
}
#siteInfoBannerWidget #eventDates {
  order: 2;
  font-family: "Montserrat-Black";
  font-size: 31px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
#siteInfoBannerWidget #eventName {
  order: 1;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
#siteInfoBannerWidget .countdownDays {
  display: inline-block;
  font-family: "Montserrat-Black";
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.saffireMobileSize #siteInfoBannerWidget {
  right: 0 !important;
  padding: 0px 25px;
  background: url(images/countdown-bg.png);
  background-size: contain;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 85px;
}
.saffireMobileSize #siteInfoBannerWidget #eventName {
  font-size: 15px;
  color: inherit;
}
.saffireMobileSize #siteInfoBannerWidget #eventDates {
  font-size: 31px;
  color: inherit;
}
.saffireMobileSize #siteInfoBannerWidget .countdownDays {
  font-size: 15px;
  color: inherit;
}

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

body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
  font-family: "Montserrat-Black";
  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;
}

#hotButtons {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 30px auto 0;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  #hotButtons {
    max-width: 600px;
  }
}
#hotButtons .card-widget-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 15px;
  width: 165px;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  #hotButtons .card-widget-item {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  #hotButtons .card-widget-item {
    margin-bottom: 20px;
  }
}
#hotButtons .card-widget-item:hover .image-container {
  background-color: #1a6b91;
  transition: 0.3s;
}
#hotButtons .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  border: 5px solid #bccd68;
  border-radius: 50%;
  width: 145px;
  height: 145px;
  transition: 0.3s;
}
#hotButtons .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 18px/1 "Montserrat-Black";
  color: #414141;
  text-align: center;
  margin-top: 15px;
}
#hotButtons .buttonwrap {
  display: none;
}

#mainFeature {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1360px;
  margin: 0;
  padding: 0;
}
#mainFeature .card-widget-item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
#mainFeature .image-container {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 750px;
  text-decoration: none;
}
@media screen and (max-width: 1360px) {
  #mainFeature .image-container {
    height: 72.5vw;
    max-height: 750px;
  }
}
#mainFeature .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 85px;
  margin: 0 auto;
  background: rgba(65, 65, 65, 0.85);
}
.saffireMobileSize #mainFeature .card-content {
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 90px;
  background: #414141;
}
#mainFeature .card-widget-title {
  position: static;
  display: block;
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font: 32px/1 "Montserrat-Black";
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.saffireMobileSize #mainFeature .card-widget-title {
  font-size: 14px;
  width: 100%;
  overflow: visible;
  text-overflow: initial;
  white-space: normal;
  text-align: center;
  margin-bottom: 10px;
}
.saffireMobileSize #mainFeature .buttonwrap a {
  padding: 5px 15px;
  font-size: 14px;
}

.owl-nav {
  position: relative;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0;
  margin: 0;
}
.saffireMobileSize .owl-nav {
  height: auto;
  justify-content: center;
  padding: 10px 0;
}

.owl-prev, .owl-next {
  position: absolute;
  top: -70px;
  font-size: 0 !important;
  width: 45px;
  height: 45px;
}
.saffireMobileSize .owl-prev, .saffireMobileSize .owl-next {
  position: static;
  width: 14px;
  height: 22px;
  margin: 0 15px;
  padding: 0 !important;
}

.owl-prev {
  left: 10px;
  background: url(images/arrow-left.png) transparent center/contain no-repeat !important;
}
.saffireMobileSize .owl-prev {
  background-image: url(images/arrow-left-mobile.png) !important;
}

.owl-next {
  right: 10px;
  background: url(images/arrow-right.png) transparent center/contain no-repeat !important;
}
.saffireMobileSize .owl-next {
  background-image: url(images/arrow-right-mobile.png) !important;
}

#seoWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
}
#seoWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
}
#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 {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  position: static;
  display: block;
  width: 100%;
  font: 32px/1 "Montserrat-Black";
  color: #005a84;
  text-transform: uppercase;
}
#seoWidget .card-widget-title:after {
  content: "";
  display: block;
  width: 73px;
  height: 4px;
  background: #0293ce;
  margin: 20px auto;
  border-radius: 5px;
}
.saffireMobileSize #seoWidget .card-widget-title {
  font-size: 20px;
}
#seoWidget .card-widget-description {
  box-sizing: border-box;
  width: 100%;
  max-width: 1360px;
  font: 20px/1.5 "Franklin-Gothic-Book";
  color: #005a84;
  padding: 0 190px;
}
.saffireMobileSize #seoWidget .card-widget-description {
  font-size: 14px;
  padding: 0 20px;
}
#seoWidget .buttonwrap {
  display: none;
}

.socialNetworks {
  z-index: 80000000;
  position: fixed;
  left: -100px;
  top: 45%;
  transition: 0.6s ease;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  padding: 5px 3px;
}
.socialNetworks img {
  display: block;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
}
.socialNetworks > span, .socialNetworks > a {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  left: 0;
  border: 3px solid rgba(0, 0, 0, 0.3);
  transition: 0.2s;
  border-radius: 50%;
  border: none;
  padding: 3px;
  background-color: transparent;
}
.socialNetworks > a:hover {
  left: -6px;
  z-index: 2;
  transition: 0.2s;
  left: 0;
  background-color: #e6e6e6;
}

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

.pageIsLoaded .socialNetworks {
  left: 0;
  left: 10px;
}
@media screen and (max-width: 1400px) {
  .pageIsLoaded .socialNetworks {
    bottom: 0;
    bottom: 5px;
    left: 5px;
  }
}

.lightbox-showing .socialNetworks {
  display: none;
}

/* SOCIAL NETWORK PLUGIN */
#socialNetworkWidget {
  height: 480px;
  width: 480px;
  max-width: 95%;
  margin: 0;
}
@media screen and (max-width: 1500px) {
  #socialNetworkWidget {
    height: 350px;
    width: 350px;
  }
}
#socialNetworkWidget .socialFeedContainer {
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
  height: 480px;
  width: 480px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 1500px) {
  #socialNetworkWidget .socialFeedContainer {
    height: 350px;
    width: 350px;
    max-width: 99%;
  }
}

/* Set the container ID*/
/* Size the container*/
/* Size the images*/
/* Format titles*/
/* Format arrows*/
#sponsorWidgetContainer {
  position: relative;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 28px;
}
.saffireMobileSize #sponsorWidgetContainer {
  padding: 0;
}
#sponsorWidgetContainer .sponsorWidgetContainer .sponsor-controls-container:focus-within {
  bottom: 3px;
  opacity: 1;
  transition: 0.2s;
  pointer-events: auto;
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsorCarouselImageContainer {
  animation-play-state: paused;
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:before {
  content: "Resume";
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:after {
  content: "";
  padding-left: 2px;
}
#sponsorWidgetContainer .sponsorWidgetContainer:hover .sponsor-controls-container {
  bottom: 3px;
  opacity: 1;
  transition: 0.2s;
  pointer-events: auto;
}
#sponsorWidgetContainer .sponsorCarouselImage img {
  max-height: 90px;
}
#sponsorWidgetContainer #sponsorsTitleContainer {
  width: 100%;
  text-align: center;
  top: 0;
}
#sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  display: none;
}
#sponsorWidgetContainer #sponsorArrowRight, #sponsorWidgetContainer #sponsorArrowLeft {
  top: 50%;
  transform: translateY(-50%);
}
.saffireMobileSize #sponsorWidgetContainer #sponsorArrowRight, .saffireMobileSize #sponsorWidgetContainer #sponsorArrowLeft {
  display: none;
}
#sponsorWidgetContainer #sponsorArrowRight span, #sponsorWidgetContainer #sponsorArrowLeft span {
  display: block;
  width: 14px;
  height: 22px;
  border: none;
}
#sponsorWidgetContainer #sponsorArrowRight {
  right: 0;
}
#sponsorWidgetContainer #sponsorArrowRight span {
  background: url(images/sponsor-right.png) center/contain no-repeat;
}
#sponsorWidgetContainer #sponsorArrowLeft {
  left: 0;
}
#sponsorWidgetContainer #sponsorArrowLeft span {
  background: url(images/sponsor-left.png) center/contain 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;
}

#videoSection {
  position: relative;
  display: inline-block;
  width: 850px;
  max-width: 95%;
  vertical-align: top;
  float: none;
  overflow: hidden;
  margin-left: 30px;
}
.saffireMobileSize #videoSection {
  margin: 30px 0 0;
}
@media screen and (max-width: 1100px) {
  #videoSection {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1500px) {
  #videoSection {
    width: 623px;
  }
}
#videoSection.single-video #arrow-container {
  display: none;
}

#videoWidget {
  position: relative;
  height: 0;
  width: 100%;
  max-width: 850px;
  padding-bottom: 56.3%;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  #videoWidget {
    max-width: 623px;
  }
}
#videoWidget iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  border: none !important;
  z-index: 1;
}
#videoWidget .video-loading {
  position: relative;
  top: calc(50% - 40px);
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: 10px solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
  border-radius: 100%;
  z-index: 0;
}
#videoWidget .video-arrow {
  box-sizing: border-box;
  position: absolute;
  top: 44%;
  width: 45px;
  height: 45px;
  padding: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 1;
}
#videoWidget .video-arrow.previous {
  background: url(images/arrow-left.png) no-repeat center/contain;
  transition: 0.3s;
  left: 10px;
}
#videoWidget .video-arrow.previous:hover {
  background: url(images/arrow-left-hover.png) no-repeat center/contain;
  transition: 0.3s;
}
#videoWidget .video-arrow.next {
  background: url(images/arrow-right.png) no-repeat center/contain;
  transition: 0.3s;
  right: 10px;
}
#videoWidget .video-arrow.next:hover {
  background: url(images/arrow-right-hover.png) no-repeat center/contain;
  transition: 0.3s;
}
#videoWidget #videoList {
  display: none;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.saffireMobileSize #arrow-container {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
.saffireMobileSize #arrow-container .video-arrow {
  position: static;
  width: 14px;
  height: 22px;
  padding: 0;
  margin: 0 15px;
  cursor: pointer;
}
.saffireMobileSize #arrow-container .video-arrow.previous {
  background: url(images/video-left.png) center/contain no-repeat;
}
.saffireMobileSize #arrow-container .video-arrow.next {
  background: url(images/video-right.png) center/contain no-repeat;
}

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

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

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

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

.tier-one {
  position: relative;
  width: 1360px;
  max-width: 100%;
  margin: 0 auto;
}

.tier-two {
  box-sizing: border-box;
  width: 100%;
  padding: 45px 0;
}
.saffireMobileSize .tier-two {
  padding: 30px 0;
}

.tier-three {
  display: flex;
  justify-content: center;
  padding: 375px 0 50px;
  background: url(images/mountain-bg.png);
  background-size: cover;
}
.saffireMobileSize .tier-three {
  flex-direction: column;
  align-items: center;
  padding: 125px 0 30px;
}

.tier-four {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
}

.sponsors-title {
  font: 22px/1 "Montserrat-Black";
  text-transform: uppercase;
  margin-bottom: 20px;
}
