/************** LOAD FONTS ******************/
@font-face {
  font-family: "roboto-light";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/roboto-light.woff2") format("woff2"), url("fonts/roboto-light.woff") format("woff"); }
@font-face {
  font-family: "roboto-regular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/roboto-regular.woff2") format("woff2"), url("fonts/roboto-regular.woff") format("woff"); }
@font-face {
  font-family: "roboto-bold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/roboto-bold.woff2") format("woff2"), url("fonts/roboto-bold.woff") format("woff"); }
@font-face {
  font-family: "RobotoCondensedRegular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/RobotoCondensedRegular.woff2") format("woff2"), url("fonts/RobotoCondensedRegular.woff") format("woff"); }
@font-face {
  font-family: "RobotoCondensedLight";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/RobotoCondensedLight.woff2") format("woff2"), url("fonts/RobotoCondensedLight.woff") format("woff"); }
@font-face {
  font-family: "BarlowCondensedBold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/BarlowCondensedBold.woff2") format("woff2"), url("fonts/BarlowCondensedBold.woff") format("woff"); }
@font-face {
  font-family: "barlowcondensed-extrabold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/barlowcondensed-extrabold.woff2") format("woff2"), url("fonts/barlowcondensed-extrabold.woff") format("woff"); }
.saffireMobileSize .header {
  padding: 0;
  font: inherit;
  color: inherit; }
.saffireMobileSize .headerInnerContent {
  height: auto; }

.generalmessage {
  box-sizing: border-box;
  white-space: normal;
  padding: 0 10px; }

.saffireMobileSize .generalmessage {
  padding: 0 10px; }

.loginstatus {
  float: none; }

#weatherBugWidget {
  position: static;
  display: flex;
  align-items: center; }
  #weatherBugWidget img {
    flex-shrink: 0;
    margin: 0 5px; }
  #weatherBugWidget #weatherBugText,
  #weatherBugWidget #weatherBugDescription {
    display: none; }
  #weatherBugWidget.weatherBugSet #weatherBugDescription {
    display: inline;
    color: inherit; }

.ticket {
  padding: 0;
  height: auto; }

.saffireMobileSize a.ticket,
.saffireMobileSize a.ticket:hover {
  position: static;
  display: inline-block;
  overflow: visible;
  white-space: normal;
  border: none;
  border-radius: 0;
  padding: 0; }

.emailSignup {
  box-sizing: border-box; }
  .emailSignup > div {
    float: none; }
  .emailSignup .emailInputField input {
    box-sizing: border-box;
    border: none;
    box-shadow: none; }
  .emailSignup .emailSubmitButton {
    box-sizing: border-box; }

.header .emailSignup {
  position: relative;
  z-index: 1; }

.saffireMobileSize .header .emailSignup {
  float: none;
  font-size: inherit; }
  .saffireMobileSize .header .emailSignup:hover {
    cursor: pointer; }

body.modalBody .emailSignup .emailInputField input {
  border: 1px solid #000;
  padding: 2px 5px;
  margin: 5px 0; }

.header .searchBox {
  position: relative;
  z-index: 1; }

.searchBox:not(.clonedSearchBox) > div {
  float: none; }
.searchBox:not(.clonedSearchBox) #searchBoxClicker {
  display: none; }
.searchBox:not(.clonedSearchBox) .searchBoxInput input {
  box-sizing: border-box;
  border: none;
  box-shadow: none; }
.searchBox:not(.clonedSearchBox) .searchSubmitButton {
  box-sizing: border-box; }

.saffireMobileSize .header .searchBox:not(.clonedSearchBox) {
  float: none;
  font-size: inherit; }
  .saffireMobileSize .header .searchBox:not(.clonedSearchBox) #searchBoxClicker {
    display: block; }
  .saffireMobileSize .header .searchBox:not(.clonedSearchBox):hover {
    cursor: pointer; }

.saffireMobileSize .searchBox.clonedSearchBox {
  background: #222; }
  .saffireMobileSize .searchBox.clonedSearchBox:before {
    display: none; }
  .saffireMobileSize .searchBox.clonedSearchBox .searchBoxInput input.inputFieldTextbox.textbox {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0 !important;
    font-family: "open_sansregular", Verdana, Arial !important; }
  .saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit {
    display: flex;
    align-items: center;
    justify-content: center; }
    .saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit a {
      border-color: #ddd;
      border-radius: 0 !important; }
    .saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit:before {
      position: static; }

.viewcart > span {
  position: relative;
  display: inline-block; }

.saffireMobileSize .viewcart {
  float: none;
  width: auto;
  height: auto;
  font-family: inherit !important;
  font-size: inherit; }
  .saffireMobileSize .viewcart:before {
    display: none; }
  .saffireMobileSize .viewcart:hover .cartMenu {
    display: none !important; }
  .saffireMobileSize .viewcart .cartMenuLink {
    box-sizing: border-box; }

.saffireLargeSize .nav .groups .group {
  float: none; }
.saffireLargeSize .nav .groups .group > a {
  box-sizing: border-box; }
.saffireLargeSize .nav .items {
  float: none; }
  .saffireLargeSize .nav .items .item a {
    box-sizing: border-box; }
.saffireLargeSize .nav .subitems {
  float: none; }

.saffireMobileSize .nav {
  display: inline-flex;
  display: none !important;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  float: none;
  height: 50px;
  width: 50px;
  color: #333;
  font-size: inherit; }
  .saffireMobileSize .nav:before {
    position: static;
    line-height: 1; }
  .saffireMobileSize .nav .mobileNavLink {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }
  .saffireMobileSize .nav .groups {
    display: none; }

.saffireMobileSize.isResponsive iframe {
  max-height: 100%;
  max-width: 100%; }

.mobile-menu-container .search-container input[type=text] {
  -webkit-appearance: none;
  border-radius: 0;
  height: 50px; }

body {
  color: #323232;
  font: 17px/1.5 "roboto-light", Arial, Verdana, sans-serif; }

a {
  color: #009beb;
  text-decoration: underline; }

h2 a {
  font-size: 38px; }

.header a,
.footer a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

.small.bc {
  font-size: 11px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "barlowcondensed-extrabold", Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #009beb;
  line-height: 1.2;
  text-transform: none; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: "barlowcondensed-extrabold", Arial, Verdana, sans-serif;
    color: #009beb;
    text-decoration: none; }

h1 {
  margin: 0.2em 0;
  font-size: 50px;
  color: #1057B1; }

h2 {
  font-size: 38px; }

h3 {
  font-size: 26px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

.subContainer h1 {
  font-size: 26px; }
.subContainer h2 {
  font-size: 23px; }
.subContainer h3 {
  font-size: 20px; }

.cartcols h2 {
  font-size: 20px; }

.reviewYourOrderSubContainer h2 {
  font-size: 20px; }

.eventList-container .eventCol1 .filter-group {
  line-height: 1.2; }

.saffireMobileSize.isResponsive iframe {
  max-height: 100%;
  max-width: 100%; }

.mobile-menu-container .search-container input[type=text] {
  -webkit-appearance: none;
  border-radius: 0;
  height: 50px; }

input.textbox {
  font-size: 12px; }

input:focus {
  outline: 0 none; }

/**
 * 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;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .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;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  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 .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; }

/***************** CONTAINERS **************************/
body {
  background: url("") #fff no-repeat fixed;
  background-size: cover; }

.wrapper {
  width: 100%;
  transition: all 0.2s ease; }

body:not(.homepage) .content {
  position: relative;
  max-width: calc(1100px - 15px - 15px);
  margin: 0px auto 60px;
  padding: 15px 15px 15px 15px;
  background: #fff; }

.saffireMobileSize.homepage .content,
.saffireLargeSize.homepage .content {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: none; }

.subContainer {
  background: #e5e5e5;
  color: #111;
  box-shadow: 2px 2px 5px #000; }

.dateDisplayBar,
.dateDisplay {
  background: #009beb;
  color: #fff; }
  .dateDisplayBar a,
  .dateDisplay a {
    color: #fff; }

#google_translate_element {
  /* |%  Google translate position */
  top: 15px;
  right: 30px; }

.carthr {
  background: #111; }

.orderhistory {
  background: #009beb; }

.orderhistory th {
  color: #fff;
  padding: 8px 3px; }

.alternateRow {
  background: #ddd; }

.listingItem {
  background: #ddd;
  border-bottom: 1px solid #c4c4c4; }
  .listingItem:hover {
    background: #e5e5e5; }

/*************** MEMBERS SITE **********************/
.arrowdown {
  border-color: transparent transparent black; }

.arrowdown_on {
  border-color: transparent transparent white; }

.arrowup {
  border-color: black transparent transparent; }

.arrowup_on {
  border-color: white transparent transparent; }

#directoryFilterOptions > li:hover {
  background: #cbdfe2; }

.directoryHeader {
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px; }

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px; }

/************* BUTTON STYLES *********************/
a.button:not(.emailSubmitButton):not(.searchSubmitButton),
.button:not(.emailSubmitButton):not(.searchSubmitButton) {
  /* |%  set font-family */
  padding: 6px 14px;
  font-size: 22px;
  line-height: 1;
  text-transform: none;
  border-radius: 0;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "BarlowCondensedBold";
  box-sizing: border-box;
  text-align: center;
  border: 2px solid #fff436;
  text-transform: uppercase; }

.modalCloseButton,
.buttonSmall {
  padding: 5px 10px !important;
  font-size: 12px !important;
  min-height: 26px; }

a.button:not(.emailSubmitButton):not(.searchSubmitButton),
.button:not(.emailSubmitButton):not(.searchSubmitButton),
.buttonSmall {
  color: #a52600 !important;
  background: #ffb60c;
  background: linear-gradient(180deg, #ffb60c); }

a.button:not(.emailSubmitButton):not(.searchSubmitButton):hover,
.button:not(.emailSubmitButton):not(.searchSubmitButton):hover,
.buttonSmall:hover {
  background: #d39400;
  color: #fff436 !important; }

a.updateButton.buttonSmall,
a.removeButton.buttonSmall,
a.cartMenuRemoveButton.button.buttonSmall {
  font-size: 0.9em; }

.cartMenu .cartMenuCheckoutButton {
  font-size: 14px;
  padding: 4px 15px !important; }

body.saffireMobileSize:not(.homepage) a.button:not(.emailSubmitButton):not(.searchSubmitButton):not(.buttonSmall),
body.saffireMobileSize:not(.homepage) .button:not(.emailSubmitButton):not(.searchSubmitButton):not(.buttonSmall) {
  padding: 2px 13px;
  font-size: "BarlowCondensedBold"; }

.mobile-menu-container {
  background: #252525 url("images/nav-bg.png") repeat bottom center;
  background-size: cover; }
  .mobile-menu-container .mobile-menu-header {
    background: #0042A2; }
  .mobile-menu-container .close-mobile-menu {
    background: url("images/close-mobile-menu.png") no-repeat 0 0;
    opacity: 0.5; }
    .mobile-menu-container .close-mobile-menu:before, .mobile-menu-container .close-mobile-menu:after {
      background-color: #8c8c8c;
      display: none; }
    .mobile-menu-container .close-mobile-menu:hover {
      opacity: 1; }
  .mobile-menu-container .mobile-menu-subheader {
    background-color: #dcdcdc; }
  .mobile-menu-container .mobile-menu-subheader-btn {
    background: #dcdcdc; }
    .mobile-menu-container .mobile-menu-subheader-btn a, .mobile-menu-container .mobile-menu-subheader-btn i {
      color: #8c8c8c;
      font-size: 32px; }
  .mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
  .mobile-menu-container .mobile-menu-subheader-btn:active {
    background-color: #dcdcdc; }
  .mobile-menu-container .mobile-menu-login-links a {
    font-family: "barlowcondensed-extrabold"; }
  .mobile-menu-container .cart-counter {
    font-family: "barlowcondensed-extrabold"; }
  .mobile-menu-container .search-container input {
    font-family: "barlowcondensed-extrabold"; }
  .mobile-menu-container .search-container .search-submit-btn {
    color: #8c8c8c; }
  .mobile-menu-container .mobile-menu-ticket-btn {
    background-color: #0042A2;
    font-family: "barlowcondensed-extrabold";
    color: #8c8c8c;
    border-color: #dcdcdc; }
  .mobile-menu-container .mobile-menu-footer-links a {
    font-family: 'barlowcondensed-extrabold';
    color: #053b63;
    font-size: 17px;
    text-transform: capitalize; }

.mobile-menu-container .mobile-menu-footer-links a {
  color: #053b63; }

.mobile-menu-container .search-container input[type="text"] {
  font-size: 13px;
  font-family: 'roboto-light';
  color: #5e5e5e; }

.mobile-menu-subheader, .mobile-menu-header {
  border-bottom: 1px solid #252525; }

.search-container.input-group {
  border-bottom: 1px solid #252525; }

#mobile-nav ul {
  background-color: #009beb; }
#mobile-nav li {
  border-bottom: 1px solid #252525;
  margin: 0; }
#mobile-nav a {
  background-color: #009beb;
  font-family: "barlowcondensed-extrabold";
  color: #fff;
  font-size: 17px; }
  #mobile-nav a:hover {
    background-color: #002d6f; }
#mobile-nav .has-subitems span {
  background-color: #74f7ff;
  color: #0042A2;
  max-width: 44px; }
  #mobile-nav .has-subitems span:hover {
    background-color: #41f4ff; }

.mobile-menu-container .mobile-menu-ticket-btn {
  display: none !important; }

/************************* MODAL CONTENT ********************/
.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: #009beb;
    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: #323232; }
  .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 img {
    display: none; }
  .modalClose .modalCloseButton:before {
    content: "X";
    font-family: sans-serif; }

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center; }

.modal__container {
  background-color: #070e1e;
  padding: 20px;
  max-width: 750px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  border: 1px solid #626876; }
  @media screen and (max-width: 640px) {
    .modal__container {
      padding: 20px; } }

.modal__header {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center; }

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 50px;
  box-sizing: border-box; }
  @media screen and (max-width: 640px) {
    .modal__title {
      font-size: 24px; } }

.modal__close {
  display: block;
  margin-right: 0;
  margin-left: auto;
  font-size: 16px;
  background: transparent;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  padding: 5px 8px; }
  .modal__close:hover {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2); }

.modal__close:before {
  content: "\2715"; }

.modal__content {
  margin-bottom: 1.5rem;
  line-height: 1.5;
  color: #fff;
  text-align: center; }
  .modal__content p {
    margin-bottom: 2em;
    max-width: 90%;
    margin: 1em auto 2em; }

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out; }

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.modal__btn-primary {
  background-color: #00449e;
  color: #fff; }

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes mmslideIn {
  from {
    transform: translateY(15%); }
  to {
    transform: translateY(0); } }
@keyframes mmslideOut {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10%); } }
.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide.is-open .modal__overlay {
  z-index: 99999999; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform; }

.header {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  transition: all 0.2s ease; }
  .saffireWindowScrolled .header {
    background: #009beb;
    transition: all 0.2s ease; }
  body:not(.homepage) .header {
    background: #009beb;
    transition: all 0.2s ease; }

.headerInnerContent {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }

.header-top {
  background: #0042A2;
  transition: all 0.2s ease; }
  .saffireWindowScrolled.saffireLargeSize .header-top {
    height: 0;
    min-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.2s ease; }

.header-top-inner {
  display: flex;
  width: 100%;
  align-items: center; }
  .header-top-inner .header-top-right {
    margin-left: auto;
    display: flex;
    position: relative;
    z-index: 9999; }
    .saffireMobileSize .header-top-inner .header-top-right {
      align-items: center;
      position: absolute;
      top: 8px;
      right: 16px; }

.header-bottom {
  padding: 12px 0;
  transition: all 0.2s ease; }
  body:not(.siteInfoBannerOn) .header-bottom {
    min-height: 52px; }
  .saffireMobileSize .header-bottom {
    padding: 11px 0 0; }
    .saffireMobileSize .header-bottom .container {
      padding: 0 8px; }
  .header-bottom .header-bott-inner {
    display: flex;
    align-items: center; }

.saffireMobileSize .header {
  height: auto;
  min-height: 65px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #0042A2; }
.saffireMobileSize .headerInnerContent {
  height: auto;
  display: flex;
  flex-direction: column-reverse; }

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #ffb60c;
  font-family: "roboto-light", Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #000; }
  .generalmessage a {
    color: inherit;
    text-decoration: underline; }

.saffireMobileSize .generalmessage {
  height: 40px;
  font-size: 14px;
  line-height: 1.2;
  transition: all 0.2s ease; }
  @media screen and (max-width: 500px) {
    .saffireMobileSize .generalmessage {
      font-size: 12px; } }

/*Scrolling Functionality*/
.saffireWindowScrolled .generalmessage {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  font-size: 0;
  transition: all 0.5s ease; }

.header-logo {
  display: block;
  width: 252px;
  height: 60px;
  background: url("images/logo.png") center/contain no-repeat;
  margin-right: auto; }
  .saffireMobileSize .header-logo {
    height: 45px;
    width: 150px; }

.standAloneDirections {
  color: inherit; }

.loginstatus a,
.myAccountNavButton a {
  color: inherit; }

.ticket {
  background: #ffb60c;
  color: #a52600;
  border: 2px solid #fff436;
  font-size: 22px;
  font-family: 'BarlowCondensedBold';
  text-transform: uppercase;
  height: 40px;
  width: 96px;
  box-sizing: border-box;
  text-align: center;
  padding: 1px 14px;
  margin-left: 9px; }
  .ticket:hover {
    background: #d39400;
    color: #fff436; }

.saffireMobileSize a.ticket,
.saffireMobileSize a.ticket:hover {
  position: absolute;
  top: 22px;
  right: 110px;
  padding: 0 10px;
  font-size: 15px; }

.header .emailSignup {
  display: inline-flex;
  align-items: center; }
  .header .emailSignup .emailInputField input {
    height: 30px;
    width: 170px;
    padding: 0 5px;
    font-size: 14px;
    font-family: "roboto-light", 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: "roboto-light", 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 .emailSubmitButton:hover {
      background: #aaa; }
  .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: #eee; }

.header .searchBox:not(.clonedSearchBox) {
  display: inline-flex;
  align-items: center;
  margin: 0px 13px 0 0px;
  flex-direction: row; }
  .header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
    height: 30px;
    width: 170px;
    padding: 0 5px;
    font-size: 14px;
    font-family: "roboto-light", Arial, Verdana, sans-serif;
    border-radius: 0 !important;
    position: absolute;
    right: 100%;
    top: 5px;
    width: 0;
    padding: 0;
    transition: 0.2s; }
    .header .searchBox:not(.clonedSearchBox) .searchBoxInput input:focus {
      width: 170px;
      padding: 0 5px;
      transition: 0.2s; }
  .header .searchBox:not(.clonedSearchBox) .searchSubmitButton {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 40px;
    padding: 0 10px;
    background: transparent;
    border-radius: 0 !important;
    font-size: 14px;
    font-family: "roboto-light", Arial, Verdana, sans-serif;
    width: 24px;
    padding: 0;
    font-size: 0;
    transition: all 0.3s ease 0s; }
    .header .searchBox:not(.clonedSearchBox) .searchSubmitButton:before {
      content: "";
      display: block;
      font-size: 18px;
      color: #000;
      background: url(images/search-icon.png) no-repeat center center;
      height: 20px;
      width: 30px; }
  .header .searchBox:not(.clonedSearchBox):hover .searchBoxInput input {
    width: 170px;
    padding: 0 5px;
    transition: 0.2s; }

.saffireMobileSize .header .searchBox:not(.clonedSearchBox) {
  display: none;
  position: relative;
  align-items: flex-start;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: url(images/mobile-search.png) no-repeat center center;
  font-size: 0;
  margin-right: 0;
  order: 2; }
  .saffireMobileSize .header .searchBox:not(.clonedSearchBox):before {
    content: "";
    position: static;
    line-height: 1;
    font-size: 26px;
    color: #eee; }

.saffireLargeSize .viewcart {
  display: inline-flex;
  color: #fff;
  background: #3AC1F9;
  order: 1; }
  .saffireLargeSize .viewcart .cartMenuLink {
    display: block;
    color: #053b63;
    vertical-align: middle;
    font-size: 12px;
    text-decoration: none;
    padding: 13px 11px 9px; }
  .saffireLargeSize .viewcart .cartMenuLink:before {
    content: "";
    height: 18px;
    width: 22px;
    position: relative;
    margin-top: -5px;
    margin-right: 5px;
    font-family: 'FontAwesome';
    font-size: 26px;
    line-height: 1;
    background: url(images/cart-icon.png) no-repeat 0 0;
    color: inherit;
    display: inline-block;
    vertical-align: middle; }

.saffireMobileSize .viewcart .cartMenuLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #eee; }
  .saffireMobileSize .viewcart .cartMenuLink:before {
    content: "";
    height: 18px;
    width: 22px;
    position: relative;
    margin-right: 5px;
    font-family: 'FontAwesome';
    font-size: 26px;
    line-height: 1;
    background: url(images/mobile-cart.png) no-repeat 0 0;
    color: inherit;
    display: inline-block;
    vertical-align: middle; }

.mobile-nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  vertical-align: top;
  margin-left: 5px;
  background: url("images/mobile-menu.png") no-repeat center center;
  cursor: pointer;
  order: 3; }
  .mobile-nav-toggle:before {
    content: "";
    position: relative;
    top: 2px;
    font-family: 'FontAwesome';
    font-size: 28px;
    line-height: 1;
    color: #fff; }
  .mobile-nav-toggle:hover {
    cursor: pointer; }

.saffireLargeSize .mobile-nav-toggle {
  display: none; }

.saffireLargeSize .nav .groups {
  display: flex;
  flex-wrap: wrap;
  margin: 0; }
  .saffireLargeSize .nav .groups .group {
    display: inline-block;
    flex-shrink: 0; }
  .saffireLargeSize .nav .groups .group:last-child .items,
  .saffireLargeSize .nav .groups .group:nth-last-child(2) .items {
    left: auto;
    right: 0; }
  .saffireLargeSize .nav .groups .group:last-child .subitems,
  .saffireLargeSize .nav .groups .group:nth-last-child(2) .subitems {
    left: auto;
    right: 100%; }
  .saffireLargeSize .nav .groups .group > a {
    display: inline-block;
    padding: 10px 24px;
    background: none;
    font-family: "BarlowCondensedBold", Arial, Verdana, sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase; }
    @media screen and (max-width: 1023px) {
      .saffireLargeSize .nav .groups .group > a {
        padding: 10px;
        font-size: 18px; } }
  .saffireLargeSize .nav .groups .group:hover > a {
    color: #053c64;
    background: #3AC1F9; }
.saffireLargeSize .nav .items {
  top: 100%;
  left: 0;
  padding: 0;
  background: #3AC1F9; }
  .saffireLargeSize .nav .items .item a {
    padding: 5px 15px;
    color: #063f67;
    font-family: 'RobotoCondensedRegular';
    font-size: 15px; }
  .saffireLargeSize .nav .items .item a:hover {
    color: #fff; }
.saffireLargeSize .nav .item {
  width: 200px;
  line-height: 1.4; }
  .saffireLargeSize .nav .item:hover {
    background: #30a7dc; }
.saffireLargeSize .nav .subitems {
  left: 100%;
  padding: 0;
  background: #3AC1F9; }

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  box-sizing: border-box;
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 25px 20px 20px;
  background: url("images/footer-bg.jpg") repeat-x #fff center;
  background-size: cover;
  color: #04417D;
  text-align: center; }
  .footer .separator {
    display: none; }
  .footer a {
    color: #04417D;
    text-decoration: none; }
    .footer a:hover {
      text-decoration: underline; }
  .footer ul.footerItems1 {
    margin: 0 auto;
    font-family: "RobotoCondensedRegular";
    font-size: 14px;
    text-transform: uppercase; }
    .saffireMobileSize .footer ul.footerItems1 {
      display: none; }
    .footer ul.footerItems1 li {
      margin: 0 11px; }
  .footer ul.footerItems2 li {
    margin: 0 11px;
    display: block;
    font-size: 13px;
    color: #04417D;
    font-family: 'RobotoCondensedRegular'; }
    .footer ul.footerItems2 li:last-child {
      font-family: 'RobotoCondensedLight'; }
  .footer .footerSignIn {
    text-transform: uppercase; }

.footer-logo {
  display: inline-block;
  width: 408px;
  height: 135px;
  background: url("images/footer-logo.png") no-repeat 0 0; }
  .saffireMobileSize .footer-logo {
    height: 85px;
    width: 256px;
    background-size: 100%; }

.office-email {
  margin: 10px auto 41px; }
  .saffireMobileSize .office-email {
    margin: 23px 0 0 0; }
  .office-email li {
    display: inline-block !important;
    color: #04417D;
    font-size: 20px;
    font-family: 'RobotoCondensedRegular'; }
    .office-email li:not(:last-child) {
      padding-right: 7px; }
      .office-email li:not(:last-child):after {
        content: '-';
        margin-left: 7px; }
    .saffireMobileSize .office-email li {
      font-size: 18px; }
    .office-email li a {
      margin-right: 10px;
      color: #04417D; }

.saffireMobileSize .footer {
  background: url("images/footer-bg.jpg") repeat-x #fff center;
  background-size: cover;
  padding: 38px 20px 50px; }
  .saffireMobileSize .footer a:hover {
    text-decoration: none; }
  .saffireMobileSize .footer ul.footerItems1 {
    max-width: 300px;
    margin-bottom: 6px; }
  .saffireMobileSize .footer .footerSignIn {
    max-width: 300px;
    margin: auto; }
  .saffireMobileSize .footer ul.footerItems2 {
    margin: 25px 0 0 0;
    text-align: center; }

/* PAGINATION*/
/* LEFT-RIGHT ARROWS*/
/* You shouldn't need to change the items below for the most part*/
/* used for placing pagination - necessary when giving a specific left value - must be set in Spark (default is 5)*/
/* this allows for vertical centering of images - disable if opting for img elements*/
/*/////////////////////////////////////////////////////////////////////*/
/* MIXINS AND ETC. FOR SLIDER*/
/*/////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - General Settings*/
/*/////////////////////////////////////////////////////////////////////*/
.homepage {
  /* Homepage Swiper Slider*/
  /* Slideshow Description*/
  /* Slideshow Description - Current Slide Description*/
  /* New Slider Description Container*/
  /* Slider Title*/
  /* Slideshow Swiper Container*/
  /* Swiper Slide*/
  /* Slider Button Container*/
  /* Slideshow Swiper Button - PREV*/
  /* Slideshow Swiper Button - NEXT*/
  /* Slider Controls container*/
  /* Slideshow Swiper Pagination*/
  /* Play Pause Buttons*/
  /* Play Pause Buttons*/
  /* Slider Play Pause*/ }
  .homepage .homepageSwiperSlider {
    position: relative; }
  .homepage .slideshowSwiperDescription {
    display: none;
    /* Slideshow Description - Hover Styles*/ }
    .homepage .slideshowSwiperDescription a,
    .homepage .slideshowSwiperDescription span {
      display: none;
      text-decoration: none; }
    .homepage .slideshowSwiperDescription .sliderTextDescription {
      display: block;
      color: #fff;
      line-height: 1.2em;
      pointer-events: none;
      max-width: 100%;
      margin-bottom: 20px; }
      @media screen and (max-width: 1599px) {
        .homepage .slideshowSwiperDescription .sliderTextDescription {
          font-size: 20px; } }
  .homepage .slideshowSwiperDescription.currentSlideDescription {
    box-sizing: border-box;
    display: flex;
    position: static;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    margin: auto;
    font-family: "RobotoCondensedLight";
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    opacity: 0;
    transition: 1s; }
    @media screen and (max-width: 1250px) {
      .homepage .slideshowSwiperDescription.currentSlideDescription {
        padding-top: 1em;
        padding-left: 2%;
        padding-right: 2%; } }
  .homepage #newSliderDescriptionContainer {
    position: relative; }
  .homepage .sliderTitle {
    position: relative;
    max-width: 100%;
    line-height: normal;
    font-family: "barlowcondensed-extrabold";
    font-size: 84px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase; }
    @media screen and (max-width: 1599px) {
      .homepage .sliderTitle {
        font-size: 65px; } }
    @media screen and (max-width: 1365px) {
      .homepage .sliderTitle {
        font-size: 50px; } }
  .homepage .swiper-container {
    position: relative;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    z-index: 1;
    /* Specify Swiper's Size: */
    width: 100%;
    max-width: 100%;
    height: 56.25vw;
    /* Swiper Container - Inset Shadow*/
    /* Swiper Container - Hover Styles*/ }
    .homepage .swiper-container:hover .slideshowSwiperDescription {
      max-height: 840px; }
  .homepage .swiper-slide {
    /* Specify Slides's Size: */
    position: relative;
    height: auto;
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.3;
    text-align: center; }
    .homepage .swiper-slide > a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: block;
      margin: auto; }
    .homepage .swiper-slide img {
      width: 100%;
      max-width: 100%;
      height: auto; }
    .homepage .swiper-slide:before {
      content: '';
      position: absolute;
      display: none;
      height: 100%;
      width: 100%;
      left: 0;
      right: 0;
      background: radial-gradient(circle, black 0%, rgba(0, 0, 0, 0.75) 0%, transparent 33%); }
  .homepage .swiper-slide-active .slideshowSwiperDescription a,
  .homepage .swiper-slide-active .slideshowSwiperDescription span {
    display: inline-block; }
  @media screen and (max-width: 1000px) {
    .homepage .swiper-slide,
    .homepage .swiper-container {
      height: 56.25vw !important; } }
  .homepage span.sliderButtonContainer {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /* Buttons*/ }
    .homepage span.sliderButtonContainer a.button {
      display: inline-block;
      padding: 11px 28px;
      font-family: "BarlowCondensedBold";
      font-size: 24px;
      white-space: nowrap;
      margin: 5px;
      /* More and BuyNow Buttons*/ }
      .homepage span.sliderButtonContainer a.button.sliderMoreButton, .homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
        font-size: 24px; }
      .homepage span.sliderButtonContainer a.button.sliderMoreButton {
        order: 2; }
      .homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
        order: 1; }
      .homepage span.sliderButtonContainer a.button.sliderMoreButton {
        background: transparent;
        color: #fff !important;
        border-color: transparent; }
        .homepage span.sliderButtonContainer a.button.sliderMoreButton:hover {
          color: #fff436 !important; }
  .homepage .slideshowSwiperButtonPrev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: auto;
    z-index: 4;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    background: url("images/slideshow-left.png") no-repeat left center;
    width: 27px;
    height: 47px;
    left: 0;
    right: calc(1100px + (-330px * -1));
    /* Slideshow Swiper Button - PREV - Hover Styles*/ }
    @media screen and (max-width: 1760px) {
      .homepage .slideshowSwiperButtonPrev {
        left: 10px;
        right: auto; } }
    @media screen and (max-width: 1680px) {
      .homepage .slideshowSwiperButtonPrev {
        left: 1%;
        right: auto; } }
  .homepage .slideshowSwiperButtonNext {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: auto;
    z-index: 4;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    width: 27px;
    height: 47px;
    background: url("images/slideshow-right.png") no-repeat right center;
    right: 0;
    left: calc(1100px + (-330px * -1));
    /* Slideshow Swiper Button - PREV - Hover Styles*/ }
    @media screen and (max-width: 1760px) {
      .homepage .slideshowSwiperButtonNext {
        right: 10px;
        left: auto; } }
    @media screen and (max-width: 1680px) {
      .homepage .slideshowSwiperButtonNext {
        right: 1%;
        left: auto; } }
  .homepage .sliderControlsContainer {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    bottom: 0;
    top: auto;
    /* setting is left, right or center*/
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 114px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
    z-index: 3; }
  .homepage .slideshowSwiperPagination {
    box-sizing: border-box;
    display: inline-block;
    padding-top: 3px; }
  .homepage .sliderPlayPauseButtons {
    display: none; }
  .homepage .swiper-pagination-bullet {
    position: relative;
    bottom: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 6px;
    background: rgba(255, 255, 255, 0.55);
    transition: background 0.4s ease;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6); }
    .homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #fff; }
    .homepage .swiper-pagination-bullet:hover {
      background: #fff; }
  .homepage .sliderPlayPause {
    display: inline-block;
    cursor: pointer;
    width: 14px;
    height: 14px;
    font-size: 0;
    color: rgba(255, 255, 255, 0.55);
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.8); }
    .homepage .sliderPlayPause.playing:before {
      content: '\275A \275A'; }
    .homepage .sliderPlayPause:before {
      content: '\25B6'; }

.saffireMobileSize .swiper-pagination-bullet {
  height: 9px;
  width: 9px; }

.homepage.saffireLargeSize .currentSlideDescription,
.homepage.saffireMobileSize .currentSlideDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  opacity: 1; }

.homepage .currentSlideDescription a,
.homepage .currentSlideDescription span,
.homepage .currentSlideDescription span.sliderTitle
.homepage .swiper-slide-active .slideshowSwiperDescription > a,
.homepage .swiper-slide-active .slideshowSwiperDescription span.sliderTitle {
  display: block; }

.homepage .currentSlideDescription .slideshowSwiperDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  display: block; }

.homepage .currentSlideDescription,
.homepage .swiper-slide.swiper-slide-active {
  opacity: 1; }

/*/////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - saffireLargeSize Settings*/
/*/////////////////////////////////////////////////////////////////////*/
.homepage.saffireLargeSize {
  /* Homepage Swiper Slider*/
  /* Slideshow Description*/
  /* Swiper Container*/
  /* Current Slide Description*/
  /* Slider Text Description*/
  /* Slider Title*/
  /* New Slider Description Container*/ }
  .homepage.saffireLargeSize .slideshowSwiperDescription {
    max-width: none;
    padding: 80px 50px 23px;
    /* Slideshow Description - Hover Styles*/ }
  .homepage.saffireLargeSize .swiper-container {
    border: none; }
  .homepage.saffireLargeSize .currentSlideDescription {
    max-width: 1250px;
    position: relative;
    /* Slider Button Container*/ }
    .homepage.saffireLargeSize .currentSlideDescription .sliderButtonContainer {
      position: static;
      display: flex;
      width: auto;
      min-width: initial;
      max-width: none;
      text-align: right;
      z-index: 300;
      flex-direction: column;
      align-items: center; }
  .homepage.saffireLargeSize .sliderTitle {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px; }
  .homepage.saffireLargeSize #newSliderDescriptionContainer {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    top: 0;
    bottom: 0;
    margin-top: auto !important;
    margin-bottom: auto !important;
    height: auto;
    width: 1250px;
    max-width: 100%;
    z-index: 2;
    transition: 1s;
    height: auto;
    min-height: 70px;
    width: 100%;
    /* Slider Text Container*/
    /* New Slider Description Container - Hover Styles*/ }
    .homepage.saffireLargeSize #newSliderDescriptionContainer .sliderTextContainer {
      box-sizing: border-box;
      padding: 0 5px;
      text-align: center;
      max-width: 100%; }

/*/////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - saffireMobileSize Settings*/
/*/////////////////////////////////////////////////////////////////////*/
.homepage.saffireMobileSize {
  /* Swiper Slide*/
  /* Slideshow Description - Slider Text Description*/
  /* Slider Title*/
  /* Slideshow Description - Current Slide Description*/
  /* New Slider Description Container*/
  /* Slideshow Swiper Buttons*/
  /* Slideshow Swiper Button - PREV*/
  /* Slideshow Swiper Button - NEXT*/
  /* Slider Controls Container */ }
  .homepage.saffireMobileSize .swiper-slide-active {
    overflow: hidden; }
  .homepage.saffireMobileSize .sliderTextDescription {
    font-size: 18px;
    line-height: 1.3;
    opacity: 1;
    text-align: center;
    margin-bottom: 8px; }
  .homepage.saffireMobileSize .sliderTitle {
    height: auto;
    padding: 0 0 7px;
    font-size: 30px;
    text-align: center; }
  .homepage.saffireMobileSize .currentSlideDescription {
    width: 100%;
    height: auto;
    padding: 6px 5% 16px;
    flex-direction: column; }
    .homepage.saffireMobileSize .currentSlideDescription .sliderTextContainer {
      display: flex;
      flex-direction: column;
      width: 100%;
      justify-content: space-around;
      align-items: center; }
    .homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer {
      position: static;
      top: auto;
      bottom: 102%;
      left: 0;
      right: 0;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 100%;
      margin: 10px auto; }
      .homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer a {
        margin: 0 10px;
        padding: 11px 14px; }
        .homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer a.sliderMoreButton {
          padding: 11px 0px; }
  .homepage.saffireMobileSize #newSliderDescriptionContainer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    flex-direction: column-reverse;
    min-height: 111px;
    background: #009beb;
    z-index: 2; }
  .homepage.saffireMobileSize .slideshowSwiperButtonNext,
  .homepage.saffireMobileSize .slideshowSwiperButtonPrev {
    display: none !important; }
  .homepage.saffireMobileSize .slideshowSwiperButtonPrev {
    display: none !important; }
  .homepage.saffireMobileSize .slideshowSwiperButtonNext {
    display: none !important; }
  .homepage.saffireMobileSize .sliderControlsContainer {
    position: static;
    bottom: auto;
    padding: 0;
    margin: 0; }

.sponsorCarouselImageContainer a {
  margin: 0 15px; }

.saffireLargeSize .home-banner {
  margin-top: 40px !important; }
  .saffireLargeSize .home-banner:before {
    opacity: 0.9;
    content: '';
    height: 140px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 9999;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%); }

.homepage.saffireLargeSize #newSliderDescriptionContainer .sliderTextContainer,
.homepage.saffireLargeSize #newSliderDescriptionContainer .sliderButtonContainer {
  display: none !important; }

.homepage.saffireLargeSize #newSliderDescriptionContainer {
  height: 100px;
  margin-top: auto !important;
  margin-bottom: 0 !important; }

.saffireMobileSize .swiper-slide:before {
  display: none; }

#cardWidget {
  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: 600px) {
    #cardWidget {
      max-width: 400px; } }
  #cardWidget .card-widget-item {
    box-sizing: border-box;
    display: flex;
    width: 348px;
    height: 301px;
    margin: 0 6px 11px;
    text-decoration: none; }
    #cardWidget .card-widget-item.hide-text .card-widget-title,
    #cardWidget .card-widget-item.hide-text .card-widget-description {
      display: none !important; }
    .saffireMobileSize #cardWidget .card-widget-item {
      margin: 0 4px 6px;
      height: 200px;
      width: 250px; }
    @media screen and (max-width: 600px) {
      #cardWidget .card-widget-item {
        height: 119px !important;
        width: 172px !important; } }
    #cardWidget .card-widget-item:hover .image-container {
      background-size: 115% 115%;
      transition: all 0.2s ease; }
    #cardWidget .card-widget-item:hover .card-content {
      background: rgba(5, 59, 99, 0.8);
      transition: all 0.2s ease; }
    #cardWidget .card-widget-item:hover .buttonwrap {
      opacity: 1;
      visibility: visible;
      transition: all 0.2s ease;
      position: static; }
  #cardWidget .image-container {
    box-sizing: border-box;
    position: static;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    transition: all 0.2s ease;
    width: 100%;
    height: 100%; }
    #cardWidget .image-container .card-content {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      width: 100%;
      height: 100%;
      background: transparent;
      transition: all 0.2s ease;
      padding: 0 10px; }
      #cardWidget .image-container .card-content .card-widget-title {
        box-sizing: border-box;
        position: static;
        display: block;
        width: 100%;
        font: 40px 'BarlowCondensedBold';
        color: #fff;
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
        transition: all 0.2s ease;
        order: 2;
        text-transform: uppercase; }
        .saffireMobileSize #cardWidget .image-container .card-content .card-widget-title {
          font-size: 30px; }
        @media screen and (max-width: 600px) {
          #cardWidget .image-container .card-content .card-widget-title {
            font-size: 20px !important; } }
      #cardWidget .image-container .card-content .card-widget-description {
        font: 20px 'BarlowCondensedBold';
        color: #fff;
        text-shadow: 0 2px 2px #000;
        transition: all 0.2s ease;
        order: 1;
        text-transform: uppercase; }
        .saffireMobileSize #cardWidget .image-container .card-content .card-widget-description {
          font-size: 15px; }
        @media screen and (max-width: 600px) {
          #cardWidget .image-container .card-content .card-widget-description {
            font-size: 10px !important; } }
  #cardWidget .buttonwrap {
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    position: absolute;
    display: flex;
    flex-direction: row-reverse;
    order: 3; }
    @media only screen and (max-width: 742px) {
      #cardWidget .buttonwrap {
        margin-top: 8px; } }
    #cardWidget .buttonwrap:empty {
      display: none; }
    #cardWidget .buttonwrap a {
      padding: 11px 22px;
      font-size: 24px;
      line-height: 1;
      text-transform: none;
      border-radius: 0;
      text-decoration: none;
      font-weight: normal !important;
      font-family: "BarlowCondensedBold";
      box-sizing: border-box;
      text-align: center;
      border: 2px solid #fff436;
      text-transform: uppercase;
      background: #ffb60c;
      color: #a52600;
      text-transform: none; }
      #cardWidget .buttonwrap a:hover {
        background: #d39400;
        color: #fff436 !important; }
      @media only screen and (max-width: 742px) {
        #cardWidget .buttonwrap a {
          font-size: 12px;
          padding: 5px 10px; } }

.card-widget-sec {
  background: #74f7ff;
  padding: 10px 0 0; }
  .saffireMobileSize .card-widget-sec {
    padding: 10px 0 6px; }
  .card-widget-sec .container {
    max-width: 1440px;
    padding: 0 5px; }

#siteInfoBannerWidget {
  box-sizing: border-box;
  position: static;
  display: inline-flex;
  height: 40px;
  width: auto;
  max-width: 100%;
  padding: 5px 0 5px 5px;
  background: transparent;
  font-family: "OpenSans-Bold-webfont";
  font-size: 18px;
  color: #3ac1f9;
  text-align: center;
  line-height: 1;
  z-index: 2;
  transition: all 0.5s ease;
  min-width: 400;
  flex-direction: column;
  justify-content: center; }
  #siteInfoBannerWidget #eventDates {
    font-family: "BarlowCondensedBold";
    font-size: 24px;
    font-weight: 400;
    color: #3ac1f9;
    text-transform: uppercase; }
  #siteInfoBannerWidget #eventName {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase; }
  #siteInfoBannerWidget .countdownDays {
    display: inline-block;
    font-family: "OpenSans-Bold-webfont";
    font-size: 18px;
    font-weight: 400;
    color: #3ac1f9; }

body:not(.siteInfoBannerWidgetDateIsPast) #eventName {
  display: none; }

.siteInfoBannerOff #siteInfoBannerWidget {
  display: none !important; }

/*Scrolling Functionality*/
.saffireWindowScrolled.saffireMobileSize #siteInfoBannerWidget {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  font-size: 0;
  padding: 0;
  transition: all 0.5s ease; }

.saffireMobileSize #siteInfoBannerWidget {
  left: auto;
  right: auto !important;
  padding: 5px 0 5px 5px;
  background: #0042A2;
  color: #fff;
  width: 100%; }
  .saffireMobileSize #siteInfoBannerWidget #eventName {
    font-size: 14px;
    color: inherit; }
  .saffireMobileSize #siteInfoBannerWidget #eventDates {
    font-size: 24px;
    color: #3ac1f9; }
  .saffireMobileSize #siteInfoBannerWidget .countdownDays {
    font-size: 14px;
    color: inherit; }

body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
  font-family: "BarlowCondensedBold";
  font-size: 18px;
  color: #3ac1f9; }
  @media screen and (max-width: 817px) {
    body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
      font-size: 16px; } }
body.siteInfoBannerWidgetDateIsPast.noThankYouMessage #siteInfoBannerWidget {
  display: none !important; }

#headerLinks {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0; }
  .saffireMobileSize #headerLinks {
    display: none; }
  #headerLinks .card-widget-item {
    box-sizing: border-box;
    display: flex;
    background: #3AC1F9;
    height: 40px;
    margin-right: 2px;
    transition: all 0.5s ease; }
    #headerLinks .card-widget-item:hover {
      background: #8ddeff;
      transition: all 0.5s ease; }
    #headerLinks .card-widget-item .card-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      width: 100%;
      height: 100%; }
      #headerLinks .card-widget-item .card-content .card-widget-title {
        position: static;
        display: block;
        width: 100%;
        font: 16px 'BarlowCondensedBold';
        color: #053b63;
        padding: 5px 21px;
        text-transform: uppercase;
        max-width: 125px;
        box-sizing: border-box;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
      #headerLinks .card-widget-item .card-content .card-widget-description {
        display: none; }
      #headerLinks .card-widget-item .card-content .buttonwrap {
        display: none; }

#fairTitleImage {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 510px;
  margin-top: 7px; }
  @media screen and (max-width: 1365px) {
    #fairTitleImage {
      margin: 0 auto 40px;
      width: auto; } }
  .saffireMobileSize #fairTitleImage {
    margin-bottom: 0; }
  #fairTitleImage .card-widget-item {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%; }
  #fairTitleImage .image-container {
    box-sizing: border-box;
    position: static;
    display: inline-block; }
    #fairTitleImage .image-container .card-widget-image {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 510px;
      height: 388px; }
      @media screen and (max-width: 1499px) {
        #fairTitleImage .image-container .card-widget-image {
          width: 450px;
          height: auto; } }
      .saffireMobileSize #fairTitleImage .image-container .card-widget-image {
        height: 259px;
        max-width: 346px; }
      @media screen and (max-width: 340px) {
        #fairTitleImage .image-container .card-widget-image {
          max-width: 100% !important; } }
  #fairTitleImage .card-content {
    display: none; }

#multiScheduleFeature {
  box-sizing: border-box;
  width: 728px;
  max-width: 100%;
  color: #333;
  display: flex;
  margin-left: auto; }
  @media screen and (max-width: 1023px) {
    #multiScheduleFeature {
      margin: auto;
      width: 100%; } }
  #multiScheduleFeature .featureItem {
    box-sizing: border-box;
    display: flex;
    transition: 0.3s;
    color: #fff;
    background: #fff;
    position: relative; }
    #multiScheduleFeature .featureItem:not(:last-of-type) {
      margin-bottom: 7px; }
      .saffireMobileSize #multiScheduleFeature .featureItem:not(:last-of-type) {
        margin-bottom: 5px; }
    #multiScheduleFeature .featureItem:hover {
      background: #74f7ff; }
  #multiScheduleFeature .text-container {
    justify-content: flex-start;
    align-items: center;
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%; }
  #multiScheduleFeature .multiFeatureContent {
    width: 100%; }
  #multiScheduleFeature .featureItemImage {
    display: none;
    width: 100px;
    min-width: 100px;
    height: auto;
    margin-right: 10px;
    text-align: center; }
    #multiScheduleFeature .featureItemImage img {
      display: block;
      max-height: 100%;
      max-width: 100%;
      width: auto;
      height: auto; }
  #multiScheduleFeature .featureItemTitle,
  #multiScheduleFeature .featureItemDate,
  #multiScheduleFeature .button-container {
    display: block; }
  #multiScheduleFeature .featureItemDescription {
    display: none; }
  #multiScheduleFeature .featureItemDate {
    font-family: "BarlowCondensedBold";
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    order: 1;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #053b63;
    width: 78px;
    height: 74px;
    line-height: 1;
    text-transform: uppercase; }
    .saffireMobileSize #multiScheduleFeature .featureItemDate {
      font-size: 16px;
      height: 46px;
      width: 34px; }
      .saffireMobileSize #multiScheduleFeature .featureItemDate span {
        font-size: 16px; }
    #multiScheduleFeature .featureItemDate span {
      font-size: 30px;
      line-height: .8; }
  #multiScheduleFeature .featureItemTitle {
    box-sizing: border-box;
    font-family: "BarlowCondensedBold";
    font-weight: 400;
    font-size: 24px;
    order: 2;
    line-height: 1;
    order: 3;
    color: #053c63;
    padding: 0 22px;
    width: calc( 100% - 78px); }
    .saffireMobileSize #multiScheduleFeature .featureItemTitle {
      font-size: 16px; }
  #multiScheduleFeature .more-text {
    text-decoration: underline;
    display: block; }

div#mf-content {
  max-height: 405px; }

.all-events-btn {
  display: none; }

.events-wrap {
  margin-left: auto;
  max-width: 728px;
  min-height: 400px;
  box-sizing: border-box;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 1365px) {
    .events-wrap {
      margin: 0 auto; } }
  @media screen and (max-width: 1023px) {
    .events-wrap {
      max-width: 100%;
      padding: 0 0 0 50px;
      margin: 50px 0px; } }
  .saffireMobileSize .events-wrap {
    overflow: hidden;
    margin: 23px 0 0;
    padding: 0 0 0 37px;
    min-height: 250px; }

.event-title {
  box-sizing: border-box;
  color: #74f7ff;
  font-size: 103px;
  font-family: 'BarlowCondensedBold';
  position: absolute;
  line-height: 1.1;
  transform: rotate(-90deg);
  top: 0;
  left: -102px;
  height: 100%; }
  @media screen and (max-width: 1023px) {
    .event-title {
      left: 0;
      font-size: 85px; } }
  .saffireMobileSize .event-title {
    font-size: 45px;
    left: 29px;
    top: -39px; }

.socialNetworks {
  z-index: 80000000;
  position: fixed;
  right: -80px;
  top: 130px;
  transition: 0.6s ease;
  background: #3abcf5;
  border-radius: 50px;
  padding: 6px 3px; }
  .socialNetworks img {
    display: block;
    max-width: 40px;
    max-height: 40px;
    border-radius: 50%; }
  .socialNetworks > span, .socialNetworks > a {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    left: 0;
    border: 3px solid #3abcf5;
    transition: 0.2s;
    border-radius: 50%;
    border: none;
    padding: 3px 4px;
    background-color: transparent; }
    .socialNetworks > span:not(:last-child), .socialNetworks > a:not(:last-child) {
      margin-bottom: 4px; }
    @media screen and (max-width: 1650px) {
      .socialNetworks > span, .socialNetworks > a {
        margin-bottom: 0px !important; } }
  .socialNetworks > a:hover {
    left: -6px;
    z-index: 2;
    transition: 0.2s;
    left: 0;
    background-color: #e5e5e5; }

/*General Message ON Sidebar widget*/
.generalMessageOn.pageIsLoaded .socialNetworks {
  top: 170px; }

#musicPlayerLink {
  height: 40px;
  width: 40px;
  float: none;
  margin: 0;
  background: url("images/music.jpg") no-repeat right 0;
  border: 3px solid #3abcf5;
  z-index: 2;
  border-radius: 50%;
  border: none;
  padding: 0;
  margin: 3px;
  background-color: transparent;
  background-position: center;
  background-size: cover; }
  #musicPlayerLink #musicPlayerDropdown {
    top: -3px;
    right: 43px;
    padding: 8px 10px;
    background: #3abcf5;
    border: 1px solid #000;
    box-shadow: 0 0 4px #000 inset;
    font-size: 0.9em;
    color: #000; }
    #musicPlayerLink #musicPlayerDropdown a {
      padding-right: 14px;
      font-size: 13px;
      color: #000;
      text-decoration: none; }
  #musicPlayerLink #musicPlayerDropdown a:hover {
    position: relative;
    padding-left: 14px;
    padding-right: 3px; }
    #musicPlayerLink #musicPlayerDropdown a:hover:after {
      content: "";
      display: block;
      height: 0;
      width: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      border-top: 12px solid #000;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-radius: 58%;
      transform: rotate(-90deg); }

@media screen and (max-width: 1650px) {
  .socialNetworks {
    top: auto;
    right: 0;
    bottom: -60px;
    border-top: none;
    border-bottom: none;
    padding: 0; }
    .socialNetworks img {
      max-width: 30px;
      max-height: 30px; }
    .socialNetworks > a, .socialNetworks > #musicPlayerLink {
      max-width: 30px;
      max-height: 30px;
      bottom: 0;
      float: left;
      margin: 0;
      transition: 0.2s;
      background-size: contain; }
    .socialNetworks > a:hover {
      left: 0;
      bottom: 6px;
      z-index: 2;
      transition: 0.2s;
      bottom: 0; }
    .socialNetworks #musicPlayerLink {
      margin: 3px;
      background-size: cover; }
      .socialNetworks #musicPlayerLink #musicPlayerDropdown {
        top: auto;
        bottom: -3px;
        right: 33px; } }
.socialNetworks a:hover {
  background-color: #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 {
  right: 0;
  right: 22px; }
  @media screen and (max-width: 1650px) {
    .pageIsLoaded .socialNetworks {
      bottom: 0;
      top: auto !important;
      bottom: 5px;
      right: 5px; } }

.homepage.saffireLargeSize .content .socialNetworks {
  display: none; }

.homepage.saffireMobileSize .content .socialNetworks {
  position: static;
  width: 100%;
  box-sizing: border-box;
  background: #182f5a;
  border-radius: 0;
  padding: 11px;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  z-index: 9; }
.homepage.saffireMobileSize .content .socialNetworks a {
  max-width: 40px;
  max-height: 40px;
  margin: 0px; }
.homepage.saffireMobileSize .content .socialNetworks img {
  max-width: 40px;
  max-height: 40px; }

/* Set the container ID*/
/* Size the container*/
/* Size the images*/
/* Format titles*/
/* Format arrows*/
#sponsorWidgetContainer {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box; }
  #sponsorWidgetContainer .sponsorWidgetContainer {
    padding-top: 60px; }
    .saffireMobileSize #sponsorWidgetContainer .sponsorWidgetContainer {
      padding-top: 35px; }
    #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: 179px;
    max-height: 120px; }
    .saffireMobileSize #sponsorWidgetContainer .sponsorCarouselImage img {
      max-height: 70px;
      max-width: 80px; }
  #sponsorWidgetContainer #sponsorsTitleContainer {
    width: 100%;
    text-align: center;
    top: 0; }
    #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
      font-family: "BarlowCondensedBold";
      font-size: 30px;
      color: #20aee4;
      text-shadow: none;
      text-transform: uppercase; }
      .saffireMobileSize #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
        margin: 0; }
  #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; }

.sponsor-section {
  padding: 30px 0 20px;
  background: #fff; }
  .saffireMobileSize .sponsor-section {
    padding: 15px 0 8px; }
  .sponsor-section .container {
    max-width: 1240px; }

#presentingSponsors {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 25px 0; }
  #presentingSponsors .card-widget-item {
    box-sizing: border-box;
    display: flex;
    margin: 10px; }
    #presentingSponsors .card-widget-item .card-content {
      display: none; }
  #presentingSponsors .image-container {
    box-sizing: border-box;
    position: static;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    #presentingSponsors .image-container img {
      max-width: 200px;
      max-height: 95px; }

.saffireMobileSize #presentingSponsors .card-widget-item .image-container img {
  max-width: 100px; }

.coming-soon {
  padding: 64px 20px;
  background-size: cover; }
  .coming-soon.notParallex {
    background: url("images/coming-soon-bg.jpg") no-repeat 0 0;
    background-size: cover; }
  .saffireMobileSize .coming-soon {
    background: url("images/coming-soon-bg.jpg") no-repeat 0 0;
    padding: 22px 0 27px; }
  .coming-soon .container {
    max-width: 1432px;
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 1365px) {
      .coming-soon .container {
        flex-direction: column; } }
    .saffireMobileSize .coming-soon .container {
      padding: 0 10px; }

.presenting-sponsor {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .presenting-sponsor h3 {
    font: 30px/1 'BarlowCondensedBold';
    color: #20aee4;
    text-align: center; }

/*# sourceMappingURL=theme.css.map */
