/************************* BODY/CONTAINER ********************/

body {
	margin: 0;
}

.wrapper {
	margin:0 auto;
	position:relative;
}

.content {
	border-top:none;
	min-height:450px;
  padding-top: 25px;
}
main {
	display: block;
}

.caption,
.dialogMediaGallery .galleryTitle {
	color:#fff;
	margin-top: 2px;
}

.dialogMediaGallery .galleryTitle  {
	font-size:1.5em;
}

.textMediaMediaContainer .center {
	text-align:center;
}

/*********************** STANDARD ELEMENTS ********************/
body table {
	font-size:inherit;
}

a {
	text-decoration: underline;
}

p {
	margin-bottom:0;
}

.widget a {
	text-decoration:none;
}

a:hover {
	text-decoration: none;
}

.error {
    color: #94231d;
	font-family: arial;
    font-size: 14px;
    font-weight: bold;
	margin: 15px 0 5px 0;
}

.tiny,
.note,
input {
	font-size:10px;
}

input.textbox {
	border: 1px solid #aaa;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left:2px;
	background-color: #ffffff;
	color: #414040;
    font: 10px/14px Verdana,Arial;
    min-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}


textarea.multi {
	color: #414040;
    font: 10px/14px Verdana,Arial;
    min-width: 179px;
}

select {
	color: #414040;
    font: 10px/14px Verdana,Arial;
}

select.dropdown {
 	padding: 3px 2px;
 	border: 1px solid #aaa;
 	background-color: #ffffff;
 	color: #414040;
    font: 10px/14px Verdana,Arial;
    min-height: 14px;
}

.countrySelectorDropdown select {
	max-width: 100%;
}

.textbox {
	width:179px;
}

.header input.inputFieldTextbox.textbox {
	width: 125px;
}

h1 {
	text-transform: uppercase;
}

h2 {
	text-transform: uppercase;
	margin:15px 0 5px;
}

h2.moduleTitle,
h2.module-heading {
  margin:0.5em 0;
}

h2.sectionHeading {
  padding-left: 1%;
}

h2 a {
}

h2 a:hover {
}

h3 {
	text-transform: uppercase;
	margin:0;
}

.hoverContent.subContainer {
	border:1px solid;
	min-width:300px;
	top:45%;
	left:45%;
	padding:1em;
	background:#fff;
	color:#313131;
}

.customerFee-description.hoverContent.subContainer,
.shippingCharge-description.hoverContent.subContainer {
	width: auto;
	min-width:0;
	bottom:100%;
	right:0;
    left:auto;
    top:auto;
}

.imagebacker {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.imageGalleryViewTitle {
	text-align: center;
}

.sponsorsPageImageGallery .imageGalleryViewItem {
  background: #fff;
  margin: 0 1vw 15px;
  -webkit-box-shadow: 2px 2px 4px #000;
          box-shadow: 2px 2px 4px #000;
}

.textMediaMedia {
	padding:0 2%;
}

.dynamicSponsorPageModule .imageGalleryViewItem {
	max-width: 185px;
}

.photoRight .textMediaMediaContainer,
.photoLeft .textMediaMediaContainer {
	float: right;
	text-align: center;
}

.photoRight .textMediaMediaContainer {
	margin-left: 1%;
}

.photoLeft .textMediaMediaContainer {
	margin-right: 1%;
	float: left;
}

.moduleSmall .photoLeft .textMediaMediaContainer,
.moduleSmall .photoRight .textMediaMediaContainer {
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.photoRight .textMediaMediaContainer .textGalleryPhotoHasThumbs img,
.photoLeft .textMediaMediaContainer .textGalleryPhotoHasThumbs img {
	max-width: -webkit-calc(100% - 50px) !important;
	max-width: calc(100% - 50px) !important;
	display: inline-block;
}

.photoCenter .textMediaMedia {
	width:98%;
	padding: 0;
}

.textMediaPhotoCaption,
.dynamicSponsorCaption {
	margin:18px auto 0;
	width:80%;
	padding-bottom:10px;
	line-height:1.2em;
	font-style:italic;
	text-align:center;
}

.photoRight .textMediaPhotoCaption,
.photoRight .dynamicSponsorCaption,
.photoLeft .textMediaPhotoCaption,
.photoLeft .dynamicSponsorCaption {
	max-width: 425px;
}

.textMediaPhotoCaption {
	margin-top: 3px;
	padding-bottom: 2px;
}

.textMediaVideoTranscript a {
	font-size: 12px;
}

.dynamicImageGridGalleryDescription {
	font-size: 0.9em;
    font-style: italic;
    line-height: 1.4em;
    text-align: center;
    margin-top: 9px;
}

.imageGalleryViewItem .dynamicImageGridGalleryTitle {
	text-align: center;
	margin: 8px 0 -8px;
}

.imageGalleryViewItem .dynamicImageGridGalleryMoreLink {
	margin-top: 0;
}

.dynamicImageGridGalleryMoreLink {
    text-align: center;
}

.pagination {
	text-align:right;
}

.sidepic {
	padding:25px;
	max-width: 100%;
	max-width: -webkit-calc(100% - 50px) !important;
	max-width: calc(100% - 50px) !important;
}

.sidepic iframe {
	max-width: 100%;
}

.headings,
.headingsNoBold,
.notrequired {
}

.arrowLeft {
    border-color: transparent #D4D4D4 transparent transparent;
    border-style: solid;
    border-width: 10px;
    cursor: pointer;
    display: inline-block;
    height: 0;
    width: 0;
    left: 9px;
}

.arrowRight {
    border-color: transparent transparent transparent #D4D4D4;
    border-style: solid;
    border-width: 10px;
    cursor: pointer;
    display: inline-block;
    height: 0;
    width: 0;
    right: 9px;
}

.arrowLeft,
.arrowRight {
    margin: auto;
    position: absolute !important;
    top: 0 !important;
    bottom: 0;
}

.photo-arrow,
.photoArrow {
    margin-top: 0;
    width: 20px;
}


.rightArrow {
    position: absolute;
    right: 3px;
    top: 111px; /* this seems incorrect */
    top: 50%;
}


.leftArrow {
    position: absolute;
    left: 3px;
    top: 111px; /* this seems incorrect */
    top: 50%;
}

.dynamicPageSpacer {
	height: 4px;
}

.ui-autocomplete {
	-webkit-box-shadow: 0 1px 1px #606060;
	-moz-box-shadow: 0 1px 1px #606060;
	box-shadow: 0 1px 1px #606060;
}

/************* BUTTON STYLES *********************/
.button {
	text-decoration: none;
	text-align:center;
}

a.buttonSmall.button {
	padding:0 4px;
}

.countdownButtonAvailableIn {
	font-weight: bold;
}

.countdownButton {
	-webkit-filter:saturate(0.5);
	opacity: 0.6;
}

/***************** CONTAINERS **************************/
.subContainer {
	padding:1%;
}

.subContainer.hr {
	height:1px !important;
	width:100% !important;
	padding:0 !important;
	-webkit-box-shadow:0 0 0 transparent !important;
	-moz-box-shadow:0 0 0 transparent !important;
	box-shadow:0 0 0 transparent !important;

}

.width40 {
	width:40%;
}

.width60 {
	width:56%;
}

#google_translate_element {
	position:absolute;
}

.goog-te-gadget-simple {
	font-size:11px;
}

#google_translate_element a,
#google_translate_element a:hover {
    color: #9B9B9B;
    font: 9px Verdana,Arial !important;
}

a.goog-te-menu-value span {
  border: none !important;
  color: #000;
}

/* ECOM CONTAINERS AND ELEMENTS */
.cartcols {
	width:25%;
	min-width: 310px;
	margin-right:2%;
}

.orderReviewSubheader {
    text-align: right;
}

.cart.subContainer .cartImg {
	margin-right:10px;
	margin-top: 6px;
    width: 75px;
}

.cart.subContainer .description .button {
	margin-right: 5px;
}

.cartViewVertical .cartViewVerticalFees {
    display: none;
    margin-top: 10px;
}

.checkout3 .cartViewVertical .cartViewVerticalFees {
    display: block;
}

.cartViewVertical .subContainer {
    min-width: 290px;
    padding: 8px;
}

.cartViewVertical .subproduct {
    margin-top: 14px;
}

.cartViewVerticalContinueButtonContainer {
	clear: both;
}

.cartViewVerticalContinueButton {
	margin-top: 10px;
}

.cartViewVerticalQtyManagement input.textbox {
	padding-top: 2px;
	padding-bottom: 2px;
}

a.updateButton.buttonSmall,
a.removeButton.buttonSmall,
a.cartMenuRemoveButton.button.buttonSmall {
	font-size: 0.7em;
	padding: 0 2px;
}
.saffireLargeSize .quickLinks ul .viewcart a.cartMenuRemoveButton {
  font-family: 'FontAwesome';
  text-decoration: none;
  font-size: 19px;
}
.cartViewVertical .error {
	font-size: 1em;
}
.cart .button-container {
  margin: 3px 0 0;
}
.carthr {
	height:1px;
	width:100%;
	margin-bottom:5px;
}

.checkoutExpiration .left {
	margin-right:4px;
}

.checkoutSecurityCode input {
	width:6em;
}

.orderhistory th {
	text-align:left;
}

.myShippingAddress,
.myBillingInfo {
    height: 180px;
    margin: 12px 20px 10px 0;
    min-width: 20%;
}

.myShippingButtons,
.myBillingButtons {
	margin-bottom:8px;
}

.orderinfo {
    width: 48%;
    text-align: right;
	position:relative;
}

.customerFee-link,
.shippingCharge-link {
	cursor: pointer;
	display: block;
	text-decoration: none;
}

.isResponsive.saffireMobileSize .cartViewVertical.right {
    float: none;
}

.isResponsive.saffireMobileSize .left.cartcols + .right {
	float: none;
}

.cartNonExpiredMessage,
.cartExpiredMessage {
  background: rgba(0, 0, 0, 0.1);
  padding: 0.5em 2em;
  color: #94231d;
}
.cartMenu .cartNonExpiredMessage,
.cartMenu .cartExpiredMessage {
  left: 0;
  margin: 2px 0;
  padding: 4px;
}
.cartNonExpiredMessage span {
  line-height: 1;
  margin: 0 4px 0 0;
}


/************************* TABS *******************************/
ul.homepageTabs {
	padding:0;
	margin:0;
	list-style-type:none;
	height:33px;
}

ul.homepageTabs li {
	list-style-type:none;
	position:relative;
}

ul.homepageTabs li ul li:not(.navClonedItem) {
	display:block;
	padding:2px 3px;
}

ul.homepageTabs li ul li:hover {
	background: rgba(255,255,255,0.2);
}

.tabs li a {
	text-decoration: none;
	text-transform: uppercase;
	padding:4px 6px 2px;
}

.homepageTabs ul.menu a {
	text-decoration:none;
	text-transform:uppercase;
	white-space:nowrap;
}

.homepageTabs > li > a {
	display: inline-block;
    float: left;
    margin-left: 7px;
    padding: 4px 8px;
    position: relative;
}

.homepageTabs li ul {
	top:98%;
	min-width:150px;
}

.homepageTabs .eventTabSubmenu {
	top:98%;
	left:0;
	z-index:2;
	padding:3px 0 2px;
}

.homepageTabs li:hover .eventTabSubmenu {
	display:block;
}

.homepageTabs .eventTabsSubItem {
	padding:4px 10px 4px 8px;
}

.tabOn,
.tab:hover {
	position:relative;
	top:-4px;
}

.tabOn:after,
.tab:hover:after {
	width:100%;
	height:4px;
	background:inherit;
	content:'';
	position:absolute;
	bottom:-4px;
	left:0;
}

.pressPageTabs ul,
ul.myAccountTabs {
	height: 33px;
}

/******************************* TOP/GLOBAL ITEMS ************************************/
.header {
	position:relative;
}

.nav {
	z-index: 5000 !important;
	position: relative;
}

.nav .groups {
	list-style-type: none;
	padding: 0;
}

.nav .groups .group {
	float: left;
	text-decoration: none;
}

.nav .items,
.nav .subitems {
	float: left;
	margin: 0px;
	padding: 5px 0px 8px 0px;
}

.nav .items {
	top: 98%;
	left: -9%;
}

.nav .subitems {
	left: 99%;
	top: 0%;
}

.nav .item {
	padding: 0;
	margin: 0;
	line-height: 13px;
	text-decoration: none;
	text-transform: capitalize;
	width:180px;
}

.nav .items .item a {
	display: block;
	padding: 8px 10px;
}

.nav .groups .group a {
	text-decoration: none;
}

.nav .items .subitems .item a {
	padding-right:16px !important;
}

.nav .groups .group a:hover {
	text-decoration: none;
}

.nav li[aria-haspopup="true"]:focus-within > ul {
  display: block;
}

/* DATES BANNER */

#siteInfoBannerWidget {
    position: absolute;
}

/* WEATHER BUG */
#weatherBugWidget {
	position:absolute;
}

#weatherBugImage {
    position:relative;
}

#weatherBugDescription {
    display: inline;
}

#customLogo {
    position: absolute;
	z-index:5001;
}

.generalmessage {
	text-align:center;
	height:32px;
	padding-top:8px;
	white-space: nowrap;
}
body.lightbox-showing .generalmessage {
	z-index: 2 !important;
}
body.lightbox-showing {
	overflow: hidden !important;
}
body.lightbox-showing .wrapper::before {
  z-index: 0;
}

.generalmessage a {
	color: inherit;
}

.socialNetworks {
	position: absolute;
}

.header .emailSignup,
.header .searchBox {
    z-index: 5003;
	position: absolute;
}
.header .emailSignup.modalOnly .emailInputField {
	display: none !important;
}
.header .emailSignupText {
    display: none;
}


.emailSignup>div {
	float:left;
}

.emailSignup .emailSignupText {
    margin-bottom: 8px;
}


.searchBox {
	position:absolute;
}

.searchBox > div {
	float:left;
}

.inputFieldSubmit {
	-webkit-border-radius:0 5px 5px 0 !important;
	-moz-border-radius:0 5px 5px 0 !important;
	border-radius:0 5px 5px 0 !important;
}

.inputFieldTextbox {
	-webkit-border-radius:3px 0 0 3px !important;
	-moz-border-radius:3px 0 0 3px !important;
	border-radius:3px 0 0 3px !important;
}

input.inputFieldTextbox {
	border-right: none;
}

.quickLinks {
	position: absolute;
}

.quickLinks ul {
	list-style-type: none;
	margin: 0 8px 0 0;
	padding: 0px;
	float: right;
	z-index:20000;
	position:relative;
}

.quickLinks ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	float: left;
	text-decoration: none;
}

.quickLinks ul li {
	text-transform: capitalize;
}

.ticket {
	padding: 0 0 0 35px;
	height: 20px;
	background:url("../images/icon_ticket.png") no-repeat scroll 7px 1px transparent;
}

.ticket:hover {
	background:url("../images/icon_ticket_on.png") no-repeat scroll 7px 1px transparent;
}

.quickLinks ul li a {
	text-decoration: none;
}

.quickLinks ul li a:hover {
	text-decoration: none;
}

.quickLinks ul .viewcart a {
	text-decoration: underline;
}

.quickLinks ul .viewcart a.button,
.quickLinks ul .viewcart a:hover {
	text-decoration: none;
}

.directionsPin {
	display: none;
}

.directionsPin svg {
	height: 26px;
	width: 14px;
}

.cartMenu {
	padding:5px;
	left: auto;
	right: 0;
}

.cartNavItem {
	width:350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 10px;
}

.cartNavItem .subproduct {
  margin-top: 14px;
}

.cartNavItemSection.cartNavItemSectionProductImage {
	float:left;
	padding-top:10px;
}

.cartNavItemSection.cartNavItemSectionProductDetails {
	border-bottom:1px solid;
	padding:0px;
  padding-bottom: 12px;
}

.cartNavTotal,
a.cartMenuRemoveButton,
a.cartMenuCheckoutButton {
	float:right;
}

a.cartMenuRemoveButton.button {
	font-size: 0.7em;
    line-height: normal;
    padding: 4px;
}

.quickLinks ul li {
	margin-left:11px;
}

.quickLinks ul li img.socialNetworkIcon {
	display:block;
}

.quickLinks ul li.socialLinks {
    position: absolute;
}

.emailSignup .textbox {
	background-position:right center;
	border-right: 0;
	position:relative;
	padding-right:16px;
	background-image:url(../images/lock.png);
	background-repeat:no-repeat;
}

/* MUSIC PLAYER */
#musicPlayerLink {
    display: block;
    float: left;
    margin-right: 7px;
    outline: medium none;
    position: relative;
    background: url("../images/music-btn.png") no-repeat scroll right 0;
    background-size: contain;
    height: 22px;
    width: 22px;
}

#musicPlayerLink:hover {
    cursor: pointer;
}

#musicPlayerDropdown {
    display: none;
    position: absolute;
    width: auto;
    background: #fff;
    right: 0;
    top: 21px;
}

#musicPlayerLink:hover #musicPlayerDropdown {
    display: block;
    z-index: 90000000;
}

#musicPlayerDropdown a {
    display: block;
    line-height: 1em;
    padding: 3px;
    white-space: nowrap;
    width: auto;
    text-decoration: none;
}

#musicPlayer {
	margin-left: 20px;
	width: 329px;
	background: none !important;
}

#musicPlayer .saffireMusicControlPlay {
	background: url(../images/music-player-play.png) no-repeat;
	width:18px;
	height: 20px;
	cursor: pointer;
}

#musicPlayer .saffireMusicControlPause {
	background: url(../images/music-player-pause.png) no-repeat;
	width:18px;
	height: 20px;
	cursor: pointer;
}

#musicPlayer .saffireMusicControlRew {
	background: url(../images/music-player-back.png) no-repeat;
	width:20px;
	height: 21px;
	cursor: pointer;
}

#musicPlayer .saffireMusicControlFwd {
	background: url(../images/music-player-forward.png) no-repeat;
	width:18px;
	height: 20px;
	cursor: pointer;
}

#musicPlayer .saffireMusicTracker {
	clear: left;
    cursor: pointer;
    height: 7px;
    margin-top: 5px;
    width: 64px;
	background: #c5c5c5;
    -webkit-box-shadow: 0 0 3px #000;
    -moz-box-shadow: 0 0 3px #000;
    box-shadow: 0 0 3px #000;
}

#musicPlayer .ui-slider-range {
	height: 6px;
}

#musicPlayer .saffireMusicControls,
#musicPlayer .saffireMusicMarquee {
	float: left;
}

#musicPlayer .saffireMusicMarquee {
	height: 42px;
    margin-left: 6px;
    overflow: hidden;
    position: relative;
    width: 246px;
}

#musicPlayer .saffireMusicControls > div {
	float: left;
}

#musicPlayer .saffireMusicMarquee > div > div {
	display: inline-block;
}

#musicPlayer .saffireMusicMarquee > div {
	position: absolute;
	left:0;
	top: auto;
	margin-top: 3px;
	white-space: nowrap;
	width: auto;
}

#musicPlayer .saffireMusicControls > div {
	margin-right: 3px;
}

#musicPlayer .saffireMusicPlaylist {
	position: absolute;
	top: -3000px;
}

#musicPlayer .musicPlayerHidden {
	display: none;
}

#musicPlayer .musicPlayerVisible {
	display: block;
}

#musicPlayer .saffireMusicVolume {
	background: #c5c5c5;
    -webkit-box-shadow: 0 0 3px #000;
    -moz-box-shadow: 0 0 3px #000;
    box-shadow: 0 0 3px #000;
    position: relative;
    top: 3px;
    width: 300px;
}

#musicPlayer .saffireMusicVolume .ui-slider-handle {
	background-color: #626262 !important;
    height: 13px;
    position: absolute;
    top: -5px;
    width: 7px;
    border: 1px solid #bababa;
}

/****************** WIDGETS ***************/

/* WIDGET GENERAL */
.widget h1 {
	margin:0 0 4px;
}

 /* EVENT MEDIA */
.EventMediaModule {
  /*max-width: 480px;*/
  margin-left: 0;
  margin-right: auto;
  padding-bottom: 10px;
}
.EventMediaModule::after {
  content: '';
  display: table;
  clear: both;
}

.homepageContent {
	position:relative;
}

.EventMediaModule .align-right,
.BusinessMediaModule .align-right {
  text-align: right;
}

.entityContainer.oneColumn .EventMediaModule .align-right,
.entityContainer.oneColumn .BusinessMediaModule .align-right {
  text-align: center;
}

.EventMediaModule .align-left,
.BusinessMediaModule .align-left {
  text-align: left;
}
.EventMediaModule .align-left .media-container,
.BusinessMediaModule .align-left .media-container {
  margin-left: 0;
}
.EventMediaModule .align-center,
.BusinessMediaModule .align-center {
  text-align: center;
}

.EventMediaModule .no-image-share-tool,
.BusinessMediaModule .no-image-share-tool {
    margin-left: auto;
    margin-right: auto;
    width: 225px;
    text-align: center;
    height: 84px;
    margin-top: 1em;
    background: rgba(0,0,0,0.03);
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

/* SLIDESHOW */
#slideshowWidget #slideshowSlider {
	list-style: none;
}

#slideshowWidget {
	overflow:hidden;
}

#slideshowWidget.fullWindowSlideshow {
	position: absolute;
}

#slideshowWidget.fullWindowSlideshow .anythingSlider .anythingWindow {
	overflow: visible !important;
}

#slideshowWidget.fullWindowSlideshow .slideshowItem.panel {
	opacity: 0.4;
	position: relative;
}

#slideshowWidget.fullWindowSlideshow .slideshowItem.panel.activePage {
	opacity: 1;
}

#slideshowWidget .arrow {
	display:none !important;
}

#slideshowWidget #slideshowTitle {
	position:absolute;
	z-index:2;
	white-space:nowrap;
}

#slideshowWidget #slideshowMainTitle {
	display:none;
}

#slideshowWidget .slideshowTitle {
	display:block;
}

#slideshowWidget .slideshowTextContainer {
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
}

#slideshowWidget .anythingSlider-default .anythingControls ul a {
	margin:0 5px 0 0;
}

#slideshowWidget .anythingControls {
	display: block;
	width:auto;
	position:absolute;
	z-index:600
}

#slideshowWidget .start-stop {
	display:block;
}

#slideshowWidget .slideshowMoreButton,
#slideshowWidget .buyNowButton {
	display:block;
	position:absolute;
	z-index:700;
}

#slideshowWidget .slideshowItem {
	width:547px;
}

/* CAROUSEL */
.leftCarouselImageHidden {
	width:72px;
	height:72px;
	left:-400px;
	right:auto;
	top:40px;
}

.rightCarouselImageHidden {
	width:72px;
	height:72px;
	right:auto;
	left:1000px;
	top:40px;
}

.excitingEventsCarousel {
	margin:0 auto;
}

#excitingEventsTitleContent {
	display:block;
}

.carouselContainer {
	overflow:hidden;
	float:left;
}

.carouselImage {
	width:150px;
	height:150px;
	padding:2%;
}

.carouselImage.secondCarouselImage {
	left:79px;
	top:0;
}

.carouselImage.firstCarouselImage {
	width:72px;
	height:72px;
	top:40px;
	left:15px;
}

.carouselImage.thirdCarouselImage {
	width:72px;
	height:72px;
	top:40px;
	left:220px;
}

#excitingEventsCarousel {
	overflow:hidden;
	position:absolute;
}

a.carouselLearnMore {
	text-align:center;
	padding:3px 4px;
}

#eventCarouselMusicLink a {
	position:absolute;
	z-index:10;
	text-align:center;
	text-decoration:none;
}

/* EVENT LIST */
#excitingEventsList {
	position:absolute;
}

#eventListPaginationContainerContainer {
	width:100%;
	position:absolute;
	text-align:center;
}

#eventListPaginationIconContainer {
	display:inline-block !important;
}

#eventListPaginationIconContainer .eventListPaginationIcons {
	float:left;
	margin:0 2px;
}

#eventListPagination {
	position:absolute;
	width:100%;
}


.eventListPage a {
 	text-decoration:none;
}

.eventListTitle {
    display: block;
}

#eventListPaginationText {
    display: block;
    position: absolute;
}

#eventListForward {
    border-style: solid;
    border-width: 6px 0 6px 10.4px;
    cursor: pointer;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

#eventListBack {
    border-style: solid;
    border-width: 6px 10.4px 6px 0;
    cursor: pointer;
    height: 0;
    position: absolute;
    width: 0;
}

#eventListMoreEvents a {
	text-decoration:none;
	cursor:pointer;
}

#excitingEventsList .eventListPage a {
	text-decoration:none;
}

#eventFilters .plannerButton {
	margin-top: 10px;
  text-align: left;
}

/* SPONSORS */
#sponsorWidgetContainer {
	position:absolute;
}

#majorSponsorImageContainer {
	padding-right:12px;
    position: absolute;
    text-align: center;
    z-index: 1;
    display:block;
  	display: -webkit-box;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
  	-webkit-box-pack: center;
	-webkit-justify-content:center;
  	-webkit-box-align: center;
	-moz-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	align-items:center;
	-ms-flex-pack: center;
	-ms-flex-line-pack: stretch;
	-ms-flex-align: center;
	min-height: 35px;
}
/*
.sponsorWidgetContainerMajorSponsor #sponsorLogoSection {
	width:495px;
	padding:10px;
}
*/
#sponsorArrowRight span {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	display:block;
}

#sponsorArrowLeft span {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 8px 5px 0;
	display:block;
}

.sponsorArrow:hover {
	cursor:pointer;
}

#sponsorArrowLeft {
	position:absolute;
	z-index:2;
	display:block;
}

#sponsorArrowRight {
	position:absolute;
	z-index:2;
	display:block;
}

#majorSponsorTitleContainer {
    text-align:center;
	position:absolute;
	white-space:nowrap;
}

#majorSponsorTitleContainer .homepageh1 {
	padding:0 3px;
}

#sponsorsTitleContainer {
    text-align:left;
	position:absolute;
	white-space:nowrap;
}

#sponsorsTitleContainer .homepageh1 {
	padding:0 3px;
}


#sponsorWidgetContainer.notScrollingLogos #sponsorLogoSection #sponsorCarouselContainer #sponsorCarouselImageContainer {
	text-align: center;
	width: 100% !important;
	overflow: visible !important;
}
#sponsorWidgetContainer.notScrollingLogos #sponsorLogoSection #sponsorCarouselContainer #sponsorCarouselImageContainer a {
	display: inline-block;
	float: left;
}
#sponsorWidgetContainer.notScrollingLogos #sponsorLogoSection #sponsorCarouselContainer .sponsorCarouselImage {
	display: inline-block;
	float: left;
}

/* New saponsors CSS */
.sponsorWidgetContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden; }
  .sponsorWidgetContainer .sponsorCarouselImage {
    position: relative; }
  .sponsorWidgetContainer:not(.animate) ~ #sponsorArrowRight.sponsorArrow, .sponsorWidgetContainer:not(.animate) ~ #sponsorArrowLeft.sponsorArrow {
    display: none; }
  .sponsorWidgetContainer:hover .sponsorCarouselImageContainer {
    -webkit-animation-play-state: paused;
    animation-play-state: paused; }
  .sponsorWidgetContainer.never-animate {
    width: 100%; }
    .sponsorWidgetContainer.never-animate .sponsorCarouselImageContainer {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      width: 100%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }


/* Sponsor Controls Container -- Play/Pause Button */
.sponsorWidgetContainer	.sponsor-controls-container:focus-within {
  bottom: 3px;
  opacity: 1;
  transition: 0.2s;
  pointer-events: auto;
}
.sponsorWidgetContainer.sponsors-paused .sponsorCarouselImageContainer {
	animation-play-state: paused;
}
.sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:before {
	content: 'Resume';
}
.sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:after {
	content: '\f04b';
	padding-left: 2px;
}
.sponsorWidgetContainer:hover .sponsor-controls-container {
	bottom: 3px;
	opacity: 1;
	transition: 0.2s;
	pointer-events: auto;
}

.sponsor-controls-container {
	box-sizing: border-box;
	position: absolute;
	bottom: -33px;
	left: 50%;
	transform: translate(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 30px;
	background: #fff;
	box-shadow: 0 0px 5px 1px rgba(0,0,0,0.5);
	z-index: 999;
	transition: 0.2s;
	opacity: 0;
	pointer-events: none;
}
.sponsor-controls-container .sponsor-playpause-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0 0 0 10px;
	border: none;
	background: #fff;
	color: #111;
	width: 100%;
	height: 100%;
	text-align: center;
	cursor: pointer;
}
.sponsor-controls-container .sponsor-playpause-btn:before {
	content: 'Pause';
	display: inline-block;
	width: 50px;
	font-size: 14px;
	line-height: 1;
	color: #111;
	text-align: center;
}
.sponsor-controls-container .sponsor-playpause-btn:after {
	content: '\f04c';
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	text-align: center;
	padding-left: 1px;
	width: 30px;
	height: 100%;
	font-family: "FontAwesome";
	font-size: 15px;
	color: #111;
}
/* END -- Sponsor Controls Container -- */


#majorSponsorImageContainer.majorSponsorImage {
  position: relative;
  margin-bottom: 5px;
  bottom: 0; }

.majorSponsor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.sponsorCarouselImageContainer {
  -webkit-perspective: 0;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden; }

.animate .sponsorCarouselImageContainer {
  -webkit-animation-name: move-left;
  animation-name: move-left;
  -webkit-animation-duration: inherit;
  animation-duration: inherit;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.animate.animate-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  .animate.animate-right .sponsorCarouselImageContainer {
    -webkit-animation-name: move-right;
    animation-name: move-right; }
.animate .sponsorCarouselImageContainer {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
.animate.changing-direction .sponsorCarouselImageContainer {
  opacity: 0;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.sponsorCarouselImageContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 99%;
  max-width: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 7px 0; }

.sponsorCarouselImageContainer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .sponsorCarouselImageContainer a.no-link {
    cursor: default; }

@-webkit-keyframes move-left {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes move-left {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@-webkit-keyframes move-right {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes move-right {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

/* EVENT SLIDES */
#excitingEventsSlides {
	position:absolute;
}

#excitingEventsSlides .anythingSlider-default .anythingControls ul a {
	margin:0 2px 0 0;
}

#excitingEventsSlides .anythingControls {
	display: block;
	width:auto;
	position:absolute;
	z-index:600
}

#excitingEventsSlides .start-stop {
	display:block;
}

#excitingEventsSlides .slideshowMoreButton {
	display:block;
	position:absolute;
	z-index:700;
}

.excitingEventsSlidesTextAnchor .slideshowTitle {
	text-decoration: underline;
}

/************************** PAGE-SPECIFIC/OTHER ITEMS *******************************/
.starlist,
.pdflist {
	list-style-type:none;
	padding:0 0 0 1%;
}

.starlist li,
.pdflist li {
	padding-left:25px;
}

.sponsorBulletListContainer > table {
	width:100%;
}

.sponsorBulletListContainer ul.starlist {
	margin:2px 0;
}

.sponsorBulletListContainer ul.starlist li {

}

.listingItemName {
	font-weight:bold;
	padding-right: 1%;
    width: 65%;
	display: flex;
}

.ticketsDealsListingLeftContainer {
	width: 84%;
}

.ticketsDealsListingItemDetailContainer {
  /*  margin-top: 21px;*/
}


.listingItem .costDescription {
	font-weight: bold;
}

.listingItem .description {
	font-weight: normal;
}

.listingItem .baseProductsDetail {
  box-sizing: border-box;
	width: 100%;
  height: auto;
  max-height: 150px;
  padding: 20px 0;
  overflow-y: auto;   
  font-size: 12px;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */

#buy.itemModule {
	scroll-margin: 150px; /* to help with jump links */
}

.listing-item .viewDetails.show-details {
  width: 100%;
}

.listingItem .baseProductsDetail {
  box-sizing: border-box;
  margin: 0;
  padding: 15px 20px;
  background: rgba(0,0,0,0.05);
  width: 100%;
}
.saffireMobileSize .listingItem .baseProductsDetail {
  padding: 10px 15px;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////// */

.listingItem .viewDetails {
  width: 100%;
}

.listingItem .viewDetails > a {
  display: block;
  margin: 1em 0;
}

.listingItem .baseProductsDetail {
  display:none;
}
.listingItem .baseProductsDetailPanel {
  margin: 0 0 1em 0;
  line-height: 1.5;
  padding: 0;
}

.listingItem .baseProductsDetailPanel:nth-last-child(1) {
  margin: 0;
}
.checkout-cart__product .baseProductsDetailPanel span,
.listingItem .baseProductsDetailPanel span {
  display: block;
  font-size: 1em;
}
.listingItem .baseProductsDetailPanel span:first-child {
  font-weight: 700;
}

.listingItem .viewDetails.show-details .baseProductsDetail {
   display: block !important;
}

.listingItem .baseProductsDetailPanel__price-type {
  display: flex;
  margin-left: 2em;
}
.listingItem .baseProductsDetailPanel__price-type span {
  font-weight: 400 !important;
}
.listingItem .baseProductsDetailPanel__price-type div {
  display: inline-flex;
  width: 3em;
}

.checkout-cart .viewDetailsListContainer {
    display: none;
}

.checkout-cart .show-details .baseProductsDetail {
    display: block !important;
}

.cartNavItem .baseProductsDetail {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    max-height: 16em;
    padding: 20px 0;
    overflow-y: auto;
}

.cartNavItem .baseProductsDetail {
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.25);
}

.cartNavItem .baseProductsDetail {
    display: none;
}

.cartNavItem .baseProductsDetailPanel {
    margin: 0 0 5px 0;
    padding: 0;
}

.cartNavItem .baseProductsDetailPanel:nth-last-child(1) {
    margin: 0;
}

.cartNavItem .baseProductsDetailPanel span {
    display: block;
    font-size: 12px;
}

.cartNavItem .baseProductsDetailPanel span:first-child {
    font-weight: 700;
}

.cartNavItem .viewDetails.show-details .baseProductsDetail {
display: block !important;
}

.cart-product .baseProductsDetail {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    max-height: 220px;
    padding: 20px 0;
    overflow-y: auto;
}

.cart-product .baseProductsDetail {
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.25);
}

.cart-product .baseProductsDetail {
    display: none;
}

.cart-product .baseProductsDetailPanel {
    margin: 0 0 5px 0;
    padding: 0;
}

.cart-product .baseProductsDetailPanel:nth-last-child(1) {
    margin: 0;
}

.cart-product .baseProductsDetailPanel span {
    display: block;
    font-size: 12px;
}

.cart-product .baseProductsDetailPanel span:first-child {
    font-weight: 700;
}

.cart-product .viewDetails.show-details .baseProductsDetail {
    display: block !important;
}


.dynamicPageItemImageContainer {
	display: inline-block;
    float: left;
    margin-right: 6px;
    min-width: 50px;
}


.listingItemName {
	font-weight:bold;
}

.listingItem .listingItemName {
	min-height: 50px;
}

.isResponsive.saffireMobileSize .ticketsDealsListingLeftContainer .listingItemName > a {
	clear: both;
  display: block;
}

.listingItem .moduleItemButtonOutlook {
	display: inline;
}
.listingItem .moduleItemButtonOutlook .add-to-calendar {
	display: inline-block;
}
.listingItem .purchaseOptions {
	display: flex;
	align-items: center;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: right;
}
.moduleSmall .listingItem .purchaseOptions,
.moduleMedium .listingItem .purchaseOptions {
	flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
}
.listingItem .purchaseOptionItems {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.listingItem .inventoryThresholdMessage {
  font-style: italic;
}

.listingItem .purchaseOption {
  display: flex !important;
  justify-content: flex-end;
  margin-bottom: 5px;
}
.moduleSmall .listingItem .purchaseOption,
.moduleMedium .listingItem .purchaseOption {
  margin-bottom: 1em;
  flex-direction: column;
  align-items: flex-start;
}
.listingItem .purchaseOption select {
	margin-left: 5px;
}
.moduleSmall .listingItem .purchaseOption select,
.moduleMedium .listingItem .purchaseOption select {
	margin-left: 0;
}
.listingItem .purchaseOptions .moduleItemBuyNowButton {
	flex-shrink: 0;
	margin-left: 5px;
	align-self: flex-start;
}
.moduleSmall .listingItem .purchaseOptions .moduleItemBuyNowButton,
.moduleMedium .listingItem .purchaseOptions .moduleItemBuyNowButton {
  margin-left: 0;
}
.moduleSmall .listingItem .purchaseOptionItems,
.moduleMedium .listingItem .purchaseOptionItems {
	justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}

.listingItem .listing-item-left {
	flex: 2;
}
.listingItem .listing-item-right {
	flex-shrink: 0;
	margin-left: 15px;
}



@media screen and (min-width: 579px) {
	.moduleSmall .listingItem {
		flex-wrap: wrap;
	}
	.moduleSmall .listingItem .itemImageContainer {
		flex: 1 1 100%;
		padding-left: 15px;
	}
	.moduleSmall .listingItem .moduleItemBuyNowButton,
	.moduleMedium .listingItem .moduleItemBuyNowButton {
		margin-top: 5px;
	}
}

.desktopStyle .moduleSmall .listingItem {
	flex-wrap: wrap;
}
.desktopStyle .moduleSmall .listingItem .itemImageContainer {
	flex: 1 1 100%;
	padding-left: 15px;
}
.desktopStyle .moduleSmall .listingItem .moduleItemBuyNowButton {
	margin-top: 5px;
}

.moduleSmall .listingItem .listing-item-left,
.moduleMedium .listingItem .listing-item-left,
.saffireMobileSize .listingItem .listing-item-left {
	flex: 1 1 100%;
}
.moduleSmall .listingItem .listing-item-right,
.moduleMedium .listingItem .listing-item-right,
.saffireMobileSize .listingItem .listing-item-right {
	display: flex;
	flex: 1 1 100%;
	margin-left: 0;
	margin-top: 10px;
}
.saffireMobileSize .listingItem .purchaseOptionItems {
	align-items: flex-start;
}
.saffireMobileSize .listingItem .purchaseOption {
	flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1em;
}
.saffireMobileSize .listingItem .purchaseOption select {
	order: 1;
	margin-left: 0;
	margin-right: 5px;
}
.saffireMobileSize .listingItem .purchaseOption > span:nth-child(1) {
	order: 3;
}
.saffireMobileSize .listingItem .purchaseOption > span:nth-child(2) {
	order: 2;
}
.saffireMobileSize .listingItem .purchaseOptions {
	flex-direction: column;
	align-items: flex-start;  
  max-width: 100%;
  text-align: left;
}
.saffireMobileSize .listingItem .purchaseOptions .freeFormPriceInputContainer {
	display: block;
	margin-bottom: 5px;
}
.saffireMobileSize .listingItem .purchaseOptions .moduleItemBuyNowButton {
	margin-left: 0;
}

.formDropdown select {
	max-width: 187px;
}

.formModuleItemContainer .purchaseOption {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.formModuleItemContainer .freeFormPriceInputContainer {
	display: inline-block;
	margin-bottom: 5px;
}
.formModuleItemContainer .purchaseOption select {
	margin-right: 5px;
	order: 1;
}
.formModuleItemContainer .purchaseOption > span:nth-child(1) {
	order: 3;
}
.formModuleItemContainer .purchaseOption > span:nth-child(2) {
	order: 2;
}

.seat-type-info,
.purchaseOption-item-info {
	position: relative;
}
.seat-type-info span,
.purchaseOption-item-info span {
	display: none;
}
.seat-type-info:before,
.purchaseOption-item-info:before {
	content: "\f05a";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: inherit;
	color: inherit;
	margin: 0 5px;
	padding: 0 5px;
	text-decoration: none;
	line-height: 1.4;
}
.seat-type-info:hover,
.purchaseOption-item-info:hover {
	cursor: pointer;
}
.seat-type-info:hover span,
.purchaseOption-item-info:hover span {
	box-sizing: border-box;
	display: block;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: auto;
	width: 200px;
	padding: 5px 10px;
	background: #f1f1f1;
	font-size: 12px;
	color: #333;
	border: 1px solid #333;
}
@media screen and (max-width: 500px) {
	.purchaseOption-item-info:hover span {
		left: auto;
		right: 0;
	}
	.seat-type-info:hover span {
		left: auto;
		right: auto;
	}
}


.saffireMobileSize .listingItemName {
	width: 100%;
	float: none !important;
}

.listing .arrowup,
.listing .arrowup_on,
.listing .arrowdown,
.listing .arrowdown_on {
	border-style: solid;
	border-width: 5px;
	width: 0;
	height: 0px;
}

.listing .arrowup {
	margin: 5px 3px 0 6px;
}

.listing .arrowup_on {
	margin: 5px 3px 0 6px;
}

.listing .arrowdown {
	margin: 0;
}

.listing .arrowdown_on {
	margin: 0;
}

/* EVENT LISTING PAGE */
@media screen and (max-width: 420px) {
  .galleryView .dayContainerItems {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 388px) {
  .galleryView .dayContainerItems {
    display: block;
  }
}

@media screen and (max-width: 420px) {
  .galleryView .galleryItemsContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 388px) {
  .galleryView .galleryItemsContainer {
    display: block;
  }
}

/* #eventScheduleContent .dayContainer {
  background: red;
} */

.galleryItem {
	width:170px;
}

.expandedView .expandedViewEventNameDescription,
.expandedView .expandedViewEventNameDescription a {
	color:#000;
}

.galleryViewItem {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

.galleryView .eventExternalLink {
	position: absolute;
	background: #fff;
	border:1px solid #e2e2e2;
	border-top: none;
	border-right: none;
	float: right;
	padding: 5px;
	right: 0;
	top: 0;
}

.galleryView .listView .eventExternalLink {
    float: right;
    position: static;
    border:none;
}

.dateDisplayBar {
	margin-bottom:12px !important;
}

.filter-list .selectedEventItem > a {
  display: list-item;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.1)),to(rgba(0,0,0,0.1)));
	background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
#eventFilterList .allTags.listingTag {
	padding-left: 20px;
}
#eventFilterList .allTags.selectedEventItem.listingTag {
	padding-left: 0;
}

#eventFilterList .selectedEventItem.allTags>a {
	padding-left: 20px;
}

.eventSubCategory.selectedEventItem {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.1)),to(rgba(0,0,0,0.1)));
	background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}


#eventScheduleContent .itemContainer {
	background-color: #FFF;
	color:#5E8CBC;
}

#eventScheduleContent.calendarView.expandedView .galleryItem {
	margin-left: 0;
	margin-right: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
}
#eventScheduleContent.calendarView.expandedView .dayContainer {
	padding: 0 5px;
}

.saffireMobileSize #eventScheduleContent.calendarView.expandedView .dayContainer {
	display: none;
}
.saffireMobileSize #eventScheduleContent.calendarView.expandedView .dayContainer.show-date {
	display: block;
}

.saffireLargeSize #eventScheduleContent.calendarView.expandedView .dayContainer {
	display: none;
}

.listingPageLocationDetails span {
    display: block;
}

div.eventItemCategory0 {
	border: 2px solid #efcbc8;
}
div.eventItemCategory1 {
	border: 2px solid #f5d970;
}
div.eventItemCategory2 {
	border: 2px solid #aff8b1;
}
div.eventItemCategory3 {
	border: 2px solid #e3f0fe;
}
div.eventItemCategory4 {
	border: 2px solid #d9b9f6;
}
div.eventItemCategory5 {
	border: 2px solid #ffc794;
}
div.eventItemCategory6 {
	border: 2px solid #fff99a;
}
div.eventItemCategory7 {
	border: 2px solid #9ba0ff;
}
div.eventItemCategory8 {
	border: 2px solid #ff9688;
}
div.eventItemCategory9 {
	border: 2px solid #74acff;
}

.expandedViewEventDateBox.eventItemCategory0 {
	/*background-color: #efcbc8;*/
	border:none;
}
.expandedViewEventDateBox.eventItemCategory1 {
	/*background-color: #f5d970;*/
	border:none;
}
.expandedViewEventDateBox.eventItemCategory2 {
	/*background-color: #aff8b1;*/
	border:none;
}
.expandedViewEventDateBox.eventItemCategory3 {
	/*background-color: #e3f0fe;*/
	border:none;
}
.expandedViewEventDateBox.eventItemCategory4 {
	/*background-color: #d9b9f6;*/
	border:none;
}
.expandedViewEventDateBox.eventItemCategory5 {
	/*background-color: #ffc794;*/
	border:none;
}
.expandedViewEventDateBox.eventItemCategory6 {
	/*background-color: #fff99a;*/
	border:none;
}
.expandedViewEventDateBox.eventItemCategory7 {
	/*background-color: #9ba0ff;*/
	border:none;
}
.expandedViewEventDateBox.eventItemCategory8 {
	/*background-color: #ff9688;*/
	border:none;
}
.expandedViewEventDateBox.eventItemCategory9 {
	/*background-color: #74acff;*/
	border:none;
}

span.eventItemCategory0 {
	background:#efcbc8;
}
span.eventItemCategory1 {
	background:#f5d970;
}
span.eventItemCategory2 {
	background:#aff8b1;
}
span.eventItemCategory3 {
	background:#e3f0fe;
}
span.eventItemCategory4 {
	background:#d9b9f6;
}
span.eventItemCategory5 {
	background:#ffc794;
}
span.eventItemCategory6 {
	background:#fff99a;
}
span.eventItemCategory7 {
	background:#9ba0ff;
}
span.eventItemCategory8 {
	background:#ff9688;
}
span.eventItemCategory9 {
	background:#74acff;
}

.dateDisplayBar {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 18px;
		line-height: 1;
}


#eventScheduleLoading {
    background-color:#fff;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	border:2px solid #A6A6A6;
}

.viewMode {
  border-radius: 4px;
  color: #225D9E;
  padding: 0 6px;
  text-align: left;
  width: 16px;
  vertical-align: middle;
}

.viewMode.modeSelected{
	background-color: #A49E73;
	background-color:rgba(0,0,0,0.1);
	-webkit-filter: none;
	        filter: none;
}

.itemDetailContainer {
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	border:2px solid #a6a6a6;
	-moz-box-shadow:    2px 4px 6px 1px #606060;
  	-webkit-box-shadow: 2px 4px 6px 1px #606060;
  	box-shadow:         2px 4px 6px 1px #606060;
}



.keywordSearch {
    -webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	color:#a4a4a4;
	font-size:13px;
}

.keywordSearch.keywordSearchBorder {
	border:1px solid #dfdfdf;
}

.currentlyViewingDate {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	color:#a4a4a4;
	font-size:13px;
}

.currentlyViewingDate.currentlyViewingDateBorder {
	border:1px solid #dfdfdf;
}

#eventDateList, #eventDateList li {
	color:#215c9d;
}

.scroll-panel li a {
  display: block;
	color:#215c9d;
	font-size:12px;
	text-decoration:none;
}

.scroll-panel li:hover {
	background:#cbdfe2;
}

.scroll-panel ul:not(#eventDateList) a {
  text-transform: uppercase;
}

#eventFilterOptions>li:hover {
	background:#cbdfe2;
}

.directoryFilters .filter {
	background: #fff;
}

.fourCorners {
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

#searchEventsInput {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color:#a4a4a4;
	font-size:13px;
	border:1px solid #DFDFDF;
}

.eventListCalendarView #eventFilterList {
	margin-top: 3px !important;
}

#eventFilterList li {
	text-transform:uppercase;
}

#eventFilterList a {
	text-decoration:none;
}

li.filterBy {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#eventFilterOptions {
	background:#fff;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.filterByHover {
	background:#fff;
}

#eventFilterList li.eventSubCategory a {
  font-size: 11px !important;
  text-transform: capitalize;
	line-height:12px;
}

.mimicSquare {
	background:#225D9E;
}

.selectedEventCategoryFilter {
	background:#dbdede;
}

.ui-slider-handle.ui-state-active,
.ui-slider-handle:hover {
	-webkit-box-shadow:0 0 4px 1px #ebebeb;
	        box-shadow:0 0 4px 1px #ebebeb;
}

.eventCol1 #sliderContainer,
.directoryCol1 #sliderContainer {
    border-left: 1px solid #E6E6E6;
}

span.eventCategory {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.dayContainer .itemContainer,
.dayContainer .itemsContainer .itemContainer {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

.InProgressEventDate {
}

.galleryViewName {
    background: #fff;
	color:#000;
}

.dateSelectionClear {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.dateDisplay {
	font-size:13px;
}



.ui-slider-handle,
a.ui-slider-handle a {
	background:#E6E6E6 !important;
}

.ui-slider-handle.ui-state-active,
.ui-slider-handle.ui-state-active a {
	background:#DBDBDB !important;
}

.eventScheduleDetailModal .modalContent,
.eventScheduleDetailModal.modalBody {
	background-image:none !important;
	background-color:#fff !important;
}



.businessListingItemImageIconContainer {
	border-radius: 0 0 0 3px;
}

.subContainer.calendarViewTableHeadRow {
	-webkit-box-shadow: 0 0 0 transparent;
	-moz-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	border-color: inherit;
}

.subContainer.calendarViewTableHeadRow th {
    border-color: transparent;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
}

.calendarViewNext, .calendarViewLast {
    font-family: Arial !important;
}

.calendarViewTable {
	border: none;
}


.eventCalendarViewTableCell {
	-webkit-box-shadow: inset 0 0 0 2px rgba(220,220,220,0.8);
	        box-shadow: inset 0 0 0 2px rgba(220,220,220,0.8);
}

.eventCalendarViewTableCell.inactiveCalendarViewDate {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.eventCalendarViewTableCell.activeCalendarViewDateHasItems.calendarViewDateIsNotToday,
.eventCalendarViewTableCell.activeCalendarViewDateHasItems.calendarViewDateIsToday {
	background: rgba(255,255,255,0.8);
}

.eventCalendarViewTableCell.calendarViewDateIsToday {
	-webkit-box-shadow: 0 0 0 transparent !important;
	-moz-box-shadow: 0 0 0 transparent !important;
	box-shadow: 0 0 0 transparent !important;
	padding: 0 !important;
	border-color: transparent;
}

.eventCalendarViewTableCell.activeCalendarViewDateHasItems:hover {
}

.eventCalendarViewTableCell.calendarViewDateIsToday .calendarViewCalendarDate {
	font-weight: bold;
	margin-bottom: 0 !important;
	border-radius: 0;
	height: initial;
}



.eventCalendarViewTableCell.activeCalendarViewDateNoItems.calendarViewDateIsNotToday {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccffffff',GradientType=0 );
	background:rgba(0,0,0,0.2);
}

.eventCalendarViewTableCell.calendarViewDateIsNotToday div.calendarViewCalendarDate,
.calendarViewDateIsNotToday .eventCalendarLinkContainer {
	color: #313131 !important;
}

.calendarViewDateIsNotToday .eventCalendarLinkContainer .calendarViewLinkWrapper a, .eventCalendarLinkContainerMoreLink {
	color:#1C60A1 !important;
}

.calendarView .dateDisplayBar a {
	color: inherit;
}

.calendarViewMonthOptions,
.calendarViewYearOptions {
	text-align: left;
	background: #fff;
	color: #313131;
	-webkit-box-shadow: 3px 3px 4px #313131;
	-moz-box-shadow: 3px 3px 4px #313131;
	box-shadow: 3px 3px 4px #313131;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.calendarViewMonthYearContainer,
.calendarViewYearDisplayTrigger {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.calendarViewMonthYearContainer.monthDropdownActive,
.calendarViewMonthYearContainer.yearDropdownActive .calendarViewYearDisplayTrigger {
	background: #fff !important;
	color: #313131 !important;
	-webkit-box-shadow: 3px 3px 4px #313131;
	-moz-box-shadow: 3px 3px 4px #313131;
	box-shadow: 3px 3px 4px #313131;
}

.calendarViewMonthOptions li,
.calendarViewYearOptions li {
    display: block;
    font-size: 13px;
    font-family: inherit;
}

.calendarViewMonthOptions li:hover,
.calendarViewYearOptions li:hover {
    background: #e2e2e2;
}

.eventListingBackToCalendar {
	position: relative;
	top: -12px;
}

.eventListingCalendarViewNoResults {

}

/* Media Gallery and lightbox */
body.lightbox-showing .wrapper {
  z-index: 999;
}
body.lightbox-showing .wrapper .header {
  z-index: 2;
}
body.lightbox-showing .wrapper .content {
  z-index: 10;
}

.media-container-popup {
  display: none;
  opacity: 0;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  outline-color: #000;
}
.media-container-popup.show-lightbox {
  opacity: 1;
  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;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
  z-index: 2147483647;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.95)
}
.media-container-popup.show-lightbox .media-container-popup-header {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
			flex: 1 1 100%;
	position: relative;
	margin: 15px 0;
	-ms-flex-item-align: start;
			align-self: flex-start;
}

.media-container-popup.show-lightbox .media-container-popup-header .item-count {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 10;
	text-shadow: 1px 1px 2px #000;
}

.gallery-control {
  position: absolute;
  width: 10%;
  height: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.arrow-previous,
.arrow-next {
  text-decoration: none;
	background: none;
	max-height: calc(100% - 80px);
	top: auto;
	bottom: 0;
	-webkit-tap-highlight-color: transparent;
}
.arrow-previous {
  left: 0;
}
.arrow-previous:hover {
	background: radial-gradient(ellipse at left, rgba(255,255,255,0.1) 0%,rgba(51,51,51,0) 35%,rgba(0,0,0,0) 100%);
}
.arrow-previous:active {
	background: radial-gradient(ellipse at left, rgba(255,255,255,0.2) 0%,rgba(51,51,51,0) 35%,rgba(0,0,0,0) 100%);
}

.arrow-next {
  right: 0;
}
.arrow-next:hover {
	background: radial-gradient(ellipse at right, rgba(255,255,255,0.1) 0%,rgba(51,51,51,0) 35%,rgba(0,0,0,0) 100%);
}
.arrow-next:active {
	background: radial-gradient(ellipse at right, rgba(255,255,255,0.2) 0%,rgba(51,51,51,0) 35%,rgba(0,0,0,0) 100%);
}

.gallery-control span{
  width: 30px;
  height: 50px;
  display: block;
}
.arrow-next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.arrow-previous span {
  margin-left: 15px;
}
.arrow-previous span:after,
.arrow-next span:after {
  font-family: 'FontAwesome';
	color: #fff;
	font-size: 5em;
	line-height: 50px;
}
.arrow-previous span:after {
	content: '\f104';
}
.arrow-next span {
  margin-right: 15px;
}
.arrow-next span:after {
	content: '\f105';
}

@media screen and (max-width: 767px), screen and (max-height: 767px) {

	.media-container-popup .arrow-next,
	.media-container-popup .arrow-previous {
		width: 30px;
		height: 30px;
		z-index: 10;
		background: none;
	}
	.media-container-popup .arrow-next{
		top: 25px;
		left: calc(50% + 50px);
		right: auto;
	}
	.media-container-popup .arrow-next span {
		margin: 0;
		padding: 0;
		height: 30px;
		text-align: center;
	}
	.media-container-popup .arrow-next span:after {
		font-size: 30px;
		line-height: 29px;
		padding-left: 2px;
	}

	.media-container-popup .arrow-previous {
		top: 25px;
		right: calc(50% + 50px);
		left: auto;
	}
	.media-container-popup .arrow-previous span {
		margin: 0;
		padding: 0;
		height: 30px;
		text-align: center;
	}
	.media-container-popup .arrow-previous span:after {
		font-size: 30px;
		line-height: 29px;
		padding-right: 2px;
	}

}


.media-container-popup.lb-fullscreen-img .arrow-next,
.media-container-popup.lb-fullscreen-img .arrow-previous {
	width: 30px;
	height: 30px;
	z-index: 10;
	background: none;
}

.media-container-popup.lb-fullscreen-img .arrow-next{
	top: 25px;
	left: calc(50% + 50px);
	right: auto;
}

.media-container-popup.lb-fullscreen-img .arrow-next span {
	margin: 0;
	padding: 0;
	height: 30px;
	text-align: center;
}

.media-container-popup.lb-fullscreen-img .arrow-next span:after {
	font-size: 30px;
	line-height: 29px;
	padding-left: 2px;
}


.media-container-popup.lb-fullscreen-img .arrow-previous {
	top: 25px;
	right: calc(50% + 50px);
	left: auto;
}

.media-container-popup.lb-fullscreen-img .arrow-previous span {
	margin: 0;
	padding: 0;
	height: 30px;
	text-align: center;
}

.media-container-popup.lb-fullscreen-img .arrow-previous span:after {
	font-size: 30px;
	line-height: 29px;
	padding-right: 2px;
}

@media screen and (max-width: 767px), screen and (max-height: 767px) {
	.media-container-popup.lb-fullscreen-img .arrow-next,
	.media-container-popup.lb-fullscreen-img .arrow-previous {
		top: 15px;
	}
}


/*@media screen and (max-width: 767px) {
	.media-container-popup.show-lightbox .arrow-next,
	.media-container-popup.show-lightbox .arrow-previous {
		display: none;
	}
}*/

.text-container {
  position: relative;
  bottom: 0;
}
p.text-container {
  text-align: center;
}
.media-container-popup .text-container {
  text-align: center;
	max-width: 100%;
}
.share-container {
  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;
}
.share-container a {
	text-decoration: none;
}

.share-container span[data-pin-log="button_pinit"] {
	margin: 0 8px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	background: none;
	height: 40px;
	border-radius: 0;
}

@media screen and (max-width: 767px) {
	.media-container-popup .share-container {
		bottom: 0;
	}
}
.media-container-popup .shareThisToolbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}
.media-container-popup .gallery-container {
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
  max-width: 1000px;
  width: 80vw;
  height: calc(100% - 80px);
  position: relative;
}

@media screen and (max-width: 767px) and (max-height: 767px) {
	.media-container-popup .gallery-container {
	  height: calc(100% - 60px);
	}
}

@media screen and (max-width: 767px) {
	.media-container-popup .gallery-container {
	  max-width: 100%;
	  width: 95vw;
	  position: relative;
	}
}

.media-container-popup .gallery-container .card {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
	/*padding-bottom: 100px;*/
	-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;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
					-webkit-box-orient: vertical;
			    -webkit-box-direction: normal;
			        -ms-flex-direction: column;
			            flex-direction: column;
}
.media-container-popup .gallery-container .card.show {
  opacity: 1;
	z-index: 1;
}

.media-container-popup #lightbox-img-caption {
	width: 100%;
	color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	text-align: center;
}

.media-container-popup .at-icon-wrapper, .media-container-popup  .pin_it_iframe_widget {
    display: none;
}
.media-container-popup .lb-share-email,
.media-container-popup .lb-email-photo,
.media-container-popup .lb-pinterest,
.media-container-popup .lb-share-social-container {
	display: inline-block;
}

.media-container-popup .lb-facebook,
.media-container-popup .lb-twitter,
.media-container-popup span[data-pin-log="button_pinit"],
.media-container-popup .lb-emailPhoto,
.media-container-popup .lb-share-email,
.media-container-popup .lb-email-photo,
.media-container-popup .lb-pinterest,
.media-container-popup .lb-externalLink {
	margin: 0 8px;
}
.media-container-popup .lb-facebook:hover,
.media-container-popup .lb-twitter:hover,
.media-container-popup span[data-pin-log="button_pinit"]:hover,
.media-container-popup .lb-emailPhoto:hover,
.media-container-popup .lb-share-email:hover,
.media-container-popup .lb-email-photo:hover,
.media-container-popup .lb-pinterest:hover,
.media-container-popup .lb-externalLink:hover {
	background: rgba(255,255,255,0.1);
	cursor: pointer;
}
.media-container-popup .lb-facebook:active,
.media-container-popup .lb-twitter:active,
.media-container-popup span[data-pin-log="button_pinit"]:active,
.media-container-popup .lb-emailPhoto:active,
.media-container-popup .lb-share-email:active,
.media-container-popup .lb-email-photo:active,
.media-container-popup .lb-pinterest:active,
.media-container-popup .lb-externalLink:active {
	background: rgba(255,255,255,0.2);
}

.media-container-popup .lb-facebook:after,
.media-container-popup .lb-twitter:after,
.media-container-popup span[data-pin-log="button_pinit"]:after,
.media-container-popup .lb-emailPhoto:after,
.media-container-popup .lb-share-email:after,
.media-container-popup .lb-email-photo:after,
.media-container-popup .lb-pinterest:after,
.media-container-popup .lb-externalLink:after {
	color: #fff;
	display: inline-block;
	font-family: 'FontAwesome';
	width: 40px;
	height: 40px;
	font-size: 2em;
	line-height: 40px;
	text-align: center;
}
.media-container-popup .lb-facebook:after {
	content: '\f09a';
}
.media-container-popup .lb-twitter:after {
	content: '\f099';
}

.media-container-popup .lb-pinterest:after {
	content: '\f0d2';
}

.media-container-popup span[data-pin-log="button_pinit"]:after {
	content: '\f231';
}
.media-container-popup .lb-emailPhoto:after,
.media-container-popup .lb-email-photo:after {
	content: '\f003';
}
.media-container-popup .lb-share-email:after {
	content: '\f003';
}
.media-container-popup .lb-externalLink:after {
	content: '\f0c1';
}


.media-container-popup .gallery-container img {
  max-width: 100%;
  width: auto;
	height: auto;
  /*max-height: calc(100% - 120px);*/
	max-height: 50vh;
	/*margin-top: -55px;*/
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}

.media-container-popup span.lb-title {
  display: block;
	margin: 10px 0;
	font-size: 1.25rem;
	font-weight: normal;
  text-transform: capitalize;
  line-height: 1.3;
	text-align: center;
	color: #fff;
}
.media-container-popup .lb-transcript-link,
.media-container-popup .lb-caption {
	text-align: center;
	color: #eee;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0;
}
.media-container-popup .lb-transcript-link {
	display: block;
	font-size: 12px;
}

.saffireMobileSize .media-container-popup .gallery-container img {
	height: auto;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
	.media-container-popup .gallery-container img {
	  max-height: calc(100% - 250px);
	}
}

.media-container-popup .lb-iframe-wrapper {
	padding-bottom: 0;
}


.media-container-popup .lb-iframe-wrapper.has-video {
	position: relative;
	height: 0;
	width: 100%;
	left: 0;
	padding-bottom: 56.25%;
	margin-top: -30px;
}

@media screen and (orientation: landscape) and (min-height: 801px) {
	.media-container-popup .lb-iframe-wrapper.has-video {
		width: 720px;
    height: 405px;
    padding-bottom: 0;
	}
}
@media screen and (orientation: landscape) and (min-height: 900px) {
	.media-container-popup .lb-iframe-wrapper.has-video {
		width: 960px;
    height: 540px;
    padding-bottom: 0;
	}
}
@media screen and (orientation: landscape) and (min-height: 900px) {
	.media-container-popup .lb-iframe-wrapper.has-video {
		width: 960px;
    height: 540px;
    padding-bottom: 0;
	}
}
@media screen and (orientation: landscape) and (min-height: 900px) and (min-width: 1200px) {
	.media-container-popup .card.lb-fullscreen-img .lb-iframe-wrapper.has-video {
		width: 1280px;
    height: 720px;
    padding-bottom: 0;
	}
}



@media screen and (orientation: landscape) and (max-height: 800px) {
	.media-container-popup .lb-iframe-wrapper.has-video {
		width: 640px;
    height: 360px;
    padding-bottom: 0;
	}
}
@media screen and (orientation: landscape) and (max-height: 600px) {
	.media-container-popup .lb-iframe-wrapper.has-video {
		width: 480px;
		height: 270px;
		padding-bottom: 0;
	}
}
@media screen and (orientation: landscape) and (max-height: 500px) {
	.media-container-popup .lb-iframe-wrapper.has-video {
		width: 360px;
		height: 203px;
		padding-bottom: 0;
	}
}
@media screen and (orientation: landscape) and (max-height: 400px) {
	.media-container-popup .lb-iframe-wrapper.has-video {
		width: 280px;
		height: 158px;
		padding-bottom: 0;
	}
}

.media-container-popup .lb-iframe-wrapper.has-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
}

.share-tool a {
  color: #FFF;
}

.upload-photo {
  text-decoration: none;
}

.upload-photo:before{
  content: '\f093';
  display: inline-block;
  font-family: 'FontAwesome';
  margin-right: 8px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.upload-photo:hover:before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.media-container-popup .close-lightbox {
  position: relative;
	display: block;
	width: 50px;
	height: 50px;
  right: 15px;
  margin-left: auto;
  z-index: 10;
	text-decoration: none;
}
.media-container-popup .lb-expand-image {
	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;
  position: absolute;
  right: 75px;
  text-decoration: none;
  color: #fff;
  font-size: 34px;
	height: 50px;
	width: 50px;
	z-index: 10;
	background: none;
}
.media-container-popup .lb-expand-image:after {
	content: "\f065";
	font-family: "FontAwesome";
	text-shadow: 1px 1px 2px #000;
}
.media-container-popup .media-container-popup-header.lb-fullscreen-img .lb-expand-image:after {
	content: "\f066";
}

@media screen and (max-width: 767px) , screen and (max-height: 767px) {
	.media-container-popup .close-lightbox {
		width: 30px;
		height: 30px;
	}
	.media-container-popup .lb-expand-image {
	  right: 60px;
	  font-size: 18px;
		height: 30px;
		width: 30px;
	}
	.media-container-popup .arrow-previous,
	.media-container-popup .arrow-next {
		top: 15px;
	}
}
.media-container-popup .close-lightbox:hover,
.media-container-popup .lb-expand-image:hover,
.media-container-popup.lb-fullscreen-img .arrow-next:hover,
.media-container-popup.lb-fullscreen-img .arrow-previous:hover {
	background: rgba(255,255,255,0.1);
}
.media-container-popup .close-lightbox:active,
.media-container-popup .lb-expand-image:active,
.media-container-popup.lb-fullscreen-img .arrow-next:active,
.media-container-popup.lb-fullscreen-img .arrow-previous:active {
	background: rgba(255,255,255,0.2);
}

.media-container-popup .close-lightbox:before,
.media-container-popup .close-lightbox:after {
	position: absolute;
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	right: 5px;
	top: 47%;
	z-index: 10;
	background: #fff;
}

@media screen and (max-width: 767px) , screen and (max-height: 767px) {
	.media-container-popup .close-lightbox:before,
	.media-container-popup .close-lightbox:after {
		width: 20px;
	}
}
.media-container-popup .close-lightbox:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.media-container-popup .close-lightbox:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.media-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 600px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  margin-right: 18px;
	margin-left: 15px;
  margin-bottom: 20px;
	z-index: 0;
}
.align-center .media-container.single-photo:not(.auto-format) {
  max-width: 100%;
}
.media-container.single-photo {
  margin: 0 0 10px;
}
.media-container .card,
.side-card {
  display: -webkit-inline-box;
    display: -ms-inline-flexbox;
      display: inline-flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
	height: auto;
  /* border: 5px solid #fff;
  -webkit-box-shadow: 2px 2px 0 rgba(0,0,0,0.06);
          box-shadow: 2px 2px 0 rgba(0,0,0,0.06); */
  -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease;
}

.no-flexboxlegacy .media-container .card,
.no-flexboxlegacy .side-card {
	height: 100%;
}

.saffireMobileSize.isResponsive .media-container iframe,
.media-container .card iframe {
  max-width: 100%;
}
.media-container .card.item-0 {
  z-index: 10;
	-webkit-box-align: start;
			-ms-flex-align: start;
					align-items: flex-start;
}
.media-container img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	width: 100%;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  width: 100%;
}


.media-container-popup.lb-fullscreen-img .lb-text-container {
	display: none;
}
.media-container-popup.lb-fullscreen-img .gallery-container img {
	max-height: 100%;
}
.media-container-popup.lb-fullscreen-img .gallery-container {
	max-width: 100%;
	width: 100vw;
}


.media-container-popup .gallery-container .card.lb-fullscreen-img {
	position: fixed;
}
.media-container-popup .gallery-container .card.lb-fullscreen-img img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
	margin: 0;
}

.media-container-popup .gallery-container .card.lb-fullscreen-img .text-container {
	display: none;
}


.moduleItemContainer::after {
  content: '';
  display: table;
  clear: both;
}
.media-container .card:not(.item-0):not(.placeholder) {
  display: none;
}
.media-container .interaction-bar {
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  bottom: 0;
  left: 0;
  height: 100%;
  background: -webkit-linear-gradient(transparent 65%,rgba(0,0,0,.65));
  background: -webkit-gradient(linear,left top, left bottom,color-stop(65%, transparent),to(rgba(0,0,0,.65)));
  background: linear-gradient(transparent 65%,rgba(0,0,0,.65));
  z-index: 11;
  color: #fff;
  /* padding: 5px; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: content-box;
}
.media-container .interaction-bar span {
  margin: 10px;
}
.media-container .card.placeholder {
  position: absolute;
  background-color: #ccc;
  width: 100%;
  height: 100%;
}
.media-container .card.placeholder.first {
  top: 8px;
  right: -8px;
  z-index: 9;
}
.media-container .card.placeholder.second {
  top: 16px;
  right: -16px;
  z-index: 8;
}
.media-container.single-photo .item-count,
.media-container-popup.single-photo .gallery-control,
.media-container.single-photo .card.placeholder{
  display: none;
}
.media-container.single-photo .interaction-bar {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.media-container:hover .placeholder.first{
  -webkit-transform: translateX(4px) rotate(1deg);
          transform: translateX(4px) rotate(1deg);
}
.media-container:hover .placeholder.second{
  -webkit-transform: translateX(8px) rotate(2deg);
          transform: translateX(8px) rotate(2deg);
}
.photoCenter .media-container.single-photo .interaction-bar,
.photoLeft .media-container.single-photo .interaction-bar,
.photoRight .media-container.single-photo .interaction-bar {
  display: none;
}
.photoCenter .media-container,
.photoLeft .media-container,
.photoRight .media-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
}
.photoCenter {
  text-align: left;
}
.photoRight .media-container:not(.auto-format),
.photoLeft .media-container:not(.auto-format),
.photoCenter .media-container:not(.auto-format) {
  max-width: 100%;
}
.media-container.single-photo:not(.auto-format) .card {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.media-container.single-photo:not(.auto-format) .interaction-bar {
  padding: 0;
}

.media-container:not(.single-photo) .card.placeholder {
  /* background-color: #1a1a1a; */
  border: 4px solid #fff;
  box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.3);
}
.media-container.img-border:not(.single-photo) {
  border: none;
}
.media-container.img-boxshadow:not(.single-photo) {
  box-shadow: none;
}
.media-container:not(.single-photo).img-border .card.item-0 {
  box-sizing: border-box;
  border: 4px solid #fff;
  height: auto;
}
.media-container:not(.single-photo).img-border .interaction-bar {
  padding: 4px;
}
.media-container:not(.single-photo).img-boxshadow .card.item-0 {
  box-shadow: 0px 4px 8px -4px #000;
}
.photoLeft .media-container {
  float: left;
}
.photoRight .media-container {
  float: right;
	margin-left: 15px;
	margin-right: 0px;
}
.photoCenter .media-container.single-photo {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.align-center .photoCenter .media-container.single-photo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.moduleLarge .photoRight .media-container {
	max-width: 50%;
	margin-right: 0;
}
.moduleLarge .photoLeft .media-container {
	max-width: 50%;
	margin-left: 0;
	margin-right: 15px;
}
.moduleLarge .multi-image .photoLeft .media-container {
	margin-right: 30px;
}

.moduleLarge .media-container.right {
	max-width: 50%;
}
.moduleLarge .media-container.left {
	max-width: 50%;
	margin-left: 0;
	margin-right: 30px;
}


.moduleMedium .photoRight .media-container {
	max-width: 50%;
	margin-right: 0;
}
.moduleMedium .photoLeft .media-container {
	max-width: 50%;
	margin-left: 0;
	margin-right: 15px;
}
.moduleMedium .multi-image .photoLeft .media-container {
	margin-right: 30px;
}

.moduleMedium .media-container.right {
	max-width: 50%;
}
.moduleMedium .media-container.left {
	max-width: 50%;
	margin-left: 0;
	margin-right: 30px;
}



.moduleSmall .photoRight .media-container {
	float: none;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.moduleSmall .photoLeft .media-container {
	float: none;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.moduleSmall .photoCenter .media-container {
	float: none;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.moduleSmall .media-container.right {
	float: none;
	margin-left: 0;

}
.moduleSmall .media-container.left {
	float: none;
	margin-left: 0;

}

.TextMediaModule.moduleSmall .moduleItemContainer {
	text-align: center;
}
.TextMediaModule .previewArea {
	text-align: left;
}

.photoLeft .media-text-Container {
  clear:left;
  float: left;
  text-align: center;
}
.media-text-Container {
  max-width: 100%;
}

/* EVENTS DETAIL PAGE */
.eventdetailPhoto {
	-webkit-box-shadow:0 5px 20px #000000;
	        box-shadow:0 5px 20px #000000;
	min-width: calc(100% - 26px);
  padding: 1%;
}

.moduleMedium .eventdetailPhoto,
.moduleLarge .eventdetailPhoto {
  min-width: 0;
  max-width: 550px;
  margin: 0 auto;
}

.eventdetailPhoto .right.thumbnails a img {
	margin-bottom: 7px;
}

a.havePhotoLink {
	text-decoration:none;
	white-space:nowrap;
	text-transform:uppercase;
	padding-right:1em;
}

.eventSponsorImageGallery p {
	text-align:center;
}

.eventDetailDetails .countdownButtonAvailableIn,
.eventDetailDetails .countdownButton {
	float: none !important;
}

/* ACCOUNT PAGE */
.account td,
.account th {
	padding: 4px;
}

.content .account {
	margin-top: 5px;
}

/* PRESS PAGE */
.pressPageIntroduction {
	padding-bottom:1em;
}

/* PHOTO GALLERY PAGE */
.photoGalleryDetailEventName {
  border-top: 1px solid #000000;
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 34px;
  margin-bottom: 15px;
}

/* SHOWORKS TABLE */
#showorksWindow>span {
	margin-left:10px;
}

.modalBody .showorksModalTitle {
	margin-left:17px !important;
	margin-bottom:30px;
}

.modalBody .showorksBreadcrumbs {
	display:block;
	margin-bottom:8px;
}

.modalBody .showorksTableGrid {
	min-width:930px;
}

.modalBody .showorksTableGrid th,
.modalBody .showorksTableGrid td {
	border:none !important;
	padding-left:12px;
}

.showorksLogo {
	display:none;
}

.modalBody .showorksLogo {
	display:block !important;
	position:absolute;
	right:43px;
	top:9px;
}

@media screen and (max-width: 800px){
	.modalBody .showorksLogo {
		display:block !important;
		position:static;
		text-align: center;
	}
	.modalBody .showorksModalTitle {
		margin-bottom: 0;
	}
  #visit_widget_button {
    display: none;
}
}

/* EMAIL PAGE */
.getUpdatesPageEmailModule .emailSignup {
	position:static !important;
}

/* PRESS PAGE */
.pressScroller {
	width: 100%;
	height: 350px;
	overflow-x: auto;
	overflow-y: auto;
	margin-bottom: 5px;
}

.pressItems {
	border-bottom: 1px #d3c094 solid;
	font-size: 0;
	line-height: 0;
	width: 450px;

}
.pressDate {
	width: 80px;
	float:left;
	clear: left;
}

.pressDesc {
    float: left;
    max-width: 227px;
}

/* STAFF PAGE */
.staffPageItem h2 {
	margin-top:0;
}

/* PAST PRESIDENTS PAGE */
.pastpresident .imageGalleryViewItem,
.modal .photo {
	text-align:center;
	width: 100%;
}

.pastpresident .imageGalleryViewItem {
	max-width: 110px;
}

.photoarrow {
    margin-top: 220px;
    width: 20px;
}

/* SITE MAP PAGE */
.site .starlist {
	padding-right:11%;
}

.site>.left {
    width: 20%;
}

/* VIDEOGALLERY DETAIL PAGE */
.videoGalleryDetailColumn1.column1 {
	width:58%;
}

.videoGalleryDetailColumn2.column2 {
	width:38%;
}

.videoGalleryDetailColumn2 .imageGalleryViewItem {
	width:110px;
	text-align:center;
}

/* EXECUTIVE COMMITTEE PAGE */
.execcommittee .imageGalleryViewItem {
	text-align: center;
}

/********************* INTERACTIVE EVENT MAP ********************/
.mapLegend span {
	/*font:bold 12px Verdana, Geneva, Tahoma, sans-serif;*/

}

.mapLegend hr {
    float: left;
    clear: left;
    width: 80%;
    margin-left: 10%;
    opacity: 0.5;
    margin-top: 0;
    margin-bottom: 0;
}

.mapClickShowHide {
	font-style: italic;
	margin-bottom: 14px;
}

.mapLegend {
	text-shadow:none;
	/*font:11px Verdana, Geneva, Tahoma, sans-serif;
	-moz-box-shadow: -5px 0 5px #636363;
  	-webkit-box-shadow: -5px 0 5px #636363;
  	box-shadow: -5px 0 5px #636363;*/
}

.mapLegend label {
	font:16px/18px inherit;
}

table.mapDescription {
	-moz-box-shadow: 5px 5px 5px #000;
  	-webkit-box-shadow: 5px 5px 5px #000;
  	box-shadow: 5px 5px 5px #000;
	/*font:12px Verdana, Geneva, Tahoma, sans-serif;*/
	max-width: 380px !important;
}

.markerTitle {
	/*font:bold 10px Verdana,Geneva,Tahoma,sans-serif;*/
	font-weight: bold;
}

.markerContent {
	/*font:11px/19px Arial,Verdana,sans-serif;*/
}

#imgprint {
  max-width: 100%;
}
#imgsearch {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#imgsearch input.inputFieldTextbox {
  width: 100%;
}

.interactiveMapMarkerHighlight {
    background: none repeat scroll 0 0 #ECEC13;
    color: #222;
    padding: 0 3px;
}



/*********************** FOOTER **************************/

.footer a {
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer .footerFacebook img {
	position: relative;
	top: 5px;
}

.footer .footerTwitter iframe {
	position: relative;
	top: 5px;
}

.footer ul {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin-left: auto;
	margin-right:auto;
}

.footer ul li {
	display: inline;
	line-height: 26px;
}

.footer .separator {
	display:inline-block;
	margin:0 8px;
}

.saffire_logo {
    position: relative;
    top: 10px;
}

.footerTwitter {
    top: 3px;
    position: relative;
}

/********************** MEMBERS SITE *********************/
.itineraryList {
	margin-top: 10px;
}

.directoryFilters .filter {
    border: 1px #C7DFFF solid;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.directoryFilterList li.filterBy {
	background:#fff;
	width:209px;
}

.directoryFilterList .filterByHover {
	background:#fff;
}

#directoryFilterOptions {
	background:#fff;
	width:229px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-left: 1px #C7DFFF solid;
}

.memberDirectoryContent .itemContainer {
    border: 1px #C7DFFF solid;
    background-color:#FFFFFF;
    color:#5E8CBC;
}

.members .ui-autocomplete {
	-webkit-box-shadow:0 4px 4px #999999;
	-moz-box-shadow:0 4px 4px #999999;
	box-shadow:0 4px 4px #999999;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	background:#fff;
}

.members .quickLinks {
	right: 0;
}

.members .nav .groups {
	margin-right: 0;
}

.members h3 a {
	text-decoration: none;
}

.members .profile {
    padding: 8px;
    width: 350px;
}

.members .profileColumn1 {
    float:left;
}

.members .profileColumn2 {
    margin-left:8px;
    float:left;
}


/**************** MODULES ********************/

.pdfModuleLink {
	max-width: -webkit-calc(100% - 80px);
	max-width: calc(100% - 80px);
}

.faq a.faqQuestion {
	display: inline-block;
    max-width: 93%;
    text-decoration: none;
}

.faq hr {
	opacity: 0.2;
}

.faqSectionArrow {
	margin-left: 5px;
}


/* FORM MODULE ITEMS */
.formColumnLeft,
.formColumnMid,
.formColumnRight {
	float: left;
	width: 30%;
	padding: 0 1%;
}

.formRowWide {
  width: 100%;
  padding: 0 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.formSubmit {
	margin-top: 12px;
}

.formContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContainer #formTopWYSIWYG,
.formContainer #formBottomWYSIWYG,
.formContainer .beenHereBefore {
  -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  padding:0 1%;
	margin-bottom: 20px;
}

.formContainer .formColumnLeft,
.formContainer .formColumnMid,
.formContainer .formColumnRight {
  -webkit-box-flex: 1;
  -ms-flex: 1 30%;
  flex: 1 30%;
  min-width: 30%;
}

.no-flexwrap .formContainer {
  display: block !important;
}
/*Safari hack*/
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    .formContainer .formColumnLeft,
    .formContainer .formColumnMid,
    .formContainer .formColumnRight { -webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto; }
}
@media not all and (min-resolution:.001dpcm) {
    .formContainer .formColumnLeft,
    .formContainer .formColumnMid,
    .formContainer .formColumnRight { -webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto; }
}

.column-4 .formContainer .formColumnLeft,
.column-4 .formContainer .formColumnMid,
.column-4 .formContainer .formColumnRight {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.column-6 .formContainer .formColumnLeft,
.column-6 .formContainer .formColumnMid,
.column-6 .formContainer .formColumnRight {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.saffireMobileSize.isResponsive .formContainer .formColumnRight, 
.saffireMobileSize.isResponsive .formContainer .formColumnMid, 
.saffireMobileSize.isResponsive .formContainer .formColumnLeft {
  flex: 1 1 100%;
}

.isResponsive.saffireMobileSize .formSubmit {
	margin-top:12px;
	margin-bottom: 1em;
}

.formModuleItemContainer > span {
	width:100%;
}

.formModuleItemContainer .multi {
	width:88%;
}

.textboxwrapper {
	padding:0 6px 4px 0;
}

.formModuleItemContainer .headings,
.formModuleItemContainer .headingsNoBold {
	display: block;
}

/* DYNAMIC PAGE MODULE ITEMS */
.entityContainer {
  margin-top: 10px;
}
.modulePagePhotoList .photoItem .photoListLeft {
	margin:15px 4% 1em 0;
}

.modulePagePhotoList .photoItem .photoListRight {
	float: left;
	width: calc(96% - 110px);
}

.modulePagePhotoList hr {
    opacity: 0.2;
}

/*.textMediaMediaContainer iframe {
    max-width: 400px !important;
}*/

/**************** MODAL SPECIFIC *****************/
.modalClose {
    display: block;
    float: right;
    font-weight: bold;
    right: 0;
    text-align: right;
    background: #fff !important;
    z-index: 10002 !important;
    top: 9px !important;
    position: relative;
}

.modalCloseButton:before {
    content: 'CLOSE X';
}

.dialogPhotoGallery .modalClose {
	background: none !important;
}

.modalClose > a.modalCloseButton {
	margin-right: 5px;
}

.modal iframe {
	max-width: 100%;
}

.modal_close {
    float: right;
}

#modals .modalClose {
    position: absolute;
    width: 100%;
}

.dialogMediaGallery,
.dialogPhotoGallery {
 	padding:15px;
}

.modalClose > a {
    border-radius: 3px;
    margin-top: 4px;
    padding: 3px;
	text-decoration:none;
}

.modalBody .border {
	/*margin-top: 12px;*/
}

.modalContent .cartcols {
	margin-right: 8%;
}

.memberOnlyLink
{
    font-style:italic !important;
}


#container {
	min-width: 400px;
	width: 1000px;
	margin: 0 auto;
	outline: 3px solid purple;
	max-width: 100%;
}
.dynamicColumn {
	outline: 1px solid black;
	float: left;
	overflow: hidden;
}

.dynamicColumn1 {
	min-width: 400px !important;
	width: 60%;
}
.dynamicColumn2 {
	width: 40%;
	min-width: 400px !important;
}


.dynamicPageContainer {
	width: 100% !important;
}

img.smallImage {
  max-width: 100%;
}

.sponsorsModule .moduleItemContainer img.smallImage {
	-webkit-box-shadow: 2px 2px 4px #000;
	        box-shadow: 2px 2px 4px #000;
}

.SponsorModule .auto-format .moduleItemContainer img.smallImage {
  background: #fff;
}


.imageGridModule .itemListTypeList .smallImage,
.imageGridModule .itemListTypeGrid .smallImage {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}

.itemListTypeList .smallImage,
.itemListTypeGrid .smallImage {
  width: 100%;
}

.imageGridModule .itemListTypeGrid .smallImage.force-square {
  height: 140px;
  width: 140px;
}

.isResponsive.saffireMobileSize .galleryDataSourceWrapper .swiper-slide iframe,
.isResponsive.saffireMobileSize .galleryDataSourceWrapper .swiper-slide img,
.isResponsive.saffireMobileSize .moduleItemContainer .swiper-slide iframe,
.moduleSmall .moduleItemContainer .swiper-slide iframe,
.moduleMedium .moduleItemContainer .swiper-slide iframe,
.isResponsive.saffireMobileSize .imageGridModule .swiper-slide .moduleItemContainer iframe,
.isResponsive.saffireMobileSize .moduleItemContainer .swiper-slide img,
.moduleSmall .moduleItemContainer .swiper-slide img,
.moduleMedium .moduleItemContainer .swiper-slide img,
.isResponsive.saffireMobileSize .imageGridModule .swiper-slide .moduleItemContainer img.smallImage {
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-radius: 0;
	min-width: 0;
	background: none;
    -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
  padding: 2em 0;
}
/**/
.isResponsive.saffireMobileSize .swiper-slide .imageGridTitle {
	left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    max-width: 92%;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
}

.isResponsive.saffireMobileSize .swiper-slide .dynamicImageGridGalleryDescription {
	top: 500px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
}

.isResponsive .imageGridInformationClicker {
	display: none;
  position: absolute;
  border: 1px solid;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  bottom: 12px;
  right: 10px;
  cursor: pointer;
  text-align: center;
  z-index: 5;
}

.isResponsive.pageIsLoaded .imageGridInformationClicker {
	display: block;
}

.isResponsive .textMediaSlideshowSlideVideo .imageGridInformationClicker {
	z-index: 5;
}

.isResponsive.saffireMobileSize .galleryDataSourceWrapper .swiper-slide.imageGridShowingDescription iframe,
.isResponsive.saffireMobileSize .galleryDataSourceWrapper .swiper-slide.imageGridShowingDescription img,
.isResponsive.saffireMobileSize .moduleItemContainer .swiper-slide.imageGridShowingDescription iframe,
.isResponsive.saffireMobileSize .swiper-slide.imageGridShowingDescription .moduleItemContainer iframe,
.isResponsive.saffireMobileSize .moduleItemContainer .swiper-slide.imageGridShowingDescription img,
.isResponsive.saffireMobileSize .swiper-slide.imageGridShowingDescription img,
.isResponsive.saffireMobileSize .swiper-slide.imageGridShowingDescription .moduleItemContainer img.smallImage {
	opacity: 0;
}

.isResponsive .swiper-slide.imageGridShowingDescription .dynamicImageGridGalleryDescription {
	bottom: auto;
	width: -webkit-calc(100% - 85px);
	width: calc(100% - 85px);
	overflow-x: hidden;
  overflow-y: auto;
  width: 86%;
  padding: 0 1%;
  top: 1.6em;
  max-height: calc(100% - 70px) !important;
}

.isResponsive .swiper-slide.imageGridShowingDescription .imageGridTitle {
	top: 0;
	max-width: 92%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.imageGridWrapperContainer .moduleItemContainer a {
	align-items: flex-start;
}


.imageListModule .moduleItemContainer {
	clear: left;
	width: 100%;
}

.imageListModule .moduleItemContainer img {
	float: left;
	max-width: 150px;
}

.itemsOnPage {
	background: green;
}

.moduleTitle,
.module {
	clear: both;
}


.imageGridWrapperContainer.itemListTypeGrid .imageGridTitle {
  text-align: center;
}

.imageGridWrapperContainer .moduleItemContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
}
.imageGridWrapperContainer .moduleItemContainer > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  max-width: 100%;
	flex-shrink: 0;
}
.imageGridWrapperContainer.align-right .moduleItemContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
 -webkit-box-pack: start;
    -ms-flex-pack: start;
     justify-content: space-between;
}
.imageGridWrapperContainer.itemListTypeGrid .moduleItemContainer,
.ImageModule.moduleSmall .imageGridWrapperContainer:not(.itemListTypeGrid) .moduleItemContainer,
.imageGridWrapperContainer.align-center .moduleItemContainer {
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ImageModule.moduleSmall .imageGridWrapperContainer .moduleItemContainer .text-container,
.imageGridWrapperContainer.itemListTypeList.align-center .text-container {
  width: 100%;
  margin-left: 0;
  -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}
.imageGridWrapperContainer.itemListTypeList.align-right .text-container {
  margin-right: 10px;
  margin-left: 0;
}
.imageGridWrapperContainer.itemListTypeList .moduleItemsWrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.imageGridWrapperContainer.itemListTypeList .moduleItemsWrapper .moduleItemContainer {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0.9em 0;
  text-align: left;
}
.ImageModule .text-container {
  max-width: 100%;
  margin-top: 10px;
}
.imageGridWrapperContainer.itemListTypeList .text-container {
  -webkit-box-flex:1;
    -ms-flex:1 1 70%;
         flex:1 1 70%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-left: 2vw;
}
.imageGridWrapperContainer .dynamicImageGridGalleryDescription {
  text-align: left;
}
.imageGridWrapperContainer.itemListTypeGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
    -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.imageGridWrapperContainer.itemListTypeGrid.align-right {
  -webkit-box-pack: end;
    -ms-flex-pack: end;
      justify-content: flex-end;
}
.imageGridWrapperContainer.itemListTypeGrid.align-center {
  -webkit-box-pack: center;
    -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
      -ms-flex-direction: row;
        flex-direction: row;
}

.imageGridWrapperContainer.itemListTypeGrid .moduleItemContainer {
  margin: 0 1vw 15px;
  max-width: 140px;
  -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.SponsorModule .align-left ul.imageGallery {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.SponsorModule .align-right ul.imageGallery {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.SponsorModule .align-center ul.imageGallery {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


.imageGridTitle.subContainer {
    -webkit-box-shadow: none;
            box-shadow: none;
}

table .dynamicImageGridGalleryDescription,
table .imageGridTitle.subContainer {
    display: none;
}


.textGalleryImageContainer {
    margin-left: 1%;
    margin-right: 1%;
    max-width: 445px;
    width: auto;
}

.textGalleryPhotoHasThumbs {
	float: left;
}

.photoCenter .textGalleryPhotoHasThumbs {
	float: none;
}

.textGalleryImageContainer .largeImage {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.textGalleryThumbs {
	float: right;
    max-width: 20%;
    text-align: center;
}

.textGalleryThumbs .thumbImage {
	max-width: 85%;
	height: auto;
	margin-bottom: 6px;
}

.textGallerySinglePhotoContainer {
  text-align: center;
  padding: 7px;
  max-width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.textGallerySinglePhotoContainer .subContainer{
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.singleImageEventDetailCaption {
	position: relative;
	top: -5px;
}

.itemsModule .moduleItemContainer {
	clear: both;
	border-bottom: 1px solid;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

.itemThumbContainer {
	float: left;
    padding-right: 1%;
    width: 9%;
}

.itemThumbContainer .thumbImage {
	height: auto;
	width: 100%;
}

.itemTextContainer {
	float: left;
	width: 37%;
    padding-right: 2%;
}
.itemDetailsContainer {
	float: left;
	width: 100%;
	padding-right: 2%;
}
.moduleSmall .itemDetailsContainer {
	width: 100%;
}

.itemDatesPrice,
.itemTime,
.itemButtons {
	float: left;
	width: 31%;
	padding-right: 2%;
}

.textMediaMediaContainer iframe {
	max-width: 100% !important;
}


.countdownButton {
  float:none !important;
  white-space: nowrap;
  display: inline-block;
}
.countdownButtonAvailableIn {
  float: none !important;
  display: inline-block;
  margin: 0 5px;
}

.moduleSmall .countdownButtonAvailableIn,
.moduleMedium .countdownButtonAvailableIn,
.saffireMobileSize .countdownButtonAvailableIn {
  margin: 0;
}

.galleryDataSourceWrapper .swiper-slide,
.eventListingPage .swiper-slide,
.businessListingPage .swiper-slide,
.dynamicPageContainer .swiper-slide {
	list-style-type: none;
}

.galleryDataSourceWrapper.swiper-container-horizontal .swiper-slide,
.eventListingPage .swiper-container-horizontal .swiper-slide,
.businessListingPage .swiper-container-horizontal .swiper-slide,
.dynamicPageContainer .swiper-container-horizontal .swiper-slide {
	overflow: hidden;
}

/* .galleryDataSourceWrapper.swiper-container-horizontal.swiper-container,
.eventListingPage .swiper-container-horizontal.swiper-container,
.eventDetail .swiper-container,
.businessListingPage .swiper-container-horizontal.swiper-container,
.dynamicPageContainer .swiper-container-horizontal.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: -webkit-grab;
    cursor: grab;
} */

/* .galleryDataSourceWrapper.swiper-container-horizontal .swiper-slide,
.eventListingPage .swiper-container-horizontal .swiper-slide,
.businessListingPage .swiper-container-horizontal .swiper-slide,
.eventDetail .swiper-wrapper .swiper-slide,
.dynamicPageContainer .swiper-container-horizontal .swiper-slide {
    text-align: center;
    font-size: 18px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
} */

/* .galleryDataSourceWrapper .swiper-wrapper,
.galleryDataSourceWrapper .swiper-container-android .swiper-slide,
.eventListingPage .swiper-container-android .swiper-slide,
.businessListingPage .swiper-container-android .swiper-slide,
.eventListingPage .swiper-wrapper,
.businessListingPage .swiper-wrapper,
.dynamicPageContainer .swiper-container-android .swiper-slide,
.dynamicPageContainer .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
} */

/* .galleryDataSourceWrapper .swiper-wrapper,
.eventListingPage .swiper-wrapper,
.eventDetail .swiper-wrapper,
.businessListingPage .swiper-wrapper,
.dynamicPageContainer .swiper-wrapper {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
    width: 100%;
    z-index: 1;
}

ul.swiper-wrapper {
	margin: 0;
} */

#calendarMobileToggle {
	display: none;
}

#responsiveCloseEventScheduleDescription {
	display: none;
}

.swiperMobileInstructions {
	display: none;
  text-align: center;
  margin-top: 5px;
}

.touchIntercept {
	display: none;
}
.textGalleryImageContainer {
	padding: 1%;
	max-width: 76%;
}

.textGalleryImageContainer.photoCenter {
	margin-left: auto;
	margin-right: auto;
}

.mobileTagCategoryContainer,
#calendarMobileSearchSelected,
.expandedViewEventTime,
.footerSignIn
 {
	display: none;
}

.eventDetailDetailLocation::after, .listingPageLocationDetails::after {
  content: '';
  display: table;
  clear: both;
}

/*featureLineupModule styling*/

.featureLineupModule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.featureLineupContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 297px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
    -ms-flex: 1 1 297px;
        flex: 1 1 297px;
  margin: 1em  0;
}
.featureLineupContainer .subContainer {
  width: 100%;
  padding: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.featureLineupImage {
  width: 100%;
  height: 279px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.featureLineup-title {
  position: relative;
  top: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  width: 100%;
  padding: 7px;
  z-index: 1;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.featureLineup-title.dateDisplayBar {
  border-radius: 0;
  text-align: center;
}

.featureLineupImage .featureLineupImage-img {
  display: none;
}

@supports (object-fit: cover) {
  .featureLineupImage .featureLineupImage-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .featureLineup-title {
    top: initial;
  }
}

.featureLineup-text {
  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;
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px;
  background: rgba(0,0,0,0.3);
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.featureLineupContainer .featureLineup-buttons.subContainer {
  width: 92%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
}
.featureLineup-more {
  position: absolute;
  top: 7px;
  right: 7px;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.featureLineup-headline {
  position: absolute;
  top: 6px;
  left: 6px;
}
.featureLineup-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 38px;
}
.featureLineup-buynow {
	margin-left: auto;
}
.featureLineup-social div {
  display: inline-block;
}
.featureLineup-social div a {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  margin: 0 2.5px;
  font-family: 'FontAwesome';
  font-size: 28px;
  line-height: 32px;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.featureLineup-social div a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.featureLineup-social div a:focus-within {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.featureLineup-social .socialNetworkIconYoutube a::after {
  content:'\f16a';
}
.featureLineup-social .socialNetworkIconFacebook a::after {
  content:'\f09a';
}
.featureLineup-social .socialNetworkIconTwitter a::after {
  content:'\f099';
}
.featureLineup-social .socialNetworkIconPinterest a::after {
  content:'\f231';
}
.featureLineup-social .socialNetworkIconInstagram a::after {
  content:'\f16d';
}
.featureLineup-social .socialNetworkIconFlickr a::after {
  content:'\f16e';
}
.featureLineup-social .socialNetworkIconLinkedIn a::after {
  content:'\f0e1';
}
.featureLineup-social .socialNetworkIconGooglePlus a::after {
  content:'\f2b3';
}
.featureLineup-social .socialNetworkIconVine a::after {
  content:'\f1ca';
}
.featureLineup-social .socialNetworkIconTumblr a::after {
  content:'\f173';
}
.featureLineup-social .socialNetworkIconSnapchat a::after {
  content:'\f2ac';
}
.featureLineup-social .socialNetworkIconSpotify a::after {
  content:'\f1bc';
}
.featureLineup-social .socialNetworkIconPeriscope a::after {
  content:'';
  width: 100%;
  height: 100%;
  /* background: url(../images/socialMedia/iconPeriscope.svg); */
}
.featureLineupContainer .featureLineup-headline.button {
  cursor: default;
  pointer-events: none;
}

.featureLineupContainer:hover .featureLineup-text{
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.featureLineupContainer:focus-within .featureLineup-text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.featureLineupContainer:hover .featureLineup-more {
  opacity: 1;
}
.featureLineupContainer:focus-within .featureLineup-more {
  opacity: 1;
}


.featureLineup-buttons.subContainer.no-extras {
	height: 0;
	padding: 0;
}
.featureLineup-buttons.subContainer {
	-webkit-box-shadow: inset 0px 15px 18px -15px #000, 2px 27px 1px -20px #5B605A;
	        box-shadow: inset 0px 15px 18px -15px #000, 2px 27px 1px -20px #5B605A;
}

@media screen and (max-width: 920px){ /* as soon as the site gets smaller than our standard width this kicks in */
	.isResponsive .eventCol1 .filter {
		/*max-width: 98%;*/
	}
	/*.isResponsive .eventCol1 .filter input {
		max-width: -webkit-calc(95% - 43px);
		max-width: calc(95% - 47px);
		border-radius: 8px !important;
	}

	.isResponsive #eventFilterList li {
		max-width: 95%;
	}
  */
	.isResponsive .calendarViewTableHeadRow th {
		text-indent: -900px;
		overflow: hidden;
		position: relative;
	}
	.isResponsive .calendarViewTableHeadRow th:after {
		margin: auto;
	    position: absolute;
	    right: 0;
	    left: 0;
	    text-indent: 0;
	}
	.isResponsive .calendarViewTableHeadRow th:nth-of-type(1):after{
		content:'SUN';
	}
	.isResponsive .calendarViewTableHeadRow th:nth-of-type(2):after{
		content:'MON';
	}
	.isResponsive .calendarViewTableHeadRow th:nth-of-type(3):after{
		content:'TUE';
	}
	.isResponsive .calendarViewTableHeadRow th:nth-of-type(4):after{
		content:'WED';
	}
	.isResponsive .calendarViewTableHeadRow th:nth-of-type(5):after{
		content:'THUR';
	}
	.isResponsive .calendarViewTableHeadRow th:nth-of-type(6):after{
		content:'FRI';
	}
	.isResponsive .calendarViewTableHeadRow th:nth-of-type(7):after{
		content:'SAT';
	}

	.isResponsive .itemDetailContainer {
		left: 0;
		width: 100%;
	}

	.saffireMobileSize.isResponsive .cartcols {
		width: 34%;
	}

	.pressPageColumn1.column1 {
		width: 100%;
	}
	.pressPageColumn2.column2 {
		display: none;
	}

}

@media print {
    .socialNetworks, #google_translate_element, .header {
        display: none;
    }
}


@media screen and (max-width: 800px){
	.isResponsive.modalBody .emailSignup .textbox {
		border-right: 1px solid;
		width: 95%;
	}

	.isResponsive.modalBody .emailSignup > div {
	    float: none;
	}

	.isResponsive.modalBody .emailInputSubmit {
	    margin-top: 8px;
   		text-align: center;
	}

	.isResponsive.modalBody a[onclick*='Unsubscribe.ascx'] {
	    width: 95%;
	    display: block;
	    text-align: center;
	}

	.isResponsive #musicPlayerLink,
	.isResponsive .eventAudioPlayerButton {
		display: none !important;
	}
}
	.saffireMobileSize.isResponsive .modulePageTextMedia {
		opacity: 0;
	}

	.saffireMobileSize.isResponsive.pageIsLoaded .modulePageTextMedia {
		opacity: 1;
	}

	.saffireMobileSize.isResponsive .modulePageInlineForm input.textbox {
		width: 179px;
	}

	.saffireMobileSize.isResponsive .calloutArrow,
	.saffireMobileSize.isResponsive .calloutArrowGallery {
		display: none !important;
	}

	.saffireMobileSize.isResponsive .eventSponsorImageGallery .imageGalleryViewItem,
	.saffireMobileSize.isResponsive .dynamicSponsorPageModule .imageGalleryViewItem,
	.isResponsive .smallColumn .imageGalleryViewItem,
	.isResponsive .smallColumn .imageGalleryViewItem {
		display: none;
	}

  /*


	.saffireMobileSize.isResponsive .eventSponsorImageGallery .imageGalleryViewItem.mobileSponsorShowing,
	.saffireMobileSize.isResponsive .dynamicSponsorPageModule .imageGalleryViewItem.mobileSponsorShowing,
	.isResponsive .smallColumn .eventSponsorImageGallery .imageGalleryViewItem.mobileSponsorShowing,
	.isResponsive .smallColumn .dynamicSponsorPageModule .imageGalleryViewItem.mobileSponsorShowing {
		display: block;
	}
	.saffireMobileSize.isResponsive .imageGalleryViewItem {
		float: none;
		/*margin-left: auto;
		margin-right: auto;
	}*/
  .moduleSmall .imageGallery.dynamicSponsorPageModule .imageGalleryViewItem {
    display: none;
  }
  .moduleSmall .imageGallery.dynamicSponsorPageModule .imageGalleryViewItem.mobileSponsorShowing {
    display: block;
  }

	.SponsorModule.moduleSmall .imageGridWrapperContainer.itemListTypeGrid .moduleItemContainer {
    display: none;
  }
	.SponsorModule.moduleSmall .imageGridWrapperContainer.itemListTypeGrid .moduleItemContainer.mobileSponsorShowing {
    display: block;
  }
	/*.calendarPage */.saffireMobileSize.isResponsive .eventCol1 {
		float: none;
	    position: fixed !important;
	    background: rgba(0,0,0,0.5) !important;
	    top: -200px;
	    left: 0;
	    margin: auto;
	    padding: 0;
	    width: 0 !important;
	    z-index: 2147483642;
	    cursor: pointer;
	    overflow: hidden;
	    height: 0;
	}
	/*.calendarPage */.saffireMobileSize.isResponsive .calendarControlsOpen.eventCol1 {
	    background: rgba(0,0,0,0.9) !important;
	    bottom: 0;
	    right: 0;
	    padding: 0;
	    width: 100% !important;
	    cursor: default;
	    top: 0;
	    z-index: 2147483647;
	    overflow-x: hidden;
	    overflow-y: auto;
	    padding: 60px 5vw 1em;
	    height: auto;
	    text-align: center;
	}

  .saffireMobileSize.isResponsive .filter-list li {
    text-align: left;
  }
  .saffireMobileSize.isResponsive .filter-list .selectedEventItem.listingTag > a {
    display: block;
  }

  .filter-list .allTags.selectedEventItem.listingTag {
    padding-left: 0;
  }

	.saffireMobileSize.isResponsive.calendarControlsCurrentlyOpen .wrapper {
		z-index: 2147483647;
	}

	.saffireMobileSize.isResponsive.calendarControlsCurrentlyOpen > .ui-dialog {
		z-index: 2147483647;
		top: 0 !important;
		left: 0 !important;
	}

	.saffireMobileSize.isResponsive.calendarControlsCurrentlyOpen #saffireMobileBackToTopLink {
		display: none !important;
	}
	.saffireMobileSize.isResponsive .mimicSquare {
		background: #fff;
	}
	.saffireMobileSize.isResponsive #eventDateList {
		position: relative;
	}
	.saffireMobileSize.isResponsive.saffireMobileSize .expandedView .flashMusicPlayerImage {
		display: none;
	}
	.saffireMobileSize.isResponsive .eventCol1 #scroll-pane,
	.saffireMobileSize.isResponsive .scroll-pane {
		overflow-x: hidden;
		overflow-y: auto;
		height: auto !important;
		max-height: 200px;
	}
	.saffireMobileSize.isResponsive #eventFilters {
	    width: auto;
	    position: relative;
	}
	.saffireMobileSize.isResponsive #eventFilterOptions {
		width: 220px;
	}
	.saffireMobileSize.isResponsive #eventFilterList li {
		text-align: left;
	}
	.saffireMobileSize.isResponsive .currentlyViewingDate.currentlyViewingDateBorder {
		display: none;
	}
	.saffireMobileSize.isResponsive .eventCol1 .currentlyViewingDate #scroll-pane {
		width: 100%;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
		margin-top: 23px;
	}

	.saffireMobileSize .calendarControlsOpen #scroll-pane #sliderUpArrow,
	.saffireMobileSize .calendarControlsOpen #scroll-pane #sliderDownArrow,
	.saffireMobileSize .calendarControlsOpen #scroll-pane #sliderContainer {
		display: none;
	}

	.saffireMobileSize.isResponsive .eventCol1.calendarControlsOpen .currentlyViewingDate.boxShadow,
	.saffireMobileSize.isResponsive .directoryCol1.calendarControlsOpen .currentlyViewingDate.boxShadow {
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}
	.saffireMobileSize.isResponsive.calendarControlsCurrentlyOpen .currentlyViewingDate {
		display: block;
		text-align: left;
		margin-left: auto;
	  margin-right: auto;
	}
	.saffireMobileSize.isResponsive .galleryItem.galleryLeft a.button {
		white-space: nowrap;
	}
	.saffireMobileSize.isResponsive .galleryItem .addthis_toolbox span {
		float: none !important;
	}

	.saffireMobileSize.isResponsive .expandedViewEventName {
		clear: both;
		padding-top: 0;
	}
	.saffireMobileSize.isResponsive #eventFilterList {
		display: block;
    float: none;
    left: 0;
    margin-left: auto;
    margin-right: auto;
		margin-top: 10px !important;
    position: relative;
    right: 0;
	}
	/*.calendarPage */.saffireMobileSize.isResponsive .eventCol1 a:not(.button) {
		/*color: #fff !important;*/
	}
	.saffireMobileSize.isResponsive .calendarControlsOpen .eventSubCategory.selectedEventItem > a,
	.saffireMobileSize.isResponsive .calendarControlsOpen .eventCategory.selectedEventItem > a,
	.saffireMobileSize.isResponsive .calendarControlsOpen .listingTag.selectedEventItem > a {
		border: 1px solid #fff;
		border-radius: 6px;
		padding-left: 2px;
    	padding-right: 2px
	}
	.saffireMobileSize.isResponsive .calendarControlsOpen .eventSubCategory {
		padding-left: 20px;
	}

  .EventCategoryModule::after {
    content: '';
    display: table;
    clear: both;
  }

	.saffireMobileSize.isResponsive.saffireMobileSize .expandedViewEventLocation,
	.saffireMobileSize.isResponsive.saffireMobileSize .expandedViewEventTime
	 {
		display: block;
	}

	.saffireMobileSize.isResponsive .mobileTagCategoryContainer,
	.saffireMobileSize.isResponsive #calendarMobileSearchSelected {
		display: block;
		margin: 10px 0;
	}
	.saffireMobileSize.isResponsive #calendarMobileTagSelected,
	.saffireMobileSize.isResponsive #calendarMobileCategorySelected,
	.saffireMobileSize.isResponsive #calendarMobileSearchSelected {
		margin: 2px 0;
	}
	.saffireMobileSize.isResponsive .eventCol1 #eventDateList li a:not(.button) {
		color: #215c9d !important;
	}
	.saffireMobileSize.isResponsive .eventCol2 {
		width: 100% !important;
		min-height: 0 !important;
	}

	/*.calendarPage */.saffireMobileSize.isResponsive #calendarMobileToggle:before {
		/*content: '?';
		content: 'Filter/Search';
		color: #ffffff;
	    display: block;
	    font-size: 20px;
	    height: 30px;
	    left: 0;
	    line-height: normal;
	    position: absolute;
	    top: 5px;
	    width: 204px;
	    font-family: 'open_sansregular', Arial, sans-serif;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
        transform: rotate(90deg);
	    -webkit-transform-origin: 0 26px;
		-ms-transform-origin: 0 26px;
        transform-origin: 0 26px;*/
	}
	/*.calendarPage */.saffireMobileSize.isResponsive .calendarControlsOpen #calendarMobileToggle:before {
		/*content: '?';
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
        transform: rotate(0deg);
        font-size: 32px;
        font-family: inherit;
        width: 30px;*/
	}


	.saffireMobileSize.isResponsive span.eventCategory {
		display: none !important;
	}
	.saffireMobileSize.isResponsive #calendarMobileToggle {
		/*width: 33px;
		height: 33px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5000;
		display: block;
		cursor: pointer;*/
	}
	.saffireMobileSize #calendarMobileToggle {
		display: none;
	}
	.isResponsive.saffireMobileSize #calendarMobileToggle {
		display: block;
		margin-bottom: 8px;
	}
	.isResponsive.saffireMobileSize.calendarControlsCurrentlyOpen #calendarMobileToggle {
		font-size: 0 !important;
	}

	.isResponsive.saffireMobileSize.calendarControlsCurrentlyOpen #calendarMobileToggle {
	    overflow: hidden;
	    padding: 0;
	    position: fixed;
	    right: 28px;
	    top: 5px;
	    width: 50px;
			height: 50px;
	    z-index: 2147483647;
	    top: 5px;
	    right: 10px;
	    /*line-height: 2.5em;*/
	    /*padding: 30px 30px 0 0;*/
	    overflow: hidden;
	}


	.isResponsive.saffireMobileSize.calendarControlsCurrentlyOpen #calendarMobileToggle::before,
	.isResponsive.saffireMobileSize.calendarControlsCurrentlyOpen #calendarMobileToggle::after {
		position: absolute;
		content: "";
		display: block;
		width: 40px;
		height: 3px;
		right: 5px;
		top: 47%;
		z-index: 10;
		background: #fff;
	}
	.isResponsive.saffireMobileSize.calendarControlsCurrentlyOpen #calendarMobileToggle::before {
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	.isResponsive.saffireMobileSize.calendarControlsCurrentlyOpen #calendarMobileToggle::after {
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}



	.saffireMobileSize.isResponsive .galleryItem {
	    text-align: center;
	}

	.saffireMobileSize.isResponsive .expandedView .galleryItem {
	    text-align: left;
	}
	.saffireMobileSize.isResponsive .galleryViewItem {
		float: none !important;
		display: inline-block;
	}
	.saffireMobileSize.isResponsive .expandedViewEventNameDescription {
		position: relative;
		left: 5px;
	}
	.saffireMobileSize.isResponsive .viewMode {
		float: none;
		display: inline-block;
		color: #fff;
	}

	.saffireMobileSize.isResponsive .eventCol1 .filter {
		display: none;
	}
	.saffireMobileSize.isResponsive.calendarControlsCurrentlyOpen .eventCol1 .filter {
		display: block;
		margin-left: auto;
    	margin-right: auto;
	}

	.saffireMobileSize.isResponsive #eventFilters .fb-page {
		/*right: auto !important;
		left: 8px;
		display: none;*/
		display: none;
	}

	.saffireMobileSize.isResponsive .viewMode.modeSelected {
		background-color: rgba(255,255,255,0.3);
		cursor: default;
	}

	.saffireMobileSize.isResponsive .calendarViewTableHeadRow {
		display: table-row;
		height: 1em !important;
	}

/*
	.isResponsive .itemDetailContainer {
		top: 0 !important;
		position: fixed;
		left: 100% !important;
		right: 0;
		height: 100% !important;
		bottom: 0;
		overflow: auto !important;
		margin: auto;
		-webkit-transition: left 0.4s ease 0.7s;
        transition: left 0.4s ease 0.7s;
	}
*/
	.saffireMobileSize.isResponsive .itemDetailContainer {
		left: 0 !important;
		display: none !important;
	}

	.saffireMobileSize.isResponsive .printEvent {
		display: inline-block;
	}

	.saffireMobileSize.isResponsive .calendarView .printEvent {
		right: 0;
	}

	.saffireMobileSize.isResponsive .printEvent .right.print {
		display: none;
	}

	.saffireMobileSize.isResponsive .printHoverContent a {
		font-size: 1.5em;
	}

	.saffireMobileSize.isResponsive .eventListingCalendarViewNoResults {
		display: none;
	}

	.saffireMobileSize.isResponsive .calendarViewContainer table {
		/*display: none !important;*/
	}

	.calendarViewContainer {
		margin-bottom: 25px;
	}


	.saffireMobileSize.isResponsive #singleDayContainer {
		display: block;
		width: 90%;
		margin-top: 1em;
		max-height: 0;
		-webkit-transition: max-height 0.5s ease;
        transition: max-height 0.5s ease;
	}

	.saffireMobileSize.isResponsive .singleDaySliderPrev,
	.saffireMobileSize.isResponsive .singleDaySliderNext {
		display: inline-block;
		cursor: pointer;
		font-size: 2em;
		text-decoration: none;
		color: inherit;
		display: none !important;
	}

	.saffireMobileSize.isResponsive .singleDaySliderPrev {
		position: absolute;
	    top: 4em;
	    left: -3%;
	}

	.saffireMobileSize.isResponsive .singleDaySliderNext {
		position: absolute;
	    top: 4em;
	    right: -3%;
	}

	.saffireMobileSize.isResponsive .singleDaySliderDay {
		padding: 2em 0 0 !important;
		height: 7em !important;
		font-size: 1.5em;
	}

	.saffireMobileSize.isResponsive .singleDaySliderDay > div {
		padding: 0.2em 9px 0 !important;
	}

	.saffireMobileSize.isResponsive .singleDaySliderDay > div.calendarViewCalendarDate {
		position: absolute;
	    top: 0.2em;
	    left: 0.2em;
	    border: 1px solid;
	    min-width: 1em;
	    height: 1em;
	    text-align: center;
	    padding: 0.2em !important;
	    /*text-indent: -0.2em;*/
	}

	.saffireMobileSize.isResponsive .calendarViewLinkWrapper span {
		max-width: 100%;
	}


/*Instafeed global style*/

#instafeedTab,
#twitterfeedTab {
  display: none;
}
#instafeedTab.show-tab,
#twitterfeedTab.show-tab {
  display: inline-block;
}

#facebookfeedContainer .fb-page{
	width: 100% !important;
}

#facebookfeedContainer span{
	width: 100% !important;
}


/* INSTAFEED WIDGET - TWITTER STYLES ////////////////////////////////////////////////////////*/

#multiSocialWidget .twtr-tweet-user,
#socialNetworkWidget .twtr-tweet-user {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #eee;
  padding: 0;
  font-family: 'open_sansregular';
  font-size: 16px;
  margin: 0;
}
#multiSocialWidget .twtr-tweet-user .twitter-user-banner,
#socialNetworkWidget .twtr-tweet-user .twitter-user-banner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 70px;
  background-color: #0084b4;
  background-size: cover;
}
#multiSocialWidget .twtr-tweet-user .twitter-user-banner .twitter-user-followers,
#socialNetworkWidget .twtr-tweet-user .twitter-user-banner .twitter-user-followers {
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  z-index: 1;
}
@media screen and (max-width: 400px) {
  #multiSocialWidget .twtr-tweet-user .twitter-user-banner .twitter-user-followers,
	#socialNetworkWidget .twtr-tweet-user .twitter-user-banner .twitter-user-followers {
    position: absolute;
    top: 100%;
    color: #222;
    text-shadow: none;
  }
}
#multiSocialWidget .twtr-tweet-user .twitter-user-banner .twitter-user-followers span,
#socialNetworkWidget .twtr-tweet-user .twitter-user-banner .twitter-user-followers span {
  display: block;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 400px) {
  #multiSocialWidget .twtr-tweet-user .twitter-user-banner .twitter-user-followers span,
	#socialNetworkWidget .twtr-tweet-user .twitter-user-banner .twitter-user-followers span {
    font-size: 14px;
  }
}
#multiSocialWidget .twtr-tweet-user .twitter-user-banner:after,
#socialNetworkWidget .twtr-tweet-user .twitter-user-banner:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 70px;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}
@media screen and (max-width: 400px) {
  #multiSocialWidget .twtr-tweet-user .twitter-user-banner:after,
	#socialNetworkWidget .twtr-tweet-user .twitter-user-banner:after {
    display: none;
  }
}
#multiSocialWidget .twtr-tweet-user .twitter-user-info,
#socialNetworkWidget .twtr-tweet-user .twitter-user-info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 20px 20px 20px;
  margin-top: -30px;
}
@media screen and (max-width: 400px) {
  #multiSocialWidget .twtr-tweet-user .twitter-user-info,
	#socialNetworkWidget .twtr-tweet-user .twitter-user-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#multiSocialWidget .twtr-tweet-user .twitter-user-info .twitter-user-screenName,
#socialNetworkWidget .twtr-tweet-user .twitter-user-info .twitter-user-screenName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin-top: 3px;
  font-family: 'open_sansbold';
  z-index: 1;
}
#multiSocialWidget .twtr-tweet-user .twitter-user-info .twitter-user-screenName span,
#socialNetworkWidget .twtr-tweet-user .twitter-user-info .twitter-user-screenName span {
  margin-bottom: 15px;
  font-size: 22px;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
@media screen and (max-width: 400px) {
  #multiSocialWidget .twtr-tweet-user .twitter-user-info .twitter-user-screenName span,
	#socialNetworkWidget .twtr-tweet-user .twitter-user-info .twitter-user-screenName span {
    margin-bottom: 5px;
    text-shadow: none;
    color: #222;
  }
}
#multiSocialWidget .twtr-tweet-user .twitter-user-info .twitter-user-screenName a,
#socialNetworkWidget .twtr-tweet-user .twitter-user-info .twitter-user-screenName a {
  font-size: 16px;
  color: #0084b4;
  text-decoration: none;
}
#multiSocialWidget .twtr-tweet-user .twitter-user-info .twitter-user-screenName a:hover,
#socialNetworkWidget .twtr-tweet-user .twitter-user-info .twitter-user-screenName a:hover {
  text-decoration: underline;
}
#multiSocialWidget .twtr-tweet-user .twitter-user-info .twitter-user-description,
#socialNetworkWidget .twtr-tweet-user .twitter-user-info .twitter-user-description {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 16px;
  color: #000;
}
#multiSocialWidget .twtr-tweet-user .twitter-user-info .twitter-user-profilePic,
#socialNetworkWidget .twtr-tweet-user .twitter-user-info .twitter-user-profilePic {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 70px;
  min-width: 70px;
  height: 70px;
  background-color: #444;
  background-size: cover;
  border: 2px solid #ffd;
  border-radius: 50%;
  margin-right: 10px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#multiSocialWidget .twtr-tweet-user .twitter-user-info .twitter-user-profilePic:hover,
#socialNetworkWidget .twtr-tweet-user .twitter-user-info .twitter-user-profilePic:hover {
  border-color: #0084b4;
}
#multiSocialWidget .twitterFeedItem,
#socialNetworkWidget .twitterFeedItem {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 20px;
  font-size: 14px;
  border: none;
  background-color: #fff;
  color: #000;
}
#multiSocialWidget .twitterFeedItem .twitterWidgetImageLink img,
#socialNetworkWidget .twitterFeedItem .twitterWidgetImageLink img {
  max-width: 100%;
  margin-top: 10px;
  display: block;
}
#multiSocialWidget .twitterFeedItem .tweetDate,
#socialNetworkWidget .twitterFeedItem .tweetDate {
  display: block;
  font-style: italic;
  color: #888;
}
#multiSocialWidget .twitterFeedItem .tweetDate:before,
#socialNetworkWidget .twitterFeedItem .tweetDate:before {
  content: "\f099";
  margin-right: 5px;
  font-family: "fontawesome";
  font-size: 16px;
  color: #00aced;
}
#multiSocialWidget .twitterFeedItem .twtr-tweet-text a,
#socialNetworkWidget .twitterFeedItem .twtr-tweet-text a {
  color: #0084b4;
  text-decoration: none;
  word-wrap: break-word;
}
#multiSocialWidget .twitterFeedItem .twtr-tweet-text a:hover,
#socialNetworkWidget .twitterFeedItem .twtr-tweet-text a:hover {
  text-decoration: underline;
}
#multiSocialWidget .twitterFeedItem > a,
#socialNetworkWidget .twitterFeedItem > a {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
#multiSocialWidget .twitterFeedItem:nth-of-type(even),
#socialNetworkWidget .twitterFeedItem:nth-of-type(even) {
  border-top: 1px solid #c0deed;
  border-bottom: 1px solid #c0deed;
}
#multiSocialWidget .twitterFeedItem:last-of-type,
#socialNetworkWidget .twitterFeedItem:last-of-type {
  border-bottom: 1px solid #c0deed;
  margin-bottom: 20px;
}
#multiSocialWidget .more-tweets-btn,
#socialNetworkWidget .more-tweets-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: calc(100% - 40px);
  margin: auto;
  margin-bottom: 10px;
  padding: 10px 50px;
  background: #0084b4;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0px 3px 10px -4px #555;
          box-shadow: 0px 3px 10px -4px #555;
}
#multiSocialWidget .more-tweets-btn:hover, #multiSocialWidget .more-tweets-btn:active,
#socialNetworkWidget .more-tweets-btn:hover, #socialNetworkWidget .more-tweets-btn:active {
  background: #00aced;
  -webkit-box-shadow: inset 0px 20px 30px -25px #555;
          box-shadow: inset 0px 20px 30px -25px #555;
}

/* ADVANCED SLIDER */
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Cube */
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

	.saffireMobileSize.isResponsive .singleDayIsToday + .singleDaySliderDay:before {
		content: 'Tomorrow';
	    font-size: 0.7em;
	    text-align: right;
	    width: 97%;
	    display: block;
	    margin-top: 0.7em;
	    position: absolute;
	    top: 0;
	}

	.saffireMobileSize.isResponsive .swiper-button-disabled {
		display: none;
	}

	.saffireMobileSize.isResponsive .eventCalendarViewTableCell {
		width: 5% !important;
	}
	.saffireMobileSize.isResponsive .calendarViewTable tr {
		height: 5em;
	}
	.saffireMobileSize.isResponsive .calendarViewTable .eventCalendarLinkContainer {
		display: none !important;
	}
	.saffireMobileSize.isResponsive .eventCalendarViewTableCell div.calendarViewCalendarDate {
		font-size: 1.75em;
		text-align: center;
		width: 50%;
		min-width: 40px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		-webkit-box-shadow: none;
		        box-shadow: none;
		padding: 0;
	}
	@media screen and (max-width: 400px) {
		.saffireMobileSize.isResponsive .eventCalendarViewTableCell div.calendarViewCalendarDate {
			width: 100%;
			min-width: initial;
		}
	}


	/*.saffireMobileSize.isResponsive .eventCalendarViewTableCell.calendarViewDateIsToday .calendarViewCalendarDate:after {
		content:'Today';
		font-size: 0.4em;
		display: block;
	}*/

	.saffireMobileSize.isResponsive .eventCalendarViewTableCell.activeCalendarViewDateHasItems.calendarViewDateIsNotToday,
	.saffireMobileSize.isResponsive .eventCalendarViewTableCell.activeCalendarViewDateHasItems.calendarViewDateIsToday {
		background: rgba(255,255,255,0.8);
		color: black;
		cursor: pointer;
		padding: 0;
		position: relative;
		overflow: hidden;
	}
	.saffireMobileSize.isResponsive .eventCalendarViewTableCell.activeCalendarViewDateHasItems:after {
		content: '';
		position: absolute;
		background: #aaa;
		bottom: -10px;
		right: -10px;
		display: block;
		color: black;
		padding: 0;
		width: 20px;
		height: 20px;
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	.saffireMobileSize.isResponsive .eventCalendarViewTableCell.activeCalendarViewDateHasItems:hover:after {
		background: #000;
	}

	.saffireMobileSize.isResponsive .singleDaySliderDay .calendarViewLinkWrapper {
		cursor: pointer;
	}

	.saffireMobileSize.isResponsive .itemDetailIframe {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		width: 100%;
	}

	.saffireMobileSize.isResponsive #eventScheduleContent .dayContainer .addthis_toolbox a {
		margin-right: 3px;
	}



	.saffireMobileSize.isResponsive #responsiveCloseEventScheduleDescription {
		/*position: fixed;
	    z-index: 40000000000;
	    top: 5px;
	    left: 9px;
	    opacity: 0;
	    display: none;
	    -webkit-transition: opacity 0.8s;
        transition: opacity 0.8s;*/
        display: none !important;
	}

	.saffireMobileSize.isResponsive.eventScheduleDescriptionIsShowing #responsiveCloseEventScheduleDescription {
		display: block;
		opacity: 1;
	}

	.saffireMobileSize.isResponsive .currentSelectedCalendarDay {
		font-weight: bold !important;
		font-size: 2.2em !important;
	}

	.saffireMobileSize.isResponsive #scheduleDescriptionContent #eventDetailDescription div,
	.saffireMobileSize.isResponsive #scheduleDescriptionContent #eventDetailDescription font,
	.saffireMobileSize.isResponsive #scheduleDescriptionContent #eventDetailDescription span {
		width: auto !important;
	}

	.saffireMobileSize.isResponsive #scheduleDescriptionContent #eventDetailDescription div.externalLinkInDescription {
		/*display: inline-block;
	    padding: 0.2em;
	    box-shadow: 1px 1px 2px #000;
	    left: -13px;
	    top: -2px;*/
	}

	.saffireMobileSize.isResponsive .eventScheduleDetailModal.modalBody {
		padding: 0 14px 0 0;
	}

	.saffireMobileSize.isResponsive #scheduleDescriptionContent #eventDetailDescription {
		padding: 1em 0;
	}

	.saffireMobileSize.isResponsive #scheduleDescriptionContent .eventItemsRightItems {
		right: auto;
		left: 70vw;
		padding-left: 0;
	}

	.saffireMobileSize.isResponsive .itemDetailIframe {
		min-height: 443px;
	}

	.saffireMobileSize.isResponsive #scrollIt {
		padding-left: 0 !important;
		padding-right: 12px;
	}

	.saffireMobileSize.isResponsive #scheduleDescriptionContent .anythingSlider .arrow {
		display: none !important;
	}

	.saffireMobileSize.isResponsive #scheduleDescriptionContent .panel span {
		max-width: 90vw;
	}

	/*#scheduleDescriptionContent .anythingSlider,
	#scheduleDescriptionContent #itemsSlider {
		width: 100% !important;
	}*/

	.saffireMobileSize.isResponsive .eventDetailDetails.ourPickVisible #ourPickButton {
		width: 32px;
	}

	.saffireMobileSize.isResponsive .eventDetailDetails.ourPickVisible #ourPickButton img {
		width: 100%;
	}

	.saffireMobileSize.isResponsive #timeline {
		height: 250px !important;
	}

	.saffireMobileSize.isResponsive .timelineYearPanel {
		height: 200px !important;
	}

	.saffireMobileSize.isResponsive .cartcols {
		clear: left;
		width: 100%;
		border-bottom: 0;
		padding: 0 !important;
	}

	.saffireMobileSize.isResponsive .cartViewVertical .subContainer {
		min-width: 0;
		width: calc(100% - 16px);
	}

	.saffireMobileSize.isResponsive .hoverContent.subContainer {
	    min-width: 200px;
	    left: -150px;
	    right: 45%;
	}

	.saffireMobileSize.isResponsive .ticketsDealsListingEventName .hoverContent.subContainer {
	    left: 0;
	}

	.saffireMobileSize.isResponsive .listingItem {
		position: relative;
	}

	.saffireMobileSize.isResponsive .listingItemButtons.right {
		clear: right;
		position: absolute;
	    right: 6px;
	    top: 8px;
	}

	.saffireMobileSize.isResponsive .mapDescription.subContainer {
		/*left: 0 !important;
		*/
		max-width: 90vw !important;
	}

	.saffireMobileSize.isResponsive .mapDescription .listingItemButtons.right {
		float: none;
		position: static;
	}

	.saffireMobileSize.isResponsive .dynamicPageItemImageContainer {
		min-height: 22px;
	}

	.saffireMobileSize.isResponsive .listingItemCost.left {
		/*float: right;
		text-align: right;
		white-space: nowrap;
		margin-right: 10px;*/
		margin-bottom: 0.5em;
	}

	.saffireMobileSize.isResponsive .listingItemDetailTop,
	.saffireMobileSize.isResponsive .listingItemDetailBottom {
		clear: both;
	}

	.saffireMobileSize.isResponsive .listingItemDetailBottom {
		margin-top: 0.7em;
	}
	/*.saffireMobileSize.isResponsive .ticketsDealsListingName {
		padding-left: 0;
	}*/
	.saffireMobileSize.isResponsive .outlookCalendarAppointmentButton {
		display: block;
	}
	/*.saffireMobileSize.isResponsive .ticketsDealsListingEventName h3 {
		margin-top: 1em;
	}*/
	.saffireMobileSize.isResponsive .freeFormTextBoxNotification {
		/*left: auto !important;
		right: 10px;*/
	}

	.saffireMobileSize.isResponsive .listingItem {
		padding: 9px;
		width: 100%;
		line-height: normal;
	}
	.saffireMobileSize.isResponsive .ticketsDealsItemListing {
		padding-left: 0;
	}

	.saffireMobileSize.isResponsive .reviewYourOrderSubContainer .left,
	.saffireMobileSize.isResponsive .reviewYourOrderSubContainer .right {
		float: none;
	}
	.saffireMobileSize.isResponsive .reviewYourOrderSubContainer {
		padding: 10px;
		width: 96%;
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
	}
	.saffireMobileSize.isResponsive .checkoutReviewReviewYourOrder {
		float: none;
	}

	.saffireMobileSize.isResponsive #formModuleContainer .formColumnRight,
	.saffireMobileSize.isResponsive #formModuleContainer .formColumnMid,
	.saffireMobileSize.isResponsive #formModuleContainer .formColumnLeft {
		clear: both;
		width: 100%;
		flex: 1 1 100%;
	}

	.saffireMobileSize.isResponsive .listingItemDetailContainer {
		float: none;
		width: 100%;
	}

	.saffireMobileSize.isResponsive iframe {
		max-width: 96%;
		/* max-height: 50vh; */
	}
	.saffireMobileSize.isResponsive .seatmapChart.show-map iframe {
		max-height: 100%;
		max-width: 100%;
	}
	.saffireMobileSize.isResponsive .largeview {
		width: 92%;
		padding: 7px;
		left: 1%;
		-webkit-box-shadow: 0 0 6px #000;
		        box-shadow: 0 0 6px #000;
	}

	.saffireMobileSize.isResponsive .footer .footerSignIn .left {
	    float: none;
	}

	.saffireMobileSize.isResponsive .footer .footerSignIn {
		display: block;
	}

	.saffireMobileSize.isResponsive .footer .myAccountNavButton {
		display: block;
    	margin-top: 7px;
	}

	.saffireMobileSize.isResponsive .footer .footerSignIn a.button,
	.saffireMobileSize.isResponsive .footer ul li a.button {
	    display: block;
	    max-width: 90%;
	    margin: 0 auto;
	}
	.saffireMobileSize.isResponsive .footer .separator {
	    display: block;
	    font-size: 5px;
	    line-height: 6px;
	    opacity: 0;
	}

@media screen and (max-width: 388px){

	.isResponsive .calendarViewTable tr {
		height: 4em;
	}
	.isResponsive .eventCalendarViewTableCell div.calendarViewCalendarDate {
		font-size: 2em;
	}
	.isResponsive .eventCalendarViewTableCell.calendarViewDateIsToday .calendarViewCalendarDate:after {
		font-size: 0.3em;
	}
	.isResponsive #eventScheduleContent .galleryViewName {
		font-size: 1.5em;
	}
	.isResponsive .galleryItem {
	    width: 100% !important;
	}
	.isResponsive .expandedView .galleryItem {
		width: 96% !important;
	}
	.isResponsive .galleryViewItem {
		width: 90%;
	}
	.isResponsive .galleryViewItem img {
		width: 100% !important;
		height: auto !important;
	}
}

/*Entity Container*/

.entityContainerColumn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
padding: 0 1%;
min-height:1px;
}

/*One Column*/

.entityContainer.oneColumn .entityContainerRow.columnCount-1 .entityContainerColumn{
    clear:both;
    width: 100%;
}

/*Two Columns*/

/*One Column Size*/
.entityContainer.oneColumn .entityContainerRow.columnCount-2 .entityContainerColumn{
    clear:both;
    width: 100%;
}

/*Two/three Column  Size*/
.entityContainer.twoColumn .entityContainerRow.columnCount-2 .column-6,
.entityContainer.threeColumn .entityContainerRow.columnCount-2 .column-6
{
    float:left;
    width:50%;
}

.entityContainer.twoColumn .entityContainerRow.columnCount-2 .column-4,
.entityContainer.threeColumn .entityContainerRow.columnCount-2 .column-4
{
    float:left;
    width:33.33%;
}

.entityContainer.twoColumn .entityContainerRow.columnCount-2 .column-8,
.entityContainer.threeColumn .entityContainerRow.columnCount-2 .column-8
{
    float:left;
    width:66.66%;
}


/*Thee Columns*/

/*One Column Size*/
.entityContainer.oneColumn .entityContainerRow.columnCount-3 .entityContainerColumn{
    clear:both;
    width: 100%;
}

/*Two Column  Size*/
.entityContainer.twoColumn .entityContainerRow.columnCount-3 .columnIndex-1,.entityContainer.twoColumn .entityContainerRow.columnCount-3 .columnIndex-2{
    float:left;
    width:50%;
}

.entityContainer.twoColumn .entityContainerRow.columnCount-3 .columnIndex-3{
    clear:both;
}

/*Three Column  Size*/
.entityContainer.threeColumn .entityContainerRow.columnCount-3 .entityContainerColumn{
    float:left;
    width:33.33%;
}

.entityContainer.threeColumn .entityContainerRow.columnCount-3 .entityContainerColumn.columnIndex-3{
    width:33.33%;
}

.moduleSmall,
.moduleMedium,
.moduleLarge {
  margin-bottom: 10px;
}

.moduleMedium .swiper-slide .imageGridTitle,
.moduleSmall .swiper-slide .imageGridTitle {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  max-width: 92%;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 0;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.moduleMedium .swiper-slide .dynamicImageGridGalleryDescription,
.moduleSmall .swiper-slide .dynamicImageGridGalleryDescription {
  top: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.moduleSmall .textGalleryMulti,
.moduleMedium .textGalleryMulti,
.moduleLarge .imageGridSlideshowContainer,
.moduleMedium .imageGridSlideshowContainer,
.BusinessMediaModule.moduleSmall .eventdetailPhoto,
.BusinessMediaModule.moduleSmall .textGallerySinglePhotoContainer.galleryDataSourceWrapper,
.BusinessMediaModule.moduleSmall .textGallerySinglePhoto,
.BusinessMediaModule.moduleMedium .galleryDataSourceWrapper,
.BusinessMediaModule.moduleMedium .havePhotoCloneContainer,
.BusinessMediaModule.moduleLarge .galleryDataSourceWrapper,
.BusinessMediaModule.moduleLarge .havePhotoCloneContainer,
.moduleSmall.EventMediaModule .eventdetailPhoto,
.moduleMedium.EventMediaModule  .textMediaSlideshowContainer,
.moduleLarge.EventMediaModule  .textMediaSlideshowContainer,
.moduleMedium.EventMediaModule .havePhotoCloneContainer,
.moduleLarge.EventMediaModule .havePhotoCloneContainer {
  display: none;
}

.moduleSmall .textMediaSlideshowContainer,
.moduleMedium .textMediaSlideshowContainer,
.moduleSmall .textMedia.swiperMobileInstructions,
.moduleMedium .textMedia.swiperMobileInstructions,
.BusinessMediaModule.moduleSmall .textGallerySinglePhotoContainer.eventdetailPhoto,
.BusinessMediaModule.moduleSmall .galleryDataSourceWrapper,
.BusinessMediaModule.moduleSmall .swiperMobileInstructions,
.moduleSmall .imageGridSlideshowContainer,
.moduleSmall .imageModule.swiperMobileInstructions,
.moduleSmall.EventMediaModule .swiperMobileInstructions,
.moduleMedium .imageGridSlideshowContainer .textMediaSlideshowContainer,
.moduleLarge .imageGridSlideshowContainer .textMediaSlideshowContainer {
  display: block;
}

#skiptocontent a {
	padding:6px;
	position: absolute;
  top:-40px;
	left:0px;
	color:#222;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
	background:#f0f0f0;
  transition: top 0.1s ease-out;
  z-index: 100;
}

#skiptocontent a:focus {
	position:absolute;
	left:0px;
	top:0px;
  transition: top 0.1s ease-in;
}

body:not(.slideshowsInitiated) .textMediaSlideshowContainer,
.moduleLarge .textMediaSlideshowContainer {
  display: none;
}

.imageGridSlideshowContainer .swiper-slide,
.textMediaSlideshowContainer .swiper-slide {
  height: auto;
  padding: 1.2em 0;
}

.moduleMedium .itemListTypeList .text-container {
    width: 59%;
    text-align: left;
    padding-top: 5px;
    display: inline-block;
}

.moduleMedium .itemListTypeList .dynamicImageGridGalleryDescription {
    text-align: left;
}

/* Photo gallery */
.masonry {
  margin-top: 10px;
}
.masonry .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	margin: 20px 0;
}

.masonry .head h2 {
	margin: 0;
	width: 100%;
}
@media screen and (max-width: 600px) {
	.masonry .head {
	  -webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
	}
	.masonry .head h1 {
		display: block;
	}
	.masonry .head h2 {
	  margin-top: 14px;
	}
}

.masonry .gallery-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'open_sansbold';
}
.filter-dropdown {
  position: relative;
  margin-right: 30px;
  cursor: pointer;
	z-index: 9;
}
.filter-dropdown .arrow {
  display: inline-block;
  margin-left: 5px;
	margin-bottom: 2px;
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.filter-dropdown .gallery-categories {
  position: absolute;
  left: 0;
  top: 21px;
  padding: 5px;
  margin: 0;
  opacity: 0;
  overflow: hidden;
	max-height: 202px;
	width: 200px;
	max-width: 200px;
	overflow-y: auto;
  list-style-type: none;
  background: #fff;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.15);
          box-shadow: 2px 2px 2px rgba(0,0,0,0.15);
  z-index: 1;
  white-space: normal;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.filter-dropdown .gallery-categories li {
	font-family: "open_sansregular";
	padding: 5px;
	font-size: 12px;
	color: #333;
}
.gallery-categories li:hover {
  background: rgba(0,0,0,0.1);
}
.filter-dropdown.reveal .gallery-categories {
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
	white-space: normal;
}
.size {
  display: inline-block;
  border: 2px solid #000;
  margin: 0 3px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.size:hover,
.size.selected {
  /*background: #a0a0a0;
  border-color: #a0a0a0;*/
  background: #000;
  border-color: #000;
}
.size[data-col="sm"] {
  width: 10px;
  height: 10px;
}
.size[data-col="md"] {
  width: 12px;
  height: 12px;
}
.size[data-col="lg"] {
  width: 14px;
  height: 14px;
}
.masonry-content {
  -webkit-column-gap: 3px;
          column-gap: 3px;
  line-height: 0;
}
.masonry.images-lg .masonry-content{
  -webkit-column-count: 2;
          column-count: 2;
}
.masonry.images-md .masonry-content{
  -webkit-column-count: 3;
          column-count: 3;
}
.masonry.images-sm .masonry-content{
  -webkit-column-count: 4;
          column-count: 4;
}
.masonry-panel,
.masonry-image {
  display: block;
  width: 100%;
  height: auto;
}
.masonry-image {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0,100%,0);
          transform: translate3d(0,100%,0);
  will-change: transform, opacity;
  opacity: 0;
}
.masonry-panel a {
	text-decoration: none;
}
.masonry-panel span {
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: none;
	width: 100%;
	height: auto;
	padding: 5px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: left;
	color: #fff;
	line-height: 1.5;
	font-size: 14px;
	height: 52px;
	overflow: hidden;
}



.gallery-ready .masonry-image {
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
  opacity: 1;
  /*animation-name: slideup;
  animation-timing-function: ease;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-delay: inherit;*/
}
.masonry-panel {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
  display: inline-block;
  position: relative;
	margin-bottom: 3px;
}
.masonry-content .image-text {
  width: 100%;
  background: rgba(0,0,0,0.9);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 20px;
  opacity: 0;
}
.gallery-ready .masonry-content .image-text {
  opacity: 1;
  -webkit-transition: all 0.4s ease 0.3s;
  transition: all 0.4s ease 0.3s;
}
.images-md .masonry-content .video .image-text,
.images-lg .masonry-content .video .image-text {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.masonry-content .image-text h3 {
  color: #fff;
}
.masonry-content .masonry-panel img {
  max-width: 100%;
}
.saffireMobileSize .gallery-controls .views {
  display: none;
}
.saffireLargeSize .masonry-content:hover .masonry-panel:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  cursor: pointer;
}
.saffireLargeSize .masonry-content:hover .masonry-panel:hover:before {
  opacity: 0;
}
.saffireLargeSize .masonry-content:hover .masonry-panel.video:hover:before {
  opacity: 1;
  /* background:url("../images/play-image.png") no-repeat center/cover; */
}
@media screen and (min-width: 600px) and (max-width: 817px) {
  .masonry.images-sm .masonry-content,
  .masonry.images-md .masonry-content,
  .masonry.images-lg .masonry-content {
    -webkit-column-count: 2;
            column-count: 2;
  }
}
@media screen and (max-width: 599px) {
  .masonry.images-sm .masonry-content,
  .masonry.images-md .masonry-content,
  .masonry.images-lg .masonry-content {
    -webkit-column-count: 1;
            column-count: 1;
  }
	.masonry-panel a {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.masonry-panel a img {
		max-width: 40%;
		width: 40%;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 40%;
		        flex: 1 1 40%;
	}
	.masonry-panel a span {
		padding-right: 0;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 60%;
		        flex: 1 1 60%;
		height: auto;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
}


@-webkit-keyframes slideup {
  0% {
    -webkit-transform: translate3d(0,100%,0);
            transform: translate3d(0,100%,0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    opacity: 1;
  }
}


@keyframes slideup {
  0% {
    -webkit-transform: translate3d(0,100%,0);
            transform: translate3d(0,100%,0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    opacity: 1;
  }
}

/*VIDEO/PHOTO GALLERY MASONRY GRID*/


.masonry-grid {
	margin-left: 3px;
}
.masonry-grid-item {
	margin-bottom: 3px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.masonry.images-lg .masonry-grid-sizer,
.masonry.images-lg .masonry-grid-item {
	width: calc(50% - 3px);
}
.masonry.images-md .masonry-grid-sizer,
.masonry.images-md .masonry-grid-item {
	width: calc(33.33% - 3px);
}
.masonry.images-sm .masonry-grid-sizer,
.masonry.images-sm .masonry-grid-item {
	width: calc(25% - 3px);
}

@media screen and (min-width: 601px) {
	.photo-gallery-landing .masonry.images-md .masonry-grid-sizer,
	.photo-gallery-landing .masonry.images-md .masonry-grid-item {
		width: calc(25% - 3px);
	}
}

@media screen and (max-width: 600px) {
	.masonry.images-lg .masonry-grid-sizer,
	.masonry.images-md .masonry-grid-sizer,
	.masonry.images-sm .masonry-grid-sizer,
	.masonry.images-lg .masonry-grid-item ,
	.masonry.images-md .masonry-grid-item ,
	.masonry.images-sm .masonry-grid-item {
		width: calc(100% - 3px);
	}
}

.masonry-grid-item a {
	position: relative;
	display: block;
	text-decoration: none;
	overflow: hidden;
}
.masonry-grid-item:hover {
	cursor: pointer;
}
@media screen and (min-width: 601px) {
	.titles-on-hover .masonry-grid-item a > span{
		position: absolute;
		background: rgba(0,0,0,0.5);
		bottom: -100%;
		-webkit-transition: 0.5s;
		transition: 0.5s;
		opacity: 0;
		width: 100%;
		text-align: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		min-height: 16px;
		max-height: 100%;
		padding: 10px;
	}
	.titles-on-hover .masonry-grid-item:focus > a > span,
  .titles-on-hover .masonry-grid-item:hover > a > span {
		opacity: 1;
		color: #fff;
		height: auto;
		bottom: 0;
		-webkit-transition: 0.5s;
		transition: 0.5s;
		-webkit-transition-delay: 0.3s;
		        transition-delay: 0.3s;
	}
}
.masonry-grid-item img {
	display: block;
	width: 100%;
	max-width: 100%;
}

.masonry-grid-item span {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 47px;
	padding: 5px 10px;
	background: transparent;
	font-size: 14px;
	text-align: left;
}

/*.titles-on-hover .masonry-grid-item span{
    display:none;
}*/

.masonry.images-lg .masonry-grid-item span {
	font-size: 14px;
}
.masonry.images-sm .masonry-grid-item span {
	font-size: 12px;
}

@media screen and (min-width:601px) and (max-width: 767px) {
	.masonry .masonry-grid-item span {
		font-size: 12px;
	}
}

@media screen and (max-width: 600px) {
	.masonry-grid-item {
		margin-bottom: 6px;
	}
	.masonry-grid-item a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.masonry-grid-item img {
		width: 45%;
		max-width: 45%;
	}
	.masonry-grid-item span {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		min-height: 10px;
		height: auto;
		padding: 5px 0 5px 20px;
	}
	.masonry .masonry-grid-item span {
		font-size: 12px;
	}
}


/*.saffireLargeSize .masonry-grid:hover .masonry-grid-item:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
  transition: all 0.3s ease;
  z-index: 1;
  cursor: pointer;
}
.saffireLargeSize .masonry-grid:hover .masonry-grid-item:hover:before {
  opacity: 0;
}
.saffireLargeSize .masonry-grid:hover .masonry-grid-item.video:hover:before {
  opacity: 1;
  background:url("../images/play-image.png") no-repeat center/cover;
}*/













/* Reserve seating */
.seatmapChart {
  height: 400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  background: #fff;
  display: none;
  pointer-events: none;
}

.seatmapChart.show-map {
  display: block;
  pointer-events: all;
  position: relative;
  top: 0;
  border: 2px solid rgba(0,0,0,0.1);
}

.mode-select {
  width: auto;
  height: auto;
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}


#reservations {
    margin-top: 10px;
}

.AngularAppContainer.loading .please-wait{
  opacity: 0.85;
  visibility: visible;
  z-index: 18;
}

.AngularAppContainer.loading.loading-silent .please-wait{
  opacity: 0;
}

.AngularAppContainer.loading .ticket-transfer-controller .please-wait {
  position: fixed;
  z-index: 99999999;
}

#reservations.loading .mode-select {
  pointer-events: none;
}
#reservations.loading .loader {
  opacity: 0;
}

#reservations a.button.disabled {
  background: rgba(0,0,0,0.1);
  opacity: 0.8;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
}

#reservations a.button.disabled .path {
  stroke: currentColor;
}

#reservations .seat-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

a.clear-all {
  cursor: pointer;
  position: relative;
  -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.loader {
  position: relative;
  width: 100%;
  height: 100%;
  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;
}

.please-wait {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  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;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.please-wait h1 {
  max-width: 63vw;
}

.spinner {
  margin-right: 10px;
  -webkit-animation: rotator 1.4s linear infinite;
          animation: rotator 1.4s linear infinite;
}

.messengerActive .messenger {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  background: rgba(255,255,255,0.9);
  -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

.appMessage {
  max-width: 90%;
  border: 1px solid #f3f3f3;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 17px;
  box-shadow: 2px 2px 10px -5px;
}
.appMessage p {
  margin: 1em 0;
  line-height: 1.5;
}
.messenger .button-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;
}
.messenger .button-container span {
  margin: 0 7px;
}

.seatSelectorActive .seatSelector {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  background: rgba(255,255,255,0.9);
  -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

.seatSelectorContent {
  width: 90%;
  height:90%;
  border: 1px solid #f3f3f3;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 17px;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
          box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
  overflow:auto;
}

.generalAdmissionSelectorActive .gaConvertFromHoldModal {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2;
	background: rgba(255,255,255,0.9);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.generalAdmissionSelectorConfirmationContent {
	width: 650px;
	height: 550px;
	border: 1px solid #f3f3f3;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 17px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	overflow: auto;
}

.orderConfirmationActive .orderConfirmation {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  background: rgba(255,255,255,0.9);
  -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

.orderConfirmationContent {
  border: 1px solid #f3f3f3;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 17px;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
          box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
  overflow:auto;
}

.cancelOrderConfirmationActive .cancelOrderConfirmation {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  background: rgba(255,255,255,0.9);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#boxOfficeCancelOrderConfirmation .cancelOrderConfirmationContent {
  width: auto;
  height: auto;
  border: 1px solid #f3f3f3;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2em;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
  overflow: auto;
}

#boxOfficeOrderConfirmation .ticketDetailsNeeded {
  width: 100%;
  text-align: center;
  display: block;
  margin: 1em 0 0;
  color: red;
  border: 1px solid red;
  padding: .75em;
}

#boxOfficeOrderConfirmation .fa-exclamation-triangle {
  font-family: 'FontAwesome';
  font-style: normal;
  margin-right: .5em;
}

.orderHistoryActive .orderHistory { 
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  background: rgba(255,255,255,0.9);
  -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.orderHistoryActive.cancelOrderConfirmationActive .orderHistory { 
  z-index: 1;
}

.orderHistoryContent {
  width: 50%;
  height:90%;
  border: 1px solid #f3f3f3;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 17px;
  line-height: 1.3;
  box-shadow: 2px 2px 10px -5px;
  overflow:auto;
}

.invoiceOrderConfirmationActive .invoiceOrderConfirmation {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2;
	background: rgba(255,255,255,0.9);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.emailReceiptConfirmationActive .emailReceiptConfirmation {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 12;
	background: rgba(255,255,255,0.9);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ticketDetails .ticketsDetailsActive {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2;
	background: rgba(255,255,255,0.9);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#boxOfficeInvoiceOrderConfirmation .invoiceOrderConfirmationContent {
	width: auto;
	height: auto;
	border: 1px solid #f3f3f3;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1em 2em;
	box-shadow: 2px 2px 10px -5px;
	overflow: auto;
}

#smsTickets .smsTicketsContent {
	width: auto;
	height: auto;
	border: 1px solid #f3f3f3;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2em 3em;
	box-shadow: 2px 2px 10px -5px;
	overflow: auto;
}

#boxOfficeInvoiceOrderConfirmation .invoiceOrderConfirmationContent .input-group {
	display: block;
	margin: 0 10px 1em 0;
}


#boxOfficeEmailReceiptConfirmation .emailReceiptConfirmationContent {
	width: auto;
	height: auto;
	border: 1px solid #f3f3f3;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1em 2em;
	box-shadow: 2px 2px 10px -5px;
	overflow: auto;
}

#boxOfficeEmailReceiptConfirmation .emailReceiptConfirmationContent .input-group {
	display: block;
	margin: 0 10px 1em 0;
}



.settingsActive .settings {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  background: rgba(255,255,255,0.9);
  -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

.settingsContent {
  /*width: 50%;
  height:90%;*/
  border: 1px solid #f3f3f3;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 40px 40px;
  box-shadow: 2px 2px 10px -5px;
  overflow:auto;
}

.customPrintingActive .customPrinting {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    background: rgba(255,255,255,0.9);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.customPrintingContent {
    border: 1px solid #f3f3f3;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 40px 40px;
    box-shadow: 2px 2px 10px -5px;
    overflow: auto;
}

.customPrintingContent ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.customPrintingContent ul label {
  display: block;
  padding: 2px 0;
}

.customPrintingContent > div > ul {
  max-height: 40vh;
  overflow: auto;
  margin: 1em 0 2em;
  padding-right: 1em;
  width: 40vw;
  min-width: 400px;
}

.customPrintingContent > div > ul > li {
  margin-top: .5em;
}

#customPrintingCodesContainer ul ul ul > li > label input {
  margin-right: 2em;
}
#customPrintingCodesContainer ul ul > li > label input {
  margin-right: 1.25em;
}
#customPrintingCodesContainer ul > li > label input {
  margin-right: .5em;
}

.ticketsDetailsActive .ticketsDetails {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 10;
	background: rgba(255,255,255,0.9);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ticketsDetailsContent {	
  width: 80%;
  max-width: 1392px;
	height: 90%;
	border: 1px solid #f3f3f3;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 17px;
	line-height: 1.3;
	box-shadow: 2px 2px 10px -5px;
	overflow: auto;
  padding-bottom: 0;
}

.spark-tickets-details {
	height: 100%;
}

.sparkTicketsDetailsContent {
	height: 100%;
	overflow: auto;
}

.autoPrintOptions {
    padding: 10px;
}

.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  stroke: #0081d1;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite;
          animation: dash 1.4s ease-in-out infinite;
}

.note.limit-order {
  display: block;
  margin-top: -8px;
  padding-left: 1px;
}

#reservations .mode-select a {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  max-width: 200px;
	margin-right: 2px;
  z-index: 1;
  cursor: pointer;
	text-decoration: none !important;
	text-transform: uppercase;
	text-align: center;
	font-family: "open_sansregular" !important;
	font-size: 16px !important;
	color: #fff !important;
  background: #0081d1 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#reservations .mode-select a:after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 10px 0 10px;
	border-color: #0081d1 transparent transparent transparent;
}
#reservations .mode-select span {
  line-height: 2em;
}

#reservations .bestAvailable .mode-select a.mode-pick {
	opacity: 0.5;
}


#reservations .bestAvailable .mode-select a.mode-pick:after {
	opacity: 0;
}

#reservations .bestAvailable .mode-select a.mode-pick:hover {
	opacity: 1;
}

#reservations .bestAvailable .mode-select a.mode-onhold {
opacity: 0.5;
}

#reservations .bestAvailable .mode-select a.mode-onhold:after {
opacity: 0;

}

#reservations .bestAvailable .mode-select a.mode-onhold:hover {
opacity: 1;

}

#reservations .normal .mode-select a.mode-best {
opacity: 0.5;

}

#reservations .normal .mode-select a.mode-best:after {
 opacity: 0;

}

 #reservations .normal .mode-select a.mode-best:hover {
opacity: 1;
}

#reservations .normal .mode-select a.mode-onhold {
 opacity: 0.5;

}


#reservations .normal .mode-select a.mode-onhold:after {
 opacity: 0;

}


#reservations .normal .mode-select a.mode-onhold:hover {
 opacity: 1;

}



#reservations .Onhold .mode-select a.mode-pick {
opacity: 0.5;

}


#reservations .Onhold .mode-select a.mode-pick:after {
opacity: 0;

}


#reservations .Onhold .mode-select a.mode-pick:hover {
opacity: 1;

}


#reservations .Onhold .mode-select a.mode-best {
 opacity: 0.5;

}


#reservations .Onhold .mode-select a.mode-best:after {
 opacity: 0;

}


 #reservations .Onhold .mode-select a.mode-best:hover {
	opacity: 1;
	
}                            
#reservations .bestAvailable .chart-selection-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#reservations .bestAvailable .seatmapChart.show-map {
  width: 55% !important;
  min-width: 320px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#reservations .bestAvailable .seats-container{
  min-width: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 5px;
}

.seatmapSelectors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.seatmapSelectors strong {
  margin-right: 4px;
}
.seatmapSelectors span {
  margin: 0 20px 8px 0;
}
.seatmapBestAvailable {
  margin-bottom: 10px;
}
.seat-countdown {
  color: red;
  display: block;
  margin-bottom: 6px;
}
#reservations a.button.seat-retry {
  background: #c60101;
  -webkit-box-shadow: -2px -2px 0px 0px #ab1a1a inset;
          box-shadow: -2px -2px 0px 0px #ab1a1a inset;
}
.selected-header {
  display: inline-block;
  margin-right: 10px;
}
#reservations .selected-seats h3.dateDisplayBar {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
          justify-content: space-between;
}
#reservations .show-map {
  font-size: 0.7em;
  text-decoration: underline;
  margin-right: 8px;
  cursor: pointer;
  display:block;
}

#reservations .show-map i {
  margin-right: 3px;
}

.chart-selection-container {
	position: relative;
}

.seatmap-scroll-message {
	position: sticky;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 1rem;
	line-height: 1;
	font-size: 1rem;
	font-weight: 700;
	padding: 1.25rem 0;
	background: rgba(255,255,255,1);
	box-shadow: 0 -5px 5px -3px rgba(0,0,0,0.15);
	z-index: 999;	
}

.saffireLargeSize #reservations .bestAvailable .seatmap-scroll-message {
 	display: none;
}

.saffireMobileSize #reservations .bestAvailable .chart-selection-container {
	flex-direction: column;
}
.saffireMobileSize #reservations .bestAvailable .seatmapChart.show-map {
	width: 100% !important;
}

.selected-seats {
  padding: 0 10px;
}
.selected-seats.nothing-selected h2 {
  margin: 0.5em 0;
  background: rgba(0,0,0,0.1);
  padding: 4px;
}
.seat-list {
  list-style-type: none;
  padding: 0;
  margin: 5px 0 10px;
}
.seat-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#reservations:not(.bestAvailable) .seat-list li:hover {
  background: rgba(0,0,0,0.1);
}
.seat-list li general-admission-configuration,
.seat-list li seat-configuration {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 10px;
  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;
}
general-admission-configuration > div,
seat-configuration > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.seat-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.seat-info span {
  margin: 0 15px;
}
.seat-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.seat-controls strong {
  margin-right: 10px;
}
.release-seat {
  cursor: pointer;
  font-size: 1.4em;
  margin-left: 10px;
}


#reservations .bestAvailable .seat-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#reservations .bestAvailable .seat-info span {
  margin: 0;
}
#reservations .bestAvailable .seat-list li general-admission-configuration,
#reservations .bestAvailable .seat-list li seat-configuration {
  border: 1px solid rgba(0,0,0,0.1);
  padding: 0 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .seat-info {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .seat-info span {
    margin: 0;
  }
  .seat-list li general-admission-configuration,
  .seat-list li seat-configuration {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 0 10px;
    margin-bottom: 10px;
  }
}

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}

.unselectable {
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}


/********************* POST PURCHASE SOCIAL SHARE ********************/

.orderConfirmationSocialShare {
  margin-top: 45px;
}

.orderConfirmationSocialShare #manageProductsTable {

}

.orderConfirmationSocialShare #manageProductsTable #productGrid {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
}

.orderConfirmationSocialShare #manageProductsTable #socialShareTitle {
  margin: 55px 0 15px;
}

.orderConfirmationSocialShare #manageProductsTable .purchased-product-container {
  display: flex;
  flex-basis: 16%;
  flex-direction: column;
  flex: 1;
  min-width: calc(25% - 22px);
  max-width: calc(25% - 22px);
  width: calc(25% - 22px);
  background: #fff;
  border: 1px solid #ccc;
  margin: 2px;
  padding: 8px;
}

.saffireMobileSize .orderConfirmationSocialShare #manageProductsTable .purchased-product-container {
  flex-basis: 45%;
  max-width: 45%;
}

@media screen and (max-width: 490px) {
  .orderConfirmationSocialShare #manageProductsTable .purchased-product-container {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}

.orderConfirmationSocialShare #manageProductsTable .purchased-product-container .product-details-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.orderConfirmationSocialShare #manageProductsTable .purchased-product-container .product-details-container .product-image {
  margin: 5px;
}

.orderConfirmationSocialShare #manageProductsTable .purchased-product-container .product-details-container .product-details {
  /*margin-left: 30px;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  word-break: break-word;
}

.orderConfirmationSocialShare #manageProductsTable .purchased-product-container .product-details-container .product-details .product-name {
  text-align: center;
}

.orderConfirmationSocialShare #manageProductsTable .purchased-product-container .product-details-container .product-details .product-name h4 {
  margin: 5px;
}

.orderConfirmationSocialShare #manageProductsTable .purchased-product-container .product-details-container .product-details .social-share-container  .at-icon-wrapper {
  box-sizing: border-box;
  height: 27px !important;
  width: 27px !important;
  border-radius: 3px;
  margin: 3px;
  border-radius: 100%;
  border: 2px solid #fff;
}

.orderConfirmationSocialShare #manageProductsTable .purchased-product-container .product-details-container .product-details .social-share-container  .at-icon-wrapper svg {
  display: block;
  margin: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.orderConfirmationSocialShare #manageProductsTable .purchased-product-container .product-details-container .product-details .social-share-container .at-icon-wrapper:hover {
  border: none;
}












/* ////////////////////////////////////////////////////////////////////////// */
/* COOKIE BANNER and COOKIE SETTINGS STYLES */

#cookie-banner-container {
  box-sizing: border-box;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	opacity: 0;
	background: #f0f0f0;
	font-size: 12px;
	font-family: "open_sansregular";
	color: #222;
  box-shadow: 0px 5px 10px 5px #000;
	z-index: 999999999;
	-webkit-transition: 0.3s;
	transition: 0.3s;
  animation: bannerFadeIn 0.3s forwards;
}
#cookie-banner-container .cookie-banner-content {
  box-sizing: border-box;
	display: flex;
  align-items: center;
	width: 1300px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 20px;
}
#cookie-banner-container .cookie-banner-buttons > div {
  flex-shrink: 0;
	padding: 6px 25px;
	margin-left: 10px;
}
#cookie-banner-container p {
	color: #222;
	padding-right: 50px;
	margin: 0;
	line-height: 1.5;
	max-width: 680px;
	margin-right: auto;
}
#cookie-banner-container p a {
	font: inherit;
	color: inherit;
	text-decoration: underline;
}

#cookie-banner-container .cookie-banner-buttons {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
#cookie-banner-container .cookie-banner-accept-btn {
	background: #222;
	color: #f0f0f0;
	border: 1px solid #222;
}
#cookie-banner-container .cookie-banner-reject-btn {
	background: #f0f0f0;
	color: #222;
	border: 1px solid #222;
}
/* #cookie-banner-container .cookie-banner-close-btn {
	color: #222;
	font-size: 24px;
	font-weight: 700;
	padding: 6px 10px;
} */
#cookie-banner-container .cookie-banner-content > p,
#cookie-banner-container .cookie-banner-content > div {
	/* border: 1px solid red; */
}



.saffireMobileSize #cookie-banner-container .cookie-banner-content {
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	padding: 15px;
}
.saffireMobileSize #cookie-banner-container p {
	padding: 0;
	margin-bottom: 15px;
	font-size: 12px;
	flex: 1 1 85%;

}
/* .saffireMobileSize #cookie-banner-container .cookie-banner-close-btn {
	order: 2;
	padding-right: 0;
	padding-top: 0;
} */

.saffireMobileSize #cookie-banner-container .cookie-banner-buttons {
	display: grid;
	grid-template-rows: auto auto;
	justify-content: center;
	justify-items: center;
	text-align: center;
	gap: 0.5rem;
	margin-top: 0.5rem;
}

.saffireMobileSize #cookie-banner-container .cookie-banner-settings-btn {
		grid-row: 2;
    grid-column: 1 /3;
    margin: 0.25rem 0 0.25rem;
    order: 3;
}

.saffireMobileSize #cookie-banner-container .cookie-banner-accept-btn,
.saffireMobileSize #cookie-banner-container .cookie-banner-reject-btn {
	margin: 0 5px;
}



#cookie-banner-container .cookie-banner-settings-btn {
	text-decoration: underline;
}

#cookie-banner-container .cookie-banner-accept-btn:hover {
	background: #000;
	color: #fff;
}
#cookie-banner-container .cookie-banner-reject-btn:hover {
	background: #e7e7e7;
}


/* #cookie-banner-container .cookie-banner-close-btn:hover {
	color: #000;
} */
#cookie-banner-container .cookie-banner-buttons > div:hover {
	cursor: pointer;
}



/* //////////////////// */

#cookie-settings-container {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 100vh;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999999999;
	opacity: 0;
	font-size: 12px;
	font-family: "open_sansregular";
	color: #222;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#cookie-settings-container.show-cookie-settings {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-animation: settingsFadeIn 0.3s forwards;
	        animation: settingsFadeIn 0.3s forwards;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#cookie-settings-container .cookie-settings-content {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 90%;
	max-width: 800px;
	min-height: 50%;
	padding: 30px;
	background: #f0f0f0;
	color: #222;
}
#cookie-settings-container .cookie-settings-content-message span {
	display: block;
	margin-bottom: 16px;
	font-size: 28px;
}
#cookie-settings-container .cookie-settings-content p {
	font-size: 12px;
	line-height: 1.5;
}
#cookie-settings-container .cookie-settings-content-message {
	margin-bottom: 30px;
}

#cookie-settings-container .cookie-settings-content-category-wrapper {
	overflow: auto;
	height: 204px;
}
#cookie-settings-container .cookie-settings-category {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	margin: 0 auto 5px;
	padding: 10px;
	background: #fff;
	-webkit-box-shadow: 0px 3px 6px -4px #999;
	        box-shadow: 0px 3px 6px -4px #999;
}
#cookie-settings-container .cookie-settings-category-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#cookie-settings-container .cookie-settings-category-top span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: stretch;
	    align-self: stretch;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: calc(100% - 100px);
	font-size: 16px;
}
#cookie-settings-container .cookie-settings-category-top span:hover {
	cursor: pointer;
}
#cookie-settings-container .cookie-settings-category-top span:after {
	display: inline-block;
	content: "";
	height: 18px;
	width: 18px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-left: 20px;
	background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyODQuOTI5IDI4NC45Mjk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNMjgyLjA4Miw3Ni41MTFsLTE0LjI3NC0xNC4yNzNjLTEuOTAyLTEuOTA2LTQuMDkzLTIuODU2LTYuNTctMi44NTZjLTIuNDcxLDAtNC42NjEsMC45NS02LjU2MywyLjg1NkwxNDIuNDY2LDE3NC40NDEgICBMMzAuMjYyLDYyLjI0MWMtMS45MDMtMS45MDYtNC4wOTMtMi44NTYtNi41NjctMi44NTZjLTIuNDc1LDAtNC42NjUsMC45NS02LjU2NywyLjg1NkwyLjg1Niw3Ni41MTVDMC45NSw3OC40MTcsMCw4MC42MDcsMCw4My4wODIgICBjMCwyLjQ3MywwLjk1Myw0LjY2MywyLjg1Niw2LjU2NWwxMzMuMDQzLDEzMy4wNDZjMS45MDIsMS45MDMsNC4wOTMsMi44NTQsNi41NjcsMi44NTRzNC42NjEtMC45NTEsNi41NjItMi44NTRMMjgyLjA4Miw4OS42NDcgICBjMS45MDItMS45MDMsMi44NDctNC4wOTMsMi44NDctNi41NjVDMjg0LjkyOSw4MC42MDcsMjgzLjk4NCw3OC40MTcsMjgyLjA4Miw3Ni41MTF6IiBmaWxsPSIjMjIyMjIyIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
#cookie-settings-container .cookie-settings-category-toggle {
	position: relative;
	display: block;
	height: 26px;
	width: 52px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	border-radius: 26px;
	background: #686868;
}

#cookie-settings-container .cookie-settings-category-info {
	overflow: hidden;
}
#cookie-settings-container .cookie-settings-category-info p {
	margin: 0;
	font-size: 0;
	color: #fff;
	-webkit-transition: font-size 0.1s;
	transition: font-size 0.1s;
}
#cookie-settings-container .cookie-settings-category.view-info .cookie-settings-category-info p {
	margin-top: 12px;
	font-size: 12px;
	color: #222;
	-webkit-transition: font-size 0.1s;
	transition: font-size 0.1s;
}
#cookie-settings-container .cookie-settings-category.view-info .cookie-settings-category-top span:after {
	-webkit-transform: rotateX(180deg);
	        transform: rotateX(180deg);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}



/* ///////// cookie settings toggle switches */
#cookie-settings-container .cs-slider {
	background-color: #686868;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: .1s;
	transition: .1s;
}
#cookie-settings-container .cs-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 22px;
	left: 2px;
	position: absolute;
	-webkit-transition: .1s;
	transition: .1s;
	width: 22px;
}

#cookie-settings-container .cookie-settings-category[data-cookie-category-key="essential"] .cookie-settings-category-toggle {
	opacity: 0.3;
	pointer-events: none;
}
#cookie-settings-container .cookie-settings-category-toggle.checked .cs-slider {
	background-color: #66bb6a;
}

#cookie-settings-container .cookie-settings-category-toggle.checked .cs-slider:before {
	-webkit-transform: translateX(26px);
	        transform: translateX(26px);
}

#cookie-settings-container .cs-slider.cs-round {
  border-radius: 26px;
}

#cookie-settings-container .cs-slider.cs-round:before {
  border-radius: 50%;
}





#cookie-settings-container .cookie-settings-content-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-top: 30px;
}
#cookie-settings-container .cookie-settings-save-btn {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	padding: 6px 15px;
	margin-left: 10px;
	background: #222;
	color: #f0f0f0;
}
#cookie-settings-container .cookie-settings-save-btn:hover {
	background: #000;
	color: #fff;
	cursor: pointer;
}

@-webkit-keyframes bannerFadeIn {
	0%   { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes bannerFadeIn {
	0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-webkit-keyframes settingsFadeIn {
	0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes settingsFadeIn {
	0%   { opacity: 0; }
  100% { opacity: 1; }
}

@media screen and (max-width: 767px), screen and (max-height: 500px) {
	.saffireMobileSize #cookie-banner-container p {
		font-size: 11px;
	}
	#cookie-settings-container .cookie-settings-content {
		padding: 25px 15px;
		width: 100%;
		min-height: auto;
	}
	#cookie-settings-container .cookie-settings-content-message {
		margin-bottom: 15px;
	}
	#cookie-settings-container .cookie-settings-content-message span {
		font-size: 22px;
	}
	#cookie-settings-container .cookie-settings-content-message p {
		font-size: 11px;
	}
	#cookie-settings-container .cookie-settings-content-category-wrapper {
		overflow: auto;
		height: 136px;
	}
	#cookie-settings-container .cookie-settings-category {
		padding: 5px 10px;
	}
	#cookie-settings-container .cookie-settings-category-top span {
		font-size: 14px;
		width: calc(100% - 50px);
	}
	#cookie-settings-container .cookie-settings-category-top span:after {
		width: 12px;
		height: 12px;
	}
	#cookie-settings-container .cookie-settings-category.view-info .cookie-settings-category-info p {
		font-size: 11px;
		margin-top: 6px;
	}
	#cookie-settings-container .cookie-settings-category-toggle {
		height: 18px;
		width: 40px;
	}
	#cookie-settings-container .cs-slider:before {
		width: 14px;
		height: 14px;
	}
	#cookie-settings-container .cookie-settings-category-toggle.checked .cs-slider:before {
		-webkit-transform: translateX(22px);
		        transform: translateX(22px);
	}
	#cookie-settings-container .cookie-settings-content-bottom {
		margin-top: 15px;
	}
}
@media screen and (orientation: landscape) and (max-height: 500px) {
	#cookie-settings-container .cookie-settings-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#cookie-settings-container .cookie-settings-content-category-wrapper {
		display: inline-block;
		width: 80%;
	}
	#cookie-settings-container .cookie-settings-content-bottom {
		display: inline-block;
		margin: 0 auto;
	}
}
@media screen and (max-height: 400px) {
	#cookie-settings-container .cookie-settings-content-message p {
		font-size: 9px;
	}
}

/* // Simple Login  */
.signInPageWrapper.simple-login:not(.showCreateAccount) .titles a {
  display: none;
}

.signInPageWrapper.simple-login.showCreateAccount .titles {
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.signInPageWrapper.simple-login .js-create-account {
  display: none;
}
.signInPageWrapper.simple-login .left.cartcols:not(.right) h2 {
  display: none;
}

.signInPageWrapper.simple-login > .left.cartcols:nth-of-type(3) {
  margin-top: 20px;
  border-top: 1px solid #aaa;
}

.signInPageWrapper.simple-login > .left.cartcols:nth-of-type(3) > a:first-child {
  display: block;
  margin-top: 20px;
}
.signInPageWrapper.simple-login > .left.cartcols:nth-of-type(3) .left:not(.half_col) {
  margin-top: 20px;
}

.simple-login.showCreateAccount > .left.cartcols:nth-of-type(3) { 
  border-top: 0;
  margin-top: 0;
}

.simple-login.showCreateAccount > br { 
  display: none;
}


/* ////////////////////////////////////////////////////////////////////////// */
/* PRIVACY AND TERMS COOKIE TABLE STYLES */

.cookieTable .cookie-group-info {
	padding: 0 5%;
}
.cookieTable .cookie-group-info table {
	border-collapse: collapse;
	width: 100%;
}
.cookieTable .cookie-group-info table th,
.cookieTable .cookie-group-info table td {
	border: 1px solid #111;
  padding: 0.5rem;
  text-align: left;
}
.cookieTable .cookie-group-info table th:first-child,
.cookieTable .cookie-group-info table td:first-child {
	width: 20%;
}
.cookieTable .cookie-group-info table th:last-child,
.cookieTable .cookie-group-info table td:last-child {
	width: 15%;
}



@media screen and (max-width: 480px) {
	.cookieTable .cookie-group-info table th {
		display: none;
	}
	.cookieTable .cookie-group-info table td {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100% !important;
		border-bottom: none;
	}
	.cookieTable .cookie-group-info table td:last-child {
		margin-bottom: 10px;
		border-bottom: 1px solid #111;
	}
	.cookieTable .cookie-group-info table td:before {
		content: attr(data-th) ": ";
	  font-weight: bold;
	  width: 6.5em;
	  display: inline-block;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
	}
}



/* "IE not supported" Banner */
#ie-banner {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 9999999;
  background: #fefefe;
  width: 100%;
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.5);
  border-top: 5px solid #ffa500;
}

#ie-banner > div {
  box-sizing: border-box;
  width: 1000px;
  max-width: 100%;
  padding: 20px;
  margin: auto;
  text-align: center;
  font-size: 16px;
  color: #333;
}

.ie-banner__title {
  font-size: 1.75em;
}

.ie-banner__title img {
  display: block;
  width: 50px;
  margin: auto;
}

.ie-banner__browsers {
  display: flex;
  justify-content: center;
  margin-top: 1em;
}

.ie-banner__browsers a {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin: 1em;
}

.ie-banner__browsers img {
  display: inline-block;
  width: 32px;
  height: 30px;
  margin-right: .5em;
}

@media screen and (max-width: 960px) {
  #ie-banner > div {
    font-size: 14px;
  }
}

/* ------------------------- */


.powered-by-saffire {
	display: inline-flex;
    align-items: center;
}

.powered-by-saffire span {
	display: inline-block;
    margin-right: 0.5em;
    font-size: 1em;
}

.powered-by-saffire a {
	position: relative;
    bottom: .375em;	
    display: inline-flex;
    width: 3.575em;
}

.powered-by-saffire svg {
    fill: #fff;
}



/* Hide AddThis  */
.addthis_button_facebook,
.addthis_button_twitter,
.addthis_button_pinterest_share,
.addthis_hidden {
	display: none !important;
}
/*location page padding*/
#plannerMap {
    margin-bottom: 32px;
}
.section.locationPadding  .listing th, .section.locationPadding  .listing td {
    padding: 0.75rem 1rem;
	vertical-align: top;
	display: table-cell;
}

.section.locationPadding .listing {
	margin: 13px 0 40px;
}
.section.locationPadding td.gridViewItemStyle {
    width: 40%;
}
.section.locationPadding .listingItemName{
	width: 100%;
}
.section.locationPadding  .gridViewItemDetailsStyle hr {
    border: none;
    background: rgba(0, 0, 0, 0.25);
    height: 1px;
}
.listingItemPick img {
    margin-left: 4px;
}