/************** 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: "roboto-bold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/roboto-bold-webfont.woff2") format("woff2"), url("fonts/roboto-bold-webfont.woff") format("woff"); }
@font-face {
  font-family: "roboto-regular-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/roboto-regular-webfont.woff2") format("woff2"), url("fonts/roboto-regular-webfont.woff") format("woff"); }
@font-face {
  font-family: "wisdom_script-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/wisdom_script-webfont.woff2") format("woff2"), url("fonts/wisdom_script-webfont.woff") format("woff"); }
body {
  color: #272525;
  font: 17px/1.5 "roboto-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: "open_sansbold";
  font-weight: normal;
  color: #2b446d;
  line-height: 1.2;
  text-transform: none; }
body:not(.homepage) h1 {
  margin: 0.2em 0;
  font-size: 47px;
  font-family: "wisdom_script-webfont"; }
body:not(.homepage) h2,
body:not(.homepage) h2 a {
  font-size: 34px; }
body:not(.homepage) h3 {
  font-size: 25px;
  color: #c83232; }

.cartcols h2 {
  font-size: 20px; }

a {
  color: #c83232;
  text-decoration: underline;
  font-family: 'roboto-bold-webfont'; }

a:hover {
  text-decoration: none; }

/***************** CONTAINERS **************************/
body {
  background: #fff;
  background-size: cover;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: visible; }

html {
  overflow-x: hidden;
  overflow-y: visible; }

.wrapper {
  width: 100%; }

body:not(.homepage) .content {
  position: relative;
  max-width: calc(1030px - 15px - 15px);
  margin: 260px auto 60px;
  padding: 15px 15px 15px 15px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 310px; }

body:not(.homepage) .saffireMobileSize .content {
  margin-top: 260px; }

.saffireLargeSize.homepage .content,
.homepage .content {
  position: relative;
  max-width: 100%;
  margin: 180px auto 0 auto;
  padding: 0;
  background: none;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.saffireMobileSize.homepage .content {
  position: relative;
  max-width: 100%;
  margin: 200px auto 0 auto;
  padding: 0;
  background: none; }

.subContainer {
  background: #fff;
  color: #111;
  border: 1px solid #c83232; }

.subContainer a,
.subContainer h1, .subContainer h2, .subContainer h3 {
  color: #111; }
.subContainer .error {
  color: #000; }

.dateDisplayBar,
.dateDisplay {
  background: #2b446d;
  color: #fff; }
  .dateDisplayBar a,
  .dateDisplay a {
    color: #fff; }

#google_translate_element {
  /* |%  Google translate position */
  top: 15px;
  right: 30px; }

.calloutArrow,
.itemDetailContainer {
  z-index: 2147; }

.carthr {
  background: #111; }

.orderhistory {
  background: #2b446d; }

.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: 16px;
  line-height: 1.75em;
  text-transform: uppercase;
  border-radius: 0px;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "open_sansbold"; }

a.button,
.button,
.buttonSmall {
  background: #2b446d;
  background: -webkit-linear-gradient(-90deg, #2b446d);
  background: linear-gradient(180deg, #2b446d);
  color: #fff !important; }

a.button:hover,
.button:hover,
.buttonSmall:hover {
  background: #3c5f99;
  color: #fff !important; }

a.updateButton.buttonSmall,
a.removeButton.buttonSmall,
a.cartMenuRemoveButton.button.buttonSmall {
  font-size: 0.9em; }

.header .ticket-btn {
  position: relative;
  display: inline-block;
  width: 170px;
  height: 51px;
  background-color: #385941;
  font-family: "wisdom_script-webfont";
  font-size: 25px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 51px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .header .ticket-btn:before, .header .ticket-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%; }
  .header .ticket-btn:before {
    left: -4px; }
  .header .ticket-btn:after {
    right: -4px; }
  .header .ticket-btn:hover {
    background-color: #243a2a;
    -webkit-transition: 0.3s;
    transition: 0.3s; }

/************************* 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: #272525; }
.modalBody .showorksTableGrid tr.odd {
  background: #fff;
  color: black; }
.modalBody .showorksTableGrid tr.even {
  background: #e6e6e6;
  color: black; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-nav.disabled {
  display: block !important; }

.owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #869791; }

.generalmessage {
  /* |%  set font-family, background color, color, etc. */
  background: #444;
  box-shadow: 0 -3px 5px #666 inset;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 8px;
  font-family: "open_sansbold"; }
  .generalmessage a {
    color: #fff; }

.header .searchBox a.button,
.header .emailSignup a.button {
  color: #fff !important;
  background: #0082ca;
  font-family: "open_sansregular";
  font-size: 14px;
  padding: 0 8px 1px; }

.header .searchBox a.button:hover,
.header .emailSignup a.button:hover {
  background: #08a7ff; }

.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; }

.saffireLargeSize .header .emailSignup .emailInputSubmit a.button {
  text-indent: -999px;
  width: 1.4em;
  position: relative;
  overflow: hidden;
  font-family: "FontAwesome";
  display: inline-block;
  padding-right: 0; }

.saffireLargeSize .header .emailSignup .emailInputSubmit a:before {
  content: "\f003";
  text-indent: 0;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto; }

.header input.textbox {
  min-height: 14px; }

.header {
  /* |%  need to set height and width if not 100% */
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 180px;
  background: #fff; }

@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: 180px;
  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: 240px;
  position: static;
  left: -36px;
  right: auto;
  top: 0;
  bottom: auto;
  width: 205px;
  background-size: contain; }

@media screen and (max-width: 1072px) {
  .saffireLargeSize #customLogo {
    left: 0; } }

.saffireMobileSize #customLogo {
  width: 104px;
  top: 0; }

/* MAIN NAVIGATION */
.saffireLargeSize .nav {
  height: 31px;
  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: 31px;
  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: static;
  right: 0;
  left: auto;
  top: 79px;
  bottom: auto;
  bottom: auto;
  top: 0; }

.saffireLargeSize .nav .groups .group {
  margin: 0 0 0 5px;
  padding: 7px 9px 7px;
  transition: 0.3s; }
  @media screen and (min-width: 1151px) {
    .saffireLargeSize .nav .groups .group {
      padding: 8px 9px 8px; } }

.saffireLargeSize .nav .groups .group a,
.saffireLargeSize .navDummyLink {
  font-size: 18px;
  font-family: "roboto-bold-webfont";
  line-height: normal;
  text-transform: uppercase;
  color: #fff; }

@media screen and (max-width: 1150px) {
  .saffireLargeSize .nav .groups .group a,
  .saffireLargeSize .navDummyLink {
    font-size: 14.4px; } }
.saffireLargeSize .nav .groups .group a:hover,
.saffireLargeSize .nav .groups .group:hover a,
.saffireLargeSize .nav .groups .group:hover {
  color: #fff;
  background: #c83232;
  border-radius: 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: #c83232;
  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: 17px "roboto-regular-webfont", Arial, Verdana, sans-serif, Arial, Helvetica, sans-serif; }

.saffireLargeSize .nav .items .item a:hover {
  color: #e0e0e0;
  background: #d76060; }

.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: 150px;
  left: auto;
  top: 10px;
  bottom: auto;
  float: right;
  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: 11px;
  line-height: normal;
  color: #253f80;
  font-family: "OpenSans-Bold-webfont";
  text-transform: uppercase; }

.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: "wisdom_script-webfont";
  font-size: 25px;
  text-decoration: none;
  text-transform: uppercase;
  background: url(images/ticket-bg.png) no-repeat 0;
  width: 170px;
  height: auto;
  padding: 9px 10px;
  width: 150px;
  height: auto-18; }

.saffireLargeSize .ticket:hover {
  background: url(images/ticket-bg.png) no-repeat 0 bottom; }

.saffireMobileSize a.ticket,
.saffireMobileSize a.ticket:hover {
  border-radius: 0px;
  height: auto;
  left: auto;
  overflow: hidden;
  padding: 0 3px;
  position: absolute;
  right: 7px;
  text-decoration: none;
  text-indent: 0;
  top: 52px;
  white-space: nowrap;
  width: auto;
  /* line-height: normal !important;
  font-size: 24px !important; */
  background: #0082ca;
  color: #fff;
  font-family: "open_sansbold";
  font-size: 19.2px;
  right: 15px; }

.saffireLargeSize .viewcart {
  position: relative;
  z-index: 2000000;
  font-size: 1em; }

.cartNavItemSection.cartNavItemSectionProductDetails {
  border-bottom-color: #fff; }

.saffireLargeSize .viewCartText {
  display: none; }

.saffireLargeSize .standardViewCart {
  position: relative;
  line-height: 24.5px !important;
  top: -3.375px; }

.saffireLargeSize #svgViewCartIcon {
  display: inline-block; }

.saffireLargeSize .standardCartView {
  margin: 0 !important;
  background: #999;
  padding-left: 5px;
  padding-right: 4px;
  margin-right: -4px;
  border-radius: 0 3px 3px 0;
  top: -3.375px;
  position: relative; }

.saffireLargeSize .standardViewCart {
  background: #999;
  padding-left: 2px;
  padding-right: 1px;
  border-radius: 3px 0 0 3px; }

.saffireLargeSize .quickLinks ul .viewcart a {
  font-family: "open_sansregular";
  font-size: 11px;
  text-transform: none;
  color: #253f80;
   /*  @if map-get($quickLinks, icon-cart) {
    	color: map-get($headerInputs, font-color);

    } */ }

.saffireLargeSize #svgViewCartIcon path {
  fill: #253f80; }

/* EMAIL & SEARCH BOXES */
.saffireLargeSize .header .emailSignup {
  position: relative;
  right: 0;
  left: auto;
  top: 0;
  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: 30px;
  top: 11px;
  height: 20px;
  transition: all 0.3s ease;
  border-width: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.saffireLargeSize .header .emailSignup:hover .emailInputField input,
.saffireLargeSize .header .emailSignup .emailInputField input:focus {
  width: 125px;
  padding-right: 15px;
  padding-left: 5px;
  z-index: 2000001; }

.saffireLargeSize .header .emailSignup .emailInputSubmit a {
  border-radius: 0px !important; }

.saffireLargeSize .header .emailSignup:hover .emailInputSubmit a {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.saffireLargeSize .header .emailSignup .emailInputSubmit a:hover {
  background: #0082ca; }

.searchBox input,
.emailSignup .textbox {
  border-radius: 0px 0 0 0px;
  top: 0;
  border-right: none; }

.saffireLargeSize .header .searchBox {
  position: relative;
  right: 0;
  left: auto;
  top: 0;
  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: 30px;
  top: 11px;
  height: 20px;
  transition: all 0.3s ease;
  border-width: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.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: #0082ca; }

/* WEATHER BUG */
#weatherBugWidget {
  color: #fff;
  white-space: nowrap;
  position: relative;
  left: 0;
  right: auto;
  top: -4px;
  bottom: auto;
  visibility: hidden;
  font-family: 'OpenSans-Bold-webfont';
  font-size: 11px;
  background: rgba(27, 79, 144, 0.7);
  display: inline-block;
  padding: 6px 7px 8px; }

.weatherDescriptive {
  display: none !important; }

.saffireMobileSize #weatherBugWidget {
  display: none !important; }

#weatherBugText {
  display: none; }

#weatherBugImage {
  top: 3px; }

#weatherBugShortDescription {
  display: inline; }

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 50px;
  background: url("images/") repeat-x #c83232 center;
  color: #fff;
  text-align: center; }
  .footer .footer-logo {
    width: 148px;
    height: 170px;
    margin: auto;
    background: url(images/footer-logo.png) no-repeat;
    background-position: center;
    position: relative;
    top: 100px;
    z-index: 999; }
  .footer a {
    color: #fff;
    text-decoration: none; }
    .footer a:hover {
      text-decoration: underline; }
  .footer ul.footerItems1 {
    margin: 12px auto;
    font-family: "roboto-bold-webfont";
    font-size: 14px;
    color: #fff;
    text-transform: uppercase; }
  .footer .footerSignIn {
    text-transform: uppercase; }
  .footer ul.footerItems2 {
    margin: 0 auto; }
  .footer .footer-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font: 20px/1 "roboto-bold-webfont";
    color: #fff;
    text-transform: uppercase; }
    .footer .footer-contact a.footer-phone {
      margin-right: 35px;
      color: #fff; }
  .footer .footer-lower {
    margin-top: -545px; }
    @media screen and (max-width: 490px) {
      .footer .footer-lower {
        margin-top: -600px; } }
  .footer .copy-power-container {
    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;
    font: 15px/1 "roboto-bold-webfont";
    margin-bottom: 5px; }
    .footer .copy-power-container .powered-by {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: 5px; }
      .footer .copy-power-container .powered-by span {
        position: relative;
        left: 3px;
        bottom: 3px;
        background: url(images/saffire-logo.png) no-repeat;
        background-size: contain;
        background-position: center;
        height: 35px;
        width: 45px; }
  .footer .footer-final-container {
    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-final-container .branding-by {
      background: url(images/branding-logo.png) no-repeat;
      background-size: contain;
      height: 33px;
      width: 185px;
      margin-right: 15px; }
    .footer .footer-final-container .to-top {
      font: 15px/1 "roboto-bold-webfont";
      background: #2b446d;
      padding: 7px 16px;
      -webkit-transition: .3s;
      transition: .3s; }
      .footer .footer-final-container .to-top:hover {
        background: #1d2d48;
        text-decoration: none !important; }

.saffireMobileSize .footer {
  padding-bottom: 25px; }
  .saffireMobileSize .footer a:hover {
    text-decoration: none; }
  .saffireMobileSize .footer ul.footerItems1 {
    max-width: 350px;
    margin-bottom: 20px;
    color: #fff; }
    .saffireMobileSize .footer ul.footerItems1:before {
      content: 'SITE MAP';
      height: 25px;
      width: 115px;
      font: 25px/1 "roboto-bold-webfont";
      color: #fff;
      position: relative;
      top: -15px;
      left: 0; }
  .saffireMobileSize .footer .footerSignIn {
    max-width: 300px;
    margin: auto; }
  .saffireMobileSize .footer ul.footerItems2 {
    margin-top: 25px;
    text-align: center; }
  .saffireMobileSize .footer .button {
    padding: 8px 8px; }
  .saffireMobileSize .footer .footer-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 70%;
    margin: auto;
    line-height: 1.4em; }
    .saffireMobileSize .footer .footer-contact .footer-phone {
      margin: 0 0 35px; }
    .saffireMobileSize .footer .footer-contact .footer-address {
      margin-bottom: 40px; }
  .saffireMobileSize .footer .copy-power-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 340px;
    margin: 0 auto 20px; }
    .saffireMobileSize .footer .copy-power-container .powered-by {
      margin: 15px 0 5px; }

@-webkit-keyframes marquee {
  0% {
    top: 8em; }
  100% {
    top: -11em; } }
@keyframes marquee {
  0% {
    top: 8em; }
  100% {
    top: -11em; } }
.scrolling-members-wrapper {
  width: 100%;
  height: 230px;
  background: #c83232;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  position: relative; }
  .scrolling-members-wrapper:after {
    content: '';
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #c83232; }
  .scrolling-members-wrapper .scrolling-members-container {
    width: 100%;
    height: 100%;
    max-width: 920px;
    margin: auto; }

#rotatingContentWidget {
  -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;
  height: auto;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0; }
  #rotatingContentWidget .rotating-widget-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    height: auto;
    min-width: 300px;
    width: auto;
    text-decoration: none; }
  #rotatingContentWidget .image-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    #rotatingContentWidget .image-container .rotating-widget-title {
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: #c83232;
      padding: 20px 10px 15px;
      display: block;
      margin: 0 auto;
      color: #fff;
      font: 38px/1 "wisdom_script-webfont";
      text-align: center;
      z-index: 9; }
      #rotatingContentWidget .image-container .rotating-widget-title:hover {
        text-decoration: none !important; }
    #rotatingContentWidget .image-container .rotatingContentDescription {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 20px auto 0;
      color: #fff;
      font: 18px/1 "roboto-regular-webfont";
      text-align: left;
      line-height: 1.4em;
      -webkit-animation: marquee 15s linear infinite;
      animation: marquee 15s linear infinite; }
      #rotatingContentWidget .image-container .rotatingContentDescription:hover {
        -webkit-animation-play-state: paused;
        animation-play-state: paused; }
      #rotatingContentWidget .image-container .rotatingContentDescription .member-name {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
      #rotatingContentWidget .image-container .rotatingContentDescription span.star-bullet {
        display: inline-block;
        width: 17px;
        height: 20px;
        background: url(images/star-bullet.png) no-repeat;
        background-position: center;
        margin-right: 7px; }

.saffireMobileSize #rotatingContentWidget .rotating-widget-title {
  font-size: 26px; }
.saffireMobileSize #rotatingContentWidget .rotatingContentDescription {
  margin: 0 20px; }
  .saffireMobileSize #rotatingContentWidget .rotatingContentDescription .member-name {
    flex-basis: 50%; }
  @media screen and (max-width: 730px) {
    .saffireMobileSize #rotatingContentWidget .rotatingContentDescription {
      width: 75%;
      margin: auto; }
      .saffireMobileSize #rotatingContentWidget .rotatingContentDescription .member-name {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

/* PAGINATION*/
/* LEFT-RIGHT ARROWS*/
/* You shouldn't need to change the items below for the most part*/
/* used for placing pagination - necessary when giving a specific left value - must be set in Spark (default is 5)*/
/* this allows for vertical centering of images - disable if opting for img elements*/
/*/////////////////////////////////////////////////////////////////////*/
/* MIXINS AND ETC. FOR SLIDER*/
/*/////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - General Settings*/
/*/////////////////////////////////////////////////////////////////////*/
.homepage {
  /* Homepage Swiper Slider*/
  /* Slideshow Description*/
  /* Slideshow Description - Current Slide Description*/
  /* New Slider Description Container*/
  /* Slider Title*/
  /* Slideshow Swiper Container*/
  /* Swiper Slide*/
  /* Slider Button Container*/
  /* Slideshow Swiper Button - PREV*/
  /* Slideshow Swiper Button - NEXT*/
  /* Slider Controls container*/
  /* Slideshow Swiper Pagination*/
  /* Play Pause Buttons*/
  /* Play Pause Buttons*/
  /* Slider Play Pause*/ }
  .homepage .homepageSwiperSlider {
    position: relative; }
  .homepage .slideshowSwiperDescription {
    display: none;
    /* Slideshow Description - Hover Styles*/ }
    .homepage .slideshowSwiperDescription a,
    .homepage .slideshowSwiperDescription span {
      display: none;
      text-decoration: none; }
    .homepage .slideshowSwiperDescription .sliderTextDescription {
      display: block;
      color: #fff;
      line-height: 1.2em;
      pointer-events: none;
      max-width: 100%; }
  .homepage .slideshowSwiperDescription.currentSlideDescription {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-family: "open_sansbold";
    font-size: 25px;
    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: transparent; }
  .homepage .sliderTitle {
    position: relative;
    max-width: 100%;
    line-height: normal;
    font-family: "wisdom_script-webfont";
    font-size: 47px;
    font-weight: 400;
    color: #fff; }
  .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: 745px;
    /* Swiper Container - Inset Shadow*/
    /* Swiper Container - Hover Styles*/ }
    .homepage .swiper-container:hover .slideshowSwiperDescription {
      max-height: 745px; }
  .homepage .swiper-slide {
    /* Specify Slides's Size: */
    position: relative;
    height: 745px;
    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: 74.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: 22.5px;
      color: #fff !important;
      background: #2b446d;
      background: -webkit-linear-gradient(-90deg, #2b446d);
      background: linear-gradient(180deg, #2b446d);
      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: 22.5px; }
      .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: #3c5f99; }
  .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: none !important;
    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%;
    transform: translateY(-50%);
    left: 0;
    margin: auto;
    z-index: 4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    display: none !important;
    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: 108px;
    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: 13px;
    height: 13px;
    margin-right: 6px;
    background: #fff;
    -webkit-transition: background 0.4s ease;
    transition: background 0.4s ease;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6); }
    .homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #333; }
    .homepage .swiper-pagination-bullet:hover {
      background: #333; }
  .homepage .sliderPlayPause {
    display: inline-block;
    cursor: pointer;
    width: 13px;
    height: 13px;
    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: 16px 25px 16px 25px;
    /* Slideshow Description - Hover Styles*/ }
  .homepage.saffireLargeSize .swiper-container {
    border: none; }
  .homepage.saffireLargeSize .currentSlideDescription {
    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%;
    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: 1000px;
    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: 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-container {
    height: 58.5vw !important; }
  .homepage.saffireMobileSize .swiper-slide-active {
    overflow: hidden; }
  .homepage.saffireMobileSize .sliderTextDescription {
    font-size: 14px;
    line-height: 1.3;
    opacity: 1;
    text-align: center;
    text-transform: uppercase; }
  .homepage.saffireMobileSize .sliderTitle {
    height: auto;
    padding: 0;
    font-size: 26px;
    text-align: center;
    line-height: 1em;
    margin-bottom: 10px; }
  .homepage.saffireMobileSize .currentSlideDescription {
    width: 100%;
    height: auto;
    padding: 15px 8% 0;
    flex-direction: column; }
    @media screen and (max-width: 385px) {
      .homepage.saffireMobileSize .currentSlideDescription {
        padding: 15px 5% 0; } }
    .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: 135px;
        font-size: 16px !important;
        margin: 0 10px;
        padding: 7px 0; }
        @media screen and (max-width: 385px) {
          .homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer a {
            margin: 0 4px; } }
  .homepage.saffireMobileSize #newSliderDescriptionContainer {
    position: relative;
    height: auto;
    min-height: 205px;
    background: #c83232;
    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: relative;
    top: 71%;
    padding: 5px 0 10px; }
    .homepage.saffireMobileSize .sliderControlsContainer .swiper-pagination-bullet {
      height: 37px;
      width: 25px;
      background: url(images/inactive-cherry.png) no-repeat;
      background-size: contain;
      box-shadow: none; }
    .homepage.saffireMobileSize .sliderControlsContainer .swiper-pagination-bullet-active {
      box-shadow: none;
      background: url(images/active-cherry.png) no-repeat;
      background-size: contain;
      height: 37px;
      width: 25px;
      box-shadow: none; }

#cardWidgetHappening {
  -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;
  height: auto;
  width: 1600px;
  max-width: 100%;
  margin: 0 auto 30px;
  padding: 0;
  vertical-align: middle;
  background: transparent;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #cardWidgetHappening .card-widget-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 530px;
    margin: 2px 0;
    -webkit-transition: 3s;
    transition: 3s; }
    #cardWidgetHappening .card-widget-item:hover .card-content-wrapper {
      opacity: 1;
      -webkit-transform: translateY(0) scaleY(1);
      transform: translateY(0) scaleY(1); }
  #cardWidgetHappening .image-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: static;
    display: inline-block;
    width: 100%;
    min-height: 350px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media screen and (max-width: 450px) {
      #cardWidgetHappening .image-container {
        min-height: 255px; } }
  #cardWidgetHappening .card-content-wrapper {
    position: relative;
    height: 350px;
    width: 100%;
    background: rgba(200, 50, 50, 0.9);
    opacity: 0;
    -webkit-transform: translateY(50%) scaleY(0);
    transform: translateY(50%) scaleY(0);
    -webkit-transition: .3s ease all;
    transition: .3s ease all; }
    @media screen and (max-width: 450px) {
      #cardWidgetHappening .card-content-wrapper {
        height: 255px; } }
    #cardWidgetHappening .card-content-wrapper .card-content {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    #cardWidgetHappening .card-content-wrapper .card-widget-title {
      position: static;
      display: block;
      width: 100%;
      font: 26px/1 "roboto-bold-webfont";
      color: #fff;
      text-transform: uppercase;
      max-width: 85%;
      margin: auto;
      padding: 0 0 15px; }
    #cardWidgetHappening .card-content-wrapper .card-widget-description {
      display: block;
      font: 18px/1 "roboto-regular-webfont";
      color: #fff;
      line-height: 1.2em;
      max-width: 85%;
      margin: auto;
      margin-bottom: 30px; }
  #cardWidgetHappening .buttonwrap a.buyNowButton, #cardWidgetHappening .buttonwrap a.moreButton {
    font: 22px/1 "roboto-bold-webfont";
    color: #c83232;
    background: #fff;
    padding: 5px 10px;
    margin: 2px;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s; }
    #cardWidgetHappening .buttonwrap a.buyNowButton:hover, #cardWidgetHappening .buttonwrap a.moreButton:hover {
      background: #cccccc; }

.saffireMobileSize #cardWidgetHappening .card-content-wrapper .card-widget-title {
  font-size: 20px; }
.saffireMobileSize #cardWidgetHappening .card-content-wrapper .card-widget-description {
  font-size: 15px;
  margin-bottom: 25px; }
.saffireMobileSize #cardWidgetHappening .card-content-wrapper a.buyNowButton, .saffireMobileSize #cardWidgetHappening .card-content-wrapper a.moreButton {
  font-size: 16px; }

.farmers-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 515px;
  background: url(images/farmer-cherry-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }

#cardWidgetFarmers {
  -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;
  height: 415px;
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  vertical-align: middle;
  background: url(images/farmer-bg.png) no-repeat;
  background-size: cover;
  text-align: center; }
  #cardWidgetFarmers .owl-stage-outer {
    height: 100%; }
    #cardWidgetFarmers .owl-stage-outer .owl-stage {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  #cardWidgetFarmers .card-widget-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    min-width: 280px;
    width: 85%;
    margin: auto;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #cardWidgetFarmers .image-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    min-width: 245px;
    min-height: 245px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0 60px 0 100px;
    -webkit-transition: .3s;
    transition: .3s; }
    #cardWidgetFarmers .image-container:after {
      content: "";
      height: 255px;
      width: 255px;
      position: absolute;
      top: -5px;
      left: -5px;
      background: #fff;
      -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
      box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
      z-index: -1; }
  #cardWidgetFarmers .card-content {
    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%;
    text-align: left;
    position: relative; }
    #cardWidgetFarmers .card-content .card-widget-title {
      position: static;
      display: block;
      width: 95%;
      font: 38px/1 "wisdom_script-webfont";
      color: #c83232;
      text-transform: capitalize;
      margin-bottom: 10px;
      -webkit-transition: .3s;
      transition: .3s; }
    #cardWidgetFarmers .card-content .card-widget-description {
      font: 20px/1 "roboto-regular-webfont";
      color: #272525;
      width: 95%;
      line-height: 1.2em;
      margin-bottom: 30px;
      -webkit-transition: .3s;
      transition: .3s; }
    @media screen and (max-width: 1065px) {
      #cardWidgetFarmers .card-content .card-widget-title {
        font-size: 33px; }
      #cardWidgetFarmers .card-content .card-widget-description {
        font-size: 16px; } }
  #cardWidgetFarmers .buttonwrap a.moreButton {
    font: 20px/1 "roboto-bold-webfont";
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: #c83232;
    padding: 5px 12px;
    -webkit-transition: .3s;
    transition: .3s; }
    #cardWidgetFarmers .buttonwrap a.moreButton:hover {
      background: #9f2828; }
  #cardWidgetFarmers .owl-dots {
    display: none; }
  #cardWidgetFarmers .owl-prev {
    background: transparent !important;
    display: block;
    position: absolute;
    height: 40px;
    width: 5px;
    background: url(images/arrow-left.png) no-repeat !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 15px;
    top: 43%; }
  #cardWidgetFarmers .owl-prev .disabled {
    background: transparent !important;
    display: block;
    position: absolute;
    height: 40px;
    width: 5px;
    background: url(images/arrow-left.png) no-repeat !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: contain;
    left: 15px;
    top: 43%;
    opacity: .5; }
  #cardWidgetFarmers .owl-next {
    background: transparent !important;
    display: block;
    position: absolute;
    height: 40px;
    width: 5px;
    background: url(images/arrow-right.png) no-repeat !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 15px;
    top: 43%; }
  #cardWidgetFarmers .owl-next .disabled {
    background: transparent !important;
    display: block;
    position: absolute;
    height: 40px;
    width: 5px;
    background: url(images/arrow-right.png) no-repeat !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 15px;
    top: 43%;
    opacity: .5; }
  @media screen and (max-width: 920px) {
    #cardWidgetFarmers .image-container {
      margin-left: 40px; } }
  @media screen and (max-width: 765px) {
    #cardWidgetFarmers .image-container {
      margin-left: 25px; } }

@media screen and (max-width: 690px) {
  .saffireMobileSize #cardWidgetFarmers .image-container {
    min-height: 200px;
    min-width: 200px; }
    .saffireMobileSize #cardWidgetFarmers .image-container:after {
      height: 210px;
      width: 210px; } }
.saffireMobileSize #cardWidgetFarmers .card-widget-title {
  font-size: 28px; }
.saffireMobileSize #cardWidgetFarmers .card-widget-description {
  font-size: 18px; }
.saffireMobileSize #cardWidgetFarmers a.moreButton {
  font-size: 17px; }

#cardWidgetCommunity {
  -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;
  height: auto;
  width: 1600px;
  max-width: 100%;
  margin: 0 auto 30px;
  padding: 0;
  vertical-align: middle;
  background: transparent;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #cardWidgetCommunity .card-widget-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 530px;
    margin: 2px 0;
    -webkit-transition: 3s;
    transition: 3s; }
    #cardWidgetCommunity .card-widget-item:hover .card-content-wrapper {
      opacity: 1;
      -webkit-transform: translateY(0) scaleY(1);
      transform: translateY(0) scaleY(1); }
  #cardWidgetCommunity .image-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: static;
    display: inline-block;
    width: 100%;
    min-height: 350px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media screen and (max-width: 450px) {
      #cardWidgetCommunity .image-container {
        min-height: 255px; } }
  #cardWidgetCommunity .card-content-wrapper {
    position: relative;
    height: 350px;
    width: 100%;
    background: rgba(200, 50, 50, 0.9);
    opacity: 0;
    -webkit-transform: translateY(50%) scaleY(0);
    transform: translateY(50%) scaleY(0);
    -webkit-transition: .3s ease all;
    transition: .3s ease all; }
    @media screen and (max-width: 450px) {
      #cardWidgetCommunity .card-content-wrapper {
        height: 255px; } }
    #cardWidgetCommunity .card-content-wrapper .card-content {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    #cardWidgetCommunity .card-content-wrapper .card-widget-title {
      position: static;
      display: block;
      width: 100%;
      font: 26px/1 "roboto-bold-webfont";
      color: #fff;
      text-transform: uppercase;
      max-width: 85%;
      margin: auto;
      padding: 0 0 15px;
      -webkit-transition: .3s;
      transition: .3s; }
    #cardWidgetCommunity .card-content-wrapper .card-widget-description {
      display: block;
      font: 18px/1 "roboto-regular-webfont";
      color: #fff;
      line-height: 1.2em;
      max-width: 85%;
      margin: auto;
      margin-bottom: 30px;
      -webkit-transition: .3s;
      transition: .3s; }
  #cardWidgetCommunity .buttonwrap a.moreButton {
    font: 22px/1 "roboto-bold-webfont";
    color: #c83232;
    background: #fff;
    padding: 5px 10px;
    margin: 2px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s; }
    #cardWidgetCommunity .buttonwrap a.moreButton:hover {
      background: #cccccc; }

.saffireMobileSize #cardWidgetCommunity .card-content-wrapper .card-widget-title {
  font-size: 20px; }
.saffireMobileSize #cardWidgetCommunity .card-content-wrapper .card-widget-description {
  font-size: 15px;
  margin-bottom: 25px; }
.saffireMobileSize #cardWidgetCommunity .card-content-wrapper a.buyNowButton, .saffireMobileSize #cardWidgetCommunity .card-content-wrapper a.moreButton {
  font-size: 16px; }

#cardWidgetGallery {
  -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;
  height: auto;
  width: 370px;
  height: 565px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  background: transparent;
  text-align: center;
  border: 8px solid #ccc; }
  #cardWidgetGallery .card-widget-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    min-width: 280px; }
  #cardWidgetGallery .card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
  #cardWidgetGallery .image-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 450px;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    #cardWidgetGallery .image-container:after {
      content: '';
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.7)));
      background: linear-gradient(transparent, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)); }
    #cardWidgetGallery .image-container .card-widget-title {
      position: absolute;
      top: -60px;
      display: block;
      width: 100%;
      font: 28px/1 "wisdom_script-webfont";
      color: #2b446d;
      text-transform: capitalize; }
    #cardWidgetGallery .image-container .card-widget-description {
      position: relative;
      height: 45px;
      top: 75%;
      font: 20px/1 "roboto-regular-webfont";
      color: #fff;
      z-index: 999; }
    #cardWidgetGallery .image-container .buttonwrap {
      position: absolute;
      width: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 89%;
      z-index: 999; }
      #cardWidgetGallery .image-container .buttonwrap a.moreButton {
        font: 20px/1 "roboto-bold-webfont";
        color: #fff;
        background: #2b446d;
        padding: 9px 25px;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: .3s;
        transition: .3s; }
        #cardWidgetGallery .image-container .buttonwrap a.moreButton:hover {
          background: #1d2d48; }

.polaroid-card-container {
  position: relative;
  top: -330px;
  width: 1530px;
  max-width: 1710px;
  display: block;
  margin: auto;
  -webkit-transition: .3s;
  transition: .3s; }
  @media screen and (max-width: 1340px) {
    .polaroid-card-container {
      left: -111px; } }
  @media screen and (max-width: 1175px) {
    .polaroid-card-container {
      left: -211px; } }
  @media screen and (max-width: 965px) {
    .polaroid-card-container {
      left: -475px; } }
  @media screen and (max-width: 675px) {
    .polaroid-card-container {
      left: -685px; } }
  @media screen and (max-width: 575px) {
    .polaroid-card-container {
      left: -935px; } }
  @media screen and (max-width: 490px) {
    .polaroid-card-container {
      left: -1030px; } }
  @media screen and (max-width: 420px) {
    .polaroid-card-container {
      left: -1185px; } }

#cardWidgetPolaroid {
  -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;
  height: auto;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 30px;
  padding: 0;
  vertical-align: middle;
  background: transparent;
  text-align: center; }
  #cardWidgetPolaroid .card-widget-item {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 335px;
    width: 335px;
    height: 335px; }
    #cardWidgetPolaroid .card-widget-item:after {
      content: '';
      height: 350px;
      width: 350px;
      position: absolute;
      background: #fff;
      border: 1px solid #c83232;
      top: -9px;
      left: -9px;
      z-index: -1; }
    #cardWidgetPolaroid .card-widget-item.firstChild {
      -webkit-transform: rotate(-55deg);
      transform: rotate(-55deg);
      top: 150px;
      z-index: 9; }
    #cardWidgetPolaroid .card-widget-item.secondChild {
      -webkit-transform: rotate(-3deg);
      transform: rotate(-3deg);
      top: 60px;
      left: -78px;
      z-index: -1; }
    #cardWidgetPolaroid .card-widget-item.thirdChild {
      -webkit-transform: rotate(20deg);
      transform: rotate(20deg);
      left: -345px;
      top: 239px;
      z-index: 0; }
    #cardWidgetPolaroid .card-widget-item.fourthChild {
      -webkit-transform: rotate(-12deg);
      transform: rotate(-12deg);
      left: -460px;
      top: 91px; }
    #cardWidgetPolaroid .card-widget-item.fifthChild {
      z-index: 9;
      -webkit-transform: rotate(10deg);
      transform: rotate(10deg);
      left: 840px;
      top: -142px; }
    #cardWidgetPolaroid .card-widget-item.sixthChild {
      z-index: 9;
      -webkit-transform: rotate(-13deg);
      transform: rotate(-13deg);
      left: 832px;
      top: -265px; }
    #cardWidgetPolaroid .card-widget-item.seventhChild {
      z-index: 3;
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg);
      left: 586px;
      top: -192px; }
  #cardWidgetPolaroid .image-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    max-width: 335px;
    height: 335px;
    min-height: 335px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    #cardWidgetPolaroid .image-container .card-widget-title {
      display: none; }

#siteInfoBannerWidget {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 35px;
  width: auto;
  max-width: 100%;
  margin: auto;
  padding: 5px 20px 7px;
  background: #c83232;
  font-family: "wisdom_script-webfont";
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 1;
  z-index: 2;
  min-width: 324px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #siteInfoBannerWidget #eventDates {
    font-family: "wisdom_script-webfont";
    font-size: 21px;
    font-weight: 400;
    color: #fff; }
  #siteInfoBannerWidget #eventName {
    display: none !important;
    font-size: 18px;
    font-weight: 400; }
  #siteInfoBannerWidget .countdownDays {
    display: inline-block;
    font-family: "wisdom_script-webfont";
    font-size: 18px;
    font-weight: 400;
    color: #fff; }
  #siteInfoBannerWidget:after {
    content: '';
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17.5px 25px 17.5px 0;
    border-color: transparent #ffffff transparent transparent;
    top: 0; }
    @media screen and (max-width: 817px) {
      #siteInfoBannerWidget:after {
        border-color: transparent #c83232 transparent transparent; } }

.saffireMobileSize #siteInfoBannerWidget {
  background: #2b446d; }

body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
  font-family: "wisdom_script-webfont";
  font-size: 18px;
  color: #fff; }
  @media screen and (max-width: 817px) {
    body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
      font-size: 16px; } }
body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget #eventName {
  display: block !important; }
body.siteInfoBannerWidgetDateIsPast.noThankYouMessage #siteInfoBannerWidget {
  display: none !important; }

.saffireLargeSize .header .header-left-container .countdown-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.saffireMobileSize .header .header-left-container .countdown-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 14px; }

#countdown-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4px; }
  #countdown-timer div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 78px;
    height: 30px;
    padding-bottom: 3px;
    background-color: #c83232;
    font-family: "wisdom_script-webfont";
    font-size: 21px;
    color: #fff; }
    @media screen and (max-width: 817px) {
      #countdown-timer div {
        background-color: #2b446d; } }
    #countdown-timer div:before {
      position: absolute;
      top: -20px;
      display: block;
      font-family: "roboto-bold-webfont";
      font-size: 14px;
      color: #000;
      text-align: center;
      width: 100%;
      left: 50%;
      -webkit-transform: translate(-50%);
      transform: translate(-50%); }
      @media screen and (max-width: 817px) {
        #countdown-timer div:before {
          color: #fff; } }
  #countdown-timer #countdown-timer-days:before {
    content: "DAYS"; }
  #countdown-timer #countdown-timer-hours:before {
    content: "HOURS"; }
  #countdown-timer #countdown-timer-minutes:before {
    content: "MINUTES"; }
  #countdown-timer #countdown-timer-seconds:before {
    content: "SECONDS"; }

.siteInfoBannerOff .countdown-container,
.siteInfoBannerOff #siteInfoBannerWidget,
.siteInfoBannerOff #countdown-timer {
  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: 20%;
  -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: #fff; }

#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; }

.saffireMobileSize .socialNetworks {
  display: none; }

/* SOCIAL NETWORK PLUGIN */
#multiSocialWidget {
  height: 537px;
  width: 352px;
  max-width: 98%;
  background: none;
  text-align: center;
  border: 8px solid #ccc;
  padding-top: 10px; }
  @media screen and (max-width: 440px) {
    #multiSocialWidget {
      width: 84%; } }
  @media screen and (max-width: 410px) {
    #multiSocialWidget {
      width: 83%; } }
  @media screen and (max-width: 385px) {
    #multiSocialWidget {
      width: 82%; } }
  @media screen and (max-width: 440px) {
    #multiSocialWidget .multiSocialWidgetContainer {
      max-width: 95% !important; } }
  #multiSocialWidget .multiSocialWidgetTab {
    display: inline-block;
    padding: 8px 0 7px 0;
    background: rgba(255, 255, 255, 0.7);
    font-family: "open_sansbold";
    font-size: 12px;
    color: #333;
    text-decoration: none;
    cursor: pointer; }
    #multiSocialWidget .multiSocialWidgetTab:hover {
      background: #fff;
      color: #333; }
    #multiSocialWidget .multiSocialWidgetTab .multiSocialWidgetTab.currentTab {
      background: #fff;
      color: #333;
      text-decoration: none;
      cursor: default; }
  #multiSocialWidget .multiSocialWidgetContainer {
    position: relative;
    top: 0;
    left: 0;
    height: 430px;
    width: 342px;
    max-width: 98%;
    padding: 10px 5px;
    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; }
  #multiSocialWidget a#facebookfeedTab {
    height: 60px;
    width: 60px;
    background: url(images/social-icon-facebook.png) no-repeat center;
    position: relative;
    margin-bottom: 5px; }
    #multiSocialWidget a#facebookfeedTab.currentTab:after {
      content: '';
      height: 10px;
      width: 17px;
      background: url(images/social-icon-arrow.png) no-repeat center;
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  #multiSocialWidget a#instafeedTab {
    height: 60px;
    width: 60px;
    background: url(images/social-icon-instagram.png) no-repeat center;
    position: relative;
    margin-bottom: 5px; }
    #multiSocialWidget a#instafeedTab.currentTab:after {
      content: '';
      height: 10px;
      width: 17px;
      background: url(images/social-icon-arrow.png) no-repeat center;
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  #multiSocialWidget a#twitterfeedTab {
    height: 60px;
    width: 60px;
    background: url(images/social-icon-twitter.png) no-repeat center;
    position: relative;
    margin-bottom: 5px; }
    #multiSocialWidget a#twitterfeedTab.currentTab:after {
      content: '';
      height: 10px;
      width: 17px;
      background: url(images/social-icon-arrow.png) no-repeat center;
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }

.saffireMobileSize #multiSocialWidget {
  margin-left: auto;
  margin-right: auto; }
  .saffireMobileSize #multiSocialWidget .multiSocialWidgetTab {
    font-size: 10.2px; }

/* Set the container ID*/
/* Size the container*/
/* Size the images*/
/* Format titles*/
/* Format arrows*/
#sponsorWidgetContainer {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 0 36px; }
  #sponsorWidgetContainer .sponsorWidgetContainer {
    padding-top: 38px; }
  #sponsorWidgetContainer .sponsorCarouselImage img {
    max-width: 120px;
    max-height: 120px; }
  #sponsorWidgetContainer #sponsorsTitleContainer {
    width: 100%;
    text-align: center;
    top: 0; }
    #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
      font-family: "wisdom_script-webfont";
      font-size: 38px;
      color: #2b446d;
      text-shadow: none; }
  #sponsorWidgetContainer #sponsorArrowRight {
    right: 35px;
    top: 63%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    #sponsorWidgetContainer #sponsorArrowRight span {
      border-width: 20px 0 20px 18px;
      border-color: transparent transparent transparent #c83232; }
  #sponsorWidgetContainer #sponsorArrowLeft {
    left: 35px;
    top: 63%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    #sponsorWidgetContainer #sponsorArrowLeft span {
      border-width: 20px 18px 20px 0;
      border-color: transparent #c83232 transparent transparent; }

.saffireMobileSize #sponsorWidgetContainer #sponsorArrowLeft, .saffireMobileSize #sponsorWidgetContainer #sponsorArrowRight {
  display: none; }

.video-wrapper {
  width: 100%;
  height: 600px;
  background: url(images/video-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  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;
  overflow: hidden;
  background-attachment: fixed;
  -webkit-transition: .3s;
  transition: .3s; }
  @media screen and (max-width: 950px) {
    .video-wrapper {
      height: 500px; } }
  @media screen and (max-width: 715px) {
    .video-wrapper {
      height: 450px; } }
  @media screen and (max-width: 670px) {
    .video-wrapper {
      height: 420px; } }
  @media screen and (max-width: 630px) {
    .video-wrapper {
      height: 375px; } }
  @media screen and (max-width: 550px) {
    .video-wrapper {
      height: 330px; } }
  @media screen and (max-width: 450px) {
    .video-wrapper {
      height: 295px; } }
  @media screen and (max-width: 410px) {
    .video-wrapper {
      height: 250px; } }
  @media screen and (max-width: 390px) {
    .video-wrapper {
      height: 240px; } }
  @media screen and (max-width: 370px) {
    .video-wrapper {
      height: 228px; } }
  .video-wrapper .video-container {
    width: 1530px;
    max-width: 1530px;
    height: 100%;
    display: block;
    margin: auto;
    background: url(images/video-container-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .3s;
    transition: .3s; }
    @media screen and (max-width: 950px) {
      .video-wrapper .video-container {
        background: none;
        padding: 0 20px; } }

#videoSection {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 720px;
  max-width: 100%;
  vertical-align: top;
  float: none;
  margin: auto; }
  #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: 720px;
  padding-bottom: 56.3%;
  text-align: center;
  display: block; }
  #videoWidget:after {
    content: '';
    height: 104.5%;
    width: 102.5%;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: -9px;
    top: -8px;
    z-index: -1; }
  @media screen and (max-width: 760px) {
    #videoWidget:after {
      height: 105.5%;
      width: 103.5%;
      left: -11px;
      top: -9px; } }
  @media screen and (max-width: 705px) {
    #videoWidget:after {
      height: 106%;
      width: 104%;
      left: -12px;
      top: -10px; } }
  @media screen and (max-width: 630px) {
    #videoWidget:after {
      height: 107.5%;
      width: 104.5%; } }
  @media screen and (max-width: 560px) {
    #videoWidget:after {
      height: 108%;
      width: 105%; } }
  @media screen and (max-width: 510px) {
    #videoWidget:after {
      height: 108.5%;
      width: 105.5%; } }
  @media screen and (max-width: 450px) {
    #videoWidget:after {
      height: 109.5%;
      width: 106%;
      left: -10px;
      top: -9px; } }
  #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;
    background: url(images/arrow-left.png) no-repeat center; }
  #videoWidget:hover .video-arrow.next {
    right: 8px;
    opacity: 0.8;
    visibility: visible;
    background: url(images/arrow-right.png) no-repeat center; }
  #videoWidget .video-arrow {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    width: 18px;
    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/arrow-left.png) no-repeat center;
      left: -25px;
      opacity: 0;
      visibility: hidden; }
    #videoWidget .video-arrow.next {
      background: url(images/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); } }
.saffireMobileSize .video-wrapper .video-container {
  width: 88%; }

#mapMasterContainer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 9px solid #ccc;
  display: inline-block;
  margin: 0 0 35px;
  background: #004794;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }
  @media screen and (max-width: 675px) {
    #mapMasterContainer {
      width: 90% !important;
      height: 375px !important; } }
  #mapMasterContainer .map-go {
    margin: 0;
    padding: 5px 10px;
    background: #2b446d;
    position: absolute;
    top: 64px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    transition: .3s; }
    #mapMasterContainer .map-go a {
      font-family: "roboto-regular-webfont";
      text-decoration: none;
      text-transform: uppercase;
      display: inline-block;
      width: auto;
      min-width: 20px;
      font-size: 12px; }
    #mapMasterContainer .map-go:hover {
      background: #1d2d48; }
  #mapMasterContainer .map-top,
  #mapMasterContainer .map-bottom {
    position: absolute;
    width: 80%;
    font-family: 'Roboto-Regular-webfont';
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #mapMasterContainer .map-top:hover,
    #mapMasterContainer .map-bottom:hover {
      background: #004794; }
    #mapMasterContainer .map-top .text-wrapper,
    #mapMasterContainer .map-bottom .text-wrapper {
      text-align: center;
      color: #FFF;
      max-width: 338px;
      position: relative; }
      #mapMasterContainer .map-top .text-wrapper span,
      #mapMasterContainer .map-bottom .text-wrapper span {
        display: block; }
      #mapMasterContainer .map-top .text-wrapper .heading,
      #mapMasterContainer .map-bottom .text-wrapper .heading {
        font: 30px/1 'bebasneue_regular-webfont';
        text-transform: uppercase; }
      #mapMasterContainer .map-top .text-wrapper .sub-heading,
      #mapMasterContainer .map-bottom .text-wrapper .sub-heading {
        font: 16px/1 'RobotoCondensed-LightItalic-webfont'; }
  #mapMasterContainer .map-top {
    left: -10%; }
    #mapMasterContainer .map-top .text-wrapper {
      margin: 0 auto;
      left: 25%;
      padding: 13px 0; }
      #mapMasterContainer .map-top .text-wrapper .heading {
        font-size: 34px; }
  #mapMasterContainer .map-bottom {
    right: -13%;
    bottom: 0; }
    #mapMasterContainer .map-bottom .text-wrapper {
      margin: 0 auto;
      left: -27.5%;
      padding: 20px 0; }
  #mapMasterContainer a {
    background: transparent;
    font-family: 'bebasneue_regular-webfont';
    min-width: 74px;
    color: #FFF; }
    #mapMasterContainer a.arrow-right {
      min-width: 20px; }
    #mapMasterContainer a.all-events-btn {
      width: auto;
      font-size: 20px;
      padding: 7px 23px; }
    #mapMasterContainer a:hover {
      background: transparent; }
  #mapMasterContainer:hover {
    background: #00a7e1; }

/* GOOGLE MAP styles ///////////////////////////////////////////*/
#map {
  height: 430px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  #map .skew-container {
    display: table-cell; }

#panel {
  position: absolute;
  top: 10px;
  left: 25%;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #999;
  text-align: center; }

.group-input {
  display: table;
  width: 100%; }

#pac-input {
  display: block;
  margin: auto;
  height: 25px;
  border: none;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 12px;
  max-width: 250px;
  width: 87%;
  position: absolute;
  left: 17px;
  top: 30px; }

#pac-input:focus {
  border-color: #4d90fe; }

.pac-container {
  font-family: Roboto; }

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px; }

#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300; }

#directions-panel {
  -webkit-box-shadow: -4px 0 7px #606060;
  box-shadow: -4px 0 7px #606060;
  border-top: 30px solid #ffffff;
  background: #fff;
  height: 482px;
  overflow: auto;
  position: absolute;
  right: -36%;
  top: 0;
  width: 30%;
  -webkit-transition: all 0.5s linear 0.4s;
  transition: all 0.5s linear 0.4s; }

#directions-panel.mCustomScrollbar {
  width: 28%;
  padding-right: 2%; }

.show-hide-directions {
  position: absolute;
  right: -300px;
  top: 4px;
  z-index: 5;
  -webkit-transition: all 0.5s linear 1s;
  transition: all 0.5s linear 1s; }

#directionsEntry h2 {
  font-family: "roboto-bold-webfont", sans-serif;
  font-size: 15px;
  color: #c83232;
  text-align: center;
  margin: 2px 0 0 0 !important; }

#directionsEntry hr {
  color: #e6e6e6; }

.googleMapDirectionsExpanded.googleMapDirectionsShowing #map {
  margin-right: 30%; }

.googleMapDirectionsShowing #directions-panel {
  padding-left: 50px;
  height: 7px; }

.googleMapDirectionsExpanded.googleMapDirectionsShowing #directions-panel {
  right: 0;
  padding-left: 0;
  height: 482px; }

.googleMapDirectionsShowing #directionsEntry {
  display: none !important; }

.googleMapDirectionsShowing .show-hide-directions {
  right: 1%; }

.googleMapDirectionsExpanded.googleMapDirectionsShowing .show-hide-directions {
  right: 26%; }

.googleMapDirectionsExpanded.googleMapDirectionsShowing .google-map-print-button {
  right: 10px; }

.googleMapDirectionsShowing .map-start-over-button {
  left: 10px; }

#closeDirectionsEntry {
  display: none;
  position: absolute;
  right: 11px;
  font-family: 'montserratbold', sans-serif;
  font-size: 15px;
  color: #999;
  top: 7px;
  cursor: pointer; }

#directionsEntry {
  background: #fff;
  position: absolute;
  left: 0px;
  right: 0;
  margin: auto;
  width: 255px;
  height: 95px;
  top: 110px;
  z-index: 2;
  padding: 2px 15px;
  -webkit-box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.4);
  max-width: 72%;
  color: #303030;
  text-align: center; }

#directionsEntry:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.3px 17.5px 0 17.5px;
  border-color: #ffffff transparent transparent transparent; }
#directionsEntry:before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 1px;
  right: 0;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  background: #2b446d;
  border-radius: 100%; }

#end {
  position: absolute;
  top: -550px; }

.google-map-print-button {
  position: absolute;
  right: -200px;
  top: 4px;
  z-index: 5;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.googleMapDirectionsExpanded .google-map-print-button {
  -webkit-transition: all 0.5s linear 1s;
  transition: all 0.5s linear 1s; }
.googleMapDirectionsExpanded .map-top {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }
.googleMapDirectionsExpanded .map-bottom {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

#mapMasterContainer {
  position: relative;
  overflow: hidden;
  height: 290px;
  width: 630px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  @media screen and (max-width: 1040px) {
    #mapMasterContainer {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

.map-start-over-button {
  position: absolute;
  bottom: 10px;
  z-index: 2;
  left: -310px;
  -webkit-transition: all 0.5s linear 1s;
  transition: all 0.5s linear 1s; }

.downArrowButton {
  display: block;
  height: 53px;
  margin: 0 auto;
  width: 129px;
  position: relative;
  z-index: 4;
  background: url(images/down-arrow.png) no-repeat;
  top: -29px; }

.downArrowButton#multiFeatureDownArrowButton {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0; }

@media screen and (max-width: 950px) {
  .downArrowButton {
    display: none !important; }

  #customLogo {
    background-image: url(images/logo.png) no-repeat center/contain; }

  .skew-container.map-bottom {
    right: -5%; }
    .skew-container.map-bottom .text-wrapper {
      left: -17.5%; }

  .googleMapDirectionsShowing #directions-panel {
    width: 0;
    padding-left: 40px;
    overflow: hidden;
    height: 6px; }
  .googleMapDirectionsShowing .google-map-print-button {
    right: -200px; }
  .googleMapDirectionsShowing .show-hide-directions {
    right: 1%; }
  .googleMapDirectionsShowing .skew-container.map-top {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  .googleMapDirectionsShowing .skew-container.map-bottom {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }

  .googleMapDirectionsShowing #map,
  .googleMapDirectionsExpanded.googleMapDirectionsShowing #map {
    margin-right: 0; }

  .googleMapDirectionsShowing.googleMapDirectionsExpanded #directions-panel {
    width: 100%;
    padding-left: 0;
    overflow: auto;
    height: 85%;
    max-height: 85%; }

  .googleMapDirectionsShowing.googleMapDirectionsExpanded .google-map-print-button {
    right: 10px; }

  .googleMapDirectionsShowing.googleMapDirectionsExpanded .show-hide-directions {
    right: auto;
    left: 1%; } }
@media screen and (max-width: 650px) {
  .skew-container.map-top, .skew-container.map-bottom {
    width: 90%; }
  .skew-container.map-bottom .text-wrapper {
    left: -10.5%; }
  .skew-container.map-top .text-wrapper {
    left: 17%; } }
@media screen and (max-width: 520px) {
  .skew-container.map-top, .skew-container.map-bottom {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); }
    .skew-container.map-top .text-wrapper, .skew-container.map-bottom .text-wrapper {
      -webkit-transform: skewX(0deg);
      transform: skewX(0deg);
      left: 0;
      right: 0;
      margin: 0 auto; } }
.generalmessage {
  background: #2b446d;
  -webkit-box-shadow: none;
  box-shadow: none; }

.saffireLargeSize .mobileSocial {
  display: none; }
.saffireLargeSize .homepageSwiperSlider {
  width: 100% !important; }
  .saffireLargeSize .homepageSwiperSlider .slideshowSwiperButtonNext, .saffireLargeSize .homepageSwiperSlider .slideshowSwiperButtonPrev {
    display: none; }
  .saffireLargeSize .homepageSwiperSlider .swiper-slide:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3); }
  .saffireLargeSize .homepageSwiperSlider #newSliderDescriptionContainer {
    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;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .saffireLargeSize .homepageSwiperSlider #newSliderDescriptionContainer .currentSlideDescription {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; }
      .saffireLargeSize .homepageSwiperSlider #newSliderDescriptionContainer .currentSlideDescription .sliderTextContainer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 20px; }
        .saffireLargeSize .homepageSwiperSlider #newSliderDescriptionContainer .currentSlideDescription .sliderTextContainer .sliderTitle {
          text-shadow: 4px 1px 4px rgba(0, 0, 0, 0.8);
          -webkit-transition: .3s;
          transition: .3s; }
        .saffireLargeSize .homepageSwiperSlider #newSliderDescriptionContainer .currentSlideDescription .sliderTextContainer .sliderTextDescription {
          text-transform: uppercase;
          text-shadow: 4px 1px 4px rgba(0, 0, 0, 0.8);
          -webkit-transition: .3s;
          transition: .3s; }
    @media screen and (max-width: 950px) {
      .saffireLargeSize .homepageSwiperSlider #newSliderDescriptionContainer .sliderTitle {
        font-size: 40px; }
      .saffireLargeSize .homepageSwiperSlider #newSliderDescriptionContainer .sliderTextDescription {
        font-size: 18px; }
      .saffireLargeSize .homepageSwiperSlider #newSliderDescriptionContainer .sliderButtonContainer a {
        font-size: 18.5px; } }
  .saffireLargeSize .homepageSwiperSlider .sliderControlsContainer {
    top: 78%; }
    .saffireLargeSize .homepageSwiperSlider .sliderControlsContainer .swiper-pagination-bullet {
      -webkit-box-shadow: none;
      box-shadow: none;
      background: url(images/inactive-cherry.png);
      background-size: contain;
      height: 45px;
      width: 30px; }
    .saffireLargeSize .homepageSwiperSlider .sliderControlsContainer .swiper-pagination-bullet-active {
      -webkit-box-shadow: none;
      box-shadow: none;
      background: url(images/active-cherry.png);
      background-size: contain;
      height: 45px;
      width: 30px; }
.saffireLargeSize .happening-container {
  width: 100%; }
  .saffireLargeSize .happening-container .happening-text-block {
    max-width: 930px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 33px auto;
    padding: 0 20px; }
    .saffireLargeSize .happening-container .happening-text-block .happening-title {
      font: 48px/1 "wisdom_script-webfont";
      color: #2b446d;
      margin-bottom: 15px;
      -webkit-transition: .3s;
      transition: .3s;
      width: 100%; }
    .saffireLargeSize .happening-container .happening-text-block .happening-description {
      max-width: 930px;
      width: 100%;
      font: 20px/1 "roboto-regular-webfont";
      color: #272525;
      line-height: 1.2em;
      -webkit-transition: .3s;
      transition: .3s; }
    @media screen and (max-width: 1000px) {
      .saffireLargeSize .happening-container .happening-text-block .happening-title {
        font-size: 42px; }
      .saffireLargeSize .happening-container .happening-text-block .happening-description {
        font-size: 18px; } }
.saffireLargeSize #sponsorWidgetContainer #sponsorsTitleContainer {
  position: relative;
  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; }
  .saffireLargeSize #sponsorWidgetContainer #sponsorsTitleContainer .star-banner-left {
    width: 40%;
    height: 30px;
    background: url(images/star-banner-left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 33px;
    position: relative;
    bottom: 3px; }
    @media screen and (max-width: 1024px) {
      .saffireLargeSize #sponsorWidgetContainer #sponsorsTitleContainer .star-banner-left {
        width: 35%;
        margin-right: 60px; } }
    @media screen and (max-width: 830px) {
      .saffireLargeSize #sponsorWidgetContainer #sponsorsTitleContainer .star-banner-left {
        width: 44%;
        margin-right: 26px; } }
  .saffireLargeSize #sponsorWidgetContainer #sponsorsTitleContainer .star-banner-right {
    width: 40%;
    height: 30px;
    background: url(images/star-banner-right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 33px;
    position: relative;
    bottom: 3px; }
    @media screen and (max-width: 1024px) {
      .saffireLargeSize #sponsorWidgetContainer #sponsorsTitleContainer .star-banner-right {
        width: 35%;
        margin-left: 60px; } }
    @media screen and (max-width: 830px) {
      .saffireLargeSize #sponsorWidgetContainer #sponsorsTitleContainer .star-banner-right {
        width: 44%;
        margin-left: 26px; } }
  .saffireLargeSize #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
    text-transform: capitalize;
    margin: 0; }
.saffireLargeSize #sponsorWidgetContainer .sponsorWidgetContainer {
  padding-top: 0;
  width: 90%;
  margin: auto; }
  .saffireLargeSize #sponsorWidgetContainer .sponsorWidgetContainer .sponsorCarouselImageContainer a {
    margin: 0 20px;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
.saffireLargeSize .community-text-block {
  max-width: 930px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 33px auto;
  padding: 0 20px; }
  .saffireLargeSize .community-text-block .community-title {
    width: 100%;
    font: 48px/1 "wisdom_script-webfont";
    color: #2b446d;
    margin-bottom: 15px;
    -webkit-transition: .3s;
    transition: .3s; }
  .saffireLargeSize .community-text-block .community-description {
    max-width: 930px;
    width: 100%;
    font: 20px/1 "roboto-regular-webfont";
    color: #272525;
    line-height: 1.2em;
    -webkit-transition: .3s;
    transition: .3s; }
  @media screen and (max-width: 1000px) {
    .saffireLargeSize .community-text-block .community-title {
      font-size: 42px; }
    .saffireLargeSize .community-text-block .community-description {
      font-size: 18px; } }
.saffireLargeSize .family-text-block {
  max-width: 930px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 33px auto;
  padding: 0 20px; }
  .saffireLargeSize .family-text-block .family-title {
    width: 100%;
    font: 48px/1 "wisdom_script-webfont";
    color: #2b446d;
    margin-bottom: 15px;
    -webkit-transition: .3s;
    transition: .3s; }
  .saffireLargeSize .family-text-block .family-description {
    max-width: 930px;
    width: 100%;
    font: 20px/1 "roboto-regular-webfont";
    color: #272525;
    line-height: 1.2em;
    -webkit-transition: .3s;
    transition: .3s; }
  @media screen and (max-width: 1000px) {
    .saffireLargeSize .family-text-block .family-title {
      font-size: 42px; } }
.saffireLargeSize .cherry-divider-container {
  max-width: 1180px;
  width: 80%;
  height: 195px;
  margin: auto; }
  .saffireLargeSize .cherry-divider-container .cherry-divider {
    height: 100%;
    display: block;
    margin: auto;
    background: url(images/cherry-divider.png) no-repeat center;
    background-size: contain; }
.saffireLargeSize .star-divider-container {
  max-width: 1180px;
  width: 80%;
  height: 50px;
  margin: auto;
  margin-bottom: 350px; }
  .saffireLargeSize .star-divider-container .star-divider {
    height: 100%;
    display: block;
    margin: auto;
    background: url(images/star-divider.png) no-repeat center;
    background-size: contain; }

.three-column-container {
  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;
  width: 80%;
  max-width: 1180px;
  margin: 0 auto 30px; }
  .three-column-container #fb-root {
    display: none; }
  .three-column-container .cherry-mail-chimp {
    background: url(images/mailchimp-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 370px;
    height: 565px;
    border: 8px solid #ccc; }
  @media screen and (max-width: 1401px) {
    .three-column-container {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .three-column-container #multiSocialWidget, .three-column-container #cardWidgetGallery, .three-column-container .cherry-mail-chimp {
        margin: 5px 25px; } }
  @media screen and (max-width: 1040px) {
    .three-column-container {
      width: 90%; } }
  @media screen and (max-width: 817px) {
    .three-column-container #multiSocialWidget, .three-column-container #cardWidgetGallery, .three-column-container .cherry-mail-chimp {
      margin: 12px 25px; } }

.saffireMobileSize .three-column-container {
  margin: 0 auto;
  width: 100%; }

.saffireMobileSize .happening-container {
  width: 100%; }
  .saffireMobileSize .happening-container .mobileSocial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #761919;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px; }
    .saffireMobileSize .happening-container .mobileSocial a {
      position: relative;
      top: 3px;
      margin: 3px;
      -webkit-transition: .3s;
      transition: .3s;
      -webkit-backface-visibility: hidden; }
      .saffireMobileSize .happening-container .mobileSocial a:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
  .saffireMobileSize .happening-container #cardWidgetHappening .card-widget-item {
    margin: 3.5px 0; }
  .saffireMobileSize .happening-container .happening-text-block {
    max-width: 930px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 40px auto;
    padding: 0 20px; }
    .saffireMobileSize .happening-container .happening-text-block .happening-title {
      width: 100%;
      font: 26px/1 "wisdom_script-webfont";
      color: #2b446d;
      margin-bottom: 15px;
      -webkit-transition: .3s;
      transition: .3s; }
    .saffireMobileSize .happening-container .happening-text-block .happening-description {
      width: 100%;
      max-width: 600px;
      font: 18px/1 "roboto-regular-webfont";
      color: #272525;
      line-height: 1.2em;
      -webkit-transition: .3s;
      transition: .3s; }
.saffireMobileSize .farmers-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  padding: 45px 0; }
  .saffireMobileSize .farmers-container #cardWidgetFarmers {
    margin: 0;
    height: auto;
    width: 90%;
    padding: 70px 0; }
    .saffireMobileSize .farmers-container #cardWidgetFarmers .card-widget-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 90%;
      margin: 0;
      padding: 15px 0; }
      .saffireMobileSize .farmers-container #cardWidgetFarmers .card-widget-item .card-content {
        text-align: center;
        width: 100%;
        margin-top: 35px; }
        .saffireMobileSize .farmers-container #cardWidgetFarmers .card-widget-item .card-content .card-widget-title, .saffireMobileSize .farmers-container #cardWidgetFarmers .card-widget-item .card-content .card-widget-description {
          width: 100%; }
        .saffireMobileSize .farmers-container #cardWidgetFarmers .card-widget-item .card-content .card-widget-title {
          margin-bottom: 25px; }
        .saffireMobileSize .farmers-container #cardWidgetFarmers .card-widget-item .card-content .buttonwrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .saffireMobileSize .farmers-container #cardWidgetFarmers .card-widget-item .card-content .buttonwrap a.moreButton {
            padding: 14px 21px; }
    .saffireMobileSize .farmers-container #cardWidgetFarmers .owl-next, .saffireMobileSize .farmers-container #cardWidgetFarmers .owl-prev {
      top: 26%; }
.saffireMobileSize .community-text-block {
  max-width: 930px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 40px auto;
  padding: 0 20px; }
  .saffireMobileSize .community-text-block .community-title {
    width: 100%;
    font: 26px/1 "wisdom_script-webfont";
    color: #2b446d;
    margin-bottom: 15px;
    -webkit-transition: .3s;
    transition: .3s; }
  .saffireMobileSize .community-text-block .community-description {
    max-width: 600px;
    width: 100%;
    font: 18px/1 "roboto-regular-webfont";
    color: #272525;
    line-height: 1.2em;
    -webkit-transition: .3s;
    transition: .3s; }
.saffireMobileSize #cardWidgetCommunity .card-widget-item {
  margin: 3.5px 0; }
.saffireMobileSize .family-text-block {
  max-width: 930px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 40px auto;
  padding: 0 20px; }
  .saffireMobileSize .family-text-block .family-title {
    width: 100%;
    font: 26px/1 "wisdom_script-webfont";
    color: #2b446d;
    margin-bottom: 15px;
    -webkit-transition: .3s;
    transition: .3s; }
  .saffireMobileSize .family-text-block .family-description {
    max-width: 600px;
    width: 80%;
    font: 18px/1 "roboto-regular-webfont";
    color: #272525;
    line-height: 1.2em;
    -webkit-transition: .3s;
    transition: .3s; }
.saffireMobileSize #sponsorWidgetContainer {
  margin-top: -25px;
  padding: 0; }
  .saffireMobileSize #sponsorWidgetContainer #sponsorsTitleContainer {
    position: relative;
    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; }
    .saffireMobileSize #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
      font-size: 26px !important;
      text-transform: capitalize;
      padding: 0 15px; }
    .saffireMobileSize #sponsorWidgetContainer #sponsorsTitleContainer span {
      width: 65px;
      height: 18px;
      position: relative;
      background: url(images/mobile-stars-left.png) no-repeat;
      background-position: center;
      background-size: contain; }
      .saffireMobileSize #sponsorWidgetContainer #sponsorsTitleContainer span.star-banner-left {
        margin-right: 10px; }
      .saffireMobileSize #sponsorWidgetContainer #sponsorsTitleContainer span.star-banner-right {
        margin-left: 10px; }
  .saffireMobileSize #sponsorWidgetContainer .sponsorWidgetContainer {
    padding-top: 0; }
  .saffireMobileSize #sponsorWidgetContainer .sponsorCarouselImageContainer a {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
.saffireMobileSize .cherry-divider-container {
  width: 90%;
  margin: auto; }
  .saffireMobileSize .cherry-divider-container .cherry-divider {
    height: 135px;
    max-width: 375px;
    margin: 25px auto;
    background: url(images/cherry-divider-mobile.png) no-repeat;
    background-size: contain;
    background-position: center; }
.saffireMobileSize .star-divider-container {
  width: 90%;
  margin: 0 auto 310px; }
  .saffireMobileSize .star-divider-container .star-divider {
    height: 135px;
    max-width: 375px;
    margin: auto;
    background: url(images/star-divider-mobile.png) no-repeat;
    background-size: contain;
    background-position: center; }

.saffireMobileSize #cardWidgetFarmers .image-container {
  margin: 0 !important; }

.saffireMobileSize.isResponsive iframe {
  max-width: 100% !important;
  max-height: 100% !important; }

.saffireMobileSize.siteInfoBannerWidgetDateIsPast.siteInfoBannerWidgetNoThankYouMessage.homepage .content {
  margin-top: 110px !important; }
.saffireMobileSize.siteInfoBannerWidgetDateIsPast.siteInfoBannerWidgetNoThankYouMessage.saffireWindowScrolled .header {
  height: 52px; }
.saffireMobileSize.siteInfoBannerWidgetDateIsPast.siteInfoBannerWidgetNoThankYouMessage .header {
  height: 110px; }
  .saffireMobileSize.siteInfoBannerWidgetDateIsPast.siteInfoBannerWidgetNoThankYouMessage .header .header-left-container {
    height: 0; }

body:not(.homepage) .filter-group #currentEventFilter, body:not(.homepage) .filter-group #selectedDate, body:not(.homepage) .filter-group #tbx_eventSearch {
  height: 34px; }
body:not(.homepage) .expandedViewEventDateBox .eventMonth, body:not(.homepage) .expandedViewEventDateBox .eventDayNumber {
  font-size: 1em; }
body:not(.homepage) .expandedViewEventDateBox .eventDayNumber {
  padding: 0; }
body:not(.homepage) .expandedView .expandedViewEventNameDescription, body:not(.homepage) .expandedView .expandedViewEventNameDescription a {
  font-size: 16px; }
body:not(.homepage) .reviewYourOrderSubContainer h2 {
  font-size: 22px; }

body.isIE .farmers-container {
  background-attachment: scroll; }
body.isIE .video-wrapper {
  background-attachment: scroll; }
  body.isIE .video-wrapper .video-container {
    max-width: 100%;
    width: 100%; }

.modalContent h1 {
  font-size: 28px !important; }
.modalContent h2 {
  font-size: 18px !important; }

.saffireLargeSize #mainNavigation .mainNavigationItem3 .subitems,
.saffireLargeSize #mainNavigation .mainNavigationItem6 .subitems {
  left: auto !important;
  right: 99% !important;
  transform-origin: right !important; }

.header {
  position: fixed;
  top: 0;
  width: 100% !important;
  z-index: 9999; }
  .header .nav .items {
    display: block;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: top;
    transform-origin: top; }
    .header .nav .items .item a:hover + .subitems {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
  .header .nav .subitems {
    display: block;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: left;
    transform-origin: left; }
    .header .nav .subitems:hover {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
  .header .nav .groups .group:hover ul.items {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  .header .headerInnerContent {
    width: 100%; }
  .header .header-top {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 140px;
    max-width: 1310px;
    padding: 0 10px;
    margin: auto; }
  .header .header-left-container {
    margin-top: 5px; }
    .header .header-left-container .countdown-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      float: left; }
      .header .header-left-container .countdown-container #siteInfoBannerWidget {
        margin: 0; }
  .header #customLogo {
    display: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
    @media screen and (max-width: 1023px) {
      .header #customLogo {
        display: inline-block;
        width: 130px;
        height: 130px;
        top: 5px;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%); } }
  .header #nav-logo {
    position: relative;
    top: 0; }
    @media screen and (max-width: 1023px) {
      .header #nav-logo {
        display: none; } }
    .header #nav-logo a {
      position: relative;
      display: inline-block;
      width: 214px;
      height: 241px;
      background-image: url("images/logo.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      z-index: 999;
      top: -20px; }
      @media screen and (max-width: 1300px) {
        .header #nav-logo a {
          width: 150px;
          height: 150px; } }
  .header .header-right-upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    right: -3px; }
    .header .header-right-upper .searchBox a.button, .header .header-right-upper .emailSignup a.button {
      background: transparent !important; }
    .header .header-right-upper .searchBoxSubmit a.button:before {
      content: "" !important;
      background: transparent url(images/search-icon.png) no-repeat center center/auto;
      display: inline-block;
      width: 15px;
      height: 15px;
      cursor: pointer; }
    .header .header-right-upper .emailInputSubmit a:before {
      content: "" !important;
      background: transparent url(images/email-icon.png) no-repeat center center/auto;
      display: inline-block;
      width: 20px;
      height: 15px;
      cursor: pointer; }
    .header .header-right-upper .viewcart a.cartMenuLink {
      text-decoration: none;
      font-size: 14px; }
    .header .header-right-upper .viewcart:before {
      content: "" !important;
      background: transparent url(images/cart-icon.png) no-repeat center center/contain;
      display: inline-block;
      width: 20px;
      height: 15px;
      cursor: pointer; }
  .header #svgViewCartIcon {
    display: none; }
  .header .header-right-container {
    margin-bottom: 17px; }
  .header .header-right-lower {
    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; }
    .header .header-right-lower .ticket {
      text-transform: none;
      text-align: center; }
    .header .header-right-lower .header-contact {
      width: 170px;
      font: 25px/1 'wisdom_script-webfont';
      color: #fff;
      text-decoration: none;
      background: #c83232;
      text-align: center;
      padding: 13px 0;
      margin-left: 5px;
      -webkit-transition: .3s;
      transition: .3s; }
      .header .header-right-lower .header-contact:hover {
        background: #9f2828; }
  .header .header-bottom {
    height: 40px;
    background: #c83232;
    width: 100%; }
    .header .header-bottom .nav-container {
      height: 100%; }
    .header .header-bottom .nav-container .nav {
      height: 100%; }
    .header .header-bottom .nav-container .groups {
      height: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: 100px; }
      @media screen and (max-width: 1023px) {
        .header .header-bottom .nav-container .groups {
          margin-left: 0; } }
    .header .header-bottom .nav-container .groups > .group > a {
      margin-right: 20px;
      margin-left: 20px; }
      @media screen and (max-width: 1300px) {
        .header .header-bottom .nav-container .groups > .group > a {
          margin-left: 0; } }

.saffireMobileSize .header {
  position: fixed;
  top: 0;
  background: #fff;
  height: 200px;
  padding: 0;
  z-index: 9999; }
  .saffireMobileSize .header .header-bottom {
    position: absolute;
    top: 0;
    background: transparent; }
  .saffireMobileSize .header .header-top {
    height: 100%;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .saffireMobileSize .header .header-left-container {
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    height: 100px;
    background: #c83232;
    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;
    margin-top: 0;
    top: 5px;
    padding: 5px 0; }
  .saffireMobileSize .header #mainNavigation {
    background-image: url("images/hamburger-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    height: 50px;
    width: 50px;
    right: 7px; }
    .saffireMobileSize .header #mainNavigation .mobileNavLink {
      top: 0; }
    .saffireMobileSize .header #mainNavigation:before {
      display: none; }
  .saffireMobileSize .header .header-right-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    height: 100px;
    padding: 0 20px;
    background: #fff;
    margin-bottom: 0; }
  .saffireMobileSize .header .header-right-upper {
    position: relative;
    top: 0;
    right: 37px;
    z-index: 9; }
  .saffireMobileSize .header .header-right-lower {
    position: relative;
    margin-top: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    right: 0;
    top: 0; }
    .saffireMobileSize .header .header-right-lower .header-contact {
      padding: 8px 0;
      width: 102px;
      font-size: 15px; }
    .saffireMobileSize .header .header-right-lower .ticket-btn {
      width: 102px;
      font-size: 15px;
      line-height: 31px;
      height: 31px; }
  .saffireMobileSize .header .emailSignup {
    background-image: url("images/email-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto; }
    .saffireMobileSize .header .emailSignup:before {
      display: none; }
    .saffireMobileSize .header .emailSignup:hover {
      cursor: pointer; }
  .saffireMobileSize .header .searchBox {
    background-image: url("images/search-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto; }
    .saffireMobileSize .header .searchBox:before {
      display: none; }
  .saffireMobileSize .header .viewcart {
    background-image: url("images/cart-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    top: 0; }
    .saffireMobileSize .header .viewcart .cartMenuLink {
      opacity: 0; }
    .saffireMobileSize .header .viewcart .cartMenuLink[data-itemcount='0'] {
      color: #fff; }
    .saffireMobileSize .header .viewcart:before {
      display: none; }
  .saffireMobileSize .header #logoContainer {
    width: 80px;
    position: absolute; }
    .saffireMobileSize .header #logoContainer #customLogo {
      position: relative;
      left: 0;
      top: 0;
      -webkit-transform: none;
      transform: none;
      width: 80px;
      height: 80px;
      margin-top: 5px;
      max-width: 80px; }

.saffireLargeSize.saffireWindowScrolled .header {
  height: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px -7px 14px 3px #000;
  box-shadow: 0px -7px 14px 3px #000; }
  .saffireLargeSize.saffireWindowScrolled .header .headerInnerContent {
    height: 100px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .saffireLargeSize.saffireWindowScrolled .header .header-top {
    height: 60px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .saffireLargeSize.saffireWindowScrolled .header .header-left-container {
    margin-top: -35px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .saffireLargeSize.saffireWindowScrolled .header .header-right-container {
    margin-bottom: 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .saffireLargeSize.saffireWindowScrolled .header .header-right-upper {
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .saffireLargeSize.saffireWindowScrolled .header #countdown-timer {
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .saffireLargeSize.saffireWindowScrolled .header #nav-logo {
    position: relative;
    top: -28px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .saffireLargeSize.saffireWindowScrolled .header #nav-logo a {
      height: 93px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      top: 20px; }
  .saffireLargeSize.saffireWindowScrolled .header #customLogo {
    top: 0;
    height: 60px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }

.saffireMobileSize.saffireWindowScrolled .header {
  height: 52px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px -7px 14px 3px #000;
  box-shadow: 0px -7px 14px 3px #000; }
  .saffireMobileSize.saffireWindowScrolled .header .headerInnerContent {
    height: 52px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .saffireMobileSize.saffireWindowScrolled .header .header-top {
    height: 52px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .saffireMobileSize.saffireWindowScrolled .header .header-left-container {
    margin-top: -35px;
    opacity: 0;
    top: -100px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .saffireMobileSize.saffireWindowScrolled .header .header-right-container {
    height: 52px;
    margin-bottom: 42px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .saffireMobileSize.saffireWindowScrolled .header .header-right-upper {
    top: -60px;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .saffireMobileSize.saffireWindowScrolled .header .header-right-lower {
    top: -44px;
    right: 37px;
    z-index: 9;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  @media screen and (max-width: 450px) {
    .saffireMobileSize.saffireWindowScrolled .header .header-contact {
      width: 80px; } }
  .saffireMobileSize.saffireWindowScrolled .header #countdown-timer {
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .saffireMobileSize.saffireWindowScrolled .header #nav-logo {
    position: relative;
    top: -28px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .saffireMobileSize.saffireWindowScrolled .header #nav-logo a {
      height: 93px;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
  .saffireMobileSize.saffireWindowScrolled .header #logoContainer #customLogo {
    position: relative;
    left: -20px;
    top: 0;
    height: 60px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }

.header {
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .header .headerInnerContent,
  .header .header-top,
  .header .header-left-container,
  .header .header-right-container,
  .header .header-right-upper,
  .header #customLogo,
  .header #countdown-timer {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .header #nav-logo {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .header #nav-logo a {
      -webkit-transition: 0.3s;
      transition: 0.3s; }

/*# sourceMappingURL=theme.css.map */
