@charset "UTF-8";
/************** 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: "RobotoSlabLight";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/RobotoSlabLight.woff2") format("woff2"), url("fonts/RobotoSlabLight.woff") format("woff");
}
@font-face {
  font-family: "RobotoSlabRegular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/RobotoSlabRegular.woff2") format("woff2"), url("fonts/RobotoSlabRegular.woff") format("woff");
}
@font-face {
  font-family: "RobotoSlabBold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/RobotoSlabBold.woff2") format("woff2"), url("fonts/RobotoSlabBold.woff") format("woff");
}
@font-face {
  font-family: "LibreBaskervilleRegular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/LibreBaskervilleRegular.woff2") format("woff2"), url("fonts/LibreBaskervilleRegular.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: #333333;
  font: 16px/1.5 "RobotoSlabRegular", Arial, Verdana, sans-serif;
}

b,
strong {
  font-family: "open_sansbold";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "LibreBaskervilleRegular", Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #ba0030;
  line-height: 1.2;
  margin: 0 0 0.67em;
  text-transform: capitalize;
}

h1 {
  font-size: 29px;
}
@media screen and (min-width: 450px) {
  h1 {
    font-size: calc(29px + 11 * ((100vw - 450px) / 916));
  }
}
@media screen and (min-width: 1366px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 24px;
}
@media screen and (min-width: 450px) {
  h2 {
    font-size: calc(24px + 6 * ((100vw - 450px) / 916));
  }
}
@media screen and (min-width: 1366px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 18px;
}
@media screen and (min-width: 450px) {
  h3 {
    font-size: calc(18px + 6 * ((100vw - 450px) / 916));
  }
}
@media screen and (min-width: 1366px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 18px;
}
@media screen and (min-width: 450px) {
  h4 {
    font-size: calc(18px + 0 * ((100vw - 450px) / 916));
  }
}
@media screen and (min-width: 1366px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 18px;
}
@media screen and (min-width: 450px) {
  h5 {
    font-size: calc(18px + 1 * ((100vw - 450px) / 916));
  }
}
@media screen and (min-width: 1366px) {
  h5 {
    font-size: 19px;
  }
}

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;
}
.subContainer h2 {
  font-size: 24px;
}
.subContainer h3 {
  font-size: 20px;
}
.subContainer h4 {
  font-size: 18px;
}
.subContainer h5 {
  font-size: 16px;
}
.subContainer h6 {
  font-size: 14px;
}

a {
  color: #ba0030;
  text-decoration: underline;
}

.footer a,
.header a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.expandedViewEventNameDescriptionText {
  padding-bottom: 20px;
}

.featureLineup-more {
  top: 250px;
}

#imgsearch input.inputFieldTextbox {
  height: 27px;
}

span.printEvent {
  z-index: 1;
  line-height: 1;
}

.saffireMobileSize #dynamicModal,
.saffireMobileSize .modal.nested {
  max-height: 66vh !important;
  overflow-y: hidden !important;
}

.modalClose > a.modalCloseButton {
  margin-right: 5px;
  border-radius: 50%;
  top: -47px;
  position: relative;
  right: -15px;
  font-size: 16px;
  line-height: 24px;
  min-width: 31px !important;
}

.modalContent.emailSignupThankYouMessage,
.modalContent.emailSignupThankYouMessage h1 {
  line-height: 1;
}

.getUpdatesPageEmailModule .emailSignup.modalOnly .inputFieldTextbox {
  padding: 12px 10px !important;
}

.saffireMobileSize.modalBody .emailInputSubmit {
  margin-top: 0;
}

.saffireMobileSize .ui-dialog {
  max-width: 91%;
}

#dynamicModal {
  height: 152px !important;
}

.modalClose {
  height: 0;
}

:focus {
  outline: none;
}

div#dynamicModal {
  height: 168px;
  overflow: hidden;
  max-height: 170px !important;
  margin: 0 !important;
  padding: 0;
  border-top: 0 !important;
}

.modalBody {
  padding: 9px 0;
}

.ui-dialog {
  width: 500px !important;
}

/***************** CONTAINERS **************************/
body {
  background: url("") #fff no-repeat fixed;
  background-size: cover;
}

.wrapper {
  width: 100%;
}

body:not(.homepage) .content {
  position: relative;
  max-width: calc(1130px - 15px - 15px);
  margin: 190px auto 60px;
  padding: 15px 15px 15px 15px;
  background: #fff;
}

.saffireLargeSize.homepage .content,
.saffireMobileSize.homepage .content {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: none;
}

.saffireMobileSize.homepage .content {
  margin: 142px auto 0;
}
.saffireMobileSize.homepage.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff .content {
  margin: 81px auto 0;
}
.saffireMobileSize.homepage.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff.generalMessageOn .content {
  margin: 121px auto 0;
}
.saffireMobileSize.homepage.generalMessageOn.siteInfoBannerOn .content {
  margin: 182px auto 0;
}

.subContainer {
  background: #ccc;
  color: #111;
  box-shadow: 2px 2px 5px #000;
}
.subContainer a,
.subContainer h1,
.subContainer h2,
.subContainer h3 {
  color: #111;
}
.subContainer .error {
  color: #000;
}

.dateDisplayBar,
.dateDisplay {
  background: #ba0030;
  color: #fff;
}
.dateDisplayBar a,
.dateDisplay a {
  color: #fff;
}

#google_translate_element {
  /* |%  Google translate position */
  top: 15px;
  right: 30px;
}

.orderhistory {
  background: #ba0030;
}

.orderhistory th {
  color: #fff;
  padding: 8px 3px;
}

.alternateRow {
  background: #ddd;
}

.listingItem {
  background: #ddd;
  border-bottom: 1px solid #c4c4c4;
}
.listingItem:hover {
  background: #e5e5e5;
}

.hot-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 41px 0 28px;
}
.saffireMobileSize .hot-button-container {
  flex-direction: column;
  margin: 28px 0 0;
}

.inner-container {
  background: url("images/california-rodeo-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.inner-container .insta-email-container {
  max-width: 1378px;
  margin: 0 auto;
  display: flex;
  padding: 106px 10px 91px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1214px) {
  .inner-container .insta-email-container {
    flex-direction: column;
  }
}
.saffireMobileSize .inner-container .insta-email-container {
  padding: 6px 10px 42px;
}

.email-container {
  width: 385px;
  height: 360px;
  max-width: 100%;
  background: url("images/become-rodeo-insider-bg.png") #080908;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 17px;
}
@media screen and (max-width: 1214px) {
  .email-container {
    margin: 40px auto 0;
  }
}
.saffireMobileSize .email-container {
  max-width: 380px;
  width: 96%;
  height: 321px;
  padding-top: 20px;
  margin: 44px auto 0;
}
.email-container .emailSignupText {
  font-size: 0;
  font-family: "RobotoSlabLight";
  margin-bottom: 28px;
}
.saffireMobileSize .email-container .emailSignupText {
  margin-top: 20px;
  margin-bottom: 28px;
}
.email-container .emailSignupText:before {
  font-size: 16px;
  content: "Sign up to receive the latest Rodeo news, contests, events and more.";
  color: #fff;
  line-height: 20px;
}

h1.email-title {
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  line-height: 37px;
  margin-bottom: 21px;
}
.saffireMobileSize h1.email-title {
  font-size: 30px;
  margin: 0;
}

.emailSignup {
  box-sizing: border-box;
  text-align: center;
}

p.emailSignupText {
  line-height: 1.2;
}

.emailSignup .emailInputField input {
  width: 297px;
  height: 45px;
  text-align: center;
  background: #fff;
  border-radius: 0 !important;
  font-family: "RobotoSlabLight";
  color: #4c4c4c;
  font-size: 16px;
}

.emailSignup .emailSubmitButton {
  font-size: 0;
  padding: 0;
  margin-top: 25px;
}

.emailSignup .emailSubmitButton:after {
  content: "SUBSCRIBE";
  font-size: 16px;
  font-family: "RobotoSlabBold";
  background: #c60000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 143px;
  height: 45px;
  letter-spacing: 0.5px;
}

.emailSignup .emailSubmitButton:hover:after {
  background: #f72d2d;
}

h1.static-title {
  color: #4d4c4c;
  text-align: center;
  font-size: 40px;
}
.saffireLargeSize h1.static-title {
  margin: 0 33px;
}
@media screen and (max-width: 1155px) {
  .saffireLargeSize h1.static-title {
    margin: 0 6px 0 9px;
  }
}
@media screen and (max-width: 990px) {
  .saffireLargeSize h1.static-title {
    margin: 0 6px 0 3px;
  }
}
@media screen and (max-width: 860px) {
  h1.static-title {
    font-size: 24px;
  }
}
.saffireMobileSize h1.static-title {
  order: 1;
  font-size: 26px;
  margin: 0 0 26px;
}
.saffireMobileSize h1.static-title br {
  display: none;
}

.sponsor-container {
  margin: 37px 0 39px;
}
.saffireMobileSize .sponsor-container {
  margin: 27px 0 30px;
}

.top-header {
  display: flex;
  background: #4c4c4c;
  height: 44px;
  background: linear-gradient(to right, #717171 0%, #4c4c4c 100%);
}
.saffireMobileSize .top-header {
  height: auto;
}

.right-header {
  margin-left: auto;
  display: flex;
  margin-right: 0.5px;
  align-items: center;
}
.saffireMobileSize .right-header {
  margin: 0 4px 2px auto;
}

.coutdown-container {
  background: rgba(76, 76, 76, 0.7);
  justify-content: flex-end;
  display: flex;
  height: 42px;
}
.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff .coutdown-container {
  display: none !important;
}
.saffireMobileSize .coutdown-container {
  height: auto;
}

.rotating-content-container {
  padding: 0 5px;
  box-sizing: border-box;
  margin: 0 auto 70px;
}
.saffireMobileSize .rotating-content-container {
  margin: 0 auto 36px;
}
.rotatingContentDoesNotHaveSlides .rotating-content-container {
  display: none;
}

.top-footer {
  background-size: cover;
  box-sizing: border-box;
  padding: 0 0 28px;
  border-top: 4px solid #fff;
  position: relative;
}
.saffireMobileSize .top-footer {
  padding: 0 0 35px;
  border-width: 3px;
}

.bottom-footer {
  padding: 10px 15px 15px;
  box-sizing: border-box;
}
.saffireMobileSize .bottom-footer {
  padding: 10px 15px 47px;
}

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #c60000;
  font-family: "RobotoSlabRegular", Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  transition: all 0.5s ease !important;
}
.saffireWindowScrolled .generalmessage {
  font-size: 0 !important;
  height: 0 !important;
  padding: 0 !important;
}
.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: 12px;
  }
}

.header {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  background: transparent;
  position: fixed;
  top: 0;
  z-index: 9;
}

.headerInnerContent {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.saffireMobileSize .header {
  height: auto;
  position: fixed;
  top: 0;
}
.saffireMobileSize .headerInnerContent {
  height: auto;
}

.header-logo {
  display: block;
  width: 337px;
  height: 227px;
  background: url("images/logo-new.png") center/contain no-repeat;
  position: absolute;
  top: 4px;
  margin-left: 34px !important;
  transition: all 0.2s ease;
}
.generalMessageOn.saffireLargeSize .header-logo {
  margin-top: 40px;
}
.generalMessageOn.saffireLargeSize.saffireWindowScrolled .header-logo {
  margin-top: 0;
}
body:not(.homepage).saffireLargeSize .header-logo {
  width: 181px;
  height: 122px;
  top: 0;
  margin-left: 56px;
}
.saffireLargeSize.saffireWindowScrolled .header-logo {
  width: 181px;
  height: 122px;
  top: 0;
  margin-left: 56px;
}
@media screen and (max-width: 1100px) {
  .header-logo {
    width: 181px;
    height: 122px;
    margin-left: 30px !important;
    top: 0;
  }
}
@media screen and (max-width: 950px) {
  .header-logo {
    width: 120px !important;
    height: 81px !important;
    margin-left: 21px !important;
    top: 0;
  }
}
.saffireMobileSize .header-logo {
  background: url("images/logo-new.png") center/contain no-repeat;
  width: 115px !important;
  height: 74px !important;
  position: relative;
  margin: 1px 0 6px 6px !important;
}

.ticket {
  background: #c60000;
  color: #fff;
  width: 141px;
  height: 44px;
  letter-spacing: 0.7px;
  line-height: 1;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border: 1px solid #fff;
  font-family: "RobotoSlabBold";
  font-size: 16px;
}
.ticket:hover {
  background: #f72d2d;
  color: #fff;
  width: 141px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border: 1px solid #fff;
  line-height: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .saffireLargeSize .ticket {
    width: 109px !important;
    height: 44px !important;
    font-size: 14px;
  }
}

.saffireMobileSize a.ticket {
  background: #c60000;
  color: #fff;
  width: 111px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border: 1px solid #fff;
  line-height: 1;
  box-sizing: border-box;
  font-size: 16px;
  margin: 0 10px 2px 0;
}
.saffireMobileSize a.ticket:hover {
  background: #f72d2d;
  color: #fff;
  width: 111px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border: 1px solid #fff;
  line-height: 1;
  box-sizing: border-box;
  font-size: 16px;
  margin: 0 10px 2px 0;
}

.header .searchBox:not(.clonedSearchBox) {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 9999;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
  height: 44px;
  width: 170px;
  padding: 0 5px;
  font-size: 14px;
  font-family: "RobotoSlabRegular", Arial, Verdana, sans-serif;
  border-radius: 0 !important;
  position: absolute;
  right: 100%;
  top: 0;
  width: 0;
  padding: 0;
  transition: 0.2s;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input:focus {
  width: 170px;
  padding: 0 5px;
  transition: 0.2s;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 10px;
  background: #000000;
  border-radius: 0 !important;
  font-size: 14px;
  font-family: "RobotoSlabRegular", Arial, Verdana, sans-serif;
  width: 51px;
  padding: 0;
  font-size: 0;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:before {
  content: "";
  background: url("images/search-icon.png");
  opacity: 0.5;
  width: 19px;
  height: 21px;
  display: block;
  font-size: 24px;
  font-family: "FontAwesome";
  line-height: 1;
  color: #595959;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover {
  background: #4c4c4c;
}
.header .searchBox:not(.clonedSearchBox):hover .searchBoxInput input {
  width: 170px;
  padding: 0 5px;
  transition: 0.2s;
}

.saffireMobileSize .header .searchBox:not(.clonedSearchBox) {
  position: relative;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.saffireMobileSize .header .searchBox:not(.clonedSearchBox):before {
  content: "";
  position: static;
  line-height: 1;
  font-size: 26px;
  color: #eee;
}

.saffireLargeSize .viewcart {
  display: flex;
  color: inherit;
  margin: 0 9px;
  justify-content: center;
  align-items: center;
}
.saffireLargeSize .viewcart .cartMenuLink {
  display: flex;
  color: #fff;
  font-size: 14px;
  line-height: 23px;
}
.saffireLargeSize .viewcart .cartMenuLink:before {
  content: "";
  background: url("images/cart-icon.png") no-repeat;
  width: 26px;
  height: 23px;
  display: flex;
  opacity: 0.5;
  position: relative;
  margin-right: 4px;
  font-family: "FontAwesome";
  font-size: 26px;
  line-height: 1;
  color: inherit;
  position: relative;
  top: 1px;
}

.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:before {
  content: "";
  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: 49px;
  height: 49px;
  vertical-align: top;
  margin: 0 0 6px;
}
.mobile-nav-toggle:before {
  content: "";
  background: url("images/mobile-toggle.png") no-repeat;
  position: relative;
  top: 2px;
  font-family: "FontAwesome";
  font-size: 28px;
  line-height: 1;
  color: #fff;
  width: 20px;
  height: 13px;
  display: block;
}
.mobile-nav-toggle:hover {
  cursor: pointer;
}

.standAloneDirections {
  font-size: 0;
  background: #353535;
  width: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 43px;
}
.standAloneDirections:before {
  content: "";
  background: url("images/location-marker-icon.png") no-repeat;
  width: 15px;
  height: 20px;
  display: flex;
  opacity: 0.5;
  position: relative;
  margin-right: 4px;
  font-family: FontAwesome;
  font-size: 26px;
  line-height: 1;
  color: inherit;
}

.nav {
  margin-right: 12px;
}

.saffireLargeSize .mobile-nav-toggle {
  display: none;
}

#weatherBugWidget {
  padding: 16px 20px 14px;
}
@media screen and (max-width: 950px) {
  #weatherBugWidget {
    padding: 16px 1px 14px;
  }
}
.saffireMobileSize #weatherBugWidget {
  display: none !important;
}

.saffireMobileSize .searchBox,
.saffireMobileSize .standAloneDirections,
.saffireMobileSize .viewcart {
  display: none !important;
}

.mobile-toggle-icons {
  display: none;
}

.saffireLargeSize .nav .groups {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.saffireLargeSize .nav .groups .group {
  display: inline-block;
  flex-shrink: 0;
  margin: 0 9px;
}
@media screen and (max-width: 1100px) {
  .saffireLargeSize .nav .groups .group {
    margin: 0;
  }
}
.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: 9px 15px 10px;
  letter-spacing: 0.7px;
  background: none;
  font-family: "RobotoSlabBold", Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 950px) {
  .saffireLargeSize .nav .groups .group > a {
    padding: 9px 8px 10px;
  }
}
@media screen and (max-width: 1100px) {
  .saffireLargeSize .nav .groups .group > a {
    font-size: 13px;
  }
}
.saffireLargeSize .nav .groups .group:hover > a {
  color: #fff;
  background: #353535;
}
.saffireLargeSize .nav .items {
  top: 100%;
  left: 0;
  padding: 0;
  background: #353535;
}
.saffireLargeSize .nav .items .item a {
  padding: 5px 15px;
  color: #fff;
  font-family: "RobotoSlabRegular", Arial, Verdana, sans-serif;
}
.saffireLargeSize .nav .items .item a:hover {
  color: #fff;
}
.saffireLargeSize .nav .item {
  width: 200px;
  line-height: 1.4;
}
.saffireLargeSize .nav .item:hover {
  background: #4f4f4f;
}
.saffireLargeSize .nav .subitems {
  left: 100%;
  padding: 0;
  background: #353535;
}

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: repeat-x #fff center;
  color: #111;
  text-align: center;
}
.footer a {
  color: #111;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer ul.footerItems1 {
  margin: 0 auto;
  font-family: "RobotoSlabRegular";
  font-size: 14px;
  text-transform: uppercase;
}
.footer .footerSignIn {
  text-transform: uppercase;
}
.footer ul.footerItems2 {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  align-items: center;
  font-family: "RobotoSlabRegular";
}
.footer ul.footerItems2 li {
  font-size: 12px;
  line-height: 1;
  color: #545454;
}
.footer ul.footerItems2 li:nth-child(2) {
  padding: 0 0 8px;
}
.footer ul.footerItems2 li:last-child {
  position: relative;
  top: -13px;
}
.footer ul.footerItems2 li:last-child a {
  margin: 0 0 0 5px;
}

.saffireMobileSize .footer a:hover {
  text-decoration: none;
}
.saffireMobileSize .footer ul.footerItems1 {
  max-width: 300px;
  margin-bottom: 6px;
}
.saffireMobileSize .footer .footerSignIn {
  max-width: 300px;
  margin: auto;
}
.saffireMobileSize .footer ul.footerItems2 {
  margin-top: 10px;
  text-align: center;
  flex-direction: column;
}
.saffireMobileSize .footer ul.footerItems2 li {
  font-size: 10px;
}
.saffireMobileSize .footer ul.footerItems2 li:nth-child(2) {
  padding: 0;
}
.saffireMobileSize .footer ul.footerItems2 li:last-child {
  top: 0;
  margin: 4px 0 0;
}
.saffireMobileSize .footer .saffire_logo {
  right: 2px;
}
.saffireMobileSize .footer .salinas-logo {
  margin: 0 0 22px;
}

.mobile-menu-container {
  background-color: #4c4c4c;
}
.mobile-menu-container .mobile-menu-header {
  background: linear-gradient(to right, #787878 0%, #4c4c4c 82%);
}
.mobile-menu-container .close-mobile-menu:after, .mobile-menu-container .close-mobile-menu:before {
  background-color: #8c8c8c;
}
.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;
  font-size: 30px;
}
.mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
.mobile-menu-container .mobile-menu-subheader-btn:active {
  background-color: #d4d2cb;
}
.mobile-menu-container .mobile-menu-login-links a {
  font-family: RobotoSlabBold;
}
.mobile-menu-container .cart-counter {
  font-family: RobotoSlabBold;
}
.mobile-menu-container .search-container {
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;
}
.mobile-menu-container .search-container input {
  font-family: RobotoSlabBold;
}
.mobile-menu-container .search-container .search-submit-btn {
  color: #333;
}
.mobile-menu-container .mobile-menu-ticket-btn {
  background-color: #cc1a1a;
  font-family: RobotoSlabBold;
  color: #fff;
  border-color: #fff;
  border-bottom: 1px solid #252525;
}
.mobile-menu-container .mobile-menu-footer-links a {
  font-family: RobotoSlabBold;
  color: #fff;
}

#mobile-nav ul {
  background-color: #fff;
}
#mobile-nav li {
  margin: 0;
  border-bottom: 1px solid #252525;
  background-color: #cc1a1a;
}
#mobile-nav a {
  background-color: #cc1a1a;
  font-family: RobotoSlabBold;
  color: #fff;
}
#mobile-nav a:hover {
  background-color: #9f1414;
}
#mobile-nav .has-subitems span {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
#mobile-nav .has-subitems span:hover {
  background-color: #9f1414;
}

.close-mobile-menu:before {
  display: none;
}
.close-mobile-menu:after {
  content: "";
  font-family: "fontAwesome";
  transform: none;
  background: transparent !important;
  height: 25px;
  top: 0;
  font-size: 26px;
  color: #fff;
  opacity: 0.3;
}

/************************* 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: #ba0030;
  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: #333333;
}
.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;
}

/************* BUTTON STYLES *********************/
.button {
  padding: 4px 12px;
  font-size: 16px;
}

.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: "RobotoSlabBold";
  color: #fff !important;
  background: #4c4c4c;
}

.buttonSmall,
a.buttonSmall.button {
  padding: 4px 12px;
  font-size: 10px;
}

.button:hover,
.buttonSmall:hover {
  background: #333333;
}

a.cartMenuRemoveButton.button.buttonSmall,
a.removeButton.buttonSmall,
a.updateButton.buttonSmall {
  font-size: 0.875em;
}

.cartMenu .cartMenuCheckoutButton {
  font-size: 14px;
  padding: 4px 15px !important;
}

/* 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: none;
  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: "RobotoSlabRegular", Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  opacity: 0;
  transition: 1s;
}
@media screen and (max-width: 1000px) {
  .homepage .slideshowSwiperDescription.currentSlideDescription {
    padding-top: 1em;
    padding-left: 2%;
    padding-right: 2%;
  }
}
.homepage #newSliderDescriptionContainer {
  background: #c60000;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.homepage .sliderTitle {
  position: relative;
  line-height: normal;
  font-family: "LibreBaskervilleRegular";
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  height: 54px;
}
@media screen and (max-width: 1023px) {
  .homepage .sliderTitle {
    font-size: 18px;
    height: 34px;
  }
}
.homepage .swiper-container {
  position: relative;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  z-index: 1;
  /* Specify Swiper's Size: */
  width: 100%;
  max-width: 100%;
  height: 750px;
  /* Swiper Container - Inset Shadow*/
  /* Swiper Container - Hover Styles*/
}
.homepage .swiper-container:hover .slideshowSwiperDescription {
  max-height: 750px;
}
.homepage .swiper-slide {
  /* Specify Slides's Size: */
  position: relative;
  height: 750px;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.3;
  text-align: center;
}
.homepage .swiper-slide > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
}
.homepage .swiper-slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.homepage .swiper-slide-active .slideshowSwiperDescription a,
.homepage .swiper-slide-active .slideshowSwiperDescription span {
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .homepage .swiper-container,
.homepage .swiper-slide {
    height: 75vw !important;
  }
}
.homepage span.sliderButtonContainer {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  /* Buttons*/
}
.homepage span.sliderButtonContainer a.button {
  display: inline-block;
  padding: 4px 19px;
  font-family: "RobotoSlabBold";
  font-size: 16px;
  color: #fff !important;
  background: #4c4c4c;
  background: linear-gradient(180deg, #4c4c4c);
  white-space: nowrap;
  margin: 0 7px;
  /* More and BuyNow Buttons*/
  /* Button - Hover Styles*/
}
.homepage span.sliderButtonContainer a.button.sliderMoreButton, .homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
  font-size: 16px;
}
.homepage span.sliderButtonContainer a.button.sliderMoreButton {
  order: 2;
}
.homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
  order: 1;
}
.homepage span.sliderButtonContainer a.button:hover {
  background: #6b6b6b;
}
.homepage .slideshowSwiperButtonPrev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin: auto;
  z-index: 4;
  transition: all 0.3s ease;
  cursor: pointer;
  display: none !important;
  left: 0;
  right: calc(1130px + (-15px * -1));
  /* Slideshow Swiper Button - PREV - Hover Styles*/
}
@media screen and (max-width: 1160px) {
  .homepage .slideshowSwiperButtonPrev {
    left: 10px;
    right: auto;
  }
}
@media screen and (max-width: 1050px) {
  .homepage .slideshowSwiperButtonPrev {
    left: 1%;
    right: auto;
  }
}
.homepage .slideshowSwiperButtonNext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: auto;
  z-index: 4;
  transition: all 0.3s ease;
  cursor: pointer;
  display: none !important;
  right: 0;
  left: calc(1130px + (-15px * -1));
  /* Slideshow Swiper Button - PREV - Hover Styles*/
}
@media screen and (max-width: 1160px) {
  .homepage .slideshowSwiperButtonNext {
    right: 10px;
    left: auto;
  }
}
@media screen and (max-width: 1050px) {
  .homepage .slideshowSwiperButtonNext {
    right: 1%;
    left: auto;
  }
}
.homepage .sliderControlsContainer {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: -42px;
  bottom: auto;
  /* setting is left, right or center*/
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 78px;
  display: flex;
  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: none;
}
.homepage .swiper-pagination-bullet {
  position: relative;
  top: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #fff;
  transition: background 0.4s ease;
  opacity: 1;
  border: 2px solid #fff;
  border-radius: 50%;
}
.homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
}
.homepage .swiper-pagination-bullet:hover {
  background: transparent;
}
.homepage .sliderPlayPause {
  display: inline-block;
  cursor: pointer;
  width: 8px;
  height: 8px;
  font-size: 0;
  color: #fff;
}
.homepage .sliderPlayPause.playing:before {
  content: "❚❚";
}
.homepage .sliderPlayPause:before {
  content: "▶";
}

.homepage .swiper-slide-active .slideshowSwiperDescription,
.homepage.saffireLargeSize .currentSlideDescription,
.homepage.saffireMobileSize .currentSlideDescription {
  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: 4px 25px 7px;
  /* Slideshow Description - Hover Styles*/
}
.homepage.saffireLargeSize .swiper-container {
  border: none;
}
.homepage.saffireLargeSize .currentSlideDescription {
  max-width: 1000px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  /* 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 19px;
}
.homepage.saffireLargeSize .sliderTitle {
  width: 100%;
  max-width: 686px;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.homepage.saffireLargeSize #newSliderDescriptionContainer {
  box-sizing: border-box;
  position: relative;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  bottom: 0;
  top: auto;
  height: auto;
  width: 1000px;
  max-width: 100%;
  z-index: 2;
  transition: 1s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 124px;
  width: 100%;
  /* Slider Text Container*/
  /* New Slider Description Container - Hover Styles*/
}
.homepage.saffireLargeSize #newSliderDescriptionContainer .sliderTextContainer {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
}
/*/
////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - saffireMobileSize Settings*/
/*/
////////////////////////////////////////////////////////////////////*/
.homepage.saffireMobileSize {
  /* Swiper Slide*/
  /* Slideshow Description - Slider Text Description*/
  /* Slider Title*/
  /* Slideshow Description - Current Slide Description*/
  /* New Slider Description Container*/
  /* Slideshow Swiper Buttons*/
  /* Slideshow Swiper Button - PREV*/
  /* Slideshow Swiper Button - NEXT*/
  /* Slider Controls Container */
}
.homepage.saffireMobileSize .swiper-pagination-bullet {
  background: #727272;
  border-color: #727272;
  width: 7px;
  height: 7px;
}
.homepage.saffireMobileSize .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
}
.homepage.saffireMobileSize .swiper-slide-active {
  overflow: hidden;
}
.homepage.saffireMobileSize .sliderTextDescription {
  font-size: 14px;
  line-height: 1.3;
  opacity: 1;
  text-align: center;
}
.homepage.saffireMobileSize .sliderTitle {
  height: auto;
  padding: 0;
  font-size: 20px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.homepage.saffireMobileSize .currentSlideDescription {
  width: 100%;
  height: auto;
  padding: 10px 5%;
  flex-direction: column;
}
.homepage.saffireMobileSize .currentSlideDescription .sliderTextContainer {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-around;
  align-items: 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: 25px auto 0;
  letter-spacing: 0.5px;
}
.homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer a {
  display: inline-block;
  padding: 4px 13px;
  margin: 0 5px;
  font-size: 13px !important;
}
.homepage.saffireMobileSize #newSliderDescriptionContainer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 111px;
  padding-top: 2px;
  background: #c60000;
  z-index: 2;
}
.homepage.saffireMobileSize .slideshowSwiperButtonNext,
.homepage.saffireMobileSize .slideshowSwiperButtonPrev {
  display: none !important;
}
.homepage.saffireMobileSize .slideshowSwiperButtonPrev {
  display: none !important;
}
.homepage.saffireMobileSize .slideshowSwiperButtonNext {
  display: none !important;
}
.homepage.saffireMobileSize .sliderControlsContainer {
  position: absolute;
  top: 100%;
  padding: 3px 0 0;
}

.homepage.saffireMobileSize .swiper-container,
.homepage.saffireMobileSize .swiper-slide {
  height: 51vw !important;
}

#cardWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.saffireMobileSize #cardWidget {
  padding: 59px 7px 0;
}
#cardWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: 197px;
  margin: 0 1px 1px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  text-transform: none;
  flex: 1 1 23%;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  #cardWidget .card-widget-item {
    flex: 1 1 49%;
  }
}
.saffireMobileSize #cardWidget .card-widget-item {
  height: 102px;
  margin: 0 1px 2px;
}
#cardWidget .card-widget-item:hover .image-container {
  transform: scale(1.3);
}
#cardWidget .card-widget-item:hover .card-widget-title {
  background: #c60000;
}
#cardWidget .card-widget-item:hover .card-content {
  background: transparent;
}
#cardWidget .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  background-size: cover;
  transition: all 0.2s ease;
}
#cardWidget .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(75, 62, 39, 0.8);
  position: absolute;
  left: 0;
  top: 0;
}
#cardWidget .card-widget-title {
  position: static;
  display: block;
  font: 18px "RobotoSlabBold";
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 12px;
  letter-spacing: 0.5px;
  box-sizing: border-box;
  max-width: 216px;
}
#cardWidget .card-widget-title:hover {
  background: #f72d2d !important;
}
.saffireMobileSize #cardWidget .card-widget-title {
  max-width: 159px;
  padding: 8px 9px;
  font-size: 12px;
  line-height: 1;
  background: #c60000;
}
#cardWidget .card-widget-description {
  display: none;
}
#cardWidget .buttonwrap {
  display: none;
}

#cardWidgetFooterBg {
  width: 100%;
  background: #4c4c4c;
}
#cardWidgetFooterBg .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 100%;
}
#cardWidgetFooterBg .image-container {
  width: 100%;
  background-size: cover;
  position: relative;
}
#cardWidgetFooterBg .image-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(76, 76, 76, 0.85);
}
#cardWidgetFooterBg .card-content {
  display: none;
}

#cardWidgetFeature {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 12px 0 26px;
  background: #c60000;
  align-items: center;
}
#cardWidgetFeature.none-div {
  display: none;
}
.saffireMobileSize #cardWidgetFeature {
  padding: 17px 0 4px;
}
#cardWidgetFeature .special-thanks-title {
  font: 22px "RobotoSlabBold";
  color: #fff;
  width: 100%;
  margin: 0 0 29px;
  letter-spacing: 1.1px;
}
.saffireMobileSize #cardWidgetFeature .special-thanks-title {
  font-size: 18px;
  box-sizing: border-box;
  padding: 0 17px;
  margin: 0 0 24px;
  line-height: 22px;
}
#cardWidgetFeature .card-widget-item {
  box-sizing: border-box;
  display: flex;
  margin: 0 39px;
}
@media screen and (max-width: 860px) {
  #cardWidgetFeature .card-widget-item {
    margin: 0 10px 20px;
    width: 32%;
  }
}
.saffireMobileSize #cardWidgetFeature .card-widget-item {
  width: 50%;
  margin: 0 0 27px;
  display: flex;
  justify-content: center;
}
#cardWidgetFeature .image-container .card-widget-image {
  max-width: 230px;
  max-height: 230px;
}
.saffireMobileSize #cardWidgetFeature .image-container .card-widget-image {
  max-width: 138px;
  max-height: 88px;
}
#cardWidgetFeature .card-content {
  display: none;
}
#cardWidgetFeature .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 16px "LibreBaskervilleRegular", Arial, Verdana, sans-serif;
  color: #333333;
}
#cardWidgetFeature .card-widget-description {
  font: 16px "RobotoSlabRegular", Arial, Verdana, sans-serif;
  color: #333333;
  padding: 10px;
}
#cardWidgetFeature .buttonwrap a {
  margin: 0 5px;
}

#hotButtons-right {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  padding: 0;
}
.saffireMobileSize #hotButtons-right {
  order: 2;
}
#hotButtons-right .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 138px;
  height: 137px;
  margin: 0 19px;
  background-color: #fff;
  text-decoration: none;
  position: relative;
  text-transform: none;
  border-radius: 50%;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  transition: 0.1s ease;
}
@media screen and (max-width: 1280px) {
  #hotButtons-right .card-widget-item {
    margin: 0 11px;
  }
}
@media screen and (max-width: 1100px) {
  #hotButtons-right .card-widget-item {
    width: 99px;
    height: 100px;
  }
}
#hotButtons-right .card-widget-item:hover .image-container .card-widget-image {
  opacity: 0.2;
}
.saffireLargeSize #hotButtons-right .card-widget-item:hover .image-container:after, .saffireLargeSize #hotButtons-right .card-widget-item:hover .image-container:before {
  transform: scale(1.2);
}
@media screen and (max-width: 1400px) {
  .saffireLargeSize #hotButtons-right .card-widget-item:hover .image-container:after, .saffireLargeSize #hotButtons-right .card-widget-item:hover .image-container:before {
    transform: scale(1.1);
  }
}
#hotButtons-right .card-widget-item:hover .card-widget-title {
  font-size: 18px;
}
#hotButtons-right .card-widget-item:hover .card-content {
  background: transparent;
}
@media screen and (max-width: 990px) {
  .saffireLargeSize #hotButtons-right .card-widget-item {
    margin: 0 10px;
  }
}
.saffireMobileSize #hotButtons-right .card-widget-item {
  margin: 0 15px 4px;
  max-width: 100%;
  width: 95px;
  height: 94px;
}
@media screen and (max-width: 374px) {
  .saffireMobileSize #hotButtons-right .card-widget-item {
    margin: 0 10px 4px;
  }
}
#hotButtons-right .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.2s ease;
}
#hotButtons-right .image-container:before {
  background-color: #c60000;
  width: 136px;
  height: 136px;
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1100px) {
  #hotButtons-right .image-container:before {
    width: 98px;
    height: 97px;
    top: -2px;
    left: -2px;
  }
}
#hotButtons-right .image-container:after {
  border: 3px solid #c60000;
  width: 144px;
  height: 144px;
  position: absolute;
  top: -7px;
  left: -7px;
  content: "";
  border-radius: 50%;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1100px) {
  #hotButtons-right .image-container:after {
    width: 102px;
    height: 101px;
  }
}
#hotButtons-right .image-container img {
  opacity: 0.5;
}
@media screen and (max-width: 1100px) {
  #hotButtons-right .image-container img {
    max-width: 49px;
    max-height: 37px;
  }
}
@media screen and (max-width: 380px) {
  #hotButtons-right .image-container {
    background-size: 109%;
  }
}
#hotButtons-right .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#hotButtons-right .card-widget-title {
  position: static;
  display: block;
  font: 0 "RobotoSlabBold";
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 12px;
  transition: all 0.2s ease;
}
.saffireMobileSize #hotButtons-right .card-widget-title {
  font-size: 11px !important;
  letter-spacing: 0.5px;
}
#hotButtons-right .card-widget-description {
  display: none;
}
#hotButtons-right .buttonwrap {
  display: none;
}

#siteInfoBannerWidget {
  box-sizing: border-box;
  position: static;
  display: inline-flex !important;
  height: 41px;
  width: auto;
  flex-direction: row-reverse;
  max-width: 100%;
  padding: 1px 32px 10px;
  background: transparent;
  font-family: "RobotoSlabRegular";
  font-size: 16px;
  color: #fff;
  text-align: right;
  line-height: 1;
  z-index: 2;
  padding: 1px 30px 8px 0;
  min-width: auto;
  align-items: center;
}
#siteInfoBannerWidget #eventDates {
  font-family: "RobotoSlabBold";
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 2px;
  display: inline-block;
  text-transform: uppercase;
}
#siteInfoBannerWidget #eventName {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-right: 23px;
  margin-top: 5px;
  letter-spacing: 0.8px;
  display: inline-block;
}
#siteInfoBannerWidget .countdownDays {
  display: inline-block;
  font-family: "RobotoSlabRegular";
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.saffireMobileSize #siteInfoBannerWidget {
  left: auto;
  right: auto !important;
  padding: 1px 32px 10px;
  background: linear-gradient(to right, #909090 0%, #6f6f6f 100%);
  color: #fff;
  width: 100%;
  height: 61px;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px 8px;
}
.saffireMobileSize #siteInfoBannerWidget #eventName {
  font-size: 12px;
  color: inherit;
  order: 1;
  margin: 0 0 1px;
}
.saffireMobileSize #siteInfoBannerWidget #eventDates {
  font-size: 16px;
  color: inherit;
  order: 2;
  margin: 0;
}
.saffireMobileSize #siteInfoBannerWidget .countdownDays {
  font-size: 12px;
  color: inherit;
}

.saffireMobileSize.saffireWindowScrolled #siteInfoBannerWidget {
  display: none;
}

body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
  font-family: "RobotoSlabBold";
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 817px) {
  body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
    font-size: 16px;
  }
}
body.siteInfoBannerWidgetDateIsPast.noThankYouMessage #siteInfoBannerWidget {
  display: none !important;
}

.siteInfoBannerWidgetDateIsPast.siteInfoBannerOn #siteInfoBannerWidget {
  padding-bottom: 0;
}

.saffireMobileSize.saffireWindowScrolled #siteInfoBannerWidget {
  display: none !important;
}

#hotButtons {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  padding: 0;
}
.saffireMobileSize #hotButtons {
  order: 2;
}
#hotButtons .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 138px;
  height: 137px;
  margin: 0 19px;
  background-color: #fff;
  text-decoration: none;
  position: relative;
  text-transform: none;
  border-radius: 50%;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  transition: 0.1s ease;
}
@media screen and (max-width: 1280px) {
  #hotButtons .card-widget-item {
    margin: 0 11px;
  }
}
@media screen and (max-width: 1100px) {
  #hotButtons .card-widget-item {
    width: 99px;
    height: 100px;
  }
}
#hotButtons .card-widget-item:hover .image-container .card-widget-image {
  opacity: 0.2;
}
.saffireLargeSize #hotButtons .card-widget-item:hover .image-container:after, .saffireLargeSize #hotButtons .card-widget-item:hover .image-container:before {
  transform: scale(1.2);
}
@media screen and (max-width: 1400px) {
  .saffireLargeSize #hotButtons .card-widget-item:hover .image-container:after, .saffireLargeSize #hotButtons .card-widget-item:hover .image-container:before {
    transform: scale(1.1);
  }
}
#hotButtons .card-widget-item:hover .card-widget-title {
  font-size: 18px;
}
#hotButtons .card-widget-item:hover .card-content {
  background: transparent;
}
@media screen and (max-width: 990px) {
  .saffireLargeSize #hotButtons .card-widget-item {
    margin: 0 10px;
  }
}
@media screen and (max-width: 1100px) {
  #hotButtons .card-widget-item {
    width: 95px;
    height: 94px;
  }
}
.saffireMobileSize #hotButtons .card-widget-item {
  margin: 0 15px 4px;
  max-width: 100%;
  margin: 0 15px 35px;
}
@media screen and (max-width: 374px) {
  .saffireMobileSize #hotButtons .card-widget-item {
    margin: 0 10px 35px;
  }
}
#hotButtons .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.2s ease;
}
#hotButtons .image-container:before {
  background-color: #c60000;
  width: 136px;
  height: 136px;
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1100px) {
  #hotButtons .image-container:before {
    width: 98px;
    height: 97px;
    top: -2px;
    left: -2px;
  }
}
#hotButtons .image-container:after {
  border: 3px solid #c60000;
  width: 144px;
  height: 144px;
  position: absolute;
  top: -7px;
  left: -7px;
  content: "";
  border-radius: 50%;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1100px) {
  #hotButtons .image-container:after {
    width: 102px;
    height: 101px;
  }
}
#hotButtons .image-container img {
  opacity: 0.5;
}
@media screen and (max-width: 1100px) {
  #hotButtons .image-container img {
    max-width: 49px;
    max-height: 37px;
  }
}
@media screen and (max-width: 380px) {
  #hotButtons .image-container {
    background-size: 109%;
  }
}
#hotButtons .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#hotButtons .card-widget-title {
  position: static;
  display: block;
  font: 0 "RobotoSlabBold";
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 12px;
  transition: all 0.2s ease;
}
.saffireMobileSize #hotButtons .card-widget-title {
  font-size: 11px !important;
  letter-spacing: 0.5px;
}
#hotButtons .card-widget-description {
  display: none;
}
#hotButtons .buttonwrap {
  display: none;
}

#infoCards {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1022px;
  margin: 0 auto;
  padding: 0 0 90px;
}
.saffireMobileSize #infoCards {
  padding: 0 0 37px;
}
#infoCards .card-widget-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
}
#infoCards .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
}
#infoCards .image-container .card-widget-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#infoCards .card-content {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  #infoCards .card-content {
    padding: 0 15px;
  }
}
#infoCards .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 50px "LibreBaskervilleRegular", Arial, Verdana, sans-serif;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  #infoCards .card-widget-title {
    font-size: 39px;
  }
}
.saffireMobileSize #infoCards .card-widget-title {
  line-height: 1.4;
  font-size: 26px;
}
#infoCards .card-widget-title:after {
  background: url("images/horse-star-icon.png") no-repeat;
  width: 120px;
  height: 46px;
  display: block;
  content: "";
  margin: 19px auto;
  background-size: contain;
}
.saffireMobileSize #infoCards .card-widget-title:after {
  width: 76px;
  height: 38px;
  margin: 8px auto;
}
#infoCards a.moreButton.button {
  font-family: RobotoSlabBold;
  background: #c60000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 47px;
  line-height: 1;
  padding: 0 !important;
  letter-spacing: 0.5px;
}
#infoCards a.moreButton.button:hover {
  background: #f72d2d !important;
}
.saffireMobileSize #infoCards a.moreButton.button {
  font-size: 13px;
  width: 133px;
  height: 39px;
}
#infoCards .card-widget-description {
  font: 16px "RobotoSlabLight";
  color: #fff;
  line-height: 30px;
  width: 100%;
}
.saffireMobileSize #infoCards .card-widget-description {
  font-size: 14px;
  line-height: 24px;
  box-sizing: border-box;
}
#infoCards .card-widget-description br {
  display: block;
  margin-top: 30px;
}
.saffireMobileSize #infoCards .card-widget-description br {
  margin-top: 23px;
}
#infoCards .buttonwrap {
  margin: 40px 0 0;
}
.saffireMobileSize #infoCards .buttonwrap {
  margin: 34px 0 0;
}

#multiScheduleFeature {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  max-width: 100%;
  padding: 20px;
}
#multiScheduleFeature .featureItem {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 5px;
  color: #ba0030;
  transition: 0.3s;
}
#multiScheduleFeature .featureItem:hover {
  color: #333333;
  transition: 0.3s;
}
#multiScheduleFeature .featureItemImage {
  display: inline-block;
  width: 100px;
  min-width: 100px;
  height: auto;
  margin-right: 10px;
  text-align: center;
}
#multiScheduleFeature .featureItemImage img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
#multiScheduleFeature .text-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#multiScheduleFeature .featureItemTitle,
#multiScheduleFeature .featureItemDate,
#multiScheduleFeature .featureItemDescription,
#multiScheduleFeature .button-container {
  display: flex;
}
#multiScheduleFeature .featureItemTitle {
  font-family: "LibreBaskervilleRegular", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
}
#multiScheduleFeature .featureItemDate {
  font-family: "RobotoSlabRegular", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
}
#multiScheduleFeature .featureItemDescription {
  font-family: "RobotoSlabRegular", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
  flex-direction: column;
}
#multiScheduleFeature .all-events-btn {
  padding: 5px;
  position: relative;
  top: 10px;
}

.socialNetworks {
  z-index: 80000000;
  position: static;
  right: -80px;
  top: 20%;
  display: flex;
  justify-content: center;
  transition: 0.6s ease;
  margin: 20px 0 0;
}
.socialNetworks img {
  display: block;
  max-width: 40px;
  max-height: 40px;
}
.socialNetworks > a, .socialNetworks > span {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  left: 0;
  transition: 0.2s;
  padding: 0 7px;
}
.socialNetworks > a:hover, .socialNetworks > span:hover {
  opacity: 0.8;
}
.socialNetworks > a:hover {
  z-index: 2;
  transition: 0.2s;
}

#musicPlayerLink {
  height: 40px;
  width: 40px;
  float: none;
  margin: 0;
  background: url("images/music.jpg") no-repeat right 0;
  border: 3px solid rgba(0, 0, 0, 0.4);
  z-index: 2;
}
#musicPlayerLink #musicPlayerDropdown {
  top: -3px;
  right: 43px;
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #fff;
  box-shadow: 0 0 4px #fff inset;
  font-size: 0.9em;
  color: #fff;
}
#musicPlayerLink #musicPlayerDropdown a {
  padding-right: 14px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
#musicPlayerLink #musicPlayerDropdown a:hover {
  position: relative;
  padding-left: 14px;
  padding-right: 3px;
}
#musicPlayerLink #musicPlayerDropdown a:hover:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top: 12px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-radius: 58%;
  transform: rotate(-90deg);
}

@media screen and (max-width: 1230px) {
  .socialNetworks {
    top: auto;
    right: 0;
    bottom: -60px;
    border-top: none;
    border-bottom: none;
  }
  .socialNetworks img {
    max-width: 40px;
    max-height: 40px;
  }
  .socialNetworks > #musicPlayerLink, .socialNetworks > a {
    max-width: 40px;
    max-height: 40px;
    bottom: 0;
    float: left;
    margin: 0;
    transition: 0.2s;
    background-size: contain;
  }
  .socialNetworks > a:hover {
    left: 0;
    bottom: 0;
    z-index: 2;
    transition: 0.2s;
  }
  .socialNetworks #musicPlayerLink #musicPlayerDropdown {
    top: auto;
    bottom: -3px;
    right: 33px;
  }
}
.pageIsLoaded .socialNetworks {
  right: 0;
}
@media screen and (max-width: 1230px) {
  .pageIsLoaded .socialNetworks {
    bottom: 0;
  }
}

/* SOCIAL NETWORK PLUGIN */
#socialNetworkWidget {
  height: 360px;
  max-width: 98%;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 890px) {
  #socialNetworkWidget {
    flex-direction: column;
    align-items: center;
    height: auto;
  }
}
#socialNetworkWidget .socialTabContainer {
  background: transparent;
  padding: 10px 0;
}
.saffireMobileSize #socialNetworkWidget .socialTabContainer {
  padding: 10px 0 5px;
}
.saffireLargeSize #socialNetworkWidget .socialTabContainer {
  display: none;
}
#socialNetworkWidget .socialNetworkTab {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  margin: 0 10px;
  width: 40px;
  height: 40px;
}
#socialNetworkWidget .socialNetworkTab#twitterfeedTab {
  display: none !important;
}
#socialNetworkWidget .socialNetworkTab#instafeedTab {
  display: inline-block !important;
}
#socialNetworkWidget .socialNetworkTab .circle {
  fill: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
}
#socialNetworkWidget .socialNetworkTab .circle:hover {
  fill: #fff;
  transition: 0.3s;
}
#socialNetworkWidget .socialNetworkTab.currentTab .circle {
  fill: #fff;
}
#socialNetworkWidget .socialFeedContainer {
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
  height: 360px;
  width: 385px;
  max-width: 98%;
  overflow-x: hidden;
  overflow-y: auto;
}
.saffireLargeSize #socialNetworkWidget #instafeedContainer {
  display: block !important;
}
#socialNetworkWidget #instafeedContainer img {
  width: 45%;
  margin-right: 3%;
  margin-left: 2%;
}
#socialNetworkWidget #instafeedContainer > a:hover {
  opacity: 0.8;
}
#socialNetworkWidget #facebookfeedContainer {
  overflow: hidden;
  margin: 0 73px 0 0;
}
@media screen and (max-width: 1295px) {
  #socialNetworkWidget #facebookfeedContainer {
    margin: 0 40px 0 0;
  }
}
@media screen and (max-width: 890px) {
  #socialNetworkWidget #facebookfeedContainer {
    margin: 0 0 40px;
  }
}
.saffireMobileSize #socialNetworkWidget #facebookfeedContainer {
  margin: 0;
}

/* Set the container ID*/
/* Size the container*/
/* Size the images*/
/* Format titles*/
/* Format arrows*/
#sponsorWidgetContainer {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
#sponsorWidgetContainer .sponsorWidgetContainer {
  padding: 35px 0 5px;
}
#sponsorWidgetContainer .sponsorWidgetContainer .sponsorCarouselImageContainer a {
  margin: 0 20px;
}
#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: "";
  padding-left: 2px;
}
#sponsorWidgetContainer .sponsorWidgetContainer:hover .sponsor-controls-container {
  bottom: 3px;
  opacity: 1;
  transition: 0.2s;
  pointer-events: auto;
}
#sponsorWidgetContainer .sponsorCarouselImage img {
  max-width: none;
  max-height: 145px;
}
.saffireMobileSize #sponsorWidgetContainer .sponsorCarouselImage img {
  max-height: 65px;
}
#sponsorWidgetContainer #sponsorsTitleContainer {
  width: 100%;
  text-align: center;
  top: 0;
}
#sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  text-transform: uppercase;
  font-family: "RobotoSlabBold";
  font-size: 18px;
  color: #272727;
  text-shadow: none;
  letter-spacing: 1px;
}
#sponsorWidgetContainer #sponsorArrowLeft,
#sponsorWidgetContainer #sponsorArrowRight {
  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 0 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: "";
  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;
}

#videoSection {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  float: none;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 12px;
  background: #fff;
}
.saffireMobileSize #videoSection {
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
}
#videoSection.single-video #arrow-container {
  display: none;
}
#videoSection.single-video #videoWidget {
  opacity: 1;
  padding-bottom: 59.2%;
  margin: 15px 0;
}
.saffireMobileSize #videoSection.single-video #videoWidget {
  margin: 46px 0 31px;
}

#videoWidget {
  box-sizing: border-box;
  position: relative;
  opacity: 0;
  padding: 0;
  margin: 0;
  height: 0;
  width: 100%;
  max-width: 100%;
  padding-bottom: 59.2%;
  text-align: center;
}
.saffireMobileSize #videoWidget {
  margin: 0;
}
#videoWidget iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  border: none !important;
  z-index: 1;
}
#videoWidget .video-loading {
  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);
  }
}
.footer-logo {
  background: url("images/footer-logo-new.png") no-repeat;
  width: 164px;
  height: 103px;
  display: inline-block;
  margin: 27px 0 19px;
}
.saffireMobileSize .footer-logo {
  margin: 25px 0 10px;
}

.parallax-mirror {
  top: 130px !important;
}
.saffireMobileSize .parallax-mirror {
  display: none;
}

.salinas-logo {
  background: url("images/salinas-sports-icon.png") no-repeat;
  width: 149px;
  height: 52px;
  display: inline-block;
}

.tagline {
  font-family: "RobotoSlabLight";
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
}
.saffireMobileSize .tagline {
  font-size: 13px;
}
.saffireMobileSize .tagline span {
  margin: 0 3px;
}
.tagline span {
  margin: 0 5px;
}

.footer-info {
  font-family: "RobotoSlabLight";
  font-size: 16px;
  margin: 19px 0 0;
}
.saffireMobileSize .footer-info {
  margin: 13px 0 22px;
  flex-direction: column;
  display: flex;
}
.footer-info li {
  color: #fff;
  margin: 0 8px;
}
.footer-info li:last-child {
  margin: 0;
}
.saffireMobileSize .footer-info li:nth-child(2) {
  margin: 5px 0 3px;
}
.footer-info li .info-bold {
  font-family: "RobotoSlabBold";
  margin: 0 4px 0 0;
}
.footer-info li .info-space {
  margin: 0 8px 0 0;
}
.footer-info li a {
  color: #fff;
}

.tag-us {
  font-family: "RobotoSlabLight";
  font-size: 16px;
  color: #fff;
}
.tag-us span {
  font-family: "RobotoSlabBold";
}

#rotatingContentWidget {
  background: url("images/ad-bg.png") no-repeat;
  max-width: 728px;
  height: 90px;
  max-height: 90px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.rotatingContentWidgetItemContainer {
  max-width: 100%;
}

#rotatingContentWidget img {
  width: 100%;
}

:focus {
  outline: none;
}

#homepagePopup {
  display: none;
}
#homepagePopup *:focus {
  outline: none;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  padding: 10px;
  width: 95%;
  max-width: 975px;
  max-height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal__title {
  font-family: "LibreBaskervilleRegular", Arial, Verdana, sans-serif;
  color: #fff;
  text-align: center;
}
.saffireMobileSize .modal__title {
  font-size: 25px;
}

.modal__link {
  cursor: pointer;
  color: #fff !important;
}

.button.modal__button {
  font-family: "RobotoSlabBold";
  background: #ba0030;
  font-size: 16px;
  padding: 10px 20px;
  margin: 10px 0 20px;
  transition: 0.3s;
}
.button.modal__button:hover {
  background: #c60000;
  transition: 0.3s;
}
.saffireMobileSize .button.modal__button {
  font-size: 16px;
  padding: 15px 25px;
}

.modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 0 60px;
}
.saffireMobileSize .modal__content {
  font-size: 14px;
  padding: 0 20px;
}
.modal__content p {
  margin-bottom: 2em;
  max-width: 100%;
  margin: 1em auto;
}

/**************************\
        Animations
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide.is-open .modal__overlay {
  z-index: 99999999;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/*# sourceMappingURL=theme.css.map */
