@charset "UTF-8";
/************** LOAD FONTS ******************/
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300i&display=swap");
@font-face {
  font-family: "RobotoCondensed-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("fonts/RobotoCondensed-Regular.woff") format("woff");
}
@font-face {
  font-family: "RobotoCondensed-Italic";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/RobotoCondensed-Italic.woff2") format("woff2"), url("fonts/RobotoCondensed-Italic.woff") format("woff");
}
@font-face {
  font-family: "RobotoCondensed-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("fonts/RobotoCondensed-Bold.woff") format("woff");
}
@font-face {
  font-family: "RobotoCondensed-BoldItalic";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/RobotoCondensed-BoldItalic.woff2") format("woff2"), url("fonts/RobotoCondensed-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "RobotoCondensed-Light";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/RobotoCondensed-Light.woff2") format("woff2"), url("fonts/RobotoCondensed-Light.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;
}

input.textbox {
  font-size: 14px;
}

.tiny {
  font-size: 12px;
}

.note {
  font-size: 14px;
}

body {
  color: #000;
  font: 16px "RobotoCondensed-Light";
}

body.saffireMobileSize {
  font-size: 14px;
}
body.saffireMobileSize h1 {
  font-size: 32px;
}
body.saffireMobileSize h2 {
  font-size: 28px;
}
body.saffireMobileSize h3 {
  font-size: 28px;
}
body.saffireMobileSize h4 {
  font-size: 20px;
}
body.saffireMobileSize h5 {
  font-size: 16px;
}
body.saffireMobileSize h6 {
  font-size: 14px;
}
body.saffireMobileSize .subContainer h1 {
  font-size: 50px;
}
body.saffireMobileSize .subContainer h2 {
  font-size: 22px;
}
body.saffireMobileSize .subContainer h3 {
  font-size: 28px;
}

.content a,
#scheduleDescriptionContent a {
  color: #14a4b9;
}

.expandedView .expandedViewEventNameDescription,
.expandedView .expandedViewEventNameDescription a {
  font-size: 14px;
}

h2 a {
  font-size: 26px;
}

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

a:hover {
  text-decoration: none;
}

h1, h2, h3 {
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-weight: 700;
  color: #050155;
  line-height: 1.2;
  text-transform: none;
}

h1 {
  margin: 0.2em 0;
  font-size: 35px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 18px;
  color: #14a4b9;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
  color: #858585;
}

h6 {
  font-size: 14px;
}

.subContainer h1 {
  font-size: 50px;
}
.subContainer h2 {
  font-size: 24px;
}
.subContainer h3 {
  font-size: 28px;
  color: #858585;
}

.imageGridTitle a {
  color: inherit;
  font-family: inherit;
}

.cartcols h2, .reviewYourOrderSubContainer h2 {
  font-size: 20px;
}

.eventList-container .eventCol1 .filter-group {
  line-height: 1.5;
}

.media-container-popup {
  z-index: 99999;
}
.media-container-popup h2 {
  color: #fff;
}
.media-container-popup a {
  text-decoration: none;
  color: #fff;
}

/**
 * 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, .owl-carousel .homepage .owl-stage.sliderPlayPause:before, .homepage .owl-carousel .owl-stage.sliderPlayPause:before {
  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 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;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.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 0.4s ease;
}

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

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

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

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

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

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

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

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

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

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

/***************** CONTAINERS **************************/
body {
  background: #050155;
  background-size: cover;
  max-width: 100vw;
}

body.homepage {
  background-color: #fff;
  max-width: 100vw;
}

.wrapper {
  width: 100%;
  transition: 0.5s;
  overflow: hidden;
  padding-top: 155px;
}
@media screen and (min-width: 920px) {
  .wrapper {
    padding-top: 204px;
  }
}

.saffireLargeSize.saffireWindowScrolled .wrapper {
  padding-top: 0;
}

.generalMessageOn .wrapper {
  padding-top: 177px;
}

.saffireMobileSize.siteInfoBannerOn .wrapper {
  padding-top: 226px;
}

.saffireMobileSize.siteInfoBannerOn.saffireWindowScrolled .wrapper {
  padding-top: 130px;
  transition: 0.2s;
}

.saffireMobileSize.generalMessageOn .wrapper {
  padding-top: 180px;
}

.saffireMobileSize.generalMessageOn.siteInfoBannerOn .wrapper {
  padding-top: 266px;
}

.saffireMobileSize.generalMessageOn.siteInfoBannerOn.saffireWindowScrolled .wrapper {
  padding-top: 166px;
  transition: 0.2s;
}

body:not(.homepage) .content {
  position: relative;
  margin: 75px auto 35px;
  padding: 1.7% 1.7% 1.7% 1.7%;
  background: #fff;
}

.saffireLargeSize:not(.homepage) .content {
  width: 1320px;
  max-width: 85.625%;
  padding: 1.7%;
}

.saffireMobileSize:not(.homepage) .content {
  margin-top: 30px;
  max-width: 98.3%;
}

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

.saffireMobileSize.generalMessageOn.saffireWindowScrolled .content,
.saffireMobileSize.generalMessageOn.siteInfoBannerOn.saffireWindowScrolled .content {
  margin-top: -5px;
}

.section-tier-one {
  background-color: #050155;
}

.section-tier-two {
  width: 100%;
  background-color: #050155;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 44px;
  padding-bottom: 12%;
}
@media screen and (min-width: 721px) and (max-width: 1457px) {
  .section-tier-two {
    justify-content: center;
    align-content: center;
  }
}
@media screen and (max-width: 719px) {
  .section-tier-two {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }
}
@media screen and (min-width: 818px) and (max-width: 1600px) {
  .section-tier-two {
    margin-bottom: 50px;
  }
}
.section-tier-two .flex-left {
  margin-top: 0px;
  margin-left: 22px;
  height: 642px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 818px) and (max-width: 1190px) {
  .section-tier-two .flex-left {
    height: auto;
    margin: 0;
    align-items: flex-start;
  }
}
@media screen and (max-width: 817px) {
  .section-tier-two .flex-left {
    margin-left: 0;
  }
}
.section-tier-two .flex-right {
  display: flex;
  width: 1046px;
  margin-left: 22px;
  flex-direction: column;
}
@media screen and (max-width: 1090px) {
  .section-tier-two .flex-right {
    margin-left: 0;
  }
}
@media screen and (min-width: 818px) and (max-width: 1457px) {
  .section-tier-two .flex-right {
    justify-items: center;
    width: 708px;
    align-items: center;
  }
}
@media screen and (max-width: 817px) {
  .section-tier-two .flex-right {
    justify-content: center;
    width: 366px;
    align-content: center;
  }
}

.saffireMobileSize .section-tier-two {
  padding-top: 0;
}
.saffireMobileSize .section-tier-two h1 {
  font-size: 40px;
}
@media screen and (max-width: 817px) {
  .saffireMobileSize .section-tier-two h1 {
    text-align: center;
  }
}

.section-tier-three {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  background-color: #fff;
}
.section-tier-three:before {
  content: "";
  display: flex;
  position: absolute;
  top: -145px;
  width: 100%;
  height: 160px;
  background-size: cover;
  background: url("images/white-curve-crop-two.png") center top no-repeat;
}

.saffireMobileSize .section-tier-three::before {
  content: "";
  display: block;
  position: absolute;
  top: -38px;
  width: 100%;
  height: 38px;
  background-size: cover;
  background: url("images/white-curve-crop.png") center top no-repeat;
}

.section-tier-four {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  padding-left: 150px;
  padding-bottom: 25px;
  padding-right: 150px;
  max-width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 817px) {
  .section-tier-four {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.section-title-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 817px) {
  .section-title-wrapper {
    margin-bottom: 14px;
  }
}
.section-title-wrapper div {
  width: 409px;
  height: 29px;
  background-position: center;
  background-repeat: no-repeat;
}
.section-title-wrapper h2 {
  box-sizing: border-box;
  display: inline-block;
  padding-left: 9px;
  font-size: 42px;
  letter-spacing: 7.182px;
  text-transform: uppercase;
}

.saffireMobileSize .section-tier-one {
  padding-top: 0;
  padding-bottom: 0;
}
.saffireMobileSize .section-tier-two {
  background-size: auto;
  flex-direction: column;
  background-repeat: repeat;
}
.saffireMobileSize .section-tier-five {
  padding: 23px 4px;
}

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

.dateDisplayBar,
.dateDisplay {
  background: #f62f40;
  color: #000;
}
.dateDisplayBar a,
.dateDisplay a {
  color: #000;
}

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

.moduleItemContainer .photoRight .media-container {
  max-width: 100%;
  margin-left: 0;
}

.carthr {
  background: #000;
}

.orderhistory {
  background: #f62f40;
}

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

.alternateRow {
  background: #f2f2f2;
}

.listingItem {
  background: #f2f2f2;
  border-bottom: 1px solid #d9d9d9;
}

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

/************* BUTTON STYLES *********************/
.getUpdatesPageEmailModule .emailSubmitButton,
a.button:not(.emailSubmitButton):not(.searchSubmitButton),
.button:not(.emailSubmitButton):not(.searchSubmitButton) { /* |%  set font-family */
  padding: 1px 9px;
  font-size: 14px;
  line-height: 1.75em;
  border-radius: 0;
  text-decoration: none;
  font-family: "RobotoCondensed-Regular";
  text-transform: uppercase;
  color: #14a4b9;
}

a.button:not(.emailSubmitButton):not(.searchSubmitButton),
.button:not(.emailSubmitButton):not(.searchSubmitButton),
.buttonSmall {
  color: #fff !important;
  background: #f62f40;
  background: linear-gradient(180deg, #f62f40);
}

a.button:not(.emailSubmitButton):not(.searchSubmitButton):hover,
.button:not(.emailSubmitButton):not(.searchSubmitButton):hover,
.buttonSmall:hover {
  color: #fff !important;
}

a.buttonSmall,
.buttonSmall {
  font-size: 12px !important;
}

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

.cartMenuRemoveButton {
  text-decoration: none;
}

/************************* 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 .emailSignupText {
  text-align: center;
}
.modalBody .getUpdatesPageEmailModule .emailSignup {
  text-align: center;
}
.modalBody .getUpdatesPageEmailModule .emailSignup .emailInputField input {
  padding: 5px;
  border-radius: 5px !important;
  width: 50%;
  margin: auto;
  min-width: 200px;
}
.modalBody .emailSubmitButton {
  background: #f62f40;
  color: #fff;
  border-radius: 5px !important;
}
.modalBody .emailSubmitButton:hover {
  background: hsl(355, 74%, 46%);
}
.modalBody input {
  font-size: 14px;
}
.modalBody .showorksModalTitle { /* |%  set font-family */
  font-size: 32px;
  line-height: 36px;
}
.modalBody .showorksBreadcrumbs { /* |%  set font-family */
  font-size: 20px;
  color: #f62f40;
  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: #000;
}
.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 {
  border-radius: 0 !important;
}
.modalClose .modalCloseButton img {
  display: none;
}
.modalClose .modalCloseButton:before {
  content: "X";
  font-family: sans-serif;
}
.modalClose .modalCloseButton:hover {
  background-color: hsl(355, 74%, 46%) !important;
}

#dynamicModal {
  box-shadow: 0 0 10px 0px #000;
}

.bannerText {
  position: relative;
  display: flex;
  background-color: #050155;
  color: #fff;
  max-width: 100vw;
  min-width: 100%;
  height: 38px;
  align-items: center;
  margin: 0;
  line-height: 1em;
  transition: 0.5s;
  z-index: 10001;
}
.bannerText p {
  margin: 0;
  margin-left: 300px;
  padding-left: 7vw;
  font-family: "RobotoCondensed-Light";
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  transition: 0.5s;
}
@media screen and (max-width: 980px) {
  .bannerText p {
    font-size: 14px;
  }
}
@media screen and (max-width: 890px) {
  .bannerText p {
    font-size: 12px;
  }
}

@media screen and (max-width: 920px) {
  .saffireWindowScrolled .bannerText {
    height: 0;
  }
  .saffireWindowScrolled .bannerText p {
    opacity: 0;
  }
  .bannerText {
    height: 58px;
    justify-content: center;
  }
  .bannerText p {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 14px;
    margin-left: 10vw;
    margin-right: 10vw;
  }
}
.header {
  box-sizing: border-box;
  max-width: 100vw;
  height: auto;
  background: transparent;
  z-index: 1000001;
  position: fixed;
  top: 0;
  width: 100%;
}

.headerInnerContent,
.header-top-wrapper {
  box-sizing: border-box;
  display: block;
  min-width: 100%;
  max-width: 100vw;
  height: auto;
}

.header-top-wrapper {
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: repeat-x;
  z-index: 9;
  transition: 0.5s;
}

.header-top-inner {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 100vw;
  width: 100%;
  padding-right: 5vw;
  margin-left: 0;
  margin-right: 0;
  transition: 0.5s;
}
.header-top-inner .header-logo {
  margin-left: 2.5vw;
  z-index: 6000;
}

@media screen and (max-width: 920px) {
  .header-top-inner {
    max-width: 411px;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
.saffireLargeSize .header-top-inner {
  height: 38px;
}

.saffireMobileSize .header {
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  background: #F1EFE8;
  z-index: 999;
  transition: 0.2s;
  min-width: 100%;
}
.saffireMobileSize .headerInnerContent {
  height: auto;
}
.saffireMobileSize .header-top-inner {
  height: 34px;
  padding: 0 5px;
}

.saffireLargeSize.generalMessageOn.saffireWindowScrolled .header {
  top: -40px;
  transition: 0.2s;
}

.saffireMobileSize.generalMessageOn .wrapper {
  padding-top: 155px;
}

.saffireMobileSize.generalMessageOn.saffireWindowScrolled .header {
  top: -135px;
  transition: 0.2s;
}

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #f61f2f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.77) 0px -4px 8px -5px inset;
}
.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-logo {
  position: absolute;
  top: 5px;
  left: 15px;
  display: block;
  width: 316px;
  height: 153px;
  margin-top: -10px;
  background: url("images/logo-blacktxt.png") center/contain no-repeat;
  z-index: 99999;
  transition: 0.5s;
}
@media screen and (max-width: 920px) {
  .header-logo {
    display: none;
  }
}

.saffireMobileSize .header-logo {
  width: 207px;
  height: 100px;
  left: 0;
  top: 23px;
  transition: 0.2s;
  z-index: 0;
}

.mobile-sub-menu .header-logo {
  display: none;
}
@media screen and (max-width: 920px) {
  .mobile-sub-menu .header-logo {
    display: block;
    max-width: 163px;
    align-self: flex-start;
  }
}

.loginstatus a,
.myAccountNavButton a {
  color: inherit;
}

.header .emailSignup {
  display: none;
}

@media screen and (min-width: 920px) {
  .emailInputSubmit {
    height: 100%;
    max-height: 70px;
    min-width: 47px;
    max-width: 120px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .emailInputSubmit .inputFieldSubmit {
    width: 120px;
    border-radius: 0;
    background-color: #f62f40;
  }
  .emailInputSubmit .inputFieldSubmit:hover {
    background-color: hsl(355, 74%, 46%);
  }
  .header .emailSignup {
    display: inline-flex;
    align-items: center;
    height: 100%;
  }
  .header .emailSignup:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    background: #000;
    margin-right: 0;
  }
  .header .emailSignup .emailInputField input {
    width: 170px;
    padding: 0 5px;
    font-size: 14px;
    font-family: "RobotoCondensed-Light";
    border-radius: 0 !important;
    outline: none;
    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: 100%;
    padding: 0 10px;
    background: #f62f40;
    border-radius: 0 !important;
    font-size: 14px;
    font-family: "RobotoCondensed-Light";
    transform: skewX(-5deg);
    width: auto;
    padding: 5px;
    font-size: 0;
    background-position: center right;
    background-repeat: no-repeat;
  }
  .header .emailSignup .emailSubmitButton:after, .header .emailSignup .homepage .emailSubmitButton.sliderPlayPause:before, .homepage .header .emailSignup .emailSubmitButton.sliderPlayPause:before {
    content: url("images/email_icon_sharp.png");
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    font-family: "FontAwesome";
    line-height: 1;
    color: #fff;
    transition: 0.2s;
    transform: skewX(5deg);
  }
  .header .emailSignup .emailSubmitButton:hover:after, .header .emailSignup .homepage .emailSubmitButton.sliderPlayPause:hover:before, .homepage .header .emailSignup .emailSubmitButton.sliderPlayPause:hover:before {
    color: #fff;
    transition: 0.2s;
  }
  .header .emailSignup:hover .emailInputField input {
    width: 170px;
    padding: 0 5px;
    transition: 0.2s;
  }
}
#memberSignIn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #14a4b9;
  transform: skewX(-5deg);
  height: 100%;
  width: 127px;
  z-index: 2;
}
#memberSignIn a {
  font-size: 14px;
  font-family: "RobotoCondensed-Light";
  color: #fff;
  font-weight: bold;
  margin: 5px;
  transform: skewX(5deg);
}
#memberSignIn a .card-content .card-widget-title {
  display: none;
}
#memberSignIn:hover .memberButton input {
  width: 170px;
  padding: 0 5px;
  transition: 0.2s;
}
@media screen and (max-width: 920px) {
  #memberSignIn {
    transform: skewX(-15deg);
  }
  #memberSignIn a {
    transform: skewX(15deg);
  }
}

#shopIFEA {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #009300;
  height: 100%;
  transform: skewX(-5deg);
  width: 127px;
  margin-left: -1px;
}
#shopIFEA .card-widget-item .card-content {
  transform: skewX(5deg);
}
#shopIFEA a {
  font-size: 14px;
  font-family: "RobotoCondensed-Light";
  color: #fff;
  font-weight: bold;
  margin: 5px;
  margin-left: 30px;
}
#shopIFEA:before {
  content: url("images/shopping_purse.png");
  transform: skewX(5deg);
  width: 0;
  background: #000;
  margin-right: 0;
  opacity: 0.5;
}
#shopIFEA:hover .memberButton input {
  width: 170px;
  padding: 0 5px;
  transition: 0.2s;
}
@media screen and (max-width: 920px) {
  #shopIFEA {
    transform: skewX(-15deg);
  }
  #shopIFEA a {
    transform: skewX(15deg);
  }
  #shopIFEA:before {
    transform: skewX(15deg);
  }
  #shopIFEA .card-widget-item .card-content {
    transform: skewX(15deg);
  }
}

.viewcart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #3d0daa;
  transform: skewX(-5deg);
  z-index: 10000;
  color: #fff;
}
.viewcart .cartMenuLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  font-family: "RobotoCondensed-Light";
  color: #fff;
  width: 40px;
  height: 20px;
  font-weight: bold;
  margin: 0 15px;
}
.viewcart .subContainer {
  background-color: #f2f2f2;
}
.viewcart .cartMenuLink:before {
  content: url("images/cart_icon.png");
  position: relative;
  padding-bottom: 0;
  line-height: 1;
  color: #fff;
  margin-right: 5px;
  padding-top: 5px;
}

@media screen and (max-width: 920px) {
  .header-top-inner .viewcart {
    display: none;
  }
}
.mobile-icons .viewcart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.mobile-icons .viewcart span {
  margin: 0;
  padding-top: 0;
}
.mobile-icons .viewcart .cartMenuLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #050155;
}
.mobile-icons .viewcart .cartMenuLink:before {
  content: url("images/cart_icon_mobile.png");
  position: relative;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 26px;
  line-height: 1;
  color: inherit;
  padding: 0;
}

@media screen and (max-width: 920px) {
  .mobile-sub-menu {
    display: none;
  }
}
.searchBox {
  z-index: 5;
}

@media screen and (max-width: 920px) {
  .searchBox {
    display: none;
  }
}
@media screen and (min-width: 920px) {
  .header .searchBox:not(.clonedSearchBox) {
    height: 100%;
    background: #f2f2f2;
    display: inline-flex;
    align-items: center;
    margin-right: 0;
    transform: skewX(-5deg);
  }
  .header .searchBox:not(.clonedSearchBox) .searchBoxInput {
    order: 2;
  }
  .header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
    color: #323232;
    height: 27px;
    outline: none;
    width: 0;
    padding: 0 5px;
    margin-left: 6px;
    font-size: 15px;
    border-radius: 0 !important;
    background: transparent;
    font-family: "RobotoCondensed-Light";
    transition: 0.2s;
  }
  .header .searchBox:not(.clonedSearchBox) .searchBoxInput input:focus {
    max-width: none;
  }
  .header .searchBox:not(.clonedSearchBox) .searchBoxInput input:focus .searchBoxInput input {
    outline: none;
    width: 120px;
    padding: 0 5px;
    transition: 0.2s;
  }
  .header .searchBox:not(.clonedSearchBox) .searchBoxInput input:focus:focus {
    width: 120px;
    color: #000;
    background-color: #fff;
    transition: 0.2s;
  }
  .header .searchBox:not(.clonedSearchBox):hover .searchBoxInput input {
    outline: none;
    width: 120px;
    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-image: url("images/spyglass_black.png");
    background-position: center right;
    background-repeat: no-repeat;
    border-radius: 0 !important;
    font-size: 14px;
    font-family: "RobotoCondensed-Light";
    width: 35px;
    padding: 0;
    font-size: 0;
  }
  .header .searchBox:not(.clonedSearchBox) .searchSubmitButton:before {
    content: "\f002";
    display: none;
    font-size: 18px;
    font-family: "FontAwesome";
    line-height: 1;
    color: #000;
  }
  .header .searchBox:not(.clonedSearchBox) .searchSubmitButton:focus {
    outline: none;
    color: black;
  }
  .header .searchBox:not(.clonedSearchBox):hover .searchSubmitButton {
    opacity: 1;
  }
}
.saffireMobileSize .header .searchBox:not(.clonedSearchBox) {
  display: none;
}

.saffireMobileSize.saffireWindowScrolled .searchBox.clonedSearchBox {
  bottom: 21px;
  top: auto;
}

.mobile-nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  vertical-align: top;
  background-image: url("images/hamburger_menu.png");
  background-position: center;
  background-repeat: no-repeat;
}
.mobile-nav-toggle:before {
  display: none;
}
.mobile-nav-toggle:hover {
  cursor: pointer;
}

.saffireLargeSize .mobile-nav-toggle {
  padding-left: 15px;
}

@media screen and (max-width: 920px) {
  .mobile-sub-menu {
    display: flex;
    flex-direction: row;
    max-width: 100vw;
    justify-content: flex-end;
    height: 60px;
    align-items: center;
  }
  .mobile-cart,
  .hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    margin-right: 20px;
    align-items: center;
  }
  .mobile-cart {
    background-image: url("images/cart_icon_mobile.png");
  }
}
.mobile-icons {
  display: none;
}
@media screen and (max-width: 920px) {
  .mobile-icons {
    display: flex;
    flex-direction: row;
  }
}

.mobile-menu-container {
  background-color: #050155;
  background-image: url("images/mobile_background.png");
  background-position: bottom;
  background-size: contain;
}
.mobile-menu-container .mobile-menu-header {
  background-color: #050155;
}
.mobile-menu-container .mobile-menu-header .close-mobile-menu {
  background-image: url("images/mobile_exit_icon.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mobile-menu-container .mobile-menu-header .close-mobile-menu:before {
  content: none;
}
.mobile-menu-container .mobile-menu-header .close-mobile-menu:after, .mobile-menu-container .mobile-menu-header .homepage .close-mobile-menu.sliderPlayPause:before, .homepage .mobile-menu-container .mobile-menu-header .close-mobile-menu.sliderPlayPause:before {
  content: none;
}
.mobile-menu-container .mobile-menu-subheader {
  height: 53px !important;
  border-bottom: 1px solid #050155;
}
.mobile-menu-container .mobile-menu-subheader .email-signup-container a .email-signup-submit-btn {
  display: flex;
  align-items: center;
}
.mobile-menu-container .mobile-menu-subheader .email-signup-container a .email-signup-submit-btn .fa-envelope:before {
  content: url("images/mobile_nav_email.png");
}
.mobile-menu-container .mobile-menu-subheader .mobile-menu-cart a {
  display: flex;
  align-items: center;
}
.mobile-menu-container .mobile-menu-subheader .mobile-menu-cart a .fa-shopping-cart:before {
  content: url("images/mobile_nav_cart.png");
  margin-right: 5px;
}
.mobile-menu-container .mobile-menu-subheader .mobile-menu-cart a .cart-counter {
  font-weight: bold;
  opacity: 0.5;
}
.mobile-menu-container .search-container {
  border-bottom: 1px solid #050155;
  background-color: #fff;
}
.mobile-menu-container .search-container .search-submit-btn {
  width: 52px !important;
  max-width: 52px !important;
}
.mobile-menu-container .search-container input::placeholder {
  font-family: "RobotoCondensed-Light";
}
.mobile-menu-container .mobile-menu-footer-links a {
  color: #fff;
  font-size: 14px;
}

#mobile-nav ul {
  background-color: #050155;
}
#mobile-nav ul li a {
  background-color: #fff;
  color: #050155;
  font-family: "RobotoCondensed-Light";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
#mobile-nav ul li .next-level-btn {
  background-color: lightgrey;
  max-width: 44px;
  color: #050155;
  font-size: 7px;
}

@media screen and (max-width: 920px) {
  .nav {
    display: none;
  }
}
.saffireLargeSize .nav {
  background: #fff;
  width: 100%;
  max-width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: repeat-x;
  padding-bottom: 10px;
}
.saffireLargeSize .nav:after, .saffireLargeSize .homepage .nav.sliderPlayPause:before, .homepage .saffireLargeSize .nav.sliderPlayPause:before {
  content: "";
  width: 100%;
  background: url("images/banner-curved-small.png") top no-repeat;
  background-size: 110%;
  height: 155px;
  position: absolute;
  top: 99%;
  pointer-events: none;
}
.saffireLargeSize .nav .groups {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 100%;
  padding: 0;
  margin: 0;
  margin-left: 4.8vw;
  transition: 0.5s;
}
@media screen and (max-width: 960px) {
  .saffireLargeSize .nav .groups {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
.saffireLargeSize .nav .groups .group {
  display: inline-block;
  flex-shrink: 0;
  margin: 3px 5px 0 0;
}
.saffireLargeSize .nav .groups .group:last-child .items,
.saffireLargeSize .nav .groups .group:last-child .items {
  left: auto;
  right: 0;
}
.saffireLargeSize .nav .groups .group:last-child .subitems,
.saffireLargeSize .nav .groups .group:last-child .subitems {
  left: auto;
  right: 100%;
}
.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: 0;
  padding-right: 1.5vw;
  background: #fff;
  font-family: "RobotoCondensed-Regular", sans-serif, Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #050155;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  .saffireLargeSize .nav .groups .group > a {
    font-size: 16px;
  }
}
.saffireLargeSize .nav .groups .group:hover > a {
  color: #f62f40;
}
.saffireLargeSize .nav .items {
  top: 100%;
  left: 0;
  padding: 0;
  background: #fff;
  box-shadow: 0 3px 3px #323232;
}
.saffireLargeSize .nav .items .item a {
  color: #050155;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 14px;
  padding: 7px 6px;
}
.saffireLargeSize .nav .items .item a:hover {
  color: #050155;
}
.saffireLargeSize .nav .item {
  width: 200px;
  line-height: 1.4;
}
.saffireLargeSize .nav .item:hover {
  background: #f2f2f2;
}
.saffireLargeSize .nav .subitems {
  left: 100%;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 3px #323232;
  z-index: -1;
}

.header-top-inner > * {
  transition: 0.5s;
}

@media screen and (min-width: 920px) {
  .saffireWindowScrolled .bannerText,
  .saffireWindowScrolled .header-top-wrapper {
    padding: 0;
    margin: 0;
  }
  .saffireWindowScrolled .bannerText, .saffireWindowScrolled .viewcart span .cartMenuLink {
    height: 0;
  }
  .saffireWindowScrolled .header-top-inner {
    pointer-events: none;
    height: 0;
  }
  .saffireWindowScrolled .header-top-inner > * {
    font-size: 0;
  }
  .saffireWindowScrolled .emailSubmitButton {
    padding: 0 5px !important;
  }
  .saffireWindowScrolled .searchBox:not(.clonedSearchBox) .searchSubmitButto {
    height: 0;
  }
  .saffireWindowScrolled .bannerText p, .saffireWindowScrolled .header-top-inner > * {
    opacity: 0;
  }
  .saffireWindowScrolled .header-logo {
    margin-left: 0;
    transform: scale(0.6);
    transform-origin: top;
  }
}
/*********************** FOOTER **************************/
.footer { /* set the height of the footer */
  box-sizing: border-box;
  position: relative;
  height: 100%;
  width: 100%;
  margin: auto;
  background-color: #050155;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.footer .footer-adv {
  width: 100%;
  min-height: 28em;
  background: url("images/footer-rainbow.png") center bottom no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 40px 0 200px;
}
@media screen and (max-width: 817px) {
  .footer .footer-adv {
    padding: 25px 0 55px;
  }
}
.footer .footer-inner-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.footer .footer-logo {
  width: 100%;
  height: 75px;
  position: relative;
  bottom: 10px;
  background: url("images/logo.png") center no-repeat;
  background-size: contain;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer ul.footerItems1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 818px) and (max-width: 1100px) {
  .footer ul.footerItems1 {
    font-size: 12px;
  }
}
@media screen and (max-width: 817px) {
  .footer ul.footerItems1 {
    display: none;
    margin-right: 0px;
  }
}
.footer ul.footerItems1 li {
  width: auto;
  text-align: center;
  font-weight: 100;
  line-height: initial;
}
.footer ul.footerItems1 .separator {
  color: #14a4b9;
}
.footer .footer-contact-info {
  display: none;
  flex-shrink: 0;
}
.footer .footer-contact-info span,
.footer .footer-contact-info a {
  display: block;
  text-align: left;
  line-height: 1.4;
}
.footer .footer-contact-info span:first-child,
.footer .footer-contact-info a {
  margin-bottom: 5px;
}
.footer .footer-bottom {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 50px;
  margin-bottom: 105px;
  font-weight: 100;
}
@media screen and (max-width: 817px) {
  .footer .footer-bottom {
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 38px;
    font-size: 12px;
    font-weight: 100;
  }
}
.footer .footer-bottom .right-bottom {
  padding-left: 10px;
}
@media screen and (max-width: 817px) {
  .footer .footer-bottom .right-bottom {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    padding-top: 25px;
  }
}

.saffireMobileSize .footer {
  margin-bottom: 80px;
}
.saffireMobileSize .footer:before {
  margin-bottom: none;
}
.saffireMobileSize .footer a:hover {
  text-decoration: none;
}
.saffireMobileSize .footer .footer-inner-wrapper {
  align-items: center;
}
.saffireMobileSize .footer .footer-logo {
  margin-bottom: none;
}
.saffireMobileSize .footer ul.footerItems1 {
  display: none;
}
.saffireMobileSize .footer .footer-contact-info span,
.saffireMobileSize .footer .footer-contact-info a {
  text-align: center;
  font-size: 14px;
}
.saffireMobileSize .footer .footer-contact-info span:focus, .saffireMobileSize .footer .footer-contact-info span:active,
.saffireMobileSize .footer .footer-contact-info a:focus,
.saffireMobileSize .footer .footer-contact-info a:active {
  outline: none;
  text-decoration: underline;
}
.saffireMobileSize .footer .footerSignIn {
  max-width: 300px;
  margin: auto;
}
.saffireMobileSize .footer .footerCopyright {
  line-height: 22px;
}
.saffireMobileSize .footer .footerSaffire {
  flex: 1 1 100%;
  margin-top: 10px;
}

#hotButtons {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 1062px;
  height: 100%;
  padding: 0;
}
@media screen and (min-width: 818px) and (max-width: 1457px) {
  #hotButtons {
    width: 100%;
  }
}
@media screen and (max-width: 817px) {
  #hotButtons {
    width: 366px;
    height: 50%;
    justify-content: center;
  }
}
#hotButtons .card-widget-item {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 340px;
  height: 95px;
  color: #000;
  margin: 7px;
  text-decoration: none;
}
@media screen and (min-width: 818px) and (max-width: 1457px) {
  #hotButtons .card-widget-item {
    padding: 0;
  }
}
@media screen and (max-width: 817px) {
  #hotButtons .card-widget-item {
    padding: 0;
    margin: 7px;
    justify-content: center;
  }
}
#hotButtons .card-widget-item .card-content {
  display: flex;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 340px;
}
#hotButtons .card-widget-item .card-content .card-widget-title {
  text-decoration: none;
  margin: 0 15px 0 15px;
  font-size: 23px;
  color: #050155;
  font-family: "RobotoCondensed-BoldItalic";
  background: url("images/red.png") center right no-repeat;
}
#hotButtons .card-widget-item .card-content .card-widget-description, #hotButtons .card-widget-item .card-content .buttonwrap {
  display: none;
}
#hotButtons .card-widget-item .card-content:hover {
  background-color: #69E6EE;
}

/* 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 {
  margin: 0 !important;
  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: #000;
  line-height: 1.2em;
  pointer-events: none;
  max-width: 100%;
}
.homepage .slideshowSwiperDescription.currentSlideDescription {
  box-sizing: border-box;
  display: flex;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "RobotoCondensed-Light";
  font-style: italic;
  font-size: 18px;
  font-weight: 100;
  text-align: center;
  opacity: 0;
  transition: 1s;
  padding: 10px;
  min-height: 100px;
  background-color: rgba(5, 1, 85, 0.7);
}
.homepage #newSliderDescriptionContainer {
  background: rgba(0, 0, 0, 0);
}
.homepage .sliderTitle {
  display: none;
  position: relative;
  max-width: 100%;
  line-height: normal;
  background-color: #050155;
  font-family: "RobotoCondensed-Regular";
  font-size: 18px;
  font-weight: 100;
  color: #fff;
  height: 22px;
}
@media screen and (max-width: 1023px) {
  .homepage .sliderTitle {
    font-size: 18px;
  }
}
.homepage .swiper-container {
  position: relative;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  z-index: 1;
  /* Specify Swiper's Size: */
  width: 100%;
  max-width: 100%;
  /* Swiper Container - Inset Shadow*/
  /* Swiper Container - Hover Styles*/
}
.homepage .swiper-container:hover .slideshowSwiperDescription {
  max-height: 900px;
}
.homepage .swiper-slide {
  /* Specify Slides's Size: */
  position: relative;
  height: 38vw;
  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-active .slideshowSwiperDescription a,
.homepage .swiper-slide-active .slideshowSwiperDescription span {
  display: inline-block;
}
.homepage span.sliderButtonContainer {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  /* Buttons*/
}
.homepage span.sliderButtonContainer a.button {
  display: inline-block;
  padding: 1px 9px;
  font-family: "RobotoCondensed-Regular";
  font-size: 16px;
  color: #050155 !important;
  background: #fff;
  background: linear-gradient(180deg, #fff);
  white-space: nowrap;
  margin: 0 5px;
  /* More and BuyNow Buttons*/
  /* Button - Hover Styles*/
}
.homepage span.sliderButtonContainer a.button.sliderMoreButton, .homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
  font-size: 16px;
}
.homepage span.sliderButtonContainer a.button.sliderMoreButton {
  order: 2;
}
.homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
  order: 1;
}
.homepage span.sliderButtonContainer a.button:hover {
  background: #858585;
  color: #050155;
}
.homepage .slideshowSwiperButtonPrev, .homepage .sliderPlayPause:before, .homepage .sliderPlayPause.playing:before, .homepage .more-info-btn, .homepage .slideshowSwiperButtonNext {
  height: 25px;
  width: 25px;
  position: relative;
  margin-right: 10px;
}
.homepage .slideshowSwiperButtonPrev:after, .homepage .slideshowSwiperButtonPrev.sliderPlayPause:before, .homepage .sliderPlayPause.playing:before, .homepage .more-info-btn:after, .homepage .more-info-btn.sliderPlayPause:before, .homepage .slideshowSwiperButtonNext:after, .homepage .slideshowSwiperButtonNext.sliderPlayPause:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("images/prev-slide.png") no-repeat center rgba(205, 206, 208, 0.7);
}
.homepage .slideshowSwiperButtonNext:after, .homepage .slideshowSwiperButtonNext.sliderPlayPause:before {
  background-image: url("images/next-slide.png");
}
.homepage .more-info-btn:after, .homepage .more-info-btn.sliderPlayPause:before {
  background-image: url("images/description-slide.png");
}
.homepage .sliderControlsContainer {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  margin-top: auto !important;
  margin-bottom: auto !important;
  /* setting is left, right or center*/
  left: 5px;
  right: auto;
  width: 180px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: auto;
  text-align: center;
  z-index: 3;
  padding: 25px;
}
.homepage .slideshowSwiperPagination {
  display: none;
}
.homepage .sliderPlayPauseButtons {
  margin-right: 10px;
  height: 25px;
  display: inline-block;
}
.homepage .swiper-pagination-bullet {
  position: relative;
  top: 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 6px;
  background: #fff;
  transition: background 0.4s ease;
  border-radius: 50%;
}
.homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #323232;
}
.homepage .swiper-pagination-bullet:hover {
  background: #323232;
}
.homepage .sliderPlayPause {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 25px;
  height: 25px;
  font-size: 15px;
  color: #fff;
}
.homepage .sliderPlayPause.playing:before {
  background-image: url("images/pause-slide.png");
}
.homepage .sliderPlayPause:before {
  content: "▶";
  color: #050155;
  background-image: none;
  font-size: 13px;
  line-height: 25px;
}

.homepage.saffireLargeSize .currentSlideDescription,
.homepage.saffireMobileSize .currentSlideDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  opacity: 1;
}

.homepage .currentSlideDescription a,
.homepage .currentSlideDescription span,
.homepage .currentSlideDescription .homepage .swiper-slide-active .slideshowSwiperDescription > a,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  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 Title*/
  /* New Slider Description Container*/
}
.homepage.saffireLargeSize .homepageSwiperSlider {
  margin-bottom: 96px;
  width: 100%;
}
@media screen and (min-width: 1020px) {
  .homepage.saffireLargeSize .swiper-container {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
  }
}
.homepage.saffireLargeSize .slideshowSwiperDescription {
  padding: 16px 0 16px 0;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  /* Slideshow Description - Hover Styles*/
}
.homepage.saffireLargeSize .swiper-container {
  border: none;
}
.homepage.saffireLargeSize .currentSlideDescription {
  max-width: 100vw;
  position: relative;
  /* Slider Button Container*/
}
.homepage.saffireLargeSize .currentSlideDescription .sliderButtonContainer {
  position: static;
  display: none;
  width: auto;
  min-width: initial;
  max-width: none;
  text-align: right;
  z-index: 300;
  display: none;
  align-items: center;
  justify-content: space-around;
  flex-shrink: 0;
}
.homepage.saffireLargeSize .currentSlideDescription a.button {
  margin: 0 5px;
  padding: 1px 9px;
  border-radius: 5px;
  text-transform: uppercase;
}
.homepage.saffireLargeSize .sliderTitle {
  display: none;
}
.homepage.saffireLargeSize .sliderTextDescription {
  max-width: 80vw;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 1230px) {
  .homepage.saffireLargeSize .sliderTextDescription {
    max-width: 83vw;
  }
}
.homepage.saffireLargeSize .sliderTextDescription,
.homepage.saffireLargeSize .sliderTitle {
  color: #fff;
}
.homepage.saffireLargeSize #newSliderDescriptionContainer {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  bottom: 0;
  top: auto;
  display: none;
  height: auto;
  z-index: 2;
  transition: 0.2s;
  margin-top: -100px;
  width: 216px;
  height: auto;
  left: 27px;
  bottom: 65px;
  top: auto;
  right: auto;
  /* Slider Text Container*/
  /* New Slider Description Container - Hover Styles*/
}
.homepage.saffireLargeSize #newSliderDescriptionContainer .sliderTextContainer {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0;
  width: 100%;
}
.slideshowSwiperButtonNext,
.slideshowSwiperButtonPrev,
.homepage .slideshowSwiperButtonNext,
.homepage .more-info-btn,
.homepage .sliderPlayPause.playing:before,
.homepage .sliderPlayPause:before {
  cursor: pointer;
}

.slideshowSwiperButtonPrev:hover, .homepage .more-info-btn:hover, .homepage .sliderPlayPause:hover:before,
.slideshowSwiperButtonNext:hover,
.sliderPlayPauseButtons:hover {
  background-color: #cdced0;
  border-radius: 50%;
}

/*/////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - saffireMobileSize Settings*/
/*/////////////////////////////////////////////////////////////////////*/
.homepage.saffireMobileSize .sliderButtonContainer {
  display: none !important;
}
.homepage.saffireMobileSize .slideshowSwiperDescriptionContainer,
.homepage.saffireMobileSize .slideshowSwiperDescription {
  display: none;
}
.homepage.saffireMobileSize .sliderTextContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  max-width: 85vw;
  height: 70px;
  text-align: center;
}
.homepage.saffireMobileSize .sliderTextContainer span {
  text-align: center;
  color: #fff;
  font-size: 14px;
  justify-content: center;
  max-height: 70px;
  margin-top: auto;
  margin-bottom: auto;
}
.homepage.saffireMobileSize .sliderTextContainer .sliderTextDescription {
  max-width: 80vw;
}
.homepage.saffireMobileSize .sliderTitle {
  display: none;
}
.homepage.saffireMobileSize .slideshowSwiperButtonPrev, .homepage.saffireMobileSize .slideshowSwiperButtonNext, .homepage.saffireMobileSize .more-info-btn, .homepage.saffireMobileSize .sliderPlayPause:before {
  display: none;
}
.homepage.saffireMobileSize .sliderControlsContainer {
  padding: 0;
  bottom: 20px;
  left: 20px;
  justify-content: end;
}
.homepage.saffireMobileSize .more-info-btn {
  display: none;
}

.socialNetworks {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 80000000;
  position: fixed;
  right: -80px;
  top: 41%;
  opacity: 0;
  background: transparent;
  border-radius: 50px;
}
.socialNetworks img {
  display: block;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
}
.socialNetworks > span, .socialNetworks > a {
  display: block;
  position: relative;
  margin: 3px 0;
  left: 0;
  border: 3px solid transparent;
  border-radius: 50%;
  padding: 3px;
  background-color: transparent;
}
.socialNetworks > a:hover {
  left: -6px;
  z-index: 2;
  left: 0;
  background-color: none;
}

.mobile-menu-footer-links .socialNetworks,
.footer .socialNetworks {
  position: static;
  margin: 0 auto !important;
  order: 1;
}

@media screen and (max-width: 1300px) {
  .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:hover {
    left: 0;
    bottom: 6px;
    z-index: 2;
    transition: 0.2s;
    bottom: 0;
  }
}
.socialNetworks {
  background-color: #050155;
  border: none;
}
.socialNetworks a:hover {
  background-color: transparent;
  filter: brightness(200%) sepia(90%) saturate(2000%) hue-rotate(150deg);
}

.pageIsLoaded .socialNetworks {
  right: 0;
  opacity: 1;
  right: auto;
  left: 10px;
}
@media screen and (max-width: 1300px) {
  .pageIsLoaded .socialNetworks {
    bottom: 0;
    height: 45px;
    width: 210px;
    flex-direction: row;
    top: 93%;
    transition: none;
    bottom: 5px;
    right: auto;
    left: 75px;
  }
}

@media screen and (max-width: 817px) {
  .pageIsLoaded .socialNetworks {
    right: 50%;
    margin-right: -105px;
    background-color: transparent;
  }
}

#discoverCards {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1062px;
  height: 450px;
  padding: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (min-width: 818px) and (max-width: 1457px) {
  #discoverCards {
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 300px;
  }
}
@media screen and (max-width: 817px) {
  #discoverCards {
    display: flex;
    flex-direction: column;
    padding-top: 5px;
    width: 366px;
    height: 875px;
  }
}
#discoverCards .card-widget-item {
  box-sizing: border-box;
  display: flex;
  background-color: #fff;
  flex-direction: column;
  width: 340px;
  height: 430px;
  margin: 7px;
  text-decoration: none;
}
@media screen and (min-width: 818px) and (max-width: 1457px) {
  #discoverCards .card-widget-item {
    width: 216px;
    height: 286px;
  }
}
@media screen and (max-width: 817px) {
  #discoverCards .card-widget-item {
    width: 340px;
    height: 278px;
  }
}
#discoverCards .card-widget-item .image-container {
  overflow: hidden;
  transition: all 0.5s;
  box-sizing: border-box;
  position: static;
  display: inline-block;
  width: 340px;
  height: 302px;
}
@media screen and (min-width: 818px) and (max-width: 1457px) {
  #discoverCards .card-widget-item .image-container {
    width: 216px;
    height: 201px;
  }
}
@media screen and (max-width: 817px) {
  #discoverCards .card-widget-item .image-container {
    width: 340px;
    height: 150px;
  }
}
#discoverCards .card-widget-item .image-container img {
  height: 100%;
  width: 100%;
}
#discoverCards .card-widget-item .image-container img:hover {
  opacity: 0.8;
}
#discoverCards .card-widget-item .card-content {
  display: flex;
  height: 128px;
  flex-direction: column;
}
@media screen and (min-width: 818px) and (max-width: 1457px) {
  #discoverCards .card-widget-item .card-content {
    height: auto;
  }
}
#discoverCards .card-widget-item .card-content .card-widget-title {
  height: 20px;
  padding: 14px 20px 14px 20px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "RobotoCondensed-Bold";
}
@media screen and (min-width: 818px) and (max-width: 1457px) {
  #discoverCards .card-widget-item .card-content .card-widget-title {
    font-size: 16px;
  }
}
#discoverCards .card-widget-item .card-content .card-widget-description {
  font-size: 18px;
  font-weight: 100;
  margin: 0 20px 18px 20px;
  height: 81px;
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (min-width: 818px) and (max-width: 1457px) {
  #discoverCards .card-widget-item .card-content .card-widget-description {
    height: 68px;
    font-size: 14px;
  }
}
#discoverCards .card-widget-item:hover {
  background-color: #69E6EE;
}
#discoverCards .card-widget-item:hover .image-container img {
  transform: scale(1.2);
}

#headerSponsorsContainer {
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-family: "Roboto Condensed";
  color: black;
  font-style: italic;
  background: white;
  transition: 0.3s;
  padding: 0;
  min-height: 90px;
}
#headerSponsorsContainer #headerSponsors {
  display: flex;
  flex-direction: row;
  margin-right: 5vw;
  min-width: 440px;
  justify-content: center;
}
#headerSponsorsContainer #headerSponsors p {
  display: flex;
  align-self: baseline;
  margin: 0;
  margin-top: 2px;
  font-size: 14px;
  text-align: center;
}
#headerSponsorsContainer #headerSponsors a {
  pointer-events: auto;
  cursor: pointer;
}
#headerSponsorsContainer #headerSponsors .image-container {
  display: flex;
  flex-direction: row;
  margin-right: 5vw;
  z-index: 5;
  display: flex;
  margin: 5px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  width: 100px;
  height: 65px;
}
#headerSponsorsContainer #headerSponsors .card-content {
  display: none;
}
#headerSponsorsContainer #headerSponsorTagline {
  position: relative;
  display: flex;
  margin: 0;
  margin-top: -3px;
  font-size: 14px;
  justify-content: center;
  width: 440px;
  margin-right: 5vw;
}
#headerSponsorsContainer #headerSponsorTagline p {
  display: flex;
  margin: 0;
  margin-top: 2px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 1600px) {
  #headerSponsorsContainer {
    background-repeat: no-repeat;
    background-size: 100vw 193px;
  }
}
@media screen and (max-width: 920px) {
  #headerSponsorsContainer {
    display: none;
  }
}

#mobileSponsorsContainer {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  background-position: center;
  height: 126px;
  font-family: "Roboto Condensed";
  color: black;
  font-style: italic;
}
#mobileSponsorsContainer #mobileSponsors {
  display: flex;
  flex-direction: row;
  margin-top: -10px;
}
#mobileSponsorsContainer #mobileSponsors p {
  display: flex;
  align-self: baseline;
  margin: 0;
  margin-top: 2px;
  font-size: 14px;
  text-align: center;
}
#mobileSponsorsContainer #mobileSponsors a {
  pointer-events: auto;
  cursor: pointer;
}
#mobileSponsorsContainer #mobileSponsors .image-container {
  display: flex;
  flex-direction: row;
  margin-right: 5vw;
  z-index: 5;
  display: flex;
  margin: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70px auto;
  width: 70px;
  height: 65px;
}
#mobileSponsorsContainer #mobileSponsors .card-content {
  display: none;
}
#mobileSponsorsContainer #mobileSponsorTagline {
  position: relative;
  display: flex;
  margin: 0;
  margin-top: -10px;
  font-size: 14px;
  justify-content: center;
  width: 440px;
}
#mobileSponsorsContainer #mobileSponsorTagline p {
  display: flex;
  margin: 0;
  margin-top: 2px;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 1600px) {
  #mobileSponsorsContainer {
    background-repeat: no-repeat;
    background-size: 100vw 193px;
  }
}
@media screen and (max-width: 920px) {
  #mobileSponsorsContainer {
    display: flex;
  }
}

#ad {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
#ad #rotatingContentWidget {
  display: flex;
  width: 73%;
  justify-content: space-between;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1400px) {
  #ad #rotatingContentWidget {
    align-items: center;
  }
}
#ad #rotatingContentWidget .rotatingContentWidgetItemContainer img {
  width: 234px;
  height: 234px;
}
@media screen and (max-width: 817px) {
  #ad #rotatingContentWidget .rotatingContentWidgetItemContainer:nth-of-type(1n+2) {
    display: none;
  }
}
@media screen and (min-width: 818px) and (max-width: 1300px) {
  #ad #rotatingContentWidget .rotatingContentWidgetItemContainer:nth-of-type(1n+4) {
    display: none;
  }
}
#ad #footerWidgets {
  display: flex;
  width: 95%;
  max-width: 1120px;
  min-height: 238px;
  margin: 0 auto 50px;
  position: relative;
  flex-wrap: wrap;
  z-index: 0;
}
#ad #footerWidgets .mvBoxWrapper {
  display: flex;
  width: 73%;
  justify-content: space-between;
  position: absolute;
  left: 0;
  flex-wrap: wrap;
}
#ad #footerWidgets #mvBoxAd2 {
  text-align: center;
  order: 1;
}
@media screen and (max-width: 1100px) {
  #ad #footerWidgets {
    width: 99%;
  }
  #ad #footerWidgets .mvBoxWrapper, #ad #footerWidgets #rotatingContentWidget {
    width: 75%;
  }
}
@media screen and (max-width: 965px) {
  #ad #footerWidgets {
    flex-wrap: wrap;
    justify-content: center;
  }
  #ad #footerWidgets .mvBoxWrapper, #ad #footerWidgets #rotatingContentWidget {
    position: static;
    justify-content: center;
  }
  #ad #footerWidgets .mvBoxWrapper > div[id], #ad #footerWidgets .mvBoxWrapper .rotatingContentWidgetItemContainer, #ad #footerWidgets #rotatingContentWidget > div[id], #ad #footerWidgets #rotatingContentWidget .rotatingContentWidgetItemContainer {
    margin: 10px;
  }
}

.saffireMobileSize #ad #footerWidgets {
  margin: 0 auto;
}

/* Set the container ID*/
/* Size the container*/
/* Size the images*/
/* Format titles*/
/* Format arrows*/
#sponsorWidgetContainer {
  position: relative;
  max-width: 100%;
  padding: 0 150px 40px 150px;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 817px) {
  #sponsorWidgetContainer {
    padding-bottom: 25px;
  }
}
#sponsorWidgetContainer .sponsorCarouselImageContainer a {
  margin: 0 20px;
}
#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, #sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .homepage .sponsor-playpause-btn.sliderPlayPause:before, .homepage #sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn.sliderPlayPause:before {
  content: "\f04b";
  padding-left: 2px;
}
#sponsorWidgetContainer .sponsorWidgetContainer:hover .sponsor-controls-container {
  bottom: 3px;
  opacity: 1;
  transition: 0.2s;
  pointer-events: auto;
}
#sponsorWidgetContainer .sponsorCarouselImage img {
  max-height: 115px;
}
#sponsorWidgetContainer #sponsorsTitleContainer {
  width: 100%;
  max-width: calc(100% - 72px);
  text-align: center;
  top: 10px;
}
#sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  display: none;
}
#sponsorWidgetContainer #sponsorArrowRight,
#sponsorWidgetContainer #sponsorArrowLeft {
  display: none;
}
#sponsorWidgetContainer .sponsor-controls-container {
  box-sizing: border-box;
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 30px;
  background: #fff;
  box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.5);
  z-index: 999;
  transition: 0.2s;
  opacity: 0;
  pointer-events: none;
}
#sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 10px;
  border: none;
  background: #fff;
  color: #000;
  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: #000;
  text-align: center;
}
#sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn:after, #sponsorWidgetContainer .sponsor-controls-container .homepage .sponsor-playpause-btn.sliderPlayPause:before, .homepage #sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn.sliderPlayPause:before {
  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: #000;
}

body:not(.pageIsLoaded) #sponsorArrowLeft {
  background-image: url("images/sponsor-arrow-left-h.png") !important;
}
body:not(.pageIsLoaded) #sponsorArrowRight {
  background-image: url("images/sponsor-arrow-right-h.png") !important;
}

.saffireMobileSize #sponsorWidgetContainer {
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 62px;
}
.saffireMobileSize #sponsorWidgetContainer #sponsorsTitleContainer {
  width: 100%;
  max-width: 100%;
}
.saffireMobileSize #sponsorArrowRight,
.saffireMobileSize #sponsorArrowLeft {
  display: none;
}

#sponsersCards {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
#sponsersCards .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 115px;
  height: 115px;
  margin: 0 10px;
}
#sponsersCards .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
}
#sponsersCards .card-content {
  display: none;
}

.saffireMobileSize #sponsersCards .card-widget-item {
  margin: 5px 0;
}

#SEO {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#SEO .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
#SEO .card-content .card-widget-title {
  display: flex;
  color: #000;
  height: 129px;
  font-family: "RobotoCondensed-bold";
  font-size: 50px;
  align-items: center;
  background: url("images/logo-light.png") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 817px) {
  #SEO .card-content .card-widget-title {
    font-size: 23px;
  }
}
#SEO .card-content .card-widget-description {
  line-height: 1.5;
  font-size: 18px;
  width: 100%;
}
@media screen and (max-width: 817px) {
  #SEO .card-content .card-widget-description {
    font-size: 14px;
    line-height: 1.1;
  }
}
#SEO .card-content .buttonwrap a {
  display: none;
}

.saffireMobileSize #SEO .card-widget-item {
  margin: 5px 0;
}

#eventCards::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

#eventCards::-webkit-scrollbar-thumb {
  background: #45538c;
  border-radius: 10px;
}

#eventCards::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #16286f;
  height: 5px;
}
@media screen and (min-width: 720px) and (max-width: 1083px) {
  #eventCards::-webkit-scrollbar-track {
    border-radius: 0;
  }
}

@media screen and (min-width: 818px) and (max-width: 1090px) {
  .internetExplorer #eventCards #bottomFade {
    display: none;
  }
}

#eventCards {
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 545px;
  width: 325px;
  overflow: auto;
  padding: 5px 0;
}
#eventCards .card-widget-item {
  margin-bottom: 18px;
  width: 304px !important;
  min-width: 304px !important;
  border-left: 4px solid #274e88;
}
#eventCards .card-widget-item .card-content {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  justify-content: flex-start;
  align-content: center;
  min-width: 280px !important;
  width: 280px !important;
  min-height: 63px !important;
  border: 0;
  padding-left: 17px;
}
#eventCards .card-widget-item .card-content span {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
#eventCards .card-widget-item .card-content .buttonwrap .moreButton {
  border: 0;
  padding: 0;
  background-color: transparent;
}
#eventCards .card-widget-item .card-content .buttonwrap a {
  color: #74ffff !important;
  text-decoration: none !important;
}
#eventCards .card-widget-item .card-content .card-widget-title {
  display: none;
}
#eventCards .card-widget-item:hover {
  background-color: #16276e;
  border-left: 4px solid #58bfd4;
}
#eventCards .card-widget-item:last-child {
  margin-bottom: 0;
}
#eventCards #topFade,
#eventCards #bottomFade {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 50;
  pointer-events: none;
  width: calc(100% - 8px);
}
#eventCards #topFade {
  top: 96px;
  background-image: linear-gradient(#050155 50%, rgba(0, 0, 0, 0));
}
#eventCards #bottomFade {
  bottom: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #050155);
}
@media screen and (min-width: 818px) and (max-width: 1090px) {
  #eventCards {
    overflow-y: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 694px;
    height: 100px;
    border-top: 2px solid white;
    background-color: rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
  }
  #eventCards .card-widget-item:first-child {
    -webkit-mask-image: none;
  }
  #eventCards #topFade {
    display: none;
  }
  #eventCards #bottomFade {
    width: 300px;
    height: 85px;
    margin-top: 0;
    margin-left: 394px;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #050155);
  }
  #eventCards .card-widget-item {
    margin-right: 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
  }
}
@media screen and (max-width: 817px) {
  #eventCards {
    align-content: center;
  }
  #eventCards .card-widget-item {
    align-content: center;
  }
}

.section-tier-two .flex-left a {
  color: #14a4b9;
}
.section-tier-two .flex-left h1 {
  color: #fff;
  width: 322px;
  font-family: "Roboto Condensed";
  font-weight: 300 !important;
  font-size: 60px;
}

.homepage .section-tier-three h3 {
  position: absolute;
  top: -130px;
  color: #858585;
  font-size: 28px;
  font-weight: 100;
  padding-top: 45px;
  padding-bottom: 44px;
}
@media screen and (max-width: 817px) {
  .homepage .section-tier-three h3 {
    font-size: 19px;
    padding-top: 38px;
    top: -21px;
  }
}

@media screen and (max-width: 800px) {
  .businessListingDescription div[style="max-width:130px;float:left"] a,
  .businessListingPage a.eventGalleryLink,
  .businessListingPage .expandedViewEventNameDescription a {
    pointer-events: none;
    cursor: default;
  }
}
#headerSponsers,
#headerSponsorTagline {
  transition: 0.2s;
}

a img {
  transition: 0.2s;
}

.starlist li {
  background: url("images/bullet.png") no-repeat 5px 4px;
}

.imageGridWrapperContainer.itemListTypeGrid .imageGridTitle {
  text-align: left;
  font-size: 18px;
  line-height: 20px;
}

.moduleItemContainer {
  align-items: flex-start !important;
}

.items .memberOnlyLink:after, .items .homepage .memberOnlyLink.sliderPlayPause:before, .homepage .items .memberOnlyLink.sliderPlayPause:before {
  content: " (Members Only)";
  font-size: 14px;
  display: inline-block;
}

#backToTopLink {
  width: 51px;
  height: 77px;
  position: fixed;
  bottom: 5px;
  left: 10px;
  z-index: 9000000;
  margin: auto;
  background: url(images/btn-backtotop.png) no-repeat;
  display: inline;
}
@media screen and (max-width: 799px) {
  #backToTopLink {
    left: 50px;
  }
}

.footer .footer-adv h3 {
  padding-bottom: 25px;
  color: #858585;
  font-weight: 100;
  font-size: 28px;
}
.footer .footer-inner-wrapper h5 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  margin-top: 13px;
}
@media screen and (max-width: 817px) {
  .footer .footer-inner-wrapper h5 {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    font-weight: 100;
    font-size: 14px;
  }
}
@media screen and (max-width: 817px) {
  .footer .footer-inner-wrapper h5 .dash {
    display: none;
  }
}
@media screen and (max-width: 817px) {
  .footer .footer-inner-wrapper h5 .one {
    padding-top: 7px;
  }
}

body > img:first-of-type {
  display: none;
}

.eventGalleryLink {
  pointer-events: none;
}

.eventScheduleDetailModal .scheduleDescriptionContent-business .scheduleDescriptionContentCol2 > span.bold > a:first-child {
  display: none;
}

.eventScheduleDetailModal .scheduleDescriptionContent-business .scheduleDescriptionContentImage a {
  pointer-events: none;
  cursor: default;
}

.eventScheduleDetailModal #scheduleDescriptionContent.scheduleDescriptionContent-business #scheduleDescriptionContentDescription {
  line-height: 1.3;
}

#scheduleDescriptionContent .scheduleDescriptionContentButtons {
  display: none !important;
}

#mvBoxAd1,
#mvBoxAd2 {
  z-index: 999;
}

.rss-wrapper {
  max-height: 1000px;
  overflow-y: scroll;
  padding-right: 15px;
}

#MainContent_content_uc_entityModuleContainerDisplay_rptr_rows_rptr_columns_1_rptr_modules_1_pageModule_60754_0_ctl00_0_pnl_textMediaOrientation_0 {
  cursor: pointer;
  height: 38px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 38px !important;
  width: 127px;
  background: #009300 !important;
}
#MainContent_content_uc_entityModuleContainerDisplay_rptr_rows_rptr_columns_1_rptr_modules_1_pageModule_60754_0_ctl00_0_pnl_textMediaOrientation_0 span {
  background-color: transparent !important;
  font-size: 14px;
  font-family: "RobotoCondensed-Light";
  color: #fff;
  font-weight: bold;
  padding: 0 !important;
}

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