/************** 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: "CinzelRegular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/CinzelRegular.woff2") format("woff2"), url("fonts/CinzelRegular.woff") format("woff"); }
@font-face {
  font-family: "OpenSansCondensedLight";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSansCondensedLight.woff2") format("woff2"), url("fonts/OpenSansCondensedLight.woff") format("woff"); }
@font-face {
  font-family: "OpenSansCondensedBold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSansCondensedBold.woff2") format("woff2"), url("fonts/OpenSansCondensedBold.woff") format("woff"); }
body {
  color: #3d3d3d;
  font: 14px/1.5 "open_sansregular", 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: "CinzelRegular";
  font-weight: normal;
  color: #111;
  line-height: 1.2;
  text-transform: none; }
body:not(.homepage) h1 {
  margin: 0.2em 0;
  font-size: 44px;
  color: #404c5f; }
body:not(.homepage) h2,
body:not(.homepage) h2 a {
  font-size: 32px;
  color: #404c5f; }
body:not(.homepage) h3 {
  font-size: 24px;
  color: #828011; }

.cartcols h2 {
  font-size: 20px; }

.reviewYourOrderSubContainer h2 {
  font-size: 20px !important; }

a {
  color: #111;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

/***************** CONTAINERS **************************/
body {
  background: url("images/body-bg.jpg") #fff no-repeat fixed;
  background-size: cover; }

.homepage {
  background: #fff; }

.wrapper {
  width: 100%; }

body:not(.homepage) .content {
  position: relative;
  max-width: calc(1030px - 15px - 15px);
  margin: 280px auto 60px;
  padding: 40px 15px 40px 15px;
  background: rgba(212, 223, 231, 0.9);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  min-height: 430px; }

body:not(.homepage).saffireMobileSize .content {
  margin: 220px auto 60px;
  padding-top: 20px !important; }

.homepage .content,
.saffireLargeSize.homepage .content {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 215px;
  background: none; }

.subContainer {
  background: #ccc;
  color: #111;
  box-shadow: 2px 2px 5px #000; }

.subContainer a,
.subContainer h1,
.subContainer h2,
.subContainer h3 {
  color: #111; }
.subContainer .error {
  color: #000; }

.dateDisplayBar,
.dateDisplay {
  background: #111;
  color: #fff; }
  .dateDisplayBar a,
  .dateDisplay a {
    color: #fff; }

#google_translate_element {
  /* |%  Google translate position */
  top: 15px;
  right: 30px; }

.carthr {
  background: #111; }

.orderhistory {
  background: #111; }

.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; }

.static-bg {
  background: url("images/fixed-image.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  .static-bg .inner-mid-section {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    padding: 78px 0 164px; }

.button-outer {
  max-width: 340px;
  background: rgba(63, 77, 86, 0.8);
  width: 100%;
  margin-left: auto; }
  .button-outer .inner-links a {
    font-family: "OpenSansCondensedBold";
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #8a8835;
    text-transform: uppercase;
    line-height: 20px;
    padding: 24px 0;
    margin: 10px;
    text-decoration: none; }
    .button-outer .inner-links a:hover {
      background: rgba(0, 0, 0, 0.4); }
  .button-outer .inner-links {
    padding-top: 54.6px;
    position: relative;
    cursor: pointer; }

.multiFeatureContent:before {
  font-family: "CinzelRegular";
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  content: 'Happening at the Fairgrounds';
  position: absolute;
  top: 12px;
  text-align: center;
  justify-content: center;
  left: 0;
  right: 0;
  text-transform: uppercase; }

.inner-links:before {
  font-family: "CinzelRegular";
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  content: 'Quick Links';
  position: absolute;
  top: 12px;
  text-align: center;
  justify-content: center;
  left: 0;
  right: 0;
  text-transform: uppercase; }

.slider-inner-container:after {
  background: #ecb50d;
  height: 52px;
  content: '';
  display: block;
  border-bottom: 1px solid #fff; }

@media screen and (max-width: 1419px) {
  #siteInfoBannerWidget {
    margin-left: 11px !important; } }
@media screen and (max-width: 1200px) {
  #siteInfoBannerWidget {
    margin-left: 5px !important; }

  .saffireLargeSize #siteInfoBannerWidget #eventDates,
  .saffireLargeSize #siteInfoBannerWidget #eventName,
  .saffireLargeSize #siteInfoBannerWidget .countdownDays {
    font-size: 18px !important;
    padding-left: 5px !IMPORTANT;
    padding-right: 0;
    line-height: 50px; }

  div#eventDates {
    margin-top: 2px; } }
@media screen and (max-width: 999px) {
  #multiScheduleFeature {
    margin: 0 auto; }

  .static-bg .inner-mid-section {
    display: block;
    padding: 50px 0 25px; }

  .multiFeatureContent {
    height: 380px;
    overflow: hidden; }

  .multiFeatureContent:before {
    font-size: 21px;
    line-height: 21px; }

  .featureItem {
    margin: 0; }

  .button-outer {
    margin: 0 auto; }

  .button-outer .inner-links {
    margin-top: 92px;
    padding-bottom: 3px; }

  .multiFeatureContent {
    width: 310px;
    margin: 0 auto; }

  .multiFeatureContent:before {
    top: 24px; }

  .slider-inner-container:after {
    height: 4px;
    border-bottom: 0; }

  .footer-container {
    padding: 0 11px; }

  .saffireLargeSize .searchBox {
    margin-left: 0 !important; }

  .saffireLargeSize .viewcart {
    margin-left: -6px !important; } }
@media screen and (max-width: 360px) {
  .multiFeatureContent:before {
    top: 13px; } }
.input-icon {
  top: 2px; }

.generalMessageOn.homepage.saffireLargeSize .content {
  padding-top: 256px; }

/************* BUTTON STYLES *********************/
a.button,
.button {
  /* |%  set font-family */
  padding: 1px 8px;
  font-size: 16px;
  line-height: 1.75em;
  text-transform: uppercase;
  border-radius: 0px;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "open_sansbold";
  border-radius: 5px; }

a.button,
.button,
.buttonSmall {
  background: #f8e409;
  background: -webkit-linear-gradient(-90deg, #f8e409);
  background: linear-gradient(180deg, #f8e409);
  color: #362b08 !important; }

a.button:hover,
.button:hover,
.buttonSmall:hover {
  background: #c4ba4e;
  color: #362b08 !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: #111;
  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: #3d3d3d; }
.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: #717660;
  box-shadow: 0 -3px 5px #8b8e7f inset;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 8px;
  font-family: "open_sansbold"; }
  .generalmessage a {
    color: #fff; }

.header .emailSignup a.button,
.header .searchBox a.button {
  color: #fff !important;
  background: #8c949e;
  font-family: "OpenSansCondensedLight";
  font-size: 14px;
  padding: 6.5px 5.5px;
  border-radius: 50px !important; }

.header .emailSignup a.button:hover,
.header .searchBox a.button:hover {
  background: #6c7580; }

.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";
  content: '';
  background: url("images/search-icon-dekstop.png") no-repeat center;
  text-indent: 0;
  font-size: 1em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto; }

.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: '';
  background: url("images/email-icon-dekstop.png") no-repeat center;
  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: 14px; }

.header {
  /* |%  need to set height and width if not 100% */
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 214px;
  background: url("images/header-to.jpg") no-repeat center;
  position: fixed;
  z-index: 999;
  top: 0;
  background-size: cover; }

@media screen and (max-width: 800px) {
  /* prevents crazyshifty stuff before js loads */
  .header {
    opacity: 0; }

  .pageIsLoaded .header {
    opacity: 1; } }
.saffireMobileSize .header {
  height: 47px;
  position: fixed;
  top: 0;
  background: #404c5e;
  padding-top: 10px !important;
  border-bottom: 2px solid #fff; }

.headerInnerContent {
  display: block;
  margin: 0 auto;
  position: relative; }

.saffireLargeSize .headerInnerContent {
  height: 214px; }

.saffireLargeSize .header-inner {
  height: 52px;
  max-width: 1419px;
  display: block;
  margin: 0 auto;
  position: relative; }

.saffireLargeSize .top-header {
  background: #404c5e; }

.saffireMobileSize .headerInnerContent {
  padding-right: 0; }

.saffireMobileSize .headerInnerContent > .clear {
  clear: none; }

#customLogo {
  /* |%  logo settings */
  background: url("images/logo.png") no-repeat;
  z-index: 5003;
  height: 103px;
  position: absolute;
  left: 0;
  right: auto;
  top: 57px;
  bottom: auto;
  width: 326px;
  left: 0;
  position: absolute;
  right: 0;
  margin: auto;
  background-size: contain; }

.saffireMobileSize #customLogo {
  width: 104px;
  top: 4px;
  background: url("images/mobile-logo.png") no-repeat;
  width: 141px;
  height: 44px;
  left: 8px !important;
  max-width: 100%;
  z-index: 999 !important; }

.saffireLargeSize .navig {
  background: #828011;
  top: 113px;
  height: 50px;
  position: relative; }

/* MAIN NAVIGATION */
.saffireLargeSize .nav {
  position: absolute;
  max-width: 1000px;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 51px;
  padding: 0;
  background: none;
  clear: both;
  width: 100%;
  z-index: 5002 !important;
  top: 0;
  position: relative; }
  @media screen and (min-width: 1400px) {
    .saffireLargeSize .nav {
      max-width: 1400px; } }

.saffireLargeSize .nav:hover {
  z-index: 5002 !important; }

.saffireLargeSize .nav .groups {
  position: absolute;
  height: 51px;
  max-height: 50px;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  right: 0;
  left: auto;
  top: 0;
  bottom: auto;
  bottom: auto;
  top: 0; }

.saffireLargeSize .nav .groups .group {
  margin: 0 0 0 5px;
  padding: 8px 0 5px 26px; }

.saffireLargeSize .nav .groups .group a,
.saffireLargeSize .navDummyLink {
  font-size: 30px;
  font-family: "CinzelRegular";
  line-height: normal;
  padding: 1px 6px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
  @media screen and (min-width: 1031px) and (max-width: 1400px) {
    .saffireLargeSize .nav .groups .group a,
    .saffireLargeSize .navDummyLink {
      font-size: 21px;
      position: relative;
      top: 5px; } }
  @media screen and (min-width: 818px) and (max-width: 1030px) {
    .saffireLargeSize .nav .groups .group a,
    .saffireLargeSize .navDummyLink {
      font-size: 15px !important;
      position: relative;
      top: 7px; } }

@media screen and (max-width: 1030px) {
  .saffireLargeSize .nav .groups .group a,
  .saffireLargeSize .navDummyLink {
    font-size: 24px; } }
.saffireLargeSize .nav .groups .group a:hover,
.saffireLargeSize .nav .groups .group:hover,
.saffireLargeSize .nav .groups .group:hover a {
  color: #fff;
  background: #828011;
  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: #828011;
  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: 14px "open_sansregular", Arial, Verdana, sans-serif, Arial, Helvetica, sans-serif; }

.saffireLargeSize .nav .items .item a:hover {
  color: #e0e0e0;
  background: #b8b518; }

.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: absolute;
  right: 0px;
  left: auto;
  top: 6px;
  bottom: auto;
  float: right;
  margin-top: 0;
  margin-bottom: 0; }

.saffireLargeSize .quickLinks ul li.standardLoginStatus a:hover,
.saffireLargeSize .quickLinks ul li.standardMyAccount a:hover,
.saffireLargeSize .quickLinks ul li: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: 22px;
  line-height: normal;
  color: #fff;
  font-family: "OpenSansCondensedLight"; }

.saffireLargeSize .quickLinks ul li > a.ticket,
.saffireLargeSize .ticket,
.saffireLargeSize .ticket:hover {
  display: inline-block;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  bottom: auto;
  color: #fff;
  padding-left: 0;
  font-family: "OpenSansCondensedLight";
  font-size: 0;
  text-decoration: none;
  text-transform: uppercase;
  background: url("images/tickets.png") no-repeat 0 0;
  width: 145px;
  height: 48px;
  padding: 9px 10px;
  width: 125px;
  height: 30px; }

.saffireLargeSize .ticket:hover {
  background: url("images/tickets.png") no-repeat 0 bottom; }

.saffireMobileSize a.ticket,
.saffireMobileSize a.ticket:hover {
  border-radius: 0px;
  height: 57px;
  left: 0;
  overflow: hidden;
  padding: 0 3px;
  position: absolute;
  right: 7px;
  text-decoration: none;
  text-indent: 0;
  top: -61px;
  white-space: nowrap;
  width: auto;
  background: url("images/tickets.png") no-repeat center;
  color: #fff;
  font-family: "open_sansbold";
  font-size: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center; }

.saffireLargeSize .viewcart {
  position: relative;
  z-index: 2000000; }

.cartNavItemSection.cartNavItemSectionProductDetails {
  border-bottom-color: #fff; }

.saffireLargeSize #svgViewCartIcon {
  display: none; }

.saffireLargeSize .quickLinks ul .viewcart a {
  font-family: "OpenSansCondensedLight";
  font-size: 22px;
  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: relative;
  right: 0;
  left: auto;
  top: 3px;
  bottom: auto;
  float: right;
  /* margin-top: 8px; */
  width: auto;
  z-index: auto; }

.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;
  max-height: 29px; }

.saffireLargeSize .header .emailSignup .emailInputField input:focus,
.saffireLargeSize .header .emailSignup:hover .emailInputField input {
  width: 125px;
  padding-right: 15px;
  padding-left: 5px;
  z-index: 2000001; }

.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: #8c949e; }

.emailSignup .textbox,
.searchBox input {
  border-radius: 0px 0 0 0px;
  top: 0;
  border-right: none; }

.saffireLargeSize .header .searchBox {
  position: relative;
  right: 0;
  left: auto;
  top: 3px;
  bottom: auto;
  float: right;
  /* margin-top: 8px; */
  z-index: 5003; }

.quickLinks ul,
.saffireLargeSize .header .emailSignup,
.saffireLargeSize .header .searchBox {
  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;
  max-height: 29px; }

.saffireLargeSize .header .searchBox .searchBoxInput input:focus,
.saffireLargeSize .header .searchBox:hover .searchBoxInput input {
  width: 125px;
  padding-right: 15px;
  padding-left: 5px;
  z-index: 2000001; }

.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: #8c949e; }

/* 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; }

.white-background .emailSignup input {
  font-family: OpenSans-Regular-webfont;
  color: #a39c92 !important;
  font-size: 13px;
  padding: 8px 1px;
  width: 330px !important;
  max-width: 100%;
  display: block;
  padding-left: 13px;
  margin-right: 6px; }
.white-background .emailInputSubmit a {
  background: transparent;
  border: 3px solid #60523c;
  border-radius: 0 !important;
  color: #60523c !important;
  font-size: 20px;
  padding: 6px 16px;
  line-height: 20px;
  font-family: AntonioBold; }

.quickLinks ul li {
  margin-left: 24px; }

.saffireWindowScrolled #customLogo {
  height: 64px; }

.saffireLargeSize .viewcart {
  margin-left: -20px; }
.saffireLargeSize .searchBox {
  margin-left: -15px; }

.saffireLargeSize.saffireWindowScrolled .header {
  height: 115px !important; }
.saffireLargeSize.saffireWindowScrolled .navig {
  top: 65px; }
.saffireLargeSize.saffireWindowScrolled .Header-container {
  display: none; }
.saffireLargeSize.saffireWindowScrolled .top-header {
  display: none; }
.saffireLargeSize.saffireWindowScrolled .headerInnerContent {
  height: auto; }
.saffireLargeSize.saffireWindowScrolled #customLogo {
  height: 50px;
  top: 9px;
  transition: 0.3s ease;
  width: 165px; }
.saffireLargeSize.saffireWindowScrolled .generalmessage {
  display: none; }

.generalMessageOn .header {
  height: 256px !important; }

.saffireMobileSize.saffireWindowScrolled .header {
  padding-top: 0; }
.saffireMobileSize.saffireWindowScrolled .generalmessage,
.saffireMobileSize.saffireWindowScrolled .siteInfoBanner {
  display: none; }
.saffireMobileSize.saffireWindowScrolled a.ticket {
  display: none; }
.saffireMobileSize.saffireWindowScrolled .header:before {
  display: none; }
.saffireMobileSize.saffireWindowScrolled .searchBox:before {
  top: -1px; }

.saffireMobileSize.generalMessageOn .header {
  padding-top: 66px !important;
  height: 50px !important; }

.saffireWindowScrolled.generalMessageOn .header {
  padding-top: 0 !important; }

.saffireWindowScrolled.generalMessageOn .header {
  top: 0 !important; }

.saffireMobileSize.saffireWindowScrolled .header {
  height: 47px !important; }

.saffireMobileSize .quickLinks ul li {
  display: block; }
.saffireMobileSize span.myAccountNavButton {
  display: none; }
.saffireMobileSize .quickLinks {
  position: absolute; }
.saffireMobileSize .standAloneDirections,
.saffireMobileSize .viewcart {
  display: none; }
.saffireMobileSize .nav {
  position: absolute;
  right: 0;
  top: -4px;
  width: 45px; }
.saffireMobileSize .viewcart {
  position: absolute !important;
  right: 50px !important; }
.saffireMobileSize .quickLinks ul {
  margin: 0; }
.saffireMobileSize span.loginstatus.left,
.saffireMobileSize span.viewCartText {
  display: none; }
.saffireMobileSize .content {
  padding-top: 137px !important; }

.saffireMobileSize .header .searchBox {
  right: 21px !important;
  margin-right: 20px;
  position: absolute;
  top: 7px; }
  .saffireMobileSize .header .searchBox:before {
    content: '';
    background: transparent url("images/mobile-search-icon.png") no-repeat center center/auto;
    height: 31px;
    width: 26px;
    top: 0;
    display: block; }

.saffireMobileSize .header .emailSignup {
  right: 62px !important;
  margin-right: 20px;
  position: absolute; }
  .saffireMobileSize .header .emailSignup:before {
    content: '';
    background: transparent url("images/mobile-email-icon.png") no-repeat center center/auto;
    height: 31px;
    width: 26px;
    top: 6x;
    display: block; }

.saffireMobileSize .nav:before {
  content: '';
  content: "";
  background: url("images/mobile-toggle.png") no-repeat center;
  width: 20px;
  height: 13px;
  display: block;
  top: 20px; }

.saffireMobileSize .searchBox.clonedSearchBox {
  right: 0 !important;
  margin-right: 0 !important;
  top: 0; }

.saffireMobileSize .quickLinks ul .viewcart a[data-itemcount]:before {
  top: 5px; }

.saffireMobileSize .generalmessage {
  position: fixed;
  top: 0;
  width: 96%;
  font-size: 11px;
  line-height: 18px;
  height: 35px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 8px 2% 12px; }

span.viewCartText:before {
  font-size: 22px !important;
  content: 'Cart:';
  text-transform: capitalize; }

span.viewCartText {
  font-size: 0; }

.saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit a,
.saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit a:hover {
  border-radius: 0 !important; }

@media screen and (max-width: 1200px) {
  .saffireLargeSize .header .emailSignup,
  .saffireLargeSize .header .searchBox {
    margin-top: 0;
    top: 0 !important; }

  .quickLinks span.viewCartText:before {
    font-size: 20px !important; }

  .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: 20px !important; }

  .saffireLargeSize .viewcart {
    margin-left: -7px; }

  .saffireLargeSize .searchBox {
    margin-left: 3px; }

  .saffireLargeSize .quickLinks {
    top: 11px !important; }

  .saffireLargeSize .quickLinks ul li {
    margin-left: 9px !important; }

  .saffireLargeSize .header .emailSignup .emailInputSubmit a.button,
  .saffireLargeSize .header .searchBoxSubmit a.button,
  span.viewCartText:before {
    font-size: 13px !important; }

  .saffireLargeSize #siteInfoBannerWidget #eventName {
    margin-top: 0 !important;
    top: 0 !important; } }
.saffireLargeSize .nav .items .item a {
  text-transform: capitalize !important;
  line-height: 22px !important;
  text-shadow: none !important; }

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 16px 0 30px;
  background: url("images/footer-bg.jpg") repeat-x #404c5e 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: "OpenSansCondensedLight";
    font-size: 16px;
    padding-top: 18px;
    text-transform: capitalize; }
  .footer .footerSignIn {
    text-transform: uppercase; }
  .footer ul.footerItems2 {
    margin: 4px auto;
    font-family: "OpenSansCondensedLight";
    font-size: 16px;
    font-size: 14px; }

.saffireMobileSize .footer {
  padding: 16px 0 69px; }
  .saffireMobileSize .footer a:hover {
    text-decoration: none; }
  .saffireMobileSize .footer ul.footerItems1 {
    max-width: 300px;
    margin-bottom: 6px;
    display: none;
    padding-top: 0; }
  .saffireMobileSize .footer a.logo1 {
    margin: 0px auto;
    width: 82px;
    height: 82px;
    background-size: contain; }
  .saffireMobileSize .footer .footer-container {
    display: block; }
  .saffireMobileSize .footer .footerSignIn {
    max-width: 300px;
    margin: auto; }
  .saffireMobileSize .footer ul.footerItems2 {
    margin: 4px 0 22px;
    text-align: center; }
  .saffireMobileSize .footer li.footerSaffire {
    margin-top: 0; }
  .saffireMobileSize .footer li.footerSaffire:after {
    left: 0px; }

.footer .separator {
  opacity: 0; }

a.logo1 {
  background: url(images/footer-logo.png) no-repeat;
  height: 121px;
  display: block;
  width: 122px; }

.footer-container {
  display: flex;
  max-width: 1000px;
  margin: 0px auto;
  position: relative; }
  .footer-container .footer-logo-bottom {
    margin-left: auto; }
  .footer-container .footer-inner {
    text-align: left; }
  .footer-container li.footerSaffire {
    display: block !important;
    margin-top: -9px; }

li.footerSaffire:after {
  content: '';
  background: url(images/saffire-logo.png) no-repeat center;
  width: 75px;
  height: 47px;
  position: relative;
  display: inline-flex;
  top: 11px;
  left: 16px; }

.saffire_logo {
  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: #212121;
      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;
    position: static;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-family: "open_sansregular", Arial, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s; }
    @media screen and (max-width: 1000px) {
      .homepage .slideshowSwiperDescription.currentSlideDescription {
        padding-top: 1em;
        padding-left: 2%;
        padding-right: 2%; } }
  .homepage #newSliderDescriptionContainer {
    background: rgba(255, 255, 255, 0.8); }
  .homepage .sliderTitle {
    position: relative;
    max-width: 100%;
    font-family: "CinzelRegular";
    font-size: 26px;
    font-weight: 400;
    color: #212121;
    text-transform: uppercase;
    height: 30px; }
    @media screen and (max-width: 1023px) {
      .homepage .sliderTitle {
        font-size: 18px; } }
  .homepage .swiper-container {
    position: relative;
    margin: 0 auto;
    background: #000;
    overflow: hidden;
    z-index: 1;
    /* Specify Swiper's Size: */
    width: 100%;
    max-width: 100%;
    height: 561px;
    /* Swiper Container - Inset Shadow*/
    /* Swiper Container - Hover Styles*/ }
    .homepage .swiper-container:hover .slideshowSwiperDescription {
      max-height: 561px; }
  .homepage .swiper-slide {
    /* Specify Slides's Size: */
    position: relative;
    height: 561px;
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.3;
    text-align: center;
    width: 1000px; }
    .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: 56.1vw !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: 11.5px 24px;
      font-family: "open_sansbold";
      font-size: 14px;
      color: #362b08 !important;
      background: #f8e409;
      background: -webkit-linear-gradient(-90deg, #f8e409);
      background: linear-gradient(180deg, #f8e409);
      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: 14px; }
      .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: #beaf05; }
  .homepage .slideshowSwiperButtonPrev {
    position: absolute;
    top: 47%;
    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/slideshow-left.png") no-repeat left center;
    width: 20px;
    height: 32px;
    left: -1070px;
    /* Slideshow Swiper Button - PREV - Hover Styles*/ }
    @media screen and (max-width: 1090px) {
      .homepage .slideshowSwiperButtonPrev {
        left: 0;
        right: auto;
        top: 26.367vw; } }
    @media screen and (max-width: 1080px) {
      .homepage .slideshowSwiperButtonPrev {
        left: 1%;
        right: auto; } }
  .homepage .slideshowSwiperButtonNext {
    position: absolute;
    top: 50%;
    transform: translateY(-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: 32px;
    background: url("images/slideshow-right.png") no-repeat right center;
    right: -1070px;
    /* Slideshow Swiper Button - PREV - Hover Styles*/ }
    @media screen and (max-width: 1090px) {
      .homepage .slideshowSwiperButtonNext {
        right: 0;
        left: auto;
        top: 26.367vw; } }
    @media screen and (max-width: 1080px) {
      .homepage .slideshowSwiperButtonNext {
        right: 1%;
        left: auto; } }
  .homepage .sliderControlsContainer {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    top: 120%;
    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; }
  .homepage .sliderPlayPauseButtons {
    display: none; }
  .homepage .swiper-pagination-bullet {
    position: relative;
    top: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 12px;
    background: #fff;
    -webkit-transition: background 0.4s ease;
    transition: background 0.4s ease;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6); }
    .homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #828011; }
    .homepage .swiper-pagination-bullet:hover {
      background: #828011; }
  .homepage .sliderPlayPause {
    display: inline-block;
    cursor: pointer;
    width: 10px;
    height: 10px;
    font-size: 0;
    color: #fff;
    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: 14px 13px 12px 25px;
    /* Slideshow Description - Hover Styles*/ }
    .homepage.saffireLargeSize .slideshowSwiperDescription:hover .sliderTextDescription {
      opacity: 1; }
    .homepage.saffireLargeSize .slideshowSwiperDescription:hover .sliderTitle {
      opacity: 0; }
  .homepage.saffireLargeSize .swiper-container {
    border: none; }
  .homepage.saffireLargeSize .currentSlideDescription {
    /* 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: 11.5px 24px; }
  .homepage.saffireLargeSize .sliderTextDescription {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    left: 32px;
    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;
    width: none;
    max-width: calc(100% - 300px);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease; }
  .homepage.saffireLargeSize .sliderTitle {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: static;
    /* top: nth(parsePadding(map-get($slideshowDescription, padding)),1);*/
    /* bottom: auto;*/
    /* left: nth(parsePadding(map-get($slideshowDescription, padding)),4);*/
    /* right: auto;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    height: 100%;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    opacity: 1;
    white-space: normal;
    overflow: visible;
    text-overflow: inherit; }
    @media screen and (max-width: 1023px) {
      .homepage.saffireLargeSize .sliderTitle {
        font-size: 18px; } }
  .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: 1000px;
    max-width: 100%;
    z-index: 2;
    -webkit-transition: 1s;
    transition: 1s;
    width: none;
    /* 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;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 0 5px; }

/*/////////////////////////////////////////////////////////////////////*/
/* 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: 14px;
    line-height: 1.3;
    position: absolute;
    opacity: 0;
    text-align: center;
    color: #fff; }
  .homepage.saffireMobileSize .sliderTitle {
    height: auto;
    padding: 0;
    font-size: 20.8px;
    text-align: center;
    text-align: center;
    color: #fff;
    line-height: 25px; }
  .homepage.saffireMobileSize .currentSlideDescription {
    width: 100%;
    height: auto;
    padding: 1px 5% 5px;
    color: #000;
    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 {
      position: static;
      top: auto;
      bottom: 102%;
      left: 0;
      right: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -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: 102px;
        padding: 11px 0;
        margin: 0 10px; }
  .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: 111px;
    padding-top: 30px;
    background: #828011;
    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: 2px 0; }

.homepage.saffireMobileSize .currentSlideDescription:hover .sliderTextDescription {
  position: relative;
  opacity: 1;
  transition: all 0.2s linear; }

.homepage.saffireMobileSize .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff9600; }

#cardWidget {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  padding-top: 55px;
  position: relative;
  cursor: pointer;
  max-width: 340px;
  background: rgba(63, 77, 86, 0.8);
  width: 100%;
  margin-left: auto;
  padding-bottom: 12px; }
  #cardWidget .card-widget-item {
    box-sizing: border-box;
    text-decoration: none;
    flex: 1 1 100%;
    background: #8a8835;
    text-transform: uppercase;
    padding: 24px 0;
    margin: 10px 10px 0; }
    #cardWidget .card-widget-item:hover {
      background: rgba(0, 0, 0, 0.4); }
  #cardWidget .image-container {
    box-sizing: border-box;
    position: static;
    display: inline-block;
    width: 100%;
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    transition: 0.3s; }
  #cardWidget .card-content {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center; }
  #cardWidget .card-widget-title {
    font-family: "OpenSansCondensedBold";
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    text-decoration: none;
    height: 20px;
    overflow: hidden;
    padding: 0 10px;
    line-height: 20px;
    text-decoration: none; }
  #cardWidget span.card-widget-description {
    display: none; }

#cardWidget:before {
  font-family: "CinzelRegular";
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  content: 'Quick Links';
  position: absolute;
  top: 12px;
  text-align: center;
  justify-content: center;
  left: 0;
  right: 0;
  text-transform: uppercase; }

@media screen and (max-width: 999px) {
  #cardWidget {
    margin: 0px auto;
    margin-top: 92px; } }
.majorSponsorsWrapper {
  box-sizing: border-box;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 0; }
  .majorSponsorsWrapper #cardWidgetMajorSponsors {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .majorSponsorsWrapper h1 {
    font-family: "CinzelRegular";
    font-weight: normal;
    text-align: center;
    color: #000;
    font-size: 30px;
    margin: 20px 0 36px; }
  .majorSponsorsWrapper .card-widget-item {
    box-sizing: border-box;
    margin: 0 2px 4px;
    max-height: 210px; }
  .majorSponsorsWrapper .card-widget-image {
    max-height: 210px; }
  .majorSponsorsWrapper .card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%; }
  .majorSponsorsWrapper .card-widget-title,
  .majorSponsorsWrapper .card-widget-description {
    display: none; }
  @media screen and (max-width: 999px) {
    .majorSponsorsWrapper #cardWidgetMajorSponsors {
      margin-bottom: 10px; }
    .majorSponsorsWrapper h1 {
      font-size: 22px;
      margin: 20px 0 0; } }

.saffireMobileSize #cardWidgetMajorSponsors {
  flex-direction: column;
  align-items: center; }

body:not(.homepage) #siteInfoBannerWidget {
  top: 62px; }

#siteInfoBannerWidget {
  box-sizing: border-box;
  position: static;
  display: inline-flex;
  height: 52px;
  width: auto;
  max-width: 100%;
  margin: auto;
  padding: 0;
  background: transparent;
  font-family: "OpenSansCondensedLight";
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 54px;
  z-index: 2;
  min-width: auto;
  flex-direction: row;
  justify-content: center; }
  #siteInfoBannerWidget #eventDates {
    font-family: "CinzelRegular";
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase; }
  #siteInfoBannerWidget #eventName {
    font-size: 22px;
    font-weight: 400;
    padding-left: 22px;
    text-transform: capitalize; }
  #siteInfoBannerWidget .countdownDays {
    display: inline-block;
    font-family: "OpenSansCondensedLight";
    font-size: 22px;
    font-weight: 400;
    color: #fff; }

.saffireMobileSize #siteInfoBannerWidget {
  left: 0;
  right: auto !important;
  top: 59px;
  padding: 10px 0;
  margin-left: 0 !important;
  position: relative;
  height: auto;
  flex-wrap: wrap;
  margin-left: 0 !important;
  flex-direction: column;
  background: #404c5e;
  color: #fff;
  width: 100%; }
  .saffireMobileSize #siteInfoBannerWidget #eventName {
    font-size: 22px;
    color: inherit;
    padding-left: 0;
    line-height: 22px; }
  .saffireMobileSize #siteInfoBannerWidget #eventDates {
    font-size: 28px;
    color: inherit;
    padding-left: 0;
    line-height: 28px; }
  .saffireMobileSize #siteInfoBannerWidget .countdownDays {
    font-size: 22px;
    color: inherit; }

.saffireLargeSize #siteInfoBannerWidget #eventName {
  margin-top: -3px; }

body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
  font-family: "CinzelRegular";
  font-size: 18px;
  color: #fff; }
  @media screen and (max-width: 817px) {
    body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
      font-size: 16px; } }
body.siteInfoBannerWidgetDateIsPast.noThankYouMessage #siteInfoBannerWidget {
  display: none !important; }

.generalMessageOn.homepage.saffireMobileSize.siteInfoBannerOn #siteInfoBannerWidget {
  top: 62px;
  padding: 8px 0 12px; }
.generalMessageOn.homepage.saffireMobileSize.siteInfoBannerOn #eventName {
  line-height: 18px; }
.generalMessageOn.homepage.saffireMobileSize.siteInfoBannerOn .content {
  padding-top: 200px !important; }

.saffireWindowScrolled.generalMessageOn.saffireMobileSize.siteInfoBannerOn #siteInfoBannerWidget {
  top: 59px; }

.siteInfoBannerWidgetDateIsPast.homepage.siteInfoBannerOn.generalMessageOn.saffireMobileSize .content {
  padding-top: 172px !important; }

.siteInfoBannerWidgetDateIsPast.homepage.siteInfoBannerOn.saffireMobileSize .content {
  padding-top: 113px !important; }

.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff .content {
  padding-top: 128px !important; }
.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff #siteInfoBannerWidget {
  display: none !important; }

.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff .content {
  padding-top: 69px !important; }
.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff #siteInfoBannerWidget {
  display: none !important; }

#multiScheduleFeature {
  box-sizing: border-box;
  background: rgba(63, 77, 86, 0.8);
  width: 100%;
  height: auto;
  position: relative;
  max-width: 650px; }
  #multiScheduleFeature .multiFeatureContent {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 392px;
    padding: 65px 3px 0px; }
  #multiScheduleFeature .featureItem {
    background: rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    box-sizing: border-box;
    display: flex;
    padding: 0 5px;
    margin: 0 6px 10px;
    transition: 0.3s;
    min-height: 68px;
    max-width: 310px; }
    #multiScheduleFeature .featureItem:hover {
      background: #8a8835;
      transition: 0.3s; }
  #multiScheduleFeature .featureItemImage {
    display: inline-block;
    width: 100px;
    min-width: 100px;
    height: auto;
    margin-right: 10px;
    text-align: center;
    display: none; }
    #multiScheduleFeature .featureItemImage img {
      display: block;
      max-height: 100%;
      max-width: 100%;
      width: auto;
      height: auto; }
  #multiScheduleFeature .text-container {
    display: flex;
    flex-wrap: nowrap;
    flex: 1;
    flex-direction: row;
    align-items: center; }
  #multiScheduleFeature .featureItemTitle,
  #multiScheduleFeature .featureItemDate,
  #multiScheduleFeature .featureItemDescription,
  #multiScheduleFeature .button-container {
    display: block; }
  #multiScheduleFeature .featureItemTitle {
    font-family: "CinzelRegular";
    font-weight: 400;
    font-size: 18px;
    order: 2;
    line-height: 19px;
    max-height: 39px;
    overflow: hidden; }
  #multiScheduleFeature .featureItemDate {
    font-family: "OpenSansCondensedBold";
    font-weight: 400;
    font-size: 18px;
    order: 1;
    max-width: 56px;
    min-width: 63px;
    line-height: 20px;
    position: relative;
    text-align: center;
    margin: 0 17px 0 0;
    text-align: center;
    text-transform: uppercase; }
  #multiScheduleFeature span.featureItemDate p {
    padding-top: 0;
    margin: 0;
    font-family: OpenSansCondensedBold;
    font-size: 30px;
    line-height: 31px; }
  #multiScheduleFeature .featureItemDescription {
    font-family: "RobotoSlabRegular";
    font-weight: 400;
    font-size: 14px;
    display: none !important; }
  #multiScheduleFeature .more-text {
    padding-left: 3px;
    text-decoration: underline; }

/* My Style */
.multiFeatureContent {
  display: flex;
  flex-direction: column; }

.event-calendar-title {
  font-family: "RobotoSlabBold";
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  color: #2c4367;
  background: rgba(255, 255, 255, 0.5); }

.all-events-btn {
  font-family: "OpenSans-Bold-webfont";
  font-size: 0;
  font-weight: 400;
  text-align: center;
  color: #362b08;
  max-width: 217px;
  width: 100%;
  display: inline-block;
  margin: 16px auto 0;
  background: #f8e409;
  padding: 12px 0;
  border-radius: 5px; }

.all-events-btn:hover {
  color: #404c5e;
  border-color: #feb61c; }

a.all-events-btn:after {
  content: 'VIEW FULL CALENDAR >';
  font-size: 14px; }

.saffireMobileSize .event-calendar-title {
  font-size: 30px;
  padding: 8px; }

a.all-events-btn {
  position: absolute;
  bottom: -65px;
  left: 0;
  right: 0; }

.saffireMobileSize #multiScheduleFeature {
  background: rgba(63, 77, 86, 0.8); }

.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: 23%;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  background: #4e4e4e;
  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 #4e4e4e;
    transition: 0.2s;
    border-radius: 50%;
    border: none;
    padding: 4px;
    background-color: transparent; }
  .socialNetworks > a:hover {
    left: -6px;
    z-index: 2;
    transition: 0.2s;
    left: 0;
    background-color: #ccc; }

#musicPlayerLink {
  height: 40px;
  width: 40px;
  float: none;
  margin: 0;
  background: url("images/music.jpg") no-repeat right 0;
  border: 3px solid #4e4e4e;
  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: #4e4e4e;
    border: 1px solid #fff;
    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;
      transition: 0.2s;
      background-size: contain; }
    .socialNetworks > a:hover {
      left: 0;
      bottom: 6px;
      z-index: 2;
      transition: 0.2s;
      bottom: 0; }
    .socialNetworks #musicPlayerLink {
      margin: 3px;
      background-size: cover; }
      .socialNetworks #musicPlayerLink #musicPlayerDropdown {
        top: auto;
        bottom: -3px;
        right: 33px; } }
.socialNetworks a:hover {
  background-color: #0081d1; }

.socialNetworks .socialNetworkIconTwitter:hover {
  background-color: #1da1f2; }
.socialNetworks .socialNetworkIconFacebook:hover {
  background-color: #3B5998; }
.socialNetworks .socialNetworkIconInstagram:before {
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  opacity: 0;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  top: 0px;
  left: 0px;
  transition: 0.2s; }
.socialNetworks .socialNetworkIconInstagram:hover {
  background: none; }
.socialNetworks .socialNetworkIconInstagram:hover:before {
  transition: 0.2s;
  opacity: 1; }
.socialNetworks .socialNetworkIconTumblr:hover {
  background-color: #35465c; }
.socialNetworks .socialNetworkIconPeriscope:hover {
  background-color: #3aa4c6; }
.socialNetworks .socialNetworkIconPinterest:hover {
  background-color: #bd081c; }
.socialNetworks .socialNetworkIconSpotify:hover {
  background-color: #1ED760; }
.socialNetworks .socialNetworkIconFlickr:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #0063dc 0%, #0063dc 50%, #0063dc 50%, #ff0084 50%, #ff0084 100%);
  opacity: 0;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  top: 0px;
  left: 0px;
  transition: 0.2s; }
.socialNetworks .socialNetworkIconFlickr:hover {
  background: none; }
.socialNetworks .socialNetworkIconFlickr:hover:before {
  transition: 0.2s;
  opacity: 1; }
.socialNetworks .socialNetworkIconLinkedIn:hover {
  background-color: #0077b5; }
.socialNetworks .socialNetworkIconYoutube:hover {
  background-color: #cd201f; }
.socialNetworks .socialNetworkIconGooglePlus:hover {
  background-color: #dd4b39; }
.socialNetworks .socialNetworkIconSnapchat:hover {
  background-color: #fffc00; }

@media screen and (min-width: 1231px) {
  .generalMessageOn .socialNetworks {
    top: 27%; } }
/* Set the container ID*/
/* Size the container*/
/* Size the images*/
/* Format titles*/
/* Format arrows*/
#sponsorWidgetContainer {
  position: relative;
  width: 100%;
  max-width: 92%;
  margin: 43px auto 0;
  box-sizing: border-box;
  padding: 60px 60px 23px; }
  #sponsorWidgetContainer .sponsorCarouselImage img {
    max-width: 150px;
    max-height: 100px; }
  #sponsorWidgetContainer #sponsorsTitleContainer {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0; }
    #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
      font-family: "CinzelRegular";
      font-size: 30px;
      color: #000;
      font-weight: normal;
      margin: 0;
      text-transform: uppercase;
      text-shadow: none; }
  #sponsorWidgetContainer #sponsorArrowRight {
    right: 0;
    top: 58.5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    #sponsorWidgetContainer #sponsorArrowRight span {
      border-width: 11px 0 11px 22px;
      border-color: transparent transparent transparent transparent;
      background: transparent url(images/arrow-right.png) no-repeat center center;
      height: 22px;
      width: 22px; }
  #sponsorWidgetContainer #sponsorArrowLeft {
    left: 0;
    top: 58.5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    #sponsorWidgetContainer #sponsorArrowLeft span {
      border-width: 11px 22px 11px 0;
      border-color: transparent transparent transparent transparent;
      background: transparent url(images/arrow-left.png) no-repeat center center;
      height: 22px;
      width: 22px; }

.sponsorCarouselImageContainer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: #fff;
  max-width: 100%;
  border-radius: 5px;
  align-items: center; }

@media screen and (max-width: 1295px) {
  #sponsorWidgetContainer {
    width: 100%; }

  #sponsorsTitleContainer {
    top: 0;
    left: 0;
    color: #000 !important; }

  #sponsorWidgetContainer .sponsorWidgetContainer {
    padding-top: 0px; } }
.sponsorWidgetContainer .sponsorCarouselImage {
  margin: 0 auto; }

@media screen and (max-width: 999px) {
  #sponsorWidgetContainer {
    width: 100%; }
    #sponsorWidgetContainer #sponsorArrowLeft span,
    #sponsorWidgetContainer #sponsorArrowRight span {
      height: 22px;
      width: 22px;
      background-size: contain; } }
@media screen and (max-width: 999px) {
  #sponsorWidgetContainer {
    padding: 20px 0 15px;
    margin: 0 auto; }
    #sponsorWidgetContainer #sponsorArrowLeft {
      display: none;
      left: 35px; }
    #sponsorWidgetContainer #sponsorArrowRight {
      display: none;
      right: 35px; }
    #sponsorWidgetContainer #sponsorsTitleContainer {
      margin-bottom: 15px;
      font-size: 30px;
      position: relative;
      line-height: 30px; }
      #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
        font-size: 22px;
        color: #000; } }
.majorSponsor {
  display: none;
  justify-content: center; }
  .majorSponsor #majorSponsorImageContainer img {
    width: 350px; }

#majorSponsorTitleContainer {
  display: none; }

body:not(.homepage) .dateDisplayBar.expandedViewEventDateBox {
  line-height: 1; }
body:not(.homepage) .lb-expand-image {
  color: #fff !important;
  text-decoration: none !important; }

body.lightbox-showing .socialNetworks {
  display: none; }

.planner-link {
  text-decoration: none !important; }

/*# sourceMappingURL=theme.css.map */
