/************** LOAD FONTS ******************/
@font-face {
  font-family: 'montserratregular';
  src: url("Fonts/montserrat-regular-webfont.eot");
  src: url("Fonts/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("Fonts/montserrat-regular-webfont.woff2") format("woff2"), url("Fonts/montserrat-regular-webfont.woff") format("woff"), url("Fonts/montserrat-regular-webfont.ttf") format("truetype"), url("Fonts/montserrat-regular-webfont.svg#montserratregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Rubik One Regular";
  src: url("Fonts/RubikOne-Regular.eot?") format("eot"), url("Fonts/RubikOne-Regular.woff") format("woff"), url("Fonts/RubikOne-Regular.ttf") format("truetype"), url("Fonts/RubikOne-Regular.svg#RubikOne-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Arimo';
  src: url("Fonts/Arimo-Regular.eot");
  src: url("Fonts/Arimo-Regular.eot?#iefix") format("embedded-opentype"), url("Fonts/Arimo-Regular.woff") format("woff"), url("Fonts/Arimo-Regular.ttf") format("truetype"), url("Fonts/Arimo-Regular.svg#Arimo") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Add Fonts Here */
@font-face {
  font-family: 'Rye';
  src: url("Fonts/Rye Regular.eot");
  src: url("Fonts/Rye Regular.eot?#iefix") format("embedded-opentype"), url("Fonts/Rye Regular.woff") format("woff"), url("Fonts/Rye Regular.ttf") format("truetype"), url("Fonts/Rye Regular.svg#Rye Regular") format("svg");
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: "OpenSans-Bold-webfont";
  src: url("fonts/OpenSans-Bold-webfont.woff2") format("woff2"), url("fonts/OpenSans-Bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "OpenSans-ExtraBold-webfont";
  src: url("fonts/OpenSans-ExtraBold-webfont.woff2") format("woff2"), url("fonts/OpenSans-ExtraBold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "OpenSans-Regular-webfont";
  src: url("fonts/OpenSans-Regular-webfont.woff2") format("woff2"), url("fonts/OpenSans-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "OpenSans-Semibold-webfont";
  src: url("fonts/OpenSans-Semibold-webfont.woff2") format("woff2"), url("fonts/OpenSans-Semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/************************* BODY/CONTAINER ********************/
body {
  /* |%  need to set body background and default font options */
  color: #313131;
  background: #1c57b5;
  background-size: auto;
  font: 12px/1.583em "open_sansregular", Arial, Verdana, sans-serif; }

.wrapper {
  /* |%  if all elements are contained, this is a set width, if elements stretch to screen width this is 100% */
  width: 100%;
  background: "none"; }

.content {
  background: #fff;
  padding: 15px 15px 15px 15px;
  position: relative;
  margin: 30px auto 60px;
  max-width: calc(1030px - 15px - 15px); }

.saffireLargeSize.homepage .content,
.homepage .content {
  margin: 0 auto;
  padding: 0;
  background: none;
  max-width: 100%; }

.ui-widget-overlay {
  background-color: black;
  opacity: 0.5; }

/*********************** STANDARD ELEMENTS ********************/
a {
  color: #757575;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

a.buyNowText {
  color: #D70B0B;
  text-decoration: underline !important;
  font-weight: bold; }

a.buyNowText:hover {
  color: #f42121;
  text-decoration: none !important; }

input {
  color: #9B9B9B; }

h1, h2, h3, h4, h5, h6 {
  color: #1c57b5;
  font-weight: normal;
  font-family: "OpenSans-Semibold-webfont";
  text-transform: none; }

h1 {
  font-size: 36px;
  line-height: 1.125em;
  margin: 0.2em 0; }

h2, h2 a {
  font-size: 20px;
  line-height: 1.155em; }

.cartcols h2 {
  font-size: 16px;
  line-height: 1.155em; }

h3 {
  font-size: 18px;
  line-height: 1.187em; }

.hoverContent {
  border-color: #756F46; }

.starlist li,
.starlist li ul li,
.pdflist li,
.pdflist li ul li {
  background: url(images/bullet.png) no-repeat left 7px;
  line-height: 18px;
  margin: 0;
  padding: 0 0 0 30px; }

.pdfLinks {
  font-size: 14px;
  font-weight: bold; }

.alternateRow {
  background: #d5dfef; }

/************* BUTTON STYLES *********************/
a.button,
.button {
  /* |%  set font-family */
  padding: 1px 8px;
  font-size: 14px;
  line-height: 1.75em;
  text-transform: uppercase;
  border-radius: 2px;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "OpenSans-Bold-webfont"; }

.inputFieldSubmit {
  border-radius: 0 2px 2px 0 !important; }

a.button,
.button,
.buttonSmall {
  background: #75d7f6;
  background: -webkit-linear-gradient(-90deg, #75d7f6);
  background: linear-gradient(180deg, #75d7f6);
  color: #fff !important; }

a.button:hover,
.button:hover,
.buttonSmall:hover {
  background: #3cc6f2;
  color: #fff !important; }

a.updateButton.buttonSmall,
a.removeButton.buttonSmall,
a.cartMenuRemoveButton.button.buttonSmall {
  font-size: 0.9em; }

/***************** CONTAINERS **************************/
.subContainer,
.sidepic {
  background: #08152b;
  color: #fff;
  -moz-box-shadow: 2px 2px 5px #000;
  -webkit-box-shadow: 2px 2px 5px #000;
  box-shadow: 2px 2px 5px #000; }

a.havePhotoLink {
  color: #fff; }

.subContainer a,
.subContainer h1,
.subContainer h2,
.subContainer h3 {
  color: #fff; }

.subContainer .error {
  color: #94231d; }

.dateDisplayBar,
.dateDisplay {
  background: #757575;
  color: #fff; }

.dateDisplayBar a,
.dateDisplay a {
  color: #fff; }

.dateDisplay_disabled {
  opacity: 0.4; }

#google_translate_element {
  /* |%  Google translate position */
  top: 15px;
  right: 30px; }

.carthr {
  background: #fff; }

.orderhistory {
  background: #757575; }

.orderhistory th {
  color: #fff;
  padding: 8px 3px; }

/************************* TABS *******************************/
.homepageTabsContainer {
  padding-left: 20px; }

.homepageTabsContainer {
  position: absolute;
  right: 0;
  left: auto;
  top: -33px;
  bottom: auto; }

/* TAB BACKGROUND COLORS */
.homepageTabs > li > a,
.tabs > ul > li > a {
  background: #14356c; }

.homepageTabs li ul,
.tabOn,
.homepageTabs > li > a:hover,
.homepageTabs .eventTabSubmenu {
  background-color: #08152b !important; }

.homepageTabs ul.menu li:hover {
  /* |%  hover state for above dropdowns */
  background: #08152b; }

/* END TAB BACKGROUND COLORS */
.homepageTabs ul.menu a {
  /* |%  font color for tabs */
  color: #fff; }

.tab,
.tabOn {
  font-size: 12px;
  line-height: 1.2em;
  font-family: "open_sansregular"; }

.homepageTabs ul.menu a {
  font-family: "open_sansregular";
  font-size: 11px; }

.homepageTabs > li > a,
.tabs > ul > li > a {
  float: left;
  display: block;
  padding: 5px 12px;
  height: 17px;
  margin: 6px 0 0;
  border-radius: 0;
  white-space: nowrap; }

.homepageTabs a,
.tabs a {
  color: #fff; }

/******************************* TOP/GLOBAL ITEMS ************************************/
.generalmessage {
  /* |%  set font-family, background color, color, etc. */
  background: #be5c9b;
  /*-webkit-box-shadow:0 -3px 5px #666 inset;
  -moz-box-shadow:0 -3px 5px #666 inset;
  box-shadow:0 -3px 5px #666 inset;*/
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 8px;
  font-family: "OpenSans-Regular-webfont";
  text-transform: capitalize; }

.generalmessage a {
  color: #fff; }

.socialNetworks {
  z-index: 80000000;
  position: fixed;
  background: rgba(66, 114, 108, 0.5);
  padding: 5px;
  right: -80px;
  top: 20%;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: right 0.6s ease;
  transition: right 0.6s ease; }

.pageIsLoaded .socialNetworks {
  right: 0; }

.socialNetworks > span,
.socialNetworks > a {
  display: block;
  float: none;
  width: 40px;
  height: 50px;
  position: relative;
  -o-transition: transform 0.4s ease, left 0.4s ease;
  -webkit-transition: transform 0.4s ease, left 0.4s ease;
  -moz-transition: transform 0.4s ease, left 0.4s ease;
  -ms-transition: transform 0.4s ease, left 0.4s ease;
  transition: transform 0.4s ease, left 0.4s ease; }

.socialNetworks > a:hover {
  -o-transform: scale(1.3) !important;
  -webkit-transform: scale(1.3) !important;
  -moz-transform: scale(1.3) !important;
  -ms-transform: scale(1.3) !important;
  transform: scale(1.3) !important;
  left: -9px;
  z-index: 2; }

#musicPlayerLink {
  background: url("images/music.png") no-repeat right 0;
  margin: 0;
  width: 41px;
  height: 48px;
  float: none;
  z-index: 2; }

#musicPlayerDropdown {
  background: rgba(66, 114, 108, 0.5);
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.9em;
  padding: 8px 10px;
  right: 12px;
  top: -5px;
  box-shadow: 0 0 4px #fff inset; }

#musicPlayerDropdown a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  padding-right: 14px; }

#musicPlayerDropdown a:hover {
  position: relative;
  padding-right: 3px;
  padding-left: 14px; }

#musicPlayerDropdown a:hover:after {
  border-left: 4px solid transparent;
  border-radius: 58%;
  border-right: 4px solid transparent;
  border-top: 12px solid #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 0; }

@media screen and (max-width: 1230px) {
  .socialNetworks {
    top: auto;
    bottom: 0;
    border-top: none;
    border-bottom: none; }

  .socialNetworks > a,
  .socialNetworks > span#musicPlayerLink {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    float: left;
    margin-left: -8px; }

  #musicPlayerDropdown {
    top: auto;
    bottom: 21px;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); } }
/*SITE-WIDE WIDGETS */
#widgetBanner {
  background: none;
  height: 1px;
  top: 0;
  position: relative;
  z-index: 100;
  width: 100%;
  margin: 0;
  line-height: normal; }

/****************** HOMEPAGE WIDGETS ***************/
/* WIDGET GENERAL */
.widget h1,
.homepageh1 {
  /* |%  set font-family */
  color: #F5DF26;
  text-shadow: 5px 4px 4px #000000;
  font-size: 22px; }

.homepageContent {
  width: 100%; }

/***************** EXCITING EVENTS - SECONDARY FEATURE ********************/
/************************** PAGE-SPECIFIC/OTHER ITEMS *******************************/
#ourPickButton {
  margin-bottom: 30px; }

.column2 {
  float: right; }

.listingItem {
  background: #d5dfef;
  border-bottom: 1px solid #b0c3e1; }

.listingItem:hover {
  background: #e0e7f3; }

.listing .arrowup {
  border-color: #686868 transparent transparent transparent; }

.listing .arrowup_on {
  border-color: #272625 transparent transparent transparent; }

.listing .arrowdown {
  border-color: transparent transparent #686868 transparent; }

.listing .arrowdown_on {
  border-color: transparent transparent #272625 transparent; }

.modeSelected {
  background-color: rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1a000000',GradientType=0 ); }

/* INTERACTIVE EVENT MAP */
.mapDescription.subContainer,
.hoverContent {
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  opacity: 0.9;
  -moz-box-shadow: 2px 2px 5px #000;
  -webkit-box-shadow: 2px 2px 5px #000;
  box-shadow: 2px 2px 5px #000; }

/*********************** FOOTER **************************/
.saffireMobileSize.isResponsive .footer .footerSignIn {
  margin-top: 6px; }

.footer {
  /* set the height of the footer */
  clear: both;
  font-size: 14px;
  color: #d0d0d0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  background: url("images/footer-bg.jpg") repeat-x #2c7a7d center top;
  height: 508px;
  padding: 0px; }

.saffireMobileSize .footer {
  padding-bottom: 55px;
  background: url("images/footer-bg.jpg") repeat-x #2c7a7d center top; }

.footer a {
  color: #d0d0d0;
  text-decoration: none; }

.footer a:hover {
  text-decoration: underline; }

ul.footerItems1 {
  margin: 20px auto;
  font-family: "OpenSans-Regular-webfont";
  font-size: 17px; }

.saffireMobileSize ul.footerItems1 {
  margin-bottom: 6px; }

ul.footerItems2 {
  margin: 0 auto; }

.saffireMobileSize ul.footerItems2 {
  text-align: center; }

/************************* MODAL CONTENT ********************/
.modal {
  background: #fff;
  padding-top: 15px;
  border: 10px solid #fff; }

.modalBody {
  /* |%  set modal background color if not white */
  background: #fff !important;
  padding: 14px; }

.modalPageBackground {
  background-color: black;
  opacity: 0.5; }

.modalContent h1 {
  font-size: calc(36px * 0.6944);
  line-height: 1.2em; }

.modalClose {
  background: none;
  top: 1px; }

.modalCloseButton:before {
  content: "X"; }

.modalCloseButton img {
  display: none; }

.modalContent #google_translate_element {
  top: 1px;
  right: 0; }

/* SHOWORKS TABLE */
.modalBody .showorksModalTitle {
  /* |%  set font-family */
  font-size: 32px;
  line-height: 36px; }

.modalBody .showorksBreadcrumbs {
  /* |%  set font-family */
  font-size: 20px;
  line-height: 22px;
  color: #757575; }

.modalBody .showorksTableGrid th {
  /* |%  set font-family */
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.06em; }

.modalBody .showorksTableGrid th {
  padding-bottom: 7px;
  padding-top: 7px; }

.modalBody .showorksTableGrid td {
  color: #313131; }

.modalBody .showorksTableGrid tr.odd {
  background: #fff;
  color: black; }

.modalBody .showorksTableGrid tr.even {
  background: #e6e6e6;
  color: black; }

/*************** 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 {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px; }

.members .nav .groups {
  margin-right: 0; }

.members .nav .groups .group {
  margin: 0 3px; }

.members .quickLinks {
  right: 39px; }

.dateDisplayBar,
.viewMode,
.currentlyViewingDate,
#searchEventsInput,
#eventFilterList,
#eventFilterList ul,
.InProgressEventDate,
a.havePhotoLink,
.mapLegend label {
  font-family: inherit; }

.mapLegend {
  border-left: 1px solid black;
  box-shadow: none; }

.pdfPage {
  box-sizing: border-box; }

body:not(.homepage) {
  background: url(images/advancedrotatingcontent-bg.jpg) #1c57b5 repeat fixed; }

/* HEADER ITEMS */
/* TICKET*/
/* QUICK LINKS*/
/*LOGO*/
/*NAVIGATION*/
/* WEATHER BUG*/
/* CUSTOM MOBILE NAV - don't change this unless requested */
/******************************************************
*                                                     *
*                                                     *
*    DO NOT CHANGE ITEMS BELOW THIS SECTION!!!!       *
*                                                     *
*                                                     *
******************************************************/
.header .searchBox a.button,
.header .emailSignup a.button {
  color: #fff !important;
  background: #75d7f6;
  font-family: "open_sansregular";
  font-size: 14px;
  padding: 0 8px 1px;
  line-height: 2.4em; }

.header .searchBox a.button:hover,
.header .emailSignup a.button:hover {
  background: #3cc6f2; }

.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: 225px;
  background: transparent; }

@media screen and (max-width: 800px) {
  /* prevents crazyshifty stuff before js loads */
  .header {
    opacity: 0; }

  .pageIsLoaded .header {
    opacity: 1; } }
.saffireMobileSize .header {
  height: 300px; }

.headerInnerContent {
  display: block;
  margin: 0 auto;
  position: relative; }

.saffireLargeSize .headerInnerContent {
  height: 100%;
  /*max-width: map-get($header, width);	*/
  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;
  float: left;
  height: 137px;
  position: relative;
  left: 0px;
  right: auto;
  top: 15px;
  bottom: auto;
  width: 150px;
  background-size: contain; }
  @media screen and (max-width: 1030px) {
    #customLogo {
      top: 6px;
      height: 124px; } }

.saffireMobileSize #customLogo {
  width: 104px;
  top: 0; }

/* MAIN NAVIGATION */
.saffireLargeSize .nav {
  height: 31px;
  padding: 0;
  background: none;
  clear: both;
  width: 100%;
  z-index: 5002 !important;
  -webkit-box-flex: 1;
  -ms-flex: 1 100%;
  flex: 1 100%;
  top: -5px;
  position: relative; }

.saffireLargeSize .nav:hover {
  z-index: 5002 !important; }

.saffireLargeSize .nav .groups {
  height: 31px;
  max-height: 50px;
  margin: 0;
  position: relative;
  right: 0;
  left: auto;
  bottom: auto;
  top: 0;
  max-width: 836px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.saffireLargeSize .nav .groups .group {
  margin: 0 0 0 5px;
  padding: 4px 9px 5px; }

.saffireLargeSize .nav .groups .group a,
.saffireLargeSize .navDummyLink {
  font-size: 18px;
  font-family: "Rye";
  line-height: normal;
  text-transform: uppercase;
  color: #fff; }

@media screen and (max-width: 1030px) {
  .saffireLargeSize .nav .groups .group a,
  .saffireLargeSize .navDummyLink {
    font-size: 14.4px; } }
.saffireLargeSize .nav .groups .group a:hover,
.saffireLargeSize .nav .groups .group:hover a,
.saffireLargeSize .nav .groups .group:hover {
  color: #497DB4;
  background: #39c6f2;
  border-radius: 3px 3px 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: #39c6f2;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff; }

.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: #fff;
  font: 12px "open_sansregular", Arial, Helvetica, sans-serif; }

.saffireLargeSize .nav .items .item a:hover {
  color: #e0e0e0;
  background: #0faedf; }

.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: static;
  right: 0;
  left: auto;
  top: 0px;
  bottom: auto;
  float: left;
  margin-top: 14px;
  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: #077295; }

.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: 12px;
  line-height: normal;
  color: #fff;
  font-family: "OpenSans-Semibold-webfont";
  text-transform: uppercase; }

.saffireLargeSize .quickLinks ul li > a.ticket,
.saffireLargeSize .ticket,
.saffireLargeSize .ticket:hover {
  display: inline-block;
  position: relative;
  right: 0;
  left: auto;
  top: 35px;
  bottom: auto;
  color: #fff;
  padding-left: 0;
  font-family: "Rye";
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  background: url(images/tickets.png) no-repeat 0 0 transparent;
  width: 115px;
  height: 67px;
  padding: 20px 0 0 0;
  text-align: center;
  /*width: map-get($headerTicket, custom-width) - 20;*/
  /*height: map-get($headerTicket, custom-height) - 18;*/ }

.saffireLargeSize .ticket:hover {
  background: url(images/tickets.png) no-repeat 0 bottom transparent; }

.saffireMobileSize a.ticket,
.saffireMobileSize a.ticket:hover {
  border-radius: 1px;
  height: auto;
  left: auto;
  overflow: hidden;
  padding: 21px 30px 24px 25px;
  text-transform: uppercase;
  position: absolute;
  right: 7px;
  text-decoration: none;
  text-indent: 0;
  top: 15px;
  white-space: nowrap;
  width: auto;
  /* line-height: normal !important;
  font-size: 24px !important; */
  background: url(images/tickets.png) no-repeat 0 0 transparent;
  color: #fff;
  font-family: "Rye";
  font-size: 14px;
  right: 23px; }

.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: 12px;
  text-transform: none;
  color: #fff;
   /*  @if map-get($quickLinks, icon-cart) {
    	color: map-get($headerInputs, font-color);

    } */ }

.saffireLargeSize #svgViewCartIcon path {
  fill: #fff; }

/* EMAIL & SEARCH BOXES */
.saffireLargeSize .header .emailSignup {
  position: absolute;
  right: 60px;
  left: auto;
  top: 5px;
  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: 34px;
  -webkit-transition: all 0.3s ease;
  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: 1px !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: #75d7f6; }

.searchBox input,
.emailSignup .textbox {
  border-radius: 1px 0 0 1px;
  top: 0;
  border-right: none; }

.saffireLargeSize .header .searchBox {
  position: absolute;
  right: 55px;
  left: auto;
  top: 5px;
  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: 0;
  height: 34px;
  -webkit-transition: all 0.3s ease;
  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: 1px !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: #75d7f6; }

/* WEATHER BUG */
#weatherBugWidget {
  color: #fff;
  float: right;
  white-space: nowrap;
  position: relative;
  right: 0;
  left: auto;
  top: -4px;
  bottom: auto;
  visibility: hidden;
  font-family: 'OpenSans-Bold-webfont';
  font-size: 11px;
  background: transparent;
  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; }

@media screen and (max-width: 1030px) {
  .saffireLargeSize .nav {
    top: 10px; } }
body:not(.homepage) .header {
  border-bottom: 2px solid #88afac; }

.emailSignup .emailInputField input,
.searchBox .searchBoxInput input {
  border-radius: 0 !important;
  box-shadow: none !important; }

.header .nav .dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #fff;
  position: relative;
  top: 13px;
  border-radius: 50%; }

.header .nav .dot:last-child {
  display: none; }

/******************************************************
*                                                     *
*                                                     *
*    DO NOT CHANGE ITEMS BELOW THIS SECTION!!!!       *
*                                                     *
*                                                     *
******************************************************/
/* DON'T CHANGE THIS STUFF! */
.saffireMobileSize #siteInfoBannerWidget {
  left: 0;
  padding: 3px 0;
  right: 0 !important;
  top: 0;
  bottom: auto; }

.saffireMobileSize #siteInfoBannerWidget #eventName {
  clear: left;
  float: none;
  padding-left: 0; }

/* DATES BANNER */
.saffireLargeSize #widgetBanner {
  position: absolute;
  width: 1030px;
  max-width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0; }

#siteInfoBannerWidget {
  color: #fff;
  font-size: 13px;
  font-family: "OpenSans-Bold-webfont";
  background: transparent;
  background: -webkit-linear-gradient(-90deg, transparent url(images/count-downbg.png) no-repeat center top);
  background: linear-gradient(180deg, transparent url(images/count-downbg.png) no-repeat center top); }

.saffireLargeSize #siteInfoBannerWidget {
  background: transparent url(images/count-downbg.png) no-repeat center top;
  z-index: 9;
  width: 190px;
  right: 0;
  position: absolute;
  text-align: center;
  padding: 30px;
  height: 85px;
  top: 180px;
  min-width: auto; }

@media screen and (max-width: 80px) {
  .saffireLargeSize #siteInfoBannerWidget {
    max-width: calc(100% - (30px * 2));
    min-width: 0;
    width: calc(100vw - 30px - 30px); } }
.saffireMobileSize.siteInfoBannerOn #widgetBanner {
  top: 0;
  position: absolute;
  bottom: auto;
  height: auto;
  clear: both; }

#siteInfoBannerWidget #eventDates {
  font-size: 18px;
  min-height: 25px;
  margin-bottom: 5px;
  border-bottom: 1px solid #fff;
  font-family: "Rye";
  color: #fff;
  text-transform: uppercase; }

.saffireMobileSize #siteInfoBannerWidget #eventDates {
  font-size: 14.4px;
  display: block;
  color: #fff; }

.saffireMobileSize #siteInfoBannerWidget {
  min-height: 85px;
  background: transparent url(images/count-downbg.png) no-repeat center top;
  margin: 0 auto;
  width: auto;
  text-align: center;
  padding: 35px 0px; }

.saffireMobileSize.siteInfoBannerOn .header {
  padding-bottom: 85px; }

.saffireMobileSize #siteInfoBannerWidget #eventName {
  display: inline-block;
  color: inherit;
  color: #fff; }

#siteInfoBannerWidget #eventName {
  text-transform: uppercase; }

.countdownDays {
  color: #fff;
  display: inline-block;
  font-family: "OpenSans-Bold-webfont";
  font-size: 13px; }

.saffireMobileSize .countdownDays {
  display: inline;
  color: #fff; }

.datePast .countdownDays {
  color: #fff;
  font-size: 18px;
  font-family: "Rye";
  display: block; }

.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget {
  display: none !important; }

.saffireMobileSize #siteInfoBannerWidget {
  left: 0;
  position: relative;
  color: #fff; }

.siteInfoBannerOn #siteInfoBannerWidget {
  font-size: 13px; }

.siteInfoBannerWidgetDateIsPast.siteInfoBannerOn #eventDates {
  display: none; }

body:not(.homepage) #siteInfoBannerWidget {
  display: none !important; }

/******************************************************
*                                                     *
*                                                     *
*    DO NOT CHANGE ITEMS BELOW THIS SECTION!!!!       *
*                                                     *
*                                                     *
******************************************************/
/* ADVANCED SLIDESHOW */
.homepage .slideshowSwiperDescription {
  display: none; }

.homepage .slideshowSwiperDescription.currentSlideDescription {
  display: inline-block; }

.homepage .currentSlideDescription {
  opacity: 0;
  font-family: "open_sansregular";
  transition: max-height 0.4s ease;
  font-size: 18px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }
  @media screen and (max-width: 1000px) {
    .homepage .currentSlideDescription {
      padding-top: 1em;
      padding-left: 2%;
      padding-right: 2%; } }

.homepage.saffireLargeSize .slideshowSwiperDescription {
  padding: 15px 0% 15px 0%;
  max-width: 710px;
  width: 100%; }

#newSliderDescriptionContainer {
  background: transparent; }

.saffireLargeSize #newSliderDescriptionContainer {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  bottom: 0;
  top: auto;
  width: 100%;
  height: 176px;
  background: transparent url(images/slider-des-bg.png) no-repeat center center;
  z-index: 2; }

.saffireMobileSize #newSliderDescriptionContainer {
  top: 100%;
  z-index: 2;
  position: relative;
  height: 120px;
  background: #71b1b1; }

.homepage.saffireLargeSize .currentSlideDescription,
.homepage.saffireMobileSize .currentSlideDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  opacity: 1;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.homepage.saffireMobileSize .currentSlideDescription {
  padding: 5px 5%;
  width: 90%; }

.homepage .slideshowSwiperDescription a,
.homepage .slideshowSwiperDescription span {
  text-decoration: none;
  display: none; }

.homepage.saffireLargeSize .sliderTitle,
.homepage.saffireLargeSize .sliderTextDescription {
  /* max-width: map-get($slideshowGeneral, width) - (map-get($slideshowDescription, container-width) + 6); */
  	/* @if map-get($slideshowDescription, text-align) == center {
  		max-width: map-get($slideshowGeneral, width) - map-get($slideshowDescription, container-width) - map-get($slideshowDescription, container-width) - (map-get($slideshowGeneral, width) * .1);
  		margin-left: auto;
          margin-right: auto;
  	} */ }

@media screen and (max-width: 1000) {
  .homepage.saffireLargeSize .sliderTitle,
  .homepage.saffireLargeSize .sliderTextDescription {
    /* @if map-get($slideshowDescription, text-align) == center {
    	text-align: left;
    	margin-left: 0;
    	max-width: map-get($slideshowGeneral, width) - map-get($slideshowDescription, container-width) - (map-get($slideshowGeneral, width) * .1);
    } */ } }
.saffireMobileSize.homepage .sliderTextDescription {
  opacity: 1;
  font-size: 12px;
  line-height: 1.3; }

.homepage span.sliderButtonContainer {
  width: 108px; }

.homepage .swiper-slide-active .slideshowSwiperDescription a,
.homepage .swiper-slide-active .slideshowSwiperDescription span {
  display: inline-block; }

.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.saffireMobileSize .currentSlideDescription .sliderButtonContainer a {
  width: 40%;
  min-width: 86px;
  margin-right: 2px;
  display: inline-block; }

.homepage .slideshowSwiperButtonPrev {
  display: block;
  background: url("images/slideshow-left.png") no-repeat left center;
  width: 62px;
  height: 65px;
  cursor: pointer;
  position: absolute;
  top: 84%;
  right: 0;
  left: 0;
  right: calc(1030px + (105px * -1));
  /* @if map-get($slideshowGeneral, full-screen) and map-get($slideshowGeneral, mutliple-slides-showing) == false and map-get($slideshowArrows, left) < 0 {
  	left: 0;
  	right: auto;
  } */
  margin: auto;
  z-index: 4;
  transition: all 0.3s ease; }
  @media screen and (max-width: 820px) {
    .homepage .slideshowSwiperButtonPrev {
      left: 10px;
      right: auto; } }

.saffireMobileSize.homepage .slideshowSwiperButtonPrev {
  display: none !important; }

.homepage .slideshowSwiperButtonPrev:hover {
  /* @if map-get($slideshowGeneral, full-screen) and map-get($slideshowGeneral, mutliple-slides-showing) == false and map-get($slideshowArrows, left) < 0 {
  	left: 0 !important;
  	right: auto !important;
  } */ }

.homepage .slideshowSwiperButtonNext {
  display: block;
  background: url("images/slideshow-right.png") no-repeat right center;
  width: 62px;
  height: 65px;
  cursor: pointer;
  position: absolute;
  top: 84%;
  left: 0;
  right: 0;
  left: calc(1030px + (105px * -1));
  /* @if map-get($slideshowGeneral, full-screen) and map-get($slideshowGeneral, mutliple-slides-showing) == false and map-get($slideshowArrows, left) < 0 {
  	right: 0;
  	left: auto;
  } */
  margin: auto;
  z-index: 4;
  transition: all 0.3s ease; }
  @media screen and (max-width: 820px) {
    .homepage .slideshowSwiperButtonNext {
      right: 10px;
      left: auto; } }

.saffireMobileSize.homepage .slideshowSwiperButtonNext {
  display: none !important; }

.homepage .slideshowSwiperButtonNext:hover {
  /* @if map-get($slideshowGeneral, full-screen) and map-get($slideshowGeneral, mutliple-slides-showing) == false and map-get($slideshowArrows, left) < 0 {
  	right: 0 !important;
  	left: auto !important;
  } */ }

.homepage .swiper-container:hover .slideshowSwiperDescription {
  max-height: 730px; }

.homepage .sliderTextDescription {
  color: #fff;
  display: block;
  padding-bottom: 1em;
  line-height: 1.2em; }

.homepage.saffireLargeSize .sliderButtonContainer {
  position: absolute;
  right: -109px;
  left: auto;
  top: 79px;
  bottom: auto;
  text-align: right;
  width: 100%;
  z-index: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  @media screen and (max-width: 1000px) {
    .homepage.saffireLargeSize .sliderButtonContainer {
      display: block; } }

.saffireMobileSize.homepage .sliderButtonContainer {
  bottom: 102%;
  right: 0;
  top: auto;
  position: absolute;
  left: 0;
  margin: auto;
  width: 100%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.homepage.saffireLargeSize .currentSlideDescription .sliderButtonContainer {
  z-index: 300;
  width: 131px; }

.homepage .sliderButtonContainer a.button {
  display: inline-block;
  border-radius: 0px !important;
  font-family: "open_sansregular";
  font-size: 16px;
  color: #fff !important;
  background: #36a1a5;
  background: -webkit-linear-gradient(-90deg, #36a1a5);
  background: linear-gradient(180deg, #36a1a5);
  padding: 2px 9px;
  white-space: nowrap;
  margin-left: 5px; }
  @media screen and (max-width: 1000px) {
    .homepage .sliderButtonContainer a.button {
      margin-bottom: 7px; } }

.homepage .sliderButtonContainer a.button:hover {
  background: #52c2c6; }

.homepage .slideshowSwiperPagination {
  display: inline-block;
  width: 100%;
  text-align: center; }

.homepage .sliderPlayPauseButtons {
  display: inline-block; }

.homepage .swiper-pagination-bullet {
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  margin-right: 6px;
  position: relative;
  top: 0;
  transition: background 0.4s ease; }

.homepage .swiper-pagination-bullet:hover,
.homepage .swiper-pagination-bullet-active {
  background: #fff; }

.homepage .sliderPlayPause {
  display: inline-block;
  cursor: pointer;
  width: 12px;
  height: 12px;
  font-size: 15px;
  color: transparent; }

.homepage .sliderPlayPause:before {
  content: '\25B6'; }

.homepage .sliderPlayPause.playing:before {
  content: '\275A \275A'; }

.homepage .sliderTitle {
  color: #fff;
  font-family: "Rye";
  font-size: 38px;
  text-transform: uppercase;
  line-height: normal;
  overflow: hidden;
  height: 42px;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative; }

.homepage.saffireLargeSize .sliderTitle {
  width: 100%;
  text-align: center; }

.homepage.saffireMobileSize .sliderTitle {
  font-size: 30.4px;
  padding: 0;
  height: auto; }

.homepage a.button.sliderMoreButton,
.homepage a.button.sliderWidgetPurchaseLink {
                                             /*
	margin-left: 10px;
    margin-bottom: 7px; */
  font-size: 16px; }

.homepage .currentSlideDescription .slideshowSwiperDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  display: block; }

.saffireMobileSize.homepage .swiper-container:hover .slideshowSwiperDescription,
.saffireMobileSize.homepage .slideshowSwiperDescription {
  	/* position: absolute;
  	bottom: -120px;
  	height: map-get($slideshowDescription, mobile-height);
  	max-height: map-get($slideshowDescription, mobile-height);
  	width: 100%;
      padding: 0 2%;
  	box-sizing: border-box;
  	min-width: 332px; */ }

.homepage .swiper-container {
  /* Specify Swiper's Size: */
  background: #fff;
  width: 100%;
  height: 730px;
  max-width: 100%; }

.saffireMobileSize.homepage .swiper-container {
  /* background: #FFF; */ }

	/* .homepage.saffireLargeSize .content {

		max-width: 100%;
	}
	.homepageContent {
		max-width: $contentWidth;
		margin: 0 auto;
	} */
.homepage .swiper-slide {
  /* Specify Slides's Size: */
  height: 730px;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  opacity: 0.3;
  text-align: center; }

.homepage .swiper-slide > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block; }

.saffireMobileSize.homepage .swiper-slide-active {
  overflow: hidden; }

.homepage .currentSlideDescription,
.homepage .swiper-slide.swiper-slide-active {
  opacity: 1; }

.homepage .swiper-slide img {
  max-width: 100%;
  width: 100%;
  height: auto; }

@media screen and (min-width: 1030px) {
  		/* .homepage .swiper-slide img {
  			-webkit-transform: translateY(50%);
  			-ms-transform: translateY(50%);
          	transform: translateY(50%);
          	margin-top: -50%;
  		} */ }
.homepage .slideshowPlayPause {
  bottom: 0;
  height: 20px;
  left: 100%;
  margin: auto;
  position: absolute;
  top: 0; }

.homepage .slideshowControlsContainer {
  position: relative;
  z-index: 3;
  clear: both;
  float: left; }

.homepage .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

@media screen and (max-width: 1000px) {
  .homepage .slideshowControlsContainer {
    left: 10px;
    float: left; } }
@media screen and (max-width: 550px) {
  .slideshowControlsContainer {
    display: none; } }
.homepageSwiperSlider {
  position: relative; }

.saffireMobileSize.homepage .homepageSwiperSlider {
  margin-bottom: 17px; }

.homepage .sliderControlsContainer {
  position: relative;
  height: 0;
  width: 110px !important;
  z-index: 3;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 96%;
  bottom: auto;
  text-align: left;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 102px;
    /*@media screen and (max-width: 1000px){
    	@if $regardMargins {
    		@if ((map-get($slideshowGeneral, height) + map-get($slideshowDescription, height)) - (map-get($slideshowGeneral, height) - (map-get($slideshowGeneral, height) * (strip-unit(nth(map-get($slideshowDescription, POSITION), 3))) * 0.01)) > map-get($slideshowGeneral, height)){
	    		top: calc((73vw * (bottom * 0.01) + 176px) - 73vw);
	    	}
    	}
    }*/ }

.homepage.saffireMobileSize .sliderControlsContainer {
  display: none; }

@media screen and (max-width: 450px) {
  .homepage.saffireMobileSize .sliderControlsContainer {
    display: none !important; } }
.swiper-container {
  width: 100%;
  max-width: 1000px;
  height: 730px; }

.homepage.saffireLargeSize .swiper-container {
  border: none; }

.swiper-slide {
  /* Specify Slides's Size: */
  width: 100%;
  max-width: 1000px;
  height: 730px;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

@media screen and (max-width: 1000px) {
  .homepage .swiper-slide,
  .homepage .swiper-container {
    height: 73vw !important; } }
@media screen and (max-width: 1000) {
  .homepage .slideshowSwiperButtonPrev {
    left: 1%;
    right: auto; }

  .homepage .slideshowSwiperButtonNext {
    right: 1%;
    left: auto; } }
@media screen and (max-width: 1010px) {
  .homepage .slideshowSwiperButtonNext {
    left: 90%; } }
@media screen and (max-width: 919px) {
  .homepage .slideshowSwiperButtonPrev,
  .homepage .slideshowSwiperButtonNext {
    display: none; } }
/* SPONSORS */
#sponsorWidgetContainer {
  width: 967px;
  height: 168px;
  background: transparent;
  max-width: calc(100% - (9px + 9px + 10px));
  right: auto;
  position: relative !important;
  margin: 26px auto 0;
  padding: 0 14px;
  overflow: hidden; }

.globalNoSponsorsEnabled #sponsorWidgetContainer {
  display: none !important; }

#majorSponsor {
  bottom: 0;
  width: 104px; }

#majorSponsorImageContainer {
  background: #fff;
  height: 111px;
  padding: 0 29px 0 6px;
  left: 0;
  bottom: 0;
  border-radius: 4px;
  width: 104px; }

.majorSponsorImage {
  width: 104px;
  display: block; }

#sponsorLogoSection {
  height: 111px;
  width: 100%;
  max-width: calc(100% - 14px - 14px);
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 14px;
  right: 0;
  padding: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-radius: 0;
  overflow: hidden; }

.saffireMobileSize #sponsorLogoSection {
  max-width: 100%;
  left: 0;
  border-radius: 0; }

.sponsorCarouselImage {
  background: #fff;
  float: left;
  height: 104px;
  text-align: center;
  max-width: 104px;
  width: 104px;
  display: inline-block;
  border-radius: 4px;
  box-shadow: none; }

.sponsorCarouselImage img {
  max-width: 94px !important;
  max-height: 94px !important;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  margin: auto;
  height: auto; }

#sponsorCarouselImageContainer {
  overflow: visible !important;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 104px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.sponsorCarouselContainer {
  max-width: 928px;
  width: 100%;
  height: 111px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

#sponsorArrowRight span {
  border-width: 7px 0 7px 9px;
  border-color: transparent transparent transparent #fff; }

#sponsorArrowLeft span {
  border-width: 7px 9px 7px 0;
  border-color: transparent #fff transparent transparent; }

.sponsorWidgetContainerMajorSponsor #sponsorArrowLeft span:before {
    	/* content: '';
    	position: absolute;
    	top: -2px;
    	bottom: 0;
    	left: -2px;
    	right: 0;
    	margin: auto;
    	display: block;
    	width: 0;
    	height: 0;
    	border-style: solid;
		border-width: round(($sponsorArrowHeight / 2) + 2) $sponsorArrowWidth round(($sponsorArrowHeight / 2) + 2) 0;
		border-color: transparent invert($sponsorArrowColor) transparent transparent;
		z-index: -1;
		opacity: 0.5; */ }

.sponsorWidgetContainerMajorSponsor #sponsorArrowLeft span {
  border-color: transparent #e0e0e0 transparent transparent; }

.majorSponsorImage img {
  max-width: 90%;
  max-height: 90%; }

#sponsorArrowLeft {
  left: 0;
  bottom: 56px; }

.sponsorWidgetContainerMajorSponsor #sponsorArrowLeft {
  left: 130px; }

#sponsorArrowRight {
  bottom: 56px;
  right: 0; }

@media screen and (max-width: 947px) {
  #sponsorArrowLeft,
  #sponsorArrowRight {
    display: none !important; }

  .sponsorCarouselContainer {
    left: auto;
    right: auto; }

  #majorSponsorImageContainer {
    padding-right: 6px; } }
#sponsorsTitleContainer {
  top: 0;
  width: 100%;
  text-align: center; }

#sponsorsTitleContainer .homepageh1 {
  margin: 0;
  font-family: "OpenSans-Bold-webfont";
  color: #fff;
  text-shadow: none;
  font-size: 20px; }

.saffireMobileSize #sponsorsTitleContainer .homepageh1 {
  font-size: 16px; }

#majorSponsorTitleContainer {
  left: 15px;
  top: 0; }

#majorSponsorTitleContainer .homepageh1 {
  margin: 0;
  display: none; }

.saffireMobileSize #majorSponsorTitleContainer .homepageh1 {
  display: none; }

.sponsorWidgetContainerMajorSponsor #majorSponsorTitleContainer {
  z-index: 5; }

/* SOCIAL NETWORK PLUGIN */
.multiSocialWidgetTab {
  font-family: "OpenSans-Regular-webfont";
  font-size: 12px; }

.saffireMobileSize .multiSocialWidgetTab {
  font-size: 10.2px; }

.multiSocialWidgetTab:hover {
  background: #fff;
  color: #0081d1; }

.twtr-tweet-user {
  font-size: 16px;
  margin-bottom: 15px;
  font-family: "open_sansbold"; }

.twitterFeedItem {
  margin-top: 5px;
  padding-top: 4px;
  clear: both;
  border-top: 1px solid; }

div.twitterFeedItem:nth-of-type(2) {
  border-top: none;
  margin-top: 0; }

.twitterFeedItem:last-child {
  padding-bottom: 8px; }

.twitterWidgetImageLink img {
  max-width: 60px;
  float: left;
  margin-right: 6px;
  margin-bottom: 5px; }

#instafeedContainer > a:hover {
  opacity: 0.75; }

a.multiSocialWidgetTab {
  background: #302b24;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  padding: 8px 11px 7px 11px; }

a.multiSocialWidgetTab.currentTab {
  background: #fff;
  color: #0081d1;
  text-decoration: none;
  cursor: default; }

.multiSocialWidgetContainer {
  background: #fff;
  height: 347px;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 5px;
  position: relative;
  top: 0; }

#instafeedContainer img {
  width: 45%;
  margin-right: 3%;
  margin-left: 2%; }

#multiSocialWidget {
  background: none;
  height: 402px;
  width: 305px; }

.saffireMobileSize #multiSocialWidget {
  margin-left: auto;
  margin-right: auto; }

#facebookfeedContainer {
  overflow: hidden; }

.multiSocialWidgetContainer,
#multiSocialWidget {
  max-width: 100%; }

#rotatingContentWidget {
  height: 20px;
  width: 100%;
  position: relative;
  display: block;
  max-width: 837px;
  margin: 0px auto;
  padding: 0;
  text-align: center; }

.rotatingContentWidgetItemContainer {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0; }
  .rotatingContentWidgetItemContainer img {
    float: left;
    margin: 0px 5px;
    box-sizing: border-box;
    max-width: 837px;
    max-height: 20px; }

#rotatingContentWidget2 {
  height: auto;
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  /* max-width: 558px;*/
  margin: 0 auto 33px;
  padding: 0;
  text-align: center;
  background: transparent; }
  #rotatingContentWidget2 .rotating-widget-item:hover .image-container {
    /*transform: scale(1.1);*/
    cursor: pointer; }
  #rotatingContentWidget2 .widget-item-container {
    display: block;
    width: 100%; }
  #rotatingContentWidget2 .image-container {
    min-height: 234px;
    margin: 3px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    width: 100%;
    max-width: 370px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #rotatingContentWidget2 .image-container .rotating-widget-title {
      color: #fff;
      margin-right: -145px;
      font-size: 27px;
      font-family: 'Rye';
      text-transform: uppercase;
      position: absolute;
      width: 290px;
      display: block;
      top: 50%;
      z-index: 2;
      padding: 5px 0;
      right: 50%;
      border-top: 2px solid rgba(255, 255, 255, 0.8);
      border-bottom: 2px solid rgba(255, 255, 255, 0.8);
      border-left: 2px solid transparent;
      border-right: 2px solid transparent;
      text-align: center;
      line-height: 28px;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

#rotatingContentWidget2 .image-container .rotating-widget-title:after {
  background: transparent url("images/border-design.png") no-repeat scroll center center;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  right: 115px;
  width: 62px; }

#rotatingContentWidget2 .image-container:before {
  content: "";
  display: block;
  width: 370px;
  height: 234px;
  opacity: 0.7;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

#rotatingContentWidget2 .rotating-widget-item:nth-child(1) .image-container:before {
  background: #f53263; }

#rotatingContentWidget2 .rotating-widget-item:nth-child(2) .image-container:before {
  background: #ff4b02; }

#rotatingContentWidget2 .rotating-widget-item:nth-child(3) .image-container:before {
  background: #f7b401; }

#rotatingContentWidget2 .rotating-widget-item:nth-child(4) .image-container:before {
  background: #017623; }

#rotatingContentWidget2 .rotating-widget-item:nth-child(5) .image-container:before {
  background: #39c6f2; }

#rotatingContentWidget2 .rotating-widget-item:nth-child(6) .image-container:before {
  background: #19104f; }

#rotatingContentWidget2 .rotating-widget-item:nth-child(7) .image-container:before {
  background: #f53263; }

#rotatingContentWidget2 .rotating-widget-item:nth-child(8) .image-container:before {
  background: #ff4b02; }

#rotatingContentWidget2 .rotating-widget-item:nth-child(9) .image-container:before {
  background: #f7b401; }

#rotatingContentWidget2 .rotating-widget-item:nth-child(10) .image-container:before {
  background: #017623; }

#rotatingContentWidget2 .rotating-widget-item:nth-child(11) .image-container:before {
  background: #39c6f2; }

#rotatingContentWidget2 .rotating-widget-item:nth-child(12) .image-container:before {
  background: #19104f; }

#rotatingContentWidget2 .rotating-widget-item:nth-child(13) .image-container:before {
  background: #f53263; }

#rotatingContentWidget2 .rotating-widget-item:nth-child(14) .image-container:before {
  background: #ff4b02; }

#rotatingContentWidget2 .rotating-widget-item:nth-child(15) .image-container:before {
  background: #f7b401; }

#rotatingContentWidget2 .rotating-widget-item:nth-child(16) .image-container:before {
  background: #017623; }

#rotatingContentWidget2 .rotating-widget-item .image-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/secondary-overlay.png) no-repeat center/cover; }

#rotatingContentWidget2 .rotating-widget-item .image-container:hover:before {
  background: transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

#rotatingContentWidget2 .image-container:hover .rotating-widget-title {
  background: rgba(0, 0, 0, 0.7);
  border: 2px solid rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

#newrotatingContentWidget {
  height: auto;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  padding: 0;
  background: transparent;
  float: left; }
  #newrotatingContentWidget .rotating-widget-item:hover .rotating-widget-title {
    cursor: pointer;
    color: #d75d9c; }
  #newrotatingContentWidget .widget-item-container {
    display: block;
    width: 100%; }
  #newrotatingContentWidget .image-container {
    margin: 0px;
    display: inline-block;
    background: transparent !important;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    width: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #newrotatingContentWidget .image-container .rotating-widget-title {
      color: #1c56b3;
      margin: 0px 5px;
      font-size: 12px;
      font-family: 'OpenSans-Semibold-webfont';
      text-transform: uppercase;
      width: auto;
      display: inline-block;
      z-index: 2;
      padding: 7px 0px;
      margin-right: 22px; }

/* Star Animation*/
.stars,
.twinkle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -10; }

.stars {
  background: #1c57b5 url("images/stars.png") repeat top center;
  z-index: -1; }

.twinkle {
  background: transparent url("images/twinkling.png") repeat top center;
  z-index: -1;
  -webkit-animation: move-twink-back 200s linear infinite;
  animation: move-twink-back 200s linear infinite; }

.gradient-layer {
  background: -webkit-linear-gradient(top, rgba(24, 86, 162, 0.09) 31%, #08152b 100%);
  background: linear-gradient(to bottom, rgba(24, 86, 162, 0.09) 31%, #08152b 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1; }

.pageIsLoaded .star-lrg {
  background: transparent url("images/Twinkle_Star1.png") no-repeat center/cover;
  position: absolute; }
  .pageIsLoaded .star-lrg:nth-child(n+1) {
    left: 10%;
    top: 58.7%;
    opacity: 0.9;
    -webkit-animation: large-twinkle-1 3s ease infinite alternate;
    animation: large-twinkle-1 3s ease infinite alternate; }
  .pageIsLoaded .star-lrg:nth-child(n+2) {
    left: 21.5%;
    top: 32.7%;
    opacity: 0.6;
    -webkit-animation: large-twinkle-2 5s ease infinite alternate 2s;
    animation: large-twinkle-2 5s ease infinite alternate 2s; }
  .pageIsLoaded .star-lrg:nth-child(n+3) {
    left: 36%;
    top: 43%;
    opacity: 0.2;
    -webkit-animation: large-twinkle-3 1.5s ease infinite alternate 3s;
    animation: large-twinkle-3 1.5s ease infinite alternate 3s; }
  .pageIsLoaded .star-lrg:nth-child(n+4) {
    left: 52.15%;
    top: 60%;
    opacity: 0.9;
    -webkit-animation: large-twinkle-4 2s ease infinite alternate 6s;
    animation: large-twinkle-4 2s ease infinite alternate 6s; }
  .pageIsLoaded .star-lrg:nth-child(n+5) {
    left: 63%;
    top: 33.1%;
    opacity: 0.78;
    -webkit-animation: large-twinkle-5 4s ease infinite alternate;
    animation: large-twinkle-5 4s ease infinite alternate; }
  .pageIsLoaded .star-lrg:nth-child(n+6) {
    left: 89.9%;
    top: 42.15%;
    opacity: 0.9;
    -webkit-animation: large-twinkle-6 2s ease infinite alternate 1.5s;
    animation: large-twinkle-6 2s ease infinite alternate 1.5s; }

@keyframes move-twink-back {
  from {
    background-position: 0 0; }
  to {
    background-position: -10000px 5000px; } }
@-webkit-keyframes move-twink-back {
  from {
    background-position: 0 0; }
  to {
    background-position: -10000px 5000px; } }
@keyframes move-clouds-back {
  from {
    background-position: 0 0; }
  to {
    background-position: 10000px 0; } }
@-webkit-keyframes move-clouds-back {
  from {
    background-position: 0 0; }
  to {
    background-position: 10000px 0; } }
@-webkit-keyframes large-twinkle-1 {
  from {
    width: 0;
    height: 0;
    -webkit-transform: rotate(96deg);
    transform: rotate(96deg); }
  to {
    width: 62px;
    height: 62px;
    -webkit-transform: translateX(-31px) translateY(-31px) rotate(0deg);
    transform: translateX(-31px) translateY(-31px) rotate(0deg); } }
@keyframes large-twinkle-1 {
  from {
    width: 0;
    height: 0;
    -webkit-transform: rotate(96deg);
    transform: rotate(96deg); }
  to {
    width: 62px;
    height: 62px;
    -webkit-transform: translateX(-31px) translateY(-31px) rotate(0deg);
    transform: translateX(-31px) translateY(-31px) rotate(0deg); } }
@-webkit-keyframes large-twinkle-2 {
  from {
    width: 0;
    height: 0;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg); }
  to {
    width: 29px;
    height: 29px;
    -webkit-transform: translateX(-14.5px) translateY(-14.5px) rotate(0deg);
    transform: translateX(-14.5px) translateY(-14.5px) rotate(0deg); } }
@keyframes large-twinkle-2 {
  from {
    width: 0;
    height: 0;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg); }
  to {
    width: 29px;
    height: 29px;
    -webkit-transform: translateX(-14.5px) translateY(-14.5px) rotate(0deg);
    transform: translateX(-14.5px) translateY(-14.5px) rotate(0deg); } }
@-webkit-keyframes large-twinkle-3 {
  from {
    width: 0;
    height: 0;
    -webkit-transform: rotate(-46deg);
    transform: rotate(-46deg); }
  to {
    width: 80px;
    height: 80px;
    -webkit-transform: translateX(-40px) translateY(-40px) rotate(0deg);
    transform: translateX(-40px) translateY(-40px) rotate(0deg); } }
@keyframes large-twinkle-3 {
  from {
    width: 0;
    height: 0;
    -webkit-transform: rotate(-46deg);
    transform: rotate(-46deg); }
  to {
    width: 80px;
    height: 80px;
    -webkit-transform: translateX(-40px) translateY(-40px) rotate(0deg);
    transform: translateX(-40px) translateY(-40px) rotate(0deg); } }
@-webkit-keyframes large-twinkle-4 {
  from {
    width: 0;
    height: 0;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  to {
    width: 80px;
    height: 80px;
    -webkit-transform: translateX(-40px) translateY(-40px) rotate(0deg);
    transform: translateX(-40px) translateY(-40px) rotate(0deg); } }
@keyframes large-twinkle-4 {
  from {
    width: 0;
    height: 0;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  to {
    width: 80px;
    height: 80px;
    -webkit-transform: translateX(-40px) translateY(-40px) rotate(0deg);
    transform: translateX(-40px) translateY(-40px) rotate(0deg); } }
@-webkit-keyframes large-twinkle-5 {
  from {
    width: 0;
    height: 0;
    -webkit-transform: rotate(-29deg);
    transform: rotate(-29deg); }
  to {
    width: 34px;
    height: 34px;
    -webkit-transform: translateX(-17px) translateY(-17px) rotate(0deg);
    transform: translateX(-17px) translateY(-17px) rotate(0deg); } }
@keyframes large-twinkle-5 {
  from {
    width: 0;
    height: 0;
    -webkit-transform: rotate(-29deg);
    transform: rotate(-29deg); }
  to {
    width: 34px;
    height: 34px;
    -webkit-transform: translateX(-17px) translateY(-17px) rotate(0deg);
    transform: translateX(-17px) translateY(-17px) rotate(0deg); } }
@-webkit-keyframes large-twinkle-6 {
  from {
    width: 0;
    height: 0;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg); }
  to {
    width: 44px;
    height: 44px;
    -webkit-transform: translateX(-22px) translateY(-22px) rotate(0deg);
    transform: translateX(-22px) translateY(-22px) rotate(0deg); } }
@keyframes large-twinkle-6 {
  from {
    width: 0;
    height: 0;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg); }
  to {
    width: 44px;
    height: 44px;
    -webkit-transform: translateX(-22px) translateY(-22px) rotate(0deg);
    transform: translateX(-22px) translateY(-22px) rotate(0deg); } }
/* @function name($n) {*/
/*   $value:*/
/*   @return returnValue;*/
/* }*/
#newrotatingContentWidget2 {
  height: auto;
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  /*max-width: 558px;*/
  margin: 0 auto 33px;
  padding: 0;
  text-align: center;
  background: transparent;
  /* .rotating-widget-item:hover .image-container{*/
  /*   transform: scale(1.1);*/
  /* }*/ }
  #newrotatingContentWidget2 .widget-item-container {
    display: block;
    width: 100%; }
  #newrotatingContentWidget2 .image-container {
    min-height: 207px;
    margin-top: 55px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    border: none;
    box-sizing: border-box;
    border: 7px solid rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 0;
    width: 100%;
    max-width: 723px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media screen and (max-width: 723px) {
      #newrotatingContentWidget2 .image-container {
        background-size: cover;
        border-left: 0;
        border-right: 0; } }
    #newrotatingContentWidget2 .image-container .rotating-widget-title {
      color: #fff;
      font-size: 27px;
      font-family: 'Rye';
      text-transform: uppercase;
      position: absolute;
      width: auto;
      max-width: 90%;
      display: block;
      top: 32%;
      left: 50%;
      z-index: 2;
      padding: 5px 10px;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      border-top: 2px solid;
      border-bottom: 2px solid;
      border-color: rgba(255, 255, 255, 0.8);
      text-align: center;
      line-height: 28px; }

#newrotatingContentWidget2 .image-container .rotating-widget-title:after {
  background: transparent url("images/border-design.png") no-repeat scroll center center;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 62px; }

#newrotatingContentWidget2 .rotating-widget-item .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: rgba(57, 198, 242, 0.7) url(images/overlay.png) no-repeat center/100% 100%; }

#newrotatingContentWidget2 .rotating-widget-item .image-container:hover::before {
  background: transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

#newrotatingContentWidget2 .image-container:after {
  content: 'MORE >';
  display: block;
  width: 85px;
  height: 35px;
  background: #eb529e;
  position: absolute;
  top: 72%;
  right: 0;
  left: 0;
  line-height: 32px;
  margin: 0 auto;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'OpenSans-Semibold-webfont';
  font-size: 14px; }

#newrotatingContentWidget2 .image-container:hover:before {
  background: transparent url(images/overlay.png) no-repeat center/100% 100%;
  cursor: pointer; }

#newrotatingContentWidget2 .image-container:hover .rotating-widget-title {
  background: rgba(0, 0, 0, 0.7);
  border: 2px solid rgba(255, 255, 255, 0.8); }

#videoSection {
  display: inline-block;
  vertical-align: top;
  width: 700px;
  max-width: 100%;
  position: relative;
  float: left;
  overflow: hidden; }
  #videoSection.single-video #arrow-container {
    display: none; }

#videoWidget {
  width: 100%;
  height: 0;
  position: relative;
  text-align: center;
  max-width: 700px;
  box-sizing: border-box;
  padding-bottom: 55.1%;
  border: 7px solid rgba(255, 255, 255, 0.5); }
  #videoWidget iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: none !important;
    top: 0;
    left: 0; }
  #videoWidget .video-loading {
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 10px solid rgba(255, 255, 255, 0.2);
    border-top-color: #FFF;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    z-index: 0;
    position: relative;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: calc(50% - 40px); }
  #videoWidget:hover .video-arrow.previous {
    opacity: 1;
    visibility: visible;
    left: 8px; }
  #videoWidget:hover .video-arrow.next {
    opacity: 1;
    visibility: visible;
    right: 8px; }

.video-arrow {
  width: 43px;
  height: 43px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1; }
  .video-arrow.previous {
    background: url(images/videoBack.png) no-repeat center;
    left: -25px;
    opacity: 0;
    visibility: hidden; }
  .video-arrow.next {
    background: url(images/videoForward.png) no-repeat center;
    right: -25px;
    opacity: 0;
    visibility: hidden; }

@media screen and (max-width: 1045px) {
  .homepage #videoWidget {
    margin: 0 auto; }
    .homepage #videoWidget iframe {
      max-width: 100%;
      position: absolute;
      left: 0; } }
#videoList {
  display: none; }

@media screen and (max-width: 400px) {
  .homepage #videoSection {
    margin: 0 auto; }
  .homepage #videoWidget {
    border: none;
    width: 100%; }
    .homepage #videoWidget iframe {
      width: 100%; } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* add custom theme css in this file*/
.large-logo {
  background: transparent url("images/larg-logo.png") no-repeat scroll center center/100% auto;
  float: left;
  height: 50px;
  max-width: 700px;
  margin: 35px 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.saffireLargeSize .quickLinks ul li > a.ticket,
.saffireLargeSize .ticket {
  float: left; }

.advancedrotating-section {
  background: transparent url("images/advancedrotatingcontent-bg.jpg") no-repeat center center/100%;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  overflow: hidden; }

.sponsor-section {
  background: transparent url("images/sponsor-bg.jpg") no-repeat scroll center center/cover;
  height: auto;
  padding: 50px 0;
  width: 100%; }

.sponsor-container {
  margin: 0 auto;
  max-width: 1014px; }

.info {
  font-family: "OpenSans-Bold-webfont";
  font-size: 15px;
  height: 84px;
  margin: 0 auto;
  padding: 6px 0;
  width: 100%;
  max-width: 795px;
  color: #d0d0d0;
  box-sizing: border-box; }

.info-time {
  width: auto;
  margin: 20px;
  font-family: 'Rye';
  font-size: 21px;
  color: #d0d0d0;
  text-transform: uppercase; }

.themed-title {
  width: 100%;
  background: url("http://www.niosa.org/local/NIOSA/App_Themes/NIOSA/images/Header_ThemedAreas.png") center no-repeat;
  height: 115px;
  margin-top: 40px;
  background-size: contain; }

.more-title {
  background: transparent url("images/more-title.png") no-repeat scroll center center;
  height: 117px;
  margin: 0 auto 50px;
  width: 485px; }

.still-slider {
  background: transparent url("images/full-slider-img.jpg") no-repeat scroll center center;
  float: left;
  height: 400px;
  margin: 0;
  width: 652px; }

#multiSocialWidget {
  float: right;
  display: inline-block;
  vertical-align: top; }

.social-feed-container::after {
  content: '';
  display: table;
  clear: both; }

.footer-logo {
  background: transparent url("images/footer-logo.png") no-repeat scroll center center;
  height: 233px;
  margin: 0 auto;
  width: 250px;
  -webkit-transform: rotate(3.6deg);
  transform: rotate(3.6deg); }

.top-nav {
  width: 100%;
  height: 45px;
  background: #39c6f2;
  line-height: 32px; }

.top-nav-container {
  margin: 0 auto;
  position: relative;
  max-width: 1014px; }

.header-menu-container {
  margin: 0 auto;
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
  max-width: 1014px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* Advanced Rotating */
#rotating-container {
  margin: 0 auto;
  max-width: 1510px;
  padding: 40px 0; }

/* Media styling Here */
@media screen and (max-width: 1510px) {
  .advancedrotating-section {
    background-size: cover;
    height: auto; }

  #rotating-container {
    width: 100%;
    text-align: center; } }
.saffireMobileSize #newrotatingContentWidget {
  display: none; }
.saffireMobileSize #customLogo {
  width: 122px;
  height: 112px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.saffireMobileSize a.ticket, .saffireMobileSize a.ticket:hover {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.saffireMobileSize .header {
  padding-bottom: 0; }
  .saffireMobileSize .header .header-menu-container {
    top: 0;
    height: 100%; }
  .saffireMobileSize .header .large-logo {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    float: none;
    width: 100%; }
.saffireMobileSize #siteInfoBannerWidget {
  max-width: 251px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
.saffireMobileSize .info-time {
  color: #FFF; }
.saffireMobileSize .info {
  height: auto;
  color: #FFF;
  background: rgba(175, 175, 175, 0.45); }
.saffireMobileSize .footer {
  background: url(images/mobile-footerbg.jpg) no-repeat center top;
  background-size: cover; }

@media screen and (max-width: 800px) {
  .saffireMobileSize #mainNavigation {
    position: absolute;
    right: 50px;
    top: 0; }

  .homepage .large-logo {
    margin: 0 auto; }

  .top-nav {
    background: transparent; }

  .saffireMobileSize #siteInfoBannerWidget {
    top: 50px; }

  .homepage .slideshowSwiperDescription .sliderTextDescription {
    width: auto;
    text-align: left; }

  .saffireMobileSize.siteInfoBannerOn .header {
    padding-bottom: 0; }

  .saffireMobileSize.homepage .homepageSwiperSlider {
    margin-bottom: 0; }

  #siteInfoBannerWidget #eventDates {
    width: 188px;
    margin: 0 auto; }

  .socialNetworks > a,
  .socialNetworks > span#musicPlayerLink {
    margin-left: 0; }

  .socialNetworks > a,
  .socialNetworks > span {
    height: 40px; }

  .getUpdatesPageEmailModule .textbox {
    padding: 7px; } }
@media screen and (max-width: 540px) {
  body:not(.modalBody) {
    min-width: 310px !important; }

  .saffireMobileSize #siteInfoBannerWidget {
    background: rgba(216, 96, 159, 0.5);
    top: 46%;
    max-width: none;
    padding: 15px 0;
    height: 59px;
    min-height: 0;
    z-index: 10; }
  .saffireMobileSize #customLogo {
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .saffireMobileSize a.ticket,
  .saffireMobileSize a.ticket:hover {
    top: 32%; }

  .large-log {
    background-size: 100%; }

  .more-title {
    width: 100%;
    background-size: 100%;
    margin: 0; }

  .still-slider {
    background-size: 100%;
    height: 310px; }

  #rotatingContentWidget2 .image-container {
    margin: 0; }

  #rotatingContentWidget2 .image-container::before {
    width: 100%; }

  .getUpdatesPageEmailModule .textbox {
    width: 131px; } }
.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.saffireMobileSize .header,
body:not(.homepage).saffireMobileSize .header {
  height: 209px; }
  .siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.saffireMobileSize .header #customLogo,
  body:not(.homepage).saffireMobileSize .header #customLogo {
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.saffireMobileSize .header a.ticket,
  .siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.saffireMobileSize .header a.ticket:hover,
  body:not(.homepage).saffireMobileSize .header a.ticket,
  body:not(.homepage).saffireMobileSize .header a.ticket:hover {
    top: 46%; }

body:not(.homepage).saffireLargeSize .header {
  height: 209px; }

@media screen and (max-width: 1022px) {
  #multiSocialWidget,
  #videoSection {
    float: none;
    display: block;
    margin: 10px auto; }

  #multiSocialWidget {
    max-width: 500px;
    margin-top: 58px;
    width: 100%; } }
body:not(.homepage) .large-logo {
  margin-bottom: 0; }

.footer-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #d0d0d0;
  position: relative;
  bottom: 5px;
  border-radius: 50%;
  margin: 0 10px 0 7px; }

/*# sourceMappingURL=theme.css.map */
