@import url("https://fonts.googleapis.com/css?family=Raleway:400,600,700");
/************** 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: "NexaBold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/NexaBold.woff2") format("woff2"), url("fonts/NexaBold.woff") format("woff"); }
body {
  color: #5c5b5c;
  font: 17px/1.5 "Raleway", Arial, Verdana, sans-serif;
  font-weight: 600; }

body:not(.homepage) h1, body:not(.homepage) h2, body:not(.homepage) h3, body:not(.homepage) h4, body:not(.homepage) h5, body:not(.homepage) h6 {
  font-family: "NexaBold";
  font-weight: normal;
  color: #eb1550;
  line-height: 1.2;
  text-transform: none; }
body:not(.homepage) h1 {
  margin: 0.2em 0;
  font-size: 48px;
  color: #0094d9; }
body:not(.homepage) h2,
body:not(.homepage) h2 a {
  font-size: 38px; }
body:not(.homepage) h3 {
  font-size: 28px; }

.cartcols h2 {
  font-size: 20px; }

a {
  color: #eb1550;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

/***************** CONTAINERS **************************/
body {
  background: url(images/bottom-container-bg.jpg) #fff no-repeat fixed;
  background-size: cover;
  overflow-x: hidden; }

.wrapper {
  width: 100%; }

body:not(.homepage) {
  background: -webkit-gradient(linear, left top, left bottom, from(#7fcaec), to(#c5e3a6));
  background: linear-gradient(#7fcaec, #c5e3a6);
  background-size: cover;
  background-attachment: fixed; }
  body:not(.homepage) .content {
    position: relative;
    max-width: calc(1030px - 15px - 15px);
    margin: 220px auto 300px;
    padding: 15px 15px 15px 15px;
    background: #fff; }
  body:not(.homepage) .footer {
    -webkit-clip-path: polygon(0 0, 100% 45%, 100% 100%, 0 100%, 0 55%);
    clip-path: polygon(0 0, 100% 45%, 100% 100%, 0 100%, 0 55%); }
    @media screen and (max-width: 1075px) {
      body:not(.homepage) .footer {
        margin-top: -270px; } }
    @media screen and (max-width: 817px) {
      body:not(.homepage) .footer {
        clip-path: polygon(0 0, 100% 14%, 100% 100%, 0 100%, 0 55%);
        -webkit-clip-path: polygon(0 0, 100% 14%, 100% 100%, 0 100%, 0 55%); } }
  body:not(.homepage).saffireMobileSize .content {
    margin: 125px auto 365px; }
  body:not(.homepage).saffireMobileSize.siteInfoBannerOn {
    margin: 160px auto 365px; }
  body:not(.homepage).saffireMobileSize .socialNetworks {
    position: fixed;
    bottom: 0;
    top: auto;
    height: 35px; }
    body:not(.homepage).saffireMobileSize .socialNetworks a {
      max-width: 30px;
      max-height: 30px; }
      body:not(.homepage).saffireMobileSize .socialNetworks a img {
        max-height: 30px; }
  body:not(.homepage).saffireMobileSize .footer {
    padding-top: 160px; }

body:not(.homepage).generalMessageOn .content {
  margin: 255px auto 300px; }
body:not(.homepage).generalMessageOn.saffireMobileSize .content {
  margin: 220px auto 365px; }

.saffireLargeSize.homepage .content,
.homepage .content {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: none;
  z-index: 9; }

.subContainer {
  background: #fff;
  color: #5c5b5c;
  border: 2px solid #7fcbec; }

.subContainer a,
.subContainer h1, .subContainer h2, .subContainer h3 {
  color: #5c5b5c; }
.subContainer .error {
  color: #000; }

.dateDisplayBar,
.dateDisplay {
  background: #eb1550;
  color: #fff; }
  .dateDisplayBar a,
  .dateDisplay a {
    color: #fff; }

#google_translate_element {
  /* |%  Google translate position */
  top: 15px;
  right: 30px; }

.carthr {
  background: #5c5b5c; }

.orderhistory {
  background: #eb1550; }

.orderhistory th {
  color: #fff;
  padding: 8px 3px; }

.alternateRow {
  background: #92cfeb; }

.listingItem {
  background: #a8d8ef;
  border-bottom: 1px solid #67bce3;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .listingItem:hover {
    background: #bde2f3;
    -webkit-transition: .3s ease;
    transition: .3s ease; }

/*************** MEMBERS SITE **********************/
.arrowdown {
  border-color: transparent transparent black; }

.arrowdown_on {
  border-color: transparent transparent white; }

.arrowup {
  border-color: black transparent transparent; }

.arrowup_on {
  border-color: white transparent transparent; }

#directoryFilterOptions > li:hover {
  background: #cbdfe2; }

.directoryHeader {
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px; }

/************* BUTTON STYLES *********************/
a.button,
.button {
  /* |%  set font-family */
  padding: 7px 20px;
  font-size: 16px;
  line-height: 1.75em;
  text-transform: uppercase;
  border-radius: 0px;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "NexaBold";
  -webkit-transition: .3s ease;
  transition: .3s ease; }

a.button,
.button,
.buttonSmall {
  background: #eb1550;
  background: -webkit-linear-gradient(-90deg, #eb1550);
  background: linear-gradient(180deg, #eb1550);
  color: #fff !important; }

a.button:hover,
.button:hover,
.buttonSmall:hover {
  background: #c70f42;
  color: #fff !important;
  -webkit-transition: .3s ease;
  transition: .3s ease; }

a.updateButton.buttonSmall,
a.removeButton.buttonSmall,
a.cartMenuRemoveButton.button.buttonSmall {
  font-size: 0.9em; }

/************************* MODAL CONTENT ********************/
.modal {
  background: #fff;
  padding-top: 15px;
  border: 10px solid #fff; }

.modalBody {
  /* |%  set modal background color if not white */
  background: #fff;
  padding: 14px; }

.modalPageBackground {
  background-color: black;
  opacity: 0.5; }

.modalContent #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; }

/* SHOWORKS TABLE */
.modalBody .showorksModalTitle {
  /* |%  set font-family */
  font-size: 32px;
  line-height: 36px; }
.modalBody .showorksBreadcrumbs {
  /* |%  set font-family */
  font-size: 20px;
  color: #eb1550;
  line-height: 22px; }
.modalBody .showorksTableGrid th {
  /* |%  set font-family */
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.06em;
  padding-bottom: 7px;
  padding-top: 7px; }
.modalBody .showorksTableGrid td {
  color: #5c5b5c; }
.modalBody .showorksTableGrid tr.odd {
  background: #fff;
  color: black; }
.modalBody .showorksTableGrid tr.even {
  background: #e6e6e6;
  color: black; }

.generalmessage {
  /* |%  set font-family, background color, color, etc. */
  background: #c70f42;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 8px;
  font-family: "NexaBold";
  transition: .3s ease; }
  .generalmessage a {
    color: #fff; }

.header .searchBox a.button,
.header .emailSignup a.button {
  color: #fff !important;
  background: #0082ca;
  font-family: "open_sansregular";
  font-size: 14px;
  padding: 0 8px 1px; }

.header .searchBox a.button:hover,
.header .emailSignup a.button:hover {
  background: #08a7ff; }

.saffireLargeSize .header .searchBoxSubmit a.button {
  text-indent: -999px;
  width: 1.4em;
  position: relative;
  overflow: hidden;
  font-family: "FontAwesome";
  display: inline-block; }

.saffireLargeSize .header .searchBoxSubmit a.button:before {
  content: "\f002";
  text-indent: 0;
  font-size: 1em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto; }

.saffireLargeSize .header .emailSignup .emailInputSubmit a.button {
  text-indent: -999px;
  width: 1.4em;
  position: relative;
  overflow: hidden;
  font-family: "FontAwesome";
  display: inline-block; }

.saffireLargeSize .header .emailSignup .emailInputSubmit a:before {
  content: "\f003";
  text-indent: 0;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto; }

.header input.textbox {
  min-height: 14px; }

.header {
  /* |%  need to set height and width if not 100% */
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: auto;
  background: transparent; }

@media screen and (max-width: 800px) {
  /* prevents crazyshifty stuff before js loads */
  .header {
    opacity: 0; }

  .pageIsLoaded .header {
    opacity: 1; } }
.saffireMobileSize .header {
  height: 102px; }

.headerInnerContent {
  display: block;
  margin: 0 auto;
  position: relative; }

.saffireLargeSize .headerInnerContent {
  height: auto;
  max-width: 1000px;
  display: block;
  margin: 0 auto; }

.saffireMobileSize .headerInnerContent {
  padding-right: 0; }

.saffireMobileSize .headerInnerContent > .clear {
  clear: none; }

#customLogo {
  /* |%  logo settings */
  background: url("images/logo.png") no-repeat;
  z-index: 5003;
  height: 91px;
  position: absolute;
  left: 0;
  right: auto;
  top: 19px;
  bottom: auto;
  width: 356px;
  left: 0;
  position: absolute;
  right: 0;
  margin: auto;
  background-size: contain; }

.saffireMobileSize #customLogo {
  width: 104px;
  top: 0; }

/* MAIN NAVIGATION */
.saffireLargeSize .nav {
  height: 29px;
  padding: 0;
  background: none;
  clear: both;
  width: 100%;
  z-index: 5002 !important;
  top: 0;
  position: relative; }

.saffireLargeSize .nav:hover {
  z-index: 5002 !important; }

.saffireLargeSize .nav .groups {
  position: absolute;
  height: 29px;
  max-height: 50px;
  bottom: 0;
  margin: auto;
  right: 0;
  position: relative;
  right: 0;
  left: auto;
  top: 0;
  bottom: auto;
  bottom: auto;
  top: 0; }

.saffireLargeSize .nav .groups .group {
  margin: 0 0 0 52px;
  padding: 3px 9px 3px; }
  @media screen and (max-width: 905px) {
    .saffireLargeSize .nav .groups .group {
      margin: 0 0 0 35px; } }

.saffireLargeSize .nav .groups .group a,
.saffireLargeSize .navDummyLink {
  font-size: 17px;
  font-family: "NexaBold";
  line-height: normal;
  text-transform: uppercase;
  color: #5c5b5c; }

@media screen and (max-width: 1030px) {
  .saffireLargeSize .nav .groups .group a,
  .saffireLargeSize .navDummyLink {
    font-size: 13.6px; } }
.saffireLargeSize .nav .groups .group a:hover,
.saffireLargeSize .nav .groups .group:hover a,
.saffireLargeSize .nav .groups .group:hover {
  color: #0094d9;
  background: #fff;
  border-radius: 4px 4px 0 0; }

.saffireLargeSize .nav .groups .group[aria-haspopup="false"] a:hover,
.saffireLargeSize .nav .groups .group[aria-haspopup="false"]:hover a,
.saffireLargeSize .nav .groups .group[aria-haspopup="false"]:hover {
  border-radius: 4px; }

/* MAIN NAVIGATION DROP-DOWN MENUS */
.saffireLargeSize .nav .items,
.saffireLargeSize .nav .subitems {
  /* |%  nav dropdown colors */
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
  color: #0094d9; }

.saffireLargeSize .nav .items {
  left: 0;
  min-width: 100%; }

.saffireLargeSize .nav .item {
  min-width: 100%; }

.saffireLargeSize .nav .groups .group:hover .items .item a,
.saffireLargeSize .nav .items .item a,
.saffireLargeSize .navDummyLink {
  color: #0094d9;
  font: 17px "Raleway", Arial, Verdana, sans-serif, Arial, Helvetica, sans-serif; }

.saffireLargeSize .nav .items .item a:hover {
  color: #fff !important;
  background: #ca1c50; }

.saffireLargeSize .nav .group:last-child .items {
  left: auto;
  right: 0; }

.saffireLargeSize .nav .group:last-child .subitems {
  left: auto;
  right: 100%; }

/* TOP LINKS */
.saffireLargeSize .quickLinks {
  position: absolute;
  right: 150px;
  left: auto;
  top: 10px;
  bottom: auto;
  float: right;
  margin-top: 0;
  margin-bottom: 0; }

.saffireLargeSize .quickLinks ul li > a:hover,
.saffireLargeSize .quickLinks ul li.standardLoginStatus a:hover,
.saffireLargeSize .quickLinks ul li.standardMyAccount a:hover,
.saffireLargeSize a.cartMenuLink:hover {
  /* |%  hover color for quick links */
  color: #e0e0e0; }

.saffireLargeSize .quickLinks,
.saffireLargeSize .quickLinks ul li,
.saffireLargeSize .quickLinks ul li > a,
.saffireLargeSize .quickLinks ul li.standardLoginStatus a,
.saffireLargeSize .quickLinks ul li.standardMyAccount a,
.saffireLargeSize a.cartMenuLink {
  font-size: 11px;
  line-height: normal;
  color: #253f80;
  font-family: "OpenSans-Bold-webfont";
  text-transform: uppercase; }

.saffireLargeSize .quickLinks ul li > a.ticket,
.saffireLargeSize .ticket,
.saffireLargeSize .ticket:hover {
  display: inline-block;
  position: absolute;
  right: 0;
  left: auto;
  top: 10px;
  bottom: auto;
  color: #fff;
  padding-left: 0;
  font-family: "OpenSans-Bold-webfont";
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: url(images/tickets.png) no-repeat 0 0 #0f0;
  width: 130px;
  height: 8px;
  padding: 9px 10px;
  width: 110px;
  height: -10px; }

.saffireLargeSize .ticket:hover {
  background: url(images/tickets.png) no-repeat 0 bottom #0f0; }

.saffireMobileSize a.ticket,
.saffireMobileSize a.ticket:hover {
  border-radius: 0px;
  height: auto;
  left: auto;
  overflow: hidden;
  padding: 0 3px;
  position: absolute;
  right: 7px;
  text-decoration: none;
  text-indent: 0;
  top: 52px;
  white-space: nowrap;
  width: auto;
  /* line-height: normal !important;
  font-size: 24px !important; */
  background: #0082ca;
  color: #fff;
  font-family: "NexaBold";
  font-size: 19.2px;
  right: 15px; }

.saffireLargeSize .viewcart {
  position: relative;
  z-index: 2000000; }

.cartNavItemSection.cartNavItemSectionProductDetails {
  border-bottom-color: #fff; }

.saffireLargeSize #svgViewCartIcon {
  display: none; }

.saffireLargeSize .quickLinks ul .viewcart a {
  font-family: "open_sansregular";
  font-size: 11px;
  text-transform: none;
  color: #253f80;
   /*  @if map-get($quickLinks, icon-cart) {
    	color: map-get($headerInputs, font-color);

    } */ }

.saffireLargeSize #svgViewCartIcon path {
  fill: #253f80; }

/* EMAIL & SEARCH BOXES */
.saffireLargeSize .header .emailSignup {
  position: absolute;
  right: 0;
  left: auto;
  top: 24px;
  bottom: auto;
  width: auto;
  z-index: auto;
  font-size: 2em; }

.quickLinks ul {
  z-index: auto; }

.saffireLargeSize .header .emailSignup .emailInputField input {
  width: 0;
  padding: 0;
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  transition: all 0.3s ease;
  border-width: 0;
  box-shadow: -2px 0 3px #000; }

.saffireLargeSize .header .emailSignup:hover .emailInputField input,
.saffireLargeSize .header .emailSignup .emailInputField input:focus {
  width: 125px;
  padding-right: 15px;
  padding-left: 5px;
  z-index: 2000001; }

.saffireLargeSize .header .emailSignup .emailInputSubmit a {
  border-radius: 0px !important; }

.saffireLargeSize .header .emailSignup:hover .emailInputSubmit a {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.saffireLargeSize .header .emailSignup .emailInputSubmit a:hover {
  background: #0082ca; }

.searchBox input,
.emailSignup .textbox {
  border-radius: 0px 0 0 0px;
  top: 0;
  border-right: none; }

.saffireLargeSize .header .searchBox {
  position: absolute;
  right: 0;
  left: auto;
  top: 50px;
  bottom: auto;
  z-index: 5003;
  font-size: 2em; }

.quickLinks ul,
.saffireLargeSize .header .searchBox,
.saffireLargeSize .header .emailSignup {
  z-index: auto; }

.saffireLargeSize .header .searchBox .searchBoxInput input {
  width: 0;
  padding: 0;
  position: absolute;
  right: 100%;
  top: 15px;
  height: 50%;
  transition: all 0.3s ease;
  border-width: 0;
  box-shadow: -2px 0 3px #000; }

.saffireLargeSize .header .searchBox:hover .searchBoxInput input,
.saffireLargeSize .header .searchBox .searchBoxInput input:focus {
  width: 125px;
  padding-right: 15px;
  padding-left: 5px;
  z-index: 2000001; }

.saffireLargeSize .header .searchBox .searchBoxSubmit a {
  border-radius: 0px !important; }

.saffireLargeSize .header .searchBox:hover .searchBoxSubmit a {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.saffireLargeSize .header .searchBox .searchBoxSubmit a.button:hover {
  background: #0082ca; }

/* WEATHER BUG */
#weatherBugWidget {
  color: #fff;
  white-space: nowrap;
  position: relative;
  left: 0;
  right: auto;
  top: -4px;
  bottom: auto;
  visibility: hidden;
  font-family: 'OpenSans-Bold-webfont';
  font-size: 11px;
  background: rgba(27, 79, 144, 0.7);
  display: inline-block;
  padding: 6px 7px 8px; }

.weatherDescriptive {
  display: none !important; }

.saffireMobileSize #weatherBugWidget {
  display: none !important; }

#weatherBugText {
  display: none; }

#weatherBugImage {
  top: 3px; }

#weatherBugShortDescription {
  display: inline; }

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  margin: -287px auto 0;
  padding: 175px 20px 45px;
  background: url("images/footer-bg.jpg") repeat-x #0094d9 center;
  color: #fff;
  text-align: center; }
  @media screen and (max-width: 1075px) {
    .footer {
      margin-top: -325px;
      padding-top: 200px; } }
  @media screen and (min-width: 1920px) {
    .footer {
      margin-top: -293px; } }
  .footer .footer-logo {
    display: block;
    margin: 0 auto 20px;
    width: 358px;
    height: 92px;
    background: url(images/footer-logo.png) no-repeat center center/auto; }
  .footer a {
    color: #fff;
    text-decoration: none; }
    .footer a:hover {
      text-decoration: underline; }
  .footer .footer-contact-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 22px 0;
    height: 51px;
    background: url(images/footer-contact-ribbon.png) no-repeat center center/auto;
    -webkit-transition: .2s ease;
    transition: .2s ease; }
    @media screen and (max-width: 860px) {
      .footer .footer-contact-container {
        background-size: contain; } }
    @media screen and (max-width: 880px) {
      .footer .footer-contact-container {
        background: none; } }
    .footer .footer-contact-container .footer-contact {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font: 17px/1 'NexaBold';
      color: #fff; }
      .footer .footer-contact-container .footer-contact .phone, .footer .footer-contact-container .footer-contact .email {
        margin-right: 29px; }
        .footer .footer-contact-container .footer-contact .phone a, .footer .footer-contact-container .footer-contact .email a {
          margin-left: 4px; }
  .footer .copy-power {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .footer .copy-power .copyright-container {
      margin-right: 13px; }
    .footer .copy-power .custom-power {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .footer .copy-power .custom-power .saffire-img {
        display: inline-block;
        position: relative;
        bottom: 3px;
        left: 2px;
        width: 57px;
        height: 36px;
        background: url(images/saffire-img.png) no-repeat center center/auto; }
  .footer ul.footerItems1 {
    margin: 0 auto;
    font-family: "NexaBold";
    font-size: 16px;
    text-transform: uppercase; }
    .footer ul.footerItems1 a {
      color: #fff !important; }
    .footer ul.footerItems1 .separator {
      opacity: 0; }
  .footer .footerSignIn {
    text-transform: uppercase; }
  .footer ul.footerItems2 {
    margin: 0 auto; }

.saffireMobileSize .footer {
  padding-bottom: 25px; }
  .saffireMobileSize .footer a:hover {
    text-decoration: none; }
  .saffireMobileSize .footer .footer-logo {
    margin: 0 auto 15px;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media screen and (max-width: 425px) {
      .saffireMobileSize .footer .footer-logo {
        background-size: contain;
        width: 290px;
        height: 72px;
        -webkit-transition: .3s ease;
        transition: .3s ease; } }
  .saffireMobileSize .footer ul.footerItems1 {
    max-width: 300px;
    margin-bottom: 6px; }
    .saffireMobileSize .footer ul.footerItems1 a {
      background: transparent;
      font: 16px/1 'NexaBold';
      color: #fff !important;
      margin: 0 auto !important;
      padding: 5px 20px !important; }
  .saffireMobileSize .footer .footer-contact-container {
    position: relative;
    padding-top: 90px;
    margin-bottom: 40px; }
    .saffireMobileSize .footer .footer-contact-container:before {
      content: '';
      position: absolute;
      top: 8px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%;
      height: 38px;
      background: url(images/mobile-footer-contact-ribbon.png) no-repeat center center/auto; }
    .saffireMobileSize .footer .footer-contact-container .footer-contact {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .saffireMobileSize .footer .footer-contact-container .footer-contact > div {
        margin: 7px 0; }
  .saffireMobileSize .footer .copy-power {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .saffireMobileSize .footer .copy-power .custom-power {
      margin-top: 12px; }
  .saffireMobileSize .footer .footerSignIn {
    max-width: 300px;
    margin: auto; }
  .saffireMobileSize .footer ul.footerItems2 {
    margin-top: 25px;
    text-align: center; }

/* 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: #0094d9;
      line-height: 1.8em;
      pointer-events: none;
      max-width: 100%;
      margin-bottom: 25px; }
      @media screen and (max-width: 1030px) {
        .homepage .slideshowSwiperDescription .sliderTextDescription {
          font-size: 16px; } }
  .homepage .slideshowSwiperDescription.currentSlideDescription {
    box-sizing: border-box;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    position: static;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-family: "NexaBold";
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s; }
    @media screen and (max-width: 1000px) {
      .homepage .slideshowSwiperDescription.currentSlideDescription {
        padding-top: 1em;
        padding-left: 2%;
        padding-right: 2%; } }
  .homepage #newSliderDescriptionContainer {
    -webkit-clip-path: polygon(0 0, 56% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 56% 0, 100% 100%, 0% 100%);
    background: rgba(255, 255, 255, 0.8); }
    @media screen and (max-width: 817px) {
      .homepage #newSliderDescriptionContainer {
        -webkit-clip-path: none !important;
        clip-path: none !important; } }
  .homepage .sliderTitle {
    position: relative;
    max-width: 100%;
    line-height: normal;
    font-family: "NexaBold";
    font-size: 32px;
    font-weight: 400;
    color: #0094d9;
    height: auto; }
  .homepage .swiper-container {
    position: relative;
    margin: 0 auto;
    background: transparent;
    overflow: hidden;
    z-index: 1;
    /* Specify Swiper's Size: */
    width: 100%;
    max-width: 1020px;
    height: 525px;
    /* Swiper Container - Inset Shadow*/
    /* Swiper Container - Hover Styles*/ }
    .homepage .swiper-container:hover .slideshowSwiperDescription {
      max-height: 525px; }
  .homepage .swiper-slide {
    /* Specify Slides's Size: */
    position: relative;
    height: 525px;
    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: 1020px) {
    .homepage .swiper-slide,
    .homepage .swiper-container {
      height: 65vw; } }
  .homepage span.sliderButtonContainer {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* Buttons*/ }
    .homepage span.sliderButtonContainer a.button {
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 5px 11px;
      font-family: "NexaBold";
      font-size: 18px;
      color: #fff !important;
      transition: .3s ease;
      width: 135px;
      height: 50px;
      background: #eb1550;
      background: -webkit-linear-gradient(-90deg, #eb1550);
      background: linear-gradient(180deg, #eb1550);
      white-space: nowrap;
      margin: 0 5px;
      /* More and BuyNow Buttons*/
      /* Button - Hover Styles*/ }
      @media screen and (max-width: 1030px) {
        .homepage span.sliderButtonContainer a.button {
          height: 45px;
          width: 115px; } }
      .homepage span.sliderButtonContainer a.button.sliderMoreButton, .homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
        font-size: 18px; }
      .homepage span.sliderButtonContainer a.button.sliderMoreButton {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      .homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .homepage span.sliderButtonContainer a.button:hover {
        background: #c70f42; }
  .homepage .slideshowSwiperButtonPrev {
    position: absolute;
    top: 50%;
    right: 0;
    margin: auto;
    z-index: 4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    display: none !important;
    left: -1030px;
    /* Slideshow Swiper Button - PREV - Hover Styles*/ }
    @media screen and (max-width: 1020px) {
      .homepage .slideshowSwiperButtonPrev {
        left: 0;
        right: auto;
        top: 25.73529vw; } }
    @media screen and (max-width: 1070px) {
      .homepage .slideshowSwiperButtonPrev {
        left: 1%;
        right: auto; } }
  .homepage .slideshowSwiperButtonNext {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: auto;
    z-index: 4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    display: none !important;
    right: -1030px;
    /* Slideshow Swiper Button - PREV - Hover Styles*/ }
    @media screen and (max-width: 1020px) {
      .homepage .slideshowSwiperButtonNext {
        right: 0;
        left: auto;
        top: 25.73529vw; } }
    @media screen and (max-width: 1070px) {
      .homepage .slideshowSwiperButtonNext {
        right: 1%;
        left: auto; } }
  .homepage .sliderControlsContainer {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    top: auto;
    bottom: auto;
    /* setting is left, right or center*/
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 108px;
    bottom: 16px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 !important;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    height: auto;
    width: 100%;
    margin: 0 !important;
    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;
    box-sizing: border-box;
    border: 2px solid #fff;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 11px;
    background: transparent;
    -webkit-transition: background 0.4s ease;
    transition: background 0.4s ease;
    border-radius: 50%; }
    .homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #fff; }
    .homepage .swiper-pagination-bullet:hover {
      background: #fff; }
  .homepage .sliderPlayPause {
    display: inline-block;
    cursor: pointer;
    width: 13px;
    height: 13px;
    font-size: 11px;
    color: transparent; }
    .homepage .sliderPlayPause.playing:before {
      content: '\275A \275A'; }
    .homepage .sliderPlayPause:before {
      content: '\25B6'; }

.homepage.saffireLargeSize .currentSlideDescription,
.homepage.saffireMobileSize .currentSlideDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  opacity: 1; }

.homepage .currentSlideDescription a,
.homepage .currentSlideDescription span,
.homepage .currentSlideDescription span.sliderTitle
.homepage .swiper-slide-active .slideshowSwiperDescription > a,
.homepage .swiper-slide-active .slideshowSwiperDescription span.sliderTitle {
  display: block; }

.homepage .currentSlideDescription .slideshowSwiperDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  display: block; }

.homepage .currentSlideDescription,
.homepage .swiper-slide.swiper-slide-active {
  opacity: 1; }

/*/////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - saffireLargeSize Settings*/
/*/////////////////////////////////////////////////////////////////////*/
.homepage.saffireLargeSize {
  /* Homepage Swiper Slider*/
  /* Slideshow Description*/
  /* Swiper Container*/
  /* Current Slide Description*/
  /* Slider Text Description*/
  /* Slider Title*/
  /* New Slider Description Container*/ }
  .homepage.saffireLargeSize .homepageSwiperSlider {
    box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.5);
    max-width: 1020px;
    width: 100%; }
  .homepage.saffireLargeSize .slideshowSwiperDescription {
    max-width: none;
    padding: 0;
    margin: 0;
    /* Slideshow Description - Hover Styles*/ }
  .homepage.saffireLargeSize .swiper-container {
    border: none; }
  .homepage.saffireLargeSize .currentSlideDescription {
    max-width: 300px;
    /* Slider Button Container*/ }
    @media screen and (max-width: 1025px) {
      .homepage.saffireLargeSize .currentSlideDescription {
        max-width: 280px; } }
    .homepage.saffireLargeSize .currentSlideDescription .sliderButtonContainer {
      position: static;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: auto;
      min-width: initial;
      max-width: none;
      text-align: right;
      z-index: 300;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
      justify-content: flex-start;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .homepage.saffireLargeSize .currentSlideDescription a.button {
      margin: 0 5px;
      padding: 5px 11px; }
  .homepage.saffireLargeSize .sliderTitle {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    overflow: hidden; }
  .homepage.saffireLargeSize #newSliderDescriptionContainer {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    bottom: 0;
    top: auto;
    height: auto;
    width: 60%;
    height: 100%;
    max-width: 100%;
    z-index: 2;
    -webkit-transition: 1s;
    margin: 0 !important;
    transition: 1s;
    padding: 60px 20% 60px 45px;
    min-height: 70px;
    /* Slider Text Container*/
    /* New Slider Description Container - Hover Styles*/ }
    .homepage.saffireLargeSize #newSliderDescriptionContainer .sliderTextContainer {
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0 5px; }

/*/////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - saffireMobileSize Settings*/
/*/////////////////////////////////////////////////////////////////////*/
.homepage.saffireMobileSize {
  /* Swiper Slide*/
  /* Slideshow Description - Slider Text Description*/
  /* Slider Title*/
  /* Slideshow Description - Current Slide Description*/
  /* New Slider Description Container*/
  /* Slideshow Swiper Buttons*/
  /* Slideshow Swiper Button - PREV*/
  /* Slideshow Swiper Button - NEXT*/
  /* Slider Controls Container */ }
  .homepage.saffireMobileSize .swiper-slide-active {
    overflow: hidden; }
  .homepage.saffireMobileSize .sliderControlsContainer {
    position: relative;
    bottom: 0;
    background: #009ec6;
    justify-content: center; }
    .homepage.saffireMobileSize .sliderControlsContainer .slideshowSwiperPagination {
      margin-right: 0;
      padding-top: 15px; }
  .homepage.saffireMobileSize .sliderTextDescription {
    font-size: 15px;
    line-height: 1.3;
    opacity: 1;
    text-align: center;
    color: #fff !important; }
  .homepage.saffireMobileSize .sliderTitle {
    height: auto;
    padding: 0;
    font-size: 19px;
    text-align: center;
    color: #fff !important;
    margin-bottom: 8px; }
  .homepage.saffireMobileSize .currentSlideDescription {
    width: 100%;
    height: auto;
    padding: 0 5%;
    flex-direction: column; }
    .homepage.saffireMobileSize .currentSlideDescription .sliderTextContainer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer {
      position: static;
      top: auto;
      bottom: 102%;
      left: 0;
      right: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
      width: 100%;
      margin: -10px auto 19px; }
      .homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer a {
        height: 35px;
        width: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 4px 0;
        margin: 0 10px;
        font-size: 15px; }
  .homepage.saffireMobileSize #newSliderDescriptionContainer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    min-height: 111px;
    padding-top: 8px;
    background: linear-gradient(#009ec5, #00b291);
    z-index: 2; }
  .homepage.saffireMobileSize .slideshowSwiperButtonNext,
  .homepage.saffireMobileSize .slideshowSwiperButtonPrev {
    display: none !important; }
  .homepage.saffireMobileSize .slideshowSwiperButtonPrev {
    display: none !important; }
  .homepage.saffireMobileSize .slideshowSwiperButtonNext {
    display: none !important; }

#cardWidget {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  background: transparent;
  text-align: center;
  margin-bottom: 38px; }
  @media screen and (max-width: 1075px) {
    #cardWidget {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  #cardWidget .card-widget-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 327px;
    width: 327px;
    height: 362px;
    overflow: hidden;
    -webkit-box-shadow: 4px 6px 11px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 6px 11px rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media screen and (max-width: 1075px) {
      #cardWidget .card-widget-item {
        margin: 10px; } }
    @media screen and (max-width: 817px) {
      #cardWidget .card-widget-item {
        -webkit-box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.6);
        box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.6);
        margin: 10px 10px 3px; } }
    @media screen and (max-width: 400px) {
      #cardWidget .card-widget-item {
        width: 100%;
        min-width: 100%; } }
    #cardWidget .card-widget-item:hover .card-content {
      height: 100%;
      background-color: #fff;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
    #cardWidget .card-widget-item:hover .title-box {
      display: none; }
    #cardWidget .card-widget-item:hover .card-widget-title, #cardWidget .card-widget-item:hover .card-widget-description, #cardWidget .card-widget-item:hover .buttonwrap {
      bottom: 0;
      margin-bottom: 10px;
      -webkit-transition: .2s ease;
      transition: .2s ease; }
  #cardWidget .image-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    #cardWidget .image-container .card-content {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 22px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
    #cardWidget .image-container .card-widget-title {
      font: 17px/1 'NexaBold';
      color: #c70f42;
      text-transform: uppercase;
      position: relative;
      bottom: -500px;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
    #cardWidget .image-container .card-widget-description {
      position: relative;
      width: 100%;
      bottom: -500px;
      font: 17px/1 'NexaBold';
      color: #5c5b5c;
      line-height: 1.5em;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
    #cardWidget .image-container .buttonwrap {
      position: relative;
      bottom: -500px;
      margin-top: 15px;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      @media screen and (max-width: 400px) {
        #cardWidget .image-container .buttonwrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      #cardWidget .image-container .buttonwrap a {
        text-decoration: none;
        text-transform: uppercase;
        font: 15px/1 'NexaBold';
        color: #fff;
        background: #c70f42;
        padding: 12px 35px;
        margin: 0 5px; }
        @media screen and (max-width: 400px) {
          #cardWidget .image-container .buttonwrap a {
            margin: 3px 5px; } }
  #cardWidget .title-box {
    height: 59px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 80%;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    #cardWidget .title-box:after {
      content: '';
      width: 100%;
      height: 4px;
      position: absolute;
      bottom: 0;
      left: 0;
      background: -webkit-gradient(linear, left top, right top, from(#5693cd), color-stop(65%, #00A074));
      background: linear-gradient(to right, #5693cd, #00A074 65%); }
    #cardWidget .title-box .new-title {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      height: 100%;
      margin: 0;
      font: 17px/1 'NexaBold';
      color: #0094d9;
      text-transform: uppercase; }
      #cardWidget .title-box .new-title:before {
        content: '';
        position: absolute;
        height: 59px;
        width: 18px;
        top: 0;
        left: -17px;
        background: url(images/card-title-before.png) no-repeat center center/auto; }
      #cardWidget .title-box .new-title:after {
        content: '';
        position: absolute;
        height: 59px;
        width: 18px;
        top: 0;
        right: -17px;
        background: url(images/card-title-after.png) no-repeat center center/auto; }

.ads-container {
  width: 100%;
  max-width: 1020px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px 29px;
  background: #fff;
  -webkit-box-shadow: 2px 5px 24px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 5px 24px rgba(0, 0, 0, 0.5); }

#cardWidgetAds {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
  width: 100%;
  max-width: 100%;
  margin: 62px auto 0;
  padding: 0;
  vertical-align: middle;
  background: transparent;
  text-align: center; }
  @media screen and (max-width: 1075px) {
    #cardWidgetAds {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  #cardWidgetAds:before {
    content: '';
    width: 100%;
    height: 38px;
    position: absolute;
    top: -64px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(images/ads-title-ribbon.png) no-repeat center center/auto; }
  #cardWidgetAds .card-widget-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 232px;
    width: 230px;
    border: 10px solid #ababab; }
    @media screen and (max-width: 1075px) {
      #cardWidgetAds .card-widget-item {
        margin: 5px; } }
  #cardWidgetAds .image-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: static;
    display: inline-block;
    width: 100%;
    height: 212px;
    width: 210px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    #cardWidgetAds .image-container .card-widget-title {
      position: static;
      display: none;
      width: 100%;
      font: 14px/1 'open_sansregular';
      color: #0084bd;
      text-transform: capitalize; }
    #cardWidgetAds .image-container .card-widget-description {
      display: none; }
    #cardWidgetAds .image-container .buttonwrap {
      display: none; }

#siteInfoBannerWidget {
  box-sizing: border-box;
  position: static;
  display: inline-flex;
  height: 70px;
  width: auto;
  max-width: 100%;
  padding: 0;
  background: transparent;
  font-family: "NexaBold";
  font-size: 14px;
  color: #5c5b5c;
  text-align: left;
  line-height: 1;
  z-index: 2;
  min-width: auto;
  flex-direction: column;
  justify-content: flex-start; }
  #siteInfoBannerWidget #eventDates {
    font-family: "NexaBold";
    font-size: 20px;
    font-weight: 400;
    color: #0094d9;
    margin-bottom: 6px;
    text-transform: uppercase; }
  #siteInfoBannerWidget #eventName {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase; }
  #siteInfoBannerWidget .countdownDays {
    display: inline-block;
    font-family: "NexaBold";
    font-size: 14px;
    font-weight: 400;
    color: #5c5b5c; }
    @media screen and (max-width: 817px) {
      #siteInfoBannerWidget .countdownDays {
        color: #fff !important; } }

.saffireMobileSize #siteInfoBannerWidget {
  left: auto;
  right: auto !important;
  padding: 0;
  background: #00a4b6;
  color: #fff;
  width: 100%; }
  .saffireMobileSize #siteInfoBannerWidget #eventName {
    font-size: 14px;
    color: inherit; }
  .saffireMobileSize #siteInfoBannerWidget #eventDates {
    font-size: 18px;
    color: inherit; }
  .saffireMobileSize #siteInfoBannerWidget .countdownDays {
    font-size: 14px;
    color: inherit; }

body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
  font-family: "NexaBold";
  font-size: 18px;
  color: #0094d9; }
  @media screen and (max-width: 817px) {
    body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
      font-size: 16px; } }
body.siteInfoBannerWidgetDateIsPast.noThankYouMessage #siteInfoBannerWidget {
  display: none !important; }

#multiScheduleFeature {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  width: 314px;
  max-width: 100%;
  padding: 0; }
  @media screen and (max-width: 1075px) {
    #multiScheduleFeature {
      width: 684px;
      margin-bottom: 10px; } }
  #multiScheduleFeature .multi-title-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    margin-bottom: 6px;
    -webkit-box-shadow: 1px 3px 16px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 3px 16px rgba(0, 0, 0, 0.3); }
    #multiScheduleFeature .multi-title-box .multi-title {
      position: relative;
      font: 20px/1 'NexaBold';
      color: #ca1c50;
      text-transform: uppercase;
      margin-left: 44px; }
      #multiScheduleFeature .multi-title-box .multi-title:before {
        content: '';
        width: 37px;
        height: 44px;
        position: absolute;
        top: -17px;
        left: -49px;
        background: url(images/events-pink-ribbon.png) no-repeat center center/auto; }
  #multiScheduleFeature .featureItem {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 61px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4px 35px 4px 9px;
    margin-bottom: 5px;
    line-height: 1.1em;
    -webkit-box-shadow: 1px 9px 16px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 9px 16px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    #multiScheduleFeature .featureItem:hover {
      background: #ca1c50;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      #multiScheduleFeature .featureItem:hover .featureItemTitle, #multiScheduleFeature .featureItem:hover .featureItemDate {
        color: #fff; }
  #multiScheduleFeature .featureItemImage {
    display: none;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  #multiScheduleFeature .featureItemTitle,
  #multiScheduleFeature .featureItemDate,
  #multiScheduleFeature .featureItemDescription,
  #multiScheduleFeature .button-container {
    display: block; }
  #multiScheduleFeature .featureItemTitle {
    font-family: "NexaBold";
    font-weight: 400;
    font-size: 15px;
    color: #ca1c50;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
  #multiScheduleFeature .featureItemDate {
    font-family: "NexaBold";
    font-weight: 400;
    font-size: 13px;
    color: #5c5b5c;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
  #multiScheduleFeature .featureItemDescription {
    display: none;
    font-family: "open_sansregular";
    font-weight: 400;
    font-size: 14px; }
  #multiScheduleFeature .more-text {
    padding-left: 3px;
    text-decoration: underline; }

.pageIsLoaded .socialNetworks {
  right: 0;
  right: 22px; }
  @media screen and (max-width: 1230px) {
    .pageIsLoaded .socialNetworks {
      bottom: 0;
      bottom: 5px;
      right: 5px; } }

.socialNetworks {
  z-index: 80000000;
  position: fixed;
  right: -80px;
  top: 28%;
  -webkit-box-shadow: 4px 5px 14px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 5px 14px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  background: #0094d9;
  border-radius: 50px;
  padding: 5px 3px; }
  .socialNetworks img {
    display: block;
    max-width: 40px;
    max-height: 40px;
    border-radius: 50%; }
  .socialNetworks > span, .socialNetworks > a {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    left: 0;
    margin: 2px;
    border: 3px solid #0094d9;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-radius: 50%;
    border: none;
    padding: 3px;
    background-color: transparent; }
  .socialNetworks > a:hover {
    left: -6px;
    z-index: 2;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    left: 0;
    background-color: #fff; }

#musicPlayerLink {
  height: 40px;
  width: 40px;
  float: none;
  margin: 0;
  background: url("images/music.jpg") no-repeat right 0;
  border: 3px solid #0094d9;
  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: #0094d9;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 4px #fff inset;
    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%;
      -webkit-transform: rotate(-90deg);
      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;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      background-size: contain; }
    .socialNetworks > a:hover {
      left: 0;
      bottom: 6px;
      z-index: 2;
      -webkit-transition: 0.2s;
      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: 0px;
  left: 0px;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
.socialNetworks .socialNetworkIconInstagram:hover {
  background: none; }
.socialNetworks .socialNetworkIconInstagram:hover:before {
  -webkit-transition: 0.2s;
  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: -webkit-gradient(linear, left top, right top, from(#0063dc), color-stop(50%, #0063dc), color-stop(50%, #0063dc), color-stop(50%, #ff0084), to(#ff0084));
  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: 0px;
  left: 0px;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
.socialNetworks .socialNetworkIconFlickr:hover {
  background: none; }
.socialNetworks .socialNetworkIconFlickr:hover:before {
  -webkit-transition: 0.2s;
  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; }

/* Set the container ID*/
/* Size the container*/
/* Size the images*/
/* Format titles*/
/* Format arrows*/
#sponsorWidgetContainer {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 7px;
  padding: 0 52px; }
  #sponsorWidgetContainer .sponsorCarouselImage img {
    max-width: 127px;
    max-height: 85px; }
  #sponsorWidgetContainer .sponsorCarouselImageContainer a {
    margin: 0 25px; }
  #sponsorWidgetContainer #sponsorsTitleContainer {
    width: 100%;
    height: 30px;
    text-align: center;
    top: 0;
    position: relative;
    margin: 20px 0 35px; }
    #sponsorWidgetContainer #sponsorsTitleContainer:after {
      content: '';
      width: 1020px;
      height: 38px;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      background: url(images/sponsors-title-ribbon.png) no-repeat center center/auto; }
      @media screen and (max-width: 1075px) {
        #sponsorWidgetContainer #sponsorsTitleContainer:after {
          width: 100%; } }
    #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
      display: none;
      font-family: "open_sansregular";
      font-size: 30px;
      color: #20aee4;
      text-shadow: none; }
  #sponsorWidgetContainer #sponsorArrowRight {
    right: 0;
    top: 68%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    #sponsorWidgetContainer #sponsorArrowRight span {
      border: none;
      width: 26px;
      height: 17px;
      background: url(images/sponsors-right.png) no-repeat center center/auto;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      #sponsorWidgetContainer #sponsorArrowRight span:hover {
        background: url(images/sponsors-right-hover.png) no-repeat center center/auto; }
  #sponsorWidgetContainer #sponsorArrowLeft {
    left: 0;
    top: 68%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    #sponsorWidgetContainer #sponsorArrowLeft span {
      border: none;
      width: 26px;
      height: 17px;
      background: url(images/sponsors-left.png) no-repeat center center/auto;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      #sponsorWidgetContainer #sponsorArrowLeft span:hover {
        background: url(images/sponsors-left-hover.png) no-repeat center center/auto; }

.saffireMobileSize #sponsorWidgetContainer {
  padding: 0;
  margin-bottom: 25px; }
  .saffireMobileSize #sponsorWidgetContainer .sponsorArrow {
    display: none !important; }
  .saffireMobileSize #sponsorWidgetContainer .sponsorCarouselImage img {
    max-height: 72px;
    max-width: 108px; }

#videoSection {
  position: relative;
  display: inline-block;
  width: 684px;
  max-width: 100%;
  vertical-align: top;
  float: none;
  overflow: hidden;
  -webkit-box-shadow: 6px -1px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 6px -1px 7px rgba(0, 0, 0, 0.3); }
  #videoSection.single-video #arrow-container {
    display: none; }

#videoWidget {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 0;
  width: 100%;
  max-width: 684px;
  padding-bottom: 56.3%;
  text-align: center;
  -webkit-box-shadow: 4px 2px 11px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 2px 11px rgba(0, 0, 0, 0.5); }
  #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 {
    -webkit-box-sizing: border-box;
    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;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear; }
  #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 .video-arrow {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 14px;
    background-size: contain;
    background-position: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 1; }
    #videoWidget .video-arrow.previous {
      background: url("images/video-arrow-previous.png") no-repeat center;
      left: -25px;
      opacity: 0;
      visibility: hidden; }
    #videoWidget .video-arrow.next {
      background: url("images/video-arrow-next.png") no-repeat center;
      right: -25px;
      opacity: 0;
      visibility: hidden; }
  #videoWidget #videoList {
    display: none; }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.saffireLargeSize .header {
  height: auto;
  position: fixed;
  top: 0;
  z-index: 999999999; }
  .saffireLargeSize .header #customLogo {
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media screen and (max-width: 905px) {
      .saffireLargeSize .header #customLogo {
        width: 255px;
        height: 65px;
        top: 30px; } }
  .saffireLargeSize .header .headerInnerContent {
    max-width: 100%; }
    .saffireLargeSize .header .headerInnerContent .header-upper-wrapper {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      height: 127px;
      background: #fff;
      padding: 17px 20px;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      .saffireLargeSize .header .headerInnerContent .header-upper-wrapper .header-upper-container {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 1020px;
        margin: auto; }
        .saffireLargeSize .header .headerInnerContent .header-upper-wrapper .header-upper-container .icon-links-container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          position: relative;
          bottom: 10px;
          height: 40px; }
          .saffireLargeSize .header .headerInnerContent .header-upper-wrapper .header-upper-container .icon-links-container .emailSignup {
            position: relative;
            top: 0; }
            .saffireLargeSize .header .headerInnerContent .header-upper-wrapper .header-upper-container .icon-links-container .emailSignup a {
              background: transparent;
              color: #0094d9 !important; }
              .saffireLargeSize .header .headerInnerContent .header-upper-wrapper .header-upper-container .icon-links-container .emailSignup a:before {
                content: '\f0e0' !important;
                font-size: 17px; }
          .saffireLargeSize .header .headerInnerContent .header-upper-wrapper .header-upper-container .icon-links-container .searchBox {
            margin-right: 10px;
            position: relative;
            top: 0; }
            .saffireLargeSize .header .headerInnerContent .header-upper-wrapper .header-upper-container .icon-links-container .searchBox a {
              background: transparent;
              color: #0094d9 !important; }
              .saffireLargeSize .header .headerInnerContent .header-upper-wrapper .header-upper-container .icon-links-container .searchBox a:before {
                font-size: 17px; }
    .saffireLargeSize .header .headerInnerContent .nav-wrapper {
      width: 100%;
      height: 47px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: rgba(255, 255, 255, 0.75); }
      .saffireLargeSize .header .headerInnerContent .nav-wrapper .nav-container .groups {
        height: auto; }
.saffireLargeSize .upper-section-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 217px 20px 43px;
  background: url(images/upper-bg.jpg) no-repeat center center/cover; }
  .saffireLargeSize .upper-section-wrapper .upper-section-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.saffireLargeSize .mid-section-wrapper {
  background: #fff;
  padding: 43px 20px 15px; }
  .saffireLargeSize .mid-section-wrapper .mid-section-container {
    max-width: 1020px;
    width: 100%;
    margin: auto; }
.saffireLargeSize .lower-section-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 976px;
  padding: 0 20px;
  background: url(images/lower-bg.png) no-repeat center center/cover;
  z-index: 99999; }
  @media screen and (max-width: 1075px) {
    .saffireLargeSize .lower-section-wrapper {
      height: 1620px; } }
  .saffireLargeSize .lower-section-wrapper .lower-section-container {
    max-width: 1020px;
    width: 100%;
    padding-top: 40px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .saffireLargeSize .lower-section-wrapper .lower-section-container .events-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 15px; }
      @media screen and (max-width: 1075px) {
        .saffireLargeSize .lower-section-wrapper .lower-section-container .events-container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }

.saffireMobileSize .header {
  position: fixed;
  top: 0;
  height: auto;
  padding: 0;
  z-index: 999999999; }
  .saffireMobileSize .header #customLogo {
    width: 206px;
    height: 59px;
    max-width: 100% !important;
    transition: .3s ease; }
    @media screen and (max-width: 415px) {
      .saffireMobileSize .header #customLogo {
        width: 155px;
        transition: .3s ease; } }
  .saffireMobileSize .header .generalmessage {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1em; }
  .saffireMobileSize .header .header-upper-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .saffireMobileSize .header .icon-links-container {
    height: 71px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: #fff; }
    .saffireMobileSize .header .icon-links-container .searchBox, .saffireMobileSize .header .icon-links-container .emailSignup {
      top: 14px; }
      .saffireMobileSize .header .icon-links-container .searchBox:before, .saffireMobileSize .header .icon-links-container .emailSignup:before {
        color: #0095dc; }
    .saffireMobileSize .header .icon-links-container .emailSignup {
      margin-right: 55px; }
    .saffireMobileSize .header .icon-links-container .searchBox {
      margin-right: 5px; }
  .saffireMobileSize .header .nav-wrapper {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .saffireMobileSize .header .nav-wrapper .nav {
      top: -127px; }
      .saffireMobileSize .header .nav-wrapper .nav:before {
        color: #0095dc; }
  .saffireMobileSize .header #siteInfoBannerWidget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.saffireMobileSize #newSliderDescriptionContainer .sliderButtonContainer a {
  font-size: 15px;
  padding-bottom: 2px; }
.saffireMobileSize .socialNetworks {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 58px;
  border-radius: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  .saffireMobileSize .socialNetworks a {
    max-width: 40px;
    max-height: 40px;
    padding: 5px; }
    .saffireMobileSize .socialNetworks a img {
      max-height: 40px; }
.saffireMobileSize .mid-section-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 24px;
  margin-top: 14px; }
.saffireMobileSize #cardWidget {
  margin-bottom: 20px; }
.saffireMobileSize .lower-section-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 24px;
  background: url(images/lower-bg.png) no-repeat center center/cover;
  margin-bottom: 35px; }
.saffireMobileSize #multiScheduleFeature {
  margin-bottom: 15px; }
.saffireMobileSize #videoSection {
  margin-bottom: 24px;
  -webkit-box-shadow: -1px 8px 15px rgba(0, 0, 0, 0.5);
  box-shadow: -1px 8px 15px rgba(0, 0, 0, 0.5); }
.saffireMobileSize .footer {
  padding-top: 330px;
  margin-top: -320px; }
  @media screen and (max-width: 602px) {
    .saffireMobileSize .footer {
      padding-top: 370px;
      margin-top: -365px; } }

.saffireLargeSize.saffireWindowScrolled .generalmessage {
  position: relative;
  top: -100px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  height: 0;
  padding: 0; }
.saffireLargeSize.saffireWindowScrolled .header-upper-wrapper {
  height: 70px !important;
  -webkit-transition: .3s ease !important;
  transition: .3s ease !important; }
.saffireLargeSize.saffireWindowScrolled #customLogo {
  height: 45px;
  width: 177px;
  top: 9px; }

.saffireMobileSize.siteInfoBannerOn .content {
  margin-top: 141px; }

.saffireMobileSize.siteInfoBannerWidgetDateIsPast.siteInfoBannerWidgetNoThankYouMessage {
  margin-top: 70px; }

.saffireMobileSize.generalMessageOn.siteInfoBannerWidgetDateIsPast.siteInfoBannerWidgetNoThankYouMessage .content {
  margin-top: 130px; }
.saffireMobileSize.generalMessageOn.saffireWindowScrolled .generalmessage {
  top: -100px;
  height: 0;
  padding: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
.saffireMobileSize.generalMessageOn.saffireWindowScrolled #siteInfoBannerWidget {
  display: none; }

.saffireMobileSize.saffireWindowScrolled #siteInfoBannerWidget {
  display: none; }
.saffireMobileSize.saffireWindowScrolled .nav {
  top: -57px !important; }

.saffireLargeSize.generalMessageOn .upper-section-wrapper {
  padding: 258px 20px 43px; }

.getUpdatesPageEmailModule .emailSignup .inputFieldTextBox {
  border: 1px solid #eb1550; }
.getUpdatesPageEmailModule .emailsubmitbutton {
  color: #fff !important; }
.getUpdatesPageEmailModule .emailInputSubmit {
  margin-top: 10px; }
.getUpdatesPageEmailModule .inputFieldTextbox {
  visibility: visible !important;
  border-radius: 0px;
  padding: 10px; }
.getUpdatesPageEmailModule div {
  text-align: center; }

body.modalBody a:link {
  color: #fff !important; }

.mobileNavContainer {
  background: #fff !important; }
  .mobileNavContainer .mobileMenuPanelContainer a {
    font: 20px/1 'NexaBold';
    color: #fff;
    background: #eb1550;
    border: 2px solid #fff; }
  .mobileNavContainer .mobileNavCloseMenu {
    color: #00a6ae; }

.expandedViewEventDateBox .todayText {
  margin-bottom: 2px !important; }
.expandedViewEventDateBox .eventMonth {
  font-size: 1em !important; }
.expandedViewEventDateBox .eventDayNumber {
  font-size: 1.3em !important;
  padding: 3px 0 7px !important; }

.filter-group .filter-control, .filter-group input[type="text"] {
  height: 32px; }

.saffireMobileSize.siteInfoBannerWidgetDateIsPast.siteInfoBannerWidgetNoThankYouMessage #siteInfoBannerWidget {
  display: none !important; }
.saffireMobileSize.siteInfoBannerWidgetDateIsPast.siteInfoBannerWidgetNoThankYouMessage .header .nav-wrapper .nav {
  top: -57px !important; }

.saffireLargeSize.isIE .homepageSwiperSlider #newSliderDescriptionContainer {
  padding: 60px 5% 60px 45px !important;
  width: 44% !important; }
  .saffireLargeSize.isIE .homepageSwiperSlider #newSliderDescriptionContainer a.button {
    margin: 2px 5px !important; }
  @media screen and (max-width: 1030px) {
    .saffireLargeSize.isIE .homepageSwiperSlider #newSliderDescriptionContainer .sliderTitle {
      font-size: 24px; }
    .saffireLargeSize.isIE .homepageSwiperSlider #newSliderDescriptionContainer .sliderTextDescription {
      font-size: 14px; } }

.upload-photo {
  display: none; }

.modalClose > a.modalCloseButton {
  margin-right: 10px; }

.inputFieldSubmit {
  border-radius: 0 !important; }

/*# sourceMappingURL=theme.css.map */
