/************** 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: "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-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: "greatvibes-regular-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/greatvibes-regular-webfont.woff2") format("woff2"), url("fonts/greatvibes-regular-webfont.woff") format("woff"); }
body {
  color: #3f371d;
  font: 16px/1.5 "opensans-regular-webfont", Arial, Verdana, sans-serif; }

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-regular-webfont";
  font-weight: normal;
  color: #3f371d;
  line-height: 1.2;
  text-transform: none; }
body:not(.homepage) h1 {
  margin: 0.2em 0;
  font-size: 40px;
  color: #2f708e; }
body:not(.homepage) h2,
body:not(.homepage) h2 a {
  font-size: 32px;
  color: #417694; }
body:not(.homepage) h3 {
  font-size: 22px;
  color: #417694; }

.cartcols h2 {
  font-size: 20px; }

a {
  color: #3f371d;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

/***************** CONTAINERS **************************/
body {
  background: transparent;
  background-size: cover;
  overflow-x: hidden; }

.wrapper {
  width: 100%; }

body:not(.homepage) .content {
  position: relative;
  max-width: calc(1030px - 15px - 15px);
  margin: 175px 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: #dfdfe1;
  color: #3f371d; }

.subContainer a,
.subContainer h1, .subContainer h2, .subContainer h3 {
  color: #3f371d; }
.subContainer .error {
  color: #000; }

.dateDisplayBar,
.dateDisplay {
  background: #417694;
  color: #fff; }
  .dateDisplayBar a,
  .dateDisplay a {
    color: #fff; }

#google_translate_element {
  /* |%  Google translate position */
  top: 15px;
  right: 30px; }

.carthr {
  background: #3f371d; }

.orderhistory {
  background: #417694; }

.orderhistory th {
  color: #fff;
  padding: 8px 3px; }

.alternateRow {
  background: #ddd; }

.listingItem {
  background: #ddd;
  border-bottom: 1px solid #c4c4c4; }
  .listingItem:hover {
    background: #e5e5e5; }

/*************** MEMBERS SITE **********************/
.arrowdown {
  border-color: transparent transparent black; }

.arrowdown_on {
  border-color: transparent transparent white; }

.arrowup {
  border-color: black transparent transparent; }

.arrowup_on {
  border-color: white transparent transparent; }

#directoryFilterOptions > li:hover {
  background: #cbdfe2; }

.directoryHeader {
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px; }

/************* 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-regular-webfont"; }

a.button,
.button,
.buttonSmall {
  background: #417694;
  background: -webkit-linear-gradient(-90deg, #417694);
  background: linear-gradient(180deg, #417694);
  color: #fff !important; }

a.button:hover,
.button:hover,
.buttonSmall:hover {
  background: #5b96b7;
  color: #fff !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: #3f371d;
  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: #3f371d; }
.modalBody .showorksTableGrid tr.odd {
  background: #fff;
  color: black; }
.modalBody .showorksTableGrid tr.even {
  background: #e6e6e6;
  color: black; }

.generalmessage {
  /* |%  set font-family, background color, color, etc. */
  background: #8c1515;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 8px;
  font-family: "montserrat-regular-webfont"; }
  .generalmessage a {
    color: #fff; }

.header .searchBox a.button,
.header .emailSignup a.button {
  color: #fff !important;
  background: transparent;
  font-family: "montserrat-regular-webfont";
  font-size: 13px;
  padding: 0 8px 1px; }

.header .searchBox a.button:hover,
.header .emailSignup a.button:hover {
  background: rgba(31, 31, 31, 0); }

.saffireLargeSize .header .searchBoxSubmit a.button {
  text-indent: -999px;
  width: 1.4em;
  position: relative;
  overflow: hidden;
  font-family: "FontAwesome";
  display: inline-block; }

.saffireLargeSize .header .searchBoxSubmit a.button:before {
  content: "\f002";
  text-indent: 0;
  font-size: 1em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto; }

.header input.textbox {
  min-height: 14px; }

.header {
  /* |%  need to set height and width if not 100% */
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 125zpx;
  background: transparent; }

@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: 125zpx;
  max-width: 1000px;
  display: block;
  margin: 0 auto; }

.saffireMobileSize .headerInnerContent {
  padding-right: 0; }

.saffireMobileSize .headerInnerContent > .clear {
  clear: none; }

#customLogo {
  /* |%  logo settings */
  background: url("images/logo.png") no-repeat;
  z-index: 5003;
  height: 115px;
  position: absolute;
  left: -36px;
  right: auto;
  top: 10px;
  bottom: auto;
  width: 276px;
  background-size: contain; }

@media screen and (max-width: 1072px) {
  .saffireLargeSize #customLogo {
    left: 0; } }

.saffireMobileSize #customLogo {
  width: 104px;
  top: 0; }

/* MAIN NAVIGATION */
.saffireLargeSize .nav {
  height: 29px;
  padding: 0;
  background: none;
  clear: both;
  width: 100%;
  z-index: 5002 !important;
  top: 79px;
  position: static; }

.saffireLargeSize .nav:hover {
  z-index: 5002 !important; }

.saffireLargeSize .nav .groups {
  position: absolute;
  height: 29px;
  max-height: 50px;
  bottom: 0;
  margin: auto;
  right: 0;
  position: static;
  right: 0;
  left: auto;
  top: 79px;
  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: 17px;
  font-family: "montserrat-regular-webfont";
  line-height: normal;
  color: #fff; }

@media screen and (max-width: 1030px) {
  .saffireLargeSize .nav .groups .group a,
  .saffireLargeSize .navDummyLink {
    font-size: 13.6px; } }
.saffireLargeSize .nav .groups .group a:hover,
.saffireLargeSize .nav .groups .group:hover a,
.saffireLargeSize .nav .groups .group:hover {
  color: #fff;
  background: #417694;
  border-radius: 4px 4px 0 0; }

.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: #417694;
  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 "opensans-regular-webfont", Arial, Verdana, sans-serif, Arial, Helvetica, sans-serif; }

.saffireLargeSize .nav .items .item a:hover {
  color: #e0e0e0;
  background: #5b96b7; }

.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: statuic;
  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: 13px;
  line-height: normal;
  color: #fff;
  font-family: "montserrat-regular-webfont"; }

.saffireLargeSize .quickLinks ul li > a.ticket,
.saffireLargeSize .ticket,
.saffireLargeSize .ticket:hover {
  display: inline-block;
  position: static;
  right: 0;
  left: auto;
  top: 10px;
  bottom: auto;
  color: #fff;
  padding-left: 0;
  font-family: "montserrat-regular-webfont";
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent;
  width: 130px;
  height: 40px;
  padding: 9px 10px;
  width: 110px;
  height: 22px; }

.saffireLargeSize .ticket:hover {
  background: #608ea3; }

.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: transparent;
  color: #fff;
  font-family: "montserrat-regular-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: 13px;
  text-transform: none;
  color: #fff;
   /*  @if map-get($quickLinks, icon-cart) {
    	color: map-get($headerInputs, font-color);

    } */ }

.saffireLargeSize #svgViewCartIcon path {
  fill: #fff; }

/* 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: transparent; }

.searchBox input,
.emailSignup .textbox {
  border-radius: 0px 0 0 0px;
  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; }

.quickLinks ul,
.saffireLargeSize .header .searchBox,
.saffireLargeSize .header .emailSignup {
  z-index: auto; }

.saffireLargeSize .header .searchBox .searchBoxInput 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 .searchBox:hover .searchBoxInput input,
.saffireLargeSize .header .searchBox .searchBoxInput input:focus {
  width: 125px;
  padding-right: 15px;
  padding-left: 5px;
  z-index: 2000001; }

.saffireLargeSize .header .searchBox .searchBoxSubmit a {
  border-radius: 0px !important; }

.saffireLargeSize .header .searchBox:hover .searchBoxSubmit a {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.saffireLargeSize .header .searchBox .searchBoxSubmit a.button:hover {
  background: transparent; }

/* WEATHER BUG */
#weatherBugWidget {
  color: #fff;
  white-space: nowrap;
  position: relative;
  visibility: hidden;
  font-family: 'montserrat-regular-webfont';
  font-size: 13px;
  background: transparent;
  display: inline-block;
  padding: 14px 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: #fff;
  text-align: center; }
  .footer a {
    color: #fff;
    text-decoration: none; }
    .footer a:hover {
      text-decoration: underline; }
  .footer ul.footerItems1 {
    margin: 0 auto;
    font-family: "montserrat-regular-webfont";
    font-size: 14px;
    padding-bottom: 20px; }
  .footer ul.footerItems1 li {
    padding: 0 6px; }
  .footer ul.footerItems2 {
    margin: 0 auto; }
  .footer .footer-upper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #dfdfe1;
    padding: 15px 0 10px; }
    .footer .footer-upper .logo-banner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .footer .footer-upper .logo-banner .proud {
        font: 50px/1 'greatvibes-regular-webfont';
        color: #5b5c5e;
        margin-right: 30px; }
      .footer .footer-upper .logo-banner .gnf-logo {
        height: 122px;
        width: 122px;
        background: url(images/footer-icon-1.png) no-repeat center center/auto;
        margin-right: 30px;
        -webkit-transition: .3s ease;
        transition: .3s ease; }
      .footer .footer-upper .logo-banner .gnr-logo {
        height: 105px;
        width: 230px;
        background: url(images/footer-icon-2.png) no-repeat center center/auto;
        -webkit-transition: .3s ease;
        transition: .3s ease; }
  .footer .footer-lower {
    background: url(images/footer-bg.jpg) no-repeat center center/auto;
    background-size: cover; }
    .footer .footer-lower .footer-logo {
      height: 185px;
      width: 270px;
      background: url(images/footer-logo.png) no-repeat center center/auto;
      padding: 7px;
      margin: auto; }
    .footer .footer-lower .footer-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font: 20px/1 'montserrat-regular-webfont';
      padding: 20px; }
      .footer .footer-lower .footer-info .footer-phone {
        margin-right: 30px; }
    .footer .footer-lower .copy-power-container {
      font: 14px/1 'montserrat-regular-webfont'; }
      .footer .footer-lower .copy-power-container .powered-by {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 0; }
        .footer .footer-lower .copy-power-container .powered-by .saffire-img {
          height: 45px;
          width: 70px;
          position: relative;
          bottom: 6px;
          margin-left: 10px;
          background: url(images/saffire-logo.png) no-repeat center center/auto; }

.saffireMobileSize .footer a:hover {
  text-decoration: none; }
.saffireMobileSize .footer ul.footerItems1 {
  max-width: 300px;
  margin-bottom: 6px; }
.saffireMobileSize .footer .footerSignIn {
  max-width: 300px;
  margin: auto; }
.saffireMobileSize .footer ul.footerItems2 {
  margin-top: 25px;
  text-align: center; }

/* PAGINATION*/
/* LEFT-RIGHT ARROWS*/
/* You shouldn't need to change the items below for the most part*/
/* used for placing pagination - necessary when giving a specific left value - must be set in Spark (default is 5)*/
/* this allows for vertical centering of images - disable if opting for img elements*/
/*/////////////////////////////////////////////////////////////////////*/
/* MIXINS AND ETC. FOR SLIDER*/
/*/////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - General Settings*/
/*/////////////////////////////////////////////////////////////////////*/
.homepage {
  /* Homepage Swiper Slider*/
  /* Slideshow Description*/
  /* Slideshow Description - Current Slide Description*/
  /* New Slider Description Container*/
  /* Slider Title*/
  /* Slideshow Swiper Container*/
  /* Swiper Slide*/
  /* Slider Button Container*/
  /* Slideshow Swiper Button - PREV*/
  /* Slideshow Swiper Button - NEXT*/
  /* Slider Controls container*/
  /* Slideshow Swiper Pagination*/
  /* Play Pause Buttons*/
  /* Play Pause Buttons*/
  /* Slider Play Pause*/ }
  .homepage .homepageSwiperSlider {
    position: relative; }
  .homepage .slideshowSwiperDescription {
    display: none;
    /* Slideshow Description - Hover Styles*/ }
    .homepage .slideshowSwiperDescription a,
    .homepage .slideshowSwiperDescription span {
      display: none;
      text-decoration: none; }
    .homepage .slideshowSwiperDescription .sliderTextDescription {
      display: block;
      color: #417694;
      line-height: 1.2em;
      pointer-events: none;
      max-width: 100%;
      text-align: center; }
      @media screen and (max-width: 1023px) {
        .homepage .slideshowSwiperDescription .sliderTextDescription {
          font-size: 21px;
          margin: 0 35px;
          text-align: center; } }
  .homepage .slideshowSwiperDescription.currentSlideDescription {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-family: "opensans-regular-webfont", Arial, Verdana, sans-serif;
    font-size: 28px;
    font-weight: 400;
    text-align: left;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s; }
    @media screen and (max-width: 1075px) {
      .homepage .slideshowSwiperDescription.currentSlideDescription {
        padding-top: 1em;
        padding-left: 2%;
        padding-right: 2%; } }
  .homepage #newSliderDescriptionContainer {
    background: #dfdfe1; }
  .homepage .sliderTitle {
    position: relative;
    max-width: 100%;
    line-height: normal;
    font-family: "greatvibes-regular-webfont";
    font-size: 76px;
    font-weight: 400;
    color: #fff; }
    @media screen and (max-width: 1023px) {
      .homepage .sliderTitle {
        font-size: 60px; } }
  .homepage .swiper-container {
    position: relative;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    z-index: 1;
    /* Specify Swiper's Size: */
    width: 100%;
    max-width: 100%;
    height: 705px;
    /* Swiper Container - Inset Shadow*/
    /* Swiper Container - Hover Styles*/ }
    .homepage .swiper-container:hover .slideshowSwiperDescription {
      max-height: 705px; }
  .homepage .swiper-slide {
    /* Specify Slides's Size: */
    position: relative;
    height: 705px;
    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: 1000px) {
    .homepage .swiper-slide,
    .homepage .swiper-container {
      height: 70.5vw !important; } }
  .homepage span.sliderButtonContainer {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* Buttons*/ }
    .homepage span.sliderButtonContainer a.button {
      display: inline-block;
      padding: 3px 10px;
      font-family: "open_sansbold";
      font-size: 20px;
      color: #fff !important;
      background: #0082ca;
      background: -webkit-linear-gradient(-90deg, #0082ca);
      background: linear-gradient(180deg, #0082ca);
      white-space: nowrap;
      margin: 0 5px;
      /* More and BuyNow Buttons*/
      /* Button - Hover Styles*/ }
      .homepage span.sliderButtonContainer a.button.sliderMoreButton, .homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
        font-size: 20px; }
      .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: #08a7ff; }
  .homepage .slideshowSwiperButtonPrev {
    position: absolute;
    top: 50%;
    right: 0;
    margin: auto;
    z-index: 4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    background: url("images/#fff-left.png") no-repeat left center;
    width: 20px;
    height: 20px;
    left: 0;
    right: calc(1030px + (-15px * -1));
    /* Slideshow Swiper Button - PREV - Hover Styles*/ }
    @media screen and (max-width: 1060px) {
      .homepage .slideshowSwiperButtonPrev {
        left: 10px;
        right: auto; } }
    @media screen and (max-width: 1050px) {
      .homepage .slideshowSwiperButtonPrev {
        left: 1%;
        right: auto; } }
  .homepage .slideshowSwiperButtonNext {
    position: absolute;
    top: 50%;
    left: 0;
    margin: auto;
    z-index: 4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    background: url("images/#fff-right.png") no-repeat right center;
    right: 0;
    left: calc(1030px + (-15px * -1));
    /* Slideshow Swiper Button - PREV - Hover Styles*/ }
    @media screen and (max-width: 1060px) {
      .homepage .slideshowSwiperButtonNext {
        right: 10px;
        left: auto; } }
    @media screen and (max-width: 1050px) {
      .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: 126px;
    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: 16px;
    height: 16px;
    margin-right: 6px;
    background: #b9c6c9;
    -webkit-transition: background 0.4s ease;
    transition: background 0.4s ease;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4) inset; }
    .homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #417694; }
    .homepage .swiper-pagination-bullet:hover {
      background: #417694; }
  .homepage .sliderPlayPause {
    display: inline-block;
    cursor: pointer;
    width: 16px;
    height: 16px;
    font-size: 0;
    color: #b9c6c9;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.8); }
    .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 .slideshowSwiperDescription {
    max-width: none;
    padding: 20px 0 15px 0;
    /* Slideshow Description - Hover Styles*/ }
  .homepage.saffireLargeSize .swiper-container {
    border: none; }
  .homepage.saffireLargeSize .currentSlideDescription {
    max-width: 1075px;
    position: relative;
    /* Slider Button Container*/ }
    .homepage.saffireLargeSize .currentSlideDescription .sliderButtonContainer {
      position: static;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: auto;
      min-width: initial;
      max-width: none;
      text-align: right;
      z-index: 300;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .homepage.saffireLargeSize .currentSlideDescription a.button {
      margin: 0 5px;
      padding: 3px 10px; }
  .homepage.saffireLargeSize .sliderTitle {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .homepage.saffireLargeSize #newSliderDescriptionContainer {
    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: 1075px;
    max-width: 100%;
    z-index: 2;
    -webkit-transition: 1s;
    transition: 1s;
    height: auto;
    min-height: 70px;
    width: 100%;
    /* Slider Text Container*/
    /* New Slider Description Container - Hover Styles*/ }
    .homepage.saffireLargeSize #newSliderDescriptionContainer .sliderTextContainer {
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 20px 5px;
      margin-top: 10px; }

/*/////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - saffireMobileSize Settings*/
/*/////////////////////////////////////////////////////////////////////*/
.homepage.saffireMobileSize {
  /* Swiper Slide*/
  /* Slideshow Description - Slider Text Description*/
  /* Slider Title*/
  /* Slideshow Description - Current Slide Description*/
  /* New Slider Description Container*/
  /* Slideshow Swiper Buttons*/
  /* Slideshow Swiper Button - PREV*/
  /* Slideshow Swiper Button - NEXT*/
  /* Slider Controls Container */ }
  .homepage.saffireMobileSize .swiper-slide-active {
    overflow: hidden; }
  .homepage.saffireMobileSize .sliderTextDescription {
    font-size: 18px;
    line-height: 1.3;
    opacity: 1;
    text-align: center; }
  .homepage.saffireMobileSize .sliderTitle {
    height: auto;
    padding: 0;
    font-size: 38px;
    color: #335785;
    text-align: center; }
  .homepage.saffireMobileSize .currentSlideDescription {
    font-size: 18px;
    width: 100%;
    height: auto;
    padding: 10px 5% 18px;
    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%;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer {
      display: flex;
      justify-content: center;
      flex-direction: row-reverse;
      padding-top: 15px; }
      .homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer .buyNowButton {
        font: 16px/1 'montserrat-regular-webfont';
        background: #8c1515;
        border-radius: 4px;
        padding: 12px;
        transition: .3s ease; }
        .homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer .buyNowButton:hover {
          background: #cf1f1f; }
      .homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer .sliderMoreButton {
        font: 16px/1 'montserrat-regular-webfont';
        background: #417694;
        border-radius: 4px;
        padding: 12px;
        transition: .3s ease; }
        .homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer .sliderMoreButton:hover {
          background: #669dbc; }
  .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;
    min-height: 180px;
    padding-top: 0;
    background: #dfdfe1;
    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 {
    display: none; }

.upper-content-container {
  max-width: 1425px;
  margin: auto;
  padding-top: 45px; }

#cardWidget {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 30px;
  padding: 0;
  vertical-align: middle;
  background: transparent;
  text-align: center;
  overflow: hidden; }
  @media screen and (max-width: 1437px) {
    #cardWidget {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  #cardWidget .card-widget-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 343px;
    max-width: 343px;
    height: 240px;
    margin: 6px;
    border: 5px solid #6c99ae; }
  #cardWidget .image-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 230px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background-size: cover;
    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; }
    #cardWidget .image-container:after {
      content: '';
      height: 230px;
      width: 333px;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(169, 169, 169, 0.9);
      z-index: 1;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
    #cardWidget .image-container:before {
      content: '';
      height: 0;
      width: 333px;
      position: absolute;
      top: 100%;
      left: 0;
      background: rgba(43, 88, 113, 0.8);
      z-index: 1;
      opacity: 0;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
    #cardWidget .image-container:hover:before {
      top: 0;
      height: 230px;
      opacity: 1; }
    #cardWidget .image-container:hover:after {
      opacity: 0;
      height: 0; }
    #cardWidget .image-container:hover .buttonwrap {
      -webkit-transition: .6s ease;
      transition: .6s ease;
      top: 0 !important;
      opacity: 1 !important;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    #cardWidget .image-container .card-content {
      position: relative;
      z-index: 5;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      #cardWidget .image-container .card-content .buttonwrap {
        display: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        position: relative;
        top: 40px;
        margin-top: 5px;
        opacity: 0;
        -webkit-transition: .6s ease;
        transition: .6s ease; }
        #cardWidget .image-container .card-content .buttonwrap a.buyNowButton {
          font: 16px/1 'montserrat-regular-webfont';
          color: #fff;
          background: #8c1515;
          padding: 12px;
          border-radius: 3px;
          -webkit-transition: .3s ease;
          transition: .3s ease;
          text-decoration: none;
          margin: 5px 10px; }
          #cardWidget .image-container .card-content .buttonwrap a.buyNowButton:hover {
            background: #cf1f1f; }
        #cardWidget .image-container .card-content .buttonwrap a.moreButton {
          font: 16px/1 'montserrat-regular-webfont';
          color: #fff;
          background: #417694;
          padding: 12px;
          border-radius: 3px;
          -webkit-transition: .3s ease;
          transition: .3s ease;
          text-decoration: none;
          margin: 5px 10px; }
          #cardWidget .image-container .card-content .buttonwrap a.moreButton:hover {
            background: #669dbc; }
    #cardWidget .image-container .card-widget-title {
      position: relative;
      display: block;
      width: 100%;
      font: 30px/1 'montserrat-regular-webfont';
      color: #fff;
      text-transform: uppercase;
      width: 86%;
      margin: 50px auto 0;
      z-index: 5;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
    #cardWidget .image-container .card-widget-description {
      display: none; }
  #cardWidget .card-widget-item.firstChild .card-widget-title:before,
  #cardWidget .card-widget-item.secondChild .card-widget-title:before,
  #cardWidget .card-widget-item.thirdChild .card-widget-title:before,
  #cardWidget .card-widget-item.fourthChild .card-widget-title:before {
    content: '';
    height: 55px;
    width: 55px;
    position: absolute;
    top: -66px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  #cardWidget .card-widget-item.firstChild .card-widget-title:before {
    background: url(images/card-icon-1.png) no-repeat center; }
  #cardWidget .card-widget-item.secondChild .card-widget-title:before {
    background: url(images/card-icon-2.png) no-repeat center;
    width: 82px; }
  #cardWidget .card-widget-item.thirdChild .card-widget-title:before {
    background: url(images/card-icon-3.png) no-repeat center; }
  #cardWidget .card-widget-item.fourthChild .card-widget-title:before {
    background: url(images/card-icon-4.png) no-repeat center;
    width: 85px; }

.countdown-container {
  max-width: 1040px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  top: 135px; }

#siteInfoBannerWidget {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 70px;
  width: auto;
  max-width: 100%;
  margin: auto;
  padding: 0;
  background: transparent;
  font-family: "montserrat-regular-webfont";
  font-size: 12px;
  color: #1b323d;
  text-align: right;
  line-height: 1;
  z-index: 2;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  #siteInfoBannerWidget #eventDates {
    background: rgba(73, 113, 139, 0.6);
    padding: 10px 20px;
    border-radius: 3px;
    font-family: "montserrat-regular-webfont";
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase; }
  #siteInfoBannerWidget #eventName {
    background: rgba(255, 255, 255, 0.4);
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 400; }
  #siteInfoBannerWidget .countdownDays {
    display: inline-block;
    font-family: "montserrat-bold-webfont";
    font-size: 12px;
    font-weight: 400;
    color: #1b323d; }

.saffireMobileSize #siteInfoBannerWidget {
  left: auto;
  right: auto !important;
  padding: 0;
  background: #fff;
  color: #1b323d;
  width: 100%; }
  .saffireMobileSize #siteInfoBannerWidget #eventName {
    font-size: 14px;
    color: inherit; }
  .saffireMobileSize #siteInfoBannerWidget #eventDates {
    font-size: 18px;
    color: inherit; }
  .saffireMobileSize #siteInfoBannerWidget .countdownDays {
    font-size: 14px;
    color: inherit; }

body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
  font-family: "montserrat-regular-webfont";
  font-size: 18px;
  color: #1b323d; }
  @media screen and (max-width: 817px) {
    body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
      font-size: 16px; } }
body.siteInfoBannerWidgetDateIsPast.noThankYouMessage #siteInfoBannerWidget {
  display: none !important; }

.pageIsLoaded .socialNetworks {
  right: 0;
  right: 10px; }
  @media screen and (max-width: 1230px) {
    .pageIsLoaded .socialNetworks {
      bottom: 0;
      bottom: 5px;
      right: 5px; } }

.socialNetworks {
  z-index: 80000000;
  position: fixed;
  right: -80px;
  top: 14%;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  padding: 5px 3px; }
  .socialNetworks img {
    display: block;
    max-width: 40px;
    max-height: 40px;
    border-radius: 50%; }
  .socialNetworks > span, .socialNetworks > a {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    left: 0;
    border: 3px solid rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-radius: 50%;
    border: none;
    padding: 3px;
    background-color: transparent; }
  .socialNetworks > a:hover {
    left: -6px;
    z-index: 2;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    left: 0;
    background-color: #dfdfe1; }

#musicPlayerLink {
  height: 40px;
  width: 40px;
  float: none;
  margin: 0;
  background: url("images/music.jpg") no-repeat right 0;
  border: 3px solid rgba(0, 0, 0, 0.4);
  z-index: 2;
  border-radius: 50%;
  border: none;
  padding: 0;
  margin: 3px;
  background-color: transparent;
  background-position: center;
  background-size: cover; }
  #musicPlayerLink #musicPlayerDropdown {
    top: -3px;
    right: 43px;
    padding: 8px 10px;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 4px #fff inset;
    box-shadow: 0 0 4px #fff inset;
    font-size: 0.9em;
    color: #fff; }
    #musicPlayerLink #musicPlayerDropdown a {
      padding-right: 14px;
      font-size: 13px;
      color: #fff;
      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 #fff;
      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;
    padding: 0; }
    .socialNetworks img {
      max-width: 30px;
      max-height: 30px; }
    .socialNetworks > a, .socialNetworks > #musicPlayerLink {
      max-width: 30px;
      max-height: 30px;
      bottom: 0;
      float: left;
      margin: 0;
      -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;
      bottom: 0; }
    .socialNetworks #musicPlayerLink {
      margin: 3px;
      background-size: cover; }
      .socialNetworks #musicPlayerLink #musicPlayerDropdown {
        top: auto;
        bottom: -3px;
        right: 33px; } }
.socialNetworks a:hover {
  background-color: #0081d1; }

.socialNetworks .socialNetworkIconTwitter:hover {
  background-color: #1da1f2; }
.socialNetworks .socialNetworkIconFacebook:hover {
  background-color: #3B5998; }
.socialNetworks .socialNetworkIconInstagram:before {
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  opacity: 0;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  top: 0px;
  left: 0px;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
.socialNetworks .socialNetworkIconInstagram:hover {
  background: none; }
.socialNetworks .socialNetworkIconInstagram:hover:before {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1; }
.socialNetworks .socialNetworkIconTumblr:hover {
  background-color: #35465c; }
.socialNetworks .socialNetworkIconPeriscope:hover {
  background-color: #3aa4c6; }
.socialNetworks .socialNetworkIconPinterest:hover {
  background-color: #bd081c; }
.socialNetworks .socialNetworkIconSpotify:hover {
  background-color: #1ED760; }
.socialNetworks .socialNetworkIconFlickr:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#0063dc), color-stop(50%, #0063dc), color-stop(50%, #0063dc), color-stop(50%, #ff0084), to(#ff0084));
  background: linear-gradient(to right, #0063dc 0%, #0063dc 50%, #0063dc 50%, #ff0084 50%, #ff0084 100%);
  opacity: 0;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  top: 0px;
  left: 0px;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
.socialNetworks .socialNetworkIconFlickr:hover {
  background: none; }
.socialNetworks .socialNetworkIconFlickr:hover:before {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1; }
.socialNetworks .socialNetworkIconLinkedIn:hover {
  background-color: #0077b5; }
.socialNetworks .socialNetworkIconYoutube:hover {
  background-color: #cd201f; }
.socialNetworks .socialNetworkIconGooglePlus:hover {
  background-color: #dd4b39; }
.socialNetworks .socialNetworkIconSnapchat:hover {
  background-color: #fffc00; }

/* SOCIAL NETWORK PLUGIN */
#multiSocialWidget {
  height: 535px;
  width: 450px;
  max-width: 98%;
  background: none; }
  @media screen and (max-width: 1365px) {
    #multiSocialWidget {
      margin-bottom: 30px; } }
  #multiSocialWidget .multiSocialWidgetTab {
    display: inline-block;
    padding: 8px 11px 7px 11px;
    background: #706c68;
    font-family: "montserrat-regular-webfont";
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    margin-right: 2px;
    cursor: pointer; }
    #multiSocialWidget .multiSocialWidgetTab:hover {
      color: #fff; }
    #multiSocialWidget .multiSocialWidgetTab.currentTab {
      background: #608ea3;
      color: #fff;
      text-decoration: none;
      cursor: default; }
  #multiSocialWidget .multiSocialWidgetContainer {
    position: relative;
    top: 0;
    left: 0;
    height: 480px;
    width: 440px;
    max-width: 98%;
    padding: 0 1px;
    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 {
  margin-left: auto;
  margin-right: auto; }
  .saffireMobileSize #multiSocialWidget .multiSocialWidgetTab {
    font-size: 13.6px; }
  .saffireMobileSize #multiSocialWidget #facebookfeedTab {
    margin-left: 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;
  box-sizing: border-box;
  padding: 0 9%; }
  #sponsorWidgetContainer .sponsorCarouselImageContainer {
    margin: 35px 0 70px !important; }
  #sponsorWidgetContainer .sponsorCarouselImage img {
    max-width: 150px;
    max-height: 150px;
    margin-right: 60px; }
  #sponsorWidgetContainer #sponsorsTitleContainer {
    width: 100%;
    text-align: center;
    top: 0;
    position: relative !important; }
    #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
      font-family: "montserrat-regular-webfont";
      font-size: 40px;
      color: #2f708e;
      text-transform: capitalize !important;
      text-shadow: none;
      margin: auto !important;
      padding-top: 30px;
      font-weight: 400; }
  #sponsorWidgetContainer #sponsorArrowRight {
    right: 3%;
    top: 52%;
    height: 40px;
    width: 38px;
    background: url(images/sponsors-right.png) no-repeat;
    background-size: contain; }
    #sponsorWidgetContainer #sponsorArrowRight span {
      border-style: none !important; }
  #sponsorWidgetContainer #sponsorArrowLeft {
    left: 3%;
    top: 52%;
    height: 40px;
    width: 38px;
    background: url(images/sponsors-left.png) no-repeat;
    background-size: contain; }
    #sponsorWidgetContainer #sponsorArrowLeft span {
      border-style: none !important; }

@media screen and (max-width: 905px) {
  .video-container {
    width: 96%;
    margin: auto; } }
@media screen and (max-width: 817px) {
  .video-container {
    margin-top: -47px; } }
@media screen and (max-width: 400px) {
  .video-container {
    width: 90%; } }
.video-container .video-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .video-container .video-tabs .video-tab {
    font: 16px/1 'montserrat-regular-webfont';
    color: #fff;
    padding: 12px 20px;
    background: #608ea3;
    margin-right: 6px;
    text-transform: uppercase;
    margin-bottom: 2px; }
    @media screen and (max-width: 817px) {
      .video-container .video-tabs .video-tab {
        font-size: 12px; } }
  .video-container .video-tabs .event-calendar-tab {
    font: 16px/1 'montserrat-regular-webfont';
    color: #fff;
    text-decoration: none;
    padding: 12px 15px;
    background: #676767;
    text-transform: uppercase;
    margin-bottom: 2px; }
    @media screen and (max-width: 817px) {
      .video-container .video-tabs .event-calendar-tab {
        font-size: 12px; } }

#videoSection {
  position: relative;
  display: inline-block;
  width: 850px;
  max-width: 100%;
  vertical-align: top;
  float: none;
  overflow: hidden; }
  #videoSection.single-video #arrow-container {
    display: none; }

#videoWidget {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 0;
  width: 100%;
  max-width: 850px;
  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 {
    -webkit-box-sizing: border-box;
    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;
    -webkit-animation: spin 1s infinite linear;
    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 {
    -webkit-box-sizing: border-box;
    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 #customLogo {
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  @media screen and (max-width: 1180px) {
    .saffireLargeSize #customLogo {
      left: 30px; } }
.saffireLargeSize .header {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100% !important;
  background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(rgba(0, 0, 0, 0.8)), color-stop(rgba(0, 0, 0, 0.6)), color-stop(rgba(0, 0, 0, 0.4)), color-stop(rgba(0, 0, 0, 0.2)), color-stop(rgba(0, 0, 0, 0.07)), to(transparent));
  background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.07), transparent);
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .saffireLargeSize .header .headerInnerContent {
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media screen and (max-width: 1075px) {
      .saffireLargeSize .header .headerInnerContent {
        padding: 0 30px; } }
  .saffireLargeSize .header .header-upper {
    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: 25px 0 10px;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    .saffireLargeSize .header .header-upper > div {
      margin-right: 20px; }
    .saffireLargeSize .header .header-upper .searchBox {
      position: relative;
      top: 3px;
      margin-right: 12px !important; }
    .saffireLargeSize .header .header-upper .loginstatus a, .saffireLargeSize .header .header-upper .viewCartText, .saffireLargeSize .header .header-upper .myAccountNavButton a, .saffireLargeSize .header .header-upper #weatherBugDescription .weatherDescriptive {
      color: #fff;
      font: 13px/1 'montserrat-regular-webfont';
      text-decoration: none; }
    .saffireLargeSize .header .header-upper .loginstatus, .saffireLargeSize .header .header-upper .myAccountNavButton {
      position: relative;
      top: 2px;
      margin-right: 20px; }
      .saffireLargeSize .header .header-upper .loginstatus a, .saffireLargeSize .header .header-upper .myAccountNavButton a {
        -webkit-transition: .3s ease;
        transition: .3s ease; }
        .saffireLargeSize .header .header-upper .loginstatus a:hover, .saffireLargeSize .header .header-upper .myAccountNavButton a:hover {
          text-decoration: underline; }
    .saffireLargeSize .header .header-upper .viewCartText {
      position: relative;
      top: 4px;
      margin-right: 5px; }
    .saffireLargeSize .header .header-upper .viewcart {
      position: relative;
      top: 2px;
      margin-right: 17px; }
    .saffireLargeSize .header .header-upper .searchBoxSubmit a.button:before {
      content: '' !important;
      background: transparent url(images/search-icon.png) no-repeat center center/auto;
      display: inline-block;
      width: 20px;
      height: 20px;
      cursor: pointer; }
    .saffireLargeSize .header .header-upper .ticket {
      border: 2px solid #ccc;
      border-radius: 2px;
      height: 20px;
      -webkit-transition: .3s ease;
      transition: .3s ease;
      margin-left: 5px;
      position: relative;
      top: 2px; }
  .saffireLargeSize .header .header-lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 0 15px;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    .saffireLargeSize .header .header-lower .nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      .saffireLargeSize .header .header-lower .nav .groups {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 0;
        -webkit-transition: .3s ease;
        transition: .3s ease; }
.saffireLargeSize .homepageSwiperSlider #newSliderDescriptionContainer {
  top: 100%;
  width: 100%;
  height: auto;
  min-height: 150px; }
  .saffireLargeSize .homepageSwiperSlider #newSliderDescriptionContainer .currentSlideDescription {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .saffireLargeSize .homepageSwiperSlider #newSliderDescriptionContainer .sliderTextContainer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .saffireLargeSize .homepageSwiperSlider #newSliderDescriptionContainer .sliderTextContainer .sliderTitle {
      position: absolute;
      bottom: 160%;
      left: 0;
      text-align: center;
      text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.9); }
  .saffireLargeSize .homepageSwiperSlider #newSliderDescriptionContainer .sliderButtonContainer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .saffireLargeSize .homepageSwiperSlider #newSliderDescriptionContainer .sliderButtonContainer .buyNowButton {
      font: 16px/1 'montserrat-regular-webfont';
      background: #8c1515;
      border-radius: 4px;
      padding: 12px;
      -webkit-transition: .3s ease;
      transition: .3s ease;
      margin: 0 9px; }
      .saffireLargeSize .homepageSwiperSlider #newSliderDescriptionContainer .sliderButtonContainer .buyNowButton:hover {
        background: #cf1f1f; }
    .saffireLargeSize .homepageSwiperSlider #newSliderDescriptionContainer .sliderButtonContainer .sliderMoreButton {
      font: 16px/1 'montserrat-regular-webfont';
      background: #417694;
      border-radius: 4px;
      padding: 12px;
      -webkit-transition: .3s ease;
      transition: .3s ease;
      margin: 0 9px; }
      .saffireLargeSize .homepageSwiperSlider #newSliderDescriptionContainer .sliderButtonContainer .sliderMoreButton:hover {
        background: #669dbc; }
  .saffireLargeSize .homepageSwiperSlider #newSliderDescriptionContainer .sliderControlsContainer {
    top: 8%; }
.saffireLargeSize .homepageSwiperSlider .slideshowSwiperButtonPrev {
  background: url(images/slideshow-left.png) no-repeat left center;
  width: 35px;
  height: 40px;
  right: 85%; }
.saffireLargeSize .homepageSwiperSlider .slideshowSwiperButtonNext {
  background: url(images/slideshow-right.png) no-repeat left center;
  width: 35px;
  height: 40px;
  left: 85%; }
.saffireLargeSize .content-wrapper {
  width: 100%;
  background: url(images/content-bg.jpg) no-repeat center;
  background-size: cover;
  margin-top: 150px; }
.saffireLargeSize .lower-content-container {
  max-width: 1365px;
  margin: 80px auto 0;
  padding-bottom: 80px;
  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: 1420) {
    .saffireLargeSize .lower-content-container {
      padding: 0 20px 80px; } }
  @media screen and (max-width: 1365px) {
    .saffireLargeSize .lower-content-container {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .saffireLargeSize .lower-content-container #fb-root {
    display: none; }

.saffireLargeSize.saffireWindowScrolled #customLogo {
  background: url(images/blue-logo.png) no-repeat;
  background-size: contain;
  height: 65px;
  width: 150px; }
.saffireLargeSize.saffireWindowScrolled .header {
  background: #fff; }
  .saffireLargeSize.saffireWindowScrolled .header .nav .groups a {
    color: #417694; }
    .saffireLargeSize.saffireWindowScrolled .header .nav .groups a:hover {
      color: #fff; }
  .saffireLargeSize.saffireWindowScrolled .header .ticket {
    color: #417694; }
    .saffireLargeSize.saffireWindowScrolled .header .ticket:hover {
      color: #fff; }
  .saffireLargeSize.saffireWindowScrolled .header .searchBox, .saffireLargeSize.saffireWindowScrolled .header .weatherBug, .saffireLargeSize.saffireWindowScrolled .header .loginstatus, .saffireLargeSize.saffireWindowScrolled .header .viewCartText, .saffireLargeSize.saffireWindowScrolled .header .viewcart, .saffireLargeSize.saffireWindowScrolled .header .myAccountNavButton {
    display: none !important; }
  .saffireLargeSize.saffireWindowScrolled .header .headerInnerContent {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0; }
    .saffireLargeSize.saffireWindowScrolled .header .headerInnerContent .header-upper {
      padding: 0; }
    .saffireLargeSize.saffireWindowScrolled .header .headerInnerContent .header-lower {
      padding: 0;
      margin-right: 15px;
      position: relative;
      top: 4px; }

.saffireMobileSize #customLogo {
  height: 50px;
  width: 120px;
  position: absolute;
  top: -3px;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
.saffireMobileSize .loginstatus {
  display: none; }
.saffireMobileSize .header {
  height: 62px;
  background: #417694;
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 999; }
  .saffireMobileSize .header .viewCartText, .saffireMobileSize .header .ticket {
    display: none; }
  .saffireMobileSize .header .headerInnerContent {
    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;
    position: relative;
    top: 3px; }
    .saffireMobileSize .header .headerInnerContent .header-upper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .saffireMobileSize .header .headerInnerContent .viewcart span {
      opacity: 0; }
  .saffireMobileSize .header .searchBox {
    height: 42px; }
    .saffireMobileSize .header .searchBox:before {
      content: '' !important;
      height: 26px;
      width: 20px;
      background: url(images/mobile-search.png) no-repeat center center/auto;
      display: inline-block; }
  .saffireMobileSize .header .viewcart:before {
    content: '' !important;
    height: 26px;
    width: 24px;
    background: url(images/mobile-cart.png) no-repeat center center/auto;
    display: inline-block; }
  .saffireMobileSize .header .nav:before {
    content: '' !important;
    height: 26px;
    width: 24px;
    background: url(images/mobile-hamburger.png) no-repeat center center/auto;
    display: inline-block; }
.saffireMobileSize .countdown-container {
  top: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.saffireMobileSize #siteInfoBannerWidget {
  position: relative;
  display: block;
  text-align: center;
  height: auto; }
  .saffireMobileSize #siteInfoBannerWidget #eventDates {
    color: #fff;
    border-radius: 0;
    font-size: 22px; }
  .saffireMobileSize #siteInfoBannerWidget #eventName {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    font-size: 12px; }
    .saffireMobileSize #siteInfoBannerWidget #eventName .countdownDays {
      margin-right: 5px; }
.saffireMobileSize .content {
  margin-top: 62px !important; }
@media screen and (max-width: 470px) {
  .saffireMobileSize #multiSocialWidget {
    max-width: 345px; }
    .saffireMobileSize #multiSocialWidget .fb-page span {
      width: 354px !important; } }
.saffireMobileSize #sponsorWidgetContainer {
  padding: 0; }
  .saffireMobileSize #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
    font-size: 30px;
    padding-top: 40px; }
  .saffireMobileSize #sponsorWidgetContainer #sponsorArrowLeft, .saffireMobileSize #sponsorWidgetContainer #sponsorArrowRight {
    display: none; }
  .saffireMobileSize #sponsorWidgetContainer .sponsorCarouselImageContainer {
    margin: 30px 0 55px !important; }
  .saffireMobileSize #sponsorWidgetContainer .sponsorCarouselImage img {
    max-width: 135px;
    max-height: 75px;
    margin-right: 25px; }
.saffireMobileSize .footer .footer-upper .logo-banner {
  margin: 0 10px; }
  .saffireMobileSize .footer .footer-upper .logo-banner .proud {
    font-size: 24px;
    margin-right: 13px; }
  .saffireMobileSize .footer .footer-upper .logo-banner .gnf-logo {
    height: 60px;
    width: 60px;
    background-size: cover;
    margin-right: 13px; }
  .saffireMobileSize .footer .footer-upper .logo-banner .gnr-logo {
    height: 55px;
    width: 115px;
    background-size: cover; }
.saffireMobileSize .footer .footer-lower .footer-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.9em;
  max-width: 62%;
  margin: auto; }
  .saffireMobileSize .footer .footer-lower .footer-info .footer-phone {
    margin-right: 0; }
.saffireMobileSize .footer .footerItems1 {
  display: none; }
.saffireMobileSize .copy-power-container {
  max-width: 92%;
  margin: auto;
  line-height: 1.9em !important; }

.mobileNavContainer .loginstatus {
  display: block; }
  .mobileNavContainer .loginstatus a {
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 97%;
    float: none !important; }
  .mobileNavContainer .loginstatus.left {
    float: none !important; }
.mobileNavContainer .myAccountNavButton a {
  display: block; }

.siteInfoBannerWidgetDateIsPast.siteInfoBannerWidgetNoThankYouMessage .countdown-container {
  display: none; }

.siteInfoBannerWidgetDateIsPast #eventDates {
  display: none; }

.generalmessage {
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease; }

.pageIsLoaded .generalmessage {
  opacity: 1; }

body:not(.homepage) .header {
  background: #417694; }

.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; }

.reviewYourOrderSubContainer h2 {
  font-size: 21px !important; }

/*# sourceMappingURL=theme.css.map */
