@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,900,900i&display=swap");
/************** LOAD FONTS ******************/
@font-face {
  font-family: "OpenSans-Light-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Light-webfont.woff2") format("woff2"), url("fonts/OpenSans-Light-webfont.woff") format("woff"); }
@font-face {
  font-family: "OpenSans-Regular-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Regular-webfont.woff2") format("woff2"), url("fonts/OpenSans-Regular-webfont.woff") format("woff"); }
@font-face {
  font-family: "OpenSans-Semibold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Semibold-webfont.woff2") format("woff2"), url("fonts/OpenSans-Semibold-webfont.woff") format("woff"); }
@font-face {
  font-family: "OpenSans-Bold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Bold-webfont.woff2") format("woff2"), url("fonts/OpenSans-Bold-webfont.woff") format("woff"); }
@font-face {
  font-family: "OpenSans-ExtraBold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-ExtraBold-webfont.woff2") format("woff2"), url("fonts/OpenSans-ExtraBold-webfont.woff") format("woff"); }
@font-face {
  font-family: "norwester-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/norwester-webfont.woff2") format("woff2"), url("fonts/norwester-webfont.woff") format("woff"); }
.saffireMobileSize .header {
  padding: 0;
  font: inherit;
  color: inherit; }
.saffireMobileSize .headerInnerContent {
  height: auto; }

.generalmessage {
  box-sizing: border-box;
  white-space: normal;
  padding: 0 10px; }

.saffireMobileSize .generalmessage {
  padding: 0 10px; }

.loginstatus {
  float: none; }

#weatherBugWidget {
  position: static;
  display: flex;
  align-items: center; }
  #weatherBugWidget img {
    flex-shrink: 0;
    margin: 0 5px; }
  #weatherBugWidget #weatherBugText,
  #weatherBugWidget #weatherBugDescription {
    display: none; }
  #weatherBugWidget.weatherBugSet #weatherBugDescription {
    display: inline;
    color: inherit; }

.ticket {
  padding: 0;
  height: auto; }

.saffireMobileSize a.ticket,
.saffireMobileSize a.ticket:hover {
  position: static;
  display: inline-block;
  overflow: visible;
  white-space: normal;
  border: none;
  border-radius: 0;
  padding: 0; }

.emailSignup {
  box-sizing: border-box; }
  .emailSignup > div {
    float: none; }
  .emailSignup .emailInputField input {
    box-sizing: border-box;
    border: none;
    box-shadow: none; }
  .emailSignup .emailSubmitButton {
    box-sizing: border-box; }

.header .emailSignup {
  position: relative;
  z-index: 1; }

.saffireMobileSize .header .emailSignup {
  float: none;
  font-size: inherit; }
  .saffireMobileSize .header .emailSignup:hover {
    cursor: pointer; }

body.modalBody .emailSignup .emailInputField input {
  border: 1px solid #000;
  padding: 2px 5px;
  margin: 5px 0; }

.header .searchBox {
  position: relative;
  z-index: 1; }

.searchBox:not(.clonedSearchBox) > div {
  float: none; }
.searchBox:not(.clonedSearchBox) #searchBoxClicker {
  display: none; }
.searchBox:not(.clonedSearchBox) .searchBoxInput input {
  box-sizing: border-box;
  border: none;
  box-shadow: none; }
.searchBox:not(.clonedSearchBox) .searchSubmitButton {
  box-sizing: border-box; }

.saffireMobileSize .header .searchBox:not(.clonedSearchBox) {
  float: none;
  font-size: inherit; }
  .saffireMobileSize .header .searchBox:not(.clonedSearchBox) #searchBoxClicker {
    display: block; }
  .saffireMobileSize .header .searchBox:not(.clonedSearchBox):hover {
    cursor: pointer; }

.saffireMobileSize .searchBox.clonedSearchBox {
  background: #222; }
  .saffireMobileSize .searchBox.clonedSearchBox:before {
    display: none; }
  .saffireMobileSize .searchBox.clonedSearchBox .searchBoxInput input.inputFieldTextbox.textbox {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0 !important;
    font-family: "open_sansregular", Verdana, Arial !important; }
  .saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit {
    display: flex;
    align-items: center;
    justify-content: center; }
    .saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit a {
      border-color: #ddd;
      border-radius: 0 !important; }
    .saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit:before {
      position: static; }

.viewcart > span {
  position: relative;
  display: inline-block; }

.saffireMobileSize .viewcart {
  float: none;
  width: auto;
  height: auto;
  font-family: inherit !important;
  font-size: inherit; }
  .saffireMobileSize .viewcart:before {
    display: none; }
  .saffireMobileSize .viewcart:hover .cartMenu {
    display: none !important; }
  .saffireMobileSize .viewcart .cartMenuLink {
    box-sizing: border-box; }

.cartMenuRemoveButton {
  text-decoration: none; }

.saffireLargeSize .nav .groups .group {
  float: none; }
.saffireLargeSize .nav .groups .group > a {
  box-sizing: border-box; }
.saffireLargeSize .nav .items {
  float: none; }
  .saffireLargeSize .nav .items .item a {
    box-sizing: border-box; }
.saffireLargeSize .nav .subitems {
  float: none; }

.saffireMobileSize .nav {
  display: inline-flex;
  display: none !important;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  float: none;
  height: 50px;
  width: 50px;
  color: #333;
  font-size: inherit; }
  .saffireMobileSize .nav:before {
    position: static;
    line-height: 1; }
  .saffireMobileSize .nav .mobileNavLink {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }
  .saffireMobileSize .nav .groups {
    display: none; }

.standAloneDirections {
  color: inherit; }

.loginstatus a,
.myAccountNavButton a {
  color: inherit; }

.pressPageTabs .tab {
  font-size: 14px; }

.left.pressDate {
  width: 120px; }

/*************** MEMBERS SITE **********************/
.arrowdown {
  border-color: transparent transparent #000; }

.arrowdown_on {
  border-color: transparent transparent #444; }

.arrowup {
  border-color: #000 transparent transparent; }

.arrowup_on {
  border-color: #444 transparent transparent; }

#directoryFilterOptions > li:hover {
  background: #cbdfe2; }

.directoryHeader {
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px; }

.eventList-container .eventCol1 .filter-group {
  line-height: 1.2; }

.tiny,
.note {
  font-size: 12px; }

input.textbox,
textarea.multi,
select.dropdown {
  font-size: 14px; }

#eventFilterList li,
#eventDateList li a {
  padding: 0.5em 0.5em; }

.featureLineup-buynow .button {
  font-size: 12px; }

.featureLineup-social div {
  display: inline-flex;
  align-items: center; }
  .featureLineup-social div a {
    width: 26px;
    height: 26px;
    font-size: 22px; }

body {
  color: #2a2a2a;
  font: 16px/1.5 "Montserrat", sans-serif;
  font-weight: 300; }

b,
strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 900; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "norwester-webfont", Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #ed2517;
  line-height: 1.2;
  margin: 0 0 .67em 0;
  text-transform: none; }

h1 {
  font-size: 29px; }
  @media screen and (min-width: 450px) {
    h1 {
      font-size: calc(29px + 17 * ((100vw - 450px) / 916)); } }
  @media screen and (min-width: 1366px) {
    h1 {
      font-size: 46px; } }

h2 {
  font-size: 26px; }
  @media screen and (min-width: 450px) {
    h2 {
      font-size: calc(26px + 11 * ((100vw - 450px) / 916)); } }
  @media screen and (min-width: 1366px) {
    h2 {
      font-size: 37px; } }

h3 {
  font-size: 23px; }
  @media screen and (min-width: 450px) {
    h3 {
      font-size: calc(23px + 4 * ((100vw - 450px) / 916)); } }
  @media screen and (min-width: 1366px) {
    h3 {
      font-size: 27px; } }

h4 {
  font-size: 20px; }
  @media screen and (min-width: 450px) {
    h4 {
      font-size: calc(20px + 3 * ((100vw - 450px) / 916)); } }
  @media screen and (min-width: 1366px) {
    h4 {
      font-size: 23px; } }

h5 {
  font-size: 18px; }
  @media screen and (min-width: 450px) {
    h5 {
      font-size: calc(18px + 2 * ((100vw - 450px) / 916)); } }
  @media screen and (min-width: 1366px) {
    h5 {
      font-size: 20px; } }

h6 {
  font-size: 16px; }
  @media screen and (min-width: 450px) {
    h6 {
      font-size: calc(16px + 0 * ((100vw - 450px) / 916)); } }
  @media screen and (min-width: 1366px) {
    h6 {
      font-size: 16px; } }

.subContainer {
  font-size: 14px; }
  .subContainer h1 {
    font-size: 28px;
    color: #ed2517; }
  .subContainer h2 {
    font-size: 24px;
    color: #ed2517; }
  .subContainer h3 {
    font-size: 20px;
    color: #ed2517; }
  .subContainer h4 {
    font-size: 17px; }
  .subContainer h5 {
    font-size: 16px; }
  .subContainer h6 {
    font-size: 14px; }

a {
  color: #ed2517;
  text-decoration: underline; }

.header a,
.footer a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

/***************** CONTAINERS **************************/
body {
  background: #fff no-repeat fixed;
  background-size: cover; }

body:not(.homepage) {
  background: url("images/body-bg.jpg") center top/cover no-repeat; }

.wrapper {
  width: 100%; }
  .wrapper.generalMessageOn {
    padding-top: 40px; }

.saffireMobileSize .wrapper {
  padding-top: 68px; }

.saffireMobileSize.generalMessageOn .wrapper {
  padding-top: 108px; }

body:not(.homepage).saffireLargeSize .wrapper {
  padding-top: 150px; }

body:not(.homepage).saffireLargeSize.generalMessageOn .wrapper {
  padding-top: 190px; }

body:not(.homepage) .content {
  position: relative;
  max-width: calc(1300px - 20px - 20px);
  margin: 30px auto 60px;
  padding: 20px 20px 20px 20px;
  background: #fff; }

body:not(.homepage).saffireMobileSize .content {
  margin-top: 0; }

.saffireMobileSize.homepage .content,
.saffireLargeSize.homepage .content {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: none; }

.section-tier-one {
  position: relative; }

.subContainer {
  background: #e9eef7;
  color: #2a2a2a;
  box-shadow: 2px 2px 5px #000; }
  .subContainer .error {
    color: #000; }

.dateDisplayBar,
.dateDisplay {
  background: #ed2517;
  color: #fff; }
  .dateDisplayBar a,
  .dateDisplay a {
    color: #fff; }

#google_translate_element {
  /* |%  Google translate position */
  top: 15px;
  right: 30px; }

.orderhistory {
  background: #ed2517; }

.orderhistory th {
  color: #000;
  padding: 8px 3px; }

.alternateRow {
  background: #e9eef7; }

.listingItem {
  background: #e9eef7;
  border-bottom: 1px solid #c4d1e9; }
  .listingItem:hover {
    background: #f4f7fb; }

.dateDisplayBar {
  background: #ed2517; }

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #b10b11;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff; }
  .generalmessage a {
    color: inherit;
    text-decoration: underline; }

.saffireMobileSize .generalmessage {
  height: 40px;
  font-size: 14px;
  line-height: 1.2; }
  @media screen and (max-width: 500px) {
    .saffireMobileSize .generalmessage {
      font-size: 11px; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  background: transparent;
  height: 236px;
  z-index: 9999999;
  transition: .2s; }
  .saffireLargeSize.saffireWindowScrolled .header {
    transition: .2s;
    height: 101px; }
  .saffireLargeSize.saffireWindowScrolled.generalMessageOn .header {
    transition: .2s;
    top: -40px; }

.saffireLargeSize .header:before {
  content: '';
  width: 100%;
  height: 101px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.9);
  transition: .2s;
  opacity: 0; }

.saffireLargeSize.generalMessageOn .header:before {
  height: 141px; }

.saffireWindowScrolled.saffireLargeSize .header:before {
  transition: .2s;
  opacity: 1; }

.headerInnerContent {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-image: url("images/header-bg.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto; }

.header-top-wrapper,
.header-bottom-wrapper {
  box-sizing: border-box;
  width: 1360px;
  padding: 0 10px;
  max-width: 100%;
  margin: 0 auto; }

.header-top-inner,
.header-bottom-inner {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff; }

.header-top-inner {
  padding-top: 9px; }

.saffireMobileSize .header {
  position: fixed;
  transition: .2s;
  top: 0;
  left: 0;
  height: auto;
  background: #000; }
.saffireMobileSize .headerInnerContent {
  height: auto; }
.saffireMobileSize .header-top-inner {
  padding-top: 0;
  height: 68px; }
.saffireMobileSize.saffireWindowScrolled.generalMessageOn .header {
  top: -40px;
  transition: .2s; }

.header-logo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 142px;
  height: 208px;
  z-index: 9;
  background: url("images/logo-white.png") center/contain no-repeat;
  transition: .2s; }
  .saffireLargeSize.saffireWindowScrolled .header-logo {
    width: 95px;
    height: 140px;
    transition: .2s; }
  @media screen and (max-width: 1024px) {
    .header-logo {
      width: 95px;
      height: 140px; } }

.saffireMobileSize .header-logo {
  width: 58px;
  height: 85px; }

.ticket {
  display: inline-block;
  width: 189px;
  height: 44px;
  background: url("images/ticket-btn.png") center/contain no-repeat;
  color: inherit;
  font-size: 0;
  margin-left: 25px;
  transition: .2s; }
  .ticket:hover {
    background: url("images/ticket-btn.png") center/contain no-repeat;
    color: inherit;
    transform: scale(0.95);
    transition: .2s; }

.saffireMobileSize a.ticket {
  display: none;
  background: none;
  color: inherit; }
  .saffireMobileSize a.ticket:hover {
    background: none;
    color: inherit; }

.standAloneDirections {
  font-family: 'norwester-webfont';
  text-transform: uppercase;
  margin-left: 25px;
  padding-top: 3px; }
  .standAloneDirections:hover {
    text-decoration: underline; }

.saffireMobileSize .standAloneDirections {
  display: none; }

.header .searchBox:not(.clonedSearchBox) {
  display: inline-flex;
  align-items: center;
  border: 1px solid #515151; }
  .header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
    height: 30px;
    width: 130px;
    padding: 0 5px;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    border-radius: 0 !important;
    background: transparent;
    color: #e9e9e9; }
  .header .searchBox:not(.clonedSearchBox) .searchSubmitButton {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 10px;
    background: transparent;
    border-radius: 0 !important;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    width: 35px;
    padding: 0;
    font-size: 0; }
    .header .searchBox:not(.clonedSearchBox) .searchSubmitButton:before {
      content: "\f002";
      display: block;
      font-size: 16px;
      font-family: "FontAwesome";
      line-height: 1;
      color: #e9e9e9; }
    .header .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover {
      background: #ffd000; }
      .header .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover:before {
        color: #fff; }

.saffireMobileSize .header .searchBox:not(.clonedSearchBox) {
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px; }
  .saffireMobileSize .header .searchBox:not(.clonedSearchBox):before {
    content: "\f002";
    position: static;
    line-height: 1;
    font-size: 26px;
    color: #eee; }

.saffireLargeSize .viewcart {
  display: inline-flex;
  color: inherit;
  margin-left: 15px;
  padding-top: 1px; }
  .saffireLargeSize .viewcart .cartMenuLink {
    display: inline-block;
    color: inherit;
    font-size: 10px; }
  .saffireLargeSize .viewcart .cartMenuLink:before {
    content: "\f07a";
    position: relative;
    margin-right: 5px;
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 1;
    color: inherit; }

.saffireMobileSize .viewcart {
  display: inline-flex; }
  .saffireMobileSize .viewcart .cartMenuLink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #eee; }
    .saffireMobileSize .viewcart .cartMenuLink[data-itemcount="0"] {
      display: none; }
    .saffireMobileSize .viewcart .cartMenuLink:before {
      content: "\f07a";
      position: relative;
      margin-right: 5px;
      font-family: 'FontAwesome';
      font-size: 26px;
      line-height: 1;
      color: inherit; }

.mobile-nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  vertical-align: top; }
  .mobile-nav-toggle:before {
    content: "\f0c9";
    position: relative;
    top: 2px;
    font-family: 'FontAwesome';
    font-size: 28px;
    line-height: 1;
    color: #fff; }
  .mobile-nav-toggle:hover {
    cursor: pointer; }

.saffireLargeSize .mobile-nav-toggle {
  display: none; }

.saffireLargeSize .nav .groups {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0 0; }
  .saffireLargeSize .nav .groups .group {
    display: inline-block;
    flex-shrink: 0;
    margin-left: 15px; }
    @media screen and (max-width: 1024px) {
      .saffireLargeSize .nav .groups .group {
        margin-left: 10px; } }
  .saffireLargeSize .nav .groups .group:last-child .items,
  .saffireLargeSize .nav .groups .group:nth-last-child(2) .items {
    left: auto;
    right: 0; }
  .saffireLargeSize .nav .groups .group:last-child .subitems,
  .saffireLargeSize .nav .groups .group:nth-last-child(2) .subitems {
    left: auto;
    right: 100%; }
  .saffireLargeSize .nav .groups .group > a {
    display: inline-block;
    padding: 5px 10px;
    background: none;
    font-family: "norwester-webfont", Arial, Verdana, sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #fff; }
    @media screen and (max-width: 1024px) {
      .saffireLargeSize .nav .groups .group > a {
        font-size: 17px; } }
  .saffireLargeSize .nav .groups .group:hover > a {
    color: #fff;
    background: rgba(0, 0, 0, 0.9); }
.saffireLargeSize .nav .items {
  top: 100%;
  left: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.9); }
  .saffireLargeSize .nav .items .item a {
    padding: 5px 15px;
    color: #d8d8d8;
    font-family: "Montserrat", sans-serif; }
    @media screen and (max-width: 1024px) {
      .saffireLargeSize .nav .items .item a {
        font-size: 16px; } }
  .saffireLargeSize .nav .items .item a:hover {
    color: #fff; }
.saffireLargeSize .nav .item {
  width: 200px;
  line-height: 1.4; }
  .saffireLargeSize .nav .item:hover {
    background: rgba(255, 255, 255, 0.2); }
.saffireLargeSize .nav .subitems {
  left: 100%;
  padding: 0;
  background: rgba(0, 0, 0, 0.9); }

/*********************** FOOTER **************************/
body:not(.homepage) .footer:before {
  content: '';
  display: block;
  height: 400px;
  position: absolute;
  background: url("images/footer-white.png") center top/auto repeat-x;
  width: 100%;
  max-width: 100%;
  z-index: -1;
  bottom: 100%;
  left: 0; }

.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: no-repeat #ed2517 center;
  color: #fff;
  text-align: center; }
  .footer a {
    color: #fff;
    text-decoration: none; }
    .footer a:hover {
      text-decoration: underline; }
  .footer .footer-wrapper {
    background: url("images/footer-bg.jpg") center/cover no-repeat;
    width: 100%;
    max-width: 100%;
    height: 100%; }
  .footer .footer-content-wrapper {
    position: relative;
    width: 560px;
    margin: 0 auto;
    padding: 25px 0 5px; }
    .footer .footer-content-wrapper:before, .footer .footer-content-wrapper:after {
      content: '';
      display: inline-block;
      position: absolute;
      bottom: 0;
      width: 391px; }
      @media screen and (max-width: 1366px) {
        .footer .footer-content-wrapper:before, .footer .footer-content-wrapper:after {
          width: 250px; } }
      @media screen and (max-width: 1100px) {
        .footer .footer-content-wrapper:before, .footer .footer-content-wrapper:after {
          width: 175px; } }
      @media screen and (max-width: 959px) {
        .footer .footer-content-wrapper:before, .footer .footer-content-wrapper:after {
          display: none; } }
    .footer .footer-content-wrapper:before {
      right: 100%;
      height: 310px;
      background: url("images/buck.png") center bottom/contain no-repeat; }
    .footer .footer-content-wrapper:after {
      left: 100%;
      height: 301px;
      background: url("images/show.png") center bottom/contain no-repeat; }
  .footer .footer-logos {
    margin: 0 auto 25px; }
  .footer .footer-logo {
    display: inline-block;
    width: 82px;
    height: 117px;
    background: url("images/f-logo-1.png") center/contain no-repeat;
    margin: 0;
    vertical-align: top; }
  .footer .footer-logo2 {
    display: inline-block;
    vertical-align: top;
    width: 177px;
    height: 117px;
    background: url("images/f-logo-2.png") center/contain no-repeat;
    margin: 0; }
  .footer .socialNetworks {
    position: static; }
    .footer .socialNetworks a {
      display: inline-block;
      margin: 0 10px; }
      .footer .socialNetworks a img {
        width: 55px !important;
        height: 55px !important; }
  .footer .footer-contact {
    box-sizing: border-box;
    padding: 20px 0;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    display: flex;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 25px;
    font-size: 16px; }
    .footer .footer-contact > div {
      flex: 1 1 100%;
      font-weight: 400;
      margin-bottom: 20px;
      font-size: 18px; }
      .footer .footer-contact > div span {
        display: block;
        font-weight: 900; }
  .footer .footer-bottom {
    background: url("images/footer-bottom-bg.jpg") center/cover no-repeat;
    background-color: #2a2a2a; }
  .footer ul.footerItems1 {
    margin: 0 auto;
    font-family: "open_sansbold";
    font-size: 14px;
    text-transform: uppercase; }
  .footer .footerSignIn {
    text-transform: uppercase; }
  .footer ul.footerItems2 {
    box-sizing: border-box;
    padding: 13px 20px;
    width: 1320px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Montserrat", sans-serif;
    font-size: 12px; }
  .footer .powered-by {
    display: flex;
    align-items: center; }
  .footer .powered-by a {
    position: relative;
    display: inline-block;
    margin-left: 1em;
    bottom: 3px;
    background: url(images/saffire-logo.png) no-repeat;
    background-size: contain;
    background-position: center;
    height: 35px;
    width: 45px; }

.saffireMobileSize .footer a:hover {
  text-decoration: none; }
.saffireMobileSize .footer .footer-logo {
  height: 75px;
  width: 55px; }
.saffireMobileSize .footer .footer-logo2 {
  height: 75px;
  width: 113px; }
.saffireMobileSize .footer .socialNetworks a {
  margin: 0 7px; }
  .saffireMobileSize .footer .socialNetworks a img {
    width: 32px !important;
    height: 32px !important; }
.saffireMobileSize .footer .footer-content-wrapper {
  max-width: 100%; }
.saffireMobileSize .footer .footer-contact {
  flex-direction: column;
  font-size: 14px; }
  .saffireMobileSize .footer .footer-contact > div {
    font-size: 14px; }
.saffireMobileSize .footer ul.footerItems1 {
  max-width: 300px;
  margin-bottom: 6px; }
.saffireMobileSize .footer .footerSignIn {
  max-width: 300px;
  margin: auto; }
.saffireMobileSize .footer ul.footerItems2 {
  flex-direction: column;
  text-align: center;
  padding: 15px;
  font-size: 10px; }
  .saffireMobileSize .footer ul.footerItems2 .copyright-wrapper {
    line-height: 1.5;
    margin-bottom: 5px; }

.mobile-menu-container {
  background-color: #ed2517;
  background-image: url("images/footer-bg.jpg");
  background-position: left bottom; }
  .mobile-menu-container .mobile-menu-header {
    background-color: #ed2517; }
  .mobile-menu-container .close-mobile-menu:before, .mobile-menu-container .close-mobile-menu:after {
    background-color: #fff; }
  .mobile-menu-container .mobile-menu-subheader {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
  .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: #111111; }
  .mobile-menu-container .mobile-menu-login-links a {
    font-family: "Montserrat", sans-serif; }
  .mobile-menu-container .cart-counter {
    font-family: "Montserrat", sans-serif; }
  .mobile-menu-container .search-container input {
    font-family: "Montserrat", sans-serif; }
  .mobile-menu-container .search-container .search-submit-btn {
    color: #8c8c8c; }
  .mobile-menu-container .mobile-menu-ticket-btn {
    display: none !important;
    background-color: #000;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    border-color: #2a2a2a; }
  .mobile-menu-container .mobile-menu-footer-links a {
    font-family: "Montserrat", sans-serif;
    color: #fff; }

#mobile-nav ul {
  background-color: #2a2a2a; }
#mobile-nav li {
  margin: 0; }
  #mobile-nav li.m-group, #mobile-nav li.m-item, #mobile-nav li.m-subitem {
    border-bottom: 1px solid #2a2a2a; }
#mobile-nav a {
  background-color: #000;
  font-family: "Montserrat", sans-serif;
  color: #fff; }
  #mobile-nav a:hover {
    background-color: black; }
#mobile-nav .has-subitems span {
  background-color: #1a1a1a;
  color: #fff;
  max-width: 50px; }
  #mobile-nav .has-subitems span:hover {
    background-color: #343434; }

/************************* MODAL CONTENT ********************/
.ui-dialog {
  background: #fff;
  box-shadow: 0 0 10px -5px #444; }

.modal {
  background: #fff;
  padding-top: 15px;
  border: 10px solid #fff; }

.modalBody {
  /* |%  set modal background color if not white */
  background: #fff;
  padding: 14px; }
  .modalBody .showorksModalTitle {
    /* |%  set font-family */
    font-size: 32px;
    line-height: 36px; }
  .modalBody .showorksBreadcrumbs {
    /* |%  set font-family */
    font-size: 20px;
    color: #ed2517;
    line-height: 22px; }
  .modalBody .showorksTableGrid th {
    /* |%  set font-family */
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.06em;
    padding-bottom: 7px;
    padding-top: 7px; }
  .modalBody .showorksTableGrid td {
    color: #2a2a2a; }
  .modalBody .showorksTableGrid tr.odd {
    background: #fff;
    color: black; }
  .modalBody .showorksTableGrid tr.even {
    background: #e6e6e6;
    color: black; }

.modalPageBackground {
  background-color: black;
  opacity: 0.5; }

.modalContent #google_translate_element {
  top: 1px;
  right: 0; }
.modalContent h1 {
  font-size: 24px;
  line-height: 1.2em; }

.modalClose {
  top: 1px;
  background: none; }
  .modalClose .modalCloseButton {
    min-width: 40px; }
    .modalClose .modalCloseButton img {
      display: none; }
    .modalClose .modalCloseButton:before {
      content: "X";
      font-family: sans-serif; }

.getUpdatesPageEmailModule .emailSignup.modalOnly {
  max-width: 280px;
  margin: 0 auto; }
  .getUpdatesPageEmailModule .emailSignup.modalOnly .inputFieldTextbox {
    box-sizing: border-box;
    border-radius: 0 !important;
    border: 1px solid #333;
    padding: 5px 10px;
    color: #333; }
  .getUpdatesPageEmailModule .emailSignup.modalOnly .emailSubmitButton {
    border-radius: 0 !important; }
  .getUpdatesPageEmailModule .emailSignup.modalOnly .button {
    box-sizing: border-box; }

.saffireMobileSize.modalBody a[onclick*='Unsubscribe.ascx'] {
  margin-top: -25px; }

body:not(.homepage).happy-canyon {
  background: url("images/happy-canyon-bg.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-color: #2f100b; }
  body:not(.homepage).happy-canyon .wrapper {
    margin: 100px auto 0 !important; }
    @media screen and (max-width: 817px) {
      body:not(.homepage).happy-canyon .wrapper {
        margin: 0 !important; } }
  body:not(.homepage).happy-canyon .content {
    padding: 35px 0 !important;
    margin: 65px auto 205px; }
    @media screen and (max-width: 817px) {
      body:not(.homepage).happy-canyon .content {
        margin-top: 125px; } }
    body:not(.homepage).happy-canyon .content:before, body:not(.homepage).happy-canyon .content:after {
      content: '';
      display: block;
      margin: auto;
      width: 100%;
      position: absolute;
      background-color: #fff; }
    body:not(.homepage).happy-canyon .content:before {
      background: url("images/content-topper.png");
      background-position: center top;
      height: 145px;
      top: -105px; }
    body:not(.homepage).happy-canyon .content:after {
      background: url("images/content-footer.png");
      background-position: center;
      height: 152px; }
      @media screen and (max-width: 817px) {
        body:not(.homepage).happy-canyon .content:after {
          bottom: -152px; } }
  body:not(.homepage).happy-canyon #MainContent_content_smp_breadcrumbs, body:not(.homepage).happy-canyon #pnl_googleTranslate {
    display: none; }
  body:not(.homepage).happy-canyon .happy-canyon-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto; }
    body:not(.homepage).happy-canyon .happy-canyon-nav .happy-canyon-nav-link {
      text-decoration: none;
      font-family: 'norwester-webfont';
      font-size: 18px;
      color: #f4d86c;
      background: #286866;
      margin: 0 7px;
      padding: 15px 20px; }
      @media screen and (max-width: 1000px) {
        body:not(.homepage).happy-canyon .happy-canyon-nav .happy-canyon-nav-link {
          margin: 10px auto 0;
          width: 200px;
          text-align: center; } }
    @media screen and (max-width: 1000px) {
      body:not(.homepage).happy-canyon .happy-canyon-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  body:not(.homepage).happy-canyon .entityContainer {
    max-width: 935px;
    margin: auto; }
  body:not(.homepage).happy-canyon h1, body:not(.homepage).happy-canyon h2, body:not(.homepage).happy-canyon h3 {
    color: #286866; }
  body:not(.homepage).happy-canyon .button {
    font-size: 20px;
    padding: 5px 15px;
    border-radius: 4px; }

/************* BUTTON STYLES *********************/
.button {
  padding: 4px 12px;
  font-size: 20px; }

.button,
.buttonSmall {
  box-sizing: border-box;
  line-height: 1.75em;
  text-transform: uppercase;
  border-radius: 0;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "norwester-webfont";
  color: #ed2517 !important;
  background: #ffad00; }

a.buttonSmall.button,
.buttonSmall {
  padding: 4px 12px;
  font-size: 12px; }

.button:hover,
.buttonSmall:hover {
  background: #ffd000; }

a.updateButton.buttonSmall,
a.removeButton.buttonSmall,
a.cartMenuRemoveButton.button.buttonSmall {
  font-size: 0.875em; }

.cartMenu .cartMenuCheckoutButton {
  font-size: 14px;
  padding: 4px 15px !important; }

.featureLineupContainer .featureLineup-headline.button,
.featureLineupContainer .button {
  font-size: 14px; }

.searchMapButton {
  font-size: 12px;
  padding-bottom: 1px; }

#hlnk_eventSearch i:before {
  color: #2a2a2a; }

.printEvent {
  top: 5px; }

.calendarView .printEvent {
  top: 10px; }

/* PAGINATION*/
/* LEFT-RIGHT ARROWS*/
/* You shouldn't need to change the items below for the most part*/
/* used for placing pagination - necessary when giving a specific left value - must be set in Spark (default is 5)*/
/* this allows for vertical centering of images - disable if opting for img elements*/
/*/////////////////////////////////////////////////////////////////////*/
/* MIXINS AND ETC. FOR SLIDER*/
/*/////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - General Settings*/
/*/////////////////////////////////////////////////////////////////////*/
.homepage {
  /* Homepage Swiper Slider*/
  /* Slideshow Description*/
  /* Slideshow Description - Current Slide Description*/
  /* New Slider Description Container*/
  /* Slider Title*/
  /* Slideshow Swiper Container*/
  /* Swiper Slide*/
  /* Slider Button Container*/
  /* Slideshow Swiper Button - PREV*/
  /* Slideshow Swiper Button - NEXT*/
  /* Slider Controls container*/
  /* Slideshow Swiper Pagination*/
  /* Play Pause Buttons*/
  /* Play Pause Buttons*/
  /* Slider Play Pause*/ }
  .homepage .homepageSwiperSlider {
    position: relative; }
  .homepage .slideshowSwiperDescription {
    display: none;
    /* Slideshow Description - Hover Styles*/ }
    .homepage .slideshowSwiperDescription a,
    .homepage .slideshowSwiperDescription span {
      display: none;
      text-decoration: none; }
    .homepage .slideshowSwiperDescription .sliderTextDescription {
      display: block;
      color: #000;
      line-height: 1.2em;
      pointer-events: none;
      max-width: 100%; }
  .homepage .slideshowSwiperDescription.currentSlideDescription {
    box-sizing: border-box;
    display: flex;
    position: static;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    opacity: 0;
    transition: 1s; }
    @media screen and (max-width: 1360px) {
      .homepage .slideshowSwiperDescription.currentSlideDescription {
        padding-top: 1em;
        padding-left: 2%;
        padding-right: 2%; } }
  .homepage #newSliderDescriptionContainer {
    background: #ead1ad; }
  .homepage .sliderTitle {
    position: relative;
    max-width: 100%;
    line-height: normal;
    font-family: "norwester-webfont";
    font-size: 40px;
    font-weight: 400;
    color: #000;
    height: 44px; }
    @media screen and (max-width: 1023px) {
      .homepage .sliderTitle {
        font-size: 24px;
        height: 26px; } }
  .homepage .swiper-container {
    position: relative;
    margin: 0 auto;
    background: #2a2a2a;
    overflow: hidden;
    z-index: 1;
    /* Specify Swiper's Size: */
    width: 100%;
    max-width: 100%;
    height: auto;
    /* Swiper Container - Inset Shadow*/
    /* Swiper Container - Hover Styles*/ }
    .homepage .swiper-container:hover .slideshowSwiperDescription {
      max-height: 800px; }
  .homepage .swiper-slide {
    /* Specify Slides's Size: */
    position: relative;
    height: 50vw;
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.3;
    text-align: center; }
    .homepage .swiper-slide > a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: block;
      margin: auto; }
    .homepage .swiper-slide img {
      width: 100%;
      max-width: 100%;
      height: auto; }
  .homepage .swiper-slide-active .slideshowSwiperDescription a,
  .homepage .swiper-slide-active .slideshowSwiperDescription span {
    display: inline-block; }
  .homepage span.sliderButtonContainer {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    /* Buttons*/ }
    .homepage span.sliderButtonContainer a.button {
      display: inline-block;
      padding: 4px 18px;
      font-family: "norwester-webfont";
      font-size: 20px;
      color: #ed2517 !important;
      background: transparent;
      background: linear-gradient(180deg, transparent);
      white-space: nowrap;
      margin: 0 5px;
      /* More and BuyNow Buttons*/
      /* Button - Hover Styles*/ }
      .homepage span.sliderButtonContainer a.button.sliderMoreButton, .homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
        font-size: 20px;
        text-transform: uppercase; }
      .homepage span.sliderButtonContainer a.button.sliderMoreButton {
        order: 2; }
      .homepage span.sliderButtonContainer a.button.sliderMoreButton:hover {
        text-decoration: underline; }
      .homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
        order: 1;
        background: #ffad00;
        color: #ed2517 !important; }
        .homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink:hover {
          background: #ffd000; }
      .homepage span.sliderButtonContainer a.button:hover {
        background: rgba(31, 31, 31, 0); }
  .homepage .slideshowSwiperButtonPrev {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    right: 0;
    margin: auto;
    z-index: 4;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    background: url("images/slideshow-left.png") no-repeat left center;
    width: 28px;
    height: 39px;
    left: 0;
    right: 90%;
    /* Slideshow Swiper Button - PREV - Hover Styles*/ }
    @media screen and (max-width: 1360px) {
      .homepage .slideshowSwiperButtonPrev {
        left: 10px;
        right: auto; } }
    @media screen and (max-width: 1100px) {
      .homepage .slideshowSwiperButtonPrev {
        top: 55%; } }
    @media screen and (max-width: 1600) {
      .homepage .slideshowSwiperButtonPrev {
        left: 1%;
        right: auto; } }
  .homepage .slideshowSwiperButtonNext {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 0;
    margin: auto;
    z-index: 4;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    width: 28px;
    height: 39px;
    background: url("images/slideshow-right.png") no-repeat right center;
    right: 0;
    left: 90%;
    /* Slideshow Swiper Button - PREV - Hover Styles*/ }
    @media screen and (max-width: 1360px) {
      .homepage .slideshowSwiperButtonNext {
        right: 10px;
        left: auto; } }
    @media screen and (max-width: 1100px) {
      .homepage .slideshowSwiperButtonNext {
        top: 55%; } }
    @media screen and (max-width: 1600) {
      .homepage .slideshowSwiperButtonNext {
        right: 1%;
        left: auto; } }
  .homepage .slideshowSwiperDescription[data-dr=""] .dateRange {
    display: none; }
  .homepage .slideshowSwiperDescription[data-dr=""] .sliderTitle {
    width: 100%; }
  .homepage .dateRange {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 103px;
    height: 70px;
    flex-shrink: 0;
    margin-right: 10px;
    color: #2a2a2a;
    background-image: url("images/date-bg.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 1.1; }
    .homepage .dateRange span:first-child {
      font-size: 20px;
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      text-transform: uppercase; }
    .homepage .dateRange span:last-child {
      font-size: 36px;
      font-family: 'norwester-webfont'; }
  .homepage .sliderControlsContainer {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    top: 100%;
    bottom: auto;
    /* setting is left, right or center*/
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 108px;
    top: auto;
    bottom: 105%;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 100%;
    margin: 0;
    text-align: center;
    z-index: 3; }
  .homepage .slideshowSwiperPagination {
    box-sizing: border-box;
    display: inline-block;
    padding-top: 3px; }
  .homepage .sliderPlayPauseButtons {
    display: inline-block; }
  .homepage .swiper-pagination-bullet {
    position: relative;
    top: 0;
    opacity: 1;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 6px;
    background: #fff;
    transition: background 0.4s ease;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6); }
    .homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #ffd000; }
    .homepage .swiper-pagination-bullet:hover {
      background: #ffd000; }
  .homepage .sliderPlayPause {
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: -1px;
    width: 13px;
    height: 13px;
    font-size: 15px;
    color: #fff;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.8); }
    .homepage .sliderPlayPause.playing:before {
      content: '\275A \275A'; }
    .homepage .sliderPlayPause:before {
      content: '\25B6'; }

.homepage.saffireLargeSize .currentSlideDescription,
.homepage.saffireMobileSize .currentSlideDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  opacity: 1; }

.homepage .currentSlideDescription a,
.homepage .currentSlideDescription span,
.homepage .currentSlideDescription span.sliderTitle
.homepage .swiper-slide-active .slideshowSwiperDescription > a,
.homepage .swiper-slide-active .slideshowSwiperDescription span.sliderTitle {
  display: block; }

.homepage .currentSlideDescription .slideshowSwiperDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  display: block; }

.homepage .currentSlideDescription,
.homepage .swiper-slide.swiper-slide-active {
  opacity: 1; }

/*/////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - saffireLargeSize Settings*/
/*/////////////////////////////////////////////////////////////////////*/
.homepage.saffireLargeSize {
  /* Homepage Swiper Slider*/
  /* Slideshow Description*/
  /* Swiper Container*/
  /* Current Slide Description*/
  /* Slider Text Description*/
  /* Slider Title*/
  /* New Slider Description Container*/ }
  .homepage.saffireLargeSize .slideshowSwiperDescription {
    max-width: none;
    padding: 8px 20px;
    /* Slideshow Description - Hover Styles*/ }
  .homepage.saffireLargeSize .swiper-container {
    border: none; }
  .homepage.saffireLargeSize .currentSlideDescription {
    justify-content: space-between;
    height: 90px;
    max-width: 1360px;
    position: relative;
    /* Slider Button Container*/ }
    .homepage.saffireLargeSize .currentSlideDescription .sliderButtonContainer {
      position: static;
      display: flex;
      width: auto;
      min-width: initial;
      max-width: none;
      text-align: right;
      z-index: 300;
      display: flex;
      align-items: center;
      justify-content: space-around;
      flex-shrink: 0; }
    .homepage.saffireLargeSize .currentSlideDescription a.button {
      margin: 0 5px;
      padding: 4px 18px; }
  .homepage.saffireLargeSize .sliderTextDescription {
    display: none !important; }
  .homepage.saffireLargeSize .sliderTitle {
    width: 100%;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    margin-top: 5px; }
  .homepage.saffireLargeSize #newSliderDescriptionContainer {
    box-sizing: border-box;
    background-image: url("images/slideshow-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    bottom: 0;
    top: auto;
    height: auto;
    width: 1360px;
    max-width: 100%;
    z-index: 2;
    transition: 1s;
    height: auto;
    min-height: 90px;
    width: 100%;
    /* Slider Text Container*/
    /* New Slider Description Container - Hover Styles*/ }
    .homepage.saffireLargeSize #newSliderDescriptionContainer .sliderTextContainer {
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      flex: 1;
      width: 100%;
      padding: 0 5px;
      max-width: 72%; }
  .homepage.saffireLargeSize.browser-ie .sliderTextContainer {
    max-width: initial; }

.homepage.browser-ie.saffireLargeSize #newSliderDescriptionContainer .sliderTextContainer {
  flex: none; }

/*/////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - saffireMobileSize Settings*/
/*/////////////////////////////////////////////////////////////////////*/
.homepage.saffireMobileSize {
  /* Swiper Slide*/
  /* Slideshow Description - Slider Text Description*/
  /* Slider Title*/
  /* Slideshow Description - Current Slide Description*/
  /* New Slider Description Container*/
  /* Slideshow Swiper Buttons*/
  /* Slideshow Swiper Button - PREV*/
  /* Slideshow Swiper Button - NEXT*/
  /* Slider Controls Container */ }
  .homepage.saffireMobileSize .swiper-slide-active {
    overflow: hidden; }
  .homepage.saffireMobileSize .sliderTextDescription {
    display: none !important;
    font-size: 14px;
    line-height: 1.3;
    opacity: 1;
    text-align: center; }
  .homepage.saffireMobileSize .sliderTitle {
    height: auto;
    padding: 0;
    font-size: 24px;
    text-align: center;
    max-height: 50px;
    overflow: hidden; }
  .homepage.saffireMobileSize .dateRange {
    width: 51px;
    height: 36px;
    margin-right: 5px; }
    .homepage.saffireMobileSize .dateRange span:first-child {
      font-size: 10px; }
    .homepage.saffireMobileSize .dateRange span:last-child {
      font-size: 18px; }
  .homepage.saffireMobileSize .currentSlideDescription {
    width: 100%;
    height: auto;
    padding: 15px 5% 5px;
    flex-direction: column; }
    .homepage.saffireMobileSize .currentSlideDescription .sliderTextContainer {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: center; }
    .homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer {
      position: static;
      top: auto;
      bottom: 102%;
      left: 0;
      right: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      margin: 10px auto; }
      .homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer a {
        box-sizing: border-box;
        display: inline-block;
        width: 90px;
        padding: 4px 0;
        font-size: 20px !important;
        margin: 0 0; }
  .homepage.saffireMobileSize #newSliderDescriptionContainer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 125px;
    padding-top: 0;
    background: #ead1ad;
    background-image: url("images/slideshow-bg-m.jpg");
    background-size: auto;
    background-repeat: repeat;
    background-position: top center;
    z-index: 2; }
  .homepage.saffireMobileSize .slideshowSwiperButtonNext,
  .homepage.saffireMobileSize .slideshowSwiperButtonPrev {
    display: none !important; }
  .homepage.saffireMobileSize .sliderControlsContainer {
    display: none;
    position: absolute;
    top: 0;
    padding: 5px 0; }

.saffireLargeSize .section-tier-one #siteInfoBannerWidget {
  display: none !important; }

.saffireMobileSize .header #siteInfoBannerWidget {
  display: none !important; }

#siteInfoBannerWidget {
  box-sizing: border-box;
  position: absolute;
  top: 65px;
  right: 0;
  display: inline-flex !important;
  height: 74px;
  width: 359px;
  max-width: 100%;
  margin: auto;
  padding: 5px 55px 5px 20px;
  background: transparent;
  background-image: url("images/countdown-bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #000;
  text-align: right;
  line-height: 1;
  z-index: 2;
  transition: .2s;
  min-width: auto;
  flex-direction: column;
  justify-content: center; }
  .saffireLargeSize.saffireWindowScrolled #siteInfoBannerWidget {
    opacity: 0;
    right: -200px;
    transition: .2s; }
  #siteInfoBannerWidget #eventDates {
    font-family: "norwester-webfont";
    font-size: 25px;
    font-weight: 400;
    color: #ed2517;
    text-transform: uppercase; }
  #siteInfoBannerWidget #eventName {
    font-size: 12px;
    font-weight: 400; }
  #siteInfoBannerWidget .countdownDays {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 900;
    color: #000; }

.saffireMobileSize #siteInfoBannerWidget {
  left: auto;
  right: auto !important;
  padding: 5px 55px 5px 20px;
  background: #fff;
  color: #000;
  width: 100%;
  display: flex !important;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: 5px; }
  .saffireMobileSize #siteInfoBannerWidget #eventName {
    font-size: 12px;
    color: inherit;
    margin-top: 5px; }
  .saffireMobileSize #siteInfoBannerWidget #eventDates {
    font-size: 24px;
    color: #ed2517; }
  .saffireMobileSize #siteInfoBannerWidget .countdownDays {
    font-size: 12px;
    color: inherit; }

body:not(.homepage) #siteInfoBannerWidget {
  display: none !important; }

body.siteInfoBannerWidgetDateIsPast.saffireLargeSize .countdownDays {
  padding-right: 30px; }
body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
  font-family: "norwester-webfont";
  font-size: 18px;
  color: #000; }
  @media screen and (max-width: 817px) {
    body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
      font-size: 16px; } }
body.siteInfoBannerWidgetDateIsPast.noThankYouMessage #siteInfoBannerWidget {
  display: none !important; }

body.siteInfoBannerOff #siteInfoBannerWidget {
  display: none !important; }

.section-tier-one #siteInfoBannerWidget {
  position: static; }

#cardWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 20px;
  background: #fff; }
  .browser-ie #cardWidget {
    display: block; }
  #cardWidget .card-widget-item {
    box-sizing: border-box;
    display: flex;
    width: 1100px;
    max-width: 100%;
    margin: 0 auto; }
  #cardWidget .image-container {
    box-sizing: border-box;
    position: static;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  #cardWidget .card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%; }
  #cardWidget .card-widget-title {
    position: static;
    display: block;
    width: 100%;
    font-family: 'norwester-webfont';
    color: #ed2517;
    line-height: 1.2; }
    #cardWidget .card-widget-title {
      font-size: 24px; }
      @media screen and (min-width: 450px) {
        #cardWidget .card-widget-title {
          font-size: calc(24px + 16 * ((100vw - 450px) / 916)); } }
      @media screen and (min-width: 1366px) {
        #cardWidget .card-widget-title {
          font-size: 40px; } }
    #cardWidget .card-widget-title:after {
      content: '';
      display: block;
      margin: 25px auto 35px;
      width: 493px;
      max-width: 100%;
      height: 35px;
      background-image: url("images/teepee.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
  #cardWidget .card-widget-description {
    width: 80%;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    line-height: 1.8;
    font-weight: 900;
    color: #000; }
    #cardWidget .card-widget-description {
      font-size: 13px; }
      @media screen and (min-width: 450px) {
        #cardWidget .card-widget-description {
          font-size: calc(13px + 5 * ((100vw - 450px) / 916)); } }
      @media screen and (min-width: 1366px) {
        #cardWidget .card-widget-description {
          font-size: 18px; } }
  #cardWidget .buttonwrap a {
    display: block;
    margin: 25px auto 0;
    background: #ffad00;
    color: #ed2517 !important;
    font-family: 'norwester-webfont';
    font-size: 20px;
    padding: 6px 22px;
    text-decoration: none; }
    #cardWidget .buttonwrap a:hover, #cardWidget .buttonwrap a:active {
      background: #ffd000; }

.saffireMobileSize #cardWidget {
  padding: 22px 20px 30px; }
  .saffireMobileSize #cardWidget .card-widget-item {
    margin: 5px 0; }
  .saffireMobileSize #cardWidget .card-widget-title:after {
    margin: 12px auto 22px; }
  .saffireMobileSize #cardWidget .card-widget-description {
    width: 100%; }

#cardWidgetT3 {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  border: 1px solid #fff; }
  #cardWidgetT3 .card-widget-item {
    box-sizing: border-box;
    display: flex;
    width: 25%;
    max-width: 25%;
    flex: 1 1 25%;
    height: 19vw;
    margin: 0;
    border: 1px solid #fff;
    overflow: hidden; }
    .browser-ie #cardWidgetT3 .card-widget-item {
      flex: 1 1 24%; }
    @media screen and (max-width: 1280px) {
      #cardWidgetT3 .card-widget-item {
        width: 33%;
        max-width: 33.33%;
        flex: 1 1 33%;
        height: 24vw; }
        .browser-ie #cardWidgetT3 .card-widget-item {
          flex: 1 1 32%; } }
    @media screen and (max-width: 960px) {
      #cardWidgetT3 .card-widget-item {
        width: 50%;
        max-width: 50%;
        flex: 1 1 50%;
        height: 36vw; }
        .browser-ie #cardWidgetT3 .card-widget-item {
          flex: 1 1 49%; } }
    @media screen and (max-width: 640px) {
      #cardWidgetT3 .card-widget-item {
        width: 100%;
        max-width: 100%;
        flex: 1 1 100%;
        height: 70vw; }
        .browser-ie #cardWidgetT3 .card-widget-item {
          flex: 1 1 99%; } }
    #cardWidgetT3 .card-widget-item:focus-within .card-titlebox {
      opacity: 0;
      height: 0px;
      padding: 0px;
      transition: .2s; }
    #cardWidgetT3 .card-widget-item:hover .card-titlebox {
      opacity: 0;
      height: 0px;
      padding: 0px;
      transition: .2s; }
  #cardWidgetT3 .image-container {
    box-sizing: border-box;
    position: static;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  #cardWidgetT3 .card-titlebox {
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: white;
    overflow: hidden;
    text-align: center;
    transition: .2s;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    opacity: 1;
    background: linear-gradient(to bottom, transparent 25%, rgba(0, 0, 0, 0.65) 100%); }
    #cardWidgetT3 .card-titlebox {
      font-size: 18px; }
      @media screen and (min-width: 450px) {
        #cardWidgetT3 .card-titlebox {
          font-size: calc(18px + 2 * ((100vw - 450px) / 916)); } }
      @media screen and (min-width: 1366px) {
        #cardWidgetT3 .card-titlebox {
          font-size: 20px; } }
  #cardWidgetT3 .card-content {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.85) 100%); }
  #cardWidgetT3 .card-widget-title {
    position: static;
    display: block;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    max-height: 70px;
    overflow: hidden; }
  #cardWidgetT3 .card-widget-description {
    width: 100%;
    margin: 20px auto 25px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff; }
  #cardWidgetT3 .buttonwrap a {
    display: inline-block;
    margin: 0 5px 0;
    background: transparent;
    color: #fff;
    font-family: 'norwester-webfont';
    font-size: 20px;
    padding: 6px 14px;
    text-decoration: none; }
    #cardWidgetT3 .buttonwrap a:hover, #cardWidgetT3 .buttonwrap a:active {
      text-decoration: underline; }
    #cardWidgetT3 .buttonwrap a.buyNowButton {
      background: #ffad00;
      color: #ed2517; }
      #cardWidgetT3 .buttonwrap a.buyNowButton:hover, #cardWidgetT3 .buttonwrap a.buyNowButton:active {
        background: #ffd000;
        text-decoration: none; }

@media screen and (max-width: 640px) {
  .saffireMobileSize #cardWidgetT3 {
    border: none; }
    .saffireMobileSize #cardWidgetT3 .card-widget-item {
      border: none; } }

#donateButton {
  height: 44px;
  color: inherit;
  font-size: 0;
  margin: 0 10px 0 20px;
  transition: 0.2s;
  display: flex; }
  .saffireMobileSize #donateButton {
    height: 33px;
    margin: 0 10px; }
  #donateButton:hover {
    color: inherit;
    transform: scale(0.95);
    transition: 0.2s; }
  #donateButton .card-widget-item {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center; }
  #donateButton .card-content {
    background: #ed2517;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  #donateButton .card-widget-title {
    position: static;
    display: flex;
    width: 100%;
    font: 22px "norwester-webfont", Arial, Verdana, sans-serif;
    color: #fff;
    align-items: center;
    padding: 0 10px;
    text-transform: uppercase; }
    .saffireMobileSize #donateButton .card-widget-title {
      font-size: 16px; }
  #donateButton .card-widget-description {
    display: none; }
  #donateButton .buttonwrap {
    display: none; }

#headerTicket {
  height: 44px;
  color: inherit;
  font-size: 0;
  margin-left: 25px;
  transition: 0.2s;
  min-width: 195px;
  display: flex; }
  .saffireMobileSize #headerTicket {
    height: 33px;
    min-width: 0; }
  #headerTicket:hover {
    color: inherit;
    transform: scale(0.95);
    transition: 0.2s; }
  #headerTicket .card-widget-item {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center; }
    .saffireMobileSize #headerTicket .card-widget-item:after, .saffireMobileSize #headerTicket .card-widget-item:before {
      display: none; }
    #headerTicket .card-widget-item:after {
      content: '';
      width: 9px;
      height: 44px;
      display: flex;
      background: url("images/ticket-right.png") no-repeat;
      position: relative;
      right: 2px; }
    #headerTicket .card-widget-item:before {
      content: '';
      width: 9px;
      height: 44px;
      display: flex;
      background: url("images/ticket-left.png") no-repeat;
      position: relative;
      left: 2px; }
  #headerTicket .card-content {
    background: #ed2517;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  #headerTicket .card-widget-title {
    position: static;
    display: flex;
    width: 100%;
    font: 22px "norwester-webfont", Arial, Verdana, sans-serif;
    color: #fff;
    align-items: center;
    padding: 0 10px;
    text-transform: uppercase; }
    .saffireMobileSize #headerTicket .card-widget-title {
      font-size: 16px; }
      .saffireMobileSize #headerTicket .card-widget-title:after, .saffireMobileSize #headerTicket .card-widget-title:before {
        display: none; }
    #headerTicket .card-widget-title:after, #headerTicket .card-widget-title:before {
      content: '';
      width: 24px;
      height: 15px;
      display: flex;
      background: url("images/stars.png") no-repeat; }
    #headerTicket .card-widget-title:before {
      position: relative;
      right: 7px; }
    #headerTicket .card-widget-title:after {
      position: relative;
      left: 7px; }
  #headerTicket .card-widget-description {
    display: none; }
  #headerTicket .buttonwrap {
    display: none; }

/* 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;
  background: #fff;
  padding: 100px 0 70px; }
  .saffireMobileSize #sponsorWidgetContainer {
    padding: 50px 0 45px; }
  #sponsorWidgetContainer .sponsorWidgetContainer {
    padding-top: 40px; }
    #sponsorWidgetContainer .sponsorWidgetContainer .sponsor-controls-container:focus-within {
      bottom: 3px;
      opacity: 1;
      transition: 0.2s;
      pointer-events: auto; }
    #sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsorCarouselImageContainer {
      animation-play-state: paused; }
    #sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:before {
      content: 'Resume'; }
    #sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:after {
      content: '\f04b';
      padding-left: 2px; }
    #sponsorWidgetContainer .sponsorWidgetContainer:hover .sponsor-controls-container {
      bottom: 3px;
      opacity: 1;
      transition: 0.2s;
      pointer-events: auto; }
  #sponsorWidgetContainer .sponsorCarouselImage img {
    margin: 0 30px;
    max-width: 100%;
    max-height: 135px; }
    .saffireMobileSize #sponsorWidgetContainer .sponsorCarouselImage img {
      max-height: 75px;
      margin: 0 15px; }
  #sponsorWidgetContainer #sponsorsTitleContainer {
    width: 100%;
    text-align: center;
    top: 45px; }
    .saffireMobileSize #sponsorWidgetContainer #sponsorsTitleContainer {
      top: 35px; }
    #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
      font-family: "norwester-webfont";
      font-size: 40px;
      color: #ed2517;
      text-shadow: none; }
      .saffireMobileSize #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
        font-size: 24px; }
  #sponsorWidgetContainer #sponsorArrowRight,
  #sponsorWidgetContainer #sponsorArrowLeft {
    display: none; }
  #sponsorWidgetContainer .sponsor-controls-container {
    box-sizing: border-box;
    position: absolute;
    bottom: -33px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 30px;
    background: #fff;
    box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.5);
    z-index: 999;
    transition: 0.2s;
    opacity: 0;
    pointer-events: none; }
    #sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      padding: 0 0 0 10px;
      border: none;
      background: #fff;
      color: #111;
      width: 100%;
      height: 100%;
      text-align: center;
      cursor: pointer; }
      #sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn:before {
        content: 'Pause';
        display: inline-block;
        width: 50px;
        font-size: 14px;
        line-height: 1;
        color: #111;
        text-align: center; }
      #sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn:after {
        content: '\f04c';
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        text-align: center;
        padding-left: 1px;
        width: 30px;
        height: 100%;
        font-family: "FontAwesome";
        font-size: 15px;
        color: #111; }

#sponsorWidgetContainer .sponsorWidgetContainer:not(.animate) .sponsor-controls-container {
  display: none; }

.video-container {
  height: auto;
  width: 100%;
  max-width: 100%;
  background: #2a2a2a; }

#videoSection {
  position: relative;
  display: block;
  width: 1600px;
  max-width: 100%;
  vertical-align: top;
  float: none;
  overflow: hidden;
  margin: 0 auto; }
  #videoSection.single-video #arrow-container {
    display: none; }

#videoWidget {
  box-sizing: border-box;
  position: relative;
  height: 0;
  width: 100%;
  max-width: 100%;
  padding-bottom: 56.3%;
  text-align: center; }
  #videoWidget iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    border: none !important;
    z-index: 1; }
  #videoWidget .video-loading {
    box-sizing: border-box;
    position: relative;
    top: calc(50% - 40px);
    left: 0;
    right: 0;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border: 10px solid rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
    border-radius: 100%;
    z-index: 0;
    animation: spin 1s infinite linear; }
  #videoWidget .video-arrow {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 14px;
    background-size: contain;
    background-position: center;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 1; }
    #videoWidget .video-arrow.previous {
      background: url("images/vid-arrow-left.png") no-repeat center;
      left: -25px;
      opacity: 0;
      visibility: hidden; }
    #videoWidget .video-arrow.next {
      background: url("images/vid-arrow-right.png") no-repeat center;
      right: -25px;
      opacity: 0;
      visibility: hidden; }
  #videoWidget:hover .video-arrow.previous {
    left: 8px;
    opacity: 0.8;
    visibility: visible; }
  #videoWidget:hover .video-arrow.next {
    right: 8px;
    opacity: 0.8;
    visibility: visible; }
  #videoWidget #videoList {
    display: none; }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }
.header .emailSignup {
  display: inline-flex;
  align-items: center; }
  .header .emailSignup .emailInputField input {
    height: 30px;
    width: 170px;
    padding: 0 5px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    border-radius: 0 !important;
    width: 0;
    padding: 0;
    transition: 0.2s; }
    .header .emailSignup .emailInputField input:focus {
      width: 170px;
      padding: 0 5px;
      transition: 0.2s; }
  .header .emailSignup .emailSubmitButton {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 10px;
    background: #999;
    border-radius: 0 !important;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    width: 35px;
    padding: 0;
    font-size: 0; }
    .header .emailSignup .emailSubmitButton:before {
      content: "\f0e0";
      display: block;
      font-size: 18px;
      font-family: "FontAwesome";
      line-height: 1;
      color: #000; }
    .header .emailSignup .emailSubmitButton:hover {
      background: #aaa; }
  .header .emailSignup:hover .emailInputField input {
    width: 170px;
    padding: 0 5px;
    transition: 0.2s; }

.saffireMobileSize .header .emailSignup {
  position: static;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px; }
  .saffireMobileSize .header .emailSignup:before {
    content: "\f0e0";
    position: static;
    line-height: 1;
    font-size: 26px;
    color: #eee; }

.email-signup-wrapper {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 122px;
  border-top: 1px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 0 10px;
  background: #b10b11;
  background-image: url("images/envelopes.png");
  background-size: auto;
  background-position: 10% 25%;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 960px) {
    .email-signup-wrapper {
      height: 242px;
      background-image: url("images/envelopes-m.png");
      background-position: 41% 15%; } }
  @media screen and (max-width: 767px) {
    .email-signup-wrapper {
      border: none; } }
  .email-signup-wrapper .emailSignup {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 960px) {
      .email-signup-wrapper .emailSignup {
        display: block;
        text-align: center; } }
  .email-signup-wrapper .emailSignupText {
    font-size: 30px;
    font-family: 'norwester-webfont';
    margin: 0; }
    @media screen and (max-width: 960px) {
      .email-signup-wrapper .emailSignupText {
        font-size: 24px;
        margin-bottom: 18px; } }
    @media screen and (max-width: 374px) {
      .email-signup-wrapper .emailSignupText {
        font-size: 22px; } }
    .email-signup-wrapper .emailSignupText:after {
      content: '';
      display: inline-block;
      width: 18px;
      height: 30px;
      background: url("images/forward.png") center/contain no-repeat;
      margin: 0 25px 0 20px;
      position: relative;
      top: 4px; }
      @media screen and (max-width: 960px) {
        .email-signup-wrapper .emailSignupText:after {
          display: none; } }
  .email-signup-wrapper .emailInputField {
    margin-right: 12px; }
    @media screen and (max-width: 960px) {
      .email-signup-wrapper .emailInputField {
        margin-bottom: 22px; } }
  .email-signup-wrapper .inputFieldTextbox {
    box-sizing: border-box;
    width: 294px;
    height: 45px;
    padding: 5px 14px;
    border-radius: 5px !important;
    background: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 300; }
  .email-signup-wrapper .inputFieldSubmit {
    display: inline-block;
    margin: 0 5px 0;
    background: #ffad00;
    color: #ed2517 !important;
    font-family: 'norwester-webfont';
    font-size: 20px;
    padding: 5px 14px;
    border-radius: 0 !important;
    text-decoration: none;
    text-transform: uppercase; }
    .email-signup-wrapper .inputFieldSubmit:hover, .email-signup-wrapper .inputFieldSubmit:active {
      background: #ffd000; }

.modalContent.emailSignupThankYouMessage h1 {
  font-size: 20px; }

.modalContent.emailSignupThankYouMessage p {
  font-size: 14px; }

body.subpage-whiskeyfest {
  background-image: url("images/whiskeyfest-bg.jpg"); }
  body.subpage-whiskeyfest .header {
    display: none !important; }

/*# sourceMappingURL=theme.css.map */
