/************** LOAD FONTS ******************/
/* Add Fonts Here */
@font-face {
  font-family: 'chunkfiveroman';
  src: url("fonts/chunkfive-webfont.eot");
  src: url("fonts/chunkfive-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/chunkfive-webfont.woff2") format("woff2"), url("fonts/chunkfive-webfont.woff") format("woff"), url("fonts/chunkfive-webfont.ttf") format("truetype"), url("fonts/chunkfive-webfont.svg#chunkfiveroman") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ginlines';
  src: url("fonts/fort_foundry_-_gin_lines-webfont.eot");
  src: url("fonts/fort_foundry_-_gin_lines-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/fort_foundry_-_gin_lines-webfont.woff2") format("woff2"), url("fonts/fort_foundry_-_gin_lines-webfont.woff") format("woff"), url("fonts/fort_foundry_-_gin_lines-webfont.ttf") format("truetype"), url("fonts/fort_foundry_-_gin_lines-webfont.svg#ginlines") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ginitalic';
  src: url("fonts/fort_foundry_-_gin_oblique-webfont.eot");
  src: url("fonts/fort_foundry_-_gin_oblique-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/fort_foundry_-_gin_oblique-webfont.woff2") format("woff2"), url("fonts/fort_foundry_-_gin_oblique-webfont.woff") format("woff"), url("fonts/fort_foundry_-_gin_oblique-webfont.ttf") format("truetype"), url("fonts/fort_foundry_-_gin_oblique-webfont.svg#ginitalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ginregular';
  src: url("fonts/fort_foundry_-_gin-webfont.eot");
  src: url("fonts/fort_foundry_-_gin-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/fort_foundry_-_gin-webfont.woff2") format("woff2"), url("fonts/fort_foundry_-_gin-webfont.woff") format("woff"), url("fonts/fort_foundry_-_gin-webfont.ttf") format("truetype"), url("fonts/fort_foundry_-_gin-webfont.svg#ginregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "OpenSans-Bold-webfont";
  src: url("fonts/OpenSans-Bold-webfont.woff2") format("woff2"), 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.woff2") format("woff2"), 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.woff2") format("woff2"), 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.woff2") format("woff2"), url("fonts/OpenSans-Semibold-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: url(images/bottom-container-bg.jpg) #55493d repeat fixed;
  background-size: cover;
  font: 12px/1.583em "OpenSans-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: 185px auto 60px;
  max-width: calc(1030px - 15px - 15px); }

.saffireLargeSize.homepage .content,
.homepage .content {
  margin: 145px auto;
  padding: 0;
  background: none;
  max-width: 100%; }

.ui-widget-overlay {
  background-color: black;
  opacity: 0.5; }

/*********************** STANDARD ELEMENTS ********************/
a {
  color: #484848;
  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: #133c64;
  font-weight: normal;
  font-family: "chunkfiveroman";
  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: #cde6ff; }

/************* BUTTON STYLES *********************/
a.button,
.button {
  /* |%  set font-family */
  padding: 1px 8px;
  font-size: 12px;
  line-height: 1.75em;
  text-transform: uppercase;
  border-radius: 2px;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "chunkfiveroman"; }

.inputFieldSubmit {
  border-radius: 0 2px 2px 0 !important; }

a.button,
.button,
.buttonSmall {
  background: #087899;
  background: -webkit-linear-gradient(-90deg, #087899);
  background: linear-gradient(180deg, #087899);
  color: #fff !important; }

a.button:hover,
.button:hover,
.buttonSmall:hover {
  background: #0ba6d3;
  color: #fff !important; }

a.updateButton.buttonSmall,
a.removeButton.buttonSmall,
a.cartMenuRemoveButton.button.buttonSmall {
  font-size: 0.9em; }

/***************** CONTAINERS **************************/
.subContainer,
.sidepic {
  background: #123c64;
  color: #fff;
  -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: #004351;
  color: #4d87bd; }

.subContainer h1 {
  color: #4d87bd; }

.subContainer .error {
  color: #fc0; }

.dateDisplayBar,
.dateDisplay {
  background: #484848;
  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: #004351; }

.orderhistory {
  background: #484848; }

.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: #1e63a5;
  color: #fff; }

.homepageTabs li ul,
.tabOn,
.homepageTabs > li > a:hover,
.homepageTabs .eventTabSubmenu {
  background-color: #123c64 !important; }

.homepageTabs ul.menu li:hover {
  /* |%  hover state for above dropdowns */
  background: #123c64; }

/* END TAB BACKGROUND COLORS */
.homepageTabs ul.menu a {
  /* |%  font color for tabs */
  color: #004351; }

.tab,
.tabOn {
  font-size: 12px;
  line-height: 1.2em;
  font-family: "OpenSans-Regular-webfont"; }

.homepageTabs ul.menu a {
  font-family: "OpenSans-Regular-webfont";
  font-size: 11px; }

.testSection.account table {
  color: #000; }

/******************************* TOP/GLOBAL ITEMS ************************************/
.generalmessage {
  /* |%  set font-family, background color, color, etc. */
  background: #123c64;
  -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(211, 187, 144, 0.8);
  border-bottom: 3px solid rgba(211, 187, 144, 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-color: rgba(211, 187, 144, 0.8);
  border-style: solid;
  border-width: 3px 6px;
  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-size: 3px 6px;
  border-style: solid;
  border-color: rgba(211, 187, 144, 0.8);
  z-index: 2; }

#musicPlayerDropdown {
  background: rgba(211, 187, 144, 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: #cde6ff;
  border-bottom: 1px solid #9acdff; }

.listingItem:hover {
  background: #dceeff; }

.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;
  margin-bottom: 15px; }

.footer {
  /* set the height of the footer */
  clear: both;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  background: url(images/footer-bg.png) repeat-x transparent center top/cover;
  height: auto;
  padding: 51px 0 11px; }
  .footer .info {
    text-transform: uppercase; }

.saffireMobileSize .footer {
  padding-bottom: 55px;
  background: url("images/footer-bg.png") repeat-x transparent center bottom; }

.footer a {
  color: #fff;
  text-decoration: none; }

.footer a:hover {
  text-decoration: underline; }

ul.footerItems1 {
  margin: 8px auto 8px;
  font-family: "OpenSans-Regular-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: #484848; }

.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: #993b33;
  font-family: "OpenSans-Bold-webfont";
  font-size: 13px;
  padding: 0 8px 1px; }

.header .searchBox a.button:hover,
.header .emailSignup a.button:hover {
  background: #c25147; }

.saffireLargeSize .header .searchBoxSubmit a.button {
  text-indent: -999px;
  width: 1.4em;
  position: relative;
  overflow: hidden;
  font-family: "FontAwesome";
  display: inline-block; }

.saffireLargeSize .header .searchBoxSubmit a.button:before {
  content: "\f002";
  text-indent: 0;
  font-size: 1em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto; }

.saffireLargeSize .header .emailSignup .emailInputSubmit a.button {
  text-indent: -999px;
  width: 1.4em;
  position: relative;
  overflow: hidden;
  font-family: "FontAwesome";
  display: inline-block; }

.saffireLargeSize .header .emailSignup .emailInputSubmit a:before {
  content: "\f003";
  text-indent: 0;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto; }

.header input.textbox {
  min-height: 13px; }

.header {
  /* |%  need to set height and width if not 100% */
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 215px;
  background: transparent url(images/header-bg.png) repeat-x top center/auto; }

@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: 215px;
  max-width: 1065px;
  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: 150px;
  position: absolute;
  left: -15px;
  right: auto;
  top: 15px;
  bottom: auto;
  width: 260px;
  background-size: contain; }

@media screen and (max-width: 1095px) {
  .saffireLargeSize #customLogo {
    left: 0; } }

.saffireMobileSize #customLogo {
  width: 104px;
  top: 0; }

/* MAIN NAVIGATION */
.saffireLargeSize .nav {
  height: 44px;
  padding: 0;
  background: none;
  clear: both;
  width: 100%;
  z-index: 5002 !important;
  top: 85px;
  position: absolute; }

.saffireLargeSize .nav:hover {
  z-index: 5002 !important; }

.saffireLargeSize .nav .groups {
  position: absolute;
  height: 44px;
  max-height: 50px;
  bottom: 0;
  margin: auto;
  right: 0;
  position: absolute;
  right: 0;
  left: auto;
  top: 85px;
  bottom: auto;
  bottom: auto;
  top: 0; }

.saffireLargeSize .nav .groups .group {
  margin: 0 0 0 5px;
  padding: 4px 9px 5px; }

.saffireLargeSize .nav .groups .group a,
.saffireLargeSize .navDummyLink {
  font-size: 26px;
  font-family: "ginregular";
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }

@media screen and (max-width: 1030px) {
  .saffireLargeSize .nav .groups .group a,
  .saffireLargeSize .navDummyLink {
    font-size: 20.8px; } }
.saffireLargeSize .nav .groups .group a:hover,
.saffireLargeSize .nav .groups .group:hover a,
.saffireLargeSize .nav .groups .group:hover {
  color: #fff;
  background: #0c5370;
  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: #0c5370;
  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 "OpenSans-Regular-webfont", Arial, Helvetica, sans-serif; }

.saffireLargeSize .nav .items .item a:hover {
  color: #e0e0e0;
  background: #127ca7; }

.saffireLargeSize .nav .group:last-child .items {
  left: auto;
  right: 0; }

.saffireLargeSize .nav .group:last-child .subitems {
  left: auto;
  right: 100%; }

/* TOP LINKS */
.saffireLargeSize .quickLinks {
  position: relative;
  right: -495px;
  left: auto;
  top: 6px;
  bottom: auto;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  width: auto;
  max-width: 375px; }

.saffireLargeSize .quickLinks ul li > a:hover,
.saffireLargeSize .quickLinks ul li.standardLoginStatus a:hover,
.saffireLargeSize .quickLinks ul li.standardMyAccount a:hover,
.saffireLargeSize a.cartMenuLink:hover {
  /* |%  hover color for quick links */
  color: #e0e0e0; }

.saffireLargeSize .quickLinks,
.saffireLargeSize .quickLinks ul li,
.saffireLargeSize .quickLinks ul li > a,
.saffireLargeSize .quickLinks ul li.standardLoginStatus a,
.saffireLargeSize .quickLinks ul li.standardMyAccount a,
.saffireLargeSize a.cartMenuLink {
  font-size: 15px;
  line-height: normal;
  color: #fff;
  font-family: "OpenSans-Bold-webfont"; }

.saffireLargeSize .quickLinks ul li > a.ticket,
.saffireLargeSize .ticket,
.saffireLargeSize .ticket:hover {
  display: inline-block;
  position: relative;
  right: 0;
  left: auto;
  top: -17px;
  bottom: auto;
  color: #004f86;
  padding-left: 0;
  font-family: "OpenSans-Bold-webfont";
  font-size: 0px;
  text-decoration: none;
  text-transform: uppercase;
  background: url(images/tickets.png) no-repeat 0 0 transparent;
  width: 155px;
  height: 101px;
  text-align: center;
  z-index: 999;
  float: right;
  padding: 8px 10px;
  width: 135px;
  height: 83px; }

.saffireLargeSize .ticket:hover {
  background: url(images/tickets.png) no-repeat 0 bottom transparent; }

.saffireMobileSize a.ticket,
.saffireMobileSize a.ticket:hover {
  border-radius: 1px;
  height: auto;
  left: auto;
  overflow: hidden;
  padding: 4px 5px;
  position: absolute;
  right: 7px;
  text-decoration: none;
  text-indent: 0;
  top: 6px;
  white-space: nowrap;
  width: auto;
  /* line-height: normal !important;
  font-size: 24px !important; */
  background: #993b33;
  color: #fff;
  font-family: "chunkfiveroman";
  font-size: 22px;
  right: 225px; }

.saffireLargeSize .viewcart {
  position: relative;
  z-index: 2000000; }

.cartNavItemSection.cartNavItemSectionProductDetails {
  border-bottom-color: #fff; }

.saffireLargeSize #svgViewCartIcon {
  display: none; }

.saffireLargeSize .quickLinks ul .viewcart a {
  font-family: "OpenSans-Bold-webfont";
  font-size: 15px;
  text-transform: none;
  color: #fff;
   /*  @if map-get($quickLinks, icon-cart) {
    	color: map-get($headerInputs, font-color);

    } */
  text-decoration: none; }

.saffireLargeSize #svgViewCartIcon path {
  fill: #fff; }

/* EMAIL & SEARCH BOXES */
.saffireLargeSize .header .emailSignup {
  position: absolute;
  right: 155px;
  left: auto;
  top: 7px;
  bottom: auto;
  width: auto;
  z-index: 9;
  font-size: 2em; }

.quickLinks ul {
  z-index: auto; }

.saffireLargeSize .header .emailSignup .emailInputField input {
  width: 0;
  padding: 0;
  position: absolute;
  right: 100%;
  top: 0px;
  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: 1px !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: #993b33; }

.searchBox input,
.emailSignup .textbox {
  border-radius: 0;
  top: 0;
  border-right: none;
  height: 13px;
  min-height: 23px;
  max-width: 145px; }

.saffireLargeSize .header .searchBox {
  position: absolute;
  right: 202px;
  left: auto;
  top: 7px;
  bottom: auto;
  z-index: 9;
  font-size: 1em; }

.quickLinks ul,
.saffireLargeSize .header .searchBox,
.saffireLargeSize .header .emailSignup {
  z-index: auto; }

.saffireLargeSize .header .searchBox .searchBoxInput input {
  width: 0;
  padding: 0;
  max-height: 23px;
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  transition: all 0.3s ease;
  border-width: 0;
  box-shadow: -2px 0 3px #000; }

.saffireLargeSize .header .searchBox:hover .searchBoxInput input,
.saffireLargeSize .header .searchBox .searchBoxInput input:focus {
  width: 125px;
  padding-right: 15px;
  padding-left: 5px;
  z-index: 2000001; }

.saffireLargeSize .header .searchBox .searchBoxSubmit a {
  border-radius: 1px !important; }

.saffireLargeSize .header .searchBox:hover .searchBoxSubmit a {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.saffireLargeSize .header .searchBox .searchBoxSubmit a.button:hover {
  background: #993b33; }

/* WEATHER BUG */
#weatherBugWidget {
  color: #fff;
  white-space: nowrap;
  position: absolute;
  left: 380px;
  right: auto;
  top: 0px;
  bottom: auto;
  visibility: hidden;
  font-family: 'OpenSans-Bold-webfont';
  font-size: 15px;
  background: transparent;
  display: inline-block;
  padding: 6px 7px 8px;
  z-index: 9999; }

.weatherDescriptive {
  display: none !important; }

.saffireMobileSize #weatherBugWidget {
  display: block !important; }

#weatherBugText {
  display: none; }

#weatherBugImage {
  top: 3px; }

#weatherBugShortDescription {
  display: inline; }

/******************************************************
*                                                     *
*                                                     *
*    DO NOT CHANGE ITEMS BELOW THIS SECTION!!!!       *
*                                                     *
*                                                     *
******************************************************/
/* DON'T CHANGE THIS STUFF! */
.saffireMobileSize #siteInfoBannerWidget {
  background: transparent url("images/countdown-bg.png") no-repeat scroll center center;
  left: 0;
  padding: 3px 0;
  right: 0 !important;
  top: 49px;
  text-align: center;
  bottom: auto;
  z-index: 99;
  min-height: 110px; }

.saffireMobileSize #siteInfoBannerWidget #eventName {
  clear: left;
  float: none;
  padding-left: 0; }

/* DATES BANNER */
.saffireLargeSize #widgetBanner {
  position: absolute;
  width: 1030px;
  max-width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0; }

#siteInfoBannerWidget {
  color: #fff;
  font-size: 16px;
  font-family: "chunkfiveroman";
  background: transparent;
  background: -webkit-linear-gradient(-90deg, transparent url(images/countdown-bg.png) no-repeat center center/auto);
  background: linear-gradient(180deg, transparent url(images/countdown-bg.png) no-repeat center center/auto); }

.saffireLargeSize #siteInfoBannerWidget {
  background: transparent url(images/countdown-bg.png) no-repeat center center/auto;
  right: 0;
  position: absolute;
  text-align: center;
  padding: 13px 9px 5px;
  height: auto;
  top: 183px;
  min-width: 405px;
  z-index: -9;
  min-height: 115px; }

@media screen and (max-width: 443px) {
  .saffireLargeSize #siteInfoBannerWidget {
    max-width: calc(100% - (9px * 2));
    min-width: 0;
    width: calc(100vw - 9px - 9px); } }
.saffireMobileSize.siteInfoBannerOn #widgetBanner {
  top: 0;
  position: absolute;
  bottom: auto;
  height: auto;
  clear: both; }

#siteInfoBannerWidget #eventDates {
  font-size: 18px;
  font-family: "chunkfiveroman";
  color: #fff;
  text-transform: uppercase; }

.saffireMobileSize #siteInfoBannerWidget #eventDates {
  font-size: 14.4px;
  display: block;
  color: #fff; }

.saffireMobileSize.siteInfoBannerOn .header {
  padding-bottom: auto; }

.saffireMobileSize #siteInfoBannerWidget #eventName {
  display: inline-block;
  color: inherit;
  color: #fff; }

#siteInfoBannerWidget #eventName {
  text-transform: uppercase; }

.countdownDays {
  text-align: center;
  color: #ccb285;
  display: block;
  font-family: "chunkfiveroman";
  font-size: 40px;
  width: 50%;
  margin: 0px auto;
  line-height: 46px; }

.saffireMobileSize .countdownDays {
  margin: 5px auto;
  width: 100%;
  line-height: 32px;
  display: block;
  color: #ccb285 !important;
  /*@if not map-get($countdownText, mobile-color) == false {
      color: map-get($countdownText, mobile-color);
  }*/ }

.datePast .countdownDays {
  color: #fff;
  font-size: 18px;
  font-family: "chunkfiveroman";
  display: block; }

.datePast.noThankYouMessage #siteInfoBannerWidget {
  display: none !important; }

.saffireMobileSize #siteInfoBannerWidget {
  left: 0;
  /* position: relative; */
  color: #fff; }

.siteInfoBannerOn #siteInfoBannerWidget {
  font-size: 16px; }

body:not(.homepage) #siteInfoBannerWidget {
  display: none !important; }

/******************************************************
*                                                     *
*                                                     *
*    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: "OpenSans-Bold-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: 5px 3% 5px 3%;
  width: 94%;
  top: auto;
  background: #8a231a;
  max-height: 70px;
  height: 70px; }

.homepage.saffireLargeSize #newSliderDescriptionContainer:hover .slideshowSwiperDescription {
  max-height: 525px;
  transition: max-height 0.4s ease 0; }

#newSliderDescriptionContainer {
  background: #8a231a;
  background: none; }

.saffireLargeSize #newSliderDescriptionContainer {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  bottom: 0;
  top: auto;
  width: 100%;
  /*max-width: calc(100% - 30px - 30px);
  height: map-get($slideshowDescription, height);*/
  z-index: 2; }

.saffireMobileSize #newSliderDescriptionContainer {
  top: 100%;
  z-index: 2;
  position: relative;
  height: 120px;
  background: #8a231a; }

.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: 645) {
  .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);
    } */ } }
.homepage .slideshowSwiperDescription .sliderTextDescription {
  opacity: 1 !important;
  transition: opacity 0.1s linear;
  width: 83%;
  margin-top: 0;
  padding: 0px 15px;
  max-height: 42px !important;
  overflow: hidden; }

.saffireMobileSize.homepage .sliderTextDescription {
  opacity: 1 !important;
  font-size: 12px;
  line-height: 1.3; }

.homepage .slideshowSwiperDescription:hover .sliderTextDescription {
  opacity: 1;
  transition: opacity 0.1s linear 0.5s; }

.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;
  right: 0px;
  font-size: 14px; }

.homepage .slideshowSwiperButtonPrev {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(14px / 2) 6px calc(14px / 2) 0;
  border-color: transparent #be914f transparent transparent;
  cursor: pointer;
  position: absolute;
  top: 91%;
  right: 0;
  left: -619px;
  /* @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: 645px) {
    .homepage .slideshowSwiperButtonPrev {
      left: 0;
      right: auto;
      top: 74.06977vw; } }

.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;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(14px / 2) 0 calc(14px / 2) 6px;
  border-color: transparent transparent transparent #be914f;
  cursor: pointer;
  position: absolute;
  top: 91%;
  left: 0;
  right: -619px;
  /* @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: 645px) {
    .homepage .slideshowSwiperButtonNext {
      right: 0;
      left: auto;
      top: 74.06977vw; } }

.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;
  } */ }

.saffireMobileSize.homepage .slideshowSwiperButtonNext,
.saffireMobileSize.homepage .slideshowSwiperButtonPrev {
  display: none !important; }

.homepage .swiper-container:hover .slideshowSwiperDescription {
  max-height: 525px; }

.homepage .sliderTextDescription {
  color: #fff;
  display: block;
  padding-bottom: 1em;
  line-height: 1.2em; }

.homepage.saffireLargeSize .sliderButtonContainer {
  position: absolute;
  right: 0px;
  left: auto;
  top: 12px;
  bottom: auto;
  text-align: left;
  width: 100%;
  z-index: 0;
  display: table;
  -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: 110%;
  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: 100px; }

.homepage .sliderButtonContainer a.button {
  border-radius: 0px !important;
  display: inline-block;
  font-family: "chunkfiveroman";
  font-size: 11px;
  color: #fff !important;
  background: #087899;
  background: -webkit-linear-gradient(-90deg, #087899);
  background: linear-gradient(180deg, #087899);
  padding: 2px 9px;
  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: #0ba6d3; }

.homepage .slideshowSwiperPagination {
  display: inline-block; }

.homepage .sliderPlayPauseButtons {
  display: inline-block; }

.homepage .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  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: #002e47; }

.homepage .sliderPlayPause {
  display: inline-block;
  cursor: pointer;
  width: 10px;
  height: 10px;
  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: #fff;
  font-family: "chunkfiveroman";
  font-size: 26px;
  text-transform: uppercase;
  line-height: normal;
  overflow: hidden;
  height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative; }

.homepage.saffireLargeSize .sliderTitle {
  max-width: calc(100% - 30px);
  width: 81%;
  top: 0;
  padding: 0px 15px; }

.homepage.saffireMobileSize .sliderTitle {
  font-size: 20.8px;
  padding: 0;
  height: auto; }

.homepage a.button.sliderMoreButton,
.homepage a.button.sliderWidgetPurchaseLink {
                                             /*
	margin-left: 10px;
    margin-bottom: 7px; */
  margin: 2px 0px;
  font-size: 11px; }

.homepage .currentSlideDescription .slideshowSwiperDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  display: block; }

.saffireMobileSize.homepage .swiper-container:hover .slideshowSwiperDescription,
.saffireMobileSize.homepage .slideshowSwiperDescription {
  	/* position: absolute;
  	bottom: -120px;
  	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;
  max-width: 645px;
  height: 525px;
  width: 100%;
  box-sizing: border-box; }

.saffireMobileSize.homepage .swiper-container {
  /* background: #FFF; */ }

.homepage .swiper-slide {
  /* Specify Slides's Size: */
  width: 645px;
  height: 525px;
  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; }

.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: 645px) {
  .homepage .slideshowControlsContainer {
    left: 10px;
    float: left; } }
@media screen and (max-width: 550px) {
  .slideshowControlsContainer {
    display: none; } }
.homepageSwiperSlider {
  position: relative; }

.saffireLargeSize .homepageSwiperSlider {
  max-width: 645px;
  width: 100%; }

.saffireMobileSize.homepage .homepageSwiperSlider {
  margin-bottom: 15px; }

.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: 103%;
  bottom: auto;
  text-align: left;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 90px;
    /*@media screen and (max-width: 645px){
    	@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((81.39535vw * (bottom * 0.01) + 65px) - 81.39535vw);
	    	}
    	}
    }*/ }

.homepage.saffireMobileSize .sliderControlsContainer {
  display: none; }

@media screen and (max-width: 450px) {
  .homepage.saffireMobileSize .sliderControlsContainer {
    display: none !important; } }
.swiper-container {
  width: 100%;
  max-width: 645px;
  height: 525px; }

.homepage.saffireLargeSize .swiper-container {
  border: 10px solid #d7c08e;
  border-radius: 0px; }

.swiper-slide {
  /* Specify Slides's Size: */
  width: 100%;
  max-width: 645px;
  height: 525px;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

@media screen and (max-width: 645px) {
  .homepage .swiper-slide,
  .homepage .swiper-container {
    height: 81.39535vw !important; } }
@media screen and (max-width: 645) {
  .homepage .slideshowSwiperButtonPrev {
    left: 2%;
    right: auto; }

  .homepage .slideshowSwiperButtonNext {
    right: 1%;
    left: auto; } }
/* EVENT SCHEDULE */
#eventScheduleWidgetWrapper {
  position: relative;
  margin-top: 30px;
  max-width: 100%;
  width: 645px;
  box-sizing: border-box; }

#eventScheduleWidget {
  background: transparent url(images/event-bg.png) no-repeat center top/auto;
  display: inline-block;
  height: 269px;
  padding-top: 10px;
  position: relative;
  right: 0;
  /* min-width: map-get($eventScheduleLayout, width); */
  width: 645px;
  z-index: 34;
  top: -3px; }

.eventScheduleWidgetItemImage {
  display: none;
  padding: 0 30px 20px 0;
  float: left;
  width: 75px;
  height: 60px;
  text-align: center; }

.eventScheduleWidgetItemImage img {
  max-width: 75px;
  max-height: 60px; }

.eventScheduleDummyImageLink {
  background: url(images/flag2.jpg) no-repeat;
  background-size: contain;
  display: block;
  width: 75px;
  height: 60px; }

.eventScheduleWidgetTitle {
  background: #087899 url("images/event-border.png") no-repeat scroll center center;
  padding: 7px 0px;
  color: #fff;
  font-family: "chunkfiveroman";
  font-size: 29px;
  text-transform: uppercase;
  line-height: normal;
  text-align: center; }

.eventScheduleWidgetItemDate {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  font-family: "OpenSans-Bold-webfont";
  margin: 2px 0px; }

.eventScheduleWidgetItemText {
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-family: "OpenSans-Bold-webfont"; }

.eventScheduleWidgetItemTitle {
  font-family: "chunkfiveroman";
  font-size: 18px;
  color: #20120a;
  overflow: hidden;
  display: block;
  width: 300px;
  margin: 0px auto; }

.eventScheduleWidgetItem {
  overflow: hidden;
  clear: both;
  color: #20120a;
  padding-top: 5px;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: calc(100vw - 32px - 32px); }

.eventScheduleWidgetItem:hover {
  text-shadow: 0 0 4px rgba(32, 18, 10, 0.6); }

.eventScheduleWidgetItem a {
  color: #20120a; }

strong.customEventSliderMore {
  font-family: "chunkfiveroman";
  font-size: 12px;
  padding-left: 5px;
  font-weight: normal; }

.eventScheduleWidgetItemDescription,
.eventScheduleWidgetItemDescription a {
  font-size: 14px;
  font-family: "OpenSans-Bold-webfont";
  color: #20120a;
  display: none !important; }

.eventScheduleWidgetMultiPage .eventScheduleWidgetItemDescription,
.eventScheduleWidgetMultiPage .eventScheduleWidgetPage {
  display: block; }

.eventScheduleWidgetPage {
  display: block;
  width: 516px;
  padding-left: 65px;
  padding-right: 52px; }

.eventScheduleWidgetMultiPage .eventScheduleWidgetPage {
  max-height: 338px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 4px;
  right: 0px; }

.eventScheduleWidgetMultiPage {
  overflow: hidden; }

.eventScheduleWidgetPage1 {
  display: block; }

#eventScheduleWidgetForward {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: calc(7% + 8px + 55px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(11px / 2) 0 calc(11px / 2) 8px;
  border-color: transparent transparent transparent #fff; }

#eventScheduleWidgetBack {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 7%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(11px / 2) 8px calc(11px / 2) 0;
  border-color: transparent #fff transparent transparent; }

#eventScheduleWidgetPaginationContainer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  height: 42px;
  color: #fff;
  text-align: center;
  display: none; }

#eventScheduleWidgetTextPagination {
  color: #fff;
  font-family: "OpenSans-Bold-webfont";
  font-size: 12px;
  position: absolute;
  left: calc(7% + 8px);
  width: 55px;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 1.3em; }

@media screen and (max-width: 1085px) {
  #eventScheduleWidgetContainer {
    margin-top: 3em;
    position: relative; } }
.saffireMobileSize #eventScheduleWidgetContainer {
  margin-top: 5px; }

.saffireMobileSize #eventScheduleWidget {
  margin: 0 auto;
  left: 0;
  right: 0;
  display: block; }

.eventScheduleMoreButtonContainer {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 17px;
  background: #dc9100;
  width: 66px;
  margin: 0px auto;
  text-align: center;
  padding: 5px;
  text-transform: uppercase; }

.eventScheduleMoreButtonContainer a {
  color: #fff;
  font-size: 14px;
  font-family: "OpenSans-Bold-webfont"; }

.eventScheduleMoreButtonContainer a:before {
  content: "More >"; }

@media screen and (max-width: 659px) {
  .sponsor-div #eventScheduleWidgetWrapper::before {
    width: 24vw;
    background-size: contain; }
  .sponsor-div #eventScheduleWidgetWrapper .eventScheduleMoreButtonContainer {
    top: auto; }
  .sponsor-div #eventScheduleWidgetWrapper .eventScheduleWidgetPage {
    padding: 0; }
  .sponsor-div #eventScheduleWidgetWrapper .eventScheduleWidgetItem {
    max-width: 100%; } }
/* EVENT SLIDES */
#excitingEventsSlides {
  text-align: center;
  width: 390px;
  background: transparent url("images/event-slider-bg.png") no-repeat center center/auto;
  height: 260px;
  padding: 0;
  position: relative;
  float: left; }

#excitingEventsSlides .homepageh1 {
  position: absolute;
  text-align: center;
  width: 92%;
  top: 4px;
  left: 4%;
  text-shadow: none;
  color: #fff;
  font-family: 'chunkfiveroman';
  font-size: 30px;
  text-transform: uppercase;
  height: 30px;
  overflow: hidden; }

#excitingEventsSlides .slideshowTitle {
  color: #20120a;
  display: block;
  font-family: "chunkfiveroman";
  font-size: 18px;
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  padding: 0;
  width: 222px;
  box-sizing: border-box; }

#excitingEventsSlides .slideshowDescription {
  text-align: center;
  font-size: 13px;
  display: inline-block !important;
  color: #20120a;
  width: 222px;
  box-sizing: border-box;
  padding: 0 14px;
  font-family: 'chunkfiveroman';
  text-transform: uppercase; }

#excitingEventsSlider {
  min-width: 360px !important;
  height: 330px; }

#excitingEventsSlider .slideshowMoreButton.button {
  display: none; }

#excitingEventsSlider img {
  max-width: 130px;
  max-height: 130px;
  float: left;
  margin-left: 8px; }

#excitingEventsSlides .anythingSlider {
  top: 60px;
  overflow: visible !important;
  max-height: 180px;
  min-width: 360px; }

#excitingEventsSlides .anythingWindow {
  max-height: 330px;
  top: 20px; }

#excitingEventsSlides .anythingControls {
  bottom: 20px;
  padding-top: 2px;
  right: 0;
  width: 222px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  overflow: hidden;
  max-height: 15px;
  text-align: center; }

#excitingEventsSlides ul.thumbNav {
  width: auto;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  max-height: 15px;
  overflow: hidden;
  float: none; }

#excitingEventsSlides ul.thumbNav li {
  display: inline-block;
  float: left;
  margin-right: 3px; }

#excitingEventsSlides ul.thumbNav li a {
  background: #fff;
  height: 10px;
  width: 10px;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*box-shadow:inset 1px 1px 2px #000;*/
  display: block;
  margin: 0; }

#excitingEventsSlides ul.thumbNav li a.cur {
  background: #8a231a; }

#excitingEventsSlides .start-stop {
  top: -4px;
  position: relative;
  display: inline-block !important; }

a.excitingEventsSlidesMusicButton.button {
  position: absolute;
  top: 280px;
  left: 0; }

#excitingEventsSlider .slideshowItem.panel {
  max-height: 130px; }

/******************************************************
*                                                     *
*                                                     *
*    DO NOT CHANGE ITEMS BELOW THIS SECTION!!!!       *
*                                                     *
*                                                     *
******************************************************/
/* QUICK VOTE */
#quickVoteWidget {
  font-family: "chunkfiveroman";
  font-size: 13px;
  background: url(images/quick-vote-bg.png) no-repeat center center;
  width: 390px;
  min-height: 255px;
  padding: 0px;
  margin: 16px 0 0 0px;
  position: relative;
  display: block;
  color: #fff;
  float: left; }

@media screen and (max-width: 1023px) {
  #quickVoteWidget {
    float: none;
    clear: both;
    display: block;
    margin: 0px auto;
    padding: 15px 0px; } }
#quickVoteWidget .homepageh1 {
  /* position:absolute;
  top: -18px; */
  margin: 15px 0;
  background: transparent url(images/quick-vote-border.png) no-repeat center center/auto;
  text-transform: Uppercase;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-family: "chunkfiveroman";
  text-shadow: none; }

.quickVoteAnswer {
  background: rgba(220, 145, 0, 0.9) none repeat scroll 0 0;
  font-family: "OpenSans-Bold-webfont";
  font-size: 12px;
  height: 20px;
  margin: 7px auto;
  text-align: center;
  width: 320px;
  padding: 0px 5px; }

.quickVotePercentage {
  float: right;
  left: 0; }

.quickVoteAnswer .color3 {
  background: #064c61; }

#quickVoteGetResultsDiv {
  display: none; }

a.voted {
  color: #313131; }

.quickVoteVote.notVoted,
a.quickVoteVote.notVoted {
  color: #fff !important;
  font-family: "OpenSans-Bold-webfont";
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  width: 100%;
  position: absolute;
  opacity: 0; }

.quickVoteItems {
  margin-top: 9px; }

.notVoted {
  border-radius: 0px; }

#quickVoteWidget .topLeft {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  max-width: 350px;
  margin: 0px auto; }

/* 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;
  background: transparent url("images/sponsor-bg.png") no-repeat scroll center top/cover;
  box-sizing: border-box;
  margin-top: 26px;
  padding: 18px; }
  #sponsorWidgetContainer .sponsorWidgetContainer {
    padding-top: 50px;
    margin: auto;
    width: 95%; }
  #sponsorWidgetContainer .sponsorCarouselImage {
    position: relative;
    background: #fff;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 10px; }
  #sponsorWidgetContainer .sponsorCarouselImage img {
    max-width: 100%;
    width: 95px;
    max-height: 100%; }
  #sponsorWidgetContainer #sponsorsTitleContainer {
    width: 95%;
    text-align: center;
    top: 0; }
    #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
      background: transparent url("images/sponsor-border.png") no-repeat scroll center center;
      font-family: "chunkfiveroman";
      font-size: 30px;
      color: #fff;
      text-shadow: none; }
  #sponsorWidgetContainer #sponsorArrowRight {
    right: 10px;
    top: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    #sponsorWidgetContainer #sponsorArrowRight span {
      border-width: 7px 0 7px 9px;
      border-color: transparent transparent transparent #fff; }
  #sponsorWidgetContainer #sponsorArrowLeft {
    left: 10px;
    top: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    #sponsorWidgetContainer #sponsorArrowLeft span {
      border-width: 7px 9px 7px 0;
      border-color: transparent #fff transparent transparent; }

/* SOCIAL NETWORK PLUGIN */
.multiSocialWidgetTab {
  font-family: "chunkfiveroman";
  font-size: 13px; }

.saffireMobileSize .multiSocialWidgetTab {
  font-size: 11.05px; }

.multiSocialWidgetTab:hover {
  background: #dc9100;
  color: #fff; }

.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: rgba(220, 198, 149, 0.5);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 7px 16px;
  margin: 0px 2px 0px 0px; }

a.multiSocialWidgetTab.currentTab {
  background: #dc9100;
  color: #fff;
  text-decoration: none;
  cursor: default; }

.multiSocialWidgetContainer {
  background: #fff;
  height: 498px;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 5px;
  position: relative;
  top: 0;
  width: 380px; }

#instafeedContainer img {
  width: 45%;
  margin-right: 3%;
  margin-left: 2%; }

#multiSocialWidget {
  background: none;
  height: 553px;
  width: 390px; }

.saffireMobileSize #multiSocialWidget {
  margin-left: auto;
  margin-right: auto; }

#facebookfeedContainer {
  overflow: hidden; }

.multiSocialWidgetContainer,
#multiSocialWidget {
  max-width: 98%; }

#rotatingContentWidget {
  height: 85px;
  width: 100%;
  position: relative;
  display: block;
  max-width: 837px;
  padding: 0;
  text-align: center; }

.rotatingContentWidgetItemContainer {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0; }
  .rotatingContentWidgetItemContainer img {
    box-sizing: border-box;
    max-width: 837px;
    max-height: 85px; }

#videoSection {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5%; }

#videoWidget {
  width: 600px;
  height: 334px;
  position: relative;
  text-align: center;
  max-width: 100%; }
  #videoWidget .video-loading {
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 10px solid rgba(255, 255, 255, 0.2);
    border-top-color: #FFF;
    animation: spin 1s infinite linear;
    z-index: 0;
    position: relative;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: calc(50% - 40px); }

#videoWidget iframe {
  position: relative;
  width: 600px;
  height: 334px;
  z-index: 1;
  border: none !important; }

@media screen and (max-width: 1045px) {
  .homepage #videoSection {
    display: block;
    margin: 3em auto 0; }
  .homepage #videoWidget {
    margin: 0 auto; }
    .homepage #videoWidget iframe {
      max-width: 100%;
      position: absolute;
      left: 0; } }
@media screen and (max-width: 400px) {
  .homepage #videoSection {
    margin: 0 auto; }
  .homepage #videoWidget {
    border: none;
    width: 100%; }
    .homepage #videoWidget iframe {
      width: 100%; } }
@keyframes spin {
  100% {
    transform: rotate(360deg); } }
.slider-section {
  margin: 0px;
  width: 100%;
  display: flex; }

.slider-container {
  margin: 0px auto;
  width: 1065px; }

.sponsor-section {
  display: flex; }

.saffireLargeSize .homepageSwiperSlider {
  float: left; }

.quick-div {
  float: left;
  width: 390px;
  height: 460px;
  margin-left: 30px;
  background: transparent; }

.sponser-container {
  width: 1065px;
  margin: 0px auto; }

.sponsor-div {
  float: left;
  height: 540px;
  width: 645px;
  margin: 25px 0px; }

.social-feed {
  float: left;
  margin-left: 30px;
  width: 390px;
  margin-top: 50px; }

.homepage a.button.sliderMoreButton {
  clear: both;
  position: relative;
  top: 28px;
  right: -10px; }

.homepage a.button.sliderWidgetPurchaseLink {
  position: relative;
  top: -27px; }

.footer .info {
  font-size: 20px;
  margin: 5px 0px;
  font-family: 'chunkfiveroman'; }

.footer .footerLogo {
  background: transparent url(images/footer-logo.png) no-repeat center center/auto;
  height: 129px;
  width: 211px;
  margin: 0px auto;
  position: relative;
  top: 6px; }

#eventScheduleWidgetWrapper:before {
  background: transparent url("images/guitar-img.png") no-repeat scroll left center;
  content: "";
  display: block;
  height: 380px;
  position: absolute;
  width: 200px;
  z-index: 99;
  left: -125px;
  top: -20px; }

.homepageSwiperSlider:before {
  background: transparent url("images/cap-img.png") no-repeat scroll left center;
  content: "";
  display: block;
  height: 200px;
  left: -70px;
  position: absolute;
  width: 200px;
  z-index: 99;
  top: -60px; }

.saffireLargeSize #newSliderDescriptionContainer:before {
  content: '';
  border-top: 40px solid #8a231a;
  border-right: 10px solid #8a231a;
  border-bottom: 40px solid #8a231a;
  position: absolute;
  border-left: 25px solid transparent;
  top: -80px;
  left: -35px;
  z-index: 99; }

.dateDisplayBar {
  border-radius: 0px; }

.eventScheduleWidgetTitle::before {
  border-color: #087899 #087899 #087899 transparent;
  border-style: solid;
  border-width: 25px 15px 25px 15px;
  content: "";
  left: -25px;
  position: absolute;
  top: 0px; }

.eventScheduleWidgetTitle::after {
  border-color: #087899 transparent #087899 #087899;
  border-style: solid;
  border-width: 25px 15px;
  content: "";
  right: -25px;
  position: absolute;
  top: 0px; }

/*
.saffireLargeSize #siteInfoBannerWidget::after {
    border-color: #8a231a #8a231a transparent;
    border-style: solid;
    border-width: 15px 150px;
    content: "";
    display: block;
    left: 57px;
    position: absolute;
}

*/
#excitingEventsSlides .anythingSlider:before {
  content: '';
  width: 100%;
  height: 4px;
  background: transparent url(images/border-design.png) no-repeat center center/auto;
  display: block;
  position: absolute;
  top: -11px; }

#excitingEventsSlides .anythingSlider:after {
  content: '';
  width: 100%;
  height: 4px;
  background: transparent url(images/border-design.png) no-repeat center center/auto;
  display: block;
  position: absolute;
  bottom: 6px; }

.quickVotePercentage {
  top: -20px; }

/* Media Screen */
@media screen and (max-width: 1081px) {
  .quick-div {
    float: none;
    height: auto;
    margin: 0 auto; }

  .slider-container {
    width: 100%; }

  .sponser-container {
    width: 100%; }

  .sponsor-div {
    float: none;
    margin: 25px auto;
    height: auto; }

  .social-feed {
    float: none;
    margin: 50px auto; }

  .saffireLargeSize .homepageSwiperSlider {
    float: none;
    margin: 0px auto 55px; }

  #eventScheduleWidgetWrapper {
    width: 100%; }

  .saffireMobileSize .footer {
    background: #087899; }

  #excitingEventsSlides {
    float: none;
    width: 100%; }

  .eventScheduleWidgetPage {
    width: auto; } }
@media screen and (max-width: 800px) {
  #weatherBugWidget {
    position: absolute;
    left: 150px;
    top: 50px; }

  .homepageSwiperSlider::before {
    top: -45px; }

  .homepage a.button.sliderMoreButton,
  .homepage a.button.sliderWidgetPurchaseLink {
    top: 0px; }

  .social-feed {
    width: auto; }

  .sponsor-div, .quick-div {
    width: auto; }

  #eventScheduleWidget {
    width: 100%; }

  .footer .footerItems1 a,
  .footerSignIn a {
    background: #07637e; }

  #excitingEventsSlides {
    padding: 0px; }

  #quickVoteWidget {
    width: auto; }

  .quickVoteVote.notVoted, a.quickVoteVote.notVoted {
    width: auto; }

  .eventScheduleWidgetTitle::before,
  .eventScheduleWidgetTitle::after {
    display: none; }

  #eventScheduleWidgetWrapper::before {
    left: 0px; } }
@media screen and (max-width: 480px) {
  body:not(.modalBody) {
    min-width: 310px !important; }

  #eventScheduleWidget {
    background-size: cover;
    padding-top: 0px;
    height: 445px;
    top: 0px; }

  .eventScheduleMoreButtonContainer {
    top: 74%; }

  .multiSocialWidgetContainer, #multiSocialWidget {
    width: 100%; }

  #eventScheduleWidgetWrapper::before {
    display: none; } }
.content {
  margin-bottom: 60px !important; }

.saffireLargeSize .header .emailSignup {
  top: 19px; }
.saffireLargeSize .header .searchBox {
  top: 19px; }
.saffireLargeSize .header .ticket {
  right: -14px; }
.saffireLargeSize .header .quickLinks {
  top: 18px;
  position: absolute;
  right: 255px; }
  .saffireLargeSize .header .quickLinks ul li {
    margin-left: 20px; }
.saffireLargeSize .header .standardCartView {
  margin-left: 12px !important; }
.saffireLargeSize .header #weatherBugWidget {
  position: absolute;
  top: 12px;
  left: auto;
  right: 555px; }
  @media screen and (max-width: 870px) {
    .saffireLargeSize .header #weatherBugWidget {
      display: none; } }
.saffireLargeSize .header.logged-in .quickLinks {
  max-width: 450px;
  position: absolute;
  right: 255px; }
  @media screen and (max-width: 950px) {
    .saffireLargeSize .header.logged-in .quickLinks {
      max-width: 350px;
      right: 200px; } }
.saffireLargeSize .header.logged-in #weatherBugWidget {
  position: absolute;
  top: 12px;
  left: auto;
  right: 680px; }
  @media screen and (max-width: 999px) {
    .saffireLargeSize .header.logged-in #weatherBugWidget {
      display: none !important; } }
.saffireLargeSize #siteInfoBannerWidget {
  left: 0; }

body.siteInfoBannerWidgetDateIsPast.siteInfoBannerOn .countdownDays {
  font-size: 22px !important; }

body:not(.homepage).siteInfoBannerOn #siteInfoBannerWidget {
  display: block !important; }

body:not(.homepage).siteInfoBannerOn #siteInfoBannerWidget {
  display: block !important; }
body:not(.homepage).siteInfoBannerOn .content {
  margin-top: 120px; }

body.saffireMobileSize.siteInfoBannerOn .content {
  margin-top: 75px !important; }
@media screen and (max-width: 559px) {
  body.saffireMobileSize.siteInfoBannerOn .ticket {
    top: 175px;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%);
    transform: translate(-50%); }
  body.saffireMobileSize.siteInfoBannerOn .content {
    margin-top: 110px !important; } }
@media screen and (max-width: 449px) {
  body.saffireMobileSize.siteInfoBannerOn .ticket {
    top: 175px;
    left: auto;
    right: 0;
    -webkit-transform: translate(0);
    transform: translate(0); } }

body.siteInfoBannerOff #siteInfoBannerWidget {
  display: none !important; }
body.siteInfoBannerOff .content {
  margin-top: 0 !important; }
@media screen and (max-width: 559px) {
  body.siteInfoBannerOff .ticket {
    top: 62px;
    left: auto;
    right: 0;
    -webkit-transform: translate(0);
    transform: translate(0); } }
body.siteInfoBannerOff.homepage .content {
  margin-top: 60px !important; }
  @media screen and (max-width: 817px) {
    body.siteInfoBannerOff.homepage .content {
      margin-top: 0 !important; } }
@media screen and (max-width: 559px) {
  body.siteInfoBannerOff.homepage .ticket {
    top: 62px;
    left: auto;
    right: 0;
    -webkit-transform: translate(0);
    transform: translate(0); } }

.wrapper {
  overflow-x: hidden;
  overflow-y: visible; }

.saffireMobileSize #weatherBugWidget {
  display: none !important; }

.saffireMobileSize .swiper-container {
  width: 100%;
  max-width: 100%; }

.saffireMobileSize .header .searchBox .textbox.search.inputFieldTextbox.ui-autocomplete-input {
  max-width: initial; }

.saffireLargeSize #newSliderDescriptionContainer {
  left: 1px; }

/*# sourceMappingURL=theme.css.map */
