@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: "RalewayBold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/RalewayBold.woff2") format("woff2"), url("fonts/RalewayBold.woff") format("woff");
}
@font-face {
  font-family: "RalewayRegular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/RalewayRegular.woff2") format("woff2"), url("fonts/RalewayRegular.woff") format("woff");
}
@font-face {
  font-family: "RalewayLight";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/RalewayLight.woff2") format("woff2"), url("fonts/RalewayLight.woff") format("woff");
}
@font-face {
  font-family: "wisdom_script_aj-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/wisdom_script_aj-webfont.woff2") format("woff2"), url("fonts/wisdom_script_aj-webfont.woff") format("woff");
}
@font-face {
  font-family: "MontserratMedium";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/MontserratMedium.woff2") format("woff2"), url("fonts/MontserratMedium.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;
}

.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;
}

body {
  color: #333333;
  font: 17px/1.5 "RalewayRegular", Arial, Verdana, sans-serif;
}

a {
  color: #f7862a;
  text-decoration: underline;
  font-family: "RalewayBold", Arial, Verdana, sans-serif;
}

h2 a {
  font-size: 30px;
}

.header a,
.footer a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "RalewayBold", Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #333333;
  line-height: 1.2;
}

h1 {
  margin: 0.2em 0;
  font-size: 36px;
  color: #f7862a;
}
h1 a {
  font-family: "RalewayBold", Arial, Verdana, sans-serif;
  color: #f7862a;
}

h2 {
  font-size: 30px;
  color: #f7862a;
}
h2 a {
  font-family: "RalewayBold", Arial, Verdana, sans-serif;
  color: #333333;
}

h3 {
  font-size: 20px;
  color: #333333;
}
h3 a {
  font-family: "RalewayBold", Arial, Verdana, sans-serif;
  color: #333333;
}

h4 {
  font-size: 18px;
  color: #333333;
}
h4 a {
  font-family: "RalewayBold", Arial, Verdana, sans-serif;
  color: #333333;
}

h5 {
  font-size: 16px;
  color: #333333;
}
h5 a {
  font-family: "RalewayBold", Arial, Verdana, sans-serif;
  color: #333333;
}

h6 {
  font-size: 14px;
  color: #333333;
}
h6 a {
  font-family: "RalewayBold", Arial, Verdana, sans-serif;
  color: #333333;
}

.subContainer h1 {
  font-size: 26px;
}
.subContainer h2 {
  font-size: 23px;
}
.subContainer h3 {
  font-size: 20px;
}

.cartcols h2 {
  font-size: 20px;
}

.reviewYourOrderSubContainer h2 {
  font-size: 20px;
}

.eventList-container .eventCol1 .filter-group {
  line-height: 1.2;
}

input.textbox,
select.dropdown {
  font-size: 14px;
  padding: 5px;
}

/***************** CONTAINERS **************************/
body {
  background: url("images/pattern-bg.jpg") #fff no-repeat fixed;
  background-size: inherit;
  background-repeat: repeat;
}

.wrapper {
  width: 100%;
}

body:not(.homepage) {
  background: url(images/inner-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

body:not(.homepage).saffireLargeSize .wrapper {
  padding: 145px 0 0;
}

body:not(.homepage).saffireLargeSize.generalMessageOn .wrapper {
  padding: 185px 0 0;
}

body:not(.homepage).saffireMobileSize .wrapper {
  padding: 50px 0 0;
}

body:not(.homepage).generalMessageOn.saffireMobileSize .wrapper {
  padding: 90px 0 0;
}

body:not(.homepage) .content {
  position: relative;
  max-width: calc(1300px - 15px - 15px);
  margin: 30px auto 50px;
  padding: 15px 15px 15px 15px;
  background: rgba(255, 255, 255, 0.9);
}

.saffireMobileSize.homepage .content,
.saffireLargeSize.homepage .content {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: none;
}

.subContainer {
  background: #e6e6e6;
  color: #111111;
  box-shadow: 2px 2px 5px #000;
}
.subContainer a,
.subContainer h1, .subContainer h2, .subContainer h3 {
  color: #f7862a;
}
.subContainer .error {
  color: #94231d;
}

.dateDisplayBar,
.dateDisplay {
  background: #f7862a;
  color: #000;
}
.dateDisplayBar a,
.dateDisplay a {
  color: #000;
}

#google_translate_element { /* |%  Google translate position */
  top: 15px;
  right: 30px;
}

.carthr {
  background: #111111;
}

.orderhistory {
  background: #f7862a;
}

.orderhistory th {
  color: #000;
  padding: 8px 3px;
}

.alternateRow {
  background: #dddddd;
}

.listingItem {
  background: #dddddd;
  border-bottom: 1px solid #c4c4c4;
}
.listingItem:hover {
  background: #e5e5e5;
}

/*************** MEMBERS SITE **********************/
.arrowdown {
  border-color: transparent transparent rgba(0, 0, 0, 0.9);
}

.arrowdown_on {
  border-color: transparent transparent rgba(255, 255, 255, 0.9);
}

.arrowup {
  border-color: rgba(0, 0, 0, 0.9) transparent transparent;
}

.arrowup_on {
  border-color: rgba(255, 255, 255, 0.9) transparent transparent;
}

#directoryFilterOptions > li:hover {
  background: #CBDFE2;
}

.directoryHeader {
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px;
}

.dateDisplayBar .printEvent {
  z-index: 1;
}

.saffireMobileSize .expandedViewEventNameDescription {
  padding-bottom: 74px !important;
}

#calendarMobileToggle.button:after {
  display: none;
}

/************* BUTTON STYLES *********************/
a.button:not(.emailSubmitButton):not(.searchSubmitButton),
.button:not(.emailSubmitButton):not(.searchSubmitButton) { /* |%  set font-family */
  padding: 4px 20px;
  font-size: 15px;
  line-height: 1.75em;
  text-transform: none;
  border-radius: 0px;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "RalewayRegular", Arial, Verdana, sans-serif;
  background: #ff8718;
  background-size: cover;
  background-position: bottom left;
  color: #fff;
  position: relative;
}

a.button.buttonSmall:not(.emailSubmitButton):not(.searchSubmitButton),
.button.buttonSmall:not(.emailSubmitButton):not(.searchSubmitButton) {
  font-size: 12px;
  padding: 6px 15px;
  position: relative;
}

a.button:not(.emailSubmitButton):not(.searchSubmitButton):hover,
.button:not(.emailSubmitButton):not(.searchSubmitButton):hover,
.buttonSmall:hover {
  background: #d87524;
  color: #fff !important;
}

a.updateButton.buttonSmall,
a.removeButton.buttonSmall,
a.cartMenuRemoveButton.button.buttonSmall {
  font-size: 0.9em;
}

.cartMenu .cartMenuCheckoutButton {
  font-size: 14px;
  padding: 4px 15px !important;
}

a.button.searchMapButton {
  padding: 2px 20px !important;
}

.mobile-menu-container {
  background-color: #fff;
}
.mobile-menu-container .mobile-menu-header {
  background-color: #fff;
}
.mobile-menu-container .close-mobile-menu:before, .mobile-menu-container .close-mobile-menu:after {
  background-color: #333333;
}
.mobile-menu-container .mobile-menu-subheader {
  display: none;
}
.mobile-menu-container .mobile-menu-subheader,
.mobile-menu-container .mobile-menu-subheader-btn {
  background-color: #E5E2DE;
}
.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: #333333;
}
.mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
.mobile-menu-container .mobile-menu-subheader-btn:active {
  background-color: #cfc9c1;
}
.mobile-menu-container .mobile-menu-login-links a {
  font-family: "RalewayRegular", Arial, Verdana, sans-serif;
}
.mobile-menu-container .cart-counter {
  font-family: "RalewayRegular", Arial, Verdana, sans-serif;
}
.mobile-menu-container .search-container {
  border: 1px solid #E5E2DE;
}
.mobile-menu-container .search-container input {
  font-family: "RalewayRegular", Arial, Verdana, sans-serif;
}
.mobile-menu-container .search-container .search-submit-btn {
  color: #333333;
}
.mobile-menu-container .mobile-menu-ticket-btn {
  background-color: #E5E2DE;
  font-family: "RalewayRegular", Arial, Verdana, sans-serif;
  color: #333333;
  border-color: #fff;
  font-weight: normal;
}
.mobile-menu-container .mobile-menu-footer-links a {
  font-family: "RalewayRegular", Arial, Verdana, sans-serif;
  color: #333333;
}

#mobile-nav ul {
  background-color: #fff;
}
#mobile-nav a {
  background-color: #E5E2DE;
  font-family: "RalewayRegular", Arial, Verdana, sans-serif;
  color: #333333;
}
#mobile-nav a:hover {
  background-color: #cfc9c1;
}
#mobile-nav .has-subitems span {
  background-color: #e5e2de;
  color: #333333;
  max-width: 40px;
  font-size: 11px;
}
#mobile-nav .has-subitems span:hover {
  background-color: #cfc9c1;
}

/************************* MODAL CONTENT ********************/
.modal {
  background: rgba(255, 255, 255, 0.9);
  padding-top: 15px;
  border: 10px solid rgba(255, 255, 255, 0.9);
}

.modalBody { /* |%  set modal background color if not white */
  background: rgba(255, 255, 255, 0.9);
  padding: 14px;
}
.modalBody .showorksModalTitle { /* |%  set font-family */
  font-size: 32px;
  line-height: 36px;
}
.modalBody .showorksBreadcrumbs { /* |%  set font-family */
  font-size: 20px;
  color: #f7862a;
  line-height: 22px;
}
.modalBody .showorksTableGrid th { /* |%  set font-family */
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  letter-spacing: 0.06em;
  padding-bottom: 7px;
  padding-top: 7px;
}
.modalBody .showorksTableGrid td {
  color: #333333;
}
.modalBody .showorksTableGrid tr.odd {
  background: rgba(255, 255, 255, 0.9);
  color: rgba(0, 0, 0, 0.9);
}
.modalBody .showorksTableGrid tr.even {
  background: rgba(230, 230, 230, 0.9);
  color: rgba(0, 0, 0, 0.9);
}

.modalPageBackground {
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0.5;
}

.modalContent #google_translate_element {
  top: 1px;
  right: 0;
}
.modalContent h1 {
  font-size: 24px;
  line-height: 1.2em;
}

.modalClose {
  top: 1px;
  background: none;
}
.modalClose .modalCloseButton img {
  display: none;
}
.modalClose .modalCloseButton:before {
  content: "X";
  font-family: sans-serif;
}

.header {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.top-header {
  display: flex;
  box-sizing: border-box;
  padding: 17px 19px 18px 21px;
  background: url("images/pattern-bg.jpg") repeat;
  transition: all 0.2s ease;
}
.saffireLargeSize.saffireWindowScrolled .top-header {
  padding-bottom: 3px;
  padding-top: 3px;
}

.header-right {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.headerInnerContent {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 1401px;
  margin: 0 auto;
  height: auto;
}

.saffireMobileSize .header {
  height: auto;
  background: #777777;
}
.saffireMobileSize .headerInnerContent {
  height: auto;
}

.generalmessage {
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #f7862a;
  font-family: "RalewayRegular", Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}
.generalmessage a {
  color: inherit;
  text-decoration: underline;
}
.saffireWindowScrolled .generalmessage {
  height: 0 !important;
  font-size: 0 !important;
  transition: 0.3s;
}

.saffireMobileSize .generalmessage {
  height: 40px;
  font-size: 12px;
  line-height: 1.2;
}
@media screen and (max-width: 500px) {
  .saffireMobileSize .generalmessage {
    font-size: 10px;
  }
}

.header-logo {
  display: block;
  width: 280px;
  height: 60px;
  transition: all 0.5s ease;
  background: url("images/DeVosPlace20thAnniversary.png") center/contain no-repeat;
}
.saffireLargeSize.saffireWindowScrolled .header-logo {
  width: 250px;
  height: 50px;
  padding: 10px 0 0;
}

.standAloneDirections {
  color: inherit;
}

.contact-link a,
.ticket,
.ticket:hover {
  background: #f7862a;
  color: #fff;
  font: 15px/1 "RalewayRegular", Arial, Verdana, sans-serif;
  text-transform: capitalize;
  box-sizing: border-box;
  min-width: 114px;
  padding: 10px 0 5px;
  height: 37px;
  margin: 0 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
.contact-link a:hover,
.ticket:hover,
.ticket:hover:hover {
  background: #d87524;
}
.contact-link a:hover:after,
.ticket:hover:after,
.ticket:hover:hover:after {
  background: url("images/button-curve-hover.png") no-repeat;
  transition: 0.3s;
}
.contact-link a:after,
.ticket:after,
.ticket:hover:after {
  content: "";
  background: url("images/button-curve.png") no-repeat;
  width: 100%;
  height: 12px;
  left: 0;
  right: 0;
  bottom: -12px;
  position: absolute;
  transition: 0.3s;
}

.ticket,
.ticket:hover {
  margin-left: 7px;
}

.saffireMobileSize a.ticket {
  background: none;
  color: inherit;
}
.saffireMobileSize a.ticket:hover {
  background: none;
  color: inherit;
}

.header .emailSignup {
  display: inline-flex;
  align-items: center;
}
.header .emailSignup .emailInputField input {
  height: 30px;
  width: 170px;
  padding: 0 5px;
  font-size: 14px;
  font-family: "RalewayRegular", Arial, Verdana, 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: #999999;
  border-radius: 0 !important;
  font-size: 14px;
  font-family: "RalewayRegular", Arial, Verdana, 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: #aaaaaa;
}
.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: #EEEEEE;
}

.header .searchBox:not(.clonedSearchBox) {
  display: inline-flex;
  align-items: center;
  margin: -2px 13px 0 0;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput {
  position: absolute;
  position: absolute;
  right: 100%;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
  height: 30px;
  width: 170px;
  padding: 0 5px;
  font-size: 14px;
  font-family: "RalewayRegular", Arial, Verdana, sans-serif;
  border-radius: 0 !important;
  outline: none;
  width: 0;
  padding: 0;
  transition: 0.2s;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input:focus {
  width: 170px;
  padding: 0 5px;
  transition: 0.2s;
  border: 1px solid #cccccc;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 10px;
  border-radius: 0 !important;
  font-size: 14px;
  font-family: "RalewayRegular", Arial, Verdana, sans-serif;
  width: 35px;
  padding: 0;
  font-size: 0;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:before {
  content: "";
  background: url("images/seacrh-icon.png") no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  font-size: 18px;
  font-family: "FontAwesome";
  line-height: 1;
  color: #000;
  opacity: 0.5;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover:before {
  opacity: 0.9;
}
.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;
  display: none;
}
.saffireMobileSize .header .searchBox:not(.clonedSearchBox):before {
  content: "\f002";
  position: static;
  line-height: 1;
  font-size: 26px;
  color: #EEEEEE;
}

.saffireLargeSize .viewcart {
  display: inline-flex;
  color: inherit;
}
.saffireLargeSize .viewcart .cartMenuLink {
  display: inline-block;
  color: #333333;
  margin-right: 16px;
  font-family: "MontserratMedium";
  font-size: 15px;
}
.saffireLargeSize .viewcart .cartMenuLink:before {
  content: "\f07a";
  position: relative;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 26px;
  line-height: 1;
  color: #c9c9c9;
}

.saffireMobileSize .viewcart {
  display: inline-flex;
  margin-right: 4px;
}
.saffireMobileSize .viewcart .cartMenuLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 20px;
  color: #000;
}
.saffireMobileSize .viewcart .cartMenuLink:before {
  content: "\f07a";
  position: relative;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 22px;
  line-height: 1;
}

.mobile-nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 29px;
  vertical-align: top;
  margin-left: 0;
}
.mobile-nav-toggle:before {
  content: "";
  background: url("images/toggle-icon.png") no-repeat;
  width: 23px;
  height: 21px;
  display: block;
  position: relative;
  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: 0;
  justify-content: flex-end;
  padding: 0 41px 0 0;
}
.saffireLargeSize .nav .groups .group {
  display: inline-block;
  flex-shrink: 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: 6px 41px 4px;
  background: none;
  font-family: "RalewayRegular", Arial, Verdana, sans-serif, Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}
.saffireLargeSize .nav .groups .group:hover > a {
  color: #f7862a;
  background: none;
}
.saffireLargeSize .nav .items {
  top: 100%;
  left: 0;
  padding: 0;
  background: #f7862a;
}
.saffireLargeSize .nav .items .item a {
  padding: 5px 15px;
  color: #fff;
  font-family: "RalewayRegular", 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: #d87524;
}
.saffireLargeSize .nav .subitems {
  left: 100%;
  padding: 0;
  background: #f7862a;
}

@media screen and (min-width: 801px) and (max-width: 1170px) {
  .header-logo {
    width: 257px;
  }
  .saffireLargeSize.saffireWindowScrolled .header-logo {
    width: 200px;
  }
  .contact-link a,
  .ticket,
  .ticket:hover {
    min-width: 94px;
  }
}
.saffireMobileSize .header-logo {
  width: 180px;
  height: 40px;
}
.saffireMobileSize .contact-link,
.saffireMobileSize a.ticket {
  display: none;
}
.saffireMobileSize .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.saffireMobileSize .top-header {
  padding: 20px 10px 21px;
}
.saffireMobileSize span.contact-link {
  display: none;
}

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 61px auto 0;
  padding: 0px;
  background: repeat-x none center;
  color: #fff;
  text-align: left;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: none;
}
.footer ul.footerItems1 {
  margin: 0 auto;
  font-family: "RalewayRegular", Arial, Verdana, sans-serif;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.footer ul.footerItems1 li {
  max-width: 120px;
  margin: 0 0 5px;
  width: 100%;
}
.footer ul.footerItems1 li:last-child {
  max-width: none;
}
.footer ul.footerItems1 .separator {
  display: none;
}
@media screen and (min-width: 1027px) {
  .footer ul.footerItems1 {
    height: 130px;
  }
}
.footer ul.footerItems2 {
  font: 12px/1 "RalewayRegular", Arial, Verdana, sans-serif;
  color: #fff;
  display: flex;
  align-items: baseline;
  margin-top: 23px;
}
.footer ul.footerItems2 li {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
.footer ul.footerItems2 li:last-child {
  margin-left: 10px;
}

.left-logo-container {
  display: flex;
  align-items: center;
  gap: 10px 15px;
}
.saffireMobileSize .left-logo-container {
  flex-direction: column;
  margin: 0 0 8px;
}

.footer-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 15px;
  max-width: 230px;
}
.saffireMobileSize .footer-right {
  width: 100%;
  margin: 0;
}
.footer-right .devos-logo {
  background: url(images/devos-logo.png) no-repeat;
  display: inline-flex;
  width: 117px;
  height: 59px;
}
.saffireMobileSize .footer-right .devos-logo {
  top: 7px;
  position: relative;
}
.footer-right .devos-logo:hover {
  background: url(images/devos-logo-hover.png) no-repeat;
}
.footer-right .van-andel {
  background: url(images/van-andel-logo.png) no-repeat;
  display: inline-flex;
  width: 86px;
  height: 71px;
  top: 1px;
  position: relative;
}
.footer-right .van-andel:hover {
  background: url(images/van-andel-logo-hover.png) no-repeat;
}

.footer-logo {
  background: url(images/DeVosPlace20thAnniversary.png) no-repeat center/contain;
  width: 225px;
  height: 60px;
  display: inline-flex;
  background-size: contain;
}

.legends-logo {
  width: 160px;
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
  background-size: contain;
}
.legends-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.saffireMobileSize .legends-logo {
  display: block;
  position: static;
}
.legends-logo:hover, .legends-logo:focus-within {
  filter: contrast(0.2);
}

.footer-inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.footer-inner {
  background: url(images/footer-bg.jpg) no-repeat center bottom;
  background-size: cover;
}

.bottom-footer {
  display: flex;
  align-items: flex-end;
  padding: 12px 114px 25px 112px;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .bottom-footer {
    align-items: center;
    padding: 25px;
    flex-direction: column;
  }
}

.bottom-left {
  width: 100%;
  max-width: 450px;
}

.bottom-right {
  justify-content: space-between;
}
@media screen and (max-width: 1026px) {
  .bottom-right {
    margin: 0 auto;
  }
}
.bottom-right p {
  font: 14px/1 "RalewayRegular", Arial, Verdana, sans-serif;
  color: #fff;
  text-align: right;
}
.bottom-right p span {
  display: block;
  margin: 0 0 11px;
}
@media screen and (max-width: 1026px) {
  .bottom-right p {
    text-align: center;
  }
}

@media screen and (max-width: 1026px) {
  .footer ul.footerItems1 {
    max-height: none;
    text-align: center;
    align-items: center;
  }
  .footer ul.footerItems1 li {
    max-width: none;
  }
}
@media screen and (max-width: 1026px) {
  .footer ul.footerItems2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer ul.footerItems2 li {
    text-align: center;
  }
}
.saffireMobileSize .footer {
  margin: 15px auto 0;
}
.saffireMobileSize .footer .footer-left {
  padding: 2px 0 0;
}
.saffireMobileSize .footer ul.footerItems1 {
  line-height: 1.7;
}
.saffireMobileSize .footer ul.footerItems1 .separator {
  display: none;
}
.saffireMobileSize .footer a:hover {
  text-decoration: none;
}
.saffireMobileSize .footer .bottom-footer {
  padding: 25px 25px 18px 25px;
}
.saffireMobileSize .footer ul.footerItems2 li {
  line-height: 1.7;
}
.saffireMobileSize .footer ul.footerItems2 li:last-child {
  margin: -13px 0 0;
}
.saffireMobileSize .footer ul.footerItems2 {
  margin-top: 27px;
}
.saffireMobileSize .footer .bottom-left {
  margin: 0 0 11px;
}

/* 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 {
  color: #fff;
  line-height: 1;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  width: 100%;
  max-width: 560px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.homepage .slideshowSwiperDescription.currentSlideDescription {
  box-sizing: border-box;
  display: flex;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "RalewayLight";
  font-size: 60px;
  font-weight: 400;
  text-align: left;
  opacity: 0;
  transition: 1s;
  align-items: flex-end;
  width: 100%;
}
@media screen and (max-width: 1401px) {
  .homepage .slideshowSwiperDescription.currentSlideDescription {
    padding-top: 1em;
    padding-left: 2%;
    padding-right: 2%;
  }
}
.homepage #newSliderDescriptionContainer {
  background: transparent;
}
.homepage .sliderTitle {
  position: relative;
  max-width: 100%;
  line-height: 1;
  font-family: "wisdom_script_aj-webfont";
  font-size: 76px;
  font-weight: 400;
  color: #fff;
}
.homepage .swiper-container {
  position: relative;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  z-index: 1;
  /* Specify Swiper's Size: */
  width: 100%;
  max-width: 1400px;
  height: 635px;
  /* Swiper Container - Inset Shadow*/
  /* Swiper Container - Hover Styles*/
}
.homepage .swiper-container:hover .slideshowSwiperDescription {
  max-height: 635px;
}
.homepage .swiper-slide {
  /* Specify Slides's Size: */
  position: relative;
  height: 635px;
  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: 1400px) {
  .homepage .swiper-slide,
  .homepage .swiper-container {
    height: 45.3571428571vw !important;
  }
}
.homepage span.sliderButtonContainer {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  /* Buttons*/
}
.homepage span.sliderButtonContainer a.button {
  display: none;
  padding: 5px 20px;
  font-family: "RalewayRegular", Arial, Verdana, sans-serif;
  font-size: 15px;
  color: #fff !important;
  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: 15px;
}
.homepage span.sliderButtonContainer a.button.sliderMoreButton {
  order: 2;
}
.homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
  order: 1;
}
.homepage span.sliderButtonContainer a.button:hover {
  background: #d87524;
}
.homepage .slideshowSwiperButtonPrev {
  position: absolute;
  top: 47.5%;
  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: 20px;
  height: 29px;
  left: -1322px;
  /* Slideshow Swiper Button - PREV - Hover Styles*/
}
@media screen and (max-width: 1400px) {
  .homepage .slideshowSwiperButtonPrev {
    left: 0;
    right: auto;
    top: 21.5446428571%vw;
  }
}
@media screen and (max-width: 1400) {
  .homepage .slideshowSwiperButtonPrev {
    left: 1%;
    right: auto;
  }
}
.homepage .slideshowSwiperButtonPrev:hover {
  background: url(images/slideshow-left-hover.png) no-repeat left center;
}
.homepage .slideshowSwiperButtonNext {
  position: absolute;
  top: 47.5%;
  transform: translateY(-50%);
  left: 0;
  margin: auto;
  z-index: 4;
  transition: all 0.3s ease;
  cursor: pointer;
  display: block;
  width: 20px;
  height: 29px;
  background: url("images/slideshow-right.png") no-repeat right center;
  right: -1322px;
  /* Slideshow Swiper Button - PREV - Hover Styles*/
}
@media screen and (max-width: 1400px) {
  .homepage .slideshowSwiperButtonNext {
    right: 0;
    left: auto;
    top: 21.5446428571%vw;
  }
}
@media screen and (max-width: 1400) {
  .homepage .slideshowSwiperButtonNext {
    right: 1%;
    left: auto;
  }
}
.homepage .slideshowSwiperButtonNext:hover {
  background: url(images/slideshow-right-hover.png) no-repeat left center;
}
.homepage .sliderControlsContainer {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 100%;
  bottom: auto;
  /* setting is left, right or center*/
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none !important;
  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;
  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: #333333;
}
.homepage .swiper-pagination-bullet:hover {
  background: #333333;
}
.homepage .sliderPlayPause {
  display: inline-block;
  cursor: pointer;
  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: "❚❚";
}
.homepage .sliderPlayPause:before {
  content: "▶";
}

.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 .homepageSwiperSlider {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}
.homepage.saffireLargeSize .slideshowSwiperDescription {
  max-width: none;
  padding: 0 127px 36px 25px;
  justify-content: flex-end;
  text-align: right;
  /* Slideshow Description - Hover Styles*/
}
.homepage.saffireLargeSize .swiper-container {
  border: none;
}
.homepage.saffireLargeSize .currentSlideDescription {
  /* 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: 5px 20px;
}
.homepage.saffireLargeSize .sliderTitle {
  width: 100%;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  max-width: 560px;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 5px 0 0;
}
.homepage.saffireLargeSize #newSliderDescriptionContainer {
  box-sizing: border-box;
  height: auto;
  width: 1401px;
  max-width: 100%;
  z-index: 1;
  transition: 1s;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  left: 50px;
  right: 50px;
  width: 91%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  bottom: 0;
  top: auto;
  height: auto;
  min-height: 70px;
  /* Slider Text Container*/
  /* New Slider Description Container - Hover Styles*/
}
.homepage.saffireLargeSize #newSliderDescriptionContainer .sliderTextContainer {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  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 Button - PREV*/
  /* Slideshow Swiper Button - NEXT*/
  /* Slider Controls Container */
}
.homepage.saffireMobileSize .swiper-slide-active {
  overflow: hidden;
}
.homepage.saffireMobileSize .sliderTextDescription {
  font-size: 19px;
  line-height: 1.3;
  opacity: 1;
  text-align: center;
  color: #333333;
  text-shadow: none;
  margin-top: 2px;
}
.homepage.saffireMobileSize .sliderTitle {
  height: auto;
  padding: 0;
  font-size: 27.056px;
  text-align: center;
  color: #333333;
  align-items: flex-end;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.homepage.saffireMobileSize .currentSlideDescription {
  width: 100%;
  height: auto;
  padding: 15px 5% 8px;
  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: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 10px auto;
  display: none !important;
}
.homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer a {
  display: inline-block;
  width: 25%;
  min-width: 135px;
  padding: 4px 0;
  margin: 0 10px;
}
.homepage.saffireMobileSize #newSliderDescriptionContainer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 97px;
  background: none;
  z-index: 2;
}
.homepage.saffireMobileSize .sliderControlsContainer {
  position: absolute;
  top: 0;
  padding: 5px 0;
}

.homepage.saffireMobileSize .swiper-container, .homepage.saffireMobileSize .swiper-slide {
  height: 53.9vw !important;
}

@media screen and (max-width: 1400px) {
  .homepage .slideshowSwiperButtonPrev,
  .homepage .slideshowSwiperButtonNext {
    top: 50%;
    width: 18px;
    height: 27px;
    background-size: contain;
  }
  .homepage .slideshowSwiperButtonPrev {
    left: 10px;
  }
  .homepage .slideshowSwiperButtonNext {
    right: 10px;
  }
}
@media screen and (min-width: 801px) and (max-width: 887px) {
  .homepage.saffireLargeSize .sliderTitle,
  .homepage.saffireLargeSize .sliderTextDescription {
    max-width: 470px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1150px) {
  .homepage.saffireLargeSize .slideshowSwiperDescription {
    padding: 0 10px 36px 25px;
  }
}
#cardWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 522px;
  padding: 0;
  margin-left: auto;
  margin-top: -5px;
}
#cardWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
}
#cardWidget .card-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#cardWidget .card-content .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 38px/1 "RalewayRegular", Arial, Verdana, sans-serif;
  color: #333333;
  text-transform: capitalize;
  margin: 0 0 29px;
}
#cardWidget .card-content .card-widget-description {
  font: 16px/1.6 "RalewayRegular", Arial, Verdana, sans-serif;
  color: #333333;
}
#cardWidget .card-content .buttonwrap a {
  background: #f7862a;
  color: #fff;
  font: 15px/1 "RalewayRegular", Arial, Verdana, sans-serif;
  text-transform: capitalize;
  box-sizing: border-box;
  width: 114px;
  padding: 10px 0 5px 0;
  height: 37px;
  margin: 0 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 24px 0 0;
  text-decoration: none;
  transition: 0.3s;
}
#cardWidget .card-content .buttonwrap a:after {
  content: "";
  background: url(images/button-curve.png) no-repeat;
  width: 100%;
  height: 12px;
  left: 0;
  right: 0;
  bottom: -12px;
  position: absolute;
  transition: 0.3s;
}

#cardWidget .card-content .buttonwrap a:hover {
  background: #d87524;
}
#cardWidget .card-content .buttonwrap a:hover:after {
  background: url(images/button-curve-hover.png) no-repeat;
  transition: 0.3s;
}

.saffireMobileSize #cardWidget .card-widget-item {
  margin: 5px 0;
}
.saffireMobileSize #cardWidget .card-widget-item .card-content .card-widget-title {
  font-size: 26px;
  margin: 0 0 12px;
}
.saffireMobileSize #cardWidget .card-widget-item .card-content .card-widget-description {
  font-size: 15px;
  line-height: 1.5;
}
.saffireMobileSize #cardWidget .buttonwrap a {
  margin: 20px 0 0;
}

@media screen and (max-width: 1200px) {
  #cardWidget {
    margin: 16px auto 0;
    max-width: 647px;
  }
  #cardWidget .card-content {
    text-align: center;
  }
  .buttonwrap {
    justify-content: center;
    display: flex;
  }
}
#infoCards {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  width: 1428px;
  margin: 60px auto 0;
  max-width: 100%;
  justify-content: center;
  overflow: hidden;
}
#infoCards *,
#infoCards *:before,
#infoCards *:after {
  box-sizing: inherit;
}
#infoCards .card-widget-item {
  display: flex;
  width: 329px;
  min-height: 246px;
  margin: 0 14px 28px;
}
#infoCards .card-widget-item:hover .card-content {
  opacity: 1;
  transition: 0.3s;
}
#infoCards .card-widget-item:hover .card-widget-title-duplicate {
  opacity: 0;
  transition: 0.3s;
}
#infoCards .image-container {
  position: relative;
  display: inline-block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.3s;
  box-sizing: border-box;
}
#infoCards .card-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 10px 10px 18px;
  background: rgba(255, 255, 255, 0.8);
  align-content: center;
  opacity: 0;
  transition: 0.3s;
}
#infoCards .card-widget-title-duplicate {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(images/title-bg.png) no-repeat;
  width: 329px;
  height: 84px;
  opacity: 1;
  pointer-events: none;
  transition: 0.3s;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 47px 10px 12px;
  box-sizing: border-box;
}
#infoCards .card-widget-title,
#infoCards .card-widget-title-duplicate {
  font: 23px/1 "RalewayRegular", Arial, Verdana, sans-serif;
  color: #333333;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-align: center;
}
#infoCards .card-widget-title {
  display: block;
  width: 100%;
  margin-bottom: 13px;
  line-height: 1.2;
}
#infoCards .card-widget-description {
  overflow: hidden;
  max-height: 46px;
  display: block;
  width: 100%;
  font: 18px/1.2 "RalewayRegular", Arial, Verdana, sans-serif;
  color: #333333;
  margin: 0 0 15px;
}
#infoCards .buttonwrap {
  display: flex;
}
#infoCards .buttonwrap a {
  display: inline-block;
  margin: 0 5px;
  background: #f7862a;
  font: 15px/1 "RalewayRegular", Arial, Verdana, sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  box-sizing: border-box;
  min-width: 114px;
  padding: 10px 0 5px 0;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
#infoCards .buttonwrap a:hover {
  background: #d87524;
}
#infoCards .buttonwrap a:hover:after {
  background: url(images/button-curve-hover.png) no-repeat;
  transition: 0.3s;
}
#infoCards .buttonwrap a:after {
  content: "";
  background: url(images/button-curve.png) no-repeat;
  width: 100%;
  height: 12px;
  left: 0;
  right: 0;
  bottom: -12px;
  position: absolute;
  transition: 0.3s;
}

.saffireMobileSize #infoCards {
  margin: 39px auto 0;
}
.saffireMobileSize #infoCards .card-widget-item {
  margin: 0 14px 12px;
}

#hotButtons {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 70px;
  z-index: 1;
  left: 29px;
}
#hotButtons .card-widget-item {
  box-sizing: border-box;
  display: flex;
  background: rgba(255, 255, 255, 0.8);
  width: 156px;
  height: 53px;
  border-radius: 5px;
  text-decoration: none;
  margin: 0 0 12px;
  box-sizing: border-box;
  padding: 5px 9px 5px;
}
#hotButtons .card-widget-item .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
#hotButtons .card-widget-item .card-content .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 20px/1 "RalewayRegular", Arial, Verdana, sans-serif;
  color: #333333;
  letter-spacing: 0.2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#hotButtons .card-widget-item .card-content .card-widget-description {
  display: none;
}
#hotButtons .card-widget-item .card-content .buttonwrap {
  display: none;
}
#hotButtons .card-widget-item:hover {
  background: rgba(247, 134, 42, 0.8);
  border-radius: 5px;
}
#hotButtons .card-widget-item:hover .card-widget-title {
  color: #fff;
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
  #hotButtons {
    left: 35px;
  }
}
.saffireMobileSize #hotButtons {
  position: static;
  align-items: center;
}
.saffireMobileSize #hotButtons .card-widget-item {
  background: #dd8535;
  width: 100%;
  max-width: 227px;
  box-shadow: 1px 6px 5px -4px rgba(0, 0, 0, 0.46);
  margin: 0 0 10px;
}
.saffireMobileSize #hotButtons .card-widget-item .card-widget-title {
  color: #fff;
}

#multiScheduleFeature {
  box-sizing: border-box;
  width: 100%;
  max-width: 764px;
  padding: 14px 34px 20px 35px;
  background: rgba(222, 219, 219, 0.5);
}
#multiScheduleFeature .event-title {
  text-align: center;
  color: #333333;
  font: 38px/1 "RalewayRegular", Arial, Verdana, sans-serif;
  text-transform: capitalize;
  margin: 0px 0 12px;
  padding: 7px 10px 1px;
}
#multiScheduleFeature .featureItem {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 5px 9px 10px;
  color: #f7862a;
  transition: 0.3s;
  position: relative;
  margin: 0 0 14px;
  background: url(images/arrow-icon.png) no-repeat right 12px center;
}
#multiScheduleFeature .featureItem:after {
  content: "";
  background: rgba(51, 51, 51, 0.3);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 96.7%;
}
#multiScheduleFeature .featureItem:hover {
  background: url(images/arrow-icon-hover.png) no-repeat right 12px center #f7862a;
  transition: 0.3s;
}
#multiScheduleFeature .featureItem:hover .featureItemTitle,
#multiScheduleFeature .featureItem:hover .featureItemDate {
  color: #fff;
}
#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: "RalewayRegular";
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  order: 2;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding: 0 18px 0 0;
  display: block;
}
#multiScheduleFeature .featureItemTitle.saffireLargeSize {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#multiScheduleFeature .featureItemDate {
  font-family: "MontserratMedium";
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  order: 1;
}
#multiScheduleFeature .featureItemDescription {
  font-family: "RalewayRegular", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 17px;
  flex-direction: column;
  display: none;
}
#multiScheduleFeature .all-events-btn {
  padding: 5px;
  position: relative;
  top: 10px;
  background: url(images/see-all-event-button.png) no-repeat;
  width: 159px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 0 9px;
}
#multiScheduleFeature .all-events-btn:hover {
  background: url(images/see-all-event-button-hover.png) no-repeat;
}

@media screen and (min-width: 1200px) and (max-width: 1396px) {
  #multiScheduleFeature {
    max-width: 570px;
  }
}
@media screen and (max-width: 1396px) {
  #multiScheduleFeature {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  #multiScheduleFeature {
    margin-bottom: 20px;
  }
}
.saffireMobileSize #multiScheduleFeature {
  padding: 7px 7px 27px;
  margin: 0 auto 2px;
  max-width: 687px;
}
.saffireMobileSize #multiScheduleFeature .featureItem {
  margin: 0 0 10px;
  padding: 7px 9px 8px;
}
.saffireMobileSize #multiScheduleFeature .featureItem:after {
  bottom: -6px;
}
.saffireMobileSize #multiScheduleFeature .event-title {
  font-size: 28px;
  margin: 13px 0 5px;
}
.saffireMobileSize #multiScheduleFeature .featureItemTitle {
  font-size: 15px;
}
.saffireMobileSize #multiScheduleFeature .featureItemDate {
  font-size: 17px;
  line-height: 1;
  margin: 0 0 2px;
}

.socialNetworks {
  z-index: 80000000;
  position: static;
  display: flex;
  transition: 0.6s ease;
  margin: 0 19px 0 0;
  background: transparent;
  border-radius: 50px;
  padding: 5px 3px 11px;
}
.socialNetworks img {
  display: block;
  max-width: 31px;
  max-height: 31px;
  border-radius: 50%;
}
.socialNetworks > span, .socialNetworks > a {
  margin: 0 3px 0 0;
  opacity: 0.3;
  display: block;
  width: 31px;
  height: 31px;
  position: relative;
  left: 0;
  transition: 0.2s;
  border-radius: 50%;
  border: none;
  padding: 3px;
  background-color: transparent;
}
.socialNetworks > a:hover {
  left: -6px;
  z-index: 2;
  transition: 0.2s;
  opacity: 0.6;
  left: 0;
}

#musicPlayerLink {
  height: 40px;
  width: 40px;
  float: none;
  margin: 0;
  background: url("images/music.jpg") no-repeat right 0;
  border: 3px solid transparent;
  z-index: 2;
  border-radius: 50%;
  border: none;
  padding: 0;
  margin: 3px;
  background-color: transparent;
  background-position: center;
  background-size: cover;
}
#musicPlayerLink #musicPlayerDropdown {
  top: -3px;
  right: 43px;
  padding: 8px 10px;
  background: transparent;
  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;
    padding: 0;
  }
  .socialNetworks img {
    max-width: 30px;
    max-height: 30px;
  }
  .socialNetworks > a, .socialNetworks > #musicPlayerLink {
    max-width: 30px;
    max-height: 30px;
    bottom: 0;
    float: left;
    margin: 0;
    transition: 0.2s;
    background-size: contain;
  }
  .socialNetworks > a:hover {
    left: 0;
    bottom: 6px;
    z-index: 2;
    transition: 0.2s;
    bottom: 0;
  }
  .socialNetworks #musicPlayerLink {
    margin: 3px;
    background-size: cover;
  }
  .socialNetworks #musicPlayerLink #musicPlayerDropdown {
    top: auto;
    bottom: -3px;
    right: 33px;
  }
}
.pageIsLoaded .socialNetworks {
  right: 0;
  right: 10px;
}
@media screen and (max-width: 1230px) {
  .pageIsLoaded .socialNetworks {
    bottom: 0;
    bottom: 5px;
    right: 5px;
  }
}

.saffireMobileSize .socialNetworks {
  margin: 0;
  justify-content: center;
}

/* SOCIAL NETWORK PLUGIN */
#socialNetworkWidget {
  height: 525px;
  width: 580px;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  margin-left: auto;
}
.saffireMobileSize #socialNetworkWidget {
  height: 373px;
  margin: 14px 0 0;
  flex-direction: column;
  width: 100%;
}
#socialNetworkWidget .socialTabContainer {
  background: transparent;
  display: flex;
  flex-direction: column;
  margin-right: 11px;
}
.saffireMobileSize #socialNetworkWidget .socialTabContainer {
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin: 0 0 18px;
}
#socialNetworkWidget .socialNetworkTab {
  display: inline-block !important;
  text-decoration: none;
  cursor: pointer;
  margin: 0 0 6px;
  width: 39px;
  height: 39px;
  border: 2px solid transparent;
  border-radius: 50%;
  position: relative;
}
#socialNetworkWidget .socialNetworkTab svg {
  background: url(images/social-icon-bg.jpg) no-repeat center center;
}
.saffireMobileSize #socialNetworkWidget .socialNetworkTab {
  margin: 0 4px;
}
#socialNetworkWidget .socialNetworkTab .circle {
  fill: #E5E2DE;
  transition: 0.3s;
}
#socialNetworkWidget .socialNetworkTab .circle:hover {
  fill: #E5E2DE;
  transition: 0.3s;
}
#socialNetworkWidget .socialNetworkTab:hover:after, #socialNetworkWidget .socialNetworkTab.activeTab:after {
  border: 2px solid #f7862a;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  border-radius: 50%;
}
#socialNetworkWidget .socialNetworkTab:hover .circle, #socialNetworkWidget .socialNetworkTab.activeTab .circle {
  fill: #E5E2DE;
}
#socialNetworkWidget .socialFeedContainer {
  position: relative;
  top: 0;
  left: 0;
  background: #EEECEA;
  width: 580px;
  max-width: 98%;
  padding: 10px 5px;
  overflow-x: hidden;
  overflow-y: auto;
}
.saffireMobileSize #socialNetworkWidget .socialFeedContainer {
  height: 360px;
  box-sizing: border-box;
  max-width: 100%;
  padding: 9px 7px;
  margin: 0 auto;
}
#socialNetworkWidget #instafeedContainer img {
  width: 45%;
  margin-right: 3%;
  margin-left: 2%;
}
#socialNetworkWidget #instafeedContainer > a:hover {
  opacity: 0.8;
}
#socialNetworkWidget #facebookfeedContainer {
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  #socialNetworkWidget {
    margin: 0 auto;
  }
}
.saffireMobileSize #socialNetworkWidget .socialTabContainer {
  margin: 0 0 5px;
}

.saffireMobileSize #socialNetworkWidget iframe {
  max-height: 100vh;
}

#videoSection {
  position: relative;
  display: inline-block;
  width: 657px;
  max-width: 100%;
  vertical-align: top;
  float: none;
  overflow: hidden;
}
#videoSection.saffireMobileSize {
  padding-bottom: 56.1%;
}
#videoSection.single-video #arrow-container {
  display: none;
}

#videoWidget {
  box-sizing: border-box;
  position: relative;
  height: 0;
  width: 100%;
  max-width: 657px;
  padding-bottom: 56.3%;
  text-align: center;
}
#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);
  }
}
@media screen and (min-width: 1201px) and (max-width: 1396px) {
  #videoSection {
    width: 578px;
  }
}
@media screen and (max-width: 1200px) {
  #videoSection {
    margin: 0 auto;
  }
}
.nav-container {
  background: rgba(255, 255, 255, 0.8);
}
.saffireWindowScrolled .nav-container {
  box-shadow: 0px 7px 5px -3px rgba(0, 0, 0, 0.21);
}

.curve-wrapper {
  height: 94px;
  width: 100%;
  max-width: 1400px;
  margin: -94px auto 0;
  z-index: 1;
  position: relative;
  background: url(images/curve-effect.png) no-repeat;
  background-size: cover;
}

.arrow-down {
  background: url(images/arrow-down.png) no-repeat center center #333333;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: block;
  cursor: pointer;
  bottom: 5px;
  right: 24.2%;
  position: absolute;
  z-index: 1;
}
.arrow-down:hover {
  background-color: #999999;
}

.slideshow-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin: 89px auto 0;
}
.generalMessageOn .slideshow-container {
  margin: 129px auto 0;
}

.event-feed-container {
  width: 100%;
  max-width: 1400px;
  margin: 33px auto 0;
  display: flex;
  box-sizing: border-box;
}

.video-seo-container {
  display: flex;
  max-width: 1400px;
  width: 100%;
  margin: 61px auto 0;
  background: url(images/video-seo-bg.jpg) no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 77px 57px 71px 115px;
}

.top-footer {
  background: url(images/footer-top-bg.png) no-repeat;
  box-sizing: border-box;
  padding: 24px 115px 0;
  display: flex;
  height: 202px;
  align-items: flex-start;
}
@media screen and (min-width: 801px) and (max-width: 1067px) {
  .top-footer {
    padding: 24px 37px 0;
  }
}
.saffireMobileSize .top-footer {
  padding: 24px;
  background: url(images/footer-top-bg-mobile.png) no-repeat bottom;
  background-size: cover;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 284px;
  align-items: center;
}

#saffireMobileBackToTopLink {
  padding: 0;
}

.saffireMobileSize.generalMessageOn .slideshow-container {
  margin: 111px auto 0;
}
.saffireMobileSize .slideshow-container {
  margin: 71px auto 0;
}
.saffireMobileSize .curve-wrapper {
  display: none;
}
.saffireMobileSize .arrow-down {
  position: static;
  width: 52px;
  height: 52px;
  margin: 4px auto 0;
  background: url(images/arrow-down-mobile.png) no-repeat center center #333333;
}
.saffireMobileSize .arrow-down:hover {
  background-color: #999999;
}
.saffireMobileSize .event-feed-container {
  box-sizing: border-box;
  padding: 0 23px;
}
.saffireMobileSize .video-seo-container {
  margin: 22px auto 0;
}

@media screen and (max-width: 1200px) {
  .event-feed-container {
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  }
  .video-seo-container {
    flex-direction: column;
    margin: 0 auto;
    padding: 20px 23px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1396px) {
  .event-feed-container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1396px) {
  .video-seo-container {
    max-width: 1200px;
    padding: 20px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1430px) {
  .event-feed-container {
    padding: 0 20px;
  }
}
.emailSignup .emailInputField .textbox {
  background: none;
  border: 1px solid #aaaaaa;
  border-radius: 2px !important;
}
.emailSignup .emailSubmitButton {
  background: #f7862a;
  color: #fff;
  border-radius: 0 !important;
  padding: 4px 20px;
  margin-top: 10px;
}

@media screen and (min-width: 801px) and (max-width: 1115px) {
  .arrow-down {
    bottom: -19px;
    right: 9.2%;
  }
}
.pressDate {
  width: 120px;
}

/*# sourceMappingURL=theme.css.map */
