/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/sass/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
/************** LOAD FONTS ******************/
@font-face {
  font-family: "Lato-Black";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Lato-Black.woff2) format("woff2"), url(fonts/Lato-Black.woff) format("woff");
}
@font-face {
  font-family: "Lato-Bold";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Lato-Bold.woff2) format("woff2"), url(fonts/Lato-Bold.woff) format("woff");
}
@font-face {
  font-family: "Lato-Regular";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Lato-Regular.woff2) format("woff2"), url(fonts/Lato-Regular.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");
}
@font-face {
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Montserrat-Bold.woff2) format("woff2"), url(fonts/Montserrat-Bold.woff) format("woff");
}
@font-face {
  font-family: "Montserrat-Light";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Montserrat-Light.woff2) format("woff2"), url(fonts/Montserrat-Light.woff) format("woff");
}
@font-face {
  font-family: "Montserrat-Medium";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Montserrat-Medium.woff2) format("woff2"), url(fonts/Montserrat-Medium.woff) format("woff");
}
@font-face {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Montserrat-Regular.woff2) format("woff2"), url(fonts/Montserrat-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;
}
.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: none !important;
}

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

b,
strong {
  font-family: "Lato-Black";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat-Bold";
  font-weight: normal;
  color: #343434;
  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 + 11 * ((100vw - 450px) / 916));
  }
}
@media screen and (min-width: 1366px) {
  h1 {
    font-size: 40px;
  }
}

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

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

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

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

a {
  color: #0a4f9c;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

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

input.textbox,
select.dropdown,
textarea.multi {
  color: #343434;
  font: 16px/1.5 "Lato-Regular";
  padding: 2px 6px;
  border-radius: 0 !important;
}

.fa {
  color: #343434;
}
.fa.fa-print {
  color: #fff;
}

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

.error {
  color: #e22028;
}

/***************** CONTAINERS **************************/
body {
  background: url(images/main-bg.png) #fff center top no-repeat;
  background-size: 100%;
}
body.saffireMobileSize, body.homepage {
  background-image: none !important;
}

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

body:not(.homepage) .content {
  box-sizing: border-box;
  position: relative;
  max-width: 1200px;
  margin: 160px auto 90px;
  padding: 20px;
  background: #fff;
}

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

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

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

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

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

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

.saffireMobileSize .afterContent {
  display: block !important;
}

.subContainer {
  background: #eee;
  color: #343434;
}
.subContainer a,
.subContainer h1, .subContainer h2, .subContainer h3 {
  color: #343434;
}
.subContainer .error {
  color: #000;
}

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

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

.mapLegend {
  padding: 10px;
}

.orderhistory {
  background: #0a4f9c;
}

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

.alternateRow {
  background: #eee;
}

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

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #cedef0;
  font-family: "Lato-Bold";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #343434;
  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: 9999999999;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  background: #fff;
  transition: 0.3s;
}

.saffireWindowScrolled .header {
  box-shadow: 0px 2px 5px 0px rgba(52, 52, 52, 0.5);
  transition: 0.3s;
}

.headerInnerContent {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  height: 75px;
  margin: 0 auto;
}
.saffireMobileSize .headerInnerContent {
  height: 65px;
}

.header-logo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 300px;
  height: 150px;
  background: url(images/logo.png) center/contain no-repeat;
  transition: 0.3s;
}
@media screen and (max-width: 1215px) {
  .header-logo {
    left: 15px;
  }
}
.saffireWindowScrolled .header-logo {
  top: 1px;
  width: 160px;
  height: 80px;
  transition: 0.3s;
}
.saffireMobileSize .header-logo {
  top: -20px !important;
  width: 216px !important;
  height: 108px !important;
}

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

.mobile-nav-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
}
.mobile-nav-toggle:before {
  content: "";
  width: 20px;
  height: 14px;
  background: url(images/menu.png) center/contain no-repeat;
}
.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: 15px 25px;
  background: none;
  font-family: "Montserrat-Black", Arial, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4d4d4f;
  text-transform: uppercase;
}
.saffireLargeSize .nav .groups .group:hover > a {
  color: #0a4f9c;
}
.saffireLargeSize .nav .items {
  top: 100%;
  left: 0;
  padding: 5px 0;
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(52, 52, 52, 0.5);
}
.saffireLargeSize .nav .items .item a {
  padding: 5px 15px;
  color: #4d4d4f;
  font: 13px/1 "Montserrat-Regular";
}
.saffireLargeSize .nav .items .item a:hover {
  color: #e22028;
}
.saffireLargeSize .nav .item {
  width: 200px;
  line-height: 1.4;
}
.saffireLargeSize .nav .item:hover {
  background: #fff;
}
.saffireLargeSize .nav .subitems {
  left: 100%;
  padding: 0;
  background: #fff;
}

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85px !important;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #81170d;
  color: #fff;
  font-family: "Montserrat-Medium";
}
.footer ul.footerItems2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 1050px) {
  .footer ul.footerItems2 {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 10px;
  }
}

.site-credits {
  display: flex;
  align-items: center;
}

.novum_logo {
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.novum_logo img {
  margin-left: 10px;
}

.saffire_logo {
  top: 0;
}

.mobile-menu-container {
  background: url(images/mobile-nav-bg.png) #0a4f9c center/cover;
}
.mobile-menu-container .mobile-menu-header {
  background-color: #0a4f9c;
}
.mobile-menu-container .close-mobile-menu {
  display: block;
  width: 25px;
  height: 26px;
  background: url(images/mobile-close.png) center/contain no-repeat;
}
.mobile-menu-container .close-mobile-menu:before, .mobile-menu-container .close-mobile-menu:after {
  display: none;
}
.mobile-menu-container .mobile-menu-subheader {
  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: #a7c4e4;
}
.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 {
  border-bottom: 1px solid #0a4f9c;
}
.mobile-menu-container .search-container input[type=text] {
  font: 13px/1 "Montserrat-Regular";
  -webkit-appearance: none;
  border-radius: 0px;
  height: 50px;
}
.mobile-menu-container .search-container .fa-search {
  color: rgba(52, 52, 52, 0.5);
}
.mobile-menu-container .mobile-menu-ticket-btn {
  background-color: #fff;
  font-family: "Montserrat-Black";
  color: #eee;
  border-color: #0a4f9c;
}
.mobile-menu-container .mobile-menu-footer-links a {
  font: 11px/1 "Montserrat-Regular";
  color: #fff;
}

#mobile-nav ul {
  background-color: #cedef0;
}
#mobile-nav li {
  margin: 0;
}
#mobile-nav li.m-group, #mobile-nav li.m-item, #mobile-nav li.m-subitem {
  border-bottom: 1px solid #0a4f9c;
}
#mobile-nav a {
  background-color: #fff;
  font: 13px/1 "Montserrat-Black";
  color: #0a4f9c;
}
#mobile-nav a:hover {
  background-color: #cedef0;
}
#mobile-nav .has-subitems span {
  background-color: #cedef0;
  color: #0a4f9c;
}
#mobile-nav .has-subitems span:hover {
  background-color: #fff;
}

/************************* 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: #0a4f9c;
  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: #343434;
}
.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 18px;
  font-size: 16px;
}

.button,
.buttonSmall {
  box-sizing: border-box;
  line-height: 1.75em;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Montserrat-Black";
  color: #fff !important;
  background: #0a4f9c;
  transition: 0.3s;
}

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

.button:hover,
.buttonSmall:hover {
  background: #083a73;
  transition: 0.3s;
}

a.updateButton.buttonSmall,
a.removeButton.buttonSmall,
a.cartMenuRemoveButton.button.buttonSmall {
  font-size: 12px;
}

.searchMapButton {
  font-size: 13px;
  padding: 4px 12px;
  border-radius: 0 30px 30px 0 !important;
}

#cardWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1100px) {
  #cardWidget {
    flex-direction: column;
    align-items: center;
  }
}
#cardWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 310px;
  margin: 25px;
}
#cardWidget .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
}
#cardWidget .image-container img {
  max-width: 210px;
  max-height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}
#cardWidget .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
#cardWidget .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 23px/1 "Montserrat-Black";
  color: #fff;
  text-transform: uppercase;
  margin: 30px 0 10px;
}
#cardWidget .card-widget-description {
  font: 15px/1.5 "Montserrat-Light";
  color: #fff;
}
#cardWidget .buttonwrap {
  display: none;
}

#connectWidget {
  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: 1025px) {
  #connectWidget {
    flex-direction: column;
    align-items: center;
  }
}
#connectWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 250px;
}
@media screen and (max-width: 1025px) {
  #connectWidget .card-widget-item {
    margin-bottom: 25px;
  }
}
#connectWidget .card-widget-item:last-of-type .card-content a {
  margin: 0 10px;
}
#connectWidget .image-container {
  box-sizing: border-box;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 130px;
  max-height: 130px;
}
#connectWidget .card-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: 10px;
}
#connectWidget .card-widget-title {
  display: none;
}
#connectWidget .card-widget-description {
  font: 16px/1.5 "Lato-Regular";
  color: #343434;
}
#connectWidget a {
  color: #343434;
  text-decoration: none;
}
#connectWidget a:hover {
  text-decoration: underline;
}
#connectWidget .buttonwrap {
  display: none;
}

#donateButton {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 10px 0 0;
  padding: 0;
}
.saffireMobileSize #donateButton {
  display: none;
}
#donateButton .card-widget-item {
  box-sizing: border-box;
  display: flex;
  background: #0a4f9c;
  padding: 11px 33px;
  border-radius: 30px;
  transition: 0.3s;
}
#donateButton .card-widget-item:hover {
  background: #083a73;
  transition: 0.3s;
}
#donateButton .card-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
#donateButton .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 13px/1 "Montserrat-Black";
  color: #fff;
  text-transform: uppercase;
}
#donateButton .card-widget-description,
#donateButton .buttonwrap {
  display: none;
}

#mainFeatureText {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.saffireMobileSize #mainFeatureText {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  padding: 20px;
}
#mainFeatureText .card-widget-item {
  box-sizing: border-box;
  display: flex;
}
#mainFeatureText .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
#mainFeatureText .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 40px/1 "Montserrat-Regular";
  color: #fff;
  font-style: italic;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.35);
  margin-bottom: 20px;
}
.saffireMobileSize #mainFeatureText .card-widget-title {
  font-size: 25px;
}
@media screen and (max-width: 1300px) {
  #mainFeatureText .card-widget-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
#mainFeatureText .card-widget-description {
  font: 50px/1 "Montserrat-Bold";
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 1300px) {
  #mainFeatureText .card-widget-description {
    font-size: 40px;
  }
}
#mainFeatureText .buttonwrap {
  background: transparent;
  border-radius: 30px;
  border: 2px solid #fff;
  margin-top: 50px;
  transition: 0.3s;
}
#mainFeatureText .buttonwrap:hover {
  background: rgba(10, 79, 156, 0.3);
  transition: 0.3s;
}
.saffireMobileSize #mainFeatureText .buttonwrap {
  border-color: #343434;
  margin-top: 20px;
}
#mainFeatureText .buttonwrap a {
  display: flex;
  border-radius: 30px;
  font: 14px/1 "Montserrat-Bold";
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.35);
  padding: 20px 45px;
}

.saffireMobileSize #mainFeatureText .card-widget-title,
.saffireMobileSize #mainFeatureText .card-widget-description,
.saffireMobileSize #mainFeatureText .buttonwrap a {
  color: #343434;
  text-shadow: none;
}

#photoGallery {
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  width: 100%;
  max-width: 940px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 990px) {
  #photoGallery {
    display: none;
  }
}
#photoGallery .group {
  display: grid;
  grid-template-rows: 1fr;
  grid-gap: 15px;
}
#photoGallery .card-widget-item {
  box-sizing: border-box;
  display: flex;
}
#photoGallery .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
}
#photoGallery .image-container img {
  max-width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
#photoGallery .card-content {
  display: none;
}

#photoGalleryCarousel {
  box-sizing: border-box;
  position: relative;
  display: none;
  max-width: 300px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 990px) {
  #photoGalleryCarousel {
    display: flex;
  }
}
#photoGalleryCarousel .card-widget-item {
  box-sizing: border-box;
  display: flex;
}
#photoGalleryCarousel .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
}
#photoGalleryCarousel .card-content {
  display: none;
}

.owl-stage {
  display: flex;
  align-items: center;
}

.owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  width: 350px;
  margin: 0;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font: 28px/1 "Lato-Regular";
  color: #343434;
  border-radius: 50%;
  box-shadow: 0px 2px 5px 0px rgba(52, 52, 52, 0.5);
  width: 40px;
  height: 40px;
  transition: 0.3s;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
  background: #cedef0;
  color: #343434;
  transition: 0.3s;
}

#seoWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
}
#seoWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#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: block;
  width: 100%;
  font: 48px/1 "Montserrat-Bold";
  color: #343434;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.saffireMobileSize #seoWidget .card-widget-title {
  font-size: 40px;
  margin-bottom: 20px;
}
#seoWidget .card-widget-description {
  font: 16px/1.5 "Lato-Regular";
  color: #343434;
  max-width: 600px;
}
#seoWidget .buttonwrap {
  display: none;
}

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

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

.sponsors-title {
  font: 28px/1 "Montserrat-Bold";
  color: #343434;
  margin: 0 30px 0 0;
  max-width: 250px;
}
.saffireMobileSize .sponsors-title {
  font-size: 22px;
}
@media screen and (max-width: 1050px) {
  .sponsors-title {
    text-align: center;
    margin: 0 0 30px;
  }
}

#supportWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
#supportWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: 60vw;
  min-height: 500px;
  max-height: 770px;
}
#supportWidget .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
#supportWidget .card-content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0 30px;
}
#supportWidget .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 48px/1 "Montserrat-Bold";
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.35);
  margin-bottom: 40px;
}
.saffireMobileSize #supportWidget .card-widget-title {
  font-size: 38px;
}
#supportWidget .card-widget-description {
  font: 16px/1.5 "Lato-Regular";
  color: #fff;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.35);
  max-width: 650px;
}
#supportWidget .buttonwrap {
  background: transparent;
  border-radius: 30px;
  border: 2px solid #fff;
  margin-top: 20px;
  transition: 0.3s;
}
.saffireMobileSize #supportWidget .buttonwrap {
  margin-top: 40px;
}
#supportWidget .buttonwrap:hover {
  background: rgba(10, 79, 156, 0.3);
  transition: 0.3s;
}
#supportWidget .buttonwrap a {
  display: flex;
  border-radius: 30px;
  font: 14px/1 "Montserrat-Bold";
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.35);
  padding: 20px 45px;
}

#textWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto 100px;
}
.saffireMobileSize #textWidget {
  margin-bottom: 50px;
}
#textWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#textWidget .image-container {
  order: 2;
  box-sizing: border-box;
  position: static;
  display: inline-block;
  margin-top: 25px;
}
#textWidget .card-content {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
#textWidget .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 48px/1 "Montserrat-Bold";
  color: #343434;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.saffireMobileSize #textWidget .card-widget-title {
  font-size: 40px;
  margin-bottom: 15px;
}
#textWidget .card-widget-description {
  font: 16px/1.5 "Lato-Regular";
  color: #343434;
  max-width: 600px;
}
#textWidget .buttonwrap {
  display: none;
}

*:focus {
  outline: none;
}

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

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

.faqQuestion {
  box-sizing: border-box;
  width: 100%;
  max-width: 100% !important;
  background: #eee;
  padding: 15px 20px 15px 0;
  border-radius: 30px 0 0 30px;
  color: #343434;
}
@media screen and (max-width: 600px) {
  .faqQuestion {
    padding-left: 20px;
  }
}
.faqQuestion:before {
  content: "\f067" !important;
  font-size: 15px;
  color: #fff;
  background: #0a4f9c;
  padding: 20px 24px;
  border-radius: 30px;
}
@media screen and (max-width: 600px) {
  .faqQuestion:before {
    position: relative;
    left: -20px;
  }
}

.faqAnswer {
  background: #fff;
  padding: 20px;
  margin-left: 60px;
  color: #343434;
}

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

.FAQModule hr {
  display: none;
}

.featureLineupContainer .subContainer {
  position: relative;
}

.featureLineup-headline {
  box-sizing: border-box;
  top: auto;
  bottom: 59px;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  font: 16px/1 "Lato-Black";
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  width: 283px;
  padding: 10px;
}

.featureLineup-more {
  display: none;
}

.tier-one {
  position: relative;
  display: flex;
  flex-direction: column;
}

#mainFeatureImage {
  width: 100%;
  height: 45vw;
  min-height: 240px;
  max-height: 865px;
  background: url(images/main-feature.png) center bottom;
  background-size: cover;
}

.tier-two {
  position: relative;
  padding: 100px 20px;
}
.saffireMobileSize .tier-two {
  padding: 50px 20px;
}

.tier-three {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cedef0;
  padding: 25px;
}
@media screen and (max-width: 1050px) {
  .tier-three {
    flex-direction: column;
  }
}

.tier-four {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  background: url(images/mid-bg.png) center/cover fixed;
}
.saffireMobileSize .tier-four {
  padding: 25px 0;
}

.tier-five {
  display: flex;
  flex-direction: column;
  padding: 100px 0 40px;
}
.saffireMobileSize .tier-five {
  padding: 50px 20px;
}

.connect {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 100px 0;
}
.saffireMobileSize .connect {
  padding: 50px 25px;
}
.connect .section-title {
  font: 40px/1 "Montserrat-Bold";
  text-align: center;
  margin-bottom: 30px;
}

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