/************** LOAD FONTS ******************/
@font-face {
  font-family: "OpenSans-Bold-webfont";
  src: url("fonts/OpenSans-Bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "OpenSans-ExtraBold-webfont";
  src: url("fonts/OpenSans-ExtraBold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "OpenSans-Regular-webfont";
  src: url("fonts/OpenSans-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "OpenSans-Semibold-webfont";
  src: url("fonts/OpenSans-Semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Roboto-Regular-webfont";
  src: url("fonts/Roboto-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "RobotoCondensed-BoldItalic-webfont";
  src: url("fonts/RobotoCondensed-BoldItalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "RobotoCondensed-Italic-webfont";
  src: url("fonts/RobotoCondensed-Italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "RobotoCondensed-Bold-webfont";
  src: url("fonts/RobotoCondensed-Bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "RobotoCondensed-LightItalic-webfont";
  src: url("fonts/RobotoCondensed-LightItalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "RobotoCondensed-Regular-webfont";
  src: url("fonts/RobotoCondensed-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Roboto-BoldItalic-webfont";
  src: url("fonts/Roboto-BoldItalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Roboto-MediumItalic-webfont";
  src: url("fonts/Roboto-MediumItalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Roboto-Medium-webfont";
  src: url("fonts/Roboto-Medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "bebasneue_regular-webfont";
  src: url("fonts/bebasneue_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/************************* BODY/CONTAINER ********************/
body {
  /* |%  need to set body background and default font options */
  color: #313131;
  background: #FFF;
  background-size: cover;
  font: 12px/1.583em "Roboto-Regular-webfont", Arial, Verdana, sans-serif; }

.wrapper {
  /* |%  if all elements are contained, this is a set width, if elements stretch to screen width this is 100% */
  width: 100%;
  background: "none"; }

.content {
  background: #fff;
  padding: 15px 15px 15px 15px;
  position: relative;
  margin: 30px auto 60px;
  max-width: calc(1030px - 15px - 15px); }

.saffireLargeSize.homepage .content,
.homepage .content {
  margin: 0 auto;
  padding: 0;
  background: none;
  max-width: 100%; }

.ui-widget-overlay {
  background-color: black;
  opacity: 0.5; }

/*********************** STANDARD ELEMENTS ********************/
a {
  color: #001c3a;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

a.buyNowText {
  color: #D70B0B;
  text-decoration: underline !important;
  font-weight: bold; }

a.buyNowText:hover {
  color: #f42121;
  text-decoration: none !important; }

input {
  color: #9B9B9B; }

h1, h2, h3, h4, h5, h6 {
  color: #001c3a;
  font-weight: normal;
  font-family: "RobotoCondensed-Bold-webfont";
  text-transform: none; }

h1 {
  font-size: 36px;
  line-height: 1.125em;
  margin: 0.2em 0; }

h2, h2 a {
  font-size: 20px;
  line-height: 1.155em; }

.cartcols h2 {
  font-size: 16px;
  line-height: 1.155em; }

h3 {
  font-size: 18px;
  line-height: 1.187em; }

.hoverContent {
  border-color: #756F46; }

.starlist li,
.starlist li ul li,
.pdflist li,
.pdflist li ul li {
  background: url(images/bullet.png) no-repeat left 7px;
  line-height: 18px;
  margin: 0;
  padding: 0 0 0 30px; }

.pdfLinks {
  font-size: 14px;
  font-weight: bold; }

.alternateRow {
  background: #fbfbfb; }

/************* 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: "Roboto-Regular-webfont"; }

.inputFieldSubmit {
  border-radius: 0 !important; }

a.button,
.button,
.buttonSmall {
  background: #004794;
  background: -webkit-linear-gradient(-90deg, #004794);
  background: linear-gradient(180deg, #004794);
  color: #fff !important; }

a.button:hover,
.button:hover,
.buttonSmall:hover {
  background: #0064d1;
  color: #fff !important; }

body:not(.homepage) a.buyNowButton {
  background: #fe7e00; }
  body:not(.homepage) a.buyNowButton:hover {
    background: #00a7e1; }

a.updateButton.buttonSmall,
a.removeButton.buttonSmall,
a.cartMenuRemoveButton.button.buttonSmall {
  font-size: 0.9em; }

/***************** CONTAINERS **************************/
.subContainer,
.sidepic {
  background: #ececec;
  color: #001c3a;
  -moz-box-shadow: 2px 2px 5px #000;
  -webkit-box-shadow: 2px 2px 5px #000;
  box-shadow: 2px 2px 5px #000; }

a.havePhotoLink {
  color: #fff; }

.subContainer a,
.subContainer h1,
.subContainer h2,
.subContainer h3 {
  color: #001c3a; }

.subContainer .error {
  color: #000; }

.dateDisplayBar,
.dateDisplay {
  background: #004794;
  color: #fff; }

.dateDisplayBar a,
.dateDisplay a {
  color: #fff; }

.dateDisplay_disabled {
  opacity: 0.4; }

#google_translate_element {
  /* |%  Google translate position */
  top: 15px;
  right: 30px; }

.carthr {
  background: #001c3a; }

.orderhistory {
  background: #004794; }

.orderhistory th {
  color: #fff;
  padding: 8px 3px; }

/************************* TABS *******************************/
.homepageTabsContainer {
  padding-left: 20px; }

.homepageTabsContainer {
  position: absolute;
  right: 0;
  left: auto;
  top: -33px;
  bottom: auto; }

/* TAB BACKGROUND COLORS */
.homepageTabs > li > a,
.tabs > ul > li > a {
  background: white; }

.homepageTabs li ul,
.tabOn,
.homepageTabs > li > a:hover,
.homepageTabs .eventTabSubmenu {
  background-color: #ececec !important; }

.homepageTabs ul.menu li:hover {
  /* |%  hover state for above dropdowns */
  background: #ececec; }

/* END TAB BACKGROUND COLORS */
.homepageTabs ul.menu a {
  /* |%  font color for tabs */
  color: #001c3a; }

.tab,
.tabOn {
  font-size: 12px;
  line-height: 1.2em;
  font-family: "Roboto-Regular-webfont"; }

.homepageTabs ul.menu a {
  font-family: "Roboto-Regular-webfont";
  font-size: 11px; }

.homepageTabs > li > a,
.tabs > ul > li > a {
  float: left;
  display: block;
  padding: 5px 12px;
  height: 17px;
  margin: 6px 0 0;
  border-radius: 0;
  white-space: nowrap; }

.homepageTabs a,
.tabs a {
  color: #001c3a; }

/******************************* TOP/GLOBAL ITEMS ************************************/
.generalmessage {
  /* |%  set font-family, background color, color, etc. */
  background: #004794;
  -webkit-box-shadow: 0 -3px 5px #666 inset;
  -moz-box-shadow: 0 -3px 5px #666 inset;
  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; }

.socialNetworks {
  z-index: 80000000;
  position: fixed;
  right: -80px;
  top: 20%;
  border-top: 3px solid rgba(255, 255, 255, 0.8);
  border-bottom: 3px solid rgba(255, 255, 255, 0.8);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: right 0.6s ease;
  transition: right 0.6s ease; }

.pageIsLoaded .socialNetworks {
  right: 0; }

.socialNetworks > span,
.socialNetworks > a {
  display: block;
  float: none;
  width: 40px;
  height: 39px;
  border: 3px solid rgba(255, 255, 255, 0.8);
  position: relative;
  -o-transition: transform 0.4s ease, left 0.4s ease;
  -webkit-transition: transform 0.4s ease, left 0.4s ease;
  -moz-transition: transform 0.4s ease, left 0.4s ease;
  -ms-transition: transform 0.4s ease, left 0.4s ease;
  transition: transform 0.4s ease, left 0.4s ease; }

.socialNetworks > a:hover {
  -o-transform: scale(1.3) !important;
  -webkit-transform: scale(1.3) !important;
  -moz-transform: scale(1.3) !important;
  -ms-transform: scale(1.3) !important;
  transform: scale(1.3) !important;
  left: -9px;
  z-index: 2; }

#musicPlayerLink {
  background: url("images/music.jpg") no-repeat right 0;
  margin: 0;
  width: 40px;
  height: 39px;
  float: none;
  border: 3px solid rgba(255, 255, 255, 0.8);
  z-index: 2; }

#musicPlayerDropdown {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #000;
  color: #000;
  font-size: 0.9em;
  padding: 8px 10px;
  right: 12px;
  top: -5px;
  box-shadow: 0 0 4px #000 inset; }

#musicPlayerDropdown a {
  color: #000;
  font-size: 13px;
  text-decoration: none;
  padding-right: 14px; }

#musicPlayerDropdown a:hover {
  position: relative;
  padding-right: 3px;
  padding-left: 14px; }

#musicPlayerDropdown a:hover:after {
  border-left: 4px solid transparent;
  border-radius: 58%;
  border-right: 4px solid transparent;
  border-top: 12px solid #000;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 0; }

@media screen and (max-width: 1230px) {
  .socialNetworks {
    top: auto;
    bottom: 0;
    border-top: none;
    border-bottom: none; }

  .socialNetworks > a,
  .socialNetworks > span#musicPlayerLink {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    float: left;
    margin-left: -8px; }

  #musicPlayerDropdown {
    top: auto;
    bottom: 21px;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); } }
/*SITE-WIDE WIDGETS */
#widgetBanner {
  background: none;
  height: 1px;
  top: 0;
  position: relative;
  z-index: 100;
  width: 100%;
  margin: 0;
  line-height: normal; }

/****************** HOMEPAGE WIDGETS ***************/
/* WIDGET GENERAL */
.widget h1,
.homepageh1 {
  /* |%  set font-family */
  color: #F5DF26;
  text-shadow: 5px 4px 4px #000000;
  font-size: 22px; }

.homepageContent {
  width: 100%; }

/***************** EXCITING EVENTS - SECONDARY FEATURE ********************/
/************************** PAGE-SPECIFIC/OTHER ITEMS *******************************/
#ourPickButton {
  margin-bottom: 30px; }

.column2 {
  float: right; }

.listingItem {
  background: #fbfbfb;
  border-bottom: 1px solid #e2e2e2; }

.listingItem:hover {
  background: white; }

.listing .arrowup {
  border-color: #686868 transparent transparent transparent; }

.listing .arrowup_on {
  border-color: #272625 transparent transparent transparent; }

.listing .arrowdown {
  border-color: transparent transparent #686868 transparent; }

.listing .arrowdown_on {
  border-color: transparent transparent #272625 transparent; }

.modeSelected {
  background-color: rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1a000000',GradientType=0 ); }

/* INTERACTIVE EVENT MAP */
.mapDescription.subContainer,
.hoverContent {
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  opacity: 0.9;
  -moz-box-shadow: 2px 2px 5px #000;
  -webkit-box-shadow: 2px 2px 5px #000;
  box-shadow: 2px 2px 5px #000; }

/*********************** FOOTER **************************/
.saffireMobileSize.isResponsive .footer .footerSignIn {
  margin-top: 6px; }

.footer {
  /* set the height of the footer */
  clear: both;
  color: #0c4491;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  background: url("images/footer-bg.jpg") repeat-x #fff center bottom;
  height: auto;
  padding: 86px 0 11px; }

.saffireMobileSize .footer {
  padding-bottom: 55px;
  background: url("images/footer-bg.jpg") repeat-x #fff center bottom; }

.footer a {
  color: #0c4491;
  text-decoration: none; }

.footer a:hover {
  text-decoration: underline; }

ul.footerItems1 {
  margin: 0 auto;
  font-family: "Roboto-Medium-webfont";
  font-size: 12px;
  text-transform: uppercase; }

.saffireMobileSize ul.footerItems1 {
  margin-bottom: 6px; }

ul.footerItems2 {
  margin: 0 auto; }

.saffireMobileSize ul.footerItems2 {
  text-align: center; }

/************************* 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 h1 {
  font-size: calc(36px * 0.6944);
  line-height: 1.2em; }

.modalClose {
  background: none;
  top: 1px; }

.modalCloseButton:before {
  content: "X"; }

.modalCloseButton img {
  display: none; }

.modalContent #google_translate_element {
  top: 1px;
  right: 0; }

/* SHOWORKS TABLE */
.modalBody .showorksModalTitle {
  /* |%  set font-family */
  font-size: 32px;
  line-height: 36px; }

.modalBody .showorksBreadcrumbs {
  /* |%  set font-family */
  font-size: 20px;
  line-height: 22px;
  color: #001c3a; }

.modalBody .showorksTableGrid th {
  /* |%  set font-family */
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.06em; }

.modalBody .showorksTableGrid th {
  padding-bottom: 7px;
  padding-top: 7px; }

.modalBody .showorksTableGrid td {
  color: #313131; }

.modalBody .showorksTableGrid tr.odd {
  background: #fff;
  color: black; }

.modalBody .showorksTableGrid tr.even {
  background: #e6e6e6;
  color: black; }

/*************** 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 {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px; }

.members .nav .groups {
  margin-right: 0; }

.members .nav .groups .group {
  margin: 0 3px; }

.members .quickLinks {
  right: 39px; }

.dateDisplayBar,
.viewMode,
.currentlyViewingDate,
#searchEventsInput,
#eventFilterList,
#eventFilterList ul,
.InProgressEventDate,
a.havePhotoLink,
.mapLegend label {
  font-family: inherit; }

.mapLegend {
  border-left: 1px solid black;
  box-shadow: none; }

/******************************************************
*                                                     *
*                                                     *
*    DO NOT CHANGE ITEMS BELOW THIS SECTION!!!!       *
*                                                     *
*                                                     *
******************************************************/
.header .searchBox a.button,
.header .emailSignup a.button {
  color: #fff !important;
  background: #004794;
  font-family: "bebasneue_regular-webfont";
  font-size: 20px;
  padding: 0 8px 0px; }

.header .searchBox a.button:hover,
.header .emailSignup a.button:hover {
  background: #0064d1; }

.saffireLargeSize .header .searchBoxSubmit a.button {
  text-indent: -999px;
  width: 1.4em;
  position: relative;
  overflow: hidden;
  font-family: "FontAwesome";
  display: inline-block; }

.saffireLargeSize .header .searchBoxSubmit a.button:before {
  content: "\f002";
  text-indent: 0;
  font-size: 1em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto; }

.header input.textbox {
  min-height: 14px; }

.header {
  /* |%  need to set height and width if not 100% */
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 143px;
  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: 143px;
  max-width: 1000px;
  display: block;
  margin: 0 auto; }

.saffireMobileSize .headerInnerContent {
  padding-right: 0; }

.saffireMobileSize .headerInnerContent > .clear {
  clear: none; }

#customLogo {
  /* |%  logo settings */
  background: url("images/logo.png") no-repeat;
  z-index: 5003;
  height: 80px;
  position: absolute;
  left: -23px;
  right: auto;
  top: 9px;
  bottom: auto;
  width: 188px;
  background-size: contain; }

@media screen and (max-width: 1046px) {
  .saffireLargeSize #customLogo {
    left: 0; } }

.saffireMobileSize #customLogo {
  width: 104px;
  top: 0; }

/* MAIN NAVIGATION */
.saffireLargeSize .nav {
  height: 32px;
  padding: 0;
  background: #004794;
  clear: both;
  width: 100%;
  z-index: 5002 !important;
  top: 96px;
  position: absolute; }
  @media screen and (max-width: 1117px) {
    .saffireLargeSize .nav {
      width: calc(100% - 100px);
      left: 49px; } }

.saffireLargeSize .nav:hover {
  z-index: 5002 !important; }

.saffireLargeSize .nav .groups {
  position: absolute;
  height: 32px;
  max-height: 50px;
  bottom: 0;
  margin: auto;
  right: 0;
  position: absolute;
  left: 0;
  right: auto;
  top: 96px;
  bottom: auto;
  bottom: auto;
  top: 0; }

.saffireLargeSize .nav .groups .group {
  margin: 0 0 0 5px;
  padding: 6px 9px 5px; }

.saffireLargeSize .nav .groups .group a,
.saffireLargeSize .navDummyLink {
  font-size: 19px;
  font-family: "RobotoCondensed-Italic-webfont";
  line-height: normal;
  text-transform: uppercase;
  color: #fff; }

@media screen and (max-width: 1030px) {
  .saffireLargeSize .nav .groups .group a,
  .saffireLargeSize .navDummyLink {
    font-size: 15.2px; } }
.saffireLargeSize .nav .groups .group a:hover,
.saffireLargeSize .nav .groups .group:hover a,
.saffireLargeSize .nav .groups .group:hover {
  color: #fff;
  background: #004794;
  border-radius: 4px 4px 0 0; }

.saffireLargeSize .nav .groups .group[aria-haspopup="false"] a:hover,
.saffireLargeSize .nav .groups .group[aria-haspopup="false"]:hover a,
.saffireLargeSize .nav .groups .group[aria-haspopup="false"]:hover {
  border-radius: 4px; }

/* MAIN NAVIGATION DROP-DOWN MENUS */
.saffireLargeSize .nav .items,
.saffireLargeSize .nav .subitems {
  /* |%  nav dropdown colors */
  background: #004794;
  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: 12px "Roboto-Regular-webfont", Arial, Helvetica, sans-serif; }

.saffireLargeSize .nav .items .item a:hover {
  color: #e0e0e0;
  background: #0064d1; }

/* TOP LINKS */
.saffireLargeSize .quickLinks {
  position: absolute;
  right: 0px;
  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: #0064d1; }

.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: 12px;
  line-height: normal;
  color: #000;
  font-family: "Roboto-Regular-webfont"; }

.saffireLargeSize .quickLinks ul li > a.ticket,
.saffireLargeSize .ticket,
.saffireLargeSize .ticket:hover {
  display: inline-block;
  position: static;
  color: #fff;
  padding-left: 0;
  font-family: 'RobotoCondensed-BoldItalic-webfont', 'Roboto-BoldItalic-webfont';
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  background: #fe7e00;
  height: 32px;
  padding: 9px 10px;
  height: 14px; }

.saffireLargeSize .ticket:hover {
  background: #fe7e00; }

.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: #004794;
  color: #fff;
  font-family: "Roboto-Regular-webfont";
  font-size: 19.2px;
  right: 15px; }

.saffireLargeSize .viewcart {
  position: relative;
  z-index: 2000000; }

.cartNavItemSection.cartNavItemSectionProductDetails {
  border-bottom-color: #fff; }

.saffireLargeSize #svgViewCartIcon {
  display: none; }

.saffireLargeSize .quickLinks ul .viewcart a {
  font-family: "Roboto-Regular-webfont";
  font-size: 12px;
  text-transform: none;
  color: #000;
   /*  @if map-get($quickLinks, icon-cart) {
    	color: map-get($headerInputs, font-color);

    } */ }

.saffireLargeSize #svgViewCartIcon path {
  fill: #000; }

/* EMAIL & SEARCH BOXES */
.saffireLargeSize .header .emailSignup {
  position: static;
  float: right;
  margin-left: 6px;
  /* margin-top: 8px; */
  width: auto;
  z-index: auto;
  font-size: 2em; }

.quickLinks ul {
  z-index: auto; }

.saffireLargeSize .header .emailSignup .emailInputField input {
  width: 0;
  padding: 0;
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  transition: all 0.3s ease;
  border-width: 0;
  box-shadow: -2px 0 3px #000; }

.saffireLargeSize .header .emailSignup:hover .emailInputField input,
.saffireLargeSize .header .emailSignup .emailInputField input:focus {
  width: 125px;
  padding-right: 15px;
  padding-left: 5px;
  z-index: 2000001; }

.saffireLargeSize .header .emailSignup .emailInputSubmit a {
  border-radius: 0px !important; }

.saffireLargeSize .header .emailSignup:hover .emailInputSubmit a {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.saffireLargeSize .header .emailSignup .emailInputSubmit a:hover {
  background: #004794; }

.searchBox input,
.emailSignup .textbox {
  border-radius: 0px 0 0 0px;
  top: 0;
  border-right: none; }

.saffireLargeSize .header .searchBox {
  position: static;
  float: right;
  margin-left: 6px;
  /* margin-top: 8px; */
  z-index: 5003;
  font-size: 2em; }

/* WEATHER BUG */
#weatherBugWidget {
  color: #fff;
  white-space: nowrap;
  position: relative;
  left: 0;
  right: auto;
  top: -4px;
  bottom: auto;
  visibility: hidden;
  font-family: 'OpenSans-Bold-webfont';
  font-size: 11px;
  background: rgba(27, 79, 144, 0.7);
  display: inline-block;
  padding: 6px 7px 8px; }

.weatherDescriptive {
  display: none !important; }

.saffireMobileSize #weatherBugWidget {
  display: none !important; }

#weatherBugText {
  display: none; }

#weatherBugImage {
  top: 3px; }

#weatherBugShortDescription {
  display: inline; }

/******************************************************
*                                                     *
*                                                     *
*    DO NOT CHANGE ITEMS BELOW THIS SECTION!!!!       *
*                                                     *
*                                                     *
******************************************************/
/* ADVANCED SLIDESHOW */
.homepage .slideshowSwiperDescription {
  display: none; }

.homepage .slideshowSwiperDescription.currentSlideDescription {
  display: inline-block; }

.homepage .currentSlideDescription {
  opacity: 0;
  font-family: "Roboto-Medium-webfont";
  transition: max-height 0.4s ease;
  font-size: 12px;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }
  @media screen and (max-width: 1000px) {
    .homepage .currentSlideDescription {
      padding-top: 1em;
      padding-left: 2%;
      padding-right: 2%; } }

.homepage.saffireLargeSize .slideshowSwiperDescription {
  padding: 0px 17% 0 3%;
  max-width: 810px;
  width: 80%; }

#newSliderDescriptionContainer {
  background: rgba(255, 255, 255, 0.8); }

.saffireLargeSize #newSliderDescriptionContainer {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  bottom: 0;
  top: auto;
  width: 1000px;
  max-width: calc(100% - 168px - 23px);
  height: 77px;
  z-index: 2; }

.saffireMobileSize #newSliderDescriptionContainer {
  top: 100%;
  z-index: 2;
  position: relative;
  height: 111px;
  background: #fff; }

.homepage.saffireLargeSize .currentSlideDescription,
.homepage.saffireMobileSize .currentSlideDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  opacity: 1; }

.homepage.saffireMobileSize .currentSlideDescription {
  padding: 5px 5%;
  width: 90%; }

.homepage .slideshowSwiperDescription a,
.homepage .slideshowSwiperDescription span {
  text-decoration: none;
  display: none; }

.homepage.saffireLargeSize .sliderTitle,
.homepage.saffireLargeSize .sliderTextDescription {
  /* max-width: map-get($slideshowGeneral, width) - (map-get($slideshowDescription, container-width) + 6); */
  	/* @if map-get($slideshowDescription, text-align) == center {
  		max-width: map-get($slideshowGeneral, width) - map-get($slideshowDescription, container-width) - map-get($slideshowDescription, container-width) - (map-get($slideshowGeneral, width) * .1);
  		margin-left: auto;
          margin-right: auto;
  	} */ }

@media screen and (max-width: 1144px) {
  .homepage.saffireLargeSize .sliderTitle,
  .homepage.saffireLargeSize .sliderTextDescription {
    /* @if map-get($slideshowDescription, text-align) == center {
    	text-align: left;
    	margin-left: 0;
    	max-width: map-get($slideshowGeneral, width) - map-get($slideshowDescription, container-width) - (map-get($slideshowGeneral, width) * .1);
    } */ } }
.saffireMobileSize.homepage .sliderTextDescription {
  opacity: 1;
  font-size: 12px;
  line-height: 1.3; }

.homepage span.sliderButtonContainer {
  width: 108px; }

.homepage .swiper-slide-active .slideshowSwiperDescription a,
.homepage .swiper-slide-active .slideshowSwiperDescription span {
  display: inline-block; }

.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.saffireMobileSize .currentSlideDescription .sliderButtonContainer a {
  width: 40%;
  min-width: 86px;
  margin-right: 2px;
  display: inline-block; }

.homepage .slideshowSwiperButtonPrev {
  display: block;
  background: url("images/slideshow-left.png") no-repeat left center;
  width: 43px;
  height: 43px;
  cursor: pointer;
  position: absolute;
  top: 43%;
  right: 0;
  left: 0;
  right: calc(1030px + (-62px * -1));
  /* @if map-get($slideshowGeneral, full-screen) and map-get($slideshowGeneral, mutliple-slides-showing) == false and map-get($slideshowArrows, left) < 0 {
  	left: 0;
  	right: auto;
  } */
  margin: auto;
  z-index: 4;
  transition: all 0.3s ease; }
  @media screen and (max-width: 1154px) {
    .homepage .slideshowSwiperButtonPrev {
      left: 10px;
      right: auto; } }

.saffireMobileSize.homepage .slideshowSwiperButtonPrev {
  display: none !important; }

.homepage .slideshowSwiperButtonPrev:hover {
  /* @if map-get($slideshowGeneral, full-screen) and map-get($slideshowGeneral, mutliple-slides-showing) == false and map-get($slideshowArrows, left) < 0 {
  	left: 0 !important;
  	right: auto !important;
  } */ }

.homepage .slideshowSwiperButtonNext {
  display: block;
  background: url("images/slideshow-right.png") no-repeat right center;
  width: 43px;
  height: 43px;
  cursor: pointer;
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
  left: calc(1030px + (-62px * -1));
  /* @if map-get($slideshowGeneral, full-screen) and map-get($slideshowGeneral, mutliple-slides-showing) == false and map-get($slideshowArrows, left) < 0 {
  	right: 0;
  	left: auto;
  } */
  margin: auto;
  z-index: 4;
  transition: all 0.3s ease; }
  @media screen and (max-width: 1154px) {
    .homepage .slideshowSwiperButtonNext {
      right: 10px;
      left: auto; } }

.saffireMobileSize.homepage .slideshowSwiperButtonNext {
  display: none !important; }

.homepage .slideshowSwiperButtonNext:hover {
  /* @if map-get($slideshowGeneral, full-screen) and map-get($slideshowGeneral, mutliple-slides-showing) == false and map-get($slideshowArrows, left) < 0 {
  	right: 0 !important;
  	left: auto !important;
  } */ }

.homepage .swiper-container:hover .slideshowSwiperDescription {
  max-height: 600px; }

.homepage .sliderTextDescription {
  color: #1d2f42;
  display: block;
  padding-bottom: 1em;
  line-height: 1.2em; }

.homepage.saffireLargeSize .sliderButtonContainer {
  position: absolute;
  right: 25px;
  left: auto;
  top: 22px;
  bottom: auto;
  text-align: right;
  width: 100%;
  z-index: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  @media screen and (max-width: 1000px) {
    .homepage.saffireLargeSize .sliderButtonContainer {
      display: block; } }

.saffireMobileSize.homepage .sliderButtonContainer {
  bottom: 102%;
  right: 0;
  top: auto;
  position: absolute;
  left: 0;
  margin: auto;
  width: 100%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.homepage.saffireLargeSize .currentSlideDescription .sliderButtonContainer {
  z-index: 300;
  width: 185px; }

.homepage .sliderButtonContainer a.button {
  display: inline-block;
  font-family: "bebasneue_regular-webfont";
  font-size: 20px;
  color: #fe7e00;
  background: #004794;
  background: -webkit-linear-gradient(-90deg, #004794);
  background: linear-gradient(180deg, #004794);
  padding: 0px 0px;
  white-space: nowrap;
  margin-left: 5px; }
  @media screen and (max-width: 1000px) {
    .homepage .sliderButtonContainer a.button {
      margin-bottom: 7px; } }

.homepage .sliderButtonContainer a.button:hover {
  background: #00a7e1; }

.homepage .slideshowSwiperPagination {
  display: inline-block; }

.homepage .sliderPlayPauseButtons {
  display: inline-block; }

.homepage .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  background: #fff;
  margin-right: 6px;
  position: relative;
  top: 0;
  transition: background 0.4s ease; }

.homepage .swiper-pagination-bullet:hover,
.homepage .swiper-pagination-bullet-active {
  background: #dcab1a; }

.homepage .sliderPlayPause {
  display: inline-block;
  cursor: pointer;
  width: 12px;
  height: 12px;
  font-size: 15px;
  color: #fff;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.8); }

.homepage .sliderPlayPause:before {
  content: '\25B6'; }

.homepage .sliderPlayPause.playing:before {
  content: '\275A \275A'; }

.homepage .sliderTitle {
  color: #001c3a;
  font-family: "Roboto-BoldItalic-webfont";
  font-size: 28px;
  text-transform: uppercase;
  line-height: normal;
  overflow: hidden;
  height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-top: 7px; }

.homepage.saffireLargeSize .sliderTitle {
  max-width: 90%;
  width: 100%; }

.homepage.saffireMobileSize .sliderTitle {
  font-size: 22.4px;
  padding: 0;
  height: auto; }

.homepage a.button.sliderMoreButton,
.homepage a.button.sliderWidgetPurchaseLink {
                                             /*
	margin-left: 10px;
    margin-bottom: 7px; */
  font-size: 20px; }

.homepage .currentSlideDescription .slideshowSwiperDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  display: block; }

.saffireMobileSize.homepage .swiper-container:hover .slideshowSwiperDescription,
.saffireMobileSize.homepage .slideshowSwiperDescription {
  	/* position: absolute;
  	bottom: -111px;
  	height: map-get($slideshowDescription, mobile-height);
  	max-height: map-get($slideshowDescription, mobile-height);
  	width: 100%;
      padding: 0 2%;
  	box-sizing: border-box;
  	min-width: 332px; */ }

.homepage .swiper-container {
  /* Specify Swiper's Size: */
  background: #fff;
  width: 100%;
  height: 600px;
  max-width: 100%; }

.saffireMobileSize.homepage .swiper-container {
  /* background: #FFF; */ }

	/* .homepage.saffireLargeSize .content {

		max-width: 100%;
	}
	.homepageContent {
		max-width: $contentWidth;
		margin: 0 auto;
	} */
.homepage .swiper-slide {
  /* Specify Slides's Size: */
  height: 600px;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  opacity: 0.3;
  text-align: center; }

.homepage .swiper-slide > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block; }

.saffireMobileSize.homepage .swiper-slide-active {
  overflow: hidden; }

.homepage .currentSlideDescription,
.homepage .swiper-slide.swiper-slide-active {
  opacity: 1; }

.homepage .swiper-slide img {
  max-width: 100%;
  width: 100%;
  height: auto; }

@media screen and (min-width: 1030px) {
  		/* .homepage .swiper-slide img {
  			-webkit-transform: translateY(50%);
  			-ms-transform: translateY(50%);
          	transform: translateY(50%);
          	margin-top: -50%;
  		} */ }
.homepage .slideshowPlayPause {
  bottom: 0;
  height: 20px;
  left: 100%;
  margin: auto;
  position: absolute;
  top: 0; }

.homepage .slideshowControlsContainer {
  position: relative;
  z-index: 3;
  clear: both;
  float: left; }

.homepage .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

@media screen and (max-width: 1000px) {
  .homepage .slideshowControlsContainer {
    left: 10px;
    float: left; } }
@media screen and (max-width: 550px) {
  .slideshowControlsContainer {
    display: none; } }
.homepageSwiperSlider {
  position: relative; }

.homepage .sliderControlsContainer {
  position: relative;
  height: 0;
  width: 100%;
  z-index: 3;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 104%;
  bottom: auto;
  text-align: left;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 102px;
  display: none !important;
    /*@media screen and (max-width: 1000px){
    	@if $regardMargins {
    		@if ((map-get($slideshowGeneral, height) + map-get($slideshowDescription, height)) - (map-get($slideshowGeneral, height) - (map-get($slideshowGeneral, height) * (strip-unit(nth(map-get($slideshowDescription, POSITION), 3))) * 0.01)) > map-get($slideshowGeneral, height)){
	    		top: calc((60vw * (bottom * 0.01) + 77px) - 60vw);
	    	}
    	}
    }*/ }

.homepage.saffireMobileSize .sliderControlsContainer {
  display: none; }

@media screen and (max-width: 450px) {
  .homepage.saffireMobileSize .sliderControlsContainer {
    display: none !important; } }
.swiper-container {
  width: 100%;
  max-width: 1000px;
  height: 600px; }

.homepage.saffireLargeSize .swiper-container {
  border: none; }

.swiper-slide {
  /* Specify Slides's Size: */
  width: 100%;
  max-width: 1000px;
  height: 600px;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

@media screen and (max-width: 1000px) {
  .homepage .swiper-slide,
  .homepage .swiper-container {
    height: 60vw !important; } }
@media screen and (max-width: 1144px) {
  .homepage .slideshowSwiperButtonPrev {
    left: 1%;
    right: auto; }

  .homepage .slideshowSwiperButtonNext {
    right: 1%;
    left: auto; } }
/********************************************************

MULTIPLE ITEMS ON A SLIDER WITH DESCRIPTION OVERLAYING THE BOTTOM OF THE IMAGE

*******************************************************/
/* MULTIFEATURE */
#multiFeature1Title {
  color: #f0f;
  font-family: "open_sansbold";
  font-size: 46px;
  margin: auto;
  line-height: 1em;
  height: 49px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 0;
  bottom: auto;
  text-align: center; }

.saffireMobileSize #multiFeature1Title {
  font-size: 27.6px; }

#multiFeature1:not(.multiFeatureWithMultiplePages) .multiFeatureContent {
  text-align: center; }

/* MULTIFEATURE */
#multiFeature1 {
  background: none;
  height: 600px;
  margin: 0 auto;
  padding: 28px 0 0;
  float: none;
  display: block;
  top: 0;
  max-width: 100%;
  width: 975px;
  clear: none; }

@media screen and (max-width: 1041px) {
  #multiFeature1 {
    max-width: calc(100% - 33px - 33px);
    left: 0; } }
#multiFeature1 .featureItem {
  background: none;
  display: inline-block;
  height: 259px;
  margin: 0 5px 10px;
  padding: 0;
  position: relative;
  text-align: left;
  max-width: 100%;
  width: 234px; }

#multiFeature1 .featureItem:first-child {
  margin-left: 0; }

#multiFeature1 .featureItem:last-child {
  margin-right: 0; }

#multiFeature1 .featureItemImage img {
  display: inline-block;
  max-width: 234px;
  max-height: 259px;
  width: 100%; }

.multiFeatureArrow {
  display: block; }

#multiFeature1ArrowLeft {
  position: absolute;
  left: -33px;
  bottom: calc(300px - 11px);
  z-index: 11;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(22px / 2) 22px calc(22px / 2) 0;
  border-color: transparent #f0f transparent transparent; }

#multiFeature1ArrowRight {
  position: absolute;
  right: -33px;
  bottom: calc(300px - 11px);
  z-index: 11;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(22px / 2) 0 calc(22px / 2) 22px;
  border-color: transparent transparent transparent #f0f; }

@media screen and (max-width: 1041px) {
  #multiFeature1ArrowLeft {
    left: -30px; }

  #multiFeature1ArrowRight {
    right: -30px; } }
#multiFeature1 .featureItemTitle {
  height: 32px;
  background: none;
  display: block;
  color: #fff;
  font-family: "bebasneue_regular-webfont";
  font-size: 20px;
  line-height: 1.2em;
  padding: 0 3%;
  transition: all 0.4s ease;
  height: 24px;
  padding-top: 0px;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 94%;
  text-align: right; }

#multiFeature1 .featureItemTitle,
#multiFeature1 .featureItemTitle a {
  color: #fff; }

#multiFeature1 .featureItemDescriptionContainer {
  background: rgba(254, 126, 0, 0.9);
  display: block;
  max-height: 32px;
  height: 32px;
  margin: auto;
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  bottom: 0;
  top: auto;
  bottom: -10px;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 234px !important; }

#multiFeature1 .featureItem:hover .featureItemDescriptionContainer {
  height: 259px;
  max-height: 291px; }

#multiFeature1 #multiFeature1TextPaginationContainer {
  display: none !important; }

#multiFeature1 .multiFeatureWithTextPaginationPagination {
  float: left;
  font-family: "open_sansregular";
  font-size: 12px;
  color: #fff; }

#multiFeature1 #multiFeature1WithTextPaginationArrowRight:after {
  content: ">>"; }

#multiFeature1 #multiFeature1WithTextPaginationArrowLeft:after {
  content: "<<"; }

#multiFeature1 #multiFeature1TextPaginationContainer {
  bottom: 0px;
  left: 254px;
  position: absolute;
  z-index: 22; }

.saffireMobileSize #multiFeature1 #multiFeature1TextPaginationContainer {
  left: 10px; }

#multiFeature1 a.multiFeatureWithTextPaginationArrow {
  display: block;
  float: left;
  margin: 0 0 0 12px;
  text-decoration: none;
  color: #0f0;
  font-family: 'open_sansbold';
  font-size: 12px;
  min-width: 15px;
  min-height: 15px;
  text-decoration: none;
  background: #f00;
  padding: 0px 6px 2px;
  border-radius: 3px; }

#multiFeature1 .featureItemDescription {
  max-height: 0;
  padding: 0 3%;
  line-height: normal;
  transition: all 0.4s ease;
  text-align: right; }

#multiFeature1 .featureItemDescription,
#multiFeature1 .featureItemDescription a {
  color: #fff;
  max-width: calc(100vw - $calculateLeftDistance); }

#multiFeature1 .featureItemDescription a {
  /* float: left;
  clear: left;
  margin-bottom: 4px;
  margin-top: 8px; */ }

#multiFeature1 .featureItemDescription a.button {
  clear: both;
  float: none;
  display: inline-block;
  margin: 3px 9px 0; }

#multiFeature1 .featureItemDescription > a:not(.button) {
  overflow: hidden; }

#multiFeature1 .featureItemButtonContainer {
  bottom: 10px;
  left: 0;
  position: absolute;
  width: 100%; }

/* global css */
#multiFeature1.multiFeature {
  position: relative;
  /* can be set to absolute or fixed on a theme level, must not be static */ }

#multiFeature1 .multiFeatureContent {
  overflow: hidden;
  max-height: 100%;
  position: absolute;
  max-width: 975px;
  height: 600px;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  z-index: 10; }

#multiFeature1.multiFeatureWithMultiplePages .multiFeatureContent {
  left: 0; }

#multiFeature1 .multiFeatureItemPanel {
  float: left; }

#multiFeature1 .featureItemImage {
  width: 234px;
  height: 259px;
  margin: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0px; }

#multiFeature1.multiFeatureWithMultiplePages .multiFeatureItemPanel {
  top: 0;
  position: absolute;
  width: 100%;
  text-align: center; }

#multiFeature1.multiFeatureWithMultiplePages .multiFeatureContent {
  overflow: hidden; }

/********************************************************

MULTIPLE ITEMS ON A SLIDER WITH DESCRIPTION OVERLAYING THE BOTTOM OF THE IMAGE

*******************************************************/
/* MULTIFEATURE */
#multiScheduleFeatureTitle {
  color: #dc6200;
  font-family: "Museo700-Regular-webfont";
  font-size: 39px;
  text-shadow: 0px 0px 10px  #fff;
  margin: auto;
  line-height: 1em;
  height: 49px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: -18px;
  bottom: auto;
  text-align: center; }

#multiScheduleFeature:not(.multiFeatureWithMultiplePages) .multiFeatureContent {
  text-align: center; }

/* MULTIFEATURE */
#multiScheduleFeature {
  background: transparent;
  height: auto;
  margin: 0 auto;
  padding: 28px 0 28px;
  float: none;
  display: block;
  top: 0;
  max-width: 100%;
  width: 1030px;
  clear: none; }

@media screen and (max-width: 1129px) {
  #multiScheduleFeature {
    left: 0; } }
#multiScheduleFeature .featureItem {
  background: none;
  display: inline-block;
  height: 259px;
  margin: 0 11.5px 23px;
  padding: 0;
  position: relative;
  text-align: left;
  max-width: 100%;
  width: 234px; }

#multiScheduleFeature .featureItemImage img {
  display: inline-block;
  max-width: 234px;
  max-height: 259px;
  width: 100%; }

.multiFeatureArrow {
  display: block; }

#multiScheduleFeatureArrowLeft {
  position: absolute;
  left: -50px;
  bottom: calc(auto/2 - 16px);
  z-index: 11;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(32px / 2) 33px calc(32px / 2) 0;
  border-color: transparent url("images/multi-left.png") transparent transparent; }

#multiScheduleFeatureArrowRight {
  position: absolute;
  right: -50px;
  bottom: calc(auto/2 - 16px);
  z-index: 11;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(32px / 2) 0 calc(32px / 2) 33px;
  border-color: transparent transparent transparent url("images/multi-right.png"); }

@media screen and (max-width: 1129px) {
  #multiScheduleFeatureArrowLeft {
    left: -47px; }

  #multiScheduleFeatureArrowRight {
    right: -47px; } }
#multiScheduleFeature .featureItemTitle {
  background: none;
  display: block;
  color: #001c3a;
  font-family: "bebasneue_regular-webfont";
  font-size: 20px;
  line-height: 1.2em;
  padding: 0 3%;
  transition: all 0.4s ease;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 94%;
  text-align: center; }

#multiScheduleFeature .featureItemTitle,
#multiScheduleFeature .featureItemTitle a {
  color: #001c3a; }

#multiScheduleFeature .featureItemDescriptionContainer {
  background: none;
  display: block;
  max-height: 43px;
  height: 43px;
  margin: auto;
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 245px;
  bottom: auto;
  transition: all 0.3s ease 0s;
  width: 234px !important;
  overflow: hidden; }

#multiScheduleFeature #multiFeature1TextPaginationContainer {
  display: none !important; }

#multiScheduleFeature .multiFeatureWithTextPaginationPagination {
  float: left;
  font-family: "open_sansregular";
  font-size: 12px;
  color: #fff; }

#multiScheduleFeature #multiScheduleFeatureWithTextPaginationArrowRight:after {
  content: ">>"; }

#multiScheduleFeature #multiScheduleFeatureWithTextPaginationArrowLeft:after {
  content: "<<"; }

#multiScheduleFeature #multiScheduleFeatureTextPaginationContainer {
  bottom: auto-auto/2;
  left: 254px;
  position: absolute;
  z-index: 22; }

.saffireMobileSize #multiScheduleFeature #multiScheduleFeatureTextPaginationContainer {
  left: 10px; }

#multiScheduleFeature a.multiFeatureWithTextPaginationArrow {
  display: block;
  float: left;
  margin: 0 0 0 12px;
  text-decoration: none;
  color: #0f0;
  font-family: 'open_sansbold';
  font-size: 12px;
  min-width: 15px;
  min-height: 15px;
  text-decoration: none;
  background: #f00;
  padding: 0px 6px 2px;
  border-radius: 3px; }

#multiScheduleFeature .featureItemDescription {
  padding: 0 3%;
  line-height: normal;
  transition: all 0.4s ease;
  text-align: center; }

#multiScheduleFeature .featureItemDescription,
#multiScheduleFeature .featureItemDescription a {
  color: #001c3a;
  max-width: calc(100vw - $calculateLeftDistance); }

#multiScheduleFeature .featureItemDescription a {
  /* float: left;
  clear: left;
  margin-bottom: 4px;
  margin-top: 8px; */ }

#multiScheduleFeature .featureItemDescription a.button {
  clear: both;
  float: none;
  display: inline-block;
  margin: 3px 9px 0; }

#multiScheduleFeature .featureItemDescription > a:not(.button) {
  overflow: hidden; }

#multiScheduleFeature .featureItemButtonContainer {
  bottom: 10px;
  left: 0;
  position: absolute;
  width: 100%; }

/* global css */
#multiScheduleFeature.multiFeature {
  position: relative;
  /* can be set to absolute or fixed on a theme level, must not be static */ }

#multiScheduleFeature .multiFeatureContent {
  overflow: hidden;
  max-height: 100%;
  position: relative;
  max-width: 1030px;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  z-index: 10; }

#multiScheduleFeature.multiFeatureWithMultiplePages .multiFeatureContent {
  left: 0; }

#multiScheduleFeature .multiFeatureItemPanel {
  float: left; }

#multiScheduleFeature .featureItemImage {
  width: 234px;
  height: 259px;
  margin: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0; }

#multiScheduleFeature.multiFeatureWithMultiplePages .multiFeatureItemPanel {
  top: 0;
  position: absolute;
  width: 100%;
  text-align: center; }

#multiScheduleFeature.multiFeatureWithMultiplePages .multiFeatureContent {
  overflow: hidden; }

/* Set the container ID*/
/* Size the container*/
/* Size the images*/
/* Format titles*/
/* Format arrows*/
#sponsorWidgetContainer {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box; }
  #sponsorWidgetContainer .sponsorWidgetContainer {
    padding-top: 20px; }
  #sponsorWidgetContainer .sponsorCarouselImageContainer a {
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg); }
  #sponsorWidgetContainer .sponsorCarouselImage img {
    max-width: 200px;
    max-height: 120px; }
  #sponsorWidgetContainer #sponsorsTitleContainer {
    width: 100%;
    text-align: center;
    top: 4px;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg); }
    #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
      font-family: "Roboto-Medium-webfont";
      font-size: 20px;
      color: #afafaf;
      text-shadow: none; }
  #sponsorWidgetContainer #sponsorArrowRight,
  #sponsorWidgetContainer #sponsorArrowLeft {
    display: none; }

/* SOCIAL NETWORK PLUGIN */
.multiSocialWidgetTab {
  font-family: "Roboto-Medium-webfont";
  font-size: 14px; }

.saffireMobileSize .multiSocialWidgetTab {
  font-size: 11.9px; }

.multiSocialWidgetTab:hover {
  background: #fff;
  color: #082743; }

.twtr-tweet-user {
  font-size: 16px;
  margin-bottom: 15px;
  font-family: "open_sansbold"; }

.twitterFeedItem {
  margin-top: 5px;
  padding-top: 4px;
  clear: both;
  border-top: 1px solid; }

div.twitterFeedItem:nth-of-type(2) {
  border-top: none;
  margin-top: 0; }

.twitterFeedItem:last-child {
  padding-bottom: 8px; }

.twitterWidgetImageLink img {
  max-width: 60px;
  float: left;
  margin-right: 6px;
  margin-bottom: 5px; }

#instafeedContainer > a:hover {
  opacity: 0.75; }

a.multiSocialWidgetTab {
  background: #fe7e00;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  padding: 8px 11px 7px 11px; }

a.multiSocialWidgetTab.currentTab {
  background: #fff;
  color: #082743;
  text-decoration: none;
  cursor: default; }

.multiSocialWidgetContainer {
  background: #fff;
  height: 422px;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 5px;
  position: relative;
  top: 0;
  width: 320px; }

#instafeedContainer img {
  width: 45%;
  margin-right: 3%;
  margin-left: 2%; }

#multiSocialWidget {
  background: none;
  height: 477px;
  width: 330px;
  display: inline-block; }

.saffireMobileSize #multiSocialWidget {
  margin-left: auto;
  margin-right: auto; }

#facebookfeedContainer {
  overflow: hidden; }

.multiSocialWidgetContainer,
#multiSocialWidget {
  max-width: 98%; }

/* EVENTS IMAGE LIST */
/* FROM/FOR BASIC CSS */
#excitingEventsImageList {
  background: #019ff5;
  display: inline-block;
  vertical-align: top;
  width: 685px;
  min-height: 475px;
  max-width: 100%;
  opacity: 0;
  position: relative; }

#excitingEventsImageList a.buyNowText {
  display: none; }

.pageIsLoaded #excitingEventsImageList {
  opacity: 1; }

#excitingEventsImageListContentContainer {
  overflow: hidden;
  position: relative; }

#eventListForward {
  cursor: pointer; }

#eventImageListBack {
  cursor: pointer; }

#eventImageListMoreEvents a {
  cursor: pointer; }

.eventImageListPaginationIcons {
  cursor: pointer; }

/* FOR/FROM STANDARD CSS */
#eventImageListPaginationContainerContainer {
  width: 100%;
  position: absolute;
  text-align: center; }

#eventImageListPaginationIconContainer {
  display: inline-block !important; }

#eventImageListPaginationIconContainer .eventImageListPaginationIcons {
  float: left;
  margin: 0 2px; }

#eventImageListPagination {
  position: absolute;
  width: 100%;
  color: #fff; }

.eventImageListPage {
  width: 685px;
  max-height: 389px;
  overflow-x: hidden;
  overflow-y: auto; }

.eventImageListPage#eventImageListPage1 {
  display: block !important;
  width: auto !important; }

.pageIsLoaded #excitingEventsImageListContentContainer,
.pageIsLoaded .eventImageListPage {
  max-width: 100%; }
  @media screen and (max-width: 685px) {
    .pageIsLoaded #excitingEventsImageListContentContainer,
    .pageIsLoaded .eventImageListPage {
      max-width: calc(100vw - (map-get($excitingEventsImageList, image-width) + 12px) - 30px); } }

.eventImageListPage a {
  text-decoration: none; }

.eventImageListTitle {
  display: block;
  padding-right: 50px; }

#eventImageListPaginationText {
  display: block;
  position: absolute; }

#eventImageListForward {
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  cursor: pointer;
  display: block;
  height: 0;
  position: absolute;
  width: 0; }

#eventImageListBack {
  border-style: solid;
  border-width: 6px 10.4px 6px 0;
  cursor: pointer;
  height: 0;
  position: absolute;
  width: 0; }

#eventImageListMoreEvents a {
  text-decoration: none;
  cursor: pointer; }

#excitingEventsImageList .eventImageListPage a {
  text-decoration: none; }

/*#excitingEventsImageList .eventImageListPage a:not(.buyNowText):after {
	content: 'More >';
	text-decoration: underline;
	padding-left: 6px;
    color: #7e6948;
}
*/
#excitingEventsImageList .eventImageListPage a.defaultCursor:after {
  display: none; }

/* FOR THEME CSS */
#excitingEventsImageList {
  /*width:660px;
  background: none;
  height: 363px;
  padding: 0;
  position: relative;
  right:11px;
  top:320px;
  margin: 0 auto;
  left: 188px;*/ }

#excitingEventsImageList::before {
  content: "Stay in Kent";
  font-family: "bebasneue_regular-webfont";
  position: absolute;
  top: 35px;
  left: 18px;
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  z-index: 2; }

#excitingEventsImageList img {
  float: left;
  border-color: 4px solid #fff;
  max-width: 100px;
  max-height: 65px; }

#excitingEventsImageListContentContainer {
  height: auto;
  width: 100vw;
  max-width: 685px;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: -130px;
  right: 0;
  margin: auto; }

#excitingEventsImageListContentContainer .homepageh1 {
  text-align: center; }

#eventImageListPaginationContainerContainer {
  bottom: 14px;
  left: 0; }

#eventImageListPaginationIconContainer .eventImageListPaginationIcons {
  width: 35px;
  height: 11px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 3px #666;
  -moz-box-shadow: 1px 1px 3px #666;
  box-shadow: 1px 1px 3px #666; }

#eventImageListPaginationIconContainer .eventImageListPaginationIcons.currentListPage {
  background: #952e01; }

#eventImageListPagination {
  bottom: 27px;
  font-family: "Roboto-Medium-webfont";
  font-size: 20px;
  color: #fff;
  height: 20px;
  left: 15px; }
  #eventImageListPagination a {
    color: #fff; }

.eventImageListPage > div {
  padding: 9px 12px 0 18px;
  min-height: 60px;
  clear: both; }

.eventImageListTitle {
  color: #fff;
  font: 16px 'Roboto-Medium-webfont';
  text-decoration: capitalize; }

.eventImageListPage div.eventImageListHasAnchor {
  transition: 0.3s; }

.eventImageListPage div.eventImageListHasAnchor:hover .eventImageListDescription:after {
  color: #fff;
  transition: 0.3s; }

.eventImageListDescription {
  color: #333;
  line-height: 1.5em;
  padding-right: 50px; }

.eventImageListPage div.eventImageListHasAnchor .eventImageListDescription:after {
  content: "More >";
  text-decoration: underline;
  font-weight: 700;
  margin-left: 5px; }

.eventImageListTitle,
.eventImageListDescription {
  position: relative;
  display: block;
  margin-left: 112px;
  max-width: 100%; }
  @media screen and (max-width: 685px) {
    .eventImageListTitle,
    .eventImageListDescription {
      max-width: calc(100vw - (map-get($excitingEventsImageList, image-width) + 12px) - 30px); } }

#eventImageListPaginationText {
  left: 16px; }

#eventImageListForward {
  border-color: transparent transparent transparent #fff;
  left: 60px;
  top: 3px; }

#eventImageListBack {
  border-color: transparent #fff transparent transparent;
  height: 0;
  left: 0;
  top: 3px; }

#eventImageListMoreEvents a {
  text-transform: uppercase;
  color: #F5DF26;
  font-family: 'Roboto-Medium-webfont';
  font-size: 1.6em; }

#eventImageListMoreEvents {
  display: none !important;
  position: absolute;
  bottom: 24px;
  right: 0; }

.mobile-menu-container {
  background-color: #0371c9;
  background-image: url("images/mnavbg.jpg");
  background-size: cover;
  background-position: center top;
  background-position-y: 100px; }
  .mobile-menu-container .mobile-menu-header {
    background-color: #f5821f;
    border-bottom: 1px solid #222; }
  .mobile-menu-container .close-mobile-menu:before, .mobile-menu-container .close-mobile-menu:after {
    background-color: #fff; }
  .mobile-menu-container .mobile-menu-subheader {
    border-bottom: 1px solid #222; }
  .mobile-menu-container .mobile-menu-subheader,
  .mobile-menu-container .mobile-menu-subheader-btn {
    background-color: #ebeae7; }
    .mobile-menu-container .mobile-menu-subheader a, .mobile-menu-container .mobile-menu-subheader i,
    .mobile-menu-container .mobile-menu-subheader-btn a,
    .mobile-menu-container .mobile-menu-subheader-btn i {
      color: #8c8c8c; }
  .mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
  .mobile-menu-container .mobile-menu-subheader-btn:active {
    background-color: #d4d2cb; }
  .mobile-menu-container .mobile-menu-login-links a {
    font-family: "Roboto-Regular-webfont"; }
  .mobile-menu-container .cart-counter {
    font-family: "Roboto-Regular-webfont"; }
  .mobile-menu-container .search-container {
    border-bottom: 1px solid #222; }
    .mobile-menu-container .search-container input {
      font-family: "Roboto-Regular-webfont"; }
    .mobile-menu-container .search-container .search-submit-btn {
      color: #8c8c8c; }
  .mobile-menu-container .mobile-menu-ticket-btn {
    background-color: #004794;
    font-family: "Roboto-MediumItalic-webfont";
    color: #fff;
    font-size: 18px;
    border-color: #222; }
  .mobile-menu-container .mobile-menu-footer-links a {
    font-family: "Roboto-MediumItalic-webfont";
    color: #fff; }

#mobile-nav ul {
  background-color: #222; }
#mobile-nav a {
  background-color: #004794;
  font-family: "Roboto-MediumItalic-webfont";
  font-size: 18px;
  color: #fff; }
  #mobile-nav a:hover {
    background-color: #002f61; }
#mobile-nav .has-subitems span {
  background-color: #1762ad;
  color: #fff; }
  #mobile-nav .has-subitems span:hover {
    background-color: #114980; }

/* add custom theme css in this file*/
/* variables*/
body:not(.homepage) {
  background: url(images/lower-cont-bg.jpg);
  background-size: cover;
  background-attachment: fixed; }

.wrapper {
  overflow: hidden; }

#mainNavigation {
  border-bottom: 2px solid #004794; }

.header-items {
  height: auto;
  position: relative;
  top: 32px; }
  .header-items::after {
    content: "";
    display: table;
    clear: both; }
  .header-items .ticket-wrapper {
    background: #fe7e00;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    transition: 0.3s; }
    .header-items .ticket-wrapper:hover {
      background: #004794;
      transition: 0.3s; }
  .header-items .ticket {
    padding: 7px 10px 11px;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    background: none !important;
    transition: 0.3s; }
    .header-items .ticket:hover {
      padding: 7px 10px 11px;
      color: #fe7e00;
      transition: 0.3s; }
      .header-items .ticket:hover:before, .header-items .ticket:hover:after {
        background: #004794; }
    .header-items .ticket:before {
      content: "";
      display: inline-block;
      width: 10px;
      height: 32px;
      background: #fe7e00;
      opacity: 0.6;
      position: absolute;
      right: -13px;
      top: 0;
      -webkit-transform: skewX(-15deg);
      transform: skewX(-15deg);
      transition: 0.6s; }
    .header-items .ticket:after {
      content: "";
      display: inline-block;
      width: 10px;
      height: 32px;
      background: #fe7e00;
      opacity: 0.2;
      position: absolute;
      right: -26px;
      top: 0;
      -webkit-transform: skewX(-15deg);
      transform: skewX(-15deg);
      transition: 0.9s; }

.saffireLargeSize .headerInnerContent {
  background-image: url("images/header-bg.png");
  background-repeat: no-repeat;
  background-position: right 18px; }
  @media screen and (max-width: 1117px) {
    .saffireLargeSize .headerInnerContent {
      background-position: -150px 18px; } }
  .saffireLargeSize .headerInnerContent:after {
    content: "Where Parking is Always Free!";
    display: inline-block;
    position: absolute;
    bottom: 19px;
    right: 0;
    color: #fff;
    font-family: "RobotoCondensed-Italic-webfont";
    font-size: 16px;
    z-index: 9999; }
    @media screen and (max-width: 1117px) {
      .saffireLargeSize .headerInnerContent:after {
        right: 3%;
        bottom: 48px;
        color: #004794; } }
.saffireLargeSize .quickLinks .standardCartView {
  margin-left: 0; }
.saffireLargeSize .searchBox {
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .saffireLargeSize .searchBox .searchBoxSubmit {
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    background: #004794; }
  .saffireLargeSize .searchBox .searchSubmitButton {
    height: 32px;
    line-height: 32px;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    background: none !important; }
  .saffireLargeSize .searchBox .inputFieldTextbox {
    height: 25px;
    border: none;
    box-shadow: 2px 1px 4px -1px #aaa inset;
    border-radius: 0;
    border-top-left-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
    padding-left: 10px;
    font-size: 12px;
    position: relative;
    right: -6px;
    width: 140px !important; }
.saffireLargeSize .emailSignup {
  margin-right: 6px;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  background: #004794; }
  .saffireLargeSize .emailSignup .emailInputSubmit {
    z-index: 9999999;
    background: #004794;
    position: relative; }
  .saffireLargeSize .emailSignup .emailInputField {
    position: relative;
    z-index: 1; }
  .saffireLargeSize .emailSignup .emailSubmitButton {
    height: 32px;
    line-height: 32px;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    background: none !important; }
  .saffireLargeSize .emailSignup .inputFieldTextbox {
    height: 25px;
    border: none;
    box-shadow: none;
    box-shadow: 2px 1px 4px -1px #aaa inset !important;
    border-radius: 0;
    border-top-left-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
    background-position: 90% center;
    font-size: 12px;
    position: relative;
    right: -6px;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg); }
.saffireLargeSize .header-items {
  float: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto; }
  .saffireLargeSize .header-items .emailSignup .emailInputField {
    position: static;
    z-index: inherit; }
  .saffireLargeSize .header-items .emailSignup .inputFieldTextbox {
    z-index: -1;
    right: 92% !important;
    background-position: 125px center; }
  .saffireLargeSize .header-items .emailSignup:hover .inputFieldTextbox {
    z-index: -1 !important; }
  .saffireLargeSize .header-items .header-friends {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 335px;
    height: auto;
    margin-right: 8px; }
    @media screen and (max-width: 1000px) {
      .saffireLargeSize .header-items .header-friends {
        position: relative;
        left: 85px;
        transform: scale(0.5); } }
    .saffireLargeSize .header-items .header-friends a {
      display: inline-block; }
    .saffireLargeSize .header-items .header-friends a:nth-child(1) {
      width: 87px;
      height: 14px;
      background-image: url("images/header-friend3.png"); }
    .saffireLargeSize .header-items .header-friends a:nth-child(2) {
      width: 70px;
      height: 50px;
      background-image: url("images/header-friend1.png"); }
    .saffireLargeSize .header-items .header-friends a:nth-child(3) {
      width: 86px;
      height: 38px;
      background-image: url("images/header-friend2.png"); }
    .saffireLargeSize .header-items .header-friends a:nth-child(4) {
      width: 59px;
      height: 55px;
      background: url("images/logo-seattlethunder.png") center/contain no-repeat; }
  .saffireLargeSize .header-items .ticket {
    float: right; }
.saffireLargeSize #mainNavigation {
  box-sizing: border-box;
  height: 40px; }
  .saffireLargeSize #mainNavigation .groups {
    margin-left: 15px; }
  .saffireLargeSize #mainNavigation .group {
    margin-left: 40px; }
    .saffireLargeSize #mainNavigation .group:first-child {
      margin-left: 0; }
  .saffireLargeSize #mainNavigation:before {
    content: "";
    display: inline-block;
    background-image: url("images/nav-end-left.png");
    width: 49px;
    height: 40px;
    left: -49px;
    position: relative; }
  .saffireLargeSize #mainNavigation:after {
    content: "";
    display: inline-block;
    background-image: url("images/nav-end-right.png");
    width: 49px;
    height: 40px;
    right: -49px;
    top: 0;
    position: absolute; }

.saffireMobileSize .header .searchBox:before,
.saffireMobileSize .header .emailSignup:before,
.saffireMobileSize .header .nav:before {
  color: #004794; }

/* SLIDER styles ////////////////////////////////////////////////////*/
.saffireLargeSize .homepageSwiperSlider .slideshowSwiperButtonNext {
  left: auto !important;
  right: 7% !important; }
.saffireLargeSize .homepageSwiperSlider .slideshowSwiperButtonPrev {
  left: 7% !important;
  right: auto !important; }
.saffireLargeSize .homepageSwiperSlider #newSliderDescriptionContainer {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  max-width: 100%; }
  .saffireLargeSize .homepageSwiperSlider #newSliderDescriptionContainer .sliderTitle {
    margin-bottom: 6px; }
.saffireLargeSize .homepageSwiperSlider .sliderButtonContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.saffireLargeSize .homepageSwiperSlider .sliderMoreButton {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  height: 32px;
  color: #fff; }
  .saffireLargeSize .homepageSwiperSlider .sliderMoreButton:before {
    content: "";
    display: inline-block;
    width: 85px;
    height: 32px;
    background: #004794;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    position: absolute;
    left: 100px;
    z-index: -1; }
  .saffireLargeSize .homepageSwiperSlider .sliderMoreButton:hover:before {
    background: #00a7e1; }
.saffireLargeSize .homepageSwiperSlider .sliderWidgetPurchaseLink {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  height: 32px;
  color: #fff !important;
  background: #fe7e00 !important; }
  .saffireLargeSize .homepageSwiperSlider .sliderWidgetPurchaseLink:before {
    content: "";
    display: inline-block;
    width: 85px;
    height: 32px;
    background: #fe7e00;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    position: absolute;
    left: 8px;
    z-index: -1; }

@media screen and (max-width: 1023px) {
  .homepage.saffireLargeSize .slideshowSwiperDescription {
    padding: 0px 26% 0 3%;
    max-width: 576px;
    width: 80%; } }

.singleBtn:before {
  left: 50px !important; }

/* LOWER CONTAINER styles - instafeed, eventlist ////////////////////////////////////////////////////*/
.lower-container {
  box-sizing: border-box;
  min-height: 300px;
  width: 100%;
  padding: 45px;
  background-image: url("images/lower-cont-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: bottom center;
  overflow: hidden; }
  @media screen and (max-width: 1600px) {
    .lower-container {
      background-size: auto 130%; } }
  .lower-container .lower-content-wrapper {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1000px;
    max-width: 100%;
    height: auto;
    margin: auto; }
    @media screen and (max-width: 1023px) {
      .lower-container .lower-content-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .lower-container #multiSocialWidget {
    position: relative; }
  .lower-container .image-list-wrapper {
    position: relative;
    right: -90px; }
    @media screen and (max-width: 1023px) {
      .lower-container .image-list-wrapper {
        margin-top: 25px;
        right: 0; } }
    @media screen and (max-width: 767px) {
      .lower-container .image-list-wrapper {
        width: 100%; } }
    .lower-container .image-list-wrapper:after {
      content: "";
      position: absolute;
      top: 10px;
      z-index: 1;
      width: 255px;
      height: 70px;
      -webkit-transform: skewX(-15deg);
      transform: skewX(-15deg);
      background: #004794;
      top: 10px;
      left: -15px; }
  .lower-container #excitingEventsImageList {
    overflow: hidden;
    background: transparent; }
    @media screen and (max-width: 767px) {
      .lower-container #excitingEventsImageList {
        width: 100%; } }
    .lower-container #excitingEventsImageList #excitingEventsImageListContentContainer {
      -webkit-transform: skewX(-15deg);
      transform: skewX(-15deg);
      background-image: url("images/imageListBG.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
        .lower-container #excitingEventsImageList #excitingEventsImageListContentContainer {
          width: 100%;
          left: 0;
          -webkit-transform: skewX(0);
          transform: skewX(0); } }
    .lower-container #excitingEventsImageList .imageListMoreLink {
      position: absolute;
      font-size: 13px;
      color: #fff;
      font-weight: 700;
      right: 105px;
      top: 45px;
      text-transform: uppercase;
      -webkit-transform: skewX(15deg);
      transform: skewX(15deg);
      transition: 0.3s; }
      .lower-container #excitingEventsImageList .imageListMoreLink:hover {
        color: #fff;
        transition: 0.3s; }
      @media screen and (max-width: 767px) {
        .lower-container #excitingEventsImageList .imageListMoreLink {
          -webkit-transform: skewX(0);
          transform: skewX(0);
          right: 50px; } }
      .lower-container #excitingEventsImageList .imageListMoreLink span {
        text-decoration: underline; }
    .lower-container #excitingEventsImageList .eventImageListPage {
      -webkit-transform: skewX(15deg);
      transform: skewX(15deg);
      left: 75px !important;
      top: 85px; }
      @media screen and (max-width: 767px) {
        .lower-container #excitingEventsImageList .eventImageListPage {
          -webkit-transform: skewX(0);
          transform: skewX(0);
          left: 0 !important; } }

@media screen and (max-width: 550px) {
  #excitingEventsImageList img {
    float: none; }

  .eventImageListTitle, .eventImageListDescription {
    margin-left: 0;
    padding-right: 0; } }
@media screen and (max-width: 520px) {
  .lower-container #excitingEventsImageList {
    min-height: 508px; }
    .lower-container #excitingEventsImageList .imageListMoreLink {
      left: 20px;
      top: 85px; }
    .lower-container #excitingEventsImageList .eventImageListPage {
      top: 102px; } }
/* SPONSORS ////////////////////////////////////////////////////*/
.sponsor-container {
  width: 100%;
  min-height: 100px;
  background: #fe7e00; }
  @media screen and (max-width: 1149px) {
    .sponsor-container {
      background: #fff; } }
  .sponsor-container .sponsor-wrapper {
    background: #fff;
    width: 1045px;
    max-width: 100%;
    margin: auto;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg); }
    @media screen and (max-width: 1149px) {
      .sponsor-container .sponsor-wrapper {
        -webkit-transform: skewX(0);
        transform: skewX(0); }
        .sponsor-container .sponsor-wrapper #sponsorsTitleContainer,
        .sponsor-container .sponsor-wrapper .sponsorCarouselImageContainer a {
          -webkit-transform: skewX(0) !important;
          transform: skewX(0) !important; } }

/* FOOTER ////////////////////////////////////////////////////*/
.footer {
  min-height: 300px;
  width: 100%;
  padding: 124px 0 90px 0;
  background-image: url("images/footer-bg.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden; }
  .footer .footer-inner-container {
    height: 370px;
    position: relative;
    background: rgba(255, 255, 255, 0.5); }
    @media screen and (max-width: 1199px) {
      .footer .footer-inner-container {
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media screen and (max-width: 1117px) {
      .footer .footer-inner-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media screen and (max-width: 817px) {
      .footer .footer-inner-container {
        display: block;
        height: auto; } }
  .footer .footer-side {
    display: inline-block;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    width: 260px;
    height: 100%;
    margin-right: 10px;
    background-color: #005aa3;
    display: none; }
    @media screen and (max-width: 1070px) {
      .footer .footer-side {
        background-size: cover; } }
    @media screen and (max-width: 817px) {
      .footer .footer-side {
        display: block;
        height: 100px;
        min-height: 100px;
        margin-left: auto;
        margin-right: -50px;
        background-position: 20% 30%; } }
    .footer .footer-side:before {
      content: "";
      display: inline-block;
      position: absolute;
      height: 100%;
      width: 1000px;
      background: #004794;
      left: -999px; }
  .footer .footer-content-wrapper {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 100%; }
    @media screen and (max-width: 817px) {
      .footer .footer-content-wrapper {
        -webkit-transform: skewX(0);
        transform: skewX(0);
        width: 100%;
        padding-bottom: 20px; } }
    .footer .footer-content-wrapper:after {
      content: "";
      display: inline-block;
      position: absolute;
      height: 100%;
      width: 1000px;
      background: rgba(255, 255, 255, 0.5);
      right: -1000px;
      top: 0;
      z-index: -1; }
    .footer .footer-content-wrapper .footer-content {
      text-align: left; }
      @media screen and (max-width: 817px) {
        .footer .footer-content-wrapper .footer-content {
          padding: 0 20px;
          width: 600px;
          max-width: 100%;
          margin: auto;
          box-sizing: border-box; } }
  .footer .logo-address-wrapper {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 817px) {
      .footer .logo-address-wrapper {
        display: block;
        text-align: center; } }
    .footer .logo-address-wrapper .footer-logo {
      display: inline-block;
      width: 205px;
      height: 90px;
      background-image: url("images/footer-logo.png"); }
      @media screen and (max-width: 555px) {
        .footer .logo-address-wrapper .footer-logo {
          display: block;
          margin: 0 auto 20px auto; } }
    .footer .logo-address-wrapper span.seperat {
      font-size: 13px; }
    .footer .logo-address-wrapper .phone-outer {
      margin-top: 10px;
      text-align: center; }
    .footer .logo-address-wrapper .footer-address {
      display: inline-block;
      vertical-align: bottom;
      font-family: 'Roboto-Regular-webfont';
      font-size: 20px;
      text-align: left;
      line-height: 1.1;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 15px; }
      @media screen and (max-width: 555px) {
        .footer .logo-address-wrapper .footer-address {
          text-align: center;
          margin-left: 0; } }
      .footer .logo-address-wrapper .footer-address .phone {
        color: #000;
        margin-right: 10px; }
        @media screen and (max-width: 865px) {
          .footer .logo-address-wrapper .footer-address .phone {
            margin-top: 5px; } }
      .footer .logo-address-wrapper .footer-address span {
        color: #000;
        text-align: center;
        margin-top: 14px;
        padding: 0 10px 0 11px; }
        .saffireMobileSize .footer .logo-address-wrapper .footer-address span {
          display: none; }
      .footer .logo-address-wrapper .footer-address a {
        font-size: 14px; }
  .footer .footerItems2 {
    color: #000;
    max-width: 593px;
    margin: 78px auto;
    display: flex;
    vertical-align: top; }
    .footer .footerItems2 li.footerSaffire {
      padding-left: 13px;
      margin-top: -18px; }
  .footer .footerItems1 {
    margin: 19px 0 27px 0;
    justify-content: center;
    align-items: center;
    display: flex; }
    .saffireMobileSize .footer .footerItems1 {
      display: block; }
    @media screen and (max-width: 817px) {
      .footer .footerItems1 {
        margin: 25px 0 10px 0; } }
    .footer .footerItems1 .separator {
      opacity: 0; }
      @media screen and (min-width: 818px) {
        .footer .footerItems1 .separator {
          display: none; } }
    @media screen and (min-width: 818px) {
      .footer .footerItems1 .topitem {
        margin-right: 15px; } }
  .footer .footer-friends {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px; }
    @media screen and (max-width: 817px) {
      .footer .footer-friends {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 20px;
        margin: 20px 0; } }
    @media screen and (max-width: 555px) {
      .footer .footer-friends {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 300px;
        margin: 20px auto 0 auto;
        box-sizing: border-box; } }
    .footer .footer-friends a {
      display: inline-block;
      margin-right: 30px;
      background-repeat: no-repeat;
      background-position: center; }
      @media screen and (max-width: 865px) {
        .footer .footer-friends a {
          margin-right: 25px; } }
      @media screen and (max-width: 817px) {
        .footer .footer-friends a {
          margin-right: 0; } }
      @media screen and (max-width: 555px) {
        .footer .footer-friends a {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
          flex: 1 1 50%;
          margin-bottom: 25px; } }
    .footer .footer-friends a:nth-child(1) {
      width: 103px;
      height: 73px;
      background-image: url("images/footer-friend1.png"); }
    .footer .footer-friends a:nth-child(2) {
      width: 115px;
      height: 50px;
      background-image: url("images/footer-friend2.png"); }
    .footer .footer-friends a:nth-child(3) {
      width: 113px;
      height: 55px;
      background-image: url("images/footer-friend3.png"); }
    .footer .footer-friends a:nth-child(4) {
      width: 97px;
      height: 56px;
      background-image: url("images/footer-friend4.png"); }
    .footer .footer-friends a:nth-child(5) {
      width: 114px;
      height: 56px;
      background-image: url("images/kent-wa-logo.png");
      background-size: contain; }

.saffireMobileSize .footer {
  background-size: cover; }

#multiFeature1 {
  height: auto; }
  #multiFeature1 .multiFeatureContent {
    height: auto;
    position: relative; }
  #multiFeature1 .featureItemImage {
    background-size: cover;
    background-position: center; }
  #multiFeature1 .featureItemDate {
    padding: 0 3% 10px;
    min-height: 23px;
    color: #001c3a;
    font-family: 'Roboto-Regular-webfont'; }
  #multiFeature1 .featureItemDescription {
    font-family: 'Roboto-Regular-webfont';
    padding: 0 10%; }
  #multiFeature1 .button-container {
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s; }
  #multiFeature1 .featureItemDescription .button {
    font-family: 'bebasneue_regular-webfont';
    font-size: 16px;
    min-width: 74px; }
  #multiFeature1 .buy-now-tab {
    right: 7px;
    display: none; }
    #multiFeature1 .buy-now-tab span {
      -webkit-transform: skewX(15deg);
      transform: skewX(15deg);
      background: transparent;
      font-family: 'bebasneue_regular-webfont'; }
  #multiFeature1 .show-buy-tab .buy-now-tab {
    display: inline-block; }
  #multiFeature1 .featureItemDescription {
    padding-right: 0; }
    #multiFeature1 .featureItemDescription a:first-child {
      display: block;
      margin-bottom: 40px; }
    #multiFeature1 .featureItemDescription .skew-container {
      margin-bottom: 16px; }
      #multiFeature1 .featureItemDescription .skew-container a {
        margin-bottom: 0; }
  #multiFeature1 .featureItemDescriptionContainer {
    position: relative;
    top: calc(100% - 43px);
    background: rgba(0, 71, 148, 0.9);
    text-align: right;
    min-height: 259px;
    padding-right: 10%;
    left: 8%;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #multiFeature1 .featureItemDescriptionContainer::before {
      content: '';
      width: 0;
      height: 0;
      display: inline-block;
      vertical-align: top;
      position: absolute;
      left: -10px;
      border-right: 10px solid rgba(0, 71, 148, 0.9);
      border-top: 43px solid transparent;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  #multiFeature1 .featureItemImage a {
    height: 259px; }
  #multiFeature1 .featureItem {
    vertical-align: top;
    overflow: hidden;
    margin-bottom: 34px; }
    #multiFeature1 .featureItem span {
      position: relative;
      display: block;
      text-align: right; }
    #multiFeature1 .featureItem:hover .featureItemDescriptionContainer {
      left: 0;
      padding: 15px 1% 0;
      text-align: center;
      top: 0px;
      background: rgba(254, 126, 0, 0.85); }
      #multiFeature1 .featureItem:hover .featureItemDescriptionContainer::before {
        border-right: 10px solid rgba(254, 126, 0, 0.9);
        border-top: 259px solid transparent; }
    #multiFeature1 .featureItem:hover a {
      text-align: center; }
    #multiFeature1 .featureItem:hover .featureItemTitle {
      text-align: center; }
    #multiFeature1 .featureItem:hover .button-container {
      bottom: 38px;
      -webkit-transition: all 0.2s linear 0.3s;
      transition: all 0.2s linear 0.3s; }
    #multiFeature1 .featureItem:hover .featureItemDescription {
      padding: 0 10%;
      text-align: center; }
    #multiFeature1 .featureItem:hover span {
      text-align: center; }
  #multiFeature1 .all-events-btn {
    display: block; }

.subhero-container {
  text-align: center; }
  .subhero-container .skew-container {
    margin-bottom: 30px; }
    .subhero-container .skew-container a {
      -webkit-transform: skewX(15deg);
      transform: skewX(15deg);
      display: block;
      text-decoration: none;
      font-size: 20px;
      font-family: 'bebasneue_regular-webfont'; }

.emailSignup {
  text-align: center; }
  .emailSignup input {
    border: 1px solid #aaa !important;
    border-radius: 0px !important; }

.modalClose > a.modalCloseButton {
  margin-right: 10px; }

/* MULTI SCHEDULE WIDGET styles ///////////////////////////////////////////*/
.subhero-container {
  width: 100%;
  min-height: 300px;
  background: #fff url("images/subhero-bg.jpg") no-repeat;
  background-position: center;
  background-size: cover; }

.skew-container {
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  display: inline-block;
  margin: 0 8px;
  background: #004794;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }
  .skew-container.all-events-w {
    background: #fe7e00; }
  .skew-container.buy-now-tab {
    position: absolute;
    top: -30px;
    right: 0;
    background: #fe7e00; }
  .skew-container.map-go {
    margin: 0;
    padding: 8px 13px;
    background: #fe7e00; }
    .skew-container.map-go a {
      font-family: 'Roboto-Medium-webfont';
      text-decoration: none;
      text-transform: uppercase;
      display: inline-block;
      width: auto;
      min-width: 20px;
      font-size: 14px; }
  .skew-container.map-top, .skew-container.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; }
    .skew-container.map-top:hover, .skew-container.map-bottom:hover {
      background: #004794; }
    .skew-container.map-top .text-wrapper, .skew-container.map-bottom .text-wrapper {
      text-align: center;
      -webkit-transform: skewX(15deg);
      transform: skewX(15deg);
      color: #FFF;
      max-width: 338px;
      position: relative; }
      .skew-container.map-top .text-wrapper span, .skew-container.map-bottom .text-wrapper span {
        display: block; }
      .skew-container.map-top .text-wrapper .heading, .skew-container.map-bottom .text-wrapper .heading {
        font: 30px/1 'bebasneue_regular-webfont';
        text-transform: uppercase; }
      .skew-container.map-top .text-wrapper .sub-heading, .skew-container.map-bottom .text-wrapper .sub-heading {
        font: 16px/1 'RobotoCondensed-LightItalic-webfont'; }
  .skew-container.map-top {
    left: -10%; }
    .skew-container.map-top .text-wrapper {
      margin: 0 auto;
      left: 25%;
      padding: 13px 0; }
      .skew-container.map-top .text-wrapper .heading {
        font-size: 34px; }
  .skew-container.map-bottom {
    right: -13%;
    bottom: 0; }
    .skew-container.map-bottom .text-wrapper {
      margin: 0 auto;
      left: -27.5%;
      padding: 20px 0; }
  .skew-container a {
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    background: transparent;
    font-family: 'bebasneue_regular-webfont';
    min-width: 74px;
    color: #FFF; }
    .skew-container a.arrow-right {
      min-width: 20px; }
    .skew-container a.all-events-btn {
      width: auto;
      font-size: 20px;
      padding: 7px 23px; }
    .skew-container a:hover {
      background: transparent; }
  .skew-container:hover {
    background: #00a7e1; }

#multiScheduleFeature .featureItemImage {
  background-size: cover;
  background-position: center; }
#multiScheduleFeature .featureItemDate {
  padding: 0 3% 10px;
  min-height: 23px;
  color: #001c3a;
  font-family: 'Roboto-Regular-webfont'; }
#multiScheduleFeature .featureItemDescription {
  font-family: 'Roboto-Regular-webfont';
  padding: 0 10%; }
#multiScheduleFeature .button-container {
  position: relative;
  bottom: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }
#multiScheduleFeature .text-container {
  position: relative;
  top: calc(100% - 43px);
  background: rgba(254, 126, 0, 0.9);
  text-align: right;
  min-height: 259px;
  padding-right: 10%;
  left: 8%;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #multiScheduleFeature .text-container::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: -10px;
    border-right: 10px solid rgba(254, 126, 0, 0.9);
    border-top: 43px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
#multiScheduleFeature .featureItem {
  vertical-align: top;
  overflow: hidden;
  margin-bottom: 34px; }
  #multiScheduleFeature .featureItem span {
    position: relative;
    display: block;
    text-align: right; }
  #multiScheduleFeature .featureItem:hover .text-container {
    left: 0;
    padding: 15px 1% 0;
    text-align: center;
    top: 0; }
    #multiScheduleFeature .featureItem:hover .text-container::before {
      border-right: 10px solid rgba(254, 126, 0, 0.9);
      border-top: 259px solid transparent; }
  #multiScheduleFeature .featureItem:hover .button-container {
    bottom: 38px;
    -webkit-transition: all 0.2s linear 0.3s;
    transition: all 0.2s linear 0.3s; }
  #multiScheduleFeature .featureItem:hover .featureItemDescription {
    padding: 0 10%; }
  #multiScheduleFeature .featureItem:hover span {
    text-align: center; }
#multiScheduleFeature .all-events-btn {
  display: block; }

@media screen and (max-width: 540px) {
  #multiScheduleFeature .featureItem {
    width: 45%; }
  #multiScheduleFeature .featureItemImage {
    width: 100%;
    height: 100%; }
  #multiScheduleFeature .skew-container a {
    min-width: 50px; }
  #multiScheduleFeature .skew-container.buy-now-tab a {
    min-width: 74px; } }
@media screen and (max-width: 476px) {
  #multiScheduleFeature .featureItem {
    width: 90%; }
  #multiScheduleFeature .featureItemImage {
    width: 100%;
    height: 100%; }
  #multiScheduleFeature .skew-container a {
    min-width: 60px; }
  #multiScheduleFeature .skew-container.buy-now-tab {
    right: 12px; }
    #multiScheduleFeature .skew-container.buy-now-tab a {
      min-width: 74px; } }
/* GOOGLE MAP styles ///////////////////////////////////////////*/
#map {
  height: 430px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-image: url("images/map-AccessoShowareCenter.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  #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: inline-block;
  height: 32px;
  border: none;
  -webkit-appearance: none;
  box-shadow: 2px 1px 4px -1px #aaa inset;
  border-radius: 0;
  border-top-left-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
  padding-left: 10px;
  font-size: 12px;
  position: relative;
  right: -6px;
  max-width: 263px;
  width: 72%; }

#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 {
  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-MediumItalic-webfont', sans-serif;
  font-size: 24px;
  color: #1d2f42;
  margin: 6px 0 6px 15px;
  width: 50%; }

#directionsEntry hr {
  color: #e6e6e6; }

#directionsEntry {
  display: flex;
  justify-content: center;
  align-items: center; }
  #directionsEntry .group-input {
    display: block;
    width: 50%; }
  #directionsEntry .map-go {
    width: 100px;
    text-align: center;
    padding: 0 13px; }
    #directionsEntry .map-go a {
      padding: 8px 0;
      width: 100%; }

.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: 330px;
  height: 92px;
  top: 110px;
  z-index: 2;
  padding: 2px 15px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  max-width: 72%;
  color: #303030;
  text-align: left; }

#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: -19px;
  left: 3px;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.3px 17.5px 0 17.5px;
  border-color: rgba(0, 0, 0, 0.2) transparent transparent transparent; }

#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: 430px;
  -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; } }
/* MOBILE HEADER styles ///////////////////////////////////////////*/
.saffireMobileSize #customLogo {
  width: 187px; }
.saffireMobileSize .quickLinks ul .viewcart a[data-itemcount]::before {
  color: #fff; }
.saffireMobileSize .header {
  background: #FFF url("images/header-bg.png");
  background-size: cover;
  height: 89px; }
  .saffireMobileSize .header .nav, .saffireMobileSize .header .viewcart, .saffireMobileSize .header .searchBox, .saffireMobileSize .header .emailSignup {
    color: #fff; }
.saffireMobileSize .header-items {
  top: 0; }
  .saffireMobileSize .header-items::after {
    clear: none; }
  .saffireMobileSize .header-items .ticket-wrapper {
    position: absolute;
    width: auto;
    height: 32px;
    right: 29px;
    display: inline-block;
    top: 55px; }
    .saffireMobileSize .header-items .ticket-wrapper a.ticket {
      display: inline-block;
      position: static;
      color: #fff;
      font-family: "RobotoCondensed-BoldItalic-webfont";
      font-size: 20px;
      line-height: 0.8;
      text-decoration: none;
      text-transform: uppercase;
      background: #fe7e00;
      padding: 7px 10px 11px;
      height: 14px; }
.saffireMobileSize #mainNavigation {
  border-bottom: none; }
.saffireMobileSize .searchBox.clonedSearchBox {
  background: #004794; }
  .saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit::before,
  .saffireMobileSize .searchBox.clonedSearchBox .mobileSearchCloseButton {
    color: #FFF; }

/* NOTE: These styles will revieal the header logos on mobile - turned them off because it looked too busy.*/
/* .saffireMobileSize {*/
/*   .header-friends {*/
/*     position:absolute;*/
/*     right: 133px;*/
/*     top: 37px;*/
/*     display: -webkit-inline-box;*/
/*     display: -ms-inline-flexbox;*/
/*     display: inline-flex;*/
/*     -webkit-box-align: center;*/
/*     -ms-flex-align: center;*/
/*     align-items: center;*/
/*     -webkit-box-pack: justify;*/
/*     -ms-flex-pack: justify;*/
/*     justify-content: space-between;*/
/**/
/*     a:nth-child(1) {*/
/*       width: 87px;*/
/*       height: 14px;*/
/*       background-image: url("images/header-friend3.png");*/
/*     }*/
/*     a:nth-child(2) {*/
/*       width: 70px;*/
/*       height: 50px;*/
/*       background-image: url("images/header-friend1.png");*/
/*     }*/
/*     a:nth-child(3) {*/
/*       width: 86px;*/
/*       height: 38px;*/
/*       background-image: url("images/header-friend2.png");*/
/*     }*/
/*   }*/
/**/
/* }*/
/* @media screen and (max-width: 605px) {*/
/*   .saffireMobileSize {*/
/*     .header {*/
/*       height: 145px;*/
/*     }*/
/*     .header-items {*/
/*       .header-friends {*/
/*         right: 6px;*/
/*         top: 43px;*/
/*       }*/
/*       .ticket-wrapper {*/
/*         top: 108px;*/
/*       }*/
/*     }*/
/*   }*/
/* }*/
/**/
/* @media screen and (max-width: 555px) {*/
/*   .saffireMobileSize {*/
/*     #customLogo {*/
/*       top: -8px;*/
/*     }*/
/*   }*/
/* }*/
/* @media screen and (max-width: 480px) {*/
/*   .saffireMobileSize {*/
/*     #customLogo {*/
/*       top: -14px;*/
/*     }*/
/*   }*/
/* }*/
/* MOBILE NAV styles ///////////////////////////////////////////*/
.mobileNavShowing .mobileNavContainer {
  background: url(images/footer-bg.jpg);
  background-size: cover; }
  .mobileNavShowing .mobileNavContainer .mobileNavSectionTitle {
    color: rgba(0, 167, 255, 0.9);
    font-family: 'Roboto-Medium-webfont'; }
  .mobileNavShowing .mobileNavContainer .group {
    background: rgba(0, 167, 255, 0.9);
    /* -webkit-transform: skewX($skewPos);*/
    /* transform: skewX($skewPos);*/
    margin-bottom: 9px;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
    padding-left: 6px;
    box-sizing: border-box; }
    .mobileNavShowing .mobileNavContainer .group .showingNav {
      /* -webkit-transform: skewX($skewNeg);*/
      /* transform: skewX($skewNeg);*/
      background: transparent;
      border: 2px solid rgba(0, 0, 0, 0); }
    .mobileNavShowing .mobileNavContainer .group .items {
      /* -webkit-transform: skewX($skewNeg);*/
      /* transform: skewX($skewNeg);*/ }
      .mobileNavShowing .mobileNavContainer .group .items .item {
        background: rgba(0, 167, 255, 0.9);
        /* -webkit-transform: skewX($skewPos);*/
        /* transform: skewX($skewPos);*/
        margin-bottom: 9px;
        box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
        padding-left: 6px;
        box-sizing: border-box; }
  .mobileNavShowing .mobileNavContainer[data-level="0"] .items {
    display: none; }

.mobileNavHeader {
  /* background: #004794;*/
  background: rgba(0, 167, 255, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #FFF; }
  .mobileNavHeader .mobileMenuShiftedGoBack,
  .mobileNavHeader .mobileNavCloseMenu {
    color: #FFF; }

.stay-in-kent .media-container .card {
  border: none;
  box-shadow: none;
  max-width: 100%; }
.stay-in-kent .dynamicPageContainer .entityContainerColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media screen and (max-width: 629px) {
    .stay-in-kent .dynamicPageContainer .entityContainerColumn {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
.stay-in-kent .textGalleryModule {
  margin-bottom: 17px; }
.stay-in-kent .TextMediaModule {
  -webkit-box-flex: 1;
  -ms-flex: 1 30%;
  flex: 1 30%;
  min-width: 300px;
  box-sizing: border-box;
  padding: 0 1% 1%; }
  .stay-in-kent .TextMediaModule:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%; }
  @media screen and (max-width: 925px) {
    .stay-in-kent .TextMediaModule {
      -webkit-box-flex: 0;
      -ms-flex: 0 49%;
      flex: 0 49%; } }
  @media screen and (max-width: 629px) {
    .stay-in-kent .TextMediaModule {
      -webkit-box-flex: 0;
      -ms-flex: 0 80%;
      flex: 0 80%; } }
  .stay-in-kent .TextMediaModule .textGalleryPhoto a {
    position: relative;
    display: block; }
.stay-in-kent .moduleTitle {
  position: absolute;
  bottom: 4px;
  width: 100%;
  height: 42px;
  margin: 0; }
  .stay-in-kent .moduleTitle span {
    width: 91%;
    display: block;
    text-align: right;
    background: rgba(254, 126, 0, 0.9);
    line-height: 43px;
    font-family: "bebasneue_regular-webfont";
    font-size: 20px;
    position: relative;
    box-sizing: border-box;
    padding-right: 10px;
    float: right; }
    .stay-in-kent .moduleTitle span::before {
      content: '';
      width: 0;
      height: 0;
      display: inline-block;
      vertical-align: top;
      position: absolute;
      left: -10px;
      border-right: 10px solid rgba(254, 126, 0, 0.9);
      border-top: 43px solid transparent;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.saffireMobileSize.stay-in-kent .TextMediaModule .textGalleryImageContainer {
  max-width: 100% !important; }
  .saffireMobileSize.stay-in-kent .TextMediaModule .textGalleryImageContainer .largeImage {
    max-width: 100% !important; }

/*# sourceMappingURL=theme.css.map */
