/************** LOAD FONTS ******************/
@font-face {
  font-family: "OpenSans-Light-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Light-webfont.woff2") format("woff2"), url("fonts/OpenSans-Light-webfont.woff") format("woff"); }
@font-face {
  font-family: "OpenSans-Regular-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Regular-webfont.woff2") format("woff2"), url("fonts/OpenSans-Regular-webfont.woff") format("woff"); }
@font-face {
  font-family: "OpenSans-Semibold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Semibold-webfont.woff2") format("woff2"), url("fonts/OpenSans-Semibold-webfont.woff") format("woff"); }
@font-face {
  font-family: "OpenSans-Bold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Bold-webfont.woff2") format("woff2"), url("fonts/OpenSans-Bold-webfont.woff") format("woff"); }
@font-face {
  font-family: "OpenSans-ExtraBold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-ExtraBold-webfont.woff2") format("woff2"), url("fonts/OpenSans-ExtraBold-webfont.woff") format("woff"); }
@font-face {
  font-family: "TrajanProRegular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/TrajanProRegular.woff2") format("woff2"), url("fonts/TrajanProRegular.woff") format("woff"); }
@font-face {
  font-family: "montserrat-light-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/montserrat-light-webfont.woff2") format("woff2"), url("fonts/montserrat-light-webfont.woff") format("woff"); }
@font-face {
  font-family: "montserrat-extralight-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/montserrat-extralight-webfont.woff2") format("woff2"), url("fonts/montserrat-extralight-webfont.woff") format("woff"); }
@font-face {
  font-family: "montserrat-regular-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/montserrat-regular-webfont.woff2") format("woff2"), url("fonts/montserrat-regular-webfont.woff") format("woff"); }
@font-face {
  font-family: "montserrat-bold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/montserrat-bold-webfont.woff2") format("woff2"), url("fonts/montserrat-bold-webfont.woff") format("woff"); }
@font-face {
  font-family: "montserrat-extrabold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/montserrat-extrabold-webfont.woff2") format("woff2"), url("fonts/montserrat-extrabold-webfont.woff") format("woff"); }
@font-face {
  font-family: "montserrat-black-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/montserrat-black-webfont.woff2") format("woff2"), url("fonts/montserrat-black-webfont.woff") format("woff"); }
body {
  color: #333;
  font: 16px/1.5 "open_sansregular", Arial, Verdana, sans-serif;
  background: #fff; }

body:not(.homepage) h1, body:not(.homepage) h2, body:not(.homepage) h3, body:not(.homepage) h4, body:not(.homepage) h5, body:not(.homepage) h6 {
  font-family: "montserrat-black-webfont";
  font-weight: normal;
  color: #12253e;
  line-height: 1.2;
  text-transform: none; }
body:not(.homepage) h1 {
  margin: 0.2em 0;
  font-size: 36px;
  color: #12253e; }
body:not(.homepage) h2,
body:not(.homepage) h2 a {
  font-size: 26px;
  color: #293849 !important; }
body:not(.homepage) h3 {
  font-size: 21px;
  color: #3e71b4; }

.cartcols h2 {
  font-size: 20px; }

a {
  font-family: 'open_sansregular';
  color: #12253e;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

/***************** CONTAINERS **************************/
body {
  background: url(images/bottom-container-bg.jpg) #ddd no-repeat fixed;
  background-size: cover;
  overflow-x: hidden;
  overflow-y: visible; }

body.saffireMobileSize {
  background: #fff; }

.wrapper {
  width: 100%; }

body:not(.homepage) .content {
  position: relative;
  max-width: calc(1030px - 15px - 15px);
  margin: 30px auto 60px;
  padding: 15px 15px 15px 15px;
  background: #fff; }

.saffireLargeSize.homepage .content,
.homepage .content {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: none; }

.subContainer {
  background: #b9dae3;
  color: #111; }

.subContainer a,
.subContainer h1, .subContainer h2, .subContainer h3 {
  color: #111; }
.subContainer .error {
  color: #000; }

.dateDisplayBar,
.dateDisplay {
  background: #12253e;
  color: #fff; }
  .dateDisplayBar a,
  .dateDisplay a {
    color: #fff; }

#google_translate_element {
  /* |%  Google translate position */
  top: 15px;
  right: 30px; }

.carthr {
  background: #111; }

.orderhistory {
  background: #12253e; }

.orderhistory th {
  color: #fff;
  padding: 8px 3px; }

.alternateRow {
  background: #b9dae3; }

.listingItem {
  background: #b9dae3;
  border-bottom: 1px solid #95c7d4; }
  .listingItem:hover {
    background: #c4e0e7; }

/*************** 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; }

#top-sticky {
  background: #3c82db; }

/************* BUTTON STYLES *********************/
a.button,
.button {
  /* |%  set font-family */
  padding: 1px 8px;
  font-size: 20px;
  line-height: 1.75em;
  text-transform: uppercase;
  border-radius: 0px;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "montserrat-extrabold-webfont"; }

a.button,
.button,
.buttonSmall {
  background: #ffbc00;
  background: -webkit-linear-gradient(-90deg, #ffbc00);
  background: linear-gradient(180deg, #ffbc00);
  color: #790202 !important; }

a.button:hover,
.button:hover,
.buttonSmall:hover {
  background: #ffcc3d;
  color: #790202 !important; }

a.updateButton.buttonSmall,
a.removeButton.buttonSmall,
a.cartMenuRemoveButton.button.buttonSmall {
  font-size: 0.9em; }

/************************* MODAL CONTENT ********************/
.modal {
  background: #fff;
  padding-top: 15px;
  border: 10px solid #fff; }

.modalBody {
  /* |%  set modal background color if not white */
  background: #fff;
  padding: 14px; }

.modalPageBackground {
  background-color: black;
  opacity: 0.5; }

.modalContent #google_translate_element {
  top: 1px;
  right: 0; }
.modalContent h1 {
  font-size: 24px;
  line-height: 1.2em; }

.modalClose {
  top: 1px;
  background: none; }
  .modalClose .modalCloseButton img {
    display: none; }
  .modalClose .modalCloseButton:before {
    content: "X";
    font-family: sans-serif; }

/* SHOWORKS TABLE */
.modalBody .showorksModalTitle {
  /* |%  set font-family */
  font-size: 32px;
  line-height: 36px; }
.modalBody .showorksBreadcrumbs {
  /* |%  set font-family */
  font-size: 20px;
  color: #12253e;
  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: #333; }
.modalBody .showorksTableGrid tr.odd {
  background: #fff;
  color: black; }
.modalBody .showorksTableGrid tr.even {
  background: #e6e6e6;
  color: black; }

/**
 * 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;
  -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: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  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;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-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;
  -webkit-transition: opacity .4s ease;
  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;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #869791; }

.owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.owl-dots {
  display: none; }

.generalmessage {
  /* |%  set font-family, background color, color, etc. */
  background: #004fa2;
  box-shadow: 0 -3px 5px #666 inset;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 8px;
  font-family: "montserrat-bold-webfont"; }
  .generalmessage a {
    color: #fff; }

.header .searchBox a.button,
.header .emailSignup a.button {
  color: #fff !important;
  background: #0082ca;
  font-family: "montserrat-regular-webfont";
  font-size: 14px;
  padding: 0 8px 1px; }

.header .searchBox a.button:hover,
.header .emailSignup a.button:hover {
  background: #08a7ff; }

.saffireLargeSize .header .emailSignup .emailInputSubmit a.button {
  text-indent: -999px;
  width: 1.4em;
  position: relative;
  overflow: hidden;
  font-family: "FontAwesome";
  display: inline-block; }

.saffireLargeSize .header .emailSignup .emailInputSubmit a:before {
  content: "\f003";
  text-indent: 0;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto; }

.header input.textbox {
  min-height: 15px; }

.header {
  /* |%  need to set height and width if not 100% */
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 86px;
  background: #777; }

@media screen and (max-width: 800px) {
  /* prevents crazyshifty stuff before js loads */
  .header {
    opacity: 0; }

  .pageIsLoaded .header {
    opacity: 1; } }
.saffireMobileSize .header {
  height: 102px; }

.headerInnerContent {
  display: block;
  margin: 0 auto;
  position: relative; }

.saffireLargeSize .headerInnerContent {
  height: 86px;
  max-width: 1000px;
  display: block;
  margin: 0 auto; }

.saffireMobileSize .headerInnerContent {
  padding-right: 0; }

.saffireMobileSize .headerInnerContent > .clear {
  clear: none; }

@media screen and (max-width: 1090px) {
  #logoContainer {
    width: 100% !important; } }

#customLogo {
  /* |%  logo settings */
  background: url("images/logo.png") no-repeat;
  z-index: auto !important;
  height: 85px;
  position: relative;
  left: 40px;
  right: auto;
  top: 0;
  bottom: auto;
  width: 110px;
  background-size: contain; }
  @media screen and (max-width: 1090px) {
    #customLogo {
      height: 75px;
      width: 85px; } }
  @media screen and (max-width: 850px) {
    #customLogo {
      width: 75px; } }
  #customLogo:after {
    content: '';
    width: 295px;
    height: 95px;
    display: block;
    position: absolute;
    top: 19px;
    left: -90px;
    background: url(images/logo-after.png) no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
    transition: .3s; }
    @media screen and (max-width: 1090px) {
      #customLogo:after {
        width: 260px;
        top: 14px; } }
    @media screen and (max-width: 850px) {
      #customLogo:after {
        width: 248px;
        top: 12px; } }

.saffireMobileSize #customLogo {
  width: 104px;
  top: 0; }

/* MAIN NAVIGATION */
.saffireLargeSize .nav {
  padding: 0;
  background: none;
  clear: both;
  width: 100%;
  z-index: 5002 !important;
  top: 0;
  position: relative; }

.saffireLargeSize .nav:hover {
  z-index: 5002 !important; }

.saffireLargeSize .nav .groups {
  position: absolute;
  height: 27px;
  max-height: 50px;
  bottom: 0;
  margin: auto;
  margin-right: 55px;
  right: 0;
  position: relative;
  right: 0;
  left: auto;
  top: 0;
  bottom: auto;
  bottom: auto;
  top: 0; }

.saffireLargeSize .nav .groups .group {
  margin: 0 0 0 5px;
  padding: 4px 9px 5px; }

.saffireLargeSize .nav .groups .group a,
.saffireLargeSize .navDummyLink {
  font-size: 16px;
  font-family: "montserrat-bold-webfont";
  line-height: normal;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }

@media screen and (max-width: 1030px) {
  .saffireLargeSize .nav .groups .group a,
  .saffireLargeSize .navDummyLink {
    font-size: 12.8px; } }
.saffireLargeSize .nav .groups .group a:hover,
.saffireLargeSize .nav .groups .group:hover a,
.saffireLargeSize .nav .groups .group:hover {
  color: #12253e;
  background: #ffbc00;
  border-radius: 4px 4px 0 0;
  text-shadow: none; }

.saffireLargeSize .nav .groups .group[aria-haspopup="false"] a:hover,
.saffireLargeSize .nav .groups .group[aria-haspopup="false"]:hover a,
.saffireLargeSize .nav .groups .group[aria-haspopup="false"]:hover {
  border-radius: 4px; }

/* MAIN NAVIGATION DROP-DOWN MENUS */
.saffireLargeSize .nav .items,
.saffireLargeSize .nav .subitems {
  /* |%  nav dropdown colors */
  background: #ffbc00;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff; }

.saffireLargeSize .nav .items {
  left: 0;
  min-width: 100%; }

.saffireLargeSize .nav .item {
  min-width: 100%; }

.saffireLargeSize .nav .groups .group:hover .items .item a,
.saffireLargeSize .nav .items .item a,
.saffireLargeSize .navDummyLink {
  color: #fff;
  font: 16px "open_sansregular", Arial, Verdana, sans-serif, Arial, Helvetica, sans-serif; }

.saffireLargeSize .nav .items .item a:hover {
  color: #e0e0e0;
  background: #ffcc3d; }

.saffireLargeSize .nav .group:last-child .items {
  left: auto;
  right: 0; }

.saffireLargeSize .nav .group:last-child .subitems {
  left: auto;
  right: 100%; }

/* TOP LINKS */
.saffireLargeSize .quickLinks {
  position: static;
  right: 150px;
  left: auto;
  top: 10px;
  bottom: auto;
  float: none;
  margin-top: 0;
  margin-bottom: 0; }

.saffireLargeSize .quickLinks ul li > a:hover,
.saffireLargeSize .quickLinks ul li.standardLoginStatus a:hover,
.saffireLargeSize .quickLinks ul li.standardMyAccount a:hover,
.saffireLargeSize a.cartMenuLink:hover {
  /* |%  hover color for quick links */
  color: #e0e0e0; }

.saffireLargeSize .quickLinks,
.saffireLargeSize .quickLinks ul li,
.saffireLargeSize .quickLinks ul li > a,
.saffireLargeSize .quickLinks ul li.standardLoginStatus a,
.saffireLargeSize .quickLinks ul li.standardMyAccount a,
.saffireLargeSize a.cartMenuLink {
  font-size: 10px;
  line-height: normal;
  color: #12253e;
  font-family: "montserrat-regular-webfont"; }

.saffireLargeSize .quickLinks ul li > a.ticket,
.saffireLargeSize .ticket,
.saffireLargeSize .ticket:hover {
  display: inline-block;
  position: absolute;
  right: 0;
  left: auto;
  top: 10px;
  bottom: auto;
  color: #fff;
  padding-left: 0;
  font-family: "OpenSans-Bold-webfont";
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: url(images/tickets.png) no-repeat 0 0 #0f0;
  width: 130px;
  height: 8px;
  padding: 9px 10px;
  width: 110px;
  height: -10px; }

.saffireLargeSize .ticket:hover {
  background: url(images/tickets.png) no-repeat 0 bottom #0f0; }

.saffireMobileSize a.ticket,
.saffireMobileSize a.ticket:hover {
  border-radius: 0px;
  height: auto;
  left: auto;
  overflow: hidden;
  padding: 0 3px;
  position: absolute;
  right: 7px;
  text-decoration: none;
  text-indent: 0;
  top: 52px;
  white-space: nowrap;
  width: auto;
  /* line-height: normal !important;
  font-size: 24px !important; */
  background: #0082ca;
  color: #fff;
  font-family: "montserrat-extrabold-webfont";
  font-size: 24px;
  right: 15px; }

.saffireLargeSize .viewcart {
  position: relative;
  z-index: 2000000; }

.cartNavItemSection.cartNavItemSectionProductDetails {
  border-bottom-color: #fff; }

.saffireLargeSize #svgViewCartIcon {
  display: none; }

.saffireLargeSize .quickLinks ul .viewcart a {
  font-family: "montserrat-regular-webfont";
  font-size: 10px;
  text-transform: none;
  color: #12253e;
   /*  @if map-get($quickLinks, icon-cart) {
    	color: map-get($headerInputs, font-color);

    } */ }

.saffireLargeSize #svgViewCartIcon path {
  fill: #12253e; }

/* EMAIL & SEARCH BOXES */
.saffireLargeSize .header .emailSignup {
  position: static;
  right: 0;
  left: auto;
  top: 24px;
  bottom: auto;
  float: right;
  margin-left: 6px;
  /* margin-top: 8px; */
  width: auto;
  z-index: auto;
  font-size: 2em; }

.quickLinks ul {
  z-index: auto; }

.saffireLargeSize .header .emailSignup .emailInputField input {
  width: 0;
  padding: 0;
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  transition: all 0.3s ease;
  border-width: 0;
  box-shadow: -2px 0 3px #000; }

.saffireLargeSize .header .emailSignup:hover .emailInputField input,
.saffireLargeSize .header .emailSignup .emailInputField input:focus {
  width: 125px;
  padding-right: 15px;
  padding-left: 5px;
  z-index: 2000001; }

.saffireLargeSize .header .emailSignup .emailInputSubmit a {
  border-radius: 0px !important; }

.saffireLargeSize .header .emailSignup:hover .emailInputSubmit a {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.saffireLargeSize .header .emailSignup .emailInputSubmit a:hover {
  background: #0082ca; }

.searchBox input,
.emailSignup .textbox {
  border-radius: 0px 0 0 0px !important;
  top: 0;
  border-right: none; }

.saffireLargeSize .header .searchBox {
  position: static;
  right: 0;
  left: auto;
  top: 50px;
  bottom: auto;
  float: right;
  margin-left: 6px;
  /* margin-top: 8px; */
  z-index: 5003;
  font-size: 2em; }

/* WEATHER BUG */
#weatherBugWidget {
  color: #fff;
  white-space: nowrap;
  position: relative;
  left: 0;
  right: auto;
  top: -4px;
  bottom: auto;
  visibility: hidden;
  font-family: 'OpenSans-Bold-webfont';
  font-size: 11px;
  background: rgba(27, 79, 144, 0.7);
  display: inline-block;
  padding: 6px 7px 8px; }

.weatherDescriptive {
  display: none !important; }

.saffireMobileSize #weatherBugWidget {
  display: none !important; }

#weatherBugText {
  display: none; }

#weatherBugImage {
  top: 3px; }

#weatherBugShortDescription {
  display: inline; }

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: url("images/") repeat-x #fff center;
  color: #111;
  text-align: center; }
  .footer a {
    color: #111;
    text-decoration: none; }
    .footer a:hover {
      text-decoration: underline; }
  .footer ul.footerItems1 {
    margin: 0 auto;
    font-family: "open_sansbold";
    font-size: 14px;
    text-transform: uppercase; }
  .footer .footerSignIn {
    text-transform: uppercase; }
  .footer ul.footerItems2 {
    margin: 0 auto; }

.saffireMobileSize .footer {
  background: #276fd3;
  background-size: cover;
  padding: 20px 0 40px; }
  .saffireMobileSize .footer .footer-logo {
    background: url(images/footer-logo.png) no-repeat;
    background-position: center;
    height: 150px; }
  .saffireMobileSize .footer a:hover {
    text-decoration: none; }
  .saffireMobileSize .footer .footer-upper {
    display: none; }
  .saffireMobileSize .footer ul.footerItems1 {
    display: none;
    max-width: 300px;
    margin-bottom: 6px; }
  .saffireMobileSize .footer .footerSignIn {
    max-width: 300px;
    margin: auto; }
  .saffireMobileSize .footer ul.footerItems2 {
    margin-top: 25px;
    text-align: center; }
  .saffireMobileSize .footer .footer-info {
    display: flex;
    flex-direction: column;
    margin-bottom: 35px; }
    .saffireMobileSize .footer .footer-info .company {
      margin: 20px 0 !important; }
    .saffireMobileSize .footer .footer-info .company, .saffireMobileSize .footer .footer-info a.footer-phone, .saffireMobileSize .footer .footer-info a.footer-email {
      font: 18px/1 'montserrat-light-webfont';
      color: #fff;
      margin: 7px auto; }
  .saffireMobileSize .footer .copy-power-container {
    width: 66%;
    margin: auto;
    font: 11px/1 'montserrat-light-webfont';
    color: #fff;
    line-height: 2.3em; }
    .saffireMobileSize .footer .copy-power-container .powered-by {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 30px; }
      .saffireMobileSize .footer .copy-power-container .powered-by .saffire-img {
        display: inline-block;
        position: relative;
        height: 38px;
        width: 55px;
        bottom: 5px;
        margin-left: 10px;
        background: url(images/saffire-img.png) no-repeat;
        background-position: center; }

#rotatingContentWidget {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  height: 400px;
  width: 270px;
  max-width: 270px;
  margin: 0;
  padding: 0;
  border-radius: 3px; }
  #rotatingContentWidget .headline {
    font: 24px/1 'TrajanProRegular';
    color: #12253e;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 10px; }
  #rotatingContentWidget a.more-news {
    display: none;
    position: absolute;
    top: 92%;
    left: 27px;
    text-decoration: none;
    font: 14px/1 'montserrat-bold-webfont';
    color: #12253e;
    -webkit-transition: .2s;
    transition: .2s; }
    #rotatingContentWidget a.more-news:hover {
      color: #3c82db;
      cursor: pointer;
      text-decoration: underline; }
  #rotatingContentWidget .rotating-widget-item {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 35px;
    height: 45px;
    width: auto;
    text-decoration: none; }
    #rotatingContentWidget .rotating-widget-item:hover .rotating-widget-title {
      text-decoration: underline; }
    #rotatingContentWidget .rotating-widget-item:before {
      content: '';
      height: 30px;
      width: 2px;
      position: absolute;
      left: -13px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background: #7d8d9e; }
  #rotatingContentWidget .image-container {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-right: 15px; }
    #rotatingContentWidget .image-container .rotating-widget-title {
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: static;
      display: block;
      margin: 0 auto;
      color: #12253e;
      font: 14px/1 'montserrat-bold-webfont';
      text-align: left; }
    #rotatingContentWidget .image-container .rotatingContentDescription {
      display: none !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: static;
      display: block;
      margin: 20px auto 0;
      color: #fff;
      font: 18px/1 'open_sansregular';
      text-align: center; }

.saffireMobileSize #rotatingContentWidget {
  background: #d4e2f6;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 430px;
  padding-top: 20px; }
  .saffireMobileSize #rotatingContentWidget .headline {
    margin: 0;
    padding: 20px; }
  .saffireMobileSize #rotatingContentWidget .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 300px;
    margin: 8px auto; }
  .saffireMobileSize #rotatingContentWidget a.more-news {
    position: static;
    display: flex;
    max-width: 300px;
    margin: 40px auto 20px;
    padding-left: 45px; }

#cardWidgetDonate {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0;
  padding: 0; }
  .saffireMobileSize #cardWidgetDonate {
    margin-right: 20px;
    margin-bottom: 15px;
    text-decoration: none; }
    @media screen and (max-width: 500px) {
      .saffireMobileSize #cardWidgetDonate {
        margin-right: 30px; } }
  #cardWidgetDonate .card-widget-item {
    box-sizing: border-box;
    text-decoration: none; }
  #cardWidgetDonate .card-widget-title {
    position: static;
    display: block;
    width: 100%;
    font: 14px/1 'montserrat-bold-webfont';
    color: #7c010b;
    padding: 7px 5px 5px;
    text-align: center;
    background: #febc01;
    text-transform: uppercase;
    border-radius: 3px;
    margin-left: 1em;
    text-decoration: none; }
    .saffireMobileSize #cardWidgetDonate .card-widget-title {
      background: #fed767; }
    #cardWidgetDonate .card-widget-title:hover {
      background: #fec934; }
  #cardWidgetDonate .card-widget-description,
  #cardWidgetDonate .buttonwrap,
  #cardWidgetDonate .image-container {
    display: none; }

/* PAGINATION*/
/* LEFT-RIGHT ARROWS*/
/* You shouldn't need to change the items below for the most part*/
/* used for placing pagination - necessary when giving a specific left value - must be set in Spark (default is 5)*/
/* this allows for vertical centering of images - disable if opting for img elements*/
/*/////////////////////////////////////////////////////////////////////*/
/* MIXINS AND ETC. FOR SLIDER*/
/*/////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - General Settings*/
/*/////////////////////////////////////////////////////////////////////*/
.homepage {
  /* Homepage Swiper Slider*/
  /* Slideshow Description*/
  /* Slideshow Description - Current Slide Description*/
  /* New Slider Description Container*/
  /* Slider Title*/
  /* Slideshow Swiper Container*/
  /* Swiper Slide*/
  /* Slider Button Container*/
  /* Slideshow Swiper Button - PREV*/
  /* Slideshow Swiper Button - NEXT*/
  /* Slider Controls container*/
  /* Slideshow Swiper Pagination*/
  /* Play Pause Buttons*/
  /* Play Pause Buttons*/
  /* Slider Play Pause*/ }
  .homepage .homepageSwiperSlider {
    position: relative; }
  .homepage .slideshowSwiperDescription {
    display: none;
    /* Slideshow Description - Hover Styles*/ }
    .homepage .slideshowSwiperDescription a,
    .homepage .slideshowSwiperDescription span {
      display: none;
      text-decoration: none; }
    .homepage .slideshowSwiperDescription .sliderTextDescription {
      display: block;
      color: #fff;
      line-height: 1.2em;
      pointer-events: none;
      max-width: 100%; }
  .homepage .slideshowSwiperDescription.currentSlideDescription {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    position: static;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-family: "montserrat-light-webfont";
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s; }
    @media screen and (max-width: 725px) {
      .homepage .slideshowSwiperDescription.currentSlideDescription {
        padding-top: 1em;
        padding-left: 2%;
        padding-right: 2%; } }
  .homepage #newSliderDescriptionContainer {
    background: rgba(39, 111, 211, 0.8); }
  .homepage .sliderTitle {
    position: relative;
    max-width: 100%;
    line-height: normal;
    font-family: "montserrat-extralight-webfont";
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    height: 22px; }
    @media screen and (max-width: 1023px) {
      .homepage .sliderTitle {
        font-size: 18px; } }
  .homepage .swiper-container {
    position: relative;
    margin: 0 auto;
    background: #0077c4;
    overflow: hidden;
    z-index: 1;
    /* Specify Swiper's Size: */
    width: 100%;
    max-width: 725px;
    height: 400px;
    /* Swiper Container - Inset Shadow*/
    /* Swiper Container - Hover Styles*/ }
    .homepage .swiper-container:before {
      content: "";
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 2;
      background: transparent;
      box-shadow: 0 0 30px #000 inset;
      pointer-events: none; }
    .homepage .swiper-container:hover .slideshowSwiperDescription {
      max-height: 400px; }
  .homepage .swiper-slide {
    /* Specify Slides's Size: */
    position: relative;
    height: 400px;
    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; }
  @media screen and (max-width: 725px) {
    .homepage .swiper-slide,
    .homepage .swiper-container {
      height: 66vw; } }
  .homepage span.sliderButtonContainer {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    max-width: 115px;
    /* Buttons*/ }
    .homepage span.sliderButtonContainer a {
      margin: 3px; }
    .homepage span.sliderButtonContainer a.button {
      display: inline-block;
      padding: 4px 10px 2px;
      font-family: "montserrat-bold-webfont";
      font-size: 12px;
      color: #790202 !important;
      background: #ffbc00;
      background: -webkit-linear-gradient(-90deg, #ffbc00);
      background: linear-gradient(180deg, #ffbc00);
      white-space: nowrap;
      margin: 5px;
      /* More and BuyNow Buttons*/
      /* Button - Hover Styles*/ }
      .homepage span.sliderButtonContainer a.button.sliderMoreButton, .homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
        font-size: 12px; }
      .homepage span.sliderButtonContainer a.button.sliderMoreButton {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      .homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .homepage span.sliderButtonContainer a.button:hover {
        background: #ffcc3d; }
  .homepage .slideshowSwiperButtonPrev {
    position: absolute;
    top: 89%;
    right: 0;
    margin: auto;
    z-index: 4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(15px / 2) 7px calc(15px / 2) 0;
    border-color: transparent #ffbc00 transparent transparent;
    left: -698px;
    /* Slideshow Swiper Button - PREV - Hover Styles*/ }
    @media screen and (max-width: 725px) {
      .homepage .slideshowSwiperButtonPrev {
        left: 0;
        right: auto;
        top: 49.1034482759vw; } }
    @media screen and (max-width: 725) {
      .homepage .slideshowSwiperButtonPrev {
        left: 1%;
        right: auto; } }
  .homepage .slideshowSwiperButtonNext {
    position: absolute;
    top: 89%;
    left: 0;
    margin: auto;
    z-index: 4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(15px / 2) 0 calc(15px / 2) 7px;
    border-color: transparent transparent transparent #ffbc00;
    right: -698px;
    /* Slideshow Swiper Button - PREV - Hover Styles*/ }
    @media screen and (max-width: 725px) {
      .homepage .slideshowSwiperButtonNext {
        right: 0;
        left: auto;
        top: 49.1034482759vw; } }
    @media screen and (max-width: 725) {
      .homepage .slideshowSwiperButtonNext {
        right: 1%;
        left: auto; } }
  .homepage .sliderControlsContainer {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    top: 100%;
    bottom: auto;
    /* setting is left, right or center*/
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    width: 100%;
    margin: 0;
    text-align: center;
    z-index: 3; }
  .homepage .slideshowSwiperPagination {
    box-sizing: border-box;
    display: inline-block;
    padding-top: 3px; }
  .homepage .sliderPlayPauseButtons {
    display: none; }
  .homepage .swiper-pagination-bullet {
    position: relative;
    top: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px;
    background: #fff;
    -webkit-transition: background 0.4s ease;
    transition: background 0.4s ease;
    border-radius: 50%; }
    .homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #ffbc00; }
    .homepage .swiper-pagination-bullet:hover {
      background: #ffbc00; }
  .homepage .sliderPlayPause {
    display: inline-block;
    cursor: pointer;
    width: 10px;
    height: 10px;
    font-size: 0;
    color: #fff; }
    .homepage .sliderPlayPause.playing:before {
      content: '\275A \275A'; }
    .homepage .sliderPlayPause:before {
      content: '\25B6'; }

.homepage.saffireLargeSize .currentSlideDescription,
.homepage.saffireMobileSize .currentSlideDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  opacity: 1; }

.homepage .currentSlideDescription a,
.homepage .currentSlideDescription span,
.homepage .currentSlideDescription span.sliderTitle
.homepage .swiper-slide-active .slideshowSwiperDescription > a,
.homepage .swiper-slide-active .slideshowSwiperDescription span.sliderTitle {
  display: block; }

.homepage .currentSlideDescription .slideshowSwiperDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  display: block; }

.homepage .currentSlideDescription,
.homepage .swiper-slide.swiper-slide-active {
  opacity: 1; }

/*/////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - saffireLargeSize Settings*/
/*/////////////////////////////////////////////////////////////////////*/
.homepage.saffireLargeSize {
  /* Homepage Swiper Slider*/
  /* Slideshow Description*/
  /* Swiper Container*/
  /* Current Slide Description*/
  /* Slider Text Description*/
  /* Slider Title*/
  /* New Slider Description Container*/ }
  .homepage.saffireLargeSize .homepageSwiperSlider {
    max-width: 725px;
    width: 100%; }
  .homepage.saffireLargeSize .slideshowSwiperDescription {
    max-width: none;
    padding: 5px 25px 5px 25px;
    /* Slideshow Description - Hover Styles*/ }
  .homepage.saffireLargeSize .swiper-container {
    border: none;
    border-radius: 4px; }
  .homepage.saffireLargeSize .currentSlideDescription {
    /* Slider Button Container*/ }
    .homepage.saffireLargeSize .currentSlideDescription .sliderButtonContainer {
      position: static;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-end !important;
      max-width: 115px;
      width: auto;
      min-width: initial;
      text-align: right;
      z-index: 300;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .homepage.saffireLargeSize .currentSlideDescription .sliderButtonContainer a.button {
        margin: 3px !important;
        border-radius: 3px; }
      .homepage.saffireLargeSize .currentSlideDescription .sliderButtonContainer a {
        margin: 3px; }
    .homepage.saffireLargeSize .currentSlideDescription a.button {
      margin: 0 5px;
      padding: 4px 10px 2px; }
  .homepage.saffireLargeSize .sliderTitle {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .homepage.saffireLargeSize #newSliderDescriptionContainer {
    display: flex;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    bottom: 0;
    top: auto;
    height: auto;
    width: 725px;
    max-width: 100%;
    z-index: 2;
    -webkit-transition: 1s;
    transition: 1s;
    height: auto;
    min-height: 70px;
    /* Slider Text Container*/
    /* New Slider Description Container - Hover Styles*/ }
    .homepage.saffireLargeSize #newSliderDescriptionContainer .sliderTextContainer {
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      justify-content: center;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 5px 12px; }

/*/////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - saffireMobileSize Settings*/
/*/////////////////////////////////////////////////////////////////////*/
.homepage.saffireMobileSize {
  /* Swiper Slide*/
  /* Slideshow Description - Slider Text Description*/
  /* Slider Title*/
  /* Slideshow Description - Current Slide Description*/
  /* New Slider Description Container*/
  /* Slideshow Swiper Buttons*/
  /* Slideshow Swiper Button - PREV*/
  /* Slideshow Swiper Button - NEXT*/
  /* Slider Controls Container */ }
  .homepage.saffireMobileSize .swiper-slide-active {
    overflow: hidden; }
  .homepage.saffireMobileSize .sliderTextDescription {
    display: none;
    font-size: 14px;
    line-height: 1.3;
    opacity: 1;
    text-align: center; }
  .homepage.saffireMobileSize .sliderTitle {
    height: auto;
    padding: 0;
    font-size: 20px;
    text-align: center; }
  .homepage.saffireMobileSize .currentSlideDescription {
    width: 100%;
    height: auto;
    padding: 22px 5% 10px;
    margin: 0;
    flex-direction: column; }
    .homepage.saffireMobileSize .currentSlideDescription .sliderTextContainer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      margin-bottom: 15px;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer {
      position: static;
      top: auto;
      bottom: 102%;
      left: 0;
      right: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      flex-wrap: nowrap;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
      width: 100%;
      margin: 10px auto; }
      .homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer a {
        display: inline-block;
        width: 25%;
        min-width: 80px;
        padding: 4px 0;
        margin: 0 10px;
        border-radius: 3px; }
  .homepage.saffireMobileSize #newSliderDescriptionContainer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    padding-top: 24px;
    background: #276fd3;
    z-index: 2; }
  .homepage.saffireMobileSize .slideshowSwiperButtonNext,
  .homepage.saffireMobileSize .slideshowSwiperButtonPrev {
    display: none !important; }
  .homepage.saffireMobileSize .slideshowSwiperButtonPrev {
    display: none !important; }
  .homepage.saffireMobileSize .slideshowSwiperButtonNext {
    display: none !important; }
  .homepage.saffireMobileSize .sliderControlsContainer {
    position: absolute;
    top: 0;
    padding: 5px 0; }

.cardWidget-headline {
  font: 24px/1 'TrajanProRegular';
  color: #12253e;
  text-transform: uppercase;
  text-align: center;
  margin: 20px; }

#cardWidget {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 30px;
  padding: 0 20px;
  vertical-align: middle;
  background: transparent;
  text-align: center; }
  #cardWidget .card-widget-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 230px;
    width: 230px;
    height: 280px;
    background: rgba(39, 111, 211, 0.7);
    overflow: hidden; }
    #cardWidget .card-widget-item:hover .card-content {
      opacity: 1;
      top: 0;
      height: 100%;
      width: 100%; }
      #cardWidget .card-widget-item:hover .card-content .card-widget-title, #cardWidget .card-widget-item:hover .card-content .card-widget-description, #cardWidget .card-widget-item:hover .card-content .buttonwrap {
        opacity: 1; }
    #cardWidget .card-widget-item:hover .title-box {
      top: 150%;
      opacity: 0; }
  #cardWidget .image-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 215px;
    height: 210px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
    margin-top: 7px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    #cardWidget .image-container .card-content {
      position: relative;
      height: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: rgba(39, 111, 211, 0.9);
      -webkit-transition: .2s;
      transition: .2s;
      opacity: 0;
      height: 0; }
    #cardWidget .image-container .card-widget-title {
      position: static;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      width: 100%;
      font: 14px/1 'montserrat-light-webfont';
      color: #fff;
      text-transform: capitalize;
      padding: 20px 15px 8px;
      -webkit-transition: .4s;
      transition: .4s;
      opacity: 0; }
    #cardWidget .image-container .card-widget-description {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font: 14px/1 'montserrat-light-webfont';
      color: #fff;
      padding: 10px;
      margin-bottom: 8px;
      line-height: 1.3em;
      -webkit-transition: .4s;
      transition: .4s;
      opacity: 0; }
    #cardWidget .image-container .buttonwrap {
      -webkit-transition: .4s;
      transition: .4s;
      opacity: 0; }
      #cardWidget .image-container .buttonwrap a {
        font: 12px/1 'montserrat-bold-webfont';
        color: #790202;
        background: #ffbc00;
        padding: 8px 10px;
        margin: 3px;
        text-decoration: none;
        border-radius: 3px;
        -webkit-transition: .2s;
        transition: .2s; }
        #cardWidget .image-container .buttonwrap a:hover {
          background: #ffd766; }
    #cardWidget .image-container .title-box {
      position: absolute;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      width: 100%;
      font: 14px/1 'montserrat-light-webfont';
      color: #fff;
      text-transform: capitalize;
      padding: 20px 15px 8px;
      top: 100%;
      opacity: 1;
      -webkit-transition: .3s;
      transition: .3s; }

.saffireLargeSize #cardWidget .owl-nav .owl-next {
  padding: 0;
  background: transparent;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffbc00;
  position: absolute;
  top: 39%;
  right: 0; }
  @media screen and (max-width: 1015px) {
    .saffireLargeSize #cardWidget .owl-nav .owl-next {
      right: 12px; } }
.saffireLargeSize #cardWidget .owl-nav .owl-prev {
  padding: 0;
  background: transparent;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ffbc00;
  position: absolute;
  top: 39%;
  left: 0; }
  @media screen and (max-width: 1015px) {
    .saffireLargeSize #cardWidget .owl-nav .owl-prev {
      left: 12px; } }

.saffireMobileSize #cardWidget .card-widget-item {
  background: #276fd3;
  margin: auto; }
.saffireMobileSize #cardWidget .owl-dots {
  display: none; }
.saffireMobileSize #cardWidget .owl-nav .owl-prev {
  padding: 0;
  background: transparent;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ffbc00;
  position: absolute;
  top: 39%;
  left: 2px; }
  @media screen and (max-width: 775px) {
    .saffireMobileSize #cardWidget .owl-nav .owl-prev {
      left: 2%; } }
  @media screen and (max-width: 535px) {
    .saffireMobileSize #cardWidget .owl-nav .owl-prev {
      left: 9%; } }
.saffireMobileSize #cardWidget .owl-nav .owl-next {
  padding: 0;
  background: transparent;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffbc00;
  position: absolute;
  top: 39%;
  right: 2px; }
  @media screen and (max-width: 775px) {
    .saffireMobileSize #cardWidget .owl-nav .owl-next {
      right: 2%; } }
  @media screen and (max-width: 535px) {
    .saffireMobileSize #cardWidget .owl-nav .owl-next {
      right: 9%; } }

#cardWidgetAds {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 212px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  vertical-align: middle;
  background: url(images/ad-bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center; }
  #cardWidgetAds .card-widget-item {
    box-sizing: border-box;
    display: flex;
    flex: 1 1 100%;
    min-height: 90px;
    height: 90px; }
    #cardWidgetAds .card-widget-item .card-content .card-widget-title {
      display: none !important;
      position: static;
      display: block;
      width: 100%;
      font: 14px/1 'open_sansregular';
      color: #0084bd;
      text-transform: capitalize; }
  #cardWidgetAds .owl-stage-outer {
    overflow: visible; }
  #cardWidgetAds .image-container {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    max-height: 90px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
    transition: 0.3s; }
  #cardWidgetAds .card-widget-image {
    display: block;
    margin: auto;
    width: 730px;
    box-shadow: 3px 4px 0 #74bdf2; }
  #cardWidgetAds .owl-dots {
    display: none; }

body:not(.homepage) #siteInfoBannerWidget {
  display: none !important; }

#siteInfoBannerWidget {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  height: 55px;
  width: auto;
  max-width: 100%;
  margin: 0 auto 15px;
  padding: 0;
  background: transparent;
  font-family: "montserrat-bold-webfont";
  font-size: 12px;
  color: #111;
  text-align: right;
  line-height: 1;
  z-index: 2;
  min-width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #siteInfoBannerWidget #eventDates {
    font-family: "montserrat-black-webfont";
    font-size: 18px;
    font-weight: 400;
    color: #12253e;
    display: inline-block; }
  #siteInfoBannerWidget #eventName {
    margin-right: 15px;
    font-size: 12px;
    font-weight: 400;
    display: inline-block; }
  #siteInfoBannerWidget .countdownDays {
    display: inline-block;
    font-family: "montserrat-black-webfont";
    font-size: 12px;
    font-weight: 400;
    color: #111; }

.saffireMobileSize #siteInfoBannerWidget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: auto;
  right: auto !important;
  padding: 35px;
  background: #fff;
  color: #111;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.9em;
  text-align: center; }
  .saffireMobileSize #siteInfoBannerWidget #eventName {
    font-size: 14px;
    color: inherit;
    margin: 0; }
  .saffireMobileSize #siteInfoBannerWidget #eventDates {
    font-size: 18px;
    color: inherit; }
  .saffireMobileSize #siteInfoBannerWidget .countdownDays {
    font-size: 14px;
    color: inherit; }

body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
  font-family: "montserrat-black-webfont";
  font-size: 18px;
  color: #12253e; }
  @media screen and (max-width: 817px) {
    body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
      font-size: 16px; } }
body.siteInfoBannerWidgetDateIsPast.noThankYouMessage #siteInfoBannerWidget {
  display: none !important; }

body.saffireMobileSize.siteInfoBannerWidgetDateIsPast.siteInfoBannerWidgetNoThankYouMessage #siteInfoBannerWidget {
  height: 0;
  padding: 0; }

#multiScheduleFeature {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: rgba(39, 111, 211, 0.7);
  width: 465px;
  height: 331px;
  max-width: 100%;
  padding: 20px;
  margin-top: 44px; }
  @media screen and (max-width: 817px) {
    #multiScheduleFeature {
      margin-top: 70px; } }
  #multiScheduleFeature .multiFeatureTitle {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: -40px;
    left: 0;
    text-align: center;
    width: 465px;
    font: 24px/1 'TrajanProRegular';
    color: #12253e;
    padding: 0 0 20px; }
  #multiScheduleFeature .featureItem {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px;
    margin-left: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    #multiScheduleFeature .featureItem:hover {
      background: rgba(18, 37, 62, 0.5);
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    #multiScheduleFeature .featureItem:before {
      content: '';
      height: 30px;
      width: 2px;
      position: absolute;
      left: -20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background: #94b8e9; }
  #multiScheduleFeature .featureItemImage {
    display: inline-block;
    width: 100px;
    min-width: 100px;
    height: auto;
    margin-right: 10px;
    text-align: center; }
    #multiScheduleFeature .featureItemImage img {
      display: block;
      max-height: 100%;
      max-width: 100%;
      width: auto;
      height: auto; }
  #multiScheduleFeature .text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  #multiScheduleFeature .featureItemTitle,
  #multiScheduleFeature .featureItemDate,
  #multiScheduleFeature .featureItemDescription,
  #multiScheduleFeature .button-container {
    display: block; }
  #multiScheduleFeature .featureItemTitle {
    font-family: "montserrat-bold-webfont";
    font-weight: 400;
    font-size: 14px;
    color: #fff; }
  #multiScheduleFeature .featureItemDate {
    font-family: "montserrat-light-webfont";
    font-weight: 400;
    font-size: 14px;
    color: #fff; }
  #multiScheduleFeature .featureItemDescription {
    display: none;
    font-family: "open_sansregular";
    font-weight: 400;
    font-size: 14px; }
  #multiScheduleFeature .more-text {
    padding-left: 3px;
    text-decoration: underline; }
  #multiScheduleFeature .all-events-btn {
    position: relative;
    top: 15px;
    left: 35px;
    font: 14px/1 'montserrat-bold-webfont';
    color: #fff;
    text-decoration: underline;
    -webkit-transition: .2s;
    transition: .2s;
    text-transform: capitalize; }
    #multiScheduleFeature .all-events-btn:hover {
      color: #12253e; }
  #multiScheduleFeature .arrow {
    position: relative;
    bottom: -14.5px;
    left: 37px;
    font: 13px/1 'montserrat-bold-webfont';
    color: #fff; }

.saffireMobileSize #multiScheduleFeature {
  background: #276fd3;
  width: 100%;
  height: auto; }
  .saffireMobileSize #multiScheduleFeature .multiFeatureTitle {
    width: 100%;
    background: #276fd3;
    color: #fff;
    padding: 25px; }
  .saffireMobileSize #multiScheduleFeature .multiFeatureContent {
    max-width: 300px;
    margin: auto;
    padding: 20px; }

.pageIsLoaded .socialNetworks {
  right: 0; }
  @media screen and (max-width: 1230px) {
    .pageIsLoaded .socialNetworks {
      bottom: 0; } }

.socialNetworks {
  z-index: 80000000;
  position: fixed;
  right: -80px;
  top: 18%;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border: 3px solid rgba(255, 255, 255, 0.4);
  border-top: 5px solid rgba(255, 255, 255, 0.4);
  border-bottom: 5px solid rgba(255, 255, 255, 0.4); }
  .socialNetworks img {
    display: block;
    max-width: 40px;
    max-height: 40px; }
  .socialNetworks > span, .socialNetworks > a {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    left: 0;
    border: 3px solid rgba(255, 255, 255, 0.4);
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .socialNetworks > a:hover {
    left: -6px;
    z-index: 2;
    -webkit-transition: 0.2s;
    transition: 0.2s; }

#musicPlayerLink {
  height: 40px;
  width: 40px;
  float: none;
  margin: 0;
  background: url("images/music.jpg") no-repeat right 0;
  border: 3px solid rgba(255, 255, 255, 0.4);
  z-index: 2; }
  #musicPlayerLink #musicPlayerDropdown {
    top: -3px;
    right: 43px;
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #000;
    -webkit-box-shadow: 0 0 4px #000 inset;
    box-shadow: 0 0 4px #000 inset;
    font-size: 0.9em;
    color: #000; }
    #musicPlayerLink #musicPlayerDropdown a {
      padding-right: 14px;
      font-size: 13px;
      color: #000;
      text-decoration: none; }
  #musicPlayerLink #musicPlayerDropdown a:hover {
    position: relative;
    padding-left: 14px;
    padding-right: 3px; }
    #musicPlayerLink #musicPlayerDropdown a:hover:after {
      content: "";
      display: block;
      height: 0;
      width: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      border-top: 12px solid #000;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-radius: 58%;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }

@media screen and (max-width: 1230px) {
  .socialNetworks {
    top: auto;
    right: 0;
    bottom: -60px;
    border-top: none;
    border-bottom: none; }
    .socialNetworks img {
      max-width: 30px;
      max-height: 30px; }
    .socialNetworks > a, .socialNetworks > #musicPlayerLink {
      max-width: 30px;
      max-height: 30px;
      bottom: 0;
      float: left;
      margin: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      background-size: contain; }
    .socialNetworks > a:hover {
      left: 0;
      bottom: 6px;
      z-index: 2;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .socialNetworks #musicPlayerLink #musicPlayerDropdown {
      top: auto;
      bottom: -3px;
      right: 33px; } }
/* SOCIAL NETWORK PLUGIN */
#multiSocialWidget {
  height: 385px;
  width: 500px;
  max-width: 98%;
  background: none; }
  #multiSocialWidget #facebookfeedTab {
    background: url(images/insta-facebook.png) no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: 10px; }
  #multiSocialWidget #instafeedTab {
    background: url(images/insta-instagram.jpg) no-repeat;
    background-position: center;
    background-size: cover; }
  #multiSocialWidget #twitterfeedTab {
    background: url(images/insta-twitter.jpg) no-repeat;
    background-position: center;
    background-size: cover; }
  #multiSocialWidget .multiSocialWidgetTab {
    display: inline-block;
    position: relative;
    height: 40px;
    width: 40px;
    border: 3px solid #fff;
    margin-bottom: -5px;
    background: rgba(255, 255, 255, 0.7);
    font-family: "open_sansbold";
    font-size: 12px;
    color: #333;
    text-decoration: none;
    cursor: pointer; }
    #multiSocialWidget .multiSocialWidgetTab:hover {
      background: #fff;
      color: #333; }
    #multiSocialWidget .multiSocialWidgetTab .multiSocialWidgetTab.currentTab {
      background: #fff;
      color: #333;
      text-decoration: none;
      cursor: default; }
  #multiSocialWidget .multiSocialWidgetTab.inactive:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    background: rgba(255, 255, 255, 0.4); }
  #multiSocialWidget .multiSocialWidgetContainer {
    position: relative;
    top: -1px;
    left: 0;
    height: 330px;
    width: 490px;
    max-width: 98%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto; }
  #multiSocialWidget #instafeedContainer img {
    width: 45%;
    margin-right: 3%;
    margin-left: 2%; }
  #multiSocialWidget #instafeedContainer > a:hover {
    opacity: 0.75; }
  #multiSocialWidget #facebookfeedContainer {
    overflow: hidden; }

.saffireMobileSize #multiSocialWidget {
  box-sizing: border-box;
  max-width: 98%;
  padding: 0 4%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto; }
  .saffireMobileSize #multiSocialWidget .multiSocialWidgetTab {
    font-size: 10.2px; }

/* 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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 0 75px; }
  #sponsorWidgetContainer .sponsorWidgetContainer {
    padding-top: 0;
    padding-bottom: 20px; }
  #sponsorWidgetContainer .sponsorCarouselImage {
    margin-right: 40px; }
    #sponsorWidgetContainer .sponsorCarouselImage img {
      max-width: 180px;
      max-height: 180px; }
  #sponsorWidgetContainer #sponsorsTitleContainer {
    width: 100%;
    text-align: center;
    position: static !important; }
    #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
      font-family: "TrajanProRegular";
      font-size: 24px;
      color: #12253e;
      text-shadow: none;
      font-weight: 400;
      margin: 0;
      padding: 20px 0 5px; }
  #sponsorWidgetContainer #sponsorArrowRight {
    right: 3%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    #sponsorWidgetContainer #sponsorArrowRight span {
      border-width: 7.5px 0 7.5px 7px;
      border-color: transparent transparent transparent #20aee4; }
  #sponsorWidgetContainer #sponsorArrowLeft {
    left: 3%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    #sponsorWidgetContainer #sponsorArrowLeft span {
      border-width: 7.5px 7px 7.5px 0;
      border-color: transparent #20aee4 transparent transparent; }

.saffireMobileSize #sponsorWidgetContainer {
  padding: 25px 0; }
  .saffireMobileSize #sponsorWidgetContainer .sponsorArrow {
    display: none; }

#videoSection {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 990px;
  max-width: 100%;
  vertical-align: top;
  float: none;
  overflow: hidden;
  border: 10px solid rgba(39, 111, 211, 0.7);
  margin: 50px 0; }
  .saffireMobileSize #videoSection {
    margin: 25px 0; }
  #videoSection.single-video #arrow-container {
    display: none; }

#videoWidget {
  box-sizing: border-box;
  position: relative;
  height: 0;
  width: 100%;
  max-width: 990px;
  padding-bottom: 56.3%;
  text-align: center; }
  #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:hover .video-arrow.previous {
    left: 8px;
    opacity: 0.8;
    visibility: visible; }
  #videoWidget:hover .video-arrow.next {
    right: 8px;
    opacity: 0.8;
    visibility: visible; }
  #videoWidget .video-arrow {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 14px;
    background-size: contain;
    background-position: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    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 #videoList {
    display: none; }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.saffireLargeSize .body-wrapper {
  background: url(images/content-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-bottom: 12px; }
  .saffireLargeSize .body-wrapper .body-container {
    max-width: 1000px;
    margin: auto; }
.saffireLargeSize.saffireWindowScrolled .header {
  top: 0; }
.saffireLargeSize .content {
  padding-top: 86px !important; }
.saffireLargeSize .header {
  max-width: 100% !important;
  position: fixed;
  z-index: 999;
  top: 0; }
  .saffireLargeSize .header .headerInnerContent {
    max-width: 100%; }
    .saffireLargeSize .header .headerInnerContent #logoContainer {
      position: absolute;
      width: 1000px;
      top: 12px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 1; }
    .saffireLargeSize .header .headerInnerContent .header-upper {
      width: 100%;
      height: 36px;
      background: #fff; }
      .saffireLargeSize .header .headerInnerContent .header-upper .header-upper-container {
        position: relative;
        max-width: 1000px;
        height: 100%;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 35px;
        z-index: 999999; }
        .saffireLargeSize .header .headerInnerContent .header-upper .header-upper-container a {
          text-decoration: none;
          margin-right: 10px;
          font: 10px/1 'montserrat-bold-webfont';
          background: transparent; }
        .saffireLargeSize .header .headerInnerContent .header-upper .header-upper-container .viewCartText {
          margin-right: 10px;
          font: 10px/1 'montserrat-bold-webfont';
          height: 5px; }
        .saffireLargeSize .header .headerInnerContent .header-upper .header-upper-container .loginstatus {
          float: none; }
        .saffireLargeSize .header .headerInnerContent .header-upper .header-upper-container .searchBox {
          font-size: 10px;
          margin: 0 2px 0 10px; }
          .saffireLargeSize .header .headerInnerContent .header-upper .header-upper-container .searchBox .searchBoxInput.inputFieldTextbox.textbox {
            border-radius: 0 !important;
            border: 1px solid #aaa; }
          .saffireLargeSize .header .headerInnerContent .header-upper .header-upper-container .searchBox .searchBoxSubmit {
            height: 22px;
            width: 23px;
            background: url(images/search-icon.png) no-repeat;
            background-position: center;
            border: 1px solid #bcbcbc;
            border-radius: 0 2px 2px 0;
            border-left: none;
            padding: 0 8px 0 0; }
            .saffireLargeSize .header .headerInnerContent .header-upper .header-upper-container .searchBox .searchBoxSubmit a {
              background: transparent;
              height: 100%;
              width: 100%;
              padding: 0; }
        .saffireLargeSize .header .headerInnerContent .header-upper .header-upper-container .emailSignup {
          position: relative;
          top: 2px;
          font-size: 1em; }
          .saffireLargeSize .header .headerInnerContent .header-upper .header-upper-container .emailSignup:hover .emailInputField input {
            border: 1px solid #bcbcbc; }
          .saffireLargeSize .header .headerInnerContent .header-upper .header-upper-container .emailSignup .emailInputField input {
            height: 93%;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            right: 88%;
            top: -2px; }
          .saffireLargeSize .header .headerInnerContent .header-upper .header-upper-container .emailSignup .emailInputSubmit a {
            height: 16px;
            margin: 0 0 2px 10px; }
            .saffireLargeSize .header .headerInnerContent .header-upper .header-upper-container .emailSignup .emailInputSubmit a:before {
              content: '' !important;
              height: 16px;
              width: 24px;
              position: absolute;
              top: 0;
              left: 0;
              background: url(images/email-icon.png) no-repeat;
              background-position: center; }
    .saffireLargeSize .header .headerInnerContent .header-lower {
      height: 50px;
      background: #ffbc00; }
      .saffireLargeSize .header .headerInnerContent .header-lower .header-lower-container {
        max-width: 1000px;
        height: 100%;
        margin: auto;
        padding: 0 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media screen and (max-width: 930px) {
          .saffireLargeSize .header .headerInnerContent .header-lower .header-lower-container .groups {
            margin-right: -20px !important; }
          .saffireLargeSize .header .headerInnerContent .header-lower .header-lower-container .member-sign-in {
            font-size: 14px !important;
            padding: 11px 0 5px !important; } }
        .saffireLargeSize .header .headerInnerContent .header-lower .header-lower-container .nav-container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .saffireLargeSize .header .headerInnerContent .header-lower .header-lower-container .nav-container a.member-sign-in {
            display: block;
            margin: auto;
            text-decoration: none;
            font-size: 16px;
            font-family: "montserrat-bold-webfont";
            line-height: normal;
            color: #fff;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
            width: 165px;
            padding: 8px 0px 5px;
            z-index: 999;
            -webkit-transition: .3s;
            transition: .3s; }
            .saffireLargeSize .header .headerInnerContent .header-lower .header-lower-container .nav-container a.member-sign-in:hover {
              color: #12253e;
              text-shadow: none; }
.saffireLargeSize .homepageSwiperSlider .sliderControlsContainer {
  display: none; }
.saffireLargeSize .body-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 1035px) {
    .saffireLargeSize .body-upper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .saffireLargeSize .body-upper .homepageSwiperSlider {
        margin-bottom: 25px; } }
@media screen and (max-width: 1045px) {
  .saffireLargeSize .body-center #cardWidget {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .saffireLargeSize .body-center #cardWidget .card-widget-item {
      margin: 8px; } }
.saffireLargeSize .body-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 1035px) {
    .saffireLargeSize .body-lower {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .saffireLargeSize .body-lower #multiScheduleFeature {
        margin-bottom: 25px; } }
.saffireLargeSize .footer .footer-lower {
  background: url(images/footer-bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 15px; }
  .saffireLargeSize .footer .footer-lower .footer-logo {
    width: 140px;
    height: 160px;
    background: url(images/footer-logo.png) no-repeat;
    background-position: center;
    margin: auto;
    padding: 20px; }
  .saffireLargeSize .footer .footer-lower .footer-info, .saffireLargeSize .footer .footer-lower .footer-info a {
    position: relative;
    font: 20px/1 'montserrat-extralight-webfont';
    color: #fff;
    line-height: 1.5em; }
    .saffireLargeSize .footer .footer-lower .footer-info .footer-phone, .saffireLargeSize .footer .footer-lower .footer-info a .footer-phone {
      margin-right: 20px; }
  .saffireLargeSize .footer .footer-lower .footer-divider {
    width: 68%;
    height: 1px;
    margin: 25px auto;
    background: #81ade6; }
  .saffireLargeSize .footer .footer-lower .footerItems1 {
    margin-bottom: 20px; }
    .saffireLargeSize .footer .footer-lower .footerItems1 a {
      font: 12px/1 'montserrat-extralight-webfont';
      color: #fff; }
    .saffireLargeSize .footer .footer-lower .footerItems1 .separator {
      opacity: 0; }
  .saffireLargeSize .footer .footer-lower .copy-power-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font: 11px/1 'montserrat-light-webfont';
    color: #fff; }
    .saffireLargeSize .footer .footer-lower .copy-power-container .powered-by {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: 25px; }
      .saffireLargeSize .footer .footer-lower .copy-power-container .powered-by .saffire-img {
        width: 55px;
        height: 41px;
        background: url(images/saffire-img.png) no-repeat;
        background-position: center;
        display: inline-block;
        position: relative;
        bottom: 16px;
        margin-left: 10px; }

.saffireMobileSize #logoContainer {
  position: absolute;
  width: 1000px;
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1; }
  .saffireMobileSize #logoContainer #customLogo {
    margin: 0;
    width: 67px;
    height: 52px;
    top: -12px;
    left: 45px; }
    .saffireMobileSize #logoContainer #customLogo:after {
      content: '';
      width: 152px;
      height: 88px;
      position: absolute;
      top: -3px;
      left: -40px;
      background: url(images/mobile-logo-after.png) no-repeat;
      background-position: center;
      background-size: contain;
      z-index: -1;
      -webkit-transition: .3s;
      transition: .3s; }
.saffireMobileSize .header {
  background: #ffbc00 !important;
  height: 62px;
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 9999; }
  .saffireMobileSize .header #customLogo {
    z-index: initial !important; }
  .saffireMobileSize .header .header-upper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .saffireMobileSize .header .header-upper .header-upper-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      margin-right: 50px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      top: 7px; }
      .saffireMobileSize .header .header-upper .header-upper-container .emailSignup:before {
        content: '' !important;
        background: transparent url(images/mobile-email.png) no-repeat center center/auto;
        display: inline-block;
        width: 32px;
        height: 17px;
        cursor: pointer; }
      .saffireMobileSize .header .header-upper .header-upper-container .searchBox:before {
        content: '' !important;
        background: transparent url(images/mobile-search.png) no-repeat center center/auto;
        display: inline-block;
        width: 32px;
        height: 17px;
        cursor: pointer; }
      .saffireMobileSize .header .header-upper .header-upper-container .viewcart:before {
        content: '' !important;
        background: transparent url(images/mobile-cart.png) no-repeat center center/auto;
        display: inline-block;
        width: 32px;
        height: 17px;
        cursor: pointer; }
      .saffireMobileSize .header .header-upper .header-upper-container .viewCartText {
        display: none; }
      .saffireMobileSize .header .header-upper .header-upper-container .cartMenuLink {
        opacity: 0; }
  .saffireMobileSize .header .header-lower {
    position: relative;
    top: -55px; }
    .saffireMobileSize .header .header-lower .header-lower-container .nav-container {
      position: relative;
      top: 7px; }
    .saffireMobileSize .header .header-lower .header-lower-container .nav:before {
      content: '' !important;
      background: transparent url(images/mobile-burger.png) no-repeat center center/auto;
      display: inline-block;
      width: 32px;
      height: 17px;
      cursor: pointer; }
.saffireMobileSize .mobileNavContainer .loginstatus a {
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 97%;
  float: none !important; }
.saffireMobileSize .mobileNavContainer .loginstatus.left {
  float: none !important; }
.saffireMobileSize .mobileNavContainer a.member-sign-in {
  display: block; }
.saffireMobileSize .content {
  margin-top: 62px; }

.expandedViewEventDateBox .todayText {
  margin-bottom: 2px !important; }
.expandedViewEventDateBox .eventMonth {
  font-size: 1em !important; }
.expandedViewEventDateBox .eventDayNumber {
  font-size: 1.3em !important;
  padding: 0 !important; }

.filter-group .filter-control, .filter-group input[type="text"] {
  height: 34px; }

.isIE .body-wrapper {
  background-attachment: scroll; }

.emailSignup.modalOnly {
  text-align: center;
  font-size: 14px; }
  .emailSignup.modalOnly input.textbox {
    border-right: 1px solid #aaa !important;
    padding: 5px; }
  .emailSignup.modalOnly .emailSubmitButton {
    border-radius: 5px !important; }

.modalClose > a.modalCloseButton {
  margin-right: 10px; }

.saffireMobileSize .header .loginstatus,
.saffireMobileSize .header .member-sign-in {
  display: none; }

body.checkoutPage .content {
  margin-top: 75px; }

@media screen and (max-width: 500px) {
  .saffireMobileSize .searchBox,
  .saffireMobileSize .emailSignup {
    display: none; } }

/*# sourceMappingURL=theme.css.map */
