/************** LOAD FONTS ******************/
@font-face {
  font-family: "BarlowCondensed-Medium";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/BarlowCondensed-Medium.woff2") format("woff2"), url("fonts/BarlowCondensed-Medium.woff") format("woff"); }
@font-face {
  font-family: "Quicksand-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Quicksand-Bold.woff2") format("woff2"), url("fonts/Quicksand-Bold.woff") format("woff"); }
@font-face {
  font-family: "Quicksand-Light";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Quicksand-Light.woff2") format("woff2"), url("fonts/Quicksand-Light.woff") format("woff"); }
@font-face {
  font-family: "Quicksand-Medium";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Quicksand-Medium.woff2") format("woff2"), url("fonts/Quicksand-Medium.woff") format("woff"); }
@font-face {
  font-family: "Quicksand-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Quicksand-Regular.woff2") format("woff2"), url("fonts/Quicksand-Regular.woff") format("woff"); }
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -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; }

.saffireMobileSize .header {
  padding: 0;
  font: inherit;
  color: inherit; }
.saffireMobileSize .headerInnerContent {
  height: auto; }

.generalmessage {
  box-sizing: border-box;
  white-space: normal;
  padding: 0 10px; }

.saffireMobileSize .generalmessage {
  padding: 0 10px; }

.loginstatus {
  float: none; }

#weatherBugWidget {
  position: static;
  display: flex;
  align-items: center; }
  #weatherBugWidget img {
    flex-shrink: 0;
    margin: 0 5px; }
  #weatherBugWidget #weatherBugText,
  #weatherBugWidget #weatherBugDescription {
    display: none; }
  #weatherBugWidget.weatherBugSet #weatherBugDescription {
    display: inline;
    color: inherit; }

.ticket {
  padding: 0;
  height: auto; }

.saffireMobileSize a.ticket,
.saffireMobileSize a.ticket:hover {
  position: static;
  display: inline-block;
  overflow: visible;
  white-space: normal;
  border: none;
  border-radius: 0;
  padding: 0; }

.emailSignup {
  box-sizing: border-box; }
  .emailSignup > div {
    float: none; }
  .emailSignup .emailInputField input {
    box-sizing: border-box;
    border: none;
    box-shadow: none; }
  .emailSignup .emailSubmitButton {
    box-sizing: border-box; }

.header .emailSignup {
  position: relative;
  z-index: 1; }

.saffireMobileSize .header .emailSignup {
  float: none;
  font-size: inherit; }
  .saffireMobileSize .header .emailSignup:hover {
    cursor: pointer; }

body.modalBody .emailSignup .emailInputField input {
  border: 1px solid #000;
  padding: 2px 5px;
  margin: 5px 0; }

.header .searchBox {
  position: relative;
  z-index: 1; }

.searchBox:not(.clonedSearchBox) > div {
  float: none; }
.searchBox:not(.clonedSearchBox) #searchBoxClicker {
  display: none; }
.searchBox:not(.clonedSearchBox) .searchBoxInput input {
  box-sizing: border-box;
  border: none;
  box-shadow: none; }
.searchBox:not(.clonedSearchBox) .searchSubmitButton {
  box-sizing: border-box; }

.saffireMobileSize .header .searchBox:not(.clonedSearchBox) {
  float: none;
  font-size: inherit; }
  .saffireMobileSize .header .searchBox:not(.clonedSearchBox) #searchBoxClicker {
    display: block; }
  .saffireMobileSize .header .searchBox:not(.clonedSearchBox):hover {
    cursor: pointer; }

.saffireMobileSize .searchBox.clonedSearchBox {
  background: #222; }
  .saffireMobileSize .searchBox.clonedSearchBox:before {
    display: none; }
  .saffireMobileSize .searchBox.clonedSearchBox .searchBoxInput input.inputFieldTextbox.textbox {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0 !important;
    font-family: "open_sansregular", Verdana, Arial !important; }
  .saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit {
    display: flex;
    align-items: center;
    justify-content: center; }
    .saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit a {
      border-color: #ddd;
      border-radius: 0 !important; }
    .saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit:before {
      position: static; }

.viewcart > span {
  position: relative;
  display: inline-block; }

.saffireMobileSize .viewcart {
  float: none;
  width: auto;
  height: auto;
  font-family: inherit !important;
  font-size: inherit; }
  .saffireMobileSize .viewcart:before {
    display: none; }
  .saffireMobileSize .viewcart:hover .cartMenu {
    display: none !important; }
  .saffireMobileSize .viewcart .cartMenuLink {
    box-sizing: border-box; }

.cartMenuRemoveButton {
  text-decoration: none; }

.saffireLargeSize .nav .groups .group {
  float: none; }
.saffireLargeSize .nav .groups .group > a {
  box-sizing: border-box; }
.saffireLargeSize .nav .items {
  float: none; }
  .saffireLargeSize .nav .items .item a {
    box-sizing: border-box; }
.saffireLargeSize .nav .subitems {
  float: none; }

.saffireMobileSize .nav {
  display: inline-flex;
  display: none !important;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  float: none;
  height: 50px;
  width: 50px;
  color: #333;
  font-size: inherit; }
  .saffireMobileSize .nav:before {
    position: static;
    line-height: 1; }
  .saffireMobileSize .nav .mobileNavLink {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }
  .saffireMobileSize .nav .groups {
    display: none; }

.standAloneDirections {
  color: inherit; }

.loginstatus a,
.myAccountNavButton a {
  color: inherit; }

.pressPageTabs .tab {
  font-size: 14px; }

.left.pressDate {
  width: 120px; }

/*************** MEMBERS SITE **********************/
.arrowdown {
  border-color: transparent transparent #000; }

.arrowdown_on {
  border-color: transparent transparent #444; }

.arrowup {
  border-color: #000 transparent transparent; }

.arrowup_on {
  border-color: #444 transparent transparent; }

#directoryFilterOptions > li:hover {
  background: #cbdfe2; }

.directoryHeader {
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px; }

.eventList-container .eventCol1 .filter-group {
  line-height: 1.2; }

.tiny,
.note {
  font-size: 12px; }

input.textbox,
textarea.multi,
select.dropdown {
  font-size: 14px; }

#eventFilterList li,
#eventDateList li a {
  padding: 0.5em 0.5em; }

.featureLineup-buynow .button {
  font-size: 12px; }

.featureLineup-social div {
  display: inline-flex;
  align-items: center; }
  .featureLineup-social div a {
    width: 26px;
    height: 26px;
    font-size: 22px; }

body {
  color: #3f3f3f;
  font: 18px/1.5 "Quicksand-Regular"; }

b,
strong {
  font-family: 'Quicksand-Bold'; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #3f3f3f;
  line-height: 1.2;
  margin: 0 0 .67em 0;
  text-transform: none; }

h1 {
  font-size: 30px; }
  @media screen and (min-width: 450px) {
    h1 {
      font-size: calc(30px + 20 * ((100vw - 450px) / 916)); } }
  @media screen and (min-width: 1366px) {
    h1 {
      font-size: 50px; } }

h2 {
  font-size: 24px; }
  @media screen and (min-width: 450px) {
    h2 {
      font-size: calc(24px + 10 * ((100vw - 450px) / 916)); } }
  @media screen and (min-width: 1366px) {
    h2 {
      font-size: 34px; } }

h3 {
  font-size: 20px; }
  @media screen and (min-width: 450px) {
    h3 {
      font-size: calc(20px + 4 * ((100vw - 450px) / 916)); } }
  @media screen and (min-width: 1366px) {
    h3 {
      font-size: 24px; } }

h4 {
  font-size: 18px; }
  @media screen and (min-width: 450px) {
    h4 {
      font-size: calc(18px + 2 * ((100vw - 450px) / 916)); } }
  @media screen and (min-width: 1366px) {
    h4 {
      font-size: 20px; } }

h5 {
  font-size: 68px; }
  @media screen and (min-width: 450px) {
    h5 {
      font-size: calc(68px + -50 * ((100vw - 450px) / 916)); } }
  @media screen and (min-width: 1366px) {
    h5 {
      font-size: 18px; } }

h6 {
  font-size: 14px; }
  @media screen and (min-width: 450px) {
    h6 {
      font-size: calc(14px + 2 * ((100vw - 450px) / 916)); } }
  @media screen and (min-width: 1366px) {
    h6 {
      font-size: 16px; } }

a {
  color: #054f78;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

.header a,
.footer a {
  text-decoration: none; }

.error {
  color: #f08733; }

input.textbox,
select.dropdown,
textarea {
  font: 18px "Quicksand-Regular";
  padding: 5px; }

.tiny, .note {
  font-size: 14px; }

.inner-demo.custom .entityContainer .entityContainerRow.rowIndex-1 {
  display: block !important; }

/***************** CONTAINERS **************************/
body {
  background: url("") #fff center top no-repeat;
  background-size: contain; }

.wrapper {
  width: 100%;
  overflow: hidden; }

.hero-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  background: url("images/default-hero.png") center no-repeat fixed;
  background-size: cover; }

.saffireLargeSize .hero-wrapper {
  height: 650px; }

.saffireMobileSize .hero-wrapper {
  height: 65vw;
  background-size: contain;
  background-position: center top 65px; }

body:not(.homepage) .content {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 505px auto 100px;
  padding: 25px 35px;
  background: #fff; }

body:not(.homepage).saffireLargeSize.generalMessageOn .content {
  margin-top: 545px; }

.saffireLargeSize.homepage .content {
  margin-top: 89px; }

.saffireLargeSize.homepage.generalMessageOn .content {
  margin-top: 129px; }

.saffireMobileSize .content {
  margin-top: 116px; }

body:not(.homepage).saffireMobileSize .content {
  padding: 15px;
  margin-top: 65vw; }

.saffireMobileSize.generalMessageOn .content {
  margin-top: 156px; }

.saffireLargeSize.homepage .content,
.saffireMobileSize.homepage .content {
  padding: 0; }

.subContainer {
  background: #e8eef6;
  color: #3f3f3f; }
  .subContainer a,
  .subContainer h1, .subContainer h2, .subContainer h3 {
    color: #3f3f3f; }
  .subContainer .error {
    color: #000; }

.dateDisplayBar,
.dateDisplay {
  background: #054f78;
  color: #fff; }
  .dateDisplayBar a,
  .dateDisplay a {
    color: #fff; }

#google_translate_element {
  /* |%  Google translate position */
  top: 15px;
  right: 30px; }

.orderhistory {
  background: #054f78; }

.orderhistory th {
  color: #fff;
  padding: 8px 3px; }

.alternateRow {
  background: #e8eef6; }

.listingItem {
  background: #e8eef6;
  border-bottom: 1px solid #c3d3e8; }
  .listingItem:hover {
    background: #f3f6fa; }

.saffireMobileSize .afterContent {
  display: block; }

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #e8eef6;
  font-family: 'Quicksand-Medium';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #054f78;
  transition: .3s; }
  .generalmessage a {
    color: inherit;
    text-decoration: underline; }

.saffireMobileSize .generalmessage {
  height: 40px;
  font-size: 14px;
  line-height: 1.2;
  transition: .3s; }
  @media screen and (max-width: 500px) {
    .saffireMobileSize .generalmessage {
      font-size: 12px; } }

.saffireWindowScrolled .generalmessage {
  height: 0;
  font-size: 0;
  transition: .3s; }

.header,
.saffireMobileSize .header {
  position: fixed;
  top: 0;
  z-index: 999999999;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto; }

.headerInnerContent {
  background: #054f78;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.75);
  width: 100%;
  max-width: 100%;
  display: block; }

.header-main {
  box-sizing: border-box;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  max-width: 1600px;
  height: 89px;
  margin: 0 auto;
  padding: 0 45px; }
  @media screen and (max-width: 1350px) {
    .header-main {
      padding: 0 20px; } }
  .saffireMobileSize .header-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 65px;
    padding: 0 10px; }

.header-bottom,
.header-top {
  display: flex;
  align-items: center; }

.header-logo {
  position: absolute;
  top: 22px;
  left: 45px;
  display: block;
  width: 322px;
  height: 45px;
  background: url("images/logo.png") center/contain no-repeat; }
  @media screen and (max-width: 1300px) {
    .header-logo {
      top: 10px;
      left: 20px;
      width: 275px;
      height: 38px; } }
  .saffireMobileSize .header-logo {
    position: relative;
    left: 0;
    top: 0;
    width: 245px;
    height: 34px; }

.mobile-nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  vertical-align: top; }
  .mobile-nav-toggle:before {
    content: "\f0c9";
    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; }

.standAloneDirections {
  display: flex;
  align-items: center;
  font: 12px/1 'Quicksand-Medium';
  color: #fff;
  text-transform: uppercase;
  margin-left: 25px; }
  .standAloneDirections:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url("images/directions.png") center/contain no-repeat;
    margin-right: 10px; }
  .saffireMobileSize .standAloneDirections {
    display: none; }

#weatherBugWidget {
  font: 12px/1 'Quicksand-Medium';
  color: #fff; }
  .saffireMobileSize #weatherBugWidget {
    display: none !important; }
  #weatherBugWidget .weatherDescriptive {
    display: none; }

.header .searchBox {
  display: none; }

.search-container input {
  border-radius: 0 !important;
  height: 50px; }

.inner-page-header {
  display: none; }

.quickfire-theme.saffireMobileSize a.logo-header span {
  width: 66px;
  height: 73px; }
.quickfire-theme.saffireMobileSize .header {
  background: none; }
.quickfire-theme.saffireMobileSize .hero-wrapper {
  background-position: center top 0; }
.quickfire-theme.saffireMobileSize a.logo-header {
  width: 125px;
  height: 95px; }
.quickfire-theme.saffireMobileSize.saffireWindowScrolled a.logo-header {
  width: 101px;
  height: auto;
  padding: 0; }
.quickfire-theme.saffireMobileSize.saffireWindowScrolled a.logo-header span {
  width: 80px;
  height: 69px; }
.quickfire-theme .headerInnerContent {
  background: transparent;
  box-shadow: none; }
.quickfire-theme .inner-page-header {
  display: block; }
.quickfire-theme .header-main,
.quickfire-theme .media-container img,
.quickfire-theme div#MainContent_content_uc_entityModuleContainerDisplay_rptr_rows_rptr_columns_0_rptr_modules_0_div_module_1,
.quickfire-theme div#pnl_googleTranslate,
.quickfire-theme h1.dynamicPageTitle {
  display: none; }
.quickfire-theme .header-logo-second {
  transition: all 0.5s ease; }
.quickfire-theme.saffireWindowScrolled .header-logo-second {
  background: #FFFFFF;
  padding: 9px 0 17px; }
.quickfire-theme.saffireWindowScrolled a.logo-header {
  width: 101px;
  height: 104px;
  padding: 0; }
  .quickfire-theme.saffireWindowScrolled a.logo-header:before {
    display: none; }
  .quickfire-theme.saffireWindowScrolled a.logo-header span {
    width: 101px;
    height: 104px; }
.quickfire-theme a.logo-header {
  background: none;
  width: 260px;
  height: 256px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background: #FFF;
  padding: 19px 0 0; }
  .quickfire-theme a.logo-header span {
    width: 199px;
    height: 204px;
    display: flex;
    justify-content: center;
    position: relative;
    transition: all 0.5s ease;
    background: url("images/logo-quickfire-inner.png") center/contain no-repeat; }

.saffireLargeSize .nav .groups {
  display: flex;
  flex-wrap: wrap;
  margin: 0; }
  .saffireLargeSize .nav .groups .group {
    display: inline-block;
    flex-shrink: 0; }
  .saffireLargeSize .nav .groups .group:last-child .items,
  .saffireLargeSize .nav .groups .group:nth-last-child(2) .items {
    left: auto;
    right: 0; }
  .saffireLargeSize .nav .groups .group:last-child .subitems,
  .saffireLargeSize .nav .groups .group:nth-last-child(2) .subitems {
    left: auto;
    right: 100%; }
  .saffireLargeSize .nav .groups .group > a {
    display: inline-block;
    padding: 15px 20px;
    background: none;
    font-family: "Quicksand-Medium", Arial, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase; }
    @media screen and (max-width: 1500px) {
      .saffireLargeSize .nav .groups .group > a {
        padding: 15px 10px; } }
  .saffireLargeSize .nav .groups .group:hover > a {
    color: #fff;
    background: rgba(5, 79, 120, 0.85); }
.saffireLargeSize .nav .items {
  top: 100%;
  left: 0;
  padding: 0;
  background: rgba(5, 79, 120, 0.85); }
  .saffireLargeSize .nav .items .item a {
    padding: 10px 20px;
    color: #fff;
    font-family: "Quicksand-Regular";
    font-size: 14px; }
  .saffireLargeSize .nav .items .item a:hover {
    color: #fff; }
.saffireLargeSize .nav .item {
  width: 200px;
  line-height: 1.4; }
  .saffireLargeSize .nav .item:hover {
    background: rgba(0, 133, 202, 0.5); }
.saffireLargeSize .nav .subitems {
  left: 100%;
  padding: 0;
  background: rgba(5, 79, 120, 0.85); }

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #242424;
  color: #b1afaf;
  text-align: center;
  border-top: 3px solid #f08733; }
  .footer a {
    color: #b1afaf;
    text-decoration: none;
    transition: 0.3s; }
    .footer a:hover {
      color: #fff;
      transition: 0.3s; }
  .footer .footer-main {
    display: flex;
    flex-direction: column;
    padding: 40px 0;
    border-bottom: 4px solid #fff; }
  .footer .footer-logo {
    display: block;
    margin: 0 auto;
    background: url("images/logo.png") center/contain no-repeat;
    width: 232px;
    height: 33px;
    opacity: 0.5;
    transition: 0.3s; }
    .footer .footer-logo:hover {
      opacity: 1;
      transition: 0.3s; }
  .footer .footer-tagline {
    font: 12px/1.25 'Quicksand-Light';
    text-transform: uppercase;
    margin: 25px 0 30px; }
    @media screen and (max-width: 600px) {
      .footer .footer-tagline {
        padding: 0 55px; } }
  .footer .footer-byline {
    font: 30px/1 'Quicksand-Light';
    text-transform: uppercase; }
    @media screen and (max-width: 600px) {
      .footer .footer-byline {
        font-size: 20px; } }
  .footer .affiliate-logos {
    margin: 30px auto 0; }
    .footer .affiliate-logos a {
      display: inline-block;
      margin: 0 10px;
      opacity: 0.5;
      transition: 0.3s; }
      .footer .affiliate-logos a:hover {
        opacity: 1;
        transition: 0.3s; }
  .footer .port-of-seattle {
    background: url("images/port-of-sea.png") center/contain no-repeat;
    width: 110px;
    height: 52px; }
  .footer .columbia-hospitality {
    background: url("images/columbia.png") center/contain no-repeat;
    width: 140px;
    height: 34px; }
  .footer .footer-bottom {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ececec;
    width: 100%;
    height: 69px; }
    @media screen and (max-width: 600px) {
      .footer .footer-bottom {
        height: auto; } }
  .footer ul.footerItems2 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0 auto;
    color: #5e5e5e;
    font-size: 13px;
    padding: 0 0 20px;
    width: 100%; }
    .footer ul.footerItems2 li:last-child {
      margin-left: 30px; }
    @media screen and (max-width: 600px) {
      .footer ul.footerItems2 {
        flex-direction: column;
        align-items: center;
        font-size: 10px;
        padding: 25px 0 10px; }
        .footer ul.footerItems2 li:last-child {
          margin: 0; } }

.footer-tagline.inner-page-tag {
  display: none; }

.quickfire-theme #socialMedia .card-widget-item {
  opacity: 0.2; }
.quickfire-theme .footer {
  color: #eae9e3; }
.quickfire-theme .footer-tagline {
  display: none; }
.quickfire-theme .footer-tagline.inner-page-tag {
  display: block; }
.quickfire-theme .footer .port-of-seattle {
  display: none; }

.mobile-menu-container {
  background: url("images/mobile-menu-bg.png") #054f78 center 300px no-repeat;
  background-size: cover; }
  .mobile-menu-container .mobile-menu-header {
    background-color: #054f78; }
  .mobile-menu-container .close-mobile-menu {
    background: url("images/mobile-menu-close.png") center/contain no-repeat;
    width: 25px;
    height: 26px; }
    .mobile-menu-container .close-mobile-menu:before, .mobile-menu-container .close-mobile-menu:after {
      display: none; }
  .mobile-menu-container .mobile-menu-subheader,
  .mobile-menu-container .mobile-menu-subheader-btn {
    display: none; }
  .mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
  .mobile-menu-container .mobile-menu-subheader-btn:active {
    background-color: #15435c; }
  .mobile-menu-container .mobile-menu-login-links a {
    font-family: "Quicksand-Regular"; }
  .mobile-menu-container .cart-counter {
    font-family: "Quicksand-Regular"; }
  .mobile-menu-container .search-container input {
    font-family: "Quicksand-Regular"; }
  .mobile-menu-container .search-container .search-submit-btn {
    color: #333; }
  .mobile-menu-container .mobile-menu-ticket-btn {
    background-color: #054f78;
    font-family: "Quicksand-Regular";
    color: #fff;
    border-color: #fff; }
  .mobile-menu-container .mobile-menu-footer-links a {
    font-family: "Quicksand-Regular";
    font-size: 14px;
    color: #fff; }

#mobile-nav ul {
  background-color: #fff; }
#mobile-nav li {
  margin: 0; }
  #mobile-nav li.m-group, #mobile-nav li.m-item, #mobile-nav li.m-subitem {
    border-bottom: 1px solid #fff; }
#mobile-nav a {
  background-color: #054f78;
  font-family: "Quicksand-Regular";
  font-size: 16px;
  color: #fff; }
  #mobile-nav a:hover {
    background-color: #1e6186; }
#mobile-nav .has-subitems span {
  background-color: #1e6186;
  color: #fff; }
  #mobile-nav .has-subitems span:hover {
    background-color: #054f78; }

/************************* MODAL CONTENT ********************/
.ui-dialog {
  background: #fff;
  box-shadow: 0 0 10px -5px #444; }

.modal {
  background: #fff;
  padding-top: 15px;
  border: 10px solid #fff; }

.modalBody {
  /* |%  set modal background color if not white */
  background: #fff;
  padding: 14px; }
  .modalBody .showorksModalTitle {
    /* |%  set font-family */
    font-size: 32px;
    line-height: 36px; }
  .modalBody .showorksBreadcrumbs {
    /* |%  set font-family */
    font-size: 20px;
    color: #054f78;
    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: #3f3f3f; }
  .modalBody .showorksTableGrid tr.odd {
    background: #fff;
    color: black; }
  .modalBody .showorksTableGrid tr.even {
    background: #e6e6e6;
    color: black; }

.modalPageBackground {
  background-color: black;
  opacity: 0.5; }

.modalContent #google_translate_element {
  top: 1px;
  right: 0; }
.modalContent h1 {
  font-size: 24px;
  line-height: 1.2em; }

.modalClose {
  top: 1px;
  background: none; }
  .modalClose .modalCloseButton {
    min-width: 40px; }
    .modalClose .modalCloseButton img {
      display: none; }
    .modalClose .modalCloseButton:before {
      content: "X";
      font-family: sans-serif; }

.getUpdatesPageEmailModule .emailSignup.modalOnly {
  max-width: 280px;
  margin: 0 auto; }
  .getUpdatesPageEmailModule .emailSignup.modalOnly .inputFieldTextbox {
    box-sizing: border-box;
    border-radius: 0 !important;
    border: 1px solid #333;
    padding: 5px 10px;
    color: #333; }
  .getUpdatesPageEmailModule .emailSignup.modalOnly .emailSubmitButton {
    border-radius: 0 !important; }
  .getUpdatesPageEmailModule .emailSignup.modalOnly .button {
    box-sizing: border-box; }

.saffireMobileSize.modalBody a[onclick*='Unsubscribe.ascx'] {
  margin-top: -25px; }

/************* BUTTON STYLES *********************/
.button {
  padding: 4px 20px;
  font-size: 16px; }

.button,
.buttonSmall {
  box-sizing: border-box;
  line-height: 1.75em;
  text-transform: uppercase;
  border-radius: 0;
  text-decoration: none;
  font-family: "Quicksand-Regular";
  color: #054f78 !important;
  background: transparent;
  border: 2px solid #054f78;
  transition: .3s; }

a.buttonSmall.button,
.buttonSmall {
  padding: 4px 12px;
  font-size: 11px; }

.button:hover,
.buttonSmall:hover {
  background: #054f78;
  color: #fff !important;
  transition: .3s; }

a.updateButton.buttonSmall,
a.removeButton.buttonSmall,
a.cartMenuRemoveButton.button.buttonSmall {
  font-size: 0.875em; }

.cartMenu .cartMenuCheckoutButton {
  font-size: 14px;
  padding: 4px 15px !important; }

.searchMapButton {
  padding: 2px 20px; }

.featureLineup-headline,
.featureLineup-more {
  display: none; }

.countdown-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end; }

#siteInfoBannerWidget {
  box-sizing: border-box;
  position: static;
  display: flex;
  height: 42px;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0 25px;
  background: rgba(0, 0, 0, 0.7);
  font-family: "Quicksand-Light";
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 1;
  z-index: 2;
  transition: .3s;
  min-width: auto;
  align-items: center; }
  @media screen and (max-width: 550px) {
    #siteInfoBannerWidget {
      flex-direction: column; } }
  #siteInfoBannerWidget #eventDates {
    order: 2;
    font-family: "Quicksand-Light";
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    transition: .3s;
    display: inline-block; }
  #siteInfoBannerWidget #eventName {
    order: 1;
    font-size: 16px;
    font-weight: 400;
    transition: .3s;
    display: inline-block; }
    #siteInfoBannerWidget #eventName:after {
      content: '//';
      margin: 0 20px;
      color: #00ccf8; }
      @media screen and (max-width: 550px) {
        #siteInfoBannerWidget #eventName:after {
          display: none; } }
  #siteInfoBannerWidget .countdownDays {
    display: inline-block;
    font-family: "Quicksand-Light";
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    transition: .3s; }

.saffireMobileSize #siteInfoBannerWidget {
  justify-content: center;
  left: auto;
  right: auto !important;
  padding: 0 25px;
  background: #000;
  color: #fff;
  width: 100%;
  height: 51px; }
  .saffireMobileSize #siteInfoBannerWidget #eventName {
    font-size: 13px;
    color: inherit; }
    .saffireMobileSize #siteInfoBannerWidget #eventName:after {
      margin: 0 10px; }
  .saffireMobileSize #siteInfoBannerWidget #eventDates {
    font-size: 15px;
    color: inherit; }
  .saffireMobileSize #siteInfoBannerWidget .countdownDays {
    font-size: 13px;
    color: inherit; }

body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
  font-family: "Quicksand-Light";
  font-size: 18px;
  color: #fff; }
  @media screen and (max-width: 817px) {
    body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
      font-size: 16px; } }
body.siteInfoBannerWidgetDateIsPast.siteInfoBannerWidgetNoThankYouMessage #siteInfoBannerWidget {
  display: none !important; }

.saffireWindowScrolled #siteInfoBannerWidget {
  height: 0;
  padding: 0;
  transition: .3s; }
  .saffireWindowScrolled #siteInfoBannerWidget #eventName, .saffireWindowScrolled #siteInfoBannerWidget #eventDates, .saffireWindowScrolled #siteInfoBannerWidget .countdownDays {
    font-size: 0;
    transition: .3s; }

#footerLinks {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 600px) {
    #footerLinks {
      flex-direction: column; } }
  #footerLinks .card-widget-item {
    box-sizing: border-box;
    display: flex;
    width: auto;
    height: auto;
    margin: 0 10px; }
    @media screen and (max-width: 600px) {
      #footerLinks .card-widget-item {
        margin: 0 0 15px 0; } }
    #footerLinks .card-widget-item:hover {
      text-decoration: none; }
      #footerLinks .card-widget-item:hover .card-widget-title {
        color: #fff;
        transition: .3s; }
  #footerLinks .card-content {
    box-sizing: border-box;
    display: flex;
    width: 100%; }
  #footerLinks .card-widget-title {
    box-sizing: border-box;
    position: static;
    display: block;
    width: 100%;
    font: 14px/1 "Quicksand-Regular";
    color: #b1afaf;
    transition: .3s; }

#headerButton {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  height: 36px;
  margin: 0 0 0 10px;
  padding: 0; }
  .saffireMobileSize #headerButton {
    display: none; }
  #headerButton .card-widget-item {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    background: #fff;
    border: 2px solid #fff;
    transition: .3s; }
    #headerButton .card-widget-item:hover {
      background: rgba(255, 255, 255, 0.3);
      transition: .3s; }
      #headerButton .card-widget-item:hover .card-widget-title {
        color: #fff;
        transition: .3s; }
  #headerButton .card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%; }
  #headerButton .card-widget-title {
    box-sizing: border-box;
    position: static;
    display: block;
    width: 100%;
    font: 16px/1 'Quicksand-Medium';
    color: #3f3f3f;
    text-transform: uppercase;
    padding: 0 15px;
    transition: .3s; }

#hotButtons {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  z-index: 9; }
  #hotButtons .card-widget-item {
    position: relative;
    display: flex;
    flex: 1 1 24%;
    width: 395px;
    height: 150px;
    border: 3px solid #fff;
    text-decoration: none;
    transition: .6s;
    opacity: 0;
    top: 100px; }
    #hotButtons .card-widget-item.in-view {
      top: 0;
      opacity: 1;
      transition: .6s; }
    @media screen and (max-width: 1250px) {
      #hotButtons .card-widget-item {
        flex: 1 1 49%; } }
    @media screen and (max-width: 700px) {
      #hotButtons .card-widget-item {
        flex: 1 1 100%; } }
    #hotButtons .card-widget-item:hover .image-container:after {
      opacity: 0;
      transition: .3s; }
    #hotButtons .card-widget-item:hover .card-widget-title {
      background: #fff;
      border-color: #fff;
      transition: .3s; }
  #hotButtons .image-container {
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    #hotButtons .image-container:after {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(226, 223, 218, 0.9);
      transition: .3s; }
  #hotButtons .card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 9; }
  #hotButtons .card-widget-title {
    box-sizing: border-box;
    position: static;
    display: block;
    width: auto;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font: 30px/1 "Quicksand-Regular";
    color: #314f61;
    text-transform: uppercase;
    border: 2px solid #314f61;
    padding: 13px;
    transition: .3s; }
  #hotButtons .card-widget-description,
  #hotButtons .buttonwrap {
    display: none; }

#mainFeature {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0; }
  #mainFeature .card-widget-item {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex: 1 1 100%;
    width: 100%;
    text-decoration: none; }
    #mainFeature .card-widget-item:after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      display: block;
      width: 100%;
      height: 125px;
      background: url("images/accent.svg") no-repeat;
      background-size: cover;
      background-position: center;
      z-index: 99; }
      .saffireMobileSize #mainFeature .card-widget-item:after {
        height: 70px; }
  #mainFeature .image-container {
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 51vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
    transition: 0.3s; }
    @media screen and (max-width: 1400px) {
      #mainFeature .image-container {
        align-items: center;
        justify-content: center; } }
    .saffireMobileSize #mainFeature .image-container {
      height: 55.5vw; }
  #mainFeature .card-content {
    box-sizing: border-box;
    position: absolute;
    top: 11.75vw;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.7);
    padding: 15px 45px 15px 55px;
    color: #fff;
    text-transform: uppercase;
    width: auto;
    max-width: 885px;
    opacity: 0;
    transition: .3s;
    transition-delay: 2s; }
    .pageIsLoaded #mainFeature .card-content {
      opacity: 1;
      transition: .3s;
      transition-delay: 2s; }
    @media screen and (max-width: 1400px) {
      #mainFeature .card-content {
        position: static;
        margin: 0 20px;
        padding: 15px 20px;
        text-align: center; } }
  #mainFeature .card-widget-title,
  #mainFeature .card-widget-description {
    text-shadow: 1px 2px 1px black; }
  #mainFeature .card-widget-title {
    font: 76px/1 'BarlowCondensed-Medium'; }
    @media screen and (max-width: 1500px) {
      #mainFeature .card-widget-title {
        font-size: 60px; } }
    .saffireMobileSize #mainFeature .card-widget-title {
      font-size: 50px; }
    @media screen and (max-width: 650px) {
      #mainFeature .card-widget-title {
        font-size: 28px !important; } }
    #mainFeature .card-widget-title:after {
      content: '';
      display: block;
      width: 100%;
      height: 3px;
      background: #fff;
      margin: 20px 0;
      box-shadow: 1px 2px 1px 0px black; }
      .saffireMobileSize #mainFeature .card-widget-title:after {
        margin: 10px 0; }
  #mainFeature .card-widget-description {
    font: 30px/1 'Quicksand-Medium'; }
    @media screen and (max-width: 1500px) {
      #mainFeature .card-widget-description {
        font-size: 25px; } }
    .saffireMobileSize #mainFeature .card-widget-description {
      font-size: 20px; }
    @media screen and (max-width: 650px) {
      #mainFeature .card-widget-description {
        font-size: 13.5px !important; } }

.owl-dots {
  margin-top: 5px !important; }
  .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    background: #fff !important;
    border: 3px solid #cbcbcb; }
    .owl-dots .owl-dot span:hover {
      border-color: #145e89; }
  .owl-dots .owl-dot.active span {
    border-color: #145e89; }

#mainFeature .owl-item.active .card-content {
  opacity: 0;
  left: -300px;
  transition: .6s;
  transition-delay: 1s; }
  .pageIsLoaded #mainFeature .owl-item.active .card-content {
    opacity: 1;
    left: 0;
    transition: .6s;
    transition-delay: 1s; }

#multiScheduleFeature {
  position: absolute;
  top: 10vw;
  right: 35px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  max-width: 100%;
  padding: 0;
  z-index: 9; }
  @media screen and (max-width: 1400px) {
    #multiScheduleFeature {
      position: relative;
      top: 0;
      right: auto;
      padding: 10px 0; } }
  #multiScheduleFeature .featureItem {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 450px;
    height: 63px;
    padding: 0 15px;
    margin-bottom: 17px;
    background: rgba(5, 79, 120, 0.85);
    transition: .3s;
    opacity: 0; }
    #multiScheduleFeature .featureItem.in-view:nth-child(1) {
      animation: slideIn 1s 4s forwards; }
    #multiScheduleFeature .featureItem.in-view:nth-child(2) {
      animation: slideIn 1s 4.25s forwards; }
    #multiScheduleFeature .featureItem.in-view:nth-child(3) {
      animation: slideIn 1s 4.5s forwards; }
    #multiScheduleFeature .featureItem.in-view:nth-child(4) {
      animation: slideIn 1s 4.75s forwards; }
    #multiScheduleFeature .featureItem.in-view:nth-child(5) {
      animation: slideIn 1s 5s forwards; }
    @media screen and (max-width: 500px) {
      #multiScheduleFeature .featureItem {
        width: 350px;
        height: 50px;
        margin-bottom: 14px; } }
    #multiScheduleFeature .featureItem:hover {
      background: #0085ca;
      transition: .3s; }
  #multiScheduleFeature .featureItemTitle,
  #multiScheduleFeature .featureItemDate {
    display: flex;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px; }
    @media screen and (max-width: 500px) {
      #multiScheduleFeature .featureItemTitle,
      #multiScheduleFeature .featureItemDate {
        font-size: 12px; } }
  #multiScheduleFeature .featureItemDescription {
    display: none; }
  #multiScheduleFeature .featureItemTitle {
    font-family: "Quicksand-Medium";
    font-weight: 400; }
  #multiScheduleFeature .featureItemDate {
    font-family: "Quicksand-Medium";
    font-weight: 400; }
    #multiScheduleFeature .featureItemDate span {
      margin-left: 5px; }
    #multiScheduleFeature .featureItemDate:after {
      content: '//';
      margin: 0 10px;
      color: #00ccf8; }
  #multiScheduleFeature .all-events-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 205px;
    height: 40px;
    margin-top: 30px;
    background: rgba(5, 79, 120, 0.85);
    font: 16px/1 'Quicksand-Medium';
    color: #fff;
    opacity: 0;
    transition: .3s; }
    .pageIsLoaded #multiScheduleFeature .all-events-btn {
      animation: slideIn 1s 6s forwards; }
    @media screen and (max-width: 500px) {
      #multiScheduleFeature .all-events-btn {
        font-size: 12px; } }
    #multiScheduleFeature .all-events-btn:hover {
      background: #0085ca;
      transition: .3s; }

@keyframes slideIn {
  from {
    right: -100px; }
  to {
    right: 0px;
    opacity: 1; } }
#preFooter {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px; }
  .saffireMobileSize #preFooter {
    padding: 0; }
  #preFooter .card-widget-item {
    box-sizing: border-box;
    display: flex; }
    .saffireMobileSize #preFooter .card-widget-item {
      flex-direction: column;
      align-items: center;
      text-align: center; }
  #preFooter .image-container {
    box-sizing: border-box;
    position: static;
    display: inline-block; }
    #preFooter .image-container img {
      width: 540px;
      height: 360px; }
      .saffireMobileSize #preFooter .image-container img {
        width: 350px;
        height: 225px; }
  #preFooter .card-content {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    height: 100%;
    color: #fff;
    padding: 0 20px; }
    .saffireMobileSize #preFooter .card-content {
      margin-top: 15px; }
  #preFooter .card-widget-title {
    position: static;
    display: block;
    width: 100%;
    font: 30px/1 'Quicksand-Light';
    margin-bottom: 25px; }
    .saffireMobileSize #preFooter .card-widget-title {
      font-size: 20px; }
  #preFooter .card-widget-description {
    font: 17px/1.25 "Quicksand-Regular"; }
    #preFooter .card-widget-description a {
      color: #fff;
      text-decoration: none; }
    .saffireMobileSize #preFooter .card-widget-description {
      font-size: 12px; }

#preFooterButtons {
  box-sizing: border-box;
  position: relative;
  display: none;
  max-width: 100%;
  margin: 40px 0 0;
  padding: 0; }
  .pageIsLoaded #preFooterButtons {
    display: flex; }
  .saffireMobileSize #preFooterButtons {
    justify-content: center; }
  #preFooterButtons .card-widget-item {
    box-sizing: border-box;
    display: flex;
    width: 145px;
    height: 40px;
    background: transparent;
    border: 2px solid #fff;
    text-decoration: none;
    transition: .3s; }
    #preFooterButtons .card-widget-item:first-of-type {
      margin-right: 25px; }
      .saffireMobileSize #preFooterButtons .card-widget-item:first-of-type {
        margin-right: 45px; }
    #preFooterButtons .card-widget-item:hover {
      background: rgba(255, 255, 255, 0.3);
      transition: .3s; }
    .saffireMobileSize #preFooterButtons .card-widget-item {
      width: 125px;
      height: 35px; }
  #preFooterButtons .card-content {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    margin: 0 !important; }
  #preFooterButtons .card-widget-title {
    box-sizing: border-box;
    position: static;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font: 16px/1 'Quicksand-Medium';
    color: #fff;
    text-transform: uppercase;
    margin: 0; }
    .saffireMobileSize #preFooterButtons .card-widget-title {
      font-size: 12px; }

#seoWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  background: #fff;
  margin: 0 auto;
  padding: 40px 0 65px; }
  .saffireMobileSize #seoWidget {
    padding: 40px 0; }
  #seoWidget .card-widget-item {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    max-width: 1200px; }
  #seoWidget .card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #3f3f3f; }
  #seoWidget .card-widget-title {
    box-sizing: border-box;
    position: static;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font: 50px/1 'Quicksand-Light'; }
    .saffireMobileSize #seoWidget .card-widget-title {
      font-size: 30px;
      padding: 0 15px; }
    #seoWidget .card-widget-title:after {
      content: '';
      display: block;
      margin: 30px auto;
      width: 124px;
      height: 33px;
      background: url("images/swoop.png") center/contain no-repeat; }
  #seoWidget .card-widget-description {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px; }
  #seoWidget .buttonwrap {
    margin-top: 40px; }

#socialMedia {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 30px auto;
  padding: 0; }
  #socialMedia .card-widget-item {
    box-sizing: border-box;
    display: flex;
    margin: 0 10px;
    opacity: .5;
    transition: .3s; }
    #socialMedia .card-widget-item:hover {
      opacity: 1;
      transition: .3s; }
  #socialMedia .image-container {
    box-sizing: border-box;
    position: static;
    display: inline-block; }
  #socialMedia .card-content {
    display: none; }

/* SOCIAL NETWORK PLUGIN */
#socialNetworkWidget {
  height: 520px;
  width: 100%;
  max-width: 100%;
  background: none;
  overflow: hidden; }
  .saffireMobileSize #socialNetworkWidget {
    min-height: 515px; }
  #socialNetworkWidget .multiSocialWidgetContainer {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    padding: 0; }
  #socialNetworkWidget #instafeedContainer {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%; }
    #socialNetworkWidget #instafeedContainer a {
      box-sizing: border-box;
      position: relative;
      display: block;
      flex: 1 1 48%;
      min-width: 150px;
      height: 50%;
      overflow: hidden;
      border: 1px solid transparent; }
      @media screen and (min-width: 600px) {
        #socialNetworkWidget #instafeedContainer a {
          flex: 1 1 33%; } }
      @media screen and (min-width: 850px) {
        #socialNetworkWidget #instafeedContainer a {
          flex: 1 1 25%; } }
      @media screen and (min-width: 1024px) {
        #socialNetworkWidget #instafeedContainer a {
          flex: 1 1 20%; } }
      @media screen and (min-width: 1366px) {
        #socialNetworkWidget #instafeedContainer a {
          flex: 1 1 15%; } }
      @media screen and (min-width: 1920px) {
        #socialNetworkWidget #instafeedContainer a {
          flex: 1 1 12%; } }
    #socialNetworkWidget #instafeedContainer img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: 100%;
      max-height: 100%;
      object-fit: cover;
      object-position: center; }
    #socialNetworkWidget #instafeedContainer > a:hover {
      opacity: 0.75; }

@supports (display: grid) {
  #socialNetworkWidget {
    height: 24.5vw;
    min-height: 520px;
    width: 100%; }
    .saffireMobileSize #socialNetworkWidget {
      min-height: 515px; }
    #socialNetworkWidget #instafeedContainer {
      display: grid;
      height: 100%;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      grid-template-rows: 1fr 1fr;
      grid-gap: 1px 1px; }
      @media screen and (min-width: 817px) {
        #socialNetworkWidget #instafeedContainer {
          grid-template-columns: repeat(auto-fit, minmax(175px, 1fr)); } }
      @media screen and (min-width: 1679px) {
        #socialNetworkWidget #instafeedContainer {
          grid-template-columns: repeat(auto-fit, minmax(13%, 1fr)); } }
      #socialNetworkWidget #instafeedContainer a {
        width: 100%;
        max-width: 100%;
        height: 200px;
        max-height: 100%;
        border: none; }
      #socialNetworkWidget #instafeedContainer img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
        object-fit: cover;
        object-position: center; }
      #socialNetworkWidget #instafeedContainer > a:hover {
        opacity: 0.75; } }
.instafeedTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  font: 30px/1 'Quicksand-Light';
  color: #fff;
  margin-bottom: 35px;
  padding: 0 15px; }
  .saffireMobileSize .instafeedTitle {
    font-size: 22px;
    text-align: center; }
  .instafeedTitle:before {
    content: '';
    display: block;
    background: url("images/insta.png") center/contain no-repeat;
    width: 36px;
    height: 36px;
    margin-bottom: 20px; }

/* 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;
  padding: 0 50px; }
  .saffireMobileSize #sponsorWidgetContainer {
    padding: 0; }
  #sponsorWidgetContainer .sponsorWidgetContainer .sponsor-controls-container:focus-within {
    bottom: 3px;
    opacity: 1;
    transition: 0.2s;
    pointer-events: auto; }
  #sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsorCarouselImageContainer {
    animation-play-state: paused; }
  #sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:before {
    content: 'Resume'; }
  #sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:after {
    content: '\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: none;
    max-height: 130px;
    filter: grayscale(1);
    margin: 0 50px;
    transition: .3s; }
    .saffireMobileSize #sponsorWidgetContainer .sponsorCarouselImage img {
      max-height: 60px;
      margin: 0 20px; }
    #sponsorWidgetContainer .sponsorCarouselImage img:hover {
      filter: grayscale(0);
      transition: .3s; }
  #sponsorWidgetContainer #sponsorsTitleContainer {
    width: 100%;
    text-align: center;
    top: 0; }
    #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
      display: none; }
  #sponsorWidgetContainer #sponsorArrowRight, #sponsorWidgetContainer #sponsorArrowLeft {
    top: 75%;
    transform: translateY(-50%); }
    .saffireMobileSize #sponsorWidgetContainer #sponsorArrowRight,
    .saffireMobileSize #sponsorWidgetContainer #sponsorArrowLeft {
      display: none; }
    #sponsorWidgetContainer #sponsorArrowRight:before, #sponsorWidgetContainer #sponsorArrowLeft:before {
      display: block;
      width: 15px;
      height: 15px;
      color: #3f3f3f; }
    #sponsorWidgetContainer #sponsorArrowRight span, #sponsorWidgetContainer #sponsorArrowLeft span {
      display: none; }
  #sponsorWidgetContainer #sponsorArrowRight {
    right: 20px; }
    #sponsorWidgetContainer #sponsorArrowRight:before {
      content: '>>'; }
  #sponsorWidgetContainer #sponsorArrowLeft {
    left: 20px; }
    #sponsorWidgetContainer #sponsorArrowLeft:before {
      content: '<<'; }
  #sponsorWidgetContainer .sponsor-controls-container {
    box-sizing: border-box;
    position: absolute;
    bottom: -33px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 30px;
    background: #fff;
    box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.5);
    z-index: 999;
    transition: 0.2s;
    opacity: 0;
    pointer-events: none; }
    #sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      padding: 0 0 0 10px;
      border: none;
      background: #fff;
      color: #111;
      width: 100%;
      height: 100%;
      text-align: center;
      cursor: pointer; }
      #sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn:before {
        content: 'Pause';
        display: inline-block;
        width: 50px;
        font-size: 14px;
        line-height: 1;
        color: #111;
        text-align: center; }
      #sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn:after {
        content: '\f04c';
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        text-align: center;
        padding-left: 1px;
        width: 30px;
        height: 100%;
        font-family: "FontAwesome";
        font-size: 15px;
        color: #111; }

#sponsorWidgetContainer .sponsorWidgetContainer:not(.animate) .sponsor-controls-container {
  display: none; }

.sponsors-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font: 30px/1 'Quicksand-Light';
  margin-bottom: 30px; }
  .sponsors-title:before {
    content: '';
    display: block;
    width: 240px;
    height: 148px;
    background: url("images/skyline.png") center/contain no-repeat;
    margin-bottom: 50px; }
    .saffireMobileSize .sponsors-title:before {
      width: 152px;
      height: 93px;
      margin-bottom: 25px; }

#majorSponsorTitleContainer {
  display: none; }

.majorSponsor {
  justify-content: center; }
  .majorSponsor a {
    filter: grayscale(1);
    transition: .3s; }
    .majorSponsor a:hover {
      filter: grayscale(0);
      transition: .3s; }

#videoCaption {
  box-sizing: border-box;
  position: relative;
  display: flex;
  width: 100%;
  max-width: 300px;
  height: 507px;
  background: #fff;
  margin: 0;
  padding: 60px 30px; }
  @media screen and (max-width: 1300px) {
    #videoCaption {
      height: 430px;
      padding: 30px; } }
  @media screen and (max-width: 1100px) {
    #videoCaption {
      margin-bottom: 30px;
      text-align: center; } }
  #videoCaption .card-widget-item {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    max-width: 300px; }
  #videoCaption .card-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: #3f3f3f; }
  #videoCaption .card-widget-title {
    box-sizing: border-box;
    position: static;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font: 40px/1 'Quicksand-Light'; }
    #videoCaption .card-widget-title:after {
      content: '';
      display: block;
      margin: 30px 0;
      width: 124px;
      height: 33px;
      background: url("images/swoop.png") center/contain no-repeat; }
      @media screen and (max-width: 1100px) {
        #videoCaption .card-widget-title:after {
          margin: 30px auto; } }
  #videoCaption .card-widget-description {
    box-sizing: border-box;
    width: 100%;
    font-size: 15px; }

#videoSection {
  position: relative;
  display: inline-block;
  width: 901px;
  max-width: 100%;
  vertical-align: top;
  float: none;
  overflow: hidden; }
  #videoSection.single-video #arrow-container {
    display: none; }
  .saffireMobileSize #videoSection {
    max-width: 90%; }
  @media screen and (max-width: 1300px) {
    #videoSection {
      width: 765px; } }

#videoWidget {
  box-sizing: border-box;
  position: relative;
  height: 0;
  width: 100%;
  max-width: 901px;
  padding-bottom: 56.3%;
  text-align: center; }
  @media screen and (max-width: 1300px) {
    #videoWidget {
      width: 765px; } }
  #videoWidget iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    border: none !important;
    z-index: 1; }
  #videoWidget .video-loading {
    box-sizing: border-box;
    position: relative;
    top: calc(50% - 40px);
    left: 0;
    right: 0;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border: 10px solid rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
    border-radius: 100%;
    z-index: 0;
    animation: spin 1s infinite linear; }
  #videoWidget .video-arrow {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 14px;
    background-size: contain;
    background-position: center;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 1; }
    #videoWidget .video-arrow.previous {
      background: url("images/vid-arrow-left.png") no-repeat center;
      left: -25px;
      opacity: 0;
      visibility: hidden; }
    #videoWidget .video-arrow.next {
      background: url("images/vid-arrow-right.png") no-repeat center;
      right: -25px;
      opacity: 0;
      visibility: hidden; }
  #videoWidget:hover .video-arrow.previous {
    left: 8px;
    opacity: 0.8;
    visibility: visible; }
  #videoWidget:hover .video-arrow.next {
    right: 8px;
    opacity: 0.8;
    visibility: visible; }
  #videoWidget #videoList {
    display: none; }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }
.top-tier {
  position: relative;
  width: 100%;
  height: auto; }

.instafeed-wrapper {
  background: url("images/blue-bg.png") #054f78 center fixed no-repeat;
  background-size: cover;
  padding: 80px 0 50px;
  z-index: 99999; }
  .saffireMobileSize .instafeed-wrapper {
    padding: 35px 0; }
  .instafeed-wrapper .view-more-btn {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 145px;
    height: 40px;
    font: 16px/1 "Quicksand-Regular";
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    margin: 75px auto 0;
    text-decoration: none;
    background: transparent;
    transition: .3s; }
    .instafeed-wrapper .view-more-btn:hover {
      background: rgba(255, 255, 255, 0.3);
      transition: .3s; }
    .saffireMobileSize .instafeed-wrapper .view-more-btn {
      margin-top: 35px; }
    @media screen and (max-width: 500px) {
      .instafeed-wrapper .view-more-btn {
        font-size: 12px;
        width: 105px;
        height: 35px; } }

.video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 0;
  background: url("images/blowfish-bg.png") center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 1100px) {
    .video-wrapper {
      flex-direction: column;
      padding: 20px 0; } }

.sponsors-wrapper {
  padding: 60px 0 90px; }
  .saffireMobileSize .sponsors-wrapper {
    padding: 35px 0 60px; }

.widget-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  background: #054f78;
  padding: 40px 0; }
  .saffireMobileSize .widget-wrapper {
    padding: 15px 0 35px; }

.small.bc {
  display: none; }

.custom .entityContainer .entityContainerRow.rowIndex-1 {
  display: none; }

/*# sourceMappingURL=theme.css.map */
