/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** 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: "OpenSans-Light";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-Light.woff2) format("woff2"), url(fonts/OpenSans-Light.woff) format("woff");
}
@font-face {
  font-family: "OpenSans-Regular";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-Regular.woff2) format("woff2"), url(fonts/OpenSans-Regular.woff) format("woff");
}
@font-face {
  font-family: "OpenSans-Semibold";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-Semibold.woff2) format("woff2"), url(fonts/OpenSans-Semibold.woff) format("woff");
}
@font-face {
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-Bold.woff2) format("woff2"), url(fonts/OpenSans-Bold.woff) format("woff");
}
@font-face {
  font-family: "OpenSans-ExtraBold";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-ExtraBold.woff2) format("woff2"), url(fonts/OpenSans-ExtraBold.woff) format("woff");
}
@font-face {
  font-family: "MontserratMedium";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/MontserratMedium.woff2) format("woff2"), url(fonts/MontserratMedium.woff) format("woff");
}
@font-face {
  font-family: "montserrat-bold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/montserrat-bold-webfont.woff2) format("woff2"), url(fonts/montserrat-bold-webfont.woff) format("woff");
}
@font-face {
  font-family: "montserratregular";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/montserratregular.woff2) format("woff2"), url(fonts/montserratregular.woff) format("woff");
}
@font-face {
  font-family: "montserratlight";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/montserratlight.woff2) format("woff2"), url(fonts/montserratlight.woff) format("woff");
}
@font-face {
  font-family: "montserrat-black-webfont";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/montserrat-black-webfont.woff2) format("woff2"), url(fonts/montserrat-black-webfont.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 {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -25px;
}

.owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 0;
  width: 25px;
  height: 50px;
  position: absolute;
}
.saffireMobileSize .owl-nav [class*=owl-] {
  background-size: contain;
  width: 19px;
  height: 35px;
}

#gallery .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 0;
  width: 21px;
  height: 50px;
  position: absolute;
}
#gallery .owl-prev {
  left: -8px;
}
@media only screen and (max-width: 1400px) {
  #gallery .owl-prev {
    left: 0;
  }
}
#gallery .owl-next {
  right: -8px;
}
@media only screen and (max-width: 1400px) {
  #gallery .owl-next {
    right: 0;
  }
}

.owl-prev {
  position: absolute;
  left: 0;
}

.owl-next {
  right: 0;
  transform: rotate(180deg);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .owl-next {
    right: -1px;
  }
}

.owl-nav [class*=owl-]:hover {
  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;
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  -webkit-tap-highlight-color: transparent;
}

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

.owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  margin: 5px 4px;
  border: 2px solid #d8cfad;
  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 {
  border: 2px solid #21498a;
}

.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: #1b4983;
  font: 16px/1.5 "MontserratMedium", Arial, Verdana, sans-serif;
}

b,
strong {
  font-family: "montserrat-bold-webfont";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "montserrat-black-webfont", Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #1b4983;
  line-height: 1.2;
  margin: 0 0 0.67em 0;
}

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

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

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

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

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: #1fc1c3;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

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

input.textbox,
select.dropdown,
textarea.multi {
  color: #1b4983;
  font: 16px/1.5 "MontserratMedium", Arial, Verdana, sans-serif;
  padding: 2px 6px;
}

.fa {
  color: #1b4983;
}
.fa.fa-print {
  color: #fff;
}

.printEvent {
  line-height: 1;
  z-index: 1;
}

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

.featureLineupContainer .featureLineup-buttons.subContainer {
  background: transparent;
  box-shadow: none;
  margin: 8px auto;
  width: 100%;
  color: #1b4983;
}
.featureLineupContainer .featureLineup-buttons.subContainer .dateDisplayBar,
.featureLineupContainer .featureLineup-buttons.subContainer .dateDisplay {
  background: #1fc1c3;
  color: #fff;
}

.featureLineup-social a:after {
  color: #1fc1c3;
}

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

/***************** CONTAINERS **************************/
body:not(.homepage) {
  background: url(images/inner-bg.jpg) fixed;
  background-size: cover;
}

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

body:not(.homepage) .content {
  box-sizing: border-box;
  position: relative;
  max-width: 1283px;
  margin: 182px auto 60px;
  padding: 15px;
  background: #fff;
}

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

body:not(.homepage).generalMessageOn .content {
  margin-top: 222px;
}
body:not(.homepage).saffireMobileSize .content {
  margin-top: 210px;
}
body:not(.homepage).saffireMobileSize.generalMessageOn .content {
  margin-top: 250px;
}

.homepage .content {
  margin-top: 118px;
}
.homepage.generalMessageOn .content {
  margin-top: 158px;
}
.homepage.saffireMobileSize .content {
  margin-top: 145px;
}
.homepage.saffireMobileSize.generalMessageOn .content {
  margin-top: 185px;
}

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

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

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

.mapLegend {
  padding: 10px;
}

.orderhistory {
  background: #1fc1c3;
}

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

.alternateRow {
  background: #f0f0f0;
}

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

.container {
  max-width: 1300px;
  margin: 0px auto;
  display: flex;
}

.header-right-content {
  margin-left: auto;
  padding-bottom: 4px;
}

.header-right-top {
  display: flex;
  justify-content: flex-end;
}

.swiper-main {
  background: url(images/mainn.png) top no-repeat;
  padding-bottom: 32px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .swiper-main {
    background-size: cover;
  }
}
.swiper-main .container {
  max-width: 1296px;
  padding-top: 61px;
}
@media screen and (max-width: 1299px) {
  .swiper-main .container {
    flex-direction: column;
    align-items: center;
  }
}
.saffireMobileSize .swiper-main .container {
  padding: 0;
}

.outer-medium {
  background: url(images/Tier-three-bg.jpg) center/cover no-repeat;
  margin-top: -62px;
  position: relative;
  padding: 123px 0 31px;
}
.outer-medium:before {
  content: "";
  background: url(images/hourse.png) left/contain no-repeat;
  width: 550px;
  height: 622px;
  display: block;
  left: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 1299px) {
  .outer-medium:before {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .outer-medium:before {
    background-position: left bottom;
    background-size: 50%;
  }
}
.outer-medium:after {
  content: "";
  background: url(images/cow.png) left/contain no-repeat;
  width: 348px;
  height: 442px;
  display: block;
  right: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .outer-medium:after {
    background-position: right bottom;
    background-size: 50%;
  }
}
@media screen and (max-width: 699px) {
  .outer-medium:after {
    background: url(images/cow-small.png) left/contain no-repeat;
    width: 356px;
    height: 378px;
  }
}
@media screen and (max-width: 699px) {
  .outer-medium {
    padding: 41px 0 298px;
  }
}

.tier-three {
  background: url(images/four-tier-bg.jpg) top/cover no-repeat;
  padding: 70px 15px 68px;
  box-sizing: border-box;
}
.saffireMobileSize .tier-three {
  padding: 11px 17px 23px;
}
.tier-three .tier-three-inner {
  max-width: 1289px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 1245px) {
  .tier-three .tier-three-inner {
    flex-direction: column;
    align-items: center;
  }
}

.tier-three-right {
  width: 100%;
  max-width: 703px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1245px) {
  .tier-three-right {
    padding: 20px 0 0;
  }
}
.saffireMobileSize .tier-three-right {
  padding: 0;
  max-width: 512px;
}
.tier-three-right .subscribe-main {
  background: url(images/emailbg.jpg) center/cover no-repeat;
  border-radius: 19px;
  width: 100%;
  min-height: 185px;
  position: relative;
  margin: 32px 0 0;
}
.saffireMobileSize .tier-three-right .subscribe-main {
  min-height: 429px;
  overflow: hidden;
  margin: 10px 0 0;
}
.tier-three-right .emailSignup {
  display: flex;
  margin: -65px 0 0 224px;
  position: relative;
}
.saffireMobileSize .tier-three-right .emailSignup {
  margin: 10px 0 0;
  flex-direction: column;
  align-items: center;
}
.tier-three-right .emailSignup .emailSignupText {
  display: none;
}
.tier-three-right .emailSignup .emailInputField {
  width: 100%;
  max-width: 319px;
}
.saffireMobileSize .tier-three-right .emailSignup .emailInputField {
  max-width: 280px;
  margin: 0 0 7px;
}
.tier-three-right .emailSignup .emailInputField input {
  width: 100%;
  height: 35px;
  border-radius: 6px !important;
  background: #fff;
  box-sizing: border-box;
  padding: 0 13px;
  color: #3a3a3a;
  font-size: 15px;
}
.tier-three-right .emailSignup .emailSubmitButton {
  font-size: 0;
  background: none;
  padding: 0;
  margin: 0 0 0 7px;
}
.saffireMobileSize .tier-three-right .emailSignup .emailSubmitButton {
  margin: 0;
}
.saffireMobileSize .tier-three-right .emailSignup .emailSubmitButton:after {
  width: 279px;
  height: 35px;
  letter-spacing: 0.2px;
}
.tier-three-right .emailSignup .emailSubmitButton:hover:after {
  background: #159b9d;
}
.tier-three-right .emailSignup .emailSubmitButton:after {
  content: "subscribe";
  color: #1b4983;
  font-size: 14px;
  background: #1fc1c3;
  width: 124px;
  height: 35px;
  display: flex;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.sponsor-container {
  padding: 30px 0 0;
  margin: 1px 0 -28px;
  position: relative;
  z-index: 1;
}
.saffireMobileSize .sponsor-container {
  padding: 19px 0 1px;
  margin: 0;
}

.top-footer {
  background: url(images/footer-bg.jpg) center top no-repeat;
  width: 100%;
  padding: 30px 0 0;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 1500px) {
  .top-footer {
    padding: 30px 0 0 71px;
  }
}
.saffireMobileSize .top-footer {
  background: url(images/footer-bg-small.jpg) top repeat;
  border-top: 6px solid #6bb8cd;
  padding: 43px 0 0;
}
.top-footer:after {
  content: "";
  background: url(images/ride-tent.png) center/contain no-repeat;
  display: block;
  width: 293px;
  height: 228px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1277px) {
  .top-footer:after {
    width: 233px;
    height: 178px;
  }
}
@media screen and (max-width: 1065px) {
  .top-footer:after {
    width: 143px;
    height: 111px;
  }
}
.saffireMobileSize .top-footer:after {
  width: 308px;
  height: 226px;
  margin: 29px auto 0;
  background: url(images/tent-mobile.png) center/contain no-repeat;
  position: static;
}
.top-footer .inner-container {
  max-width: 1438px;
  margin: 0 auto;
  display: flex;
  min-height: 285px;
  position: relative;
  padding: 53px 0 0 191px;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 1277px) {
  .top-footer .inner-container {
    padding: 53px 16px 0 151px;
  }
}
.saffireMobileSize .top-footer .inner-container {
  padding: 0;
  flex-direction: column;
  align-items: center;
}
.top-footer .inner-container .guitar {
  background: url(images/guitar.png) center/contain no-repeat;
  width: 168px;
  height: 227px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1277px) {
  .top-footer .inner-container .guitar {
    width: 139px;
    height: 188px;
  }
}
.saffireMobileSize .top-footer .inner-container .guitar {
  display: none;
}

.bottom-footer {
  box-sizing: border-box;
  padding: 16px;
}
@media screen and (max-width: 1360px) {
  .bottom-footer {
    padding: 16px 16px 50px;
  }
}
.saffireMobileSize .bottom-footer {
  padding: 19px 19px 24px;
}

.header-content {
  box-sizing: border-box;
  padding: 0 10px 0 0;
}
.saffireMobileSize .header-content {
  background: #1b4983;
  padding: 0;
}
.saffireMobileSize .header-content .container {
  min-height: 71px;
  align-items: center;
}

.saffireMobileSize #dynamicModal,
.saffireMobileSize .modal.nested {
  max-height: 50vh !important;
  height: 180px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ui-dialog .modalClose {
  top: -33px !important;
  position: absolute;
}

.ui-dialog #dynamicModal,
.ui-dialog .modal.nested {
  padding: 0;
  border-top: 0px solid;
}

.saffireMobileSize #dynamicModal,
.saffireMobileSize .modal.nested {
  max-height: 50vh !important;
  height: 180px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.saffireMobileSize .modalContent.emailSignupThankYouMessage p {
  font-size: 12px;
}

.modalContent h1 {
  font-size: 18px;
}

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

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

.header {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  background: #1b4983;
  border-bottom: 3px solid #1fc1c3;
  position: fixed;
  top: 0;
  z-index: 99999999;
}
.saffireLargeSize .header {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.32);
}
.saffireMobileSize .header {
  position: fixed;
  top: 0;
  z-index: 99999999;
  width: 100%;
  height: auto !important;
  background: #fff;
  border-bottom: 3px solid #1fc1c3;
}

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

.header-logo {
  display: block;
  width: 279px;
  height: 169px;
  background: url(images/logo.png) center/contain no-repeat;
  margin: 6px 18px 20px 8px;
  position: absolute;
  z-index: 99;
  transition: all 0.3s ease !important;
}
.saffireWindowScrolled.saffireLargeSize .header-logo {
  width: 174px;
  height: 107px;
}
@media screen and (max-width: 1199px) {
  .header-logo {
    width: 221px;
    height: 142px;
  }
}
.saffireMobileSize .header-logo {
  background: url(images/logo-mobile.png) center/contain no-repeat;
  width: 139px;
  height: 84px;
  margin: 2px 0 0 5px;
  top: 0;
}

.ticket {
  background: url(images/ticket.png) no-repeat;
  color: #1b4983;
  font: 20px "montserrat-bold-webfont", Arial, Verdana, sans-serif;
  width: 184px;
  height: 52px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 17px 5px 0 21px;
  display: flex;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
.ticket:hover {
  background: url(images/ticket-hover.png) no-repeat;
  color: #1b4983;
}

.saffireMobileSize a.ticket {
  background: url(images/ticket-mobile.png) no-repeat;
  color: #1b4983;
  font: 17px "montserrat-bold-webfont", Arial, Verdana, sans-serif;
  width: 157px;
  height: 44px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 13px auto 14px;
  display: flex;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.saffireMobileSize a.ticket:hover {
  background: url(images/ticket-mobile-hover.png) no-repeat;
  color: #1b4983;
  width: 157px;
  height: 44px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 13px auto 14px;
  display: flex;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.header .searchBox:not(.clonedSearchBox) {
  display: inline-flex;
  align-items: center;
  align-items: center;
  top: 8px;
}
.header .searchBox:not(.clonedSearchBox):hover .searchSubmitButton:before {
  content: "";
  background: url(images/searchhover.png) no-repeat;
}
.header .searchBox:not(.clonedSearchBox):hover {
  color: #1fc1c3;
}
.header .searchBox:not(.clonedSearchBox):hover .searchBoxInput input {
  color: #1fc1c3 !important;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
  height: 30px;
  width: 57px;
  padding: 0 5px;
  font-size: 14px;
  font-family: "montserratlight";
  border-radius: 0 !important;
  background: transparent;
  color: #fff;
  letter-spacing: 0.2px;
  width: 57px;
  padding: 0;
  transition: 0.2s;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input:focus {
  width: 124px;
  padding: 0 5px;
  transition: 0.2s;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 10px;
  background: transparent;
  border-radius: 0 !important;
  font-size: 14px;
  font-family: "MontserratMedium", Arial, Verdana, sans-serif;
  width: 35px;
  padding: 0;
  font-size: 0;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:before {
  content: "";
  background: url(images/search.png) no-repeat;
  width: 20px;
  height: 19px;
  display: block;
  margin-right: 11px;
  top: 0px;
  position: relative;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover {
  background: transparent;
}
.header .searchBox:not(.clonedSearchBox):hover .searchBoxInput input {
  width: 124px;
  padding: 0 5px;
  transition: 0.2s;
  background: transparent;
  color: #fff;
}

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

.saffireLargeSize .viewcart {
  display: inline-flex;
  color: inherit;
  align-items: center;
  margin: 11px 8px -2px 18px;
  line-height: 16px;
}
.saffireLargeSize .viewcart:hover .cartMenuLink {
  color: #1fc1c3;
}
.saffireLargeSize .viewcart:hover .cartMenuLink:before {
  content: "";
  background: url(images/carthover.png) no-repeat;
  color: #1fc1c3;
}
.saffireLargeSize .viewcart:hover:before {
  color: #1fc1c3;
}
.saffireLargeSize .viewcart:before {
  content: "Cart";
  color: #fff;
  margin-right: 8px;
  margin-top: 4px;
  font-family: "montserratlight";
  font-size: 15px;
}
.saffireLargeSize .viewcart .cartMenuLink {
  display: flex;
  font-size: 14px;
  position: relative;
  top: 1px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "montserratlight";
  font-size: 15px;
  line-height: 18px;
}
.saffireLargeSize .viewcart .cartMenuLink:before {
  content: "";
  background: url(images/cart.png) no-repeat;
  width: 27px;
  height: 21px;
  position: relative;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 26px;
  color: #4f4f4f;
  display: inline-block;
  line-height: 19px;
}

.saffireMobileSize .viewcart {
  display: inline-flex;
  color: inherit;
  align-items: center;
  line-height: 16px;
}
.saffireMobileSize .viewcart .cartMenuLink {
  display: flex;
  font-size: 14px;
  position: relative;
  top: 1px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "montserratlight";
  font-size: 15px;
  line-height: 18px;
}
.saffireMobileSize .viewcart .cartMenuLink:before {
  content: "";
  background: url(images/cart.png) no-repeat;
  width: 27px;
  height: 21px;
  position: relative;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 26px;
  color: #4f4f4f;
  display: inline-block;
  line-height: 19px;
}

.standAloneDirections {
  color: #fff;
  line-height: 26px;
  display: flex;
  margin: 18px 11px 0 16px;
  align-items: center;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  font-family: "montserratlight";
  font-size: 15px;
  flex-direction: row-reverse;
}
.saffireMobileSize .standAloneDirections {
  display: none;
}
.standAloneDirections:hover:before {
  content: "";
  background: url(images/directionhover.png) no-repeat;
}
.standAloneDirections:hover {
  color: #1fc1c3;
}
.standAloneDirections:before {
  content: "";
  background: url(images/location.png) no-repeat;
  margin: 0px 0 0 14px;
  display: flex;
  width: 16px;
  height: 21px;
}

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

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

.saffireLargeSize .nav {
  margin-right: -11px;
  margin-bottom: -4px;
  margin-top: -4px;
}
.saffireLargeSize .nav .groups {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  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 > a:after {
  content: "";
  background: url(images/arrow-down.png) no-repeat center;
  width: 12px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px 0px 0 7px;
}
.saffireLargeSize .nav .groups .group:last-child .subitems,
.saffireLargeSize .nav .groups .group:nth-last-child(2) .subitems {
  left: auto;
  right: 100%;
}
.saffireLargeSize .nav .groups .group > a {
  display: flex;
  padding: 10px 15px 13px;
  background: none;
  font-family: "montserrat-bold-webfont", Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
.saffireLargeSize .nav .groups .group:hover > a {
  color: #fff;
  background: #1fc1c3;
}
.saffireLargeSize .nav .items {
  top: 92%;
  left: 0;
  padding: 0;
  background: #1fc1c3;
}
.saffireLargeSize .nav .items .item a {
  padding: 5px 15px;
  color: #fff;
  font-family: "MontserratMedium", Arial, Verdana, sans-serif;
}
.saffireLargeSize .nav .items .item a:hover {
  color: #fff;
}
.saffireLargeSize .nav .item {
  width: 200px;
  line-height: 1.4;
}
.saffireLargeSize .nav .item:hover {
  background: #36dddf;
}
.saffireLargeSize .nav .subitems {
  left: 100%;
  padding: 0;
  background: #1fc1c3;
}

.mainNavigationItem3 > a, .mainNavigationItem4 > a {
  pointer-events: none;
  cursor: default;
}

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: repeat-x #fff center;
  color: #111;
  text-align: left;
}
.saffireMobileSize .footer {
  background: center;
}
.footer a {
  color: #111;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .footer-navigation {
  margin: 0;
}
.footer .powered-by-saffire svg path {
  fill: #000;
}
.footer .footer-logo {
  background: url(images/footer-logo.png) center/contain no-repeat;
  display: inline-block;
  width: 225px;
  height: 131px;
}
@media screen and (max-width: 1339px) {
  .footer .footer-logo {
    width: 175px;
    height: 108px;
  }
}
.saffireMobileSize .footer .footer-logo {
  background: url(images/footer-mobile-logo.png) center/contain no-repeat;
  display: inline-block;
  width: 211px;
  height: 123px;
}
.footer .footerItems1 {
  display: flex;
  flex-wrap: wrap;
  max-height: 125px;
  flex-direction: column;
  margin: 0 0 0 92px;
  min-width: 395px;
}
@media screen and (max-width: 1541px) {
  .footer .footerItems1 {
    margin: 0 0 0 60px;
    min-width: 360px;
  }
}
@media screen and (max-width: 1399px) {
  .footer .footerItems1 {
    margin: 0 0 0 60px;
    min-width: 300px;
  }
}
@media screen and (max-width: 1200px) {
  .footer .footerItems1 {
    margin: 0 0 0 39px;
  }
}
@media screen and (max-width: 1159px) {
  .footer .footerItems1 {
    margin: 0 0 0 32px;
    min-width: 239px;
  }
}
.saffireMobileSize .footer .footerItems1 {
  margin: 45px 0 0;
  max-height: none;
  text-align: center;
  align-items: center;
}
.footer .footerItems1 .separator {
  display: none;
}
.footer .footerItems1 li {
  font: 16px "montserrat-bold-webfont";
  color: #fff;
  margin: 0 0 5px;
  max-width: 118px;
  min-width: 118px;
}
@media screen and (max-width: 1159px) {
  .footer .footerItems1 li {
    font-size: 14px;
  }
}
.saffireMobileSize .footer .footerItems1 li {
  line-height: 1.2;
  margin: 0 0 2px;
  font-size: 16px;
}
.footer .footerItems1 a {
  color: #fff;
}
.footer .footer-info {
  margin: 0 0 0 25px;
  display: flex;
  flex-direction: column;
}
.saffireMobileSize .footer .footer-info {
  margin: 30px 0 0;
  align-items: center;
}
.footer .footer-info li {
  font: 16px "montserrat-bold-webfont";
  color: #fff;
  margin: 0 0 5px;
}
@media screen and (max-width: 1159px) {
  .footer .footer-info li {
    font-size: 14px;
  }
}
.footer .footer-info a {
  color: #fff;
}
.footer .footerItems2 {
  display: flex;
  max-width: 1246px;
  margin: 0 auto;
  justify-content: space-between;
  font: 13px "montserrat-bold-webfont";
  color: #2f364f;
}
.footer .footerItems2 li:last-child {
  margin: -15px 0 0;
}
.saffireMobileSize .footer .footerItems2 {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.saffireMobileSize .footer .footerItems2 li {
  line-height: 1.3;
}
.saffireMobileSize .footer .footerItems2 li:last-child {
  margin: -8px 0 0;
}

.mobile-menu-container {
  background-color: #fff;
}
.mobile-menu-container .mobile-menu-header {
  background-color: #1b4983;
}
.mobile-menu-container .close-mobile-menu:before, .mobile-menu-container .close-mobile-menu:after {
  background-color: #fff;
}
.mobile-menu-container .mobile-menu-subheader {
  background-color: #f6f6f7;
}
.mobile-menu-container .mobile-menu-subheader,
.mobile-menu-container .mobile-menu-subheader-btn {
  background-color: #f6f6f7;
}
.mobile-menu-container .mobile-menu-subheader a, .mobile-menu-container .mobile-menu-subheader i,
.mobile-menu-container .mobile-menu-subheader-btn a,
.mobile-menu-container .mobile-menu-subheader-btn i {
  color: #333;
}
.mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
.mobile-menu-container .mobile-menu-subheader-btn:active {
  background-color: #dbdbdf;
}
.mobile-menu-container .mobile-menu-login-links a {
  font-family: "MontserratMedium";
}
.mobile-menu-container .cart-counter {
  font-family: "MontserratMedium";
}
.mobile-menu-container .search-container input[type=text] {
  font-family: "MontserratMedium";
  -webkit-appearance: none;
  border-radius: 0px;
  height: 50px;
  color: #1b4983;
}
.mobile-menu-container .search-container input[type=text]::placeholder {
  opacity: 1;
}
.mobile-menu-container .search-container .fa-search {
  color: #1b4983;
}
.mobile-menu-container .mobile-menu-ticket-btn {
  background-color: #1b4983;
  font-family: "MontserratMedium";
  color: #fff;
  border-color: #fff;
}
.mobile-menu-container .mobile-menu-footer-links a {
  font-family: "MontserratMedium";
  color: #1b4983;
}

#mobile-nav ul {
  background-color: #fff;
}
#mobile-nav li {
  margin: 0;
}
#mobile-nav li.m-group, #mobile-nav li.m-item, #mobile-nav li.m-subitem {
  border-bottom: 1px solid #fff;
}
#mobile-nav a {
  background-color: #1b4983;
  font-family: "MontserratMedium";
  color: #fff;
}
#mobile-nav a:hover {
  background-color: #123159;
}
#mobile-nav .has-subitems span {
  background-color: #496d9c;
  color: #fff;
}
#mobile-nav .has-subitems span:hover {
  background-color: #395579;
}

/************************* 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: #1fc1c3;
  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: #1b4983;
}
.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: 4px 12px;
  font-size: 14px;
}

.button,
.buttonSmall {
  box-sizing: border-box;
  line-height: 1.75em;
  border-radius: 3px;
  text-decoration: none;
  font-family: "montserrat-black-webfont";
  color: #1b4983 !important;
  background: #1fc1c3;
  text-transform: uppercase;
}

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

.button:hover,
.buttonSmall:hover {
  background: #159b9d;
}

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

#cardWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 35px auto 0;
  padding: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  #cardWidget {
    max-width: 960px;
  }
}
@media screen and (max-width: 699px) {
  #cardWidget {
    max-width: 660px;
  }
}
@media screen and (max-width: 479px) {
  #cardWidget {
    flex-direction: column;
    align-items: center;
    margin: 21px auto 0;
  }
}
#cardWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 220px;
  height: 100%;
  margin: 0 38px 26px;
  border-radius: 50%;
  flex-direction: column;
  text-decoration: none;
  position: relative;
}
#cardWidget .card-widget-item:hover .image-container:after {
  background: rgba(193, 106, 39, 0.7);
}
#cardWidget .card-widget-item:hover .buttonwrap {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  #cardWidget .card-widget-item {
    margin: 0 12px 26px;
  }
}
@media screen and (max-width: 1023px) {
  #cardWidget .card-widget-item {
    margin: 0 5px 26px;
  }
}
@media screen and (max-width: 479px) {
  #cardWidget .card-widget-item {
    margin: 0 5px 11px;
  }
}
#cardWidget .image-container {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  width: 100%;
  height: 220px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.51);
}
#cardWidget .image-container:after {
  content: "";
  background: rgba(193, 106, 39, 0);
  border: 12px solid #c16a27;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  transition: all 0.3s ease !important;
}
#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: 19px "montserrat-black-webfont", Arial, Verdana, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin: 9px 0 0;
  letter-spacing: 0.2px;
  line-height: 1.1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
#cardWidget .card-widget-description {
  font: 16px "MontserratMedium", Arial, Verdana, sans-serif;
  color: #1b4983;
  padding: 10px;
}
#cardWidget .buttonwrap {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease !important;
  opacity: 0;
  top: 43%;
  transform: translateY(-50%);
}
#cardWidget .buttonwrap a {
  background: #fff;
  color: #1b4983 !important;
  padding: 8px 20px;
}

#cardWidgetSlider {
  overflow: hidden;
  height: 399px;
  width: 100%;
  border-radius: 19px;
}
.eventsMode #cardWidgetSlider {
  display: none;
}
#cardWidgetSlider .card-widget-item {
  box-sizing: border-box;
  display: flex;
  height: 100%;
  width: 100%;
}
#cardWidgetSlider .image-container {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 399px;
}
#cardWidgetSlider .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  display: none;
}
#cardWidgetSlider .card-widget-title {
  display: none;
}

#cardWidgetEmail {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 0 32px;
}
.saffireMobileSize #cardWidgetEmail {
  padding: 0;
}
#cardWidgetEmail .card-widget-item {
  box-sizing: border-box;
  display: flex;
}
#cardWidgetEmail .card-widget-item .image-container {
  margin: -27px 5px 0 0;
  width: 100%;
  max-width: 186px;
  height: 212px;
}
.saffireMobileSize #cardWidgetEmail .card-widget-item .image-container {
  bottom: -37px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  max-width: 179px;
}
#cardWidgetEmail .card-widget-item .image-container img {
  max-width: 100%;
}
.saffireMobileSize #cardWidgetEmail .card-widget-item {
  flex-direction: column;
}
#cardWidgetEmail .card-content {
  display: flex;
  flex-direction: column;
  padding: 28px 0 0;
  box-sizing: border-box;
}
.saffireMobileSize #cardWidgetEmail .card-content {
  text-align: center;
  padding: 29px 0 0;
}
#cardWidgetEmail .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 27px "montserrat-black-webfont", Arial, Verdana, sans-serif;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1.1px;
}
#cardWidgetEmail .card-widget-title:after {
  background: url(images/email-title-divider.png);
  width: 50px;
  display: block;
  height: 8px;
  content: "";
  margin: 3px 0 5px;
}
.saffireMobileSize #cardWidgetEmail .card-widget-title:after {
  margin: 3px auto 6px;
}
#cardWidgetEmail .card-widget-description {
  width: 100%;
  font: 15px "MontserratMedium";
  color: #fff;
  letter-spacing: 0.4px;
}
.saffireMobileSize #cardWidgetEmail .card-widget-description {
  padding: 0 28px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  box-sizing: border-box;
}
#cardWidgetEmail .buttonwrap {
  display: none;
}

#siteInfoBannerWidget {
  box-sizing: border-box;
  position: static;
  display: flex !important;
  height: 72px;
  width: auto;
  max-width: 100%;
  margin: auto;
  padding: 5px 20px;
  background: transparent;
  font-family: "montserrat-bold-webfont";
  font-size: 14px;
  color: #28334f;
  text-align: center;
  line-height: 1;
  z-index: 2;
  min-width: auto;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  justify-content: center;
}
.saffireMobileSize.homepage #siteInfoBannerWidget {
  position: static !important;
}
.saffireWindowScrolled.saffireLargeSize #siteInfoBannerWidget, body:not(.homepage).saffireWindowScrolled.saffireMobileSize #siteInfoBannerWidget {
  display: none !important;
}
#siteInfoBannerWidget #eventDates {
  font-family: "montserrat-bold-webfont";
  font-size: 23px;
  font-weight: 400;
  color: #28334f;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-transform: uppercase;
}
#siteInfoBannerWidget #eventName {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0px 0 8px;
  text-transform: uppercase;
}
#siteInfoBannerWidget .countdownDays {
  display: inline-block;
  font-family: "montserrat-bold-webfont";
  font-size: 14px;
  font-weight: 400;
  color: #28334f;
}

.saffireMobileSize #siteInfoBannerWidget {
  left: auto;
  right: auto !important;
  padding: 5px 8px;
  background: transparent;
  color: #28334f;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.saffireMobileSize #siteInfoBannerWidget #eventName {
  font-size: 14px;
  color: #28334f;
}
.saffireMobileSize #siteInfoBannerWidget #eventDates {
  font-size: 23px;
  color: #28334f;
  margin: 0 0 3px;
}
.saffireMobileSize #siteInfoBannerWidget .countdownDays {
  font-size: 14px;
  color: #28334f;
}

body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
  font-family: "montserrat-bold-webfont";
  font-size: 18px;
  color: #28334f;
}
.saffireMobileSize body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
  font-size: 16px;
}

#hotButtons {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  padding: 0 20px 0 0;
  flex-direction: column;
}
@media screen and (max-width: 1299px) {
  #hotButtons {
    margin: 0 auto;
    flex-direction: revert;
    max-width: 820px;
    align-items: center;
    padding: 0;
  }
}
.saffireMobileSize #hotButtons {
  flex-direction: column;
  justify-content: center;
}
#hotButtons .card-widget-item {
  box-sizing: border-box;
  display: flex;
  background: #1b4983;
  width: 382px;
  height: 72px;
  margin: 0px 0 11px;
  border-radius: 19px;
  align-items: center;
  text-decoration: none;
  position: relative;
  padding: 0 39px 0 0;
}
@media screen and (max-width: 1299px) {
  #hotButtons .card-widget-item {
    margin: 0 12px 11px;
  }
}
#hotButtons .card-widget-item:hover {
  background: #0a2950;
}
.saffireMobileSize #hotButtons .card-widget-item {
  width: 341px;
  height: 64px;
  border-radius: 19px;
}
@media screen and (max-width: 372px) {
  .saffireMobileSize #hotButtons .card-widget-item {
    width: 331px;
  }
}
#hotButtons .card-widget-item:after {
  content: "";
  background: url(images/ribbon.png) no-repeat;
  width: 21px;
  height: 62px;
  display: block;
  top: 5px;
  position: absolute;
  right: -12px;
  z-index: -1;
}
.saffireMobileSize #hotButtons .card-widget-item:after {
  background: url(images/ribbon-small.png) no-repeat;
  width: 22px;
  height: 55px;
  right: -11px;
  top: 5px;
  z-index: -1;
}
#hotButtons .card-widget-item:before {
  content: "";
  background: url(images/right-arrow.png) center/contain no-repeat;
  width: 12px;
  height: 20px;
  display: block;
  top: 26px;
  position: absolute;
  right: 16px;
}
.saffireMobileSize #hotButtons .card-widget-item:before {
  width: 11px;
  height: 18px;
  top: 22px;
  right: 15px;
}
#hotButtons .image-container {
  background: #fff;
  border-radius: 50px;
  width: 50px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 17px;
}
.saffireMobileSize #hotButtons .image-container {
  width: 44px;
  height: 44px;
  margin: 0 15px 0 16px;
}
.saffireMobileSize #hotButtons .image-container img {
  max-width: 29px;
  max-height: 32px;
}
#hotButtons .card-content {
  display: flex;
  flex-direction: column;
  max-width: 258px;
}
#hotButtons .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 21px "montserrat-black-webfont", Arial, Verdana, sans-serif;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1.1;
}
@media screen and (max-width: 1299px) {
  #hotButtons .card-widget-title {
    font-size: 19px;
  }
}
#hotButtons .card-widget-description {
  display: none;
}
#hotButtons .buttonwrap {
  display: none;
}

#multiScheduleFeature {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  flex-direction: column;
}
.saffireMobileSize #multiScheduleFeature {
  margin: 0;
  padding: 0;
  max-width: 100%;
  box-shadow: none;
}
#multiScheduleFeature .multiFeatureContent {
  position: relative;
  width: 100%;
  padding: 33px 0 0;
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 1299px) {
  #multiScheduleFeature .multiFeatureContent {
    flex-wrap: wrap;
    max-width: 841px;
    margin: 0 auto;
  }
}
.saffireMobileSize #multiScheduleFeature .multiFeatureContent {
  padding: 34px 0 0;
  margin: 0 auto 17px;
  flex-direction: column;
  align-items: center;
}
#multiScheduleFeature .featureItem {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  transition: 0.3s;
  position: relative;
  margin: 0 5px;
  width: 100%;
  height: 85px;
  background: #fff;
  text-decoration: none;
  max-width: 314px;
  height: 59px;
  line-height: 1.25;
  border-radius: 19px;
}
@media screen and (max-width: 1299px) {
  #multiScheduleFeature .featureItem {
    max-width: 394px;
    margin: 0 7px 24px;
  }
}
.saffireMobileSize #multiScheduleFeature .featureItem {
  max-width: 340px;
  margin: 0 0 17px;
}
#multiScheduleFeature .featureItem:hover {
  background: #1fc1c3;
}
#multiScheduleFeature .featureItem .featureItemDescription {
  display: none;
}
#multiScheduleFeature .featureItem .featureItemTitle {
  font-family: "montserrat-bold-webfont";
  font-size: 15px;
  order: 2;
  width: 70.3%;
  height: 100%;
  color: #1b4983;
  flex-wrap: nowrap;
  margin-left: auto;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  line-height: 1.1;
}
.saffireMobileSize #multiScheduleFeature .featureItem .featureItemTitle {
  width: 72.3%;
  line-height: 1.1;
}
#multiScheduleFeature .featureItem .featureItemDate {
  font-family: "montserrat-black-webfont", Arial, Verdana, sans-serif;
  font-size: 14px;
  order: 1;
  color: #1b4983;
  background: #1fc1c3;
  text-transform: uppercase;
  height: 100%;
  line-height: 1;
  align-items: center;
  justify-content: flex-start;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  position: absolute;
  width: 68px;
  height: 70px;
  margin-left: 10px;
  border-top-left-radius: 5048px 493px;
  border-top-right-radius: 5048px 300px;
  border-bottom-left-radius: 5048px 493px;
  border-bottom-right-radius: 5000px 300px;
  letter-spacing: 0.2px;
  justify-content: center;
}
#multiScheduleFeature .featureItem .featureItemDate span {
  font-size: 29px;
}
.saffireMobileSize #multiScheduleFeature .featureItem .featureItemDate {
  padding: 5px 0 0;
}
#multiScheduleFeature .event-btn-wrap {
  display: none;
}

.socialNetworks {
  z-index: 2;
  position: fixed;
  left: -80px;
  top: 179px;
  transition: 0.6s ease;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  padding: 5px 3px;
}
@media screen and (min-width: 1361px) {
  .generalMessageOn .socialNetworks {
    top: 219px;
  }
}
.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.4);
  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: #f0f0f0;
}

@media screen and (max-width: 1360px) {
  .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 {
    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 a:hover {
  background-color: #0081d1;
}

.socialNetworks .socialNetworkIconTwitter:hover {
  background-color: #1da1f2;
}
.socialNetworks .socialNetworkIconFacebook:hover {
  background-color: #3b5998;
}
.socialNetworks .socialNetworkIconInstagram:before {
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  opacity: 0;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.socialNetworks .socialNetworkIconInstagram:hover {
  background: none;
}
.socialNetworks .socialNetworkIconInstagram:hover:before {
  transition: 0.2s;
  opacity: 1;
}
.socialNetworks .socialNetworkIconTumblr:hover {
  background-color: #35465c;
}
.socialNetworks .socialNetworkIconPeriscope:hover {
  background-color: #3aa4c6;
}
.socialNetworks .socialNetworkIconPinterest:hover {
  background-color: #bd081c;
}
.socialNetworks .socialNetworkIconSpotify:hover {
  background-color: #1ed760;
}
.socialNetworks .socialNetworkIconFlickr:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #0063dc 0%, #0063dc 50%, #0063dc 50%, #ff0084 50%, #ff0084 100%);
  opacity: 0;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.socialNetworks .socialNetworkIconFlickr:hover {
  background: none;
}
.socialNetworks .socialNetworkIconFlickr:hover:before {
  transition: 0.2s;
  opacity: 1;
}
.socialNetworks .socialNetworkIconLinkedIn:hover {
  background-color: #0077b5;
}
.socialNetworks .socialNetworkIconYoutube:hover {
  background-color: #cd201f;
}
.socialNetworks .socialNetworkIconGooglePlus:hover {
  background-color: #dd4b39;
}
.socialNetworks .socialNetworkIconSnapchat:hover {
  background-color: #fffc00;
}

.pageIsLoaded .socialNetworks {
  left: 0;
  left: 11px;
}

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

.saffireMobileSize .socialNetworks {
  position: static;
  display: flex;
  background: #1fc1c3;
  border-radius: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 61px;
}
.saffireMobileSize .socialNetworks a {
  max-width: 40px;
  max-height: 40px;
  margin: 0 2px;
}
.saffireMobileSize .socialNetworks img {
  max-height: 40px;
}

/* SOCIAL NETWORK PLUGIN */
#socialNetworkWidget {
  height: 610px;
  width: 512px;
  max-width: 100%;
}
#socialNetworkWidget iframe {
  max-width: 100%;
}
#socialNetworkWidget .socialTabContainer {
  background: transparent;
  display: flex;
  position: relative;
  margin: 0 0 8px;
}
.saffireMobileSize #socialNetworkWidget .socialTabContainer {
  margin: 0 0 6px;
}
#socialNetworkWidget .socialNetworkTab {
  display: inline-block !important;
  text-decoration: none;
  cursor: pointer;
  margin: 0 8px 0 0;
  width: 37px;
  height: 37px;
  border-radius: 50%;
}
.saffireMobileSize #socialNetworkWidget .socialNetworkTab {
  width: 25px;
  height: 25px;
  margin: 0 6px 0 0;
}
#socialNetworkWidget .socialNetworkTab .circle {
  fill: #31497f;
  transition: 0.3s;
  opacity: 0.6;
}
#socialNetworkWidget .socialNetworkTab:hover .circle {
  fill: #31497f;
  transition: 0.3s;
  opacity: 1;
}
#socialNetworkWidget .socialNetworkTab.activeTab .circle {
  fill: #31497f;
  opacity: 1;
}
#socialNetworkWidget .socialFeedContainer {
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
  width: 512px;
  max-width: 100%;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  border-radius: 19px;
  padding: 8px 8px 10px;
  height: 570px;
  overflow: hidden;
}
#socialNetworkWidget #instafeedContainer img {
  width: 45%;
  margin-right: 3%;
  margin-left: 2%;
}
#socialNetworkWidget #instafeedContainer > a:hover {
  opacity: 0.8;
}
#socialNetworkWidget #facebookfeedContainer {
  overflow: hidden;
}

#seocards {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  color: #fff;
}
#seocards .card-widget-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  max-width: 1000px;
  margin: 0px auto;
}
#seocards .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
}
#seocards .image-container .card-widget-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#seocards .card-content {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#seocards .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 42px "montserrat-black-webfont";
  color: #fff;
  color: #fff;
  flex-direction: column;
  display: flex;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 2.18px;
}
#seocards .card-widget-title:after {
  content: "";
  background: url(images/dividerbg.png) repeat-x;
  width: 280px;
  display: block;
  height: 8px;
  margin: 12px auto 15px;
}
.saffireMobileSize #seocards .card-widget-title:after {
  margin: 7px auto 8px;
}
#seocards .card-widget-title span {
  font-family: "MontserratMedium";
  letter-spacing: 0.6px;
}
.saffireMobileSize #seocards .card-widget-title span {
  font-size: 25px;
}
.saffireMobileSize #seocards .card-widget-title {
  font-size: 25px;
}
#seocards .card-widget-description {
  font: 16px "MontserratMedium";
  color: #fff;
  line-height: 28px;
  padding: 0 31px;
}
.saffireMobileSize #seocards .card-widget-description {
  font-size: 14px;
  line-height: 24px;
  padding: 0 20px;
}
#seocards .buttonwrap {
  display: none;
}
#seocards .buttonwrap a {
  margin: 0 5px;
}

#videoSection {
  position: relative;
  width: 876px;
  max-width: 100%;
  vertical-align: top;
  float: none;
}
.saffireLargeSize #videoSection {
  overflow: hidden;
  border-radius: 17px;
}
.swiper-main #videoSection {
  display: none;
}
.eventsMode .swiper-main #videoSection {
  display: flex;
}
#videoSection.single-video #arrow-container {
  display: none;
}

#videoWidget {
  box-sizing: border-box;
  position: relative;
  height: 0;
  width: 100%;
  max-width: 876px;
  padding-bottom: 56.3%;
  text-align: center;
}
.saffireLargeSize #videoWidget {
  border-radius: 17px;
  overflow: hidden;
}
@media screen and (max-width: 1299px) {
  .saffireLargeSize #videoWidget {
    margin: 0 auto 11px;
  }
}
@media screen and (max-width: 1299px) {
  .saffireLargeSize #videoWidget {
    margin: 0 auto 11px;
  }
}
#videoWidget iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  border: none !important;
  z-index: 1;
}
#videoWidget .video-loading {
  box-sizing: border-box;
  position: relative;
  top: calc(50% - 40px);
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: 10px solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
  border-radius: 100%;
  z-index: 0;
  animation: spin 1s infinite linear;
}
#videoWidget .video-arrow {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  padding: 14px;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 1;
}
#videoWidget .video-arrow.previous {
  left: -25px;
  opacity: 0;
  visibility: hidden;
}
#videoWidget .video-arrow.next {
  right: -25px;
  opacity: 0;
  visibility: hidden;
}
#videoWidget:hover .video-arrow.previous {
  left: 8px;
  opacity: 0.8;
  visibility: visible;
}
#videoWidget:hover .video-arrow.next {
  right: 8px;
  opacity: 0.8;
  visibility: visible;
}
#videoWidget #videoList {
  display: none;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.videoWidgetSecondWrapper {
  display: none;
  position: relative;
}
.eventsMode .videoWidgetSecondWrapper {
  display: flex;
}
.videoWidgetSecondWrapper .video-title {
  position: absolute;
  right: -11px;
  top: 10px;
  display: inline-block;
  width: 139px;
  height: 60px;
  border-radius: 19px;
  background: url(images/video-title-bg.jpg) center/cover no-repeat;
  z-index: 5;
  font: 21px "montserrat-black-webfont", Arial, Verdana, sans-serif;
  color: #fff;
  display: flex;
  box-sizing: border-box;
  justify-content: flex-end;
  padding: 10px 20px 0 0;
  letter-spacing: 0.9px;
  margin: 0;
}
.saffireMobileSize .videoWidgetSecondWrapper .video-title {
  width: 69px;
  height: 29px;
  border-radius: 15px;
  font-size: 10px;
  padding: 4px 9px 0 0;
  right: -5px;
  top: 5px;
  border-radius: 10px;
  font-size: 10px;
}
.videoWidgetSecondWrapper .video-title:before {
  content: "";
  background: url(images/video-title-underline.png) center/contain no-repeat;
  display: inline-block;
  width: 50px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 37px;
  box-sizing: border-box;
  font-size: 10px;
}
.saffireMobileSize .videoWidgetSecondWrapper .video-title:before {
  width: 39px;
  height: 4px;
  right: 3px;
  top: 17px;
}
.videoWidgetSecondWrapper #videoSection {
  position: relative;
  width: 876px;
  max-width: 100%;
  vertical-align: top;
  float: none;
  overflow: hidden;
  border-radius: 17px;
}
.videoWidgetSecondWrapper #videoSection.single-video #arrow-container {
  display: none;
}
.videoWidgetSecondWrapper #videoWidget {
  box-sizing: border-box;
  position: relative;
  height: 0;
  width: 100%;
  max-width: 876px;
  padding-bottom: 56.3%;
  text-align: center;
  border-radius: 6px;
}
.videoWidgetSecondWrapper #videoWidget iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  border: none !important;
  z-index: 1;
}
.videoWidgetSecondWrapper #videoWidget .video-loading {
  box-sizing: border-box;
  position: relative;
  top: calc(50% - 40px);
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: 10px solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
  border-radius: 100%;
  z-index: 0;
  animation: spin 1s infinite linear;
}
.videoWidgetSecondWrapper #videoWidget .video-arrow {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  padding: 14px;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 1;
}
.videoWidgetSecondWrapper #videoWidget .video-arrow.previous {
  left: -25px;
  opacity: 0;
  visibility: hidden;
}
.videoWidgetSecondWrapper #videoWidget .video-arrow.next {
  right: -25px;
  opacity: 0;
  visibility: hidden;
}
.videoWidgetSecondWrapper #videoWidget:hover .video-arrow.previous {
  left: 8px;
  opacity: 0.8;
  visibility: visible;
}
.videoWidgetSecondWrapper #videoWidget:hover .video-arrow.next {
  right: 8px;
  opacity: 0.8;
  visibility: visible;
}
.videoWidgetSecondWrapper #videoWidget #videoList {
  display: none;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.header .emailSignup {
  display: inline-flex;
  align-items: center;
}
.header .emailSignup .emailInputField input {
  height: 30px;
  width: 170px;
  padding: 0 5px;
  font-size: 14px;
  font-family: "MontserratMedium", Arial, Verdana, sans-serif;
  border-radius: 0 !important;
  width: 0;
  padding: 0;
  transition: 0.2s;
}
.header .emailSignup .emailInputField input:focus {
  width: 170px;
  padding: 0 5px;
  transition: 0.2s;
}
.header .emailSignup .emailSubmitButton {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 10px;
  background: #999;
  border-radius: 0 !important;
  font-size: 14px;
  font-family: "MontserratMedium", Arial, Verdana, sans-serif;
  width: 35px;
  padding: 0;
  font-size: 0;
}
.header .emailSignup .emailSubmitButton:before {
  content: "\f0e0";
  display: block;
  font-size: 18px;
  font-family: "FontAwesome";
  line-height: 1;
  color: #000;
}
.header .emailSignup:hover .emailInputField input {
  width: 170px;
  padding: 0 5px;
  transition: 0.2s;
}

.saffireMobileSize .header .emailSignup {
  position: static;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.saffireMobileSize .header .emailSignup:before {
  content: "\f0e0";
  position: static;
  line-height: 1;
  font-size: 26px;
  color: #fff;
}

#swiperWidget {
  width: 876px;
  max-width: 100%;
  margin: 0 0 11px;
}
@media screen and (max-width: 1299px) {
  #swiperWidget {
    margin: 0 auto 11px;
  }
}
.eventsMode #swiperWidget {
  display: none;
}
.saffireMobileSize #swiperWidget {
  margin: 0;
}
#swiperWidget .swiper-container-images {
  width: 876px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 20px 20px 0 0;
}
.saffireMobileSize #swiperWidget .swiper-container-images {
  border-radius: 0;
}
#swiperWidget .swiper-container-images .swiper-image-container {
  max-width: 100%;
  height: 56.25vw;
  max-height: 411px;
  background-size: cover;
  background-position: center;
  font-size: 0;
}
#swiperWidget .swiper-container-content {
  width: 100%;
  max-width: 1300px;
  z-index: 0;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  border-radius: 0 0 20px 20px;
  align-items: center;
}
.saffireMobileSize #swiperWidget .swiper-container-content {
  border-radius: 0;
}
#swiperWidget .swiper-container-content .swiper-content-container {
  padding: 20px 50px;
  display: flex;
  box-sizing: border-box;
}
.saffireMobileSize #swiperWidget .swiper-container-content .swiper-content-container {
  flex-direction: column;
  align-items: center;
}
#swiperWidget .swiper-container-content .slide-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: auto;
  display: inline-block;
  font: 700 25px/1.2 "montserrat-bold-webfont";
  color: #1b4983;
}
.saffireMobileSize #swiperWidget .swiper-container-content .slide-title {
  text-overflow: inherit;
  white-space: normal;
  margin: 0 0 10px;
  text-align: center;
  overflow: inherit;
}
#swiperWidget .swiper-container-content .button-container {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}
#swiperWidget .swiper-container-content .button {
  font-size: 14px;
  padding: 5px 10px 6px;
  margin: 0 8px;
  position: static;
}
#swiperWidget .swiper-container-content .swiper-button-prev,
#swiperWidget .swiper-container-content .swiper-button-next {
  top: 47%;
  transform: translateY(-50%);
  margin: 0;
  width: 22px;
  height: 32px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#swiperWidget .swiper-container-content .swiper-button-prev {
  background-image: url(images/arrow-left.png);
  left: 12px;
}
#swiperWidget .swiper-container-content .swiper-button-next {
  background-image: url(images/arrow-right.png);
  right: 12px;
}
#swiperWidget .swiper-container-content .swiper-pagination-bullet {
  background: #80c6e5;
  width: 9px;
  height: 9px;
  order: 2;
  margin: 0 4px;
}
#swiperWidget .swiper-container-content .swiper-pagination {
  padding: 2px 0 4px;
  display: none;
}
#swiperWidget .swiper-container-content .swiper-pagination-bullet-active {
  background: #ffbf00;
}

/* Set the container ID*/
/* Size the container*/
/* Size the images*/
/* Format titles*/
/* Format arrows*/
#sponsorWidgetContainer {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
#sponsorWidgetContainer .homepageh1 {
  font-family: "montserrat-bold-webfont";
  font-size: 29px;
  color: #1c304f;
  text-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
#sponsorWidgetContainer .sponsorWidgetContainer {
  padding-top: 29px;
}
#sponsorWidgetContainer .sponsorWidgetContainer .sponsor-controls-container:focus-within {
  bottom: 3px;
  opacity: 1;
  transition: 0.2s;
  pointer-events: auto;
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsorCarouselImageContainer {
  animation-play-state: paused;
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:before {
  content: "Resume";
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:after {
  content: "\f04b";
  padding-left: 2px;
}
#sponsorWidgetContainer .sponsorWidgetContainer:hover .sponsor-controls-container {
  bottom: 3px;
  opacity: 1;
  transition: 0.2s;
  pointer-events: auto;
}
#sponsorWidgetContainer .sponsorCarouselImage img {
  max-width: 200px;
  max-height: 200px;
}
.saffireMobileSize #sponsorWidgetContainer .sponsorCarouselImage img {
  max-width: 119px;
  max-height: 119px;
}
#sponsorWidgetContainer #sponsorsTitleContainer {
  width: 100%;
  text-align: center;
  top: 0;
}
#sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  font-family: "montserrat-bold-webfont";
  font-size: 29px;
  color: #1c304f;
  text-shadow: none;
}
.saffireMobileSize #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  font-size: 24px;
}
#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: #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: "\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: #111;
}

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

.sponsorCarouselImageContainer a {
  margin: 0 37px;
}
.saffireMobileSize .sponsorCarouselImageContainer a {
  margin: 0 12px;
}

*: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 {
  display: flex !important;
  max-width: 93%;
  text-decoration: none;
  align-items: center;
  background: #f0f0f0;
  padding: 0;
  color: #020405;
}
@media screen and (max-width: 600px) {
  .faqQuestion {
    padding-left: 20px;
  }
}
.faqQuestion:before {
  content: "" !important;
  display: block;
  font-size: 0;
  width: 60px;
  height: 57px;
  background: url(images/plus-icon.jpg) center no-repeat;
  margin-right: 23px !important;
  border-radius: 0;
  font-family: "PoppinsRegular", Arial, Verdana, sans-serif;
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  .faqQuestion:before {
    color: #000;
    background: transparent;
    padding: 0 20px 0 0;
  }
}

.faqAnswer {
  padding: 20px;
  margin-left: 60px;
  color: #1b4983;
}

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

.FAQModule hr {
  display: none;
}

.arrow-down {
  background: url(images/arrowdown.png) center no-repeat #1fc1c3;
  width: 48px;
  height: 48px;
  display: block;
  border-radius: 50%;
  margin: 28px auto 0;
  cursor: pointer;
}
@media screen and (max-width: 1299px) {
  .arrow-down {
    margin: 28px auto 54px;
  }
}
.saffireMobileSize .arrow-down {
  margin: 0 auto 24px;
}
.arrow-down:hover {
  background: url(images/arrowdown.png) center no-repeat #159b9d;
}

#fb-root {
  display: none;
}

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