@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: "oswald-regular-webfont";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/oswald-regular-webfont.woff2) format("woff2"), url(fonts/oswald-regular-webfont.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");
}
.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: #263265;
  font: 17px/1.5 "RobotoSlabRegular", Arial, Verdana, sans-serif;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "oswald-regular-webfont", Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #c32026;
  line-height: 1.2;
  margin: 0 0 0.67em;
}

h1 {
  color: #263265;
}
h1 {
  font-size: 29px;
}
@media screen and (min-width: 450px) {
  h1 {
    font-size: calc(29px + 9 * ((100vw - 450px) / 916));
  }
}
@media screen and (min-width: 1366px) {
  h1 {
    font-size: 38px;
  }
}

h2 {
  color: #263265;
}
h2 {
  font-size: 26px;
}
@media screen and (min-width: 450px) {
  h2 {
    font-size: calc(26px + 4 * ((100vw - 450px) / 916));
  }
}
@media screen and (min-width: 1366px) {
  h2 {
    font-size: 30px;
  }
}

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

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

h5 {
  font-size: 18px;
}
@media screen and (min-width: 450px) {
  h5 {
    font-size: calc(18px + 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: #263265;
  text-decoration: underline;
}

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

a:hover {
  text-decoration: none;
}

#imgsearch input.inputFieldTextbox {
  width: 100%;
  height: 31px;
  padding-left: 10px;
}

span.featureLineup-headline.button {
  font-size: 14px;
}

.featureLineup-more {
  top: 253px;
}
.featureLineup-more a {
  font-size: 12px !important;
  background: #fff;
}

:focus {
  outline: none;
}

.printEvent {
  z-index: 9;
}

/***************** CONTAINERS **************************/
body {
  background: #fff;
}

body:not(.homepage) {
  background: url(images/inner-bg.jpg) #fff no-repeat fixed;
  background-size: cover;
  background-position: top 190px center;
}

.wrapper {
  width: 100%;
}

body:not(.homepage).saffireLargeSize .content {
  margin-top: 234px;
}
body:not(.homepage).saffireLargeSize.generalMessageOn .content {
  margin-top: 270px;
}
body:not(.homepage).saffireMobileSize .content {
  margin-top: 243px;
}
body:not(.homepage).saffireMobileSize.generalMessageOn .content {
  margin-top: 247px;
}

body:not(.homepage) .content {
  position: relative;
  max-width: calc(1260px - 15px - 15px);
  margin: 30px auto 60px;
  padding: 15px 15px 15px 15px;
  background: rgba(255, 255, 255, 0.9);
}

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

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

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

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

.orderhistory {
  background: #263265;
}

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

.alternateRow {
  background: #e5e5e5;
}

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

.top-header {
  background: #fff;
}

.top-header .container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 6px 0;
}
@media screen and (max-width: 1023px) {
  .top-header .container {
    padding-left: 13px;
    padding-right: 13px;
  }
}
.saffireMobileSize .top-header .container {
  flex-direction: column;
  padding: 0;
}

.right-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 5px;
}

.slider-main {
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  margin: 160px 0 0;
  padding: 69px 0 0;
  box-sizing: border-box;
}
.saffireLargeSize.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff .slider-main {
  margin: 112px 0 0;
}
.generalMessageOn.saffireLargeSize.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff .slider-main {
  margin: 156px 0 0;
}
.slider-main.notParallex {
  background: url(images/slider-bg.jpg) no-repeat bottom center;
}
.generalMessageOn .slider-main {
  margin: 200px 0 0;
}
.saffireMobileSize .slider-main {
  display: block;
  margin: 80px 0 0;
}
.generalMessageOn.saffireMobileSize .slider-main {
  margin: 120px 0 0;
}

.countdown-main {
  display: flex;
  justify-content: center;
}
.saffireWindowScrolled.saffireLargeSize .countdown-main, .siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff .countdown-main {
  display: none;
}
body:not(.homepage).saffireMobileSize .countdown-main {
  transition: all 1s ease !important;
}
.saffireMobileSize .countdown-main {
  opacity: 0;
  transition: all 20s ease !important;
}
.saffireMobileSize.pageIsLoaded .countdown-main {
  opacity: 1;
}

.second-tier {
  margin: -138px 0 0;
  background: url(images/ribbon-bg-icon.png) no-repeat center top 50px, url(images/pattern-bg.jpg) center/cover no-repeat;
  padding: 240px 0 73px;
}
.saffireMobileSize .second-tier {
  padding: 46px 0 49px;
  position: relative;
  background: url(images/small-bg-ribbon-icon.png) no-repeat center top, url(images/pattern-bg.jpg) center/cover no-repeat;
  margin: 0;
}

.third-tier {
  background: url(images/third-tier-bg.jpg) no-repeat;
  background-size: cover;
  padding: 72px 0 75px;
}
.saffireMobileSize .third-tier {
  padding: 33px 0 18px;
}

.map-container {
  background: url(images/map-bg.jpg) no-repeat;
  min-height: 311px;
  padding-top: 124px;
  background-position: center;
}
.saffireMobileSize .map-container {
  min-height: 289px;
}

.graphic-icons {
  background: url(images/graphic-icons.png) center/contain no-repeat;
  width: 487px;
  height: 106px;
  margin: 44px auto 45px;
}
.saffireMobileSize .graphic-icons {
  width: 309px;
  height: 67px;
  margin: 25px auto 26px;
}

.direction-box {
  background: url(images/question.png) no-repeat center;
  min-height: 172px;
  max-width: 359px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  flex-direction: column;
}
.direction-box h2 {
  padding-top: 13px;
  margin: 0;
  font-size: 23px;
}
.direction-box p {
  margin-top: 12px;
  font-size: 15px;
}
.direction-box a {
  color: #263265;
  padding: 3px 25px;
  letter-spacing: 0.7px;
  font-size: 13px;
  text-decoration: none;
  line-height: 1.9;
  margin-top: 7px;
  display: flex;
  border: 2px solid #263265;
  font-family: "RobotoSlabBold";
}
.direction-box a:hover {
  background: #263265;
  color: #fff;
}

.top-footer {
  background: url(images/footer-bg.png) #343e69;
  padding: 41px 10px 17px;
  box-sizing: border-box;
  background-position: center;
}
.saffireMobileSize .top-footer {
  padding: 28px 10px 20px;
}

.saffireMobileSize .mobile-layout {
  display: flex;
  align-items: center;
  padding: 0 11px 0 13px;
}
.saffireMobileSize .left-content,
.saffireMobileSize .right-top {
  display: none;
}

.right-content {
  display: flex;
  flex-direction: column;
}
.saffireMobileSize .right-content {
  background: #344489;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  flex-direction: revert;
  box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.49);
}

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  background: #c7e4f8;
  font-family: "RobotoSlabRegular", Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #263265;
  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;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

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

.saffireMobileSize .header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}
.saffireMobileSize .headerInnerContent {
  height: auto;
}

#weatherBugWidget {
  margin: 4px 0 9px;
}

.standAloneDirections {
  font: 16px "RobotoSlabBold";
  color: #263265;
  border: 2px solid #263265;
  text-transform: uppercase;
  width: 148px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.6px;
}
.standAloneDirections:hover {
  background: #263265;
  color: #fff;
}
.saffireMobileSize .standAloneDirections {
  background: #fff;
  line-height: 1;
  padding: 10px 22px;
  max-width: 152px;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #263265;
  height: 40px;
}
.saffireMobileSize .standAloneDirections:hover {
  border-color: #fff;
  color: #fff;
  padding: 10px 22px;
  max-width: 152px;
  width: 100%;
  background: none;
  box-sizing: border-box;
}

.header-logo {
  display: block;
  width: 223px;
  height: 100px;
  background: url(images/logo.png) center/contain no-repeat;
  margin: 2px 0 0;
  transition: all 0.5s ease;
}
.saffireLargeSize.saffireWindowScrolled .header-logo {
  width: 149px;
  height: 67px;
}
.saffireMobileSize .header-logo {
  width: 163px;
  height: 81px;
  margin: 0;
}

.ticket {
  font: 16px "RobotoSlabBold";
  color: #263265;
  border: 2px solid #263265;
  text-transform: uppercase;
  width: 148px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  letter-spacing: 0.6px;
}
.ticket:hover {
  background: #263265;
  color: #fff;
}

.saffireMobileSize a.ticket {
  color: #263265;
  border: 2px solid #263265 !important;
  background: #fff;
  line-height: 1;
  padding: 10px 15px;
  margin: 0 7px;
  max-width: 152px;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
}
.saffireMobileSize a.ticket:hover {
  color: #263265;
  padding: 10px 15px;
  border: 2px solid #fff !important;
  margin: 0 7px;
  max-width: 152px;
  width: 100%;
  line-height: 1;
  color: #fff;
  background: none;
  box-sizing: border-box;
  height: 40px;
}

.header .searchBox:not(.clonedSearchBox) {
  display: inline-flex;
  align-items: center;
  margin: 0 5px 0 0;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
  height: 30px;
  width: 170px;
  padding: 0 5px;
  font-size: 14px;
  font-family: "RobotoSlabRegular", Arial, Verdana, sans-serif;
  border-radius: 0 !important;
  position: absolute;
  right: 100%;
  top: -3px;
  background: #c7e4f8;
  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: 24px;
  padding: 0 10px;
  border-radius: 0 !important;
  font-size: 14px;
  font-family: "RobotoSlabRegular", Arial, Verdana, sans-serif;
  border: none;
  width: 35px;
  padding: 0;
  font-size: 0;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:before {
  content: "";
  background: url(images/search-icon.png) no-repeat;
  width: 19px;
  height: 18px;
  display: block;
  font-size: 18px;
  font-family: "FontAwesome";
  line-height: 1;
  color: #000;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover {
  background: none !important;
}
.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: inline-flex;
  color: inherit;
}
.saffireLargeSize .viewcart .cartMenuLink {
  line-height: 1;
  display: flex;
  font-size: 14px;
  color: #2e3563;
  font-family: "OpenSans-Regular-webfont";
  align-items: center;
}
.saffireLargeSize .viewcart .cartMenuLink:before {
  content: "";
  background: url(images/cart-icon.png);
  width: 22px;
  height: 19px;
  display: inline-flex;
  position: relative;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 26px;
  line-height: 1;
  color: inherit;
}

.saffireMobileSize .viewcart {
  display: inline-flex;
}
.saffireMobileSize .viewcart .cartMenuLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #eee;
}
.saffireMobileSize .viewcart .cartMenuLink: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;
  margin-left: auto;
  vertical-align: top;
}
.mobile-nav-toggle:before {
  content: "";
  background: url(images/toggle.png) no-repeat;
  width: 25px;
  height: 23px;
  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 {
  background: #2d3b76;
  justify-content: center;
  display: flex;
  box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.49);
}
.saffireLargeSize .nav .groups {
  display: flex;
  flex-wrap: wrap;
  margin: 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: 9px 15px 4px;
  background: none;
  font-family: "oswald-regular-webfont", Arial, Verdana, sans-serif;
  font-size: 19px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
.saffireLargeSize .nav .groups .group:hover > a {
  color: #263265;
  background: #fff;
}
.saffireLargeSize .nav .items {
  top: 100%;
  left: 0;
  padding: 0;
  background: #fff;
}
.saffireLargeSize .nav .items .item a {
  padding: 5px 15px;
  color: #263265;
  font-family: "RobotoSlabRegular", Arial, Verdana, sans-serif;
}
.saffireLargeSize .nav .items .item a:hover {
  color: #263265;
}
.saffireLargeSize .nav .item {
  width: 200px;
  line-height: 1.4;
}
.saffireLargeSize .nav .item:hover {
  background: #bdc1d0;
}
.saffireLargeSize .nav .subitems {
  left: 100%;
  padding: 0;
  background: #fff;
}

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  border-top: 6px solid #c10220;
  text-align: center;
  position: relative;
}
body:not(.homepage) .footer:before {
  content: "";
  width: 100%;
  height: 250px;
  position: absolute;
  top: -250px;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(199, 228, 248, 0) 0%, #c7e4f8 76%, #c7e4f8 100%);
  z-index: -1;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer ul.footerItems1 {
  margin: 0 auto;
  font-family: "RobotoSlabRegular";
  font-size: 15px;
}
.footer ul.footerItems1 li {
  margin: 0 13px;
  display: inline-block;
}
.footer ul.footerItems1 .separator {
  display: none;
}
.footer ul.footerItems2 {
  margin: 11px auto 38px;
  font-size: 15px;
}
.footer ul.footerItems2 li {
  display: inline-block;
  margin: 0 5px;
}
.footer ul.footerItems2 li .saffire_logo {
  top: 6px;
  right: 7px;
}
.footer a.footer-logo {
  background: url(images/footer-logo.png) center/contain no-repeat;
  height: 139px;
  display: inline-flex;
  width: 295px;
}
.saffireMobileSize .footer a.footer-logo {
  height: 118px;
  width: 246px;
}
.footer h3.affiliations-title {
  font-size: 16px;
  font-family: "RobotoSlabRegular";
  color: #fff;
  text-transform: none;
  margin: 0;
}
.saffireMobileSize .footer h3.affiliations-title {
  font-size: 15px;
}
.footer a.email-link {
  padding: 25px 0 23px;
  display: flex;
  justify-content: center;
  font-size: 16px;
}
.saffireMobileSize .footer a.email-link {
  padding: 16px 0 0;
}

.saffireMobileSize .footer a:hover {
  text-decoration: none;
}
.saffireMobileSize .footer ul.footerItems1 {
  display: none;
}
.saffireMobileSize .footer .footerSignIn {
  max-width: 300px;
  margin: auto;
}
.saffireMobileSize .footer ul.footerItems2 {
  margin: 19px 0 16px;
  text-align: center;
}
.saffireMobileSize .footer ul.footerItems2 li {
  margin: 0 0 5px;
  line-height: 1.4;
}

.mobile-menu-container {
  background-color: #fff;
}
.mobile-menu-container .mobile-menu-header {
  background-color: #fff;
}
.mobile-menu-container .close-mobile-menu:after, .mobile-menu-container .close-mobile-menu:before {
  background-color: #263265;
}
.mobile-menu-container .mobile-menu-subheader,
.mobile-menu-container .mobile-menu-subheader-btn {
  background-color: #263265;
}
.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: #263265;
}
.mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
.mobile-menu-container .mobile-menu-subheader-btn:active {
  background-color: #182040;
}
.mobile-menu-container .mobile-menu-login-links a {
  font-family: "RobotoSlabBold";
}
.mobile-menu-container .cart-counter {
  font-family: "RobotoSlabBold";
}
.mobile-menu-container .search-container input {
  font-family: "RobotoSlabBold";
}
.mobile-menu-container .search-container .search-submit-btn {
  color: #333;
}
.mobile-menu-container i.fa.fa-shopping-cart {
  color: #fff;
}
.mobile-menu-container i.fa.fa-shopping-cart:before {
  color: #fff;
}
.mobile-menu-container .mobile-menu-container .close-mobile-menu::after,
.mobile-menu-container .mobile-menu-container .close-mobile-menu::before {
  background-color: #263265;
}
.mobile-menu-container .mobile-menu-ticket-btn {
  background-color: #263265;
  font-family: "RobotoSlabBold";
  color: #fff;
  border-color: #fff;
}
.mobile-menu-container .mobile-menu-footer-links a {
  font-family: "RobotoSlabBold";
  color: #263265;
}
.mobile-menu-container #mobileSearchInput {
  color: #263265;
}
.mobile-menu-container #mobileSearchInput:-ms-input-placeholder {
  color: #263265;
  opacity: 1;
}
.mobile-menu-container #mobileSearchInput::-ms-input-placeholder {
  color: #263265;
  opacity: 1;
}
.mobile-menu-container #mobileSearchInput::placeholder {
  color: #263265;
  opacity: 1;
}

#mobile-nav ul {
  background-color: #fff;
}
#mobile-nav li {
  margin: 0;
}
#mobile-nav li.m-group, #mobile-nav li.m-item, #mobile-nav li.m-subitem {
  border-bottom: 1px solid #fff;
}
#mobile-nav a {
  background-color: #263265;
  font-family: "RobotoSlabBold";
  color: #fff;
}
#mobile-nav a:hover {
  background-color: #182040;
}
#mobile-nav .has-subitems span {
  background-color: #515b84;
  color: #fff;
  flex: 1 0 10%;
}
#mobile-nav .has-subitems span:hover {
  background-color: #182040;
}

.mobile-menu-container .cart-counter {
  color: #fff;
}

/************************* MODAL CONTENT ********************/
.ui-dialog {
  background: #fff;
  box-shadow: 0 0 10px -5px #444;
}

.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: #263265;
  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: #263265;
}
.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 {
  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 20px;
  letter-spacing: 0.5px;
  font-size: 16px;
}

.button,
.buttonSmall {
  box-sizing: border-box;
  line-height: 1.75em;
  text-transform: none;
  border-radius: 0;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "RobotoSlabBold";
  color: #263265 !important;
  background: transparent;
  border: 2px solid #263265;
  text-transform: uppercase;
}

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

.button:hover,
.buttonSmall:hover {
  background: #263265 !important;
  color: #fff !important;
}

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: block;
  color: #263265;
  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";
  font-size: 17px;
  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: white;
}
.homepage .sliderTitle {
  position: relative;
  max-width: 100%;
  line-height: normal;
  font-family: "oswald-regular-webfont";
  font-size: 25px;
  font-weight: 400;
  color: #263265;
  text-transform: uppercase;
  height: 29px;
}
@media screen and (max-width: 1023px) {
  .homepage .sliderTitle {
    font-size: 20px;
    height: 24px;
    max-width: 350px !important;
  }
}
.homepage .swiper-container {
  position: relative;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  z-index: 1;
  /* Specify Swiper's Size: */
  width: 100%;
  max-width: 1000px;
  height: 477px;
  /* Swiper Container - Inset Shadow*/
  /* Swiper Container - Hover Styles*/
}
.homepage .swiper-container:hover .slideshowSwiperDescription {
  max-height: 477px;
}
.homepage .swiper-slide {
  /* Specify Slides's Size: */
  position: relative;
  height: 477px;
  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: 47.7vw !important;
  }
}
.homepage span.sliderButtonContainer {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  /* Buttons*/
}
.homepage span.sliderButtonContainer a.button {
  display: inline-block;
  padding: 4px 23px;
  font-family: "RobotoSlabBold";
  font-size: 16px;
  color: #263265 !important;
  background: transparent;
  background: linear-gradient(180deg, transparent);
  white-space: nowrap;
  margin: 0 5px;
  /* More and BuyNow Buttons*/
  /* Button - Hover Styles*/
}
.homepage span.sliderButtonContainer a.button.sliderMoreButton, .homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
  font-size: 16px;
}
.homepage span.sliderButtonContainer a.button.sliderMoreButton {
  order: 2;
}
.homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
  order: 1;
}
.homepage span.sliderButtonContainer a.button:hover {
  background: #263265 !important;
  color: #fff !important;
}
.homepage .slideshowSwiperButtonPrev {
  position: absolute;
  top: 52%;
  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: 15px;
  height: 24px;
  left: -1049px;
  /* Slideshow Swiper Button - PREV - Hover Styles*/
}
@media screen and (max-width: 1000px) {
  .homepage .slideshowSwiperButtonPrev {
    left: 0;
    right: auto;
    top: 24.804vw;
  }
}
@media screen and (max-width: 1084px) {
  .homepage .slideshowSwiperButtonPrev {
    left: 1%;
    right: auto;
  }
}
.homepage .slideshowSwiperButtonNext {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  left: 0;
  margin: auto;
  z-index: 4;
  transition: all 0.3s ease;
  cursor: pointer;
  display: block;
  width: 15px;
  height: 24px;
  background: url(images/slideshow-right.png) no-repeat right center;
  right: -1049px;
  /* Slideshow Swiper Button - PREV - Hover Styles*/
}
@media screen and (max-width: 1000px) {
  .homepage .slideshowSwiperButtonNext {
    right: 0;
    left: auto;
    top: 24.804vw;
  }
}
@media screen and (max-width: 1084px) {
  .homepage .slideshowSwiperButtonNext {
    right: 1%;
    left: auto;
  }
}
.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: 84px;
  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: 9px;
}
.homepage .sliderPlayPauseButtons {
  display: none;
}
.homepage .swiper-pagination-bullet {
  border: 2px solid #263265;
  opacity: 1;
  position: relative;
  top: 0;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 5px;
  background: transparent;
  transition: background 0.4s ease;
  border-radius: 50%;
}
.homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #263265;
}
.homepage .swiper-pagination-bullet:hover {
  background: #263265;
}
.homepage .sliderPlayPause {
  display: inline-block;
  cursor: pointer;
  width: 9px;
  height: 9px;
  font-size: 0;
  color: transparent;
}
.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 .homepageSwiperSlider {
  max-width: 1000px;
  width: 100%;
}
.homepage.saffireLargeSize .slideshowSwiperDescription {
  max-width: none;
  padding: 16px 45px 16px 29px;
  min-height: 100px;
  align-items: center;
  justify-content: space-between;
  /* 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 4px;
  padding: 4px 23px;
}
.homepage.saffireLargeSize .sliderTitle {
  width: 100%;
  max-width: 500px;
  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;
  height: auto;
  min-height: 100px;
  /* Slider Text Container*/
  /* New Slider Description Container - Hover Styles*/
}
.homepage.saffireLargeSize #newSliderDescriptionContainer .sliderTextContainer {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  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 Buttons*/
  /* Slideshow Swiper Button - PREV*/
  /* Slideshow Swiper Button - NEXT*/
  /* Slider Controls Container */
}
.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;
  height: 23px;
}
.homepage.saffireMobileSize .currentSlideDescription {
  width: 100%;
  height: auto;
  padding: 18px 2%;
  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: flex-start;
  width: 100%;
  margin: 38px auto 0;
}
.homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer a {
  display: inline-block;
  padding: 4px 24px;
  margin: 0 4px;
}
.homepage.saffireMobileSize #newSliderDescriptionContainer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: auto;
  background: #fff;
  z-index: 2;
}
.homepage.saffireMobileSize .slideshowSwiperButtonNext,
.homepage.saffireMobileSize .slideshowSwiperButtonPrev {
  display: block !important;
  top: 28.804vw;
}
.homepage.saffireMobileSize .slideshowSwiperButtonPrev {
  left: 2%;
}
.homepage.saffireMobileSize .slideshowSwiperButtonNext {
  right: 2%;
}
.homepage.saffireMobileSize .sliderControlsContainer {
  position: absolute;
  top: auto;
  padding: 5px 0;
  bottom: 63px;
}

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

#cardWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 26px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1099px) {
  #cardWidget {
    max-width: 700px;
  }
}
.saffireMobileSize #cardWidget {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
}
#cardWidget .card-widget-item {
  display: flex;
  max-width: 315px;
  width: 100%;
  height: 206px;
  margin: 0 14px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, 0.55);
  transition: 0.3s ease;
  overflow: hidden;
}
@media screen and (max-width: 1099px) {
  #cardWidget .card-widget-item {
    margin-bottom: 13px;
  }
}
#cardWidget .card-widget-item:hover .image-container {
  opacity: 0.2;
}
#cardWidget .card-widget-item:hover .card-widget-image {
  transform: scale(1.1);
}
#cardWidget .card-widget-item:hover .card-widget-title {
  background: transparent;
  transform: scale(1.1);
}
#cardWidget .card-widget-item:hover .card-content {
  background: transparent;
}
#cardWidget .card-widget-item:hover .buttonwrap {
  opacity: 1;
  height: auto;
}
#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 .image-container .card-widget-image {
  max-width: 100%;
  vertical-align: top;
  transition: 0.3s ease;
}
#cardWidget .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;
  box-sizing: border-box;
  padding: 0 10px;
}
#cardWidget .card-widget-title {
  position: static;
  display: block;
  font: 21px "RobotoSlabRegular";
  color: #263265;
  background: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  text-transform: uppercase;
  padding: 19px 28px;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 2.333px;
  transition: 0.3s ease;
}
.saffireMobileSize #cardWidget .card-widget-title {
  font-size: 21px;
}
#cardWidget .card-widget-description {
  display: none;
}
#cardWidget .buttonwrap {
  opacity: 0;
  height: 0;
}
#cardWidget .buttonwrap a.moreButton.button {
  color: #fff !important;
  background: #263265;
}

#siteInfoBannerWidget {
  box-sizing: border-box;
  position: static;
  display: inline-flex;
  height: 70px;
  width: auto;
  max-width: 100%;
  margin: auto;
  padding: 5px 20px;
  background: transparent;
  font-family: "RobotoSlabBold";
  font-size: 16px;
  color: #263265;
  text-align: center;
  line-height: 1;
  z-index: 2;
  min-width: auto;
  align-items: center;
}
#siteInfoBannerWidget #eventDates {
  font-family: "RobotoSlabBold";
  font-size: 16px;
  font-weight: 400;
  color: #263265;
  order: 2;
  align-items: center;
  letter-spacing: 0.5px;
  display: inline-block;
  text-transform: uppercase;
  display: flex;
}
.saffireLargeSize #siteInfoBannerWidget #eventDates:before {
  content: "";
  display: inline-block;
  background: url(images/red-icon.png) no-repeat;
  width: 17px;
  height: 7px;
  margin: 0 9px;
}
.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget #eventDates:before {
  display: none;
}
#siteInfoBannerWidget #eventName {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
}
#siteInfoBannerWidget .countdownDays {
  display: inline-block;
  font-family: "RobotoSlabBold";
  font-size: 16px;
  font-weight: 400;
  color: #263265;
}

body:not(.homepage).saffireMobileSize #siteInfoBannerWidget {
  padding: 12px 10px;
}

.saffireMobileSize #siteInfoBannerWidget {
  left: auto;
  right: auto !important;
  padding: 3px 10px 19px;
  background: #fff;
  color: #fff;
  width: 100%;
  flex-direction: column;
  height: auto;
}
.saffireMobileSize #siteInfoBannerWidget #eventName {
  font-size: 14px;
  color: #2e3563;
}
.saffireMobileSize #siteInfoBannerWidget #eventDates {
  font-size: 14px;
  color: #2e3563;
  line-height: 1.5;
}
.saffireMobileSize #siteInfoBannerWidget .countdownDays {
  font-size: 14px;
  color: #2e3563;
}

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

#cardWidgetSeo {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 1030px;
}
#cardWidgetSeo .card-widget-item {
  box-sizing: border-box;
  display: flex;
}
#cardWidgetSeo .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
#cardWidgetSeo .card-widget-title {
  font: 37px "oswald-regular-webfont", Arial, Verdana, sans-serif;
  color: #263265;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin: 0 0 19px;
  font-weight: 700;
}
.saffireMobileSize #cardWidgetSeo .card-widget-title {
  font-size: 30px;
  margin: 0 0 15px;
}
#cardWidgetSeo .card-widget-title:after {
  width: 100%;
  content: "";
  height: 3px;
  background: #263265;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#cardWidgetSeo .card-widget-description {
  font: 17px "RobotoSlabRegular", Arial, Verdana, sans-serif;
  color: #263265;
  line-height: 1.7;
  padding: 0 10px;
}
.saffireMobileSize #cardWidgetSeo .card-widget-description {
  box-sizing: border-box;
  padding: 0 29px;
  font-size: 16px;
  line-height: 1.4;
}
#cardWidgetSeo .buttonwrap a {
  margin: 19px 0 0;
}

.saffireMobileSize #cardWidgetSeo .card-widget-item {
  margin: 5px 0;
}

#infoCards {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
#infoCards .card-widget-item .card-widget-title {
  position: relative;
  display: block;
  width: 100%;
  text-transform: uppercase;
  font: 28px "oswald-regular-webfont";
  color: #263265;
  text-align: center;
  line-height: 1;
}
#infoCards .card-widget-item .card-widget-title:after {
  width: 100%;
  content: "";
  height: 2px;
  background: #263265;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#infoCards .card-widget-item .buttonwrap,
#infoCards .card-widget-item .card-widget-description {
  display: none;
}

#hotButtons {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1099px) {
  #hotButtons {
    max-width: 700px;
  }
}
.saffireMobileSize #hotButtons {
  flex-direction: column;
  align-items: center;
}
#hotButtons .card-widget-item {
  box-sizing: border-box;
  display: flex;
  background: #263265;
  max-width: 315px;
  width: 100%;
  height: 104px;
  margin: 0 13px;
  box-sizing: border-box;
  align-items: center;
  padding: 0 21px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, 0.55);
  position: relative;
}
@media screen and (max-width: 1099px) {
  #hotButtons .card-widget-item {
    margin-bottom: 10px;
  }
}
#hotButtons .card-widget-item:after {
  content: "";
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 71%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60%;
  margin: 0 auto;
}
#hotButtons .card-widget-item:hover {
  background: #151e44;
}
#hotButtons .card-widget-item .image-container {
  max-width: 65px;
  max-height: 65px;
}
#hotButtons .card-widget-item .image-container .card-widget-image {
  max-width: 100%;
}
#hotButtons .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#hotButtons .card-widget-title {
  position: static;
  text-transform: uppercase;
  display: block;
  font: 21px "RobotoSlabRegular";
  color: #fff;
  padding: 0 14px;
  letter-spacing: 2.6px;
}
#hotButtons .card-widget-description {
  display: none;
}
#hotButtons .buttonwrap {
  display: none;
}

#homepagePopup {
  display: none;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(38, 50, 101, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 100vh;
}

.modal__container {
  background-color: #fff;
  padding: 25px 10px;
  width: 1000px;
  max-width: 95%;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 118px;
  margin: 0 auto;
}

.modal__title {
  display: none;
}

.modal__close {
  display: none;
}

.button.modal__link {
  cursor: pointer;
}

.modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  color: #263265;
  text-align: center;
  font-size: 16px;
}
.saffireMobileSize .modal__content {
  font-size: 10px;
}
.modal__content p {
  margin-bottom: 2em;
  max-width: 90%;
  margin: 1em auto 2em;
  font-size: 15px;
}

/**************************\
        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;
}

@media screen and (orientation: landscape) and (max-height: 600px) {
  .modal__container p {
    max-height: 50vh;
    overflow-y: scroll;
    font-size: 12px;
    margin: 0.2em auto 0.7em;
    max-height: 50vh;
    overflow-y: scroll;
    font-size: 12px;
    margin: 0.2em auto 0.7em;
    padding: 0 10px;
  }
}
@media screen and (max-width: 600px) {
  .modal__container p {
    max-height: 50vh;
    overflow-y: scroll;
    font-size: 12px;
    margin: 0.2em auto 0.7em;
    max-height: 50vh;
    overflow-y: scroll;
    font-size: 12px;
    margin: 0.2em auto 0.7em;
    padding: 0 10px;
  }
}
.modal__content p::-webkit-scrollbar {
  width: 12px;
  /* width of the entire scrollbar */
}

.modal__content p::-webkit-scrollbar-track {
  background: #dadada;
  width: 8px !important;
  /* color of the tracking area */
}

.modal__content p::-webkit-scrollbar-thumb {
  height: 10px;
  width: 8px;
  background: #4e60af !important;
  /* color of the scroll thumb */
  /* roundness of the scroll thumb */
  /* creates padding around scroll thumb */
}

#cardWidgetLogos {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px 0;
  background: #fff;
}
.saffireMobileSize #cardWidgetLogos {
  padding: 12px 0 5px;
}
#cardWidgetLogos .card-widget-item {
  display: flex;
  margin: 0 44px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.5s ease !important;
}
.saffireMobileSize #cardWidgetLogos .card-widget-item {
  margin: 0 14px;
}
#cardWidgetLogos .card-widget-item:hover {
  opacity: 0.5;
}
#cardWidgetLogos .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;
}
#cardWidgetLogos .image-container .card-widget-image {
  max-width: 150px;
  max-height: 150px;
}
.saffireMobileSize #cardWidgetLogos .image-container .card-widget-image {
  max-width: 120px;
  max-height: 54px;
}
#cardWidgetLogos .card-content {
  display: none;
}

/* Set the container ID*/
/* Size the images*/
/* Format titles*/
/* Format arrows*/
#sponsorWidgetContainer {
  position: relative;
  width: 100%;
  max-width: 1230px;
  margin: 0 auto 8px;
  box-sizing: border-box;
  padding: 0 75px;
}
.saffireMobileSize #sponsorWidgetContainer {
  padding: 0 20px;
}
#sponsorWidgetContainer .sponsorCarouselImageContainer a {
  margin: 0 24px;
}
#sponsorWidgetContainer .sponsorWidgetContainer {
  padding: 25px 0 11px;
}
.saffireMobileSize #sponsorWidgetContainer .sponsorWidgetContainer {
  padding: 13px 0 3px;
}
#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: 100px;
  max-height: 100px;
}
.saffireMobileSize #sponsorWidgetContainer .sponsorCarouselImage img {
  max-width: 80px;
  max-height: 70px;
}
#sponsorWidgetContainer #sponsorsTitleContainer {
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  display: none;
}
#sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  font-family: "oswald-regular-webfont";
  font-size: 26px;
  color: #20aee4;
  text-shadow: none;
}
#sponsorWidgetContainer #sponsorArrowRight {
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.saffireMobileSize #sponsorWidgetContainer #sponsorArrowRight {
  display: none;
}
#sponsorWidgetContainer #sponsorArrowRight span {
  background: url(images/sponsor-right-arrow.png) no-repeat;
  width: 18px;
  height: 22px;
  border: none;
}
#sponsorWidgetContainer #sponsorArrowRight span:hover {
  background: url(images/sponsor-right-arrow-hover.png) no-repeat;
}
#sponsorWidgetContainer #sponsorArrowLeft {
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.saffireMobileSize #sponsorWidgetContainer #sponsorArrowLeft {
  display: none;
}
#sponsorWidgetContainer #sponsorArrowLeft span {
  background: url(images/sponsor-left-arrow.png) no-repeat;
  width: 18px;
  height: 22px;
  border: none;
}
#sponsorWidgetContainer #sponsorArrowLeft span:hover {
  background: url(images/sponsor-left-arrow-hover.png) no-repeat;
}
#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;
}

.socialNetworks {
  z-index: 9;
  position: fixed;
  right: -80px;
  top: 250px;
  transition: 0.6s ease;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  padding: 5px 3px;
}
.generalMessageOn .socialNetworks {
  top: 270px;
}
.socialNetworks img {
  display: block;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
}
.socialNetworks > a, .socialNetworks > span {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  left: 0;
  border: 3px solid rgba(0, 0, 0, 0.4);
  transition: 0.2s;
  border-radius: 50%;
  border: none;
  padding: 3px;
  background-color: transparent;
}
.socialNetworks > a:hover {
  left: -6px;
  z-index: 2;
  transition: 0.2s;
  left: 0;
  background-color: #e5e5e5;
}

#musicPlayerLink {
  height: 40px;
  width: 40px;
  float: none;
  margin: 0;
  border: 3px solid rgba(0, 0, 0, 0.4);
  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: 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;
    padding: 0;
  }
  .socialNetworks img {
    max-width: 30px;
    max-height: 30px;
  }
  .socialNetworks > #musicPlayerLink, .socialNetworks > a {
    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;
  }
}
.socialNetworks a:hover {
  background-color: #0081d1;
}

.socialNetworks .socialNetworkIconTwitter:hover {
  background-color: #1da1f2;
}
.socialNetworks .socialNetworkIconFacebook:hover {
  background-color: #3b5998;
}
.socialNetworks .socialNetworkIconInstagram:before {
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  opacity: 0;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.socialNetworks .socialNetworkIconInstagram:hover {
  background: none;
}
.socialNetworks .socialNetworkIconInstagram:hover:before {
  transition: 0.2s;
  opacity: 1;
}
.socialNetworks .socialNetworkIconTumblr:hover {
  background-color: #35465c;
}
.socialNetworks .socialNetworkIconPeriscope:hover {
  background-color: #3aa4c6;
}
.socialNetworks .socialNetworkIconPinterest:hover {
  background-color: #bd081c;
}
.socialNetworks .socialNetworkIconSpotify:hover {
  background-color: #1ed760;
}
.socialNetworks .socialNetworkIconFlickr:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #0063dc 0%, #0063dc 50%, #0063dc 50%, #ff0084 50%, #ff0084 100%);
  opacity: 0;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.socialNetworks .socialNetworkIconFlickr:hover {
  background: none;
}
.socialNetworks .socialNetworkIconFlickr:hover:before {
  transition: 0.2s;
  opacity: 1;
}
.socialNetworks .socialNetworkIconLinkedIn:hover {
  background-color: #0077b5;
}
.socialNetworks .socialNetworkIconYoutube:hover {
  background-color: #cd201f;
}
.socialNetworks .socialNetworkIconGooglePlus:hover {
  background-color: #dd4b39;
}
.socialNetworks .socialNetworkIconSnapchat:hover {
  background-color: #fffc00;
}

.pageIsLoaded .socialNetworks {
  right: 0;
  right: 10px;
}
@media screen and (max-width: 1230px) {
  .pageIsLoaded .socialNetworks {
    bottom: 0;
    top: auto;
    bottom: 5px;
    right: 5px;
  }
}

.saffireMobileSize .socialNetworks {
  position: static;
  display: flex;
  justify-content: center;
  border-radius: 0;
  background: #263265;
  padding: 7px 0 14px;
}
.saffireMobileSize .socialNetworks a {
  max-width: 40px;
  max-height: 40px;
  margin: 0 2px;
}
.saffireMobileSize .socialNetworks img {
  max-height: 40px;
  width: 40px !important;
  height: 40px !important;
}

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